/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
.page-header {
    width: 100%;
    position: relative;
    z-index: 100;
}
.page-header .h_wrap {
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 0 40px;
    background-color: var(--main-color);
    position: relative;
}
.page-header .h_logo {
    align-self: center;
    margin: 0 auto 0 0;
    line-height: 1;
}
.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 30px;
    padding: 5px 0 5px 30px;
    border-left: 1px dotted;
    font-size: 1.4rem;
    font-weight: 600;
}
.page-header .common-info {
    justify-content: flex-end;
}
.common-info_list > li:not(:last-child) {
    margin-right: 20px;
}
.page-header .common-info_fax {
    margin: 30px 0 0;
}
.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 {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 520px;
    margin: 0 auto;
    position: relative;
}
.key::before {
    content: '';
    width: calc(50% + 640px);
    height: 100%;
    background: url(../images/top/main_vis01.jpg) no-repeat center / cover;
    border-radius: 40px 0 0 40px;
    position: absolute;
    top: 0; bottom: 0; right: 0;
    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;
}
/* ▼page */
#top .key {
    height: clamp(600px, calc(100vh - 100px), 1000px);
}
#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(50% + 640px);
    height: 100%;
    margin: 0;
    position: absolute;
    border-radius: 40px 0 0 40px;
    top: 0; right: 0; left: auto;
}
.key #mv .carousel-cell {
    border-radius: 40px 0 0 40px;
}
.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 {
    display: flex;
    align-items: center;
    width: auto;
    margin: auto;
    position: absolute;
    top: 0; bottom: 0; left: clamp(-9vw,0px,-220px);
    z-index: 100;
}
.key_ttl-sub {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1480px;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.01em;
    position: absolute;
    z-index: 10;
}
.key_ttl-sub::before {
    content: '';
    width: 625px;
    height: 209px;
    background: url(../images/common/catch/deco01.png) no-repeat center / contain;
    position: absolute;
    left: -50px;
    z-index: -1;
    opacity: 0.95;
}
.key_ttl-sub span {
    width: 530px;
    text-align: center;
}
.key_list {
    justify-content: center;
    margin: auto;
    position: absolute;
    bottom: 20px; right: 0; left: 0;
    z-index: 100;
}
.key_list li {
    border: 5px solid #fff;
    position: relative;
}
.key_list li:not(:last-child) {
    margin-right: 33px;
}
.key_list-capt {
    width: 100%;
    padding: 14px 0;
    color: var(--sub-color);
    background-color: rgba(255, 255, 255, .85);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    bottom: 0; left: 0; right: 0;
}


/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
.g_nav {
    line-height: 1;
    position: relative;
    z-index: 10;
    color: var(--font-color);
    font-size: 1.4rem;
}
.g_nav .h_nav {
    justify-content: flex-end;
    font-weight: 600;
}
.h_nav li:not(:last-child) {
    margin-right: 30px;
}
.h_nav li a:hover,
.h_nav li a.current {
    opacity: 1;
    color: var(--catch-color);
}


/* nav_fix */
/* .g_nav .h_nav.fixed {
    width: 100%;
    position: fixed;
    animation: anim_fadeIn .5s ease;
} */


