@charset "utf-8";


@media screen and (min-width: 1081px) {

.mobile.page .h2-box h1 {
  color: #fff;
  font-size: 5.0rem;
  letter-spacing: 1.6px;
  font-weight: bold;
  line-height: 1.9;
  margin: 40px auto 10px auto;
}

.mobile.page .h2-box h1 span {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

.mobile.page .h2-box {
  background: url(../img/mobile/bg.jpg) no-repeat top center;
}

.mobile.page #first-section {
    margin-top: -35px;
}

.mobile.page #first-section .box-wrapper {
  background: url(../img/mobile/sec1_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.mobile.page #first-section .inner-box {
  width: 1200px;
  margin: auto;
  padding: 50px 0;
}

.mobile.page #first-section .image {
  float: left;
  width: 58%;
  margin-left: -8%;
}

.mobile.page #first-section .content {
  float: right;
  width: 50%;
  padding: 40px 0 0 30px;
}

.mobile.page #first-section .content h2 {
  font-weight: bold;
  font-size: 4.0rem;
  line-height: 1.6;
  letter-spacing: .8px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.mobile.page #first-section .box-wrapper::after {
  content: "";
  background: url(../img/mobile/scene-ribbon.png) no-repeat;
  background-size: cover;
  width: 248px;
  height: 80px;
  position: absolute;
  z-index: 99999999;
  left: 17%;
  bottom: -68px;
}

.mobile.page #first-section .scene-slider-wrapper {
  position: relative;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}

.scene-slider-wrapper::after {
  content: "";
  background: #0000005c;
  background-size: cover;
  height: 500px;
  width: 20%;
  position: absolute;
  border-left: 5px solid #000;;
  right: 0;
  top: 0;
  z-index: 1;
}

.scene-slider-wrapper::before {
  content: "";
  background: #0000005c;
  background-size: cover;
  height: 500px;
  width: 20%;
  position: absolute;
  border-right: 5px solid #000;
  left: 0;
  top: 0;
  z-index: 1;
}

.mobile.page #first-section .scene-slider {
  height: 500px;
  margin: auto;
  overflow: hidden;
}

.mobile.page #first-section .slick-prev {
  width: 48px;
  height: 48px;
  left: 18.6%;
  z-index: 999;
}

.mobile.page #first-section div.slick-next,
.mobile.page #first-section div.slick-prev {
  z-index:2;
}

.mobile.page #first-section button.slick-next,
.mobile.page #first-section button.slick-prev {
  z-index:999;
}

.mobile.page #first-section .slick-next{
  width: 48px;
  height: 48px;
  right: 18.6%;
  z-index: 999;
}

.mobile.page #first-section .slick-prev::before,
.mobile.page #first-section .slick-next::before {
  display: none;
}

.mobile.page #feature .box-wrapper {
    margin: 80px 0;
}

.mobile.page #feature .box-wrapper h2 {
  font-weight: bold;
  font-size: 5.4rem;
  line-height: 1.8;
  letter-spacing: .8px;
  position: relative;
  z-index: 10;
  display: block;
  text-align: center;
}

.mobile.page #feature .box-wrapper h2 .eng {
  color: #da2626;
  font-size: 2.0rem;
  display: block;
  letter-spacing: 10px;
}

.mobile.page #feature .inner-box {
  width: 1200px;
  margin: auto;
  padding: 80px 0;
}

.mobile.page #feature .inner-box .image, .mobile.page #feature .inner-box .content  {
  width: 50%
}


.mobile.page #feature .inner-box.single-feature_odd .image {
  float: left;
  position: relative;
}

.mobile.page #feature .inner-box.single-feature_odd .content {
  float: right;
  padding-left: 40px;
}

.mobile.page #feature .inner-box.single-feature_even .image {
  float: right;
  position: relative;
}

.mobile.page #feature .box-wrapper .inner-box:nth-child(2) .image::before {
  content: "";
  background: url(../img/mobile/number_1.png) no-repeat;
  background-size: cover;
  width: 140px;
  height: 100px;
  top: -74px;
  position: absolute;
}

