@charset "UTF-8";
/*
　　共通
　　index（トップページ）
　　page（募集要項ページ）
*/
/*----------------------------
　　共通
----------------------------*/
html {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 100%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  html {
    width: 100%;
    height: 100%;
    min-width: 100%;
    font-size: 3.4210526316vw;
  }
}

body {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  color: #3B4A3F;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-rendering: optimizeSpeed;
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  body {
    width: 100%;
    height: 100%;
    min-width: 100%;
  }
}

a:hover {
  opacity: 0.6;
  transition: opacity 0.25s ease;
}

figure {
  text-align: center;
}

.inner {
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  min-width: 1200px;
  max-width: 1500px;
}
@media screen and (max-width: 640px) {
  .inner {
    margin: 0 auto;
    padding: 0 5.2631578947vw;
    min-width: 100%;
    max-width: 100%;
  }
}

.content {
  padding: 120px 0;
}
@media screen and (max-width: 640px) {
  .content {
    padding: 13.1578947368vw 0;
  }
}

.float_entry {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .float_entry {
    bottom: 6.5789473684vw;
    right: 6.5789473684vw;
    width: 26.3157894737vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 120px;
}
@media screen and (max-width: 640px) {
  .header {
    max-width: 100%;
    min-width: 100%;
    height: 15.7894736842vw;
  }
}
.header .header_logo {
  position: fixed;
  top: 30px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .header .header_logo {
    width: 52.6315789474vw;
    top: 5.2631578947vw;
  }
}
@media screen and (max-width: 640px) {
  .header .header_logo img {
    vertical-align: top;
  }
}
.header .header_serch {
  position: absolute;
  top: 33px;
  right: 120px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .header .header_serch {
    top: 3.9473684211vw;
    right: 15.7894736842vw;
    width: 5.9210526316vw;
    font-size: 2.1052631579vw;
  }
}
.header .header_serch a {
  color: #002F63;
  text-decoration: none;
}
.header .header_menu {
  position: absolute;
  top: 37px;
  right: 45px;
  z-index: 10;
  display: block;
  margin-bottom: 0.5em;
  padding: 0;
  border: none;
  background: none;
}
@media screen and (max-width: 640px) {
  .header .header_menu {
    top: 5.2631578947vw;
    right: 5.2631578947vw;
  }
}
.header .header_menu_outer {
  position: relative;
  width: 36px;
  height: 45px;
}
@media screen and (max-width: 640px) {
  .header .header_menu_outer {
    width: 6.5789473684vw;
    height: 7.2368421053vw;
  }
}
.header .header_menu_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  margin: 10px 0 0;
  background: #002F63;
}
@media screen and (max-width: 640px) {
  .header .header_menu_item {
    width: 6.5789473684vw;
    height: 0.3947368421vw;
    margin-top: 1.3157894737vw;
  }
}
.header .header_menu_item:before, .header .header_menu_item:after {
  display: block;
  position: absolute;
  left: 0;
  width: 36px;
  height: 3px;
  background: #002F63;
  content: "";
  transition: transform 200ms, top 200ms;
}
@media screen and (max-width: 640px) {
  .header .header_menu_item:before, .header .header_menu_item:after {
    width: 6.5789473684vw;
    height: 0.3947368421vw;
  }
}
.header .header_menu_item:before {
  top: -400%;
  transform: rotate(0deg);
}
.header .header_menu_item:after {
  top: 400%;
  transform: rotate(0deg);
}
.header .header_menu_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #002F63;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .header .header_menu_text {
    font-size: 2.1052631579vw;
  }
}
.header .header_menu.open .header_menu_item {
  background-color: transparent;
}
.header .header_menu.open .header_menu_item:before, .header .header_menu.open .header_menu_item:after {
  top: 0;
}
.header .header_menu.open .header_menu_item:before {
  transform: rotate(225deg);
}
.header .header_menu.open .header_menu_item:after {
  transform: rotate(-225deg);
}
.header .header_gnav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(300%);
  transition: ease 0.5s;
  width: 500px;
  height: 100vh;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .header .header_gnav {
    width: 100%;
  }
}
.header .header_gnav.open {
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(255, 255, 255, 0.95);
}
.header .header_gnav ul {
  padding: 100px 30px 30px;
}
@media screen and (max-width: 640px) {
  .header .header_gnav ul {
    padding: 15.7894736842vw 5.2631578947vw 5.2631578947vw;
  }
}
.header .header_gnav ul li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .header .header_gnav ul li {
    font-size: 3.9473684211vw;
  }
}
.header .header_gnav ul li a {
  padding: 1em 0;
  display: block;
  color: #3B4A3F;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .header .header_gnav ul li a {
    padding: 1.5em;
  }
}
.header .logo_b {
  display: none;
}
.header.scroll {
  background: rgba(255, 255, 255, 0.9);
}
.header.scroll .logo_w {
  display: none;
}
.header.scroll .logo_b {
  display: inherit;
}

