/* CSS Document */

body {
    background: #fff;
    color: #222;
}


/*    ▼全体枠
====================================*/
#contentWrap {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}


/*    ▼ヘッダー
====================================*/
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: right;
    color: #222;
    padding: 0 0 0px;
    transition: 0.3s;
    height: 90px;
    background: rgba(255, 255, 255, 1);
}
header.change-color {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #ddd;
}
#top header {
    background: rgba(255, 255, 255, 1);
}
#more header.change-color {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #ddd;
}


h1 {
    width: 230px;
    position: absolute;
    left: 15px;
    top: 20px;
}
h1 img {
    max-width: 100%;
}

/*ヘッダー　ナビゲーション*/
header .head_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    right: 10px;
    top: 10px;
}
header ul.nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 60px;
    margin-top: 8px;
}
header ul.nav li {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header ul.nav li a {
    font-size: 16px;
    padding: 15px 13px;
    margin: 0 0;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    color: #222;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header ul.nav li a:hover {
    color: #b41313;
}
header ul.nav li a .ic_nav01 {width: 20px; margin-right: 4px;}
header ul.nav li a .ic_nav02 {width: 25px; margin-right: 7px;}
header ul.nav li a .ic_nav03 {width: 18px; margin-right: 8px;}
header ul.nav li a .ic_nav04 {width: 15px; margin-right: 7px;}
header ul.nav li a .ic_nav05 {width: 18px; margin-right: 5px;}
.open #global-nav {
  z-index: 1000;
  visibility: visible;
}
.header-language {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -150px;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    z-index: 10;

    a {
        display: flex;
        gap: 5px;
        align-items: center;
        padding: 7px 5px;

    }
    a:hover {
        text-decoration: underline
    }
}
@media only screen and (max-width: 980px) {
    .header-language {
        margin: 0 7%;
        top: 8px;
        left: 0;
        width: 209px;
    }
}


#global-nav {
    display: none;
}
.open #global-nav {
  z-index: 1000;
  visibility: visible;
}
#global-nav {
  visibility: hidden;
  position: fixed;
  display: table;
  vertical-align: middle;
  color: #fff;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
#global-nav ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
}
#global-nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}
/* ***********************************************************
* #global-nav
* *********************************************************** */
.open #global-nav {
  z-index: 1000;
    overflow: scroll;
  visibility: visible;
}
#global-nav {
  visibility: hidden;
  display: none;
  vertical-align: middle;
  color: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
    position: fixed;
    left: 0;
    top: 0;
    margin: 70px 0;
}


#global-nav ul li i {
    margin-left: 10px;
    transition: 0.3s;
    color: #e60013;
    font-size: 18px;
}
#global-nav ul li:hover i {
    margin-left: 15px;
    color: #e60013;
}

#global-nav ul {
    width:900px;
    max-width: 90%;
    margin: 0 auto;
    position: absolute;
  top: 44%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#global-nav ul li {
    width: 45%;
    text-align: left;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 20px;
    padding: 1.5% 2% 1%;
}
#global-nav ul li a img {}
#global-nav ul li.flex1-1 {
    width: 100%;
}
#global-nav ul li a .ic_nav01 {width: 30px; margin-right: 12px;}
#global-nav ul li a .ic_nav02 {width: 35px; margin-right: 9px;}
#global-nav ul li a .ic_nav03 {width: 28px; margin-right: 15px;}
#global-nav ul li a .ic_nav04 {width: 25px; margin-right: 17px;}
#global-nav ul li a .ic_nav05 {width: 28px; margin-right: 13px;}
#global-nav ul li a .ic_nav06 {width: 22px; margin-right: 13px;}
#global-nav a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
}
#global-nav li p {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#global-nav li p a {
    width: 40%;
    padding-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    position: relative;
    line-height: 1.4;
    padding: 8px 0 8px 20px;
}
#global-nav li a span {
    color: #000;
    transition: 0.3s;
    border-bottom: 2px solid #fff;
    padding: 0 0 5px;
}
#global-nav li a:hover span {
    border-bottom: 2px solid #e60013;
    color: #000;
}
#global-nav li p a:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 16px;
    width: 5px;
    height: 5px;
    background: #e60013;
    border-radius: 10px;
}
#global-nav ul li:nth-child(2) p a ,
#global-nav ul li:last-child p a {
    width: auto;
    min-width: 162px;
    margin-right: 20px;
}
#global-nav ul li:last-child p a:nth-child(2) {
  margin-right: 75px;
}
/* ***********************************************************
* nav-list
* *********************************************************** */
#global-nav ul li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
}
.open #global-nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);

  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;

  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.open #global-nav ul li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.open #global-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.open #global-nav ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.open #global-nav ul li:nth-child(5) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.open #global-nav ul li:nth-child(6) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.open #global-nav ul li:nth-child(7) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.open #global-nav ul li:nth-child(8) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.open #global-nav ul li:nth-child(9) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}
