@charset "utf-8";
/***************************************************************************************************
	page_weeks_4.css
***************************************************************************************************/
/*
*/
#header {
	position: absolute;
}
/*
*/
#page_weeks_4 {
  width: 100%;
  height: 100%;
}
/*
*/
#page_weeks_4 .blk_1 {
	width:100%;
  height: 100%;
  max-height: 1000px;
	min-height: 800px;
	z-index: 1;
	overflow: hidden;
  padding:190px 0 30px 0;
}
#page_weeks_4 .blk_1 > div {
	width:100%;
  height: 100%;
}
/*
*/
#page_weeks_4 .blk_2 {
  width:100%;
  background-image: url('../images/bk_tex_1.jpg');
  background-position: 50% 0;
  background-size: 1460px auto;
  background-repeat: repeat;
  margin-top: -20px;
}
#page_weeks_4 .blk_2::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 400px;
  left:0;
  top:-50px;

  background-image: url('../images/bk_tex_1.jpg');
  background-position: 50% 0;
  background-size: 1460px auto;
  background-repeat: repeat;

  mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
  -webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
	transform-origin: 50% 0;

}
/*  */
#page_weeks_4 .blk_2 > section {
	width:100%;
  padding:0 0 200px 0;
  z-index: 1;
  overflow: hidden;
}
#page_weeks_4 .blk_2_1 {
	max-width: var(--max_wid_1);
	margin: auto;
  padding:100px 0 0 0;
}
#page_weeks_4 .blk_2_1::before {
	position: absolute;
	display: block;
	content: 'ABOUT';
  left:100%;
  top:-60px;
  font-family: 'Montserrat', sans-serif; 
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
  color:#198BA8;
  opacity: .25;
  white-space: nowrap;
	transform: translate(-100%, 50px);
}
#page_weeks_4 .blk_2_1 > div {
  width:var(--tgt_wid_1);
  margin: auto;
  z-index: 2;
}
#page_weeks_4 .blk_2_1 h3 {
  width: 100%;
  padding:0 0 50px 0;
}
#page_weeks_4 .blk_2_1 h3 span:nth-of-type(1) {
  display: block;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color:#ffffff;
}
#page_weeks_4 .blk_2_1 h3 span:nth-of-type(2) {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: .35em;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 0 0 0;
}
/*  */
#page_weeks_4 .blk_2_1 .blk_bk_wave {
  opacity:.3;
}
#page_weeks_4 .blk_2_1 .blk_bk_wave .bk_1 {
  width: 282px;
	left:-200px;
  top:10px;
  background-image: url('../images/bk_3_1.svg');
}
#page_weeks_4 .blk_2_1 .blk_bk_wave .bk_2 {
  width: 306px;
	left:calc(100% - 260px);
  top:calc(100% - 100px);
  background-image: url('../images/bk_3_2.svg');
}

/*  */
#page_weeks_4 .blk_2_2 {
  width: 100%;

}
#page_weeks_4 .blk_2_2_1 {
	max-width: var(--max_wid_1);
	margin: auto;
  z-index: 2;
}
#page_weeks_4 .blk_2_2_1 p {
  width:var(--tgt_wid_1);
  margin: auto;
  font-size: 16px;
  line-height: 2.25;
  color:#ffffff;
  padding:60px 0 0 0;
}
#page_weeks_4 .blk_2_2_1 p a {
  font-size: inherit;
  line-height: inherit;
  /* color: var(--col_2); */
  color:inherit;
  text-decoration: underline;
}

