/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
.page-header {
    width: 100%;
}
.page-header .h_wrap {
    align-items: center;
    width: 100%;
    height: 120px;
    padding: 0 10px 0 15px;
    position: relative;
}
.page-header .h_logo {
    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 auto;
    font-size: 1.4rem;
    font-weight: 600;
}
.page-header .common-info_list {
    justify-content: flex-end;
}
.page-header .common-info_list li:not(:last-child) {
    margin-right: 22px;
}
.page-header .common-info_tel {
}
.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: 440px;
    margin: 0 auto;
    position: relative;
}
.key::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/top/main_vis01.jpg) no-repeat center / cover;
    position: absolute;
    z-index: -1;
}
/* ▼page */
#top .key {
    height: clamp(600px, calc(100vh - 120px), 1000px);
}
/* ▲page */
.carousel {
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
}
.carousel-cell {
    width: 100%;
    height: 100%;
}
.carousel-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main-vis01 {
    background: url(../images/top/main_vis01.jpg) no-repeat bottom / cover;
}
.main-vis02 {
    background: url(../images/top/main_vis02.jpg) no-repeat bottom / cover;
}
.main-vis03 {
    background: url(../images/top/main_vis03.jpg) no-repeat bottom / cover;
}
.main-vis04 {
    background: url(../images/top/main_vis04.jpg) no-repeat bottom / cover;
}
.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;
    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;
    font-size: 4.8rem;
    letter-spacing: 0.02em;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(6, 106, 98, 0.5);
}
.key_ttl-sub::before {
    content: '';
    width: 660px;
    height: 214px;
    background: url(../images/common/catch/deco01.png) no-repeat center / contain;
    position: absolute;
    z-index: -1;
}
.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 {
    width: 100%;
    margin: 25px 0 14px;
    padding: 0 10px;
    color: var(--main-color);
    line-height: 1;
    position: relative;
    z-index: 10;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}
.g_nav .h_nav {
    justify-content: flex-end;
}
.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 {
}
.footer_wrap {
    align-items: flex-end;
    padding: 50px 0;
}
.footer-main {
    justify-content: flex-start;
    flex: 1;
    margin: 0 40px 10px 0;
}
.footer-ttl {
    display: inline-block;
    width: auto;
    margin: 0 0 55px;
}
.footer-detail_info {
    align-items: center;
}
.footer-detail .common-info_address {
    margin: 25px 0 0;
}
.footer-detail .footer-detail_list {
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0 20px;
}
.footer-detail .footer-detail_list li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-detail .footer-detail_list .arrow-btn {
    border: 1px solid;
}
.footer-nav {
    justify-content: flex-start;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #888888;
}
.footer-nav ul:not(:last-child) {
    margin-bottom: 15px;
}
.footer-nav li:not(:last-child) {
    margin-right: 50px;
}
/* ▼copyright */
.copyright {
    margin: 52px 0 0;
    font-size: 1rem;
    text-align: right;
    letter-spacing: 0;
}


