h2, h3 {
  position: relative;
}
h2 .slanting, h3 .slanting {
  text-align: start;
  position: absolute;
}

.main img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

body {
  font-size: 20px;
  line-height: 2;
}

.news {
  background: url("../images/top/bg-news.png") no-repeat;
  background-size: cover;
}
.news .news_wrap {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  padding: 100px 0 90px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .news .news_wrap {
    max-width: 1000px;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .news .news_wrap {
    max-width: 740px;
    width: 90%;
  }
}
.news .news_wrap .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1700px) {
  .news .news_wrap .flex {
    gap: clamp(1rem, -5.6rem + 8.8vw, 3.75rem);
  }
}
@media screen and (max-width: 1024px) {
  .news .news_wrap .flex {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news .news_wrap .flex {
    gap: 10px;
    flex-direction: column;
  }
}
.news .news_wrap .flex .left_box {
  width: 46%;
}
.news .news_wrap .flex .left_box .ttl_box {
  margin: 0 auto 1rem;
}
.news .news_wrap .flex .left_box .ttl_box h2::after {
  position: absolute;
  top: calc(50% - 3px);
  width: 80%;
  height: 6px;
  content: "";
  border-top: solid 1px #A7A7A7;
  border-bottom: solid 1px #CABCAD;
  left: 7rem;
}
.news .news_wrap .flex .left_box .ttl_box h2 .slanting {
  top: -30px;
  left: -10px;
}
.news .news_wrap .flex .left_box .ttl_box h2 .slanting img {
  width: 123px;
  height: auto;
}
.news .news_wrap .flex .right_box {
  width: 50%;
}
.news .news_wrap .flex .right_box .news_img {
  margin-top: -33px;
  display: inline-block;
}
.news .news_list li {
  border-bottom: #707070 1px dashed;
  padding: 1em;
}
.news .news_list .date {
  color: #A7A7A7;
  display: block;
  font-weight: bold;
}
.news .news_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.news .news_link span {
  font-weight: bold;
  margin: 1.5rem 1rem 0 0;
  color: #FF8000;
}
.news .news_link span::after {
  margin-left: 1rem;
  content: ">";
  font-weight: normal;
}

.philosophy {
  background: url("../images/top/bg-philosophy.png") no-repeat left top;
  padding: 45px 0 0;
  overflow: hidden;
  width: 100%;
}
.philosophy .philosophy_wrap {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 138px;
}
@media screen and (max-width: 1024px) {
  .philosophy .philosophy_wrap {
    max-width: 1000px;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .philosophy_wrap {
    max-width: 740px;
    width: 90%;
  }
}
.philosophy .philosophy_wrap .ttl_box h2 {
  margin-bottom: 60px;
  font-size: 53px;
}
.philosophy .philosophy_wrap .ttl_box h2 img {
  width: 698px;
  height: auto;
}
.philosophy .philosophy_wrap .ttl_box h2::after {
  left: 7rem;
}
.philosophy .philosophy_wrap .ttl_box h2 .slanting {
  top: -4px;
  left: -4px;
}
.philosophy .philosophy_wrap .ttl_box h2 .slanting img {
  width: 247px;
  height: auto;
}
.philosophy .philosophy_wrap .ttl_box h2 .slanting .small {
  position: absolute;
  top: 11px;
  left: -57px;
}
.philosophy .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1700px) {
  .philosophy .flex {
    gap: clamp(1rem, -5.6rem + 8.8vw, 3.75rem);
  }
}
@media screen and (max-width: 1024px) {
  .philosophy .flex {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .flex {
    gap: 10px;
    flex-direction: column;
  }
}
.philosophy .flex .text p {
  margin: 0 auto 56px;
}
.philosophy .flex .right_box .img {
  margin-right: -150px;
}
.philosophy h3 {
  font-size: 40px;
  margin: 0 0 50px 0;
}
.philosophy .career_wrap,
.philosophy .initiative_wrap,
.philosophy .vision_wrap {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .philosophy .career_wrap,
.philosophy .initiative_wrap,
.philosophy .vision_wrap {
    max-width: 1000px;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .career_wrap,
.philosophy .initiative_wrap,
.philosophy .vision_wrap {
    max-width: 740px;
    width: 90%;
  }
}
.philosophy .career_wrap h3 .slanting,
.philosophy .initiative_wrap h3 .slanting,
.philosophy .vision_wrap h3 .slanting {
  left: -20px;
}
.philosophy .career_wrap .left_box,
.philosophy .initiative_wrap .left_box {
  width: 43%;
}
.philosophy .career_wrap .right_box,
.philosophy .initiative_wrap .right_box {
  width: 50%;
  background: url("../images/top/brackets-r.png") no-repeat right bottom;
}
.philosophy .career_wrap .right_box .text,
.philosophy .initiative_wrap .right_box .text {
  padding: 0 80px 80px 0;
}
.philosophy .career_wrap {
  margin-bottom: 138px;
}
.philosophy .career_wrap h3 .slanting img {
  width: 201px;
  height: auto;
}
.philosophy .career_wrap h3 img {
  width: 490px;
  height: auto;
}
.philosophy .initiative_wrap {
  margin-bottom: 117px;
}
.philosophy .initiative_wrap h3 .slanting img {
  width: 166px;
  height: auto;
}
.philosophy .initiative_wrap h3 img {
  width: 520px;
  height: auto;
}
.philosophy .vision_wrap {
  margin-bottom: 97px;
}
.philosophy .vision_wrap .left_box {
  width: 50%;
  background: url("../images/top/brackets-l.png") no-repeat left bottom;
}
.philosophy .vision_wrap .left_box .text {
  padding: 0 0 80px 80px;
}
.philosophy .vision_wrap .left_box .ttl_box {
  margin-top: -20px;
}
.philosophy .vision_wrap .left_box .ttl_box h3 {
  margin: 0 0 1rem 0;
  padding: 0 0 0 80px;
}
.philosophy .vision_wrap .left_box .ttl_box h3 .slanting img {
  width: 254px;
  height: auto;
}
.philosophy .vision_wrap .left_box .ttl_box h3 img {
  width: 320px;
  height: auto;
}
.philosophy .vision_wrap .right_box {
  width: 43%;
}

.advantage {
  margin: 0 auto;
}
.advantage .advantage_wrap {
  background: url("../images/top/top-advantage.png") no-repeat;
  background-size: cover;
  height: 383px;
}
.advantage .advantage_wrap .bnr_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 800px;
  height: 385px;
}
.advantage .advantage_wrap .bnr_box .ttl_box {
  width: 100%;
  text-align: center;
}
.advantage .advantage_wrap .bnr_box .ttl_box h2 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  font-size: 18px;
}
.advantage .advantage_wrap .bnr_box .ttl_box h2 img {
  width: 259px;
  height: auto;
  margin: auto;
}
.advantage .bg_logo {
  background: #EBEAE9 url("../images/common/bg-logo.png");
}
.advantage .bg_logo .work_wrap,
.advantage .bg_logo .iot_wrap {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .advantage .bg_logo .work_wrap,
.advantage .bg_logo .iot_wrap {
    max-width: 1000px;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .advantage .bg_logo .work_wrap,
.advantage .bg_logo .iot_wrap {
    max-width: 740px;
    width: 90%;
  }
}
.advantage .bg_logo .work_wrap h3,
.advantage .bg_logo .iot_wrap h3 {
  margin: 0 0 20px 0;
}
.advantage .bg_logo .work_wrap h3 .slanting,
.advantage .bg_logo .iot_wrap h3 .slanting {
  left: -4rem;
  top: -2rem;
}
.advantage .bg_logo .work_wrap h3 .slanting img,
.advantage .bg_logo .iot_wrap h3 .slanting img {
  width: 284px;
  height: auto;
}
.advantage .bg_logo .work_wrap h3 img,
.advantage .bg_logo .iot_wrap h3 img {
  width: 280px;
  height: auto;
}
.advantage .bg_logo .work_wrap h4,
.advantage .bg_logo .iot_wrap h4 {
  font-size: 26px;
  font-weight: bold;
  color: #776B5E;
  margin: 0 0 10px 0;
}
.advantage .bg_logo .work_wrap .flex,
.advantage .bg_logo .iot_wrap .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
  gap: 60px;
}
@media screen and (max-width: 1700px) {
  .advantage .bg_logo .work_wrap .flex,
.advantage .bg_logo .iot_wrap .flex {
    gap: clamp(1rem, -5.6rem + 8.8vw, 3.75rem);
  }
}
@media screen and (max-width: 1024px) {
  .advantage .bg_logo .work_wrap .flex,
.advantage .bg_logo .iot_wrap .flex {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .advantage .bg_logo .work_wrap .flex,
.advantage .bg_logo .iot_wrap .flex {
    gap: 10px;
    flex-direction: column;
  }
}
.advantage .bg_logo .work_wrap .flex .left_box,
.advantage .bg_logo .work_wrap .flex .right_box,
.advantage .bg_logo .iot_wrap .flex .left_box,
.advantage .bg_logo .iot_wrap .flex .right_box {
  width: 50%;
  background-color: #FFFFFF;
}
.advantage .bg_logo .work_wrap {
  padding: 75px 0 60px;
}
.advantage .bg_logo .work_wrap h3 .slanting img {
  width: 284px;
  height: auto;
}
.advantage .bg_logo .work_wrap h3 img {
  width: 280px;
  height: auto;
}
.advantage .bg_logo .iot_wrap {
  padding: 0 0 75px;
}
.advantage .bg_logo .iot_wrap h3 .slanting img {
  width: 200px;
  height: auto;
}
.advantage .bg_logo .iot_wrap h3 img {
  width: 499px;
  height: auto;
}
.advantage .bg_logo .dot_box {
  position: relative;
  border: 1px solid #CABCAD;
  height: 100%;
  width: 100%;
  padding: 36px 26px;
}
.advantage .bg_logo .dot_box::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 3px dotted #CABCAD;
}

.company {
  background: url("../images/top/bg-message.png") no-repeat;
  padding: 74px 0 140px;
  background-size: cover;
}
.company .message_wrap {
  text-align: center;
  background: url("../images/top/box-message-top.png") no-repeat;
  background-size: contain;
  color: #FFFFFF;
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  height: 568px;
  margin: 0 auto 235px;
}
@media screen and (max-width: 1024px) {
  .company .message_wrap {
    max-width: 1000px;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .company .message_wrap {
    max-width: 740px;
    width: 90%;
  }
}
.company .message_wrap .message_box {
  height: auto;
  position: relative;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  height: 100%;
  width: 100%;
  padding: 36px 26px;
  top: 98px;
}
.company .message_wrap .message_box::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-left: 1px dotted #FFFFFF;
  border-right: 1px dotted #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
}
.company .message_wrap .message_box .message_box_inner {
  position: absolute;
  top: -92px;
  left: 0;
  right: 0;
  margin: auto;
}
.company .message_wrap .ttl_box h2 {
  font-size: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 2rem 0 0 0;
  margin: 0 auto 3rem;
}
.company .message_wrap .ttl_box h2 .h2_large img {
  width: 104px;
  height: auto;
  margin: auto;
}
.company .message_wrap .ttl_box .text .catch {
  margin: 0 auto 30px;
}
.company .message_wrap .ttl_box .text .catch img {
  width: 586px;
  height: auto;
  margin: auto;
}
.company .message_wrap .ttl_box .text ._mb {
  margin-bottom: 35px;
}
.company .company_wrap {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.89);
  padding: 75px 65px 65px;
}
@media screen and (max-width: 1024px) {
  .company .company_wrap {
    max-width: 1000px;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .company .company_wrap {
    max-width: 740px;
    width: 90%;
  }
}
.company .company_wrap h3 .slanting {
  top: -127px;
  left: -8.5rem;
}
.company .company_wrap h3 .slanting img {
  width: 480px;
  height: auto;
}
.company .company_wrap table {
  width: 100%;
}
.company .company_wrap table th {
  width: 21%;
  text-align: center;
  padding: 16px;
  border-bottom: 1px solid #CABCAD;
}
.company .company_wrap table td {
  padding: 16px 22px;
  border-bottom: 1px solid #DDDDDD;
}

@media screen and (max-width: 1700px) {
  .advantage .bg_logo .work_wrap .flex,
.advantage .bg_logo .iot_wrap .flex {
    gap: clamp(1rem, -5.6rem + 8.8vw, 3.75rem);
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  body {
    font-size: 18px;
    line-height: 1.7;
  }
  .news .news_wrap .flex .left_box .ttl_box h2::after {
    width: clamp(15.75rem, -46.482rem + 97.14vw, 26.375rem);
  }
  .company {
    padding: 74px 0 100px;
  }
  .company .message_wrap {
    height: 565px;
    width: 90%;
    margin: 0 auto 80px;
    background-size: contain;
  }
  .company .message_wrap .ttl_box h2 {
    font-size: 16px;
    padding: 1rem 0 0 0;
  }
  .company .message_wrap .ttl_box h2 .h2_large {
    font-size: 27px;
  }
  .company .message_wrap .catch {
    font-size: 34px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 18px;
    line-height: 1.7;
  }
  .news .news_wrap {
    padding: 80px 0 90px;
  }
  .news .news_wrap .flex .left_box {
    width: 62%;
  }
  .news .news_wrap .flex .left_box .ttl_box h2::after {
    width: clamp(17.938rem, -7.244rem + 52.53vw, 26.375rem);
  }
  .news .news_wrap .flex .left_box .ttl_box h2 .slanting img {
    width: 110px;
  }
  .news .news_wrap .flex .right_box {
    width: 35%;
  }
  .news .news_wrap .flex .right_box .news_img {
    margin-top: -7px;
  }
  .philosophy {
    padding: 45px 0 40px;
  }
  .philosophy .philosophy_wrap {
    margin-bottom: 70px;
  }
  .philosophy .philosophy_wrap .ttl_box h2 {
    margin-bottom: 35px;
  }
  .philosophy .philosophy_wrap .ttl_box h2 img {
    max-width: 550px;
  }
  .philosophy .philosophy_wrap .ttl_box h2::after {
    left: 7rem;
  }
  .philosophy .philosophy_wrap .ttl_box h2 .slanting {
    top: 0;
    left: -7px;
  }
  .philosophy .philosophy_wrap .ttl_box h2 .slanting .small {
    left: -42px;
  }
  .philosophy .flex {
    gap: 20px;
  }
  .philosophy .flex .text p {
    margin: 0 auto 20px;
  }
  .philosophy h3 {
    margin: 0 0 20px 0;
  }
  .philosophy .career_wrap,
.philosophy .initiative_wrap,
.philosophy .vision_wrap {
    margin-bottom: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1700px) {
  .philosophy .career_wrap,
.philosophy .initiative_wrap,
.philosophy .vision_wrap {
    gap: clamp(1rem, -5.6rem + 8.8vw, 3.75rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .philosophy .career_wrap,
.philosophy .initiative_wrap,
.philosophy .vision_wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .philosophy .career_wrap,
.philosophy .initiative_wrap,
.philosophy .vision_wrap {
    gap: 10px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .philosophy .career_wrap h3 .slanting,
.philosophy .initiative_wrap h3 .slanting,
.philosophy .vision_wrap h3 .slanting {
    left: -20px;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .philosophy .career_wrap .right_box .text,
.philosophy .initiative_wrap .right_box .text {
    padding: 0 50px 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .philosophy .vision_wrap .left_box .ttl_box h3 {
    padding: 0 0 0 50px;
  }
  .philosophy .vision_wrap .left_box .text {
    padding: 0 0 50px 50px;
  }
  .philosophy .vision_wrap .right_box {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .advantage .advantage_wrap {
    height: 215px;
  }
  .advantage .advantage_wrap .bnr_box {
    width: 460px;
    height: 215px;
  }
  .advantage .advantage_wrap .bnr_box .ttl_box h2 {
    line-height: 1;
    font-size: 16px;
  }
  .advantage .bg_logo .work_wrap,
.advantage .bg_logo .iot_wrap {
    padding: 75px 0 20px;
  }
  .advantage .bg_logo .work_wrap h3,
.advantage .bg_logo .iot_wrap h3 {
    margin: 0 0 20px 0;
  }
  .advantage .bg_logo .work_wrap h3 .slanting,
.advantage .bg_logo .iot_wrap h3 .slanting {
    left: -3rem;
  }
  .advantage .bg_logo .work_wrap h4,
.advantage .bg_logo .iot_wrap h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .advantage .bg_logo .work_wrap .flex,
.advantage .bg_logo .iot_wrap .flex {
    flex-direction: column;
  }
  .advantage .bg_logo .work_wrap .flex .left_box,
.advantage .bg_logo .work_wrap .flex .right_box,
.advantage .bg_logo .iot_wrap .flex .left_box,
.advantage .bg_logo .iot_wrap .flex .right_box {
    width: 100%;
  }
  .advantage .bg_logo .work_wrap {
    padding: 75px 0 50px;
  }
  .advantage .bg_logo .work_wrap h3 .slanting {
    top: -45px;
  }
  .advantage .bg_logo .iot_wrap {
    padding: 0 0 75px;
  }
  .advantage .bg_logo .iot_wrap h3 {
    margin: 0 0 20px 0;
  }
  .advantage .bg_logo .iot_wrap h3 .slanting {
    top: -27px;
  }
}
@media screen and (max-width: 1024px) {
  .company {
    padding: 74px 0 80px;
  }
  .company .message_wrap {
    margin: 0 auto 150px;
    height: 420px;
    width: 650px;
    background: url(../images/top/box-message-top_tb.png) no-repeat;
    background-size: contain;
  }
  .company .message_wrap .message_box {
    top: 69px;
  }
  .company .message_wrap .message_box::after {
    top: 7px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 12px);
  }
  .company .message_wrap .message_box .message_box_inner {
    top: -60px;
  }
  .company .message_wrap .message_box .message_box_inner .ttl_box {
    margin-bottom: 65px;
  }
  .company .message_wrap .message_box .message_box_inner .ttl_box h2 {
    font-size: 14px;
    padding: 1rem 0 0 0;
    margin: 0 auto 1rem;
  }
  .company .message_wrap .message_box .message_box_inner .ttl_box .text .catch {
    margin: 30px auto 10px;
  }
  .company .message_wrap .message_box .message_box_inner .ttl_box .text .catch img {
    width: 500px;
  }
  .company .message_wrap .message_box .message_box_inner .ttl_box .text ._mb {
    margin-bottom: 21px;
  }
  .company .company_wrap {
    padding: 50px 40px 60px;
  }
  .company .company_wrap h3 .slanting {
    top: -110px;
    left: -5.5rem;
  }
  .company .company_wrap h3 .slanting img {
    width: 390px;
  }
  .company .company_wrap table th {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
  h2, h3 {
    font-size: 23px;
  }
  h2 .slanting, h3 .slanting {
    font-size: 26px;
  }
  .news {
    font-size: 15px;
  }
  .news .news_wrap {
    padding: 80px 0 90px;
    font-size: 15px;
  }
  .news .news_wrap .flex .left_box {
    width: 100%;
  }
  .news .news_wrap .flex .left_box .ttl_box h2::after {
    width: 77%;
    left: 5rem;
  }
  .news .news_wrap .flex .left_box .ttl_box h2 .slanting {
    top: -26px;
    left: -2px;
  }
  .news .news_wrap .flex .left_box .ttl_box h2 .slanting img {
    width: 75px;
  }
  .news .news_wrap .flex .right_box {
    width: 100%;
  }
  .news .news_wrap .flex .right_box .news_img {
    margin-top: 20px;
  }
  .philosophy {
    padding: 45px 0 30px;
  }
  .philosophy .philosophy_wrap {
    max-width: 100%;
    margin-bottom: 25px;
    padding: 0 0 0 1rem;
  }
  .philosophy .philosophy_wrap .ttl_box h2 {
    margin-bottom: 32px;
    font-size: 23px;
  }
  .philosophy .philosophy_wrap .ttl_box h2 img {
    max-width: 330px;
  }
  .philosophy .philosophy_wrap .ttl_box h2 span .small {
    font-size: 18px;
  }
  .philosophy .philosophy_wrap .ttl_box h2::after {
    left: 7rem;
  }
  .philosophy .philosophy_wrap .ttl_box h2 .slanting {
    top: -29px;
    left: -8px;
  }
  .philosophy .philosophy_wrap .ttl_box h2 .slanting img {
    width: 180px;
  }
  .philosophy .flex {
    gap: 0;
  }
  .philosophy .flex .text p {
    margin: 0 auto 20px;
  }
  .philosophy .flex .right_box .img {
    max-width: 100%;
    margin: 0 auto 75px;
  }
  .philosophy h3 {
    font-size: 23px;
    margin: 0 0 0.5rem 0;
  }
  .philosophy .career_wrap,
.philosophy .initiative_wrap,
.philosophy .vision_wrap {
    gap: 0;
    max-width: 100%;
    margin-bottom: 75px;
  }
  .philosophy .career_wrap h3 .slanting,
.philosophy .initiative_wrap h3 .slanting,
.philosophy .vision_wrap h3 .slanting {
    left: -16px;
    top: -4px;
  }
  .philosophy .career_wrap .left_box,
.philosophy .initiative_wrap .left_box {
    width: 100%;
  }
  .philosophy .career_wrap .right_box,
.philosophy .initiative_wrap .right_box {
    width: 100%;
    padding: 2rem 0 0 1rem;
  }
  .philosophy .career_wrap .right_box .text,
.philosophy .initiative_wrap .right_box .text {
    padding: 0 2rem 2rem 0;
  }
  .philosophy .career_wrap h3 img {
    max-width: 310px;
  }
  .philosophy .career_wrap h3 .slanting img {
    width: 145px;
  }
  .philosophy .initiative_wrap h3 img {
    max-width: 310px;
  }
  .philosophy .initiative_wrap h3 .slanting img {
    width: 135px;
  }
  .philosophy .vision_wrap {
    flex-direction: column-reverse;
  }
  .philosophy .vision_wrap .left_box {
    width: 100%;
    margin-left: -0.5rem;
    padding: 3rem 0 0 0.5rem;
  }
  .philosophy .vision_wrap .left_box .text {
    padding: 0 0 2rem 1.5rem;
  }
  .philosophy .vision_wrap .left_box .ttl_box h3 {
    padding: 0 0 0 1.5rem;
  }
  .philosophy .vision_wrap .left_box .ttl_box h3 .slanting {
    left: 19px;
    top: -11px;
  }
  .philosophy .vision_wrap .left_box .ttl_box h3 .slanting img {
    width: 170px;
  }
  .philosophy .vision_wrap .left_box .ttl_box h3 img {
    max-width: 215px;
  }
  .philosophy .vision_wrap .right_box {
    width: 100%;
  }
  .advantage .advantage_wrap {
    height: auto;
    background-position: -100px;
    width: 100%;
  }
  .advantage .advantage_wrap .bnr_box {
    width: 100%;
    height: auto;
    padding: 2rem;
  }
  .advantage .advantage_wrap .bnr_box .ttl_box {
    text-align: left;
  }
  .advantage .advantage_wrap .bnr_box .ttl_box h2 {
    font-size: 14px;
  }
  .advantage .advantage_wrap .bnr_box .ttl_box h2 img {
    width: 160px;
    margin-right: auto;
    margin-left: 0;
  }
  .advantage .advantage_wrap .bnr_box .ttl_box h2 .h2_small {
    font-size: 20px;
  }
  .advantage .advantage_wrap .bnr_box .ttl_box h2 .h2_large {
    font-size: 39px;
    margin: 0;
  }
  .advantage .bg_logo .work_wrap h3,
.advantage .bg_logo .iot_wrap h3 {
    margin: 0 0 20px 0;
  }
  .advantage .bg_logo .work_wrap h3 .slanting,
.advantage .bg_logo .iot_wrap h3 .slanting {
    left: -1rem;
    top: -10px;
  }
  .advantage .bg_logo .work_wrap h4,
.advantage .bg_logo .iot_wrap h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .advantage .bg_logo .work_wrap .flex .left_box,
.advantage .bg_logo .work_wrap .flex .right_box,
.advantage .bg_logo .iot_wrap .flex .left_box,
.advantage .bg_logo .iot_wrap .flex .right_box {
    width: 100%;
  }
  .advantage .bg_logo .work_wrap {
    padding: 40px 0 20px;
  }
  .advantage .bg_logo .work_wrap h3 img {
    width: 170px;
  }
  .advantage .bg_logo .work_wrap h3 .slanting img {
    width: 187px;
  }
  .advantage .bg_logo .iot_wrap {
    padding: 40px 0 60px;
  }
  .advantage .bg_logo .iot_wrap h3 img {
    width: 310px;
  }
  .advantage .bg_logo .iot_wrap h3 .slanting img {
    width: 130px;
  }
  .advantage .bg_logo .dot_box {
    height: auto;
    width: 100%;
  }
  .company {
    padding: 30px 0 80px;
  }
  .company .message_wrap {
    background: url(../images/top/box-message-top_sp.png) no-repeat;
    background-size: contain;
    height: 410px;
    width: 340px;
    margin: 0 auto 150px;
    position: relative;
    background-size: contain;
  }
  .company .message_wrap .message_box {
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 2rem;
  }
  .company .message_wrap .message_box .message_box_inner {
    top: -63px;
    padding: 1rem;
  }
  .company .message_wrap .message_box .message_box_inner .ttl_box {
    margin: 0 auto;
  }
  .company .message_wrap .message_box .message_box_inner .ttl_box h2 {
    font-size: 13px;
    padding: 0;
    margin: 0 auto 0.5rem;
  }
  .company .message_wrap .message_box .message_box_inner .ttl_box h2 .h2_large {
    font-size: 20px;
  }
  .company .message_wrap .message_box .message_box_inner .ttl_box h2 .h2_large img {
    width: 77px;
  }
  .company .message_wrap .message_box .message_box_inner .ttl_box .text {
    padding: 0;
  }
  .company .message_wrap .message_box .message_box_inner .ttl_box .text p {
    text-align: left;
  }
  .company .message_wrap .message_box .message_box_inner .ttl_box .text .catch {
    font-size: 20px;
    margin-top: clamp(0.375rem, -0.945rem + 5.88vw, 1.875rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(0.75rem, 0.308rem + 1.97vw, 1.25rem);
    line-height: 1.4;
    text-align: center;
  }
  .company .message_wrap .message_box .message_box_inner .ttl_box .text ._mb {
    margin-bottom: 5px;
  }
  .company .company_wrap {
    padding: 50px 10px 65px;
  }
  .company .company_wrap h3 .slanting {
    top: -92px;
    left: -1.5rem;
  }
  .company .company_wrap h3 .slanting img {
    width: 240px;
  }
  .company .company_wrap table th {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: none;
    padding: 10px 10px 0;
  }
  .company .company_wrap table td {
    display: block;
    border-bottom: 1px solid #CABCAD;
    padding: 3px 10px 10px;
  }
}
/*# sourceMappingURL=top.css.map */