/*--------------------.co_ir_special --------------------
co-ir-profile
----------------------------------------------------*/
.co_ir_special h2 {
  margin-bottom: 30px;
}

.co_ir_special .sec01 p + p,
.co_ir_special .sec02 p + p {
  margin-top: 20px;
}

.co_ir_special .sec01 {
  margin-bottom: 40px;
}

.co_ir_special .sec01 .l-col-02 .l-col-item:first-child {
  width: 25%;
}

.co_ir_special .sec01 .l-col-02 .l-col-item:last-child {
  width: 70%;
  line-height: 2;
}

@media screen and (max-width: 768px){
  .co_ir_special .sec01 .l-col-02 .l-col-item:first-child {
    width: 75%;
    margin: 0 auto;
  }

  .co_ir_special .sec01 .l-col-02 .l-col-item:last-child {
    width: 100%;
    line-height: 1.6;
    margin-top: 20px;
  }
}

.co_ir_special .bg-pk { 
  background: #fbf6ec;
  border-radius: 6px;
  padding: 0 40px;
}

.co_ir_special .bg-pk.p40 { padding: 40px;}

.co_ir_special .mt30 { margin-top: 30px;}
.co_ir_special .mt40 { margin-top: 40px;}
.co_ir_special .mb40 { margin-bottom: 40px;}
.co_ir_special .mb50 { margin-bottom: 50px;}

.co_ir_special .w65 { width: 65%;}
@media screen and (max-width: 768px){
  .co_ir_special .w65 { width: 100%;}
}
.co_ir_special .w50 { width: 50%;}
@media screen and (max-width: 768px){
  .co_ir_special .w65 { width: 100%;}
}
.co_ir_special .w90 { width: 90%;}
@media screen and (max-width: 768px){
  .co_ir_special .w90 { width: 90%;}
}


.co_ir_special .cnt-img {
  margin: 0 auto;
  text-align: center;
}


.co_ir_special .b-pk {
  border: #FEDFE4 2px solid;
  border-radius: 6px;
  margin-bottom: 40px;
}

.co_ir_special .sec02  h3 {
  margin-bottom: 30px;
  background: #FFF2F5;
  border-radius: 6px 6px 0 0;
  color: #E60039;
  font-size: 24px;
  text-align: center;
  padding: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px){
  .co_ir_special .sec02  h3 { font-size: 19px;}
}

.co_ir_special h4 {
  position: relative;
  font-size: 20px;
  padding-left: calc(12px + 8px);
  margin: 0;
  font-weight: 600;
}
@media screen and (max-width: 768px){
  .co_ir_special h4 {
    font-size: 19px;
  }
}

.co_ir_special h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #E60039;
  transform: translateY(-50%);
  display: block;
  border-radius: 1px;
}

.co_ir_special .sec02 .inner-m40 { margin: 0 40px 40px;}

.co_ir_special .sec02 .l-col-02.bg-pb.bg-pb .l-col-item:first-child {
  background: #FBF6EC;
  border-radius: 6px;
  text-align: center;
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.8;
}

.co_ir_special .sec02 .l-col-02.bg-pb .l-col-item:last-child {
  background: #F2F2F2;
  border-radius: 6px;
  text-align: center;
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.8;
}

.co_ir_special .sec02 .l-col-02.bg-pb .l-col-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -33px;
  width: 4px;
  height: 26px;
  background: url("/common/images/co_ir/special/sec02_dot.png") no-repeat center/contain;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.co_ir_special .sec02 .l-col-02.bg-pb .l-col-item .top18 {
  top: -33px;
  position: relative;
  width: 84px;
}

.co_ir_special .sec02 .l-col-02.bg-pb .l-col-item .top18 + p {
  margin-top: -20px;
}

.co_ir_special .txt-r { color: #E60039; 
  line-height: 1.8;
  font-weight: 600;}
.co_ir_special .txt-b { color: #1B95E0;
  font-weight: 600; }
.co_ir_special .txt-s { font-size: 14px; }