.mobile.page #feature .box-wrapper .inner-box:nth-child(3) .image::before {
  content: "";
  background: url(../img/mobile/number_2.png) no-repeat;
  background-size: cover;
  width: 140px;
  height: 100px;
  top: -74px;
  position: absolute;
}

.mobile.page #feature .box-wrapper .inner-box:nth-child(4) .image::before {
  content: "";
  background: url(../img/mobile/number_3.png) no-repeat;
  background-size: cover;
  width: 140px;
  height: 100px;
  top: -74px;
  position: absolute;
}

.mobile.page #feature .inner-box.single-feature_even .content {
  float: left;
  padding-right: 40px;
}

.mobile.page #feature .inner-box h3 {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: .8px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 80px;
}

.mobile.page #feature .inner-box.single-feature_odd .bg-child{
  width: 74%;
  height: 80%;
  top: 95px;
  left: 110px;
  position: absolute;
  background: #fff url(../img/common/bg-01.png) repeat;
  z-index: -1;
}

.mobile.page #feature .inner-box.single-feature_even .bg-child{
  width: 80%;
  height: 80%;
  top: 95px;
  left: 140px;
  position: absolute;
  background: #fff url(../img/common/bg-01.png) repeat;
  z-index: -1;
}

.mobile.page #menu .inner-box {
  width: 1200px;
  margin: auto;
  padding: 50px 0;
}

.mobile.page #menu .box-wrapper {
  background: url(../img/mobile/sec1_bg.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.mobile.page #menu .box-wrapper h2 img {
  width: 210px;
  margin: auto;
  display: block;
}

.mobile.page #menu .slick-slide {
  margin: 0 10px;
  border: 10px solid #FFF;
}


.mobile.page #menu .slick-prev {
  width: 48px;
  height: 60px;
  left: -75px;
  z-index: 999;
  top: 50%;
  margin: auto;
}

.mobile.page #menu .slick-next{
  width: 48px;
  height: 60px;
  right: -75px;
  z-index: 999;
  top: 50%;
  margin: auto;
}

.mobile.page #menu .slick-prev img,
.mobile.page #menu .slick-next img {
  width: 26px;
}

.mobile.page #menu .slick-prev::before {
  content: "";
  background: url(../img/mobile/aroow-left2.png) repeat;
  background-size: cover;
  width: 30px;
  height: 55px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mobile.page #menu .slick-next::before {
  content: "";
  background: url(../img/mobile/aroow-right2.png) repeat;
  background-size: cover;
  width: 30px;
  height: 55px;
  top: 0;
  bottom: 0;
  margin: auto;
}



.mobile.page #results .box-wrapper {
    margin: 80px 0;
}

.mobile.page #results .inner-box {
  width: 1200px;
  margin: auto;
  padding: 80px 0;
}


.mobile.page #results .box-wrapper h2 {
  font-weight: bold;
  font-size: 5.4rem;
  line-height: 1.8;
  letter-spacing: .8px;
  position: relative;
  z-index: 10;
  display: block;
  text-align: center;
}

.mobile.page #results .box-wrapper h2 .eng {
  color: #da2626;
  font-size: 2.0rem;
  display: block;
  letter-spacing: 10px;
}

.mobile.page #results .inner-box .single-result time {
  color: #da2626;;
  margin-top: 10px;
  text-align: center;
  display: block;
}

.mobile.page #results .inner-box .single-result h3 {
  font-size: 18px;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.2
}

.mobile.page #results .slick-slide {
  margin: 0 10px;
  border: 10px solid #FFF;
}


.mobile.page #results .slick-prev {
  width: 48px;
  height: 60px;
  left: -75px;
  z-index: 999;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mobile.page #results .slick-next{
  width: 48px;
  height: 60px;
  right: -75px;
  z-index: 999;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mobile.page #results .slick-prev img,
.mobile.page #results .slick-next img {
  width: 26px;
}

.mobile.page #results .slick-prev::before {
  content: "";
  background: url(../img/mobile/aroow-left2.png) repeat;
  background-size: cover;
  width: 30px;
  height: 55px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mobile.page #results .slick-next::before {
  content: "";
  background: url(../img/mobile/aroow-right2.png) repeat;
  background-size: cover;
  width: 30px;
  height: 55px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mobile.page #detail .box-wrapper,
.mobile.page #company .box-wrapper {
margin: 80px 0;
}

.mobile.page #detail .box-wrapper h2,
.mobile.page #company .box-wrapper h2 {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.0;
  letter-spacing: .8px;
  position: relative;
  z-index: 10;
  display: block;
  text-align: center;
  border: 1px solid #000;
  width: 520px;
  padding: 16px;
  margin: auto
}

.mobile.page #detail .inner-box,
.mobile.page #company .inner-box {
width: 1200px;
margin: auto;
padding: 80px 0;
}

.mobile.page #detail .inner-box table tr,
.mobile.page #company .inner-box table tr {
  border-bottom: 1px solid #dedede;
}

.mobile.page #detail .inner-box table tr th,
.mobile.page #detail .inner-box table tr td,
.mobile.page #company .inner-box table tr th,
.mobile.page #company .inner-box table tr td {
  padding: 25px 0;
  font-size: 18px;
}

.mobile.page #detail .inner-box table tr th,
.mobile.page #company .inner-box table tr th {
  font-size: 16px;
  width: 20%;
}

.mobile.page #detail .inner-box table tr th span,
.mobile.page #company .inner-box table tr th span {
  background: #000;
  padding: 8px 18px;
  color: #FFF;
}

.mobile.page .tel-bnr {
  padding: 12px;
}

.mobile.page .tel-bnr .tel {
  border-right: 0;
}

}


@media screen and (max-width: 1080px) {

.mobile.page .h2-box h1 {
  color: #fff;
  font-size: 4rem;
  letter-spacing: 1.6px;
  font-weight: bold;
  line-height: 1.4;
  width: 94%;
  margin: 60px auto 10px auto;
}

.mobile.page .h2-box h1 span {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 18px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 3.0;
}

.mobile.page .h2-box {
  background: url(../img/mobile/bg.jpg) no-repeat top center;
}

.mobile.page #first-section {
    margin-top: -35px;
}

.mobile.page #first-section .box-wrapper {
  background: url(../img/mobile/sec1_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.mobile.page #first-section .box-wrapper::after {
  content: "";
  background: url(../img/mobile/scene-ribbon.png) no-repeat;
  background-size: cover;
  width: 40vw;
  height: 12vw;
  position: absolute;
  z-index: 99999999;
  left: 4%;
  bottom: -36px;
}

.mobile.page #first-section .inner-box {
  width: 100%;
  margin: auto;
  padding: 50px 0;
}

.mobile.page #first-section .image {
}

.mobile.page #first-section .content {
  padding: 0 20px;
}

.mobile.page #first-section .content h2 {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: .8px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
}

.mobile.page #first-section .scene-slider-wrapper {
  position: relative;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}

.scene-slider-wrapper::after {
  content: "";
  background: #0000005c;
  background-size: cover;
  height: 100%;
  width: 8%;
  position: absolute;
  border-left: 5px solid #000;;
  right: 0;
  top: 0;
  z-index: 1;
}

.scene-slider-wrapper::before {
  content: "";
  background: #0000005c;
  background-size: cover;
  height: 100%;
  width: 8%;
  position: absolute;
  border-right: 5px solid #000;
  left: 0;
  top: 0;
  z-index: 1;
}

.mobile.page #first-section .scene-slider {
  margin: auto;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

.mobile.page #first-section .slick-prev {
  width: 48px;
  height: 48px;
  left: 2.6%;
  z-index: 999;
}

.mobile.page #first-section div.slick-next,
.mobile.page #first-section div.slick-prev {
  z-index:2;
}

.mobile.page #first-section button.slick-next,
.mobile.page #first-section button.slick-prev {
  z-index:999;
}

.mobile.page #first-section .slick-next{
  width: 48px;
  height: 48px;
  right: 2.6%;
  z-index: 999;
}

