@charset "UTF-8";
#detail .b_beige .contents, #SearchForm, .contents {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

*, ::before, ::after {
  box-sizing: border-box;
}

body {
  position: relative;
  min-height: 100vh;
  padding-bottom: 30px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.ico_new {
  height: 1.5em;
  color: #c94358;
  line-height: 1.5;
}

.ico_beginner {
  display: block;
  width: 1em;
  height: 1.5em;
  overflow: hidden;
  text-indent: 1em;
  white-space: nowrap;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="26.667" height="40" viewBox="0 0 26.667 40"><g transform="translate(84.674 -1498.479)"><path d="M-84.674,1500.271v24.437l13.335,13.772v-28.215l-10.545-10.86s-.767-.925-1.543-.925C-84.337,1498.479-84.674,1499.6-84.674,1500.271Z" fill="%23f9eb21"/><path d="M-63.341,1500.271v24.437l-13.332,13.772v-28.215l10.542-10.86s.767-.925,1.543-.925C-63.676,1498.479-63.341,1499.6-63.341,1500.271Z" transform="translate(5.334)" fill="%23149350"/></g></svg>') center center no-repeat;
  background-size: contain;
}

.ico_kyubo {
  display: block;
  height: 1.5em;
  padding: 0 0.5em;
  color: #fff;
  line-height: 1.5;
  background-color: #c94358;
}

.ico_promotion {
  display: block;
  height: 1.5em;
  padding: 0 0.5em;
  color: #fff;
  line-height: 1.5;
  background-color: #19448e;
}

body {
  padding-top: 60px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
  background-color: #fff;
}

#header_pc {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 10px;
}

#logo {
  height: 60px;
}
#logo a {
  display: flex;
  align-items: center;
  width: calc(13em + 10px);
  height: 60px;
  padding: 5px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  text-decoration: none;
}
#logo img {
  display: block;
  width: 200px;
  height: 50px;
  object-fit: contain;
  object-position: left center;
}

#menu_btn {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #333;
}
#menu_btn .bar {
  position: absolute;
  right: 15px;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
#menu_btn .bar.top {
  top: 10px;
}
#menu_btn .bar.middle {
  top: 18px;
}
#menu_btn .bar.bottom {
  top: 26px;
}
#menu_btn p {
  position: absolute;
  bottom: 7px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

#drawer_menu {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #333;
}
#drawer_menu.block {
  display: block;
}
#drawer_menu.block li {
  height: 60px;
}
#drawer_menu li {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
}
#drawer_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.b_black {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
}
.b_black footer {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  height: 30px;
  width: 100%;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

#slider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 0;
}
#slider main {
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
#slider h1 {
  position: relative;
  padding: 0.35em 10px;
  font-size: 24px;
  font-weight: bold;
}
#slider h1::before, #slider h1::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  height: 2px;
}
#slider h1::before {
  top: 0;
  left: 0;
  width: 100%;
}
#slider h1::after {
  bottom: 0;
  right: 0;
  width: 100%;
}
#slider p {
  margin-top: 30px;
}

#SearchForm {
  padding-top: 40px;
}
#SearchForm .list_kyujin_label,
#SearchForm .b_usgray {
  border: 1px solid #707070;
  cursor: pointer;
}
#SearchForm .list_kyujin_label ~ .list_kyujin_label, #SearchForm .list_kyujin_label ~ .b_usgray,
#SearchForm .b_usgray ~ .list_kyujin_label,
#SearchForm .b_usgray ~ .b_usgray {
  border-top: none;
}
#SearchForm .b_usgray > .list_kyujin_label {
  border: none;
}
#SearchForm .toggle {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  background-color: #efefef;
}
#SearchForm .toggle + ul, #SearchForm .toggle + dl {
  display: none;
}
#SearchForm .toggle_ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 14" style="enable-background:new 0 0 24 14" xml:space="preserve"><path d="m.1 2.9 11.7 11c.1.1.3.1.5 0L24 2.9c.1-.1.1-.3 0-.4L21.3 0l-9.1 8.6c-.2.1-.3.1-.5 0L2.7 0 .1 2.4c-.1.1-.1.3 0 .5 0-.1 0-.1 0 0z" style="fill:%23333"/></svg>') center center no-repeat;
  background-size: contain;
}
#SearchForm .toggle_ico.active {
  transform: rotate(180deg);
}
#SearchForm .contents:not(#ContentsListKyujin) {
  padding: 15px;
}
#SearchForm .contents:not(#ContentsListKyujin) dt {
  position: relative;
  padding: 13px 1em 13px 2.5em;
  line-height: 1.5;
  background-color: #efefef;
}
#SearchForm .contents:not(#ContentsListKyujin) dt input {
  float: left;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  margin-left: -1.5em;
  border-radius: 0.25em;
  font-size: inherit;
  vertical-align: top;
}
#SearchForm .contents:not(#ContentsListKyujin) dt label {
  cursor: pointer;
}
#SearchForm .contents:not(#ContentsListKyujin) dt label::after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
#SearchForm .contents:not(#ContentsListKyujin) dd {
  padding-left: 2em;
}
#SearchForm ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}
#SearchForm ul[style*=block] {
  display: flex !important;
}
#SearchForm .contents:not(.list_kyujin) li {
  position: relative;
  padding: 13px 0 13px 1.5em;
  line-height: 1.5;
}
#SearchForm .contents:not(.list_kyujin) li input {
  float: left;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  margin-left: -1.5em;
  border-radius: 0.25em;
  font-size: inherit;
  vertical-align: top;
}
#SearchForm .contents:not(.list_kyujin) li label {
  cursor: pointer;
}
#SearchForm .contents:not(.list_kyujin) li label::after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

