@charset "UTF-8";
/*-------------------------
全ページ共通部分
-------------------------*/
body.page,
body .section,
body .lp01,
body .site-header,
body [class*=_btn],
body footer,
body h1,
body h2,
body h3,
body h4,
body h5, body button, body input, body optgroup, body select, body textarea {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
body .footer,
body figure {
  margin: 0;
}

/***固定ページ*********/
.tags {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 27px;
}
.tags li {
  padding: 0 10px;
  height: 28px;
  background: #bdbeff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  min-width: 77px;
}
.tags li + li {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form #crmWebToEntityForm {
  max-width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form .zcwf_lblLeft .zcwf_col_fld {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin-bottom: 20px;
}
.contact-form .zcwf_lblLeft .zcwf_col_fld input[type=text],
.contact-form .zcwf_lblLeft .zcwf_col_fld input[type=email],
.contact-form .zcwf_lblLeft .zcwf_col_fld input[type=tel],
.contact-form .zcwf_lblLeft .zcwf_col_fld textarea,
.contact-form .zcwf_lblLeft .zcwf_col_fld select {
  width: 100% !important;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f8fcff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form .zcwf_lblLeft .zcwf_col_fld select {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 6px;
}
.contact-form .zcwf_lblLeft .zcwf_col_lab {
  width: 100% !important;
  float: none !important;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.contact-form .zcwf_lblLeft .zcwf_col_help {
  display: none !important;
}
.contact-form .zcwf_lblLeft .zcwf_row {
  display: block;
  margin-bottom: 20px;
}
.contact-form .zcwf_lblLeft .zcwf_title {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.contact-form .zcwf_button,
.contact-form #formsubmit {
  background: #f7941e;
  color: #fff !important;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  max-width: 100%;
  width: 100%;
}
.contact-form .zcwf_button:hover,
.contact-form #formsubmit:hover {
  background-color: #e98300;
}
.contact-form input[type=reset] {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .contact .section_header {
    padding: 0 21px;
  }
}
.contact .page-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1d4079;
}
@media screen and (max-width: 1023px) {
  .contact .page-title {
    font-size: 20px;
    margin: 33px auto 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact .section.contact {
  width: min(1170px, 100%);
  padding: 0;
  margin: 219px auto 100px;
}
@media screen and (max-width: 1023px) {
  .contact .section.contact {
    margin: 33px auto 50px;
  }
}
.contact .contact_wrap {
  width: 100%;
  margin: 40px auto 84px;
}
@media screen and (max-width: 1023px) {
  .contact .contact_wrap {
    margin: 14px auto 42px;
    padding: 0 21px;
  }
}
.contact .contact_wrap .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 47px;
}
@media screen and (max-width: 1023px) {
  .contact .contact_wrap .contact_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.contact .contact_wrap .contact_box .contact_left {
  max-width: 582px;
}
@media screen and (max-width: 1023px) {
  .contact .contact_wrap .contact_box .contact_left {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.contact .contact_wrap .contact_box .contact_left .contact_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 523px;
  height: 294px;
}
@media screen and (max-width: 1023px) {
  .contact .contact_wrap .contact_box .contact_left .contact_img {
    width: 100vw;
    height: 205px;
    margin-left: -21px;
  }
}
.contact .contact_wrap .contact_box .contact_left .contact_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .contact_wrap .contact_box .contact_left .contact_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.1rem;
  color: #003894;
  margin: 32px 0;
}
@media screen and (max-width: 1023px) {
  .contact .contact_wrap .contact_box .contact_left .contact_title {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05rem;
  }
}
.contact .contact_wrap .contact_box .contact_left .contact_txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.1rem;
  color: #003894;
}
.contact .contact_wrap .contact_box .contact_left .contact_txt ul {
  list-style-position: inside;
}
.contact .contact_wrap .contact_box .contact_left .contact_txt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  .contact .contact_wrap .contact_box .contact_left .contact_txt ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
  }
}
.contact .contact_wrap .contact_box .contact_left .contact_txt ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 16px;
}
.contact .contact_wrap .contact_box .contact_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .contact .contact_wrap .contact_box .contact_right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 42px;
  }
}

