/* 修改样式 */


#allmap {
    height: 550px;
}

.filter {
    filter: brightness(20%);
}

.english_line {
    border-bottom: 3px #000 solid;
    padding-bottom: 5px;
}

.back_view {
    width: 300px;
    height: 120px;
}

.back_blur {
    width: 300px;
    height: 120px;
    position: absolute;
    bottom: 170px;
    right: 230px;
    filter: blur(5px);
    z-index: 0;
    transform: scale(1.4);
    background-color: rgba(0, 0, 0, .2);
}

.back_content {
    transform: scale(1.4);
    width: 300px;
    height: 120px;
    position: absolute;
    bottom: 170px;
    right: 230px;
    z-index: 1;
    color: #fff !important;
}

.back_content a {
    display: block;
    width: 35%;
    margin: 30px;
    position: absolute;
    top: -25px;
    left: 10px;
    padding: 15px 5px;
}

.back_content_more {
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
    position: absolute;
    padding: 15px 5px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.back_content_more p {
    color: #fff;
}

.back_content_word {
    color: #fff;
}

.back_content_word_p1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: right;
    padding: 30px;
}

.back_content_word_p2 {
    color: #fff;
    text-align: right;
    margin: 30px;
    margin-top: -5px;
    margin-left: 40px;
    font-size: 12px;
}
.back_content_word_p2 span{
    border-bottom: 2px solid #fff;
    line-height: 18px;

}

.topPage .main .background ul li {
    width: 100vh;
    position: relative;
}

.topBusiness-each-div {
    position: relative;
    width: 100%;
    margin-bottom: 2.2em;
}

.topBusiness-each-div .mindImg {
    position: absolute;
    z-index: 2;
    top: -15px;
    left: -28px;
    width: 40px;
    margin-left: 21px;
    margin-top: 9px;
}

.topBusiness-each-div .tagImg {
    position: absolute;
    z-index: 1;
    top: -15px;
    left: -28px;
    width: 82px;
    filter: drop-shadow(3px 3px 4px #000);
}

.topBusiness-each .more {
    font-size: 17px !important;
    font-weight: 600 !important;
}

.topBusiness-each-div-text {
    width: 65% !important;
    height: 65% !important;
    margin: 0 auto;
    margin-left: 30%;
    margin-bottom: 0px !important;
    margin-top: 4.5rem;
    transform: translateY(-50%);
    overflow-y: hidden;
    overflow-x: hidden;
    font: 13px/19px Hiragino Kaku Gothic ProN !important;
    text-indent: 2em;
    text-align: left !important;
    padding: 3px;
    border: none !important;
    transition: all 1.5s !important;
}

.topBusiness-each-div-text :hover {
    transform: scale(1.03);
}

.topBusiness-each-div-text p {
    height: 100%;
}


.mainSelect_ul {
    width: 100%;
}

.mainSelect_ul li {
    width: 33% !important;
    text-align: center !important;
    margin: 0px !important;
}

.company_position {
    text-indent: 4em;
}

.organization_box {
    width: 100%;
    height: 480px;
    margin-top: 40px;
    background-image: url('../images/organization.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.english_h3 {
    margin-top: 10px;
}

.english_line {
    width: auto;
    border-bottom: 3px #000 solid;
}

.ulInrecruit li {
    width: 25% !important;
}

.mainImgContainer {
    width: 80%;
    height: 430px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.mainImgContainer img {
    width: 100%;
    height: 100%;
}

.recruitInfoContainer {
    width: 80%;
    margin: 0 auto;
}

.wordBox {
    width: 80% !important;
    padding-top: 0px !important;
    margin: 25px auto !important;
    padding: 13px !important;
    box-shadow: 2px 4px 6px -6px #000;
    border-radius: 20px;


}

.content_p_box {
    width: 70% !important;
    margin: 0 auto !important;
}

.wordBox h2 {
    font-size: 22px !important;
}

.wordBoxTitle {
    padding-top: 0px !important;
}

.companyPage p {
    text-indent: 1em !important;
}

#bus01,
#bus02,
#bus03,
#bus04 {
    margin-bottom: 0px;
}

.cImgContainer {
    width: 100%;
    height: 500px;
    overflow: hidden;

}

.cImgContainer img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;

}

.cImgContainer img:hover {
    transform: scale(1.05);
}

.CtextContainer {
    margin-bottom: 17px;
    color: #777 !important;
}


.CtextContainer .twe {
    margin-bottom: 10px !important;
}

.twbt {
    margin-top: 100px;
}

.mainDev {
    height: 340px;
}

.mainTech {
    width: 500px !important;
    margin: 0 auto !important;
    height: 500px;
}


.mainTech .mainTechShadow {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../images/bgc_devTech.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.mainTechCon {
    width: 50%;
    height: 50%;
    position: absolute;
    transition: all .4s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainTechCon div {
    display: none;
    color: white;
    font-size: 23px;
    font-weight: 600;
    padding: 15%;
    text-align: center;
    transition: all .4s;
}

.mainTechCon:hover {
    background-color: rgba(0, 0, 0, .5);
}

.mainTechCon:hover>div {
    display: block;
}

#mainTechShadow01 {

    top: 0;
    left: 0;
}

#mainTechShadow02 {

    top: 0;
    right: 0;
}

#mainTechShadow03 {

    bottom: 0;
    left: 0;
}

#mainTechShadow04 {

    bottom: 0;
    right: 0;
}

.markLogo {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    border-radius: 50%;
    padding: 10px;
    background: linear-gradient(#fdf, #dfd);
    box-shadow: 0px 0px 10px 0.5px #000;
}

.markLogo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.mainBusiness {
    padding-top: 0px !important;
}

.mainMum {
    padding-top: 20px !important;
}

.tweBusiness {
    text-align: center !important;
    margin-left: -30px;
    width: 100% !important;
}

.tweBusiness h2,
.tweBusiness h3 {
    text-align: center !important;
}

.mainBusiness dt p {
    margin-left: 270px !important;
}

.tweBusiness dl {
    width: 100% !important;
}


.BusiTable {
    width: 100% !important;
}

.BusiTable dt {
    width: 100%;
    text-align: right;
    margin-right: 30px;
}

.mainAccess {
    padding-top: 0px !important;
}

.contactPage .main {
    width: 72% !important;
    margin: 0 auto;

}

.contactPage-form {
    width: 100px;
    display: flex;
    height: 460px;
    margin-bottom: 100px;
}

.contactPage-form .contactBox {

    flex: 1;
    height: 260px;
}

.contactBox_img {
    width: 100%;
    height: 90px;
    text-align: center;
}

.contactBox_img img {
    width: 90px;
    height: 100%;
}

.contactBox_text_title {
    margin-top: 22px;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
}


.contactBox_text_title span {
    border-bottom: 3px solid #666;
    padding: 0px 5px;

}

.contactBox_text_content {
    text-align: center;
    font-size: 14px;
    padding: 20px 70px;
    padding-top: 50px;
    line-height: 20px;
}

.contactBox_text_content p {
    text-align: left;
}

.siteMapPage .twb {
    height: 200px;
}

.contactBox_text_content .contactBox_text_content_address {
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.footer-menu dl dd,
.footer-menu dl dt {
    text-align: center !important;
}

.header-board-menu dl dd,
.header-board-menu dl dt {
    text-align: center !important;
}

.siteMapPage dl dd,
.siteMapPage dl dt {
    text-align: center !important;
}

.explainBox {
    position: relative;
    bottom: 10rem;
    left: 0;
    right: 0;
    font-size: 12px;
    width: 40%;
    text-align: left;
    margin-left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    line-height: 19px;
    text-indent: 1em;
}

.explainBox .point {
    margin-top: 40px;
    font-weight: 600;
    text-align: center;
}

.scale {
    transform: scale(1.2);
}


dl {
    text-align: center;
}

dd {
    width: 50%;
    text-align: left !important;
}

dd p {
    margin-left: 160px;
}

dt {
    width: 50%;
    text-align: left !important;

}

dt p {
    margin-left: 120px;
}

.siteMapPage-map dl dd,
.siteMapPage-map dl dt {
    width: 100% !important;
}

.mainImgContainerProcess {
    width: 80%;
    height: 500px;
    margin: 0 auto;
    filter: grayscale(0.9);
}

.mainImgContainerProcess img {
    width: 100%;
    height: 450px;
    margin-bottom: 60px;
}

.tweProcess {
    margin-bottom: 2.5em !important;
}

.imgShowMind {
    opacity: 0.4 !important;
    transition: all .3s;
}

.imgShowMind:hover {
    opacity: 1 !important;
    transform: scale(1.05);
}

.imgShowMindBox {
    overflow: hidden;
}

.topGif {
    height: 150px;
    width: 100%;
    margin: 50px 0 0;
}

.topGif img {
    width: 150px;
    text-align: center;
}





















/* 默认样式集合 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body,
button {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

* {
    box-sizing: border-box
}

body {
    font-family: 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    color: #454545;
    font-weight: 500;
}

body,
html {
    scroll-behavior: smooth
}

body {
    width: 100%;
    font-size: 1rem
}

@media only screen and (max-width:768px) {
    body {
        width: 100%
    }
}

.pa {
    display: none
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .pa {
        display: block
    }
}

@media only screen and (min-width:1025px) {
    .pa {
        display: block
    }
}

.pain {
    display: none
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .pain {
        display: inline
    }
}

.sp {
    display: block
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .sp {
        display: none
    }
}

@media only screen and (min-width:1025px) {
    .sp {
        display: none
    }
}

.pc {
    display: none
}

@media only screen and (min-width:1025px) {
    .pc {
        display: block
    }
}

.pcin {
    display: none
}

@media only screen and (min-width:1025px) {
    .pcin {
        display: inline
    }
}

a,
div,
h1,
h2,
h3,
p {
    color: #555
}

a:hover {
    transition: all .2s ease-out
}

.twe {
    width: 100%;
    margin-bottom: 40px;

}

.twe h2 {
    text-align: center;
    font: normal normal normal 27px/27px Meiryo;
    letter-spacing: 0
}

@media only screen and (max-width:768px) {
    .twe h2 {
        font: normal normal normal 25px/33px Meiryo
    }
}

.twe h3 {
    text-align: center;
    font: normal normal 700 21px/41px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    letter-spacing: 0
}

@media only screen and (max-width:768px) {
    .twe h3 {
        font: normal normal 300 14px/14px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif
    }
}

.twb {
    width: 100%;
    margin-top: 72px;
    height: 400px;
}

.twbFont {
    position: absolute;
    top: 220px;
    left: 170px;
    z-index: 100;
}

.busin .twb .comImgTop {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url('../images/business_image.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}

.twb .comImgTop {
    margin-top: 72px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url('../images/company_image.jpg');
    /* background-position-y: -100px; */
    background-repeat: no-repeat;
    background-size: cover;
}

.minscreen .twbt {
    height: 165px;
}

#bus03 .twbt {
    margin-top: 140px;
    height: 165px;
}

