@charset "UTF-8";

/* -------------------------------------
about
------------------------------------- */
.about #mainimg {
  background-image: url(../imgs/about/mainimg.jpg);
}

.about ul.tab li span {
  cursor: pointer;
}
/*nav1*/
.about #nav1 ul.tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.about #nav1 ul.tab li {
  width: calc((100% - 15px) / 2);
  max-width: 260px;
  transition: all 0.4s;
  z-index:0;
}
.about #nav1 ul.tab li.btn1 {
  margin-right:15px;
  position:relative;
  z-index:0;
}
.about #nav1 ul.tab li.active {
  position:relative;
  z-index:3;
}
.about #nav1 ul.tab li span {
  color: #ca5142;
  font-size: 23px;
  text-align:center;
  line-height: 1;
  display:block;
  padding: 20px 20px 20px;
  border: 2px solid #ca5142;
  border-bottom:none;
  border-radius: 24px 24px 0 0;
  background-color:#fff;
}
.about #nav1 ul.tab li.btn2 span {
  border-color:#efede7;
  background-color:#efede7;
}


/*nav2*/
.about #nav2 {
  padding:0 20px 60px;
  background-color: #efede7;
}
.about #nav2 ul.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  /*max-width: 422px;*/
  max-width: 560px;
  margin:0 auto;
}
.about #nav2 ul.tab li {
  width: calc((100% - 20px) / 2);
  max-width: 260px;
}
.about #nav2 ul.tab li:first-child {
  /*margin-right:20px;*/
}
.about #nav2 ul.tab li span {
  color: #ca5142;
  font-size: 16px;
  line-height: 1;
  display:block;
  padding: 15px 45px 15px 30px;
  border: 1px solid #ca5142;
  border-radius: 24px;
  background: #fff url(../imgs/common/arrow-btm_rd.svg) right 20px center no-repeat;
  background-size: 22px 22px;
  transition: all 0.4s;
}
.about #nav2 ul.tab li span:hover,
.about #nav2 ul.tab li span.np,.about #nav2 ul.tab li.active span {
  color: #fff;
  background-color: #ca5142;
  background-image: url(../imgs/common/arrow-btm_wh.svg);
  border-radius: 24px;
}



/* -------------------------------------
about1
------------------------------------- */
.about #about1 #sec1.blk {
  padding-bottom: 118px;
  position:relative;
}
.about #about1 #sec1.blk:before {
  content:"";
  display:block;
  width:calc(100% - 40px);
  max-width:940px;
  height:2px;
  margin:0 auto;
  background-color:#ca5142;
  position:absolute;
  top:-2px;
  left:0;
  right:0;
  z-index:0;
}
.about #about1 .sttl span {
  font-size: 23px;
}

.about #about1 #sec1 ul.about_list li .txtbk .sttl {
  font-size: 0;
}
.about #about1 #sec1 ul.about_list li .txtbk .sttl span {
  font-size: 23px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 14px;
}
.about #about1 #sec1 ul.about_list li .txtbk .sttl img {
  display: inline-block;
  vertical-align: middle;
}

.about #about1 #sec1 ul.about_list {
  width: 100%;
  /*max-width:840px;*/
  margin: 0 auto;
}
.about #about1 #sec1 ul.about_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 3px dotted #ca5142;
}
.about #about1 #sec1 ul.about_list li:last-child {
  /*padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;*/
}
.about #about1 #sec1 ul.about_list li:nth-child(even) {
  flex-direction: row-reverse;
  align-items: center;
}
.about #about1 #sec1 ul.about_list li .txtbk {
  width: calc((100% - 20px) / 2);
  max-width: 360px;
}

.about #about1 #sec1 ul.about_list li .txtbk p {
  margin-bottom: 30px;
}
.about #about1 #sec1 ul.about_list li .txtbk p:last-child {
  margin-bottom: 0;
}
.about #about1 #sec1 ul.about_list li .imgbk {
  width: calc((100% - 20px) / 2);
}

/*202507追加*/
.about #about1 #sec1 .about_list2 .sttl {
  font-size: 0;
}
.about #about1 #sec1 .about_list2 .sttl span {
  font-size: 23px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 14px;
}
.about #about1 #sec1 .about_list2 .sttl img {
  display: inline-block;
  vertical-align: middle;
}
.about #about1 #sec1 .about_list2 .list_item {
    padding-left: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 3px dotted #ca5142;
}
.about #about1 #sec1 .about_list2 .list_item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.about #about1 #sec1 .about_list2 .list_item .item_in-blk {
    max-width:840px;
    margin:0 auto;
}
.about #about1 #sec1 .about_list2 .datalist {
  display:flex;
  width:100%;
  padding:9px 0;
  background-color:#efede7;
}
.about #about1 #sec1 .about_list2 .datalist li {
  display:flex;
  align-items:center;
  justify-content:center;
  width:calc(100% / 3);
  padding:7px;
}
.about #about1 #sec1 .about_list2 .datalist li:not(:last-child) { 
  border-right:1px dashed #ca5142;
}
.about #about1 #sec1 .about_list2 .datalist li span {
  display:inline-block;
}
.about #about1 #sec1 .about_list2 .datalist li span.date_lavel {
  font-size:13px;
}
.about #about1 #sec1 .about_list2 .datalist li span.date_num {
  font-size:20px;
  font-weight:600;
}
.about #about1 #sec1 .about_list2 .stx {
  font-size:13px;
  padding-top:10px;
  text-align:right;
  width:100%;
}

.about #about1 #sec1 .about_list2 .list_item .item_in-blk.flex {
    display:flex;
    flex-wrap:wrap;
}
.about #about1 #sec1 .about_list2 .item_in-blk .faclist {
  width:50%;
}
.about #about1 #sec1 .about_list2 .item_in-blk .faclist.lft {
  border-right:1px solid #ca5142;
  padding-right:6%;
}
.about #about1 #sec1 .about_list2 .item_in-blk .faclist.rgt {
  padding-left:6%;
}
.about #about1 #sec1 .about_list2 .item_in-blk .faclist li {
  font-size:13px;
  line-height:1.2;
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
  position:relative;
}
.about #about1 #sec1 .about_list2 .item_in-blk .faclist li:before {
  content:"";
  display:block;
  width:calc(100% - 4em);
  height:1px;
  border-top:1px dashed #ca5142;
  position:absolute;
  top:50%;
  left:2em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index:0;
}

.about #about1 #sec1 .about_list2 .item_in-blk .faclist li .fac_name {
  min-width:7em;
  padding-right:1em;
  background-color:#fff;
  position:relative;
}
.about #about1 #sec1 .about_list2 .item_in-blk .faclist li .fac_num {
  text-align:right;
  width:4em;
  padding-left:1em;
   background-color:#fff;
  position:relative;
}

.about #about1 #sec2 {
  background-color: #efede7;
  padding-bottom: 120px;
}
.about #about1 #sec2.blk {
  padding: 70px 0 42px;
}
.about #about1 #sec2 .mttl {
  font-size: 0;
  margin-bottom: 55px;
}
.about #about1 #sec2 .mttl span {
  display: inline-block;
  vertical-align: middle;
}
.about #about1 #sec2 .mttl .en {
  font-size: 23px;
  margin-right: 20px;
}
.about #about1 #sec2 .mttl .jp {
  font-size: 13px;
}
.about #about1 #sec2 .imgbk {
  margin-bottom: 56px;
}
.about #about1 #sec2 .inblk {
  padding: 65px 20px;
  background-color: transparent;
  border-radius: 50px;
  border:3px dotted #ca5142;
}
.about #about1 #sec2 .inblk ul {
  max-width: 721px;
  margin: 0 auto;
}
.about #about1 #sec2 .inblk ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.about #about1 #sec2 .inblk ul li:last-child {
  margin-bottom: 0;
}
.about #about1 #sec2 .inblk ul li .actl {
  width: 263px;
  margin-right: 7px;
  position: relative;
}
.about #about1 #sec2 .inblk ul li .actl:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 3px dotted #ca5142;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.about #about1 #sec2 .inblk ul li .actl span {
  display: inline-block;
  padding-right: 27px;
  background-color: #efede7;
  position: relative;
  z-index: 2;
}
.about #about1 #sec2 .inblk ul li .cont {
  width: 100%;
  max-width: 448px;
  padding: 30px 0 30px 50px;
  position: relative;
}
.about #about1 #sec2 .inblk ul li .cont:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  border-top: 3px dotted #ca5142;
  border-bottom: 3px dotted #ca5142;
  border-left: 3px dotted #ca5142;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about #about1 #sec2 .inblk ul li .cont img {
  margin-bottom: 20px;
}
.about #about1 #sec2 .inblk ul li:first-child .cont img {
  margin-bottom: 0;
}
.about #about1 #sec2 .inblk ul li .cont .morebtn {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 350px;
  padding: 7px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(202, 81, 66);
  border-image: initial;
  border-radius: 25px;
  transition: background-color 0.3s ease 0s;
}
.about #about1 #sec2 .inblk ul li .cont .morebtn span.rgt {
  padding: 5px 20px 5px 0;
  background: url(../imgs/about/arrow-s_rd.svg) right 0 center no-repeat;
  background-size: 14px 14px;
}
.about #about1 #sec2 .inblk ul li .cont .morebtn:hover {
  background-color: #ca5142;
}
.about #about1 #sec2 .inblk ul li .cont .morebtn:hover span {
  color: #fff;
}
.about #about1 #sec2 .inblk ul li .cont .morebtn:hover span.rgt {
  background-image: url(../imgs/about/arrow-s_wh.svg);
}

