@charset "UTF-8";
/*
 *   全体
 */
html,
body {
  overflow-x: hidden;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.acms-container {
  max-width: 1110px;
  padding: 0 10px;
}
.acms-grid {
  margin-right: 0;
  margin-left: 0;
}
.acms-grid-r {
  margin-right: 0;
  margin-left: 0;
}

[class^=icon] {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.25em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}

.icon-time {
  background-image: url(../image/office/Icon-time-1.svg);
}
.icon-time-2 {
  background-image: url(../image/office/Icon-time.svg);
}
.icon-loupe {
  background-image: url(../image/office/Icon-loupe.svg);
}
.icon-mobile {
  background-image: url(../image/office/Icon-mobile.png);
}
.icon-hint {
  background-image: url(../image/office/icon-hint.png);
}
.icon-heart {
  background-image: url(../image/office/icon-heart.svg);
}
.icon-search {
  background-image: url(../image/office/Icon-search.svg);
}
.icon-plus {
  background-image: url(../image/office/icon-plus.svg);
}
.icon-key {
  background-image: url(../image/office/Icon-key.svg);
}
.icon-money {
  background-image: url(../image/office/icon-money.svg);
}
.icon-person {
  background-image: url(../image/office/Icon-person.svg);
}
.icon-star {
  background-image: url(../image/office/Icon-star.svg);
}
.icon-area {
  background-image: url(../image/office/Icon-area.svg);
}
.icon-osusume {
  background-image: url(../image/office/Icon-osusume.svg);
}
.icon-yasumi {
  background-image: url(../image/office/Icon-yasumi.svg);
}
.icon-change {
  background-image: url(../image/office/Icon-change.svg);
}
.icon-kinmuti_pk {
  background-image: url(../image/office/Icon-area-kinmuti_pk.svg);
}
.icon-sigotonaiyou_pk {
  background-image: url(../image/office/Icon-area-sigotonaiyou_pk.svg);
}
.icon-syokusyu_pk {
  background-image: url(../image/office/Icon-area-syokusyu_pk.svg);
}
.icon-kinmujikan_pk {
  background-image: url(../image/office/Icon-kinmujikan_pk.svg);
}
.icon-kinmukikan_pk {
  background-image: url(../image/office/Icon-kinmukikan_pk.svg);
}
.icon-kinmuyoubi_pk {
  background-image: url(../image/office/Icon-kinmuyoubi_pk.svg);
}
.icon-koyoukeitai_pk {
  background-image: url(../image/office/Icon-koyoukeitai_pk.svg);
}
.icon-money_pk {
  background-image: url(../image/office/icon-money_pk.svg);
}
.icon-ninzuu_pk {
  background-image: url(../image/office/icon-ninzuu_pk.svg);
}
.icon-oubojouken_pk {
  background-image: url(../image/office/Icon-oubojouken_pk.svg);
}
.icon-sonota_pk {
  background-image: url(../image/office/Icon-sonota_pk.svg);
}
.icon-syokubakankyou_pk {
  background-image: url(../image/office/icon-syokubakankyou_pk.svg);
}
.icon-taiguu_pk {
  background-image: url(../image/office/Icon-taiguu_pk.svg);
}
.icon-tantou_pk {
  background-image: url(../image/office/icon-tantou_pk.svg);
}
.icon-yasumi_pk {
  background-image: url(../image/office/Icon-yasumi_pk.svg);
}

.button-wrap, .main .modal-content__button-wrap {
  padding: 50px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .button-wrap, .main .modal-content__button-wrap {
    padding: 30px 30px 0;
  }
}

a.more-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: auto;
  padding: 1em 1.5em;
  border-radius: 999px;
  border: 1px solid #DF0012;
  text-align: center;
  font-size: 16px;
  color: #DF0012;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  color: #DF0012;
}
a.more-btn:link, a.more-btn:visited, a.more-btn:active {
  text-decoration: none;
  color: #DF0012;
}
a.more-btn:hover {
  text-decoration: none;
  color: #FFF;
}
a.more-btn:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #DF0012;
}
a.entry-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: auto;
  padding: 0.75em 1.5em;
  border-radius: 999px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #FFF;
}
a.entry-button:link, a.entry-button:visited, a.entry-button:active {
  text-decoration: none;
  color: #FFF;
}
a.entry-button:hover {
  text-decoration: none;
  color: #FF6969;
}
a.entry-button:link, a.entry-button:visited, a.entry-button:active {
  border: 1px solid #FF6969;
  background-color: #FF6969;
  background-image: none;
}
a.entry-button:hover {
  border: 1px solid #FF6969;
  background-color: #FFF;
  background-image: none;
}

.line-section {
  text-align: left;
}
.line-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 0.5em 1em;
  border-radius: 999px;
  background-color: #14b53b;
  font-size: 1.437rem;
  text-decoration: none;
  color: #FFF;
}
.line-btn i {
  margin-right: 0.25em;
}
.line-btn:link, .line-btn:visited, .line-btn:active {
  text-decoration: none;
  color: #FFF;
}
.line-btn:hover {
  text-decoration: none;
  color: #FFF;
}
.line-message {
  width: auto;
  margin: 15px auto 0;
  line-height: 1.7;
  text-align: left;
}

.page-title {
  padding-left: 14px;
  border-left: 4px solid #FF6969;
  z-index: 10;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.625rem;
  color: #FFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 768px) {
  .page-title {
    font-size: 1.5rem;
  }
}
.page-title__wrap {
  position: relative;
  margin: 0;
  padding-top: 140px;
}
@media only screen and (max-width: 768px) {
  .page-title__wrap {
    padding-top: 0;
  }
}
.page-title__wrap:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 60%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FEF7F8), color-stop(60%, rgba(246, 246, 246, 0.7019607843)), to(rgba(128, 128, 128, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FEF7F8 0%, rgba(246, 246, 246, 0.7019607843) 60%, rgba(128, 128, 128, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.4;
}
.page-title__wrap .acms-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}
.page-title .en {
  display: block;
  font-size: 16px;
  color: #FF6969;
  text-shadow: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .page-title .en {
    font-size: 0.625rem;
  }
}

.topicpath {
  margin-bottom: 90px;
  background-color: #FAD9DB;
  font-size: 0.875rem;
  color: #FF6969;
}
@media only screen and (max-width: 768px) {
  .topicpath {
    margin-bottom: 0;
  }
}
.topicpath-item {
  position: relative;
  background: none;
}
.topicpath-item:not(:first-child):before {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1.35em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.topicpath-link:link, .topicpath-link:visited, .topicpath-link:active {
  color: #FF6969;
}
.topicpath-link:hover {
  color: #FF6969;
}

input[type=checkbox] {
  position: relative;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CACBC9));
  background-image: linear-gradient(180deg, #FFF 0%, #CACBC9 100%);
  border: solid 1px #A5A3A3;
  border-radius: 4px;
  -webkit-transform: translate(0, 0.1em);
          transform: translate(0, 0.1em);
  /* チェックマーク */
}
input[type=checkbox]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.3em;
  height: 0.55em;
  content: "";
  opacity: 0;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  -webkit-box-shadow: 1px 1px 0 #A5A3A3;
          box-shadow: 1px 1px 0 #A5A3A3;
  -webkit-transform: translate(-50%, -65%) rotate(50deg);
          transform: translate(-50%, -65%) rotate(50deg);
}
input[type=checkbox]:checked {
  background-image: none;
  background-color: #2077FB;
}
input[type=checkbox]:checked:before {
  opacity: 1;
}

span.keikou {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(30%, #39C4B2));
  background-image: linear-gradient(transparent 62%, #39C4B2 30%);
}
span.strongColor {
  color: #FF6969;
}
span.dangerColor {
  color: #20A390;
}

.js-fader-target {
  background: #F0F9ED;
  border: 1px dashed #6d9b5c;
  font-size: 13px;
  color: #6D9B5C;
  padding: 1em;
  margin-bottom: 8px;
}

/*
 *   エントリー
 */
.entry .page-header {
  border-bottom: 2px solid #FF6969;
}
@media only screen and (max-width: 768px) {
  .entry .page-header {
    margin: 30px 10px 0;
  }
}
.entry .page-header .acms-label {
  background-color: #FF6969;
}
.entry .page-header .acms-label-warning {
  color: #FFF;
}
.entry .page-header .acms-label a {
  text-decoration: none;
  color: #FFF;
}
.entry .page-header .acms-label a:link, .entry .page-header .acms-label a:visited, .entry .page-header .acms-label a:active {
  text-decoration: none;
  color: #FFF;
}
.entry .page-header .acms-label a:hover {
  text-decoration: none;
  color: #FFF;
}
.entry .page-header .entry-title {
  margin: 0.5em 0;
  line-height: 1.5;
  font-size: 2rem;
  color: #4C4948;
}
@media only screen and (max-width: 768px) {
  .entry .page-header .entry-title {
    font-size: 1.25rem;
  }
}
.entry .page-header .entry-title a {
  text-decoration: none;
  color: #4C4948;
}
.entry .page-header .entry-title a:link, .entry .page-header .entry-title a:visited, .entry .page-header .entry-title a:active {
  text-decoration: none;
  color: #4C4948;
}
.entry .page-header .entry-title a:hover {
  text-decoration: none;
  color: #4C4948;
}
.entry .page-header p {
  margin-top: 0;
}
.entry-column {
  /*
  span {
  	@extend .text-style;
  }
  */
}
.entry-column h2 {
  background-color: #FF6969;
  font-size: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .entry-column h2 {
    font-size: 1.25rem;
  }
}
.entry-column h3 {
  background-color: transparent;
  border-left: 12px solid #FF6969;
  font-size: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .entry-column h3 {
    font-size: 1.125rem;
  }
}
.entry-column h4 {
  border-bottom: 1px solid #FF6969;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .entry-column h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .entry-column p {
    font-size: 0.875rem;
  }
}
.entry-column p.entryBtn {
  text-align: center;
}
.entry-column p.entryBtn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: auto;
  padding: 0.75em 1.5em;
  border-radius: 999px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #FFF;
}
.entry-column p.entryBtn a:link, .entry-column p.entryBtn a:visited, .entry-column p.entryBtn a:active {
  text-decoration: none;
  color: #FFF;
}
.entry-column p.entryBtn a:hover {
  text-decoration: none;
  color: #FF6969;
}
.entry-column p.entryBtn a:link, .entry-column p.entryBtn a:visited, .entry-column p.entryBtn a:active {
  border: 1px solid #FF6969;
  background-color: #FF6969;
  background-image: none;
}
.entry-column p.entryBtn a:hover {
  border: 1px solid #FF6969;
  background-color: #FFF;
  background-image: none;
}
.entry-column ul,
.entry-column ol {
  padding-left: 10px;
}
.entry-column ul li {
  position: relative;
  padding-left: 1em;
}
.entry-column ul li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0.25em;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 999px;
  background-color: #FF6969;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.entry-column ol li {
  list-style-position: inside;
}
.entry-column ol li::marker {
  color: #FF6969;
}
.entry-column table {
  border-collapse: collapse;
}
.entry-column table tr:nth-child(odd) th,
.entry-column table tr:nth-child(odd) td {
  background-color: #FEF4F4;
}
.entry-column table th,
.entry-column table td {
  margin: 0;
}
.entry-column table th {
  border: none;
  border-right: 1px solid #CACBC9;
}
.entry-column table td {
  border: none;
}
.entry-column a {
  text-decoration: underline;
  color: #39C4B2;
}
.entry-column a:link, .entry-column a:visited, .entry-column a:active {
  text-decoration: underline;
  color: #39C4B2;
}
.entry-column a:hover {
  text-decoration: none;
  color: #39C4B2;
}