.main {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .main {
    margin-top: 15.7894736842vw;
  }
}

/*----------------------------
　　index（トップページ）
----------------------------*/
.index .main {
  margin-top: 0;
}

.mv {
  position: relative;
}
.mv .bx-wrapper {
  width: 1920px;
  margin: 0 auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
@media screen and (max-width: 640px) {
  .mv .bx-wrapper {
    width: 100%;
  }
}
.mv .mv_textarea {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .mv .mv_textarea {
    top: 35%;
    width: 100%;
  }
}
.mv .mv_ttl {
  text-align: center;
}
.mv .mv_btn {
  display: flex;
  justify-content: center;
  margin: -100px 0 0;
}
@media screen and (max-width: 640px) {
  .mv .mv_btn {
    flex-wrap: wrap;
    margin-top: -4.6052631579vw;
  }
}
.mv .mv_btn li {
  width: 445px;
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  .mv .mv_btn li {
    width: 48%;
    margin: 0;
  }
}
.mv .mv_btn li a {
  display: block;
  padding: 0.7em 0.5em 1.6em;
  color: #3B4A3F;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1500px) {
  .mv .mv_btn li a {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1200px) {
  .mv .mv_btn li a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .mv .mv_btn li a {
    padding: 0.7em 0.5em 1.2em;
    font-size: 3.4210526316vw;
  }
}
.mv .mv_btn .regular a {
  background: url("../images/mv_btn_regular.png") top center no-repeat;
  background-size: contain;
}
.mv .mv_btn .temporary a {
  background: url("../images/mv_btn_temporary.png") top center no-repeat;
  background-size: contain;
}
.mv .mv_btn .internship a {
  background: url("../images/mv_btn_internship.png") top center no-repeat;
  background-size: contain;
}

.intro .content {
  padding: 120px 0;
}
@media screen and (max-width: 640px) {
  .intro .content {
    padding: 0;
  }
}
.intro .intro_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .intro .intro_wrap {
    flex-wrap: wrap;
  }
}
.intro .intro_wrap01 {
  align-items: flex-start;
}
.intro .intro_wrap02 {
  margin-top: -160px;
  align-items: flex-end;
}
@media screen and (max-width: 1920px) {
  .intro .intro_wrap02 {
    margin-top: -8.3333333333vw;
  }
}
@media screen and (max-width: 1200px) {
  .intro .intro_wrap02 {
    margin-top: -10rem;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 640px) {
  .intro .intro_wrap02 {
    margin-top: 0;
  }
}
.intro .intro_textarea {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .intro .intro_textarea {
    width: 100%;
  }
}
.intro .intro_textarea01 {
  padding-left: 15%;
}
@media screen and (max-width: 640px) {
  .intro .intro_textarea01 {
    padding: 13.1578947368vw 5.2631578947vw;
  }
}
.intro .intro_textarea02 {
  padding-right: 10%;
}
@media screen and (max-width: 640px) {
  .intro .intro_textarea02 {
    order: 1;
    padding: 13.1578947368vw 5.2631578947vw;
  }
}
.intro .intro_lttl {
  margin-bottom: 60px;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1920px) {
  .intro .intro_lttl {
    margin-bottom: 3.125vw;
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 1200px) {
  .intro .intro_lttl {
    margin-bottom: 3.7rem;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 640px) {
  .intro .intro_lttl {
    margin-bottom: 6.5789473684vw;
    font-size: 7.1052631579vw;
  }
}
.intro .intro_text {
  margin-top: 1.5em;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1920px) {
  .intro .intro_text {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 1200px) {
  .intro .intro_text {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .intro .intro_text {
    font-size: 3.6842105263vw;
  }
}
.intro .intro_img {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .intro .intro_img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .intro .intro_img02 {
    order: 2;
  }
}
.intro .intro_img img {
  width: 100%;
}
.intro .intro_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .intro .intro_list {
    justify-content: center;
  }
}
.intro .intro_list li {
  width: 33%;
  margin: 30px 0 0 0;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1920px) {
  .intro .intro_list li {
    width: 25%;
    margin: 1.5625vw 0 0 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .intro .intro_list li {
    width: 48%;
    margin: 2.6315789474vw 0 0;
    font-size: 3.1578947368vw;
  }
}
@media screen and (max-width: 640px) {
  .intro .intro_list li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.intro .intro_list li a {
  color: #3B4A3F;
  text-decoration: none;
}
.intro .intro_list li img {
  display: block;
  margin: 0 auto;
}

.section_border {
  padding-top: 120px;
  background: url("../images/section_border.png") top center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .section_border {
    padding-top: 13.1578947368vw;
    background-size: 181.5789473684vw;
  }
}

.btn_entry {
  width: 500px;
  margin: 80px auto 0;
}
@media screen and (max-width: 640px) {
  .btn_entry {
    width: 78.9473684211vw;
    margin-top: 10.5263157895vw;
  }
}
.btn_entry a {
  display: block;
  padding: 1.3em 0.5em 2.2em;
  color: #3B4A3F;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .btn_entry a {
    padding: 1.1em 0.5em 2em;
    font-size: 3.9473684211vw;
  }
}
.btn_entry_regular a {
  background: url("../images/btn_entry_regular.png") top center no-repeat;
  background-size: contain;
}

.point .point_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .point .point_wrap {
    display: block;
    margin-top: 0;
  }
}
.point .point_list {
  width: 1150px;
  padding: 70px 0 70px 0;
  background: #F7B400;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.point .point_list ol {
  margin: 0 0 0;
  width: 80%;
}
@media screen and (max-width: 1920px) {
  .point .point_list ol {
    width: 100%;
  }
}
@media screen and (max-width: 1920px) {
  .point .point_list {
    width: 59.8958333333vw;
    padding: 3.6458333333vw 12.5vw 3.6458333333vw 5vw;
  }
}
@media screen and (max-width: 1500px) {
  .point .point_list {
    width: 900px;
  }
}
@media screen and (max-width: 640px) {
  .point .point_list {
    width: 90%;
    padding: 10.5263157895vw 5.2631578947vw 15.7894736842vw;
  }
}
.point .point_list li {
  position: relative;
  margin-top: 30px;
  padding-left: 50px;
  font-size: 2.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .point .point_list li {
    margin-top: 3.9473684211vw;
    padding-left: 7.8947368421vw;
    font-size: 3.9473684211vw;
  }
}
.point .point_list li:first-child {
  margin-top: 0;
}
.point .point_list .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  border: #FFF 3px solid;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .point .point_list .num {
    width: 6.5789473684vw;
    border: #FFF 0.3947368421vw solid;
    font-size: 3.9473684211vw;
  }
}
.point .point_list .small {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .point .point_list .small {
    font-size: 2.6315789474vw;
  }
}
.point .point_img {
  width: 960px;
  margin: -230px 0 0 -190px;
}
@media screen and (max-width: 1920px) {
  .point .point_img {
    width: 50vw;
    margin: -11.9791666667vw 0 0 -9.8958333333vw;
  }
}
@media screen and (max-width: 1500px) {
  .point .point_img {
    width: 750px;
    margin: -225px 0 0 -155px;
  }
}
@media screen and (max-width: 640px) {
  .point .point_img {
    width: 90%;
    margin: -10.5263157895vw 0 0 auto;
  }
}

.skill .skill_wrap {
  padding: 80px;
  border: #F7B400 1px solid;
}
@media screen and (max-width: 640px) {
  .skill .skill_wrap {
    padding: 5.2631578947vw;
  }
}
.skill .skill_text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .skill .skill_text {
    font-size: 3.6842105263vw;
  }
}

.business .business_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .business .business_wrap {
    flex-wrap: wrap;
  }
}
.business .business_textarea {
  width: 55%;
}
@media screen and (max-width: 640px) {
  .business .business_textarea {
    width: 100%;
  }
}
.business .business_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.business .business_list dt,
.business .business_list dd {
  margin-top: 1.5em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55;
}
@media screen and (max-width: 640px) {
  .business .business_list dt,
  .business .business_list dd {
    font-size: 3.1578947368vw;
  }
}
.business .business_list dt {
  position: relative;
  width: 25%;
  padding-left: 1em;
  color: #F7B400;
}
@media screen and (max-width: 640px) {
  .business .business_list dt {
    width: 30%;
  }
}
.business .business_list dt:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.business .business_list dd {
  width: 70%;
}
@media screen and (max-width: 640px) {
  .business .business_list dd {
    width: 65%;
  }
}
.business .business_img {
  width: 38%;
}
@media screen and (max-width: 640px) {
  .business .business_img {
    width: 100%;
    margin-top: 5.2631578947vw;
  }
}
.business .business_text {
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55;
}
@media screen and (max-width: 640px) {
  .business .business_text {
    font-size: 3.4210526316vw;
  }
}

.description .content {
  padding: 0;
}
.description .ttl_m {
  margin-top: 0;
}
.description .ttl_m .en {
  color: #002F63;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.description .ttl_m .regular {
  display: inline-block;
  margin: 15px auto 0;
  padding: 0.3em 1em;
  background: #002F63;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .description .ttl_m .regular {
    width: auto;
    margin-top: 2.6315789474vw;
    font-size: 5.2631578947vw;
  }
}
.description .description_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}
.description .description_nav li {
  width: 45%;
  border-bottom: #3B4A3F 1px solid;
  line-height: 1.3;
}
.description .description_nav li:first-child, .description .description_nav li:nth-child(2) {
  border-top: #3B4A3F 1px solid;
}
@media screen and (max-width: 640px) {
  .description .description_nav li:nth-child(2) {
    border-top: none;
  }
}
@media screen and (max-width: 640px) {
  .description .description_nav li {
    width: 100%;
  }
}
.description .description_nav a {
  display: block;
  padding: 30px 30px 30px 30px;
  background: url("../images/description_nav_resort.png") top 50% right no-repeat;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .description .description_nav a {
    padding: 3.9473684211vw 6.5789473684vw 3.9473684211vw 3.9473684211vw;
    background-size: 3.9473684211vw;
  }
}
.description .description_nav .sub {
  color: #3B4A3F;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .description .description_nav .sub {
    font-size: 3.1578947368vw;
  }
}
.description .description_nav .main {
  display: block;
  color: #F7B400;
  font-size: 2.8rem;
}
@media screen and (max-width: 640px) {
  .description .description_nav .main {
    font-size: 4.7368421053vw;
  }
}

