  @charset "UTF-8";

html {
    font-size: 62.5%;
    overflow-x: hidden;
    width: 100%;
}

body {
    background-color: #fff;
    color: #231815;
    font-size: 1.2rem;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-style: normal;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}

@media all and (-ms-high-contrast: none) {
    body {
        font-family: 'Noto Sans JP', sans-serif;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

p { margin: 0;}

img {
    border: none;
    max-width: 100%;
    height: auto !important;
}

a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

button,
input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

/*--------------------------------------------------------------------------------
　▼ table設定　
--------------------------------------------------------------------------------*/
table { width: 100%; border-collapse: collapse;}
table tr th { font-weight: normal; text-align: left;}

/*--------------------------------------------------------------------------------
　▼ フォント　
--------------------------------------------------------------------------------*/
.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.font-mt {
    font-family: 'mplus-thin';
    font-weight: 100;
}

.font-ml {
    font-family: 'M PLUS 1p';
    font-weight: 300;
}

.font-mr {
    font-family: 'mplus-regular';
    font-weight: 400;
}

.font-mm {
    font-family: 'mplus-medium';
    font-weight: 500;
}

/*--------------------------------------------------------------------------------
　▼ パディング　
--------------------------------------------------------------------------------*/
.pt0 { padding-top: 0 !important;}
.pt10 { padding-top: 10px;}
.pt20 { padding-top: 20px;}
.pt30 { padding-top: 30px;}
.pt40 { padding-top: 40px;}

.pb0 { padding-bottom: 0;}
.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb30 { padding-bottom: 30px;}
.pb40 { padding-bottom: 40px;}
.pb50 { padding-bottom: 50px;}

/*--------------------------------------------------------------------------------
　▼ 共通　
--------------------------------------------------------------------------------*/
.inner-box {
    width: auto;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 10%;
    position: relative;
}

/* TOP用 */
.top-inner-box {
    width: auto;
    margin: auto;
    max-width: 1600px;
    padding: 0 7% 0 300px;
    position: relative;
}



.br {
    display: block !important;
}

br {
    font-size: 0;
}

.list {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.sec-title {
    font-size: 4.9rem;
    font-family: 'mplus-thin';
    font-weight: 100;
    line-height: 1.6em;
    margin: 0 auto;
    text-align: center;
}

.sub-title {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 35px;
    text-align: center;
}

.wrap-box {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wrap-box .left-box {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.wrap-box .right-box {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.section-title-top {
    font-size: 51px;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: lighter;
    margin-top: 0;
    margin-bottom: 70px;
    line-height: 1;
}

.imgAndTxt .imgClm img{
    width: 100%;
}
.imgAndTxt .txtClm {
    margin-left: 40px;
}
.enja-headline-ja {
    margin-top: 28px;
    font-size: 17px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.76;
}
.enja-headline-en {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2;
}


/*--------------------------------------------------------------------------------
　▼ 共通　header
--------------------------------------------------------------------------------*/
.header {
    background-color: #fff;
    display: table;
    height: 63px;
    padding: 10px 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    max-width: 100%;
    table-layout: fixed;
}

.header .logo {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    width: 35%;
    white-space: nowrap;
}

.header .logo a {
    color: #1c8f3e;
    display: block;
    text-decoration: none;
}

.header .logo-list {
    margin-bottom: 0;
}

.logo-list {
    margin-bottom: 20px;
}

.logo-list li {
    display: inline-block;
    vertical-align: middle;
}

.logo-list li img {
    vertical-align: middle;
}

.logo-list li:first-child {
    border-right: 1px solid #c9caca;
    padding-right: 15px;
}

.logo-list li:nth-child(2) {
    font-size: 2.1rem;
    font-weight: 700;
    padding-left: 15px;
    text-decoration: none;
}

.logo-list li:nth-child(2) span {
    color: #32a7e0;
    font-weight: 300;
}

.nav-menu {
    display: table-cell;
    vertical-align: middle;
    width: 65%;
}

.head-link {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 5%;
}



/* ID(header)ありクラス(header)無し 20240215 */

#header{
    background-color: #fff;
    display: flex;
    flex-direction: column;

    padding: 10px 30px 0 50px;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 300px;
    z-index: 999;
    table-layout: fixed;
}

/* #header .logo-area{
    margin-top: ;
} */
#header .logo-area a{
    text-decoration: none;
}
#header .logo-mark{
    padding-top: 35px;
}

#header .logo-txt {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 64px;
}
#header .logo-txt a{
    color: #3e3a39;
}
#header .logo-txt .sp-gr{
    color: #768398;
    font-weight: lighter;
}

