@charset "utf-8";
/***************************************************************************************************
	page_weeks_4_list.css
***************************************************************************************************/

#page_weeks_4_list {
  width:100%;
  padding:100px 0 0 0;
  overflow: hidden;
}
#page_weeks_4_list > div {
  width:100%;
  background-image: url('../images/bk_tex_2.jpg');
  background-position: 50% 0;
  background-size: 1460px auto;
  background-repeat: repeat;
}
#page_weeks_4_list > div::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 400px;
  left:0;
  top:-100px;

  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_list .blk_1 {
	max-width: var(--max_wid_1);
	margin: auto;
}
#page_weeks_4_list .blk_1 > div {
	max-width: var(--tgt_wid_1);
	margin: auto;
  z-index: 2;
}
#page_weeks_4_list .blk_1 h3 {
  width: 100%;
  padding:20px 0 60px 0;
}
#page_weeks_4_list .blk_1 h3 br {
  display: none;
}
#page_weeks_4_list .blk_1 h3 span:nth-of-type(1) {
  display: block;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
#page_weeks_4_list .blk_1 h3 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_list .blk_1 p {
  padding:0 0 30px 0;
  font-size: 16px;
  line-height: 1.75;
}

/*  */
#page_weeks_4_list .blk_1 .blk_bk_wave .bk_1 {
  width: 309px;
	left: -160px;
  top:-40px;
  background-image: url('../images/bk_3_3.svg');
}
#page_weeks_4_list .blk_1 .blk_bk_wave .bk_2 {
  width: 390px;
	left: calc(100% - 160px);
  top:calc(100% - 100px);
  background-image: url('../images/bk_3_4.svg');
}
/*
*/
#page_weeks_4_list .blk_2 {
	max-width: var(--max_wid_1);
	margin: auto;
}
/*  */
#page_weeks_4_list .blk_2_1 {
	max-width: var(--tgt_wid_1);
	margin: auto;
  padding:60px 0 80px 0;
  z-index: 2;
}
#page_weeks_4_list .blk_2_1 > div {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page_weeks_4_list .blk_2_1 > div > div {
  width: 30%;
  margin-bottom: 8%;
}
#page_weeks_4_list .blk_2_1 article {
  display: flex;
  width:100%;
  height: 100%;
  flex-direction: column;
}
#page_weeks_4_list .blk_2_1 article > h4 span:nth-of-type(1) {
  display: block;
  width: 100%;
  padding:64.6% 0 0 0;
  border-radius: 20px;
  overflow: hidden;
  flex-grow: 0;
}
#page_weeks_4_list .blk_2_1 article > h4 span:nth-of-type(1) img {
  position: absolute;
  display: block;
  width:100%;
  height: 100%;
  left:50%;
  top:50%;
  object-fit: cover;
  transform:translate(-50%, -50%);
}
#page_weeks_4_list .blk_2_1 article > h4 span:nth-of-type(2) {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color:#1084B7;
  margin-top: 20px;
}
#page_weeks_4_list .blk_2_1 article > p {
  font-size: 14px;
  line-height: 1.75;
  padding:15px 0 15px 0;
  flex-grow: 1;
}
#page_weeks_4_list .blk_2_1 article > div {
  padding:15px 0 0 0;
  border-top: 1px solid #9cd6ed;
}
 #page_weeks_4_list .blk_2_1 article > div table tr > *:nth-child(1) {
  font-size: 0;
  background-image: url('../images/weeks_ico_1.svg');
	background-position: -2px 0;
	background-size: 35px auto;
  width: 43px;
}
#page_weeks_4_list .blk_2_1 article > div table tr:nth-of-type(2) > *:nth-child(1) {
  background-image: url('../images/weeks_ico_2.svg');
}
#page_weeks_4_list .blk_2_1 article > div table tr:nth-of-type(3) > *:nth-child(1) {
  background-image: url('../images/weeks_ico_3.svg');
}
#page_weeks_4_list .blk_2_1 article > div table tr > *:nth-child(2) {
  padding:5px 0 8px 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  color:#1084B7;
  word-break: break-all;
}
#page_weeks_4_list .blk_2_1 article > div table tr > *:nth-child(2)::after {
  content: '\A';
  white-space: pre;
}
#page_weeks_4_list .blk_2_1 article > div table tr > *:nth-child(2) * {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color:inherit;
}
/*  */
#page_weeks_4_list .blk_2 .blk_bk_wave .bk_1 {
  width: 307px;
	left: -150px;
  top:10%;
  background-image: url('../images/bk_3_4.svg');
}
#page_weeks_4_list .blk_2 .blk_bk_wave .bk_2 {
  width: 204px;
	left: calc(100% - 100px);
  top:30%;
  background-image: url('../images/bk_3_3.svg');
}
#page_weeks_4_list .blk_2 .blk_bk_wave .bk_3 {
  width: 390px;
	left: -160px;
  top:40%;
  background-image: url('../images/bk_3_3.svg');
}
#page_weeks_4_list .blk_2 .blk_bk_wave .bk_4 {
  width: 307px;
	left: calc(100% - 200px);
  top:60%;
  background-image: url('../images/bk_3_3.svg');
}
#page_weeks_4_list .blk_2 .blk_bk_wave .bk_5 {
  width: 204px;
	left: -160px;
  top:calc(100% - 300px);
  background-image: url('../images/bk_3_4.svg');
}
#page_weeks_4_list .blk_2 .blk_bk_wave .bk_6 {
  width: 390px;
	left: calc(100% - 200px);
  top:calc(100% - 250px);
  background-image: url('../images/bk_3_3.svg');
}
/*
*/
#page_weeks_4_list .blk_3 {
  width:100%;
  overflow: hidden;
}
#page_weeks_4_list .blk_3 > div {
	width:100%;
	max-width: var(--max_wid_1);
	margin: auto;
  padding:80px 0 200px 0;
}
#page_weeks_4_list .blk_3 h3 {
  width:var(--tgt_wid_1);
  margin: auto;
  z-index: 2;
}
#page_weeks_4_list .blk_3 h3 span:nth-of-type(1) {
  display: block;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
