@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/* common
============================================================ */
.top-title-wrap .lange-en {
  font-size: 80px;
  font-weight: 400;
  font-family: "Nuosu SIL", sans-serif;
  line-height: 1;
  letter-spacing: 2px;
  color: #273761;
}
.top-title-wrap .lange-ja {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.5px;
  color: #A6B144;
  margin-top: 20px;
  display: block;
}
.top-title-wrap .lange-ja span {
  position: relative;
  padding-left: 20px;
}
.top-title-wrap .lange-ja span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../img/common/icon-dot-A-gn.svg) 0 0 no-repeat;
  background-size: 10px auto;
}

.section-base {
  margin-top: 182px;
}
.section-base:first-child {
  margin-top: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .top-title-wrap .lange-en {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .top-title-wrap .lange-ja {
    font-size: 16px;
    margin-top: 13px;
  }

  .section-base {
    margin-top: 100px;
  }
  .section-base:first-child {
    margin-top: 0;
  }
}

/* top-kv-wrap
============================================================ */
.top-kv-wrap {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .top-kv-wrap {
    padding-top: 30px;
  }
  .top-kv-wrap img {
    width: 100%;
  }
}

/* -business
============================================================ */
.-business {
  margin-top: 110px !important;
}
.-business .business-body {
  display: flex;
}
.-business .business-body .wrap-A {
}
.-business .business-body .wrap-A .text {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  margin-top: 70px;
}
.-business .business-body .wrap-B {
  margin-left: auto;
}

/* ひし形 */
.-business .business-body .wrap-B .diamond-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 550px;
  /* margin: 50px auto; */
  position: relative;
}
.-business .business-body .wrap-B .diamond-item {
  width: 186px;
  height: 186px;
  margin: 0 10px;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
  transition: all .2s ease-in-out;
}
.-business .business-body .wrap-B .diamond-item:hover {
  opacity: .7;
}
.-business .business-body .wrap-B .diamond-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.-business .business-body .wrap-B .top-item {
  background-color: #273761;
  position: absolute;
  top: -142px;
  z-index: 2;
}

.-business .business-body .wrap-B .left-item {
  background-color: #528BAD;
  z-index: 1;
}

.-business .business-body .wrap-B .right-item {
  background-color: #A6B144;
  z-index: 1;
  margin-left: 90px;
}
.-business .business-body .wrap-B .content-box {
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.-business .business-body .wrap-B .icon {
  margin-bottom: 10px;
  position: relative;
  top: -10px;
}
.-business .business-body .wrap-B .icon.chair-icon {
  width: 60px;
  height: 60px;
  background: url(../img/top/icon-chair.svg) 0 0 no-repeat;
  background-size: 60px auto;
}
.-business .business-body .wrap-B .icon.recycle-icon {
  width: 60px;
  height: 60px;
  background: url(../img/top/icon-recycle.svg) 0 0 no-repeat;
  background-size: 60px auto;
}
.-business .business-body .wrap-B .icon.truck-icon {
  width: 60px;
  height: 60px;
  background: url(../img/top/icon-truck.svg) 0 0 no-repeat;
  background-size: 60px auto;
}
.-business .business-body .wrap-B .text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
  position: relative;
  top: -10px;
}
.-business .business-body .wrap-B .arrow-down {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 12px;
  background: url(../img/top/icon-down-arrow-wh.svg) 0 0 no-repeat;
  background-size: 20px auto;
}

