/* ===================================

  メニュー周り

====================================== */


/* ===================================

  企業のお客様

====================================== */
/* ---------------------------------
  ページ共通
----------------------------------- */

#general .main {
  padding-bottom: 0;
}
#general .contents *,
#general .contents *::before,
#general .contents *::after {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#general .contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
#general .container {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  #general .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  #general .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
/* ---------------------------------
  MV
----------------------------------- */
#general #service-top .c-hero {
  background: url(../images/general/general-mv.webp) no-repeat center center;
  background-size: cover;
}

/* ---------------------------------
  msg
----------------------------------- */
#general .msg {
  padding-top: 110px;
}
#general .msg .msg__title {
  display: flex;
  justify-content: center;
}
#general .msg .msg__title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
#general .msg .msg__title h2 br {
  display: none;
}
#general .msg .msg__title span {
  padding-left: 24px;
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffe000 60%);
}
#general .msg .msg__title span:nth-of-type(2) {
  padding-left: 0;
  padding-right: 24px;
}
#general .msg .msg__txt {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.14;
}
#general .msg .msg__imgs {
  margin-top: 77px;
  display: flex;
  align-items: flex-start;
}
#general .msg .msg__img {
  width: 50%;
}
#general .msg .msg__img img {
  display: block;
  width: 100%;
}
#general .msg .msg__img + .msg__img {
  margin-left: -2px;
}

@media screen and (max-width: 1199px) {
  #general .msg {
    padding-top: 60px;
  }
  #general .msg .msg__title h2 {
    font-size: 26px;
    line-height: 1.75;
  }
  #general .msg .msg__title h2 br {
    display: block;
  }
  #general .msg .msg__title span {
    display: inline-block;
    padding: 0 16px;
  }
  #general .msg .msg__title span:nth-of-type(2) {
    padding: 0 16px;
  }
  #general .msg .msg__txt {
    margin-top: 36px;
    font-size: 14px;
  }
  #general .msg .msg__imgs {
    margin-top: 60px;
  }
}

@media screen and (max-width: 758px) {
  #general .msg {
    padding-top: 40px;
  }
  #general .msg .msg__title h2 {
    font-size: 19px;
  }
  #general .msg .msg__title span {
    display: inline-block;
    padding: 0 8px;
  }
  #general .msg .msg__title span:nth-of-type(2) {
    padding: 0 8px;
  }
  #general .msg .msg__txt {
    margin-top: 30px;
    font-size: 13px;
  }
  #general .msg .msg__imgs {
    margin-top: 40px;
  }
}

/* ---------------------------------
  detail
----------------------------------- */
#general .detail {
  padding-top: 90px;
}
#general .detail .item {
  display: flex;
  align-items: flex-start;
}
#general .detail .item:first-child {
  align-items: center;
}
#general .detail .item + .item {
  margin-top: 90px;
}
#general .detail .item__head {
  flex: 0 0 155px;
  width: 155px;
}
#general .detail .item__img {
  display: block;
  width: 90px;
}
#general .detail .item__body {
  flex: 1 1 auto;
}
#general .detail .item__title {
  display: flex;
  align-items: center;
}
#general .detail .item__title span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  width: 116px;
  height: 28px;
  background-color: #ffe000;
  font-family: "Highway Gothic Narrow", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
}
#general .detail .item__title span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 10px;
  border-color: transparent transparent transparent #ffe000;
}
#general .detail .item__title h3 {
  margin-left: 30px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#general .detail .item__txt {
  margin-top: 25px;
}
#general .detail .item__txt p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.85;
}
#general .detail .box {
  margin-top: 105px;
  padding: 27px 30px 33px;
  border: 2px solid #463d1d;
}
#general .detail .box__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
#general .detail .box .types {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 28px;
}
#general .detail .box .type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 36px) / 4);
  height: 70px;
  font-size: 16px;
  font-weight: 700;
  background-color: #ffe000;
}
#general .detail .box .type:nth-child(n + 5) {
  margin-top: 12px;
}

@media screen and (max-width: 1199px) {
  #general .detail {
    padding-top: 60px;
  }
  #general .detail .item:first-child {
    align-items: flex-start;
  }
  #general .detail .item + .item {
    margin-top: 60px;
  }
  #general .detail .item__head {
    flex: 0 0 135px;
    width: 135px;
  }
  #general .detail .item__img {
    width: 85px;
  }
  #general .detail .item__title span {
    padding-top: 2px;
    width: 100px;
    height: 22px;
    font-size: 16px;
  }
  #general .detail .item__title span::after {
    border-width: 11px 0 11px 10px;
  }
  #general .detail .item__title h3 {
    margin-left: 26px;
    font-size: 22px;
  }
  #general .detail .item__txt {
    margin-top: 22px;
  }
  #general .detail .item__txt p {
    font-size: 14px;
  }
  #general .detail .box {
    margin-top: 80px;
    padding: 25px 15px;
  }
  #general .detail .box__title {
    font-size: 18px;
  }
  #general .detail .box .types {
    margin-top: 25px;
  }
  #general .detail .box .type {
    width: calc((100% - 24px) / 4);
    height: 60px;
    font-size: 13px;
  }
  #general .detail .box .type:nth-child(n + 5) {
    margin-top: 8px;
  }
}

