@charset "UTF-8";
.work {
  max-width: 1200px;
  overflow: hidden;
  margin: 50px auto 70px auto;
}

.work_area {
  padding: 30px 0;
}

.idea_text_box {
  padding: 60px 0;
}

.idea_text_box p {
  font-size: 20px;
  word-break: keep-all;
}

.idea_text_box p span.sign {
  font-size: 26px;
  text-align: right;
  font-weight: bold;
  color: #08385a;
  display: block;
}

.idea_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 10px auto 60px auto;
}

.idea_flex_item {
  width: calc(33% - 16px);
  border: 1px solid #c3c3c3;
  padding: 45px;
  transition: 0.3s ease;
  border-radius: 15px;
  background: #fcfcfc;
  transition: 0.3s ease;
  display: block;
}

.idea_flex_item .idea_flex_img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
  overflow: hidden;
}

.idea_flex_item .idea_flex_img img {
  width: 100%;
  border-radius: 15px;
  transition: 0.3s ease;
}

.idea_flex_item h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  word-break: keep-all;
  transition: 0.3s ease;
}

.idea_flex_item p {
  font-size: 18px;
  transition: 0.3s ease;
  position: relative;
  padding-left: 15px;
  word-break: keep-all;
}

.idea_flex_item p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.idea_flex_item:hover {
  background: #211C84;
}

.idea_flex_item:hover h3 {
  color: #fff;
}

.idea_flex_item:hover .idea_flex_img img {
  transform: scale(1.2);
}

.org_img img {
  display: block;
  width: 100%;
}

.work_subtitle {
  font-size: 24px;
  font-weight: 500;
  margin: 20px auto;
  position: relative;
  padding-bottom: 10px;
}

.work_subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 5px;
  background: #211C84;
}

.progress_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  overflow: hidden;
}

.progress_box {
  width: calc(25% - 15px);
  padding: 30px 20px;
  border: 1px solid #dedede;
  border-radius: 25px;
  position: relative;
  transition: 0.3s ease;
}

.progress_box::after {
  content: "▶";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translate(0, -50%);
  color: #211C84;
}

.progress_box:last-child::after {
  content: "";
}

.progress_box h3 {
  font-size: 16px;
  color: #c3c3c3;
  font-weight: 300;
  text-align: center;
  margin: 10px;
  transition: 0.3s ease;
}

.progress_box h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  transition: 0.3s ease;
}

.progress_box p {
  font-size: 16px;
  word-break: keep-all;
  text-align: center;
  transition: 0.3s ease;
}

.progress_box .img_ball {
  padding: 30px;
  background: #211C84;
  border-radius: 100%;
  width: 70%;
  margin: 0 auto;
}

.progress_box .img_ball img {
  display: block;
  width: 100%;
}

.progress_box:hover {
  background: #211C84;
}

.progress_box:hover h3 {
  color: #fff;
}

.progress_box:hover h4 {
  color: #fff;
}

.progress_box:hover p {
  color: #fff;
}

.work_textbox {
  margin-bottom: 20px;
}

.work_textbox p {
  font-size: 18px;
  line-height: 28px;
}

.splitbox {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
  overflow: hidden;
}

.splitbox.rev {
  flex-direction: row-reverse;
}

.splitbox .splitbox_in {
  width: 50%;
}
.splitbox .splitbox_in.split_flex {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.splitbox .splitbox_in p {
  font-size: 17px;
  line-height: 28px;
  word-break: keep-all;
}

.splitbox .splitbox_in img {
  display: block;
  width: 100%;
  border-radius: 25px;
}
.splitbox .splitbox_in img.halfimg {
  width: calc(50% - 5px);
}

.inbox {
  margin-bottom: 25px;
}

.inbox p {
  padding-left: 10px;
  position: relative;
}

.inbox p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.split_in_title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.split_in_title.line {
  padding-left: 12px;
}
.split_in_title i {
  color: #211C84;
}

.split_in_title.line::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 5px;
  height: 100%;
  background: #211C84;
}

