@charset "UTF-8";
.vacant_small_select li span:before, .vacant_large_select li span:after {
  display: block;
  content: "";
  position: absolute;
}

html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
  margin-right: 0 !important;
}

body {
  position: relative;
  color: #1d1d1d;
  word-wrap: break-word;
  font-size: 1.4rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  width: 100%;
  min-height: 100vh;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

#wrap {
  overflow: hidden;
  position: relative;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline-block;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline-block;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline-block;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

.text_ib {
  display: inline-block;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* アニメーション*/
.move {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.active .move {
  opacity: 1;
}

.move.up {
  transform: translate(0, 10px);
}
.active .move.up {
  transform: translate(0, 0);
}

.move.down {
  transform: translate(0, -10px);
}
.active .move.down {
  transform: translate(0, 0);
}

.move.left {
  transform: translate(-10px, 0);
}
.active .move.left {
  transform: translate(0, 0);
}

.move.right {
  transform: translate(10px, 0);
}
.active .move.right {
  transform: translate(0, 0);
}

/*表示タイミング制御用*/
.delay1 {
  -webkit-transition-delay: 0.05s !important;
  transition-delay: 0.05s !important;
}

.delay2 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

.delay3 {
  -webkit-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
}

.delay4 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.delay5 {
  -webkit-transition-delay: 0.25s !important;
  transition-delay: 0.25s !important;
}

.delay6 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.delay7 {
  -webkit-transition-delay: 0.35s !important;
  transition-delay: 0.35s !important;
}

.delay8 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.delay9 {
  -webkit-transition-delay: 0.45s !important;
  transition-delay: 0.45s !important;
}

.delay10 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

@media screen and (min-width: 1200px) {
  a {
    transition: all 0.3s;
  }
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?2y1r4i");
  src: url("../fonts/icomoon.eot?2y1r4i#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2y1r4i") format("truetype"), url("../fonts/icomoon.woff?2y1r4i") format("woff"), url("../fonts/icomoon.svg?2y1r4i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blank:before {
  content: "\e900";
}

.icon-pdf:before {
  content: "\e901";
}

.icon-word:before {
  content: "\e902";
}

.icon-excel:before {
  content: "\e903";
}

.icon-file:before {
  content: "\e904";
}

.main_contents {
  padding-top: 55px;
  min-height: calc(100vh - 342px);
}
@media print, screen and (min-width: 1180px) {
  .main_contents {
    padding-top: 120px;
    min-height: calc(100vh - 446px);
  }
}

.inner_large {
  max-width: 1200px;
  width: calc(100% - 46px);
  margin: 0 auto;
}

.inner_medium {
  max-width: 1100px;
  width: calc(100% - 46px);
  margin: 0 auto;
}

.inner_small {
  max-width: 950px;
  width: calc(100% - 46px);
  margin: 0 auto;
}

.anchor_decoy {
  margin-top: -60px;
  padding-top: 60px;
}

.page_section {
  padding: 40px 0 0;
}

@media print, screen and (min-width: 920px) {
  .inner_large,
  .inner_medium,
  .inner_small {
    width: calc(100% - 80px);
  }
  .anchor_decoy {
    margin-top: -130px;
    padding-top: 130px;
  }
  .page_section {
    padding: 70px 0 0;
  }
}
.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 500;
}
.header .header_inner {
  width: calc(100% - 20px);
  height: 55px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header .header_logo {
  width: 160px;
}
.header .header_body {
  width: 50px;
}
.header .header_sub_nav,
.header .header_gl_nav,
.header .header_sub_nav_tel {
  display: none;
}
.header .header_toggle .header_toggle_btn {
  width: 50px;
  height: 55px;
  position: relative;
  border-radius: 0;
  border: 0 solid transparent;
  outline: 0;
  background-color: transparent;
  color: #1d1d1d;
}
.header .header_toggle span {
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #1d1d1d;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header_toggle span:nth-of-type(1) {
  top: 11px;
}
.header .header_toggle span:nth-of-type(2) {
  top: 19px;
}
.header .header_toggle span:nth-of-type(3) {
  top: 27px;
}
.header .header_toggle .toggle_title {
  display: block;
  position: absolute;
  width: 100%;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}

.header_bottom {
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  background: #f8e81b;
  z-index: 499;
}
.header_bottom.sp_none {
  display: none;
}

.header_bottom_list {
  display: flex;
  justify-content: center;
}
.header_bottom_list li {
  width: 100%;
}
.header_bottom_list li.sp_none {
  display: none;
}
.header_bottom_list li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 22px;
  font-size: 2rem;
  font-weight: bold;
  color: #1d1d1d;
  text-decoration: none;
}
.header_bottom_list li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  border: 1px solid #1d1d1d;
  opacity: 0;
  transition: 0.3s;
}
.header_bottom_list li a:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 4px solid #1d1d1d;
  border-bottom: 4px solid #1d1d1d;
  right: 10px;
  bottom: 10px;
}

@media print, screen and (min-width: 1180px) {
  .header .header_inner {
    width: calc(100% - 40px);
    height: 120px;
  }
  .header .header_logo {
    width: 170px;
  }
  .header .header_body {
    width: calc(100% - 170px);
    height: 100%;
    padding-top: 20px;
  }
  .header .header_sub_nav,
  .header .header_gl_nav {
    display: block;
  }
  .header .header_sub_nav_list,
  .header .header_gl_nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
  }
  .header .header_sub_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header .header_sub_nav_list {
    width: auto;
    margin: 0 0 0 20px;
  }
  .header .header_sub_nav_list > li:not(:first-of-type) {
    margin-left: 3px;
  }
  .header .header_sub_nav_list > li > a {
    display: flex;
    align-items: center;
    position: relative;
    height: 36px;
    padding: 2px 8px 0 20px;
    color: #1d1d1d;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    line-height: 1;
    text-decoration: none;
    background-color: #f0f0f0;
    transition: background-color 0.2s ease;
  }
  .header .header_sub_nav_list > li > a:before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 12px;
    left: 8px;
    border: 6px solid transparent;
    border-left: 8px solid #8b8b8b;
    transform-origin: center;
    transition: transform ease 0.3s;
  }
  .header .header_sub_nav_list > li > a:hover {
    background-color: #f8e81b;
  }
  .header .header_gl_nav {
    position: absolute;
    right: 20px;
    bottom: 0;
  }
  .header .header_gl_nav_list > li:not(:first-of-type) {
    margin-left: 25px;
  }
  .header .header_gl_nav_list > li.drop_parent {
    position: relative;
  }
  .header .header_gl_nav_list > li > a,
  .header .header_gl_nav_list > li .drop_link {
    display: block;
    position: relative;
    color: #1d1d1d;
    padding-bottom: 15px;
    font-size: 1.6rem;
    text-decoration: none;
    cursor: pointer;
  }
  .header .header_gl_nav_list > li > a span,
  .header .header_gl_nav_list > li .drop_link span {
    position: relative;
    z-index: 5;
  }
  .header .header_gl_nav_list > li > a:before,
  .header .header_gl_nav_list > li .drop_link:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    background-color: #f8e81b;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform ease 0.2s;
    z-index: 10;
  }
  .header .header_gl_nav_list > li > a:hover, .header .header_gl_nav_list > li > a.current,
  .header .header_gl_nav_list > li .drop_link:hover,
  .header .header_gl_nav_list > li .drop_link.current {
    font-weight: bold;
  }
  .header .header_gl_nav_list > li > a:hover:before, .header .header_gl_nav_list > li > a.current:before,
  .header .header_gl_nav_list > li .drop_link:hover:before,
  .header .header_gl_nav_list > li .drop_link.current:before {
    transform: scaleX(1);
  }
  .header .header_gl_nav_list > li .pc_drop_list {
    display: none;
    opacity: 1;
    position: absolute;
    min-width: 200px;
    width: calc(100% + 20px);
    transform-origin: left top;
    background-color: #fff;
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.6);
    padding: 20px 10px 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .header_gl_nav_list > li .pc_drop_list li a {
    display: block;
    position: relative;
    color: #1d1d1d;
    text-decoration: none;
    padding: 5px 0px 5px 15px;
    font-size: 1.4rem;
  }
  .header .header_gl_nav_list > li .pc_drop_list li a:before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 0px solid transparent;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    top: 12px;
    left: 3px;
    transform: rotate(45deg);
  }
  .header .header_gl_nav_list > li .pc_drop_list li a:hover {
    text-decoration: underline;
  }
  .header .header_toggle {
    display: none;
  }
  .header .header_sub_nav_tel {
    display: block;
    line-height: 1;
    padding-left: 15px;
  }
  .header .header_sub_nav_tel small {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .header .header_sub_nav_tel strong {
    display: block;
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .header .header_sub_nav_tel strong .num {
    font-size: 1.6rem;
  }
  .header_bottom {
    top: 120px;
  }
  .header_bottom.sp_none {
    display: block;
  }
  .header_bottom_list {
    padding: 15px 20px;
  }
  .header_bottom_list li {
    width: 270px;
    padding: 0 8px;
  }
  .header_bottom_list li.sp_none {
    display: block;
  }
  .header_bottom_list li:first-of-type a {
    padding: 12px;
  }
  .header_bottom_list li a {
    padding: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    border-radius: 6px;
    background: #fff;
  }
  .header_bottom_list li a:hover:after {
    opacity: 1;
  }
}
@media print, screen and (min-width: 1280px) {
  .header .header_logo {
    width: 225px;
  }
  .header .header_body {
    width: calc(100% - 225px);
  }
  .header .header_sub_nav_list {
    margin-left: 10px;
  }
  .header .header_sub_nav_list > li > a {
    font-size: 1.3rem;
    padding: 3px 10px 0 30px;
  }
  .header .header_sub_nav_list > li > a:before {
    left: 12px;
  }
  .header .header_gl_nav_list > li:not(:first-of-type) {
    margin-left: 25px;
  }
  .header .header_gl_nav_list > li > a,
  .header .header_gl_nav_list > li .drop_link {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .header .header_sub_nav_tel {
    padding-left: 10px;
  }
  .header .header_sub_nav_tel small {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  .header .header_sub_nav_tel strong {
    margin-top: 5px;
    font-size: 1.8rem;
  }
  .header .header_sub_nav_tel strong .num {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1350px) {
  .header .header_logo {
    width: 255px;
  }
  .header .header_body {
    width: calc(100% - 255px);
  }
  .header .header_sub_nav_list {
    margin-left: 25px;
  }
  .header .header_sub_nav_list > li > a {
    font-size: 1.4rem;
  }
  .header .header_sub_nav_tel {
    padding-left: 20px;
  }
}
.header_sub_nav_font {
  display: flex;
  align-items: center;
}

.site-config-title {
  position: relative;
  padding-right: 10px;
  padding-left: 30px;
  font-size: 14px;
}
.site-config-title:before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 16px;
  top: 2px;
  left: 0;
  background: url(../img/common/ico_font.svg) center center no-repeat;
  background-size: contain;
}

.site-config-btn {
  display: flex;
  border: 1px solid #000;
  border-radius: 6px;
  overflow: hidden;
}
.site-config-btn li:first-child {
  border-right: 1px solid #000;
}
.site-config-btn button {
  width: 65px;
  height: 34px;
  line-height: 1;
  white-space: nowrap;
  background: #fff;
  border: none;
}
.site-config-btn button.is-active {
  background-color: #f8e81b;
}

@keyframes header_close_left {
  from {
    transform: rotate(35deg) scaleX(0);
  }
  to {
    transform: rotate(35deg) scaleX(1);
  }
}
@keyframes header_close_right {
  from {
    transform: rotate(-35deg) scaleX(0);
  }
  to {
    transform: rotate(-35deg) scaleX(1);
  }
}
.sp_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background-color: #fff;
}

body.global-nav-open {
  overflow: hidden;
}

.sp_modal_main {
  height: calc(100vh - 55px);
  padding: 15px 23px 100px;
  overflow-y: scroll;
}

.sp_modal_wrapper {
  position: relative;
  width: 100%;
  padding: 0;
}
.sp_modal_wrapper .sp_modal_header {
  width: calc(100% - 20px);
  height: 55px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sp_modal_wrapper .header_sp_logo {
  width: 160px;
}
.sp_modal_wrapper .header_close {
  width: 50px;
  height: 55px;
}
.sp_modal_wrapper .header_close #close {
  width: 50px;
  height: 55px;
  position: relative;
  cursor: pointer;
}
.sp_modal_wrapper .header_close #close span {
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  background-color: #1d1d1d;
  top: 18px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform-origin: center;
}
.sp_modal_wrapper .header_close #close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.sp_modal_wrapper .header_close #close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.sp_modal_wrapper .header_close .toggle_title {
  display: block;
  position: absolute;
  width: 100%;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}
