@charset "UTF-8";
/* CSS Document */
a:hover {
  color: #000;
  text-decoration: none !important; }

.cy_h1 {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 10px;
  z-index: 1500; }

body {
  overflow-x: hidden; }

.flexslider {
  height: 100vh;
  width: 100%; }

.flexslider .T_fg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 550;
  text-align: center;
  width: 100%; }

.flexslider .T_fg img {
  width: auto;
  height: 250px;
  margin: 0 0 100px 0; }

.flexslider .T_fg p {
  font-weight: bold;
  color: #fff;
  font-size: 2em;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000; }

.flexslider .T_fg p span {
  font-size: 19px;
  display: block; }

.scroll_line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  transform: translateY(50%);
  border-left: 2px solid #c8c8c8;
  height: 80px;
  width: 2px; }

.scroll_line span {
  width: 10px;
  height: 10px;
  background-color: #c8c8c8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -6px;
  animation: move50;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes move50 {
  0% {
    top: 70px; }
  50% {
    top: 0px; }
  100% {
    top: 70px; } }

.text_po {
  width: 100%; }

.flexslider .slides li {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh; }

.flexslider .slides li:nth-child(1) {
  background-image: url(../images/fade1.jpg); }

.flexslider .slides li:nth-child(2) {
  background-image: url(../images/fade2.jpg); }

.flexslider .slides li:nth-child(3) {
  background-image: url(../images/fade3.jpg); }

.flexslider .slides li:nth-child(4) {
  background-image: url(../images/fade4.jpg); }

.HHT__40 {
  padding: 75px 0;
  width: 100%;
  text-align: center;
  display: block; }

.HHT__40 p {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 25px 0;
  letter-spacing: 6px;
  font-size: 1.7em;
  font-weight: bold; }

.HHT__40 p span {
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 50%; }

.HHT__40 p span:nth-child(1) {
  background-image: url(../images/brackets1.png);
  bottom: 0;
  right: 0; }

.HHT__40 p span:nth-child(2) {
  background-image: url(../images/brackets2.png);
  bottom: 0;
  left: 0; }

.HHT__40 p span:nth-child(3) {
  background-image: url(../images/brackets3.png);
  top: 0;
  left: 0; }

.HHT__40 p span:nth-child(4) {
  background-image: url(../images/brackets4.png);
  top: 0;
  right: 0; }

.r1 p {
  max-width: 680px !important;
  width: 100%;
  padding: 40px 40px; }

.sec1 {
  background-color: #070713;
  background-image: url(../images/index5.jpg);
  background-size: auto 625px;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 150px 0; }

.cy_960 {
  width: 97%;
  max-width: 960px;
  display: block;
  margin: 0 auto; }

.T_mi0 {
  padding: 90px 0;
  height: 585px; }

.T_mi0 p {
  line-height: 3;
  letter-spacing: 2px;
  font-size: 1.2em;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

.T_mi0 p:nth-child(1) {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.T_mi0 p:nth-child(5) {
  -ms-align-self: baseline;
  align-self: baseline; }

.index_a4 {
  text-align: center; }

.index_a4 p {
  vertical-align: middle;
  font-size: 16px; }

.index_a4 p img {
  display: inline-block;
  height: 28px;
  width: auto;
  margin: 0 10px 0 0; }

#mouse_o--move {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative; }

#mouse_o--move .move_SS {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 500; }

#mouse_o--move .flex_div {
  width: 100%;
  height: 100%;
  overflow: hidden; }

#mouse_o--move .O--V {
  width: 25%;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-left: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
  position: relative;
  z-index: 550; }

#mouse_o--move .O--V:hover {
  background-color: transparent;
  box-shadow: 0px 5px 10px #000,0px -5px 10px #000; }

#mouse_o--move .O--V:hover .H_--5 {
  opacity: 1; }

.index_shop {
  background-image: url(../images/shop1.jpg); }

.iw0g {
  width: 100%;
  padding: 0 15px;
  margin: 18vh 0 0 0;
  text-align: center; }

