/*-----------------------------------------------------------------------

    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-nav {
    background: #fff url(../images/top/case_cnt_deco01.png) no-repeat top;
}
.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;
}
.drawer-address li {
    margin-bottom: 13px;
}
.drawer-info {
    width: 290px;
    margin: 30px auto 0;
}
.drawer-info .common-info_list li:nth-child(2) {
    width: 100%;
}
.drawer-info .common-info_contact {
    display: flex;
    margin: 0 auto;
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
    align-items: center;
    justify-content: center;
    position: relative;
}
.key::before {
    content: '';
    width: calc(100% - 80px);
    height: 100%;
    background: url(../images/top/main_vis01.jpg) no-repeat center / cover;
    border-radius: 20px 0 0 20px;
    top: 0; bottom: 0; right: 0;
    position: absolute;
    z-index: -1;
}
.key::after {
    content: '';
    width: 100%;
    height: 50%;
    background-color: var(--main-color);
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: -2;
}
.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: 240px;
    position: relative;
}
/* ▼page */
#top .key {
    height: 320px;
}
#top .key::before {
    background: linear-gradient(to top, #fff,  transparent 15%),
    url(../images/top/mv_bg.jpg) no-repeat center / cover;
}
/* ▲page */
.key #mv {
    width: calc(100% - 80px);
    height: 100%;
    margin: 0;
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 0; right: 0; left: auto;
}
.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: center;
    width: auto;
    margin: auto;
    position: absolute;
    left: -80px; top: 0; bottom: 0;
    z-index: 100;
}
#top .key_ttl img {
    width: 280px;
}
body:not(#top) .key_ttl img {
    height: 70px;
}
.key_ttl-sub {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 40px);
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.01em;
    position: absolute;
    z-index: 10;
}
.key_ttl-sub::before {
    content: '';
    width: 348.333333px;
    height: 157.222222px;
    background: url(../images/common/catch/deco01.png) no-repeat center / contain;
    position: absolute;
    left: -40px;
    z-index: -1;
    opacity: 0.95;
}
.key_ttl-sub span {
    width: 265px;
    text-align: center;
}
.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: linear-gradient(var(--font-color),var(--font-color)) no-repeat center top 10px / 100% 1px;
    background-color: #decfc0;
}
.footer_wrap {
    padding: 50px 0 40px;
    align-items: center;
}
.footer-main {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    margin: 0 auto;
}
.footer-ttl {
    width: 200px;
    margin: 0 auto 30px;
    text-align: center;
}
.footer-main_adr {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}
.footer-main .common-info {
    margin: 0 0 20px;
    text-align: center;
}
.footer-open {
    display: block;
    margin: 0 0 20px;
}
.footer-info span.common-info_tel {
    font-size: 1.8rem;
}
.footer-info .common-info_tel span {
    font-size: 1.6rem;
    color: #fff;
}
.footer-main .common-info_guide {
    max-width: 360px;
    margin: 0 auto;
}
.footer-main .common-info_guide li:nth-child(3) {
    margin-top: 20px;
}
.footer-nav {
    width: 100%;
    margin: 40px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #e5e5e5;
    font-size: 1.2rem;
    letter-spacing: 0.14em;
}
.footer-nav ul.flex {
    line-height: 1;
}
/* ▼copyright */
.copyright {
    color: #fff;
    background-color: var(--font-color);
    text-align: center;
    font-size: 1rem;
    text-align: center;
}


