/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
header.page-header {
    width: 100%;
}
header.page-header .h_wrap {
    align-items: center;
    width: 100%;
    min-height: 115px;
    padding: 12px 35px 12px 55px;
}
header.page-header .aside-info.flex {
    justify-content: flex-end;
    margin: -9px 0 0;
}
.header-main {
    flex: 1;
}
.header-main .h_logo {
    display: inline-block;
}
.header-main_txt {
    width: 100%;
    margin: 0 0 18px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    color: #111111;
    letter-spacing: 0.1em;
}
.header_detail {
    align-items: center;
    padding: 15px 17px;
    background-color: #fbf9db;
}
.header_detail .common-info_tel {
    margin: 0 0 0 -4px;
}
.header_detail .common-info_address {
    margin: 11px 0 0;
}
.header_detail .common-info_contact {
    margin: 0 0 0 17px;
}
.page-title {
    margin: 0 0 6px;
    font-size: 1.1rem;
    line-height: 1;
    text-align: left;
    color: #50443d;
    opacity: 0.8;
}
.header_info ul {
    align-items: center;
}
.header_detail-tel {
    margin: 8px 0 0;
}
.header_detail-tel .common-info_tel {
    text-align: right;
}
.header_detail_address {
    margin: 6px 0 0;
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.5;
}
.header_detail .aside-info_contact {
    margin: 0 0 0 25px;
}

.aside-banner {
    position: fixed;
    bottom: 0; right: 0;
    text-align: right;
    z-index: 100;
}
.aside-banner a {
    display: inline-block;
}



/*-----------------------------------------------------------------------

    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;
}
.key {
    width: 100%;
    height: 300px;
    position: relative;
}
#top .key {
    align-items: center;
    height: clamp(600px, calc(100vh - 188px), 1000px);
}
.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_ttl {
    width: 1040px;
    text-align: left;
}
.key_ttl-sub {
    width: auto;
    display: inline-block;
}


/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
.g_nav {
    width: 100%;
    height: 70px;
    position: relative;
}
.g_nav .h_nav {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    background: url(../images/common/nav_bg.jpg);
    border: 3px solid #111111;
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 100;
}
.g_nav .h_nav li {
    line-height: 1;
    font-size: 1.6rem;
    position: relative;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
    font-weight: 700;
}
.g_nav .h_nav li:nth-child(n+2) {
    margin-left: 82px;
    position: relative;
}
.g_nav .h_nav li:nth-child(n+2)::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #fbe81b;
    border-radius: 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%; left: -47px;
}
.g_nav .h_nav li a {
    position: relative;
}
.g_nav .h_nav li a::after {
    content: '';
    width: 0;
    height: 100%;
    background-color: #fbe81b;
    position: absolute;
    bottom: -7px; left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    transition: all .3s;
}
.g_nav .h_nav li a:hover {
    opacity: 1;
}
.g_nav .h_nav li a:hover::after {
    width: 112%;
}
.g_nav .h_nav.fixed {
    position: fixed;
    animation: anim_fadeIn .3s ease;
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼topAbout */
.topAbout {
    margin: 0 0 -100px;
    padding: 99px 0 183px;
    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% - 100px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
    position: relative;
    z-index: 20;
}
.topAbout-ttl {
    margin: 0 0 8px;
    text-align: center;
}
.topAbout-cnt {
    width: 658px;
    position: relative;
    z-index: 10;
}
.topAbout-cnt_ttl {
    width: auto;
    position: relative;
    z-index: 10;
}
.topAbout-cnt:nth-of-type(1)::before {
    content: '';
    width: 127px;
    height: 116px;
    background: url(../images/top/about_cnt_deco01.png) no-repeat center / contain;
    position: absolute;
    top: 227px; left: -59px;
    z-index: 20;
}
.topAbout-cnt:nth-of-type(1) .topAbout-cnt_ttl {
    display: block;
    margin: 0 0 -89px 12px;
}
.topAbout-cnt:nth-of-type(2) {
    width: 657px;
    margin: -240px -17px 0 auto;
}
.topAbout-cnt:nth-of-type(2)::before {
    content: '';
    width: 416px;
    height: 353px;
    background: url(../images/top/about_illust01.png) no-repeat center / contain;
    position: absolute;
    bottom: calc(100% - 100px); right: -50px;
    z-index: -1;
}
.topAbout-cnt:nth-of-type(2) .topAbout-cnt_ttl {
    display: block;
    margin: 0 0 -81px 13px;
}
.topAbout-cnt:nth-of-type(3) {
    margin: -190px 0 0 0;
}
.topAbout-cnt:nth-of-type(3) .topAbout-cnt_ttl {
    display: block;
    margin: 0 0 -89px -64px;
}
.topAbout-txt {
    width: 411px;
    margin: -320px 0 0 auto;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.7647;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.topAbout-txt p:not(:last-child) {
    margin-bottom: 20px;
}

/* ▼topBusiness */
.topBusiness {
    padding: 155px 0 103px;
    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: 312px;
    height: 253px;
    background: url(../images/top/business_illust01.png) no-repeat center / contain;
    position: absolute;
    bottom: 0; right: calc(50% - 607px);
}
.topBusiness_wrap {
    position: relative;
}
.topBusiness-ttl {
    width: auto;
    position: absolute;
    left: -40px; top: -32px;
    z-index: 10;
}
.topBusiness-lead {
    margin: 0 -13px -41px 0;
    text-align: right;
}
.topBusiness-list {
    justify-content: flex-end;
    align-items: flex-end;
}
.topBusiness-list li {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    width: 339px;
    height: 267px;
    padding: 15px 0 0 95px;
    background: url(../images/top/business_cnt_bg01.png) no-repeat bottom / contain;
}
.topBusiness-list li::after {
    content: '';
    display: block;
    width: 100%;
    height: 184px;
    background: url(../images/top/business_cnt_ico01.png) no-repeat center;
    pointer-events: none;
}
.topBusiness-list li:nth-child(1)::after {
    transform: translateX(-18px);
}
.topBusiness-list li:nth-child(2) {
    width: 272px;
    height: 289px;
    margin: 0 0 0 20px;
    padding: 23px 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);
}
.topBusiness-list li:nth-child(3) {
    width: 262px;
    height: 306px;
    margin: 0 0 0 -28px;
    padding: 39px 0 0 38px;
    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);
}
.topBusiness-list_cntSub {
    align-items: flex-end;
    justify-content: flex-start;
    margin: -47px 0 0;
}
.topBusiness-list_cntSub .topBusiness-lead {
    width: 100%;
    margin: 0 0 -40px -5px;
    text-align: left;
}
.topBusiness-list_cntSub .topBusiness-list {
    justify-content: flex-start;
}
.topBusiness-list_cntSub .topBusiness-list li:nth-child(1) {
    width: 350px;
    height: 267px;
    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);
}
.topBusiness-list_cntSub .topBusiness-list li:nth-child(2) {
    width: 350px;
    height: 267px;
    margin: 0 0 0 -20px;
    padding: 0 0 0 18px;
    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);
}
.topBusiness-list_etc {
    margin: 0 0 13px 12px;
}

