.tech-mainvisual {
  background-color: #050203;
}

.tech-mainvisual--pic {
  width: 1380px;
  left: calc(50% - 690px);
}

@media (max-width: 425px) {
  .tech-passage_ttl_sptop {
    margin-top: 0;
  }
}

.tech_nav {
  position: relative;
  list-style: none;
  padding: 20px 0 50px 0;
  margin: 140px 0 0 0;
}

.tech_nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 1px solid #e1c58a;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.tech_nav:after {
  content: "";
  width: 270px;
  height: 125px;
  background-image: url("/container/tech/images/tech-chara01.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -125px;
  right: 10px;
}

@media (max-width: 425px) {
  .tech_nav {
    padding-top: 0;
    padding-bottom: 20px;
    margin-top: 0;
  }
  .tech_nav:before {
    content: none;
  }
  .tech_nav:after {
    content: none;
  }
}

.tech_nav--list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 425px) {
  .tech_nav--list {
    display: block;
    height: auto;
  }
}

.tech_nav--listitem {
  position: relative;
  width: 33%;
  height: 60px;
  margin: 0 0 10px 0;
}

.tech_nav--listitem:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border-left: 1px solid #e1c58a;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.tech_nav--listitem:nth-child(3n):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  border-left: 1px solid #e1c58a;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

@media (max-width: 425px) {
  .tech_nav--listitem {
    width: 100%;
    margin-bottom: 0;
  }
  .tech_nav--listitem:after {
    width: 100%;
    height: 2px;
    border-top: 1px solid #e1c58a;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  .tech_nav--listitem:nth-child(3n):before {
    content: none;
  }
  .tech_nav--listitem:last-child:before {
    content: "";
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 1px solid #e1c58a;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
}

.tech_nav--link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 10px 0 30px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  color: #603813;
}

.tech_nav--link:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: rgba(200, 155, 5, 0.3);
  border-radius: 5px;
  opacity: 0;
  transform: scale(0.9, 0.9);
  transition: .15s;
}

.tech_nav--link:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.tech_nav--link:after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  width: 4px;
  height: 4px;
  border-top: 2px solid #603813;
  border-right: 2px solid #603813;
  left: 10px;
  transform: rotate(45deg);
}