.sp_modal_wrapper .header_sp_nav_list > li {
  border-bottom: 1px solid #e0e0e0;
}
.sp_modal_wrapper .header_sp_nav_list > li:last-child {
  border-bottom: 0;
}
.sp_modal_wrapper .header_sp_nav_list > li a:active {
  background-color: #fffbc9;
}
.sp_modal_wrapper .header_sp_nav_list > li > a, .sp_modal_wrapper .header_sp_nav_list > li > .drop_sp {
  display: block;
  position: relative;
  cursor: pointer;
  color: #1d1d1d;
  text-decoration: none;
  padding: 13px 0px 13px 25px;
  font-size: 1.6rem;
}
.sp_modal_wrapper .header_sp_nav_list > li .ico {
  display: block;
  position: absolute;
  content: "";
  background-color: #f8e81b;
  width: 15px;
  height: 15px;
  top: 19px;
  left: 0;
}
.sp_modal_wrapper .header_sp_nav_list > li .ico:before, .sp_modal_wrapper .header_sp_nav_list > li .ico:after {
  display: block;
  position: absolute;
  content: "";
}
.sp_modal_wrapper .header_sp_nav_list > li > a .ico:before {
  width: 0;
  height: 0;
  color: #fff;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
  top: 5px;
  left: 6px;
  transform-origin: center;
  transition: transform ease 0.2s;
}
.sp_modal_wrapper .header_sp_nav_list > li > .drop_sp .ico:before, .sp_modal_wrapper .header_sp_nav_list > li > .drop_sp .ico:after {
  top: calc(50% - 1px);
  left: 2px;
  width: 11px;
  height: 1px;
  background-color: #fff;
}
.sp_modal_wrapper .header_sp_nav_list > li > .drop_sp .ico:after {
  transform: rotate(90deg);
}
.sp_modal_wrapper .header_sp_nav_list > li > .drop_sp.active .ico:after {
  display: none;
}
.sp_modal_wrapper .header_sp_nav_list .drop_sp_list {
  display: none;
  padding-bottom: 5px;
}
.sp_modal_wrapper .header_sp_nav_list .drop_sp_list > li > a {
  display: block;
  position: relative;
  color: #1d1d1d;
  text-decoration: none;
  padding: 5px 0 5px 15px;
}
.sp_modal_wrapper .header_sp_nav_list .drop_sp_list > li > a:before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: 0px solid transparent;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  top: 12px;
  left: 3px;
  transform: rotate(45deg);
}
.sp_modal_wrapper .header_sp_sub_list {
  padding: 20px;
  margin: 0 -23px;
  background: #f8e81b;
}
.sp_modal_wrapper .header_sp_sub_list > li {
  margin-bottom: 15px;
}
.sp_modal_wrapper .header_sp_sub_list > li:last-child {
  margin-bottom: 0;
}
.sp_modal_wrapper .header_sp_sub_list > li a {
  position: relative;
  display: block;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  padding: 12px;
  font-size: 1.6rem;
  color: #1d1d1d;
  text-decoration: none;
}
.sp_modal_wrapper .header_sp_sub_list > li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  border: 1px solid #1d1d1d;
  opacity: 0;
  transition: 0.3s;
}
.sp_modal_wrapper .header_sp_sub_list > li a:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 4px solid #1d1d1d;
  border-bottom: 4px solid #1d1d1d;
  right: 10px;
  bottom: 10px;
}
.sp_modal_wrapper .header_sp_sub_list > li a:active {
  opacity: 1;
}
.sp_modal_wrapper .sp_header_contact {
  padding-bottom: 20px;
}
.sp_modal_wrapper .sp_header_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  color: #1d1d1d;
  background-color: #f8e81b;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
}
.sp_modal_wrapper .sp_header_contact a .ico {
  display: block;
  width: 30px;
  height: 30px;
}
.sp_modal_wrapper .sp_header_contact a .text {
  display: block;
  padding-left: 10px;
}
.sp_modal_wrapper .header_sub_nav_font {
  width: 100%;
  margin: 15px 0;
}
.sp_modal_wrapper .header_sub_nav_font .site-config-title {
  width: 120px;
}
.sp_modal_wrapper .header_sub_nav_font .site-config-btn {
  width: calc(100% - 120px);
}
.sp_modal_wrapper .header_sub_nav_font .site-config-btn li {
  width: 50%;
}
.sp_modal_wrapper .header_sub_nav_font .site-config-btn li button {
  width: 100%;
}
.sp_modal_wrapper .sp_header_tel {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 15px;
}
.sp_modal_wrapper .sp_header_tel a {
  color: #0869ba;
}
.sp_modal_wrapper .sp_header_tel small {
  display: block;
}
.sp_modal_wrapper .sp_header_tel strong {
  display: block;
  font-size: 1.6rem;
}
.sp_modal_wrapper .sp_header_tel strong .num {
  font-size: 2.2rem;
}

