@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");
@import url("https://use.typekit.net/vxt0gvy.css");
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Mochiy+Pop+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Yellowtail&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/* .noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap");

/* .kaisei-opti-regular {
  font-family: "Kaisei Opti", serif;
  font-weight: 400;
  font-style: normal;
} */

/*
Theme Name: tokyoMap
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.wp-block-image figure,
.wp-block-image figcaption {
  display: block;
}

a.nolink,
a.nolink:hover {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
figure,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a,
a:link {
  color: #212836;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

a:visited {
  color: #212836;
}

a:hover {
  color: #212836;
}

a:active {
  color: #212836;
}

section {
  padding: 30px 0px;

  @media (max-width: 650px) {
    padding: 20px 10px;
  }
}

h2 {
  font-size: clamp(2.4rem, 2.4vw, 3.4rem);
  font-weight: bold;
}

.heading01 {
  color: var(--color-sub-theme);
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 5.5rem;

  @media (max-width: 1280px) {
    font-size: 5rem;
  }

  @media (width < 640px) {
    font-size: 4.8rem;
  }
}

.jp {
  padding: 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;

  @media (max-width: 1280px) {
    font-size: 14px;
  }
}

h3 {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
}

.underP_headding {
  text-align: center;
  position: relative;
  margin-top: 120px;

  @media (max-width: 896px) {
    margin-top: 88px;
  }

  @media (max-width: 896px) {
    &:nth-of-type(1) {
      margin-top: 40px;
    }
  }

  &::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, #457141, #35549a);
  }

  @media (max-width: 896px) {
    &::before {
      margin-top: -24px;
      width: 48px;
      top: -8px;
      height: 2px;
    }
  }

  p {
    white-space: pre-wrap;
    line-height: 2.5 !important;

    @media (width < 640px) {
      font-size: 13px;
    }
  }

  & h3 {
    font-size: 24px;

    @media (max-width: 896px) {
      font-size: 20px;
    }
  }
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
/* .clearfix:after {content: "";display: block;clear: both;} */
/* flex */
.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #212836;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: var(--bk-color);
}

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

/* #container {
	padding-top: 83px;
	overflow: hidden;
	text-align: left;
} */
.special #container {
  padding: 0;
}

#main {
  display: block;
  margin-top: 140px;
  background-color: var(--bk-color);
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

:root {
  --main-color: #2f552b;
  --sub-color: #2b3f6d;
  --sub-color2: #2b9abb;
  --bk-color: #fff;
  --accent-color: #ccc;
  --font-min: "Noto Sans JP", sans-serif;
  --font-color: #333;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}

@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }

  a:hover,
  a:hover img {
    opacity: 1 !important;
  }

  .pc {
    display: none !important;
  }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }

  #main {
    /* margin-bottom: 50px; */
    margin-left: 0;
    margin-top: 80px;
  }
}

.br790 {
  display: none;

  @media (max-width: 790px) {
    display: block;
  }
}

/*------------------------------------------------------------
	サイドバー　ウィジェット
------------------------------------------------------------*/

.widgetFlex {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: stretch;
}

.widgetInner {
  width: 80%;
  flex: 1;
}

/* SNSシェアデザイン*/
.addtoany_content {
  margin: 16px !important;
}

/* widgetのお気に入り記事デザイン*/
.simplefavorite-button.preset {
  margin-bottom: 20px;
}

.favorites-list {
  background-color: #fff9fc;
}

/* お気に入りページデザイン */
.favorite-page {
  .favorite-topkv {
    position: relative;
    margin-bottom: 80px;

    .favorite-topimg {
      max-height: 300px;
      width: 100%;
      object-fit: cover;
    }

    h3 {
      position: absolute;
      background-color: #fff;
      bottom: 0;
      left: 0;
      text-align: center;
      padding: 20px 40px;
    }
  }

  .favorites-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    background-color: unset;

    li {
      width: calc(100% / 4 - 24px);
      background-color: #eee;
      min-width: 280px;
      border-radius: 14px;
      overflow: hidden;
      position: relative;
      padding: 0;
      transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

      .wp-post-image {
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
        margin: 0;
      }

      a {
        margin: 20px 5px;
        display: inline-block;
      }

      &:hover {
        box-shadow: 0 5px 10px rgba(87, 87, 87, 0.199);

        img {
          transform: scale(1.08);
        }
      }
    }

    h2,
    .favorite-title {
      font-size: 15px;
      line-height: 1.4;
      padding: 12px 14px 42px;
    }

    .simplefavorite-button,
    .favorite-button {
      margin: 0 0px 10px 5px;
      border-radius: 10px;
    }

    @media (max-width: 768px) {
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;

      h2 {
        font-size: 14px;
      }
    }
  }

  .favorite-none {
    max-width: 500px;
    margin: 0 auto;

    .favorite-imgBox {
      margin-bottom: 30px;
      margin-left: 40px;

      img {}
    }

    .none-textbox {
      text-align: center;

      p {
        font-size: 26px;
        margin-bottom: 10px;
      }

      a {
        background-color: var(--accent-color);
        padding: 10px 40px;
        color: #fff;
        font-size: 26px;
        display: inline-block;
        width: fit-content;
        font-weight: 800;
        border-radius: 10px;

        &:hover {
          transform: scale(1.1);
        }
      }
    }

    @media (max-width: 768px) {
      .favorite-imgBox {
        width: 70%;
        margin: 0 auto;
      }

      .none-textbox {
        text-align: center;

        p {
          font-size: 18px;
        }

        a {
          font-size: 20px;
        }
      }
    }
  }
}

@media (max-width: 1200px) {
  .widgetInner {
    width: 100%;
  }

  .widgetFlex {
    flex-direction: column;
  }

  .sidebar-area {
    width: 100%;
    max-width: unset;
    height: 100%;
    padding: 40px 20px;
  }
}