/*-----------------------------------------------------------------------

    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: 90px 0 50px;
}
.footer-main {
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    margin: 0 30px 0 0;
}
.footer-ttl {
    width: auto;
    margin: 0 0 40px;
    text-align: center;
}
.footer-ttl a {
    display: inline-block;
}
.footer-main_adr {
    margin: 0 0 40px;
    font-size: 1.4rem;
    line-height: 1.6667;
    font-weight: bold;
    text-align: center;
}
.footer-open {
    justify-content: center;
    margin: 30px 0 0;
}
.footer-open li:not(:last-child) {
    margin-right: 30px;
}
.footer-main .common-info {
    text-align: center;
}
.footer-main .common-info_telSub {
    margin: 14px 0 0;
}
.footer-main .common-info_guide {
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
}
.footer-main .common-info_guide li:not(:last-child) {
    margin-right: 25px;
}
.footer-info .common-info_tel span {
    font-size: 1.6rem;
    color: #fff;
}
.footer-detail {
}
.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-detail_guide {
    justify-content: flex-end;
    align-items: center;
}
.footer-detail .footer-detail_guide li:not(:last-child) {
    margin-right: 15px;
}
.footer-detail .footer-detail_guide-btn {
    padding: 0 0 4px;
    color: var(--main-color);
    border-bottom: 1px solid;
    font-size: 1.5rem;
    letter-spacing: 0;
}
.footer-detail .footer-detail_guide-btn::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 12px;
    margin: 0 8px 0 0;
    background: url(../images/common/arrow01.png) no-repeat center / contain;
}
.footer-detail .footer-detail_guide-btn.css-fixed::before {
    width: 18px;
    height: 16px;
    background-image: url(../images/common/ico_shop.png);
}
.footer-detail_list {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.footer-detail_list:not(:last-of-type) {
    margin-bottom: 13px;
}
.footer-detail_list > li:not(:last-child) {
    margin-right: 15px;
}
.footer-detail_list .common-info_tel {
    text-align: left;
}
.footer-nav {
    width: 100%;
    height: 80px;
    background: repeating-linear-gradient(135deg, #eee7e0, #eee7e0 7px, #f4f0ec 7px, #f4f0ec 14px);
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
.footer-nav ul.flex {
    align-items: center;
    justify-content: center;
    height: 100%;
}
.footer-nav ul.flex:not(:last-child) {
    margin-bottom: 26px;
}
.footer-nav ul.flex li:not(:last-child) {
    margin-right: 30px;
}
/* ▼copyright */
.copyright {
    padding: 15px 0;
    color: #fff;
    background-color: var(--font-color);
    font-size: 1.2rem;
    text-align: center;
}


