/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
.header_info-tel {
    font-size: 2.7rem;
    line-height: 1;
    font-weight: 600;
    color: #1ebaba;
    letter-spacing: 0.03em;
}
.header_info-tel span {
    margin: 0 9px 0 0;
    padding: 1px 0 3px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
}
.header_info-adr {
    font-size: 1.3rem;
    line-height: 1.3846;
}
.header_info-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    background-color: #676767;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0em;
    border-radius: 30px;
    font-weight: 600;
    position: relative;
}
.header_info-btn::before {
    content: '';
    display: block;
    width: 20px;
    height: 14px;
    margin: 0 10px 0 0;
    background: url(../images/common/ico_mail.png) no-repeat center / contain;
}
/*▼sp_nav*/
.h_logo {
    line-height: 0;
    z-index: 10;
}
.h_logo img {
    width: 180px;
}
.h_wrap {
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 60px;
    padding: 0 5% 0;
    position: relative;
    background-color: #fff;
    border-bottom: 2px solid;
}
header.page-header {
    /* position: fixed; */
    top: 0; left: 0; right: 0;
    z-index: 999;
    transition: .3s all;
}
header.page-header::before {
    content: '';
    width: 100%;
    height: 120px;
    background: url(../images/common/head_bg.png) no-repeat center;
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 10;
    pointer-events: none;
}
#nav_toggle {
    position: fixed;
    top: 10px; right: 10px;
    padding: 15px 15px;
    background-image: url(../images/common/nav_bg.jpg);
    border: 2px solid;
    z-index: 999;
    box-shadow: 5px 5px 0 #000;
    transition: all .3s;
}
#nav_toggle:hover {
    box-shadow: 0px 0px 0 #000;
}
#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: 50px 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: 2px solid #0024ff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.h_nav li {
    width: 100%;
}
.h_nav li span {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #676767;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
}
.h_nav li span img {
    vertical-align: -8px;
}
.h_nav li {
    padding: 10px 0 10px 20px;
    font-weight: bold;
    line-height: 1.5;
}
.g_nav .h_logo {
    margin-bottom: 25px;
}
.g_nav .aside-info {
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
    border-radius: 10px;
}
.header_detail {
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    background-color: #fbf9db;
}
.header_detail .common-info_tel {
    font-size: 2.4rem;
}
.header_detail .common-info_address {
    margin: 11px 0 0;
}
.header_detail .common-info_contact {
    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;
}

.aside-banner {
    text-align: center;
}
.aside-banner ul {
    display: flex;
    justify-content: center;
}
.aside-banner a {
    display: inline-block;
}
.aside-banner p {
    width: 170px;
    position: fixed;
    bottom: 0; right: 0;
}

/*-----------------------------------------------------------------------

    fix-header

-----------------------------------------------------------------------*/
.fix-header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
}
.fix-header.fixed {
    display: block;
    position: fixed;
}




/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
    align-items: center;
    justify-content: center;
    background-image: url(../images/top/main_vis.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.carousel,
.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.png) no-repeat bottom / cover;
}
.main-vis02 {
    background: url(../images/top/main_vis02.png) no-repeat bottom / cover;
}
.main-vis03 {
    background: url(../images/top/main_vis03.png) no-repeat bottom / cover;
}
.main-vis04 {
    background: url(../images/top/main_vis04.png) no-repeat bottom / cover;
}
.key {
    width: 100%;
    height: 200px;
    position: relative;
}
.key br {
    display: block;
}
#top .key {
    height: 50vh;
    min-height: 370px;
}
.carousel-cell {
    align-items: center;
    justify-content: flex-start;
}
.key_ttl {
    width: calc(100% - 20px);
    max-width: 440px;
    margin: 0 auto;
}
.key_ttl-sub {
    width: calc(100% - 40px);
    display: inline-block;
}