/*------------------------------------------------------------
	　検索ページ
------------------------------------------------------------*/
.search-wrapper {
  min-height: 50vh;

  & .search-title {
    font-size: 24px;
    border-bottom: 2px solid var(--sub-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  & .search-count {
    margin-bottom: 20px;
  }

  & .blogUl {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto;

    & li {
      width: calc(100% / 3 - 30px);
      min-width: 300px;
      background-color: #eee;
      padding: 10px;
      box-sizing: border-box;

      & a {
        & figure {
          overflow: hidden;

          & img {
            transition: all 0.3s ease-in-out;
            aspect-ratio: 2 / 1;
            object-fit: cover;
          }

          & .blog_txt {
            & .blog_date {
              font-size: 12px !important;
            }

            & .title-wrap {
              & .new_recent {
                color: red;
              }
            }
          }
        }
      }
    }

    & li:hover a figure img {
      transform: scale(1.1);
    }
  }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  z-index: 1000;
  box-sizing: border-box;
  background-color: #fff;

  .headerFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
  }

  h1 {
    a {
      display: block;
      margin-top: 16px;

      img {
        width: 340px;
        object-fit: contain;
      }
    }
  }

  nav {
    margin-right: 2%;

    .naviPc {
      display: flex;
      gap: 20px;

      .nav_item {
        a {
          color: #333;
          letter-spacing: 2px;
        }

        &:hover {
          opacity: 0.7;
        }
      }

      .contact {
        a {
          color: #ffffff;
          background-color: #247d1f;
          border-radius: 50px;
          padding: 3px 15px;
        }
      }
    }
  }

  .menu-btn {
    width: 77px;
    height: 77px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 39px;
    position: relative;
    background-color: var(--sub-color);
    border: 2px solid var(--sub-color);
    box-sizing: border-box;

    span {
      transition: all 0.4s;
      box-sizing: border-box;
      position: absolute;
      left: calc(50% - 14px);
      width: 28px;
      height: 3px;
      border-radius: 2px;
      background-color: #fff;

      &:nth-of-type(1) {
        top: 24px;
      }

      &:nth-of-type(2) {
        top: 35px;
      }

      &:nth-of-type(3) {
        top: 46px;
      }
    }

    &.on {
      span {
        top: 35px !important;
        opacity: 0;
      }

      span:nth-of-type(1) {
        transform: rotate(45deg);
        opacity: 1;
      }

      span:nth-of-type(3) {
        transform: rotate(-45deg);
        opacity: 1;
      }
    }
  }

  &.on {
    height: 90px;
    background: #fff;

    h1 {
      padding: 19px 0 0 50px;

      img {
        width: 228px;
      }
    }

    .menu-btn {
      width: 52px;
      height: 52px;

      span {
        width: 25px;
        left: calc(50% - 13px);

        &:nth-of-type(1) {
          top: 13px;
        }

        &:nth-of-type(2) {
          top: 22px;
        }

        &:nth-of-type(3) {
          top: 31px;
        }
      }

      &.on span {
        top: 23px !important;
      }
    }
  }
}

/* --- menuBox --- */
.menuBox {
  display: none;
  position: fixed;
  background: #282828a8;
  backdrop-filter: blur(10px);
  z-index: 1000;
  overflow-y: auto;
  box-sizing: border-box;
  right: 0;
  top: 80px;
  width: 100%;
  height: calc(100% - 60px);

  .naviUl {
    padding: 0 27px 50px;

    li {
      a {
        padding: 20px 30px 19px 0;
        position: relative;
        font-size: 1.6rem;
        display: block;
        font-weight: 500;
        color: #fff;
        letter-spacing: 0.06em;
        border-bottom: 1px solid #fff;

        &::before {
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -5px;
          width: 21px;
          height: 11px;
          background: url("img/common/icon05.png") no-repeat left top;
          background-size: 21px 11px;
          content: "";
          transition: 0.3s;
        }
      }

      &.blank a::before {
        margin-top: -8px;
        width: 17px;
        height: 17px;
        background: url("img/common/icon13.png") no-repeat left top;
        background-size: 17px 17px;
      }
    }

    & .service_Link {
      padding-left: 1em;
    }
  }
}

/*============================================================
  ヘッダーsp
============================================================*/

/* PC */

/* PC */
@media (max-width: 1000px) {
  #gHeader {
    & h1 {
      & a {
        img {
          width: 380px;
        }
      }
    }
  }

  .menuBox {
    .naviUl li a:hover::before {
      right: -15px;
    }
  }
}

@media (min-width: 897px) {
  #gHeader {
    .menu-btn:hover {
      opacity: 0.7;
    }
  }

  .menuBox {
    .naviUl li a:hover::before {
      right: -15px;
    }
  }
}

/* SP */
@media (max-width: 896px) {
  #gHeader {
    height: 80px;

    #container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 80px;
      margin: 0 15px;
    }

    h1 a {
      padding: 5px 0px;
      display: inline-block;
      width: 220px;
      margin-top: 0px;

      & img {
        width: 100%;
      }
    }

    nav .naviPc {
      display: none;
    }

    .menu-btn {
      width: 35px;
      height: 35px;

      span {
        left: calc(50% - 8px);
        width: 16px;
        height: 2px;

        &:nth-of-type(1) {
          top: 9px;
        }

        &:nth-of-type(2) {
          top: 15px;
        }

        &:nth-of-type(3) {
          top: 21px;
        }
      }

      &.on span {
        top: 15px !important;
      }
    }
  }
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
  padding: 0 20px;
  margin: 0 auto 20px;
  max-width: 1100px;
}

#pagePath li {
  margin-right: 10px;
  display: inline;
  letter-spacing: 0.08em;
  font-size: 14px;
}

#pagePath li a {
  padding-right: 30px;
  display: inline-block;
  background: url("img/common/icon04.png") no-repeat right center;
  background-size: 9px auto;
}

#pagePath li img {
  margin: -3px 0 0;
  display: inline-block;
  vertical-align: middle;
}

#pagePath li a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  #pagePath {
    max-width: inherit;
    margin: 0 auto 42px;
    padding: 0 24px;
  }

  #pagePath li {
    margin-right: 9px;
  }

  #pagePath li a {
    padding-right: 26px;
    background: url("img/common/sp_icon03.png") no-repeat right center;
    background-size: 8px auto;
  }

  #pagePath li img {
    margin: -3px 0 0;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 20px 100px;
  margin-top: 80px;
}

#gFooter .logo {
  text-align: center;
  width: 90%;
  margin: 0 auto 24px;

  & img {
    max-width: 440px;
    width: 100%;
  }
}

#gFooter .naviPc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}

#gFooter .naviPc li a {
  padding: 0 5px 5px;
  border-bottom: 1px solid var(--sub-color);
  transition: all 0.3s ease-in-out;
}

#gFooter .naviPc li a:hover {
  border-bottom: 1px solid #fff;
}

#gFooter .privacyTop {
  font-weight: 100;
  font-size: 12px;
  text-align: center;
  display: block;
  margin-bottom: 16px;
}

#gFooter .privacyTop:hover {
  opacity: 0.6;
}

#gFooter address {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-style: normal;
  text-align: center;
}

.pageTop a {
  position: fixed;
  right: 46px;
  bottom: 25px;
  z-index: 600;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--main-color);
}

.pageTop a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  #gFooter {
    padding: 22px 0;
    border-top: 1px solid #efeded;
    width: 96%;
    margin: 0 auto;
  }

  .special #gFooter {
    border-top: none;
  }

  #gFooter .naviPc {
    max-width: 500px;
    margin: 0 auto 48px;
  }

  #gFooter address {
    font-size: 1.2rem;
    text-align: center;
  }

  .pageTop {
    display: none;
  }
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

@media all and (max-width: 896px) {
  .content {
    max-width: inherit;
    padding: 0;
  }
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
  margin-bottom: 26px;
  padding: 93px 0 63px;
  text-align: center;
  border-bottom: 1px solid #d1cfcf;
}

.pageTitle .headLine01 .en {
  margin-bottom: 8px;
  display: block;
  font-size: 5.4rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.08em;
}

