@charset "utf-8";

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

/* com-kv-wrap
============================================================ */
.com-kv-wrap {
  background: url(../img/technical/kv-img.jpg) center no-repeat;
  background-size: cover;
}
/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .com-kv-wrap {
    background: url(../img/technical/kv-img-sp.jpg) center no-repeat;
    background-size: cover;
  }
}

/* -bottom-bn
============================================================ */
.section-base.-bottom-bn {
  margin-top: 100px;
}
.section-base.-bottom-bn a:hover {
  opacity: .7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .section-base.-bottom-bn {
    margin-top: 60px;
    text-align: center;
  }
  .section-base.-bottom-bn a:hover {
    opacity: 1;
  }
}

/* index
============================================================ */
/* index-wrap-A */
.index-wrap-A .com-flex-box {
  flex-direction: row-reverse;
}
.index-wrap-A .img-block {
  width: 580px;
  border-radius: 5px;
  overflow: hidden;
}
.index-wrap-A .desc-block {
  width: calc(100% - 580px);
  padding-right: 40px;
}
.index-wrap-A .desc-block .text-B {
  font-weight: bold;
  margin-top: 25px;
}
.index-wrap-A .desc-block .text-C {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}

/* index-wrap-B */
.index-wrap-B {
  margin-top: 100px;
}
.index-wrap-B {}
.index-wrap-B {}

/* index-wrap-C */
.index-wrap-C {
  margin-top: 100px;
}
.index-wrap-C .index-wrap-C-list ul {
  display: flex;
  flex-wrap: wrap;
}
.index-wrap-C .index-wrap-C-list li {
  width: calc((100% - 20px * 3) / 4);
  margin-right: 20px;
}
.index-wrap-C .index-wrap-C-list li:nth-child(4n) {
  margin-right: 0;
}
.index-wrap-C .index-wrap-C-list li:nth-child(n + 5) {
  margin-top: 35px;
}
.index-wrap-C .index-wrap-C-list li .panel-block {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.index-wrap-C .index-wrap-C-list li .panel-block a {
  display: block;
}
.index-wrap-C .index-wrap-C-list li .panel-block a:hover {
  text-decoration: none;
  opacity: .7;
}
.index-wrap-C .index-wrap-C-list li .panel-block .title {
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #d36900;
  display: block;
  border-radius: 0 0 5px 5px;
  padding: 10px 15px 12px;
  padding-right: 35px;
  position: relative;
}
.index-wrap-C .index-wrap-C-list li .panel-block .title::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 20px;
  width: 7px;
  height: 10px;
  background: url(../img/common/icon-arrow-B-wh.svg) 0 0 no-repeat;
  background-size: 7px auto;
}
.index-wrap-C .index-wrap-C-list .disc-block {
  margin-top: 15px;
}
.index-wrap-C .index-wrap-C-list .disc-block a {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #d36900;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.index-wrap-C .index-wrap-C-list .disc-block a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 10px;
  background: url(../img/common/icon-arrow-B-or.svg) 0 0 no-repeat;
  background-size: 7px auto;
}
.index-wrap-C .index-wrap-C-list .disc-block a:hover {
  text-decoration: none;
  opacity: .7;
}