#page_weeks_4 .blk_2_2_1 .blk_img {
  width:120%;
  padding:14.5% 0 0 0;
  transform: translateX(-100%);
  animation:blk_2_kf_1 20s linear 0s infinite normal both;
}
@keyframes blk_2_kf_1 {
  0% { transform: translateX(-100%); }

  100% {transform: translateX(-200%);}
}
#page_weeks_4 .blk_2_2_1 .blk_img > div {
  position:absolute;
  display: flex;
  left:0;
  top:0;
  width:100%;
  height: 100%;
}
#page_weeks_4 .blk_2_2_1 .blk_img > div:nth-of-type(2) {
  left:100%;
}
#page_weeks_4 .blk_2_2_1 .blk_img > div:nth-of-type(3) {
  left:200%;
}
#page_weeks_4 .blk_2_2_1 .blk_img > div:nth-of-type(4) {
  left:300%;
}
#page_weeks_4 .blk_2_2_1 .blk_img > div > div {
  width:20%;
  height: 100%;
}
#page_weeks_4 .blk_2_2_1 .blk_img > div > div::before {
	position: absolute;
	display: block;
	content: '';
	width: 90%;
	height: 100%;
	left:0;
	top:0;
	background-position: 0 0;
	background-size: 100% auto;
  border-radius: 20px;
}
#page_weeks_4 .blk_2 .blk_img > div div:nth-of-type(1)::before {
	background-image: url('../images/weeks_img_5_1.jpg');
}
#page_weeks_4 .blk_2 .blk_img > div div:nth-of-type(2)::before {
	background-image: url('../images/weeks_img_5_2.jpg');
}
#page_weeks_4 .blk_2 .blk_img > div div:nth-of-type(3)::before {
	background-image: url('../images/weeks_img_5_3.jpg');
}
#page_weeks_4 .blk_2 .blk_img > div div:nth-of-type(4)::before {
	background-image: url('../images/weeks_img_5_4.jpg');
}
#page_weeks_4 .blk_2 .blk_img > div div:nth-of-type(5)::before {
	background-image: url('../images/weeks_img_5_5.jpg');
}
/*  */
#page_weeks_4 .blk_2_2 .blk_bk_wave {
  opacity:.3;
}
#page_weeks_4 .blk_2_2 .blk_bk_wave .bk_1 {
  width: 277px;
	left:-80px;
  top:calc(100% + 10px);
  background-image: url('../images/bk_3_2.svg');
}
#page_weeks_4 .blk_2_2 .blk_bk_wave .bk_2 {
  width: 279px;
	left:calc(100% - 260px);
  top:calc(100% - 50px);
  background-image: url('../images/bk_3_1.svg');
}
/*  */
#page_weeks_4 .blk_2 .blk_btn {
  position: absolute;
  width:96%;
  max-width: var(--max_wid_1);
  margin: auto;
  z-index: 10;
  left:50%;
  top:0;
  transform: translateX(-50%);
}
#page_weeks_4 .blk_2 .blk_btn p {
  position: absolute;
  width:190px;
  height: 190px;
  left:calc(10% - 95px);
  top:-190px;
  opacity:0;
  pointer-events: none;
  animation:blk_btn_kf_1 .4s cubic-bezier(0.175, 0.885, 0.320, 1.275) .8s 1 normal both;
}
@keyframes blk_btn_kf_1 {
  0%   { opacity: 0; transform: scale(.2);}
  100% { opacity: 1; transform: scale(1);pointer-events: auto;}
}
#page_weeks_4 .blk_2 .blk_btn p::before {
  position: absolute;
  display: block;
  content:'';
  width:100%;
  height: 100%;
  left:3px;
  top:5px;
  background-color: #000000;
  border-radius: 50%;
  opacity:.15;
}
#page_weeks_4 .blk_2 .blk_btn p a {
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #F4AB00;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 50%;
}
#page_weeks_4 .blk_2 .blk_btn p a img {
  display: block;
  width: 100%;
  height: auto;
}
/*
*/
#page_weeks_4 .blk_3 {
	width:100%;
  background-image: url('../images/bk_tex_2.jpg');
  background-position: 50% 0;
  background-size: 1460px auto;
  background-repeat: repeat;
}
#page_weeks_4 .blk_3::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 400px;
  left:0;
  top:-50px;

  background-image: url('../images/bk_tex_2.jpg');
  background-position: 50% 0;
  background-size: 1460px auto;
  background-repeat: repeat;

  mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
  -webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