/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼topConcept */
.topConcept .common-ttl .font-img {
    background-position: center bottom 10px;
}
.topConcept-block_cnt {
    width: 540px;
}
.topConcept-block_cnt-txt {
    line-height: 2.6667;
}
.topConcept-block_cnt-list {
    margin: 60px 0 0;
}
.topConcept-block_img {
    margin: 0 -100px 0 0;
}
/* ▼topGallery */
.topGallery {
    padding-bottom: 0;
    background-color: #f5efe9;
    position: relative;
}
.topGallery::before {
    content: '';
    width: 170px;
    height: 268px;
    background: url(../images/top/gallery_illust01.png) no-repeat center / contain;
    position: absolute;
    top: 0; left: calc(50% - 440px);
}
.topGallery::after {
    content: '';
    width: 100%;
    height: 68px;
    background: url(../images/common/wave02.png) no-repeat center / max(1920px,100%) 100%;
    position: absolute;
    top: 0; left: 0; right: 0;
    transform: scale(-1,-1);
    z-index: 10;
}
.topGallery .common-ttl::before {
    content: '';
    width: 250px;
    height: 120px;
    margin: auto;
    background: url(../images/top/gallery_illust02.png) no-repeat center / contain;
    position: absolute;
    top: 0; bottom: 0; right: 0;
}
.topGallery .common-ttl .font-img {
    background-image: url(../images/common/title01_bg02.png);
}
.topGallery-fig {
    justify-content: flex-start;
}
.topGallery-fig_cnt {
    width: 330px;
}
.topGallery-fig_cnt:not(:nth-child(3n)) {
    margin-right: 45px;
}
.topGallery-fig_cnt:nth-child(n+4) {
    margin-top: 50px;
}
.topGallery-fig_cnt .c_ofi {
    padding-top: 121.2121%;
    border: 10px solid #fff;
    border-radius: 20px;
}
.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: 7px 11px;
    color: #fff;
    background-color: var(--catch-color);
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1;
}
.topGallery .common-btn {
    margin-top: 60px;
    background-color: var(--font-color);
}
/* ▼topGuide */
.topGuide {
    background: linear-gradient(var(--main-color),var(--main-color)) no-repeat top / 100% 50%,
    repeating-linear-gradient(135deg, #fff, #fff 7px, #f4f0ec 7px, #f4f0ec 14px);
}
.topGuide-list li {
    overflow: hidden;
    width: 510px;
    height: 295px;
    position: relative;
    border-radius: 20px;
    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)::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: flex-end;
}
.topGuide-ttl {
    margin: 0 0 25px;
    text-align: center;
}
.topGuide-ttl img {
    display: block;
    margin: 0 auto 29px;
    transform: translateY(50%);
}
.topGuide-ttl span {
    display: inline-block;
    padding: 7px 12px;
    background-color: #fff;
    font-size: 2.2rem;
    letter-spacing: -0.07em;
    line-height: 1;
    border-radius: 5px;
    position: relative;
    z-index: 10;
}
.topGuide-txt {
    margin: 0 0 40px;
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.7059;
}
/* ▼topService */
.topService-block_fig {
    width: 528px;
    background: url(../images/top/service_img_bg.png) no-repeat left  15px bottom 105px;
    margin: 0 0 0 -10px;
}
.topService-block_fig li:nth-child(2) {
    margin-top: 15px;
    text-align: right;
}
.topService-block_cnt {
    width: 500px;
}
.topService-block_cnt .common-ttl {
    margin-bottom: 37px;
    background: url(../images/top/service_illust01.png) no-repeat right bottom;
}
.topService-block_cnt .common-ttl .font-img {
    background-image: url(../images/common/title01_bg03.png);
}
.topService-block_cnt-txt {
    width: 440px;
    margin: 0 auto;
    line-height: 2.6667;
}
.topService-block_cnt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 130px;
    margin: 60px 0 0;
    padding-right: 110px;
    color: #045289;
    background: url(../images/top/service_btn_bg.png) no-repeat center / cover;
    font-size: 1.9rem;
    line-height: 1.5263;
    text-align: center;
    font-weight: 600;
    position: relative;
}
.topService-block_cnt-btn::after {
    content: '';
    width: 176px;
    height: 217px;
    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: 170px;
    background-color: #f5efe9;
    position: relative;
}
.topGreen::before {
    content: '';
    width: 100%;
    height: 68px;
    background: url(../images/common/wave02.png) no-repeat center / max(1920px,100%) 100%;
    position: absolute;
    top: 0; left: 0; right: 0;
    transform: scale(-1,-1);
    z-index: 20;
}
.topGreen::after {
    content: '';
    width: 76px;
    height: 174px;
    background: url(../images/top/green_illust01.png) no-repeat center / contain;
    position: absolute;
    top: 5px; left: calc(50% - 310px);
    z-index: 10;
}
.topGreen-block {
    flex-direction: row-reverse;
}
.topGreen-block_img {
    margin: 0 -10px 0 0;
}
.topGreen-block_cnt {
    width: 540px;
}
.topGreen-block_cnt-txt {
    width: 450px;
    margin: -10px auto 0;
    line-height: 2.6667;
}
.topGreen-block_cnt .common-btn {
    margin-top: 60px;
}
/* ▼topStory */
.topStory {
    margin: 0 0 130px;
    padding: 100px 0 130px;
    position: relative;
}
.topStory::before {
    content: '';
    width: 100%;
    height: 68px;
    background: url(../images/common/wave02.png) no-repeat center / max(1920px,100%) 100%;
    position: absolute;
    bottom: 100%; left: 0; right: 0;
    z-index: 20;
}
.topStory_wrap {
    position: relative;
}
.topStory .common-ttl {
    width: auto;
    margin: 79px 0 0;
}
.topStory-cnt {
    width: 690px;
    min-height: 460px;
    position: relative;
}
.topStory-btn {
    position: absolute;
    top: 327px; left: 0px;
}
.topStory .common-btn {
    background-color: var(--font-color);
}