@media screen and (max-width: 758px) {
  #general .detail {
    padding-top: 60px;
  }
  #general .detail .item + .item {
    margin-top: 50px;
  }
  #general .detail .item__head {
    flex: 0 0 105px;
    width: 105px;
  }
  #general .detail .item__img {
    width: 80px;
  }
  #general .detail .item__title {
    display: block;
  }
  #general .detail .item__title span {
    padding-top: 3px;
    width: 76px;
    height: 20px;
    font-size: 13px;
  }
  #general .detail .item__title span::after {
    right: -8px;
    border-width: 10px 0 10px 8px;
  }
  #general .detail .item__title h3 {
    margin-left: 0;
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.5;
  }
  #general .detail .item__txt {
    margin-top: 16px;
  }
  #general .detail .item__txt p {
    font-size: 13px;
  }
  #general .detail .box {
    margin-top: 60px;
    padding: 25px 12px 20px;
  }
  #general .detail .box__title {
    font-size: 18px;
  }
  #general .detail .box .types {
    margin-top: 20px;
  }
  #general .detail .box .type {
    width: calc((100% - 10px) / 2);
    height: 60px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.33;
    text-align: center;
  }
  #general .detail .box .type:nth-child(n + 3) {
    margin-top: 10px;
  }
}

/* ---------------------------------
  jb
----------------------------------- */
#general .jb {
  margin-top: 117px;
  padding: 60px 0 55px;
  background-color: #463d1d;
  color: #fff;
}
#general .jb .sp {
  display: none;
}
#general .jb__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}
#general .jb__txt {
  margin-top: 18px;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.72;
  text-align: center;
}
#general .jb__txt span {
  font-size: 31px;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  #general .jb {
    margin-top: 80px;
    padding: 50px 0 45px;
  }
  #general .jb__title {
    font-size: 14px;
    line-height: 2;
  }
  #general .jb__txt {
    margin-top: 16px;
    font-size: 28px;
  }
  #general .jb__txt span {
    font-size: 24px;
  }
}

@media screen and (max-width: 758px) {
  #general .jb {
    margin-top: 60px;
    padding: 50px 0;
  }
  #general .jb .sp {
    display: block;
  }
  #general .jb__title {
    font-size: 13px;
  }
  #general .jb__txt {
    margin-top: 20px;
    font-size: 22px;
    line-height: 2;
  }
  #general .jb__txt span {
    font-size: 18px;
  }
}

/* ===================================

  施工事例

====================================== */
#general .works {
  padding: 100px 0;
  background-color: #fffce5;
}
#general .works__title {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}
#general .works .items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}

#general .works .item {
  width: calc((100% - 28px) / 3);
}
#general .works .item__head {
  position: relative;
}
#general .works .item__en {
  font-family: "Highway Gothic Narrow", sans-serif;
  font-size: 45px;
  font-weight: 600;
  color: #ffe000;
}
#general .works .item__ico {
  position: absolute;
  top: -13px;
  right: 10px;
}
#general .works .item__ico img {
  display: block;
  width: 95px;
}
#general .works .item__title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
#general .works .item__body {
  margin-top: -8px;
  padding: 28px 26px 30px 22px;
  background-image: url(../images/general/works-bg@3x.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 0 right 0;
}
#general .works .item__txt {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: -0.02em;
}
#general .works .item__imgs {
  margin-top: 20px;
}
#general .works .item__img {
  width: 100%;
}
#general .works .item__img img {
  display: block;
  width: 100%;
}
#general .works .item__img + .item__img {
  margin-top: 24px;
}
#general .works .item__foot {
  margin-top: 22px;
}
#general .works .item__foot dl {
  display: flex;
  align-items: center;
}
#general .works .item__foot dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 75px;
  width: 75px;
  height: 30px;
  border: 1px solid #463d1d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
