@charset "UTF-8";
#header {background-color: rgba(255,255,255,1);}
#page_header{background-image: url("../img/header_img_pc.webp");}



/* section_01 */
.section_01{position: relative;background-color: #ffffff;}
.section_01 img.illust{position: absolute;top: 50px;left:50px;width: 20%;}
.sec01_mtb{width: 100%;margin: 3em auto;}
.sec_01_p{text-align: center;font-size: 1.2em;line-height: 1.9em; margin: 0.6em 0;}

/* section_02 */
.section_02{position: relative; background-color:#e5e2de;}
.section_02_box{margin: 0em 0 5em;}
.section_02_box_last{margin: 0;}
.text_box{box-sizing: border-box;}
.facility_h3{font-size: 1.6em;line-height: 1.4em; margin-bottom: 0.6em;}
.facility_p{font-size: 1.14em;text-align: justify;line-height: 1.8em;}


/* section_03 */
.section_03{position: relative;}
.section_03_box{margin: 0em 0 5em;background-color: #ffffff;}
.w50per{width: 50%;}
.text_box_ptb{box-sizing: border-box;padding:7% 10%;}
.mincyou_h3{font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-size: 2.4em;font-weight: normal;margin-bottom: 0.4em;}
.mincyou_h3 span{font-size: 0.6em;margin-left: 1em;}
.work_btn{display: block; width: 90%;margin-top: 2em;}

/* section_04 */
.section_04{background-color: #d6e4e0;position: relative;}
.section_04 img.illust{position: absolute;bottom: 120px;right:30px;width: 13%;}
.flow_h3{font-size: 1.8em;font-weight: bold; line-height: 1.0em;margin-bottom: 0.6em;}
.flow_p{font-size: 1.2em;text-align: center;line-height: 1.0em;margin-bottom: 3em;}
.flow-wrapper {
  width: 90%;
　margin: 4em auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

/* 各ステップの横並びレイアウト */
.flow-step {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
	margin-bottom: 2em;
}
	
/* 左側（数字 + テキスト） */
.flow-left {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  position: relative;
  padding-left: 2rem;
}

/* 縦のライン（ステップ間のつなぎ線） */
.flow-step:not(:last-child) .flow-left::after {
  content: "";
  position: absolute;
  left: 3.6rem;
  top: 3.5rem;
  width: 2px;
  height: calc(100% + 3.5rem);
  background: #dcd5c3;
  z-index: -1;
}

/* 丸数字（画像と同じ淡いゴールドのライン） */
.flow-number {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 2px solid #d3c7a4;
  color: #c7bb9a;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #fff;
  font-weight: 500;
	margin-right: 0.4em;
}

/* テキスト部分 */
.flow-text h3 {
  margin: 0.3em 0 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #5b543d;
}

.flow-text p {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #5b5b5b;
}

/* 右側の画像 */
.flow-img img {
  width: 300px;
  max-width: 100%;
  object-fit: cover;
}
@media screen and (max-width:640px) {
.flow-wrapper {
  width: 100%;
　margin: 2em auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* 丸数字（画像と同じ淡いゴールドのライン） */
.flow-number {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #d3c7a4;
  color: #c7bb9a;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #fff;
  font-weight: 500;
	margin-right: 0.4em;
}
/* 縦のライン（ステップ間のつなぎ線） */
.flow-step:not(:last-child) .flow-left::after {
  display: none;
}
/* 各ステップの横並びレイアウト */
.flow-step {
  display: block;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0rem;
  position: relative;
	margin-bottom: 2em;}
/* 左側（数字 + テキスト） */
.flow-left {
  display: flex;
  gap: 0rem;
  align-items: flex-start;
  position: relative;
  padding-left: 0rem;
}
/* テキスト部分 */
.flow-text h3 {
  margin: 0.2em 0 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #5b543d;
}

.flow-text p {
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #5b5b5b;
	margin-bottom: 0.6em;
}
/* 右側の画像 */

.flow-img img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;

}
}
.sec_05_btn{width: 48%;margin: 0em auto 2em;}
.flow_lead{font-size: 1.4em;text-align: center;}

/* section_05 */




/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_sp.webp");}


/* section_01 */
.section_01 img.illust{position: absolute;top: 10px;left:10px;width: 30%;}
.sec01_mtb{width:90%;margin: 2em auto 0;}
.sec_01_p{text-align:justify;font-size: 1.0em;font-weight: normal;margin: 0.6em 0;}	
/* section_02 */
.section_02_box{margin: 0em 0 2em;}
.facility_h3{font-size: 1.0em;margin: 0.4em 0;}
.facility_p{font-size: 0.9em;text-align: justify;line-height: 1.6em;}
/* section_03 */
.section_03_box{margin: 0em 0 0em;background-color: #ffffff;}
.w50per{width: 100%;}
.text_box_ptb{box-sizing: border-box;padding:4% 5% 7%;}
.mincyou_h3{font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-size: 2.4em;font-weight: normal;margin-bottom: 0em;}
.mincyou_h3 span{font-size: 0.6em;margin-left: 1em;}
.work_btn{display: block; width: 90%;margin-top: 0.6em;}
	
/* section_04 */	
.section_04 img.illust{position: absolute;bottom: 20px;right:10px;width: 13%;}
.flow_h3{font-size: 1.4em;font-weight: bold; line-height: 1.0em;}
.flow_p{font-size: 1.0em;line-height: 1.4em;margin-bottom: 1em;}
.sec_05_btn{width: 80%;margin: 3em auto 2em;}
.flow_lead{font-size: 1.0em;text-align: center;}
}
