.fw-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fw-layout .fw50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.single-main.single-company {
  padding-top: 0;
}

.company-kv {
  position: relative;
  max-width: 96%;
  margin: 0 auto 150px;
}
.company-kv .kv-img {
  background-color: #1D2087;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.company-kv .kv-img img.main {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.company-kv img.card {
  position: absolute;
  left: 10%;
  bottom: -10%;
  width: 25%;
  height: auto;
}
.company-kv .catch {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 5%;
  position: absolute;
  right: 5px;
  bottom: 20%;
}
.company-kv .catch p {
  color: #fff;
  font-weight: bold;
  text-align: right;
  font-size: 150%;
  line-height: 110%;
}

.company-about {
  margin: 100px auto;
}
.company-about h3 {
  font-size: clamp(30px, 4vw, 60px);
  letter-spacing: 1rem;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #FFE13E), to(#FFE13E));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #FFE13E 50%, #FFE13E 100%);
}
.company-about .midashi {
  margin: 80px auto 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-about .midashi .midashi-catch p {
  background-color: #fff;
  line-height: 200%;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 8px 0;
  font-size: clamp(18px, 1.5vw, 25px);
  display: inline;
}
.company-about .midashi .midashi-img {
  text-align: right;
}
.company-about .midashi .midashi-img img {
  border-radius: 20px;
  max-width: 90%;
  display: inline-block;
}
.company-about .main-text {
  margin: 50px auto 100px;
}
.company-about .about-box {
  margin: 100px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.company-about .about-box .about_text h4 {
  background-color: #fff;
  line-height: 200%;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 8px 0;
  font-size: clamp(18px, 1.5vw, 25px);
  margin: 0 0 20px 0;
  display: inline;
}
.company-about .about-box .about_text h4 span {
  display: block;
  font-size: 12px;
  background-color: #FFE13E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  line-height: 100%;
  margin: 0 0 5px 0;
}
.company-about .about-box .about_text p {
  line-height: 200%;
}
.company-about .about-box .about_img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5%;
}
.company-about .about-box .about_img img {
  border-radius: 20px;
}
.company-about .about-box .about_img h4.sp {
  display: none;
}
.company-about .about-box .about_img h4.sp span {
  display: none;
}
.company-about .about-box.about02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
}
.company-about .about-box.about02 .about_img {
  padding-left: 5%;
  padding-right: 0;
}
.company-about .boss {
  background-color: #fff;
  padding: 40px 5% 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 20px;
}
.company-about .boss h4 {
  position: absolute;
  background-color: #3BC9C8;
  top: -15px;
  left: 5%;
  padding: 8px 20px;
  color: #fff;
}
.company-about .boss .fw65 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
.company-about .boss .fw65 p {
  line-height: 200%;
}
.company-about .boss .fw30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.company-about .boss .fw30 p {
  font-size: 90%;
  line-height: 150%;
}