/*
 *   ヘッダー
 */
.head-wrapper .acms-container {
  max-width: 1920px;
}

.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  height: 140px;
  max-height: 140px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}
.header-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
  width: auto;
  min-width: 150px;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .header-logo .siteTitleImage {
    width: 100%;
    max-width: 360px;
  }
}
.header-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1120px;
          flex: 0 1 1120px;
  width: auto;
  max-width: 1120px;
}
.header-nav .acms-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  max-height: 140px;
  background-color: transparent;
  border: none;
}
.header-nav .acms-navbar ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header-nav .acms-navbar li {
  padding: 0;
  font-weight: 500;
}
.header-nav .acms-navbar li.gn-history, .header-nav .acms-navbar li.gn-search, .header-nav .acms-navbar li.gn-registration {
  width: min(8.75dvw, 140px);
}
.header-nav .acms-navbar li.gn-history a, .header-nav .acms-navbar li.gn-search a, .header-nav .acms-navbar li.gn-registration a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 140px;
  height: 140px;
  max-height: 140px;
  padding: 20px;
  line-height: 1;
  text-align: center;
  font-size: min(1.3dvw, 1.312rem);
}
.header-nav .acms-navbar li.gn-history a i, .header-nav .acms-navbar li.gn-search a i, .header-nav .acms-navbar li.gn-registration a i {
  width: min(39.28%, 55px);
  height: 55px;
  margin-bottom: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-nav .acms-navbar li.gn-history a {
  background-color: rgba(255, 105, 105, 0.15);
}
.header-nav .acms-navbar li.gn-search a {
  background-color: rgba(255, 105, 105, 0.35);
}
.header-nav .acms-navbar li.gn-registration a:link, .header-nav .acms-navbar li.gn-registration a:visited, .header-nav .acms-navbar li.gn-registration a:active {
  background-color: #DF0012;
  color: #FFF;
}
.header-nav .acms-navbar li.gn-registration a:hover {
  background-color: #DF0012;
  color: #FFF;
}
.header-nav .acms-navbar a {
  display: block;
  padding: 0 min(1dvw, 20px);
}
@media only screen and (max-width: 1200px) {
  .header-nav .acms-navbar a {
    padding: 0 0.4dvw;
  }
}
.header-nav .acms-navbar a:link, .header-nav .acms-navbar a:visited, .header-nav .acms-navbar a:active {
  color: #4C4948;
}
.header-nav .acms-navbar a:hover {
  background-color: transparent;
  color: #4C4948;
}
.header-nav .acms-navbar .stay a {
  background-color: transparent;
}

#sp_menu_head {
  height: 60px;
}

#menu-btn__container {
  display: block;
  width: 60px;
}
#menu-btn__container.on .menu-btn span {
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#menu-btn__container.on .menu-btn span:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-btn__container.on .menu-btn span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu-btn__container .menu-btn {
  position: relative;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
  background-color: #DF0012;
}
#menu-btn__container .menu-btn span,
#menu-btn__container .menu-btn span:before,
#menu-btn__container .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  background-color: #FFF;
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#menu-btn__container .menu-btn span:before {
  bottom: 10px;
}
#menu-btn__container .menu-btn span:after {
  top: 10px;
}

#sp_menu {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
#sp_menu.open {
  overflow: initial;
}
#sp_menu_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sp_menu .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#sp_menu .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  background-color: #FFF;
}
#sp_menu .history-btn,
#sp_menu .search-btn {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 0.687rem;
}
#sp_menu .history-btn:link, #sp_menu .history-btn:visited, #sp_menu .history-btn:active,
#sp_menu .search-btn:link,
#sp_menu .search-btn:visited,
#sp_menu .search-btn:active {
  color: #4C4948;
}
#sp_menu .history-btn:hover,
#sp_menu .search-btn:hover {
  color: #4C4948;
}
#sp_menu .history-btn {
  background-color: rgba(255, 105, 105, 0.15);
}
#sp_menu .search-btn {
  background-color: rgba(255, 105, 105, 0.35);
}
#sp_menu .registration-btn,
#sp_menu .want-to-know-btn {
  display: block;
  margin: 20px auto 0;
  padding: 1em 1.5em;
  border-radius: 999px;
}
#sp_menu .registration-btn {
  background-color: #DF0012;
}
#sp_menu .want-to-know-btn {
  background-color: #FF6969;
}
#sp_menu .icon-time, #sp_menu .icon-loupe {
  display: block;
  width: 24px;
  height: 24px;
  margin: 10px auto;
  background-size: contain;
  background-position: center center;
}
#sp_menu .icon-mobile, #sp_menu .icon-hint {
  display: inline-block;
  width: 30px;
  height: 22px;
  margin-bottom: -0.25em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#sp_menu_body {
  position: absolute;
  display: block;
  right: -100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 999;
  background-color: #FFF;
}
#sp_menu_body.open {
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#sp_menu_box {
  display: block;
}
#sp_menu_box .sp-global__list {
  padding: 30px;
}
#sp_menu_box .sp-global__item:not(.registration-btn):not(.want-to-know-btn) {
  padding: 20px 20px 20px 2em;
  border-bottom: 1px solid rgba(255, 105, 105, 0.35);
  background-image: url(../image/office/icon-flower.svg);
  background-position: 0.75em center;
  background-size: 0.75em auto;
  background-repeat: no-repeat;
  text-align: left;
}
#sp_menu_box .sp-global__item a:link, #sp_menu_box .sp-global__item a:visited, #sp_menu_box .sp-global__item a:active {
  color: #4C4948;
}
#sp_menu_box .sp-global__item a:hover {
  color: #4C4948;
}
#sp_menu_box .sp-global__item.registration-btn a, #sp_menu_box .sp-global__item.want-to-know-btn a {
  line-height: 1;
}
#sp_menu_box .sp-global__item.registration-btn a:link, #sp_menu_box .sp-global__item.registration-btn a:visited, #sp_menu_box .sp-global__item.registration-btn a:active, #sp_menu_box .sp-global__item.want-to-know-btn a:link, #sp_menu_box .sp-global__item.want-to-know-btn a:visited, #sp_menu_box .sp-global__item.want-to-know-btn a:active {
  color: #FFF;
}
#sp_menu_box .sp-global__item.registration-btn a:hover, #sp_menu_box .sp-global__item.want-to-know-btn a:hover {
  color: #FFF;
}
#sp_menu_box .sp-global__item.registration-btn {
  margin-top: 20px;
}

#sp_cover_bg {
  display: none;
}
#sp_cover_bg.on {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 499;
  background-color: rgba(76, 73, 72, 0.8);
}

.job {
  background-color: #FFF;
}
.job .sub .module-section.operating .module-content, .job .sub .module-section.area .module-content {
  text-align: center;
}

/*
 *   メインビジュアル
 */
.TopSlider__outWrap {
  position: relative;
  width: 100dvw;
  height: 0;
  padding-top: 860px;
  margin: 0 calc(50% - 50dvw);
}
@media only screen and (max-width: 1023px) {
  .TopSlider__outWrap {
    padding-top: 510px;
  }
}

.smallWrapper .pageTitleWrapper {
  height: 15dvw;
}
@media only screen and (max-width: 768px) {
  .smallWrapper .pageTitleWrapper {
    height: 40dvw;
  }
}

.pageTitleInner {
  background-image: none;
  background-color: #FEF4F4;
}

