@charset "utf-8";

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

/* ----------------------------------------------------
  背景色と文字色
---------------------------------------------------- */
/* 背景色
---------------------------------------------------- */
.bg_white{background: #fff;}
.bg_green{background:#4aa657}
.bg_kimidori{background:#82bd2a}
.bg_kimidori_02{background:#c1dc99}

/* ----------------------------------------------------
    背景固定画像
---------------------------------------------------- */
.bg_haikei_01{background: url("../images/bg_haikei_01.jpg") no-repeat 100% 100%}
@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:60px 0;}
@media print, screen and (min-width: 768px) {.part_h{padding:100px 0 70px 0}}
@media print, screen and (min-width: 992px) {.part_h{padding:150px 0 120px 0}}
@media print, screen and (min-width: 1200px) {.part_h{padding:200px 0 150px 0}}

/* 文字色
-------------------------- */
.white{color:#fff}
.yellow{color: #dabc47}
.green{color: #4aa657}

/* ----------------------------------------------------
  並び替え
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.area_first_01{order:1;}
.area_last_01{order:2;}
}

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

/* ----------------------------------------------------
  catch01
---------------------------------------------------- */
.catch01{
  font-size: 22px;
  line-height: 35px;
  padding: 10px 0;
}

@media print, screen and (min-width: 992px) {
.catch01{
  font-size: 32px;
  line-height: 38px;
  padding: 40px 0;
  }
}

@media print, screen and (min-width: 1600px) {
.catch01{
  font-size: 40px;
  line-height: 55px;
  padding: 40px 0;
  }
}

.catch01 span{color: #fff600}

/* ----------------------------------------------------
  catch02
---------------------------------------------------- */
.catch02{
  font-size: 20px;
  line-height: 35px;
  padding: 3px 10px 5px 10px;
  border-radius: 10px;
  background: #fff600;
  display: inline-block;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 992px) {
.catch02{
  font-size: 30px;
  line-height: 40px;
  padding: 3px 10px 7px 10px;  
  }
}

/* ----------------------------------------------------
  ペン
---------------------------------------------------- */
.pen {
  background: linear-gradient(transparent 97%, #fff600 97%);
  padding:0;
  margin:0 5px 0 0;
}

/* ----------------------------------------------------
  box_01
---------------------------------------------------- */
.box_01{
  padding:20px 20px 10px 20px;
  background: #fff;
  border-radius: 30px;
}
@media print, screen and (min-width: 768px) { .box_01{ padding:30px;}}
@media print, screen and (min-width: 992px) { .box_01{ padding:40px;}}
@media print, screen and (min-width: 1200px) {.box_01{ padding:60px;}}
@media print, screen and (min-width: 1400px) {.box_01{ padding:60px;}}

/* ----------------------------------------------------
  box_02
---------------------------------------------------- */
.box_02{ padding:30px 0;}
@media print, screen and (min-width: 768px) { .box_02{ padding:0;}}
@media print, screen and (min-width: 992px) { .box_02{ padding:0 30px 0 0;}}
@media print, screen and (min-width: 1200px) {.box_02{ padding:0 40px 0 0;}}
@media print, screen and (min-width: 1400px) {.box_02{ padding:0 40px 0 0;}}
@media print, screen and (min-width: 1800px) {.box_02{ padding:0 80px 0 0;}}

/* ----------------------------------------------------
  お知らせ
---------------------------------------------------- */
/* 高さ指定
------------------------- */
#information-area_01 {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100px;
  max-height: 300px;
}
@media print, screen and (min-width: 768px)  {
#information-area_01 {
  min-height: 100px;
  max-height: 400px;  
  }
}
@media print, screen and (min-width: 1200px) {
#information-area_01 {
  min-height: 100px;
  max-height: 650px; 
  }
}

/* スクロールバー
------------------------- */
#information-area_01::-webkit-scrollbar{width: 10px;}
#information-area_01::-webkit-scrollbar-thumb{background: #4aa657;}
#information-area_01::-webkit-scrollbar-track-piece:start{background: #e7f2e7;}
#information-area_01::-webkit-scrollbar-track-piece:end{background: #e7f2e7;}

/* 表
------------------------- */
.news_table_01 .new{
	color: #ff999a; /* 文字色 */
  padding: 5px 10px;
	font-size: 14px;
	margin-left: 15px;
  border-radius: 4px;
}
.news_table_01{
	width:99%;
	border-collapse: collapse;
	position: relative;
}
.news_table_01 th{
	padding:0;
	display: block;
	font-weight: normal;
	text-align: left;
}
.news_table_01 td{
	padding:0 0 20px 0;
	display: block;
	text-align: left;
}

@media print, screen and (min-width: 768px) {
.news_table_01 th{
	width: 200px;
	padding:20px 0;
	vertical-align:top;
	display:table-cell;
  border-top: solid #e7f2e7 1px;
	}
.news_table_01 td{
	padding:20px 0;
	vertical-align:top;
	display:table-cell;
  border-top: solid #e7f2e7 1px;
	}
}

@media print, screen and (min-width: 1600px) {
.news_table_01 th{
	width: 220px;
	}
}

.news_table_01 a:link,
.news_table_01 a:visited{
  text-decoration:underline;
  color: #4aa657;
}
.news_table_01 a:hover,
.news_table_01 a:active{
  text-decoration:none;
  color: #4aa657;
}

/* ----------------------------------------------------
  画像　横並び
---------------------------------------------------- */
.banner-row_03 {
  margin-top: 12px;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}
.banner_03 {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------
  実績紹介
---------------------------------------------------- */
/*  アイテムエリア
---------------------------------------------------- */
.item_ctlg_area {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .item_ctlg_area {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 50px;
  }
}

/*  写真
---------------------------------------------------- */
.item_ctlg_box .photo-ofi {
  margin-bottom: 8px;
}

/*  newと日付
---------------------------------------------------- */
.item_ctlg_info{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}

.item_ctlg_tag{
  padding:0 9px 1px 10px;
  font-size: 16px;
  color: #fff;
  background: #ff999a;  
  white-space: nowrap;  
  border-radius: 5px;
}
.item_ctlg_day{
  font-size: 16px;
}

/*  タイトル
---------------------------------------------------- */
.item_ctlg_title{
  margin-bottom: 5px;
	}
@media print, screen and (min-width: 768px) {
.item_ctlg_title{
  margin-bottom: 10px;
	}
}

/* ----------------------------------------------------
  ボックス3並び
---------------------------------------------------- */
.box_yohakubox_01{
  padding:10px;
  background-color: #fff;
  border-radius: 20px;
  position:relative;
  margin:0 0 20px 0;
  border:3px solid #5d4a35;
}
@media print, screen and (min-width: 768px) {
.box_yohakubox_01{
  padding:30px;
  margin:0 0 20px 0; 
  }
}
@media print, screen and (min-width: 992px) {
.box_yohakubox_01{
  padding:20px;
  margin:0 0 20px 0; 
  }
}
@media print, screen and (min-width: 1200px) {
  .box_yohakubox_01{
    padding:30px;
    margin:0 0 30px 0;    
  }
}
@media print, screen and (min-width: 1800px) {
  .box_yohakubox_01{
    padding:40px;
    margin:0 0 30px 0;
  }
}

/* ----------------------------------------------------
 丘　背景デザイン bottom
---------------------------------------------------- */
.hill-section {
  position: relative;
  min-height: 600px;
}

.hill-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hill-content {
  position: relative;
  z-index: 1;
}

/* ----------------------------------------------------
 フワフワまるエリア
---------------------------------------------------- */
.fuwafuwa {
  position: relative;
  }

.fuwafuwa_baloon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 300px;
  background-color: #d4ecdd;
  opacity: 0.5;
  border-radius: 63% 37% 70% 30% / 50% 60% 40% 50%;
  z-index: 0;
  pointer-events: none;
  }

.fuwafuwa_content {
  position: relative;
  z-index: 1;
  }

@media print, screen and (min-width: 768px) {
.fuwafuwa_baloon {
  width: 90%;
  height: 450px;
  }
}

@media print, screen and (min-width: 1600px) {
.fuwafuwa_baloon {
  width: 1200px;
  height: 550px;
  }
}

/* ----------------------------------------------------
  波エリア　密度多め（明るい黄緑）
---------------------------------------------------- */
.naminami_area_01 {
  position: relative;
  z-index: 0;
  background-image: 
    url('../images/wave_01.png'),
    url('../images/wave_02.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
}

.naminami_area_01::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: calc(5vw - 2px);
  bottom: calc(5vw - 2px);
  background-color: #d4ecdd;
  z-index: -1;
}

/* ----------------------------------------------------
  波　多い（クリーム色）
---------------------------------------------------- */
.naminami_area_02 {
  position: relative;
  z-index: 0;
  background-image: 
    url('../images/wave_07.png'),
    url('../images/wave_08.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
}

.naminami_area_02::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: calc(5vw - 2px);
  bottom: calc(5vw - 2px);
  background-color: #f9f1e7;
  z-index: -1;
}

/* ----------------------------------------------------
  大きい波（緑）
---------------------------------------------------- */
.bigwave_01 {
  position: relative;
  z-index: 0;
  background-image: 
    url('../images/wave_05.png'),
    url('../images/wave_06.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
}

.bigwave_01::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: calc(5vw - 2px);
  bottom: calc(5vw - 2px);
  background-color: #4aa657;
  z-index: -1;
}

/* ----------------------------------------------------
  大きい波（明るい黄緑）
---------------------------------------------------- */
.bigwave_02 {
  position: relative;
  z-index: 0;
  background-image: 
    url('../images/wave_03.png'),
    url('../images/wave_04.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
}

.bigwave_02::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: calc(5vw - 2px);
  bottom: calc(5vw - 2px);
  background-color: #d4ecdd;
  z-index: -1;
}

/* ----------------------------------------------------
  お問い合わせページ　連絡先ボックス
---------------------------------------------------- */
.mail-box{
	padding: 15px 10px;
	text-align: center;
	border:3px solid #5d4a35;
  border-radius: 10px;
  background: #f9f5f0;
	}
.mail-box h3{
	color:#5d4a35;
	font-size: 18px;
	margin-bottom: 10px;
	}
.mail-box h3 span{
	padding-bottom: 10px;
	border-bottom: 1px solid #5d4a35;
  display: inline-block;  
	}

@media only screen and (max-width: 767px) {
.mail-box p{
  font-size: 13px;
	}
}

@media print, screen and (min-width: 768px){
.mail-box{
	padding: 30px 10px;
	}
.mail-box h3{
	font-size: 19px;
	margin-bottom: 16px;
	}
.mail-box h3 span{
	padding-bottom: 14px;
	}  
}

@media print, screen and (min-width: 1200px){
.mail-box{
	padding: 30px 10px;
	}
.mail-box h3{
	font-size: 22px;
	margin-bottom: 16px;
	}
.mail-box h3 span{
	padding-bottom: 14px;
	}  
}

/* ----------------------------------------------------
  電話ボタン　電話の見た目
---------------------------------------------------- */
.contact_btn_tel{
	display:block;
	color:#665850;	
	background-color: #eeaf1b;
	font-size:120%;	
	padding:15px 5px;
	text-align:center;
	font-weight: normal;
	margin-bottom: 8px;
  border-radius: 100px;
	}
.contact_btn_tel a:link,
.contact_btn_tel a:visited,
.contact_btn_tel a:hover,
.contact_btn_tel a:active{color:#fff}
.contact_btn_tel i{font-size:80%; margin:0 5px 0 0; color:#665850; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.contact_btn_tel{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	color: #5d4a35;
	font-size:24px;
	margin-bottom: 0;
	}
.contact_btn_tel i{margin:0 5px 0 0; color:#eeaf1b;}
}

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

/* ----------------------------------------------------
  FAXの見た目
---------------------------------------------------- */
.contact_btn_fax{
	font-weight:lighter;		
	display:block;
	font-size:120%;	
	text-align:center;
	}
.contact_btn_fax a:link,
.contact_btn_fax a:visited,
.contact_btn_fax a:hover,
.contact_btn_fax a:active{color:#fff}
.contact_btn_fax i{font-size:90%; margin:0 5px 5px 0; vertical-align: middle;}
@media print, screen and (min-width: 768px) {
.contact_btn_fax{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	font-size:24px;
	margin-bottom: 0;
	}
.contact_btn_fax i{margin:0 5px 0 0; color:#eeaf1b;} /* アイコンの色変更 */
}
@media print, screen and (min-width: 992px) {
.contact_btn_fax{font-size:32px;}
.contact_btn_fax i{margin:0 8px 5px 0; font-size: 25px;}
}

/* ----------------------------------------------------
   Before / After
---------------------------------------------------- */
.ba_area {
  background: #fff;
  border: 3px solid #5d4a35;
  padding:15px 20px;
  border-radius: 15px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .ba_area {
    padding: 40px;
    border-radius: 30px;    
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .ba_area {
    padding:40px 50px;
    margin-bottom: 70px;
  }
}

/* スマホ表示 (縦並び) */
.ba_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.ba_box {
  width: 100%;
}
.ba_arrow {
  text-align: center;
}
.ba_arrow i {
  font-size: 40px;
  color: #4aa657;
}

/* タブレット・PC表示 (横並び) */
@media print, screen and (min-width: 768px) {
  .ba_container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .ba_box {
    width: 44%;
  }
  .ba_arrow {
    width: 12%;
  }
  .ba_arrow i {
    font-size: 30px;
  }
}

@media print, screen and (min-width: 1200px) {
  .ba_arrow i {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 1600px) {
  .ba_arrow i {
    font-size: 40px;
  }
}

.ba_date{
  font-size: 14px;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
.ba_date{
  font-size: 17px;
  }
}

.ba_area h3{
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  background: #4aa657;
  padding:10px 15px 12px 15px;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
.ba_area h3{
  font-size: 25px;
  margin-bottom: 20px;
  color: #fff;
  background: #4aa657;
  padding: 15px 20px;
  border-radius: 15px;
  }
}

.ba_area h4{
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
.ba_area h4{
  font-size: 30px;
  margin-bottom: 15px;
  }
}

.ba_text{
  margin-top: 15px;
}

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

/* テーブル2
---------------------------------------------------- */
.table2{
	width: 100%;
	border-collapse: collapse;
  border-top: 1px solid #DCD7D0;
	background: #fff;
}
.table2 th{
	width: 30%;
	padding: 10px 15px;
	text-align: center;
	display: table-cell;
	font-weight: normal;
  vertical-align: middle;
	background-color: #edeae4;
  border: 1px solid #DCD7D0;
  border-top: none;
}
.table2 td{
	padding: 10px 15px;
	display: table-cell;
	border: 1px solid #DCD7D0;
	}

@media print, screen and (min-width: 768px) {
.table2 th{
	width: 25%;
	padding: 15px;
  border: 1px solid #DCD7D0;
  border-top: none;
}
.table2 td{
	padding: 15px 20px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #DCD7D0;
	}
}

@media only screen and (max-width: 767px) {
.table2 span{text-decoration:underline; color:#4aa657;}
}

/* ----------------------------------------------------
  ボタン
---------------------------------------------------- */
/*  ボタンアニメ
---------------------------------------------------- */
.btna::before,
.btna::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
.btna,
.btna::before,
.btna::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
	}

/* ----------------------------------------------------
  inline-block
---------------------------------------------------- */
/*  btn03_in
---------------------------------------------------- */
.btn03_in {
  color: #fff !important;
  background: #4aa657;  
  display: block;
  width: 100%;
  padding: 15px 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn03_in:visited {
  color: #fff !important;
}
.btn03_in:hover,
.btn03_in:active {
  color: #fff !important;  
  background: #157422;
  text-decoration: none !important;
}
.btn03_in i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
.btn03_in {
  display: inline-block;
  width: 250px;
  }
}
@media print, screen and (min-width: 992px) {
.btn03_in {
  width: 300px;
  }
}

/* ----------------------------------------------------
    見出し13
---------------------------------------------------- */
.midasi13 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
.midasi13 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 992px) {
.midasi13 {
  font-size: 22px;
  line-height:33px;
  margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 1200px) {
.midasi13 {
  font-size: 26px;
  line-height:38px;
  margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 1800px) {
.midasi13 {
  font-size: 30px;
  line-height:41px;
  margin-bottom: 52px;
  }
}

.midasi13::after {
  content: '';
  position: absolute;
  transform: translateX(-50%);  
  left: 50%;
  bottom: -15px;
  width: 90px;
  height: 6px;
  display: block;
  background: linear-gradient(
    to right, 
    #4aa657 0%, 
    #4aa657 33.33%, 
    #b6d365 33.33%, 
    #b6d365 66.66%, 
    #d4ecdd 66.66%, 
    #d4ecdd 100%
  ) !important;
}
@media print, screen and (min-width: 768px) {
  .midasi13::after {
  bottom: -20px;
  }
}
@media print, screen and (min-width: 992px) {
  .midasi13::after {
  bottom: -25px;
  }
}

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

@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: 32px;
  }
.midasi19 span {
  font-size: 25px;
  }
}

/* ----------------------------------------------------
  ★★★レイアウト（1199px以下で１：２、１：３　縦長画像）
---------------------------------------------------- */
.note_11_d {
  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_d {
    grid-template-columns: 1fr 3fr;
    gap: 60px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_11_d {
    grid-template-columns: 1fr 2fr;
    gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .note_11_d {
    grid-template-columns: 1fr 1fr;
    gap: 100px;    
  }
}
@media screen and (min-width: 1400px) {
  .note_11_d {
    grid-template-columns: 1fr 1fr;
    gap: 150px;    
  }
}
.note_11_d:last-child { margin-bottom: 0;}
.note_11_d_box {
  box-sizing: border-box;
  width: 100%;
}

/* ----------------------------------------------------
  幅変更で縦長＋モバイルでタテを短く
---------------------------------------------------- */
.tatenaga_img_01 {
  aspect-ratio: 4 / 2;
  overflow: hidden;
}
.tatenaga_img_01 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px  
}

@media print, screen and (min-width: 768px) {
  .tatenaga_img_01 {
    aspect-ratio: 2 / 4;
  }
  .tatenaga_img_01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 992px) {
  .tatenaga_img_01 {
    aspect-ratio: 2 / 3;
  }
}
@media print, screen and (min-width: 1200px) {
  .tatenaga_img_01 {
    aspect-ratio: 1.7 / 1.7;
  }
}
@media print, screen and (min-width: 1600px) {
  .tatenaga_img_01 {
    aspect-ratio: auto;
    overflow: visible;
  }
  .tatenaga_img_01 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* ----------------------------------------------------
  ★★★レイアウト（1:2）
---------------------------------------------------- */
.note_12 {
  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_12 {
    grid-template-columns: 1fr 2fr;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .note_12 {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .note_12 {
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .note_12 {
    gap: 80px;
  }
}
.note_12:last-child { margin-bottom: 0;}
.note_12_box  {
  box-sizing: border-box;
  width: 100%;
}

/* ----------------------------------------------------
  ★★★レイアウト（4:2）
---------------------------------------------------- */
.note_42 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  box-sizing: border-box;  
  align-items: center;
  justify-items: center;
  transition-duration: 300ms;
}
@media screen and (min-width: 768px) {
.note_42 {
    grid-template-columns: 4fr 2fr;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
.note_42 {
    grid-template-columns: 4fr 2fr;  
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
.note_42 {
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) {
.note_42 {
    gap: 80px;
  }
}
.note_42:last-child { margin-bottom: 0;}
.note_42_box {
  box-sizing: border-box;
  width: 100%;
}