.iw0g img {
  height: 150px;
  width: auto;
  margin: 0 auto;
  display: block; }

.iw0g p {
  color: #fff; }

.iw0g p:nth-child(1) {
  font-size: 1.2em; }

.iw0g p:nth-child(1) a {
  color: #fff !important; }

.H_--5 {
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }

.dtj000 {
  font-weight: bold;
  font-size: 1.1em; }

.more_a11 {
  width: 95%;
  max-width: 230px;
  text-align: center;
  border: 2px solid #fff;
  display: block;
  margin: 55px auto 0 auto;
  font-size: 1.2em;
  padding: 15px 0;
  letter-spacing: 2px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.more_a11:hover {
  border: 2px solid #000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff; }

.cy_640 {
  width: 97%;
  max-width: 640px;
  display: block;
  margin: 0 auto; }

.sh0 {
  padding: 10px 0; }

.sh0:nth-child(1) {
  width: 150px; }

.sh0:nth-child(2) {
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px); }

.more_a10 {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 2px;
  margin: 30px 0 0 0;
  border: 1px solid #000;
  border-bottom: 3px solid #000;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  top: 0; }

.more_a10:hover {
  border: 1px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #000;
  color: #fff;
  top: 3px; }

.mwg00 {
  padding: 0 0 80px 0; }

.cy_footer {
  width: 100%;
  padding: 15px 0;
  background-color: #000;
  text-align: center;
  color: #fff; }

.phone_br {
  display: none; }

/*************************** tetuji ***************************/
.tall {
  margin: 150px 0 200px 0; }

.ttop1 {
  background-image: url(../images/t1.jpg); }

.otop1 {
  background-image: url(../images/o1.jpg); }

.gtop1 {
  background-image: url(../images/g1.jpg); }

.ytop1 {
  background-image: url(../images/y1.jpg); }

.ktop1 {
  background-image: url(../images/k1.jpg); }

.rtop1 {
  background-image: url(../images/r1.jpg); }

.ttop1, .otop1, .gtop1, .ytop1, .ktop1, .rtop1 {
  position: relative;
  background-size: cover;
  background-repeat: none;
  background-position: 50% 80px;
  width: 100%;
  height: 100vh; }

.tmenu {
  position: relative;
  background-color: #000;
  padding: 40px 0; }

.tmenu0 {
  width: 97%;
  margin: 0 auto;
  max-width: 1600px; }

.tmenu1 {
  width: 70px;
  height: auto; }

.tmenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #fff; }

.tmenu ul li {
  width: 16.666%;
  text-align: center;
  font-weight: bold;
  font-size: 16px; }

.tmenu ul li a {
  display: block;
  position: relative;
  color: #fff; }

.tmenu ul li:hover a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto auto;
  content: "";
  background-image: url(../images/sheip.png);
  background-size: cover;
  background-position: 50% 0;
  font-size: 9px;
  color: #fff;
  height: 3.5px;
  width: 50px; }

.tmenu ul li:nth-child(1):hover a:before {
  background-image: none; }

.ttop11 {
  position: absolute;
  top: 0;
  right: -41%;
  left: 0;
  bottom: 0;
  margin: auto auto;
  height: 350px;
  width: auto; }

.t110 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px; }

.t1100 {
  width: 48%; }

.t111 img {
  width: 100%; }

.t112 {
  font-weight: bold; }

.t1121 {
  font-size: 16px;
  font-weight: bold; }

.t1122 {
  font-size: 16px; }

.t11220 {
  position: relative;
  margin-top: -50%;
  top: 149%; }

.t1120 {
  font-size: 24px;
  font-weight: bold; }

.t1130 {
  position: relative;
  top: 100%;
  margin-top: -50%; }

.t1140 {
  position: relative;
  margin-top: -50%;
  top: 100px; }

.t1121 {
  margin-top: 30px; }

.t113 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.t113 ul li {
  width: 31.5%; }

.t113 ul li img {
  width: 100%; }

.t2 {
  margin-top: 100px; }

.t2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.t2 ul li {
  width: 50%; }

.t211 {
  display: table;
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #dcdcdc;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0; }

.t2110 {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0; }

.t2111 {
  display: table-cell;
  width: 45%; }

.t2112 {
  display: table-cell; }

.t2113 {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: auto;
  margin-right: 10px; }

.t3 {
  margin-top: 100px; }

.t3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.t3 ul li {
  width: 49%;
  margin-top: 2%; }

.t3 ul li a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.t3 ul li a:hover {
  opacity: 0.8; }

.t3 ul li img {
  width: 100%; }

/**********************　recruit ***********************/
.junbi {
  text-align: center;
  margin: 200px 0;
  font-size: 24px;
  font-weight: bold; }

.street {
  margin-top: 80px; }

.r100 {
  margin-bottom: 150px; }

.r100 {
  text-align: center;
  font-size: 18px; }

.tabi{
  display: block;
  text-align: center;
  margin: 80px 25px 0;
}
.tabi-img{
  max-width: 100%;
  height: auto;
}

.pdf_img {
  margin-right: 20px;
}

.t2115 {
  margin-bottom: 15px;
}

.pointer-events-none {
  pointer-events: none;
}






/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1440px) {
    .nowrap {
        white-space: nowrap;
    }
}
@media only screen and (max-width: 1500px) {
  .iw0g img {
    height: 120px; }
  .iw0g p:nth-child(1) {
    font-size: 1.1em; }
  .tall {
    margin: 80px 0 100px 0; } }

@media only screen and (max-width: 1220px) {
  .iw0g img {
    height: 100px; }
  .iw0g p:nth-child(1) {
    font-size: 1em; }
  .ttop11 {
    position: absolute;
    top: 0;
    right: -39%;
    left: 0;
    bottom: 0;
    margin: auto auto;
    height: 220px;
    width: auto; }
  .t1120 {
    font-size: 22px;
    font-weight: bold; }
  .t1140 {
    position: relative;
    margin-top: -50%;
    top: 150px; } }

@media only screen and (max-width: 1024px) {
  .flexslider .T_fg p {
    font-size: 1.6em; }
  .iw0g {
    padding: 45px 15px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .iw0g img {
    height: 90px; }
  #mouse_o--move {
    height: auto; }
  #mouse_o--move .O--V {
    width: 100%; }
  #mouse_o--move .move_SS {
    z-index: 550; }
  .itemS0, .itemS1, .itemS2, .itemS3, .itemS4 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover; }
  .itemS0 {
    background-image: url(../images/shop5.jpg); }
  .itemS1 {
    background-image: url(../images/shop1.jpg); }
  .itemS2 {
    background-image: url(../images/shop2.jpg); }
  .itemS3 {
    background-image: url(../images/shop3.jpg); }
  .itemS4 {
    background-image: url(../images/shop4.jpg); }
  .H_--5 {
    opacity: 1;
    position: relative; }
  .tmenu {
    position: relative;
    background-color: #000;
    padding: 18px 0; }
  .tmenu0 {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px; }
  .tmenu ul li {
    display: none; }
  .tmenu ul li:nth-child(1) {
    display: block;
    width: 12%; }
  .tmenu1 {
    width: 60px;
    height: auto; }
  .t1100 {
    width: 100%; }
  .t111 {
    text-align: center; }
  .t111 img {
    max-width: 600px;
    width: 100%; }
  .t1120 {
    text-align: center;
    margin-top: 30px; }
  .t1121 {
    margin-top: 20px; }
  .t2 {
    margin-top: 50px; }
  .t2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column-reverse; }
  .t2 ul li {
    width: 100%; }
  .t2 ul li:nth-child(1) {
    margin-top: 60px; }
  .t1140 {
    position: static;
    margin-top: 0; }
  .t1130 {
    position: static;
    margin-top: 0; }
  .t11220 {
    position: static;
    margin-top: 0; } }

