

/** -----------------------------------
    キャッチコピーの見出し
-------------------------------------**/

.wave-section {
  padding-top: 200px;
      padding-bottom: 185px;
  position: relative;
  background: linear-gradient(135deg,
  rgba(253, 255, 213, 0.3) 0%,
  rgba(191, 219, 158, 0.3) 50%,
  rgba(253, 255, 213, 0.3) 100%);
  overflow: hidden;
}



.wave-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}


.copy-block-left {
  width: 40%;
  z-index: 2;
}
.copy-block-left p{
  font-size: 32px;
}
.copy-block-left span{
    padding: 0.8em 1em;
    line-height: 3;
  background-color: #ffffff;

}


.copy-block-right {
  width: 55%;
  z-index: 2;
}
.desc-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
.bg-deco {
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  opacity: .7;
  z-index: 1;
  pointer-events: none;
}

.wave-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;       /* ★画面幅にフィットさせる */
  height: 200px;     /* 必要に応じて調整可能 */
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .copy-block-left p{
  font-size: 24px;
}
.desc-text p{
  font-size: 14px;
}
}
@media screen and (max-width: 1000px) {
  .copy-block-left p{
  font-size: 21px;
}

}




@media screen and (max-width: 800px) {
  .wave-section {
    padding-top: 60px;
    padding-bottom: 185px;
}
.wave-inner {
  flex-direction: column;
}

.copy-block-left {
    width: 100%;
}

.copy-block-left p {
    font-size: 21px;
}

.copy-block-right {
    width: 100%;
}

.bg-deco {
  top: inherit;
    bottom: 0;
            right: 12px;
}

}

/** -----------------------------------
    MVV
-------------------------------------**/
#mvv {
  text-align: center;
  padding: 80px 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

#mvv h2 {
  font-size: 27px;
  line-height: 1.8;
  color:  var(--green);
  margin-bottom: 60px;
  font-weight: 400;
}

#mvv .block {
  margin-bottom: 60px;
}

#mvv .block h3 {
  font-size: 24px;
  color:  var(--green);
  margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

#mvv .block p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  text-align: center;
}

/* スマホ対応 */
@media (max-width: 768px) {
  #mvv {
    padding: 60px 16px;
  }

  #mvv h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  #mvv .block h3 {
    font-size: 20px;
  }

  #mvv .block p {
    font-size: 15px;
  }
}

/** -----------------------------------
    やらない宣言３箇条
-------------------------------------**/

#declaration {
  background-color: #fff;
  position: relative;
  padding: 4rem 1.5rem;
  border-radius: 12px;
  overflow: hidden;

}



.declaration-inner {
    position: relative;
  max-width: 800px;
  padding:4rem 8rem;
  margin: 80px auto;
  text-align: center;
  background-image: 
    linear-gradient(to right, #F6FAF7 1px, transparent 1px),
    linear-gradient(to bottom, #F6FAF7 1px, transparent 1px);
  background-size: 20px 20px; /* 方眼の大きさ */
    border-radius: 15px;
  box-shadow: 0px 5px 15px 0px rgb(190 190 190 / 35%);
}
#declaration .tape {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: rotate(110deg);
  width: 50px;
  height: 20px;
  background-color: #C6E27C;
  /* テープの黄緑 */
  border-radius: 2px;
  z-index: 2;
}
.declaration-inner h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
          letter-spacing: 2px;
  color: var(--green);
}

.lead-text {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 2rem;
}

.declaration-item {
  margin-bottom: 3rem;
  text-align: left;
}

.declaration-heading {
  display: flex;
  align-items: center;
  font-weight: bold;
    gap: 1rem;
}

.declaration-heading .number {
  font-size:40px;
  font-weight: bold;
  padding-right: 14px;
  flex-shrink: 0;
    font-family: 'Century Gothic';
    letter-spacing: 3px;
    color: #daefca;
}

.declaration-heading .title {
  font-size: 18px;
  line-height: 1.4;
}