.main-visual {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.main-visual__inner {
  width: 100%;
  height: 100%;
}
.main-visual-link {
  display: block;
  width: 100%;
  height: 100%;
}
.main-visual-image {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.main-visual-text {
  position: absolute;
  top: 40.6%;
  left: 13.5%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 3rem;
  color: #FF6969;
}
@media only screen and (max-width: 1023px) {
  .main-visual-text {
    top: 31.3%;
    left: 20px;
    font-size: 1.5rem;
  }
}
.main-visual-search__wrap {
  position: absolute;
  bottom: 80px;
  left: 13.5%;
  width: 100%;
  max-width: 630px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .main-visual-search__wrap {
    bottom: -30px;
    left: 0;
    max-width: 240px;
  }
}
.main-visual-search__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 25px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.86);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1803921569);
}
@media only screen and (max-width: 768px) {
  .main-visual-search__inner {
    padding: 20px;
  }
}
.main-visual-search__title {
  margin: 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 1.562rem;
  color: #4C4948;
}
@media only screen and (max-width: 768px) {
  .main-visual-search__title {
    text-align: center;
    font-size: 1.25rem;
  }
}
.main-visual-search__title .icon-heart {
  height: 1.45em;
  width: 1.45em;
}
@media only screen and (max-width: 768px) {
  .main-visual-search__title .icon-heart {
    display: none;
  }
}
.main-visual-search__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .main-visual-search__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.main-visual-search__ui {
  margin-top: 15px;
}
.main-visual-search-mul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  font-size: 1.5rem;
  text-align: center;
}
.main-visual-search-job, .main-visual-search-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 24px - 20px);
          flex: 1 1 calc(50% - 24px - 20px);
}
@media only screen and (max-width: 1023px) {
  .main-visual-search-job, .main-visual-search-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.main-visual-search-job__list, .main-visual-search-area__list {
  width: 100%;
  padding: 0.25em 0.5em;
  border-radius: 8px;
  background-image: url(../image/office/icon-arrow_down.svg);
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #4C4948;
}
.main-visual-search__submit {
  width: 100%;
  height: auto;
  padding: 0.75em 1em;
  border: none;
  border-radius: 20px;
  background-color: #DF0012;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .main-visual-search__submit {
    padding: 0.5em;
  }
}
.main-visual-search__submit i {
  width: 1em;
  height: 1em;
  padding-right: 0.25em;
}
.main-visual-slider {
  height: 100%;
}
.main-visual-slider .slick-list, .main-visual-slider .slick-track {
  height: 100%;
}

/*
 *   メイン
 */