.contact_btn_pc {
  display: none;
}

@media print, screen and (min-width: 920px) {
  .contact_btn_pc {
    display: block;
    position: fixed;
    z-index: 450;
    right: 0;
    bottom: 38%;
  }
  .contact_btn_pc a {
    display: block;
    position: relative;
    width: 62px;
    text-decoration: none;
    color: #1d1d1d;
    background-color: #f8e81b;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 20px 0 20px;
    transform: translateX(5px);
  }
  .contact_btn_pc a .ico {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 10px;
  }
  .contact_btn_pc a .text {
    display: block;
  }
  .contact_btn_pc a .text em {
    font-style: normal;
    display: block;
    text-align: center;
    line-height: 1.2;
  }
  .contact_btn_pc a:hover {
    transform: translateX(0px);
  }
}
.contact_btn_sp {
  opacity: 1;
  transition: opacity ease-in 0.2s;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 46px);
  margin: 0 auto;
  z-index: 5;
  position: fixed;
  bottom: 0;
  left: 23px;
}
.contact_btn_sp .item {
  width: 48%;
}
.contact_btn_sp a {
  display: block;
  height: 55px;
  text-decoration: none;
  color: #1d1d1d;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}
.contact_btn_sp a.contact, .contact_btn_sp a.contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #f8e81b;
  border-radius: 6px 6px 0 0;
}
.contact_btn_sp a.contact .ico, .contact_btn_sp a.contact_tel .ico {
  display: block;
  width: 30px;
  height: 30px;
}
.contact_btn_sp a.contact .ico svg, .contact_btn_sp a.contact_tel .ico svg {
  width: 30px;
  height: 30px;
}
.contact_btn_sp a.contact .text, .contact_btn_sp a.contact_tel .text {
  padding-left: 10px;
  line-height: 1.35;
  font-weight: bold;
}
.contact_btn_sp a.contact .text span, .contact_btn_sp a.contact_tel .text span {
  display: block;
  font-size: 1.2rem;
}
.contact_btn_sp a.contact_tel {
  background-color: #f8d61c;
}
.contact_btn_sp a.pagetop {
  width: 50px;
  background-color: #fffbc9;
  border-top-right-radius: 6px;
}
.contact_btn_sp a.pagetop span {
  display: block;
  position: relative;
  padding-top: 18px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}