.company-media {
  margin: 100px 0;
  background-color: #fff;
  padding: 50px 5% 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.company-media h3 {
  position: absolute;
  top: clamp(-45px,-2vw,-60px);
  left: 5%;
  font-size: clamp(30px, 4vw, 60px);
  letter-spacing: 1rem;
  color: #3BC9C8;
}
.company-media iframe {
  width: 100%;
  height: clamp(400px, 22vw, 600px);
  min-width: 560px;
}

.company-contact {
  margin: 100px 0;
  background-color: #FEEF7D;
  padding: 50px 5% 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.company-contact h3 {
  position: absolute;
  top: clamp(-45px,-2vw,-60px);
  left: 5%;
  font-size: clamp(30px, 4vw, 60px);
  letter-spacing: 1rem;
  color: #A5914D;
}
.company-contact table th {
  padding: clamp(10px, 1vw, 20px) 1em;
  background-color: #A5914D;
}
.company-contact table td {
  padding: clamp(10px, 1vw, 20px) 1em;
  border-bottom: unset;
}
.company-contact .submit-btn {
  background-color: #A5914D;
}

.company-info {
  margin: 100px 0;
  background-color: #fff;
  padding: 50px 5% 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.company-info h3 {
  position: absolute;
  top: clamp(-45px,-2vw,-60px);
  left: 5%;
  font-size: clamp(30px, 4vw, 60px);
  letter-spacing: 1rem;
  color: #3BC9C8;
}
.company-info .logo {
  width: 40%;
  margin: 2% 0 30px 5%;
}
.company-info table {
  margin: 0 0 0 5%;
}
.company-info table th, .company-info table td {
  padding: 8px 0;
  border-bottom: unset;
}

@media screen and (max-width: 500px) {
  .single-main .archive-wrapper .single-area .content-area {
    padding: 10px 5.5vw 0;
  }

  .fw-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fw-layout .fw50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .company-kv {
    margin: 0 auto 80px;
  }
  .company-kv img.card {
    position: absolute;
    left: -5%;
    bottom: -30%;
    width: 30%;
    height: auto;
  }
  .company-kv .catch {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 5%;
    position: absolute;
    right: -5%;
    top: 65%;
    bottom: unset;
  }
  .company-kv .catch p {
    color: #fff;
    font-weight: bold;
    text-align: right;
    font-size: 150%;
    line-height: 110%;
  }

  .company-about h3 {
    font-size: clamp(30px, 14vw, 60px);
    letter-spacing: 1rem;
  }
  .company-about .midashi {
    margin: 30px auto 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company-about .midashi .midashi-catch p {
    background-color: #fff;
    line-height: 200%;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    padding: 8px 0;
    font-size: clamp(18px, 1.5vw, 25px);
    display: inline;
  }
  .company-about .midashi .midashi-img {
    text-align: right;
  }
  .company-about .midashi .midashi-img img {
    border-radius: 20px;
    max-width: 90%;
    display: inline-block;
  }
  .company-about .main-text {
    line-height: 200%;
    margin: 10px auto 50px;
  }
  .company-about .about-box {
    margin: 50px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .company-about .about-box .about_text h4 {
    background-color: #fff;
    line-height: 200%;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    padding: 8px 0;
    font-size: clamp(18px, 1.5vw, 25px);
    margin: 0 0 20px 0;
    display: none;
  }
  .company-about .about-box .about_text h4 span {
    display: none;
    font-size: 12px;
    background-color: #FFE13E;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 20px;
    line-height: 100%;
    margin: 0 0 5px 0;
  }
  .company-about .about-box .about_text p {
    line-height: 200%;
  }
  .company-about .about-box .about_img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 5%;
  }
  .company-about .about-box .about_img img {
    border-radius: 20px;
  }
  .company-about .about-box .about_img h4.sp {
    background-color: #fff;
    line-height: 200%;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    padding: 8px 0;
    font-size: clamp(25px, 7.5vw, 50px);
    margin: 0 0 20px 0;
    display: inline;
  }
  .company-about .about-box .about_img h4.sp span {
    display: block;
    font-size: 12px;
    background-color: #FFE13E;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 20px;
    line-height: 100%;
    margin: 0 0 5px 0;
  }
  .company-about .about-box.about02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .company-about .about-box.about02 .about_img {
    padding-left: 0;
    padding-right: 5%;
  }
  .company-about .boss {
    background-color: #fff;
    padding: 40px 5% 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: wrap-reverse;
            flex-flow: wrap-reverse;
  }
  .company-about .boss h4 {
    position: absolute;
    background-color: #3BC9C8;
    top: -15px;
    left: 5%;
    padding: 8px 20px;
    color: #fff;
  }
  .company-about .boss .fw65 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .company-about .boss .fw65 p {
    line-height: 200%;
  }
  .company-about .boss .fw30 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  .company-about .boss .fw30 p {
    font-size: 90%;
    line-height: 150%;
  }

  .company-media {
    margin: 50px 0;
    background-color: #fff;
    padding: 50px 5% 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .company-media h3 {
    position: absolute;
    top: clamp(-22px,-1vw,-30px);
    left: 5%;
    font-size: clamp(30px, 4vw, 60px);
    letter-spacing: 1rem;
    color: #3BC9C8;
  }
  .company-media iframe {
    width: 100%;
    height: 300px;
    min-width: unset;
  }

  .company-contact {
    margin: 50px 0;
    padding: 50px 2% 50px;
  }
  .company-contact h3 {
    position: absolute;
    top: clamp(-22px,-1vw,-30px);
    left: 5%;
    font-size: clamp(30px, 4vw, 60px);
  }
  .company-contact table th {
    padding: 10px;
    display: block;
    width: 100%;
    min-height: unset;
  }
  .company-contact table td {
    padding: 10px;
    display: block;
    width: 100%;
    min-height: unset;
  }

  .company-info {
    margin: 50px 0;
    padding: 50px 2% 50px;
  }
  .company-info h3 {
    position: absolute;
    top: clamp(-22px,-1vw,-30px);
    left: 5%;
    font-size: clamp(30px, 4vw, 60px);
    letter-spacing: 1rem;
    color: #3BC9C8;
  }
  .company-info .logo {
    width: 70%;
    margin: 2% auto 30px;
  }
  .company-info table {
    margin: 0 0 0 0;
  }
  .company-info table tr td:nth-of-type(1) {
    width: 20%;
  }
}
/*# sourceMappingURL=company.css.map */