@charset "UTF-8";

:root {
  --color-main-black: #101010;
  --color-pink: #F0527C;
  --color-blue: #47BCB3;
  --color-orange: #F4A64B;
  --color-green: #5CBF6F;
  --color-gray: #EDEDED;
  --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --font-sictake: "sictake-konoha", sans-serif;
}

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

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

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

/* =====================
  base
===================== */

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "LINE Seed JP", sans-serif;
  font-optical-sizing: auto;
  color: var(--color-main-black);
  background: url(../img/bg_beige.jpg) repeat center;
  background-size: 1366px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

svg {
  width: 100%;
  height: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: var(--color-main-black);
}

.flx {
  display: flex;
}

#wrapper {
  position: relative;
  overflow: clip;
}

.inner {
  margin: 0 auto;
}

.contents {
  position: relative;
  z-index: 0;
}

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

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

  /* =====================
    base
  ===================== */

  body {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
  }

  .pc_none {
    display: none !important;
  }

  a {
    transition: .3s;
  }

  a:hover {
    opacity: .8;
  }

  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  .inner {
    width: 1120px;
    max-width: 92%;
  }

  .contents {
    padding: 80px 0 100px;
  }

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

  .lead_text {
    text-align: center;
  }

  /* =====================
    btn
  ===================== */
  
  .btn {
    width: 265px;
    background: var(--color-pink);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 100px;
    letter-spacing: 0.1em;
    margin: 50px auto 0;
    line-height: 1.4;
  }

  .btn._l {
    width: 350px;
  }

  .btn a,
  .btn.nolink {
    height: 75px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
  }

  .btn._l a {
    height: 90px;
  }

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

  .btn span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  
  /*  btn_fixed
  ------------------------*/
  
  .btn_fixed {
    width: 150px;
    height: 150px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 998;
  }

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

  .btn_fixed a::before {
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    background: var(--color-pink);
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: -1;
  }

  .btn_fixed a::after {
    content: '';
    width: 12px;
    height: 6px;
    display: block;
    background: url(../img/icon_down.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .btn_fixed span {
    display: block;
    font-size: 10px;
    letter-spacing: 0;
  }
  
  /* =====================
    fv
  ===================== */
  
  #fv {
    width: 100%;
    height: 770px;
    background: #fff url(../img/fv_bg.jpg?v2) no-repeat center;
    background-size: auto 100%;
  }

  #fv .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    position: relative;
  }

  .fv_text_conts {
    width: 712px;
    background: url(../img/fv_niigata.svg) no-repeat top left 150px;
    background-size: 263px;
    padding: 60px 0;
    position: relative;
  }

  .fv_text_conts::before,
  .fv_text_conts::after {
    content: '';
    width: 91px;
    height: 33px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
  }

  .fv_text_conts::before {
    background-image: url(../img/fv_deco1.svg);
    top: 55px;
    right: 100px;
  }

  .fv_text_conts::after {
    background-image: url(../img/fv_deco2.svg);
    bottom: 180px;
    left: 55px;
  }

  .logo {
    width: 200px;
    margin: 0 auto 10px;
  }

  .fv_ttl {
    width: 500px;
    margin: 0 auto 30px;
  }

  .fv_text {
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }

  #fv .btn {
    margin-top: 20px;
  }

  .fv_pr {
    position: absolute;
  }

  .fv_pr.pr1 {
    width: min(45vw,459px);
    bottom: -40px;
    left: -140px;
  }

  .fv_pr.pr2 {
    width: min(43vw,420px);
    bottom: -30px;
    right: -135px;
  }

  /* =====================
    yuzawa_nav
  ===================== */
  
  #yuzawa_nav {
    position: sticky;
    top: 10px;
    left: 0;
    z-index: 999;
    margin-top: 60px;
  }

  #yuzawa_nav nav {
    width: 100%;
    height: 150px;
    border-radius: 200px;
    background: #fff;
    box-shadow: var(--box-shadow);
  }

  #yuzawa_nav nav ul {
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 0 60px;
  }

  #yuzawa_nav nav ul li {
    font-family: var(--font-sictake);
    font-size: 16px;
    letter-spacing: -0.06em;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 5px;
  }

  #yuzawa_nav nav ul li span {
    display: block;
  }

  #yuzawa_nav nav ul li img {
    width: 60px;
    margin: 0 auto;
  }

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

  /*  ttl_area
  ------------------------*/
  
  .ttl_area {
    text-align: center;
    flex-direction: column-reverse;
    font-family: var(--font-sictake);
    line-height: 1.2;
    letter-spacing: 0;
    background: url(../img/ttl_bg.svg) no-repeat top center;
    background-size: 117px;
    padding-top: 35px;
    margin-bottom: 60px;
  }
  
  .ttl_area .ja {
    font-size: 50px;
    font-weight: 400;
  }

  .ttl_area .en {
    font-size: 24px;
    margin-bottom: 10px;
  }

  /*  ttl_sub
  ------------------------*/
  
  .ttl_sub {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 30px;
  }

  /* =====================
    footer
  ===================== */
  
  #footer {
    background: var(--color-main-black);
    padding: 60px 0 20px;
  }

  #footer .text {
    color: #fff;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
  }

  .bnr_list {
    justify-content: center;
    gap: 0 30px;
  }

  .bnr_list li {
    width: 296px;
  }

  address {
    margin-top: 125px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    font-style: normal;
    letter-spacing: 0;
  }

  /* =====================
    deco_rhombus
  ===================== */

  .deco1,
  .deco2 {
    position: absolute;
    z-index: -1;
  }
  
  /*  deco_rhombus
  ------------------------*/
  
  .deco_rhombus {
    max-width: 640px;
    width: 70%;
    position: absolute;
    top: -215px;
    z-index: -1;
  }

  .deco_rhombus._left {
    left: -320px;
  }

  .deco_rhombus._right {
    right: -320px;
  }

  /* =====================
    charm
  ===================== */

  #charm {
    padding-top: 100px;
    padding-bottom: 0;
  }

  #charm .inner {
    position: relative;
  }

  .charm_deco.deco1 {
    width: 455px;
    top: -85px;
    left: -125px;
  }

  .charm_list {
    justify-content: center;
    gap: 0 10px;
    margin-top: 25px;
  }
  
  .charm_item {
    width: 355px;
  }

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

  .charm_img {
    width: min(30vw, 355px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    clip-path: polygon(
      50% 0%,   /* 上の頂点 */
      100% 50%, /* 右の尖ったところ */
      70% 80%, /* 右下（少し内側） */
      30% 80%, /* 左下（少し内側） */
      0% 50%    /* 左の尖ったところ */
    );
    margin: 0 auto max(-4vw,-50px);
  }

  .charm_img img {
    height: 100%;
    object-fit: cover;
  }

  .charm_text {
    padding: 0 35px;
  }

  .charm_ttl {
    font-size: min(1.8vw,22px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 15px;
  }

  .charm_ttl strong {
    font-weight: 700;
  }

  .charm_item:nth-of-type(1) .charm_ttl strong {
    color: var(--color-pink);
  }

  .charm_item:nth-of-type(2) .charm_ttl strong {
    color: var(--color-blue);
  }

  .charm_item:nth-of-type(3) .charm_ttl strong {
    color: var(--color-orange);
  }

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

  /*  goodman_box
  ------------------------*/
  
  .goodman_box {
    width: 920px;
    max-width: 100%;
    margin: 70px auto 0;
    border: 4px solid var(--color-gray);
    border-radius: 20px;
    background: #fff;
    padding: 35px 45px;
    justify-content: space-between;
    align-items: center;
  }

  .goodman_logo {
    width: 230px;
  }

  .goodman_text {
    width: calc( 100% - 230px - 55px);
  }

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

  .goodman_text .link {
    font-size: 13px;   
    margin-top: 10px; 
  }

  .goodman_text .link a {
    text-decoration: underline;
  }

  /*  charm_gmap
  ------------------------*/
  
  .charm_gmap {
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 100px;
  }

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

  /*  charm_gallery
  ------------------------*/
  
  .charm_gallery_wrap {
    width: 100%;
    overflow: hidden;
  }

  .charm_gallery {
    display: flex;
    width: max-content;
    animation: gallery-scroll 120s linear infinite;
  }

  .gallery_list {
    display: flex;
  }

  .gallery_item {
    flex: 0 0 auto;
  }

  .gallery_item figure {
    margin: 0;
  }

  .gallery_item img {
    display: block;
    width: auto;
    height: 350px;
    object-fit: cover;
  }

  @keyframes gallery-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%); /* 2セット分の半分だけ動かす＝完全無限ループ */
    }
  }

  /* =====================
    support
  ===================== */

  #support .inner {
    position: relative;
  }

  .support_deco.deco2 {
    width: 230px;
    top: 0;
    right: -15px;
  }
  
  .support_list {
    counter-reset: number 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
    margin-top: 55px;
  }

  .support_item {
    counter-increment: number 1;
    max-width: 352px;
    width: calc( (100% - 64px) / 3);
    padding: 40px 35px 50px;
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    position: relative;
  }

  .support_item:nth-of-type(1),
  .support_item:nth-of-type(2) {
    max-width: 544px;
    width: calc( (100% - 32px) / 2);
    padding-left: 50px;
    padding-right: 50px;
  }

  .support_item::before {
    content: counter(number, decimal-leading-zero) '';
    width: 57px;
    line-height: 57px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    position: absolute;
    top: -13px;
    left: -13px;
    z-index: 1;
  }

  .support_item::after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    transform: rotate(45deg);
  }

  .support_item.c_pink::after {
    background: var(--color-pink);
  }

  .support_item.c_blue::after {
    background: var(--color-blue);
  }

  .support_item.c_orange::after {
    background: var(--color-orange);
  }

  .support_ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 15px;
  }

  .support_item:last-of-type .support_ttl {
    font-size: 23px;
    letter-spacing: 0;
  }  

  .support_num {
    font-size: min(1.6vw,18px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .support_item.c_pink .support_num {
    color: var(--color-pink);
  }

  .support_item.c_blue .support_num {
    color: var(--color-blue);
  }

  .support_item.c_orange .support_num {
    color: var(--color-orange);
  }

  .support_item .text {
    font-size: 15px;
    letter-spacing: 0.05em;
  }

  /* =====================
    totteoki
  ===================== */
  
  #totteoki {
    background: #fff;
  }

  #totteoki .inner {
    position: relative;
  }

  .totteoki_deco.deco1 {
    width: 227px;
    top: 95px;
    left: -80px;
  }

  .totteoki_container {
    margin-top: 80px;
  }

  .totteoki_cnts {
    padding: 60px 0;
    position: relative;
    margin-bottom: 30px;
  }

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

  .totteoki_cnts.c_pink {
    padding-top: 120px;
  }

  .totteoki_cnts::before {
    content: '';
    width: 100vw;
    height: 100%;
    display: block;
    background-repeat: repeat;
    background-size: 1366px;
    background-position: center;
    position: absolute;
    top: 0;
    left: calc( 50% - 50vw );
    z-index: -1;
  }

  .totteoki_cnts.c_orange::before {
    background-image: url(../img/totteoki_bg1.jpg);
  }

  .totteoki_cnts.c_blue::before {
    background-image: url(../img/totteoki_bg2.jpg);
  }

  .totteoki_cnts.c_pink::before {
    background-image: url(../img/totteoki_bg3.jpg);
  }

  .totteoki_cnts_ttl {
    width: min(16vw, 247px);
    height: min(14vw, 218px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: min(2vw,30px);
    line-height: 1.2;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 700;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -60px;
  }

  .totteoki_cnts.c_orange .totteoki_cnts_ttl {
    background-image: url(../img/totteoki_ttl1.svg);
    left: -20px;
  }

  .totteoki_cnts.c_blue .totteoki_cnts_ttl {
    background-image: url(../img/totteoki_ttl2.svg);
    right: -20px;
  }

  .totteoki_cnts.c_pink .totteoki_cnts_ttl {
    background-image: url(../img/totteoki_ttl3.svg);
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: min(1.9vw,30px);
  }

  .totteoki_list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    position: relative;
  }

  .totteoki_item {
    width: 352px;
    cursor: pointer;
    transition: transform .3s ease;
  }

  .totteoki_item:hover {
    transform: scale(1.03);
  }

  .totteoki_img {
    height: 220px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }

  .totteoki_img img {
    height: 100%;
    object-fit: cover;
  }

  .totteoki_text {
    min-height: 110px;
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    padding: 20px;
    margin-top: -20px;
    position: relative;
  }

  .totteoki_text::before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%,-50%) rotate(45deg);
  }

  .totteoki_cnts.c_orange .totteoki_text::before {
    background: var(--color-orange);
  }

  .totteoki_cnts.c_blue .totteoki_text::before {
    background: var(--color-blue);
  }

  .totteoki_cnts.c_pink .totteoki_text::before {
    background: var(--color-pink);
  }

  .totteoki_text::after {
    content: '';
    width: 5px;
    height: 10px;
    display: block;
    background: url(../img/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translate(50%,-50%);
  }

  .totteoki_name {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .c_orange .totteoki_name {
    color: var(--color-orange);
  }

  .c_blue .totteoki_name {
    color: var(--color-blue);
  }

  .c_pink .totteoki_name {
    color: var(--color-pink);
  }

  .totteoki_ttl {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
  }

  /*  totteoki_modal
  ------------------------*/
    
  .totteoki_modal {
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: fixed;
    inset: 0;
    z-index: 1000;
    pointer-events: none;
    transition: opacity .3s ease;
  }
  
  .totteoki_modal.is-visible {
    display: flex;
  }

  .totteoki_modal.is-show {
    opacity: 1;
    pointer-events: auto;
  }

  .totteoki_modal_bg {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    inset: 0;
  }

  .totteoki_modal_inner {
    max-width: 90%;
    width: 920px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: var(--box-shadow);
    margin: 0 auto;
    position: relative;
    transform: translateY(10px);
    transition: transform .3s ease;
  }

  .totteoki_modal.is-show .totteoki_modal_inner {
    transform: translateY(0);
  }

  .totteoki_modal_img {
    width: 350px;
    border: 1px solid var(--color-gray);
  }

  .totteoki_modal_text {
    width: calc( 100% - 350px - 45px);
    max-height: 80vh;
    overflow-y: auto;
  }

  .totteoki_modal .totteoki_name {
    font-size: 15px;
  }

  .totteoki_modal .totteoki_ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }

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

  .totteoki_modal_more .link {
    margin-top: 25px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .totteoki_modal_more .link a {
    text-decoration: underline;
  }

  .totteoki_modal_close {
    width: 30px;
    height: 30px;
    display: block;
    background: var(--color-gray) url(../img/icon_close.svg) no-repeat center;
    background-size: 10px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  body.is-modal-open {
    width: 100%;
  }

  /* =====================
    pre
  ===================== */

  #pre {
    border-bottom: 50px solid #fff;
  }

  #pre .inner {
    position: relative;
  }

  .pre_deco.deco2 {
    width: 434px;
    top: 65px;
    right: -175px;
  }  
  
  .pre_list {
    justify-content: center;
    gap: 0 10px;
    margin-top: 25px;
  }
  
  .pre_item {
    width: 355px;
  }

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

  .pre_img {
    width: min(30vw, 355px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    clip-path: polygon(
      50% 0%,   /* 上の頂点 */
      100% 50%, /* 右の尖ったところ */
      70% 80%, /* 右下（少し内側） */
      30% 80%, /* 左下（少し内側） */
      0% 50%    /* 左の尖ったところ */
    );
    margin: 0 auto max(-4vw,-50px);
  }

  .pre_img img {
    height: 100%;
    object-fit: cover;
  }

  .pre_text {
    padding: 0 35px;
  }

  .pre_ttl {
    font-size: min(1.8vw,22px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 15px;
  }

  .pre_ttl strong {
    font-weight: 700;
  }

  .pre_item:nth-of-type(1) .pre_ttl strong {
    color: var(--color-pink);
  }

  .pre_item:nth-of-type(2) .pre_ttl strong {
    color: var(--color-blue);
  }

  .pre_item:nth-of-type(3) .pre_ttl strong {
    color: var(--color-orange);
  }

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

  /* =====================
    resortbaito
  ===================== */
  
  #resortbaito .inner {
    position: relative;
  }

  .resortbaito_deco.deco1 {
    width: 290px;
    top: 50px;
    left: -115px;
  }  

  .job_slider_outer {
    position: relative;
    margin-top: 70px;
  }

  .job_slider {
    padding-bottom: 40px;
  }

  .job_item {
    width: 352px;
    position: relative;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 0 0 10px 10px;
    box-shadow: var(--box-shadow);
    background: #fff;
  }

  .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 {
    padding: 20px 25px 30px;
  }

  .job_text .text {
    flex: 1;
  }

  .job_ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 00;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-bottom: 10px;
  }

  .job_text .text {
    font-size: 14px;
    line-height: 1.8;
  }

  .job_data {
    margin-top: 15px;
  }

  .job_data li {
    min-height: 26px;
    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/icon_cat.svg);
  }

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

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

  .job_icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
  }

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

  .job_btn {
    width: 35px;
    height: 35px;
    display: block;
    background: var(--color-main-black);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    cursor: pointer;
    z-index: 1;
  }

  .job_btn.job_btn_next {
    right: -70px;
  }

  .job_btn.job_btn_prev {
    left: -70px;
  }

  .job_btn::before {
    content: '';
    width: 6px;
    height: 12px;
    display: block;
    background: url(../img/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    margin: -1px 0px 0px 1px;
    z-index: 1;
  }

  .job_btn.job_btn_prev::before {
    transform: translate(-50%, -50%) rotate(135deg);
    margin: 1px 0px 0px -1px;
  }

  #resortbaito .btn {
    margin-top: 10px;
  }

  /* =====================
    faq
  ===================== */
  
  #faq {
    background: #fff;
  }

  .faq_list {
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
  }

  .faq_item {
    border: 4px solid var(--color-gray);
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 15px;
  }

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

  .faq_q {
    display: block;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 30px 60px 30px 100px;
    cursor: pointer;
    position: relative;
  }

  .faq_q::before,
  .faq_a::before {
    content: '';
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 30px;
  }

  .faq_q::before {
    content: 'Ｑ';
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-green);
  }

  .faq_a::before {
    content: 'Ａ';
    top: 2px;
    color: var(--color-pink);
  }

  .faq_q::after {
    content: '';
    width: 14px;
    height: 7px;
    display: block;
    background: url(../img/icon_down.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .faq_chk:checked + .faq_q::after {
    transform: translateY(-50%) scale(1, -1);
  }

  .faq_a {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition:
      max-height .45s cubic-bezier(.25,.46,.45,.94),
      opacity .35s ease-out,
      padding .45s cubic-bezier(.25,.46,.45,.94);
    padding-left: 100px;
    padding-right: 60px;
    position: relative;
  }

  .faq_chk:checked ~ .faq_a {
    max-height: 500px;
    opacity: 1;
    padding-bottom: 30px;
  }

  .faq_chk {
    display: none;
  }

  /* =====================
    contact
  ===================== */

  .form input[type="text"],
  .form input[type="email"],
  .form input[type="password"],
  .form select,
  .form textarea {
    width: 100%;
    padding: 12px;
    background: #fff;
    border: 2px solid var(--color-gray);
    border-radius: 5px;
    font-size : 16px;
    min-height: 45px;
    line-height: 1.4;
    padding: 8px 14px;
  }

  .form textarea {
    resize: vertical;
    line-height: 1.6;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .radio input,
  .check input {
    display: none;
  }

  .radio label,
  .check label,
  select,
  button {
    cursor: pointer;
    color: var(--color-black);
  }

  :-moz-placeholder {
    color: #CECECE;
    opacity: 1;
  }

  ::-moz-placeholder {
    color: #CECECE;
    opacity: 1;
  }

  :-ms-input-placeholder {
    color: #CECECE;
  }

  ::-ms-input-placeholder {
    color: #CECECE;
  }

  ::-webkit-input-placeholder {
    color: #CECECE;
  }

  ::placeholder {
    color: #CECECE;
  }

  .form .input textarea {
    resize: vertical;
  }

  .contact_text {
    text-align: center;
    margin-bottom: 40px;
  }

  .contact_text .text {
    display: inline-block;
    padding: 15px 50px;
    border: 2px solid var(--color-pink);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: var(--color-pink);
  }

  /*  form
  ------------------------*/
  
  .form {
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: var(--box-shadow);
    padding: 55px 60px;
    border-radius: 20px;
    position: relative;
  }

  .form .contact_kantan {
    width: 184px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/contact_kantan.svg) no-repeat center;
    background-size: contain;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.1;
    position: absolute;
    top: -130px;
    left: -50px;
  }

  .form_item {
    margin-bottom: 30px;
  }

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

  .form_item .label {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    letter-spacing: 0;
  }

  .form_item .label .required {
    display: inline-block;
    border-radius: 50px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    background: #F7E2E8;
    color: var(--color-pink);
    margin-right: 6px;
    vertical-align: top;
  }

  .form .radio .mwform-radio-field,
  .form .check .mwform-checkbox-field {
    display: block;
    margin: 0 0 8px 0;
  }

  .form .radio .mwform-radio-field label,
  .form .check .mwform-checkbox-field label {
    display: block;
    cursor: pointer;
  }

  .form .radio .mwform-radio-field:last-child,
  .form .check .mwform-checkbox-field:last-child {
    margin-bottom: 0;
  }

  .form .radio .mwform-radio-field-text,
  .form .check .mwform-checkbox-field-text {
    display: block;
    width: 100%;
    background: #fff;
    border: 2px solid var(--color-gray);
    border-radius: 5px;
    font-size : 16px;
    font-weight: 700;
    min-height: 45px;
    line-height: 1.4;
    padding: 10px 14px 8px 45px;
    position: relative;
  }

  .form .radio .mwform-radio-field-text::before,
  .form .check .mwform-checkbox-field-text::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../img/icon_check_off.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
  }

  .form .radio input:checked + .mwform-radio-field-text,
  .form .check input:checked + .mwform-checkbox-field-text {
    border-color: var(--color-blue);
    color: var(--color-blue);
  }

  .form .radio input:checked + .mwform-radio-field-text::before,
  form .check input:checked + .mwform-checkbox-field-text::before {
    background: url(../img/icon_check.svg) no-repeat center;
    background-size: contain;
  }

  .form .select {
    width: 50%;
    position: relative;
  }

  .form .select::before {
    content: '';
    width: 14px;
    height: 7px;
    display: block;
    background: url(../img/icon_down.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .form .select select {
    padding-right: 35px;
  }

  .form .input_agree {
    width: 140px;
    margin: 30px auto 0;
  }

  .privacy_box {
    height: 155px;
    overflow-y: auto;
    border: 2px solid var(--color-gray);
    border-radius: 5px;
    padding: 20px;
  }

  .privacy_ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .privacy_box .text {
    font-size: 13px;
  }

  .mw_wp_form .error {
    color: var(--color-pink);
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
  }

  .form .btn_area {
    text-align: center;
  }

  .form .btn_area .btn_back {
    display: inline-block;
    text-decoration: underline;
    margin-top: 20px;
  }

  /*  mw_wp_form_confirm
  ------------------------*/

  .mw_wp_form_confirm .form_item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-gray);
  }
  
  .mw_wp_form_confirm .contact_kantan,
  .mw_wp_form_confirm .contact_text,
  .mw_wp_form_confirm .form .privacy,
  .mw_wp_form_confirm .form .input_agree {
    display: none;
  }

  /*  mw_wp_form mw_wp_form_complete
  ------------------------*/
  
  .mw_wp_form_complete .text {
    text-align: center;
  }

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

    /* =====================
      resortbaito
    ===================== */
    
    .job_btn.job_btn_prev {
      left: -30px;
    }
    
    .job_btn.job_btn_next {
      right: -30px;
    }

  }


}

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

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

  /* =====================
    base
  ===================== */

  body {
    font-size: 14px;
    line-height: 1.8;
  }

  .sp_none {
    display: none !important;
  }

  .inner {
    width: 92%;
    max-width: 500px;
  }

  .contents {
    padding: 40px 0;
  }

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

  .lead_text {
    text-align: center;
  }

  /* =====================
    btn
  ===================== */
  
  .btn {
    width: 230px;
    background: var(--color-pink);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 100px;
    letter-spacing: 0.05em;
    margin: 30px auto 0;
    line-height: 1.5;
  }

  .btn a,
  .btn.nolink {
    height: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
  }

  .btn._l a {
    height: 70px;
  }

  .btn a::before,
  .btn.nolink::before {
    content: '';
    width: 4px;
    height: 8px;
    display: block;
    background: url(../img/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  .btn span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  /*  btn_fixed
  ------------------------*/
  
  .btn_fixed {
    width: 80px;
    height: 80px;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    position: fixed;
    bottom: -80px;
    right: 5px;
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
  }

  .btn_fixed.is-show {
    bottom: 5px;
    opacity: 1;
    pointer-events: auto;
  }

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

  .btn_fixed a::before {
    content: '';
    width: 55px;
    height: 55px;
    display: block;
    background: var(--color-pink);
    transform: rotate(45deg);
    position: absolute;
    top: 12.5px;
    left: 12.5px;
    z-index: -1;
  }

  .btn_fixed a::after {
    content: '';
    width: 8px;
    height: 4px;
    display: block;
    background: url(../img/icon_down.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
  }

  /* =====================
    fv
  ===================== */
  
  #fv {
    width: 100%;
    height: 560px;
    background: #fff url(../img/fv_bg_sp.jpg?v2) no-repeat center;
    background-size: auto 770px;
  }

  #fv .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    position: relative;
  }

  .fv_text_conts {
    background: url(../img/fv_niigata.svg) no-repeat top left 20px;
    background-size: 200px;
    padding: 30px 0;
    position: relative;
  }

  .fv_text_conts::before,
  .fv_text_conts::after {
    content: '';
    width: 91px;
    height: 33px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
  }

  .fv_text_conts::before {
    background-image: url(../img/fv_deco1.svg);
    top: -20px;
    right: -20px;
  }

  .fv_text_conts::after {
    background-image: url(../img/fv_deco2.svg);
    bottom: -20px;
    left: -25px;
  }

  .logo {
    width: 130px;
    margin: 0 auto 10px;
  }

  .fv_ttl {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .fv_text {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }

  #fv .btn {
    margin-top: 20px;
  }

  .fv_pr {
    position: absolute;
  }

  .fv_pr.pr1 {
    width: 200px;
    bottom: -20px;
    left: -100px;
  }

  .fv_pr.pr2 {
    width: 180px;
    bottom: -20px;
    right: -65px;
  }

  /* =====================
    yuzawa_nav
  ===================== */
    
  #yuzawa_nav {
    position: sticky;
    top: 10px;
    left: 0;
    z-index: 999;
    margin-top: 40px;
  }

  #yuzawa_nav nav {
    width: 100%;
    height: 70px;
    border-radius: 200px;
    background: #fff;
    box-shadow: var(--box-shadow);
  }

  #yuzawa_nav nav ul {
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
  }

  #yuzawa_nav nav ul li {
    font-family: var(--font-sictake);
    font-size: 11px;
    letter-spacing: -0.06em;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 5px;
  }

  #yuzawa_nav nav ul li span {
    display: block;
  }

  #yuzawa_nav nav ul li img {
    width: 37px;
    margin: 0 auto;
  }

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

  /*  ttl_area
  ------------------------*/
  
  .ttl_area {
    text-align: center;
    flex-direction: column-reverse;
    font-family: var(--font-sictake);
    line-height: 1.2;
    letter-spacing: 0;
    background: url(../img/ttl_bg.svg) no-repeat top center;
    background-size: 70px;
    padding-top: 20px;
    margin-bottom: 35px;
  }
  
  .ttl_area .ja {
    font-size: 28px;
    font-weight: 400;
  }

  .ttl_area .en {
    font-size: 16px;
    margin-bottom: 10px;
  }

  /*  ttl_sub
  ------------------------*/
  
  .ttl_sub {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 25px;
  }

  /* =====================
    footer
  ===================== */
  
  #footer {
    background: var(--color-main-black);
    padding: 40px 10px 20px;
  }

  #footer .text {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }

  .bnr_list {
    display: block;
  }

  .bnr_list li {
    width: 200px;
    margin: 0 auto 10px;
  }

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

  address {
    margin-top: 40px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    font-style: normal;
    letter-spacing: 0;
  }

  /* =====================
    deco_rhombus
  ===================== */

  .deco1,
  .deco2 {
    position: absolute;
    z-index: -1;
  }
  
  /*  deco_rhombus
  ------------------------*/
  
  .deco_rhombus {
    width: 180px;
    position: absolute;
    top: -105px;
    z-index: -1;
  }

  .deco_rhombus._left {
    left: -80px;
  }

  .deco_rhombus._right {
    right: -80px;
  }

  /* =====================
    charm
  ===================== */
  
  #charm {
    padding-top: 60px;
    padding-bottom: 0;
  }

  #charm .inner {
    position: relative;
  }

  .charm_deco.deco1 {
    width: 175px;
    top: -55px;
    left: -36px;
  }

  .charm_list {
    margin-top: 40px;
    display: block;
  }
  
  .charm_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .charm_item:nth-of-type(even) {
    width: 90%;
    margin-left: auto;
  }

  .charm_img {
    width: 140px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    clip-path: polygon(
    50% 0%,
    100% 50%,
    70% 80%,
    30% 80%,
    0% 50% );
    margin-left: -30px;
  }

  .charm_img img {
    height: 100%;
    object-fit: cover;
  }

  .charm_text {
    margin-top: 10px;
    width: calc( 100% - 100px - 20px);
  }

  .charm_ttl {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .charm_ttl strong {
    font-weight: 700;
  }

  .charm_item:nth-of-type(1) .charm_ttl strong {
    color: var(--color-pink);
  }

  .charm_item:nth-of-type(2) .charm_ttl strong {
    color: var(--color-blue);
  }

  .charm_item:nth-of-type(3) .charm_ttl strong {
    color: var(--color-orange);
  }

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

  /*  goodman_box
  ------------------------*/
  
  .goodman_box {
    display: block;
    margin: 40px auto 0;
    border: 3px solid var(--color-gray);
    border-radius: 15px;
    background: #fff;
    padding: 25px  25px;
    justify-content: space-between;
    align-items: center;
  }

  .goodman_logo {
    width: 170px;
    margin: 0 auto 15px;
  }

  .goodman_text .text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }

  .goodman_text .link {
    font-size: 10px;
    margin-top: 10px;
  }

  .goodman_text .link a {
    text-decoration: underline;
  }

  /*  charm_gmap
  ------------------------*/
  
  .charm_gmap {
    width: 100%;
    height: 250px;
    position: relative;
    margin-top: 40px;
  }

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

  /*  charm_gallery
  ------------------------*/
  
  .charm_gallery_wrap {
    width: 100%;
    overflow: hidden;
  }

  .charm_gallery {
    display: flex;
    width: max-content;
    animation: gallery-scroll 120s linear infinite;
  }

  .gallery_list {
    display: flex;
  }

  .gallery_item {
    flex: 0 0 auto;
  }

  .gallery_item figure {
    margin: 0;
  }

  .gallery_item img {
    display: block;
    width: auto;
    height: 200px;
    object-fit: cover;
  }

  @keyframes gallery-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%); /* 2セット分の半分だけ動かす＝完全無限ループ */
    }
  }

  /* =====================
    support
  ===================== */

  #support .inner {
    position: relative;
  }

  .support_deco.deco2 {
    width: 90px;
    top: -20px;
    right: -5px;
  }
  
  .support_list {
    counter-reset: number 0;
    display: block;
    margin-top: 40px;
  }

  .support_item {
    counter-increment: number 1;
    padding: 25px 25px;
    background: #fff;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    position: relative;
    margin-bottom: 10px;
  }
  
  .support_item:last-of-type {
    margin-bottom: 0;
  }

  .support_item::before {
    content: counter(number, decimal-leading-zero) '';
    width: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    position: absolute;
    top: -13px;
    left: -13px;
    z-index: 1;
  }

  .support_item::after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    transform: rotate(45deg);
  }

  .support_item.c_pink::after {
    background: var(--color-pink);
  }

  .support_item.c_blue::after {
    background: var(--color-blue);
  }

  .support_item.c_orange::after {
    background: var(--color-orange);
  }

  .support_ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 10px;
  }

  .support_num {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .support_item.c_pink .support_num {
    color: var(--color-pink);
  }

  .support_item.c_blue .support_num {
    color: var(--color-blue);
  }

  .support_item.c_orange .support_num {
    color: var(--color-orange);
  }

  .support_item .text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  /* =====================
    totteoki
  ===================== */
  
  #totteoki {
    background: #fff;
  }

  #totteoki .inner {
    position: relative;
  }

  .totteoki_deco.deco1 {
    width: 90px;
    top: -20px;
    left: -40px;
  }

  .totteoki_container {
    margin-top: 60px;
  }

  .totteoki_cnts {
    padding: 40px 0;
    position: relative;
    margin-bottom: 20px;
  }

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

  .totteoki_cnts::before {
    content: '';
    width: 100vw;
    height: 100%;
    display: block;
    background-repeat: repeat;
    background-size: 1366px;
    background-position: center;
    position: absolute;
    top: 0;
    left: calc( 50% - 50vw );
    z-index: -1;
  }

  .totteoki_cnts.c_orange::before {
    background-image: url(../img/totteoki_bg1.jpg);
  }

  .totteoki_cnts.c_blue::before {
    background-image: url(../img/totteoki_bg2.jpg);
  }

  .totteoki_cnts.c_pink::before {
    background-image: url(../img/totteoki_bg3.jpg);
  }

  .totteoki_cnts_ttl {
    width: 150px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 700;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -45px;
    padding-bottom: 10px;
  }

  .totteoki_cnts.c_orange .totteoki_cnts_ttl {
    background-image: url(../img/totteoki_ttl1.svg);
    left: -40px;
  }

  .totteoki_cnts.c_blue .totteoki_cnts_ttl {
    background-image: url(../img/totteoki_ttl2.svg);
    right: -40px;
  }

  .totteoki_cnts.c_pink .totteoki_cnts_ttl {
    background-image: url(../img/totteoki_ttl3.svg);
    left: 50%;
    transform: translateX(-50%);
  }

  .totteoki_list {
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    gap: 15px 0;
  }

  .totteoki_item {
    width: 48%;
    cursor: pointer;
  }

  .totteoki_img {
    height: 0;
    padding-bottom: 62.5%;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
  }

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

  .totteoki_text {
    min-height: 100px;
    background: #fff;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    padding: 10px 15px;
    margin-top: -10px;
    position: relative;
  }

  .totteoki_text::before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%,-50%) rotate(45deg);
  }

  .totteoki_cnts.c_orange .totteoki_text::before {
    background: var(--color-orange);
  }

  .totteoki_cnts.c_blue .totteoki_text::before {
    background: var(--color-blue);
  }

  .totteoki_cnts.c_pink .totteoki_text::before {
    background: var(--color-pink);
  }

  .totteoki_text::after {
    content: '';
    width: 4px;
    height: 7px;
    display: block;
    background: url(../img/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translate(50%,-50%);
  }

  .totteoki_name {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .c_orange .totteoki_name {
    color: var(--color-orange);
  }

  .c_blue .totteoki_name {
    color: var(--color-blue);
  }

  .c_pink .totteoki_name {
    color: var(--color-pink);
  }

  .totteoki_ttl {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
  }

  /*  totteoki_modal
  ------------------------*/
    
  .totteoki_modal {
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: fixed;
    inset: 0;
    z-index: 1000;
    pointer-events: none;
    transition: opacity .3s ease;
  }
  
  .totteoki_modal.is-visible {
    display: flex;
  }

  .totteoki_modal.is-show {
    opacity: 1;
    pointer-events: auto;
  }

  .totteoki_modal_bg {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    inset: 0;
  }

  .totteoki_modal_inner {
    max-width: 500px;
    width: 92%;
    background: #fff;
    border-radius: 15px;
    padding: 20px 20px 25px;
    box-shadow: var(--box-shadow);
    margin: 0 auto;
    position: relative;
    transform: translateY(10px);
    transition: transform .3s ease;
  }

  .totteoki_modal.is-show .totteoki_modal_inner {
    transform: translateY(0);
  }

  .totteoki_modal_img {
    border: 1px solid var(--color-gray);
    margin-bottom: 20px;
  }

  .totteoki_modal_text {
    max-height: 40vh;
    overflow-y: auto;
  }

  .totteoki_modal .totteoki_name {
    font-size: 13px;
  }

  .totteoki_modal .totteoki_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

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

  .totteoki_modal_more .link {
    margin-top: 15px;
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  .totteoki_modal_more .link a {
    text-decoration: underline;
  }

  .totteoki_modal_close {
    width: 30px;
    height: 30px;
    display: block;
    background: var(--color-gray) url(../img/icon_close.svg) no-repeat center;
    background-size: 10px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -5px;
  }

  body.is-modal-open {
    width: 100%;
  }

  /* =====================
    pre
  ===================== */

  #pre {
    border-bottom: 50px solid #fff;
  }

  #pre .inner {
    position: relative;
  }

  .pre_deco.deco2 {
    width: 110px;
    top: 80px;
    right: -50px;
  }  
  
  .pre_list {
    margin-top: 40px;
    display: block;
  }
  
  .pre_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .pre_item:nth-of-type(even) {
    width: 90%;
    margin-left: auto;
  }

  .pre_img {
    width: 140px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    clip-path: polygon(
    50% 0%,
    100% 50%,
    70% 80%,
    30% 80%,
    0% 50% );
    margin-left: -30px;
  }

  .pre_img img {
    height: 100%;
    object-fit: cover;
  }

  .pre_text {
    margin-top: 10px;
    width: calc( 100% - 100px - 20px);
  }

  .pre_ttl {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .pre_ttl strong {
    font-weight: 700;
  }

  .pre_item:nth-of-type(1) .pre_ttl strong {
    color: var(--color-pink);
  }

  .pre_item:nth-of-type(2) .pre_ttl strong {
    color: var(--color-blue);
  }

  .pre_item:nth-of-type(3) .pre_ttl strong {
    color: var(--color-orange);
  }

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

  /* =====================
    resortbaito
  ===================== */
  
  #resortbaito .inner {
    position: relative;
  }

  .resortbaito_deco.deco1 {
    width: 130px;
    top: 60px;
    left: -55px;
  }  

  .job_slider_outer {
    width: 100vw;
    margin: 40px calc( 50% - 50vw ) 0;
    position: relative;
  }

  .job_slider {
    padding-bottom: 20px;
  }

  .job_item {
    position: relative;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 0 0 10px 10px;
    box-shadow: var(--box-shadow);
    background: #fff;
  }

  .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 {
    padding: 20px;
  }

  .job_text .text {
    flex: 1;
  }

  .job_ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 00;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-bottom: 7px;
  }

  .job_text .text {
    font-size: 12px;
    line-height: 1.8;
  }

  .job_data {
    margin-top: 12px;
  }

  .job_data li {
    min-height: 25px;
    display: flex;
    background: #F5F7F8;
    font-size: 11px;
    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/icon_cat.svg);
  }

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

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

  .job_icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
  }

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

  .job_btn {
    width: 25px;
    height: 25px;
    display: block;
    background: var(--color-main-black);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    cursor: pointer;
    z-index: 1;
  }

  .job_btn.job_btn_next {
    right: 20px;
  }

  .job_btn.job_btn_prev {
    left: 20px;
  }

  .job_btn::before {
    content: '';
    width: 4px;
    height: 8px;
    display: block;
    background: url(../img/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    margin: -1px 0px 0px 1px;
    z-index: 1;
  }

  .job_btn.job_btn_prev::before {
    transform: translate(-50%, -50%) rotate(135deg);
    margin: 1px 0px 0px -1px;
  }

  #resortbaito .btn {
    margin-top: 10px;
  }

  /* =====================
    faq
  ===================== */
    
  #faq {
    background: #fff;
  }

  .faq_list {
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
  }

  .faq_item {
    border: 3px solid var(--color-gray);
    border-radius: 15px;
    margin-bottom: 5px;
    font-size: 13px;
  }

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

  .faq_q {
    display: block;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 15px 30px 15px 50px;
    cursor: pointer;
    position: relative;
  }

  .faq_q::before,
  .faq_a::before {
    content: '';
    width: 22px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 13px;
  }

  .faq_q::before {
    content: 'Ｑ';
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-green);
  }

  .faq_a::before {
    content: 'Ａ';
    top: 2px;
    color: var(--color-pink);
  }

  .faq_q::after {
    content: '';
    width: 11px;
    height: 6px;
    display: block;
    background: url(../img/icon_down.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .faq_chk:checked + .faq_q::after {
    transform: translateY(-50%) scale(1, -1);
  }

  .faq_a {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition:
      max-height .45s cubic-bezier(.25,.46,.45,.94),
      opacity .35s ease-out,
      padding .45s cubic-bezier(.25,.46,.45,.94);
    padding-left: 50px;
    padding-right: 30px;
    position: relative;
  }

  .faq_chk:checked ~ .faq_a {
    max-height: 500px;
    opacity: 1;
    padding-bottom: 20px;
  }

  .faq_chk {
    display: none;
  }

  /* =====================
    contact
  ===================== */

  .form input[type="text"],
  .form input[type="email"],
  .form input[type="password"],
  .form select,
  .form textarea {
    width: 100%;
    padding: 12px;
    background: #fff;
    border: 2px solid var(--color-gray);
    border-radius: 5px;
    font-size: 14px;
    min-height: 45px;
    line-height: 1.4;
    padding: 8px 14px;
  }

  .form textarea {
    resize: vertical;
    line-height: 1.6;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .radio input,
  .check input {
    display: none;
  }

  .radio label,
  .check label,
  select,
  button {
    cursor: pointer;
    color: var(--color-black);
  }

  :-moz-placeholder {
    color: #CECECE;
    opacity: 1;
  }

  ::-moz-placeholder {
    color: #CECECE;
    opacity: 1;
  }

  :-ms-input-placeholder {
    color: #CECECE;
  }

  ::-ms-input-placeholder {
    color: #CECECE;
  }

  ::-webkit-input-placeholder {
    color: #CECECE;
  }

  ::placeholder {
    color: #CECECE;
  }

  .form .input textarea {
    resize: vertical;
  }

  .contact_text {
    text-align: center;
    margin-bottom: 30px;
  }

  .contact_text .text {
    display: inline-block;
    padding: 15px 20px;
    border: 2px solid var(--color-pink);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: var(--color-pink);
  }

  /*  form
  ------------------------*/
  
  .form {
    background: #fff;
    box-shadow: var(--box-shadow);
    padding: 40px 20px;
    border-radius: 15px;
    position: relative;
  }

  .form .contact_kantan {
    width: 90px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/contact_kantan.svg) no-repeat center;
    background-size: contain;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.1;
    position: absolute;
    top: -40px;
    left: -20px;
  }

  .form_item {
    margin-bottom: 20px;
  }

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

  .form_item .label {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    letter-spacing: 0;
  }

  .form_item .label .required {
    display: inline-block;
    border-radius: 50px;
    width: 35px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    background: #F7E2E8;
    color: var(--color-pink);
    margin-right: 5px;
    vertical-align: top;
  }

  .form .radio .mwform-radio-field,
  .form .check .mwform-checkbox-field {
    display: block;
    margin: 0 0 5px 0;
  }

  .form .radio .mwform-radio-field label,
  .form .check .mwform-checkbox-field label {
    display: block;
    cursor: pointer;
  }

  .form .radio .mwform-radio-field:last-child,
  .form .check .mwform-checkbox-field:last-child {
    margin-bottom: 0;
  }

  .form .radio .mwform-radio-field-text,
  .form .check .mwform-checkbox-field-text {
    display: block;
    width: 100%;
    background: #fff;
    border: 2px solid var(--color-gray);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    min-height: 45px;
    line-height: 1.4;
    padding: 12px 10px 12px 35px;
    position: relative;
  }

  .form .radio .mwform-radio-field-text::before,
  .form .check .mwform-checkbox-field-text::before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../img/icon_check_off.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }

  .form .radio input:checked + .mwform-radio-field-text,
  .form .check input:checked + .mwform-checkbox-field-text {
    border-color: var(--color-blue);
    color: var(--color-blue);
  }

  .form .radio input:checked + .mwform-radio-field-text::before,
  form .check input:checked + .mwform-checkbox-field-text::before {
    background: url(../img/icon_check.svg) no-repeat center;
    background-size: contain;
  }

  .form .select {
    position: relative;
  }

  .form .select::before {
    content: '';
    width: 9px;
    height: 5px;
    display: block;
    background: url(../img/icon_down.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .form .select select {
    padding-right: 25px;
  }

  .form .input_agree {
    width: 110px;
    margin: 25px auto 0;
  }

  .privacy_box {
    height: 155px;
    overflow-y: auto;
    border: 2px solid var(--color-gray);
    border-radius: 5px;
    padding: 20px;
  }

  .privacy_ttl {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .privacy_box .text {
    font-size: 12px;
  }

  .mw_wp_form .error {
    color: var(--color-pink);
    font-size: 11px;
    font-weight: 700;
    margin-top: 5px;
  }

  .form .btn_area {
    text-align: center;
  }

  .form .btn_area .btn_back {
    display: inline-block;
    text-decoration: underline;
    margin-top: 15px;
    font-size: 12px;
  }

  /*  mw_wp_form_confirm
  ------------------------*/

  .mw_wp_form_confirm .form_item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-gray);
  }
  
  .mw_wp_form_confirm .contact_kantan,
  .mw_wp_form_confirm .contact_text,
  .mw_wp_form_confirm .form .privacy,
  .mw_wp_form_confirm .form .input_agree {
    display: none;
  }

  /*  mw_wp_form mw_wp_form_complete
  ------------------------*/
  
  .mw_wp_form_complete .text {
    text-align: center;
  }
  
}