.contact_btn_sp a.pagetop span:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom: 4px solid #1d1d1d;
  left: 0;
  right: 0;
  top: 5px;
  margin: 0 auto;
}
.contact_btn_sp.view {
  opacity: 1;
}
.contact_btn_sp.fixed {
  position: fixed;
  bottom: 0;
  left: 40px;
}

@media print, screen and (min-width: 920px) {
  .contact_btn_sp {
    display: none;
  }
}
.pagetop_pc {
  display: none;
}

@media print, screen and (min-width: 920px) {
  .pagetop_pc {
    display: block;
    position: absolute;
    opacity: 0;
    z-index: 400;
    right: 20px;
    bottom: 70px;
    transition: opacity ease-in 0.2s;
  }
  .pagetop_pc a {
    display: block;
    position: relative;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    color: #1d1d1d;
    text-decoration: none;
    background-color: #f8e81b;
  }
  .pagetop_pc a span {
    display: block;
    position: absolute;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
    left: 50%;
    top: calc(50% + 10px);
    transform: translate(-50%, -50%);
  }
  .pagetop_pc a span:before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 7px solid #1d1d1d;
    left: 0;
    right: 0;
    top: -20px;
    margin: 0 auto;
  }
  .pagetop_pc a:hover {
    transform: translateY(-2px);
  }
  .pagetop_pc.view {
    opacity: 1;
  }
  .pagetop_pc.fixed {
    position: fixed;
    bottom: 20px;
  }
}
.footer {
  background-color: #fff;
  padding: 50px 0 70px;
}
.footer .footer_inner {
  width: calc(100% - 46px);
  margin: 0 auto;
}
.footer .footer_logo a {
  display: block;
  max-width: 200px;
  margin: 0 auto 30px;
}
.footer .footer_tel {
  text-align: center;
  margin-bottom: 20px;
}
.footer .footer_tel a {
  color: #0869ba;
}
.footer .footer_tel small {
  display: block;
  font-size: 1.2rem;
}
.footer .footer_tel strong {
  display: block;
  font-size: 1.6rem;
}
.footer .footer_tel strong .num {
  font-size: 2.2rem;
}
.footer .footer_support_link {
  padding-bottom: 30px;
}
.footer .footer_support_link li:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer .footer_support_link li a {
  display: block;
  padding: 12px;
  border: 1px solid #e0e0e0;
  text-align: center;
  color: #603813;
  font-weight: bold;
  text-decoration: none;
}
.footer .footer_support_link li a span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.footer .footer_support_link li a span:before, .footer .footer_support_link li a span:after {
  display: block;
  position: absolute;
  content: "";
}
.footer .footer_support_link li a span:before {
  background-color: #f8e81b;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 0;
}
.footer .footer_support_link li a span:after {
  width: 0;
  height: 0;
  color: #fff;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
  top: 8px;
  left: 6px;
  transform-origin: center;
  transition: transform ease 0.2s;
}
.footer .footer_cont.sp_none {
  display: none;
}
.footer .footer_info {
  max-width: 280px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.footer .footer_info ul {
  display: flex;
  justify-content: space-between;
}
.footer .footer_info ul li a {
  display: block;
  position: relative;
  font-size: 1.3rem;
  color: #1d1d1d;
  text-decoration: none;
  padding-left: 20px;
  letter-spacing: 0;
}
.footer .footer_info ul li a:before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: 0px solid transparent;
  border-top: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
  top: 6px;
  left: 3px;
  transform: rotate(45deg);
}
.footer .copyright {
  text-align: center;
  font-size: 1rem;
}

