main,
.key,
.breadcrumbs,
footer {
    width: calc(100% - 320px);
    margin: 0 0 0 auto;
}
.breadcrumbs .bread_wrap {
    width: 100%;
    padding: 0 20px;
}

/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/


/* pagetop */
.pagetop {
    position: fixed;
    bottom: 30px; 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;
    height: 100vh;
    min-height: 600px;
    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;
}
#top .key {
    align-items: flex-start;
    justify-content: flex-end;
    /* height: clamp(600px, calc(100vh - 120px), 1000px); */
}
.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: inline-block;
    width: auto;
    margin: 60px 40px 0 0;
    text-align: left;
    position: absolute;
    z-index: 10;
}
.key_ttl-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 10;
}
.key_ttl-sub::before {
    content: '';
    width: 842px;
    height: 231px;
    margin: 10px auto 0;
    background: url(../images/common/catch/deco01.png) no-repeat center / contain;
    position: absolute;
    z-index: -1;
}
.slider-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.main-vis01 .key_ttl {
    width: 1280px;
}
.main-vis02 .key_ttl {
    width: 1280px;
    text-align: right;
}
.main-vis03 .key_ttl {
    width: 1080px;
    text-align: right;
    margin-top: 20%;
}

.aside-banner {
    position: fixed;
    right: 0; bottom: 20%;
    z-index: 100;
}

/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
.g_nav {
    overflow-y: auto;
    width: 320px;
    height: 100%;
    padding: 90px 15px 50px;
    line-height: 1;
    color: #fff;
    background-color: var(--font-color);
    position: fixed;
    top: 0; bottom: 0; left: 0;
    z-index: 100;
}
.g_nav-cnt {
}
.g_nav .h_nav {
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    justify-content: flex-end;
    text-align: center;
}
.h_nav li:not(:last-child) {
    margin-bottom: 30px;
}
.h_nav li a:hover,
.h_nav li a.current {
    /* opacity: 1; */
    color: var(--main-color);
}

.g_nav .h_logo {
    margin: 0 0 90px;
    text-align: center;
}
.g_nav .aside-info .common-info_tel {
    margin: 0 0 40px;
}
.g_nav .aside-info li:not(:last-child) {
    margin-bottom: 12px;
}

.aside-info {
    margin: 85px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
}


/* nav_fix */
/* .g_nav .h_nav.fixed {
    width: 100%;
    position: fixed;
    animation: anim_fadeIn .5s ease;
} */


/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
footer.page-footer {
    color: #fff;
    background-color: var(--font-color);
}
.footer_wrap {
    width: 100%;
    align-items: stretch;
    padding: 35px 40px 40px;
}
.footer-main {
    justify-content: flex-start;
    flex: 1;
    margin-right: 30px;
}
.footer-main_info {
    align-items: center;
    justify-content: flex-start;
}
.footer-main_info li {
    margin-bottom: 20px;
}
.footer-main_info li:not(:last-child) {
    margin-right: 40px;
}
.footer-ttl {
    display: inline-block;
    width: auto;
    margin: 0 0 40px;
}
.footer-info {
    align-items: center;
    justify-content: flex-end;
}
.footer-info:not(:last-child) {
    margin-bottom: 14px;
}
.footer-info li:not(:last-child) {
    margin-right: 17px;
}
.footer-info .common-info_tel {
    margin-right: 8px;
}
.footer-info span.common-info_tel {
    font-size: 1.8rem;
}
.footer-info .common-info_tel span {
    font-size: 1.6rem;
}
.footer-info .common-info_contact {
    width: 220px;
}
.footer-detail_txt {
    text-align: right;
    font-size: 1.5rem;
}
.footer-detail .common-info_list {
    justify-content: flex-end;
    width: 100%;
    line-height: 1;
}
.footer-detail .common-info_list li:not(:last-child) {
    margin-right: 25px;
}
.footer-detail .footer-detail_list {
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 28px 0 0;
}
.footer-detail .footer-detail_list li:not(:last-child) {
    margin-right: 10px;
}
.footer-detail .footer-detail_list li:first-child .arrow-btn {
    background-color: var(--catch-color);
}
.footer-detail .footer-detail_list .arrow-btn {
    margin: 0;
}
.footer-nav {
    justify-content: flex-start;
    margin: 20px 0 0;
    font-size: 1.2rem;
    line-height: 2.1667;
    letter-spacing: 0.05em;
}
.footer-nav ul {
    margin: 0 45px 0 0;
}
/* ▼copyright */
.copyright {
    padding: 0 0 30px;
    font-size: 1rem;
    text-align: center;
}


