@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

p {
  line-height: 28.8px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.l-company {
  width: 100%;
  margin: 200px auto 0;
}
@media (max-width: 1060px) {
  .l-company {
    margin: 69px auto 0;
  }
}
@media (max-width: 600px) {
  .l-company {
    margin: 65px auto 0;
  }
}
.l-company .top-inner {
  background-image: url("https://q2one.co.jp/system_panel/uploads/images/4291464_m.jpg");
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.l-company .top-inner .l-sub-h1 {
  margin: auto;
  padding-top: 109px;
  text-align: center;
}
.l-company .top-inner .l-sub-h1 .sub-h1 {
  font-size: 56px;
  color: #ff911e;
  letter-spacing: 0.08em;
  font-weight: 800;
  line-height: 83.16px;
  color: #ff911e;
  margin: 0;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
@media (max-width: 600px) {
  .l-company .top-inner .l-sub-h1 .sub-h1 {
    font-size: 52px;
  }
}
@media (max-width: 414px) {
  .l-company .top-inner .l-sub-h1 .sub-h1 {
    font-size: 48px;
  }
}
@media (max-width: 320px) {
  .l-company .top-inner .l-sub-h1 .sub-h1 {
    font-size: 43px;
  }
}

/*-------------------------*/
/*h2タイトル
/*-------------------------*/
.greeting-common-pad {
  padding: 0 90px;
  margin: 0 auto 83px;
}
@media (max-width: 1000px) {
  .greeting-common-pad {
    margin: 0 auto 43px;
  }
}
@media (max-width: 600px) {
  .greeting-common-pad {
    padding: 0 45px;
  }
}
@media (max-width: 414px) {
  .greeting-common-pad {
    padding: 0 15px;
    margin: 0 auto 23px;
  }
}
.greeting-common-pad .greeting-top {
  margin: 86px 0 54px;
}
.greeting-common-pad .greeting-top .sub-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #ffffff;
  border: 2px solid #ff911e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  letter-spacing: 0.08em;
  color: #333;
  width: 400px;
  height: 80px;
  margin: 0 auto;
  font-weight: 800;
  font-size: 32px;
  line-height: 47.52px;
  z-index: 10;
  bottom: -36px;
  left: 0;
  right: 0;
  white-space: nowrap;
}
@media (max-width: 1030px) {
  .greeting-common-pad .greeting-top .sub-h2 {
    font-size: 28px;
  }
}
@media (max-width: 860px) {
  .greeting-common-pad .greeting-top .sub-h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .greeting-common-pad .greeting-top .sub-h2 {
    width: 60%;
    height: 70px;
  }
}
@media (max-width: 600px) {
  .greeting-common-pad .greeting-top .sub-h2 {
    font-size: 24px;
    width: 65%;
  }
}
@media (max-width: 414px) {
  .greeting-common-pad .greeting-top .sub-h2 {
    font-size: 20px;
    width: 82%;
    bottom: -52px;
  }
}
@media (max-width: 320px) {
  .greeting-common-pad .greeting-top .sub-h2 {
    font-size: 18px;
    width: 86%;
  }
}
.greeting-common-pad .greeting-top .sub-h2 .h2-img {
  width: 100px;
  height: 100px;
  padding-top: 4%;
  padding-left: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1030px) {
  .greeting-common-pad .greeting-top .sub-h2 .h2-img {
    width: 29%;
    height: auto;
    padding-left: 8px;
  }
}
@media (max-width: 860px) {
  .greeting-common-pad .greeting-top .sub-h2 .h2-img {
    width: 29%;
    padding-left: 4px;
  }
}
@media (max-width: 680px) {
  .greeting-common-pad .greeting-top .sub-h2 .h2-img {
    width: 31%;
    height: inherit;
  }
}
.greeting-common-pad .greeting-top .sub-h2 .h2-img.left {
  padding-left: 40px;
  margin-left: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 414px) {
  .greeting-common-pad .greeting-top .sub-h2 .h2-img.left {
    width: 36%;
    height: inherit;
  }
}
.greeting-common-pad .greeting-top .sub-h2 .h2-img.right {
  padding-right: 34px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 414px) {
  .greeting-common-pad .greeting-top .sub-h2 .h2-img.right {
    width: 36%;
    height: inherit;
  }
}
.greeting-common-pad .greeting-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 1000px) {
  .greeting-common-pad .greeting-wrap {
    display: block;
  }
}
.greeting-common-pad .greeting-wrap .gree-img {
  width: 47%;
  height: 382px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .greeting-common-pad .greeting-wrap .gree-img {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .greeting-common-pad .greeting-wrap .gree-img {
    height: 320px;
  }
}
@media (max-width: 414px) {
  .greeting-common-pad .greeting-wrap .gree-img {
    height: 260px;
  }
}
.greeting-common-pad .greeting-wrap .text-content {
  margin-left: 115px;
}
@media (max-width: 1200px) {
  .greeting-common-pad .greeting-wrap .text-content {
    margin-left: 85px;
  }
}
@media (max-width: 1000px) {
  .greeting-common-pad .greeting-wrap .text-content {
    width: 100%;
    margin: 30px auto 0;
  }
}
.greeting-common-pad .greeting-wrap .text-content .text {
  margin: 0;
  color: #4e5446;
}
@media (max-width: 768px) {
  .greeting-common-pad .greeting-wrap .text-content .text {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .greeting-common-pad .greeting-wrap .text-content .text {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .greeting-common-pad .greeting-wrap .text-content .text {
    font-size: 11px;
  }
}
.greeting-common-pad .greeting-wrap .text-content .ceo-name {
  font-weight: 800;
  font-size: 24px;
  margin-top: 34px;
  color: #333;
}
@media (max-width: 1275px) {
  .greeting-common-pad .greeting-wrap .text-content .ceo-name {
    margin-top: 29px;
  }
}
@media (max-width: 768px) {
  .greeting-common-pad .greeting-wrap .text-content .ceo-name {
    font-size: 24px;
  }
}
@media (min-width: 1275px) {
  .greeting-common-pad .greeting-wrap .text-content .ceo-name .sp-ceo {
    display: none;
  }
}
@media (max-width: 1000px) {
  .greeting-common-pad .greeting-wrap .text-content .ceo-name .sp-ceo {
    display: none;
  }
}
@media (max-width: 414px) {
  .greeting-common-pad .greeting-wrap .text-content .ceo-name .sp-ceo {
    display: block;
  }
}

.about-common-pad {
  background-image: url("https://q2one.co.jp/system_panel/uploads/images/2541407.png");
  width: 100%;
  height: 953px;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 1281px) {
  .about-common-pad {
    background-size: cover;
  }
}
@media (max-width: 1280px) {
  .about-common-pad {
    background-size: contain;
  }
}
@media (max-width: 414px) {
  .about-common-pad {
    height: 853px;
  }
}
.about-common-pad .about-top {
  padding-top: 117px;
}
@media (max-width: 768px) {
  .about-common-pad .about-top {
    padding-top: 97px;
  }
}
@media (max-width: 600px) {
  .about-common-pad .about-top {
    padding-top: 77px;
  }
}
@media (max-width: 414px) {
  .about-common-pad .about-top {
    padding-top: 57px;
  }
}
.about-common-pad .about-top .sub-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #ffffff;
  border: 2px solid #ff911e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  letter-spacing: 0.08em;
  color: #333;
  width: 400px;
  height: 80px;
  margin: 0 auto;
  font-weight: 800;
  font-size: 32px;
  line-height: 47.52px;
  z-index: 10;
  bottom: -36px;
  left: 0;
  right: 0;
  white-space: nowrap;
}
@media (max-width: 1030px) {
  .about-common-pad .about-top .sub-h2 {
    font-size: 28px;
  }
}
@media (max-width: 860px) {
  .about-common-pad .about-top .sub-h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .about-common-pad .about-top .sub-h2 {
    width: 60%;
    height: 70px;
  }
}
@media (max-width: 600px) {
  .about-common-pad .about-top .sub-h2 {
    font-size: 24px;
    width: 65%;
  }
}
@media (max-width: 414px) {
  .about-common-pad .about-top .sub-h2 {
    font-size: 20px;
    width: 82%;
    bottom: -52px;
  }
}
@media (max-width: 320px) {
  .about-common-pad .about-top .sub-h2 {
    font-size: 18px;
    width: 86%;
  }
}
.about-common-pad .about-top .sub-h2 .h2-img {
  width: 100px;
  height: 100px;
  padding-top: 4%;
  padding-left: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1030px) {
  .about-common-pad .about-top .sub-h2 .h2-img {
    width: 29%;
    height: auto;
    padding-left: 8px;
  }
}
@media (max-width: 860px) {
  .about-common-pad .about-top .sub-h2 .h2-img {
    width: 29%;
    padding-left: 4px;
  }
}
@media (max-width: 680px) {
  .about-common-pad .about-top .sub-h2 .h2-img {
    width: 31%;
    height: inherit;
  }
}
.about-common-pad .about-top .sub-h2 .h2-img.left {
  padding-left: 40px;
  margin-left: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 414px) {
  .about-common-pad .about-top .sub-h2 .h2-img.left {
    width: 36%;
    height: inherit;
  }
}
.about-common-pad .about-top .sub-h2 .h2-img.right {
  padding-right: 34px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 414px) {
  .about-common-pad .about-top .sub-h2 .h2-img.right {
    width: 36%;
    height: inherit;
  }
}
.about-common-pad .about-wrap {
  margin-top: 108px;
}
@media (max-width: 768px) {
  .about-common-pad .about-wrap {
    margin: 68px auto 0;
  }
}
@media (max-width: 600px) {
  .about-common-pad .about-wrap {
    margin: 48px auto 0;
    padding: 0 7.5%;
  }
}
@media (max-width: 414px) {
  .about-common-pad .about-wrap {
    padding: 0 4%;
  }
}
.about-common-pad .about-wrap .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 750px;
  color: #333;
}
@media (max-width: 1280px) {
  .about-common-pad .about-wrap .list-box {
    margin: 0 20%;
  }
}
@media (max-width: 768px) {
  .about-common-pad .about-wrap .list-box {
    width: 100%;
    margin: auto;
    padding: 0 7%;
  }
}
@media (max-width: 600px) {
  .about-common-pad .about-wrap .list-box {
    padding: 0;
  }
}
@media (max-width: 414px) {
  .about-common-pad .about-wrap .list-box {
    width: 100%;
  }
}
.about-common-pad .about-wrap .list-box .list-title {
  padding: 10px 0;
  background: #ff911e;
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33%;
}
@media (max-width: 1280px) {
  .about-common-pad .about-wrap .list-box .list-title {
    width: 33%;
  }
}
.about-common-pad .about-wrap .list-box .list-title.last {
  border-bottom: 1px solid #ff911e;
}
.about-common-pad .about-wrap .list-box .about-title-text {
  white-space: nowrap;
  text-align: center;
  margin: 0 auto 0;
  padding: 4px 0;
}
@media (max-width: 1232px) {
  .about-common-pad .about-wrap .list-box .about-title-text {
    padding: 12px 0;
  }
}
.about-common-pad .about-wrap .list-box .list-detail {
  border: 1px solid #ff911e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 0 0 30px;
  width: 70%;
  background: #fff;
  color: #333;
}
@media (max-width: 1232px) {
  .about-common-pad .about-wrap .list-box .list-detail {
    padding: 21px 0 0 30px;
  }
}
@media (max-width: 768px) {
  .about-common-pad .about-wrap .list-box .list-detail {
    padding: 21px 0 0 25px;
  }
}
@media (max-width: 600px) {
  .about-common-pad .about-wrap .list-box .list-detail {
    padding: 21px 0 0 20px;
  }
}
@media (max-width: 414px) {
  .about-common-pad .about-wrap .list-box .list-detail {
    padding: 22px 0 0 15px;
  }
}
.about-common-pad .about-wrap .list-box .detail-text {
  margin: 0;
  color: #333 !important;
  text-decoration: none;
}
@media (max-width: 1232px) {
  .about-common-pad .about-wrap .list-box .detail-text {
    padding-bottom: 24px;
  }
}
@media (max-width: 414px) {
  .about-common-pad .about-wrap .list-box .detail-text {
    font-size: 12px;
  }
}
@media (min-width: 1233px) {
  .about-common-pad .about-wrap .list-box .detail-text .sp-address {
    display: none;
  }
}
.about-common-pad .about-wrap .list-box .detail-text .tel-num {
  text-decoration: none;
  color: #333;
}

.access-common-pad {
  width: 100%;
  padding: 0 86px 0 94px;
  margin: 0 auto 83px;
}
@media (max-width: 768px) {
  .access-common-pad {
    padding: 0 65px;
    margin: 0 auto 63px;
  }
}
@media (max-width: 600px) {
  .access-common-pad {
    padding: 0 45px;
    margin: 0 auto 43px;
  }
}
@media (max-width: 414px) {
  .access-common-pad {
    padding: 0 15px;
    margin: 0 auto 23px;
  }
}
.access-common-pad .access-top {
  padding-top: 117px;
}
@media (max-width: 768px) {
  .access-common-pad .access-top {
    padding-top: 97px;
  }
}
@media (max-width: 600px) {
  .access-common-pad .access-top {
    padding-top: 77px;
  }
}
@media (max-width: 414px) {
  .access-common-pad .access-top {
    padding: 57px 0 0;
  }
}
.access-common-pad .access-top .sub-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #ffffff;
  border: 2px solid #ff911e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  letter-spacing: 0.08em;
  width: 400px;
  height: 80px;
  margin: 0 auto;
  font-weight: 800;
  font-size: 32px;
  line-height: 47.52px;
  z-index: 10;
  bottom: -36px;
  left: 0;
  right: 0;
  white-space: nowrap;
}
@media (max-width: 1030px) {
  .access-common-pad .access-top .sub-h2 {
    font-size: 28px;
  }
}
@media (max-width: 860px) {
  .access-common-pad .access-top .sub-h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .access-common-pad .access-top .sub-h2 {
    width: 60%;
    height: 70px;
  }
}
@media (max-width: 600px) {
  .access-common-pad .access-top .sub-h2 {
    font-size: 24px;
    width: 65%;
  }
}
@media (max-width: 414px) {
  .access-common-pad .access-top .sub-h2 {
    font-size: 20px;
    width: 82%;
    bottom: -52px;
  }
}
@media (max-width: 320px) {
  .access-common-pad .access-top .sub-h2 {
    font-size: 18px;
    width: 86%;
  }
}
.access-common-pad .access-top .sub-h2 .h2-img {
  width: 100px;
  height: 100px;
  padding-top: 4%;
  padding-left: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1030px) {
  .access-common-pad .access-top .sub-h2 .h2-img {
    width: 29%;
    height: auto;
    padding-left: 8px;
  }
}
@media (max-width: 860px) {
  .access-common-pad .access-top .sub-h2 .h2-img {
    width: 29%;
    padding-left: 4px;
  }
}
@media (max-width: 680px) {
  .access-common-pad .access-top .sub-h2 .h2-img {
    width: 31%;
    height: inherit;
  }
}
.access-common-pad .access-top .sub-h2 .h2-img.left {
  padding-left: 40px;
  margin-left: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 414px) {
  .access-common-pad .access-top .sub-h2 .h2-img.left {
    width: 36%;
    height: inherit;
  }
}
.access-common-pad .access-top .sub-h2 .h2-img.right {
  padding-right: 34px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 414px) {
  .access-common-pad .access-top .sub-h2 .h2-img.right {
    width: 36%;
    height: inherit;
  }
}
.access-common-pad .google-map {
  position: relative;
  max-width: 1600px;
  margin: 108px auto 0;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .access-common-pad .google-map {
    margin: 68px auto 0;
  }
}
@media (max-width: 600px) {
  .access-common-pad .google-map {
    margin: 48px auto 0;
  }
}
.access-common-pad .google-map iframe,
.access-common-pad .google-map object,
.access-common-pad .google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}
.access-common-pad .map-address {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 37px;
}
@media (max-width: 600px) {
  .access-common-pad .map-address {
    font-size: 14px;
    padding-top: 20px;
  }
}
@media (max-width: 414px) {
  .access-common-pad .map-address {
    padding-top: 10px;
  }
}
@media (min-width: 601px) {
  .access-common-pad .map-address .sp-map-add {
    display: none;
  }
}
/*# sourceMappingURL=company.css.map */