#page_weeks_4 .blk_3 > section {
	width:100%;
	max-width: var(--max_wid_1);
	margin: auto;
  z-index: 2;
  padding:100px 0 180px 0;
}
/*  */
#page_weeks_4 .blk_3_1 {
  width:var(--tgt_wid_1);
  margin: auto;
}
#page_weeks_4 .blk_3_1 h3 {
  width:100%;
}
#page_weeks_4 .blk_3_1 h3 span:nth-of-type(1) {
  display: block;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
#page_weeks_4 .blk_3_1 span:nth-of-type(2) {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: var(--col_1);
  letter-spacing: .35em;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 0 0 0;
}
/*  */
#page_weeks_4 .blk_3_2 {
  width:var(--tgt_wid_1);
  margin: auto;
  padding:40px 0 0 0;
}
#page_weeks_4 .blk_3_2 > div {
  display: flex;
  width:100%;
  position:relative;
  transform-origin: 0 0;  
  transition:transform .6s ease-out 0s;
}
#page_weeks_4 .blk_3_2 > div article {
  display: block;
  flex-basis:48.5%;
  flex-shrink: 0;
  padding:3%;
  margin-right: 3%;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: left;
}
#page_weeks_4 .blk_3_2 > div article a {
  display: block;
}
#page_weeks_4 .blk_3_2 > div article h4 {
  text-align: center;;
  padding:0 0 10px 0;
  border-bottom: 1px solid #9ad4eb;
}
#page_weeks_4 .blk_3_2 > div article h4 span {
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  white-space: normal;
  display: inline-block;
}
#page_weeks_4 .blk_3_2 > div article p {
  white-space: normal;
  min-height: 200px;
  font-size: 14px;
  line-height: 1.75;
  padding:20px 0 0 0;
}
/*  */
#page_weeks_4 .blk_3 .blk_bk_wave .bk_1 {
  width: 309px;
	left:100px;
  top:-10px;
  background-image: url('../images/bk_3_3.svg');
}
#page_weeks_4 .blk_3 .blk_bk_wave .bk_2 {
  width: 390px;
	left:calc(100% - 400px);
  top:50px;
  background-image: url('../images/bk_3_4.svg');
}
#page_weeks_4 .blk_3 .blk_bk_wave .bk_3 {
  width: 307px;
	left:-20px;
  top:calc(100% - 220px );
  background-image: url('../images/bk_3_4.svg');
}
/*  */
#page_weeks_4 .blk_3_3 {
  width:var(--tgt_wid_1);
  margin: auto;
  padding:80px 0 0 0;
}
#page_weeks_4 .blk_3_3 > p {
  text-align: center;
}
/*
*/
#page_weeks_4 .blk_4 {
  width:100%;
  background-image: url('../images/bk_tex_1.jpg');
  background-position: 50% 0;
  background-size: 1460px auto;
  background-repeat: repeat;
}
#page_weeks_4 .blk_4::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 400px;
  left:0;
  top:-50px;

  background-image: url('../images/bk_tex_1.jpg');
  background-position: 50% 0;
  background-size: 1460px auto;
  background-repeat: repeat;

  mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
  -webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
