@charset "utf-8";

/* Utility */

.u__pc_d_n {
  display: none !important;
}


/* Base */

#contents-area, .lyt-col-1 #contents-body {
  width: 100%;
}

.creative_camp {
  font-size: 14px;
  color: #040000;
}

.creative_camp * {
  box-sizing: border-box;
}

.creative_camp img.mailicon,
.creative_camp img.newwindowicon {
  display: none;
}


/* Component */

.c__list_marker {
  display: inline-block;
}

.c__list_marker_item {
  display: table;
  width: 100%;
}

.c__list_marker_item_label {
  display: table-cell;
  width: 1rem;
}

.c__list_marker_item_label--attention {
  text-align-last: left;
  display: table-cell;
  width: 1rem;
}

.c__list_marker_item_txt {
  display: table-cell;
}

.c__list_dots_item {
  position: relative;
  padding-left: 15px;
}

.c__list_dots_item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.c__bg_beige {
  background-color: #fff8f5;
}

.c__section_inner {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.c__check_box_input {
  display: none;
}

.c__check_box_label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  width: auto;
}

.c__check_box_label::after {
  border: 1px solid;
  content: '';
  display: inline-block;
  left: 5px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  height: 21px;
  width: 21px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.c__check_box_label::before {
  border-right: 2.5px solid #E95751;
  border-bottom: 2.5px solid #E95751;
  content: '';
  display: block;
  height: 17px;
  left: 16px;
  margin-top: -13px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
}

.c__check_box_input:checked+.c__check_box_label::before {
  opacity: 1;
  transition-duration: 0.3s;
}

.c__check_box_input:checked+.c__check_box_label::after {
  border-color: #E95751;
}

.c__link {
  color: #E95751 !important;
  font-weight: 500;
}


/* layout */

.l__main_visual {
  overflow: hidden;
  height: 535px;
  background-color: #fff8f5;
}

.l__main_visual_inner {
  padding: 114px 0 0;
  position: relative;
  width: 100%;
}

.l__main_visual_inner:before {
  content: "";
  position: absolute;
  background: url(/corp/set/data/sustainability/special/digitalization/creative-camp/img/p/bg_main_visual_left.png) no-repeat left top;
  width: 1280px;
  height: 535px;
  left: 0;
  top: 0;
  display: block;
}

.l__main_visual_inner:after {
  content: "";
  position: absolute;
  background: url(/corp/set/data/sustainability/special/digitalization/creative-camp/img/p/bg_main_visual_right.png) no-repeat right top;
  width: 1280px;
  height: 535px;
  right: 0;
  top: 0;
  display: block;
}

@media screen and (max-width: 1279.999px) {
  .l__main_visual_inner:before, .l__main_visual_inner:after {
    background-size: cover;
    width: 100%;
  }
}

.l__main_visual_detail {
  padding-top: 45px;
  width: 788px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

.l__main_visual_ttl {
  position: relative;
  text-align: center;
  z-index: 10;
  padding-left: 35px;
}

.l__main_visual_recruit {
  position: absolute;
  left: 0;
  top: -81px;
}

.l__main_visual_btn {
  margin-bottom: 0;
  text-align: center;
}

.l__main_visual_btn_item {
  text-decoration: none !important;
  font-size: 18px;
  max-width: 280px;
  color: #fff !important;
  border: 2px solid;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding-top: 11px;
  padding-bottom: 12px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background: url(/corp/set/data/sustainability/special/digitalization/creative-camp/img/p/bg_btn_main_visual.png) no-repeat center top;
  background-size: cover;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.16));
  position: relative;
}

.l__main_visual_btn_item:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  background: url(/corp/set/data/sustainability/special/digitalization/creative-camp/img/p/icon_btn_main_visual.png) no-repeat center top;
  background-size: contain;
  width: 16px;
  height: 14px;
  right: 20px;
  display: block;
}

.l__section_lead {
  padding: 67px 0 69px;
}

.creative_camp .l__section_lead_logo {
  text-align: center;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 500;
}

.l__section_lead_bg {
  background: url(/corp/set/data/sustainability/special/digitalization/creative-camp/img/p/bg_lead.png) no-repeat center top;
}

.l__section_lead_ttl {
  text-align: center;
  margin-bottom: 54px;
}

.l__section_lead_copy {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.l__section_lead_copy+.l__section_lead_copy {
  margin-top: 19px;
}

.l__section_lead_event {
  margin-top: 51px;
}

.l__section_lead_event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0;
  width: 815px;
  margin-left: auto;
  margin-right: auto;
}

.l__section_lead_event_list_item {
  width: 33.334%;
  text-align: center;
}

.l__section_lead_event_list_item_img {
  width: 94px;
}