.open #global-nav ul li:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/* ***********************************************************
* #nav-bg
* *********************************************************** */
#nav-bg {
  content: "";
  width: 60px;
  height:60px;
  top: 10px;
  right: 10px;
  display: block;
  position: fixed;
  background: #e60013;
    box-shadow: 3px 3px 0px #b1111e;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

}
.open #global-nav {
}
.open #nav-bg {
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    right: 0;
    background: #e60013;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

/* ***********************************************************
* #nav-toggle
* *********************************************************** */
#nav-toggle {
  display: block;
  position: fixed;
  right: 18px;
  top: 21px;
  width: 23px;
  height: 30px;
  cursor: pointer;
  padding: 10px 11px;
  z-index: 1001;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  zoom: 1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
.open #nav-toggle {
  background: transparent;
}
.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}

.maru {
    width: 35px;
    margin: 5px 15px 0 10px;
}



/*        ▼1200px以下の時のヘッダーナビレイアウト
=========================================*/
@media only screen and (max-width: 1200px) {

    h1 {
    }

}
/*        ▼1030px以下の時のヘッダーナビレイアウト
=========================================*/
@media only screen and (max-width: 1030px) {

    h1 {
    }
    header ul.nav li a,
    header#kaso ul.nav li a {
        font-size: 12px;
        margin: 0 10px;
        padding: 10px 7px;
    }


}

/*        ▼860px以下　SP　ヘッダー
=========================================*/
@media only screen and (max-width : 980px) {
    h1 {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0 auto;
        height: 45px;
        padding: 20px 0;
        text-align: left;
    }

    h1 img {
        max-width: 85%;
        max-height: 100%;
        margin: 0 7%;
    }

    header.change-color {
        background: #fff;
        height: 80px;
    }
    header ul.h-btnarea {
        display: none;
    }

    header {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 99;
        padding: 0;
        height: 80px;
    }

    header ul.nav li a:hover::after {
        visibility: hidden;
    }
    header ul.nav {
        display: none;
    }

    #global-nav ul {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: none;
    }
    #global-nav ul li {
        width: 100%;
        padding: 10px 20px;
    }
    #global-nav ul li:first-child {
        margin-top: 20px;
    }
    #global-nav ul li.flex1-1 {
        margin-bottom: 150px;
    }
    #global-nav li p a {
    width: 90%;
  }
    #global-nav a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #global-nav li a span {
        padding-bottom: 0;
        /*border-bottom: none;*/
    }
    #global-nav li a:hover span {
        /*border-bottom: none;*/
    }

    #nav-bg {
        width: 60px;
        height: 60px;
        margin-right: 0;
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 10px;
        right: 10px;
        box-shadow: 2px 2px 0px #b1111e;
    }
    .open #global-nav {

    }
    .open #nav-bg {
        width: 100%;
        height: 100%;
        border-radius: 0;
        top: 0;
        right: 0;
        transition: all .2s ease-out;
    }

}







/*    ▼パンくず
====================================*/

/* パンくず */
.bread_List_wrap {
    width: 100%;
    border-bottom: 1px solid #e60013;
    margin: 0 auto;
    background: #fff;
}
#bread_List {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px 0 13px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
}
#bread_List a {
    font-size: 13px;
    transition: 0.3s;
    display: inline-block;
    color:#e60013;
}
#bread_List a {}
#bread_List a::after {
    content: '>';
    display: inline-block;
    padding: 0 5px 0 15px;
    color: #000;
}
#bread_List a:last-of-type { text-decoration: none; color: #333;}
#bread_List a:last-of-type::after { content: none;}
#bread_List a:hover {
    text-decoration: underline;
}







/*        company／reqruit 色変更
=========================================*/
#terms .main ,
#privacy .main ,
#company .main ,
#jobs .main {
    width: 100%;
    padding: 170px 0 120px;
    background: url(/img/common/mainimage04_blue.jpg) no-repeat;
    background-size: auto;
    background-color: #fff;
    background-position: bottom center;
}
#terms .main h2 ,
#privacy .main h2 ,
#company .main h2 ,
#jobs .main h2 {
    color: #168292;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
              -2px 2px 0 #fff, 2px -2px 0 #fff,
              0px 2px 0 #fff,  0-2px 0 #fff,
              -2px 0 0 #fff, 2px 0 0 #fff;
}
#terms #nav-bg ,
#privacy #nav-bg ,
#company #nav-bg ,
#jobs #nav-bg {
    background:#168292;
    box-shadow: 3px 3px 0px #174e67;
}
#terms header ul.nav li a:hover ,
#privacy header ul.nav li a:hover ,
#company header ul.nav li a:hover ,
#jobs header ul.nav li a:hover {
    color: #168292;
}
#terms .bread_List_wrap ,
#privacy .bread_List_wrap ,
#company .bread_List_wrap ,
#jobs .bread_List_wrap {
    border-bottom: 1px solid #168292;
}
#terms #bread_List a ,
#privacy #bread_List a ,
#company #bread_List a ,
#jobs #bread_List a {
    color: #168292;
}
#terms #bread_List a:last-of-type ,
#privacy #bread_List a:last-of-type ,
#company #bread_List a:last-of-type ,
#jobs #bread_List a:last-of-type {
    color: #333;
}
#terms #global-nav ul li i ,
#privacy #global-nav ul li i ,
#company #global-nav ul li i ,
#jobs #global-nav ul li i {
    color: #168292;
}
#terms #global-nav li p a:before ,
#privacy #global-nav li p a:before ,
#company #global-nav li p a:before ,
#jobs #global-nav li p a:before {
    background: #168292;
}
@media only screen and (max-width : 980px) {
    #terms .main ,
    #privacy .main ,
    #company .main ,
    #jobs .main {
        margin-top: 80px;
        padding: 8% 0;
        background: url(/img/common/mainimage04_blue_sp.jpg) no-repeat;
        background-size: contain;
    background-color: #fff;
        background-position: bottom center;
    }
    #terms .main h2 ,
    #privacy .main h2 ,
    #company .main h2 ,
    #jobs .main h2 {
        font-size: 23px;
        letter-spacing: 3px;
        line-height: 1.5;
    }
}





