@charset "UTF-8";
/* ==========================================================================
  基本構造
========================================================================== */
html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a,
figure, figcaption, form, input, textarea, button {
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-family: Arial, "Helvetica Neue", "BIZ UDPGothic", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /* 1rem = 10px */
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

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

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

input, textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  bottom: 12%;
  right: 10%;
  z-index: 90;
bottom: 50px;
}



.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 6px;
  background-color: #bbec7c;
  border-radius: 10px;
}
.slick-dots li.slick-active {
  background-color: #78da00;
}
.slick-dots li button {
  display: none;
}

.p-top-mv__slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 75%;
  height: 500px;
}
@media screen and (min-width: 1023px) {
  .p-top-mv__slide {
    height: 924px;
    background-position: center;
  }
}
/* ==========================================================================
  Layout
========================================================================== */
/*英字タイトル*/
.wavy-title {
  display: inline-block;
  font-size: 3.5rem;
    font-weight: 900;
letter-spacing: 0;
}

.wavy-title span {
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.wavy-title span:nth-child(odd) {
  transform: translateY(-1.5px);
}
.wavy-title span:nth-child(even) {
  transform: translateY(1.5px);
}

.is-sp {
  display: block;
}
@media screen and (min-width: 1023px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}
@media screen and (min-width: 1023px) {
  .is-pc {
    display: block;
  }
}


.l-wrap {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 1023px) {
  .l-wrap {
    padding: 0;
  }
}
.l-wrap__main {
padding-top: 15vh; 
}
/* ==========================================================================
  ヘッダー
========================================================================== */
.header {
background-color: #fff;
position: fixed;
z-index: 1001;
width: 100%;
height: 15vh;
}

.header-container {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.header-logo-link {
margin-top: 10px;
display: flex;
width: 100px;
height: 100px;
}
.header-navi-check {
display: none;
}
.header-navi-link img {
width: 80px;
height: auto;
}
.header-navi-link-insta1 {
}
.header-navi-link-insta2 {
display: none;
}
.header-navi-link-tube1 {
}
.header-navi-link-tube2 {
display: none;
}
.header-navi-link-text {
  display: inline-block;
  width: 7vw;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  outline: none;
  color: #78d900;
  font-size: 1.3vw;
  font-weight: bold;
  background-color: #fff;
  position: relative;
  border: 2px solid #78d900;
  transition: color 0.5s ease;
}

.header-navi-link-text:hover {
  color: #fff !important;
z-index: 2;
}

.header-navi-link-text:hover::before {
  transform: scaleY(1);
}

.header-navi-link-text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #78d900;
  transform: scaleY(0);
  transition: transform 0.5s ease;
  z-index: -1;
}
.header-navi-main {
display: flex;
flex-direction: column;
align-items: flex-end;
width: 100%;
justify-content: space-between;
}
.header-navi-top,
.header-navi-bottom {
display: flex;
justify-content: flex-end;
width: 100%;
}
.header-navi-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  gap: 1vw;
}
.header-navi-right {
display: flex;
justify-content: flex-end;
align-items: flex-end;
gap: 1vw;
}
.header-navi-top p {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
.header-navi-top .header-navi-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-navi-bottom {
height: 100%;
}
.header-navi-main-list {
  display: flex;
  font-size: 1.2vw;
  letter-spacing: 0.1em;
  align-items: center;
}

.header-navi-main-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1vh 1vw;
}

/* 各リストの間に斜線を追加 */
.header-navi-main-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.1vw;
  top: 50%;
  width: 1px;
  height: 1.2em;
  background-color: gray;
  transform: translateY(-50%) rotate(25deg);
}

/* リンクのスタイル */
.header-navi-main-link {
  display: block;
  padding: 0.5vh 0;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  background: #fff;
  transition: all 0.3s ease;
}

