@charset "UTF-8";
h1 {
  position: relative;
  width: 100%;
  padding: 150px 0 50px;
  background: #FFF9F1;
  border-bottom: 3px dotted #94724C;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  text-align: center;
  color: #654D32;
  z-index: 1; }
  h1::after {
    content: "";
    position: absolute;
    bottom: 5%;
    left: 60%;
    width: auto;
    height: calc(90% - 100px);
    aspect-ratio: 240 / 171;
    background: url("../img/deco_4.webp") no-repeat;
    background-size: 100% 100%;
    z-index: -1; }

.breadcrumb {
  display: flex;
  align-items: center;
  column-gap: 20px;
  width: min(1100px, 90%);
  margin: 25px auto 60px;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  color: #654D32; }
  .breadcrumb a {
    transition: .3s;
    color: #654D32; }
    .breadcrumb a:hover {
      opacity: 0.6; }
  .breadcrumb .home_link {
    display: flex;
    align-items: center;
    column-gap: 3px; }
    .breadcrumb .home_link img {
      width: clamp(15px, 1.6vw, 18px); }

.Inquiry.lower {
  padding: 60px 5%;
  margin-top: min(100px, 10%); }
  .Inquiry.lower .inquiry_content {
    width: min(550px, 100%);
    grid-template-areas: "title title" "mail mail" "tel line";
    grid-template-columns: auto;
    grid-template-rows: auto 85px 80px; }

@media (max-width: 700px) {
  h1 {
    padding: 80px 0 15px; }
    h1::after {
      height: calc(98% - 80px); }

  .breadcrumb {
    grid-column-gap: 15px;
    width: 94%;
    margin: 15px auto 50px; }

  .Inquiry.lower {
    padding: 40px 3%;
    margin-top: 80px; }
    .Inquiry.lower .inquiry_content {
      grid-template-areas: "title title" "line line" "tel mail";
      grid-template-rows: auto 75px 65px; } }
.privacy_content {
  width: min(1100px, 90%);
  margin: 0 auto;
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  letter-spacing: 0;
  line-height: 1.9; }
  .privacy_content p {
    line-height: 1.9; }

.privacy_wrap h3 {
  margin-top: 5%;
  font-size: clamp(1.2rem, 1.8vw, 1.3rem); }

.list_number {
  counter-reset: number 0; }
  .list_number li::before {
    content: counter(number) ".";
    counter-increment: number; }

.list_deco li {
  display: flex; }
  .list_deco li::before {
    content: "・"; }

.companies_intro_wrap {
  position: relative;
  width: min(1100px, 90%);
  margin: 0 auto;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  text-align: center; }
  .companies_intro_wrap p {
    margin-bottom: 2%; }
  .companies_intro_wrap .inquiry_img {
    width: clamp(300px, 40vw, 400px);
    margin-top: 30px; }
  .companies_intro_wrap .d2 {
    top: 50%;
    right: 80%;
    z-index: 1; }

.Companies_work {
  position: relative;
  background: #FFF8E7;
  padding: 90px 5% 120px; }
  .Companies_work .ex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-gap: 25px 50px;
    width: min(910px, 100%);
    margin: 60px auto 120px; }
    .Companies_work .ex_wrap li {
      padding: 25px 30px;
      border-radius: 20px;
      background: #fff;
      font-size: clamp(1.1rem, 2vw, 1.1rem); }
  .Companies_work .img_wrap {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: min(25px, 2vw);
    width: min(1100px, 100%);
    margin: 70px auto 0; }
    .Companies_work .img_wrap img {
      width: 100%;
      height: 100%;
      border-radius: 20px;
      object-fit: cover; }
  .Companies_work .d1 {
    top: 29%;
    left: 80%; }
  .Companies_work .d3 {
    bottom: -5%;
    right: 80%; }

.companies_closing {
  margin-top: 85px;
  font-size: clamp(1.3rem, 3vw, 2rem);
  text-align: center; }
  .companies_closing span {
    background: linear-gradient(transparent 70%, #FFAE8C 30%); }

@media (max-width: 1100px) {
  .companies_intro_wrap .d2 {
    left: 0;
    right: auto; }

  .Companies_work .d1 {
    top: 40%;
    left: auto;
    right: 1%; }
  .Companies_work .d3 {
    left: 3%;
    right: auto; } }
@media (max-width: 700px) {
  .companies_intro_wrap {
    width: 94%; }
    .companies_intro_wrap p {
      margin-bottom: 20px; }
    .companies_intro_wrap .d2 {
      top: 0;
      z-index: -1; }

  .Companies_work {
    padding: 50px 3% 70px; }
    .Companies_work h2 {
      position: relative;
      z-index: 1; }
    .Companies_work .ex_wrap {
      grid-gap: 15px 20px;
      margin: 30px auto 100px; }
      .Companies_work .ex_wrap li {
        padding: 20px 15px; }
    .Companies_work .d1 {
      top: 43%; }
    .Companies_work .img_wrap {
      grid-template-columns: auto auto;
      width: min(500px, 100%); } }
.inquiry_form {
  width: min(1100px, 90%);
  margin: 0 auto; }
  .inquiry_form li {
    margin-bottom: clamp(30px, 4vw, 50px); }
  .inquiry_form label {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: clamp(1.1rem, 1.8vw, 1.3rem); }
    .inquiry_form label::before {
      padding: 3px 5px;
      border-radius: 50px;
      font-size: 0.6em;
      color: #fff; }
  .inquiry_form .required::before {
    content: "必須";
    background: #F38846; }
  .inquiry_form .any::before {
    content: "任意";
    background: #654D32; }
  .inquiry_form input[type="text"], .inquiry_form textarea {
    width: calc(100% - 24px);
    padding: 10px;
    margin-top: clamp(5px, 0.8vw, 10px);
    border: 2px solid #969696;
    border-radius: 10px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 1.1rem; }

.form_privacy {
  text-align: center; }
  .form_privacy .privacy_link {
    border-bottom: 1px solid #3E1F13; }
    .form_privacy .privacy_link:hover {
      opacity: 0.7; }
  .form_privacy label {
    justify-content: center;
    margin-top: 20px;
    font-size: 1.1rem; }
  .form_privacy .checkbox {
    width: 30px;
    height: 30px; }

.send_btn {
  display: block;
  padding: 15px 7%;
  margin: 0 auto;
  border: none;
  border-radius: 50px;
  background: #F46E71;
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(1.5rem, 2.4vw, 1.8rem);
  color: #fff;
  letter-spacing: 3px; }

.Inquiry.other {
  padding: 60px 5%;
  margin-top: min(100px, 10%); }
  .Inquiry.other .inquiry_content {
    grid-template-areas: "title title" "line tel";
    grid-template-columns: auto;
    grid-template-rows: auto 80px;
    width: min(640px, 100%); }
  .Inquiry.other h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    line-height: 1.3; }
  .Inquiry.other .line::after {
    content: "LINEでのお問い合わせ"; }

@media (max-width: 700px) {
  .Inquiry.other {
    padding: 40px 3%;
    margin-top: 80px; }
    .Inquiry.other .inquiry_content {
      grid-template-areas: "title" "line" "tel";
      grid-template-rows: auto 75px 75px;
      width: min(450px, 100%); }

  .send_btn {
    width: 80%;
    padding: 13px 0; } }
.blog_title {
  padding: 0;
  background: none;
  border: none; }

.Blog {
  padding: 5% 5% 7%;
  background: url("../img/blog_bg.jpg") no-repeat;
  background-position: right;
  background-size: auto 100%;
  text-align: center; }
  .Blog h1 {
    font-size: clamp(2.6rem, 4vw, 3.8rem);
    color: #745100; }
    .Blog h1::after {
      display: none; }
  .Blog .subtitle {
    width: fit-content;
    padding: 2px 30px;
    margin: 10px auto;
    border: 3px solid #745100;
    border-radius: 50px;
    background: #fff;
    font-size: clamp(1.3rem, 2.4vw, 1.6rem);
    color: #745100; }

.blog_content {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  justify-content: space-between;
  padding-top: 20px; }

.blog_link {
  display: grid;
  grid-template-areas: "img img" "category date" "title title";
  grid-template-columns: 50% 50%;
  align-items: center;
  grid-row-gap: 5px;
  padding: 10px 10px 20px;
  border: 2px dotted #94724C;
  border-radius: 20px;
  background: #fff;
  color: #3E1F13; }
  .blog_link:hover {
    transform: rotate(2deg); }

.blog_container .img_wrap {
  grid-area: img;
  width: 100%;
  aspect-ratio: 30 / 20;
  background: url("../img/inquiry_img.svg") no-repeat;
  background-size: contain;
  background-position: center; }
  .blog_container .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; }
.blog_container .category {
  grid-area: category; }
.blog_container .date {
  grid-area: date;
  margin: 0 0 0 auto;
  font-size: clamp(1rem, 1.6vw, 1.1rem); }
.blog_container h3 {
  grid-area: title;
  margin: 0;
  font-size: clamp(1.1rem, 1.6vw, 1.2rem);
  text-align: center; }

@media (max-width: 1100px) {
  .Blog {
    padding: 5% 3% 7%; }

  .blog_content {
    grid-template-columns: 33% 33% 33%;
    margin-top: 30px; } }
@media (max-width: 700px) {
  .Blog {
    padding: 65px 3% 220px;
    background: url("../img/blog_bg_sp.jpg") no-repeat;
    background-size: 100% auto;
    background-position: bottom; }

  .blog_content {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
    margin-top: 5px; }

  .blog_container:last-child {
    border: none; }

  .blog_link {
    padding-top: 25px;
    border-radius: 0;
    border: none;
    border-bottom: 2px dotted #94724C;
    background: none; } }
.article_list_wrap {
  width: min(1100px, 90%);
  margin: 0 auto; }

.Article_list .pagination_list {
  font-size: 1rem; }
.Article_list .sugu-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0; }
  .Article_list .sugu-pagination a {
    padding: 0 10px;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: #3E1F13; }
    .Article_list .sugu-pagination a:hover {
      opacity: 0.7; }

.Article {
  margin-top: 110px; }

.article_content {
  width: min(1100px, 90%);
  margin: 0 auto; }
  .article_content h1 {
    margin-top: 10px;
    font-size: clamp(1.5rem, 4vw, 3rem);
    text-align: left;
    z-index: -1; }
    .article_content h1::after {
      height: 160px;
      top: 0;
      bottom: auto;
      left: auto;
      right: 0; }
  .article_content .date {
    margin: 10px 0 20px;
    font-size: clamp(1rem, 1.8vw, 1.1rem); }
  .article_content .text {
    padding-top: 20px;
    margin: 20px 0;
    border-top: 2px dotted #94724C;
    font-size: clamp(1.1rem, 2vw, 1.3rem); }
  .article_content .img_wrap {
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: center;
    grid-gap: 2%; }
    .article_content .img_wrap img {
      max-width: 100%;
      max-height: 100%; }

.Article .page-link_bg {
  width: 100%;
  background: #FFAE8C; }
.Article .page-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  width: min(1100px, 90%);
  padding: 40px 0;
  margin: 50px auto 0;
  font-size: clamp(0.9rem, 1.6vw, 1.1rem); }
  .Article .page-link a {
    padding: 10px 20px;
    border-radius: 50px;
    background: #fff;
    color: #3E1F13; }
    .Article .page-link a:hover {
      opacity: 0.6; }

@media (max-width: 700px) {
  .article_content {
    width: 94%; }
    .article_content h1::after {
      height: 110px; }
    .article_content .img_wrap {
      grid-template-columns: 100%; }

  .Article .page-link a {
    padding: 10px; } }
