/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/*@mixin noto {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}*/
main,
section,
article,
aside,
nav,
figure,
figcaption {
  display: block;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-stroke: 0.01rem;
  scroll-behavior: smooth;
  font-size: 4.2666666667vw;
}

body {
  width: 100%;
  min-height: 100%;
  color: #000;
  line-height: 1.7;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 2;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover, a:focus-visible {
  text-decoration: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

pre,
code {
  white-space: pre-wrap;
  word-break: break-word;
}

/*-----------------------------------------------------
	base (~1200px)
-----------------------------------------------------*/
@media (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
  body {
    font-size: 1rem;
  }
}
/*-----------------------------------------------------
	base (1200px~)
-----------------------------------------------------*/
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
/*-----------------------------------------------------
	container
-----------------------------------------------------*/
.l-container {
  width: 90%;
  max-width: 67.5rem;
  margin: 0 auto;
}

/*-----------------------------------------------------
	content (~1200px)
-----------------------------------------------------*/
/* # 
-----------------------------------------------------*/
/*-----------------------------------------------------
	content (1200px~)
-----------------------------------------------------*/
/* # 
-----------------------------------------------------*/
/*-----------------------------------------------------
	header (~768px)
-----------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  width: 100%;
  height: 3.75rem;
  z-index: 99;
  -webkit-transition: top 0.6s ease;
  transition: top 0.6s ease;
}
.l-header.is-scroll {
  top: -3.75rem;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.l-header__logo {
  line-height: 0;
}
.l-header__logo img {
  height: 3rem;
}
.l-header__button {
  width: 3.125rem;
  height: 3.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px transparent;
  background: transparent;
  border-radius: 50%;
  margin-right: -2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 101;
  -webkit-transition: border-color 0.6s ease 0s;
  transition: border-color 0.6s ease 0s;
}
.l-header__button::after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}
.l-header__button i {
  width: 1.5625rem;
  height: 0.4375rem;
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.l-header__button i::before, .l-header__button i::after {
  content: "";
  width: 100%;
  height: 0.125rem;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.l-header__button i::before {
  top: 0;
}
.l-header__button i::after {
  bottom: 0;
}
.l-header__button.is-close::after {
  width: 100%;
  height: 100%;
}
.l-header__button.is-close i {
  width: 0.9375rem;
  height: 0.125rem;
}
.l-header__button.is-close i::before, .l-header__button.is-close i::after {
  background-color: #000 !important;
}
.l-header__button.is-close i::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__button.is-close i::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__nav {
  display: block;
  position: fixed;
  top: 3.75rem;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  height: 4.6875rem;
  padding: 0.9375rem;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 0.6s ease;
  transition: clip-path 0.6s ease;
  border-top: 1px solid #ccc;
}
.l-header__nav-list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-left: 1px solid #000;
}
.l-header__nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #000;
}
.l-header__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.l-header__nav-item a:hover {
  opacity: 0.7;
}
.l-header__nav-item a img {
  width: 1.5rem;
}
.l-header__nav-item a span {
  font-size: 0.75rem;
}
.l-header__nav.is-open {
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
}

/*-----------------------------------------------------
	header (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .l-header {
    height: 5rem;
  }
  .l-header.is-scroll {
    top: -5rem;
  }
  .l-header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header__logo {
    line-height: 0;
  }
  .l-header__logo img {
    height: 5rem;
  }
  .l-header__button {
    display: none;
  }
  .l-header__nav {
    position: static;
    pointer-events: auto; /* desktop-nav-fix */
    display: block;
    width: auto;
    height: 2.8125rem;
    padding: 0;
    clip-path: inset(0 0 0 0);
    border-top: none;
  }
  .l-header__nav-list {
    width: 25rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-left: 1px solid #000;
  }
  .l-header__nav-list--single { width: auto; border-left: none; }
  .l-header__nav-list--single .l-header__nav-item { flex: 0 0 auto; border-right: none; }
  .l-header__nav-list--single .l-header__nav-item a { padding: 0 1.5rem; }
  .l-header__nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 1px solid #000;
  }
  .l-header__nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
  .l-header__nav-item a:hover {
    opacity: 0.7;
  }
  .l-header__nav-item a img {
    width: 1.5rem;
  }
  .l-header__nav-item a span {
    font-size: 0.75rem;
  }
}
/*-----------------------------------------------------
	main (~768px)
-----------------------------------------------------*/
.l-main {
  padding-top: 3.75rem;
}