/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
.topAbout {
    padding: 118px 0 0;
}
.topAbout-block {
    align-items: center;
}
.topAbout-block_img {
    width: calc(50vw + 240px);
    min-width: 880px;
    height: 580px;
    margin: 0 0 0 min(calc(-50vw + 540px),-100px);
}
.topAbout-block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.topAbout-block_cnt {
    width: 470px;
    margin: 50px 0 0 -180px;
    position: relative;
    z-index: 10;
}
.topAbout-block_cnt-ttl {
    margin: 0 0 65px;
    position: relative;
}
.topAbout-block_cnt-ttl span {
    line-height: 1;
    position: absolute;
    top: -170px; left: -80px;
}
.topAbout-block_cnt-txt {
    font-size: 1.5rem;
    line-height: 2.1333;
}
/* ▼topBusiness */
.topBusiness {
    padding-top: 140px;
}
.topBusiness-ttl {
    margin: 0 0 40px;
    text-align: center;
    font-size: 5.2rem;
    line-height: 1;
    color: var(--main-color);
    letter-spacing: 0.08em; 
}
.topBusiness-ttl span {
    display: block;
    line-height: 1;
}
.topBusiness-list_capt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    margin: -5px 0 0;
    font-size: 1.8rem;
    line-height: 1.4444;
    text-align: center;
    color: var(--main-color);
    letter-spacing: 0.12em;
}
/* ▼topPolicy */
.topPolicy {
    padding-top: 0;
    background-color: #f2f9fd;
}
.topPolicy-ttl {
    margin: 0 0 90px;
    text-align: center;
    font-size: 5.6rem;
    line-height: 1;
    color: var(--main-color);
    transform: translateY(-25px);
}
.topPolicy-ttl span {
    display: block;
    margin: 0 0 -43px;
}
.topPolicy-block {
    padding: 40px;
    border: 1px solid var(--main-color);
    border-radius: 15px;
}
.topPolicy-block:not(:last-child) {
    margin-bottom: 35px;
}
.topPolicy-block_ttl {
    margin: 0 0 30px;
    text-align: center;
    color: var(--main-color);
    font-size: 3rem;
}
.topPolicy-block_ttl span {
    display: block;
    margin: 0 0 5px;
    font-size: 2rem;
}
.topPolicy-block_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    box-shadow: 0px 0px 16px 0px rgba(209, 232, 247, 1);
    background-color: #fff;
    color: var(--sub-color);
    font-size: 3.2rem;
    letter-spacing: 0.16em;
}
.topPolicy-block_txt {
    text-align: center;
}
/* ▼topGuide */
.topGuide {
    overflow: hidden;
}
.topGuide-block {
    align-items: center;
}
.topGuide-block:not(:last-child) {
    margin-bottom: 100px;
}
.topGuide-block:nth-of-type(even) {
    flex-direction: row-reverse;
}
.topGuide-block:nth-of-type(even) .topGuide-block_img {
    margin: 0 -180px 0 0;
}
.topGuide-block_img {
    overflow: hidden;
    width: 640px;
    height: 420px;
    margin: 0 0 0 -180px;
    border-radius: 20px;
}
.topGuide-block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 7.071px 7.071px 25px 0px rgba(209, 232, 247, 0.6);
}
.topGuide-block_cnt {
    width: 515px;
}
.topGuide-block_cnt-ttl {
    margin: 0 0 19px;
    color: var(--main-color);
    font-size: 3.4rem;
    letter-spacing: 0.12em;
}
.topGuide-block_cnt-ttl span {
    display: block;
    margin: 0 0 3px;
    font-size: 1.6rem;
    letter-spacing: 0.12em;
    color: var(--sub-color);
}
.topGuide-block_cnt-txt {
    font-size: 1.4rem;
    line-height: 2.1429;
}
.topGuide-block_cnt-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 32px 0 0;
}
.topGuide-block_cnt-btn::before {
    content: '';
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    background: url(../images/top/guide_btn_ico01.png) no-repeat center / contain;
}
.topGuide-block_cnt-btn span {
    color: var(--main-color);
    border-bottom: 1px solid;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
}

/* ▼topStory */
.topStory {
    background-color: #ecf6fc;
}
.topStory .topPolicy-ttl {
    transform: translateY(0px);
}
.topStory .topPolicy-ttl span {
    margin-bottom: -18px;
}
.topStory-cnt {
    padding: 60px 60px 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 16px 0px rgba(209, 232, 247, 1);
}
.topStory-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-top: 45px;
    color: #fff;
    background: var(--main-gradient);
    border-radius: 30px;
    letter-spacing: 0.12em;
    position: relative;
}
.topStory-btn::after {
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0; bottom: 0; right: 20px;
}

