@charset "utf-8";

/* ===== style.css ===== */
/* -- font -- */
/*  */


/* -- html -- */
html {
    font-size: 10px;
}
@media screen and ( max-width: 900px ) {
    html {
        font-size: 7.5px;
    }
}


/* -- body -- */
body {
    font: 16px/2 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    opacity: 0;
    transition: opacity 1s;
}
@media screen and ( max-width: 900px ) {
    body {
        font-size: 14px;
    }
}

/* -- inner -- */
.inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}
/* - inner860 - */
.inner860 {
    margin: 0 auto;
    max-width: 860px;
}
@media screen and ( max-width: 1110px ) {
    .inner {
        margin: 0 30px;
        width: auto;
    }
}


/*
    tag
*/
a {
    color: #000;
    text-decoration: none;
    transition: opacity 0.6s;
}
@media screen and ( min-width: 901px ) {
    a:hover {
        opacity: 0.6;
    }
}

img {
    max-width: 100%;
    height: auto;
}
@media screen and ( max-width: 900px ) {
    img {
        max-width: none;
        width: 100%;
    }
}


/*
    common
*/
/* -- hide -- */
@media screen and ( min-width: 901px ) {
    .pc_hide { display: none!important; }
}
@media screen and ( max-width: 900px ) {
    .sp_hide { display: none!important; }
}

/* -- tag -- */
/* - font-size - */
.fz12 { font-size: 1.2rem; }
.fz18 { font-size: 18px; }
@media screen and ( max-width: 900px ) {
    .fz18 { font-size: 15px; }
}
/* - letter-spacing - */
.ls_025 { letter-spacing: .025em; }
/* - text-align - */
.taC { text-align: center; }
/* - margin - */
.mt0 { margin-top: 0!important; }
.mt5 { margin-top: .5rem!important; }
.mt12 { margin-top: 1.2rem; }
.mt14 { margin-top: 1.4rem; }
.mt16 { margin-top: 1.6rem; }
.mt17 { margin-top: 1.7rem; }
.mt18 { margin-top: 1.8rem; }
.mt19 { margin-top: 1.9rem; }
.mt22 { margin-top: 2.2rem; }
.mt24 { margin-top: 2.4rem; }
.mt28 { margin-top: 2.8rem!important; }
.mt30 { margin-top: 3rem; }
.mt32 { margin-top: 3.2rem; }
.mt33 { margin-top: 3.3rem; }
.mt37 { margin-top: 3.7rem; }
.mt40 { margin-top: 4rem!important; }
.mt44 { margin-top: 4.4rem!important; }
.mt45 { margin-top: 4.5rem!important; }
.mt46 { margin-top: 4.6rem; }
.mt54 { margin-top: 5.4rem!important; }
.mt55 { margin-top: 5.5rem!important; }
.mt59 { margin-top: 5.9rem!important; }
.mt60 { margin-top: 6rem; }
.mt76 { margin-top: 7.6rem; }
.mt85 { margin-top: 8.5rem; }
.mt90 { margin-top: 9rem; }
.mt94 { margin-top: 9.4rem; }
.mt100 { margin-top: 10rem!important; }
.mt104 { margin-top: 10.4rem!important; }
.mt112 { margin-top: 11.2rem!important; }
.mt120 { margin-top: 12rem; }
.mt130 { margin-top: 13rem; }
.mt108 { margin-top: 10.8rem; }
.mt126 { margin-top: 12.6rem; }
.mt192 { margin-top: 19.2rem; }
.mt220 { margin-top: 22rem!important; }

.mb0 { margin-bottom: 0!important; }
.mb21 { margin-bottom: 2.1rem!important; }
.mb35 { margin-bottom: 3.5rem!important; }
/* - padding - */
.pt36 { padding-top: 3.6rem!important; }

.pb87 { padding-bottom: 8.7rem!important; }
.py8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}


