@charset "UTF-8";

* {
  box-sizing: border-box;
}

:root {
  --color-black: #171717;
  --color-blue: #2B58AF;
  --color-blue_sub: #3B9BE2;
  --color-sky: #EBF6FF;
  --color-yellow: #FFE98D;
  --color-red: #EB678B;
  --font-mplus: "M PLUS 1p", sans-serif;
}

/* =====================
  fonts
===================== */

/*  Regular (400)
------------------------*/
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"),
       url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
}

/*  Bold (700)
------------------------*/
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"),
       url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
}

/* =====================
  common
===================== */

#skibaito {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-style: normal;
  color: var(--color-black);
  overflow: clip;
}

#skibaito::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: var(--color-sky) url(../../img/feature/skibaito/bg_snow.svg) repeat top center;
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#skibaito .inner {
  margin: 0 auto;
}

#skibaito img,
#footer_line img,
#footer img {
  width: 100%;
}

#skibaito a {
  text-decoration: none;
}

#wrapper {
  overflow: clip;
}

/* =====================
  color
===================== */

.c_hokkaido,
.c_hokkaido .c_bg {
  background: #DB759E;
}

.c_tohoku,
.c_tohoku .c_bg {
  background: #8FACDC;
}

.c_kanto,
.c_kanto .c_bg {
  background: #C9BE76;
}

.c_hokuriku,
.c_hokuriku .c_bg {
  background: #75B4C7;
}

.c_etc,
.c_etc .c_bg {
  background: #B687D3;
}

#skibaito .c_hokkaido .c_color {
  color: #DB759E;
}

#skibaito .c_tohoku .c_color {
  color: #8FACDC;
}

#skibaito .c_kanto .c_color {
  color: #C9BE76;
}

#skibaito .c_hokuriku .c_color {
  color: #75B4C7;
}

#skibaito .c_etc .c_color {
  color: #B687D3;
}

.c_hokkaido .ttl_balloon span::before {
  border-top-color: #DB759E;
}

.c_tohoku .ttl_balloon span::before {
  border-top-color: #8FACDC;
}

.c_kanto .ttl_balloon span::before {
  border-top-color: #C9BE76;
}

.c_hokuriku .ttl_balloon span::before {
  border-top-color: #75B4C7;
}

.c_etc .ttl_balloon span::before {
  border-top-color: #B687D3;
}

.c_hokkaido .area_spot_item {
  border-color: #F7EAF1;
}

.c_tohoku .area_spot_item {
  border-color: #EFF3F9;
}

.c_kanto .area_spot_item {
  border-color: #F4F2E4;
}

.c_hokuriku .area_spot_item {
  border-color: #E5F0F3;
}

.c_etc .area_spot_item {
  border-color: #EEE7F5;
}

.c_hokkaido .area_spot_item a::before {
  background-image: url(../../img/feature/skibaito/icon_search_pink.svg);
  background-color: #F7EAF1;
}

.c_tohoku .area_spot_item a::before {
  background-image: url(../../img/feature/skibaito/icon_search_sky.svg);
  background-color: #EFF3F9;
}

.c_kanto .area_spot_item a::before {
  background-image: url(../../img/feature/skibaito/icon_search_yellow.svg);
  background-color: #F4F2E4;
}

.c_hokuriku .area_spot_item a::before {
  background-image: url(../../img/feature/skibaito/icon_search_green.svg);
  background-color: #E5F0F3;
}

