@charset "utf-8";

/* ----------------------------------------------------
  Google font　日本語
---------------------------------------------------- */
.jp01{font-family: 'Noto Sans JP', sans-serif;} /* ゴシック */
.jp02{font-family: 'Zen Maru Gothic', sans-serif;} /* 丸ゴシック */

/* ----------------------------------------------------
  テキスト高さ
---------------------------------------------------- */
.text01{line-height: 33px; letter-spacing: 1.5px;}
@media print, screen and (min-width: 992px) {.text01{line-height: 35px;}}

/* ----------------------------------------------------
  文字寄せ
---------------------------------------------------- */
/*　スマホ左寄せ　ほか中央
---------------------------------------------------- */
.ctr-text01{text-align: left;}
@media print, screen and (min-width: 768px) {.ctr-text01{text-align: center;}}

/*　スマホ中央　ほか左寄せ
---------------------------------------------------- */
.ctr-text02{text-align: center;}
@media print, screen and (min-width: 768px) {.ctr-text02{text-align: left;}}

/* ----------------------------------------------------
  背景色と文字色
---------------------------------------------------- */
/* 背景色
---------------------------------------------------- */
.bg_white{background: #fff;}
.bg_green{background: #e6f4d3}

.bg_cream_01{background: #fffcf5}
.bg_cream_02{background: #f8f5ea}
.bg_cream_03{background: #fffff5}

.bg_sky{background: url("../images/bg_sky.jpg") no-repeat center top;}

.bg_wave_01{background: url("../images/bg_wave_01.jpg") no-repeat center top #d8f0f4;}
.bg_wave_02{background: url("../images/bg_wave_02.jpg") no-repeat center top #d8f0f4;}

.bg_leaf {background: url("../images/bg_leaf.jpg") no-repeat center top #fffff5}

/* ----------------------------------------------------
    背景固定画像
---------------------------------------------------- */
.bg_haikei_01{background: url("../images/main.jpg") no-repeat center bottom}
@media print, screen and (min-width: 992px) {
.bg_haikei_01{
	background: url("../images/main.jpg") no-repeat scroll 50% 0% / cover;
	height: auto;
	background-position: 50% 50%;
	background-attachment: fixed;
	}
}
.part_h{padding:60px 0;}
@media print, screen and (min-width: 768px) {.part_h{padding:100px 0}}
@media print, screen and (min-width: 992px) {.part_h{padding:150px 0}}


/* 文字色
-------------------------- */
.white{color:#fff}
.blue{color: #69acf2}
.green{color: #7dc94c}
.pink{color:#fda082}
.red{color: #e94545}

/* ----------------------------------------------------
  テキストリンク
---------------------------------------------------- */
.text01 a:link,
.text01 a:visited,
.text01 a:hover,
.text01 a:active{
  text-decoration:underline;
  color: #69acf2 !important;
}

/* ----------------------------------------------------
  テキスト太字
---------------------------------------------------- */
.bold{font-weight: 600;}

/* ----------------------------------------------------
  ペン
---------------------------------------------------- */
.pen {
  font-weight: 900;
  background: linear-gradient(transparent 50%, #ffde00 50%);
}

.pen02 {
  font-weight: 900;
  background: linear-gradient(transparent 50%, #d7edf4 50%);
}

.torikesi {
  text-decoration: line-through;
}

/* ----------------------------------------------------
  挨拶者名
---------------------------------------------------- */
.name{
  text-align: right;
}
.name span{
  font-size: 20px;
}


/* ----------------------------------------------------
  h2
---------------------------------------------------- */
/* 左寄せ　背景画像あり　文字アニメーション
---------------------------------------------------- */
.h2_midasi_01_bgimg {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: url("../images/h2.jpg") no-repeat scroll 50% 0% / cover;
}

.h2_midasi_01_bgimg::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.0); /* ここで暗さを調整 */
  z-index: -1; /* 背景の後ろに来ないように注意 */
}
.h2_midasi_01{
	padding:32% 0 20px 0;
	text-align: center;
}
@media print, screen and (min-width: 768px) {.h2_midasi_01{padding:160px 0 40px 0}}
@media print, screen and (min-width: 992px) {.h2_midasi_01{padding:170px 0 50px 0}}
@media print, screen and (min-width:1200px) {.h2_midasi_01{padding:170px 0 50px 0}}

.h2_midasi_01 p{
	font-size: 28px;
	line-height:40px;
  font-weight: 600;
	letter-spacing:3px;  
	}
.h2_midasi_01 h2{
	font-size: 16px;
  font-weight: 600;
	letter-spacing:2px;
}

@media print, screen and (min-width: 768px) {
.h2_midasi_01 p{
	font-size: 50px;
	line-height:65px;  
	}  
.h2_midasi_01 h2{
	font-size: 22px;
	}
}

@media print, screen and (min-width: 992px) {
.h2_midasi_01 p{
	font-size: 55px;
	line-height:75px; 
	}  
.h2_midasi_01 h2{
	font-size: 21px;
	}
}

@media print, screen and (min-width: 1200px) {
.h2_midasi_01 p{
	font-size: 60px;
	line-height:80px; 
	}  
.h2_midasi_01 h2{
	font-size: 21px;
	}
}


/* ----------------------------------------------------
  ボックス01
---------------------------------------------------- */
.hako_01{padding: 20px; border-radius: 10px;}
@media print, screen and (min-width: 768px) { .hako_01{ padding: 30px;}}
@media print, screen and (min-width: 992px) { .hako_01{ padding: 30px;}}


/* ----------------------------------------------------
  ボックス02
---------------------------------------------------- */
.hako_02{
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

@media print, screen and (min-width: 768px) {
.hako_02{
  padding: 30px;
  }
}

@media print, screen and (min-width: 1600px) {
.hako_02{
  padding: 70px;
  }
}


/* ----------------------------------------------------
  エリア×エリア
---------------------------------------------------- */
/* ========================
  スマホ（ベース）
======================== */
.kakeru {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.kakeru__box {
  padding: 20px;
  background: #f8f5ea;
  max-width: 100%;
}
.kakeru__mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -180%); /* ← スマホは少し上に */
  font-size: 24px;
  pointer-events: none;
}


/* ========================
  PC
======================== */
@media print, screen and (min-width: 768px) {
  .kakeru {
    flex-direction: row;
    align-items: flex-start; /* 上揃え */
    justify-content: space-between;
    gap: 20px;
  }

  .kakeru__box {
    flex: 1;
    max-width: calc(50% - 20px);
    border-radius: 10px;
  }

  .kakeru__mark {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* PCは中央 */
  }
}

/* ----------------------------------------------------
  横フロー
---------------------------------------------------- */
/* SP 縦矢印
---------------------------------------------------- */
@media screen and (max-width: 767px) {

.flow_arrow {
  gap: 20px !important;
}

/* ★ 縦並び */
.flow_arrow > li dl{
  display: block;
  padding: 10px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
.flow_arrow > li dl{
  padding: 15px;
  }
}  
  

/* 番号 */
.flow_arrow > li dl dt{
  margin-bottom: 10px;
  text-align: center;
}

/* 画像 */
.flow_arrow > li dl dt img{
  width: 100%;
  height: auto;
}

/* テキスト */
.flow_arrow > li dl dd{
  margin-left: 0;
  line-height: 30px;
  text-align: left;
}

/* 縦矢印 */
.flow_arrow > li:not(:last-child) dl::after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 4px solid #7dc94c;
  border-bottom: 4px solid #7dc94c;
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%) rotate(45deg);
}

/* 横矢印は完全停止 */
.flow_arrow > li dl::before{
  display: none !important;
  content: none !important;
}

}

/* ----------------------------------------------------
  共通
---------------------------------------------------- */
.flow_arrow {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.flow_arrow > li {
  list-style: none;
  width: 100%;
}

.flow_arrow > li dl {
  padding: 30px;
  margin: 0;
  border: 1px solid #dcd1b9;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fffcf5;
}

.flow_arrow > li dl dt {
  margin-bottom: 15px;
  text-align: center;
}

.flow_arrow > li dl dt span{
  color: #fff;
  background: #69acf2;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  padding: 4px 9px 7px 11px;
  border-radius: 5px;
}

.flow_arrow > li dl dt div{
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  padding: 15px 0 0 0;
}

.flow_arrow > li dl dd {
  margin-left: 0;
  line-height: 30px;
}

.flow_arrow > li dl dd span{
  margin-left: 0;
  line-height: 20px;
}

/* ----------------------------------------------------
  Tablet（2列）
---------------------------------------------------- */
@media screen and (min-width: 768px) {

.flow_arrow {
  gap: 30px;
  justify-content: center;
}

.flow_arrow > li {
  width: calc((100% - 60px) / 2);
}

.flow_arrow > li dl {
  padding: 18px;
}

/* 横矢印ベース */
.flow_arrow > li dl::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 4px solid #69acf2;
  border-right: 4px solid #69acf2;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%) rotate(45deg);
}

/* 3列の先頭だけ消す */
.flow_arrow > li:nth-child(2n+1) dl::before {
  display: none;
}

}

/* ----------------------------------------------------
  PC（4列）
---------------------------------------------------- */
@media screen and (min-width: 1200px) {

.flow_arrow {
  gap: 40px;
}

.flow_arrow > li {
  width: calc((100% - 160px) / 4); /* ←5列固定 */
}

.flow_arrow > li dl {
  padding: 22px 20px;
}

/* ★ここが最重要：完全リセットして作り直す */
.flow_arrow > li dl::before {
  content: "";
  display: block !important;
  width: 14px;
  height: 14px;
  border-top: 4px solid #69acf2;
  border-right: 4px solid #69acf2;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%) rotate(45deg);
}

/* ★5列の先頭だけ消す（3nの影響を完全排除） */
.flow_arrow > li:nth-child(4n+1) dl::before {
  display: none !important;
}

}

/* balloon1-left
---------------------------------------------------- */
.balloon1-left {
	margin: 0 0 10px 0;
	padding: 12px;
	width: 100%;
	background: #ede9d9;
	border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
.balloon1-left {
  font-size: 15px;
	position: relative;
	display: inline-block;
	margin: 0 0 10px 40px;
	padding: 10px 15px;
	width: 100%;
	background: #ede9d9;
	border-radius: 10px;
}
.balloon1-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -25px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 15px solid #ede9d9;
	}
}

/* ----------------------------------------------------
  block
---------------------------------------------------- */
/*  btn01
---------------------------------------------------- */
.btn01 {
  display: block;
  width: 100%;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #735a5a !important;
  background: #fffcf5;
  border: 1px solid #735a5a;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn01:visited {
  color: #735a5a !important;
}
.btn01:hover,
.btn01:active {
  background: #f1e7d8;
  letter-spacing: 3px;
  color: #735a5a !important;
  text-decoration: none !important;
}


/*  btn02　緑ボタン
---------------------------------------------------- */
.btn02 {
  color: #fff !important;
  background: #7dc94c;
  display: block;
  width: 100%;
  padding: 15px 5px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn02:visited {
  color: #fff !important;
}
.btn02:hover,
.btn02:active {
  color: #fff !important;  
  background: #319306;
  text-decoration: none !important;
}


/* 電話ボタン
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.nav_tel_bb {
  font-size: 18px;
  text-decoration: none;
  display: block !important;
  color: #fff !important;
  background: #7dc94c;
  padding: 15px 5px;
  border-radius: 100px;
  text-align: center;
  }
}
  
@media print, screen and (min-width: 768px) {
.nav_tel_bb {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
  }
}



/*  btn03　青ボタン
---------------------------------------------------- */
.btn03 {
  color: #fff !important;
  background: #69acf2;  
  display: block;
  width: 100%;
  padding: 15px 5px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn03:visited {
  color: #fff !important;
}
.btn03:hover,
.btn03:active {
  color: #fff !important;  
  background: #1d66b4;
  text-decoration: none !important;
}

/*  btn04　赤ボタン
---------------------------------------------------- */
.btn04 {
  color: #fff !important;
  background: #f64f4f;
  display: block;
  width: 100%;
  padding: 15px 5px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn04:visited {
  color: #fff !important;
}
.btn04:hover,
.btn04:active {
  color: #fff !important;  
  background: #ae2c2c;
  text-decoration: none !important;
}

/*  btn05　茶ボタン
---------------------------------------------------- */
.btn05 {
  color: #fff !important;
  background: #735a5a;
  display: block;
  width: 100%;
  padding: 15px 5px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn05:visited {
  color: #fff !important;
}
.btn05:hover,
.btn05:active {
  color: #fff !important;  
  background: #3f2828;
  text-decoration: none !important;
}


/* ----------------------------------------------------
  inline-block
---------------------------------------------------- */
/*  btn01　茶ボタン
---------------------------------------------------- */
.btn01_in {
  color: #fff !important;
  background: #735a5a;  
  display: block;
  width: 100%;
  padding: 15px 5px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn01_in:visited {
  color: #fff !important;
}
.btn01_in:hover,
.btn01_in:active {
  color: #fff !important;  
  background: #3f2828;
  text-decoration: none !important;
}

@media print, screen and (min-width: 768px) {
.btn01_in {
  display: inline-block;
  width: 350px;
  }
}


/*  btn02_in　緑ボタン
---------------------------------------------------- */
.btn02_in {
  color: #fff !important;
  background: #7dc94c;
  display: inline-block;
  width: 270px;
  padding: 15px 5px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn02_in:visited {
  color: #fff !important;
}
.btn02_in:hover,
.btn02_in:active {
  color: #fff !important;  
  background: #319306;
  text-decoration: none !important;
}

@media print, screen and (min-width: 768px) {
.btn02_in {
  display: inline-block;
  width: 350px;
  }
}

.btn02_in img{
  margin-right: 8px;
  vertical-align: 0;
}


/* ----------------------------------------------------
    見出し02
---------------------------------------------------- */
.midasi02{
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 2px;
	font-weight: 600;
	}
@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 3px;  
	}
}
@media print, screen and (min-width: 992px) {
.midasi02{
	font-size: 30px;
	line-height: 48px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi02{
	font-size: 36px;
	line-height: 52px;
	}
}


/* ----------------------------------------------------
    見出し03
---------------------------------------------------- */
.midasi03{
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 2px;
  font-weight: 600;  
	}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 24px;
	line-height: 34px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi03{
	font-size: 28px;
	line-height: 38px;
	}
}


/* ----------------------------------------------------
    見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 2px;
  font-weight: 600;  
	}
@media print, screen and (min-width: 992px) {
.midasi04{
	font-size: 21px;
	line-height: 38px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi04{
	font-size: 23px;
	line-height: 40px;
	}
}


/* ----------------------------------------------------
    見出し05
---------------------------------------------------- */
.midasi05{
	font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding:7px 14px 10px 15px;
	letter-spacing: 2px;  
  border-radius: 5px;
  color: #fff;
  background: #69acf2;  
}
@media print, screen and (min-width: 992px) {
.midasi05{
	font-size: 18px;
  line-height: 28px;
  padding:7px 14px 10px 15px;
  }
}


/* ----------------------------------------------------
    見出し06
---------------------------------------------------- */
.midasi06{
	font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  background: url("../images/icon05.png") no-repeat left top 5px #735a5a;
  padding:10px 10px 12px 70px;
	letter-spacing: 2px;  
  border-radius: 5px;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
.midasi06{
	font-size: 20px;
  line-height: 30px;
  }
}
@media print, screen and (min-width: 992px) {
.midasi06{
	font-size: 22px;
  line-height: 32px;
  }
}

/* ----------------------------------------------------
    見出し07
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.midasi07{
  color: #7dc94c;
	font-size: 18px;
	line-height: 26px;
  margin-bottom: 5px;
  text-align: center;
	}
}

@media print, screen and (min-width: 768px) {
.midasi07{
	font-size: 16px;
	line-height: 26px;
  text-align: center;
	}
}


/* ----------------------------------------------------
    見出し08
---------------------------------------------------- */
.midasi08{
	font-size: 16px;
  line-height:26px;
  font-weight: 600;
  border-left: 6px solid #745b5b;
  padding:3px 0 3px 10px
	}
@media print, screen and (min-width: 768px) {
.midasi08{
	font-size: 20px;
  line-height: 30px;
  padding:5px 0 5px 15px  
	}
}
@media print, screen and (min-width: 992px) {
.midasi08{
	font-size: 22px;
  line-height: 32px;
	}
}

.midasi08 span{
  font-size: 16px;
}


/* ----------------------------------------------------
    見出し09
---------------------------------------------------- */
.midasi09{
  border-left:5px solid #7dc94c;
  padding:3px 0 3px 10px  
	}
@media print, screen and (min-width: 768px) {
.midasi09{
  padding:3px 0 3px 10px
	}
}


/* ----------------------------------------------------
    見出し10
---------------------------------------------------- */
.midasi10{
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 2px;
  text-align: center;
  font-weight: 900;
	}
@media print, screen and (min-width: 1400px) {
.midasi10{
	font-size: 21px;
	line-height: 38px;
	}
}
@media print, screen and (min-width: 1600px) {
.midasi10{
	font-size: 23px;
	line-height: 40px;
	}
}


/* ----------------------------------------------------
    見出し13
---------------------------------------------------- */
.midasi13 {
  color: #7dc94c;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  margin-bottom: 20px;  
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
.midasi13 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}

.midasi13::after {
  content: '';
  position: absolute;
  transform: translateX(-50%);  
  left: 50%;
  bottom: -10px;
  width: 70px;
  height:3px;
  background-color: #7dc94c;
}
@media print, screen and (min-width: 768px) {
.midasi13::after {
    bottom: -10px;
  }
}


/* ----------------------------------------------------
    見出し16
---------------------------------------------------- */
.midasi16{
  font-size: 22px;
  line-height: 32px;
  background: url("../images/icon01.png") no-repeat left top;
  padding-left: 80px;
	letter-spacing: 2px;
	font-weight: 600;  
  }
@media print, screen and (min-width: 768px) {
.midasi16{
  font-size: 25px;
  line-height: 35px;
  }
}
@media print, screen and (min-width: 1200px) {
.midasi16{
  font-size: 25px;
  line-height: 35px;
  }
}
@media print, screen and (min-width: 1400px) {
.midasi16{
  font-size: 27px;
  line-height: 37px;
  }
}


/* ----------------------------------------------------
  円背景の要素
---------------------------------------------------- */
.circle-bg {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fffff5;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
.circle-bg {
  width: 100%;
  margin: 0 auto;  
  }
}
@media print, screen and (min-width: 1800px) {
.circle-bg {
  width: 90%;
  margin: 0 auto 0;  
  }
}

.circle-bg img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
.circle-bg img {
  width: 100px;
  }
}
@media print, screen and (min-width: 992px) {
.circle-bg img {
  width: 120px;
  }
}
@media print, screen and (min-width: 1200px) {
.circle-bg img {
  width: 160px;
  }
}


.circle-bg p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  }
@media print, screen and (min-width: 768px) {
.circle-bg p {
  font-size: 16px;
  line-height: 26px;
  }
}
@media print, screen and (min-width: 992px) {
.circle-bg p {
  font-size: 20px;
  line-height: 30px;  
  }
}
@media print, screen and (min-width: 1600px) {
.circle-bg p {
  font-size: 22px;
  line-height: 32px;  
  }
}


/* ----------------------------------------------------
  お悩み
---------------------------------------------------- */
.worries {
  width: 100%;
  margin: 0px auto;
  padding:0;
}

.person {
  text-align: center;
  margin-bottom: 20px;
}

.person img {
  width: 200px;
}

.bubble {
  position: static;
  margin: 10px auto;
  font-size: 15px;
  padding: 10px 25px;
  border-radius: 999px;
  max-width: 100%;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

/* 色 */
.b1 { background:#ffe9e9; }
.b2 { background:#e9f3ff; }
.b3 { background:#eafff1; }
.b4 { background:#fff7e9; }
.b5 { background:#f3e9ff; }
.b6 { background:#e9fff9; }
.b7 { background:#fff0f5; }
.b8 { background:#eef9ff; }
.b9 { background:#f9ffe9; }

/* =========================
  PC：楕円配置（本命）
========================= */
@media print, screen and (min-width: 1200px) {

  .worries {
    position: relative;
    max-width: 1400px;
    height: 500px; /* ←コンパクト */
    margin: 80px auto;
  }

  .person {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .person img {
    width: 300px;
  }

  .bubble {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 14px 30px;    
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    transform: translate(-50%, -50%);
    max-width: 380px;
  }

  /* =========================
    楕円
  ========================= */

  /* 上 */
  .b1 { transform: translate(-50%, -50%) translate(0px, -300px); }

  /* 右上 */
  .b2 { transform: translate(-50%, -50%) translate(300px, -200px); }

  /* 右 */
  .b3 { transform: translate(-50%, -50%) translate(400px, -75px); }

  /* 右下 */
  .b4 { transform: translate(-50%, -50%) translate(350px, 50px); }

  /* 下 */
  .b5 { transform: translate(-50%, -50%) translate(200px, 180px); }

  /* 左下 */
  .b6 { transform: translate(-50%, -50%) translate(-220px, 170px); }

  /* 左 */
  .b7 { transform: translate(-50%, -50%) translate(-350px, 50px); }

  /* 左上 */
  .b8 { transform: translate(-50%, -50%) translate(-400px, -80px); }

  /* 追加（少し内側） */
  .b9 { transform: translate(-50%, -50%) translate(-350px, -220px); }

}


/* ----------------------------------------------------
  テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}

/* ----------------------------------------------------
  テーブル2
---------------------------------------------------- */
.table2{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #e7d7cf;
	background: #fff;
}

@media only screen and (max-width: 767px) {
.table2 th{
	width: 25%;
	padding: 5px 10px;  
	text-align: center;
	display: table-cell;
	font-weight: normal;
  vertical-align: middle;
	background-color: #f8f5ea;	
	border-top: 0px;
	border-right: 1px solid #e7d7cf;  
	border-left: 1px solid #e7d7cf;
	border-bottom: 1px solid #e7d7cf;	
}
.table2 td{
	padding: 5px 10px;
	display: table-cell;
	border-right: 1px solid #e7d7cf;
	border-left: 1px solid #e7d7cf;
	border-bottom: 1px solid #e7d7cf;
	}
}

@media print, screen and (min-width: 768px) {
.table2 th{
	text-align: center;
	padding: 15px;
	display: table-cell;
  vertical-align: middle;
	font-weight: normal;
	background-color: #f8f5ea;	
	border-top: 0px;
	border-right: 1px solid #e7d7cf;
	border-left: 1px solid #e7d7cf;
	border-bottom: 1px solid #e7d7cf;	
}
.table2 td{
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #e7d7cf;
	}
}

.table2 a:link,
.table2 a:visited{text-decoration:underline !important;}
.table2 a:hover,
.table2 a:active{text-decoration:none !important;}


/* ----------------------------------------------------
  テーブル3
---------------------------------------------------- */
.table3{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #e7d7cf;
	background: #fff;
}

@media only screen and (max-width: 767px) {
.table3 th{
	padding: 5px 10px;  
	text-align: center;
	display: table-cell;
	font-weight: normal;
  vertical-align: middle;
	background-color: #f8f5ea;	
	border-top: 0px;
	border-left: 1px solid #e7d7cf;
	border-bottom: 1px solid #e7d7cf;	
}
.table3 td{
	padding: 5px 10px;
	display: table-cell;
	border-right: 1px solid #e7d7cf;
	border-left: 1px solid #e7d7cf;
	border-bottom: 1px solid #e7d7cf;
	}
}

@media print, screen and (min-width: 768px) {
.table3 th{
	text-align: center;
	padding: 15px;
	display: table-cell;
  vertical-align: middle;
	font-weight: normal;
	background-color: #f8f5ea;	
	border-top: 0px;
	border-right: 1px solid #e7d7cf;
	border-left: 1px solid #e7d7cf;
	border-bottom: 1px solid #e7d7cf;	
}
.table3 td{
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #e7d7cf;
	}
}

.table3 a:link,
.table3 a:visited{text-decoration:underline !important;}
.table3 a:hover,
.table3 a:active{text-decoration:none !important;}


/* ----------------------------------------------------
   テーブル4
---------------------------------------------------- */
.table4 {
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
  border: none;
}

@media only screen and (max-width: 767px) {
  .table4,
  .table4 tbody,
  .table4 tr,
  .table4 th,
  .table4 td {
    display: block;
    width: 100%;
  }

  .table4 th {
    font-weight: normal;
    border: none;
    padding: 0 0 8px 0;
  }

  .table4 td {
    border: none;
    padding: 0 0 10px 0;
  }
}

@media print, screen and (min-width: 768px) {
/* 共通 */
.table4 th{
  width: 100%;
  vertical-align: top;   
  border: none;
  padding: 0 0 20px 0;
  font-weight: normal;
}
.table4 td {
  vertical-align: top;   
  border: none;
  padding: 0 0 20px 0;
  }
}


@media print, screen and (min-width: 768px) {
.table4{font-size: 16px;}
.table4 th{
  width: 30%;	
  }
}

@media print, screen and (min-width: 1600px) {
.table4{font-size: 16px;}
.table4 th{
  width: 20%;	
  }
}

/* ----------------------------------------------------
   テーブル5（余白少なめ・横線のみ）
---------------------------------------------------- */
.table5 {
  border-collapse: collapse;
  border-spacing: 0;
  background: #fffcf5;
  border: none;
  font-size: 12px;
  line-height: 20px;
  border-top: 1px solid #d4c6c4;
  border-right: 1px solid #d4c6c4;
  border-left: 1px solid #d4c6c4;  
}

@media print, screen and (min-width: 768px) {
  .table5 {
    font-size: 14px;
    line-height: 22px;
  }
}

@media print, screen and (min-width: 1200px) {
  .table5 {
    font-size: 15px;
    line-height: 24px;
  }
}

/* セル共通 */
.table5 th,
.table5 td {
  padding: 3px;
  border: none; /* 一旦全部消す */
  border-bottom: 1px solid #d4c6c4; /* ← 横線だけ復活 */
  vertical-align: middle;
  word-break: break-word;
}

/* 見出し */
.table5 th {
  text-align: center;
  font-weight: normal;
}

/* 本文 */
.table5 td {
  text-align: center;
    max-width: 70px;
}

/* PC余白戻す */
@media print, screen and (min-width: 992px) {
  .table5 th,
  .table5 td {
    padding: 6px;
  }
}

/* 横幅制御 */
@media print, screen and (min-width: 1400px) {
  .table5 {
    width: 100%;
  }
  .table5 th:first-child {
    width: 20%;
  }
}


/* ----------------------------------------------------
　calendar
---------------------------------------------------- */
.calendar{text-align: center;}
@media print, screen and (min-width: 768px) {
.calendar{text-align: right;}
}

.calendar iframe{width: 100%; height:350px; border-radius: 10px;}
@media print, screen and (min-width: 768px) {.calendar iframe {width:100%; height:400px;}}
@media print, screen and (min-width: 992px) {.calendar iframe {width:100%; height:450px;}}
@media print, screen and (min-width: 1200px) {.calendar iframe{width:90%; height:500px;}}
@media print, screen and (min-width: 1400px) {.calendar iframe{width:90%; height:550px;}}


/* ----------------------------------------------------
  ★★★レイアウト（1:1）
---------------------------------------------------- */
.note_11 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  box-sizing: border-box;  
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_11 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_11 {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .note_11 {
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .note_11 {
    gap: 80px;
  }
}
.note_11:last-child { margin-bottom: 0;}
.note_11_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（1:2）
---------------------------------------------------- */
.note_12 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_12 {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_12 {
    grid-template-columns: 1fr 2fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_12 {
    grid-template-columns: 1fr 2fr;
  }
}

.note_12:last-child { margin-bottom: 0;}
.note_12_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（1:3）
---------------------------------------------------- */
.note_13 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_13 {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_13 {
    grid-template-columns: 1fr 2fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_13 {
    grid-template-columns: 1fr 3fr;
  }
}

.note_13:last-child { margin-bottom: 0;}
.note_13_box {box-sizing: border-box;}


/* ----------------------------------------------------
  レイアウト（2:3）
---------------------------------------------------- */
.note_23 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_23 {
    grid-template-columns: 2fr 3fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_23 {
    grid-template-columns: 2fr 3fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_23 {
    grid-template-columns: 2fr 3fr;
  }
}

.note_23:last-child { margin-bottom: 0;}
.note_23_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（3:2）
---------------------------------------------------- */
.note_32 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */  
}
@media screen and (min-width: 768px) {
  .note_32 {
    gap: 40px;
    grid-template-columns: 3fr 2fr;    
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .note_32 {
    gap: 50px;
    grid-template-columns: 3fr 2fr;    
  }
}
@media screen and (min-width: 1200px) {
  .note_32 {
    grid-template-columns: 3fr 2fr;
  }
}

.note_32:last-child { margin-bottom: 0;}

.note_32_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（3:4）
---------------------------------------------------- */
.note_34 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_34 {
    grid-template-columns: 3fr 4fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_34 {
    grid-template-columns: 3fr 4fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_34 {
    grid-template-columns: 3fr 4fr;
    gap: 80px;
  }
}
.note_34:last-child { margin-bottom: 0;}
.note_34_box {box-sizing: border-box;}