.main .acms-grid {
  margin: 0;
}
.main .SearchUi__outWrap .job-top-title {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: 700;
  color: #DF0012;
}
@media only screen and (max-width: 768px) {
  .main .SearchUi__outWrap .job-top-title {
    font-size: 1.25rem;
  }
}
.main .section {
  margin: 0 calc(50% - 50dvw);
  padding: 100px calc(50dvw - 50%);
}
@media only screen and (max-width: 1023px) {
  .main .section {
    padding: 60px 15px;
  }
}
.main .section-index {
  margin-top: 30px;
}
.main .section-title {
  margin-bottom: 50px;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 2.25rem;
}
@media only screen and (max-width: 1023px) {
  .main .section-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .main .section-title {
    margin-bottom: 30px;
  }
}
.main .section-title .en {
  width: auto;
  height: auto;
  margin: 0 0 0.25em;
  padding: 1em;
  background-image: url(../image/office/icon-heart.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #DF0012;
}
@media only screen and (max-width: 1023px) {
  .main .section-title .en {
    font-size: 0.625rem;
  }
}
.main .section-job-recent__title {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .main .section-job-recent__title {
    margin-bottom: 30px;
  }
}
.main .section-job-recent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .main .section-job-recent__list {
    gap: 20px;
  }
}
.main .section-job-recent__item {
  width: calc((100% - 90px) / 4);
  margin: 0;
  padding: 0;
  background-color: #FFF;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1023px) {
  .main .section-job-recent__item {
    width: calc((100% - 20px) / 2);
  }
}
.main .section-job-recent__link:link, .main .section-job-recent__link:visited, .main .section-job-recent__link:active {
  text-decoration: none;
}
.main .section-job-recent__link:hover {
  text-decoration: none;
}
.main .section-job-recent__image {
  height: 192px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .main .section-job-recent__image {
    height: 128px;
  }
}
.main .section-job-recent__text {
  padding: 13px;
}
@media only screen and (max-width: 768px) {
  .main .section-job-recent__text {
    padding: 5px 10px 10px;
  }
}
.main .section-job-recent__text p {
  margin: 0;
  text-align: justify;
  font-size: 16px;
  color: #4C4948;
}
@media only screen and (max-width: 768px) {
  .main .section-job-recent__text p {
    font-size: 0.875rem;
  }
}
.main .section-job-recent__text p:not(:last-child) {
  margin: 0 0 15px;
}
.main .section-job-recent__text p.place {
  padding-left: 1.5em;
  background-image: url(../image/office/Icon-pin.svg);
  background-position: left 0 top 0;
  background-size: 1.5em 1.5em;
  background-repeat: no-repeat;
}
.main .section-news {
  padding-right: calc(50dvw - 50%);
  padding-left: calc(50dvw - 50%);
  background-color: #FEF4F4;
}
@media only screen and (max-width: 1023px) {
  .main .section-news {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.main .section-news-index {
  padding-top: 30px;
}
.main .section-news__title {
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  .main .section-news__title {
    margin-bottom: 34px;
  }
}
.main .section-news__item {
  border-bottom: 1px solid #D2D1D1;
}
.main .section-news__item .date {
  display: block;
  margin: 0.75em 0;
  font-size: 0.875rem;
  color: #A5A3A3;
}
.main .section-news__item .title {
  margin: 0 0 1em;
  font-size: 16px;
}
.main .section-news__item .link:link, .main .section-news__item .link:visited, .main .section-news__item .link:active {
  color: #4C4948;
}
.main .section-news__item .link:hover {
  color: #4C4948;
}
.main .section-news .button-wrap, .main .section-news .modal-content__button-wrap {
  padding-bottom: 0;
}
.main .section-banner .button-wrap, .main .section-banner .modal-content__button-wrap {
  text-align: center;
}
.main .section-banner__image {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .main .section-banner__image {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .main .section-banner {
    padding: 0;
  }
  .main .section-banner .button-wrap, .main .section-banner .modal-content__button-wrap {
    padding: 0;
  }
}
.main .section-beginner {
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .main .section-beginner {
    padding: 60px 15px;
  }
}
.main .section-beginner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
@media only screen and (max-width: 1023px) {
  .main .section-beginner__row {
    row-gap: 10px;
  }
}
.main .section-beginner__item {
  position: relative;
  width: 33.3333333333%;
  height: auto;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .main .section-beginner__item {
    width: 100%;
  }
}
.main .section-beginner__item.merit {
  background-image: url(../image/office/img_merit_pc.png);
}
.main .section-beginner__item.nagare {
  background-image: url(../image/office/img_nagare_pc.png);
}
.main .section-beginner__item.question {
  background-image: url(../image/office/img_question_pc.png);
}
.main .section-beginner__item-inner {
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  background-color: rgba(125, 131, 129, 0.6);
}
.main .section-beginner__item-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(0.687rem, 1.56dvw, 1.875rem);
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .main .section-beginner__item-title {
    top: 33%;
    font-size: 1.25rem;
  }
}
.main .section-beginner a.more-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .main .section-beginner a.more-btn {
    bottom: 20px;
  }
}
.main .section-beginner a.more-btn:link, .main .section-beginner a.more-btn:visited, .main .section-beginner a.more-btn:active {
  color: #FFF;
}
.main .section-beginner a.more-btn:hover {
  background-color: #FFF;
  color: #4C4948;
}
@media only screen and (max-width: 768px) {
  .main .section-check {
    padding-right: 0;
    padding-left: 0;
  }
}
.main .section-check__inner {
  padding: 60px 20px 100px;
  border-radius: 20px;
  background-color: #FEF4F4;
}
@media only screen and (max-width: 768px) {
  .main .section-check__inner {
    padding: 30px 15px 60px;
    border-radius: 0;
  }
}
.main .section-check__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .main .section-check__list {
    gap: 15px;
  }
}
.main .section-check__item {
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 768px) {
  .main .section-check__item {
    width: 100%;
  }
}
.main .section-check__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  -webkit-box-shadow: 2px 2px 0 #D2D1D1;
          box-shadow: 2px 2px 0 #D2D1D1;
  text-decoration: none;
  color: #4C4948;
}
.main .section-check__link:link, .main .section-check__link:visited, .main .section-check__link:active {
  text-decoration: none;
  color: #4C4948;
}
.main .section-check__link:hover {
  text-decoration: none;
  color: #4C4948;
}
.main .section-check__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../image/office/Icon-arrow-forward.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.main .section-check__image, .main .section-check__no-image {
  width: 160px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .main .section-check__image, .main .section-check__no-image {
    width: 120px;
  }
}
.main .section-check__item-title {
  margin: 0;
  padding: 1.25em 2em 1.25em 1.25em;
  line-height: 1.5;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .main .section-check__item-title {
    padding: 0.5em 1.5em 0.5em 0.75em;
  }
}
.main .section-interview {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main .section-interview:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 1110px;
    margin: 0 auto;
    background-color: #D2D1D1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.main .section-interview .slick-list:before {
  display: none;
}
.main .section-interview .slick-prev, .main .section-interview .slick-next {
  top: 33.35dvw;
  width: 26px;
  height: auto;
}
.main .section-interview .slick-prev {
  left: -5px;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
          transform: translate(0, -50%) scale(-1, 1);
}
.main .section-interview .slick-next {
  right: -5px;
}
.main .section-interview .slick-dots {
  bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 0;
}
.main .section-interview .slick-dots li {
  width: calc((100% - 20px) / 3);
  height: auto;
  margin: 0 3px;
}
@media only screen and (max-width: 768px) {
  .main .section-interview__title {
    margin-bottom: 30px;
  }
}
.main .section-interview__list {
  padding-bottom: 90px;
}
.main .section-interview__link:link, .main .section-interview__link:visited, .main .section-interview__link:active {
  text-decoration: none;
}
.main .section-interview__link:hover {
  text-decoration: none;
}
.main .section-interview__link:hover .section-interview__image {
  opacity: 0.6;
}
.main .section-interview__text .title {
  font-size: 16px;
  color: #4C4948;
}
@media only screen and (max-width: 768px) {
  .main .section-interview__text .title {
    margin-bottom: 0;
  }
}
.main .section-interview__text .person {
  font-size: 0.812rem;
  color: #A5A3A3;
}
@media only screen and (max-width: 768px) {
  .main .section-interview__text .person {
    margin-top: 0;
  }
}
.main .section-instagram__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .main .section-instagram__list {
    gap: 20px;
  }
}
.main .section-instagram__item {
  position: relative;
  width: calc((100% - 90px) / 4);
}
@media only screen and (max-width: 768px) {
  .main .section-instagram__item {
    width: calc((100% - 20px) / 2);
  }
}
.main .section-instagram__item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.main .section-instagram__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  padding: 6px;
  background-color: #FEF4F4;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 4px rgba(76, 73, 72, 0.2);
          box-shadow: 0px 2px 4px rgba(76, 73, 72, 0.2);
}
.main .section-instagram__link:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main .section-instagram__image {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .section-column {
  background-image: url(../image/office/ptn-01.svg);
  background-size: 17px 17px;
  background-color: #FEF4F4;
}
.main .section-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .main .section-column__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .main .section-column__list {
    gap: 20px;
  }
}
.main .section-column__item {
  width: 25%;
  border-radius: 20px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1023px) {
  .main .section-column__item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .main .section-column__item {
    border-radius: 10px;
  }
}
.main .section-column__link:link, .main .section-column__link:visited, .main .section-column__link:active {
  text-decoration: none;
}
.main .section-column__link:hover {
  text-decoration: none;
}
.main .section-column__link:hover .section-column__image {
  opacity: 0.6;
}
@media only screen and (max-width: 1023px) {
  .main .section-column__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main .section-column__image {
  height: 192px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 1023px) {
  .main .section-column__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    max-width: 170px;
    border-radius: 20px 0 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main .section-column__image {
    height: 128px;
    border-radius: 10px 0 0 10px;
  }
}
.main .section-column__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 1.75em 1em 1em;
  background-image: url(../image/office/Icon-arrow-forward.svg);
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  text-align: justify;
  font-size: 16px;
  color: #4C4948;
}
@media only screen and (max-width: 1023px) {
  .main .section-column__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% - 170px);
    padding: 0.75em 1.75em 0.75em 0.75em;
  }
}
.main .section-column__text .title {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .main .section-column__text .title {
    word-break: break-all;
  }
}
.main .section-youtube__movie {
  position: relative;
  height: 0;
  padding-top: 56.2%;
}
.main .section-youtube__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .section-youtube .button-container {
  margin-top: 60px;
}
.main .section-search {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .main .section-search {
    padding-right: 0;
    padding-left: 0;
  }
}
.main .section-search-recommend {
  margin-bottom: 20px;
  background-color: #FEF4F4;
  border-radius: 18px;
}
.main .section-search-recommend__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .main .section-search-recommend__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.main .section-search-recommend__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  margin: 0;
  padding: 15px 15px 15px 25px;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .main .section-search-recommend__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0 0.75em;
    font-size: 0.875rem;
  }
}
.main .section-search-recommend__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .main .section-search-recommend__content {
    padding: 0;
  }
}
.main .section-search-recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 10px;
}
.main .section-search-recommend__item {
  background-color: #FF6969;
  border-radius: 8px;
}
.main .section-search-recommend__link {
  position: relative;
  display: block;
  padding: 0.5em 1.5em 0.5em 0.75em;
  line-height: 1;
  font-size: 1.5rem;
  text-decoration: none;
  color: #FFF;
}
.main .section-search-recommend__link:after {
  position: absolute;
  top: 50%;
  right: 0.25em;
  display: inline-block;
  content: "";
  width: 1em;
  height: 0.75em;
  background-image: url(../image/office/Icon-arrow-forward_wh.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  .main .section-search-recommend__link {
    font-size: 16px;
  }
}
.main .section-search-recommend__link:link, .main .section-search-recommend__link:visited, .main .section-search-recommend__link:active {
  text-decoration: none;
  color: #FFF;
}
.main .section-search-recommend__link:hover {
  text-decoration: none;
  color: #FFF;
}
.main .section-search__table {
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .main .section-search__table {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .main .section-search__table tbody,
  .main .section-search__table tr {
    display: block;
    width: 100%;
  }
}
.main .section-search__table th,
.main .section-search__table td {
  padding: 15px;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
}
.main .section-search__table th a,
.main .section-search__table td a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .main .section-search__table th,
  .main .section-search__table td {
    display: block;
  }
}
.main .section-search__table th {
  width: 270px;
  vertical-align: top;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .main .section-search__table th {
    padding: 0;
  }
}
.main .section-search__table th label {
  padding: 18px 13px;
}
@media only screen and (max-width: 768px) {
  .main .section-search__table th label {
    padding: 18px 15px 0;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .main .section-search__table td {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
.main .section-search__table td select {
  width: 100%;
  max-width: 520px;
  padding: 18px 13px;
  border: 1px solid #A5A3A3;
  border-radius: 8px;
  background-color: transparent;
  background-image: url(../image/office/icon-arrow_down-pink.svg);
  background-size: 18px auto;
  background-position: right 18px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #A5A3A3;
}
@media only screen and (max-width: 768px) {
  .main .section-search__table td select {
    padding: 0.75em;
    font-size: 16px;
  }
}
.main .section-search__table td select:not(:first-child) {
  margin-top: 20px;
}
.main .section-search__table td input[type=text] {
  width: 100%;
  max-width: 520px;
  padding: 18px 13px;
  border: 1px solid #A5A3A3;
  border-radius: 8px;
  background-color: transparent;
  font-size: 1.5rem;
  color: #A5A3A3;
}
@media only screen and (max-width: 768px) {
  .main .section-search__table td input[type=text] {
    padding: 0.75em;
    font-size: 16px;
  }
}
.main .section-search__table td input[type=text]::-webkit-input-placeholder {
  color: #A5A3A3;
}
.main .section-search__table td input[type=text]::-moz-placeholder {
  color: #A5A3A3;
}
.main .section-search__table td input[type=text]:-ms-input-placeholder {
  color: #A5A3A3;
}
.main .section-search__table td input[type=text]::-ms-input-placeholder {
  color: #A5A3A3;
}
.main .section-search__table td input[type=text]::placeholder {
  color: #A5A3A3;
}
.main .section-search__table td input.InputKeyword[type=text] {
  color: #4C4948;
}
.main .section-search__submit-button {
  width: 100%;
  max-width: 540px;
  padding: 18px 13px;
  border: none;
  border-radius: 999px;
  background-color: #DF0012;
  font-size: 1.5rem;
  color: #FFF;
}
.main .modal-content {
  display: block;
  position: absolute;
  top: 230px;
  left: 50%;
  width: 100%;
  max-width: 960px;
  height: calc(100dvh - 410px);
  max-height: 757px;
  padding: 54px 80px;
  border-radius: 18px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .main .modal-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 30px;
    left: 15px;
    width: calc(100dvw - 30px);
    height: auto;
    min-height: 350px;
    padding: 20px 20px 110px;
    -webkit-transform: none;
            transform: none;
  }
}
.main .modal-content__wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(250, 217, 219, 0.6);
  z-index: 999;
}
.main .modal-content__wrap.open {
  display: block;
}
.main .modal-content__open-button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 520px;
  height: auto;
  padding: 18px 13px;
  border: 1px solid #A5A3A3;
  border-radius: 8px;
  text-decoration: none;
  color: #A5A3A3;
}
@media only screen and (max-width: 768px) {
  .main .modal-content__open-button {
    padding: 0.75em;
    font-size: 16px;
  }
}
.main .modal-content__open-button-text .value-item {
  display: inline-block;
  padding: 0 0.25em;
}
.main .modal-content__open-button i {
  position: absolute;
  top: 50%;
  right: 13px;
  height: 18px;
  width: 18px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.main .modal-content__open-button:link, .main .modal-content__open-button:visited, .main .modal-content__open-button:active {
  text-decoration: none;
  color: #A5A3A3;
}
.main .modal-content__open-button:hover {
  text-decoration: none;
  color: #A5A3A3;
}
.main .modal-content__close-button {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border: none;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .main .modal-content__close-button {
    top: 20px;
    right: 20px;
  }
}
.main .modal-content__close-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main .modal-content__close-button span:before, .main .modal-content__close-button span:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #4C4948;
}
.main .modal-content__close-button span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main .modal-content__close-button span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.main .modal-content__button-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .main .modal-content__button-wrap {
    bottom: 30px;
  }
}
.main .modal-content__entry-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: auto;
  padding: 0.75em 1.5em;
  border-radius: 999px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #FFF;
}
.main .modal-content__entry-button:link, .main .modal-content__entry-button:visited, .main .modal-content__entry-button:active {
  text-decoration: none;
  color: #FFF;
}
.main .modal-content__entry-button:hover {
  text-decoration: none;
  color: #FF6969;
}
.main .modal-content__entry-button:link, .main .modal-content__entry-button:visited, .main .modal-content__entry-button:active {
  border: 1px solid #FF6969;
  background-color: #FF6969;
  background-image: none;
}
.main .modal-content__entry-button:hover {
  border: 1px solid #FF6969;
  background-color: #FFF;
  background-image: none;
}
.main .modal-content__title {
  position: relative;
  margin-top: 0;
  padding-left: 1.5em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.625rem;
  color: #4C4948;
}
@media only screen and (max-width: 768px) {
  .main .modal-content__title {
    font-size: 16px;
  }
}
.main .modal-content__value {
  display: inline-block;
  padding: 0.25em;
}
.main .modal-content-recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.main .modal-content-recommend__link {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #FAD9DB;
  text-decoration: none;
  color: #4C4948;
}
.main .modal-content-recommend__link:link, .main .modal-content-recommend__link:visited, .main .modal-content-recommend__link:active {
  text-decoration: none;
  color: #4C4948;
}
.main .modal-content-recommend__link:hover {
  text-decoration: none;
  color: #4C4948;
}
@media only screen and (max-width: 768px) {
  .main .modal-content-recommend__link {
    border-radius: 4px;
    font-size: 0.687rem;
  }
}
.main .modal-content.area .modal-content__title::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-image: url(../image/office/Icon-area.svg);
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}
.main .modal-content.occupation .modal-content__title::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-image: url(../image/office/Icon-person.svg);
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}
.main .modal-content.day .modal-content__title::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-image: url(../image/office/Icon-time.svg);
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}
@media only screen and (max-width: 768px) {
  .main .modal-content-area__item, .main .modal-content-occupation__item {
    font-size: 0.937rem;
  }
}
.main .modal-content-area {
  position: relative;
}
.main .modal-content-area__tab {
  position: absolute;
  top: 0;
  left: 0;
}
.main .modal-content-area__tab-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.6em;
  padding: 10px 0;
  border-right: 1px dotted #707070;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .main .modal-content-area__tab-wrap {
    width: 4em;
  }
}
.main .modal-content-area__tab-content {
  width: calc(100% - 130px);
  padding-left: 130px;
}
@media only screen and (max-width: 768px) {
  .main .modal-content-area__tab-content {
    width: calc(100% - 70px);
    padding-left: 70px;
  }
}
.main .modal-content-area__tab-content .modal-content-area__item.level-2 {
  display: none;
}
.main .modal-content-area__tab-content .modal-content-area__item.level-2.open {
  display: block;
  width: 100%;
}
.main .modal-content-area__tab-content .modal-content-area__item.level-2.aichi-ken .modal-content-area__item.level-3.nagoya {
  position: absolute;
}
.main .modal-content-area__tab-content .modal-content-area__item.level-2.aichi-ken .modal-content-area__item.level-3:not(.nagoya) {
  margin-left: 30%;
}
@media only screen and (max-width: 768px) {
  .main .modal-content-area__tab-content .modal-content-area__item.level-2.aichi-ken .modal-content-area__item.level-3:not(.nagoya) {
    margin-left: 43%;
  }
}
.main .modal-content-area__tab-label {
  padding: 0.3em;
  text-decoration: none;
  color: #4C4948;
}
.main .modal-content-area__tab-label:link, .main .modal-content-area__tab-label:visited, .main .modal-content-area__tab-label:active {
  text-decoration: none;
  color: #4C4948;
}
.main .modal-content-area__tab-label:hover {
  text-decoration: none;
  color: #4C4948;
}
.main .modal-content-area__tab-label.active {
  border-radius: 10px 0 0 10px;
  background-color: #FAD9DB;
  color: #DF0012;
}
.main .modal-content-area__item.level-2 {
  font-size: 1.562rem;
}
@media only screen and (max-width: 768px) {
  .main .modal-content-area__item.level-2 {
    font-size: 0.937rem;
  }
}
.main .modal-content-area__item.level-3 {
  padding-left: 0.75em;
  font-size: 1.312rem;
}
@media only screen and (max-width: 768px) {
  .main .modal-content-area__item.level-3 {
    font-size: 0.812rem;
  }
}
.main .modal-content-area__item.level-4 {
  padding-left: 1.5em;
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .main .modal-content-area__item.level-4 {
    font-size: 0.75rem;
  }
}
.main .modal-content-area__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .main .modal-content-area__label {
    padding-bottom: 0.5em;
  }
}
.main .modal-content-area__checkbox-item {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.main .modal-content-area__amount {
  margin-left: 0.25em;
  font-size: 0.875rem;
  color: #FF6969;
}
@media only screen and (max-width: 768px) {
  .main .modal-content-area__amount {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .main .modal-content-occupation__item {
    padding-bottom: 0.75em;
  }
}
.main .modal-content-day__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 120px;
}
@media only screen and (max-width: 768px) {
  .main .modal-content-day__inner {
    gap: 60px;
  }
}
.main .modal-content-day__item {
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 768px) {
  .main .modal-content-day__item {
    font-size: 0.75rem;
  }
}
.main .index-pager {
  padding: 0;
}
.main .index-pager__current-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  font-size: 0.875rem;
  color: #FF6969;
}
.main .index-pager__current, .main .index-pager__last {
  display: inline-block;
  padding: 0 0.25em;
}
.main .index-pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .index-pager__list li {
  width: 36px;
  height: 36px;
  margin: 0 4px;
}
.main .index-pager__list li a,
.main .index-pager__list li span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid #FF6969;
  border-radius: 999px;
  font-size: 0.875rem;
}
.main .index-pager__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main .index-pager__list li a:link, .main .index-pager__list li a:visited, .main .index-pager__list li a:active {
  background-color: #FF6969;
  text-decoration: none;
  color: #FFF;
}
.main .index-pager__list li a:hover {
  background-color: #FFF;
  text-decoration: none;
  color: #FF6969;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main .index-pager__list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .index-pager__list li.cur span, .main .index-pager__list li.ellipsis span {
  color: #FF6969;
}
.main .index-pager__list li.index {
  width: 100%;
  max-width: 168px;
}
.main .index-pager__list li.index a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.main .index-pager__list li.prev a, .main .index-pager__list li.next a {
  background-position: center center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.main .index-pager__list li.prev a {
  background-image: url(../image/office/img_prev.svg);
}
.main .index-pager__list li.prev a:hover {
  background-image: url(../image/office/img_prev_pk.svg);
}
.main .index-pager__list li.next a {
  background-image: url(../image/office/img_next.svg);
}
.main .index-pager__list li.next a:hover {
  background-image: url(../image/office/img_next_pk.svg);
}
.main .entry-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: auto;
  margin: 90px 0 0;
}
@media only screen and (max-width: 768px) {
  .main .entry-pager {
    margin: 90px 0;
  }
}
.main .entry-pager li {
  width: 36px;
  height: 36px;
  margin: 0 4px;
}
.main .entry-pager li a,
.main .entry-pager li span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid #FF6969;
  border-radius: 999px;
  font-size: 0.875rem;
}
.main .entry-pager li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main .entry-pager li a:link, .main .entry-pager li a:visited, .main .entry-pager li a:active {
  background-color: #FF6969;
  text-decoration: none;
  color: #FFF;
}
.main .entry-pager li a:hover {
  background-color: #FFF;
  text-decoration: none;
  color: #FF6969;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main .entry-pager li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .entry-pager li.cur span, .main .entry-pager li.ellipsis span {
  color: #FF6969;
}
.main .entry-pager li.index {
  width: 100%;
  max-width: 168px;
}
.main .entry-pager li.index a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.main .entry-pager li.prev a, .main .entry-pager li.next a {
  background-position: center center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.main .entry-pager li.prev a {
  background-image: url(../image/office/img_prev.svg);
}
.main .entry-pager li.prev a:hover {
  background-image: url(../image/office/img_prev_pk.svg);
}
.main .entry-pager li.next a {
  background-image: url(../image/office/img_next.svg);
}
.main .entry-pager li.next a:hover {
  background-image: url(../image/office/img_next_pk.svg);
}

/*
 *   トップ
 */
.top {
  background-image: url(../image/office/bg_top.svg);
  background-position: top 860px center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .top {
    background-position: top 560px center;
  }
}
.top .SearchUi__outWrap {
  padding-bottom: 0;
}
.top .SearchUi__outWrap .job-top-title {
  margin: 0;
  padding: 0;
  background: none;
}
.top .section-search__inner {
  padding: 20px;
  background-color: #FAD9DB;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .top .section-search__inner {
    padding: 10px;
    border-radius: 0;
  }
}
.top .section-search__title {
  margin: 0;
  padding: 60px 0 50px;
  background-color: #FFF;
  border-radius: 18px 18px 0 0;
}
@media only screen and (max-width: 768px) {
  .top .section-search__title {
    padding: 30px 0 20px;
  }
}
.top .section-search__table-wrap {
  background-color: #FFF;
  border-radius: 0 0 18px 18px;
}
@media only screen and (max-width: 768px) {
  .top .section-search__table-wrap {
    padding-bottom: 20px;
  }
}
.top .section-search .button-wrap, .top .section-search .main .modal-content__button-wrap, .main .top .section-search .modal-content__button-wrap {
  padding: 60px 0 40px;
}
@media only screen and (max-width: 768px) {
  .top .section-search .button-wrap, .top .section-search .main .modal-content__button-wrap, .main .top .section-search .modal-content__button-wrap {
    padding: 30px 0 20px;
  }
}