.pageTitle .headLine01 .jp {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media all and (max-width: 896px) {
  .pageTitle {
    margin-bottom: 13px;
    padding: 18px 0 30px;
  }

  .pageTitle .headLine01 .en {
    margin-bottom: 2px;
    font-size: 3rem;
  }

  .pageTitle .headLine01 .jp {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition:
    transform 1s,
    opacity 1s;
}

.fadeInUp.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  transition:
    transform 1.5s,
    opacity 1s;
}

.fadeInRight.on {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
  transition:
    transform 2s,
    opacity 1s;
}

.fadeInLeft.on {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadeInzoom {
  opacity: 0;
  transform: scale(1.2);
  /* 少し大きくしておく */
  transition:
    transform 2s ease,
    opacity 1.5s ease;
}

.fadeInzoom.on {
  opacity: 1;
  transform: scale(1);
  /* 通常サイズへ */
}

/*------------------------------------------------------------
	indexPage
------------------------------------------------------------*/
.indexPage {
  width: 100%;
}

.indexFlex {
  display: flex;
  justify-content: center;
}

/* mainVisual */
.mainVisual {
  position: relative;
  overflow: hidden;
  max-height: 500px;
}

.mainVisual .topOuter {
  position: relative;
  max-height: 500px;

  &::before {
    content: "";
    position: absolute;
    background: url("img/index/japan.png") no-repeat center / contain;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

.mainVisual .topOuter .topImg {
  aspect-ratio: 3 / 2;
  max-height: 900px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.mainVisual h2 {
  position: absolute;
  bottom: 50px;
  left: 22%;
  z-index: 10;
  font-size: 3rem;
  opacity: 0;
  animation: slideIn 1s ease-out 0.4s forwards;
  font-family: var(--font-min);
  letter-spacing: 5px;
  /* color: var(--font-color); */
  color: #fff;
  font-weight: 500;
  width: 30%;
  min-width: 320px;

  & span {
    color: #99cfd6;
    text-shadow: 2px 2px 10px black;
  }
}

@media (max-width: 1550px) {
  .mainVisual h2 {
    font-size: 2.6rem;
    left: 2%;
  }
}

@media (max-width: 1200px) {
  .mainVisual h2 {
    font-size: 2.6rem;
  }
}

@media (max-width: 896px) {
  .mainVisual {
    margin-top: 80px;
  }
}

@media (max-width: 850px) {
  .mainVisual h2 {
    display: block;
    line-height: 1.8;
    letter-spacing: 0.04rem;
    bottom: auto;
    right: auto;
    top: 46px;
    left: 4%;
  }

  .mainVisual h2 span {
    writing-mode: unset;
    padding: 3px 10px;
  }
}

@media (max-width: 500px) {
  .mainVisual h2 {
    font-size: 1.6rem;
    left: 5%;
    letter-spacing: 0.05em;
    min-width: 190px;
  }
}

/* ▼ アニメーション定義 */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.indexWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.indexInner {
  width: 82%;
  flex: 1;

  @media (max-width: 900px) {
    width: 100%;
  }
}

/* infoBox */
.infoBox {
  text-align: center;
  margin: 40px 10px;

  & p {
    font-size: 3.6rem;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-min);
    text-shadow: 2px 2px 4px #ffffffad;
  }
}

@media (max-width: 790px) {
  .infoBox {
    margin: 40px 10px 0;
  }
}

/* rankingSec*/
.rankingSec {
  position: relative;
  background-color: #fff;

  &::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 40px;
    left: 0px;
  }

  &:after {
    background: #fff;
    content: "";
    height: 80px;
    left: 50%;
    position: absolute;
    bottom: -36px;
    transform: translateX(-50%);
    width: 100%;
    border-radius: 0 0 100% 100%;
  }

  .bkcolor {
    position: absolute;
    background-color: var(--sub-color);
    height: 550px;
    display: block;
    width: 100%;
    right: 0;
    z-index: -1;
    top: 24px;

    @media (max-width: 600px) {
      width: 100%;
    }
  }

  & h3 {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    margin-bottom: 40px;
    color: var(--sub-color);
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--sub-color);

    &::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%);
      display: block;
      width: 2.5em;
      height: 1px;
      background: #fff;
    }
  }

  & .blogInner {
    /* display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap; */

    & .blog-list {
      width: calc(100% / 4 - 15px);
      min-width: 230px;
      background-color: var(--bk-color);
      /* box-shadow: 2px 2px 3px #33333385; */
      padding: 12px;
      border-radius: 16px;
      /* box-shadow: 6px 6px 0px #025200; */

      & a {
        & figure {
          overflow: hidden;
          aspect-ratio: 2 / 1;

          & img {
            aspect-ratio: 2/ 1;
            object-fit: cover;
            transition: all 0.3s ease-in-out;
          }
        }

        & .txtBox {
          margin-top: 20px;
          display: flex;
          flex-direction: column;
          gap: 10px;
          padding: 0 5px;

          & p {
            color: #333;
            font-size: 13px;
          }

          & span {
            font-weight: 100;
            font-size: 14px;
          }
        }
      }

      &:hover img {
        transform: scale(1.1);
      }
    }
  }

  /* ----------------------
人気記事スライダー
---------------------- */
  .popularSlider {
    position: relative;
    margin: 0 50px;

    li {
      margin: 0 10px;
    }

    .slick-track {
      display: flex;
      padding-bottom: 8px;
    }

    .slick-slide {
      box-sizing: border-box;
      height: auto;
    }

    /* ----------------
  ドット
  ---------------- */

    .slick-dots {
      margin-top: 40px;
      text-align: center;

      li {
        display: inline-block;
        margin: 0 8px;
        width: 10px;
        height: 10px;
        border-radius: 100px;
        background: #ccc;

        button {
          display: none;
        }

        &.slick-active {
          background: var(--sub-color2);
          transform: scale(1.6);
        }
      }
    }

    /* ----------------
  矢印
  ---------------- */

    .slick-prev,
    .slick-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border: none;
      background: #fff;
      border-radius: 50%;
      cursor: pointer;
      z-index: 10;
      font-size: 0;

      &::before {
        font-size: 20px;
        color: #333;
        opacity: 1;
      }
    }

    .slick-prev {
      left: -50px;

      &::before {
        content: "←";
      }
    }

    .slick-next {
      right: -50px;

      &::before {
        content: "→";
      }
    }
  }
}

@media (max-width: 600px) {
  .rankingSec {
    .bkcolor {
      height: 100%;
    }

    h3 {
      margin-bottom: 20px;
    }

    & .blogInner {
      gap: 5px;

      & li {
        width: calc(100% / 2 - 10px);
        min-width: unset;
        padding: 5px;

        & a {
          & .txtBox {
            & span {
              font-size: 10px;
            }
          }
        }
      }
    }

    .popularSlider {

      .slick-prev,
      .slick-next {
        width: 30px;
        height: 30px;
      }
    }
  }
}