@media print, screen and (min-width: 920px) {
  .footer {
    padding: 100px 0 30px;
  }
  .footer .footer_inner {
    max-width: 1295px;
    width: calc(100% - 80px);
  }
  .footer .footer_menu {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0 -30px;
    padding-bottom: 50px;
  }
  .footer .footer_cont {
    padding: 0 20px;
  }
  .footer .footer_cont:nth-of-type(1) {
    width: 100%;
    padding-bottom: 40px;
  }
  .footer .footer_cont:nth-of-type(2) {
    width: 35%;
    border-right: 1px solid #e0e0e0;
  }
  .footer .footer_cont:nth-of-type(3) {
    width: 33%;
    border-right: 1px solid #e0e0e0;
  }
  .footer .footer_cont:nth-of-type(4) {
    width: 32%;
  }
  .footer .footer_cont.sp_none {
    display: block;
  }
  .footer .footer_cont dl a {
    display: block;
    position: relative;
    color: #1d1d1d;
    text-decoration: none;
  }
  .footer .footer_cont dl a:hover {
    text-decoration: underline;
  }
  .footer .footer_cont dl dt {
    font-size: 1.4rem;
  }
  .footer .footer_cont dl dt a {
    padding: 7px 0px 7px 25px;
  }
  .footer .footer_cont dl dt a:before, .footer .footer_cont dl dt a:after {
    display: block;
    position: absolute;
    content: "";
  }
  .footer .footer_cont dl dt a:before {
    background-color: #f8e81b;
    width: 15px;
    height: 15px;
    top: 11px;
    left: 0;
  }
  .footer .footer_cont dl dt a:after {
    width: 0;
    height: 0;
    color: #fff;
    border: 3.5px solid transparent;
    border-left: 5px solid #fff;
    top: 15px;
    left: 5px;
    transform-origin: center;
    transition: transform ease 0.2s;
  }
  .footer .footer_cont dl dt + dt {
    margin-top: 5px;
  }
  .footer .footer_cont dl dd + dt {
    margin-top: 15px;
  }
  .footer .footer_cont dl dd {
    font-size: 1.2rem;
  }
  .footer .footer_cont dl dd a {
    padding: 5px 0px 5px 20px;
  }
  .footer .footer_cont dl dd a:before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 0px solid transparent;
    border-top: 1px solid #1d1d1d;
    border-right: 1px solid #1d1d1d;
    top: 12px;
    left: 3px;
    transform: rotate(45deg);
  }
  .footer .footer_cont dl dd ul {
    padding-left: 20px;
  }
  .footer .footer_logo a {
    max-width: 255px;
    margin: 0 auto 30px;
  }
  .footer .footer_support_link {
    padding-bottom: 0px;
  }
  .footer .footer_close {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer_info {
    order: 1;
    max-width: inherit;
    margin: inherit;
    padding-bottom: 0px;
  }
  .footer .footer_info ul {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer_info ul li:not(:last-of-type) {
    padding-right: 20px;
  }
  .footer .footer_info ul li a {
    font-size: 1.2rem;
  }
  .footer .copyright {
    order: 0;
    text-align: left;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .footer .footer_tel {
    text-align: left;
  }
  .footer .footer_logo a {
    margin-bottom: 30px;
  }
  .footer .footer_menu {
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
  .footer .footer_cont {
    padding: 0 40px;
  }
  .footer .footer_cont:nth-of-type(1) {
    width: 355px;
    padding-bottom: 0;
    border-right: 1px solid #e0e0e0;
  }
  .footer .footer_cont:nth-of-type(2) {
    width: calc(35% - 119px);
  }
  .footer .footer_cont:nth-of-type(3) {
    width: calc(33% - 119px);
  }
  .footer .footer_cont:nth-of-type(4) {
    width: calc(32% - 119px);
  }
  .footer .footer_cont dl dt {
    font-size: 1.6rem;
  }
  .footer .footer_cont dl dd {
    font-size: 1.3rem;
  }
}
.mfp-bg {
  background-color: #fffbc9;
}

.mfp-content {
  padding: 50px 20px;
}

.block_cont {
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  position: relative;
}
.block_cont .mfp-close {
  color: transparent;
  opacity: 1;
  top: -40px;
}
.block_cont .mfp-close:before, .block_cont .mfp-close:after {
  display: block;
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #1d1d1d;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: center center;
}
.block_cont .mfp-close:before {
  transform: rotate(45deg);
}
.block_cont .mfp-close:after {
  transform: rotate(-45deg);
}

.page_facility_list .type_name {
  display: block;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 3px;
}
.page_facility_list .type_name:first-child {
  margin-top: 0;
}
.page_facility_list .no_type_name {
  margin-top: 50px;
}

@media print, screen and (min-width: 920px) {
  .page_facility_list .type_name {
    margin-bottom: 3px;
    font-size: 1.8rem;
  }
}
.facility_list {
  display: flex;
  flex-wrap: wrap;
  border-left: 2px solid #f8e81b;
}
.facility_list li {
  display: flex;
  width: 50%;
  border-top: 2px solid #f8e81b;
  border-right: 2px solid #f8e81b;
  border-bottom: 2px solid #f8e81b;
}
.facility_list li:nth-child(n+3) {
  border-top: none;
}
.facility_list li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.3;
  min-height: 54px;
  padding: 5px 15px;
  text-decoration: none;
  background-color: #fff;
  color: #1d1d1d;
}
.facility_list li a:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 4px solid #1d1d1d;
  border-bottom: 4px solid #1d1d1d;
  right: 10px;
  bottom: 10px;
}
.facility_list li a > span {
  display: block;
  width: 100%;
  position: relative;
}
.facility_list li a:active {
  background-color: #fffce0;
}

@media print, screen and (min-width: 920px) {
  .block_cont {
    max-width: 1080px;
    border-radius: 13px;
    padding: 40px;
    margin: 0 auto;
  }
  .facility_list li {
    width: 33.33%;
  }
  .facility_list li a {
    padding: 0 20px;
    transition: background-color 0.3s ease;
  }
  .facility_list li a:hover {
    background-color: #fffce0;
  }
  .facility_list li:nth-child(3) {
    border-top: 2px solid #f8e81b;
  }
}
.btn_about_type {
  width: 100%;
  max-width: 320px;
  margin: 30px auto 0;
}
.btn_about_type a {
  display: block;
  position: relative;
  padding: 15px 20px 12px;
  text-decoration: none;
  background-color: #f8e81b;
  color: #1d1d1d;
  border-radius: 6px;
  border: 1px solid transparent;
}
.btn_about_type a:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 4px solid #1d1d1d;
  border-bottom: 4px solid #1d1d1d;
  border-radius: 0px;
  right: 10px;
  bottom: 10px;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.area_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px -20px;
}
.area_list > li {
  padding: 0 10px 20px;
}
.area_list > li > div {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px solid #1d1d1d;
}
.area_list > li > div:before {
  display: block;
  position: relative;
  content: "";
}
.area_list > li > div .area_name {
  position: absolute;
  font-size: 1rem;
  top: 5px;
  left: 5px;
  background-color: #1d1d1d;
  color: #fff;
  font-weight: normal;
  padding: 2px 5px;
}
.area_list > li > div .map_link_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.area_list > li > div .map_link_list li {
  position: absolute;
}
.area_list > li > div .map_link_list li a {
  display: block;
  position: relative;
  width: 60px;
  padding: 2px 0;
  background-color: #f8e81b;
  color: #1d1d1d;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.area_list > li > div .map_link_list li a:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 2px solid transparent;
  border-right: 2px solid #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
  right: 4px;
  bottom: 4px;
}
.area_list > li.map_1 {
  width: 100%;
}
.area_list > li.map_1 > div {
  background-image: url(../img/common/map_1.png);
}
.area_list > li.map_1 > div:before {
  padding-top: 54%;
}
.area_list > li.map_2, .area_list > li.map_3, .area_list > li.map_4 {
  width: 50%;
}
.area_list > li.map_2 > div:before, .area_list > li.map_3 > div:before, .area_list > li.map_4 > div:before {
  padding-top: 59.2%;
}
.area_list > li.map_2 > div {
  background-image: url(../img/common/map_2.png);
}
.area_list > li.map_3 > div {
  background-image: url(../img/common/map_sendai.png);
}
.area_list > li.map_4 > div {
  background-image: url(../img/common/map_tokyo.png);
}
.area_list > li .map_1_1 {
  top: 5%;
  left: 65%;
}
.area_list > li .map_1_2 {
  top: 26%;
  left: 75%;
}
.area_list > li .map_1_3 {
  top: 42%;
  left: 77%;
}
.area_list > li .map_1_4 {
  top: 33%;
  left: 48%;
}
.area_list > li .map_1_5 {
  top: 60%;
  left: 68%;
}
.area_list > li .map_1_6 {
  top: 80%;
  left: 78%;
}
.area_list > li .map_1_7 {
  top: 66%;
  left: 15%;
}
.area_list > li .map_2_1 {
  top: 43%;
  left: 33%;
}
.area_list > li .map_3_1 {
  top: 40%;
  left: 35%;
}
.area_list > li .map_4_1 {
  top: 30%;
  left: 40%;
}