/*
 *   ニュース
 */
.news-index__list {
  padding: 0 0 90px;
}
.news-index__item {
  padding: 1.67em 0;
  border-bottom: 1px solid #D2D1D1;
}
.news-index__item:first-child {
  padding-top: 0;
}
.news-index__date {
  display: block;
  padding: 0 0 10px;
  font-size: 0.875rem;
  color: #A5A3A3;
}
.news-index__title {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
}
.news-index__link {
  display: block;
}
.news-index__link:link, .news-index__link:visited, .news-index__link:active {
  text-decoration: none;
  color: #4C4948;
}
.news-index__link:hover {
  text-decoration: none;
  color: #4C4948;
}

/*
 *   コラム
 */
.column .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: calc(100% - 370px);
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .column .main {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.column .main .section-index {
  margin-bottom: 90px;
}
.column .main .section-index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-bottom: 90px;
}
.column .main .section-index__item {
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 768px) {
  .column .main .section-index__item {
    width: 100%;
  }
}
.column .main .section-index__link:link, .column .main .section-index__link:visited, .column .main .section-index__link:active {
  text-decoration: none;
  color: #4C4948;
}
.column .main .section-index__link:hover {
  text-decoration: none;
  color: #4C4948;
}
.column .main .section-index__image {
  border-radius: 10px;
}
.column .main .section-index__cat-date {
  margin: 15px 0;
}
@media only screen and (max-width: 768px) {
  .column .main .section-index__cat-date {
    font-size: 0.875rem;
  }
}
.column .main .section-index__category {
  display: inline-block;
  margin: 0 0.25em 0 0;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #FF6969;
  color: #FFF;
}
.column .main .section-index__date {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.column .main .section-index__title {
  margin: 0 0 15px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #4C4948;
}
@media only screen and (max-width: 768px) {
  .column .main .section-index__title {
    font-size: 1.125rem;
  }
}
.column .main .section-index__summary {
  position: relative;
  padding-right: 25px;
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .column .main .section-index__summary {
    font-size: 0.875rem;
  }
}
.column .main .section-index__summary:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  content: url(../image/office/Icon-arrow-forward.svg);
  width: 16px;
  height: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.column .sub {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 370px;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .column .sub {
    width: 100%;
    margin-bottom: 75px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.column .sub .section-title {
  padding: 6px 10px;
  background-color: #CCF0EB;
  border: none;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  color: #4C4948;
}
.column .sub .section-category__item {
  padding-left: 15px;
  font-size: 0.875rem;
}
.column .sub .section-category__item:not(:last-child) {
  margin-bottom: 20px;
}
.column .sub .section-category__item:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border-radius: 999px;
  border: 2px solid #FF6969;
}
.column .sub .section-category__link:link, .column .sub .section-category__link:visited, .column .sub .section-category__link:active {
  text-decoration: none;
  color: #4C4948;
}
.column .sub .section-category__link:hover {
  text-decoration: none;
  color: #4C4948;
}
.column .sub .section-archive__list-month {
  display: none;
}
.column .sub .section-archive__item-year, .column .sub .section-archive__item-month {
  font-size: 0.875rem;
}
.column .sub .section-archive__item-year.open .section-archive__title-year:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.column .sub .section-archive__item-month {
  padding-left: 14px;
}
.column .sub .section-archive__item-month:not(:last-child) {
  margin-bottom: 1em;
}
.column .sub .section-archive__item-month:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  content: "-";
  width: 6px;
  height: 6px;
  color: #FF6969;
}
.column .sub .section-archive__title-year {
  position: relative;
  margin: 7px 0;
  padding: 0;
}
.column .sub .section-archive__title-year:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border-radius: 999px;
  border: 2px solid #FF6969;
}
.column .sub .section-archive__title-year:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: url(../image/office/Icon-arrow-down_gr.svg);
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.column .sub .section-archive__link-month {
  display: inline-block;
}
.column .sub .section-archive__link-month:link, .column .sub .section-archive__link-month:visited, .column .sub .section-archive__link-month:active {
  text-decoration: none;
  color: #4C4948;
}
.column .sub .section-archive__link-month:hover {
  text-decoration: none;
  color: #4C4948;
}
.column .sub .section-side-summary__item:not(:last-child) {
  margin-bottom: 20px;
}
.column .sub .section-side-summary__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column .sub .section-side-summary__link:link, .column .sub .section-side-summary__link:visited, .column .sub .section-side-summary__link:active {
  text-decoration: none;
  color: #4C4948;
}
.column .sub .section-side-summary__link:hover {
  text-decoration: none;
  color: #4C4948;
}
.column .sub .section-side-summary__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
  height: auto;
  border-radius: 10px;
}
.column .sub .section-side-summary__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 20px 25px 20px 20px;
  border-top: 1px solid #A5A3A3;
  border-bottom: 1px solid #A5A3A3;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
