@charset "UTF-8";
.fixed_menu_wrap {
  position: fixed;
  top: 100px;
  right: 30px;
  z-index: 999;
}

.fixed_menu_wrap ul li {
  width: 100px;
  height: 70px;
  padding: 16px 0;
  text-align: center;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
  border-radius: 52px 52px 0 52px;
}

.fixed_menu_wrap ul li a {
  color: #fff;
  font-size: 18px;
}

.fixed_menu_wrap ul .we_school_menu {
  background: url(../img/share_school_yellow.svg) no-repeat;
  margin-bottom: 20px;
  background-size: cover;
}

.fixed_menu_wrap ul .share_school_menu {
  background: url(../img/share_school_yellow.svg) no-repeat;
  background-size: cover;
}

.contents_wrap section {
  padding: 100px 0;
}

.contents_wrap section .center_wrap {
  text-align: center;
}

.contents_wrap section .center_wrap h1 {
  font-size: 48px;
}

.contents_wrap .main_banner_wrap {
  height: 640px;
  background: url(../img/main_bg.png) center top no-repeat;
  background-size: cover;
  margin-top: 80px;
}

.contents_wrap .school_text_box .center_wrap {
  padding: 0;
}

.contents_wrap .school_text_box .center_wrap .logo_box {
  margin-bottom: 32px;
}

.contents_wrap .school_text_box .center_wrap .logo_box img {
  width: 152px;
  height: 73px;
}

.contents_wrap .school_text_box .center_wrap .text_box {
  text-align: center;
}

.contents_wrap .school_text_box .center_wrap .text_box .text_sub_title_box {
  margin-bottom: 40px;
}

.contents_wrap .school_text_box .center_wrap .text_box .text_sub_title_box h1 {
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 286px;
  margin: 0 auto;
  width: 100%;
  line-height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents_wrap .school_text_box .center_wrap .text_box .text_sub_title_box h1 .logo_text {
  margin: 0 4px 0 0;
  width: 65px;
  height: 31px;
}

.contents_wrap .school_text_box .center_wrap .text_box ul {
  background-color: #f5f5f5;
  padding: 60px 20px;
}

.contents_wrap .school_text_box .center_wrap .text_box ul li {
  font-size: 16px;
  line-height: 26px;
}

.contents_wrap .school_text_box .center_wrap .text_box ul li .text_align .logo_text {
  width: 77px;
  height: 37px;
  margin: 0 4px 0 16px;
}

.contents_wrap .school_text_box .center_wrap .text_box ul li:nth-child(2) {
  padding: 32px 0;
}

.contents_wrap .school_text_box .center_wrap .text_box .pc_text {
  display: none;
}

.contents_wrap .school_text_box .center_wrap .text_box .mobile_text .logo_text_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 30px;
}

.contents_wrap .school_text_box .center_wrap .text_box .mobile_text .logo_text_li .logo_text {
  width: 53px;
  height: 25px;
  margin-right: 4px;
}

.contents_wrap .happy_wrap .center_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents_wrap .happy_wrap .center_wrap .happy_text_wrap h1 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

.contents_wrap .happy_wrap .center_wrap .happy_text_wrap ul {
  padding: 0 16px;
  color: #666;
}

.contents_wrap .happy_wrap .center_wrap .happy_text_wrap ul li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 32px;
}

.contents_wrap .happy_wrap .center_wrap .happy_text_wrap ul li .font_r {
  color: #666;
}

.contents_wrap .happy_wrap .center_wrap .happy_text_wrap ul li .font_yellow {
  color: #F47321;
}

.contents_wrap .happy_wrap .center_wrap .happy_img_wrap img {
  max-width: 100%;
}

.contents_wrap .introduce_wrap .center_wrap h1 {
  margin-bottom: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 38px;
}

.contents_wrap .introduce_wrap .center_wrap h1 .logo_text {
  width: 150px;
  height: 72px;
  margin: 0 auto 8px;
  position: relative;
}