@media only screen and (max-width: 950px) {
  .T_mi0 p {
    line-height: 2;
    letter-spacing: 1.5px;
    font-size: 1.2em; } }

@media only screen and (max-width: 740px) {
  .phone_br {
    display: block; }
  .flexslider .T_fg img {
    height: 160px;
    margin: 0 0 50px 0; }
  .HHT__40 p {
    max-width: 235px; }
  .index_a4 p {
    font-size: 10px; }
  .sec1 {
    padding: 18px 0; }
  .scroll_line {
    height: 50px; }
  .ttop11 {
    position: absolute;
    top: 0;
    right: -35%;
    left: 0;
    bottom: 0;
    margin: auto auto;
    height: 170px;
    width: auto; }
  .block740 {
    display: block; } }

@media only screen and (max-width: 650px) {
  .flexslider .slides li:nth-child(1) {
    background-image: url(../images/fade1-sp.jpg); }
  .flexslider .slides li:nth-child(2) {
    background-image: url(../images/fade2-sp.jpg); }
  .flexslider .slides li:nth-child(3) {
    background-image: url(../images/fade3-sp.jpg); }
  .flexslider .slides li:nth-child(4) {
    background-image: url(../images/fade4-sp.jpg); }

.ttop1 {
  background-image: url(../images/t1-sp.jpg); }

.otop1 {
  background-image: url(../images/o1-sp.jpg); }

.gtop1 {
  background-image: url(../images/g1-sp.jpg); }

.ytop1 {
  background-image: url(../images/y1-sp.jpg); }

.ktop1 {
  background-image: url(../images/k1-sp.jpg); }

.rtop1 {
  background-image: url(../images/r1-sp.jpg); }


}

