.main_wrap {
  background: url(../img/img_main_bg.svg) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  position: relative;
  margin-bottom: 60px;
  height: 580px;
}

.main_wrap .center_wrap {
  position: relative;
  height: inherit;
}

.main_wrap .center_wrap ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
}

.main_wrap .center_wrap ul li {
  text-align: center;
}

.main_wrap .center_wrap ul li h1 {
  font-size: 32px;
  color: #fff;
  padding-bottom: 12px;
}

.main_wrap .center_wrap ul li h1 span {
  font-size: 32px;
}

.main_wrap .center_wrap ul .main_sub_text {
  color: #fff;
  font-size: 18px;
}

.main_wrap .icon_child_wrap {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/icon_main_child_dog.svg) no-repeat;
  width: 290px;
  height: 90px;
  background-size: contain;
}

.contents_wrap article {
  padding-top: 120px;
  text-align: center;
}

.contents_wrap article h1 {
  font-size: 26px;
  margin-bottom: 12px;
}

.contents_wrap article h2 {
  font-size: 24px;
}

.contents_wrap article .sub_text {
  font-size: 16px;
}

.contents_wrap .program_view_box .center_wrap .icon_text_box {
  margin-top: 24px;
}

.contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  padding: 24px 0;
  margin-bottom: 20px;
}

.contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box .icon {
  width: 152px;
  text-align: center;
}

.contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box ul {
  padding-right: 12px;
}

.contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box ul li {
  text-align: left;
  font-size: 14px;
}

.contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box ul li:first-child {
  font-size: 16px;
  margin-bottom: 8px;
}

.contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box:last-child {
  margin: 0;
}

.contents_wrap .oneday_contact_box .center_wrap .gray_bg_box {
  margin-top: 24px;
  background-color: #f5f5f5;
  padding: 40px 20px;
}

.contents_wrap .oneday_contact_box .center_wrap .gray_bg_box .img_box {
  max-width: 260px;
  margin: 0 auto;
}

.contents_wrap .oneday_contact_box .center_wrap .gray_bg_box .img_box img {
  margin-bottom: 40px;
}

.contents_wrap .oneday_contact_box .center_wrap .gray_bg_box .img_box img:last-child {
  margin: 0;
}

.contents_wrap .oneday_contact_box .center_wrap .sub_text_box {
  text-align: left;
  margin-top: 8px;
}

.contents_wrap .oneday_contact_box .center_wrap .sub_text_box span {
  color: #666;
  font-size: 14px;
}

.contents_wrap .doghug_slide_box .center_wrap .icon_round::after {
  margin: 20px auto;
}

.contents_wrap .doghug_slide_box .center_wrap .swiper {
  padding-bottom: 20px;
}

.contents_wrap .doghug_slide_box .center_wrap .swiper .swiper-wrapper .swiper-slide img {
  background-color: #eee;
  padding: 12px;
  width: 100%;
}

.contents_wrap .doghug_slide_box .center_wrap .swiper .swiper-pagination {
  bottom: 0;
}

.contents_wrap .doghug_slide_box .center_wrap .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F36A10;
}

@media all and (min-width: 768px) {
  .main_wrap {
    height: 720px;
  }
  .main_wrap .center_wrap ul li h1 {
    font-size: 40px;
  }
  .main_wrap .center_wrap ul li h1 span {
    font-size: 40px;
  }
  .main_wrap .center_wrap ul .main_sub_text {
    font-size: 24px;
  }
  .main_wrap .icon_child_wrap {
    bottom: -88px;
    width: 320px;
    height: 135px;
  }
  .contents_wrap article {
    padding-top: 160px;
  }
  .contents_wrap article h1 {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .contents_wrap article h2 {
    font-size: 36px;
  }
  .contents_wrap article .sub_text {
    font-size: 20px;
  }
  .contents_wrap article .btn_box {
    margin-top: 20px;
  }
  .contents_wrap .program_view_box .center_wrap .icon_text_box {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box {
    padding: 32px 0;
    margin-bottom: 0;
    width: calc(33.33% - 10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box .icon {
    min-width: 120px;
    width: 120px;
    margin-bottom: 12px;
  }
  .contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box ul {
    padding: 0;
  }
  .contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box ul li {
    text-align: center;
    font-size: 15px;
  }
  .contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box ul li:first-child {
    font-size: 18px;
  }
  .contents_wrap .oneday_contact_box .center_wrap .gray_bg_box {
    margin-top: 32px;
  }
  .contents_wrap .oneday_contact_box .center_wrap .gray_bg_box .img_box.pc_img {
    max-width: 540px;
  }
  .contents_wrap .oneday_contact_box .center_wrap .sub_text_box {
    text-align: right;
  }
  .contents_wrap .oneday_contact_box .center_wrap .sub_text_box span {
    font-size: 16px;
  }
  .contents_wrap .doghug_slide_box .center_wrap .icon_round::after {
    margin: 20px auto 40px;
  }
}

@media all and (min-width: 1024px) {
  .main_wrap {
    margin-bottom: 88px;
    height: 824px;
  }
  .main_wrap .center_wrap ul li h1 {
    font-size: 50px;
  }
  .main_wrap .center_wrap ul li h1 span {
    font-size: 50px;
  }
  .main_wrap .center_wrap ul .main_sub_text {
    font-size: 28px;
  }
  .main_wrap .icon_child_wrap {
    bottom: -88px;
    width: 440px;
    height: 135px;
  }
  .contents_wrap article .btn_box {
    margin-top: 40px;
  }
  .contents_wrap .program_view_box .center_wrap .icon_text_box {
    margin-top: 40px;
  }
  .contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box {
    padding: 40px 0;
  }
  .contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box .icon {
    min-width: 110px;
    width: 110px;
  }
  .contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box .icon img {
    height: 90px;
  }
  .contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box ul li {
    font-size: 18px;
  }
  .contents_wrap .program_view_box .center_wrap .icon_text_box .icon_box ul li:first-child {
    font-size: 20px;
    margin: 20px 0 8px;
  }
  .contents_wrap .oneday_contact_box .center_wrap .gray_bg_box {
    margin-top: 40px;
  }
  .contents_wrap .oneday_contact_box .center_wrap .gray_bg_box .img_box.pc_img {
    max-width: none;
  }
  .contents_wrap .oneday_contact_box .center_wrap .gray_bg_box .img_box.pc_img img {
    margin: 0;
  }
  .contents_wrap .oneday_contact_box .center_wrap .gray_bg_box .img_box.pc_img img:first-child {
    margin-right: 20px;
  }
}