@media screen and (max-width: 1023px) {
  .request .section_header {
    padding: 0 21px;
  }
}
.request .section_header .page-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1d4079;
}
@media screen and (max-width: 1023px) {
  .request .section_header .page-title {
    font-size: 20px;
    line-height: 40px;
    color: #003894;
    text-align: center;
  }
}
.request .section.request {
  width: min(1170px, 100%);
  padding: 0;
  margin: 219px auto 100px;
}
@media screen and (max-width: 1023px) {
  .request .section.request {
    margin: 50px auto;
  }
}
.request .request_wrap {
  width: 100%;
  margin: 40px auto 84px;
}
@media screen and (max-width: 1023px) {
  .request .request_wrap {
    margin: 14px auto 42px;
    padding: 0 21px;
  }
}
.request .request_wrap .request_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 47px;
}
@media screen and (max-width: 1023px) {
  .request .request_wrap .request_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.request .request_wrap .request_box .request_left {
  max-width: 582px;
}
@media screen and (max-width: 1023px) {
  .request .request_wrap .request_box .request_left {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.request .request_wrap .request_box .request_left .request_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.1rem;
  color: #003894;
  margin: 32px 0;
}
@media screen and (max-width: 1023px) {
  .request .request_wrap .request_box .request_left .request_title {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05rem;
  }
}
.request .request_wrap .request_box .request_left .request_content {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.1rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .request .request_wrap .request_box .request_left .request_content {
    font-size: 14px;
    line-height: 25px;
  }
}
.request .request_wrap .request_box .request_left .request_content .content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 1023px) {
  .request .request_wrap .request_box .request_left .request_content .content_item {
    gap: 20px;
  }
}
.request .request_wrap .request_box .request_left .request_content .content_item .content_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
}
@media screen and (max-width: 1023px) {
  .request .request_wrap .request_box .request_left .request_content .content_item .content_title {
    text-align: center;
    font-size: 16px;
  }
}
.request .request_wrap .request_box .request_left .request_content .content_item .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 37px;
}
@media screen and (max-width: 1023px) {
  .request .request_wrap .request_box .request_left .request_content .content_item .content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.request .request_wrap .request_box .request_left .request_content .content_item .content_wrap figure {
  width: 166px;
  height: 93px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .request .request_wrap .request_box .request_left .request_content .content_item .content_wrap figure {
    width: 100%;
    height: 163px;
    z-index: 1;
    margin: 0;
  }
}
.request .request_wrap .request_box .request_left .request_content .content_item .content_wrap figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.request .request_wrap .request_box .request_left .request_content .content_item .content_wrap .content_desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.request .request_wrap .request_box .request_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1rem;
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .request .request_wrap .request_box .request_right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 42px;
  }
}

.section {
  padding: 0;
}