.column .sub .section-side-summary__title:after {
  display: block;
  position: absolute;
  right: 0;
  content: url(../image/office/Icon-arrow-forward.svg);
  width: 16px;
  height: 16px;
}
.column .sub .module-header {
  border: none;
}

/*
 *   よくある質問
 */
.faq .faq-index {
  padding-top: 0;
}
.faq .faq-index__list {
  border-top: none;
}
.faq .faq-index__link {
  display: block;
  padding: 1.5em 0;
  font-size: 1.125rem;
  text-decoration: none;
  color: #4C4948;
}
@media only screen and (max-width: 768px) {
  .faq .faq-index__link {
    font-size: 16px;
  }
}
.faq .faq-index__link:link, .faq .faq-index__link:visited, .faq .faq-index__link:active {
  text-decoration: none;
  color: #4C4948;
}
.faq .faq-index__link:hover {
  text-decoration: none;
  color: #4C4948;
}
.faq .faq-index__link:hover {
  padding: 1.5em 0;
}

/*
 *   検索結果
 */
@media only screen and (max-width: 768px) {
  .main .section-result-condition {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.main .section-result-list {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .main .section-result-list {
    padding-top: 0;
  }
}

.search-result {
  background-color: #FEF4F4;
}
@media only screen and (min-width: 768px) {
  .search-result .section-result-condition {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.search-result__condition {
  padding: 40px;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 8px rgba(255, 105, 105, 0.3);
          box-shadow: 0px 4px 8px rgba(255, 105, 105, 0.3);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .search-result__condition {
    padding: 20px;
  }
}
.search-result__condition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px 10px;
}
@media only screen and (max-width: 768px) {
  .search-result__condition-list {
    gap: 6px;
  }
}
.search-result__condition-item {
  padding: 0.5em 0.75em;
  background-color: #FAD9DB;
  border-radius: 4px;
  font-size: 0.687rem;
}
.search-result__condition-total {
  margin: 40px auto;
}
@media only screen and (max-width: 768px) {
  .search-result__condition-total {
    margin: 20px auto;
    font-size: 14px;
  }
}
.search-result__condition .button-wrap, .search-result__condition .main .modal-content__button-wrap, .main .search-result__condition .modal-content__button-wrap {
  padding: 0;
}
.search-result__condition .section-search__submit-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  max-width: 320px;
  margin: 0 auto;
  border: 1px solid #DF0012;
  font-size: 16px;
  text-decoration: none;
  color: #FFF;
}
.search-result__condition .section-search__submit-button:link, .search-result__condition .section-search__submit-button:visited, .search-result__condition .section-search__submit-button:active {
  text-decoration: none;
  color: #FFF;
}
.search-result__condition .section-search__submit-button:hover {
  text-decoration: none;
  color: #DF0012;
}
.search-result__condition .section-search__submit-button:hover {
  background-color: #FFF;
}
.search-result__item {
  position: relative;
  margin: 0 auto 60px;
  padding: 40px;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 8px rgba(255, 105, 105, 0.3);
          box-shadow: 0px 4px 8px rgba(255, 105, 105, 0.3);
}
@media only screen and (max-width: 768px) {
  .search-result__item {
    margin-bottom: 30px;
    padding: 30px 15px 15px;
  }
}
.search-result__new {
  position: absolute;
  top: 0;
  left: 40px;
  padding: 3px 16px 6px;
  background-color: #39C4B2;
  border-radius: 0 0 4px 4px;
  font-size: 1.25rem;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .search-result__new {
    left: inherit;
  }
}
.search-result__title {
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: underline;
  color: #4C4948;
}
.search-result__title:link, .search-result__title:visited, .search-result__title:active {
  text-decoration: underline;
  color: #4C4948;
}
.search-result__title:hover {
  text-decoration: none;
  color: #4C4948;
}
.search-result__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
@media only screen and (max-width: 768px) {
  .search-result__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.search-result__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.search-result__info-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (max-width: 768px) {
  .search-result__info-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.search-result__info-wrap .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.search-result__info-wrap .button-wrap, .search-result__info-wrap .main .modal-content__button-wrap, .main .search-result__info-wrap .modal-content__button-wrap {
  width: calc((100% - 20px) / 2);
  padding: 15px 0 5px;
}
.search-result__info-wrap .button-wrap .detail-button, .search-result__info-wrap .main .modal-content__button-wrap .detail-button, .main .search-result__info-wrap .modal-content__button-wrap .detail-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: auto;
  padding: 0.75em 1.5em;
  border-radius: 999px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #FF6969;
}
.search-result__info-wrap .button-wrap .detail-button:link, .search-result__info-wrap .main .modal-content__button-wrap .detail-button:link, .main .search-result__info-wrap .modal-content__button-wrap .detail-button:link, .search-result__info-wrap .button-wrap .detail-button:visited, .search-result__info-wrap .main .modal-content__button-wrap .detail-button:visited, .main .search-result__info-wrap .modal-content__button-wrap .detail-button:visited, .search-result__info-wrap .button-wrap .detail-button:active, .search-result__info-wrap .main .modal-content__button-wrap .detail-button:active, .main .search-result__info-wrap .modal-content__button-wrap .detail-button:active {
  text-decoration: none;
  color: #FF6969;
}
.search-result__info-wrap .button-wrap .detail-button:hover, .search-result__info-wrap .main .modal-content__button-wrap .detail-button:hover, .main .search-result__info-wrap .modal-content__button-wrap .detail-button:hover {
  text-decoration: none;
  color: #FFF;
}
.search-result__info-wrap .button-wrap .detail-button:link, .search-result__info-wrap .main .modal-content__button-wrap .detail-button:link, .main .search-result__info-wrap .modal-content__button-wrap .detail-button:link, .search-result__info-wrap .button-wrap .detail-button:visited, .search-result__info-wrap .main .modal-content__button-wrap .detail-button:visited, .main .search-result__info-wrap .modal-content__button-wrap .detail-button:visited, .search-result__info-wrap .button-wrap .detail-button:active, .search-result__info-wrap .main .modal-content__button-wrap .detail-button:active, .main .search-result__info-wrap .modal-content__button-wrap .detail-button:active {
  border: 1px solid #FF6969;
  background-color: #FFF;
  background-image: none;
}
.search-result__info-wrap .button-wrap .detail-button:hover, .search-result__info-wrap .main .modal-content__button-wrap .detail-button:hover, .main .search-result__info-wrap .modal-content__button-wrap .detail-button:hover {
  border: 1px solid #FF6969;
  background-color: #FF6969;
  background-image: none;
}
.search-result__info-title, .search-result__info-content {
  padding: 15px 0;
  border-bottom: 1px solid #D2D1D1;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .search-result__info-title, .search-result__info-content {
    padding: 10px 0;
    font-size: 0.875rem;
  }
}
.search-result__info-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6em;
          flex: 0 0 6em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .search-result__info-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5em;
            flex: 0 0 5em;
  }
}
.search-result__info-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (max-width: 768px) {
  .search-result__info-content {
    margin-left: 10px;
  }
}
.search-result__info-content.terms-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 0.25em;
}
.search-result__info-content p {
  margin: 0;
}
.search-result__info-content .terms-item {
  padding: 0.25em 0.5em;
  background-color: #FAD9DB;
  border-radius: 4px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .search-result__info-content .terms-item {
    font-size: 0.687rem;
  }
}
.search-result__desc {
  margin-top: 20px;
  padding: 10px;
  background-color: #FEF4F4;
  border-radius: 10px;
  line-height: 1.5;
  font-size: 16px;
}
.search-result__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .search-result__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.search-result .section-search {
  background-color: #FFF;
}

