<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: mgworks_themes
Description: Description
Version: 1.0.0
--------------------------------------------------------------*/
@charset "UTF-8";
/* CSS Document */

.sec_head .sec_head_en {
  font-size: 62px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sec_head .sec_head_ja {
  font-size: 18px;
  font-weight: 700;
  color: #e8bc00;
}

@media screen and (max-width: 480px) {
  .sec_head .sec_head_en {
    font-size: 48px;
  }

  .sec_head .sec_head_ja {
    font-size: 14px;
  }
}

.sec_topHero {
  background: url(assets/images/home/ph_main_pc.jpg) center center no-repeat;
  background-size: cover;
  height: 800px;
}

.sec_topHero .ly_inner {
  height: 800px;
}

.sec_topHero .copy {
  font-size: 52px;
  line-height: 1.6;
  color: #fff;
  position: absolute;
  top: calc(50% + 40px);
  left: 40px;
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .sec_topHero {
    background: url(assets/images/home/ph_main_sp.jpg) center center no-repeat;
    background-size: cover;
    height: 100svh;
  }

  .sec_topHero .ly_inner {
    height: 100svh;
    padding: 0;
  }

  .sec_topHero .copy {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.83;
    top: inherit;
    left: 20px;
    bottom: 70px;
    transform: translateY(0);
  }
}

.sec_topAbout {
  padding: 113px 0 133px;
  position: relative;
}

.sec_topAbout::before,
.sec_topAbout::after {
  content: "";
  position: absolute;
}

.sec_topAbout::before {
  width: 320px;
  height: 264px;
  top: 56px;
  left: 50%;
  transform: translateX(166px);
  background: url(assets/images/home/img_gear01.png) center center no-repeat;
  background-size: cover;
}

.sec_topAbout::after {
  width: 618px;
  height: 520px;
  bottom: -100px;
  left: -98px;
  background: url(assets/images/home/img_gear02.png) center center no-repeat;
  background-size: cover;
}

.sec_topAbout .sec_head {
  margin-bottom: 54px;
}

.sec_topAbout .about_msg {
  font-size: 18px;
  line-height: 2.1;
  margin-bottom: 67px;
  position: relative;
  z-index: 11;
}

.sec_topAbout .img_about {
  text-align: right;
  position: relative;
  z-index: 10;
}

.sec_topAbout .img_about img {
  max-width: 862px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .sec_topAbout {
    padding: 104px 0 73px;
  }

  .sec_topAbout::before {
    width: 126px;
    height: 104px;
    top: 16px;
    left: inherit;
    right: 20px;
    transform: translateX(0);
  }

  .sec_topAbout::after {
    width: 364px;
    height: 306px;
    bottom: -108px;
    left: -134px;
  }

  .sec_topAbout .sec_head {
    margin-bottom: 35px;
  }

  .sec_topAbout .about_msg {
    font-size: 16px;
    line-height: 2.125;
    margin-bottom: 20px;
  }

  .sec_topAbout .img_about img.pc {
    display: none;
  }

  .sec_topAbout .img_about img.sp {
    display: block;
  }
}

.sec_topNews {
  padding: 120px 0;
  background: #f8f8f8;
}

.sec_topNews .left {
  width: 170px;
}

.sec_topNews .right {
  width: 72%;
}

.sec_topNews .news_lists li {
  border-bottom: solid 1px #e0e2e5;
}

.sec_topNews .news_lists li a {
  display: block;
  padding: 25px 0;
  background: url(assets/images/common/ico_news_arw_r.svg) right center no-repeat;
  background-size: 32px;
}

.sec_topNews .news_lists li:first-child a {
  padding-top: 0;
}

.sec_topNews .news_lists li .date {
  font-size: 14px;
  font-weight: 400;
  color: #a2a4a8;
  margin-bottom: 20px;
}

.sec_topNews .news_lists li .ttl {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .sec_topNews .left {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec_topNews .right {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .sec_topNews {
    padding: 120px 0 65px;
  }

  .sec_topNews .left {
    margin-bottom: 32px;
  }

  .sec_topNews .news_lists li a {
    padding: 20px 0;
  }

  .sec_topNews .news_lists li:first-child a {
    padding-top: 0;
  }

  .sec_topNews .news_lists li .date {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.sec_topProduct {
  background: url(assets/images/home/bg_product_pc.jpg) center center no-repeat;
  background-size: cover;
  padding: 113px 0 120px;
}

.sec_topProduct .topProduct_cont {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin: 40px 0;
}

.sec_topProduct .topProduct_box {
  width: 33%;
  padding: 40px 20px 50px;
  text-align: center;
}

.sec_topProduct .topProduct_box:nth-child(2) {
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}

.sec_topProduct .topProduct_box .img {
  height: 252px;
  line-height: 252px;
  margin-bottom: 35px;
}

.sec_topProduct .topProduct_box:nth-child(1) img {
  width: 190px;
}

.sec_topProduct .topProduct_box:nth-child(2) img {
  width: 258px;
}

.sec_topProduct .topProduct_box:nth-child(3) img {
  width: 238px;
}

.sec_topProduct .topProduct_box .ttl {
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  background: url(assets/images/common/ico_cmn_arw_rb.svg) right center no-repeat;
  background-size: 13px 10px;
}

.sec_topProduct .topProduct_link {
  text-align: right;
}

.sec_topProduct .topProduct_link a {
  display: inline-block;
  width: 280px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  background: #e8bc00 url(assets/images/common/ico_cmn_arw_rb.svg) right 30px center no-repeat;
  background-size: 13px 10px;
  font-size: 16px;
}

@media screen and (max-width: 912px) {
  .sec_topProduct .topProduct_cont {
    border-top: none;
    border-bottom: none;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    margin: 40px 20px;
    padding: 20px 0;
  }

  .sec_topProduct .topProduct_cont .ly_inner {
    padding: 0;
  }

  .sec_topProduct .topProduct_box {
    width: 100%;
    padding: 40px 20px 50px;
    text-align: center;
    border-top: solid 1px #000;
  }

  .sec_topProduct .topProduct_box:nth-child(2) {
    border-left: none;
    border-right: none;
  }

  .sec_topProduct .topProduct_box:nth-child(3) {
    border-bottom: solid 1px #000;
  }

  .sec_topProduct .topProduct_link {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .sec_topProduct {
    background: url(assets/images/home/bg_product_sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 57px 0 64px;
  }

  .sec_topProduct .topProduct_cont {
    margin: 24px 20px;
  }

  .sec_topProduct .topProduct_box {
    padding: 24px 20px;
  }

  .sec_topProduct .topProduct_box .img {
    height: auto;
    line-height: 1;
    margin-bottom: 20px;
  }

  .sec_topProduct .topProduct_box:nth-child(1) img {
    width: 166px;
  }

  .sec_topProduct .topProduct_box:nth-child(2) img {
    width: 196px;
  }

  .sec_topProduct .topProduct_box:nth-child(3) img {
    width: 196px;
  }

  .sec_topProduct .topProduct_box .ttl {
    font-size: 18px;
  }

  .sec_topProduct .topProduct_link a {
    max-width: 335px;
    width: 100%;
  }
}

.sec_topCase {
  background: url(assets/images/home/bg_case_pc.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 120px;
}

.sec_topCase .header {
  height: 250px;
  padding-top: 80px;
  margin-bottom: 80px;
  border-left: solid 6px #e8bc00;
}

.sec_topCase .header .head {
  padding-top: 47px;
  padding-left: 20px;
  color: #fff;
  margin-right: 56px;
}

.sec_topCase .header .large_head {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 33px;
}

.sec_topCase .header .small_head {
  font-size: 22px;
}

.sec_topCase .header .img {
  width: 38.4375%;
  max-width: 492px;
  vertical-align: bottom;
  position: relative;
}

.sec_topCase .header .img img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec_topCase .case_box01 {
  background: #fff;
  width: 43.3%;
  padding: 30px 4.6%;
}

.sec_topCase .case_box01 .ttl {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
}

.sec_topCase .case_box01 .img {
  margin-bottom: 25px;
}

.sec_topCase .case_box01 .desc {
  font-size: 16px;
  line-height: 1.875;
}

.sec_topCase .case_box01 .large_desc {
  font-size: 20px;
  line-height: 1.875;
  color: #e8bc00;
}

.sec_topCase .case_arw {
  width: 94px;
  background: url(assets/images/home/img_case_arw_pc.svg) center center no-repeat;
  background-size: 94px 80px;
}

.sec_topCase .case_box02 {
  background: #e8bc00;
  width: 43.3%;
  padding: 50px 4.6% 60px;
  text-align: center;
}

.sec_topCase .case_box02 .head {
  margin-bottom: 40px;
}

.sec_topCase .case_box02 .desc {
  font-size: 24px;
  font-weight: 700;
  line-height: 2.33;
}

.sec_topCase .case_box02 .uline {
  border-bottom: solid 4px #fff;
  padding-bottom: 0px;
}

@media screen and (max-width: 912px) {
  .sec_topCase .header {
    height: auto;
    border-left: none;
    padding-top: 0;
  }

  .sec_topCase .header .head {
    padding-top: 127px;
    padding-left: 20px;
    margin-right: 0;
    border-left: solid 6px #e8bc00;
    margin-bottom: 48px;
  }

  .sec_topCase .header .large_head {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 33px;
  }

  .sec_topCase .header .small_head {
    font-size: 22px;
  }

  .sec_topCase .header .img {
    width: 100%;
    max-width: inherit;
  }

  .sec_topCase .header .img img {
    position: static;
    width: 100%;
  }

  .sec_topCase .case_box01 {
    width: 100%;
  }

  .sec_topCase .case_arw {
    width: 100%;
    height: 94px;
    background: url(assets/images/home/img_case_arw_sp.svg) center center no-repeat;
    background-size: 62px 58px;
  }

  .sec_topCase .case_box02 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .sec_topCase {
    background: url(assets/images/home/bg_case_sp.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 64px;
  }

  .sec_topCase .header {
    margin-bottom: 32px;
  }

  .sec_topCase .header .head {
    padding-top: 60px;
    padding-left: 20px;
    margin-bottom: 24px;
  }

  .sec_topCase .header .large_head {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .sec_topCase .header .small_head {
    font-size: 16px;
    padding-bottom: 13px;
  }

  .sec_topCase .case_box01 {
    padding: 30px 14px;
  }

  .sec_topCase .case_box01 .ttl {
    font-size: 16px;
    margin-bottom: 24px;
    padding-left: 1em;
  }

  .sec_topCase .case_box01 .img {
    margin-bottom: 25px;
  }

  .sec_topCase .case_box01 .desc {
    width: 246px;
    font-size: 14px;
    padding-left: 10px;
  }

  .sec_topCase .case_box01 .large_desc {
    font-size: 16px;
    padding-left: 10px;
  }

  .sec_topCase .case_box01 .desc:last-child {
    font-size: 12px;
  }

  .sec_topCase .case_box02 {
    padding: 30px 23px;
    text-align: center;
  }

  .sec_topCase .case_box02 .head {
    margin-bottom: 20px;
  }

  .sec_topCase .case_box02 .desc {
    font-size: 18px;
  }

  .sec_topCase .case_box02 .uline {
    border-bottom: solid 4px #fff;
    padding-bottom: 0px;
  }
}

.sec_topAccess {
  line-height: 0;
}

.sec_topAccess iframe {
  filter: grayscale(100%);
}

.sec_topContact {
  padding: 135px 0 120px;
}

.sec_topContact .sec_head {
  margin-bottom: 50px;
}

.sec_topContact .desc {
  font-size: 18px;
  line-height: 2.1;
  margin-bottom: 80px;
}

.sec_topContact .desc a {
  color: #366cff;
  text-decoration: underline;
}

.form_box {
  margin-bottom: 48px;
}

.form_box .label_box {
  width: 24%;
  position: relative;
  float: left;
}

.form_box .label_box label {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.form_box .label_box .badge {
  display: inline-block;
  font-size: 16px;
  position: absolute;
  top: 14px;
  right: 0;
  background: #e0e2e5;
  width: 54px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.form_box .label_box .badge.req {
  background: #e8bc00;
}

.form_box .input_box {
  width: 74.3%;
  float: right;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box textarea,
.form_box input[type="submit"],
.form_box input[type="button"] {
  appearance: none;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box textarea {
  width: 100%;
  border-radius: 10px;
  border: solid 2px #e0e2e5;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}

.form_box textarea {
  line-height: 1.5;
}

.form_box textarea::placeholder {
  font-weight: 400;
  color: #a2a4a8;
}

.form_box .ex {
  font-size: 16px;
  font-weight: 400;
  color: #a2a4a8;
}

.form_box .privacy_box {
  height: 200px;
  border-radius: 10px;
  border: solid 2px #e0e2e5;
  padding: 20px;
  margin-bottom: 15px;
}

.form_box .privacy_box .scl_box {
  height: 160px;
  overflow-y: scroll;
  line-height: 1.75;
}

.form_box .privacy_box .ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

.form_box .privacy_box p {
  font-size: 16px;
}

.form_box .privacy_box p.sub_ttl {
  margin-top: 1em;
}

.form_box .privacy_chk label {
  font-size: 18px;
}

.form_box .privacy_chk input {
  width: 20px;
  height: 20px;
}

.form_btn {
  width: 100%;
  text-align: center;
}

.form_btn input[type="submit"],
.form_btn input[type="button"] {
  cursor: pointer;
}

.form_btn input[type="submit"] {
  display: inline-block;
  max-width: 410px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: none;
  background: #e8bc00 url(assets/images/common/ico_cmn_arw_rb.svg) right 30px center no-repeat;
  background-size: 13px 10px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form_box .label_box {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .form_box .label_box .badge {
    position: static;
    margin-left: 1em;
  }

  .form_box .input_box {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 480px) {
  .sec_topContact {
    padding: 58px 0 64px;
  }

  .sec_topContact .sec_head {
    margin-bottom: 36px;
  }

  .sec_topContact .desc {
    font-size: 16px;
    margin-bottom: 45px;
  }

  .form_box {
    margin-bottom: 32px;
  }

  .form_box .label_box label {
    padding-top: 6px;
    font-size: 16px;
  }

  .form_box .label_box br {
    display: none;
  }

  .form_box .label_box .badge {
    font-size: 14px;
    width: 46px;
    height: 26px;
    line-height: 26px;
  }

  .form_box input[type="text"],
  .form_box input[type="email"],
  .form_box textarea {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .form_box .ex {
    font-size: 14px;
  }

  .form_box .privacy_box {
    height: 200px;
    border-radius: 10px;
    border: solid 2px #e0e2e5;
    padding: 20px;
    margin-bottom: 15px;
  }

  .form_box .privacy_box .scl_box {
    height: 160px;
    overflow-y: scroll;
  }

  .form_box .privacy_box .ttl {
    font-size: 18px;
  }

  .form_box .privacy_box p {
    font-size: 14px;
  }

  .form_box .privacy_chk label {
    font-size: 16px;
  }
}

.sec_pageHead {
  background: url(assets/images/products/bg_header_pc.jpg) center center no-repeat;
  background-size: cover;
  height: 460px;
}

.sec_pageHead .ly_inner {
  height: 460px;
}

.sec_pageHead .sec_head {
  position: absolute;
  top: calc(50% + 40px);
  left: 40px;
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .sec_pageHead {
    background: url(assets/images/products/bg_header_sp.jpg) center center no-repeat;
    background-size: cover;
    height: 200px;
  }

  .sec_pageHead .ly_inner {
    height: 200px;
  }

  .sec_pageHead .sec_head {
    position: absolute;
    top: calc(50% + 20px);
    left: 20px;
    transform: translateY(-50%);
  }
}

.sec_product .product_wrap {
  border-bottom: solid 1px #a2a4a8;
  position: relative;
}

.sec_product .product_wrap .ly_inner {
  padding: 80px 40px 0;
}

.sec_product .product_wrap::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #a2a4a8;
  position: absolute;
  top: 0;
  left: 50%;
}

.sec_product .head_box {
  position: relative;
  padding-top: 28px;
  padding-left: 33px;
  z-index: 100;
}

.sec_product .head_box .head {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

.sec_product .head_box .desc {
  font-size: 18px;
  line-height: 2.1;
}

.sec_product .head_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #e8bc00 transparent transparent transparent;
  border-width: 94px 94px 0px 0px;
}

.product_wrap .img {
  position: absolute;
  z-index: 90;
}

.sec_product .product_wrap01 &gt; .ly_inner {
  padding-bottom: 260px;
}

.product_wrap01 .img {
  bottom: 20px;
  left: 50%;
  transform: translateX(-35%);
  width: 62%;
  max-width: 793px;
}

.sec_product .product_wrap02 &gt; .ly_inner {
  padding-bottom: 320px;
}

.product_wrap02 .head_box {
  width: 440px;
  float: right;
}

.product_wrap02 .img {
  bottom: 50px;
  right: 40px;
  width: 88%;
  max-width: 1130px;
}

.sec_product .product_wrap03 &gt; .ly_inner {
  padding-bottom: 260px;
}

.product_wrap03 .img {
  bottom: 80px;
  right: 40px;
  width: 55%;
  max-width: 708px;
}

.product_link {
  text-align: center;
  padding: 60px 0;
}

.product_link .btn_cmn_arw {
  display: inline-block;
  max-width: 410px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #e8bc00 url(assets/images/common/ico_cmn_arw_rb.svg) right 30px center no-repeat;
  background-size: 13px 10px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 520px) {
  .sec_product .product_wrap {
  }

  .sec_product .product_wrap .ly_inner {
    padding: 40px 20px 0;
  }

  .sec_product .product_wrap::before {
    display: none;
  }

  .sec_product .head_box {
    padding-top: 17px;
    padding-left: 11px;
  }

  .sec_product .head_box .head {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .sec_product .head_box .desc {
    font-size: 16px;
    position: relative;
  }

  .sec_product .head_box::before {
    border-width: 56px 56px 0px 0px;
  }

  .product_wrap .img {
    position: static;
    z-index: 90;
  }

  .product_wrap .img .pc {
    display: none;
  }

  .product_wrap .img .sp {
    display: block;
  }

  .sec_product .product_wrap01 &gt; .ly_inner,
  .sec_product .product_wrap02 &gt; .ly_inner,
  .sec_product .product_wrap03 &gt; .ly_inner {
    padding-bottom: 40px;
  }

  .sec_product .product_wrap01 .head_box,
  .sec_product .product_wrap02 .head_box,
  .sec_product .product_wrap03 .head_box {
    margin-bottom: 30px;
    width: 100%;
  }

  .product_wrap01 .img,
  .product_wrap02 .img,
  .product_wrap03 .img {
    transform: translateX(0);
    width: 100%;
  }

  .product_link {
    padding: 40px 0;
  }

  .product_link .btn_cmn_arw {
    max-width: 335px;
  }
}

.thanks_ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2em;
}

.thanks_msg {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.input_confirm p {
  font-size: 18px;
  padding: 1.2em 0;
  color: #666666;
}

.form_btn input[type="button"] {
  display: inline-block;
  max-width: 410px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: none;
  background: #cccccc url(assets/images/common/ico_cmn_arw_lb.svg) left 30px center no-repeat;
  background-size: 13px 10px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.wpcf7-spinner {
  display: block;
  margin: 20px auto 0;
}

@media screen and (max-width: 480px) {
  .thanks_ttl {
    font-size: 20px;
  }

  .thanks_msg {
    font-size: 14px;
  }
}
</pre></body></html>