@charset "UTF-8";
/*==================================================
** work (ロイネの仕事)
==================================================*/
#workSec {
  /* -----------------------------------
     セクション1: OEM/ODM 
  ----------------------------------- */
  /* -----------------------------------
     セクション2: 受渡課 
  ----------------------------------- */
  /* -----------------------------------
     セクション3: 業務フロー 
  ----------------------------------- */
}
#workSec .work-block {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 33% 62%;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #workSec .work-block {
    display: block;
    margin-top: 50px;
  }
}
#workSec .work-heading img {
  width: 100%;
  height: auto;
  display: block;
}
#workSec .work-lead {
  font-size: 1.45rem;
  font-weight: 600;
  margin-top: 25px;
  line-height: 1.6;
}
#workSec .work-lead-red {
  font-size: 1.45rem;
  font-weight: 700;
  color: #ea2938;
  margin-top: 25px;
  line-height: 1.6;
}
#workSec .work-txt {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 20px;
  text-align: justify;
  font-weight: 500;
}
#workSec .oemodm-desc {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  gap: 25px;
}
#workSec .oemodm-desc .desc-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
#workSec .oemodm-desc .desc-item .desc-ttl {
  color: #ea2938;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  min-width: 115px;
}
@media screen and (max-width: 767px) {
  #workSec .oemodm-desc .desc-item .desc-ttl {
    min-width: 32vw;
  }
}
#workSec .oemodm-desc .desc-item .desc-ttl .en {
  font-size: 5rem;
  font-weight: 800;
  font-family: "Gantari", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #workSec .oemodm-desc .desc-item .desc-ttl .en {
    font-size: 12vw;
  }
}
#workSec .oemodm-desc .desc-item .desc-ttl .sub {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 5px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #workSec .oemodm-desc .desc-item .desc-ttl .sub {
    text-align: center;
  }
}
#workSec .oemodm-desc .desc-item .desc-txt {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ea2938;
  line-height: 1.6;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  #workSec .oemodm-desc .desc-item .desc-txt {
    padding-top: 0px;
    font-size: 1.5rem;
  }
}
#workSec .oemodm-right-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #workSec .oemodm-right-flex {
    flex-direction: column;
    gap: 20px;
  }
}
#workSec .oemodm-right-flex .oemodm-fig {
  width: 65%;
  margin-top: 0;
}
#workSec .oemodm-right-flex .oemodm-fig img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #workSec .oemodm-right-flex .oemodm-fig {
    width: 100%;
  }
}
#workSec .oemodm-right-flex .work-txt {
  width: 32%;
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #workSec .oemodm-right-flex .work-txt {
    width: 100%;
  }
}
#workSec .ukewatashi-box {
  background: #fff;
  border-radius: 10px;
  padding: 0 0 30px;
  overflow: hidden;
  border: 1px solid #fad7cf;
}
@media screen and (max-width: 767px) {
  #workSec .ukewatashi-box {
    margin-top: 5vw;
  }
}
#workSec .ukewatashi-box + .ukewatashi-box {
  margin-top: 25px;
}
#workSec .ukewatashi-box .box-ttl {
  background: #fa8678;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px;
}
#workSec .ukewatashi-box .box-lead {
  text-align: center;
  color: #ea0a2a;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 25px;
}
#workSec .ukewatashi-box .box-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 0 25px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #workSec .ukewatashi-box .box-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#workSec .ukewatashi-box .box-list li {
  text-align: center;
}
#workSec .ukewatashi-box .box-list li img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 auto;
}
#workSec .ukewatashi-box .box-list li .txt {
  display: block;
  margin-top: 12px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}
#workSec .ukewatashi-hr {
  position: relative;
  background: #fff;
  border: 1.5px solid #ea2938;
  border-radius: 10px;
  padding: 30px 160px 30px 35px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #workSec .ukewatashi-hr {
    padding: 20px 20px 25px 20px;
    margin-top: 10vw;
  }
}
#workSec .ukewatashi-hr .hr-txt .hr-ttl {
  color: #ea2938;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #workSec .ukewatashi-hr .hr-txt .hr-ttl {
    font-size: 1.4rem;
  }
}
#workSec .ukewatashi-hr .hr-txt p {
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: justify;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #workSec .ukewatashi-hr .hr-txt p {
    font-size: 1.15rem;
    line-height: 1.6;
  }
}
#workSec .ukewatashi-hr .hr-img {
  position: absolute;
  right: 25px;
  bottom: 15px;
  width: 75px;
}
@media screen and (max-width: 767px) {
  #workSec .ukewatashi-hr .hr-img {
    right: 5vw;
    top: -5vw;
    bottom: auto;
    width: 13vw;
  }
}
#workSec .ukewatashi-hr .hr-img img {
  width: 100%;
  height: auto;
  display: block;
}
#workSec .flow-step {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
#workSec .flow-step + .flow-step {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  #workSec .flow-step {
    flex-direction: column;
    gap: 15px;
    margin-top: 10vw;
  }
}
#workSec .flow-step .step-info {
  flex: 1;
}
#workSec .flow-step .step-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #workSec .flow-step .step-header {
    gap: 15px;
  }
}
#workSec .flow-step .step-badge {
  width: 75px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #workSec .flow-step .step-badge {
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }
}
#workSec .flow-step .step-badge .step-num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #ea2938;
  font-family: "Gantari", sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  #workSec .flow-step .step-badge .step-num {
    font-size: 1.6rem;
  }
}
#workSec .flow-step .step-badge .step-num .num {
  font-size: 2.2rem;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  #workSec .flow-step .step-badge .step-num .num {
    font-size: 2.5rem;
    margin-left: 2px;
  }
}
#workSec .flow-step .step-badge .dept {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fa8678;
  color: #fff;
  width: 75px;
  height: 75px;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 800;
  margin-top: 4px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #workSec .flow-step .step-badge .dept {
    width: 14vw;
    height: 14vw;
    font-size: 1.6rem;
    margin-top: 0;
    border-radius: 5px;
  }
}
#workSec .flow-step .step-ttl {
  font-size: 2.15rem;
  font-weight: 800;
  color: #ea2938;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #workSec .flow-step .step-ttl {
    font-size: 2.2rem;
    margin-top: 8vw;
  }
}
#workSec .flow-step .step-txt {
  margin-top: 15px;
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: justify;
  font-weight: 500;
}
#workSec .flow-step .step-img {
  width: 210px;
  flex-shrink: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #workSec .flow-step .step-img {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
}
#workSec .flow-step .step-img img {
  width: 100%;
  height: auto;
  display: block;
}
