@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* Eric Meyer's Reset CSS v2.0 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 2.2727272727vw;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 69px;
}
@media (min-width: 769px) {
  html {
    font-size: 62.5%;
    padding-bottom: 0;
  }
}

body {
  font-size: 1.6rem;
  position: relative;
  padding-top: 7.4rem;
}
@media (min-width: 769px) {
  body {
    padding-top: 9.62rem;
  }
}
body .is-modal-open {
  overflow: hidden;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overscroll-behavior: contain;
}

a {
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 769px) {
  a:any-link:hover {
    opacity: 0.65;
    transition: 0.2s;
  }
}

div, a {
  box-sizing: border-box;
}

input, textarea {
  outline: none;
}

button {
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
}

.for-pc {
  display: none;
}
@media (min-width: 769px) {
  .for-pc {
    display: block;
  }
}

@media (min-width: 769px) {
  .for-sp {
    display: none;
  }
}

.l-header {
  width: 100vw;
  height: 7.4rem;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 10;
}
.l-header__inner {
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo {
  width: 11.2rem;
}
.l-header__logo p, .l-header__logo h1 {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.6rem;
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__menu {
  display: none;
}
@media (min-width: 769px) {
  .l-header {
    height: 9.62rem;
  }
  .l-header__inner {
    padding: 24px;
  }
  .l-header__logo {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .l-header__logo p, .l-header__logo h1 {
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    color: #133A63;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .l-header__logo img {
    width: 180px;
    height: auto;
  }
  .l-header__utilities {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .l-header__utilities a + a {
    margin-left: 1.2rem;
  }
  .l-header__utilities a + button {
    margin-left: 1.2rem;
  }
  .l-header__utilities button + button {
    margin-left: 1.2rem;
  }
  .l-header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2974C5;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
    white-space: nowrap;
    padding-top: 3.6rem;
    text-align: center;
  }
  .l-header__menu--search {
    width: 7.2rem;
    height: 4.5rem;
    position: relative;
  }
  .l-header__menu--search:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3rem;
    height: 3rem;
    margin-left: -1.5rem;
    background-image: url("../img/icon/icon-search.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 3rem 3rem;
    content: "";
  }
  .l-header__menu--menu {
    width: 4.8rem;
    height: 4.5rem;
    position: relative;
  }
  .l-header__menu--menu:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3rem;
    height: 3rem;
    margin-left: -1.5rem;
    background-image: url("../img/icon/icon-menu.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 3rem 3rem;
    content: "";
  }
}

.l-footer {
  color: #FFF;
  text-align: left;
}
.l-footer a {
  color: #FFF;
}
.l-footer__contents {
  background-color: #133A63;
}
.l-footer__primary {
  background-color: #0B223B;
}
.l-footer__inner {
  padding: 0 1.2rem;
}
.l-footer__head {
  padding-top: 4rem;
}
.l-footer__logo {
  width: 15.2rem;
  height: auto;
  margin-bottom: 2.4rem;
}
.l-footer__banners {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-footer__banners figure {
  width: calc(50% - 1.2rem);
}
.l-footer__banners a {
  width: calc(50% - 1.2rem);
}
.l-footer__banners a img {
  width: 100%;
  height: auto;
}
.l-footer__banners figure a {
  width: 100%;
}
.l-footer__body {
  padding-bottom: 4rem;
}
.l-footer__body h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2.4rem;
}
.l-footer__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l-footer__list li {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 1.2em;
}
.l-footer__list li a {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.l-footer__navigation {
  padding: 2.4rem 0 2.4rem;
}
.l-footer__navigation a:hover {
  text-decoration: underline;
}
.l-footer__navigation li {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.l-footer__navigation li + li {
  margin-top: 1.2rem;
}
.l-footer__copy {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 2.4rem;
}
@media (min-width: 769px) {
  .l-footer__inner {
    max-width: 100.4rem;
    margin: 0 auto;
  }
  .l-footer__inner--pcflex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3rem 1.2rem;
  }
  .l-footer__head {
    padding-top: 6rem;
    margin-bottom: 6rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .l-footer__logo {
    width: 23.5rem;
    margin-bottom: 0;
  }
  .l-footer__banners {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .l-footer__banners figure {
    width: 20.1rem;
  }
  .l-footer__banners a {
    width: 20.1rem;
  }
  .l-footer__banners a img {
    width: 100%;
    height: auto;
  }
  .l-footer__banners figure + figure {
    margin-left: 2.4rem;
  }
  .l-footer__banners a + a {
    margin-left: 2.4rem;
  }
  .l-footer__body {
    padding-bottom: 6rem;
  }
  .l-footer__body h2 {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
  .l-footer__list li {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.92rem;
    margin-right: 2.4rem;
  }
  .l-footer__list li a {
    font-size: 1.6rem;
    line-height: 1.92rem;
  }
  .l-footer__navigation {
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .l-footer__navigation li {
    margin-right: 2.4rem;
  }
  .l-footer__navigation li + li {
    margin-top: 0;
  }
  .l-footer__copy {
    padding-bottom: 0;
  }
}

.l-sidebar__content {
  width: 100%;
}
.l-sidebar__ttle {
  margin: 1.2rem 0 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}
@media (min-width: 769px) {
  .l-sidebar__head {
    padding: 4rem 1.2rem;
  }
  .l-sidebar__head .l-breadcrumbs {
    padding: 0;
    max-width: 98rem;
    margin: 0 auto 3.6rem;
  }
}

.l-breadcrumbs {
  width: 100%;
  padding: 1.2rem;
}
.l-breadcrumbs.is-padding {
  padding: 2.4rem 2.4rem 1.2rem;
}
.l-breadcrumbs__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l-breadcrumbs__list li {
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #555;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
}
.l-breadcrumbs__list li a {
  text-decoration: none;
  font-weight: 400;
  color: #555;
}
.l-breadcrumbs__list li a:hover {
  opacity: 0.75;
}
.l-breadcrumbs__list li:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.l-breadcrumbs__list li + li {
  padding-left: 1.6rem;
}
.l-breadcrumbs__list li + li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0.3rem;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.2rem;
  border-top: solid 0.1rem rgb(0, 0, 0);
  border-right: solid 0.1rem rgb(0, 0, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.l-breadcrumbs__list.--white li {
  color: #FFF;
}
.l-breadcrumbs__list.--white li a {
  color: #FFF;
}
.l-breadcrumbs__list.--white li + li:before {
  border-top: solid 0.1rem rgb(255, 255, 255);
  border-right: solid 0.1rem rgb(255, 255, 255);
}
.l-breadcrumbs__list--archive li.hellowork-root {
  display: none;
}
@media (min-width: 769px) {
  .l-breadcrumbs__outer {
    background: #EEE;
  }
  .l-breadcrumbs.is-columntop {
    padding-bottom: 0;
  }
}

.l-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-grid.is-employment-type {
  background: #FFF;
  padding: 2.4rem 1.2rem 0;
}
.l-grid__col-2 {
  width: calc(50% - 0.8rem);
}
@media (min-width: 769px) {
  .l-grid.is-employment-type {
    padding: 2.4rem 1.2rem 3.6rem;
  }
}

.l-kv {
  width: 100%;
  min-height: 16.9rem;
  background-image: url("../img/common/kv.jpg");
  background-size: cover;
  background-position: center 50%;
}
.l-kv__inner {
  height: 100%;
  padding: 2.4rem;
  background: rgba(19, 58, 99, 0.5);
}
.l-kv__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-kv__icon {
  width: 6rem;
  height: 6rem;
}
.l-kv__text {
  margin-left: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.l-kv__text p + img {
  margin-top: 1.2rem;
}
.l-kv__subttle {
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFF;
}
.l-kv__ttle {
  width: 14rem;
  height: 3.74rem;
}
.l-kv__text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 1.2rem;
}
.l-kv__search {
  width: 100%;
  /*background-color: v.$white;
  border-radius: f.rem(6px);*/
}
@media (min-width: 769px) {
  .l-kv {
    min-height: 59.5rem;
  }
  .l-kv__inner {
    height: 100%;
    min-height: 59.5rem;
    padding: 0 2rem 6rem;
  }
  .l-kv__flex {
    padding-top: 11.9rem;
    margin-bottom: 4.8rem;
  }
  .l-kv__icon {
    width: 8rem;
    height: 8rem;
  }
  .l-kv__text {
    margin-left: 1.2rem;
    flex-direction: column;
  }
  .l-kv__subttle {
    margin-bottom: 0.6rem;
    font-size: 2.4rem;
    line-height: 2.88rem;
  }
  .l-kv__ttle {
    width: 28.8rem;
    height: 7.7rem;
  }
  .l-kv__search {
    max-width: 98rem;
  }
}

.l-wrapper {
  background-color: #F5F5F5;
}
.l-wrapper__inner {
  padding: 2rem 1.2rem 3rem;
}
.l-wrapper__inner--flex {
  padding-top: 1.2rem;
}
.l-wrapper__inner--counter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 0;
}
.l-wrapper__inner--counter p + p {
  margin-left: 0.6rem;
}
@media (min-width: 769px) {
  .l-wrapper__inner {
    padding: 2rem 1.2rem 6rem;
    margin: 0 auto;
    max-width: 1004px;
  }
  .l-wrapper__inner--flex {
    padding-top: 1.2rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .l-wrapper__inner--counter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 0;
  }
}

.l-contents {
  background-color: #F5F5F5;
}
.l-contents__header {
  padding: 3rem 1.2rem 1.2rem;
}
.l-contents__header p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #333;
}
.l-contents__header h2 + p {
  margin-top: 1rem;
}
.l-contents__header--related {
  padding-top: 0;
  padding-bottom: 0;
}
.l-contents__header--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1em;
}
.l-contents__header--link {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
.l-contents__subttle {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}
.l-contents__subttle--related {
  font-size: 2rem;
  padding-bottom: 0;
  margin-bottom: 3.6rem;
  margin-top: 4rem;
}
.l-contents__body--scroll {
  background: transparent;
  padding-top: 2.4rem;
  margin: 0 auto 2.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-x: scroll;
}
.l-contents__body--scroll > a {
  flex-shrink: 0;
}
.l-contents__body--spscroll {
  background: transparent;
  padding-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 769px) {
  .l-contents.is-pcwhite {
    background: #FFF;
  }
  .l-contents.is-pclightgray {
    background: #FCFCFC;
  }
  .l-contents.is-pcmb {
    padding-bottom: 6rem;
  }
  .l-contents__header {
    padding: 6rem 1.2rem 1.2rem;
    max-width: 100.4rem;
    margin: 0 auto;
  }
  .l-contents__header p {
    font-size: 1.8rem;
  }
  .l-contents__header h2 + p {
    margin-top: 2.4rem;
  }
  .l-contents__header--large {
    max-width: 122.4rem;
  }
  .l-contents__header--sidebar {
    padding: 2.4rem 0;
  }
  .l-contents__header--sidebar h2 {
    font-size: 2rem;
  }
  .l-contents__header--recommend {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-contents__header--related {
    padding-bottom: 0;
  }
  .l-contents__header--link {
    position: relative;
    padding-right: 1em;
    color: #555;
  }
  .l-contents__header--link:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-contents__subttle {
    font-size: 2.4rem;
  }
  .l-contents__subttle--related {
    font-size: 2rem;
    padding-bottom: 0;
    margin-bottom: 3.6rem;
    margin-top: 4rem;
  }
  .l-contents__subttle--recommend {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
  }
  .l-contents__subttle--ranking {
    padding-left: 1.2rem;
    font-size: 1.6rem;
  }
  .l-contents__body {
    max-width: 100.4rem;
    margin: 0 auto;
    padding: 0 1.2rem 6rem;
    box-sizing: border-box;
  }
  .l-contents__body--large {
    max-width: 122.4rem;
    padding: 0 1.2rem;
  }
  .l-contents__body--spscroll {
    overflow-x: inherit;
    padding-top: 1.2rem;
    margin: 0 auto 4rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .l-contents__body--ranking {
    flex-direction: column;
    padding: 0;
  }
  .l-contents__body--archive {
    max-width: 74.4rem;
  }
}

.l-column__slider {
  position: relative;
  padding-bottom: 5rem;
}
.l-column__slider .swiper-pagination {
  z-index: 9;
}
.l-column__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 2.4rem;
}
.l-column__slider .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.3rem !important;
  opacity: 1;
  background-color: #D9D9D9;
}
.l-column__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2974C5;
}
.l-column__slider .swiper-slide {
  position: relative;
  z-index: 1;
  height: 31rem;
}
.l-column__slider .swiper-slide p {
  font-size: 1.6rem;
  line-height: 2.32rem;
  font-weight: 400;
  margin: 1rem 0;
  color: #222;
}
.l-column__slider .swiper-slide p.dates {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #555;
  font-size: 1.2rem;
  margin: 0;
}
.l-column__slider .swiper-slide p.title {
  margin-top: 0.2rem;
}
.l-column__slidertxt {
  background: rgba(255, 255, 255, 0.6);
  padding: 0 1.2rem 1.2rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 769px) {
  .l-column__slider .swiper-slide {
    position: relative;
    z-index: 1;
    height: 55.9rem;
  }
  .l-column__slider .swiper-slide p.title {
    margin-top: 0;
    margin-bottom: 0.6rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
  .l-column__slidertxt {
    padding: 2.4rem;
  }
  .l-column__slidertxt .p-article__tags {
    margin: 0;
  }
  .l-column__slidertxt p.title {
    margin-top: 0;
    margin-bottom: 0.6rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}

.l-archive__head {
  background: #1B518B;
  width: 100%;
  padding: 1.2rem;
}
.l-archive__head--column {
  background: #1B518B;
}
.l-archive__ttle {
  padding: 0.6rem 1.2rem 1.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #FFF;
}
.l-archive__ttle span {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  padding-top: 1.2rem;
  font-weight: 400;
}
.l-archive__list {
  padding-top: 1.8rem;
}
.l-archive__container {
  padding: 0;
}
.l-archive__content {
  padding: 3rem 1.2rem 6rem;
}
.l-archive__btn {
  margin-top: 1.2rem;
}
@media (min-width: 769px) {
  .l-archive__head {
    padding: 4rem 1.2rem;
  }
  .l-archive__head .l-breadcrumbs {
    padding: 0;
    max-width: 98rem;
    margin: 0 auto 3.6rem;
  }
  .l-archive__head--column .l-breadcrumbs {
    max-width: 122.4rem;
  }
  .l-archive__ttle {
    display: block;
    max-width: 98rem;
    margin: 0 auto;
    padding: 0;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .l-archive__ttle--column {
    max-width: 122.4rem;
  }
  .l-archive__list {
    padding-top: 4.8rem;
  }
  .l-archive__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 122.4rem;
    gap: 2.4rem;
    margin: 0 auto;
    padding: 4.8rem 1.2rem 4.8rem;
  }
  .l-archive__content {
    width: 100%;
    padding: 0 0 2.4rem;
  }
  .l-archive__btn {
    margin-top: 3.6rem;
  }
}

.l-bannerarea {
  background-color: #EFF7FF;
}
.l-bannerarea__inner {
  padding: 3rem 1.2rem;
}
.l-bannerarea__inner figure {
  width: 100%;
  height: auto;
  display: block;
}
.l-bannerarea__inner a {
  width: 100%;
  height: auto;
  display: block;
}
.l-bannerarea__inner a img {
  width: 100%;
  height: auto;
}
.l-bannerarea__inner a + a {
  margin-top: 1.2rem;
}
.l-bannerarea__inner figure + figure {
  margin-top: 1.2rem;
}
@media (min-width: 769px) {
  .l-bannerarea__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 4.8rem 1.2rem;
    max-width: 100.4rem;
    margin: 0 auto;
  }
  .l-bannerarea__inner figure {
    margin: 1.2rem;
    width: 45rem;
  }
  .l-bannerarea__inner a {
    margin: 1.2rem;
    width: 45rem;
  }
  .l-bannerarea__inner a img {
    width: 100%;
    height: auto;
  }
  .l-bannerarea__inner a + a {
    margin-top: 1.2rem;
  }
  .l-bannerarea__inner figure + figure {
    margin-top: 1.2rem;
  }
}

.l-recommendjobs {
  display: none;
}
@media (min-width: 769px) {
  .l-recommendjobs {
    padding: 4.8rem 0 3.6rem;
    display: block;
    background-color: #EEE;
    position: relative;
  }
  .l-recommendjobs__ttle {
    display: block;
    max-width: 120rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin: 0 auto 3.6rem;
    color: #333;
    font-weight: 700;
  }
  .l-recommendjobs__inner {
    max-width: 120rem;
    margin: 0 auto;
    width: 100%;
  }
  .l-recommendjobs__inner .c-card {
    width: 35.4rem;
    margin-right: 1.2rem;
  }
}

.l-faqarea {
  background-color: #F5F5F5;
}
.l-faqarea__inner {
  padding: 3rem 1.2rem;
}
.l-faqarea__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #333;
  line-height: 1;
}
.l-faqarea__head h2 {
  font-size: 1.6rem;
  font-weight: 500;
}
.l-faqarea__head p {
  font-size: 1.4rem;
  font-weight: 400;
}
.l-faqarea__head a {
  color: #333;
}
.l-faqarea__item {
  margin-top: 1.2rem;
  border-radius: 1.2rem;
  padding: 1.8rem 1.2rem;
  background-color: #FFF;
}
.l-faqarea__item dt {
  color: #222;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-left: 2.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  font-weight: 500;
}
.l-faqarea__item dt:before {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #222;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  content: "Q.";
}
.l-faqarea__item dd {
  color: #222;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-left: 2.5rem;
  padding-top: 1.2rem;
  position: relative;
  font-weight: 400;
}
.l-faqarea__item dd a {
  color: #3493F8;
  text-decoration: underline;
}
.l-faqarea__item dd:before {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #222;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 1.2rem;
  font-weight: 400;
  content: "A.";
}
@media (min-width: 769px) {
  .l-faqarea__inner {
    padding: 6rem 1.2rem;
    max-width: 100.4rem;
    margin: 0 auto;
  }
  .l-faqarea__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #333;
    line-height: 1;
    padding-bottom: 2.4rem;
  }
  .l-faqarea__head h2 {
    font-size: 2.4rem;
  }
  .l-faqarea__head p {
    font-size: 1.4rem;
    position: relative;
    padding-right: 1em;
    color: #555;
  }
  .l-faqarea__head p:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-faqarea__item {
    margin-top: 2.4rem;
    border-radius: 1.2rem;
    padding: 3.6rem 1.2rem 2.4rem;
  }
  .l-faqarea__item dt {
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding-left: 2.9rem;
    padding-bottom: 2.8rem;
  }
  .l-faqarea__item dt:before {
    font-size: 1.8rem;
  }
  .l-faqarea__item dd {
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding-left: 2.9rem;
    padding-top: 1.8rem;
  }
  .l-faqarea__item dd:before {
    font-size: 1.8rem;
    top: 1.8rem;
  }
}

.l-sphover {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 6.9rem;
  padding: 0;
  background-color: #3493F8;
  z-index: 100;
}
.l-sphover__menu {
  display: block;
  width: 33.333%;
  min-height: 4.5rem;
  position: relative;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 0.86;
  padding-top: 4.8rem;
  padding-bottom: 1.2rem;
  text-align: center;
}
.l-sphover__menu--jobopenings {
  width: calc(50% - 2rem);
}
.l-sphover__menu--home:before {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  width: 3rem;
  height: 3rem;
  margin-left: -1.5rem;
  background-image: url("../img/icon/icon-home-white.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 3rem 3rem;
  content: "";
}
.l-sphover__menu--home:after {
  position: absolute;
  top: 1.2rem;
  right: 0;
  width: 0.1rem;
  height: 4.5rem;
  background-color: #fff;
  content: "";
}
.l-sphover__menu--search:before {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  width: 3rem;
  height: 3rem;
  margin-left: -1.5rem;
  background-image: url("../img/icon/icon-search-white.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 3rem 3rem;
  content: "";
}
.l-sphover__menu--search:after {
  position: absolute;
  top: 1.2rem;
  right: 0;
  width: 0.1rem;
  height: 4.5rem;
  background-color: #fff;
  content: "";
}
.l-sphover__menu--menu:before {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  width: 3rem;
  height: 3rem;
  margin-left: -1.5rem;
  background-image: url("../img/icon/icon-menu-white.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 3rem 3rem;
  content: "";
}
.l-sphover__menu--tel:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3rem;
  height: 3rem;
  margin-left: -1.5rem;
  background-image: url("../img/icon/icon-phone-white.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 3rem 3rem;
  content: "";
}
.l-sphover__menu--tel.is-inactive {
  pointer-events: none;
  opacity: 0.65;
}
.l-sphover__menu--mail:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3rem;
  height: 3rem;
  margin-left: -1.5rem;
  background-image: url("../img/icon/icon-mail-white.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 3rem 3rem;
  content: "";
}
@media (min-width: 769px) {
  .l-sphover {
    display: none;
  }
}

.l-articlelist {
  padding: 1.2rem;
  background: #FFF;
  counter-reset: number 0;
}
.l-articlelist.is-ranking {
  background: transparent;
}
.l-articlelist.is-ranking a {
  position: relative;
}
.l-articlelist.is-ranking a:after {
  counter-increment: number 1;
  content: counter(number) " ";
  display: block;
  width: 3.4rem;
  height: 3.6rem;
  position: absolute;
  left: 1.8rem;
  top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  padding-top: 0.7rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.l-articlelist.is-ranking a:first-child:after {
  background-image: url("../img/common/ribbon1.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.l-articlelist.is-ranking a:nth-child(2):after {
  background-image: url("../img/common/ribbon2.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.l-articlelist.is-ranking a:nth-child(3):after {
  background-image: url("../img/common/ribbon3.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.l-articlelist.is-ranking a:nth-child(n+4):after {
  background-image: url("../img/common/ribbon4.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.l-articlelist.is-ranking-pc {
  display: none;
}
.l-articlelist__columntop {
  padding-top: 0;
}
.l-articlelist__columntop .l-articlelist__item:nth-child(n+6) {
  display: none;
}
.l-articlelist__toppage-column {
  padding-bottom: 2.4rem;
}
.l-articlelist__header {
  background: #FFF;
  padding: 2.4rem 1.2rem 1.2rem;
}
.l-articlelist__bottom {
  text-align: right;
  padding: 1.2rem;
}
.l-articlelist__item {
  padding: 1.2rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.l-articlelist__item--large {
  background: #FFF;
  width: 24.5rem;
  padding: 0;
  border-radius: 1.2rem;
  border: 1px solid #DDDDDD;
  display: block;
}
.l-articlelist__item--large:last-child {
  margin-right: 0;
}
.l-articlelist__item--related {
  padding-bottom: 0;
  flex-direction: column;
  overflow: hidden;
}
.l-articlelist__item--related:last-child {
  margin-right: 0;
}
.l-articlelist__item + .l-articlelist__item {
  border-top: 1px solid #EEE;
}
.l-articlelist__image {
  width: 14.2rem;
  height: 10rem;
  min-height: 10rem;
  margin-right: 1rem;
  overflow: hidden;
}
.l-articlelist__image--small {
  height: 10rem;
}
.l-articlelist__image--large {
  width: 100%;
  height: 17.3rem;
  margin-right: 0;
  border-radius: 1.2rem 1.2rem 0 0;
}
.l-articlelist__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-articlelist__detail {
  width: calc(100% - 15.2rem);
}
.l-articlelist__detail--large {
  width: 100%;
  max-width: 100%;
  padding: 1.2rem;
}
.l-articlelist__detail--small {
  max-width: calc(100% - 15.2rem);
}
.l-articlelist__cats {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l-articlelist__cats li {
  background-color: #CDE5FF;
  color: #3493F8;
  font-size: 1.2rem;
  line-height: 0.78;
  padding: 0.6rem 1.2rem;
  border-radius: 0.4rem;
  margin-right: 0.4rem;
  margin-bottom: 1rem;
}
.l-articlelist__cats li a {
  color: #3493F8;
}
.l-articlelist__title {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #222;
  margin-bottom: 1rem;
  width: 300px;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.l-articlelist__title--large {
  width: 100%;
}
.l-articlelist__title--splarge {
  width: 100%;
}
.l-articlelist__title--small {
  width: 100%;
}
.l-articlelist__subttle {
  font-size: 1.6rem;
  font-weight: 500;
}
.l-articlelist__excerpt {
  display: none;
}
.l-articlelist__date {
  font-family: "Montserrat", sans-serif;
  color: #555;
  font-weight: 400;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .l-articlelist.is-ranking-sp {
    display: none;
  }
  .l-articlelist.is-ranking {
    display: block;
    background: transparent;
    padding: 0;
  }
  .l-articlelist.is-ranking a {
    width: 100%;
    padding: 0;
    margin-top: 1.2rem;
    margin-right: 0;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border: none;
    border-radius: 0;
    background: #FFF;
  }
  .l-articlelist.is-ranking a .l-articlelist__image.--large {
    width: 16.4rem;
    min-height: 11.4rem;
    height: 100%;
    border-radius: 0;
  }
  .l-articlelist.is-ranking a .l-articlelist__detail.--large {
    padding: 1.2rem;
    max-width: 26.8rem;
  }
  .l-articlelist.is-ranking a .l-articlelist__title.--large {
    font-size: 1.4rem;
    line-height: 2rem;
    -webkit-line-clamp: 2;
    margin-bottom: 0.6rem;
  }
  .l-articlelist.is-ranking a:after {
    left: auto;
    right: 0.9rem;
    top: 0;
  }
  .l-articlelist.is-related {
    background: transparent;
  }
  .l-articlelist__columntop {
    padding: 0 2.4rem 1.6rem;
  }
  .l-articlelist__columntop .l-articlelist__item:nth-child(n+6) {
    display: flex;
  }
  .l-articlelist__toppage-column {
    padding-bottom: 6rem;
  }
  .l-articlelist__content {
    background: transparent !important;
  }
  .l-articlelist__header {
    background: #FFF;
  }
  .l-articlelist__header--columntop {
    padding: 4rem 2.4rem 0;
  }
  .l-articlelist__body {
    background: #FFF;
  }
  .l-articlelist__bottom {
    text-align: left;
    padding: 3.6rem 0;
  }
  .l-articlelist__item {
    padding: 2.4rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .l-articlelist__item--large {
    padding-top: 0;
    width: 29.1rem;
  }
  .l-articlelist__item--large:last-child {
    margin-right: 0;
  }
  .l-articlelist__item--recommend {
    flex-direction: column;
    padding-bottom: 0;
    max-width: calc(25% - 0.9rem);
  }
  .l-articlelist__item--related {
    padding-bottom: 0;
    width: 24.5rem;
  }
  .l-articlelist__detail {
    width: calc(100% - 30.4rem);
    max-width: calc(100% - 30.4rem);
  }
  .l-articlelist__detail--small {
    width: calc(100% - 15.2rem);
    max-width: calc(100% - 15.2rem);
  }
  .l-articlelist__detail--large {
    width: 100%;
    max-width: 100%;
  }
  .l-articlelist__detail--large.is-ranking {
    width: calc(100% - 17.6rem);
  }
  .l-articlelist__detail--ranking {
    width: calc(100% - 16.4rem);
    max-width: calc(100% - 16.4rem);
    padding: 1.2rem;
    box-sizing: border-box;
  }
  .l-articlelist__detail--pcmedium {
    width: 43.6rem;
    max-width: calc(100% - 18.9rem);
  }
  .l-articlelist__image {
    width: 28rem;
    height: 19.7rem;
    min-height: auto;
    margin-right: 2.4rem;
    box-sizing: border-box;
  }
  .l-articlelist__image--small {
    width: 14.2rem;
    height: 10rem;
    margin-right: 1rem;
  }
  .l-articlelist__image--pcmedium {
    width: 24rem;
    height: 16.9rem;
  }
  .l-articlelist__image--large {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }
  .l-articlelist__image--large.is-ranking {
    width: 16.4rem;
    border-radius: 0;
    margin-right: 0;
  }
  .l-articlelist__image--ranking {
    width: 16.4rem;
    margin-right: 0;
    border-radius: 0;
    height: 13rem;
  }
  .l-articlelist__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .l-articlelist__cats li {
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .l-articlelist__title {
    width: auto;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
    -webkit-line-clamp: 3;
  }
  .l-articlelist__title--ranking {
    font-size: 1.4rem;
    line-height: 1.62;
    margin-top: 0.25em;
    margin-bottom: 0.8rem;
    -webkit-line-clamp: 2;
  }
  .l-articlelist__title--small {
    font-size: 1.6rem;
    margin-bottom: -0.2rem;
    line-height: 2.3rem;
  }
  .l-articlelist__title--splarge {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .l-articlelist__subttle {
    font-size: 2rem;
  }
  .l-articlelist__excerpt {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #555;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .l-articlelist__date {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
}

.is-menu-open .smp-menu {
  display: block;
}

.smp-menu {
  display: none;
}

.l-smp-menu {
  width: 100%;
  height: auto;
  max-height: 69.6rem;
  min-height: 72.8vw;
  background-color: #FFF;
  position: fixed;
  top: 5vh;
  left: 0;
  z-index: 11000;
}
.l-smp-menu__list li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}
.l-smp-menu__list li a {
  padding: 1.2rem 0;
  color: #333;
  display: block;
  position: relative;
}
.l-smp-menu__list li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.6rem;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-smp-menu__list li + li {
  border-top: 1px solid #DDDDDD;
}

.c-btn {
  border-radius: 0.4rem;
  text-decoration: none;
  text-align: center;
  outline: none;
  display: inline-block;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-btn__withimg {
  position: relative;
  height: 10rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 2.4rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
.c-btn__withimg--large {
  height: 16.8rem;
}
.c-btn__withimg--large:last-child {
  margin-bottom: 0;
}
.c-btn__withimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-btn__withimg:after {
  content: "";
  background-color: rgba(34, 34, 34, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.c-btn__withimg p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  z-index: 3;
  font-size: 1.4rem;
  font-weight: 700;
}
.c-btn--link {
  padding: 1.2rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.c-btn--small {
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 0.8;
}
.c-btn--medium {
  padding: 1.2rem 0.6rem;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  line-height: 1;
}
.c-btn--half {
  display: block;
  text-align: center;
  width: calc(50% - 5px);
}
.c-btn--large {
  padding: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.c-btn--full {
  width: 100%;
  text-align: center;
  padding: 1.8rem;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 700;
  line-height: 1;
}
.c-btn--withnotice {
  line-height: 1.6;
  font-size: 1.8rem;
}
.c-btn--withnotice span {
  padding-top: 0.3em;
  display: block;
  font-size: 1.2rem;
}
.c-btn--round {
  border-radius: 4rem;
}
.c-btn--upload {
  padding: 1.25rem;
  font-size: 1.2rem;
}
.c-btn--pink {
  color: #C52929;
  background-color: #FFCDCD;
}
.c-btn--white {
  border: 1px solid #3493F8;
  color: #3493F8;
}
.c-btn--orange {
  background-color: #F89D2A;
  color: #FFF;
}
.c-btn--blue {
  background-color: #3493F8;
  color: #FFF;
}
.c-btn--iceblue {
  background-color: #CDE5FF;
  color: #3493F8;
}
.c-btn--darkblue {
  background-color: #2974C5;
  color: #FFF;
}
.c-btn--bordered {
  border: 1px solid #3493F8;
  background-color: #FFF;
  color: #3493F8;
}
.c-btn__outer--hellowork {
  margin-top: 2.4rem;
}
.c-btn.is-hidden {
  display: none;
}
@media (min-width: 769px) {
  .c-btn:hover {
    opacity: 0.65;
  }
  .c-btn__withimg {
    height: 20rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
  }
  .c-btn__withimg--large {
    height: 32rem;
  }
  .c-btn__withimg--large:last-child {
    margin-bottom: 2.4rem;
  }
  .c-btn__withimg p {
    font-size: 1.6rem;
  }
  .c-btn__outer {
    width: 100%;
    min-width: 600px;
    margin: 3.6rem auto 0;
    text-align: center;
  }
  .c-btn--link {
    padding: 2rem 2.4rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
  }
  .c-btn--small {
    padding: 1.2rem 2.4rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 0.8;
  }
  .c-btn--full {
    width: 24rem;
    margin: 0 auto;
  }
  .c-btn--pcfull {
    width: 100%;
  }
  .c-btn--withnotice {
    line-height: 1.8;
    font-size: 2rem;
  }
  .c-btn--withnotice span {
    padding-top: 0.3em;
    display: block;
    font-size: 1.2rem;
  }
  .c-btn--pcnotround {
    border-radius: 1.2rem;
    margin-bottom: 2.4rem;
  }
}

.c-categories {
  padding-bottom: 0 !important;
}
.c-categories__list li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  border-top: 1px solid #DDDDDD;
  /*&:last-child{
  	a{
  		padding-bottom: 0;
  	}
  }*/
}
.c-categories__list li a {
  color: #333;
  display: block;
  padding: 1.8rem 0;
  position: relative;
}
.c-categories__list li a:after {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  width: 0.4rem;
  height: 1.1rem;
  margin-top: -0.55rem;
  background-image: url("../img/icon/icon-arrow-right-gray-two.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}

.c-keyword {
  padding-right: 0;
  margin-bottom: 1.2rem;
}
.c-keyword__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-keyword__list li a {
  display: inline-block;
  background-color: #FFF;
  color: #222;
  border: 1px solid #222;
  border-radius: 4rem;
  font-size: 1.2rem;
  line-height: 0.8;
  padding: 0.6rem 1.2rem;
  margin-right: 1.2rem;
  margin-top: 1.2rem;
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
}
.c-keyword__list li a:before {
  position: relative;
  content: "#";
}
.c-keyword__list--sidebar {
  margin-top: -1.2rem;
  margin-bottom: 1.2rem;
}
.c-keyword__list--sidebar li a {
  font-size: 1.4rem;
  padding: 1rem 1.8rem;
}
@media (min-width: 769px) {
  .c-keyword {
    padding-bottom: 2.4rem;
    padding-left: 0;
    max-width: 98rem;
  }
  .c-keyword__list li a {
    font-size: 1.6rem;
    padding: 1.2rem 2.4rem;
  }
  .c-keyword__list--sidebar {
    margin-top: -1.2rem;
    margin-bottom: 1.2rem;
  }
  .c-keyword__list--sidebar li a {
    font-size: 1.4rem;
    padding: 1rem 1.8rem;
  }
}

.c-slider {
  padding-top: 2.4rem;
  margin-bottom: 2.4rem;
  background: #FFF;
  /*&__link{
    display: none;
  }*/
}
.c-slider.is-related {
  background: transparent;
}
.c-slider__bottom {
  text-align: right;
  padding-right: 1.2rem;
}
.c-slider__link {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #2974C5;
  position: relative;
  margin-left: 1.2rem;
  padding-right: 1.8rem;
}
.c-slider__link:after {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1.4rem;
  height: 1.3rem;
  margin-top: -0.6rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzExMV8xODMwKSI+CjxwYXRoIGQ9Ik0xMi41NTA2IDguNjc5NDlDMTIuODYxNSA4LjM3ODk0IDEyLjg2MTUgNy44NzY3OSAxMi41NTA2IDcuNTc1NDdMNS4zNzY2NSAwLjYyMjgzN0M1LjA2MTc1IDAuMzE4NDI5IDQuNTUxMDYgMC4zMTg0MjkgNC4yMzY5NSAwLjYyMjgzN0MzLjkyMjA1IDAuOTI3MjQ0IDMuOTIyMDUgMS40MjE2OCA0LjIzNjk1IDEuNzI2MDlMMTAuODQxIDguMTI3ODNMNC4yMzYxNSAxNC41Mjg4QzMuOTIxMjUgMTQuODM0IDMuOTIxMjUgMTUuMzI3NyA0LjIzNjE1IDE1LjYzMjhDNC41NTEwNiAxNS45MzcyIDUuMDYxNzUgMTUuOTM3MiA1LjM3NTg1IDE1LjYzMjhMMTIuNTUwNiA4LjY3OTQ5WiIgZmlsbD0iIzI5NzRDNSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzExMV8xODMwIj4KPHJlY3Qgd2lkdGg9IjE2Ljc4MzgiIGhlaWdodD0iMTUuNDY2NiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4zOTQ1MzEpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") no-repeat;
  background-position: center top;
  background-size: contain;
}
@media (min-width: 769px) {
  .c-slider {
    margin-bottom: 3.6rem;
    background: transparent;
  }
  .c-slider__bottom {
    text-align: left;
    padding-right: 0;
  }
  .c-slider__link {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    color: #2974C5;
    position: relative;
    margin-left: 0;
    padding-right: 2.4rem;
  }
  .c-slider__link:after {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 1.7rem;
    height: 1.5rem;
    margin-top: -0.7rem;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzExMV8xODMwKSI+CjxwYXRoIGQ9Ik0xMi41NTA2IDguNjc5NDlDMTIuODYxNSA4LjM3ODk0IDEyLjg2MTUgNy44NzY3OSAxMi41NTA2IDcuNTc1NDdMNS4zNzY2NSAwLjYyMjgzN0M1LjA2MTc1IDAuMzE4NDI5IDQuNTUxMDYgMC4zMTg0MjkgNC4yMzY5NSAwLjYyMjgzN0MzLjkyMjA1IDAuOTI3MjQ0IDMuOTIyMDUgMS40MjE2OCA0LjIzNjk1IDEuNzI2MDlMMTAuODQxIDguMTI3ODNMNC4yMzYxNSAxNC41Mjg4QzMuOTIxMjUgMTQuODM0IDMuOTIxMjUgMTUuMzI3NyA0LjIzNjE1IDE1LjYzMjhDNC41NTEwNiAxNS45MzcyIDUuMDYxNzUgMTUuOTM3MiA1LjM3NTg1IDE1LjYzMjhMMTIuNTUwNiA4LjY3OTQ5WiIgZmlsbD0iIzI5NzRDNSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzExMV8xODMwIj4KPHJlY3Qgd2lkdGg9IjE2Ljc4MzgiIGhlaWdodD0iMTUuNDY2NiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4zOTQ1MzEpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") no-repeat;
    background-position: center top;
    background-size: contain;
  }
}

.swiper .swiper-slide {
  height: auto;
}

.swiper .swiper-slide-item {
  height: 100%;
}

#genre-swiper, #area-swiper {
  padding-top: 2.4rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: 2.4rem;
  margin-bottom: 1.2rem;
}
#genre-swiper .swiper-slide, #area-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 16.8rem;
  border-radius: 1.2rem;
}
#genre-swiper .swiper-slide:after, #area-swiper .swiper-slide:after {
  content: "";
  background-color: rgba(34, 34, 34, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#genre-swiper .swiper-slide img, #area-swiper .swiper-slide img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: 50% 50%;
}
#genre-swiper .swiper-slide p, #area-swiper .swiper-slide p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  z-index: 3;
  font-size: 1.4rem;
  font-weight: 700;
  width: 90%;
  text-align: center;
}
#genre-swiper .swiper-slide:last-child, #area-swiper .swiper-slide:last-child {
  background-color: #2974C5;
}
#genre-swiper .swiper-slide:last-child:after, #area-swiper .swiper-slide:last-child:after {
  display: none;
}
@media (min-width: 769px) {
  #genre-swiper, #area-swiper {
    padding-bottom: 0;
    margin-bottom: 3.6rem;
    padding-left: calc(50vw - 49rem);
  }
  #genre-swiper .swiper-slide, #area-swiper .swiper-slide {
    height: 32rem;
  }
  #genre-swiper .swiper-slide p, #area-swiper .swiper-slide p {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}

#column-swiper {
  padding-left: 0;
  padding-right: 0;
}
#column-swiper .swiper-slide {
  padding: 0;
  height: 31rem;
  border-radius: 0;
}
#column-swiper .swiper-slide:after {
  display: none;
}
#column-swiper .swiper-slide p {
  position: relative;
  transform: none;
  white-space: inherit;
  top: auto;
  left: auto;
}
#column-swiper .swiper-slide p.title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
#column-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 769px) {
  #column-swiper {
    padding: 3.6rem 0;
    background-color: #EEE;
  }
  #column-swiper .swiper-slide {
    height: 32.34vw;
  }
  #column-swiper .l-column__slidertxt p.title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.c-card {
  background-color: #FFF;
  position: relative;
  padding: 2.4rem 1.2rem 1.2rem;
  margin-bottom: 1.2rem;
  border-radius: 1.2rem;
}
.c-card:nth-child(n+6) {
  display: none;
}
.c-card.--archive:nth-child(n+6) {
  display: block;
}
.c-card .is-update {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 1.4rem;
  padding-right: 0.8rem;
}
.c-card .is-update p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #FFF;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.c-card .is-update:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 6.8rem;
  height: 6.8rem;
  content: "";
  background-image: linear-gradient(-135deg, #2974C5 4.8rem, transparent 0);
  border-radius: 0 1.2rem 0 0;
}
.c-card .is-pickup {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 0.8rem;
  padding-right: 0.4rem;
}
.c-card .is-pickup p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #FFF;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.c-card .is-pickup:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 6.8rem;
  height: 6.8rem;
  content: "";
  background-image: linear-gradient(-135deg, #F83434 4.8rem, transparent 0);
  border-radius: 0 1.2rem 0 0;
}
.c-card__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.9rem;
}
.c-card__head p + p {
  margin-left: 1rem;
}
.c-card__name {
  font-size: 1.2rem;
  font-weight: 500;
  color: #777;
}
.c-card__type {
  display: inline-block;
  background-color: #ccc;
  padding: 0.6rem 1.2rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFF;
}
.c-card__ttle {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #2974C5;
  max-width: 34rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-card__body {
  margin-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-card__img {
  width: 13.5rem;
  height: 8rem;
  margin-right: 1.2rem;
  background-color: #F5F5F5;
  text-align: center;
}
.c-card__img img {
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.c-card__detail {
  width: 24.5rem;
  padding: 0.4rem 0;
}
.c-card__detail p + p {
  margin-top: 2px;
}
.c-card__payment {
  position: relative;
  padding-left: 2.2rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #555;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-card__payment dt {
  padding-right: 3em;
}
.c-card__payment:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.7rem;
  background-image: url("../img/icon/icon-yen.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.c-card__access {
  position: relative;
  padding-left: 2.2rem;
  padding-top: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #555;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-card__access dt {
  padding-right: 1em;
  white-space: nowrap;
}
.c-card__access dd.is-clip {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.c-card__access:before {
  content: "";
  display: block;
  position: absolute;
  overflow: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/icon/icon-map.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.c-card__tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.c-card__tags li {
  display: inline-block;
  background-color: #CDE5FF;
  padding: 0.6rem 1.2rem;
  margin-bottom: 0.2rem;
  margin-right: 0.6rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3493F8;
}
.c-card__tags li a {
  color: #3493F8;
}
.c-card__tags--withlink {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.c-card__tags--withlink li a {
  display: inline-block;
  background-color: #CDE5FF;
  margin-bottom: 0.2rem;
  margin-right: 0.6rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3493F8;
  padding: 0.6rem 1.2rem;
  color: #3493F8;
}
.c-card__foot {
  padding-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ccc;
}
.c-card__writer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 1.2rem 2.4rem;
}
.c-card__writer--img {
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  overflow: hidden;
  margin-right: 2.4rem;
}
.c-card__writer--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__writer--ttle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}
.c-card__writer--name {
  font-size: 1.8rem;
  font-weight: medium;
  margin-bottom: 2.4rem;
}
.c-card__writer--sns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-card__writer--sns li a img {
  width: 3rem;
  height: auto;
}
.c-card__writer--sns li + li {
  margin-left: 1.2rem;
}
.c-card__writer--text {
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
.c-card__writer--text a {
  text-decoration: underline;
  color: #222222;
}
.c-card__writer--link {
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid #2974C5;
  border-radius: 0.4rem;
  margin: 0 auto;
  padding: 1.2rem;
  color: #2974C5;
}
.c-card__supervisor {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .c-card {
    width: calc(50% - 10px);
  }
  .c-card:nth-child(n+6) {
    display: block;
  }
  .c-card__ttle {
    font-size: 1.8rem;
    line-height: 2.6rem;
    max-width: inherit;
  }
  .c-card__body {
    flex-direction: column;
  }
  .c-card__detail {
    width: 100%;
    padding: 1.2rem 0 0;
  }
  .c-card__detail p + p {
    margin-top: 4px;
  }
  .c-card__img {
    width: 100%;
    height: 23rem;
    margin-right: 0;
  }
  .c-card__access {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .c-card__access dd.is-clip {
    display: inherit;
    -webkit-line-clamp: none;
    overflow: auto;
  }
  .c-card.is-small .c-card__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.6rem;
  }
  .c-card.is-small .c-card__head p + p {
    margin-left: 1rem;
  }
  .c-card.is-small .c-card__name {
    font-size: 1.2rem;
    font-weight: 500;
    color: #777;
  }
  .c-card.is-small .c-card__type {
    display: inline-block;
    background-color: #ccc;
    padding: 0.6rem 1.2rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #FFF;
  }
  .c-card.is-small .c-card__ttle {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #2974C5;
    max-width: 34rem;
  }
  .c-card.is-small .c-card__body {
    margin-top: 1.2rem;
    padding-bottom: 1.2rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
  }
  .c-card.is-small .c-card__img {
    width: 13.1rem;
    min-width: 13.1rem;
    height: 8.3rem;
    margin-right: 1.2rem;
  }
  .c-card.is-small .c-card__detail {
    width: 24.5rem;
    max-width: calc(100% - 14.3rem);
    padding: 0.4rem 0;
  }
  .c-card.is-small .c-card__detail p + p {
    margin-top: 2px;
  }
  .c-card.is-small .c-card__payment {
    position: relative;
    padding-left: 2.2rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: #555;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .c-card.is-small .c-card__payment dt {
    padding-right: 1em;
  }
  .c-card.is-small .c-card__payment:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.7rem;
    background-image: url("../img/icon/icon-yen.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  .c-card.is-small .c-card__access {
    position: relative;
    padding-left: 2.2rem;
    padding-top: 0.6rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: #555;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .c-card.is-small .c-card__access dt {
    padding-right: 1.4em;
    white-space: nowrap;
  }
  .c-card.is-small .c-card__access dd.is-clip {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .c-card.is-small .c-card__access:before {
    content: "";
    display: block;
    position: absolute;
    overflow: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("../img/icon/icon-map.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  .c-card.is-small .c-card__tags {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1.2rem;
  }
  .c-card.is-small .c-card__tags li {
    display: inline-block;
    background-color: #CDE5FF;
    padding: 0.6rem 1.2rem;
    margin-bottom: 0.2rem;
    margin-right: 0.6rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #3493F8;
  }
  .c-card.is-small .c-card__tags--withlink {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1.2rem;
  }
  .c-card.is-small .c-card__tags--withlink li a {
    display: inline-block;
    background-color: #CDE5FF;
    padding: 0.6rem 1.2rem;
    margin-bottom: 0.2rem;
    margin-right: 0.6rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #3493F8;
  }
  .c-card.is-small .c-card__foot {
    padding-top: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
  }
  .c-card__writer--ttle {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2.4rem;
  }
  .c-card__writer--name {
    font-size: 2rem;
    font-weight: medium;
    margin-bottom: 2.4rem;
  }
  .c-card__writer--supervisor {
    margin-bottom: 0;
  }
  .c-card__writer--sns {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .c-card__writer--link {
    font-size: 1.6rem;
    line-height: 1;
    width: 100%;
    max-width: 42rem;
    display: block;
    text-align: center;
    border: 1px solid #2974C5;
    border-radius: 0.4rem;
    margin: 0 auto;
    padding: 1.2rem;
    color: #2974C5;
  }
  .c-card__supervisor {
    padding-bottom: 2.4rem;
  }
}

.c-counter {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555;
}
.c-counter__number {
  color: #2974C5;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  line-height: 3.9rem;
  font-weight: 700;
}

.c-search.is-sp {
  margin-top: 2.2rem;
  width: 100%;
}
.c-search.is-pc {
  display: none;
}
.c-search__topbtn {
  width: calc(100vw - 4.8rem);
  height: 4.4rem;
  margin: 0 auto;
  background: #F89D2A;
  border: none;
  outline: none;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}
.c-search__topbtn span {
  position: relative;
  padding-left: 3rem;
}
.c-search__topbtn span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  background: url("../img/icon/icon-search-white2.svg") no-repeat 50% 50%;
  background-size: 2rem auto;
}
.c-search__spbtn {
  width: calc(100vw - 4.8rem);
  margin: 0 auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.c-search textarea, .c-search select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-search__content {
  padding: 0;
  border-bottom: 1px solid #DDDDDD;
}
.c-search__row {
  width: 100%;
}
.c-search__row-item {
  margin-bottom: 2.4rem;
}
.c-search__form-label {
  font-size: 1.2rem;
  color: #888;
}
.c-search__field-wrap {
  padding-top: 1.2rem;
  position: relative;
}
.c-search__freewords-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.c-search__freewords-label {
  padding-bottom: 1.2rem;
  display: block;
}
.c-search__btn-modal {
  width: 100%;
  background: url("../img/icon/icon-arrow-right-gray.svg") no-repeat 97.4% 50%;
  background-size: 1.6rem auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 5.1rem;
  padding: 0 1.2rem;
  border: 1px solid #DDDDDD;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.c-search__open {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.1rem;
  color: transparent;
  z-index: 10;
}
.c-search__textarea {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 5.1rem;
  padding: 0 1.2rem;
  border: 1px solid #DDDDDD;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-search__textarea::placeholder {
  color: #ccc;
  opacity: 1;
}
.c-search__buttons {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 2.4rem 2.4rem;
}
.c-search__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.9rem;
  width: 12rem;
  margin-left: auto;
  background: #3493F8;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 0.6rem;
}
.c-search__submit--round {
  width: 24rem;
  border-radius: 4rem;
}
.c-search__submit--large {
  width: 36rem;
}
.c-search__reset {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3493F8;
  height: 4.9rem;
  width: 12rem;
  border-radius: 4rem;
  color: #3493F8;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}
.c-search__link {
  padding: 1.5rem 1.2rem;
  background: #FFF url("../img/icon/icon-search-black.svg") no-repeat 96% 50%;
  background-size: 3rem auto;
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 769px) {
  .c-search.is-sp {
    display: none;
  }
  .c-search.is-pc {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.2509803922);
    background: #FFF;
    border-radius: 1.2rem;
    margin: 0 auto;
  }
  .c-search__tab {
    width: 100%;
    height: 6rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #EEE;
  }
  .c-search__tab input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .c-search__tab--item {
    height: 100%;
    width: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #555;
    border-right: 1px solid #EEE;
  }
  .c-search__tab--item.is-active {
    background: #3493F8;
    color: #FFF;
  }
  .c-search__tab--item:hover {
    background: #3493F8;
    color: #FFF;
    transition: 0.2s;
  }
  .c-search__tab--item:first-child {
    border-radius: 1.2rem 0 0 0;
  }
  .c-search__tab a:after {
    width: 100%;
    height: 0.25rem;
    background-color: transparent;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .c-search__content {
    padding: 2.4rem 2.4rem 1.8rem;
    border-bottom: none;
    display: none;
  }
  .c-search__content.is-show {
    display: block;
  }
  .c-search__row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .c-search__row-box {
    width: 22.4rem;
    margin-right: 1.2rem;
  }
  .c-search__row-box:last-child {
    margin-right: 0;
  }
  .c-search__form-label {
    font-size: 1.6rem;
    color: #AAA;
  }
  .c-search__field-wrap {
    padding-top: 1.2rem;
    position: relative;
  }
  .c-search__field-wrap:hover {
    opacity: 0.65;
  }
  .c-search__field-wrap input::placeholder {
    color: #AAA;
  }
  .c-search__freewords-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .c-search__btn-modal {
    margin: 0;
    width: 100%;
    padding-right: 3.1rem;
    background: url("../img/icon/icon-arrow-right.svg") no-repeat 95% 50%;
    background-size: 1rem auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 5.1rem;
    padding: 0 1.2rem;
    border: 1px solid #EEE;
    border-radius: 0.6rem;
    font-size: 1.6rem;
  }
  .c-search__open {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22.9rem;
    height: 6.4rem;
    color: transparent;
    z-index: 10;
  }
  .c-search__textarea {
    width: 80rem;
    max-width: 82%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 4.9rem;
    padding: 0 1.2rem;
    border: 1px solid #EEE;
    border-radius: 0.6rem;
    font-size: 1.6rem;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .c-search__buttons {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 2.4rem;
    padding: 0;
  }
  .c-search__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.9rem;
    width: 12rem;
    margin-left: auto;
    background: #3493F8;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    border-radius: 0.6rem;
  }
  .c-search__submit--round {
    width: 24rem;
    border-radius: 4rem;
  }
  .c-search__submit--large {
    width: 36rem;
  }
  .c-search__submit:hover {
    opacity: 0.65;
  }
  .c-search__reset {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3493F8;
    height: 4.9rem;
    width: 12rem;
    border-radius: 4rem;
    color: #3493F8;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
  }
  .c-search__reset:hover {
    opacity: 0.65;
  }
}

.layer {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  display: none;
  overflow-y: hidden;
}

.is-modal-open .layer, .is-layer .layer {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10001;
}

.c-modal {
  max-width: 45rem;
  width: 100%;
  padding: 0;
  background-color: #FFF;
  border-radius: 1.2rem 1.2rem 0 0;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11000;
  top: auto;
  overscroll-behavior: contain;
}
.c-modal__head {
  padding: 2.7rem 2.7rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #DDDDDD;
}
.c-modal__body {
  padding: 0;
  max-height: 54rem;
  overflow: scroll;
  position: relative;
}
.c-modal__body label {
  color: #333;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  white-space: nowrap;
}
.c-modal__body input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  margin-bottom: -0.4rem;
}
.c-modal__body input[type=radio].btn-changecolor:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  content: "";
  background-color: #3493F8;
  background-image: url("../img/icon/icon-checked.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem auto;
  display: block;
  z-index: 11001;
}
.c-modal__body input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  content: "";
  background-color: #3493F8;
  background-image: url("../img/icon/icon-checked.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem auto;
  display: block;
}
.c-modal__body input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  border: 1px solid #DDDDDD;
  margin-bottom: -0.4rem;
}
.c-modal__body input[type=checkbox]:checked:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  content: "";
  background-color: #3493F8;
  background-image: url("../img/icon/icon-checked.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem auto;
  display: block;
}
.c-modal__body input[type=checkbox].c-modal__radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  margin-bottom: -0.4rem;
}
.c-modal__body input[type=checkbox].c-modal__radio:checked:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  content: "";
  background-color: #3493F8;
  background-image: url("../img/icon/icon-checked.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem auto;
  display: block;
}
.c-modal__body--start {
  padding: 2.4rem 2.4rem 8.2rem;
  overflow: scroll;
}
.c-modal__body--spmenu {
  padding: 0.6rem 2.4rem 3.2rem;
}
.c-modal__inner {
  padding: 2.4rem 2.4rem 3.4rem;
  position: relative;
}
.c-modal__list {
  margin-top: 1.2rem;
  border-top: 1px solid #DDDDDD;
  padding-bottom: 5.2rem;
}
.c-modal__list label {
  display: block;
  padding: 1.2rem 0;
}
.c-modal__list label:last-child {
  padding-bottom: 3.6rem;
}
.c-modal__list label + label {
  border-top: 1px solid #DDDDDD;
}
.c-modal__foot {
  padding: 2.4rem;
}
.c-modal__close {
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
}
.c-modal__close img {
  height: 100%;
  width: 100%;
}
.c-modal__backbtn {
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
}
.c-modal__backbtn img {
  height: 100%;
  width: 100%;
}
.c-modal__buttons {
  border-top: 1px solid #DDDDDD;
  padding: 2.4rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: #FFF;
}
.c-modal__buttons button {
  margin-left: 0;
}
.c-modal__buttons button + button {
  margin-left: 1rem;
}
.c-modal__buttons--pc {
  display: none;
}
@media (min-width: 769px) {
  .c-modal {
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    border-radius: 1.2rem;
    width: 78rem;
    max-width: 78rem;
  }
  .c-modal__body {
    padding: 0;
    max-height: auto;
  }
  .c-modal__body label {
    color: #333;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    white-space: nowrap;
    margin-right: 1.2rem;
  }
  .c-modal__body input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 2rem;
    height: 2rem;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    margin-bottom: -0.4rem;
  }
  .c-modal__body input[type=radio]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    content: "";
    background-color: #3493F8;
    background-image: url("../img/icon/icon-checked.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem auto;
    display: block;
  }
  .c-modal__body input[type=checkbox] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 2rem;
    height: 2rem;
    border-radius: 0.4rem;
    border: 1px solid #DDDDDD;
    margin-bottom: -0.4rem;
  }
  .c-modal__body input[type=checkbox]:checked:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border-radius: 0.4rem;
    content: "";
    background-color: #3493F8;
    background-image: url("../img/icon/icon-checked.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem auto;
    display: block;
  }
  .c-modal__inner {
    max-height: auto;
    padding: 3rem 2.4rem 0;
  }
  .c-modal__list {
    margin-top: 2.4rem;
    border-top: none;
    padding-bottom: 0;
  }
  .c-modal__list label {
    display: inline-block;
    padding: 0 0 2.4rem;
  }
  .c-modal__list label:last-child {
    padding-bottom: 3rem;
  }
  .c-modal__list label + label {
    border-top: none;
  }
  .c-modal__list--jobtype {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-modal__list--jobtype label {
    width: 25%;
  }
  .c-modal__buttons {
    border-top: 1px solid #DDDDDD;
    padding: 2.4rem;
    margin: 0;
    width: auto;
    position: relative;
  }
  .c-modal__buttons button {
    margin-left: 1rem;
  }
  .c-modal__buttons--pc {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .c-modal__buttons--sp {
    display: none;
  }
  .c-modal__backbtn {
    display: none;
  }
}

.c-pagination {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2974C5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination .page-numbers {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0.1rem solid #2974C5;
  background: #FFF;
  color: #2974C5;
  border-radius: 0.6rem;
  position: relative;
}
.c-pagination .page-numbers.current {
  background: #2974C5;
  color: #FFF;
}
.c-pagination .page-numbers.prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  content: "";
  height: 1.8rem;
  width: 1.6rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuOTk5ODc1IDguMjk3NjRMOS4wMTAxIDAuMjg3NTU5QzkuMTk1MzcgMC4xMDIxNDYgOS40NDI2OSAwIDkuNzA2MzkgMEM5Ljk3MDEgMCAxMC4yMTc0IDAuMTAyMTQ2IDEwLjQwMjcgMC4yODc1NTlMMTAuOTkyNiAwLjg3NzMxQzExLjM3NjQgMS4yNjE2IDExLjM3NjQgMS44ODYxOCAxMC45OTI2IDIuMjY5ODhMNC4yNjYxOSA4Ljk5NjI3TDExIDE1LjczMDFDMTEuMTg1MyAxNS45MTU1IDExLjI4NzYgMTYuMTYyNyAxMS4yODc2IDE2LjQyNjNDMTEuMjg3NiAxNi42OTAxIDExLjE4NTMgMTYuOTM3MyAxMSAxNy4xMjI4TDEwLjQxMDEgMTcuNzEyNEMxMC4yMjQ3IDE3Ljg5NzkgOS45Nzc1NiAxOCA5LjcxMzg1IDE4QzkuNDUwMTUgMTggOS4yMDI4MyAxNy44OTc5IDkuMDE3NTcgMTcuNzEyNEwwLjk5OTg3NSA5LjY5NTA0QzAuODE0MTcgOS41MDkwNCAwLjcxMjE3MSA5LjI2MDcxIDAuNzEyNzU2IDguOTk2NzFDMC43MTIxNzEgOC43MzE2OSAwLjgxNDE3IDguNDgzNDkgMC45OTk4NzUgOC4yOTc2NFoiIGZpbGw9IiMyOTc0QzUiLz4KPC9zdmc+Cg==");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-pagination .page-numbers.next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  content: "";
  height: 1.8rem;
  width: 1.6rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjAwMDEgOS43MDIzNkwyLjk4OTkgMTcuNzEyNEMyLjgwNDYzIDE3Ljg5NzkgMi41NTczMSAxOCAyLjI5MzYxIDE4QzIuMDI5OSAxOCAxLjc4MjU5IDE3Ljg5NzkgMS41OTczMiAxNy43MTI0TDEuMDA3NDIgMTcuMTIyN0MwLjYyMzU3NCAxNi43Mzg0IDAuNjIzNTc0IDE2LjExMzggMS4wMDc0MiAxNS43MzAxTDcuNzMzODEgOS4wMDM3M0wwLjk5OTk2MSAyLjI2OTg4QzAuODE0Njk0IDIuMDg0NDcgMC43MTI0MDIgMS44MzczIDAuNzEyNDAyIDEuNTczNzRDMC43MTI0MDIgMS4zMDk4OSAwLjgxNDY5NCAxLjA2MjcyIDAuOTk5OTYxIDAuODc3MTYyTDEuNTg5ODYgMC4yODc1NTdDMS43NzUyNyAwLjEwMjE0NCAyLjAyMjQ0IC03Ljk0NzU4ZS0wNyAyLjI4NjE1IC03Ljk0NzU4ZS0wN0MyLjU0OTg1IC03Ljk0NzU4ZS0wNyAyLjc5NzE3IDAuMTAyMTQ0IDIuOTgyNDMgMC4yODc1NTdMMTEuMDAwMSA4LjMwNDk2QzExLjE4NTggOC40OTA5NSAxMS4yODc4IDguNzM5MjkgMTEuMjg3MiA5LjAwMzI5QzExLjI4NzggOS4yNjgzMSAxMS4xODU4IDkuNTE2NTEgMTEuMDAwMSA5LjcwMjM2WiIgZmlsbD0iIzI5NzRDNSIvPgo8L3N2Zz4K");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-pagination .page-numbers + .page-numbers {
  margin-left: 1.2rem;
}
.c-pagination .wp-pagenavi {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2974C5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination .wp-pagenavi a, .c-pagination .wp-pagenavi span {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0.1rem solid #2974C5;
  background: #FFF;
  color: #2974C5;
  border-radius: 0.6rem;
  position: relative;
}
.c-pagination .wp-pagenavi a.current, .c-pagination .wp-pagenavi span.current {
  background: #2974C5;
  color: #FFF;
}
.c-pagination .wp-pagenavi a + a, .c-pagination .wp-pagenavi span + a, .c-pagination .wp-pagenavi a + span {
  margin-left: 1.2rem;
}
.c-pagination .wp-pagenavi a.nextpostslink {
  position: relative;
}
.c-pagination .wp-pagenavi a.nextpostslink:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  content: "";
  height: 1.8rem;
  width: 1.6rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjAwMDEgOS43MDIzNkwyLjk4OTkgMTcuNzEyNEMyLjgwNDYzIDE3Ljg5NzkgMi41NTczMSAxOCAyLjI5MzYxIDE4QzIuMDI5OSAxOCAxLjc4MjU5IDE3Ljg5NzkgMS41OTczMiAxNy43MTI0TDEuMDA3NDIgMTcuMTIyN0MwLjYyMzU3NCAxNi43Mzg0IDAuNjIzNTc0IDE2LjExMzggMS4wMDc0MiAxNS43MzAxTDcuNzMzODEgOS4wMDM3M0wwLjk5OTk2MSAyLjI2OTg4QzAuODE0Njk0IDIuMDg0NDcgMC43MTI0MDIgMS44MzczIDAuNzEyNDAyIDEuNTczNzRDMC43MTI0MDIgMS4zMDk4OSAwLjgxNDY5NCAxLjA2MjcyIDAuOTk5OTYxIDAuODc3MTYyTDEuNTg5ODYgMC4yODc1NTdDMS43NzUyNyAwLjEwMjE0NCAyLjAyMjQ0IC03Ljk0NzU4ZS0wNyAyLjI4NjE1IC03Ljk0NzU4ZS0wN0MyLjU0OTg1IC03Ljk0NzU4ZS0wNyAyLjc5NzE3IDAuMTAyMTQ0IDIuOTgyNDMgMC4yODc1NTdMMTEuMDAwMSA4LjMwNDk2QzExLjE4NTggOC40OTA5NSAxMS4yODc4IDguNzM5MjkgMTEuMjg3MiA5LjAwMzI5QzExLjI4NzggOS4yNjgzMSAxMS4xODU4IDkuNTE2NTEgMTEuMDAwMSA5LjcwMjM2WiIgZmlsbD0iIzI5NzRDNSIvPgo8L3N2Zz4K");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-pagination .wp-pagenavi a.previouspostslink {
  position: relative;
}
.c-pagination .wp-pagenavi a.previouspostslink:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  content: "";
  height: 1.8rem;
  width: 1.6rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuOTk5ODc1IDguMjk3NjRMOS4wMTAxIDAuMjg3NTU5QzkuMTk1MzcgMC4xMDIxNDYgOS40NDI2OSAwIDkuNzA2MzkgMEM5Ljk3MDEgMCAxMC4yMTc0IDAuMTAyMTQ2IDEwLjQwMjcgMC4yODc1NTlMMTAuOTkyNiAwLjg3NzMxQzExLjM3NjQgMS4yNjE2IDExLjM3NjQgMS44ODYxOCAxMC45OTI2IDIuMjY5ODhMNC4yNjYxOSA4Ljk5NjI3TDExIDE1LjczMDFDMTEuMTg1MyAxNS45MTU1IDExLjI4NzYgMTYuMTYyNyAxMS4yODc2IDE2LjQyNjNDMTEuMjg3NiAxNi42OTAxIDExLjE4NTMgMTYuOTM3MyAxMSAxNy4xMjI4TDEwLjQxMDEgMTcuNzEyNEMxMC4yMjQ3IDE3Ljg5NzkgOS45Nzc1NiAxOCA5LjcxMzg1IDE4QzkuNDUwMTUgMTggOS4yMDI4MyAxNy44OTc5IDkuMDE3NTcgMTcuNzEyNEwwLjk5OTg3NSA5LjY5NTA0QzAuODE0MTcgOS41MDkwNCAwLjcxMjE3MSA5LjI2MDcxIDAuNzEyNzU2IDguOTk2NzFDMC43MTIxNzEgOC43MzE2OSAwLjgxNDE3IDguNDgzNDkgMC45OTk4NzUgOC4yOTc2NFoiIGZpbGw9IiMyOTc0QzUiLz4KPC9zdmc+Cg==");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-pagination .wp-pagenavi span.current {
  border: none;
}
.c-pagination__column {
  margin: 2.8rem auto;
}
@media (min-width: 769px) {
  .c-pagination {
    width: 100%;
    min-width: 600px;
    margin: 3.6rem 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .c-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .c-pagination__column {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 2.4rem;
  }
}

.c-form {
  margin-top: 1.2rem;
  padding: 2.4rem 1.6rem 0;
  background: #FFF;
}
.c-form.is-confirm {
  margin-top: 0;
}
.c-form .wpcf7-not-valid-tip {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0.4em;
}
.c-form textarea, .c-form select, .c-form input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form select {
  width: 100%;
  height: 4rem;
  padding: 0 1.2rem;
  border: 1px solid #DDDDDD;
  border-radius: 0.6rem;
  font-size: 1.2rem;
  box-sizing: border-box;
}
.c-form input {
  width: 100%;
  height: 4rem;
  padding: 0 1.2rem;
  border: 1px solid #DDDDDD;
  border-radius: 0.6rem;
  font-size: 16px;
  box-sizing: border-box;
}
.c-form input::placeholder {
  font-size: 1.2rem;
  color: #ccc;
}
.c-form textarea {
  width: 100%;
  min-height: 18.5rem;
  padding: 1.8rem 1.2rem;
  border: 1px solid #DDDDDD;
  border-radius: 0.6rem;
  font-size: 1.2rem;
  box-sizing: border-box;
}
.c-form textarea::placeholder {
  color: #ccc;
  opacity: 1;
}
.c-form label {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #000;
  font-weight: 400;
  padding-bottom: 0.2rem;
}
.c-form label.is-required {
  position: relative;
}
.c-form label.is-required:after {
  content: "必須";
  margin-left: 0.6rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #29C541;
}
.c-form__item {
  margin-bottom: 2.4rem;
}
.c-form__birthday {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-form__birthday > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 33%;
  margin-right: 0.6rem;
}
.c-form__birthday > div:after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOCA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMy45OTk5OCA2Ljc4MDEzQzMuODU2NiA2Ljc4MDEzIDMuNzEzMjQgNi43MjUzOSAzLjYwMzkzIDYuNjE2MTNMMC4xNjQxMTMgMy4xNzYyOEMtMC4wNTQ3MDQ0IDIuOTU3NDYgLTAuMDU0NzA0NCAyLjYwMjY5IDAuMTY0MTEzIDIuMzgzOTZDMC4zODI4NDIgMi4xNjUyMyAwLjczNzU0NiAyLjE2NTIzIDAuOTU2MzgxIDIuMzgzOTZMMy45OTk5OCA1LjQyNzczTDcuMDQzNTkgMi4zODQwNkM3LjI2MjQxIDIuMTY1MzMgNy42MTcwOCAyLjE2NTMzIDcuODM1NzkgMi4zODQwNkM4LjA1NDcxIDIuNjAyNzkgOC4wNTQ3MSAyLjk1NzU3IDcuODM1NzkgMy4xNzYzOEw0LjM5NjAyIDYuNjE2MjRDNC4yODY2NiA2LjcyNTUxIDQuMTQzMyA2Ljc4MDEzIDMuOTk5OTggNi43ODAxM1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 3.8rem;
  margin-top: -0.4rem;
  z-index: 2;
}
.c-form__birthday > div:last-child {
  margin-right: 0;
}
.c-form__birthday select {
  width: calc(100% - 1.8rem);
  height: 3.3rem;
  max-height: 4rem;
}
.c-form__birthday p {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 0 0 0.6rem;
  color: #000;
}
.c-form__wrap {
  background-color: #CDE5FF;
  color: #999;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-form__wrap p {
  color: #fff;
}
.c-form__wrap span {
  background-color: #CDE5FF;
  color: #999;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form__wrap span input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  padding: 1.25rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 0.4rem;
}
.c-form__wrap input[type=file]::file-selector-button {
  background-color: #CDE5FF;
  padding: 0;
  margin-right: 1.4em;
  border: none;
  color: #3493F8;
  height: 100%;
  cursor: pointer;
  font-weight: 700;
}
.c-form__upload {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #000;
  margin-top: 2.4rem;
  padding-bottom: 0.6rem;
}
.c-form__notice {
  color: #999;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.2rem;
}
.c-form__submit {
  text-align: center;
}
.c-form__address {
  padding-bottom: 1.2rem;
}
.c-form__postalcode {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.2rem;
}
.c-form__postalcode button {
  margin-left: 1.2rem;
  font-weight: 500;
  font-size: 1.2rem;
  color: #2974C5;
  white-space: nowrap;
}
.c-form__postalcode input {
  max-width: 22.8rem;
}
.c-form__text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333;
}
.c-form__text span {
  display: block;
  font-size: 1.2rem;
  padding: 0.6rem 0 0.3rem;
}
.c-form__text span + span {
  padding-top: 0;
}
.c-form__text + .c-form__text {
  margin-top: 1.8rem;
}
.c-form.is-btn {
  padding-bottom: 2.4rem;
}
.c-form.is-default p + p {
  margin-top: 0.6rem;
}
.c-form.is-default label {
  padding-bottom: 0.6rem;
}
.c-form.is-default .wpcf7-submit {
  border: none;
  border-radius: 4rem;
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  width: 36rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.2rem;
  background-color: #3493F8;
  color: #FFF;
}
.c-form.is-default .wpcf7-file {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #000;
  margin-top: 0.6rem;
  padding: 1.2rem;
  background-color: #CDE5FF;
  color: #3493F8;
  width: 100%;
}
.c-form.is-default input[type=file]::file-selector-button {
  background-color: #CDE5FF;
  padding: 0;
  margin-right: 1.4em;
  border: none;
  color: #3493F8;
  height: 100%;
  cursor: pointer;
  font-weight: 700;
}
@media (min-width: 769px) {
  .c-form {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-form__submit {
    padding: 0 1.2rem;
  }
  .c-form.is-btn {
    padding-bottom: 0;
  }
  .c-form.is-default .wpcf7-submit {
    border-radius: 1.2rem;
    font-size: 1.6rem;
    margin-top: 1.2rem;
    width: 100%;
  }
  .c-form.is-default .wpcf7-submit:hover {
    opacity: 0.65;
  }
}

.c-balloonchat {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 1.2rem;
}
.c-balloonchat__text {
  position: relative;
  display: block;
  text-align: left;
  width: calc(100% - 8rem);
  z-index: 1;
}
.c-balloonchat__text:after {
  content: "";
  border: 2.8rem solid transparent;
  border-top-color: #CDE5FF;
  position: absolute;
  top: 1.6rem;
  z-index: 1;
}
.c-balloonchat__text p {
  position: relative;
  padding: 1rem 1.2rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #333;
  background: #CDE5FF;
  border-radius: 0.6rem;
  z-index: 2;
}
.c-balloonchat__img {
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  border-radius: 6rem;
}
.c-balloonchat__img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  margin: 0 !important;
}
.c-balloonchat__left {
  flex-direction: row;
}
.c-balloonchat__left .c-balloonchat__text {
  padding-right: 15px;
}
.c-balloonchat__left .c-balloonchat__text:after {
  right: 0;
}
.c-balloonchat__right {
  flex-direction: row-reverse;
}
.c-balloonchat__right .c-balloonchat__text {
  padding-left: 15px;
}
.c-balloonchat__right .c-balloonchat__text:after {
  left: 0;
}
@media (min-width: 769px) {
  .c-balloonchat {
    margin-top: 2.4rem;
  }
  .c-balloonchat__text p {
    padding: 2rem 2.4rem;
    font-size: 1.6rem;
  }
}

.c-toc {
  background: #EFF7FF;
  border-radius: 0.6rem;
  margin-bottom: 4rem;
}
.c-toc__title {
  padding: 2.4rem;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  color: #2974C5;
  font-size: 1.6rem;
  font-weight: 400;
  z-index: 1;
}
.c-toc__title:before {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  content: "開く";
  height: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 2.8rem;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("../img/icon/icon-arrow-down-blue.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 1.6rem 1.6rem;
}
.c-toc__title.active:before {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  content: "閉じる";
  height: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 2.8rem;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("../img/icon/icon-close-blue.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem 2rem;
}
.c-toc__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
}
.c-toc__content.open {
  border-top: 1px solid #DDDDDD;
  max-height: 74rem;
}
.c-toc__list {
  padding: 0 2.4rem 2.4rem;
}
.c-toc__list li {
  border-bottom: 1px solid #DDDDDD;
}
.c-toc__list li a {
  display: block;
  padding: 1.6rem 0;
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .c-toc__list li a {
    padding: 2rem 0;
  }
}

.p-article.is-jobopenings {
  padding-top: 3.3rem;
}
.p-article__container {
  display: block;
}
.p-article__item {
  display: none;
}
.p-article__item.is-show {
  display: block;
}
.p-article__head.--small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 0;
}
.p-article__head.--small > div {
  width: 14.1rem;
  height: 8.1rem;
  overflow: hidden;
  margin-right: 1.2rem;
}
.p-article__head.--small > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-article__head.--small > p {
  max-width: 23.9rem;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #333;
}
.p-article__head--submit {
  display: none;
}
.p-article__head--column {
  background: #fff;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #DDDDDD;
}
.p-article__kv {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.p-article__kv img {
  width: 100%;
  height: auto;
}
.p-article__kv--column {
  height: 22.5rem;
  overflow: hidden;
}
.p-article__kv--column img {
  height: 100%;
  object-fit: cover;
}
.p-article__kv-cat {
  position: absolute;
  top: 1.2rem;
  left: 1.1rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.p-article__kv-cat li {
  background-color: #CDE5FF;
  color: #3493F8;
  font-size: 1.2rem;
  line-height: 0.78;
  padding: 0.6rem 1.2rem;
  border-radius: 0.4rem;
  margin-right: 0.4rem;
  margin-bottom: 1rem;
}
.p-article__kv-cat li a {
  color: #3493F8;
}
.p-article__ttle {
  color: #333;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.9rem;
  margin-bottom: 1.2rem;
}
.p-article__ttle--column {
  color: #222;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.9rem;
  margin-bottom: 1.2rem;
  margin-top: 2.3rem;
}
.p-article__subttle {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 3.6rem 2.4rem 1.2rem;
  color: #333;
}
.p-article__content {
  position: relative;
}
.p-article__content h3 {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.p-article__content--column .swiper-slide {
  height: auto;
}
.p-article__content--column .swiper-slide p {
  position: relative;
  font-weight: 400;
  color: #222;
  white-space: inherit;
  top: auto;
  left: auto;
  transform: none;
}
.p-article__content--column .swiper-slide > div {
  height: 17.3rem;
}
.p-article__content--column .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-article__content--column .swiper-slide:after {
  display: none;
}
.p-article__content--column .swiper-slide:last-child {
  background: #FFF;
}
.p-article__content--column .swiper-slide:first-child {
  margin-left: 1.2rem;
}
.p-article__inner {
  padding: 2.4rem 1.2rem;
  color: #333;
}
.p-article__inner.is-bgwhite {
  background-color: #FFF;
}
.p-article__inner.is-bgblue {
  background-color: #EFF7FF;
}
.p-article__inner.is-bgsp-blue {
  background-color: #EFF7FF;
}
.p-article__inner--mid {
  padding: 2.4rem 1.2rem;
}
.p-article__inner--large {
  padding: 1.2rem;
}
.p-article__inner--content {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  font-size: 1.3rem;
  line-height: 2.2rem;
  font-weight: 400;
}
.p-article__inner--content p {
  font-size: 1.3rem;
  line-height: 2.2rem;
  font-weight: 400;
}
.p-article__inner--content p + p {
  margin-top: 1.2rem;
}
.p-article__inner--content p + h3 {
  margin-top: 2.4rem;
}
.p-article__inner--topcontent {
  padding: 2.4rem 2.4rem 1.2rem;
}
.p-article__inner--column {
  background: #fff;
  padding: 2.4rem 1.2rem;
}
.p-article__inner--writer {
  background: #fff;
  padding: 4rem 1.2rem;
  margin: 2.4rem 0;
}
.p-article__inner--supervisor {
  background: #fff;
  padding: 4rem 1.2rem 4rem;
  margin: 2.4rem 0 0;
}
.p-article__inner--related {
  padding-bottom: 1.2rem;
}
.p-article__tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.p-article__tags li {
  display: inline-block;
  background-color: #CDE5FF;
  padding: 0.6rem 1.2rem;
  margin-bottom: 0.6rem;
  margin-right: 0.6rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3493F8;
}
.p-article__tags li a {
  color: #3493F8;
}
.p-article__tags--column {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.p-article__tags--column li a {
  position: relative;
  font-size: 1.4rem;
  color: #222;
  margin-right: 0.6rem;
  line-height: 2rem;
}
.p-article__tags--column li a:before {
  content: "# ";
  display: inline-block;
}
.p-article__dates {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-article__dates p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #555;
}
.p-article__dates p span {
  font-size: 1.2rem;
  font-weight: 500;
  padding-right: 1rem;
}
.p-article__dates p + p {
  margin-top: 0;
}
.p-article__dates--column {
  font-family: "Montserrat", sans-serif;
  margin-top: 1.2rem;
  font-size: 1.4rem;
}
.p-article__submitbtn {
  width: calc(100% - 2.4rem);
  outline: none;
  margin: 2.4rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F89D2A;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  line-height: 0.8;
  border-radius: 0.6rem;
  height: 4.8rem;
}
.p-article__submitbtn--bottom {
  margin-top: 3.6rem;
}
.p-article__fixed {
  animation-name: fadein;
  animation-duration: 2.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  position: sticky;
  padding-right: 1.7rem;
  bottom: 8rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.p-article__fixed a {
  width: 7rem;
  height: 7rem;
  display: block;
}
.p-article__fixed a + a {
  margin-top: 0.9rem;
}
.p-article__fixed--mail {
  background-image: url("../img/common/btn-submit-sp.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-article__fixed--tel {
  background-image: url("../img/common/btn-tel-sp.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-article__body {
  padding-top: 3.6rem;
  color: #222;
}
.p-article__body p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.p-article__body p strong {
  font-weight: bold;
}
.p-article__body--column p {
  line-height: 2.56rem;
}
.p-article__body--column ul {
  padding-left: 1.65em;
  margin: 0.6em 0;
}
.p-article__body--column ul li {
  position: relative;
  list-style-type: disc;
  text-indent: -0.2em;
  line-height: 1.3;
}
.p-article__body--column ul li + li {
  margin-top: 0.6em;
}
.p-article__body--column ol {
  padding-left: 0;
  margin: 0.6em 0;
  counter-reset: number;
  list-style: none !important;
}
.p-article__body--column ol li {
  position: relative;
  padding-left: 1.65em;
  line-height: 1.3;
}
.p-article__body--column ol li + li {
  margin-top: 0.3em;
}
.p-article__body--column ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
}
.p-article__body h2 {
  background: #EFF7FF;
  display: block;
  border-radius: 0.6rem;
  padding: 2.4rem 1.2rem;
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
}
.p-article__body h3 {
  font-size: 1.6rem;
  line-height: 2rem;
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px solid #2974C5;
  font-weight: 500;
}
.p-article__body h4 {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1.2rem;
  font-weight: 500;
}
.p-article__body ol {
  margin-bottom: 2.4rem;
}
.p-article__body ol li + li {
  margin-top: 1.2rem;
}
.p-article__body p + h2 {
  margin-top: 3.6rem;
}
.p-article__body p + h3 {
  margin-top: 2.4rem;
}
.p-article__body p + h4 {
  margin-top: 2.4rem;
}
.p-article__body p + p {
  margin-top: 2.4rem;
}
.p-article__body img {
  margin: 1.2rem 0;
  border-radius: 1.2rem;
  width: 100%;
  height: auto;
}
.p-article__body blockquote {
  display: block;
  margin: 3.2rem 0;
  padding: 2.2rem 1.2rem;
  border: 1px solid #2974C5;
  color: #2974C5;
}
.p-article__body table {
  width: 100%;
  margin: 1.2rem 0;
  border-spacing: 1px;
}
.p-article__body table th,
.p-article__body table td {
  padding: 1rem 1.2rem;
  font-size: 1.2rem;
  line-height: 2rem;
}
.p-article__body table th.left,
.p-article__body table td.left {
  text-align: left;
}
.p-article__body table th.center,
.p-article__body table td.center {
  text-align: center;
}
.p-article__body table th {
  color: #2974C5;
  background: #CDE5FF;
  vertical-align: middle;
  position: relative;
}
.p-article__body table th:after {
  content: "";
  height: 1px;
  width: 100%;
  padding: 1px 0 0;
  display: block;
}
.p-article__body table th + th {
  border-left: 1px solid #FFF;
}
.p-article__body table td {
  border: 1px solid #DDDDDD;
  color: #000;
}
.p-article__body table tbody {
  border-collapse: collapse;
  border-spacing: 0;
}
.p-article__body table thead {
  position: relative;
  border-spacing: 0;
}
.p-article__body table thead tr th {
  min-width: auto;
}
.p-article__body table thead:after {
  content: "";
  height: 1px;
  width: 100%;
  padding: 1px 0 0;
  display: block;
}
.p-article__body table.spacing {
  border-collapse: separate;
}
.p-article__body table.spacing tr th {
  min-width: 10rem;
}
.p-article__body table + h2 {
  margin-top: 3.6rem;
}
.p-article__body table + h3 {
  margin-top: 2.4rem;
}
.p-article__body ul li + li {
  margin-top: 0.4em;
}
.p-article__body ol li {
  position: relative;
  padding-left: 1.4em;
}
.p-article__body ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0.2em;
}
.p-article__column-relatedlink {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-article__column-relatedlink p + p {
  margin-top: 0.8em;
}
.p-article__column-relatedlink a:link {
  font-size: 1.6rem;
  color: #2974C5;
  text-decoration: underline;
}
.p-article__jobinfo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-article__jobinfo dt {
  display: block;
  padding: 1.2rem;
  width: 11rem;
  color: #555;
  font-size: 1.2rem;
  line-height: 1.74rem;
  font-weight: 400;
}
.p-article__jobinfo dt h3 {
  font-size: 1.2rem;
  line-height: 1.74rem;
  font-weight: 400;
  color: #555;
}
.p-article__jobinfo dd {
  padding: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.74rem;
  font-weight: 400;
  max-width: calc(100% - 15.8rem);
}
.p-article__jobinfo dd a {
  color: #3493F8;
  text-decoration: none;
}
.p-article__jobinfo dd h4,
.p-article__jobinfo dd h5 {
  font-weight: bold;
}
.p-article__jobinfo dd p + p {
  margin-top: 1.4em;
}
.p-article__jobinfo dd p + h4,
.p-article__jobinfo dd p + h5 {
  margin-top: 2.8em;
}
.p-article__jobinfo + .p-article__jobinfo {
  border-top: 1px solid #EEE;
}
.p-article__relatedlink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-article__relatedlink dt {
  display: block;
  padding: 0 1.2rem;
  width: 11rem;
  color: #555;
  font-size: 1.2rem;
  line-height: 1.74rem;
  font-weight: 400;
}
.p-article__relatedlink dd {
  padding: 0 1.2rem;
  font-size: 1.2rem;
  line-height: 1.74rem;
  font-weight: 400;
}
.p-article__relatedlink dd a {
  color: #2974C5;
  text-decoration: none;
}
.p-article__relatedlink + .p-article__relatedlink {
  margin-top: 0.3rem;
}
.p-article__recommend {
  padding: 0 1.2rem 3.6rem;
}
.p-article__recommend h2 {
  padding: 4.8rem 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
.p-article__notice p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin-top: 2.4rem;
  text-align: left;
}
.p-article__sidebar {
  padding: 0 2.4rem 4.8rem;
}
.p-article__sidebar--mailbtn {
  display: none;
}
.p-article__sidebar--column {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
}
.p-article__sidebar--column-detail {
  padding: 0;
}
.p-article__sidebar--confirm {
  padding: 0 2.4rem 4.8rem;
}
.p-article__sidebar--archive {
  min-width: 43.2rem;
}
.p-article__sidebar-item {
  background: #FFF;
  padding: 1.2rem;
  margin-bottom: 1.2rem;
}
.p-article__sidebar-item:last-child {
  margin-bottom: 0;
}
.p-article__sidebar-item input[type=text] {
  font-size: 1.2rem;
  box-sizing: border-box;
  width: 100%;
  padding: 1.8rem 1.2rem;
  border: 1px solid #DDDDDD;
  border-radius: 0.6rem;
  outline: none;
}
.p-article__sidebar-item input[type=text]::placeholder {
  color: #ccc;
  opacity: 1;
}
.p-article__sidebar-item--full {
  padding: 0;
  background: transparent;
}
.p-article__tabs {
  width: 100vw;
  height: 3.3rem;
  background: #FFF;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: fixed;
  top: 7.4rem;
  left: 0;
  z-index: 10;
}
.p-article__tab {
  width: 50%;
  padding: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #555;
  background-color: #FFF;
  border: none;
  cursor: pointer;
}
.p-article__tab.is-active {
  border-bottom: 0.2rem solid #3493F8;
}
@media (min-width: 769px) {
  .p-article .l-breadcrumbs {
    max-width: 120rem;
    margin: 0 auto 1.2rem;
  }
  .p-article .l-breadcrumbs.is-columntop {
    margin-bottom: 0;
  }
  .p-article.is-jobopenings {
    padding-top: 0;
    padding-bottom: 6rem;
  }
  .p-article.is-hellowork {
    padding-bottom: 6rem;
  }
  .p-article__container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 122.4rem;
    gap: 2.4rem;
    margin: 0 auto;
    padding: 0 1.2rem;
    position: relative;
  }
  .p-article__tabs {
    display: none;
    /* タブはPCでは非表示 */
  }
  .p-article__subttle {
    display: block;
    padding: 2.4rem;
    margin: 3.6rem 0 0.6rem;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    background: #EFF7FF;
    border-radius: 0.6rem;
  }
  .p-article__content {
    width: calc(100% - 45.6rem);
    min-width: 50rem;
    padding: 0 2.4rem 4rem;
    display: block;
    /* デフォルト表示 */
    background: #FFF;
  }
  .p-article__content--columntop {
    padding: 0;
  }
  .p-article__content--column {
    width: calc(100% - 45.6rem);
    min-width: 50rem;
    max-width: 74.4rem;
    padding: 0 0 0;
    background: transparent;
  }
  .p-article__content--column .swiper-slide::first-child {
    margin-left: 0;
  }
  .p-article__content--column .swiper {
    padding-left: 0;
  }
  .p-article__content--column .swiper.c-slider {
    margin-bottom: 0;
  }
  .p-article__content--archive {
    width: 100%;
    max-width: 74.4rem;
  }
  .p-article__content h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 3.6rem;
  }
  .p-article__submitbtn {
    display: none;
  }
  .p-article__head {
    padding-top: 4rem;
  }
  .p-article__head.--small {
    display: none;
  }
  .p-article__head--submit {
    display: block;
    height: 7.7rem;
    margin: 0 1.6rem 0;
    background-image: url("../img/common/bg-submit-orange.png");
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 1.8rem;
  }
  .p-article__head--submit p {
    font-size: 2rem;
    line-height: 0.8;
    font-weight: bold;
    padding-left: 3.3rem;
    position: relative;
    display: inline-block;
    color: #fff;
  }
  .p-article__head--submit p:before {
    display: block;
    position: absolute;
    content: "";
    background-image: url("../img/icon/icon-check-white.svg");
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2rem;
    left: 0;
    top: 50%;
    margin-top: -1rem;
  }
  .p-article__kv {
    width: 100%;
    margin: 0 auto;
  }
  .p-article__kv img {
    width: 100%;
    height: auto;
  }
  .p-article__kv--column {
    height: 48rem;
    overflow: hidden;
  }
  .p-article__kv--column img {
    height: 100%;
    object-fit: cover;
  }
  .p-article__body {
    padding-top: 3.6rem;
  }
  .p-article__body p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .p-article__body h3 {
    font-size: 1.8rem;
  }
  .p-article__body table {
    margin-top: 2.4rem;
  }
  .p-article__body table th,
  .p-article__body table td {
    padding: 1rem 1.2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .p-article__inner {
    padding: 2.4rem;
  }
  .p-article__inner.is-bgsp-blue {
    background-color: #F5F5F5;
  }
  .p-article__inner--topcontent {
    padding: 2.4rem 0 4.8rem;
  }
  .p-article__inner--mid {
    padding: 0;
  }
  .p-article__inner--content {
    font-size: 1.6rem;
    line-height: 2.62rem;
    font-weight: 400;
  }
  .p-article__inner--content p {
    font-size: 1.6rem;
    line-height: 2.62rem;
    font-weight: 400;
  }
  .p-article__inner--content p + p {
    margin-top: 2.4rem;
  }
  .p-article__inner--content p + h3 {
    margin-top: 3.6rem;
  }
  .p-article__inner--column {
    padding: 4rem 2.4rem 4rem;
    margin-bottom: 4rem;
  }
  .p-article__inner--supervisor {
    padding: 4rem 2.4rem 4rem;
    margin-bottom: 7.6rem;
  }
  .p-article__inner--related {
    padding-bottom: 3.8rem;
  }
  .p-article__inner--relatedlinkpc {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1.2rem;
    background: #F5F5F5;
    border-radius: 0 0 1.2rem 1.2rem;
  }
  .p-article__jobinfo {
    margin: 0 2.4rem;
  }
  .p-article__jobinfo dt {
    display: block;
    padding: 2.4rem 1.2rem;
    width: 11rem;
    font-size: 1.4rem;
    line-height: 2.02rem;
    font-weight: 400;
  }
  .p-article__jobinfo dt h3 {
    font-size: 1.4rem;
    line-height: 2.02rem;
    font-weight: 400;
    color: #555;
  }
  .p-article__jobinfo dd {
    padding: 2.4rem 1.2rem;
    font-size: 1.4rem;
    line-height: 2.02rem;
    max-width: calc(100% - 15.8rem);
  }
  .p-article__jobinfo dd a:hover {
    opacity: 0.65;
  }
  .p-article__fixed {
    /*position: sticky;
    bottom:f.rem(14px);
    padding-right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;*/
    display: none;
    /*a{
    	width: f.rem(90px);
    	height: f.rem(90px);
    	display: block;
    }
    a+a{
    	margin-top: 0;
    	margin-left: f.rem(11px);
    }
    &--mail{
    	background-image: url('../img/common/btn-submit-pc.png');
    	background-position: center top;
    	background-size: contain;
    	background-repeat: no-repeat;
    }
    &--tel{
    	background-image: url('../img/common/btn-tel-pc.png');
    	background-position: center top;
    	background-size: contain;
    	background-repeat: no-repeat;
    }*/
  }
  .p-article__relatedlink-outer h2 {
    border-radius: 1.2rem 1.2rem 0 0;
    margin-bottom: 0;
  }
  .p-article__relatedlink {
    border-radius: 0 0 0.6rem 0.6rem;
    margin-right: 2.4rem;
  }
  .p-article__relatedlink dt {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    width: auto;
    color: #555;
    font-size: 1.4rem;
    line-height: 2.02rem;
    font-weight: 400;
  }
  .p-article__relatedlink dd {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    font-size: 1.4rem;
    line-height: 2.02rem;
    font-weight: 400;
  }
  .p-article__relatedlink dd a:hover {
    opacity: 0.65;
  }
  .p-article__relatedlink + .p-article__relatedlink {
    margin-top: 0;
  }
  .p-article__sidebar {
    display: block;
    margin-top: 0;
    width: 43.2rem;
    max-width: calc(100% - 50rem);
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    transition: background-color 0.3s;
  }
  .p-article__sidebar--mailbtn {
    display: block;
    padding: 2.4rem 0;
    margin-bottom: 2rem;
    background: #FFF;
    border: 1px solid #F89D2A;
    border-radius: 0.6rem;
    text-align: center;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    color: #F89D2A;
  }
  .p-article__sidebar--mailbtn span {
    position: relative;
  }
  .p-article__sidebar--mailbtn span:before {
    display: block;
    position: absolute;
    content: "";
    background-image: url("../img/icon/icon-mail-orange.svg");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    left: 0;
    top: 50%;
    margin-top: -0.9rem;
    margin-left: -2.8rem;
  }
  .p-article__sidebar--mailbtn span:after {
    display: block;
    position: absolute;
    content: "";
    background-image: url("../img/icon/icon-arrow-left-orange.svg");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    right: 0;
    top: 50%;
    margin-top: -0.6rem;
    margin-right: -2.2rem;
  }
  .p-article__sidebar--column {
    display: block;
    margin-top: 0;
    width: 43.2rem;
    max-width: calc(100% - 50rem);
    padding: 0;
    background: #FFF;
    display: block;
    position: relative;
    margin-top: 0;
    background: transparent;
  }
  .p-article__sidebar--column-archive {
    width: 43.2rem;
  }
  .p-article__sidebar--column-detail {
    display: block;
    margin-top: 0;
    width: 43.2rem;
    max-width: calc(100% - 50rem);
    padding: 0;
    background: #FFF;
    display: block;
    position: relative;
    margin-top: 0;
    background: transparent;
  }
  .p-article__sidebar--confirm {
    display: block;
    margin-top: 0;
    width: 43.2rem;
    max-width: calc(100% - 50rem);
    padding: 0;
    background: #FFF;
  }
  .p-article__sidebar.is-scroll {
    background-color: transparent;
    padding-top: 19rem;
  }
  .p-article__sidebar-inner {
    background: #FFF;
    padding: 2.4rem 0 2.4rem;
  }
  .p-article__sidebar-item {
    width: 100%;
    background: #FFF;
    padding: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .p-article__sidebar-item:last-child {
    margin-bottom: 1.2rem;
  }
  .p-article__sidebar-item input[type=text] {
    font-size: 1.6rem;
    box-sizing: border-box;
    width: 100%;
    padding: 1.8rem 1.2rem;
    transition: 0.3s;
    border: 1px solid #DDDDDD;
    border-radius: 0.6rem;
    outline: none;
  }
  .p-article__sidebar-item--full {
    padding: 0;
    background: transparent;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  70% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-10px);
  }
}
.p-category {
  background: #F5F5F5;
  padding: 2.4rem 1.2rem 6rem;
}
.p-category__inner {
  padding: 2.4rem 1.2rem 2.4rem;
  background: #FFF;
}
@media (min-width: 769px) {
  .p-category {
    padding: 0;
  }
  .p-category__inner {
    width: 100%;
    padding: 6rem 0 0;
    margin: 0;
    background: transparent;
  }
  .p-category__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 3.6rem;
  }
  .p-category__list a {
    width: calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}

.p-supervisor__inner {
  background: #fff;
  padding: 4rem 1.2rem;
}
.p-supervisor__head {
  background: #fff;
  padding-bottom: 0.4rem;
  text-align: center;
}
.p-supervisor__kv {
  height: 20rem;
  width: 20rem;
  border-radius: 10rem;
  overflow: hidden;
  margin: 0 auto;
}
.p-supervisor__kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-supervisor__ttle {
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 2.4rem;
  text-align: center;
}
.p-supervisor__name {
  color: #222222;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 2.4rem;
}
.p-supervisor__birthday {
  color: #222222;
  font-size: 1.6rem;
  margin-top: 2.4rem;
  line-height: 1;
}
@media (min-width: 769px) {
  .p-supervisor__inner {
    padding: 4rem 2.4rem 4rem;
    margin-bottom: 7.6rem;
  }
  .p-supervisor__head {
    text-align: left;
  }
  .p-supervisor__kv {
    margin: 0 2.4rem 0 0;
  }
  .p-supervisor__ttle {
    text-align: left;
  }
  .p-supervisor__name {
    font-size: 2.4rem;
    text-align: left;
  }
  .p-supervisor__birthday {
    text-align: left;
  }
  .p-supervisor__flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.p-writer__inner {
  background: #fff;
  padding: 4rem 1.2rem 0;
}
.p-writer__head {
  background: #fff;
  padding-bottom: 0.4rem;
  text-align: center;
}
.p-writer__kv {
  height: 20rem;
  width: 20rem;
  border-radius: 10rem;
  overflow: hidden;
  margin: 0 auto;
}
.p-writer__kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-writer__ttle {
  font-size: 2.4rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 2.4rem;
  text-align: center;
}
.p-writer__subttle {
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  text-align: left;
}
.p-writer__name {
  margin-top: 2.4rem;
  color: #222222;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.p-writer__comment {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 2.4rem 0 2.4rem;
}
.p-writer__sns {
  justify-content: center;
  margin-bottom: 4rem;
}
.p-writer__columnlist {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 769px) {
  .p-writer__inner {
    padding: 4rem 2.4rem 0;
    margin-bottom: 7.6rem;
  }
  .p-writer__head {
    text-align: left;
  }
  .p-writer__kv {
    margin: 0 2.4rem 0 0;
  }
  .p-writer__ttle {
    text-align: left;
  }
  .p-writer__name {
    font-size: 2.4rem;
    text-align: left;
  }
  .p-writer__birthday {
    text-align: left;
  }
  .p-writer__flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .p-writer__sns {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .p-writer__columnlist .l-articlelist__image--small {
    margin-right: 2rem;
  }
}

.p-select-modal {
  display: none;
}
.p-select-modal__header {
  z-index: 10002;
  width: 98rem;
  max-width: 98rem;
}
.p-select-modal__menu {
  width: 60rem;
  max-width: 60rem;
  padding: 0 3.2rem 2.4rem;
}
.p-select-modal__menu .c-modal__close {
  right: 3.2rem;
}
@media (min-width: 769px) {
  .p-select-modal {
    box-shadow: 0px 0.6rem 20rem 0px rgba(0, 0, 0, 0.35);
  }
}

/*# sourceMappingURL=style.css.map */