@media screen and (max-width: 640px) {
  .regular .ttl_ll .main {
    border-bottom: #F7B400 1.0526315789vw solid;
  }
}
.regular .ttl_ll .main:after {
  background: #F7B400;
}
.regular .ttl_ll .sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .regular .ttl_ll .sub {
    width: 100%;
    font-size: 3.9473684211vw;
  }
}
.regular .ttl_l .en {
  color: #F7B400;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.regular .ttl_l .regular {
  background: #F7B400;
}
.regular .ttl_m .en {
  color: #F7B400;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.regular .ttl_s {
  border: #F7B400 1px solid;
  color: #F7B400;
}
.regular .ttl_ss {
  border-bottom: #F7B400 1px dashed;
}
.regular .description .ttl_m .en {
  color: #002F63;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.regular .description .ttl_m .regular {
  background: #002F63;
}
.regular .description .description_nav .resort a {
  background: url("../images/description_nav_resort.png") top 50% right no-repeat;
}
.regular .description .description_nav .resort .main {
  color: #F7B400;
}
.regular .description .description_nav .hotel a {
  background: url("../images/description_nav_hotel.png") top 50% right no-repeat;
}
.regular .description .description_nav .hotel .main {
  color: #6FB92C;
}

.resort .content {
  padding-top: 0;
}
.resort .ttl_l .en {
  color: #F7B400;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.resort .ttl_l .regular {
  background: #F7B400;
}
.resort .ttl_m .en {
  color: #F7B400;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.resort .ttl_s {
  border: #F7B400 1px solid;
  color: #F7B400;
}
.resort .ttl_ss {
  border-bottom: #F7B400 1px dashed;
}
.resort .point .point_list {
  background: #F7B400;
}
.resort .skill .skill_wrap {
  border: #F7B400 1px solid;
}
.resort .business .business_list dt {
  color: #F7B400;
}
.resort .btn_entry a {
  background: url("../images/btn_entry_regular.png") top center no-repeat;
  background-size: contain;
}

