@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------------------------------------------
 URL設定
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 カラー設定
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 フォント設定
-------------------------------------------------------------*/
/*-------------------------------------------------------------
カラム余白設定　　→　common.scss
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 メディアクエリ
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 アイコンフォント読み込み
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 ブログレイアウト（ガイドも）
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 ボタン
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 影付きボックス
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 マウスオーバー
-------------------------------------------------------------*/
/*-------------------------------------------------------------
アニメーション
-------------------------------------------------------------*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes clipText {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes clipText {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes textRevealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes textRevealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes lineheiht {
  from {
    height: 0;
  }
  to {
    height: 102%;
  }
}
@keyframes lineheiht {
  from {
    height: 0;
  }
  to {
    height: 102%;
  }
}
/*-------------------------------------------------------------
 見出し
-------------------------------------------------------------*/
/* 下層ページヘッダータイトル */
.area-pagetitle {
  overflow: hidden;
  height: 23.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e7f6fe;
}
.area-pagetitle .ttl-page {
  text-align: center;
  padding: 0 5.7333vw;
  width: 100%;
  font-size: min(7.1vw, 3rem);
}
.area-pagetitle .ttl-page:before {
  content: "";
  background: url(../img/greeting/ico-pagetitle.svg) no-repeat center/contain;
  width: 7.8rem;
  height: 7.8rem;
  display: block;
  margin: 0 auto 1rem;
}
@media (min-width: 769px) {
  .area-pagetitle .ttl-page {
    font-size: min(3.9vw, 3.8rem);
  }
  .area-pagetitle .ttl-page:before {
    width: 8.6rem;
    height: 8.6rem;
    display: inline-block;
    margin: 0 1em 0 0;
    vertical-align: middle;
  }
}

/* レベルごとの設定 */
[class^=ttl] {
  line-height: 1.5;
}

.ttl-01 {
  font-size: 2.4rem;
  margin-bottom: 1.2em;
}
@media (min-width: 769px) {
  .ttl-01 {
    font-size: 3.2rem;
  }
}

.ttl-02 {
  font-size: 2rem;
  margin-bottom: 2em;
}
.ttl-02.border-left {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  color: #5A5A5A;
}
.ttl-02.border-left:before {
  content: "";
  background: #298969;
  width: 0.2rem;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 769px) {
  .ttl-02 {
    font-size: 2.2rem;
    margin-bottom: 2.7em;
  }
}

.ttl-03 {
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 769px) {
  .ttl-03 {
    font-size: 3.2rem;
  }
}

.ttl-04 {
  font-size: 2rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 769px) {
  .ttl-04 {
    font-size: 2.4rem;
  }
}

.ttl-05 {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .ttl-05 {
    font-size: 2rem;
  }
}

.ttl-06 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .ttl-06 {
    font-size: 1.8rem;
  }
}

/*-------------------------------------------------------------
 テキスト
-------------------------------------------------------------*/
.txt-color {
  color: #298969;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-leftspace {
  padding-left: 2.4rem;
}

.txt-strong {
  color: #298969;
  font-weight: bold;
}

.txt-small {
  font-size: 0.8em;
}

.caution {
  color: #B70000;
}
.caution-li {
  font-size: 1.2rem;
  padding-left: 1em;
  color: #000;
  position: relative;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .caution-li {
    margin-top: 2.4rem;
  }
}
.caution-li:before {
  content: "※";
  position: absolute;
  left: 0;
}

/*-------------------------------------------------------------
 ヘッダー
-------------------------------------------------------------*/
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 10;
}
.header .header-inner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .box-logo {
  display: inline-block;
  margin: 0 auto 0 1.7rem;
}
.header .box-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.header .box-logo .logo {
  display: block;
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}
.header .box-logo .logo img,
.header .box-logo .logo svg {
  height: auto;
}
.header .box-logo .name {
  color: #6b6b6b;
  font-size: min(3.4vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 0 1rem;
  line-height: 1.3;
}
.header .box-logo .name .min {
  display: block;
  font-size: 1.2rem;
}
.header .mod-btn.joinus {
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 10;
}
.header .mod-btn.joinus > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100vw - 7.2rem);
  height: 7.2rem;
  background: #1574ac;
  color: #fff;
  font-size: 2.4rem;
  font-style: italic;
}
.header .box-head {
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-right: 1.4rem;
}
@media (min-width: 769px) {
  .header .box-head {
    margin-right: 2rem;
    gap: 1.5rem;
  }
}
@media (min-width: 769px) {
  .header .header-inner {
    height: 10.6rem;
  }
  .header .box-logo {
    margin: 0 auto 0 2.4rem;
  }
  .header .box-logo .name {
    font-size: 1.9rem;
    margin: 0 0 0 2rem;
  }
  .header .box-logo .name .min {
    margin-bottom: 0.2rem;
  }
  #home .header .header-inner {
    height: 8rem;
  }
}
@media (min-width: 1220px) {
  #home .header .header-inner {
    height: 8rem;
    width: 93.191vw;
    border-radius: 8rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 4.8rem;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.08));
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.08));
  }
  .header .box-head {
    display: none;
  }
}