/* business-body-bottom */
.business-body-bottom-inner {
  max-width: calc(1100px + 70px * 2);
  padding: 0 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.business-body-bottom {
  margin-top: 120px;
}
.business-body-item {
  padding: 59px 70px;
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(15, 125, 191, 0.07), rgba(166, 177, 68, 0.07));
  margin-top: 40px;
  position: relative;
}
.business-body-item.-type-left {
  border-radius: 0 30px 30px 0;
}
.business-body-item.-type-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(100% - 3440px);
  width: 2200px;
  height: 100%;
  background-color: rgba(15, 125, 191, 0.07);
  z-index: -1;
}
.business-body-item.-type-right {
  border-radius: 30px 0 0 30px;
}
.business-body-item.-type-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(100% - 3440px);
  width: 2200px;
  height: 100%;
  background-color: rgba(166, 177, 68, 0.07);
  z-index: -1;
}
.business-body-item:first-child {
  margin-top: 0;
}
.business-body-item .flex-box {
  display: flex;
}
.business-body-item .desc-block-A {
  width: calc(100% - 480px);
  padding-right: 40px;
}
.business-body-item .desc-block-A .catch-text-wrap {
  padding: 13px 20px;
  border-radius: 6px;
  position: relative;
  background: linear-gradient(90deg, #0F7DBF, #A6B144);
}
.business-body-item .desc-block-A .catch-text-wrap::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 473px;
  width: 18px;
  height: 10px;
  background: url(../img/top/business-catch-text-wrap-parts.svg) 0 0 no-repeat;
  background-size: 18px auto;
}
.business-body-item .desc-block-A .catch-text-wrap .catch-text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
.business-body-item .desc-block-A .block-A-inner {
  width: 525px;
  margin-top: 32px;
}
.business-body-item .desc-block-A .title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-left: 70px;
  padding-bottom: 30px;
}
.business-body-item .desc-block-A .title.-A {
  color: #273761;
  border-bottom: solid 1px #273761;
}
.business-body-item .desc-block-A .title.-B {
  color: #528bad;
  border-bottom: solid 1px #528bad;
}
.business-body-item .desc-block-A .title.-C {
  color: #a6b144;
  border-bottom: solid 1px #a6b144;
}
.business-body-item .desc-block-A .title::before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
.business-body-item .desc-block-A .title.-A::before {
  background: url(../img/top/business-icon-A.svg) 0 0 no-repeat;
  background-size: 60px auto;
}
.business-body-item .desc-block-A .title.-B::before {
  background: url(../img/top/business-icon-B.svg) 0 0 no-repeat;
  background-size: 60px auto;
}
.business-body-item .desc-block-A .title.-C::before {
  background: url(../img/top/business-icon-C.svg) 0 0 no-repeat;
  background-size: 60px auto;
}
.business-body-item .desc-block-A .main-text {
  margin-top: 30px;
}
.business-body-item .desc-block-B {
  width: 480px;
  margin-left: auto;
}
.business-body-item .desc-block-B img {
  overflow: hidden;
  border-radius: 30px;
}
.business-body-item .desc-block-B .title-wrap-B .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #273761;
  padding: 18px 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(166, 177, 68, .01);
}
.business-body-item .desc-block-B .title-wrap-B .title span {
  position: relative;
  padding-left: 28px;
}
.business-body-item .desc-block-B .title-wrap-B .map span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 20px;
  background: url(../img/top/business-icon-map.svg) 0 0 no-repeat;
  background-size: 16px auto;
}
.business-body-item .desc-block-B .title-wrap-B .tel span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/top/business-icon-tel.svg) 0 0 no-repeat;
  background-size: 20px auto;
}
.business-body-item .desc-block-B .other-wrap-A {
  margin-top: 10px;
}
.business-body-item .desc-block-B .other-wrap-A table tr {
  border-bottom: 1px solid transparent;
  background: linear-gradient(90deg, rgba(15, 125, 191, .3), rgba(166, 177, 68, .3)) bottom / 100% 1px no-repeat;
}
.business-body-item .desc-block-B .other-wrap-A table tr:last-child {
  border-bottom: none;
  background: none;
}
.business-body-item .desc-block-B .other-wrap-A table th,
.business-body-item .desc-block-B .other-wrap-A table td {
  padding: 15px 0;
  vertical-align: top;
}
.business-body-item .desc-block-B .other-wrap-A table th {
  width: 115px;
  padding-right: 30px;
}
.business-body-item .desc-block-B .other-wrap-A table th span {
  color: #528bad;
  white-space: nowrap;
  position: relative;
  padding-left: 20px;
}
.business-body-item .desc-block-B .other-wrap-A table th span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../img/common/icon-dot-A-bl-gn.svg) 0 0 no-repeat;
  background-size: 10px auto;
}
.business-body-item .desc-block-B .other-wrap-B {
  margin-top: 20px;
}
.business-body-item .desc-block-B .other-wrap-B .title {
  font-weight: bold;
  color: #a6b144;
}
.business-body-item .desc-block-B .other-wrap-B .title span {
  position: relative;
  padding-left: 20px;
}
.business-body-item .desc-block-B .other-wrap-B .title span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../img/common/icon-dot-A-gn.svg) 0 0 no-repeat;
  background-size: 10px auto;
}
.business-body-item .desc-block-B .other-wrap-B .text {
  margin-top: 15px;
}