/*
    page-work
--------------------*/
/* ▼workBusiness */
.workBusiness {
    padding: 40px 0 0;
}
.workBusiness-sect:not(:last-child) {
    margin-bottom: 120px;
}
.workBusiness-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 60px;
    padding: 0 0 6px;
    color: var(--main-color);
    border-bottom: 1px dotted;
    font-size: 4.4rem;
    letter-spacing: 0.12em;
}
.workBusiness-ttl::before {
    content: '';
    width: 63px;
    height: 75px;
    margin: 0 19px 0 0;
    background: url(../images/work/business_ttl_ico01.png) no-repeat center / contain;
}
.workBusiness-ttl span {
    margin: 0 63px 0 0;
}
.workBusiness-block {
    padding: 55px 40px;
    border-radius: 15px;
    border: 1px solid rgba(33, 77, 148, .3);
}
.workBusiness-block::before {
    content: '';
    width: 190px;
    height: 190px;
    background: url(../images/work/business_ico01.png) no-repeat center / contain;
}
.workBusiness-block_cnt {
    width: 770px;
}
.workBusiness-block_cnt-ttl {
    padding: 0 0 9px;
    margin: 0 0 19px;
    color: var(--main-color);
    border-bottom: 2px solid;
    font-size: 3.2rem;
}
.workBusiness-block_cnt-txt {
    font-size: 1.4rem;
    line-height: 1.7143;
}
/* detail */
.workBusiness-sect:nth-of-type(2) .workBusiness-ttl::before {
    background-image: url(../images/work/business_ttl_ico02.png);
}
.workBusiness-block:not(:last-child) {
    margin-bottom: 40px;
}
.workBusiness-block:nth-of-type(2)::before {
    background-image: url(../images/work/business_ico02.png);
}
.workBusiness-block:nth-of-type(2).css-fixed::before {
    background-image: url(../images/work/business_ico04.png);
}
.workBusiness-block:nth-of-type(3)::before {
    background-image: url(../images/work/business_ico03.png);
}
/* ▼workBusiness-area */
.workBusiness-area {
    justify-content: center;
    width: 1280px;
    margin: 170px auto 0;
    padding: 50px 0 70px;
    background-color: #ecf6fc;
}
.workBusiness-area_ttl {
    margin: 0 0 70px;
    color: var(--main-color);
    text-align: center;
    font-size: 5.8rem;
    letter-spacing: 0.12em;
}
.workBusiness-area_cnt {
    width: 460px;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 10px;
}
.workBusiness-area_cnt:nth-of-type(n+2) {
    margin-left: 70px;
}
.workBusiness-area_cnt dt {
    margin: 0 0 20px;
    color: var(--main-color);
    font-size: 2.2rem;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    text-align: center;
}
.workBusiness-area_cnt dd {
    text-align: center;
}
/* ▼workVoice */
.workVoice-ttl {
    margin: 0 0 130px;
    text-align: center;
    color: var(--main-color);
    font-size: 5rem;
    letter-spacing: 0.12em;
    position: relative;
}
.workVoice-ttl::before {
    content: '';
    width: 810px;
    height: 78px;
    margin: 0 auto;
    background: url(../images/work/voice_ttl_deco01.png) no-repeat center / contain;
    position: absolute;
    left: 0; right: 0; top: calc(100% - 37px);
}
.workVoice-ttl span {
    display: inline-block;
    padding: 0 0 12px;
    border-bottom: 1px dotted;
}
.workVoice-block::before {
    content: '';
    width: 149px;
    height: 178px;
    background: url(../images/work/voice_ico01.png) no-repeat center / contain;
}
.workVoice-block_cnt {
    width: 880px;
    padding: 38px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(209, 232, 247, 1);
    border-radius: 10px;
}
.workVoice-block_cnt-ttl {
    margin: 0 0 17px;
    font-size: 3.2rem;
    letter-spacing: 0.12em;
    color: var(--main-color);
}
.workVoice-block_cnt-txt {
    font-size: 1.4rem;
    line-height: 1.7143;
}
/* detail */
.workVoice-block:not(:last-child) {
    margin-bottom: 80px;
}
.workVoice-block:nth-of-type(even) {
    flex-direction: row-reverse;
}
.workVoice-block:nth-of-type(even)::before {
    background-image: url(../images/work/voice_ico02.png);
}

/*
    sectionBanner
--------------------*/
.sectionBanner {
    background-color: #ecf6fc;
}
.sectionBanner-block {
    flex-direction: row-reverse;
    padding: 35px 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 16px 0px rgba(209, 232, 247, 1);
}
.sectionBanner-block_img {
    position: relative;
}
.sectionBanner-block_img::after {
    content: '';
    width: 109px;
    height: 111px;
    background: url(../images/work/banner_img_deco01.png) no-repeat center / contain;
    position: absolute;
    right: -40px; bottom: -35px;
    z-index: 10;
}
.sectionBanner-block_cnt {
    width: 540px;
    margin: 0 10px;
}
.sectionBanner-block_cnt-ttl {
    margin: 0 0 16px;
    padding: 0 0 14px;
    font-size: 3.8rem;
    line-height: 1.3421;
    letter-spacing: 0.08em;
    color: var(--main-color);
    border-bottom: 2px solid;
}
.sectionBanner-block_cnt-list {
    align-items: center;
    justify-content: flex-start;
    margin: 12px 0 0;
}
.sectionBanner-block_cnt-list li:not(:last-child) {
    margin-right: 20px;
}

/*
    page-merit
--------------------*/
/* ▼meritMain */
.meritMain-block {
    align-items: center;
}
.meritMain-block:not(:last-child) {
    margin-bottom: 100px;
}
.meritMain-block:nth-of-type(even) {
    flex-direction: row-reverse;
}
.meritMain-block_img {
    filter: drop-shadow(0px 0px 16px rgba(209, 232, 247, 1));
}
.meritMain-block_cnt {
    width: 440px;
}
.meritMain-block_cnt-ttl {
    margin: 0 0 28px;
    color: var(--main-color);
    font-size: 3.4rem;
    line-height: 1.3529;
    letter-spacing: 0.12em;
}
.meritMain-block_cnt-ttl span {
    display: block;
    color: var(--sub-color);
    font-size: 1.6rem;
    letter-spacing: 0.12em;
}
.meritMain-block_cnt-txt {
    font-size: 1.4rem;
    line-height: 2.1429;
}
/* ▼meritInfo */
.meritInfo {
    background: url(../images/merit/info_bg.jpg) no-repeat center / cover;
}
.meritInfo-ttl {
    margin: 0 0 32px;
    color: var(--main-color);
    text-align: center;
    font-size: 5.8rem;
    letter-spacing: 0.12em;
}
.meritInfo-txt {
    font-size: 2rem;
    line-height: 1.7;
    text-align: center;
    color: var(--main-color);
    letter-spacing: 0.12em;
}

/*
    page-career
--------------------*/
/* ▼careerMain */
.careerMain-block {
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(209, 232, 247, 1);
}
.careerMain-block:not(:last-child) {
    margin-bottom: 133px;
    position: relative;
}
.careerMain-block:not(:last-child)::before {
    content: '';
    width: 130px;
    height: 33px;
    margin: auto;
    background: url(../images/career/career_arrow01.png) no-repeat center / contain;
    position: absolute;
    left: 0; right: 0; top: calc(100% + 50px);
}
.careerMain-block_cnt {
    width: 490px;
    padding: 50px 0 0;
}
.careerMain-block_cnt-ttl {
    margin: 0 0 30px;
    font-size: 2.8rem;
    letter-spacing: 0.04em;
    color: var(--main-color);
}
.careerMain-block_cnt-ttl span {
    display: block;
    color: var(--sub-color);
    letter-spacing: 0.12em;
    font-size: 1.6rem;
}
.careerMain-block_cnt-txt {
    font-size: 1.4rem;
    line-height: 1.8571;
}
.careerMain-block_cnt-list {
    font-size: 1.7rem;
    line-height: 1.5;
}
.careerMain-block_cnt-list li:not(:last-child) {
    margin-bottom: 12px;
}
/* detail */
.careerMain-block.css-fixed .careerMain-block_cnt {
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}
/* ▼careerMain-desc */
.careerMain-desc {
    width: 470px;
    margin: 90px auto 0;
    padding: 30px 0;
    border: 1px solid rgba(33, 77, 148, .3);
    border-radius: 15px;
    text-align: center;
}
.careerMain-desc_ttl {
    margin: 0 0 12px;
    color: var(--main-color);
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.04em;
}

/*
    page-recruit
--------------------*/
/* ▼recruitMain */
.recruitMain-cnt {
    padding: 50px 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 16px 0px rgba(209, 232, 247, 1);
}
.recruitMain-cnt:not(:last-child) {
    margin-bottom: 120px;
}
.recruitMain-cnt .common-table th {
    width: 120px;
}


/*
    page-contact
--------------------*/
/* ▼contactFlow */
.contactFlow {
}
.contactFlow .section-title {
    height: 120px;
    border-radius: 10px;
    color: var(--sub-color);
    font-size: 4.2rem;
    letter-spacing: 0.16em;
}
.contactFlow-list {
    justify-content: center;
}
.contactFlow-list li {
    text-align: center;
}
.contactFlow-list li:not(:last-child) {
    margin-right: 85px;
    position: relative;
}
.contactFlow-list li:not(:last-child)::before {
    content: '';
    width: 19px;
    height: 74px;
    background: url(../images/contact/flow_arrow01.png) no-repeat center / contain;
    position: absolute;
    top: 65px; left: calc(100% + 35px);
}
.contactFlow-list_capt {
    margin: 14px 0 0;
    color: var(--sub-color);
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1;
}
.contactFlow-list_capt span {
    display: block;
    margin: 0 0 10px;
    font-size: 1.6rem;
}
.contactFlow-list_txt {
    margin: 20px 0 0;
    font-size: 1.4rem;
    line-height: 12;
    line-height: 1.8571;
}





















/*
    page-company
--------------------*/
/* ▼companyGreeting */
.companyGreeting-block_cnt {
    width: 490px;
}
.companyGreeting-block_img {
    filter: drop-shadow(0px 0px 16px rgba(209, 232, 247, 1));
}
.companyGreeting-block_cnt-ttl {
    margin: 0 0 42px;
    font-size: 4.2rem;
    color: var(--main-color);
}
.companyGreeting-block_cnt-txt {
    font-size: 1.4rem;
    line-height: 1.8571;
}
.companyGreeting-block_cnt-name {
    margin: 17px 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: right;
}
/* ▼companyInfo */
.companyInfo {
    padding-bottom: 0;
    background-color: #fff;
}
.companyInfo-block {
    background-color: #fff;
    padding: 50px 40px;
    box-shadow: 0px 0px 16px 0px rgba(209, 232, 247, 1);
    border-radius: 10px;
}
.companyInfo-block:not(:last-child) {
    margin-bottom: 90px;
}
.companyInfo-block.css-fixed .common-table th {
    width: 100%;
}
.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;
}



/* ▼story */
.story_cnt {
    width: 100%;
    margin: 0 auto;
}
.story_post {
    transition: all .1s;
}
.story_post a.flex {
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    font-weight: 500;
    color: var(--sub-color);
}
/* .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;
    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
--------------------*/
.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;
    }
}