.thanks,
.recruit,
.error404 {
  padding: 0;
  color: #1d4079;
}
.thanks .section,
.recruit .section,
.error404 .section {
  margin: 219px auto 100px;
}
@media screen and (max-width: 1023px) {
  .thanks .section,
  .recruit .section,
  .error404 .section {
    margin: 55px 0;
    padding: 0 1.5rem;
  }
}
.thanks .section .section_header,
.recruit .section .section_header,
.error404 .section .section_header {
  width: min(839px, 100%);
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .thanks .section .section_header,
  .recruit .section .section_header,
  .error404 .section .section_header {
    padding-top: 50px;
    margin: 50px auto;
  }
}
.thanks .section .section_header .page-title,
.recruit .section .section_header .page-title,
.error404 .section .section_header .page-title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #003894;
}
@media screen and (max-width: 1023px) {
  .thanks .section .section_header .page-title,
  .recruit .section .section_header .page-title,
  .error404 .section .section_header .page-title {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
.thanks .section .container,
.recruit .section .container,
.error404 .section .container {
  width: min(839px, 100%);
  margin: 50px auto 0;
}
@media screen and (max-width: 1023px) {
  .thanks .section .container,
  .recruit .section .container,
  .error404 .section .container {
    margin: 50px auto;
  }
}
.thanks .section .container .post_item,
.recruit .section .container .post_item,
.error404 .section .container .post_item {
  color: #003894;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 14%;
  text-align: center;
}
.thanks .section .container .post_item.en,
.recruit .section .container .post_item.en,
.error404 .section .container .post_item.en {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .thanks .section .container .post_item,
  .recruit .section .container .post_item,
  .error404 .section .container .post_item {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0.14rem;
  }
}
.thanks .section .container .post_item .t_btn,
.recruit .section .container .post_item .t_btn,
.error404 .section .container .post_item .t_btn {
  margin: 78px auto 206px;
}
@media screen and (max-width: 1023px) {
  .thanks .section .container .post_item .t_btn,
  .recruit .section .container .post_item .t_btn,
  .error404 .section .container .post_item .t_btn {
    margin: 52px auto 70px;
  }
}

@media screen and (max-width: 1023px) {
  .privacy-policy .section_header {
    padding: 0 21px;
  }
}
.privacy-policy .section_header .page-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #003894;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .privacy-policy .section_header .page-title {
    font-size: 16px;
  }
}
.privacy-policy .section {
  width: min(1170px, 100%);
  padding: 0;
  margin: 219px auto 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #003894;
  letter-spacing: normal;
}
@media screen and (max-width: 1023px) {
  .privacy-policy .section {
    margin: 50px auto;
    padding: 0 21px;
    font-size: 14px;
    line-height: 25px;
  }
}
.privacy-policy .section h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .privacy-policy .section h2 {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .privacy-policy .section li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 14px;
  }
}