/* blogSec*/
.blogSec {
  position: relative;
  z-index: 1;

  &::before {
    background: var(--bk-color);
    content: "";
    height: 80px;
    left: 50%;
    position: absolute;
    bottom: -36px;
    transform: translateX(-50%);
    width: 100%;
    border-radius: 0 0 100% 100%;
  }

  .margin {
    margin-bottom: 60px;
  }

  & h3 {
    font-weight: 500;
    margin: 0 auto 20px;
    font-size: 30px;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--font-color);
    padding: 5px 5px 5px 10px;
    font-weight: 700;
    position: relative;
  }

  & .blog_text {
    line-height: 1.8;
    letter-spacing: 1.6px;
    margin-bottom: 40px;
  }

  & .blogInner {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;

    & li {
      width: calc(100% / 3 - 30px);
      min-width: 250px;
      background-color: #fff;
      padding: 10px;
      border: 1px solid #444;
      /* box-shadow: 3px 3px 0 var(--main-color); */
      padding: 16px;
      position: relative;
      border-radius: 16px;

      & h4 {
        position: relative;
        margin-top: 8px;
        color: var(--sub-color);
      }

      & p {
        margin-top: 8px;
      }

      & a {
        & figure {
          overflow: hidden;

          & img {
            aspect-ratio: 2 / 1;
            object-fit: cover;
            transition: all 0.3s ease-in-out;
          }
        }

        & .txtBox {
          & span {
            font-weight: 100;
            font-size: 14px;
          }
        }
      }

      &:hover img {
        transform: scale(1.1);
      }
    }
  }

  & .btnBox {
    display: flex;

    & a {
      /* border-radius: 10px;
      display: block;
      font-size: 14px;
      font-weight: var(--font-weight-bold);
      letter-spacing: 0.15em;
      line-height: 2.142;
      margin: 30px 0 0 auto;
      max-width: 250px;
      text-align: center;
      width: 100%;
      color: #fff;
      font-weight: 700; */

      width: 100%;
      max-width: 250px;
      margin: 30px 0 0 auto;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.5;
      position: relative;
      display: inline-block;
      padding: 16px 8px;
      cursor: pointer;
      user-select: none;
      transition: all 0.3s;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      letter-spacing: 0.1em;
      color: var(--main-color);
      background: #eaeaea;
      border-radius: 0;
      overflow: hidden;

      &::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        content: "";
        transition: all 0.5s ease-in-out;
        transform: translateX(-80%) translateY(-25px);
        border-radius: 50%;
        background: var(--main-color);
      }

      /* 🔥 ここがポイント */
      &:hover::before {
        width: 400px;
        height: 400px;
        transform: translateX(-1%) translateY(-175px);
      }

      & span {
        position: relative;
        color: var(--main-color);
        transition: all 0.5s ease-in-out;
      }

      &:hover span {
        color: #fff;
      }
    }
  }
}

@media (max-width: 600px) {
  .blogSec {
    padding: 80px 10px;

    h3 {
      margin-bottom: 20px;
      font-size: 24px;
    }

    & .blogInner {
      gap: 10px;

      & li {
        width: calc(100% / 2 - 10px);
        min-width: unset;
        padding: 5px;

        & a {
          & .txtBox {
            & span {
              font-size: 10px;
            }
          }
        }
      }
    }
  }
}

/* conceptSec */
.conceptSec {
  background: url("img/index/concept_bk.jpg") no-repeat center / cover;
  background-attachment: fixed;
  position: relative;
  padding: 80px 0;
  z-index: 0;

  & .concept_filter {
    background-color: #c4c4c477;
    backdrop-filter: blur(10px);
  }

  & .conceptText {
    padding: 40px 16px;
    text-align: center;

    & h3 {
      font-size: 3.2rem;
      font-weight: 800;
      color: var(--font-color);
      margin-bottom: 20px;
      font-family: "Noto Sans JP", sans-serif;
      text-shadow: 1px 1px 0 #ffffff86;
    }

    & p {
      font-size: 16px;
      line-height: 1.8;
      letter-spacing: 1.4px;
      font-family: var(--font-min);
      font-weight: 600;
    }
  }

  @media (max-width: 480px) {
    & .conceptText {
      & h3 {
        font-size: 2.6rem;
      }

      & p {
        font-size: 14px;
      }
    }
  }
}

/*------------------------------------------------------------
	meritSec
------------------------------------------------------------*/
.meritSec {
  padding: 80px 16px;
  position: relative;
  background: var(--bk-color);
  /* background: url("img/common/merit_bk.jpg") no-repeat center / cover; */
  z-index: 1;

  &::before {
    background: var(--bk-color);
    content: "";
    height: 80px;
    left: 50%;
    position: absolute;
    top: -36px;
    transform: translateX(-50%) rotate(180deg);
    width: 100%;
    border-radius: 0 0 100% 100%;
  }

  & .meritFlex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;

    & .meritBox {
      position: relative;
      width: calc(100% / 2);
      background-image: linear-gradient(145deg, #ffffff, #ebebeb);
      min-width: 340px;
      overflow: hidden;

      & span {
        position: absolute;
        font-size: 4rem;
        color: #800303d8;
        bottom: 10px;
        right: 10px;
        font-weight: 600;
        line-height: 1;
        font-family: var(--font-min);
        z-index: 10;
        text-shadow: 2px 2px 0 #ffffff86;
      }

      & .gradation {
        position: absolute;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        & img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          filter: grayscale(100%);
          /* マスクで左から右に徐々に表示 */
          -webkit-mask-image: linear-gradient(to left,
              rgba(0, 0, 0, 1) 0%,
              rgba(0, 0, 0, 0) 70%);
          -webkit-mask-repeat: no-repeat;
          -webkit-mask-size: cover;
          mask-image: linear-gradient(to left,
              rgba(0, 0, 0, 1) 0%,
              rgba(0, 0, 0, 0) 70%);
          mask-repeat: no-repeat;
          mask-size: cover;
        }
      }

      & .meritiInner {
        padding: 40px;
        position: relative;
        z-index: 10;
        height: 350px;

        & h3 {
          font-size: 2.4rem;
          line-height: 1.4;
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 500;
          position: relative;
          margin: 0 auto 20px;
          padding-bottom: 20px;

          &:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(to right,
                var(--main-color),
                transparent);
          }
        }

        & p {
          width: 100%;
          padding: 15px 0;
          letter-spacing: 1.2px;
          line-height: 1.8;
          font-weight: 600;
          text-shadow: 1px 1px 2px #fffffffb;
        }
      }
    }
  }
}

@media (max-width: 760px) {
  .meritSec {
    padding: 80px 20px;

    & .meritFlex {
      & .meritBox {
        width: 100%;

        & span {
          font-size: 3rem;
        }

        & .meritiInner {
          width: 100%;
        }
      }
    }
  }
}

/*------------------------------------------------------------
	buttom-contact
------------------------------------------------------------*/
.containerbox {
  width: 100%;
  /* background: url("img/index/contact.jpg") no-repeat center / cover; */
  background-color: var(--sub-color);
  /* background-blend-mode: darken; */
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;

  &::before {
    background: var(--sub-color);
    content: "";
    height: 80px;
    left: 50%;
    position: absolute;
    top: -36px;
    transform: translateX(-50%) rotate(180deg);
    width: 100%;
    border-radius: 0 0 100% 100%;
  }

  & .container {
    padding: 40px;
    text-align: center;

    & h3 {
      font-size: 3rem;
      font-weight: 500;
      letter-spacing: 0;
      text-align: center;
      font-family: var(--font-min);
      color: #fff;
      margin-bottom: 30px;
    }

    & p {
      line-height: 2;
      color: #fff;
      letter-spacing: 0.15em;
      font-size: 16px;
    }

    & .button,
    & .tel {
      display: block;
      border-radius: 50px;
      max-width: 400px;
      width: 100%;
      padding: 16px;
      font-size: 1.6rem;
      line-height: 2;
      color: #555;
      text-align: center;
      letter-spacing: 0.15em;
      background-color: #fff;
      transition: all 0.5s ease-in-out;
      margin: 30px auto 0;

      & a {
        color: #fff;

        &:hover {
          opacity: 0.6;
        }
      }

      &:hover {
        color: #ffffff;
        background-color: var(--sub-color2);
      }
    }
  }
}

@media (max-width: 600px) {
  .containerbox {
    padding: 20px;

    & .container {
      padding: 20px;

      & h3 {
        font-size: 2.4rem;
        margin-bottom: 20px;
      }

      & p {
        font-size: 14px;
      }

      & .button,
      & .tel {
        padding: 10px;
      }
    }
  }
}

/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/
.comVisual {
  margin-bottom: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url("img/page/visual.jpg") no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  /* border-radius: 0 0 0 1000px; */
}

