/*-----------------------------------------------------------------------

    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 {
    height: 30px;
}
.h_wrap {
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 60px;
    padding: 0 5% 0;
    position: relative;
    background-color: #fff;
}
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: 15px; right: 15px;
    padding: 15px 15px;
    background-color: var(--main-color);
    border-radius: 5px;
    z-index: 999;
    transition: all .3s;
    box-shadow: 2px 2px 0 0 #fff;
}
#nav_toggle:hover {
    box-shadow: 0px 0px 0 0 #fff;
}
#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: 90px 5% 50%;
    background-color: var(--sub-color);
    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: 1px solid #624232;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.g_nav-logo {
    width: auto;
    height: auto;
    position: absolute;
    top: 25px; left: 5%;
}
.g_nav-logo img {
    height: 30px;
}
.h_nav li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px 0 6px 20px;
    font-weight: bold;
    line-height: 1.5;
}
.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 a.current {
    display: inline-block;
    padding: 0 5px;
    background: linear-gradient(var(--main-color),var(--main-color)) no-repeat bottom / 100% 50%;
}
.h_nav li::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 10px 0 0;
    background: url(../images/common/nav/ico01.png) no-repeat center / contain;
    border-radius: 50%;
}
.h_nav li:nth-child(2):before {
    background-image: url(../images/common/nav/ico02.png);
}
.h_nav li:nth-child(3):before {
    background-image: url(../images/common/nav/ico03.png);
}
.h_nav li:nth-child(4):before {
    background-image: url(../images/common/nav/ico04.png);
}
.h_nav li:nth-child(5):before {
    background-image: url(../images/common/nav/ico05.png);
}
.h_nav li:nth-child(6):before {
    background-image: url(../images/common/nav/ico06.png);
}
.h_nav-sub li a {
    padding: 2px 20px;
}
.g_nav .h_logo {
    margin-bottom: 25px;
}
.g_nav .aside-info {
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
    border-radius: 10px;
}
.aside-info {
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
    background-color: #fff;
    border: 3px solid var(--main-color);
    border-radius: 5px;
}
.aside-info .header-detail_info {
    align-items: center;
    margin: 0 0 15px;
}
.aside-info .header-detail_info li:not(:last-child) {
    margin-right: 10px;
}
.aside-info .common-info_tel {
    font-size: 2.6rem;
}
.aside-info .common-info_contact {
    margin: 15px;
}
.aside-info .common-info_address {
    font-size: 1.4rem;
    margin: 6px 0 0;
    letter-spacing: 0.06em;
}
.common-info_open {
    margin: 5px 0 0;
}
.aside-info .common-info_address li:not(:last-child) {
    margin-right: 10px;
}
.aside-info .common-info_address span {
    font-size: 1.4rem;
}
.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.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 {
    width: 100%;
    height: 200px;
    position: relative;
}
.key br {
    display: block;
}
#top .key {
    height: 50vh;
    min-height: 300px;
}
.carousel-cell {
    align-items: center;
    justify-content: flex-start;
}
.key_ttl {
    width: 340px;
    position: absolute;
    z-index: 10;
}
.key_ttl-sub {
    width: auto;
    display: inline-block;
    padding: 8px 15px;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--main-color);
    background-color: #fff;
    border-radius: 10px;
}


/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼topAbout */
.topAbout {
    background: url(../images/top/about_bg.jpg) no-repeat center / cover;
}
.topAbout-ttl {
    text-align: center;
    position: relative;
}
.topAbout-ttl::before,
.topAbout-ttl::after {
    content: '';
    position: absolute;
    z-index: 10;
}
.topAbout-ttl::before {
    width: 68.5px;
    height: 49px;
    background: url(../images/top/about_ttl_illust01.png) no-repeat center / contain;
    left: calc(50% - 180px); bottom: -20px;
}
.topAbout-ttl::after {
    width: 71.5px;
    height: 47px;
    background: url(../images/top/about_ttl_illust02.png) no-repeat center / contain;
    right: calc(50% - 180px); bottom: -7px;
}
.topAbout-list {
    width: 335px;
    margin: 0 auto;
}
.topAbout-list li {
    width: 164px;
    margin-bottom: 20px;
    text-align: center;
}
.topAbout-list .topAbout-list_capt {
    margin: 17px 0 0;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1;
}
.topAbout-list .topAbout-list_capt br {
    display: block;
}
.topAbout-list .topAbout-list_capt span {
    display: inline-block;
    padding: 4px 4px 4px;
    color: #fff;
    background-image: repeating-linear-gradient(135deg, #83dff6, #83dff6 4px, #76dcf5 4px, #76dcf5 7px);
}
.topAbout-list .topAbout-list_capt span:not(:last-child) {
    margin-bottom: 5px;
}
.topAbout-txt {
    width: 100%;
    margin: 30px auto 0;
    padding: 20px;
    background-color: rgba(255, 255, 255, .8);
}

/* ▼topWay */
.topWay{
    position: relative;
    background-image: url(../images/common/pattern01.jpg);
}
.topWay::before{
    content: "";
    width: 100%;
    height: 60px;
    background: url(../images/top/topWay_bg01.png) no-repeat bottom center / 100%;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.topWay::after{
    content: "";
    width: 100%;
    height: 60px;
    background: url(../images/top/topWay_bg02.png) no-repeat top center / 100%;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.topIndividual-problem{
    position: relative;
    max-width: 400px;
    height: 630px;
    margin: -100px auto 90px;
    background: url(../images/top/problem_bg.png) no-repeat  bottom center / contain;
}
.topIndividual-problem::before{
    content: "";
    width: 75px;
    height: 140px;
    background: url(../images/top/problem_item.png) no-repeat center / contain;
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
}
.topIndividual-problem p{
    max-width: 200px;
}
.topIndividual-problem p:first-of-type{
    position: absolute;
    top: 70px;
    left: 0;
}
.topIndividual-problem p:nth-of-type(2){
    max-width: 180px;
    position: absolute;
    top: 130px;
    right: 0;
}
.topIndividual-problem p:nth-of-type(3){
    position: absolute;
    top: 210px;
    left: 0;
}
.topIndividual-problem p:nth-of-type(4){
    max-width: 220px;
    position: absolute;
    top: 310px;
    right: 0;
}
.topProblem-list{
    justify-content: space-around;
    margin-bottom: 40px;
}
.topProblem-list li{
    max-width: 160px;
    width: 45%;
}
.topProblem-list li:not(:nth-last-child(-n+3)){
    margin-bottom: 5%;
}
.topIndividual-note{
    margin-bottom: 40px;
}
.bannerCommon{
    position: relative;
    flex-direction: column;
    max-width: 450px;
    margin: 0 auto 30px;
    padding-top: 80px;
    background:
        url(../images/common/bnr_bg02.png) no-repeat top right / 40% auto,
        #fff url(../images/common/bnr_bg01.png) no-repeat top left / 80% auto;
}
.bannerCommon::before{
    content: "";
    width: 60px;
    height: 70px;
    background: url(../images/common/bnr_item.png) no-repeat center / contain;
    position: absolute;
    top: 100px;
    right: -5px;
}
.bannerCommon-ttl{
    max-width: 240px;
    margin: 0 auto;
}
.bannerCommon-txt{
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 15px;
    background-color: #34e0ff;
}
.bannerCommon-logo{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.bannerCommon-btn{
    position: relative;
    width: 240px;
    background-color: #fff;
    border-radius: 20px;
}
.bannerCommon-btn::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #3f3013;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    transition: .3s;
}
.bannerCommon-btn:hover::before{
    right: 30px;
}
.bannerCommon-btn p{
    text-align: center;
    line-height: 2.8;
}

.topCorporation {
    padding-top: 50px;
}
.topCorporation-problem{
    position: relative;
    max-width: 400px;
    height: 630px;
    margin: -100px auto 90px;
    background: url(../images/top/problem_bg02.png) no-repeat bottom center / contain;
}
.topCorporation-problem::before{
    content: "";
    width: 75px;
    height: 140px;
    background: url(../images/top/problem_item02.png) no-repeat center / contain;
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
}
.topCorporation-problem p{
    max-width: 200px;
}
.topCorporation-problem p:first-of-type{
    position: absolute;
    top: 70px;
    left: 0;
}
.topCorporation-problem p:nth-of-type(2){
    position: absolute;
    top: 150px;
    right: 0;
}
.topCorporation-problem p:nth-of-type(3){
    position: absolute;
    top: 240px;
    left: 0;
}
.topCorporation-problem p:nth-of-type(4){
    max-width: 220px;
    position: absolute;
    top: 340px;
    right: 0;
}
.topCorporation-content{
    position: relative;
    max-width: 360px;
    margin: 0 auto 40px;
    padding: 30px 10px 10px;
    background-color: #fff;
    border: 4px solid #34e0ff;
    border-radius: 10px;
    font-family: "DF平成ゴシック体W5",sans-serif;
    font-weight: 400;
}
.contenTtitle{
    position: relative;
    width: 260px;
    padding: 5px;
    background-color: #34e0ff;
    border-radius: 20px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.contenTtitle::before,
.contenTtitle::after{
    content: "";
    width: 18px;
    height: 18px;
    background-color: #06bcdd;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.contenTtitle::before{
    left: 60px;
}
.contenTtitle::after{
    right: 60px;
}
.topCorporation-content ul{
    justify-content: flex-start;
}
.topCorporation-content li{
    margin-right: 45px;
    padding-left: 25px;
    background: url(../images/top/check_item.png) no-repeat center left;
    font-size: 1.5rem;
    letter-spacing: 0.07em;
}
.topCorporation-content .murder{
    margin-right: 0;
}
.topCase-list{
    margin-bottom: 40px;
}

.topNews-ttl{
    position: relative;
}
.topNews-ttl .common-ttl::before{
    background: url(../images/top/news_ttl_ico.png) no-repeat center / contain;
}
.topNews-ttl::before,
.topNews-ttl::after{
    content: '';
    width: 80px;
    height: 80px;
    background: url(../images/top/news_ttl_ico01.png) no-repeat center / contain;
    position: absolute;
    bottom: -10px;
    z-index: 10;
}
.topNews-ttl::before{
    left: calc(50% - 150px);
}
.topNews-ttl::after{
    width: 120px;
    height: 80px;
    background-image: url(../images/top/news_ttl_ico02.png);
    right: calc(50% - 180px);
}
.topNews-list{
    justify-content: flex-start;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 40px;
}
.topNews-list li{
    width: 100%;
    margin: 0 auto;
}
.topNews-list li:not(:last-of-type){
    margin-bottom: 30px;
}
.topNews-img{
    height: 200px;
    margin-bottom: 20px;
}
.topNews-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topNews-tag{
    width: 80px;
    padding: 4px 0 3px;
    background-color: #34e0ff;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
}
.topNews-time{
    font-weight: 400;
}
.topNews-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.commonBtn{
    position: relative;
    width: 200px;
    margin: 0 auto;
    background-color: #94f13a;
    border-radius: 25px;
    box-shadow: 0 4px 0px 0px #5ec000;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    line-height: 3;
}
.commonBtn::before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
}
.commonBtn:hover::before{
    right: 20px;
}







/* ▼topCase */
.topCase {
    background-image: url(../images/common/pattern02.jpg);
}
.topCase-ttl {
    position: relative;
}
.topCase-ttl::before,
.topCase-ttl::after {
    content: '';
    width: 50px;
    height: 43px;
    background: url(../images/top/case_ttl_illust01.png) no-repeat center / contain;
    position: absolute;
    z-index: 10;
}
.topCase-ttl::before {
    left: calc(50% - 119px); bottom: 14px;
}
.topCase-ttl::after {
    width: 83px;
    height: 81.5px;
    background-image: url(../images/top/case_ttl_illust02.png);
    right: calc(50% - 155px); bottom: 2px;
}
.topCase .common-ttl::before {
    background-image: url(../images/top/case_ttl_ico.png);
}
.topCase-cnt {
    width: 100%;
}
.topCase-cnt:nth-of-type(n+2) {
    margin-top: 25px;
}
.topCase-cnt_fig .c_ofi {
    padding-top: 74.6177%;
}
.topCase_list-capt {
    width: 80px;
    text-align: center;
    font-size: 1.2rem;
    color: #005499;
    line-height: 20px;
    position: absolute;
    top: 0; right: 8px;
    z-index: 10;
}
.topCase-cnt_capt {
    width: calc(100% - 30px);
    margin: 12px auto 0;
    background: repeating-linear-gradient(to right, #3f3013, #3f3013 2px, transparent 2px, transparent 4px) no-repeat top 26px center / 100% 2px;
}
/* modal */
.topCase-modal_ttl {
    margin: 0 0 20px;
    padding: 10px 15px;
    color: #fff;
    background: var(--main-color);
    font-size: 1.8rem;
    letter-spacing: 0em;
}
.topCase-modal_list {
    width: 100%;
}
.topCase-modal_list .c_ofi {
    padding-top: 66.5887%;
}
.topCase-modal_list {
    width: 100%;
}
.topCase-modal_list li {
    width: calc(50% - 15px);
    position: relative;
}
.topCase-modal_list li:nth-child(2) {
    position: relative;
}
.topCase-modal_list li:nth-child(2)::before {
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 11px 0 11px 13px;
    border-color: transparent transparent transparent #444444;
    position: absolute;
    top: 0; bottom: 0; left: -20px;
}
.topCase-modal_list-capt {
    padding: 2px 10px;
    position: absolute;
    top: 10px; left: 10px;
    background-color: rgba(254, 247, 239, .8);
    font-size: 1.2rem;
    border-radius: 5px;
}
.topCase-modal_table {
    width: 100%;
    margin: 30px auto 0;
}
.topCase-modal_table tr {
    display: flex;
}
.topCase-modal_table tr:not(:last-child) {
    margin-bottom: 6px;
}
.topCase-modal_table th {
    display: block;
    width: 130px;
    padding: 5px 0;
    background-color: #fef7ef;
    border-radius: 5px;
}
.topCase-modal_table td {
    display: block;
    padding: 5px 0 5px 20px;
}
.topCase-modal_desc {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
}
.topCase-modal_desc p {
    display: inline-block;
    padding: 0 0 3px;
    border-bottom: 2px dotted #3f3013;
    font-size: 1.6rem;
    line-height: 1.3;
}
.topCase-modal_price {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
}
.topCase-modal_price p {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.3;
}
.topCase-modal_comment {
    width: 100%;
    margin: 20px 0 0;
    line-height: 1.75;
}
.topCase-modal_comment br {
    display: block;
}

/* ▼topCompany */
.topCompany {
    padding-bottom: 0;
    background: url(../images/top/company_bg.jpg) no-repeat center / cover;
}
.topCompany .common-ttl::before {
    background-image: url(../images/top/company_ttl_ico.png);
}
.topCompany-pay {
    width: 100%;
    margin: 0 0 30px;
    padding: 20px;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 2.5px 3.362px 40px 0px rgba(191, 188, 193, 0.5);
}
.topCompany-pay_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
    font-size: 2rem;
}
.topCompany-pay_ttl::before,
.topCompany-pay_ttl::after {
    content: '';
    flex: 1;
    height: 1px;
    margin: 0 20px 0 0;
    border-bottom: 1px solid;
}
.topCompany-pay_ttl::after {
    margin: 0 0 0 20px;
}
.topCompany-pay_flex {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    scroll-snap-type: x mandatory;
}
.topCompany-pay_cnt {
    flex: 0 0 auto;
    scroll-snap-align: center;
    overflow: hidden;
    border: 2px solid var(--main-color);
    border-radius: 20px;
}
.topCompany-pay_cnt:not(:last-child) {
    margin-right: 20px;
}
.topCompany-pay_cnt-ttl {
    padding: 5px 0;
    color: #fff;
    background-color: var(--main-color);
    text-align: center;
    font-size: 1.9rem;
}
.topCompany-pay_cnt-list {
    align-content: space-evenly;
    justify-content: space-evenly;
    height: 150px;
}
.topCompany-pay_cnt:nth-of-type(1) {
    width: 130px;
}
.topCompany-pay_cnt:nth-of-type(2) {
    width: 230px;
}
.topCompany-pay_cnt:nth-of-type(3) {
    width: 230px;
}
.topCompany-pay_cnt:nth-of-type(3) .topCompany-pay_cnt-list {
    justify-content: space-between;
    padding: 0 12px 0 12px;
}
.topCompany-pay_cnt:nth-of-type(3) .topCompany-pay_cnt-list li:nth-child(1) {
    margin: 0 0 0 8px;
}
.topCompany-pay_cnt:nth-of-type(4) {
    width: 290px;
}
.topCompany-pay_cnt:nth-of-type(4) .topCompany-pay_cnt-list {
    justify-content: flex-start;
    padding: 0 12px;
}
/* topCompany-area */
.topCompany-area {
    width: 335px;
    height: 190px;
    margin: 0 auto 30px;
    padding: 30px;
    background: url(../images/top/company_area_bg.jpg) no-repeat center / cover;
}
.topCompany-area_ttl {
    display: inline-block;
    width: auto;
    margin: 0 0 20px;
    padding: 0 0 9px;
}
.topCompany-area_ttl::before {
    width: 15px;
    height: 23px;
    background: url(../images/common/ico_map.png) no-repeat center / contain;
    vertical-align: -4px;
}
.topCompany-area_list li {
    width: 130px;
    padding: 2px 0;
    border-radius: 20px;
    color: #fff;
    background-color: var(--catch-color);
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
}
/* topCompany-info */
.topCompany-info {
    width: 100%;
}
/* topCompany-map */
.topCompany-map {
    margin: 40px 0 0;
    height: 200px;
}





/* ▼story */
.story_wrap {
    position: relative;
}
.story_post {
    transition: all .1s;
    box-shadow: 0 0 0 0 var(--main-color);
    border-radius: 5px;
}
.story_post a.flex {
    align-items: center;
    line-height: 1;
    position: relative;
    color: #fff;
    background-color: var(--main-color);
    padding: 17px 20px;
    border-radius: 5px;
}
/* .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:hover {
    box-shadow: 0 0 0 3px var(--main-color);
}
.story_post a.flex:hover {
    opacity: 1;
}
.story_post a.flex:hover::after {
    right: 20px;
}
.story_post .story_post-tag {
    display: block;
    width: 92px;
    padding: 3px 0 5px;
    background-color: var(--catch-color);
    text-align: center;
}
.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;
}
.story_post time {
    display: inline-block;
    margin: 0 20px 0 0;
}
.story_post .story_post-tag {
    margin: 0 35px 0 0;
}
.story_post .story_post-txt {
    flex: 1;
}

/*
    page-contact
--------------------*/
.input_big {
    width: 100%;
}
.input_mid {
    width: 70%;
}
.input_min {
    width: 28%;
    max-width: 85px;
}
.contact-form-table {
    color: #101010;
    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 #979797;
}
.contact-privacy 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: 1px solid #aeaeae;
    }
    .contact-form-table th {
        padding: 0 0 0 20px;
        line-height: 40px;
        color: #fff;
        background-color: var(--main-color);
    }
    .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 {
        font-size: 14px;
    }
    .contact-privacy {
        height: 200px;
    }
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.page-footer {
    background-color: var(--sub-color);
}
.footer_wrap {
    justify-content: center;
    padding: 30px 0 20px;
}
.footer_main {
    width: 100%;
    text-align: center;
}
.footer-ttl {
    display: inline-block;
    text-align: center;
    margin: 0 0 12px;
}
.footer-ttl img {
    height: 30px;
}
.footer_main .common-info_address {
    font-size: 1.3rem;
}
.footer_info {
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
}
.footer_info .common-info_contact {
    margin: 15px;
}
.footer-nav {
    width: 100%;
    margin: 20px 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::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 2px 8px 0;
    background-color: var(--catch-color);
    border-radius: 100%;
}
.copyright {
    padding: 4px 0;
    color: #fff;
    background-color: var(--main-color);
    text-align: center;
    font-size: 1.1rem;
}
