@charset "UTF-8";
body {
  font-size: 16px; }

/* ----- nav ----- */
.gnav {
  border-bottom: 1px solid #ccc; }

.breadcrumb {
  font-size: 12px;
  border-bottom: 1px solid #ccc; }
  .breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 12px; }
    @media (max-width: 767px) {
      .breadcrumb ol {
        padding: 14px 12px;
        line-height: 1.4; } }
  .breadcrumb a {
    text-decoration: none; }
    @media (max-width: 767px) {
      .breadcrumb a {
        display: block;
        padding: 4px 0; } }
    .breadcrumb a::after {
      content: "/";
      padding: 0 4px; }
      @media (max-width: 767px) {
        .breadcrumb a::after {
          content: ">"; } }
  @media (max-width: 767px) {
    .breadcrumb span {
      display: block;
      padding: 4px 0; } }

/* ----- footer ----- */
.bottom-btn-list {
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .bottom-btn-list {
      display: block; } }
  .bottom-btn-list li {
    margin: 0 8px; }
    @media (max-width: 767px) {
      .bottom-btn-list li {
        margin: 0 auto; }
        .bottom-btn-list li:not(:first-of-type) {
          margin-top: 16px; } }
    .bottom-btn-list li p {
      font-size: 14px;
      margin-bottom: 6px;
      text-align: center; }

.footer-contact-wrap {
  padding: 42px 0;
  color: #fff;
  background-color: #ff6600; }
  @media (max-width: 1023px) {
    .footer-contact-wrap {
      padding: 34px 0 32px; } }
  .footer-contact-wrap .inner {
    max-width: 1064px;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .footer-contact-wrap .inner {
        display: block; } }
  .footer-contact-wrap h5 {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.75; }
    @media (max-width: 767px) {
      .footer-contact-wrap h5 {
        margin-bottom: 20px; } }
    .footer-contact-wrap h5 br {
      display: none; }
      @media (max-width: 767px) {
        .footer-contact-wrap h5 br {
          display: block; } }
  @media (max-width: 1023px) {
    .footer-contact-wrap .footer-contact {
      text-align: center; } }
  .footer-contact-wrap .tel {
    display: flex;
    align-items: flex-end; }
    @media (max-width: 1023px) {
      .footer-contact-wrap .tel {
        justify-content: center; } }
    @media (max-width: 767px) {
      .footer-contact-wrap .tel {
        display: block; } }
  .footer-contact-wrap .tel-num {
    font-family: "Fjalla One", sans-serif;
    font-size: 40px; }
    .footer-contact-wrap .tel-num::before {
      content: "";
      display: inline-block;
      width: 28px;
      height: 35px;
      margin-right: 5px;
      background: url(../img/icon_tel.png) no-repeat -28px 0/auto 35px; }
  .footer-contact-wrap .tel-text {
    padding-left: 12px;
    font-size: 16px;
    font-feature-settings: 'palt'; }
    @media (max-width: 767px) {
      .footer-contact-wrap .tel-text {
        margin-top: 14px;
        padding-left: 0; } }
  .footer-contact-wrap .request a {
    display: block;
    width: 296px;
    height: 56px;
    border-radius: 8px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    background-color: #fff; }
    @media (max-width: 1023px) {
      .footer-contact-wrap .request a {
        margin: 12px auto 0; } }
    @media (min-width: 767px) {
      .footer-contact-wrap .request a {
        transition: opacity .3s ease-in; }
        .footer-contact-wrap .request a:hover {
          opacity: .8; } }
    @media all and (-ms-high-contrast: none) {
      .footer-contact-wrap .request a {
        line-height: 60px; } }

.footer-sitemap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 74px 12px 40px;
  font-size: 16px;
  line-height: 2;
  background-color: #efefef; }
  @media (max-width: 1023px) {
    .footer-sitemap {
      flex-wrap: wrap;
      justify-content: flex-start;
      padding-top: 6%;
      padding-bottom: 5%; } }
  @media (max-width: 767px) {
    .footer-sitemap {
      display: block;
      font-size: 14px; } }
  .footer-sitemap .sitemap-culumn {
    min-width: 122px; }
    .footer-sitemap .sitemap-culumn:first-of-type li {
      margin-bottom: 14px; }
    @media (max-width: 1023px) {
      .footer-sitemap .sitemap-culumn {
        margin-bottom: 4%; }
        .footer-sitemap .sitemap-culumn:last-of-type {
          margin-bottom: 0; } }
  .footer-sitemap a {
    font-weight: bold;
    text-decoration: none; }
    .footer-sitemap a:hover {
      text-decoration: underline; }
  .footer-sitemap .sitemap-business {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 678px; }
    @media (max-width: 767px) {
      .footer-sitemap .sitemap-business {
        width: 100%; } }
  .footer-sitemap dl {
    width: 33.33%;
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .footer-sitemap dl {
        width: 50%;
        margin-bottom: 12px; } }
    .footer-sitemap dl dt {
      margin-bottom: 3px;
      font-weight: bold; }
    .footer-sitemap dl li {
      font-size: 14px;
      line-height: 2.28; }
      @media (max-width: 767px) {
        .footer-sitemap dl li {
          font-size: 12px; } }
    .footer-sitemap dl a {
      display: block;
      font-weight: normal; }
      .footer-sitemap dl a::before {
        content: "・"; }
      @media (max-width: 767px) {
        .footer-sitemap dl a {
          padding: 4px 0; } }

.footer-info {
  position: relative;
  padding-top: 48px;
  max-width: 1064px;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 767px) {
    .footer-info {
      padding-top: 24px; } }

.footer-sns {
  display: none;
  position: absolute;
  right: 0;
  bottom: 12px; }
  @media (max-width: 767px) {
    .footer-sns {
      position: static;
      margin-bottom: 12px; } }
  .footer-sns .sns {
    display: flex;
    justify-content: center; }
    .footer-sns .sns li:first-of-type {
      margin-right: 16px; }
    .footer-sns .sns li a {
      display: block;
      overflow: hidden;
      width: 48px;
      height: 48px;
      text-indent: 120%;
      white-space: nowrap;
      background-image: url(../img/icon_sns.png);
      background-repeat: no-repeat;
      background-size: 96px 48px; }
      @media (min-width: 767px) {
        .footer-sns .sns li a {
          transition: opacity .3s ease-in; }
          .footer-sns .sns li a:hover {
            opacity: .8; } }
    .footer-sns .sns .fb {
      background-position: 0 0; }
    .footer-sns .sns .in {
      background-position: -48px 0; }

/* ----- ページ共通 ----- */
.wrapper {
  overflow: hidden; }

.contents-main {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1064px;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 1023px) {
    .contents-main {
      padding-top: 5%;
      padding-bottom: 48px; } }

.contents-title {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 42px; }
  @media (max-width: 1023px) {
    .contents-title {
      margin-bottom: 32px; } }
  @media (max-width: 767px) {
    .contents-title {
      display: block; } }
  .contents-title .page-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff6600;
    font-size: 32px;
    font-weight: bold; }
    @media (max-width: 1023px) {
      .contents-title .page-title {
        margin-bottom: 10px;
        padding-bottom: 8px;
        font-size: 24px;
        line-height: 1.4; } }
    .contents-title .page-title::before {
      flex-shrink: 0;
      content: "";
      display: block;
      margin-right: 12px;
      transform: translateY(-4px);
      background-image: url(../img/icon_title.png);
      background-repeat: no-repeat;
      background-size: 50px 350px; }
      @media (max-width: 767px) {
        .contents-title .page-title::before {
          margin-right: 4px;
          transform: translateY(0);
          background-size: 32px 224px; } }
    .contents-title .page-title.icon-none::before {
      display: none; }
    .contents-title .page-title.icon01::before {
      width: 43px;
      height: 38px;
      background-position: 0 0; }
      @media (max-width: 767px) {
        .contents-title .page-title.icon01::before {
          width: 30px;
          height: 26px; } }
    .contents-title .page-title.icon02::before {
      width: 38px;
      height: 38px;
      background-position: 0 -50px; }
      @media (max-width: 767px) {
        .contents-title .page-title.icon02::before {
          width: 30px;
          height: 30px;
          margin-right: 0;
          background-position: 0 -32px; } }
    .contents-title .page-title.icon03::before {
      width: 45px;
      height: 40px;
      background-position: 0 -100px; }
      @media (max-width: 767px) {
        .contents-title .page-title.icon03::before {
          width: 30px;
          height: 26px;
          background-position: 0 -64px;
          transform: translateY(-4px); } }
    .contents-title .page-title.icon04::before {
      width: 48px;
      height: 40px;
      background-position: 0 -150px;
      transform: translateY(0); }
      @media (max-width: 767px) {
        .contents-title .page-title.icon04::before {
          width: 30px;
          height: 25px;
          background-position: 0 -96px;
          transform: translateY(-2px); } }
    .contents-title .page-title.icon05::before {
      width: 27px;
      height: 38px;
      background-position: 0 -200px;
      transform: translateY(-2px); }
      @media (max-width: 767px) {
        .contents-title .page-title.icon05::before {
          width: 22px;
          height: 31px;
          margin-right: 0;
          background-position: 0 -128px;
          transform: translateY(2px); } }
    .contents-title .page-title.icon06::before {
      width: 46px;
      height: 40px;
      background-position: 0 -250px; }
      @media (max-width: 767px) {
        .contents-title .page-title.icon06::before {
          width: 30px;
          height: 26px;
          background-position: 0 -160px;
          transform: translateY(-3px); } }
    .contents-title .page-title.icon07::before {
      width: 40px;
      height: 40px;
      background-position: 0 -300px;
      transform: translateY(0); }
      @media (max-width: 767px) {
        .contents-title .page-title.icon07::before {
          width: 30px;
          height: 30px;
          background-position: 0 -190px; } }
    .contents-title .page-title.icon-topics::before, .contents-title .page-title.icon-flow::before, .contents-title .page-title.icon-question::before, .contents-title .page-title.icon-topics::before {
      content: "";
      width: 40px;
      height: 40px;
      margin-right: 12px;
      background-image: url(../img/icon.png);
      background-repeat: no-repeat;
      background-size: 120px 80px; }
      @media (max-width: 767px) {
        .contents-title .page-title.icon-topics::before, .contents-title .page-title.icon-flow::before, .contents-title .page-title.icon-question::before, .contents-title .page-title.icon-topics::before {
          width: 30px;
          height: 30px;
          margin-right: 8px;
          background-size: 90px 60px; } }
      @media all and (-ms-high-contrast: none) {
        .contents-title .page-title.icon-topics::before, .contents-title .page-title.icon-flow::before, .contents-title .page-title.icon-question::before, .contents-title .page-title.icon-topics::before {
          margin-top: -8px; } }
    .contents-title .page-title.icon-question::before {
      background-position: -80px 0;
      transform: translateY(0); }
      @media (max-width: 767px) {
        .contents-title .page-title.icon-question::before {
          background-position: -60px 0; } }
    .contents-title .page-title.icon-topics::before {
      background-position: -40px 0;
      transform: translateY(-2px); }
      @media (max-width: 767px) {
        .contents-title .page-title.icon-topics::before {
          background-position: -30px 0; } }
  .contents-title p {
    line-height: 1.75;
    text-align: justify;
    text-justify: inter-ideograph; }
    .contents-title p.short {
      width: 43%; }
      @media (max-width: 767px) {
        .contents-title p.short {
          width: 100%; } }
  .contents-title figure {
    width: 53%;
    padding-top: 6px;
    margin-left: 4%; }
    @media (max-width: 767px) {
      .contents-title figure {
        width: 100%;
        margin-left: 0; } }

.contents-heading {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .contents-heading {
      margin-bottom: 8px;
      line-height: 1.4; } }

.point-list-box {
  padding: 14px 16px;
  border-top: 1px solid #ff6600; }
  .point-list-box .point-list-box-title {
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: bold; }
  .point-list-box ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 2; }
    @media (max-width: 767px) {
      .point-list-box ul {
        display: block; } }
    .point-list-box ul li {
      min-width: 50%;
      padding-left: 1em;
      text-indent: -1em; }

.point-list-box-normal {
  border-top: 1px solid #ff6600; }
  .point-list-box-normal ul {
    padding-top: 16px;
    line-height: 2; }

/* テーブル */
.table-type01 {
  border-top: 1px solid #ff6600;
  border-bottom: 1px solid #ff6600; }
  .table-type01 th {
    background-color: #fffcdb; }

.table-type02 {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666; }
  .table-type02 th {
    background-color: #eee; }

.table-type01,
.table-type02 {
  width: 100%;
  line-height: 1.75; }
  .table-type01 tr:last-of-type th, .table-type01 tr:last-of-type td,
  .table-type02 tr:last-of-type th,
  .table-type02 tr:last-of-type td {
    border-bottom: 0; }
  .table-type01 th,
  .table-type01 td,
  .table-type02 th,
  .table-type02 td {
    padding: 8px 24px;
    border-bottom: 1px solid #ccc; }
    @media all and (-ms-high-contrast: none) {
      .table-type01 th,
      .table-type01 td,
      .table-type02 th,
      .table-type02 td {
        padding: 10px 24px 6px; } }
  .table-type01 th,
  .table-type02 th {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    vertical-align: top; }
  @media (max-width: 767px) {
    .table-type01 tr,
    .table-type02 tr {
      border-bottom: 0; }
    .table-type01 th, .table-type01 td,
    .table-type02 th,
    .table-type02 td {
      display: block;
      padding: 8px; }
    .table-type01 th,
    .table-type02 th {
      width: 100% !important; } }

/* 施設一覧 */
.list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .list::after {
    content: "";
    display: block;
    width: 32.78%; }
    @media (max-width: 1023px) {
      .list::after {
        width: 49.5%; } }
    @media (max-width: 767px) {
      .list::after {
        display: none; } }
  .list .list-box {
    width: 32.78%;
    margin-bottom: 8px;
    padding: 24px 20px;
    border: 1px solid #ccc; }
    @media (max-width: 1023px) {
      .list .list-box {
        width: 49.5%; } }
    @media (max-width: 767px) {
      .list .list-box {
        width: 100%;
        padding: 16px 12px; }
        .list .list-box:last-of-type {
          margin-bottom: 0; } }
  .list .list-name-small {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold; }
  .list .list-name {
    margin-bottom: 12px;
    color: #ff6600;
    line-height: 1.45; }
    @media (max-width: 767px) {
      .list .list-name {
        margin-bottom: 6px; } }
  .list .list-address {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.5; }
  .list .list-tel {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold; }
    .list .list-tel a {
      text-decoration: none; }
      @media (max-width: 767px) {
        .list .list-tel a {
          text-decoration: underline; } }
  .list .list-img {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .list .list-img {
        margin-bottom: 12px;
        text-align: center; } }
  .list .list-tags {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .list .list-tags {
        margin-bottom: 12px; } }
    .list .list-tags::after {
      content: "";
      display: block;
      width: 32.3%; }
    .list .list-tags li {
      width: 32.3%;
      height: 32px;
      border-radius: 4px;
      color: #fff;
      font-size: 14px;
      text-align: center;
      line-height: 32px;
      background-color: #ec7ba0;
      white-space: nowrap; }
      .list .list-tags li span {
        font-size: .78em; }
      @media all and (-ms-high-contrast: none) {
        .list .list-tags li {
          line-height: 36px; } }
      @media (max-width: 767px) {
        .list .list-tags li {
          font-size: 12px; } }
  .list .list-time {
    display: flex;
    align-items: center; }
    .list .list-time:first-of-type {
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .list .list-time:first-of-type {
          margin-bottom: 12px; } }
    .list .list-time:last-of-type {
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .list .list-time:last-of-type {
          margin-bottom: 12px; } }
    .list .list-time dt {
      width: 128px;
      padding: 5px 0;
      border-radius: 3px;
      color: #fff;
      font-size: 14px;
      text-align: center;
      background-color: #666; }
      @media all and (-ms-high-contrast: none) {
        .list .list-time dt {
          padding: 8px 0 2px;
          transform: translateY(-2px); } }
    .list .list-time dd {
      padding-left: 6px;
      font-size: 20px;
      font-weight: bold; }
  .list .list-btn {
    display: block;
    padding: 12px 0;
    border: 1px solid #ff6600;
    border-radius: 6px;
    color: #ff6600;
    font-weight: bold;
    text-align: center;
    text-decoration: none; }
    @media all and (-ms-high-contrast: none) {
      .list .list-btn {
        padding: 14px 0 10px; } }
    @media (min-width: 767px) {
      .list .list-btn {
        transition: opacity .3s ease-in; }
        .list .list-btn:hover {
          opacity: .8; } }
  .list .list-pre {
    padding: 38px 0;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #ffe0cc; }

/* 事業紹介 */
.business-basic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 62px; }
  @media (max-width: 1023px) {
    .business-basic {
      margin-bottom: 32px; } }
  @media (max-width: 767px) {
    .business-basic {
      display: block; } }

.business-name {
  width: 100%;
  margin-bottom: 48px;
  padding-bottom: 16px;
  border-bottom: 2px solid #ff6600;
  font-weight: bold;
  font-feature-settings: 'palt'; }
  @media (max-width: 1023px) {
    .business-name {
      margin-bottom: 4%; } }
  .business-name p {
    margin-bottom: 10px; }
  .business-name .name {
    font-size: 36px; }
    @media (max-width: 767px) {
      .business-name .name {
        font-size: 24px; } }

.business-text-hedding {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: bold;
  font-feature-settings: 'palt'; }
  @media (max-width: 767px) {
    .business-text-hedding {
      font-size: 18px; } }

.business-text {
  width: 42.3%; }
  @media (max-width: 767px) {
    .business-text {
      width: 100%; } }
  .business-text p {
    margin-bottom: 54px;
    line-height: 2; }
    @media (max-width: 1023px) {
      .business-text p {
        margin-bottom: 3%; } }
  .business-text dl {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    line-height: 1.4; }
    .business-text dl:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .business-text dl {
        margin-bottom: 8px; } }
  .business-text dt {
    flex-shrink: 0;
    width: 88px;
    padding: 8px 0 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #ff6600; }
    @media all and (-ms-high-contrast: none) {
      .business-text dt {
        padding: 10px 0 4px;
        transform: translateY(-2px); } }
  .business-text dd {
    padding-left: 12px; }

.business-tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .business-tags {
      justify-content: space-between;
      margin-bottom: 3%; } }
  .business-tags::after {
    content: "";
    display: block;
    width: 94px; }
  .business-tags li {
    width: 94px;
    height: 32px;
    margin-right: 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    background-color: #ec7ba0;
    white-space: nowrap; }
    .business-tags li:last-of-type {
      margin-right: 0; }
    .business-tags li span {
      font-size: .78em; }
    @media all and (-ms-high-contrast: none) {
      .business-tags li {
        line-height: 36px; } }
    @media (max-width: 767px) {
      .business-tags li {
        width: 32.3%;
        margin-right: 0; } }

.business-img {
  width: 53%; }
  @media (max-width: 767px) {
    .business-img {
      width: 100%;
      margin-top: 5%; } }
  .business-img .business-img-cap {
    margin-top: 8px;
    padding-left: 1em;
    font-size: 14px;
    text-indent: -1em;
    line-height: 1.2; }

.business-info {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .business-info {
      display: block; } }
  .business-info .business-info-box {
    width: 47.69%; }
    @media (max-width: 1023px) {
      .business-info .business-info-box {
        width: 49%; } }
    @media (max-width: 767px) {
      .business-info .business-info-box {
        width: 100%; }
        .business-info .business-info-box:not(:first-of-type) {
          margin-top: 32px; } }
    .business-info .business-info-box .table-type01 {
      margin-bottom: 4.5%; }
      .business-info .business-info-box .table-type01 th {
        width: 216px;
        font-size: 16px; }
      .business-info .business-info-box .table-type01 .total {
        color: #ff604a;
        font-size: 20px;
        font-weight: bold;
        background-color: #ffe7e4; }

.business-info-note {
  line-height: 1.75;
  font-size: 14px; }
  .business-info-note a {
    display: inline-block;
    margin-top: 5px;
    padding: 4px 32px;
    border: 1px solid #ff6600;
    border-radius: 8px;
    color: #ff604a;
    text-decoration: none;
    transition: all .3s ease; }
    @media all and (-ms-high-contrast: none) {
      .business-info-note a {
        padding: 6px 32px 2px; } }
    .business-info-note a:hover {
      color: #fff;
      background-color: #ff6600; }

.business-info-box-text {
  padding-top: 8px;
  border-top: 1px solid #ff6600;
  line-height: 2; }

.business-access {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 64px; }
  @media (max-width: 1023px) {
    .business-access {
      margin-top: 32px; } }
  @media (max-width: 767px) {
    .business-access {
      display: block; } }
  .business-access .contents-heading {
    width: 100%; }
  .business-access .business-access-text {
    width: 40%;
    padding-left: 48px;
    font-size: 18px;
    line-height: 1.75; }
    @media (max-width: 767px) {
      .business-access .business-access-text {
        width: 100%;
        padding-left: 0; } }
    .business-access .business-access-text dt {
      font-weight: bold; }
    .business-access .business-access-text dd {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .business-access .business-access-text dd {
          margin-bottom: 5%; } }
  .business-access .business-access-map {
    width: 58%;
    transform: translateY(-46px); }
    @media (max-width: 767px) {
      .business-access .business-access-map {
        width: 100%;
        transform: translateY(0); } }
  .business-access .business-access-google-map {
    width: 100%;
    height: 440px; }
    @media (max-width: 767px) {
      .business-access .business-access-google-map {
        height: 220px; } }

.business-point {
  position: relative;
  margin-top: 64px;
  padding: 48px 0 20px; }
  @media (max-width: 1023px) {
    .business-point {
      margin-top: 32px;
      padding: 16px 0 2%; } }
  .business-point::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    z-index: -1;
    width: 200vw;
    height: 100%;
    background-color: #fffcdb; }
  .business-point .contact-info {
    padding: 22px; }
    @media (max-width: 767px) {
      .business-point .contact-info {
        padding: 12px; } }

.business-point-list,
.living-point-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .business-point-list,
    .living-point-list {
      display: block; } }
  .business-point-list::after,
  .living-point-list::after {
    content: "";
    display: block;
    width: 30.76%; }
  .business-point-list li,
  .living-point-list li {
    width: 30.76%;
    padding-bottom: 2.3%; }
    @media (max-width: 767px) {
      .business-point-list li,
      .living-point-list li {
        width: 100%;
        padding-bottom: 6%; } }
    .business-point-list li img,
    .living-point-list li img {
      display: block;
      margin: 0 auto 8px; }

/* 注文 */
.contact-info {
  border: 2px solid #ff6600;
  padding: 40px 52px; }
  @media (max-width: 767px) {
    .contact-info {
      padding: 12px; } }
  .contact-info .contact-info-title {
    font-size: 22px;
    line-height: 1.75; }
    @media (max-width: 767px) {
      .contact-info .contact-info-title {
        font-size: 18px; } }
  .contact-info p {
    line-height: 2; }
  .contact-info .contact-info-list {
    display: flex;
    justify-content: center;
    margin-top: 14px; }
    @media (max-width: 767px) {
      .contact-info .contact-info-list {
        display: block; } }
    .contact-info .contact-info-list li {
      margin: 0 16px; }
      @media (max-width: 767px) {
        .contact-info .contact-info-list li {
          margin: 12px 0 0; } }
    .contact-info .contact-info-list a {
      display: block;
      width: 224px;
      margin: 0 auto;
      padding: 13px 0;
      border-radius: 8px;
      box-shadow: 0 2px 0 #b34700;
      color: #fff;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      background-color: #ff6600; }
      @media (min-width: 767px) {
        .contact-info .contact-info-list a {
          transition: opacity .3s ease-in; }
          .contact-info .contact-info-list a:hover {
            opacity: .8; } }
      @media (max-width: 767px) {
        .contact-info .contact-info-list a {
          width: 100%; } }
      @media all and (-ms-high-contrast: none) {
        .contact-info .contact-info-list a {
          padding: 16px 0 10px; } }
      .contact-info .contact-info-list a.site-btn {
        padding: 8px 0;
        font-size: 16px; }
        .contact-info .contact-info-list a.site-btn span {
          display: block;
          font-size: 14px; }

/* 詳細ポップアップ */
.item-box {
  padding: 34px; }
  @media (max-width: 767px) {
    .item-box {
      padding: 16px; } }
  .item-box .inner {
    display: flex;
    justify-content: space-between;
    width: 880px;
    padding: 32px;
    background-color: #fff; }
    @media (max-width: 1023px) {
      .item-box .inner {
        width: 100%; } }
    @media (max-width: 767px) {
      .item-box .inner {
        display: block;
        padding: 16px; } }
  .item-box .description-img {
    width: 51.47%; }
    @media (max-width: 1023px) {
      .item-box .description-img {
        width: 100%;
        margin-bottom: 16px;
        text-align: center; } }
  .item-box .description {
    width: 45%; }
    @media (max-width: 1023px) {
      .item-box .description {
        width: 100%; } }
    .item-box .description .name {
      margin-bottom: 18px;
      font-size: 22px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .item-box .description .name {
          font-size: 18px; } }
    .item-box .description .price {
      margin-bottom: 8px; }
    .item-box .description .text {
      line-height: 1.5; }
      @media (max-width: 767px) {
        .item-box .description .text {
          font-size: 14px; } }
    .item-box .description dl {
      margin-top: 18px; }
      @media (max-width: 767px) {
        .item-box .description dl {
          font-size: 14px; } }
      .item-box .description dl dt {
        margin-bottom: 6px;
        padding-bottom: 6px;
        border-bottom: 1px solid #ccc;
        font-weight: bold; }
      .item-box .description dl dd {
        line-height: 1.5; }

/* スプライト */
.icon-fee::before,
.icon-equipment::before,
.icon-point::before,
.icon-access::before,
.icon-service::before,
.icon-star::before,
.icon-desc::before,
.icon-time::before,
.icon-person::before,
.icon-question::before,
.icon-topics::before,
.icon-himawari::before,
.icon-home::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background-image: url(../img/icon_service_sprite.png);
  background-repeat: no-repeat;
  background-size: 224px 64px;
  transform: translateY(-2px); }
  @media all and (-ms-high-contrast: none) {
    .icon-fee::before,
    .icon-equipment::before,
    .icon-point::before,
    .icon-access::before,
    .icon-service::before,
    .icon-star::before,
    .icon-desc::before,
    .icon-time::before,
    .icon-person::before,
    .icon-question::before,
    .icon-topics::before,
    .icon-himawari::before,
    .icon-home::before {
      transform: translateY(-4px); } }

.icon-fee::before {
  background-position: -0px -0px; }

.icon-equipment::before {
  background-position: -32px 0px; }

.icon-point::before {
  background-position: 0 -32px; }

.icon-access::before {
  background-position: -32px -32px; }

.icon-service::before {
  background-position: -64px 0; }

.icon-star::before {
  background-position: -64px -32px; }

.icon-desc::before {
  background-position: -96px 0; }

.icon-time::before {
  background-position: -96px -32px; }

.icon-person::before {
  background-position: -128px 0; }

.icon-question::before {
  background-position: -128px -32px; }

.icon-topics::before {
  background-position: -160px 0; }

.icon-himawari::before {
  background-position: -160px -32px; }

.icon-home::before {
  background-position: -192px 0; }

/* ----- 個別ページ ----- */
.page-merit .page-visual {
  text-align: center;
  background-color: #a4d4fb;
  padding: 0 12px; }
  .page-merit .page-visual img {
    max-width: 1040px;
    width: 100%; }
.page-merit .merit-title {
  max-width: 536px;
  width: 95%;
  margin: 0 auto 30px; }
  @media (max-width: 767px) {
    .page-merit .merit-title {
      margin-bottom: 3%; } }
  .page-merit .merit-title + p {
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4; }
    @media (max-width: 767px) {
      .page-merit .merit-title + p {
        margin-bottom: 4%;
        font-size: 16px; } }
.page-merit .merit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .page-merit .merit-list {
      display: block;
      margin-bottom: 32px; } }
  .page-merit .merit-list li {
    position: relative;
    display: flex;
    align-items: center;
    width: 49.23%;
    margin-bottom: 16px;
    padding: 18px 50px 18px 30px;
    color: #ff6600;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    border: 2px solid #ff6600; }
    @media (max-width: 767px) {
      .page-merit .merit-list li {
        width: 100%;
        padding: 14px 20px 14px 12px;
        font-size: 16px; } }
    @media (min-width: 767px) {
      .page-merit .merit-list li {
        transition: opacity .3s ease-in; }
        .page-merit .merit-list li:hover {
          opacity: .8; } }
    .page-merit .merit-list li:hover {
      cursor: pointer; }
    .page-merit .merit-list li span {
      transform: translateY(4px); }
      @media (max-width: 767px) {
        .page-merit .merit-list li span {
          transform: translateY(2px); } }
    .page-merit .merit-list li::before {
      flex-shrink: 0;
      content: "";
      display: block;
      width: 52px;
      height: 66px;
      margin-right: 18px;
      background-image: url(../../merit/img/icon_num.png);
      background-repeat: no-repeat;
      background-size: 260px 66px; }
      @media (max-width: 767px) {
        .page-merit .merit-list li::before {
          width: 30px;
          height: 38px;
          margin-right: 10px;
          background-size: 150px 38px; } }
    .page-merit .merit-list li::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 22px;
      width: 16px;
      height: 23px;
      margin-top: -8px;
      background: url(../../merit/img/arrow.png) no-repeat 0 0/16px 23px; }
      @media (max-width: 767px) {
        .page-merit .merit-list li::after {
          right: 6px;
          width: 8px;
          height: 12px;
          margin-top: -6px;
          background-size: 8px 12px; } }
    .page-merit .merit-list li:first-of-type::before {
      background-position: 0 0; }
    .page-merit .merit-list li:nth-child(2)::before {
      background-position: -52px 0; }
      @media (max-width: 767px) {
        .page-merit .merit-list li:nth-child(2)::before {
          background-position: -30px 0; } }
    .page-merit .merit-list li:nth-child(3)::before {
      background-position: -104px 0; }
      @media (max-width: 767px) {
        .page-merit .merit-list li:nth-child(3)::before {
          background-position: -60px 0; } }
    .page-merit .merit-list li:nth-child(4)::before {
      background-position: -156px 0; }
      @media (max-width: 767px) {
        .page-merit .merit-list li:nth-child(4)::before {
          background-position: -90px 0; } }
    .page-merit .merit-list li:nth-child(5) {
      margin-bottom: 0; }
      .page-merit .merit-list li:nth-child(5)::before {
        background-position: -208px 0; }
        @media (max-width: 767px) {
          .page-merit .merit-list li:nth-child(5)::before {
            background-position: -120px 0; } }
.page-merit .merit-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .page-merit .merit-details {
      display: block; } }
  .page-merit .merit-details li {
    margin-bottom: 72px;
    width: 46.82%; }
    @media (max-width: 767px) {
      .page-merit .merit-details li {
        width: 100%;
        margin-bottom: 32px; } }
    .page-merit .merit-details li:first-of-type .merit-details-title::before {
      background-position: 0 0; }
    .page-merit .merit-details li:nth-child(2) .merit-details-title::before {
      background-position: -52px 0; }
    .page-merit .merit-details li:nth-child(3) .merit-details-title::before {
      background-position: -104px 0; }
    .page-merit .merit-details li:nth-child(4) .merit-details-title::before {
      background-position: -156px 0; }
    .page-merit .merit-details li:nth-child(5) {
      margin-bottom: 0; }
      .page-merit .merit-details li:nth-child(5) .merit-details-title::before {
        background-position: -208px 0; }
    .page-merit .merit-details li figure {
      margin-bottom: 16px; }
    .page-merit .merit-details li p {
      line-height: 1.75; }
  .page-merit .merit-details .merit-details-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 22px;
    color: #ff6600;
    line-height: 1.4; }
    @media (max-width: 767px) {
      .page-merit .merit-details .merit-details-title {
        font-size: 20px; } }
    .page-merit .merit-details .merit-details-title::before {
      flex-shrink: 0;
      content: "";
      display: block;
      width: 52px;
      height: 66px;
      margin-right: 26px;
      background-image: url(../../merit/img/icon_num.png);
      background-repeat: no-repeat;
      background-size: 260px 66px; }
      @media (max-width: 767px) {
        .page-merit .merit-details .merit-details-title::before {
          margin-right: 12px; } }

/* ----- 介護施設 ----- */
.page-home .list .list-name {
  font-size: 26px; }
  @media (max-width: 1023px) {
    .page-home .list .list-name {
      font-size: 22px; } }
.page-home .serach-map-wrap {
  margin-top: 56px;
  padding: 34px 36px;
  border: 4px solid #ff6600;
  border-radius: 14px; }
  @media (max-width: 1023px) {
    .page-home .serach-map-wrap {
      margin-top: 32px;
      padding: 20px 16px; } }
  .page-home .serach-map-wrap .serach-title {
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    font-size: 24px;
    font-weight: bold; }
    @media (max-width: 1023px) {
      .page-home .serach-map-wrap .serach-title {
        margin-bottom: 12px;
        font-size: 18px; } }
  .page-home .serach-map-wrap .serach-refine {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .page-home .serach-map-wrap .serach-refine {
        flex-wrap: wrap;
        margin-bottom: 10px; }
        .page-home .serach-map-wrap .serach-refine p:first-of-type {
          width: 100%;
          margin-right: 0;
          margin-bottom: 8px; } }
    .page-home .serach-map-wrap .serach-refine p {
      margin-right: 8px;
      font-weight: bold; }
    .page-home .serach-map-wrap .serach-refine .serach-select {
      position: relative;
      border: 1px solid #666;
      border-radius: 8px; }
      .page-home .serach-map-wrap .serach-refine .serach-select::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        padding: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #666;
        pointer-events: none; }
    .page-home .serach-map-wrap .serach-refine select {
      width: 100%;
      padding: 8px 28px 8px 6px;
      cursor: pointer;
      border: none;
      outline: none;
      background: transparent;
      background-image: none;
      box-shadow: none;
      -webkit-appearance: none;
      appearance: none;
      font-size: 14px; }
      .page-home .serach-map-wrap .serach-refine select::-ms-expand {
        display: none; }
      @media all and (-ms-high-contrast: none) {
        .page-home .serach-map-wrap .serach-refine select {
          font-family: "メイリオ", Meiryo, sans-serif;
          font-weight: normal; } }
  .page-home .serach-map-wrap .serach-map {
    width: 100%;
    height: 500px;
    background-color: #ccc; }
.page-home .home-price {
  margin-top: 80px; }
  @media (max-width: 1023px) {
    .page-home .home-price {
      margin-top: 32px; } }
  .page-home .home-price h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .page-home .home-price h3 {
        font-size: 18px; } }
  .page-home .home-price p {
    margin-bottom: 10px; }
  .page-home .home-price .table-type01 th {
    width: 256px; }

/* ----- デイサービス ----- */
@media (max-width: 767px) {
  .page-day .business-name .name {
    font-size: 20px; } }
.page-day .list .list-name {
  font-size: 22px;
  font-feature-settings: 'palt'; }
.page-day .list .list-pre {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px; }

/* ----- サービス系 ----- */
.page-service .page-visual {
  background: url(../../work_support/img/confection_visual.jpg) no-repeat center center/cover; }
.page-service .support-point-wrap {
  margin-top: 56px;
  padding: 28px 32px;
  background-color: #fffde6; }
  @media (max-width: 767px) {
    .page-service .support-point-wrap {
      margin-top: 32px;
      padding: 12px; } }
.page-service .support-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid #ff6600; }
  @media (max-width: 767px) {
    .page-service .support-point {
      display: block;
      padding-top: 16px; } }
  .page-service .support-point ul {
    width: 40.98%; }
    @media (max-width: 767px) {
      .page-service .support-point ul {
        width: 100%; } }
    .page-service .support-point ul li:last-of-type {
      margin-top: 20px; }
  .page-service .support-point dl {
    line-height: 1.75; }
    .page-service .support-point dl dt {
      margin-bottom: 6px;
      font-weight: bold; }
  .page-service .support-point figure {
    width: 56.55%; }
    @media (max-width: 767px) {
      .page-service .support-point figure {
        width: 100%;
        margin: 6px auto 0; } }
.page-service .service-info {
  display: flex;
  justify-content: space-between;
  margin-top: 64px; }
  @media (max-width: 1023px) {
    .page-service .service-info {
      margin-top: 32px; } }
  @media (max-width: 767px) {
    .page-service .service-info {
      display: block; } }
  .page-service .service-info .service-info-text {
    flex: 1; }
    .page-service .service-info .service-info-text ul {
      padding-top: 8px;
      border-top: 1px solid #ff6600; }
      .page-service .service-info .service-info-text ul li {
        margin-bottom: 14px;
        line-height: 2; }
        @media (max-width: 767px) {
          .page-service .service-info .service-info-text ul li {
            margin-bottom: 8px; } }
        .page-service .service-info .service-info-text ul li:not(:first-of-type) {
          padding-top: 14px;
          border-top: 1px solid #ccc; }
          @media (max-width: 767px) {
            .page-service .service-info .service-info-text ul li:not(:first-of-type) {
              padding-top: 8px; } }
  .page-service .service-info figure {
    width: 53%;
    margin-left: 4%; }
    @media (max-width: 767px) {
      .page-service .service-info figure {
        width: 100%;
        margin-left: 0; } }
.page-service .base-list {
  margin-top: 64px; }
  @media (max-width: 1023px) {
    .page-service .base-list {
      margin-top: 32px; } }
  .page-service .base-list .contents-heading {
    margin-bottom: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #ff6600; }
    @media (max-width: 767px) {
      .page-service .base-list .contents-heading {
        padding-bottom: 8px; } }
  .page-service .base-list .base-list-box {
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
    border-bottom: 1px solid #ccc; }
    .page-service .base-list .base-list-box:last-of-type {
      border-bottom: 0; }
      @media (max-width: 767px) {
        .page-service .base-list .base-list-box:last-of-type {
          padding-bottom: 0; } }
    @media (max-width: 767px) {
      .page-service .base-list .base-list-box {
        display: block;
        padding: 32px 0; } }
  .page-service .base-list .base-text {
    flex: 1; }
    .page-service .base-list .base-text .base-name {
      margin-bottom: 64px;
      color: #ff6600;
      font-size: 24px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .page-service .base-list .base-text .base-name {
          margin-bottom: 16px;
          font-size: 18px; } }
    .page-service .base-list .base-text .base-info {
      display: flex;
      align-items: center; }
      .page-service .base-list .base-text .base-info:first-of-type {
        margin-bottom: 16px; }
        @media (max-width: 767px) {
          .page-service .base-list .base-text .base-info:first-of-type {
            margin-bottom: 12px; } }
      .page-service .base-list .base-text .base-info dt {
        width: 96px;
        padding: 5px 0;
        border-radius: 3px;
        color: #fff;
        text-align: center;
        background-color: #666; }
        @media all and (-ms-high-contrast: none) {
          .page-service .base-list .base-text .base-info dt {
            padding: 8px 0 2px;
            transform: translateY(-2px); } }
        @media (max-width: 767px) {
          .page-service .base-list .base-text .base-info dt {
            font-size: 14px; } }
      .page-service .base-list .base-text .base-info dd {
        padding-left: 16px; }
        @media (max-width: 767px) {
          .page-service .base-list .base-text .base-info dd {
            padding-left: 8px;
            font-size: 14px; } }
  .page-service .base-list .base-area {
    width: 53%;
    margin-left: 4%;
    padding: 24px;
    background-color: #eee; }
    @media (max-width: 767px) {
      .page-service .base-list .base-area {
        width: 100%;
        margin-top: 16px;
        margin-left: 0;
        padding: 12px; } }
    .page-service .base-list .base-area .base-area-title {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #000;
      font-weight: bold; }
    .page-service .base-list .base-area ul {
      overflow: hidden; }
    .page-service .base-list .base-area li {
      float: left;
      padding-right: 1em;
      line-height: 1.75; }
.page-service .flow {
  margin-top: 32px; }
  .page-service .flow .contents-heading {
    margin-bottom: 32px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ff6600; }
    @media (max-width: 767px) {
      .page-service .flow .contents-heading {
        margin-bottom: 16px;
        padding-bottom: 8px; } }
  .page-service .flow p {
    padding: 0 52px; }
    @media (max-width: 767px) {
      .page-service .flow p {
        padding: 0; } }
    .page-service .flow p img {
      width: 50%; }
      @media (max-width: 767px) {
        .page-service .flow p img {
          width: 100%; }
          .page-service .flow p img:first-of-type {
            margin-bottom: 12px; } }
@media (max-width: 767px) {
  .page-service.confection .business-point .contents-heading {
    margin-top: 16px;
    margin-bottom: 16px; }
  .page-service.confection .business-point .contact-info {
    margin-bottom: 32px; } }
.page-service .shop-item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .page-service .shop-item-list {
      display: block; } }
  .page-service .shop-item-list li {
    width: 32.3%;
    margin-bottom: 16px;
    background-color: #fff; }
    @media (max-width: 767px) {
      .page-service .shop-item-list li {
        width: 100%;
        margin-bottom: 0; }
        .page-service .shop-item-list li:not(:first-of-type) {
          margin-top: 6%; } }
    .page-service .shop-item-list li figure {
      text-align: center; }
  .page-service .shop-item-list .item-text {
    padding: 24px; }
    .page-service .shop-item-list .item-text dt {
      font-size: 22px;
      font-weight: bold; }
    .page-service .shop-item-list .item-text dd {
      margin-top: 14px; }
    .page-service .shop-item-list .item-text a {
      display: block;
      margin-top: 14px;
      padding: 12px 0;
      border: 1px solid #ff6600;
      border-radius: 6px;
      color: #ff6600;
      font-weight: bold;
      text-align: center;
      text-decoration: none; }
      @media all and (-ms-high-contrast: none) {
        .page-service .shop-item-list .item-text a {
          padding: 14px 0 10px; } }
      @media (min-width: 767px) {
        .page-service .shop-item-list .item-text a {
          transition: opacity .3s ease-in; }
          .page-service .shop-item-list .item-text a:hover {
            opacity: .8; } }

/* ----- 住まい ----- */
.page-living .contents-title .page-title {
  margin-bottom: 0; }
.page-living .living-other .business-name {
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .page-living .living-other .business-name {
      margin-bottom: 4%; } }
.page-living .business-basic .business-name,
.page-living .living-other .business-name {
  margin-bottom: 32px;
  border-bottom-width: 1px; }
  @media (max-width: 1023px) {
    .page-living .business-basic .business-name,
    .page-living .living-other .business-name {
      margin-bottom: 4%; } }
  .page-living .business-basic .business-name .name,
  .page-living .living-other .business-name .name {
    font-size: 28px; }
    @media (max-width: 767px) {
      .page-living .business-basic .business-name .name,
      .page-living .living-other .business-name .name {
        font-size: 24px; } }
.page-living .business-basic .business-text p,
.page-living .living-other .business-text p {
  margin-bottom: 30px;
  line-height: 2; }
  @media (max-width: 1023px) {
    .page-living .business-basic .business-text p,
    .page-living .living-other .business-text p {
      margin-bottom: 3%; } }
.page-living .business-basic .business-img,
.page-living .living-other .business-img {
  width: 46.15%; }
  @media (max-width: 767px) {
    .page-living .business-basic .business-img,
    .page-living .living-other .business-img {
      width: 100%;
      margin-top: 5%; } }
.page-living .business-basic p.business-text-point,
.page-living .living-other p.business-text-point {
  margin-bottom: 0;
  padding: 12px 24px;
  border: 1px solid #ff6600;
  color: #ff6600;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .page-living .business-basic p.business-text-point,
    .page-living .living-other p.business-text-point {
      padding: 8px 12px; } }
.page-living .living-point-list .living-point-heading {
  margin-top: 14px;
  font-size: 20px;
  font-weight: bold; }
.page-living .living-point-list .txt {
  margin-top: 8px;
  font-size: 14px; }

/* ----- 地域 ----- */
.page-chiiki .chiiki-info {
  margin-top: 64px; }
  @media (max-width: 1023px) {
    .page-chiiki .chiiki-info {
      margin-top: 32px; } }
  .page-chiiki .chiiki-info .contents-heading {
    align-items: flex-end;
    padding-bottom: 20px;
    font-size: 28px;
    border-bottom: 1px solid #ff6600; }
    @media (max-width: 767px) {
      .page-chiiki .chiiki-info .contents-heading {
        display: block;
        padding-bottom: 10px;
        font-size: 22px; } }
    .page-chiiki .chiiki-info .contents-heading span {
      font-size: .57em; }
      @media (max-width: 767px) {
        .page-chiiki .chiiki-info .contents-heading span {
          display: block;
          font-size: 14px; } }
.page-chiiki .chiiki-box {
  display: flex;
  justify-content: space-between;
  margin-top: 32px; }
  @media (max-width: 1023px) {
    .page-chiiki .chiiki-box {
      margin-top: 4%; } }
  @media (max-width: 767px) {
    .page-chiiki .chiiki-box {
      display: block; } }
.page-chiiki .chiiki-text {
  width: 46.15%; }
  @media (max-width: 767px) {
    .page-chiiki .chiiki-text {
      width: 100%; } }
  .page-chiiki .chiiki-text p {
    margin-top: 26px;
    line-height: 2; }
    @media (max-width: 767px) {
      .page-chiiki .chiiki-text p {
        margin-top: 2%; } }
.page-chiiki .chiiki-place {
  width: 46.15%; }
  @media (max-width: 767px) {
    .page-chiiki .chiiki-place {
      width: 100%;
      margin-top: 4%; } }
  .page-chiiki .chiiki-place .chiiki-place-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .page-chiiki .chiiki-place .chiiki-place-title {
        margin-bottom: 2%;
        font-size: 18px; } }
  .page-chiiki .chiiki-place dl:not(:first-of-type) {
    margin-top: 40px; }
    @media (max-width: 1023px) {
      .page-chiiki .chiiki-place dl:not(:first-of-type) {
        margin-top: 4%; } }
  .page-chiiki .chiiki-place dl dt {
    padding: 16px;
    font-size: 20px;
    font-weight: bold;
    background-color: #eee; }
    @media all and (-ms-high-contrast: none) {
      .page-chiiki .chiiki-place dl dt {
        padding: 18px 16px 12px; } }
    @media (max-width: 767px) {
      .page-chiiki .chiiki-place dl dt {
        padding: 12px;
        font-size: 16px; } }
  .page-chiiki .chiiki-place dl dd {
    margin-top: 10px;
    line-height: 1.68; }
  .page-chiiki .chiiki-place figure {
    margin-top: 20px; }
.page-chiiki .contact-info {
  margin-top: 100px; }
  @media (max-width: 1023px) {
    .page-chiiki .contact-info {
      margin-top: 12%; } }

/* ----- 介護用品 ----- */
.page-welfare .contents-title .page-title {
  margin-bottom: 0; }
.page-welfare .business-basic {
  margin-bottom: 0; }
  .page-welfare .business-basic:not(:first-of-type) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc; }
.page-welfare .business-text p {
  margin-bottom: 0; }

/* ----- 宅配 ----- */
.page-delivery .contents-title .page-title {
  margin-bottom: 0; }
.page-delivery .business-text .business-text-hedding {
  line-height: 1.5; }
.page-delivery .business-text p {
  margin-bottom: 0; }
.page-delivery .lineup .lineup-title {
  font-size: 22px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .page-delivery .lineup .lineup-title {
      margin-bottom: 3%;
      font-size: 18px; } }
.page-delivery .lineup .lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .page-delivery .lineup .lineup-list {
      display: block; } }
.page-delivery .lineup .lineup-box {
  width: 49.23%;
  padding: 24px;
  background-color: #fffde6;
  margin-top: 16px; }
  @media (max-width: 767px) {
    .page-delivery .lineup .lineup-box {
      width: 100%;
      margin-bottom: 4%;
      padding: 12px; } }
  .page-delivery .lineup .lineup-box .item-img {
    width: 68.96%; }
    @media (max-width: 767px) {
      .page-delivery .lineup .lineup-box .item-img {
        width: 100%; } }
  .page-delivery .lineup .lineup-box .item-name {
    margin-top: 3%;
    font-size: 22px;
    font-weight: bold; }
  .page-delivery .lineup .lineup-box .item-point {
    margin-top: 2%; }
    .page-delivery .lineup .lineup-box .item-point li {
      padding-left: 1em;
      line-height: 1.5;
      text-indent: -1em; }
  .page-delivery .lineup .lineup-box .item-price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .page-delivery .lineup .lineup-box .item-price dl {
      padding-top: 4.3%; }
    .page-delivery .lineup .lineup-box .item-price dt {
      font-size: 14px; }
    .page-delivery .lineup .lineup-box .item-price dd {
      margin-top: 8px; }
      .page-delivery .lineup .lineup-box .item-price dd:first-of-type {
        font-size: 28px;
        font-weight: bold; }
        .page-delivery .lineup .lineup-box .item-price dd:first-of-type spna {
          font-size: .571em;
          font-weight: normal; }
      .page-delivery .lineup .lineup-box .item-price dd:last-of-type {
        color: #ff6600;
        font-weight: bold; }
  .page-delivery .lineup .lineup-box .item-pattern {
    display: table;
    margin-top: 4%; }
    .page-delivery .lineup .lineup-box .item-pattern li {
      position: relative;
      padding-right: 32px;
      line-height: 2; }
      .page-delivery .lineup .lineup-box .item-pattern li:hover {
        cursor: pointer; }
      .page-delivery .lineup .lineup-box .item-pattern li::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -12px;
        width: 20px;
        height: 20px;
        background: url(../img/arrow_orange.png) no-repeat 0 0/20px; }
  .page-delivery .lineup .lineup-box .item-pattern-container {
    position: relative;
    margin-top: 4%; }
  .page-delivery .lineup .lineup-box .item-overview {
    width: 100%; }
    .page-delivery .lineup .lineup-box .item-overview tr {
      line-height: 2; }
      .page-delivery .lineup .lineup-box .item-overview tr:nth-child(odd) {
        background-color: #eee; }
      .page-delivery .lineup .lineup-box .item-overview tr:nth-child(even) {
        background-color: #fff; }
    .page-delivery .lineup .lineup-box .item-overview th {
      width: 125px;
      padding: 0 8px;
      font-size: 14px;
      font-weight: bold;
      text-align: left; }
    @media (max-width: 767px) {
      .page-delivery .lineup .lineup-box .item-overview td {
        font-size: 14px; } }

/* ----- 生きがい ----- */
.page-life .contents-title .page-title {
  margin-bottom: 0; }
.page-life .business-basic {
  margin-bottom: 48px; }
  @media (max-width: 1023px) {
    .page-life .business-basic {
      margin-bottom: 4%; } }
  .page-life .business-basic .business-name {
    margin-bottom: 32px;
    border-bottom-width: 1px; }
    @media (max-width: 1023px) {
      .page-life .business-basic .business-name {
        margin-bottom: 4%; } }
    .page-life .business-basic .business-name .name {
      font-size: 28px; }
      @media (max-width: 767px) {
        .page-life .business-basic .business-name .name {
          font-size: 20px; } }
  .page-life .business-basic .business-text {
    width: 46.1%; }
    @media (max-width: 767px) {
      .page-life .business-basic .business-text {
        width: 100%; } }
    .page-life .business-basic .business-text p {
      margin-bottom: 0; }
  .page-life .business-basic .business-img {
    width: 46.15%; }
    @media (max-width: 767px) {
      .page-life .business-basic .business-img {
        width: 100%; } }
.page-life .living-point-list p {
  font-size: 14px; }
.page-life .izumi {
  overflow: hidden; }
  .page-life .izumi img {
    float: left;
    width: 43%;
    margin-right: 18px; }
.page-life .life-how-list {
  font-weight: bold; }
  .page-life .life-how-list h3 {
    font-size: 28px; }
    @media (max-width: 767px) {
      .page-life .life-how-list h3 {
        font-size: 24px; } }
  .page-life .life-how-list ul {
    margin-top: 2%; }
  .page-life .life-how-list li {
    font-size: 20px;
    line-height: 2; }
    @media (max-width: 767px) {
      .page-life .life-how-list li {
        font-size: 18px; } }
  .page-life .life-how-list p {
    margin-top: 4%;
    font-size: 20px; }
    @media (max-width: 767px) {
      .page-life .life-how-list p {
        font-size: 18px; } }
.page-life .taiso p {
  margin-top: 4%; }

.flow-list {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 80px;
  padding-top: 82px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ff6600; }
  @media (max-width: 767px) {
    .flow-list {
      margin-bottom: 40px;
      padding-top: 40px;
      padding-bottom: 16px; } }
  .flow-list .flow-list-title {
    padding-bottom: 17px;
    border-bottom: 1px solid #ff6600;
    font-size: 32px;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 767px) {
      .flow-list .flow-list-title {
        font-size: 22px; } }
  .flow-list .flow-box:first-of-type {
    margin-top: 48px; }
    @media (max-width: 767px) {
      .flow-list .flow-box:first-of-type {
        margin-top: 24px; } }
  .flow-list .flow-box:not(:last-of-type) {
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .flow-list .flow-box:not(:last-of-type) {
        margin-bottom: 16px; } }
    .flow-list .flow-box:not(:last-of-type)::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin: 24px auto 0;
      border-style: solid;
      border-width: 16px 16px 0 16px;
      border-color: #666 transparent transparent transparent; }
      @media (max-width: 767px) {
        .flow-list .flow-box:not(:last-of-type)::after {
          margin-top: 12px; } }
  .flow-list .flow-box .flow-box-title {
    padding: 16px 0;
    border-radius: 16px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background-color: #ff6600; }
    @media (max-width: 767px) {
      .flow-list .flow-box .flow-box-title {
        padding: 12px 0;
        border-radius: 8px;
        font-size: 18px; } }
  .flow-list .flow-box p {
    margin-top: 14px;
    line-height: 1.75; }

.page-qa .contents-title p {
  font-size: 20px; }
  @media (max-width: 767px) {
    .page-qa .contents-title p {
      font-size: 16px; } }
.page-qa .qa-box {
  padding-bottom: 42px;
  border-top: 1px solid #ccc;
  line-height: 1.75; }
  @media (max-width: 1023px) {
    .page-qa .qa-box {
      padding-top: 32px;
      padding-bottom: 32px; }
      .page-qa .qa-box:last-of-type {
        padding-bottom: 0; } }
.page-qa .qa-question {
  padding: 24px 40px 24px 88px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.75;
  background: url(../../q_and_a/img/icon_q.png) no-repeat 38px center;
  background-size: 25px 31px; }
  @media (max-width: 767px) {
    .page-qa .qa-question {
      padding: 0 0 0 40px;
      margin-bottom: 16px;
      font-size: 16px;
      background-position: 6px center;
      background-size: 20px auto; } }
.page-qa .qa-answer {
  padding: 32px 40px 32px 88px;
  border-radius: 8px;
  background-color: #ffeedb;
  background: #ffeedb url(../../q_and_a/img/icon_a.png) no-repeat 40px 25px;
  background-size: 23px 25px; }
  @media (max-width: 767px) {
    .page-qa .qa-answer {
      padding: 12px 12px 12px 40px;
      border-radius: 8px;
      background-color: #ffeedb;
      background-size: 20px auto;
      background-position: 8px 12px; } }
.page-qa .q1img img {
  width: 50%; }

.page-guide .flow-list {
  margin-bottom: 64px; }
  @media (max-width: 1023px) {
    .page-guide .flow-list {
      margin-bottom: 8%; } }
  .page-guide .flow-list li {
    line-height: 1.75; }
.page-guide .flow-list-box {
  position: relative;
  margin-bottom: 80px;
  border-radius: 8px;
  background-color: #fcd7a2; }
  @media (max-width: 767px) {
    .page-guide .flow-list-box {
      margin-bottom: 40px; } }
  .page-guide .flow-list-box::after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 50%;
    width: 32px;
    height: 32px;
    border-right: 2px solid #ff6600;
    border-bottom: 2px solid #ff6600;
    transform: translateX(-50%) rotate(45deg); }
    @media (max-width: 767px) {
      .page-guide .flow-list-box::after {
        bottom: -24px;
        width: 20px;
        height: 20px; } }
  .page-guide .flow-list-box dl {
    padding: 1.5%;
    text-align: center; }
    .page-guide .flow-list-box dl dt {
      margin-bottom: 16px;
      font-size: 30px; }
      @media (max-width: 767px) {
        .page-guide .flow-list-box dl dt {
          margin-bottom: 1.5%;
          font-size: 20px; } }
    .page-guide .flow-list-box dl dd {
      padding: 1.5%;
      border-radius: 8px;
      font-size: 20px;
      background-color: #fff; }
      @media (max-width: 767px) {
        .page-guide .flow-list-box dl dd {
          font-size: 18px; } }
.page-guide .flow-list-last {
  padding: 2.6%;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background-color: #f0831e; }
  @media (max-width: 767px) {
    .page-guide .flow-list-last {
      font-size: 18px; } }
.page-guide .flow-box-text {
  padding-top: 8px;
  border-top: 1px solid #ff6600;
  font-size: 18px;
  line-height: 1.75; }

.page-company .philosophy-title,
.page-company .overview-title {
  font-size: 36px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .page-company .philosophy-title,
    .page-company .overview-title {
      font-size: 20px; } }
.page-company .philosophy .philosophy-box {
  padding: 48px 12px 46px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  background-color: #fffde6; }
  @media (max-width: 1023px) {
    .page-company .philosophy .philosophy-box {
      margin-top: 2%; } }
  @media (max-width: 767px) {
    .page-company .philosophy .philosophy-box {
      padding: 24px 12px;
      font-size: 16px; } }
  .page-company .philosophy .philosophy-box figure {
    max-width: 400px;
    margin: 0 auto; }
  .page-company .philosophy .philosophy-box h2 {
    margin-top: 28px; }
    @media (max-width: 767px) {
      .page-company .philosophy .philosophy-box h2 {
        margin-top: 6%; } }
  .page-company .philosophy .philosophy-box p {
    margin-top: 46px; }
    @media (max-width: 767px) {
      .page-company .philosophy .philosophy-box p {
        margin-top: 6%; } }
.page-company .overview {
  margin-top: 54px; }
  @media (max-width: 1023px) {
    .page-company .overview {
      margin-top: 32px; } }
  .page-company .overview .overview-title + .table-type02 {
    margin-top: 32px; }
    @media (max-width: 1023px) {
      .page-company .overview .overview-title + .table-type02 {
        margin-top: 20px; } }
  .page-company .overview .table-type02 {
    margin-top: 78px; }
    @media (max-width: 1023px) {
      .page-company .overview .table-type02 {
        margin-top: 32px; } }
    .page-company .overview .table-type02 tr:first-of-type td {
      font-weight: bold; }
    .page-company .overview .table-type02 th {
      width: 208px;
      font-size: 16px; }
.page-company .innovation {
  margin-bottom: 80px;
  color: #fff;
  background: -moz-linear-gradient(left, #ff6600 0%, #ff6600 30%, #fb006a 70%, #fb006a 100%);
  background: -webkit-linear-gradient(left, #ff6600 0%, #ff6600 30%, #fb006a 70%, #fb006a 100%);
  background: linear-gradient(to right, #ff6600 0%, #ff6600 30%, #fb006a 70%, #fb006a 100%); }
  @media (max-width: 767px) {
    .page-company .innovation {
      margin-bottom: 8%; } }
  .page-company .innovation .box {
    padding: 98px 12px 80px 568px;
    background: url(../top/img/innovation_img.png) no-repeat 10px bottom/468px auto; }
    @media (max-width: 1023px) {
      .page-company .innovation .box {
        padding: 6.8% 12px 5.8% 46%;
        background-size: 42% auto; } }
    @media (max-width: 767px) {
      .page-company .innovation .box {
        padding: 5% 16px 10%;
        background-size: 45.33% auto;
        background-position: right 2% bottom; } }
  .page-company .innovation h3 {
    margin-bottom: 14px;
    font-size: 24px;
    font-feature-settings: 'palt'; }
    @media (max-width: 1023px) {
      .page-company .innovation h3 {
        margin-bottom: 1.3%;
        font-size: 2.6vw; } }
    @media (max-width: 767px) {
      .page-company .innovation h3 {
        margin-bottom: 2%;
        font-size: 6.5vw;
        line-height: 1.33; } }
  .page-company .innovation p {
    line-height: 1.75; }
    @media (max-width: 767px) {
      .page-company .innovation p {
        font-size: 3.5vw; } }
  .page-company .innovation .btn-kadomaru {
    margin-top: 38px;
    margin-left: 0;
    border-color: #fff;
    line-height: 40px; }
    @media (max-width: 1023px) {
      .page-company .innovation .btn-kadomaru {
        margin-top: 3.7%; } }
    @media (max-width: 767px) {
      .page-company .innovation .btn-kadomaru {
        margin-top: 12%;
        width: 160px;
        font-size: 16px; } }

.page-recruit .page-visual {
  text-align: center;
  background-color: #fff4e9; }
  .page-recruit .page-visual img {
    max-width: 1040px;
    width: 100%; }
.page-recruit .recruit-list {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #ff6600;
  border-bottom: 1px solid #ff6600; }
  .page-recruit .recruit-list li {
    margin-bottom: 24px;
    padding: 0 18px; }
    .page-recruit .recruit-list li:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .page-recruit .recruit-list li {
        padding: 0; } }
    .page-recruit .recruit-list li a,
    .page-recruit .recruit-list li span {
      display: flex;
      align-items: center;
      text-decoration: none; }
      @media (max-width: 767px) {
        .page-recruit .recruit-list li a,
        .page-recruit .recruit-list li span {
          flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .page-recruit .recruit-list li a .recruit-text {
        text-decoration: underline; } }
    .page-recruit .recruit-list li a:hover .recruit-text {
      text-decoration: underline; }
  .page-recruit .recruit-list .recruit-day {
    font-size: 20px; }
    @media (max-width: 767px) {
      .page-recruit .recruit-list .recruit-day {
        font-size: 16px; } }
  .page-recruit .recruit-list .recruit-list-icon {
    width: 144px;
    margin-left: 20px;
    padding: 8px 0;
    border-radius: 5px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    text-align: center; }
    @media all and (-ms-high-contrast: none) {
      .page-recruit .recruit-list .recruit-list-icon {
        padding: 10px 0 4px; } }
    @media (max-width: 767px) {
      .page-recruit .recruit-list .recruit-list-icon {
        padding: 4px 0; } }
  .page-recruit .recruit-list .recruit-text {
    margin-left: 32px;
    line-height: 1.75; }
    @media (max-width: 767px) {
      .page-recruit .recruit-list .recruit-text {
        display: block;
        width: 100%;
        margin-left: 0;
        padding-top: 6px; } }
.page-recruit .recruit-box {
  margin-top: 64px; }
  @media (max-width: 767px) {
    .page-recruit .recruit-box {
      margin-top: 32px; } }
.page-recruit .recruit-inner {
  padding-top: 24px;
  border-top: 1px solid #ff6600; }
.page-recruit .recruit-story .recruit-inner {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .page-recruit .recruit-story .recruit-inner {
      display: block; } }
  .page-recruit .recruit-story .recruit-inner p {
    width: 60%; }
    @media (max-width: 767px) {
      .page-recruit .recruit-story .recruit-inner p {
        width: 100%;
        margin-bottom: 4%; } }
  .page-recruit .recruit-story .recruit-inner figure {
    width: 36%;
    margin-left: 2%; }
    @media (max-width: 767px) {
      .page-recruit .recruit-story .recruit-inner figure {
        width: 100%;
        margin-left: 0; } }
.page-recruit .recruit-work-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .page-recruit .recruit-work-list {
      display: block; } }
.page-recruit .recruit-work-box {
  width: 32.3%;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .page-recruit .recruit-work-box {
      width: 100%; } }
  .page-recruit .recruit-work-box:nth-child(odd) {
    border: 12px solid #ff6600; }
    .page-recruit .recruit-work-box:nth-child(odd) dt {
      background-color: #ff6600; }
  .page-recruit .recruit-work-box:nth-child(even) {
    border: 12px solid #ff634d; }
    .page-recruit .recruit-work-box:nth-child(even) dt {
      background-color: #ff634d; }
  .page-recruit .recruit-work-box dl dt {
    padding-bottom: 12px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold; }
  .page-recruit .recruit-work-box dl dd {
    padding: 16px 16px;
    background-color: #fff; }
    .page-recruit .recruit-work-box dl dd ul {
      overflow: hidden; }
      .page-recruit .recruit-work-box dl dd ul li {
        float: left;
        padding-right: 20px;
        line-height: 1.75; }
.page-recruit .staff-work {
  position: relative;
  padding-top: 24px;
  background-color: #fffcdb; }
  @media (max-width: 767px) {
    .page-recruit .staff-work {
      margin-top: 32px; } }
  .page-recruit .staff-work::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    z-index: -1;
    width: 200vw;
    height: 100%;
    background-color: #fffcdb; }
  .page-recruit .staff-work ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .page-recruit .staff-work ul {
        display: block;
        padding-bottom: 24px; } }
    .page-recruit .staff-work ul li {
      width: 48.47%;
      max-width: 504px;
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .page-recruit .staff-work ul li {
          width: 100%;
          max-width: none; }
          .page-recruit .staff-work ul li:last-of-type {
            margin-bottom: 0; } }
      @media (min-width: 767px) {
        .page-recruit .staff-work ul li a {
          transition: opacity .3s ease-in; }
          .page-recruit .staff-work ul li a:hover {
            opacity: .8; } }
.page-recruit .staff-education {
  margin-top: 64px; }
  @media (max-width: 767px) {
    .page-recruit .staff-education {
      margin-top: 32px; } }
.page-recruit .staff-education-title {
  display: table;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff6600; }
.page-recruit .staff-education p {
  line-height: 1.75; }
.page-recruit .staff-shogu {
  margin-top: 64px; }
  @media (max-width: 767px) {
    .page-recruit .staff-shogu {
      margin-top: 32px; } }
.page-recruit .staff-shogu-title {
  display: table;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff6600; }
.page-recruit .staff-shogu p {
  line-height: 1.75; }
.page-recruit .recruit-info {
  margin-top: 64px; }
  @media (max-width: 767px) {
    .page-recruit .recruit-info {
      margin-top: 32px; } }
.page-recruit .recruit-info-title {
  cursor: pointer;
  position: relative;
  padding: 16px 50px 16px 16px;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  background-color: #ff604a; }
  @media (max-width: 767px) {
    .page-recruit .recruit-info-title {
      padding: 12px 50px 12px 12px;
      font-size: 18px; } }
  .page-recruit .recruit-info-title::before, .page-recruit .recruit-info-title::after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: #fff;
    transition: all 0.3s ease; }
  .page-recruit .recruit-info-title::before {
    right: 29px;
    width: 2px;
    height: 20px;
    margin-top: -10px; }
  .page-recruit .recruit-info-title::after {
    right: 20px;
    width: 20px;
    height: 2px;
    margin-top: -1px; }
  .page-recruit .recruit-info-title:hover::before {
    transform: rotate(90deg); }
  .page-recruit .recruit-info-title:hover::after {
    transform: rotate(90deg); }
  .page-recruit .recruit-info-title.open::before {
    transform: rotate(90deg); }
  .page-recruit .recruit-info-title.open::after {
    transform: rotate(180deg); }
.page-recruit .recruit-info-box:not(:first-of-type) {
  margin-top: 24px; }
  @media (max-width: 767px) {
    .page-recruit .recruit-info-box:not(:first-of-type) {
      margin-top: 4%; } }
.page-recruit .recruit-info-box-inner {
  padding: 3%;
  background-color: #ffeedb; }
  .page-recruit .recruit-info-box-inner table {
    margin-bottom: 3%;
    background-color: #fff; }
    .page-recruit .recruit-info-box-inner table th {
      width: 25%; }
.page-recruit .recruit-info-text .recruit-info-text-inner {
  float: left;
  width: 56%;
  line-height: 1.75; }
.page-recruit .recruit-info-text figure {
  float: right;
  width: 39%; }
.page-recruit .recruit-info-text {
  overflow: hidden;
  margin-bottom: 3%;
  line-height: 1.4; }
  @media (max-width: 767px) {
    .page-recruit .recruit-info-text {
      font-size: 14px; } }
  .page-recruit .recruit-info-text h1 {
    font-size: 2em;
    font-weight: normal; }
  .page-recruit .recruit-info-text h2 {
    font-size: 1.5em;
    font-weight: normal; }
  .page-recruit .recruit-info-text h3 {
    font-size: 1.17em;
    font-weight: normal; }
  .page-recruit .recruit-info-text h4 {
    font-size: 1.2em;
    font-weight: normal; }
  .page-recruit .recruit-info-text h5 {
    font-size: 1em;
    font-weight: normal; }
  .page-recruit .recruit-info-text h5 {
    font-size: 1em;
    font-weight: normal; }
  .page-recruit .recruit-info-text h6 {
    font-size: .8em;
    font-weight: normal; }

.inquiry-form-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px; }

.inquiry-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px; }

.inquiry-form table {
  width: 100%; }

@media (max-width: 767px) {
  .inquiry-form th,
  .inquiry-form td {
    display: block; } }

.inquiry-form th {
  position: relative;
  width: 27%;
  padding: 8px;
  font-weight: bold;
  text-align: left; }
  @media (max-width: 767px) {
    .inquiry-form th {
      display: flex;
      align-items: center;
      width: 100%; } }

.inquiry-form td {
  width: 73%;
  padding: 8px;
  line-height: 1.75; }
  @media (max-width: 767px) {
    .inquiry-form td {
      width: 100%; } }

.inquiry-form .vt {
  vertical-align: top; }

.required {
  position: absolute;
  right: 20px;
  padding: 2px 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  background-color: #e60012; }
  @media (max-width: 767px) {
    .required {
      position: static;
      transform: translateY(0);
      margin-left: 12px; } }
  @media all and (-ms-high-contrast: none) {
    .required {
      padding: 4px 4px 0; } }

.optional {
  position: absolute;
  right: 20px;
  padding: 2px 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  background-color: #666; }
  @media (max-width: 767px) {
    .optional {
      position: static;
      transform: translateY(0);
      margin-left: 12px; } }
  @media all and (-ms-high-contrast: none) {
    .optional {
      padding: 4px 4px 0; } }

.inquiry-form input[type="text"] {
  width: 80%; }
  @media (max-width: 767px) {
    .inquiry-form input[type="text"] {
      width: 100%; } }

.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  -webkit-appearance: none; }

.inquiry-form select::-ms-expand {
  display: none; }

.inquiry-form .selectbox-wrap {
  position: relative; }
  .inquiry-form .selectbox-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none; }

.inquiry-form textarea {
  resize: vertical; }

.form-input-parts {
  padding: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #e9e9e9; }

.form-input-parts-ex {
  padding-top: 8px; }

.btn-check {
  display: block;
  overflow: hidden;
  width: 288px;
  margin: 24px auto 0;
  padding: 12px 0;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 2px 0 #b56419;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #f0831e; }

.btn-check:hover {
  cursor: pointer; }

.btn-check[disabled] {
  box-shadow: 0 2px 0 #919191;
  background-color: #919191; }

.policy {
  margin: 8px 0 24px;
  padding: 16px;
  border-radius: 4px;
  background-color: #eee; }

.wpcf7-not-valid-tip {
  display: block; }

.page-inquiry div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 2em 2em;
  font-weight: bold; }
.page-inquiry div.wpcf7-mail-sent-ok {
  border: 4px solid #ff6600; }
.page-inquiry div.wpcf7-validation-errors {
  border: 4px solid #ffd700; }

.page-topics .contents-main {
  max-width: 960px; }
.page-topics .page-title {
  margin-bottom: 0; }
.page-topics .topics-list li {
  margin-bottom: 24px;
  padding: 0 18px; }
  .page-topics .topics-list li:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .page-topics .topics-list li {
      padding: 0; } }
  .page-topics .topics-list li a,
  .page-topics .topics-list li span {
    display: flex;
    align-items: center;
    text-decoration: none; }
    @media (max-width: 767px) {
      .page-topics .topics-list li a,
      .page-topics .topics-list li span {
        flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .page-topics .topics-list li a .topics-text {
      text-decoration: underline; } }
  .page-topics .topics-list li a:hover .topics-text {
    text-decoration: underline; }
.page-topics .topics-list .topics-day {
  font-size: 20px; }
  @media (max-width: 767px) {
    .page-topics .topics-list .topics-day {
      font-size: 16px; } }
.page-topics .topics-list .topics-icon {
  width: 144px;
  margin-left: 20px;
  padding: 8px 0;
  border-radius: 5px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  text-align: center; }
  @media all and (-ms-high-contrast: none) {
    .page-topics .topics-list .topics-icon {
      padding: 10px 0 4px; } }
  @media (max-width: 767px) {
    .page-topics .topics-list .topics-icon {
      padding: 4px 0; } }
.page-topics .topics-list .topics-text {
  margin-left: 32px;
  line-height: 1.75; }
  @media (max-width: 767px) {
    .page-topics .topics-list .topics-text {
      display: block;
      width: 100%;
      margin-left: 0;
      padding-top: 6px; } }
.page-topics .page-numbers {
  text-align: center;
  margin-top: 4.5%; }
  .page-topics .page-numbers li {
    display: inline-block; }
    .page-topics .page-numbers li a,
    .page-topics .page-numbers li span {
      display: block;
      width: 28px;
      height: 28px;
      margin: 0 10px 5px;
      line-height: 28px;
      text-align: center;
      text-decoration: none; }
  .page-topics .page-numbers .current {
    color: #fff;
    background-color: #ff6600; }
  .page-topics .page-numbers .prev,
  .page-topics .page-numbers .next {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    color: #fff;
    line-height: 32px;
    font-family: 'Fjalla One', sans-serif;
    background-color: #ff6600;
    box-shadow: 0 1px 0 #ccc; }
.page-topics .post-container {
  line-height: 1.4; }

.post-container p {
  margin-bottom: 1em; }

.post-container img {
  max-width: 80%;
  height: auto; }

.post-container .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.post-container .alignright {
  display: block;
  margin-left: auto; }

.post-container ul {
  margin-bottom: 1em;
  padding-left: 20px; }

.post-container ul li {
  list-style: disc; }

.post-container ol {
  margin-bottom: 1em;
  padding-left: 20px; }

.post-container ol li {
  list-style: decimal; }

.post-container blockquote {
  background-color: #eee; }

.post-container a {
  text-decoration: underline; }

.post-container a:hover {
  text-decoration: none; }

.post-container h1 {
  margin-top: 1em;
  margin-bottom: 14px;
  font-size: 28px; }

.post-container h2 {
  margin-bottom: 14px;
  font-size: 24px; }

.post-container h3 {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: normal; }

.post-container h4 {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: normal; }

.post-container h5 {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: normal; }

.post-container h6 {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: normal; }

.page-policy .policy {
  line-height: 1.75; }
  .page-policy .policy h2, .page-policy .policy h3 {
    font-size: 18px; }
  .page-policy .policy div {
    margin-top: 24px; }