/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼topAbout */
.topAbout {
    margin: 0 0 -40px;
    padding: 50px 0 70px;
    background: url(../images/top/about_bg_deco01.png) no-repeat left top,
    url(../images/top/about_bg_deco02.png) no-repeat right bottom,
    url(../images/top/about_bg.jpg) repeat;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
    position: relative;
    z-index: 20;
}
.topAbout-ttl {
    margin: -50px 0 8px;
    padding: 50px 0 0;
    text-align: center;
}
.topAbout-ttl img {
    height: 40px;
}
.topAbout-cnt_list {
    display: flex;
    align-items: flex-end;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px 0;
    scroll-snap-type: x mandatory;
}
.topAbout-cnt {
    width: 300px;
    flex: 0 0 300px;
    scroll-snap-align: center;
    position: relative;
    z-index: 10;
}
.topAbout-cnt:not(:last-child) {
    margin-right: 20px;
}
.topAbout-cnt_ttl {
    width: auto;
    margin: 0 0 -10%;
    position: relative;
    z-index: 10;
}
.topAbout-cnt:nth-of-type(1)::before {
    content: '';
    width: 63.5px;
    height: 58px;
    background: url(../images/top/about_cnt_deco01.png) no-repeat center / contain;
    position: absolute;
    top: 113.5px; left: -15px;
    z-index: 20;
}
.topAbout-cnt:nth-of-type(2)::before {
    content: '';
    width: 178px;
    height: 151px;
    background: url(../images/top/about_illust01.png) no-repeat center / contain;
    position: absolute;
    bottom: 12px; right: -10px;
    z-index: 20;
}
.topAbout-cnt:nth-of-type(3) .topAbout-cnt_ttl {
    width: calc(100% + 20px);
    margin-left: -20px;
}
.topAbout-txt {
    width: 100%;
    margin: 30px 0 0;
    color: #fff;
    line-height: 1.7647;
    font-weight: bold;
}

/* ▼topBusiness */
.topBusiness {
    background: url(../images/top/business_bg_deco01.png) no-repeat left top,
    url(../images/top/business_bg_deco02.png) no-repeat right bottom,
    url(../images/top/business_bg.jpg) repeat;
    position: relative;
    z-index: 10;
}
.topBusiness::after {
    content: '';
    width: 156px;
    height: 126.5px;
    background: url(../images/top/business_illust01.png) no-repeat center / contain;
    position: absolute;
    bottom: 0; right: 10px;
    pointer-events: none;
}
.topBusiness_wrap {
    position: relative;
}
.topBusiness-ttl {
    width: 170px;
    margin: 0 auto 6px;
}
.topBusiness-lead {
    width: 100%;
    max-width: 350px;
    margin: 0 auto -20px;
    text-align: center;
}
.topBusiness-list {
    overflow-x: auto;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
}
.topBusiness-list li {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    flex: 0 0 242px;
    scroll-snap-align: center;
    width: 242px;
    height: 190px;
    padding: 10px 0 0 67px;
    background: url(../images/top/business_cnt_bg01.png) no-repeat bottom / contain;
}
.topBusiness-list li::after {
    content: '';
    display: block;
    width: 100%;
    height: 126px;
    background: url(../images/top/business_cnt_ico01.png) no-repeat center / contain;
    pointer-events: none;
}
.topBusiness-list_capt {
    transform: scale(.8);
}
.topBusiness-list li img {
    width: auto;
    max-width: none;
}
.topBusiness-list li:nth-child(1)::after {
    transform: translateX(-18px) scale(.6);
}
.topBusiness-list li:nth-child(2) {
    flex: 0 0 194px;
    width: 194px;
    height: 206px;
    margin: 0 0 0 20px;
    padding: 16px 0 0;
    background-image: url(../images/top/business_cnt_bg02.png);
}
.topBusiness-list li:nth-child(2)::after {
    background-image: url(../images/top/business_cnt_ico02.png);
    transform: translateX(-14px) scale(.6);
}
.topBusiness-list li:nth-child(3) {
    flex: 0 0 187px;
    width: 187px;
    height: 218px;
    margin: 0 0 0 -14px;
    padding: 27px 0 0 27px;
    background-image: url(../images/top/business_cnt_bg03.png);
}
.topBusiness-list li:nth-child(3)::after {
    background-image: url(../images/top/business_cnt_ico03.png);
    transform: translateX(-9px) scale(.6);
}
.topBusiness-list_cntSub {
    align-items: flex-end;
    justify-content: flex-start;
    margin: 25px 0 0;
}
.topBusiness-list_cntSub .topBusiness-lead {
    width: 110px;
    margin: 0 0 -10px -5px;
    text-align: left;
}
.topBusiness-list_cntSub .topBusiness-list {
    justify-content: flex-start;
}
.topBusiness-list_cntSub .topBusiness-list li:nth-child(1) {
    flex: 0 0 240px;
    width: 240px;
    height: 183px;
    padding: 0 18px 0 0;
    background-image: url(../images/top/business_cnt_bg04.png);
}
.topBusiness-list_cntSub .topBusiness-list li:nth-child(1)::after {
    background-image: url(../images/top/business_cnt_ico04.png);
    transform: translateX(-2px) scale(.6);
}
.topBusiness-list_cntSub .topBusiness-list li:nth-child(2) {
    flex: 0 0 240px;
    width: 240px;
    height: 183px;
    margin: 0 0 0 -14px;
    padding: 0 0 0 15px;
    background-image: url(../images/top/business_cnt_bg05.png);
}
.topBusiness-list_cntSub .topBusiness-list li:nth-child(2)::after {
    background-image: url(../images/top/business_cnt_ico05.png);
    transform: translateX(6px) scale(.6);
}
.topBusiness-list_etc {
    width: 100%;
    margin: 15px 0 0;
    padding: 0 155px 0 0;
    text-align: right;
}
.topBusiness-list_etc img {
    height: 26px;
}