/*
 *   お仕事エントリーページ
 */
@media only screen and (max-width: 768px) {
  .JobEntryBody .topicpath-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .topicpath-item, .JobEntryBody .topicpath-link {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .page-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.JobEntryBody .page-header .new {
  display: inline-block;
  padding: 3px 16px 6px;
  background-color: #39C4B2;
  border-radius: 0 0 4px 4px;
  font-size: 1.25rem;
  color: #FFF;
}
.JobEntryBody .page-header .entry-title {
  text-decoration: underline;
  font-size: 2.25rem;
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .page-header .entry-title {
    font-size: 1.25rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .job-MainVisualWrap {
    width: 100%;
    margin: 0;
  }
}
.JobEntryBody .acms-entry h2,
.JobEntryBody .acms-entry h3 {
  background-image: none;
  text-align: left;
  font-size: 1.5rem;
}
.JobEntryBody .acms-entry h2 {
  background-color: #FF6969;
  color: #FFF;
}
.JobEntryBody .acms-entry h3 {
  background-color: #FAD9DB;
  color: #4C4948;
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .acms-entry .kyujinhead {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.JobEntryBody .acms-entry .job-icon {
  display: inline-block;
  margin-right: 0.25em;
  padding: 0.25em 0.5em;
  background-color: #FAD9DB;
  border-radius: 4px;
  font-size: 0.937rem;
  color: #4C4948;
}
.JobEntryBody .acms-entry .job-icon__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .acms-entry .job-icon {
    font-size: 0.75rem;
  }
}
.JobEntryBody .acms-entry .job-copy-main {
  margin: 0;
  background-image: url(../image/office/bg_job-copy-main.svg);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .acms-entry .job-copy-main {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.JobEntryBody .acms-entry .job-copy-text {
  margin: 20px 0;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .acms-entry .job-copy-text {
    font-size: 0.875rem;
  }
}
.JobEntryBody .acms-entry .job-about-office {
  margin-right: 0;
  margin-bottom: 2em;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .acms-entry .job-about-office {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .acms-entry .job-about-office__title {
    font-size: 0.875rem;
  }
}
.JobEntryBody .acms-entry .kyujininfo {
  max-width: 100%;
}
.JobEntryBody .acms-entry .kyujininfo__item {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #D2D1D1;
}
.JobEntryBody .acms-entry .kyujininfo__item:first-child {
  border-top: 1px solid #D2D1D1;
}
.JobEntryBody .acms-entry .kyujininfo__item.no-border {
  padding-bottom: 0;
  border: none;
}
.JobEntryBody .acms-entry .kyujininfo__header {
  font-size: 1.5rem;
  font-weight: 700;
}
.JobEntryBody .acms-entry .kyujininfo__header [class^=icon] {
  width: 1em;
  height: 1em;
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .acms-entry .kyujininfo__header {
    font-size: 0.875rem;
  }
}
.JobEntryBody .acms-entry .kyujininfo__detail {
  margin: 10px 0 0;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .acms-entry .kyujininfo__detail {
    font-size: 0.875rem;
  }
}
.JobEntryBody .acms-entry .kyujininfo__detail + .kyujininfo__header {
  margin-top: 20px;
}
.JobEntryBody .acms-entry .kyujininfo__detail p {
  margin: 0 0 0.25em;
}
.JobEntryBody .acms-entry .kyujininfo__detail .bg {
  display: inline-block;
  margin: 20px 0.25em 0.25em 0;
  padding: 0.25em;
  background-color: #FF6969;
  border-radius: 2px;
  line-height: 1;
  font-size: 1.125rem;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .acms-entry .kyujininfo__detail .bg {
    font-size: 0.75rem;
  }
}
.JobEntryBody .acms-entry .kyujininfo__detail .bg.no-margin {
  margin-top: 0;
}
.JobEntryBody .acms-entry .kyujininfo__list {
  padding-left: 1.25em;
}
.JobEntryBody .acms-entry .kyujininfo__list-item {
  list-style-type: disc;
}
.JobEntryBody .acms-entry .kyujininfo__list-item::marker {
  color: #FF6969;
}
.JobEntryBody .acms-entry .kyujininfo__list-header {
  font-weight: 700;
}
.JobEntryBody .acms-entry .kyujininfo__ninzuu-image {
  width: 100%;
  max-width: 720px;
}
.JobEntryBody .acms-entry .kyujininfo__tantou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .acms-entry .kyujininfo__tantou {
    gap: 20px;
  }
}
.JobEntryBody .acms-entry .kyujininfo__tantou-image {
  max-width: 120px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .acms-entry .kyujininfo__tantou-image {
    max-width: 60px;
  }
}
.JobEntryBody .section-job {
  padding: 60px calc(50dvw - 50%);
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .section-job-entry {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .section-job-entry .button-wrap, .JobEntryBody .section-job-entry .main .modal-content__button-wrap, .main .JobEntryBody .section-job-entry .modal-content__button-wrap {
    padding-top: 0;
  }
}
.JobEntryBody .section-job-referral {
  background-color: #FFF5E0;
}
.JobEntryBody .section-job-referral__text {
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF6969;
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .section-job-referral__text {
    font-size: 1.125rem;
  }
}
.JobEntryBody .section-job-referral .button-wrap, .JobEntryBody .section-job-referral .main .modal-content__button-wrap, .main .JobEntryBody .section-job-referral .modal-content__button-wrap {
  padding-bottom: 0;
}
.JobEntryBody .section-job-recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.JobEntryBody .section-job-recommend__item {
  position: relative;
  width: calc((100% - 30px) / 3);
  padding: 15px;
  border: 1px solid #FAD9DB;
  border-radius: 10px;
}
.JobEntryBody .section-job-recommend__link {
  font-size: 1.25rem;
  text-decoration: underline;
  color: #4C4948;
}
.JobEntryBody .section-job-recommend__link:link, .JobEntryBody .section-job-recommend__link:visited, .JobEntryBody .section-job-recommend__link:active {
  text-decoration: underline;
  color: #4C4948;
}
.JobEntryBody .section-job-recommend__link:hover {
  text-decoration: none;
  color: #4C4948;
}
.JobEntryBody .section-job-recommend__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #D2D1D1;
}
.JobEntryBody .section-job-recommend__info-detail {
  margin: 0;
}
.JobEntryBody .section-job-recommend .new-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  padding: 2px 11px;
  background-color: #39C4B2;
  border-radius: 0 0 4px 4px;
  color: #FFF;
}
.JobEntryBody .section-job-recommend .button-wrap, .JobEntryBody .section-job-recommend .main .modal-content__button-wrap, .main .JobEntryBody .section-job-recommend .modal-content__button-wrap {
  padding: 20px 20px 0;
}
.JobEntryBody .section-job-recommend .button-wrap .detail-btn, .JobEntryBody .section-job-recommend .main .modal-content__button-wrap .detail-btn, .main .JobEntryBody .section-job-recommend .modal-content__button-wrap .detail-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: auto;
  padding: 0.75em 1.5em;
  border-radius: 999px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #FF6969;
  width: auto;
}
.JobEntryBody .section-job-recommend .button-wrap .detail-btn:link, .JobEntryBody .section-job-recommend .main .modal-content__button-wrap .detail-btn:link, .main .JobEntryBody .section-job-recommend .modal-content__button-wrap .detail-btn:link, .JobEntryBody .section-job-recommend .button-wrap .detail-btn:visited, .JobEntryBody .section-job-recommend .main .modal-content__button-wrap .detail-btn:visited, .main .JobEntryBody .section-job-recommend .modal-content__button-wrap .detail-btn:visited, .JobEntryBody .section-job-recommend .button-wrap .detail-btn:active, .JobEntryBody .section-job-recommend .main .modal-content__button-wrap .detail-btn:active, .main .JobEntryBody .section-job-recommend .modal-content__button-wrap .detail-btn:active {
  text-decoration: none;
  color: #FF6969;
}
.JobEntryBody .section-job-recommend .button-wrap .detail-btn:hover, .JobEntryBody .section-job-recommend .main .modal-content__button-wrap .detail-btn:hover, .main .JobEntryBody .section-job-recommend .modal-content__button-wrap .detail-btn:hover {
  text-decoration: none;
  color: #FFF;
}
.JobEntryBody .section-job-recommend .button-wrap .detail-btn:link, .JobEntryBody .section-job-recommend .main .modal-content__button-wrap .detail-btn:link, .main .JobEntryBody .section-job-recommend .modal-content__button-wrap .detail-btn:link, .JobEntryBody .section-job-recommend .button-wrap .detail-btn:visited, .JobEntryBody .section-job-recommend .main .modal-content__button-wrap .detail-btn:visited, .main .JobEntryBody .section-job-recommend .modal-content__button-wrap .detail-btn:visited, .JobEntryBody .section-job-recommend .button-wrap .detail-btn:active, .JobEntryBody .section-job-recommend .main .modal-content__button-wrap .detail-btn:active, .main .JobEntryBody .section-job-recommend .modal-content__button-wrap .detail-btn:active {
  border: 1px solid #FF6969;
  background-color: #FFF;
  background-image: none;
}
.JobEntryBody .section-job-recommend .button-wrap .detail-btn:hover, .JobEntryBody .section-job-recommend .main .modal-content__button-wrap .detail-btn:hover, .main .JobEntryBody .section-job-recommend .modal-content__button-wrap .detail-btn:hover {
  border: 1px solid #FF6969;
  background-color: #FF6969;
  background-image: none;
}
.JobEntryBody .more-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 540px;
  height: auto;
  margin: auto;
  padding: 1em 1.5em;
  border-radius: 999px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  color: #FFF;
  display: block;
}
.JobEntryBody .more-btn:link, .JobEntryBody .more-btn:visited, .JobEntryBody .more-btn:active {
  text-decoration: none;
  color: #FFF;
}
.JobEntryBody .more-btn:hover {
  text-decoration: none;
  color: #FF6969;
}
.JobEntryBody .more-btn:link, .JobEntryBody .more-btn:visited, .JobEntryBody .more-btn:active {
  border: 1px solid #FF6969;
  background-color: #FF6969;
  background-image: none;
}
.JobEntryBody .more-btn:hover {
  border: 1px solid #FF6969;
  background-color: #FFF;
  background-image: none;
}
.JobEntryBody .more-btn + .detail-btn {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .more-btn {
    font-size: 16px;
  }
}
.JobEntryBody .detail-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 540px;
  height: auto;
  margin: auto;
  padding: 1em 1.5em;
  border-radius: 999px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  color: #FF6969;
  display: block;
}
.JobEntryBody .detail-btn:link, .JobEntryBody .detail-btn:visited, .JobEntryBody .detail-btn:active {
  text-decoration: none;
  color: #FF6969;
}
.JobEntryBody .detail-btn:hover {
  text-decoration: none;
  color: #FFF;
}
.JobEntryBody .detail-btn:link, .JobEntryBody .detail-btn:visited, .JobEntryBody .detail-btn:active {
  border: 1px solid #FF6969;
  background-color: #FFF;
  background-image: none;
}
.JobEntryBody .detail-btn:hover {
  border: 1px solid #FF6969;
  background-color: #FF6969;
  background-image: none;
}
@media only screen and (max-width: 768px) {
  .JobEntryBody .detail-btn {
    font-size: 16px;
  }
}

/*
 *   コンタクト
 */
.contact-box .entry-column .first-step__message {
  margin-top: 1em;
}
.contact-box .entry-column .line-btn {
  text-decoration: none;
  color: #FFF;
}
.contact-box .entry-column .note {
  display: inline-block;
  padding-bottom: 0.25em;
  font-size: 0.875rem;
  color: #A5A3A3;
}
.contact-box .entry-column .note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.25em;
}
.contact-box .entry-column #address {
  width: 100%;
}