.business-body-btn {
  margin-top: 80px;
  text-align: center;
}
.business-body-btn a {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff !important;
  border-radius: 100px;
  display: inline-block;
  padding: 33px 60px 37px 80px;
  background: linear-gradient(90deg, #0F7DBF, #A6B144);
  position: relative;
}
.business-body-btn a span {
  padding-right: 70px;
  position: relative;
}
.business-body-btn a span::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../img/common/icon-arrow-A-wh.svg) 0 0 no-repeat;
  background-size: 40px auto;
}
.business-body-btn a .business-body-btn-parts {
  position: absolute;
  top: -25px;
  left: 60px;
}
.business-body-btn a:hover {
  text-decoration: none;
  opacity: .7;
}


/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-business {
    margin-top: 50px !important;
  }
  .-business .business-body {
    display: block;
  }
  .-business .business-body .wrap-A {
  }
  .-business .business-body .wrap-A .text {
    font-size: 16px;
    line-height: 2.2;
    margin-top: 45px;
  }
  .-business .business-body .wrap-B {
    margin-left: auto;
    margin-top: 140px;
  }

  /* ひし形 */
  .-business .business-body .wrap-B .content-box {
    padding: 10px;
  }
  .-business .business-body .wrap-B .diamond-container {
    width: 335px;
    margin: 0 auto;
  }
  .-business .business-body .wrap-B .diamond-item {
    width: 118px;
    height: 118px;
  }
  .-business .business-body .wrap-B .diamond-item:hover {
    opacity: 1;
  }
  .-business .business-body .wrap-B .top-item {
    top: -90px;
  }

  .-business .business-body .wrap-B .right-item {
    margin-left: 56px;
  }
  .-business .business-body .wrap-B .icon {
    margin-bottom: 10px;
    position: relative;
    top: -10px;
  }
  .-business .business-body .wrap-B .icon.chair-icon {
    width: 40px;
    height: 40px;
    background: url(../img/top/icon-chair.svg) 0 0 no-repeat;
    background-size: 40px auto;
  }
  .-business .business-body .wrap-B .icon.recycle-icon {
    width: 40px;
    height: 40px;
    background: url(../img/top/icon-recycle.svg) 0 0 no-repeat;
    background-size: 40px auto;
  }
  .-business .business-body .wrap-B .icon.truck-icon {
    width: 40px;
    height: 40px;
    background: url(../img/top/icon-truck.svg) 0 0 no-repeat;
    background-size: 40px auto;
  }
  .-business .business-body .wrap-B .text {
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0;
    position: relative;
    top: -10px;
  }
  .-business .business-body .wrap-B .arrow-down {
    bottom: -10px;
    width: 12px;
    height: 7px;
    background: url(../img/top/icon-down-arrow-wh.svg) 0 0 no-repeat;
    background-size: 12px auto;
  }

  /* business-body-bottom */
  .business-body-bottom {
    margin-top: 55px;
  }
  .business-body-item {
    padding: 59px 20px;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(15, 125, 191, 0.07), rgba(166, 177, 68, 0.07));
    margin-top: 20px;
    position: relative;
  }
  .business-body-item.-type-left {
    border-radius: 0 0 0 0;
  }
  .business-body-item.-type-left::after {
    display: none;
  }
  .business-body-item.-type-right {
    border-radius: 0 0 0 0;
  }
  .business-body-item.-type-right::after {
    display: none;
  }
  .business-body-item:first-child {
    margin-top: 0;
  }
  .business-body-item .flex-box {
    display: block;
  }
  .business-body-item .desc-block-A {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .business-body-item .desc-block-A .catch-text-wrap {
    padding: 7px 20px;
    border-radius: 6px;
  }
  .business-body-item .desc-block-A .catch-text-wrap::after {
    left: auto;
    right: 20px;
  }
  .business-body-item .desc-block-A .catch-text-wrap .catch-text {
    white-space: normal;
  }
  .business-body-item .desc-block-A .block-A-inner {
    width: 100%;
    margin-top: 32px;
  }
  .business-body-item .desc-block-A .title {
    font-size: 20px;
    padding-left: 50px;
    padding-bottom: 30px;
  }
  .business-body-item .desc-block-A .title::before {
    content: "";
    position: absolute;
    top: calc(50% - 14px);
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }
  .business-body-item .desc-block-A .title.-A::before {
    background: url(../img/top/business-icon-A.svg) 0 0 no-repeat;
    background-size: 40px auto;
  }
  .business-body-item .desc-block-A .title.-B::before {
    background: url(../img/top/business-icon-B.svg) 0 0 no-repeat;
    background-size: 40px auto;
  }
  .business-body-item .desc-block-A .title.-C::before {
    background: url(../img/top/business-icon-C.svg) 0 0 no-repeat;
    background-size: 40px auto;
  }
  .business-body-item .desc-block-A .main-text {
    margin-top: 15px;
  }
  .business-body-item .desc-block-B {
    width: 100%;
    margin-left: auto;
  }
  .business-body-item .desc-block-B .other-wrap-A {
    margin-top: 10px;
  }
  .business-body-item .desc-block-B .other-wrap-A table tr {
    border-bottom: 1px solid transparent;
    background: linear-gradient(90deg, rgba(15, 125, 191, .3), rgba(166, 177, 68, .3)) bottom / 100% 1px no-repeat;
  }
  .business-body-item .desc-block-B .other-wrap-A table tr:last-child {
    border-bottom: none;
    background: none;
  }
  .business-body-item .desc-block-B .other-wrap-A table th,
  .business-body-item .desc-block-B .other-wrap-A table td {
    padding: 15px 0;
    width: 100%;
    display: block;
  }
  .business-body-item .desc-block-B .other-wrap-A table th {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
  .business-body-item .desc-block-B .other-wrap-A table td {
    padding-top: 4px;
  }
  .business-body-item .desc-block-B .other-wrap-A table th span {
    padding-left: 20px;
  }
  .business-body-item .desc-block-B .other-wrap-B {
    margin-top: 20px;
  }
  .business-body-item .desc-block-B .other-wrap-B .text {
    margin-top: 15px;
  }

  .business-body-btn {
    margin-top: 80px;
    text-align: center;
    padding: 0 20px;
  }
  .business-body-btn a {
    font-size: 24px;
    text-align: left;
    line-height: 1.4;
    border-radius: 100px;
    padding: 23px 35px 26px 35px;
  }
  .business-body-btn a span {
    display: block;
    padding-right: 60px;
  }
  .business-body-btn a .business-body-btn-parts {
    top: -20px;
    left: 15px;
  }
  .business-body-btn a .business-body-btn-parts img {
    width: 108px;
    height: auto;
  }
  .business-body-btn a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 321px) {
  .business-body-item .desc-block-A .title {
    font-size: 19px;
  }
  .business-body-item .desc-block-B .title-wrap-B .title {
    line-height: 1.4;
  }
  .business-body-btn a {
    font-size: 16px;
  }
  .business-body-btn a .business-body-btn-parts img {
    width: 90px;
  }

  .-business .business-body .wrap-B .diamond-container {
    width: 280px;
  }
  .-business .business-body .wrap-B .diamond-item {
    width: 100px;
    height: 100px;
  }
  .-business .business-body .wrap-B .top-item {
    top: -80px;
  }
  .-business .business-body .wrap-B .right-item {
    margin-left: 48px;
  }
  .-business .business-body .wrap-B .icon {
    top: -5px;
  }
  .-business .business-body .wrap-B .text {
    font-size: 11px;
    top: -10px;
    white-space: nowrap;
  }
}

/* -company
============================================================ */
.-company {
  padding: 100px 0 130px;
  border-radius: 70px 0 70px 0;
  background: linear-gradient(90deg, rgba(15, 125, 191, .2), rgba(166, 177, 68, .2));
  position: relative;
}
.-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #273761;
  border-radius: 70px 0 70px 0;
  z-index: -1;
}
.-company .top-title-wrap .lange-en {
  color: #fff;
}