/*-----------------------------------------------------------------------

    dual

-----------------------------------------------------------------------*/
/* ▼dual-list */
#dual .key,
#dual .breadcrumbs,
#dual .g_nav,
#dual .aside-banner,
#dual .pagetop,
#dual .footer_wrap {
    display: none;
}
#dual .h_wrap {
    height: auto;
}
#dual .page-footer {
    padding: 0;
}
#dual .page-footer .copyright {
    margin: 0;
}
#dual .common-info_contact {
    height: 80px;
}
.dual-list {
    width: 100%;
    height: calc(100vh - 80px - 50px);
}
.dual-list li {
    overflow: hidden;
    width: calc(100% / 3);
    height: 100%;
    position: relative;
}
.dual-list li::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/dual/dual_img01.jpg) no-repeat center / cover;
    position: absolute;
    z-index: -1;
    transition: all .3s;
}
.dual-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dual-list li a:hover {
    opacity: 1;
}
.dual-list li:hover::before {
    transform: scale(1.15);
    filter: brightness(.8);
}
.dual-list_cnt {
    width: 440px;
    padding: 30px 0 20px;
    color: #fff;
    background-color: rgba(11, 58, 182, .9);
}
.dual-list_cnt-ttl {
    margin: 0 0 8px;
    font-size: 3.8rem;
    letter-spacing: 0;
    text-align: center;
}
.dual-list_cnt-txt {
    font-size: 1.7rem;
    text-align: center;
}
.dual-list_cnt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    height: 40px;
    margin: 22px auto 0;
    border: 1px solid rgba(255, 255, 255, .5);
    text-align: center;
}
.dual-list_cnt-btn::after {
    content: '';
    width: 7px;
    height: 12px;
    margin: 0 0 0 25px;
    background: url(../images/common/arrow01.png) no-repeat center / contain;
}
.dual-list li:nth-child(2)::before {
    background-image: url(../images/dual/dual_img02.jpg);
}
.dual-list li:nth-child(2) .dual-list_cnt {
    background-color: rgba(44, 150, 222, .9);
}
.dual-list li:nth-child(3)::before {
    background-image: url(../images/dual/dual_img03.jpg);
}
.dual-list li:nth-child(3) .dual-list_cnt {
    background: rgba(26, 152, 195, .9) linear-gradient( to bottom, rgba(25,69,186, .3) 0%, rgb(103,221,161, .3) 100%);
}
.dual-list li:nth-child(3) .dual-list_cnt-ttl {
    margin: 2px 0 10px;
    font-size: 3.2rem;
}
.dual-list li:nth-child(3) .dual-list_cnt-txt {
    font-size: 1.6rem;
}
.dual-list li:nth-child(3) .dual-list_cnt-btn {
    margin-top: 24px;
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼topGreeting */
.topGreeting {
    padding-bottom: 0;
}
.topGreeting_wrap {
    width: 100%;
    position: relative;
}
.topGreeting-block {
    align-items: center;
    height: 780px;
}
.topGreeting-block_img {
    width: calc(50vw + 200px);
    min-width: 900px;
    height: 100%;
    position: absolute;
    top: 0; bottom: 0; left: 0;
    z-index: -1;
}
.topGreeting-block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.topGreeting-block_cnt {
    width: 920px;
    margin: 0 0 0 auto;
}
.topGreeting-block_cnt-ttl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 160px;
    margin: 0 0 40px;
    padding: 0 0 0 120px;
    background: url(../images/top/greeting_ttl_bg.png) no-repeat center / 100% 100%;
}
.topGreeting-block_cnt-txt {
    font-size: 1.6rem;
    padding: 0 0 0 120px;
}
/* ▼topAbout */
.topAbout {
    background-color: #fbf6f2;
}
/* ▼topBusiness */
.topBusiness {
    background: url(../images/top/business_bg.jpg) repeat center;
}
.topBusiness-block {
    align-items: center;
    padding: 10px;
    color: #fff;
    background-color: var(--font-color);
}
.topBusiness-block:not(:last-child) {
    margin-bottom: 40px;
}
.topBusiness-block_cnt {
    width: 400px;
    margin: 0 15px 0 0;
}
.topBusiness-block_cnt-ttl {
    margin: 0 0 14px;
    font-size: 2.7rem;
}
.topBusiness-block_cnt-txt {
    letter-spacing: 0.08em;
    line-height: 1.7143;
}
.topBusiness-block_cnt .arrow-btn {
    height: 40px;
    margin-top: 18px;
    font-size: 1.4rem;
    background-color: var(--main-color);
}
/* ▼topReason */
.topReason {
    overflow: hidden;
    padding-top: 0;
}
.topReason-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    margin: 0 0 70px;
    background: url(../images/top/reason_ttl_bg.jpg) no-repeat center / cover;
}
.topReason-block {
    position: relative;
}
.topReason-block::before {
    content: '';
    width: calc(100vw - 320px - 100px);
    height: 420px;
    background-color: #fbf6f2;
    position: absolute;
    bottom: -40px; right: calc(-50vw + 540px);
    z-index: -1;
}
.topReason-block:not(:last-child) {
    margin-bottom: 150px;
}
.topReason-block_img {
    width: calc(50vw - 120px);
    min-width: 520px;
    height: 420px;
    margin: 0 0 0 min(calc(-50vw + 380px),-260px);
}
.topReason-block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topReason-block_cnt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.topReason-block_cnt-ttl {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 0 0 30px;
    font-size: 3rem;
    letter-spacing: 0;
}
.topReason-block_cnt-ttl::before {
    content: '';
    width: 50px;
    height: 50px;
    margin: 0 0 12px;
    background: url(../images/top/reason_num01.png) no-repeat center / contain;
}
.topReason-block_cnt-txt {
    line-height: 1.8571;
}
.topReason-block_cnt-txt p:not(:last-child) {
    margin: 0 0 0 26px;
}
.topReason-block:nth-of-type(even) {
    flex-direction: row-reverse;
}
.topReason-block:nth-of-type(even)::before {
    right: auto; left: calc(-50vw + 540px);
}
.topReason-block:nth-of-type(even) .topReason-block_img {
    margin: 0 min(calc(-50vw + 380px),-260px) 0 0;
}
.topReason-block:nth-of-type(2) .topReason-block_cnt-ttl::before {
    background-image: url(../images/top/reason_num02.png);
}
.topReason-block:nth-of-type(3) .topReason-block_cnt-ttl::before {
    background-image: url(../images/top/reason_num03.png);
}
/* ▼topFlow */
.topFlow {
    color: #fff;
    background: url(../images/top/flow_bg.jpg) no-repeat center / cover;
}
.topFlow_wrap {
    flex-direction: row-reverse;
}
.topFlow-ttl {
    width: auto;
    font-size: 4rem;
    letter-spacing: 0.08em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.topFlow-list {
    flex-direction: row-reverse;
    width: 686px;
    padding: 40px 0 0;
}
.topFlow-list li {
    width: 60px;
    height: 330px;
    padding: 15px 17px 15px 13px;
    font-size: 1.7rem;
    background-color: rgba(255, 255, 255, .1);
    writing-mode: vertical-rl;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    counter-increment: topFlow-list;
    position: relative;
}
.topFlow-list li::before {
    content: 'STEP'counter(topFlow-list);
    font-size: 1.4rem;
    position: absolute;
    top: 15px; right: 7px;
    line-height: 1;
}
.topFlow-list li:not(:last-child)::after {
    content: '';
    width: 11px;
    height: 55px;
    margin: auto;
    background: url(../images/top/flow_arrow01.png) no-repeat center / contain;
    position: absolute;
    top: 0; bottom: 0; right: calc(100% + 9px);
}
/* ▼topStory */
.topStory_wrap {
    width: 820px;
}
.topStory {
    background-color: #fbf6f2;
}
.topStory-cnt {
    padding: 30px;
    background-color: #fff;
}
.topStory-line {
    width: 680px;
    margin: 70px auto 0;
    padding: 30px 40px;
    color: #fff;
    background-color: #06c755;
    border: 6px solid #fff;
}
.topStory-line_cnt {
    width: 400px;
}
.topStory-line_cnt-ttl {
    margin: 0 0 25px;
    padding: 0 0 12px;
    border-bottom: 4px double;
    line-height: 1;
}
.topStory-line_cnt-txt {
    line-height: 1.8571;
}
.topStory-line_cnt-txt p:not(:last-child) {
    margin-bottom: 20px;
}
.topStory-line_fig {
    text-align: center;
}
.topStory-line_fig-capt {
    margin: 11px 0 0;
    line-height: 1;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
}
.topStory-line_fig-capt span {
    display: inline-block;
    padding: 5px 7px;
    color: #06c755;
    background-color: #fff;
}


/*
    page-business
--------------------*/
/* ▼businessMain */
.businessMain {
}
.businessMain-block {
    align-items: center;
    margin: 0 0 100px;
}
.businessMain-block.css-fixed {
    margin-bottom: 0;
}
.businessMain-block_img {
    width: calc(50vw - 120px);
    min-width: 520px;
    height: 480px;
    margin: 0 0 0 min(calc(-50vw + 380px),-260px);
}
.businessMain-block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.businessMain-block_cnt {
    width: 460px;
}
.businessMain-block_cnt-ttl {
    padding: 0 0 8px;
    margin: 0 0 22px;
    font-size: 3.8rem;
    font-weight: 500;
    border-bottom: 4px double rgba(48, 35, 24, .3);
}
.businessMain-block_cnt-txt {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
}
.businessMain-block_cnt-desc {
    align-items: center;
    justify-content: flex-start;
    margin: 25px 0 0;
    background-color: #fbf6f2;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
}
.businessMain-block_cnt-desc dt {
    width: 118px;
    margin: 0 23px 0 0;
    padding: 7px 0;
    color: #fff;
    background-color: var(--main-color);
    text-align: center;
    position: relative;
}
.businessMain-block_cnt-desc dt::after {
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 7.5px 0 7.5px 7px;
    border-color: transparent transparent transparent var(--main-color);
    position: absolute;
    top: 0; bottom: 0; left: 100%;
}
/* ▼businessMain-recommend */
.businessMain-recommend {
    width: 100%;
}
.businessMain-recommend_ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
    font-size: 4.2rem;
    letter-spacing: 0.06em;
}
.businessMain-recommend_ttl::before,
.businessMain-recommend_ttl::after {
    content: '';
    flex: 1;
    height: 1px;
    border-bottom: 1px solid rgba(48, 35, 24, .3);
}
.businessMain-recommend_ttl span {
    padding: 0 25px;
}
.businessMain-recommend_cnt {
    width: 350px;
}
.businessMain-recommend_cnt-ttl {
    display: flex;
    align-items: stretch;
    margin: 10px 0 8px;
    font-size: 2.6rem;
    font-weight: 500;
}
.businessMain-recommend_cnt-ttl::before {
    content: '';
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin: 0 4px 0 0;
    background: url(../images/top/reason_num01.png) no-repeat center / contain;
}
.businessMain-recommend_cnt-ttl span {
    display: flex;
    flex: 1;
    align-items: center;
    padding: 0 0 0 5px;
    border-bottom: 1px solid #e5e5e5;
}
.businessMain-recommend_cnt-ttl.css-fixed {
    font-size: 1.8rem;
}
.businessMain-recommend_cnt:nth-of-type(2) .businessMain-recommend_cnt-ttl::before {
    background-image: url(../images/top/reason_num02.png);
}
/* businessMain-recommend_block */
.businessMain-recommend_block {
    width: 100%;
}
.businessMain-recommend_block-ttl {
    margin: 0 0 20px;
    padding: 13px;
    font-size: 3.4rem;
    font-weight: 500;
    text-align: center;
    background-color: #fbf6f2;
}
.businessMain-recommend_block-txt {
    width: 420px;
    padding: 20px 0 0;
    font-size: 1.4rem;
    line-height: 1.7143;
    letter-spacing: 0.06em;
}
/* ▼businessMain-other */
.businessMain-other {
    width: 100%;
}
.businessMain-other_txt {
    text-align: center;
}
.businessMain-other_cnt {
    width: 100%;
    margin: 40px 0 0;
    padding: 25px 0;
    background-color: #fbf6f2;
    text-align: center;
}
/* ▼businessMain-price */
.businessMain-price {
    background-color: #fffdfb;
}
.businessMain-price.businessMain-case {
    background-color: #fbf6f2;
}
.businessMain-price_ttl {
    margin: 0 0 50px;
    font-size: 5.2rem;
    text-align: center;
    letter-spacing: 0.06em;
}
.businessMain-price_ttl span {
    display: block;
    margin: 10px 0 0;
    line-height: 1;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
}
.businessMain-price_list {
    justify-content: flex-start;
}
.businessMain-price_list li {
    width: 230px;
}
.businessMain-price_list li:not(:last-child) {
    margin-right: 35px;
}
.businessMain-price_list li .c_ofi {
    padding-top: 82.6086%;
}
.businessMain-price_list-ttl {
    margin: 10px 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
}
.businessMain-price_list-ttl span.font-color {
    display: block;
    margin: 0 0 5px;
    font-size: 1.6rem;
    line-height: 1;
    color: var(--main-color);
}
.businessMain-price_list .arrow-btn {
    height: 40px;
    margin: 10px 0 0;
    color: var(--main-color);
    background-color: transparent;
    border: 1px solid;
    font-size: 1.4rem;
}
.businessMain-price_list .arrow-btn::after {
    content: '';
    background-image: url(../images/common/arrow02.png);
}
.businessMain-price_list-btn {
    max-width: none;
    height: 50px;
    margin: 50px 0 0;
    font-size: 1.4rem;
}
/* ▼businessContact */
.businessContact {
    color: #fff;
    background: url(../images/business/wood_bg01.jpg) no-repeat center / cover;
}
.businessContact-ttl {
    margin: 0 0 50px;
    padding: 0 0 20px;
    border-bottom: 2px dashed rgba(255, 255, 255, .3);
    text-align: center;
    font-size: 3.4rem;
    letter-spacing: 0.06em;
}
.businessContact-ttl span {
    display: block;
    margin: 0 0 8px;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
}
.businessContact-info {
    align-items: center;
    justify-content: center;
}
.businessContact-info .common-info_tel {
    font-size: 3.8rem;
}
.businessContact-info .common-info_tel span {
    font-size: 2.4rem;
}
.businessContact-info ul {
    margin: 0 0 0 80px;
}
.businessContact-info ul li:not(:last-child) {
    margin-bottom: 12px;
}


























