@charset "UTF-8";
/* -----------------------------------------------------------------------------------
下層ページ > 法人概要
----------------------------------------------------------------------------------- */
.philosophy .list_ol {
  font-size: 1.0666666667em;
  color: #014865;
  font-weight: 500;
}

/*--------------------------------------
代表社員
----------------------------------------*/
@media (min-width: 1280px) {
  .profile .box-85 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .profile .box-29 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/*--------------------------------------
メンバー
----------------------------------------*/
.member .contents.type_fl {
  margin-bottom: 40px;
}

/* -----------------------------------------------------------------------------------
下層ページ > 業務内容
----------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------------
下層ページ > 助成金
----------------------------------------------------------------------------------- */
.jyoseikin section h3 {
  font-size: 19px;
}
.jyoseikin section h4 {
  margin: 0 0 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-underline-offset: 0.2em;
  text-decoration: underline;
}
.jyoseikin section p {
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .jyoseikin .list_border {
    grid-template: 1fr/repeat(1, 160px 1fr);
  }
}
.jyoseikin .list_border > dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #014865;
}
.jyoseikin .list_border > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.jyoseikin .list_ol li:last-of-type {
  margin: 0 0 0.25em;
}
.jyoseikin .list_ul li,
.jyoseikin .list_ol li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

/* -----------------------------------------------------------------------------------
下層ページ > 料金表
----------------------------------------------------------------------------------- */
.price .foot-lead h2 {
  font-size: 20px;
}
.price-table {
  overflow-x: auto;
  min-width: 0; /* これがないと overflow が効かない！ */
}
.price-table table {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
  width: 640px;
}
@media (min-width: 768px) {
  .price-table table {
    width: 100%;
  }
}
.price-table thead tr:first-child th {
  background: #D0E4ED;
  color: #014865;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.625;
  padding: 5px 16px 4px;
  border-right: 1px solid white;
  border-top: none;
  white-space: nowrap;
}
.price-table thead tr:first-child th:last-child {
  border-right: none;
}
.price-table thead tr:first-child th[rowspan] {
  vertical-align: middle;
}
.price-table thead tr:nth-child(2) th {
  background: #DFEEF5;
  color: #014865;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.625;
  padding: 4px 16px;
  border-right: 1px solid white;
  text-align: center;
}
.price-table thead tr:nth-child(2) th:last-child {
  border-right: none;
}
.price-table tbody tr {
  background: #F7FBFD;
}
.price-table tbody tr td,
.price-table tbody tr th {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 16px;
  text-align: center;
  border: 1px solid #D0E4ED;
  line-height: 1.625;
}
.price-table tbody tr td[rowspan],
.price-table tbody tr th[rowspan] {
  vertical-align: middle;
}
.price-table tbody tr th {
  background: #DFEEF5;
  color: #014865;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.625;
}
.price-table.option tbody tr td:nth-child(1), .price-table.option tbody tr td:nth-child(3) {
  vertical-align: middle;
}
.price-table.option tbody tr td:nth-child(2) {
  text-align: left;
}
.price-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .price-flex-contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 40px;
    margin: 32px 0 0;
  }
}

.special-price-lead {
  font-weight: 600;
}
.special-price-lead__color {
  color: rgb(246, 54, 54);
  font-size: 1.1764705882em;
}

.regular-price {
  text-decoration: line-through;
  text-decoration-color: rgb(246, 54, 54);
}

.special-price {
  display: inline-block;
  color: rgb(246, 54, 54);
}