/*
    page-about
--------------------*/
/* ▼aboutGreeting */
.aboutGreeting .common-ttl .font-img {
    margin-bottom: -27px;
}
.aboutGreeting-block {
    padding: 0 0 30px;
    background: url(../images/about/greeting_bg.png) no-repeat bottom right;
}
.aboutGreeting-block_profile {
    width: 470px;
}
.aboutGreeting-block_profile-img {
    width: 576px;
    margin: 0 0 30px -100px;
}
.aboutGreeting-block_profile-head {
    margin: 0 0 15px;
    padding: 14px 15px 14px 90px;
    color: #fff;
    background-color: var(--font-color);
    border-radius: 10px;
    position: relative;
    font-size: 2rem;
    letter-spacing: 0.08em;
}
.aboutGreeting-block_profile-head::before {
    content: '';
    width: 53px;
    height: 62px;
    background: url(../images/about/greeting_head_ico.png) no-repeat center / contain;
    position: absolute;
    top: -22px; left: 20px;
}
.aboutGreeting-block_profile-head span {
    margin: 0 0 0 30px;
    font-size: 1.4rem;
}
.aboutGreeting-block_profile .common-table th {
    width: 210px;
}
.aboutGreeting-block_profile .common-table td {
    background-color: var(--main-color);
}
.aboutGreeting-block_cnt-txt {
    line-height: 2.6667;
}
/* ▼aboutFeature */
.aboutFeature {
    padding-top: 180px;
    background-color: var(--main-color);
    position: relative;
}
.aboutFeature::before {
    content: '';
    width: 169px;
    height: 268px;
    background: url(../images/about/feature_illust01.png) no-repeat center / contain;
    position: absolute;
    top: 0; left: calc(50% - 490px);
}
.aboutFeature::after {
    content: '';
    width: 100%;
    height: 68px;
    background: url(../images/common/wave02.png) no-repeat center / max(1920px,100%) 100%;
    position: absolute;
    top: 0; left: 0; right: 0;
    transform: scale(-1,-1);
    z-index: 10;
}
.aboutFeature .common-ttl::before {
    content: '';
    width: 263px;
    height: 118px;
    margin: auto;
    background: url(../images/about/feature_illust02.png) no-repeat center / contain;
    position: absolute;
    top: 0; bottom: 0; right: 0;
}
.aboutFeature .common-ttl .font-img {
    background-image: url(../images/common/title01_bg02.png);
}
.aboutFeature-block {
    align-items: center;
    width: 100%;
    height: 295px;
    background: url(../images/about/feature_cnt_bg01.png) no-repeat center right 5px,
    linear-gradient(to left, #fff, #fff 70%,transparent 90%);
    position: relative;
    z-index: 10;
}
.aboutFeature-block:not(:last-child) {
    margin-bottom: 40px;
}
.aboutFeature-block_ttl {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 238px;
    height: 238px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 4rem;
    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: 60px;
    height: 98px;
    background: url(../images/about/feature_cnt_illust01.png) no-repeat bottom;
    position: absolute;
    bottom: -6px; right: -6px;
    z-index: 10;
}
.aboutFeature-block_ttl .font-img {
    display: block;
    margin: 0 0 9px;
}
.aboutFeature-block_ttl .font-size {
    display: block;
    margin: 20px 0 0;
    font-size: 1.5rem;
}
.aboutFeature-block_cnt {
    width: 750px;
    line-height: 2.6667;
}
/* 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 .topGallery-fig_cnt .c_ofi {
    border: none;
}

/*
    page-menu
--------------------*/
/* ▼menuMain */
.menuMain-nav {
    padding: 40px 45px;
    border-radius: 10px;
    background-color: var(--main-color);
}
.menuMain-nav li {
    width: 480px;
}
.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: 100px;
}
.menuMain .aboutGreeting-block_profile-head {
    margin-bottom: 30px;
}
.menuMain-block:not(:last-child) {
    margin-bottom: 60px;
}
.menuMain-block_ttl {
    margin: 0 0 20px;
    padding: 11px 40px;
    font-size: 2rem;
    letter-spacing: 0.08em;
    background-image: url(../images/menu/head_bg.jpg);
    border-radius: 10px;
}
.menuMain-block_img {
    align-self: stretch;
    width: 460px;
}
.menuMain-block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
.menuMain-block_cnt {
    width: 560px;
    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: 24px 20px;
}
.menuMain-block_cnt-table tr:not(:last-child) {
    border-bottom: 1px solid;
}
.menuMain-block_cnt-note {
    margin: 20px 0 0;
    font-size: 1.4rem;
    color: var(--catch-color);
    text-align: right;
}