.comVisual .headLine05 {
  font-size: 4.6rem;
  letter-spacing: 0.06em;
  text-shadow: 0 0 3px var(--main-color);
}

@media all and (max-width: 896px) {
  .comVisual {
    margin-bottom: 13px;
    background: url("img/page/sp_com_visual_bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 60px 0;
  }

  .comVisual .headLine05 {
    font-size: 2rem;
  }
}

/*------------------------------------------------------------
	comVisual02
------------------------------------------------------------*/
.comVisual02 {
  margin-bottom: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url("img/page/list.jpg") no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  /* border-radius: 0 0 0 1000px; */
}

.comVisual02 .headLine05 {
  font-size: 4.6rem;
  letter-spacing: 0.06em;
  text-shadow: 0 0 3px var(--main-color);
}

@media all and (max-width: 896px) {
  .comVisual {
    margin-bottom: 13px;
    background: url("img/page/sp_com_visual_bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 60px 0;
  }

  .comVisual .headLine05 {
    font-size: 2rem;
  }
}

/*------------------------------------------------------------
	blogPage 掲載記事一覧
------------------------------------------------------------*/
.blogPage,
.archivePage {
  /* margin: 0 16px; */

  & .blog_archive {
    & .blog_list {
      margin-bottom: 80px;
      margin-top: 20px;

      & .blogPage_item {
        & .blogUl {
          display: flex;
          gap: 20px;
          flex-wrap: wrap;
          justify-content: center;

          & imgBox {
            aspect-ratio: 5 / 3;

            & img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
          }

          & li {
            width: calc(100% / 3 - 30px);
            min-width: 260px;
            background-color: #eee;
            padding: 10px;
            box-sizing: border-box;

            & a {
              & figure {
                overflow: hidden;

                & img {
                  transition: all 0.3s ease-in-out;
                  aspect-ratio: 3 / 2;
                  object-fit: contain;
                }

                & .blog_txt {
                  & .blog_date {
                    font-size: 12px !important;
                  }

                  & .title-wrap {
                    & .new_recent {
                      color: red;
                    }
                  }
                }
              }
            }
          }

          & li:hover a figure img {
            transform: scale(1.1);
          }
        }

        @media (max-width: 600px) {
          & .blogUl {
            gap: 10px;

            & li {
              width: calc(100% / 2 - 10px);
              min-width: unset;
              padding: 5px;

              & a {
                & .txtBox {
                  & span {
                    font-size: 10px;
                  }
                }
              }
            }
          }
        }

        .blog_pagenavi {
          width: fit-content;
          margin: 40px auto 0;
        }
      }

      & .all_tabs {
        max-width: 300px;
        margin: 0 auto 20px;

        & a {
          color: #fff;
          text-align: center;
          font-size: 24px;
          font-weight: 700;
          margin-bottom: 20px;
          background-color: var(--accent-color);
          padding: 5px 10px;
          border-radius: 10px;
          box-shadow: 2px 2px 4px #33333334;
          width: 100%;
          display: block;

          &:hover {
            opacity: 0.6;
          }
        }
      }

      & .category_tabs {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 40px;

        & .category_tabs_item {
          border: 2px solid var(--sub-color);
          padding: 20px;
          width: 50%;

          & .area_title {
            text-align: center;
            color: #fff;
            border-bottom: 2px solid #fff;
            font-size: 20px;
            font-weight: 700;
            max-width: 300px;
            margin: 0 auto 10px;
            background-color: var(--main-color);
          }

          & ul {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;

            & li {
              & a {
                background-color: #ddd;
                padding: 0 5px;
                min-width: 60px;
                display: inline-block;
                text-align: center;

                &:hover {
                  opacity: 0.5;
                }
              }
            }
          }
        }

        & .area_tabs {
          & ul {
            & li:nth-child(n + 21) {
              display: none;
            }
          }
        }

        /* 開いた状態のとき表示 */
        & .area_tabs {
          & ul.show-all {
            & li {
              display: block;
            }
          }
        }
      }

      @media (max-width: 796px) {
        & .category_tabs {
          flex-direction: column;

          & .category_tabs_item {
            width: 100%;
          }
        }
      }

      @media (max-width: 450px) {
        & .all_tabs {
          & a {
            font-size: 18px;
            padding: 3px 10px;
          }
        }

        & .category_tabs {
          gap: 10px;

          & .category_tabs_item {
            padding: 10px;

            & .area_title {
              border-bottom: 1px solid #395033;
              font-size: 16px;
            }

            & ul {
              display: flex;
              flex-wrap: wrap;
              gap: 5px;

              & li {
                & a {
                  background-color: #ddd;
                  padding: 0 5px;
                  min-width: 60px;
                  display: inline-block;
                  text-align: center;
                }
              }
            }
          }
        }
      }
    }
  }

  .blogPage_item_widget {
    background-color: var(--accent-color);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;

    & .widget-title {
      font-weight: 700;
      font-size: 20px;
      padding-left: 10px;
      border-left: 5px solid var(--main-color);
      margin-bottom: 10px;
      color: #fff;
    }

    ul {
      display: flex;
      gap: 10px;
    }

    & a {
      color: #fff;
    }
  }
}

/*------------------------------------------------------------
	singlePage 記事ページ
------------------------------------------------------------*/
.singlePage {
  & .news {
    margin: 0 16px;

    & .singleBox {
      & news_date {
        font-size: 14px;
      }

      & .single_txt {
        & h2 {
          text-align: center;
          font-size: 3rem;
          margin: 10px 0 40px;
          border-bottom: 1px solid var(--sub-color);
        }

        & h3 {
          background-color: var(--sub-color);
          font-weight: 700;
          color: #fff;
          padding: 10px;
          margin-top: 20px;
          font-size: 18px;
        }

        & h4 {
          background-color: #fff;
          border: 1px solid #ddd;
          color: #333;
          padding: 5px 16px;
        }

        & a {
          color: var(--sub-color);
        }

        & img {
          margin-top: 20px;
          max-height: 500px;
          height: 100%;
          object-fit: cover;
        }

        p {
          margin-bottom: 20px;
        }
      }

      & .pageNavi {
        display: flex;
        justify-content: space-between;
      }
    }
  }
}

/* singleページ：関連記事デザイン */
.relatedPosts {
  margin-top: 80px;

  h3 {
    font-size: 24px;
    border-left: 3px solid var(--accent-color);
    padding-left: 10px;
    margin-bottom: 30px;
  }

  ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;

    li {
      width: calc(100% / 4 - 20px);
      min-width: 200px;
      box-shadow: 2px 2px 6px #55555565;
      transition: all 0.3s ease-in-out;

      &:hover {
        transform: scale(1.05);
      }

      a {
        p {
          padding: 10px;
          font-size: 14px;
        }
      }
    }

    img {
      width: 100%;
      aspect-ratio: 2 / 1;
      object-fit: cover;
    }
  }
}

/* singleページ：キーワード検索デザイン */
.keyword-box {
  border-radius: 20px;
  border: 3px solid var(--accent-color);
  padding: 20px;
  margin: 40px 0;
  display: none;

  .key-title {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px;
    border-bottom: 2px dashed #555;
    width: fit-content;
    margin: 0 auto 20px;

    img {
      width: 30px;
    }

    h4 {
      text-align: center;
      font-size: 24px;
    }
  }

  ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 800px;
    margin: 0 auto;

    li {
      a {
        color: #fff;
        background-color: var(--accent-color);
        width: fit-content;
        padding: 0 10px;
        border-radius: 5px;
      }
    }
  }
}