.company .site-header,
.product .site-header,
.service .site-header,
.cases .site-header {
  margin-bottom: 28px;
}
@media screen and (max-width: 1023px) {
  .company .site-header,
  .product .site-header,
  .service .site-header,
  .cases .site-header {
    margin-bottom: 11px;
  }
  .company .site-header::before,
  .product .site-header::before,
  .service .site-header::before,
  .cases .site-header::before {
    background: #fff;
  }
}
.company .section_header,
.product .section_header,
.service .section_header,
.cases .section_header {
  background: #582893;
  max-height: 333px;
  position: relative;
  margin-top: 128px;
}
@media screen and (max-width: 1023px) {
  .company .section_header,
  .product .section_header,
  .service .section_header,
  .cases .section_header {
    max-height: 559px;
    margin-top: 0;
    background: #fff;
  }
}
.company .section_header .header_wrap,
.product .section_header .header_wrap,
.service .section_header .header_wrap,
.cases .section_header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .company .section_header .header_wrap,
  .product .section_header .header_wrap,
  .service .section_header .header_wrap,
  .cases .section_header .header_wrap {
    background: #fff;
    display: block;
    position: relative;
    z-index: 2;
    min-height: 559px;
  }
}
.company .section_header .header_wrap .title_wrap,
.product .section_header .header_wrap .title_wrap,
.service .section_header .header_wrap .title_wrap,
.cases .section_header .header_wrap .title_wrap {
  margin: 24px 5%;
  width: 395px;
  color: #fff;
  font-weight: 700;
  margin: 24px 2.2% 24px 4.3%;
}
.company .section_header .header_wrap .title_wrap.en,
.product .section_header .header_wrap .title_wrap.en,
.service .section_header .header_wrap .title_wrap.en,
.cases .section_header .header_wrap .title_wrap.en {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 425px;
}
@media screen and (max-width: 1023px) {
  .company .section_header .header_wrap .title_wrap.en,
  .product .section_header .header_wrap .title_wrap.en,
  .service .section_header .header_wrap .title_wrap.en,
  .cases .section_header .header_wrap .title_wrap.en {
    width: 76%;
  }
}
@media screen and (max-width: 1023px) {
  .company .section_header .header_wrap .title_wrap,
  .product .section_header .header_wrap .title_wrap,
  .service .section_header .header_wrap .title_wrap,
  .cases .section_header .header_wrap .title_wrap {
    width: 77%;
    min-height: 358px;
    position: absolute;
    z-index: 2;
    margin: 0;
    color: #fff;
    background: #582893;
    padding: 13px 30px 30px;
    margin: 0 2.2% 24px 4.3%;
  }
}
.company .section_header .header_wrap .title_wrap p,
.product .section_header .header_wrap .title_wrap p,
.service .section_header .header_wrap .title_wrap p,
.cases .section_header .header_wrap .title_wrap p {
  width: 395px;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .company .section_header .header_wrap .title_wrap p,
  .product .section_header .header_wrap .title_wrap p,
  .service .section_header .header_wrap .title_wrap p,
  .cases .section_header .header_wrap .title_wrap p {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
}
.company .section_header .header_wrap .title_wrap p.en,
.product .section_header .header_wrap .title_wrap p.en,
.service .section_header .header_wrap .title_wrap p.en,
.cases .section_header .header_wrap .title_wrap p.en {
  width: 425px;
  line-height: 25px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .company .section_header .header_wrap .title_wrap p.en,
  .product .section_header .header_wrap .title_wrap p.en,
  .service .section_header .header_wrap .title_wrap p.en,
  .cases .section_header .header_wrap .title_wrap p.en {
    width: 100%;
  }
}
.company .section_header .header_wrap .title_wrap .page-title-en,
.product .section_header .header_wrap .title_wrap .page-title-en,
.service .section_header .header_wrap .title_wrap .page-title-en,
.cases .section_header .header_wrap .title_wrap .page-title-en {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .company .section_header .header_wrap .title_wrap .page-title-en,
  .product .section_header .header_wrap .title_wrap .page-title-en,
  .service .section_header .header_wrap .title_wrap .page-title-en,
  .cases .section_header .header_wrap .title_wrap .page-title-en {
    font-size: 30px;
  }
}
.company .section_header .header_wrap .title_wrap .page-title-en.en,
.product .section_header .header_wrap .title_wrap .page-title-en.en,
.service .section_header .header_wrap .title_wrap .page-title-en.en,
.cases .section_header .header_wrap .title_wrap .page-title-en.en {
  margin-bottom: 13px;
}
.company .section_header .header_wrap .title_wrap .page-title,
.product .section_header .header_wrap .title_wrap .page-title,
.service .section_header .header_wrap .title_wrap .page-title,
.cases .section_header .header_wrap .title_wrap .page-title {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding-left: 6px;
  line-height: 19px;
  margin: 8px 0 0px;
}
.company .section_header .header_wrap .title_wrap .page-title::before,
.product .section_header .header_wrap .title_wrap .page-title::before,
.service .section_header .header_wrap .title_wrap .page-title::before,
.cases .section_header .header_wrap .title_wrap .page-title::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.company .section_header .header_wrap figure,
.product .section_header .header_wrap figure,
.service .section_header .header_wrap figure,
.cases .section_header .header_wrap figure {
  width: 100%;
  height: 333px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .company .section_header .header_wrap figure,
  .product .section_header .header_wrap figure,
  .service .section_header .header_wrap figure,
  .cases .section_header .header_wrap figure {
    position: absolute;
    top: 76px;
    width: 100%;
    height: 483px;
    z-index: 1;
    margin-bottom: 34px;
  }
}
.company .section_header .header_wrap figure img,
.product .section_header .header_wrap figure img,
.service .section_header .header_wrap figure img,
.cases .section_header .header_wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.company .section,
.product .section,
.service .section,
.cases .section {
  width: min(1130px, 100%);
  margin: auto;
  padding: 0;
  color: #345a99;
}
@media screen and (max-width: 1023px) {
  .company .section form,
  .product .section form,
  .service .section form,
  .cases .section form {
    margin: 50px auto;
  }
}
.company .section form .search-field,
.product .section form .search-field,
.service .section form .search-field,
.cases .section form .search-field {
  width: 331px;
  height: 41px;
  border: 1px solid #3d3b3a;
  padding: 0 10px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .company .section form .search-field,
  .product .section form .search-field,
  .service .section form .search-field,
  .cases .section form .search-field {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    max-width: 241px;
    background: #fff !important;
    border: 1px solid #3d3b3a !important;
    border-radius: 0 !important;
    color: #000 !important;
  }
}
.company .section .sec_title,
.product .section .sec_title,
.service .section .sec_title,
.cases .section .sec_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .company .section .sec_title,
  .product .section .sec_title,
  .service .section .sec_title,
  .cases .section .sec_title {
    margin-top: 50px;
    font-size: 30px;
    line-height: 40px;
  }
}
.company .section .sec_title p,
.product .section .sec_title p,
.service .section .sec_title p,
.cases .section .sec_title p {
  margin: 11px 0 47px;
  font-size: 16px;
  position: relative;
  padding-left: 11px;
  line-height: 19px;
}
.company .section .sec_title p::before,
.product .section .sec_title p::before,
.service .section .sec_title p::before,
.cases .section .sec_title p::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #345a99;
  position: absolute;
  top: 0;
  left: 0;
}
.company .section .post_item,
.product .section .post_item,
.service .section .post_item,
.cases .section .post_item {
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .company .section .post_item section,
  .product .section .post_item section,
  .service .section .post_item section,
  .cases .section .post_item section {
    margin: 0 5%;
  }
}