/* company-list-wrap-A */
.-company .company-list-wrap-A {
  margin-top: 40px;
}
.-company .company-list-wrap-A ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
.-company .company-list-wrap-A ul::after {
  content: "";
  position: absolute;
  top: -175px;
  right: -170px;
  width: 450px;
  height: 365px;
  background: url(../img/top/company-bg-parts.svg) 0 0 no-repeat;
  background-size: 450px auto;
  z-index: -1;
}
.-company .company-list-wrap-A li {
  display: flex;
  align-items: center;
  width: 490px;
  padding-bottom: 20px;
  border-bottom: 1px solid transparent;
  background: linear-gradient(90deg, rgba(15, 125, 191, .3), rgba(166, 177, 68, .3)) bottom / 100% 1px no-repeat;
}
.-company .company-list-wrap-A li:nth-child(odd) {
  width: 570px;
  margin-right: 20px;
}
.-company .company-list-wrap-A li:nth-child(n + 3) {
  margin-top: 15px;
}
.-company .company-list-wrap-A .title-block .title {
  font-weight: bold;
  color: #fff;
  background: rgba(255, 255, 255, .05);
  padding: 10px 20px;
  border-radius: 3px;
  width: 170px;
}
.-company .company-list-wrap-A .desc-block {
  width: calc(100% - 170px);
  padding-left: 20px;
  color: #fff;
}
.-company .company-list-wrap-A .desc-block .text a {
  color: #fff;
}
.-company .company-list-wrap-A .desc-block .text a.map {
  margin-left: 10px;
}
.-company .company-list-wrap-A .desc-block .text a.map:hover {
  opacity: .7;
}
.-company .company-list-wrap-A li:last-child {
  width: 100%;
  padding-bottom: 0;
  border-bottom: none;
  background: none;
}