#general .works .item__foot dt::before,
#general .works .item__foot dt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 8px;
  background-color: #ffe600;
  z-index: 1;
}
#general .works .item__foot dt::before {
  top: -5px;
}
#general .works .item__foot dt::after {
  bottom: -5px;
}
#general .works .item__foot dd {
  flex: 1 1 auto;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  #general .works {
    padding: 80px 0;
  }
  #general .works__title {
    font-size: 24px;
  }
  #general .works .items {
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  #general .works .item {
    width: calc((100% - 30px) / 2);
  }
  #general .works .item:nth-child(n + 3) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 758px) {
  #general .works {
    padding: 60px 0;
  }
  #general .works__title {
    font-size: 22px;
  }
  #general .works .items {
    flex-direction: column;
    align-items: center;
  }

  #general .works .item {
    width: 100%;
    max-width: 320px;
  }
  #general .works .item + .item {
    margin-top: 50px;
  }
  #general .works .item__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.05em;
  }
  #general .works .item__ico {
    top: -10px;
    right: 8px;
  }
  #general .works .item__ico img {
    width: 86px;
  }
}

/* ---------------------------------
  gw
----------------------------------- */
#general .gw {
  padding: 10px 0 110px;
  background-color: #fffce5;
}
#general .gw .box {
  position: relative;
  padding: 0 25px 35px;
  width: 100%;
  background-color: #fff;
  border: 3px solid #31b1b8;
  z-index: 2;
}
#general .gw .box__head {
  position: relative;
  padding-top: 28px;
  padding-left: 293px;
}
#general .gw .box__panel {
  width: 285px;
  height: 106px;
  position: absolute;
  top: -16px;
  left: 0;
  z-index: 1;
}
#general .gw .box__panel img {
  display: block;
  width: 100%;
}
#general .gw .box__title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#general .gw .box__title span {
  display: block;
  margin-top: 12px;
  font-size: 30px;
  font-weight: 900;
  color: #31b1b8;
  letter-spacing: -0.05em;
}

#general .gw .box__txt {
  margin-top: 20px;
}
#general .gw .box__txt p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
}
#general .gw .box__body {
  display: flex;
  align-items: flex-start;
  margin-top: 18px;
  padding-top: 22px;
  background-image: radial-gradient(circle, #31b1b8 1.5px, transparent 1.5px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  background-position: left top;
}
#general .gw .box__left {
  flex: 0 0 270px;
  width: 270px;
  padding-right: 20px;
}
#general .gw .box__copy {
  margin-top: -3px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}
#general .gw .box__places {
  margin-top: 12px;
  padding: 5px 10px;
  border: 1px solid #3a3b39;
}
#general .gw .box__place {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}
#general .gw .box__border {
  flex: 0 0 10px;
  width: 10px;
}
#general .gw .box__border img {
  display: block;
  width: 100%;
}
#general .gw .box__imgs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1 1 auto;
  padding-left: 9px;
}
#general .gw .box__img {
  width: calc((100% - 18px) / 3);
}
#general .gw .box__img img {
  display: block;
  width: 100%;
}
#general .gw .box__foot {
  margin-top: 35px;
}
#general .gw .box__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #31b1b8;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #fff;
  transition: all 0.5s;
}
#general .gw .box__link:hover {
  opacity: 0.75;
}
#general .gw .box__link span::after {
  content: "";
  display: inline-block;
  margin-left: 25px;
  width: 10px;
  height: 15px;
  background-image: url(../images/general/ico-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 10px 15px;
  background-position: center;
}
#general .gw__copy {
  margin-top: 58px;
}
#general .gw__copy img {
  display: block;
  width: 100%;
}
#general .gw__copy .sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  #general .gw {
    padding: 30px 0 80px;
  }
  #general .gw .box {
    padding: 0 30px 30px;
  }
  #general .gw .box__head {
    padding-top: 120px;
    padding-left: 0;
  }
  #general .gw .box__panel {
    width: 280px;
    height: auto;
  }
  #general .gw .box__title {
    font-size: 14px;
  }
  #general .gw .box__title span {
    margin-top: 13px;
    font-size: 28px;
  }

  #general .gw .box__txt {
    margin-top: 22px;
  }
  #general .gw .box__txt p {
    font-size: 14px;
  }
  #general .gw .box__body {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 25px;
  }
  #general .gw .box__left {
    flex: 0 0 280px;
    width: 280px;
    padding-right: 30px;
  }
  #general .gw .box__copy {
    font-size: 18px;
  }
  #general .gw .box__places {
    margin-top: 15px;
    padding: 6px 12px;
  }
  #general .gw .box__border {
    flex: 0 0 10px;
    width: 10px;
  }
  #general .gw .box__border img {
    display: block;
    width: 100%;
  }
  #general .gw .box__imgs {
    flex-wrap: wrap;
    padding-left: 10px;
  }
  #general .gw .box__img {
    width: calc((100% - 15px) / 2);
  }
  #general .gw .box__img:nth-child(n + 3) {
    margin-top: 20px;
  }
  #general .gw .box__foot {
    margin-top: 32px;
  }
  #general .gw .box__link {
    height: 46px;
    font-size: 16px;
  }
  #general .gw .box__link span::after {
    margin-left: 22px;
    width: 8px;
    height: 12px;
    background-size: 8px 12px;
  }
  #general .gw__copy {
    margin-top: 50px;
  }
}