/*
    page-company
--------------------*/
/* ▼companyGreeting */
.companyGreeting-block_cnt {
    width: 100%;
    margin: 40px 0 0;
}
.companyGreeting-block_cnt-txt {
    text-align: center;
}
.companyGreeting-block_cnt-name {
    font-size: 1.7rem;
    text-align: right;
}
/* companyGreeting-banner */
.companyGreeting-banner {
    align-items: center;
    justify-content: center;
    margin: 80px 0 0;
}
.companyGreeting-banner_img {
    margin: 0 25px 0 0;
}
.companyGreeting-banner_cnt {
    font-size: 1.8rem;
    line-height: 1.6667;
}
.companyGreeting-banner_cnt p:not(:last-child) {
    margin-bottom: 12px;
}
/* ▼companyInfo */
.companyInfo {
    padding-bottom: 0;
    background-color: #fbf6f2;
}
.companyInfo-block {
    padding: 50px 20px;
    background-color: #fff;
}
.companyInfo-list {
    margin: 80px 0 0;
}
.companyInfo-list li:nth-child(n+4) {
    margin-top: 40px;
}
.companyInfo-access {
    margin-top: 80px;
}
.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: 400px;
}
/* ▼companyIntro */
.companyIntro-ttl {
    margin: 0 0 70px;
    font-size: 4.4rem;
    letter-spacing: 0.12em;
    text-align: center;
}
.companyIntro-ttl span {
    display: block;
    margin: 0 0 5px;
    font-size: 2.2rem;
    letter-spacing: 0.12em;
    color: var(--sub-color);
}
.companyIntro-list {
    justify-content: center;
}
.companyIntro-list li {
    width: 240px;
}
.companyIntro-list li:nth-child(n+4) {
    margin-top: 20px;
}
.companyIntro-list li:not(:last-child):not(:nth-child(3n)) {
    margin-right: 20px;
}
.companyIntro-list_capt {
    margin: 12px 0 0;
    font-size: 1.3rem;
    line-height: 1.5385;
    letter-spacing: 0.04em;
    text-align: center;
}