.l__section_lead_event_list_item_txt {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.l__section_lead_event_attention {
  text-align: center;
  margin: 20px 0 0;
}

.l__section_lead_event_attention_list {
  font-size: 13px;
  color: #717071;
  display: inline-block;
}

.l__section_merit {
  padding: 77px 0 88px;
}

.l__bg_cloud {
  background-image: url(/corp/set/data/sustainability/special/digitalization/creative-camp/img/p/bg_cloud.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}

.l__section_merit_ttl {
  text-align: center;
  margin-bottom: 38px;
}

.l__section_merit_detail_item--merrit_01 {
  position: relative;
  padding-top: 51px;
}

.l__section_merit_detail_item--merrit_01:before {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(#eb4545 0%, #ffac27 29.56%, #fc6fcb 65.52%, #e52d2d 100%);
}

.l__section_merit_detail_item--merrit_02 {
  position: relative;
  padding-top: 51px;
  margin-top: 48px;
}

.l__section_merit_detail_item--merrit_02:before {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(#457eeb 0%, #49cde5 29.56%, #c7b1f7 65.52%, #2d50e5 100%);
}

.l__section_merit_detail_item--merrit_03 {
  position: relative;
  padding-top: 51px;
  margin-top: 48px;
}

.l__section_merit_detail_item--merrit_03:before {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(#1cbc85 0%, #30d12a 28.08%, #d6eb9e 73.89%, #1d9622 100%);
}

.l__section_merit_detail_header {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l__section_merit_detail_header_txt {
  position: relative;
  padding-left: 124px;
}

.l__section_merit_detail_header_txt_ttl_marker {
  position: absolute;
  left: 0;
  top: -7px;
}

.l__section_merit_detail_header_txt_ttl_detail {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.l__section_merit_detail_header_txt_detail {
  font-size: 14px;
  width: 350px;
  margin-top: 12px;
  line-height: 1.85;
  font-weight: 500;
}

.l__section_merit_detail_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l__section_merit_detail_list_item {
  padding: 6px 0 8px 12px;
  text-align: center;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  width: 243px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.l__section_merit_detail_item--merrit_01 .l__section_merit_detail_list_item:before {
  position: absolute;
  content: "";
  width: 2px;
  left: 10.5px;
  top: 9.5px;
  bottom: 8.5px;
  background: #fd8675;
}

.l__section_merit_detail_item--merrit_02 .l__section_merit_detail_list_item:before {
  position: absolute;
  content: "";
  width: 2px;
  left: 10.5px;
  top: 9.5px;
  bottom: 8.5px;
  background: #56cad8;
}

.l__section_merit_detail_list_item+.l__section_merit_detail_list_item {
  margin-left: 25px;
}

.l__section_program {
  padding: 92px 0 55px;
}

.l__section_program_ttl {
  text-align: center;
}

.l__section_program_attention {
  text-align: center;
  font-size: 13px;
  color: #717071;
  margin-top: 20px;
}

.l__section_program_box_contain {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l__section_program_box {
  width: 422px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.l__section_program_box--day01 {
  background: linear-gradient(#ffd0de 0%, #ffeebe 100%);
  padding: 42px 0 25px;
  margin-left: 27px;
}

.l__section_program_box--day02 {
  background: linear-gradient(#fff291 0%, #f4ffd1 42.86%, #cae8f8 100%);
  padding: 43px 0 41px;
  margin-top: 201px;
}

.l__section_program_box--day03 {
  background: linear-gradient(#def 0%, #b9def8 47.78%, #acf7b5 100%);
  padding: 40px 0 40px;
  margin-top: -105px;
}

.l__section_program_box_ttl {
  text-align: center;
}

.l__section_program_box_lead {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0 0;
}

.l__section_program_box_img {
  margin-top: 18px;
  text-align: center;
}

.l__section_program_box_list {
  margin: 20px 0 0 28px;
  position: relative;
  font-size: 13px;
}

.l__section_program_box_list_item {
  padding-left: 20px;
  position: relative;
}

.l__section_program_box_list_item:not(.l__section_program_box_list_item--no_circle):before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  margin-top: 2px;
  border: solid 1px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 13px;
  height: 13px;
}

.l__section_program_box_list_item+.l__section_program_box_list_item {
  margin-top: 4px;
}

.l__section_program_inner {
  position: relative;
  padding-bottom: 369px;
}

.l__section_program_circle {
  background: url(/corp/set/data/sustainability/special/digitalization/creative-camp/img/p/bg_program_tour.png) no-repeat center top;
  width: 554px;
  height: 540px;
  position: absolute;
  text-align: center;
  right: -28px;
  color: #6b3906;
  bottom: 0;
  padding: 48px 0 0;
}

.l__section_program_circle_lead {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.l__section_program_circle_ttl {
  font-weight: bold;
  line-height: 1.55;
}

.l__section_program_circle_ttl_min {
  font-size: 26px;
}

.l__section_program_circle_ttl_large {
  font-size: 27px;
}

.l__section_program_circle_img {
  margin-top: 12px;
  position: relative;
}

.l__section_program_circle_img:after {
  display: inline-block;
  content: "";
  width: 289px;
  height: 95px;
  background: url(/corp/set/data/sustainability/special/digitalization/creative-camp/img/p/icon_program_tour.png) no-repeat center top;
  margin-top: 16px;
}

.l__section_apply {
  padding: 62px 0 35px;
}

.l__section_apply_ttl {
  text-align: center;
  margin-bottom: 47px;
}

.l__section_apply_lead {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}

.l__section_apply_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 500;
  margin-left: 155px;
  margin-bottom: 0;
}

.l__section_apply_detail--conditions {
  margin-top: 48px;
}

.l__section_apply_detail--term {
  margin-top: 36px;
}

.l__section_apply_detail--announce {
  margin-top: 45px;
}

.l__section_apply_detail_ttl {
  width: 92px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 5px 0 5px;
  font-size: 14px;
}

.l__section_apply_detail_data {
  padding-left: 20px;
  font-size: 16px;
  width: calc(100% - 94px);
  margin: 0;
  line-height: 1.6;
}
.l__section_apply_detail_data_list_marker {
  margin-top: 8px;
}
.l__section_apply_detail_data_list_marker_item {
  color: #717071;
  font-size: 13px;
  font-weight: normal;
}

.l__section_apply_check_box {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 45px;
}

.l__section_apply_btn {
  text-align: center;
  margin: 26px 0 0;
  padding-bottom: 30px;
  position: relative;
}

.l__section_apply_btn_item {
  font-size: 28px;
  max-width: 430px;
  color: #fff !important;
  border: 2px solid;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding-top: 15px;
  padding-bottom: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background: url(/corp/set/data/sustainability/special/digitalization/creative-camp/img/p/bg_btn_apply.png) no-repeat center top;
  background-size: cover;
  position: relative;
  text-decoration: none !important;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.16));
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.16));
}

.l__section_apply_btn_item:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -14.5px;
  background: url(/corp/set/data/sustainability/special/digitalization/creative-camp/img/p/icon_btn_apply.png) no-repeat center top;
  background-size: contain;
  width: 21px;
  height: 29px;
  right: 28px;
  display: block;
}

.l__section_apply_btn_item.js__apply_btn--disable {
  background: url(/corp/set/data/sustainability/special/digitalization/creative-camp/img/p/bg_btn_apply_disable.png) no-repeat center top;
  background-size: cover;
  color: #bcbcbc !important;
  border-color: transparent;
  filter: none;
  -webkit-filter: none;
  cursor: default;
}

.l__section_apply_btn_item.js__apply_btn--disable:after {
  display: none;
}

.l__section_apply_btn_txt {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  color: #e95751;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.l__aside_info {
  background: #fff;
  border-radius: 12px;
  padding: 25px 90px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 902px;
  margin: 0 auto;
}

.l__aside_info_contact {
  width: 180px;
  padding-top: 6px;
}

.l__aside_info_contact_ttl {
  background: #f2f2f2;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding: 5px 0 6px;
}

.l__aside_info_contact_lead {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin: 14px 0 0;
}

.l__aside_info_detail {
  width: 455px;
  border-left: 1px solid;
  padding-left: 41px;
}

.l__aside_info_detail_row {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.l__aside_info_detail_row+.l__aside_info_detail_row {
  margin-top: 7px;
}

.l__aside_info_detail_row_ttl {
  width: 100px;
}

.l__aside_info_detail_row_data {
  margin-left: 15px;
}

.l__aside_info_detail_list_marker {
  margin-top: 8px;
}

.l__aside_info_detail_list_marker_item {
  color: #717071;
  font-size: 13px;
  font-weight: normal;
}

.l__sticky {
  position: fixed;
  right: 0;
  bottom: 0;
}

.l__sticky_item {
  display: block;
  text-decoration: none !important;
  color: #fff !important;
  border: 1px solid;
  font-size: 18px;
  font-weight: bold;
  padding-top: 30px;
  padding-right: 13px;
  position: relative;
  background: url(/corp/set/data/sustainability/special/digitalization/creative-camp/img/p/bg_sticky.png) no-repeat left top;
  width: 58px;
  height: 248px;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.16));
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  border-radius: 22px 0 0px 22px;
  -webkit-border-radius: 22px 0 0px 22px;
  -moz-border-radius: 22px 0 0px 22px;
  -ms-border-radius: 22px 0 0px 22px;
  -o-border-radius: 22px 0 0px 22px;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.16));
}

.l__sticky_item:after {
  content: "";
  position: absolute;
  bottom: 17.5px;
  right: 15px;
  background: url(/corp/set/data/sustainability/special/digitalization/creative-camp/img/p/icon_sticky.png) no-repeat center top;
  background-size: contain;
  width: 19px;
  height: 14px;
  display: block;
}

.js__sticky {
  display: none;
}

.js__check_hide_elem {
  display: block;
}

.js__check_hide_elem.js__check_hide_elem--active {
  display: none;
}