#header #nav-toggle{
    display: none;
}

#header .header-menu{
    list-style: none;
    padding-left: 0;
    margin-top: 150px;
/*     margin-top: auto;
    margin-bottom: 100px; */
}
#header .header-menu li{
    font-size: 17px;
    font-weight: bold;
    padding: 16px 0;
    letter-spacing: 0.05em;
    line-height: 1.7;
}
#header .header-menu li a{
    color: #3e3a39;
    text-decoration: none;
    width: 100%;
    display: block;
}
#header .header-menu li a .two-lines{
    display: block;
}



/* スクロール後の.fixedを付与したヘッダー */
#header.fixed{
    transition: 0.3s;
    flex-direction: initial;
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px 0 50px;
    top: 0;
    bottom: 0;
    height: 86px;
    width: 100%;
    border-bottom: 1px solid #dddede;

}

#header.fixed .logo-area{
    display: flex;
    align-items: center;
}
#header.fixed .logo-mark{
    padding-top: 0;
}
#header.fixed .logo-txt {
    font-size: 22px;
    line-height: 1;
    margin-top: 0;
    margin-left: 20px;
}

#header.fixed #nav-toggle{
    display: block;
}



#header.fixed .header-menu{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

#header.fixed .header-menu li{
    font-size: 15px;
    padding: 0 0;
    line-height: 1;
    text-align: center;
}

#header.fixed .header-menu li a{
    display: block;
    padding: 0 20px;
}
#header.fixed .header-menu li:last-child a{
    display: block;
    padding:0 0 0 20px;
}

#header.fixed .header-menu li a .two-lines{
    display: initial;
}

#header.fixed #nav-toggle > div {
    width: 37px;
}




/*--------------------------------------------------------------------------------
　▼ 共通　nav-list
--------------------------------------------------------------------------------*/
#nav {
    font-size: 0;
    margin: 0;
    padding: 0;
}

#nav li {
    border-right: 1px solid #c9caca;
    display: inline-block;
    min-width: 20%;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
}

#nav li:last-child {
    border-right: none;
}

#nav li a {
    color: #000;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0 10px;
    text-decoration: none;
}

.header-opener {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 2;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.header-opener > button {
    background: none;
    border: none;
    color: #000;
    display: block;
    padding: 0;
}

.opener-label {
    display: inline-block;
    font-family: 'Abel', sans-serif;
    font-size: 10px;
    letter-spacing: .1em;
    padding-top: 3px;
}

.opener-icon {
    width: 28px;
    height: 24px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.opener-icon > span {
    width: 100%;
    height: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
}

.header-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    opacity: 0;
    z-index: 1;
    transition: height 0s 251ms ease-in-out, opacity 250ms 0s ease-out;
}

.nav-container {
    width: 60%;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: -300px;
    -webkit-overflow-scrolling: touch;
    transition-property: right;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.header-nav {
    background-color: #fff;
}

.nav {
    display: block;
}

.nav .nav-items {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.nav .nav-items li {
    border-bottom: 1px solid #dccdcd;
    display: block;
    font-size: 0;
    width: 100%;
}

.nav ul li a {
    color: #4b4b4b;
    display: block;
    text-decoration: none;
    font-size: 15px;
    padding: 17px 18px;
    position: relative;
    line-height: 16px;
}

.contents-wrapper {
/*     padding-top: 63px; */
    padding-top: 86px;
}

.contents-wrapper.top-page {
    padding-top: 0;
}


.modal {
    display: none;
}

#nav-toggle {
    position: absolute;
    top: 50%;
    right: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 1000;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

#nav-toggle > div {
    position: relative;
    width: 28px;
}

#nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 10px;
}

#nav-toggle span:nth-child(3) {
    top: 20px;
}