.hotel .content {
  padding-top: 0;
}
.hotel .ttl_l .en {
  color: #6FB92C;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.hotel .ttl_l .regular {
  background: #6FB92C;
}
.hotel .ttl_m .en {
  color: #6FB92C;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.hotel .ttl_s {
  border: #6FB92C 1px solid;
  color: #6FB92C;
}
.hotel .ttl_ss {
  border-bottom: #6FB92C 1px dashed;
}
.hotel .point .point_list {
  background: #6FB92C;
}
.hotel .skill .skill_wrap {
  border: #6FB92C 1px solid;
}
.hotel .business .business_list dt {
  color: #6FB92C;
}
.hotel .btn_entry a {
  background: url("../images/btn_entry_hotel.png") top center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .temporary .ttl_ll .main {
    border-bottom: #CB6858 1.0526315789vw solid;
  }
}
.temporary .ttl_ll .main:after {
  background: #CB6858;
}
.temporary .ttl_l .en {
  color: #CB6858;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.temporary .ttl_m .en {
  color: #F7B400;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.temporary .ttl_s {
  border: #F7B400 1px solid;
  color: #F7B400;
}
.temporary .ttl_ss {
  border-bottom: #F7B400 1px dashed;
}
.temporary .job .content {
  padding-top: 0;
}
.temporary .point .point_list {
  background: #CB6858;
}
.temporary .description .ttl_m .en {
  color: #CB6858;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.temporary .description .ttl_m .regular {
  background: #CB6858;
}
.temporary .description .description_nav .job a {
  background: url("../images/description_nav_job.png") top 50% right no-repeat;
}
.temporary .description .description_nav .job .main {
  color: #CB6858;
}

