@charset "UTF-8";
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*==========*/
/* ヘッダー */
/*==========*/
@media screen and (max-width: 750px) {
  header {
    border-top: none;
  }
  header .header-inner-top {
    border-top: 5px solid #000;
  }
  header h1 {
    margin: 6px 0 13px 15px;
    width: 224px;
  }
  header h1 img {
    width: 100%;
    height: auto;
  }
  header .header-inner {
    width: 100%;
  }
  header .header-inner-top.fixed {
    position: fixed;
    z-index: 100000;
    width: 100%;
  }
  header #menu-btn {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 10000;
    width: 60px;
  }
  header .sp-style {
    display: none;
    position: absolute;
    top: 80px;
    z-index: 10000;
    width: 100%;
    height: 10000px;
    background: rgba(229, 242, 244, 0.95);
  }
  header .sp-style a:hover {
    text-decoration: none;
    cursor: pointer;
  }
  header .sp-style > div {
    padding: 14px 45px 20px;
  }
  header .main-menu {
    display: block;
    margin: 0 0 30px 0;
    width: 100%;
    background: none;
  }
  header .main-menu > li {
    display: block;
    width: 100%;
    height: initial;
    height: auto;
    border-bottom: 1px solid #80c1c8;
    background: none;
  }
  header .main-menu li:last-child {
    background: none;
  }
  header .main-menu > li > a {
    display: block;
    padding: 15px 16px;
    text-align: left;
    letter-spacing: .1em;
  }
  header .main-menu .main-menu-ttl {
    margin-top: 45px;
    padding-bottom: 8px;
    text-align: left;
    border-bottom: none;
    color: #008190;
    font-size: 16px;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN W6", "Hiragino Kaku Gothic ProN", "Hiragino Sans",  sans-serif;
  }
  header .main-menu li a.closed {
    background: url(../images/common/com_ic12.png) no-repeat;
    background-position: 98% 50%;
    background-size: 17px;
  }
  header .main-menu li a.opened {
    background: url(../images/common/com_ic13.png) no-repeat;
    background-position: 98% 50%;
    background-size: 17px;
  }
  header .main-menu .main-sub-menu {
    display: none;
    background: #F3F9FA;
    border-top: 1px solid #80c1c8;
    padding-block: 13px;
  }
  header .main-menu .main-sub-menu li a {
    display: block;
    padding: 10px 20px 10px 40px;
    text-align: left;
    font-size: 16px;
    letter-spacing: .1em;
  }
  header .main-menu .main-menu-balloon {
    width: 74px;
    height: 19px;
    padding-top: 0;
    padding-left: 3px;
    display: grid;
    place-items: center;
    background: #fba13e;
    background: linear-gradient(90deg, #fba13e 0%, #f15a24 100%);
    border-radius: calc(1px / 0);
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 48%;
    left: 115px;
    translate: 0 -50%;
  }
  header .gsc-control-searchbox-only {
    position: static;
    margin-bottom: 15px;
  }
  header .gsc-control-searchbox-only #gsearch {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  header .gsc-control-searchbox-only .gsc-search-box,
  header .gsc-control-searchbox-only .gsc-input {
    width: 100%;
  }
  header .gsc-control-searchbox-only .gsc-input {
    border-radius: 20px;
  }
  header .gsc-control-searchbox-only .gsc-search-button {
    top: 3px;
    right: 7px;
  }
  header .gsc-control-searchbox-only .gsc-search-button input {
    width: 20px;
    height: 20px;
  }
  header .login {
    position: static;
    margin-bottom: 20px;
  }
  header .login a {
    padding: 12px 0;
    width: 100%;
    font-size: 16px;
    border-radius: 22px;
  }
  header .other-links {
    margin: 42px 0 20px;
  }
  header .other-links a {
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN W6", "Hiragino Kaku Gothic ProN", "Hiragino Sans",  sans-serif;
  }
  header .other-links li:not(:last-child) {
    margin-bottom: 21px;
  }
  header .sns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 25px;
    margin-top: 25px;
  }
  header .sns img {
    width: 27px;
  }
}

/*==============*/
/* メインカラム */
/*==============*/
@media screen and (max-width: 750px) {
  .container > article > .section,
  .container > article > .col2 > .section {
    margin-bottom: 20px;
  }
  .container > article > .col2 > .multicolumn-left {
    display: none;
  }
  .container > article > .col2 {
    width: 100%;
  }
  .container > article > .col2 > .multicolumn-right {
    margin: 0 auto;
    width: 90%;
  }
  /* メルマガバナー */
  .mail-maga {
    padding: 0;
    background: none;
  }
  .mail-maga p {
    margin: 0 auto;
    width: 90%;
  }
  /* 波 */
  .wave-area h2 {
    height: 300px;
    line-height: 300px;
  }
  .wave-area h2 img {
    width: initial;
    width: auto;
    max-width: 100%;
    max-height: 300px;
    position: relative;
    top: -14%;
  }
  .wave-area .wave {
    height: 300px;
  }
}