#page_weeks_4 .blk_4 > div {
  width:100%;
  overflow: hidden;
}
#page_weeks_4 .blk_4 > div > section {
	width:100%;
	max-width: var(--max_wid_1);
	margin: auto;
  padding:80px 0 200px 0;
}
/*  */
#page_weeks_4 .blk_4_1 {
  width:var(--tgt_wid_1);
  min-width: 1000px;
  margin: auto;
  z-index: 2;
}
#page_weeks_4 .blk_4_1_1 {
  width:100%;
  height:330px;
  margin: auto;
  background-image: url('../images/weeks_img_4.jpg');
	background-position: 50% 50%;
	background-size: 1440px auto;
}
#page_weeks_4 .blk_4_1_1 h3 {
  position:absolute;
  left:50%;
  top: 20px;
  width:422px;
  height: auto;
  transform: translateX(-50%);
}
#page_weeks_4 .blk_4_1_2 {
  position:absolute;
  left:50%;
  top: calc(100% - 20px);
  transform: translate(-50%, -100%);
  font-size: 12px;
  line-height: 1.75;
  color:#ffffff;
  text-align: center;
  white-space: nowrap;
}
/*  */
#page_weeks_4 .blk_4_2 {
  width:var(--tgt_wid_1);
  margin: auto;
  padding:100px 0 0 0;
  z-index: 2;
}
#page_weeks_4 .blk_4_2 ul {
  display: flex;
  flex-wrap:wrap;
  list-style: none;
  border-radius: 20px;
  overflow: hidden;
}
#page_weeks_4 .blk_4_2 ul li {
  display: block;
  width:33.33%;
  background-color: #ffffff;
}
#page_weeks_4 .blk_4_2 ul li section::before {
	display: block;
	content: '';
	width: 100%;
  padding:57.7% 0 0 0;
	left:0;
	top:0;
	background-position: 50% 50%;
	background-size: cover;
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(1) section::before {
	background-image: url('../images/weeks_img_6_1.jpg');
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(2) section::before {
	background-image: url('../images/weeks_img_6_2.jpg');
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(3) section::before {
	background-image: url('../images/weeks_img_6_3.jpg');
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(4) section::before {
	background-image: url('../images/weeks_img_6_4.jpg');
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(5) section::before {
	background-image: url('../images/weeks_img_6_5.jpg');
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(6) section::before {
	background-image: url('../images/weeks_img_6_6.jpg');
}
#page_weeks_4 .blk_4_2 ul li section::after {
  position: absolute;
	display: block;
  left:-10px;
  top:-20px;
  width:100%;
  padding:57.7% 0 0 0;
  color:#ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: right;
  pointer-events: none;
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(1) section::after {
	content: '※導入いただける弁当イメージ';
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(2) section::after {
	content: '※導入いただけるECサイトのイメージ';
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(3) section::after {
	content: '※導入いただける飲食店イメージ';
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(4) section::after {
	content: '※導入いただけるイベントイメージ';
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(5) section::after {
	content: '※導入いただけるマルシェイメージ';
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(6) section::after {
	content: '※導入いただけるキッチンカーイメージ';
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(3n + 1),
#page_weeks_4 .blk_4_2 ul li:nth-of-type(3n + 2) {
  border-right: 1px solid var(--col_1);
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(6n),
#page_weeks_4 .blk_4_2 ul li:nth-of-type(6n - 1),
#page_weeks_4 .blk_4_2 ul li:nth-of-type(6n - 2) {
  border-top: 1px solid var(--col_1);
}
#page_weeks_4 .blk_4_2 ul li section {
  height: 100%;
}
#page_weeks_4 .blk_4_2 ul li section h4 {
  padding:20px 8% 0 8%;
}
#page_weeks_4 .blk_4_2 ul li section h4 br {
  display: none;
}
#page_weeks_4 .blk_4_2 ul li section h4 span:nth-of-type(1) {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  padding:0 0 5px 0;
  border-bottom: 1px solid var(--col_1);
}
#page_weeks_4 .blk_4_2 ul li section h4 span:nth-of-type(2) {
  position:absolute;
  display: block;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  color: var(--col_1);
  letter-spacing: .2em;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
  left:92%;
  top:calc(100% - 8px);
  transform: translate(-100%, -100%);
}
#page_weeks_4 .blk_4_2 ul li section p:nth-of-type(1) {
  font-size: 15px;
  line-height: 1.75;
  padding:20px 8% 110px 8%;
}
#page_weeks_4 .blk_4_2 ul li section p:nth-of-type(2) {
  position: absolute;
  left:0;
  top:calc(100% - 70px);
  width:100%;
  height: 72px;
  background-color: #024D6E;
  text-align: center;
}
#page_weeks_4 .blk_4_2 ul li section p:nth-of-type(2) a {
  display: block;
  width:100%;
  height: 100%;
  font-size: 16px;
  line-height:70px;
  font-weight: 700;
  color:#ffffff;
  text-align: center;
}
#page_weeks_4 .blk_4_2 ul li section p:nth-of-type(2) a::before {
  position:absolute;
  display: block;
  content:'';
  width:11px;
  height:11px;
  left:90%;
  top:50%;
  transform:translateY(-50%) scaleY(.8) rotate(45deg) ;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
/*  */
#page_weeks_4 .blk_4 .blk_bk_wave {
  opacity:.3;
}
#page_weeks_4 .blk_4 .blk_bk_wave .bk_1 {
  width: 379px;
	left:-50px;
  top:380px;
  background-image: url('../images/bk_3_1.svg');
}
#page_weeks_4 .blk_4 .blk_bk_wave .bk_2 {
  width: 257px;
	left:calc(100% - 180px);
  top:430px;
  background-image: url('../images/bk_3_2.svg');
}
#page_weeks_4 .blk_4 .blk_bk_wave .bk_3 {
  width: 310px;
	left:-100px;
  top:65%;
  background-image: url('../images/bk_3_2.svg');
}
#page_weeks_4 .blk_4 .blk_bk_wave .bk_4 {
  width: 324px;
	left:calc(100% - 300px);
  top:calc(100% - 340px);
  background-image: url('../images/bk_3_2.svg');
}
/*
*/
#page_weeks_4 .blk_5 {
  width:100%;
  background-image: url('../images/bk_tex_2.jpg');
  background-position: 50% 0;
  background-size: 1460px auto;
  background-repeat: repeat;
}
#page_weeks_4 .blk_5::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 400px;
  left:0;
  top:-50px;

  background-image: url('../images/bk_tex_2.jpg');
  background-position: 50% 0;
  background-size: 1460px auto;
  background-repeat: repeat;

  mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
  -webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
