/*------------------------------------------
  First View Version01
------------------------------------------*/
.page-first-view.ver01 {
  width: 100%;
  height: 500px;
  text-align: center;
  font-weight: var(--fw-bold);
}
.page-first-view.ver01 .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page-first-view.ver01 .txt01 {
  font-size: 38px;
}
.page-first-view.ver01 .txt02 {
  font-size: 64px;
  margin: 1rem 0 0.5rem;
}
.page-first-view.ver01 .txt03 {
  font-size: 22px;
}
.page-first-view.ver01 .txt04 {
  font-size: 54px;
}
.page-first-view.ver01 .txt04 span {
  color: var(--c-other01);
}
.page-first-view.ver01 .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 30px;
  margin: 1rem 0 2.5rem;
}
.page-first-view.ver01 .flex .bg {
  color: var(--c-white);
  background: var(--c-primary);
  padding: 0 1.5rem;
}
@media only screen and (max-width: 1280px) {
  .page-first-view.ver01 .flex {
    font-size: 20px;
  }
  .page-first-view.ver01 .flex .bg {
    padding: 0.5rem 1.5rem;
  }
  .page-first-view.ver01 .txt01 {
    font-size: 24px;
  }
  .page-first-view.ver01 .txt02 {
    font-size: 50px;
    margin: 1rem 0;
  }
  .page-first-view.ver01 .txt04 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-first-view.ver01 .flex {
    font-size: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 5px 0;
    margin: 1rem 0 1.5rem;
  }
  .page-first-view.ver01 .txt01 {
    font-size: 18px;
  }
  .page-first-view.ver01 .txt02 {
    font-size: 30px;
  }
  .page-first-view.ver01 .txt03 {
    font-size: 16px;
  }
  .page-first-view.ver01 .txt04 {
    font-size: 24px;
  }
}

/*------------------------------------------
  First View Version02
------------------------------------------*/
.page-first-view.ver02 {
  width: 100%;
  height: 260px;
  text-align: center;
  font-weight: var(--fw-bold);
  background: url(../images/page/other01_title_bg.png) no-repeat center / cover;
}
.page-first-view.ver02 .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 1rem 0;
}
.page-first-view.ver02 .txt01 {
  font-size: 38px;
}
.page-first-view.ver02 .txt02 {
  font-size: 64px;
}
@media only screen and (max-width: 767px) {
  .page-first-view.ver02 {
    height: 200px;
  }
  .page-first-view.ver02 .txt01 {
    font-size: 18px;
  }
  .page-first-view.ver02 .txt02 {
    font-size: 24px;
  }
}

/*------------------------------------------
  First View Version03
------------------------------------------*/
.page-first-view.ver03 {
  width: 100%;
  height: 260px;
  text-align: center;
  font-weight: var(--fw-bold);
  background: url(../images/page/other01_title_bg.png) no-repeat center / cover;
}
.page-first-view.ver03 .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 2rem 0;
}
.page-first-view.ver03 .txt01 {
  font-size: 38px;
}
.page-first-view.ver03 .txt02 {
  font-size: 40px;
}
.page-first-view.ver03 .txt02 span {
  color: var(--c-other01);
}
@media only screen and (max-width: 767px) {
  .page-first-view.ver03 {
    height: 200px;
  }
  .page-first-view.ver03 .txt01 {
    font-size: 18px;
  }
  .page-first-view.ver03 .txt02 {
    font-size: 24px;
  }
}

/*------------------------------------------
  Exterior Wall Painting
------------------------------------------*/
.page-painting .page-first-view {
  background: url(../images/page/painting_title_bg.png) no-repeat center / cover;
}
.renovation .page-painting .cm-step {
margin-top: 120px;
}
.page-painting .cm-step {
  background: url(../images/page/painting_step_back.png) no-repeat center /
    cover;
}
.wallpaper-replacement .page-painting .cm-step {
  background: url(../images/page/wallpaper-replacement-bg.png) no-repeat center /
    cover;
}
.bathroom .page-painting .cm-step {
  background: url(../images/page/bathroom-bg.png) no-repeat center /
    cover;
}
.barrier-free .page-painting .cm-step {
  background: url(../images/page/barrier-free-bg.png) no-repeat center /
    cover;
}

