@charset "UTF-8";
.br_mobile {
  display: block;
}

@media screen and (max-width: 567px) {
  .br_mobile {
    display: none;
  }
}
h2.sec_title {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 60px;
}

.wid {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  h2.sec_title {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 550px) {
  h2.sec_title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }
  .section_2 .box p {
    font-size: 1.1em;
  }
}
.section_1 {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 60px;
}

.flexhalf {
  display: flex;
  align-items: center;
}

.flexhalf > div {
  width: 50%;
}

.in_l {
  padding-right: 60px;
  box-sizing: border-box;
}

.in_l h2 {
  font-size: 42px;
  font-weight: 600;
  word-break: keep-all;
}

.in_l p {
  margin-top: 15px;
  margin-bottom: 60px;
  word-break: keep-all;
  font-size: 18px;
  line-height: 1.65em;
  color: #333;
}

.in_l a {
  display: block;
  width: 35%;
  margin: 0 auto;
  font-size: 1.7em;
  border: 1px solid #333;
  color: #333;
  padding: 10px 4px;
  box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s ease;
}

.in_l a:hover {
  color: #fff;
  background-color: #00003f;
}

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

@media screen and (max-width: 992px) {
  .in_l {
    padding-right: 40px;
    padding-left: 20px;
  }
  .in_l h2 {
    font-size: 2.5em;
  }
  .in_l p {
    font-size: 1.3em;
  }
  .in_l a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 550px) {
  .flexhalf {
    flex-wrap: wrap;
    padding: 0 20px;
    gap: 20px;
  }
  .flexhalf > div {
    width: 100%;
  }
  .in_l h2 {
    font-size: 1.8em;
  }
  .in_l p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.section_2 {
  padding: 60px 0;
  background: #f6f6f6;
}

.section_2 .flexbox {
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
}

.section_2 .box {
  border-radius: 8px;
  width: 33.3333%;
  padding: 30px 60px 30px 60px;
}

.section_2 .box i {
  font-size: 5em;
  color: #ccc;
  transition: 0.3s ease;
  text-align: center;
  display: block;
}

.section_2 .box:hover i {
  color: #000;
}

.section_2 .box2 {
  /* text-align:Center; */
  background: #fff;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  top: 0;
}

/* .section_2 .box2:hover {top:-9px;} */
.section_2 .box h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 30px 0 15px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section_2 .box h3:after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -2px;
  width: 0%;
  height: 15px;
  background-color: skyblue;
  content: "";
  z-index: -1;
  transition: 0.3s ease;
}

.section_2 .box:hover h3:after {
  width: 60%;
}

.section_2 .box img {
  width: 100%;
}

/* .section_2 .box p {font-size:1.2em; color:#444; margin:15px 0 30px 0; line-height:1.5em; word-break:keep-all;} */
.section_2 .box p {
  font-size: 1.4em;
  color: #666;
  margin: 15px 0 30px 0;
  line-height: 1.5em;
  word-break: keep-all;
  transition: 0.3s ease;
}

.section_2 .box:hover p {
  color: #333;
}

.section_2 .box a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  font-size: 1.15em;
  color: #fff;
  background: #267de9;
  font-weight: 300;
  letter-spacing: 1px;
}