#page_weeks_4 .blk_5 > div {
  width:100%;
  overflow: hidden;
}
#page_weeks_4 .blk_5 > div > section {
	width:100%;
	max-width: var(--max_wid_1);
	margin: auto;
  z-index: 2;
  padding:80px 0 200px 0;
}
#page_weeks_4 .blk_5 h3 {
  width:var(--tgt_wid_1);
  margin: auto;
  z-index: 2;
}
#page_weeks_4 .blk_5 h3 span:nth-of-type(1) {
  display: block;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
#page_weeks_4 .blk_5 span:nth-of-type(2) {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: var(--col_1);
  letter-spacing: .35em;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 0 0 0;
}
/*  */
#page_weeks_4 .blk_5_1 {
  width:var(--tgt_wid_1);
  margin: auto;
  z-index: 2;
}
#page_weeks_4 .blk_5_1 .blk_exa {
  padding-top:50px;
}
/*  */
#page_weeks_4 .blk_5_2 {
  width:var(--tgt_wid_1);
  margin: auto;
  padding:80px 0 0 0;
}
#page_weeks_4 .blk_5_2 > p {
  text-align: center;
}
/*  */
#page_weeks_4 .blk_5 .blk_bk_wave .bk_1 {
  width: 245px;
	left:-50px;
  top:50px;
  background-image: url('../images/bk_3_3.svg');
}
#page_weeks_4 .blk_5 .blk_bk_wave .bk_2 {
  width: 390px;
	left:calc(100% - 390px);
  top:120px;
  background-image: url('../images/bk_3_4.svg');
}
#page_weeks_4 .blk_5 .blk_bk_wave .bk_3 {
  width: 307px;
	left:-180px;
  top:45%;
  background-image: url('../images/bk_3_4.svg');
}
#page_weeks_4 .blk_5 .blk_bk_wave .bk_4 {
  width: 355px;
	left:30px;
  top:calc(100% - 200px);
  background-image: url('../images/bk_3_3.svg');
}
#page_weeks_4 .blk_5 .blk_bk_wave .bk_5 {
  width: 204px;
	left:calc(100% - 50px);
  top:calc(100% - 200px);
  background-image: url('../images/bk_3_3.svg');
}
/*
*/
#page_weeks_4 .blk_bk_wave {
	position: absolute;
	left:50%;
	top:0;
	width: 100%;
	height: 100%;
  transform:translateX(-50%);
  z-index: 1 !important;
  pointer-events: none;
}
#page_weeks_4 .blk_bk_wave > div {
  position: absolute;
	background-position: 0 0;
	background-size: 100% auto;
}
#page_weeks_4 .blk_bk_wave > div::before {
  display: block;
  content:'';
  width: 100%;
  padding:29.6% 0 0 0;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
