@charset "UTF-8";
/* ==============================================================
*  ベース
* ============================================================ */
@font-face {
  font-family: "genjyu";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/GenJyuuGothic-Monospace-Medium.eot");
  src: url("/fonts/GenJyuuGothic-Monospace-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/GenJyuuGothic-Monospace-Medium-d2239962d1e03186fb00243e1aef486f.ttf") format("truetype"), url("/fonts/GenJyuuGothic-Monospace-Medium-20828388209addb03c8ab89832bc122f.woff") format("woff");
}
@font-face {
  font-family: "genjyu";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/GenJyuuGothic-Monospace-Bold.eot");
  src: url("/fonts/GenJyuuGothic-Monospace-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/GenJyuuGothic-Monospace-Bold-ece61bfff7c48d44bfdd651139636f0f.ttf") format("truetype"), url("/fonts/GenJyuuGothic-Monospace-Bold-568c7eace0384d21700668e35e47ef8c.woff") format("woff");
}
.mt005 {
  margin-top: 0.5em !important;
}

.mt01 {
  margin-top: 1em !important;
}

.mt015 {
  margin-top: 1.5em !important;
}

.mt02 {
  margin-top: 2em !important;
}

.mt03 {
  margin-top: 3em !important;
}

.mt04 {
  margin-top: 4em !important;
}

.mt05 {
  margin-top: 5em !important;
}

.mt06 {
  margin-top: 6em !important;
}

.mt07 {
  margin-top: 7em !important;
}

.mt08 {
  margin-top: 8em !important;
}

.mt09 {
  margin-top: 9em !important;
}