/*
    header
*/
header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 5px #8686861A;
    z-index: 1000;
}
/* -- header_logo -- */
.header_logo {
    padding: 21px 0 0 21px;
}
/* -- gnav -- */
#gnav {
    width: calc(100vw - 235px);
}
/* - gnavCnt - */
#gnavCnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
/* gnavCnt_linkList */
.gnavCnt_linkList {
    font-size: 14px;
    line-height: 1;
    letter-spacing: .055em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 67px;
}
.gnavCnt_linkList > li {
    position: relative;
}
.gnavCnt_linkList > li:not(:last-child) {
    margin-right: 25px;
    padding-right: 25px;
}
.gnavCnt_linkList > li:not(:last-child)::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 14px;
    background: #CCC;
    content: "";
}
.gnavCnt_linkList > li a {
    position: relative;
}
.gnavCnt_linkList > li a::after {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 4px;
    background: #DE012D;
    content: "";
}
body#business .gnavCnt_linkList > li:nth-child(1) a,
body#company .gnavCnt_linkList > li:nth-child(2) a,
body#recruitment .gnavCnt_linkList > li:nth-child(3) a,
body#franchise .gnavCnt_linkList > li:nth-child(4) a {
    color: #BE0F17;
}
body#business .gnavCnt_linkList > li:nth-child(1) a::after,
body#company .gnavCnt_linkList > li:nth-child(2) a::after,
body#recruitment .gnavCnt_linkList > li:nth-child(3) a::after,
body#franchise .gnavCnt_linkList > li:nth-child(4) a::after {
    display: block;
}
/* gnavCnt_btn */
.gnavCnt_btn a {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .05em;
    text-align: center;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 2px;
    width: 170px;
    height: 80px;
    background: #000;
}
@media screen and ( min-width: 901px ) {
    /* -- gnav -- */
    /* - gnavCnt - */
    #gnavCnt {
        display: flex!important;
    }
    /* - gnav_btn - */
    #gnav_btn {
        display: none;
    }
}
@media screen and ( max-width: 1000px ) {
    /* -- gnav -- */
    /* - gnavCnt - */
    /* gnavCnt_linkList */
    .gnavCnt_linkList {
        margin-right: 25px;
    }
    .gnavCnt_linkList > li:not(:last-child) {
        margin-right: 18px;
        padding-right: 18px;
    }
    /* gnavCnt_btn */
    .gnavCnt_btn a {
        width: 150px;
        height: 65px;
    }
}
@media screen and ( max-width: 900px ) {
    header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0 0 5px #8686861A;
        z-index: 1000;
    }
    /* -- header_logo -- */
    .header_logo {
        padding: 2px 0 0 21px;
        max-width: 139px;
    }
    /* -- gnav -- */
    #gnav {
        position: relative;
        width: auto;
    }
    #gnav::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        background: radial-gradient(circle, #DC052D, #DC052D);
        border-radius: 50%;
        transform: translate(40%, -30px);
        transform-origin: top right;
        content: "";
        transition: width .3s, height .3s;
    }
    /* headerOpen */
    .headerOpen #gnav::after {
        width: 430px;
        height: 420px;
    }
    /* - gnavBtn - */
    #gnavBtn {
        position: relative;
        padding: 17px 17px 18px 0;
        z-index: 20;
    }
    #gnavBtn a {
        display: block;
        position: relative;
        width: 17px;
        height: 14px;
    }
    #gnavBtn span {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 17px;
        height: 2px;
        background: #000;
        border-radius: 10em;
        transition: background .15s ,opacity .15s ,transform .15s;
    }
    #gnavBtn span:nth-child(1) {
        transform: translateY(-6px);
    }
    #gnavBtn span:nth-child(3) {
        transform: translateY(6px);
    }
    /* headerOpen */
    .headerOpen #gnavBtn span {
        background: #fff;
    }
    .headerOpen #gnavBtn span:nth-child(1) {
        transform: translateY(0) rotateZ(-45deg);
    }
    .headerOpen #gnavBtn span:nth-child(2) {
        opacity: 0;
    }
    .headerOpen #gnavBtn span:nth-child(3) {
        transform: translateY(0) rotateZ(45deg);
    }
    /* - gnavCnt - */
    #gnavCnt {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 175px;
        padding: 45px 15px;
        transform: translateY(100%);
        z-index: 20;
    }
    /* gnavCnt_linkList */
    .gnavCnt_linkList {
        display: block;
        margin: 0 10px;
    }
    .gnavCnt_linkList > li:not(:last-child) {
        margin: 0 0 20px;
        padding-right: 0;
    }
    .gnavCnt_linkList > li:not(:last-child)::after {
        display: none;
    }
    .gnavCnt_linkList a {
        color: #fff;
    }
    /* gnavCnt_btn */
    .gnavCnt_btn {
        margin-top: 30px;
    }
    .gnavCnt_btn a {
        font-size: 13px;
        padding-left: 2px;
        padding-left: 0;
        width: 100%;
        height: 45px;
    }
}