@media screen and (max-width: 640px) {
  .internship .ttl_ll .main {
    border-bottom: #3796d0 1.0526315789vw solid;
  }
}
.internship .ttl_ll .main:after {
  background: #3796d0;
}
.internship .ttl_l {
  margin-bottom: 3em;
  justify-content: center;
}
.internship .ttl_l .en {
  color: #3796d0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: center;
}
.internship .ttl_l .regular {
  background: #3796d0;
}
.internship .ttl_m .en {
  color: #3796d0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.internship .ttl_s {
  border: #3796d0 1px solid;
  color: #3796d0;
}
.internship .ttl_ss {
  border-bottom: #3796d0 1px dashed;
}
.internship-inner {
  margin: 0 auto;
  width: 114rem;
}
@media screen and (max-width: 640px) {
  .internship-inner {
    width: 100%;
  }
}
.internship-inner + .content {
  padding-bottom: 0;
}
.internship-inner table {
  border: none;
  width: 100%;
}
.internship-inner tr td {
  padding: 1.5em 0.5em;
  border: none;
  border-bottom: solid 1px #3796d0;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .internship-inner tr td {
    font-size: 3.1578947368vw;
  }
}
.internship-inner tr td:first-child {
  color: #3796d0;
}
.internship .description .ttl_m .en {
  color: #3796d0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.internship .description .ttl_m .regular {
  background: #3796d0;
}
.internship .description .description_nav .job .hotel a {
  background: url("../images/description_nav_hotel.png") top 50% right no-repeat;
}
.internship .description .description_nav .job .hotel .main {
  color: #6FB92C;
}
.internship .description .description_nav .job .ski a {
  background: url("../images/description_nav_resort.png") top 50% right no-repeat;
}
.internship .description .description_nav .job .ski .main {
  color: #F7B400;
}

