@charset "UTF-8";
/*
Kozuka Mincho Pro M
font-family: "kozuka-mincho-pro", serif;
font-weight: 500;
font-style: normal;

DM Sans SemiBold
font-family: "dm-sans", sans-serif;
font-weight: 600;
font-style: normal;
*/
/*pc（768px以上）*/
@media screen and (min-width: 768px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*タブレット（768px〜1280px）*/
@media screen and (min-width:768px) and (max-width:1280px) {}
/*------------------------------
全体
------------------------------*/
body {
  background-color: #f7f7f7;
}
#logo_fadein {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1001;
}
#logo_fadein p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 400px;
}
#logo_fadein p img {
  width: 100%;
}
.headline {
  font-size: 60px;
  color: #fff;
  text-align: left;
  letter-spacing: .06em;
  font-family: "dm-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.headline span {
  font-size: 13px;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 30px;
  letter-spacing: .14em;
}
#top #content {
  margin-bottom: 0;
}
h1.title {
  background-color: #4e4449;
  color: #fff;
  padding: 50px 0;
  margin-bottom: 10px;
}
h1.title em {
  font-size: 44px;
  max-width: 1260px;
  width: 100%;
  font-family: "dm-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .1em;
  margin: 0 auto;
  display: block;
  padding: 0 30px;
}
h1.title span {
  font-size: 13px;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .15em;
  margin-left: 15px;
}
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  #header_con #site_name {
    width: 364px;
  }
  #header_con > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px auto;
    max-width: inherit;
    width: 97%;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  .headline {
    font-size: 45px;
  }
  #header_con #site_name {
    width: 100%;
    margin: 0;
  }
  #header_con > .inner {
    margin: 0 auto;
    padding: 0;
  }
  body.header_fixed header #header_con, body.open header #header_con {
    padding: 0 0 0 10px;
  }
  body:not(.sp_icon_header_none) header #site_name p {
    justify-content: left;
  }
  header #site_name img {
    max-height: 24px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .headline {
    font-size: 35px;
    text-align: center;
  }
  .headline span {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
  #logo_fadein p {
    width: 200px;
  }
  h1.title {
    padding: 38px 0;
  }
  h1.title em {
    font-size: 30px;
    padding: 0 2.5%;
  }
  h1.title span {
    display: block;
    margin-left: 0;
  }
  body:not(.sp_icon_header_none) header #site_name p {
    justify-content: left;
  }
}
/*------------------------------
gnavi
------------------------------*/
#gNavi_hamburgerMenu nav li {
  border-left: none;
}
#gNavi_hamburgerMenu nav ul {
  border-right: none;
}
/*1024px以上*/
@media screen and (min-width: 1024px) {
  #gNavi_hamburgerMenu {
    background-color: inherit;
  }
  #gNavi_hamburgerMenu nav ul {
    display: flex;
  }
  #gNavi_hamburgerMenu nav li {
    display: inline-block;
  }
  #gNavi_hamburgerMenu nav li a {
    font-size: 14px;
    padding: 10px 19px;
    letter-spacing: .1em;
    font-family: "kozuka-mincho-pro", serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
  }
  #gNavi_hamburgerMenu nav li a:hover, #gNavi_hamburgerMenu nav li a.current {
    background-color: inherit;
  }
  #gNavi_hamburgerMenu nav li a:hover:before, #gNavi_hamburgerMenu nav li a.current:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #4e4449;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    background-repeat: no-repeat;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #gNavi_hamburgerMenu .layer {
    left: 0;
  }
}
/*------------------------------
mv_custom
------------------------------*/
#mv_custom {
  position: relative;
  overflow: hidden;
  height: 700px;
  margin-bottom: 110px;
}
#mv_custom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/mv.jpg") no-repeat center top;
  background-size: cover;
  animation: zoomloop 15s ease-in-out infinite alternate;
  z-index: 0;
}
#mv_custom_inner {
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  height: inherit;
  position: relative;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
  padding: 0 20px;
}
#mv_custom_inner.is-animated {
  opacity: 1;
}
#mv_custom p {
  font-family: "dm-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 81px;
  color: #fff;
  line-height: 1.3;
  animation: none;
  display: inline-block;
}
#mv_custom p em {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  color: #fff;
  letter-spacing: .2em;
  margin-top: 20px;
  display: inline-block;
}
@keyframes zoomloop {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
#mv_custom_inner .char {
  display: inline-block;
  white-space: pre;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#mv_custom_inner.is-animated .char {
  opacity: 1;
  transform: translateY(0);
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #mv_custom {
    margin-bottom: 80px;
  }
  #mv_custom p {
    font-size: 65px;
  }
  #mv_custom p em {
    font-size: 20px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #mv_custom {
    height: 400px;
  }
  #mv_custom p {
    font-size: 33px;
  }
  #mv_custom p em {
    font-size: 13px;
  }
}
/*------------------------------
top_box_menu
------------------------------*/
#top_box_menu {
  max-width: 1240px;
  margin: 0 auto 120px auto;
  padding: 0 20px;
}
#top_box_menu li {
  border: none;
  max-width: 366px;
}
#top_box_menu.small ul {
  margin-top: -35px;
}
#top_box_menu.small li {
  margin-left: 4.2%;
  margin-top: 35px;
}
#top_box_menu.small li:first-child, #top_box_menu.small li:nth-child(3n+1) {
  margin-left: 0;
}
#top_box_menu.small li a .inner_s, #top_box_menu.small li .inner_s {
  padding: 0;
}
#top_box_menu.small li h3 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .06em;
  margin-bottom: 10px;
}
#top_box_menu li .inner_box, #top_box_menu li .img, #top_box_menu li .txt {
  display: block;
}
#top_box_menu.small li .img img {
  width: 366px;
  height: 180px;
  object-fit: cover;
  margin-bottom: 15px;
}
#top_box_menu.small li .txt {
  font-size: 16px;
  letter-spacing: .06em;
}
#top_box_menu li a:hover {
  background-color: inherit;
  border: none;
}
#top_box_menu.small li a {
  border: none;
}
#top_box_menu.small li a:before {
  display: none;
}
/*1260px以下*/
@media screen and (max-width: 1260px) {
  #top_box_menu.small li {
    margin-left: 3%;
    width: 31%;
  }
  #top_box_menu.small li .img {
    width: 100%;
  }
  #top_box_menu.small li .img img {
    width: 100%;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_box_menu {
    margin: 0 auto 90px auto;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_box_menu ul {
    display: block;
  }
  #top_box_menu.small li {
    margin-top: 35px;
    width: 100%;
    margin-left: 0;
  }
  #top_box_menu.small li h3 {
    font-size: 16px;
  }
  #top_box_menu.small li .txt {
    font-size: 13px;
  }
}
/*------------------------------
top_greeting
------------------------------*/
#top_greeting {
  margin-bottom: 0;
  padding: 75px 0 8px 0;
}
#main #top_greeting h2 {
  font-size: 60px;
  letter-spacing: .06em;
  margin-bottom: 20px;
  font-family: "dm-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#main #top_greeting h2 span {
  font-size: 13px;
  letter-spacing: .14em;
  margin-left: 30px;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 500;
  font-style: normal;
}
#top_greeting .inner_s {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
#top_greeting .img {
  float: none;
  margin-left: 0;
}
#top_greeting .img img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
#top_greeting p em {
  font-size: 20px;
  line-height: 2;
  letter-spacing: .08em;
  margin-bottom: 20px;
  display: block;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 500;
  font-style: normal;
}
#top_greeting .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .06em;
}
#top_greeting .signature {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: .06em;
}
/*1260px以下*/
@media screen and (max-width: 1260px) {
  #top_greeting .inner_s {
    gap: 35px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_greeting .img img {
    width: 350px;
    height: 350px;
  }
  #top_greeting p em {
    font-size: 18px;
  }
  #main #top_greeting h2 {
    font-size: 45px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_greeting .inner_s {
    display: block;
  }
  #top_greeting .img {
    margin-bottom: 40px;
  }
  #top_greeting p em {
    font-size: 16px;
  }
  #top_greeting .txt, #top_greeting .signature {
    font-size: 13px;
  }
  #main #top_greeting h2 span {
    display: block;
    margin-left: 0;
  }
  #main #top_greeting h2 {
    font-size: 35px;
    text-align: center;
  }
  #top_greeting .img img {
    width: 250px;
    height: 250px;
  }
}
/*------------------------------
top_news
------------------------------*/
#top #content {
  padding: 0 20px;
}
#top #top_news {
  padding: 78px 0 75px 0;
  background-color: #4e4449;
  margin-bottom: 0;
}
#top #top_news .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
#top #top_news #news_post_wrapper {
  border: none;
  padding: 40px;
  background-color: #3e363a;
}
#top #news_post_wrapper ul li p {
  padding-bottom: 16px;
}
#top #news_post_wrapper li p.ymd {
  color: #fff;
  font-size: 16px;
}
#top #news_post_wrapper li p.slug span {
  border: 1px solid #fff;
  background-color: #4e4449;
  color: #fff;
}
#top #news_post_wrapper li .con a {
  font-size: 16px;
  color: #fff;
  letter-spacing: .06em;
}
#top #top_news #top_news_list {
  text-align: right;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 12px;
}
#top #top_news #top_news_list a {
  color: #fff;
  text-decoration: none;
  letter-spacing: .06em;
  padding-right: 25px;
  position: relative;
}
#top #top_news #top_news_list a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 15px;
  background-image: url("../img/top/yajirushi.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
}
#top_news .inner .no_post {
  color: #fff;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top #news_post_wrapper li .con a, #top #news_post_wrapper li p.ymd {
    font-size: 13px;
  }
}
/*------------------------------
top_property
------------------------------*/
#top_property {
  display: flex;
  flex-direction: row-reverse;
}
#top_property_txt, #top_property_img {
  width: 50%;
}
#top_property_img {
  height: 480px;
  background: url("../img/top/img2.jpg") no-repeat left top;
  background-size: cover;
}
#top_property_txt {
  background-color: #4e4449;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 150px;
  color: #fff;
  padding-left: 20px;
}
#top_property_txt .headline {
  margin-bottom: 25px;
}
#top_property_txt p a {
  color: #fff;
  text-decoration: none;
  margin-top: 65px;
  display: inline-block;
  position: relative;
  padding-right: 52px;
}
#top_property_txt p a:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/cmn/icon_yajirushi.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: -7px;
  background-repeat: no-repeat;
}
#top_property_txt p a:hover {
  text-decoration: underline;
}
/*1260px以下*/
@media screen and (max-width: 1260px) {
  #top_property_txt .headline span {
    margin-left: 0;
    display: block;
    margin-top: 22px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_property_txt {
    padding-right: 50px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_property {
    display: block;
  }
  #top_property_txt, #top_property_img {
    width: 100%;
  }
  #top_property_img {
    height: 250px;
  }
  #top_property_txt {
    display: block;
    padding: 60px 20px;
  }
  #top_property_txt p, #top_property_txt p a {
    font-size: 13px;
  }
}
/*------------------------------
top_contact
------------------------------*/
#top_contact {
  background: url("../img/top/img4.jpg") no-repeat center top;
  background-size: cover;
  height: 420px;
  display: flex;
  align-items: center;
}
#top_contact_inner {
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  gap: 50px;
}
#tel_mail, #top_sns {
  display: flex;
}
#tel_mail li, #tel_mail li a, #top_sns li a {
  color: #fff;
}
#tel_mail {
  gap: 48px;
}
#tel_mail li:nth-child(1) {
  font-size: 38px;
  letter-spacing: .02em;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  padding-left: 44px;
  position: relative;
}
#tel_mail li:nth-child(1) em {
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: .02em;
  display: block;
  font-weight: normal;
}
#tel_mail li:nth-child(1):before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 31px;
  background-image: url("../img/cmn/icon_tel.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 10px;
  background-repeat: no-repeat;
}
#tel_mail li:nth-child(2) a {
  display: block;
  text-decoration: none;
  border: 2px solid #fff;
  width: 240px;
  text-align: center;
  padding: 20px 0 20px 40px;
  font-size: 16px;
  line-height: 1;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  margin-top: 9px;
}
#tel_mail li:nth-child(2) a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url("../img/cmn/icon_mail.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 54px;
  top: 50%;
  margin-top: -7.5px;
  background-repeat: no-repeat;
}
#tel_mail li:nth-child(2) a:hover {
  background-color: #000;
}
#top_sns {
  gap: 30px;
  margin-top: 35px;
  justify-content: center;
}
#top_sns li a {
  display: block;
  width: 180px;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  letter-spacing: .08em;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 500;
  font-style: normal;
}
#top_sns #top_sns_x a {
  background-color: #000;
}
#top_sns #top_sns_insta a {
  background: #515BD4;
  background: linear-gradient(90deg, rgba(81, 91, 212, 1) 0%, rgba(226, 51, 104, 1) 50%, rgba(225, 50, 111, 1) 100%);
}
#top_sns #top_sns_line a {
  background-color: #00b900;
}
#top_sns li a:hover {
  opacity: 0.8;
}
/*1260px以下*/
@media screen and (max-width: 1260px) {
  #top_contact_inner .headline span {
    display: block;
    margin-left: 7px;
    margin-top: 20px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_contact_inner {
    justify-content: center;
    gap: 100px;
  }
  #tel_mail {
    display: block;
  }
  #tel_mail li:nth-child(1) {
    margin-bottom: 20px;
  }
  #top_sns {
    display: block;
  }
  #top_sns li:not(:last-child) {
    margin-bottom: 15px;
  }
  #top_sns li a {
    width: 100%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_contact {
    height: auto;
    display: block;
    padding: 80px 20px;
  }
  #top_contact_inner {
    display: block;
  }
  #top_contact_inner .headline {
    margin-bottom: 40px;
    text-align: center;
  }
  #tel_mail {
    display: block;
  }
  #tel_mail li:nth-child(1) {
    text-align: center;
    font-size: 33px;
  }
  #tel_mail li:nth-child(1)::before {
    left: 5%;
  }
  #tel_mail li:nth-child(1) em {
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
  }
  #tel_mail li:nth-child(2) a {
    margin: 9px auto 0 auto;
  }
}
/*------------------------------
footer_custom
------------------------------*/
#footer_custom {
  background-color: #4e4449;
  padding-top: 65px;
}
#footer_custom_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 0 20px;
  gap: 50px;
}
#footer_left h1 {
  margin-bottom: 30px;
}
#footer_left table {
  border-bottom: 1px solid #aaa;
}
#footer_left th, #footer_left td {
  font-size: 13px;
  letter-spacing: .08em;
  padding: 14px 10px;
  border-top: 1px solid #aaa;
}
#footer_left th {
  width: 100px;
  vertical-align: middle;
}
#footer_right {
  overflow: hidden;
  max-width: 683px;
  width: 100%;
}
#footer_right #footer_map {
  max-width: 683px;
  width: 100%;
  height: 310px;
  overflow: hidden;
}
#footer_right #footer_map #gmap_footer {
  height: 312px;
}
#googlemap_footer {
  position: relative;
  padding-top: 70%;
  height: 0;
  overflow: hidden;
}
#googlemap_footer * {
  max-width: none;
}
#googlemap_footer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #googlemap_footer {
    height: 400px !important;
  }
}
#footer_gnav {
  width: 485px;
  display: flex;
  flex-wrap: wrap;
  float: right;
  margin-top: 30px;
}
#footer_gnav li {
  padding-right: 10px;
  margin-left: 10px;
  position: relative;
}
#footer_gnav li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #b5b2b3;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  background-repeat: no-repeat;
}
#footer_gnav li:nth-child(5n):before {
  display: none;
}
#footer_gnav li:nth-child(1), #footer_gnav li:nth-child(6), #footer_gnav li:nth-child(11) {
  margin-left: 0;
}
#footer_gnav li a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  letter-spacing: .08em;
}
#footer_gnav li a:hover {
  text-decoration: underline;
}
#copyright {
  text-align: center;
  color: #fff;
  font-size: 11px;
  letter-spacing: .08em;
  margin-top: 100px;
  padding-bottom: 10px;
}
#company #googlemap_footer {
  position: relative;
  padding-top: 70%;
  height: 0;
  overflow: hidden;
}
#company #googlemap_footer * {
  max-width: none;
}
#company #googlemap_footer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  #company #googlemap_footer {
    height: 400px !important;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #footer_custom_inner {
    display: block;
  }
  #footer_gnav {
    width: 422px;
  }
  #footer_gnav li a {
    font-size: 11px;
  }
  #footer_wrap {
    display: block;
  }
  #footer_left h1 {
    text-align: center;
  }
  #footer_left table {
    width: 100% !important;
  }
  #footer_left {
    margin-bottom: 40px;
  }
  #footer_right {
    max-width: 100%;
  }
  #footer_right #footer_map {
    max-width: 100%;
    z-index: 0;
    position: relative;
  }
  #footer_gnav {
    display: none;
  }
  #copyright {
    margin-top: 50px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*------------------------------
news
------------------------------*/
#news #sidebar #side_category h3, #news #sidebar #side_archives_month h3 {
  background-color: #4e4449;
}
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  #news #sidebar {
    margin-top: 50px;
  }
}
/*------------------------------
blog
------------------------------*/
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  #blog #sidebar {
    margin-top: 50px;
  }
}
/*------------------------------
item
------------------------------*/
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  #item #sidebar {
    margin-top: 48px;
  }
}