#page_weeks_4 {
}
/*
*/
#page_weeks_4 .blk_1 {
	min-height: 500px;
  max-height: 1000px;
  height: 100%;
	padding: 50px 0 0 0;
}
#page_weeks_4 .blk_1 > div {
	height: calc(100% - 20px);
}
/*
*/
#page_weeks_4 .blk_2 {
  z-index: 2;
  margin-top: auto;
}
#page_weeks_4 .blk_2::before {
	height: 400px;
	top:-30px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
#page_weeks_4 .blk_2 > section {
  padding:10px 0 80px 0;
}
#page_weeks_4 .blk_2_1 {
	max-width: var(--max_wid_2);
  padding:50px 0 0 0;
}
#page_weeks_4 .blk_2_1::before {
  top:-70px;
  font-size: 70px;
	transform: translate(-100%, 50px);
}
#page_weeks_4 .blk_2_1 > div {
  width:var(--tgt_wid_2);
}
#page_weeks_4 .blk_2_1 h3 {
  padding:0 0 20px 0;
}
#page_weeks_4 .blk_2_1 h3 span:nth-of-type(1) {
  font-size: 22px;
}
#page_weeks_4 .blk_2_1 h3 span:nth-of-type(2) {
  font-size: 11px;
  padding: 10px 0 0 0;
}
#page_weeks_4 .blk_2_1 p {
  font-size: 14px;
  line-height: 2;
  padding:210px 0 0 0;
}
/*  */
#page_weeks_4 .blk_2_2_1 {
	max-width: var(--max_wid_2);
}
#page_weeks_4 .blk_2_2_1 p {
  width:var(--tgt_wid_2);
  font-size: 14px;
  line-height: 2;
  padding:20px 0 0 0;
}
#page_weeks_4 .blk_2_2_1 .blk_img {
  width:200%;
  padding:25% 0 0 0;
}
#page_weeks_4 .blk_2_2_1 .blk_img > div > div::before {
	width: 92%;
  border-radius: 10px;
}
/*  */
#page_weeks_4 .blk_2 .blk_btn {
  width:100%;
  max-width: 900px;
}
#page_weeks_4 .blk_2 .blk_btn p {
  position: absolute;
  width:110px;
  height: 110px;
  left:4%;
  top:-130px;
}
#page_weeks_4 .blk_2 .blk_btn p a {
  border: 2px solid #F4AB00;
}
#page_weeks_4 .blk_2 .blk_btn p::before {
  left:2px;
  top:4px;
}
#page_weeks_4 .blk_2 .blk_btn p a img {
  position: absolute;
  left:50%;
  top:calc(50% - 5px);
  display: block;
  width: 120%;
  height: auto;
  transform: translate(-50%, -50%);
}
/*
*/
#page_weeks_4 .blk_3::before {
	height: 400px;
	top:-30px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
#page_weeks_4 .blk_3 > section {
	max-width: var(--max_wid_2);
  padding:40px 0 80px 0;
}
/*  */
#page_weeks_4 .blk_3_1 {
  width:var(--tgt_wid_2);
}
#page_weeks_4 .blk_3_1 h3 span:nth-of-type(1) {
  font-size: 22px;
}
#page_weeks_4 .blk_3_1 span:nth-of-type(2) {
  font-size: 11px;
  padding: 10px 0 0 0;
}
/*  */
#page_weeks_4 .blk_3_2 {
  width:var(--tgt_wid_2);
  padding:20px 0 0 0;
}
#page_weeks_4 .blk_3_2 > div {
  display: block;
}
#page_weeks_4 .blk_3_2 > div article {
  flex-basis:100%;
  padding:6%;
  margin-right: 0;
  margin-bottom: 6%;
  border-radius: 10px;
}
#page_weeks_4 .blk_3_2 > div article h4 {
  padding:0 0 10px 0;
}
#page_weeks_4 .blk_3_2 > div article h4 span {
  font-size: 16px;
}
#page_weeks_4 .blk_3_2 > div article p {
  min-height: 150px;
  font-size: 14px;
  line-height: 1.75;
  padding:15px 0 30px 0;
}
/*  */
#page_weeks_4 .blk_3_3 {
  width:var(--tgt_wid_2);
  padding:30px 0 30px 0;
}
/*
*/
#page_weeks_4 .blk_4::before {
	height: 400px;
	top:-30px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