/* ▼topFlow */
.topFlow {
    background: url(../images/top/flow_bg.jpg) repeat;
}
.topFlow-ttl {
    margin: 0 0 60px;
    padding: 0 0 14px;
    text-align: center;
    border-bottom: 4px solid;
    position: relative;
}
.topFlow-ttl::after {
    content: '';
    width: 88.5px;
    height: 71.5px;
    background: url(../images/top/flow_ttl_deco01.png) no-repeat center / contain;
    position: absolute;
    top: -10px;
    transform: translateX(5px);
}
.topFlow-ttl img {
    height: 30px;
}
.topFlow-list {
    background: linear-gradient(#fff,#fff) no-repeat center / 10px 100%;
}
.topFlow-cnt {
    padding: 46px 20px 20px;
    background: url(../images/top/flow_cnt_bg.jpg) repeat-x bottom / cover;
    border: 7px solid;
    border-radius: 7px;
    position: relative;
}
.topFlow-cnt:not(:last-child) {
    margin-bottom: 50px;
}
.topFlow-cnt::before {
    content: '';
    width: 50px;
    height: 52px;
    background: url(../images/top/flow_cnt_deco.png) no-repeat center / contain;
    position: absolute;
    bottom: -10px; right: -15px;
    filter: drop-shadow(0 0 1px #fff);
    z-index: 10;
}
.topFlow-cnt_ttl {
    width: auto;
    position: absolute;
    left: -25px; top: -41px;
}
.topFlow-cnt_ttl img {
    height: 80px;
}
.topFlow-cnt_txt {
    width: 100%;
    margin: 0 0 15px;
    font-weight: bold;
    line-height: 1.7647;
}

/* ▼topIntro */
.topIntro {
    background: url(../images/top/intro_bg.png) no-repeat right top,
    url(../images/top/intro_dots.jpg) repeat;
}
.topIntro-ttl {
    margin: 0 0 35px auto;
    padding: 0 0 0 135px;
}
.topIntro-common_lead {
    margin: 0 0 12px;
    font-size: 1.5rem;
    font-weight: 700;
    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, 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;
    line-height: 1.3;
}
.topIntro-common_lead span {
    font-size: 1.8rem;
    color: #be0029;
    line-height: 1;
}
.topIntro-common_txt {
    width: calc(100% - 100px);
    line-height: 1.7647;
    font-weight: 700;
    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, 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;
}
.topIntro-common_txt .font-color {
    color: #be0029;
}
/* topIntro-design */
.topIntro-design {
    width: 100%;
    padding: 0 20px 20px;
    background: url(../images/top/intro_cnt01_bgSp.jpg) no-repeat center / cover;
    border: 2px solid;
    position: relative;
    z-index: 10;
}
.topIntro-design_ttl {
    display: inline-block;
    margin: -58px 0 17px 0;
}
.topIntro-design_ttl img {
    height: 110px;
}
.topIntro-design::before {
    content: '';
    width: 164px;
    height: 128px;
    background: url(../images/top/intro_illust01.png) no-repeat center / contain;
    position: absolute;
    bottom: calc(100% + 2px); left: -20px;
    z-index: -1;
}
.topIntro-design::after {
    content: '';
    width: 125.5px;
    height: 120px;
    background: url(../images/top/intro_illust02.png) no-repeat top / 100% auto;
    position: absolute;
    bottom: 0; right: -10px;
}
/* topIntro-construction */
.topIntro-construction {
    width: 100%;
    margin: 40px 0 0;
    padding: 20px;
    background: url(../images/top/intro_cnt02_bgSp.jpg) no-repeat center / cover;
    border: 2px solid;
    position: relative;
    z-index: 10;
}
.topIntro-construction::before {
    content: '';
    width: 123px;
    height: 107px;
    background: url(../images/top/intro_cnt_deco01.png) no-repeat center / contain;
    position: absolute;
    top: -25px; right: -16px;
    z-index: 10;
}
.topIntro-construction::after {
    content: '';
    width: 100px;
    height: 120px;
    background: url(../images/top/intro_illust03.png) no-repeat top / 100% auto;
    position: absolute;
    bottom: 0; right: 5px;
}
.topIntro-construction_ttl {
    display: inline-block;
    margin: -58px 0 20px;
    padding: 0 30px 0 0;
}
.topIntro-construction_ttl img {
    height: 110px;
}
.topIntro-construction .topIntro-common_txt {
    font-size: 1.4rem;
}
.topIntro-construction .topIntro-common_txt .font-size {
    display: block;
    margin: 0 0 13px;
    font-size: 1.6rem;
    line-height: 1.5;
    white-space: nowrap;
}
/* ▼topIntro-trip */
.topIntro-trip {
    width: 100%;
    margin: 40px 0 0;
    padding: 20px;
    background: url(../images/top/intro_cnt03_bgSp.jpg) no-repeat center / cover;
    border: 2px solid;
    position: relative;
}
.topIntro-trip::before {
    content: '';
    width: 90px;
    height: 98px;
    background: url(../images/top/intro_cnt03_deco01.png) no-repeat center / contain;
    position: absolute;
    bottom: -15px; left: -14px;
}
.topIntro-trip::after {
    content: '';
    width: 150px;
    height: 110px;
    background: url(../images/top/intro_cnt03_deco02.png) no-repeat center / contain;
    position: absolute;
    top: -40px; right: -52px;
    z-index: 10;
}
.topIntro-trip_ttl {
    display: inline-block;
    margin: -50px 0 10px -10px;
}
.topIntro-trip_ttl img {
    height: 100px;
}
.topIntro-trip_txt {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.7;
}
.topIntro-trip_txt br {
    display: block;
}
.topIntro-trip_txt span {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 1px 5px 4px;
    font-size: 1.6rem;
    line-height: 1;
    background-color: #fbd438;
}
.topIntro-trip_note {
    display: flex;
    align-items: flex-end;
    margin: 0px 0 0;
    font-size: 1.6rem;
}
.topIntro-trip_note::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 32px;
    margin: 0 10px 3px 0;
    background: url(../images/top/intro_cnt_note.png) no-repeat center / contain;
}
.topIntro-trip_img {
    margin: 20px 0 0;
}
/* topIntro-allowance */
.topIntro-allowance {
    width: 100%;
    margin: 40px 0 0;
    padding: 20px;
    background: url(../images/top/intro_cnt04_bgSp.jpg) no-repeat center / cover;
    border: 2px solid;
    position: relative;
    z-index: 10;
}
.topIntro-allowance_ttl {
    margin: -50px 0 10px;
}
.topIntro-allowance_ttl img {
    height: 120px;
}
.topIntro-allowance_txt {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.8182;
    font-weight: 700;
}
.topIntro-allowance_txt br {
    display: block;
}

/* ▼topRecruit */
.topRecruit {
    background: url(../images/top/recruit_pattern.jpg) repeat;
}
.topRecruit-ttl {
    margin: 0 0 30px;
    text-align: center;
}
.topRecruit-ttl img {
    height: 36px;
}
.topRecruit-cnt {
    position: relative;
    z-index: 10;
}
.topRecruit-cnt::before {
    content: '';
    width: 189.5px;
    height: 157px;
    background: url(../images/top/recruit_deco.png) no-repeat center / contain;
    position: absolute;
    top: -56.5px; right: -92.5px;
    z-index: -1;
}
.topRecruit-table {
    width: 100%;
}
.topRecruit-table tr {
    display: block;
}
.topRecruit-table tr:not(:last-child) {
    margin-bottom: 10px;
}
.topRecruit-table th {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px;
    color: #fff;
    background-color: #3b57ff;
    vertical-align: middle;
    font-size: 1.6rem;
    letter-spacing: 0.12em;
}
.topRecruit-table td {
    display: block;
    flex: 1;
    padding: 15px 20px;
    background-color: #fff;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.12em;
}
.topRecruit-table td span {
    font-size: 1.3rem;
}
.topRecruit-table td span.font-color {
    color: #be0029;
}

/* ▼topCompany */
.topCompany {
    padding-bottom: 0;
    background: url(../images/top/company_bg.jpg) no-repeat center / cover;
}
.topCompany-ttl {
    margin: 0 0 30px;
    text-align: center;
    position: relative;
}
.topCompany-ttl img {
    height: 36px;
}
.topCompany-ttl::after {
    content: '';
    width: 37px;
    height: 37.5px;
    margin: 0 0 0 7px;
    background: url(../images/top/company_ttl_deco.png) no-repeat center / contain;
    position: absolute;
    left: auto; top: -26px;
}
.topCompany-table {
    width: 100%;
}
.topCompany-table tr {
    display: block;
    width: 100%;
    padding: 10px 15px 12px;
    border-top: 5px solid #3b57ff;
    background-color: #fff;
}
.topCompany-table tr:not(:last-child) {
    margin-bottom: 10px;
}
.topCompany-table th {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    color: #3b57ff;
    font-size: 1.5rem;
}
.topCompany-table td {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.4706;
}
.topCompany-map {
    width: 100%;
    height: 200px;
    margin: 30px 0 0;
}

/* ▼topStory */
.topStory {
    background: url(../images/top/story_bg01.png) no-repeat left top / 200px auto,
    url(../images/top/story_bg02.png) no-repeat right bottom / 200px auto,
    url(../images/top/story_bg.jpg) no-repeat center / cover;
}
.topStory_wrap {
    position: relative;
    z-index: 10;
}
.topStory-ttl {
    width: auto;
    margin: 0 0 -50px;
    position: relative;
    z-index: 10;
}
.topStory-ttl img {
    height: 120px;
}
.topStory-cnt {
    padding: 50px 20px 30px;
    background: url(../images/top/story_cnt_bg01.png) no-repeat top left / 100% 60px,
    url(../images/top/story_cnt_bg02.jpg) no-repeat top / cover;
    border: 6px solid #111111;
    border-radius: 10px;
    box-shadow: 10px 10px 0px 0px rgba(255, 255, 255, 1);
    color: #fff;
    position: relative;
}
.topStory-cnt::before {
    content: '';
    width: 123.5px;
    height: 85px;
    background: url(../images/top/story_deco01.png) no-repeat center / contain;
    position: absolute;
    top: -38.5px; right: -22.5px;
    z-index: 10;
}
.topStory-cnt::after {
    content: '';
    width: 214px;
    height: 164.5px;
    background: url(../images/top/story_deco02.png) no-repeat center / contain;
    position: absolute;
    top: -71.5px; right: -58px;
    z-index: -1;
}
.topStory-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    margin: 30px auto 0;
    color: #251e1c;
    background-color: #edb92b;
    border-radius: 30px;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    border: 3px solid;
    box-shadow: 6.428px 7.66px 0px 0px rgba(0, 0, 0, 1);
    font-size: 1.5rem;
    font-weight: 900;
    position: relative;
    z-index: 10;
}
.topStory-btn:hover {
    opacity: 1;
    transform: translate(5px,5px);
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 1);
}
.topStory-btn::after {
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 6.5px 0 6.5px 8px;
    border-color: transparent transparent transparent #111111;
    position: absolute;
    top: 0; bottom: 0; right: 30px;
}