@keyframes move50 {
  0% {
    top: 40px; }
  50% {
    top: 0px; }
  100% {
    top: 40px; } }

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width: 550px) {
  .T_mi0 {
    flex-flow: wrap !important;
    -webkit-flex-flow: wrap !important; }
  .T_mi0 p {
    width: 100%;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    margin: 0 0 25px 0; }
  .T_mi0 p:nth-child(5) {
    align-self: auto;
    text-align: right; }
  .sh0:nth-child(1) {
    width: 100%;
    padding: 10px 0 2px 0; }
  .sh0:nth-child(2) {
    width: 100%;
    padding: 2px 0 10px 0; }
  .ttop11 {
    position: absolute;
    top: 0;
    right: -35%;
    left: 0;
    bottom: 0;
    margin: auto auto;
    height: 130px;
    width: auto; }
  .block550 {
    display: block; }
  .t211 {
    display: table;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #dcdcdc;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0; }
  .t2111 {
    display: table-cell;
    width: 37%; }
  .tmap iframe {
    height: 300px; }
  .t2 {
    margin-top: 30px; }
  .t2 ul li:nth-child(1) {
    margin-top: 30px; }
  .street {
    margin-top: 40px; }
  .street iframe {
    height: 350px; } }

@media only screen and (max-width: 480px) {
  .flexslider .T_fg p {
    font-size: 1.4em; }
  .flexslider .T_fg p span {
    font-size: 15px; }
  .ttop1, .otop1, .gtop1, .ytop1, .ktop1 {
    position: relative;
    background-size: cover;
    background-repeat: none;
    background-position: 50% 60px;
    width: 100%;
    height: 100vh; }
  .tmenu1 {
    width: 50px;
    height: auto; }
  .tmenu {
    position: relative;
    background-color: #000;
    padding: 10px 0; }
  .tmenu ul li:nth-child(1) {
    display: block;
    width: 70px; }
  .ttop11 {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    margin: auto auto;
    height: 100px;
    width: auto; }
  .t1120 {
    font-size: 20px;
    font-weight: bold; }
  .t3 {
    margin-top: 50px; }
  .t3 ul li {
    width: 100%;
    margin-top: 2%; }
  .tall {
    margin: 80px 0 40px 0; }
  .r100 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 100px; }
.takasa img{
	height: 35px;
	width: auto;
}


}