/*------------------------------------------------------------
	archivePage 月間アーカイブ
------------------------------------------------------------*/
/* archivePage 差分 */
.archivePage {
  .blog_archive {
    .category_tabs {
      .category_tabs_item {
        background-color: var(--main-color);
        padding: 20px;

        .area_title {
          font-family: var(--font-min);
        }
      }
    }
  }

  .blogPage_item_widget {
    border: 1px solid var(--accent-color);
    margin: 0 16px 20px;
  }
}

/*------------------------------------------------------------
	共通デザイン
------------------------------------------------------------*/
/* 最新記事アップ通知バー */
.latestBar {
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 13px;
  font-size: 14px;
  /* border: 2px solid var(--main-color); */
  /* outline: 1px solid var(--main-color); */
  background-color: var(--sub-color);

  /* outline-offset: -5px; */
  /*   background-image: url("https://www.transparenttextures.com/patterns/always-grey.png"); */
  .latestBarText {
    animation: scale-blink 1s infinite;
  }

  .latestDate {
    font-weight: 700;
  }

  .latestBtn {
    position: relative;
    overflow: hidden;
    color: var(--sub-color2) !important;
    background: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0px 0px 3px #fff;

    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: -120%;
      width: 50%;
      height: 100%;
      background: linear-gradient(120deg,
          transparent,
          rgba(255, 255, 255, 0.5),
          transparent);
      transform: skewX(-20deg);
      transition: left 0.6s ease-in-out;
    }

    &:hover {
      opacity: 0.7;

      &::before {
        left: 120%;
      }
    }
  }
}

@keyframes shine {
  from {
    left: -120%;
  }

  to {
    left: 120%;
  }
}

@keyframes scale-blink {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.5;
  }
}

/* 月間アーカイブデザイン */
.month_archive {
  background-color: var(--accent-color);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;

  & .widget-title {
    font-weight: 700;
    font-size: 20px;
    padding-left: 10px;
    border-left: 5px solid var(--main-color);
    color: #fff;
    margin-bottom: 10px;
  }

  & ul {
    display: flex;
    gap: 10px;

    & a {
      color: var(--sub-color);
      background-color: #fff;
      padding: 3px 10px;
      border-radius: 5px;
      border: 2px solid #fff;
      display: block;

      &:hover {
        background-color: var(--accent-color);
        color: #fff;
      }
    }
  }
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage {
  padding: 0 16px;
}

.contactPage .topTxt {
  margin: 0 0 68px 3px;
  letter-spacing: 0.06em;
}

.contactPage table {
  margin-bottom: 158px;
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}

.contactPage th,
.contactPage td {
  padding: 28px 0 28px 58px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #d1cfcf;
}

.contactPage th {
  padding: 20px 50px 20px 0;
  width: 29%;
  font-weight: 500;
}

.contactPage td {
  font-size: 1.3rem;
  position: relative;
}

.contactPage th .must {
  float: right;
  width: 44px;
  color: #fff;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  background: #212836;
  text-align: center;
}

.contactPage td:before {
  position: absolute;
  left: 0;
  top: 27px;
  width: 1px;
  bottom: 27px;
  background: #d1cfcf;
  content: "";
}

.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="number"],
.contactPage td input[type="tel"],
.contactPage td select,
.contactPage td textarea {
  width: 100%;
  height: 58px;
  color: #212836;
  font-size: 1.3rem;
  padding: 5px 10px 5px 23px;
  -webkit-appearance: none;
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
}

.contactPage td .wid01 {
  width: 98px !important;
}

.contactPage td .ico {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.6rem;
}

.contactPage td .add {
  margin-bottom: 20px;
}

.contactPage td textarea {
  height: 265px;
  resize: vertical;
  padding: 20px 10px 20px 23px;
}

.contactPage .txtP {
  margin-bottom: 45px;
  line-height: 1.9;
  text-align: center;
}

.contactPage .txtP a {
  text-decoration: underline;
}

.contactPage .txtP a:hover {
  opacity: 0.7;
}