@media (max-width: 425px) {
  .tech_nav--link {
    height: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .tech_nav--link:after {
    left: auto;
    right: 20px;
  }
}

.tech_nav--link.current:before {
  opacity: 1;
  transform: scale(1, 1);
}

.tech_contents {
  position: relative;
  /*
  background-image: url("/container/common/images/bg-pagettl.png");
  */
  padding: 0 0 50px 0;
  border-top: 1px solid #e8e3df;
  border-bottom: 1px solid #e8e3df;
}

.tech_contents--inner {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 425px) {
  .tech_contents--inner {
    width: 100%;
  }
}

.tech_contents--box {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 425px) {
  .tech_contents--box {
    display: block;
    margin: 0 15px;
  }
}

.tech_contents--box-col3 {
  margin: 30px 0 0 0;
}

.tech_contents--wrap {
  position: relative;
}

@media (max-width: 425px) {
  .tech_contents--wrap {
    margin: 0 15px;
  }
}

.tech_contents--wrap-takeout {
  min-height: 200px;
  padding-right: 480px;
}

@media (max-width: 425px) {
  .tech_contents--wrap-takeout {
    min-height: auto;
    padding-right: 0;
  }
}

.tech_contents--box_inner1 {
  width: 440px;
}

@media (max-width: 425px) {
  .tech_contents--box_inner1 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.tech_contents--box_inner2 {
  width: 470px;
}

@media (max-width: 425px) {
  .tech_contents--box_inner2 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.tech_contents--box_ttl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #603813;
  font-weight: 700;
  margin: 0 0 15px 0;
}

@media (max-width: 425px) {
  .tech_contents--box_ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.tech_contents--box_bnr_link {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 470px;
  border: 1px solid #e8e3df;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
}

@media (max-width: 425px) {
  .tech_contents--box_bnr_link {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
}

.tech_contents--box_bnr {
  width: 100%;
}

.tech_contents--link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  /*
  color: #600010;
  background-color: #ddbb99;
  background-color: #3dbac0;
  */
  color: #ffffff;
  background-color: #1f6e8c;
  height: 40px;
  border-radius: 20px;
  padding: 0 10px 0 0;
  transition: .15s;
  box-sizing: border-box;
}

.tech_contents--link:hover {
  /* background-color: #eeccaa; */
  color: #222;
  background-color: #3dbac0;
  box-shadow: 0 0 0 #b79a21;
}

.tech_contents--link:after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  width: 4px;
  height: 4px;
  border-top: 1px solid #603813;
  border-right: 1px solid #603813;
  right: 15px;
  transform: rotate(45deg);
}

.tech_contents--link-takeout {
  width: 220px;
  padding: 0 10px 0 0;
  margin: 20px 20px 0 0;
  margin-right:right;
}

.tech_contents--link-detail {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tech_contents--link-point {
  width: 300px;
  margin: 20px auto;
}

@media (max-width: 425px) {
  .tech_contents--link-point {
    width: 90%;
  }
}

@media (max-width: 425px) {
  .tech_contents--pic {
    width: 100%;
  }
}

.tech_contents--txt {
    font-size: 16px;
    font-size: 1rem;
    /*
    font-size: 14px;
    font-size: 0.875rem;
    */
    line-height: 1.7;
    margin-left: 40px;
}

.tech_contents--note {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  padding: 10px 0 0 0;
}

.tech_contents--point {
  position: relative;
  width: 300px;
  padding: 0 0 50px 0;
}

@media (max-width: 425px) {
  .tech_contents--point {
    padding-top: 30px;
    margin: 0 auto 20px auto;
  }
}

.tech_contents--point_ttl_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0%;
  height: 80px;
  padding: 0 0 0 70px;
  box-sizing: border-box;
}

.tech_contents--point_ttl_box:before, .tech_contents--point_ttl_box:after {
  content: "";
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #ffcc00 0%) repeat scroll 0 0;
  width: 100%;
  height: 8px;
}

.tech_contents--point_ttl_box:before {
  top: 0;
  transform: rotate(180deg);
}

.tech_contents--point_ttl_box:after {
  bottom: 0;
}

.tech_contents--point_ttl {
  display: block;
  color: #603813;
}

.tech_contents--point_ttl-01 {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 10px 0;
}

.tech_contents--point_ttl-02 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.tech_contents--icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.tech_contents--point_pic {
  display: block;
  margin: 10px 0;
}

.tech_intro {
  position: relative;
  /*
  background-image: url("/container/tech/images/tech-bar.png");
  */
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 0 0 0;
  margin: 30px 0 0 0;
}

@media (max-width: 425px) {
  .tech_intro {
    background-size: 200%;
  }
}

.tech_intro--ttl {
  font-size: 24px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #603813;
  text-align: center;
  margin: 0 0 20px 0;
}

@media (max-width: 425px) {
  .tech_intro--ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.tech_intro--txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}

.progress_upbox {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #efefef;
    padding-bottom: 20px;
}
.progress_box {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.progress_box--btn {
  text-align: right;
/*  text-align: center; */
  margin-top: 20px;
/*  margin-right: 20px; */
}

@media (max-width: 425px) {
  .progress_box {
    margin: 0 15px;
    padding-bottom: 20px;
  }
}

.progress_box--picbox {
  position: relative;
  width: 220px;
}

@media (max-width: 425px) {
  .progress_box--picbox {
    display: flex;
    justify-content: center;
  }
}

.progress_box--picbox-double {
  width: 450px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 425px) {
  .progress_box--picbox-double {
    width: 100%;
  }
}

.progress_box--picbox-r {
  float: right;
  margin-left: 30px;
}

@media (max-width: 425px) {
  .progress_box--picbox-r {
    float: none;
    margin: 0 auto 20px auto;
  }
}

.progress_box--picbox-l {
  float: left;
  margin-right: 30px;
}

@media (max-width: 425px) {
  .progress_box--picbox-l {
    float: none;
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 425px) {
  .progress_box--picbox-ex {
    flex-direction: column;
  }
}

.progress_box--picbox_inner {
  position: relative;
  width: 220px;
}

@media (max-width: 425px) {
  .progress_box--picbox_inner {
    width: 48%;
  }
}

.progress_box--picbox_inner_l {
  float: right;
  width: 480px;
}

@media (max-width: 425px) {
  .progress_box--picbox_inner_l {
    width: 100%;
  }
}

.progress_box--pic {
  width: 220px;
  border: 1px solid #c18709;
  padding: 9px;
  background-color: #fff;
  box-sizing: border-box;
}

@media (max-width: 425px) {
  .progress_box--pic-twin {
    width: 48%;
    height: 48%;
  }
}

@media (max-width: 425px) {
  .progress_box--pic-twin_ex {
    width: 100%;
  }
}

.progress_box--ex {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0 0 0 40px;
  margin-top: 5px;
  box-sizing: border-box;
}

.progress_box--ex:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/container/tech/images/progress-pan.png");
  background-size: cover;
  width: 40px;
  height: 40px;
}

@media (max-width: 425px) {
  .progress_box--ex {
    width: 100%;
    padding-left: 30px;
  }
  .progress_box--ex:before {
    width: 30px;
    height: 30px;
  }
}

.progress_box--ex_txt {
  display: block;
}

.progress_box--ex_link {
  position: relative;
  display: block;
  color: #000;
  padding: 0 0 0 15px;
}

.progress_box--ex_link:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #603813;
}

.progress_box--chara {
  display: block;
}

.progress_box--chara-l {
  float: left;
  margin: 0 30px 0 0;
}

@media (max-width: 425px) {
  .progress_box--chara-l {
    float: none;
    width: 290px;
    margin: 0 auto 20px auto;
  }
}

.progress_box--chara-r {
  float: right;
  margin: 0 0 0 30px;
}

@media (max-width: 425px) {
  .progress_box--chara-r {
    float: none;
    width: 290px;
    margin: 0 auto 20px auto;
  }
}

.point_data {
  position: relative;
  width: 960px;
  margin: 100px auto 70px auto;
}

.point_data:before {
  content: "";
  background-image: url("/container/tech/images/tech-point-chara01.png");
  width: 330px;
  height: 140px;
  position: absolute;
  top: -140px;
  left: 100px;
}

@media (max-width: 425px) {
  .point_data {
    width: 100%;
    margin-top: 140px;
  }
  .point_data:before {
    background-size: cover;
    width: 297px;
    height: 126px;
    top: -120px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.point_data--wrap {
  padding: 22px;
  background-color: #fff;
}

@media (max-width: 425px) {
  .point_data--wrap {
    padding: 10px;
  }
}

.point_data--ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background-image: url("/container/common/images/bg-dot.png");
  text-align: center;
  color: #603813;
  padding: 20px 0;
  margin: 0 0 20px 0;
}

.point_data--scroll {
  margin: 0 -10px 20px 0;
}

@media (max-width: 425px) {
  .point_data--scroll {
    padding: 0 0 10px 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .point_data--scroll ::-webkit-scrollbar:horizontal {
    width: 4px;
  }
  .point_data--scroll::-webkit-scrollbar-track {
    background: #ccc;
    border: none;
    border-radius: 2px;
  }
  .point_data--scroll::-webkit-scrollbar-thumb {
    background: #000;
    border: none;
    border-radius: 2px;
  }
}

.point_data--scale {
  display: block;
  margin: 0 0 5px 0;
}

@media (max-width: 425px) {
  .point_data--scale {
    width: 705px;
  }
}

.point_data--scale-none {
  display: none;
}

@media (max-width: 425px) {
  .point_data--scale-none {
    display: block;
  }
}

.point_data--chart {
  display: block;
}

@media (max-width: 425px) {
  .point_data--chart {
    width: 705px;
  }
}

.point_data_box {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 425px) {
  .point_data_box {
    display: block;
    padding: 0 15px;
  }
}

.point_data_box--inner {
  position: relative;
  width: 465px;
  background-color: #fff;
  padding: 40px 20px 20px 20px;
  box-sizing: border-box;
}

.point_data_box--inner:before {
  content: "";
  width: 100%;
  height: 18px;
  position: absolute;
  top: -9px;
  left: 0;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 6px, #e8e3df 6px, #e8e3df 8px);
}

@media (max-width: 425px) {
  .point_data_box--inner {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.point_data_box--ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #603813;
  padding: 0 0 20px 0;
}

.point_data_box--img {
  display: block;
  margin: 10px auto 0 auto;
}

.expert_intro {
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 160px;
  padding: 0 300px 0 0;
  margin: 0 0 20px 0;
}

@media (max-width: 425px) {
  .expert_intro {
    padding: 0 15px;
    min-height: auto;
  }
}

.expert_intro-chara1 {
  background-image: url("/container/tech/images/tech-progress-chara01.png");
}

@media (max-width: 425px) {
  .expert_intro-chara1 {
    background-image: none;
  }
}

.expert_intro-chara2 {
  background-image: url("/container/tech/images/tech-expert-chara01.png");
}

@media (max-width: 425px) {
  .expert_intro-chara2 {
    background-image: none;
  }
}

.expert_contents {
  position: relative;
  width: 960px;
  margin: 100px auto 10px auto;
}

.expert_contents:before {
  content: "";
  background-image: url("/container/tech/images/tech-point-chara01.png");
  width: 330px;
  height: 140px;
  position: absolute;
  top: -140px;
  left: 100px;
}

@media (max-width: 425px) {
  .expert_contents {
    width: 100%;
    margin-top: 140px;
  }
  .expert_contents:before {
    background-size: cover;
    width: 297px;
    height: 126px;
    top: -120px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.expert_contents--wrap {
  padding: 22px;
  background-color: #fff;
}

@media (max-width: 425px) {
  .expert_contents--wrap {
    padding: 10px;
  }
}

.expert_contents--ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  background-image: url("/container/common/images/bg-dot.png");
  text-align: center;
  color: #603813;
  padding: 20px 0;
  margin: 0 0 20px 0;
}

@media (max-width: 425px) {
  .expert_contents--ttl {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 0;
  }
}

.expert_contents--ttl_st {
  color: #ff8123;
}

.expert_contents--inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.expert_contents--link_item {
  position: relative;
  display: block;
  width: 220px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 12px 10px 0;
  text-decoration: none;
  color: #603813;
}

.expert_contents--link_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: rgba(200, 155, 5, 0.3);
  border-radius: 5px;
  opacity: 0;
  transform: scale(0.9, 0.9);
  transition: .15s;
}

.expert_contents--link_item:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.expert_contents--link_item:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 425px) {
  .expert_contents--link_item {
    width: 48%;
    margin-right: 4%;
  }
  .expert_contents--link_item:nth-child(2n) {
    margin-right: 0;
  }
}

.expert_contents--pic {
  width: 100%;
  margin: 0 0 5px 0;
}

.expert_contents--name {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0 0 0 15px;
}

.expert_contents--name:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 4px;
  border-color: transparent transparent transparent #603813;
}

.expert_contents--note {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  padding: 0 0 0 12px;
  text-indent: -12px;
}

@media (max-width: 425px) {
  .expert_contents--note {
    margin: 0 15px;
  }
}

.expert_merit {
  position: relative;
  display: flex;
  justify-content: space-around;
}

@media (max-width: 425px) {
  .expert_merit {
    display: block;
    margin: 30px 15px 0 15px;
  }
}

.expert_merit--box {
  width: 300px;
}

@media (max-width: 425px) {
  .expert_merit--box {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

.expert_merit--ttl {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 0;
  height: 80px;
  padding: 0 0 0 70px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  color: #603813;
  font-weight: 700;
}

.expert_merit--ttl:before, .expert_merit--ttl:after {
  content: "";
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #ffcc00 0%) repeat scroll 0 0;
  width: 100%;
  height: 8px;
}

.expert_merit--ttl:before {
  top: 0;
  transform: rotate(180deg);
}

.expert_merit--ttl:after {
  bottom: 0;
}

.expert_merit--icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.expert_merit--pic {
  display: block;
  margin: 10px auto;
}

.expert_merit--txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