/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼topConcept */
.topConcept .common-ttl .font-img {
    height: 60px;
}
.topConcept-block_cnt {
    width: 100%;
}
.topConcept-block_cnt-txt {
    line-height: 2;
}
.topConcept-block_cnt-list {
    justify-content: center;
    margin: 10px 0 0;
}
.topConcept-block_cnt-list .common-btn {
    margin: 20px 10px 0;
}
.topConcept-block_img {
    max-width: 350px;
    margin: 30px auto 0;
}
/* ▼topGallery */
.topGallery {
    padding-bottom: 0;
    background-color: #f5efe9;
    position: relative;
}
.topGallery::before {
    content: '';
    width: 85px;
    height: 134px;
    background: url(../images/top/gallery_illust01.png) no-repeat center / contain;
    position: absolute;
    top: 0; left: 20px;
}
.topGallery::after {
    content: '';
    width: 100%;
    height: 34px;
    background: url(../images/common/wave02.png) no-repeat center / auto 100%;
    position: absolute;
    top: 0; left: 0; right: 0;
    transform: scale(-1,-1);
    z-index: 10;
}
.topGallery .common-ttl::before {
    content: '';
    width: 125px;
    height: 60px;
    margin: auto;
    background: url(../images/top/gallery_illust02.png) no-repeat center / contain;
    position: absolute;
    top: 30px; bottom: 0; right: 0;
}
.topGallery .common-ttl .font-img {
    height: 80px;
    background-image: url(../images/common/title01_bg02.png);
}
.topGallery-fig {
}
.topGallery-fig_cnt {
    width: 49%;
}
.topGallery-fig_cnt:nth-child(n+3) {
    margin-top: 4%;
}
.topGallery-fig_cnt .c_ofi {
    padding-top: 121.2121%;
    border: 5px solid #fff;
    border-radius: 10px;
}
.topGallery-fig_cnt-list {
    justify-content: flex-start;
    margin: 10px 0 0;
}
.topGallery-fig_cnt-list li {
    display: inline-block;
    margin: 0 5px 5px;
    padding: 5px 8px;
    color: #fff;
    background-color: var(--catch-color);
    border-radius: 5px;
    font-size: 1.3rem;
    line-height: 1;
}
.topGallery .common-btn {
    margin-top: 30px;
    background-color: var(--font-color);
}
/* ▼topGuide */
.topGuide {
    background: linear-gradient(var(--main-color),var(--main-color)) no-repeat top / 100% 30%,
    repeating-linear-gradient(135deg, #fff, #fff 7px, #f4f0ec 7px, #f4f0ec 14px);
}
.topGuide-list li {
    overflow: hidden;
    width: 340px;
    height: 196px;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    z-index: 10;
}
.topGuide-list li::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/top/guide_bg01.jpg) no-repeat center / cover;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    transition: all .3s;
    z-index: -2;
}
.topGuide-list li:nth-of-type(2) {
    margin-top: 30px;
}
.topGuide-list li:nth-of-type(2)::before {
    background-image: url(../images/top/guide_bg02.jpg);
}
.topGuide-list li:hover::before {
    transform: scale(1.15);
}
.topGuide-list li::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/top/guide_frame.png) no-repeat bottom / contain;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
}
.topGuide-list li a {
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.topGuide-ttl {
    margin: 0 0 25px;
    text-align: center;
}
.topGuide-ttl img {
    display: block;
    height: 60px;
    margin: 0 auto 19px;
    transform: translateY(50%);
}
.topGuide-ttl span {
    display: inline-block;
    padding: 5px 8px;
    background-color: #fff;
    font-size: 1.6rem;
    letter-spacing: -0.07em;
    line-height: 1;
    border-radius: 5px;
    position: relative;
    z-index: 10;
}
.topGuide-txt {
    margin: 0 0 20px;
    color: #fff;
    text-align: center;
    line-height: 1.7059;
}
.topGuide-txt br {
    display: block;
}
/* ▼topService */
.topService-block_fig {
    width: 340px;
    margin: 0 auto;
    background: url(../images/top/service_img_bg.png) no-repeat left 30px bottom 20px / 200px auto;
}
.topService-block_fig li:nth-child(1) {
    width: 240px;
}
.topService-block_fig li:nth-child(2) {
    width: 180px;
    margin: -50px 0 0 auto;
    text-align: right;
}
.topService-block_cnt {
    width: 100%;
    margin: 30px 0 0;
}
.topService-block_cnt .common-ttl {
    margin-bottom: 37px;
    background: url(../images/top/service_illust01.png) no-repeat right bottom / 120px auto;
}
.topService-block_cnt .common-ttl .font-img {
    height: 90px;
    background-image: url(../images/common/title01_bg03.png);
}
.topService-block_cnt-txt {
    width: 100%;
    line-height: 2;
}
.topService-block_cnt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    margin: 40px 0 0;
    padding-right: 70px;
    color: #045289;
    background: url(../images/top/service_btn_bg.png) no-repeat center / cover;
    line-height: 1.5263;
    text-align: center;
    font-weight: 600;
    position: relative;
}
.topService-block_cnt-btn br {
    display: block;
}
.topService-block_cnt-btn::after {
    content: '';
    width: 117.333333px;
    height: 144.666667px;
    background: url(../images/top/service_illust02.png) no-repeat center / contain;
    position: absolute;
    bottom: -8px; right: -35px;
}
.topService-block_cnt-btn span {
    margin: 0 4px;
    padding: 0 5px;
    background-color: #fff;
}
/* ▼topGreen */
.topGreen {
    padding-top: 80px;
    background-color: #f5efe9;
    position: relative;
}
.topGreen::before {
    content: '';
    width: 100%;
    height: 34px;
    background: url(../images/common/wave02.png) no-repeat center / auto 100%;
    position: absolute;
    top: 0; left: 0; right: 0;
    transform: scale(-1,-1);
    z-index: 20;
}
.topGreen::after {
    content: '';
    width: 50.666667px;
    height: 116px;
    background: url(../images/top/green_illust01.png) no-repeat center / contain;
    position: absolute;
    top: 5px; left: 20px;
    z-index: 10;
}
.topGreen-block {
    flex-direction: row-reverse;
}
.topGreen-block_img {
    width: 340px;
    margin: 0 auto;
}
.topGreen-block_cnt {
    width: 100%;
    margin: 30px 0 0;
}
.topGreen-block_cnt .common-ttl {
    font-size: 1.8rem;
}
.topGreen-block_cnt .common-ttl .font-img {
    height: 100px;
}
.topGreen-block_cnt-txt {
    line-height: 2;
}
.topGreen-block_cnt .common-btn {
    margin-top: 30px;
}
/* ▼topStory */
.topStory {
    position: relative;
}
.topStory::before {
    content: '';
    width: 100%;
    height: 34px;
    background: url(../images/common/wave02.png) no-repeat center / auto 100%;
    position: absolute;
    bottom: 100%; left: 0; right: 0;
    z-index: 20;
}
.topStory_wrap {
    position: relative;
}
.topStory .common-ttl {
}
.topStory .common-ttl .font-img {
    height: 60px;
}
.topStory-cnt {
    width: 100%;
    position: relative;
}
.topStory-btn {
    width: 100%;
    margin: 30px 0 0;
}
.topStory .common-btn {
    background-color: var(--font-color);
}