.page-painting .cm-point .title .en {
  left: -75px;
}
.page-painting .magic {
  background: url(../images/page/painting_magic_bg.png) no-repeat center / cover;
}
.page-painting .magic {
  padding: 5rem 0;
}
.page-painting .magic .inner {
  max-width: 920px;
}
.page-painting .magic .txt01 {
  font-size: 30px;
  font-weight: var(--fw-bold);
}
.page-painting .magic .txt01 span {
  border-bottom: 5px double var(--c-other01);
}
.page-painting .magic .txt02 {
  font-size: 22px;
  margin-top: 2rem;
}
.page-painting .magic .box {
  border: 1px solid var(--c-text);
  background: rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
  color: var(--c-white);
  text-align: center;
  font-size: 34px;
  font-weight: var(--fw-bold);
  margin: 1rem 0;
  padding: 1rem;
}
.renovation .cm-point .title-box {
  position: relative;
}
.renovation .cm-point .title-box::before,
.renovation .cm-point .title-box::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);

  width: 267px;
  height: 292px;
  background: url(../images/page/renovation-bg01.png) no-repeat center / cover;
}
.renovation .cm-point .title-box::before {
  left: -267px;
}
.renovation .cm-point .title-box::after {
  right: -267px;
  transform: translateY(-50%) scale(-1, 1);
}

.renovation .cm-point .title-box {
  line-height: calc(66 / 45);
}
.renovation .cm-point .title .strong {
  color: #ff004e;
  line-height: 1;
  .big {
    font-size: 140px;
  }

  .nomal {
    font-size: 70px;
  }

  .middle {
    font-size: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .page-painting .cm-point .title .en {
    left: -50px;
  }
  .page-painting .magic {
    padding: 2rem 0;
    background: url(../images/page/painting_magic_bg.png) no-repeat center left -370px /
      cover;
  }
  .page-painting .magic .box {
    font-size: 24px;
  }
  .page-painting .magic .txt01 {
    font-size: 20px;
  }
  .page-painting .magic .txt01 span {
    line-height: 1.8;
  }
  .page-painting .magic .txt02 {
    font-size: 18px;
  }
  .renovation .cm-point .title .strong {
    .big {
      font-size: 70px;
    }

    .nomal {
      font-size: 35px;
    }

    .middle {
      font-size: 55px;
    }
  }
}

/* renovation_check */
.check {
  background: #fcf8d4;
  padding-top: 100px;
  padding-bottom: 120px;
}

.inner {
}

.renovation-check__ttl-box {
  text-align: center;
}

.renovation-check__ttl-top {
}

.renovation-check__ttl-middle {
  font-size: 40px;
  line-height: 59px;
  margin-top: 36px;
  display: inline-block;
  span {
    background: #fff;
    padding: 0 16px;
    margin: 0 12px;
    border-radius: 38px;
  }
}

.renovation-check__ttl-bottom {
  margin: 30px auto 0;
  font-size: 45px;
  font-weight: bold;
  background: linear-gradient(transparent 80%, var(--c-other02) 80%);
  width: fit-content;
}

.renovation-check__grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 10px;
  margin-top: 85px;
}

.renovation-check__contsnts {
  border: 1px solid var(--c-primary);
}

.renovation-check__head {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding: 8px 0;
  background: var(--c-primary);
}

.renovation-check__img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .check {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .renovation-check__ttl-middle {
    font-size: 32px;
    line-height: calc(59 / 40);
    margin-top: 28px;
    span {
      background: #fff;
      padding: 0 12px;
      margin: 0 4px;
      border-radius: 38px;
    }
  }
  .renovation-check__ttl-bottom {
    font-size: 36px;
    margin-top: 28px;
  }
  .renovation-check__grid-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 60px;
  }
}

/* must */
.must {
  background: #faf9ef;
  padding-top: 140px;
  padding-bottom: 160px;
}