.outline .ttl_m .en {
  color: #002F63;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.entry .content {
  padding-top: 0;
}

.flow .content {
  padding-top: 0;
}
.flow .flow_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .flow .flow_list {
    flex-wrap: wrap;
    margin-bottom: 10.5263157895vw;
  }
}
.flow .flow_list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  padding: 1.5em 1em;
  background: rgba(0, 47, 99, 0.1);
  color: #002F63;
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flow .flow_list li {
    width: 100%;
    margin-bottom: 7.8947368421vw;
    font-size: 3.9473684211vw;
  }
}
.flow .flow_list li:last-child {
  background: #002F63;
  color: #FFF;
  font-size: 3.6rem;
}
@media screen and (max-width: 640px) {
  .flow .flow_list li:last-child {
    margin-bottom: 0;
    padding: 1em 1em;
    font-size: 5.2631578947vw;
  }
}
.flow .flow_list li:last-child:after {
  content: none;
}
.flow .flow_list li:after {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 31px;
  background: url("../images/outline_flow_arrow.png") top center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .flow .flow_list li:after {
    top: auto;
    right: auto;
    bottom: -4.6052631579vw;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    width: 5.2631578947vw;
  }
}
.flow .flow_btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .flow .flow_btn {
    flex-wrap: wrap;
  }
}
.flow .flow_btn li {
  margin: 0 30px;
}
@media screen and (max-width: 640px) {
  .flow .flow_btn li {
    margin: 0;
    width: 100%;
  }
}
.flow .flow_btn a {
  display: block;
  width: 495px;
  padding: 2em 0 1.5em;
  color: #3B4A3F;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .flow .flow_btn a {
    width: 100%;
    padding: 1.6em 0.5em 1.1em;
    font-size: 4.2105263158vw;
    letter-spacing: 0;
  }
}
.flow .flow_btn .regular a {
  background: url("../images/flow_btn_regular.png") top center no-repeat;
  background-size: contain;
}
.flow .flow_btn .temporary a {
  background: url("../images/flow_btn_temporary.png") top center no-repeat;
  background-size: contain;
}

.company .content {
  padding-top: 0;
}
.company .company_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .company .company_detail {
    width: 100%;
  }
}
.company .company_detail dt,
.company .company_detail dd {
  padding: 0.5em 0;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .company .company_detail dt,
  .company .company_detail dd {
    font-size: 3.4210526316vw;
  }
}
.company .company_detail dt {
  width: 15%;
  color: #002F63;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .company .company_detail dt {
    width: 30%;
  }
}
.company .company_detail dd {
  width: 80%;
}
@media screen and (max-width: 640px) {
  .company .company_detail dd {
    width: 65%;
  }
}
.company .company_detail li {
  margin-top: 1em;
}
.company .company_detail li:first-child {
  margin-top: 0;
}

/*----------------------------
　　page（募集要項ページ）
----------------------------*/
.page {
  /*
  .header {
  	background: $color_base01;
  }
  */
}
.page .description .content {
  padding: 0 0 120px;
}
@media screen and (max-width: 640px) {
  .page .description .content {
    padding: 0 0 13.1578947368vw;
  }
}
.page .description .ttl_ll .main {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .page .description .ttl_ll .main {
    border-bottom: #002F63 1.0526315789vw solid;
  }
}
.page .description .ttl_ll .main:after {
  background: #002F63;
}
.page .description .btn_c {
  clear: both;
}
.page .description .description_table {
  float: left;
  width: 850px;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .page .description .description_table {
    float: none;
    width: 100%;
    margin-bottom: 6.5789473684vw;
  }
}
.page .description .description_table th,
.page .description .description_table td {
  padding: 1.2em 0;
  border-bottom: rgba(0, 47, 99, 0.2) 1px solid;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .page .description .description_table th,
  .page .description .description_table td {
    font-size: 3.4210526316vw;
  }
}
.page .description .description_table th {
  width: 15%;
  color: #002F63;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .page .description .description_table th {
    width: 30%;
  }
}
.page .description .description_table td {
  width: 83%;
}
@media screen and (max-width: 640px) {
  .page .description .description_table td {
    width: 68%;
  }
}
.page .description .description_img {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .page .description .description_img {
    width: 48%;
    margin-bottom: 3.9473684211vw;
  }
}
.page .description .description_img_wrap {
  float: right;
  width: 435px;
}
@media screen and (max-width: 640px) {
  .page .description .description_img_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 6.5789473684vw;
  }
}