.mobile.page #first-section .slick-prev::before,
.mobile.page #first-section .slick-next::before {
  display: none;
}

.mobile.page #feature .box-wrapper {
    margin: 40px 0;
}

.mobile.page #feature .box-wrapper h2 {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: .8px;
  position: relative;
  z-index: 10;
  display: block;
  text-align: center;
  width: 90%;
  margin: auto;
}

.mobile.page #feature .box-wrapper h2 .eng {
  color: #da2626;
  font-size: 1.4rem;
  display: block;
  letter-spacing: 10px;
  margin-bottom: 10px;
}

.mobile.page #feature .inner-box {
  width: 1200px;
  margin: auto;
  padding: 60px 0 0;
}

.mobile.page #feature .inner-box .image, .mobile.page #feature .inner-box .content  {
  width: 94%;
  margin: auto;
}


.mobile.page #feature .inner-box.single-feature_odd .image {
  position: relative;
}

.mobile.page #feature .inner-box.single-feature_odd .content {
}

.mobile.page #feature .inner-box.single-feature_even .image {
  position: relative;
}

.mobile.page #feature .box-wrapper .inner-box:nth-child(2) .image::before {
  content: "";
  background: url(../img/mobile/number_1.png) no-repeat;
  background-size: cover;
  width: 84px;
  height: 60px;
  top: -40px;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}

.mobile.page #feature .box-wrapper .inner-box:nth-child(3) .image::before {
  content: "";
  background: url(../img/mobile/number_2.png) no-repeat;
  background-size: cover;
  width: 84px;
  height: 60px;
  top: -40px;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}

.mobile.page #feature .box-wrapper .inner-box:nth-child(4) .image::before {
  content: "";
  background: url(../img/mobile/number_3.png) no-repeat;
  background-size: cover;
  width: 84px;
  height: 60px;
  top: -40px;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}

.mobile.page #feature .inner-box.single-feature_even .content {
}

.mobile.page .text {
  width: 94%;
  margin: auto;
}

.mobile.page #feature .inner-box h3 {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: .8px;
  position: relative;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.mobile.page #feature .inner-box.single-feature_odd .bg-child{
  width: 74%;
  height: 85%;
  top: 95px;
  left: 110px;
  position: absolute;
  background: #fff url(../img/common/bg-01.png) repeat;
  z-index: -1;
}

.mobile.page #feature .inner-box.single-feature_even .bg-child{
  width: 80%;
  height: 85%;
  top: 95px;
  right: 140px;
  position: absolute;
  background: #fff url(../img/common/bg-01.png) repeat;
  z-index: -1;
}

.mobile.page #menu .inner-box {
  margin: auto;
  padding: 40px 0;
  width: 100%;
  margin: 0;
  max-width: 100%;
}

.mobile.page #menu .box-wrapper {
  background: url(../img/mobile/sec1_bg.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0 20px;
}

.mobile.page #menu .box-wrapper h2 img {
  width: 136px;
  margin: auto;
  display: block;
}

.mobile.page #menu .slick-slider {
  padding: 0;
}

.mobile.page #menu .slick-slide {
  margin: 0 10px;
  border: 10px solid #FFF;
}


.mobile.page #menu .slick-prev {
  width: 48px;
  height: 60px;
  left: 10px;
  z-index: 999;
  top: 50%;
  margin: auto;
}

.mobile.page #menu .slick-next{
  width: 48px;
  height: 60px;
  right: 10px;
  z-index: 999;
  top: 50%;
  margin: auto;
}

.mobile.page #menu .slick-prev img,
.mobile.page #menu .slick-next img {
  width: 26px;
}

.mobile.page #menu .slick-prev::before {
  content: "";
  background: url(../img/mobile/aroow-left2.png) repeat;
  background-size: cover;
  width: 30px;
  height: 55px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mobile.page #menu .slick-next::before {
  content: "";
  background: url(../img/mobile/aroow-right2.png) repeat;
  background-size: cover;
  width: 30px;
  height: 55px;
  top: 0;
  bottom: 0;
  margin: auto;
}