#ContentsListKyujin {
  padding: 0;
}
#ContentsListKyujin .title {
  margin-top: 30px;
  padding-bottom: 40px;
  line-height: 1.5;
  text-align: center;
}
#ContentsListKyujin .title .red.big {
  color: #c94358;
  font-size: 1.5em;
  line-height: 1.5;
}
#ContentsListKyujin .recruit {
  padding-bottom: 40px;
}
#ContentsListKyujin .recruit__link {
  display: block;
  padding: 1em 45px 1em 15px;
  border-bottom: 1px solid #ccc;
  color: #333;
  line-height: 1.5;
  text-decoration: none;
  background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="24" viewBox="0 0 14 24"><path d="M2.855.1,13.9,11.756a.361.361,0,0,1,0,.488L2.855,23.9a.269.269,0,0,1-.419,0L0,21.32l8.61-9.076a.5.5,0,0,0,0-.488L0,2.68,2.436.1a.269.269,0,0,1,.419,0Z" transform="translate(0 0)" fill="%23333" fill-rule="evenodd"/></svg>') center right 15px no-repeat;
}
#ContentsListKyujin .recruit__link:first-child {
  border-top: 1px solid #ccc;
}
#ContentsListKyujin .recruit__header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
#ContentsListKyujin .recruit__type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 1.5em;
  line-height: 1.2;
  border: 1px solid #ccc;
  background-color: #fff;
}
#ContentsListKyujin .recruit__icons {
  column-gap: 1em;
}
#ContentsListKyujin .recruit__body {
  margin-top: 0.75em;
}
#ContentsListKyujin .recruit__list {
  display: grid;
  line-height: 1.5;
}
#ContentsListKyujin .recruit__list div {
  display: flex;
  margin-bottom: 0.5em;
}
#ContentsListKyujin .recruit__list div:last-child {
  height: 1.5em;
  overflow: hidden;
}
#ContentsListKyujin .recruit__list dt {
  white-space: nowrap;
}
#ContentsListKyujin .recruit__list dt::after {
  content: "：";
}
#ContentsListKyujin .recruit__list dd span {
  color: #333 !important;
  font-size: 1em !important;
}
#ContentsListKyujin .recruit__list dd u {
  text-decoration: none !important;
}
#ContentsListKyujin .recruit__list dd em {
  font-style: normal !important;
}
#ContentsListKyujin .recruit__list dd strong {
  font-weight: normal !important;
}
#ContentsListKyujin .recruit__list strong {
  font-weight: normal;
}

#list .title {
  padding-top: 40px;
}
#list .title h1 {
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
#list .title p {
  text-align: center;
}

#pager {
  display: flex;
  justify-content: center;
  column-gap: 10px !important;
  padding-bottom: 40px;
}
#pager li {
  padding: 0.35em 1em;
  border: 1px solid #ccc;
  border-radius: 0.25em;
}
#pager li.active {
  pointer-events: none;
  color: #fff;
  border-color: #333;
  background-color: #333;
}
#pager [type=hidden] {
  display: none;
}

#recmain {
  width: 100%;
}
#recmain img {
  aspect-ratio: 5/2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#detail > .contents:first-of-type .title {
  display: grid;
  margin: 40px 0;
}
#detail > .contents:first-of-type .title ul {
  display: flex;
  justify-content: center;
  column-gap: 1em;
  margin-bottom: 1em;
}
#detail > .contents:first-of-type .title h1 {
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
#detail > .contents:first-of-type .title p {
  text-align: center;
}

#detail .bg_naname {
  margin-top: 40px;
  padding: 40px 0;
  background-color: #efefef;
}
#detail .bg_naname .title h1 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#detail .bg_naname .title h1:empty {
  display: none;
}
#detail .bg_naname .contents:not(:first-child) {
  margin-top: 1rem;
}
#detail .bg_naname .contents:not(:first-child) .title {
  margin-top: 40px;
}
#detail .bg_naname .float_l {
  width: 100%;
}
#detail .bg_naname .float_l_img img {
  display: block;
  width: 100%;
  height: auto;
}
#detail .bg_naname .float_r_kiji {
  padding: 1.5em 1em;
  background-color: #fff;
}
#detail .bg_naname .float_r_kiji h2 {
  font-size: 1.25em;
  font-weight: bold;
}
#detail .bg_naname .float_r_kiji p {
  margin-top: 1em;
}
#detail .bg_naname .float_l_img:empty {
  display: none;
}

#detail .contents table {
  margin-top: 40px;
}
#detail .contents table, #detail .contents tbody, #detail .contents tr, #detail .contents th, #detail .contents td {
  display: block;
}
#detail .contents table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#detail .contents th, #detail .contents td {
  padding: 0.5em 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
#detail .contents th {
  background-color: #efefef;
}
#detail .contents strong {
  font-weight: bold;
}
#detail .contents strong:empty + br {
  display: none;
}
#detail .contents .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 6px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
#detail .contents .tag li {
  display: flex;
  align-items: center;
  height: 22px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1;
}

#com .contents {
  margin-top: 40px;
}
#com .contents h1 {
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
#com .contents dl {
  line-height: 1.5;
}
#com .contents dt {
  width: 100%;
  padding: 0.25em 1em;
  font-weight: bold;
  text-align: center;
  background-color: #efefef;
}
#com .contents dt:not(:first-of-type) {
  margin-top: 1em;
}
#com .contents dd {
  padding: 0.25em 0;
}
#com .contents ul {
  display: grid;
  gap: 15px 20px;
  margin-top: 30px;
}
#com .contents ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 2px solid #333;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M96,0V16.25h16.25V0Zm14.688,14.688H97.563V1.563h13.125Z" transform="translate(-92.25)" fill="%23333"/><path d="M1.563,110.688V96H0v16.25H16.25v-1.562H1.563Z" transform="translate(0 -92.25)" fill="%23333"/></svg>') center right 15px no-repeat;
  background-size: 1em auto;
}

#detail .b_beige {
  margin-top: 40px;
  padding: 40px 0;
  background-color: #efefef;
}
#detail .b_beige .contents {
  display: grid;
  row-gap: 30px;
}

#mail {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #c94358;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  border-top: 2px solid #c94358;
  background-color: #fff;
  z-index: 10;
}
#mail .i_mail {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="23.547" viewBox="0 0 30 23.547"><path d="M29.923,58.414a4.15,4.15,0,0,0-.859-1.82,3.577,3.577,0,0,0-.283-.313,4.152,4.152,0,0,0-2.942-1.22H4.161a4.158,4.158,0,0,0-2.942,1.22,3.654,3.654,0,0,0-.283.313,4.1,4.1,0,0,0-.856,1.82A4.025,4.025,0,0,0,0,59.224V74.448A4.137,4.137,0,0,0,.345,76.1a4.079,4.079,0,0,0,.875,1.289c.093.093.186.178.287.263a4.158,4.158,0,0,0,2.655.956H25.839a4.131,4.131,0,0,0,2.656-.96,3.6,3.6,0,0,0,.287-.26,4.164,4.164,0,0,0,.879-1.289v0A4.118,4.118,0,0,0,30,74.448V59.224A4.276,4.276,0,0,0,29.923,58.414Zm-27.2-.627a2.01,2.01,0,0,1,1.436-.6H25.839A2,2,0,0,1,27.457,58L16.1,67.9a1.668,1.668,0,0,1-2.191,0L2.547,58A1.536,1.536,0,0,1,2.725,57.787Zm-.6,16.661V60.2l8.222,7.173L2.133,74.537A.608.608,0,0,1,2.129,74.448Zm23.71,2.032H4.161a2,2,0,0,1-1.006-.267l8.671-7.556.809.7a3.6,3.6,0,0,0,4.734,0l.809-.7,8.667,7.556A2.007,2.007,0,0,1,25.839,76.48Zm2.032-2.032a.634.634,0,0,1,0,.089l-8.218-7.161L27.871,60.2Z" transform="translate(0 -55.062)" fill="%23c94358"/></svg>') center center no-repeat;
  background-size: contain;
}