@media print, screen and (min-width: 768px) {
  .area_list > li > div .area_name {
    font-size: 1.4rem;
    padding: 3px 5px;
  }
  .area_list > li > div .map_link_list li a {
    width: 90px;
    padding: 5px 0 3px;
    font-size: 1.3rem;
  }
  .area_list > li .map_1_3 {
    left: 82%;
  }
}
@media print, screen and (min-width: 920px) {
  .area_list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 -15px -30px;
  }
  .area_list > li {
    padding: 0 15px 30px;
  }
  .area_list > li > div .area_name {
    font-size: 1.7rem;
    top: 10px;
    left: 10px;
    padding: 5px 10px 2px;
  }
  .area_list > li > div .map_link_list li a {
    width: 120px;
    padding: 7px 0 5px;
    font-size: 1.6rem;
    border: 1px solid transparent;
  }
  .area_list > li > div .map_link_list li a:hover {
    border: 1px solid #1d1d1d;
  }
  .area_list > li.map_1 > div {
    background-image: url(../img/common/map_1.png);
  }
  .area_list > li.map_1 > div:before {
    padding-top: 39%;
  }
  .area_list > li.map_2, .area_list > li.map_3, .area_list > li.map_4 {
    width: 50%;
  }
  .area_list > li .map_1_1 {
    top: 5%;
    left: 62%;
  }
  .area_list > li .map_1_2 {
    top: 28%;
    left: 69%;
  }
  .area_list > li .map_1_3 {
    top: 40%;
    left: 79%;
  }
  .area_list > li .map_1_4 {
    top: 34%;
    left: 49%;
  }
  .area_list > li .map_1_5 {
    top: 61%;
    left: 62%;
  }
  .area_list > li .map_1_6 {
    top: 81%;
    left: 70%;
  }
  .area_list > li .map_1_7 {
    top: 69%;
    left: 25%;
  }
  .area_list > li .map_2_1 {
    top: 43%;
    left: 26%;
  }
  .area_list > li .map_3_1 {
    top: 35%;
    left: 30%;
  }
  .area_list > li .map_4_1 {
    top: 25%;
    left: 35%;
  }
}
.news_list li {
  border-bottom: 1px solid #e0e0e0;
}
.news_list li.is-hidden {
  display: none;
}
.news_list li.list_none {
  padding: 12px 0;
}
.news_list a {
  display: block;
  padding: 12px 0;
  color: #1d1d1d;
  text-decoration: none;
  transition: inherit;
}
.news_list a:active .news_link_flex .title {
  text-decoration: underline;
}
.news_list .news_link_flex {
  display: flex;
  flex-wrap: wrap;
}
.news_list .news_link_flex .day {
  min-width: 80px;
  margin-right: 5px;
  font-size: 1.2rem;
  font-weight: bold;
}
.news_list .news_link_flex .category {
  min-width: 120px;
  padding: 1px 7px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #1d1d1d;
}
.news_list .news_link_flex .category.news, .news_list .news_link_flex .category.kaigoyobou {
  background-color: #f0a923;
}
.news_list .news_link_flex .category.info {
  background-color: #e24545;
}
.news_list .news_link_flex .category.recruit {
  background-color: #369525;
}
.news_list .news_link_flex .category.bid {
  background-color: #0869ba;
}
.news_list .news_link_flex .title {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-weight: normal;
}

