@charset "UTF-8";
/* --------------------------------------------------------------------------------
  layout
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@700&family=Noto+Sans+JP:wght@400;900&family=Noto+Serif+JP:wght@400;900&display=swap");
html {
  font-size: 62.5%;
  letter-spacing: 0;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #786F64;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.cardo {
  font-family: "Cardo", serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.bg {
  background: url("assets/images/bg.png") repeat;
}

.bg_white {
  background: #fff;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*facebook*/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

/* レイアウト */
@media screen and (min-width: 1170px) {
  body {
    font-size: 16px;
  }

  .pc {
    width: 1170px;
    margin: 0 auto;
  }

  .pc-2 {
    width: 1000px;
    margin: 0 auto;
  }
}
.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.w100p,
.w25p,
.w30p,
.w45p,
.w48p,
.w50p,
.w70p,
.w80p {
  box-sizing: border-box;
}

.w23p {
  width: 23%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w32p {
  width: 32%;
}

.w30p-10 {
  width: calc(100% / 3 - 10px);
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w48p {
  width: 48%;
}

.w50p {
  width: 50%;
}

.w50p-10 {
  width: calc(50% - 10px);
}

.w60p {
  width: 60%;
}

.w70p {
  width: 70%;
}

.w80p {
  width: 80%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }

  .ws100p {
    width: 100%;
    box-sizing: border-box;
  }

  .ws50p {
    width: 50%;
  }

  .ws50p-10 {
    width: calc(50% - 10px);
  }

  .pc_block {
    display: none;
  }

  .sp_block {
    display: block;
  }
}
/* flexボックス */
.d_flex {
  display: flex;
}

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

.d_just_center {
  justify-content: center;
}

.d_align_center {
  align-items: center;
}

.d_just_start {
  justify-content: flex-start;
}

.d_wrap {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .d_flex_sp {
    display: flex;
  }
}
/*  */
.possition_relative {
  position: relative;
}

/* テキスト */
.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_normal {
  font-weight: normal;
}

.text_bold {
  font-weight: bold;
  color: #3D2E28;
}

.text_gray {
  color: #786F64;
}

.text_brown {
  color: #7d4900;
}

.text_green {
  color: #1c9e72;
}

.text_pink {
  color: #ec80b7;
}

.text_pink_2 {
  color: #ee7070;
}

.font_1-2rem {
  font-size: 1.2rem;
}

.font_1-6rem {
  font-size: 1.6rem;
}

.font_0-9rem {
  font-size: 0.9rem;
}

.font_2rem {
  font-size: 2rem;
}

.font_2-2rem {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .font_1-2rem {
    font-size: 1rem;
  }

  .font_2rem {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .font_2-2rem {
    font-size: 1.9rem;
    line-height: 1.4;
  }
}
/*  */
.p1rem {
  padding: 1rem;
  box-sizing: border-box;
}

.pTB1rem {
  padding: 1rem 0;
}

.pLR1rem {
  padding: 0 1rem;
}

.pTB2rem {
  padding: 2rem 0;
}

.pB0-5rem {
  padding-bottom: 0.5rem;
}

.pB1rem {
  padding-bottom: 1rem;
}

.pB2rem {
  padding-bottom: 2rem;
}

.pB3rem {
  padding-bottom: 3rem;
}

.mB5rem {
  margin-bottom: 5rem;
}

.l_h_1-8 {
  line-height: 1.8;
}

.l_h_1-3 {
  line-height: 1.3;
}

/*  */
.no_list {
  list-style: none;
}

/*  */
#header {
  padding: 2rem 0;
  background-color: #3D2E28;
  box-sizing: border-box;
}
#header li {
  list-style: none;
}
#header .logo {
  font-size: 4rem;
  letter-spacing: 0.8rem;
  color: #fff;
}
#header .description {
  margin-left: 3rem;
}
#header .seo {
  font-size: 1rem;
  color: #818181;
  padding: 0.5rem 0;
}
#header .seo h1 {
  font-weight: normal;
}

.description {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 768px) {
  #header .logo {
    font-size: 8.2vw;
    line-height: 1;
    letter-spacing: 0.5vw;
  }
  #header li img {
    width: 4rem;
    height: 4rem;
  }
  #header .seo {
    font-size: 2vw;
  }
  #header .seo h1 {
    padding: 1rem !important;
  }

  .description {
    font-size: 3.1vw;
  }

  #gnav {
    display: none;
  }
}
/* main_v */
#main_v {
  height: 580px;
  background: url("assets/images/main_v.png") no-repeat center right;
  background-size: cover;
  max-height: 60vh;
}

/* sec */
.section {
  padding: 4rem 0 8rem;
}

.pc_layout {
  min-width: 1024px;
  width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .pc_layout {
    min-width: 100%;
    width: 100%;
  }
}
.sec_ttl {
  font-size: 3.5rem;
  position: relative;
  margin-bottom: 4rem;
  color: #3D2E28;
  margin-top: 10rem;
}
.sec_ttl span {
  font-size: 15rem;
  color: rgba(197, 144, 103, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1;
}

.sec_ttl_2 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  color: #3D2E28;
}

@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 3rem;
    position: relative;
    margin-bottom: 4rem;
    margin-top: 8rem;
  }
  .sec_ttl span {
    font-size: 10rem;
    color: rgba(197, 144, 103, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1;
  }

  .sec_ttl_2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.bg_illustration {
  background: url("assets/images/bg_square.png") no-repeat bottom 40px center, url("assets/images/sozai_4.png") bottom 10% left 10%, url("assets/images/sozai_3.png") top 20% right 5%;
  background-repeat: no-repeat;
}

.sozai_1 {
  background: url("assets/images/sozai_1.png") bottom left 20%, url("assets/images/sozai_2.png") top 5% right 10%;
  background-repeat: no-repeat;
}

.footer_img {
  background: url("assets/images/footer_img.png") no-repeat center;
  height: 280px;
  background-size: cover;
}

footer {
  padding: 6rem 0;
}
footer ul li {
  list-style: none;
}