/* company-list-wrap-B */
.-company .company-list-wrap-B {
  padding: 20px 30px;
  background: #fff;
  border-radius: 5px;
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.-company .company-list-wrap-B .title-block {
  width: 188px;
  padding-right: 20px;
}
.-company .company-list-wrap-B .title-block .title span {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.-company .company-list-wrap-B .title-block .title span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../img/common/icon-dot-A-bl.svg) 0 0 no-repeat;
  background-size: 10px auto;
}
.-company .company-list-wrap-B .desc-block {
  width: calc(100% - 150px);
}
.-company .company-list-wrap-B li {
  position: relative;
  padding-left: 28px;
}
.-company .company-list-wrap-B li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon-check-bl.svg) 0 0 no-repeat;
  background-size: 18px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-company {
    padding: 65px 0 60px;
    border-radius: 30px 0 30px 0;
  }
  .-company::before {
    border-radius: 30px 0 30px 0;
  }

  /* company-list-wrap-A */
  .-company .company-list-wrap-A {
    margin-top: 30px;
  }
  .-company .company-list-wrap-A ul {
    display: block;
  }
  .-company .company-list-wrap-A ul::after {
    top: -130px;
    right: -55px;
    width: 209px;
    height: 154px;
    background: url(../img/top/company-bg-parts.svg) 0 0 no-repeat;
    background-size: 209px auto;
  }
  .-company .company-list-wrap-A li {
    width: 100%;
    padding-bottom: 20px;
  }
  .-company .company-list-wrap-A li:nth-child(odd) {
    width: 100%;
    margin-right: 0;
  }
  .-company .company-list-wrap-A li:nth-child(n + 3),
  .-company .company-list-wrap-A li {
    margin-top: 15px;
  }
  .-company .company-list-wrap-A li:first-child {
    margin-top: 0;
  }
  .-company .company-list-wrap-A .title-block .title {
    padding: 10px 5px;
    width: 123px;
    text-align: center;
    white-space: nowrap;
  }
  .-company .company-list-wrap-A .desc-block {
    width: calc(100% - 123px);
  }
  .-company .company-list-wrap-A .desc-block .text a.map:hover {
    opacity: 1;
  }
  .-company .company-list-wrap-A .desc-block .text a.map {
    margin-left: 0;
  }

  /* company-list-wrap-B */
  .-company .company-list-wrap-B {
    padding: 20px 20px;
    display: block;
  }
  .-company .company-list-wrap-B .title-block {
    width: 100%;
    padding-right: 0;
  }
  .-company .company-list-wrap-B .desc-block {
    width: 100%;
  }
  .-company .company-list-wrap-B ul {
    margin-top: 10px;
  }
}

