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

 /*====== section02 ======*/ 
.number-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 1em;;
}

/* ナンバーボックス */
.number-heading .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 2px solid #2f9bdc;
  border-radius: 12px;
  color: #2f9bdc;
  font-size: 2.0em;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

/* 見出しテキスト */
.number-heading .title {
  font-size: 1.8em;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
	margin-left: 0.6em;
}



/* スマホ */
@media (max-width: 640px) {
  .number-heading {
    gap: 12px;
  }

  .number-heading .number {
    width: 35px;
    height: 35px;
    font-size: 1.4em;
    border-width: 2px;
    border-radius: 10px;
  }

  .number-heading .title {
    font-size: 1.4em;
  }
}
.sec_wrap{margin-bottom: 5em;}
.sec_02_text{width: 67%;float: left;}
.sec_02_mark{width: 30%;float: right;}





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

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_sp.webp");}
.mgl{margin-bottom: 3em;}
.sec_wrap{margin-bottom: 3em;}
.sec_02_text,.sec_02_mark{width: 100%;float: none;margin-bottom:0.6em; }
	


}