#bus04 .twbt {
    margin-top: 140px;
    height: 165px;

}

.recruitPage .twb .comImgTop {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url('../images/recruit_image.jpg');
}

.accessPage .twb .comImgTop {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url('../images/access_image.jpg');
}

.contactPage .twb .comImgTop {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url('../images/question_image.jpg');
}

@media only screen and (max-width:768px) {
    .twb {
        margin-bottom: 3rem
    }
}

.twb h2 {
    text-align: left;
    font: normal normal 700 40px/56px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    letter-spacing: 0;
    color: #000 !important;

}

@media only screen and (max-width:768px) {
    .twb h2 {
        font: normal normal 600 23px/19px Meiryo
    }
}

.twb h3 {
    text-align: left;
    font: normal normal 700 17px/25px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    letter-spacing: 0;

}

.twb h3 span {
    border-bottom: 3px solid #000;
    color: #000 !important;
}

@media only screen and (max-width:768px) {
    .twb h3 {
        font: normal normal 300 14px/21px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif
    }
}

.mainSelect {
    width: 100%;
    border-bottom: 3px solid #999;
    padding-bottom: .5rem
}

.mainSelect ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.mainSelect ul li {
    margin-right: 2.625rem;
    cursor: pointer;
    font: normal normal 500 16px/32px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    color: #333
}

.mainSelect ul .liSelect,
.mainSelect ul li:hover a {
    color: #999
}

.guideNav {
    width: 100%;
    height: 54px;
    border-top: 1px solid #ececec;
    padding: 10px 20px
}

@media only screen and (max-width:768px) {
    .guideNav {
        height: auto;
        min-height: 54px
    }
}

.guideNav ol {
    height: 100%;
    width: 668px;
    margin: auto
}

@media only screen and (max-width:768px) {
    .guideNav ol {
        width: 90.8%
    }
}

.guideNav ol li {
    display: inline-block;
    padding-right: 17px;
    text-align: left;
    font: normal normal 700 13px/34px Meiryo
}

.guideNav ol li:after {
    content: " | ";
    color: #999;
    line-height: 14px;
    padding-left: 17px
}

.guideNav ol li:last-child:after {
    content: ""
}

.header {
    width: 100%
}

.header .box-menu {
    cursor: pointer;
    position: fixed;
    width: 95px;
    height: 72px;
    right: 0;
    top: 0;
    color: #f7f7f7;
    background-color: #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1005;
    transition: .3s
}

.header .box-menu:hover span {
    transform: scale(1.2);
    transition: all .25s ease-out
}

.header .box-menu span {
    width: 36.7px;
    height: 2px;
    background-color: #fff;
    margin: 2.5px;
    transition: .3s
}

@media only screen and (max-width:768px) {
    .header .box-menu {
        height: 67px;
        background-color: #fff
    }

    .header .box-menu span {
        background-color: #999
    }
}

.header .mobile-menu {
    background-color: #000
}

.header .mobile-menu span:first-child {
    transform: rotate(-45deg) translateY(11px);
    transform: rotate(45deg) translateY(5px) translateX(5px)
}

.header .mobile-menu span:nth-child(2) {
    opacity: 0
}

.header .mobile-menu span:nth-child(3) {
    transform: rotate(45deg) translateY(-11px);
    transform: rotate(-45deg) translateY(-5px) translateX(5px)
}

.header-board {
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: fixed;
    transform: translateY(-100vh);
    z-index: 1001;
    transition: .3s;
    overflow: hidden
}

.header-board-header {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.header-board-header a {
    padding-left: 1.4375rem
}

@media only screen and (max-width:768px) {
    .header-board-header a {
        padding-left: 2.25rem
    }
}

.header-board-header a img {
    width: 7.1875rem
}

@media only screen and (max-width:768px) {
    .header-board-header a img {
        width: 5.5625rem
    }
}

.header-board .block {
    width: 100%;
    height: calc(100% - 72px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.header-board-menu {
    width: 41.625rem;
    height: 15.625rem;
    margin-bottom: 8.25rem;
    display: flex;
    justify-content: space-between
}

.header-board-menu dl dd,
.header-board-menu dl dt {
    width: 100% !important;
}

.footer-menu dl dd,
.footer-menu dl dt {
    width: 100% !important;
}

.header-board-menu dl dt:hover>a {
    color: #fff;
}

@media only screen and (max-width:768px) {
    .header-board-menu {
        width: 82%;
        height: auto;
        margin-bottom: unset;
        flex-wrap: warp;
        -webkit-flex-wrap: wrap
    }
}

.header-board-menu dl {
    width: 33.3%;
    width: 9.75rem;
    height: 100%
}

@media only screen and (max-width:768px) {
    .header-board-menu dl {
        padding-bottom: 2.875rem;
        width: 50%;
        height: 50%
    }
}

.header-board-menu dl dd a {
    text-align: left;
    font: normal normal 600 19px/42px Meiryo;
    letter-spacing: .81px;
    color: #fff
}

@media only screen and (max-width:768px) {
    .header-board-menu dl dd a {
        font: normal normal normal 16px/27px Meiryo;
        letter-spacing: .72px;
        margin-bottom: 3px
    }
}

.header-board-menu dl dt a {
    text-align: left;
    font: normal normal 300 16px/39px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    letter-spacing: .72px;
    color: #999
}

@media only screen and (max-width:768px) {
    .header-board-menu dl dt a {
        font: normal normal normal 14px/24px Meiryo
    }
}

.header-board-link {
    display: flex;
    font: normal normal normal 16px/16px Hiragino Kaku Gothic ProN;
    text-align: center;
    letter-spacing: .6px
}

@media only screen and (max-width:768px) {
    .header-board-link {
        flex-direction: column
    }
}

.header-board-link a {
    color: #f7f7f7
}

.header-board-link a:hover {
    color: #999
}

@media only screen and (max-width:768px) {
    .header-board-link a {
        margin: 10px 0
    }
}

.header-board-link span {
    color: #f7f7f7;
    padding: 0 22px
}

@media only screen and (max-width:768px) {
    .header-board-link span {
        display: none
    }
}

.header .boardDisplay {
    transition: .3s;
    transform: translateY(0)
}

.header .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: .3s
}

@media only screen and (max-width:768px) {
    .header .inner {
        height: 67px
    }
}

.header-logo,
.header-logo a {
    height: 100%;
    width: 200px
}

.header-logo a {
    padding-left: 1.4375rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: .15s
}

.header-logo a:hover {
    transform: scale(1.04);
    transition: all .15s ease-out
}

@media only screen and (max-width:768px) {
    .header-logo a {
        padding-left: 2.25rem
    }
}

.header-logo a img {
    width: 8.3875rem
}

@media only screen and (max-width:768px) {
    .header-logo a img {
        width: 5.5625rem
    }
}

.header-menu {
    width: 45rem;
    height: 100%;
    transition: .3s
}

@media only screen and (max-width:768px) {
    .header-menu {
        display: none;
        transition: .5s
    }
}

.header-menu ul {
    width: 100%;
    height: 100%;
    display: flex
}

.header-menu ul li {
    width: 20%;
    height: 100%
}

.header-menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 4.375rem;
    font-size: .9rem;
    font-weight: 600;
    transition: .5s
}

.header-menu ul li a:hover {
    color: #777;
    transform: scale(1.1);
    transition: all .25s ease-out
}

.footer {
    width: 100%;
    height: 39.25rem;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-x: hidden
}

@media only screen and (max-width:768px) {
    .footer {
        height: 62.5rem
    }
}

.footer .toTop {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
    color: #f7f7f7;
    position: fixed;
    right: 2.5rem;
    bottom: 2.875rem;
    text-align: center;
    line-height: 3.25rem;
    font-weight: 600;
    font-size: 1rem
}

.footer .toTop:hover {
    cursor: hand
}

@media only screen and (max-width:768px) {
    .footer .toTop {
        display: none
    }
}

.footer-logo {
    width: 8.1875rem;
    height: 2.0625rem;
    margin-bottom: 4.5rem
}

@media only screen and (max-width:768px) {
    .footer-logo {
        width: 5.5625rem
    }
}

.footer-logo a {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 1.875rem
}

.footer-logo a img {
    width: 10.1875rem
}

@media only screen and (max-width:768px) {
    .footer-logo a img {
        width: 5.5625rem
    }
}

.footer-logo a:hover {
    transform: scale(1.04);
    transition: all .15s ease-out
}

.footer-menu {
    width: 35.625rem;
    height: 9.75rem;
    margin-bottom: 4.875rem;
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width:768px) {
    .footer-menu {
        width: 80.5%;
        height: auto;
        flex-direction: column;
        margin-bottom: unset
    }
}

.footer-menu dl {
    width: 33.3%;
    width: 9.375rem;
    height: 100%
}

.footer-menu dl dd a {
    text-align: left;
    font: normal normal normal 15px/27px Meiryo;
    letter-spacing: .68px;
    color: #f7f7f7
}

.footer-menu dl dd a:hover {
    color: #999
}

.footer-menu dl dt a {
    text-align: left;
    font: normal normal normal 12px/25px Meiryo;
    letter-spacing: .54px;
    color: #999
}

.footer-menu dl dt a:hover {
    color: #f7f7f7
}

@media only screen and (max-width:768px) {
    .footer-menu dl {
        padding-bottom: 2.875rem;
        width: 100%;
        text-align: center
    }

    .footer-menu dl dd a {
        font-weight: 600
    }
}

.footer-link {
    display: flex;
    font: normal normal normal 15px/15px Hiragino Kaku Gothic ProN;
    text-align: center;
    letter-spacing: .6px
}

.footer-link a {
    color: #f7f7f7
}

.footer-link a:hover {
    color: #999
}

.footer-link span {
    color: #f7f7f7;
    padding: 0 22px
}

@media only screen and (max-width:768px) {
    .footer-link {
        flex-direction: column;
        font-weight: 600
    }

    .footer-link a {
        margin: 10px
    }

    .footer-link span {
        display: none
    }
}

.footer-copyright {
    margin-top: 2.8125rem;
    text-align: center;
    font: normal normal normal 11px/131px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    letter-spacing: 0;
    color: #999
}

@media only screen and (max-width:768px) {
    .footer-copyright {
        margin-top: unset;
        line-height: 110px
    }
}

.topPage,
.topPage .main {
    width: 100%
}

.topPage .main .background {
    width: 100%;
    height: 100vh;
    z-index: -1;
    position: fixed;
    background-color: #000;
    overflow-x: hidden
}


@media only screen and (max-width:768px) {
    .topPage .main .background {
        height: calc(100vh - 256px)
    }
}

.topPage .main .background ul {
    width: 600vw;
    height: 100%;
    display: flex;
    animation: slideTOP 21s infinite;
    -webkit-animation: slideTOP 21s infinite
}

@-webkit-keyframes slideTOP {
    0% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(-16.667%)
    }

    40% {
        transform: translateX(-33.333%)
    }

    60% {
        transform: translateX(-50%)
    }

    80% {
        transform: translateX(-66.667%)
    }

    to {
        transform: translateX(-83.333%)
    }
}

@keyframes slideTOP {
    0% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(-16.667%)
    }

    40% {
        transform: translateX(-33.333%)
    }

    60% {
        transform: translateX(-50%)
    }

    80% {
        transform: translateX(-66.667%)
    }

    to {
        transform: translateX(-83.333%)
    }
}

.topPage .main .background ul li {
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.topPage .main .background ul li:first-child {
    background-image: url(../images/pageTop_background_01.png);

}

.topPage .main .background ul li:nth-child(2) {
    background-image: url(../images/pageTop_background_02.png)
}

.topPage .main .background ul li:nth-child(3) {
    background-image: url(../images/pageTop_background_03.png)
}

.topPage .main .background ul li:nth-child(4) {
    background-image: url(../images/pageTop_background_06.png)
}

.topPage .main .background ul li:nth-child(5) {
    background-image: url(../images/pageTop_background_05.png)
}

.topPage .main .background ul li:nth-child(6) {
    background-image: url(../images/pageTop_background_06.png)
}

.topPage .main .inner {
    z-index: 1;
    background-color: hsla(0, 0%, 100%, 0);
    width: 100%
}

.topPage .main .inner .topSlogan {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .21);
    display: flex;
    align-items: flex-start;
    justify-content: center
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topSlogan {
        height: calc(100vh - 256px)
    }
}

.topPage .main .inner .topSlogan img {
    padding-top: 58.5vh;
    width: 80%;
    max-width: 825px
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topSlogan img {
        padding-top: 42vh
    }
}

.topPage .main .inner .topNews {
    width: 100%;
    height: 36.5rem;
    display: flex;
    flex-direction: column;
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topNews {
        height: 16rem
    }
}

.topPage .main .inner .topNews .block {
    width: 62.75rem;
    margin: auto
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .topPage .main .inner .topNews .block {
        width: 92%
    }
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topNews .block {
        width: 84%
    }
}

.topPage .main .inner .topNews .block h2 {
    text-align: left;
    font: normal normal 700 30px/36px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    letter-spacing: 0;
    margin-bottom: 2.25rem
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topNews .block h2 {
        margin-bottom: .775rem
    }
}

.topPage .main .inner .topNews .block .content {
    border-top: 3px solid #777;
    width: 100%;
    margin-bottom: 3.125rem;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;

}

.content::-webkit-scrollbar {
    display: none
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topNews .block .content {
        margin-bottom: 2rem
    }
}

.topPage .main .inner .topNews .block .content .eachNews {
    border-bottom: 1px solid #777;
    flex-direction: row;
    display: flex
}

.topPage .main .inner .topNews .block .content .eachNews .news-date {
    display: flex;
    font: 700 18px/65px Helvetica;
    letter-spacing: .43px;
    padding-left: 14px;
    width: 16rem
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .topPage .main .inner .topNews .block .content .eachNews .news-date {
        width: 15rem
    }
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topNews .block .content .eachNews .news-date {
        font-size: 14px;
        width: 100%;
        line-height: 2;
        padding-left: unset
    }
}

.topPage .main .inner .topNews .block .content .eachNews .news-title {
    text-align: left;
    font-size: 1rem;
    line-height: 4rem;
    letter-spacing: .26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 42rem
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .topPage .main .inner .topNews .block .content .eachNews .news-title {
        width: calc(100% - 15rem)
    }
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topNews .block .content .eachNews .news-title {
        font-size: 14px;
        width: 100%;
        line-height: 2;
        padding-left: 14px
    }
}

.topPage .main .inner .topNews .block .viewMore {
    margin: auto;
    display: block;
    width: 10rem;
    height: 1.875rem;
    text-align: center;
    font: normal normal normal 11px/30px Hiragino Kaku Gothic ProN;
    letter-spacing: .44px;
    border: 1px solid #777
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topNews .block .viewMore {
        font: normal normal normal 8px/21px Hiragino Kaku Gothic ProN;
        letter-spacing: .4px;
        width: 6.6875rem;
        height: 1.3125rem
    }
}

.topPage .main .inner .topAbout {
    width: 100%;
    height: 48.75rem;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topAbout {
        width: 100%;
        height: auto
    }
}