/*
    page-about
--------------------*/
/* ▼aboutGreeting */
.aboutGreeting {
    padding-bottom: 100px;
    background: url(../images/about/greeting_bg.png) no-repeat bottom right / 300px auto;
}
.aboutGreeting .common-ttl .font-img {
    height: 70px;
    margin-bottom: 3px;
}
.aboutGreeting-block {
    padding: 0 0 30px;
}
.aboutGreeting-block_profile {
    width: 100%;
}
.aboutGreeting-block_profile-img {
    max-width: 340px;
    margin: 0 auto 20px;
}
.aboutGreeting-block_profile-head {
    margin: 0 0 15px;
    padding: 12px 15px 12px 50px;
    color: #fff;
    background-color: var(--font-color);
    border-radius: 10px;
    position: relative;
    font-size: 1.7rem;
    letter-spacing: 0.03em;
}
.aboutGreeting-block_profile-head::before {
    content: '';
    width: 35px;
    height: 41px;
    background: url(../images/about/greeting_head_ico.png) no-repeat center / contain;
    position: absolute;
    top: -10px; left: 8px;
}
.aboutGreeting-block_profile-head span {
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 1.3rem;
}
.aboutGreeting-block_profile .common-table th {
    width: 160px;
}
.aboutGreeting-block_profile .common-table td {
    background-color: var(--main-color);
}
.aboutGreeting-block_cnt-txt {
    margin: 30px 0 0;
    line-height: 2;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
/* ▼aboutFeature */
.aboutFeature {
    background-color: var(--main-color);
    position: relative;
}
.aboutFeature::before {
    content: '';
    width: 84.5px;
    height: 134px;
    background: url(../images/about/feature_illust01.png) no-repeat center / contain;
    position: absolute;
    top: -26px; left: calc(50% - 180px);
    z-index: 20;
}
.aboutFeature::after {
    content: '';
    width: 100%;
    height: 34px;
    background: url(../images/common/wave01.png) no-repeat center / auto 100%;
    position: absolute;
    bottom: 100%; left: 0; right: 0;
    z-index: 10;
}
.aboutFeature .common-ttl::before {
    content: '';
    width: 121.5px;
    height: 49px;
    margin: auto;
    background: url(../images/about/feature_illust02.png) no-repeat center / contain;
    position: absolute;
    top: 30px; bottom: 0; right: 0;
}
.aboutFeature .common-ttl .font-img {
    height: 60px;
    background-image: url(../images/common/title01_bg02.png);
}
.aboutFeature-block:not(:last-child) {
    margin-bottom: 40px;
}
.aboutFeature-block_ttl {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 50%;
    font-size: 2rem;
    text-align: center;
    position: relative;
}
.aboutFeature-block_ttl::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/about/feature_cnt_ttl_bg.png) no-repeat center / cover;
    border-radius: 50%;
    position: absolute;
    top: 6px; left: 6px;
    z-index: -1;
}
.aboutFeature-block_ttl::after {
    content: '';
    width: 40px;
    height: 65.333333px;
    background: url(../images/about/feature_cnt_illust01.png) no-repeat bottom / contain;
    position: absolute;
    bottom: -6px; right: -6px;
    z-index: 10;
}
.aboutFeature-block_ttl .font-img {
    display: block;
    margin: 0 0 7px;
}
.aboutFeature-block_ttl .font-img img {
    height: 36px;
}
.aboutFeature-block_ttl .font-size {
    display: block;
    margin: 6px 0 0;
    font-size: 1.4rem;
}
.aboutFeature-block_cnt {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px 20px;
    border-radius: 10px;
    border: 5px solid #fff;
    line-height: 2;
    background: #fff url(../images/about/feature_cnt_bg01.png) no-repeat center right;
}
/* type */
.aboutFeature-block:nth-of-type(2) .aboutFeature-block_ttl::after {
    background-image: url(../images/about/feature_cnt_illust02.png);
}
.aboutFeature-block:nth-of-type(3) .aboutFeature-block_ttl::after {
    background-image: url(../images/about/feature_cnt_illust03.png);
}
.aboutFeature-block:nth-of-type(4) .aboutFeature-block_ttl::after {
    background-image: url(../images/about/feature_cnt_illust04.png);
}
/* ▼aboutGallery */
.aboutGallery .common-ttl .font-img {
    height: 70px;
}
.aboutGallery .topGallery-fig_cnt .c_ofi {
    border: none;
}

