@charset "UTF-8";
/************************************************
    文字の色
*************************************************/
/************************************************
    背景の色
*************************************************/
/**
    施設のカテゴリー別 color　(.c-categoryで使用)
*/
/************************************************
    Reset
*************************************************/
* {
  min-height: 0;
  min-width: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, figure, figcaption, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  border: 0;
  margin: 0; }

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal; }

table, caption, th, td {
  font-weight: normal;
  text-align: left;
  empty-cells: show;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0; }

a img, iframe {
  border: none; }

a {
  color: inherit; }

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

input, textarea, select, button {
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0; }

input[type="text"],
textarea {
  width: 100%; }

address {
  font-style: normal; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

br {
  opacity: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none; }

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

/************************************************
    共通設定
*************************************************/
* {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: noto-sans-cjk-jp, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; }

html {
  font-size: 62.5%;
  display: block; }

body {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  color: #707070;
  overflow-x: hidden; }

@media screen and (max-width: 1079px) {
  body.notop.noscroll {
    overflow: hidden; } }

@media screen and (max-width: 960px) {
  body.top.noscroll {
    overflow: hidden; } }

@font-face {
  font-family: 'Corporate-Logo-Bold';
  src: url("../fonts/Corporate-Logo-Bold-ver2.ttf") format("truetype"); }

@font-face {
  font-family: 'Corporate-Logo-Medium';
  src: url("../fonts/Corporate-Logo-Medium-ver2.ttf") format("truetype"); }

.l-container {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .l-container {
    padding: 0 15px; } }

@media screen and (max-width: 560px) {
  .l-container {
    padding: 0 10px; } }

#compre-header {
  width: 100%;
  position: relative; }
  #compre-header h1 {
    width: 90px;
    position: fixed;
    left: 10px;
    top: 0px;
    z-index: 11;
    display: none; }
    #compre-header h1 a img {
      width: 100%; }
  #compre-header.fixed h1 {
    display: block; }
  #compre-header.fixed .l-header {
    position: relative;
    z-index: 10; }
    #compre-header.fixed .l-header-linksList {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2;
      -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
      box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
      background-color: #fff; }
      #compre-header.fixed .l-header-linksList-inner {
        padding-left: 105px; }
  #compre-header input#menu {
    display: none; }
  #compre-header input#menu:checked ~ .menuBtn span {
    background-color: rgba(255, 255, 255, 0); }
    #compre-header input#menu:checked ~ .menuBtn span::before {
      bottom: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #compre-header input#menu:checked ~ .menuBtn span::after {
      top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #compre-header .menuBtn {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 90;
    background-color: #707070;
    display: none; }
    #compre-header .menuBtn span {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background-color: #ffffff;
      position: absolute; }
      #compre-header .menuBtn span::before, #compre-header .menuBtn span::after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        -o-transition: transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s; }
      #compre-header .menuBtn span::before {
        bottom: 8px; }
      #compre-header .menuBtn span::after {
        top: 8px; }
  #compre-header .l-header-linksList {
    width: 100%;
    -webkit-box-shadow: 0 5px 18px rgba(209, 109, 115, 0.06);
    box-shadow: 0 5px 18px rgba(209, 109, 115, 0.06);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    position: relative; }
    #compre-header .l-header-linksList-inner {
      width: 100%;
      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;
      padding: 15px 25px; }
      #compre-header .l-header-linksList-inner-left {
        width: 54%;
        max-width: 740px;
        min-width: 560px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative; }
        #compre-header .l-header-linksList-inner-left li a {
          font-size: 1.6rem;
          letter-spacing: 0.1em; }
      #compre-header .l-header-linksList-inner-right {
        width: 290px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #compre-header .l-header-linksList-inner-right li a {
          font-size: 1.5rem;
          letter-spacing: 0.05em;
          color: #ffffff;
          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: 140px;
          height: 35px;
          border-radius: 17.5px;
          background-color: #707070;
          position: relative;
          z-index: 2; }
          #compre-header .l-header-linksList-inner-right li a::before {
            border-radius: 17.5px;
            background-color: #333; }
  #compre-header .l-header-categoryLinks {
    width: 100%;
    max-width: 1190px;
    padding: 40px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    #compre-header .l-header-categoryLinks-logo {
      width: 150px;
      margin-bottom: -70px;
      position: relative;
      z-index: 2; }
      #compre-header .l-header-categoryLinks-logo a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #compre-header .l-header-categoryLinks-logo img {
        width: 100%; }

@media screen and (max-width: 1040px) {
  #compre-header.fixed .l-header-linksList-inner {
    padding-left: 95px; }
  #compre-header h1 {
    width: 80px; }
  #compre-header .l-header-linksList-inner {
    padding: 15px 20px; }
    #compre-header .l-header-linksList-inner-left {
      max-width: auto;
      min-width: 540px; }
      #compre-header .l-header-linksList-inner-left li a {
        font-size: 1.5rem; }
      #compre-header .l-header-linksList-inner-left li.logo {
        width: 80px; }
    #compre-header .l-header-linksList-inner-right {
      width: 270px; }
      #compre-header .l-header-linksList-inner-right li a {
        font-size: 1.4rem;
        width: 130px;
        height: 30px;
        border-radius: 15px; }
  #compre-header .l-header-categoryLinks {
    padding: 30px 15px 15px; }
    #compre-header .l-header-categoryLinks-logo {
      width: 170px;
      margin-bottom: -65px; }
    #compre-header .l-header-categoryLinks .c-category img {
      height: 60px; }
    #compre-header .l-header-categoryLinks .c-category-txt {
      font-size: 1.6rem; } }

@media screen and (max-width: 960px) {
  #compre-header {
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 18px rgba(209, 109, 115, 0.06);
    box-shadow: 0 5px 18px rgba(209, 109, 115, 0.06);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10; }
    #compre-header.fixed .l-header {
      position: fixed;
      z-index: 1; }
      #compre-header.fixed .l-header-linksList {
        position: static;
        top: auto;
        left: auto;
        z-index: 1;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none; }
        #compre-header.fixed .l-header-linksList-inner {
          padding-left: 20px; }
    #compre-header h1 {
      width: 90px;
      top: 5px;
      display: block; }
    #compre-header .menuClose {
      width: 100%;
      height: calc(100vh - 80px);
      background-color: rgba(0, 0, 0, 0.5);
      position: fixed;
      left: 0;
      top: 80px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    #compre-header input:checked ~ .menuClose {
      opacity: 1;
      visibility: visible; }
    #compre-header input#menu:checked ~ .l-header {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    #compre-header .menuBtn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #compre-header .l-header {
      width: 100%;
      max-width: 500px;
      height: calc(100vh - 80px);
      -webkit-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.1) inset;
      box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.1) inset;
      background-color: #fff;
      position: fixed;
      right: 0;
      top: 80px;
      z-index: 1;
      overflow-y: scroll;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: -webkit-transform .4s ease;
      transition: -webkit-transform .4s ease;
      -o-transition: transform .4s ease;
      transition: transform .4s ease;
      transition: transform .4s ease, -webkit-transform .4s ease; }
      #compre-header .l-header-linksList {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none; }
        #compre-header .l-header-linksList-inner {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          #compre-header .l-header-linksList-inner-left {
            width: 100%;
            min-width: auto;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #compre-header .l-header-linksList-inner-left li {
              width: 100%;
              border-bottom: 1px solid #707070; }
              #compre-header .l-header-linksList-inner-left li a {
                font-size: 1.6rem;
                display: block;
                width: 100%;
                padding: 18px 0; }
          #compre-header .l-header-linksList-inner-right {
            width: 100%;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #compre-header .l-header-linksList-inner-right li {
              width: 100%;
              margin-top: 18px; }
              #compre-header .l-header-linksList-inner-right li a {
                font-size: 1.5rem;
                width: 100%;
                height: 40px;
                border-radius: 20px; }
      #compre-header .l-header-categoryLinks {
        padding: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #compre-header .l-header-categoryLinks-logo {
          display: none; }
        #compre-header .l-header-categoryLinks .c-category {
          width: 50%;
          text-align: center; }
          #compre-header .l-header-categoryLinks .c-category:last-of-type, #compre-header .l-header-categoryLinks .c-category:nth-of-type(3) {
            margin-top: 35px; }
          #compre-header .l-header-categoryLinks .c-category img {
            height: 65px; }
          #compre-header .l-header-categoryLinks .c-category-txt {
            font-size: 1.5rem; } }

@media screen and (max-width: 768px) {
  #compre-header h1 {
    width: 80px;
    top: 5px; }
  #compre-header .l-header-linksList-inner-left li a {
    font-size: 1.5rem;
    padding: 16px 0; }
  #compre-header .l-header-linksList-inner-right li {
    margin-top: 16px; }
    #compre-header .l-header-linksList-inner-right li a {
      font-size: 1.4rem; }
  #compre-header .l-header-categoryLinks .c-category:last-of-type, #compre-header .l-header-categoryLinks .c-category:nth-of-type(3) {
    margin-top: 30px; }
  #compre-header .l-header-categoryLinks .c-category img {
    height: 60px; }
  #compre-header .l-header-categoryLinks .c-category-txt {
    font-size: 1.4rem; } }

@media screen and (max-width: 560px) {
  #compre-header {
    height: 70px; }
    #compre-header h1 {
      width: 70px;
      top: 5px; }
    #compre-header .menuClose {
      height: calc(100vh - 70px);
      top: 70px; }
    #compre-header .menuBtn {
      width: 50px;
      height: 50px; }
    #compre-header .l-header {
      height: calc(100vh - 70px);
      top: 70px; }
      #compre-header .l-header-linksList-inner {
        padding: 15px; }
        #compre-header .l-header-linksList-inner-left li a {
          padding: 15px 0; }
        #compre-header .l-header-linksList-inner-right li {
          margin-top: 15px; }
      #compre-header .l-header-categoryLinks {
        padding: 15px; }
        #compre-header .l-header-categoryLinks .c-category:last-of-type, #compre-header .l-header-categoryLinks .c-category:nth-of-type(3) {
          margin-top: 25px; }
        #compre-header .l-header-categoryLinks .c-category img {
          height: 55px; } }

#header.fixed h1 {
  position: fixed;
  top: 5px;
  z-index: 5; }

#header.fixed .l-header {
  position: relative;
  z-index: 4; }
  #header.fixed .l-header-megamenu {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1); }
    #header.fixed .l-header-megamenu-activeCategory.recruit {
      background-color: #fff; }

#header h1 {
  width: 90px;
  position: absolute;
  top: 15px;
  left: 15px; }
  #header h1 img {
    width: 100%; }

#header input#menu {
  display: none; }

#header input#menu:checked ~ .menuBtn span {
  background-color: rgba(255, 255, 255, 0); }
  #header input#menu:checked ~ .menuBtn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #header input#menu:checked ~ .menuBtn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#header .menuBtn {
  position: fixed;
  top: 10px;
  right: 10px;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 90;
  background-color: #707070;
  display: none; }
  #header .menuBtn span {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute; }
    #header .menuBtn span::before, #header .menuBtn span::after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background-color: #ffffff;
      position: absolute;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      -o-transition: transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
    #header .menuBtn span::before {
      bottom: 8px; }
    #header .menuBtn span::after {
      top: 8px; }

#header .l-header-menu {
  width: 100%;
  padding-left: 9%;
  padding-right: 30px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #header .l-header-menu-label {
    width: calc(100% - 330px);
    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 .l-header-menu-label li {
      display: block; }
      #header .l-header-menu-label li a {
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        padding: 15px;
        display: block; }
        #header .l-header-menu-label li a br {
          display: none; }
      #header .l-header-menu-label li.labelC {
        position: relative; }
        #header .l-header-menu-label li.labelC.active::after {
          opacity: 1;
          visibility: visible; }
        #header .l-header-menu-label li.labelC:hover::after {
          opacity: 1;
          visibility: visible; }
        #header .l-header-menu-label li.labelC::before {
          content: "";
          display: block;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          position: absolute;
          top: 50%;
          left: 15px;
          z-index: 2;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          pointer-events: none; }
        #header .l-header-menu-label li.labelC::after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          position: absolute;
          left: 0;
          bottom: 0;
          pointer-events: none;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        #header .l-header-menu-label li.labelC a {
          font-size: 1.6rem;
          letter-spacing: 0.1em;
          padding: 20px 15px;
          position: relative;
          z-index: 2; }
      #header .l-header-menu-label li.nursingHome::after {
        background-color: #fff0df; }
      #header .l-header-menu-label li.nursingHome::before {
        background-image: url(../images/3x/icon-nursingMini@3x.png);
        width: 35px;
        height: 28px; }
      #header .l-header-menu-label li.nursingHome a {
        padding-left: 55px;
        color: #ffa94c; }
      #header .l-header-menu-label li.childcare::after {
        background-color: #ffe0e2; }
      #header .l-header-menu-label li.childcare::before {
        background-image: url(../images/3x/icon-childcareMini@3x.png);
        width: 36px;
        height: 26px; }
      #header .l-header-menu-label li.childcare a {
        padding-left: 56px;
        color: #d16d73; }
      #header .l-header-menu-label li.handicapped::after {
        background-color: #eafcf1; }
      #header .l-header-menu-label li.handicapped::before {
        background-image: url(../images/3x/icon-handicappedMini@3x.png);
        width: 28px;
        height: 27px; }
      #header .l-header-menu-label li.handicapped a {
        padding-left: 48px;
        color: #7bd09d; }
  #header .l-header-menu-links {
    width: 330px;
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #header .l-header-menu-links li a {
      font-size: 1.5rem;
      letter-spacing: 0.1em; }

#header .l-header-megamenu {
  width: 100%; }
  #header .l-header-megamenu-activeCategory {
    width: 100%;
    padding: 0 20px 0 calc(9% + 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #header .l-header-megamenu-activeCategory.nursingHome {
      background-color: #fff0df; }
      #header .l-header-megamenu-activeCategory.nursingHome .l-header-megamenu-activeCategory-left ul li a {
        color: #ffa94c; }
    #header .l-header-megamenu-activeCategory.handicapped {
      background-color: #eafcf1; }
      #header .l-header-megamenu-activeCategory.handicapped .l-header-megamenu-activeCategory-left ul li a {
        color: #7bd09d; }
    #header .l-header-megamenu-activeCategory.childcare {
      background-color: #ffe0e2; }
      #header .l-header-megamenu-activeCategory.childcare .l-header-megamenu-activeCategory-left ul li a {
        color: #d16d73; }
    #header .l-header-megamenu-activeCategory.recruit .l-header-megamenu-activeCategory-left ul li a {
      color: #60abba; }
    #header .l-header-megamenu-activeCategory.recruit .l-header-megamenu-activeCategory-left .recruit::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      background-color: #f3fffe;
      z-index: -1; }
    #header .l-header-megamenu-activeCategory-title {
      display: none; }
    #header .l-header-megamenu-activeCategory-left {
      width: calc(100% - 300px);
      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; }
      #header .l-header-megamenu-activeCategory-left ul {
        width: 655px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 10px; }
        #header .l-header-megamenu-activeCategory-left ul li a {
          font-size: 1.8rem;
          display: block;
          padding: 20px 0; }
      #header .l-header-megamenu-activeCategory-left .recruit {
        font-size: 1.8rem;
        color: #73ccde;
        display: block;
        padding: 20px;
        padding-left: 60px;
        position: relative;
        z-index: 2; }
        #header .l-header-megamenu-activeCategory-left .recruit::before {
          content: "";
          display: block;
          width: 36px;
          height: 31px;
          background-image: url(../images/3x/icon-recruitMini@3x.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center;
          position: absolute;
          left: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    #header .l-header-megamenu-activeCategory-right {
      width: 290px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #header .l-header-megamenu-activeCategory-right li {
        width: calc(50% - 5px); }
        #header .l-header-megamenu-activeCategory-right li a {
          font-size: 1.5rem;
          letter-spacing: 0.05em;
          color: #ffffff;
          width: 100%;
          height: 35px;
          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-radius: 17.5px;
          background-color: #707070;
          position: relative;
          z-index: 2; }
          #header .l-header-megamenu-activeCategory-right li a::before {
            border-radius: 17.5px;
            background-color: #333; }
  #header .l-header-megamenu-links {
    display: none; }

@media screen and (max-width: 1366px) {
  #header h1 {
    width: 85px;
    top: 10px;
    left: 10px; }
  #header .l-header-menu-label {
    width: calc(100% - 290px); }
    #header .l-header-menu-label li a {
      font-size: 1.4rem;
      padding: 15px 10px; }
    #header .l-header-menu-label li.labelC a {
      font-size: 1.5rem;
      padding: 15px 10px; }
    #header .l-header-menu-label li.nursingHome::before {
      width: 32px;
      height: 25px; }
    #header .l-header-menu-label li.nursingHome a {
      padding-left: 47px; }
    #header .l-header-menu-label li.childcare::before {
      width: 33px;
      height: 23px; }
    #header .l-header-menu-label li.childcare a {
      padding-left: 48px; }
    #header .l-header-menu-label li.handicapped::before {
      width: 25px;
      height: 24px; }
    #header .l-header-menu-label li.handicapped a {
      padding-left: 40px; }
  #header .l-header-menu-links {
    width: 290px; }
    #header .l-header-menu-links li a {
      font-size: 1.4rem; }
  #header .l-header-megamenu-activeCategory {
    padding: 0 10px 0 calc(9% + 10px); }
    #header .l-header-megamenu-activeCategory-left ul {
      width: calc(100% - 125px);
      max-width: 655px; }
      #header .l-header-megamenu-activeCategory-left ul li a {
        font-size: 1.7rem; }
    #header .l-header-megamenu-activeCategory-left .recruit {
      font-size: 1.7rem;
      padding-left: 50px; }
      #header .l-header-megamenu-activeCategory-left .recruit::before {
        width: 33px;
        height: 28px;
        left: 10px; }
    #header .l-header-megamenu-activeCategory-right li a {
      font-size: 1.4rem;
      height: 30px; } }

@media screen and (max-width: 1225px) {
  #header h1 {
    left: 5px;
    top: 5px; }
  #header .l-header-menu {
    padding-left: 8.5%;
    padding-right: 20px; }
    #header .l-header-menu-label {
      width: calc(100% - 320px); }
      #header .l-header-menu-label li a {
        text-align: center; }
    #header .l-header-menu-links {
      width: 320px; }
  #header .l-header-megamenu-activeCategory {
    padding: 0 10px 0 calc(8.5% + 10px); }
    #header .l-header-megamenu-activeCategory-left {
      width: calc(100% - 275px);
      padding-right: 20px; }
      #header .l-header-megamenu-activeCategory-left ul {
        width: calc(100% - 123px);
        max-width: 610px; }
        #header .l-header-megamenu-activeCategory-left ul li {
          font-size: 1.6rem; }
      #header .l-header-megamenu-activeCategory-left .recruit {
        font-size: 1.6rem; }
    #header .l-header-megamenu-activeCategory-right {
      width: 285px; } }

@media screen and (max-width: 1079px) {
  #header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 18px rgba(209, 109, 115, 0.1);
    box-shadow: 0 5px 18px rgba(209, 109, 115, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5; }
    #header.fixed h1 {
      z-index: 6; }
    #header.fixed .l-header {
      position: fixed;
      z-index: 5; }
      #header.fixed .l-header-megamenu {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none; }
        #header.fixed .l-header-megamenu-activeCategory.recruit {
          background-color: #f3fffe; }
    #header h1 {
      width: 90px;
      z-index: 6; }
    #header .menuClose {
      width: 100%;
      height: calc(100vh - 80px);
      background-color: rgba(0, 0, 0, 0.5);
      position: fixed;
      left: 0;
      top: 80px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .1s;
      -o-transition: all .1s;
      transition: all .1s;
      z-index: 4; }
    #header input:checked ~ .menuClose {
      opacity: 1;
      visibility: visible; }
    #header input#menu:checked ~ .l-header {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    #header .menuBtn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #header .l-header {
      width: 100%;
      height: calc(100vh - 80px);
      max-width: 500px;
      position: fixed;
      right: 0;
      top: 80px;
      z-index: 5;
      -webkit-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.1) inset;
      box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.1) inset;
      background-color: #fff;
      overflow-y: scroll;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: -webkit-transform .25s ease;
      transition: -webkit-transform .25s ease;
      -o-transition: transform .25s ease;
      transition: transform .25s ease;
      transition: transform .25s ease, -webkit-transform .25s ease; }
      #header .l-header-menu {
        display: none; }
      #header .l-header-megamenu {
        padding: 80px 20px 20px 20px; }
        #header .l-header-megamenu-activeCategory {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          position: relative;
          padding: 20px;
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
          border-bottom-left-radius: 10px; }
          #header .l-header-megamenu-activeCategory.nursingHome {
            border: 2px solid #ffa94c; }
            #header .l-header-megamenu-activeCategory.nursingHome .l-header-megamenu-activeCategory-title {
              color: #ffa94c;
              padding-left: 55px; }
              #header .l-header-megamenu-activeCategory.nursingHome .l-header-megamenu-activeCategory-title::before {
                background-image: url(../images/3x/icon-nursingMini@3x.png);
                width: 35px;
                height: 28px; }
              #header .l-header-megamenu-activeCategory.nursingHome .l-header-megamenu-activeCategory-title::after {
                background-color: #fff0df;
                border-left: 2px solid #ffa94c;
                border-right: 2px solid #ffa94c;
                border-top: 2px solid #ffa94c; }
            #header .l-header-megamenu-activeCategory.nursingHome .l-header-megamenu-activeCategory-left ul li a {
              border-bottom: 2px solid #ffa94c; }
          #header .l-header-megamenu-activeCategory.childcare {
            border: 2px solid #d16d73; }
            #header .l-header-megamenu-activeCategory.childcare .l-header-megamenu-activeCategory-title {
              color: #d16d73;
              padding-left: 55px; }
              #header .l-header-megamenu-activeCategory.childcare .l-header-megamenu-activeCategory-title::before {
                background-image: url(../images/3x/icon-childcareMini@3x.png);
                width: 36px;
                height: 26px; }
              #header .l-header-megamenu-activeCategory.childcare .l-header-megamenu-activeCategory-title::after {
                background-color: #ffe0e2;
                border-left: 2px solid #d16d73;
                border-right: 2px solid #d16d73;
                border-top: 2px solid #d16d73; }
            #header .l-header-megamenu-activeCategory.childcare .l-header-megamenu-activeCategory-left ul li a {
              border-bottom: 2px solid #d16d73; }
          #header .l-header-megamenu-activeCategory.handicapped {
            border: 2px solid #7bd09d; }
            #header .l-header-megamenu-activeCategory.handicapped .l-header-megamenu-activeCategory-title {
              color: #7bd09d;
              padding-left: 55px; }
              #header .l-header-megamenu-activeCategory.handicapped .l-header-megamenu-activeCategory-title::before {
                background-image: url(../images/3x/icon-handicappedMini@3x.png);
                width: 28px;
                height: 27px; }
              #header .l-header-megamenu-activeCategory.handicapped .l-header-megamenu-activeCategory-title::after {
                background-color: #eafcf1;
                border-left: 2px solid #7bd09d;
                border-right: 2px solid #7bd09d;
                border-top: 2px solid #7bd09d; }
            #header .l-header-megamenu-activeCategory.handicapped .l-header-megamenu-activeCategory-left ul li a {
              border-bottom: 2px solid #7bd09d; }
          #header .l-header-megamenu-activeCategory.recruit {
            background-color: #f3fffe;
            border: 2px solid #60abba; }
            #header .l-header-megamenu-activeCategory.recruit .l-header-megamenu-activeCategory-title {
              color: #60abba;
              padding-left: 55px; }
              #header .l-header-megamenu-activeCategory.recruit .l-header-megamenu-activeCategory-title::before {
                background-image: url(../images/3x/icon-recruitMini@3x.png);
                width: 36px;
                height: 31px; }
              #header .l-header-megamenu-activeCategory.recruit .l-header-megamenu-activeCategory-title::after {
                background-color: #f3fffe;
                border-left: 2px solid #60abba;
                border-right: 2px solid #60abba;
                border-top: 2px solid #60abba; }
            #header .l-header-megamenu-activeCategory.recruit .l-header-megamenu-activeCategory-left ul li a {
              border-bottom: 2px solid #60abba; }
          #header .l-header-megamenu-activeCategory-title {
            font-size: 1.6rem;
            letter-spacing: 0.1em;
            padding: 20px 15px;
            display: block;
            position: absolute;
            left: -2px;
            top: 0;
            -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
            z-index: 2; }
            #header .l-header-megamenu-activeCategory-title::before {
              content: "";
              display: block;
              background-repeat: no-repeat;
              background-position: center center;
              background-size: contain;
              position: absolute;
              top: 50%;
              left: 15px;
              z-index: 2;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              pointer-events: none; }
            #header .l-header-megamenu-activeCategory-title::after {
              content: "";
              display: block;
              width: 100%;
              height: 100%;
              border-top-left-radius: 10px;
              border-top-right-radius: 10px;
              position: absolute;
              left: 0;
              bottom: 0;
              pointer-events: none;
              -webkit-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s;
              z-index: -1; }
          #header .l-header-megamenu-activeCategory-left {
            width: 100%;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-right: 0; }
            #header .l-header-megamenu-activeCategory-left ul {
              width: 100%;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              padding-right: 0; }
              #header .l-header-megamenu-activeCategory-left ul li {
                width: 100%; }
                #header .l-header-megamenu-activeCategory-left ul li a {
                  font-size: 1.6rem;
                  padding: 18px 0; }
            #header .l-header-megamenu-activeCategory-left .recruit {
              font-size: 1.6rem;
              padding: 18px 0 18px 41px; }
              #header .l-header-megamenu-activeCategory-left .recruit::before {
                left: 0;
                width: 36px;
                height: 31px; }
          #header .l-header-megamenu-activeCategory-right {
            width: 100%; }
            #header .l-header-megamenu-activeCategory-right li {
              padding-top: 20px; }
              #header .l-header-megamenu-activeCategory-right li a {
                font-size: 1.5rem;
                height: 40px;
                border-radius: 20px; }
        #header .l-header-megamenu-links {
          display: block;
          margin-top: 10px; }
          #header .l-header-megamenu-links li {
            display: block;
            padding: 0 10px; }
            #header .l-header-megamenu-links li a {
              font-size: 1.6rem;
              letter-spacing: 0.1em;
              padding: 20px 0;
              display: block; }
            #header .l-header-megamenu-links li.labelC {
              position: relative; }
              #header .l-header-megamenu-links li.labelC::before {
                content: "";
                display: block;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: contain;
                position: absolute;
                top: 50%;
                left: 15px;
                z-index: 2;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                pointer-events: none; }
              #header .l-header-megamenu-links li.labelC a {
                font-size: 1.6rem;
                letter-spacing: 0.1em;
                padding: 20px 15px;
                position: relative;
                z-index: 2; }
            #header .l-header-megamenu-links li.nursingHome::before {
              background-image: url(../images/3x/icon-nursingMini@3x.png);
              width: 35px;
              height: 28px; }
            #header .l-header-megamenu-links li.nursingHome a {
              padding-left: 45px;
              color: #ffa94c; }
            #header .l-header-megamenu-links li.childcare::before {
              background-image: url(../images/3x/icon-childcareMini@3x.png);
              width: 36px;
              height: 26px; }
            #header .l-header-megamenu-links li.childcare a {
              padding-left: 46px;
              color: #d16d73; }
            #header .l-header-megamenu-links li.handicapped::before {
              background-image: url(../images/3x/icon-handicappedMini@3x.png);
              width: 28px;
              height: 27px; }
            #header .l-header-megamenu-links li.handicapped a {
              padding-left: 38px;
              color: #7bd09d; }
          #header .l-header-megamenu-links ul {
            width: 100%;
            margin-top: 30px; }
            #header .l-header-megamenu-links ul li {
              display: inline-block; }
              #header .l-header-megamenu-links ul li a {
                font-size: 1.5rem;
                letter-spacing: 0.1em;
                padding: 15px;
                display: inline-block; } }

@media screen and (max-width: 768px) {
  #header h1 {
    width: 80px; }
  #header .l-header-megamenu-activeCategory {
    padding: 15px; }
    #header .l-header-megamenu-activeCategory-title {
      font-size: 1.5rem;
      padding: 18px 13px; }
    #header .l-header-megamenu-activeCategory-left ul li a {
      font-size: 1.5rem;
      padding: 16px 0; }
    #header .l-header-megamenu-activeCategory-left .recruit {
      font-size: 1.5rem;
      padding: 16px 0 16px 41px; }
    #header .l-header-megamenu-activeCategory-right li {
      padding-top: 15px; }
      #header .l-header-megamenu-activeCategory-right li a {
        font-size: 1.4rem;
        height: 38px;
        border-radius: 19px; }
  #header .l-header-megamenu-links li a {
    font-size: 1.5rem;
    padding: 16px 0; }
  #header .l-header-megamenu-links li.labelC a {
    font-size: 1.5rem;
    padding: 16px 13px; }
  #header .l-header-megamenu-links li.nursingHome a {
    padding-left: 45px; }
  #header .l-header-megamenu-links li.childcare a {
    padding-left: 46px; }
  #header .l-header-megamenu-links li.handicapped a {
    padding-left: 38px; }
  #header .l-header-megamenu-links ul {
    margin-top: 25px; }
    #header .l-header-megamenu-links ul li a {
      font-size: 1.4rem;
      padding: 13px; } }

@media screen and (max-width: 560px) {
  #header {
    height: 70px; }
    #header h1 {
      width: 75px;
      top: 5px;
      left: 5px; }
    #header .menuBtn {
      width: 50px;
      height: 50px; }
    #header .menuClose {
      height: calc(100vh - 70px);
      top: 70px; }
    #header .l-header {
      height: calc(100vh - 70px);
      top: 70px; }
      #header .l-header-megamenu-activeCategory {
        padding: 10px; }
        #header .l-header-megamenu-activeCategory-title {
          font-size: 1.4rem;
          padding: 15px 10px; }
        #header .l-header-megamenu-activeCategory-left ul li a {
          font-size: 1.4rem; }
        #header .l-header-megamenu-activeCategory-left .recruit {
          font-size: 1.4rem; }
        #header .l-header-megamenu-activeCategory-right li a {
          font-size: 1.3rem;
          height: 35px;
          border-radius: 17.5px; }
      #header .l-header-megamenu-links li {
        padding: 0 5px; }
        #header .l-header-megamenu-links li a {
          font-size: 1.4rem; }
        #header .l-header-megamenu-links li.labelC::before {
          left: 5px; }
        #header .l-header-megamenu-links li.labelC a {
          font-size: 1.4rem; }
        #header .l-header-megamenu-links li.nursingHome a {
          padding-left: 45px; }
        #header .l-header-megamenu-links li.childcare a {
          padding-left: 46px; }
        #header .l-header-megamenu-links li.handicapped a {
          padding-left: 38px; }
      #header .l-header-megamenu-links ul {
        margin-top: 20px; }
        #header .l-header-megamenu-links ul li a {
          font-size: 1.3rem; } }

footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  footer .l-footer_top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 20px; }
  footer .l-footer_middle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px; }
    footer .l-footer_middle li {
      font-size: 1.4rem;
      letter-spacing: 0.1em;
      margin: 0 10px;
      padding: 5px 0; }
      footer .l-footer_middle li a {
        position: relative;
        padding-bottom: 3px; }
        footer .l-footer_middle li a::after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 0;
          height: 1px;
          background-color: #999999;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
        footer .l-footer_middle li a:hover::after {
          width: 100%; }
  footer .l-footer_bottom {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.2em; }
    footer .l-footer_bottom::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: calc(100% - 30px);
      height: 1px;
      background-color: rgba(0, 0, 0, 0.05);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  footer.nursingHome {
    background-color: #fff0df; }
    footer.nursingHome .l-footer-content-left li {
      color: #ffa94c; }
      footer.nursingHome .l-footer-content-left li a {
        border-bottom: 1px solid #ffa94c; }
  footer.childcare {
    background-color: #ffe0e2; }
    footer.childcare .l-footer-content-left li {
      color: #d16d73; }
      footer.childcare .l-footer-content-left li a {
        border-bottom: 1px solid #d16d73; }
  footer.handicapped {
    background-color: #eafcf1; }
    footer.handicapped .l-footer-content-left li {
      color: #7bd09d; }
      footer.handicapped .l-footer-content-left li a {
        border-bottom: 1px solid #7bd09d; }
  footer.recruit {
    background-color: #f3fffe; }
    footer.recruit .l-footer-content-left li {
      color: #60abba; }
      footer.recruit .l-footer-content-left li a {
        border-bottom: 1px solid #60abba; }
  footer h1 {
    width: 110px;
    display: inline-block; }
    footer h1 a img {
      width: 100%; }
  footer .l-footer-content {
    width: calc(100% - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 50px; }
    footer .l-footer-content-left {
      width: 50%; }
      footer .l-footer-content-left li a {
        font-size: 2.6rem;
        border-bottom: 1px solid #707070; }
        footer .l-footer-content-left li a span {
          font-size: 1.6rem; }
      footer .l-footer-content-left li:last-of-type {
        font-size: 1.4rem;
        margin-top: 15px; }
    footer .l-footer-content-right {
      width: 50%;
      padding-right: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      footer .l-footer-content-right li {
        display: inline-block;
        margin: 0 15px; }
        footer .l-footer-content-right li a {
          width: 100%; }
          footer .l-footer-content-right li a img {
            width: 100%; }
        footer .l-footer-content-right li.insta, footer .l-footer-content-right li.facebook {
          width: 25px; }
        footer .l-footer-content-right li.line {
          width: 30px; }

@media screen and (max-width: 960px) {
  footer h1 {
    width: 100px; }
  footer .l-footer-content {
    width: calc(100% - 120px);
    padding-bottom: 40px; }
    footer .l-footer-content-left {
      width: calc(100% - 150px); }
      footer .l-footer-content-left li a {
        font-size: 2.3rem; }
        footer .l-footer-content-left li a span {
          font-size: 1.5rem; }
    footer .l-footer-content-right {
      width: 150px;
      padding-right: 15px; }
      footer .l-footer-content-right li {
        margin: 0 10px; }
        footer .l-footer-content-right li.insta, footer .l-footer-content-right li.facebook {
          width: 20px; }
        footer .l-footer-content-right li.line {
          width: 25px; } }

@media screen and (max-width: 768px) {
  footer {
    padding: 15px; }
    footer h1 {
      width: 90px; } }

@media screen and (max-width: 560px) {
  footer {
    padding: 10px; }
    footer h1 {
      width: 80px; }
    footer .l-footer-content {
      width: calc(100% - 100px);
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 20px;
      padding-left: 15px; }
      footer .l-footer-content-left {
        width: 100%;
        padding-top: 20px; }
        footer .l-footer-content-left li a {
          font-size: 1.9rem; }
          footer .l-footer-content-left li a span {
            font-size: 1.3rem; }
      footer .l-footer-content-right {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 0;
        padding-top: 15px; }
        footer .l-footer-content-right li {
          margin: 0 10px; }
          footer .l-footer-content-right li.insta, footer .l-footer-content-right li.facebook {
            width: 20px; }
          footer .l-footer-content-right li.line {
            width: 25px; } }

.l-header.mypage {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #9ac1cc; }
  .l-header.mypage h1 {
    font-size: 6rem;
    letter-spacing: 0.3em;
    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: #fffdcd; }
    .l-header.mypage h1 span {
      width: 110px;
      padding: 0 25px;
      display: inline-block; }
      .l-header.mypage h1 span img {
        width: 100%; }

@media screen and (max-width: 960px) {
  .l-header.mypage h1 {
    font-size: clamp(4.5rem, 5.5vw, 5.8rem); } }

@media screen and (max-width: 768px) {
  .l-header.mypage h1 {
    font-size: clamp(3rem, 5vw, 4.5rem);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .l-header.mypage h1 span {
      width: 100%;
      display: block;
      text-align: center; }
      .l-header.mypage h1 span img {
        width: 75px; } }

@media screen and (max-width: 560px) {
  .l-header.mypage {
    padding-top: 25px;
    padding-bottom: 10px; }
    .l-header.mypage h1 {
      font-size: 2.7rem; }
      .l-header.mypage h1 span img {
        width: 65px; } }

.l-signup-container {
  width: 100%;
  max-width: 680px;
  padding: 0 20px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .l-signup-container {
    padding: 0 15px; } }

@media screen and (max-width: 560px) {
  .l-signup-container {
    padding: 0 10px; } }

.l-signup {
  padding-top: 60px;
  padding-bottom: 100px; }

@media screen and (max-width: 768px) {
  .l-signup {
    padding-top: 50px;
    padding-bottom: 80px; } }

@media screen and (max-width: 560px) {
  .l-signup {
    padding-top: 40px;
    padding-bottom: 60px; } }

.l-mp-sidemenu {
  width: 180px; }

.l-mp-body {
  width: calc(100% - 180px);
  padding: 0 10px; }
  .l-mp-body .l-mp-body_description {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 600; }

@media screen and (max-width: 768px) {
  .l-mp-sidemenu {
    position: fixed;
    width: 300px;
    background-color: #fff;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
    padding: 50px 15px 30px;
    overflow-y: scroll;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .l-mp-body {
    width: 100%;
    padding: 0; } }

@media screen and (max-width: 768px) {
  .l-mp-sidemenu {
    padding: 40px 10px 20px; } }

#handleMenu:checked + .l-mask {
  opacity: 1;
  visibility: visible; }

#handleMenu:checked ~ .l-toggleMenu span::after {
  content: "CLOSE"; }

#handleMenu:checked ~ .l-mp-sidemenu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.l-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(154, 193, 204, 0.5);
  z-index: 9997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }

.l-toggleMenu {
  display: none; }

#handleMenu {
  display: none; }

@media screen and (max-width: 768px) {
  .l-toggleMenu {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background-color: #9ac1cc;
    border: 2px solid #fffdcd;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .l-toggleMenu span {
      display: block;
      text-align: center;
      width: 100%; }
      .l-toggleMenu span img {
        width: 25px;
        display: block;
        margin: 0 auto;
        margin-bottom: 5px; }
      .l-toggleMenu span::after {
        content: "MENU";
        display: block;
        font-size: 1.4rem;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #fffdcd; } }

@media screen and (max-width: 560px) {
  .l-toggleMenu {
    width: 60px;
    height: 60px;
    right: 15px;
    top: 15px; }
    .l-toggleMenu span img {
      width: 22px;
      margin-bottom: 3px; }
    .l-toggleMenu span::after {
      font-size: 1.2rem; } }

/**
    section毎のタイトル
*/
.c-sectionTitle {
  font-size: 3.4rem;
  letter-spacing: 0.3em; }

@media screen and (max-width: 960px) {
  .c-sectionTitle {
    font-size: 3.1rem; } }

@media screen and (max-width: 768px) {
  .c-sectionTitle {
    font-size: 2.7rem; } }

@media screen and (max-width: 560px) {
  .c-sectionTitle {
    font-size: 2.3rem; } }

/**
    施設一覧用css
*/
.c-facilityItem {
  width: 100%;
  max-width: 300px;
  padding-left: 20px;
  position: relative; }
  .c-facilityItem.nursingHome {
    color: #ffa156; }
    .c-facilityItem.nursingHome::before {
      background-color: #fea202; }
    .c-facilityItem.nursingHome .c-facilityItem-category {
      padding-left: 60px;
      background-image: url(../images/3x/icon-nursingMini@3x.png); }
  .c-facilityItem.handicapped {
    color: #83d5a4; }
    .c-facilityItem.handicapped::before {
      background-color: #83d5a4; }
    .c-facilityItem.handicapped .c-facilityItem-category {
      padding-left: 50px;
      background-image: url(../images/3x/icon-handicappedMini@3x.png); }
  .c-facilityItem.childcare {
    color: #d87979; }
    .c-facilityItem.childcare::before {
      background-color: #d87979; }
    .c-facilityItem.childcare .c-facilityItem-category {
      padding-left: 60px;
      background-image: url(../images/3x/icon-childcareMini@3x.png); }
  .c-facilityItem::before {
    content: "";
    display: block;
    width: 40px;
    height: 160px;
    position: absolute;
    left: 0;
    bottom: -20px;
    opacity: 0.3;
    pointer-events: none; }
  .c-facilityItem a {
    z-index: 2; }
  .c-facilityItem a:hover .c-facilityItem-thumb img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); }
  .c-facilityItem-category {
    font-size: 1.3rem;
    height: 30px;
    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;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: contain; }
  .c-facilityItem-topTxt {
    font-size: 1.3rem;
    display: inline-block;
    background-color: #ffffff;
    margin-bottom: 5px; }
  .c-facilityItem-thumb {
    width: 100%;
    padding-top: 66.42%;
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    .c-facilityItem-thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
  .c-facilityItem-date {
    font-size: 1.2rem;
    color: #707070 !important;
    opacity: 0.6;
    margin-top: 15px;
    padding-left: 20px;
    line-height: 15px;
    background-image: url(../images/3x/icon-clock@3x.png);
    background-repeat: no-repeat;
    background-size: contain; }
  .c-facilityItem-name {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 10px; }
  .c-facilityItem-txt {
    font-size: 1.6rem;
    line-height: 1.375;
    margin-top: 10px; }
  .c-facilityItem-tag {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-top: 15px; }

@media screen and (max-width: 960px) {
  .c-facilityItem::before {
    width: 35px;
    height: 150px; }
  .c-facilityItem-txt {
    font-size: 1.5rem; }
  .c-facilityItem-tag {
    font-size: 1.5rem; } }

@media screen and (max-width: 768px) {
  .c-facilityItem::before {
    height: 145px; }
  .c-facilityItem-topTxt {
    font-size: 1.5rem; }
  .c-facilityItem-category {
    font-size: 1.5rem; }
  .c-facilityItem-date {
    font-size: 1.3rem; }
  .c-facilityItem-name {
    font-size: 2rem; }
  .c-facilityItem-txt {
    font-size: 1.6rem; }
  .c-facilityItem-tag {
    font-size: 1.6rem; } }

@media screen and (max-width: 560px) {
  .c-facilityItem::before {
    height: 135px; }
  .c-facilityItem-topTxt {
    font-size: 1.4rem; }
  .c-facilityItem-category {
    font-size: 1.4rem; }
  .c-facilityItem-name {
    font-size: 1.8rem; } }

/**
    カテゴリーリンク用 css
*/
.c-category {
  position: relative; }
  .c-category.nursingHome .c-category-txt {
    color: #ffa156; }
  .c-category.childcare .c-category-txt {
    color: #d87979; }
  .c-category.handicapped .c-category-txt {
    color: #83d5a4; }
  .c-category.recruit .c-category-txt {
    color: #73ccde; }
  .c-category img {
    width: 100%;
    height: 65px;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain; }
  .c-category-txt {
    font-size: 1.7rem;
    text-align: center;
    white-space: nowrap;
    margin-top: 10px; }

/**
    ブログ記事一覧
*/
.c-blog-item {
  width: 100%; }
  .c-blog-item a:hover div img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); }
  .c-blog-item span {
    font-size: 1.8rem;
    line-height: 1.2;
    display: inline-block;
    padding: 0.5em 0;
    letter-spacing: 0.05em;
    color: #92b1ae; }
  .c-blog-item div {
    width: 100%;
    padding-top: 66.42%;
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    .c-blog-item div img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
  .c-blog-item p {
    font-size: 1.2rem;
    opacity: 0.6;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 15px;
    background-image: url(../images/3x/icon-clock@3x.png);
    background-repeat: no-repeat;
    background-size: contain; }
  .c-blog-item h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    display: inline;
    padding: 0.1em 0.1em;
    color: #fff;
    background-color: #92b1ae; }

@media screen and (max-width: 960px) {
  .c-blog-item span {
    font-size: 1.6rem; }
  .c-blog-item p {
    margin-top: 20px; }
  .c-blog-item h4 {
    font-size: 1.5rem; } }

@media screen and (max-width: 768px) {
  .c-blog-item span {
    font-size: 1.3rem; }
  .c-blog-item h4 {
    font-size: 1.4rem; } }

/**
    Blog さらに読み込むボタン
*/
.c-blog-moreBtn {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #afd1ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  height: 60px;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 80px;
  border: 1px solid #92b1ae;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .c-blog-moreBtn::before {
    border-radius: 30px;
    background-color: #92b1ae; }
  .c-blog-moreBtn:hover {
    color: #fff; }

@media screen and (max-width: 960px) {
  .c-blog-moreBtn {
    font-size: 1.5rem;
    height: 55px;
    border-radius: 27.5px;
    margin-top: 65px; }
    .c-blog-moreBtn::before {
      border-radius: 27.5px; } }

@media screen and (max-width: 768px) {
  .c-blog-moreBtn {
    font-size: 1.4rem;
    width: 85%;
    height: 50px;
    border-radius: 25px;
    margin-top: 55px; }
    .c-blog-moreBtn::before {
      border-radius: 25px; } }

@media screen and (max-width: 768px) {
  .c-blog-moreBtn {
    font-size: 1.3rem;
    height: 45px;
    border-radius: 22.5px;
    margin-top: 40px; }
    .c-blog-moreBtn::before {
      border-radius: 22.5px; } }

/**
    シェイプ用　css
*/
.c-shape {
  width: 100vw; }
  .c-shape.blueTop {
    margin-bottom: -1px; }
  .c-shape.blueBottom {
    margin-top: -1px; }

.c-btn {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 30px;
  background-color: #a6a6a6;
  padding: 20px 30px;
  margin-top: 20px; }
  .c-btn.c-btn--outline {
    background-color: #ffffff;
    border: solid 1px #a6a6a6;
    color: #a6a6a6; }

.c-input {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  padding: 1.2em 1.5em; }
  .c-input::-webkit-input-placeholder {
    color: #aeaeae; }
  .c-input:-ms-input-placeholder {
    color: #aeaeae; }
  .c-input::-ms-input-placeholder {
    color: #aeaeae; }
  .c-input::placeholder {
    color: #aeaeae; }
  .c-input:focus {
    -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
  .c-input[type="tel"], .c-input[type="email"] {
    width: 100%; }

@media screen and (max-width: 768px) {
  .c-input {
    font-size: 1.5rem;
    padding: 1em 1.5em; } }

@media screen and (max-width: 560px) {
  .c-input {
    font-size: 1.4rem;
    padding: 1em 1.3em; } }

.c-textarea {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  padding: 1.2em 1.5em;
  min-height: 360px; }

@media screen and (max-width: 768px) {
  .c-textarea {
    font-size: 1.5rem;
    padding: 1em 1.5em;
    min-height: 330px; } }

@media screen and (max-width: 560px) {
  .c-textarea {
    font-size: 1.4rem;
    padding: 1em 1.3em;
    min-height: 300px; } }

.c-selectbox {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 1.5em 2em; }
  .c-selectbox:focus {
    -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
  .c-selectbox option {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal; }

@media screen and (max-width: 768px) {
  .c-selectbox {
    font-size: 1.5rem;
    padding: 1.25em 1.5em; } }

@media screen and (max-width: 560px) {
  .c-selectbox {
    font-size: 1.4rem;
    padding: 1.3em 1.5em; } }

.c-searchBtn {
  width: 183px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  padding: 1.2em; }

@media screen and (max-width: 768px) {
  .c-searchBtn {
    width: 170px;
    font-size: 1.5rem;
    padding: 1em; } }

@media screen and (max-width: 560px) {
  .c-searchBtn {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 10px; } }

.c-state {
  text-align: center; }
  .c-state-obj {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #707070; }
  .c-state-text {
    font-size: 1.4rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 32px;
    line-height: 2.8;
    letter-spacing: 0.1em;
    color: #707070; }

.c-signupTitle {
  font-size: 3rem;
  letter-spacing: 0.2em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
  text-align: center; }

@media screen and (max-width: 768px) {
  .c-signupTitle {
    font-size: 2.7rem; } }

@media screen and (max-width: 560px) {
  .c-signupTitle {
    font-size: 2.3rem; } }

.c-inputTitle {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #7c9da6; }

@media screen and (max-width: 768px) {
  .c-inputTitle {
    font-size: 1.8rem; } }

@media screen and (max-width: 560px) {
  .c-inputTitle {
    font-size: 1.6rem; } }

.c-mp-contentTitle {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #9ac1cc;
  text-align: center; }

@media screen and (max-width: 768px) {
  .c-mp-contentTitle {
    font-size: 2.2rem; } }

@media screen and (max-width: 560px) {
  .c-mp-contentTitle {
    font-size: 1.9rem; } }

.c-inputLabel {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
  margin-bottom: 1em; }

@media screen and (max-width: 768px) {
  .c-inputLabel {
    font-size: 1.5rem; } }

@media screen and (max-width: 560px) {
  .c-inputLabel {
    font-size: 1.4rem; } }

.c-arrow {
  position: relative; }
  .c-arrow::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid #000;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    position: absolute;
    right: 25px;
    top: calc(50% + 3px); }
  .c-arrow::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 4px solid #000;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    position: absolute;
    right: 25px;
    top: calc(50% - 3px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }

.c-hyphen {
  font-size: 1.6rem;
  display: inline-block;
  color: #000; }

@media screen and (max-width: 768px) {
  .c-hyphen {
    font-size: 1.5rem; } }

@media screen and (max-width: 560px) {
  .c-hyphen {
    font-size: 1.4rem; } }

.c-inputExam {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070; }

@media screen and (max-width: 768px) {
  .c-inputExam {
    font-size: 1.5rem; } }

@media screen and (max-width: 560px) {
  .c-inputExam {
    font-size: 1.4rem; } }

.c-inputNote {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d90008; }

@media screen and (max-width: 768px) {
  .c-inputNote {
    font-size: 1.2rem; } }

@media screen and (max-width: 560px) {
  .c-inputNote {
    font-size: 1.1rem; } }

.c-checkbox {
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .c-checkbox input {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #707070;
    margin-right: 10px; }
    .c-checkbox input:checked {
      background-color: #707070; }
  .c-checkbox-label {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #707070; }

@media screen and (max-width: 768px) {
  .c-checkbox-label {
    font-size: 1.5rem; } }

@media screen and (max-width: 560px) {
  .c-checkbox-label {
    font-size: 1.4rem; } }

.c-confirmItem {
  width: 100%; }
  .c-confirmItem.joboffer th,
  .c-confirmItem.joboffer td {
    padding: 1em 1.3em; }
  .c-confirmItem.joboffer th {
    width: 190px; }
  .c-confirmItem.joboffer td {
    width: calc(100% - 190px); }
  .c-confirmItem th,
  .c-confirmItem td {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #707070;
    line-height: 1.5;
    padding: 1.9em 1.3em;
    vertical-align: top; }
  .c-confirmItem th {
    width: 250px; }
  .c-confirmItem td {
    width: calc(100% - 250px); }

@media screen and (max-width: 768px) {
  .c-confirmItem.joboffer th,
  .c-confirmItem.joboffer td {
    padding: 1em 1.3em; }
  .c-confirmItem.joboffer th {
    width: 160px; }
  .c-confirmItem.joboffer td {
    width: calc(100% - 160px); }
  .c-confirmItem th,
  .c-confirmItem td {
    font-size: 1.6rem;
    padding: 1.5em 1.1em; }
  .c-confirmItem th {
    width: 160px; }
  .c-confirmItem td {
    width: calc(100% - 160px); } }

@media screen and (max-width: 560px) {
  .c-confirmItem.joboffer th,
  .c-confirmItem.joboffer td {
    padding: 1em 1.3em; }
  .c-confirmItem.joboffer th {
    width: 110px; }
  .c-confirmItem.joboffer td {
    width: calc(100% - 110px); }
  .c-confirmItem th,
  .c-confirmItem td {
    font-size: 1.5rem; }
  .c-confirmItem th {
    width: 110px; }
  .c-confirmItem td {
    width: calc(100% - 110px); } }

.c-signupCheck-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px; }
  .c-signupCheck-item span {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #707070;
    cursor: pointer; }
  .c-signupCheck-item input {
    width: 28px;
    height: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #000;
    position: relative; }
    .c-signupCheck-item input::before {
      content: "";
      display: block;
      width: 11px;
      height: 27px;
      border-bottom: 8px solid #9ac1cc;
      border-right: 6px solid #9ac1cc;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, calc(-50% - 7px)) rotate(45deg);
      -ms-transform: translate(-50%, calc(-50% - 7px)) rotate(45deg);
      transform: translate(-50%, calc(-50% - 7px)) rotate(45deg);
      display: none; }
    .c-signupCheck-item input:checked::before {
      display: block; }

@media screen and (max-width: 768px) {
  .c-signupCheck-item {
    margin-top: 10px; }
    .c-signupCheck-item span {
      font-size: 1.5rem; }
    .c-signupCheck-item input {
      width: 25px;
      height: 25px; } }

@media screen and (max-width: 560px) {
  .c-signupCheck-item span {
    font-size: 1.4rem; } }

.c-mp-button {
  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: 100%;
  height: 60px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 30px; }
  .c-mp-button.outline {
    color: #7c9da6;
    border: 2px solid #9ac1cc;
    background-color: #ffffff; }
    .c-mp-button.outline:hover {
      color: #ffffff;
      border: 2px solid #7c9da6;
      background-color: #7c9da6; }
  .c-mp-button.filled {
    background-color: #9ac1cc;
    color: #fff; }
    .c-mp-button.filled:hover {
      color: #ffffff;
      background-color: #7c9da6; }
  .c-mp-button.del {
    background-color: #ffffff;
    border: solid 2px #ee7171;
    color: #ee7171; }
    .c-mp-button.del:hover {
      background-color: #ee7171;
      color: #ffffff; }
  .c-mp-button.unable {
    pointer-events: none; }
  .c-mp-button.sm {
    height: 40px;
    font-size: 1.4rem; }

@media screen and (max-width: 768px) {
  .c-mp-button {
    font-size: 1.5rem;
    height: 55px; } }

@media screen and (max-width: 560px) {
  .c-mp-button {
    font-size: 1.4rem;
    height: 50px; } }

.c-thank-title {
  font-size: 5rem;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #9ac1cc;
  text-align: center;
  margin-top: 145px; }

@media screen and (max-width: 768px) {
  .c-thank-title {
    font-size: 4rem;
    margin-top: 105px; } }

@media screen and (max-width: 560px) {
  .c-thank-title {
    font-size: 3.5rem;
    margin-top: 75px; } }

.c-thank-txt {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
  text-align: center;
  margin-top: 90px; }

@media screen and (max-width: 768px) {
  .c-thank-txt {
    font-size: 1.6rem;
    margin-top: 70px; } }

@media screen and (max-width: 560px) {
  .c-thank-txt {
    font-size: 1.5rem;
    margin-top: 55px; } }

.c-sidemenuTitle-sp {
  font-size: 2rem;
  letter-spacing: 0.3em;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #707070;
  text-align: center;
  display: none; }
  .c-sidemenuTitle-sp span {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    margin-top: 5px;
    color: rgba(112, 112, 112, 0.6); }

@media screen and (max-width: 768px) {
  .c-sidemenuTitle-sp {
    display: block; } }

@media screen and (max-width: 560px) {
  .c-sidemenuTitle-sp {
    font-size: 1.6rem; }
    .c-sidemenuTitle-sp span {
      font-size: 1.2rem; } }

.c-sidemenu-name {
  padding-top: 10px;
  padding-bottom: 15px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #9ac1cc;
  position: relative; }
  .c-sidemenu-name::before {
    content: "";
    display: block;
    background-color: #9ac1cc;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .c-sidemenu-name img {
    width: 22px;
    display: block;
    margin: 0 auto; }
  .c-sidemenu-name p {
    font-size: 1.8rem;
    color: #fffdcd;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center; }
    .c-sidemenu-name p span {
      font-family: fot-tsukuardgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      display: inline-block;
      margin-top: 10px; }
  .c-sidemenu-name a {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #9ac1cc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-top: 10px;
    width: 150px;
    height: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 14px; }

@media screen and (max-width: 768px) {
  .c-sidemenu-name {
    margin-top: 20px; }
    .c-sidemenu-name p {
      font-size: 1.6rem; }
    .c-sidemenu-name a {
      font-size: 1.4rem;
      width: 140px; } }

@media screen and (max-width: 560px) {
  .c-sidemenu-name p {
    font-size: 1.5rem; }
  .c-sidemenu-name a {
    font-size: 1.4rem;
    width: 135px; } }

.c-sidemenu-checkbox {
  display: none; }

#mp-account:checked + .c-sidemenu-toggle + .c-sidemenu-list {
  height: 245px;
  opacity: 1;
  visibility: visible; }

#mp-recruit:checked + .c-sidemenu-toggle + .c-sidemenu-list {
  height: 185px;
  opacity: 1;
  visibility: visible; }

@media screen and (max-width: 560px) {
  #mp-account:checked + .c-sidemenu-toggle + .c-sidemenu-list {
    height: 225px; }
  #mp-recruit:checked + .c-sidemenu-toggle + .c-sidemenu-list {
    height: 170px; } }

.c-sidemenu-toggle {
  font-size: 1.6rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #707070;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  cursor: pointer; }
  .c-sidemenu-toggle::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    z-index: 2; }
  .c-sidemenu-toggle::after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #cccccc; }

@media screen and (max-width: 768px) {
  .c-sidemenu-toggle {
    font-size: 1.5rem; } }

@media screen and (max-width: 560px) {
  .c-sidemenu-toggle {
    font-size: 1.4rem;
    height: 55px; } }

.c-sidemenu-link {
  font-size: 1.6rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #707070;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #fff; }
  .c-sidemenu-link::after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #cccccc; }

@media screen and (max-width: 768px) {
  .c-sidemenu-link {
    font-size: 1.5rem; } }

@media screen and (max-width: 560px) {
  .c-sidemenu-link {
    font-size: 1.4rem;
    height: 55px; } }

.c-sidemenu-icon {
  width: 38px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: left; }

@media screen and (max-width: 560px) {
  .c-sidemenu-icon {
    width: 36px; } }

.c-sidemenu-list {
  padding-left: 15px;
  position: relative;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  visibility: hidden; }
  .c-sidemenu-list::after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #cccccc; }
  .c-sidemenu-list li:not(:first-of-type) {
    border-top: 1px solid #cccccc; }
  .c-sidemenu-list li a {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #707070;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

@media screen and (max-width: 768px) {
  .c-sidemenu-list li a {
    font-size: 1.5rem; } }

@media screen and (max-width: 560px) {
  .c-sidemenu-list li a {
    font-size: 1.4rem;
    height: 55px; } }

.c-BoW-state {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  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: 50%;
  height: 42px;
  border: 1px solid #707070;
  color: #707070; }
  .c-BoW-state.left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  .c-BoW-state.right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
  .c-BoW-state.selected {
    background-color: #707070;
    color: #fff; }

@media screen and (max-width: 768px) {
  .c-BoW-state {
    font-size: 1.6rem; } }

@media screen and (max-width: 560px) {
  .c-BoW-state {
    font-size: 1.5rem;
    height: 38px; } }

.c-mp-faItem-isFavorite {
  display: none; }

.c-mp-faItem-isFavorite:checked + .c-mp-faItem-favorite img:first-of-type {
  display: none; }

.c-mp-faItem-isFavorite:checked + .c-mp-faItem-favorite img:last-of-type {
  display: block; }

.c-mp-faItem-favorite {
  width: 26px;
  height: 28px;
  display: block;
  position: absolute;
  right: 5px;
  top: 35px;
  z-index: 5;
  cursor: pointer; }
  .c-mp-faItem-favorite img {
    width: 100%;
    height: 27px;
    -o-object-fit: contain;
    object-fit: contain; }
    .c-mp-faItem-favorite img:last-of-type {
      display: none; }

.c-mp-bigIcon {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px; }
  .c-mp-bigIcon.account {
    width: 115px; }
  .c-mp-bigIcon.favorite {
    width: 105px; }
  .c-mp-bigIcon.notice {
    width: 130px; }
  .c-mp-bigIcon.joboffer {
    width: 90px; }
  .c-mp-bigIcon.history {
    width: 115px; }

@media screen and (max-width: 768px) {
  .c-mp-bigIcon {
    margin-bottom: 25px; }
    .c-mp-bigIcon.account {
      width: 100px; }
    .c-mp-bigIcon.favorite {
      width: 90px; }
    .c-mp-bigIcon.notice {
      width: 115px; }
    .c-mp-bigIcon.joboffer {
      width: 80px; }
    .c-mp-bigIcon.history {
      width: 105px; } }

@media screen and (max-width: 560px) {
  .c-mp-bigIcon {
    margin-bottom: 20px; }
    .c-mp-bigIcon.account {
      width: 90px; }
    .c-mp-bigIcon.favorite {
      width: 80px; }
    .c-mp-bigIcon.notice {
      width: 105px; }
    .c-mp-bigIcon.joboffer {
      width: 65px; }
    .c-mp-bigIcon.history {
      width: 90px; } }

.c-mp-title {
  font-size: 3.4rem;
  letter-spacing: 0.3em;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #707070;
  text-align: center; }
  .c-mp-title span {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    margin-top: 15px;
    color: rgba(112, 112, 112, 0.6); }

@media screen and (max-width: 768px) {
  .c-mp-title {
    font-size: 2.7rem; }
    .c-mp-title span {
      font-size: 1.5rem;
      margin-top: 10px; } }

@media screen and (max-width: 560px) {
  .c-mp-title {
    font-size: 2.4rem; }
    .c-mp-title span {
      font-size: 1.4rem; } }

.c-mp-moreBtn {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
  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: 100%;
  max-width: 285px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #707070;
  margin: 0 auto;
  margin-top: 75px; }
  .c-mp-moreBtn:hover {
    color: #fff;
    background-color: #707070; }

@media screen and (max-width: 768px) {
  .c-mp-moreBtn {
    font-size: 1.5rem;
    height: 55px;
    margin-top: 60px; } }

@media screen and (max-width: 560px) {
  .c-mp-moreBtn {
    font-size: 1.4rem;
    height: 50px; } }

.c-mp-complete-icon {
  width: 90px;
  display: block;
  margin: 0 auto;
  margin-top: 55px; }

@media screen and (max-width: 768px) {
  .c-mp-complete-icon {
    width: 85px;
    margin-top: 45px; } }

@media screen and (max-width: 560px) {
  .c-mp-complete-icon {
    width: 80px;
    margin-top: 40px; } }

.c-mp-complete-txt {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: #707070;
  text-align: center;
  margin-top: 50px; }

@media screen and (max-width: 768px) {
  .c-mp-complete-txt {
    font-size: 1.6rem;
    margin-top: 40px; } }

@media screen and (max-width: 560px) {
  .c-mp-complete-txt {
    font-size: 1.5rem;
    margin-top: 35px; } }

.c-mp-txtBox {
  width: 100%;
  margin-top: 80px; }
  .c-mp-txtBox p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #707070;
    text-align: justify; }
    .c-mp-txtBox p:not(:first-of-type) {
      margin-top: 1.5em; }

@media screen and (max-width: 768px) {
  .c-mp-txtBox {
    margin-top: 65px; }
    .c-mp-txtBox p {
      font-size: 1.5rem; } }

@media screen and (max-width: 560px) {
  .c-mp-txtBox {
    margin-top: 55px; }
    .c-mp-txtBox p {
      font-size: 1.4rem; } }

.c-mp-timeTxt {
  font-size: 1.2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-style: normal;
  display: block;
  color: rgba(112, 112, 112, 0.6);
  padding-left: 17px;
  background-image: url(../images/2x/icon-clock@2x.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: contain; }

.c-add-btn {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #707070;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-top: 50px; }
  .c-add-btn::after {
    content: "＋";
    letter-spacing: 0;
    font-size: 2.3rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 31px;
    text-align: center;
    color: #fff;
    display: block;
    width: 33px;
    height: 33px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: calc(50% + 60px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%; }

@media screen and (max-width: 768px) {
  .c-add-btn {
    font-size: 1.5rem;
    height: 65px;
    margin-top: 40px; }
    .c-add-btn::after {
      font-size: 2.1rem;
      line-height: 28px;
      width: 30px;
      height: 30px; } }

@media screen and (max-width: 560px) {
  .c-add-btn {
    font-size: 1.4rem;
    height: 60px;
    margin-top: 35px; }
    .c-add-btn::after {
      font-size: 2rem;
      line-height: 25px;
      width: 27px;
      height: 27px;
      left: calc(50% + 50px); } }

.c-job-confirm-label {
  font-size: 1.8rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
  text-align: center;
  margin-top: 75px; }

@media screen and (max-width: 768px) {
  .c-job-confirm-label {
    font-size: 1.6rem;
    margin-top: 60px; } }

@media screen and (max-width: 560px) {
  .c-job-confirm-label {
    font-size: 1.5rem;
    margin-top: 50px; } }

.c-job-confirm-pr {
  font-size: 1.8rem;
  line-height: 2.2;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #707070;
  padding: 2em 2.5em;
  border-radius: 20px;
  border: 1px solid #707070;
  text-align: justify;
  background-color: #ffffff; }

@media screen and (max-width: 768px) {
  .c-job-confirm-pr {
    font-size: 1.6rem;
    padding: 1.7em 2.2em; } }

@media screen and (max-width: 560px) {
  .c-job-confirm-pr {
    font-size: 1.5rem;
    padding: 1.5em 2em; } }

.c-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
  margin-bottom: 10px; }
  .c-checkbox .c-checkbox_check {
    width: 40px; }
    .c-checkbox .c-checkbox_check input {
      width: 28px;
      height: 28px;
      background-color: #fff;
      position: relative;
      border: 1px solid #707070;
      border-radius: 6px; }
      .c-checkbox .c-checkbox_check input::before {
        content: "";
        display: block;
        height: 20px;
        width: 8px;
        left: 7px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-70%) rotate(45deg);
        -ms-transform: translateY(-70%) rotate(45deg);
        transform: translateY(-70%) rotate(45deg);
        border-right: 0px solid #707070;
        border-bottom: 0px solid #707070; }
    .c-checkbox .c-checkbox_check.rojin input:checked::before {
      -webkit-animation: checkFlagOrange 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
      animation: checkFlagOrange 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards; }
    .c-checkbox .c-checkbox_check.hoiku input:checked::before {
      -webkit-animation: checkFlagRed 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
      animation: checkFlagRed 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards; }
    .c-checkbox .c-checkbox_check.shogai input:checked::before {
      -webkit-animation: checkFlagGreen 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
      animation: checkFlagGreen 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards; }
    .c-checkbox .c-checkbox_check:not(:first-of-type) {
      margin-top: 10px; }
  .c-checkbox .c-checkbox_label {
    width: calc(100% - 40px);
    display: inline-block;
    font-size: 1.6rem;
    line-height: 36px;
    margin-top: -4px;
    cursor: pointer;
    color: #707070; }
    .c-checkbox .c-checkbox_label:not(:first-of-type) {
      margin-top: 10px; }

.p-compreTop-pickup {
  padding-top: 10px;
  padding-bottom: 75px;
  overflow-x: hidden; }
  .p-compreTop-pickup-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 60px; }
    .p-compreTop-pickup-txt .left {
      font-size: 1.6rem;
      letter-spacing: 0.1em; }
    .p-compreTop-pickup-txt .right {
      font-size: 1.4rem; }
      .p-compreTop-pickup-txt .right span {
        font-size: 2.8rem;
        padding-left: 10px; }
  .p-compreTop-pickup .swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    top: -45px !important;
    left: 50% !important;
    margin-top: 0 !important;
    border-radius: 50%;
    -webkit-transform: translate(calc(-50% - 10px), -100%);
    -ms-transform: translate(calc(-50% - 10px), -100%);
    transform: translate(calc(-50% - 10px), -100%);
    background-color: #707070; }
    .p-compreTop-pickup .swiper-button-prev::before {
      content: "";
      display: block;
      border-top: 7px solid transparent;
      border-right: 12.12435px solid #ffffff;
      border-bottom: 7px solid transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
    .p-compreTop-pickup .swiper-button-prev::after {
      display: none; }
    .p-compreTop-pickup .swiper-button-prev:hover {
      opacity: 0.8; }
  .p-compreTop-pickup .swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    top: -45px !important;
    left: 50% !important;
    margin-top: 0 !important;
    border-radius: 50%;
    -webkit-transform: translate(calc(50% + 10px), -100%);
    -ms-transform: translate(calc(50% + 10px), -100%);
    transform: translate(calc(50% + 10px), -100%);
    background-color: #707070; }
    .p-compreTop-pickup .swiper-button-next::before {
      content: "";
      display: block;
      border-top: 7px solid transparent;
      border-left: 12.12435px solid #ffffff;
      border-bottom: 7px solid transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
    .p-compreTop-pickup .swiper-button-next::after {
      display: none; }
    .p-compreTop-pickup .swiper-button-next:hover {
      opacity: 0.8; }

@media screen and (max-width: 960px) {
  .p-compreTop-pickup .swiper-button-next,
  .p-compreTop-pickup .swiper-button-prev {
    width: 55px;
    height: 50px; } }

@media screen and (max-width: 768px) {
  .p-compreTop-pickup {
    padding-bottom: 60px; }
    .p-compreTop-pickup-txt {
      margin-bottom: 45px; }
      .p-compreTop-pickup-txt .left {
        font-size: 1.5rem; }
      .p-compreTop-pickup-txt .right {
        font-size: 1.3rem; }
        .p-compreTop-pickup-txt .right span {
          font-size: 2.6rem; }
    .p-compreTop-pickup .swiper-container {
      padding: 0 15px !important; }
      .p-compreTop-pickup .swiper-container .swiper-slide {
        padding-right: 20px; }
        .p-compreTop-pickup .swiper-container .swiper-slide .c-facilityItem {
          max-width: none !important; }
    .p-compreTop-pickup .swiper-button-prev {
      width: 50px !important;
      height: 50px !important;
      top: -30px !important;
      -webkit-transform: translate(calc(-50% - 6px), -100%);
      -ms-transform: translate(calc(-50% - 6px), -100%);
      transform: translate(calc(-50% - 6px), -100%); }
      .p-compreTop-pickup .swiper-button-prev::before {
        border-top: 6px solid transparent;
        border-right: 10.4px solid #ffffff;
        border-bottom: 6px solid transparent; }
    .p-compreTop-pickup .swiper-button-next {
      width: 50px !important;
      height: 50px !important;
      top: -30px !important;
      -webkit-transform: translate(calc(50% + 6px), -100%);
      -ms-transform: translate(calc(50% + 6px), -100%);
      transform: translate(calc(50% + 6px), -100%); }
      .p-compreTop-pickup .swiper-button-next::before {
        border-top: 6px solid transparent;
        border-left: 10.4px solid #ffffff;
        border-bottom: 6px solid transparent; } }

@media screen and (max-width: 560px) {
  .p-compreTop-pickup {
    padding-bottom: 45px; }
    .p-compreTop-pickup-txt {
      margin-bottom: 35px; }
      .p-compreTop-pickup-txt .left {
        font-size: 1.3rem; }
      .p-compreTop-pickup-txt .right {
        font-size: 1.2rem; }
        .p-compreTop-pickup-txt .right span {
          font-size: 2.2rem; }
    .p-compreTop-pickup .swiper-container {
      padding: 0 !important; }
      .p-compreTop-pickup .swiper-container .swiper-slide {
        padding: 0 10px; }
    .p-compreTop-pickup .swiper-button-prev,
    .p-compreTop-pickup .swiper-button-next {
      display: none; } }

.p-compreTop-ranking {
  padding-top: 35px;
  padding-bottom: 140px; }
  .p-compreTop-ranking-txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    opacity: 0.6;
    margin-top: 10px; }
  .p-compreTop-ranking-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 90px; }
    .p-compreTop-ranking-wrap .c-facilityItem::after {
      content: "";
      display: block;
      width: 45px;
      height: 45px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      left: 20px;
      top: 5px;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
    .p-compreTop-ranking-wrap .c-facilityItem:first-of-type::after {
      background-image: url(../images/3x/icon-ranking01@3x.png); }
    .p-compreTop-ranking-wrap .c-facilityItem:nth-of-type(2)::after {
      background-image: url(../images/3x/icon-ranking02@3x.png); }
    .p-compreTop-ranking-wrap .c-facilityItem:last-of-type::after {
      background-image: url(../images/3x/icon-ranking03@3x.png); }

@media screen and (max-width: 768px) {
  .p-compreTop-ranking {
    padding-top: 30px;
    padding-bottom: 85px; }
    .p-compreTop-ranking-txt {
      font-size: 1.5rem; }
    .p-compreTop-ranking-wrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 75px; }
      .p-compreTop-ranking-wrap .c-facilityItem {
        width: 50%;
        padding-right: 20px;
        max-width: none !important; }
        .p-compreTop-ranking-wrap .c-facilityItem:first-of-type {
          width: calc(50% + 1px);
          padding: 0 10px; }
        .p-compreTop-ranking-wrap .c-facilityItem:nth-of-type(2) {
          padding-left: 0;
          padding-right: 10px; }
        .p-compreTop-ranking-wrap .c-facilityItem:last-of-type {
          padding-right: 0;
          padding-left: 10px; }
        .p-compreTop-ranking-wrap .c-facilityItem:not(:first-of-type) {
          margin-top: 60px; }
        .p-compreTop-ranking-wrap .c-facilityItem-category {
          font-size: 1.5rem; }
        .p-compreTop-ranking-wrap .c-facilityItem-date {
          font-size: 1.3rem; }
        .p-compreTop-ranking-wrap .c-facilityItem-name {
          font-size: 2.2rem; } }

@media screen and (max-width: 560px) {
  .p-compreTop-ranking {
    padding-top: 20px;
    padding-bottom: 60px; }
    .p-compreTop-ranking-txt {
      font-size: 1.3rem; }
    .p-compreTop-ranking-wrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 55px; }
      .p-compreTop-ranking-wrap .c-facilityItem {
        width: 100%;
        padding: 0; }
        .p-compreTop-ranking-wrap .c-facilityItem:first-of-type {
          width: 100%;
          padding: 0 10px; }
        .p-compreTop-ranking-wrap .c-facilityItem:nth-of-type(2) {
          padding: 0 10px; }
        .p-compreTop-ranking-wrap .c-facilityItem:last-of-type {
          padding: 0 10px; }
        .p-compreTop-ranking-wrap .c-facilityItem:not(:first-of-type) {
          margin-top: 65px; }
        .p-compreTop-ranking-wrap .c-facilityItem-name {
          font-size: 2rem; } }

.p-compreTop-bitsOf {
  width: 100%;
  background-color: #aacdd4;
  padding-top: 70px;
  padding-bottom: 90px; }
  .p-compreTop-bitsOf h2 {
    text-align: center;
    color: #fff; }
  .p-compreTop-bitsOf-txt {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    margin-top: 20px; }
  .p-compreTop-bitsOf a {
    display: block;
    width: 100%;
    margin-top: 40px; }
    .p-compreTop-bitsOf a img {
      width: 100%; }
      .p-compreTop-bitsOf a img.sp {
        display: none; }

@media screen and (max-width: 768px) {
  .p-compreTop-bitsOf {
    padding-top: 50px;
    padding-bottom: 70px; }
    .p-compreTop-bitsOf-txt {
      font-size: 1.5rem; }
    .p-compreTop-bitsOf a {
      margin-top: 30px; } }

@media screen and (max-width: 560px) {
  .p-compreTop-bitsOf {
    padding-top: 35px;
    padding-bottom: 50px; }
    .p-compreTop-bitsOf-txt {
      font-size: 1.3rem; }
    .p-compreTop-bitsOf a {
      margin-top: 20px; }
      .p-compreTop-bitsOf a img.pc {
        display: none; }
      .p-compreTop-bitsOf a img.sp {
        display: block; } }

.p-compreTop-search {
  padding-top: 70px;
  padding-bottom: 75px; }
  .p-compreTop-search h2 {
    text-align: center; }
  .p-compreTop-search-txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 15px; }
  .p-compreTop-search-category {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px; }

@media screen and (max-width: 960px) {
  .p-compreTop-search-category .c-category img {
    height: 60px; }
  .p-compreTop-search-category .c-category-txt {
    font-size: 1.6rem; } }

@media screen and (max-width: 768px) {
  .p-compreTop-search {
    padding-top: 50px;
    padding-bottom: 55px; }
    .p-compreTop-search-txt {
      font-size: 1.5rem; }
    .p-compreTop-search-category {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .p-compreTop-search-category .c-category {
        width: 50%;
        text-align: center; }
        .p-compreTop-search-category .c-category:last-of-type, .p-compreTop-search-category .c-category:nth-of-type(3) {
          margin-top: 35px; }
        .p-compreTop-search-category .c-category img {
          height: 70px; }
        .p-compreTop-search-category .c-category-txt {
          font-size: 1.5rem; } }

@media screen and (max-width: 560px) {
  .p-compreTop-search {
    padding-top: 30px;
    padding-bottom: 35px; }
    .p-compreTop-search-txt {
      font-size: 1.3rem; }
    .p-compreTop-search-category .c-category:last-of-type, .p-compreTop-search-category .c-category:nth-of-type(3) {
      margin-top: 25px; }
    .p-compreTop-search-category .c-category img {
      height: 60px; }
    .p-compreTop-search-category .c-category-txt {
      font-size: 1.3rem; } }

.p-compreTop-contact {
  padding-top: 90px;
  padding-bottom: 115px; }
  .p-compreTop-contact h2 {
    text-align: center; }
  .p-compreTop-contact-txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 15px; }
  .p-compreTop-contact-form {
    width: 100%;
    background-color: #e7e7e7;
    border-radius: 14px;
    padding-top: 70px;
    padding-bottom: 80px;
    margin-top: 50px; }
    .p-compreTop-contact-form-inner {
      width: 100%;
      max-width: 860px;
      padding: 0 20px;
      margin: 0 auto; }
      .p-compreTop-contact-form-inner p:first-of-type {
        position: relative; }
        .p-compreTop-contact-form-inner p:first-of-type::before {
          content: "";
          display: block;
          border-left: 7px solid transparent;
          border-top: 12.12435px solid #707070;
          border-right: 7px solid transparent;
          position: absolute;
          top: 50%;
          right: 30px;
          -webkit-transform: translate(-100%, -50%);
          -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
          z-index: 2;
          pointer-events: none; }
      .p-compreTop-contact-form-inner p.input::before {
        display: none; }
      .p-compreTop-contact-form-inner p select {
        margin-top: 20px;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        line-height: 1.3;
        color: #707070;
        width: 100%;
        border-radius: 30px;
        background-color: #fff;
        padding: 20px 30px;
        cursor: pointer; }
        .p-compreTop-contact-form-inner p select:focus {
          -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
      .p-compreTop-contact-form-inner p input {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        line-height: 1.3;
        display: block;
        width: 100%;
        border-radius: 30px;
        background-color: #fff;
        padding: 20px 30px;
        margin-top: 20px; }
        .p-compreTop-contact-form-inner p input:focus {
          -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
      .p-compreTop-contact-form-inner p textarea {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        line-height: 1.3;
        display: block;
        width: 100%;
        height: 300px;
        border-radius: 30px;
        background-color: #fff;
        padding: 20px 30px;
        margin-top: 20px; }
        .p-compreTop-contact-form-inner p textarea:focus {
          -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
      .p-compreTop-contact-form-inner input#submitBtn {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        line-height: 1.3;
        color: #ffffff;
        text-align: center;
        display: block;
        width: 100%;
        border-radius: 30px;
        background-color: #a6a6a6;
        padding: 20px 30px;
        margin-top: 20px; }

@media screen and (max-width: 960px) {
  .p-compreTop-contact-form-inner {
    padding: 0 15px; }
    .p-compreTop-contact-form-inner p input,
    .p-compreTop-contact-form-inner p select,
    .p-compreTop-contact-form-inner p textarea {
      font-size: 1.5rem; } }

@media screen and (max-width: 768px) {
  .p-compreTop-contact {
    padding-top: 70px;
    padding-bottom: 85px; }
    .p-compreTop-contact-txt {
      font-size: 1.5rem; }
    .p-compreTop-contact-form {
      padding-top: 50px;
      padding-bottom: 60px;
      margin-top: 40px; } }

@media screen and (max-width: 560px) {
  .p-compreTop-contact {
    padding-top: 40px;
    padding-bottom: 50px; }
    .p-compreTop-contact-txt {
      font-size: 1.3rem; }
    .p-compreTop-contact-form {
      padding-top: 40px;
      padding-bottom: 45px;
      margin-top: 30px; }
      .p-compreTop-contact-form-inner {
        padding: 0 10px; }
        .p-compreTop-contact-form-inner p input,
        .p-compreTop-contact-form-inner p select,
        .p-compreTop-contact-form-inner p textarea {
          font-size: 1.3rem; } }

.p-info {
  padding-top: 40px;
  padding-bottom: 30px; }
  .p-info.nursingHome h2 {
    color: #ffa94c; }
  .p-info.nursingHome .p-info-more {
    color: #ffa94c;
    border: 3px solid #ffa94c; }
    .p-info.nursingHome .p-info-more::before {
      background-color: #ffa94c; }
    .p-info.nursingHome .p-info-more:hover {
      color: #ffffff; }
  .p-info.nursingHome .p-info-list li p {
    color: #ffa94c;
    background-image: url(../images/3x/icon-clockOrange@3x.png); }
  .p-info.nursingHome .p-info-list li a {
    color: #ffa94c; }
  .p-info.childcare h2 {
    color: #d16d73; }
  .p-info.childcare .p-info-more {
    color: #d16d73;
    border: 3px solid #d16d73; }
    .p-info.childcare .p-info-more::before {
      background-color: #d16d73; }
    .p-info.childcare .p-info-more:hover {
      color: #ffffff; }
  .p-info.childcare .p-info-list li p {
    color: #d16d73;
    background-image: url(../images/3x/icon-clockRed@3x.png); }
  .p-info.childcare .p-info-list li a {
    color: #d16d73; }
  .p-info.handicapped h2 {
    color: #7bd09d; }
  .p-info.handicapped .p-info-more {
    color: #7bd09d;
    border: 3px solid #7bd09d; }
    .p-info.handicapped .p-info-more::before {
      background-color: #7bd09d; }
    .p-info.handicapped .p-info-more:hover {
      color: #ffffff; }
  .p-info.handicapped .p-info-list li p {
    color: #7bd09d;
    background-image: url(../images/3x/icon-clockGreen@3x.png); }
  .p-info.handicapped .p-info-list li a {
    color: #7bd09d; }
  .p-info .l-container {
    position: relative; }
  .p-info-more {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    width: 285px;
    height: 60px;
    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-radius: 30px;
    position: absolute;
    right: 20px;
    top: -10px; }
    .p-info-more::before {
      width: calc(100% + 3px) !important;
      height: calc(100% + 3px) !important;
      border-radius: 30px; }
  .p-info-list {
    width: 100%;
    margin-top: 40px; }
    .p-info-list li {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .p-info-list li p {
        font-size: 1.2rem;
        opacity: 0.6;
        padding-left: 20px;
        line-height: 15px;
        background-size: contain;
        background-repeat: no-repeat; }
      .p-info-list li a {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        margin-left: 25px;
        text-decoration: underline; }
      .p-info-list li:not(:first-of-type) {
        margin-top: 15px; }

@media screen and (max-width: 960px) {
  .p-info-more {
    font-size: 1.5rem;
    width: 275px; }
  .p-info-list {
    margin-top: 35px; }
    .p-info-list li a {
      font-size: 1.5rem; } }

@media screen and (max-width: 768px) {
  .p-info {
    padding-top: 30px;
    padding-bottom: 25px; }
    .p-info-more {
      width: 245px;
      height: 50px;
      border-radius: 25px;
      top: -5px; }
    .p-info-list li {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-info-list li p {
        font-size: 1.3rem;
        width: 100%; }
      .p-info-list li a {
        margin-left: 20px;
        margin-top: 5px;
        line-height: 1.2; } }

@media screen and (max-width: 560px) {
  .p-info {
    padding-top: 25px;
    padding-bottom: 80px; }
    .p-info-more {
      font-size: 1.4rem;
      width: 240px;
      height: 45px;
      border-radius: 22.5px;
      top: auto;
      right: auto;
      bottom: -25px;
      left: 50%;
      -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); }
    .p-info-list {
      margin-top: 25px; }
      .p-info-list li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .p-info-list li p {
          font-size: 1.2rem;
          width: 100%; }
        .p-info-list li a {
          font-size: 1.4rem;
          margin-left: 20px;
          margin-top: 5px; } }

.p-collection {
  padding-top: 35px;
  padding-bottom: 140px; }
  .p-collection.nursingHome {
    background-color: #ffa94c; }
    .p-collection.nursingHome .p-collection-more {
      color: #ffa94c; }
    .p-collection.nursingHome .p-collection-wrap .c-facilityItem-topTxt {
      color: #ffa94c; }
    .p-collection.nursingHome .p-collection-wrap .c-facilityItem-date {
      background-image: url(../images/3x/icon-clockWhite@3x.png); }
  .p-collection.childcare {
    background-color: #d16d73; }
    .p-collection.childcare .p-collection-more {
      color: #d16d73; }
    .p-collection.childcare .p-collection-wrap .c-facilityItem-topTxt {
      color: #d16d73; }
    .p-collection.childcare .p-collection-wrap .c-facilityItem-date {
      background-image: url(../images/3x/icon-clockRed@3x.png); }
  .p-collection.handicapped {
    background-color: #83d5a4; }
    .p-collection.handicapped .p-collection-txt {
      color: #ffffff; }
    .p-collection.handicapped .p-collection-more {
      color: #7bd09d; }
    .p-collection.handicapped .p-collection-wrap .c-facilityItem {
      color: #ffffff; }
      .p-collection.handicapped .p-collection-wrap .c-facilityItem-topTxt {
        background-color: #ffffff;
        color: #7bd09d; }
      .p-collection.handicapped .p-collection-wrap .c-facilityItem-date {
        color: #ffffff !important;
        background-image: url(../images/3x/icon-clockGreen@3x.png); }
  .p-collection .l-container {
    position: relative; }
  .p-collection h2 {
    color: #ffffff; }
  .p-collection-txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
    color: #fff0df;
    margin-top: 10px; }
  .p-collection-more {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    width: 285px;
    height: 60px;
    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;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
    position: relative;
    margin: 50px auto 0; }
    .p-collection-more:hover {
      opacity: 0.7; }
  .p-collection-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px; }
    .p-collection-wrap .c-facilityItem {
      max-width: 280px;
      padding-left: 0;
      color: #fff0df; }
      .p-collection-wrap .c-facilityItem-topTxt {
        background-color: #fff0df; }
      .p-collection-wrap .c-facilityItem-date {
        color: #fff0df !important;
        background-repeat: no-repeat;
        background-size: contain; }

@media screen and (max-width: 960px) {
  .p-collection {
    position: relative; }
    .p-collection.nursingHome .p-collection-wrap .c-facilityItem, .p-collection.childcare .p-collection-wrap .c-facilityItem, .p-collection.handicapped .p-collection-wrap .c-facilityItem {
      width: calc(100% / 3 - 20px); }
    .p-collection .l-container {
      position: static; }
    .p-collection-txt {
      font-size: 1.5rem; }
    .p-collection-more {
      font-size: 1.5rem;
      width: 275px;
      right: auto;
      top: auto;
      left: 50%;
      bottom: 40px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }

@media screen and (max-width: 768px) {
  .p-collection {
    padding-top: 30px;
    padding-bottom: 100px; }
    .p-collection.nursingHome .p-collection-wrap, .p-collection.childcare .p-collection-wrap, .p-collection.handicapped .p-collection-wrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 40px; }
      .p-collection.nursingHome .p-collection-wrap .c-facilityItem, .p-collection.childcare .p-collection-wrap .c-facilityItem, .p-collection.handicapped .p-collection-wrap .c-facilityItem {
        width: 50%;
        max-width: none !important; }
        .p-collection.nursingHome .p-collection-wrap .c-facilityItem:first-of-type, .p-collection.childcare .p-collection-wrap .c-facilityItem:first-of-type, .p-collection.handicapped .p-collection-wrap .c-facilityItem:first-of-type {
          width: calc(50% + 1px);
          padding: 0 10px; }
        .p-collection.nursingHome .p-collection-wrap .c-facilityItem:nth-of-type(2), .p-collection.childcare .p-collection-wrap .c-facilityItem:nth-of-type(2), .p-collection.handicapped .p-collection-wrap .c-facilityItem:nth-of-type(2) {
          padding-left: 0;
          padding-right: 10px; }
        .p-collection.nursingHome .p-collection-wrap .c-facilityItem:last-of-type, .p-collection.childcare .p-collection-wrap .c-facilityItem:last-of-type, .p-collection.handicapped .p-collection-wrap .c-facilityItem:last-of-type {
          padding-right: 0;
          padding-left: 10px; }
        .p-collection.nursingHome .p-collection-wrap .c-facilityItem:not(:first-of-type), .p-collection.childcare .p-collection-wrap .c-facilityItem:not(:first-of-type), .p-collection.handicapped .p-collection-wrap .c-facilityItem:not(:first-of-type) {
          margin-top: 30px; }
    .p-collection-more {
      width: 245px;
      height: 50px;
      border-radius: 25px;
      bottom: 20px; }
    .p-collection-txt {
      font-size: 1.5rem; } }

@media screen and (max-width: 560px) {
  .p-collection {
    padding-top: 20px;
    padding-bottom: 80px; }
    .p-collection.nursingHome .p-collection-wrap, .p-collection.childcare .p-collection-wrap, .p-collection.handicapped .p-collection-wrap {
      margin-top: 30px; }
      .p-collection.nursingHome .p-collection-wrap .c-facilityItem, .p-collection.childcare .p-collection-wrap .c-facilityItem, .p-collection.handicapped .p-collection-wrap .c-facilityItem {
        width: 100%;
        padding: 0; }
        .p-collection.nursingHome .p-collection-wrap .c-facilityItem:first-of-type, .p-collection.childcare .p-collection-wrap .c-facilityItem:first-of-type, .p-collection.handicapped .p-collection-wrap .c-facilityItem:first-of-type {
          width: 100%;
          padding: 0 10px; }
        .p-collection.nursingHome .p-collection-wrap .c-facilityItem:nth-of-type(2), .p-collection.childcare .p-collection-wrap .c-facilityItem:nth-of-type(2), .p-collection.handicapped .p-collection-wrap .c-facilityItem:nth-of-type(2) {
          padding: 0 10px; }
        .p-collection.nursingHome .p-collection-wrap .c-facilityItem:last-of-type, .p-collection.childcare .p-collection-wrap .c-facilityItem:last-of-type, .p-collection.handicapped .p-collection-wrap .c-facilityItem:last-of-type {
          padding: 0 10px; }
    .p-collection-more {
      font-size: 1.4rem;
      width: 240px;
      height: 45px;
      border-radius: 22.5px;
      bottom: 15px; }
    .p-collection-txt {
      font-size: 1.3rem; } }

@media screen and (max-width: 440px) {
  .p-collection-txt .br-sp {
    display: none; } }

.p-keyVisu {
  margin-bottom: 40px; }
  .p-keyVisu.compreTop .p-keyVisu-button li::before {
    background-color: #000000; }
  .p-keyVisu.nursingHome .p-keyVisu-button li::before {
    background-color: #ffa94c; }
  .p-keyVisu.childcare .p-keyVisu-button li::before {
    background-color: #d16d73; }
  .p-keyVisu.handicapped .p-keyVisu-button li::before {
    background-color: #7bd09d; }
  .p-keyVisu.recruit {
    background-color: #f3fffe;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 40px; }
    .p-keyVisu.recruit .p-keyVisu-button li::before {
      background-color: #73ccc3; }
  .p-keyVisu-thumb {
    width: 100%;
    padding-top: 32.942%;
    position: relative;
    overflow: hidden; }
    .p-keyVisu-thumb::before {
      content: "";
      display: block;
      width: 100%;
      height: 40%;
      position: absolute;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
      background: linear-gradient(360deg, rgba(0, 0, 0, 0.5), transparent);
      z-index: 2; }
    .p-keyVisu-thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: opacity 0.8s;
      -o-transition: opacity 0.8s;
      transition: opacity 0.8s;
      opacity: 0; }
      .p-keyVisu-thumb img.select {
        opacity: 1; }
    .p-keyVisu-thumb-txt {
      position: absolute;
      left: 6%;
      bottom: 15%;
      padding-left: 24px;
      z-index: 3;
      width: 88%; }
      .p-keyVisu-thumb-txt::before {
        content: "";
        display: block;
        width: 4px;
        height: 100%;
        background-color: #ffffff;
        position: absolute;
        left: 0;
        top: 0; }
      .p-keyVisu-thumb-txt .top {
        font-size: 2.4rem;
        letter-spacing: 0.1em;
        color: #ffffff; }
      .p-keyVisu-thumb-txt .bottom {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        color: #ffffff;
        margin-top: 10px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .p-keyVisu-thumb-txt .bottom.change {
          -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
          transform: translateY(-5px);
          opacity: 0; }
  .p-keyVisu-button {
    width: 100%;
    max-width: 715px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: -20px;
    position: relative;
    z-index: 2; }
    .p-keyVisu-button li {
      width: calc(100% / 3 - 13px);
      -webkit-box-shadow: 0 10px 20px rgba(10, 0, 0, 0.2);
      box-shadow: 0 10px 20px rgba(10, 0, 0, 0.2);
      position: relative;
      cursor: pointer; }
      .p-keyVisu-button li::before {
        content: "";
        display: block;
        width: 120px;
        height: 5px;
        position: absolute;
        left: 50%;
        bottom: -20px;
        -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s; }
      .p-keyVisu-button li.select::before {
        opacity: 1; }
      .p-keyVisu-button li .img-wrap {
        width: 100%;
        padding-top: 33.0357%;
        position: relative;
        overflow: hidden;
        border-radius: 4px; }
        .p-keyVisu-button li .img-wrap img {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -o-object-fit: cover;
          object-fit: cover; }
      .p-keyVisu-button li p {
        display: none; }

@media screen and (max-width: 1079px) {
  .p-keyVisu.nursingHome, .p-keyVisu.childcare, .p-keyVisu.handicapped {
    margin-top: 80px; } }

@media screen and (max-width: 960px) {
  .p-keyVisu {
    margin-top: 80px;
    margin-bottom: 35px; }
    .p-keyVisu.recruit {
      margin-bottom: 0;
      padding-bottom: 35px; }
    .p-keyVisu-thumb-txt {
      left: 5%;
      bottom: 14%;
      width: 90%; }
      .p-keyVisu-thumb-txt .top {
        font-size: 2.2rem; }
      .p-keyVisu-thumb-txt .bottom {
        font-size: 1.5rem; } }

@media screen and (max-width: 768px) {
  .p-keyVisu-thumb {
    padding-top: 40%; }
    .p-keyVisu-thumb-txt {
      padding-left: 18px;
      left: 4%;
      width: 92%; }
      .p-keyVisu-thumb-txt::before {
        width: 3px; }
      .p-keyVisu-thumb-txt .top {
        font-size: 2rem; }
      .p-keyVisu-thumb-txt .bottom {
        font-size: 1.4rem; }
  .p-keyVisu-button {
    max-width: none;
    padding: 0 20px;
    margin-top: -10px; }
    .p-keyVisu-button li {
      width: calc(100% / 3 - 10px); }
      .p-keyVisu-button li::before {
        width: 90px;
        height: 4px;
        bottom: -15px; }
      .p-keyVisu-button li .img-wrap {
        padding-top: 40%; } }

@media screen and (max-width: 560px) {
  .p-keyVisu {
    margin-top: 70px;
    margin-bottom: 30px; }
    .p-keyVisu.nursingHome, .p-keyVisu.childcare, .p-keyVisu.handicapped {
      margin-top: 70px; }
    .p-keyVisu.recruit {
      margin-bottom: 0;
      padding-bottom: 30px; }
    .p-keyVisu-thumb {
      padding-top: 45%; }
      .p-keyVisu-thumb-txt {
        padding-left: 15px;
        left: 3%;
        bottom: 12%;
        width: 94%; }
        .p-keyVisu-thumb-txt::before {
          width: 3px; }
        .p-keyVisu-thumb-txt .top {
          font-size: 1.7rem; }
        .p-keyVisu-thumb-txt .bottom {
          font-size: 1.2rem; }
    .p-keyVisu-button {
      max-width: none;
      padding: 0 15px;
      margin-top: -5px; }
      .p-keyVisu-button li {
        width: calc(100% / 3 - 5px); }
        .p-keyVisu-button li::before {
          width: 70px;
          height: 3px; }
        .p-keyVisu-button li .img-wrap {
          padding-top: 45%; } }

.p-search,
.p-reSearch {
  width: 100%; }
  .p-search:not(.p-reSearch),
  .p-reSearch:not(.p-reSearch) {
    padding-top: 20px;
    padding-bottom: 80px; }
  .p-search:not(.p-search),
  .p-reSearch:not(.p-search) {
    background-color: #ffffff !important; }
  .p-search .p-search-form,
  .p-reSearch .p-search-form {
    padding-bottom: 50px; }
  .p-search .p-search-form-area_title,
  .p-reSearch .p-search-form-area_title {
    margin-bottom: 15px; }
  .p-search .p-search-form_inner,
  .p-reSearch .p-search-form_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .p-search .p-search-form_inner:not(:first-of-type),
    .p-reSearch .p-search-form_inner:not(:first-of-type) {
      margin-top: 20px; }
  .p-search .p-search-form_half,
  .p-reSearch .p-search-form_half {
    width: calc(50% - 15px); }
  .p-search .p-search-form-content-blk_wrap,
  .p-reSearch .p-search-form-content-blk_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-search .p-search-form-content-blk_wrap .p-search-form-content-col,
    .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-col {
      position: relative;
      width: 30%; }
      .p-search .p-search-form-content-blk_wrap .p-search-form-content-col.col2,
      .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-col.col2 {
        width: calc(50% - 15px); }
      .p-search .p-search-form-content-blk_wrap .p-search-form-content-col.col1,
      .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-col.col1 {
        width: 100%; }
    .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk,
    .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk {
      margin-top: 50px; }
      .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list,
      .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list {
        margin-top: 10px;
        position: relative;
        width: 100%; }
        .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul,
        .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li,
          .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            margin-right: 20px;
            margin-bottom: 10px; }
            .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check,
            .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check {
              width: 40px; }
              .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input,
              .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input {
                width: 28px;
                height: 28px;
                background-color: #fff;
                position: relative;
                border: 1px solid #cccccc; }
                .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input::before,
                .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input::before {
                  content: "";
                  display: block;
                  height: 20px;
                  width: 8px;
                  left: 7px;
                  position: absolute;
                  top: 50%;
                  -webkit-transform: translateY(-70%) rotate(45deg);
                  -ms-transform: translateY(-70%) rotate(45deg);
                  transform: translateY(-70%) rotate(45deg);
                  border-right: 0px solid #aaaaaa;
                  border-bottom: 0px solid #aaaaaa; }
                .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input:checked::before,
                .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input:checked::before {
                  -webkit-animation: checkFlagOrange 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
                  animation: checkFlagOrange 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards; }
              .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check:not(:first-of-type),
              .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check:not(:first-of-type) {
                margin-top: 10px; }
            .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_label,
            .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_label {
              width: calc(100% - 40px);
              display: inline-block;
              font-size: 1.6rem;
              line-height: 36px;
              margin-top: -4px;
              cursor: pointer;
              color: #aaaaaa; }
              .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_label:not(:first-of-type),
              .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_label:not(:first-of-type) {
                margin-top: 10px; }
      .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk dl,
      .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px; }
        .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt,
        .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt {
          width: 40px; }
          .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input,
          .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input {
            width: 28px;
            height: 28px;
            background-color: #fff;
            position: relative;
            border: 1px solid #cccccc; }
            .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input::before,
            .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input::before {
              content: "";
              display: block;
              height: 20px;
              width: 8px;
              left: 7px;
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-70%) rotate(45deg);
              -ms-transform: translateY(-70%) rotate(45deg);
              transform: translateY(-70%) rotate(45deg);
              border-right: 0px solid #aaaaaa;
              border-bottom: 0px solid #aaaaaa; }
            .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input:checked::before,
            .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input:checked::before {
              -webkit-animation: checkFlagOrange 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
              animation: checkFlagOrange 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards; }
          .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt:not(:first-of-type),
          .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt:not(:first-of-type) {
            margin-top: 10px; }
        .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk dl dd,
        .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk dl dd {
          width: calc(100% - 40px); }
          .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk dl dd label,
          .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk dl dd label {
            display: inline-block;
            font-size: 1.6rem;
            line-height: 36px;
            margin-top: -4px;
            cursor: pointer;
            color: #aaaaaa; }
          .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk dl dd:not(:first-of-type),
          .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk dl dd:not(:first-of-type) {
            margin-top: 10px; }
  .p-search .inputP,
  .p-reSearch .inputP {
    position: relative; }
    .p-search .inputP.no-arw::before,
    .p-reSearch .inputP.no-arw::before {
      content: none; }
    .p-search .inputP:not(.no-arw)::before,
    .p-reSearch .inputP:not(.no-arw)::before {
      content: "";
      display: block;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      position: absolute;
      top: 50%;
      right: 15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2;
      pointer-events: none;
      border-top: 8.7px solid #aaaaaa; }
    .p-search .inputP select,
    .p-reSearch .inputP select {
      font-size: 1.6rem;
      width: 100%;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 10px;
      background-color: #fff;
      cursor: pointer;
      padding: 0 20px;
      color: #aaaaaa;
      border: 1px solid #cccccc; }
      .p-search .inputP select:focus,
      .p-reSearch .inputP select:focus {
        -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
        box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
    .p-search .inputP input,
    .p-reSearch .inputP input {
      font-size: 1.6rem;
      width: 100%;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 10px;
      background-color: #fff;
      cursor: pointer;
      padding: 0 20px;
      color: #aaaaaa;
      border: 1px solid #cccccc; }
      .p-search .inputP input::-webkit-input-placeholder,
      .p-reSearch .inputP input::-webkit-input-placeholder {
        color: #aaaaaa; }
      .p-search .inputP input:-ms-input-placeholder,
      .p-reSearch .inputP input:-ms-input-placeholder {
        color: #aaaaaa; }
      .p-search .inputP input::-ms-input-placeholder,
      .p-reSearch .inputP input::-ms-input-placeholder {
        color: #aaaaaa; }
      .p-search .inputP input::placeholder,
      .p-reSearch .inputP input::placeholder {
        color: #aaaaaa; }
  @media screen and (max-width: 960px) {
    .p-search .p-search-form_half,
    .p-reSearch .p-search-form_half {
      width: calc(50% - 10px); }
    .p-search .p-search-form-content-blk_wrap .p-search-form-content-col.col2,
    .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-col.col2 {
      width: calc(50% - 10px); } }
  @media screen and (max-width: 768px) {
    .p-search .p-search-form_half,
    .p-reSearch .p-search-form_half {
      width: 100%; }
      .p-search .p-search-form_half:not(:first-of-type),
      .p-reSearch .p-search-form_half:not(:first-of-type) {
        margin-top: 15px; }
    .p-search .p-search-form-content-blk_wrap .p-search-form-content-blk,
    .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-blk {
      margin-top: 25px; }
    .p-search .p-search-form-content-blk_wrap .p-search-form-content-col.col2,
    .p-reSearch .p-search-form-content-blk_wrap .p-search-form-content-col.col2 {
      width: 100%; }
    .p-search .inputP select,
    .p-reSearch .inputP select {
      height: 40px; }
    .p-search .inputP input,
    .p-reSearch .inputP input {
      height: 40px; } }
  .p-search.nursingHome,
  .p-reSearch.nursingHome {
    background-color: #fff0df; }
    .p-search.nursingHome h2,
    .p-reSearch.nursingHome h2 {
      color: #ffa94c; }
    .p-search.nursingHome .p-search-form h3,
    .p-reSearch.nursingHome .p-search-form h3 {
      color: #ffa94c; }
    .p-search.nursingHome .p-search-form .subTxt,
    .p-reSearch.nursingHome .p-search-form .subTxt {
      color: #f5c693; }
    .p-search.nursingHome .p-search-form-area .inputP::before, .p-search.nursingHome .p-search-form-organizer .inputP::before, .p-search.nursingHome .p-search-form-keyword .inputP::before,
    .p-reSearch.nursingHome .p-search-form-area .inputP::before,
    .p-reSearch.nursingHome .p-search-form-organizer .inputP::before,
    .p-reSearch.nursingHome .p-search-form-keyword .inputP::before {
      border-top: 8.7px solid #ffa94c; }
    .p-search.nursingHome .p-search-form-area .inputP select, .p-search.nursingHome .p-search-form-organizer .inputP select, .p-search.nursingHome .p-search-form-keyword .inputP select,
    .p-reSearch.nursingHome .p-search-form-area .inputP select,
    .p-reSearch.nursingHome .p-search-form-organizer .inputP select,
    .p-reSearch.nursingHome .p-search-form-keyword .inputP select {
      color: #ffa94c;
      border: 1px solid #ffd0a3; }
    .p-search.nursingHome .p-search-form-area .inputP input, .p-search.nursingHome .p-search-form-organizer .inputP input, .p-search.nursingHome .p-search-form-keyword .inputP input,
    .p-reSearch.nursingHome .p-search-form-area .inputP input,
    .p-reSearch.nursingHome .p-search-form-organizer .inputP input,
    .p-reSearch.nursingHome .p-search-form-keyword .inputP input {
      color: #ffa94c;
      border: 1px solid #ffd0a3; }
      .p-search.nursingHome .p-search-form-area .inputP input::-webkit-input-placeholder, .p-search.nursingHome .p-search-form-organizer .inputP input::-webkit-input-placeholder, .p-search.nursingHome .p-search-form-keyword .inputP input::-webkit-input-placeholder,
      .p-reSearch.nursingHome .p-search-form-area .inputP input::-webkit-input-placeholder,
      .p-reSearch.nursingHome .p-search-form-organizer .inputP input::-webkit-input-placeholder,
      .p-reSearch.nursingHome .p-search-form-keyword .inputP input::-webkit-input-placeholder {
        color: #ffa94c; }
      .p-search.nursingHome .p-search-form-area .inputP input:-ms-input-placeholder, .p-search.nursingHome .p-search-form-organizer .inputP input:-ms-input-placeholder, .p-search.nursingHome .p-search-form-keyword .inputP input:-ms-input-placeholder,
      .p-reSearch.nursingHome .p-search-form-area .inputP input:-ms-input-placeholder,
      .p-reSearch.nursingHome .p-search-form-organizer .inputP input:-ms-input-placeholder,
      .p-reSearch.nursingHome .p-search-form-keyword .inputP input:-ms-input-placeholder {
        color: #ffa94c; }
      .p-search.nursingHome .p-search-form-area .inputP input::-ms-input-placeholder, .p-search.nursingHome .p-search-form-organizer .inputP input::-ms-input-placeholder, .p-search.nursingHome .p-search-form-keyword .inputP input::-ms-input-placeholder,
      .p-reSearch.nursingHome .p-search-form-area .inputP input::-ms-input-placeholder,
      .p-reSearch.nursingHome .p-search-form-organizer .inputP input::-ms-input-placeholder,
      .p-reSearch.nursingHome .p-search-form-keyword .inputP input::-ms-input-placeholder {
        color: #ffa94c; }
      .p-search.nursingHome .p-search-form-area .inputP input::placeholder, .p-search.nursingHome .p-search-form-organizer .inputP input::placeholder, .p-search.nursingHome .p-search-form-keyword .inputP input::placeholder,
      .p-reSearch.nursingHome .p-search-form-area .inputP input::placeholder,
      .p-reSearch.nursingHome .p-search-form-organizer .inputP input::placeholder,
      .p-reSearch.nursingHome .p-search-form-keyword .inputP input::placeholder {
        color: #ffa94c; }
    .p-search.nursingHome .p-search-form-area,
    .p-reSearch.nursingHome .p-search-form-area {
      width: 100%; }
    .p-search.nursingHome .p-search-form-more label,
    .p-reSearch.nursingHome .p-search-form-more label {
      border: 1px solid #ffa94c;
      color: #ffa94c; }
      .p-search.nursingHome .p-search-form-more label::before,
      .p-reSearch.nursingHome .p-search-form-more label::before {
        border-top: 8.7px solid #ffa94c; }
    .p-search.nursingHome .p-search-form-content-cost-inner .inputP::before,
    .p-reSearch.nursingHome .p-search-form-content-cost-inner .inputP::before {
      border-top: 8.7px solid #ffa94c; }
    .p-search.nursingHome .p-search-form-content-cost-inner .inputP select,
    .p-reSearch.nursingHome .p-search-form-content-cost-inner .inputP select {
      color: #ffa94c;
      border: 1px solid #ffd0a3; }
    .p-search.nursingHome .p-search-form-content-cost-inner span,
    .p-reSearch.nursingHome .p-search-form-content-cost-inner span {
      color: #ffa94c; }
    .p-search.nursingHome .p-search-form-content-checkWrap-category dl dt input, .p-search.nursingHome .p-search-form-content-checkWrap-requirement dl dt input,
    .p-reSearch.nursingHome .p-search-form-content-checkWrap-category dl dt input,
    .p-reSearch.nursingHome .p-search-form-content-checkWrap-requirement dl dt input {
      border: 1px solid #ffd0a3; }
      .p-search.nursingHome .p-search-form-content-checkWrap-category dl dt input::before, .p-search.nursingHome .p-search-form-content-checkWrap-requirement dl dt input::before,
      .p-reSearch.nursingHome .p-search-form-content-checkWrap-category dl dt input::before,
      .p-reSearch.nursingHome .p-search-form-content-checkWrap-requirement dl dt input::before {
        border-right: 0px solid #ffa94c;
        border-bottom: 0px solid #ffa94c; }
      .p-search.nursingHome .p-search-form-content-checkWrap-category dl dt input:checked::before, .p-search.nursingHome .p-search-form-content-checkWrap-requirement dl dt input:checked::before,
      .p-reSearch.nursingHome .p-search-form-content-checkWrap-category dl dt input:checked::before,
      .p-reSearch.nursingHome .p-search-form-content-checkWrap-requirement dl dt input:checked::before {
        -webkit-animation: checkFlagOrange 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
        animation: checkFlagOrange 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards; }
    .p-search.nursingHome .p-search-form-content-checkWrap-category dl dd label, .p-search.nursingHome .p-search-form-content-checkWrap-requirement dl dd label,
    .p-reSearch.nursingHome .p-search-form-content-checkWrap-category dl dd label,
    .p-reSearch.nursingHome .p-search-form-content-checkWrap-requirement dl dd label {
      color: #ffa94c; }
    .p-search.nursingHome .p-search-form .submitBtn,
    .p-reSearch.nursingHome .p-search-form .submitBtn {
      background-color: #ffa94c; }
    .p-search.nursingHome .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input,
    .p-reSearch.nursingHome .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input {
      border-color: #ffd0a3; }
      .p-search.nursingHome .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input::before,
      .p-reSearch.nursingHome .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input::before {
        border-color: #ffa94c; }
    .p-search.nursingHome .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_label,
    .p-reSearch.nursingHome .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_label {
      color: #ffa94c; }
    .p-search.nursingHome .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input,
    .p-reSearch.nursingHome .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input {
      border: 1px solid #ffd0a3; }
      .p-search.nursingHome .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input::before,
      .p-reSearch.nursingHome .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input::before {
        border-color: #ffa94c; }
    .p-search.nursingHome .p-search-form-content-blk_wrap .p-search-form-content-blk dl dd label,
    .p-reSearch.nursingHome .p-search-form-content-blk_wrap .p-search-form-content-blk dl dd label {
      color: #ffa94c; }
    .p-search.nursingHome .inputP:not(.no-arw)::before,
    .p-reSearch.nursingHome .inputP:not(.no-arw)::before {
      border-top: 8.7px solid #ffa94c; }
    .p-search.nursingHome .inputP select,
    .p-reSearch.nursingHome .inputP select {
      color: #ffa94c;
      border-color: #ffd0a3; }
    .p-search.nursingHome .inputP input,
    .p-reSearch.nursingHome .inputP input {
      color: #ffa94c;
      border-color: #ffd0a3; }
      .p-search.nursingHome .inputP input::-webkit-input-placeholder,
      .p-reSearch.nursingHome .inputP input::-webkit-input-placeholder {
        color: #ffa94c; }
      .p-search.nursingHome .inputP input:-ms-input-placeholder,
      .p-reSearch.nursingHome .inputP input:-ms-input-placeholder {
        color: #ffa94c; }
      .p-search.nursingHome .inputP input::-ms-input-placeholder,
      .p-reSearch.nursingHome .inputP input::-ms-input-placeholder {
        color: #ffa94c; }
      .p-search.nursingHome .inputP input::placeholder,
      .p-reSearch.nursingHome .inputP input::placeholder {
        color: #ffa94c; }
  .p-search.childcare,
  .p-reSearch.childcare {
    background-color: #ffe0e2; }
    .p-search.childcare h2,
    .p-reSearch.childcare h2 {
      color: #d16d73; }
    .p-search.childcare .p-search-form h3,
    .p-reSearch.childcare .p-search-form h3 {
      color: #d16d73; }
    .p-search.childcare .p-search-form .subTxt,
    .p-reSearch.childcare .p-search-form .subTxt {
      color: #ffa1a7; }
    .p-search.childcare .p-search-form-area .inputP::before, .p-search.childcare .p-search-form-organizer .inputP::before, .p-search.childcare .p-search-form-keyword .inputP::before,
    .p-reSearch.childcare .p-search-form-area .inputP::before,
    .p-reSearch.childcare .p-search-form-organizer .inputP::before,
    .p-reSearch.childcare .p-search-form-keyword .inputP::before {
      border-top: 8.7px solid #d16d73; }
    .p-search.childcare .p-search-form-area .inputP select, .p-search.childcare .p-search-form-organizer .inputP select, .p-search.childcare .p-search-form-keyword .inputP select,
    .p-reSearch.childcare .p-search-form-area .inputP select,
    .p-reSearch.childcare .p-search-form-organizer .inputP select,
    .p-reSearch.childcare .p-search-form-keyword .inputP select {
      color: #d16d73;
      border: 1px solid #d16d73; }
    .p-search.childcare .p-search-form-area .inputP input, .p-search.childcare .p-search-form-organizer .inputP input, .p-search.childcare .p-search-form-keyword .inputP input,
    .p-reSearch.childcare .p-search-form-area .inputP input,
    .p-reSearch.childcare .p-search-form-organizer .inputP input,
    .p-reSearch.childcare .p-search-form-keyword .inputP input {
      color: #d16d73;
      border: 1px solid #d16d73; }
      .p-search.childcare .p-search-form-area .inputP input::-webkit-input-placeholder, .p-search.childcare .p-search-form-organizer .inputP input::-webkit-input-placeholder, .p-search.childcare .p-search-form-keyword .inputP input::-webkit-input-placeholder,
      .p-reSearch.childcare .p-search-form-area .inputP input::-webkit-input-placeholder,
      .p-reSearch.childcare .p-search-form-organizer .inputP input::-webkit-input-placeholder,
      .p-reSearch.childcare .p-search-form-keyword .inputP input::-webkit-input-placeholder {
        color: #d16d73; }
      .p-search.childcare .p-search-form-area .inputP input:-ms-input-placeholder, .p-search.childcare .p-search-form-organizer .inputP input:-ms-input-placeholder, .p-search.childcare .p-search-form-keyword .inputP input:-ms-input-placeholder,
      .p-reSearch.childcare .p-search-form-area .inputP input:-ms-input-placeholder,
      .p-reSearch.childcare .p-search-form-organizer .inputP input:-ms-input-placeholder,
      .p-reSearch.childcare .p-search-form-keyword .inputP input:-ms-input-placeholder {
        color: #d16d73; }
      .p-search.childcare .p-search-form-area .inputP input::-ms-input-placeholder, .p-search.childcare .p-search-form-organizer .inputP input::-ms-input-placeholder, .p-search.childcare .p-search-form-keyword .inputP input::-ms-input-placeholder,
      .p-reSearch.childcare .p-search-form-area .inputP input::-ms-input-placeholder,
      .p-reSearch.childcare .p-search-form-organizer .inputP input::-ms-input-placeholder,
      .p-reSearch.childcare .p-search-form-keyword .inputP input::-ms-input-placeholder {
        color: #d16d73; }
      .p-search.childcare .p-search-form-area .inputP input::placeholder, .p-search.childcare .p-search-form-organizer .inputP input::placeholder, .p-search.childcare .p-search-form-keyword .inputP input::placeholder,
      .p-reSearch.childcare .p-search-form-area .inputP input::placeholder,
      .p-reSearch.childcare .p-search-form-organizer .inputP input::placeholder,
      .p-reSearch.childcare .p-search-form-keyword .inputP input::placeholder {
        color: #d16d73; }
    .p-search.childcare .p-search-form-area,
    .p-reSearch.childcare .p-search-form-area {
      width: 100%; }
    .p-search.childcare .p-search-form-more label,
    .p-reSearch.childcare .p-search-form-more label {
      border: 1px solid #d16d73;
      color: #d16d73; }
      .p-search.childcare .p-search-form-more label::before,
      .p-reSearch.childcare .p-search-form-more label::before {
        border-top: 8.7px solid #d16d73; }
    .p-search.childcare .p-search-form-content-cost-inner .inputP::before,
    .p-reSearch.childcare .p-search-form-content-cost-inner .inputP::before {
      border-top: 8.7px solid #d16d73; }
    .p-search.childcare .p-search-form-content-cost-inner .inputP select,
    .p-reSearch.childcare .p-search-form-content-cost-inner .inputP select {
      color: #d16d73;
      border: 1px solid #d16d73; }
    .p-search.childcare .p-search-form-content-cost-inner span,
    .p-reSearch.childcare .p-search-form-content-cost-inner span {
      color: #d16d73; }
    .p-search.childcare .p-search-form-content-checkWrap-category dl dt input, .p-search.childcare .p-search-form-content-checkWrap-requirement dl dt input,
    .p-reSearch.childcare .p-search-form-content-checkWrap-category dl dt input,
    .p-reSearch.childcare .p-search-form-content-checkWrap-requirement dl dt input {
      border: 1px solid #d16d73; }
      .p-search.childcare .p-search-form-content-checkWrap-category dl dt input::before, .p-search.childcare .p-search-form-content-checkWrap-requirement dl dt input::before,
      .p-reSearch.childcare .p-search-form-content-checkWrap-category dl dt input::before,
      .p-reSearch.childcare .p-search-form-content-checkWrap-requirement dl dt input::before {
        border-right: 0px solid #d16d73;
        border-bottom: 0px solid #d16d73; }
      .p-search.childcare .p-search-form-content-checkWrap-category dl dt input:checked::before, .p-search.childcare .p-search-form-content-checkWrap-requirement dl dt input:checked::before,
      .p-reSearch.childcare .p-search-form-content-checkWrap-category dl dt input:checked::before,
      .p-reSearch.childcare .p-search-form-content-checkWrap-requirement dl dt input:checked::before {
        -webkit-animation: checkFlagRed 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
        animation: checkFlagRed 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards; }
    .p-search.childcare .p-search-form-content-checkWrap-category dl dd label, .p-search.childcare .p-search-form-content-checkWrap-requirement dl dd label,
    .p-reSearch.childcare .p-search-form-content-checkWrap-category dl dd label,
    .p-reSearch.childcare .p-search-form-content-checkWrap-requirement dl dd label {
      color: #d16d73; }
    .p-search.childcare .p-search-form .submitBtn,
    .p-reSearch.childcare .p-search-form .submitBtn {
      background-color: #d16d73; }
    .p-search.childcare .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input,
    .p-reSearch.childcare .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input {
      border-color: #d16d73; }
      .p-search.childcare .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input::before,
      .p-reSearch.childcare .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input::before {
        border-color: #d16d73; }
    .p-search.childcare .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_label,
    .p-reSearch.childcare .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_label {
      color: #d16d73; }
    .p-search.childcare .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input,
    .p-reSearch.childcare .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input {
      border: 1px solid #d16d73; }
      .p-search.childcare .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input::before,
      .p-reSearch.childcare .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input::before {
        border-color: #d16d73; }
    .p-search.childcare .p-search-form-content-blk_wrap .p-search-form-content-blk dl dd label,
    .p-reSearch.childcare .p-search-form-content-blk_wrap .p-search-form-content-blk dl dd label {
      color: #d16d73; }
    .p-search.childcare .inputP:not(.no-arw)::before,
    .p-reSearch.childcare .inputP:not(.no-arw)::before {
      border-top: 8.7px solid #d16d73; }
    .p-search.childcare .inputP select,
    .p-reSearch.childcare .inputP select {
      color: #d16d73;
      border-color: #d16d73; }
    .p-search.childcare .inputP input,
    .p-reSearch.childcare .inputP input {
      color: #d16d73;
      border-color: #d16d73; }
      .p-search.childcare .inputP input::-webkit-input-placeholder,
      .p-reSearch.childcare .inputP input::-webkit-input-placeholder {
        color: #d16d73; }
      .p-search.childcare .inputP input:-ms-input-placeholder,
      .p-reSearch.childcare .inputP input:-ms-input-placeholder {
        color: #d16d73; }
      .p-search.childcare .inputP input::-ms-input-placeholder,
      .p-reSearch.childcare .inputP input::-ms-input-placeholder {
        color: #d16d73; }
      .p-search.childcare .inputP input::placeholder,
      .p-reSearch.childcare .inputP input::placeholder {
        color: #d16d73; }
  .p-search.handicapped,
  .p-reSearch.handicapped {
    background-color: #eafcf1; }
    .p-search.handicapped h2,
    .p-reSearch.handicapped h2 {
      color: #7bd09d; }
    .p-search.handicapped .p-search-form h3,
    .p-reSearch.handicapped .p-search-form h3 {
      color: #7bd09d; }
    .p-search.handicapped .p-search-form .subTxt,
    .p-reSearch.handicapped .p-search-form .subTxt {
      color: #a8e3c0; }
    .p-search.handicapped .p-search-form-area .inputP::before, .p-search.handicapped .p-search-form-organizer .inputP::before, .p-search.handicapped .p-search-form-keyword .inputP::before,
    .p-reSearch.handicapped .p-search-form-area .inputP::before,
    .p-reSearch.handicapped .p-search-form-organizer .inputP::before,
    .p-reSearch.handicapped .p-search-form-keyword .inputP::before {
      border-top: 8.7px solid #7bd09d; }
    .p-search.handicapped .p-search-form-area .inputP select, .p-search.handicapped .p-search-form-organizer .inputP select, .p-search.handicapped .p-search-form-keyword .inputP select,
    .p-reSearch.handicapped .p-search-form-area .inputP select,
    .p-reSearch.handicapped .p-search-form-organizer .inputP select,
    .p-reSearch.handicapped .p-search-form-keyword .inputP select {
      color: #7bd09d;
      border: 1px solid #7bd09d; }
    .p-search.handicapped .p-search-form-area .inputP input, .p-search.handicapped .p-search-form-organizer .inputP input, .p-search.handicapped .p-search-form-keyword .inputP input,
    .p-reSearch.handicapped .p-search-form-area .inputP input,
    .p-reSearch.handicapped .p-search-form-organizer .inputP input,
    .p-reSearch.handicapped .p-search-form-keyword .inputP input {
      color: #7bd09d;
      border: 1px solid #7bd09d; }
      .p-search.handicapped .p-search-form-area .inputP input::-webkit-input-placeholder, .p-search.handicapped .p-search-form-organizer .inputP input::-webkit-input-placeholder, .p-search.handicapped .p-search-form-keyword .inputP input::-webkit-input-placeholder,
      .p-reSearch.handicapped .p-search-form-area .inputP input::-webkit-input-placeholder,
      .p-reSearch.handicapped .p-search-form-organizer .inputP input::-webkit-input-placeholder,
      .p-reSearch.handicapped .p-search-form-keyword .inputP input::-webkit-input-placeholder {
        color: #7bd09d; }
      .p-search.handicapped .p-search-form-area .inputP input:-ms-input-placeholder, .p-search.handicapped .p-search-form-organizer .inputP input:-ms-input-placeholder, .p-search.handicapped .p-search-form-keyword .inputP input:-ms-input-placeholder,
      .p-reSearch.handicapped .p-search-form-area .inputP input:-ms-input-placeholder,
      .p-reSearch.handicapped .p-search-form-organizer .inputP input:-ms-input-placeholder,
      .p-reSearch.handicapped .p-search-form-keyword .inputP input:-ms-input-placeholder {
        color: #7bd09d; }
      .p-search.handicapped .p-search-form-area .inputP input::-ms-input-placeholder, .p-search.handicapped .p-search-form-organizer .inputP input::-ms-input-placeholder, .p-search.handicapped .p-search-form-keyword .inputP input::-ms-input-placeholder,
      .p-reSearch.handicapped .p-search-form-area .inputP input::-ms-input-placeholder,
      .p-reSearch.handicapped .p-search-form-organizer .inputP input::-ms-input-placeholder,
      .p-reSearch.handicapped .p-search-form-keyword .inputP input::-ms-input-placeholder {
        color: #7bd09d; }
      .p-search.handicapped .p-search-form-area .inputP input::placeholder, .p-search.handicapped .p-search-form-organizer .inputP input::placeholder, .p-search.handicapped .p-search-form-keyword .inputP input::placeholder,
      .p-reSearch.handicapped .p-search-form-area .inputP input::placeholder,
      .p-reSearch.handicapped .p-search-form-organizer .inputP input::placeholder,
      .p-reSearch.handicapped .p-search-form-keyword .inputP input::placeholder {
        color: #7bd09d; }
    .p-search.handicapped .p-search-form-area,
    .p-reSearch.handicapped .p-search-form-area {
      width: 100%; }
    .p-search.handicapped .p-search-form-more label,
    .p-reSearch.handicapped .p-search-form-more label {
      border: 1px solid #7bd09d;
      color: #7bd09d; }
      .p-search.handicapped .p-search-form-more label::before,
      .p-reSearch.handicapped .p-search-form-more label::before {
        border-top: 8.7px solid #7bd09d; }
    .p-search.handicapped .p-search-form-content-cost-inner .inputP::before,
    .p-reSearch.handicapped .p-search-form-content-cost-inner .inputP::before {
      border-top: 8.7px solid #7bd09d; }
    .p-search.handicapped .p-search-form-content-cost-inner .inputP select,
    .p-reSearch.handicapped .p-search-form-content-cost-inner .inputP select {
      color: #7bd09d;
      border: 1px solid #7bd09d; }
    .p-search.handicapped .p-search-form-content-cost-inner span,
    .p-reSearch.handicapped .p-search-form-content-cost-inner span {
      color: #7bd09d; }
    .p-search.handicapped .p-search-form-content-checkWrap-category dl dt input, .p-search.handicapped .p-search-form-content-checkWrap-requirement dl dt input,
    .p-reSearch.handicapped .p-search-form-content-checkWrap-category dl dt input,
    .p-reSearch.handicapped .p-search-form-content-checkWrap-requirement dl dt input {
      border: 1px solid #7bd09d; }
      .p-search.handicapped .p-search-form-content-checkWrap-category dl dt input::before, .p-search.handicapped .p-search-form-content-checkWrap-requirement dl dt input::before,
      .p-reSearch.handicapped .p-search-form-content-checkWrap-category dl dt input::before,
      .p-reSearch.handicapped .p-search-form-content-checkWrap-requirement dl dt input::before {
        border-right: 0px solid #7bd09d;
        border-bottom: 0px solid #7bd09d; }
      .p-search.handicapped .p-search-form-content-checkWrap-category dl dt input:checked::before, .p-search.handicapped .p-search-form-content-checkWrap-requirement dl dt input:checked::before,
      .p-reSearch.handicapped .p-search-form-content-checkWrap-category dl dt input:checked::before,
      .p-reSearch.handicapped .p-search-form-content-checkWrap-requirement dl dt input:checked::before {
        -webkit-animation: checkFlagGreen 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
        animation: checkFlagGreen 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards; }
    .p-search.handicapped .p-search-form-content-checkWrap-category dl dd label, .p-search.handicapped .p-search-form-content-checkWrap-requirement dl dd label,
    .p-reSearch.handicapped .p-search-form-content-checkWrap-category dl dd label,
    .p-reSearch.handicapped .p-search-form-content-checkWrap-requirement dl dd label {
      color: #7bd09d; }
    .p-search.handicapped .p-search-form .submitBtn,
    .p-reSearch.handicapped .p-search-form .submitBtn {
      background-color: #7bd09d; }
    .p-search.handicapped .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input,
    .p-reSearch.handicapped .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input {
      border-color: #7bd09d; }
      .p-search.handicapped .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input::before,
      .p-reSearch.handicapped .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input::before {
        border-color: #7bd09d; }
    .p-search.handicapped .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_label,
    .p-reSearch.handicapped .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_label {
      color: #7bd09d; }
    .p-search.handicapped .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input,
    .p-reSearch.handicapped .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input {
      border: 1px solid #7bd09d; }
      .p-search.handicapped .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input::before,
      .p-reSearch.handicapped .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input::before {
        border-color: #7bd09d; }
    .p-search.handicapped .p-search-form-content-blk_wrap .p-search-form-content-blk dl dd label,
    .p-reSearch.handicapped .p-search-form-content-blk_wrap .p-search-form-content-blk dl dd label {
      color: #7bd09d; }
    .p-search.handicapped .inputP:not(.no-arw)::before,
    .p-reSearch.handicapped .inputP:not(.no-arw)::before {
      border-top: 8.7px solid #7bd09d; }
    .p-search.handicapped .inputP select,
    .p-reSearch.handicapped .inputP select {
      color: #7bd09d;
      border-color: #7bd09d; }
    .p-search.handicapped .inputP input,
    .p-reSearch.handicapped .inputP input {
      color: #7bd09d;
      border-color: #7bd09d; }
      .p-search.handicapped .inputP input::-webkit-input-placeholder,
      .p-reSearch.handicapped .inputP input::-webkit-input-placeholder {
        color: #7bd09d; }
      .p-search.handicapped .inputP input:-ms-input-placeholder,
      .p-reSearch.handicapped .inputP input:-ms-input-placeholder {
        color: #7bd09d; }
      .p-search.handicapped .inputP input::-ms-input-placeholder,
      .p-reSearch.handicapped .inputP input::-ms-input-placeholder {
        color: #7bd09d; }
      .p-search.handicapped .inputP input::placeholder,
      .p-reSearch.handicapped .inputP input::placeholder {
        color: #7bd09d; }
  .p-search.recruit,
  .p-reSearch.recruit {
    background-color: #f3fffe; }
    .p-search.recruit h2,
    .p-reSearch.recruit h2 {
      color: #60abba; }
    .p-search.recruit .p-search-form h3,
    .p-reSearch.recruit .p-search-form h3 {
      color: #60abba; }
    .p-search.recruit .p-search-form .subTxt,
    .p-reSearch.recruit .p-search-form .subTxt {
      color: #60abba; }
    .p-search.recruit .p-search-form-area,
    .p-reSearch.recruit .p-search-form-area {
      width: 100%;
      margin-bottom: 30px; }
    .p-search.recruit .p-search-form-area .inputP input, .p-search.recruit .p-search-form-organizer .inputP input,
    .p-reSearch.recruit .p-search-form-area .inputP input,
    .p-reSearch.recruit .p-search-form-organizer .inputP input {
      margin-top: 5px; }
    .p-search.recruit .p-search-form-area .inputP::before, .p-search.recruit .p-search-form-organizer .inputP::before,
    .p-reSearch.recruit .p-search-form-area .inputP::before,
    .p-reSearch.recruit .p-search-form-organizer .inputP::before {
      border-top: 8.7px solid #60abba; }
    .p-search.recruit .p-search-form-area .inputP select, .p-search.recruit .p-search-form-organizer .inputP select,
    .p-reSearch.recruit .p-search-form-area .inputP select,
    .p-reSearch.recruit .p-search-form-organizer .inputP select {
      color: #60abba;
      border: 1px solid #73ccc3; }
    .p-search.recruit .p-search-form-keyword,
    .p-reSearch.recruit .p-search-form-keyword {
      width: 100%;
      margin-top: 0; }
      .p-search.recruit .p-search-form-keyword .inputP input,
      .p-reSearch.recruit .p-search-form-keyword .inputP input {
        color: #60abba;
        border: 1px solid #73ccc3; }
        .p-search.recruit .p-search-form-keyword .inputP input::-webkit-input-placeholder,
        .p-reSearch.recruit .p-search-form-keyword .inputP input::-webkit-input-placeholder {
          color: #60abba; }
        .p-search.recruit .p-search-form-keyword .inputP input:-ms-input-placeholder,
        .p-reSearch.recruit .p-search-form-keyword .inputP input:-ms-input-placeholder {
          color: #60abba; }
        .p-search.recruit .p-search-form-keyword .inputP input::-ms-input-placeholder,
        .p-reSearch.recruit .p-search-form-keyword .inputP input::-ms-input-placeholder {
          color: #60abba; }
        .p-search.recruit .p-search-form-keyword .inputP input::placeholder,
        .p-reSearch.recruit .p-search-form-keyword .inputP input::placeholder {
          color: #60abba; }
    .p-search.recruit .p-search-form-more label,
    .p-reSearch.recruit .p-search-form-more label {
      border: 1px solid #60abba;
      color: #60abba; }
      .p-search.recruit .p-search-form-more label::before,
      .p-reSearch.recruit .p-search-form-more label::before {
        border-top: 8.7px solid #60abba; }
    .p-search.recruit .p-search-form .submitBtn,
    .p-reSearch.recruit .p-search-form .submitBtn {
      background-color: #60abba; }
    .p-search.recruit .p-search-form .p-search-form-content-blk_wrap.p-search-job_detail,
    .p-reSearch.recruit .p-search-form .p-search-form-content-blk_wrap.p-search-job_detail {
      padding-top: 10px; }
    .p-search.recruit .p-search-form .p-search-form-content-blk_wrap .p-search-form-content-blk,
    .p-reSearch.recruit .p-search-form .p-search-form-content-blk_wrap .p-search-form-content-blk {
      margin-top: 15px; }
      .p-search.recruit .p-search-form .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input,
      .p-reSearch.recruit .p-search-form .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input {
        border-color: #60abba; }
        .p-search.recruit .p-search-form .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input::before,
        .p-reSearch.recruit .p-search-form .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_check input::before {
          border-color: #60abba; }
      .p-search.recruit .p-search-form .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_label,
      .p-reSearch.recruit .p-search-form .p-search-form-content-blk_wrap .p-search-form-content-blk .p-checkbox-list .p-checkbox-list_ul .p-checkbox-list_li .p-checkbox-list_label {
        color: #60abba; }
      .p-search.recruit .p-search-form .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input,
      .p-reSearch.recruit .p-search-form .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input {
        border: 1px solid #60abba; }
        .p-search.recruit .p-search-form .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input::before,
        .p-reSearch.recruit .p-search-form .p-search-form-content-blk_wrap .p-search-form-content-blk dl dt input::before {
          border-color: #60abba; }
      .p-search.recruit .p-search-form .p-search-form-content-blk_wrap .p-search-form-content-blk dl dd label,
      .p-reSearch.recruit .p-search-form .p-search-form-content-blk_wrap .p-search-form-content-blk dl dd label {
        color: #60abba; }
  .p-search-form,
  .p-reSearch-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 60px; }
    .p-search-form h3,
    .p-reSearch-form h3 {
      font-size: 2rem;
      letter-spacing: 0.1em; }
    .p-search-form .subTxt,
    .p-reSearch-form .subTxt {
      font-size: 1.4rem;
      letter-spacing: 0.1em;
      line-height: 1.3;
      margin-top: 10px; }
    .p-search-form-area, .p-search-form-organizer,
    .p-reSearch-form-area,
    .p-reSearch-form-organizer {
      width: calc(50% - 15px); }
      .p-search-form-area .inputP, .p-search-form-organizer .inputP,
      .p-reSearch-form-area .inputP,
      .p-reSearch-form-organizer .inputP {
        position: relative; }
        .p-search-form-area .inputP::before, .p-search-form-organizer .inputP::before,
        .p-reSearch-form-area .inputP::before,
        .p-reSearch-form-organizer .inputP::before {
          content: "";
          display: block;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          position: absolute;
          top: 50%;
          right: 15px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 2;
          pointer-events: none; }
        .p-search-form-area .inputP select, .p-search-form-organizer .inputP select,
        .p-reSearch-form-area .inputP select,
        .p-reSearch-form-organizer .inputP select {
          font-size: 1.6rem;
          width: 100%;
          height: 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-radius: 10px;
          background-color: #fff;
          cursor: pointer;
          padding: 0 20px;
          margin-top: 5px; }
          .p-search-form-area .inputP select:focus, .p-search-form-organizer .inputP select:focus,
          .p-reSearch-form-area .inputP select:focus,
          .p-reSearch-form-organizer .inputP select:focus {
            -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
    .p-search-form-keyword,
    .p-reSearch-form-keyword {
      width: calc(50% - 15px);
      margin-top: 40px; }
      .p-search-form-keyword .inputP input,
      .p-reSearch-form-keyword .inputP input {
        font-size: 1.6rem;
        width: 100%;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 10px;
        background-color: #fff;
        cursor: pointer;
        padding: 0 20px;
        margin-top: 15px; }
        .p-search-form-keyword .inputP input:focus,
        .p-reSearch-form-keyword .inputP input:focus {
          -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
        .p-search-form-keyword .inputP input::-webkit-input-placeholder,
        .p-reSearch-form-keyword .inputP input::-webkit-input-placeholder {
          font-size: 1.6rem; }
        .p-search-form-keyword .inputP input:-ms-input-placeholder,
        .p-reSearch-form-keyword .inputP input:-ms-input-placeholder {
          font-size: 1.6rem; }
        .p-search-form-keyword .inputP input::-ms-input-placeholder,
        .p-reSearch-form-keyword .inputP input::-ms-input-placeholder {
          font-size: 1.6rem; }
        .p-search-form-keyword .inputP input::placeholder,
        .p-reSearch-form-keyword .inputP input::placeholder {
          font-size: 1.6rem; }
    .p-search-form-more,
    .p-reSearch-form-more {
      width: calc(50% - 15px);
      width: 100%;
      margin-top: 20px; }
      .p-search-form-more input#searchMore,
      .p-reSearch-form-more input#searchMore {
        display: none; }
      .p-search-form-more input#searchMore:checked + label::before,
      .p-reSearch-form-more input#searchMore:checked + label::before {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
      .p-search-form-more label,
      .p-reSearch-form-more label {
        font-size: 1.6rem;
        width: 100%;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        border-radius: 10px;
        cursor: pointer; }
        .p-search-form-more label::before,
        .p-reSearch-form-more label::before {
          content: "";
          display: block;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          position: absolute;
          top: 50%;
          right: 15px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 2;
          pointer-events: none;
          -webkit-transition: -webkit-transform 0.2s;
          transition: -webkit-transform 0.2s;
          -o-transition: transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s; }
    .p-search-form-checkList,
    .p-reSearch-form-checkList {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-search-form-checkList-item,
      .p-reSearch-form-checkList-item {
        width: calc((100% - 200px) / 3);
        margin-top: 95px; }
        .p-search-form-checkList-item dl,
        .p-reSearch-form-checkList-item dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-top: 30px; }
          .p-search-form-checkList-item dl dt,
          .p-reSearch-form-checkList-item dl dt {
            width: 40px; }
            .p-search-form-checkList-item dl dt input,
            .p-reSearch-form-checkList-item dl dt input {
              width: 28px;
              height: 28px;
              border: 1px solid #60abba;
              background-color: #fff;
              position: relative; }
              .p-search-form-checkList-item dl dt input::before,
              .p-reSearch-form-checkList-item dl dt input::before {
                border-right: 0px solid #60abba;
                border-bottom: 0px solid #60abba;
                content: "";
                display: block;
                height: 20px;
                width: 8px;
                left: 7px;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-70%) rotate(45deg);
                -ms-transform: translateY(-70%) rotate(45deg);
                transform: translateY(-70%) rotate(45deg); }
              .p-search-form-checkList-item dl dt input:checked::before,
              .p-reSearch-form-checkList-item dl dt input:checked::before {
                -webkit-animation: checkFlagBlue 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
                animation: checkFlagBlue 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards; }
            .p-search-form-checkList-item dl dt:not(:first-of-type),
            .p-reSearch-form-checkList-item dl dt:not(:first-of-type) {
              margin-top: 10px; }
          .p-search-form-checkList-item dl dd,
          .p-reSearch-form-checkList-item dl dd {
            width: calc(100% - 40px); }
            .p-search-form-checkList-item dl dd label,
            .p-reSearch-form-checkList-item dl dd label {
              display: inline-block;
              font-size: 1.6rem;
              line-height: 36px;
              margin-top: -4px;
              cursor: pointer;
              color: #60abba; }
            .p-search-form-checkList-item dl dd:not(:first-of-type),
            .p-reSearch-form-checkList-item dl dd:not(:first-of-type) {
              margin-top: 10px; }
    .p-search-form-content,
    .p-reSearch-form-content {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: none; }
      .p-search-form-content.is-open,
      .p-reSearch-form-content.is-open {
        display: block; }
      .p-search-form-content-cost-inner,
      .p-reSearch-form-content-cost-inner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 5px; }
        .p-search-form-content-cost-inner .inputP,
        .p-reSearch-form-content-cost-inner .inputP {
          width: calc(50% - 22px);
          position: relative; }
          .p-search-form-content-cost-inner .inputP::before,
          .p-reSearch-form-content-cost-inner .inputP::before {
            content: "";
            display: block;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            position: absolute;
            top: 50%;
            right: 15px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 2;
            pointer-events: none; }
          .p-search-form-content-cost-inner .inputP select,
          .p-reSearch-form-content-cost-inner .inputP select {
            font-size: 1.6rem;
            width: 100%;
            height: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 10px;
            background-color: #fff;
            cursor: pointer;
            padding: 0 20px; }
            .p-search-form-content-cost-inner .inputP select:focus,
            .p-reSearch-form-content-cost-inner .inputP select:focus {
              -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
              box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
        .p-search-form-content-cost-inner span,
        .p-reSearch-form-content-cost-inner span {
          font-size: 1.6rem; }
      .p-search-form-content-checkWrap,
      .p-reSearch-form-content-checkWrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 60px;
        padding-bottom: 35px; }
        .p-search-form-content-checkWrap-requirement,
        .p-reSearch-form-content-checkWrap-requirement {
          margin-left: 95px; }
        .p-search-form-content-checkWrap-category, .p-search-form-content-checkWrap-requirement,
        .p-reSearch-form-content-checkWrap-category,
        .p-reSearch-form-content-checkWrap-requirement {
          width: 255px; }
          .p-search-form-content-checkWrap-category dl, .p-search-form-content-checkWrap-requirement dl,
          .p-reSearch-form-content-checkWrap-category dl,
          .p-reSearch-form-content-checkWrap-requirement dl {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: 30px; }
            .p-search-form-content-checkWrap-category dl dt, .p-search-form-content-checkWrap-requirement dl dt,
            .p-reSearch-form-content-checkWrap-category dl dt,
            .p-reSearch-form-content-checkWrap-requirement dl dt {
              width: 40px; }
              .p-search-form-content-checkWrap-category dl dt input, .p-search-form-content-checkWrap-requirement dl dt input,
              .p-reSearch-form-content-checkWrap-category dl dt input,
              .p-reSearch-form-content-checkWrap-requirement dl dt input {
                width: 28px;
                height: 28px;
                background-color: #fff;
                position: relative; }
                .p-search-form-content-checkWrap-category dl dt input::before, .p-search-form-content-checkWrap-requirement dl dt input::before,
                .p-reSearch-form-content-checkWrap-category dl dt input::before,
                .p-reSearch-form-content-checkWrap-requirement dl dt input::before {
                  content: "";
                  display: block;
                  height: 20px;
                  width: 8px;
                  left: 7px;
                  position: absolute;
                  top: 50%;
                  -webkit-transform: translateY(-70%) rotate(45deg);
                  -ms-transform: translateY(-70%) rotate(45deg);
                  transform: translateY(-70%) rotate(45deg); }
              .p-search-form-content-checkWrap-category dl dt:not(:first-of-type), .p-search-form-content-checkWrap-requirement dl dt:not(:first-of-type),
              .p-reSearch-form-content-checkWrap-category dl dt:not(:first-of-type),
              .p-reSearch-form-content-checkWrap-requirement dl dt:not(:first-of-type) {
                margin-top: 10px; }
            .p-search-form-content-checkWrap-category dl dd, .p-search-form-content-checkWrap-requirement dl dd,
            .p-reSearch-form-content-checkWrap-category dl dd,
            .p-reSearch-form-content-checkWrap-requirement dl dd {
              width: calc(100% - 40px); }
              .p-search-form-content-checkWrap-category dl dd label, .p-search-form-content-checkWrap-requirement dl dd label,
              .p-reSearch-form-content-checkWrap-category dl dd label,
              .p-reSearch-form-content-checkWrap-requirement dl dd label {
                display: inline-block;
                font-size: 1.6rem;
                line-height: 36px;
                margin-top: -4px;
                cursor: pointer; }
              .p-search-form-content-checkWrap-category dl dd:not(:first-of-type), .p-search-form-content-checkWrap-requirement dl dd:not(:first-of-type),
              .p-reSearch-form-content-checkWrap-category dl dd:not(:first-of-type),
              .p-reSearch-form-content-checkWrap-requirement dl dd:not(:first-of-type) {
                margin-top: 10px; }
    .p-search-form .submitBtn,
    .p-reSearch-form .submitBtn {
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      color: #ffffff;
      width: 100%;
      height: 60px;
      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;
      border-radius: 30px;
      margin-top: 65px;
      cursor: pointer; }

@media screen and (max-width: 960px) {
  .p-search-form h3 {
    font-size: 1.8rem; }
  .p-search-form-area, .p-search-form-organizer {
    width: calc(50% - 10px); }
    .p-search-form-area select, .p-search-form-organizer select {
      font-size: 1.5rem; }
  .p-search-form-keyword {
    width: calc(50% - 10px); }
    .p-search-form-keyword .inputP input {
      font-size: 1.5rem; }
      .p-search-form-keyword .inputP input::-webkit-input-placeholder {
        font-size: 1.5rem; }
      .p-search-form-keyword .inputP input:-ms-input-placeholder {
        font-size: 1.5rem; }
      .p-search-form-keyword .inputP input::-ms-input-placeholder {
        font-size: 1.5rem; }
      .p-search-form-keyword .inputP input::placeholder {
        font-size: 1.5rem; }
  .p-search-form-more label {
    font-size: 1.5rem; }
  .p-search-form-checkList-item {
    width: 30%;
    margin-top: 85px; }
    .p-search-form-checkList-item dl dd label {
      font-size: 1.5rem; }
  .p-search-form-content-cost-inner .inputP select {
    font-size: 1.5rem; }
  .p-search-form-content-cost-inner span {
    font-size: 1.5rem; }
  .p-search-form-content-checkWrap-category dl dd label, .p-search-form-content-checkWrap-requirement dl dd label {
    font-size: 1.5rem; }
  .p-search-form .submitBtn {
    font-size: 1.5rem; } }

@media screen and (max-width: 768px) {
  .p-search {
    padding-bottom: 65px; }
    .p-search.recruit .p-search-form .submitBtn {
      margin-top: 85px; }
    .p-search-form {
      padding-top: 45px; }
      .p-search-form h3 {
        font-size: 1.7rem; }
      .p-search-form-area, .p-search-form-organizer {
        width: calc(50% - 5px); }
        .p-search-form-area .inputP select, .p-search-form-organizer .inputP select {
          padding: 0 15px;
          height: 40px; }
      .p-search-form-keyword {
        width: calc(50% - 5px);
        margin-top: 30px; }
        .p-search-form-keyword .inputP input {
          padding: 0 15px;
          height: 40px; }
      .p-search-form-more label {
        height: 40px; }
      .p-search-form-checkList {
        -ms-flex-pack: distribute;
        justify-content: space-around; }
        .p-search-form-checkList-item {
          width: 45%;
          margin-top: 75px; }
          .p-search-form-checkList-item dl {
            margin-top: 20px; }
            .p-search-form-checkList-item dl dt {
              width: 38px; }
              .p-search-form-checkList-item dl dt input {
                width: 26px;
                height: 26px; }
            .p-search-form-checkList-item dl dd label {
              line-height: 34px; }
      .p-search-form-content-cost-inner .inputP {
        width: calc(50% - 15px); }
        .p-search-form-content-cost-inner .inputP select {
          padding: 0 15px;
          height: 40px; }
      .p-search-form-content-checkWrap {
        padding-top: 50px;
        padding-bottom: 30px; }
        .p-search-form-content-checkWrap-requirement {
          margin-left: 40px; }
        .p-search-form-content-checkWrap-category, .p-search-form-content-checkWrap-requirement {
          width: 245px; }
          .p-search-form-content-checkWrap-category dl, .p-search-form-content-checkWrap-requirement dl {
            margin-top: 20px; }
            .p-search-form-content-checkWrap-category dl dt, .p-search-form-content-checkWrap-requirement dl dt {
              width: 38px; }
              .p-search-form-content-checkWrap-category dl dt input, .p-search-form-content-checkWrap-requirement dl dt input {
                width: 26px;
                height: 26px; }
            .p-search-form-content-checkWrap-category dl dd label, .p-search-form-content-checkWrap-requirement dl dd label {
              line-height: 34px; }
      .p-search-form .submitBtn {
        height: 50px;
        border-radius: 27.5px;
        margin-top: 50px; } }

@media screen and (max-width: 560px) {
  .p-search {
    padding-bottom: 65px; }
    .p-search.recruit .p-search-form .submitBtn {
      margin-top: 70px; }
    .p-search-form {
      padding-top: 30px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-search-form h3 {
        font-size: 1.6rem; }
      .p-search-form .subTxt {
        font-size: 1.3rem; }
      .p-search-form-area, .p-search-form-organizer {
        width: 100%; }
        .p-search-form-area .inputP select, .p-search-form-organizer .inputP select {
          font-size: 1.4rem; }
      .p-search-form-organizer {
        margin-top: 25px; }
      .p-search-form-keyword {
        width: 100%;
        margin-top: 25px; }
        .p-search-form-keyword .inputP input {
          font-size: 1.4rem; }
      .p-search-form-more {
        width: 100%;
        margin-top: 25px; }
        .p-search-form-more label {
          font-size: 1.4rem; }
      .p-search-form-checkList-item {
        width: calc(50% - 10px);
        margin-top: 60px; }
        .p-search-form-checkList-item dl {
          margin-top: 15px; }
          .p-search-form-checkList-item dl dt {
            width: 31px; }
            .p-search-form-checkList-item dl dt input {
              width: 26px;
              height: 26px; }
          .p-search-form-checkList-item dl dd {
            width: calc(100% - 31px); }
            .p-search-form-checkList-item dl dd label {
              font-size: 1.4rem; }
      .p-search-form-content-cost {
        width: 100%; }
        .p-search-form-content-cost-inner .inputP select {
          font-size: 1.4rem; }
        .p-search-form-content-cost-inner .inputP span {
          font-size: 1.4rem; }
      .p-search-form-content-checkWrap {
        padding-top: 40px;
        padding-bottom: 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .p-search-form-content-checkWrap-requirement {
          margin-left: 0;
          width: 100%;
          margin-top: 25px; }
        .p-search-form-content-checkWrap-category {
          width: 100%; }
        .p-search-form-content-checkWrap-category dl, .p-search-form-content-checkWrap-requirement dl {
          margin-top: 15px; }
          .p-search-form-content-checkWrap-category dl dt, .p-search-form-content-checkWrap-requirement dl dt {
            width: 31px; }
            .p-search-form-content-checkWrap-category dl dt input, .p-search-form-content-checkWrap-requirement dl dt input {
              width: 26px;
              height: 26px; }
          .p-search-form-content-checkWrap-category dl dd, .p-search-form-content-checkWrap-requirement dl dd {
            width: calc(100% - 31px); }
            .p-search-form-content-checkWrap-category dl dd label, .p-search-form-content-checkWrap-requirement dl dd label {
              font-size: 1.4rem; }
      .p-search-form .submitBtn {
        font-size: 1.4rem;
        margin-top: 35px; } }

.p-contact {
  padding-top: 90px;
  padding-bottom: 115px; }
  .p-contact.nursingHome h2 {
    color: #ffa94c; }
  .p-contact.nursingHome .p-contact-form {
    background-color: #fff0df;
    margin-top: 60px; }
    .p-contact.nursingHome .p-contact-form-inner p:first-of-type::before, .p-contact.nursingHome .p-contact-form-inner p.arw::before {
      border-top: 12.12435px solid #ffa94c; }
    .p-contact.nursingHome .p-contact-form-inner p select {
      color: #f5c693; }
      .p-contact.nursingHome .p-contact-form-inner p select option {
        color: #f5c693; }
    .p-contact.nursingHome .p-contact-form-inner p input,
    .p-contact.nursingHome .p-contact-form-inner p textarea {
      color: #f5c693; }
      .p-contact.nursingHome .p-contact-form-inner p input::-webkit-input-placeholder,
      .p-contact.nursingHome .p-contact-form-inner p textarea::-webkit-input-placeholder {
        color: #f5c693; }
      .p-contact.nursingHome .p-contact-form-inner p input:-ms-input-placeholder,
      .p-contact.nursingHome .p-contact-form-inner p textarea:-ms-input-placeholder {
        color: #f5c693; }
      .p-contact.nursingHome .p-contact-form-inner p input::-ms-input-placeholder,
      .p-contact.nursingHome .p-contact-form-inner p textarea::-ms-input-placeholder {
        color: #f5c693; }
      .p-contact.nursingHome .p-contact-form-inner p input::placeholder,
      .p-contact.nursingHome .p-contact-form-inner p textarea::placeholder {
        color: #f5c693; }
    .p-contact.nursingHome .p-contact-form-inner input#submitBtn {
      background-color: #ffc281; }
  .p-contact.childcare h2 {
    color: #d16d73; }
  .p-contact.childcare .p-contact-form {
    background-color: #ffe0e2;
    margin-top: 60px; }
    .p-contact.childcare .p-contact-form-inner p:first-of-type::before, .p-contact.childcare .p-contact-form-inner p.arw::before {
      border-top: 12.12435px solid #d16d73; }
    .p-contact.childcare .p-contact-form-inner p select {
      color: #d16d73; }
      .p-contact.childcare .p-contact-form-inner p select option {
        color: #d16d73; }
    .p-contact.childcare .p-contact-form-inner p input,
    .p-contact.childcare .p-contact-form-inner p textarea {
      color: #d16d73; }
      .p-contact.childcare .p-contact-form-inner p input::-webkit-input-placeholder,
      .p-contact.childcare .p-contact-form-inner p textarea::-webkit-input-placeholder {
        color: #d16d73; }
      .p-contact.childcare .p-contact-form-inner p input:-ms-input-placeholder,
      .p-contact.childcare .p-contact-form-inner p textarea:-ms-input-placeholder {
        color: #d16d73; }
      .p-contact.childcare .p-contact-form-inner p input::-ms-input-placeholder,
      .p-contact.childcare .p-contact-form-inner p textarea::-ms-input-placeholder {
        color: #d16d73; }
      .p-contact.childcare .p-contact-form-inner p input::placeholder,
      .p-contact.childcare .p-contact-form-inner p textarea::placeholder {
        color: #d16d73; }
    .p-contact.childcare .p-contact-form-inner input#submitBtn {
      background-color: #d16d73; }
  .p-contact.handicapped h2 {
    color: #7bd09d; }
  .p-contact.handicapped .p-contact-form {
    background-color: #eafcf1;
    margin-top: 60px; }
    .p-contact.handicapped .p-contact-form-inner p:first-of-type::before, .p-contact.handicapped .p-contact-form-inner p.arw::before {
      border-top: 12.12435px solid #7bd09d; }
    .p-contact.handicapped .p-contact-form-inner p select {
      color: #7bd09d; }
      .p-contact.handicapped .p-contact-form-inner p select option {
        color: #7bd09d; }
    .p-contact.handicapped .p-contact-form-inner p input,
    .p-contact.handicapped .p-contact-form-inner p textarea {
      color: #7bd09d; }
      .p-contact.handicapped .p-contact-form-inner p input::-webkit-input-placeholder,
      .p-contact.handicapped .p-contact-form-inner p textarea::-webkit-input-placeholder {
        color: #7bd09d; }
      .p-contact.handicapped .p-contact-form-inner p input:-ms-input-placeholder,
      .p-contact.handicapped .p-contact-form-inner p textarea:-ms-input-placeholder {
        color: #7bd09d; }
      .p-contact.handicapped .p-contact-form-inner p input::-ms-input-placeholder,
      .p-contact.handicapped .p-contact-form-inner p textarea::-ms-input-placeholder {
        color: #7bd09d; }
      .p-contact.handicapped .p-contact-form-inner p input::placeholder,
      .p-contact.handicapped .p-contact-form-inner p textarea::placeholder {
        color: #7bd09d; }
    .p-contact.handicapped .p-contact-form-inner input#submitBtn {
      background-color: #83d5a4; }
  .p-contact.recruit {
    padding-top: 0;
    background-color: #fff; }
    .p-contact.recruit h2 {
      color: #60abba; }
    .p-contact.recruit .p-contact-form {
      background-color: #dff2f0;
      margin-top: 60px; }
      .p-contact.recruit .p-contact-form-inner .c-job-confirm-label::before,
      .p-contact.recruit .p-contact-form-inner .c-thank-txt::before {
        display: none; }
      .p-contact.recruit .p-contact-form-inner p:first-of-type::before, .p-contact.recruit .p-contact-form-inner p.arw::before {
        border-top: 12.12435px solid #60abba; }
      .p-contact.recruit .p-contact-form-inner p select {
        color: #60abba; }
        .p-contact.recruit .p-contact-form-inner p select option {
          color: #60abba; }
      .p-contact.recruit .p-contact-form-inner p input,
      .p-contact.recruit .p-contact-form-inner p textarea {
        color: #60abba; }
        .p-contact.recruit .p-contact-form-inner p input::-webkit-input-placeholder,
        .p-contact.recruit .p-contact-form-inner p textarea::-webkit-input-placeholder {
          color: #60abba; }
        .p-contact.recruit .p-contact-form-inner p input:-ms-input-placeholder,
        .p-contact.recruit .p-contact-form-inner p textarea:-ms-input-placeholder {
          color: #60abba; }
        .p-contact.recruit .p-contact-form-inner p input::-ms-input-placeholder,
        .p-contact.recruit .p-contact-form-inner p textarea::-ms-input-placeholder {
          color: #60abba; }
        .p-contact.recruit .p-contact-form-inner p input::placeholder,
        .p-contact.recruit .p-contact-form-inner p textarea::placeholder {
          color: #60abba; }
      .p-contact.recruit .p-contact-form-inner input#submitBtn {
        background-color: #60abba; }
  .p-contact h2 {
    text-align: center; }
  .p-contact-txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 15px; }
  .p-contact-form {
    width: 100%;
    background-color: #e7e7e7;
    border-radius: 14px;
    padding-top: 70px;
    padding-bottom: 80px;
    margin-top: 50px; }
    .p-contact-form-inner {
      width: 100%;
      max-width: 860px;
      padding: 0 20px;
      margin: 0 auto; }
      .p-contact-form-inner p:first-of-type, .p-contact-form-inner p.arw {
        position: relative; }
        .p-contact-form-inner p:first-of-type::before, .p-contact-form-inner p.arw::before {
          content: "";
          display: block;
          border-left: 7px solid transparent;
          border-top: 12.12435px solid #707070;
          border-right: 7px solid transparent;
          position: absolute;
          top: 50%;
          right: 30px;
          -webkit-transform: translate(-100%, -50%);
          -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
          z-index: 2;
          pointer-events: none; }
      .p-contact-form-inner p select {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        line-height: 1.3;
        color: #707070;
        width: 100%;
        border-radius: 30px;
        background-color: #fff;
        padding: 20px 30px;
        cursor: pointer; }
        .p-contact-form-inner p select:focus {
          -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
      .p-contact-form-inner p input {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        line-height: 1.3;
        display: block;
        width: 100%;
        border-radius: 30px;
        background-color: #fff;
        padding: 20px 30px;
        margin-top: 20px; }
        .p-contact-form-inner p input:focus {
          -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
      .p-contact-form-inner p textarea {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        line-height: 1.3;
        display: block;
        width: 100%;
        height: 300px;
        border-radius: 30px;
        background-color: #fff;
        padding: 20px 30px;
        margin-top: 20px; }
        .p-contact-form-inner p textarea:focus {
          -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
      .p-contact-form-inner input#submitBtn {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        line-height: 1.3;
        color: #ffffff;
        text-align: center;
        display: block;
        width: 100%;
        border-radius: 30px;
        background-color: #a6a6a6;
        padding: 20px 30px;
        margin-top: 20px; }

@media screen and (max-width: 960px) {
  .p-contact-form-inner {
    padding: 0 15px; }
    .p-contact-form-inner p input,
    .p-contact-form-inner p select,
    .p-contact-form-inner p textarea {
      font-size: 1.5rem; } }

@media screen and (max-width: 768px) {
  .p-contact {
    padding-top: 70px;
    padding-bottom: 85px; }
    .p-contact.nursingHome .p-contact-form {
      margin-top: 40px; }
      .p-contact.nursingHome .p-contact-form-inner p:first-of-type::before {
        border-top: 10.4px solid #ffa94c; }
    .p-contact.handicapped .p-contact-form {
      margin-top: 40px; }
      .p-contact.handicapped .p-contact-form-inner p:first-of-type::before {
        border-top: 10.4px solid #7bd09d; }
    .p-contact.recruit .p-contact-form {
      margin-top: 40px; }
      .p-contact.recruit .p-contact-form-inner p:first-of-type::before {
        border-top: 10.4px solid #60abba; }
    .p-contact-txt {
      font-size: 1.5rem; }
    .p-contact-form {
      padding-top: 50px;
      padding-bottom: 60px;
      margin-top: 40px; }
      .p-contact-form-inner p:first-of-type::before {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10.4px solid #707070; } }

@media screen and (max-width: 560px) {
  .p-contact {
    padding-top: 40px;
    padding-bottom: 50px; }
    .p-contact.nursingHome .p-contact-form {
      margin-top: 30px; }
      .p-contact.nursingHome .p-contact-form-inner p:first-of-type::before {
        border-top: 8.7px solid #ffa94c; }
    .p-contact.handicapped .p-contact-form {
      margin-top: 30px; }
      .p-contact.handicapped .p-contact-form-inner p:first-of-type::before {
        border-top: 8.7px solid #7bd09d; }
    .p-contact.recruit .p-contact-form {
      margin-top: 30px; }
      .p-contact.recruit .p-contact-form-inner p:first-of-type::before {
        border-top: 8.7px solid #60abba; }
    .p-contact-txt {
      font-size: 1.3rem; }
    .p-contact-form {
      padding-top: 40px;
      padding-bottom: 45px;
      margin-top: 30px; }
      .p-contact-form-inner {
        padding: 0 10px; }
        .p-contact-form-inner p:first-of-type::before {
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 8.7px solid #707070; }
        .p-contact-form-inner p input,
        .p-contact-form-inner p select,
        .p-contact-form-inner p textarea {
          font-size: 1.3rem; } }

.p-cSlide {
  padding-top: 5px;
  padding-bottom: 60px;
  overflow-x: hidden; }
  .p-cSlide.nursingHome h2 {
    color: #ffa94c; }
  .p-cSlide.nursingHome .p-cSlide-txt {
    color: #f5c592; }
  .p-cSlide.nursingHome .p-cSlide-more {
    color: #ffa94c;
    border: 3px solid #ffa94c; }
    .p-cSlide.nursingHome .p-cSlide-more::before {
      background-color: #ffa94c; }
    .p-cSlide.nursingHome .p-cSlide-more:hover {
      color: #ffffff; }
  .p-cSlide.nursingHome.pickup .l-container {
    position: relative; }
  .p-cSlide.nursingHome.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem::before {
    height: 220px;
    bottom: -25px; }
  .p-cSlide.nursingHome.pickup .swiper-button-prev {
    background-color: #fff0df; }
    .p-cSlide.nursingHome.pickup .swiper-button-prev::before {
      border-right: 12.12435px solid #ffa94c; }
  .p-cSlide.nursingHome.pickup .swiper-button-next {
    background-color: #fff0df; }
    .p-cSlide.nursingHome.pickup .swiper-button-next::before {
      border-left: 12.12435px solid #ffa94c; }
  .p-cSlide.nursingHome.comment {
    background-color: #fff0df; }
    .p-cSlide.nursingHome.comment .swiper-button-prev {
      background-color: #ffffff; }
      .p-cSlide.nursingHome.comment .swiper-button-prev::before {
        border-right: 12.12435px solid #ffa94c; }
    .p-cSlide.nursingHome.comment .swiper-button-next {
      background-color: #ffffff; }
      .p-cSlide.nursingHome.comment .swiper-button-next::before {
        border-left: 12.12435px solid #ffa94c; }
    .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide {
      width: calc(100% / 3) !important; }
      .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem {
        max-width: 280px !important;
        padding-left: 0;
        color: #ffa94c; }
    .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide-prev .c-facilityItem {
      margin: 0 auto 0 0; }
    .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide-active .c-facilityItem {
      margin: 0 auto; }
    .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide-next .c-facilityItem {
      margin: 0 0 0 auto; }
    .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide-next + .swiper-slide .c-facilityItem {
      margin: 0 0 0 auto; }
  .p-cSlide.nursingHome .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem-date {
    color: #f5c693 !important;
    background-image: url(../images/3x/icon-clockOrange@3x.png); }
  .p-cSlide.childcare h2 {
    color: #d16d73; }
  .p-cSlide.childcare .p-cSlide-txt {
    color: #ffa1a7; }
  .p-cSlide.childcare .p-cSlide-more {
    color: #d16d73;
    border: 3px solid #d16d73; }
    .p-cSlide.childcare .p-cSlide-more::before {
      background-color: #d16d73; }
    .p-cSlide.childcare .p-cSlide-more:hover {
      color: #ffffff; }
  .p-cSlide.childcare.pickup .l-container {
    position: relative; }
  .p-cSlide.childcare.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem::before {
    height: 220px;
    bottom: -25px; }
  .p-cSlide.childcare.pickup .swiper-button-prev {
    background-color: #ffe0e2; }
    .p-cSlide.childcare.pickup .swiper-button-prev::before {
      border-right: 12.12435px solid #d16d73; }
  .p-cSlide.childcare.pickup .swiper-button-next {
    background-color: #ffe0e2; }
    .p-cSlide.childcare.pickup .swiper-button-next::before {
      border-left: 12.12435px solid #d16d73; }
  .p-cSlide.childcare.comment {
    background-color: #ffe0e2; }
    .p-cSlide.childcare.comment .swiper-button-prev {
      background-color: #ffffff; }
      .p-cSlide.childcare.comment .swiper-button-prev::before {
        border-right: 12.12435px solid #d16d73; }
    .p-cSlide.childcare.comment .swiper-button-next {
      background-color: #ffffff; }
      .p-cSlide.childcare.comment .swiper-button-next::before {
        border-left: 12.12435px solid #d16d73; }
    .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide {
      width: calc(100% / 3) !important; }
      .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem {
        max-width: 280px !important;
        padding-left: 0;
        color: #d16d73; }
    .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide-prev .c-facilityItem {
      margin: 0 auto 0 0; }
    .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide-active .c-facilityItem {
      margin: 0 auto; }
    .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide-next .c-facilityItem {
      margin: 0 0 0 auto; }
    .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide-next + .swiper-slide .c-facilityItem {
      margin: 0 0 0 auto; }
  .p-cSlide.childcare .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem-date {
    color: #ffa1a7 !important;
    background-image: url(../images/3x/icon-clockRed@3x.png); }
  .p-cSlide.handicapped h2 {
    color: #7bd09d; }
  .p-cSlide.handicapped .p-cSlide-txt {
    color: #a8e3c0; }
  .p-cSlide.handicapped .p-cSlide-more {
    color: #7bd09d;
    border: 3px solid #7bd09d; }
    .p-cSlide.handicapped .p-cSlide-more::before {
      background-color: #7bd09d; }
    .p-cSlide.handicapped .p-cSlide-more:hover {
      color: #ffffff; }
  .p-cSlide.handicapped.pickup .l-container {
    position: relative; }
  .p-cSlide.handicapped.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem::before {
    height: 220px;
    bottom: -25px; }
  .p-cSlide.handicapped.pickup .swiper-button-prev {
    background-color: #eafcf1; }
    .p-cSlide.handicapped.pickup .swiper-button-prev::before {
      border-right: 12.12435px solid #7bd09d; }
  .p-cSlide.handicapped.pickup .swiper-button-next {
    background-color: #eafcf1; }
    .p-cSlide.handicapped.pickup .swiper-button-next::before {
      border-left: 12.12435px solid #7bd09d; }
  .p-cSlide.handicapped.comment {
    background-color: #eafcf1; }
    .p-cSlide.handicapped.comment .swiper-button-prev {
      background-color: #ffffff; }
      .p-cSlide.handicapped.comment .swiper-button-prev::before {
        border-right: 12.12435px solid #7bd09d; }
    .p-cSlide.handicapped.comment .swiper-button-next {
      background-color: #ffffff; }
      .p-cSlide.handicapped.comment .swiper-button-next::before {
        border-left: 12.12435px solid #7bd09d; }
    .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide {
      width: calc(100% / 3) !important; }
      .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem {
        max-width: 280px !important;
        padding-left: 0;
        color: #83d5a4; }
        .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem-date {
          color: #a8e3c0; }
    .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide-prev .c-facilityItem {
      margin: 0 auto 0 0; }
    .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide-active .c-facilityItem {
      margin: 0 auto; }
    .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide-next .c-facilityItem {
      margin: 0 0 0 auto; }
    .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide-next + .swiper-slide .c-facilityItem {
      margin: 0 0 0 auto; }
  .p-cSlide.handicapped .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem-date {
    color: #a8e3c0 !important;
    background-image: url(../images/3x/icon-clockGreen@3x.png); }
  .p-cSlide-txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-top: 15px;
    margin-bottom: 60px; }
  .p-cSlide-more {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    width: 285px;
    height: 60px;
    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;
    border-radius: 30px;
    position: absolute;
    right: 20px;
    top: 15px; }
    .p-cSlide-more::before {
      width: calc(100% + 3px) !important;
      height: calc(100% + 3px) !important;
      border-radius: 30px; }
  .p-cSlide .swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    top: -45px !important;
    left: 50% !important;
    margin-top: 0 !important;
    border-radius: 50%;
    -webkit-transform: translate(calc(-50% - 10px), -100%);
    -ms-transform: translate(calc(-50% - 10px), -100%);
    transform: translate(calc(-50% - 10px), -100%);
    background-color: #707070; }
    .p-cSlide .swiper-button-prev::before {
      content: "";
      display: block;
      border-top: 7px solid transparent;
      border-right: 12.12435px solid #ffffff;
      border-bottom: 7px solid transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
    .p-cSlide .swiper-button-prev::after {
      display: none; }
    .p-cSlide .swiper-button-prev:hover {
      opacity: 0.8; }
  .p-cSlide .swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    top: -45px !important;
    left: 50% !important;
    margin-top: 0 !important;
    border-radius: 50%;
    -webkit-transform: translate(calc(50% + 10px), -100%);
    -ms-transform: translate(calc(50% + 10px), -100%);
    transform: translate(calc(50% + 10px), -100%);
    background-color: #707070; }
    .p-cSlide .swiper-button-next::before {
      content: "";
      display: block;
      border-top: 7px solid transparent;
      border-left: 12.12435px solid #ffffff;
      border-bottom: 7px solid transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
    .p-cSlide .swiper-button-next::after {
      display: none; }
    .p-cSlide .swiper-button-next:hover {
      opacity: 0.8; }
  .p-cSlide .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem-date {
    background-size: contain; }

@media screen and (max-width: 960px) {
  .p-cSlide.nursingHome.pickup, .p-cSlide.handicapped.pickup, .p-cSlide.childcare.pickup {
    position: relative;
    padding-bottom: 110px; }
    .p-cSlide.nursingHome.pickup .l-container, .p-cSlide.handicapped.pickup .l-container, .p-cSlide.childcare.pickup .l-container {
      position: static; }
    .p-cSlide.nursingHome.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem::before, .p-cSlide.handicapped.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem::before, .p-cSlide.childcare.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem::before {
      height: 210px; }
  .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem, .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem, .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem {
    width: calc(100% - 15px); }
  .p-cSlide-more {
    font-size: 1.5rem;
    width: 275px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .p-cSlide .swiper-button-prev,
  .p-cSlide .swiper-button-next {
    width: 55px !important;
    height: 55px !important; } }

@media screen and (max-width: 768px) {
  .p-cSlide {
    padding-top: 20px;
    padding-bottom: 60px; }
    .p-cSlide.nursingHome.pickup, .p-cSlide.handicapped.pickup, .p-cSlide.childcare.pickup {
      padding-bottom: 100px; }
      .p-cSlide.nursingHome.pickup .swiper-container .swiper-wrapper .swiper-slide, .p-cSlide.handicapped.pickup .swiper-container .swiper-wrapper .swiper-slide, .p-cSlide.childcare.pickup .swiper-container .swiper-wrapper .swiper-slide {
        padding-right: 15px; }
        .p-cSlide.nursingHome.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem, .p-cSlide.handicapped.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem, .p-cSlide.childcare.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem {
          width: 100%;
          padding-left: 15px; }
          .p-cSlide.nursingHome.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem::before, .p-cSlide.handicapped.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem::before, .p-cSlide.childcare.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem::before {
            height: 220px; }
    .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide, .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide, .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide {
      width: 50% !important;
      padding: 0 17px; }
      .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem, .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem, .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem {
        width: 100%;
        max-width: none !important; }
    .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide-prev .c-facilityItem, .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide-prev .c-facilityItem, .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide-prev .c-facilityItem {
      margin: 0; }
    .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide-active, .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide-active, .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide-active {
      padding-left: 0;
      padding-right: 10px; }
      .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide-active .c-facilityItem, .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide-active .c-facilityItem, .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide-active .c-facilityItem {
        margin: 0; }
    .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide-next, .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide-next, .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide-next {
      padding-right: 0;
      padding-left: 10px; }
      .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide-next .c-facilityItem, .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide-next .c-facilityItem, .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide-next .c-facilityItem {
        margin: 0; }
    .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide-next + .swiper-slide .c-facilityItem, .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide-next + .swiper-slide .c-facilityItem, .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide-next + .swiper-slide .c-facilityItem {
      margin: 0; }
    .p-cSlide.nursingHome .swiper-container, .p-cSlide.handicapped .swiper-container, .p-cSlide.childcare .swiper-container {
      padding: 0 15px !important; }
      .p-cSlide.nursingHome .swiper-container .swiper-slide, .p-cSlide.handicapped .swiper-container .swiper-slide, .p-cSlide.childcare .swiper-container .swiper-slide {
        padding-right: 20px; }
        .p-cSlide.nursingHome .swiper-container .swiper-slide .c-facilityItem, .p-cSlide.handicapped .swiper-container .swiper-slide .c-facilityItem, .p-cSlide.childcare .swiper-container .swiper-slide .c-facilityItem {
          max-width: none !important; }
    .p-cSlide-more {
      width: 245px;
      height: 50px;
      border-radius: 25px; }
    .p-cSlide-txt {
      font-size: 1.5rem;
      margin-bottom: 45px; }
    .p-cSlide .swiper-button-prev {
      width: 50px !important;
      height: 50px !important;
      top: -30px !important;
      -webkit-transform: translate(calc(-50% - 6px), -100%);
      -ms-transform: translate(calc(-50% - 6px), -100%);
      transform: translate(calc(-50% - 6px), -100%); }
      .p-cSlide .swiper-button-prev::before {
        border-top: 6px solid transparent;
        border-right: 10.4px solid #ffffff;
        border-bottom: 6px solid transparent; }
    .p-cSlide .swiper-button-next {
      width: 50px !important;
      height: 50px !important;
      top: -30px !important;
      -webkit-transform: translate(calc(50% + 6px), -100%);
      -ms-transform: translate(calc(50% + 6px), -100%);
      transform: translate(calc(50% + 6px), -100%); }
      .p-cSlide .swiper-button-next::before {
        border-top: 6px solid transparent;
        border-left: 10.4px solid #ffffff;
        border-bottom: 6px solid transparent; } }

@media screen and (max-width: 560px) {
  .p-cSlide {
    padding-bottom: 45px; }
    .p-cSlide.nursingHome.pickup .swiper-container, .p-cSlide.handicapped.pickup .swiper-container, .p-cSlide.childcare.pickup .swiper-container {
      padding: 0 10px !important; }
      .p-cSlide.nursingHome.pickup .swiper-container .swiper-wrapper .swiper-slide, .p-cSlide.handicapped.pickup .swiper-container .swiper-wrapper .swiper-slide, .p-cSlide.childcare.pickup .swiper-container .swiper-wrapper .swiper-slide {
        padding: 0 10px; }
        .p-cSlide.nursingHome.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem, .p-cSlide.handicapped.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem, .p-cSlide.childcare.pickup .swiper-container .swiper-wrapper .swiper-slide .c-facilityItem {
          padding-left: 10px; }
    .p-cSlide.nursingHome.comment .swiper-container, .p-cSlide.handicapped.comment .swiper-container, .p-cSlide.childcare.comment .swiper-container {
      padding: 0 10px !important; }
      .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide, .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide, .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide {
        width: 100% !important; }
      .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide-prev, .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide-prev, .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide-prev {
        padding-left: 0;
        padding-right: 20px; }
      .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide-active, .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide-active, .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide-active {
        padding: 0 10px; }
      .p-cSlide.nursingHome.comment .swiper-container .swiper-wrapper .swiper-slide-next, .p-cSlide.handicapped.comment .swiper-container .swiper-wrapper .swiper-slide-next, .p-cSlide.childcare.comment .swiper-container .swiper-wrapper .swiper-slide-next {
        padding-left: 20px;
        padding-right: 0; }
    .p-cSlide-more {
      font-size: 1.4rem;
      width: 240px;
      height: 45px;
      border-radius: 22.5px; }
    .p-cSlide-txt {
      font-size: 1.3rem;
      margin-bottom: 35px; }
    .p-cSlide .swiper-container {
      padding: 0 !important; }
      .p-cSlide .swiper-container .swiper-slide {
        padding: 0 10px; }
    .p-cSlide .swiper-button-prev,
    .p-cSlide .swiper-button-next {
      display: none; } }

.p-cRecruit {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px; }
  .p-cRecruit.nursingHome {
    background-color: #fff0df; }
  .p-cRecruit.childcare {
    background-color: #ffe0e2; }
  .p-cRecruit.handicapped {
    background-color: #eafcf1; }
  .p-cRecruit-btn {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    color: #ffffff;
    width: 100%;
    height: 170px;
    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;
    background-color: #73ccde;
    border-radius: 20px;
    position: relative;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
    margin-top: 60px; }
    .p-cRecruit-btn:hover {
      opacity: 0.7; }
    .p-cRecruit-btn img {
      width: 100px;
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -77%);
      -ms-transform: translate(-50%, -77%);
      transform: translate(-50%, -77%); }

@media screen and (max-width: 960px) {
  .p-cRecruit-btn {
    font-size: 2.2rem; } }

@media screen and (max-width: 768px) {
  .p-cRecruit {
    padding-top: 75px;
    padding-bottom: 45px; }
    .p-cRecruit-btn {
      font-size: 2rem;
      height: 150px;
      margin-top: 50px; }
      .p-cRecruit-btn img {
        width: 85px; } }

@media screen and (max-width: 560px) {
  .p-cRecruit {
    padding-top: 70px;
    padding-bottom: 45px; }
    .p-cRecruit-btn {
      font-size: 1.7rem;
      height: 135px;
      margin-top: 45px; }
      .p-cRecruit-btn img {
        width: 75px; } }

.p-reSearch.nursingHome .p-reSearch-btn-txt {
  color: #ffa94c; }

.p-reSearch.nursingHome .p-reSearch-btn span {
  background-color: #ffa94c; }

.p-reSearch.nursingHome .p-reSearch-content-form {
  border-color: #ffa94c; }
  .p-reSearch.nursingHome .p-reSearch-content-form h3 {
    color: #ffa94c; }
  .p-reSearch.nursingHome .p-reSearch-content-form .subTxt {
    color: #f5c693; }
  .p-reSearch.nursingHome .p-reSearch-content-form-area .inputP::before, .p-reSearch.nursingHome .p-reSearch-content-form-keyword .inputP::before {
    border-color: #ffa94c; }
  .p-reSearch.nursingHome .p-reSearch-content-form-area .inputP select, .p-reSearch.nursingHome .p-reSearch-content-form-keyword .inputP select {
    color: #ffa94c;
    border-color: #ffd0a3; }
  .p-reSearch.nursingHome .p-reSearch-content-form-area .inputP input, .p-reSearch.nursingHome .p-reSearch-content-form-keyword .inputP input {
    color: #ffa94c;
    border-color: #ffd0a3; }
    .p-reSearch.nursingHome .p-reSearch-content-form-area .inputP input::-webkit-input-placeholder, .p-reSearch.nursingHome .p-reSearch-content-form-keyword .inputP input::-webkit-input-placeholder {
      color: #ffa94c; }
    .p-reSearch.nursingHome .p-reSearch-content-form-area .inputP input:-ms-input-placeholder, .p-reSearch.nursingHome .p-reSearch-content-form-keyword .inputP input:-ms-input-placeholder {
      color: #ffa94c; }
    .p-reSearch.nursingHome .p-reSearch-content-form-area .inputP input::-ms-input-placeholder, .p-reSearch.nursingHome .p-reSearch-content-form-keyword .inputP input::-ms-input-placeholder {
      color: #ffa94c; }
    .p-reSearch.nursingHome .p-reSearch-content-form-area .inputP input::placeholder, .p-reSearch.nursingHome .p-reSearch-content-form-keyword .inputP input::placeholder {
      color: #ffa94c; }
  .p-reSearch.nursingHome .p-reSearch-content-form-cost-inner .inputP::before, .p-reSearch.nursingHome .p-reSearch-content-form-station-inner .inputP::before {
    border-color: #ffa94c; }
  .p-reSearch.nursingHome .p-reSearch-content-form-cost-inner .inputP select, .p-reSearch.nursingHome .p-reSearch-content-form-station-inner .inputP select {
    color: #ffa94c;
    border-color: #ffd0a3; }
  .p-reSearch.nursingHome .p-reSearch-content-form-cost-inner span, .p-reSearch.nursingHome .p-reSearch-content-form-station-inner span {
    color: #ffa94c; }
  .p-reSearch.nursingHome .p-reSearch-content-form-checkWrap-category dl dt input, .p-reSearch.nursingHome .p-reSearch-content-form-checkWrap-requirement dl dt input {
    border-color: #ffd0a3; }
    .p-reSearch.nursingHome .p-reSearch-content-form-checkWrap-category dl dt input::before, .p-reSearch.nursingHome .p-reSearch-content-form-checkWrap-requirement dl dt input::before {
      border-color: #ffa94c; }
    .p-reSearch.nursingHome .p-reSearch-content-form-checkWrap-category dl dt input:checked::before, .p-reSearch.nursingHome .p-reSearch-content-form-checkWrap-requirement dl dt input:checked::before {
      -webkit-animation: checkFlagOrange 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
      animation: checkFlagOrange 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards; }
  .p-reSearch.nursingHome .p-reSearch-content-form-checkWrap-category dl dd label, .p-reSearch.nursingHome .p-reSearch-content-form-checkWrap-requirement dl dd label {
    color: #ffa94c; }
  .p-reSearch.nursingHome .p-reSearch-content-form .submitBtn {
    background-color: #ffa94c; }

.p-reSearch.childcare .p-reSearch-btn-txt {
  color: #d16d73; }

.p-reSearch.childcare .p-reSearch-btn span {
  background-color: #d16d73; }

.p-reSearch.childcare .p-reSearch-content-form {
  border-color: #d16d73; }
  .p-reSearch.childcare .p-reSearch-content-form h3 {
    color: #d16d73; }
  .p-reSearch.childcare .p-reSearch-content-form .subTxt {
    color: #d16d73; }
  .p-reSearch.childcare .p-reSearch-content-form-area .inputP::before, .p-reSearch.childcare .p-reSearch-content-form-keyword .inputP::before {
    border-color: #d16d73; }
  .p-reSearch.childcare .p-reSearch-content-form-area .inputP select, .p-reSearch.childcare .p-reSearch-content-form-keyword .inputP select {
    color: #d16d73;
    border-color: #d16d73; }
  .p-reSearch.childcare .p-reSearch-content-form-area .inputP input, .p-reSearch.childcare .p-reSearch-content-form-keyword .inputP input {
    color: #d16d73;
    border-color: #d16d73; }
    .p-reSearch.childcare .p-reSearch-content-form-area .inputP input::-webkit-input-placeholder, .p-reSearch.childcare .p-reSearch-content-form-keyword .inputP input::-webkit-input-placeholder {
      color: #d16d73; }
    .p-reSearch.childcare .p-reSearch-content-form-area .inputP input:-ms-input-placeholder, .p-reSearch.childcare .p-reSearch-content-form-keyword .inputP input:-ms-input-placeholder {
      color: #d16d73; }
    .p-reSearch.childcare .p-reSearch-content-form-area .inputP input::-ms-input-placeholder, .p-reSearch.childcare .p-reSearch-content-form-keyword .inputP input::-ms-input-placeholder {
      color: #d16d73; }
    .p-reSearch.childcare .p-reSearch-content-form-area .inputP input::placeholder, .p-reSearch.childcare .p-reSearch-content-form-keyword .inputP input::placeholder {
      color: #d16d73; }
  .p-reSearch.childcare .p-reSearch-content-form-cost-inner .inputP::before, .p-reSearch.childcare .p-reSearch-content-form-station-inner .inputP::before {
    border-color: #d16d73; }
  .p-reSearch.childcare .p-reSearch-content-form-cost-inner .inputP select, .p-reSearch.childcare .p-reSearch-content-form-station-inner .inputP select {
    color: #d16d73;
    border-color: #d16d73; }
  .p-reSearch.childcare .p-reSearch-content-form-cost-inner span, .p-reSearch.childcare .p-reSearch-content-form-station-inner span {
    color: #d16d73; }
  .p-reSearch.childcare .p-reSearch-content-form-checkWrap-category dl dt input, .p-reSearch.childcare .p-reSearch-content-form-checkWrap-requirement dl dt input {
    border: 1px solid #d16d73; }
    .p-reSearch.childcare .p-reSearch-content-form-checkWrap-category dl dt input::before, .p-reSearch.childcare .p-reSearch-content-form-checkWrap-requirement dl dt input::before {
      border-color: #d16d73; }
    .p-reSearch.childcare .p-reSearch-content-form-checkWrap-category dl dt input:checked::before, .p-reSearch.childcare .p-reSearch-content-form-checkWrap-requirement dl dt input:checked::before {
      -webkit-animation: checkFlagRed 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
      animation: checkFlagRed 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards; }
  .p-reSearch.childcare .p-reSearch-content-form-checkWrap-category dl dd label, .p-reSearch.childcare .p-reSearch-content-form-checkWrap-requirement dl dd label {
    color: #d16d73; }
  .p-reSearch.childcare .p-reSearch-content-form .submitBtn {
    background-color: #d16d73; }

.p-reSearch.handicapped .p-reSearch-btn-txt {
  color: #7bd09d; }

.p-reSearch.handicapped .p-reSearch-btn span {
  background-color: #7bd09d; }

.p-reSearch.handicapped .p-reSearch-content-form {
  border-color: #7bd09d; }
  .p-reSearch.handicapped .p-reSearch-content-form h3 {
    color: #7bd09d; }
  .p-reSearch.handicapped .p-reSearch-content-form .subTxt {
    color: #7bd09d; }
  .p-reSearch.handicapped .p-reSearch-content-form-area .inputP::before, .p-reSearch.handicapped .p-reSearch-content-form-keyword .inputP::before {
    border-color: #7bd09d; }
  .p-reSearch.handicapped .p-reSearch-content-form-area .inputP select, .p-reSearch.handicapped .p-reSearch-content-form-keyword .inputP select {
    color: #7bd09d;
    border-color: #7bd09d; }
  .p-reSearch.handicapped .p-reSearch-content-form-area .inputP input, .p-reSearch.handicapped .p-reSearch-content-form-keyword .inputP input {
    color: #7bd09d;
    border-color: #7bd09d; }
    .p-reSearch.handicapped .p-reSearch-content-form-area .inputP input::-webkit-input-placeholder, .p-reSearch.handicapped .p-reSearch-content-form-keyword .inputP input::-webkit-input-placeholder {
      color: #7bd09d; }
    .p-reSearch.handicapped .p-reSearch-content-form-area .inputP input:-ms-input-placeholder, .p-reSearch.handicapped .p-reSearch-content-form-keyword .inputP input:-ms-input-placeholder {
      color: #7bd09d; }
    .p-reSearch.handicapped .p-reSearch-content-form-area .inputP input::-ms-input-placeholder, .p-reSearch.handicapped .p-reSearch-content-form-keyword .inputP input::-ms-input-placeholder {
      color: #7bd09d; }
    .p-reSearch.handicapped .p-reSearch-content-form-area .inputP input::placeholder, .p-reSearch.handicapped .p-reSearch-content-form-keyword .inputP input::placeholder {
      color: #7bd09d; }
  .p-reSearch.handicapped .p-reSearch-content-form-cost-inner .inputP::before, .p-reSearch.handicapped .p-reSearch-content-form-station-inner .inputP::before {
    border-color: #7bd09d; }
  .p-reSearch.handicapped .p-reSearch-content-form-cost-inner .inputP select, .p-reSearch.handicapped .p-reSearch-content-form-station-inner .inputP select {
    color: #7bd09d;
    border-color: #7bd09d; }
  .p-reSearch.handicapped .p-reSearch-content-form-cost-inner span, .p-reSearch.handicapped .p-reSearch-content-form-station-inner span {
    color: #7bd09d; }
  .p-reSearch.handicapped .p-reSearch-content-form-checkWrap-category dl dt input, .p-reSearch.handicapped .p-reSearch-content-form-checkWrap-requirement dl dt input {
    border-color: #7bd09d; }
    .p-reSearch.handicapped .p-reSearch-content-form-checkWrap-category dl dt input::before, .p-reSearch.handicapped .p-reSearch-content-form-checkWrap-requirement dl dt input::before {
      border-color: #7bd09d; }
    .p-reSearch.handicapped .p-reSearch-content-form-checkWrap-category dl dt input:checked::before, .p-reSearch.handicapped .p-reSearch-content-form-checkWrap-requirement dl dt input:checked::before {
      -webkit-animation: checkFlagGreen 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
      animation: checkFlagGreen 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards; }
  .p-reSearch.handicapped .p-reSearch-content-form-checkWrap-category dl dd label, .p-reSearch.handicapped .p-reSearch-content-form-checkWrap-requirement dl dd label {
    color: #7bd09d; }
  .p-reSearch.handicapped .p-reSearch-content-form .submitBtn {
    background-color: #7bd09d; }

.p-reSearch.recruit {
  position: relative;
  margin-top: 15px; }
  .p-reSearch.recruit::before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #f3fffe; }
  .p-reSearch.recruit .p-reSearch-btn {
    background-color: #60abba; }
    .p-reSearch.recruit .p-reSearch-btn-txt {
      color: #ffffff; }
    .p-reSearch.recruit .p-reSearch-btn span {
      background-color: #ffffff; }
      .p-reSearch.recruit .p-reSearch-btn span::before {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 12.12435px solid #60abba; }
  .p-reSearch.recruit .p-reSearch-content-form {
    border-top: none; }
    .p-reSearch.recruit .p-reSearch-content-form h3 {
      color: #60abba; }
    .p-reSearch.recruit .p-reSearch-content-form .subTxt {
      color: #60abba; }
    .p-reSearch.recruit .p-reSearch-content-form-area .inputP::before, .p-reSearch.recruit .p-reSearch-content-form-keyword .inputP::before {
      border-color: #60abba; }
    .p-reSearch.recruit .p-reSearch-content-form-area .inputP select, .p-reSearch.recruit .p-reSearch-content-form-keyword .inputP select {
      color: #60abba;
      border-color: #73ccc3; }
    .p-reSearch.recruit .p-reSearch-content-form-area .inputP input, .p-reSearch.recruit .p-reSearch-content-form-keyword .inputP input {
      color: #60abba;
      border-color: #73ccc3; }
      .p-reSearch.recruit .p-reSearch-content-form-area .inputP input::-webkit-input-placeholder, .p-reSearch.recruit .p-reSearch-content-form-keyword .inputP input::-webkit-input-placeholder {
        color: #60abba; }
      .p-reSearch.recruit .p-reSearch-content-form-area .inputP input:-ms-input-placeholder, .p-reSearch.recruit .p-reSearch-content-form-keyword .inputP input:-ms-input-placeholder {
        color: #60abba; }
      .p-reSearch.recruit .p-reSearch-content-form-area .inputP input::-ms-input-placeholder, .p-reSearch.recruit .p-reSearch-content-form-keyword .inputP input::-ms-input-placeholder {
        color: #60abba; }
      .p-reSearch.recruit .p-reSearch-content-form-area .inputP input::placeholder, .p-reSearch.recruit .p-reSearch-content-form-keyword .inputP input::placeholder {
        color: #60abba; }
    .p-reSearch.recruit .p-reSearch-content-form-cost-inner .inputP::before, .p-reSearch.recruit .p-reSearch-content-form-station-inner .inputP::before {
      border-color: #60abba; }
    .p-reSearch.recruit .p-reSearch-content-form-cost-inner .inputP select, .p-reSearch.recruit .p-reSearch-content-form-station-inner .inputP select {
      color: #60abba;
      border-color: #73ccc3; }
    .p-reSearch.recruit .p-reSearch-content-form-cost-inner span, .p-reSearch.recruit .p-reSearch-content-form-station-inner span {
      color: #60abba; }
    .p-reSearch.recruit .p-reSearch-content-form-checkList-item dl dt input {
      border: 1px solid #60abba; }
      .p-reSearch.recruit .p-reSearch-content-form-checkList-item dl dt input::before {
        border-color: #60abba; }
      .p-reSearch.recruit .p-reSearch-content-form-checkList-item dl dt input:checked::before {
        -webkit-animation: checkFlagBlue 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
        animation: checkFlagBlue 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards; }
    .p-reSearch.recruit .p-reSearch-content-form-checkList-item dl dd label {
      color: #60abba; }
    .p-reSearch.recruit .p-reSearch-content-form-checkWrap-category dl dt input, .p-reSearch.recruit .p-reSearch-content-form-checkWrap-requirement dl dt input {
      border-color: #73ccc3; }
      .p-reSearch.recruit .p-reSearch-content-form-checkWrap-category dl dt input::before, .p-reSearch.recruit .p-reSearch-content-form-checkWrap-requirement dl dt input::before {
        border-color: #60abba; }
      .p-reSearch.recruit .p-reSearch-content-form-checkWrap-category dl dt input:checked::before, .p-reSearch.recruit .p-reSearch-content-form-checkWrap-requirement dl dt input:checked::before {
        -webkit-animation: checkFlagBlue 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
        animation: checkFlagBlue 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards; }
    .p-reSearch.recruit .p-reSearch-content-form-checkWrap-category dl dd label, .p-reSearch.recruit .p-reSearch-content-form-checkWrap-requirement dl dd label {
      color: #60abba; }
    .p-reSearch.recruit .p-reSearch-content-form .submitBtn {
      margin-top: 110px;
      background-color: #60abba; }

.p-reSearch-btn {
  width: 100%;
  display: block;
  background-color: #ffffff;
  position: relative;
  cursor: pointer; }
  .p-reSearch-btn .l-container {
    position: relative; }
  .p-reSearch-btn-txt {
    font-size: 2rem;
    line-height: 80px;
    text-align: center; }
  .p-reSearch-btn span {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .p-reSearch-btn span.active::before {
      -webkit-transform: translate(-50%, -50%) rotateX(180deg);
      transform: translate(-50%, -50%) rotateX(180deg); }
    .p-reSearch-btn span::before {
      content: "";
      display: block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 12.12435px solid #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.p-reSearch-content {
  display: none; }
  .p-reSearch-content-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 35px;
    padding-bottom: 45px; }
    .p-reSearch-content-form h3 {
      font-size: 2rem;
      letter-spacing: 0.1em; }
    .p-reSearch-content-form .subTxt {
      font-size: 1.4rem;
      letter-spacing: 0.1em;
      line-height: 1.3;
      margin-top: 10px; }
    .p-reSearch-content-form-area {
      width: calc(50% - 15px); }
      .p-reSearch-content-form-area .inputP {
        position: relative; }
        .p-reSearch-content-form-area .inputP::before {
          content: "";
          display: block;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          position: absolute;
          top: 50%;
          right: 15px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 2;
          pointer-events: none; }
        .p-reSearch-content-form-area .inputP select {
          font-size: 1.6rem;
          width: 100%;
          height: 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-radius: 10px;
          background-color: #fff;
          cursor: pointer;
          padding: 0 20px;
          margin-top: 5px; }
          .p-reSearch-content-form-area .inputP select:focus {
            -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
    .p-reSearch-content-form-keyword {
      width: calc(50% - 15px); }
      .p-reSearch-content-form-keyword .inputP input {
        font-size: 1.6rem;
        width: 100%;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 10px;
        background-color: #fff;
        cursor: pointer;
        padding: 0 20px;
        margin-top: 15px; }
        .p-reSearch-content-form-keyword .inputP input:focus {
          -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
        .p-reSearch-content-form-keyword .inputP input::-webkit-input-placeholder {
          font-size: 1.6rem; }
        .p-reSearch-content-form-keyword .inputP input:-ms-input-placeholder {
          font-size: 1.6rem; }
        .p-reSearch-content-form-keyword .inputP input::-ms-input-placeholder {
          font-size: 1.6rem; }
        .p-reSearch-content-form-keyword .inputP input::placeholder {
          font-size: 1.6rem; }
    .p-reSearch-content-form-cost {
      width: calc(50% - 15px);
      margin-top: 40px; }
      .p-reSearch-content-form-cost-inner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 15px; }
        .p-reSearch-content-form-cost-inner .inputP {
          width: calc(50% - 22px);
          position: relative; }
          .p-reSearch-content-form-cost-inner .inputP::before {
            content: "";
            display: block;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            position: absolute;
            top: 50%;
            right: 15px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 2;
            pointer-events: none; }
          .p-reSearch-content-form-cost-inner .inputP select {
            font-size: 1.6rem;
            width: 100%;
            height: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 10px;
            background-color: #fff;
            cursor: pointer;
            padding: 0 20px; }
            .p-reSearch-content-form-cost-inner .inputP select:focus {
              -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
              box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
        .p-reSearch-content-form-cost-inner span {
          font-size: 1.6rem; }
    .p-reSearch-content-form-station {
      width: calc(50% - 15px);
      margin-top: 40px; }
      .p-reSearch-content-form-station-inner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 15px; }
        .p-reSearch-content-form-station-inner .inputP {
          width: calc(50% - 5px);
          position: relative; }
          .p-reSearch-content-form-station-inner .inputP::before {
            content: "";
            display: block;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            position: absolute;
            top: 50%;
            right: 15px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 2;
            pointer-events: none; }
          .p-reSearch-content-form-station-inner .inputP select {
            font-size: 1.6rem;
            width: 100%;
            height: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 10px;
            background-color: #fff;
            cursor: pointer;
            padding: 0 20px; }
            .p-reSearch-content-form-station-inner .inputP select:focus {
              -webkit-box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2);
              box-shadow: 0 2px 5px rgba(10, 0, 0, 0.2); }
    .p-reSearch-content-form-checkList {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-reSearch-content-form-checkList-item {
        width: calc((100% - 200px) / 3);
        margin-top: 95px; }
        .p-reSearch-content-form-checkList-item dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-top: 30px; }
          .p-reSearch-content-form-checkList-item dl dt {
            width: 40px; }
            .p-reSearch-content-form-checkList-item dl dt input {
              width: 28px;
              height: 28px;
              background-color: #fff;
              position: relative; }
              .p-reSearch-content-form-checkList-item dl dt input::before {
                content: "";
                display: block;
                height: 20px;
                width: 8px;
                left: 7px;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-70%) rotate(45deg);
                -ms-transform: translateY(-70%) rotate(45deg);
                transform: translateY(-70%) rotate(45deg); }
            .p-reSearch-content-form-checkList-item dl dt:not(:first-of-type) {
              margin-top: 10px; }
          .p-reSearch-content-form-checkList-item dl dd {
            width: calc(100% - 40px); }
            .p-reSearch-content-form-checkList-item dl dd label {
              display: inline-block;
              font-size: 1.6rem;
              line-height: 36px;
              margin-top: -4px;
              cursor: pointer; }
            .p-reSearch-content-form-checkList-item dl dd:not(:first-of-type) {
              margin-top: 10px; }
    .p-reSearch-content-form-checkWrap {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 60px; }
      .p-reSearch-content-form-checkWrap-requirement {
        margin-left: 95px; }
      .p-reSearch-content-form-checkWrap-category, .p-reSearch-content-form-checkWrap-requirement {
        width: 255px; }
        .p-reSearch-content-form-checkWrap-category dl, .p-reSearch-content-form-checkWrap-requirement dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-top: 20px; }
          .p-reSearch-content-form-checkWrap-category dl dt, .p-reSearch-content-form-checkWrap-requirement dl dt {
            width: 40px; }
            .p-reSearch-content-form-checkWrap-category dl dt input, .p-reSearch-content-form-checkWrap-requirement dl dt input {
              width: 28px;
              height: 28px;
              background-color: #fff;
              position: relative; }
              .p-reSearch-content-form-checkWrap-category dl dt input::before, .p-reSearch-content-form-checkWrap-requirement dl dt input::before {
                content: "";
                display: block;
                height: 20px;
                width: 8px;
                left: 7px;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-70%) rotate(45deg);
                -ms-transform: translateY(-70%) rotate(45deg);
                transform: translateY(-70%) rotate(45deg); }
            .p-reSearch-content-form-checkWrap-category dl dt:not(:first-of-type), .p-reSearch-content-form-checkWrap-requirement dl dt:not(:first-of-type) {
              margin-top: 10px; }
          .p-reSearch-content-form-checkWrap-category dl dd, .p-reSearch-content-form-checkWrap-requirement dl dd {
            width: calc(100% - 40px); }
            .p-reSearch-content-form-checkWrap-category dl dd label, .p-reSearch-content-form-checkWrap-requirement dl dd label {
              display: inline-block;
              font-size: 1.6rem;
              line-height: 36px;
              margin-top: -4px;
              cursor: pointer; }
            .p-reSearch-content-form-checkWrap-category dl dd:not(:first-of-type), .p-reSearch-content-form-checkWrap-requirement dl dd:not(:first-of-type) {
              margin-top: 10px; }
    .p-reSearch-content-form .submitBtn {
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      color: #ffffff;
      width: 100%;
      height: 60px;
      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;
      border-radius: 30px;
      margin-top: 65px;
      cursor: pointer; }

@media screen and (max-width: 1079px) {
  .p-reSearch {
    position: relative;
    margin-top: 95px; }
    .p-reSearch::before {
      content: "";
      display: block;
      width: 100%;
      height: 15px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
    .p-reSearch.nursingHome::before {
      background-color: #fff0df; }
    .p-reSearch.handicapped::before {
      background-color: #eafcf1; }
    .p-reSearch.childcare::before {
      background-color: #ffe0e2; }
    .p-reSearch.recruit {
      margin-top: 95px; }
      .p-reSearch.recruit::before {
        background-color: #f3fffe; } }

@media screen and (max-width: 960px) {
  .p-reSearch-btn-txt {
    font-size: 1.8rem;
    line-height: 75px; }
  .p-reSearch-btn span {
    width: 55px;
    height: 40px; }
    .p-reSearch-btn span::before {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 10.4px solid #ffffff; }
  .p-reSearch-content-form h3 {
    font-size: 1.8rem; }
  .p-reSearch-content-form-area {
    width: calc(50% - 10px); }
    .p-reSearch-content-form-area .inputP select {
      font-size: 1.5rem; }
  .p-reSearch-content-form-keyword {
    width: calc(50% - 10px); }
    .p-reSearch-content-form-keyword .inputP input {
      font-size: 1.5rem; }
      .p-reSearch-content-form-keyword .inputP input::-webkit-input-placeholder {
        font-size: 1.6rem; }
      .p-reSearch-content-form-keyword .inputP input:-ms-input-placeholder {
        font-size: 1.6rem; }
      .p-reSearch-content-form-keyword .inputP input::-ms-input-placeholder {
        font-size: 1.6rem; }
      .p-reSearch-content-form-keyword .inputP input::placeholder {
        font-size: 1.6rem; }
  .p-reSearch-content-form-cost {
    width: calc(50% - 10px); }
    .p-reSearch-content-form-cost-inner .inputP select {
      font-size: 1.5rem; }
    .p-reSearch-content-form-cost-inner span {
      font-size: 1.5rem; }
  .p-reSearch-content-form-station {
    width: calc(50% - 10px); }
    .p-reSearch-content-form-station-inner .inputP select {
      font-size: 1.5rem; }
  .p-reSearch-content-form-checkList-item {
    width: 30%;
    margin-top: 85px; }
    .p-reSearch-content-form-checkList-item dl dd label {
      font-size: 1.5rem; }
  .p-reSearch-content-form-checkWrap-category dl dd label, .p-reSearch-content-form-checkWrap-requirement dl dd label {
    font-size: 1.5rem; }
  .p-reSearch-content-form .submitBtn {
    font-size: 1.5rem; } }

@media screen and (max-width: 768px) {
  .p-reSearch.recruit .p-reSearch-content-form .submitBtn {
    margin-top: 85px; }
  .p-reSearch-btn-txt {
    font-size: 1.7rem;
    line-height: 70px; }
  .p-reSearch-btn span {
    width: 50px;
    height: 50px; }
  .p-reSearch-content-form {
    padding-top: 30px;
    padding-bottom: 40px; }
    .p-reSearch-content-form h3 {
      font-size: 1.7rem; }
    .p-reSearch-content-form-area {
      width: calc(50% - 5px); }
      .p-reSearch-content-form-area .inputP select {
        padding: 0 15px;
        height: 40px; }
    .p-reSearch-content-form-keyword {
      width: calc(50% - 5px); }
      .p-reSearch-content-form-keyword .inputP input {
        padding: 0 15px;
        height: 40px; }
    .p-reSearch-content-form-cost, .p-reSearch-content-form-station {
      width: 75%;
      margin-top: 35px; }
      .p-reSearch-content-form-cost-inner .inputP, .p-reSearch-content-form-station-inner .inputP {
        width: calc(50% - 15px); }
        .p-reSearch-content-form-cost-inner .inputP select, .p-reSearch-content-form-station-inner .inputP select {
          padding: 0 15px;
          height: 40px; }
    .p-reSearch-content-form-checkList {
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .p-reSearch-content-form-checkList-item {
        width: 45%;
        margin-top: 75px; }
        .p-reSearch-content-form-checkList-item dl {
          margin-top: 20px; }
          .p-reSearch-content-form-checkList-item dl dt {
            width: 38px; }
            .p-reSearch-content-form-checkList-item dl dt input {
              width: 26px;
              height: 26px; }
          .p-reSearch-content-form-checkList-item dl dd label {
            line-height: 34px; }
    .p-reSearch-content-form-checkWrap {
      padding-top: 45px; }
      .p-reSearch-content-form-checkWrap-requirement {
        margin-left: 40px; }
      .p-reSearch-content-form-checkWrap-category, .p-reSearch-content-form-checkWrap-requirement {
        width: 245px; }
        .p-reSearch-content-form-checkWrap-category dl, .p-reSearch-content-form-checkWrap-requirement dl {
          margin-top: 20px; }
          .p-reSearch-content-form-checkWrap-category dl dt, .p-reSearch-content-form-checkWrap-requirement dl dt {
            width: 38px; }
            .p-reSearch-content-form-checkWrap-category dl dt input, .p-reSearch-content-form-checkWrap-requirement dl dt input {
              width: 26px;
              height: 26px; }
          .p-reSearch-content-form-checkWrap-category dl dd label, .p-reSearch-content-form-checkWrap-requirement dl dd label {
            line-height: 34px; }
    .p-reSearch-content-form .submitBtn {
      height: 50px;
      border-radius: 27.5px;
      margin-top: 50px; } }

@media screen and (max-width: 560px) {
  .p-reSearch.nursingHome {
    margin-top: 85px; }
  .p-reSearch.recruit {
    margin-top: 85px; }
    .p-reSearch.recruit .p-reSearch-content-form .submitBtn {
      margin-top: 65px; }
  .p-reSearch-btn-txt {
    font-size: 1.6rem;
    line-height: 65px; }
  .p-reSearch-btn span {
    width: 42px;
    height: 42px; }
    .p-reSearch-btn span::before {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 8.7px solid #ffffff; }
  .p-reSearch-content-form {
    padding-top: 30px;
    padding-bottom: 40px; }
    .p-reSearch-content-form h3 {
      font-size: 1.6rem; }
    .p-reSearch-content-form .subTxt {
      font-size: 1.3rem; }
    .p-reSearch-content-form-area {
      width: 100%; }
      .p-reSearch-content-form-area .inputP select {
        font-size: 1.4rem; }
    .p-reSearch-content-form-keyword {
      width: 100%;
      margin-top: 30px; }
      .p-reSearch-content-form-keyword .inputP input {
        font-size: 1.4rem; }
    .p-reSearch-content-form-cost {
      width: 100%;
      margin-top: 30px; }
      .p-reSearch-content-form-cost-inner .inputP select {
        font-size: 1.4rem; }
      .p-reSearch-content-form-cost-inner .inputP span {
        font-size: 1.4rem; }
    .p-reSearch-content-form-station {
      width: 100%;
      margin-top: 30px; }
      .p-reSearch-content-form-station-inner .inputP select {
        font-size: 1.4rem; }
    .p-reSearch-content-form-checkList-item {
      width: calc(50% - 10px);
      margin-top: 60px; }
      .p-reSearch-content-form-checkList-item dl {
        margin-top: 15px; }
        .p-reSearch-content-form-checkList-item dl dt {
          width: 31px; }
          .p-reSearch-content-form-checkList-item dl dt input {
            width: 26px;
            height: 26px; }
        .p-reSearch-content-form-checkList-item dl dd {
          width: calc(100% - 31px); }
          .p-reSearch-content-form-checkList-item dl dd label {
            font-size: 1.4rem; }
    .p-reSearch-content-form-checkWrap {
      padding-top: 35px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-reSearch-content-form-checkWrap-requirement {
        margin-left: 0;
        width: 100%;
        margin-top: 35px; }
      .p-reSearch-content-form-checkWrap-category {
        width: 100%; }
      .p-reSearch-content-form-checkWrap-category dl, .p-reSearch-content-form-checkWrap-requirement dl {
        margin-top: 15px; }
        .p-reSearch-content-form-checkWrap-category dl dt, .p-reSearch-content-form-checkWrap-requirement dl dt {
          width: 31px; }
          .p-reSearch-content-form-checkWrap-category dl dt input, .p-reSearch-content-form-checkWrap-requirement dl dt input {
            width: 26px;
            height: 26px; }
        .p-reSearch-content-form-checkWrap-category dl dd, .p-reSearch-content-form-checkWrap-requirement dl dd {
          width: calc(100% - 31px); }
          .p-reSearch-content-form-checkWrap-category dl dd label, .p-reSearch-content-form-checkWrap-requirement dl dd label {
            font-size: 1.4rem; }
    .p-reSearch-content-form .submitBtn {
      font-size: 1.4rem;
      margin-top: 40px; } }

.p-searchResult {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 75px; }
  .p-searchResult .p-searchResult-main-more-wrap {
    position: relative;
    width: 100%; }
  .p-searchResult.nursingHome {
    background-color: #fff0df; }
    .p-searchResult.nursingHome .p-searchResult-header-number {
      color: #fda84b; }
    .p-searchResult.nursingHome .p-searchResult-header-btn a {
      color: #ffa94c;
      border: 1px solid #ffd0a3; }
    .p-searchResult.nursingHome .p-searchResult-header-btn p {
      color: #ffa94c; }
    .p-searchResult.nursingHome .p-searchResult-main-more {
      background-color: #ffa156; }
  .p-searchResult.childcare {
    background-color: #ffe0e2; }
    .p-searchResult.childcare .p-searchResult-header-number {
      color: #d16d73; }
    .p-searchResult.childcare .p-searchResult-header-btn a {
      color: #d16d73;
      border: 1px solid #d16d73; }
    .p-searchResult.childcare .p-searchResult-header-btn p {
      color: #d16d73; }
    .p-searchResult.childcare .p-searchResult-main-more {
      background-color: #d87979; }
  .p-searchResult.handicapped {
    background-color: #eafcf1; }
    .p-searchResult.handicapped .p-searchResult-header-number {
      color: #7bd09d; }
    .p-searchResult.handicapped .p-searchResult-header-btn a {
      color: #7bd09d;
      border: 1px solid #7bd09d; }
    .p-searchResult.handicapped .p-searchResult-header-btn p {
      color: #7bd09d; }
    .p-searchResult.handicapped .p-searchResult-main-more {
      background-color: #83d5a4; }
  .p-searchResult.recruit {
    background-color: #f3fffe; }
    .p-searchResult.recruit .p-searchResult-header {
      padding-bottom: 0 !important; }
      .p-searchResult.recruit .p-searchResult-header-number {
        color: #60abba; }
    .p-searchResult.recruit .p-searchResult-main-more {
      background-color: #60abba; }
  .p-searchResult-header {
    width: 100%;
    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;
    padding-bottom: 15px; }
    .p-searchResult-header-number {
      font-size: 1.6rem;
      letter-spacing: 0.1em; }
      .p-searchResult-header-number span {
        font-size: 6rem;
        letter-spacing: 0;
        display: inline-block;
        margin-top: 10px;
        padding-right: 5px; }
    .p-searchResult-header-btn {
      width: 61%;
      max-width: 580px;
      padding-top: 15px; }
      .p-searchResult-header-btn a {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 60px;
        border-radius: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #ffffff; }
      .p-searchResult-header-btn p {
        font-size: 1.4rem;
        text-align: center;
        margin-top: 10px; }
  .p-searchResult-main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #ffffff;
    padding: 20px 10px 90px 10px;
    margin-top: 25px;
    border-radius: 20px; }
    .p-searchResult-main .c-facilityItem {
      margin-bottom: 75px;
      width: 32%; }
      .p-searchResult-main .c-facilityItem:not(:nth-child(3n)) {
        margin-right: 2%; }
      .p-searchResult-main .c-facilityItem::before {
        height: 140px; }
      .p-searchResult-main .c-facilityItem-name {
        margin-top: 20px; }
    .p-searchResult-main-more {
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      color: #ffffff;
      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: 400px;
      height: 60px;
      margin: 0 auto;
      margin-top: 25px;
      border-radius: 30px; }

@media screen and (max-width: 960px) {
  .p-searchResult-header-number {
    font-size: 1.5rem; }
    .p-searchResult-header-number span {
      font-size: 5.5rem; }
  .p-searchResult-header-btn a {
    font-size: 1.5rem; }
  .p-searchResult-header-btn p {
    font-size: 1.3rem; }
  .p-searchResult-main .c-facilityItem {
    width: calc(100% / 3 - 10px); }
  .p-searchResult-main-more {
    font-size: 1.5rem; } }

@media screen and (max-width: 768px) {
  .p-searchResult {
    padding-top: 30px;
    padding-bottom: 65px; }
    .p-searchResult-header {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-searchResult-header-number span {
        font-size: 5rem; }
      .p-searchResult-header-btn {
        width: calc(100% - 250px); }
        .p-searchResult-header-btn a {
          font-size: 1.4rem;
          height: 50px;
          border-radius: 27.5px; }
    .p-searchResult-main {
      padding: 20px 10px 75px 10px;
      margin-top: 20px; }
      .p-searchResult-main .c-facilityItem {
        max-width: none;
        width: calc(100% / 2 - 10px);
        margin-bottom: 60px; }
      .p-searchResult-main-more {
        height: 50px;
        border-radius: 27.5px;
        margin-top: 20px; } }

@media screen and (max-width: 560px) {
  .p-searchResult {
    padding-top: 25px;
    padding-bottom: 55px; }
    .p-searchResult-header {
      padding-bottom: 10px; }
      .p-searchResult-header-number {
        margin: 0 auto;
        font-size: 1.4rem; }
        .p-searchResult-header-number span {
          font-size: 4rem;
          margin-top: 0; }
        .p-searchResult-header-number br {
          display: none; }
      .p-searchResult-header-btn {
        width: 90%;
        margin: 0 auto;
        padding-top: 15px; }
        .p-searchResult-header-btn a {
          height: 50px;
          border-radius: 25px; }
    .p-searchResult-main {
      padding: 15px 10px 60px 10px; }
      .p-searchResult-main .c-facilityItem {
        width: 100%;
        margin-bottom: 45px; }
      .p-searchResult-main-more {
        width: 100%;
        margin-top: 15px; } }

.p-req-keyVisu {
  padding-top: 40px;
  background-color: #e0e8e7; }
  .p-req-keyVisu h2 {
    font-size: clamp(3.8rem, 5.5vw, 7.5rem);
    letter-spacing: 0.28em;
    color: #fff;
    text-align: center; }
  .p-req-keyVisu p {
    font-size: clamp(2.3rem, 2vw, 2.8rem);
    letter-spacing: 0.3em;
    color: #92b1ae;
    text-align: center;
    margin-top: 30px; }
  .p-req-keyVisu-icons {
    width: 100%;
    max-width: 755px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 auto;
    margin-top: 15px; }
    .p-req-keyVisu-icons img:first-of-type, .p-req-keyVisu-icons img:nth-of-type(2) {
      width: 21%;
      max-width: 150px; }
    .p-req-keyVisu-icons img:nth-of-type(3) {
      width: 17%;
      max-width: 115px; }
    .p-req-keyVisu-icons img:last-of-type {
      width: 22%;
      max-width: 155px; }

@media screen and (max-width: 960px) {
  .p-req-keyVisu {
    margin-top: 80px; }
    .p-req-keyVisu-icons {
      padding: 0 40px;
      max-width: 700px; } }

@media screen and (max-width: 768px) {
  .p-req-keyVisu p {
    margin-top: 25px; }
  .p-req-keyVisu-icons {
    max-width: 600px; } }

@media screen and (max-width: 560px) {
  .p-req-keyVisu {
    margin-top: 70px; }
    .p-req-keyVisu h2 {
      font-size: 3.3rem; }
    .p-req-keyVisu p {
      font-size: 2rem;
      margin-top: 20px; }
    .p-req-keyVisu-icons {
      padding: 0 25px;
      max-width: 500px; } }

.p-req-point {
  padding-top: 110px;
  padding-bottom: 50px; }
  .p-req-point-title {
    width: 100%;
    padding-bottom: 125px;
    text-align: center;
    position: relative; }
    .p-req-point-title h3 {
      font-size: 2.6rem;
      letter-spacing: 0.1em;
      text-align: center;
      display: inline-block;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(115, 204, 222, 0.7)));
      background: -webkit-linear-gradient(transparent 50%, rgba(115, 204, 222, 0.7) 50%);
      background: -o-linear-gradient(transparent 50%, rgba(115, 204, 222, 0.7) 50%);
      background: linear-gradient(transparent 50%, rgba(115, 204, 222, 0.7) 50%); }
    .p-req-point-title .border01 {
      width: 1px;
      height: 125px;
      background-color: #62afbf;
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .p-req-point-title .border02 {
      width: calc(200% / 3 + 30px);
      height: 50px;
      border-left: 1px solid #62afbf;
      border-right: 1px solid #62afbf;
      border-top: 1px solid #62afbf;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .p-req-point-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .p-req-point-list-item {
      width: calc(100% / 3 - 30px); }
      .p-req-point-list-item span {
        font-size: 2.6rem;
        display: block;
        text-align: center;
        color: #62afbf; }
      .p-req-point-list-item img {
        width: 100%; }
      .p-req-point-list-item h4 {
        font-size: 2.6rem;
        letter-spacing: 0.1em;
        color: #62afbf;
        text-align: center;
        margin: 15px 0; }
      .p-req-point-list-item p {
        font-size: 1.8rem;
        line-height: 1.9;
        text-align: justify; }

@media screen and (max-width: 960px) {
  .p-req-point {
    padding-top: 95px;
    padding-bottom: 45px; }
    .p-req-point-title {
      padding-bottom: 115px; }
      .p-req-point-title h3 {
        font-size: 2.3rem; }
      .p-req-point-title .border01 {
        height: 115px; }
      .p-req-point-title .border02 {
        width: calc(200% / 3 + 10px); }
    .p-req-point-list-item {
      width: calc(100% / 3 - 10px); }
      .p-req-point-list-item span {
        font-size: 2.3rem; }
      .p-req-point-list-item h4 {
        font-size: 2.3rem; }
      .p-req-point-list-item p {
        font-size: 1.6rem; } }

@media screen and (max-width: 768px) {
  .p-req-point {
    padding-top: 80px;
    padding-bottom: 40px; }
    .p-req-point-title {
      padding-bottom: 35px;
      text-align: left; }
      .p-req-point-title h3 {
        font-size: 2.3rem; }
      .p-req-point-title .border01 {
        height: 45px;
        left: 20px;
        bottom: -10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 2; }
      .p-req-point-title .border02 {
        width: 30px;
        height: 400px;
        border-right: none;
        border-bottom: 1px solid #62afbf;
        left: 20px;
        bottom: -11px;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 2; }
        .p-req-point-title .border02::before {
          content: "";
          display: block;
          width: 29px;
          height: 1px;
          background-color: #62afbf;
          position: absolute;
          left: 1px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    .p-req-point-list {
      -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;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .p-req-point-list-item {
        width: calc(100% - 80px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        min-height: 200px; }
        .p-req-point-list-item span {
          font-size: 2.5rem;
          position: absolute;
          left: -5px;
          top: 11px;
          -webkit-transform: translate(-100%, -50%);
          -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%); }
        .p-req-point-list-item img {
          width: 35%;
          min-width: 200px; }
        .p-req-point-list-item h4 {
          width: 100%;
          text-align: left;
          margin-top: 0; }
        .p-req-point-list-item p {
          font-size: 1.7rem;
          width: 65%;
          max-width: calc(100% - 200px);
          padding-left: 20px; } }

@media screen and (max-width: 560px) {
  .p-req-point {
    padding-top: 65px;
    padding-bottom: 35px; }
    .p-req-point-title {
      padding-bottom: 30px; }
      .p-req-point-title h3 {
        font-size: 2rem; }
      .p-req-point-title .border01 {
        height: 45px;
        left: 5px; }
      .p-req-point-title .border02 {
        width: 17px;
        height: 340px;
        left: 5px; }
        .p-req-point-title .border02::before {
          width: 16px; }
    .p-req-point-list-item {
      width: calc(100% - 50px);
      min-height: 170px; }
      .p-req-point-list-item span {
        font-size: 2.3rem; }
      .p-req-point-list-item img {
        min-width: 150px;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        margin-left: -5%; }
      .p-req-point-list-item h4 {
        font-size: 1.8rem;
        margin-bottom: 10px; }
      .p-req-point-list-item p {
        font-size: 1.5rem;
        max-width: calc(100% - 150px);
        padding-left: 10px; } }

.p-req-plan {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #e0e8e7; }
  .p-req-plan h3 {
    font-size: 3rem;
    letter-spacing: 0.2em;
    text-align: center; }
  .p-req-plan-txt {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-align: center;
    margin-top: 25px; }
    .p-req-plan-txt span {
      font-size: 1.4rem;
      display: inline-block;
      margin-top: -20px; }
  .p-req-plan table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #42504f;
    border-radius: 20px;
    background-color: #76918e;
    margin-top: 30px;
    overflow: hidden; }
    .p-req-plan table thead tr th {
      font-size: 1.6rem;
      letter-spacing: 0.5em;
      color: #fff;
      padding: 0.5em;
      text-align: center; }
    .p-req-plan table tbody tr {
      position: relative;
      border-top: 1px solid #fff; }
      .p-req-plan table tbody tr.col1 td {
        vertical-align: middle; }
        .p-req-plan table tbody tr.col1 td p {
          text-align: center; }
      .p-req-plan table tbody tr.sum {
        background-color: #e0e8e7; }
        .p-req-plan table tbody tr.sum th {
          color: #707070;
          position: relative;
          z-index: 2; }
        .p-req-plan table tbody tr.sum td {
          padding: 2.5em 1em;
          color: #42504f;
          position: relative;
          z-index: 2; }
          .p-req-plan table tbody tr.sum td p:not(:first-of-type) {
            margin-top: 30px; }
      .p-req-plan table tbody tr th {
        font-size: 1.8rem;
        letter-spacing: 0.05em;
        padding: 1.5em 1em;
        color: #fff;
        text-align: center; }
        .p-req-plan table tbody tr th span.nursingHome img {
          width: 46px; }
        .p-req-plan table tbody tr th span.handicapped img {
          width: 40px; }
        .p-req-plan table tbody tr th span.childcare img {
          width: 47px; }
        .p-req-plan table tbody tr th span.en {
          font-size: 3rem;
          color: #c10000; }
      .p-req-plan table tbody tr td {
        font-size: 1.6rem;
        color: #fff;
        vertical-align: top;
        padding: 2.5em 1.5em;
        border-left: 1px solid #42504f; }
        .p-req-plan table tbody tr td p:not(:first-of-type) {
          margin-top: 15px; }
        .p-req-plan table tbody tr td p span.number01 {
          font-size: 2.2rem;
          display: inline-block;
          margin-top: 5px; }
        .p-req-plan table tbody tr td p span.txt01 {
          font-size: 1.5rem; }
        .p-req-plan table tbody tr td p span.redBorder {
          position: relative;
          display: block;
          width: 100%;
          margin-top: 5px; }
          .p-req-plan table tbody tr td p span.redBorder::before {
            content: "";
            display: block;
            height: 2px;
            width: 100%;
            background-color: #ff0000;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .p-req-plan table tbody tr td p span.number02 {
          font-size: 1.8rem;
          display: inline-block; }
        .p-req-plan table tbody tr td p span.txt02 {
          font-size: 1.4rem; }
        .p-req-plan table tbody tr td p span.number03 {
          font-size: 2rem;
          display: inline-block;
          margin-top: 5px; }
        .p-req-plan table tbody tr td p span.txt03 {
          font-size: 1.5rem; }

@media screen and (max-width: 960px) {
  .p-req-plan {
    padding-top: 50px;
    padding-bottom: 85px; }
    .p-req-plan h3 {
      font-size: 2.6rem; }
    .p-req-plan-txt {
      font-size: 1.6rem;
      margin-top: 20px; }
      .p-req-plan-txt span {
        font-size: 1.3rem; }
    .p-req-plan table {
      margin-top: 25px; }
      .p-req-plan table thead tr th {
        font-size: 1.5rem; }
      .p-req-plan table tbody tr th {
        font-size: 1.6rem; }
        .p-req-plan table tbody tr th span.nursingHome img {
          width: 41px; }
        .p-req-plan table tbody tr th span.handicapped img {
          width: 35px; }
        .p-req-plan table tbody tr th span.childcare img {
          width: 42px; }
        .p-req-plan table tbody tr th span.en {
          font-size: 2.6rem; }
      .p-req-plan table tbody tr td {
        font-size: 1.5rem; }
        .p-req-plan table tbody tr td p span.number01 {
          font-size: 2rem; }
        .p-req-plan table tbody tr td p span.txt01 {
          font-size: 1.4rem; }
        .p-req-plan table tbody tr td p span.number02 {
          font-size: 1.6rem; }
        .p-req-plan table tbody tr td p span.txt02 {
          font-size: 1.3rem; }
        .p-req-plan table tbody tr td p span.number03 {
          font-size: 1.8rem; }
        .p-req-plan table tbody tr td p span.txt03 {
          font-size: 1.4rem; } }

@media screen and (max-width: 768px) {
  .p-req-plan {
    padding-top: 40px;
    padding-bottom: 70px; }
    .p-req-plan h3 {
      font-size: 2.3rem; }
    .p-req-plan-txt {
      font-size: 1.5rem;
      margin-top: 15px; }
      .p-req-plan-txt span {
        font-size: 1.2rem; }
    .p-req-plan table {
      margin-top: 20px; }
      .p-req-plan table thead tr th {
        font-size: 1.4rem; }
      .p-req-plan table tbody tr th {
        font-size: 1.4rem; }
        .p-req-plan table tbody tr th span.nursingHome img {
          width: 36px; }
        .p-req-plan table tbody tr th span.handicapped img {
          width: 30px; }
        .p-req-plan table tbody tr th span.childcare img {
          width: 37px; }
        .p-req-plan table tbody tr th span.en {
          font-size: 2.2rem; }
      .p-req-plan table tbody tr td {
        font-size: 1.3rem; }
        .p-req-plan table tbody tr td p span.number01 {
          font-size: 1.7rem; }
        .p-req-plan table tbody tr td p span.txt01 {
          font-size: 1.2rem; }
        .p-req-plan table tbody tr td p span.number02 {
          font-size: 1.4rem; }
        .p-req-plan table tbody tr td p span.txt02 {
          font-size: 1.1rem; }
        .p-req-plan table tbody tr td p span.number03 {
          font-size: 1.5rem; }
        .p-req-plan table tbody tr td p span.txt03 {
          font-size: 1.2rem; } }

@media screen and (max-width: 560px) {
  .p-req-plan {
    padding-top: 35px;
    padding-bottom: 50px; }
    .p-req-plan h3 {
      font-size: 2rem; }
    .p-req-plan-txt {
      font-size: 1.4rem; }
    .p-req-plan table thead tr th {
      font-size: 1.2rem; }
    .p-req-plan table tbody tr.sum td {
      padding: 1.5em 0.5em;
      color: #42504f;
      position: relative;
      z-index: 2; }
      .p-req-plan table tbody tr.sum td p:not(:first-of-type) {
        margin-top: 30px; }
    .p-req-plan table tbody tr th {
      font-size: 1.2rem;
      padding: 1em 0.6em; }
      .p-req-plan table tbody tr th span.nursingHome img {
        width: 36px; }
      .p-req-plan table tbody tr th span.handicapped img {
        width: 30px; }
      .p-req-plan table tbody tr th span.childcare img {
        width: 37px; }
      .p-req-plan table tbody tr th span.en {
        font-size: 2.2rem; }
    .p-req-plan table tbody tr td {
      font-size: 1.1rem;
      padding: 1.5em 1em; }
      .p-req-plan table tbody tr td p span.number01 {
        font-size: 1.4rem; }
      .p-req-plan table tbody tr td p span.txt01 {
        font-size: 1.1rem; }
      .p-req-plan table tbody tr td p span.number02 {
        font-size: 1.2rem; }
      .p-req-plan table tbody tr td p span.txt02 {
        font-size: 1rem; }
      .p-req-plan table tbody tr td p span.number03 {
        font-size: 1.3rem; }
      .p-req-plan table tbody tr td p span.txt03 {
        font-size: 1.1rem; } }

.p-req-flow {
  padding-top: 100px;
  padding-bottom: 180px; }
  .p-req-flow h2 {
    font-size: 3rem;
    letter-spacing: 0.2em;
    text-align: center; }
  .p-req-flow-list {
    margin-top: 105px; }
    .p-req-flow-list li {
      width: 100%;
      height: 135px;
      border-radius: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #e0e8e7;
      position: relative; }
      .p-req-flow-list li:not(:first-of-type) {
        margin-top: 10px; }
      .p-req-flow-list li div:first-of-type {
        width: 160px;
        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; }
        .p-req-flow-list li div:first-of-type img.mail {
          width: 60px; }
        .p-req-flow-list li div:first-of-type img.doc {
          width: 60px; }
        .p-req-flow-list li div:first-of-type img.credit {
          width: 80px; }
        .p-req-flow-list li div:first-of-type img.ok {
          width: 70px; }
        .p-req-flow-list li div:first-of-type img.start {
          width: 75px; }
      .p-req-flow-list li div:last-of-type {
        width: calc(100% - 160px); }
        .p-req-flow-list li div:last-of-type h3 {
          font-size: 2rem;
          letter-spacing: 0.05em;
          color: #62afbf; }
        .p-req-flow-list li div:last-of-type p {
          font-size: 1.6rem;
          letter-spacing: 0.05em;
          margin-top: 15px; }
      .p-req-flow-list li span {
        font-size: 4rem;
        color: #fff;
        position: absolute;
        top: 20px;
        right: 30px;
        z-index: 2; }
  .p-req-flow a {
    font-size: 3rem;
    letter-spacing: 0.2em;
    color: #fff;
    width: 100%;
    height: 135px;
    border-radius: 20px;
    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;
    background-color: #62afbf;
    margin-top: 60px; }
    .p-req-flow a:hover {
      opacity: 0.7; }

@media screen and (max-width: 960px) {
  .p-req-flow {
    padding-top: 85px;
    padding-bottom: 155px; }
    .p-req-flow h2 {
      font-size: 2.6rem; }
    .p-req-flow-list {
      margin-top: 85px; }
      .p-req-flow-list li {
        height: 125px; }
        .p-req-flow-list li div:last-of-type h3 {
          font-size: 1.8rem; }
        .p-req-flow-list li div:last-of-type p {
          font-size: 1.5rem; }
        .p-req-flow-list li span {
          font-size: 3.5rem; }
    .p-req-flow a {
      font-size: 2.6rem;
      height: 125px;
      margin-top: 45px; } }

@media screen and (max-width: 768px) {
  .p-req-flow {
    padding-top: 70px;
    padding-bottom: 125px; }
    .p-req-flow h2 {
      font-size: 2.3rem; }
    .p-req-flow-list {
      margin-top: 70px; }
      .p-req-flow-list li {
        height: 110px; }
        .p-req-flow-list li div:first-of-type {
          width: 135px; }
          .p-req-flow-list li div:first-of-type img.mail {
            width: 55px; }
          .p-req-flow-list li div:first-of-type img.doc {
            width: 55px; }
          .p-req-flow-list li div:first-of-type img.credit {
            width: 75px; }
          .p-req-flow-list li div:first-of-type img.ok {
            width: 65px; }
          .p-req-flow-list li div:first-of-type img.start {
            width: 70px; }
        .p-req-flow-list li div:last-of-type {
          width: calc(100% - 135px);
          padding-right: 15px; }
          .p-req-flow-list li div:last-of-type h3 {
            font-size: 1.6rem; }
          .p-req-flow-list li div:last-of-type p {
            font-size: 1.4rem; }
        .p-req-flow-list li span {
          font-size: 3.1rem;
          top: 15px;
          right: 20px; }
    .p-req-flow a {
      font-size: 2.3rem;
      height: 110px;
      margin-top: 40px; } }

@media screen and (max-width: 560px) {
  .p-req-flow {
    padding-top: 55px;
    padding-bottom: 105px; }
    .p-req-flow h2 {
      font-size: 2rem; }
    .p-req-flow-list {
      margin-top: 55px; }
      .p-req-flow-list li {
        height: 95px; }
        .p-req-flow-list li div:first-of-type {
          width: 115px; }
          .p-req-flow-list li div:first-of-type img.mail {
            width: 50px; }
          .p-req-flow-list li div:first-of-type img.doc {
            width: 50px; }
          .p-req-flow-list li div:first-of-type img.credit {
            width: 70px; }
          .p-req-flow-list li div:first-of-type img.ok {
            width: 60px; }
          .p-req-flow-list li div:first-of-type img.start {
            width: 65px; }
        .p-req-flow-list li div:last-of-type {
          width: calc(100% - 115px);
          padding-right: 10px; }
          .p-req-flow-list li div:last-of-type h3 {
            font-size: 1.5rem; }
          .p-req-flow-list li div:last-of-type p {
            font-size: 1.3rem;
            margin-top: 10px; }
        .p-req-flow-list li span {
          font-size: 2.5rem;
          top: 10px;
          right: 15px; }
    .p-req-flow a {
      font-size: 2rem;
      height: 95px;
      margin-top: 35px; } }

.p-co-keyVisu {
  width: 100%;
  background-color: #e0e8e7;
  padding: 40px 0; }
  .p-co-keyVisu h2 {
    font-size: clamp(3.8rem, 5.5vw, 7.5rem);
    letter-spacing: 0.28em;
    color: #fff;
    text-align: center; }
    .p-co-keyVisu h2 span {
      font-size: clamp(2.3rem, 2vw, 2.8rem);
      letter-spacing: 0.3em;
      color: #92b1ae;
      display: block;
      margin: 25px 0; }

@media screen and (max-width: 960px) {
  .p-co-keyVisu {
    margin-top: 80px;
    padding: 35px 0; } }

@media screen and (max-width: 768px) {
  .p-co-keyVisu {
    padding: 30px 0; }
    .p-co-keyVisu h2 span {
      margin: 20px 0; } }

@media screen and (max-width: 560px) {
  .p-co-keyVisu {
    margin-top: 70px;
    padding: 25px 0; }
    .p-co-keyVisu h2 {
      font-size: 3.3rem; }
      .p-co-keyVisu h2 span {
        font-size: 2rem;
        margin: 15px 0; } }

.p-co-philo {
  padding-top: 80px; }
  .p-co-philo h3 {
    font-size: clamp(2.3rem, 2vw, 2.8rem);
    letter-spacing: 0.3em;
    color: #92b1ae;
    text-align: center;
    position: relative;
    z-index: 3; }
    .p-co-philo h3 span {
      display: inline-block;
      margin-top: 30px; }
  .p-co-philo img {
    margin-top: -30px; }
  .p-co-philo-message {
    width: 100%;
    background-color: #8ac1cd;
    padding-top: 75px;
    padding-bottom: 130px; }
    .p-co-philo-message h4 {
      font-size: clamp(3.3rem, 4.4vw, 6rem);
      letter-spacing: 0.3em;
      color: #fff;
      text-align: center; }
      .p-co-philo-message h4 span {
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        display: inline-block;
        margin-top: 20px; }
    .p-co-philo-message p {
      font-size: 2rem;
      line-height: 2.5;
      letter-spacing: 0.1em;
      color: #fff;
      text-align: center;
      margin-top: 55px; }

@media screen and (max-width: 960px) {
  .p-co-philo {
    padding-top: 75px; }
    .p-co-philo img {
      margin-top: -20px; }
    .p-co-philo-message {
      padding-top: 65px;
      padding-bottom: 110px; }
      .p-co-philo-message h4 span {
        font-size: 1.7rem; }
      .p-co-philo-message p {
        font-size: 1.8rem; } }

@media screen and (max-width: 768px) {
  .p-co-philo h3 span {
    margin-top: 25px; }
  .p-co-philo img {
    margin-top: -15px; }
  .p-co-philo-message {
    padding-top: 55px;
    padding-bottom: 100px; }
    .p-co-philo-message h4 span {
      font-size: 1.6rem; }
    .p-co-philo-message p {
      font-size: 1.6rem; } }

@media screen and (max-width: 560px) {
  .p-co-philo h3 {
    font-size: 2rem; }
    .p-co-philo h3 span {
      margin-top: 20px; }
  .p-co-philo img {
    margin-top: -10px; }
  .p-co-philo-message {
    padding-top: 40px;
    padding-bottom: 80px; }
    .p-co-philo-message h4 {
      font-size: 3rem; }
      .p-co-philo-message h4 span {
        font-size: 1.5rem; }
    .p-co-philo-message p {
      font-size: 1.4rem; } }

.p-co-details {
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #e0e8e7; }
  .p-co-details h3 {
    font-size: clamp(2.3rem, 2vw, 2.8rem);
    letter-spacing: 0.3em;
    color: #92b1ae;
    text-align: center; }
    .p-co-details h3 span {
      display: inline-block;
      margin-top: 30px; }
  .p-co-details .logoTxt {
    font-size: clamp(4rem, 5.3vw, 7.2rem);
    letter-spacing: 0.2em;
    text-align: center;
    margin-top: 85px; }
  .p-co-details img {
    width: 165px;
    display: block;
    margin: 45px auto; }
  .p-co-details-txt {
    font-size: 2rem;
    line-height: 2.2;
    letter-spacing: 0.1em;
    color: #4d5f5d;
    text-align: center; }

@media screen and (max-width: 960px) {
  .p-co-details {
    padding-top: 75px;
    padding-bottom: 90px; }
    .p-co-details .logoTxt {
      margin-top: 70px; }
    .p-co-details img {
      width: 150px;
      margin: 40px auto; }
    .p-co-details-txt {
      font-size: 1.8rem; } }

@media screen and (max-width: 768px) {
  .p-co-details {
    padding-top: 75px;
    padding-bottom: 90px; }
    .p-co-details h3 span {
      margin-top: 25px; }
    .p-co-details .logoTxt {
      margin-top: 60px; }
    .p-co-details img {
      width: 135px;
      margin: 35px auto; }
    .p-co-details-txt {
      font-size: 1.6rem; } }

@media screen and (max-width: 560px) {
  .p-co-details {
    padding-top: 75px;
    padding-bottom: 90px; }
    .p-co-details h3 {
      font-size: 2rem; }
      .p-co-details h3 span {
        margin-top: 20px; }
    .p-co-details .logoTxt {
      font-size: 3.5rem;
      margin-top: 50px; }
    .p-co-details img {
      width: 120px;
      margin: 30px auto; }
    .p-co-details-txt {
      font-size: 1.4rem; } }

.p-co-greeting {
  padding-top: 105px;
  padding-bottom: 90px; }
  .p-co-greeting h3 {
    font-size: clamp(2.3rem, 2vw, 2.8rem);
    letter-spacing: 0.3em;
    color: #92b1ae;
    text-align: center; }
    .p-co-greeting h3 span {
      display: inline-block;
      margin-top: 30px; }
  .p-co-greeting .img {
    width: 350px;
    display: block;
    margin: 0 auto;
    margin-top: 85px;
    margin-bottom: 45px; }
  .p-co-greeting .name {
    width: 305px;
    display: block;
    margin: 0 auto; }
  .p-co-greeting p {
    font-size: 2rem;
    line-height: 2.3;
    letter-spacing: 0.1em;
    color: #92b1ae;
    text-align: justify;
    margin-top: 100px; }

@media screen and (max-width: 960px) {
  .p-co-greeting {
    padding-top: 90px;
    padding-bottom: 75px; }
    .p-co-greeting .img {
      width: 320px;
      margin-top: 70px;
      margin-bottom: 35px; }
    .p-co-greeting .name {
      width: 270px; }
    .p-co-greeting p {
      font-size: 1.8rem;
      margin-top: 80px; } }

@media screen and (max-width: 768px) {
  .p-co-greeting {
    padding-top: 75px;
    padding-bottom: 60px; }
    .p-co-greeting h3 span {
      margin-top: 25px; }
    .p-co-greeting .img {
      width: 290px;
      margin-top: 55px;
      margin-bottom: 25px; }
    .p-co-greeting .name {
      width: 260px; }
    .p-co-greeting p {
      font-size: 1.6rem;
      margin-top: 65px; } }

@media screen and (max-width: 560px) {
  .p-co-greeting {
    padding-top: 60px;
    padding-bottom: 50px; }
    .p-co-greeting h3 {
      font-size: 2rem; }
      .p-co-greeting h3 span {
        margin-top: 20px; }
    .p-co-greeting .img {
      width: 250px;
      margin-top: 45px;
      margin-bottom: 20px; }
    .p-co-greeting .name {
      width: 210px; }
    .p-co-greeting p {
      font-size: 1.4rem;
      margin-top: 50px; } }

.p-co-overview {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e0e8e7; }
  .p-co-overview-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .p-co-overview-wrap h3 {
      font-size: clamp(2.3rem, 2vw, 2.8rem);
      letter-spacing: 0.3em;
      color: #92b1ae;
      text-align: center;
      padding-bottom: 60px; }
      .p-co-overview-wrap h3 span {
        display: inline-block;
        margin-top: 30px; }
    .p-co-overview-wrap table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      width: 635px; }
      .p-co-overview-wrap table tbody tr:not(:first-of-type) th,
      .p-co-overview-wrap table tbody tr:not(:first-of-type) td {
        border-top: 1px solid #92b1ae; }
      .p-co-overview-wrap table tbody tr th {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        color: #4d5f5d;
        padding: 1.4em 0.5em 1.4em 0; }
      .p-co-overview-wrap table tbody tr td {
        font-size: 2rem;
        letter-spacing: 0.1em;
        color: #4d5f5d;
        padding-left: 1em; }

@media screen and (max-width: 960px) {
  .p-co-overview {
    padding-top: 75px;
    padding-bottom: 75px; }
    .p-co-overview-wrap h3 {
      width: 220px; }
    .p-co-overview-wrap table {
      width: calc(100% - 240px); }
      .p-co-overview-wrap table tbody tr th {
        font-size: 1.5rem; }
      .p-co-overview-wrap table tbody tr td {
        font-size: 1.8rem; } }

@media screen and (max-width: 768px) {
  .p-co-overview {
    padding-top: 60px;
    padding-bottom: 60px; }
    .p-co-overview-wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-co-overview-wrap h3 {
        width: 100%;
        padding-bottom: 45px; }
        .p-co-overview-wrap h3 span {
          margin-top: 25px; }
      .p-co-overview-wrap table {
        width: 100%; }
        .p-co-overview-wrap table tbody tr th {
          font-size: 1.5rem; }
        .p-co-overview-wrap table tbody tr td {
          font-size: 1.7rem; } }

@media screen and (max-width: 560px) {
  .p-co-overview {
    padding-top: 45px;
    padding-bottom: 45px; }
    .p-co-overview-wrap h3 {
      font-size: 2rem;
      padding-bottom: 35px; }
      .p-co-overview-wrap h3 span {
        margin-top: 20px; }
    .p-co-overview-wrap table {
      width: 100%; }
      .p-co-overview-wrap table tbody tr th {
        font-size: 1.4rem; }
      .p-co-overview-wrap table tbody tr td {
        font-size: 1.5rem; } }

.p-register-check {
  position: relative;
  width: 100%;
  font-size: 1.6rem; }
  .p-register-check .p-register-check_row {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: dotted 1px #aaaaaa;
    padding: 10px 15px; }
    .p-register-check .p-register-check_row .p-register-check_row-title {
      position: relative;
      width: 220px;
      font-family: fot-tsukuardgothic-std, sans-serif;
      font-size: 1.4rem;
      line-height: 18px;
      color: #999999; }
    .p-register-check .p-register-check_row .p-register-check_row-input {
      position: relative;
      width: calc(100% - 220px);
      line-height: 18px;
      font-family: fot-tsukuardgothic-std, sans-serif; }
  .p-register-check .p-register-check_btns {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .p-register-check .p-register-check_btns .p-register-check_btns-blk {
      width: 40%; }
  @media screen and (max-width: 768px) {
    .p-register-check .p-register-check_row {
      padding: 10px 10px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-register-check .p-register-check_row .p-register-check_row-title {
        width: 100%;
        margin-bottom: 4px; }
      .p-register-check .p-register-check_row .p-register-check_row-input {
        width: 100%;
        padding-left: 10px; }
    .p-register-check .p-register-check_btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .p-register-check .p-register-check_btns .p-register-check_btns-blk {
        width: 80%; } }

.p-register-complete {
  position: relative; }
  .p-register-complete .p-register-complete_title {
    font-size: 5rem;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #9ac1cc;
    text-align: center;
    margin-bottom: 60px; }
  .p-register-complete .p-register-complete_txt {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 2.2;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #707070;
    text-align: center; }
  @media screen and (max-width: 768px) {
    .p-register-complete .p-register-complete_title {
      font-size: 3.5rem;
      margin-bottom: 40px; }
    .p-register-complete .p-register-complete_txt {
      font-size: 1.5rem; } }

.p-blog-keyVisu {
  width: 100%;
  background-color: #e0e8e7; }
  .p-blog-keyVisu img {
    width: 100%; }
    .p-blog-keyVisu img:last-of-type {
      display: none; }

@media screen and (max-width: 960px) {
  .p-blog-keyVisu {
    margin-top: 80px; } }

@media screen and (max-width: 560px) {
  .p-blog-keyVisu {
    margin-top: 70px; }
    .p-blog-keyVisu img:first-of-type {
      display: none; }
    .p-blog-keyVisu img:last-of-type {
      display: block; } }

.p-blog {
  padding-top: 80px;
  padding-bottom: 70px; }
  .p-blog .l-container {
    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; }
  .p-blog aside {
    width: 24%;
    max-width: 230px; }
    .p-blog aside nav h3 {
      font-size: 2.4rem;
      letter-spacing: 0.2em;
      color: #afd1ce; }
    .p-blog aside nav ul {
      margin-top: 30px; }
      .p-blog aside nav ul li:not(:first-of-type) {
        border-top: 1px solid #d4d4d4; }
      .p-blog aside nav ul li a {
        font-size: 1.6rem;
        line-height: 1.25;
        letter-spacing: 0.05em;
        display: block;
        padding: 1.25em 0;
        color: #717171;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        font-family: fot-tsukuardgothic-std,sans-serif;
        font-weight: 700;
        font-style: normal; }
        .p-blog aside nav ul li a.active {
          color: #afd1ce; }
        .p-blog aside nav ul li a:hover {
          color: #afd1ce; }
  .p-blog-list {
    width: 70%;
    max-width: 670px; }
    .p-blog-list h3 {
      font-size: 3rem;
      letter-spacing: 0.2em;
      color: #afd1ce;
      text-align: center; }
    .p-blog-list ul {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 50px; }
      .p-blog-list ul li {
        width: 50%;
        padding: 0 17px; }
        .p-blog-list ul li:nth-of-type(n+3) {
          margin-top: 60px; }
  .p-blog-single {
    width: 70%;
    max-width: 670px;
    padding-bottom: 30px; }
    .p-blog-single h3 {
      font-size: 3rem;
      letter-spacing: 0.2em;
      color: #afd1ce;
      text-align: center; }
    .p-blog-single article {
      width: 100%; }
      .p-blog-single article header {
        margin-bottom: 30px; }
        .p-blog-single article header time {
          font-size: 1.2rem;
          opacity: 0.6;
          margin-top: 40px;
          margin-bottom: 10px;
          padding-left: 20px;
          line-height: 15px;
          background-image: url(../images/3x/icon-clock@3x.png);
          background-repeat: no-repeat;
          background-size: contain;
          display: block; }
        .p-blog-single article header h4 {
          font-size: 2.4rem;
          line-height: 1.6;
          letter-spacing: 0.05em;
          display: inline;
          padding: .1em;
          color: #fff;
          background-color: #92b1ae; }
      .p-blog-single article img {
        width: 100%; }
        .p-blog-single article img:last-of-type {
          margin-top: 55px; }
      .p-blog-single article p {
        font-size: 1.6rem;
        line-height: 2.5;
        letter-spacing: 0.05em;
        font-family: fot-tsukuardgothic-std,sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: justify; }
        .p-blog-single article p.p-01 {
          margin-top: 50px; }
        .p-blog-single article p.p-02 {
          margin-top: 35px; }

@media screen and (max-width: 960px) {
  .p-blog {
    padding-top: 70px;
    padding-bottom: 60px; }
    .p-blog aside nav h3 {
      font-size: 2.1rem; }
    .p-blog aside nav ul li a {
      font-size: 1.4rem; }
    .p-blog-list {
      width: 73%; }
      .p-blog-list h3 {
        font-size: 2.6rem; }
      .p-blog-list ul {
        margin-top: 40px; }
        .p-blog-list ul li {
          width: 50%;
          padding: 0 10px; }
          .p-blog-list ul li:nth-of-type(n+3) {
            margin-top: 50px; }
    .p-blog-single {
      width: 73%;
      padding-bottom: 20px; }
      .p-blog-single h3 {
        font-size: 2.6rem; }
      .p-blog-single article header {
        margin-bottom: 25px; }
        .p-blog-single article header time {
          margin-top: 30px; }
        .p-blog-single article header h4 {
          font-size: 2.1rem; }
      .p-blog-single article img:last-of-type {
        margin-top: 40px; }
      .p-blog-single article p {
        font-size: 1.5rem; }
        .p-blog-single article p.p-01 {
          margin-top: 40px; }
        .p-blog-single article p.p-02 {
          margin-top: 30px; } }

@media screen and (max-width: 768px) {
  .p-blog {
    padding-top: 60px;
    padding-bottom: 50px; }
    .p-blog aside nav h3 {
      font-size: 1.8rem; }
    .p-blog aside nav ul li a {
      font-size: 1.3rem; }
    .p-blog-list h3 {
      font-size: 2.2rem; }
    .p-blog-list ul {
      margin-top: 35px; }
      .p-blog-list ul li {
        width: 50%;
        padding: 0 5px; }
        .p-blog-list ul li:nth-of-type(n+3) {
          margin-top: 40px; }
    .p-blog-single h3 {
      font-size: 2.2rem; }
    .p-blog-single article header {
      margin-bottom: 20px; }
      .p-blog-single article header time {
        margin-top: 25px; }
      .p-blog-single article header h4 {
        font-size: 1.8rem; }
    .p-blog-single article img:last-of-type {
      margin-top: 35px; }
    .p-blog-single article p {
      font-size: 1.4rem; }
      .p-blog-single article p.p-01 {
        margin-top: 35px; }
      .p-blog-single article p.p-02 {
        margin-top: 25px; } }

@media screen and (max-width: 560px) {
  .p-blog {
    padding-top: 40px;
    padding-bottom: 40px; }
    .p-blog .l-container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .p-blog aside {
      width: 100%;
      max-width: none;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 45px; }
      .p-blog aside nav h3 {
        font-size: 1.6rem;
        text-align: center; }
      .p-blog aside nav ul {
        margin-top: 15px; }
        .p-blog aside nav ul li a {
          font-size: 1.4rem; }
    .p-blog-list {
      width: 100%;
      max-width: none;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      .p-blog-list h3 {
        font-size: 2rem; }
      .p-blog-list ul {
        margin-top: 30px; }
        .p-blog-list ul li {
          width: 50%;
          padding: 0 2px; }
          .p-blog-list ul li:nth-of-type(n+3) {
            margin-top: 30px; }
    .p-blog-single {
      width: 100%;
      max-width: auto; }
      .p-blog-single h3 {
        font-size: 2rem; }
      .p-blog-single article header {
        margin-bottom: 15px; }
        .p-blog-single article header time {
          margin-top: 20px; }
        .p-blog-single article header h4 {
          font-size: 1.6rem;
          padding: .2em .1em; }
      .p-blog-single article img:last-of-type {
        margin-top: 30px; }
      .p-blog-single article p {
        font-size: 1.3rem; }
        .p-blog-single article p.p-01 {
          margin-top: 30px; }
        .p-blog-single article p.p-02 {
          margin-top: 20px; } }

.p-blog-recommend {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
  margin-bottom: 30px;
  background-color: #e0e8e7; }
  .p-blog-recommend h3 {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center; }
  .p-blog-recommend ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px; }
    .p-blog-recommend ul li {
      width: calc(100% / 3);
      padding: 0 10px; }

@media screen and (max-width: 960px) {
  .p-blog-recommend {
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: 25px; }
    .p-blog-recommend h3 {
      font-size: 1.8rem; }
    .p-blog-recommend ul {
      margin-top: 40px; }
      .p-blog-recommend ul li {
        padding: 0 5px; } }

@media screen and (max-width: 768px) {
  .p-blog-recommend {
    padding-top: 40px;
    padding-bottom: 55px; }
    .p-blog-recommend h3 {
      font-size: 1.6rem; }
    .p-blog-recommend ul {
      margin-top: 35px; }
      .p-blog-recommend ul li {
        width: calc(100% / 3);
        padding: 0 2px; } }

@media screen and (max-width: 560px) {
  .p-blog-recommend {
    padding-top: 30px;
    padding-bottom: 40px; }
    .p-blog-recommend h3 {
      font-size: 1.4rem; }
    .p-blog-recommend ul {
      margin-top: 30px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.p-blog-post {
  width: 100%;
  padding-top: 65px;
  padding-bottom: 100px;
  border-top: 1px solid #707070; }
  .p-blog-post h3 {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center; }
  .p-blog-post ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px; }
    .p-blog-post ul li {
      width: calc(100% / 3);
      padding: 0 10px;
      margin-bottom: 20px; }

@media screen and (max-width: 960px) {
  .p-blog-post {
    padding-top: 55px;
    padding-bottom: 80px; }
    .p-blog-post h3 {
      font-size: 1.8rem; }
    .p-blog-post ul {
      margin-top: 40px; }
      .p-blog-post ul li {
        padding: 0 5px; } }

@media screen and (max-width: 768px) {
  .p-blog-post {
    padding-top: 40px;
    padding-bottom: 55px; }
    .p-blog-post h3 {
      font-size: 1.6rem; }
    .p-blog-post ul {
      margin-top: 35px; }
      .p-blog-post ul li {
        padding: 0 2px; } }

@media screen and (max-width: 560px) {
  .p-blog-post {
    padding-top: 30px;
    padding-bottom: 40px; }
    .p-blog-post h3 {
      font-size: 1.4rem; }
    .p-blog-post ul {
      margin-top: 30px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.p-facility {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
  overflow: hidden; }
  .p-facility * {
    font-family: fot-tsukuardgothic-std,sans-serif; }
  .p-facility .p-facility_content {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 40px 30px 30px; }
    .p-facility .p-facility_content .p-facility_content-like {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10;
      width: 80px;
      height: 80px;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .p-facility .p-facility_content .p-facility_content-like .p-facility_content-like-icon {
        position: relative;
        width: 26px; }
        .p-facility .p-facility_content .p-facility_content-like .p-facility_content-like-icon .p-facility_content-like-icon_check {
          display: none; }
          .p-facility .p-facility_content .p-facility_content-like .p-facility_content-like-icon .p-facility_content-like-icon_check:checked + .p-facility_content-like-icon_label img:first-of-type {
            display: block; }
          .p-facility .p-facility_content .p-facility_content-like .p-facility_content-like-icon .p-facility_content-like-icon_check:checked + .p-facility_content-like-icon_label img:last-of-type {
            display: none; }
          .p-facility .p-facility_content .p-facility_content-like .p-facility_content-like-icon .p-facility_content-like-icon_check:not(:checked) + .p-facility_content-like-icon_label img:first-of-type {
            display: none; }
          .p-facility .p-facility_content .p-facility_content-like .p-facility_content-like-icon .p-facility_content-like-icon_check:not(:checked) + .p-facility_content-like-icon_label img:last-of-type {
            display: block; }
        .p-facility .p-facility_content .p-facility_content-like .p-facility_content-like-icon .p-facility_content-like-icon_label {
          position: relative; }
      .p-facility .p-facility_content .p-facility_content-like .p-facility_content-like-text {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0;
        color: #ff007e;
        margin-top: 5px; }
    .p-facility .p-facility_content .p-facility_heading {
      position: relative; }
      .p-facility .p-facility_content .p-facility_heading .p-facility_category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 600;
        margin-bottom: 15px; }
        .p-facility .p-facility_content .p-facility_heading .p-facility_category .p-facility_category-label {
          font-size: 1.8rem;
          width: 115px; }
        .p-facility .p-facility_content .p-facility_heading .p-facility_category .p-facility_category-value {
          position: relative;
          width: calc(100% - 115px);
          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; }
          .p-facility .p-facility_content .p-facility_heading .p-facility_category .p-facility_category-value img {
            width: 80px;
            margin-right: 10px; }
          .p-facility .p-facility_content .p-facility_heading .p-facility_category .p-facility_category-value div {
            width: calc(100% - 90px);
            font-size: 2.4rem; }
      .p-facility .p-facility_content .p-facility_heading .p-facility_name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 600;
        margin-bottom: 25px; }
        .p-facility .p-facility_content .p-facility_heading .p-facility_name.job .p-facility_name-label {
          width: auto; }
        .p-facility .p-facility_content .p-facility_heading .p-facility_name.job .p-facility_name-value {
          width: auto; }
        .p-facility .p-facility_content .p-facility_heading .p-facility_name .p-facility_name-label {
          font-size: 1.8rem;
          width: 115px; }
        .p-facility .p-facility_content .p-facility_heading .p-facility_name .p-facility_name-value {
          position: relative;
          width: calc(100% - 115px);
          font-size: 4rem;
          font-weight: 600; }
          .p-facility .p-facility_content .p-facility_heading .p-facility_name .p-facility_name-value.link a {
            padding-bottom: 5px;
            border-bottom: solid 1px #60abba;
            display: inline-block;
            margin-bottom: 5px; }
            .p-facility .p-facility_content .p-facility_heading .p-facility_name .p-facility_name-value.link a span {
              position: relative; }
              .p-facility .p-facility_content .p-facility_heading .p-facility_name .p-facility_name-value.link a span::before, .p-facility .p-facility_content .p-facility_heading .p-facility_name .p-facility_name-value.link a span::after {
                display: inline-block; }
              .p-facility .p-facility_content .p-facility_heading .p-facility_name .p-facility_name-value.link a span::before {
                content: "「"; }
              .p-facility .p-facility_content .p-facility_heading .p-facility_name .p-facility_name-value.link a span::after {
                content: "」";
                margin-right: -15px; }
            .p-facility .p-facility_content .p-facility_heading .p-facility_name .p-facility_name-value.link a svg {
              width: 24px;
              height: 24px;
              fill: #60abba; }
      .p-facility .p-facility_content .p-facility_heading .p-facility_tags {
        position: relative;
        width: 100%;
        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; }
        .p-facility .p-facility_content .p-facility_heading .p-facility_tags li {
          position: relative;
          margin-right: 5px;
          margin-bottom: 5px; }
          .p-facility .p-facility_content .p-facility_heading .p-facility_tags li a {
            background-color: #999999;
            color: #ffffff;
            font-size: 1.6rem;
            font-weight: 600;
            padding: 3px 12px;
            border-radius: 10px;
            display: block; }
            .p-facility .p-facility_content .p-facility_heading .p-facility_tags li a:hover {
              opacity: 0.8; }
  .p-facility .p-facility_images {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 15px;
    padding-top: 58%; }
    .p-facility .p-facility_images.only {
      width: 100%;
      height: auto;
      padding: 0; }
      .p-facility .p-facility_images.only .p-facility_slider {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
        .p-facility .p-facility_images.only .p-facility_slider .swiper-slide {
          width: 100%; }
          .p-facility .p-facility_images.only .p-facility_slider .swiper-slide img {
            width: 100%; }
    .p-facility .p-facility_images .p-facility_slider {
      position: absolute;
      width: 100vw;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-transform: translate(-30px);
      -ms-transform: translate(-30px);
      transform: translate(-30px); }
      .p-facility .p-facility_images .p-facility_slider .swiper-slide {
        width: auto;
        border-radius: 30px;
        overflow: hidden; }
      .p-facility .p-facility_images .p-facility_slider img {
        position: relative;
        width: auto;
        height: 100%; }
  .p-facility .p-facility_pager {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 20px; }
    .p-facility .p-facility_pager .swiper-pagination {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .p-facility .p-facility_pager .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        margin: 0 8px; }
  .p-facility .p-facility_descriptions {
    position: relative;
    width: 100%;
    margin-bottom: 70px; }
    .p-facility .p-facility_descriptions .p-facility_descriptions_copy {
      position: relative;
      width: 100%;
      font-size: 3.6rem;
      line-height: 1.3em;
      font-weight: 600;
      margin-bottom: 25px; }
    .p-facility .p-facility_descriptions .p-facility_descriptions_texts {
      position: relative;
      width: 100%;
      font-size: 1.6rem;
      line-height: 1.8em;
      font-weight: 600; }
  .p-facility .p-facility_details {
    position: relative;
    width: 100%;
    margin-bottom: 100px; }
    .p-facility .p-facility_details .p-facility_detail-item {
      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: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 30px 0;
      border-top: dotted 3px #999999;
      font-weight: 600; }
      .p-facility .p-facility_details .p-facility_detail-item:last-of-type {
        border-bottom: dotted 3px #999999; }
      .p-facility .p-facility_details .p-facility_detail-item dt {
        position: relative;
        width: 150px;
        font-size: 1.6rem;
        line-height: 1.6em;
        padding-right: 40px; }
      .p-facility .p-facility_details .p-facility_detail-item dd {
        position: relative;
        width: calc(100% - 150px);
        font-size: 1.6rem;
        line-height: 1.8em; }
      .p-facility .p-facility_details .p-facility_detail-item .p-facility_detail-item_other {
        position: relative;
        width: 100%; }
        .p-facility .p-facility_details .p-facility_detail-item .p-facility_detail-item_other tr {
          border-bottom: solid 1px #eeeeee; }
        .p-facility .p-facility_details .p-facility_detail-item .p-facility_detail-item_other .p-facility_detail-item_other-ttl {
          font-size: 1.6rem;
          white-space: nowrap;
          vertical-align: top;
          font-weight: bold;
          padding-right: 30px;
          position: relative;
          padding-bottom: 10px;
          padding-top: 10px; }
          .p-facility .p-facility_details .p-facility_detail-item .p-facility_detail-item_other .p-facility_detail-item_other-ttl::after {
            content: '：';
            position: absolute;
            right: 5px;
            top: 10px; }
        .p-facility .p-facility_details .p-facility_detail-item .p-facility_detail-item_other .p-facility_detail-item_other-cont {
          position: relative;
          font-size: 1.6rem;
          font-weight: bold;
          padding-bottom: 10px;
          padding-top: 10px; }
    .p-facility .p-facility_details .p-facility_texts-detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .p-facility .p-facility_details .p-facility_texts-detail:not(:first-of-type) {
        margin-top: 15px;
        padding-top: 15px;
        border-top: solid 1px #fff0df; }
      .p-facility .p-facility_details .p-facility_texts-detail .p-facility_texts-detail_title {
        position: relative;
        width: 200px; }
      .p-facility .p-facility_details .p-facility_texts-detail .p-facility_texts-detail_content {
        position: relative;
        width: calc(100% - 160px); }
    .p-facility .p-facility_details .p-facility_texts {
      position: relative;
      font-size: 1.6rem;
      line-height: 1.8em;
      width: 100%; }
      .p-facility .p-facility_details .p-facility_texts:not(:first-of-type) {
        margin-top: 15px;
        padding-top: 15px;
        border-top: solid 1px #fff0df; }
      .p-facility .p-facility_details .p-facility_texts .p-facility_texts-hosoku {
        font-size: 0.8em; }
    .p-facility .p-facility_details .p-facility_lists {
      position: relative;
      width: 100%; }
      .p-facility .p-facility_details .p-facility_lists li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .p-facility .p-facility_details .p-facility_lists li::before {
          content: '●';
          display: inline-block;
          position: relative; }
    .p-facility .p-facility_details .p-facility_medical {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-left: solid 1px #999999; }
      .p-facility .p-facility_details .p-facility_medical li {
        border-bottom: solid 1px #999999;
        border-right: solid 1px #999999;
        width: 50%;
        position: relative;
        padding: 8px 10px 8px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .p-facility .p-facility_details .p-facility_medical li:first-of-type {
          border-top: solid 1px #999999; }
        .p-facility .p-facility_details .p-facility_medical li:nth-child(2) {
          border-top: solid 1px #999999; }
        .p-facility .p-facility_details .p-facility_medical li::before {
          display: inline-block;
          position: relative;
          font-weight: 600;
          margin-right: 20px; }
        .p-facility .p-facility_details .p-facility_medical li.ok::before {
          content: '●'; }
        .p-facility .p-facility_details .p-facility_medical li.ng::before {
          content: '×'; }
        .p-facility .p-facility_details .p-facility_medical li.consult::before {
          content: '▲'; }
    .p-facility .p-facility_details .p-facility_price {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-left: solid 1px #999999; }
      .p-facility .p-facility_details .p-facility_price li {
        border-right: solid 1px #999999;
        border-bottom: solid 1px #999999;
        width: 50%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 1.4rem; }
        .p-facility .p-facility_details .p-facility_price li:first-of-type {
          border-top: solid 1px #999999; }
        .p-facility .p-facility_details .p-facility_price li:nth-child(2) {
          border-top: solid 1px #999999; }
        .p-facility .p-facility_details .p-facility_price li:nth-child(odd) {
          border-right: solid 1px #999999; }
        .p-facility .p-facility_details .p-facility_price li .p-facility_price-degree {
          position: relative;
          padding: 4px 8px;
          width: 40%;
          text-align: center;
          background-color: #eeeeee;
          line-height: 1.2em;
          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; }
        .p-facility .p-facility_details .p-facility_price li .p-facility_price-span {
          position: relative;
          width: 60%;
          padding: 4px 6px;
          text-align: right;
          letter-spacing: 0.1em;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
    .p-facility .p-facility_details .p-facility_staff {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-left: solid 1px #999999; }
      .p-facility .p-facility_details .p-facility_staff li {
        border-right: solid 1px #999999;
        border-bottom: solid 1px #999999;
        width: 50%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .p-facility .p-facility_details .p-facility_staff li:first-of-type {
          border-top: solid 1px #999999; }
        .p-facility .p-facility_details .p-facility_staff li:nth-child(2) {
          border-top: solid 1px #999999; }
        .p-facility .p-facility_details .p-facility_staff li:nth-child(odd) {
          border-right: solid 1px #999999; }
        .p-facility .p-facility_details .p-facility_staff li .p-facility_staff-job {
          position: relative;
          padding: 8px 10px 8px 15px;
          width: 65%;
          background-color: #eeeeee; }
        .p-facility .p-facility_details .p-facility_staff li .p-facility_staff-number {
          position: relative;
          width: 35%;
          padding: 8px 10px;
          text-align: center; }
    .p-facility .p-facility_details .p-facility_detail-youtube {
      position: relative;
      width: 100%;
      padding: 60px 40px;
      margin: 60px auto 0; }
      .p-facility .p-facility_details .p-facility_detail-youtube::after {
        position: absolute;
        content: '';
        display: block;
        width: 80%;
        height: 100%;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #eeeeee;
        z-index: 1; }
      .p-facility .p-facility_details .p-facility_detail-youtube .p-facility_detail-youtube_item {
        position: relative;
        padding-top: 56.25%;
        height: 0;
        z-index: 2; }
        .p-facility .p-facility_details .p-facility_detail-youtube .p-facility_detail-youtube_item iframe {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
    .p-facility .p-facility_details .p-facility_average-fee {
      position: relative;
      width: 100%;
      background-color: #dff2f0;
      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;
      font-size: 1.6rem;
      font-weight: 600;
      padding: 8px 12px;
      margin-top: 20px; }
  .p-facility .p-facility_access {
    position: relative;
    width: 100%;
    padding: 60px 40px; }
    .p-facility .p-facility_access .p-facility_access-map {
      position: relative;
      width: 100%;
      height: 460px; }
      .p-facility .p-facility_access .p-facility_access-map iframe {
        position: relative;
        width: 100%;
        height: 100%; }
    .p-facility .p-facility_access .p-facility_access-foot {
      position: relative;
      width: 100%;
      margin-top: 30px;
      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; }
      .p-facility .p-facility_access .p-facility_access-foot .p-facility_access-address {
        position: relative;
        font-size: 1.6rem;
        font-weight: 600; }
      .p-facility .p-facility_access .p-facility_access-foot .p-facility_access-btn {
        position: relative;
        width: 285px;
        height: 60px;
        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: 1.6rem;
        font-weight: 600;
        border: solid 3px #999999;
        background-color: #ffffff;
        border-radius: 30px; }
        .p-facility .p-facility_access .p-facility_access-foot .p-facility_access-btn:hover {
          background-color: #999999; }
  .p-facility .p-facility_btns {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .p-facility .p-facility_btns .p-facility_contact {
      position: relative;
      width: 100%;
      color: #ffffff;
      background-color: #999999;
      border-radius: 20px;
      -webkit-transition: opacity .1s;
      -o-transition: opacity .1s;
      transition: opacity .1s;
      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: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 600;
      padding: 60px 15px 0;
      margin-bottom: 100px; }
      .p-facility .p-facility_btns .p-facility_contact .p-facility_contact-text {
        position: relative;
        font-size: 1.8rem;
        letter-spacing: 0.05em;
        line-height: 1.8em;
        margin-bottom: 35px;
        text-align: center; }
        .p-facility .p-facility_btns .p-facility_contact .p-facility_contact-text br {
          display: none; }
      .p-facility .p-facility_btns .p-facility_contact .p-facility_contact-number {
        position: relative;
        font-size: 6rem;
        letter-spacing: 0.05em;
        margin-bottom: 25px; }
      .p-facility .p-facility_btns .p-facility_contact .p-facility_btn-img--pc {
        display: block; }
      .p-facility .p-facility_btns .p-facility_contact .p-facility_btn-img--sp {
        display: none; }
      .p-facility .p-facility_btns .p-facility_contact:hover {
        opacity: 0.7; }
  .p-facility .p-facility_sns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .p-facility .p-facility_sns .p-facility_sns-item {
      position: relative;
      margin-right: 20px; }
      .p-facility .p-facility_sns .p-facility_sns-item a {
        display: block;
        vertical-align: bottom; }
        .p-facility .p-facility_sns .p-facility_sns-item a:hover {
          opacity: 0.8; }
        .p-facility .p-facility_sns .p-facility_sns-item a svg {
          position: relative;
          -o-object-fit: contain;
          object-fit: contain; }
          .p-facility .p-facility_sns .p-facility_sns-item a svg.p-facility_sns-item__facebook {
            width: 32px;
            height: 32px; }
          .p-facility .p-facility_sns .p-facility_sns-item a svg.p-facility_sns-item__instagram {
            width: 36px;
            height: 36px; }
          .p-facility .p-facility_sns .p-facility_sns-item a svg.p-facility_sns-item__twitter {
            width: 35px;
            height: 35px; }
          .p-facility .p-facility_sns .p-facility_sns-item a svg.p-facility_sns-item__youtube {
            width: 33px;
            height: 33px; }
          .p-facility .p-facility_sns .p-facility_sns-item a svg.p-facility_sns-item__tiktok {
            width: 34px;
            height: 34px; }
          .p-facility .p-facility_sns .p-facility_sns-item a svg.p-facility_sns-item__other {
            width: 28px;
            height: 28px; }
  @media screen and (max-width: 1079px) {
    .p-facility {
      padding-top: 120px; } }
  @media screen and (max-width: 960px) {
    .p-facility {
      padding-top: 80px;
      padding-left: 15px;
      padding-right: 15px; }
      .p-facility .p-facility_content .p-facility_heading .p-facility_category .p-facility_category-value img {
        width: 60px; }
      .p-facility .p-facility_content .p-facility_heading .p-facility_category .p-facility_category-value div {
        font-size: 2rem; }
      .p-facility .p-facility_content .p-facility_heading .p-facility_name .p-facility_name-value {
        font-size: 3rem; }
      .p-facility .p-facility_content .p-facility_heading .p-facility_tags li a {
        font-size: 1.4rem; }
      .p-facility .p-facility_images .p-facility_slider {
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%); }
      .p-facility .p-facility_pager .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 6px; }
      .p-facility .p-facility_descriptions .p-facility_descriptions_copy {
        font-size: 2.4rem; }
      .p-facility .p-facility_details .p-facility_detail-item dt {
        font-size: 1.6rem; }
      .p-facility .p-facility_details .p-facility_medical li {
        padding: 8px 10px 8px 15px; }
      .p-facility .p-facility_details .p-facility_staff li .p-facility_staff-job {
        padding: 8px 10px 8px 10px; }
      .p-facility .p-facility_btns {
        position: relative;
        width: 100%;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto; }
        .p-facility .p-facility_btns .p-facility_contact .p-facility_contact-text {
          font-size: 1.6rem; }
          .p-facility .p-facility_btns .p-facility_contact .p-facility_contact-text br {
            display: inline; }
        .p-facility .p-facility_btns .p-facility_contact .p-facility_contact-number {
          font-size: 6rem;
          letter-spacing: 0.05em; } }
  @media screen and (max-width: 768px) {
    .p-facility .p-facility_content {
      border-radius: 15px;
      padding: 20px 15px 30px; }
      .p-facility .p-facility_content .p-facility_content-like {
        width: 60px; }
      .p-facility .p-facility_content .p-facility_heading .p-facility_category {
        width: calc(100% - 60px); }
        .p-facility .p-facility_content .p-facility_heading .p-facility_category .p-facility_category-label {
          font-size: 1.6rem;
          width: 70px; }
        .p-facility .p-facility_content .p-facility_heading .p-facility_category .p-facility_category-value {
          width: calc(100% - 70px); }
          .p-facility .p-facility_content .p-facility_heading .p-facility_category .p-facility_category-value img {
            width: 40px !important; }
          .p-facility .p-facility_content .p-facility_heading .p-facility_category .p-facility_category-value div {
            width: calc(100% - 60px);
            font-size: 1.4rem; }
      .p-facility .p-facility_content .p-facility_heading .p-facility_name {
        margin-bottom: 15px; }
        .p-facility .p-facility_content .p-facility_heading .p-facility_name .p-facility_name-label {
          font-size: 1.6rem;
          width: 70px; }
        .p-facility .p-facility_content .p-facility_heading .p-facility_name .p-facility_name-value {
          width: calc(100% - 70px);
          font-size: 1.8rem; }
          .p-facility .p-facility_content .p-facility_heading .p-facility_name .p-facility_name-value.link a span::after {
            content: "」";
            margin-right: -5px; }
          .p-facility .p-facility_content .p-facility_heading .p-facility_name .p-facility_name-value.link a svg {
            width: 18px;
            height: 18px; }
      .p-facility .p-facility_content .p-facility_heading .p-facility_tags li a {
        font-size: 1.3rem;
        padding: 3px 8px; }
    .p-facility .p-facility_descriptions {
      margin-bottom: 50px; }
      .p-facility .p-facility_descriptions .p-facility_descriptions_copy {
        margin-bottom: 20px; }
      .p-facility .p-facility_descriptions .p-facility_descriptions_texts {
        font-size: 1.5rem; }
    .p-facility .p-facility_details {
      margin-bottom: 50px; }
      .p-facility .p-facility_details .p-facility_detail-item {
        padding: 30px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .p-facility .p-facility_details .p-facility_detail-item dt {
          width: 100%;
          font-size: 1.5rem;
          margin-bottom: 10px; }
        .p-facility .p-facility_details .p-facility_detail-item dd {
          width: 100%;
          padding-left: 15px;
          font-size: 1.5rem; }
          .p-facility .p-facility_details .p-facility_detail-item dd::before {
            content: '';
            width: 1px;
            height: calc(100% - 10px);
            position: absolute;
            left: 3px;
            top: 5px;
            background-color: #eeeeee; }
        .p-facility .p-facility_details .p-facility_detail-item .p-facility_detail-item_other {
          display: block; }
          .p-facility .p-facility_details .p-facility_detail-item .p-facility_detail-item_other tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
          .p-facility .p-facility_details .p-facility_detail-item .p-facility_detail-item_other .p-facility_detail-item_other-ttl {
            padding-right: 0px;
            padding-bottom: 0; }
            .p-facility .p-facility_details .p-facility_detail-item .p-facility_detail-item_other .p-facility_detail-item_other-ttl::after {
              position: relative;
              right: auto;
              top: auto; }
          .p-facility .p-facility_details .p-facility_detail-item .p-facility_detail-item_other .p-facility_detail-item_other-cont {
            padding-left: 20px;
            padding-top: 0; }
      .p-facility .p-facility_details .p-facility_texts-detail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .p-facility .p-facility_details .p-facility_texts-detail .p-facility_texts-detail_title {
          width: 100%;
          font-size: 1.5rem; }
        .p-facility .p-facility_details .p-facility_texts-detail .p-facility_texts-detail_content {
          position: relative;
          width: 100%; }
      .p-facility .p-facility_details .p-facility_texts {
        position: relative;
        font-size: 1.6rem;
        line-height: 1.8em;
        width: 100%; }
        .p-facility .p-facility_details .p-facility_texts:not(:first-of-type) {
          margin-top: 15px;
          padding-top: 15px;
          border-top: solid 1px #cccccc; }
      .p-facility .p-facility_details .p-facility_lists {
        position: relative;
        width: 100%; }
        .p-facility .p-facility_details .p-facility_lists li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .p-facility .p-facility_details .p-facility_lists li::before {
            content: '●';
            display: inline-block;
            position: relative; }
      .p-facility .p-facility_details .p-facility_medical li {
        width: 100%;
        padding: 4px 8px 4px 10px; }
        .p-facility .p-facility_details .p-facility_medical li:nth-child(2) {
          border-top: none; }
        .p-facility .p-facility_details .p-facility_medical li::before {
          margin-right: 15px; }
      .p-facility .p-facility_details .p-facility_staff li {
        width: 100%; }
        .p-facility .p-facility_details .p-facility_staff li:first-of-type {
          border-top: solid 1px #999999; }
        .p-facility .p-facility_details .p-facility_staff li:nth-child(2) {
          border-top: none; }
        .p-facility .p-facility_details .p-facility_staff li .p-facility_staff-job {
          position: relative;
          padding: 4px 8px 4px 10px;
          width: calc(100% - 120px); }
        .p-facility .p-facility_details .p-facility_staff li .p-facility_staff-number {
          width: 120px;
          padding: 4px 8px; }
      .p-facility .p-facility_details .p-facility_detail-youtube {
        width: 100%;
        padding: 60px 0;
        margin: 40px auto 0; }
      .p-facility .p-facility_details .p-facility_price li {
        width: 100%; }
        .p-facility .p-facility_details .p-facility_price li:nth-child(2) {
          border-top: none; }
        .p-facility .p-facility_details .p-facility_price li .p-facility_price-degree {
          width: 40%; }
        .p-facility .p-facility_details .p-facility_price li .p-facility_price-span {
          width: 60%; }
    .p-facility .p-facility_access {
      padding: 30px 0px; }
      .p-facility .p-facility_access .p-facility_access-map {
        height: 320px; }
      .p-facility .p-facility_access .p-facility_access-foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .p-facility .p-facility_access .p-facility_access-foot .p-facility_access-address {
          width: 100%;
          text-align: left;
          font-size: 1.4rem;
          margin-bottom: 30px; }
        .p-facility .p-facility_access .p-facility_access-foot .p-facility_access-btn {
          height: 50px;
          font-size: 1.5rem;
          border-radius: 25px; }
    .p-facility .p-facility_btns .p-facility_contact {
      padding: 30px 15px 0; }
      .p-facility .p-facility_btns .p-facility_contact .p-facility_contact-text {
        font-size: 1.5rem;
        line-height: 1.5em;
        margin-bottom: 20px; }
      .p-facility .p-facility_btns .p-facility_contact .p-facility_contact-number {
        font-size: 3.4rem;
        margin-bottom: 15px; }
      .p-facility .p-facility_btns .p-facility_contact .p-facility_btn-img--pc {
        display: none; }
      .p-facility .p-facility_btns .p-facility_contact .p-facility_btn-img--sp {
        display: block;
        width: 80%; } }
  .p-facility.nursingHome {
    background-color: #fff0df; }
    .p-facility.nursingHome .p-facility_content .p-facility_heading .p-facility_category {
      color: #ffa94c; }
      .p-facility.nursingHome .p-facility_content .p-facility_heading .p-facility_category .p-facility_category-value img {
        width: 80px; }
    .p-facility.nursingHome .p-facility_content .p-facility_heading .p-facility_name {
      color: #ffa94c; }
    .p-facility.nursingHome .p-facility_content .p-facility_heading .p-facility_tags li a {
      background-color: #ffa94c; }
    .p-facility.nursingHome .p-facility_pager .swiper-pagination .swiper-pagination-bullet {
      background-color: #ffa94c; }
    .p-facility.nursingHome .p-facility_details .p-facility_texts-detail:not(:first-of-type) {
      border-color: #fff0df; }
    .p-facility.nursingHome .p-facility_details .p-facility_texts:not(:first-of-type) {
      border-color: #fff0df; }
    .p-facility.nursingHome .p-facility_details .p-facility_detail-item {
      border-color: rgba(255, 169, 76, 0.5);
      font-weight: 600; }
      .p-facility.nursingHome .p-facility_details .p-facility_detail-item dt {
        color: #ffa94c; }
      .p-facility.nursingHome .p-facility_details .p-facility_detail-item dd {
        color: #ffa94c; }
        .p-facility.nursingHome .p-facility_details .p-facility_detail-item dd::before {
          background-color: #fff0df; }
    .p-facility.nursingHome .p-facility_details .p-facility_medical {
      border-color: #ffa94c; }
      .p-facility.nursingHome .p-facility_details .p-facility_medical li {
        border-color: #ffa94c; }
        .p-facility.nursingHome .p-facility_details .p-facility_medical li:first-of-type {
          border-color: #ffa94c; }
        .p-facility.nursingHome .p-facility_details .p-facility_medical li:nth-child(2) {
          border-color: #ffa94c; }
    .p-facility.nursingHome .p-facility_details .p-facility_staff {
      border-color: #ffa94c; }
      .p-facility.nursingHome .p-facility_details .p-facility_staff li {
        border-color: #ffa94c; }
        .p-facility.nursingHome .p-facility_details .p-facility_staff li:first-of-type {
          border-color: #ffa94c; }
        .p-facility.nursingHome .p-facility_details .p-facility_staff li:nth-child(2) {
          border-color: #ffa94c; }
        .p-facility.nursingHome .p-facility_details .p-facility_staff li:nth-child(odd) {
          border-color: #ffa94c; }
        .p-facility.nursingHome .p-facility_details .p-facility_staff li .p-facility_staff-job {
          background-color: #fff0df; }
    .p-facility.nursingHome .p-facility_details .p-facility_price {
      border-color: #ffa94c; }
      .p-facility.nursingHome .p-facility_details .p-facility_price li {
        border-color: #ffa94c; }
        .p-facility.nursingHome .p-facility_details .p-facility_price li:first-of-type {
          border-color: #ffa94c; }
        .p-facility.nursingHome .p-facility_details .p-facility_price li:nth-child(n+1) {
          border-color: #ffa94c; }
        .p-facility.nursingHome .p-facility_details .p-facility_price li .p-facility_price-degree {
          background-color: #fff0df; }
    .p-facility.nursingHome .p-facility_details .p-facility_detail-youtube::after {
      background-color: #fff0df; }
    .p-facility.nursingHome .p-facility_access .p-facility_access-foot .p-facility_access-btn {
      border-color: #ffa94c;
      color: #ffa94c; }
      .p-facility.nursingHome .p-facility_access .p-facility_access-foot .p-facility_access-btn:hover {
        background-color: #ffa94c;
        color: #ffffff; }
    .p-facility.nursingHome .p-facility_btns .p-facility_contact {
      background-color: #ffa94c; }
    .p-facility.nursingHome .p-facility_sns .p-facility_sns-item {
      margin-right: 15px; }
      .p-facility.nursingHome .p-facility_sns .p-facility_sns-item a svg {
        fill: #ffa94c; }
  .p-facility.handicapped {
    background-color: #eafcf1; }
    .p-facility.handicapped .p-facility_content .p-facility_heading .p-facility_category {
      color: #7bd09d; }
      .p-facility.handicapped .p-facility_content .p-facility_heading .p-facility_category .p-facility_category-value img {
        width: 60px; }
    .p-facility.handicapped .p-facility_content .p-facility_heading .p-facility_name {
      color: #7bd09d; }
    .p-facility.handicapped .p-facility_content .p-facility_heading .p-facility_tags li a {
      background-color: #7bd09d; }
    .p-facility.handicapped .p-facility_pager .swiper-pagination .swiper-pagination-bullet {
      background-color: #7bd09d; }
    .p-facility.handicapped .p-facility_details .p-facility_texts-detail:not(:first-of-type) {
      border-color: #eafcf1; }
    .p-facility.handicapped .p-facility_details .p-facility_texts:not(:first-of-type) {
      border-color: #eafcf1; }
    .p-facility.handicapped .p-facility_details .p-facility_detail-item {
      border-color: rgba(123, 208, 157, 0.5);
      font-weight: 600; }
      .p-facility.handicapped .p-facility_details .p-facility_detail-item dt {
        color: #7bd09d; }
      .p-facility.handicapped .p-facility_details .p-facility_detail-item dd {
        color: #7bd09d; }
        .p-facility.handicapped .p-facility_details .p-facility_detail-item dd::before {
          background-color: #eafcf1; }
    .p-facility.handicapped .p-facility_details .p-facility_medical {
      border-color: #7bd09d; }
      .p-facility.handicapped .p-facility_details .p-facility_medical li {
        border-color: #7bd09d; }
        .p-facility.handicapped .p-facility_details .p-facility_medical li:first-of-type {
          border-color: #7bd09d; }
        .p-facility.handicapped .p-facility_details .p-facility_medical li:nth-child(2) {
          border-color: #7bd09d; }
    .p-facility.handicapped .p-facility_details .p-facility_staff {
      border-color: #7bd09d; }
      .p-facility.handicapped .p-facility_details .p-facility_staff li {
        border-color: #7bd09d; }
        .p-facility.handicapped .p-facility_details .p-facility_staff li:first-of-type {
          border-color: #7bd09d; }
        .p-facility.handicapped .p-facility_details .p-facility_staff li:nth-child(2) {
          border-color: #7bd09d; }
        .p-facility.handicapped .p-facility_details .p-facility_staff li:nth-child(odd) {
          border-color: #7bd09d; }
        .p-facility.handicapped .p-facility_details .p-facility_staff li .p-facility_staff-job {
          background-color: #eafcf1; }
    .p-facility.handicapped .p-facility_details .p-facility_price {
      border-color: #7bd09d; }
      .p-facility.handicapped .p-facility_details .p-facility_price li {
        border-color: #7bd09d; }
        .p-facility.handicapped .p-facility_details .p-facility_price li:first-of-type {
          border-color: #7bd09d; }
        .p-facility.handicapped .p-facility_details .p-facility_price li:nth-child(n+1) {
          border-color: #7bd09d; }
        .p-facility.handicapped .p-facility_details .p-facility_price li .p-facility_price-degree {
          background-color: #eafcf1; }
    .p-facility.handicapped .p-facility_details .p-facility_detail-youtube::after {
      background-color: #eafcf1; }
    .p-facility.handicapped .p-facility_details .p-facility_sns .p-facility_sns-item {
      margin-right: 15px; }
      .p-facility.handicapped .p-facility_details .p-facility_sns .p-facility_sns-item a svg {
        fill: #7bd09d; }
    .p-facility.handicapped .p-facility_access .p-facility_access-foot .p-facility_access-btn {
      border-color: #7bd09d;
      color: #7bd09d; }
      .p-facility.handicapped .p-facility_access .p-facility_access-foot .p-facility_access-btn:hover {
        background-color: #7bd09d;
        color: #ffffff; }
    .p-facility.handicapped .p-facility_btns .p-facility_contact {
      background-color: #7bd09d; }
  .p-facility.childcare {
    background-color: #ffe0e2; }
    .p-facility.childcare .p-facility_content .p-facility_heading .p-facility_category {
      color: #d16d73; }
    .p-facility.childcare .p-facility_content .p-facility_heading .p-facility_name {
      color: #d16d73; }
    .p-facility.childcare .p-facility_content .p-facility_heading .p-facility_tags li a {
      background-color: #d16d73; }
    .p-facility.childcare .p-facility_pager .swiper-pagination .swiper-pagination-bullet {
      background-color: #d16d73; }
    .p-facility.childcare .p-facility_details .p-facility_texts-detail:not(:first-of-type) {
      border-color: #ffe0e2; }
    .p-facility.childcare .p-facility_details .p-facility_texts:not(:first-of-type) {
      border-color: #ffe0e2; }
    .p-facility.childcare .p-facility_details .p-facility_detail-item {
      border-color: rgba(209, 109, 115, 0.5);
      font-weight: 600; }
      .p-facility.childcare .p-facility_details .p-facility_detail-item dt {
        color: #d16d73; }
      .p-facility.childcare .p-facility_details .p-facility_detail-item dd {
        color: #d16d73; }
        .p-facility.childcare .p-facility_details .p-facility_detail-item dd::before {
          background-color: #ffe0e2; }
    .p-facility.childcare .p-facility_details .p-facility_medical {
      border-color: #d16d73; }
      .p-facility.childcare .p-facility_details .p-facility_medical li {
        border-color: #d16d73; }
        .p-facility.childcare .p-facility_details .p-facility_medical li:first-of-type {
          border-color: #d16d73; }
        .p-facility.childcare .p-facility_details .p-facility_medical li:nth-child(2) {
          border-color: #d16d73; }
    .p-facility.childcare .p-facility_details .p-facility_staff {
      border-color: #d16d73; }
      .p-facility.childcare .p-facility_details .p-facility_staff li {
        border-color: #d16d73; }
        .p-facility.childcare .p-facility_details .p-facility_staff li:first-of-type {
          border-color: #d16d73; }
        .p-facility.childcare .p-facility_details .p-facility_staff li:nth-child(2) {
          border-color: #d16d73; }
        .p-facility.childcare .p-facility_details .p-facility_staff li:nth-child(odd) {
          border-color: #d16d73; }
        .p-facility.childcare .p-facility_details .p-facility_staff li .p-facility_staff-job {
          background-color: #ffe0e2; }
    .p-facility.childcare .p-facility_details .p-facility_sns .p-facility_sns-item {
      margin-right: 15px; }
      .p-facility.childcare .p-facility_details .p-facility_sns .p-facility_sns-item a svg {
        fill: #d16d73; }
    .p-facility.childcare .p-facility_details .p-facility_price {
      border-color: #d16d73; }
      .p-facility.childcare .p-facility_details .p-facility_price li {
        border-color: #d16d73; }
        .p-facility.childcare .p-facility_details .p-facility_price li:first-of-type {
          border-color: #d16d73; }
        .p-facility.childcare .p-facility_details .p-facility_price li:nth-child(n+1) {
          border-color: #d16d73; }
        .p-facility.childcare .p-facility_details .p-facility_price li .p-facility_price-degree {
          background-color: #ffe0e2; }
    .p-facility.childcare .p-facility_details .p-facility_detail-youtube::after {
      background-color: #ffe0e2; }
    .p-facility.childcare .p-facility_access .p-facility_access-foot .p-facility_access-btn {
      border-color: #d16d73;
      color: #d16d73; }
      .p-facility.childcare .p-facility_access .p-facility_access-foot .p-facility_access-btn:hover {
        background-color: #d16d73;
        color: #ffffff; }
    .p-facility.childcare .p-facility_btns .p-facility_contact {
      background-color: #d16d73; }
  .p-facility.recruit {
    background-color: #f3fffe; }
    .p-facility.recruit.bg-white {
      background-color: #ffffff; }
    .p-facility.recruit .p-facility_content .p-facility_heading .p-facility_category {
      color: #60abba; }
    .p-facility.recruit .p-facility_content .p-facility_heading .p-facility_name {
      color: #60abba; }
    .p-facility.recruit .p-facility_content .p-facility_heading .p-facility_tags li a {
      background-color: #60abba; }
    .p-facility.recruit .p-facility_pager .swiper-pagination .swiper-pagination-bullet {
      background-color: #60abba; }
    .p-facility.recruit .p-facility_details .p-facility_texts-detail:not(:first-of-type) {
      border-color: #f3fffe; }
    .p-facility.recruit .p-facility_details .p-facility_detail-item {
      border-color: rgba(96, 171, 186, 0.5);
      font-weight: 600; }
      .p-facility.recruit .p-facility_details .p-facility_detail-item dt {
        color: #60abba; }
      .p-facility.recruit .p-facility_details .p-facility_detail-item dd {
        color: #60abba; }
        .p-facility.recruit .p-facility_details .p-facility_detail-item dd::before {
          background-color: #f3fffe; }
    .p-facility.recruit .p-facility_details .p-facility_medical {
      border-color: #60abba; }
      .p-facility.recruit .p-facility_details .p-facility_medical li {
        border-color: #60abba; }
        .p-facility.recruit .p-facility_details .p-facility_medical li:first-of-type {
          border-color: #60abba; }
        .p-facility.recruit .p-facility_details .p-facility_medical li:nth-child(2) {
          border-color: #60abba; }
    .p-facility.recruit .p-facility_details .p-facility_staff {
      border-color: #60abba; }
      .p-facility.recruit .p-facility_details .p-facility_staff li {
        border-color: #60abba; }
        .p-facility.recruit .p-facility_details .p-facility_staff li:first-of-type {
          border-color: #60abba; }
        .p-facility.recruit .p-facility_details .p-facility_staff li:nth-child(2) {
          border-color: #60abba; }
        .p-facility.recruit .p-facility_details .p-facility_staff li:nth-child(odd) {
          border-color: #60abba; }
        .p-facility.recruit .p-facility_details .p-facility_staff li .p-facility_staff-job {
          background-color: #f3fffe; }
    .p-facility.recruit .p-facility_details .p-facility_sns .p-facility_sns-item {
      margin-right: 15px; }
      .p-facility.recruit .p-facility_details .p-facility_sns .p-facility_sns-item a svg {
        fill: #60abba; }
    .p-facility.recruit .p-facility_details .p-facility_detail-youtube::after {
      background-color: #f3fffe; }
    .p-facility.recruit .p-facility_access .p-facility_access-foot .p-facility_access-btn {
      border-color: #60abba;
      color: #60abba; }
      .p-facility.recruit .p-facility_access .p-facility_access-foot .p-facility_access-btn:hover {
        background-color: #60abba;
        color: #ffffff; }
    .p-facility.recruit .p-facility_access .p-facility_access-address {
      color: #60abba; }
    .p-facility.recruit .p-facility_btns .p-facility_contact {
      background-color: #60abba; }

.p-job_heading {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 25px 0; }
  .p-job_heading .p-job_category {
    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;
    font-weight: 600; }
    .p-job_heading .p-job_category .p-job_category-img {
      width: 80px;
      margin-right: 15px; }
    .p-job_heading .p-job_category .p-job_category-name {
      width: auto;
      font-size: 2.4rem; }
  @media screen and (max-width: 768px) {
    .p-job_heading {
      padding: 40px 10px 0; }
      .p-job_heading .p-job_category {
        font-weight: 600; }
        .p-job_heading .p-job_category .p-job_category-img {
          width: 60px;
          margin-right: 10px; }
        .p-job_heading .p-job_category .p-job_category-name {
          font-size: 1.6rem; } }
  .p-job_heading.rojin .p-job_category-img img.rojin {
    display: block; }
  .p-job_heading.rojin .p-job_category-img img.shogai {
    display: none; }
  .p-job_heading.rojin .p-job_category-img img.hoiku {
    display: none; }
  .p-job_heading.rojin .p-job_category-name {
    color: #ffa94c; }
  .p-job_heading.shogai .p-job_category-img img.rojin {
    display: none; }
  .p-job_heading.shogai .p-job_category-img img.shogai {
    display: block; }
  .p-job_heading.shogai .p-job_category-img img.hoiku {
    display: none; }
  .p-job_heading.shogai .p-job_category-name {
    color: #7bd09d; }
  .p-job_heading.hoiku .p-job_category-img img.rojin {
    display: none; }
  .p-job_heading.hoiku .p-job_category-img img.shogai {
    display: none; }
  .p-job_heading.hoiku .p-job_category-img img.hoiku {
    display: block; }
  .p-job_heading.hoiku .p-job_category-name {
    color: #d16d73; }

.p-job_btn-wrap {
  position: relative;
  width: 100%;
  padding: 40px;
  margin-top: 20px; }
  .p-job_btn-wrap .p-job_btn-other {
    position: relative;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    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;
    background-color: #60abba;
    color: #ffffff;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 600; }
    .p-job_btn-wrap .p-job_btn-other:hover {
      background-color: #73ccde; }

.p-facility_company {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  border: solid 1px #dddddd;
  border-radius: 20px;
  overflow: hidden; }
  .p-facility_company table {
    position: relative;
    color: #60abba; }
    .p-facility_company table tbody tr:not(:last-of-type) {
      border-bottom: solid 1px #dddddd; }
    .p-facility_company table tbody tr th {
      width: 190px;
      padding: 15px 40px;
      vertical-align: middle;
      font-size: 1.8rem;
      background-color: #e9f3f2;
      border-right: solid 1px #dddddd;
      font-weight: bold; }
    .p-facility_company table tbody tr td {
      width: calc(100% - 190px);
      padding: 20px 40px;
      vertical-align: middle;
      font-size: 1.6rem;
      line-height: 1.6em; }
  @media screen and (max-width: 768px) {
    .p-facility_company {
      margin-bottom: 40px; }
      .p-facility_company table {
        display: block; }
        .p-facility_company table tbody {
          display: block; }
          .p-facility_company table tbody tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .p-facility_company table tbody tr th {
              width: 100%;
              padding: 15px 20px 10px;
              font-size: 1.6rem;
              border-right: none; }
            .p-facility_company table tbody tr td {
              width: 100%;
              padding: 10px 20px 15px;
              font-size: 1.4rem; } }

.p-facility_job-list {
  position: relative;
  width: 100%;
  padding-bottom: 100px; }
  .p-facility_job-list .p-facility_job {
    position: relative;
    border-left: solid 10px #60abba;
    padding-left: 30px;
    padding-right: 40px;
    padding-top: 5px;
    color: #60abba; }
    .p-facility_job-list .p-facility_job:not(:last-of-type) {
      margin-bottom: 50px; }
    .p-facility_job-list .p-facility_job .p-facility_job-heading {
      position: relative;
      width: 100%;
      padding-bottom: 20px;
      border-bottom: solid 1px rgba(96, 176, 181, 0.4);
      margin-bottom: 20px; }
      .p-facility_job-list .p-facility_job .p-facility_job-heading .p-facility_job-occupation {
        position: relative;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin-bottom: 10px; }
      .p-facility_job-list .p-facility_job .p-facility_job-heading .p-facility_job-detail {
        position: relative;
        font-size: 1.6rem;
        line-height: 1.8em; }
    .p-facility_job-list .p-facility_job .p-facility_job-body {
      position: relative;
      width: 100%; }
      .p-facility_job-list .p-facility_job .p-facility_job-body .p-facility_job-salary {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px; }
        .p-facility_job-list .p-facility_job .p-facility_job-body .p-facility_job-salary .p-facility_job-salary-title {
          width: 130px;
          font-size: 1.8rem;
          font-weight: bold; }
        .p-facility_job-list .p-facility_job .p-facility_job-body .p-facility_job-salary .p-facility_job-salary-content {
          font-size: 1.6rem;
          line-height: 1.8em; }
          .p-facility_job-list .p-facility_job .p-facility_job-body .p-facility_job-salary .p-facility_job-salary-content .p-facility_job-salary_amount {
            font-weight: bold;
            margin-bottom: 6px; }
      .p-facility_job-list .p-facility_job .p-facility_job-body .p-facility_job-btn {
        position: relative;
        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;
        background-color: #e8f1f0;
        height: 60px;
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        border-radius: 30px; }
        .p-facility_job-list .p-facility_job .p-facility_job-body .p-facility_job-btn:hover {
          background-color: #60abba;
          color: #ffffff; }
  @media screen and (max-width: 768px) {
    .p-facility_job-list {
      padding-bottom: 50px; }
      .p-facility_job-list .p-facility_job {
        border-left: solid 5px #60abba;
        padding-left: 15px;
        padding-right: 20px; }
        .p-facility_job-list .p-facility_job:not(:last-of-type) {
          margin-bottom: 40px; }
        .p-facility_job-list .p-facility_job .p-facility_job-heading .p-facility_job-occupation {
          font-size: 1.6rem; }
        .p-facility_job-list .p-facility_job .p-facility_job-heading .p-facility_job-detail {
          font-size: 1.4rem; }
        .p-facility_job-list .p-facility_job .p-facility_job-body .p-facility_job-salary .p-facility_job-salary-title {
          width: 90px;
          font-size: 1.6rem; }
        .p-facility_job-list .p-facility_job .p-facility_job-body .p-facility_job-salary .p-facility_job-salary-content {
          font-size: 1.4rem; }
        .p-facility_job-list .p-facility_job .p-facility_job-body .p-facility_job-btn {
          height: 40px;
          max-width: none;
          font-size: 1.5rem;
          border-radius: 20px; } }

.p-reviews {
  margin-top: 80px;
  position: relative;
  width: 100%; }
  .p-reviews .p-reviews_content {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 30px 40px; }
    .p-reviews .p-reviews_content .p-reviews_top {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 90px; }
      .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total {
        position: relative;
        width: 120px;
        padding-right: 40px; }
        .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-icon {
          width: 60px;
          height: auto;
          margin: 0 auto 12px;
          position: relative; }
          .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-icon svg {
            fill: #999; }
        .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-num {
          font-size: 2.4rem;
          font-weight: bold;
          margin: 0 auto 12px; }
        .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail {
          position: relative;
          width: 100%; }
          .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars {
            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; }
            .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars:not(:last-of-type) {
              margin-bottom: 6px; }
            .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars .p-reviews_total-detail-stars-mark {
              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;
              margin-right: 4px; }
              .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars .p-reviews_total-detail-stars-mark svg {
                height: 11px;
                width: auto; }
            .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars .p-reviews_total-detail-stars-num {
              position: relative;
              font-size: 1.4rem;
              line-height: 1.2em;
              font-weight: 600; }
      .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list {
        position: relative;
        width: calc(100% - 120px); }
        .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item {
          position: relative;
          width: 100%; }
          .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item:not(:last-of-type) {
            margin-bottom: 45px; }
          .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading {
            position: relative;
            width: 100%;
            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: 15px; }
            .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-icon {
              width: 15px;
              height: auto;
              position: relative;
              margin-right: 4px; }
              .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-icon svg {
                fill: #999999; }
            .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-time {
              position: relative;
              font-size: 1.2rem;
              line-height: 15px;
              font-weight: 600;
              margin-right: 12px; }
            .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars {
              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; }
              .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars svg {
                position: relative;
                width: 12px;
                height: auto;
                fill: #666666; }
              .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars.p-reviews_list-item_heading-stars-2 svg:last-of-type, .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars.p-reviews_list-item_heading-stars-1 svg:last-of-type {
                fill: #999999; }
              .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars.p-reviews_list-item_heading-stars-1 svg:nth-child(2) {
                fill: #999999; }
          .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_body {
            position: relative;
            width: 100%;
            font-size: 1.6rem;
            font-weight: 600;
            line-height: 1.5em;
            text-align: justify; }
  .p-reviews .p-reviews_bottom {
    position: relative;
    width: 100%;
    padding: 0 40px; }
    .p-reviews .p-reviews_bottom .p-reviews_bottom-heading {
      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-left: 3px;
      margin-bottom: 14px; }
      .p-reviews .p-reviews_bottom .p-reviews_bottom-heading .p-reviews_bottom-heading-icon {
        position: relative;
        width: 31px;
        height: auto;
        margin-right: 10px; }
        .p-reviews .p-reviews_bottom .p-reviews_bottom-heading .p-reviews_bottom-heading-icon svg {
          width: 100%;
          position: relative; }
      .p-reviews .p-reviews_bottom .p-reviews_bottom-heading .p-reviews_bottom-heading-title {
        font-size: 1.8rem;
        font-weight: 600;
        position: relative;
        letter-spacing: 0.1em; }
    .p-reviews .p-reviews_bottom .p-reviews_bottom-body {
      position: relative;
      width: 100%; }
      .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-terxtarea {
        position: relative;
        width: 100%;
        height: 207px;
        margin-bottom: 20px; }
        .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-terxtarea textarea {
          position: relative;
          width: 100%;
          height: 100%;
          border: solid 1px #cccccc;
          border-radius: 20px;
          padding: 20px;
          font-size: 1.6rem;
          letter-spacing: 0.05em;
          line-height: 1.6em;
          resize: none; }
      .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value {
          position: relative;
          width: 400px;
          height: 77px;
          border: solid 1px #cccccc;
          border-radius: 20px;
          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; }
          .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-title {
            position: relative;
            font-size: 1.6rem;
            font-weight: bold;
            letter-spacing: 0.05em;
            line-height: 1.9em;
            margin-right: 30px; }
          .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars {
            position: relative;
            width: 130px;
            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-direction: row-reverse;
            flex-direction: row-reverse; }
            .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars input[type='radio'] {
              display: none;
              /* デフォルトのラジオボタンを非表示にする */ }
            .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars label {
              position: relative;
              width: 31px;
              height: auto;
              fill: #aaaaaa;
              /* 未選択の星をグレー色に指定 */
              cursor: pointer;
              /* カーソルが上に乗ったときに指の形にする */ }
            .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars label:hover,
            .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars label:hover ~ label,
            .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars input[type='radio']:checked ~ label {
              fill: #333333;
              /* 選択された星以降をすべて黄色にする */ }
        .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_submit {
          position: relative;
          width: calc(100% - 420px); }
          .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_submit button {
            position: relative;
            width: 100%;
            height: 77px;
            background-color: #999999;
            color: #ffffff;
            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: 1.6rem;
            font-weight: 600;
            border-radius: 20px; }
            .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_submit button:hover {
              background-color: #666666; }
      .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-caution {
        position: relative;
        margin-top: 40px; }
        .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-caution p span {
          font-size: 1.4rem;
          line-height: 1.5em;
          letter-spacing: 0.05em;
          color: #ff77bd;
          font-weight: 600;
          display: inline-block; }
  .p-reviews .p-reviews_login {
    position: relative;
    width: 100%;
    padding: 0 40px; }
    .p-reviews .p-reviews_login .p-reviews_login-inner {
      position: relative;
      width: 100%;
      border-radius: 20px;
      padding: 40px 30px 40px;
      background-color: #f3fffe;
      border: solid 1px #60abba; }
      .p-reviews .p-reviews_login .p-reviews_login-inner .p-reviews_login-title {
        font-size: 2.4rem;
        line-height: 1.5em;
        text-align: center;
        position: relative;
        margin-bottom: 40px;
        font-weight: 600; }
        .p-reviews .p-reviews_login .p-reviews_login-inner .p-reviews_login-title span {
          display: inline-block; }
  .p-reviews.p-reviews--rojin .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-icon svg {
    fill: #ffa94c; }
  .p-reviews.p-reviews--rojin .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-num {
    color: #ffa94c; }
  .p-reviews.p-reviews--rojin .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars .p-reviews_total-detail-stars-mark svg {
    fill: #ffa94c; }
  .p-reviews.p-reviews--rojin .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars.p-reviews_total-detail-stars--2 .p-reviews_total-detail-stars-mark svg:last-of-type, .p-reviews.p-reviews--rojin .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars.p-reviews_total-detail-stars--1 .p-reviews_total-detail-stars-mark svg:last-of-type {
    fill: #ffecd7; }
  .p-reviews.p-reviews--rojin .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars.p-reviews_total-detail-stars--1 .p-reviews_total-detail-stars-mark svg:nth-child(2) {
    fill: #ffecd7; }
  .p-reviews.p-reviews--rojin .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars .p-reviews_total-detail-stars-num {
    color: #ffa94c; }
  .p-reviews.p-reviews--rojin .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-icon svg {
    fill: #f5c693; }
  .p-reviews.p-reviews--rojin .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-time {
    color: #f5c693; }
  .p-reviews.p-reviews--rojin .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars svg {
    fill: #ffa94c; }
  .p-reviews.p-reviews--rojin .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars.p-reviews_list-item_heading-stars-2 svg:last-of-type, .p-reviews.p-reviews--rojin .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars.p-reviews_list-item_heading-stars-1 svg:last-of-type {
    fill: #ffecd7; }
  .p-reviews.p-reviews--rojin .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars.p-reviews_list-item_heading-stars-1 svg:nth-child(2) {
    fill: #ffecd7; }
  .p-reviews.p-reviews--rojin .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_body {
    color: #ffa94c; }
  .p-reviews.p-reviews--rojin .p-reviews_bottom .p-reviews_bottom-heading .p-reviews_bottom-heading-icon svg {
    fill: #ffa94c; }
  .p-reviews.p-reviews--rojin .p-reviews_bottom .p-reviews_bottom-heading .p-reviews_bottom-heading-title {
    color: #ffa94c; }
  .p-reviews.p-reviews--rojin .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-title {
    color: #ffa94c; }
  .p-reviews.p-reviews--rojin .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars label {
    fill: #ffecd7;
    /* 未選択の星をグレー色に指定 */
    cursor: pointer;
    /* カーソルが上に乗ったときに指の形にする */ }
  .p-reviews.p-reviews--rojin .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars label:hover,
  .p-reviews.p-reviews--rojin .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars label:hover ~ label,
  .p-reviews.p-reviews--rojin .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars input[type='radio']:checked ~ label {
    fill: #ffa94c;
    /* 選択された星以降をすべて黄色にする */ }
  .p-reviews.p-reviews--rojin .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_submit button {
    background-color: #ffa94c; }
    .p-reviews.p-reviews--rojin .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_submit button:hover {
      background-color: #ffa156; }
  .p-reviews.p-reviews--shogai .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-icon svg {
    fill: #7bd09d; }
  .p-reviews.p-reviews--shogai .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-num {
    color: #7bd09d; }
  .p-reviews.p-reviews--shogai .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars .p-reviews_total-detail-stars-mark svg {
    fill: #7bd09d; }
  .p-reviews.p-reviews--shogai .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars.p-reviews_total-detail-stars--2 .p-reviews_total-detail-stars-mark svg:last-of-type, .p-reviews.p-reviews--shogai .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars.p-reviews_total-detail-stars--1 .p-reviews_total-detail-stars-mark svg:last-of-type {
    fill: #d9f8e6; }
  .p-reviews.p-reviews--shogai .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars.p-reviews_total-detail-stars--1 .p-reviews_total-detail-stars-mark svg:nth-child(2) {
    fill: #d9f8e6; }
  .p-reviews.p-reviews--shogai .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars .p-reviews_total-detail-stars-num {
    color: #7bd09d; }
  .p-reviews.p-reviews--shogai .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-icon svg {
    fill: #a4f5c5; }
  .p-reviews.p-reviews--shogai .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-time {
    color: #a4f5c5; }
  .p-reviews.p-reviews--shogai .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars svg {
    fill: #7bd09d; }
  .p-reviews.p-reviews--shogai .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars.p-reviews_list-item_heading-stars-2 svg:last-of-type, .p-reviews.p-reviews--shogai .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars.p-reviews_list-item_heading-stars-1 svg:last-of-type {
    fill: #d9f8e6; }
  .p-reviews.p-reviews--shogai .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars.p-reviews_list-item_heading-stars-1 svg:nth-child(2) {
    fill: #d9f8e6; }
  .p-reviews.p-reviews--shogai .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_body {
    color: #7bd09d; }
  .p-reviews.p-reviews--shogai .p-reviews_bottom .p-reviews_bottom-heading .p-reviews_bottom-heading-icon svg {
    fill: #7bd09d; }
  .p-reviews.p-reviews--shogai .p-reviews_bottom .p-reviews_bottom-heading .p-reviews_bottom-heading-title {
    color: #7bd09d; }
  .p-reviews.p-reviews--shogai .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-title {
    color: #7bd09d; }
  .p-reviews.p-reviews--shogai .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars label {
    fill: #d9f8e6;
    /* 未選択の星をグレー色に指定 */
    cursor: pointer;
    /* カーソルが上に乗ったときに指の形にする */ }
  .p-reviews.p-reviews--shogai .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars label:hover,
  .p-reviews.p-reviews--shogai .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars label:hover ~ label,
  .p-reviews.p-reviews--shogai .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars input[type='radio']:checked ~ label {
    fill: #7bd09d;
    /* 選択された星以降をすべて黄色にする */ }
  .p-reviews.p-reviews--shogai .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_submit button {
    background-color: #7bd09d; }
    .p-reviews.p-reviews--shogai .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_submit button:hover {
      background-color: #83d5a4; }
  .p-reviews.p-reviews--hoiku .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-icon svg {
    fill: #d16d73; }
  .p-reviews.p-reviews--hoiku .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-num {
    color: #d16d73; }
  .p-reviews.p-reviews--hoiku .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars .p-reviews_total-detail-stars-mark svg {
    fill: #d16d73; }
  .p-reviews.p-reviews--hoiku .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars.p-reviews_total-detail-stars--2 .p-reviews_total-detail-stars-mark svg:last-of-type, .p-reviews.p-reviews--hoiku .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars.p-reviews_total-detail-stars--1 .p-reviews_total-detail-stars-mark svg:last-of-type {
    fill: #fccdd0; }
  .p-reviews.p-reviews--hoiku .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars.p-reviews_total-detail-stars--1 .p-reviews_total-detail-stars-mark svg:nth-child(2) {
    fill: #fccdd0; }
  .p-reviews.p-reviews--hoiku .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars .p-reviews_total-detail-stars-num {
    color: #d16d73; }
  .p-reviews.p-reviews--hoiku .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-icon svg {
    fill: #f59da2; }
  .p-reviews.p-reviews--hoiku .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-time {
    color: #f59da2; }
  .p-reviews.p-reviews--hoiku .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars svg {
    fill: #d16d73; }
  .p-reviews.p-reviews--hoiku .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars.p-reviews_list-item_heading-stars-2 svg:last-of-type, .p-reviews.p-reviews--hoiku .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars.p-reviews_list-item_heading-stars-1 svg:last-of-type {
    fill: #fccdd0; }
  .p-reviews.p-reviews--hoiku .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading .p-reviews_list-item_heading-stars.p-reviews_list-item_heading-stars-1 svg:nth-child(2) {
    fill: #fccdd0; }
  .p-reviews.p-reviews--hoiku .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_body {
    color: #d16d73; }
  .p-reviews.p-reviews--hoiku .p-reviews_bottom .p-reviews_bottom-heading .p-reviews_bottom-heading-icon svg {
    fill: #d16d73; }
  .p-reviews.p-reviews--hoiku .p-reviews_bottom .p-reviews_bottom-heading .p-reviews_bottom-heading-title {
    color: #d16d73; }
  .p-reviews.p-reviews--hoiku .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-title {
    color: #d16d73; }
  .p-reviews.p-reviews--hoiku .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars label {
    fill: #fccdd0;
    /* 未選択の星をグレー色に指定 */
    cursor: pointer;
    /* カーソルが上に乗ったときに指の形にする */ }
  .p-reviews.p-reviews--hoiku .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars label:hover,
  .p-reviews.p-reviews--hoiku .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars label:hover ~ label,
  .p-reviews.p-reviews--hoiku .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars input[type='radio']:checked ~ label {
    fill: #d16d73;
    /* 選択された星以降をすべて黄色にする */ }
  .p-reviews.p-reviews--hoiku .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_submit button {
    background-color: #d16d73; }
    .p-reviews.p-reviews--hoiku .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_submit button:hover {
      background-color: #d87979; }
  @media screen and (max-width: 768px) {
    .p-reviews .p-reviews_content {
      padding: 20px 15px 30px; }
      .p-reviews .p-reviews_content .p-reviews_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 60px; }
        .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total {
          width: 100%;
          padding-right: 0;
          margin-bottom: 40px;
          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;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-icon {
            margin: 0 auto 10px; }
          .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-num {
            margin: 0 auto 10px; }
          .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars {
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              width: auto;
              margin: 0 10px; }
              .p-reviews .p-reviews_content .p-reviews_top .p-reviews_total .p-reviews_total-detail .p-reviews_total-detail-stars:not(:last-of-type) {
                margin-bottom: 0; }
        .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list {
          width: 100%; }
          .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item:not(:last-of-type) {
            margin-bottom: 30px; }
          .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_heading {
            margin-bottom: 10px; }
          .p-reviews .p-reviews_content .p-reviews_top .p-reviews_list .p-reviews_list-item .p-reviews_list-item_body {
            font-size: 1.4rem; }
    .p-reviews .p-reviews_bottom {
      padding: 0; }
      .p-reviews .p-reviews_bottom .p-reviews_bottom-heading .p-reviews_bottom-heading-icon {
        width: 24px; }
      .p-reviews .p-reviews_bottom .p-reviews_bottom-heading .p-reviews_bottom-heading-title {
        font-size: 1.6rem; }
      .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-terxtarea {
        height: 260px; }
        .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-terxtarea textarea {
          font-size: 1.4rem; }
      .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value {
          width: 100%;
          max-width: 400px;
          height: 60px;
          -ms-flex-pack: distribute;
          justify-content: space-around; }
          .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-title {
            font-size: 1.5rem;
            margin-right: 20px; }
          .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars {
            width: 100px; }
            .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_value .p-reviews_bottom-body-btns_value-stars label {
              width: 24px;
              /* 未選択の星をグレー色に指定 */ }
        .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_submit {
          width: 100%;
          margin-top: 20px; }
          .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-btns .p-reviews_bottom-body-btns_submit button {
            height: 60px;
            font-size: 1.5rem; }
      .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-caution {
        margin-top: 20px; }
        .p-reviews .p-reviews_bottom .p-reviews_bottom-body .p-reviews_bottom-body-caution p span {
          font-size: 1.3rem; }
    .p-reviews .p-reviews_login {
      padding: 0; }
      .p-reviews .p-reviews_login .p-reviews_login-inner {
        padding: 30px 20px 30px; }
        .p-reviews .p-reviews_login .p-reviews_login-inner .p-reviews_login-title {
          font-size: 1.8rem;
          margin-bottom: 25px; }
        .p-reviews .p-reviews_login .p-reviews_login-inner .p-mp-content {
          margin-top: 30px; } }

.p-sitemap-keyVisu {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e0e8e7; }
  .p-sitemap-keyVisu h2 {
    font-size: clamp(3.8rem, 5.5vw, 7.5rem);
    letter-spacing: 0.28em;
    color: #fff;
    text-align: center; }
  .p-sitemap-keyVisu p {
    font-size: clamp(2.3rem, 2vw, 2.8rem);
    letter-spacing: 0.3em;
    color: #92b1ae;
    text-align: center;
    margin-top: 30px; }

@media screen and (max-width: 960px) {
  .p-sitemap-keyVisu {
    margin-top: 80px; } }

@media screen and (max-width: 768px) {
  .p-sitemap-keyVisu p {
    margin-top: 25px; } }

@media screen and (max-width: 560px) {
  .p-sitemap-keyVisu {
    margin-top: 70px; }
    .p-sitemap-keyVisu h2 {
      font-size: 3.3rem; }
    .p-sitemap-keyVisu p {
      font-size: 2rem;
      margin-top: 20px; } }

.p-sitemap-content {
  position: relative;
  width: 100%;
  padding-top: 120px; }
  .p-sitemap-content .p-sitemap {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px; }
    .p-sitemap-content .p-sitemap .p-sitemap-heading {
      position: relative;
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: 0.05em; }
    .p-sitemap-content .p-sitemap .p-sitemap-list {
      margin-top: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .p-sitemap-content .p-sitemap .p-sitemap-list .p-sitemap-item {
        width: 33%;
        font-size: 1.8rem;
        margin-bottom: 10px;
        padding: 0 25px;
        position: relative; }
        .p-sitemap-content .p-sitemap .p-sitemap-list .p-sitemap-item::before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          position: absolute;
          width: 5px;
          height: 5px;
          left: 8px;
          top: 12px;
          background: #333333;
          border-radius: 50%; }
        .p-sitemap-content .p-sitemap .p-sitemap-list .p-sitemap-item a {
          font-size: 1.6rem;
          letter-spacing: .05em;
          line-height: 1.75;
          padding-bottom: 5px;
          position: relative; }
          .p-sitemap-content .p-sitemap .p-sitemap-list .p-sitemap-item a::after {
            content: '';
            display: block;
            width: 0;
            height: 1px;
            left: 50%;
            bottom: 0;
            opacity: 0.5;
            position: absolute;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease; }
          .p-sitemap-content .p-sitemap .p-sitemap-list .p-sitemap-item a:hover::after {
            width: 100%; }
    .p-sitemap-content .p-sitemap.nursing .p-sitemap-heading {
      color: #ffa94c; }
    .p-sitemap-content .p-sitemap.nursing .p-sitemap-list .p-sitemap-item a::after {
      background-color: #ffa94c; }
    .p-sitemap-content .p-sitemap.childcare .p-sitemap-heading {
      color: #d16d73; }
    .p-sitemap-content .p-sitemap.childcare .p-sitemap-list .p-sitemap-item a::after {
      background-color: #d16d73; }
    .p-sitemap-content .p-sitemap.handicapped .p-sitemap-heading {
      color: #7bd09d; }
    .p-sitemap-content .p-sitemap.handicapped .p-sitemap-list .p-sitemap-item a::after {
      background-color: #7bd09d; }
    .p-sitemap-content .p-sitemap.recruit .p-sitemap-heading {
      color: #60abba; }
    .p-sitemap-content .p-sitemap.recruit .p-sitemap-list .p-sitemap-item a::after {
      background-color: #60abba; }
  @media screen and (max-width: 560px) {
    .p-sitemap-content {
      padding-top: 60px; }
      .p-sitemap-content .p-sitemap .p-sitemap-list .p-sitemap-item {
        width: 50%;
        font-size: 1.6rem;
        padding: 0 15px; }
        .p-sitemap-content .p-sitemap .p-sitemap-list .p-sitemap-item::before {
          left: 4px;
          top: 12px; } }

.p-mypageState {
  width: 360px;
  margin: 0 auto;
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  .p-mypageState.input .c-state:first-child .c-state-obj {
    background-color: #9ac1cc !important; }
  .p-mypageState.confirm .c-state:nth-child(-n + 2) .c-state-obj {
    background-color: #9ac1cc !important; }
  .p-mypageState.complete .c-state .c-state-obj {
    background-color: #9ac1cc !important; }
  .p-mypageState::before {
    content: "";
    display: block;
    width: calc(100% - 32px);
    height: 1px;
    background-color: #e6e6e6;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

@media screen and (max-width: 768px) {
  .p-mypageState {
    width: 330px;
    margin-top: 60px; } }

@media screen and (max-width: 560px) {
  .p-mypageState {
    width: 280px;
    margin-top: 50px; } }

.p-inputArea {
  width: 100%;
  margin-top: 40px; }
  .p-inputArea-wrap {
    width: 100%;
    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; }
    .p-inputArea-wrap .c-checkbox {
      width: 100%; }

@media screen and (max-width: 768px) {
  .p-inputArea {
    margin-top: 30px; } }

@media screen and (max-width: 560px) {
  .p-inputArea {
    margin-top: 25px; } }

.p-input-select-wrap {
  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; }
  .p-input-select-wrap span {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #707070;
    padding-left: 10px; }

@media screen and (max-width: 768px) {
  .p-input-select-wrap span {
    font-size: 1.5rem;
    padding: 0 5px; } }

@media screen and (max-width: 560px) {
  .p-input-select-wrap span {
    font-size: 1.4rem; } }

.p-w100 {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #707070;
  overflow: hidden; }
  .p-w100 input {
    width: 100%;
    background-color: #ffffff; }

.p-wL50 {
  width: 50%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070; }

.p-wR50 {
  width: 50%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #707070; }

.p-w-sm {
  width: 183px;
  border-radius: 10px;
  border: 1px solid #707070; }

.p-w-mini {
  width: 163px;
  border-radius: 10px;
  border: 1px solid #707070; }

.p-wR25 {
  width: 183px; }

.p-w75 {
  width: 100%;
  max-width: 405px;
  border-radius: 10px;
  border: 1px solid #707070; }

.p-fl-wL75 {
  width: 405px;
  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: 768px) {
  .p-fl-wL75 {
    width: 360px; } }

@media screen and (max-width: 560px) {
  .p-fl-wL75 {
    width: 100%;
    max-width: 400px; } }

.p-fl-w40 {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.p-fl-w100 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .p-fl-w100.start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .p-fl-w100.start .c-checkbox {
      margin-right: 20px; }

.p-inputPersonInfo {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #707070;
  border-collapse: separate;
  border-spacing: 0; }
  .p-inputPersonInfo tbody {
    width: 100%; }
    .p-inputPersonInfo tbody .c-confirmItem:not(:first-of-type) th,
    .p-inputPersonInfo tbody .c-confirmItem:not(:first-of-type) td {
      border-top: 1px solid #707070;
      word-break: break-word; }

.p-inputJobInfo {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #707070;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #ffffff; }
  .p-inputJobInfo tbody {
    width: 100%; }
    .p-inputJobInfo tbody .c-confirmItem:not(:first-of-type) th,
    .p-inputJobInfo tbody .c-confirmItem:not(:first-of-type) td {
      border-top: 1px solid #707070;
      word-break: break-word; }

.p-userInfo {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #707070;
  border-collapse: separate;
  border-spacing: 0; }
  .p-userInfo tbody {
    width: 100%; }
    .p-userInfo tbody tr th,
    .p-userInfo tbody tr td {
      word-break: break-word; }
    .p-userInfo tbody tr.head-pc th {
      width: 200px;
      font-size: 1.8rem;
      letter-spacing: 0.1em;
      font-family: fot-tsukuardgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #7c9da6;
      line-height: 1.5;
      padding: 1.9em 1.3em;
      text-align: center;
      border-right: 1px solid #707070; }
    .p-userInfo tbody tr.head-sp {
      display: none; }
      .p-userInfo tbody tr.head-sp th {
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #7c9da6;
        line-height: 1.5;
        padding: 1em 1.3em;
        border-bottom: 1px solid #707070; }
    .p-userInfo tbody .c-confirmItem:nth-of-type(n + 4) th,
    .p-userInfo tbody .c-confirmItem:nth-of-type(n + 4) td {
      border-top: 1px solid #707070; }

@media screen and (max-width: 768px) {
  .p-userInfo tbody tr.head-pc th {
    width: 100px;
    font-size: 1.6rem;
    padding: 1.5em 1.1em; } }

@media screen and (max-width: 560px) {
  .p-userInfo tbody tr.head-pc {
    display: none; }
  .p-userInfo tbody tr.head-sp {
    display: table-row; } }

.p-signupCheck a {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #9ac1cc;
  text-decoration: underline; }

@media screen and (max-width: 768px) {
  .p-signupCheck a {
    font-size: 1.6rem; } }

@media screen and (max-width: 560px) {
  .p-signupCheck a {
    font-size: 1.5rem; } }

.p-signupButton {
  width: 100%;
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 110px; }
  .p-signupButton-wrap {
    width: calc(50% - 15px); }

@media screen and (max-width: 768px) {
  .p-signupButton {
    margin-top: 85px; } }

@media screen and (max-width: 560px) {
  .p-signupButton {
    margin-top: 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .p-signupButton-wrap {
      width: 360px; }
      .p-signupButton-wrap:first-of-type {
        margin-top: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .p-signupButton-wrap:last-of-type {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }

.p-thankButton {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  margin-top: 75px; }

@media screen and (max-width: 768px) {
  .p-thankButton {
    margin-top: 60px; } }

@media screen and (max-width: 560px) {
  .p-thankButton {
    margin-top: 50px; } }

.p-favorite-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  margin-top: 20px; }

@media screen and (max-width: 560px) {
  .p-favorite-state {
    max-width: 280px; } }

.p-mp-faList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-mp-faList-item {
    width: calc(100% / 3 - 12px); }
    .p-mp-faList-item:nth-of-type(n + 4) {
      margin-top: 70px; }

@media screen and (max-width: 768px) {
  .p-mp-faList-item {
    width: calc(100% / 3 - 5px); } }

@media screen and (max-width: 560px) {
  .p-mp-faList-item {
    width: calc(50% - 5px); }
    .p-mp-faList-item:nth-of-type(n + 4) {
      margin-top: 0; }
    .p-mp-faList-item:nth-of-type(n + 3) {
      margin-top: 30px; } }

.p-mp-section {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-top: 90px; }
  .p-mp-section-faList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px; }
    .p-mp-section-faList-item {
      width: calc(100% / 3 - 12px); }

@media screen and (max-width: 768px) {
  .p-mp-section {
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: 75px; }
    .p-mp-section-faList {
      margin-top: 40px; } }

@media screen and (max-width: 560px) {
  .p-mp-section {
    padding-top: 35px;
    padding-bottom: 40px;
    margin-top: 60px; }
    .p-mp-section-faList {
      margin-top: 35px; }
      .p-mp-section-faList-item {
        width: calc(50% - 5px); }
        .p-mp-section-faList-item:last-of-type {
          display: none; } }

.p-mp-content {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 45px; }

@media screen and (max-width: 768px) {
  .p-mp-content {
    margin-top: 75px; } }

@media screen and (max-width: 560px) {
  .p-mp-content {
    margin-top: 60px; } }

.p-mp-buttonWrap {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  margin-top: 30px; }

@media screen and (max-width: 768px) {
  .p-mp-buttonWrap {
    margin-top: 50px; } }

@media screen and (max-width: 560px) {
  .p-mp-buttonWrap {
    margin-top: 40px; } }

.p-withdraw-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px; }
  .p-withdraw-check span {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #dc0000;
    cursor: pointer; }
  .p-withdraw-check input {
    width: 28px;
    height: 28px;
    border: 1px solid #000;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .p-withdraw-check input::before {
      content: "";
      display: block;
      width: 11px;
      height: 27px;
      border-bottom: 8px solid #dc0000;
      border-right: 6px solid #dc0000;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, calc(-50% - 7px)) rotate(45deg);
      -ms-transform: translate(-50%, calc(-50% - 7px)) rotate(45deg);
      transform: translate(-50%, calc(-50% - 7px)) rotate(45deg);
      display: none; }
    .p-withdraw-check input:checked::before {
      display: block; }

@media screen and (max-width: 768px) {
  .p-withdraw-check {
    margin-top: 75px; }
    .p-withdraw-check span {
      font-size: 1.5rem; } }

@media screen and (max-width: 560px) {
  .p-withdraw-check {
    margin-top: 60px; }
    .p-withdraw-check span {
      font-size: 1.4rem; } }

.p-mp-notice {
  width: 100%; }
  .p-mp-notice.unread h3::before {
    display: block; }
  .p-mp-notice h3 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #707070;
    margin-top: 15px;
    position: relative; }
    .p-mp-notice h3::before {
      content: "未";
      font-size: 1.2rem;
      letter-spacing: 0;
      line-height: 18px;
      color: #fff;
      display: none;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      text-align: center;
      background-color: #ff0000;
      position: absolute;
      left: -5px;
      top: 50%;
      -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%); }
  .p-mp-notice-content {
    width: 100%;
    margin-top: 20px; }
    .p-mp-notice-content p {
      font-size: 1.6rem;
      line-height: 1.9;
      letter-spacing: 0.05em;
      font-family: fot-tsukuardgothic-std, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #707070; }
  .p-mp-notice:not(:first-of-type) {
    margin-top: 50px; }

@media screen and (max-width: 768px) {
  .p-mp-notice {
    padding: 0 15px; }
    .p-mp-notice h3 {
      font-size: 1.6rem;
      margin-top: 10px; }
      .p-mp-notice h3::before {
        font-size: 1rem;
        line-height: 16px;
        width: 18px;
        height: 18px;
        left: -2px; }
    .p-mp-notice-content {
      margin-top: 15px; }
      .p-mp-notice-content p {
        font-size: 1.5rem; } }

@media screen and (max-width: 560px) {
  .p-mp-notice h3 {
    font-size: 1.5rem; }
  .p-mp-notice-content p {
    font-size: 1.4rem; } }

.p-mp-history-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0; }
  .p-mp-history-item:not(:first-of-type) {
    border-top: 1px solid #cccccc; }
  .p-mp-history-item:hover .p-mp-history-item-thumb-wrap img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); }
  .p-mp-history-item.childcare .p-mp-history-item-body h3 {
    color: #d87979; }
  .p-mp-history-item.handicapped .p-mp-history-item-body h3 {
    color: #83d5a4; }
  .p-mp-history-item.nursingHome .p-mp-history-item-body h3 {
    color: #ffa156; }
  .p-mp-history-item.recruit .p-mp-history-item-body h3 {
    color: #73ccde; }
  .p-mp-history-item-thumb {
    width: 180px; }
    .p-mp-history-item-thumb-wrap {
      width: 100%;
      padding-top: 66.42%;
      border-radius: 10px;
      overflow: hidden;
      position: relative; }
      .p-mp-history-item-thumb-wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        -o-transition: transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s; }
  .p-mp-history-item-body {
    width: calc(100% - 180px);
    padding-top: 20px;
    padding-left: 20px; }
    .p-mp-history-item-body h3 {
      font-size: 2.2rem;
      font-family: fot-tsukuardgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #707070;
      margin-top: 10px; }
    .p-mp-history-item-body p {
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      font-family: fot-tsukuardgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #707070;
      margin-top: 10px; }
      .p-mp-history-item-body p span {
        font-size: 1.6rem;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal; }

@media screen and (max-width: 768px) {
  .p-mp-history-item {
    padding: 20px 0; }
    .p-mp-history-item-body {
      padding-top: 15px;
      padding-left: 15px; }
      .p-mp-history-item-body h3 {
        font-size: 2rem; }
      .p-mp-history-item-body p {
        font-size: 1.3rem; }
        .p-mp-history-item-body p span {
          font-size: 1.5rem; } }

@media screen and (max-width: 560px) {
  .p-mp-history-item-thumb {
    width: 165px; }
  .p-mp-history-item-body {
    width: calc(100% - 165px);
    padding-top: 15px;
    padding-left: 15px; }
    .p-mp-history-item-body h3 {
      font-size: 1.8rem; }
    .p-mp-history-item-body p {
      font-size: 1.2rem; }
      .p-mp-history-item-body p span {
        font-size: 1.4rem; } }

.p-mp-userlist {
  position: relative;
  width: 100%;
  margin-top: 60px; }
  .p-mp-userlist .p-mp-userlist_item {
    position: relative;
    width: 100%;
    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: solid 2px #e9f3f2;
    border-radius: 9px;
    padding: 20px 15px;
    margin-bottom: 30px; }
    .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left {
      position: relative;
      width: calc(100% - 120px);
      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;
      margin-right: 20px; }
      .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left.full {
        width: 100%; }
      .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-icon {
        position: relative;
        width: 60px;
        height: auto; }
      .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail {
        position: relative;
        width: calc(100% - 70px);
        margin-left: 10px; }
        .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-name {
          position: relative;
          font-size: 2.2rem;
          font-weight: bold;
          letter-spacing: 0.1em;
          margin-bottom: 16px;
          font-family: fot-tsukuardgothic-std, sans-serif; }
          .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-name span {
            font-family: fot-tsukuardgothic-std, sans-serif;
            color: #909090;
            font-size: .8em; }
        .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-birth {
          position: relative;
          font-size: 1.6rem;
          font-weight: 500;
          font-family: fot-tsukuardgothic-std, sans-serif;
          margin-bottom: 12px; }
        .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-list {
          position: relative;
          font-size: 1.6rem;
          font-family: fot-tsukuardgothic-std, sans-serif;
          width: 100%;
          font-weight: bold; }
          .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-list:not(:last-of-type) {
            margin-bottom: 20px; }
          .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-list.date {
            color: #999999; }
          .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-list i {
            font-style: normal;
            position: relative;
            display: inline-block;
            margin-right: 10px;
            background-color: #eeeeee;
            padding: 4px 8px;
            font-size: 1.4rem;
            font-family: fot-tsukuardgothic-std, sans-serif;
            margin-bottom: 6px;
            border-radius: 6px; }
            .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-list i.status1 {
              background-color: #64d1ea;
              color: #ffffff; }
            .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-list i.status2 {
              background-color: #6dd77b;
              color: #ffffff; }
            .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-list i.status3 {
              background-color: #d76bd5;
              color: #ffffff; }
            .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-list i.status4 {
              background-color: #484848;
              color: #ffffff; }
          .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-list span {
            font-weight: 500;
            font-family: fot-tsukuardgothic-std, sans-serif; }
          .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-list a {
            font-family: fot-tsukuardgothic-std, sans-serif;
            text-decoration: underline; }
        .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-categories {
          position: relative;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-categories .p-mp-userlist_item-detail-categories-title {
            position: relative;
            width: 130px;
            font-size: 1.6rem;
            font-family: fot-tsukuardgothic-std, sans-serif;
            padding: 2px 0; }
          .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-categories .p-mp-userlist_item-detail-categories-items {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: calc(100% - 130px); }
            .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-categories .p-mp-userlist_item-detail-categories-items .p-mp-userlist_item-detail-categories-item {
              position: relative;
              display: block;
              margin-right: 10px;
              background-color: #eeeeee;
              padding: 4px 8px;
              font-size: 1.4rem;
              font-family: fot-tsukuardgothic-std, sans-serif;
              margin-bottom: 6px;
              border-radius: 6px; }
              .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-categories .p-mp-userlist_item-detail-categories-items .p-mp-userlist_item-detail-categories-item.rojin {
                background-color: rgba(255, 169, 76, 0.3); }
              .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-categories .p-mp-userlist_item-detail-categories-items .p-mp-userlist_item-detail-categories-item.hoiku {
                background-color: rgba(209, 109, 115, 0.3); }
              .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail .p-mp-userlist_item-detail-categories .p-mp-userlist_item-detail-categories-items .p-mp-userlist_item-detail-categories-item.shogai {
                background-color: rgba(123, 208, 157, 0.3); }
    .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-right {
      position: relative;
      width: 100px; }
  @media screen and (max-width: 768px) {
    .p-mp-userlist .p-mp-userlist_item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left {
        width: 100%;
        margin-right: 0; }
        .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-icon {
          width: 40px; }
        .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-left .p-mp-userlist_item-detail {
          width: calc(100% - 50px); }
      .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-left: 50px; }
        .p-mp-userlist .p-mp-userlist_item .p-mp-userlist_item-right .c-mp-button {
          width: 45%;
          margin-top: 0 !important; } }

/**
    class for fonts
*/
.u-font-nitarago {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal; }

.u-font-tsukuardR {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal; }

.u-font-tsukuardB {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal; }

.u-font-corpgoM {
  font-family: "Corporate-Logo-Medium"; }

.u-font-corpgoB {
  font-family: "Corporate-Logo-Bold"; }

.u-font-shipporiM {
  font-family: "Shippori Mincho", serif;
  font-weight: 500; }

.u-font-shipporiB {
  font-family: "Shippori Mincho", serif;
  font-weight: 700; }

.u-font-futuraB {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal; }

/**
    swiper 調整用
*/
.swiper-container {
  width: 100%;
  max-width: 1000px !important;
  padding: 0 20px !important;
  margin: 0 auto !important;
  overflow: visible !important; }

.swaper-button-prev,
.swiper-button-next {
  z-index: 5; }

/**
    hover アニメーション用
*/
.u-hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .u-hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .u-hover:hover {
    background-color: transparent; }
    .u-hover:hover::before {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }

/**
    改行調整用
*/
.br-pad,
.br-sp {
  display: none; }

@media screen and (max-width: 768px) {
  .br-pad {
    display: block; } }

@media screen and (max-width: 560px) {
  .br-sp {
    display: block; } }

.u-mt-5 {
  margin-top: 5px; }

.u-mt-10 {
  margin-top: 10px; }

.u-mt-20 {
  margin-top: 20px; }

.u-mt-25 {
  margin-top: 25px; }

.u-mt-35 {
  margin-top: 35px; }

.u-mt-40 {
  margin-top: 40px; }

.u-mt-50 {
  margin-top: 50px; }

.u-mt-55 {
  margin-top: 55px; }

.u-mt-60 {
  margin-top: 60px; }

.u-mt-65 {
  margin-top: 65px; }

.u-mt-80 {
  margin-top: 80px; }

.u-mt-85 {
  margin-top: 85px; }

.u-mt-90 {
  margin-top: 90px; }

.u-mt-105 {
  margin-top: 105px; }

.u-mt-110 {
  margin-top: 110px; }

.u-mt-120 {
  margin-top: 120px; }

.u-mb-10 {
  margin-bottom: 10px; }

.u-mb-55 {
  margin-bottom: 55px; }

.u-m-0 {
  margin: 0; }

.u-w-150 {
  width: 150px; }

@media screen and (max-width: 768px) {
  .u-mt-20 {
    margin-top: 15px; }
  .u-mt-25 {
    margin-top: 20px; }
  .u-mt-35 {
    margin-top: 30px; }
  .u-mt-40 {
    margin-top: 30px; }
  .u-mt-50 {
    margin-top: 40px; }
  .u-mt-55 {
    margin-top: 45px; }
  .u-mt-60 {
    margin-top: 50px; }
  .u-mt-65 {
    margin-top: 50px; }
  .u-mt-80 {
    margin-top: 65px; }
  .u-mt-85 {
    margin-top: 70px; }
  .u-mt-90 {
    margin-top: 75px; }
  .u-mt-105 {
    margin-top: 85px; }
  .u-mt-110 {
    margin-top: 90px; }
  .u-mt-120 {
    margin-top: 100px; }
  .u-mb-55 {
    margin-bottom: 45px; } }

@media screen and (max-width: 560px) {
  .u-mt-20 {
    margin-top: 10px; }
  .u-mt-25 {
    margin-top: 15px; }
  .u-mt-35 {
    margin-top: 25px; }
  .u-mt-40 {
    margin-top: 25px; }
  .u-mt-50 {
    margin-top: 30px; }
  .u-mt-55 {
    margin-top: 35px; }
  .u-mt-60 {
    margin-top: 35px; }
  .u-mt-65 {
    margin-top: 35px; }
  .u-mt-80 {
    margin-top: 50px; }
  .u-mt-85 {
    margin-top: 55px; }
  .u-mt-90 {
    margin-top: 60px; }
  .u-mt-105 {
    margin-top: 70px; }
  .u-mt-110 {
    margin-top: 75px; }
  .u-mt-120 {
    margin-top: 80px; }
  .u-mb-55 {
    margin-bottom: 30px; }
  .u-w-150 {
    width: 130px; } }

.u-mp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 80px;
  min-height: 840px; }

.u-login-content {
  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;
  margin-top: 40px;
  margin-bottom: 80px; }

@media screen and (max-width: 768px) {
  .u-mp-content {
    margin-top: 35px;
    margin-bottom: 65px;
    min-height: auto; } }

@media screen and (max-width: 560px) {
  .u-mp-content {
    margin-top: 30px;
    margin-bottom: 55px; } }

.u-mp-icon-account {
  height: 26px; }

.u-mp-icon-resume {
  height: 31px; }

.u-mp-icon-notice {
  height: 25px; }

.u-mp-icon-mail {
  height: 18px; }

.u-after-none::after {
  display: none; }

.u-mp-notice {
  position: relative; }
  .u-mp-notice span {
    font-size: 1.1rem;
    color: #fff;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    text-align: center;
    padding: 0.2em;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #ff0000;
    position: absolute;
    top: 0;
    right: 10px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 2; }

@media screen and (max-width: 560px) {
  .u-mp-icon-account {
    height: 25px; }
  .u-mp-icon-resume {
    height: 30px; }
  .u-mp-icon-notice {
    height: 24px; }
  .u-mp-icon-mail {
    height: 17px; }
  .u-mp-notice span {
    font-size: 1rem; } }

.u-mp-faItem {
  position: relative; }
  .u-mp-faItem::before {
    height: 90px; }

.u-mp-recommend {
  background-color: rgba(255, 251, 130, 0.4); }

.u-mp-bookmark {
  background-color: rgba(224, 232, 231, 0.4); }

.u-w-inputArea-wrap {
  width: 100%;
  max-width: 465px; }

.u-fw-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@-webkit-keyframes checkFlagOrange {
  0% {
    border-right: 0px solid #ffa94c;
    border-bottom: 0px solid #ffa94c; }
  45%, 55% {
    border-bottom: 3px solid #ffa94c;
    border-right: 0px solid #ffa94c; }
  100% {
    border-bottom: 3px solid #ffa94c;
    border-right: 6px solid #ffa94c; } }

@keyframes checkFlagOrange {
  0% {
    border-right: 0px solid #ffa94c;
    border-bottom: 0px solid #ffa94c; }
  45%, 55% {
    border-bottom: 3px solid #ffa94c;
    border-right: 0px solid #ffa94c; }
  100% {
    border-bottom: 3px solid #ffa94c;
    border-right: 6px solid #ffa94c; } }

@-webkit-keyframes checkFlagRed {
  0% {
    border-right: 0px solid #d16d73;
    border-bottom: 0px solid #d16d73; }
  45%, 55% {
    border-bottom: 3px solid #d16d73;
    border-right: 0px solid #d16d73; }
  100% {
    border-bottom: 3px solid #d16d73;
    border-right: 6px solid #d16d73; } }

@keyframes checkFlagRed {
  0% {
    border-right: 0px solid #d16d73;
    border-bottom: 0px solid #d16d73; }
  45%, 55% {
    border-bottom: 3px solid #d16d73;
    border-right: 0px solid #d16d73; }
  100% {
    border-bottom: 3px solid #d16d73;
    border-right: 6px solid #d16d73; } }

@-webkit-keyframes checkFlagGreen {
  0% {
    border-right: 0px solid #7bd09d;
    border-bottom: 0px solid #7bd09d; }
  45%, 55% {
    border-bottom: 3px solid #7bd09d;
    border-right: 0px solid #7bd09d; }
  100% {
    border-bottom: 3px solid #7bd09d;
    border-right: 6px solid #7bd09d; } }

@keyframes checkFlagGreen {
  0% {
    border-right: 0px solid #7bd09d;
    border-bottom: 0px solid #7bd09d; }
  45%, 55% {
    border-bottom: 3px solid #7bd09d;
    border-right: 0px solid #7bd09d; }
  100% {
    border-bottom: 3px solid #7bd09d;
    border-right: 6px solid #7bd09d; } }

@-webkit-keyframes checkFlagBlue {
  0% {
    border-right: 0px solid #60abba;
    border-bottom: 0px solid #60abba; }
  45%, 55% {
    border-bottom: 3px solid #60abba;
    border-right: 0px solid #60abba; }
  100% {
    border-bottom: 3px solid #60abba;
    border-right: 6px solid #60abba; } }

@keyframes checkFlagBlue {
  0% {
    border-right: 0px solid #60abba;
    border-bottom: 0px solid #60abba; }
  45%, 55% {
    border-bottom: 3px solid #60abba;
    border-right: 0px solid #60abba; }
  100% {
    border-bottom: 3px solid #60abba;
    border-right: 6px solid #60abba; } }
