@charset "utf-8";
/* CSS Document */
#mainvisual {
  width: 100%;
  background-color: #ffffff;
}
#mainvisual img {
  width: auto;
  margin-left: -512px;
  position: relative;
  left: 50%;
}
#slideshow {
  margin: 0 auto;
  border-bottom: 1px solid #e1e1e1;
}
#showimg1 {
  background-color: #305681;
}
#showimg2 {
  background-color: #ffeb00;
}
#showimg3 {
  background: linear-gradient(to left, #fcb217 50%, #fe8705 50%);
}
#showimg4 {
  background: linear-gradient(#e4e3f1 50%, #eeeaeb 100%),linear-gradient(#ece2e1 0%, #e9dbdb 30%, #e9dbdb 100%);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 50%;
}
#showimg5, #showimg6, #showimg7, #showimg8 {
  background-color: #ffffff;
}
.job-info {
  padding-top: 1.8rem;
  background-color: #ffffff;
}
.job-info-box {
  margin: 0 auto;
}
.job-info-box_header {
  background: #fdebcd;
}
.job-info-box_ttl {
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
.job-info-detail {
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.job-info-detail:hover {
  opacity: 0.8;
  text-decoration: none;
}
.job-info-detail::before {
  content: "";
  height: auto;
  aspect-ratio: 1/1;
  background: url("/okinawa/images/icon/icon-arrow_1.png") center center/contain no-repeat #333;
  border-radius: 50%;
  display: block;
}
.job-info-detail_inner {
  color: #333;
}
.job-info-detail_sub-ttl {
  margin-bottom: 0.3em;
  line-height: 1.4;
}
.job-info-detail_ttl {
  margin-bottom: 0.3em;
  font-weight: bold;
  line-height: 1.4;
}
.job-info-detail_content {
  line-height: 1.4;
}
.job-info-btn-list {
  margin-top: 2rem;
}
.job-info-btn-list_item:nth-of-type(n+2) {
  margin-top: 1.5rem;
}
.job-info-btn-list_item:nth-of-type(2) {
  padding-bottom: 3rem;
}
.job-info-btn-label {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.job-info-btn-label::before, .job-info-btn-label::after {
  content: "";
  width: 1.414em;
  height: 1px;
  background-color: currentColor;
  display: block;
  flex: 0 0 auto;
}
.job-info-btn-label::before {
  rotate: 45deg;
}
.job-info-btn-label::after {
  rotate: -45deg;
}
.job-info-btn-label > span {
  margin-inline: 0.2em;
  color: #333;
  display: block;
  flex: 0 1 auto;
}
.job-info-btn {
  width: 22rem;
  height: 4rem;
  margin: 0 auto;
  border-radius: 50px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.job-info-btn::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  margin-block: auto;
  background: url("/okinawa/images/icon/icon-other-window2.png") top/contain no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
}
.job-info-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.job-info-btn-list_item:nth-of-type(1) .job-info-btn {
  background-color: #305681;
}
.job-info-btn-list_item:nth-of-type(2) .job-info-btn {
  background-color: #f39800;
}
.job-info-btn-list_item:nth-of-type(2) .job-info-btn span {
  color: #0c0080;
}
#top #content {
  display: block;
}
#content_menu {
  display: flex;
  flex-wrap: wrap;
}
.content_menu-box {
  width: 100%;
  max-width: 298px;
  background: linear-gradient(to bottom, #fff 75%, #e5e5e5);
  border: solid 1px #c4c4c4;
}
.content_menu-box:nth-child(3n+2) {
  margin: 0 25px;
}
.content_menu-box:nth-child(n+4) {
  margin-top: 1.5rem;
}
.content_menu-box:hover {
  background: linear-gradient(to bottom, #fff 75%, #fdebcd);
}
.content_menu-box a {
  text-decoration: none;
}
.content_menu-box:nth-child(3) {
  position: relative;
}
.content_menu-box:nth-child(3):hover {
  background: linear-gradient(to bottom, #fff 75%, #e5e5e5);
}
.content_menu-box:nth-child(3)::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  position: absolute;
}
.content_menu-box:nth-child(3) a {
  pointer-events: none;
}
.content_menu-box:nth-child(3) a .content_menu-link {
  opacity: 0.4;
}
.content_menu-box h3 {
  padding: 0.3rem 0 0 0.5rem;
  border-bottom: solid 1px;
  border-image: linear-gradient(to right, #f39800, #fff) 1;
  font-size: 1.2rem;
}
.content_menu-img img {
  width: 100%;
  height: auto;
}
.content_menu-text {
  height: 4em;
  padding: 0.5rem 0 0 0.5rem;
  color: #686868;
  font-size: 0.8rem;
}
.content_menu-link {
  margin: 0 0 0 60%;
  padding: 0.3rem 0.5rem 0.2rem;
  background-color: #f39800;
  clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 100% 100%);
  color: #0C0080;
  font-size: 0.7rem;
  text-align: right;
}
#oshigotocafe {
  width: 710px;
  margin: 0 auto;
}
#cafe_area {
  margin-top: 3em;
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cafe_area div:hover {
  opacity: 0.6;
}
#cafe_area p {
  margin: 0 0 0 1em;
}
#instagram_img {
  margin-bottom: 1.5em;
  display: flex;
}
#instagram_img a:hover {
  opacity: 0.8;
}
#instagram_img a:nth-of-type(n+2) {
  margin-left: 1em;
}
#toramiko {
  width: 690px;
  margin: 30px auto 30px;
  display: flex;
}
#toramiko div:nth-of-type(n+2) {
  margin-left: 15px;
}
#toramiko a:hover {
  opacity: 0.6;
}
#toramiko div img {
  width: 100%;
  height: auto;
}
#second_icon {
  width: 160px;
  display: flex;
  justify-content: left;
}
#second_icon a:not(:first-child) {
  margin-left: 10px;
}
/* rule.html */
.plugin {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.plugin dd {
  margin-bottom: 0;
}
/* sitemap.html */
.internalLinkList {
  margin-top: 2em;
  display: flex;
  font-size: 120%;
}
.internalLinkList li {
  margin: 0 2em 0 0;
  padding-left: 1.1em;
  background: url(/okinawa/images/shared/liststyle/liststyle_arrow04.gif) no-repeat 0 50%;
  font-weight: bold;
}
#primary .section .internalLinkList li a {
  font-weight: normal;
  text-decoration: none;
}
#primary .section .internalLinkList li a:hover {
  text-decoration: underline;
}
.listStyleArrow {
  width: 700px;
  margin-left: 20px;
  overflow: hidden;
}
.listStyleArrow li {
  width: 318px;
  margin-top: 1em;
  margin-right: 40px;
  padding-left: 12px;
  background: url(/okinawa/images/shared/liststyle/liststyle_arrow03.gif) no-repeat 0 0.3em;
  float: left;
  font-size: 120%;
  line-height: 1.2;
}
.listStyleArrow li.rightItem {
  margin-right: 0;
  float: right;
}
.listStyleArrow li li {
  margin: 0;
  padding: 0.6em 0 0 0;
  background: none;
  font-size: 100%;
}
#primary .listStyleArrow li a, #primary .listStyleArrow li li a {
  font-weight: normal;
  text-decoration: none;
}
#primary .listStyleArrow li a:hover, #primary .listStyleArrow li li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .job-info-box {
    width: 950px;
    display: flex;
  }
  .job-info-box_header {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  .job-info-box_ttl {
    width: 3.3em;
    letter-spacing: 0.1em;
  }
  .job-info-box_body {
    width: 100%;
    min-width: 0;
    background: #fff;
    border: solid 2px #fdebcd;
    border-left: none;
    flex: 0 1 auto;
  }
  .job-info-list {
    width: calc(100% - 2px);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .job-info-detail {
    width: calc(30% - 4px);
    margin: 0.5rem;
    padding: 0.5rem;
    flex: 0 1 auto;
    animation-name: feda-border;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-timing-function: linear;
  }
  .job-info-detail:nth-of-type(2) {
    animation-delay: 2s;
  }
  .job-info-detail:nth-of-type(3) {
    animation-delay: 4s;
  }
  .job-info-detail:nth-of-type(4) {
    animation-delay: 6s;
  }
  .job-info-detail:nth-of-type(5) {
    animation-delay: 8s;
  }
  .job-info-detail:nth-of-type(6) {
    animation-delay: 10s;
  }
  .job-info-detail::before {
    width: 3.2em;
    margin: 0.1rem 0.6rem 0 0;
  }
  .job-info-detail::after {
    content: "";
    width: 1px;
    height: calc(100% - 2rem);
    margin-block: auto;
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 0.5rem);
    right: 0;
  }
  .job-info-detail:nth-child(3n):after {
    display: none;
  }
  .job-info-detail_sub-ttl {
    font-size: 0.8rem;
  }
  .job-info-detail_ttl {
    font-size: 1rem;
  }
  .job-info-detail_content {
    font-size: 0.9rem;
  }
}
@keyframes feda-border {
  0% {
    outline: 2px solid #e60013;
  }
  10% {
    outline: 2px solid #e60013;
  }
  20% {
    outline: none;
  }
  30% {
    outline: none;
  }
  40% {
    outline: none;
  }
  50% {
    outline: none;
  }
  60% {
    outline: none;
  }
  70% {
    outline: none;
  }
  80% {
    outline: none;
  }
  90% {
    outline: none;
  }
  100% {
    outline: none;
  }
}
@media only screen and (max-width: 767px) {
  #top #sns-area {
    width: 100%;
    display: block;
    position: initial;
    text-align: center;
  }
  #top header #sns-area {
    display: none;
  }
  #content_menu {
    width: 96%;
    margin: 2% auto;
  }
  .content_menu-box {
    width: calc(49% - 2px);
    max-width: 100%;
  }
  .content_menu-box:nth-child(3n+2) {
    margin: 0;
  }
  .content_menu-box:nth-child(even) {
    margin: 0 0 0 2%;
  }
  .content_menu-box:nth-child(n+3) {
    margin-top: 2%;
  }
  .content_menu-link {
    margin: 0;
    padding: 0.3rem;
    clip-path: polygon(45% 100%, 50% 0%, 100% 0%, 100% 100%);
    font-size: 0.8rem;
  }
  #oshigotocafe {
    width: 96%;
    padding: 0 2%;
  }
  #cafe_area {
    margin-bottom: 3vw;
  }
  #cafe_area p:nth-of-type(2) {
    margin: 0 0 0 2vw;
  }
  #instagram_img a {
    width: 32%;
    height: auto;
  }
  #instagram_img a:nth-of-type(n+2) {
    margin-left: 2%;
  }
  #toramiko {
    width: 100%;
    max-width: 220px;
    margin: 3em auto;
    padding: 0 5%;
    display: block;
  }
  #toramiko div:nth-of-type(n+2) {
    margin: 1.5em 0 0 0;
  }
  #job-banner {
    width: 90%;
    margin: 0 auto 20px;
  }
  #job-banner img {
    width: 100%;
    height: auto;
  }
  #second_icon {
    width: 90%;
    margin: 5% auto 0;
    justify-content: right;
  }
  /* index.html */
  #mainvisual img {
    width: 100%;
    margin-left: 0;
    position: static;
  }
  .job-info-box {
    width: 89.33vw;
  }
  .job-info-box_header {
    margin-bottom: 1.6vw;
    text-align: center;
  }
  .job-info-box_ttl {
    padding: 0.5em;
    font-size: 5.3333333333vw;
  }
  .job-info-detail {
    padding: 3.2vw 0;
    border-bottom: solid 1px #333;
    display: flex !important;
    flex: 0 0 auto;
  }
  .job-info-detail::before {
    width: 7vw;
    margin: 0.5vw 4vw 0 2vw;
  }
  .job-info-detail_sub-ttl {
    font-size: 3.7333333333vw;
  }
  .job-info-detail_ttl {
    font-size: 4.2666666667vw;
  }
  .job-info-detail_content {
    font-size: 4vw;
  }
  .job-info-list.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .job-info-list--sp-vertical {
    display: block;
  }
  .job-info-list.slick-initialized {
    display: block;
  }
  .job-info-list:not(.slick-initialized) {
    overflow: hidden;
  }
  .job-info-list .slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .job-info-list .slick-list {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .job-info-list .slick-list:focus {
    outline: none;
  }
  .job-info-list .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .job-info-list .slick-slider .slick-track, .job-info-list .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
  }
  .job-info-list .slick-track {
    position: relative;
    left: 0;
    top: 0;
    flex: 0 0 auto;
    display: flex;
  }
  .job-info-list .slick-track:before, .job-info-list .slick-track:after {
    content: "";
    display: block;
  }
  .job-info-list .slick-track:after {
    clear: both;
  }
  .slick-loading .job-info-list .slick-track {
    visibility: hidden;
  }
  .job-info-list .slick-slide {
    display: flex;
    flex: 0 0 auto;
    min-height: 0;
  }
  .job-info-list .slick-slide > * {
    flex: 0 0 auto;
    display: flex;
    width: 100%;
  }
  .job-info-list .slick-slide img {
    display: block;
  }
  .job-info-list .slick-slide.slick-loading img {
    display: none;
  }
  .job-info-list .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .job-info-list .slick-slide {
    display: flex;
  }
  .slick-loading .job-info-list .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .job-info-list .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .job-info-list .slick-arrow.slick-hidden {
    display: none;
  }
  .job-info-list .slick-control {
    display: grid;
    grid-template-areas: "prev dots next play";
  }
  .job-info-list .slick-control {
    width: 76vw;
    height: 7.4666666667vw;
    margin-inline: auto;
    margin-top: 1.6vw;
    -moz-column-gap: 4%;
    column-gap: 4%;
    grid-template-columns: 4.5vw 70% 4.5vw 4.5vw;
  }
  .job-info-list .slick-play {
    position: relative;
    grid-area: play;
    width: 100%;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .job-info-list .slick-play.is-play:before, .job-info-list .slick-play.is-play:after {
    position: absolute;
    inset: 0;
    display: block;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #e60013;
    content: "";
  }
  .job-info-list .slick-play.is-play:before {
    translate: -150% 0;
  }
  .job-info-list .slick-play.is-play:after {
    translate: 150% 0;
  }
  .job-info-list .slick-play:not(.is-play):before {
    position: absolute;
    inset: 0;
    display: block;
    width: 70%;
    height: 100%;
    margin: auto;
    background: #e60013;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    content: "";
  }
  .job-info-list .slick-next, .job-info-list .slick-prev {
    overflow: hidden;
    position: relative;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: none;
    box-shadow: none;
    font-size: 0;
    line-height: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #333;
    transition: 0.3s opacity;
  }
  .job-info-list .slick-next:focus-visible, .job-info-list .slick-prev:focus-visible {
    outline: revert;
  }
  .job-info-list .slick-next:before, .job-info-list .slick-prev:before {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin: auto;
    background: none;
    border-radius: 0;
    border-left: 2px solid #e60013;
    border-bottom: 2px solid #e60013;
    content: "";
  }
  .job-info-list .slick-prev {
    grid-area: prev;
  }
  .job-info-list .slick-prev:before {
    rotate: 45deg;
    translate: 30% 0;
  }
  .job-info-list .slick-next {
    grid-area: next;
  }
  .job-info-list .slick-next:before {
    rotate: -135deg;
    translate: -30% 0;
  }
  .job-info-list .slick-dots {
    position: relative;
    bottom: 0;
    overflow: hidden;
    grid-area: dots;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .job-info-list .slick-dots {
    -moz-column-gap: 2.4vw;
    column-gap: 2.4vw;
  }
  .job-info-list .slick-dots > li {
    position: relative;
    flex: 0 0 auto;
    display: block;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0;
    padding: 0;
  }
  .job-info-list .slick-dots > li {
    width: 3.2vw;
  }
  .job-info-list .slick-dots > li > button {
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    font-size: 0;
    line-height: 0;
    color: rgba(0, 0, 0, 0);
    border: 2px solid #e60013;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
  }
  .job-info-list .slick-dots > li > button {
    border-width: 0.5333333333vw;
  }
  .job-info-list .slick-dots > li > button:hover {
    outline: none;
  }
  .job-info-list .slick-dots > li > button:focus-visible {
    outline: revert;
    outline-offset: 3px;
  }
  .job-info-list .slick-dots > li > button:before {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    background: #fff;
    border-color: #e60013;
    border-radius: 50%;
    content: "";
    opacity: 1;
  }
  .job-info-list .slick-dots > li.slick-active > button {
    border-color: #e60013;
  }
  .job-info-list .slick-dots > li.slick-active > button:before {
    background: #e60013;
  }
  @media (hover: hover) {
    .job-info-detail:not(.job-info-detail--preparing):hover {
      opacity: 0.8;
    }
  }
  #follow-us {
    margin-bottom: 0.5em;
    font-size: 3vw;
  }
  /* copyright.html */
  #disclaimer .leadSection01A {
    margin-bottom: 3.2em;
  }
  #disclaimer .section01A {
    margin-bottom: 3.5em;
  }
  #disclaimer .section01A > .section01B {
    margin-bottom: 1em;
  }
  /* sitemap.html */
  .listStyleArrow {
    width: 100%;
  }
  .listStyleArrow li {
    margin-right: 0;
  }
  .listStyleArrow li.rightItem {
    float: left;
  }
}