@media screen and (max-width: 991px) {
  .idea_title {
    font-size: 26px;
  }
  .idea_flex_item {
    width: calc(50% - 16px);
    padding: 25px;
  }
  .idea_flex_item .idea_flex_img {
    width: 100%;
  }
  .idea_flex_item h3 {
    font-size: 18px;
    word-break: keep-all;
  }
  .idea_flex_item p {
    font-size: 15px;
    word-break: keep-all;
  }
  .work_area {
    padding: 20px 10px;
  }
  .idea_flex {
    gap: 15px;
    margin: 10px auto 20px auto;
  }
}
@media screen and (max-width: 567px) {
  .work_subtitle {
    font-size: 18px;
    word-break: keep-all;
  }
  .ws_f {
    padding: 0 10px;
  }
  .work_textbox p {
    font-size: 14px;
    line-height: 23px;
  }
  .splitbox {
    gap: 24px;
    flex-direction: column;
  }
  .splitbox.rev {
    flex-direction: column-reverse;
  }
  .splitbox .splitbox_in p {
    font-size: 14px;
    line-height: 23px;
    word-break: keep-all;
  }
  .splitbox .splitbox_in {
    width: 100%;
  }
  .progress_flex {
    gap: 10px;
    justify-content: space-between;
  }
  .progress_box {
    width: calc(50% - 15px);
    padding: 20px 10px;
  }
  .progress_box h3 {
    font-size: 13px;
  }
  .progress_box h4 {
    font-size: 18px;
  }
  .progress_box p {
    font-size: 14px;
  }
  .inbox {
    margin-bottom: 16px;
  }
  .split_in_title {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.initial_top {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  justify-content: center;
  overflow: hidden;
}

.initial_top .box {
  width: 33%;
  padding: 60px 40px;
  text-align: center;
  color: #fff;
}

.initial_top .box h4 {
  font-size: 28px;
  margin-bottom: 20px;
}

.initial_top .box p {
  font-size: 17px;
}

.initial_top .box:first-child {
  background-image: url("/theme/IDEN_TN1/img/food_3_top1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.initial_top .box:nth-child(2) {
  background-image: url("/theme/IDEN_TN1/img/food_3_top2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.initial_top .box:last-child {
  background-image: url("/theme/IDEN_TN1/img/food_3_top3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 550px) {
  .work {
    margin: 40px auto 40px auto;
  }
  .initial_top {
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
    padding: 0 10px;
    flex-direction: column;
  }
  .initial_top .box {
    padding: 30px 20px;
    width: 100%;
  }
  .initial_top .box h4 {
    font-size: 22px;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  .initial_top .box p {
    font-size: 14px;
    text-align: center;
    word-break: keep-all;
  }
}
.icons_section {
  padding: 0px 0 40px 0;
}

.serv_icons {
  position: relative;
  overflow: hidden;
}

.serv_icon {
  float: left;
  width: calc(16.6666666667% - 12px);
  margin-right: 24px;
  overflow: hidden;
}
.serv_icon:last-child {
  margin-right: 0;
}
.serv_icon p {
  margin-top: 25px;
  font-size: 28px;
  text-align: center;
  transition: 0.3s ease;
}

.serv_icon_imgbox {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.serv_icon_imgbox img {
  display: block;
  width: 100%;
  transition: 0.3s ease;
}
.serv_icon_imgbox .textbox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 65%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.serv_icon_imgbox .textbox p {
  font-size: 28px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.serv_icon_imgbox .textbox span {
  display: block;
  font-size: 18px;
  color: #fff;
}
.serv_icon_imgbox .textbox strong {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 10px 20px;
  background: #211C84;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
}
.serv_icon_imgbox .icon_bg {
  background: rgb(26, 22, 100);
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.serv_icon_imgbox:hover .icon_bg {
  opacity: 0.9;
}

@media screen and (max-width: 992px) {
  .serv_icon_imgbox .icon_bg {
    opacity: 0.8;
  }
}
@media screen and (max-width: 567px) {
  br.mo {
    display: none;
  }
  .icons_section {
    padding: 15px 0 15px 0;
  }
  .serv_icon {
    margin-bottom: 20px;
    width: 100%;
  }
  .serv_icon p {
    font-size: 14px;
  }
  .serv_icon_imgbox .textbox span {
    font-size: 14px;
  }
  .project_title {
    font-size: 24px;
  }
}
/*# sourceMappingURL=style.css.map */