.contents_wrap .introduce_wrap .center_wrap h1 .logo_text .dot_text {
  position: absolute;
  right: -12px;
  bottom: -4px;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap {
  width: 100%;
  position: relative;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_school_position {
  display: none;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box ul {
  width: 100%;
  max-width: 162px;
  margin: 0 auto 120px;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box ul .icon_title_box {
  padding: 4px 8px;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 140px;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box ul li {
  text-align: center;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box ul li img {
  margin: 24px 0;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box ul .text_box {
  border-radius: 8px;
  font-size: 16px;
  color: #666;
  padding: 12px;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box ul .text_box span {
  color: #666;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_sun_wrap li img {
  width: 90px;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_sun_wrap .icon_title_box {
  background-color: #F47320;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_sun_wrap .text_box {
  background-color: #FFEDE5;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_green_wrap li img {
  width: 122px;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_green_wrap .icon_title_box {
  background-color: #70BE5D;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_green_wrap .text_box {
  background-color: #E0FFD8;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_green_wrap .text_box_pc {
  display: none;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_wind_wrap li img {
  width: 142px;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_wind_wrap .icon_title_box {
  background-color: #78CDFF;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_wind_wrap .text_box {
  background-color: #E5F5FF;
  padding: 12px 30px;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_dust_wrap {
  margin: 0 auto;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_dust_wrap li img {
  width: 105px;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_dust_wrap .icon_title_box {
  background-color: #F5AF40;
}

.contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_dust_wrap .text_box {
  background-color: #FFF3DF;
}

.contents_wrap .video_wrap .center_wrap .video_title_box h1 {
  font-size: 24px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 48px;
}

.contents_wrap .video_wrap .center_wrap .video_title_box h1 .logo_text {
  width: 83px;
  height: 40px;
  margin-right: 4px;
}

.contents_wrap .video_wrap .center_wrap .video_title_box h1 .font_yellow02 {
  font-weight: 600;
}

.contents_wrap .video_wrap .center_wrap .video_box {
  width: 100%;
  max-width: 980px;
  height: 182px;
  background-color: #000000;
  margin: 20px auto 0;
}

.contents_wrap .guide_wrap .center_wrap h1 {
  font-size: 38px;
  letter-spacing: 20px;
  margin-bottom: 40px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box > ul {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box ul {
  text-align: left;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #666;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box ul li h2 {
  font-size: 24px;
  margin-bottom: 24px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box ul li h3 {
  font-size: 18px;
  margin: 0 16px 16px 0;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box ul li span {
  font-size: 18px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box ul li .blue_box {
  border-radius: 16px;
  background-color: #00A1E8;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  min-width: 50px;
  height: 24px;
  margin-right: 8px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box ul .column_align {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info01_box li .info_box {
  width: 100%;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info01_box li .info_box ul {
  width: 100%;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info01_box li .info_box .info_text_box {
  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;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info01_box li .info_box .info_text_box .blue_box {
  min-width: 80px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info01_box li .info_box .info_text_box ul li {
  line-height: 28px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info01_box li .info_box .info_text_box ul li::before {
  content: '·';
  margin-right: 4px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info01_box li .info_box .info_text_box:last-child {
  margin-top: 16px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box .email_box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box .email_box .email_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box .email_box .email_title h3, .contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box .email_box .email_title span {
  margin: 0;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box .email_box .email_title h3 {
  margin-right: 16px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box li span {
  color: #666;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box li .info_align_box {
  max-width: 100%;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box li .info_align_box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box li .info_align_box ul li {
  line-height: 30px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box li .info_align_box ul:first-child {
  margin-bottom: 16px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box li .info_align_box span {
  color: #666;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box li .info_align_box table {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 16px 0 24px;
  width: 100%;
  max-width: 280px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box li .info_align_box table tr th, .contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box li .info_align_box table tr td {
  color: #666;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box li .info_align_box table tr th {
  padding-right: 24px;
  vertical-align: top;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box li .info_align_box table tr:first-child th, .contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box li .info_align_box table tr:first-child td {
  padding-bottom: 16px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info03_box li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info03_box li .guide_icon_box {
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info03_box li .guide_icon_box .number_text {
  position: absolute;
  top: -4px;
  left: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #00A1E8;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info03_box li .guide_icon_box .icon_text {
  margin-left: 16px;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info04_box {
  border: 0;
  margin: 0;
  padding: 0;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info04_box li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.contents_wrap .guide_wrap .center_wrap .guide_align_box .info04_box li span::before {
  content: '';
  background: url(../img/icon_phone.svg) no-repeat;
  width: 20px;
  height: 22px;
  background-size: contain;
  display: inline-block;
  margin-right: 4px;
}

.contents_wrap .guide_wrap .center_wrap .dotted_align_box {
  display: none;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #ccc), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #ccc 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 1px;
  /*점선 간격 수정*/
  background-repeat: repeat-x;
}

.contents_wrap .doing_wrap .center_wrap {
  max-width: 1400px;
  position: relative;
}

.contents_wrap .doing_wrap .center_wrap .doing_logo_text_box h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 38px;
}

.contents_wrap .doing_wrap .center_wrap .doing_logo_text_box h1 .logo_text {
  width: 123px;
  height: 59px;
  margin-right: 8px;
}

.contents_wrap .doing_wrap .center_wrap .b_y_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
}

.contents_wrap .doing_wrap .center_wrap .b_y_wrap .doing_y_wrap, .contents_wrap .doing_wrap .center_wrap .b_y_wrap .doing_b_wrap {
  width: 100%;
  max-width: 640px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap {
  width: 100%;
  padding: 24px 4px 32px;
  border-radius: 30px;
  margin: 40px auto 0;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap ul .color_bg_text {
  display: inline-block;
  border-radius: 22px;
  font-size: 20px;
  color: #fff;
  padding: 6px 16px;
  margin-bottom: 24px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap ul .title_text {
  font-size: 30px;
  line-height: 38px;
  color: #333;
  margin-bottom: 24px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap ul .title_text span {
  display: block;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap ul .sub_text {
  font-size: 16px;
  color: #666;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap ul .sub_text span {
  display: block;
  color: #666;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap .d_day_box {
  margin-top: 16px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap .d_day_box li {
  font-size: 16px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap .d_day_box li:first-child {
  color: #666;
  margin-bottom: 8px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap .d_day_box li:last-child {
  color: #E85200;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap .event_wrap span {
  font-size: 16px;
  color: #666;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap .event_wrap .event_img_box {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  margin: 16px auto 12px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap .event_wrap .event_img_box .number_text {
  font-size: 16px;
  padding: 2px 6px;
  min-width: 48px;
  border-radius: 16px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap .event_wrap .event_img_box span {
  font-size: 14px;
}

.contents_wrap .doing_wrap .center_wrap .triangle_blue {
  position: absolute;
  right: 80px;
  bottom: -28px;
  border-top: 28px solid #E5F5FF;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_yellow_wrap {
  background-color: #FFF2EC;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_yellow_wrap ul .color_bg_text {
  background-color: #F5AF40;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_yellow_wrap .event_wrap {
  padding: 16px 20px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_yellow_wrap .event_wrap .event_img_box {
  width: 180px;
  height: 180px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_yellow_wrap .event_wrap .event_img_box .number_text {
  background-color: #FFD744;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_yellow_wrap .btn_wrap {
  padding-top: 24px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_yellow_wrap .btn_wrap .yellow_text_btn {
  font-size: 18px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap {
  background-color: #E5F5FF;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap ul .color_bg_text {
  background-color: #0E76BB;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap ul .sub_text {
  margin: 0 auto;
  max-width: 224px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap ul .sub_text span {
  display: inline-block;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap {
  padding: 20px;
  background-color: #fff;
  padding: 20px 16px 10px;
  margin: 20px auto 16px;
  border-radius: 10px;
  max-width: 270px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .sub_text02 {
  font-size: 16px;
  margin: 8px 0;
  display: block;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .sub_text {
  font-size: 16px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box img, .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box ul {
  max-width: calc(33% - 12px);
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .poster_box {
  position: relative;
  max-width: 70px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .poster_box img {
  max-width: 100%;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .poster_box button {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 22px;
  background-color: rgba(51, 51, 51, 0.6);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 8px 14px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .poster_box:hover button {
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .sns_icon_box {
  position: relative;
  max-width: 100px;
  display: none;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .sns_icon_box .sns_icon {
  margin: 0 44px;
  min-width: 44px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .sns_icon_box .sub_text {
  padding: 8px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .tag_text {
  display: none;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .tag_text ul {
  min-width: 93px;
  text-align: left;
  height: 108px;
  padding: 8px 0;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .tag_text ul li {
  color: #0E76BB;
  line-height: 20px;
  font-size: 14px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .mobile_event_box {
  min-width: 130px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .mobile_event_box img {
  max-width: 100%;
  margin-left: 16px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .mobile_event_box .mobile_text_box {
  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 .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .d_day_box {
  margin: 0 0 32px 0;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .d_day_box li:last-child {
  color: #015C92;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .event_wrap {
  margin-bottom: 24px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .event_wrap .event_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 260px;
  margin: 0 auto;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .event_wrap .event_img_wrap .event_img_box {
  width: 120px;
  height: 120px;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .event_wrap .event_img_wrap .event_img_box img {
  width: 100%;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .event_wrap .event_img_wrap .event_img_box span:last-child {
  letter-spacing: -1px;
  display: block;
}

.contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .event_wrap .event_img_wrap .event_img_box .number_text {
  background-color: #78CDFF;
  right: 0;
  top: 6px;
}

@media all and (min-width: 768px) {
  .fixed_menu_wrap {
    top: 120px;
  }
  .fixed_menu_wrap ul li {
    width: 120px;
    height: 83px;
    padding: 18px 0;
  }
  .fixed_menu_wrap ul li a {
    font-size: 22px;
  }
  .contents_wrap section {
    padding: 130px 0;
  }
  .contents_wrap section .center_wrap h1 {
    font-size: 60px;
  }
  .contents_wrap .main_banner_wrap {
    height: 1200px;
    background: url(../img/main_bg.png) center no-repeat;
  }
  .contents_wrap .happy_wrap .center_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contents_wrap .happy_wrap .center_wrap .happy_img_wrap {
    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;
    max-width: 640px;
  }
  .contents_wrap .happy_wrap .center_wrap .happy_img_wrap img {
    max-width: calc(50% - 10px);
  }
  .contents_wrap .introduce_wrap .center_wrap h1 {
    margin-bottom: 40px;
    line-height: 102px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    font-size: 56px;
  }
  .contents_wrap .introduce_wrap .center_wrap h1 .logo_text {
    width: 192px;
    height: 92px;
    margin: 0 12px 0 0;
  }
  .contents_wrap .introduce_wrap .center_wrap h1 .logo_text .dot_text {
    right: -18px;
    bottom: -20px;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_school_position {
    display: none;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box ul {
    max-width: 360px;
    margin: 0 20px;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box ul .icon_title_box {
    padding: 7px 20px;
    font-size: 28px;
    max-width: 200px;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box ul .text_box {
    border-radius: 70px;
    font-size: 24px;
    padding: 20px 32px;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box ul:nth-child(2n-1) {
    text-align: left;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box ul:nth-child(2n) {
    text-align: right;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_sun_wrap {
    margin-bottom: 240px;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_sun_wrap li img {
    width: auto;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_green_wrap li img {
    width: auto;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_green_wrap .text_box_pc {
    display: block;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_green_wrap .text_box_mobile {
    display: none;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_wind_wrap li img {
    width: auto;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_dust_wrap {
    margin: 0;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_align_box .icon_dust_wrap li img {
    width: auto;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box ul {
    width: 50%;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info01_box {
    margin: 0;
    border-right: 1px dashed #ddd;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box {
    margin: 0;
    padding-left: 40px;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info03_box {
    border-bottom: 0;
    padding-top: 80px;
    border-right: 1px dashed #ddd;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info04_box {
    padding-top: 80px;
    padding-left: 40px;
  }
  .contents_wrap .video_wrap .center_wrap .video_title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contents_wrap .video_wrap .center_wrap .video_title_box h1 {
    font-size: 44px;
    line-height: 88px;
  }
  .contents_wrap .video_wrap .center_wrap .video_title_box h1 .logo_text {
    width: 157px;
    height: 75px;
    margin: 0 8px 0 24px;
  }
  .contents_wrap .video_wrap .center_wrap .video_box {
    height: 600px;
    margin: 32px auto 0;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_logo_text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_logo_text_box h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 105px;
    font-size: 56px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_logo_text_box h1 .logo_text {
    width: 192px;
    height: 92px;
    margin-right: 8px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap {
    padding: 40px 0;
    position: relative;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap ul .color_bg_text {
    font-size: 24px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap ul .title_text {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap ul .sub_text {
    font-size: 22px;
    line-height: 32px;
    max-width: 420px;
    margin: 0 auto;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap ul .sub_text span {
    display: inline-block;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap .d_day_box {
    margin-top: 32px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap .d_day_box li {
    font-size: 22px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap .event_wrap span {
    font-size: 22px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap .event_wrap .event_img_box span {
    font-size: 16px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap .triangle_blue {
    right: 80px;
  }
  .contents_wrap .doing_wrap .center_wrap .triangle_yellow {
    margin-left: 80px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_yellow_wrap {
    padding: 40px 0 60px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_yellow_wrap .event_wrap {
    padding: 40px 0 24px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_yellow_wrap .btn_wrap {
    padding-top: 40px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_yellow_wrap .btn_wrap .yellow_text_btn {
    font-size: 28px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap {
    padding: 40px 0 26px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap ul .title_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap ul .sub_text {
    max-width: 564px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap ul .sub_text span {
    display: block;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap {
    padding: 20px 40px 32px;
    max-width: 520px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .sub_text02 {
    font-size: 22px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .sub_text {
    font-size: 22px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .poster_box {
    max-width: none;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .poster_box img {
    min-width: 104px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .poster_box::after {
    content: '';
    width: 23px;
    height: 19px;
    background: url(../img/arrow_right.svg) no-repeat;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 36%;
    right: -34px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .sns_icon_box {
    display: block;
    max-width: none;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .sns_icon_box .sns_icon {
    min-width: 98px;
    height: 100px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .sns_icon_box .sub_text {
    padding-top: 8px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .sns_icon_box::after {
    content: '';
    width: 23px;
    height: 19px;
    top: 35%;
    right: 12px;
    background: url(../img/arrow_right.svg) no-repeat;
    display: inline-block;
    background-size: contain;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .tag_text {
    display: block;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .tag_text ul {
    min-width: 103px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .tag_text ul li {
    font-size: 18px;
    line-height: 24px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .tag_wrap .tag_img_box .mobile_event_box {
    display: none;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .event_wrap .event_img_wrap {
    max-width: 400px;
  }
  .contents_wrap .doing_wrap .center_wrap .doing_color_wrap.doing_blue_wrap .event_wrap .event_img_wrap .event_img_box {
    width: 180px;
    height: 180px;
  }
}

@media all and (min-width: 1024px) {
  .contents_wrap .school_text_box .center_wrap {
    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 .school_text_box .center_wrap .logo_box {
    min-width: 400px;
  }
  .contents_wrap .school_text_box .center_wrap .logo_box img {
    width: 325px;
    height: 155px;
  }
  .contents_wrap .school_text_box .center_wrap .text_box {
    text-align: left;
    width: 780px;
  }
  .contents_wrap .school_text_box .center_wrap .text_box .text_sub_title_box {
    margin: 0 0 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .contents_wrap .school_text_box .center_wrap .text_box .text_sub_title_box h1 {
    min-width: 390px;
    font-size: 28px;
    margin-bottom: 24px;
    line-height: 56px;
    margin: 0;
  }
  .contents_wrap .school_text_box .center_wrap .text_box .text_sub_title_box h1 .logo_text {
    width: 100px;
    height: 48px;
  }
  .contents_wrap .school_text_box .center_wrap .text_box ul {
    background-color: transparent;
    padding: 0;
  }
  .contents_wrap .school_text_box .center_wrap .text_box ul li {
    font-size: 24px;
    line-height: 36px;
  }
  .contents_wrap .school_text_box .center_wrap .text_box ul li .text_align {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8px;
  }
  .contents_wrap .school_text_box .center_wrap .text_box .pc_text {
    display: block;
  }
  .contents_wrap .school_text_box .center_wrap .text_box .mobile_text {
    display: none;
  }
  .contents_wrap .happy_wrap .center_wrap {
    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 .happy_wrap .center_wrap .happy_text_wrap {
    text-align: left;
  }
  .contents_wrap .happy_wrap .center_wrap .happy_text_wrap h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .contents_wrap .happy_wrap .center_wrap .happy_text_wrap ul {
    padding: 0;
  }
  .contents_wrap .happy_wrap .center_wrap .happy_text_wrap ul li {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 32px;
  }
  .contents_wrap .happy_wrap .center_wrap .happy_text_wrap ul li:last-child {
    margin: 0;
  }
  .contents_wrap .happy_wrap .center_wrap .happy_img_wrap {
    max-width: 280px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contents_wrap .happy_wrap .center_wrap .happy_img_wrap img {
    max-width: 100%;
  }
  .contents_wrap .happy_wrap .center_wrap .happy_img_wrap img:first-child {
    margin-bottom: 20px;
  }
  .contents_wrap .introduce_wrap .center_wrap .icon_wrap .icon_school_position {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30%;
  }
  .contents_wrap .guide_wrap .center_wrap h1 {
    margin-bottom: 70px;
    font-size: 56px;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box {
    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;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box > ul {
    border-bottom: 0;
    margin: 0;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box ul {
    width: 50%;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box ul li {
    font-size: 22px;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box ul li h2 {
    font-size: 30px;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box ul li h3 {
    font-size: 22px;
    margin: 0 24px 24px 0;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box ul li span {
    font-size: 22px;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box ul li .blue_box {
    font-size: 20px;
    line-height: 30px;
    min-width: 64px;
    height: 30px;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box ul .column_align {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info01_box {
    padding: 0 40px 40px 0;
    border-right: 1px dashed #ddd;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info01_box li .info_box {
    width: calc(100% - 106px);
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info01_box li .info_box .info_text_box .blue_box {
    min-width: 96px;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info01_box li .info_box .info_text_box ul li {
    line-height: 36px;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info01_box li .info_box .info_text_box:last-child {
    margin-top: 24px;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box {
    padding: 0 0 40px 40px;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box li .info_align_box {
    max-width: calc(100% - 106px);
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info02_box li .info_align_box table {
    max-width: 440px;
    margin-left: 98px;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info03_box {
    padding: 40px 40px 0 0;
    border-right: 1px dashed #ddd;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info03_box li h2 {
    margin-bottom: 32px;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info03_box li .guide_icon_box {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info03_box li .guide_icon_box .number_text {
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info03_box li .guide_icon_box .icon_text {
    margin: 8px 0 0 0;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info04_box {
    padding: 40px 0 0 40px;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info04_box li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .contents_wrap .guide_wrap .center_wrap .guide_align_box .info04_box li span::before {
    content: '';
    background: url(../img/icon_phone.svg) no-repeat;
    width: 20px;
    height: 22px;
    background-size: contain;
    display: inline-block;
    margin-right: 4px;
  }
  .contents_wrap .guide_wrap .center_wrap .dotted_align_box {
    display: block;
  }
}

@media all and (min-width: 1400px) {
  .contents_wrap section {
    padding: 150px 0;
  }
  .contents_wrap .doing_wrap .center_wrap .b_y_wrap {
    max-width: none;
  }
  .contents_wrap .doing_wrap .center_wrap .b_y_wrap .doing_y_wrap .doing_yellow_wrap {
    height: 830px;
  }
  .contents_wrap .doing_wrap .center_wrap .b_y_wrap .doing_y_wrap .doing_yellow_wrap .d_day_box {
    margin-top: 60px;
  }
  .contents_wrap .doing_wrap .center_wrap .b_y_wrap .doing_y_wrap .doing_yellow_wrap .event_wrap {
    padding: 60px 0;
  }
}