.company {
  color: #003894;
}
.company .section_header .header_wrap figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 10%;
     object-position: center 10%;
}
.company .section {
  color: #003894;
}
.company .section .sec_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .company .section .sec_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company .section .c_message {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #003894;
}
@media screen and (max-width: 1023px) {
  .company .section .c_message {
    font-size: 14px;
    line-height: 25px;
  }
}
.company .section .c_message .sec_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.company .section .c_message .sec_wrap figure {
  width: 360px;
  height: 203px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .company .section .c_message .sec_wrap figure {
    width: 100%;
    height: 210px;
  }
}
.company .section .c_message .sec_wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company .section .c_message .sec_wrap .wrap_right {
  margin-bottom: 50px;
}
.company .section .c_message .sec_wrap .wrap_right p {
  margin-bottom: 20px;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .company .section .c_message .sec_wrap .wrap_right p {
    font-size: 16px;
  }
}
.company .section .c_message .c_m_sign {
  width: 212px;
  height: 51px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
}
.company .section .c_message .c_m_sign img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company .section .c_overview .c_o_list {
  border-top: 1px solid #9db5de;
  border-bottom: 1px solid #9db5de;
  margin-top: 37px;
}
@media screen and (max-width: 1023px) {
  .company .section .c_overview .c_o_list {
    margin-top: 50px;
  }
}
.company .section .c_overview .c_o_list > li {
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 37px 0;
  gap: 240px;
  border-bottom: 1px solid #9db5de;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1023px) {
  .company .section .c_overview .c_o_list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    gap: 0;
    padding: 20px 0;
  }
}
.company .section .c_overview .c_o_list > li:last-of-type {
  border-bottom: none;
}
.company .section .c_overview .c_o_list > li span {
  display: inline-block;
  width: 200px;
  margin-left: 51px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .company .section .c_overview .c_o_list > li span {
    font-size: 14px;
    font-weight: 700;
    margin-left: 0;
    height: 26px;
    line-height: 14px;
  }
}
.company .section .c_overview .c_o_list > li p,
.company .section .c_overview .c_o_list > li > ul li {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .company .section .c_overview .c_o_list > li p,
  .company .section .c_overview .c_o_list > li > ul li {
    font-size: 14px;
  }
}
.company .section .c_overview .c_o_list > li::before, .company .section .c_overview .c_o_list > li::after {
  content: none;
}
.company .section .c_overview .map-embed {
  margin: 100px auto;
  width: min(1120px, 100%);
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
@media screen and (max-width: 1023px) {
  .company .section .c_overview .map-embed {
    height: 298px;
    margin: 50px auto;
  }
}
.company .section .c_overview .map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company .section .c_sustainability .s-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .company .section .c_sustainability .s-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.company .section .c_sustainability .s-item figure {
  width: 320px;
  height: 180px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .company .section .c_sustainability .s-item figure {
    width: 100%;
    height: 197px;
  }
}
.company .section .c_sustainability .s-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company .section .c_sustainability .s-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  letter-spacing: 1px;
}
@media screen and (max-width: 1023px) {
  .company .section .c_sustainability .s-item p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
  }
}
.company .section .c_history {
  margin-bottom: 100px;
}
.company .section .c_history .c_h_list {
  border-top: 1px solid #9db5de;
  border-bottom: 1px solid #9db5de;
  padding: 0;
}
.company .section .c_history .c_h_list.en li span {
  width: auto;
}
.company .section .c_history .c_h_list > li {
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
  gap: 270px;
  border-bottom: 1px solid #9db5de;
}
@media screen and (max-width: 1023px) {
  .company .section .c_history .c_h_list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding: 20px 0;
    font-size: 14px;
    line-height: 22px;
  }
}
.company .section .c_history .c_h_list > li:last-of-type {
  border-bottom: none;
}
.company .section .c_history .c_h_list > li span {
  display: inline-block;
  width: 170px;
  margin-left: 51px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .company .section .c_history .c_h_list > li span {
    font-size: 14px;
    font-weight: 700;
    margin-left: 0;
    line-height: 14px;
    margin-bottom: 13px;
  }
}
.company .section .c_history .c_h_list > li p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .company .section .c_history .c_h_list > li p {
    font-size: 14px;
  }
}
.company .section .c_history .c_h_list > li ul {
  min-height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .company .section .c_history .c_h_list > li ul {
    min-height: auto;
  }
}
.company .section .c_history .c_h_list > li ul li {
  max-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .company .section .c_history .c_h_list > li ul li {
    display: inline-block;
    letter-spacing: -0.8px;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
  }
}
.company .section .c_history .c_h_list > li ul li span {
  display: inline-block;
  width: 3rem;
  margin-left: 0;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .company .section .c_history .c_h_list > li ul li span {
    width: 2.5rem;
    margin-right: 0;
    font-size: 14px;
  }
}