/*
 *   フッター
 */
.foot-wrapper {
  padding: 90px 0 0;
  background-color: #FF6969;
}
@media only screen and (max-width: 768px) {
  .foot-wrapper {
    padding-top: 30px;
  }
}
.foot-wrapper #want-to-know-btn {
  display: none;
  position: fixed;
  right: 70px;
  bottom: 150px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1023px) {
  .foot-wrapper #want-to-know-btn {
    display: block;
  }
}
.foot-wrapper #want-to-know-btn.on {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.foot-wrapper #pagetop {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background-color: rgba(76, 73, 72, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  font-size: 3.124rem;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .foot-wrapper #pagetop {
    right: 10px;
    bottom: 120px;
  }
}
@media only screen and (min-width: 1023px) {
  .foot-wrapper #pagetop {
    right: 10px;
    bottom: 100px;
  }
}
.foot-wrapper #pagetop:link, .foot-wrapper #pagetop:visited, .foot-wrapper #pagetop:active {
  text-decoration: none;
  color: #FFF;
}
.foot-wrapper #pagetop:hover {
  text-decoration: none;
  color: #FFF;
}
.foot-wrapper #pagetop.on {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.foot-wrapper #pagetop img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: auto;
  margin: 0;
  padding: 0;
}
.foot-wrapper .copyright {
  margin: 0;
  background-color: #FFF;
}
@media only screen and (min-width: 1023px) {
  .foot-wrapper .copyright {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .foot-wrapper .copyright {
    margin-top: -1px;
  }
}
.foot-wrapper .copyright-text {
  margin: 30px auto 15px;
}
@media only screen and (max-width: 768px) {
  .foot-wrapper .copyright-text {
    margin-bottom: 94px;
  }
}
.foot-wrapper .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
@media only screen and (min-width: 1023px) {
  .foot-wrapper .footer-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.foot-wrapper .footer-column {
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .foot-wrapper .footer-column {
    width: 50%;
  }
}
.foot-wrapper .footer-column.company-info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 1023px) {
  .foot-wrapper .footer-column.company-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 90px;
  }
}
.foot-wrapper .footer-column.company-info .footer-column__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 40px 20px;
  border-radius: 0;
  background-color: #FFF;
}
@media only screen and (min-width: 1023px) {
  .foot-wrapper .footer-column.company-info .footer-column__inner {
    max-width: 480px;
    padding: 40px 20px 30px;
    border-radius: 20px;
  }
}
.foot-wrapper .footer-column.nav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 20px 30px;
}
@media only screen and (min-width: 1023px) {
  .foot-wrapper .footer-column.nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 90px;
  }
}
.foot-wrapper .footer-logo {
  width: 100%;
  max-width: 240px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .foot-wrapper .footer-logo {
    max-width: 180px;
  }
}
.foot-wrapper .footer-logo__container {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CACBC9;
}
.foot-wrapper .footer-sns__container {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .foot-wrapper .footer-sns__container {
    margin-bottom: 20px;
  }
}
.foot-wrapper .footer-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.foot-wrapper .footer-sns__icon {
  width: 58px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .foot-wrapper .footer-sns__icon {
    width: 40px;
  }
}
.foot-wrapper .footer-company-info p {
  margin: 0;
  font-size: 16px;
  color: #4C4948;
}
.foot-wrapper .footer-company-info .company-name {
  font-size: 16px;
  color: #4C4948;
}
.foot-wrapper .footer-navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.foot-wrapper .footer-navi__item {
  width: 50%;
  margin-bottom: 1.75em;
  text-align: left;
}
.foot-wrapper .footer-navi__link {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  .foot-wrapper .footer-navi__link {
    font-size: 16px;
  }
}
.foot-wrapper .footer-navi__link:link, .foot-wrapper .footer-navi__link:visited, .foot-wrapper .footer-navi__link:active {
  color: #FFF;
}
.foot-wrapper .footer-navi__link:hover {
  color: #FFF;
}
.foot-wrapper .footer-navi__link::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  content: url(../image/office/icon-flower.svg);
  line-height: 1;
}
.foot-wrapper .footer-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media only screen and (min-width: 1023px) {
  .foot-wrapper .footer-banner__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.foot-wrapper .footer-banner__item {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .foot-wrapper .footer-banner__item {
    width: 50%;
  }
}
.foot-wrapper .footer-banner__link {
  text-align: center;
}
.foot-wrapper .footer-banner__image {
  width: auto;
  height: auto;
}

.sp-cta-box {
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100dvw;
}
.sp-cta-box__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: auto;
  text-align: center;
}
.sp-cta-box__item .fukidashi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 60px);
  height: 50px;
  margin-bottom: -5px;
  padding: 5px;
  border: 1px solid #FAD9DB;
  border-radius: 999px;
  background-color: #FEF4F4;
  -webkit-box-shadow: 0px 4px 2px rgba(76, 73, 72, 0.1490196078);
          box-shadow: 0px 4px 2px rgba(76, 73, 72, 0.1490196078);
  text-align: center;
  font-size: 0.75rem;
  color: #4C4948;
}
.sp-cta-box__item .fukidashi:after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #FAD9DB;
  border-left: 1px solid #FAD9DB;
  background-color: #FEF4F4;
  -webkit-transform: scaleX(0.5) rotate(-45deg) translateX(-50%);
          transform: scaleX(0.5) rotate(-45deg) translateX(-50%);
}
.sp-cta-box__item a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55px;
  padding: 15px 0;
  border-radius: 15px 15px 0 0;
  text-decoration: none;
  color: #FFF;
}
.sp-cta-box__item a:link, .sp-cta-box__item a:visited, .sp-cta-box__item a:active {
  text-decoration: none;
  color: #FFF;
}
.sp-cta-box__item a:hover {
  text-decoration: none;
  color: #FFF;
}
.sp-cta-box__item .sp-register-btn {
  background-color: #DF0012;
}
.sp-cta-box__item .sp-want-to-know-btn {
  background-color: #FF6969;
}

/*  2023/12/19 下記川崎追記
------------------------------ */
/* トップページのLINEの案内 */
li.TopLINEentry, #sp_menu_box li.TopLINEentry a {
  background: #00B900;
}

li.TopLINEentry a:hover {
  background: #2A9811;
}

#sp_menu_box li.TopLINEentry a {
  color: #FFFFFF;
}

/* 詳細のボタン */
.job-entry-method-linkWrap-spButton {
  display: block;
  margin: 10px 0 20px;
}

.job-entry-method-linkWrap-spButton li {
  padding: 0 0 30px;
}

.job-entry-method-linkWrap-spButton li:last-child {
  padding: 0 0 10px;
}

.TelEntryButton {
  padding: 0 0 15px;
}

.job-entry-method-linkWrap-pc li:first-child {
  padding: 10px 30px 0px 30px;
}

/* 詳細ページ */
.tabs {
  margin-bottom: 10px;
  padding: 10px;
}

/* フォームについて */
@media screen and (max-width: 480px) {
  .job-contact-form tr {
    display: block;
    width: 100% !important;
  }
}
.label-required-check {
  color: rgb(197, 0, 29);
  font-weight: bold;
}

.contact_image01 {
  max-width: 600px;
  height: auto;
}