@charset "utf-8";
/* CSS Document */

.no-webp body {
  background-image: url(../img/main-bg.jpg);
}
.webp body {
  background-image: url(../img/main-bg.webp);
}
body,
td,
th {
  /* 字型 */
  font-family: "Noto Sans TC", sans-serif;
}
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:active {
  text-decoration: none;
  color: #000;
}

/* --------------------------- */
/* GOTOP */
/* --------------------------- */
#gotop {
  position: fixed;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 30px;
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  padding-top: 8px;
  display: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
}
#gotop:hover {
  background: rgba(0, 0, 0, 0.7);
}

.sidemenu {
  position: fixed;
  top: 25%;
  right: 50px;
  color: white;
  background-color: #dd2629;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  padding: 20px 15px;
  z-index: 999;
}
.sidemenu:hover {
  background-color: #b51417;
}
.sidemenu-m {
  position: fixed;
  bottom: 30px;
  left: 30px;
  color: white;
  background-color: #dd2629;
  font-size: 22px;
  text-align: center;
  padding: 8px 50px;
  z-index: 999;
}
.side-line {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url(../img/line.jpg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  border: 3px solid #63ce66;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
}
/* --------------------------- */
/* GOTOP */
/* --------------------------- */

/* --------------------------- */
/* NAVBAR */
/* --------------------------- */
.navbar {
  background-color: white;
  height: 80px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .navbar {
    height: auto;
  }
}
.navbar.main-navbar .nav-link {
  color: #000;
  padding: 0 20px;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.navbar.main-navbar .nav-link:after {
  content: " ";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 5px;
  width: 0;
  background-color: #dd2629;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.navbar.main-navbar .nav-link:hover {
  color: #dd2629;
}
.navbar.main-navbar .nav-link:hover:after {
  width: 30px;
}
.navbar.main-navbar .nav-item.active .nav-link {
  color: #dd2629;
}
.navbar.main-navbar .nav-item.active .nav-link:after {
  width: 30px;
}
@media screen and (max-width: 990px) {
  .navbar.main-navbar .navbar-collapse {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .navbar.main-navbar .navbar-nav .nav-item a {
    display: inline-block;
    padding: 10px 0;
  }
  .navbar.main-navbar .navbar-nav .nav-item a:after {
    display: none;
  }
}
/* --------------------------- */
/* NAVBAR */
/* --------------------------- */

/* --------------------------- */
/* BANNER */
/* --------------------------- */
/*.no-webp .banner-area {
	background-image: url(../img/banner-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
    background-position: bottom;
}
.webp .banner-area {
	background-image: url(../img/banner-bg.webp);
	background-size: cover;
	background-attachment: fixed;
    background-position: bottom;
}*/
/*
.banner-area {
    padding-top: 80px;
}
@media (max-width:768px) {
.banner-area {
    padding-top: 65px;
}
}
.banner-area img {
    width: 100%;
}
.no-webp .banner-mask {
	padding: 180px 0 120px;
	background-image: url(../img/banner-mask.png);
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}
.webp .banner-mask {
	padding: 180px 0 120px;
	background-image: url(../img/banner-mask.webp);
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}
@media (max-width:768px) {
.banner-mask {
	background-image: none;
}
}
*/
/*
@media (max-width:768px) {
.no-webp .banner-area {
	background-image: url(../img/banner-bg-m.jpg);
	background-attachment: scroll;
}
.webp .banner-area {
	background-image: url(../img/banner-bg-m.webp);
	background-attachment: scroll;
}
.banner-mask {
	padding: 100px 0 80px;
	background-attachment: scroll;
}
}
*/
/*
.female {
	position: absolute;
	bottom: 0;
	left: 15%;
}
@media only screen 
  and (max-height: 800px) {
.female {
	left: 5%;
}
}
.female img {
	height: 750px;
}
.banner-box {
	background: rgba(255,255,255,.8);
	padding: 50px;
}
.banner-t {
	font-size: 80px;
	font-weight: 600;
	line-height: 95px;
}
.banner-w {
	font-size: 30px;
	font-weight: 500;
	margin-top: 20px;
}
@media (max-width:768px) {
.banner-box {
	padding: 30px;
}
.banner-t {
	font-size: 46px;
	line-height: 55px;
}
.banner-w {
	font-size: 20px;
}
}
.banner-slogan {
    margin-top: 80px;
    text-align: center;
}
@media (max-width:768px) {
.banner-slogan {
    margin-top: 50px;
}
}
*/

.banner-area {
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .banner-area {
    margin-top: 75px;
  }
}

.banner-items {
  position: absolute;
  top: 0;
  left: 0;
}

.banner-area img {
  width: 100%;
}

/* --------------------------- */
/* BANNER */
/* --------------------------- */

/* --------------------------- */
/* FEATURE */
/* --------------------------- */
.feature-bridge-area {
  background-color: #222;
  padding: 50px 0 150px;
}
.feature-title {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color: white;
}
.feature-t-quantity {
  font-size: 50px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .feature-title {
    font-size: 24px;
  }
  .feature-t-quantity {
    font-size: 40px;
  }
}
.feature-area {
  margin-top: -100px;
}
.feature-box1 {
  background-color: white;
  padding: 40px 30px;
  text-align: center;
}
.feature-box2 {
  background-color: #eee;
  padding: 40px 30px;
  text-align: center;
}
.feature-t {
  font-size: 24px;
  font-weight: 600;
}
.feature-line {
  width: 20px;
  height: 3px;
  background-color: #dd2629;
  margin: 20px auto;
}
.feature-w {
  font-size: 18px;
  text-align: justify;
}
/* --------------------------- */
/* FEATURE */
/* --------------------------- */

/* --------------------------- */
/* INFORMATION SESSION*/
/* --------------------------- */
.information-session-area {
  padding: 100px 0 100px 0;
}

.information-session-area img {
  width: 100%;
  height: auto;
}

.information-session-btn {
  font-size: 25px;
  text-align: center;
  background-color: #dd2629;
  color: white;
  padding: 20px 0;
  margin-top: 12px;
}

.information-sessionImg-m {
  display: none;
}
.information-sessionImg {
  display: block;
}

@media (max-width: 767px) {
  .information-sessionImg {
    display: none;
  }
  .information-sessionImg-m {
    display: block;
  }
}

/* --------------------------- */
/* INFORMATION SESSION*/
/* --------------------------- */

/* --------------------------- */
/* PATH */
/* --------------------------- */
.path-area {
  padding: 100px 0 0;
}
.main-shout {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 100px;
}
.main-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.main-words {
  font-size: 20px;
  text-align: center;
}
.path {
  text-align: center;
  margin-top: 50px;
}
.path img {
  width: auto;
}
/* --------------------------- */
/* PATH */
/* --------------------------- */

/* --------------------------- */
/* LEVEL */
/* --------------------------- */
.level-area {
  padding: 100px 0 30px 0;
}
.level-padding {
  padding: 0 150px;
}
@media only screen and (max-height: 800px) {
  .level-padding {
    padding: 0 120px;
  }
}
@media (max-width: 768px) {
  .level-padding {
    padding: 0 30px;
  }
}
.level-table {
  width: 100%;
  background-color: white;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .level-table {
    width: 1400px;
  }
}
.level-table thead {
  background-color: #222;
  color: white;
}
.level-table th {
  font-size: 20px;
  padding: 15px 0;
}
.level-table td {
  padding: 20px 10px;
  font-size: 18px;
}
/* --------------------------- */
/* LEVEL */
/* --------------------------- */

/* --------------------------- */
/* SCHOOL */
/* --------------------------- */
.school-area {
  padding: 100px 0 0;
}
.school-padding {
  padding: 0 150px;
}
@media only screen and (max-height: 800px) {
  .school-padding {
    padding: 0 120px;
  }
}
@media (max-width: 768px) {
  .school-padding {
    padding: 0 30px;
  }
}
.school-table {
  width: 100%;
  background-color: white;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .school-table {
    width: 1400px;
  }
}
.school-table thead {
  background-color: #222;
  color: white;
}
.school-table th {
  font-size: 20px;
  padding: 15px 0;
}
.school-table td {
  padding: 20px 10px;
  font-size: 18px;
}

tbody tr:nth-child(even) {
  background: #ebebeb;
}

.tuition-note {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.school-btnbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.school-btntitle {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #dd2629;
}

.school-btninfo {
  color: #363636;
  font-size: 20px;
  text-align: center;
  margin: 12px auto 0 auto;
}

.school-btn {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #363636;
  border: 2px solid #363636;
  padding: 16px 32px;
  display: inline-block;
  background-color: white;
}
.school-btn:hover {
  color: #ffffff;
  background-color: #363636;
  transition: 0.3s ease;
}

@media (max-width: 576px) {
  .school-btntitle {
    font-size: 26px;
  }
  .school-btn {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .school-btninfo {
    font-size: 16px;
  }
}

/* --------------------------- */
/* SCHOOL */
/* --------------------------- */

/* --------------------------- */
/* BRIDGE */
/* --------------------------- */
.no-webp .bridge1-area {
  background-image: url(../img/bridge1-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.no-webp .mask {
  padding: 80px 0;
  background-image: url(../img/banner-mask.png);
}
.webp .bridge1-area {
  background-image: url(../img/bridge1-bg.webp);
  background-size: cover;
  background-attachment: fixed;
}
.webp .mask {
  padding: 80px 0;
  background-image: url(../img/banner-mask.webp);
}
.bridge-w {
  font-size: 28px;
  font-weight: 600;
  color: white;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
  text-align: center;
}
/* --------------------------- */
/* BRIDGE */
/* --------------------------- */

/* --------------------------- */
/* JOBS */
/* --------------------------- */

.jobs-container {
  width: 80%;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  .jobs-container {
    width: 90%;
  }
}
.pills-padding {
  padding: 40px 100px;
}
@media (max-width: 768px) {
  .pills-padding {
    padding: 30px 15px;
  }
}
.nav-pills {
  background-color: #dd2629;
}
.nav-pills .nav-link {
  background-color: white;
  font-size: 22px;
  font-weight: 600;
  padding: 15px;
  margin: 0 10px;
  border-radius: 5px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
}
.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
  background-color: black;
  font-size: 22px;
  color: white;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .nav-pills .nav-link {
    font-size: 20px;
    font-weight: 600;
    padding: 8px 0;
    width: 88vw;
    margin-top: 5px;
  }
  .nav-pills .nav-link.active,
  .show > .nav-pills .nav-link {
    font-size: 20px;
  }
}

.jobs-area {
  padding: 0 0 100px;
}
.jobs-padding {
  padding: 0 200px;
}
@media only screen and (max-height: 800px) {
  .jobs-padding {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .jobs-padding {
    padding: 0 10px;
  }
}
.col-5-1 {
  width: 20%;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.jobs-photo {
  padding: 80px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
.no-webp .jp-1 {
  background-image: url(../img/job-1.jpg);
}
.no-webp .jp-2 {
  background-image: url(../img/job-2.jpg);
}
.no-webp .jp-3 {
  background-image: url(../img/job-3.jpg);
}
.no-webp .jp-4 {
  background-image: url(../img/job-4.jpg);
}
.no-webp .jp-5 {
  background-image: url(../img/job-5.jpg);
}
.no-webp .jp-6 {
  background-image: url(../img/job-6.jpg);
}
.no-webp .jp-7 {
  background-image: url(../img/job-7.jpg);
}
.no-webp .jp-8 {
  background-image: url(../img/job-8.jpg);
}
.no-webp .jp-9 {
  background-image: url(../img/job-9.jpg);
  background-position: top;
}
.no-webp .jp-10 {
  background-image: url(../img/job-10.jpg);
  background-position: top;
}
.no-webp .jp-11 {
  background-image: url(../img/job-11.jpg);
  background-position: top;
}
.no-webp .jp-12 {
  background-image: url(../img/job-12.jpg);
  background-position: top;
}
.no-webp .jp-13 {
  background-image: url(../img/job-13.jpg);
  background-position: top;
}
.no-webp .jp-14 {
  background-image: url(../img/job-14.jpg);
  background-position: top;
}
.no-webp .jp-15 {
  background-image: url(../img/job-15.jpg);
  background-position: top;
}
.no-webp .jp-16 {
  background-image: url(../img/job-16.jpg);
  background-position: top;
}
.no-webp .jp-17 {
  background-image: url(../img/job-17.jpg);
  background-position: bottom;
}
.no-webp .jp-18 {
  background-image: url(../img/job-18.jpg);
  background-position: bottom;
}
.no-webp .jp-19 {
  background-image: url(../img/job-19.jpg);
  background-position: center;
}
.no-webp .jp-20 {
  background-image: url(../img/job-20.jpg);
  background-position: center;
}
.no-webp .jp-21 {
  background-image: url(../img/job-21.jpg);
  background-position: center;
}
.no-webp .jp-22 {
  background-image: url(../img/job-22.jpg);
  background-position: center;
}
.no-webp .jp-23 {
  background-image: url(../img/job-23.jpg);
  background-position: center;
}
.no-webp .jp-24 {
  background-image: url(../img/job-24.jpg);
  background-position: center;
}
.no-webp .jp-25 {
  background-image: url(../img/job-25.jpg);
  background-position: center;
}
.no-webp .jp-26 {
  background-image: url(../img/job-26.jpg);
  background-position: center;
}
.no-webp .jp-27 {
  background-image: url(../img/job-27.jpg);
  background-position: center;
}
.no-webp .jp-28 {
  background-image: url(../img/job-28.jpg);
  background-position: center;
}
.no-webp .jp-29 {
  background-image: url(../img/job-29.jpg);
  background-position: center;
}
.no-webp .jp-30 {
  background-image: url(../img/job-30.jpg);
  background-position: center;
}
.no-webp .pic-glico {
  background-image: url(../img/glico.jpg);
  background-position: center;
}
.no-webp .pic-ogaonsen {
  background-image: url(../img/ogaonsen.jpg);
  background-position: center;
}
.no-webp .pic-ryuudou {
  background-image: url(../img/ryuudou.jpg);
  background-position: center;
}
.no-webp .pic-bousui {
  background-image: url(../img/bousui.jpg);
  background-position: center;
}
.no-webp .pic-koguriyama {
  background-image: url(../img/koguriyama.jpg);
  background-position: center;
}
.no-webp .pic-hokkaidofarm {
  background-image: url(../img/hokkaidofarm.jpg);
  background-position: center;
}
.no-webp .pic-wbs {
  background-image: url(../img/wbs.jpg);
  background-position: center;
}
.no-webp .pic-choco {
  background-image: url(../img/choco.jpg);
  background-position: center;
}
.no-webp .pic-kawasaki {
  background-image: url(../img/kawasaki.jpg);
  background-position: center;
}
.no-webp .pic-laundry {
  background-image: url(../img/laundry.jpg);
  background-position: center;
}
.no-webp .pic-hoshinoya {
  background-image: url(../img/hoshinoya.jpg);
  background-position: center;
}
.no-webp .pic-rusutsu {
  background-image: url(../img/rusutsu.jpg);
  background-position: center;
}
.no-webp .pic-yamachan {
  background-image: url(../img/yamachan.jpg);
  background-position: center;
}
.no-webp .pic-lawson {
  background-image: url(../img/lawson.jpg);
  background-position: center;
}
.no-webp .jp-31 {
  background-image: url(../img/job-31.jpg);
  background-position: center;
}
.no-webp .jp-32 {
  background-image: url(../img/job-32.jpg);
  background-position: center;
}
.no-webp .jp-33 {
  background-image: url(../img/job-33.jpg);
  background-position: center;
}
.no-webp .jp-4px {
  background-image: url(../img/job-4px.jpg);
  background-position: center;
}
.no-webp .jp-sukiya {
  background-image: url(../img/job-sukiya.jpg);
  background-position: center;
}
.no-webp .jp-yama {
  background-image: url(../img/job-yama.jpg);
  background-position: center;
}
.no-webp .jp-34 {
  background-image: url(../img/job-34.jpg);
  background-position: center;
}
.no-webp .jp-35 {
  background-image: url(../img/job-35.jpg);
  background-position: center;
}

.no-webp .jp-36 {
  background-image: url(../img/job-36.jpg);
  background-position: center;
}
.no-webp .jp-37 {
  background-image: url(../img/job-37.jpg);
  background-position: center;
}
.no-webp .jp-38 {
  background-image: url(../img/job-38.jpg);
  background-position: center;
}
.no-webp .jp-39 {
  background-image: url(../img/job-39.jpg);
  background-position: center;
}
.no-webp .jp-40 {
  background-image: url(../img/job-40.jpg);
  background-position: center;
}
.no-webp .jp-41 {
  background-image: url(../img/job-41.jpg);
  background-position: center;
}
.no-webp .jp-42 {
  background-image: url(../img/job-42.jpg);
  background-position: center;
}

.no-webp .jp-43 {
  background-image: url(../img/job-43.jpg);
  background-position: center;
}
.no-webp .jp-44 {
  background-image: url(../img/job-44.jpg);
  background-position: center;
}
.no-webp .jp-45 {
  background-image: url(../img/job-45.jpg);
  background-position: center;
}
.no-webp .jp-46 {
  background-image: url(../img/job-46.jpg);
  background-position: center;
}
.no-webp .jp-47 {
  background-image: url(../img/job-47.jpg);
  background-position: center;
}
.no-webp .jp-48 {
  background-image: url(../img/job-48.jpg);
  background-position: center;
}
.no-webp .jp-49 {
  background-image: url(../img/job-49.jpg);
  background-position: center;
}
.no-webp .jp-50 {
  background-image: url(../img/job-50.jpg);
  background-position: center;
}
.no-webp .jp-51 {
  background-image: url(../img/job-51.jpg);
  background-position: center;
}

.webp .jp-1 {
  background-image: url(../img/job-1.webp);
}
.webp .jp-2 {
  background-image: url(../img/job-2.webp);
}
.webp .jp-3 {
  background-image: url(../img/job-3.webp);
}
.webp .jp-4 {
  background-image: url(../img/job-4.webp);
}
.webp .jp-5 {
  background-image: url(../img/job-5.webp);
}
.webp .jp-6 {
  background-image: url(../img/job-6.webp);
}
.webp .jp-7 {
  background-image: url(../img/job-7.webp);
}
.webp .jp-8 {
  background-image: url(../img/job-8.webp);
}
.webp .jp-9 {
  background-image: url(../img/job-9.webp);
  background-position: top;
}
.webp .jp-10 {
  background-image: url(../img/job-10.webp);
  background-position: top;
}
.webp .jp-11 {
  background-image: url(../img/job-11.webp);
  background-position: top;
}
.webp .jp-12 {
  background-image: url(../img/job-12.webp);
  background-position: top;
}
.webp .jp-13 {
  background-image: url(../img/job-13.webp);
  background-position: top;
}
.webp .jp-14 {
  background-image: url(../img/job-14.webp);
  background-position: top;
}
.webp .jp-15 {
  background-image: url(../img/job-15.webp);
  background-position: top;
}
.webp .jp-16 {
  background-image: url(../img/job-16.webp);
  background-position: top;
}
.webp .jp-17 {
  background-image: url(../img/job-17.webp);
  background-position: bottom;
}
.webp .jp-18 {
  background-image: url(../img/job-18.webp);
  background-position: bottom;
}
.webp .jp-19 {
  background-image: url(../img/job-19.webp);
  background-position: center;
}
.webp .jp-20 {
  background-image: url(../img/job-20.webp);
  background-position: center;
}
.webp .jp-21 {
  background-image: url(../img/job-21.webp);
  background-position: center;
}
.webp .jp-22 {
  background-image: url(../img/job-22.webp);
  background-position: center;
}
.webp .jp-23 {
  background-image: url(../img/job-23.webp);
  background-position: center;
}
.webp .jp-24 {
  background-image: url(../img/job-24.webp);
  background-position: center;
}
.webp .jp-25 {
  background-image: url(../img/job-25.webp);
  background-position: center;
}
.webp .jp-26 {
  background-image: url(../img/job-26.webp);
  background-position: center;
}
.webp .jp-27 {
  background-image: url(../img/job-27.webp);
  background-position: center;
}
.webp .jp-28 {
  background-image: url(../img/job-28.webp);
  background-position: center;
}
.webp .jp-29 {
  background-image: url(../img/job-29.webp);
  background-position: center;
}
.webp .jp-30 {
  background-image: url(../img/job-30.webp);
  background-position: center;
}
.webp .pic-glico {
  background-image: url(../img/glico.webp);
  background-position: center;
}
.webp .pic-ogaonsen {
  background-image: url(../img/ogaonsen.webp);
  background-position: center;
}
.webp .pic-ryuudou {
  background-image: url(../img/ryuudou.webp);
  background-position: center;
}
.webp .pic-bousui {
  background-image: url(../img/bousui.webp);
  background-position: center;
}
.webp .pic-koguriyama {
  background-image: url(../img/koguriyama.webp);
  background-position: center;
}
.webp .pic-hokkaidofarm {
  background-image: url(../img/hokkaidofarm.webp);
  background-position: center;
}
.webp .pic-wbs {
  background-image: url(../img/wbs.webp);
  background-position: center;
}
.webp .pic-choco {
  background-image: url(../img/choco.webp);
  background-position: center;
}
.webp .pic-kawasaki {
  background-image: url(../img/kawasaki.webp);
  background-position: center;
}
.webp .pic-laundry {
  background-image: url(../img/laundry.webp);
  background-position: center;
}
.webp .pic-hoshinoya {
  background-image: url(../img/hoshinoya.webp);
  background-position: center;
}
.webp .pic-rusutsu {
  background-image: url(../img/rusutsu.webp);
  background-position: center;
}
.webp .pic-yamachan {
  background-image: url(../img/yamachan.webp);
  background-position: center;
}
.webp .pic-lawson {
  background-image: url(../img/lawson.webp);
  background-position: center;
}
.webp .jp-31 {
  background-image: url(../img/job-31.webp);
  background-position: center;
}
.webp .jp-32 {
  background-image: url(../img/job-32.webp);
  background-position: center;
}
.webp .jp-33 {
  background-image: url(../img/job-33.webp);
  background-position: center;
}
.webp .jp-4px {
  background-image: url(../img/job-4px.webp);
  background-position: center;
}
.webp .jp-sukiya {
  background-image: url(../img/job-sukiya.webp);
  background-position: center;
}
.webp .jp-yama {
  background-image: url(../img/job-yama.webp);
  background-position: center;
}
.webp .jp-34 {
  background-image: url(../img/job-34.webp);
  background-position: center;
}
.webp .jp-35 {
  background-image: url(../img/job-35.webp);
  background-position: center;
}

.webp .jp-36 {
  background-image: url(../img/job-36.webp);
  background-position: center;
}
.webp .jp-37 {
  background-image: url(../img/job-37.webp);
  background-position: center;
}
.webp .jp-38 {
  background-image: url(../img/job-38.webp);
  background-position: center;
}
.webp .jp-39 {
  background-image: url(../img/job-39.webp);
  background-position: center;
}
.webp .jp-40 {
  background-image: url(../img/job-40.webp);
  background-position: center;
}
.webp .jp-41 {
  background-image: url(../img/job-41.webp);
  background-position: center;
}
.webp .jp-42 {
  background-image: url(../img/job-42.webp);
  background-position: center;
}

.webp .jp-43 {
  background-image: url(../img/job-43.webp);
  background-position: center;
}
.webp .jp-44 {
  background-image: url(../img/job-44.webp);
  background-position: center;
}
.webp .jp-45 {
  background-image: url(../img/job-45.webp);
  background-position: center;
}
.webp .jp-46 {
  background-image: url(../img/job-46.webp);
  background-position: center;
}
.webp .jp-47 {
  background-image: url(../img/job-47.webp);
  background-position: center;
}
.webp .jp-48 {
  background-image: url(../img/job-48.webp);
  background-position: center;
}
.webp .jp-49 {
  background-image: url(../img/job-49.webp);
  background-position: center;
}
.webp .jp-50 {
  background-image: url(../img/job-50.webp);
  background-position: center;
}
.webp .jp-51 {
  background-image: url(../img/job-51.webp);
  background-position: center;
}
.no-webp .p-skylark {
  background-image: url(../img/p-skylark.jpg);
  background-position: center;
}
.webp .p-skylark {
  background-image: url(../img/p-skylark.webp);
  background-position: center;
}
.no-webp .p-usj {
  background-image: url(../img/p-usj.jpg);
  background-position: center;
}
.webp .p-usj {
  background-image: url(../img/p-usj.webp);
  background-position: center;
}
.no-webp .p-wbs {
  background-image: url(../img/p-wbs.jpg);
  background-position: center;
}
.webp .p-wbs {
  background-image: url(../img/p-wbs.webp);
  background-position: center;
}
.no-webp .p-4px {
  background-image: url(../img/p-4px.jpg);
  background-position: center;
}
.webp .p-4px {
  background-image: url(../img/p-4px.webp);
  background-position: center;
}
.no-webp .p-skiall {
  background-image: url(../img/p-skiall.jpg);
  background-position: center;
}
.webp .p-skiall {
  background-image: url(../img/p-skiall.webp);
  background-position: center;
}
.no-webp .p-skihokkaido {
  background-image: url(../img/p-skihokkaido.jpg);
  background-position: center;
}
.webp .p-skihokkaido {
  background-image: url(../img/p-skihokkaido.webp);
  background-position: center;
}
.no-webp .p-okinawa {
  background-image: url(../img/p-okinawa.jpg);
  background-position: center;
}
.webp .p-okinawa {
  background-image: url(../img/p-okinawa.webp);
  background-position: center;
}
.no-webp .p-sukiya {
  background-image: url(../img/p-sukiya.jpg);
  background-position: center;
}
.webp .p-sukiya {
  background-image: url(../img/p-sukiya.webp);
  background-position: center;
}
.no-webp .p-amusementpark {
  background-image: url(../img/p-amusementpark.jpg);
  background-position: center;
}
.webp .p-amusementpark {
  background-image: url(../img/p-amusementpark.webp);
  background-position: center;
}
.no-webp .p-lawson {
  background-image: url(../img/p-lawson.jpg);
  background-position: center;
}
.webp .p-lawson {
  background-image: url(../img/p-lawson.webp);
  background-position: center;
}
.no-webp .p-ps {
  background-image: url(../img/p-ps.jpg);
  background-position: center;
}
.webp .p-ps {
  background-image: url(../img/p-ps.webp);
  background-position: center;
}
.no-webp .p-yamachan {
  background-image: url(../img/p-yamachan.jpg);
  background-position: center;
}
.webp .p-yamachan {
  background-image: url(../img/p-yamachan.webp);
  background-position: center;
}
.no-webp .p-alert {
  background-image: url(../img/p-alert.jpg);
  background-position: center;
}
.webp .p-alert {
  background-image: url(../img/p-alert.webp);
  background-position: center;
}
.no-webp .p-hotspring {
  background-image: url(../img/p-hotspring.jpg);
  background-position: center;
}
.webp .p-hotspring {
  background-image: url(../img/p-hotspring.webp);
  background-position: center;
}
.no-webp .p-chocolate {
  background-image: url(../img/p-chocolate.jpg);
  background-position: center;
}
.webp .p-chocolate {
  background-image: url(../img/p-chocolate.webp);
  background-position: center;
}
.no-webp .p-supermarket {
  background-image: url(../img/p-supermarket.jpg);
  background-position: center;
}
.webp .p-supermarket {
  background-image: url(../img/p-supermarket.webp);
  background-position: center;
}
.no-webp .p-farm {
  background-image: url(../img/p-farm.jpg);
  background-position: center;
}
.webp .p-farm {
  background-image: url(../img/p-farm.webp);
  background-position: center;
}
.no-webp .p-makeup {
  background-image: url(../img/p-makeup.jpg);
  background-position: center;
}
.webp .p-makeup {
  background-image: url(../img/p-makeup.webp);
  background-position: center;
}
.no-webp .p-diving {
  background-image: url(../img/p-diving.jpg);
  background-position: center;
}
.webp .p-diving {
  background-image: url(../img/p-diving.webp);
  background-position: center;
}
.no-webp .p-ski82 {
  background-image: url(../img/p-ski82.jpg);
  background-position: center;
}
.webp .p-ski82 {
  background-image: url(../img/p-ski82.webp);
  background-position: center;
}
.no-webp .p-kansaijob {
  background-image: url(../img/p-kansaijob.jpg);
  background-position: center;
}
.webp .p-kansaijob {
  background-image: url(../img/p-kansaijob.webp);
  background-position: center;
}
.no-webp .p-allinclusive {
  background-image: url(../img/p-allinclusive.jpg);
  background-position: center;
}
.webp .p-allinclusive {
  background-image: url(../img/p-allinclusive.webp);
  background-position: center;
}

.no-webp .p-factory {
  background-image: url(../img/p-factory.jpg);
  background-position: center;
}
.webp .p-factory {
  background-image: url(../img/p-factory.webp);
  background-position: center;
}

.no-webp .p-wood {
  background-image: url(../img/p-wood.jpg);
  background-position: center;
}
.webp .p-wood {
  background-image: url(../img/p-wood.webp);
  background-position: center;
}

.no-webp .p-restaurant {
  background-image: url(../img/p-restaurant.jpg);
  background-position: center;
}
.webp .p-restaurant {
  background-image: url(../img/p-restaurant.webp);
  background-position: center;
}
.no-webp .p-tomato {
  background-image: url(../img/p-tomato.jpg);
  background-position: center;
}
.webp .p-tomato {
  background-image: url(../img/p-tomato.webp);
  background-position: center;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 48%;
  bottom: 30px;
  animation-name: triangle-ani;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes triangle-ani {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.no-webp .jp-more {
  background-image: url(../img/job-more.jpg);
}
.webp .jp-more {
  background-image: url(../img/job-more.webp);
}
.jobs-t {
  font-size: 24px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.9);
  padding: 3px 0;
  margin: 0 auto;
  width: 85%;
  border: 1px solid black;
}
@media (max-width: 575px) {
  .jobs-t {
    font-size: 22px;
  }
}
.jobs-money {
  font-size: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 3px 0;
  margin: 5px auto 0;
  width: 60%;
  border: 1px solid black;
}
.jobs-money2 {
  font-size: 17px;
  background: rgba(255, 255, 255, 0.9);
  padding: 3px 0;
  margin: 5px auto 0;
  width: 70%;
  border: 1px solid black;
}
@media only screen and (max-height: 800px) {
  .jobs-money2 {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .jobs-money2 {
    width: 85%;
  }
}
.jobs-level {
  font-size: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 3px 0;
  margin: 25px auto 0;
  width: 50%;
  border: 1px solid black;
}
.jobs-level i {
  margin-right: 10px;
}
.jobs-logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.jobs-box {
  padding: 20px 30px;
  background-color: white;
  line-height: 40px;
  position: relative;
}
.inner-btn {
  position: absolute;
  border: 2px #dd2629 solid;
  color: #dd2629;
  width: 130px;
  text-align: center;
  font-size: 18px;
  bottom: 30px;
  right: 30px;
}
.inner-btn-m {
  border: 2px #dd2629 solid;
  color: #dd2629;
  width: 180px;
  text-align: center;
  font-size: 18px;
  margin: 20px auto;
}
.inner-btn:hover {
  background-color: #dd2629;
  color: white;
}
.jobs-box2 {
  padding: 20px 30px;
  background-color: white;
  line-height: 30px;
  font-size: 18px;
  text-align: justify;
}
.jobs-tag {
  color: white;
  background-color: #dd2629;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 3px;
}
.consult-btn {
  font-size: 20px;
  padding: 8px 0;
  text-align: center;
  border: 2px #dd2629 solid;
  margin: 70px 0 30px;
  color: #dd2629;
}
@media (max-width: 768px) {
  .consult-btn {
    margin: 40px 0 30px;
  }
}
.consult-btn:hover {
  background-color: #dd2629;
  color: white;
}
.card-body {
  padding: 0;
}
.event-btn {
  background-color: #dd2629;
  color: white;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
}
.event-btn i {
  margin-left: 30px;
}
.job-more-btn {
  font-size: 25px;
  text-align: center;
  background-color: #dd2629;
  color: white;
  padding: 20px 0;
  margin-top: 60px;
}

.event-tag {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #dd2629;
  color: white;
  font-size: 20px;
  padding: 5px 15px;
  transform: rotate(5deg);
  border: 2px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.focus-frame {
  border: 5px solid #dd2629;
}

.date-box {
  color: white;
  background-color: #dd2629;
  text-align: center;
  padding: 5px;
  width: 160px;
  font-size: 22px;
  position: absolute;
  top: -15px;
  left: -20px;
  transform: rotate(-8deg);
}
/* --------------------------- */
/* JOBS */
/* --------------------------- */

/* --------------------------- */
/* STUDY */
/* --------------------------- */
.study-area {
  padding: 150px 0;
}
.study-level {
  font-size: 28px;
  text-align: center;
  margin: 50px 0 0;
  color: white;
  background-color: #dd2629;
  padding: 10px 0;
}
.study-level2 {
  font-size: 28px;
  text-align: center;
  margin: 80px 0 30px;
  color: white;
  background-color: #dd2629;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .study-level {
    font-size: 24px;
  }
  .study-level2 {
    font-size: 24px;
  }
}
.study-project {
  font-size: 22px;
  text-align: center;
  margin: 30px 0;
}
.study-table {
  width: 100%;
  font-size: 18px;
  background-color: white;
  text-align: center;
}
@media (max-width: 768px) {
  .study-table {
    width: 900px;
  }
}
.study-table thead {
  background-color: #036eb8;
  color: white;
}
.study-table td {
  padding: 15px 0;
  font-size: 16px;
}
.study-table-note {
  font-size: 18px;
  text-align: right;
  margin: 10px 0 50px;
}
/* --------------------------- */
/* STUDY */
/* --------------------------- */

/* --------------------------- */
/* BONUS */
/* --------------------------- */
.bonus-area {
  padding: 0 0 50px;
}
.bonus-img {
  margin-top: 10px;
}
.bonus-des {
  margin-top: 50px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bonus-des {
    font-size: 20px;
  }
}
.bonus-store-btn {
  font-size: 20px;
  text-align: center;
  padding: 15px 0 17px;
  border: 2px black solid;
  background-color: white;
  margin-top: 15px;
}
/* --------------------------- */
/* BONUS */
/* --------------------------- */

/* --------------------------- */
/* EVENT */
/* --------------------------- */
.no-webp .event-1-area {
  padding: 100px 0;
  background-image: url(../img/event-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.webp .event-1-area {
  padding: 100px 0;
  background-image: url(../img/event-bg.webp);
  background-size: cover;
  background-attachment: fixed;
}
.event-1-t {
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  color: white;
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
  margin-bottom: 50px;
}
.event-1-btn {
  font-size: 25px;
  text-align: center;
  background-color: white;
  padding: 30px 0;
  width: 100%;
}
.event-1-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}
/* --------------------------- */
/* EVENT */
/* --------------------------- */

/* --------------------------- */
/* FOOTER */
/* --------------------------- */
.footer-line {
  height: 10px;
  background-color: #dd2629;
}
.footer-bg {
  padding: 50px 0;
  background-color: #222;
}
.copyright {
  color: white;
  text-align: right;
  font-size: 18px;
}
@media (max-width: 768px) {
  .copyright {
    text-align: center;
  }
}
/* --------------------------- */
/* FOOTER */
/* --------------------------- */

.navbar-toggler {
  background-color: #dd2629;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.a-none-blue a {
  color: #000 !important;
  text-decoration: none !important;
}

#footer {
  margin-top: 120px;
}
#event-1 {
  margin-bottom: 120px;
}
