@charset "utf-8";

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

/* ----------------------------------------------------
  英字
---------------------------------------------------- */
.en01{font-family: "Cormorant Garamond", serif;} /* 明朝 */
.en02{font-family: "Libre Caslon Display", serif;} /* 明朝　数字 */
.en03{font-family: "Literata", serif;} /* 明朝　印字 */

/* ----------------------------------------------------
  文字寄せ
---------------------------------------------------- */
/*　スマホ左寄せ　ほか中央
---------------------------------------------------- */
.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_gray{background: #eee;}
.bg_green{background: #26b261;}

/* トップページ上部背景デザイン
---------------------------------------------------- */
/* サイト上部への背景画像設定（レスポンシブ対応版）
---------------------------------------------------- */
#container {
  width: 100%;
  background: url("../images/bg_img03.jpg") no-repeat 50% 0% / 100% auto;
  aspect-ratio: 2000 / 1614;
}

/* 背景画像
---------------------------------------------------- */
.bg_img01{background: url("../images/bg_img01.jpg")}
.bg_img02{background: url("../images/bg_img02.jpg")}
.bg_img03{background: url("../images/bg_img03.jpg") no-repeat scroll 50% 0% / cover;}
.bg_img04{background: url("../images/bg_img04.png") no-repeat scroll 50% 0% / cover;}

/* 文字色
---------------------------------------------------- */
.green{color: #6aca29;}

/* 文字サイズ
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {.fontsize_01{font-size: 20px;}}
@media print, screen and (min-width: 768px) {.fontsize_01{font-size: 18px;}}

/* box_02
---------------------------------------------------- */
.box_02 {
  padding: 20px;
  border-radius:10px;
  background: #f6faf3;
  border:1px solid #e0eed6;
}
@media print, screen and (min-width: 768px) {
.box_02{
  padding:30px;  
  }
}
@media print, screen and (min-width: 992px) {
.box_02{
  padding:40px;  
  }
}

/* box_03
---------------------------------------------------- */
.box_03 {
  padding: 20px 0 15px 0;
  border-radius: 10px 10px 0 0;
  background: #6aca29;
}
@media print, screen and (min-width: 768px) {
.box_03{
  padding: 50px 0;
  border-radius: 0 10px 10px 0;  
  }
}
@media print, screen and (min-width: 992px) {
.box_03{
  padding: 70px 0;  
  }
}

/* box_04
---------------------------------------------------- */
.box_04 {
  padding: 10px 0 0 0;
  text-align: justify;
  line-height: 1.6;  
}
@media print, screen and (min-width: 768px) {
.box_04{
  padding: 0 50px;
  }
}
@media print, screen and (min-width: 992px) {
.box_04{
  padding: 0 100px;
  }
}

/* box_05
---------------------------------------------------- */
.box_05{
  background: #f6faf3;
  border:1px solid #e0eed6;
	padding: 5% 5% 10% 5%;
	border-radius: 20px;
}

@media print, screen and (min-width: 768px){
.box_05{
	padding: 10% 5% 15% 5%;
	}
}

@media print, screen and (min-width: 1200px){
.box_05{
	margin:0 2%;
	}
}

@media print, screen and (min-width: 1400px){
.box_05{
	padding: 10% 10% 15% 10%;
	margin:0 4%;
	}
}

/* box_06
---------------------------------------------------- */
.box_06 {
  padding: 20px;
  border-radius:10px;
  background: #f6faf3;
  border:1px solid #e0eed6;
}
@media print, screen and (min-width: 768px) {
.box_06 {
  padding:30px 120px;  
  }
}
@media print, screen and (min-width: 992px) {
.box_06 {
  padding:50px 120px;  
  }
}
@media print, screen and (min-width: 1200px) {
.box_06 {
  padding:60px 160px;  
  }
}

/* w_img_area
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.w_img_area {
    background: 
      url("../images/haikei_img_01.png") no-repeat left top,
      url("../images/haikei_img_02.png") no-repeat right bottom #f6faf3;
  }
}

/* ボタン
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
#btn_float {
	position: fixed;
	bottom: 80px;
	right: 0px;
	z-index: 99;
	}
#btn_float img{
	width: 50px;
	height: auto;
	}
}

@media print, screen and (min-width: 992px) {
#btn_float {
	position: fixed;
	top: 90px;
	right: 0px;
	}
#btn_float img{
	width: 50px;
	height: auto;
	}
}

@media print, screen and (min-width: 1200px) {
#btn_float {
	position: fixed;
	top: 90px;
	right: 0px;
	}
#btn_float img{
	width: 60px;
	height: auto;
	}
}

/* ----------------------------------------------------
    見出し02
---------------------------------------------------- */
.midasi02{
	font-size: 27px;
	line-height: 37px;
	letter-spacing: 2px;
	font-weight: 600;
	}
@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 33px;
	line-height: 43px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi02{
	font-size: 37px;
	line-height: 47px;
	}
}

/* ----------------------------------------------------
    見出し03
---------------------------------------------------- */
.midasi03{
	font-size: 23px;
	line-height: 33px;
	letter-spacing: 2px;
  font-weight: 600;  
	}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 26px;
	line-height: 36px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi03{
	font-size: 28px;
	line-height: 38px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi03{
	font-size: 32px;
	line-height: 42px;
	}
}

/* ----------------------------------------------------
    見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi04{
	font-size: 20px;
	line-height: 34px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi04{
	font-size: 21px;
	line-height: 36px;
	}
}

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

/* ----------------------------------------------------
    見出し16
---------------------------------------------------- */
.midasi16{
	font-size: 18px;
  line-height:28px;
  border-left: 7px solid #47bc52;
  color: #47bc52;
  padding:2px 0 2px 10px
	}
@media print, screen and (min-width: 768px) {
.midasi16{
	font-size: 20px;
  line-height: 30px;
	}
}

/* ----------------------------------------------------
    見出し17
---------------------------------------------------- */
.midasi17{
  font-size: 26px;
  line-height: 23px;
  text-align: center;
  font-weight: normal;
	letter-spacing: 2px;  
	}
.midasi17 span{
	font-size: 16px;
}
@media print, screen and (min-width: 768px) {
.midasi17{
  font-size: 28px;
  line-height: 28px;
	}
.midasi17 span{
	font-size: 18px;
  }
}
@media print, screen and (min-width: 992px) {
.midasi17{
  font-size: 30px;
  line-height: 30px;
	}
.midasi17 span{
	font-size: 19px;
  }
}
@media print, screen and (min-width: 1200px) {
.midasi17{
  font-size: 35px;
  line-height: 35px;
	}
.midasi17 span{
	font-size: 20px;
  }
}

/* 装飾の画像
---------------------------------------------------- */
.midasi_icon_01 {
  padding-top: 68px;
  position: relative;
  text-align: center;
}
.midasi_icon_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height:62px;
  background-image: url("../images/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media print, screen and (min-width: 768px) {
  .midasi_icon_01 {padding-top: 80px;}
  .midasi_icon_01::before { width: 72px; height: 72px;}
}

@media print, screen and (min-width: 992px) {
  .midasi_icon_01 {padding-top: 102px;}
  .midasi_icon_01::before { width: 92px; height: 92px;}
}

/* 装飾の画像
---------------------------------------------------- */
.midasi_icon_02 {
  padding-top: 68px;
  position: relative;
  text-align: center;
}
.midasi_icon_02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height:62px;
  background-image: url("../images/icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media print, screen and (min-width: 768px) {
  .midasi_icon_02 {padding-top: 80px;}
  .midasi_icon_02::before { width: 72px; height: 72px;}
}

@media print, screen and (min-width: 992px) {
  .midasi_icon_02 {padding-top: 102px;}
  .midasi_icon_02::before { width: 92px; height: 92px;}
}

/* 装飾の画像
---------------------------------------------------- */
.midasi_icon_03 {
  padding-top: 68px;
  position: relative;
  text-align: center;
}
.midasi_icon_03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height:62px;
  background-image: url("../images/icon03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media print, screen and (min-width: 768px) {
  .midasi_icon_03 {padding-top: 80px;}
  .midasi_icon_03::before { width: 72px; height: 72px;}
}

@media print, screen and (min-width: 992px) {
  .midasi_icon_03 {padding-top: 102px;}
  .midasi_icon_03::before { width: 92px; height: 92px;}
}

/* ----------------------------------------------------
    見出し18
---------------------------------------------------- */
.midasi18 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}
.midasi18 span {
  font-size: 15px;
}