/*
    page-menu
--------------------*/
/* ▼menuMain */
.menuMain .common-ttl .font-img {
    height: 60px;
}
.menuMain-nav {
    padding: 30px 30px;
    border-radius: 10px;
    background-color: var(--main-color);
}
.menuMain-nav li {
    width: 100%;
}
.menuMain-nav li:nth-child(n+2) {
    margin-top: 20px;
}
.menuMain-nav .common-btn {
    width: 100%;
}
.menuMain-nav .common-btn::after {
    width: 1px;
    height: 12px;
    border-bottom: none;
    border-left: 1px solid;
    left: 0; right: 0; top: auto;
}
.menuMain-type {
    padding-top: 50px;
}
.menuMain .aboutGreeting-block_profile-head {
    margin-bottom: 30px;
}
.menuMain-block:not(:last-child) {
    margin-bottom: 30px;
}
.menuMain-block_ttl {
    margin: 0 0 20px;
    padding: 11px 25px;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    background-image: url(../images/menu/head_bg.jpg);
    border-radius: 10px;
}
.menuMain-block_img {
    width: 100%;
    height: 200px;
}
.menuMain-block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.menuMain-block_cnt {
    width: 100%;
    padding: 20px 0;
}
.menuMain-block_cnt-table {
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.menuMain-block_cnt-table tr {
    display: flex;
    justify-content: space-between;
    padding: 14px 10px;
}
.menuMain-block_cnt-table tr:not(:last-child) {
    border-bottom: 1px solid;
}
.menuMain-block_cnt-note {
    margin: 15px 0 0;
    font-size: 1.4rem;
    color: var(--catch-color);
}

/*
    page-faq
--------------------*/
/* ▼faqMain */
.faqMain .common-ttl .font-img {
    height: 60px;
}
.faqMain-block:not(:last-child) {
    margin-bottom: 30px;
}
.faqMain-block_ttl {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
    padding: 10px 20px;
    color: #fff;
    background-color: var(--font-color);
    font-size: 1.7rem;
    border-radius: 15px;
}
.faqMain-block_ttl::before {
    content: '';
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
    background: url(../images/faq/faq_ico01.png) no-repeat center / contain;
}
.faqMain-block_cnt {
    display: flex;
    width: calc(100% - 20px);
    margin: 0 0 0 auto;
    padding: 20px 20px;
    background-color: var(--main-color);
    border-radius: 15px;
}
.faqMain-block_cnt::before {
    content: '';
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
    background: url(../images/faq/faq_ico02.png) no-repeat center / contain;
}
.faqMain-block_cnt br {
    display: block;
}



























































/*
    sectionBanner
--------------------*/
/* ▼sectionBanner */
.sectionBanner {
    padding: 60px 0;
    background-color: #f2f2f2;
}
.sectionBanner-block {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    background: linear-gradient(to right bottom, var(--main-color), var(--main-color) 50%, transparent 50%) no-repeat top left / 30px 30px,
    linear-gradient(to left top, var(--main-color), var(--main-color) 50%, transparent 50%) no-repeat bottom right / 30px 30px;
    background-color: #fff;
    position: relative;
    box-shadow: 2.121px 2.121px 20px 0px rgba(233, 233, 233, 1);
}
.sectionBanner-block_ttl {
    margin: 0 0 16px;
    color: var(--main-color);
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.06em;
}
.sectionBanner-block_ttl span {
    font-size: 107.1429%;
}
.sectionBanner-block_txt {
    font-size: 1.6rem;
    letter-spacing: 0.12em;
}
.sectionBanner-block_txt span {
    font-weight: bold;
    background: linear-gradient(rgba(72, 162, 64, .2),rgba(72, 162, 64, .2)) no-repeat center bottom 2px / 100% 4px;
}
.sectionBanner-block_list {
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
}
.sectionBanner-block_list .common-info_contact {
    width: 240px;
    height: 50px;
    margin: 30px 0 0;
    color: #fff;
    background-color: var(--main-color);
    font-size: 1.8rem;
}
.sectionBanner-block_list .common-info_contact::before {
    width: 26px;
    height: 17px;
    background-image: url(../images/common/ico_mail02.png);
}

/*
    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;
}

/* ▼companyGallery */
.companyGallery .common-ttl .font-img {
    height: 70px;
}
.companyGallery-list li:nth-child(n+2) {
    margin-top: 10px;
}

/* ▼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 {
    padding-top: 80px;
    position: relative;
    background-color: var(--main-color);
}
.companyInfo::before {
    content: '';
    width: 100%;
    height: 34px;
    background: url(../images/common/wave02.png) no-repeat center / auto 100%;
    position: absolute;
    top: 0; left: 0; right: 0;
    transform: scale(-1,-1);
    z-index: 20;
}
.companyInfo .common-ttl .font-img {
    height: 70px;
}
.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:not(:last-child) {
    margin-bottom: 20px;
}
.story_post a.flex {
    align-items: center;
    justify-content: flex-start;
    padding: 20px 20px;
    background: repeating-linear-gradient(135deg, #fff, #fff 5px, #f4f0ec 5px, #f4f0ec 10px);
    border-radius: 10px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.03em;
    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-cnt {
    width: calc(100% - 138px);
}
.story_post time {
    display: inline-block;
    width: 90px;
    padding: 2px 0 4px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5rem;
    background-color: var(--catch-color);
    text-align: center;
}
.story_post .story_post-tag {
    display: block;
    width: 100%;
    margin: 11px 0 0;
    color: var(--catch-color);
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: right;
}
.story_post .story_post-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    margin: 13px 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(--catch-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(--catch-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(--catch-color);
}
.contact-form-table th {
    padding: 0 0 0 20px;
    line-height: 40px;
    color: #fff;
    background-color: var(--catch-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;
}