/* ▼topFlow */
.topFlow {
    background: url(../images/top/flow_bg.jpg) repeat;
}
.topFlow-ttl {
    margin: 0 0 70px;
    padding: 0 0 24px;
    text-align: center;
    border-bottom: 5px solid;
    position: relative;
}
.topFlow-ttl::after {
    content: '';
    width: 177px;
    height: 143px;
    background: url(../images/top/flow_ttl_deco01.png) no-repeat center / contain;
    position: absolute;
    top: -36px;
    transform: translateX(44px);
}
.topFlow-list {
    background: linear-gradient(#fff,#fff) no-repeat center / 10px 100%;
}
.topFlow-cnt {
    padding: 40px 30px 40px 50px;
    background: url(../images/top/flow_cnt_bg.jpg) repeat-x bottom;
    border: 7px solid;
    border-radius: 7px;
    position: relative;
}
.topFlow-cnt:not(:last-child) {
    margin-bottom: 104px;
}
.topFlow-cnt::before {
    content: '';
    width: 76px;
    height: 79px;
    background: url(../images/top/flow_cnt_deco.png) no-repeat center / contain;
    position: absolute;
    top: -46px; right: 6px;
}
.topFlow-cnt_ttl {
    position: absolute;
    left: -37px; top: -74px;
}
.topFlow-cnt_txt {
    width: 430px;
    margin: 34px 0 -7px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.7647;
}

/* ▼topIntro */
.topIntro {
    padding: 65px 0 100px;
    background: url(../images/top/intro_bg.png) no-repeat right top,
    url(../images/top/intro_dots.jpg) repeat;
}
.topIntro-ttl {
    margin: 0 0 65px;
    padding: 0 0 0 225px;
    text-align: center;
}
.topIntro-common_lead {
    margin: 0 0 17px;
    font-size: 2rem;
    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: 2.5rem;
    color: #be0029;
    line-height: 1;
}
.topIntro-common_txt {
    font-size: 1.7rem;
    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_ttl {
    display: inline-block;
    margin: -58px 0 17px 0;
}
/* topIntro-design */
.topIntro-design {
    width: 534px;
    height: 299px;
    padding: 0 30px 30px;
    background: url(../images/top/intro_cnt_bg01.png) no-repeat center / contain;
    position: relative;
    z-index: 10;
}
.topIntro-design::before {
    content: '';
    width: 328px;
    height: 256px;
    background: url(../images/top/intro_illust01.png) no-repeat center / contain;
    position: absolute;
    bottom: calc(100% - 10px); left: 37px;
    z-index: -1;
}
.topIntro-design::after {
    content: '';
    width: 251px;
    height: 249px;
    background: url(../images/top/intro_illust02.png) no-repeat center / contain;
    position: absolute;
    bottom: 9px; right: -12px;
}
/* topIntro-construction */
.topIntro-construction {
    width: 520px;
    height: 332px;
    padding: 0 0 0 220px;
    background: url(../images/top/intro_cnt_bg02.png) no-repeat center / contain;
    position: relative;
    z-index: 10;
}
.topIntro-construction::before {
    content: '';
    width: 173px;
    height: 157px;
    background: url(../images/top/intro_cnt_deco01.png) no-repeat center / contain;
    position: absolute;
    top: -57px; left: -32px;
    z-index: 10;
}
.topIntro-construction::after {
    content: '';
    width: 193px;
    height: 271px;
    background: url(../images/top/intro_illust03.png) no-repeat center / contain;
    position: absolute;
    bottom: 23px; left: 58px;
    z-index: -1;
}
.topIntro-construction_ttl {
    display: inline-block;
    margin: -58px 0 0;
    padding: 0 30px 0 0;
    text-align: right;
}
.topIntro-construction .topIntro-common_txt {
    font-size: 1.4rem;
}
.topIntro-construction .topIntro-common_txt .font-size {
    display: inline-block;
    margin: 0 0 13px;
    font-size: 1.7rem;
    line-height: 1;
}
/* ▼topIntro-trip */
.topIntro-trip {
    width: 100%;
    height: 454px;
    margin: -26px 0 0;
    background: url(../images/top/intro_cnt_bg03.png) no-repeat center / contain;
    position: relative;
}
.topIntro-trip::before {
    content: '';
    width: 180px;
    height: 196px;
    background: url(../images/top/intro_cnt03_deco01.png) no-repeat center / contain;
    position: absolute;
    bottom: 108px; left: -28px;
}
.topIntro-trip::after {
    content: '';
    width: 300px;
    height: 220px;
    background: url(../images/top/intro_cnt03_deco02.png) no-repeat center / contain;
    position: absolute;
    bottom: 124px; right: -73px;
}
.topIntro-trip_ttl {
    display: inline-block;
    margin: -9px 0 0 21px;
}
.topIntro-trip_txt {
    margin: -40px 184px 0 194px;
    font-size: 2.2rem;
    line-height: 1.5909;
}
.topIntro-trip_txt span {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 2px 5px 6px;
    font-size: 3rem;
    line-height: 1;
    background-color: #fbd438;
}
.topIntro-trip_note {
    display: flex;
    align-items: flex-end;
    margin: -18px 0 0;
    font-size: 2rem;
}
.topIntro-trip_note::before {
    content: '';
    display: inline-block;
    width: 55px;
    height: 49px;
    margin: 0 8px 4px 0;
    background: url(../images/top/intro_cnt_note.png) no-repeat center / contain;
}
.topIntro-trip_img {
    position: absolute;
    right: 70px; bottom: 18px;
}
/* topIntro-allowance */
.topIntro-allowance {
    width: 100%;
    height: 352px;
    margin: -115px 0 0;
    padding: 0 50px 0;
    background: url(../images/top/intro_cnt_bg04.png) no-repeat center / contain;
    position: relative;
    z-index: 10;
}
.topIntro-allowance_ttl {
    margin: -32px 0 22px 58px;
}
.topIntro-allowance_txt {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.8182;
    font-weight: 700;
}

/* ▼topRecruit */
.topRecruit {
    overflow: hidden;
    padding: 90px 0;
    background: url(../images/top/recruit_pattern.jpg) repeat;
}
.topRecruit-ttl {
    margin: 0 0 73px;
    text-align: center;
}
.topRecruit-cnt {
    position: relative;
    z-index: 10;
}
.topRecruit-cnt::before {
    content: '';
    width: 379px;
    height: 314px;
    background: url(../images/top/recruit_deco.png) no-repeat center / contain;
    position: absolute;
    top: -113px; right: -185px;
    z-index: -1;
}
.topRecruit-table {
    width: 100%;
}
.topRecruit-table tr {
    display: flex;
}
.topRecruit-table tr:not(:last-child) {
    margin-bottom: 10px;
}
.topRecruit-table th {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 265px;
    color: #fff;
    background-color: #3b57ff;
    vertical-align: middle;
    font-size: 2rem;
    letter-spacing: 0.12em;
}
.topRecruit-table td {
    display: block;
    flex: 1;
    padding: 20px 40px;
    background-color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.12em;
}
.topRecruit-table td span {
    font-size: 1.7rem;
}
.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 68px;
    text-align: center;
    position: relative;
}
.topCompany-ttl::after {
    content: '';
    width: 74px;
    height: 75px;
    margin: 0 0 0 7px;
    background: url(../images/top/company_ttl_deco.png) no-repeat center / contain;
    position: absolute;
    left: auto; top: -52px;
}
.topCompany-table {
    width: 100%;
}
.topCompany-table tr {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 0;
    border-left: 10px solid #3b57ff;
    background-color: #fff;
}
.topCompany-table tr:not(:last-child) {
    margin-bottom: 10px;
}
.topCompany-table th {
    width: 199px;
    padding: 0 0 0 36px;
    color: #3b57ff;
    font-size: 1.7rem;
    text-align: left;
}
.topCompany-table td {
    font-size: 1.7rem;
    line-height: 1.4706;
}
.topCompany-map {
    width: 100%;
    height: 465px;
    margin: 50px 0 0;
}

/* ▼topStory */
.topStory {
    overflow: hidden;
    background: url(../images/top/story_bg01.png) no-repeat left top,
    url(../images/top/story_bg02.png) no-repeat right bottom,
    url(../images/top/story_bg.jpg) no-repeat center / cover;
}
.topStory_wrap {
    position: relative;
    z-index: 10;
}
.topStory-ttl {
    width: auto;
    margin: 0 0 -170px 60px;
    position: relative;
    z-index: 10;
}
.topStory-cnt {
    padding: 200px 124px 75px;
    background: url(../images/top/story_cnt_bg01.png) no-repeat top left,
    url(../images/top/story_cnt_bg02.jpg) no-repeat top / cover;
    border: 6px solid #111111;
    border-radius: 10px;
    box-shadow: 19.284px 22.981px 0px 0px rgba(255, 255, 255, 1);
    color: #fff;
    position: relative;
}
.topStory-cnt::before {
    content: '';
    width: 247px;
    height: 170px;
    background: url(../images/top/story_deco01.png) no-repeat center / contain;
    position: absolute;
    top: -77px; right: -69px;
    z-index: 10;
}
.topStory-cnt::after {
    content: '';
    width: 428px;
    height: 329px;
    background: url(../images/top/story_deco02.png) no-repeat center / contain;
    position: absolute;
    top: -75px; right: -172px;
    z-index: -1;
}
.topStory-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 73px;
    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: 2rem;
    font-weight: 900;
    position: absolute;
    top: 76px; right: 127px;
    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: 7.5px 0 7.5px 9px;
    border-color: transparent transparent transparent #111111;
    position: absolute;
    top: 0; bottom: 0; right: 51px;
}

/* ▼top-contact */
.top-contact {
    background: url(../images/top/contact_bg.jpg) no-repeat center / cover;
}
.top-contact_ttl {
    margin: 0 0 -46px;
    text-align: center;
}
.contact-main_wrap {
    padding: 78px 80px 65px;
    background-color: #fff;
    border: 8px solid;
}
.contact-privacy {
    width: calc(100% + 100px);
    margin: 0 -50px 0;
}
.contact-privacy_ttl {
    color: #fff;
    background-color: #182bb4;
    border-bottom: 3px solid #f9e846;
    padding: 10px 36px;
    font-size: 2rem;
    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: 35px;
    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_wrap {
    position: relative;
}
.story_post a.flex {
    align-items: center;
    line-height: 1;
    position: relative;
}
.story_post .story_post-tag {
    display: block;
    width: 92px;
    padding: 3px 0 5px;
    color: #676767;
    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;
}
.story_cnt {
    width: 100%;
    margin: 0 auto;
}
.story_post:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed;
}
.story_post time {
    display: inline-block;
    width: 140px;
    margin: 0 0 20px;
    padding: 6px 0 7px;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    background-color: #0024ff;
}
.story_post .story_post-tag {
    margin: 0 35px 0 0;
}
.story_post .story_post-txt {
    width: 100%;
}
.story .c_btn {
    margin-top: 40px;
}
#top .story {
    padding: 55px 0 80px;
}
#top .story_cnt {
    width: 907px;
    margin: 0;
}
#top .story .c_btn {
    width: 213px;
    position: absolute;
    left: 0; bottom: 0;
}

/*
    page-contact
--------------------*/
.input_big {
    width: 100%;
}
.input_mid {
    width: 70%;
}
.input_min {
    width: 28%;
    max-width: 85px;
}
.contact-form-table {
    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'] {
    padding: 11px 55px 11px 40px;
    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: 2rem;
}
.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: 187px;
    margin: 0 auto 30px;
    border: 1px solid #979797;
}
.contact-privacy_iframe iframe {
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .contact-main .top-trial {
        margin: 0 0 100px;
        padding: 90px 0 80px;
    }
    .contact-form-table tr {
        display: flex;
    }
    .contact-form-table tr:not(:last-child) {
        margin-bottom: 20px;
    }
    .contact-form-table td,
    .contact-form-table th {
        display: block;
        background-color: #fff;
    }
    .contact-form-table th {
        width: 250px;
        padding: 14px 0 14px 40px;
        background-color: #f9e846;
        font-weight: bold;
    }
    .contact-form-table th .font-color {
        color: #dc390d;
        font-weight: 400;
    }
    .contact-form-table td {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: calc(100% - 250px);
        padding: 0 0 0 20px;
    }
    .contact-form-table td input {
        min-height: 60px;
    }
    .required-mark {
        margin: 4px 0 0;
        padding: 4px 2px;
        line-height: 1;
    }
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.page-footer {
    background-image: url(../images/common/footer_bg.jpg);
}
.footer_wrap {
    justify-content: center;
    padding: 60px 0 40px;
}
.footer_main {
    width: 100%;
    text-align: center;
}
.footer-ttl {
    display: inline-block;
    text-align: center;
    margin: 0 0 25px;
}
.footer_main .common-info_address {
    font-size: 1.5rem;
}
.footer_info {
    align-items: center;
    justify-content: flex-end;
    margin: 25px auto 0;
    padding: 20px 18px;
    background-color: #fbf9db;
}
.footer_info .common-info_tel {
    font-size: 3.9rem;
}
.footer_info .common-info_tel::before {
    vertical-align: -1px;
}
.footer_info .common-info_contact {
    margin: 0 0 0 35px;
}
.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 {
    position: fixed;
    bottom: 60px; right: 15px;
    z-index: 100;
}