#tel {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: 0 auto;
  padding: 1em;
  border: 2px solid #333;
  border-radius: 10px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.5" height="18" viewBox="0 0 10.5 18"><path d="M2.141.075l8.287,8.741a.271.271,0,0,1,0,.366L2.141,17.924a.2.2,0,0,1-.314,0L0,15.99,6.458,9.183a.376.376,0,0,0,0-.366L0,2.01,1.827.075a.2.2,0,0,1,.314,0Z" transform="translate(0 0)" fill="%23333" fill-rule="evenodd"/></svg>') center right 20px no-repeat;
}
#tel p:first-child::before {
  position: relative;
  top: 0.1em;
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 3px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="23.003" height="30" viewBox="0 0 23.003 30"><path d="M61.769,1.271c-2.061,1.337-2.466,5.516-1.688,8.922a30.764,30.764,0,0,0,4.068,9.56,31.949,31.949,0,0,0,7.07,7.613c2.792,2.1,6.773,3.434,8.834,2.1a10.439,10.439,0,0,0,2.662-2.854L81.607,24.9l-3.045-4.7c-.226-.349-1.645-.03-2.366.378a6.864,6.864,0,0,0-1.868,2.029c-.667.385-1.225,0-2.392-.536-1.434-.66-3.047-2.71-4.33-4.567-1.172-1.929-2.387-4.238-2.4-5.816-.014-1.284-.137-1.951.487-2.4A6.865,6.865,0,0,0,68.3,8.414c.667-.492,1.537-1.657,1.311-2.006l-3.045-4.7L65.46,0A10.44,10.44,0,0,0,61.769,1.271Z" transform="translate(-59.712 0.001)" fill="%23333"/></svg>') center center no-repeat;
  background-size: contain;
}
#tel p:nth-child(2) {
  display: none;
}

#detail .b_black {
  padding-bottom: 60px;
}

#form .contents {
  width: 100%;
  padding: 40px 15px;
  margin-left: auto;
  margin-right: auto;
}
#form h1 {
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
#form h2 {
  text-align: center;
}
#form table, #form tbody, #form tr, #form th, #form td {
  display: block;
}
#form table {
  margin-top: 1.5rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#form th, #form td {
  padding: 0.5em 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
#form th {
  background-color: #efefef;
}
#form th br {
  display: none;
}
#form th strong {
  margin-left: 10px;
  color: #c94358;
  font-size: 14px;
  font-weight: normal;
}
#form td {
  min-height: 41px;
}
#form strong {
  font-weight: bold;
}
#form strong:empty + br {
  display: none;
}
#form .error-message {
  color: #c94358;
}
#form input[type=text],
#form select,
#form textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#form input[type=text]:focus,
#form select:focus,
#form textarea:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#form select {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 14" style="enable-background:new 0 0 24 14" xml:space="preserve"><path d="m.1 2.9 11.7 11c.1.1.3.1.5 0L24 2.9c.1-.1.1-.3 0-.4L21.3 0l-9.1 8.6c-.2.1-.3.1-.5 0L2.7 0 .1 2.4c-.1.1-.1.3 0 .5 0-.1 0-.1 0 0z" style="fill:%23333"/></svg>') center right 8px no-repeat;
  background-size: 12px auto;
}
#form select[name^=data] {
  display: inline-block;
}
#form .small {
  margin-top: 20px;
  font-size: 14px;
}
#form form .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 30px;
}
#form input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 50px;
  border: 2px solid #c94358;
  border-radius: 16px;
  color: #c94358;
  font-weight: bold;
  line-height: 1.5;
  background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.5" height="18" viewBox="0 0 10.5 18"><path d="M2.141.075l8.287,8.741a.271.271,0,0,1,0,.366L2.141,17.924a.2.2,0,0,1-.314,0L0,15.99,6.458,9.183a.376.376,0,0,0,0-.366L0,2.01,1.827.075a.2.2,0,0,1,.314,0Z" transform="translate(0 0)" fill="%23c94358" fill-rule="evenodd"/></svg>') center right 30px no-repeat;
  background-size: auto 14px;
}
#form input[type=button] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 50px;
  border: 2px solid #333;
  border-radius: 16px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.5" height="18" viewBox="0 0 10.5 18"><path d="M2.141.075l8.287,8.741a.271.271,0,0,1,0,.366L2.141,17.924a.2.2,0,0,1-.314,0L0,15.99,6.458,9.183a.376.376,0,0,0,0-.366L0,2.01,1.827.075a.2.2,0,0,1,.314,0Z" transform="translate(0 0)" fill="%23333" fill-rule="evenodd"/></svg>') center right 30px no-repeat;
  background-size: auto 14px;
}

