/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
.h_logo {
    line-height: 0;
    z-index: 10;
}
.h_logo img {
    height: 40px;
}
.h_wrap {
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 60px;
    padding: 0 5%;
    /* position: absolute; */
    z-index: 990;
}
header.page-header {
    /* position: absolute; */
    top: 0; left: 0; right: 0;
    z-index: 999;
    transition: .3s all;
}
/* pagetop */
.pagetop {
    display: none;
    width: 50px;
    position: fixed;
    bottom: 20px; right: 20px;
    z-index: 100;
}
.pagetop a {
    transition: all .3s;
}
.pagetop.fixed a {
    pointer-events: all;
    opacity: 1;
}

/* ▼aside-sns */
.aside-sns {
    padding: 12px;
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    bottom: 80px; right: 0;
    z-index: 999;
}
.aside-sns li:not(:last-child) {
    margin-bottom: 10px;
}


/*▼sp_nav*/
#nav_toggle {
    position: fixed;
    top: 15px; right: 15px;
    padding: 15px 15px;
    background-color: var(--main-color);
    z-index: 999;
    transition: all .3s;
    border: 1px solid #fff;
}
#nav_toggle:hover {
    box-shadow: 0px 0px 0 0 #fff;
}
#nav_toggle span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    transition: .3s;
}
#nav_toggle span:not(:last-child) {
    margin-bottom: 8px;
}
#nav_toggle.active span:nth-of-type(1) {
    -webkit-transform: translate3d(0px, 10px, 0) rotate(45deg);
    transform: translate3d(0px, 10px, 0) rotate(45deg);
}
#nav_toggle.active span:nth-of-type(2) {
    opacity: 0;
}
#nav_toggle.active span:nth-of-type(3) {
    -webkit-transform: translate3d(0px, -10px, 0) rotate(-45deg);
    transform: translate3d(0px, -10px, 0) rotate(-45deg);
}
.g_nav {
    overflow-y: scroll;
    visibility: hidden;
    width: 100%;
    height: 100%;
    padding: 80px 5% 50%;
    background-color: #fff;
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    transition: 0.5s ease-in-out;
    z-index: 997;
    -webkit-overflow-scrolling: touch;
}
.g_nav .partition {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.g_nav-logo {
    width: auto;
    height: auto;
    position: absolute;
    top: 15px; left: 5%;
}
.g_nav-logo img {
    height: 40px;
}
.h_nav li {
    width: 100%;
    padding: 10px 0 10px 20px;
    font-weight: bold;
    line-height: 1.5;
}
/* .h_nav li a.current {
    display: inline-block;
    padding: 0 5px;
    background: linear-gradient(var(--catch-color),var(--catch-color)) no-repeat bottom / 100% 30%;
} */
.g_nav .h_logo {
    margin-bottom: 25px;
}
.g_nav .aside-info {
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
    text-align: center;
}
.aside-info {
    align-items: center;
    justify-content: center;
}
.aside-info .common-info_cnt {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.aside-info .header-detail_info {
    align-items: center;
    margin: 0 0 15px;
}
.aside-info .header-detail_info li:not(:last-child) {
    margin-right: 10px;
}
.aside-info .common-info_list {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0 0;
}
.g_nav .common-info_tel {
    text-align: center;
}
.g_nav .common-info_contact.css-fixed::after {
    background-image: url(../images/common/button_deco02.png);
}
.g_nav .common-info_sns {
    margin: 15px 0 0;
}
.g_nav {
    opacity: 0;
    pointer-events: none;
}
.g_nav.open {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.g_nav .h_nav {
    transform: translateX(30vw);
    transition: all .4s;
    opacity: 0;
}
.g_nav.open ul {
    transform: translateX(0);
    opacity: 1;
}

/* drawer-nav */
.drawer-logo {
    width: 70%;
}
.drawer-nav {
    z-index: 100;
}
.drawer-nav .sns-list {
    justify-content: center;
    margin: 0;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
    color: inherit;
}
.drawer-current {
    border-bottom-color: inherit !important;
    border-right-color: inherit !important;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
    line-height: 1.3;
    font-size: 1.4rem;
    font-weight: 500;
}
.drawer-address li {
    margin-bottom: 13px;
}
.drawer-info {
    margin: 30px auto 0;
}
.drawer-info .common-info_list li:nth-child(2) {
    width: 100%;
}
.drawer-info .common-info_contact {
    display: flex;
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
    align-items: center;
    justify-content: center;
    background: url(../images/top/main_vis01.jpg) no-repeat center / cover;
    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: 10px;
    background: url(../images/common/key/deco01.jpg) no-repeat center / auto 100%;
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 10;
}
.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;
}
.key {
    width: 100%;
    height: 200px;
    position: relative;
}
/* ▼page */
#top .key {
    height: 350px;
    padding: 20px 0;
}
/* ▲page */
.carousel-cell {
    align-items: center;
    justify-content: flex-start;
}
.key_vis {
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    background: url(../images/top/main_vis01.jpg) no-repeat center / cover;
}
.key_ttl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 20px; bottom: 30px;
    z-index: 100;
}
#top .key_ttl img {
    width: 220px;
}
body:not(#top) .key_ttl img {
    height: 70px;
}
.key_ttl-sub {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.2em;
    position: absolute;
    z-index: 10;
}
.key_ttl-sub::before {
    content: '';
    width: 340px;
    height: 104px;
    background: url(../images/common/key/deco01.png) no-repeat center / contain;
    position: absolute;
    z-index: -1;
    opacity: 0.95;
}
.key_ttl-sub br {
    display: block;
}
.key_list {
    width: calc(100% - 20px);
    margin: 0 auto 20px;
}
.key_list li {
    width: 33%;
    border: 3px solid #fff;
    position: relative;
}
.key_list-capt {
    width: 100%;
    padding: 5px 0 3px;
    color: var(--sub-color);
    background-color: rgba(255, 255, 255, .85);
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    bottom: 0; left: 0; right: 0;
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
footer.page-footer {
    background-color: var(--white-color);
}
.footer_wrap {
    padding: 50px 0 30px;
}
.footer-main {
    align-items: center;
    justify-content: center;
    color: #fff;
}
.footer-ttl {
    display: inline-block;
    width: auto;
    text-align: left;
}
.footer-main .common-info_sns {
    width: 100%;
    justify-content: center;
    margin: 20px 0 0;
}
.footer-info_adr {
    margin: 0 0 12px;
    font-size: 1.5rem;
    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 {
    justify-content: center;
    margin: 20px 0 0;
    padding: 20px 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-detail .footer-sub {
    margin: 30px 0 0;
}
.footer-guide {
    justify-content: flex-end;
    flex-direction: column;
}
.footer-guide li:not(:last-child) {
    margin: 0 auto 10px;
}
.footer-guide li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-guide li a {
    margin: 0 5px;
}
.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: center;
    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
--------------------*/
/*
    page-top
--------------------*/
/* ▼topStory */
.topStory_wrap {
    background-color: var(--white-color);
    padding: 30px 20px;
    position: relative;
}
.topStory-ttl {
    align-self: center;
}
.topStory-ttl .common-ttl {
    margin: 0 0 20px;
}
.topStory-cnt {
    width: 100%;
}
.topStory .arrow-btn {
    margin: 30px auto 0;
}
/* ▼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 10px / 60px auto;
    background-color: var(--white-color);
}
.topConcept-block_img {
    position: relative;
    z-index: 10;
}
.topConcept-block_img::before {
    content: '';
    width: 154px;
    height: 136px;
    background: url(../images/top/concept_img_deco01.png) no-repeat center / contain;
    position: absolute;
    top: -40.5px; left: -49.5px;
    z-index: -1;
}
.topConcept-block_img::after {
    content: '';
    width: 69.5px;
    height: 83px;
    background: url(../images/top/concept_img_deco02.png) no-repeat center / contain;
    position: absolute;
    right: -1px; bottom: -29px;
    z-index: -1;
}
.topConcept-block_cnt {
    width: 100%;
    margin: 30px 0 0;
}
.topConcept-block_cnt .arrow-btn {
    margin-top: 20px;
}
/* ▼topMenu */
.topMenu {
    background: url(../images/top/menu_deco01.png) no-repeat bottom left 5% / 100px auto,
    url(../images/top/menu_deco02.png) no-repeat bottom right 5% / 100px auto;
}
.topMenu-block {
    align-items: center;
    flex-direction: row-reverse;
}
.topMenu-block_img {
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.topMenu-block_img img {
    width: 100%;
    height: 220px;
}
.topMenu-block_cnt {
    width: 300px;
    margin: -30px auto 0;
    padding: 30px 30px 40px;
    color: #fff;
    background-color: var(--font-color);
    position: relative;
    z-index: 10;
}
.topMenu-block_cnt-list {
    font-size: 1.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: 10px 8px 0 0;
    background-color: var(--main-color);
    border-radius: 50%;
}
.topMenu-block_cnt .arrow-btn {
    width: 130px;
    height: 40px;
    position: absolute;
    color: var(--font-color);
    left: 30px; bottom: -17px;
}
.topMenu-block_cnt-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    font-weight: 500;
    text-align: center;
    color: var(--font-color);
    background-color: var(--main-color);
    position: absolute;
    right: -15px; bottom: -20px;
}
.topMenu-block_cnt-txt br {
    display: block;
}
/* ▼topGuide */
.topGuide {
    background-image: url(../images/common/pattern01.jpg);
}
.topGuide-list {
    justify-content: flex-start;
}
.topGuide-list li:not(:last-child) {
    margin-bottom: 20px;
}
.topGuide-list li {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 30px 0;
    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 {
    margin: 0;
}
.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 {
    padding-top: 80px;
}
.topApp-block {
    padding: 25px 25px;
    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_img img {
    height: 220px;
    object-position: bottom;
    border-radius: 20px;
}
.topApp-block_cnt {
    width: 100%;
    margin: 20px 0 0;
}
.topApp-block_cnt-ttl {
    margin: 0 0 8px;
    padding: 12px 15px;
    color: #fff;
    background-color: #94b1b1;
    border-radius: 8px;
    font-size: 2rem;
    letter-spacing: 0.1em;
}
.topApp-block_desc {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 20px;
    border-radius: 8px;
    background-color: #d8e9e9;
}
.topApp-block_desc-cnt {
    width: 100%;
}
.topApp-block_desc-cnt:first-of-type {
    position: relative;
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 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;
    left: 50%; top: calc(100% - 24px);
    transform: translateX(-50%);
}
.topApp-block_desc-cnt_ttl {
    display: flex;
    align-items: center;
    margin: 0 0 26px;
    font-size: 1.8rem;
}
.topApp-block_desc-cnt_ttl span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 0.4em 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: center;
    justify-content: center;
    text-align: left;
}
.topApp-block_desc-cnt dd.flex p {
    margin: 10px;
}
.topApp-block_desc-cnt dd br {
    display: block;
}
.topApp-block_comment {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: var(--sub-color);
    text-align: center;
    position: absolute;
    top: -20px; right: -5px;
}
.topApp-block_comment br {
    display: block;
}
.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 ul.flex {
    width: 100%;
    justify-content: center;
}
.obsessionNav .arrow-btn {
    width: 250px;
    margin: 10px;
    cursor: pointer;
}
.obsessionNav .arrow-btn.current {
    pointer-events: none;
    background-color: var(--white-color);
}
/* ▼obsessionMain */
.obsessionMain {
    margin-bottom: 100px;
}
.obsessionMain-block {
}
.obsessionMain-block:not(:last-child) {
    margin-bottom: 30px;
}
.obsessionMain-block_img {
    position: relative;
}
.obsessionMain-block_img.block_img-type01::before {
    content: '';
    width: 110px;
    height: 92px;
    background: url(../images/obsession/img_deco01.png) no-repeat center / contain;
    position: absolute;
    left: -13.5px; bottom: -16px;
}
.obsessionMain-block_img.block_img-type02::before {
    content: '';
    width: 98px;
    height: 90.5px;
    background: url(../images/obsession/img_deco02.png) no-repeat center / contain;
    position: absolute;
    left: -12px; bottom: 3.5px;
}
.obsessionMain-block_cnt {
    width: 100%;
    margin: 20px 0 0;
}
.obsessionMain-block_cnt-ttl {
    margin: 0 0 15px;
    padding: 12px 15px;
    color: #fff;
    background-color: var(--font-color);
    border-radius: 4px;
    font-size: 1.7rem;
}
.obsessionMain-block_cnt-lead {
    display: flex;
    margin: 0 0 7px;
    font-weight: bold;
}
.obsessionMain-block_cnt-lead::before {
    content: '';
    width: 10px;
    height: 10px;
    margin: 6px 9px 0 0;
    background-color: var(--font-color);
    border-radius: 50%;
}

/*
    page-menu
--------------------*/
/* ▼menuMain */
.menuMain {
    padding-bottom: 80px;
}
.menuMain-block:not(:last-child) {
    margin-bottom: 40px;
}
.menuMain-block_ttl {
    margin: 0 0 20px;
    background-color: var(--white-color);
    padding: 10px 15px;
    font-size: 2rem;
}
.menuMain-block_list li:not(:last-child) {
    margin-bottom: 12px;
}
.menuMain-block_list .flex {
    align-items: flex-end;
    padding: 0 15px 5px;
    font-size: 1.6rem;
    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 15px;
}

/*
    page-faq
--------------------*/
/* ▼faqMain */
.faqMain-block:not(:last-child) {
    margin-bottom: 30px;
}
.faqMain-block_ttl {
    font-size: 1.8rem;
}
.faqMain-block_ttl::before {
    content: 'Q. ';
}
.faqMain-block_ttl {
    margin: 0 0 15px;
}
.faqMain-block_txt {
    padding: 15px 20px;
    border-radius: 8px;
    background-color: var(--white-color);
}













/*
    page-thought
--------------------*/
/* ▼thoughtOwner */
.thoughtOwner-block_img {
    width: 220px;
    margin: 0 auto;
}
.thoughtOwner-block_cnt {
    width: 100%;
    margin: 30px 0 0;
}
.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: 150px;
    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: 40px;
}
.styleGallery-list li {
    width: 49%;
}
.styleGallery-list li:nth-child(n+3) {
    margin-top: 2%;
}
.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: 100%;
    padding: 25px;
    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: 69px;
    height: 49.5px;
    background: url(../images/common/banner/deco01.png) no-repeat center / contain;
    position: absolute;
    left: -33px; bottom: -5px;
    z-index: -1;
}
.sectionBanner-block::after {
    content: '';
    width: 123.5px;
    height: 102.5px;
    background: url(../images/common/banner/deco02.png) no-repeat center / contain;
    position: absolute;
    top: -22px; right: -45.5px;
    z-index: -1;
}
.sectionBanner-block_note {
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-family: var(--font-sub02);
    transform: rotate(-15deg);
    position: absolute;
    top: -30px; left: -6px;
}
.sectionBanner-block_note::before,
.sectionBanner-block_note::after {
    content: '';
    width: 1px;
    height: 25px;
    border-left: 1px solid;
}
.sectionBanner-block_note::before {
    margin: 0 20px 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_img {
    width: 140px;
}
.sectionBanner-block_cnt {
    flex: 1;
    margin: 0 5% 0 0;
}
.sectionBanner-block_cnt-txt {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
}
.sectionBanner-block_cnt-txt span {
    display: block;
    margin: 0 0 6px;
    padding: 5px 0;
    background-color: #94b1b1;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 110%;
}




/*
    page-company
--------------------*/
/* ▼companyGreeting */
.companyGreeting {
    padding-bottom: 0;
}
.companyGreeting .common-block_img {
    width: 220px;
    margin: 0 auto;
}
.companyGreeting .common-block_cnt {
    width: 100%;
}
.companyGreeting .common-block_cnt-ttl {
    font-size: 1.7rem;
}
.companyGreeting_name {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 0;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.75;
}
.companyGreeting_name br {
    display: block;
}
.companyGreeting_name span {
    display: block;
    color: var(--main-color);
}

/* ▼companyHistory */
.companyHistory {
    background-color: rgba(255, 153, 0, .1);
}
.companyHistory_wrap {
    padding: 30px 20px;
    border: 5px solid;
    border-image: repeating-linear-gradient(to right, #ffe3b7, #ffe3b7 5px, #ffe6bf 5px, #ffe6bf 10px) 10;
    background-color: #fff;
}
.companyHistory .common-table tr {
    flex-wrap: wrap;
}
.companyHistory .common-table th {
    width: 130px;
    font-weight: bold;
}
.companyHistory .common-table td {
    flex: auto;
    width: 100%;
}



/* ▼companyInfo */
.companyInfo {
}
.companyInfo-block {
    padding: 20px;
    background-color: var(--white-color);
}
.companyInfo-list {
    margin: 40px 0 0;
}
.companyInfo-list li {
    width: 100%;
}
.companyInfo-list li img {
    width: 100%;
}
.companyInfo-list li:nth-child(n+2) {
    margin-top: 15px;
}
.companyInfo-access {
    margin: 50px 0 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: 19px;
    margin: 0 8px 0 0;
    background: url(../images/common/ico_access.png) no-repeat center / contain;
}
.companyInfo-map {
    width: 100%;
    height: 220px;
}
/* ▼companyInfo-route */
.companyInfo-route {
    margin-top: 40px;
}
.companyInfo-route_txt {
}
.companyInfo-route_txt span {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
}
.companyInfo-route_ttl {
    margin: 50px 0 30px;
    padding: 10px 0;
    background-color: rgba(255, 153, 0, .3);
    border-radius: 3px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.12em;
    line-height: 1;
}
.companyInfo-route_list li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.companyInfo-route_list li:nth-child(n+2) {
    margin-top: 30px;
}
.companyInfo-route_list-capt {
    display: flex;
    margin: 12px 0 0;
    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: 55%;
    margin-left: auto;
    text-align: center;
    margin-bottom: 5%;
    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: 6px 38px 6px 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
--------------------*/
/* ▼contactGreeting */
.contactGreeting-lead {
    margin: 0 0 30px;
    padding: 25px 20px;
    background-color: rgba(255, 153, 0, .1);
}
.contactGreeting .common-info {
    width: 100%;
    margin: 0 auto 50px;
}
.contactGreeting .common-info_open {
    margin-top: 20px;
}
.contactGreeting .common-info_telSub {
    width: 270px;
    margin: 0 auto 10px;
    font-size: 1.6rem;
}
.contactGreeting .common-info_open li {
    margin: 5px;
}

.input_big {
    width: 100%;
}
.input_mid {
    width: 70%;
}
.input_min {
    width: 28%;
    max-width: 85px;
}
.contact-form-table {
    color: var(--font-color);
    font-size: 14px;
    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 5px;
}
.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%;
}
.contact-main .top-trial {
    margin: 0 0 60px;
    padding: 60px 0 60px;
}
.contact-form-table,
.contact-form-table tbody,
.contact-form-table tr,
.contact-form-table th,
.contact-form-table td {
    width: auto;
    display: block;
}
.contact-form-table tr {
    margin: 0 0 15px;
    border: 1px solid var(--main-color);
}
.contact-form-table th {
    padding: 0 0 0 20px;
    line-height: 40px;
    color: #fff;
    background-color: var(--main-color);
}
.contact-form-table td {
    padding: 15px 15px;
    background-color: #fff;
}
.contact-form-table .input_table tr:last-child {
    text-align: center;
}
.required-mark {
    float: none;
    margin: 0 0 0 15px;
    padding: 2px 7px 3px;
    vertical-align: 2px;
}
.contact-form-table input[type='submit']:not(:last-child) {
    margin-bottom: 20px;
}
.contact_submits {
    font-size: 14px;
}
.contact-privacy {
    height: 200px;
}