@media print, screen and (min-width: 920px) {
  .news_list {
    margin: 10px 0;
    border: none;
  }
  .news_list li.list_none {
    padding: 18px 0;
  }
  .news_list a {
    padding: 18px 0;
  }
  .news_list a:hover .news_link_flex .title {
    text-decoration: underline;
  }
  .news_list .news_link_flex {
    flex-wrap: nowrap;
    align-items: start;
  }
  .news_list .news_link_flex .day {
    width: 105px;
    margin-right: 0;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  .news_list .news_link_flex .category {
    width: 143px;
    height: 24px;
    margin-top: -2px;
    padding: 3px 7px 0;
    font-size: 1.3rem;
  }
  .news_list .news_link_flex .title {
    width: calc(100% - 177px);
    margin-top: 0;
    padding-left: 25px;
  }
}
.more_link_cont {
  margin-top: 15px;
  text-align: right;
}

.more_link {
  position: relative;
  display: inline-block;
  padding: 11px 30px 10px 0;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
  color: #1d1d1d;
}
.more_link:active {
  text-decoration: underline;
}
.more_link .ico {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #1d1d1d;
  border-radius: 50%;
}
.more_link .ico:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
  transform: translate(-70%, -50%) rotate(45deg);
}

@media print, screen and (min-width: 920px) {
  .more_link_cont {
    margin-top: 25px;
  }
  .more_link {
    font-size: 1.4rem;
    padding: 10px 30px 9px 0;
  }
  .more_link:hover {
    text-decoration: underline;
  }
}
.vacant_large_select {
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% + 6px);
  margin: 0 -3px;
}
.vacant_large_select li {
  width: 100%;
  padding: 0 3px;
  cursor: pointer;
}
.vacant_large_select li span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 5px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  background-color: #e8e8e8;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.vacant_large_select li span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.vacant_large_select li span:after {
  top: calc(50% - 3px);
  right: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #1d1d1d transparent transparent transparent;
}
.vacant_large_select li.current {
  font-weight: normal;
}
.vacant_large_select li.current span {
  background-color: #fff;
}
.vacant_large_select li.current span:before {
  background-color: #f8e81b;
}