#page_weeks_4_list .blk_3 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_list .blk_3_1 {
  width:var(--tgt_wid_1);
  margin: auto;
  z-index: 2;
}
#page_weeks_4_list .blk_3_1 .blk_exa {
  padding-top:50px;
}
/*
*/
#page_weeks_4_list .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_list .blk_bk_wave > div {
  position: absolute;
	background-position: 0 0;
	background-size: 100% auto;
}
#page_weeks_4_list .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_list {
  overflow: hidden;
  padding:100px 0 0 0;
}
#page_weeks_4_list > div::before {
  height: 400px;
  top:-50px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
/*
*/
#page_weeks_4_list .blk_1 {
	max-width: var(--max_wid_2);
}
#page_weeks_4_list .blk_1 > div {
	max-width: var(--tgt_wid_2);
}
#page_weeks_4_list .blk_1 h3 {
  padding: 0 0 30px 0;
}
#page_weeks_4_list .blk_1 h3 br {
  display: inline;
}
#page_weeks_4_list .blk_1 h3 span:nth-of-type(1) {
  font-size: 20px;
  line-height: 1.5;
  white-space: nowrap;
}
#page_weeks_4_list .blk_1 h3 span:nth-of-type(2) {
  font-size: 11px;
  padding: 10px 0 0 0;
}
#page_weeks_4_list .blk_1 p {
  padding:0 0 20px 0;
  font-size: 14px;
  line-height: 1.75;
}
/*
*/
#page_weeks_4_list .blk_2 {
	max-width: var(--max_wid_2);
}
/*  */
#page_weeks_4_list .blk_2_1 {
	max-width: var(--tgt_wid_2);
  padding:40px 0 20px 0;
}
#page_weeks_4_list .blk_2_1 > div {
  display: block;
}
#page_weeks_4_list .blk_2_1 > div > div {
  width: 100%;
  margin-bottom: 15%;
}
#page_weeks_4_list .blk_2_1 article {
  display: block;
  height: auto;
}
#page_weeks_4_list .blk_2_1 article > h4 span:nth-of-type(1) {
  border-radius: 10px;
}
#page_weeks_4_list .blk_2_1 article > h4 span:nth-of-type(2) {
  font-size: 16px;
  margin-top: 15px;
  height: auto !important;
}
#page_weeks_4_list .blk_2_1 article > p {
  font-size: 14px;
  line-height: 1.75;
  padding:10px 0 13px 0;
}
#page_weeks_4_list .blk_2_1 article > div {
  padding:10px 0 0 0;
  height: auto !important;
}
 #page_weeks_4_list .blk_2_1 article > div table tr > *:nth-child(1) {
	background-position: -2px 0;
	background-size: 30px auto;
  width: 35px;
}
#page_weeks_4_list .blk_2_1 article > div table tr > *:nth-child(2) {
  padding:3px 0 8px 0;
}
/*
*/
#page_weeks_4_list .blk_3 > div {
	max-width: var(--max_wid_2);
  padding:20px 0 120px 0;
}
#page_weeks_4_list .blk_3 h3 {
  width:var(--tgt_wid_2);
}
#page_weeks_4_list .blk_3 h3 span:nth-of-type(1) {
  font-size: 22px;
}
#page_weeks_4_list .blk_3 span:nth-of-type(2) {
  font-size: 11px;
  padding: 10px 0 0 0;
}
/*  */
#page_weeks_4_list .blk_3_1 {
  width:var(--tgt_wid_2);
}
#page_weeks_4_list .blk_3_1 .blk_exa {
  padding-top:30px;
}
/*
*/
#page_weeks_4_list .blk_bk_wave {
  display: none;
}
/*  */
}