@media print, screen and (min-width: 768px) {
.midasi18 {
  font-size: 26px;
  line-height: 33px;  
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  margin: 0 auto;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 30px;
  }
.midasi18 span {
  font-size: 16px;
  }
}

@media print, screen and (min-width: 992px) {
.midasi18 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 40px;
  }
.midasi18 span {
  font-size: 17px;
  }
}

@media print, screen and (min-width: 1200px) {
.midasi18 {
  font-size: 30px;
  line-height: 37px;
  }
.midasi18 span {
  font-size: 18px;
  }
}

/* ----------------------------------------------------
    見出し19
---------------------------------------------------- */
.midasi19 {
  font-size: 25px;
  line-height: 20px;
}
.midasi19 span {
  font-size: 15px;
}

@media print, screen and (min-width: 768px) {
.midasi19 {
  font-size: 30px;
  line-height: 25px;
  }
.midasi19 span {
  font-size: 16px;
  }
}

@media print, screen and (min-width: 992px) {
.midasi19 {
  font-size: 33px;
  line-height: 28px;
  }
.midasi19 span {
  font-size: 17px;
  }
}

@media print, screen and (min-width: 1200px) {
.midasi19 {
  font-size: 35px;
  line-height: 30px;
  }
.midasi19 span {
  font-size: 18px;
  }
}