/* ▼top-contact */
.top-contact {
    background: url(../images/top/contact_bg.jpg) no-repeat center / cover;
}
.top-contact_ttl {
    margin: 0 0 -23px;
    text-align: center;
}
.top-contact_ttl img {
    height: 36px;
}
.contact-main_wrap {
    padding: 45px 20px 30px;
    background-color: #fff;
    border: 3px solid;
}
.contact-privacy {
    width: 100%;
    margin: 0 auto;
}
.contact-privacy_ttl {
    color: #fff;
    background-color: #182bb4;
    border-bottom: 3px solid #f9e846;
    padding: 10px 25px;
    font-size: 1.6rem;
    font-weight: bold;
}
.contactForm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #edb92b;
    box-shadow: 6.428px 7.66px 0px 0px rgba(0, 0, 0, 1);
    margin: 10px;
    border: 3px solid;
    border-radius: 30px;
    position: relative;
    transition: all .3s;
}
.contactForm-btn::after {
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #111111;
    position: absolute;
    top: 0; bottom: 0; right: 20px;
    pointer-events: none;
}
.contactForm-btn:hover {
    opacity: 1;
    transform: translate(5px,5px);
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 1);
}

























/* ▼story */
.story_post a.flex {
    align-items: center;
    line-height: 1;
    position: relative;
    position: relative;
}
.story_post .story_post-tag {
    display: block;
    width: 92px;
    padding: 3px 0 5px;
    color: #fff;
    background-color: #959595;
    text-align: center;
}
.story_post .story_post-tag.post-tag11184 {
    color: #fff;
    background-color: #262626;
}
.story_post .story_post-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#top .story_inner {
    background-color: #f6f6f6;
}
.story_cnt {
    width: 100%;
    margin: 0 auto;
}
.story_post:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed;
}
.story_post a.flex {
    justify-content: flex-start;
}
.story_post time {
    display: inline-block;
    width: 120px;
    margin: 0 0 12px;
    padding: 7px 0 6px;
    text-align: center;
    color: #fff;
    background-color: #0024ff;
}
.story_post .story_post-tag {
    margin: 0 15px 0 0;
    line-height: 22px;
}
.story_post .story_post-txt {
    width: 100%;
}
#top .story_inner {
    align-items: center;
    padding: 30px 20px;
}
#top .story .arrow-btn {
    margin: 20px 0 0 auto;
}