#not-found .contents {
  padding-top: 40px;
  padding-bottom: 40px;
}
#not-found .contents__header h1 {
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
#not-found .contents__body p {
  text-align: center;
}
#not-found .contents__button {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
#not-found .contents__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 50px;
  border: 2px solid #333;
  border-radius: 16px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.5" height="18" viewBox="0 0 10.5 18"><path d="M2.141.075l8.287,8.741a.271.271,0,0,1,0,.366L2.141,17.924a.2.2,0,0,1-.314,0L0,15.99,6.458,9.183a.376.376,0,0,0,0-.366L0,2.01,1.827.075a.2.2,0,0,1,.314,0Z" transform="translate(0 0)" fill="%23333" fill-rule="evenodd"/></svg>') center right 30px no-repeat;
  background-size: auto 14px;
}
@media screen and (min-width: 576px){
  #detail .b_beige .contents, #SearchForm, .contents {
    max-width: 540px;
  }
  #form .contents {
    max-width: 540px;
  }
}
@media screen and (min-width: 750px){
  #recmain img {
    aspect-ratio: auto;
    height: 300px;
  }
}
@media screen and (min-width: 768px){
  #detail .b_beige .contents, #SearchForm, .contents {
    max-width: 720px;
  }
  #slider {
    height: calc(100vh - 60px);
  }
  #slider h1 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 36px;
  }
  #slider p {
    font-size: 1.5rem;
  }
  #SearchForm {
    padding-top: 60px;
  }
  #ContentsListKyujin .title {
    padding-bottom: 60px;
  }
  #ContentsListKyujin .recruit {
    padding-bottom: 60px;
  }
  #ContentsListKyujin .recruit__link {
    padding: 1em 50px 1em 20px;
    background-position: center right 20px;
  }
  #list .title {
    padding-top: 60px;
  }
  #list .title h1 {
    font-size: 2rem;
  }
  #list .title p {
    font-size: 20px;
  }
  #pager {
    padding-bottom: 60px;
  }
  #detail > .contents:first-of-type .title {
    margin: 60px 0;
  }
  #detail > .contents:first-of-type .title ul {
    font-size: 20px;
  }
  #detail > .contents:first-of-type .title h1 {
    font-size: 2rem;
  }
  #detail > .contents:first-of-type .title p {
    font-size: 20px;
  }
  #detail .bg_naname {
    margin-top: 60px;
    padding: 60px 0;
  }
  #detail .bg_naname .title h1 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  #detail .bg_naname .float_l {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #detail .bg_naname .float_l_img {
    width: calc(50% - 10px);
  }
  #detail .bg_naname .float_r_kiji {
    width: calc(50% - 10px);
  }
  #detail .bg_naname .float_l_img:empty + .float_r_kiji {
    width: 100%;
  }
  #detail .contents table {
    margin-top: 60px;
    font-size: 18px;
  }
  #com .contents {
    margin-top: 60px;
    font-size: 18px;
  }
  #com .contents h1 {
    font-size: 2rem;
  }
  #detail .b_beige {
    margin-top: 60px;
    padding: 60px 0;
  }
  #mail {
    font-size: 18px;
  }
  #tel {
    font-size: 18px;
    background-position: center right 30px;
  }
  #form .contents {
    max-width: 720px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #form h1 {
    font-size: 2rem;
  }
  #form input[type=submit] {
    height: 60px;
    border-radius: 20px;
    font-size: 18px;
    background-size: auto 16px;
  }
  #form input[type=button] {
    height: 60px;
    border-radius: 20px;
    font-size: 18px;
    background-size: auto 16px;
  }
  #not-found .contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #not-found .contents__header h1 {
    font-size: 2rem;
  }
  #not-found .contents__body p {
    font-size: 20px;
  }
  #not-found .contents__button {
    margin-top: 3rem;
  }
  #not-found .contents__button a {
    height: 60px;
    border-radius: 20px;
    font-size: 18px;
    background-size: auto 16px;
  }
}
@media screen and (min-width: 992px){
  #detail .b_beige .contents, #SearchForm, .contents {
    max-width: 960px;
  }
  #slider {
    height: calc(100vh - 80px);
    min-height: 400px;
  }
  #ContentsListKyujin .recruit__list {
    grid-template-columns: 1fr 1fr;
  }
  #detail .bg_naname .float_r_kiji {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  #detail .contents table {
    display: table;
    width: 100%;
  }
  #detail .contents tbody {
    display: table-row-group;
  }
  #detail .contents tr {
    display: table-row;
  }
  #detail .contents th, #detail .contents td {
    display: table-cell;
    padding: 1em;
  }
  #detail .contents th {
    width: 200px;
  }
  #com .contents dl {
    display: grid;
    align-items: start;
    gap: 1.5em 20px;
    grid-template-columns: 250px 1fr;
  }
  #com .contents dt:not(:first-of-type) {
    margin-top: 0;
  }
  #com .contents ul {
    grid-template-columns: 1fr 1fr;
  }
  #form .contents {
    max-width: 960px;
  }
  #form table {
    display: table;
    width: 100%;
    font-size: 18px;
  }
  #form tbody {
    display: table-row-group;
  }
  #form tr {
    display: table-row;
  }
  #form th, #form td {
    display: table-cell;
    padding: 1em;
  }
  #form th {
    width: 240px;
  }
  #form th br {
    display: inline;
  }
  #form th strong {
    margin-left: 0;
    color: #c94358;
  }
}
@media screen and (min-width: 1200px){
  #detail .b_beige .contents, #SearchForm, .contents {
    max-width: 1140px;
  }
  body {
    padding-top: 80px;
  }
  #header {
    height: 80px;
  }
  #header_pc {
    max-width: 1140px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  #menu_btn {
    display: none;
  }
  #drawer_menu {
    position: relative;
    top: 0;
    background-color: transparent;
  }
  #drawer_menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 40px;
    padding-top: 5px;
  }
  #drawer_menu li {
    width: auto;
    height: 50px;
    overflow: visible;
  }
  #drawer_menu a {
    position: relative;
    font-size: 20px;
    color: #333;
  }
  #drawer_menu a::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    opacity: 0;
    content: "";
    background-color: #333;
    transition: all 0.2s ease-out;
  }
  #drawer_menu a:hover::after {
    bottom: 5px;
    opacity: 1;
  }
  #drawer_menu a[target=_blank] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 50px;
    border: 1px solid #333;
    background-color: #efefef;
    transition: all 0.2s linear;
  }
  #drawer_menu a[target=_blank]::after {
    display: none;
  }
  #drawer_menu a[target=_blank]:hover {
    color: #fff;
    background-color: #000;
  }
  #slider h1 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 48px;
  }
  #SearchForm {
    padding-top: 80px;
  }
  #SearchForm .toggle {
    font-size: 20px;
    padding: 0 40px;
  }
  #SearchForm .toggle_ico {
    right: 40px;
  }
  #SearchForm .contents:not(#ContentsListKyujin) {
    padding: 20px 40px;
  }
  #ContentsListKyujin .title {
    padding-bottom: 80px;
    font-size: 20px;
  }
  #ContentsListKyujin .recruit {
    padding-bottom: 80px;
  }
  #ContentsListKyujin .recruit__link {
    font-size: 20px;
    padding: 1em 70px 1em 40px;
    background-position: center right 40px;
  }
  #list .title {
    padding-top: 80px;
  }
  #pager {
    font-size: 1.25rem;
    padding-bottom: 80px;
  }
  #detail > .contents:first-of-type .title {
    margin: 80px 0;
  }
  #detail .bg_naname {
    margin-top: 80px;
    padding: 80px 0;
  }
  #detail .contents table {
    margin-top: 80px;
  }
  #com .contents {
    margin-top: 80px;
  }
  #detail .b_beige {
    margin-top: 80px;
    padding: 80px 0;
  }
  #mail {
    position: relative;
    width: 100%;
    max-width: 620px;
    height: auto;
    margin: 0 auto;
    padding: 1em;
    border-radius: 10px;
    border: 2px solid #c94358;
    font-size: 20px;
    background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.5" height="18" viewBox="0 0 10.5 18"><path d="M2.141.075l8.287,8.741a.271.271,0,0,1,0,.366L2.141,17.924a.2.2,0,0,1-.314,0L0,15.99,6.458,9.183a.376.376,0,0,0,0-.366L0,2.01,1.827.075a.2.2,0,0,1,.314,0Z" transform="translate(0 0)" fill="%23c94358" fill-rule="evenodd"/></svg>') center right 30px no-repeat;
  }
  #tel {
    font-size: 20px;
  }
  #detail .b_black {
    padding-bottom: 0;
  }
  #form .contents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #form input[type=submit] {
    font-size: 20px;
    background-size: auto 18px;
  }
  #form input[type=button] {
    font-size: 20px;
    background-size: auto 18px;
  }
  #not-found .contents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #not-found .contents__button a {
    font-size: 20px;
    background-size: auto 18px;
  }
}
@media screen and (min-width: 1320px){
  #detail .b_beige .contents, #SearchForm, .contents {
    max-width: 1260px;
  }
  #header_pc {
    max-width: 1260px;
  }
}
@media (hover: hover){
  #menu_btn {
    transition: opacity 0.2s linear;
  }
  #menu_btn:hover {
    opacity: 0.8;
  }
  #ContentsListKyujin .recruit__link {
    transition: all 0.2s linear;
  }
  #ContentsListKyujin .recruit__link:hover {
    background-color: #efefef;
    background-position: center right 20px;
  }
  #pager li {
    cursor: pointer;
    transition: all 0.2s linear;
  }
  #pager li:hover {
    color: #fff;
    border-color: #333;
    background-color: #333;
  }
  #com .contents ul a {
    transition: all 0.2s linear;
  }
  #com .contents ul a:hover {
    color: #fff;
    background: #333 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M96,0V16.25h16.25V0Zm14.688,14.688H97.563V1.563h13.125Z" transform="translate(-92.25)" fill="%23fff"/><path d="M1.563,110.688V96H0v16.25H16.25v-1.562H1.563Z" transform="translate(0 -92.25)" fill="%23fff"/></svg>') center right 15px no-repeat;
    background-size: 1em auto;
  }
  #mail {
    transition: all 0.2s linear;
  }
  #mail .i_mail {
    transition: all 0.2s linear;
  }
  #mail:hover {
    color: #fff;
    background: #c94358 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.5" height="18" viewBox="0 0 10.5 18"><path d="M2.141.075l8.287,8.741a.271.271,0,0,1,0,.366L2.141,17.924a.2.2,0,0,1-.314,0L0,15.99,6.458,9.183a.376.376,0,0,0,0-.366L0,2.01,1.827.075a.2.2,0,0,1,.314,0Z" transform="translate(0 0)" fill="%23fff" fill-rule="evenodd"/></svg>') center right 30px no-repeat;
  }
  #mail:hover .i_mail {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="23.547" viewBox="0 0 30 23.547"><path d="M29.923,58.414a4.15,4.15,0,0,0-.859-1.82,3.577,3.577,0,0,0-.283-.313,4.152,4.152,0,0,0-2.942-1.22H4.161a4.158,4.158,0,0,0-2.942,1.22,3.654,3.654,0,0,0-.283.313,4.1,4.1,0,0,0-.856,1.82A4.025,4.025,0,0,0,0,59.224V74.448A4.137,4.137,0,0,0,.345,76.1a4.079,4.079,0,0,0,.875,1.289c.093.093.186.178.287.263a4.158,4.158,0,0,0,2.655.956H25.839a4.131,4.131,0,0,0,2.656-.96,3.6,3.6,0,0,0,.287-.26,4.164,4.164,0,0,0,.879-1.289v0A4.118,4.118,0,0,0,30,74.448V59.224A4.276,4.276,0,0,0,29.923,58.414Zm-27.2-.627a2.01,2.01,0,0,1,1.436-.6H25.839A2,2,0,0,1,27.457,58L16.1,67.9a1.668,1.668,0,0,1-2.191,0L2.547,58A1.536,1.536,0,0,1,2.725,57.787Zm-.6,16.661V60.2l8.222,7.173L2.133,74.537A.608.608,0,0,1,2.129,74.448Zm23.71,2.032H4.161a2,2,0,0,1-1.006-.267l8.671-7.556.809.7a3.6,3.6,0,0,0,4.734,0l.809-.7,8.667,7.556A2.007,2.007,0,0,1,25.839,76.48Zm2.032-2.032a.634.634,0,0,1,0,.089l-8.218-7.161L27.871,60.2Z" transform="translate(0 -55.062)" fill="%23fff"/></svg>') center center no-repeat;
    background-size: contain;
  }
  #tel {
    transition: all 0.2s linear;
  }
  #tel p:first-child::before {
    transition: all 0.2s linear;
  }
  #tel:hover {
    color: #fff;
    background: #333 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.5" height="18" viewBox="0 0 10.5 18"><path d="M2.141.075l8.287,8.741a.271.271,0,0,1,0,.366L2.141,17.924a.2.2,0,0,1-.314,0L0,15.99,6.458,9.183a.376.376,0,0,0,0-.366L0,2.01,1.827.075a.2.2,0,0,1,.314,0Z" transform="translate(0 0)" fill="%23fff" fill-rule="evenodd"/></svg>') center right 30px no-repeat;
  }
  #tel:hover p:first-child::before {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="23.003" height="30" viewBox="0 0 23.003 30"><path d="M61.769,1.271c-2.061,1.337-2.466,5.516-1.688,8.922a30.764,30.764,0,0,0,4.068,9.56,31.949,31.949,0,0,0,7.07,7.613c2.792,2.1,6.773,3.434,8.834,2.1a10.439,10.439,0,0,0,2.662-2.854L81.607,24.9l-3.045-4.7c-.226-.349-1.645-.03-2.366.378a6.864,6.864,0,0,0-1.868,2.029c-.667.385-1.225,0-2.392-.536-1.434-.66-3.047-2.71-4.33-4.567-1.172-1.929-2.387-4.238-2.4-5.816-.014-1.284-.137-1.951.487-2.4A6.865,6.865,0,0,0,68.3,8.414c.667-.492,1.537-1.657,1.311-2.006l-3.045-4.7L65.46,0A10.44,10.44,0,0,0,61.769,1.271Z" transform="translate(-59.712 0.001)" fill="%23fff"/></svg>') center center no-repeat;
    background-size: contain;
  }
  #form input[type=submit] {
    cursor: pointer;
    transition: all 0.2s linear;
  }
  #form input[type=submit]:hover {
    color: #fff;
    background-color: #c94358;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.5" height="18" viewBox="0 0 10.5 18"><path d="M2.141.075l8.287,8.741a.271.271,0,0,1,0,.366L2.141,17.924a.2.2,0,0,1-.314,0L0,15.99,6.458,9.183a.376.376,0,0,0,0-.366L0,2.01,1.827.075a.2.2,0,0,1,.314,0Z" transform="translate(0 0)" fill="%23fff" fill-rule="evenodd"/></svg>');
  }
  #form input[type=button] {
    cursor: pointer;
    transition: all 0.2s linear;
  }
  #form input[type=button]:hover {
    color: #fff;
    background-color: #333;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.5" height="18" viewBox="0 0 10.5 18"><path d="M2.141.075l8.287,8.741a.271.271,0,0,1,0,.366L2.141,17.924a.2.2,0,0,1-.314,0L0,15.99,6.458,9.183a.376.376,0,0,0,0-.366L0,2.01,1.827.075a.2.2,0,0,1,.314,0Z" transform="translate(0 0)" fill="%23fff" fill-rule="evenodd"/></svg>');
  }
  #not-found .contents__button a {
    cursor: pointer;
    transition: all 0.2s linear;
  }
  #not-found .contents__button a:hover {
    color: #fff;
    background-color: #333;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.5" height="18" viewBox="0 0 10.5 18"><path d="M2.141.075l8.287,8.741a.271.271,0,0,1,0,.366L2.141,17.924a.2.2,0,0,1-.314,0L0,15.99,6.458,9.183a.376.376,0,0,0,0-.366L0,2.01,1.827.075a.2.2,0,0,1,.314,0Z" transform="translate(0 0)" fill="%23fff" fill-rule="evenodd"/></svg>');
  }
}