.declaration-heading .title-bg {
  background-color: var(--green);
  color: #fff;
    padding: 0.04rem 1rem;
    display: flex;
    align-items: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 950px) {

.declaration-inner {
  padding:4rem 3rem;
}
}

@media screen and (max-width: 600px) {


#declaration {
    padding: 4rem 1rem;
}
.declaration-inner {
    padding: 4rem 1.2rem;
}
.declaration-inner h2 {
    font-size: 1.4rem;

}
.declaration-heading .title-bg {
    flex-direction: column;
    padding: 1rem;

}

  .declaration-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .declaration-heading .number {
    margin-bottom: 0.5rem;
            margin-right: auto;
    font-size: 21px;
  }
}

/** -----------------------------------
    事務所概要
-------------------------------------**/
#officeinfo{
  max-width: 1000px;
  margin: 0 auto;
}

#officeinfo h2{
  font-size: 2rem;
  text-align: center;
    color: var(--green);
}
.office_inner{
  display: flex;

}

.inner_img{
  display: block;
  margin: 0 auto;
  width: 40%;
}



.inner_t dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
  align-items: start;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.inner_t dt {
  font-weight: bold;
  color: #444;
  white-space: nowrap;
}

.inner_t dd {
  margin: 0;
  color: #333;
  line-height: 1.7;
}

@media screen and (max-width: 950px) {

  #officeinfo {
    width: 90%;
}
}

@media screen and (max-width: 600px) {


.office_inner {
    flex-direction: column;
}
#officeinfo h2 {
    font-size: 1.4rem;

}
.inner_img {
    width: 85%;
}
  .inner_t dl {
    grid-template-columns: 1fr;
  }

  .inner_t dt {
    margin-bottom: 0.25rem;
  }

  .inner_t dd {
    margin-bottom: 1rem;
  }
}

.consult-note {
  margin-top: 1rem;
  color: #444;
  font-size: 1rem;
  line-height: 1.8;
}

.consult-title {
  font-weight: bold;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.consult-title .note {
  font-weight: normal;
  font-size: 0.85rem;
  color: #888;
  margin-left: 0.5rem;
}

.consult-text {
  margin-bottom: 2rem;
  margin-left: 1rem;
}

/** -----------------------------------
    代表者について
-------------------------------------**/

#delegate {
  padding-top: 150px;
  padding-bottom: 185px;
  position: relative;
  background: linear-gradient(135deg,
      rgba(253, 255, 213, 0.3) 0%,
      rgba(191, 219, 158, 0.3) 50%,
      rgba(253, 255, 213, 0.3) 100%);
  overflow: hidden;
}

#delegate h2{
  font-size: 2rem;
  text-align: center;
  color: var(--green);
}


.profile_inner{
    display: flex;
    align-items: center;
}

#delegate .inner_t{
  width: 50%;
}



.square{
    display: flex;
  justify-content: center; /* 水平方向にセンターに配置 */
  align-items: center;
  margin:40px auto;
}


.square img{
width: 350px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}


/* メッセージ */
.message_inner{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.message_inner .inner_img {
  width: 36%;
  display: inline-block;
  margin-right: 0;
}

.wave-svg2 {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;       /* ★画面幅にフィットさせる */
  height: 200px;     /* 必要に応じて調整可能 */
  z-index: 0;
}
.wave-svg3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;       /* ★画面幅にフィットさせる */
  height: 200px;     /* 必要に応じて調整可能 */
  z-index: 0;
}

@media screen and (max-width: 1000px) {
.message_inner p{
width: 90%;
margin: 50px auto;
}
}
@media screen and (max-width: 700px) {
  #delegate h2 {
    font-size: 1.4rem;

}

.profile_inner {
    flex-direction: column;
}
#delegate .inner_t {
    width: 90%;
}

.message_inner {

    flex-direction: column;

}
.message_inner .inner_img {
    width: unset;

}


}