@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
/* ==========================================================================
 Foundation
============================================================================*/
html {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}

body {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a img, img {
  border: 0;
  vertical-align: middle;
}

strong {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 100%;
}

ol, ul {
  list-style-type: none;
}

dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0;
}

hr {
  background-color: #CCCCCC;
  border: 0;
  color: #CCCCCC;
  height: 1px;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

td {
  margin: 0;
  padding: 0;
}

blockquote, div, span {
  margin: 0;
  padding: 0;
}

pre {
  font-family: monospace;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button {
  background: 0;
  border: 0;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

* html textarea {
  margin-top: -2px;
}

*:first-child + html textarea {
  margin-top: -2px;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

caption {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 1;
}

* + html code, * + html kbd, * + html pre, * + html samp, * + html tt {
  font-size: 108%;
}

q:after, q:before {
  content: "";
}

article, aside, audio, canvas, projects, figcaption, figure, footer, header, hgroup, mark, menu, nav, section, summary, time, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, projects, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  line-height: 1;
  word-break: break-word;
}
body * {
  box-sizing: border-box;
}

/* a */
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: none;
}

/* img */
img {
  max-width: 100%;
}
/* ==========================================================================
 layout
============================================================================*/
.l-body {
  background-color: #fff;
  position: relative;
  z-index: 4;
}
.l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: min(1160px, 94.1558441558%);
  width: 100%;
}
.l-container.-max-1360 {
  max-width: min(1360px, 94.9720670391%);
}
.l-container.-max-1200 {
  max-width: min(1200px, 94.3396226415%);
}
.l-container.-max-1000 {
  max-width: min(1000px, 94.1558441558%);
}
.l-container.-max-860 {
  max-width: min(860px, 94.1558441558%);
}
.l-contents {
  display: flex;
  justify-content: space-between;
}
.l-flexbox {
  display: flex;
  justify-content: space-between;
}
.l-footer {
  position: relative;
  z-index: 5;
}
.l-footer__row-01 {
  align-items: center;
  display: flex;
  height: 400px;
  justify-content: center;
  position: relative;
  text-align: center;
  /*
  &::before {
  	background: rgba($color: #090F34, $alpha: .2);
  	content: '';
  	display: block;
  	height: 100%;
  	left: 0;
  	position: absolute;
  	top: 0;
  	width: 100%;
  	z-index: 2;
  }
  &::after {
  	background: url(../images/common/bg-mask-01.svg) 0% 0% repeat;
  	content: '';
  	display: block;
  	height: 100%;
  	left: 0;
  	opacity: .3;
  	position: absolute;
  	top: 0;
  	width: 100%;
  	z-index: 3;
  }
  */
}
.l-footer__row-01 span {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  z-index: 4;
}
.l-footer__row-02 {
  background-color: #222C64;
}
.l-footer__row-02 .l-container {
  padding-bottom: 80px;
  padding-top: 80px;
  display: flex;
}
.l-footer__row-02 .l-container ul {
  flex-shrink: 0;
  padding-left: 80px;
}
.l-footer__row-02 .l-container ul:first-of-type {
  padding-left: 0;
}
.l-footer__row-02 .l-container ul li {
  margin-top: 1em;
}
.l-footer__row-02 .l-container ul li:first-child {
  margin-top: 0;
}
.l-footer__row-02 .l-container ul li a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1.5em;
  position: relative;
  text-decoration: none;
}
.l-footer__row-02 .l-container ul li a::after {
  background: url(../images/common/ico-arrow-wht.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1em;
}
.l-footer__logo {
  width: 100%;
}
.l-footer__logo img {
  width: 200px;
}
.l-footer__copyright {
  background-color: #222C64;
  padding-bottom: 40px;
  text-align: center;
}
.l-footer__copyright span {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.5;
}
.l-header {
  height: 80px;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 50;
}
.l-header::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: -1;
}
.l-header__logo {
  height: 48px;
  left: 16px;
  position: absolute;
  top: 16px;
  transition: 0.5s;
  z-index: 3;
}
.l-header__logo.-is-fixed {
  height: 48px;
  left: 16px;
  top: 16px;
}
.l-header__logo img {
  height: 100%;
}
.l-header.-is-fixed::after {
  opacity: 1;
}
.l-header.-no-fixed {
  position: relative;
}
.l-header.-no-fixed.-is-fixed::after {
  opacity: 0;
}
.l-header__search-box {
  background-color: #fff;
  display: none;
  height: 100%;
  padding-left: 203px;
  padding-right: 80px;
  transition: 0.5s;
  width: 100%;
}
.l-header__search-box > div {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}
.l-header__search-box dl {
  align-items: center;
  display: flex;
  margin-right: 24px;
}
.l-header__search-box dl:last-child {
  margin-right: 0;
}
.l-header__search-box dl dt {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 1em;
}
.l-header__search-box dl dd {
  font-weight: 500;
}
.l-header__search-box dl dd .c-btn-selecter {
  height: 40px;
  width: 160px;
}
.l-header__search-box dl dd .c-btn-selecter::after {
  background: url(../images/common/ico-btn-selecter.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
}
.l-header__search-box dl dd .c-btn-selecter:hover {
  background: #daeffe;
}
.l-header__search-box__row-01 {
  align-items: center;
  display: flex;
  justify-content: center;
}
.l-header__search-box__row-02 {
  background-color: #fff;
  bottom: 0;
  display: none;
  left: 0;
  padding-bottom: 16px;
  position: absolute;
  transition: 0.5s;
  transform: translate(0, 0);
  width: 100%;
  z-index: -2;
}
.l-header__search-box__row-02.-is-opened {
  transform: translate(0, 100%);
}
.l-header__search-box__row-02::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.l-header__search-box__row-02__col {
  align-items: center;
  display: flex;
  justify-content: center;
}
.l-header__search-box__row-02__col dd {
  display: flex;
}
.l-header__search-box__row-02 button {
  display: none;
}
.l-header__search-box .p-search-box__salary__col {
  align-items: center;
  display: flex;
  margin-right: 0;
}
.l-header__search-box .p-search-box__salary__col > * {
  font-size: 1rem;
  margin-left: 8px;
  margin-right: 8px;
}
.l-header__search-box .p-search-box__salary__col .c-radio-button {
  margin-right: 24px;
}
.l-header__search-box__free-word {
  width: 400px;
}
.l-header__search-box__free-word .c-text-box {
  width: 100%;
}
.l-header__search-box__btn-more {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 24px;
  padding-right: 24px;
  position: relative;
}
.l-header__search-box__btn-more::after {
  background: url(../images/common/ico-arrow-blk.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  transition: 0.3s;
  width: 16px;
}
.l-header__search-box__btn-more.-is-opened::after {
  transform: translate(0, -50%) rotate(-90deg);
}
.l-header__search-box__btn-search {
  align-items: center;
  background: #B62126;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  width: 160px;
}
.l-header__search-box__btn-search::after {
  background: url(../images/common/ico-search-wht.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 24px;
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
}
.l-header__search-box__btn-search:hover {
  background: #DC2329;
  color: #fff;
}
.l-header__search-box__modal {
  display: none;
}
.l-header.-is-fixed .l-header__search-box {
  display: block;
}
.l-header__btn-menu {
  cursor: pointer;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 4;
}
.l-header.-is-fixed .l-header__btn-menu .toggle_menu span {
  background-color: #222C64 !important;
}
.l-header.-is-fixed .l-header__btn-menu.-is-opened .toggle_menu span {
  background-color: #fff !important;
}
.l-header__btn-search-box {
  left: 50.6666666667vw;
  position: absolute;
  top: -100vh;
}
.l-main {
  width: 72.4137931034%;
}
.l-sidebar {
  width: 20.6896551724%;
}
.l-wrapper {
  background: url(../images/common/bg-fixed.jpg) 50% 50% no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
  /*
  &__bg {
  	height: 100%;
  	left: 0;
  	object-fit: cover;
  	position: absolute;
  	top: 0;
  	width: 100%;
  	z-index: 1;
  }
  */
}
.l-wrapper::before {
  background: url(../images/common/bg-mask-01.svg) 0% 0% repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.32;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.l-wrapper::after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* ==========================================================================
 object
============================================================================*/
.c-btns {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-btns > * {
  margin-right: 24px;
}
.c-btns > *:last-child {
  margin-right: 0;
}

.c-btn-01 {
  display: inline-block;
  color: #222C64;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
}
.c-btn-01 > span {
  align-items: center;
  display: flex;
}
.c-btn-01__circle {
  background-color: #B62126;
  border-radius: 100vh;
  display: block;
  height: 3.3333333333em;
  margin-right: 1em;
  overflow: hidden;
  position: relative;
  width: 3.3333333333em;
}
.c-btn-01__circle::before {
  background: url(../images/common/ico-arrow-wht.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1em;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: 1em;
  z-index: 1;
}
.c-btn-01__circle::after {
  background: url(../images/common/ico-arrow-wht.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1em;
  left: 50%;
  margin-left: -60%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: 1em;
  z-index: 1;
}
.c-btn-01__txt {
  display: block;
  position: relative;
}
.c-btn-01__txt::after {
  background-color: #DC2329;
  bottom: -0.5em;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  width: 0;
}
.c-btn-01:hover {
  color: #222C64;
}
.c-btn-01:hover .c-btn-01__circle {
  background-color: #DC2329;
}
.c-btn-01:hover .c-btn-01__circle::before {
  margin-left: 60%;
  opacity: 0;
}
.c-btn-01:hover .c-btn-01__circle::after {
  margin-left: 0;
  opacity: 1;
}
.c-btn-01:hover .c-btn-01__txt::after {
  opacity: 1;
  width: 100%;
}

.c-btn-02 {
  align-items: center;
  background-color: #B62126;
  border-radius: 100vh;
  display: flex;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
.c-btn-02.-small {
  font-size: 1.125rem;
  height: 60px;
}
.c-btn-02.-disabled {
  opacity: 0.1;
}
.c-btn-02::before {
  background: #fff;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  width: 1em;
}
.c-btn-02::after {
  background: url(../images/common/ico-arrow-red.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 0.6666666667em;
  position: absolute;
  right: 1.1666666667em;
  transform: translate(0, -50%);
  transition: 0.3s;
  top: 50%;
  width: 0.6666666667em;
}
.c-btn-02:hover {
  background-color: #DC2329;
  color: #fff;
}

.c-btn-03 {
  align-items: center;
  background-color: #E2E9EC;
  border-radius: 100vh;
  display: flex;
  color: #8CACBC;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
.c-btn-03.-small {
  font-size: 1.125rem;
  height: 60px;
}
.c-btn-03::before {
  background: #8CACBC;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  width: 1em;
}
.c-btn-03::after {
  background: url(../images/common/ico-arrow-wht.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 0.6666666667em;
  position: absolute;
  right: 1.1666666667em;
  transform: translate(0, -50%);
  transition: 0.3s;
  top: 50%;
  width: 0.6666666667em;
}
.c-btn-03:hover {
  background-color: #e9f1f5;
  color: #8CACBC;
}

.c-btn-04 {
  align-items: center;
  background-color: #E2E9EC;
  border-radius: 100vh;
  display: flex;
  color: #8CACBC;
  font-size: 1.5rem;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
.c-btn-04.-small {
  font-size: 1.125rem;
  height: 60px;
}
.c-btn-04::before {
  background: #8CACBC;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translate(0, -50%);
  width: 1em;
}
.c-btn-04::after {
  background: url(../images/common/ico-arrow-wht.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 0.6666666667em;
  position: absolute;
  left: 1.1666666667em;
  transform: translate(0, -50%) scale(-1, 1);
  transition: 0.3s;
  top: 50%;
  width: 0.6666666667em;
}
.c-btn-04:hover {
  background-color: #e9f1f5;
  color: #8CACBC;
}

.c-btn-save {
  align-items: center;
  background: #8CACBC;
  border-radius: 100vh;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
.c-btn-save.-small {
  font-size: 1.125rem;
  height: 60px;
}
.c-btn-save::after {
  background: url(../images/common/ico-upload-01.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1.3333333333em;
  position: absolute;
  left: 1em;
  transform: translate(0, -50%);
  top: 50%;
  width: 1.3333333333em;
}
.c-btn-save:hover {
  background: #7495a5;
}

.c-btn-entry {
  align-items: center;
  background-color: #B62126;
  border-radius: 100vh;
  display: flex;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  height: 72px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
.c-btn-entry::before {
  background: #fff;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
}
.c-btn-entry::after {
  background: url(../images/common/ico-arrow-red.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 28px;
  transform: translate(0, -50%);
  transition: 0.3s;
  top: 50%;
  width: 16px;
}
.c-btn-entry:hover {
  background-color: #DC2329;
  color: #fff;
}

.c-btn-selecter {
  align-items: center;
  background: #EEF9FF;
  box-shadow: inset 0 0 0 1px #8CACBC;
  border-radius: 4px;
  color: #9DBCCC;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  width: 160px;
}
.c-btn-selecter::after {
  background: url(../images/common/ico-btn-selecter.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
}
.c-btn-selecter::before {
  content: "選択する";
}
.c-btn-selecter:hover {
  background: #daeffe;
}
.c-btn-selecter.-is-active {
  color: #B62126;
}
.c-btn-selecter.-is-active::before {
  content: "選択中";
}
.c-category-label {
  background-color: #60C231;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.5714285714em;
  padding-left: 1.1428571429em;
  padding-right: 1.1428571429em;
}

a.c-category-label {
  text-decoration: none;
  transition: 0.3s;
}
a.c-category-label:hover {
  color: #fff;
  opacity: 0.5;
}
.c-radio-button {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  vertical-align: middle;
}
.c-radio-button label {
  align-items: center;
  display: flex;
  height: 40px;
}
.c-radio-button input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: block;
  height: 24px;
  margin-right: 8px;
  position: relative;
  width: 24px;
}
.c-radio-button input::before {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #C1C1C1;
  border-radius: 100vh;
  content: "";
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}
.c-radio-button input:checked::after {
  background: #57B0DE;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 66.6666666667%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66.6666666667%;
  z-index: 2;
}

.c-check-button {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  vertical-align: middle;
}
.c-check-button label {
  align-items: center;
  display: flex;
}
.c-check-button input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: block;
  flex-shrink: 0;
  height: 32px;
  margin-right: 16px;
  position: relative;
  width: 32px;
}
.c-check-button input::before {
  background-color: #DDE8EE;
  border-radius: 4px;
  content: "";
  cursor: pointer;
  display: block;
  height: 32px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 32px;
  z-index: 1;
}
.c-check-button input::after {
  background: url(../images/common/ico-check-gry.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 75%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  z-index: 2;
}
.c-check-button input:checked::before {
  background-color: #57B0DE;
}
.c-check-button input:checked::after {
  background-image: url(../images/common/ico-check-wht.svg);
}

.c-check-list {
  display: flex;
  flex-direction: column;
}
.c-check-list > * {
  padding-bottom: 8px;
  padding-top: 8px;
}

.c-select-box {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #B6CBD6;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.c-select-box::after {
  background: url(../images/common/ico-arrow-blk.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  width: 16px;
  z-index: 1;
}
.c-select-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  height: 100%;
  padding-left: 16px;
  padding-right: 32px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.c-text-box {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #B6CBD6;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
}

.c-choices {
  display: flex;
  height: 48px;
}
.c-choices label {
  align-items: center;
  background-color: #fff;
  border: 2px solid #57B0DE;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-choices label:first-child {
  border-radius: 100vh 0 0 100vh;
  border-right-width: 1px;
}
.c-choices label:last-child {
  border-radius: 0 100vh 100vh 0;
  border-left-width: 1px;
}
.c-choices label input {
  display: none;
}
.c-choices label.-on {
  background: #57B0DE;
  color: #fff;
}
.c-gallery-card figure img {
  border-radius: 10px;
  display: block;
  width: 100%;
}
.c-gallery-card figcaption {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.c-gallery-card p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2em;
  margin-top: 1em;
}
.c-gallery-card__modal-contents {
  display: none;
}
.c-gallery-card__hd {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.6666666667em;
}
.c-gallery-card__hd span {
  font-size: 0.8125rem;
  margin-left: 10px;
}
.c-gallery-card.-has-modal {
  cursor: pointer;
}
.c-gallery-card.-has-modal p {
  color: #C94A1A;
  margin-bottom: 0.5em;
  margin-top: 0;
  text-align: center;
}
.c-gallery-card.-has-modal figure {
  position: relative;
}
.c-gallery-card.-has-modal figure img {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  display: block;
  width: 100%;
}
.c-gallery-card.-has-modal figure::before {
  border: 2px solid #F2F2F2;
  border-radius: 10px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-gallery-card.-has-modal figure::after {
  background: url(../images/common/ico-zoom-01.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  bottom: 10px;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 20px;
  width: 40px;
}
.c-hd-01 {
  box-shadow: inset 0 -2px 0 0 #E2E9EC;
  color: #222C64;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-bottom: 0.8em;
}

.c-hd-02 {
  background-color: #26458F;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1em 24px;
}

.c-hd-03 {
  background-color: #26458F;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-list li {
  font-size: 0.9375rem;
  letter-spacing: 0.07em;
  line-height: 1.8em;
  margin-top: 1.8em;
}
.c-list.-disc {
  list-style: disc;
  padding-left: 1.5em;
}
.c-list.-circled-number {
  counter-reset: number;
}
.c-list.-circled-number li {
  padding-left: 1.5em;
  position: relative;
}
.c-list.-circled-number li::before {
  border-radius: 100vh;
  box-shadow: 0 0 0 1px #333;
  content: counter(number);
  counter-increment: number;
  display: inline-block;
  font-size: 0.8em;
  height: 1em;
  left: 0;
  line-height: 1em;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0.6em;
  width: 1em;
}
.c-modal {
  background-color: rgba(34, 44, 100, 0.85);
  display: none;
  height: 100%;
  left: 0;
  padding: 80px 24px 124px 24px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
}
.c-modal.-loading {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/common/loading_wht.svg);
  background-size: 80px 80px;
}
.c-modal__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-modal__float {
  background-color: #fff;
  border-radius: 16px;
  max-height: 100%;
  max-width: 1160px;
  overflow: auto;
  padding: 40px;
  position: relative;
}
.c-modal__btn-close {
  cursor: pointer;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1;
}
.c-modal__btn-close::before, .c-modal__btn-close::after {
  background: #fff;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 50%;
}
.c-modal__btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__btn-close:hover {
  opacity: 0.5;
}
.c-post-card-01:hover figure img {
  transform-origin: 50% 50%;
  transform: scale(1.1);
}
.c-post-card-01 > a {
  color: #333;
  text-decoration: none;
}
.c-post-card-01 figure {
  border-radius: 16px;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.c-post-card-01 figure img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 1;
}
.c-post-card-01__new {
  font-size: 0.875rem;
  left: 0;
  padding-top: 64px;
  position: absolute;
  top: 0;
  width: 64px;
  z-index: 2;
}
.c-post-card-01__new::after {
  background-color: #B62126;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-post-card-01__new span {
  color: #fff;
  display: block;
  font-weight: 900;
  height: 100%;
  left: 0;
  line-height: 1;
  padding-top: 0.75em;
  position: absolute;
  text-align: center;
  top: 0;
  transform: rotate(-45deg);
  width: 100%;
}
.c-post-card-01__contents {
  padding-left: 8px;
  padding-right: 8px;
}
.c-post-card-01__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  font-weight: 700;
  height: 3em;
  line-height: 1.5em;
  margin-top: 1em;
  width: 100%;
}
.c-post-card-01__meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.c-post-card-01__meta__area {
  font-size: 1rem;
  line-height: 1.5em;
  margin-right: 1em;
  margin-top: 0.5em;
  padding-left: 20px;
  position: relative;
}
.c-post-card-01__meta__area::after {
  background: url(../images/common/ico-pin-blu.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
}
.c-post-card-01__meta__salary {
  font-size: 0.75rem;
  line-height: 2em;
  margin-top: 0.6666666667em;
  padding-left: 20px;
  position: relative;
}
.c-post-card-01__meta__salary::after {
  background: url(../images/common/ico-yen-blu.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
}
.c-post-card-01__meta__salary span {
  color: #DC2329;
  font-size: 1rem;
  font-weight: 500;
}
.c-post-card-01__meta__salary .u-display-sp {
  display: none;
}
.c-post-card-01__tags {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px;
  margin-top: 16px;
}
.c-post-card-01__tags > * {
  margin-bottom: 8px;
  margin-right: 8px;
}
.c-post-card-01__tags > *:last-child {
  margin-right: 0;
}

.c-post-card-02:hover figure img {
  transform-origin: 50% 50%;
  transform: scale(1.1);
}
.c-post-card-02 > a {
  align-items: flex-start;
  color: #333;
  display: flex;
  text-decoration: none;
}
.c-post-card-02 figure {
  overflow: hidden;
  position: relative;
  padding-top: 19.0476190476%;
  width: 28.5714285714%;
}
.c-post-card-02 figure img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 1;
}
.c-post-card-02__contents {
  padding-left: 4.7619047619%;
  width: 66.6666666667%;
}
.c-post-card-02__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
.c-post-card-02__tax {
  display: flex;
  margin-top: 16px;
}
.c-post-card-02__tax > * {
  margin-right: 24px;
}
.c-post-card-02__tax > *:last-child {
  margin-right: 0;
}
.c-post-card-02__excerpt {
  font-size: 1rem;
  line-height: 2em;
  margin-top: 1.5em;
}
.c-tag-label-01 {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #C1C1C1;
  color: #333;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.5714285714em;
  padding-left: 1.1428571429em;
  padding-right: 1.1428571429em;
}
.c-tag-label-01.-remove {
  cursor: pointer;
}
.c-tag-label-01.-remove:hover {
  position: relative;
}
.c-tag-label-01.-remove:hover::after {
  background: #B62126 url(../images/common/ico-remove-wht.svg) 50% 50% no-repeat;
  background-size: 50% 50%;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-25%, -25%);
  transition: 0.3s;
  width: 20px;
}

a.c-tag-label-01 {
  text-decoration: none;
  transition: 0.3s;
}
a.c-tag-label-01:hover {
  color: #333;
  opacity: 0.5;
}

.c-tag-label-02 {
  background: url(../images/common/ico-tag-01.svg) 0% 50% no-repeat;
  background-size: 1.2857142857em 0.8571428571em;
  color: #333;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.5714285714em;
  padding-left: 1.8571428571em;
}
.c-tag-label-02 a {
  text-decoration: none;
  transition: 0.3s;
}
.c-tag-label-02 a:hover {
  color: #333;
  opacity: 0.5;
}
.c-toast {
  background: #222C64;
  height: 100px;
  left: 0;
  position: fixed;
  top: 100%;
  transform: translate(0%, 0%);
  transition: 0.5s;
  width: 100%;
  z-index: 91;
}
.c-toast.-is-opened {
  transform: translate(0%, -100%);
}
.c-toast__contents {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1rem;
  height: 100%;
  justify-content: center;
  padding-left: 48px;
  padding-right: 48px;
  width: 100%;
}
.c-toast__btn-close {
  cursor: pointer;
  display: none;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  z-index: 1;
}
.c-toast__btn-close::before, .c-toast__btn-close::after {
  background: #fff;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 50%;
}
.c-toast__btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-toast__btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-toast__btn-close:hover {
  opacity: 0.5;
}

.c-toast-terms {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-toast-terms__labels {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  overflow: auto;
  padding-top: 8px;
}
.c-toast-terms__labels .c-tag-label-01 {
  margin-bottom: 8px;
  margin-right: 8px;
  white-space: nowrap;
}
.c-toast-terms__btns {
  display: flex;
}
.c-toast-terms__btns button {
  flex-shrink: 0;
  margin-left: 16px;
  width: 160px;
}
.p-adjacent-post {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-adjacent-post__prev, .p-adjacent-post__back, .p-adjacent-post__next {
  font-size: 0.875rem;
  height: 30px;
  margin: 0 5px;
}
.p-adjacent-post__prev a, .p-adjacent-post__back a, .p-adjacent-post__next a {
  align-items: center;
  background-color: #fff;
  border-radius: 100vh;
  box-shadow: inset 0 0 0 1px #333;
  color: #333;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
.p-adjacent-post__prev a:hover, .p-adjacent-post__back a:hover, .p-adjacent-post__next a:hover {
  opacity: 0.5;
}
.p-adjacent-post__prev {
  width: 30px;
}
.p-adjacent-post__back a {
  padding-left: 16px;
  padding-right: 16px;
}
.p-adjacent-post__next {
  width: 30px;
}
.p-breadcrumbs {
  font-size: 1rem;
  line-height: 1;
  overflow: hidden;
  padding-bottom: 2em;
  padding-top: 2em;
  position: relative;
  z-index: 3;
}
.p-breadcrumbs ul {
  align-items: center;
  display: flex;
}
.p-breadcrumbs ul li::after {
  background: url(../images/common/ico-arrow-gry.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  width: 1em;
}
.p-breadcrumbs ul li:first-child {
  padding-left: 1.5em;
  position: relative;
}
.p-breadcrumbs ul li:first-child::before {
  background: url(../images/common/ico-home-blu.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 1em;
}
.p-breadcrumbs ul li:last-child::after {
  display: none;
}
.p-breadcrumbs ul li a {
  color: #333;
  text-decoration: none;
}
.p-categories ul {
  font-size: 1rem;
  line-height: 1.5em;
}
.p-categories ul li {
  border-bottom: 2px solid #E2E9EC;
}
.p-categories ul li a {
  display: block;
  color: #000;
  padding-bottom: 1em;
  padding-left: 1.5em;
  padding-top: 1em;
  position: relative;
  text-decoration: none;
}
.p-categories ul li a::after {
  background: url(../images/common/ico-arrow-blu.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
  width: 1em;
}
.p-categories ul li a span {
  background-color: #57B0DE;
  border-radius: 100vh;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-left: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-decoration: none;
}
.p-categories ul li a:hover::after {
  left: 0.5em;
}
.p-faq-items__item {
  border-bottom: 1px solid #B6CBD6;
}
.p-faq-items__item__inner > div {
  padding-left: 64px;
  padding-right: 80px;
  position: relative;
}
.p-faq-items__item dt {
  cursor: pointer;
  font-weight: 700;
}
.p-faq-items__item dt .p-faq-items__item__inner {
  padding-bottom: 40px;
  padding-top: 40px;
}
.p-faq-items__item dt .p-faq-items__ico {
  color: #DC2329;
}
.p-faq-items__item dt p {
  font-size: 1.125rem !important;
  line-height: 1.7777777778em !important;
}
.p-faq-items__item dd .p-faq-items__item__inner {
  padding-bottom: 40px;
  padding-top: 4px;
}
.p-faq-items__item dd .p-faq-items__ico {
  color: #57B0DE;
}
.p-faq-items__item dd p {
  font-size: 1rem !important;
  line-height: 2em !important;
}
.p-faq-items__ico {
  align-items: center;
  display: flex;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  height: 1.25em;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 1.25em;
}
.p-faq-items__ico + p {
  margin-top: 0 !important;
}
.p-gallery-items.-w1200-c3-g30 {
  display: grid;
  grid-column-gap: 2.5%;
  grid-row-gap: 2.5%;
  grid-template-columns: repeat(3, 1fr);
}
.p-gallery-items.-w1000-c3-g20 {
  display: grid;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-columns: repeat(3, 1fr);
}
.p-gnav {
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100dvh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.p-gnav__outer {
  align-items: center;
  background-color: #222C64;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-left: auto;
  max-width: 600px;
  overflow: auto;
  width: 100%;
}
.p-gnav__layer {
  max-height: 100%;
}
.p-gnav__inner {
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-gnav ul {
  display: flex;
  flex-direction: column;
}
.p-gnav ul li a {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.p-gnav ul:nth-child(1) li a {
  font-size: 2rem;
}
.p-gnav ul:nth-child(1) * + li {
  margin-top: 48px;
}
.p-gnav ul:nth-child(2) {
  margin-top: 64px;
}
.p-gnav ul:nth-child(2) li a {
  font-size: 1.5rem;
}
.p-gnav ul:nth-child(2) * + li {
  margin-top: 24px;
}
.p-license-card-uploader {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
}
.p-license-card-uploader__video {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-license-card-uploader__video video {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-license-card-uploader__video__frame.--frame-01, .p-license-card-uploader__video__frame.--frame-02, .p-license-card-uploader__video__frame.--frame-03 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(100% - 40px);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  z-index: 2;
}
.p-license-card-uploader__video__frame.--frame-01 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NiIgaGVpZ2h0PSI1NCIgdmlld0JveD0iMCAwIDg2IDU0Ij4NCiAgPGcgaWQ9ImJnLWZyYW1lLTAxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDEgLTI2MjApIj4NCiAgICA8ZyBpZD0iZnJhbWUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQxIDI2MjApIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8cmVjdCB3aWR0aD0iODYiIGhlaWdodD0iNTQiIHJ4PSI0IiBzdHJva2U9Im5vbmUiLz4NCiAgICAgIDxyZWN0IHg9IjAuNSIgeT0iMC41IiB3aWR0aD0iODUiIGhlaWdodD0iNTMiIHJ4PSIzLjUiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPHBhdGggaWQ9IuODkeOCuV8xODcxNCIgZGF0YS1uYW1lPSLjg5HjgrkgMTg3MTQiIGQ9Ik0xMS45MjEsMy4xMDdjMy43NjMsMCw2LjgxMi0zLjQzNyw2LjgxMi03LjY3OHMtMy4wNDktNy42NzgtNi44MTItNy42NzhTNS4xMDktOC44MTMsNS4xMDktNC41NzIsOC4xNTgsMy4xMDcsMTEuOTIxLDMuMTA3Wm00Ljc2OCwxLjkySDE1LjhhOC40MDYsOC40MDYsMCwwLDEtMy44OC45Niw4LjQyMyw4LjQyMywwLDAsMS0zLjg4LS45Nkg3LjE1M0MzLjIsNS4wMjYsMCw4LjYzNywwLDEzLjA4OHYyLjVhMi43MzIsMi43MzIsMCwwLDAsMi41NTUsMi44NzlIMjEuMjg4YTIuNzMyLDIuNzMyLDAsMCwwLDIuNTU1LTIuODc5di0yLjVDMjMuODQyLDguNjM3LDIwLjYzOCw1LjAyNiwxNi42ODksNS4wMjZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5MC45NzQgMjY0NC40NDQpIiBmaWxsPSIjZmZmIiBvcGFjaXR5PSIwLjUiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");
}
.p-license-card-uploader__video__frame.--frame-02 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NiIgaGVpZ2h0PSI1NCIgdmlld0JveD0iMCAwIDg2IDU0Ij4NCiAgPGcgaWQ9ImJnLWZyYW1lLTAyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDEgLTI2ODApIj4NCiAgICA8ZyBpZD0iYmctZnJhbWUtMDItMiIgZGF0YS1uYW1lPSJiZy1mcmFtZS0wMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDEgMjY4MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIj4NCiAgICAgIDxyZWN0IHdpZHRoPSI4NiIgaGVpZ2h0PSI1NCIgcng9IjQiIHN0cm9rZT0ibm9uZSIvPg0KICAgICAgPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI4NSIgaGVpZ2h0PSI1MyIgcng9IjMuNSIgZmlsbD0ibm9uZSIvPg0KICAgIDwvZz4NCiAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzc5MjgiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDc5MjgiIHdpZHRoPSI2NiIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MSAyNjkwKSIgZmlsbD0iI2ZmZiIgb3BhY2l0eT0iMC41Ii8+DQogICAgPHJlY3QgaWQ9IumVt+aWueW9ol83OTI5IiBkYXRhLW5hbWU9IumVt+aWueW9oiA3OTI5IiB3aWR0aD0iNjYiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTEgMjY5NikiIGZpbGw9IiNmZmYiIG9wYWNpdHk9IjAuNSIvPg0KICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfNzkzMCIgZGF0YS1uYW1lPSLplbfmlrnlvaIgNzkzMCIgd2lkdGg9IjY2IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUxIDI3MDIpIiBmaWxsPSIjZmZmIiBvcGFjaXR5PSIwLjUiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");
}
.p-license-card-uploader__video__frame.--frame-03 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NiIgaGVpZ2h0PSIyNyIgdmlld0JveD0iMCAwIDg2IDI3Ij4NCiAgPGcgaWQ9ImJnLWZyYW1lLTAyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMxLjM3NSAtMjk5LjEyNSkiIGZpbGw9Im5vbmUiPg0KICAgIDxwYXRoIGQ9Ik0xMzEuODc1LDMyMi4xMjVsOS41LTIxYTMuNywzLjcsMCwwLDEsMy0yaDYwYTMuNywzLjcsMCwwLDEsMywybDkuNSwyMWE1LjE3Miw1LjE3MiwwLDAsMSwuNSwyYzAsMi0yLjUsMi0yLjUsMmgtODFzLTIuNSwwLTIuNS0yQTUuMTcyLDUuMTcyLDAsMCwxLDEzMS44NzUsMzIyLjEyNVoiIHN0cm9rZT0ibm9uZSIvPg0KICAgIDxwYXRoIGQ9Ik0gMjE0Ljg3MDU1OTY5MjM4MjggMzI1LjEyNSBDIDIxNC44OTg5MjU3ODEyNSAzMjUuMTI0NDUwNjgzNTkzOCAyMTUuMzYzNjMyMjAyMTQ4NCAzMjUuMTEyMzA0Njg3NSAyMTUuNzg5MjQ1NjA1NDY4OCAzMjQuOTMxODU0MjQ4MDQ2OSBDIDIxNi4yNzUzOTA2MjUgMzI0LjcyNTcwODAwNzgxMjUgMjE2LjM3NSAzMjQuNDYwMjM1NTk1NzAzMSAyMTYuMzc1IDMyNC4xMjUgQyAyMTYuMzc1IDMyMy41MDg4ODA2MTUyMzQ0IDIxNi4wODkyNjM5MTYwMTU2IDMyMi43OTMxODIzNzMwNDY5IDIxNS45ODA1NzU1NjE1MjM0IDMyMi41NzIyMDQ1ODk4NDM4IEwgMjE1Ljk2Mzg5NzcwNTA3ODEgMzIyLjUzNzE3MDQxMDE1NjIgTCAyMDYuNDc2NDg2MjA2MDU0NyAzMDEuNTY1MDAyNDQxNDA2MiBDIDIwNi4zOTcyMDE1MzgwODU5IDMwMS40MjA2ODQ4MTQ0NTMxIDIwNS42NDg5NDEwNDAwMzkxIDMwMC4xMjUgMjA0LjM3NSAzMDAuMTI1IEwgMTQ0LjM3NSAzMDAuMTI1IEMgMTQzLjEwMTA1ODk1OTk2MDkgMzAwLjEyNSAxNDIuMzUyNzk4NDYxOTE0MSAzMDEuNDIwNjg0ODE0NDUzMSAxNDIuMjczNTEzNzkzOTQ1MyAzMDEuNTY1MDAyNDQxNDA2MiBMIDEzMi43NzA4MjgyNDcwNzAzIDMyMi41NjkzOTY5NzI2NTYyIEMgMTMyLjY2MDczNjA4Mzk4NDQgMzIyLjc5MzE4MjM3MzA0NjkgMTMyLjM3NSAzMjMuNTA4ODgwNjE1MjM0NCAxMzIuMzc1IDMyNC4xMjUgQyAxMzIuMzc1IDMyNC40NjAyMzU1OTU3MDMxIDEzMi40NzQ2MDkzNzUgMzI0LjcyNTcwODAwNzgxMjUgMTMyLjk2MDc1NDM5NDUzMTIgMzI0LjkzMTg1NDI0ODA0NjkgQyAxMzMuMzg2MzY3Nzk3ODUxNiAzMjUuMTEyMzA0Njg3NSAxMzMuODUxMDc0MjE4NzUgMzI1LjEyNDQ1MDY4MzU5MzggMTMzLjg3OTQ0MDMwNzYxNzIgMzI1LjEyNSBMIDIxNC44NzA1NTk2OTIzODI4IDMyNS4xMjUgTSAyMTQuODc1IDMyNi4xMjUgTCAxMzMuODc1IDMyNi4xMjUgQyAxMzMuODc1IDMyNi4xMjUgMTMxLjM3NSAzMjYuMTI1IDEzMS4zNzUgMzI0LjEyNSBDIDEzMS4zNzUgMzIzLjEyNSAxMzEuODc1IDMyMi4xMjUgMTMxLjg3NSAzMjIuMTI1IEwgMTQxLjM3NSAzMDEuMTI1IEMgMTQxLjM3NSAzMDEuMTI1IDE0Mi4zNzUgMjk5LjEyNSAxNDQuMzc1IDI5OS4xMjUgTCAyMDQuMzc1IDI5OS4xMjUgQyAyMDYuMzc1IDI5OS4xMjUgMjA3LjM3NSAzMDEuMTI1IDIwNy4zNzUgMzAxLjEyNSBMIDIxNi44NzUgMzIyLjEyNSBDIDIxNi44NzUgMzIyLjEyNSAyMTcuMzc1IDMyMy4xMjUgMjE3LjM3NSAzMjQuMTI1IEMgMjE3LjM3NSAzMjYuMTI1IDIxNC44NzUgMzI2LjEyNSAyMTQuODc1IDMyNi4xMjUgWiIgc3Ryb2tlPSJub25lIiBmaWxsPSIjZmZmIi8+DQogIDwvZz4NCjwvc3ZnPg0K");
}
.p-license-card-uploader__video__btn-capture {
  box-shadow: inset 0 0 0 4px #fff;
  border-radius: 100vh;
  bottom: 40px;
  cursor: pointer;
  height: 64px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
  width: 64px;
  z-index: 3;
}
.p-license-card-uploader__video__btn-capture::after {
  background: #fff;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 52px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
}
.p-license-card-uploader__preview {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-license-card-uploader__preview canvas {
  display: none;
}
.p-license-card-uploader__preview img {
  height: 100%;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-license-card-uploader__preview__btn-decided {
  align-items: center;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 100vh;
  bottom: 40px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 64px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
  width: 64px;
  z-index: 2;
}
.p-license-card-uploader__preview__btn-decided::after {
  clip-path: polygon(27.09% 41.65%, 44.52% 59.08%, 79.16% 24.45%, 88.03% 33.32%, 44.52% 76.82%, 18.22% 50.52%);
  background: #fff;
  content: "";
  display: block;
  height: 60%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.p-license-card-uploader__preview__btn-decided::before {
  animation: flash 0.8s linear infinite;
  border: 2px solid #fff;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 64px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
}
@keyframes flash {
  0% {
    height: 64px;
    opacity: 1;
    width: 64px;
  }
  50% {
    height: 80px;
    opacity: 0;
    width: 80px;
  }
  100% {
    height: 64px;
    opacity: 0;
    width: 64px;
  }
}
.p-license-card-uploader__preview__btn-recapture {
  background: url(/job/driver-entry/form/assets/images/icon-capture.svg);
  background-size: 100% 100%;
  border-radius: 100vh;
  bottom: 16px;
  cursor: pointer;
  color: #fff;
  font-size: 0.75rem;
  height: 40px;
  line-height: 1;
  right: 16px;
  position: absolute;
  width: 40px;
  z-index: 2;
}
.p-license-card-uploader__btn-close {
  cursor: pointer;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  z-index: 2;
}
.p-license-card-uploader__btn-close::after {
  clip-path: polygon(23.39% 14.52%, 50% 41.13%, 76.6% 14.52%, 85.47% 23.39%, 58.86% 50%, 85.47% 76.61%, 76.6% 85.48%, 50% 58.87%, 23.39% 85.48%, 14.52% 76.61%, 41.13% 50%, 14.52% 23.39%);
  background: #fff;
  content: "";
  display: block;
  height: 60%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.p-mv {
  align-items: center;
  display: flex;
  height: 240px;
  position: relative;
  width: 100%;
  z-index: 3;
}
.p-mv__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  z-index: 4;
}
.p-page-top {
  height: 64px;
  overflow: hidden;
  padding-right: 24px;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 24px;
  width: 88px;
  z-index: 9;
}
.p-page-top.-is-fixed {
  bottom: 24px;
  position: fixed;
}
.p-page-top:hover {
  opacity: 0.5;
}
.p-page-top > div {
  background-color: #222C64;
  border-radius: 100vh;
  cursor: pointer;
  height: 100%;
  line-height: 1;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
.p-page-top > div::after {
  background: url(../images/common/ico-arrow-wht.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 24px;
}
.p-page .post-content {
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-pagination {
  padding-top: 80px;
}
.p-pagination ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-pagination__item, .p-pagination__item--first, .p-pagination__item--last, .p-pagination__item--prev, .p-pagination__item--next, .p-pagination__item--current, .p-pagination__item--ellipsis {
  font-size: 1rem;
  height: 3em;
  line-height: 1;
  margin-left: 0.25em;
  margin-right: 0.25em;
  width: 3em;
}
.p-pagination__item a, .p-pagination__item--first a, .p-pagination__item--last a, .p-pagination__item--prev a, .p-pagination__item--next a, .p-pagination__item--current a, .p-pagination__item--ellipsis a,
.p-pagination__item span,
.p-pagination__item--first span,
.p-pagination__item--last span,
.p-pagination__item--prev span,
.p-pagination__item--next span,
.p-pagination__item--current span,
.p-pagination__item--ellipsis span {
  align-items: center;
  background-color: #fff;
  border-radius: 0.25em;
  box-shadow: inset 0 0 0 1px #D9D9D9;
  color: #333;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
.p-pagination__item a:hover, .p-pagination__item--first a:hover, .p-pagination__item--last a:hover, .p-pagination__item--prev a:hover, .p-pagination__item--next a:hover, .p-pagination__item--current a:hover, .p-pagination__item--ellipsis a:hover {
  opacity: 0.5;
}
.p-pagination__item--first span, .p-pagination__item--last span, .p-pagination__item--prev span, .p-pagination__item--next span {
  opacity: 0.25;
}
.p-pagination__item--first {
  display: none;
  margin-right: 0.25em;
}
.p-pagination__item--last {
  display: none;
  margin-left: 0.25em;
}
.p-pagination__item--prev {
  position: relative;
}
.p-pagination__item--next {
  position: relative;
}
.p-pagination__item--current span.p-pagination__sp-txt {
  display: none;
}
.p-pagination__item--current span.p-pagination__pc-txt {
  background-color: #57B0DE;
  box-shadow: inset 0 0 0 1px #57B0DE;
  color: #fff;
}
.p-pagination__item--ellipsis span {
  background: none;
  box-shadow: none;
}
.p-post-items {
  display: flex;
  flex-wrap: wrap;
}
.p-post-items.-col1 {
  flex-direction: column;
}
.p-post-items.-col1 .p-post-items__item {
  margin-top: 64px;
}
.p-post-items.-col1 .p-post-items__item:first-child {
  margin-top: 0;
}
.p-post-items.-col4 {
  margin-bottom: -3.4482758621%;
}
.p-post-items.-col4 .p-post-items__item {
  margin-bottom: 3.4482758621%;
  margin-right: 3.4482758621%;
  width: 22.4137931034%;
}
.p-post-items.-col4 .p-post-items__item:nth-child(4n) {
  margin-right: 0;
}
.p-progress-bar {
  font-size: 1.25rem;
  padding-bottom: 2em;
}
.p-progress-bar ul {
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  position: relative;
  width: 100%;
}
.p-progress-bar ul::after {
  background: #B6CBD6;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 24px);
  z-index: -1;
}
.p-progress-bar ul li {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #B6CBD6;
  border-radius: 100vh;
  height: 24px;
  position: relative;
  width: 24px;
}
.p-progress-bar ul li span {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 2em);
  white-space: nowrap;
}
.p-progress-bar ul li.-is-current::after {
  background: #57B0DE;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 66.6666666667%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66.6666666667%;
}
.p-search-box-modal__hd-01 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}
.p-search-box-modal__hd-02 {
  align-items: flex-end;
  box-shadow: inset 0 -2px 0 0 #C1C1C1;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 80px;
  line-height: 1.5em;
  padding-bottom: 12px;
}
.p-search-box-modal__cols {
  display: flex;
}
.p-search-box-modal__cols__col {
  margin-right: 40px;
}
.p-search-box-modal__cols__col:last-child {
  margin-right: 0;
}
.p-search-box-modal__cols__col ul li {
  box-shadow: inset 0 -1px 0 0 #F5F8F9;
  font-size: 1rem;
}
.p-search-box-modal__cols__col ul li .c-check-button {
  width: 100%;
}
.p-search-box-modal__cols__col ul li .c-check-button label {
  height: 80px;
}
.p-search-box-modal.-prefecture .p-search-box-modal__cols {
  flex-direction: column;
}
.p-search-box-modal.-prefecture .p-search-box-modal__cols__col ul {
  display: flex;
  flex-wrap: wrap;
}
.p-search-box-modal.-prefecture .p-search-box-modal__cols__col ul li {
  width: 25%;
}
.p-search-box-modal.-job .p-search-box-modal__cols {
  flex-wrap: wrap;
}
.p-search-box-modal.-job .p-search-box-modal__cols__col {
  margin-right: 0;
  width: 50%;
}
.p-search-box-modal.-place .p-search-box-modal__cols__col {
  width: 240px;
}
.p-search-box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 0 10px rgba(87, 176, 222, 0.75);
  padding: 48px;
  width: 928px;
}
.p-search-box form {
  display: block;
}
.p-search-box__hd {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
}
.p-search-box dl {
  align-items: center;
  display: flex;
  height: 48px;
  position: relative;
}
.p-search-box dl::after {
  background: #CECECE;
  content: "";
  display: block;
  height: 100%;
  left: 80px;
  position: absolute;
  top: 0;
  width: 1px;
}
.p-search-box dl dt {
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 16px;
  width: 80px;
}
.p-search-box dl dd {
  font-size: 1rem;
  font-weight: 500;
}
.p-search-box__row-01 {
  display: flex;
  margin-top: 40px;
}
.p-search-box__row-01 > * {
  margin-right: 32px;
}
.p-search-box__row-01 > *:last-child {
  margin-right: 0;
}
.p-search-box__row-01 dd {
  width: 160px;
}
.p-search-box__row-01 dd .c-btn-selecter {
  height: 40px;
  width: 160px;
}
.p-search-box__row-01 dd .c-btn-selecter::after {
  background: url(../images/common/ico-btn-selecter.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
}
.p-search-box__row-01 dd .c-btn-selecter:hover {
  background: #daeffe;
}
.p-search-box__row-02 {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.p-search-box__row-02__col {
  padding-right: 40px;
}
.p-search-box__row-02__col dl {
  align-items: flex-start;
  height: auto !important;
}
.p-search-box__row-02__col dl dt {
  padding-top: 1em;
}
.p-search-box__row-02__col dl dd {
  display: flex;
}
.p-search-box__row-02__col .c-radio-button label {
  height: 40px;
}
.p-search-box__row-02__col .c-select-box {
  width: 120px;
}
.p-search-box__row-02 button {
  align-items: center;
  background-color: #B62126;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.3s;
  width: 248px;
}
.p-search-box__row-02 button::after {
  background: url(../images/common/ico-search-wht.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 32px;
  left: 24px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 32px;
}
.p-search-box__row-02 button:hover {
  background-color: #DC2329;
}
.p-search-box__salary {
  align-items: center;
  display: flex;
}
.p-search-box__salary__col {
  align-items: center;
  display: flex;
  margin-right: 24px;
}
.p-search-box__salary__col:last-child {
  margin-right: 0;
}
.p-search-box__salary__col > * {
  margin-right: 24px;
}
.p-search-box__salary__col > *:last-child {
  margin-right: 0;
}
.p-search-box__salary__col > span {
  margin-left: -16px;
  margin-right: 8px;
}
.p-search-box__free-word {
  padding-left: 96px;
  padding-top: 16px;
}
.p-search-box__free-word .c-text-box {
  width: 100%;
}
.p-search-box__modal {
  display: none;
}
.slick-dots {
  bottom: 0;
  display: flex;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
}
.slick-dots li {
  border-radius: 100vh;
  height: 16px;
  margin: 0 16px;
  overflow: hidden;
  position: relative;
  width: 16px;
}
.slick-dots li button {
  display: block;
  height: 100%;
  width: 100%;
}
.slick-dots li button::before {
  background-color: #D7E4EB;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slick-dots li.slick-active button::before {
  background-color: #57B0DE;
}

.slick-btn-prev,
.slick-btn-next {
  background-position: 50% 50%;
  background-size: 100% 100%;
  cursor: pointer;
  height: 64px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
  width: 64px;
}

.slick-btn-prev {
  background-image: url(../images/common/ico-slider-prev.svg);
  left: -104px;
}

.slick-btn-next {
  background-image: url(../images/common/ico-slider-next.svg);
  right: -104px;
}
.p-tags ul {
  align-items: flex-start;
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
  line-height: 1.5em;
  margin-bottom: -0.5em;
}
.p-tags ul li {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.p-tags ul li a {
  display: inline-block;
  color: #000;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.p-tags ul li a span {
  background-color: #57B0DE;
  border-radius: 100vh;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-left: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-decoration: none;
}
.p-tags ul li a:hover {
  opacity: 0.5;
}
.u-color--red {
  color: #ff0000;
}
.u-color--gray {
  color: #ccc;
}
.u-color--black {
  color: #000;
}
.u-color--white {
  color: #fff;
}
.u-display--sp {
  display: none;
}
.u-display--show {
  display: block !important;
}
.u-display--block {
  display: block !important;
}
.u-display--inline {
  display: inline !important;
}
.u-display--inline-block {
  display: inline-block !important;
}
.u-display--flex {
  display: flex !important;
}
.u-display--hide {
  display: none !important;
}
.u-text--left {
  text-align: left !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--bold {
  font-weight: 700 !important;
}
@media screen and (max-width: 1432px) { /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/
  .l-footer__row-02 .l-container {
    padding-bottom: 5.5865921788vw;
    padding-top: 5.5865921788vw;
  } /**/ /**/ /**/
  .l-header {
    height: 5.5865921788vw;
  }
  .l-header__logo {
    height: 3.3519553073vw;
    left: 1.1173184358vw;
    top: 1.1173184358vw;
  }
  .l-header__logo.-is-fixed {
    height: 3.3519553073vw;
    left: 1.1173184358vw;
    top: 1.1173184358vw;
  }
  .l-header__search-box {
    padding-left: 14.1759776536vw;
    padding-right: 5.5865921788vw;
  }
  .l-header__search-box dl {
    margin-right: 1.6759776536vw;
  }
  .l-header__search-box dl dt {
    font-size: 1.1173184358vw;
  }
  .l-header__search-box dl dd .c-btn-selecter {
    height: 2.7932960894vw;
    font-size: 1.1173184358vw;
    width: 11.1731843575vw;
  }
  .l-header__search-box dl dd .c-btn-selecter::after {
    height: 1.1173184358vw;
    left: 0.5586592179vw;
    width: 1.1173184358vw;
  }
  .l-header__search-box__row-02 {
    padding-bottom: 1.1173184358vw;
  }
  .l-header__search-box .p-search-box__salary__col > * {
    font-size: 1.1173184358vw;
    margin-left: 0.5586592179vw;
    margin-right: 0.5586592179vw;
  }
  .l-header__search-box .p-search-box__salary__col .c-radio-button {
    font-size: 1.1173184358vw;
    margin-right: 1.6759776536vw;
  }
  .l-header__search-box .p-search-box__salary__col .c-radio-button label {
    height: 2.7932960894vw;
  }
  .l-header__search-box .p-search-box__salary__col .c-radio-button input {
    height: 1.6759776536vw;
    margin-right: 0.5586592179vw;
    width: 1.6759776536vw;
  }
  .l-header__search-box .p-search-box__salary__col .c-select-box {
    border-radius: 0.2793296089vw;
    height: 2.7932960894vw;
    width: 8.3798882682vw;
  }
  .l-header__search-box .p-search-box__salary__col .c-select-box::after {
    height: 1.1173184358vw;
    right: 0.5586592179vw;
    width: 1.1173184358vw;
  }
  .l-header__search-box .p-search-box__salary__col .c-select-box select {
    font-size: 1.1173184358vw;
    padding-left: 1.1173184358vw;
    padding-right: 2.2346368715vw;
  }
  .l-header__search-box__free-word {
    width: 27.9329608939vw;
  }
  .l-header__search-box__free-word .c-text-box {
    border-radius: 0.2793296089vw;
    font-size: 1.1173184358vw;
    height: 2.7932960894vw;
    padding-left: 1.1173184358vw;
    padding-right: 1.1173184358vw;
  }
  .l-header__search-box__btn-more {
    font-size: 1.1173184358vw;
    margin-right: 1.6759776536vw;
    padding-right: 1.6759776536vw;
  }
  .l-header__search-box__btn-more::after {
    height: 1.1173184358vw;
    width: 1.1173184358vw;
  }
  .l-header__search-box__btn-search {
    font-size: 1.3966480447vw;
    height: 3.3519553073vw;
    width: 11.1731843575vw;
  }
  .l-header__search-box__btn-search::after {
    height: 1.6759776536vw;
    left: 1.1173184358vw;
    width: 1.6759776536vw;
  }
  .l-header__btn-menu {
    height: 5.5865921788vw;
    width: 5.5865921788vw;
  } /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/
  .p-page .post-content {
    padding-bottom: 5.5865921788vw;
    padding-top: 5.5865921788vw;
  } /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ }
@media screen and (max-width: 1132px) { /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/
  .p-post-items.-col4 {
    margin-bottom: -5%;
  }
  .p-post-items.-col4 .p-post-items__item {
    margin-bottom: 5%;
    margin-right: 5%;
    width: 30%;
  }
  .p-post-items.-col4 .p-post-items__item:nth-child(4n) {
    margin-right: 5%;
  }
  .p-post-items.-col4 .p-post-items__item:nth-child(3n) {
    margin-right: 0;
  } /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ }
@media screen and (max-width: 1032px) { /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/
  .p-post-items.-col4 .p-post-items__item {
    margin-right: 5%;
    width: 45%;
  }
  .p-post-items.-col4 .p-post-items__item:nth-child(4n), .p-post-items.-col4 .p-post-items__item:nth-child(3n) {
    margin-right: 5%;
  }
  .p-post-items.-col4 .p-post-items__item:nth-child(2n) {
    margin-right: 0;
  } /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ }
@media screen and (max-width: 1000px) { /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/
  .p-search-box {
    border-radius: 2vw;
    padding: 4.8vw;
    width: 92.8vw;
  }
  .p-search-box__hd {
    font-size: 3.2vw;
    line-height: 4vw;
  }
  .p-search-box dl {
    height: 4.8vw;
  }
  .p-search-box dl::after {
    left: 8vw;
  }
  .p-search-box dl dt {
    font-size: 1.6vw;
    margin-right: 1.6vw;
    width: 8vw;
  }
  .p-search-box dl dd {
    font-size: 1.6vw;
  }
  .p-search-box__row-01 {
    margin-top: 4vw;
  }
  .p-search-box__row-01 > * {
    margin-right: 3.2vw;
  }
  .p-search-box__row-01 dd {
    width: 16vw;
  }
  .p-search-box__row-01 dd .c-btn-selecter {
    border-radius: 0.4vw;
    font-size: 1.6vw;
    height: 4vw;
    width: 16vw;
  }
  .p-search-box__row-01 dd .c-btn-selecter::after {
    height: 1.6vw;
    left: 0.8vw;
    width: 1.6vw;
  }
  .p-search-box__row-02 {
    margin-top: 1.6vw;
  }
  .p-search-box__row-02__col {
    padding-right: 4vw;
  }
  .p-search-box__row-02__col .c-radio-button {
    font-size: 1.6vw;
  }
  .p-search-box__row-02__col .c-radio-button label {
    height: 4vw;
  }
  .p-search-box__row-02__col .c-radio-button input {
    height: 2.4vw;
    margin-right: 0.8vw;
    width: 2.4vw;
  }
  .p-search-box__row-02__col .c-select-box {
    border-radius: 0.4vw;
    height: 4vw;
    width: 12vw;
  }
  .p-search-box__row-02__col .c-select-box::after {
    height: 1.6vw;
    right: 0.8vw;
    width: 1.6vw;
  }
  .p-search-box__row-02__col .c-select-box select {
    font-size: 1.6vw;
    padding-left: 1.6vw;
    padding-right: 3.2vw;
  }
  .p-search-box__row-02__col .c-text-box {
    border-radius: 0.4vw;
    font-size: 1.6vw;
    height: 4vw;
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }
  .p-search-box__row-02 button {
    border-radius: 0.8vw;
    font-size: 2.4vw;
    height: 8vw;
    width: 24.8vw;
  }
  .p-search-box__row-02 button::after {
    height: 3.2vw;
    left: 2.4vw;
    width: 3.2vw;
  }
  .p-search-box__salary__col {
    margin-right: 2.4vw;
  }
  .p-search-box__salary__col > * {
    margin-right: 2.4vw;
  }
  .p-search-box__salary__col > span {
    margin-left: -1.6vw;
    margin-right: 0.8vw;
  }
  .p-search-box__free-word {
    padding-left: 9.6vw;
    padding-top: 1.6vw;
  } /**/ /**/ /**/ /**/ /**/ /**/ }
@media screen and (max-width: 932px) { /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/
  .l-footer__row-01 {
    height: 42.9184549356vw;
  }
  .l-footer__row-01 span {
    font-size: 4.2918454936vw;
  }
  .l-footer__row-02 .l-container ul {
    padding-left: 8.5836909871vw;
  }
  .l-footer__row-02 .l-container ul li a {
    font-size: 1.7167381974vw;
  }
  .l-footer__logo img {
    width: 21.4592274678vw;
  }
  .l-footer__copyright {
    font-size: 1.7167381974vw;
    padding-bottom: 4.2918454936vw;
  } /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ }
@media screen and (max-width: 767px) { /**/ /**/ /**/ /**/ /**/
  .l-container {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    max-width: none;
  }
  .l-container .l-container {
    padding-left: 0;
    padding-right: 0;
  }
  .l-container.-max-1360 {
    max-width: none;
  }
  .l-container.-max-1200 {
    max-width: none;
  }
  .l-container.-max-1000 {
    max-width: none;
  }
  .l-container.-max-860 {
    max-width: none;
  } /**/
  .l-contents {
    flex-direction: column;
  } /**/ /**/
  .l-footer__row-01 {
    height: 53.3333333333vw;
  }
  .l-footer__row-01 span {
    font-size: 5.3333333333vw;
  }
  .l-footer__row-02 .l-container {
    padding-bottom: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  }
  .l-footer__row-02 .l-container {
    flex-wrap: wrap;
  }
  .l-footer__row-02 .l-container ul {
    padding-left: 0;
    width: 50%;
  }
  .l-footer__row-02 .l-container ul:first-of-type {
    margin-top: 0;
  }
  .l-footer__row-02 .l-container ul:last-of-type {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
    width: 100%;
  }
  .l-footer__row-02 .l-container ul:last-of-type li {
    margin-top: 1em;
    width: 50%;
  }
  .l-footer__row-02 .l-container ul li a {
    font-size: 3.7333333333vw;
  }
  .l-footer__logo {
    margin-bottom: 10.6666666667vw;
    text-align: center;
  }
  .l-footer__logo img {
    width: 53.3333333333vw;
  }
  .l-footer__copyright {
    font-size: 4.2666666667vw;
    padding-bottom: 10.6666666667vw;
  } /**/
  .l-header {
    height: 17.0666666667vw;
  }
  .l-header__logo {
    height: 10.6666666667vw;
    left: 3.2vw;
    top: 3.2vw;
  }
  .l-header__logo.-is-fixed {
    height: 10.6666666667vw;
    left: 3.2vw;
    top: 3.2vw;
  }
  .l-header.-is-fixed {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .l-header.-no-fixed.-is-fixed {
    box-shadow: none;
  }
  .l-header__search-box {
    bottom: 100%;
    display: block;
    height: auto;
    left: 0;
    padding: 0;
    position: absolute;
    z-index: -2;
  }
  .l-header__search-box.-is-opened {
    transform: translate(0%, calc(100% + 17.0666666667vw));
  }
  .l-header__search-box::after {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .l-header__search-box > div {
    display: block;
    height: auto;
    padding: 6.4vw;
    position: relative;
  }
  .l-header__search-box dl {
    align-items: center;
    display: flex;
    height: auto;
    margin-right: 0;
    margin-top: 2.1333333333vw;
    position: relative;
  }
  .l-header__search-box dl:first-of-type {
    margin-top: 0;
  }
  .l-header__search-box dl::after {
    background: #CECECE;
    content: "";
    display: block;
    height: 100%;
    left: 17.0666666667vw;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .l-header__search-box dl dt {
    flex-shrink: 0;
    font-size: 3.4133333333vw;
    font-weight: 500;
    margin-right: 3.4133333333vw;
    width: 17.0666666667vw;
  }
  .l-header__search-box dl dd {
    font-size: 3.4133333333vw;
  }
  .l-header__search-box dl dd .c-btn-selecter {
    border-radius: 0.8533333333vw;
    font-size: 3.4133333333vw;
    height: 8.5333333333vw;
    width: 34.1333333333vw;
  }
  .l-header__search-box dl dd .c-btn-selecter::after {
    background: url(../images/common/ico-btn-selecter.svg) 0% 0% no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 3.4133333333vw;
    left: 1.7066666667vw;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 3.4133333333vw;
  }
  .l-header__search-box__row-01 {
    align-items: flex-start;
    flex-direction: column;
  }
  .l-header__search-box__row-02 {
    margin-top: 2.1333333333vw;
    padding-bottom: 0;
    position: relative;
    top: 0;
    z-index: 1;
  }
  .l-header__search-box__row-02.-is-opened {
    transform: translate(0, 0);
  }
  .l-header__search-box__row-02::after {
    display: none;
  }
  .l-header__search-box__row-02__col {
    align-items: flex-start;
    flex-direction: column;
  }
  .l-header__search-box__row-02 button {
    align-items: center;
    background-color: #B62126;
    border-radius: 1.7066666667vw;
    color: #fff;
    display: flex;
    font-size: 5.12vw;
    font-weight: 700;
    height: 14.9333333333vw;
    justify-content: center;
    letter-spacing: 0.1em;
    margin-top: 4.2666666667vw;
    position: relative;
    width: 100%;
  }
  .l-header__search-box__row-02 button::after {
    background: url(../images/common/ico-search-wht.svg) 0% 0% no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 6.8266666667vw;
    left: 5.12vw;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 6.8266666667vw;
  }
  .l-header__search-box .p-search-box__salary__col > * {
    font-size: 4.2666666667vw;
    margin-left: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
  .l-header__search-box .p-search-box__salary__col .c-radio-button {
    font-size: 3.4133333333vw;
    margin-right: 6.4vw;
  }
  .l-header__search-box .p-search-box__salary__col .c-radio-button label {
    height: 10.6666666667vw;
  }
  .l-header__search-box .p-search-box__salary__col .c-radio-button input {
    height: 5.12vw;
    margin-right: 1.7066666667vw;
    width: 5.12vw;
  }
  .l-header__search-box .p-search-box__salary__col .c-select-box {
    border-radius: 0.8533333333vw;
    height: 8.5333333333vw;
    width: 25.6vw;
  }
  .l-header__search-box .p-search-box__salary__col .c-select-box::after {
    height: 3.4133333333vw;
    right: 1.7066666667vw;
    width: 3.4133333333vw;
  }
  .l-header__search-box .p-search-box__salary__col .c-select-box select {
    font-size: 3.4133333333vw;
    padding-left: 3.4133333333vw;
    padding-right: 6.8266666667vw;
  }
  .l-header__search-box__free-word {
    padding-left: 20.48vw;
    padding-top: 3.4133333333vw;
    width: 100%;
  }
  .l-header__search-box__free-word .c-text-box {
    border-radius: 0.8533333333vw;
    font-size: 3.4133333333vw;
    height: 8.5333333333vw;
    padding-left: 3.4133333333vw;
    padding-right: 3.4133333333vw;
    width: 100%;
  }
  .l-header__search-box__btn-more {
    display: none;
    font-size: 4.2666666667vw;
    margin-right: 6.4vw;
    padding-right: 6.4vw;
  }
  .l-header__search-box__btn-more::after {
    height: 4.2666666667vw;
    width: 4.2666666667vw;
  }
  .l-header__search-box__btn-search {
    display: none;
  }
  .l-header__search-box__btn-search::after {
    height: 6.4vw;
    left: 4.2666666667vw;
    width: 6.4vw;
  }
  .l-header__btn-menu {
    height: 17.0666666667vw;
    width: 17.0666666667vw;
  }
  .l-header__btn-search-box > span {
    align-items: center;
    background-color: #B62126;
    border-radius: 1.0666666667vw;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 4.2666666667vw;
    font-weight: 700;
    height: 10.6666666667vw;
    justify-content: center;
    letter-spacing: 0.1em;
    opacity: 0;
    padding-right: 4.2666666667vw;
    transition: 0.5s;
    width: 32vw;
  }
  .l-header__btn-search-box > span::after {
    background: url(../images/common/ico-arrow-wht.svg) 0% 0% no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 4.2666666667vw;
    right: 2.1333333333vw;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
    width: 4.2666666667vw;
  }
  .l-header.-is-fixed .l-header__btn-search-box {
    top: 3.2vw;
  }
  .l-header.-is-fixed .l-header__btn-search-box > span {
    opacity: 1;
  } /**/
  .l-main {
    width: 100%;
  } /**/
  .l-sidebar {
    width: 100%;
  } /**/ /**/
  .c-btns > * {
    margin-right: 4.2666666667vw;
  }
  .c-btn-01 {
    font-size: 5.12vw;
  }
  .c-btn-02 {
    font-size: 4.8vw;
    height: 16vw;
  }
  .c-btn-03 {
    font-size: 4.8vw;
    height: 16vw;
  }
  .c-btn-04 {
    font-size: 4.8vw;
    height: 16vw;
  }
  .c-btn-save {
    font-size: 4.8vw;
    height: 16vw;
  } /**/ /**/ /**/
  .c-gallery-card figcaption {
    font-size: 3.4666666667vw;
  }
  .c-gallery-card p {
    font-size: 3.4666666667vw;
  } /**/
  .c-hd-02 {
    font-size: 4.8vw;
    padding: 1em 6.4vw;
  } /**/
  .c-list li {
    font-size: 3.4666666667vw;
  } /**/
  .c-modal {
    padding: 12.8vw 4.2666666667vw 27.7333333333vw 4.2666666667vw;
  }
  .c-modal__float {
    max-width: none;
    border-radius: 4.2666666667vw;
    padding: 6.4vw;
    width: 100%;
  }
  .c-modal__btn-close {
    height: 12.8vw;
    width: 12.8vw;
  } /**/
  .c-post-card-02 > a {
    flex-direction: column;
  }
  .c-post-card-02 figure {
    padding-top: 66.6666666667%;
    width: 100%;
  }
  .c-post-card-02__contents {
    padding-left: 0;
    width: 100%;
  }
  .c-post-card-02__title {
    margin-top: 4.2666666667vw;
    font-size: 4.8vw;
  }
  .c-post-card-02__tax {
    margin-top: 4.2666666667vw;
  }
  .c-post-card-02__tax > * {
    margin-right: 6.4vw;
  }
  .c-post-card-02__excerpt {
    font-size: 3.7333333333vw;
  } /**/ /**/
  .c-toast {
    height: 21.3333333333vw;
  }
  .c-toast__contents {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
  .c-toast__btn-close {
    height: 12.8vw;
    width: 12.8vw;
  }
  .c-toast-terms__labels {
    display: none;
  }
  .c-toast-terms__btns {
    justify-content: space-between;
    width: 100%;
  }
  .c-toast-terms__btns button {
    font-size: 3.84vw !important;
    height: 12.8vw !important;
    margin-left: 0;
    width: 40vw;
  } /**/
  .p-adjacent-post__prev, .p-adjacent-post__back, .p-adjacent-post__next {
    font-size: 3.7333333333vw;
    height: 8vw;
    margin: 0 1.3333333333vw;
  }
  .p-adjacent-post__prev {
    width: 8vw;
  }
  .p-adjacent-post__back a {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
  .p-adjacent-post__next {
    width: 8vw;
  } /**/
  .p-breadcrumbs {
    display: none;
  } /**/ /**/
  .p-faq-items__item__inner > div {
    padding-left: 14.9333333333vw;
    padding-right: 8.5333333333vw;
  }
  .p-faq-items__item dt .p-faq-items__item__inner {
    padding-bottom: 6.4vw;
    padding-top: 6.4vw;
  }
  .p-faq-items__item dt p {
    font-size: 4.2666666667vw !important;
  }
  .p-faq-items__item dd .p-faq-items__item__inner {
    padding-bottom: 6.4vw;
    padding-top: 1.0666666667vw;
  }
  .p-faq-items__item dd p {
    font-size: 3.7333333333vw !important;
  }
  .p-faq-items__ico {
    font-size: 8.5333333333vw;
  } /**/
  .p-gallery-items.-w1200-c3-g30 {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 8vw;
  }
  .p-gallery-items.-w1000-c3-g20 {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 8vw;
  } /**/
  .p-gnav__outer {
    max-width: none;
  }
  .p-gnav__inner {
    padding-bottom: 17.0666666667vw;
    padding-top: 17.0666666667vw;
  }
  .p-gnav ul:nth-child(1) li a {
    font-size: 5.3333333333vw;
  }
  .p-gnav ul:nth-child(1) * + li {
    margin-top: 6.4vw;
  }
  .p-gnav ul:nth-child(2) {
    margin-top: 8.5333333333vw;
  }
  .p-gnav ul:nth-child(2) li a {
    font-size: 3.7333333333vw;
  }
  .p-gnav ul:nth-child(2) * + li {
    margin-top: 6.4vw;
  } /**/ /**/
  .p-mv {
    height: 42.6666666667vw;
    padding-top: 12vw;
  }
  .p-mv__title {
    font-size: 7.4666666667vw;
    text-align: center;
  } /**/
  .p-page-top {
    height: 12.8vw;
    padding-right: 4.2666666667vw;
    bottom: 4.2666666667vw;
    width: 17.0666666667vw;
  }
  .p-page-top.-is-fixed {
    bottom: 2vw;
  } /**/
  .p-page .post-content {
    padding-bottom: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  } /**/
  .p-pagination {
    padding-top: 10.6666666667vw;
  }
  .p-pagination__item--current span.p-pagination__sp-txt {
    box-shadow: none;
    background: 0;
    display: flex;
  }
  .p-pagination__item--current span.p-pagination__pc-txt {
    display: none;
  }
  .p-pagination__item, .p-pagination__item--first, .p-pagination__item--last, .p-pagination__item--prev, .p-pagination__item--next, .p-pagination__item--current, .p-pagination__item--ellipsis {
    display: none;
    font-size: 4.2666666667vw;
    height: 12.8vw;
    margin-left: 0;
    margin-right: 0;
    width: 12.8vw;
  }
  .p-pagination__item--first, .p-pagination__item--last, .p-pagination__item--prev, .p-pagination__item--next {
    display: block;
    flex-shrink: 0;
  }
  .p-pagination__item--first {
    margin-right: 2.1333333333vw;
  }
  .p-pagination__item--last {
    margin-left: 2.1333333333vw;
  }
  .p-pagination__item--current {
    box-shadow: none;
    background: 0;
    display: flex;
    width: 100%;
  } /**/
  .p-post-items.-col4 {
    margin-bottom: 0;
  }
  .p-post-items.-col4 .p-post-items__item {
    margin-bottom: 10.6666666667vw;
    margin-right: 0;
    width: 100%;
  }
  .p-post-items.-col4 .p-post-items__item:last-child {
    margin-bottom: 0;
  } /**/
  .p-progress-bar {
    font-size: 3.4666666667vw;
  }
  .p-progress-bar ul {
    max-width: 58.9333333333vw;
  }
  .p-progress-bar ul::after {
    height: 0.6933333333vw;
    width: calc(100% - 4.16vw);
  }
  .p-progress-bar ul li {
    height: 4.16vw;
    width: 4.16vw;
  } /**/
  .p-search-box-modal__hd-01 {
    font-size: 5.12vw;
  }
  .p-search-box-modal__hd-02 {
    font-size: 5.12vw;
    height: 17.0666666667vw;
    padding-bottom: 2.56vw;
  }
  .p-search-box-modal__cols {
    flex-direction: column;
  }
  .p-search-box-modal__cols__col {
    margin-right: 0;
  }
  .p-search-box-modal__cols__col ul li {
    font-size: 4.2666666667vw;
  }
  .p-search-box-modal__cols__col ul li .c-check-button {
    font-size: 3.4133333333vw;
  }
  .p-search-box-modal__cols__col ul li .c-check-button label {
    height: 17.0666666667vw;
  }
  .p-search-box-modal__cols__col ul li .c-check-button input {
    height: 6.8266666667vw;
    margin-right: 3.4133333333vw;
    width: 6.8266666667vw;
  }
  .p-search-box-modal__cols__col ul li .c-check-button input::before {
    border-radius: 0.8533333333vw;
    height: 6.8266666667vw;
    width: 6.8266666667vw;
  }
  .p-search-box-modal.-prefecture .p-search-box-modal__cols__col ul li {
    width: 50%;
  }
  .p-search-box-modal.-job .p-search-box-modal__cols__col {
    width: 100%;
  }
  .p-search-box-modal.-place .p-search-box-modal__cols__col {
    width: 100%;
  } /**/
  .p-search-box {
    border-radius: 4.2666666667vw;
    padding: 6.4vw 4.2666666667vw 4.2666666667vw;
    width: 91.4666666667vw;
  }
  .p-search-box__hd {
    font-size: 6.8266666667vw;
    line-height: 8.5333333333vw;
  }
  .p-search-box dl {
    height: auto;
  }
  .p-search-box dl::after {
    left: 17.0666666667vw;
  }
  .p-search-box dl dt {
    font-size: 3.4133333333vw;
    margin-right: 3.4133333333vw;
    width: 17.0666666667vw;
  }
  .p-search-box dl dd {
    font-size: 3.4133333333vw;
  }
  .p-search-box__row-01 {
    flex-direction: column;
    margin-top: 6.4vw;
  }
  .p-search-box__row-01 > * {
    margin-top: 2.1333333333vw;
    margin-right: 0;
  }
  .p-search-box__row-01 > *:first-child {
    margin-top: 0;
  }
  .p-search-box__row-01 dd {
    width: 100%;
  }
  .p-search-box__row-01 dd .c-btn-selecter {
    border-radius: 0.8533333333vw;
    font-size: 3.4133333333vw;
    height: 8.5333333333vw;
    width: 34.1333333333vw;
  }
  .p-search-box__row-01 dd .c-btn-selecter::after {
    height: 3.4133333333vw;
    left: 1.7066666667vw;
    width: 3.4133333333vw;
  }
  .p-search-box__row-02 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 2.1333333333vw;
  }
  .p-search-box__row-02__col {
    padding-right: 0;
    width: 100%;
  }
  .p-search-box__row-02__col .c-radio-button {
    font-size: 3.4133333333vw;
  }
  .p-search-box__row-02__col .c-radio-button label {
    height: 10.6666666667vw;
  }
  .p-search-box__row-02__col .c-radio-button input {
    height: 5.12vw;
    margin-right: 1.7066666667vw;
    width: 5.12vw;
  }
  .p-search-box__row-02__col .c-select-box {
    border-radius: 0.8533333333vw;
    height: 8.5333333333vw;
    width: 25.6vw;
  }
  .p-search-box__row-02__col .c-select-box::after {
    height: 3.4133333333vw;
    right: 1.7066666667vw;
    width: 3.4133333333vw;
  }
  .p-search-box__row-02__col .c-select-box select {
    font-size: 3.4133333333vw;
    padding-left: 3.4133333333vw;
    padding-right: 6.8266666667vw;
  }
  .p-search-box__row-02__col .c-text-box {
    border-radius: 0.8533333333vw;
    font-size: 3.4133333333vw;
    height: 8.5333333333vw;
    padding-left: 3.4133333333vw;
    padding-right: 3.4133333333vw;
  }
  .p-search-box__row-02 button {
    border-radius: 1.7066666667vw;
    font-size: 5.12vw;
    height: 14.9333333333vw;
    margin-top: 4.2666666667vw;
    width: 100%;
  }
  .p-search-box__row-02 button::after {
    height: 6.8266666667vw;
    left: 5.12vw;
    width: 6.8266666667vw;
  }
  .p-search-box__salary {
    align-items: flex-start;
    flex-direction: column;
  }
  .p-search-box__salary__col {
    margin-right: 0;
  }
  .p-search-box__salary__col > * {
    margin-right: 5.12vw;
  }
  .p-search-box__salary__col > span {
    margin-left: -3.4133333333vw;
    margin-right: 1.7066666667vw;
  }
  .p-search-box__free-word {
    padding-left: 20.48vw;
    padding-top: 3.4133333333vw;
    width: 100%;
  } /**/
  .slick-dots li {
    height: 2.1333333333vw;
    margin: 0 2.1333333333vw;
    width: 2.1333333333vw;
  } /**/ /**/ /**/ /**/
  .u-display--sp {
    display: block;
  }
  .u-display--pc {
    display: none;
  } /**/ }
/*# sourceMappingURL=../map/style.css.map */