.open #nav-toggle span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 13px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.global-nav {
    background-color: #fff;
    position: fixed;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
    flex-direction: column;
    overflow: scroll;
    padding-left: 0;
    padding-bottom: 100px;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open .global-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.global-list {
    margin: 0;
    padding: 63px 0 0;
}

.global-list li {
    border-bottom: 1px solid #bfbfbf;
    list-style: none;
    opacity: 0;
    transform: translateX(300px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    position: relative;
    padding: 10px 20px
}

.global-list li a {
    color: #000;
    display: block;
    font-size: 1.7rem;
    text-decoration: none;
    padding: 10px 0;
}

.global-list .child-nav {
    padding: 0 20px;
}

.global-list .child-nav a {
    font-size: 1.4rem;
}

.global-list .child-nav a:before {
    content: "-";
    display: inline-block;
    padding-right: 5px;
}

.global-list li:nth-child(1) {
    transition-delay: .05s;
}

.global-list li:nth-child(2) {
    transition-delay: .15s;
}

.global-list li:nth-child(3) {
    transition-delay: .3s;
}

.global-list li:nth-child(4) {
    transition-delay: .45s;
}

.global-list li:nth-child(5) {
    transition-delay: .6s;
}

.global-list li:nth-child(6) {
    transition-delay: .75s;
}

.global-list li:nth-child(7) {
    transition-delay: .9s;
}

.global-list li:nth-child(8) {
    transition-delay: 1.05s;
}

.global-list li:nth-child(9) {
    transition-delay: 1.15s;
}

.open .global-list li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/*--------------------------------------------------------------------------------
　▼ フッターアニメーション
--------------------------------------------------------------------------------*/
.top-animation {
/*     background : -moz-linear-gradient(50% 100% 90deg,rgba(255, 255, 255, 1) 0%,rgba(241, 252, 254, 1) 26.43%,rgba(227, 248, 252, 1) 66.3%,rgba(222, 247, 252, 1) 100%);
    background : -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(241, 252, 254, 1) 26.43%, rgba(227, 248, 252, 1) 66.3%, rgba(222, 247, 252, 1) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(0.2643,rgba(241, 252, 254, 1) ),color-stop(0.663,rgba(227, 248, 252, 1) ),color-stop(1,rgba(222, 247, 252, 1) ));
    background : -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(241, 252, 254, 1) 26.43%, rgba(227, 248, 252, 1) 66.3%, rgba(222, 247, 252, 1) 100%);
    background : -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(241, 252, 254, 1) 26.43%, rgba(227, 248, 252, 1) 66.3%, rgba(222, 247, 252, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DEF7FC' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 252, 254, 1) 26.43%, rgba(227, 248, 252, 1) 66.3%, rgba(222, 247, 252, 1) 100%); */
    line-height: 0;
    padding-top: 15%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DEF7FC',endColorstr='#FFFFFF' , GradientType=0);
}

.index .top-animation {
    background: none;
    padding-top: 0;
}


/*--------------------------------------------------------------------------------
　▼ 共通　footer
--------------------------------------------------------------------------------*/





.footer {
    background-color: #bcdef2;
    padding: 55px 30px;
    position: relative;
}

.footer .wrap-box {
    display: block;
}

.footer .wrap-box:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.wrap-box .foot-left-box {
    display: block;
    font-size: 1.1rem;
    float: left;
    width: 25%;
}

.wrap-box .foot-right-box {
    display: block;
    float: right;
    padding: 0 5% 0 10%;
    width: 75%;
}

.circle-btn {
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.foot-list li {
    display: inline-block;
    line-height: 1.5;
    vertical-align: top;
    text-align: center;
    width: 25%;
}

.foot-list li:last-child a {
    border-right: none;
}

.foot-list li a {
    border-right: 1px solid #9fa0a0;
    color: #000;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0 10px;
    text-decoration: none;
}

.footer .logo-list li:nth-child(2) {
    color: #1c8f3e;
}

.foot-list-pp {
    padding-left: 6%;
}

.foot-list-pp li {
    display: inline-block;
    padding: 0 10px;
}

.foot-list-pp li a {
    color: #000;
    display: block;
    font-size: 1rem;
    padding: 5px 0;
    text-decoration: none;
}

.page-top {
    bottom: 0;
    display: table;
    table-layout: fixed;
    position: fixed;
    right: 0;
    text-align: center;
    z-index:99;
}

.page-top a {
    background-color: #231815;
    display: table-cell;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

.page-top a img {
    margin: 0 auto;
    vertical-align: middle;
}

.page-top-scroll{
    position: fixed;
    top: 40%;
    right: 42px;
    z-index: 99;
/*     opacity: 0; */
}

.page-top-scroll a img{
    margin: 0 auto;
    vertical-align: middle;
}


.copy {
    color: #fff;
    font-size: 1rem;
}

.top-animation .pc-block,
.system-animation .pc-block,
.lesson-main .pc-block {
    display: block;
}

.top-animation .sp-block,
.system-animation .sp-block,
.lesson-animation .sp-block {
    display: none;
}

.lesson-animation .sp-block {
    width: 100%;
}

.index .top-animation,
.top-animation {
    padding: calc(437 / 1300 * 100%) 0 0;
}

.system-animation .iframe-wrapper {
    padding: calc(727 / 1301 * 100%) 0 0;
}

.iframe-wrapper {
    position: relative;
    width: 100%;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* /20240215作成/ */

.footer.topgray{
    background-color: initial;
    padding: 0 0;
    position: relative;
}

.footer .bg-gray.wrap-box{
    background-color: #ededed;
    padding-top: 57px;
    padding-bottom: 190px;
    display: block;
}

.footer .bg-gray.wrap-box:after {
    clear: initial;
    display: inline-block;
}

.footer .bg-gray ul li a:hover {
    text-decoration: underline;
}

.footer .bg-gray .foot-list li {
    display: inline-block;
    line-height: 1.5;
    vertical-align: top;
    text-align: center;
    width: 20%;
}

.footer .bg-gray .foot-list li:last-child a {
    border-right: none;
}

/* .footer .bg-gray .foot-list li a{
    width: 20%;
} */

.footer .bg-gray .foot-list li a {
    border-right: 1px solid #9fa0a0;
    color: #000;
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 0 10px;
    text-decoration: none;
}

.copyright-area{
    padding: 30px 0;
}
.copyright-area .copy{
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
}


/*---------------------------------スマホ用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:767px) {
    .top-animation .pc-block,
    .system-animation .pc-block,
    .lesson-main .pc-block {
        display: none;
    }

    .top-animation .sp-block,
    .system-animation .sp-block,
    .lesson-animation .sp-block {
        display: block;
    }

    .top-animation .sp-block {
        width: 100%;
    }

    .index .top-animation,
    .top-animation {
        padding: 15% 0 0;
    }

    .system-animation .iframe-wrapper {
        padding: 0;
    }
}


/*--------------------------------------------------------------------------------
　▼ メニュー箇所　
--------------------------------------------------------------------------------*/
.all-menu {
    padding: 0;
}

.all-menu .inner-box {
    padding: 0;
}

.all-menu.derived {
    background-color: #fff;
    border-bottom: 1px solid #dcdddd;
    border-top: 1px solid #dcdddd;
}

.all-menu.sp-block {
    display: none;
}

.all-menu .list {
    padding: 15px 0;
}

.all-menu .list li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 25%;
}

.all-menu .list li:nth-child(3n - 1) {
    border-left: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
}

.all-menu .list li:nth-child(3n - 2) {
    border-left: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
}

.all-menu .list li a {
    display: block;
    color: #231815;
    font-size: 1.3rem;
    font-weight: 500;
    text-decoration: none;
}

.all-menu .list li a img {
    display: block;
    margin: 0 auto 3px;
}


/*--------------------------------------------------------------------------------
　▼ インタビュー　
--------------------------------------------------------------------------------*/
.interview-list li {
    display: inline-block;
    margin: 0 0 20px;
    list-style: none;
    vertical-align: top;
}

.interview-list li .img-box img {
    width: 100%;
}

.interview-cate {
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    margin: 10px 0 5px;
    min-width: 91px;
    padding: 0 5px;
    text-align: center;
}

.interview-cate01 {
    background-color: #3fbf44;/*---オフィススタッフ---*/
}

.interview-cate02 {
    background-color: #f8b62d;/*---現場スタッフ---*/
}

.interview-cate03 {
    background-color: #e98b9c;/*---女子スタッフ---*/
}

.interview-cate04 {
    background-color: #5ebae7;/*---工事長---*/
}

.interview-list li a {
    color: #231815;
    display: block;
    font-size: 1.2rem;
    text-decoration: none;
}

.interview-list .img-box {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75%;
}


/*.interview-list li a:hover {*/
    /*text-decoration: underline;*/
/*}*/


/*--------------------------------------------------------------------------------
　▼ リンクボタン箇所
--------------------------------------------------------------------------------*/
.link-box {
    margin: 0 auto;
    max-width: 375px;
}

.link-box a {
    background-color: #41444c;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    padding: 25px 30px;
    position: relative;
    text-decoration: none;
}

.link-box a span {
    position: absolute;
    right: 30px;
}

.link-box a span img {
    vertical-align: middle;
}

/*--------------------------------------------------------------------------------
　▼ システム以下共通　タイトル箇所
--------------------------------------------------------------------------------*/
.title-wrap .page-title {
    font-size: 2.9rem;
    font-weight: 100;
    font-family: 'mplus-thin';
    line-height: 1.6em;
    margin: 0;
    position: relative;
}

.title-wrap .page-title .tm {
    font-size: 1.2vw;
    position: relative;
    right: 0;
    bottom: 0.5vw;
}

.title-wrap .page-sub-title {
    font-size: 1.3rem;
    font-family: 'M PLUS 1p';
    font-weight: 100;
    margin: 0;
}

.title-wrap .left-box {
    background-color: #cb3500;
    color: #fff;
    padding: 1.6% 0 1.6% 6%;
}

.title-wrap .right-box {
    background-color: #000;
}

/*--------------------------------------------------------------------------------
　▼ 共通　下部メニュー　フッターアニメーション
--------------------------------------------------------------------------------*/
.pc-all-menu {
    display: block;
}

.sp-all-menu {
    display: none;
}


/*---------------------------------タブレット用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1060px) {

    .inner-box {
        width: 100% !important;
        padding: 0 6.25%;
    }

    /* TOP用 */
    .top-inner-box {
        margin: auto;
        padding: 0 6.25%;
    }

    #header{
        display: flex;
        flex-direction: initial;
        justify-content: space-between;
        align-items: center;
        padding: 0px 50px 0 50px;
        top: 0;
        bottom: 0;
        height: 86px;
        width: 100%;
        border-bottom: 1px solid #dddede;
    }

    #header .header-menu{
        display: none;
    }
    #header .logo-area {
        display: flex;
        align-items: center;
    }
    #header .logo-mark{
        padding-top: 0;
        line-height: 1;
    }
    #header .logo-mark img{
        width: 28px;
    }
    #header .logo-txt{
        font-size: 22px;
        line-height: 1;
        margin-top: 0;
        margin-left: 20px;
    }
    #header #nav-toggle {
        display: block;
    }
    #header #nav-toggle > div {
        width: 37px;
    }


    #header.fixed .header-menu{
        display: none;
    }

    .nav-menu {
        display: none;
    }

    .logo-list li img {
        width: 24px;
    }

    .logo-list .sp-br::before {
        content: "\A";
        white-space: pre;
    }

    .logo-list li:nth-child(2) {
        font-size: 1.9rem;
    }

    .logo-list li:nth-child(2) span {
        font-size: 2.1rem;
    }

    .contents-wrapper.top-page {
        padding-top: 86px;
    }
}

/*---------------------------------スマホ横から----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

    .wrap-box .left-box,
    .wrap-box .right-box {
        display: block;
        width: 100%;
    }

    .sec-title {
        font-size: 1.7rem;
    }

    .sub-title {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    .section-title-top {
        font-size: 26px;
        margin-bottom: 50px;
    }

    .logo-list li:nth-child(2) {
        font-size: 1.2rem;
        line-height: 1.3em;
    }

    .logo-list li:nth-child(2) span {
        font-size: 1.4rem;
    }

    .link-box {
        max-width: 100%;
    }

    .link-box a {
        font-size: 1.3rem;
        padding: 15px 20px;
    }

    .link-box a span img {
        width: 32px;
    }

    .imgAndTxt .txtClm {
        margin-left: 0;
    }
    .enja-headline-ja {
        margin-top: 15px;
        font-size: 16px;
    }
    .enja-headline-en {
        font-size: 14px;
        line-height: 1.6;
    }
    /*--------------------------------------------------------------------------------
    　▼ システム以下共通　タイトル箇所
    --------------------------------------------------------------------------------*/
    .title-wrap .page-title {
        font-size: 1.4rem;
    }

    .title-wrap .page-sub-title {
        font-size: 1rem;
    }

    .title-wrap .wrap-box .left-box {
        display: table-cell;
        padding: 4% 6.5%;
        width: 90%;
    }

    .title-wrap .wrap-box .right-box {
        display: table-cell;
        width: 10%;
    }

    /*--------------------------------------------------------------------------------
    　▼ header
    --------------------------------------------------------------------------------*/
    .header {
        height: auto;
        padding: 15px 10px;
    }

    #nav-toggle {
        right: 10px;
    }

    .open #nav-toggle {
        position: fixed;
        top: 25px;
    }

    #header{
        padding: 15px 10px;
        height: 70px;
    }
    #header .logo-txt {
        font-size: 16px;
        margin-left: 15px;
    }
    #header .logo-txt span{
        display: block;
    }
    #header.fixed{
        padding: 15px 10px;
        height: 70px;
    }
    #header.fixed .logo-txt{
        font-size: 16px;
        margin-left: 15px;
    }
    .open #nav-toggle {
        position: fixed;
        top: 30px;
    }
    .contents-wrapper.top-page {
        padding-top: 70px;
    }

    /*--------------------------------------------------------------------------------
    　▼ footer
    --------------------------------------------------------------------------------*/
    .footer {
        padding: 40px 10px;
    }

    .wrap-box .foot-left-box {
        display: block;
        float: none;
        width: 100%;
    }

    .wrap-box .foot-right-box {
        float: none;
        padding: 0 0 10px;
        width: 100%;
    }

    .foot-list-pp {
        padding-left: 0;
    }

    .foot-list-pp li {
        padding: 0 20px 0 0;
    }

    .foot-list {
        display: none;
    }

    .footer .bg-gray.wrap-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wrap-box.bg-gray .foot-list {
        display: block;
        padding: 0 6.25%;
    }
    .footer .bg-gray .foot-list li {
        display: inline-block;
        line-height: 1.5;
        vertical-align: center;
        width: 100%;
    }
    .footer .bg-gray .foot-list li a {
        border-right: initial;
        display: block;
        font-size: 12px;
        padding: 10px 0;
    }
    .footer .bg-gray.wrap-box:after{
        display: none;
    }

    .page-top a {
        height: 40px;
        width: 40px;
    }
    .page-top-scroll{
        right: 10px;
    }
    .copy {
        padding: 0;
    }

    .copyright-area{
        padding: 20px 0;
    }
    .copyright-area .copy{
        font-size: 11px;
    }

    .contents-wrapper {
        /* padding-top: 61px; */
        padding-top: 70px;
    }

    .top-menu.sp-block {
        display: block;
    }

    .top-menu .inner-box {
        padding: 0;
    }

    .top-menu .list {
        padding: 10px 0;
    }

    .top-menu .list li {
        line-height: 1.4rem;
    }

    .top-menu .list li a img {
        width: 19px;
    }

    .top-menu .list li a {
        font-size: .8rem;
    }

    .all-menu .list {
        padding: 10px 0;
    }

    .all-menu.sp-block {
        display: block;
    }

    /*--------------------------------------------------------------------------------
    　▼ 共通　下部メニュー　フッターアニメーション
    --------------------------------------------------------------------------------*/
    .pc-all-menu {
        display: none;
    }

    .sp-all-menu {
        display: block;
    }

    .top-animation.sp-animation {
        background: none;
    }

}

/*---------------------------------スマホ用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:480px) {

    .all-menu .list li a {
        font-size: 1rem;
    }

    .global-nav {
        width: 100%;
    }

}