/* 見出し20
---------------------------------------------------- */
.midasi20{
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	background: linear-gradient(#e0eed6, #e0eed6) no-repeat center bottom / 90px 1px;
	text-align: center;
	}
.midasi20 span{
	font-size: 15px;
	letter-spacing: 1px;
	color: #549269;
}
@media print, screen and (min-width: 768px) {
.midasi20{
	font-size: 18px;
	line-height: 30px;
	}
.midasi20 span{
	font-size: 15px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi20{
	font-size: 20px;
	line-height: 32px;
	}
.midasi20 span{
	font-size: 15px;
	}
}

/* ----------------------------------------------------
   タイムテーブル
---------------------------------------------------- */
.time_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  border-top: 2px solid #222;
  border-right: 0;
  border-left: 0;
  table-layout: auto; 
}

@media only screen and (max-width: 767px) {
.time_table {
  border-top: 2px solid #6aca29;
  }
}

.time_table th,
.time_table td {
  border: none;
  border-bottom: 1px solid #e3dcd8;
  vertical-align: middle;
  white-space: nowrap; 
}
.time_table th {
  padding: 15px 0;
  text-align: center;
  font-weight: normal;
}
.time_table td {
  padding: 15px;  
  color: #6aca29;
  text-align: center;
}

@media print, screen and (min-width: 992px) {
.time_table th { padding: 12px 0;}  
.time_table td { padding: 12px 20px;}
.time_table th:first-child { width: 30%;}
}

@media print, screen and (min-width: 1400px) {.time_table th:first-child { width: 25%;}}
.time_table .text_hys{text-align: left !important;}

/* ----------------------------------------------------
   スクロールヒント用
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.table_wrap {
  width: 100%;
  margin-inline: auto;
  overflow-x: auto;
  overflow-y: hidden !important;
  box-sizing: border-box;
  max-height: none;
  }
.table_wrap::-webkit-scrollbar {height: 8px;}
.table_wrap::-webkit-scrollbar-track {background-color: #E2E2E2;}
.table_wrap::-webkit-scrollbar-thumb {background-color: #aaa;}
}

@media print, screen and (min-width: 768px) {
.table_wrap {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
  }
}

/* ----------------------------------------------------
  スクロール中身の横幅
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.table_hint {
  min-width: 480px;
  margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
.table_hint {
  width: 100%;
  min-width: 0;
  }
}

/* ----------------------------------------------------
  map
---------------------------------------------------- */
.map iframe{width: 100%; height:40vh; margin-bottom:-9px;}
@media print, screen and (min-width: 768px) {.map iframe{width: 100%; height:400px; margin-bottom: -9px;}}
@media print, screen and (min-width: 992px) {.map iframe{width: 100%; height:500px; margin-bottom: -9px;}}

.btn_map {
  display: inline-block;
  width: 270px;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff !important;
  background: #6aca29;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.btn_map:visited {
  color: #fff !important;
}
.btn_map:hover,
.btn_map:active {
  background: #388a01;
  letter-spacing: 3px;
  color: #fff !important;
  text-decoration: none !important;
}

/* ----------------------------------------------------
   レイアウト
---------------------------------------------------- */
.bg_photo_02{background: url("../images/main01.jpg") no-repeat scroll 50% 0% / cover;}

.space_box01{
    padding:30px 0;
}
@media print, screen and (min-width: 768px) {
  .space_box01{
    padding: 60px 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .space_box01{
    padding: 80px 70px;
  }
}
@media print, screen and (min-width: 1400px) {
  .space_box01{
    padding: 80px;
  }
}

.contact_bottom_tel_01{
	display:block;
	color:#fff;	
	background-color: #222;
	font-size:120%;	
	padding:15px 5px;
	text-align:center;
	font-weight: normal;
	margin-bottom: 8px;
  border-radius: 100px;
	}
	
.contact_bottom_tel_01 a:link,
.contact_bottom_tel_01 a:visited,
.contact_bottom_tel_01 a:hover,
.contact_bottom_tel_01 a:active{color:#fff}
.contact_bottom_tel_01 i{font-size:80%; margin:0 5px 0 0; color:#fff; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.contact_bottom_tel_01{
	background-color:transparent;
	padding:0;
	color: #222;
	font-size:24px;
	margin-bottom: 10px;
	}
.contact_bottom_tel_01 i{margin:0 5px 0 0; color:#6aca29;}
}

@media print, screen and (min-width: 992px) {
.contact_bottom_tel_01{font-size:35px;}
.contact_bottom_tel_01 i{margin:0 8px 5px 0; font-size: 25px;}
}

/* ----------------------------------------------------
  フロー
---------------------------------------------------- */
.box_workflow {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box_workflow li {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .box_workflow li {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 55px; /* ★ココを増やすと日付が右にズレて、●との間隔が広がります */
  }
}

@media print, screen and (min-width: 992px) {
  .box_workflow li {
    padding-left: 65px;
    margin-bottom: 80px;
  }
}

/* ●（丸）
--------------------------- */
.box_workflow .box_workflow_number:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #6aca29;
  z-index: 1;
  font-size: 14px;
  top: 0.2em;
  left: -6px;
}

@media print, screen and (min-width: 768px) {
  .box_workflow .box_workflow_number:before {
    font-size: 18px;
    top: 1px;
    left: -50px; /* ★上の「padding-left: 55px」に合わせて調整（左端に固定） */
  }
}

@media print, screen and (min-width: 992px) {
  .box_workflow .box_workflow_number:before {
    left: -60px; /* ★上の「padding-left: 65px」に合わせて調整（左端に固定） */
  }
}

/* ｜（縦線
--------------------------- */
.box_workflow li:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: #6aca29;
  z-index: 0;
  top: 22px;  
  bottom: -50px;
  width: 2px;
}

@media print, screen and (min-width: 768px) {
  .box_workflow li:not(:last-child)::after {
    left: 12px; /* ●の真下にずっと固定 */
    top: 14px;
    bottom: -70px;
    width: 3px;
  }
}

@media print, screen and (min-width: 992px) {
  .box_workflow li:not(:last-child)::after {
    bottom: -90px;
  }
}

/* 日付テキスト
--------------------------- */
.box_workflow .box_workflow_number {
  font-weight: normal;
  position: relative;
  font-size: 18px;
  color: #222;
  width: auto;
  padding-left: 24px;
  margin-bottom: 8px;
}

@media print, screen and (min-width: 768px) {
  .box_workflow .box_workflow_number {
    width: 100px; /* 日付エリアの横幅 */
    padding-left: 0;
    margin-right: 20px; /* 日付と画像の間の余白 */
    margin-bottom: 0;
    letter-spacing: 2px;
    flex-shrink: 0;
  }
}

@media print, screen and (min-width: 992px) {
  .box_workflow .box_workflow_number {
    width: 120px; /* 画面が広いので少し日付幅に余裕を持たせる例 */
    margin-right: 25px;
  }
}

/* 画像 ＆ テキスト全体
--------------------------- */
.box_workflow .box_workflow_cont {
  width: 100%;
  min-width: 0;
  padding-left: 22px;
}

@media print, screen and (min-width: 768px) {
  .box_workflow .box_workflow_cont {
    flex: 1;
    padding-left: 0;    
    display: flex;      
    align-items: flex-start;
    gap: 20px; /* 画像とテキストの間の余白 */
  }
}

@media print, screen and (min-width: 992px) {
  .box_workflow .box_workflow_cont {
    gap: 30px; /* 画面が広いので画像とテキストの間を少し広げる */
  }
}

/* 1つ目のpタグ
--------------------------- */
.box_workflow .box_workflow_cont p:first-child {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .box_workflow .box_workflow_cont p:first-child {
    width: 120px; /* 画像の横幅 */
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

@media print, screen and (min-width: 992px) {
  .box_workflow .box_workflow_cont p:first-child {
    width: 150px; /* 画面が広いので画像を大きくする */
  }
}

/* テキスト
--------------------------- */
@media print, screen and (min-width: 768px) {
  .box_workflow .box_workflow_cont div {
    flex: 1;
    margin: 0;
  }
}

/* 見出し（h4）
--------------------------- */
.box_workflow h4 { 
  font-size: 25px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
.box_workflow h4 { 
  font-size: 25px;
  margin-bottom: 20px;
  }
}

/* 中身に別リストがある場合など
--------------------------- */
.box_workflow_cont .inner_list {
  list-style: disc;
  width: 100%;
  padding-left: 1.5em;
  margin-left: 3px;
  box-sizing: border-box;
}

.box_workflow_cont .inner_list li {
  display: list-item;
  width: 100%;
  position: static;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  margin-bottom: 0;
  box-sizing: border-box;
}
.box_workflow_cont .inner_list li::after {
  content: none !important;
}

@media print, screen and (min-width: 768px) {
  .box_workflow_cont .inner_list {
    padding-left: 1em;
    margin-left: 5px;
    box-sizing: content-box;
  }
  
  .box_workflow_cont .inner_list li {
    position: static;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
  }
}

/* ----------------------------------------------------
  name
---------------------------------------------------- */
.name{text-align: right;}
.name span{
  display: inline-block;
  margin-left: 5px;
  font-size: 22px;
}
@media print, screen and (min-width: 768px) {
.name span{
  margin-left: 10px;
  font-size: 26px;
  }
}

/* ----------------------------------------------------
  ★★★レイアウト（1:1）
---------------------------------------------------- */
.note_11 {
  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_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:3）
---------------------------------------------------- */
.note_13 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  box-sizing: border-box;  
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 768px) {
.note_13 {
    grid-template-columns: 1fr 3fr;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
.note_13 {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
.note_13 {
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) {
.note_13 {
    gap: 80px;
  }
}
.note_13:last-child { margin-bottom: 0;}
.note_13_box {box-sizing: border-box;}

/* ----------------------------------------------------
  ★★★レイアウト（2:4）
---------------------------------------------------- */
.note_24 {
  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_24 {
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
.note_24 {
    grid-template-columns: 1.5fr 2fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
.note_24 {
    grid-template-columns: 2fr 4fr;
  }
}

.note_24:last-child { margin-bottom: 0;}
.note_24_box {box-sizing: border-box;}

/* ----------------------------------------------------
  ★★★レイアウト（3:1）
---------------------------------------------------- */
.note_31 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  box-sizing: border-box;  
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 768px) {
.note_31 {
    grid-template-columns: 3fr 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
.note_31 {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
.note_13 {
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) {
.note_31 {
    gap: 80px;
  }
}
.note_31:last-child { margin-bottom: 0;}
.note_31_box {box-sizing: border-box;}

/* ----------------------------------------------------
  block
---------------------------------------------------- */
/* btn07
---------------------------------------------------- */
.btn07 {
  font-family: 'Noto serif JP', sans-serif;
  font-size: 18px;
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 80px 25px 15px;
  letter-spacing: 2px;
  color: #222 !important;
  background: #fff;
  border: 1px solid #dacfba; 
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
  box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
.btn07 {
  padding: 35px 80px 35px 25px;  
  font-size: 18px;
  }
}
@media print, screen and (min-width: 1600px) {
.btn07 {
  font-size: 22px;
  }
}

.btn07:visited {
  color: #222 !important;
}

.btn07:hover,
.btn07:active {
  background: #f1e7d8;
  color: #222 !important;
  text-decoration: none !important;
}

/* 円 */
.btn07::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-color: #6aca29;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* ▼ */
.btn07::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40.5px; 
  transform: translate(50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

/* btn08
---------------------------------------------------- */
.btn08 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;  
  width: 100%;
  padding: 25px 15px;
  letter-spacing: 2px;
  color: #fff !important;
  background: #46ab03;
  border: 1px solid #5e9836; 
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
.btn08 {
  padding: 35px 25px 35px 25px;
  }
}


.btn08:visited {
  color: #fff !important;
}
.btn08:hover,
.btn08:active {
  background: #317b00;
  color: #fff !important;
  text-decoration: none !important;
}
.btn08 .img-fluid {
  width: 110px;
  height: auto;
  flex-shrink: 0;
}
.btn08-text {
  display: flex;
  flex-direction: column;
}

.btn08 h4 {
  font-family: 'Noto serif JP', sans-serif;  
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
.btn08 h4 {
  font-size: 30px;
  }
}
@media print, screen and (min-width: 1600px) {
.btn08 h4 {
  font-size: 40px;
  }
}

.btn08 p {
  font-size: 17px;
  line-height: 1.5;
}