@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #00479d;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  font-weight: bold;
}

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

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

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

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  right: 0;
  top: max(var(--sideminpos, 0px), 22.2%);
  z-index: 2;
}
#side ul li a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#side ul li a:hover {
  opacity: 0.6;
}
#side ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 61px;
  padding: 25px 0 32px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
#side ul li.line a {
  background-color: #06c755;
}
#side ul li.mail a {
  background-color: #29a7de;
}
#side ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  #side ul li a {
    font-size: 18px;
    width: 50px;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  #side {
    display: none;
    /*
    ul{
      li{
        a{
          font-size: 16px;
          width: 45px;
          padding: 10px 0;
          column-gap: 5px;
          img{
            max-width: 25px;
          }
        }
      }
    }*/
  }
}

/* ----------------------------------------------
column
------------------------------------------------- */
#column {
  margin-bottom: 45px;
}
#column .contents article:not(:has(a)),
#column .contents article a {
  display: flex;
  -moz-column-gap: 23px;
       column-gap: 23px;
}
#column .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#column .contents article a:hover {
  opacity: 0.6;
}
#column .contents article .image {
  width: 146px;
}
#column .contents article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
#column .contents article .txbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#column .contents article .txbox .cate-time {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#column .contents article .txbox .cate-time .cate, #column .contents article .txbox .cate-time time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  background-color: #0099c2;
  padding: 0 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
#column .contents article .txbox .cate-time .cate {
  background-color: #47c2d1;
}
#column .contents article .txbox .cate-time .cate.column {
  background-color: #47c2d1;
}
#column .contents article .txbox .cate-time .cate.realestate {
  background-color: #29a7de;
}
#column .contents article .txbox .cate-time .cate.region {
  background-color: #00479d;
}
#column .contents article .txbox .title,
#column .contents article .txbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.62875;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#column .contents article .txbox .title {
  color: #00479d;
}
#column .contents article .txbox .text {
  color: #000;
}
#column .contents article:not(:last-child) {
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  #column .contents article:not(:has(a)),
  #column .contents article a {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #column .contents article .image {
    width: 80px;
  }
  #column .contents article .txbox .cate-time .cate, #column .contents article .txbox .cate-time time {
    font-size: 12px;
    padding: 0 10px;
  }
  #column .contents article .txbox .title,
  #column .contents article .txbox .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 0 24px 3.4375%;
}
#header .top .logo {
  max-width: 340px;
  margin-top: 42px;
}
#header .top .right {
  margin-left: auto;
}
#header .top .head {
  display: flex;
  justify-content: end;
  -moz-column-gap: 18px;
       column-gap: 18px;
  margin-bottom: 42px;
}
#header .top .head .tels {
  text-align: center;
  align-content: center;
}
#header .top .head .tels a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 28.22px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #47c2d1;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  white-space: nowrap;
}
#header .top .head .tels .time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #47c2d1;
}
#header .top .head .site a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 197px;
  height: 71px;
  min-height: 100%;
  background-color: #47c2d1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  border-bottom-left-radius: 10px;
}
#header .top #gnav {
  overflow-x: clip;
  margin-right: 26px;
}
#header .top #gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin-right: -54px;
}
#header .top #gnav ul li {
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #4d4d4d;
}
#header .top #gnav ul li::after {
  content: "｜";
  margin: 0 18px;
}
#header .top #gnav ul li a {
  color: #4d4d4d;
}
#header .top.m_fixed {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  animation: m_fixed 1s forwards;
  padding-bottom: 10px;
}
#header .top.m_fixed .right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
#header .top.m_fixed .head {
  margin-right: 26px;
  margin-bottom: 0;
  flex-wrap: wrap-reverse;
  flex: 1;
}
#header .top.m_fixed .head .site {
  display: none;
}
#header .top.m_fixed .head .site a {
  height: 47px;
}
#header .top.m_fixed .logo {
  max-width: 170px;
  margin-top: 10px;
}
#header .top.remove {
  animation: remove 1s forwards;
}
@media (max-width: 1180px) {
  #header .top.m_fixed .head .tels a {
    font-size: 22px;
  }
}
@media (max-width: 999px) {
  #header .top .logo {
    max-width: 240px;
    margin-top: 25px;
  }
  #header .top .head {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 25px;
  }
  #header .top .head .tels a {
    font-size: 22px;
  }
  #header .top .head .tels .time {
    font-size: 12px;
  }
  #header .top .head .site a {
    width: 130px;
    height: 60px;
    font-size: 16px;
  }
  #header .top #gnav ul {
    margin-right: -26px;
  }
  #header .top #gnav ul li {
    font-size: 16px;
  }
  #header .top #gnav ul li::after {
    margin: 0 5px;
  }
  #header .top.m_fixed .head {
    flex-direction: column-reverse;
  }
  #header .top.m_fixed .head .site a {
    width: 197px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 10px 70px 10px 10px;
  }
  #header .top .logo {
    margin-top: 0px;
    max-width: 140px;
  }
  #header .top .head {
    display: none;
  }
  #header .top #gnav ul {
    margin-right: 0;
  }
  #header .top #gnav ul li::after {
    display: none;
  }
  #header .top #gnav ul li a {
    color: #fff;
  }
}

@keyframes m_fixed {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes remove {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/* ----------------------------------------------
footer
------------------------------------------------- */
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .inner {
  width: min(100% - 20px, 1480px);
  margin: 0 auto;
  background-color: #d8edf9;
  text-align: center;
  padding: 133px 10px 30px;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}
#footer .logo {
  max-width: 530px;
  margin: 0 auto 75px;
}
#footer #fnav {
  background-color: #fff;
  width: min(100%, 1058px);
  margin: 0 auto 80px;
  display: flex;
  justify-content: center;
  padding: 17px 10px;
}
#footer #fnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px 54.4px;
  overflow-x: clip;
}
#footer #fnav ul li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #00479d;
  display: flex;
  margin-left: -54.4px;
}
#footer #fnav ul li::before {
  content: "｜";
  margin: 0 18.2px;
}
#footer #fnav ul li a {
  color: #00479d;
}
#footer .data {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6666666667;
  color: #29a7de;
  margin-bottom: 58px;
}
#footer .copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #29a7de;
}
@media (max-width: 999px) {
  #footer .inner {
    padding-top: 90px;
  }
  #footer .logo {
    margin-bottom: 60px;
  }
  #footer #fnav {
    margin-bottom: 60px;
  }
  #footer #fnav ul {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  #footer #fnav ul li {
    font-size: 16px;
    margin-left: -36px;
  }
  #footer #fnav ul li::before {
    margin: 0 10px;
  }
  #footer .data {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #footer .inner {
    padding-top: 70px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  #footer .logo {
    margin-bottom: 40px;
  }
  #footer #fnav {
    margin-bottom: 40px;
    padding: 10px;
  }
  #footer #fnav ul {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  #footer #fnav ul li {
    font-size: 12px;
    margin-left: -12px;
  }
  #footer #fnav ul li::before {
    margin: 0;
  }
  #footer .data {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #footer .copyright {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */