@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Shippori+Mincho+B1:wght@400;600;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1.8;
  overflow-wrap: break-word;
}

h1 {
  font-size: clamp(3.2rem, 5.625vw, 4.5rem);
}

h2 {
  font-size: clamp(18px, 4vw, 22px);
  line-height: 1.5;
  margin-bottom: 1.6rem;
}

h3 {
  font-size: clamp(2rem, 3vw, 2.4rem);
}

h4 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
}

a {
  text-decoration: none;
}

figcaption {
  font-family: "Noto Sans JP", sans-serif;
}

.d-flex {
  display: flex;
}

.f-warp {
  flex-wrap: wrap;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}
.txtcenter,
.txt_center{
  text-align: center;
}

.news_block {
  width: 750px;
  max-width: 98%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #333;
  padding-block: 2.4rem;
  margin: 5rem auto 0 ;
}
.news_block dt{
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.slider img,
.slider2 img {
  width: 100%;
}

.main_kv {
  position: relative;
}

.mv_group {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100vh;
}

.mv_group img {
  width: 100%;
}

.mv_left {
  width: 50%;
}

.slide01 {
  height: 100vh;
  width: 100%;
}

.mv_left img {
  height: 100%;
  object-fit: cover;
}

#photo,
#photo2 {
  position: relative;
}

#photo img,
#photo2 img {
  top: 0;
  left: 0;
  position: absolute;
}

.mv_right {
  clip-path: inset(0 0 0 0);
  height: calc(50vh + 322px);
  margin-top: calc(50vh - 202px);
  padding-bottom: 40px;
  width: calc(50% - 160px);
}

.mv_text {
  position: absolute;
  bottom:-40px;
  right: 60px;
  z-index: 100;
}

.mv_text h2.mv_title {
  font-size: 32px;
  opacity: 0;
  transform: translateX(-40px);
  transition: .5s;
  transition-delay: .5s;
  z-index: 1;
  overflow: hidden;
}
.mv_text.show h2.mv_title {
  opacity: 1;
  transform: translateX(0);
}

.mv_text h2.mv_title::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  transition: .5s;
  transition-delay: 1s;
}

.mv_text.show h2.mv_title::before {
  transform: translateX(100%);
}

.mv_text span {
  display: block;
  font-weight: 500;
  letter-spacing: 0.6rem;
}
.mv_title .en{
  font-size: 60px;
}

.container{
  width: 1280px;
  margin: 0 auto;
}

/*========= 1文字ずつ出現させるためのCSS ===============*/

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes shiny {

  0% {
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }

  80% {
    opacity: 0.5;
    transform: scale(0) rotate(45deg);
  }

  81% {
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }

  100% {
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}




header {
  position: relative;
}



.h_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
  background: rgb(255, 255, 255, 0.9);
}

.header_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.l-header {
  position: relative;
}

.l-header__logo {
  position: absolute;
  z-index: 2;
  width: 220px;
  height: 72px;
  top: 4px;
  left: 2%;
}

.l-header__logo a {
  background-image: url(../img/n-common/main_logo.png);
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.l-nav-btn {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1001;
}

.l-nav-btn .nav_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000000;
  cursor: pointer;
  transition: background-color 370ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-nav-btn span {
  display: block;
  background-color: #ffffff;
  width: 35px;
  height: 3px;
  margin: 6px 0;
}

.l-nav-btn .nav_btn.is-close span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.l-nav-btn .nav_btn.is-close span:nth-of-type(2) {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.h_inner h1 {
  font-size: 1rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.header_box nav {
  display: flex;
}

.h_nav_list {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  font-size: clamp(11px, 1vw, 17px);
}

.h_nav_list li a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 2.4rem;
}

.header_tel {
  font-weight: bold;
  color: #333;
  text-decoration: none;

}


.h_menu {
  display: flex;
}

.h_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  font-size: 1.8rem;
  padding: 0 40px;
  color: #fff;
  text-decoration: none;
}

.h_contact_mail a {
  background: #a67a49;
}

.h_contact_file a {
  color: #707070;
  background: #ffdf00;
}

/*ヘッダーfixed*/
.sidemenu {
  width: 59px;
  padding: 13px 10px 4px 10px;
  text-align: center;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3000;
  background: #ffdf00;
  border-radius: 4px 0 0 4px;
}

.sidemenu .sidemenu_text {
  display: flex;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 39px;
  background: #fff;
  color: #333;
  padding: 1.6rem 0;
  border-radius: 4px;
  margin-bottom: 3px;
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap
}

.sidemenu .sidemenu_text img {
  position: relative;
  width: 2rem;
  margin-bottom: 1rem;
}



.sitemap {
  display: block;
  opacity: 0;
  position: fixed;
  background: url(../img/n-common/menu/036.jpg) no-repeat;
  background-color: rgb(0, 0, 0, 0.4);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
  padding: 5%;
  overflow: scroll;

}

.sitemap_first {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.sitemap_first a {
  position: relative;
  font-size: 32px;
  line-height: 3.6;
  color: #fff;
  font-weight: bold;
}


.sitemap_first a:before {
  background-color: #fff;
  content: "";
  display: block;
  height: calc(100% + 0rem);
  left: -4px;
  opacity: .5;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: center bottom;
  transition: transform .75s cubic-bezier(.19, 1, .22, 1);
  width: 1px;
}

.sitemap_first a:hover {
  opacity: 0.8;
}

.sitemap_first a:hover:before {
  transform: scale(1);
}



.sitemap_left {
  position: absolute;
  right: 60px;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.sitemap_left li {
  margin-right: 2rem;
}

.sitemap_left li a {
  color: #fff;
  text-decoration: underline;
}

.open_title {
  font-size: 4rem;
  font-weight: bold;
  width: 100%;
  display: block;
}

.header__nav__meta__info {
  bottom: 50px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  left: 60px;
  position: absolute;
  letter-spacing: 0.08rem;
}

.header__nav__meta__info__name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.sitemap_last {
  display: none;
}




.sitemap.slide-in {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 999;
}




.top_theme {
  padding: 100px 0;
}


.top_theme_header {
  position: relative;
  display: flex;
}

.top_theme_header ._logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.top_theme_header ._contact {
  margin-left: auto;
  line-height: 0;
}

.top_theme_tel {
  font-size: 3.6rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  margin-right: 20px;
}

.top_theme p {
  font-size: 24px;
  letter-spacing: 0.08rem;
  line-height: 1.8;
  font-weight: 600;
  margin: 50px 0 0;
  text-align: center;
}

.theme_list_block {
  margin: 6rem auto 0;
}

.theme_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.theme_list li {
  margin: 0 2rem;
}

.theme_list li a {
  color: #000;
  text-decoration: underline;
}

.theme_list li a:hover {
  opacity: 0.7;
}

.conditions_item {
  display: flex;
  justify-content: center;
  background: #f4f4f4;
  padding: 5rem 0;

}

.conditions_item_inner {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  width: 480px;
  max-width: 90%;
  margin: 0 auto;
  box-shadow: 0px 0px 5px 2px #4444;
  opacity: 0.85;
}

.conditions_item_inner .conditions_number span {
  font-size: 20px;
  font-weight: bold;
  padding-left: 6px;
}

.conditions_item_inner p {
  margin: 2rem 0;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

.t_color_bold {
  color: #c59a4f;
}

.conditions_item ._item {
  width: 100%;
  height: 640px;
  display: flex;
  align-items: center;
}

.conditions_item ._item.sec_01 {
  background: url(../img/n-common/about01.jpg) no-repeat;
  background-size: cover;
}

.conditions_item ._item.sec_02 {
  background: url(../img/n-common/about02.jpg) no-repeat;
  background-size: cover;
}

.conditions_link {
  display: block;
  width: 640px;
  max-width: 100%;
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 2rem;
  text-align: center;
  letter-spacing: 0.08rem;
}

.about_block {
  margin-top: clamp(5rem, 5.25vw, 15rem);
  padding: 0 5%;
  display: flex;
  align-items: center;
}

.about_block ._img {
  width: 50%;
}

.about_block ._img img {
  border-radius: 25px;
}




.about_block ._dec {
  width: 50%;
  padding: 0 3vw;
}

.about_block ._dec .en {
  font-size: clamp(1.5rem, 0.167rem + 6.67vw, 12.5rem);
  opacity: 0.1;
  position: relative;
  top: 40px;
  z-index: -1;
  line-height: 0;
}


.about_block ._dec h2 {
  letter-spacing: 0.2rem;
}

.underline_title {
  position: relative;
  margin-bottom: 2.4rem;
  max-width: 80%;
}

.underline_title::after {
  background: radial-gradient(circle farthest-side, #c59a4f, #c59a4f 60%, transparent 60%, transparent);
  background-size: 10px;
  content: '';
  display: inline-block;
  height: 10px;
  width: 100%;
}

.section-title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.about_block p+p {
  padding: 1rem 0;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.btn-wrap {
  margin-top: 2rem;
}

.btn-wrap a {
  position: relative;
  color: #000;
}

.btn-main {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 70px;
  line-height: 60px;
  text-decoration: underline;
}


.btn-main-parts {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: -17px;
}

.btn-main-parts::before {
  content: "";
  background-image: url(../img/n-common/right_arrow.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn-main-parts::after {
  content: "";
  width: 60px;
  height: 60px;
  border: 1px dashed #333;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
}

.event_block {
  padding: 0 2%;
  margin: 5rem 0;
}

.event_block ._title {
  text-align: center;
  margin: 50px 0 0;
}

.event_list {
  display: flex;
  justify-content: space-between;
}

.event_list li {
  width: 32%;
}

.event_list_box .h3_title {
  font-size: clamp(1.8rem, 2vw, 2rem);
}

.event_list li img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.event_list li a {
  color: #333;
}



.event_day p {
  margin: 16px 0;
  border-left: 2px solid #fbd112;
  padding-left: 10px;
}

.event_list ._category {
  max-width: 200px;
  background: #222;
  color: #fff;
  text-align: center;
  padding: 2px;
  margin: 1.6rem auto;
}

.bold {
  font-size: 18px;
  font-weight: bold;
}

.work_block {
  display: flex;
  margin: 10rem 0 8rem;
  overflow-x: hidden;

}

.work_block_title {
  width: 5rem;
  writing-mode: vertical-lr;
  font-feature-settings: normal;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 48px;
  margin: 0 50px 0;
}

.work_block_title h2 {
  line-height: 48px;

}


.sec2_work_item {
  width: calc(100% - 5rem);
}

.item_title_name{
  padding-left: 10px;
}

.work_slider ._img {
  width: 95%;
  height: 526px;
  margin-bottom: 10px;
}

.work_slider a {
  color: #333;
}

.work_slider ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work_slider {
  display: flex;
}

.more_link a {
  display: block;
  width: 64rem;
  max-width: 98%;
  height: 8rem;
  margin: 0 auto 10rem;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #1a1a1a;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 4rem;
  text-align: center;
  color: #1a1a1a;
  background-image: url(../img/n-common/arrow_icon.svg);
  background-repeat: no-repeat;
  background-position: right 4rem center;
  padding-top: 1.9rem;
  text-decoration: none;
}


.concept_block {
  background: url(../img/n-common/concept_bg.jpg)no-repeat;
  background-size: 100%;
  width: 100%;
  padding: 20rem 0;
}

.concept_title {
  text-align: center;
  color: #fff;
  text-shadow: 5px 2px 5px #111;
}

.concept_title h2 {
  font-size: 70px;
  margin-bottom: 20px;
}

.concept_title p {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
}

.document_block {
  margin: 80px 0;
  text-align: center;
}

.document_block ._title h2 img {
  margin-bottom: 5rem;
}


.contact_banner {
  position: relative;
  background: #fdd000;

}

.contact_list {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.contact_girl {
  position: absolute;
  right: -20px;
  bottom: 0;
}

.contact_girl img {
  vertical-align: bottom;
}

.contact_cta_banner a {
  position: relative;
  z-index: 100;
  display: block;
  width: 640px;
  max-width: 100%;
  margin: -30px auto 20px;
  color: #fff;
  padding: 2rem;
  background-color: #2e2523;
}

.contact_cta_banner p {
  line-height: 2;
}



.about_inner {
  position: relative;
}

.about_inner ._img {
  position: absolute;
  left: 0;
  top: 0;
  width: 640px;
}

.about_inner ._img img {
  width: 100%;
}

/*
.about_box{
  position: relative;
  z-index: 100;
  background-color: #fff;
  width: 520px;
  height: 480px;
  margin-left: auto;
  margin-top: -40px;
  padding: 2rem 40px 3rem;

}
.about_list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
*/

.blog_block{
  padding: 0 5rem;
  display: flex;
}
.blog_block h2 span{
  display: block;
  font-size: 3.2rem;
  font-weight: 100;
}
.blog_block .btn a{
  display: block;
  background: #fdd000;
  color: #000;
  text-align: center;
  padding: 1rem 2.4rem;
  margin-top: 4rem;
  width: 280px;
  max-width: 100%;
}

.blog_block ._title{
  padding-inline: 5rem;
  width: 400px;
}
.index_blog_list{
  width: calc(100% - 400px);
}
.index_blog_list .List_blog ._item{
  padding: 1rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.List_blog ._item a{
  display: flex;
  align-items: center;
  color: #333;
}

.b_time{
  padding-right: 2rem;
  border-right: 1px solid #333;
}
.List_blog ._item a picture{
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 2rem;
}
.List_blog ._item a picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_blog_dec h3{
  font-size: 1.6rem;
  margin-left: 2rem;
}


.pre_blog{
  margin-top: 10rem;
  text-align: center;

}
.pre_blog a{
  display: block;
  border: 1px solid #1a1a1a;
  max-width: 700px;
  padding: 1em 1em;
  color: #333;
  background-image: url(../img/n-common/arrow_icon.svg);
  background-repeat: no-repeat;
  background-position: right 4rem center;
}





.voice_block {
  background: url(../img/n-common/voice_bg.jpg) no-repeat center;
  text-align: center;
  padding: 100px 0 50px;
}

.voice_text {
  color: #fff;
  line-height: 2;
}

.voice_btn a {
  display: block;
  width: 52rem;
  max-width: 100%;
  height: 8rem;
  margin: 5rem auto 0px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #1a1a1a;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 4rem;
  text-align: center;
  color: #1a1a1a;
  background-image: url(../img/n-common/arrow_icon.svg);
  background-repeat: no-repeat;
  background-position: right 4rem center;
  padding-top: 1.9rem;
  text-decoration: none;
}


.contact_block {
  position: relative;
  bottom: -10rem;
  margin-top: 50px;
  z-index: 100;
}

.contact_block .sp {
  width: 100%;
}

.contact_block .container {
  position: relative;
}

.contact_mail_icon {
  position: absolute;
  right: 4%;
  top: 27%;
}

footer {
  width: 100%;
  min-width: 1100px;
  background: #eeefef;
  padding: 170px 0 50px;
  line-height: 1.6;
  position: relative;
}


.f_home_link a {
  display: block;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.f_link_block {
  display: flex;
  justify-content: space-between;
}

.f_link_block ul {
  width: 31%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 16px 0 6px;
  margin: 4rem 0;
}

.f_link_block li::before {
  content: "> ";
}

.f_link_block li {
  padding: 0 20px;
  margin-bottom: 10px;
}

.f_link_block li a {
  text-decoration: none;
  font-weight: bold;
  color: #444;
}

.f_banner_inner {
  display: flex;
  justify-content: center;
}

.f_banner_inner img {
  width: 100%;
}

.sp_footer {
  display: none;
}

.contact_form_block {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}

.smf-text-control input {
  padding: 0.4em 10px 0.4em;
  border: 1px #777 solid;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  appearance: none;
  line-height: 2;
  outline: 0;
  width: 250px;
  max-width: 100%;
  margin-bottom: 0.5px;
}

.smf-text-control input[name="zip"] {
  width: 100px !important;
  margin-bottom: 3rem;
}

.smf-text-control input[name="add0"] {
  width: 300px !important;
  margin-bottom: 3rem;

}

.smf-text-control input[type="email"],
.smf-text-control input[name="add1"] {
  width: 100%;
}

/*下層ページ*/

h1._txtcenter {
  text-align: center;
  margin-bottom: 10rem;
}

.single_page,
.single_warp,
.archive_inner {
  margin: 10rem 0 5rem;
}

.archive_inner .page_title {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}



h1.blog_title {
  font-size: clamp(1.6rem, 3vw, 3.2rem);
  margin-bottom: 2rem;
}

.blog_contents p,
.page_content p {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 1.6rem;
}

.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 4rem;
}

h2.wp-block-heading {
  padding-bottom: 0.5rem;
  margin: 5rem 0 1rem;
  border-bottom: 1px solid #333;
}

h3.wp-block-heading {
  margin: 4rem 0 1rem;
}

.wp-block-columns h3.wp-block-heading {
  margin: 0 0 1rem;
}

.wp-block-image {
  margin: 1rem 0;
}

.wp-block-cover__inner-container {
  padding: 4rem 0;
}

/*ブログ一覧ページ*/

.blog_inner {
  margin: 5rem 0;
}

.blog_inner .container {
  display: flex;
}

.blog_post_list{
  width: calc(100% - 260px);
  max-width: 100%;
}


.side_colum {
  width: 260px;
  margin-left: 5rem;
}

.blog_box {
  display: flex;
  color: #333;
  margin-bottom: 5rem;
}

.post_img figure {
  position: relative;
  width: 360px;
  height: 280px;
  overflow: hidden;
}

.post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post_text_title {
  margin-left: 2rem;
}

.post_text_title h2 {
  font-size: clamp(1.6rem, 2vw, 2rem);
}

.blog_time {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
}

.post_text_dec {
  font-family: "Noto Sans JP", sans-serif;
}

.post_category {
  margin-bottom: 40px;
}

h2.side_title {
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}

.ranking_list {
  margin-bottom: 40px;
}

.ranking_list .img {
  height: 240px;
  width: 100%;
  text-align: center;
}

.ranking_list .img img {
  height: 100%;
  width: 100%;
}


.next_blog_list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 80px;
  line-height: 1;
}

.next_blog_list a {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 10px;
}

.next_blog_list img {
  width: 18px;
}

.blog_page_new {
  background: #f2f2f2;
  padding: 50px 0 40px;
}

.blog_page_new ._title {
  text-align: center;
  margin-bottom: 2rem;
}

.blog_page_new ._title h2 {
  display: inline-block;
}

.blog_page_new_list {
  display: flex;
  justify-content: space-around;
}

.blog_page_new_list li {
  width: 23%;
  background: #fff;
}

.blog_page_new_list li h3 {
  padding: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.blog_page_new_list img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}

.nav-links{
  text-align: center;
}


/*アーカイブ一覧*/

.page_title {
  margin: 50px 0 40px;
}


.archive_list {
  margin-top: 4rem;
  padding: 0 2%;
}

.work_category {
  margin-bottom: 20px;
}

.works_title img {
  width: 100%;
}

.work_category li {
  padding: 10px;
  text-align: center;
  width: 50%;
}

.work_category li.active {
  background: #fbd112;

}

.work_archive {
  width: 1980px;
  max-width: 100%;
  margin: auto;
  padding: 0 2%;
}


.archive_list ._item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.archive_item {
  width: calc((100% - 6.1rem) / 4);
  margin-bottom: 5rem;
}
.archive_item a{
  color: #333;
}

.archive_item a:hover {
  opacity: 0.6;
}

.archive_item .archive_box {
  color: #333;
}

#archiveEvent .archive_img img{
  height: clamp(150px, 20vw, 440px);
  margin-bottom: 10px;
}

.archive_item figcaption{
  display: block;
}



.adjust-box {
  position: relative;
  width: 50%;
  height: auto;
  background: #EEE;
}

.box-1x1:before {
  content: "";
  display:
    block;
  padding-top: 100%;
}

.inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.adjust-box p {
  line-height: 1.5em;
}


.archive_img{
  height: 349px;
}

.archive_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.archive_dec h2.blog_title {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: bold;
  margin-top: 10px;
}

/*施工事例一覧ページ*/
.page_nation{
  text-align: center;
  margin-bottom: 40px;
}
.page-numbers{
  font-size: 18px;
  font-family: Impact;
  background: #000;
  color: #fff;
  padding: 10px 20px;
}

.page-numbers.current{
  background: none;
  color: #000;
}
.next,
.prev  {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08rem;
  background: none;
  color: #000;
}


/*施工事例single*/
.n_works_title {
  margin: 50px 0 0;
}

.work_single .wp-block-image img {
  width: 100%;
  object-fit: cover;
}
.tag_list_work{
  margin: 10px;
}
.tag_list_work li{
  padding-right: 15px;
}
.tag_list_work li::before{
  content: "";
  display: inline-block;
  background-image: url(../img/work/tag_icon.gif);
  width:20px ;
  height: 20px;
  position: relative;
  top:4px;
  margin-right: 2px;
  background-size: contain;
}
.tag_list_work li a{
  color: #000;
}

.custom_filed_work ul li{
  background: #F5F5F5;
    margin: 1rem 0;
    padding: 0 0.5rem;
    font-size: 1.4rem;

}

.cv-link {
  text-align: center;
  margin-bottom: 50px;
}

.cv_inner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2%;
}

.cv-link p {
  font-size: clamp(1.6rem, 0.818rem + 1vw, 2.8rem);
  font-weight: bold;
  color: #a67a49;
  margin-bottom: 15px;
}

.cv-link a {
  display: block;
  margin: -32px auto 0;

  overflow: hidden;
  position: relative;
}

.cv-link a:before {
  animation: shiny 3s ease-in-out infinite;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -180px;
  width: 30px;
}

.cv-link a:hover {
  opacity: 0.8;
}

/*タグ一覧ページ*/
#arichive_tag h1{
  text-align: center;
  margin-bottom: 20px;
}
#arichive_tag h1::before{
  content: "";
  display: inline-block;
  background-image: url(../img/work/tag_icon.gif);
  width:40px ;
  height: 40px;
  position: relative;
  top:4px;
  margin-right: 2px;
  background-size: contain;
}

/*会社概要*/
.company_messeage {
  text-align: center;
}

.company_messeage_inner {
  margin: 4rem 0;
  line-height: 2.4;
  font-family: "Noto Sans JP", sans-serif;

}

.company_messeage_inner ._text ul {
  background: #eee;
  max-width: 400px;
  padding: 2rem 0;
  margin: 20px auto;
  font-weight: bold;
  letter-spacing: 0.25rem;
}

.text_right {
  display: block;
  text-align: right;
}

.company_table {
  margin: 5rem 0;
}

.company_table_label {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #ddcf8f;
  border-bottom-style: solid;
}

.company_table_label dt {
  color: #dcc41e;
  font-size: 15px;
  letter-spacing: 5px;
  font-weight: bold;
  text-align: center;
  width: 25%;
  padding: 5px;
}

.company_table_label dd {
  color: #3a3a3a;
  font-size: 15px;
  padding: 5px;
  padding-left: 20px;
  border-left-width: 1px;
  border-left-color: #dcc41e;
  border-left-style: dotted;
  border-collapse: collapse;
  overflow: hidden;
}

.g_map {
  width: 100%;
  height: 500px;
}


/*リノベーションページ　renovation_page_list*/

.single_sec {
  margin-bottom: 10rem;
}

.single_sec .h2_title {
  margin-bottom: 2rem;
}

.page_header {
  margin-bottom: 4rem;
}

.page_header h1 {
  margin-bottom: 4rem;
}

.page_header h1 span {
  font-size: 2.4rem;
  display: block;
}
.renovation_page_mv{
  position:relative
}

.renovation_page_mv h1 img {
  width: 100%;
  height: 1000px;
  object-fit: cover;
}
.renovation_page_mv figure{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.single_mv {
  margin-bottom: 10rem;
}

.renovation_page_list {
  display: flex;
  gap: 20px;
}

.renovation_page_list ._item {
  width: 33.33%;
}

.renovation_page_list ._item a {
  font-weight: bold;
  color: #333;
}

.renovation_page_list ._item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.egg_renovation {
  display: flex;
  flex-wrap: wrap;
}

.egg_renovation ._img {
  width: 50%;
  max-width: 100%;
}

.egg_renovation ._text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  max-width: 100%;
  padding-left: 10rem;
  padding-top: 5rem;
}

.renovation_blog_next {
  margin: 5rem auto 0;
  text-align: center;
}

.renovation_blog_next a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 2em;
  border: 1px solid #707070;
  border-radius: 9999px;
  color: #333;

}


.btn09 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 60px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.btn09 a:hover {
  color: #f2f2f2;
}

.btn09 a span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ceb849;
  border: 1px solid transparent;
  z-index: 2;
}

.btn09 a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background-color: #bab38c;
  z-index: 1;
}

.btn09 a:hover span {
  background-color: #B99b00;
  border: 1px solid #333;
}

.renovation_reason_block ._title {
  text-align: center;
}

.renovation_reason_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5rem 0;
}

.renovation_reason_list li {
  width: 48%;
  max-width: 100%;
  border: 2px solid #333;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 4rem;
}

.renovation_reason_list li a {
  color: #333;
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 2rem);
}

.renovation_reason_list span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: bold;

}


.how_to_renovation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.how_to_renovation ._item {
  display: flex;
  align-items: center;
  background: #fff;
  width: 33.33%;
  padding: 0 10px;
}

.how_to_renovation ._item ._img {
  width: 30%;
}

.how_to_renovation ._item ._text {
  width: 70%;
}

.how_to_renovation ._item:nth-child(even) {
  background: #f5f5f5;
}

.how_to_renovation h3 {
  font-size: 20px;
  margin: 20px 0 10px;
}

.how_to_renovation p.f16 {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
}

.how_to_renovation p {
  font-size: 12px;
  letter-spacing: 0;
}




input[type=text],
input[type=tel] {
  width: 100%;
}

.post-type-archive-renovation_post .archive_img{
  height: 200px;
}


/*スタッフ一覧*/

.staff_list_archive {
  padding-top: 160px;
}

.page_key_copy {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}


.heading-2 {
  text-align: center;
}

.heading-2__en {
  display: block;
  font: 400 4rem "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}

.heading-2__jp {
  font-size: 14px;
}


.staff_content {
  margin: 60px 0 0;
}

.staff_content a {
  color: #333;
}

.staff_content a:hover {
  opacity: 0.8;
}

.staff_list {
  width: 25%;
  margin: 0 0 60px;
  padding: 0 2%;
}

.staff_block img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin-bottom: 15px;
}

.staff_list_name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin: 0 0;
}


/*私たちが建てる家　自然素材*/
.natural_page{
  text-align:center
}
.natural_page .page_sub_title{
  margin-bottom:40px;
}
.natural_page_content .d-flex {
  flex-wrap:wrap;
}
.natural_page_content .d-flex >div{
  width: 50%;
}


.natural_page_content .d-flex ._text{
  padding-left:40px;
  text-align:left;
}
.natural_page_content .d-flex ._text h3{
  margin-bottom:20px;
}
.natural_page_content .d-flex ._text p{
  line-height:2.4;
}

.natural_page_content .wp-block-columns{
  margin:50px 0;
}
.natural_page_content .wp-block-column{
  text-align:left;
}

.natural_page_content .has-background{
  padding:20px;
}


/*住まいづくりに役立つコラム*/
.post-type-archive-column .archive_img{
  height: 200px;
}

/*イベント一覧アーカイブ*/
.page_mv_title{
  position: relative;
}

.event_mv{
  background: url(../img/page/event_mv.jpg) no-repeat center;
  background-size: 100%;
  width: 100%;
  height: 400px;
}
.event_mv h1{
  font-size: 28px;
  text-align: center;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-20%);
}
.event_mv h1 span{
  display: block;
}

#event_sec{
  width: 1400px;
  max-width: 98%;
  margin: 20px auto;
}
.list_event{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_event li{
  position: relative;
  width: 30%;
  margin-bottom: 40px;
}
.list_event li a{
  color: initial;
}

.list_event ._img{
  height: 320px;
}
.list_event ._img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_event ._text{
  padding-top:20px ;
}
.list_event h2.tit{
  font-size: 16px;
  line-height: 28px;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 56px;
    margin-bottom: 0;
}
.list_event .event_day{
  margin-top: 10px;
}
.event_day dl{
  display: flex;
}
.event_day dl dt{
}

.list_event .more{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
}

.list_event .more span{
  padding-right: 78px;
  background: url(../img/page/morelink.gif) right center no-repeat;
}

.single_event{
  position: relative;
  background: url(../img/page/event_footer.jpg) center no-repeat;
  height: 510px;
  background-size: cover;
}
.single_event >.container{
  width: 800px;
  max-width: 98%;
  margin: 0 auto;
}
.single_event picture{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-70%);
}
.single_event_icon{
  position: relative;
  margin-top: -120px;
  z-index: 10;
}

.list_event_icon{
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  gap:40px
}

.event_bottom{
  background: #f7f5f4;
  padding-bottom: 50px;
}

.resever_form{
  width: 1400px;
  margin: 50px auto;
  max-width: 98%;
  background: #fff;
  padding: 80px 100px;
}

.event-template-default .smf-progress-tracker {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}

.event-template-default .page_form{
  width: 800px;
  max-width: 100%;
  margin: 40px auto 0;
}
.resever_form .txt_center{
  margin-bottom: 40px;
}
.txt_center{
  text-align: center;
}
.resever_form .txt_center h2{
  font-size: 20px;
}
.resever_form .txt_center h2 span{
  font-size: 56px;
  display: block;
}

.resever_form button {
  text-align: center;
  display: block;
  width: 480px;
  max-width: 98%;
  height: 80px;
  background: #be0000!important;
  color: #fff!important;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: relative;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.2s ease-out;
  margin-top: 50px;
}
.resever_form button::after {
  content: "";
  position: absolute;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%);
  width: 8px;
  height: 10px;
  display: block;
  top: calc(50% - 5px);
  right: 31px;
}

/*イベントsingle*/
.blog_contents_event{
  width: 840px;
  max-width: 98%;
  margin: 0 auto;
}
.blog_contents_event ._img{
}

.blog_contents_event ._title {
  margin-top: 20px;
}
.blog_contents_event ._title h1{
  font-size: 22px;
}

.blog_contents_event .blog_contents{
  margin-top: 20px;
}
.blog_contents td:nth-child(1){
  text-align: center;
  font-weight: bold;
}

h2.left_border{
  border-left: 3px solid #ffdf00;
  border-bottom: none;
  padding-left: 10px;
}
.event_btn {
  text-align: center;
  margin-top: 20px;
}

.event_btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 60px;
  margin: 0 auto;
  background: #be0000;
  font-size: 17px;
  color: #fff;
}

/*スタッフブログ一覧*/
.staff_blog_page{
  padding: 120px;
}
.staff_blog_page .bread_crumb{
  text-align: right;
}


.staff_blog_page .archive_card {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.staff_blog_page .archive_card ._item{
  width: 31%;
  margin: 0px 10px 40px;
  background: rgb(245 244 244 / 60%);
  border-radius: 6px;
  padding: 20px;
}

.staff_blog_page .archive_card ._item picture{
  display: block;
  width: 100%;
  height: 282px;
}
.staff_blog_page .archive_card ._item picture img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.archive_card h2.blog_title{
  font-size: 16px;
  color: initial;
}



/*min-width 1100 */
@media screen and (max-width: 1100px) {


  img {
    max-width: 100%;
  }

  .container {
    max-width: 100%;
    padding: 0 2%;
  }
  main{
    overflow-x: hidden;
  }


  .h_logo img {
    width: 70%;
  }

  .h_nav_list {
    display: none;
  }

  .sitemap {
    background: #fbd112;
  }

  .sitemap_first {
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
    writing-mode: unset;
  }

  .sitemap_first a {
    font-size: 16px;
    line-height: 3.2;
    color: #fff;
    font-weight: bold;
  }


  .sitemap_left {
    position: unset;
    right: unset;
    bottom: unset;
    display: block;
  }

  .sitemap_left li {
    margin-right: 1rem;
  }

  .sitemap_left li a {
    color: #fff;
  }

  .sitemap_last {
    display: block;
  }

  .header__nav__meta__info {
    display: none;
  }



  .mv_title h2 {
    font-size: 2rem;
  }

  .event_list {
    flex-wrap: wrap;
  }

  .event_list li:nth-child(1) {
    width: 100%;
    margin-bottom: 5rem;
  }

  .event_list li {
    width: 48%;
  }

  .about_block {
    flex-wrap: wrap;
  }

  .about_block ._img {
    width: 100%;
    margin-bottom: 5rem;
  }

  .about_block ._dec {
    width: 100%;
    padding: 0;
  }


  .work_block {
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 5rem;
  }

  .work_block_title {
    width: 100%;
    writing-mode: unset;
    margin: 0 0 20px;
    text-align: center;
  }

  .work_block_title span {
    display: block;
    line-height: 0;
  }

  .voice_btn a,
  .more_link a {
    width: 400px;
    padding: 0.5rem 0;
    height: auto;
    font-size: 1.8rem;
  }


  .concept_block {
    padding: 25rem 0;
  }

  .document_block ._title h2 img {
    max-width: 75%;
  }

  .conditions_item {
    flex-direction: column;
  }


  .contact_list li {
    z-index: 10;
  }

  .contact_list li img {
    width: 22rem;
  }

  .contact_girl img {
    width: 80%;
  }

  .contact_cta_banner a {
    width: 80%;
  }

  footer {
    max-width: 100%;
    min-width: 100%;
  }

  .blog_inner {
    margin: 5rem 0 0;
  }

  .blog_inner .container {
    flex-direction: column;
  }

  .post_img figure {
    width: 240px;
    height: 160px;
  }

  .side_colum {
    width: 100%;
    margin: 5rem 0 0;
  }

  .post_category {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .blog_page_new_list {
    flex-wrap: wrap;
  }

  .blog_page_new_list li {
    width: 48%;
  }

  h2.wp-block-heading {
    margin: 2.5rem 0 1rem;
  }

  /*リノベページ*/
  .renovation_page_mv h1 img {
    height: auto;
  }

  /*スタッフ一覧　1100*/
  .staff_list {
    width: 33.333%;

  }


}

@media screen and (max-width: 599px) {
  * {
    box-sizing: border-box;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }


  .h_inner.transform {
    display: none;
  }

  .h_inner {
    display: none;
  }

  .slider_nav {
    display: block;
    position: absolute;
    z-index: 10000;
  }

  .nav_button {
    width: auto;
    height: auto;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.6rem;
  }

  .nav_button span {
    display: block;
    height: 1px;
    width: 20px;
    background-color: #fff;
  }

  .nav_button span:nth-of-type(2) {
    margin: 6px 0;
  }

  .nav_button span:nth-of-type(3) {
    opacity: unset;
  }

  .nav_button.is-close span:nth-of-type(1) {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }

  .nav_button.is-close span:nth-of-type(2) {
    opacity: 0;
  }

  .nav_button.is-close span:nth-of-type(3) {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }

  .sitemap {
    display: block;
    opacity: 0;
    position: fixed;
    background: #fbd112;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    pointer-events: none;
    z-index: 9;
    padding: 5%;
    overflow: scroll;

  }



  .sitemap.slide-in {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 9999;
  }

  .open-home {
    border-bottom: 1px solid #333;
    padding: 0 0 1.6rem;
    margin-bottom: 2rem;
  }

  .sitemap ul {
    margin-bottom: 2rem;
    padding-bottom: 5%;
    border-bottom: 1px solid #333;
  }

  .open_title {
    position: relative;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 3%;
    margin-bottom: 3%;
  }

  .open_title::after {
    content: "";
    border-bottom: 4px solid #000;
    width: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .sitemap ul li a {
    line-height: 2;
    letter-spacing: 0.05em;
    color: #000;
  }

  .sitemap ul li a::before {
    content: "＞";
    margin-right: 0.3em;
  }

  .mv_group {
    flex-wrap: wrap;
    justify-content: flex-end;
    height: auto;
  }

  .mv_left {
    width: 100%;
  }

  .slide01 {
    height: 70vh;
  }

  .mv_text {
    top: unset;
    bottom: 20px;
    left: 20px;
    white-space: unset;
    width: 100%;

  }

  .mv_text h2.mv_title {
    writing-mode: unset;
    line-height: 40px;
    font-size: 18px;
    width: 95%;
    max-width: 100%;

  }

  .mv_title span {
    text-shadow: 1px 2px 3px #fff;
  }
.mv_title .en{
  font-size: 26px;
}



  .top_theme {
    padding: 2rem 0;
  }

  .top_theme_header {
    flex-direction: column;
  }

  .top_theme_header {
    text-align: center;
  }

  .top_theme_header ._logo {
    position: static;
    transform: unset;
  }

  .top_theme_header ._contact {
    margin: 20px auto;
  }

  .theme_list_block {
    margin: 2rem 0 0;
  }

  .theme_list {
    flex-wrap: wrap;

  }


  .theme_list li:nth-child(1) {
    display: none;
  }

  .theme_list li {
    width: 47%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.8rem;
    text-align: center;
    margin: 0 0.2rem 1rem;
  }

  .theme_list li a {
    text-decoration: none;
  }

  .event_block ._title {
    margin: 2rem 0;
  }

  .conditions_item {
    flex-direction: column;
  }

  .conditions_item p {
    margin-bottom: 4rem;
  }

  .about_block {
    flex-direction: column;
  }

  .about_block ._img {
    width: 100%;
    margin-bottom: 2rem;
  }

  .about_block ._dec {
    width: 100%;
    padding: 0;
  }

  .about_block ._dec h2 {
    max-width: 100%;
  }

  .event_list {
    flex-wrap: wrap;
  }


  .event_list li {
    width: 100%;
  }

  .event_list li img {
    height: auto;
  }

  .event_list li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    padding: 2rem 0;
  }

  .event_list li ._img {
    width: 30%;
  }

  .event_list li .event_list_box {
    width: 68%;
  }

  .event_list li ._category {
    padding: 0.5rem 2rem;
    margin: 1.6rem 0;
  }


  .sec2_work_item {
    width: 100%;
  }

  .work_slider ._img {
    height: 400px;
  }


  .contact_list {
    margin: 0;
    padding: 20px 0;
    margin: 2rem 0;
  }

  .contact_girl img {
    display: none;
  }

  .concept_block {
    padding: 25rem;
    background-size: 200%;
    background-position: center;
  }

  .document_block {
    padding: 0 2%;
  }


  .blog_block{
    position: relative;
    flex-direction: column;
    padding: 0 2%;
  }
  .blog_block ._title
  {
    padding: 0;
  }

  .blog_block .btn{
    position: absolute;
    bottom: 8rem;
    left: 0;
    right: 0;
    text-align: center;
  }
  .blog_block .btn a{
    width: 98%;
    margin: 0 auto;
  }
  .top_blog_dec h3{
    font-size: 1.2rem;
  }

  .index_blog_list{
    width: 100%;
  }
  .List_blog ._item a{
    flex-wrap: wrap;
  }
  .b_time{
    width: 100%;
    border: none;
  }
  .List_blog ._item a picture{
    margin-top: 1rem;
    margin-left: 0;
  }
  .top_blog_dec{
    width: calc(100% - 80px);
  }


  .voice_block {
    background-size: cover;
  }

  .f_link_block {
    flex-direction: column;
  }

  .f_link_block ul {
    width: 100%;
    border-bottom: none;
    margin-bottom: 10px;
  }

  .f_link_block ul:nth-child(2) {
    margin: 0;
  }

  .f_banner_inner {
    flex-direction: column;
  }

  .f_banner_inner div {
    margin-bottom: 5rem;
  }

  footer {
    position: relative;
  }

  .sp_footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .d-flex {
    display: flex;
  }

  .sp_footer li {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #2e2523;
    padding: 1rem 0 0;
  }

  .sp_footer li.f_contact {
    background: #fbd112;
  }

  .sp_footer li.f_contact a {
    color: #000;
  }

  .sp_footer li a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .sp_footer span {
    display: block;
    text-align: center;
  }

  .sp_footer span img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    padding: 0.5rem 0;
  }

  .blog_box {
    flex-direction: column;
  }

  .post_img figure {
    width: 100%;
    height: 360px;
  }

  .post_text_title {
    margin: 1rem 0 0;
  }

  .blog_page_new_list li {
    width: 100%;
  }

  .archive_item {
    width: 48%;
  }

  .archive_img {
    height: auto;
  }

  .company_messeage_inner {
    text-align: left;
  }

  .company_table_label dd {
    width: calc(100% - 25%);
  }


  /*リノベページ*/

  .renovation_page_list {
    flex-direction: column;
  }

  .renovation_page_list ._item {
    width: 100%;
  }

  .renovation_page_list ._item a {
    display: flex;
  }

  .renovation_page_list ._img {
    width: 40%;
  }

  .renovation_page_list ._img img {
    height: 160px;
    object-fit: cover;
  }


  .renovation_page_list ._text {
    width: 60%;
    padding: 1em;
  }

  .egg_renovation ._img {
    width: 100%;
    margin-bottom: 2rem;
  }


  .egg_renovation ._text {
    width: 100%;
    padding: 0;
  }

  .btn09 a {
    margin-top: 4rem;
    max-width: 98%;
    font-size: 1.6rem;
  }

  .how_to_renovation {
    flex-direction: column;
  }

  .renovation_reason_list li {
    margin-bottom: 2rem;
  }

  .renovation_reason_list dl {
  height:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-between;
  }

  .renovation_reason_list{
    margin:2rem 0;
  }
  .renovation_reason_list dt {
    font-size:11px;
  }

  .renovation_reason_list dd {
   font-weight:bold;
   margin-top:10px;

  }

  .how_to_renovation ._item {
    width: 100%;
  }

  .how_to_renovation ._item {
    padding-bottom: 10px;
  }

  .how_to_renovation h3 {
    font-size: 18px;
    margin: 10px 0;
  }


  /*スタッフ一覧　1100*/
  .staff_list {
    width: 50%;

  }

  .archive_img img {
    height: 200px;
  }

  h1._txtcenter {
    margin-bottom: 5rem;
  }

  .staff_list_archive {
    padding-top: 8rem;
  }

  /*施工事例*/
  .cv-link a {
    margin: 0 auto;
  }
  #toc_container{
    width: 98%!important;
    margin: 0 auto;
  }
  .page-numbers{
    font-size: 14px;
    padding: 5px 10px;
  }


  /*私たちが建てる家　自然素材*/

.natural_page_content .d-flex >div{
  width: 100%;
}
.natural_page_content .d-flex ._text{
  padding:20px 0 0;
}

/*イベント一覧*/

.event_mv{
  height: 160px;
  background-size: cover;
}

/*イベントsingle*/
.resever_form{
  margin: 40px 0;
  padding: 20px 2%;
}

.resever_form .is-layout-flex{
  flex-wrap: wrap!important;
  margin-bottom: 10px;
}
.resever_form .is-layout-flex p{
  width: 100%;
}

.event_mv h1{
  font-size: 20px;
  line-height: 1.4;
transform: translate(-50%, -50%);
width: 100%;
}
.list_event{
  margin-top: 20px;
}
.list_event li{
  width: 100%;
}


/*スタッフブログ一覧*/
.staff_blog_page{
  padding: 50px 2% 0;
}
.staff_blog_page .archive_card ._item{
  width: 100%;
  margin: 0 0 20px;
}
.blog_post_list{
  width: 100%;
}
}