.box-switch-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  width: 4rem;
  height: 7.2rem;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-switch-menu .menu-border {
  display: block;
  width: 2.8rem;
  position: relative;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  opacity: 1;
}
.box-switch-menu .menu-border::before, .box-switch-menu .menu-border::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #298969;
  position: absolute;
  left: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.box-switch-menu .menu-border::before {
  top: -1.2rem;
}
.box-switch-menu .menu-border::after {
  top: 0;
}
.box-switch-menu .menu-txt {
  color: #298969;
  font-size: 1rem;
  position: absolute;
  bottom: 1.2rem;
}
.box-switch-menu.is-open {
  background: #fff;
}
.box-switch-menu.is-open .menu-border {
  background: transparent;
}
.box-switch-menu.is-open .menu-border::before, .box-switch-menu.is-open .menu-border::after {
  top: -0.4rem;
}
.box-switch-menu.is-open .menu-border::before {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.box-switch-menu.is-open .menu-border::after {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.box-switch-menu.btn-search img {
  width: 1.9rem;
  height: 1.9rem;
  margin-bottom: 1rem;
}
.box-switch-menu.btn-search .menu-txt {
  color: #6b6b6b;
}
@media (min-width: 769px) {
  .box-switch-menu {
    height: 8rem;
    bottom: auto;
    top: 0;
    right: 0;
  }
  .box-switch-menu .menu-border {
    width: 3.2rem;
  }
  .box-switch-menu:hover .menu-border::before {
    top: -1rem;
  }
  .box-switch-menu:hover .menu-border::after {
    top: -0.2rem;
  }
  .box-switch-menu.is-open:hover .menu-border::before, .box-switch-menu.is-open:hover .menu-border::after {
    top: -0.4rem;
  }
}

/*-------------------------------------------------------------
 フッター
-------------------------------------------------------------*/
.footer {
  position: relative;
  overflow: hidden;
}
.footer .nav-footer {
  background: #298969;
}
.footer .nav-footer .list-nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.footer .nav-footer .list-nav-footer .item {
  line-height: 1;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.footer .nav-footer .list-nav-footer .item > a {
  display: block;
  overflow: hidden;
  width: 100%;
  color: #fff;
  padding: 2rem;
  font-size: 1.8rem;
}
.footer .nav-footer .list-nav-footer .item-contact {
  border-bottom: none;
  padding: 0;
  margin: 4.2rem auto;
  text-align: center;
}
.footer .nav-footer .list-nav-footer .item-contact > a {
  display: inline-block;
  max-width: 25rem;
  width: 64.102%;
  font-weight: bold;
  background: #fff;
  color: #298969;
  border-radius: 6rem;
}
.footer .mod-links {
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.footer .mod-links .box-link {
  max-width: 28.1rem;
  width: 100%;
}
.footer .mod-links .box-link-instagram {
  max-width: 4.2rem;
}
.footer .copyright {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  padding: 2rem 0;
  border-top: 1px solid #cecece;
  color: #747474;
}
.footer .list-accordion {
  position: relative;
}
.footer .list-accordion > a {
  padding-right: 8rem !important;
}
.footer .list-accordion .ac {
  width: 6rem;
  height: 6rem;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.footer .list-accordion .ac:before, .footer .list-accordion .ac:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  right: 2rem;
  top: 50%;
  width: 15px;
  height: 2px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.footer .list-accordion .ac:before {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.footer .list-accordion .ac.is-active:before {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
.footer .list-accordion .ac + .menu-inner {
  display: none;
}
.footer .menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.footer .menu-inner > li {
  line-height: 1;
  width: 100%;
  border-top: 1px solid #298969;
}
.footer .menu-inner > li:first-of-type {
  border-top: none;
}
.footer .menu-inner > li > a {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #eefcf2;
  color: #000;
  padding: 2rem;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .footer .nav-footer {
    padding: 4.8rem;
  }
  .footer .nav-footer .list-nav-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.2rem;
  }
  .footer .nav-footer .list-nav-footer .item {
    line-height: 1;
    width: auto;
    border-bottom: none;
  }
  .footer .nav-footer .list-nav-footer .item > a {
    padding: 0;
    font-weight: bold;
  }
  .footer .nav-footer .list-nav-footer .item-contact {
    border-bottom: none;
    padding: 0;
    margin: 4.2rem auto;
    text-align: center;
  }
  .footer .nav-footer .list-nav-footer .item-contact > a {
    display: inline-block;
    max-width: 25rem;
    width: 64.102%;
    font-weight: bold;
    background: #fff;
    color: #298969;
    border-radius: 6rem;
  }
  .footer .nav-footer .list-nav-footer .item-contact {
    margin: 0;
  }
  .footer .nav-footer .list-nav-footer .item-contact > a {
    max-width: 100%;
    width: 18rem;
    padding: 1rem;
  }
  .footer .mod-links {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
  .footer .list-accordion > a {
    padding-right: 0 !important;
  }
  .footer .list-accordion .ac {
    display: none;
  }
  .footer .menu-inner {
    display: none;
  }
}

/*-------------------------------------------------------------
 基本設定
-------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.disabled {
  cursor: default;
  pointer-events: none;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  opacity: 0.3;
}
.disabled svg,
.disabled img {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #000;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  overflow-x: hidden;
}
body.is-open, body.is-modal {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  body {
    letter-spacing: 0.1em;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a.hiddenbtn {
  text-decoration: none;
  color: #000;
  cursor: text;
}
a.hiddenbtn:hover {
  opacity: 1;
}

.wrapper {
  width: 100%;
  position: relative;
}

.main {
  overflow: hidden;
  padding-top: 7.2rem;
}
@media (min-width: 769px) {
  .main {
    padding-top: 10.6rem;
  }
  .main.home {
    padding-top: 8rem;
  }
}
@media (min-width: 1220px) {
  .main {
    padding-top: 10.6rem;
  }
  .main.home {
    padding-top: 0;
  }
}

main p:not(:last-child), main ul:not(:last-child), main ol:not(:last-child), main dl:not(:last-child), main table:not(:last-child) {
  margin-bottom: 1em;
}
main p + p {
  margin-top: 2em;
}

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

/*-------------------------------------------------------------
 ローディング
-------------------------------------------------------------*/
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  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;
}
.loader .logo {
  width: 24rem;
  margin: 0 auto;
  display: none;
}
.loader .logo img {
  width: 100%;
}
@media (min-width: 1180px) {
  .loader .logo {
    width: 36rem;
  }
}

/*-------------------------------------------------------------
アニメーション
-------------------------------------------------------------*/
.fade {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fade_up {
  opacity: 0;
}
.fade_up.fade_on {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}

.fade_up2 {
  opacity: 0;
}
.fade_up2.fade_on {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}
@media (min-width: 769px) {
  .fade_up2.fade_on {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}

.fade_up3 {
  opacity: 0;
}
.fade_up3.fade_on {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}
@media (min-width: 769px) {
  .fade_up3.fade_on {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}

.fade_up4 {
  opacity: 0;
}
.fade_up4.fade_on {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}
@media (min-width: 769px) {
  .fade_up4.fade_on {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

.fade_up5 {
  opacity: 0;
}
.fade_up5.fade_on {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}
@media (min-width: 769px) {
  .fade_up5.fade_on {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

.fade_down {
  opacity: 0;
}
.fade_down.fade_on {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}

/*-------------------------------------------------------------
 レイアウト
-------------------------------------------------------------*/
.container {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: calc(1088px + 9.6rem);
  padding: 0 5.7333vw;
}
@media (min-width: 769px) {
  .container {
    padding: 0 4.8rem;
  }
}

/* グリッドレイアウト */
.col-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 2.4rem);
  margin: 0 calc(-2.4rem / 2);
}
.col-set.nospace {
  width: 100%;
  margin: 0;
}
.col-set.nospace > [class^=col_] {
  width: 100%;
  margin: 0;
}
@media (min-width: 769px) {
  .col-set.nospace > .col_2 {
    width: 50%;
  }
  .col-set.nospace > .col_3 {
    width: 33.3333333333%;
  }
  .col-set.nospace > .col_3-2 {
    width: 66.6666666667%;
  }
  .col-set.nospace > .col_4 {
    width: 25%;
  }
  .col-set.nospace > .col_4-3 {
    width: 75%;
  }
  .col-set.nospace > .col_5 {
    width: 20%;
  }
  .col-set.nospace > .col_5-2 {
    width: 40%;
  }
  .col-set.nospace > .col_5-3 {
    width: 60%;
  }
}
@media (min-width: 769px) {
  .col-set.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.col-set > [class^=col_] {
  width: calc(100% - 2.4rem);
  margin: 2.4rem calc(2.4rem / 2);
}
@media (min-width: 769px) {
  .col-set {
    width: calc(100% + 2.4rem * 2);
    margin: 0 -2.4rem;
  }
  .col-set > [class^=col_] {
    margin: 2.4rem;
  }
  .col-set > .col_2 {
    width: calc(50% - 2.4rem * 2);
  }
  .col-set > .col_3 {
    width: calc(33.3333% - 2.4rem * 2);
  }
  .col-set > .col_5 {
    width: calc(20% - 2.4rem * 2);
  }
  .col-set > .col_5-2 {
    width: calc(40% - 2.4rem * 2);
  }
  .col-set > .col_5-3 {
    width: calc(60% - 2.4rem * 2);
  }
  .col-set > .col_3-2 {
    width: calc(66.6666% - 2.4rem * 2);
  }
  .col-set > .col_4 {
    width: calc(25% - 2.4rem * 2);
  }
  .col-set > .col_4-3 {
    width: calc(75% - 2.4rem * 2);
  }
}
.col-set .pict {
  min-height: 0%;
}
.col-set .pict img {
  width: 100%;
}

/*-------------------------------------------------------------
 コンテンツ区切り／セクション
-------------------------------------------------------------*/
.area-cmn {
  margin: 6.4rem auto;
}
.area-cmn.bg-color {
  background: #f2edd2;
  padding: 6.4rem 0;
}
.area-contents .area-cmn:first-of-type {
  margin-top: 0;
}
@media (min-width: 769px) {
  .area-cmn {
    margin: 9.7rem auto;
  }
  .area-cmn.bg-color {
    padding: 9.7rem 0;
  }
}

.sec-cmn {
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .sec-cmn {
    margin-top: 6.4rem;
  }
}

/*-------------------------------------------------------------
 リスト
-------------------------------------------------------------*/
/* dl */
.list-df > div {
  padding: 2.4rem 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-df > div dt {
  font-weight: bold;
  color: #298969;
  margin-bottom: 0.4em;
}
.list-df > div:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-df > div:nth-of-type(odd) {
  background: #fff;
}
.list-df > div:nth-of-type(even) {
  background: #FCFCFF;
}
@media (min-width: 769px) {
  .list-df > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-df > div dt {
    width: 25%;
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .list-df > div dd {
    margin-left: 4.8rem;
  }
}

.list-caution {
  font-size: 0.9em;
}
.list-caution .item {
  padding-left: 1em;
  position: relative;
}
.list-caution .item:before {
  content: "※";
  position: absolute;
  left: 0;
}

/* ul */
.list-dots li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  position: relative;
}
.list-dots li:before {
  content: "";
  background: #298969;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8em;
}

/* ol */
.list-num {
  counter-reset: item;
}
.list-num li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.5;
}
.list-num li + li {
  margin-top: 1.2rem;
}
.list-num li:before {
  counter-increment: item;
  content: counter(item) ". ";
  color: #298969;
  font-weight: 700;
}

/*-------------------------------------------------------------
 テーブル
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 その他共通スタイル
-------------------------------------------------------------*/
/* 画面サイズごとの表示処理 */
.no-sp {
  display: none !important;
}
@media (min-width: 769px) {
  .no-sp {
    display: block !important;
  }
}

.only-sp {
  display: block;
}
@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

@media (min-width: 1180px) {
  .no-pc {
    display: none !important;
  }
}

.only-pc {
  display: none !important;
}
@media (min-width: 1180px) {
  .only-pc {
    display: block !important;
  }
}

/* マップ */
.wrap-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.wrap-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .wrap-map {
    padding-bottom: 52%;
  }
}

/* 新着情報サイドバー */
.area-sidebar {
  margin-top: 8rem;
}
.area-sidebar .box-sidebar .ttl {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #298969;
  padding-bottom: 1rem;
}
.area-sidebar .box-sidebar .list-side > li {
  border-bottom: 1px solid #cecece;
}
.area-sidebar .box-sidebar .list-side > li a {
  color: #111;
  padding: 2.4rem 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.area-sidebar .box-sidebar + .box-sidebar {
  margin-top: 4.8rem;
}
.area-sidebar .box-sidebar .wrap-archive > .item {
  border-bottom: 1px solid #cecece;
  padding: 2.4rem 0;
}
.area-sidebar .box-sidebar .wrap-archive .item-year {
  margin-bottom: 0;
  position: relative;
  padding-left: 2.4rem;
  cursor: pointer;
}
.area-sidebar .box-sidebar .wrap-archive .item-year:before, .area-sidebar .box-sidebar .wrap-archive .item-year:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #298969;
  left: 0.6rem;
  top: 50%;
  width: 1.2rem;
  height: 0.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area-sidebar .box-sidebar .wrap-archive .item-year:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.area-sidebar .box-sidebar .wrap-archive .item-year.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.area-sidebar .box-sidebar .wrap-archive .list-month {
  display: none;
  padding-left: 2.4rem;
}
.area-sidebar .box-sidebar .wrap-archive .list-month > li {
  margin-top: 1.6rem;
}
@media (min-width: 940px) {
  .area-sidebar {
    width: 28.2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
  }
}

/* 404 */
.page-404 .area-contents {
  margin-top: 8rem;
}
.page-404 .area-contents .btn-back {
  background: #8b8b8b;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
  padding: 2.2rem 2.6rem;
  width: 100%;
  max-width: 29.6rem;
  border-radius: 6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
}
.page-404 .area-contents .btn-back:after {
  content: none;
}
@media (min-width: 769px) {
  .page-404 .area-contents {
    margin-top: 12rem;
    margin-bottom: 14rem;
  }
  .page-404 .area-contents .container > p {
    text-align: center;
  }
  .page-404 .area-contents .btn-back:hover {
    opacity: 0.6;
  }
}

/* 検索ポップアップ */
.area-popup {
  position: fixed;
  width: 100vw;
  height: 100svh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  opacity: 0;
  pointer-events: none;
}
.area-popup.active {
  opacity: 1;
  pointer-events: auto;
}
.area-popup .sec-popup {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area-popup .box-popup {
  width: calc(100% - 3rem);
  max-width: 82.1rem;
  background: #fff;
  border-radius: 1.5rem;
  padding: 6.8rem 1.5rem 6.2rem;
  position: relative;
  z-index: 1;
}
.area-popup .btn-close {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  width: 3.2rem;
  height: 3.2rem;
  border: 2px solid #298969;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.area-popup .btn-close:hover {
  opacity: 0.6;
}
.area-popup .btn-close .border {
  width: 100%;
  height: 100%;
  position: relative;
}
.area-popup .btn-close .border::before, .area-popup .btn-close .border::after {
  display: block;
  content: "";
  width: 1.5rem;
  height: 0.2rem;
  background: #298969;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0;
          transform-origin: 0;
}
.area-popup .btn-close .border::before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}
.area-popup .btn-close .border::after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}
.area-popup .txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  max-width: 56.9rem;
  margin-left: auto;
  margin-right: auto;
}
.area-popup .txt::before {
  display: block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/ico-search.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.area-popup .form-search {
  margin-top: 1.7rem;
  max-width: 56.9rem;
  margin-left: auto;
  margin-right: auto;
}
.area-popup .form-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area-popup .form-search form input {
  width: calc(100% - 7.2rem);
  height: 5.4rem;
  border: 1px solid #CECECE;
  border-radius: 0.5rem 0 0 0.5rem;
  font-size: 1.6rem;
  padding: 0 1.6rem;
}
.area-popup .form-search form input:focus {
  outline: none;
}
.area-popup .form-search form button {
  width: 7.2rem;
  height: 5.4rem;
  border: 1px solid #CECECE;
  border-left: none;
  border-radius: 0 0.5rem 0.5rem 0;
  background: #298969;
  color: #fff;
  font-size: 2rem;
  padding: 0;
}
.area-popup .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
}
@media (min-width: 769px) {
  .area-popup .box-popup {
    width: calc(100% - 6rem);
    padding: 7.4rem 3rem 7.8rem;
  }
  .area-popup .txt {
    font-size: 1.8rem;
  }
}

/*-------------------------------------------------------------
 ナビゲーション
-------------------------------------------------------------*/
@media (min-width: 769px) {
  #home .nav-head {
    top: 8rem;
  }
}
@media (min-width: 1220px) {
  #home .nav-head {
    top: auto;
  }
}

.nav-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100vw;
  height: 100vh;
  background-color: #298969;
  position: fixed;
  top: 7.2rem;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  -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: start;
}
.is-open .nav-head {
  opacity: 1;
  z-index: 9;
  visibility: visible;
}
.is-open .nav-head .list-menu-wrap {
  width: 100%;
  overflow-y: auto;
  position: relative;
}
.nav-head .list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.nav-head .list-menu .item {
  line-height: 1;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.nav-head .list-menu .item > a,
.nav-head .list-menu .item > span {
  display: block;
  overflow: hidden;
  width: 100%;
  color: #fff;
  padding: 2rem;
  font-size: 1.8rem;
  cursor: pointer;
}
.nav-head .list-menu .item-contact {
  border-bottom: none;
  padding: 0;
  margin-top: 4.5rem;
  text-align: center;
}
.nav-head .list-menu .item-contact > a {
  display: inline-block;
  max-width: 25rem;
  width: 64.102%;
  font-weight: bold;
  background: #fff;
  color: #298969;
  border-radius: 6rem;
}
.nav-head .list-menu .item-search {
  display: none;
}
.nav-head .list-menu .list-accordion {
  position: relative;
}
.nav-head .list-menu .list-accordion > a {
  padding-right: 8rem !important;
}
.nav-head .list-menu .list-accordion .ac {
  width: 6rem;
  height: 6rem;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.nav-head .list-menu .list-accordion .ac:before, .nav-head .list-menu .list-accordion .ac:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  right: 2rem;
  top: 50%;
  width: 15px;
  height: 2px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.nav-head .list-menu .list-accordion .ac:before {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.nav-head .list-menu .list-accordion .ac.is-active:before {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
.nav-head .list-menu .list-accordion .ac + .menu-inner {
  display: none;
}
.nav-head .list-menu .menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.nav-head .list-menu .menu-inner > li {
  line-height: 1;
  width: 100%;
  border-top: 1px solid #298969;
}
.nav-head .list-menu .menu-inner > li:first-of-type {
  border-top: none;
}
.nav-head .list-menu .menu-inner > li > a {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #eefcf2;
  color: #000;
  padding: 2rem;
  font-size: 1.8rem;
}
.nav-head .box-search {
  width: calc(100% - 3.6rem);
  max-width: 56.9rem;
  margin: 4.5rem auto 0;
}
.nav-head .box-search .txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.nav-head .box-search .txt::before {
  display: block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/ico-search_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-head .box-search .form-search {
  margin-top: 1.4rem;
}
.nav-head .box-search .form-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-head .box-search .form-search form input {
  width: calc(100% - 5.7rem);
  height: 4.9rem;
  border: none;
  border-radius: 0.5rem 0 0 0.5rem;
  font-size: 1.6rem;
  padding: 0 1.6rem;
}
.nav-head .box-search .form-search form input:focus {
  outline: none;
}
.nav-head .box-search .form-search form button {
  width: 5.7rem;
  height: 4.9rem;
  border: none;
  border-left: 1px solid #7AC9AF;
  border-radius: 0 0.5rem 0.5rem 0;
  background: #EEFCF2;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0;
  color: #000;
}
@media (min-width: 769px) {
  .nav-head {
    top: 10rem;
  }
}
@media (min-width: 1220px) {
  .nav-head {
    width: auto;
    height: auto;
    background-color: transparent;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    opacity: 1;
    visibility: visible;
    z-index: 9;
  }
  .nav-head .list-menu-wrap {
    margin-right: 5.4rem;
  }
  .nav-head .list-menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: min(1.55vw, 3.2rem);
  }
  .nav-head .list-menu .item {
    width: auto;
    border-bottom: none;
  }
  .nav-head .list-menu .item > a,
  .nav-head .list-menu .item > span {
    color: #5a5a5a;
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .nav-head .list-menu .item-contact {
    margin-top: 0;
  }
  .nav-head .list-menu .item-contact > a {
    max-width: 100%;
    width: auto;
    background: transparent;
    color: #5a5a5a;
    border-radius: unset;
  }
  .nav-head .list-menu .item-contact .pc {
    display: none;
  }
  .nav-head .list-menu .item-search {
    display: block;
  }
  .nav-head .list-menu .item-search > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
  .nav-head .list-menu .item-search > span::before {
    display: block;
    content: "";
    width: 1.554rem;
    height: 1.554rem;
    background: url(../img/common/ico-search.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nav-head .list-menu .item-search > span:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav-head .list-menu .list-accordion > a {
    padding-right: 0 !important;
  }
  .nav-head .list-menu .list-accordion .ac {
    display: none;
  }
  #home .nav-head .list-menu .item:first-of-type > a {
    color: #298969;
    pointer-events: none;
  }
  #greeting .nav-head .list-menu .item:nth-of-type(2) > a {
    color: #298969;
    pointer-events: none;
  }
  #examination .nav-head .list-menu .item:nth-of-type(3) > a {
    color: #298969;
    pointer-events: none;
  }
  #news .nav-head .list-menu .item:nth-of-type(4) > a {
    color: #298969;
    pointer-events: none;
  }
  #link .nav-head .list-menu .item:nth-of-type(5) > a {
    color: #298969;
    pointer-events: none;
  }
  #search .nav-head .list-menu .item:nth-of-type(7) > span {
    color: #298969;
  }
  #search .nav-head .list-menu .item:nth-of-type(7) > span::before {
    background: url(../img/common/ico-search_g.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nav-head .box-search {
    display: none;
  }
}

.nav-breadcrumb {
  font-size: 1.2rem;
  padding: 1.6rem 0;
}
.nav-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-breadcrumb ul li + li:before {
  content: "/";
  display: inline-block;
  margin: 0 0.5em;
  color: #979797;
}
.nav-breadcrumb ul li a {
  color: #979797;
}
.nav-breadcrumb ul li span {
  color: #515151;
}

.nav-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 5.6rem auto 0;
}
.nav-pager > li + li {
  margin-left: 1.6rem;
}
.nav-pager > li a, .nav-pager > li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 1px solid #707070;
  letter-spacing: 0;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #707070;
}
.nav-pager > li a.is-current, .nav-pager > li span.is-current {
  color: #fff;
  background: #298969;
  border-color: #298969;
}
.nav-pager > li a.is-current:after, .nav-pager > li span.is-current:after {
  content: none;
}
.nav-pager > li .next,
.nav-pager > li .prev {
  border: none;
  background: url(../img/common/ico-pagenation-arrow.svg) no-repeat center/contain;
}
.nav-pager > li .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-pager > li:first-of-type span, .nav-pager > li:last-of-type span {
  opacity: 0.2;
}
.nav-pager > li:nth-of-type(2), .nav-pager > li:last-of-type {
  margin-left: auto;
}
@media (min-width: 940px) {
  .nav-pager {
    margin: 8rem auto 0;
  }
}

.nav-pages {
  margin: 7.2rem auto 6.4rem;
}
.nav-pages .mod-bnr-innumbers {
  margin-top: 7.2rem;
}
@media (min-width: 769px) {
  .nav-pages {
    margin: 12.8rem auto;
  }
  .nav-pages .mod-bnr-innumbers {
    margin-top: 12.8rem;
  }
}

.list-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-link-box .item {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.list-link-box .item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-link-box .item.disabled {
  -webkit-filter: unset;
          filter: unset;
  opacity: 1;
}
.list-link-box .item.disabled::before {
  opacity: 0.3;
}
.list-link-box .item.disabled a:after {
  opacity: 0.3;
}
.list-link-box .item.disabled a .txt-jp, .list-link-box .item.disabled a .txt-en {
  opacity: 0.3;
}
.list-link-box .item a {
  position: relative;
  height: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
  line-height: 1.6;
}
.list-link-box .item a:before {
  content: "";
  background: rgba(41, 137, 105, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.list-link-box .item a:after {
  content: "";
  background: url(../img/common/arrow-wht.svg) no-repeat center/contain;
  position: absolute;
  right: 2.4rem;
  bottom: 2.4rem;
  width: 3.2rem;
  height: 0.4rem;
}
.list-link-box .item a * {
  position: relative;
}
.list-link-box .item a .txt-jp {
  font-weight: 600;
  font-size: 2rem;
}
.list-link-box .item a .txt-en {
  font-size: 1.4rem;
}
.list-link-box .item:first-of-type:before {
  background: url(../img/common/nav/bg-message.jpg) no-repeat center/cover;
}
.list-link-box .item:nth-of-type(2):before {
  background: url(../img/common/nav/bg-jobs.jpg) no-repeat center/cover;
}
.list-link-box .item:nth-of-type(3):before {
  background: url(../img/common/nav/bg-environment.jpg) no-repeat center top/cover;
}
.list-link-box .item:nth-of-type(4):before {
  background: url(../img/common/nav/bg-interview.jpg) no-repeat center/cover;
}
.list-link-box .item:nth-of-type(5):before {
  background: url(../img/common/nav/bg-talk.jpg) no-repeat center/cover;
}
.list-link-box .item:nth-of-type(6):before {
  background: url(../img/common/nav/bg-blog.jpg) no-repeat center/cover;
}
@media (min-width: 769px) {
  .list-link-box .item {
    width: 33.333%;
  }
  .list-link-box .item a {
    height: 18.8rem;
  }
  .list-link-box .item a:hover {
    opacity: 1;
  }
  .list-link-box .item:hover:before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*-------------------------------------------------------------
Form
-------------------------------------------------------------*/
.form-cmn-dl > div {
  padding: 2rem 0 2.4rem;
  border-bottom: 1px solid #cecece;
}
.form-cmn-dl > div:first-of-type {
  border-top: 1px solid #cecece;
}
.form-cmn-dl dt {
  margin-bottom: 0.8rem;
}
@media (min-width: 769px) {
  .form-cmn-dl > div {
    padding: 2.4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-cmn-dl dt {
    width: 28%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.6rem;
  }
  .form-cmn-dl dd {
    width: 78%;
    margin-left: 4rem;
  }
}

.btn-cmn-submit {
  margin: 4rem auto 0 !important;
}
@media (min-width: 769px) {
  .btn-cmn-submit {
    margin: 6.4rem auto 0 !important;
  }
}

.form-cmn {
  margin-top: 6.4rem;
}
.form-cmn input[type=button] {
  /* reset */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  /* reset */
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
}
.form-cmn input[type=text],
.form-cmn input[type=number],
.form-cmn input[type=email],
.form-cmn input[type=tel],
.form-cmn input[type=checkbox],
.form-cmn input[type=radio],
.form-cmn textarea,
.form-cmn button,
.form-cmn select {
  /* reset */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  /* reset */
  border: 1px solid #cecece;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 769px) {
  .form-cmn input[type=text].form-w1,
  .form-cmn input[type=number].form-w1,
  .form-cmn input[type=email].form-w1,
  .form-cmn input[type=tel].form-w1,
  .form-cmn input[type=checkbox].form-w1,
  .form-cmn input[type=radio].form-w1,
  .form-cmn textarea.form-w1,
  .form-cmn button.form-w1,
  .form-cmn select.form-w1 {
    width: 10%;
  }
  .form-cmn input[type=text].form-w2,
  .form-cmn input[type=number].form-w2,
  .form-cmn input[type=email].form-w2,
  .form-cmn input[type=tel].form-w2,
  .form-cmn input[type=checkbox].form-w2,
  .form-cmn input[type=radio].form-w2,
  .form-cmn textarea.form-w2,
  .form-cmn button.form-w2,
  .form-cmn select.form-w2 {
    width: 20%;
  }
  .form-cmn input[type=text].form-w3,
  .form-cmn input[type=number].form-w3,
  .form-cmn input[type=email].form-w3,
  .form-cmn input[type=tel].form-w3,
  .form-cmn input[type=checkbox].form-w3,
  .form-cmn input[type=radio].form-w3,
  .form-cmn textarea.form-w3,
  .form-cmn button.form-w3,
  .form-cmn select.form-w3 {
    width: 30%;
  }
  .form-cmn input[type=text].form-w4,
  .form-cmn input[type=number].form-w4,
  .form-cmn input[type=email].form-w4,
  .form-cmn input[type=tel].form-w4,
  .form-cmn input[type=checkbox].form-w4,
  .form-cmn input[type=radio].form-w4,
  .form-cmn textarea.form-w4,
  .form-cmn button.form-w4,
  .form-cmn select.form-w4 {
    width: 40%;
  }
  .form-cmn input[type=text].form-w5,
  .form-cmn input[type=number].form-w5,
  .form-cmn input[type=email].form-w5,
  .form-cmn input[type=tel].form-w5,
  .form-cmn input[type=checkbox].form-w5,
  .form-cmn input[type=radio].form-w5,
  .form-cmn textarea.form-w5,
  .form-cmn button.form-w5,
  .form-cmn select.form-w5 {
    width: 50%;
  }
  .form-cmn input[type=text].form-w6,
  .form-cmn input[type=number].form-w6,
  .form-cmn input[type=email].form-w6,
  .form-cmn input[type=tel].form-w6,
  .form-cmn input[type=checkbox].form-w6,
  .form-cmn input[type=radio].form-w6,
  .form-cmn textarea.form-w6,
  .form-cmn button.form-w6,
  .form-cmn select.form-w6 {
    width: 60%;
  }
  .form-cmn input[type=text].form-w7,
  .form-cmn input[type=number].form-w7,
  .form-cmn input[type=email].form-w7,
  .form-cmn input[type=tel].form-w7,
  .form-cmn input[type=checkbox].form-w7,
  .form-cmn input[type=radio].form-w7,
  .form-cmn textarea.form-w7,
  .form-cmn button.form-w7,
  .form-cmn select.form-w7 {
    width: 70%;
  }
  .form-cmn input[type=text].form-w8,
  .form-cmn input[type=number].form-w8,
  .form-cmn input[type=email].form-w8,
  .form-cmn input[type=tel].form-w8,
  .form-cmn input[type=checkbox].form-w8,
  .form-cmn input[type=radio].form-w8,
  .form-cmn textarea.form-w8,
  .form-cmn button.form-w8,
  .form-cmn select.form-w8 {
    width: 80%;
  }
  .form-cmn input[type=text].form-w9,
  .form-cmn input[type=number].form-w9,
  .form-cmn input[type=email].form-w9,
  .form-cmn input[type=tel].form-w9,
  .form-cmn input[type=checkbox].form-w9,
  .form-cmn input[type=radio].form-w9,
  .form-cmn textarea.form-w9,
  .form-cmn button.form-w9,
  .form-cmn select.form-w9 {
    width: 90%;
  }
  .form-cmn input[type=text].form-w10,
  .form-cmn input[type=number].form-w10,
  .form-cmn input[type=email].form-w10,
  .form-cmn input[type=tel].form-w10,
  .form-cmn input[type=checkbox].form-w10,
  .form-cmn input[type=radio].form-w10,
  .form-cmn textarea.form-w10,
  .form-cmn button.form-w10,
  .form-cmn select.form-w10 {
    width: 100%;
  }
}
.form-cmn input[type=text],
.form-cmn input[type=number],
.form-cmn input[type=email],
.form-cmn input[type=tel],
.form-cmn select,
.form-cmn textarea {
  padding: 1rem;
}
@media (min-width: 769px) {
  .form-cmn input[type=text],
  .form-cmn input[type=number],
  .form-cmn input[type=email],
  .form-cmn input[type=tel],
  .form-cmn select,
  .form-cmn textarea {
    padding: 1.6rem;
  }
}
.form-cmn select {
  max-width: 100%;
}
.form-cmn input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.form-cmn input::-webkit-input-placeholder, .form-cmn textarea::-webkit-input-placeholder {
  color: #a8a8a8;
}
.form-cmn input::-moz-placeholder, .form-cmn textarea::-moz-placeholder {
  color: #a8a8a8;
}
.form-cmn input:-ms-input-placeholder, .form-cmn textarea:-ms-input-placeholder {
  color: #a8a8a8;
}
.form-cmn input::-ms-input-placeholder, .form-cmn textarea::-ms-input-placeholder {
  color: #a8a8a8;
}
.form-cmn input::placeholder,
.form-cmn textarea::placeholder {
  color: #a8a8a8;
}
.form-cmn input[type=email] + input[type=email] {
  margin-top: 1em;
}
.form-cmn .dropdown,
.form-cmn .select-box {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid #cecece;
}
@media (min-width: 769px) {
  .form-cmn .dropdown,
  .form-cmn .select-box {
    max-width: 23.4rem;
  }
}
.form-cmn .dropdown:after,
.form-cmn .select-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #298969;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}
@media (min-width: 769px) {
  .form-cmn .dropdown:after,
  .form-cmn .select-box:after {
    right: 1.6rem;
  }
}
.form-cmn .dropdown select,
.form-cmn .select-box select {
  cursor: pointer;
  background-color: #fff;
  padding: 1rem;
  border: none;
}
@media (min-width: 769px) {
  .form-cmn .dropdown select,
  .form-cmn .select-box select {
    padding: 1.6rem;
  }
}
.form-cmn .dropdown select::-ms-expand,
.form-cmn .select-box select::-ms-expand {
  display: none;
}
.form-cmn .dropdown + .dropdown,
.form-cmn .dropdown + .select-box,
.form-cmn .select-box + .dropdown,
.form-cmn .select-box + .select-box {
  margin-top: 0.5em;
}
@media (min-width: 769px) {
  .form-cmn .dropdown + .dropdown,
  .form-cmn .dropdown + .select-box,
  .form-cmn .select-box + .dropdown,
  .form-cmn .select-box + .select-box {
    margin: 0 0 0 0.5em;
  }
}
.form-cmn .form-checkbox label,
.form-cmn .form-radio label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: relative;
  margin: 0 2em 0.5rem 0;
}
.form-cmn .form-checkbox label:before,
.form-cmn .form-radio label:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-cmn .form-checkbox input[type=checkbox],
.form-cmn .form-checkbox input[type=radio],
.form-cmn .form-radio input[type=checkbox],
.form-cmn .form-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.form-cmn .form-checkbox + textarea,
.form-cmn .form-checkbox + .wrap-examination,
.form-cmn .form-radio + textarea,
.form-cmn .form-radio + .wrap-examination {
  margin-top: 0.5em;
}
@media (min-width: 769px) {
  .form-cmn .form-checkbox label,
  .form-cmn .form-radio label {
    min-height: 5.7rem;
  }
}
.form-cmn .form-checkbox label:before {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 0.3rem;
  width: 18px;
  height: 18px;
  margin-right: 1.4rem;
}
.form-cmn .form-checkbox input[type=checkbox]:checked + span:after {
  border-right: 2px solid #298969;
  border-bottom: 2px solid #298969;
  content: "";
  display: block;
  height: 11px;
  left: 6px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}
.form-cmn .form-radio input[type=radio] + span:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #cecece;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: relative;
  top: -2px;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.form-cmn .form-radio input[type=radio]:checked + span:before {
  background-color: #298969;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}
.form-cmn input[type=text],
.form-cmn input[type=email],
.form-cmn input[type=tel],
.form-cmn textarea,
.form-cmn select {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-cmn input[type=text]:focus,
.form-cmn input[type=email]:focus,
.form-cmn input[type=tel]:focus,
.form-cmn textarea:focus,
.form-cmn select:focus {
  border: 1px solid #298969;
}
.form-cmn .memo {
  height: 6em;
}
.form-cmn small {
  font-size: 0.875em;
}
.form-cmn .required:after {
  content: "*";
  display: inline-block;
  margin-left: 0.1em;
}

body.windows input[type=text],
body.windows input[type=email],
body.windows input[type=tel],
body.windows input[type=checkbox],
body.windows input[type=radio],
body.windows textarea,
body.windows select {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.contact-thanks .area-cmn a {
  text-decoration: underline;
}

/*-------------------------------------------------------------
 ボタン
-------------------------------------------------------------*/
/* 矢印付き透明ボタン */
.mod-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0;
  position: relative;
}
@media (min-width: 769px) {
  .mod-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4rem 0;
  }
}
.mod-btn .btn + .btn {
  margin-top: 1.6rem;
}
@media (min-width: 769px) {
  .mod-btn .btn + .btn {
    margin-top: 0;
    margin-left: 3.2rem;
  }
}
.mod-btn .ajax-loader {
  position: absolute;
  bottom: -2.5rem;
}

[class^=btn] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

.btn {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  max-width: 37.6rem;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  background: #298969;
  padding: 2.2rem 5.6rem 2.2rem 2.6rem;
  border-radius: 6rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 10px rgba(2, 63, 96, 0.16));
          filter: drop-shadow(0 0 10px rgba(2, 63, 96, 0.16));
}
.btn:after {
  content: "";
  background: url(../img/common/ico-external.svg) no-repeat center/contain;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .btn {
    width: 100%;
    font-size: 1.9rem;
  }
  .btn:hover {
    opacity: 1;
    background: #298969;
    -webkit-filter: drop-shadow(0 0 0 rgba(2, 63, 96, 0.16));
            filter: drop-shadow(0 0 0 rgba(2, 63, 96, 0.16));
  }
}
.btn-s {
  font-size: 1.4rem;
  font-weight: bold;
  border: 2px solid #298969;
  border-radius: 2rem;
  width: 11.6rem;
  text-align: center;
}
@media (min-width: 769px) {
  .btn-s:hover {
    background-color: #298969;
    color: #fff;
    opacity: 1;
  }
}

.btn-arrow {
  color: #298969;
  font-weight: bold;
  line-height: 1;
}
.btn-arrow:after {
  content: "";
  background: url(../img/common/ico-arrow-green.svg) no-repeat center/contain;
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .btn-arrow:hover:after {
    -webkit-transform: translateX(0.6rem);
            transform: translateX(0.6rem);
  }
}

.btn-external {
  color: #298969;
  font-weight: bold;
  line-height: 1;
}
.btn-external:after {
  content: "";
  background: url(../img/common/ico-external.svg) no-repeat center/contain;
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*-------------------------------------------------------------
 フッター上お問い合わせアリア
-------------------------------------------------------------*/
.area-cotact {
  padding: 6.4rem 0;
}
.area-cotact .ttl-contact {
  margin-bottom: 2em;
}
.area-cotact .ttl-contact img {
  max-width: 65.448rem;
}
.area-cotact .box-tel {
  line-height: 1.4;
}
.area-cotact .box-tel > * {
  color: #fff;
}
.area-cotact .box-tel a {
  font-size: 3.2rem;
}
.area-cotact .box-tel a:before {
  content: "";
  background: url(../img/common/ico-tel-wht.svg) no-repeat center/contain;
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.area-cotact .box-tel a + p {
  font-size: 1.2rem;
}
.area-cotact .mod-btn {
  margin-bottom: 0;
}
.area-cotact .btn-contact {
  background: linear-gradient(135deg, #FFD800 0%, #FFF1A2 100%);
  color: #000;
}
.area-cotact .btn-contact:before {
  background: linear-gradient(135deg, #FFD800 0%, #FFD800 100%);
}
.area-cotact .btn-contact:after {
  content: none;
}
.area-cotact .btn-contact > span {
  position: relative;
}
.area-cotact .btn-contact > span:before {
  content: "";
  background: url(../img/common/ico-mail-gry.svg) no-repeat center/contain;
  width: 2.8rem;
  height: 2.042rem;
  display: inline-block;
  margin-right: 1.4rem;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .area-cotact {
    padding: 9.6rem 0;
  }
  .area-cotact .ttl-contact {
    margin-bottom: 3.2em;
  }
  .area-cotact .sec-contact {
    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;
  }
  .area-cotact .box-tel a {
    font-size: 4rem;
  }
  .area-cotact .box-tel a:before {
    width: 4rem;
    height: 4rem;
    margin-right: 1.2rem;
  }
  .area-cotact .mod-btn {
    margin: 0 0 0 5.6rem;
  }
  .area-cotact .btn-contact {
    width: 32.8rem;
  }
}

.home .ttl-home {
  margin-bottom: 3.2rem;
  color: #298969;
  font-style: italic;
}
.home .ttl-home span {
  line-height: 1;
  font-size: 4.8rem;
  display: block;
}
.home .ttl-home span.ttl-sub {
  display: block;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
}
.home .ttl-home span + span {
  margin-top: 1.4rem;
}
@media (min-width: 769px) {
  .home .ttl-home span {
    font-size: 9.6rem;
  }
  .home .ttl-home span.ttl-sub {
    font-size: 1.6rem;
  }
}
.home .area-fv {
  position: relative;
  height: 150vw;
  max-height: 87rem;
  background: url(../img/home/bg-fv_sp.png) no-repeat center/cover;
  text-align: center;
  color: #fff;
  padding-top: 27.692vw;
}
.home .area-fv:after {
  content: "";
  background: url(../img/home/img-peaple_sp.png) no-repeat bottom center/contain;
  width: 98.52vw;
  height: 35.523vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.home .area-fv .mod-fv {
  position: relative;
  z-index: 1;
}
.home .area-fv .copy-main {
  font-size: min(6.923vw, 4.4rem);
  line-height: 1.629;
  -webkit-filter: drop-shadow(0 3px 6px rgba(2, 63, 96, 0.16));
          filter: drop-shadow(0 3px 6px rgba(2, 63, 96, 0.16));
  margin-bottom: 2.6rem;
}
.home .area-fv .copy-sub {
  font-size: min(3.846vw, 1.7rem);
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.08em;
  -webkit-filter: drop-shadow(0 3px 6px rgba(2, 63, 96, 0.16));
          filter: drop-shadow(0 3px 6px rgba(2, 63, 96, 0.16));
}
.home .area-fv .mod-btn .btn {
  border: 2px solid #fff;
  max-width: 25.8rem;
  text-align: center;
  line-height: 1;
  padding: 2.2rem;
}
.home .area-fv .mod-btn .btn:after {
  content: none;
}
@media (min-width: 640px) {
  .home .area-fv .copy-sub br {
    display: none;
  }
}
@media (min-width: 769px) {
  .home .area-fv {
    height: 635px;
    background: url(../img/home/bg-fv.png) no-repeat bottom center/cover;
    padding-top: min(15.592vw, 12rem);
  }
  .home .area-fv:after {
    background: url(../img/home/img-peaple.png) no-repeat bottom center/contain;
    width: 93.174vw;
    max-width: 1272.76px;
    height: 17.293vw;
    max-height: 236.23px;
  }
  .home .area-fv .copy-main {
    line-height: 1.727;
    margin-bottom: 0.9rem;
    letter-spacing: 0.1em;
  }
  .home .area-fv .mod-btn {
    margin: 5.6rem auto 0;
  }
  .home .area-fv .mod-btn .btn:hover {
    background: #fff;
    color: #298969;
    border: 2px solid #298969;
  }
}
@media (min-width: 1220px) {
  .home .area-fv {
    padding-top: min(15.592vw, 21.3rem);
  }
}
.home .fv-scroll {
  padding: 3.2rem 0;
  color: #6b6b6b;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.home .fv-scroll:after {
  content: "";
  background: url(../img/home/ico-arrow-scroll.svg) no-repeat center/100%;
  display: block;
  margin: 1rem auto 0;
  width: 2.2rem;
  height: 1rem;
  -webkit-animation: arrowmove 2s ease-in-out infinite;
          animation: arrowmove 2s ease-in-out infinite;
}
@-webkit-keyframes arrowmove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes arrowmove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (min-width: 769px) {
  .home .fv-scroll {
    display: none;
  }
}
.home .area-news {
  padding: 2.4rem 0 6rem;
}
.home .area-news .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.4rem;
}
.home .area-news .ttl .txt-jp {
  color: #298969;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.home .area-news .ttl .txt-en {
  color: #787878;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
.home .area-news .list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .area-news .list-news > li {
  border-bottom: 1px solid #cecece;
}
.home .area-news .list-news > li:first-of-type {
  border-top: 1px solid #cecece;
}
.home .area-news .list-news > li a {
  padding: 1.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .area-news .list-news > li a .date {
  color: #888;
  font-size: 1.4rem;
}
.home .area-news .mod-link {
  text-align: right;
  margin-top: 3rem;
}
@media (min-width: 1050px) {
  .home .area-news {
    padding: 7.2rem 0 8rem;
  }
  .home .area-news > .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .area-news > .container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home .area-news > .container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .home .area-news > .container > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .home .area-news > .container > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .home .area-news .ttl {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .home .area-news .list-news {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
    max-width: 81.2rem;
    width: 90%;
    margin-left: auto;
    margin-bottom: 0;
  }
  .home .area-news .list-news > li a {
    padding: 2.4rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home .area-news .list-news > li a .date {
    width: 12em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .home .area-news .mod-link {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    text-align: left;
    align-self: flex-end;
  }
}
.home .area-navi {
  background: #f2edd2;
  padding: 6rem 0;
}
.home .area-navi .wrap-navi {
  width: 83.076vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.home .area-navi .wrap-navi .item {
  background: #fff;
  -webkit-filter: drop-shadow(0 3px 6px rgba(81, 66, 29, 0.16));
          filter: drop-shadow(0 3px 6px rgba(81, 66, 29, 0.16));
  border-radius: 1.2rem;
}
.home .area-navi .wrap-navi .item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28.169% 15px auto;
  grid-template-columns: 28.169% auto;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  grid-column-gap: 15px;
  padding: 3rem 2rem 1.6rem;
}
.home .area-navi .wrap-navi .item a > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.home .area-navi .wrap-navi .item a > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.home .area-navi .wrap-navi .item a > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.home .area-navi .wrap-navi .item a > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.home .area-navi .wrap-navi .item .mod-ico {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  margin-bottom: 1.4rem;
  text-align: center;
}
.home .area-navi .wrap-navi .item .mod-ico img {
  max-width: 14rem;
  width: 100%;
}
.home .area-navi .wrap-navi .item .ttl {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  font-size: min(4.6vw, 2rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.888;
  margin-bottom: 0;
  -ms-grid-row-align: center;
      align-self: center;
  color: #298969;
}
.home .area-navi .wrap-navi .item .ttl > span {
  border-bottom: 1px solid #298969;
  padding-bottom: 0.3rem;
}
.home .area-navi .wrap-navi .item .mod-link {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  font-size: 1.1rem;
  text-align: right;
  -ms-grid-row-align: end;
      align-self: end;
  margin-top: 2rem;
}
.home .area-navi .wrap-navi .item .mod-link .btn-arrow:after {
  width: 1.8rem;
  height: 1.8rem;
}
.home .area-navi .wrap-navi .item .mod-link .btn-external {
  font-weight: bold;
  line-height: 1;
}
.home .area-navi .wrap-navi .item .mod-link .btn-external:after {
  content: "";
  background: url(../img/common/ico-external.svg) no-repeat center/contain;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.home .area-navi .wrap-navi .item:first-of-type .ttl {
  color: #1574ac;
}
.home .area-navi .wrap-navi .item:first-of-type .ttl > span {
  border-bottom: 1px solid #1574ac;
}
.home .area-navi .wrap-navi .item:first-of-type .mod-link .btn-arrow {
  color: #1574ac;
}
.home .area-navi .wrap-navi .item:first-of-type .mod-link .btn-arrow:after {
  background: url(../img/common/ico-arrow-blue.svg) no-repeat center/contain;
}
.home .area-navi .wrap-navi .item:nth-of-type(3) .ttl {
  color: #187f7f;
}
.home .area-navi .wrap-navi .item:nth-of-type(3) .ttl > span {
  border-bottom: 1px solid #187f7f;
}
.home .area-navi .wrap-navi .item:nth-of-type(3) .mod-link .btn-external {
  color: #187f7f;
}
.home .area-navi .wrap-navi .item:nth-of-type(3) .mod-link .btn-external:after {
  background: url(../img/common/ico-external-guide.png) no-repeat center/contain;
}
.home .area-navi .wrap-navi .item:nth-of-type(4) .ttl {
  color: #308426;
}
.home .area-navi .wrap-navi .item:nth-of-type(4) .ttl > span {
  border-bottom: 1px solid #308426;
}
.home .area-navi .wrap-navi .item:nth-of-type(4) .mod-link .btn-external {
  color: #308426;
}
.home .area-navi .wrap-navi .item:nth-of-type(4) .mod-link .btn-external:after {
  background: url(../img/common/ico-external-organization.png) no-repeat center/contain;
}
@media (min-width: 769px) {
  .home .area-navi {
    padding: 8rem 0;
  }
  .home .area-navi .wrap-navi {
    width: 89.385vw;
    max-width: 1221px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.5rem;
  }
  .home .area-navi .wrap-navi .item {
    width: calc(50% - 1.75rem);
  }
  .home .area-navi .wrap-navi .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .area-navi .wrap-navi .item a:hover .btn-arrow:after {
    -webkit-transform: translateX(0.6rem);
            transform: translateX(0.6rem);
  }
  .home .area-navi .wrap-navi .item a:hover .btn-external:after {
    -webkit-transform: translateX(0.6rem);
            transform: translateX(0.6rem);
  }
  .home .area-navi .wrap-navi .item .mod-ico {
    grid-area: unset;
    margin-bottom: 1.4rem;
  }
  .home .area-navi .wrap-navi .item .mod-link {
    grid-area: unset;
    font-size: 1.3rem;
    margin-top: 3rem;
  }
  .home .area-navi .wrap-navi .item .mod-link .btn-arrow:after {
    width: 2.6rem;
    height: 2.6rem;
  }
  .home .area-navi .wrap-navi .item .mod-link .btn-external:after {
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media (min-width: 769px) and (max-width: 1219px) {
  .home .area-navi .wrap-navi .item:last-child {
    width: 100%;
  }
  .home .area-navi .wrap-navi .item:last-child a {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    padding: 3rem 2rem;
  }
  .home .area-navi .wrap-navi .item:last-child .mod-ico {
    width: 10.4rem;
    margin-bottom: 0;
  }
  .home .area-navi .wrap-navi .item:last-child .mod-link {
    position: absolute;
    right: 2rem;
    bottom: 1.6rem;
  }
}
@media (min-width: 1220px) {
  .home .area-navi .wrap-navi {
    gap: 3rem;
  }
  .home .area-navi .wrap-navi .item {
    width: calc(20% - 2.4rem);
  }
}

.greeting .area-pagetitle {
  background: #e7f6fe;
}
.greeting .area-pagetitle .ttl-page:before {
  content: "";
  background: url(../img/greeting/ico-pagetitle.svg) no-repeat center/contain;
}
.greeting .area-contents {
  margin-top: 8rem;
}
.greeting .area-lead .mod-img {
  max-width: 68.4rem;
  margin: 4rem auto 0;
}
@media (min-width: 769px) {
  .greeting .area-lead > p {
    line-height: 2.5;
  }
  .greeting .area-lead .mod-img {
    margin: 6rem auto 0;
  }
}
.greeting .area-role {
  border-top: 1px solid #cecece;
  padding-top: 5.6rem;
}
.greeting .area-role .list-role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8rem;
}
.greeting .area-role .list-role > div {
  background: #e7f6fe;
  padding: 3.2rem 2.4rem 2.4rem;
  border-radius: 1.5rem;
  position: relative;
}
.greeting .area-role .list-role > div .number {
  content: "";
  width: 4.3rem;
  height: 4.3rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  color: #1574ac;
  font-family: inter;
  font-size: 1.375em;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #9cc2d8;
}
.greeting .area-role .list-role > div dt {
  color: #1574ac;
  font-weight: bold;
  text-align: center;
  font-size: 1.375em;
  margin-bottom: 1.6rem;
  line-height: 2.187;
}
.greeting .area-role .list-role > div dt:after {
  content: "";
  background: #9cc2d8;
  width: 3rem;
  height: 0.2rem;
  display: block;
  margin: 0.9rem auto 0;
}
.greeting .area-role .list-role > div dt br {
  display: none !important;
}
@media (min-width: 769px) {
  .greeting .area-role .list-role > div dt br {
    display: block !important;
  }
}
@media (min-width: 769px) {
  .greeting .area-role {
    padding-top: 9.6rem;
  }
  .greeting .area-role .ttl-02 + p {
    line-height: 2.5;
  }
  .greeting .area-role .list-role {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.6rem 3rem;
    margin-top: 8rem;
  }
  .greeting .area-role .list-role > div {
    padding: 4rem 3rem 2.8rem;
    width: calc(33.333% - 2rem);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.greeting .area-for-medicalcare {
  background: #a9daf8;
  padding: 6.4rem 0;
  margin-bottom: 0;
}
.greeting .area-for-medicalcare .box-inner {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem 0;
}
.greeting .area-for-medicalcare .box-inner .box-scroll {
  padding: 1.7rem 2.4rem;
  height: min(65vh, 70rem);
  overflow-y: auto;
}
.greeting .area-for-medicalcare .box-inner .ttl {
  color: #1574ac;
  margin-bottom: 4.5rem;
}
.greeting .area-for-medicalcare .box-inner .ttl > span {
  border-bottom: 1px solid #1574ac;
  padding-bottom: 1rem;
}
.greeting .area-for-medicalcare .box-inner .txt-copy {
  font-size: min(5.073vw, 2.8rem);
  margin-bottom: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.greeting .area-for-medicalcare .box-inner .txt-copy br {
  display: none !important;
}
@media (min-width: 769px) {
  .greeting .area-for-medicalcare .box-inner .txt-copy br {
    display: block !important;
  }
}
.greeting .area-for-medicalcare .box-inner .txt-name {
  font-size: 2.1rem;
  margin-top: 2em;
}
.greeting .area-for-medicalcare .box-inner .txt-name .txt-min {
  font-size: 1.2rem;
}
.greeting .area-for-medicalcare .box-inner .txt-name .txt-min + p {
  margin-top: 0;
}
.greeting .area-for-medicalcare .mod-btn {
  margin-top: 4.8rem;
}
.greeting .area-for-medicalcare .mod-btn .btn {
  background: #1574ac;
  border: 2px solid #fff;
  max-width: 36.6rem;
}
@media (min-width: 769px) {
  .greeting .area-for-medicalcare {
    padding: 11.4rem 0;
  }
  .greeting .area-for-medicalcare .box-inner {
    padding: 1.5rem 0;
  }
  .greeting .area-for-medicalcare .box-inner .box-scroll {
    padding: 6.5rem min(6.241vw, 6rem);
  }
  .greeting .area-for-medicalcare .box-inner .box-scroll::-webkit-scrollbar {
    width: 5px;
  }
  .greeting .area-for-medicalcare .box-inner .box-scroll::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .greeting .area-for-medicalcare .box-inner .box-scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
  }
  .greeting .area-for-medicalcare .box-inner p {
    line-height: 2.5;
  }
  .greeting .area-for-medicalcare .box-inner .txt-copy {
    margin-bottom: 4.2rem;
  }
  .greeting .area-for-medicalcare .box-inner .txt-name {
    font-size: 2.5rem;
    margin-top: 8rem;
    text-align: right;
  }
  .greeting .area-for-medicalcare .box-inner .txt-name .txt-min {
    font-size: 1.4rem;
  }
  .greeting .area-for-medicalcare .mod-btn {
    margin-top: 8rem;
  }
  .greeting .area-for-medicalcare .mod-btn .btn:hover {
    background: #fff;
    border-color: #1574ac;
    color: #1574ac;
  }
  .greeting .area-for-medicalcare .mod-btn .btn:hover:after {
    background: url(../img/common/ico-external-blue.svg) no-repeat center/contain;
  }
}
.greeting .nav-breadcrumb {
  background: #a9daf8;
}

.examination .area-pagetitle {
  background: #e9feef;
}
.examination .area-pagetitle .ttl-page:before {
  content: "";
  background: url(../img/examination/ico-pagetitle.svg) no-repeat center/contain;
}
.examination .area-nav {
  background: #61bfa0;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
.examination .area-nav .list-nav-examination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.examination .area-nav .list-nav-examination .item {
  -webkit-filter: drop-shadow(0 3px 6px rgba(2, 63, 96, 0.16));
          filter: drop-shadow(0 3px 6px rgba(2, 63, 96, 0.16));
}
.examination .area-nav .list-nav-examination .item a {
  height: 100%;
  background: #fff;
  color: #298969;
  padding: 2.4rem 2.4rem 2.4rem 8.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem;
  font-size: 2rem;
  position: relative;
}
.examination .area-nav .list-nav-examination .item a:before, .examination .area-nav .list-nav-examination .item a:after {
  content: "";
  position: absolute;
  top: 50%;
}
.examination .area-nav .list-nav-examination .item a:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.examination .area-nav .list-nav-examination .item a:after {
  background: url(../img/common/ico-arrow-green.svg) no-repeat center/contain;
  width: 1.8rem;
  height: 1.8rem;
  right: 2.2rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.examination .area-nav .list-nav-examination .item a img {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.4rem;
  height: 5.4rem;
}
@media (min-width: 769px) {
  .examination .area-nav .list-nav-examination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
  .examination .area-nav .list-nav-examination .item {
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 1050px) {
  .examination .area-nav .list-nav-examination .item {
    width: calc(33.333% - 2rem);
  }
}
.examination .area-medicine-item {
  border-top: 1px solid #cecece;
  padding: 8rem 0;
  margin: 0;
}
.examination .area-medicine-item .ttl-01 {
  padding-left: 6.5rem;
  position: relative;
}
.examination .area-medicine-item .ttl-01:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.examination .area-medicine-item .ttl-01 img {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.6rem;
  height: 5.6rem;
}
.examination .area-medicine-item .sec-cmn {
  margin-top: 6rem;
}
.examination .area-medicine-item .sec-cmn .ttl-02 {
  margin-bottom: 2.2em;
}
.examination .area-medicine-item .sec-cmn.sec-disease .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.examination .area-medicine-item .sec-cmn.sec-disease .list-box > li {
  background: #eefcf2;
  border-radius: 0.5rem;
  padding: 1.2rem;
  font-size: 1.6rem;
  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;
  text-align: center;
}
.examination .area-medicine-item .sec-cmn.sec-doctor .list-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.examination .area-medicine-item .sec-cmn.sec-doctor .list-dots > li {
  font-size: 1.6rem;
}
.examination .area-medicine-item .mod-btn {
  margin: 5.6rem 0 0;
}
.examination .area-medicine-item .mod-btn .btn {
  font-size: min(4.533vw, 1.8rem);
  border: 2px solid #298969;
}
@media (min-width: 769px) {
  .examination .area-medicine-item {
    padding: 11.2rem 0;
  }
  .examination .area-medicine-item .ttl-01 + p {
    line-height: 2.5;
  }
  .examination .area-medicine-item .sec-cmn {
    margin-top: 8rem;
  }
  .examination .area-medicine-item .sec-cmn.sec-disease .list-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .examination .area-medicine-item .sec-cmn.sec-disease .list-box > li {
    width: calc(50% - 0.5rem);
    font-size: 2rem;
  }
  .examination .area-medicine-item .sec-cmn.sec-doctor .list-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .examination .area-medicine-item .sec-cmn.sec-doctor .list-dots > li {
    font-size: 2rem;
    margin-right: 4.8rem;
  }
  .examination .area-medicine-item .sec-cmn.sec-doctor .list-dots > li:last-of-type {
    margin-right: 0;
  }
  .examination .area-medicine-item .mod-btn {
    margin: 8rem 0 0;
  }
  .examination .area-medicine-item .mod-btn .btn {
    font-size: 1.9rem;
  }
  .examination .area-medicine-item .mod-btn .btn:hover {
    background: #fff;
    color: #298969;
  }
  .examination .area-medicine-item .mod-btn .btn:hover:after {
    background: url(../img/common/ico-external-green.svg) no-repeat center/contain;
  }
}
@media (min-width: 1050px) {
  .examination .area-medicine-item .sec-cmn.sec-disease .list-box > li {
    width: calc(33.333% - 0.6666666667rem);
  }
}
.examination #sec-gastroenterology {
  border-top: none;
}
.examination #sec-gastroenterology .ttl-01:before {
  background: url(../img/examination/ico-nav-01.svg) no-repeat center/contain;
  width: 5.086rem;
  height: 4.482rem;
  left: 0.2rem;
}
.examination #sec-respiratory-medicine .ttl-01:before {
  background: url(../img/examination/ico-nav-02.svg) no-repeat center/contain;
  width: 4.486rem;
  height: 3.531rem;
  left: 0.2rem;
}
.examination #sec-pediatrics .ttl-01:before {
  background: url(../img/examination/ico-nav-03.svg) no-repeat center/contain;
  width: 5.756rem;
  height: 2.502rem;
  left: 0.2rem;
}
.examination #sec-dermatology .ttl-01:before {
  background: url(../img/examination/ico-nav-04.svg) no-repeat center/contain;
  width: 6.5rem;
  height: 6.6rem;
  left: -0.6rem;
}
.examination #sec-ophthalmology .ttl-01:before {
  background: url(../img/examination/ico-nav-05.svg) no-repeat center/contain;
  width: 3.6rem;
  height: 2.6rem;
  left: 0.8rem;
}
@media (min-width: 769px) {
  .examination #sec-ophthalmology .sec-cmn.sec-disease .list-box > li:last-of-type {
    min-width: 47.3rem;
    width: 47.977%;
  }
}
.examination #sec-otorhinolaryngology .ttl-01:before {
  background: url(../img/examination/ico-nav-06.svg) no-repeat center/contain;
  width: 3.737rem;
  height: 4.581rem;
  left: 0.8rem;
}

.news .area-pagetitle {
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  padding-top: 6rem;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 7.2rem;
}
.news .area-pagetitle .wrap {
  padding: 0 5.7333vw;
  width: 100%;
  margin-bottom: 1.2rem;
}
.news .area-pagetitle .wrap .date {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #888;
}
.news .area-pagetitle .wrap .cate-name {
  font-size: 1.2rem;
  border: 1px solid #298969;
  padding: 0.6rem 0.5rem;
  border-radius: 0.3rem;
  color: #298969;
  text-align: center;
  line-height: 1;
}
.news .area-pagetitle .ttl-page {
  text-align: left;
}
.news .area-pagetitle .ttl-page:before {
  content: none;
}
.news .area-pagetitle .ttl-page:after {
  content: "";
  background: #298969;
  width: min(18vw, 9.2rem);
  height: 0.2rem;
  display: block;
  margin: 3rem auto 0 0;
}
@media (min-width: 769px) {
  .news .area-pagetitle .wrap {
    max-width: calc(1088px + 11.4666vw);
  }
  .news .area-pagetitle .ttl-page {
    max-width: calc(1088px + 11.4666vw);
  }
}
.news .area-contents {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: calc(1088px + 9.6rem);
  padding: 0 5.7333vw;
  margin-bottom: 9.6rem;
}
@media (min-width: 769px) {
  .news .area-contents {
    padding: 0 4.8rem;
    margin-bottom: 13rem;
  }
}
@media (min-width: 940px) {
  .news .area-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.27%;
  }
}
.news .sec-primary {
  width: 100%;
}
.news .list-news > li {
  border-top: 1px solid #cecece;
}
.news .list-news > li:last-of-type {
  border-bottom: 1px solid #cecece;
}
.news .list-news > li a {
  padding: 1.6rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 14rem 1.5rem 1fr;
  grid-template-columns: 14rem 1fr;
  -ms-grid-rows: 1fr 0 auto 0 auto;
  grid-template-rows: 1fr repeat(2, auto);
  grid-column-gap: 1.5rem;
  grid-row-gap: 0;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news .list-news > li a > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.news .list-news > li a > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.news .list-news > li a > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.news .list-news > li a > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.news .list-news > li a > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.news .list-news > li a > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.news .list-news > li a:after {
  content: "";
  background: url(../img/common/ico-arrow-green.svg) no-repeat center/contain;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  bottom: 2rem;
  right: 1.4rem;
}
.news .list-news > li a .mod-thumb {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 14rem;
}
.news .list-news > li a .mod-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .list-news > li a .date {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  align-self: flex-end;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #888;
}
.news .list-news > li a .cate-name {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
.news .list-news > li a .cate-name > span {
  font-size: 1.2rem;
  border: 1px solid #298969;
  padding: 0.6rem 0.5rem;
  border-radius: 0.3rem;
  color: #298969;
  text-align: center;
  line-height: 1;
}
.news .list-news > li a .ttl {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/4/3;
  margin-top: 1rem;
  letter-spacing: 0.05em;
  width: calc(100% - 4rem);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 940px) {
  .news .list-news > li a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 14rem 1.5rem auto 1.5rem 1fr;
    grid-template-columns: 14rem auto 1fr;
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news .list-news > li a > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .news .list-news > li a > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .news .list-news > li a > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .news .list-news > li a > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .news .list-news > li a > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .news .list-news > li a > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .news .list-news > li a:after {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3rem;
  }
  .news .list-news > li a .mod-thumb {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
  }
  .news .list-news > li a .date {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
    -ms-grid-row-align: unset;
        align-self: unset;
  }
  .news .list-news > li a .cate-name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4;
  }
  .news .list-news > li a .ttl {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 2/2/3/4;
    margin-top: 0;
    width: calc(100% - 6.4rem);
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
}
.news-single .sec-primary .box-thumb {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 3.2rem;
}
.news-single .sec-primary .box-thumb img {
  width: 100%;
}
.news-single .sec-primary .box-edit h2 {
  font-size: 2.2rem;
  margin: 3rem 0 2rem;
}
.news-single .sec-primary .box-edit h2::after {
  content: "";
  background: #cecece;
  width: 100%;
  height: 0.1rem;
  display: block;
  margin: 1rem 0 0 0;
}
.news-single .sec-primary .box-edit h3 {
  color: #298969;
  font-size: 1.8rem;
  margin: 3rem 0 1rem;
}
.news-single .sec-primary .box-edit ul {
  margin: 3rem 0;
}
.news-single .sec-primary .box-edit ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  position: relative;
}
.news-single .sec-primary .box-edit ul li:before {
  content: "";
  background: #000;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8em;
}
.news-single .sec-primary .nav-pager-single {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 0px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 6rem;
}
.news-single .sec-primary .nav-pager-single > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.news-single .sec-primary .nav-pager-single > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.news-single .sec-primary .nav-pager-single > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.news-single .sec-primary .nav-pager-single > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.news-single .sec-primary .nav-pager-single > li.is-disable a {
  opacity: 0.2;
  pointer-events: none;
}
.news-single .sec-primary .nav-pager-single > li:first-of-type {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.news-single .sec-primary .nav-pager-single > li:first-of-type a:before {
  content: "";
  background: url(../img/common/ico-arrow-green.svg) no-repeat center/contain;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  margin-right: 0.5em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  vertical-align: middle;
}
.news-single .sec-primary .nav-pager-single > li:nth-of-type(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
  text-align: center;
}
.news-single .sec-primary .nav-pager-single > li:nth-of-type(2) a {
  background: #8b8b8b;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
  padding: 2.2rem 2.6rem;
  width: 100%;
  max-width: 29.6rem;
  border-radius: 6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
}
.news-single .sec-primary .nav-pager-single > li:last-of-type {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  text-align: right;
}
.news-single .sec-primary .nav-pager-single > li:last-of-type a:after {
  content: "";
  background: url(../img/common/ico-arrow-green.svg) no-repeat center/contain;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
@media (min-width: 940px) {
  .news-single .sec-primary .box-thumb {
    margin-bottom: 6rem;
  }
  .news-single .sec-primary .box-edit h2 {
    font-size: 2.8rem;
    margin-bottom: 1em;
  }
  .news-single .sec-primary .box-edit h2::after {
    content: "";
    background: #cecece;
    width: 100%;
    height: 0.1rem;
    display: block;
    margin: 1rem 0 0 0;
  }
}
@media (min-width: 1050px) {
  .news-single .sec-primary .nav-pager-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8rem;
  }
  .news-single .sec-primary .nav-pager-single > li:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
    text-align: center;
  }
  .news-single .sec-primary .nav-pager-single > li:nth-of-type(2) a {
    font-size: 1.8rem;
    width: 29.6rem;
    max-width: unset;
  }
}

.link .area-pagetitle {
  background: #E9FEEF;
}
.link .area-pagetitle .ttl-page:before {
  content: "";
  background: url(../img/link/ico-pagetitle.svg) no-repeat center/contain;
}
.link .area-cmn01 {
  background: #61BFA0;
  padding: 5.5rem 0 7.2rem;
}
.link .area-cmn01 .ttl-01 {
  color: #fff;
}
.link .area-cmn01 .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
.link .area-cmn01 .list-link .item {
  width: 100%;
}
.link .area-cmn01 .list-link .item a {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 0.6rem;
  padding: 3rem 2.5rem;
}
.link .area-cmn01 .list-link .item a:hover {
  opacity: 0.8;
}
.link .area-cmn01 .list-link .item a.separate-tab .ttl::after {
  display: inline-block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/ico-separate_tab.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0.2em 0.4em;
}
.link .area-cmn01 .list-link .item .ttl {
  color: #298969;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
}
.link .area-cmn01 .list-link .item .txt {
  font-size: 1.6rem;
  margin-top: 0.75em;
}
@media (min-width: 769px) {
  .link .area-cmn01 {
    padding: 7.4rem 0 9.6rem;
  }
  .link .area-cmn01 .list-link {
    gap: 3rem;
  }
  .link .area-cmn01 .list-link .item {
    width: calc(50% - 1.5rem);
  }
  .link .area-cmn01 .list-link .item a {
    padding: 3rem;
  }
}
@media (min-width: 1180px) {
  .link .area-cmn01 .list-link .item {
    width: calc((100% - 6rem) / 3);
  }
}
.link .area-cmn02 {
  padding: 7.1rem 0 12rem;
}
@media (min-width: 769px) {
  .link .area-cmn02 {
    padding: 9.4rem 0 18rem;
  }
}
.link .area-cmn02 .list-anchor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 3rem;
}
.link .area-cmn02 .list-anchor_link .item {
  width: 100%;
}
.link .area-cmn02 .list-anchor_link .item a {
  display: block;
  height: 100%;
  background: #C1F9D5;
  border-radius: 0.5rem;
  padding: 1.6rem 4.5rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.link .area-cmn02 .list-anchor_link .item a::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/ico-under_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.8rem;
  height: 1.8rem;
}
@media (min-width: 769px) {
  .link .area-cmn02 .list-anchor_link .item {
    width: calc(50% - 1.5rem);
  }
  .link .area-cmn02 .list-anchor_link .item a {
    font-size: 2rem;
    padding: 1.85rem 5rem;
  }
  .link .area-cmn02 .list-anchor_link .item a::after {
    right: 2.3rem;
  }
}
@media (min-width: 1180px) {
  .link .area-cmn02 .list-anchor_link .item {
    width: calc((100% - 6rem) / 3);
  }
}
.link .area-cmn02 .area-disease {
  margin-top: 4.8rem;
}
.link .area-cmn02 .area-disease .card {
  background: #EEFCF2;
  border-radius: 0.5rem;
  padding: 3.5rem 2.5rem;
}
.link .area-cmn02 .area-disease .card + .card {
  margin-top: 4rem;
}
.link .area-cmn02 .area-disease .card .ttl-02 {
  margin-bottom: 1em;
}
.link .area-cmn02 .area-disease .card .list-link .item {
  position: relative;
  padding-left: 1.25em;
}
.link .area-cmn02 .area-disease .card .list-link .item::before {
  display: block;
  content: "";
  background: #298969;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: absolute;
  left: 0.5em;
  top: 1em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.link .area-cmn02 .area-disease .card .list-link .item a {
  text-decoration: underline;
}
.link .area-cmn02 .area-disease .card .list-link .item a.separate-tab::after {
  display: inline-block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/ico-separate_tab.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0em 0.4em;
}
@media (min-width: 769px) {
  .link .area-cmn02 .area-disease {
    margin-top: 6.2rem;
  }
  .link .area-cmn02 .area-disease .card {
    background: #EEFCF2;
    border-radius: 0.5rem;
    padding: 4.4rem 4rem;
  }
  .link .area-cmn02 .area-disease .card + .card {
    margin-top: 6.2rem;
  }
  .link .area-cmn02 .area-disease .card .list-link .item {
    padding-left: 1.5em;
  }
  .link .area-cmn02 .area-disease .card .list-link .item::before {
    font-size: 2rem;
  }
  .link .area-cmn02 .area-disease .card .list-link .item a {
    font-size: 2rem;
  }
  .link .area-cmn02 .area-disease .card .list-link .item a.separate-tab::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.search .area-pagetitle {
  height: auto;
  background: none;
}
.search .area-pagetitle .ttl-page {
  padding: 0;
  text-align: left;
  margin-top: 4rem;
  padding-bottom: 2.25rem;
  margin-bottom: 4.5rem;
  position: relative;
}
.search .area-pagetitle .ttl-page::before {
  display: none;
}
.search .area-pagetitle .ttl-page::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.9rem;
  height: 0.2rem;
  background: #298969;
}
@media (min-width: 769px) {
  .search .area-pagetitle .ttl-page {
    margin-top: 6.8rem;
    padding-bottom: 3rem;
    margin-bottom: 6rem;
  }
  .search .area-pagetitle .ttl-page::after {
    width: 9.2rem;
  }
}
.search .area-contents {
  padding-bottom: 5rem;
}
@media (min-width: 769px) {
  .search .area-contents {
    padding-bottom: 8rem;
  }
}
.search .list-article {
  border-top: 1px solid #CECECE;
}
.search .list-article .item {
  border-bottom: 1px solid #CECECE;
}
.search .list-article .item a {
  display: block;
  padding: 3rem 0;
}
.search .list-article .item .ttl {
  color: #298969;
  font-size: 2rem;
  text-decoration: underline;
}
.search .list-article .item .txt {
  margin-top: 1.25em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media (min-width: 769px) {
  .search .list-article .item a {
    padding: 4rem 0;
  }
  .search .list-article .item .txt {
    -webkit-line-clamp: 3;
  }
}
.search ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 5.6rem auto 0;
  max-width: 71.5rem;
  gap: 1rem 0;
}
.search ul.page-numbers > li + li {
  margin-left: 1.6rem;
}
.search ul.page-numbers > li:nth-child(2) a, .search ul.page-numbers > li:nth-child(2) span {
  margin-left: 1.6rem;
}
.search ul.page-numbers > li:nth-last-child(2) a, .search ul.page-numbers > li:nth-last-child(2) span {
  margin-right: 1.6rem;
}
.search ul.page-numbers > li a, .search ul.page-numbers > li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 1px solid #707070;
  letter-spacing: 0;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #707070;
}
.search ul.page-numbers > li a.current, .search ul.page-numbers > li span.current {
  color: #fff;
  background: #298969;
  border-color: #298969;
}
.search ul.page-numbers > li a.current:after, .search ul.page-numbers > li span.current:after {
  content: none;
}
.search ul.page-numbers > li .next,
.search ul.page-numbers > li .prev {
  border: none;
  background: url(../img/common/ico-pagenation-arrow.svg) no-repeat center/contain;
}
.search ul.page-numbers > li .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.search ul.page-numbers > li:first-of-type span, .search ul.page-numbers > li:last-of-type span {
  opacity: 0.2;
}
.search ul.page-numbers > li:nth-of-type(2), .search ul.page-numbers > li:last-of-type {
  margin-left: auto;
}
@media (min-width: 940px) {
  .search ul.page-numbers {
    margin: 8rem auto 0;
  }
}