.contactPage .agreeTxt {
  width: 460px;
  margin: 0 auto 100px;
  padding: 12px 10px 16px 80px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.contactPage .agreeTxt input[type="checkbox"] {
  display: none;
}

.contactPage .agreeTxt input[type="checkbox"]~span {
  background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
  background-size: 16px 16px;
  display: block;
  min-height: 16px;
  padding: 4px 0 6px 26px;
}

.contactPage .agreeTxt input[type="checkbox"]:checked~span {
  background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
  background-size: 16px 16px;
}

.contactPage .submit {
  text-align: center;
}

.contactPage .submit li {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
}

.ajax-loader {
  display: none !important;
}

.contactPage .submit li .info01 {
  display: block;
  position: relative;
  background: #212836;
  border: 1px solid #212836;
}

.contactPage .submit li .info02 {
  position: relative;
  z-index: 2;
}

.contactPage .submit li .info01:before {
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon05.png") no-repeat left center;
  background-size: 21px 11px;
  content: "";
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.contactPage .submit li .info01:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.contactPage .submit .back .info01:before {
  margin-top: -5px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon07.png") no-repeat left center;
  background-size: 21px 11px;
  content: "";
}

.contactPage .submit li input {
  color: #fff;
  width: 258px;
  height: 48px;
  font-size: 1.6rem;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
}

.contactPage .submit li input:disabled {
  cursor: default;
  pointer-events: none;
}

.contactPage .submit .back .info01 {
  background: #919191;
  border-color: #919191;
}

.contactPage .submit li.disabled .info01 {
  background: #cecece;
  border-color: #cecece;
}

.contactPage .submit li.disabled .info01:after {
  display: none;
}

.contactPage .errTop {
  margin-bottom: 16px;
  padding: 18px 10px;
  color: #c1272d;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 3px solid #c1272d;
  background: #fcdedd;
  text-align: center;
}

.contactPage .errTop img {
  margin: -3px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
  background: #fcdedd;
  border: 1px solid #c1272d;
}

.contactPage .error td .errorTxt {
  margin: 2px 0 -22px;
  display: block;
  color: #de2b2b;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
}

.contactPage .confirmTab th,
.contactPage .confirmTab td {
  height: 60px;
}

.contactPage .confirmTab td .add {
  margin-bottom: 4px;
}

.thanks .title {
  margin-bottom: 32px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}

.thanks .thanksTxt {
  margin-bottom: 180px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

.thanks .linkBtn a {
  margin: 0 auto;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  width: 256px;
  color: #fff;
  text-align: center;
  position: relative;
  background: #212836;
  border: 1px solid #212836;
  box-sizing: border-box;
}

.thanks .linkBtn a:before {
  margin-top: -4px;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 21px;
  height: 11px;
  background: url("img/common/icon07.png") no-repeat left center;
  background-size: 21px auto;
  content: "";
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.thanks .linkBtn .info {
  position: relative;
  z-index: 2;
}

.thanks .linkBtn a:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media all and (min-width: 897px) {
  .contactPage .submit li:hover .info01:after {
    width: 100%;
    right: auto;
    left: 0;
  }

  .contactPage .submit li:hover .info01:before {
    right: -21px;
    background-image: url("img/common/icon08.png");
  }

  .contactPage .submit li.disabled:hover .info01:before {
    right: 10px;
    background-image: url("img/common/icon05.png");
  }

  .contactPage .submit li:hover input {
    color: #212836;
  }

  .contactPage .submit li.disabled:hover input {
    color: #fff;
  }

  .contactPage .submit li.back:hover .info01:before {
    left: -21px;
    background-image: url("img/common/icon14.png");
  }

  .thanks .linkBtn a:hover {
    color: #212836;
  }

  .thanks .linkBtn a:hover:before {
    background-image: url("img/common/icon14.png");
    left: -21px;
  }

  .thanks .linkBtn a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
  }
}

@media all and (max-width: 896px) {
  .contactPage .topTxt {
    margin: 0 0 17px;
    line-height: 1.9;
    text-align: center;
  }

  .contactPage table {
    margin-bottom: 48px;
  }

  .contactPage th,
  .contactPage td {
    float: left;
    width: 100%;
    padding: 0 0 25px;
    box-sizing: border-box;
  }

  .contactPage th {
    padding: 22px 0 10px;
    width: 100%;
    border: none;
  }

  .contactPage td:before {
    display: none;
  }

  .contactPage td input[type="text"],
  .contactPage td input[type="email"],
  .contactPage td input[type="tel"],
  .contactPage td textarea {
    height: 58px;
    font-size: 1.2rem;
    padding: 5px 10px 5px 25px;
  }

  .contactPage td {
    font-size: 1.4rem;
  }

  .contactPage td .wid01 {
    width: 124px !important;
  }

  .contactPage td .ico {
    margin-right: 7px;
  }

  .contactPage td .add {
    margin-bottom: 20px;
  }

  .contactPage td textarea {
    height: 180px;
    padding: 20px 10px 20px 25px;
  }

  .contactPage .txtP {
    margin-bottom: 23px;
    line-height: 1.85;
  }

  .contactPage .agreeTxt {
    width: auto;
    margin: 0 auto 51px;
    padding: 14px 10px 14px 30px;
  }

  .contactPage .agreeTxt span.wpcf7-list-item {
    margin: 0 !important;
  }

  .contactPage .submit li {
    margin: 0 0 15px;
    display: block;
  }

  .contactPage .submit li:last-child {
    margin-bottom: 0;
  }

  .contactPage .submit li span:before {
    right: 17px;
  }

  .contactPage .submit li input {
    width: 100%;
    height: 60px;
  }

  .contactPage .errTop {
    margin-bottom: 18px;
    padding: 23px 10px 20px;
    font-size: 1.6rem;
    border-width: 2px;
    line-height: 1.9;
  }

  .contactPage .errTop img {
    margin: 0 auto 5px;
    display: block;
  }

  .contactPage .error td .errorTxt {
    margin: 3px 0 -19px;
    font-size: 1.1rem;
  }

  .contactPage .confirmTab th,
  .contactPage .confirmTab td {
    padding: 21px 0 7px;
    height: auto;
    line-height: 2;
  }

  .contactPage .confirmTab td {
    padding: 0 0 20px;
  }

  .contactPage .confirmTab td .add {
    margin-bottom: 4px;
  }

  .thanks .title {
    margin-bottom: 22px;
    font-size: 2.4rem;
  }

  .thanks .thanksTxt {
    margin-bottom: 37px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
  }

  .thanks .linkBtn a {
    margin: 0 auto;
    height: 60px;
    width: 100%;
    font-size: 1.6rem;
    max-width: 450px;
    letter-spacing: 0.06em;
  }

  .thanks .linkBtn a:before {
    left: 16px;
  }
}

@media all and (max-width: 374px) {
  .contactPage .txtP {
    margin: 0 -17px 23px;
  }

  .contactPage .agreeTxt {
    padding: 14px 5px 14px 10px;
    font-size: 1.3rem;
  }
}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
  margin-bottom: 240px;
}

.privacy p {
  margin-bottom: 4px;
  line-height: 2.3;
  letter-spacing: 0.06em;
}

.privacy h3 {
  font-size: 24px;
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 5px solid var(--main-color);
  position: relative;
}

.privacy h4 {
  border-bottom: 1px solid #333;
  width: fit-content;
  padding: 0 10px;
  margin-bottom: 10px;
}

.privacy h5 {
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.privacy .txt01 {
  margin-bottom: 65px;
}

.privacy .txt02 {
  margin-bottom: 72px;
}

.privacy .txt03 {
  margin-bottom: 35px;
}

.privacy .txt04 {
  margin-bottom: 0;
}

@media all and (max-width: 896px) {
  .privacy {
    margin-bottom: 110px;
  }

  .privacy .pageTitle {
    padding: 28px 0 30px;
  }

  .privacy .pageTitle .headLine01 .en {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }

  .privacy .pageTitle .headLine01 .jp {
    font-size: 2rem;
  }

  .privacy #pagePath {
    margin-bottom: 56px;
  }

  .privacy p {
    margin-bottom: 3px;
    line-height: 1.85;
    letter-spacing: 0.01em;
  }

  .privacy h5 {
    margin-bottom: 3px;
    letter-spacing: 0.01em;
  }

  .privacy .txt01 {
    margin-bottom: 57px;
  }

  .privacy .txt02 {
    margin-bottom: 60px;
  }

  .privacy .txt03 {
    margin-bottom: 27px;
  }

  .privacy .txt04 {
    margin-bottom: 0;
  }
}

.wpcf7-response-output {
  display: none !important;
}

/* ///////////////// 20260423追記///////////////// */
/* ///////////////// 20260423追記///////////////// */
/* ///////////////// 20260423追記///////////////// */

/* サイドバーの都道府県タブ　プルダウン */
/* =========================
  外側アコーディオン（地域・業種）
========================= */
.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px;
  border-bottom: 1px solid #ddd;
}

.accordion-toggle-btn {
  font-size: 18px;
}

/* 開いてる時 */
.accordion-title.open {
  background: #f5f5f5;
}

/* =========================
  中身
========================= */
.accordion-content {
  display: none;
  padding: 10px 0;
}

/* =========================
  地域：親（関東とか）
========================= */
.area-parent {
  list-style: none;
}

.area-parent-title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}

/* 開いてる時 */
.area-parent-title.open {
  background: #eee;
}

/* =========================
  子（都道府県）
========================= */
.area-child {
  display: none;
  padding-left: 15px;
}

.area-child li {
  list-style: none;
}

.area-child a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  font-weight: bold;
  color: #007cba !important;
}

.area-child a:hover {
  background: #f0f0f0;
}

/* =========================
  ＋ボタン
========================= */
.plus {
  font-size: 14px;
}

.area-child .no-link {
  color: rgb(175, 175, 175) !important;
  pointer-events: none;
  /* クリック無効 */
  cursor: default;
  font-weight: normal;
}

.area-child .no-link:hover {
  color: #aaa;
  text-decoration: none;
}

/* =========================
TOP下のスライダー
========================= */
/* カード全体（ranking風） */
.meritSlider .meritBox {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  overflow: hidden;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */

  & h3 {
    font-size: 1.8rem;
    margin-top: 8px;
    color: var(--sub-color2);
  }

  & p {
    margin-top: 8px;
  }

  & span {
    border: 1px solid var(--font-color);
    padding: 0px 16px;
    border-radius: 25px;
    display: inline-block;
    margin-top: 8px;
  }
}