.mobile.page #results .box-wrapper {
    margin: 40px 0;
}

.mobile.page #results .inner-box {
  margin: auto;
  padding: 20px 0 0;
  width: 100%;
  margin: 0;
  max-width: 100%;
}


.mobile.page #results .box-wrapper h2 {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: .8px;
  position: relative;
  z-index: 10;
  display: block;
  text-align: center;
  width: 90%;
  margin: auto;
}

.mobile.page #results .box-wrapper h2 .eng {
  color: #da2626;
  font-size: 1.4rem;
  display: block;
  letter-spacing: 10px;
  margin-bottom: 10px;
}

.mobile.page #results .inner-box .single-result time {
  color: #da2626;;
  margin-top: 8px;
  text-align: center;
  display: block;
}

.mobile.page #results .inner-box .single-result h3 {
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.2
}

.mobile.page #results .slick-slider {
  padding: 0;
}

.mobile.page #results .slick-slide {
  margin: 0 10px;
  border: 10px solid #FFF;
}


.mobile.page #results .slick-prev {
  width: 48px;
  height: 60px;
  left: 10px;
  z-index: 999;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mobile.page #results .slick-next{
  width: 48px;
  height: 60px;
  right: 10px;
  z-index: 999;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mobile.page #results .slick-prev img,
.mobile.page #results .slick-next img {
  width: 26px;
}

.mobile.page #results .slick-prev::before {
  content: "";
  background: url(../img/mobile/aroow-left2.png) repeat;
  background-size: cover;
  width: 30px;
  height: 55px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mobile.page #results .slick-next::before {
  content: "";
  background: url(../img/mobile/aroow-right2.png) repeat;
  background-size: cover;
  width: 30px;
  height: 55px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mobile.page #detail .box-wrapper,
.mobile.page #company .box-wrapper {
margin: 40px 0;
}

.mobile.page #detail .box-wrapper h2,
.mobile.page #company .box-wrapper h2 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.0;
  letter-spacing: .8px;
  position: relative;
  z-index: 10;
  display: block;
  text-align: center;
  border: 1px solid #000;
  width: 80%;
  padding: 16px;
  margin: auto;
}

.mobile.page #detail .inner-box,
.mobile.page #company .inner-box {
margin: auto;
padding: 40px 0;
}

.mobile.page #detail .inner-box table tr,
.mobile.page #company .inner-box table tr {
  border-bottom: 1px solid #dedede;
  padding: 20px 10px 10px;
  box-sizing: border-box;
  display: block;
}

.mobile.page #detail .inner-box table tr th,
.mobile.page #detail .inner-box table tr td,
.mobile.page #company .inner-box table tr th,
.mobile.page #company .inner-box table tr td {
  padding: 10px 0;
  font-size: 16px;
  display: block;
  line-height: 1.8;
}

.mobile.page #detail .inner-box table tr th,
.mobile.page #company .inner-box table tr th {
  font-size: 14px;
  display: table-row;
  margin-top: 10px;
}

.mobile.page #detail .inner-box table tr th span,
.mobile.page #company .inner-box table tr th span {
  background: #000;
  padding: 8px 18px;
  color: #FFF;
}

.mobile.page .tel-bnr {
  padding: 12px;
}

.mobile.page .tel-bnr .tel {
  border-right: 0;
}

.mobile.page .tel-bnr {
  width: 95%;
  margin: 55px auto;
  max-width: 1038px;
  position: relative;
  box-sizing: border-box;
  padding: 10px 10px 10px 150px;
  border: 3px solid #333;
  background: #fff url(../img/common/bnr-tel-img.png) no-repeat left bottom;
  background-size: 30%;
  border-radius: 5px;
}

.mobile.page .tel-bnr h3 {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 4px;
}

.mobile.page .tel-bnr .tel a {
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 4.2rem;
  font-family: Arial, Helvetica, sans-serif;
}

.mobile.page .tel-bnr {
  display: block;
  background-size: 30%;
  padding: 12px;
}

}