.topPage .main .inner .topAbout .block {
    width: 62.75rem;
    height: 37.9375rem;
    background-image: url(../images/pageTop_about.f1c2bec8.png);
    background-color: rgba(0, 0, 0, .27);
    background-repeat: no-repeat;

}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topAbout .block {
        width: 100%;
        height: auto;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.topPage .main .inner .topAbout .block .blockBlock {
    width: 36.875rem;
    height: 387px;
    background-color: #fff;
    margin-top: 6.875rem;
    margin-left: 2.25rem;
    padding: 42px 29px
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topAbout .block .blockBlock {
        width: 80.53%;
        padding: 12px 22px;
        height: 198px;
        margin: 40px 36px
    }
}

.topPage .main .inner .topAbout .block .blockBlock h2 {
    text-align: left;
    font: normal normal 700 30px/36px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    margin-bottom: 19px
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topAbout .block .blockBlock h2 {
        font: normal normal 700 25px/30px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
        margin-bottom: 12px
    }
}

.topPage .main .inner .topAbout .block .blockBlock .pBlock {
    width: 100%
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topAbout .block .blockBlock .pBlock {
        height: 96px;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

.topPage .main .inner .topAbout .block .blockBlock p {
    text-align: left;
    font: normal normal normal 16px/32px Noto Sans JP
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topAbout .block .blockBlock p {
        line-height: 1.5
    }

    .topPage .main .inner .topAbout .block .blockBlock p:nth-child(3) {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
}

.topPage .main .inner .topAbout .block .blockBlock a {
    display: block;
    margin-top: 1.125rem;
    text-align: center;
    font: normal normal normal 11px/30px Hiragino Kaku Gothic ProN;
    letter-spacing: .44px;
    color: #eee;
    background: #333;
    width: 10rem;
    height: 1.875rem
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topAbout .block .blockBlock a {
        margin-top: .25rem;
        width: 8rem
    }
}

.topPage .main .inner .topBusiness {
    width: 100%;
    height: 49.25rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topBusiness {
        width: 100%;
        height: auto;
        padding-bottom: 23px;
        padding-top: 2.5rem
    }
}

.topPage .main .inner .topBusiness .twe {
    width: 52.1875rem;
    margin-bottom: 2.5rem
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topBusiness .twe {
        width: 80%;
        height: auto;
        margin: auto;
        margin-bottom: 2.125rem
    }
}

.topPage .main .inner .topBusiness .block {
    width: 52.1875rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topBusiness .block {
        width: 80%;
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.topPage .main .inner .topBusiness-each {
    width: 15.5rem
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topBusiness-each {
        width: 100%
    }
}

.topPage .main .inner .topBusiness-each div {
    width: 100%;
    margin-bottom: 3.1rem
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topBusiness-each div {
        margin-bottom: .8125rem
    }
}

.topPage .main .inner .topBusiness-each h4 {
    text-align: left;
    font: normal normal normal 19px/24px Meiryo;
    letter-spacing: .38px;
    margin-bottom: 45px;
    margin-top: -46px;
    margin-left: 10px;
    font-weight: 600;
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topBusiness-each h4 {
        width: 100%;
        font: normal normal 700 16px/24px Meiryo;
        margin-bottom: 50px
    }
}

.topPage .main .inner .topBusiness-each div {
    width: 100%;
    height: 11.375rem;
    opacity: .95;
    text-align: center;
    font: normal normal normal 10px/11.375rem Hiragino Kaku Gothic ProN;
    letter-spacing: .4px;

}

.topPage .main .inner .topRecruit {
    width: 100%;
    height: 653px;
    background-color: #eee;
    padding: 100px 0;
    padding-left: 6.25%;
}

@media screen and (min-width:1280px) {
    .topPage .main .inner .topRecruit {
        padding-left: calc(50% - 560px)
    }
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topRecruit {
        width: 100%;
        height: auto;
        height: 360px;
        padding: 0
    }
}

.topPage .main .inner .topRecruit .spPic {
    display: none
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topRecruit .spPic {
        display: block;
        width: 100%;
        height: 200px;
        background-image: url('../images/team.jpg');
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.topPage .main .inner .topRecruit .block {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topRecruit .block {
        height: 160px
    }
}

.topPage .main .inner .topRecruit-text {
    width: 380px;
    height: 100%;
    padding: 60px
}

@media screen and (min-width:1280px) {
    .topPage .main .inner .topRecruit-text {
        width: 31.6667%
    }
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topRecruit-text {
        width: 100%;
        padding: 24px 11.7% 0 11.7%
    }
}

.topPage .main .inner .topRecruit-text p {
    margin-top: 18px;
    margin-bottom: 10px;
    text-align: left;
    font: normal normal normal 16px/24px Noto Sans JP
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topRecruit-text p {
        display: block;
        margin-bottom: 6px;
        width: 100%;
        height: 48px;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

.topPage .main .inner .topRecruit-text a {
    display: block;
    margin-top: 1.125rem;
    text-align: center;
    font: normal normal normal 11px/30px Hiragino Kaku Gothic ProN;
    letter-spacing: .44px;
    color: #eee;
    background: #333;
    width: 10rem;
    height: 1.875rem
}

.topPage .main .inner .topRecruit-img {
    width: calc(100% - 380px);
    height: 100%;
    background-image: url('../images/team.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;

}

@media screen and (min-width:1280px) {
    .topPage .main .inner .topRecruit-img {
        width: 68.3333%
    }
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topRecruit-img {
        display: none;
        background-image: unset
    }
}

.topPage .main .inner .topContact {
    width: 100%;
    height: 38.875rem;
    height: 29rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.topPage .main .inner .topContact h2 {
    text-align: center;
    text-decoration: underline;
    font: normal normal 700 30px/69px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    letter-spacing: 0;
    margin-bottom: 2.375rem
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topContact h2 {
        width: 84%;
        text-decoration: underline;
        font: normal normal 700 25px/69px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
        margin-bottom: .5rem
    }
}

.topPage .main .inner .topContact p {
    text-align: center;
    font: normal normal normal 18px/30px Meiryo;
    letter-spacing: 0
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topContact p {
        width: 84%;
        font: normal normal normal 16px/28px Meiryo
    }
}

.topPage .main .inner .topContact a {
    margin-top: 2.375rem;
    width: 20.75rem;
    height: 2.5rem;
    border: .5px solid #777;
    text-align: center;
    font: normal normal normal 1rem/2.5rem Hiragino Kaku Gothic ProN;
    letter-spacing: .64px
}

.topPage .main .inner .topContact a:hover {
    transform: scale(1.04);
    transition: all .15s ease-out
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topContact a {
        margin-top: 1.25rem;
        width: 84%
    }
}

@media only screen and (max-width:768px) {
    .topPage .main .inner .topContact {
        height: 20.625rem
    }
}

.AddPage {
    width: 100%
}

.AddPage .main {
    margin: auto;
    width: 62.5rem;
    height: auto;
    padding-top: 16.25rem
}

@media only screen and (max-width:768px) {
    .AddPage .main {
        width: 100%;
        padding-top: 7.625rem
    }
}

.AddPage-top {
    width: 100%;
    padding-left: 12.75rem;
    margin-bottom: 5.25rem;
    position: relative
}

@media only screen and (max-width:768px) {
    .AddPage-top {
        padding-left: unset;
        width: 80.5%;
        max-width: 500px;
        margin: auto;
        padding-bottom: 2.5rem
    }
}

.AddPage-top h3 {
    font: normal normal normal 20px/21px Meiryo;
    letter-spacing: 0;
    margin-bottom: 1.5rem
}

.AddPage-top h3 span,
.AddPage-top p {
    font: normal normal normal 14px/21px Meiryo;
    letter-spacing: 0
}

.AddPage-block {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-left: 12.75rem;
    padding-bottom: 5.1875rem
}

@media only screen and (max-width:768px) {
    .AddPage-block {
        width: 80.5%;
        margin: auto;
        padding-left: unset;
        flex-direction: column;
        padding-bottom: 4.5rem
    }
}

.AddPage-block img {
    width: 22.75rem
}

@media only screen and (max-width:768px) {
    .AddPage-block img {
        width: 100%;
        margin-bottom: 1.625rem
    }
}

.AddPage-block .explain {
    margin-left: 57px;
    font: normal normal 600 16px/21px Meiryo
}

@media only screen and (max-width:768px) {
    .AddPage-block .explain {
        text-align: center;
        width: 100%;
        margin: 0
    }
}

.AddPage-block .explain ul {
    padding-bottom: 2.125rem
}

.AddPage-block .explain ul li {
    text-align: left;
    font: normal normal normal 14px/21px Meiryo;
    letter-spacing: 0
}

.AddPage-return {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 164px;
    display: flex;
    align-items: center
}

@media only screen and (max-width:768px) {
    .AddPage-return {
        padding-top: 0
    }
}

.AddPage-return a {
    margin: auto;
    width: 154px;
    height: 2.5rem;
    border: 1px solid #777;
    text-align: center;
    font: normal normal normal .875rem/2.5rem Hiragino Kaku Gothic ProN;
    letter-spacing: .56px
}

.companyPage {
    width: 100%;
    background-color: #fff;
    height: auto;
    overflow: hidden;
}

.companyPage .main {
    width: 61.5rem;
    margin: 0 auto;
    padding-top: 130px
}

.recruitPage .twb .comImgTop {
    margin-top: -72px;
    padding-top: 72px;
    position: relative;
    top: 72px;
}

.contactPage .twb .comImgTop {
    margin-top: -72px;
    padding-top: 72px;
    position: relative;
    top: 72px;
}

@media only screen and (max-width:768px) {
    .companyPage .main {
        width: 80.54%;
        padding-top: 7.625rem
    }
}

.companyPage .main .mainBlock {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding-top: .125rem;
    margin-bottom: 3rem
}

.companyPage .main .mainBlock-each {
    width: 100%;
    margin-bottom: 4.25rem;
    padding-top: 4.5rem
}

@media only screen and (max-width:768px) {
    .companyPage .main .mainBlock-each {
        margin-bottom: unset
    }
}

.companyPage .main .mainBlock-each .twe {
    padding-bottom: 1.25rem
}

@media only screen and (max-width:768px) {
    .companyPage .main .mainBlock-each .twe h2 {
        font-size: 20px
    }
}

.companyPage .main .mainBlock-each p {
    font: normal normal 300 14px/24px Meiryo
}

.companyPage .main .mainBlock-each .boss {
    margin-top: 2.8rem;
    text-align: right;
    margin-right: 12px;
    padding-bottom: 10px;
}

.companyPage .main .mainBlock-each .boss span {
    width: 102px;
    font-size: 1.5rem;
    margin-left: 1.25rem;
    font-weight: 600;

}

.companyPage .main .mainBlock-each .boss span svg {
    width: 102px
}

.companyPage .main .mainBlock-each img {
    width: 100%;
    margin-bottom: 1.375rem
}

.companyPage .main .mainBlock-each .bossImg {
    margin-bottom: unset
}

.companyPage .main .mainBlock-each dl {
    width: 100%;
    border-bottom: .25px solid #bebebe;
    display: flex
}

.companyPage .main .mainBlock-each dl dd p {
    font: normal normal 700 14px/65px Meiryo;
    width: 15.625rem
}

@media only screen and (max-width:768px) {
    .companyPage .main .mainBlock-each dl dd p {
        min-width: 6.875rem;
        width: 50%;
        height: 100%
    }
}

.companyPage .main .mainBlock-each dl dt {
    padding: 1rem 0
}

@media only screen and (max-width:768px) {
    .companyPage .main .mainBlock-each dl dt {
        width: 50%;
        min-width: 170px
    }
}

.companyPage .main .mainBlock-each dl dt p {
    font: normal normal normal 14px/24px Meiryo
}

.companyPage .main .mainBlock-each dl:last-child {
    border-bottom: unset
}

.companyPage .main .mainBlock-each .accessBlock {
    width: 100%;
    margin-bottom: 5.875rem
}

.companyPage .main .mainBlock-each .accessBlock h3 {
    font: normal normal normal 26px/32px Meiryo;
    margin-bottom: 1.75rem
}

.companyPage .main .mainBlock-each .accessBlock p {
    font: normal normal 500 16px/28px Meiryo
}

.companyPage .main .mainBlock-each .accessBlock p a {
    float: right;
    font: normal normal normal 12px/23px Hiragino Kaku Gothic ProN;
    border: .5px solid #999;
    padding: 0 2.375rem;
    position: relative
}

.companyPage .main .mainBlock-each .accessBlock p a:after {
    position: absolute;
    content: ">";
    right: .5rem
}

.companyPage .main .mainBlock-each .accessBlock .gmap {
    margin-top: 1.875rem;
    width: 100%;
    height: 550px;
    margin-bottom: 1rem
}

@media only screen and (max-width:768px) {
    .companyPage .main .mainBlock-each .accessBlock .gmap {
        height: 412px
    }
}

.companyPage .main .mainBlock-each .accessBlock .gmapLink {
    float: right;
    text-decoration: underline;
    font: normal normal 300 14px/21px Meiryo
}

.companyPage .main .mainBlock-each .accessBlock .gmapLink svg {
    margin-right: 6px
}

.companyPage .main .mainBlock .blockUnset {
    display: none
}

.blockUnset {
    display: none !important;
}

.companyPage .main .mainBlock .blockSelect {
    display: block;
    -webkit-animation: fontAppear 2s;
    animation: fontAppear 2s
}

@-webkit-keyframes fontAppear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.companyPage .main .topContact {
    width: 100%;
    height: 34.875rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.companyPage .main .topContact h2 {
    text-align: center;
    text-decoration: underline;
    font: normal normal 700 30px/69px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    letter-spacing: 0;
    margin-bottom: 2.375rem
}

@media only screen and (max-width:768px) {
    .companyPage .main .topContact h2 {
        width: 84%;
        text-decoration: underline;
        font: normal normal 700 25px/69px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
        margin-bottom: .5rem
    }
}

.companyPage .main .topContact p {
    text-align: center;
    font: normal normal normal 18px/30px Meiryo;
    letter-spacing: 0
}

@media only screen and (max-width:768px) {
    .companyPage .main .topContact p {
        width: 84%;
        font: normal normal normal 16px/28px Meiryo
    }
}

.companyPage .main .topContact a {
    margin-top: 2.375rem;
    width: 20.75rem;
    height: 2.5rem;
    border: .5px solid #777;
    text-align: center;
    font: normal normal normal 1rem/2.5rem Hiragino Kaku Gothic ProN;
    letter-spacing: .64px
}

.companyPage .main .topContact a:hover {
    transform: scale(1.04);
    transition: all .15s ease-out
}

@media only screen and (max-width:768px) {
    .companyPage .main .topContact a {
        margin-top: 1.25rem;
        width: 84%
    }
}

@media only screen and (max-width:768px) {
    .companyPage .main .topContact {
        height: 20.625rem
    }
}

.recruitPage {
    width: 100%;
    background-color: #fff;
    height: auto
}

.recruitPage .main {
    padding-top: 80px;
    width: 61.5rem;
    margin: auto
}

@media only screen and (max-width:768px) {
    .recruitPage .main {
        width: 80.54%;
        padding-top: 7.625rem
    }
}

.recruitPage .main .recruitBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 4.625rem;
    margin-bottom: 2.5rem;
    transition: 1s
}

.recruitPage .main .recruitBlock .twe {
    margin-bottom: 3rem
}

@media only screen and (max-width:768px) {
    .recruitPage .main .recruitBlock .twe h2 {
        font-size: 20px
    }
}

.recruitPage .main .recruitBlock .recruitInfo {
    width: 100%;
    margin-bottom: 2.25rem
}

.recruitPage .main .recruitBlock .recruitInfo h4 {
    font: normal normal 600 14px/28px Meiryo;
}

.recruitPage .main .recruitBlock .recruitInfo p {
    font: normal normal normal 14px/25px Meiryo;
    padding-left: 2em;


}

.recruitPage .main .blockSelect {
    -webkit-animation: fontAppear 2s;
    animation: fontAppear 2s
}

@keyframes fontAppear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.recruitPage .main .entry {
    display: block;
    margin: auto;
    width: 172px;
    height: 30px;
    text-align: center;
    font: normal normal normal 10px/30px Hiragino Kaku Gothic ProN;
    letter-spacing: .4px;
    border: .5px solid #999
}

.recruitPage .main .topContact {
    width: 100%;
    height: 38.875rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.recruitPage .main .topContact h2 {
    text-align: center;
    text-decoration: underline;
    font: normal normal 700 30px/69px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    letter-spacing: 0;
    margin-bottom: 2.375rem
}

@media only screen and (max-width:768px) {
    .recruitPage .main .topContact h2 {
        width: 84%;
        text-decoration: underline;
        font: normal normal 700 25px/69px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
        margin-bottom: .5rem
    }
}

.recruitPage .main .topContact p {
    text-align: center;
    font: normal normal normal 18px/30px Meiryo;
    letter-spacing: 0
}

@media only screen and (max-width:768px) {
    .recruitPage .main .topContact p {
        width: 84%;
        font: normal normal normal 16px/28px Meiryo
    }
}

.recruitPage .main .topContact a {
    margin-top: 2.375rem;
    width: 20.75rem;
    height: 2.5rem;
    border: .5px solid #777;
    text-align: center;
    font: normal normal normal 1rem/2.5rem Hiragino Kaku Gothic ProN;
    letter-spacing: .64px
}

.recruitPage .main .topContact a:hover {
    transform: scale(1.04);
    transition: all .15s ease-out
}

@media only screen and (max-width:768px) {
    .recruitPage .main .topContact a {
        margin-top: 1.25rem;
        width: 84%
    }
}

@media only screen and (max-width:768px) {
    .recruitPage .main .topContact {
        height: 20.625rem
    }
}

.memberPage {
    width: 100%;
    background-color: #fff
}

.memberPage-block {
    width: 80%;
    max-width: 62.625rem;
    margin: auto
}

.memberPage .main {
    width: 100%;
    height: auto
}

.memberPage .main .topShow {
    width: 100%;
    height: 50.25rem;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative
}

@media only screen and (max-width:768px) {
    .memberPage .main .topShow {
        width: 100%;
        height: 26.5rem
    }
}

.memberPage .main .topShow-text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 85px
}

@media only screen and (max-width:768px) {
    .memberPage .main .topShow-text {
        padding-bottom: 2.75rem
    }
}

.memberPage .main .topShow-text .block .noBlock {
    display: none
}

.memberPage .main .topShow-text .block .showBlock {
    width: 100%;
    height: 100%;
    text-align: left;
    transform-origin: left;
    transition: .4s;
    display: block;
    animation: showBlock 2s;
    -webkit-animation: showBlock 2s
}

@-webkit-keyframes showBlock {
    0% {
        transform: scaleX(0) translateX(100%)
    }

    to {
        transform: scale(1) translateX(0)
    }
}

@keyframes showBlock {
    0% {
        transform: scaleX(0) translateX(100%)
    }

    to {
        transform: scale(1) translateX(0)
    }
}

.memberPage .main .topShow-text .block .showBlock h3 {
    float: left;
    color: #fff;
    font: normal normal 300 21px/38px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    background: rgba(22, 74, 245, .7019607843137254);
    width: auto;
    padding: 0 24px;
    margin: 5px 0;
    transition: .3s
}

@media only screen and (max-width:768px) {
    .memberPage .main .topShow-text .block .showBlock h3 {
        font: normal normal 300 14px/20px Meiryo;
        margin: 2.5px 0;
        padding: 0 12px
    }
}

.memberPage .main .topShow-text .block .showBlock .middleText {
    float: left
}

.memberPage .main .topShow-text .block .showBlock .middleText p {
    float: left;
    color: #fff;
    font: normal normal 300 27px/45px Meiryo;
    background: rgba(22, 74, 245, .7019607843137254);
    padding: 0 24px;
    margin: 5px 0;
    transition: .3s
}

@media only screen and (max-width:768px) {
    .memberPage .main .topShow-text .block .showBlock .middleText p {
        font: normal normal 300 14px/25px Meiryo;
        margin: 2.5px 0;
        padding: 0 12px
    }
}

.memberPage .main .topShow-block {
    width: 300%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: slideCOM 18s infinite;
    -webkit-animation: slideCOM 18s infinite;
    transition-timing-function: linear
}

@media only screen and (max-width:768px) {
    .memberPage .main .topShow-block {
        width: 450%
    }
}

.memberPage .main .topShow-block .memEach {
    width: 13.11111%;
    height: 29.5rem;
    position: absolute;
    bottom: 0
}

@media only screen and (max-width:768px) {
    .memberPage .main .topShow-block .memEach {
        height: 15.625rem;
        width: 12.88881%
    }
}

.memberPage .main .topShow-block .memEach img {
    position: absolute;
    bottom: 0;
    z-index: 3;
    transform: translateX(-50%)
}

.memberPage .main .topShow-block .memEach:nth-child(6n+1) {
    background-color: #f0a2b4
}

.memberPage .main .topShow-block .memEach:nth-child(6n+1) img {
    width: 412px;
    left: 48.94%
}

@media only screen and (max-width:768px) {
    .memberPage .main .topShow-block .memEach:nth-child(6n+1) img {
        width: 197.76px
    }
}

.memberPage .main .topShow-block .memEach:nth-child(6n+2) {
    background-color: #85e2e6
}

.memberPage .main .topShow-block .memEach:nth-child(6n+2) img {
    width: 440px;
    left: 49.152%
}

@media only screen and (max-width:768px) {
    .memberPage .main .topShow-block .memEach:nth-child(6n+2) img {
        width: 211.2px
    }
}

.memberPage .main .topShow-block .memEach:nth-child(6n+3) {
    background-color: #fcde3f
}

.memberPage .main .topShow-block .memEach:nth-child(6n+3) img {
    width: 365px;
    left: 48.093%
}

@media only screen and (max-width:768px) {
    .memberPage .main .topShow-block .memEach:nth-child(6n+3) img {
        width: 175.2px
    }
}

.memberPage .main .topShow-block .memEach:nth-child(6n+4) {
    background-color: #c7a2e2
}

.memberPage .main .topShow-block .memEach:nth-child(6n+4) img {
    width: 380px;
    left: 44.915%
}

@media only screen and (max-width:768px) {
    .memberPage .main .topShow-block .memEach:nth-child(6n+4) img {
        width: 182.4px
    }
}

.memberPage .main .topShow-block .memEach:nth-child(6n+5) {
    background-color: #fad79f
}

.memberPage .main .topShow-block .memEach:nth-child(6n+5) img {
    width: 520px;
    left: 54.237%
}

@media only screen and (max-width:768px) {
    .memberPage .main .topShow-block .memEach:nth-child(6n+5) img {
        width: 249.6px
    }
}

.memberPage .main .topShow-block .memEach:nth-child(6n+6) {
    background-color: #c0e2a2
}

.memberPage .main .topShow-block .memEach:nth-child(6n+6) img {
    width: 480px;
    right: 45px;
    left: 36.4%
}

@media only screen and (max-width:768px) {
    .memberPage .main .topShow-block .memEach:nth-child(6n+6) img {
        width: 230.4px
    }
}

.memberPage .main .topShow-block .memEach:nth-child(2n) {
    bottom: 62px;
    z-index: 2
}

@media only screen and (max-width:768px) {
    .memberPage .main .topShow-block .memEach:nth-child(2n) {
        bottom: 35px
    }
}

.memberPage .main .topShow-block .memEach:first-child {
    left: 0
}

.memberPage .main .topShow-block .memEach:nth-child(2) {
    left: 11.11111%
}

.memberPage .main .topShow-block .memEach:nth-child(3) {
    left: 22.22222%
}

.memberPage .main .topShow-block .memEach:nth-child(4) {
    left: 33.33333%
}

.memberPage .main .topShow-block .memEach:nth-child(5) {
    left: 44.44444%
}

.memberPage .main .topShow-block .memEach:nth-child(6) {
    left: 55.55556%
}

.memberPage .main .topShow-block .memEach:nth-child(7) {
    left: 66.66667%
}

.memberPage .main .topShow-block .memEach:nth-child(8) {
    left: 77.77778%
}

.memberPage .main .topShow-block .memEach:nth-child(9) {
    left: 88.88889%
}

@media only screen and (max-width:768px) {
    .memberPage .main .topShow-block .memEach:first-child {
        left: -5.45%
    }

    .memberPage .main .topShow-block .memEach:nth-child(2) {
        left: 5.66111%
    }

    .memberPage .main .topShow-block .memEach:nth-child(3) {
        left: 16.77222%
    }

    .memberPage .main .topShow-block .memEach:nth-child(4) {
        left: 27.88333%
    }

    .memberPage .main .topShow-block .memEach:nth-child(5) {
        left: 38.99444%
    }

    .memberPage .main .topShow-block .memEach:nth-child(6) {
        left: 50.10556%
    }

    .memberPage .main .topShow-block .memEach:nth-child(7) {
        left: 61.21667%
    }

    .memberPage .main .topShow-block .memEach:nth-child(8) {
        left: 72.32778%
    }

    .memberPage .main .topShow-block .memEach:nth-child(9) {
        left: 83.43889%
    }
}

@-webkit-keyframes slideCOM {
    0% {
        transform: translateX(0);
        transition-timing-function: ease
    }

    16.67% {
        transform: translateX(-11.11111%);
        transition-timing-function: ease
    }

    33.33% {
        transform: translateX(-22.22222%);
        transition-timing-function: ease
    }

    50% {
        transform: translateX(-33.33333%);
        transition-timing-function: ease
    }

    66.67% {
        transform: translateX(-44.44444%);
        transition-timing-function: ease
    }

    83.33% {
        transform: translateX(-55.55556%);
        transition-timing-function: ease
    }

    to {
        transform: translateX(-66.66667%);
        transition-timing-function: ease
    }
}

@keyframes slideCOM {
    0% {
        transform: translateX(0);
        transition-timing-function: ease
    }

    16.67% {
        transform: translateX(-11.11111%);
        transition-timing-function: ease
    }

    33.33% {
        transform: translateX(-22.22222%);
        transition-timing-function: ease
    }

    50% {
        transform: translateX(-33.33333%);
        transition-timing-function: ease
    }

    66.67% {
        transform: translateX(-44.44444%);
        transition-timing-function: ease
    }

    83.33% {
        transform: translateX(-55.55556%);
        transition-timing-function: ease
    }

    to {
        transform: translateX(-66.66667%);
        transition-timing-function: ease
    }
}

.memberPage .main .staffMember {
    width: 100%;
    padding-top: 125px;
    margin-bottom: 190px
}

@media only screen and (max-width:768px) {
    .memberPage .main .staffMember {
        margin-bottom: 64px
    }
}

@media only screen and (max-width:768px) {
    .memberPage .main .staffMember .twe {
        width: 100%;
        max-width: 494px;
        margin: auto
    }
}

.memberPage .main .staffMember .block {
    width: 100%;
    height: auto;
    margin-top: 2.25rem;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width:768px) {
    .memberPage .main .staffMember .block {
        flex-direction: column
    }
}

.memberPage .main .staffMember-each {
    width: 49.3%;
    max-width: 494px;
    margin-bottom: 58px
}

@media only screen and (max-width:768px) {
    .memberPage .main .staffMember-each {
        width: 100%;
        max-width: 494px;
        margin: auto;
        margin-bottom: 39px
    }
}

.memberPage .main .staffMember-each img {
    width: 100%
}

.memberPage .main .staffMember-each-title {
    padding: 23px 0 8px 0;
    font: normal normal 700 18px/18px Helvetica;
    letter-spacing: .43px
}

.memberPage .main .staffMember-each-title h3 {
    display: inline;
    padding-right: .875rem
}

.memberPage .main .staffMember-each-title h4 {
    display: inline;
    color: #999;
    padding-left: .875rem
}

.memberPage .main .staffMember-each p {
    font: normal normal 300 16px/25px Meiryo
}

.memberPage .main .staffMember-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.memberPage .main .staffMember-btn .numBtn {
    color: #999;
    margin: 0 5px;
    height: 2.5rem;
    min-width: 2.5rem;
    border: 1px solid #999;
    display: block;
    text-align: center;
    font: normal normal 700 16px/40px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif
}

.memberPage .main .staffMember-btn .numBtnActive {
    color: #fff;
    background-color: #999
}

.memberPage .main .staffMember-btn .snumBtn {
    width: 5rem
}

.memberPage .main .message {
    width: 100%;
    margin-bottom: 236px
}

@media only screen and (max-width:768px) {
    .memberPage .main .message {
        margin-bottom: 120px
    }
}

.memberPage .main .message-block {
    margin-top: 4rem;
    width: 100%
}

@media only screen and (max-width:768px) {
    .memberPage .main .message-block {
        margin-top: 1.75rem
    }
}

.memberPage .main .message-block p {
    text-align: left;
    font: normal normal normal 14px/21px Meiryo
}

.memberPage .main .message-block div {
    margin-top: 1.75rem;
    width: 100%
}

.memberPage .main .message-block div h4 {
    float: right;
    margin-right: 30px;
    line-height: 27px
}

.memberPage .main .message-block div svg {
    float: right;
    margin-right: 14px
}

.memberPage .main .esnaData {
    width: 100%
}

@media only screen and (max-width:768px) {
    .memberPage .main .esnaData .twe {
        padding-left: 2.8%
    }
}

.memberPage .main .esnaData-img {
    margin-top: 64px;
    width: 100%;
    margin-bottom: 78px
}

@media only screen and (max-width:768px) {
    .memberPage .main .esnaData-img {
        display: none
    }
}

.memberPage .main .esnaData-mobileImg {
    display: none
}

@media only screen and (max-width:768px) {
    .memberPage .main .esnaData-mobileImg {
        width: 100%;
        display: block;
        margin-top: 1.75rem
    }

    .memberPage .main .esnaData-mobileImg img {
        width: 100%;
        margin-bottom: 10px
    }
}

.memberPage .main .esnaData-btn {
    width: 100%;
    padding: 0 1%;
    display: flex;
    margin-bottom: 16.625rem;
    justify-content: space-between
}

@media only screen and (max-width:768px) {
    .memberPage .main .esnaData-btn {
        flex-direction: column
    }
}

.memberPage .main .esnaData-btn a {
    width: 48%;
    height: 4rem;
    border: 1px solid #777;
    text-align: center;
    font: 600 22px/4rem Hiragino Kaku Gothic ProN;
    letter-spacing: .88px
}

@media only screen and (max-width:768px) {
    .memberPage .main .esnaData-btn a {
        width: 100%;
        height: 2.625rem;
        line-height: 2.625rem;
        margin-bottom: 1.875rem
    }
}

.contactPage {
    width: 100%;
    background-color: #fff
}

.contactPage .main {
    width: 668px;
    padding-top: 100px;
    margin: 0 auto
}

@media only screen and (max-width:768px) {
    .contactPage .main {
        padding-top: 7.625rem;
        width: 80.8%
    }

    .contactPage .main .twb {
        margin-bottom: 2rem
    }
}

.contactPage .formSubmit {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 34px;
    margin-bottom: 11.25rem
}

@media only screen and (max-width:768px) {
    .contactPage .formSubmit {
        margin-bottom: 5rem
    }
}

.contactPage .formSubmit button {
    text-align: center;
    font: normal normal normal 16px/16px Hiragino Kaku Gothic ProN;
    letter-spacing: .64px;
    padding: 12px 133px;
    border: .5px solid #777;
    position: relative;
    background-color: #fff
}

.contactPage .formSubmit button:after {
    content: ">";
    position: absolute;
    right: 14px
}

.contactPage .formSubmit button:hover {
    transform: scale(1.04);
    transition: all .15s ease-out
}

@media only screen and (max-width:768px) {
    .contactPage .formSubmit button {
        width: 100%;
        max-width: 302px;
        height: 2.5rem;
        padding: unset;
        line-height: 40px
    }
}

.contactPage-form {
    width: 100%
}

.contactPage-form .form-group {
    margin: 1em 0;
    font-weight: 300
}

.contactPage-form .form-group select {
    background-color: #fff;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #888;
    text-align: center;
    border: .5px solid #999;
    padding: 1rem
}

.contactPage-form .form-group option {
    background: #f3f3f3;
    line-height: 40px
}

.contactPage-form .form-group select:focus {
    border: 2px solid #ddd;
    box-shadow: 0 0 15px 1px #ddd
}

.contactPage-form .form-group option:hover {
    background: #fff;
    color: #fff
}

.contactPage-form .form-group label {
    font-size: 14px;
    font: normal normal normal 14px/41px Meiryo
}

.contactPage-form .form-group label span {
    color: #fff;
    font: normal normal 600 14px/21px Meiryo;
    background-color: rgba(0, 0, 0, .8);
    margin-left: .5rem;
    padding: .25rem .5rem
}

.contactPage-form .form-group input[type=email],
.contactPage-form .form-group input[type=text],
.contactPage-form .form-group textarea {
    border: .5px solid #999;
    -webkit-appearance: none;
    width: 100%;
    padding: 1rem;
    font-size: 14px
}

@media only screen and (max-width:768px) {

    .contactPage-form .form-group input[type=email],
    .contactPage-form .form-group input[type=text],
    .contactPage-form .form-group textarea {
        padding: .875rem
    }
}

.contactPage-form .form-group textarea {
    height: 300px
}

.contactPage-form .form-group .radio {
    display: inline-block;
    position: relative;
    width: calc(50% - 2rem);
    text-align: left;
    align-items: center;
    margin: 0 .5rem
}

@media only screen and (max-width:768px) {
    .contactPage-form .form-group .radio_e {
        width: calc(50% - 2rem)
    }
}

.contactPage-form .form-group .radio input[type=radio] {
    position: absolute;
    opacity: 0
}

.contactPage-form .form-group .radio input[type=radio]+.radio-label:before {
    content: "";
    background: #f4f4f4;
    background-color: #f3f3f3;
    border-radius: 100%;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    top: .6rem;
    margin-right: .5rem;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all .25s ease
}

.contactPage-form .form-group .radio input[type=radio]:checked+.radio-label:before {
    background-color: #b9baba;
    box-shadow: inset 0 0 0 4px #f3f3f3
}

.contactPage-form .form-group .radio input[type=radio]:focus+.radio-label:before {
    outline: none;
    border-color: #b9baba
}

.contactPage-form .form-group .radio input[type=radio]+.radio-label:empty:before {
    margin-right: 0
}

.contactPage-form .form-group .checkbox {
    text-align: center;
    align-items: center;
    margin: .5rem;
    position: relative;
    display: inline-block;
    margin-right: 1.5rem
}

.contactPage-form .form-group .checkbox label {
    line-height: 1.75rem
}

.contactPage-form .form-group .checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0
}

.contactPage-form .form-group .checkbox input[type=checkbox]+.checkbox-label:before {
    content: "";
    background: #f4f4f4;
    background-color: #f3f3f3;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: .875rem;
    height: .875rem;
    position: relative;
    top: .375rem;
    margin-right: .5rem;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all .25s ease
}

.contactPage-form .form-group .checkbox input[type=checkbox]:checked+.checkbox-label:before {
    background-color: #777;
    box-shadow: inset 0 0 0 3px #f3f3f3
}

.contactPage-form .form-group .checkbox input[type=checkbox]:focus+.checkbox-label:before {
    outline: none;
    border-color: #777
}

.contactPage-form .form-group .checkbox input[type=checkbox]+.checkbox-label:empty:before {
    margin-right: 0
}

.contactPage-policyBlock {
    width: 100%;
    margin-bottom: 5.25rem
}

@media only screen and (max-width:768px) {
    .contactPage-policyBlock {
        margin-bottom: 5.25rem
    }
}

.contactPage-policyBlock p {
    text-align: left;
    font: normal normal 200 14px/28px Meiryo;
    color: grey
}

.contactPage-policyBlock a {
    display: block;
    margin: auto;
    margin-top: 5.75rem;
    text-align: center;
    width: 188px;
    height: 40px;
    border: 1px solid #707070;
    font: normal normal 700 14px/40px Hiragino Kaku Gothic ProN;
    letter-spacing: .56px
}

@media only screen and (max-width:768px) {
    .contactPage-policyBlock a {
        margin-top: 2.5rem
    }
}

.interviewPage {
    width: 100%;
    background-color: #fff
}

.interviewPage .main {
    width: 1004px;
    margin: auto;
    padding-top: 260px;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .interviewPage .main {
        width: 92%
    }
}

@media only screen and (max-width:768px) {
    .interviewPage .main {
        width: 90%;
        flex-direction: column;
        padding-top: 11.875rem
    }
}

.interviewPage .main .mainArticle {
    width: 728px
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .interviewPage .main .mainArticle {
        width: calc(100% - 225px)
    }
}

@media only screen and (max-width:768px) {
    .interviewPage .main .mainArticle {
        width: 100%
    }
}

.interviewPage .main .mainArticle .titleArea .news-date {
    display: flex;
    font: 700 18px/36px Helvetica;
    letter-spacing: .43px;
    color: #000;
    width: 100%
}

.interviewPage .main .mainArticle .titleArea .news-date-type {
    color: rgba(0, 0, 0, .3)
}

.interviewPage .main .mainArticle .titleArea .news-title {
    font: normal normal normal 30px/45px Meiryo;
    letter-spacing: .48px;
    color: #3e3a39
}

.interviewPage .main .mainArticle .news-mainPic {
    width: 728px;
    width: 100%;
    margin-bottom: 2.5rem
}

.interviewPage .main .mainArticle .news-article {
    font: normal normal normal 14px/24px Meiryo;
    letter-spacing: .28px;
    color: #3e3a39
}

.interviewPage .main .mainArticle .pageCtrl {
    margin-top: 4.375rem;
    margin-bottom: 9rem;
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.interviewPage .main .mainArticle .pageCtrl-each {
    font: normal normal normal 14px Hiragino Kaku Gothic ProN;
    letter-spacing: .56px;
    color: rgba(0, 0, 0, .7019607843137254);
    padding: 13px 33px;
    border: 1px solid rgba(0, 0, 0, .7019607843137254);
    margin-left: .75rem
}

.interviewPage .main .otherNews {
    width: 212px
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .interviewPage .main .otherNews {
        width: 12.5rem
    }
}

@media only screen and (max-width:768px) {
    .interviewPage .main .otherNews {
        display: none
    }
}

.interviewPage .main .otherNews-title {
    text-decoration: underline;
    font: normal normal 700 20px/80px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    letter-spacing: .6px;
    color: rgba(0, 0, 0, .7019607843137254)
}

.interviewPage .main .otherNews .eachNews,
.interviewPage .main .otherNews .eachNews-img {
    width: 100%
}

.interviewPage .main .otherNews .eachNews-text {
    flex-direction: column;
    display: flex;
    margin-bottom: 1.875rem
}

.interviewPage .main .otherNews .eachNews-text .news-date {
    display: flex;
    font: 700 14px/36px Helvetica;
    letter-spacing: .34px;
    color: #3e3a39;
    width: 100%
}

.interviewPage .main .otherNews .eachNews-text .news-date-type {
    color: rgba(0, 0, 0, .30196078431372547)
}

.interviewPage .main .otherNews .eachNews-text .news-title {
    text-align: left;
    font-size: .875rem;
    line-height: 1.5;
    letter-spacing: .26px;
    color: #3e3a39;
    overflow: hidden;
    font-weight: 300;
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
    height: 3.9375rem
}

.siteMapPage {
    width: 100%;
    background-color: #fff
}

.siteMapPage .main {
    width: 668px;
    padding-top: 80px;
    margin: 0 auto;
    height: calc(100vh - 23rem);
    min-height: 860px
}

@media only screen and (max-width:768px) {
    .siteMapPage .main {
        padding-top: 7.625rem;
        width: 80.8%;
        height: auto;
        min-height: 500px
    }

    .siteMapPage .main .twb {
        margin-bottom: 2rem
    }
}

.siteMapPage-map {
    width: 100%;
    height: 14.375rem;
    margin-bottom: 8.25rem;
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width:768px) {
    .siteMapPage-map {
        width: 80.5%;
        margin: auto;
        height: auto;
        flex-direction: column;
        margin-bottom: unset
    }
}

.siteMapPage-map dl {
    width: 33.3%;
    width: 152px;
    height: 100%
}

@media only screen and (max-width:768px) {
    .siteMapPage-map dl {
        padding-bottom: 2.875rem;
        width: 50%
    }
}

.siteMapPage-map dl dd a {
    text-align: left;
    font: normal normal 600 19px/42px Meiryo;
    letter-spacing: .81px;
    color: #333
}

.siteMapPage-map dl dd a:hover {
    color: #777
}

@media only screen and (max-width:768px) {
    .siteMapPage-map dl dd a {
        font: normal normal 600 16px/27px Meiryo;
        letter-spacing: .72px;
        margin-bottom: 3px
    }
}

.siteMapPage-map dl dt a {
    text-align: left;
    font: normal normal 300 16px/39px Meiryo;
    letter-spacing: .72px;
    color: #333
}

.siteMapPage-map dl dt a:hover {
    color: #777
}

@media only screen and (max-width:768px) {
    .siteMapPage-map dl dt a {
        font: normal normal 300 14px/24px Meiryo
    }
}

@media only screen and (max-width:768px) {
    .siteMapPage-map dl {
        width: 100%;
        text-align: center
    }
}

.siteMapPage .footer {
    height: 23rem
}



.contactPagepolicy .main {
    width: 1000px !important;
}

.contactPage-title {
    margin-left: -100px;

}

.contactPage-title .twb {
    height: 200px;
}


.contactPagepolicy .main .twb {
    margin-left: 0 !important;
}

.contactPage .main {
    padding-top: 170px;
}






/* 媒体查询响应式适配样式，新定义 */
@media only screen and (max-width:768px) {
    .overP {
        margin-left: 30px;
    }

    .champagne {
        width: 100% !important;
        height: 330px !important;
    }

    #tokyoGmap {
        height: 250px !important;
    }

    #map {
        height: 250px !important;

    }


    .back_blur,
    .back_content {
        width: 300px;
        height: 120px;
        position: absolute;
        bottom: 20%;
        right: 50%;
        transform: translate(50%, 50%);
    }

    .topPage .topBusiness .twe {
        margin: 30px 0 60px !important;

    }

    .topPage .main .inner .topBusiness {
        padding-top: 0em;
    }

    .topBusiness-each-div-text {
        margin-top: 6rem;
        height: 75% !important;
    }

    .topPage .main .inner .topSlogan,
    .topPage .main .background {
        height: calc(100vh - 47px);
    }

    .topPage .main .inner .topBusiness-each {
        margin-bottom: 20px;
    }

    .topNews {
        padding-bottom: 30px;
    }

    .topPage .main .inner .topNews .block .content .eachNews {
        padding: 5px 0;
    }

    .topPage .main .inner .topNews {
        height: 22rem;
    }

    .topPage .main .inner .topNews .block .viewMore {
        width: 10.6875rem;
        height: 2.3125rem;
        line-height: 2.3125rem;
    }

    .topPage .main .inner .topRecruit-text {
        padding-top: 55px;

    }

    .topPage .main .inner .topAbout .block .blockBlock a,
    .topPage .main .inner .topRecruit-text a {
        margin: 0 auto;
        margin-top: 2.125rem;
        height: 2.475rem;
        line-height: 2.475rem;
    }

    .topContact {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .footer dl {
        text-align: center;

    }

    .footer dl a {
        display: block;
        text-align: center !important;
        margin: 0 auto;
    }

    .twb {
        margin-left: 0px;
    }

    dd p {
        margin-left: 0px;
    }

    dt p {
        margin-left: 0px;
    }

    .companyPage p {
        text-indent: 0em !important;
    }

    .companyPage .main .mainBlock-each dl dd p {
        font: 700 12px/65px Meiryo;
    }

    .companyPage .main .mainBlock-each dl dt p {
        font: 12px/24px Meiryo;

    }

    .wordBox {
        margin: 24px 0 auto !important;
        padding: 13px 0px !important;
        width: 100% !important;
    }

    .wordBox .twe h2 {
        font: 20px/33px Meiryo !important;
    }

    .content_p_box {
        width: 90% !important;
    }

    .content_p_box p {

        font: 300 12px/24px Meiryo;
    }

    .miniDevNone {
        display: none !important;
    }

    .minscreen .twbt {
        height: 45px;
    }


    .cImgContainer {
        height: 210px;
    }

    .companyPage .main .mainBlock-each {
        padding-top: 3.5rem;
    }

    .twb h3 {
        font: 300 14px/28px 'Open Sans', 'ProN W3', Helvetica, 'Arial', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    }

    .companyPage .main .mainBlock {
        margin-top: 65px;
    }

    .mainTech {
        width: 19.4rem !important;
        height: 19.4rem !important;
    }


    .markLogo {
        width: 60px;
        height: 60px;
    }


    .BusiTable {
        width: 100%;
    }

    .mainBusiness dt p {
        margin-left: 6rem !important;
    }

    .tweBusiness h2,
    .tweBusiness h3 {
        text-align: left !important;
        margin-left: 1.5rem;
    }

    .companyPage .main .mainBlock-each dl dd p {
        width: 100%;
    }

    .companyPage .main .mainBlock-each dl dd {
        width: 90%;
    }

    .companyPage .main .mainBlock-each dl dt {
        width: 10%;
    }

    .companyPage .main .mainBlock-each dl dd p {
        width: 190%;
    }

    .BusiTable dt {
        margin-right: 15px;
    }

    .BusiTable dt p {
        display: block;
        box-sizing: border-box;
        padding-left: 15px;
    }

    .mainSelect ul li {
        font: 500 11px/20px Meiryo;
    }

    .mainImgContainer {
        height: 200px;
        width: 95%;
    }

    .recruitPage .main .entry {
        height: 40px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    #tokyoGmap,
    #allmap {
        height: 400px;
    }

    .contactPage-form {
        display: block;
    }

    .contactBox {
        width: 100%;
        margin-top: 35px;
    }

    .contactPage-form .contactBox {
        height: 230px;
        box-shadow: 8px 8px 10px -10px #000,
            -8px -8px 10px -10px #ededed;
        border-bottom-right-radius: 30px;
    }


    .contactPage .main {
        height: 1270px;
    }

    .contactBox_text_title {
        margin-top: 12px;
    }

    .contactBox_text_content {
        padding: 15px 40px 20px;
    }

    .contactBox_text_content .contactBox_text_content_address {
        text-indent: 0em;
    }

    .contactBox_text_content p {
        text-indent: 1em;
    }

    .contactPage .main .twb {
        margin-bottom: 2rem;
    }



    .explainBox {
        bottom: 380px;
        width: 60%;
        height: 160px;
    }

    .explainBox .point {
        width: 140%;
        transform: translate(-17%, 10px);
    }

    .contactPage-form {
        height: 100%;
        position: relative;
    }

    .liOfOdd .hidden,
    .liOfEven .hidden {
        line-height: 13px !important;
        font-size: 13px;
    }

    .mainImgContainerProcess,
    .mainImgContainerProcess img {
        margin-bottom: 30px;
        height: 130px;
    }

    .contactPagepolicy .main {
        width: 100% !important;
        padding: 0px 40px;
        height: auto !important;
    }

    .contactPage-policyBlock p {
        font-size: 13px;
    }

    .middle {
        top: 3.1rem !important;
        transform: scale(.22) !important;
    }

    .twb .comImgTop {
        height: 220px;
    }

    .twb {
        height: 150px;
    }

    .twbFont {
        top: 160px;
    }

    .champagne>li {
        padding-left: 5px !important;
        padding-right: 5px !important;
        text-align: center;
    }
    #topContact {
        padding-top: 18.5rem;
    }

    .champagne>li>.hidden {
        text-align: center;
    }

    .champagne>.comCon,
    .champagne>.comConT {
        height: 20%;
    }

    .champagne>.comCon {
        text-align: left;
    }

    .champagne>.comCon>.hidden {
        text-align: left;
        padding-left: 5px;
    }

    .champagne>.comConT>.hidden {
        margin-top: 10px;
    }

    .champagne>.liover {
        height: 17%;
    }

    .champagne>.liover>.hidden {
        line-height: 17px !important;
    }

    .recruitPage .recruitBlock .liOfEven {
        width: 35% !important;
    }

    .recruitPage .recruitBlock .liOfOdd {
        width: 65% !important;
    }

    .recruitBlock .champagne .liOfEven .hidden {
        font-size: 12px !important;
    }

    .recruitPage .recruitBlock .champagne .hidden {
        line-height: 18px !important;
    }

    .champagne>.liInObj {
        height: 156% !important;
    }

    .champagne>.liInObj>.hidden {
        text-align: left;
        padding: 0px 3px;
    }

    .champagne>.liInTech {
        height: 35% !important;
    }

    .champagne>.liInTech>.hidden {
        text-align: left;
        padding: 0px 3px;
    }

    .champagne>.liInWork {
        height: 45% !important;
    }

    .champagne>.liInWork>.hidden {
        text-align: left;
        padding: 0px 3px;
    }

    .champagne>.liInMoney {
        height: 18% !important;
    }

    .champagne>.liInMoney>.hidden {
        text-align: left;
        padding: 0px 3px;
    }

    .champagne>.liInMoneyT>.hidden {
        text-align: center !important;
    }

    .champagne>.liInWeek {
        height: 24% !important;
    }

    .champagne>.liInWeek>.hidden {
        text-align: left;
        padding: 0px 3px;
    }

    .champagne>.liInPlace {
        height: 24% !important;
    }

    .champagne>.liInPlace>.hidden {
        text-align: left;
        padding: 0px 3px;
    }

    .tweProcess {
        margin-top: 25rem;
    }

    .recruitInfoContainer {
        width: 100%;
    }

    .recruitPage .main .recruitBlock .recruitInfo h4 {
        font: 600 12px/28px Meiryo;
    }

    .companyPage .main .mainBlock-each .accessBlock p {
        font: 500 13px/28px Meiryo;
        padding-left: 15px;
    }

    .siteMapPage .twb {
        height: 70px;
    }

    .contactPage {
        padding-top: 30px;
    }

    .contactPage-title {
        margin-left: -20px;
    }

    .contactPage-title .twb {
        height: 50px;
    }

    .contactPage-policyBlock .champagne p {
        font: 200 13px/20px Meiryo;
    }

    .champagne>.litoInfo {
        height: 32% !important;
    }

    .champagne>.litoInfo>.hidden {
        text-align: left;
        padding: 0px 3px !important;
        font-weight: 500!important;
        border: none !important;
    }

    .champagne>.litoposu {
        height: 105% !important;
    }

    .champagne>.litoposu>.hidden {
        text-align: left;
        padding: 0px 3px;
    }

    .champagne>.litomsg {
        height: 65% !important;
    }

    .champagne>.litomsg>.hidden {
        text-align: left;
        padding: 0px 3px;
    }

    .champagne>.liInTeam {
        height: 23% !important;
    }
    .miniDevShow{
        display: block !important;
    }

    .champagne>.liInTeam>.hidden {
        text-align: left;
        padding: 0px 3px;
    }

    .champagne>.litoans {
        height: 305% !important;
    }

    .champagne>.litoans>.hidden {
        text-align: left;
        padding: 0px 3px;
    }

    .policyLast {
        top: 35px;
    }

    #bus03 .twbt,
    #bus04 .twbt {
        margin-top: 80px;
        height: 45px;
    }
    .miniSizeText{
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 7px;
    }
}












/* 新入样式 */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}





.htmleaf-container {
    margin: 0 auto;
}

.bgcolor-1 {
    background: #f0efee;
}

.bgcolor-2 {
    background: #f9f9f9;
}

.bgcolor-3 {
    background: #e8e8e8;
}

/*light grey*/
.bgcolor-4 {
    background: #2f3238;
    color: #fff;
}

/*Dark grey*/
.bgcolor-5 {
    background: #df6659;
    color: #521e18;
}

/*pink1*/
.bgcolor-6 {
    background: #2fa8ec;
}

/*sky blue*/
.bgcolor-7 {
    background: #d0d6d6;
}

/*White tea*/
.bgcolor-8 {
    background: #3d4444;
    color: #fff;
}

/*Dark grey2*/
.bgcolor-9 {
    background: #ef3f52;
    color: #fff;
}

/*pink2*/
.bgcolor-10 {
    background: #64448f;
    color: #fff;
}

/*Violet*/
.bgcolor-11 {
    background: #3755ad;
    color: #fff;
}

/*dark blue*/
.bgcolor-12 {
    background: #3498DB;
    color: #fff;
}

/*light blue*/
.bgcolor-20 {
    background: #494A5F;
    color: #D5D6E2;
}

/* Header */
.htmleaf-header {
    padding: 1em 190px 1em;
    letter-spacing: -1px;
    text-align: center;
    background: #66677c;
}

.htmleaf-header h1 {
    color: #D5D6E2;
    font-weight: 600;
    font-size: 2em;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}

.htmleaf-header h1 span {
    font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
    display: block;
    font-size: 60%;
    font-weight: 400;
    padding: 0.8em 0 0.5em 0;
    color: #c3c8cd;
}

/*nav*/
.htmleaf-demo a {
    color: #fff;
    text-decoration: none;
}

.htmleaf-demo {
    width: 100%;
    padding-bottom: 1.2em;
}

.htmleaf-demo a {
    display: inline-block;
    margin: 0.5em;
    padding: 0.6em 1em;
    border: 3px solid #fff;
    font-weight: 700;
}

.htmleaf-demo a:hover {
    opacity: 0.6;
}

.htmleaf-demo a.current {
    background: #1d7db1;
    color: #fff;
}

/* Top Navigation Style */
.htmleaf-links {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 1.5em;
    text-align: center;
}

.htmleaf-links::after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #dbdbdb;
    content: '';
    -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
    transform: rotate3d(0, 0, 1, 22.5deg);
}

.htmleaf-icon {
    display: inline-block;
    margin: 0.5em;
    padding: 0em 0;
    width: 1.5em;
    text-decoration: none;
}

.htmleaf-icon span {
    display: none;
}

.htmleaf-icon:before {
    margin: 0 5px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

/* footer */
.htmleaf-footer {
    width: 100%;
    padding-top: 10px;
}

.htmleaf-small {
    font-size: 0.8em;
}

.center {
    text-align: center;
}

/****/
.related {
    color: #fff;
    background: #494A5F;
    text-align: center;
    font-size: 1.25em;
    padding: 0.5em 0;
    overflow: hidden;
}

.related>a {
    vertical-align: top;
    width: calc(100% - 20px);
    max-width: 340px;
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 25px;
    font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}

.related a {
    display: inline-block;
    text-align: left;
    margin: 20px auto;
    padding: 10px 20px;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.related a:hover,
.related a:active {
    opacity: 1;
}

.related a img {
    max-width: 100%;
    opacity: 0.8;
    border-radius: 4px;
}

.related a:hover img,
.related a:active img {
    opacity: 1;
}

.related h3 {
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 1.2em
}

.related a h3 {
    font-size: 0.85em;
    font-weight: 300;
    margin-top: 0.15em;
    color: #fff;
}

/* icomoon */
.icon-htmleaf-home-outline:before {
    content: "\e5000";
}

.icon-htmleaf-arrow-forward-outline:before {
    content: "\e5001";
}

@media screen and (max-width: 1024px) {
    .htmleaf-header {
        padding: 2em 10% 2em;
    }

    .htmleaf-header h1 {
        font-size: 1.4em;
    }

    .htmleaf-links {
        font-size: 1.4em
    }
}

@media screen and (max-width: 960px) {
    .htmleaf-header {
        padding: 2em 10% 2em;
    }

    .htmleaf-header h1 {
        font-size: 1.2em;
    }

    .htmleaf-links {
        font-size: 1.2em
    }

    .related h3 {
        font-size: 1em;
    }

    .related a h3 {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 766px) {
    .htmleaf-header h1 {
        font-size: 1.3em;
    }

    .htmleaf-links {
        font-size: 1.3em
    }
}

@media screen and (max-width: 640px) {
    .htmleaf-header {
        padding: 2em 10% 2em;
    }

    .htmleaf-header h1 {
        font-size: 1em;
    }

    .htmleaf-links {
        font-size: 1em
    }

    .related h3 {
        font-size: 0.8em;
    }

    .related a h3 {
        font-size: 0.6em;
    }
}

.post-slide {
    margin: 0 15px;
}

.post-slide .post-img {
    overflow: hidden;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}

.post-slide:hover .post-img img {
    transform: scale(1.08);
}

.post-slide .post-content {
    background: #fff;
    padding: 20px 5px;
}

.post-slide .post-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.post-slide .post-title a {
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    color: #3d3030;
    text-decoration: none;
}

.post-slide .post-description {
    font-size: 15px;
    color: #444;
    line-height: 24px;
    margin-bottom: 14px;
}

.post-slide .post-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}

.post-slide .post-bar li {
    color: #676767;
    padding: 2px 0;
}

.post-slide .post-bar li i {
    margin-right: 5px;
}

.post-slide .post-bar li a {
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}

.post-slide .post-bar li a:after {
    content: ",";
}

.post-slide .post-bar li a:last-child:after {
    content: "";
}

.post-slide .post-bar li a:hover {
    color: #3d3030;
    text-decoration: none;
}

.post-slide .read-more {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}

.post-slide .read-more:hover {
    background: #333;
    text-decoration: none;
}.miniDevShow{
    display: none;
}