.co_ir_special .sec02 .bubble {
  margin: 33px auto 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  padding: 16px 30px 25px 30px;
  background-image: url("/common/images/co_ir/special/sec02_06.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  box-sizing: border-box;
  pointer-events: none;
  font-weight: 600;
}

.co_ir_special .sec02 .bubble .left,
.co_ir_special .sec02 .bubble .right {
  position: relative;
  pointer-events: auto;
}

.co_ir_special .sec02 .bubble .left .main {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.co_ir_special .sec02 .bubble .right {
  max-width: 70%;
}

.co_ir_special .sec02 .bubble .right .sub {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}

.co_ir_special .sec02 .bubble::before {
  content: "";
  position: absolute;
  left: 32%;
  top: 25%;
  bottom: 35%;
  transform: translateX(-50%);
  width: 0;
  border-left: 3px dotted #FF8EA9;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 768px){
  .co_ir_special .sec02 .bubble {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px 14px 36px;
    background-image: url("/common/images/co_ir/special/sec02_06_sp.png");
    background-size: contain;
  }

  .co_ir_special .sec02 .bubble .left .main {
    font-size: 19px;
  }

  .co_ir_special .sec02 .bubble .right .sub {
    font-size: 16px;
  }

  .co_ir_special .sec02 .bubble .right {
    max-width: 100%;
  }

  .co_ir_special .sec02 .bubble::before {
    left: 12%;
    right: 12%;
    top: auto;
    bottom: calc(50% - -20px);
    transform: none;
    border-left: none;
    border-top: 3px dotted #FF8EA9;
    width: 80%;
  }

  .co_ir_special .sec02 .l-col-02.bg-pb .l-col-item:last-child {
    margin-top: 50px;
  }

  .co_ir_special .sec02 .inner-m40 { margin: 0 4%;}
  .co_ir_special .sec02 .l-col-02.bg-pb .l-col-item:first-child {
    width: 100%;
  }

  .co_ir_special .sec02 .l-col-02.bg-pb .l-col-item:last-child {
    width: 100%;
    line-height: 1.6;
  }
}

.co_ir_special .sec02 .b-kpk {
  background: #FEDFE4;
  border-radius: 6px;
  padding: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.co_ir_special .sec02 .b-kpk p {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px){
  .co_ir_special .sec02 .b-kpk {
    padding: 20px;
  }
  .co_ir_special .sec02 .b-kpk p {
    font-size: 19px;
  }
}


.co_ir_special .sec02 .l-col-03 {
    justify-content: space-between;
    align-items: center;
}
.co_ir_special .sec02 .l-col-03 .l-col-item:first-child { 
  position: relative;
  width: 18%
}
.co_ir_special .sec02 .l-col-03 .l-col-item:nth-child(2) { 
  position: relative;
  width: 28%
}
.co_ir_special .sec02 .l-col-03 .l-col-item:last-child { 
  position: relative;
  width: 48%
}
.co_ir_special .sec02 .l-col-03 .l-col-item p {
  font-size: 12px;
}
.co_ir_special .sec02 .l-col-03 .l-col-item p.rd,
.co_ir_special .sec02 .l-col-03 .l-col-item p.bl {
  text-indent: 2rem;
}
.co_ir_special .sec02 .l-col-03 .l-col-item p.bl {
  margin-top: 5px;
}
.co_ir_special .sec02 .l-col-03 .l-col-item .rd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 20px;
  height: 10px;
  background: url("/common/images/co_ir/special/sec02_09.png") no-repeat center/contain;
  background-size: contain;
  pointer-events: none;
}
.co_ir_special .sec02 .l-col-03 .l-col-item .bl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 65%;
  width: 20px;
  height: 10px;
  background: url("/common/images/co_ir/special/sec02_10.png") no-repeat center/contain;
  background-size: contain;
  pointer-events: none;
}

.co_ir_special .sec02 .l-col-03 .l-col-item p.txt-10 { font-size: 10px; }


@media screen and (max-width: 768px){
  .co_ir_special .sec02 .l-col-02 .l-col-item,
  .co_ir_special .sec02 .l-col-03 .l-col-item,
  .co_ir_special .sec02 .l-col-03 .l-col-item:first-child,
  .co_ir_special .sec02 .l-col-03 .l-col-item:nth-child(2),
  .co_ir_special .sec02 .l-col-03 .l-col-item:last-child
   { width: 100%; }


  .co_ir_special .sec02 .l-col-03 .l-col-item:last-child,
  .co_ir_special .sec02 .l-col-03 .l-col-item:nth-child(2) {
   margin: 4% 0;
  }
}


.co_ir_special .sec03 {
  margin-top: 30px;
}
.co_ir_special .sec03 h3 {
  background: #fbf6ec;
  border-radius: 6px 6px 0 0;
  font-size: 20px;
  text-align: center;
  padding: 12px;
  font-weight: 600;
}

.co_ir_special .sec03 .bg-pk {
  margin: 30px 0;
  background: #FFF2F5;
  border-radius: 6px;
  padding: 12px 40px 40px 40px;
}

.co_ir_special .sec03 .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas:     "a a a b b b"    "c c d d e e";
  gap: 30px 20px;
  align-items: start;
  font-size: 12px;
  background: #FFF;
  border-radius: 6px;
  margin-top: 30px;
  padding: 30px 20px;
}