@media screen and (max-width: 992px) {
  .section_2 .box h3 {
    font-size: 1.3em;
  }
  .section_2 .box p {
    font-size: 1.2em;
  }
  .section_2 .flexbox {
    padding: 0 20px;
  }
}
@media screen and (max-width: 762px) {
  .section_2 .flexbox {
    flex-wrap: wrap;
  }
  .section_2 .box {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .section_2 {
    padding: 40px 0;
  }
}
.section_3 {
  width: 100%;
}

.section_3 .wid {
  padding: 60px 0;
  position: relative;
}

.section_3 .wid h2.sec_title {
  color: #000;
  text-shadow: none;
}

.section_4 {
  padding: 120px 0;
  background: url("/theme/IDEN_TN1/img/section4_1.jpg") no-repeat center;
  background-size: cover;
  /* background-attachment:fixed; */
}

.section_4 .in_l {
  padding-right: 0px;
}

.in_l h2.white {
  color: #fff;
  word-break: keep-all;
}

.in_l p.white {
  color: #fff;
  word-break: keep-all;
}

.in_l a.white {
  color: #fff;
  border-color: #fff;
}

.in_l a.white:hover {
  background-color: #fff;
  color: #333;
  border-color: #333;
}

.mb5 .wid {
  padding: 0px;
}

.mb5 .wid:after {
  content: "";
  display: table;
  clear: both;
}

.mb5 .box1 {
  width: 100%;
  position: relative;
  background: #00003f;
  padding: 20px;
  border-radius: 25px;
  top: -75px;
}

.mb5 .box2 {
  float: left;
  width: 50%;
  margin: 1% 0;
  padding-left: 4%;
}

@media screen and (max-width: 550px) {
  .section_4 .in_l {
    padding-left: 0;
  }
  .mb5 .wid {
    padding: 10px;
  }
  .mb5 .box1 {
    width: 100%;
    padding: 15px;
    border-right: none;
    top: 0;
  }
  .mb5 .box2 {
    width: 90%;
    margin: 11% 5% 0% 5%;
    padding: 0;
  }
}
.section_1 {
  margin: 30px 0 10px 0;
}

.common_area {
  padding: 30px 0 60px 0;
  width: 100%;
}

.proc_flex {
  display: flex;
  gap: 30px;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}

.proc_item {
  width: calc(33% - 18px);
  border-radius: 25px;
  background: #f6f6f6;
  padding: 30px 10px;
  position: relative;
}
.proc_item::after {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translate(-50%, -50%);
  content: "▶";
  color: #00003f;
  font-size: 22px;
}
.proc_item:last-child::after {
  content: "";
}
.proc_item b {
  font-size: 24px;
  color: #00003f;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
.proc_item .icon_box {
  display: block;
  width: 120px;
  height: 120px;
  background: #fff no-repeat 50% 50%;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proc_item .icon_box img {
  display: block;
  width: 50%;
}
.proc_item h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.proc_item p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .common_area {
    padding: 40px 20px;
  }
  .proc_flex {
    flex-direction: column;
  }
  .proc_item {
    width: 100%;
    padding: 20px 10px;
  }
  .proc_item::after {
    top: unset;
    bottom: -32px;
    right: 47%;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 567px) {
  .proc_item b {
    font-size: 20px;
  }
  .proc_item h3 {
    font-size: 20px;
  }
  .proc_item p {
    font-size: 14px;
    word-break: keep-all;
  }
}
.table_area {
  width: 100%;
}

.table_sub {
  width: 100%;
  border: 1px solid #939FC8;
}

.table_sub th {
  padding: 12px 0;
  color: #fff;
  background-color: #00003f;
  border-right: 1px solid #F0F1F3;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
}

.table_sub tbody tr:nth-child(1n) {
  background: rgb(226, 232, 250);
}

.table_sub tbody tr:nth-child(2n) {
  background: rgb(245, 247, 253);
}

.table_sub td {
  border-right: 1px solid #939FC8;
  border-bottom: 1px solid #939FC8;
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}

@media screen and (max-width: 567px) {
  .table_sub th {
    font-size: 16px;
  }
  .table_sub td {
    padding: 15px 2px;
    font-size: 14px;
  }
}
.busin_flex {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  border-radius: 25px;
}

.busin_box {
  width: 25%;
  height: calc(100vh - 500px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background-size: cover;
  transition: 0.6s ease;
  padding: 0px 20px 60px 20px;
}

.busin_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: 0.5s;
}

.busin_box2 {
  width: 50%;
  height: calc(100vh - 500px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background-size: cover;
  transition: 0.6s ease;
  padding: 0px 20px 60px 20px;
}

.busin_box2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: 0.5s;
}

@media screen and (hover: hover) {
  .busin_box:hover {
    width: 50%;
  }
  .busin_box:hover::after {
    opacity: 0;
  }
  .busin_box2:hover {
    width: 70%;
  }
  .busin_box2:hover::after {
    opacity: 0;
  }
}
@media screen and (hover: none) {
  .busin_box::after {
    opacity: 0;
  }
  .busin_box2::after {
    opacity: 0;
  }
}
.busin_box h3 {
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 32px;
  font-weight: 800;
}

.busin_box p {
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 18px;
  margin-top: 15px;
}

.busin_box2 h3 {
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 36px;
  font-weight: 800;
}

.busin_box2 p {
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 18px;
  margin-top: 15px;
}

.busin_box.busin1 {
  background: url("/theme/IDEN_TN1/img/busin_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.busin_box.busin2 {
  background: url("/theme/IDEN_TN1/img/history_2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.busin_box.busin3 {
  background: url("/theme/IDEN_TN1/img/busin_3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.busin_box.busin4 {
  background: url("/theme/IDEN_TN1/img/busin_4.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .busin_flex {
    flex-wrap: wrap;
    border-radius: 0px;
    gap: 20px;
    padding: 0 20px;
  }
  .busin_box {
    width: 48%;
    border-radius: 25px;
  }
  .busin_box h3 {
    text-shadow: 1px 1px 5px black;
  }
  .busin_box p {
    text-shadow: 1px 1px 3px black;
  }
}
@media screen and (max-width: 550px) {
  .imgcover {
    padding: 60px 0px;
  }
  .imgcover .col-md-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mvhead {
    font-size: 1.8em;
  }
  .mvp {
    font-size: 1.2em;
  }
  .busin_box {
    width: 100%;
    height: 210px;
  }
}/*# sourceMappingURL=custom.css.map */