@charset "UTF-8";


/* リード */
h4 {
  text-align: center;
}
#lead {
  text-align: center;
  margin: 0 auto;
  background-color: #f6f6f1;
  padding-bottom: 100px;
}
#lead h3 {
  margin-bottom: 30px;
  padding-top: 100px;
}
.lead_box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#lead .text_break {
  display: inline-block;
}

.text_break_tsunaguniwa {
  display: inline-block;
}

/* コンセプト */
#concept {
  margin: 100px auto 0;
  background-color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.concept-inner {
  max-width: 1440px;
  margin: 0 auto;
  background-image: url("../images/background1.png");
  background-size: 100%;
  background-position: center top 55px;
  background-repeat: no-repeat;
  padding-bottom: calc(80px + 5vh);
  padding-bottom: 70px;
}

.concept-bg {
  background: #fff;
  padding: 0;
}
.concept_box {
  max-width: 1240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7% 70px;
}
.concept_top_pic {
  width: 50%;
}
.concept_top_pic img {
  width: 100%;
}
.concept_content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5%;
}
.concept_content p {
  text-align: left;
}
.concept_wrap {
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 4%;
}
.heading_number {
  display: inline-block;
  text-align: left;
  margin-top: 26px;
  padding: 3px 15px;
  background-color: #c4a46b;
  color: #f6f6f1;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.sub_caption {
  text-align: center;
  margin: 30px 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.4em;
  line-height: 1.25;
}
.concept {
  width: 31%;
  text-align: left;
}
/* View More ボタン */
.button {
  position: relative;
  margin: 100px;
}
.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 15px 15px 15px 30px;
  background-color: #519987;
  color: #f6f6f1;
}
.btn:before {
  position: absolute;
  inset: -4px 4px 4px -4px;
  border: 1px solid #eaeaea;
  content: "";
}
/* 矢印 */
.arrow {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 24px;
  height: 2px;
  padding-left: 10px;
  border-radius: 9999px;
  background-color: #f6f6f1;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #f6f6f1;
  transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  /* タブレット以下 */
  .concept-inner {
    background-size: cover; /* 小さい画面では cover に */
    background-position: center top 0px; /* 少し上げる */
    padding-bottom: calc(80px + 3vh); /* 余白を少し減らす */
  }
}

@media (max-width: 768px) {
  .concept-inner {
    background-size: cover; /* 小さい画面では cover に */
    background-position: center top 35px; /* さらに少し上げる */
    padding-bottom: calc(60px + 2vh); /* 余白をさらに減らす */
  }
}

/* サービス */
#service {
  padding: 100px 0 160px;
  margin: 0 auto;
  background-color: #f6f6f1;
  overflow: hidden;
}
#service .intro_wrap {
  margin-bottom: 60px;
}
.text_break {
  display: block;
}
.service_inner {
  max-width: 1440px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.service_pic {
  width: 55%;
}
.service_text {
  width: 50%;
  padding: 0 6%;
}
.service_inner:not(:last-child) {
  margin-bottom: 50px;
}
.service02 {
  flex-direction: row-reverse;
}
.num {
  width: 30%;
}
.se_sp {
  display: none;
}
#service .caption {
  margin-left: 22%;
  margin-top: -58px;
}

#contact {
  background-color: #f6f6f1;
  margin-top: 0;
  padding-top: 100px;
}

@media screen and (max-width: 1024px) {
  #service .caption {
    font-size: 1.7em;
    margin-top: -50px;
  }
  .service_detail {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1000px) {
  #concept {
    margin: 50px auto;
  }
  .line_break {
    display: block;
  }
  #lead {
    padding-left: 50px;
    padding-right: 50px;
  }
  #lead h3 {
    margin-bottom: 30px;
    padding-top: 80px;
	margin-top:0px;
	 
  }
}
@media screen and (max-width: 907px) {
  .lead_br {
    display: none;
  }
  .lead_text {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .intro_wrap {
    width: 80%;
  }
  .main_heading {
    margin-bottom: 30px;
    padding-top: 0;
  }
  .mv_wrap {
    margin-top: 80px;
  }

  #service {
    padding: 0;
  }

  /* デザイン */
  #concept {
    margin: 40px 0;
  }
  .concept_box {
    flex-direction: column;
    margin: 0 0 70px;
  }
  .concept_top_pic {
    width: 100%;
  }
  .concept_content {
    width: 80%;
  }
  .concept_content {
    margin: 30px auto 0;
    padding-right: 0;
  }
  .concept_wrap {
    flex-direction: column;
    padding: 0;
  }
  .concept {
    width: 80%;
    margin: 0 auto 60px;
  }

  .heading_number,
  .sub_caption {
    display: inline-block;
    margin: 30px 20px 30px 0;
    vertical-align: baseline;
  }
  .caption {
    margin-bottom: 20px;
    font-size: 1.75em;
    line-height: 1.66;
    text-align: center;
  }
  .sub_caption {
    text-align: center;
    font-size: 1.3em;
  }
  #service {
    padding-bottom: 40px;
  }
  .service_inner {
    flex-direction: column;
  }
  .service_pic {
    width: 80%;
  }
  .service_text {
    width: 80%;
    padding: 0;
  }
  .se_pc {
    display: none;
  }
  .se_sp {
    display: block;
    max-width: 65px;
    width: 90%;
  }
  .lineup_row {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #service .caption {
    margin-left: 10px;
    margin-top: 30px;
    text-align: left;
    width: 80%;
  }
  .num {
    width: 20%;
  }
}

@media screen and (max-width: 600px) {
  .intro_wrap {
    width: 90%;
  }
  .main_heading {
    font-size: 3em;
    line-height: 1;
  }
  .heading_ja {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  #lead {
    padding-left: 0px;
    padding-right: 0px;

  }
  .lead_area {
    width: 90%;
    margin-inline: auto;

  }

  .intro_wrap {
    width: 90%;
  }
  .main_heading {
    font-size: 3em;
    line-height: 1;
  }
  .heading_ja {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .sub_caption {
    margin-top: 0;
  }


  #concept {
    margin-top: 30px;
  }
  .caption {
    font-size: 1.5em;
  }
  .concept_top_pic {
    width: 100%;
  }
  .concept_content {
    width: 90%;
  }
  .concept {
    width: 90%;
  }

  .service_pic,
  .service_text {
    width: 90%;
  }

  .service_pic img {
    margin-top: 30px;
  }
  #service .caption {
    width: 80%;
    text-align: left;
    margin-left: 10px;
    margin-top: 15px;
    font-size: 1.5em;
  }
  .service03 {
    padding-bottom: 40px;
  }

  /* View More ボタン */
  .button {
    margin: 30px;
  }
}

@media screen and (max-width: 480px) {
  .concept {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .concept .heading_number {
    margin-left: 0;
    margin-right: auto;
  }
}