.co_ir_special .sec03 .cell {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-sizing: border-box;
}

.co_ir_special .sec03 .icon-img {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.co_ir_special .sec03 .icon-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.co_ir_special .sec03 .content {
  flex: 1 1 auto;
}
.co_ir_special .sec03 .text {
  line-height: 1.6;
  margin-top: 10px;
}
.co_ir_special .sec03 .label {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}

.co_ir_special .sec03 .grid > .cell:nth-child(1) { grid-area: a; padding-right: 22px; border-right: 3px dotted #FF8EA9; }
.co_ir_special .sec03 .grid > .cell:nth-child(2) { grid-area: b; }
.co_ir_special .sec03 .grid > .cell:nth-child(3) { grid-area: c; padding-right: 22px; border-right: 3px dotted #FF8EA9; }
.co_ir_special .sec03 .grid > .cell:nth-child(4) { grid-area: d; padding-right: 22px; border-right: 3px dotted #FF8EA9; }
.co_ir_special .sec03 .grid > .cell:nth-child(5) { grid-area: e; }

@media screen and (max-width: 768px) {
  .co_ir_special .sec03 .grid {
    display: flex;
    flex-direction: column;
    gap: 5px 20px;
    margin: 4% 6% 2% 6%;
    padding: 2% 6%;
  }

  .co_ir_special .sec03 .cell {
    align-items: flex-start;
    padding: 12px 10px;
  }

  .co_ir_special .sec03 .icon-img {
    flex: 0 0 56px;
  }

  .co_ir_special .sec03 .grid > .cell {
    border-top: 3px dotted #FF8EA9;
  }
  .co_ir_special .sec03 .grid > .cell:first-child {
    border-top: none;
  }
  .co_ir_special .sec03 .grid > .cell:first-child,
  .co_ir_special .sec03 .grid > .cell:nth-child(3),
  .co_ir_special .sec03 .grid > .cell:nth-child(4) {
    border-right: none;
    padding-right: 0;
  }
  .co_ir_special .sec03 h3 { font-size: 18px;}
  .co_ir_special .sec03 .bg-pk {
    padding: 0 0 4% 0;
  }
  .co_ir_special .sec03 .bg-pk .cnt-img {
    padding: 1% 12% 4% 2%;
    width: 100%;
  }
  .co_ir_special .sec03 .cnt-img {
      margin-top: 0;
  }
  .co_ir_special .sec03 .cnt-img img.w25 {
      width: 17.5%;
  }
  .co_ir_special .w65 { width: 90%;}
}


.co_ir_special .sec04 {
}

.co_ir_special .sec04-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: nowrap;
  background: #fbf6ec;
  padding: 50px 28px;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.co_ir_special .sec04-left,
.co_ir_special .sec04-right {
  flex: 0 0 130px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.co_ir_special .sec04-right {
  flex: 0 0 145px;
  width: 145px;
}

.co_ir_special .sec04-left img,
.co_ir_special .sec04-right img {
  max-width: 100%;
  height: auto;
  display: block;
}

.co_ir_special .sec04-center {
  flex: 1 1 auto;
  text-align: center;
}

.co_ir_special .sec04-text {
  margin: 0 0 16px 0;
  color: #E60039;
  font-weight: 600;
  line-height: 1.6;
  font-size: 24px;
}

.co_ir_special .sec04-btn {
  display: inline-block;
  width: 360px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .co_ir_special .sec04 {
    
  }

  .co_ir_special .sec04-inner {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    padding: 4%;
  }

  .co_ir_special .sec04-center {
    order: 1;
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .co_ir_special .sec04-left {
    order: 2;
    flex: 0 0 45%;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4%;
    box-sizing: border-box;
    justify-content: flex-end;
  }

  .co_ir_special .sec04-right {
    order: 3;
    flex: 0 0 55%;
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4%;
    box-sizing: border-box;
  }

  .co_ir_special .sec04-left img,
  .co_ir_special .sec04-right img {
    max-width: 70%;
    height: auto;
  }

  .co_ir_special .sec04-text {
    font-size: 21px;
  }

  .co_ir_special .sec04-btn {
    width: 95%;
  }
}


.caution-read {
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px){
  .co_ir_special {
    font-size: 16px;
  }
  .co_ir_special h2 {
    margin-bottom: 24px;
  }
  .co_ir_special .sec01 p + p,
  .co_ir_special .sec02 p + p {
    margin-top: 15px;
  }

  .co_ir_special .sec01 {
    margin-bottom: 30px;
  }

  .co_ir_special .cnt-img {
    margin-top: 15px;
  }
  .caution-read {
    font-size: 11px;
  }
}