/*
    page-contact
--------------------*/
.input_big {
    width: 100%;
}
.input_mid {
    width: 70%;
}
.input_min {
    width: 28%;
    max-width: 85px;
}
.contact-form-table {
    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'] {
    padding: 10px 35px 11px 20px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    transition: all 0.4s ease;
    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, 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;
    font-size: 1.6rem;
}
.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_iframe {
    width: 100%;
    height: 200px;
    margin: 0 auto 30px;
    border: 1px solid #979797;
}
.contact-privacy_iframe iframe {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .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: 2px solid #111111;
    }
    .contact-form-table th {
        padding: 0 0 0 20px;
        line-height: 40px;
        background-color: #f9e846;
    }
    .contact-form-table th .font-color {
        color: #dc390d;
        font-weight: 400;
    }
    .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 {
        margin: -10px 0 0;
        font-size: 14px;
    }
    .contact-privacy_iframe {
        height: 200px;
    }
}
/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.page-footer {
    background-image: url(../images/common/footer_bg.jpg);
}
.footer_wrap {
    justify-content: center;
    padding: 50px 0 30px;
}
.footer_main {
    width: 100%;
    text-align: center;
}
.footer-ttl {
    display: inline-block;
    text-align: center;
    margin: 0 0 20px;
}
.footer-ttl img {
    width: 220px;
}
.footer_main .common-info_address {
    display: flex;
    justify-content: center;
    text-align: left;
}
.footer_info {
    align-items: center;
    justify-content: center;
    width: 300px;
    margin: 20px auto 0;
    padding: 15px 20px;
    background-color: #fbf9db;
}
.footer_info .common-info_tel {
    margin: 0 0 15px;
    font-size: 2.4rem;
}
.footer-nav {
    width: 100%;
    margin: 30px 0 0;
    justify-content: center;
}
.footer-nav .flex {
    justify-content: center;
}
.footer-nav .flex:not(:last-child) {
    margin: 0 0 12px;
}
.footer-nav li {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1;
    font-feature-settings: "palt"1;
}
.footer-nav li:nth-child(n+2)::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 2px 15px 0;
    background-color: #0024ff;
    border-radius: 100%;
}
.copyright {
    padding: 0 0 20px;
    text-align: center;
    font-size: 1.1rem;
}
.pagetop {
    width: 220px;
    position: fixed;
    bottom: 15px; right: 10px;
    z-index: 100;
}