.mt10 {
  margin-top: 10em !important;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.al {
  text-align: left;
}

/* ==============================================================
*  ベース
* ============================================================ */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1380px) {
  html {
    font-size: 0.724vw;
  }
}
@media screen and (max-width: 1240px) {
  html {
    font-size: 0.76vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2vw;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 2.2vw;
  }
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, form {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  text-align: left;
  color: #231815;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 480px) {
  body, h1, h2, h3, h4, h5, h6, p, address,
  ul, ol, li, dl, dt, dd,
  table, th, td, form {
    font-size: 1.4rem;
  }
}
.ie body, .ie h1, .ie h2, .ie h3, .ie h4, .ie h5, .ie h6, .ie p, .ie address, .ie ul, .ie ol, .ie li, .ie dl, .ie dt, .ie dd, .ie table, .ie th, .ie td, form {
  font-family: "Noto Sans JP", BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "メイリオ", "Meiryo", Verdana, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

img {
  vertical-align: bottom;
}

article, header, footer, main, aside, figure, figcaption, nav, section {
  display: block;
}

p {
  line-height: 1.6;
  margin: 0;
}

strong {
  font-weight: bold;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure {
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  line-height: 1;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*
    &:hover{
    opacity: 0.6;
  }
    */
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.sp {
  display: none !important;
}

.main-cont {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .main-cont {
    width: 94.6%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-cont {
    width: 94.6%;
  }
}

.main--bg {
  position: relative;
}
.main--bg::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 10.5em;
  right: 0;
  background: #EDFAFD;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .main--bg::after {
    content: none;
  }
}

.secure-cont {
  position: relative;
  width: 1200px;
  min-height: 52em;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 5em;
}
@media screen and (max-width: 1730px) {
  .secure-cont {
    width: calc(1200px + 17em);
    padding-left: 17em;
    margin: 0;
  }
}
@media screen and (max-width: 1500px) {
  .secure-cont {
    width: calc(100% - 2em);
  }
}
@media screen and (max-width: 767px) {
  .secure-cont {
    width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    min-height: inherit;
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1240px) {
  .secure-cont {
    width: 94.6%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .secure-cont {
    width: 94.6%;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.bold {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  a:hover, input:hover, button:hover {
    opacity: 1 !important;
  }
  a:hover img, input:hover img, button:hover img {
    opacity: 1 !important;
  }
}
/* ==============================================================
*  レイアウト
* ============================================================ */
.header {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 0.625em 2.5em 0 3.75em;
  z-index: 10;
}
@media screen and (max-width: 1240px) {
  .header {
    padding: 0.625em 1.2em 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0;
    z-index: 10;
  }
}
.header-wrap {
  z-index: 9;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header-wrap {
    position: inherit;
    top: auto;
    left: auto;
    height: auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    width: 100%;
    padding: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.header-logo {
  width: 20em;
}
.header-logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 26vw;
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 35vw;
    background: #fff;
  }
}
.header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header-link {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.header-blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-blank-list {
  font-size: 1.7rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  margin-right: 1.7em;
}
.header-blank-list__txt {
  background: url(/img/common/icon_blank-8dbf12f9289674f1e98345f10e23a947.svg) right center no-repeat;
  background-size: 0.7em auto;
  padding: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  .header-blank {
    display: none;
  }
}
.header-func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-right: 1px dotted #A1D6E2;
}
@media screen and (max-width: 767px) {
  .header-func {
    width: 52vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-right: 1px solid #F1F1F2;
  }
}
.header-func-list {
  width: 8.6em;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  border-left: 1px dotted #A1D6E2;
}
@media screen and (max-width: 767px) {
  .header-func-list {
    width: 26vw;
    border-left: 1px solid #fff;
  }
}
.header-func-list__txt {
  display: block;
  text-align: center;
  color: #1995AD;
  padding: 0.36em 0 0.2em;
}
@media screen and (max-width: 767px) {
  .header-func-list__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0;
  }
}
.header-func-list__txt img {
  display: block;
  width: auto;
  height: 1.7em;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  .header-func-list__txt img {
    display: none;
  }
}
.header-func-list__txt:hover {
  opacity: 0.7;
}
.header-func-list--apply .header-func-list__txt {
  color: #FA6775;
}
@media screen and (max-width: 767px) {
  .header-func-list--apply .header-func-list__txt {
    background: #FA6775;
    color: #fff;
  }
}
.header-func-list--apply .header-func-list__txt span {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-func-list--apply .header-func-list__txt span {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .header-func-list--login .header-func-list__txt {
    border: 1px solid #1995AD;
  }
}
.header-func-list--nowlogin {
  background: #1995AD;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px dashed #A1D6E2;
}
@media screen and (max-width: 767px) {
  .header-func-list:first-child {
    display: none;
  }
}
.header-tel {
  font-size: 2.7rem;
  font-family: "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
  font-weight: bold;
  margin-left: 1em;
  line-height: 1.1;
}
.header-tel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1995AD;
}
.header-tel__receipt {
  font-size: 1.4rem;
}
.header-tel img {
  width: 0.95em;
  height: auto;
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .header-tel {
    display: none;
  }
}
.header-bell {
  width: 2.25em;
  margin-left: 1.5em;
}
@media screen and (max-width: 1240px) {
  .header-bell {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .header-bell {
    margin-left: 0;
  }
}
.header-bell img {
  width: 1em;
  height: auto;
}
.header-bell__link {
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-bell__link:hover {
  opacity: 0.7;
}
.header-bell__txt {
  font-size: 1.2rem;
  text-align: center;
  color: #0C687A;
  margin: 0.2em 0 0;
}
.header-bell__sign {
  position: absolute;
  top: 0;
  right: 0;
  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;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  border-radius: 100%;
  font-size: 1.2rem;
  background: #FA6775;
  color: #fff;
}
.header-member {
  margin-left: 1.25em;
}
.header-member__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-member__img {
  border-radius: 100%;
  width: 2.8em;
  height: 2.8em;
}
@media screen and (max-width: 767px) {
  .header-member__img {
    width: 2em;
    height: 2em;
  }
}
.header-member__txt {
  position: relative;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  color: #0C687A;
  padding: 0 1em 0 0;
  margin-left: 0.6em;
}
@media screen and (max-width: 1580px) {
  .header-member__txt {
    font-size: 1.4rem;
  }
}
.header-member__txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #0C687A;
  border-right: 2px solid #0C687A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(0, -70%) rotate(45deg);
      -ms-transform: translate(0, -70%) rotate(45deg);
          transform: translate(0, -70%) rotate(45deg);
}
.header-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 13vw;
    height: 13vw;
    background: #fff;
  }
  .header-toggle div {
    position: relative;
    width: 6vw;
    height: 5vw;
  }
}
.header-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7B7B7B;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header-toggle span:nth-child(1) {
  top: 0;
}
.header-toggle span:nth-child(2) {
  top: 2.35vw;
}
.header-toggle span:nth-child(3) {
  top: 4.7vw;
}
.header-toggle.action span:nth-child(1) {
  top: 2.35vw;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header-toggle.action span:nth-child(2) {
  width: 0;
}
.header-toggle.action span:nth-child(3) {
  top: 2.35vw;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.header-nav {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-nav {
    pointer-events: none;
    position: fixed;
    top: 13vw;
    right: 0;
    width: 100vw;
    height: calc(100% - 13vw);
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1000;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    padding: 0 0 20vw;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-nav.open {
    pointer-events: all;
    opacity: 1;
  }
}
.header-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.2em 0 1.875em;
}
@media screen and (max-width: 767px) {
  .header-nav-menu {
    display: block;
    padding: 0;
    margin-top: 3vw;
  }
}
.header-nav-menu-list {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .header-nav-menu-list {
    font-size: 1.6rem;
    border-bottom: 1px dotted #BCBABE;
  }
}
.header-nav-menu-list + .header-nav-menu-list {
  margin-left: 4.7em;
}
@media screen and (max-width: 767px) {
  .header-nav-menu-list + .header-nav-menu-list {
    margin-left: 0;
  }
}
.header-nav-menu-list__link {
  position: relative;
  display: block;
  line-height: 1;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .header-nav-menu-list__link {
    color: #1995AD;
    padding: 1em 0.8em;
  }
}
.header-nav-menu-list__link::before {
  content: "";
  position: absolute;
  bottom: -0.7em;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FA6775;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .header-nav-menu-list__link::before {
    content: none;
  }
}
.header-nav-menu-list__link:hover::before {
  opacity: 1;
}
.header-nav-menu-list--current .header-nav-menu-list__link::before {
  opacity: 1;
}
.header-nav-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-nav-sp {
    border-top: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #1995AD;
  }
  .header-nav-sp-list {
    width: 50%;
    font-size: 1.4rem;
    border-top: 1px solid #A1D6E2;
  }
  .header-nav-sp-list:nth-child(even) {
    border-left: 1px solid #A1D6E2;
  }
  .header-nav-sp-list:nth-child(-n+2) {
    border-top: 0;
  }
  .header-nav-sp-list:last-child {
    font-family: "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
    font-weight: bold;
  }
  .header-nav-sp-list:last-child .header-nav-sp-list__link {
    height: 6vw;
  }
  .header-nav-sp-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    height: 10vw;
  }
  .header-nav-sp-list__link img {
    width: auto;
    height: 1em;
    margin-right: 0.5em;
  }
  .header-nav-sp-list__receipt {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    height: 4vw;
  }
}
.header--secure {
  padding: 0.625em 2em 0 1em;
}
@media screen and (max-width: 1580px) {
  .header--secure .header-blank-list {
    font-size: 1.4rem;
  }
  .header--secure .header-func-list {
    width: 7.2em;
    font-size: 1.3rem;
  }
  .header--secure .header-tel {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1240px) {
  .header--secure {
    padding: 0.625em 1.2em 0;
  }
  .header--secure .header-blank-list {
    font-size: 1.2rem;
    margin-right: 1em;
  }
  .header--secure .header-func-list {
    width: 10.4em;
    font-size: 1.1rem;
  }
  .header--secure .header-func-list:nth-last-child(-n+2) {
    width: 8em;
  }
  .header--secure .header-tel {
    font-size: 2.2rem;
    margin-left: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .header--secure {
    padding: 0;
  }
  .header--secure .header-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header--secure .header-func {
    display: none;
  }
  .header--secure .header-toggle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header--secure .header-wrap {
    padding-right: 4vw;
  }
  .header--secure .header-nav.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header--secure .header-nav-sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-top: 0;
  }
  .header--secure .header-nav-menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
}
.header--secure .header-logo {
  width: 13.65em;
}
@media screen and (max-width: 1240px) {
  .header--secure .header-logo {
    width: 11em;
  }
}
@media screen and (max-width: 767px) {
  .header--secure .header-logo {
    background: #fff;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.side-nav {
  position: absolute;
  top: 100%;
  left: -1em;
  width: 16em;
  z-index: 2;
  background: #fff;
  padding: 0 1em;
}
@media screen and (max-width: 1240px) {
  .side-nav {
    left: -1.2em;
  }
}
@media screen and (max-width: 767px) {
  .side-nav {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto !important;
    padding: 3vw 0 0 0;
  }
}
.side-nav-list {
  font-size: 1.4rem;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .side-nav-list {
    font-size: 1.6rem;
    border-bottom: 1px dotted #BCBABE;
    margin-top: 0;
  }
}
.side-nav-list:first-child {
  margin-top: 0;
}
.side-nav-list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1995AD;
  padding: 1.4em 0 1.4em 3.4em;
  border-radius: 0.7em;
}
@media screen and (max-width: 767px) {
  .side-nav-list__link {
    width: 100%;
    padding: 1em 0.8em 1em 3.4em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.side-nav-list__link.active, .side-nav-list__link:hover {
  background: #1995AD;
  color: #fff;
}
.side-nav-list__link--acc {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.side-nav-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5em;
  width: 1.14em;
  height: 2em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .side-nav-list__link::before {
    left: 1.3em;
  }
}
.side-nav-list__link--none {
  pointer-events: none;
  opacity: 0.6;
}
.side-nav-list__link--home::before {
  background: url(/img/common/icon_side_home_gr-aab45e433c92764c693c89343305f033.svg) 0 center no-repeat;
  background-size: 100% auto;
}
.side-nav-list__link--home.active::before, .side-nav-list__link--home:hover::before {
  background: url(/img/common/icon_side_home_wh-50a54a7f2f62bff11f60f91a56322808.svg) 0 center no-repeat;
  background-size: 100% auto;
}
.side-nav-list__link--offer::before {
  background: url(/img/common/icon_side_offer_gr-13ebda2529c8f6e13ab4420909356895.svg) 0 center no-repeat;
  background-size: 100% auto;
}
.side-nav-list__link--offer.active::before, .side-nav-list__link--offer:hover::before {
  background: url(/img/common/icon_side_offer_wh-2f3f49ea2fc1269ba76d43e117426729.svg) 0 center no-repeat;
  background-size: 100% auto;
}
.side-nav-list__link--fav::before {
  background: url(/img/common/icon_side_fav_gr-cd4dc6b1590783aa99fb0657ecd75e2f.svg) 0 center no-repeat;
  background-size: 100% auto;
}
.side-nav-list__link--fav.active::before, .side-nav-list__link--fav:hover::before {
  background: url(/img/common/icon_side_fav_wh-f73241ddbcf7c6bb448e626bf53a4e00.svg) 0 center no-repeat;
  background-size: 100% auto;
}
.side-nav-list__link--hozon::before {
  background: url(/img/common/icon_side_hozon_gr-626280648056f03323c829163634c6c3.svg) 0 center no-repeat;
  background-size: 100% auto;
}
.side-nav-list__link--hozon.active::before, .side-nav-list__link--hozon:hover::before {
  background: url(/img/common/icon_side_hozon_wh-cf425210e3522a8374300eb4bfa0308e.svg) 0 center no-repeat;
  background-size: 100% auto;
}
.side-nav-list__link--rireki::before {
  background: url(/img/common/icon_side_rireki_gr-cc44dafadaee73f76862e773119c1f28.svg) 0 center no-repeat;
  background-size: 100% auto;
}
.side-nav-list__link--rireki.active::before, .side-nav-list__link--rireki:hover::before {
  background: url(/img/common/icon_side_rireki_wh-8534ea2d17206a73ae425956e76686c3.svg) 0 center no-repeat;
  background-size: 100% auto;
}
.side-nav-list__link--register::before {
  background: url(/img/common/icon_side_register_gr-7b245fe16f7c02020769e6dd2486a6b3.svg) center center no-repeat;
  background-size: 80% auto;
}
.side-nav-list__link--register.active::before, .side-nav-list__link--register:hover::before {
  background: url(/img/common/icon_side_register_wh-08d1415cffec6b9ccd3c3dce8d26f1a9.svg) center center no-repeat;
  background-size: 80% auto;
}
.side-nav-list__link--contact::before {
  background: url(/img/common/icon_side_contact_gr-dc35229abe528ff02f67e5e2b5ae9870.svg) 0 center no-repeat;
  background-size: 100% auto;
}
.side-nav-list__link--contact.active::before, .side-nav-list__link--contact:hover::before {
  background: url(/img/common/icon_side_contact_wh-593041178900c2b9c6f6e55761561aab.svg) 0 center no-repeat;
  background-size: 100% auto;
}
.side-nav-list img {
  width: 1.14em;
  margin: 0 0.9em 0 0.6em;
}
.side-nav-list-child {
  display: none;
  background: #F1F1F2;
  padding: 1em 1em 1em 3em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .side-nav-list-child {
    margin-top: 0;
    padding: 1.5em 1em 1.5em 6em;
  }
}
.side-nav-list-child-list {
  position: relative;
  font-size: 1.4rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .side-nav-list-child-list {
    font-size: 1.6rem;
    margin-top: 1.5em;
  }
}
.side-nav-list-child-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #1995AD;
  border-right: 1px solid #1995AD;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.side-nav-list-child-list:first-child {
  margin-top: 0;
}
.side-nav-list-child-list__link {
  color: #1995AD;
}
.side-nav-list-child-list__link:hover {
  opacity: 0.7;
}
.side-nav-setting {
  font-size: 1.4rem;
  margin-top: 1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .side-nav-setting {
    font-size: 1.6rem;
    border-bottom: 1px dotted #BCBABE;
    margin-top: 0;
    padding-left: 0;
  }
}
.side-nav-setting:last-child {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .side-nav-setting:last-child {
    margin-top: 0;
  }
}
.side-nav-setting__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0C687A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .side-nav-setting__link {
    width: 100%;
    padding: 0.55em 0.8em;
  }
}
.side-nav-setting__link:hover {
  opacity: 0.7;
}
.side-nav-setting img {
  width: 2em;
  margin-right: 0.6em;
}

.footer {
  position: relative;
  background: #EDFAFD;
  padding: 5em 0 1em;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 3em 1em 1em;
  }
}
.footer-logo {
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin: 0 0 2.6em;
  }
}
.footer-logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-logo a:hover img {
  opacity: 0.7;
}
.footer-logo p {
  text-align: center;
  line-height: 1;
  font-family: "genjyu", sans-serif !important;
  font-weight: 500;
}
.footer-logo__name {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .footer-logo__name {
    font-size: 2.2rem;
  }
}
.footer-logo__site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.1rem;
  color: #1995AD;
}
@media screen and (max-width: 767px) {
  .footer-logo__site {
    font-size: 3.6rem;
  }
}
.footer-logo__site img {
  width: auto;
  height: 1em;
  margin-left: 0.2em;
}
.footer-menu {
  max-width: 37.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-list {
    font-size: 1.1rem;
  }
}
.footer-menu-list__link {
  position: relative;
}
.footer-menu-list__link::before {
  content: "";
  position: absolute;
  bottom: -0.7em;
  left: 0;
  width: 100%;
  height: 2px;
  background: #A1D6E2;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .footer-menu-list__link::before {
    content: none;
  }
}
.footer-menu-list__link:hover::before {
  opacity: 1;
}
.footer-copy {
  text-align: center;
  margin-top: 4.5em;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 3.1em;
  }
}

/* ==============================================================
*  モジュール
* ============================================================ */
/* パンくずリスト */
.breadcrumb {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  font-size: 0;
}
@media screen and (max-width: 1240px) {
  .breadcrumb {
    width: 94.6%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 94.6%;
  }
}
@media screen and (max-width: 1240px) {
  .breadcrumb {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.breadcrumb-list {
  position: relative;
  display: inline;
  font-size: 1.6rem;
  padding-left: 1.4em;
  background: url(/img/common/icon_scope-04d963e5109369c18bc5ef00c779c6e8.svg) 0 center no-repeat;
  background-size: auto 1.2em;
  line-height: 1.3;
}
.safari .breadcrumb-list {
  background-size: auto 1em;
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .breadcrumb-list {
    line-height: 1.6;
    font-size: 1.1rem;
  }
}
.breadcrumb-list + .breadcrumb-list {
  padding-left: 0;
  background: none;
}
.breadcrumb-list + .breadcrumb-list::before {
  content: ">";
  margin: 0 0.5em;
}
.breadcrumb-list__link {
  color: #1995AD;
  text-decoration: underline;
}
.breadcrumb-list__link:hover {
  text-decoration: none;
}
.secure-cont .breadcrumb {
  width: auto;
  padding: 0.2rem 0;
}
@media screen and (max-width: 767px) {
  .secure-cont .breadcrumb {
    width: auto;
  }
}

/* ボタン */
.btn-head {
  width: 120px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  outline: 1px solid transparent;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .btn-head {
    font-size: 11px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .btn-head {
    width: auto;
    text-align: center;
    font-size: 3.6458333333vw;
  }
}
.btn-head a {
  display: block;
  line-height: 1;
  background: #4BACC2;
  border: 2px solid #4BACC2;
  color: #1995AD;
  border-radius: 2em;
  padding: 0.8em 0;
}
.btn-head a:hover {
  background: #fff;
  color: #0C687A;
}
html.win .btn-head a {
  padding-top: calc(0.9em + 1px);
}

.btn {
  width: 300px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  outline: 1px solid transparent;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .btn {
    width: 240px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 53vw;
    font-size: 3.6458333333vw;
  }
}
.btn a {
  display: block;
  line-height: 1;
  background: #4BACC2;
  border: 2px solid #4BACC2;
  color: #1995AD;
  border-radius: 2em;
  padding: 1em 0;
}
.btn a:hover {
  background: #fff;
  color: #0C687A;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .btn a {
    background: #fff;
    color: #0C687A;
  }
  .btn a:hover {
    background: #4BACC2;
    color: #1995AD;
  }
}
html.win .btn a {
  padding-top: calc(1em + 1px);
}
.btn--wh a {
  background: #fff;
  color: #0C687A;
}
.btn--wh a:hover {
  background: #4BACC2;
  color: #1995AD;
}

.btn-foot {
  width: 200px;
  font-size: 12px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .btn-foot {
    width: 53vw;
    font-size: 3.125vw;
  }
}
.btn-foot a {
  display: block;
  line-height: 1;
  color: #fff;
  background: #4BACC2;
  border: 2px solid #4BACC2;
  padding: 1.3em 0;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.btn-foot a:hover {
  background: #fff;
  color: #4BACC2;
  opacity: 1;
}
html.win .btn-foot a {
  padding-top: calc(1.3em + 1px);
}

.btn-cmn--input, .btn-cmn--wh a, .btn-cmn a, .btn-cmn .btn-set09, .btn-cmn .btn-set08, .btn-cmn .btn-set07, .btn-cmn .btn-set06, .btn-cmn .btn-set05, .btn-cmn .btn-set04.btn-bookmark--out, .btn-cmn .btn-set03, .btn-cmn .btn-set02, .btn-cmn .btn-set01 {
  -webkit-appearance: none;
  display: block;
  line-height: 1;
  border-radius: 3em;
  color: #fff;
  border: 1px solid #1995AD;
  outline: 1px solid transparent;
  background: #1995AD;
  padding: 0.8em 0;
}
@media screen and (max-width: 767px) {
  .btn-cmn--input, .btn-cmn--wh a, .btn-cmn a, .btn-cmn .btn-set09, .btn-cmn .btn-set08, .btn-cmn .btn-set07, .btn-cmn .btn-set06, .btn-cmn .btn-set05, .btn-cmn .btn-set04.btn-bookmark--out, .btn-cmn .btn-set03, .btn-cmn .btn-set02, .btn-cmn .btn-set01 {
    /*padding: 1.2em 0;*/
  }
}
.btn-cmn--input:hover, .btn-cmn--wh a:hover, .btn-cmn a:hover, .btn-cmn .btn-set09:hover, .btn-cmn .btn-set08:hover, .btn-cmn .btn-set07:hover, .btn-cmn .btn-set06:hover, .btn-cmn .btn-set05:hover, .btn-cmn .btn-set04.btn-bookmark--out:hover, .btn-cmn .btn-set03:hover, .btn-cmn .btn-set02:hover, .btn-cmn .btn-set01:hover {
  color: #1995AD;
  background: #fff;
  opacity: 1;
}

.btn-cmn--input.btn-set01, .btn-cmn .btn-set01 {
  color: #0C687A;
  background: #fff;
  border: 1px solid #0C687A;
}
.btn-cmn--input.btn-set01:hover, .btn-cmn .btn-set01:hover {
  color: #fff;
  background: #0C687A;
}

.btn-cmn .btn-set04.btn-bookmark--out, .btn-cmn .btn-set02 {
  color: #fff;
  background: #FA6775;
  border: 1px solid #FA6775;
}
.btn-cmn .btn-set04.btn-bookmark--out:hover, .btn-cmn .btn-set02:hover {
  background: #fff;
  color: #FA6775;
}

.btn-cmn .btn-set03 {
  color: #1995AD;
  background: #fff;
  border: 1px solid #1995AD;
}
.btn-cmn .btn-set03:hover {
  color: #fff;
  background: #1995AD;
}

.btn-cmn .btn-set04 {
  background: #fff;
  border: 1px solid #FA6775;
}
.btn-cmn .btn-set04:hover {
  background: #FA6775;
  color: #fff;
}

.btn-cmn--input.btn-set05, .btn-cmn .btn-set05 {
  color: #fff;
  background: #0C687A;
  border: 1px solid #0C687A;
}
.btn-cmn--input.btn-set05:hover, .btn-cmn .btn-set05:hover {
  color: #0C687A;
  background: #fff;
}

.btn-cmn .btn-set06 {
  color: #fff;
  background: #4BBCF4;
  border: 1px solid #4BBCF4;
}
.btn-cmn .btn-set06:hover {
  color: #4BBCF4;
  background: #fff;
}

.btn-cmn--input.btn-set07, .btn-cmn .btn-set07 {
  color: #fff;
  background: #BCBABE;
  border: 1px solid #BCBABE;
}
.btn-cmn--input.btn-set07:hover, .btn-cmn .btn-set07:hover {
  color: #BCBABE;
  background: #fff;
}

.btn-cmn .btn-set08 {
  color: #BCBABE;
  background: #F1F1F2;
  border: 1px solid #F1F1F2;
}
.btn-cmn .btn-set08:hover {
  color: #F1F1F2;
  background: #BCBABE;
}

.btn-cmn .btn-set09 {
  color: #fff;
  background: #9A979E;
  border: 1px solid #9A979E;
}
.btn-cmn .btn-set09:hover {
  color: #9A979E;
  background: #fff;
}

.btn-cmn {
  -webkit-appearance: none;
  width: 15em;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn-cmn {
    width: 53vw;
    font-size: 3.6458333333vw;
    margin: 8vw auto 0;
  }
}
.btn-cmn .btn-set02.btn-scope span {
  position: relative;
  padding: 0 0 0 1.875em;
}
.btn-cmn .btn-set02.btn-scope span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(/img/home/icon_scope_wh-7335cc8afdec5cadd1bc9bc1f620a15f.svg) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-cmn .btn-set02.btn-scope:hover span::before {
  background: url(/img/home/icon_scope_rd-d737bb8a96cb026f6b93026304d22422.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.btn-cmn .btn-set04 {
  color: #FA6775;
}
.btn-cmn .btn-set04.btn-bookmark span {
  position: relative;
  padding: 0 0 0 1.875em;
}
.btn-cmn .btn-set04.btn-bookmark span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(/img/common/icon_star_rd-6e2d1d780ea66902c4744290e69c6844.svg) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-cmn .btn-set04.btn-bookmark:hover span::before {
  background: url(/img/common/icon_star_wh-0364b74323e992e0c9bcfdcc31ed4b7a.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.btn-cmn .btn-set04.btn-bookmark--out span {
  letter-spacing: -0.06em;
  padding: 0 0 0 1.3em;
}
.btn-cmn .btn-set04.btn-bookmark--out span::before {
  background: url(/img/common/icon_star_wh-0364b74323e992e0c9bcfdcc31ed4b7a.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.btn-cmn .btn-set04.btn-bookmark--out:hover span::before {
  background: url(/img/common/icon_star_rd-6e2d1d780ea66902c4744290e69c6844.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.btn-cmn .btn-set06.btn-scope span {
  position: relative;
  padding: 0 0 0 1.875em;
}
.btn-cmn .btn-set06.btn-scope span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(/img/home/icon_scope_wh-7335cc8afdec5cadd1bc9bc1f620a15f.svg) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-cmn .btn-set06.btn-scope:hover span::before {
  background: url(/img/home/icon_scope_bl-246da9f6f3cbd9343b39ff2e98f5b87a.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.btn-cmn--wh a {
  color: #4BACC2;
  border: 2px solid #4BACC2;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(1em - 2px) 0;
}
@media screen and (max-width: 767px) {
  .btn-cmn--wh a {
    padding: calc(1.2em - 2px) 0;
  }
}
.btn-cmn--wh a:hover {
  background: #fff;
  opacity: 0.7;
}
.btn-cmn--small {
  width: 8em;
  font-size: 1.4rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .btn-cmn--small {
    width: 20vw;
    font-size: 3.125vw;
  }
}
.btn-cmn--small a {
  padding: 0.8em 0;
}
@media screen and (max-width: 767px) {
  .btn-cmn--small a {
    padding: 1.2em 0;
  }
}
.btn-cmn--long {
  width: 18.75em;
  margin: 0 auto;
}
.btn-cmn--long a {
  padding: 0.8em 0;
}
.btn-cmn--input {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn-cmn--input.btn-long {
  width: 18.75em;
  margin: 3.125em auto 0;
}
@media screen and (max-width: 767px) {
  .btn-cmn--input.btn-long {
    margin: 2em auto 0;
  }
}
.ie .btn-cmn--input {
  font-family: "Noto Sans JP", BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "メイリオ", "Meiryo", Verdana, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.ie .btn-cmn {
  font-family: "Noto Sans JP", BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "メイリオ", "Meiryo", Verdana, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.btn-cmn--title {
  text-align: center;
  display: block;
  margin-bottom: 0.5em;
  color: #4BACC2;
  font-size: 1.8rem;
}

.btn-wrap {
  width: 39em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3.125em auto 0;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    display: block;
    width: auto;
    margin: 2em auto 0;
  }
}
.btn-wrap .btn-cmn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn-wrap .btn-cmn + .btn-cmn {
    margin-top: 1.25em;
  }
}
.btn-wrap--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.btn-column {
  width: 645px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 64px auto 0;
}
.btn-column .btn-cmn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .btn-column .btn-cmn {
    margin: 0 auto;
  }
  .btn-column .btn-cmn + .btn-cmn {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-column {
    display: block;
    width: auto;
    margin: 8vw auto 0;
  }
}

.modal-btn {
  font-size: 1.6rem;
  padding-bottom: 0.625em;
}
@media screen and (max-width: 767px) {
  .modal-btn {
    font-size: inherit;
  }
}
.modal-btn__link {
  display: inline-block;
  line-height: 1;
  color: #4BACC2;
  background: #fff;
  border: 1px solid #A1D6E2;
  outline: 1px solid transparent;
  padding: 1.07em 1.375em;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-btn__link:hover {
  background: #A1D6E2;
  color: #fff;
}

/* タイトル */
.heading {
  position: relative;
  height: 14em;
  background: #EDFAFD;
  border-top: 4px solid #00B4A9;
}
@media screen and (max-width: 767px) {
  .heading {
    border-radius: 0;
  }
}
.heading-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .heading-block {
    width: 94.6%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .heading-block {
    width: 94.6%;
  }
}
@media screen and (max-width: 767px) {
  .heading-block {
    display: block;
    text-align: center;
  }
}
.heading-block__img {
  width: 9.4em;
  height: auto;
  max-width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.875em;
}
@media screen and (max-width: 767px) {
  .heading-block__img {
    width: 7.75em;
    margin: 0 0 1.25em;
  }
}
.heading-inner__ttl {
  font-size: 6rem;
  font-weight: 700;
  color: #0C687A;
  /*span{
    display: inline-block;
    background: url(/img/common/icon_dots-05e69ab7706cf989d57a570ffc82e6e9.png) 0 0 repeat-x;
    background-size: 0.995em auto;
    padding: 0.2em 0 0;
    @include pc {
      background: url(/img/common/icon_dots-05e69ab7706cf989d57a570ffc82e6e9.png) 0 0 repeat-x;
      background-size: 0.995em auto;
    }
    @include tab {
      padding: 0.3em 0 0;
    }
  }
  &--covid{
    color: $covidTxtColor;
    span{
      background: url(/img/common/icon_dots_bl-ff5de011c54e5a0953128d84ca2e05f0.png) 0 0 repeat-x;
      background-size: 0.995em auto;
    }
  }*/
}
@media screen and (max-width: 767px) {
  .heading-inner__ttl {
    display: inline-block;
    font-size: 3.2rem;
  }
}
.heading-inner__en {
  color: #0C687A;
  letter-spacing: 0.02em;
  margin: 1em 0 0;
}
@media screen and (max-width: 767px) {
  .heading-inner__en {
    font-size: 1.2rem;
    text-align: center;
    margin: 0.5em 0 0;
  }
}
.heading-inner__covid {
  font-size: 2rem;
  color: #0C687A;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .heading-inner__covid {
    text-align: center;
    font-size: 1.4rem;
  }
}
.heading--covid {
  background: #ECFFFB;
}

/* ページネーション */
.pager-cont-list--next .pager-cont-list__link::before, .pager-cont-list--prev .pager-cont-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1240px) {
  .pager-cont-list--next .pager-cont-list__link::before, .pager-cont-list--prev .pager-cont-list__link::before {
    width: 0.6vw;
    height: 0.6vw;
  }
}
@media screen and (max-width: 767px) {
  .pager-cont-list--next .pager-cont-list__link::before, .pager-cont-list--prev .pager-cont-list__link::before {
    width: 1.8vw;
    height: 1.8vw;
  }
}

.pager {
  margin-top: 3.5em;
}
.pager-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pager-cont-list {
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .pager-cont-list {
    width: 2.8em;
    height: 2.8em;
  }
}
.pager-cont-list__link {
  display: block;
  color: #0C687A;
  line-height: 2.5em;
  background: #A1D6E2;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .pager-cont-list__link {
    line-height: 2.8em;
  }
}
.pager-cont-list__link:hover {
  background: #ff8601; /* #0C687A */
  color: #fff;
}
.pager-cont-list--current {
  background: #ff8601; /* #0C687A */
  color: #fff;
  line-height: 2.5em;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .pager-cont-list--current {
    line-height: 2.8em;
  }
}
.pager-cont-list--arrow .pager-cont-list__link {
  position: relative;
  height: 100%;
  font-size: 0;
}
.pager-cont-list--prev .pager-cont-list__link::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-40%, -45%) rotate(45deg);
      -ms-transform: translate(-40%, -45%) rotate(45deg);
          transform: translate(-40%, -45%) rotate(45deg);
}
.pager-cont-list--prev .pager-cont-list__link:hover::before {
  border-color: #fff;
}
.pager-cont-list--next .pager-cont-list__link::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-70%, -45%) rotate(45deg);
      -ms-transform: translate(-70%, -45%) rotate(45deg);
          transform: translate(-70%, -45%) rotate(45deg);
}
.pager-cont-list--next .pager-cont-list__link:hover::before {
  border-color: #fff;
}

/* 求人カード */
.search-result--fulltime .recruit-card-head {
  background: #A1D6E2;
}
.search-result--fulltime .recruit-card-head--part {
  background: #FFF6F6;
}
.search-result--fulltime .recruit-card-head--part .recruit-card-head__form {
  background: #FB929E;
}

.search-result--spot .recruit-card-head {
  background: #FFF9EC;
}
.search-result--spot .recruit-card-head__form {
  background: #FF8D5B;
}

.search-result--occupational .recruit-card-head {
  background: #E8F9F5;
}
.search-result--occupational .recruit-card-head--exc {
  background: #A1D6E2;
}
.search-result--occupational .recruit-card-head--exc .recruit-card-head__form {
  background: #0C687A;
}

.recruit-card {
  position: relative;
  border: 1px solid #A1D6E2;
  border-radius: 10px;
  overflow: hidden;
  padding: 1em 1.25em 1.25em;
}
.recruit-card.insufficient {
  border-color: #FFF1F1;
}
.recruit-card + .recruit-card {
  margin-top: 1.875em;
}
@media screen and (max-width: 767px) {
  .recruit-card {
    padding: 0.625em 0.625em 1.87em;
  }
}
.recruit-card-head {
  padding: 1em 28.25em 1.25em 1.25em;
  margin: -1em -1.25em 0;
  border-bottom: 1px dotted #A1D6E2;
}
.recruit-card.insufficient .recruit-card-head {
  background: #FFF1F1 !important;
}
@media screen and (max-width: 767px) {
  .recruit-card-head {
    margin: -0.625em -0.625em 0 -0.625em;
    padding: 0.625em;
  }
}
.recruit-card-head--occupational {
  padding: 1em 27em 1em 1.25em;
}
@media screen and (max-width: 767px) {
  .recruit-card-head--occupational {
    padding: 0.625em;
  }
}
.mypage-apply .recruit-card-head {
  border-bottom: 0;
  padding: 0 0 1.875em 0;
  margin: 0;
}
.recruit-card-head__form {
  display: inline-block;
  width: 6.2em;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  background: #4BACC2;
  border-radius: 5px;
  padding: 0.2em 0;
  margin-left: 0.4em;
}
.recruit-card.insufficient .recruit-card-head__form {
  background: #BF8787 !important;
}
@media screen and (max-width: 1240px) {
  .recruit-card-head__form {
    width: 7em;
  }
}
@media screen and (max-width: 767px) {
  .recruit-card-head__form {
    width: 5em;
  }
}
.mypage-apply .recruit-card-head__form {
  background: #0C687A;
  padding: 0;
}
.recruit-card-head__form--forl {
  background: #FA6775;
}
.recruit-card-head__form:first-of-type {
  margin-left: 0;
}
.recruit-card-head__ttl {
  display: inline;
  vertical-align: middle;
  font-size: 2rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  margin-left: 10px;
}
.mypage-apply .recruit-card-head__ttl {
  font-size: 2.8rem;
  line-height: 1.2;
}
.recruit-card-head__ttl-area {
  display: inline;
  font-size: 1.6rem;
  margin-left: 1em;
  vertical-align: top;
}
.ie .recruit-card-head__ttl-area {
  display: inline-block;
}
.recruit-card-head__place {
  display: inline;
  vertical-align: middle;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .recruit-card-head__place {
    display: block;
    font-size: 2rem;
    margin: 0;
  }
}
.recruit-card-head__place span {
  margin: 0 0.3em;
  vertical-align: middle;
}
.recruit-card-head__icon {
  width: 75%;
  margin-top: 0.5rem;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .recruit-card-head__icon {
    width: 100%;
  }
}
.mypage-apply .recruit-card-head__icon {
  margin-top: 0.8rem;
}
.recruit-card-head__icon li {
  display: inline-block;
  font-size: 1.1rem;
  border-radius: 5px;
  border: 1px solid #0C687A;
  margin: 2px 4px 2px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-card-head__icon li {
    font-size: 1rem;
    letter-spacing: -0.05em;
    margin: 0.25em 0.5em 0.25em 0;
  }
}
.recruit-card-head__icon li a {
  display: block;
  color: #0C687A;
  background: #fff;
  padding: 0.4em 0.6em;
}
.recruit-card.insufficient .recruit-card-head__icon li a {
  color: #BF8787 !important;
  border-color: #B06C6C !important;
}
@media screen and (max-width: 767px) {
  .recruit-card-head__icon li a {
    padding: 0.5em;
  }
}
.recruit-card-head__icon li a:hover {
  color: #fff;
  background: #0C687A;
}
.recruit-card.insufficient .recruit-card-head__icon li a:hover {
  color: #fff !important;
  background: #B06C6C !important;
}
.recruit-card-head__icon li.none {
  color: #BCBABE;
  background: #F1F1F2;
  border-color: #F1F1F2;
}
.recruit-card-interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1995AD;
  border-radius: 0.4em;
  padding: 1.25em;
  margin-bottom: 2.2em;
}
@media screen and (max-width: 767px) {
  .recruit-card-interview {
    display: block;
  }
}
.recruit-card-interview__ttl {
  margin-right: 3.3em;
}
@media screen and (max-width: 767px) {
  .recruit-card-interview__ttl {
    text-align: center;
    margin: 0;
    line-height: 1.4;
  }
}
.recruit-card-interview__txt {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit-card-interview__txt {
    text-align: center;
    margin-top: 0.5em;
  }
}
.recruit-card-message {
  border: 1px solid #707070;
  padding: 0.5em 1.25em 1em;
  margin: -1em 0 4.5em;
}
.recruit-card-message__txt {
  font-size: 1.7rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  padding: 0 0 0 1em;
}
.recruit-card__period {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.25;
  text-align: right;
  font-size: 1.4rem;
  color: #9A979E;
}
@media screen and (max-width: 767px) {
  .recruit-card__period {
    display: none;
  }
}
.recruit-card-txt {
  line-height: 1.6;
  text-align: justify;
  margin: 1em 0 1.25em;
}
@media screen and (max-width: 767px) {
  .recruit-card-txt {
    margin: 0.625em 0;
  }
}
.recruit-card-detail {
  width: 100%;
  border-top: 1px dotted #BCBABE;
  border-spacing: 0;
}
.recruit-card-detail__ttl {
  width: 11.25em;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px dotted #BCBABE;
  padding: 1em 0 1em 1em;
}
@media screen and (max-width: 767px) {
  .recruit-card-detail__ttl {
    width: 10em;
    font-size: 1.4rem;
    line-height: 1.6;
    vertical-align: top;
    padding: 1.125em 0 0.625em 0.625em;
  }
}
.recruit-card-detail__txt {
  line-height: 1.6;
  border-bottom: 1px dotted #BCBABE;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .recruit-card-detail__txt {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 1.125em 0;
  }
}
.recruit-card-detail__txt .recruit-card-head__icon {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.recruit-card-btn {
  position: absolute;
  top: 23px;
  right: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-card-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin: 5vw auto 0;
  }
  .recruit-card-btn .btn-cmn {
    width: 42vw;
    margin: 0 1.5vw;
  }
}
.recruit-card.insufficient .recruit-card-btn .btn-cmn a.detail-link {
  background: #B06C6C !important;
  border-color: #B06C6C !important;
}
.recruit-card.insufficient .recruit-card-btn .btn-cmn a.detail-link:hover {
  color: #B06C6C !important;
  background: #fff !important;
}
.recruit-card-btn--occupational {
  top: 0.65em;
}
@media screen and (max-width: 767px) {
  .recruit-card-btn--occupational {
    top: auto;
  }
}
.recruit-card-btn .btn-bookmark {
  margin-right: 1.3em;
}
@media screen and (max-width: 767px) {
  .recruit-card-btn .btn-bookmark {
    margin: 0;
  }
}
.recruit-card-private {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12em;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .recruit-card-private {
    width: 11.25em;
    font-size: 1.6rem;
  }
}
.recruit-card-private a {
  display: block;
  line-height: 1;
  color: #1995AD;
  border-radius: 10px;
  border: 3px solid #1995AD;
  background: #fff;
  padding: 1em 0;
}
.recruit-card-private a:hover {
  opacity: 1;
  background: #1995AD;
  color: #fff;
}
.recruit-card--private .recruit-card-head__place span {
  -ms-filter: blur(5px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  pointer-events: none;
}
.recruit-card--private .recruit-card-txt {
  -ms-filter: blur(5px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  pointer-events: none;
}
.recruit-card--private .recruit-card-detail__txt span {
  -ms-filter: blur(5px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  pointer-events: none;
}

/* サーチリンク */
.arrow-right:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0C687A;
  border-right: 2px solid #0C687A;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.search-link {
  border-top: 7px solid #75B1A9;
  margin-top: 3.45em;
  padding: 3.45em 0 3.125em;
}
.search-link-inner {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .search-link-inner {
    width: 94.6%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .search-link-inner {
    width: 94.6%;
  }
}
.search-link__ttl {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1995AD;
  border-bottom: 1px dotted #75B1A9;
  padding: 0 0 0.5em;
  margin: 60px 0 0.7em;
}
@media screen and (max-width: 767px) {
  .search-link__ttl {
    font-size: 1.8rem;
  }
}
.search-link__ttl:first-of-type {
  margin-top: 0;
}
.search-link__txt {
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .search-link__txt {
    font-size: 1.5rem;
  }
}
.search-link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .search-link-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search-link-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-row-gap: 1.2em;
}
.search-link-column__list {
  position: relative;
}
.search-link-column__list::after {
  content: "｜";
}
.search-link-column__list:last-child::after {
  content: "";
}
@media screen and (max-width: 767px) {
  .search-link-column__list {
    font-size: 1.5rem;
  }
}
.search-link-area__ttl {
  clear: left;
  float: left;
  width: 9.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  padding: 1.2em 2em 0 0;
}
@media screen and (max-width: 767px) {
  .search-link-area__ttl {
    float: none;
    width: auto;
    text-align: left;
    font-size: 1.4rem;
    padding-top: 2.5em;
    margin-bottom: 1em;
  }
}
.search-link-area__ttl:first-of-type {
  padding-top: 0;
}
.search-link-area__detail {
  padding: 1.2em 0 0 9.4em;
}
@media screen and (max-width: 767px) {
  .search-link-area__detail {
    padding: 0;
  }
}
.search-link-area__detail:first-of-type {
  padding-top: 0;
}
.search-link-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-row-gap: 1.2em;
}
.search-link-area__content {
  position: relative;
}
.search-link-area__content::after {
  content: "｜";
}
.search-link-area__content:last-child::after {
  content: "";
}
@media screen and (max-width: 767px) {
  .search-link-area__content {
    font-size: 1.5rem;
  }
}

/* 求人検索 */
.search-terms {
  position: relative;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1em 1.25em 1.25em;
}
.search-terms-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .search-terms-head {
    margin-bottom: 1em;
  }
}
.search-terms-head__form {
  width: 60px;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  background: #4BACC2;
  border-radius: 5px;
  padding: 0.4em 0;
}
.search-terms-head__ttl {
  font-size: 2rem;
  color: #1995AD;
  border-right: 1px solid #1995AD;
  letter-spacing: 0.12em;
  line-height: 1.2;
  background: url(/img/common/icon_search-b29f5cf0b70acfb9c618a027b6246322.svg) 0 center no-repeat;
  background-size: 1em auto;
  margin: 0 0.4em 0 0;
  padding: 0 0.4em 0 1.375em;
}
.search-terms-head__place {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  margin-left: 1em;
}
.search-terms-head__place span {
  margin: 0 0.3em;
}
.search-terms-head__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 15px;
}
.search-terms-head__icon li {
  font-size: 1.1rem;
  color: #0C687A;
  border-radius: 5px;
  border: 1px solid #0C687A;
  padding: 0.4em 0.6em 0.4em 1em;
}
.search-terms-head__icon li + li {
  margin-left: 5px;
}
.search-terms-head__icon li.none {
  color: #BCBABE;
  background: #F1F1F2;
  border-color: #F1F1F2;
}
.search-terms-txt {
  line-height: 1.6;
  margin: 20px 0 25px;
}
.search-terms-detail {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
}
.search-terms-detail__ttl {
  width: 11.25em;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px dotted #BCBABE;
  padding: 1em 0 1em 1em;
}
@media screen and (max-width: 767px) {
  .search-terms-detail__ttl {
    width: 8em;
  }
}
.search-terms-detail__txt {
  line-height: 1.3;
  border-bottom: 1px dotted #BCBABE;
  padding: 0.625em 0 0;
}
.search-terms-detail__txt--pd {
  padding-bottom: 0.625em;
}
.search-terms-btn {
  position: absolute;
  top: 23px;
  right: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-terms-btn .btn-bookmark {
  margin-right: 1.3em;
}
.search-terms-private {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.search-terms-private a {
  display: block;
  line-height: 1;
  color: #1995AD;
  border-radius: 10px;
  border: 3px solid #1995AD;
  background: #fff;
  padding: 1em 0;
}
.search-terms-private a:hover {
  opacity: 1;
  background: #1995AD;
  color: #fff;
}
.search-terms__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em auto;
}
@media screen and (max-width: 767px) {
  .search-terms__submit {
    margin: 1em auto 0;
  }
}
.search-terms__submit .btn-cmn {
  margin: 0 0.625em;
}
@media screen and (max-width: 767px) {
  .search-terms__submit .btn-cmn {
    width: 42vw;
    margin: 0;
  }
  .search-terms__submit .btn-cmn:last-child {
    margin-left: 2vw;
  }
}
.search-terms-modal {
  position: relative;
  max-width: 1200px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  border-radius: 10px;
  padding: 1.25em;
}
@media screen and (max-width: 767px) {
  .search-terms-modal {
    padding: 1.8em 1.5em;
    max-height: 100vh;
    overflow-y: scroll;
  }
}
.search-terms-modal__ttl {
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #1995AD;
  border-bottom: 1px dotted #A1D6E2;
  padding: 0 0 1em;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .search-terms-modal__ttl + .search-terms-modal__subttl--acc {
    margin-top: -1em;
  }
}
.search-terms-modal__subttl {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .search-terms-modal__subttl {
    margin: 0 0 0.5em;
  }
  .search-terms-modal__subttl--acc {
    position: relative;
    padding: 0.5em 0;
    border-bottom: 1px dotted #BCBABE;
  }
  .search-terms-modal__subttl--acc::before, .search-terms-modal__subttl--acc::after {
    content: "";
    position: absolute;
    top: 50%;
    background: #1995AD;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .search-terms-modal__subttl--acc::before {
    right: 1rem;
    width: 2rem;
    height: 2px;
  }
  .search-terms-modal__subttl--acc::after {
    right: calc(2rem - 1px);
    width: 2px;
    height: 2rem;
  }
  .search-terms-modal__subttl--acc.is-active::after {
    content: none;
  }
  .search-terms-modal__subttl--acc + .search-terms-modal__list {
    display: none;
    padding: 1em 0;
  }
}
.search-terms-modal__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.search-terms-modal__search input[type=text] {
  width: 40%;
  padding: 0.6em 1.2em;
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .search-terms-modal__search {
    display: block;
  }
  .search-terms-modal__search input[type=text] {
    width: 100%;
    margin: 0;
  }
  .search-terms-modal__search .btn-cmn {
    margin: 0.8em auto 8vw;
  }
}
.search-terms-modal__input {
  display: none;
}
.search-terms-modal__input:checked + .search-terms-modal__btn {
  background: #A1D6E2;
  color: #fff;
}
.search-terms-modal__btn, .search-terms-modal__select {
  display: inline-block;
  line-height: 1;
  color: #4BACC2;
  background: #fff;
  border: 1px solid #A1D6E2;
  padding: 1.07em 1.375em;
  border-radius: 5px;
}
.search-terms-modal__btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.search-terms-modal__btn:hover {
  background: #A1D6E2;
  color: #fff;
}
.search-terms-modal__select {
  background: #4BACC2;
  border-color: #4BACC2;
  color: #fff;
  margin: 0 0.625em 0.625em 0;
}
.search-terms-modal__select:last-child {
  margin-right: 0.35em;
}
.search-terms-modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .search-terms-modal__list {
    margin-top: -0.625em;
  }
}
.search-terms-modal__list li {
  margin: 0.625em 0.625em 0 0;
}
.search-terms-modal__list + .search-terms-modal__subttl {
  margin-top: 1.3em;
}
.search-terms-modal__list.line-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .search-terms-modal__accblock {
    display: none;
    padding: 1em 0;
  }
}
.search-terms-modal__accblock + .search-terms-modal__subttl {
  margin-top: 1.3em;
}
@media screen and (max-width: 767px) {
  .search-terms-modal__accblock + .search-terms-modal__subttl {
    margin-top: 0;
  }
}
.search-terms-modal__submit {
  width: 12.5em;
  background: #0C687A;
  border: 1px solid #0C687A;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 1em 0;
  margin: 4.375em auto 0;
}
@media screen and (max-width: 767px) {
  .search-terms-modal__submit {
    margin-top: 1.375em;
  }
}
#facility .search-terms-modal__submit {
  margin-top: 1em;
}
.search-terms-modal__submit:hover {
  color: #0C687A;
}
.search-terms-modal__submit_new {
  width: 12.5em;
  background: #0C687A;
  border: 1px solid #0C687A;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 1em 0;
  margin: 4.375em auto 0;
}
@media screen and (max-width: 767px) {
  .search-terms-modal__submit_new {
    margin-top: 1.375em;
  }
}
#facility .search-terms-modal__submit_new {
  margin-top: 1em;
}
.search-terms-modal__submit_new:hover {
  color: #0C687A;
}
.search-terms-modal-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625em;
}
@media screen and (max-width: 767px) {
  .search-terms-modal-place {
    display: block;
  }
}
.search-terms-modal-place__ttl {
  font-size: 2rem;
  letter-spacing: 0.12em;
  margin-right: 0.5em;
}
.search-terms-modal-place__select {
  display: inline-block;
  width: auto;
  line-height: 1;
  color: #000;
  border: 1px solid #A1D6E2;
  font-size: 1.6rem;
  padding: 1.07em 1em;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search-terms-modal-place__select {
    font-size: 16px;
  }
}
.search-terms-modal-place__select::-ms-expand {
  display: none;
}
.search-terms-modal-place__select + p {
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .search-terms-modal-place__select + p {
    margin-left: 0;
    margin-top: 1em;
  }
}
.search-terms-modal-place__select.is-select {
  pointer-events: none;
  border-color: #9A979E;
  color: #9A979E;
}
.search-terms-modal-facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .search-terms-modal-facility {
    display: block;
  }
}
.search-terms-modal-facility__ttl {
  letter-spacing: 0.12em;
  font-size: 2rem;
  margin: 0 0 0.3em;
}
@media screen and (max-width: 767px) {
  .search-terms-modal-facility__ttl {
    font-size: 1.6rem;
  }
}
.search-terms-modal-facility__block {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .search-terms-modal-facility__block {
    width: auto;
    margin-bottom: 5vw;
  }
}
.search-terms-modal-facility__block + .search-terms-modal-facility__block {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .search-terms-modal-facility__block + .search-terms-modal-facility__block {
    width: auto;
    margin-top: 1em;
  }
}
.search-terms-modal-facility__block + .search-terms-modal-facility__block .search-terms-modal-column__input {
  width: 16em !important;
}
@media screen and (max-width: 767px) {
  .search-terms-modal-facility__block + .search-terms-modal-facility__block .search-terms-modal-column__input {
    width: 11em !important;
  }
}
.search-terms-modal-result {
  height: 43rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .search-terms-modal-result {
    height: 60vw;
  }
}
.search-terms-modal-result__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .search-terms-modal-result__list {
    display: block;
  }
}
.search-terms-modal-result__list li {
  width: 50%;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .search-terms-modal-result__list li {
    width: auto;
  }
}
.search-terms-modal-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-terms-modal-column__txt {
  margin-right: 0.5em;
}
.search-terms-modal-column__input {
  width: 13.375em !important;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .search-terms-modal-column__input {
    width: 8em !important;
    margin-right: 0.5em;
  }
}
.search-terms-modal-column .modal-btn {
  padding: 0;
}
.search-terms-modal .mfp-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  font-size: 0;
  background: url(/img/common/icon_close-4968a3e4c7246222f60b32a130422660.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.search-terms-modal__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.625em;
}
.search-terms-modal__other .input-textarea {
  width: 60%;
  height: 3.22em;
  padding: 0.8em 1.375em;
  margin-left: 0.625em;
}
@media screen and (max-width: 767px) {
  .search-terms-modal__other .input-textarea {
    height: 10.3vw;
    margin-left: 1.92vw;
    padding: 0.4em 0.8em;
  }
}
.ie .search-terms-modal__other .input-textarea {
  height: 2.6em;
}
.search-terms-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mfp-content .search-terms-selected {
  display: block;
}
@media screen and (max-width: 767px) {
  .search-terms-selected {
    display: block;
  }
}
.search-terms-selected .modal-btn {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.search-terms-selected__inner {
  position: relative;
  display: inline;
}
.search-terms-selected__inner .default {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .search-terms-selected__inner .default {
    margin: 0 0 0.5em;
  }
}
.search-terms-selected__default {
  margin: 0 0 0.5em;
}

.search-result-ttl {
  margin: 1.5em 0 2.2em;
}
.search-result-ttl span {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.375em;
  margin: 0 0.5em 0 1em;
}

.type-block-inner__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .type-block-inner__btn {
    display: block;
  }
}
.type-block-inner input[type=text],
.type-block-inner textarea {
  width: 20em;
  resize: none;
  height: 3.25em;
  font-family: inherit;
  margin-left: 1em;
  padding: 0.8em 1.2em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .type-block-inner input[type=text],
  .type-block-inner textarea {
    width: 100%;
    height: auto;
    padding: 0.7em 0.8em;
    margin-left: 0;
    margin-top: 3vw;
  }
}
.type-block-inner--02 {
  display: none;
}
.type-block-inner--02 textarea {
  margin-left: 0;
  margin-top: 0;
  vertical-align: top;
}