.about #about1 #sec2 .inblk ul li .cont .morebtn.mgb {
  margin-bottom: 50px;
}



/* -------------------------------------
about2
------------------------------------- */
.about #about2 {
  display: none;
  padding-top:30px;
  background-color:#efede7;
}
.about #about2 .sttl,
.about #about2 .mttl {
  font-size: 23px;
  font-weight: 700;
}
.about #about2 .sttl span {
  line-height: 1.2;
  display: inline-block;
}

.about #about2 #sec3 ul {
  width: 100%;
}
.about #about2 #sec3 ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 50px;
  position: relative;
}
.about #about2 #sec3 ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.about #about2 #sec3 ul li:nth-child(odd) {
  flex-direction: row-reverse;
  align-items: center;
}
.about #about2 #sec3 ul li .txtbk {
  padding: 54px 50px;
  background-color:#fff;
  border: 1px solid #ca5142;
}
.about #about2 #sec3 ul li:nth-child(1) .txtbk {
  width: calc(50% + 30px);
}
.about #about2 #sec3 ul li:nth-child(1) {
  padding-top: 100px;
}
.about #about2 #sec3 ul li:nth-child(1) .txtbk .in {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.about #about2 #sec3 ul li:nth-child(2) .txtbk {
  width: 64%;
  padding-right: 100px;
}
.about #about2 #sec3 ul li:nth-child(2) {
  padding-bottom: 80px;
}
.about #about2 #sec3 ul li:nth-child(2) .txtbk .in {
  width: 100%;
  max-width: 415px;
}
.about #about2 #sec3 ul li .imgbk {
  width: 50%;
  position: absolute;
}

.about #about2 #sec3 ul li:nth-child(1) .imgbk {
  top: 0;
  left: 0;
  z-index: 1;
}
.about #about2 #sec3 ul li:nth-child(2) .imgbk {
  top: 80px;
  right: 0;
  z-index: 1;
}

.about #about2 #sec4 .bgblk {
  color: #fff;
  text-align: center;
  padding: 0 0 67px;
  background-color: #ca5142;
}
.about #about2 #sec4 .bgblk .cttl {
  padding-top: 30px;
  position: relative;
  z-index:1;
}
.about #about2 #sec4 .bgblk .cttl img {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  z-index: 1;
}
.about #about2 #sec4 .bgblk .cttl span {
  display: block;
  position: relative;
  z-index:2;
}
.about #about2 #sec4 .bgblk .cttl:before {
  content: "";
  width: 250px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #ca5142;
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
  z-index: 1;
}
.about #about2 #sec4 .bgblk .cp {
  margin-bottom: 42px;
  position: relative;
  z-index:2;
}
.about #about2 #sec4 .bgblk .slide {
  display: none;
}
.about #about2 #sec4 .bgblk .slide.slick-initialized {
  display: block;
}
.about #about2 #sec4 .bgblk .slide .item {
  padding: 17px 20px 26px;
  border-right: 3px dotted #fff;
}
.about #about2 #sec4 .slide .item .slide_in {
  max-width: 350px;
  margin: 0 auto;
}
.about #about2 #sec4 .slide .item .slide_in img {
  margin-bottom: 25px;
  border-radius: 40px;
}
.about #about2 #sec4 .slide dl {
}
.about #about2 #sec4 .slide dl dt {
  font-size: 23px;
  font-weight: 700;
}
.about #about2 #sec4 .slide dl dd {
}

.about #about2 #sec4 .slick-prev,
.slick-next {
  width: 36px;
  height: 36px;
}
.about #about2 #sec4 .slick-prev {
  left: 7%;
  z-index: 3;
}
.about #about2 #sec4 .slick-next {
  right: 7%;
  z-index: 3;
}
.about #about2 #sec4 .slick-prev,
.about #about2 #sec4 .slick-prev:hover {
  background: url(../imgs/about/arrow_prev.svg) 0 0 no-repeat;
  background-size: contain;
}
.about #about2 #sec4 .slick-next,
.about #about2 #sec4 .slick-next:hover {
  background: url(../imgs/about/arrow_next.svg) 0 0 no-repeat;
  background-size: contain;
}
.slick-prev:before,
.slick-next:before {
  font-size: 0;
}

.about #about2 #sec5 {
  padding-bottom: 73px;
}
.about #about2 #sec5 .mttl {
  text-align: center;
}
.about #about2 #sec5 .mttl img {
  display: block;
  margin: 0 auto;
}
.about #about2 #sec5 .cp {
  text-align: center;
  margin-bottom: 80px;
}
.about #about2 #sec5 .nhlist {
  max-width: 780px;
  margin: 0 auto;
}
.about #about2 #sec5 .nhlist li {
  padding: 0 20px;
  border-top: 3px solid #ca5142;
  position: relative;
}
.about #about2 #sec5 .nhlist li:nth-child(odd) {
  border-left: 3px solid #ca5142;
}
.about #about2 #sec5 .nhlist li:nth-child(even) {
  border-right: 3px solid #ca5142;
}
.about #about2 #sec5 .nhlist li:last-child {
  border-left: none;
}
.about #about2 #sec5 .nhlist li:before,
.about #about2 #sec5 .nhlist li:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #fff url(../imgs/about/corner.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 3;
}
.about #about2 #sec5 .nhlist li:nth-child(odd):before {
  top: -3px;
  left: -3px;
}
.about #about2 #sec5 .nhlist li:nth-child(odd):after {
  bottom: -3px;
  left: -3px;
  transform: rotate(-90deg);
}
.about #about2 #sec5 .nhlist li:nth-child(even):before {
  top: -3px;
  right: -3px;
  transform: rotate(90deg);
}
.about #about2 #sec5 .nhlist li:nth-child(even):after {
  bottom: -3px;
  right: -3px;
  transform: rotate(-180deg);
}
.about #about2 #sec5 .nhlist li:last-child:before,
.about #about2 #sec5 .nhlist li:last-child:after {
  display: none;
}

.about #about2 #sec5 .nhlist li .in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 676px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.about #about2 #sec5 .nhlist li:nth-child(even) .in {
  flex-direction: row-reverse;
}
.about #about2 #sec5 .nhlist li .in .txtbk {
  width: calc(100% - 280px);
  padding-bottom: 30px;
}
.about #about2 #sec5 .nhlist li:nth-child(even) .in .txtbk {
  text-align: right;
}
.about #about2 #sec5 .nhlist li .in .imgbk {
  width: 32%;
  max-width: 250px;
  height: 250px;
  position: relative;
}
.about #about2 #sec5 .nhlist li .in .imgbk img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -15px;
  left:50%;
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
  z-index: 3;
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1160px) {
}

@media screen and (max-width: 1060px) {
}

@media screen and (max-width: 980px) {
  /* -------------------------------------
    about1
    ------------------------------------- */
  .about #about1 #sec1 ul.about_list li {
    padding-left: 0;
  }
  .about #about1 #sec1 .about_list2 .list_item {
    padding-left: 0;
  }
  
  

  /* -------------------------------------
    about2
    ------------------------------------- */
  .about #about2 #sec3 ul li .txtbk {
    padding: 40px 40px;
  }
  .about #about2 #sec3 ul li:nth-child(1) {
    padding-top: 7%;
  }
  .about #about2 #sec3 ul li:nth-child(2) {
    padding-bottom: 10%;
  }
  .about #about2 #sec3 ul li:nth-child(1) .txtbk {
    width: calc(50% + 15px);
  }
  .about #about2 #sec3 ul li:nth-child(2) .txtbk {
    width: calc(50% + 15px);
    padding-right: 40px;
  }
  .about #about2 #sec3 ul li:nth-child(2) .txtbk .in {
    max-width: 370px;
  }
  .about #about2 #sec3 ul li:nth-child(2) .imgbk {
    top: 10%;
  }
  .about #about2 .sttl,
  .about #about2 .mttl {
    font-size: 20px;
    font-weight: 700;
  }

  .about #about2 #sec4 .slide dl dd br {
    display: none;
  }
}