#page_weeks_4 .blk_4 > div > section {
	max-width: var(--max_wid_2);
  padding:40px 0 80px 0;
}
/*  */
#page_weeks_4 .blk_4_1 {
  width:100%;
  min-width: 0;
}
#page_weeks_4 .blk_4_1_1 {
  height:200px;
	background-size: auto 100%;
}
#page_weeks_4 .blk_4_1_1 h3 {
  left:50%;
  top: 50%;
  width:70%;
  transform: translate(-50%, -50%);
}
#page_weeks_4 .blk_4_1_2 {
  position: relative;
  width:var(--tgt_wid_2);
  margin: auto;
  left:0;
  transform: none;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  white-space: normal;
  text-align: left;
  padding:20px 0 0 0;
}
#page_weeks_4 .blk_4_1_2 br {
  display: none;
}
/*  */
#page_weeks_4 .blk_4_2 {
  width:var(--tgt_wid_2);
  padding:40px 0 0 0;
}
#page_weeks_4 .blk_4_2 ul {
  display: block;
  border-radius: 0;
}
#page_weeks_4 .blk_4_2 ul li {
  width:100%;
  margin-bottom: 8%;
  border-radius: 10px;
  overflow: hidden;
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(3n + 1),
#page_weeks_4 .blk_4_2 ul li:nth-of-type(3n + 2) {
  border-right: none;
}
#page_weeks_4 .blk_4_2 ul li:nth-of-type(6n),
#page_weeks_4 .blk_4_2 ul li:nth-of-type(6n - 1),
#page_weeks_4 .blk_4_2 ul li:nth-of-type(6n - 2) {
  border-top: none;
}
#page_weeks_4 .blk_4_2 ul li section h4 {
  padding:20px 6% 0 6%;
}
#page_weeks_4 .blk_4_2 ul li section h4 span:nth-of-type(1) {
  font-size: 16px;
}
#page_weeks_4 .blk_4_2 ul li section p:nth-of-type(1) {
  font-size: 14px;
  line-height: 1.75;
  padding:15px 6% 90px 6%;
}
#page_weeks_4 .blk_4_2 ul li section p:nth-of-type(2) {
  top:calc(100% - 60px);
  height: 62px;
}
#page_weeks_4 .blk_4_2 ul li section p:nth-of-type(2) a {
  font-size: 15px;
  line-height:60px;
}
/*
*/
#page_weeks_4 .blk_5::before {
	height: 400px;
	top:-30px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
#page_weeks_4 .blk_5 > div > section {
	max-width: var(--max_wid_2);
  padding:40px 0 60px 0;
}
#page_weeks_4 .blk_5 h3 {
  width:var(--tgt_wid_2);
}
#page_weeks_4 .blk_5 h3 span:nth-of-type(1) {
  font-size: 22px;
}
#page_weeks_4 .blk_5 span:nth-of-type(2) {
  font-size: 11px;
  padding: 10px 0 0 0;
}
/*  */
#page_weeks_4 .blk_5_1 {
  width:var(--tgt_wid_2);
}
#page_weeks_4 .blk_5_1 .blk_exa {
  padding-top:30px;
}
/*  */
#page_weeks_4 .blk_5_2 {
  width:var(--tgt_wid_2);
  padding:60px 0 0 0;
}

/*
*/
#page_weeks_4 .blk_bk_wave {
  display: none;
}

/*  */

}