.index-wrap-B .background-color {
  width: 100%;
  height: 300px;
  background-color: #d36900;
}
.index-wrap-B .thumbnail-list {
  margin-top: -240px;
}
.index-wrap-B .slide-main .slide-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.index-wrap-B .slide-main .slide-item .number-title {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-wrap-B .slide-main .slide-item .no {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  width: 55px;
  height: 55px;
  padding-top: 15px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 0 0 10px;
}
.index-wrap-B .slide-main .slide-item .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #d36900;
  text-align: center;
  height: 55px;
  padding: 10px 22px 0;
  box-sizing: border-box;
}
.index-wrap-B .thumbnail-list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.index-wrap-B .thumbnail-list .thumbnail-item {
  /* width: 110px; */
  width: 50px;
  margin-right: 100px;
  padding-bottom: 39px;
  position: relative;
  cursor: pointer;
}
.index-wrap-B .thumbnail-list .thumbnail-item:last-child {
  margin-right: 0;
}
.index-wrap-B .thumbnail-list .thumbnail-item::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -65px;
  width: 34px;
  height: 4px;
  background: url(../img/technical/thumbnail-item-parts.svg) 0 0 no-repeat;
  background-size: 34px auto;
}
.index-wrap-B .thumbnail-list .thumbnail-item:last-child:after {
  display: none;
}
.index-wrap-B .thumbnail-list .thumbnail-item .no {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  padding-top: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .15);
}
.index-wrap-B .thumbnail-list .thumbnail-item .text {
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.index-wrap-B .thumbnail-list .thumbnail-item.thumbnail-current .no {
  background-color: #fff;
}
.index-wrap-B .thumbnail-list .thumbnail-item.thumbnail-current .no,
.index-wrap-B .thumbnail-list .thumbnail-item.thumbnail-current .name {
  color: #d36900;
}
.index-wrap-B .thumbnail-list .thumbnail-item.thumbnail-current .no {
  border-color: #585858;
}

.index-wrap-B .slick-prev,
.index-wrap-B .slick-next {
  width: 60px;
  height: 60px;
  background: url(../img/technical/slide-btn-left.svg) 0 0 no-repeat;
  background-size: 60px;
  left: -30px;
  z-index: 1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}
.index-wrap-B .slick-next {
  background: url(../img/technical/slide-btn-right.svg) 0 0 no-repeat;
  background-size: 60px;
  left: auto;
  right: -30px;
}

.index-wrap-B .slick-prev::before,
.index-wrap-B .slick-next::before {
  display: none;
}
.index-wrap-B .bottom-text {
  margin-top: 30px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  /* index-wrap-A */
  .index-wrap-A {
    margin-top: 60px;
  }
  .index-wrap-A .com-flex-box {
    display: block;
  }
  .index-wrap-A .img-block {
    width: 100%;
  }
  .index-wrap-A .desc-block {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }

/* index-wrap-C */
  .index-wrap-C {
    margin-top: 60px;
  }
  .index-wrap-C .index-wrap-C-list ul {
    display: block;
  }
  .index-wrap-C .index-wrap-C-list li {
    width: 100%;
    margin-right: 0;
  }
  .index-wrap-C .index-wrap-C-list li:nth-child(n + 2),
  .index-wrap-C .index-wrap-C-list li:nth-child(n + 5) {
    margin-top: 30px;
  }
  .index-wrap-C .index-wrap-C-list li .panel-block a:hover {
    opacity: 1;
  }
  .index-wrap-C .index-wrap-C-list li .panel-block img {
    width: 100%;
  }
  .index-wrap-C .index-wrap-C-list .disc-block {
    margin-top: 15px;
  }
  .index-wrap-C .index-wrap-C-list .disc-block a:hover {
    opacity: 1;
  }

  .index-wrap-B .background-color {
    width: 100%;
    height: 218px;
    background-color: #d36900;
  }
  .index-wrap-B .slide-wrap {
    margin-top: -168px;
  }
  .index-wrap-B .slide-wrap img {
    width: 100%;
  }

  .index-wrap-B .slick-prev,
  .index-wrap-B .slick-next {
    left: -10px;
  }
  .index-wrap-B .slick-next {
    left: auto;
    right: -10px;
  }
}

/* technical-page-links-wrap
============================================================ */
.technical-page-links-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.technical-page-links-wrap li {
  width: calc((100% - 15px *4) / 5);
  margin-right: 15px;
}
.technical-page-links-wrap li:nth-child(5n) {
  margin-right: 0;
}
.technical-page-links-wrap li:nth-child(n + 6) {
  margin-top: 15px;
}
.technical-page-links-wrap li a {
  color: #d36900;
  line-height: 1.4;
  text-align: center;
  padding: 20px 20px;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.technical-page-links-wrap li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url(../img/common/icon-page-links.svg) 0 0 no-repeat;
  background-size: 10px auto;
}
.technical-page-links-wrap li a:hover {
  text-decoration: none;
  opacity: .7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  /* technical-page-links-wrap */
  .technical-page-links-wrap ul {
    justify-content: flex-start;
  }
  .technical-page-links-wrap li {
    width: calc((100% - 15px * 1) / 2);
    margin-right: 15px;
  }
  .technical-page-links-wrap li:nth-child(5n) {
    margin-right: 15px;
  }
  .technical-page-links-wrap li:nth-child(2n) {
    margin-right: 0;
  }
  .technical-page-links-wrap li:nth-child(n + 6),
  .technical-page-links-wrap li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .technical-page-links-wrap li a {
    color: #d36900;
    line-height: 1.2;
    text-align: center;
    padding: 15px 10px;
    border-radius: 50px;
    background-color: #fff;
    display: block;
    position: relative;
    height: auto;
  }
  .technical-page-links-wrap li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background: url(../img/common/icon-page-links.svg) 0 0 no-repeat;
    background-size: 10px auto;
  }
  .technical-page-links-wrap li a:hover {
    text-decoration: none;
    opacity: 1;
  }

  /* .technical-page-links-wrap.-sp-all li { */
  .technical-page-links-wrap li {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
  }
  .technical-page-links-wrap.-sp-all li:last-child {
    margin-bottom: 0;
  }
}

