
.section-title {
  font-size: 32px;
  letter-spacing: 0.1em;
}

.section-title .ja {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  color: #777;
}

.header {
  padding: 20px 40px;
}



.biography {
   margin: 0 auto;
  /* width: 80%; */
  padding: 0 40px 200px;
  max-width: 1100px;
}
.stepbar .stepbarwrap {
  margin: 80px 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: flex-start;
  gap: 40px;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  min-width: 25px;
  width: auto;
  height: 25px;
  content: "";
  border-radius: 50%;
  background-color: #6b7a2a;
  margin-top: 8px;
}
.stepbarwrap:last-child {
  margin-bottom: 0;
}

.stepnum {
    font-size: 14px;
    font-weight: bold;
    color: #6b7a2a;
}

/* .stepbar .stepbarwrap .steptxt {
  padding-left: 2em;
} */

.stepbar .stepbarwrap .steptxt .title {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 16px;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: 240px;
  background-color: #6b7a2a;
  position: absolute;
  top: 1em;
  left: 12.5px;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}



/* 強み */
.strengths {
  max-width: 1100px;
  padding: 0 40px 200px;
  width: 100%;
  margin: 0 auto;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", serif;
  color: #222;
}
.strengths h2 {
  margin-bottom: 60px;
}

.strength-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.badge {
  min-width: 150px;
  width: auto;
  height: 150px;
  background-color: #274065;
  color: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  transition: transform 0.3s ease;
}
.strength-item:nth-child(1) .badge {
  border-radius: 58% 42% 55% 45% / 50% 60% 40% 50%;
  /* transform: rotate(-3deg); */
}
.strength-item:nth-child(2) .badge {
  border-radius: 62% 38% 48% 52% / 55% 45% 60% 40%;
  /* transform: rotate(2deg); */
}
.strength-item:nth-child(3) .badge {
  border-radius: 45% 55% 60% 40% / 48% 52% 42% 58%;
  /* transform: rotate(-1deg); */
}

.badge .num {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2rem;
}

.badge .label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.strength-item p {
  font-size: 16px;
  line-height: 2;
  margin: 0;
  max-width: 800px;
}

.nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
}
.about-right  {
  max-width: 550px;
  width: 100%;
}
.about-right p {
      font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000;
}
.about-right p:last-child{
margin-bottom: 0;
}
.about-inner {
  display: flex;
  gap: 40px;
  align-items: end;
  width: 100%;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 200px 40px;
}
.about-left {
  /* max-width: 600px;
  width: 100%; */
  position: relative;
  display: inline-block;
}

/* 傾いた影 */
.about-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #e5e0d6; /* 影の色 */
  z-index: -1;
  transform: translate(-14px, 18px) rotate(-5deg);
}
/* 画像本体 */
.about-left img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;

  max-width: 500px;
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}
.name-en {
  font-family: "Cursive";
  font-size: 36px;
}

.timeline {
  max-width: 600px;
  margin: 0 auto;
  list-style: none;
}

.timeline li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
}

.timeline .year {
  position: absolute;
  left: 0;
  color: #6b7a2a;
}

.strength-list {
  list-style: none;
  max-width: 700px;
  margin: auto;
}

.strength-list li {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}