/*        860px以下　SP　ボタン　資料請求　来場予約
=========================================*/
@media only screen and (max-width : 980px) {


    #bread_List {
        max-width: 95%;
        margin: 0 auto ;
    }

}


/*フッター*/
footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #5B5B5B;
    background: #FFFFFF;
}

footer ul.fnav {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    background: #e41730;
}
footer ul.fnav li:last-child {
    border-right: none;
}

footer ul.fnav li a {
    display: block;
    padding: 0 15px;
    transition: 0.3s;
    color: #fff;
}

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


.foot_area {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.foot_area .f_logo {
    width: 35%;
}
.foot_area .f_logo img {
    width: 365px;
}
.foot_area .foot_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 65%;
    padding: 40px 0 30px;
}
.foot_area .foot_right .ic_twitter { width: 30px; margin-right: 10px;}
.foot_area .foot_right .ic_facebook { width: 30px; margin-right: 10px;}
.foot_area .foot_right .ic_line { width: 30px; margin-right: 10px;}
.foot_area .foot_right .sponsor { width: 196px; margin-right: 10px;}
.foot_area .foot_right .shoken { width: 166px; margin-right: 0px;}
.foot_area .foot_right .copyright { width: 100%;}
.telarea{
    text-align: center;
    padding: 40px 0 20px;
}
.telarea p{
    width: 402px;
    text-align: center;
}
.telarea p img{
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
footer .copyright {
    font-size: 11px;
    color: #a0a0a0;
    padding: 10px 0;
    text-align: right;
}

.page_top {
    position: fixed;
    right: 20px;
    bottom: 130px;
    z-index: 5;
}
.page_top:hover {
    opacity: 0.8;
}
.page_top img {
    width: 90px;
    height: 100px;
}


/*        860px以下　SP　フッター
=========================================*/
@media only screen and (max-width : 980px) {

}

/*        860px以下　SP　フッター
=========================================*/
@media only screen and (max-width : 980px) {
    footer {
        z-index: 1;
        border-top: 1px solid #ddd;
    }

    body#top footer {
        z-index: 1;
    }
    .foot_area {
        justify-content: center;
    }


    .foot_area .f_logo {
        width: 100%;
        padding: 40px 0 0;
    }
    .foot_area .f_logo img {
        width: 70%;
    }
    .foot_area .foot_right {
        width: 100%;
        justify-content: center;
    }
    .foot_area .foot_right .ic_twitter {
        width: 50px;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 10px;
    }
    .foot_area .foot_right .ic_facebook {
        width:50px;
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .foot_area .foot_right .ic_line {
        margin-bottom: 10px;
        width:50px;
    }
    .foot_area .foot_right .ic_twitter img ,
    .foot_area .foot_right .ic_facebook img ,
    .foot_area .foot_right .ic_line img {
        width: 30px;
    }
    .foot_area .foot_right .sponsor ,
    .foot_area .foot_right .shoken {
        height: 50px;
        width: auto;
        margin: 0 5px;
    }
    .foot_area .foot_right .sponsor img ,
    .foot_area .foot_right .shoken img {
        max-width: 100%;
        max-height: 100%;
    }
    footer .copyright {
        width: 100%;
        line-height: 1.5;
        margin: 0 auto;
        text-align: center;
    }

    .page_top {
        bottom: 63px;
        right: 10px;
    }

    .page_top img {
        width: 55px;
        height: 64px;
    }
}



.sp-tel {
    pointer-events: none;
    color: #000 !important;
    text-decoration: none !important;
}
@media only screen and (max-width : 980px) {
    .sp-tel {
        pointer-events: auto;
        color: #e60013;
        text-decoration: underline;
    }
}