.c_etc .area_spot_item a::before {
  background-image: url(../../img/feature/skibaito/icon_search_purple.svg);
  background-color: #EEE7F5;
}

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

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

  /* =====================
    common
  ===================== */

  #skibaito {
    font-size: 16px;
  }

  #skibaito .inner {
    width: 95%;
    max-width: 1060px;
  }

  .tab {
    display: none;
  }

  .pc_none {
    display: none !important;
  }

  /* =====================
    contents
  ===================== */
  
  .contents {
    padding: 80px 0;
  }

  .text p:not(:last-of-type) {
    margin-bottom: 20px;
  }

  /* =====================
    fv
  ===================== */
  
  #fv {
    max-height: 725px;
    height: 70vw;
    padding-top: 50px;
    background: url(../../img/feature/skibaito/section_snow.svg) repeat-x bottom -1px center,
                url(../../img/feature/skibaito/fv_bg.jpg) repeat-x center;
    background-size: auto 238px, auto 100%;
  }

  #fv .inner {
    display: flex;
    align-items: center;
    position: relative;
  }

  .fv_ttl {
    width: 530px;
    position: absolute;
    top: 10px;
    right: -35px;
  }
 
  .fv_ttl span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 299px;
    height: 99px;
    background: url(../../img/feature/skibaito/fv_ttl_year.svg) no-repeat center;
    background-size: contain;
    color: var(--color-blue);
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 34px;
    letter-spacing: -0.01em;
    line-height: 1;
    text-align: center;
    padding: 0 20px 10px 0;
    position: absolute;
    bottom: 109px;
    left: 50%;
    transform: rotate(-9deg) translateX(calc(-50% + 10px));
  }
  
  .fv_img {
    max-width: 885px;
    width: 84%;
  }

  .fv_img img {
    height: auto;
  }

  .fv_copy {
    width: 89px;
    position: absolute; 
    bottom: 20px;
    left: 0;   
  }

  /* =====================
    nav_skibaito
  ===================== */

  #nav_skibaito {
    background: #fff;
    padding: 30px 0 40px;
  }

  #nav_skibaito .menu {
    display: flex;
    justify-content: space-between;
  }
  
  #nav_skibaito .menu li {
    max-width: 200px;
    width: 19%;
    height: 60px;
    border-radius: 60px;
    font-family: var(--font-mplus);
    font-size: 16px;
    text-align: center;
    font-weight: 700;
  }

  #nav_skibaito .menu li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
  }
      
  #nav_skibaito .menu li a:before {
    content: '';
    width: 6px;
    height: 10px;
    display: block;
    background: url(../../img/feature/skibaito/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  /* =====================
    title
  ===================== */

  /*  ttl
  ------------------------*/
    
  #skibaito .ttl {
    font-family: var(--font-mplus);
    font-weight: 700;
    font-size: min(30px,3vw);
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 20px;
    color: var(--color-blue_sub);
  }

  /*  ttl_balloon
  ------------------------*/
  
  .ttl_balloon {
    font-family: var(--font-mplus);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }

  .ttl_balloon span {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    position: relative;
    background: var(--color-blue_sub);
  }

  .ttl_balloon span::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 13px solid var(--color-blue_sub);
    border-bottom: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .ttl_balloon span::after {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    background: url(../../img/feature/skibaito/ttl_snow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -15px;
    right: -12.5px;
  }

  /* =====================
    search_box
  ===================== */
  
  input,
  select,
  button,
  textarea {
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family : inherit;
  }

  .search_box {
    background: #F4F9FD;
    padding: 0 0 30px;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
  }

  .search_box_ttl {
    background: #30BDAC;
    font-family: var(--font-mplus);
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 13px 10px;
    color: #fff;
    margin-bottom: 25px;
  }

  .search_box_list {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }

  .search_box_item {
    max-width: 488px;
    width: 49%;
  }

  .search_box_item_ttl {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .search_check_mrk  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 10px;
  }

  .search_check_mrk li {
    width: calc( calc(100% - 20px) / 3 );
  }

  .search_check_mrk li input[type="checkbox"] {
    display: none;
  }

  .search_check_mrk li input[type="checkbox"] + label,
  .search_box button {
    cursor: pointer;
    color: var(--color-black);
  }

  .search_check_mrk li input[type="checkbox"] + label {
    display: flex;
    align-items: center;
    height: 40px;
    border: 2px solid #EAEAEA;
    font-size: min(13px, 1.3vw);
    background: #fff;
    letter-spacing: 0.05em;
    border-radius: 5px;
    padding: 0 10px 0 30px;
    cursor: pointer;
    position: relative;
    line-height: 1.1;
  }

  .search_check_mrk li input[type="checkbox"]:checked + label {
    color: #30BDAC;
    border-color: #30BDAC;
  }

  .search_check_mrk li input[type="checkbox"] + label::before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    background: #EAEAEA url(../../img/mypage/icon_check.svg) no-repeat center;
    background-size: 7px;
    position: absolute;
    top: 11px;
    left: 10px;
  }

  .search_check_mrk li input[type="checkbox"]:checked + label::before {
    background-color: #30BDAC;
  }

  button.btn_search {
    background: var(--color-red);
    width: 200px;
    height: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 50px;
    margin: 25px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
  }

  button.btn_search::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url(../../img/feature/skibaito/icon_search.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }

  /* =====================
    merit
  ===================== */

  #merit .ttl {
    text-align: center;
    margin-bottom: 25px;
  }

  .merit_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 5px;
    counter-reset: number 0;
    position: relative;
    margin-bottom: 50px;
  }

  .merit_list::before {
    content: '';
    width: 184px;
    height: 212px;
    display: block;
    background: url(../../img/feature/skibaito/merit_img1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    left: -108px;
    z-index: 1;
  }

  .merit_list::after {
    content: '';
    width: 183px;
    height: 164px;
    display: block;
    background: url(../../img/feature/skibaito/merit_img2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -70px;
    right: -102px;
    z-index: 1;
  }


  .merit_item {
    counter-increment: number 1;
    width: 350px;
    height: 350px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    position: relative;
  }

  .merit_item:nth-of-type(odd) {
    margin-top: 30px;
  }

  .merit_num {
    font-family: adobe-handwriting-ernie, sans-serif;
    font-weight: 400;
    color: var(--color-yellow);
    font-size: 27px;
    text-align: center;
    line-height: 1;
    transform: rotate(-4deg);
  }

  .merit_num::after {
    content: counter(number,decimal-leading-zero)'';
    font-size: 45px;
  }
  
  .merit_ttl {
    font-family: var(--font-mplus);
    color: var(--color-blue_sub);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }

  .merit_text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  /* =====================
    area_conts
  ===================== */

  .area_conts {
    padding-top: 45px;
    position: relative;
  }

  .area_conts::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../img/feature/skibaito/bg_ice.svg) repeat-y top center;
    background-size: 100%;
    mix-blend-mode: soft-light;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
  }

  .area_conts .inner {
    position: relative;
  }

  .area_conts .inner::before {
    content: '';
    width: 194px;
    height: 232px;
    display: block;
    background: url(../../img/feature/skibaito/deco_snow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 30px;
    left: -130px;
  }

  .area_conts:nth-of-type(odd) .inner::before {
    left: auto;
    right: -130px;
  }

  .area_ttl {
    text-align: center;
    color: #fff;
  }

  .area_ttl .en {
    font-family: adobe-handwriting-ernie, sans-serif;
    font-weight: 400;
    color: var(--color-yellow);
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    transform: rotate(-4deg);
    position: relative;
    padding-top: 60px;
    margin-bottom: 5px;
    text-transform:capitalize;
  }

  .area_ttl .en::before {
    content: '';
    width: 59px;
    height: 55px;
    display: block;
    background: url(../../img/feature/skibaito/ttl_deco.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(4deg);
  }
  
  .area_ttl .ja {
    font-family: var(--font-mplus);
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.5;
  }

  .area_ttl .ja strong {
    font-size: 40px;
  }

  .area_box {
    background: #fff;
    padding: 30px 75px 60px;
    margin-top: 100px;
    position: relative;
  }

  .area_box::before {
    content: '';
    width: 100%;
    height: 184px;
    display: block;
    background: url(../../img/feature/skibaito/section_snow.svg) no-repeat bottom -1px center;
    background-size: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
  }

  /*  area_top
  ------------------------*/
  
  .area_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 55px;
  }

  .area_img {
    width: 270px;
  }

  .area_img img {
    height: 270px;
    object-fit: cover;
    border-radius: 50%;
  }

  .area_text {
    width: calc( 100% - 270px - 40px );
  }

  /*  area_spot
  ------------------------*/

  .area_spot {
    margin-bottom: 55px;
  }
  
  .area_spot_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
  }

  .area_spot_item {
    width: calc( calc( 100% - 30px ) / 4 );
    border: 5px solid;
    border-radius: 10px;
  }

  .area_spot_item a {
    display: block;
    height: 100%;
    padding: 15px 20px 20px;
    color: var(--color-black);
    position: relative;
  }

  .area_spot_item a::before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    right: -5px;
  }

  .spot_ttl {
    font-family: var(--font-mplus);
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px;
  }

  .spot_text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  /* =====================
    area_baito
  ===================== */
 
  .job_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .job_list::after {
    content: '';
    max-width: 290px;
    width: 32%;
  }

  .job_item {
    max-width: 290px;
    width: 32%;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  }

  .job_item a:not(.job_favo) {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #444444;
    padding-bottom: 20px;
    position: relative;
  }

   .job_item a:not(.job_favo)::before {
    content: '';
    width: 30px;
    height: 29px;
    display: block;
    background: url(../../img/common/icon_detail.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -0.5px;
  }

  .job_img {
    width: 100%;
    height: 0;
    padding-bottom: 52.5%;
    position: relative;
  }

  .job_img img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .job_text {
    flex: 1;
    padding: 15px 15px 10px;
  }

  .job_area {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    position: relative;
    padding: 0 20px 0 18px;
    margin-bottom: 5px;
  }

  .job_area::before {
    content: '';
    width: 11px;
    height: 14px;
    display: block;
    background: url(../../img/common/icon_area.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }

  .job_ttl {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .job_data {
    margin: auto 15px 0;
  }

  .job_data li {
    min-height: 25px;
    display: flex;
    background: #F5F7F8;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 5px 5px 5px 35px;
    border-radius: 2px;
    position: relative;
    margin-bottom: 5px;
  }

  .job_data li::before {
    content: '';
    width: 25px;
    height: 100%;
    background: #444;
    border-radius: 2px 0 0 2px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }

  .job_data li.cat::before {
    background-image: url(../../img/common/icon_cat.svg);
  }

  .job_data li.pay::before {
    background-image: url(../../img/common/icon_pay.svg);
  }

  .job_data li:last-child {
    margin-bottom: 0;
  }

  .job_favo {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 52.5%;
    right: -5px;
    transform: translateY(-100%);
  }

  .job_favo img {
    width: 20px;
  }  

  .btn_skibaito {
    width: 430px;
    height: 80px;
    border-radius: 80px;
    font-family: var(--font-mplus);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    background: var(--color-red);
    margin: 30px auto 0;
    position: relative;
    overflow: hidden;
  }

  .btn_skibaito::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../img/feature/skibaito/bg_ice.svg) repeat-y center;
    background-size: 300%;
    mix-blend-mode: soft-light;
    position: absolute;
    top: 0;
    left: 0;
  }

  .btn_skibaito a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
  }

  .btn_skibaito a::before {
    content: '';
    width: 6px;
    height: 10px;
    display: block;
    background: url(../../img/feature/skibaito/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }

  /* =====================
    type
  ===================== */
  
  #type .ttl {
    text-align: center;
  }

  .type_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
  }

  .type_list::after {
    content: '';
    width: 32%;
  }

  .type_item {
    width: 32%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  }

  .type_img {
    width: 100%;
    height: 0;
    padding-bottom: 66.666%;
    position: relative;
  }

  .type_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .type_text {
    padding: 20px 20px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .type_ttl {
    font-family: var(--font-mplus);
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
    color: var(--color-blue_sub);
  }

  .type_text .text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .type_item  .btn_skibaito {
    width: 100%;
    height: 50px;
    font-size: 13px;
    background: var(--color-blue_sub);
    margin: auto auto 10px;
  }
  
  /* =====================
    single_fv
  ===================== */
  
  #single_fv {
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 45px;
    position: relative; 
    z-index: 0;
    overflow: hidden;
  }

  #single_fv::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../img/feature/skibaito/bg_ice.svg) repeat-y top center;
    background-size: 100%;
    mix-blend-mode: soft-light;
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #single_fv::after {
    content: '';
    width: 100%;
    height: 184px;
    display: block;
    background: url(../../img/feature/skibaito/section_snow.svg) repeat-x bottom -1px center;
    background-size: auto 100%;
    position: absolute;
    bottom: -1px;
    left: 0; 
  }

  .single_ttl_area {
    width: 541px;
    padding-right: 60px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .single_fv_area {
    width: 184px;
    height: 182px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../../img/feature/skibaito/single_fv_area.svg) no-repeat center;
    background-size: contain;
    font-family: var(--font-mplus);
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-bottom: 10px;
    color: #fff;
    position: absolute;
    top: -47px;
    right: 90px;
  }

  .single_fv_area span {
    display: block;
    transform: rotate(14deg);
  }

  .single_fv_ttl {
    width: 481px;
  }

  .single_fv_ttl span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 299px;
    height: 99px;
    background: url(../../img/feature/skibaito/fv_ttl_year.svg) no-repeat center;
    background-size: contain;
    color: var(--color-blue);
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 34px;
    letter-spacing: -0.01em;
    line-height: 1;
    text-align: center;
    padding: 0 20px 10px 0;
    position: absolute;
    bottom: 98px;
    left: 50%;
    transform: rotate(-9deg) translateX(calc(-50% + 5px));
  }

  .single_fv_ttl img {
    height: auto;
  }

  /* =====================
    single_fv_copy
  ===================== */
  
  #single_fv_copy {
    font-family: var(--font-mplus);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    color: var(--color-blue);
    background: #fff;
    padding: 30px 0 50px;
    position: relative;
  }

  /* =====================
    features
  ===================== */

  #features {
    padding-top: 70px;
  }
  
  .features_box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    padding: 55px 55px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }    

  .features_box::before {
    content: '';
    width: 184px;
    height: 212px;
    display: block;
    background: url(../../img/feature/skibaito/merit_img1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    left: -108px;
    z-index: 1;
  }

  .features_box::after {
    content: '';
    width: 183px;
    height: 164px;
    display: block;
    background: url(../../img/feature/skibaito/merit_img2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -70px;
    right: -102px;
    z-index: 1;
  }

  .features_img {
    width: 270px;
  }

  .features_img img {
    height: 270px;
    object-fit: cover;
    border-radius: 50%;
  }

  .features_text {
    width: calc( 100% - 270px - 40px );
  }

  /* =====================
    baito
  ===================== */

  #baito {
    background: #fff;
    margin-bottom: 80px;
  }

  #baito .job_list::before,
  #baito .job_list::after {
    content: '';
    max-width: 250px;
    width: 24%;
  }

  #baito .job_list::before {
    order: 1;
  }
  
  #baito .job_item {
    max-width: 250px;
    width: 24%;
    margin-bottom: 25px;
  }

  /* =====================
    access
  ===================== */

  #access {
    padding: 0 0 150px;
    background: url(../../img/feature/skibaito/section_snow.svg) repeat-x bottom -1px center;
    background-size: auto 238px;
  }
  
  .access_g_map {
    width: 100%;
    height: 0;
    padding-bottom: 33%;
    position: relative;
    margin-bottom: 40px;
  }

  .access_g_map iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .access_way_list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }

  .access_way_item {
    max-width: 510px;
    width: 49%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    padding: 30px 30px 35px;
  }

  .access_way_ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-blue_sub);
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
  }

  .access_way_ttl::before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../../img/feature/skibaito/icon_car.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: var(--color-sky);
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: 0;
  }

  .access_way_ttl.icon_train::before {
    background-image: url(../../img/feature/skibaito/icon_train.svg);
  }

  .access_way_ttl.icon_bus::before {
    background-image: url(../../img/feature/skibaito/icon_bus.svg);
  }

  .access_way_text {
    font-size: 15px;
  }

  #skibaito .access_way_text a {
    color: var(--color-black);
    text-decoration: underline;
  }

  /* =====================
    schedule
  ===================== */

  #schedule .ttl_balloon {
    margin-bottom: 40px;
  }
  
  #schedule {
    background: #fff;
    padding-top: 40px;
  }

  .schedule_list {
    display: flex;
    justify-content: space-between;
    background: url(../../img/feature/skibaito/deco_snow2.svg) no-repeat bottom left;
    background-size: 147px;
  }

  .schedule_item {
    max-width: 510px;
    width: 49%;
  }

  .schedule_ttl {
    font-family: var(--font-mplus);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: center;
    padding: 14px;
  }
  
  .schedule_item.workday .schedule_ttl,
  .schedule_item.workday .schedule_flow_list::before,
  .schedule_item.workday .schedule_flow::before {
    background: var(--color-blue);
  }

  .schedule_item.dayoff .schedule_ttl,
  .schedule_item.dayoff .schedule_flow_list::before,
  .schedule_item.dayoff .schedule_flow::before  {
    background: #DB759E;
  }

  .schedule_flow_list {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 30px 30px 40px;
    position: relative;
  }

  .schedule_flow_list::before {
    content: '';
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 36px;
  }

  .schedule_item.workday .schedule_flow_list {
    background: #E9EDF5;
  }
  
  .schedule_item.dayoff .schedule_flow_list {
    background: #FAEEF2;
  }

  .schedule_flow {
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
  }

  .schedule_flow:last-of-type {
    margin-bottom: 0;
  }

  .schedule_flow::before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
  }

  .schedule_flow_time {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
  }

  .schedule_item.workday .schedule_flow_time {
    color: var(--color-blue);
  }

  .schedule_item.dayoff .schedule_flow_time {
    color: #DB759E;
  }

  .schedule_flow_img {
    width: 100%;
  }

  .schedule_flow_img img {
    height: auto;
  }

  .schedule_flow_img .quote {
    font-size: 10px;
    line-height: 1.4;
    text-align: right;
    letter-spacing: 0;
    margin-top: 5px;
    display: block;
    color: #747474;
  }

  .schedule_flow_img .quote a {
    color: #747474;
  }

  .schedule_flow_ttl {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .schedule_flow .text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  /* =====================
    voice
  ===================== */

  #voice .ttl_balloon {
    margin-bottom: 40px;
  }

  .voice_list {
    display: flex;
    gap: 0 40px;
  }

  .voice_item {
    width: 510px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    padding: 30px;
    display: flex;
    flex-direction: column;
  }

  .voice_ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    color: var(--color-blue_sub);
  }

  .voice_item .text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 50px;
    flex: 1;
  }

  .voice_name {
    font-size: 15px;
    font-weight: 700;
    margin-top: auto;
    position: relative;
  }

  .voice_name::before {
    content: '';
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .voice_name.icon1::before {
    background-image: url(../../img/feature/skibaito/voice_icon1.svg);
  }
  
  .voice_name.icon2::before {
    background-image: url(../../img/feature/skibaito/voice_icon2.svg);
  }

  /* PC/タブレット：左揃え・非ループ（あなたのJS設定どおり） */
  #voiceSwiper {
    overflow: visible;
  }

  #voiceSwiper .swiper-wrapper {
    align-items: stretch;
  }

  #voiceSwiper .swiper-slide {
    display: flex;
    width: 510px;          /* ← 510px はPC側だけで指定 */
  }

  #voiceSwiper .swiper-slide > .voice_item {
    height: 100%;
  }

  /* 未初期化時の横並び（従来見た目） */
  #voiceSwiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 0 40px;
  }

  #voiceSwiper:not(.swiper-initialized) .swiper-slide {
    display: flex;
        max-width: 510px;
        width: 49%;
  }

  #voiceSwiper:not(.swiper-initialized) .swiper-slide > .voice_item {
    height: 100%;
  }

  /* =====================
    event
  ===================== */

  #event {
    background: #fff;
  }

  #event .ttl_balloon {
    margin-bottom: 40px;
  }

  .event_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 35px 0;
  }
  
  .event_item {
    max-width: 510px;
    width: 49%;
    border: 5px solid #EFF3F9;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .event_img {
    width: 115px;
  }

  .event_img img {
    height: 115px;
    object-fit: cover;
    border-radius: 50%;
  }

  .event_text {
    width: calc( 100% - 135px );
  }

  .event_ttl {
    color: var(--color-blue_sub);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .event_date {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }

  .event_date dt {
    width: 70px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background: #444444;
    border-radius: 2px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }

  .event_date dd {
    width: calc( 100% - 80px );
    letter-spacing: 0;
  }

  .event_item .text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }

  .event_url {
    margin-top: 15px;
    font-size: 13px;    
    letter-spacing: 0;
  }

  #skibaito .event_url a {
    color: #747474;
    text-decoration: underline;
  }

  /* =====================
    area_conts
  ===================== */
  
  #single_skibaito .area_conts .area_spot {
    margin-bottom: 0;
  }

  /* =====================
    PC調整
  ===================== */
  
  @media screen and (max-width:1115px) {

    .merit_list {
      width: 710px;
      margin: 80px auto 50px;
    }

    .merit_item:nth-of-type(odd) {
      margin-top: -40px;
    }
    
  }

}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

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

  /* =====================
    common
  ===================== */

  #skibaito {
    font-size: 14px;
  }

  #skibaito .inner {
    width: 95%;
    max-width: 550px;
  }

  .sp_none {
    display: none !important;
  }

  /* =====================
    contents
  ===================== */
  
  .contents {
    padding: 40px 0;
  }

  .text p:not(:last-of-type) {
    margin-bottom: 16px;
  }

  /* =====================
    fv
  ===================== */
  
  #fv {
    padding: 0 0 30px;
    margin-top: 102px;
    background: url(../../img/feature/skibaito/section_snow.svg) repeat-x bottom -1px center,
                url(../../img/feature/skibaito/fv_bg_sp.jpg) center;
    background-size: 100%, cover;
  }

  #fv .inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .fv_ttl {
    width: 83%;
    position: relative;
    margin: -100px -10px 0px auto;
  }

  .fv_ttl img {
    height: auto;
  }
 
  .fv_ttl span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 58px;
    background: url(../../img/feature/skibaito/fv_ttl_year.svg) no-repeat center;
    background-size: contain;
    color: var(--color-blue);
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.01em;
    line-height: 1;
    text-align: center;
    padding: 0 0 5px 0;
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: rotate(-9deg) translateX(calc(-50% + 4px));
  }
  
  .fv_img {
    width: 100%;
  }

  .fv_img img {
    height: auto;
  }

  .fv_copy {
    width: max(52px, 13vw);
    position: absolute;
    top: 190px;
    left: max(25px, 6vw);
  }

  /* =====================
    nav_skibaito
  ===================== */

  #nav_skibaito {
    background: #fff;
    padding: 10px 0 20px;
  }

  #nav_skibaito .menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
  }
  
  #nav_skibaito .menu li {
    width: 32%;
    height: 40px;
    border-radius: 60px;
    font-family: var(--font-mplus);
    font-size: 12px;
    text-align: center;
    font-weight: 700;
  }

  #nav_skibaito .menu li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
  }
      
  #nav_skibaito .menu li a:before {
    content: '';
    width: 5px;
    height: 9px;
    display: block;
    background: url(../../img/feature/skibaito/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  /* =====================
    title
  ===================== */

  /*  ttl
  ------------------------*/
    
  #skibaito .ttl {
    font-family: var(--font-mplus);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 10px;
    color: var(--color-blue_sub);
  }

  /*  ttl_balloon
  ------------------------*/
  
  .ttl_balloon {
    font-family: var(--font-mplus);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }

  .ttl_balloon span {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 50px;
    position: relative;
    background: var(--color-blue_sub);
  }

  .ttl_balloon span::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 12px solid var(--color-blue_sub);
    border-bottom: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .ttl_balloon span::after {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    background: url(../../img/feature/skibaito/ttl_snow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -15px;
    right: -12.5px;
  }

  /* =====================
    search_box
  ===================== */
  
  input,
  select,
  button,
  textarea {
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family : inherit;
  }

  .search_box {
    background: #F4F9FD;
    padding: 0 0 25px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
  }

  .search_box_ttl {
    background: #30BDAC;
    font-family: var(--font-mplus);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
    margin-bottom: 20px;
  }

  .search_box_list {
    padding: 0 20px;
  }

  .search_box_item {
    margin-bottom: 20px;
  }

  .search_box_item:last-of-type {
    margin-bottom: 0;
  }

  .search_box_item_ttl {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin-bottom: 7px;
  }

  .search_check_mrk  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px 5px;
  }

  .search_check_mrk li {
    width: calc( calc(100% - 10px) / 3 );
  }

  .search_box_item._op .search_check_mrk li {
    width: calc( calc(100% - 5px) / 2 );
  }

  .search_check_mrk li input[type="checkbox"] {
    display: none;
  }

  .search_check_mrk li input[type="checkbox"] + label,
  .search_box button {
    cursor: pointer;
    color: var(--color-black);
  }

  .search_check_mrk li input[type="checkbox"] + label {
    display: flex;
    align-items: center;
    height: 37px;
    border: 2px solid #EAEAEA;
    font-size: 12px;
    background: #fff;
    letter-spacing: 0.05em;
    border-radius: 5px;
    padding: 0 10px 0 26px;
    cursor: pointer;
    position: relative;
    line-height: 1.1;
  }

  .search_check_mrk li input[type="checkbox"]:checked + label {
    color: #30BDAC;
    border-color: #30BDAC;
  }

  .search_check_mrk li input[type="checkbox"] + label::before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    background: #EAEAEA url(../../img/mypage/icon_check.svg) no-repeat center;
    background-size: 7px;
    position: absolute;
    top: 9px;
    left: 7px;
  }

  .search_check_mrk li input[type="checkbox"]:checked + label::before {
    background-color: #30BDAC;
  }

  button.btn_search {
    background: var(--color-red);
    width: 200px;
    height: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 50px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
  }

  button.btn_search::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url(../../img/feature/skibaito/icon_search.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }

  /* =====================
    merit
  ===================== */

  #merit .ttl {
    text-align: center;
    margin-bottom: 25px;
  }

  .merit_list {
    counter-reset: number 0;
    position: relative;
    margin-bottom: 25px;
  }

  .merit_list::before {
    content: '';
    width: 144px;
    height: 169px;
    display: block;
    background: url(../../img/feature/skibaito/merit_img1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 190px;
    left: -30px;
    z-index: 1;
  }

  .merit_list::after {
    content: '';
    width: 150px;
    height: 133px;
    display: block;
    background: url(../../img/feature/skibaito/merit_img2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 220px;
    right: -40px;
    z-index: 1;
  }

  .merit_item {
    counter-increment: number 1;
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 35px 30px;
    margin-bottom: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    position: relative;
  }

  .merit_item:nth-of-type(1) {
    margin-right: auto;
  }

  .merit_item:nth-of-type(2) {
    margin-left: auto;
    margin-right: auto;
  }

  .merit_item:nth-of-type(3) {
    margin-left: auto;
    margin-bottom: 0;
  }

  .merit_num {
    font-family: adobe-handwriting-ernie, sans-serif;
    font-weight: 400;
    color: var(--color-yellow);
    font-size: 22px;
    text-align: center;
    line-height: 1;
    transform: rotate(-4deg);
  }

  .merit_num::after {
    content: counter(number,decimal-leading-zero)'';
    font-size: 35px;
  }
  
  .merit_ttl {
    font-family: var(--font-mplus);
    color: var(--color-blue_sub);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }

  .merit_text {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  /* =====================
    area_conts
  ===================== */

  .area_conts {
    padding-top: 20px;
    position: relative;
  }

  .area_conts::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../img/feature/skibaito/bg_ice.svg) repeat-y top center;
    background-size: 100%;
    mix-blend-mode: soft-light;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
  }

  .area_conts .inner {
    position: relative;
  }

  .area_conts .inner::before {
    content: '';
    width: 84px;
    height: 102px;
    display: block;
    background: url(../../img/feature/skibaito/deco_snow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }

  .area_conts:nth-of-type(odd) .inner::before {
    left: auto;
    right: 0;
  }

  .area_ttl {
    text-align: center;
    color: #fff;
  }

  .area_ttl .en {
    font-family: adobe-handwriting-ernie, sans-serif;
    font-weight: 400;
    color: var(--color-yellow);
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    transform: rotate(-4deg);
    position: relative;
    padding-top: 40px;
    margin-bottom: 5px;
    text-transform:capitalize;
  }

  .area_ttl .en::before {
    content: '';
    width: 39px;
    height: 37px;
    display: block;
    background: url(../../img/feature/skibaito/ttl_deco.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(4deg);
  }
  
  .area_ttl .ja {
    font-family: var(--font-mplus);
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.4;
  }

  .area_ttl .ja strong {
    display: block;
    font-size: 25px;
  }

  .area_box {
    background: #fff;
    padding: 20px 20px 30px;
    margin-top: 45px;
    position: relative;
  }

  .area_box::before {
    content: '';
    width: 100%;
    height: 184px;
    display: block;
    background: url(../../img/feature/skibaito/section_snow.svg) no-repeat bottom -1px center;
    background-size: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
  }

  /*  area_top
  ------------------------*/
  
  .area_top {
    margin-bottom: 30px;
  }

  .area_img {
    width: 180px;
    margin: 0 auto 15px;
  }

  .area_img img {
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
  }

  /*  area_spot
  ------------------------*/

  .area_spot {
    margin-bottom: 30px;
  }
  
  .area_spot_item {
    border: 3px solid;
    border-radius: 5px;
    margin-bottom: 5px;
  }

  .area_spot_item a {
    display: flex;
    padding: 12px;
    color: var(--color-black);
    position: relative;
  }

  .area_spot_item a::before {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    bottom: -3px;
    right: -3px;
  }

  .spot_ttl {
    font-family: var(--font-mplus);
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
    width: 70px;
    padding-right: 10px;
  }

  .spot_text {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    width: calc( 100% - 70px );
  }

  /* =====================
    area_baito
  ===================== */
 
  .job_item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #EAEAEA;
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  }

  .job_item:last-of-type {
    margin-bottom: 0;
  }

  .job_item a:not(.job_favo) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 15px 20px;
    position: relative;
    color: #444444;
  }

  .job_item a:not(.job_favo)::before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    background: url(../../img/common/icon_detail.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .job_img {
    width: 80px;
  }

  .job_img img {
    height: 80px;
    object-fit: cover;
  }

  .job_text {
    width: calc( 100% - 80px - 10px );
  }

  .job_area {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    position: relative;
    padding-left: 14px;
    margin-bottom: 5px;
  }

  .job_area::before {
    content: '';
    width: 10px;
    height: 14px;
    display: block;
    background: url(../../img/common/icon_area.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }

  .job_ttl {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .job_data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-top: 13px;
  }

  .job_data li {
    width: calc( 50% - 2.5px );
    min-height: 20px;
    display: flex;
    background: #F5F7F8;
    font-size: 10px;
    line-height: 1.4;
    padding: 3px 5px 3px 25px;
    border-radius: 2px;
    position: relative;
  }

  .job_data li::before {
    content: '';
    width: 20px;
    height: 100%;
    background: #444;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 2px 0 0 2px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .job_data li.cat::before {
    background-image: url(../../img/common/icon_cat.svg);
  }

  .job_data li.pay::before {
    background-image: url(../../img/common/icon_pay.svg);
  }

  .job_favo {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -4px;
    right: -4px;
  }

  .job_favo img {
    width: 18px;
  }

  .btn_skibaito {
    max-width: 400px;
    width: 100%;
    height: 60px;
    border-radius: 60px;
    font-family: var(--font-mplus);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    background: var(--color-red);
    margin: 25px auto 0;
    position: relative;
    overflow: hidden;
  }

  .btn_skibaito::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../img/feature/skibaito/bg_ice.svg) repeat-y center;
    background-size: 300%;
    mix-blend-mode: soft-light;
    position: absolute;
    top: 0;
    left: 0;
  }

  .btn_skibaito a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
  }

  .btn_skibaito a::before {
    content: '';
    width: 6px;
    height: 10px;
    display: block;
    background: url(../../img/feature/skibaito/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  /* =====================
    type
  ===================== */
  
  #type .ttl {
    text-align: center;
    margin-bottom: 20px;
  }

  .type_item {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  .type_item:last-of-type {
    margin-bottom: 0;
  }

  .type_img {
    width: 100%;
    height: 0;
    padding-bottom: 66.666%;
    position: relative;
  }

  .type_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .type_text {
    padding: 20px 20px 10px;
  }

  .type_ttl {
    font-family: var(--font-mplus);
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
    color: var(--color-blue_sub);
  }

  .type_text .text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .type_item  .btn_skibaito {
    width: 100%;
    background: var(--color-blue_sub);
    margin: auto auto 10px;
  }


  /* =====================
    single_fv
  ===================== */
  
  #single_fv {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 102px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 35px 0 0;
  }

  #single_fv::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../img/feature/skibaito/bg_ice.svg) repeat-y top center;
    background-size: 100%;
    mix-blend-mode: soft-light;
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #single_fv::after {
    content: '';
    width: 100%;
    height: 184px;
    display: block;
    background: url(../../img/feature/skibaito/section_snow.svg) repeat-x bottom -1px center;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
    left: 0; 
  }

  .single_ttl_area {
    padding-right: 5%;
    position: relative;
    z-index: 1;
    margin-bottom: -20px;
  }

  .single_fv_area {
    width: 124px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../../img/feature/skibaito/single_fv_area.svg) no-repeat center;
    background-size: contain;
    font-family: var(--font-mplus);
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-bottom: 10px;
    color: #fff;
    position: absolute;
    top: -40px;
    left: 60%;
  }

  .single_fv_area span {
    display: block;
    transform: rotate(14deg);
  }

  .single_fv_ttl {
    width: 70%;
    margin: 0 auto;
  }

  .single_fv_ttl span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 77px;
    width: 180px;
    height: 58px;
    background: url(../../img/feature/skibaito/fv_ttl_year.svg) no-repeat center;
    background-size: contain;
    color: var(--color-blue);
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.01em;
    line-height: 1;
    text-align: center;
    padding: 0 5px 5px 0;
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: rotate(-9deg) translateX(calc(-50% + 5px));
  }

  .single_fv_ttl img {
    height: auto;
  }

  /* =====================
    single_fv_copy
  ===================== */
  
  #single_fv_copy {
    font-family: var(--font-mplus);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    color: var(--color-blue);
    background: #fff;
    padding: 10px 0 30px;
    position: relative;
  }

  /* =====================
    features
  ===================== */

  #features {
    padding-top: 30px;
  }
  
  .features_box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    padding: 20px;
    position: relative;
  }    

  .features_box::before {
    content: '';
    width: 104px;
    height: 119px;
    display: block;
    background: url(../../img/feature/skibaito/merit_img1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 80px;
    left: -30px;
    z-index: 1;
  }

  .features_box::after {
    content: '';
    width: 120px;
    height: 103px;
    display: block;
    background: url(../../img/feature/skibaito/merit_img2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -10px;
    right: -40px;
    z-index: 1;
  }

  .features_img {
    width: 180px;
    margin: 0 auto 15px;
  }

  .features_img img {
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
  }

  /* =====================
    baito
  ===================== */

  #baito {
    background: #fff;
    margin-bottom: 40px;
  }

  /* =====================
    access
  ===================== */

  #access {
    padding: 0 0 70px;
    background: url(../../img/feature/skibaito/section_snow.svg) repeat-x bottom -1px center;
    background-size: 100%;
  }
  
  .access_g_map {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 20px;
  }

  .access_g_map iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .access_text {
    padding: 0 10px;
  }

  .access_way_list {
    margin-top: 20px;
  }

  .access_way_item {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    padding: 20px 20px 25px;
    margin-bottom: 10px;
  }

  .access_way_item:last-of-type {
    margin-bottom: 0;
  }

  .access_way_ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-blue_sub);
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
  }

  .access_way_ttl::before {
    content: '';
    width: 35px;
    height: 35px;
    display: block;
    background-image: url(../../img/feature/skibaito/icon_car.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: var(--color-sky);
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: 0;
  }

  .access_way_ttl.icon_train::before {
    background-image: url(../../img/feature/skibaito/icon_train.svg);
  }

  .access_way_ttl.icon_bus::before {
    background-image: url(../../img/feature/skibaito/icon_bus.svg);
  }

  .access_way_text {
    font-size: 13px;
  }

  #skibaito .access_way_text a {
    color: var(--color-black);
    text-decoration: underline;
  }

  /* =====================
    schedule
  ===================== */
  
  #schedule .ttl_balloon {
    margin-bottom: 25px;
  }

  #schedule {
    background: #fff;
    padding-top: 30px;
  }

  .schedule_item {
    margin-bottom: 15px;
  }

  .schedule_item:last-of-type {
    margin-bottom: 0;
  }

  .schedule_ttl {
    font-family: var(--font-mplus);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    border-radius: 5px 5px 0 0;
    color: #fff;
    text-align: center;
    padding: 10px;
  }
  
  .schedule_item.workday .schedule_ttl,
  .schedule_item.workday .schedule_flow_list::before,
  .schedule_item.workday .schedule_flow::before {
    background: var(--color-blue);
  }

  .schedule_item.dayoff .schedule_ttl,
  .schedule_item.dayoff .schedule_flow_list::before,
  .schedule_item.dayoff .schedule_flow::before  {
    background: #DB759E;
  }

  .schedule_flow_list {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
  }

  .schedule_flow_list::before {
    content: '';
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
  }

  .schedule_item.workday .schedule_flow_list {
    background: #E9EDF5;
  }
  
  .schedule_item.dayoff .schedule_flow_list {
    background: #FAEEF2;
  }

  .schedule_flow {
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .schedule_flow:last-of-type {
    margin-bottom: 0;
  }

  .schedule_flow::before {
    content: '';
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 3.5px;
    left: -5px;
  }

  .schedule_flow_time {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
  }

  .schedule_item.workday .schedule_flow_time {
    color: var(--color-blue);
  }

  .schedule_item.dayoff .schedule_flow_time {
    color: #DB759E;
  }

  .schedule_flow_img {
    width: 100%;
  }

  .schedule_flow_img img {
    height: auto;
  }

  .schedule_flow_img .quote {
    font-size: 10px;
    line-height: 1.4;
    text-align: right;
    letter-spacing: 0;
    margin: 5px 0;
    display: block;
    color: #747474;
  }

  .schedule_flow_img .quote a {
    color: #747474;
  }

  .schedule_flow_ttl {
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .schedule_flow .text {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  /* =====================
    voice
  ===================== */

  #voice .ttl_balloon {
    margin-bottom: 40px;
  }

  .voice_list {
    display: flex;
    gap: 0 40px;
  }

  .voice_item {
    width: 90vw;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    flex-direction: column;
  }

  .voice_ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    color: var(--color-blue_sub);
  }

  .voice_item .text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 50px;
    flex: 1;
  }

  .voice_name {
    font-size: 13px;
    font-weight: 700;
    margin-top: auto;
    position: relative;
  }

  .voice_name::before {
    content: '';
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .voice_name.icon1::before {
    background-image: url(../../img/feature/skibaito/voice_icon1.svg);
  }
  
  .voice_name.icon2::before {
    background-image: url(../../img/feature/skibaito/voice_icon2.svg);
  }

  /* スマホ：中央寄せ＋左右チラ見せ用に幅を縮める */
  #voiceSwiper {
    overflow: visible;
  }

  #voiceSwiper .swiper-wrapper {
    align-items: stretch;
  }

  #voiceSwiper .swiper-slide {
    display: flex;
    width: calc(100% - 24px);  /* ← 左右32pxずつ覗かせる。数値は好みで調整OK */
  }

  #voiceSwiper .swiper-slide > .voice_item {
    height: 100%;
  }

  /* 未初期化時（もし条件未満で未初期化なら）の見た目 */
  #voiceSwiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 0 24px; /* SPは少し狭めに */
  }

  #voiceSwiper:not(.swiper-initialized) .swiper-slide {
    display: flex;
    width: calc(100% - 24px);
  }

  #voiceSwiper:not(.swiper-initialized) .swiper-slide > .voice_item {
    height: 100%;
  }

  /* =====================
    event
  ===================== */

  #event {
    background: #fff;
  }

  #event .ttl_balloon {
    margin-bottom: 25px;
  }
  
  .event_item {
    border: 3px solid #EFF3F9;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .event_item:last-of-type {
    margin-bottom: 0;
  }

  .event_img {
    width: 80px;
  }

  .event_img img {
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
  }

  .event_text {
    width: calc( 100% - 100px );
  }

  .event_ttl {
    color: var(--color-blue_sub);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .event_date {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }

  .event_date dt {
    width: 60px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    background: #444444;
    border-radius: 2px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }

  .event_date dd {
    width: calc( 100% - 68px );
    letter-spacing: 0;
  }

  .event_item .text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }

  .event_url {
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 0;
  }

  #skibaito .event_url a {
    color: #747474;
    text-decoration: underline;
  }

  /* =====================
    SP調整
  ===================== */
  
  @media screen and (min-width:768px) {

    #fv,
    #single_fv {
      margin-top: 0;
    }
    

  }
  
}