@media screen and (max-width: 880px) {
  /* -------------------------------------
    about1
    ------------------------------------- */
  .about #about1 #sec2 .inblk ul li .actl {
    width: 240px;
  }
  .about #about1 #sec2 .inblk ul li .cont {
    padding: 30px 0 30px 30px;
  }

  /* -------------------------------------
    about2
    ------------------------------------- */
  .about #about2 #sec3 ul li .txtbk {
    padding: 30px 25px;
  }

  .about #about2 #sec5 .nhlist li .in .txtbk {
    width: calc(68% - 20px);
    padding-bottom: 30px;
  }
  .about #about2 #sec5 .nhlist li .in .imgbk {
    width: 32%;
    max-width: 250px;
    height: 250px;
    position: relative;
  }
  .about #about2 #sec5 .nhlist li .in .imgbk img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
  /*nav1*/
  .about #nav1 ul.tab li span {
    font-size: 20px;
  }

  /* -------------------------------------
    about1
    ------------------------------------- */
  .about #about1 #sec2 .inblk ul {
    max-width: 500px;
    margin: 0 auto;
  }
  .about #about1 #sec2 .inblk ul li {
    display: block;
    border-bottom: 3px dotted #ca5142;
  }
  .about #about1 #sec2 .inblk ul li:last-child {
    border-bottom: none;
  }

  .about #about1 #sec2 .inblk ul li .actl {
    text-align: center;
    margin: 0 auto;
  }
  .about #about1 #sec2 .inblk ul li .actl:after {
    display: none;
  }
  .about #about1 #sec2 .inblk ul li .actl span {
    padding-right: 0;
  }
  .about #about1 #sec2 .inblk ul li .cont {
    padding: 30px 30px;
    margin: 0 auto;
  }
  .about #about1 #sec2 .inblk ul li:last-child .cont {
    padding-bottom: 0;
  }
  .about #about1 #sec2 .inblk ul li .cont:before {
    display: none;
  }

  /* -------------------------------------
    about2
    ------------------------------------- */
  .about #about2 #sec3 ul li {
    flex-direction: column;
  }
  .about #about2 #sec3 ul li:nth-child(1) {
    padding-top: 0;
  }
  .about #about2 #sec3 ul li:nth-child(2) {
    padding-bottom: 0;
  }

  .about #about2 #sec3 ul li:nth-child(1) .txtbk,
  .about #about2 #sec3 ul li:nth-child(2) .txtbk {
    width: 100%;
  }
  .about #about2 #sec3 ul li:nth-child(1) .txtbk .in,
  .about #about2 #sec3 ul li:nth-child(2) .txtbk .in {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .about #about2 #sec3 ul li .imgbk {
    width: 100%;
    position: static;
  }

  .about #about2 #sec4 .bgblk ul li {
    padding: 10px 60px 10px;
  }
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 640px) {
  /* -------------------------------------
about
------------------------------------- */
  /*nav1*/
  .about #nav1 ul.tab li span {
    font-size: 20px;
  }

  /*nav2*/
  .about #nav2 ul.tab {
    /*margin-bottom: 30px;*/
  }
  .about #nav2 ul.tab li span {
    font-size: 14px;
    line-height: 1;
    padding: 15px 35px 15px 20px;
    background-position: right 15px center;
    background-size: 22px 22px;
  }

  /* -------------------------------------
    about1
    ------------------------------------- */
  .about #about1 #sec1 ul.about_list li {
    display: block;
  }
  .about #about1 #sec1 ul.about_list li .txtbk {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .about #about1 #sec1 ul.about_list li .imgbk {
    width: 100%;
  }
  
  .about #about1 #sec1 .about_list2 .list_item .item_in-blk {
    max-width:500px;
    margin:0 auto;
  }
  .about #about1 #sec1 .about_list2 .list_item .item_in-blk.flex {
    flex-direction: column;
  }
  .about #about1 #sec1 .about_list2 .item_in-blk .faclist {
    width: 100%;
    }
  .about #about1 #sec1 .about_list2 .item_in-blk .faclist.lft {
    border-right: none;
    padding-right: 0;
  }
  .about #about1 #sec1 .about_list2 .item_in-blk .faclist.rgt {
    padding-left:0;
    }

  /* -------------------------------------
    about2
    ------------------------------------- */
  .about #about2 #sec4 .bgblk ul li {
    padding: 0 20px;
  }
  
  .about #about2 #sec5 {
    padding-bottom:0;
  }
  .about #about2 #sec5 .nhlist li {
    padding-bottom:10%;
  }
  .about #about2 #sec5 .nhlist li .in {
    /*flex-direction: row-reverse;*/
    flex-direction: row;
    justify-content:center;
    max-width:360px;
    margin:0 auto;
  }
  .about #about2 #sec5 .nhlist li:nth-child(even) .in {
    flex-direction: row;
  }

  .about #about2 #sec5 .nhlist li .in .txtbk {
    width: 100%;
  }
  .about #about2 #sec5 .nhlist li:nth-child(even) .in .txtbk {
    text-align:left;
    }
  .about #about2 #sec5 .nhlist li .in .imgbk {
    width: 50%;
    max-width:250px;
    /*min-width: 150px;*/
    height:auto;
    padding-top:50%;
    /*margin-bottom:10px;*/
  }
  .about #about2 #sec5 .nhlist li .in .imgbk img {
    width:140%;
    /*position: relative;*/
    top: auto;
    bottom:0;
  }
}