@media screen and (max-width: 758px) {
  #general .gw {
    padding: 20px 0 60px;
  }
  #general .gw .box {
    padding: 0 15px 30px;
  }
  #general .gw .box__head {
    padding-top: 78px;
  }
  #general .gw .box__panel {
    width: 190px;
    top: -12px;
  }
  #general .gw .box__title {
    font-size: 13px;
    line-height: 1.5;
  }
  #general .gw .box__title span {
    margin-top: 6px;
    font-size: 24px;
    line-height: 1.33;
  }

  #general .gw .box__txt {
    margin-top: 22px;
  }
  #general .gw .box__txt p {
    font-size: 13px;
  }
  #general .gw .box__body {
    display: block;
  }
  #general .gw .box__left {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
  }
  #general .gw .box__border {
    display: none;
  }
  #general .gw .box__imgs {
    padding-left: 0;
    margin-top: 25px;
  }
  #general .gw .box__img {
    width: calc((100% - 10px) / 2);
  }
  #general .gw .box__img:nth-child(n + 3) {
    margin-top: 15px;
  }
  #general .gw .box__foot {
    margin-top: 30px;
  }
  #general .gw .box__link {
    height: 46px;
    font-size: 12px;
  }
  #general .gw .box__link span::after {
    margin-left: 8px;
    width: 6px;
    height: 10px;
    background-size: 6px 10px;
  }
  #general .gw__copy {
    margin-top: 46px;
  }
  #general .gw__copy .pc {
    display: none;
  }
  #general .gw__copy .sp {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 330px;
  }
}

/* ---------------------------------
  CTA
----------------------------------- */
#general .cta {
  padding: 65px 0 100px;
  background-color: #ffe600;
}
#general .cta__title {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}
#general .cta .items {
  display: flex;
  margin-top: 68px;
}
#general .cta .item {
  width: 50%;
}
#general .cta .item + .item {
  padding-left: 68px;
  border-left: 2px solid #463d1d;
}
#general .cta .item__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#general .cta .item__tel {
  display: block;
  margin-top: 25px;
  font-family: "Highway Gothic Narrow", sans-serif;
  font-size: 60px;
  font-weight: 500;
}
#general .cta .item__txt {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
}
#general .cta .item__link {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  width: 420px;
  height: 87px;
  background-color: #fff;
  background-image: url(../images/ico/ico-arrow-right-br.svg);
  background-repeat: no-repeat;
  background-size: 13px 23px;
  background-position: center left 40px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: 6px solid #463d1d;
  transition: all 0.5s;
}
#general .cta .item__link:hover {
  color: #463d1d;
  opacity: 0.75;
}

@media screen and (max-width: 1199px) {
  #general .cta {
    padding: 60px 0 80px;
  }
  #general .cta__title {
    font-size: 24px;
  }
  #general .cta .items {
    margin-top: 50px;
    display: block;
  }
  #general .cta .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  #general .cta .item + .item {
    margin-top: 50px;
    padding-top: 50px;
    padding-left: 0;
    border-left: none;
    border-top: 2px solid #463d1d;
  }
  #general .cta .item__title {
    font-size: 20px;
  }
  #general .cta .item__tel {
    margin-top: 20px;
    font-size: 52px;
  }
  #general .cta .item__txt {
    margin-top: 15px;
    font-size: 16px;
  }
  #general .cta .item__link {
    margin-top: 40px;
    width: 350px;
    height: 65px;
    background-size: 11px 21px;
    background-position: center left 30px;
    font-size: 18px;
    border: 5px solid #463d1d;
  }
  #general .cta .item__link:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 758px) {
  #general .cta {
    padding: 50px 0 100px;
  }
  #general .cta__title {
    font-size: 22px;
  }
  #general .cta .items {
    margin-top: 40px;
  }
  #general .cta .item + .item {
    margin-top: 40px;
    padding-top: 40px;
  }
  #general .cta .item__title {
    font-size: 16px;
  }
  #general .cta .item__tel {
    margin-top: 22px;
    font-size: 40px;
  }
  #general .cta .item__txt {
    margin-top: 12px;
    font-size: 13px;
  }
  #general .cta .item__link {
    margin-top: 40px;
    width: 100%;
    max-width: 330px;
    height: 60px;
    background-size: 10px 20px;
    background-position: center left 25px;
    font-size: 16px;
    border: 4px solid #463d1d;
  }
  #general .cta .item__link:hover {
    opacity: 1;
  }
}