/* マーカーエフェクト */
.navi-text.marker {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.navi-text.marker::before {
  background: #78d900;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0) skewX(-25deg);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}

.navi-text.marker:hover {
  color: #fff;
}

.navi-text.marker:hover::before {
  transform-origin: left;
  transform: scaleX(1) skewX(-25deg);
}
.header-navi-main-child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

/*子リストも初期状態では非表示 */
.header-navi-main-child-list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

/*表示時のフェードイン効果 */
.header-navi-main-child.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.header-navi-main-child-item {
    flex: 1;
    max-width: 25%;
    text-align: center;
}





.child-item-box {
    position: relative;
    display: inline-block;
    margin: 0 30px;
}

.navi-img {
    max-width: 100%;
    width: 20vw;
    height: auto;
    border-radius: 25px;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
    overflow: hidden;
    opacity: 0.5;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
    transform: rotate(2deg);
    outline: 3px solid rgba(120, 217, 0, 0.5);
}

.header-navi-main-child-item:hover .navi-img {
    transform: scale(1.15) rotate(0deg);
    opacity: 1;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    filter: brightness(1.1);
    outline: 3px solid rgba(120, 217, 0, 0.8);
}

.text-with {
    position: absolute;
    bottom: -1vh;
    right: -1vw;
    padding: 1vh;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    text-align: center;
    background: rgba(120, 217, 0, 0.8);
    border-radius: 8px;
    transition: background 0.3s ease, opacity 0.3s ease;
    z-index: 10;
}
.migiwa-text {
    background: rgba(255, 100, 185, 0.7);
}
.jidokan-text {
    background: rgba(255, 160, 0, 0.7);
}
.room-text {
    background: rgba(240, 220, 0, 0.7);
}
.nakagyo-text {
    background: rgba(120, 216, 0, 0.7);
}
.shimizu-text {
    background: rgba(0, 200, 255, 0.7);
}
.yoshihide-text {
    background: rgba(160, 130, 200, 0.7);
}
.suzaku-text {
    background: rgba(255, 75, 75, 0.7);
}



.migiwa-img {
    outline: 3px solid rgba(255, 100, 185, 0.7);
}
.jidokan-img {
    outline: 3px solid rgba(255, 160, 0, 0.7);
}
.room-img {
    outline: 3px solid rgba(240, 220, 0, 0.7);
}
.nakagyo-img {
    outline: 3px solid rgba(120, 216, 0, 0.7);
}
.shimizu-img {
    outline: 3px solid rgba(0, 200, 255, 0.7);
}
.yoshihide-img {
    outline: 3px solid rgba(160, 130, 200, 0.7);
}
.suzaku-img {
    outline: 3px solid rgba(255, 75, 75, 0.7);
}

.header-navi-main-child-item:hover .text-with {
    background: rgba(120, 217, 0, 1);
}
.header-navi-main-child-item:hover .migiwa-text {
    background: rgba(255, 100, 185, 1);
}
.header-navi-main-child-item:hover .jidokan-text {
    background: rgba(255, 160, 0, 1);
}
.header-navi-main-child-item:hover .room-text {
    background: rgba(240, 220, 0, 1);
}
.header-navi-main-child-item:hover .nakagyo-text {
    background: rgba(120, 216, 0, 1);
}
.header-navi-main-child-item:hover .shimizu-text {
    background: rgba(0, 200, 255, 1);
}
.header-navi-main-child-item:hover .yoshihide-text {
    background: rgba(160, 130, 200, 1);
}
.header-navi-main-child-item:hover .suzaku-text {
    background: rgba(255, 75, 75, 1);
}

.header-navi-main-child-item:hover .migiwa-img {
    outline: 3px solid rgba(255, 100, 185, 1);
}
.header-navi-main-child-item:hover .jidokan-img {
    outline: 3px solid rgba(255, 160, 0, 1);
}
.header-navi-main-child-item:hover .room-img {
    outline: 3px solid rgba(240, 220, 0, 1);
}
.header-navi-main-child-item:hover .nakagyo-img {
    outline: 3px solid rgba(120, 216, 0, 1);
}
.header-navi-main-child-item:hover .shimizu-img {
    outline: 3px solid rgba(0, 200, 255, 1);
}
.header-navi-main-child-item:hover .yoshihide-img {
    outline: 3px solid rgba(160, 130, 200, 1);
}
.header-navi-main-child-item:hover .suzaku-img {
    outline: 3px solid rgba(255, 75, 75, 1);
}
















.header-navi-sub {
display: none;
}
.header-navi-sub-check {
  display: none;
}
.header-navi-sub-btn {
  display: flex;
  height: 40px;
  width: 40px;
  background-color: #000;
  border-radius: 25%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.header-navi-sub-btn span,
.header-navi-sub-btn span:before,
.header-navi-sub-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 20px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

.header-navi-sub-btn span:before {
  bottom: 8px;
}

.header-navi-sub-btn span:after {
  top: 8px;
}

.header-navi-sub-check:checked  ~ .header-navi-sub-btn {
  background: #000;
}

.header-navi-sub-check:checked ~ .header-navi-sub-btn span {
  background: rgba(255, 255, 255, 0);
}

.header-navi-sub-check:checked ~ .header-navi-sub-btn span::before {
  background-color: #fff;
  bottom: 0;
  transform: rotate(45deg);
}

.header-navi-sub-check:checked ~ .header-navi-sub-btn span::after {
  background-color: #fff;
  top: 0;
  transform: rotate(-45deg);
}

.header-navi-sub-list {
  width: 100%;
  height: 100vh;
  padding: 80px 10px 10px;
  background: #fff;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 99;
  transition: .5s;
}
.header-navi-sub-check:checked  ~ .header-navi-sub-list {
  left: 0;
}
.header-navi-sub-list > li:not(.header-navi-sub-item-recruit) {
  border-bottom: 1px solid #333;
}

.header-navi-sub-list > li:not(.header-navi-sub-item-recruit) > a {
  display: block;
  padding: 10px 10px 10px 20px;
  background: url(/assets/img/common/icon_arrow_right.png) 10px center no-repeat;
  font-size: 1.4rem;
}
.header-navi-sub-child-list > li a {
  display: block;
  padding: 10px 10px 10px 30px;
  font-size: 1.4rem;
}

@media (min-width: 601px) and (max-width: 1024px) {
.header {
height: 6vh;
}
.l-wrap__main {
padding-top: 60px; 
}
.header-logo-link {
margin-top: 0.4vh;
width: 50px;
height: 50px;
}
.header-navi-sub {
display: block;
}
.header-navi-bottom {
display: none;
}
.header-navi-link img {
width: 40px;
height: auto;
}
.header-navi-link-insta1 {
display: none;
}
.header-navi-link-insta2 {
display: block;
}
.header-navi-link-tube1 {
display: none;
}
.header-navi-link-tube2 {
display: block;
}
.header-navi-link-text {
  display: none;
}
.header-navi-sub-link-recruit {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #78d900;
    font-size: 3.5vw;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #78d900;
    margin-top: 1vh;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
}

@media (max-width: 600px) {
.header {
height: 8vh;
}
.l-wrap__main {
padding-top: 8vh; 
}
.header-logo-link {
margin-top: 0.4vh;
width: 50px;
height: 50px;
}
.header-navi-top {
  padding: 1vh 2vw;
}
.header-navi-sub {
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
}
.header-navi-right {
display: flex;
justify-content: center;
align-items: center;
gap: 1vw;
}
.header-navi-bottom {
display: none;
}
.header-navi-link-insta1 {
display: none;
}
.header-navi-link-insta2 {
display: block;
}
.header-navi-link-tube1 {
display: none;
}
.header-navi-link-tube2 {
display: block;
}
.header-navi-link-text {
  display: none;
}
.header-navi-top p {
  font-size: 1.4rem;
  margin: 0;
}
.header-navi-left a {
  letter-spacing: 0.01em;
}
.header-navi-link img {
width: 40px;
height: auto;
}
.header-navi-sub-link-recruit {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #78d900;
    font-size: 7vw;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #78d900;
    margin-top: 1vh;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
}












































/* ==========================================================================
  資料掲載
========================================================================== */
.c-en-download {
  margin: 0 1vw;
  font-size: 1.4rem;
}


.c-en-download__ttl {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  transform: translateY(40px);
}

@media screen and (min-width: 900px) {
  .c-en-download__ttl {
    font-size: 2.2rem;
    transform: translateY(34px);
  }
}

.c-en-download ul {
  margin-bottom: 2rem;
  padding: 3rem 1rem;
  border-radius: 50px;
}
@media screen and (min-width: 900px) {
  .c-en-download ul {
    display: flex;
    justify-content: center;
    padding: 4rem 0;
    border-radius: 300px;
  }
}

.c-en-download ul li {

}
@media screen and (min-width: 900px) {
  .c-en-download ul li {
    margin: 0 36px;
    text-align: center;
  }
}

.c-en-download ul li a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .c-en-download ul li a {
    display: block;
  }
}

.c-en-download ul li a div {
  width: 100%;
  text-align: center;
}

.c-en-download ul li img {
  width: 40%;
  margin: 0 1rem;
}
.c-en-download ul li a img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 900px) {
  .c-en-download ul li img {
    width: auto;
    margin: 0;
  }
}


.c-en-download ul li .c-en-download__btn1 {
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  background-color: #78db00;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.c-en-download ul li .c-en-download__btn3 {
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  background-color: #78db00;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 900px) {
  .c-en-download__btn1 {
    width: 270px;
  }

  .c-en-download__btn3 {
    width: 200px;
  }
}

.c-en-download ul + p {
  margin-bottom: 2rem;
  text-align: center;
}

.c-en-download__btn2 {
  display: block;
  margin: 0 auto 1rem;
  padding: 1rem 3rem;
  background-color: #78db00;
  border-radius: 20px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 900px) {
  .c-en-download__btn2 {
    width: 400px;
  }
}















/* ==========================================================================
  フッター
========================================================================== */
.l-footer {
  padding: 50px 0;
  background-image: url(/assets/img/common/footer_bg.png);
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 1023px) {
  .l-footer {
    padding: 50px 0;
  }
}


.l-footer-logo {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (min-width: 1023px) {
  .l-footer-logo {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
}

.l-footer-logo p img {
  padding-right: 16px;
  vertical-align: middle;
}

.l-footer__menu1 {
  width: 900px;
  margin: 0 auto 2rem;
  padding-bottom: 1rem;
  text-align: center;
  border-bottom: 1px dotted #333;
}

.l-footer__menu1 li {
  display: inline-block;
  margin-right: 1rem;
}

.l-footer__menu1 li a {
  padding: 2px 2px 2px 1.6rem;
  font-size: 1.2rem;
}

.l-footer__menu1 li:nth-child(1) a {
  background: url(/assets/img/common/icon_arrow_right2.png) 0 center no-repeat;
}
.l-footer__menu1 li:nth-child(2) a {
  background: url(/assets/img/common/icon_arrow_right3.png) 0 center no-repeat;
}
.l-footer__menu1 li:nth-child(3) a {
  background: url(/assets/img/common/icon_arrow_right4.png) 0 center no-repeat;
}
.l-footer__menu1 li:nth-child(4) a {
  background: url(/assets/img/common/icon_arrow_right5.png) 0 center no-repeat;
}
.l-footer__menu1 li:nth-child(5) a {
  background: url(/assets/img/common/icon_arrow_right6.png) 0 center no-repeat;
}
.l-footer__menu1 li:nth-child(6) a {
  background: url(/assets/img/common/icon_arrow_right7.png) 0 center no-repeat;
}
.l-footer__menu1 li:nth-child(7) a {
  background: url(/assets/img/common/icon_arrow_right9.png) 0 center no-repeat;
}


.l-footer__menu2 {
  text-align: center;
}

.l-footer__menu2 li {
  display: inline-block;
  padding: 2px 1rem;
  border-left: 1px solid #333;
}

.l-footer__menu2 li:first-child {
  border: none;
}

.l-footer__menu2 li a {
  font-size: 1.2rem;
}


/* ==========================================================================
  画像のみ公開用、トップ動画
========================================================================== */
.p-slice-img div {
  overflow: hidden;
}
.p-slice-img div img {
  width: 100%;
}
.p-slice-img div:first-child img {
  margin-top: -10%;
}
.p-slice-img.is-sp div:first-child img {
  margin-top: -20%;
}
.p-top-mv__video{
  width: 100%;
  margin-bottom: 60px;
} 
@media (max-width: 600px) {
  .p-top-mv__video {
    min-height: 460px; 
    object-fit: cover; 
    object-position: center; 
  }
}


/* ==========================================================================
  Object
========================================================================== */
.c-mv {
  max-height: 600px;
  position: relative;
  overflow: hidden;
  margin-bottom: 2vh;
}

.c-mv img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 600px) {
  .c-mv {
    max-height: 300px;
    margin-bottom: 1.5vh;
  }

  .c-mv img {
    height: 300px;
    object-fit: cover;
  }
}


.pagetop-btn {
  position: fixed;
  bottom: -80px;
  right: 10px;
  transition: all .5s;
}

@media screen and (min-width: 1023px) {
  .pagetop-btn {
    bottom: -80px;
  }
}

.pagetop-btn.is-show {
  bottom: 10px;
}

@media screen and (min-width: 1023px) {
  .pagetop-btn.is-show {
    bottom: 32px;
  }
}

figcaption {
  margin: .6rem 0;
  font-size: 1.2rem;
  text-align: right;
}

/* heading
------------------------------------------- */
.p-heading--lv2 {
  margin-bottom: 2rem;
  padding-left: 1em;
  font-size: 2.4rem;
  line-height: 1.6;
}
.p-heading--lv2 span {
  display: block;
  text-indent: -1em;
}

/* グラデーション
------------------------------------------- */
.grad1 {
  background: linear-gradient(to right bottom, #79d900, #feff00);
}

.grad-history {
  background: linear-gradient(to right, #feff00, #79d900);
}

.grad-migiwa {
  background: linear-gradient(to right, #ffffd9, #ffebf3);
}

.grad-jidokan {
  background: linear-gradient(to right, #ffffd9, #fff1d9);
}

.grad-nhoiku {
  background: linear-gradient(to right, #f1fbe5, #fdfbe5);
}

.grad-nmigiwa {
  background: linear-gradient(to right, #f1fbe5, #fdfbe5);
}

.grad-shimizu {
  background: linear-gradient(to right, #e5f9ff, #fffee5);
}

.grad-yoshihide {
  background: linear-gradient(to right, #f5f2f9, #f1fbe5);
}

.grad-suzaku {
  background: linear-gradient(to right, #ffffe5, #ffeded);
}

.grad-hoiku {
  background: linear-gradient(to right, #ffffe5, #f1fbe5);
}

.grad-hoiku2 {
  background: linear-gradient(to top, #fff, #feffd9);
}
@media screen and (min-width: 1023px) {
  .grad-hoiku2 {
    background: linear-gradient(to right, #fff, #feffd9);
  }
}

.grad-hoiku3 {
  background: linear-gradient(to bottom, #feffd9, #fff);
}
@media screen and (min-width: 1023px) {
  .grad-hoiku3 {
    background: linear-gradient(to right, #feffd9, #fff);
  }
}

.grad-support1 {
  background: linear-gradient(to right, #d7f4b2, #eaf9b2);
}

.grad-support2 {
  background: linear-gradient(to right, #eaf9b2, #ffffd2);
}

.grad-support3 {
  background: linear-gradient(to right, #d7f4b2, #ffffd2);
}

.grad-food {
  background: linear-gradient(to right, #ffffd2, #f1fbe5);
}

.grad-recruit {
  background: linear-gradient(to right, #feffd3, #e7f9d1);
}


/* アンダーライン */
.u-line {
  padding: 0 2px 2px 0;
  background-size: 100% 50%;
  background-position: bottom;
}

.c-hoiku-contents__subttl .u-line {
  background-image: linear-gradient(to right, #fdff7b, #b6e972);
  background-repeat: no-repeat;
}

.p-policy .u-line {
  background-image: linear-gradient(to right, #feff7f, #bcec7f);
  background-repeat: no-repeat;
}

.case1 .u-line {
  background-image: linear-gradient(to right, #f9fe6c, #bced7f);
  background-repeat: no-repeat;
}

.case2 .u-line {
  background-image: linear-gradient(to right, #f9fe6c, #bced7f);#ffff7f
  background-repeat: no-repeat;
}




.c-recruit-plan__ttl2 .u-line {
  background-image: linear-gradient(to right, #d9cde9, #c9f099);
  background-repeat: no-repeat;
}

.p-migiwa .u-line {
  background-image: linear-gradient(to right, #fffe80, #ffbdd3);
  background-repeat: no-repeat;
}

.p-jidokan .u-line {
  background-image: linear-gradient(to right, #fffe7f, #ffcf7f);
  background-repeat: no-repeat;
}

.p-nhoiku .u-line {
  background-image: linear-gradient(to right, #bcec7f, #f7ed7f);
  background-repeat: no-repeat;
}

.p-nmigiwa .u-line {
  background-image: linear-gradient(to right, #bcea7f, #f4eb7f);
  background-repeat: no-repeat;
}

.p-shimizu .u-line {
  background-image: linear-gradient(to right, #80e3fe, #fef87f);
  background-repeat: no-repeat;
}

.p-yoshihide .u-line {
  background-image: linear-gradient(to right, #e2daee, #d6f3b2);
  background-repeat: no-repeat;
}

.p-suzaku .u-line {
  background-image: linear-gradient(to right, #fffe7f, #ffa5a5);
  background-repeat: no-repeat;
}

.p-community .u-line {
  background-image: linear-gradient(to right, #feff7f, #bcec7f);
  background-repeat: no-repeat;
}

.migiwa {
color: #ff64b9;
}
.jidokan {
color: #ffa000;
}
.nakagyo {
color: #78d800;
}
.room {
color: #f0dc00;
}
.suzaku {
color: #ff4b4b;
}
.shimizu {
color: #00c8ff;
}
.yoshihide {
color: #a082c8;
}

.migiwa-bg {
background-color: #ff64b9;
}
.jidokan-bg {
background-color: #ffa000;
}
.nakagyo-bg {
background-color: #78d800;
}
.room-bg {
background-color: #f0dc00;
}
.suzaku-bg {
background-color: #ff4b4b;
}
.shimizu-bg {
background-color: #00c8ff;
}
.yoshihide-bg {
background-color: #a082c8;
}

/* ==========================================================================
  トップページ
========================================================================== */
.p-top-mv {
  position: relative;
}

.p-top-mv__txt {
  width: 60vw;
  position: absolute;
  left: 10px;
  bottom: 36%;

}
@media screen and (min-width: 1023px) {
  .p-top-mv__txt {
    width: auto;
    left: 84px;
    bottom: 46%;
  }
}
.p-top-mv__txt img {
  width: 100%;
}

.p-top-mv::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 130px;
  background-image: url(/assets/img/top/mv_mask.png);
  background-size: cover;
  background-position: right top;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1023px) {
  .p-top-mv::after {
    content: "";
    display: inline-block;
    height: 392px;
    background-size: cover;
  }
}

.p-top-section--lv2 {
  max-width: 1100px;
  margin: 0 auto 5rem;
  padding: 0 10px;
}
@media screen and (min-width: 1023px) {
  .p-top-section--lv2 {
    margin: 0 auto 8rem;
    padding: 0;
  }
}

.p-top-column {
  display: block;
}
@media screen and (min-width: 1023px) {
  .p-top-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .p-top-column::after {
    content: "";
    display: block;
    width: 500px;
    height: 0;
  }
}

.p-top-column__block {
  margin-bottom: 3rem;
  padding: 3px;
  border-radius: 10px;
}
@media screen and (min-width: 1023px) {
  .p-top-column__block {
    width: 500px;
    margin-bottom: 40px;
  }
}

.p-top-column__block .p-top-news {
  padding: 20px 36px;
  background-color: #f9fcf2;
  border-radius: 7px;
  position: relative;
}

@media screen and (min-width: 1023px) {
  .p-top-column__block .p-top-news {
    height: 100%;
  }
}


.p-top-news__date {
  padding: 0 1em;
  background-color: #fff;
  color: #79d900;
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  top: -8px;
  left: 30px;
}

.p-top-news__ttl {
  margin-bottom: 10px;
  padding: .6rem 0 .6rem;
  background-color: #fff;
  border-bottom: 4px dotted #333;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.p-top-news__txt {
  font-size: 1.4rem;
  line-height: 1.4;
}

.p-top-vacancy__header {
  margin-bottom: 2rem;
  color: #78d900;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
}

.p-top-vacancy + .p-top-vacancy > .p-top-vacancy__header {
  margin-top: 5rem;
}

.p-top-vacancy__header small {
  display: block;
}

@media screen and (min-width: 1023px) {
  .p-top-vacancy__header small {
    display: inline-block;
  }

}

.p-top-vacancy__ttl {
  margin-top: 1rem;
  padding: 1rem 1.8rem;
  background-color: #78d900;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
}

.p-top-vacancy__ttl::after {
  content: "表示";
  display: inline-block;
  width: 6rem;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 20px;
  color: #78d900;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  top: 7px;
  right: 10px;
}

.p-top-vacancy__ttl.is-open {
  border-radius: 6px 6px 0 0;
}

.p-top-vacancy__ttl.is-open::after {
  content: "閉じる";
}

.p-top-vacancy__table {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 0 0 6px 6px;
}

.p-top-vacancy__tablewrap {
  display: none;
  margin: 0 0 2rem 0;
}

.p-top-vacancy__table-ttl + .p-top-vacancy__table {
  margin-bottom: 0;
}

.p-top-vacancy__table th {
  padding: 4px 0;
  text-align: center;
  background-color: #e4f3cb;
}

.p-top-vacancy__table td {
  text-align: center;
  background-color: #eee;
}

.p-top-vacancy__table td:first-child {
  border-radius: 0 0 0 6px;
}

.p-top-vacancy__table td:last-child {
  border-radius: 0 0 6px 0;
}
@media screen and (min-width: 1023px) {
  .p-top-vacancy__table td:last-child {
    border-radius: 0;
  }
}

.p-top-vacancy__table thead th {
  padding: 1rem 0;
}

.p-top-vacancy__table thead th:first-child {
  width: 200px;
  background-color: #78d900;
  border-radius: 10px 0 0 0;
  color: #fff;
  position: relative;
}

.p-top-vacancy__table thead th:first-child::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 21px;
  left: 38%;
  transform: rotate(25deg);
}

.p-top-vacancy__table thead th:first-child span {
  position: absolute;
}

.p-top-vacancy__table thead th:first-child span:first-child {
  bottom: 3px;
  left: 3rem;
}

.p-top-vacancy__table thead th:first-child span:last-child {
  top: 5px;
  right: 3rem;
}

.p-top-vacancy__table tbody td {
  padding: 1rem 0;
}

.p-top-vacancy__table .is-no {
  background-color: #dadada;
}

.p-top-vacancy__table .is-rec {
  background-color: #f9fcf2;
}

.p-top-map iframe {
  width: 100%;
}

.p-top-map.is-pc {
  text-align: center;
}

.p-top-map.is-pc img {
  width: 100%;
  max-width: 1060px;
}

.p-top .c-en-download__ttl {
  color: #78d800;
}

/* page
------------------------------------------- */
.c-heading--lv1 {
  padding: 0 1em 0 1em;
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (min-width: 1023px) {
  .c-heading--lv1 {
    padding: 0 0 0 2em;
    font-size: 2.6rem;
    line-height: 1.8;
  }
}

.c-heading--lv1 img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1023px) {
  .c-heading--lv1 img {
    width: auto;
    max-width: 460px;
    transform: translateX(-2em);
  }
}

.c-section--lv1 {
  width: 100%;
  margin-bottom: 5rem;
}

@media screen and (min-width: 1023px) {
  .c-section--lv1 {
    max-width: 1208px;
    margin: 0 auto 6rem;
  }
}

.c-footer-link {
  padding: 3rem 0;
  background-color: #ffffe7;
}

.c-footer-link ul {}

@media screen and (min-width: 1023px) {
  .c-footer-link ul {
    display: flex;
    justify-content: center;
  }
}


@media screen and (min-width: 1023px) {
  .c-footer-link ul li {
    width: 246px;
  }
}

.c-footer-link ul li img {
  width: 60%;
}

@media screen and (min-width: 1023px) {
  .c-footer-link ul li img {
    width: 100%;
  }
}

.c-footer-link ul li:nth-child(2) {
  text-align: right;
}

.c-pickup-btn {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1023px) {
  .c-pickup-btn {
    max-width: 1200px;
  }
}

.c-pickup-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 130px;
  height: 130px;
  border-radius: 100px;
  font-size: 2rem;
  color: #fff;
  background-color: #78dc00;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: -170px;
  right: 0;
}

@media screen and (min-width: 1023px) {
  .c-pickup-btn a {
    width: 200px;
    height: 200px;
    font-size: 2.4rem;
  }
}

.c-pickup-btn a span {
  font-size: 2.2rem;
  transform: translateY(10px);
}

@media screen and (min-width: 1023px) {
  .c-pickup-btn a span {
    transform: translateY(16px);
  }
}

.c-pickup-btn a span img {
  padding: 0 5px 0 0;
  vertical-align: bottom;
}

        /* セクション全体 */
        .download-section {
            max-width: 1200px;
            margin: 0 auto;
            margin-bottom: 10px;
            padding: 30px 20px;
            background: linear-gradient(to right, #ffffd2, #f1fbe5);
            border-radius: 12px;
        }

        /* タイトル */
        .download-title {
            font-size: 2.2rem;
            font-weight: 700;
            text-align: center;
            color: #2c3e50;
            position: relative;
            padding-bottom: 20px;
        }

        /* 資料リストコンテナ - Flexbox使用で中央配置 */
        .download-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            list-style: none;
            max-width: 1000px;
            margin: 0 auto;
        }

        /* 各資料アイテム - 固定幅で中央配置を実現 */
        .download-item {
            flex: 0 0 220px;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .download-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
            background-color: #78db00;
        }

        /* リンク */
        .download-link {
            display: block;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }

        /* 画像コンテナ */
        .download-image-container {
            position: relative;
            width: 100%;
            aspect-ratio: 1 / 1;
            overflow: hidden;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .download-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.3s ease;
        }

        .download-item:hover .download-image {
            transform: scale(1.05);
        }

        /* 画像がない場合のフォールバック */
        .download-image-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            font-size: 3rem;
        }

        /* テキストコンテナ */
        .download-text-container {
            padding: 25px 20px;
            text-align: center;
            background-color: #78db00;
        }

        /* ボタンテキスト */
        .download-button-text {
            font-size: 1.4rem;
            font-weight: 600;
            color: #fff;
            line-height: 1.4;
        }



        /* レスポンシブ調整 */
        @media (max-width: 768px) {
            .download-section {
                padding: 40px 15px;
                width: 90%;
            }

            .download-title {
                font-size: 1.8rem;
            }

            .download-grid {
                grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
                gap: 20px;
            }

            .download-image-container {
                height: 150px;
            }

            .download-text-container {
                padding: 20px 15px;
            }

            .download-button-text {
                font-size: 1.6rem;
            }
        }

        @media (max-width: 480px) {
            .download-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                max-width: 280px;
                margin: 0 auto;
            }

            .download-item {
                max-width: 280px;
                margin: 0 auto;
            }

            .download-image-container {
                height: 200px;
            }

            .download-text-container {
                padding: 20px 15px;
            }
        }

        /* 5個以上の場合の特別調整 */
        @media (min-width: 1024px) {
            .download-grid {
                grid-template-columns: repeat(5, 1fr);
                max-width: 1100px;
            }
        }


.head-title {
font-size: 2.6rem;
}