@media screen and (max-width: 600px) {
  .about #about1 #sec2 .inblk ul li .cont {
    padding: 20px 0;
  }
  
  
  .about #about1 #sec1 .about_list2 .datalist {
    flex-direction:column;
  }
  .about #about1 #sec1 .about_list2 .datalist li {
    width: 100%;
  }
  .about #about1 #sec1 .about_list2 .datalist li:not(:last-child) {
    border-bottom: 1px dashed #ca5142;
    border-right: none;
    }



}

@media screen and (max-width: 500px) {
  /* -------------------------------------
    about1
    ------------------------------------- */
  .about #about1 #sec1 ul.about_list li .txtbk p {
    margin-bottom: 15px;
  }
  .about #about1 #sec1 ul.about_list li .txtbk p br {
    display: none;
  }
  
  /*nav2*/
  .about #nav2 ul.tab li span {
    font-size: 12px;
    padding: 15px 30px 15px 15px;
    background-position: right 10px center;
    background-size: 20px 20px;
  }


  .about #about1 #sec2 .inblk ul li .actl img {
    height: 45px;
  }
  
  
  
  
  

  /* -------------------------------------
    about2
    ------------------------------------- */
  .about #about2 #sec3 ul li .txtbk {
    padding: 20px !important;
  }
  .about #about2 #sec3 ul li:nth-child(1) .txtbk .in,
  .about #about2 #sec3 ul li:nth-child(2) .txtbk .in {
    max-width: 100%;
  }
  .about #about2 #sec3 ul li .txtbk p br {
    display: none;
  }

  .about #about2 #sec4 .bgblk .cp br {
    display: none;
  }

  .about #about2 #sec5 .nhlist li .in .txtbk p {
    text-align: left;
  }
  .about #about2 #sec5 .nhlist li .in .txtbk p br {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  /*nav1*/
  .about #nav1 ul.tab li span {
    font-size: 18px;
  }

  
  .about #about1 #sec1.blk:before {
    width: 94%;
  }

  .about #about1 #sec2 .inblk {
    padding: 40px 15px;
    background-color: #fff;
    border-radius: 30px;
  }

  .about #about1 #sec2 .inblk ul li .actl img {
    height: 40px;
  }
  
  
  .about #about2 #sec4 .bgblk {
    padding-bottom:30px;
  }
  
}

@media screen and (max-width: 360px) {
  /*nav1*/
  .about #nav1 ul.tab li span {
    font-size: 16px;
    padding: 15px 10px 15px;
  }
  
  .about ul.tab li {
    width: calc((100% - 15px) / 2);
  }

  /* -------------------------------------
    about1
    ------------------------------------- */
  .about #about1 #sec2 .inblk ul li .cont .morebtn {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  /*.about #about2 #sec5 .nhlist li .in .imgbk img {
    position: relative;
    top: -5px;
    bottom: auto;
  }*/
}

@media screen and (min-width: 769px) {
}