/* skills 強み */
.skills {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 200px;
}
.num {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skill-circle1 ,
 .skill-circle2 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.skills h2 {
  padding-bottom: 60px;
}
.skills h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.skill-circle1 li {
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.skill-circle2 li {
  background: #e5e0d6;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}



/* works 各ページ */
.works-mv {
  padding: 200px 40px 100px 40px;
  background: url(../img/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* position: relative; */
  /* min-height: 100vh; */
  /* z-index: -1; */
}
.wave {
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  width: 100%;
  height: 120px;
  background: url(../img/wave.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.works-mv h2 {
  font-size: 72px;
  line-height: 0.5;
}
.works_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.works_left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.works_left h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.works_right img {
  max-width: 650px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.works-introduction {
  background-color: #e5e0d6;
}
.works-introduction p {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 40px;
  font-size: 18px;
  text-align: center;
}
.works-overview {
  padding: 100px 40px;
}
.overview-title h2 span {
  color: #6b7427;
  font-weight: bold;
}
.overview-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  column-gap: 40px;
}

/* 左タイトル */
.overview-title h2 {
  font-size: 36px;
  font-weight: 400;
}

/* .overview-title span {
  display: block;
  font-size: 12px;
  color: #333;
} */

/* 右コンテンツ */
.overview-list {
  border-top: 1px solid #ddd7c8;
}

.overview-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  padding: 40px 0;
  border-bottom: 1px solid #ddd7c8;
}

.overview-item dt {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.overview-item dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}
.overview-item span {
  font-weight: bold;
  color: #6b7a2a;
}
.process {
  background: #f3f3f3;
  padding: 100px 20px;
}
.process-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.point-tittle {
  text-align: center;
  margin-bottom: 80px;
}
.point-tittle h2 span {
  color: #274065;
  font-weight: bold;
}
.overview-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  column-gap: 40px;
}

/* 左タイトル */
.point-tittle h2 {
  font-size: 48px;
  font-weight: 400;
}

.process-inner_wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
/* ===== 見出し ===== */
.process-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.process-number {
  font-size: 48px;
  font-weight: bold;
  color: #274065;
}
.process-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* ===== 本文 ===== */
.process-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.process-text ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.process-text span {
  color: #274065;
  font-weight: bold;
}

/* ===== 画像 ===== */
.process-images {
  display: flex;
  gap: 5%;
}
.process-images figure {
  margin: 0;
}
.process-images img {
  max-width: 550px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top;
}
.caption {
  color: #9A9796;
  font-size: 14px;
}


.more_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
  margin-bottom: 40px;
}
.section-heading {
  display: flex;
  align-items: center;
  /* max-width: 1100px; */
  /* margin: 0 auto; */
  /* margin-bottom: 40px; */
  gap: 20px;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", serif;
  color: #333;
}

.section-heading .en {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}

.section-heading .divider {
  font-size: 18px;
  line-height: 1;
  color: #666;
  transform: translateY(2px);
}

/* .section-heading .jp {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #666;
} */
.divider {
  width: 1px;
  height: 20px;
  background-color: #666;
}





/* contact お問い合わせ */
.contawct_mv {
  padding: 200px 40px 40px 40px;
}
.contact_mv_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.contact_title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.contact_title h2 {
  font-size: 48px;
  line-height: 0.7;
}
.contact_title h2 span {
  font-size: 18px;
}
.contact-catch {
  text-align: center;
  margin-bottom: 40px;
}
.hissu:after {
  margin-left: .2rem;
  color: #dc3545;
  content: "*";
}
form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 200px;
}
.contact_contents_wrap {
  padding: 100px 40px 100px 40px;
}
.contact_box {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
.contact_confirm_box {
  padding: 130px 0 60px 0;
  max-width: 600px;
  margin: 0 auto;
}
.contact_send_box {
  max-width: 600px;
  margin: 0 auto;
}
#contact_img {
  background-image: url(../img/contact.png);
  min-height: 500px;
  background-position: top;
}
.Form_tittle {
  text-align: center;
}
.Form_tittle h2 {
  display: flex;
  align-items: center;
}
.Form_tittle h2 {
  position: relative;
  display: inline-block;
  padding: 0 100px;
}
.Form_tittle h2:before,
.Form_tittle h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #067fbd;
}
.Form_tittle h2:before {
  left: 0;
}
.Form_tittle h2:after {
  right: 0;
}
.Form_tittle h2 {
  text-align: center;
  color: #333;
  font-size: 32px;
    ont-weight: 400;
}
.Form_tittle span {
  color:  #fe5f73;
  font-weight: bold;
}
.Form h2 span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
}
.Form_tittle h2 span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
}
.Form {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}
.Form-Item {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  /* align-items: center;
  color: #fff; */
}
.Form-Item2 {
  border-bottom: 1px solid rgba(255, 215, 0, 0.5);
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #333;
}
.Form-Item-Label-Required {
	color: #fff;
	font-size: 11px;
	text-align: center;
	background-color: #e00202;
	border-radius: 3px;
	padding: 1px 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.Form-Item-Input {
  margin-left: 40px;
  padding: 20px 20px;
  height: 45px;
  flex: 1;
  width: 100%;
  background: rgba(255, 255, 255);
  font-size: 14px;
}
.Form-Item-DateTime {
  background: rgba(255, 255, 255);
  padding: 20px 20px;
  height: 45px;
}
.Form-Item-Textarea {
	margin-left: 40px;
  padding: 30px 20px;
	height: 216px;
	flex: 1;
	width: 100%;
  background: rgba(255, 255, 255);
  font-size: 14px;
}
.Form-Btn {
  letter-spacing: 0.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #6b7a2a;
  margin-top: 20px;
  width: 200px;
  height: 60px;
}
.contact_send_box .Form-Btn {
  letter-spacing: 0.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #6b7a2a;
  margin-top: 20px;
  width: 200px;
  height: 60px;
}
.contact_send_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 200px;
}
.Form-Btn {
  letter-spacing: 0.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #6b7a2a;
  margin-top: 20px;
  width: 200px;
  height: 60px;
}
.Form-Btn:hover {
  opacity: 0.8;
}
.submit-btn_wrapper {
  text-align: center;
}

.Form-Btn:hover {
	opacity: 0.7;
	cursor: pointer;
}
.Form h2 {
  letter-spacing: 0.1rem;
  line-height: 32px;
  font-size: 16px;
}
.contact_privacy {
  color: #333;
  text-align: center;
  margin-top: 80px; 
  font-size: 12px;
}
.contact_privacy a {
  color: #6b7a2a;
}
.contact_privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.txt-center {
    margin-top: 10px;
}

/* 内容確認画面 */
 
.contact-title {
  min-width: 120px;
  font-family: serif;
  text-align: center;
  color: #252106;
  padding-top: 150px;
}
.contact-title span {
  font-size: 21px;
  letter-spacing: 0.4rem;
  color: #8a8a2c;
  display: block;
  padding-top: 40px;
}
.contact-title h2 {
  font-size: 36px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 150px;
}

/* 送信完了画面 */
.toppage_back_btn {
    display: inline-flex;
    align-items: center;
    padding: 20px 40px;
    background-color: #0aa;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 40px;
}

/* プライバシーポリシー */
.privacy_bg {
  background-color: #efefeb;
}
.privacy-title {
  max-width: 1000px;
  margin: 0 auto;
  /* min-width: 120px; */
  font-family: serif;
  /* text-align: center; */
  color: #252106;
  padding: 150px 40px;
}
.privacy-title span {
  font-size: 14px;
  letter-spacing: 0.4rem;
  color: #8a8a2c;
  display: block;
  padding-left: 3px;
}
.privacy-title h2 {
  font-size: 36px;
  margin: 0;
  padding-top: 10px;
}
.privacy_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 110px 40px;
}
.privacy_inner {
  padding: 40px 0;
  border-bottom: 1px solid rgba(37,33,6,0.2);
}
.privacy_inner h2 {
  font-size: 28px;
  line-height: 2rem;
}
.privacy_inner p {
  padding-top: 20px;
  line-height: 2rem;
}
.privacy_inner dl {
  display: flex;
  padding-top: 0.5rem;
  letter-spacing: 0.2em;
}
.privacy_inner dt {
  width: 90px;
}
.privacy_inner li {
    padding-top: 0.5rem;
    letter-spacing: 0.2em;
}


/* ==================================
レスポンシブ
================================== */
@media (min-width: 841px) {
}

@media (max-width: 840px) {
  .stepbar .stepbarwrap {
    margin: 60px 0;
  }
  .stepbar .stepbarwrap .stepline {
    height: 350px;
  }
}


@media (max-width: 540px) {


  #top_mv {
    min-height: unset;
  }
  
  .hero__image {
    width: 90%;
    margin: 0 auto;
  }
  /* contact */
  .contawct_mv {
    padding: 100px 10px 0 10px;
  }
  .contact_box {
    padding: 0 10px;
  }
  form {
    margin-bottom: 100px;
  }
  .Form-Item {
    flex-direction: column;
  }
  .Form-Item-Label {
    max-width: none;
  }
  .Form-Item-Input {
    margin-left: 0;
  }
  .Form-Item-Textarea {
    margin-left: 0;
  }
  .contact_confirm_box {
    padding: 0 10px;
  }
  .Form-Btn {
    margin-top: 40px;
  }

  /* about */
  .about-inner {
    flex-direction: column-reverse;
    gap: 80px;
    padding: unset;
  }

  /* about 下層 */
  .about {
    margin: 0 auto;
    max-width: 1100px;
    padding: 150px 20px 80px;
  }
  .about-left {
    width: 300px;
    margin: 0 auto;
  }
  .stepcircle {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #6b7a2a;
  flex-shrink: 0;        /* ← これが重要 */
}
.stepbar .stepbarwrap .stepline {
  height: 340px;
}
.stepbar .stepbarwrap .steptitle {
  gap: 20px;
}
.stepbar .stepbarwrap {
  margin: 40px 0;
}
.biography {
  width: 100%;
  padding: 0 20px;
}
.strengths {
  padding: 0 20px;
}
.strengths h2 {
  margin-bottom: 40px;
}
.strength-item {
  flex-direction: column;
  gap: 20px;
}
.skills {
  padding: 0 20px 80px;
}
.skills h2 {
  margin-bottom: 40px;
}
.skill-circle1 li {
  width: 100px;
  height: 100px;
}
.skill-circle2 li {
  width: 100px;
  height: 100px;
}


/* works 下層 */
.works-mv {
  padding: 80px 20px;
}
.works_inner {
  flex-direction: column-reverse;
  gap: 60px;
}
.works__text {
  margin-bottom: 20px;
}
.works-overview {
  padding: 80px 20px;
}
.overview-title {
  margin-bottom: 0px;
}
.overview-inner {
  grid-template-columns: none;
}
.overview-item {
  grid-template-columns: none;
  padding: 20px 0;
  gap: 10px;
}

.works_left h3 {
  font-size: 21px;
}
.overview-list {
  margin-top: 40px;
}
/* other case */
.section-heading {
  flex-direction: column;
  gap: 0;
}
.process {
  padding: 80px 20px;
}
.process-images {
  flex-direction: column;
  gap: 10px;
}
.process-number {
  font-size: 36px;
}
.process-title {
  font-size: 18px;
}
.more_flex {
  flex-direction: column;
}
}