/* 求人検索 変更バー */
.search-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #EDFAFD;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.search-bar__inner {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .search-bar__inner {
    width: 94.6%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .search-bar__inner {
    width: 94.6%;
  }
}
.search-bar-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625em 0;
}
@media screen and (max-width: 767px) {
  .search-bar-block {
    display: block;
    padding: 3vw 0;
  }
}
.search-bar-block .search-terms-head {
  margin-bottom: 0 !important;
}
.search-bar__btn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .search-bar__btn {
    position: absolute;
    top: 3vw;
    right: 2.6vw;
    font-size: 1.4rem;
    width: 38vw;
    padding: 0.5em 0;
  }
}
.search-bar-content {
  width: calc(100% - 44rem);
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .search-bar-content {
    width: auto;
    margin: 3vw 0 0;
  }
}
.search-bar-content__txt {
  display: inline-block;
  border: 1px solid #0C687A;
  color: #0C687A;
  border-radius: 5px;
  padding: 0 0.7em;
  margin: 0.2em 0.4em 0.2em 0;
}
.search-bar .search-terms-wrap {
  display: none;
}
.search-bar .search-terms {
  max-height: 50vh;
  overflow-y: auto;
  padding: 1em 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-bar .search-terms-head {
  margin-bottom: 0.6em;
}

/* 求人検索 結果表示 */
.search-result-ttl {
  margin: 0 0 2.2em;
}
.search-result-ttl span {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.375em;
  margin: 0 0.5em 0 1em;
}
.search-result__none {
  font-size: 1.9rem;
  color: #1995AD;
  margin-top: 3em;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .search-result__none {
    margin-top: 1em;
  }
}

.search-terms + .search-result {
  padding-top: 1.5em;
}

/* 新着カルーセル */
.secure-cont .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .secure-cont .carousel {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .secure-cont .carousel .slick-list {
    margin-right: -3vw;
  }
}
@media screen and (max-width: 767px) {
  .index-recruit .carousel .slick-list {
    margin-right: -3vw;
  }
}
.carousel__block {
  padding: 0 0 4px;
  position: relative;
}
.secure-cont .carousel__block {
  width: 23.5%;
  margin: 1.625em 0 0;
}
@media screen and (max-width: 767px) {
  .secure-cont .carousel__block {
    margin: 0;
  }
}
.secure-cont .carousel__block:nth-child(-n+4) {
  margin-top: 0;
}
.carousel-wrap {
  position: relative;
  margin: 0 0 2.5em;
}
.secure-cont .carousel-wrap {
  margin: 1.2em 0 0;
}
.carousel::before {
  content: "";
  display: block;
  width: 23.5%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .carousel::before {
    content: none;
  }
}
.carousel::after {
  content: "";
  display: block;
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .carousel::after {
    content: none;
  }
}

.newer {
  position: relative;
  width: 280px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0px #57C1D4;
          box-shadow: 0 4px 0 0px #57C1D4;
  margin-right: 26px;
  padding: 1.25em;
  display: block;
}
.carousel__block .newer + .newer-bm {
  right: 26px;
}
@media screen and (max-width: 1240px) {
  .carousel__block .newer + .newer-bm {
    right: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .carousel__block .newer + .newer-bm {
    right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .near-list--carousel .newer + .newer-bm {
    right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .newer {
    padding: 1em;
  }
}
.secure-cont .newer {
  width: auto;
  margin: 0;
}
.secure-cont .newer + .newer-bm {
  right: 0;
}
@media screen and (max-width: 1240px) {
  .secure-cont .newer + .newer-bm {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .secure-cont .newer + .newer-bm {
    right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .secure-cont .newer {
    margin-right: 3vw;
  }
}
.newer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-top: 0.5em;
}
@media screen and (max-width: 1240px) {
  .newer-btn {
    display: block;
  }
}
.newer-btn .newer__date {
  margin-top: 0;
}
.newer-btn .btn-cmn {
  width: 10em;
  font-size: 1.4rem;
}
@media screen and (max-width: 1580px) {
  .newer-btn .btn-cmn {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1240px) {
  .newer-btn .btn-cmn {
    width: 100%;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .index-recruit .newer {
    width: auto;
    margin-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .near-list--carousel .newer {
    width: auto;
    margin-right: 3vw;
  }
}
@media screen and (max-width: 1240px) {
  .newer {
    width: 22vw;
    margin-right: 2.2vw;
  }
}
.newer-bm {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.newer-bm__input {
  display: none;
}
.newer-bm__input:checked + .newer-bm__btn {
  border-color: #FA6775;
  background: url(/img/common/icon_star_rd-6e2d1d780ea66902c4744290e69c6844.svg) calc(100% - 0.1em) 0.2em no-repeat #FFDFE2;
  background-size: 1.5em auto;
}
.newer-bm__btn {
  display: block;
  width: 2.2em;
  height: 2.375em;
  border-left: 1px solid #BCBABE;
  border-bottom: 1px solid #BCBABE;
  padding: 1em 0;
  cursor: pointer;
  border-bottom-left-radius: 3.7rem;
  border-top-right-radius: 10px;
  background: url(/img/common/icon_star_gr-6c40dc71928362de3401add9f18eda12.svg) calc(100% - 0.1em) 0.2em no-repeat #F1F1F2;
  background-size: 1.5em auto;
}
@media screen and (max-width: 767px) {
  .newer-bm__btn {
    -webkit-transition: none;
    transition: none;
  }
}
.newer-bm__btn:hover, .newer-bm__btn:active {
  border-color: #FA6775;
  background: url(/img/common/icon_star_rd-6e2d1d780ea66902c4744290e69c6844.svg) calc(100% - 0.1em) 0.2em no-repeat #FFDFE2;
  background-size: 1.5em auto;
}
@media screen and (max-width: 767px) {
  .newer-bm__btn:hover, .newer-bm__btn:active {
    border-color: #BCBABE;
    background: url(/img/common/icon_star_gr-6c40dc71928362de3401add9f18eda12.svg) calc(100% - 0.1em) 0.2em no-repeat #F1F1F2;
    background-size: 1.5em auto;
  }
}
.newer-icon {
  position: relative;
  height: 3.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .newer-icon {
    height: 2.4em;
  }
}
.newer-icon img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.newer-head {
  position: relative;
}
.newer-head__icon {
  display: inline-block;
  min-width: 4.2em;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  background: #0C687A;
  color: #fff;
  border-radius: 5px;
  letter-spacing: -0.1em;
  margin: 0.5em 1em 0 0;
  padding: 0.3em 0.5em;
}
.secure-cont .newer-head__icon {
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .secure-cont .newer-head__icon {
    margin-top: 0.2em;
  }
}
@media screen and (max-width: 1240px) {
  .newer-head__icon {
    min-width: 5.6em;
  }
}
@media screen and (max-width: 767px) {
  .newer-head__icon {
    min-width: 4.4em;
    margin-top: 0.2em;
    margin-right: 0.5em;
  }
}
.newer-head__ttl {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1;
  padding-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .newer-head__ttl {
    font-size: 1.7rem;
  }
}
.secure-cont .newer-head__ttl {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .secure-cont .newer-head__ttl {
    font-size: 1.7rem;
  }
}
.newer-head__txt {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .newer-head__txt {
    font-size: 1.8rem;
  }
}
.newer__detail {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .newer__detail {
    font-size: 1.6rem;
  }
}
.newer__price {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .newer__price {
    font-size: 1.6rem;
  }
}
.newer__price span {
  font-size: 1.2rem;
}
.newer__price span.sub {
  display: block;
  font-size: 1.4rem;
}
.newer__datetime {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .newer__datetime {
    font-size: 1.6rem;
  }
}
.newer__datetime span {
  font-size: 1.2rem;
}
.newer__date {
  text-align: right;
  font-size: 1.3rem;
  margin: 0.5em 0 0;
}

/* 希望条件に近い求人 */
.near {
  background: #EDFAFD;
  margin-top: 8.125em;
  padding: 2.8em 0;
}
@media screen and (max-width: 767px) {
  .near {
    width: 94.6%;
    margin: 8.125em auto 0;
    padding: 1.6em 0;
    border-radius: 10px;
  }
}
.near .ttl-lv--03 {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 0 1.25em;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 1240px) {
  .near .ttl-lv--03 {
    width: 94.6%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .near .ttl-lv--03 {
    width: 94.6%;
  }
}
@media screen and (max-width: 767px) {
  .near .ttl-lv--03 {
    padding: 0;
  }
}
.near .btn-cmn + .ttl-lv {
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .near .btn-cmn + .ttl-lv {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .near-more {
    display: none;
  }
}
.near-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 0 1.25em 4px;
}
@media screen and (max-width: 1240px) {
  .near-list {
    width: 94.6%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .near-list {
    width: 94.6%;
  }
}
@media screen and (max-width: 767px) {
  .near-list {
    padding: 0 0.8em 4px;
  }
}
.secure-cont .near-list {
  width: auto;
  padding: 0 0 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .secure-cont .near-list {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .near-list {
    width: auto;
  }
}
.near-list::before {
  content: "";
  display: block;
  width: 23.5%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .near-list::before {
    content: none;
  }
}
.near-list::after {
  content: "";
  display: block;
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .near-list::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .near-list--carousel {
    display: block;
  }
  .near-list--carousel .near-block {
    padding-bottom: 4px;
  }
  .near-list--carousel .slick-list {
    margin-right: -3vw;
  }
}
.near-list-wrap {
  position: relative;
}
.near-list-wrap > .btn-cmn {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .near-list-wrap > .btn-cmn {
    margin-top: 1em;
  }
}
.near-block {
  width: 23.5%;
  margin-top: 1.5em;
  position: relative;
}
.near-block:nth-child(-n+4) {
  margin-top: 0;
}
.near-block.is-hidden {
  display: none;
}
.near-block-wrap {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 0 0px #57C1D4;
          box-shadow: 0 4px 0 0px #57C1D4;
  padding: 1em 1em 1em;
}
@media screen and (max-width: 767px) {
  .near-block-wrap {
    margin-right: 3vw;
  }
}
.near-block-wrap.link {
  padding: 1em 1em 4em;
  display: block;
  height: 100%;
}
.near-block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.near-block-head__day {
  font-size: 1.4rem;
  color: #9A979E;
}
.near-block-head__link {
  font-size: 1.4rem;
  will-change: transform;
}
.near-block-head__link a {
  display: block;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  color: #9A979E;
  background: #F1F1F2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
}
.near-block-head__link a:hover {
  opacity: 0.7;
}
.near-block__ttl {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  margin: 0.5em 0 0.3em;
}
@media screen and (max-width: 1500px) {
  .near-block__ttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .near-block__ttl {
    font-size: 1.5rem;
  }
}
.near-block__txt {
  line-height: 1.3;
}
.near-block__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 1.875em;
}
@media screen and (max-width: 767px) {
  .near-block__btn {
    margin-top: 1em;
  }
}
.near-block__btn .btn-cmn {
  width: 48%;
}
@media screen and (max-width: 1500px) {
  .near-block__btn .btn-cmn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1500px) and (max-width: 767px) {
  .near-block__btn .btn-cmn {
    font-size: 1.3rem;
    margin-top: 0;
  }
}
.near-block__btn .btn-cmn a {
  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;
  height: 100%;
  padding: 0.6em 0;
  outline: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .near-block__btn .btn-cmn a {
    letter-spacing: -0.05em;
  }
}
.near-block__btn .btn-cmn--out {
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .near-block__btn .btn-cmn--out {
    width: 58%;
  }
  .near-block__btn .btn-cmn--out a {
    letter-spacing: -0.15em;
  }
  .near-block__btn .btn-cmn--out + .btn-cmn {
    width: 38%;
  }
}
.near-block__btn.link {
  margin-top: 0;
  position: absolute;
  bottom: 0.8em;
  width: 100%;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .near-block__btn.link {
    padding: 0 1em;
    width: calc(100% - 3vw);
  }
}

/* slick */
.slick-slide {
  outline: none;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.875em;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 1em;
  }
}
.slick-dots li {
  line-height: 0;
  margin: 0 0.3em 0.5em;
}
.slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #BCBABE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.slick-dots li button:hover {
  background: #A1D6E2;
}
.slick-dots .slick-active button {
  background: #A1D6E2;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 1.8rem);
  width: 42px;
  height: 42px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 10vw;
    height: 10vw;
  }
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-arrow.slick-prev {
  left: -20px;
  background: url(/img/common/icon_carousel_prev-7fafebd3b5b71ba1e955fc3557cc035d.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.tab-block .slick-arrow.slick-prev {
  background: none;
}
@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: -5vw;
  }
  .secure-cont .slick-arrow.slick-prev {
    left: -7vw;
  }
}
.slick-arrow.slick-next {
  right: -20px;
  background: url(/img/common/icon_carousel_next-32d92dcb352772e37d576d952de7d04d.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.tab-block .slick-arrow.slick-next {
  background: none;
}
@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: -5vw;
  }
  .secure-cont .slick-arrow.slick-next {
    right: -7vw;
  }
}

/* 見出し */
.ttl-lv {
  letter-spacing: 0.12em;
  color: #0C687A;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.ttl-lv--ascolor {
  color: #1995AD;
}
.ttl-lv--01 {
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .ttl-lv--01 {
    font-size: 2.6rem;
  }
}
.ttl-lv--01 span {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .ttl-lv--01 span {
    font-size: 1.8rem;
  }
}
.ttl-lv--02 {
  font-size: 2.2rem;
}
.ttl-lv--03 {
  font-size: 2rem;
}
.ttl-lv--03 span {
  font-size: 1.6rem;
}
.ttl-lv--04 {
  font-size: 2.2rem;
  color: #FA6775;
  text-align: center;
}
.ttl-lv--04 span {
  font-size: 1.8rem;
}
.ttl-lv--05 {
  font-size: 3.2rem;
}
.ttl-lv--05 span {
  font-size: 1.8rem;
}
.ttl-lv--06 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .ttl-lv--06 {
    font-size: 2.1rem;
    letter-spacing: 0.05em;
  }
}
.ttl-lv--06 span {
  font-size: 1.8rem;
}

.ttl-bold {
  font-size: 2rem;
  letter-spacing: 0.12em;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 767px) {
  .ttl-bold {
    font-size: 1.8rem;
    margin-top: 1.5em;
  }
}
.list-num + .ttl-bold {
  margin-top: 2.4em;
}

/* input setting */
:-ms-input-placeholder {
  color: #BCBABE;
}

::-webkit-input-placeholder {
  color: #BCBABE;
}

::-moz-placeholder {
  color: #BCBABE;
}

::-ms-input-placeholder {
  color: #BCBABE;
}

::placeholder {
  color: #BCBABE;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
textarea {
  width: 100%;
  border: 1px solid #BCBABE;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 1em 1.2em;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  textarea {
    font-size: 16px;
    padding: 0.7em 0.8em;
  }
}
.ie input[type=text],
.ie input[type=tel],
.ie input[type=email],
.ie input[type=password],
.ie input[type=number],
.ie textarea {
  font-family: "Noto Sans JP", BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "メイリオ", "Meiryo", Verdana, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.register-set input[type=text],
.register-set input[type=tel],
.register-set input[type=email],
.register-set input[type=password],
.register-set input[type=number],
.register-set textarea {
  padding: 0.625em;
}

select {
  width: 100%;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border: 0;
}
@media screen and (max-width: 767px) {
  select {
    font-size: 16px;
  }
}
select:focus {
  color: #000;
}
select::-ms-expand {
  display: none;
}

.input-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.input-flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-flex--center p {
  margin-left: 0.5em;
}
.input-flex--line + .input-flex--line {
  margin-top: 1em;
}
.input-flex__txt {
  margin-right: 0.5em;
}
.input-flex__txt:first-child {
  margin-left: 0;
}
.input-flex__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1em;
}
.input-flex .input-select__select {
  width: inherit;
}
.input-exlong {
  width: 42.66em;
}
@media screen and (max-width: 767px) {
  .input-exlong {
    width: 100%;
  }
}
.input-long {
  width: 28.125em;
}
@media screen and (max-width: 767px) {
  .input-long {
    width: 100%;
  }
}
.input-long + .input-long {
  margin-left: 0.75em;
}
@media screen and (max-width: 767px) {
  .input-long + .input-long {
    margin: 1.5rem 0 0 0;
  }
}
.input-middle {
  width: 19em;
}
@media screen and (max-width: 767px) {
  .input-middle {
    width: 100%;
  }
}
.input-short {
  width: 12.5em;
}
.input-minimum {
  width: 7em;
}
.input-required {
  color: #CF0000;
}
.input-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .input-zip {
    width: 100%;
  }
}
.input-zip__txt {
  margin-right: 0.5em;
}
.input-zip__input {
  width: 13.375em;
  margin-right: 1.5625em;
}
@media screen and (max-width: 767px) {
  .input-zip__input {
    width: 15em;
    margin-right: 1em;
  }
}
.input-zip .btn-cmn {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .input-zip .btn-cmn {
    width: 100%;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 767px) {
  .input-zip .btn-cmn a {
    padding: 0.8em 0;
  }
}
.input-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .input-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.input-name-list {
  width: 9.0625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .input-name-list {
    width: 48%;
  }
}
.input-name-list__txt {
  margin-right: 0.5em;
}
.input-name-list__input {
  width: calc(100% - 1.5em) !important;
}
.input-name-list + .input-name-list {
  margin-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .input-name-list + .input-name-list {
    margin-left: 0;
  }
}
.input-name-list--em2 {
  width: 10.06em;
}
@media screen and (max-width: 767px) {
  .input-name-list--em2 {
    width: 48%;
  }
}
.input-name-list--em2 .input-name-list__txt {
  width: 2.5em;
  text-align: right;
}
.register-set .input-name-list--em2 .input-name-list__txt {
  text-align: left;
}
.input-notes {
  font-size: 1.4rem;
  margin-top: 0.5em;
}
.input-notes + .input-long, .input-notes + .input-number {
  margin-top: 0.7rem;
}
.input-select {
  display: inline-block;
  position: relative;
  width: 9.375em;
}
.input-select__select {
  border: 1px solid #BCBABE;
  border-radius: 5px;
  color: #BCBABE;
  background: #fff;
  padding: 1em 2em 1em 1.2em;
}
@media screen and (max-width: 767px) {
  .input-select__select {
    padding: 0.7em 2em 0.7em 1em;
  }
}
.register-set .input-select__select {
  padding: 0.625em 2em 0.625em 0.625em;
}
.input-select__select--default {
  color: #000;
}
.input-select::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.7em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #BCBABE;
  border-right: 2px solid #BCBABE;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.input-select-wrap div + div {
  margin-left: 0.75em;
}
@media screen and (max-width: 767px) {
  .input-select-pref {
    width: 12em;
  }
}
@media screen and (max-width: 767px) {
  .input-select-city {
    width: 15em;
  }
}
.input-error {
  color: #FA030B;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 0.8em;
}
.register-set--wide .input-error {
  margin-top: 1em;
}
.input-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .input-bd {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .input-bd .input-select__select {
    padding: 0.7em 0.6em 0.7em 0.3em;
  }
}
.input-bd__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .input-bd__box:last-child p {
    margin-right: 0;
  }
}
.input-bd__txt {
  margin: 0 1em 0 0.5em;
}
@media screen and (max-width: 767px) {
  .input-bd__txt {
    margin: 0 0.5em 0 0.3em;
  }
}
.input-bd__year {
  width: 10em;
}
@media screen and (max-width: 767px) {
  .input-bd__year {
    width: 35vw;
  }
}
.input-bd__month, .input-bd__day {
  width: 7.625em;
}
@media screen and (max-width: 767px) {
  .input-bd__month, .input-bd__day {
    width: 17vw;
  }
}
.input-bd-result span {
  margin: 0 3em 0 0.8em;
}
.input-station-result__sen {
  margin: 0 3em 0 0.8em;
}
.input-station-result__eki {
  margin: 0 0 0 0.8em;
}
.input-thanks__ttl {
  font-size: 2.1rem;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .input-thanks__ttl {
    font-size: 1.8rem;
  }
}
.input-thanks p + .input-thanks p {
  margin-top: 1em;
}
.input-thanks-doc {
  width: 37.5em;
  background: #F1F1F2;
  margin: 1.5em auto 0;
  padding: 1.25em 4em;
}
@media screen and (max-width: 767px) {
  .input-thanks-doc {
    width: auto;
    padding: 1.5em 2em;
  }
}
.input-thanks-doc__ttl {
  font-size: 1.8rem;
}
.input-thanks-doc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.input-thanks-doc-list li {
  /*
  width: 10em;
  */
  min-width: 10em;
  margin-top: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .input-thanks-doc-list li {
    min-width: 40%;
  }
}
.input-thanks-doc-list li::before {
  content: "・";
}
@media screen and (max-width: 767px) {
  .input-sp-long-txt {
    width: calc(100% - 3em);
  }
}
.input-textarea {
  width: 42em;
  height: 13em;
  vertical-align: top;
  font-family: inherit;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .input-textarea {
    width: 100%;
    height: 5.6em;
    font-size: 16px;
  }
}
.input-textarea--small {
  height: 6.25em;
}
.input-file-label__input {
  display: none;
}
.input-file-label__txt {
  font-size: 1.6rem;
  display: inline-block;
  line-height: 1;
  color: #4BACC2;
  background: #fff;
  border: 1px solid #A1D6E2;
  outline: 1px solid transparent;
  margin: 0.8em 0 0.5em 0;
  padding: 0.65em 1em;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.input-file-label__txt:hover {
  background: #A1D6E2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .input-file-label__txt {
    display: block;
    font-size: inherit;
    width: 100%;
    text-align: center;
    padding: 0.85em 0;
    margin: 0.8em auto 0.5em;
  }
}
.input-file-label__txt .pc-txt {
  display: inline;
}
@media screen and (max-width: 767px) {
  .input-file-label__txt .pc-txt {
    display: none;
  }
}
.input-file-label__txt .sp-txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .input-file-label__txt .sp-txt {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .input-file__txt {
    text-align: center;
  }
}
.input-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-number__ttl {
  width: 3em;
}
.input-number__input {
  width: 25.125em;
}
@media screen and (max-width: 767px) {
  .input-number__input {
    width: calc(100% - 3em);
  }
}

.selectWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.selectWrap__list {
  margin: 0.3em 1em 0.3em 0;
}
@media screen and (max-width: 767px) {
  .register-set .selectWrap__list, .register-set-out .selectWrap__list {
    font-size: 1.6rem;
  }
}
.selectWrap__list.-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.selectWrap__list.-other .input-text {
  width: 10em;
  margin: 0 0.5em;
  padding: 0.5em;
}
.selectWrap--block {
  display: block;
}
.selectWrap--block .selectWrap__list {
  margin: 1em 0 0 0;
}
@media screen and (max-width: 767px) {
  .selectWrap--block .selectWrap__list {
    margin-top: 1.5em;
  }
  .register-set-out .selectWrap--block .selectWrap__list {
    margin-top: 0.5em;
  }
}
.selectWrap--block .selectWrap__list:first-child {
  margin: 0;
}

.selectBtn-btn {
  display: none;
}
.selectBtn-btn + .selectBtn-parts {
  padding-left: 1.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .selectBtn-btn + .selectBtn-parts {
    padding-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .selectBtn--li2 .selectBtn-btn + .selectBtn-parts {
    display: inline-block;
    line-height: 1.6;
  }
}
.selectBtn-btn + .selectBtn-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #BCBABE;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .selectBtn-btn + .selectBtn-parts::before {
    width: 1.5em;
    height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .selectBtn--li2 .selectBtn-btn + .selectBtn-parts::before {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.selectBtn-btn:checked + .selectBtn-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: calc(1em - 6px);
  height: calc(1em - 6px);
  background: #000;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .selectBtn-btn:checked + .selectBtn-parts::after {
    width: calc(1.5em - 6px);
    height: calc(1.5em - 6px);
  }
}
@media screen and (max-width: 767px) {
  .selectBtn--li2 .selectBtn-btn:checked + .selectBtn-parts::after {
    top: 3px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.pass-click {
  position: relative;
}
.pass-click__block {
  position: absolute;
  top: 50%;
  right: 0.75em;
  width: 1.5em;
  height: 1.5em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .pass-click__block {
    width: 2em;
    height: 2em;
  }
}
.pass-click__block.open {
  background: url(/img/common/icon_eye_open-4229ccafd39f45ddf0d5734fc6049fe9.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.pass-click__block.open img {
  opacity: 0;
}

.input-agree .input-error {
  width: 31em;
  margin: 1em auto 0;
}
@media screen and (max-width: 767px) {
  .input-agree .input-error {
    width: auto;
    padding-left: 2.3em;
  }
}

.input-check {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  margin: 1.5em 0 0;
}
@media screen and (max-width: 767px) {
  .input-check {
    text-align: left;
  }
}
.input-check__btn {
  display: none;
}
.input-check__btn:checked + .input-check__parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.25em;
  width: 0.5em;
  height: 0.9em;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .input-check__btn:checked + .input-check__parts::after {
    left: 0.4em;
    width: 0.7em;
    height: 1.2em;
  }
}
.mypage-rireki .input-check__btn:checked + .input-check__parts::after {
  border-color: #1995AD;
}
.input-check__parts {
  display: inline-block;
  position: relative;
  height: 1.0625em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.0625em;
  padding-left: 1.5em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .input-check__parts {
    line-height: 1.6;
    padding-left: 2em;
  }
}
.input-check__parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.0625em;
  height: 1.0625em;
  border: 1px solid #BCBABE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .input-check__parts::before {
    width: 1.5em;
    height: 1.5em;
  }
}
.win .input-check__parts::before {
  top: 1px;
}
.input-check__parts a {
  color: #1995AD;
  text-decoration: underline;
}
.input-check__parts a:hover {
  text-decoration: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.c-fluctuation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1em;
}
.c-fluctuation__btn {
  display: block;
  background-size: cover;
  outline: none;
  border: none;
  background-color: #fff;
  cursor: pointer;
  min-width: 20px;
  min-height: 20px;
  width: getsize(25, m) !important;
  height: getsize(25, m) !important;
}
@media screen and (max-width: 1730px) {
  .c-fluctuation__btn {
    width: getsize(25, l) !important;
  }
}
@media screen and (max-width: 1240px) {
  .c-fluctuation__btn {
    width: getsize(25, s) !important;
  }
}
@media screen and (max-width: 1730px) {
  .c-fluctuation__btn {
    height: getsize(25, l) !important;
  }
}
@media screen and (max-width: 1240px) {
  .c-fluctuation__btn {
    height: getsize(25, s) !important;
  }
}
.c-fluctuation__btn.-add {
  background-image: url("/img/common/btn_add-85d5a6705192c1aec3e75e810cd19229.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-fluctuation__btn.-subtract {
  background-image: url("/img/common/btn_subtract-198e687e7cffdee9dd8858364f22039b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.c-fluctuation__btn:hover {
  opacity: 0.6;
}
.c-fluctuation.readonly .c-fluctuation__btn {
  pointer-events: none;
  opacity: 0.4;
}

.select2-selection {
  width: 100%;
  border: 1px solid #BCBABE;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 0.5em 1.2em;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}

/* テーブルセッティング */
.table-set {
  width: 100%;
  border-spacing: 0;
}
.table-set__ttl {
  width: 14.375em;
  height: 5.125em;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px dotted #BCBABE;
  padding: 1em 0 1em 1em;
}
.table-set__ttl--normal {
  font-family: "Noto Sans JP", BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .table-set__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    height: auto;
    border-bottom: 0;
    padding: 1em 0 0;
  }
  .table-set__ttl br {
    display: none;
  }
}
.table-set__txt {
  position: relative;
  line-height: 1.3;
  border-bottom: 1px dotted #BCBABE;
  padding: 1em 0;
  /*.modal-btn{
    padding-bottom: 0;
  }*/
}
@media screen and (max-width: 767px) {
  .table-set__txt {
    display: block;
    width: auto;
  }
}
.table-set__txt .tooltip {
  position: absolute;
  right: 0;
  top: 1em;
}
@media screen and (max-width: 767px) {
  .table-set__txt .tooltip {
    top: auto;
    bottom: 1em;
  }
}

.register-set {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
.register-set__ttl {
  width: 13.875em;
  border-bottom: 1px dotted #BCBABE;
  line-height: 1.6;
  padding: 0.8em 0;
}
@media screen and (max-width: 767px) {
  .register-set__ttl {
    display: block;
    width: auto;
    font-size: 1.7rem;
    border-bottom: 0;
    padding: 1em 0 0;
  }
}
.register-set__ttl--none {
  border: 0;
}
.register-set__ttl--top {
  vertical-align: top;
}
.register-set__ttl--gr {
  background: #F1F1F2;
}
@media screen and (max-width: 767px) {
  .register-set tr:first-child .register-set__ttl {
    padding-top: 0;
  }
}
.register-set__txt {
  border-bottom: 1px dotted #BCBABE;
  padding: 0.8em 0;
}
@media screen and (max-width: 767px) {
  .register-set__txt {
    display: block;
    width: auto;
    font-size: 1.7rem;
    padding: 1em 0;
  }
}
.register-set__txt--none {
  border: 0;
}
@media screen and (max-width: 767px) {
  .register-set__txt--none {
    border-bottom: 1px dotted #BCBABE;
  }
}
.register-set__txt--gr {
  background: #F1F1F2;
}
@media screen and (max-width: 767px) {
  .register-set__txt p {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .register-set__last .register-set__ttl {
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .register-set__last .register-set__txt {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.register-set-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25em;
}
@media screen and (max-width: 767px) {
  .register-set-address {
    /*
    .input-zip{
      display: block;
      width: 100%;
      &__input{
        width: 80%;
        margin: 0;
      }
      &__txt{
        margin-left: 1em;
      }
      .btn-cmn{
        width: 80%;
        margin: 1em auto 0;
      }
    }
    */
  }
}
@media screen and (max-width: 767px) {
  .register-set-address {
    margin-top: 1em;
  }
  .register-set-address .input-flex {
    width: 100%;
  }
  .register-set-address .input-select {
    width: calc((100% - 0.75em) / 2);
  }
}
.register-set-address:first-of-type {
  margin-top: 0;
}
.register-set-address__ttl {
  width: 10em;
}
@media screen and (max-width: 767px) {
  .register-set-address__ttl {
    display: none;
  }
}
.register-set__station .input-flex {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .register-set__station {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .register-set__station .input-flex {
    width: 47%;
    margin: 0;
  }
  .register-set__station .input-flex .input-select {
    width: calc(100% - 1.5em);
  }
  .register-set__station .input-flex p {
    width: 1.5em;
    text-align: right;
    margin: 0;
  }
}
.register-set-out {
  border-bottom: 1px dotted #BCBABE;
  padding: 0.8em 0;
}
@media screen and (max-width: 767px) {
  .register-set-out {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.register-set-out .selectWrap {
  padding: 0.4em 0 0 1em;
}
.register-set-out__ttl {
  font-size: 1.7rem;
}
.register-set-out__txt {
  margin: 1em 0 0;
}
.register-set .input-name {
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .register-set .input-name {
    margin-top: 1em;
  }
}
.register-set .input-name--none {
  margin-top: 0;
}
.register-set--wide .register-set__ttl {
  padding: 1.2em 0;
}
.register-set--wide .register-set__txt {
  padding: 1.2em 0;
}
@media screen and (max-width: 767px) {
  .register-set--wide .register-set__txt {
    padding: 0 0 1.2em 0;
  }
}
.register-set--wide .result-top {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .register-set--wide .result-top {
    margin-top: 0;
  }
}
.register-set--wide .result-top:first-child {
  margin: 0;
}
.register-set .search-terms-modal__select {
  padding: 0.625em 1em;
}
.register-set .search-terms-selected__inner {
  display: block;
}
.register-set .result-side {
  margin: 0 1em;
}

.work-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work-start__month {
  width: 5em;
}
.work-start__txt {
  margin: 0 1.5em 0 0.5em;
}

/* ブックマークバー */
.bookmark-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 0.625em 0;
  z-index: 12;
}
.bookmark-bar-inner {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1240px) {
  .bookmark-bar-inner {
    width: 94.6%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .bookmark-bar-inner {
    width: 94.6%;
  }
}
@media screen and (max-width: 767px) {
  .bookmark-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bookmark-bar-inner .btn-cmn {
  margin-left: 1.25em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .bookmark-bar-inner .btn-cmn {
    width: 29vw;
    margin: 0;
  }
  .bookmark-bar-inner .btn-cmn:first-of-type {
    width: 34vw;
  }
}
.bookmark-bar-inner .btn-cmn .btn-set02 .pc {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .bookmark-bar-inner .btn-cmn .btn-set02 .pc {
    display: none !important;
  }
}
.bookmark-bar-inner .btn-cmn .btn-set02 .sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .bookmark-bar-inner .btn-cmn .btn-set02 .sp {
    display: inline-block !important;
  }
}
.bookmark-bar-inner .btn-cmn .btn-set02 span {
  background: url(/img/common/icon_bar_apply_wh-1147ffe141eee93b9cb3629a1a45016c.svg) 0 0 no-repeat;
  background-size: auto 100%;
  padding-left: 1.3em;
}
.bookmark-bar-inner .btn-cmn .btn-set02:hover span {
  background: url(/img/common/icon_bar_apply_rd-f16ced0eeb8158491c5769cae3c57584.svg) 0 0 no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bookmark-bar .btn-bookmark--out span {
    font-size: 1.3rem;
    padding-left: 1.5em !important;
  }
}

/* 矢印付きリンク */
.arrow-right:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #1995AD;
  border-right: 1px solid #1995AD;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .arrow-link {
    font-size: 1.5rem;
  }
}
.arrow-link:hover {
  text-decoration: underline;
  text-decoration-color: #1995AD;
}

.arrow-right {
  position: relative;
  color: #1995AD;
  padding: 0 0 0 1em;
}
/* ツールチップ */
.tooltip {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .tooltip {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 0;
  }
}
.tooltip-inner {
  position: relative;
}
.tooltip-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  cursor: pointer;
}
.tooltip-btn__img {
  width: 1.4em;
  height: auto;
  margin-left: 1em;
}
.tooltip-block {
  position: absolute;
  top: 1.9em;
  left: 0;
  width: 18em;
  background: #A1D6E2;
  padding: 0.5em 1em;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.is-active .tooltip-block {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .tooltip-block {
    margin-top: 1em;
    left: inherit;
    right: 0;
  }
}
.tooltip-close {
  font-weight: bold;
  cursor: pointer;
  margin-left: calc(100% - 1em);
  font-size: 1.5em;
}

/* カレンダー */
/* .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-btn__btn {
  display: inline-block;
  line-height: 1;
  color: #4BACC2;
  border: 1px solid #A1D6E2;
  background: #fff;
  padding: 1.07em 1.375em;
  margin: 0 0.625em 0 0;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.tab-btn__btn:hover {
  background: #A1D6E2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tab-btn__btn span {
    display: none;
  }
}
.tab-btn__btn.is-active {
  background: #A1D6E2;
  color: #fff;
}

.tab-block {
  max-width: 980px;
  overflow: hidden;
}
.tab-block__inner {
  display: none;
}
.tab-block__inner.is-show {
  display: block;
}
.tab-block .slick-list {
  margin-right: -1em;
}
.tab-block .slick-arrow {
  position: absolute;
  top: 1.8rem;
  width: 3rem;
  height: 3rem;
  font-size: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .tab-block .slick-arrow {
    top: 1.9rem;
  }
}
.tab-block .slick-arrow.slick-prev {
  left: 0;
  background: url(/img/common/icon_arrow_l-b76039b1541d17127f1920a78da7141c.png) center center no-repeat;
  background-size: auto 50%;
}
.tab-block .slick-arrow.slick-next {
  right: 0;
  background: url(/img/common/icon_arrow_r-7c06194130c21e09875abf1eba205a25.png) center center no-repeat;
  background-size: auto 50%;
}
.tab-block-calendar {
  padding-right: 1em;
}
.tab-block .search-terms-modal__list li {
  margin-top: 0;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .tab-block .search-terms-modal__list li {
    margin-top: 0.625em;
  }
}

.js-calendar {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  background: #F1F1F2;
}
.js-calendar thead th {
  font-size: 1.3rem;
  text-align: center;
  padding: 1em 0;
}
.js-calendar thead th input {
  display: none;
}
.js-calendar thead th span {
  padding: 1em 0;
}
.js-calendar tbody th {
  font-size: 1.5rem;
  text-align: center;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.js-calendar tbody th input {
  display: none;
}
.js-calendar tbody th span {
  display: block;
  padding: 0.8em 0;
}
.js-calendar tbody td {
  text-align: center;
  font-size: 1.4rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.js-calendar tbody td input {
  display: none;
}
.js-calendar tbody td span {
  display: block;
  padding: 0.8em 0;
}
.js-calendar__week {
  font-size: 1.5rem;
  background: #EBEBEB;
}
.js-calendar__week input:checked + span {
  background: #EAFAFE;
  -webkit-box-shadow: 0 0 0 2px #1995AD inset;
          box-shadow: 0 0 0 2px #1995AD inset;
  padding: 0.8em 0 calc(0.8em - 1px);
}
.js-calendar__week.js-calendar__sat span {
  background: #A1D6E2;
}
.js-calendar__week.js-calendar__sat input:checked + span {
  background: #A1D6E2;
}
.js-calendar__week.js-calendar__sun span {
  background: #FFD2D6;
}
.js-calendar__week.js-calendar__sun input:checked + span {
  background: #FFD2D6;
}
.js-calendar__day input:checked + span {
  background: #EAFAFE;
  border-color: #1995AD;
  -webkit-box-shadow: 0 0 0 2px #1995AD inset;
          box-shadow: 0 0 0 2px #1995AD inset;
  padding: 0.8em 0 calc(0.8em - 1px);
}
.js-calendar__day.js-calendar__sat span {
  background: #EBEBEB;
  color: #0C687A;
}
.js-calendar__day.js-calendar__sun span {
  background: #EBEBEB;
  color: #CF0000;
}
.js-calendar__sat span {
  background: #A1D6E2;
}
.js-calendar__sun span {
  background: #FFD2D6;
} /*

/* 番号付きリスト */
.list-num__list {
  position: relative;
  line-height: 1.875;
  text-indent: -3em;
  padding: 0 0 0 3em;
}
.list-num__list + .list-num__list {
  margin-top: 2em;
}
.list-num-c {
  text-indent: 0;
  padding: 0;
}
.list-num-c__list {
  line-height: 1.875;
}

/* 利用の流れ */
.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 16%;
}
.flow-list::after {
  content: "▼";
  position: absolute;
  right: -0.5em;
  top: 40%;
  color: #FA6775;
  font-size: 1.5em;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.flow-list:last-child::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .flow-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flow-list::after {
    content: "▼";
    position: relative;
    right: 0;
    top: 0;
    font-size: 1em;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    display: block;
    width: 100%;
    padding: 1em 0 1em 3.2em;
  }
}
.flow-list__ttl {
  font-size: 2rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1.55 !important;
  height: 2.4em;
  margin-top: 0.8em;
}
.flow-list__ttl sup {
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  .flow-list__ttl {
    font-size: 1.7rem;
    text-align: left;
  }
  .flow-list__ttl br {
    display: none;
  }
}
.flow-list figure {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-list figure {
    width: 24vw;
  }
}

/* キャリアシート */
.mypage-rireki .cs-edu {
  position: relative;
  padding: 0 0 1em 8em;
  border-bottom: 1px dotted #BCBABE;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu {
    padding: 0 0 2em 0;
  }
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.mypage-rireki .cs-edu-number {
  position: absolute;
  top: 1.3em;
  left: -4em;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu-number {
    position: relative;
    top: 0;
    left: 0;
  }
}
.mypage-rireki .cs-edu-ttl {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu-ttl {
    position: relative;
    top: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mypage-rireki .cs-edu-ttl__school {
  margin-top: 0.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu-ttl__school {
    margin: 0;
  }
}
.mypage-rireki .cs-edu-ttl__job {
  padding-top: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu-ttl__job {
    padding-top: 0;
    margin: 2em 0 0 0;
  }
}
.mypage-rireki .cs-edu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-gap: 0.5em;
  margin-bottom: 0.5em;
}
.mypage-rireki .cs-edu-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu-block {
    display: block;
    margin-bottom: 1.5em;
  }
}
.mypage-rireki .cs-edu-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu-date {
    margin: 1em 0 0;
  }
}
.mypage-rireki .cs-edu-date__ttl {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu-date__ttl {
    margin: 0 0 0.3em;
  }
}
.mypage-rireki .cs-edu-date__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.5em;
}
.mypage-rireki .cs-edu__year {
  width: 10em;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu__year {
    width: 15em;
  }
}
.mypage-rireki .cs-edu__month {
  width: 3.5em;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu__month {
    width: 6em;
  }
}
.mypage-rireki .cs-edu__txt {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu__txt {
    margin: 0 2em 0 0.3em;
  }
}
.mypage-rireki .cs-edu__part {
  margin: 0;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu__part {
    display: none;
  }
}
.mypage-rireki .cs-edu .input-select__select {
  padding: 0.625em 1.6em 0.625em 0.625em;
}
.mypage-rireki .cs-edu-school {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu-school {
    margin: 1em 0 0 0;
  }
}
.mypage-rireki .cs-edu-school .input-txt {
  width: 15em;
  padding: 0.625em 1em;
}
@media screen and (max-width: 1500px) {
  .mypage-rireki .cs-edu-school .input-txt {
    width: 11em;
  }
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu-school .input-txt {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0.625em;
  }
}
.mypage-rireki .cs-edu .addbtn {
  margin-top: 1em;
  grid-gap: 1.5em;
}
.mypage-rireki .cs-edu .addbtn__add {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu .addbtn {
    grid-gap: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu p {
    font-size: 1.7rem;
  }
}
.mypage-rireki .cs-edu--confirm {
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu--confirm .cs-edu-block {
    margin-bottom: 0.5em;
  }
}
.mypage-rireki .cs-edu--confirm .cs-edu-ttl__school {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu--confirm .cs-edu-ttl__school {
    margin: 0 0 1em 0;
  }
}
.mypage-rireki .cs-edu--confirm .cs-edu-ttl__job {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-edu--confirm .cs-edu-ttl__job {
    margin: 0 0 1em 0;
  }
}
.mypage-rireki .cs-edu--confirm .cs-job:last-child {
  margin-bottom: 0;
}
.mypage-rireki .cs-edu--top {
  margin-top: 1.8em;
}
.mypage-rireki .cs-edu .search-terms-modal__select {
  padding: 0.625em 1em;
}
.mypage-rireki .cs-edu .search-terms-selected__inner {
  display: block;
}
.mypage-rireki .cs-job {
  position: relative;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-job {
    margin-bottom: 1.5em;
  }
}
.mypage-rireki .cs-job + .cs-job::after {
  content: "";
  position: absolute;
  border-top: 1px dotted #BCBABE;
  width: calc(100% + 4em);
  height: 1px;
  right: 0;
  top: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-job + .cs-job::after {
    width: 100%;
  }
}
.mypage-rireki .cs-job-number {
  position: absolute;
  top: 1.3em;
  left: -4em;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-job-number {
    position: relative;
    top: 0;
    left: 0;
  }
}
.mypage-rireki .cs-job-block {
  position: relative;
  width: 15em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-job-block {
    width: auto;
    margin: 1em auto 0;
  }
}
.mypage-rireki .cs-job-block:last-child {
  margin-top: 1.2em;
}
.mypage-rireki .cs-job-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 1em;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-job-block__wrap {
    display: block;
  }
}
.mypage-rireki .cs-job-block .input-select {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-job-block .input-select {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.mypage-rireki .cs-job-block .input-txt {
  padding: 0.625em 1em;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-job-block .input-txt {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-job-block__ttl {
    margin: 0 0 0.3em;
  }
}
.mypage-rireki .cs-job-block .modal-btn {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-job-block .modal-btn {
    font-size: 1.7rem;
  }
}
.mypage-rireki .cs-job-block .modal-btn__link {
  display: block;
  padding: 0.7em 0;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-job-block .modal-btn__link {
    width: 100%;
    padding: 0.85em 0;
    margin: 0 auto;
  }
}
.mypage-rireki .cs-job-block .input-check {
  text-align: left;
  margin: 0;
}
.mypage-rireki .cs-job-block .input-check .input-check__btn:checked + .input-check__parts::after {
  border-color: #1995AD;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-job-block .input-check .input-check__parts {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-job-block--check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mypage-rireki .cs-job-block--check .cs-job-block__ttl {
    width: 7em;
    margin: 0;
  }
}
.mypage-rireki .cs-job-block--subject {
  width: auto;
}
.mypage-rireki .cs-job-block--subject .modal-btn {
  width: 15em;
}
@media screen and (max-width: 767px) {
  .mypage-rireki .cs-job-block--subject .modal-btn {
    width: auto;
  }
}
.mypage-rireki .cs-job .search-terms-modal__select {
  padding: 0.625em 1em;
}
.mypage-rireki .cs-job .search-terms-selected__inner {
  display: block;
}

/* スクロールバー */
.scrollbar {
  overflow: auto;
}
.scrollbar .simplebar-track.simplebar-vertical {
  width: 5px;
  background-color: #F1F1F2;
  border-radius: 5px;
}
.scrollbar .simplebar-scrollbar:before {
  top: 1px;
  bottom: 1px;
  left: 1px;
  width: 3px;
  background-color: #9A979E;
  opacity: 1;
}

/* エラー */
.error-cont {
  text-align: center;
  padding: 4.5em 0;
}
@media screen and (max-width: 767px) {
  .error-cont {
    padding: 4.5em 1em 0;
  }
}
.error-cont__txt {
  text-align: center;
  color: #1995AD;
}
.error-cont__txt--ttl {
  font-size: 2rem;
  margin-top: 3em;
}
.error-cont__txt + .error-cont__txt {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .error-cont img {
    display: block;
    width: 60vw;
    margin: 0 auto;
  }
}

/* オファーモーダル */
.offer-modal {
  padding: 2.6em 5em;
  max-height: 100vh;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .offer-modal {
    padding: 1.8em 1.5em;
  }
}
.offer-modal__ttl {
  color: #000;
  margin-top: 1em;
}
.offer-modal__ttl:first-child {
  margin-top: 0;
}
.offer-modal__intro {
  text-align: center;
  margin: 1em 0;
}
.offer-modal-select select {
  display: inline-block;
  width: auto;
  line-height: 1;
  color: #4BACC2;
  border: 1px solid #A1D6E2;
  font-family: inherit;
  background: #fff;
  outline: 1px solid transparent;
  padding: 0.75em;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.offer-modal-select .btn-cmn {
  margin: 0.6em auto 0 0;
}
.offer-modal-select a.modal-btn__link {
  color: #4BACC2;
  border: none !important;
  outline: none !important;
  font-size: 1.4rem !important;
  position: relative;
}
.offer-modal-select a.modal-btn__link:hover {
  background: none !important;
  text-decoration: underline;
  color: #4BACC2;
}
.offer-modal-select a.modal-btn__link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(/img/common/icon_blank-8dbf12f9289674f1e98345f10e23a947.svg) 0 center no-repeat;
  background-size: 100% auto;
}
.offer-modal-new a {
  display: inline-block;
  width: auto;
  line-height: 1;
  color: #4BACC2;
  border: 1px solid #A1D6E2;
  font-family: inherit;
  background: #fff;
  outline: 1px solid transparent;
  padding: 0.75em;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .offer-modal-new a {
    font-size: 16px;
  }
}
.offer-modal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.875em 0 0;
}
.offer-modal-btn .search-terms-modal__submit {
  background: #BCBABE;
  border: 1px solid #BCBABE;
  padding: 0.8em 0;
  margin: 0 1.3em 0 0;
}
@media screen and (max-width: 767px) {
  .offer-modal-btn .search-terms-modal__submit {
    font-size: 1.4rem;
    margin: 0 0.5em 0 0;
  }
}
.offer-modal-btn .search-terms-modal__submit:hover {
  background: #fff;
  color: #BCBABE;
}
.offer-modal-btn .btn-cmn {
  width: 12.5em;
  padding: 0;
  margin: 0;
}
.offer-modal-btn .btn-cmn + .btn-cmn {
  margin-left: 1.3em;
}
.offer-modal--send {
  max-width: 770px;
}
.offer-modal-description {
  margin: 0.8em 0 0.5em;
  font-size: 1.4rem !important;
}
.offer-modal-description:first-child {
  margin-top: 0;
}

/* コーディネーターへの相談 */
.consul-cont {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .consul-cont {
    margin-top: 0;
  }
}
.consul-cont .modal-btn {
  padding: 0;
}
.consul-cont .modal-btn__link {
  padding: 0.7em 1em;
}