/*-----------------------------------------------------
	main (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .l-main {
    padding-top: 5rem;
  }
}
/*-----------------------------------------------------
	footer (~768px)
-----------------------------------------------------*/
.l-footer {
  background-color: #f7f7f7;
  padding: 2.5rem 0 4.375rem;
}
.l-footer__info {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #888;
}
.l-footer__title {
  text-align: center;
  margin-bottom: 1.25rem;
}
.l-footer__logo {
  line-height: 0;
  margin-bottom: 0.9375rem;
}
.l-footer__logo img {
  height: 4rem;
}
.l-footer__subtitle {
  font-weight: 700;
}
.l-footer__text {
  font-size: 0.75rem;
}
.l-footer__link {
  padding: 2.5rem 0;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  line-height: 1.5;
}
.l-footer__link a {
  text-decoration: none;
}
.l-footer__list {
  -ms-flex-preferred-size: calc(50% - 0.625rem);
      flex-basis: calc(50% - 0.625rem);
}
.l-footer__list:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__list-item {
  -ms-flex-preferred-size: calc(50% - 0.625rem);
      flex-basis: calc(50% - 0.625rem);
  margin-bottom: 1.25rem;
}
.l-footer__copy {
  font-size: 0.75rem;
  text-align: center;
}

/*-----------------------------------------------------
	footer (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .l-footer {
    padding: 4.375rem 0 1.5625rem;
  }
  .l-footer__info {
    padding-bottom: 4.375rem;
  }
  .l-footer__title {
    margin-bottom: 1.875rem;
  }
  .l-footer__logo {
    margin-bottom: 1.5rem;
  }
  .l-footer__logo img {
    height: 6rem;
  }
  .l-footer__link {
    padding: 3.125rem 0;
    font-size: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 4.375rem;
  }
  .l-footer__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-footer__list:first-child {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    gap: 0;
    margin-left: 4.375rem;
  }
  .l-footer__copy {
    font-size: 0.9375rem;
  }
}
/*-----------------------------------------------------
	sp nav (~768px)
-----------------------------------------------------*/
.l-sp-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.125rem;
  background-color: #777;
}
.l-sp-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  margin-top: 1px;
}
.l-sp-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  line-height: 1;
}
.l-sp-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1875rem;
  text-decoration: none;
}
.l-sp-nav__item a:hover {
  opacity: 0.7;
}
.l-sp-nav__item a img {
  width: 1.125rem;
}
.l-sp-nav__item a span {
  font-size: 0.75rem;
}

/*-----------------------------------------------------
	sp nav (768px~)
-----------------------------------------------------*/
.l-sp-nav {
  display: none;
}

/*-----------------------------------------------------
	breadcrumb (~768px)
-----------------------------------------------------*/
.l-breadcrumb {
  padding: 1.25rem 0;
  font-size: 0.8125rem;
}
.l-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-breadcrumb__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-breadcrumb__item:has(img) {
  line-height: 0;
}
.l-breadcrumb__item img {
  width: 1.125rem;
}
.l-breadcrumb__item:not(:last-child)::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: contain;
}

/*-----------------------------------------------------
	main (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .l-breadcrumb {
    padding: 1.5625rem 0;
  }
  .l-breadcrumb__item img {
    width: 1.5rem;
  }
  .l-breadcrumb__item:not(:last-child)::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
/*-----------------------------------------------------
	button
-----------------------------------------------------*/
/* button color
-----------------------------------------------------*/
.c-button-color {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 8.125rem;
  height: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.9375rem;
  background-color: #f7988c;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.c-button-color:hover {
  background-color: #fab1a7;
}

@media (min-width: 768px) {
  .c-button-color {
    min-width: 10.625rem;
    height: 4rem;
    border-radius: 1.25rem;
  }
}
/* button outline
-----------------------------------------------------*/
.c-button-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 8.125rem;
  height: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.9375rem;
  border: 1px solid #f7988c;
  color: #f7988c;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: border-color 0.4s ease, color 0.4s ease;
  transition: border-color 0.4s ease, color 0.4s ease;
}
.c-button-outline:hover {
  border-color: #fab1a7;
  color: #fab1a7;
}

