@charset "UTF-8";
.contents_sec {
  padding: 0 0 90px 0; }

:root {
  --header-height: 100px;
  /* 実際のヘッダー高さに合わせて調整 */ }

[id] {
  scroll-margin-top: var(--header-height); }

.page_post h2 {
  font-weight: bold;
  border-bottom: 1px solid #333;
  color: #333;
  margin: 60px 0 30px 0; }
.page_post h2:nth-last-child(1) {
  margin-top: 0; }
.page_post h3 {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 15px; }
.page_post h3:before {
  content: "";
  display: block;
  width: 5px;
  border: 1px solid #000;
  left: 0;
  top: 15px;
  position: absolute; }
.page_post .pageMain_sec {
  padding: 0 0 60px 0; }

/*--------------------------------------------------------
h1
--------------------------------------------------------*/
.h1_sec h1 img {
  height: 74px;
  position: absolute;
  left: 90px;
  bottom: 80px;
  z-index: 1; }

.h1_sec_in {
  width: 1360px;
  height: 400px;
  margin: auto;
  border-radius: 10px;
  position: relative;
  position: relative;
  overflow: hidden;
  /* 疑似要素のはみ出し防止 */
  /* アニメーション設定 */
  animation: bg-zoom 8s ease-out forwards;
  background: center/100% no-repeat;
  position: relative;
  overflow: hidden;
  /* 疑似要素のはみ出し防止 */
  /* アニメーション設定 */
  animation: bg-zoom 8s ease-out forwards; }

/* 背景がズームするアニメーション */
@keyframes bg-zoom {
  /* 開始は100% */
  0% {
    background-size: 100% auto; }
  /* 終了は120%（お好みで調整） */
  100% {
    background-size: 120% auto; } }
/* 上下のまぶた用レイヤー */
.h1_sec_in::before,
.h1_sec_in::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  /* まぶたの色。背景と同系色に */
  z-index: 2;
  animation: blink-open 0.6s ease-out forwards; }

/* 上まぶた */
.h1_sec_in::before {
  top: 0;
  height: 50%;
  /* 少し遅らせてより自然に */
  animation-delay: 0.2s; }

/* 下まぶた */
.h1_sec_in::after {
  bottom: 0;
  height: 50%;
  animation-delay: 0.2s; }

/* まぶたが開くアニメーション */
@keyframes blink-open {
  0% {
    height: 50%; }
  /* 完全に閉じた状態 */
  30% {
    height: 0%; }
  /* パチッと開く */
  100% {
    height: 0%; }
  /* そのまま開きっぱなし */ }
@media only screen and (max-width: 800px) {
  .h1_sec h1 img {
    height: 25px;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 2; }

  .h1_sec_in {
    width: 90%;
    height: 200px;
    margin: auto;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* 疑似要素のはみ出し防止 */
    /* アニメーション設定 */
    animation: bg-zoom 8s ease-out forwards;
    background: center/100% no-repeat;
    position: relative;
    overflow: hidden;
    /* 疑似要素のはみ出し防止 */
    /* アニメーション設定 */
    animation: bg-zoom 8s ease-out forwards; } }