/*
    footer
*/
/* -- footerContactBox -- */
#footerContactBox {
    color: #FFF;
    background: #1D1D1D;
}
#footerContactBox .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 134px 0 129px;
}
#footerContactBox .tit {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-right: 62px;
}
#footerContactBox .tit span {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 70px;
    letter-spacing: .01em;
    display: block;
    margin-bottom: 12px;
}
#footerContactBox .txt {
    margin: 33px auto 0 0;
}
#footerContactBox .arrow {
    margin-top: 7px;
}
#footerContactBox .arrow a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #FFF;
    border-radius: 50%;
}
#footerContactBox .arrow a img {
    transition: transform .25s;
}
@media screen and ( min-width: 901px ) {
    #footerContactBox .arrow a:hover {
        opacity: 1;
    }
    #footerContactBox .arrow a:hover img {
        transform: rotate(-45deg);
    }
}
@media screen and ( max-width: 930px ) {
    #footerContactBox .inner {
        display: block;
        position: relative;
        margin: 0;
        padding: 46px 100px 46px 20px;
    }
    #footerContactBox .tit {
        font-size: 13px;
        margin-right: 0;
    }
    #footerContactBox .tit span {
        font-size: 40px;
        margin-bottom: 9px;
    }
    #footerContactBox .txt {
        margin: 26px auto 0 0;
        line-height: 1.57;
    }
    #footerContactBox .arrow {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: 0;
        transform: translateY(-50%);
    }
    #footerContactBox .arrow a {
        width: 60px;
        height: 60px;
    }
    #footerContactBox .arrow img {
        width: 9px;
    }
}

/* -- footer -- */
footer {
    background: #F6F6F6;
}
footer .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 59px 0 67px;
}
footer .logo {
    margin-top: 3px;
}
.footerBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    z-index: 20;
}
.footer_link01 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;    
}
.footer_link01 li:nth-child(even) {
    font-size: 14px;
    font-weight: normal;
}
.footer_link01 :not(:last-child) {
    margin-bottom: 17px;
}
.footer_link02 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2px;
}
.footer_link02 :not(:last-child) {
    margin-bottom: 17px;
}
.copyright {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    margin-top: -23px;
    width: 100%;
    z-index: 10;
}
@media screen and ( max-width: 900px ) {
    footer .inner {
        display: block;
        padding: 36px 10px 32px;
    }
    footer .logo {
        max-width: 170px;
    }
    .footerBox {
        justify-content: space-between;
        margin-top: 42px;
    }
    .footer_link01 {
        font-size: 16px;
    }
    .footer_link01 :not(:last-child) {
        margin-bottom: 21px;
    }
    .footer_link02 {
        margin-top: 1px;
        width: 50%;
    }
    .footer_link02 :not(:last-child) {
        margin-bottom: 24px;
    }
    .copyright {
        margin-top: 30px;
    }
}

/*
    contents
*/
#contents > :last-child {
    padding-bottom: 121px;
}
@media screen and ( max-width: 900px ) {
    #contents > :last-child {
        padding-bottom: 60px;
    }
}

/* -- h -- */
/* - h1 - */
h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.5;
    margin-top: 100px;
}
@media screen and ( max-width: 900px ) {
    h1 {
        font-size: 28px;
        line-height: 1.5;
        margin-top: 40px;
    }
}

/* - h2 - */
h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 1.5;
    margin: 83px 0 42px;
}
h2 .subTxt {
    font-size: 0.59em;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 3.1rem;
    padding: 0 10px;
}
h2 .subTxt::before,
h2 .subTxt::after {
    display: inline-block;
    position: absolute;
    top: 1px;
    height: 2.6rem;
    width: 5px;
    border: 1px solid #000;
    content: "";
}
h2 .subTxt::before {
    left: 0;
    border-right: none;
}
h2 .subTxt::after {
    right: 0;
    border-left: none;
}
/* h2_en */
.h2_en {
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .02em;
}
.h2_en span {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 60px;
    letter-spacing: .01em;
    color: #333;
    display: block;
    margin-bottom: .8rem;
}
/* fzL */
h2.fzL {
    font-size: 40px;
    margin-bottom: 6.1rem;
}
@media screen and ( max-width: 900px ) {
    h2 {
        font-size: 24px;
        margin: 75px 0 35px;
    }
    h2 .subTxt {
        top: -3px;
        padding: 1px 10px;
    }
    /* h2_en */
    .h2_en {
        font-size: 12px;
    }
    .h2_en span {
        font-size: 50px;
    }
}

/* - h3 - */
h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    margin: 66px 0 41px;
}
@media screen and ( max-width: 900px ) {
    h3 {
        font-size: 18px;
        margin: 60px 0 20px;
    }
}

/* - h4 - */
h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin: 4rem 0 1.7rem;
}
@media screen and ( max-width: 900px ) {
    h4 {
        font-size: 16px;
    }
}

/* - h5 - */
h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin: 3.7rem 0 1.6rem;
}
@media screen and ( max-width: 900px ) {
    h5 {
        font-size: 15px;
    }
}

hr {
    margin: 1.3rem 0;
    height: 1px;
    background-color: #CCC;
    border: none;
}

/* -- txtBox -- */
.txtBox  > :not(:last-child) {
    margin-bottom: 3.6rem;
}

/* -- txtLink -- */
/* - txtLinkArrow - */
.txtLinkArrow {
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: .7rem;
}
.txtLinkArrow::after {
    display: inline-block;
    margin-left: 6px;
    width: 14px;
    height: 15px;
    background: url(../img/common/arrow.svg) no-repeat 0 0 / 100% auto;
    content: "";
}
/* target="_blank" */
.txtLinkArrow[target="_blank"]::after {
    position: relative;
    top: .1rem;
    margin-left: .6rem;
    width: 1.3rem;
    height: 1.3rem;
    background: url(../img/common/icon_brank.svg) no-repeat 0 0 / 100% auto;
}
@media screen and ( max-width: 900px ) {
    /* - txtLinkArrow - */
    .txtLinkArrow {
        font-size: 13px;
    }
    .txtLinkArrow::after {
        position: relative;
        top: 2px;
        width: 12px;
        height: 14px;
    }
}

/* -- btn -- */
.btn {
    margin: 4rem auto 0;
    width: 220px;
}
.btn a {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 0 0;
    height: 60px;
    background: #fff;
    border-radius: 10rem;
    transition: background .6s;
}
.btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto;
    width: 13px;
    height: 13px;
    background: url(../img/common/arrow.svg) no-repeat center/100% auto;
    content: "";
    transition: transform 0.3s;
}
@media screen and ( min-width: 901px ) {
    /* hover */
    .btn a:hover {
        opacity: 1;
    }
    .btn a:hover::after {
        transform: rotate(-45deg); 
    }
}
@media screen and ( max-width: 900px ) {
    .btn a {
        font-size: 14px;
        height: 54px;
    }
}

/* -- list --*/
.list > li {
    position: relative;
    padding-left: 1.3em;
}
.list > li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
}
.list > li:not(:last-child) {
    margin-bottom: .25em;
}
/* - listNum - */
.listNum {
    line-height: 1.68;
}
.listNum > li {
    position: relative;
    padding-left: 1.6em;
}
.listNum > li:not(:last-child) {
    margin-bottom: .55em;
}
.listNum > li .num {
    position: absolute;
    top: 0;
    left: 0;
}
/* - listCome - */
.listCome {
    font-size: 12px;
    line-height: 1.5;
    margin-top: .9rem;
}
.listCome > li {
    position: relative;
    padding-left: 1em;
}
.listCome > li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
}

/* -- breadcrumb --*/
#breadcrumb {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .5);
    margin: 141px 0 113px;
}
#breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}
#breadcrumb li:after {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin: 0 12px 0 8px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ACACAC;
    border-right: 1px solid #ACACAC;
    content: "";
    transform: rotate(45deg);
}
#breadcrumb li:last-child:after {
    display: none;
}
#breadcrumb li a {
    color: #000;
}
/* - mb - */
.mb#breadcrumb {
    margin-bottom: 20px;
}
@media screen and ( max-width: 900px ) {
    #breadcrumb {
        font-size: 10px;
        margin: 20px 0;
    }
    #breadcrumb li:after {
        margin: 0 10px 0 7px;
        width: 4px;
        height: 4px;
    }
}

/* -- pageTitBox -- */
.pageTitBox {
    margin-top: 10.2rem;
}
.pageTitBox .titEn {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 9rem;
    line-height: 1;
    letter-spacing: .01em;
    color: #333;
    word-wrap: break-word;
}
.pageTitBox h1 {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: .05em;
    margin-top: 1.3rem;
}

/* -- bg -- */
.bg {
    padding: 10rem 0 11.9rem;
    background: #F6F6F6;
}