.plan-text > dt {
  padding: 0 0 0 1.25em;
  margin: 1em 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  position: relative;
}
.plan-text > dt::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: -webkit-gradient(linear, left top, left bottom, from(#68c2e7), to(#67be95));
  background: linear-gradient(#68c2e7 0%, #67be95 100%);
  border-radius: 50%;
  position: absolute;
  top: min(50%, 1em);
  left: 0.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.plan-text > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em 0;
}

.limited-offer {
  width: 100%;
  padding: 16px 24px 20px;
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.limited-offer__header {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: block;
  position: relative;
  padding-left: 2em;
  font-size: 16px;
  line-height: 1.25;
}
.limited-offer__header::before {
  display: block;
  position: absolute;
  top: min(50%, 1em);
  left: 0.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.5em;
  height: 1.5em;
  background: url(../img/iocn_check.png) center no-repeat;
  background-size: cover;
  content: "";
}
.limited-offer__description {
  color: #222222;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

/* -----------------------------------------------------------------------------------
下層ページ > よくあるご質問
----------------------------------------------------------------------------------- */
/* ----------------
// アコーディオン
---------------- */
/* wrapper */
.accordion-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
}

/* 本体 */
.accordion {
  display: block;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0px 5px 5px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px -6px rgba(0, 0, 0, 0.1);
}
.accordion__trigger {
  display: none;
}
.accordion__label, .accordion__contents {
  display: grid;
  grid-template: auto/40px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 1em;
  background: #ffffff;
}
.accordion__label {
  padding: 10px 50px 10px 10px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.accordion__label::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: solid 3px #014865;
  border-width: 3px 3px 0 0;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.accordion__contents {
  display: none;
  padding: 10px 30px 40px 10px;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  .accordion__contents {
    padding: 10px 30px 40px 30px;
  }
}
.accordion__trigger:checked ~ .accordion__label::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.accordion__trigger:checked ~ .accordion__contents {
  display: grid;
  -webkit-animation: faq-anima 1s forwards;
  animation: faq-anima 1s forwards;
}
@-webkit-keyframes faq-anima {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes faq-anima {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

/* テキスト類 */
.accordion .ttl,
.accordion .text {
  display: block;
  padding: 0.5em 0 0;
  font-weight: 500;
  font-size: 1em;
}
.accordion .text {
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 400;
}
.accordion .text a {
  color: #3483a3;
  text-decoration: underline;
}
.accordion [class*=tag_] {
  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: 40px;
  height: 40px;
  padding: 0 0 0.1em;
  color: #ffffff;
  font-family: "Shippori Mincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.accordion .tag_q {
  background: #67be95;
}
.accordion .tag_a {
  background: #68c2e7;
}

/* -----------------------------------------------------------------------------------
下層ページ > 新着情報
----------------------------------------------------------------------------------- */
.news:has(.breadcrumb) .foot {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .news:has(.breadcrumb) .foot {
    padding-top: 0;
  }
}
.news-list {
  display: grid;
  grid-template: auto/1fr;
  width: 100%;
}
.news-list dt,
.news-list dd {
  padding: 0.3em 0;
  color: #014865;
  font-size: 16px;
  font-weight: 500;
}
.news-list dt:first-of-type,
.news-list dd:first-of-type {
  border-top: 1px solid #bbd5e0;
  border-top: none;
}
.news-list dt time,
.news-list dd time {
  font-size: 13px;
  font-weight: 500;
}
.news-list dd {
  padding: 0 0 calc(0.5em + 2px);
  border-bottom: 1px solid #bbd5e0;
}
.news-list dd:first-of-type {
  border-top: none;
}
.news-list dd a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.news-list dd a:hover {
  color: #68c2e7;
}
@media (min-width: 768px) {
  .news-list {
    grid-template: 1fr/repeat(1, 120px 1fr);
  }
  .news-list dt,
  .news-list dd {
    padding: 0.6em 0 calc(0.6em + 0px) 32px;
    border-bottom: 1px solid #bbd5e0;
  }
  .news-list dt:first-of-type,
  .news-list dd:first-of-type {
    border-top: 1px solid #bbd5e0;
  }
  .news-list dd {
    padding: 0.6em 0 calc(0.6em + 0px);
  }
}
.news-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 40px 0 0;
}

/*--------------------------------------
記事
----------------------------------------*/
/* 上書き */
.single-news:has(.breadcrumb) .foot {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .single-news:has(.breadcrumb) .foot {
    padding-top: 0;
  }
}
.single-news .heading-1 {
  font-size: 24px;
}
.single-news .heading-1 time {
  display: block;
  padding: 0.25em 0;
  font-size: 0.6666666667em;
}
.single-news .contents h2 {
  font-size: 18px;
}
.single-news .contents h3 {
  font-size: 17px;
}
.single-news .contents strong {
  font-weight: 600;
}
.single-news .contents p a,
.single-news .contents li a {
  color: #005274;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.single-news .contents p a[target=_blank]::after,
.single-news .contents li a[target=_blank]::after {
  display: inline-block;
  opacity: 0.9;
  width: 0.9em;
  height: 0.9em;
  margin: 0 0.5em 0;
  background: url(../img/icon_newWindow.svg) center no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.single-news .contents p a:hover,
.single-news .contents li a:hover {
  color: #68c2e7;
}
.single-news .contents .news-btn-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
  margin: 0;
}
.single-news .news-btn-container {
  margin: 64px 0 0;
}

/* サムネイル */
.news-thumbnail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  width: 100%;
}
@media (min-width: 1280px) {
  .news-thumbnail {
    width: min(100%, 290px);
  }
}
.news-thumbnail .box-29.type_img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

/* パンクズリスト */
.breadcrumb {
  /* width_contents */
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
    padding: 24px 0 24px;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.breadcrumb__item {
  font-size: 14px;
  font-weight: 500;
  color: #005274;
}
.breadcrumb__item:not(:last-of-type)::after {
  content: ">";
  margin: 0 0 0 0.5em;
  color: #005274;
}
.breadcrumb__item > a {
  font-size: 1em;
  color: #005274;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.breadcrumb__item > a:hover {
  color: #68c2e7;
}

/* 【共通】ページネーション（プラグイン使用） */
.wp-pagenavi-container {
  margin: 48px 0 0;
}

.wp-pagenavi {
  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;
  gap: 16px 10px;
  width: 100%;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .current,
.wp-pagenavi .first,
.wp-pagenavi .last {
  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-negative: 0;
      flex-shrink: 0;
  width: 2.5em;
  height: 2.5em;
  padding: 0 0 2px;
  font-size: 1em;
  text-align: center;
  color: unset;
  position: relative;
  z-index: 1;
  color: #005274;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
.wp-pagenavi .page::before,
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .current::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  content: "";
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #ececec;
  background: #ffffff;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .current:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  color: #ffffff;
}
.wp-pagenavi .page:hover::before,
.wp-pagenavi .previouspostslink:hover::before,
.wp-pagenavi .nextpostslink:hover::before,
.wp-pagenavi .current:hover::before,
.wp-pagenavi .first:hover::before,
.wp-pagenavi .last:hover::before {
  background: #3483a3;
}
.wp-pagenavi .current {
  color: #ffffff;
}
.wp-pagenavi .current::before {
  background: #005274;
}
.wp-pagenavi > * {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wp-pagenavi .previouspostslink {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.wp-pagenavi .nextpostslink {
  -webkit-box-ordinal-group: 1001;
      -ms-flex-order: 1000;
          order: 1000;
}

/* -----------------------------------------------------------------------------------
下層ページ > メディア出演
----------------------------------------------------------------------------------- */
.media-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 48px;
}
@media (min-width: 768px) {
  .media-category-list {
    gap: 10px;
  }
}
.media-category-list li a {
  display: block;
  padding: 4px 16px;
  border: 1px solid #ececec;
  background: #ffffff;
  border-radius: 100px;
  color: #005274;
  font-weight: 500;
  font-size: 13px;
}
@media (min-width: 768px) {
  .media-category-list li a {
    padding: 4px 24px;
    font-size: 14px;
  }
}
.media-category-list li a:hover {
  background-color: #005274;
  color: #fff;
  opacity: 1;
}
.media-category-list li.current a {
  background-color: #005274;
  color: #fff;
}
.media-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.media-item {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  font-weight: 500;
}
.media-item a {
  color: #014865;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.media-item a:hover {
  color: #68c2e7;
}
.media-item:has(time) {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
}
@media (min-width: 768px) {
  .media-item:has(time) {
    grid-template-columns: 128px 1fr;
  }
}
.media-item:has(time):has(a) {
  display: block;
}
.media-item:has(time) a {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  width: 100%;
}
@media (min-width: 768px) {
  .media-item:has(time) a {
    grid-template-columns: 128px 1fr;
  }
}
.media-popup-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .media-popup-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }
}
@media (min-width: 1280px) {
  .media-popup-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
  }
}
.media-popup {
  width: min(100%, 480px);
}
@media (min-width: 768px) {
  .media-popup {
    width: 100%;
  }
}
.media-popup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.media-popup__image {
  width: 100%;
  padding: 56.25% 0 0;
  border-radius: 8px;
  border: 1px solid #ececec;
  background: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
}
.media-popup__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.media-popup__link:hover .media-popup__image {
  -webkit-box-shadow: 0 0 20px rgba(163, 218, 240, 0.6);
          box-shadow: 0 0 20px rgba(163, 218, 240, 0.6);
}

.media-popup__description {
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  color: #014865;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.media-popup__link:hover .media-popup__description {
  color: #68c2e7;
}

/* -----------------------------------------------------------------------------------
下層ページ > アクセス
----------------------------------------------------------------------------------- */
.access-map {
  width: 100%;
  height: auto;
  padding: 240px 0 0;
  position: relative;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.access-cards {
  display: grid;
  grid-template-columns: repeat(1, min(100%, 280px));
  gap: 16px;
  list-style: none;
  width: 100%;
  counter-reset: cards-counter;
  /* 個々の li が .cards__item */
}
@media (min-width: 480px) {
  .access-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .access-cards {
    grid-template-columns: repeat(auto-fit, 228.8px);
  }
}
.access-cards__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  overflow: hidden;
  /* カウンターを加算する */
  counter-increment: cards-counter;
}
.access-cards__figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  width: 100%;
  padding: 75% 0 0;
  position: relative;
}
.access-cards__image {
  /* img */
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  height: auto;
  padding: 75% 0 0;
  margin: -75% 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.access-cards__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.625;
  text-align: justify;
  /* 疑似要素でグラデーション円＆番号を表示 */
}
.access-cards__text::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#68c2e7), to(#67be95));
  background: linear-gradient(#68c2e7 0%, #67be95 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.0666666667em;
  line-height: 1;
  text-align: center;
  /* グラデーション円のスタイル */
  content: counter(cards-counter);
}

/* -----------------------------------------------------------------------------------
下層ページ > 採用ページ
----------------------------------------------------------------------------------- */
.recruit .home-btn-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
}
.recruit .home-btn-wrap p {
  font-size: 16px;
}

/* -----------------------------------------------------------------------------------
下層ページ > プライバシーポリシー
----------------------------------------------------------------------------------- */
.policy .space-1 {
  gap: 40px;
}

.policy-list {
  counter-reset: number 0;
}
.policy-list li {
  counter-increment: number 1;
}
.policy-list h2 {
  font-size: 18px;
}
.policy-list h3 {
  font-size: 17px;
}
.policy-list .number::before {
  content: counter(number) ".";
  margin: 0 0.5em 0 0;
}
.policy-list .list_ol {
  font-size: 0.9333333333em;
}

/* -----------------------------------------------------------------------------------
下層 > お問い合わせ（Contact Form 7 Multi-Step Forms 対応）
----------------------------------------------------------------------------------- */
form input:not([type*=checkbox]),
form textarea,
form select,
form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 2px;
  background: transparent;
  font-family: unset;
  font-size: 1em;
  color: unset;
}

.common-form {
  display: block;
  margin: 50px 0 0;
  color: #014865;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 768px) {
  .common-form {
    font-size: 18px;
  }
}
.common-form p {
  margin: 0 0 16px;
}
.common-form p:has([name=privacy]) {
  margin: 40px 0 0;
}
.common-form p:has([type=submit], [type=reverse], [type=button]) {
  margin: 64px 0 0;
}
.common-form [type=submit],
.common-form [type=reverse],
.common-form [type=button] {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: unset;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.common-form button {
  width: min(100%, 450px);
  height: 60px;
  background: #a3daf0 !important;
  padding: 0 1em 2px !important;
  border: none !important;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: unset !important;
  letter-spacing: 0.05em !important;
  white-space: nowrap !important;
}
@media (min-width: 768px) {
  .common-form button {
    width: min(100%, 273px);
    height: 50px;
  }
}
.common-form .button.type_reverse {
  background: #ffffff !important;
}
.common-form button[data-action=back] {
  background: #ffffff !important;
}
.common-form button[data-action=complete] {
  margin: 40px 0 0 !important;
}
.common-form .smf-button-control + .smf-button-control {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .common-form .smf-button-control + .smf-button-control {
    margin-left: var(--_margin-1) !important;
  }
}
.common-form .form-description {
  margin: 0 0 40px !important;
}
.common-form .smf-item {
  border: none !important;
  margin: 0 0 16px !important;
}
.common-form .smf-action {
  margin: 64px 0 0 !important;
}
.common-form .smf-item__col {
  padding: 0 !important;
}
.common-form .smf-item__col--label {
  border: none !important;
  background: transparent !important;
}
.common-form .form-item,
.common-form .smf-item {
  display: grid;
  grid-template: auto minmax(50px, auto)/repeat(1, 1fr);
  -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-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0.5em;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .common-form .form-item,
  .common-form .smf-item {
    grid-template: minmax(50px, auto)/200px 1fr;
  }
}
.common-form .form-item:has([name=privacy]),
.common-form .smf-item:has([name=privacy]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 1em;
}
.common-form .form-item:has([name="privacy[]"]) a,
.common-form .smf-item:has([name="privacy[]"]) a {
  text-decoration: underline;
}
.common-form .form-item:has([data-validations=required])::after,
.common-form .smf-item:has([data-validations=required])::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 20px;
  background: #3483a3;
  border: solid 1px rgba(52, 131, 163, 0.4);
  font-weight: 700;
  font-size: 10px;
  color: #ffffff;
  text-shadow: 0 0 2px rgba(52, 131, 163, 0.4);
  line-height: 1;
}
.common-form .form-item input:not([type=checkbox]),
.common-form .form-item textarea,
.common-form .form-item select,
.common-form .smf-item input:not([type=checkbox]),
.common-form .smf-item textarea,
.common-form .smf-item select {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 0.5em 0.8em calc(0.5em + 2px);
  background: #ffffff;
  color: #014865;
}
.common-form .form-item input:not([type=checkbox]):focus,
.common-form .form-item textarea:focus,
.common-form .form-item select:focus,
.common-form .smf-item input:not([type=checkbox]):focus,
.common-form .smf-item textarea:focus,
.common-form .smf-item select:focus {
  background: #f1fbff;
}
.common-form .form-item input:not([type=checkbox])::-webkit-input-placeholder,
.common-form .form-item textarea::-webkit-input-placeholder,
.common-form .form-item select::-webkit-input-placeholder,
.common-form .smf-item input:not([type=checkbox])::-webkit-input-placeholder,
.common-form .smf-item textarea::-webkit-input-placeholder,
.common-form .smf-item select::-webkit-input-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.common-form .form-item input:not([type=checkbox])::-moz-placeholder,
.common-form .form-item textarea::-moz-placeholder,
.common-form .form-item select::-moz-placeholder,
.common-form .smf-item input:not([type=checkbox])::-moz-placeholder,
.common-form .smf-item textarea::-moz-placeholder,
.common-form .smf-item select::-moz-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.common-form .form-item input:not([type=checkbox]):-ms-input-placeholder,
.common-form .form-item textarea:-ms-input-placeholder,
.common-form .form-item select:-ms-input-placeholder,
.common-form .smf-item input:not([type=checkbox]):-ms-input-placeholder,
.common-form .smf-item textarea:-ms-input-placeholder,
.common-form .smf-item select:-ms-input-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.common-form .form-item input:not([type=checkbox])::-ms-input-placeholder,
.common-form .form-item textarea::-ms-input-placeholder,
.common-form .form-item select::-ms-input-placeholder,
.common-form .smf-item input:not([type=checkbox])::-ms-input-placeholder,
.common-form .smf-item textarea::-ms-input-placeholder,
.common-form .smf-item select::-ms-input-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.common-form .form-item input:not([type=checkbox])::-webkit-input-placeholder, .common-form .form-item textarea::-webkit-input-placeholder, .common-form .form-item select::-webkit-input-placeholder, .common-form .smf-item input:not([type=checkbox])::-webkit-input-placeholder, .common-form .smf-item textarea::-webkit-input-placeholder, .common-form .smf-item select::-webkit-input-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.common-form .form-item input:not([type=checkbox])::-moz-placeholder, .common-form .form-item textarea::-moz-placeholder, .common-form .form-item select::-moz-placeholder, .common-form .smf-item input:not([type=checkbox])::-moz-placeholder, .common-form .smf-item textarea::-moz-placeholder, .common-form .smf-item select::-moz-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.common-form .form-item input:not([type=checkbox]):-ms-input-placeholder, .common-form .form-item textarea:-ms-input-placeholder, .common-form .form-item select:-ms-input-placeholder, .common-form .smf-item input:not([type=checkbox]):-ms-input-placeholder, .common-form .smf-item textarea:-ms-input-placeholder, .common-form .smf-item select:-ms-input-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.common-form .form-item input:not([type=checkbox])::-ms-input-placeholder, .common-form .form-item textarea::-ms-input-placeholder, .common-form .form-item select::-ms-input-placeholder, .common-form .smf-item input:not([type=checkbox])::-ms-input-placeholder, .common-form .smf-item textarea::-ms-input-placeholder, .common-form .smf-item select::-ms-input-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.common-form .form-item input:not([type=checkbox])::placeholder,
.common-form .form-item textarea::placeholder,
.common-form .form-item select::placeholder,
.common-form .smf-item input:not([type=checkbox])::placeholder,
.common-form .smf-item textarea::placeholder,
.common-form .smf-item select::placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.common-form .form-item select,
.common-form .smf-item select {
  background: transparent;
}
.common-form .form-item [type=checkbox],
.common-form .smf-item [type=checkbox] {
  width: 24px;
  height: 24px;
}
.common-form .form-item textarea,
.common-form .smf-item textarea {
  min-height: 150px;
  resize: vertical;
}
.common-form .wpcf7-form-control-wrap:has(select) {
  position: relative;
}
.common-form .wpcf7-form-control-wrap:has(select)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: transparent;
  border-top-color: #014865;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.common-form .wpcf7-list-item-label {
  display: none;
}
.common-form .form-label,
.common-form .smf-item__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  font-weight: 500;
}
.common-form .form-label a,
.common-form .smf-item__label a {
  text-decoration: underline;
}
.common-form .required,
.common-form .required-item .smf-item__label::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 20px;
  background: #3483a3;
  border: solid 1px rgba(52, 131, 163, 0.4);
  font-weight: 700;
  font-size: 10px;
  color: #ffffff;
  text-shadow: 0 0 2px rgba(52, 131, 163, 0.4);
  line-height: 1;
}
.common-form .required-item .smf-item__label::after {
  content: "必須";
}
.common-form .confirm-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  font-weight: 400;
}
.common-form .confirm-item strong {
  font-weight: 500;
}

/*--------------------------------------
下層 > お問い合わせ
----------------------------------------*/
/* デフォルトのスタイルをリセット */
form input:not([type*=checkbox]),
form textarea,
form select,
form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 2px;
  background: transparent;
  font-family: unset;
  font-size: 1em;
  color: unset;
}

/* ----------------------------- */
/* 入力欄・チェックボックス・ボタンのwrapper */
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0 0;
  color: #014865;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.form__entry {
  display: grid;
  grid-template: 1fr/1fr;
  width: 100%;
}
@media (min-width: 1280px) {
  .form__entry {
    grid-template: repeat(7, minmax(50px, auto))/repeat(1, 200px 1fr);
    gap: 1em 0.5em;
  }
}
.form__label {
  display: grid;
  grid-template: minmax(50px, auto)/180px 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  letter-spacing: 0.05em;
}
.form__label[class*=type_textarea] {
  grid-template: 50px/180px 1fr;
}
.form__contents {
  margin: 0 0 1em;
}
@media (min-width: 1280px) {
  .form__contents {
    margin: 0;
  }
}
.form__contents input:not([type*=checkbox]),
.form__contents textarea,
.form__contents select {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 0.5em 0.8em calc(0.5em + 2px);
  background: #ffffff;
  color: #014865;
}
.form__contents input:not([type*=checkbox]):focus,
.form__contents textarea:focus,
.form__contents select:focus {
  background: #f1fbff;
}
.form__contents input:not([type*=checkbox])::-webkit-input-placeholder,
.form__contents textarea::-webkit-input-placeholder,
.form__contents select::-webkit-input-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.form__contents input:not([type*=checkbox])::-moz-placeholder,
.form__contents textarea::-moz-placeholder,
.form__contents select::-moz-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.form__contents input:not([type*=checkbox]):-ms-input-placeholder,
.form__contents textarea:-ms-input-placeholder,
.form__contents select:-ms-input-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.form__contents input:not([type*=checkbox])::-ms-input-placeholder,
.form__contents textarea::-ms-input-placeholder,
.form__contents select::-ms-input-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.form__contents input:not([type*=checkbox])::-webkit-input-placeholder, .form__contents textarea::-webkit-input-placeholder, .form__contents select::-webkit-input-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.form__contents input:not([type*=checkbox])::-moz-placeholder, .form__contents textarea::-moz-placeholder, .form__contents select::-moz-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.form__contents input:not([type*=checkbox]):-ms-input-placeholder, .form__contents textarea:-ms-input-placeholder, .form__contents select:-ms-input-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.form__contents input:not([type*=checkbox])::-ms-input-placeholder, .form__contents textarea::-ms-input-placeholder, .form__contents select::-ms-input-placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.form__contents input:not([type*=checkbox])::placeholder,
.form__contents textarea::placeholder,
.form__contents select::placeholder {
  display: block;
  color: rgba(1, 72, 101, 0.4);
}
.form__contents textarea {
  min-height: 150px;
  resize: vertical;
}
.form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5em;
}
.form__privacy input[type=checkbox] {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(1, 72, 101, 0.2);
  accent-color: #ffe4ed;
}
.form__privacy a {
  text-decoration: underline;
}
.form__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