/* ▼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 0;
    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: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #d2d2d2;
}
.story_post-cnt {
    width: calc(100% - 138px);
}
.story_post time {
    display: inline-block;
    font-size: 1.4rem;
    text-align: center;
}
.story_post .story_post-tag {
    display: inline-block;
    color: var(--main-color);
    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: 13px 0 0;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.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
--------------------*/
.input_big {
    width: 100%;
}
.input_mid {
    width: 70%;
}
.input_min {
    width: 28%;
    max-width: 85px;
}
.contact-form-table {
    color: var(--font-color);
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
}
.contact-form-table td,
.contact-form-table th{
    vertical-align: middle;
    font-weight: 500;
}
.contact-form-table th {
    font-weight: bold;
    text-align: left;
}
.contact-form-table td a {
    display: inline;
    text-decoration: underline;
}
/* ▼button */
.contact_submits button,
.contact_submits input[type='button'],
.contact_submits input[type='submit'] {
    margin: 7px;
    padding: 1em 2em;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    transition: all 0.4s ease;
    color: #fff;
    background-color: var(--main-color);
}
.contact-form-table td div:not(:last-child) {
    margin: 0 0 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%;
}
@media screen and (min-width: 768px) {
    .contact-form-table {
        border: 1px solid var(--main-color);
    }
    .contact-main .top-trial {
        margin: 0 0 100px;
        padding: 90px 0 80px;
    }
    .contact-form-table tr {
        display: flex;
    }
    .contact-form-table td,
    .contact-form-table th {
        padding: 20px 30px;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }
    .contact-form-table th {
        display: flex;
        align-items: center;
        width: 340px;
        color: #fff;
        background-color: var(--main-color);
        border-bottom: 1px solid;
    }
    .contact-form-table td {
        display: block;
        flex: 1;
    }
    .required-mark {
        margin: 0 0 0 15px;
        padding: 4px 2px;
        line-height: 1;
    }
    .contact-privacy {
        height: 320px;
    }
}