@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: "Bodoni Moda", serif;} /* 明朝　エレガント系 */

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

.text02{line-height: 33px; letter-spacing: 1.5px;}
@media print, screen and (min-width: 992px) {.text02{line-height: 40px;}}

/* ----------------------------------------------------
  文字寄せ
---------------------------------------------------- */
/*　スマホ左寄せ　ほか中央
---------------------------------------------------- */
.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: #f1f1f1;}
.bg_darkgray{background: #333;}
.bg_blue{background: #1e66d1;}

.bg_gradation_01{background-image: linear-gradient(90deg, #846bf3, #00b7e0);}

/* パキっと分かれる */
@media print, screen and (min-width: 768px) {
.bg_separate_01{background: linear-gradient(to right, #1e66d1 23%, #f1f1f1 23%);}
}

/* 文字色
-------------------------- */
.white{color:#fff}
.blue{color:#1e66d1}
.mizuiro{color: #22a6ce}

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

/* ----------------------------------------------------
  h2
---------------------------------------------------- */
/* 左寄せ　背景画像あり　文字アニメーション
---------------------------------------------------- */
.h2_02{background: url("../images/h2_02.jpg") no-repeat scroll 50% 0% / cover;}
.h2_03{background: url("../images/h2_03.jpg") no-repeat scroll 50% 0% / cover;}
.h2_04{background: url("../images/h2_04.jpg") no-repeat scroll 50% 0% / cover;}
.h2_05{background: url("../images/h2_05.jpg") no-repeat scroll 50% 0% / cover;}

.h2_midasi_01_bgimg {
  position: relative;
  color: white;
  z-index: 0;
  overflow: hidden;
}
.h2_midasi_01_bgimg::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* ここで暗さを調整 */
  z-index: -1; /* 背景の後ろに来ないように注意 */
}
.h2_midasi_01{
	padding:100px 0 50px 0;
  text-align: center;
	color: #fff;
}

@media print, screen and (min-width: 768px) {.h2_midasi_01{padding:180px 0 100px 50px; text-align: left;}}
@media print, screen and (min-width: 992px) {.h2_midasi_01{padding:180px 0 100px 100px;}}

.h2_midasi_01 p{
	font-size: 40px;
	line-height:50px;
	letter-spacing:2px;
  font-weight: 600;
	}
.h2_midasi_01 h2{
	font-size: 18px;
	letter-spacing:2px;
}
@media print, screen and (min-width: 768px) {
.h2_midasi_01 p{
	font-size: 55px;
	line-height:80px;
	letter-spacing:3px;  
	}
.h2_midasi_01 h2{
	font-size: 22px;
	letter-spacing:5px;
	}
}
@media print, screen and (min-width: 992px) {
.h2_midasi_01 p{
	font-size: 65px;
	line-height:100px;
	}
.h2_midasi_01 h2{
	font-size: 25px;
	}
}
@media print, screen and (min-width: 1200px) {
.h2_midasi_01 p{
	font-size: 80px;
	line-height:110px;
	}
.h2_midasi_01 h2{
	font-size: 28px;
	}
}

.h2_midasi_01 h2 span{
  font: #fff;
  background: #1e66d1;
  padding: 0px 3px 3px 10px;
}

/* ----------------------------------------------------
    見出し01
---------------------------------------------------- */
.midasi01{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 3px;
  margin-bottom: 20px;
	}
.midasi01 span{
	font-size: 30px;
	letter-spacing: 2px;
}
@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 20px;
	line-height: 36px;
  margin-bottom: 30px;
	}
.midasi01 span{
	font-size: 45px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi01{
	font-size: 25px;
	line-height: 38px;
	}
.midasi01 span{
	font-size: 50px;
	}
}

/* ----------------------------------------------------
    見出し02
---------------------------------------------------- */
.midasi02{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi02{
	font-size: 25px;
	line-height: 35px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi02{
	font-size: 30px;
	line-height: 40px;
	}
}

/* ----------------------------------------------------
    見出し03
---------------------------------------------------- */
.midasi03{
	font-size: 18px;
	}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 20px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi03{
	font-size: 22px;
	}
}

/* ----------------------------------------------------
    見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 15px;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
}
@media print, screen and (min-width: 992px) {
.midasi04{
	font-size: 18px;
  line-height: 40px;
	}
}
.midasi04 i{
  font-size: 7px;
  position: relative;
  top: 3px;
  margin-right: 8px;
}

/* ----------------------------------------------------
  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;
  }
}

/* ----------------------------------------------------
    ボックス並び
---------------------------------------------------- */
.seiton_01 {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 40px;
}

@media print, screen and (min-width: 768px) {
  .seiton_01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media print, screen and (min-width: 992px) {
  .seiton_01 {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .seiton_01 {
    gap: 50px 70px;
  }
}

/* ----------------------------------------------------
  block
---------------------------------------------------- */
/*  btn01
---------------------------------------------------- */
.btn01 {
  display: block;
  width: 100%;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #222 !important;
  background: #fff;
  border: 1px solid #222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn01:visited {
  color: #222 !important;
}
.btn01:hover,
.btn01:active {
  background: #eee;
  letter-spacing: 3px;
  color: #222 !important;
  text-decoration: none !important;
}
.btn01 i {
  font-size: 18px;
  margin: 0 0 0 5px;
  color: #1e66d1;
}

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------
  背景あり　左右文字配置　カプセル型
---------------------------------------------------- */
.bg_capsule{
	background: url("../images/bg_capsule.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}
.box_capsule_l{
  background: #fff;
  padding:30px 20px;
}
@media print, screen and (min-width: 768px) {
.box_capsule_l{
  padding: 60px 40px;
  }
}
@media print, screen and (min-width: 992px) {
.box_capsule_l{ 
  padding: 90px 10% 100px 10%;
  }
}
@media print, screen and (min-width: 1200px) {
.box_capsule_l{ 
  padding: 130px 10% 180px 10%;
  }
}


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

.box_workflow li {
  display: flex;
  flex-direction: column; /* 縦並び */
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}

.box_workflow .box_workflow_number {
  font-family: 'Noto serif JP', sans-serif;  
  width: auto;
  font-weight: none;
  padding-left: 24px; /* ●分のスペース */
  margin-right: 0;
  margin-bottom: 8px;
  position: relative;
  font-size: 18px;
  color: #222;
}

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

.box_workflow li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0px; /* ●の中心 */
  top: 22px;  /* ●の下から */
  bottom: -50px;
  width: 2px;
  background-color: #0053ba;
  z-index: 0;
}

.box_workflow .box_workflow_cont {
  flex: none;
  padding-left: 22px;
}

.box_workflow h4{
  font-family: 'Noto serif JP', sans-serif;  
  font-size: 120%;
  margin-bottom: 10px;
  color: #0053ba;
}

/* 768以上
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .box_workflow li {
    flex-direction: row; /* 横並び */
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .box_workflow .box_workflow_number {
    width: 180px;
    padding-left: 0px;
    margin-right: 20px;
    margin-bottom: 0;
    letter-spacing:2px;
  }

  .box_workflow .box_workflow_number:before {
    font-size: 18px;
    top: 1px;
    left: 173px;
  }

  .box_workflow li:not(:last-child)::after {
    left: 180.5px;
    top: 14px;
    bottom: -70px;
    width: 3px;
  }

  .box_workflow .box_workflow_cont {
    flex: 1;
  }
}

/*　共通　内容の中にリストがある場合
------------------------------ */
/* 不要な ::after を完全無効化 */
.box_workflow_cont .inner_list li::after {
  content: none !important;
}

@media only screen and (max-width: 767px) {
  .box_workflow li {
    flex-direction: column !important; /* 縦並びに戻す */
    align-items: stretch !important;   /* 子要素を横いっぱいに伸ばす */
  }

  .box_workflow_cont {
    width: 100% !important;
    min-width: 0 !important; /* flex子の幅制限回避 */
  }

  .box_workflow_cont .inner_list {
    width: 100% !important;
    padding-left: 1.5em; /* ディスク分の余白 */
    margin-left: 3px;
    list-style: disc;
    box-sizing: border-box;
    flex: 1 1 100%;
  }

  .box_workflow_cont .inner_list li {
    display: list-item !important; /* flex無効化 */
    width: 100% !important;
    position: static !important;
    border-bottom: 1px solid #eee !important;
    padding: 5px 0 !important;
    margin-bottom: 0;
    box-sizing: border-box !important;
  }
}

@media print, screen and (min-width: 768px) {
  .box_workflow_cont .inner_list {
    padding-left: 1em;
    margin-left: 5px;
    list-style: disc;
  }

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


/* ----------------------------------------------------
  ページ下部のお問い合わせ
---------------------------------------------------- */
/*　左右エリア
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .contact_bottom_l_box{
    float:left;
    width: 50%;
    border-right: 1px solid #111;
  }
  .contact_bottom_r_box{
    float:right;
    width: 50%;
  }
}

/*　小見出しタイトル
---------------------------------------------------- */
.contact_bottom_title01{
  text-align: center;
  font-size: 17px;
  margin-bottom: 13px;
}
@media print, screen and (min-width: 768px) {
.contact_bottom_title01{
  margin-bottom: 20px;
  }
}

/*　電話
---------------------------------------------------- */
.contact_bottom_tel{
	display:block;
	text-align:center;
	font-weight: normal;
  letter-spacing: 2px;
	}
@media only screen and (max-width: 767px) {
.contact_bottom_tel{
  font-size: 17px;
  padding: 15px 5px;
	color:#fff;
	background-color: #222;
	margin-bottom: 8px;
  border-radius: 100px;
	}
}
@media print, screen and (min-width: 768px) {
.contact_bottom_tel{
	font-size: 20px;
  margin-top: 10px;
	}
}
@media print, screen and (min-width: 1200px) {
.contact_bottom_tel{
	font-size: 28px;
  margin-bottom: 10px;  
	}
}
@media print, screen and (min-width: 1600px) {
.contact_bottom_tel{
	font-size: 32px;
	}
}

/*　電話アイコン
---------------------------------------------------- */
.contact_bottom_tel i{
  font-size:　18px;
  margin:0 5px 0 0;
  color:#fff;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
.contact_bottom_tel i{
  font-size: 18px;
  margin:0 8px 5px 0;
  }
}

/*　fax
---------------------------------------------------- */
.contact_bottom_fax{
  text-align: center;
  font-size: 17px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
	}
@media print, screen and (min-width: 768px) {
.contact_bottom_fax{
	font-size: 20px;
  margin-bottom: 0;
	}
}
@media print, screen and (min-width: 1200px) {
.contact_bottom_fax{
	font-size: 28px;
	}
}
@media print, screen and (min-width: 1600px) {
.contact_bottom_fax{
	font-size: 32px;
	}
}
.contact_bottom_fax span{
  letter-spacing: 0.1px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  left: -5px;
}

/*　メールボタン
---------------------------------------------------- */
.contact_bottom_mail {
  display: block;  
  padding: 15px 5px;
  text-align: center;
  letter-spacing: 2px;
  transition: all 0.5s;
  position: relative;
}

@media print, screen and (min-width: 768px) {
.contact_bottom_mail {
  display: inline-block;  
  font-size: 14px;
  width: 70%;
  padding: 7px;
  }
}
@media print, screen and (min-width: 992px) {
.contact_bottom_mail {
  font-size: 16px;
  padding: 15px 2px;  
  }
}
@media print, screen and (min-width: 1200px) {
.contact_bottom_mail {
  padding: 20px 2px;  
  }
}

.contact_bottom_mail i{margin-right: 10px;}

.contact_bottom_mail:link,
.contact_bottom_mail:visited{
	color:#fff;
  border: 0px;
  background: #1e66d1;
  border-radius: 100px;
	text-decoration:none;
	}
.contact_bottom_mail:hover,
.contact_bottom_mail:active{
	color:#fff;
  border: 0px;
  background: #292c30;
	text-decoration:none;
	}

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

.part_h{padding:100px 0;}
@media print, screen and (min-width: 768px) {.part_h{padding:180px 0}}
@media print, screen and (min-width: 992px) {.part_h{padding:180px 0}}
@media print, screen and (min-width: 1200px) {.part_h{padding:220px 0}}


/* ----------------------------------------------------
    ナンバーボックス
---------------------------------------------------- */
.box_yohakubox_01{
  padding:35px 20px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  position:relative;
}
@media print, screen and (min-width: 768px) {
  .box_yohakubox_01{
    padding:50px 15px 15px 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .box_yohakubox_01{
    padding:70px 30px 30px 30px;
  }
}
@media print, screen and (min-width: 1600px) {
  .box_yohakubox_01{
    padding:80px 60px 60px 60px;
  }
}

.box_yohakubox_01 .midasi_number{
  padding:13px 18px 15px 20px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  border-radius: 10px;
  background: #292c30;
  position:absolute;
  top:-20px;
  left:20px;
}
@media print, screen and (min-width: 768px) {
  .box_yohakubox_01 .midasi_number{
    padding:12px 13px 15px 15px;
    font-size: 30px;
    top:-20px;
    left:-20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .box_yohakubox_01 .midasi_number{
    padding:25px 23px 30px 23px;
    font-size: 40px;
    top:-40px;
    left:-40px;
  }
}

.box_yohakubox_01 h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 992px) {
  .box_yohakubox_01 h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .box_yohakubox_01 h4 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 1400px) {
  .box_yohakubox_01 h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}


/* ----------------------------------------------------
  縦書き
---------------------------------------------------- */
/* 横書き（ipad中央配置対策）
---------------------------------------------------- */
.tategaki_wrap {
  display: flex;
  align-items: center; /* 上下中央配置 */
  justify-content: center; /* 左右中央配置 */  
  width: 100%;   /* grid内で横幅を認識 */
}

/* 中身のみ縦書き
---------------------------------------------------- */
.tategaki {
  writing-mode: vertical-rl;      /* 文字の流れを縦書きにする（右から左へ） */
  text-orientation: upright;      /* 文字を縦向きで表示（英数字も） */
  display: flex;                  /* 要素を縦方向に並べる */
  flex-direction: column;         /* 要素を縦方向に積む */
  gap: 20px;                      /* 要素同士の余白 */
  width: max-content;             /* 中身の内容分だけ幅を持たせるipad対策 */
}

/* 縦書き　小見出し
---------------------------------------------------- */
.tategaki_minititle {
  color: #1e66d1;
  font-size: 10px;
  line-height: 20px;
}
@media print, screen and (min-width: 768px) {
.tategaki_minititle {
  font-size: 13px;
  line-height: 28px;
  }
}

.tategaki_minititle i{
  font-size: 7px;
  margin-bottom: 5px;
}

/* 縦書き　見出し
---------------------------------------------------- */
.tategaki_title {
  font-size: 20px;
  line-height: 30px;
}
@media print, screen and (min-width: 768px) {
.tategaki_title {
  font-size: 25px;
  line-height: 35px;
  }
}
@media print, screen and (min-width: 1400px) {
.tategaki_title {
  font-size: 28px;
  line-height: 38px;
  margin-left: 30px;  
  }
}

/* 縦書き　見出し
---------------------------------------------------- */
.tategaki_text {
  font-size: 16px;
  line-height: 26px;
  }

@media print, screen and (min-width: 1400px) {
.tategaki_text {
  font-size: 20px;
  line-height: 45px;
  }
}

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

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

/* 子要素
----------------------------- */
.note_111_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（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:1） gap無し
---------------------------------------------------- */
.note_11_b {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
  box-sizing: border-box;  
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_11_b {
    grid-template-columns: 1fr 1fr;
  }
}

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

/* 子要素
----------------------------- */
.note_11_b_box {
  box-sizing: border-box;
  width: 100%;
  min-width: 0; 
}


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