/* technical-inner-box
============================================================ */
.technical-inner-box {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: dashed 1px #d36900;
}
.technical-inner-box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.technical-page-links-wrap {
  margin-bottom: 60px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .technical-inner-box {
  }

  .technical-page-links-wrap {
    margin-bottom: 40px;
  }
}

/* technical-text-left-img-right-wrap
============================================================ */
/* img-right */
.technical-text-left-img-right-wrap {
  display: flex;
  flex-direction: row-reverse;
}
.technical-text-left-img-right-wrap .img-block {
  width: 400px;
}
.technical-text-left-img-right-wrap .desc-block {
  width: calc(100% - 400px);
  padding-right: 50px;
}

/* img-left */
.technical-text-right-img-left-wrap {
  display: flex;
}
.technical-text-right-img-left-wrap .img-block {
  width: 650px;
}
.technical-text-right-img-left-wrap .desc-block {
  width: calc(100% - 650px);
  padding-left: 50px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .technical-text-left-img-right-wrap {
    display: block;
  }
  .technical-text-left-img-right-wrap .img-block {
    width: 100%;
    text-align: center;
  }
  .technical-text-left-img-right-wrap .desc-block {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }

  .technical-text-right-img-left-wrap {
    display: block;
  }
  .technical-text-right-img-left-wrap .img-block {
    width: 100%;
  }
  .technical-text-right-img-left-wrap .desc-block {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

/* others
============================================================ */
.technical-other-A {
  display: flex;
}
.technical-other-A .item {
  display: flex;
  margin-right: 60px;
}
.technical-other-A .item:last-child {
  margin-right: 0;
}
.technical-other-A .img-block-A {
  width: 90px;
}
.technical-other-A .img-block-B {
  width: 240px;
}
.technical-other-A .desc-block {
  width: calc(100% - 90px);
  padding-left: 20px;
}

.technical-other-B {
  display: flex;
  margin-top: 40px;
}
.technical-other-B .item {
  width: calc((100% - 20px * 3) / 4);
  margin-right: 20px;
}
.technical-other-B .item:last-child {
  margin-right: 0;
}
.technical-other-B .item .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  padding: 0 15px;
  height: 64px;
  background-color: #d36900;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.technical-other-B .item .img-block {
  margin: 0 auto 20px;
}
.technical-other-B .item .img-block.-A {
  width: 190px;
}
.technical-other-B .item .img-block.-B {
  width: 216px;
}
.technical-other-B .item .img-block.-C {
  width: 225px;
}
.technical-other-B .item .dot li {
  position: relative;
  padding-left: 22px;
}
.technical-other-B .item .dot li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../img/technical/others/icon-dot-A.svg) 0 0 no-repeat;
  background-size: 10px auto;
}
.technical-other-B .item .dot li:nth-child(2):before {
  background: url(../img/technical/others/icon-dot-B.svg) 0 0 no-repeat;
  background-size: 10px auto;
}
.technical-other-B .item .dot li:nth-child(3):before {
  background: url(../img/technical/others/icon-dot-C.svg) 0 0 no-repeat;
  background-size: 10px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .technical-other-A {
    display: block;
  }
  .technical-other-A .item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .technical-other-A .item:last-child {
    margin-bottom: 0;
  }
  .technical-other-A .img-block-A {
    width: 90px;
  }
  .technical-other-A .img-block-B {
    width: 100%;
  }
  .technical-other-A .desc-block {
    width: calc(100% - 90px);
    padding-left: 20px;
  }

  .technical-other-B {
    display: block;
    margin-top: 40px;
  }
  .technical-other-B .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .technical-other-B .item:last-child {
    margin-bottom: 0;
  }
  .technical-other-B .item .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    padding: 15px 20px;
    height: auto;
    background-color: #d36900;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .technical-other-B .item .img-block {
    margin: 0 auto 20px;
  }
  .technical-other-B .item .img-block.-A {
    width: 190px;
  }
  .technical-other-B .item .img-block.-B {
    width: 216px;
  }
  .technical-other-B .item .img-block.-C {
    width: 225px;
  }
}

/* print
============================================================ */
@media print{
  .technical-page-links-wrap {
    display: none !important;
  }
}

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

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