/*
    page-faq
--------------------*/
/* ▼faqMain */
.faqMain-block:not(:last-child) {
    margin-bottom: 50px;
}
.faqMain-block_ttl {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
    padding: 10px 30px;
    color: #fff;
    background-color: var(--font-color);
    font-size: 2rem;
    border-radius: 15px;
}
.faqMain-block_ttl::before {
    content: '';
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
    background: url(../images/faq/faq_ico01.png) no-repeat center / contain;
}
.faqMain-block_cnt {
    display: flex;
    align-items: center;
    width: 1030px;
    margin: 0 0 0 auto;
    padding: 35px 30px;
    background-color: var(--main-color);
    border-radius: 15px;
}
.faqMain-block_cnt::before {
    content: '';
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
    background: url(../images/faq/faq_ico02.png) no-repeat center / contain;
}






























/*
    page-company
--------------------*/
/* ▼companyGallery */
.companyGallery-list li:nth-child(n+3) {
    margin-top: 40px;
}

/* ▼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 {
    padding-top: 160px;
    position: relative;
    background-color: var(--main-color);
}
.companyInfo::before {
    content: '';
    width: 100%;
    height: 68px;
    background: url(../images/common/wave02.png) no-repeat center / max(1920px,100%) 100%;
    position: absolute;
    top: 0; left: 0; right: 0;
    transform: scale(-1,-1);
    z-index: 20;
}
.companyInfo .section-head {
    height: 120px;
}
.companyInfo-block {
}
.companyInfo-access {
    margin: 70px 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: 18px;
    margin: 0 7px 0 0;
    background: url(../images/common/ico_access.png) no-repeat center / contain;
}
.companyInfo-map {
    height: 400px;
}
/* ▼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: "⑥";
}




/*
    sectionBanner
--------------------*/
/* ▼sectionBanner */
.sectionBanner {
    padding: 90px 0;
    background-color: #f2f2f2;
}
.sectionBanner-block {
    width: 860px;
    margin: 0 auto;
    padding: 50px 50px 60px;
    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: 4.2rem;
}
.sectionBanner-block_ttl span {
    font-size: 107.1429%;
}
.sectionBanner-block_txt {
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    text-align: center;
}
.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;
    margin: 50px 0 0;
}
.sectionBanner-block_list .common-info_tel {
    font-size: 4rem;
}
.sectionBanner-block_list .common-info_tel span {
    font-size: 2.4rem;
}
.sectionBanner-block_list .common-info_telSub {
    font-size: 1.5rem;
}
.sectionBanner-block_list .common-info_contact {
    width: 350px;
    height: 70px;
    color: #fff;
    background-color: var(--main-color);
    font-size: 2rem;
}
.sectionBanner-block_list .common-info_contact::before {
    width: 26px;
    height: 17px;
    background-image: url(../images/common/ico_mail02.png);
}




/* ▼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: 30px 30px;
    background: repeating-linear-gradient(135deg, #fff, #fff 5px, #f4f0ec 5px, #f4f0ec 10px);
    border-radius: 10px;
    font-size: 1.6rem;
    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.6rem;
    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: 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(--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%;
}
@media screen and (min-width: 768px) {
    .contact-form-table {
        border: 1px solid var(--catch-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(--catch-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;
    }
}