/*----------------------------
　　internship（インターンシップ）
----------------------------*/
@media screen and (max-width: 640px) {
  .internship .ttl_l {
    margin-bottom: 1em;
  }
}
.internship-inner h2 {
  margin: 1em auto 0.5em;
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .internship-inner h2 {
    font-size: 3.9473684211vw;
  }
}
.internship-outline {
  margin: 0 auto 5em;
  width: 114rem;
}
@media screen and (max-width: 640px) {
  .internship-outline {
    width: 100%;
    font-size: 3.4210526316vw;
  }
}
.internship-outline .outline-title {
  margin-bottom: 2em;
  padding: 0.5em;
  border: solid 1px #3B4A3F;
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .internship-outline .outline-title {
    font-size: 3.9473684211vw;
  }
}
.internship-outline .outline-title span {
  padding: 0.25em 0.4em;
  display: inline-block;
  color: #FFF;
  background: #3B4A3F;
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .internship-outline .outline-title span {
    margin: 0 auto 0.25em;
    display: block;
    width: 10em;
    font-size: 3.4210526316vw;
  }
}
.internship-outline .outline-title-sub {
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .internship-outline .outline-title-sub {
    font-size: 3.9473684211vw;
  }
}
.internship-outline h2 {
  margin: 1em auto 0.5em;
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .internship-outline h2 {
    font-size: 3.9473684211vw;
  }
}
.internship-outline table {
  border: none;
  width: auto !important;
}
.internship-outline table tr td {
  border: none;
  text-align: left;
  min-width: 4em;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .internship-outline table tr td {
    font-size: 3.4210526316vw;
  }
}
.internship-outline table tr td:first-child {
  border-right: solid 1px #3B4A3F;
}
.internship-outline.hotel h2 {
  color: #6FB92C;
}
.internship-outline.hotel .outline-title {
  border: solid 1px #6FB92C;
  color: #6FB92C;
}
.internship-outline.hotel .outline-title span {
  color: #FFF;
  background: #6FB92C;
}
.internship-outline.hotel table tr td:first-child {
  color: #6FB92C;
  border-right: solid 1px #6FB92C;
}
.internship-outline.ski h2 {
  color: #F7B400;
}
.internship-outline.ski .outline-title {
  border: solid 1px #F7B400;
  color: #F7B400;
}
.internship-outline.ski .outline-title span {
  color: #FFF;
  background: #F7B400;
}
.internship-outline.ski table tr td:first-child {
  color: #F7B400;
  border-right: solid 1px #F7B400;
}
.internship-bottom {
  margin-top: 2em;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .internship-bottom {
    font-size: 3.9473684211vw;
  }
}

/*----------------------------
　　footer
----------------------------*/
.footer {
  padding: 120px 0;
  background: #F4F4ED;
  color: #002F63;
  width: 100%;
  min-width: 1200px;
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 13.1578947368vw 0;
    min-width: 100%;
  }
}
.footer a {
  color: #002F63;
  text-decoration: none;
}
.footer .footer_bnr {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .footer .footer_bnr {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10.5263157895vw;
  }
}
.footer .footer_bnr li {
  padding: 1%;
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer .footer_bnr li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .footer .footer_bnr li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.footer .footer_logo {
  font-size: 3.3rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer .footer_logo {
    font-size: 6.5789473684vw;
  }
}
.footer .footer_address {
  margin-bottom: 1em;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer .footer_address {
    font-size: 3.9473684211vw;
  }
}
.footer .footer_tel {
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer .footer_tel {
    font-size: 3.9473684211vw;
  }
}
.footer .footer_tel .num {
  font-size: 5rem;
}
@media screen and (max-width: 640px) {
  .footer .footer_tel .num {
    font-size: 7.8947368421vw;
  }
}/*# sourceMappingURL=style.css.map */