/*==========*/
/* フッター */
/*==========*/
@media screen and (max-width: 750px) {
  /* ページトップボタン */
  #page-top a {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 9999;
    display: block;
    width: 50px;
    height: 50px;
  }
  #page-top a img {
    opacity: .5;
  }
  #page-top a img:hover {
    opacity: 1;
  }
  /* フッター */
  footer {
    margin-top: 63px;
    padding-top: 32px;
  }
  footer .footer-bg {
    top: -68px;
    margin-bottom: -56px;
    padding-top: 56px;
    background-position: 90% 0;
    background-size: 800px;
  }
  footer .footer-inner {
    padding-bottom: 25px;
    width: 100%;
  }
  footer .info {
    float: none;
    margin: 0 auto 25px;
    padding: 20px;
    width: 90%;
    height: initial;
    height: auto;
    border-radius: 10px;
    background: url(../images/common/com_bg05.png);
  }
  footer .info-inner {
    display: table;
    width: 100%;
  }
  footer .logo,
  footer .address {
    display: table-cell;
  }
  footer .info .logo {
    float: none;
    padding-right: 5%;
    width: 45%;
    vertical-align: middle;
  }
  footer .info .address {
    float: none;
    padding: 3px 0 5px 13px;
    width: 55%;
    border-left: 1px dotted #595757;
  }
}

/*============*/
/* 共通・汎用 */
/*============*/
/* 見出しスタイル */
@media screen and (max-width: 750px) {
  .h2-wrap {
    padding: 3% 0 3% 20px;
  }
  .h2-wrap h2 {
    width: 100%;
  }
  .h2-wrap h2 img {
    width: initial;
    width: auto;
    height: 18px;
  }
}

/* サムネスライダー */
@media screen and (max-width: 750px) {
  .thumb-slider-outer {
    width: 100%;
    overflow: hidden;
  }
  .thumb-slider {
    width: 100%;
  }
  /* SimplyScroll */
  .simply-scroll,
  .simply-scroll .simply-scroll-clip {
    width: 100%;
  }
  .simply-scroll-list li img {
    width: 214px;
  }
}

/* フックリンクリスト */
@media screen and (max-width: 750px) {
  .hook-list {
    width: 100%;
  }
  .hook-list ul {
    width: 90%;
    margin: 0 auto;
  }
  .hook-list ul li {
    width: 48%;
    height: initial;
    height: auto;
    margin: 10px 4% 0 0;
  }
  /*.hook-list ul li:nth-child(3n) {
	margin: 10px 4% 0 0;
}

.hook-list ul li:nth-child(-n+3) {
	margin: 10px 4% 0 0;
}*/
  .hook-list ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .hook-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .hook-list ul li.first img {
    padding-top: 30px;
  }
  .hook-list ul li .txt-area .tag {
    font-size: 10px;
  }
  .hook-list ul li .txt-area {
    font-size: 16px;
  }
}

/* ボックス・レイアウト */
@media screen and (max-width: 750px) {
  .box-basic,
  .box-middler {
    padding: 0 10px;
    width: 100%;
  }
  .sp-box-basic {
    padding: 0 10px;
    width: 100%;
  }
}

/* フック */
@media screen and (max-width: 750px) {
  .hook:before {
    height: 10px;
    background-size: 20px;
  }
}

/* ボタン
-----------------------------------*/
@media screen and (max-width: 750px) {
  .btn-list li {
    float: none;
  }
  .btn-list li:nth-child(n+1) {
    margin-top: 20px;
  }
}

/* パンくず */
@media screen and (max-width: 750px) {
  .pkz {
    margin: 0 0 20px 0;
  }
  .pkz ul {
    display: none;
  }
}

/* 汎用カラム
-----------------------------------*/
@media screen and (max-width: 750px) {
  .multicolumn-right {
    float: none;
  }
}

/*===========================*/
/* 写真リスト */
/*===========================*/
@media screen and (max-width: 750px) {
  .photo-library .photo-area {
    width: 90%;
    margin: 0 auto;
  }
  .photo-library .photo-area ul.photo-list li {
    width: 100%;
  }
  .photo-library .photo-area ul.photo-list li a {
    width: 150px;
    height: 150px;
  }
  .photo-library .photo-area ul.photo-list li a span {
    width: 140px;
    height: 140px;
  }
  .photo-library .photo-area ul.photo-list li a span img {
    min-width: auto;
    min-height: auto;
  }
}

.jqs-entity-recruit-category {
  display: table-cell;
  color: #fff;
  font-weight: normal;
  text-align: center;
  border-radius: 25px;
  font-size: 80%;
  padding: .5em 1em;
  vertical-align: middle;
}

@media print, screen and (min-width: 751px) {
  .jqs-entity-recruit-category {
    width: 110px;
    height: 50px;
  }
}

.jqs-entity-recruit-category.category-event-1 {
  background-color: #519D5f;
}

.jqs-entity-recruit-category.category-event-2 {
  background-color: #5292B2;
}

.jqs-entity-recruit-category.category-event-3 {
  background-color: #C8597B;
}

.jqs-entity-recruit-category.category-event-4 {
  background-color: #67a7b9;
}

.jqs-entity-recruit-category.category-work-1 {
  background-color: #ab68b9;
}

.jqs-entity-recruit-category.category-vacant-house-1 {
  background-color: #779f57;
}

.wave-area .wave + p img {
  width: 100%;
}
