@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;
}

.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;
  background: #f5f5f5;
}

.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: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  transition: 0.3s ease;
  word-break: keep-all;
}

.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 p {
  font-size: 18px;
  line-height: 28px;
}

.splitbox .splitbox_in img {
  display: block;
  width: 100%;
  border-radius: 25px;
}

.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;
  padding-left: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

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

.inbox_img_top {
  margin-bottom: 10px;
}

@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: 19px;
  }
  .ws_f {
    padding: 0 10px;
  }
  .work_textbox p {
    font-size: 14px;
    line-height: 23px;
  }
  .splitbox {
    gap: 10px;
    flex-direction: column-reverse;
  }
  .splitbox.rev {
    flex-direction: column-reverse;
  }
  .splitbox .splitbox_in p {
    font-size: 14px;
    line-height: 23px;
  }
  .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) {
  .initial_top {
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
    padding: 0 10px;
  }
  .initial_top .box {
    padding: 30px 20px;
  }
  .initial_top .box h4 {
    font-size: 22px;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  .initial_top .box p {
    font-size: 14px;
    text-align: left;
    word-break: keep-all;
  }
}
.medi_area {
  padding: 90px 0;
}

.medi_text_box {
  padding: 60px 0;
}
.medi_text_box p {
  font-size: 20px;
  word-break: keep-all;
}
.medi_text_box p span.sign {
  font-size: 26px;
  text-align: right;
  font-weight: bold;
  color: #08385a;
  display: block;
}

.medi_title {
  font-size: 36px;
  font-weight: 600;
  color: #08385a;
  text-align: center;
  margin-top: 60px;
}

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

.medi_flex_item {
  width: 100%;
  border: 1px solid #c3c3c3;
  padding: 25px;
  transition: 0.3s ease;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.medi_flex_item .medi_flex_img {
  display: block;
  width: 25%;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}
.medi_flex_item .medi_flex_img img {
  width: 100%;
}
.medi_flex_item .medi_flex_txt {
  width: 75%;
  padding: 15px 0;
}
.medi_flex_item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  word-break: keep-all;
}
.medi_flex_item p {
  font-size: 18px;
  text-align: left;
  transition: 0.3s ease;
  position: relative;
  padding-left: 15px;
  word-break: keep-all;
}
.medi_flex_item p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 991px) {
  .medi_area {
    padding: 60px 0;
  }
  .medi_title {
    font-size: 26px;
  }
  .medi_flex_item {
    width: 100%;
    padding: 25px;
    flex-direction: column;
    gap: 0px;
    border: 0;
  }
  .medi_flex_item .medi_flex_txt {
    width: 100%;
  }
  .medi_flex_item .medi_flex_img {
    width: 55%;
  }
  .medi_flex_item h3 {
    font-size: 18px;
    word-break: keep-all;
    text-align: center;
  }
  .medi_flex_item p {
    font-size: 15px;
    word-break: keep-all;
  }
}
@media screen and (max-width: 567px) {
  .medi_flex_item {
    width: 100%;
    padding: 20px;
  }
  .medi_flex_item h3 {
    font-size: 16px;
  }
  .medi_flex_item p {
    font-size: 14px;
  }
}
.cs_support_f {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cs_sf_box {
  width: calc(25% - 16px);
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.cs_sf_box img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.cs_sf_box p {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  font-weight: bold;
}

.cs_sf_box:hover {
  border-color: #000;
}

@media screen and (max-width: 992px) {
  .cs_sf_box {
    width: calc(50% - 10px);
  }
}
/*# sourceMappingURL=work.css.map */