/* テキスト類 */
.form .s-txt {
  display: inline-block;
  font-size: 0.8888888889em;
  margin: 0 0 0 -0.25em;
}
.form .required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 24px;
  background: #3483a3;
  border: solid 1px rgba(52, 131, 163, 0.4);
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  text-shadow: 0 0 2px rgba(52, 131, 163, 0.4);
}
.form .select {
  position: relative;
}
.form .select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: transparent;
  border-top-color: #014865;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*-----------------------------------------------------------------------------------
php > mail.php
送信確認画面のレイアウト・上書き
-----------------------------------------------------------------------------------*/
#formWrap_wrap {
  display: block;
  width: 100%;
  background: #ffffff;
}

#formWrap {
  display: block;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  text-align: center;
}
#formWrap h2 {
  font-family: "Shippori Mincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: 600;
  font-size: clamp(32px, 4.6875vw, 36px);
  margin: 0 0 1em;
}
#formWrap p {
  font-size: clamp(14px, 2.0833333333vw, 16px);
}
#formWrap .form-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(calc(100% - clamp(20px, 5.2083333333vw, 40px)), 1240px);
  margin: 0 auto;
  margin: 2em auto;
}
#formWrap table.formTable {
  display: block;
  width: 100%;
  width: min(calc(100% - clamp(20px, 5.2083333333vw, 40px)), 1240px);
  margin: 0 auto;
  margin: 0 auto;
  text-align: left;
  color: #014865;
}
#formWrap table.formTable tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  border: 0;
  width: 100%;
}
@media (min-width: 1280px) {
  #formWrap table.formTable tbody {
    gap: 0;
    border: 1px solid rgba(1, 72, 101, 0.5);
  }
}
#formWrap table.formTable tr {
  display: grid;
  grid-template: -webkit-min-content 1fr/1fr;
  grid-template: min-content 1fr/1fr;
  border: 1px solid rgba(1, 72, 101, 0.5);
  background: #fff;
}
@media (min-width: 1280px) {
  #formWrap table.formTable tr {
    grid-template: 1fr/30% 70%;
    border-width: 0 0 1px;
  }
  #formWrap table.formTable tr:last-of-type {
    border-width: 0;
  }
}
#formWrap table.formTable th,
#formWrap table.formTable td {
  width: 100%;
  padding: 8px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
}
#formWrap table.formTable th {
  background: rgba(163, 218, 240, 0.4);
}
#formWrap .form-actions {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin: 40px 0 0;
}
#formWrap p.error_messe {
  margin: 8px 0;
  color: red;
}