/* -- downloadBox -- */
.downloadBox {
    margin-top: 2rem;
    border-top: 1px solid #CCC;
}
.downloadBox li {
    padding: 2.9rem 0 1.8rem;
    border-bottom: 1px solid #CCC;
}
.downloadBox li > * {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.downloadBox li > p > span > span {
    display: inline-block;
    width: 14rem;
}
.downloadBox a {
    font-weight: bold;
    font-size: 15px;
}
.downloadBox a > span {
    display: inline-block;
    position: relative;
}
.downloadBox a > span > span {
    transition: opacity .3s;
}
.downloadBox a > span > span:first-child::after {
    position: absolute;
    bottom: -7px;
    right: 0;
    width: 0%;
    border-bottom: 1px solid #331C1B;
    content: "";
    transition: width .3s;
}
.downloadBox a img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 4px;
    width: 12px;
}
@media screen and ( min-width: 901px ) {
    .downloadBox a:hover {
        opacity: 1;
    }
    .downloadBox a:hover > span > span:first-child::after {
        width: 100%;
    }
}
@media screen and ( max-width: 900px ) {
    .downloadBox li > * {
        display: block;
    }
    .downloadBox li > * > * {
        display: block;
    }
    .downloadBox a {
        font-size: 13px;
    }
    .downloadBox a > span > span:last-child {
        position: static;
    }
}

/* -- pageAlinkBox -- */
.pageAlinkBox {
    position: sticky;
    left: 0;
    right: 0;
    margin-top: 2.1rem;
    border-top: 1px solid #EBEBEB;
    background: #fff;
    z-index: 990;
}
.pageAlinkBox ul {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    padding: 2.9rem 0 2.7rem;
}
.pageAlinkBox ul li:not(:last-child) {
    margin-right: 3.1rem;
}
.pageAlinkBox ul li a::before {
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: .7rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../img/common/arrow.svg) no-repeat center / 100% auto;
    content: "";
    transform: rotate(90deg);
}
/* static */
.static.pageAlinkBox {
    position: static;
    border-top: none;
}
/* mt */
.mt.pageAlinkBox ul {
    padding-top: .8rem;
}

/* -- tableBox -- */
.tableBox {
    margin-top: 5.1rem;
}
.tableBox table {
    width: 100%;
}
.tableBox th,
.tableBox td {
    vertical-align: top;
    padding: 2.9rem 0 2.8rem;
}
.tableBox th {
    width: 16rem;
    border-bottom: 1px solid #DE012D;
}
.tableBox td {
    padding-left: 4rem;
    border-bottom: 1px solid #CCC;
}
.tableBox td a[target="_blank"] {
    font-size: 1.5rem;
    text-decoration: underline;
    text-underline-offset: .7rem;
    text-decoration-color: #331C1B;
}
.tableBox td a[target="_blank"]::after {
    display: inline-block;
    position: relative;
    top: .1rem;
    margin-left: .6rem;
    width: 1.3rem;
    height: 1.3rem;
    background: url(../img/common/icon_brank.svg) no-repeat 0 0 / 100% auto;
    content: "";
}
/* thBdrC */
.thBdrC.tableBox th {
    border-color: #CCC;
}
/* thW150 */
.thW150.tableBox th {
    width: 15rem;
}
@media screen and ( max-width: 900px ) {
    .tableBox th {
        width: 90px!important;
    }
}

/* -- formBtnBox -- */
.formBtnBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5.1rem -3rem -2rem;
}
.formBtnBox > * {
    margin: 0 1.5rem 2rem;
    width: 45rem;
}
.formBtnBox a,
.formBtnBox input,
.formBtnBox button {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: .05em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 15px;
    width: 100%;
    height: 8rem;
    background: #000;
    transition: opacity .6s;
}
/* back */
.formBtnBox .back a,
.formBtnBox .back button {
    background: #B5B5B5;
}
@media screen and ( min-width: 901px ) {
    /* hover */
    .formBtnBox button:hover {
        opacity: .6;
    }
}
@media screen and ( max-width: 900px ) {
    .formBtnBox button {
        margin-bottom: 0 !important;
    }
}

/* -- crm -- */
/* - crm2 - */
.crm2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -4rem;
}
.crm2 > * {
    margin-bottom: 4rem;
}
@media screen and ( min-width: 901px ) {
    .crm2 > * {
        width: calc((100% - 40px) / 2);
    }
    .crm2 > *:not(:nth-child(2n)) {
        margin-right: 40px;
    }
}


/*
    clearfix
*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/*
    js
*/
/* -- 'inview' フェードプラグイン -- */
/* フェード */
.fade_d8,
.fade_d16,
.fade_d20 {   
    opacity: 0;
    transition: opacity 1.2s;
}
.on.fade_d8,
.on.fade_d16,
.on.fade_d20 {
    opacity: 1;
}
/* フェードアップ */
.fadeUp {   
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s;
}
.on.fadeUp {
    transform: translateY(0);
    opacity: 1;
}