.product .section_header {
  background: #7f038b;
}
@media screen and (max-width: 1023px) {
  .product .section_header .header_wrap .title_wrap {
    background: #7f038b;
  }
  .product .section_header .header_wrap .title_wrap .page-title-en {
    font-weight: 700;
  }
}
.product .section {
  color: #000;
}
.product .section .sec_title {
  margin-bottom: 23px;
}
@media screen and (max-width: 1023px) {
  .product .section .sec_title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .product .section .c_product .tags {
    margin-bottom: 26px;
  }
}
.product .section .c_product .product_det {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
}
@media screen and (max-width: 1023px) {
  .product .section .c_product .product_det {
    font-size: 14px;
    line-height: 25px;
  }
}
.product .section .c_product .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 223px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 36px auto 97px;
}
@media screen and (max-width: 1023px) {
  .product .section .c_product .img_wrap {
    margin: 30px auto 50px;
    gap: 10px;
  }
}
.product .section .c_product .img_wrap .p_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.product .section .c_product .img_wrap .p_img figure {
  width: 393px;
  height: 323px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .product .section .c_product .img_wrap .p_img figure {
    width: 152px;
    height: 103px;
  }
}
.product .section .c_product .img_wrap .p_img figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .section .c_product .img_wrap .p_img p {
  font-weight: 700;
  font-size: 24px;
  height: 69px;
  line-height: 69px;
  color: #7f038b;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .product .section .c_product .img_wrap .p_img p {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
  }
}
.product .section .c_product .table_wrap {
  margin-bottom: 100px;
}
.product .section .c_product .table_wrap p {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  padding-right: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1023px) {
  .product .section .c_product .table_wrap p {
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    padding: 25px 0;
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
  }
  .product .section .c_product .table_wrap p.spec-toggle::after {
    content: "";
    display: block;
    background-image: url("../../magna-wireless/img/arrow_bottom.svg");
    position: absolute;
    right: 20px;
    top: 31px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 15px 9px;
    pointer-events: none;
  }
  .product .section .c_product .table_wrap p .spec-toggle::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .product .section .c_product .table_wrap p.spec-toggle.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
.product .section .c_product .table_wrap .specs {
  display: block;
}
.product .section .c_product .table_wrap .specs .spec-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #949494;
}
.product .section .c_product .table_wrap .specs .spec-row:first-child {
  border-top: 1px solid #949494;
}
@media screen and (max-width: 1023px) {
  .product .section .c_product .table_wrap .specs .spec-row:first-child {
    border-top: none;
  }
}
.product .section .c_product .table_wrap .specs .spec-row dt {
  font-weight: 500;
  font-size: 20px;
  width: 284px;
  margin-left: 23px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .product .section .c_product .table_wrap .specs .spec-row dt {
    font-weight: 700;
    font-size: 14px;
    width: min(164px, 100%);
    margin-left: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.product .section .c_product .table_wrap .specs .spec-row dd {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1023px) {
  .product .section .c_product .table_wrap .specs .spec-row dd {
    gap: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
  }
}
.product .section .c_product .table_wrap .specs .spec-row dd span {
  font-size: 16px;
  display: inline-block;
  width: 286px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1023px) {
  .product .section .c_product .table_wrap .specs .spec-row dd span {
    font-size: 14px;
    width: min(187px, 100%);
    display: block;
    margin-top: 6px;
  }
}
@media screen and (max-width: 1023px) {
  .product .section .t_btn {
    font-size: 16px;
    margin-top: 25px;
    width: 226px;
    height: 48px;
  }
}

.service .section_header {
  background: #725aa3;
}
@media screen and (max-width: 1023px) {
  .service .section_header {
    background: #fff;
    max-height: 600px;
  }
}
@media screen and (max-width: 1023px) {
  .service .section_header .header_wrap {
    background: #fff;
  }
  .service .section_header .header_wrap.en {
    min-height: 615px;
  }
}
.service .section_header .header_wrap figure {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .service .section_header .header_wrap figure {
    height: auto;
    margin-top: 300px; /*350px*/
  }
  .service .section_header .header_wrap figure.en {
    margin-top: 370px;
  }
  .service .section_header .header_wrap figure img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.service .section_header .header_wrap .title_wrap {
  background: transparent;
}
@media screen and (max-width: 1023px) {
  .service .section_header .header_wrap .title_wrap {
    background: #725aa3;
  }
}
.service .section {
  width: min(1220px, 100%);
  color: #000;
}
.service .section .sec_title {
  margin: 100px 0 27px;
}
.service .section .post_item .s_service .service_wrap {
  margin-top: 125px;
}
@media screen and (max-width: 1023px) {
  .service .section .post_item .s_service .service_wrap {
    margin-top: 50px;
  }
}
.service .section .post_item .s_service .service_wrap .service_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px;
  margin-bottom: 41px;
}
@media screen and (max-width: 1023px) {
  .service .section .post_item .s_service .service_wrap .service_content {
    gap: 50px;
  }
}
.service .section .post_item .s_service .service_wrap .service_content .content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 116px;
}
.service .section .post_item .s_service .service_wrap .service_content .content_item.reverse_layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .service .section .post_item .s_service .service_wrap .service_content .content_item.reverse_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .service .section .post_item .s_service .service_wrap .service_content .content_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
    gap: 20px;
  }
}
.service .section .post_item .s_service .service_wrap .service_content .content_item figure {
  width: 534px;
  height: 307px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1023px) {
  .service .section .post_item .s_service .service_wrap .service_content .content_item figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 310px;
    height: 185px;
  }
}
.service .section .post_item .s_service .service_wrap .service_content .content_item figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .section .post_item .s_service .service_wrap .service_content .content_item .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1023px) {
  .service .section .post_item .s_service .service_wrap .service_content .content_item .content_wrap {
    gap: 20px;
  }
}
.service .section .post_item .s_service .service_wrap .service_content .content_item .content_wrap .content_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #003894;
}
@media screen and (max-width: 1023px) {
  .service .section .post_item .s_service .service_wrap .service_content .content_item .content_wrap .content_title {
    font-size: 16px;
    line-height: 25px;
  }
}
.service .section .post_item .s_service .service_wrap .service_content .content_item .content_wrap .content_desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
}
@media screen and (max-width: 1023px) {
  .service .section .post_item .s_service .service_wrap .service_content .content_item .content_wrap .content_desc {
    font-size: 14px;
    line-height: 25px;
  }
}
.service .section .post_item .s_service .service_wrap .service_content .content_item .content_wrap .content_desc strong {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .service .section .t_btn {
    font-size: 16px;
    margin-top: 25px;
    width: 226px;
    height: 48px;
  }
}