@media (min-width: 768px) {
  .c-button-outline {
    min-width: 10.625rem;
    height: 4rem;
    border-radius: 1.25rem;
  }
}
/*-----------------------------------------------------
	content (~1200px)
-----------------------------------------------------*/
/* # 
-----------------------------------------------------*/
/*-----------------------------------------------------
	content (1200px~)
-----------------------------------------------------*/
/* # 
-----------------------------------------------------*/
/*-----------------------------------------------------
	form items (~768px)
-----------------------------------------------------*/
/* select mid
-----------------------------------------------------*/
.c-select-mid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #888;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  padding: 1em;
  padding-right: 3em;
  background: url("../images/selectArrow.svg") right 1em center no-repeat;
  background-size: 0.8em auto;
  width: 9.375rem;
}

@media (min-width: 768px) {
  .c-select-mid {
    width: 12.1875rem;
  }
}
/* input small
-----------------------------------------------------*/
.c-input-small {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #888;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  padding: 1em;
  width: 6.25rem;
}

@media (min-width: 768px) {
  .c-input-mid {
    width: 9.0625rem;
  }
}
/* input mid
-----------------------------------------------------*/
.c-input-mid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #888;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  padding: 1em;
  width: 9.375rem;
}

@media (min-width: 768px) {
  .c-input-mid {
    width: 12.1875rem;
  }
}
/* input large
-----------------------------------------------------*/
.c-input-large {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #888;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  padding: 1em;
  width: 17.5rem;
}

@media (min-width: 768px) {
  .c-input-large {
    width: 23.4375rem;
  }
}
/* submit
-----------------------------------------------------*/
.c-submit {
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.9375rem;
  font-size: 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f7988c;
  color: #fff;
  -webkit-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
  cursor: pointer;
  width: 12.5rem;
  height: 3.125rem;
}
.c-submit:hover {
  background-color: #ef8276;
}

@media (min-width: 768px) {
  .c-submit {
    border-radius: 1.25rem;
    width: 11.125rem;
    height: 3.75rem;
  }
}
/*-----------------------------------------------------
	content (~1200px)
-----------------------------------------------------*/
/* # 
-----------------------------------------------------*/
/*-----------------------------------------------------
	content (1200px~)
-----------------------------------------------------*/
/* # 
-----------------------------------------------------*/
/*-----------------------------------------------------
	list-pill (~768px)
-----------------------------------------------------*/
.c-list-pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.46875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.75rem;
  color: #f26957;
  margin-top: 0.75em;
}
.c-list-pill li {
  border: 1px solid #f26957;
  padding: 0 0.75em;
  border-radius: 1.5em;
}

/* # 
-----------------------------------------------------*/
/*-----------------------------------------------------
	content (~1200px)
-----------------------------------------------------*/
/* # 
-----------------------------------------------------*/
/*-----------------------------------------------------
	content (1200px~)
-----------------------------------------------------*/
/* # 
-----------------------------------------------------*//*# sourceMappingURL=style.css.map */
.c-button-color { border: 1px solid transparent; }

/* footer-fix : フッターリンクをクリーンなレスポンシブ配置に（全リスト1カラム・中央寄せ）*/
.l-footer__link{ justify-content:center !important; align-items:flex-start; gap:2rem 3rem; flex-wrap:wrap !important; }
.l-footer__list, .l-footer__list:first-child{ flex:0 1 auto !important; flex-basis:auto !important; display:block !important; gap:0 !important; margin:0 !important; }
.l-footer__list-item, .l-footer__list:first-child .l-footer__list-item{ flex-basis:auto !important; display:block !important; margin-bottom:.85rem; }
.l-footer__list-item a{ color:#444; }
.l-footer__list-item a:hover{ color:#f7988c; text-decoration:underline; }
@media (min-width:768px){
	.l-footer__link{ justify-content:center !important; align-items:flex-start; gap:2.5rem 4.5rem; flex-wrap:wrap !important; }
	.l-footer__list, .l-footer__list:first-child{ flex:0 1 auto !important; margin-left:0 !important; }
	.l-footer__list-item{ white-space:nowrap; }
}
@media (max-width:767px){
	.l-footer__link{ flex-direction:column; align-items:center; text-align:center; gap:1.5rem; }
	.l-footer__list{ width:100%; }
	.l-footer__list-item{ margin-bottom:.7rem; }
}
/* sp-only 改行ユーティリティ（PCでは改行しない）*/
@media (min-width:768px){ .u-sp-br{ display:none; } }

/* topsearch link gray (D) : エリア/職種/特徴リンクをグレーに */
.p-topsearch-list__item a{ color:#555; text-decoration:none; }
.p-topsearch-list__item a:hover{ color:#f7988c; }
.p-topsearch-list__item a .num{ color:#999; font-size:.85em; margin-left:.2em; }