.vacant_large_area {
  padding: 20px 20px 20px;
  background-color: #fff;
}

.vacant_small_select {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 6px);
  margin: 0 -3px;
}
.vacant_small_select li {
  width: 50%;
  cursor: pointer;
  border: 1px solid #fff;
}
.vacant_small_select li span {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 25px 10px 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  background-color: #e8e8e8;
}
.vacant_small_select li span:before {
  top: calc(50% - 3px);
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #1d1d1d transparent transparent transparent;
}
.vacant_small_select li.current {
  font-weight: normal;
}
.vacant_small_select li.current span {
  background-color: #f8e81b;
}

.vacant_small_area {
  margin-top: 15px;
}

@media print, screen and (min-width: 920px) {
  .vacant_large_select {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .vacant_large_select li {
    padding: 0 10px;
  }
  .vacant_large_select li span {
    padding: 17px 15px 16px;
    font-size: 1.7rem;
  }
  .vacant_large_select li span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
  }
  .vacant_large_select li span:after {
    border-width: 10px 6.5px 0 6.5px;
  }
  .vacant_large_area {
    padding: 20px 50px 40px;
  }
  .vacant_small_select {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 30px 0 0;
  }
  .vacant_small_select li {
    width: auto;
    margin: 0 10px 10px 0;
  }
  .vacant_small_select li span {
    padding: 10px 40px 8px 18px;
    font-size: 1.5rem;
  }
  .vacant_small_select li span:before {
    top: calc(50% - 4px);
    right: 15px;
    border-width: 8px 5.5px 0 5.5px;
  }
  .vacant_small_area {
    margin-top: 10px;
  }
}
.cont_l,
.cont_s {
  display: none;
}
.cont_l.current,
.cont_s.current {
  display: block;
}

.vacant_facility_list {
  display: flex;
  flex-wrap: wrap;
}
.vacant_facility_list li {
  width: 50%;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-left: none;
}
.vacant_facility_list li:nth-child(2n+1) {
  border-left: 1px solid #c6c6c6;
}

.vacant_facility_cont {
  height: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.vacant_facility_cont a {
  color: #1d1d1d;
  text-decoration: none;
}
.vacant_facility_cont a:active {
  text-decoration: underline;
}
.vacant_facility_cont dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 60px);
  padding: 4px 10px;
  line-height: 1.2;
  border-bottom: 1px solid #c6c6c6;
}
.vacant_facility_cont dd {
  height: 65px;
  font-weight: bold;
}
.vacant_facility_cont dd .ico {
  display: block;
  width: 18px;
  height: 22px;
  margin: 8px auto 3px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.vacant_facility_cont dd .ico.possible {
  background-image: url(../img/common/ico_vacant_possible.png);
}
.vacant_facility_cont dd .ico.few {
  background-image: url(../img/common/ico_vacant_few.png);
}
.vacant_facility_cont dd .ico.none {
  background-image: url(../img/common/ico_vacant_none.png);
}
.vacant_facility_cont dd .ico.request {
  background-image: url(../img/common/ico_vacant_request.png);
}

@media print, screen and (min-width: 768px) {
  .vacant_facility_list li {
    width: 33.3333333333%;
    margin-top: 14px;
  }
  .vacant_facility_list li:nth-child(2n+1) {
    border-left: none;
  }
  .vacant_facility_list li:nth-child(3n+1) {
    border-left: 1px solid #c6c6c6;
  }
}
@media print, screen and (min-width: 920px) {
  .vacant_facility_list li {
    width: 16.6666666667%;
    margin-top: 14px;
  }
  .vacant_facility_list li:nth-child(2n+1), .vacant_facility_list li:nth-child(3n+1) {
    border-left: none;
  }
  .vacant_facility_list li:nth-child(6n+1) {
    border-left: 1px solid #c6c6c6;
  }
  .vacant_facility_cont a:hover {
    text-decoration: underline;
  }
  .vacant_facility_cont dd .ico {
    width: 24px;
    height: 24px;
  }
}
.page_type_list .type_name {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.page_type_list .type_name:not(.first-child) {
  margin-top: 25px;
}

@media print, screen and (min-width: 920px) {
  .page_type_list .type_name {
    display: block;
    margin-bottom: 7px;
    font-size: 1.8rem;
  }
  .page_type_list .type_name:not(.first-child) {
    margin-top: 35px;
  }
}
@media print {
  html {
    width: 1280px;
    height: auto !important;
  }
  body {
    width: 1280px;
    height: auto !important;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
  }
  .site_header {
    position: absolute !important;
  }
}