/* -permit
============================================================ */
.-permit {
  position: relative;
}
.-permit .flex-box {
  display: flex;
}
.-permit .top-title-wrap {
  width: 340px;
}
.-permit .permit-body {
  width: calc(100% - 340px);
  border-top: 1px solid transparent;
  background: linear-gradient(90deg, rgba(15, 125, 191, 1), rgba(166, 177, 68, 1)) top / 100% 1px no-repeat;
}
.-permit .permit-body .permit-item {
  border-bottom: 1px solid transparent;
  background: linear-gradient(90deg, rgba(15, 125, 191, 1), rgba(166, 177, 68, 1)) bottom / 100% 1px no-repeat;
}
.-permit .permit-body .permit-item .title-wrap {
  font-weight: bold;
  color: #273761;
  display: block;
  padding: 30px 0;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.-permit .permit-body .permit-item .title-wrap:hover {
  opacity: .5;
}
.-permit .permit-body .permit-item .title-wrap span {
  display: block;
  position: relative;
  padding-left: 28px;
}
.-permit .permit-body .permit-item .title-wrap span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 20px;
  background: url(../img/common/icon-permit.svg) 0 0 no-repeat;
  background-size: 16px auto;
}
.-permit .permit-body .permit-item .title-wrap span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-down-arrow.svg) 0 0 no-repeat;
  background-size: 30px auto;
}
.-permit .permit-body .permit-item .title-wrap.active span::after {
  background: url(../img/common/icon-up-arrow.svg) 0 0 no-repeat;
  background-size: 30px auto;
}
.-permit .permit-body .accordion-target .desc-wrap {
  padding:  40px 50px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(15, 125, 191, 0.07), rgba(166, 177, 68, 0.07));
  margin-bottom: 30px;
}
.-permit .permit-body .accordion-target .desc-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.-permit .permit-body .accordion-target .desc-wrap li {
  width: calc((100% - 20px * 1) / 2);
  margin-right: 20px;
}
.-permit .permit-body .accordion-target .desc-wrap ul.-col-1 li {
  width: 100%;
}
.-permit .permit-body .accordion-target .desc-wrap li:nth-child(2n) {
  margin-right: 0;
}
.-permit .permit-body .accordion-target .desc-wrap li:nth-child(n + 3) {
  margin-top: 10px;
}
.-permit .permit-body .accordion-target .desc-wrap li a {
  color: #de2626;
}
.-permit .permit-body .accordion-target .desc-wrap li a span {
  text-decoration: underline;
}
.-permit .permit-body .accordion-target .desc-wrap li span {
  position: relative;
  padding-left: 25px;
  padding-right: 55px;
  display: inline-block;
}
.-permit .permit-body .accordion-target .desc-wrap li a:hover span {
  text-decoration: none;
}
.-permit .permit-body .accordion-target .desc-wrap li span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon-check-bl.svg) 0 0 no-repeat;
  background-size: 18px auto;
}
.-permit .permit-body .accordion-target .desc-wrap li a span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 43px;
  height: 20px;
  background: url(../img/common/icon-pdf.svg) 0 0 no-repeat;
  background-size: 43px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-permit .com-section-inner {
    padding-right: 0;
  }
  .-permit .flex-box {
    display: block;
  }
  .-permit .top-title-wrap {
    width: 100%;
  }
  .-permit .permit-body {
    width: 100%;
    margin-top: 40px;
  }
  .-permit .permit-body,
  .-permit .permit-body .permit-item {
    position: relative;
  }
  .-permit .permit-body::before,
  .-permit .permit-body .permit-item::after {
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 3px;
    background-color: #fff;
  }
  .-permit .permit-body::before {
    top: 0;
  }
  .-permit .permit-body .permit-item::after {
    bottom: -1px;
  }
  .-permit .permit-body .permit-item .title-wrap {
    padding: 24px 0;
    width: calc(100% - 20px);
  }
  .-permit .permit-body .permit-item .title-wrap:hover {
    opacity: 1;
  }
  .-permit .permit-body .permit-item .title-wrap span::before {
    top: 4px;
  }
  .-permit .permit-body .permit-item .title-wrap span::after {
    top: 2px;
  }
  .-permit .permit-body .accordion-target .desc-wrap {
    padding:  20px 20px;
    border-radius: 20px 0 0 20px;
    margin-bottom: 20px;
  }
  .-permit .permit-body .accordion-target .desc-wrap ul {
    display: block;
  }
  .-permit .permit-body .accordion-target .desc-wrap li {
    width: 100%;
    margin-right: 0;
  }
  .-permit .permit-body .accordion-target .desc-wrap ul.-col-1 li {
    width: 100%;
  }
  .-permit .permit-body .accordion-target .desc-wrap li:nth-child(n + 3),
  .-permit .permit-body .accordion-target .desc-wrap li {
    margin-top: 10px;
  }
  .-permit .permit-body .accordion-target .desc-wrap li:first-child {
    margin-top: 0;
  }
  .-permit .permit-body .accordion-target .desc-wrap li a span {
    padding-right: 50px;
  }
  .-permit .permit-body .accordion-target .desc-wrap li a:hover span {
    text-decoration: underline;
  }
}

@media screen and (max-width: 321px) {
  .-permit .permit-body .permit-item .title-wrap span {
    padding-right: 25px;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .hoge {
  }
}