/*------------------------------------------------------------
page_contact
-------------------------------------------------------------*/
.page_contact .h1_sec_in {
  background: url("../images/page/contact/h1_bg.jpg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

/*------------------------------------------------------------
page_about
-------------------------------------------------------------*/
.page_about {
  /* 個別の背景（グラデーション） */ }
  .page_about .h1_sec_in {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/page/about/h1_bg.png");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
  .page_about h2 {
    font-weight: bold;
    border-bottom: 1px solid #333;
    color: #333;
    margin: 60px 0 30px 0; }
  .page_about h2:nth-last-child(1) {
    margin-top: 0; }
  .page_about .mission_line01 {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px; }
  .page_about .mission_line02 {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 90px; }
  .page_about .greeting_flbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_about .greeting_flbox .col_l {
    width: 40%; }
  .page_about .greeting_flbox .col_r {
    width: 55%; }
  .page_about .greeting_flbox .name {
    text-align: right; }
  .page_about .access_box {
    margin-bottom: 60px; }
  .page_about .access_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0 20px 0; }
  .page_about .access_line:nth-child(odd) {
    background: #f9f9f9; }
  .page_about .access_line .col_l {
    width: 20%;
    font-weight: bold;
    text-align: left;
    padding-left: 40px; }
  .page_about .access_line .col_r {
    width: 70%; }
  .page_about .domain_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_about .domain_flBox .col_l {
    width: 48%; }
  .page_about .domain_flBox .col_r {
    width: 45%; }
  .page_about .domain_flBox .col_r img {
    display: block;
    margin-bottom: 50px; }
  .page_about .domain_estate,
  .page_about .domain_stay,
  .page_about .domain_life,
  .page_about .domain_medical,
  .page_about .domain_abload {
    border-radius: 8px;
    padding: 1em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    color: #333; }
  .page_about .domain_estate {
    background: linear-gradient(to bottom, #eaf4fd, #dceefd);
    /* 明るい青系パステル */ }
  .page_about .domain_stay {
    background: linear-gradient(to bottom, #fce7ee, #f8d9e3);
    /* 明るいピンク系パステル */ }
  .page_about .domain_life {
    background: linear-gradient(to bottom, #fff3e2, #fce9d0);
    /* 明るいオレンジベージュ系 */ }
  .page_about .domain_medical {
    background: linear-gradient(to bottom, #f0f9ed, #e0f2e4);
    /* 明るい緑系パステル */ }
  .page_about .domain_abload {
    background: linear-gradient(to bottom, #f6d1c8, #f3c1b6);
    /* 淡いコーラルピンク系 */ }
  .page_about .domain_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0 20px 0;
    margin-bottom: 10px; }
  .page_about .domain_line .col_l {
    width: 30%;
    font-weight: bold;
    text-align: left; }
  .page_about .domain_line .col_r {
    width: 60%; }
  .page_about .map_box iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px; }
  .page_about .positionBox .position {
    display: inline-block;
    width: 120px; }
  .page_about .sdgs_text {
    margin-bottom: 60px; }

@media screen and (max-width: 800px) {
  .page_about .mission_line01 {
    font-size: 24px;
    margin-bottom: 20px; }
  .page_about .mission_line02 {
    font-size: 16px;
    margin-bottom: 40px; }
  .page_about .greeting_flbox {
    flex-direction: column; }
  .page_about .greeting_flbox .col_l,
  .page_about .greeting_flbox .col_r {
    width: 100%; }
  .page_about .greeting_flbox .name {
    text-align: left;
    margin-top: 10px; }
  .page_about .access_line {
    flex-direction: column;
    padding: 10px 20px; }
  .page_about .access_line .col_l,
  .page_about .access_line .col_r {
    width: 100%;
    padding-left: 0;
    margin-bottom: 5px; }
  .page_about .domain_flBox {
    flex-direction: column; }
  .page_about .domain_flBox .col_l,
  .page_about .domain_flBox .col_r {
    width: 100%; }
  .page_about .domain_flBox .col_r img {
    margin-bottom: 30px; }
  .page_about .domain_line {
    flex-direction: column;
    padding: 10px 20px; }
  .page_about .domain_line .col_l,
  .page_about .domain_line .col_r {
    width: 100%;
    margin-bottom: 5px; }
  .page_about .positionBox .position {
    margin-bottom: 10px;
    width: 130px; }
  .page_about h2 {
    font-size: 20px;
    margin: 40px 0 20px; }
  .page_about .sdgs_text {
    margin-bottom: 40px; }
  .page_about .map_box iframe {
    height: 300px; } }
/*------------------------------------------------------------
page_ourgroup
-------------------------------------------------------------*/
.page_ourgroup {
  /* 各カード */
  /* 画像領域 */
  /* オーバーレイ（裏面画像） */
  /* テキスト領域 */
  /* 表示／非表示切り替え */
  /* 共通ボタン設定 */
  /* ホバーで出現＆位置調整 */
  /* ボタン自身のホバー */
  /* フローボックス別の背景色設定 */
  /*service*/
  /*estate*/
  /*stay*/
  /*life*/
  /*abload_sec*/
  /* CSS */
  /* 1) 固定位置 + 追尾型 */
  /* 2) リストのリセット */
  /* 3) 各アイテム間の余白 */
  /* 4) リンクを縦書きタブに */
  /* 5) アイコン調整（縦書き表示でも正常に見せるため少し回転） */
  /* 6) 背景色を個別指定 */
  /* 緑 */
  /* 青 */
  /* 黄 */
  /* ピンク */
  /* 紫 */
  /* 7) ホバーで少し広げたい場合 */ }
  .page_ourgroup .w06_in {
    padding: 30px 0 90px 0; }
  .page_ourgroup .h1_sec_in {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/page/group/h1_bg.jpg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
  .page_ourgroup .spirit_sec .spirit_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_ourgroup .spirit_sec .spirit_flBox .col_l {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .page_ourgroup .spirit_sec .spirit_flBox .col_l img {
    width: 300px;
    display: block; }
  .page_ourgroup .spirit_sec .spirit_flBox .col_r {
    width: 58%;
    padding-top: 60px; }
  .page_ourgroup .spirit_sec .spirit_flBox .col_r .title img {
    width: 300px;
    display: block;
    margin-bottom: 60px; }
  .page_ourgroup .spirit_sec .spirit_flBox .col_r .text {
    font-size: 18px; }
  .page_ourgroup .card-flbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px; }
  .page_ourgroup .card-flbox__card {
    width: 32.5%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform .3s;
    margin-bottom: 30px; }
  .page_ourgroup .card-flbox__card:hover {
    transform: translateY(-4px); }
  .page_ourgroup .card-flbox__card_last {
    width: 32.5%; }
  .page_ourgroup .card-flbox__image-box {
    position: relative;
    height: 240px; }
  .page_ourgroup .card-flbox__image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .page_ourgroup .card-flbox__omote-text_line01 {
    font-weight: bold;
    text-align: center;
    font-size: 16px; }
  .page_ourgroup .card-flbox__omote-text_line02 {
    text-align: center;
    font-size: 13px;
    padding-bottom: 10px; }
  .page_ourgroup .card-flbox__omote-text_line03 {
    text-align: center;
    font-size: 13px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    display: block;
    margin: auto; }
  .page_ourgroup .card-flbox__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    opacity: 0;
    transition: opacity .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 13px;
    box-sizing: border-box; }
  .page_ourgroup .card-flbox__image-box:hover .card-flbox__overlay {
    opacity: 1; }
  .page_ourgroup .card-flbox__text-box {
    position: relative;
    height: 140px;
    background-color: #fff;
    transition: background-color .3s;
    padding: 20px;
    box-sizing: border-box; }
  .page_ourgroup .card-flbox__card:hover .card-flbox__text-box {
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 12px; }
  .page_ourgroup .card-flbox__omote-text {
    transition: opacity .3s; }
  .page_ourgroup .card-flbox__card:hover .card-flbox__omote-text {
    opacity: 0; }
  .page_ourgroup .card-flbox__btn {
    display: none;
    width: 80%;
    margin: 10px auto 0;
    height: 54px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    line-height: 54px;
    border-radius: 4px;
    text-decoration: none;
    transition: opacity .3s;
    background: url("../images/page/group/icon_link_w.svg") no-repeat 10px center;
    background-size: 20px;
    padding-left: 20px; }
  .page_ourgroup .card-flbox__card:hover .card-flbox__btn {
    display: block;
    position: absolute;
    top: 35px; }
  .page_ourgroup .card-flbox__btn:hover {
    opacity: .5; }
  .page_ourgroup .estate_flBox .card-flbox__btn {
    background-color: #5f80bf; }
  .page_ourgroup .stay_flBox .card-flbox__btn {
    background-color: #d483b4; }
  .page_ourgroup .life_flBox .card-flbox__btn {
    background-color: #f29600; }
  .page_ourgroup .medical_flBox .card-flbox__btn {
    background-color: #6caf58; }
  .page_ourgroup .abload_flBox .card-flbox__btn {
    background-color: #df806e; }
  .page_ourgroup .sub_card a {
    background: url("../images/page/group/icon_link_g.svg") no-repeat right 10px bottom 10px;
    background-size: 15px; }
  .page_ourgroup h2 {
    color: #fff;
    text-align: center;
    paddingn: 0;
    position: relative;
    margin-bottom: 60px;
    font-size: 28px;
    font-weight: 900; }
  .page_ourgroup h2 span {
    display: block;
    width: 570px;
    border-radius: 0 0 10px 10px;
    padding: 10px 20px 20px 20px;
    line-height: 1;
    margin: auto; }
  .page_ourgroup h2 img {
    width: 40px;
    display: inline-block;
    margin-right: 10px; }
  .page_ourgroup #h2_estate {
    border-top: 10px solid #5f80bf; }
  .page_ourgroup #h2_estate span {
    background: #5f80bf; }
  .page_ourgroup #h2_stay {
    border-top: 10px solid #d483b4; }
  .page_ourgroup #h2_stay span {
    background: #d483b4; }
  .page_ourgroup #h2_life {
    border-top: 10px solid #f29600; }
  .page_ourgroup #h2_life span {
    background: #f29600; }
  .page_ourgroup #h2_medical {
    border-top: 10px solid #6caf58; }
  .page_ourgroup #h2_medical span {
    background: #6caf58; }
  .page_ourgroup #h2_medical img {
    width: 25px; }
  .page_ourgroup #h2_abload {
    border-top: 10px solid #df806e; }
  .page_ourgroup #h2_abload span {
    background: #df806e; }
  .page_ourgroup #h2_abload img {
    width: 25px; }
  .page_ourgroup .estate_sec .card-flbox__omote-text_line02 {
    color: #5f80bf; }
  .page_ourgroup .estate_sec .estate_service_box {
    background: #d2eafd;
    border-radius: 10px; }
  .page_ourgroup .estate_sec .estate_service_box_in {
    width: 90%;
    margin: auto;
    padding: 30px 0 30px 0; }
  .page_ourgroup .estate_sec .estate_service_box .line01 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    margin-bottom: 30px; }
  .page_ourgroup .estate_sec .estate_service_box .line02 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #666;
    margin-bottom: 30px; }
  .page_ourgroup .estate_sec .estate_service_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_ourgroup .estate_sec .estate_service_flBox a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    width: 30%;
    text-align: center;
    padding: 20px 1% 20px 1%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); }
  .page_ourgroup .estate_sec .estate_service_flBox a:hover {
    color: #000;
    opacity: 0.8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px); }
  .page_ourgroup .estate_sec .estate_service_flBox .col_line01 {
    font-weight: bold;
    font-size: 20px;
    display: block; }
  .page_ourgroup .estate_sec .estate_service_flBox .col_line02 {
    font-size: 13px;
    display: block; }
  .page_ourgroup .estate_sec .estate_service_flBox .col_line03 {
    font-size: 12px;
    display: block; }
  .page_ourgroup .estate_sec .estate_service_flBox .image {
    width: 90%;
    margin: 20px auto 20px auto;
    display: block;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .page_ourgroup .stay_sec .card-flbox__omote-text_line02 {
    color: #d483b4; }
  .page_ourgroup .stay_sec .stay_service_box {
    background: #f5ccdd;
    border-radius: 10px; }
  .page_ourgroup .stay_sec .stay_service_box_in {
    width: 90%;
    margin: auto;
    padding: 30px 0 30px 0; }
  .page_ourgroup .stay_sec .stay_service_box .line01 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    margin-bottom: 30px; }
  .page_ourgroup .stay_sec .stay_service_box .line02 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #666;
    margin-bottom: 30px; }
  .page_ourgroup .stay_sec .stay_service_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_ourgroup .stay_sec .stay_service_flBox a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    width: 22%;
    text-align: center;
    padding: 20px 1% 20px 1%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; }
  .page_ourgroup .stay_sec .stay_service_flBox a:hover {
    color: #000;
    opacity: 0.8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px); }
  .page_ourgroup .stay_sec .stay_service_flBox .col_line01 {
    font-weight: bold;
    font-size: 14px;
    display: block;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: none; }
  .page_ourgroup .stay_sec .stay_service_flBox .col_line02 {
    font-size: 13px;
    display: block;
    color: #d483b4; }
  .page_ourgroup .stay_sec .stay_service_flBox .image {
    width: 90%;
    margin: 10px auto 14px auto;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .page_ourgroup .stay_sec .stay_service_flBox .image img {
    max-height: 100px; }
  .page_ourgroup .stay_sec .stay_service_flBox .logo03 img {
    height: 50px; }
  .page_ourgroup .life_sec .card-flbox__omote-text_line02 {
    color: #f29600; }
  .page_ourgroup .life_sec .life_service_box {
    background: #ffeac7;
    border-radius: 10px; }
  .page_ourgroup .life_sec .life_service_box_in {
    width: 90%;
    margin: auto;
    padding: 30px 0 30px 0;
    position: relative; }
  .page_ourgroup .life_sec .life_service_box .line01 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 900; }
  .page_ourgroup .life_sec .life_service_box .line02 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #666;
    margin-bottom: 30px; }
  .page_ourgroup .life_sec .life_service_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_ourgroup .life_sec .life_service_flBox a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    width: 30%;
    text-align: center;
    padding: 20px 1% 40px 1%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    position: relative; }
  .page_ourgroup .life_sec .life_service_flBox a:hover {
    color: #000;
    opacity: 0.8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px); }
  .page_ourgroup .life_sec .life_service_flBox .col_line00 {
    font-size: 12px;
    display: block;
    text-align: center; }
  .page_ourgroup .life_sec .life_service_flBox .col_line01 {
    font-weight: bold;
    font-size: 20px;
    display: block; }
  .page_ourgroup .life_sec .life_service_flBox .col_line02 {
    font-size: 13px;
    display: block; }
  .page_ourgroup .life_sec .life_service_flBox .col_line03 {
    font-size: 12px;
    display: block;
    text-align: left;
    width: 90%;
    margin: auto; }
  .page_ourgroup .life_sec .life_service_flBox .col_line04 {
    font-size: 12px;
    display: block;
    margin: auto;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 80%;
    text-align: left; }
  .page_ourgroup .life_sec .life_service_flBox .image {
    width: 90%;
    margin: 20px auto 20px auto;
    display: block; }
  .page_ourgroup .life_sec li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
    position: relative;
    padding-left: 10px; }
  .page_ourgroup .life_sec li:before {
    content: "・";
    position: absolute;
    left: 0; }
  .page_ourgroup .life_sec ul {
    list-style: none;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0; }
  .page_ourgroup .abload_sec .card-flbox__omote-text_line02 {
    color: #df806e; }
  .page_ourgroup .abload_sec .idn_col {
    width: 48%; }
  .page_ourgroup .abload_sec .card-flbox__card {
    width: 100%; }
  .page_ourgroup .abload_sec .card-flbox__image-box {
    position: relative;
    height: 300px; }
  .page_ourgroup .abload_sec .card-flbox__image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .page_ourgroup .abload_sec .card-flbox__omote-text_line01 {
    font-weight: bold;
    text-align: center;
    font-size: 16px; }
  .page_ourgroup .abload_sec .card-flbox__omote-text_line02 {
    text-align: center;
    font-size: 13px; }
  .page_ourgroup .abload_sec .abload_country {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1; }
  .page_ourgroup .abload_sec .abload_country img {
    width: 60px;
    box-shadow: 0 0 15px 0 #ccc;
    display: inline-block;
    margin-right: 20px; }
  .page_ourgroup .abload_sec .idn_card {
    width: 48%; }
  .page_ourgroup .abload_sec .idn_card a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform .3s;
    margin-bottom: 30px;
    height: 205px;
    border-radius: 10px; }
  .page_ourgroup .abload_sec .idn_card a:hover {
    transform: translateY(-4px); }
  .page_ourgroup .abload_sec .idn_card a img {
    width: 300px;
    display: block;
    margin: auto; }
  .page_ourgroup .abload_sec .idn_card a .line01 {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 14px; }
  .page_ourgroup .c-sideNav {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1000; }
  .page_ourgroup .c-sideNav__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .page_ourgroup .c-sideNav__item + .c-sideNav__item {
    margin-top: 12px; }
  .page_ourgroup .c-sideNav__link {
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 8px 12px;
    border-radius: 0 8px 8px 0;
    text-decoration: none;
    color: #fff;
    font-weight: bold; }
  .page_ourgroup .c-sideNav__icon {
    width: 20px;
    margin-bottom: 4px;
    /* 縦書きなので下に余白 */ }
  .page_ourgroup .c-sideNav__item--estate .c-sideNav__link {
    background: #5f80bf; }
  .page_ourgroup .c-sideNav__item--stay .c-sideNav__link {
    background: #d483b4; }
  .page_ourgroup .c-sideNav__item--life .c-sideNav__link {
    background: #f29600; }
  .page_ourgroup .c-sideNav__item--medical .c-sideNav__link {
    background: #6caf58; }
  .page_ourgroup .c-sideNav__item--abroad .c-sideNav__link {
    background: #df806e; }
  .page_ourgroup .c-sideNav__link:hover {
    padding: 12px 16px;
    transition: padding 0.2s; }

/******************************
ourgroupモバイル

*******/
@media only screen and (max-width: 800px) {
  .page_ourgroup {
    /*スピリット*/
    /*h2*/
    /*---------------------------------------------
    モバイルカード設定
    --------------------------------------------------*/
    /* 各カード */
    /* 画像領域 */
    /* オーバーレイ（裏面画像） */
    /* テキスト領域 */
    /* 表示／非表示切り替え */
    /* 共通ボタン設定 */
    /* ホバーで出現＆位置調整 */
    /* ボタン自身のホバー */
    /*estate*/
    /*stay*/
    /*life*/
    /*abload_sec*/
    /* CSS */
    /* 1) 固定位置 + 追尾型 */
    /* 2) リストのリセット */
    /* 3) 各アイテム間の余白 */
    /* 4) リンクを縦書きタブに */
    /* 5) アイコン調整（縦書き表示でも正常に見せるため少し回転） */
    /* 6) 背景色を個別指定 */
    /* 緑 */
    /* 青 */
    /* 黄 */
    /* ピンク */
    /* 紫 */
    /* 7) ホバーで少し広げたい場合 */ }
    .page_ourgroup .spirit_sec .spirit_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .page_ourgroup .spirit_sec .spirit_flBox .col_l {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      order: 2; }
    .page_ourgroup .spirit_sec .spirit_flBox .col_l img {
      width: 40%;
      display: block; }
    .page_ourgroup .spirit_sec .spirit_flBox .col_r {
      width: 100%;
      padding-top: 60px;
      order: 1; }
    .page_ourgroup .spirit_sec .spirit_flBox .col_r .title img {
      width: 60%;
      display: block;
      margin: 0 auto 30px auto; }
    .page_ourgroup .spirit_sec .spirit_flBox .col_r .text {
      font-size: 14px; }
    .page_ourgroup h2 {
      color: #fff;
      text-align: center;
      paddingn: 0;
      position: relative;
      margin-bottom: 60px;
      font-size: 18px;
      font-weight: 900; }
    .page_ourgroup h2 span {
      display: block;
      width: 80%;
      border-radius: 0 0 10px 10px;
      padding: 10px 20px 20px 20px;
      line-height: 1;
      margin: auto; }
    .page_ourgroup h2 img {
      width: 20px;
      display: inline-block;
      margin: 0 0 0 -15px;
      margin-bottom: -3px; }
    .page_ourgroup #h2_estate {
      border-top: 10px solid #5f80bf; }
    .page_ourgroup #h2_estate span {
      background: #5f80bf; }
    .page_ourgroup #h2_stay {
      border-top: 10px solid #d483b4; }
    .page_ourgroup #h2_stay span {
      background: #d483b4; }
    .page_ourgroup #h2_life {
      border-top: 10px solid #f29600; }
    .page_ourgroup #h2_life span {
      background: #f29600; }
    .page_ourgroup #h2_medical {
      border-top: 10px solid #6caf58; }
    .page_ourgroup #h2_medical span {
      background: #6caf58; }
    .page_ourgroup #h2_medical img {
      width: 25px; }
    .page_ourgroup #h2_abload {
      border-top: 10px solid #df806e; }
    .page_ourgroup #h2_abload span {
      background: #df806e; }
    .page_ourgroup #h2_abload img {
      width: 25px; }
    .page_ourgroup .card-flbox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 30px; }
    .page_ourgroup .card-flbox__card {
      width: 49%;
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform .3s;
      margin-bottom: 30px; }
    .page_ourgroup .card-flbox__card:hover {
      transform: translateY(-4px); }
    .page_ourgroup .card-flbox__card_last {
      width: 49%; }
    .page_ourgroup .card-flbox__image-box {
      position: relative;
      height: auto; }
    .page_ourgroup .card-flbox__image-box img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      display: block; }
    .page_ourgroup .card-flbox__omote-text_line01 {
      font-weight: bold;
      text-align: center;
      font-size: 11px; }
    .page_ourgroup .card-flbox__omote-text_line02 {
      font-size: 10px;
      padding-bottom: 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    .page_ourgroup .card-flbox__omote-text_line03 {
      text-align: center;
      font-size: 2px;
      position: absolute;
      bottom: 5px;
      left: 0;
      right: 0;
      display: block;
      margin: auto; }
    .page_ourgroup .card-flbox__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      color: #fff;
      opacity: 0;
      transition: opacity .3s;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
      font-size: 11px;
      box-sizing: border-box;
      line-height: 1.4; }
    .page_ourgroup .card-flbox__image-box:hover .card-flbox__overlay {
      opacity: 1; }
    .page_ourgroup .card-flbox__text-box {
      position: relative;
      height: auto;
      background-color: #fff;
      transition: background-color .3s;
      padding: 0 10px 0 10px;
      box-sizing: border-box; }
    .page_ourgroup .card-flbox__card:hover .card-flbox__text-box {
      background-color: rgba(0, 0, 0, 0.75);
      font-size: 12px;
      height: 50px; }
    .page_ourgroup .card-flbox__omote-text {
      transition: opacity .3s; }
    .page_ourgroup .card-flbox__card:hover .card-flbox__omote-text {
      opacity: 0; }
    .page_ourgroup .card-flbox__card:hover .card-flbox__image-box img {
      height: 210px; }
    .page_ourgroup .card-flbox__btn {
      display: none;
      width: 80%;
      margin: 0 auto 0 auto;
      height: 30px;
      font-weight: bold;
      letter-spacing: 1px;
      color: #fff;
      text-align: center;
      line-height: 30px;
      border-radius: 4px;
      text-decoration: none;
      transition: opacity .3s;
      background: url("../images/page/group/icon_link_w.svg") no-repeat 10px center;
      background-size: 10px;
      padding: 0; }
    .page_ourgroup .card-flbox__card:hover .card-flbox__btn {
      display: block;
      position: absolute;
      top: 10px;
      left: 0;
      right: 0; }
    .page_ourgroup .card-flbox__btn:hover {
      opacity: .5; }
    .page_ourgroup .card-flbox__card:hover .card-flbox__omote-text_line01 {
      display: none; }
    .page_ourgroup .card-flbox__card:hover .card-flbox__omote-text_line02 {
      display: none; }
    .page_ourgroup .card-flbox__text-box {
      height: auto; }
    .page_ourgroup .estate_sec .card-flbox__omote-text_line02 {
      color: #5f80bf; }
    .page_ourgroup .estate_sec .estate_service_box {
      background: #d2eafd;
      border-radius: 10px; }
    .page_ourgroup .estate_sec .estate_service_box_in {
      width: 90%;
      margin: auto;
      padding: 30px 0 30px 0; }
    .page_ourgroup .estate_sec .estate_service_box .line01 {
      font-size: 24px;
      color: #fff;
      text-align: center;
      font-weight: 900;
      margin-bottom: 30px; }
    .page_ourgroup .estate_sec .estate_service_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .page_ourgroup .estate_sec .estate_service_flBox a {
      display: block;
      background-color: #fff;
      border-radius: 10px;
      width: 46%;
      text-align: center;
      padding: 20px 1% 30px 1%;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px; }
    .page_ourgroup .estate_sec .estate_service_flBox a:hover {
      color: #000;
      opacity: 0.8;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      transform: translateY(-4px); }
    .page_ourgroup .estate_sec .estate_service_flBox .col_line01 {
      font-weight: bold;
      font-size: 16px;
      display: block; }
    .page_ourgroup .estate_sec .estate_service_flBox .col_line02 {
      font-size: 11px;
      display: block; }
    .page_ourgroup .estate_sec .estate_service_flBox .col_line03 {
      font-size: 10px;
      display: block;
      line-height: 1.3; }
    .page_ourgroup .estate_sec .estate_service_flBox .image {
      width: 90%;
      margin: 5px auto 5px auto;
      display: block;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    .page_ourgroup .stay_sec .card-flbox__omote-text_line02 {
      color: #d483b4; }
    .page_ourgroup .stay_sec .stay_service_box {
      background: #f5ccdd;
      border-radius: 10px; }
    .page_ourgroup .stay_sec .stay_service_box_in {
      width: 90%;
      margin: auto;
      padding: 30px 0 30px 0; }
    .page_ourgroup .stay_sec .stay_service_box .line01 {
      font-size: 24px;
      color: #fff;
      text-align: center;
      font-weight: 900;
      margin-bottom: 30px; }
    .page_ourgroup .stay_sec .stay_service_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .page_ourgroup .stay_sec .stay_service_flBox a {
      display: block;
      background-color: #fff;
      border-radius: 10px;
      width: 46%;
      text-align: center;
      padding: 20px 1% 20px 1%;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px; }
    .page_ourgroup .stay_sec .stay_service_flBox a:hover {
      color: #000;
      opacity: 0.8;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      transform: translateY(-4px); }
    .page_ourgroup .stay_sec .stay_service_flBox .col_line01 {
      font-weight: bold;
      font-size: 11px;
      display: block;
      height: 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      text-align: none; }
    .page_ourgroup .stay_sec .stay_service_flBox .col_line02 {
      font-size: 11px;
      display: block;
      color: #d483b4; }
    .page_ourgroup .stay_sec .stay_service_flBox .image {
      width: 90%;
      margin: 10px auto 14px auto;
      height: 100px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    .page_ourgroup .stay_sec .stay_service_flBox .image img {
      max-height: 100px; }
    .page_ourgroup .stay_sec .stay_service_flBox .smt img {
      height: 60px !important; }
    .page_ourgroup .stay_sec .stay_service_flBox .logo03 img {
      height: 50px; }
    .page_ourgroup .life_sec .card-flbox__omote-text_line02 {
      color: #f29600; }
    .page_ourgroup .life_sec .life_service_box {
      background: #ffeac7;
      border-radius: 10px; }
    .page_ourgroup .life_sec .life_service_box_in {
      width: 90%;
      margin: auto;
      padding: 30px 0 30px 0;
      position: relative; }
    .page_ourgroup .life_sec .life_service_box .line01 {
      font-size: 24px;
      color: #fff;
      text-align: center;
      font-weight: 900; }
    .page_ourgroup .life_sec .life_service_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .page_ourgroup .life_sec .life_service_flBox a {
      display: block;
      background-color: #fff;
      border-radius: 10px;
      width: 46%;
      text-align: center;
      padding: 20px 1% 40px 1%;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      position: relative;
      margin-bottom: 10px; }
    .page_ourgroup .life_sec .life_service_flBox a:hover {
      color: #000;
      opacity: 0.8;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      transform: translateY(-4px); }
    .page_ourgroup .life_sec .life_service_flBox .col_line00 {
      font-size: 10px;
      display: block;
      text-align: center; }
    .page_ourgroup .life_sec .life_service_flBox .col_line01 {
      font-weight: bold;
      font-size: 14px;
      display: block;
      height: 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      text-align: left;
      line-height: 1.3; }
    .page_ourgroup .life_sec .life_service_flBox .col_line02 {
      font-size: 10px;
      display: block; }
    .page_ourgroup .life_sec .life_service_flBox .col_line03 {
      font-size: 10px;
      display: block;
      text-align: left;
      width: 100%;
      margin: auto; }
    .page_ourgroup .life_sec .life_service_flBox .col_line04 {
      font-size: 10px;
      display: block;
      margin: auto;
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      width: 90%;
      text-align: left; }
    .page_ourgroup .life_sec .life_service_flBox .image {
      width: 90%;
      margin: 20px auto 20px auto;
      display: block; }
    .page_ourgroup .life_sec ul {
      padding: 0 !important;
      margin: 0 0 10px 0; }
    .page_ourgroup .life_sec li {
      list-style: none;
      text-align: left;
      margin: 0;
      font-size: 10px;
      position: relative;
      padding-left: 10px; }
    .page_ourgroup .life_sec li:before {
      content: "・";
      position: absolute;
      left: 0; }
    .page_ourgroup .life_sec ul {
      list-style: none;
      text-align: left;
      padding: 0 0 0 20px;
      margin: 0 0 20px 0; }
    .page_ourgroup .abload_sec .card-flbox__omote-text_line02 {
      color: #df806e; }
    .page_ourgroup .abload_sec .idn_col {
      width: 100%; }
    .page_ourgroup .abload_sec .card-flbox__card {
      width: 100%; }
    .page_ourgroup .abload_sec .card-flbox__image-box {
      position: relative;
      height: 250px; }
    .page_ourgroup .abload_sec .card-flbox__image-box img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block; }
    .page_ourgroup .abload_sec .card-flbox__omote-text_line01 {
      font-weight: bold;
      text-align: center;
      font-size: 16px; }
    .page_ourgroup .abload_sec .card-flbox__omote-text_line02 {
      text-align: center;
      font-size: 13px; }
    .page_ourgroup .abload_sec .card-flbox__card:hover .card-flbox__image-box {
      height: 250px; }
    .page_ourgroup .abload_sec .card-flbox__overlay {
      height: 250px;
      padding: 20px;
      background: #000; }
    .page_ourgroup .abload_sec .abload_country {
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 30px;
      line-height: 1; }
    .page_ourgroup .abload_sec .abload_country img {
      width: 30px;
      box-shadow: 0 0 5px 0 #ccc;
      display: inline-block;
      margin-right: 20px; }
    .page_ourgroup .abload_sec .idn_card {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .page_ourgroup .abload_sec .idn_card a {
      width: 48%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-bottom: 60px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform .3s;
      margin-bottom: 30px;
      height: 150px;
      border-radius: 10px; }
    .page_ourgroup .abload_sec .idn_card a:hover {
      transform: translateY(-4px); }
    .page_ourgroup .abload_sec .idn_card a img {
      width: 80%;
      display: block;
      margin: auto; }
    .page_ourgroup .abload_sec .idn_card a .line01 {
      font-weight: bold;
      text-align: center;
      font-size: 12px;
      line-height: 1.3;
      width: 90%;
      margin: 0 auto 10px auto; }
    .page_ourgroup .c-sideNav {
      position: fixed;
      bottom: 0;
      top: auto;
      left: 0;
      transform: none;
      z-index: 8; }
    .page_ourgroup .c-sideNav__list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    .page_ourgroup .c-sideNav__list li {
      display: block;
      width: 20%;
      font-size: 9px; }
    .page_ourgroup .c-sideNav__item + .c-sideNav__item {
      margin-top: 0; }
    .page_ourgroup .c-sideNav__link {
      height: 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      writing-mode: horizontal-tb;
      text-orientation: mixed;
      padding: 5px 0 5px 0;
      border-radius: 0;
      text-decoration: none;
      color: #fff;
      font-weight: bold; }
    .page_ourgroup .c-sideNav__icon {
      width: 15px;
      margin-bottom: 0;
      /* 縦書きなので下に余白 */ }
    .page_ourgroup .c-sideNav__text {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 10px;
      line-height: 1.3;
      height: 20px; }
    .page_ourgroup .c-sideNav__item--estate .c-sideNav__link {
      background: #5f80bf; }
    .page_ourgroup .c-sideNav__item--stay .c-sideNav__link {
      background: #d483b4; }
    .page_ourgroup .c-sideNav__item--life .c-sideNav__link {
      background: #f29600; }
    .page_ourgroup .c-sideNav__item--medical .c-sideNav__link {
      background: #6caf58; }
    .page_ourgroup .c-sideNav__item--abroad .c-sideNav__link {
      background: #df806e; }
    .page_ourgroup .c-sideNav__link:hover {
      padding: 0; }

  /*ourgroup*/ }
/*800px*/
/*------------------------------------------------------------
archive_innovation
-------------------------------------------------------------*/
.archive_innovation .h1_sec_in {
  background: url("../images/page/innovation/h1_bg.jpg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat; }

@media only screen and (max-width: 800px) {
  .archive_innovation .h1_sec_in {
    background: url("../images/page/innovation/h1_bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; } }
/*------------------------------------------------------------
archive_news
-------------------------------------------------------------*/
.archive_news .h1_sec_in {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/page/news/h1_bg.jpg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat; }
.archive_news .news_line {
  padding: 20px 0 20px 0; }
.archive_news .news_h1 {
  height: 74px;
  position: absolute;
  left: 90px;
  bottom: 80px;
  z-index: 2; }

/*------------------------------------------------------------
アーカイブ
-------------------------------------------------------------*/
.archive_sec .subhead {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px; }

.archive_flBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.blog_card {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }

@media screen and (max-width: 1024px) {
  .blog_card {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px); } }
.blog_card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 0.8; }

.blog_card .eyecatch {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden; }

.blog_card .eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out; }

.day {
  margin-bottom: 0;
  padding: 0 5px;
  color: #999; }

.title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 90%;
  padding: 0 3px;
  line-height: 1.5; }

.cat a {
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
  color: #666; }

.cat a:hover {
  color: #F00; }

.text {
  padding-bottom: 10px; }

.textArea {
  width: 97%;
  margin: 0 auto;
  padding: 0 0 10px 0; }

/* 800px以下の調整：2列に変更 */
@media only screen and (max-width: 800px) {
  .archive_flBox {
    justify-content: space-between; }

  .blog_card {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px); }

  .blog_card .eyecatch {
    height: 120px; }

  .title {
    font-size: 13px;
    margin-bottom: 10px; }

  .cat a {
    font-size: 10px; }

  .text {
    font-size: 12px;
    line-height: 1.3; } }
/*------------------------------------------------------------
.single_blog
-------------------------------------------------------------*/
.single_blog .single_sec {
  padding: 0 0 90px 0; }
.single_blog .eyecatch img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px; }
.single_blog .single_tags {
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px; }
.single_blog h1 {
  font-weight: bold;
  font-size: 24px; }

@media only screen and (max-width: 800px) {
  .single_blog .single_sec {
    padding: 0 0 90px 0; }
  .single_blog .eyecatch img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px; }
  .single_blog .single_tags {
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px; }
  .single_blog h1 {
    font-weight: bold;
    font-size: 24px; } }
/*------------------------------------------------------------
page_policy
-------------------------------------------------------------*/
.page_policy .h1_sec_in {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/page/policy/h1_bg.jpg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
.page_policy .singleContents_sec {
  padding: 60px 0 60px 0; }
.page_policy h2 {
  font-weight: bold;
  border-bottom: 1px solid #333;
  color: #333;
  margin: 60px 0 30px 0; }
.page_policy h2:nth-last-child(1) {
  margin-top: 0; }
.page_policy .link {
  color: #2B22FF;
  text-decoration: underline; }

/*------------------------------------------------------------
page_sitemap
-------------------------------------------------------------*/
.page_sitemap .h1_sec_in {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/page/sitemap/h1_bg.jpg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
.page_sitemap .singleContents_sec {
  padding: 60px 0 60px 0; }
.page_sitemap h2 {
  font-weight: bold;
  border-bottom: 1px solid #333;
  color: #333;
  margin: 60px 0 30px 0; }
.page_sitemap h2:nth-last-child(1) {
  margin-top: 0; }
.page_sitemap .link {
  color: #2B22FF;
  text-decoration: underline; }
.page_sitemap .tag_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 6%; }
.page_sitemap .tag_flBox .col_l {
  width: 18%;
  font-weight: bold; }
.page_sitemap .tag_flBox .col_l h3 {
  position: relative;
  font-weight: bold;
  padding-left: 15px;
  font-size: 14px; }
.page_sitemap .tag_flBox .col_l h3:before {
  content: "#";
  display: block;
  position: absolute;
  left: 0;
  top: 0; }
.page_sitemap .tag_flBox .col_r {
  width: 80%; }
.page_sitemap .sitemap {
  margin: 2em auto;
  width: auto;
  font-family: 'Noto Sans JP',sans-serif;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 2em; }
.page_sitemap .sitemap_in {
  width: 80%;
  margin: auto; }
.page_sitemap .sitemap ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2em; }
.page_sitemap .sitemap > ul > li {
  margin-bottom: 1em; }
.page_sitemap .sitemap a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: 0.2em 0;
  transition: color 0.3s; }
.page_sitemap .sitemap a:hover {
  color: #0077cc; }
.page_sitemap .sitemap ul ul {
  margin-top: 0.5em;
  padding-left: 1.5em;
  border-left: 2px solid #e0e0e0; }
.page_sitemap .sitemap ul ul li {
  margin-bottom: 0.3em; }
.page_sitemap .sitemap i {
  margin-right: 5px; }

@media only screen and (max-width: 800px) {
  .page_sitemap .h1_sec_in {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/page/sitemap/h1_bg.jpg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
  .page_sitemap .singleContents_sec {
    padding: 20px 0 60px 0; }
  .page_sitemap h2 {
    font-weight: bold;
    border-bottom: 1px solid #333;
    color: #333;
    margin: 60px 0 30px 0; }
  .page_sitemap h2:nth-last-child(1) {
    margin-top: 0; }
  .page_sitemap .link {
    color: #2B22FF;
    text-decoration: underline; }
  .page_sitemap .tag_flBox {
    display: block;
    padding-left: 0; }
  .page_sitemap .tag_flBox .col_l {
    width: 100%;
    font-weight: bold; }
  .page_sitemap .tag_flBox .col_l h3 {
    position: relative;
    font-weight: bold;
    padding-left: 15px;
    font-size: 14px; }
  .page_sitemap .tag_flBox .col_l h3:before {
    content: "#";
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
  .page_sitemap .tag_flBox .col_r {
    width: 100%; }
  .page_sitemap .sitemap {
    margin: 2em auto;
    width: auto;
    font-family: 'Noto Sans JP',sans-serif;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 2em; }
  .page_sitemap .sitemap_in {
    width: 90%;
    margin: auto; }
  .page_sitemap .sitemap ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2em; }
  .page_sitemap .sitemap > ul > li {
    margin-bottom: 1em; }
  .page_sitemap .sitemap a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding: 0.2em 0;
    transition: color 0.3s; }
  .page_sitemap .sitemap a:hover {
    color: #0077cc; }
  .page_sitemap .sitemap ul ul {
    margin-top: 0.5em;
    padding-left: 1.5em;
    border-left: 2px solid #e0e0e0; }
  .page_sitemap .sitemap ul ul li {
    margin-bottom: 0.3em; }
  .page_sitemap .sitemap i {
    margin-right: 5px; } }
/*------------------------------------------------------------
pager
-------------------------------------------------------------*/
.pager {
  padding: 30px 0 0 0;
  text-align: center; }
  .pager .current {
    background: #000;
    color: #fff;
    font-weight: bold; }
  .pager .page-numbers {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0; }
  .pager a {
    margin: 0; }
  .pager a:hover {
    background: #999;
    opacity: 0.8;
    color: #000; }

@media only screen and (max-width: 800px) {
  .pager {
    padding: 30px 0 0 0; }
    .pager .page-numbers {
      display: inline-flex;
      width: 50px;
      height: 50px;
      align-items: center;
      justify-content: center;
      margin: 0; }
    .pager a {
      margin: 0; } }