.inner {
}

.renovation-must__ttl {
}
.renovation-must__box {
  position: relative;
}
.renovation-must__text {
  width: 480px;
  font-size: 22px;
  line-height: calc(33 / 22);
  margin-left: 65px;
  position: relative;
  margin-top: 85px;
  z-index: 2;
}

.renovation-must__bg {
  position: absolute;
  content: "";
  top: 27%;
  transform: translateY(-50%);
  right: -210px;
  width: 916px;
  height: 660px;
}

.renovation-must__grid-box {
  margin-top: 86px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;

  background: #faf9ef;
}

.renovation-must__contents {
  border: 1px solid var(--c-primary);
}

.renovation-must__head {
  font-size: 22px;
  text-align: center;
  background: var(--c-primary);
  color: #fff;
  padding: 8px 0;
}

.renovation-must__img {
}

@media only screen and (max-width: 1280px) {
  .must {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .renovation-must__bg {
    right: -16.4vw;
    width: 71.5vw;
    height: 51.5vw;
    top: 40%;
  }
  .renovation-must__grid-box {
    gap: 2.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .must {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .renovation-must__ttl {
    text-align: center;
  }

  .renovation-must__text {
    width: 100%;
    font-size: 18px;
    margin-left: 0;
    position: relative;
    margin-top: 40px;
    z-index: 2;
  }

  .renovation-must__bg {
    position: static;
    transform: translateY(0);
    margin: 0 auto;
    width: 90vw;
    margin-left: 30px;
    margin-left: 8vw;
    margin-top: -40px;
  }

  .renovation-must__grid-box {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    position: relative;
    z-index: 2;
    background: #faf9ef;
  }

  .renovation-must__contents {
    border: 1px solid var(--c-primary);
  }

  .renovation-must__head {
    font-size: 22px;
    text-align: center;
    background: var(--c-primary);
    color: #fff;
    padding: 8px 0;
  }

  .renovation-must__img {
    img{
      width: 100%;
    }
  }
}

/*------------------------------------------
  Reroofing
------------------------------------------*/
.page-reroofing .page-first-view {
  background: url(../images/page/reroofing_title_bg.png) no-repeat center /
    cover;
}
.page-reroofing .cm-step {
  background: url(../images/page/reroofing_step_bg.png) no-repeat center / cover;
}
.page-reroofing .cm-point .add-title {
  font-size: 44px;
  font-weight: var(--fw-bold);
}
.page-reroofing .cm-point .add-title span {
  font-size: 70px;
  color: var(--c-other01);
}
@media only screen and (max-width: 1280px) {
  .page-reroofing .cm-point .add-title {
    font-size: 34px;
  }
  .page-reroofing .cm-point .add-title span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-reroofing .cm-point .add-title {
    font-size: 24px;
  }
  .page-reroofing .cm-point .add-title span {
    font-size: 34px;
  }
}

/*------------------------------------------
  Roof Sheet Metal
------------------------------------------*/
.page-metal .page-first-view {
  background: url(../images/page/metal_title_bg.png) no-repeat center / cover;
}
.page-metal .cm-step {
  background: url(../images/page/reroofing_step_bg.png) no-repeat center / cover;
}
.page-metal .cm-point .add-title {
  font-size: 44px;
  font-weight: var(--fw-bold);
}
.page-metal .cm-point .add-title span {
  color: var(--c-other01);
  font-size: 70px;
}
@media only screen and (max-width: 1280px) {
  .page-metal .cm-point .add-title {
    font-size: 34px;
  }
  .page-metal .cm-point .add-title span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-metal .cm-point .add-title {
    font-size: 24px;
  }
  .page-metal .cm-point .add-title span {
    font-size: 34px;
  }
}

/*------------------------------------------
  Waterproofing Work
------------------------------------------*/
.page-waterproofing .page-first-view {
  background: url(../images/page/waterproofing_title_bg.png) no-repeat center /
    cover;
}
.page-waterproofing .cm-step {
  background: url(../images/page/painting_step_back.png) no-repeat center /
    cover;
}
.page-waterproofing .cm-point .add-title {
  font-size: 44px;
  font-weight: var(--fw-bold);
}
.page-waterproofing .cm-point .add-title span {
  font-size: 70px;
  color: var(--c-other01);
}
.page-waterproofing .cm-point .block .title {
  display: inline;
  line-height: 1.5;
}
.page-waterproofing .cm-pickup .col {
  width: 24.844%;
}
@media only screen and (max-width: 1280px) {
  .page-waterproofing .cm-point .add-title {
    font-size: 34px;
  }
  .page-waterproofing .cm-point .add-title span {
    font-size: 50px;
  }
  .page-waterproofing .cm-pickup .col {
    width: 49%;
  }
  .page-waterproofing .cm-pickup .col > img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-waterproofing .cm-point .add-title {
    font-size: 24px;
  }
  .page-waterproofing .cm-point .add-title span {
    font-size: 24px;
  }
  .page-waterproofing .cm-pickup .col {
    width: 100%;
  }
}

/*------------------------------------------
  Gutter Repair
------------------------------------------*/
.page-gutter .page-first-view {
  background: url(../images/page/gutter_title_bg.png) no-repeat center / cover;
}
.page-gutter .cm-step {
  background: url(../images/page/painting_step_back.png) no-repeat center /
    cover;
}
.page-gutter .cm-point .add-title {
  font-size: 44px;
  font-weight: var(--fw-bold);
}
.page-gutter .cm-point .add-title span {
  font-size: 70px;
  color: var(--c-other01);
}
.page-gutter .cm-point .block ul {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media only screen and (max-width: 1280px) {
  .page-gutter .cm-point .add-title {
    font-size: 34px;
  }
  .page-gutter .cm-point .add-title span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-gutter .cm-point .add-title {
    font-size: 24px;
  }
  .page-gutter .cm-point .add-title span {
    font-size: 24px;
  }
}

/*------------------------------------------
  Price
------------------------------------------*/
.page-price .cm-price {
  background: none;
  padding: 5rem 0 0;
}
.cm-price__box{
  margin-top: 70px;
}
.page-price .cm-point .title {
  line-height: 1.5;
}
.page-price .cm-price .title .en {
  left: -35px;
}
.page-price .cm-point .add-title {
  font-size: 44px;
}
.page-price .cm-point .add-title span {
  font-size: 100px;
  color: var(--c-other01);
}
.page-price .cm-price .flex {
  margin-top: 3rem;
}
.page-price .cm-point .block .add {
  color: var(--c-other01);
  font-size: 30px;
  display: inline-block;
  border-bottom: 2px solid var(--c-other01);
}
@media only screen and (max-width: 767px) {
  .page-price .cm-point .title .en {
    left: -35px;
    top: -20px;
  }
  .page-price .cm-point .add-title {
    font-size: 24px;
  }
  .page-price .cm-point .add-title span {
    font-size: 50px;
  }
  .page-price .cm-point .block .add {
    font-size: 20px;
    margin-top: 1rem;
  }
}

/*------------------------------------------
  Company
------------------------------------------*/
.page-company {
  padding-bottom: 10rem;
}
.page-company .page-first-view {
  background: url(../images/page/company_title_bg.png) no-repeat center / cover;
}
.page-company .section01,
.page-company .section02,
.page-company .section03 {
  margin-top: 10rem;
}
.page-company .section01 .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.page-company .section01 .col {
  width: 32.032%;
}
.page-company .section01 .img {
  position: relative;
  line-height: 1.1;
  margin-bottom: 4rem;
}
.page-company .section01 .upper {
  font-size: 44px;
  font-weight: var(--fw-bold);
  text-shadow: 5px 0 2px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.page-company .section01 .bottom {
  font-size: 34px;
  font-weight: var(--fw-bold);
  position: absolute;
  left: 0;
  bottom: -40px;
}
.page-company .section01 .bottom span {
  font-size: 44px;
  color: var(--c-other01);
}
.page-company .section01 .txt {
  font-size: 22px;
}
.page-company .section02 {
  text-align: center;
}
.page-company .section02 .title {
  font-size: 38px;
  font-weight: var(--fw-bold);
  display: inline-block;
  position: relative;
}
.page-company .section02 .title .en {
  color: var(--c-other01);
  font-size: 22px;
  font-weight: var(--fw-bold);
  position: absolute;
  left: -55px;
  top: -20px;
  transform: rotate(-28deg);
}
.page-company .section02 .block {
  position: relative;
  margin-top: 5rem;
}
.page-company .section02 .text {
  max-width: 900px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  font-size: 22px;
  line-height: 1.8;
}
.page-company .section02 .text h3 {
  font-size: 34px;
  line-height: 1.5;
}
.page-company .section02 .img {
  text-align: right;
}
.page-company .section03 .line-title {
  font-size: 34px;
  border-bottom: 5px solid var(--c-other04);
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
}
.page-company .section03 .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.page-company .section03 .text {
  width: 46.876%;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.page-company .section03 .img {
  width: 50%;
}
.page-company .section03 dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #707070;
}
.page-company .section03 dt {
  width: 125px;
  font-weight: var(--fw-bold);
  position: relative;
  padding: 0 0 0.7rem;
}
.page-company .section03 dt:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: var(--c-other04);
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
}
.page-company .section03 dd {
  width: calc(100% - 125px);
  padding: 0 2rem 0.7rem;
}
@media only screen and (max-width: 1280px) {
  .page-company .section01 .upper {
    font-size: 34px;
  }
  .page-company .section01 .bottom {
    font-size: 24px;
  }
  .page-company .section01 .bottom span {
    font-size: 34px;
  }
  .page-company .section01 .txt {
    font-size: 18px;
  }
  .page-company .section02 .text {
    max-width: 100%;
    font-size: var(--fs-regular);
    text-shadow: 1px 1px 2px #fff;
  }
  .page-company .section02 .text h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-company .section01,
  .page-company .section02,
  .page-company .section03 {
    margin-top: 5rem;
  }
  .page-company .section01 .flex {
    flex-direction: column;
    gap: 2rem 0;
  }
  .page-company .section01 .col {
    width: 100%;
  }
  .page-company .section02 .title .en {
    font-size: 18px;
  }
  .page-company .section02 .title {
    font-size: 24px;
  }
  .page-company .section02 .block {
    margin-top: 3rem;
  }
  .page-company .section02 .text {
    position: static;
    gap: 1rem 0;
  }
  .page-company .section02 .text h3 {
    font-size: 20px;
  }
  .page-company .section02 .img {
    text-align: center;
    margin-top: 2rem;
  }
  .page-company .section03 .line-title {
    font-size: 24px;
    margin-bottom: 2rem;
  }
  .page-company .section03 .flex {
    flex-direction: column;
    gap: 2rem 0;
  }
  .page-company .section03 .text {
    width: 100%;
    font-size: var(--fw-regular);
  }
  .page-company .section03 dt {
    width: 80px;
  }
  .page-company .section03 dd {
    width: calc(100% - 80px);
    padding: 0 1rem 0.7rem;
  }
  .page-company .section03 .img {
    width: 100%;
    text-align: center;
  }
}

/*------------------------------------------
  Contact
------------------------------------------*/
.page-contact .page-first-view {
  background: url(../images/page/other02_title_bg.png) no-repeat center / cover;
}
.page-contact .line-title {
  font-size: 34px;
  border-bottom: 5px solid var(--c-other04);
  padding-bottom: 0.5rem;
}
.page-contact .add {
  color: red;
  margin-bottom: 3rem;
}
.page-contact .section01,
.page-contact .section02 {
  margin: 5rem 0 10rem;
}
.page-contact .section01 {
  text-align: center;
  font-weight: var(--fw-bold);
}
.page-contact .section01 .large {
  font-size: 34px;
  margin-bottom: 1rem;
}
.page-contact .section01 .small {
  font-size: 22px;
}
.page-contact .section01 .num {
  font-size: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.page-contact .section01 .num path {
  fill: var(--c-primary);
}
.page-contact .section02 .inner {
  max-width: 700px;
}

.page-contact .complete-section {
  text-align: center;
}
.page-contact .complete-section .text01 {
  font-size: 24px;
  font-weight: var(--fw-bold);
  margin-bottom: 5rem;
}
.page-contact .complete-section .text02 {
  margin-bottom: 5rem;
}
.page-contact .complete-section .cm-button-round a {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .page-contact .section01,
  .page-contact .section02 {
    margin: 5rem 0;
  }
  .page-contact .section01 .large {
    font-size: 24px;
  }
  .page-contact .section01 .small {
    font-size: var(--fs-regular);
  }
  .page-contact .section01 .num {
    font-size: 36px;
  }
  .page-contact .line-title {
    font-size: 24px;
  }
  .page-contact .add {
    margin-bottom: 1.5rem;
  }
}

/*------------------------------------------
  Privacy Policy
------------------------------------------*/
.page-privacy .page-first-view {
  background: url(../images/page/other02_title_bg.png) no-repeat center / cover;
}
.page-privacy .section01 {
  margin: 5rem 0 10rem;
}
.page-privacy h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 3rem 0 1rem;
}
.page-privacy .ul01 {
  margin-top: 1rem;
}
.page-privacy .ul01 li {
  list-style: decimal;
  margin-left: 1.2rem;
  padding: 0.3rem 0;
}
.page-privacy .ul02 {
  margin: 1rem 0;
}
.page-privacy .ul02 li {
  margin-left: 2.4rem;
}
.page-privacy .ul03 {
  margin: 1rem 0;
}
.page-privacy .ul03 li {
  margin-left: 3.6rem;
}

/*------------------------------------------
  404
------------------------------------------*/
.page-404 .section01 {
  text-align: center;
  padding: 5rem 0;
}
.page-404 .section01 .txt01 {
  font-weight: var(--fw-bold);
  font-size: 18px;
  margin-bottom: 1rem;
}

/*------------------------------------------
  Archive
------------------------------------------*/
/* Information */
.page-archive .information-section {
  margin: 10rem 0;
}
@media only screen and (max-width: 767px) {
  .page-archive .information-section {
    margin: 5rem 0;
  }
}

/* Works */
.page-archive .works-section {
  margin: 0 0 10rem;
}
.page-archive .works-category-list {
  margin: 5rem 0;
}
.page-archive .works-category-list .list {
  width: 100%;
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem 1rem;
}
.page-archive .works-category-list li {
  width: calc(25% - 0.83rem);
  text-align: center;
}
.page-archive .works-category-list a {
  display: block;
  background: var(--c-secondary);
  color: var(--c-white);
  font-size: 24px;
  height: 80px;
  line-height: 80px;
}
.page-archive .works-section .empty-text {
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .page-archive .works-category-list li {
    width:  calc(50% - 0.25rem);
  }
  .page-archive .works-category-list .list {
    gap: 0.5rem 0.5rem;
  }
  .page-archive .works-category-list a {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page-archive .works-category-list {
    margin: 5rem 0 2rem;
  }
  .page-archive .works-category-list a {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}

/* Voice */
.page-archive .voice-section {
  margin: 5rem 0 10rem;
}

/*------------------------------------------
  Single
------------------------------------------*/
/* Information */
.page-single .information-detail {
  margin: 5rem 0 10rem;
}
.page-single .information-detail .information-head {
  border-bottom: 1px solid #707070;
  padding: 0 1.5rem 1rem;
  margin-bottom: 3rem;
}
.page-single .information-detail .information-head .title {
  font-size: 24px;
  margin-top: 0.5rem;
}
.page-single .information-detail .cm-button-round {
  margin-top: 10rem;
}
.page-single .information-detail .cm-button-round a {
  margin: auto;
}
.page-single .information-detail .cm-button-round a svg {
  right: auto;
  left: 1rem;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .page-single .information-detail .information-head {
    padding: 0 0 1rem;
  }
  .page-single .information-detail .information-head .title {
    font-size: 20px;
  }
}

/* Works */
.page-single .works-detail {
  margin: 5rem 0 10rem;
}
.page-single .works-detail .works-head {
  width: 100%;
  background: var(--c-tertiary);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: var(--c-white);
  font-size: 26px;
  padding: 1rem 2rem;
}
.page-single .works-detail .works-head a {
  background: var(--c-text);
  color: var(--c-white);
  border-radius: 26px;
  padding: 0 2rem;
  height: 52px;
  line-height: 52px;
}
.page-single .works-slider{
  /* max-height: 500px;
  overflow: hidden; */
    background-color: #3f3f3f;
}
.page-single .works-img {
  width: 100%;
  height:30vw;
  min-height: 300px; 
  max-height: 1500px;
  object-fit: contain;
}

.works-detail .inner {
  width: 50%;
}

.page-single .works-detail .works-text {
  margin: 3rem 0 7rem;
}
.page-single .works-detail .cm-button-round a {
  margin: auto;
}
.page-single .works-detail .cm-button-round a svg {
  right: auto;
  left: 1rem;
  transform: translateY(-50%) rotate(180deg);
}
.page-single .works-slider-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.page-single .works-thumbnails {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.page-single .works-thumbnails div {
  /* max-height: 200px; */
  cursor: pointer;
}
.page-single .works-thumbnails div img {
  width: 100%;
  display: block;
  max-height: 200px;
  object-fit: ;
}
.page-single .works-thumbnails .slick-slide {
  padding: 0 8px;
	box-sizing: border-box;
}

@media only screen and (max-width: 1280px) {
  .page-single .works-detail .works-head {
    display: block;
  }
  .page-single .works-detail .works-head a {
    display: inline-block;
  }
  .page-single .works-detail .works-head .works-title {
    display: block;
    text-align: right;
  }
  .page-single .works-img {
    min-height: 344px;
  }
  .page-single .works-thumbnails div {
    max-height: 150px;
  }
    .works-detail .inner {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .page-single .works-detail .works-head {
    font-size: 18px;
    padding: 1rem;
  }
  .page-single .works-detail .works-head a {
    padding: 0 1rem;
    height: 45px;
    line-height: 45px;
  }
  .page-single .works-detail .works-head .works-title {
    margin-top: 1rem;
  }
  .page-single .works-detail .works-text {
    margin: 1rem 0 5rem;
  }
  .page-single .works-img {
    width: 100%;
    height:100%;
    max-height: 500px;
  }
  .page-single .works-thumbnails div {
    max-height: 100px;
  }
}

/* Works old*/
/* .page-single .works-detail {
  margin: 5rem 0 10rem;
}
.page-single .works-detail .works-head {
  width: 100%;
  background: var(--c-tertiary);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: var(--c-white);
  font-size: 26px;
  padding: 1rem 2rem;
}
.page-single .works-detail .works-head a {
  background: var(--c-text);
  color: var(--c-white);
  border-radius: 26px;
  padding: 0 2rem;
  height: 52px;
  line-height: 52px;
}
.page-single .works-img{
  width: 100%;
  max-width: 100%;

}
.page-single .works-detail .works-text {
  margin: 3rem 0 7rem;
}
.page-single .works-detail .cm-button-round a {
  margin: auto;
}
.page-single .works-detail .cm-button-round a svg {
  right: auto;
  left: 1rem;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1280px) {
  .page-single .works-detail .works-head {
    display: block;
  }
  .page-single .works-detail .works-head a {
    display: inline-block;
  }
  .page-single .works-detail .works-head .works-title {
    display: block;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .page-single .works-detail .works-head {
    font-size: 18px;
    padding: 1rem;
  }
  .page-single .works-detail .works-head a {
    padding: 0 1rem;
    height: 45px;
    line-height: 45px;
  }
  .page-single .works-detail .works-head .works-title {
    margin-top: 1rem;
  }
  .page-single .works-detail .works-text {
    margin: 1rem 0 5rem;
  }
} */