/* 画像部分（figureの代わり） */
.meritSlider .gradation {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.meritSlider .gradation img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* テキスト部分（txtBox風にする） */

.meritSlider {
  position: relative;
  margin: 0 50px;

  li {
    margin: 0 10px;
  }

  .slick-track {
    display: flex;
    padding-bottom: 8px;
  }

  .slick-slide {
    box-sizing: border-box;
    height: auto;
  }

  /* ----------------
  ドット
  ---------------- */

  .slick-dots {
    margin-top: 40px;
    text-align: center;

    li {
      display: inline-block;
      margin: 0 8px;
      width: 10px;
      height: 10px;
      border-radius: 100px;
      background: #ccc;

      button {
        display: none;
      }

      &.slick-active {
        background: var(--sub-color2);
        transform: scale(1.6);
      }
    }
  }

  /* ----------------
  矢印
  ---------------- */

  .slick-prev,
  .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    background-color: var(--sub-color2);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    font-size: 0;

    &::before {
      font-size: 20px;
      color: #fff;
      opacity: 1;
    }
  }

  .slick-prev {
    left: -50px;

    &::before {
      content: "←";
    }
  }

  .slick-next {
    right: -50px;

    &::before {
      content: "→";
    }
  }
}

@media (max-width: 600px) {
  .meritSec {
    .bkcolor {
      height: 100%;
    }

    h3 {
      margin-bottom: 20px;
    }

    & .blogInner {
      gap: 5px;

      & li {
        width: calc(100% / 2 - 10px);
        min-width: unset;
        padding: 5px;

        & a {
          & .txtBox {
            & span {
              font-size: 10px;
            }
          }
        }
      }
    }
  }

  .meritSlider {

    .slick-prev,
    .slick-next {
      width: 30px;
      height: 30px;
    }
  }
}

/* kv slider */
.mvSlider {
  position: relative;
  height: auto;
  overflow: hidden;
  z-index: 1;
}

.mvSlider::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000026;
  pointer-events: none;
}

.mvSlider img {
  width: 100%;
  height: auto;
  display: block;
}

.mvSlider .slick-slide {
  padding: 0 4px;
  height: 100%;
}

.mvSlider .slick-track {
  display: flex !important;
  height: 100%;
}

.mvSlider .slick-slide>div {
  height: 100%;
}

/* kv map */

.tooltip {
  pointer-events: none;
  background: #fff;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  transform: translate(10px, 10px);
  opacity: 0;
  transition: opacity 0.2s;
}

/* .mapWrap {
  max-width: 800px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  gap: 0px;
  align-items: flex-start;

  @media (max-width: 1550px) {
    max-width: 600px;
  }

  @media (max-width: 768px) {
    display: none;
  }
}

.mapWrap svg {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
  object-fit: contain;
}

.mapWrap svg .map {
  fill: #61c195;
  transition: fill 0.3s;
}

.mapWrap svg .map.active {
  fill: var(--sub-color);
} */

#areaPanel {
  width: 310px;
  padding: 20px;
  margin-top: 15vh;
  border-radius: 8px;
  background-color: var(--bk-color);

  @media (max-width: 1550px) {
    margin-top: 5vh;
  }

  @media (max-width: 1020px) {
    margin-top: 20px;
    padding: 12px;
  }
}

#areaPanel:empty {
  background-color: transparent;
  padding: 0;
}

#areaTitle {
  color: var(--sub-color);
  font-size: 25px;
  margin-bottom: 8px;

  @media (max-width: 1550px) {
    font-size: 22px;
  }

  @media (max-width: 1220px) {
    font-size: 20px;
  }
}

#areaLinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

#areaLinks a {
  width: calc(100% / 2 - 6px);
  display: block;
  padding: 8px;
  background: var(--sub-color);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s;

  @media (max-width: 1020px) {
    padding: 4px;
    font-size: 13px;
  }
}

#areaLinks a:hover {
  opacity: 0.6;
}

/* ///////////////// 20260429追記///////////////// */
/* ///////////////// 20260429追記///////////////// */
/* ///////////////// 20260429追記///////////////// */

.search_top_text {
  font-size: 12px;
  margin-bottom: 6px;
}

.header-search {
  margin-left: 20px;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;

  & .contactBtn {
    padding: 6px 24px;
    border-radius: 25px;
    background-color: var(--main-color);
    color: #fff;
    transition: 0.4s ease-in-out;

    &:hover {
      opacity: 0.6;
    }
  }
}

.header-search .search-form {
  display: flex;
  align-items: center;

  & input {
    border: 1px solid #000;
  }
}

.header-search .search-field {
  padding: 6px 10px;
  border: 1px solid #ccc;
}

.header-search .search-submit {
  padding: 6px 10px;
  background: #333;
  color: #fff;
}

/* ヘッダーアコーディオン */

.nav-parent {
  position: relative;
}

.nav-child {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  min-width: 180px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.nav-child li {
  list-style: none;
}

.nav-child a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 0.9em;
}

/* PCホバー */
@media (min-width: 897px) {
  .nav-parent:hover .nav-child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* SP用CSS */
@media (max-width: 897px) {
  .nav-child {
    position: static;
  }

  .nav-parent.open .nav-child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.blogPage {
  & .imgBox {
    aspect-ratio: 5 / 3 !important;

    & img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
    }
  }
}




/*------------------------------------------------------------
	取り扱い助成金一覧
------------------------------------------------------------*/
.listSec {
  padding: 30px 20px;

  & .listItem {
    margin-bottom: 80px;

    & h2 {
      padding-left: 12px;
      font-size: 2.2rem;
      border-left: 5px solid #35549a;
    }

    & table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;

      & th,
      & td {
        border: 1px solid #ccc;
        padding: 20px;
        text-align: left;
      }

      & th {
        background: #f4f4f4;
        width: 30%;
      }

      & td {
        line-height: 2;

        & span {
          text-decoration: underline;
          font-weight: 600;
        }

        & a {
          position: relative;
          max-width: 150px;
          width: 100%;
          display: block;
          margin-top: 20px;
          padding: 4px 12px;
          background: #35549a;
          color: #fff;
          font-size: 1.4rem;

          &::after {
            position: absolute;
            content: "";
            top: 50%;
            right: 8%;
            width: 6px;
            height: 6px;
            border-top: 1px solid;
            border-right: 1px solid;
            transform: translateY(-50%) rotate(45deg);
          }
        }
      }
    }

  }

  @media (max-width: 897px) {
    & .listItem {
      margin-bottom: 80px;

      & h2 {
        font-size: 2.2rem;
      }

      & table {

        & tr {
          display: flex;
          flex-direction: column;
        }

        & th,
        & td {
          width: 100%;
          border: 1px solid #ccc;
        }
      }

    }
  }
}


/*------------------------------------------------------------
	パスワードページ
------------------------------------------------------------*/
.statusSec {
  padding: 30px 20px;

  & h2 {
    display: inline-block;
    font-size: 2.5rem;
    margin-bottom: 40px;
    padding-bottom: 2px;
    border-bottom: 1px solid;
  }
}

.statusWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}

.statusItem {
  width: calc(100% / 2 - 5%);
  background: #f0f4f8;
  border: 2px solid #2c3e50;
  border-radius: 8px;
  padding: 30px;

  @media (max-width: 897px) {
    width: 100%;
    padding: 23px;
  }

  & .adress,
  & .reception {
    font-size: 1.8rem;

    @media (max-width: 897px) {
      font-size: 1.6rem;
    }
  }

  & .adress {
    width: 45%;
    display: inline-table;
    border-right: 1px solid;
  }

  & .reception {
    padding-left: 6%;
  }
}