@charset "UTF-8";
.topPage .container {
  overflow: hidden;
}
.topPage .mv {
  position: relative;
}
.topPage .mv .slider01_pc, .topPage .mv .slider01_sp {
  width: 100%;
  height: 100vh;
}
.topPage .mv .txWrap {
  position: absolute;
  bottom: 10%;
  left: 6%;
  width: 90%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topPage .mv .txWrap {
    bottom: 80px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.topPage .mv .txWrap .copy {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .topPage .mv .txWrap .copy {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.topPage .mv .txWrap .enTx {
  margin-top: 20px;
  line-height: 1;
  font-size: 9rem;
}
@media screen and (max-width: 768px) {
  .topPage .mv .txWrap .enTx {
    font-size: 5.2rem;
  }
}
.topPage .sec01 {
  background: url("../cmn_img/top/sec01_bg.jpg") no-repeat center left/cover;
  padding: 160px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  /*&::before{
  	content: "";
  	position: absolute;
  	bottom: -145px;
  	right: -50px;
  	background: url("../cmn_img/top/sec01_img01.png") no-repeat center center / cover;
  	width:645px;
  	height: 667px;
  	z-index: 10;
  	@media screen and (max-width: $break-m) {
  		display: none;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  .topPage .sec01 {
    padding: 100px 0 130px;
  }
}
.topPage .sec01 .inr {
  position: relative;
  z-index: 9;
}
.topPage .sec01 .svganimeblock {
  position: absolute;
  bottom: -130px;
  right: -50px;
  width: 645px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .svganimeblock {
    width: 270px;
    bottom: -60px;
    right: -29px;
  }
}
.topPage .sec01 .svganimeblock svg {
  width: 100%;
}
.topPage .sec01 .svganimeblock svg path {
  fill-opacity: 0;
  -webkit-transition: fill-opacity 0.5s;
  transition: fill-opacity 0.5s;
  fill: none;
  stroke: #fff;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.topPage .sec01 .svganimeblock svg.done path {
  fill: #fff;
  fill-opacity: 1;
  stroke: none;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .btn {
    margin-left: 20px;
  }
}
.topPage .sec01 .bgImg {
  position: absolute;
  bottom: -186px;
  right: -51px;
  width: 258px;
  height: 266px;
  z-index: 9;
}
.topPage .sec01 .sliderArea {
  position: absolute;
  right: 5%;
  top: -240px;
  width: 50%;
  font-size: 0;
  opacity: 0.4;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .sliderArea {
    width: 80%;
    top: -250px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    right: -120px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .sliderArea .slick-slider {
    margin-bottom: 0;
  }
}
.topPage .sec01 .sliderArea .slick-list, .topPage .sec01 .sliderArea .slick-slide {
  width: 100% !important;
}
.topPage .sec01 .sliderArea .slider02Wrap, .topPage .sec01 .sliderArea .slider03Wrap {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: top;
  height: 700px !important;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .sliderArea .slider02Wrap, .topPage .sec01 .sliderArea .slider03Wrap {
    height: 800px !important;
  }
}
.topPage .sec01 .sliderArea .slider02Wrap .slick-list, .topPage .sec01 .sliderArea .slider03Wrap .slick-list {
  height: 1130px !important;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .sliderArea .slider02Wrap .slick-list, .topPage .sec01 .sliderArea .slider03Wrap .slick-list {
    height: 700px !important;
    padding: 0 !important;
  }
}
.topPage .sec01 .sliderArea .slider02Wrap .slick-slide, .topPage .sec01 .sliderArea .slider03Wrap .slick-slide {
  width: 100% !important;
  margin: 10px 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .sliderArea .slider02Wrap .slick-slide, .topPage .sec01 .sliderArea .slider03Wrap .slick-slide {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .sliderArea .slider02Wrap .slick-slide, .topPage .sec01 .sliderArea .slider03Wrap .slick-slide {
    margin: 5px 0;
  }
}
.topPage .sec01 .sliderArea .slider03Wrap {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .sliderArea .slider03Wrap {
    margin-left: 10px;
  }
}
.topPage .sec01 .sliderArea .slider03Wrap .slick-list {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
.topPage .sec01 .sliderArea .slider03Wrap .slick-list picture {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.topPage .sec01 .txWrap {
  position: relative;
  z-index: 999;
}
.topPage .sec01 .enTtl {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .enTtl {
    font-size: 1.4rem;
  }
}
.topPage .sec01 .copy {
  margin-top: 10px;
}
.topPage .sec01 .copy span {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .copy span {
    font-size: 1.9rem;
  }
}
.topPage .sec01 .tx {
  font-size: 1.6rem;
  margin-top: 40px;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .tx {
    font-size: 1.3rem;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .btn {
    position: relative;
    z-index: 99;
  }
}
.topPage .sec01 .btn a {
  margin: 40px auto 0 0;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .btn a {
    margin-top: 30px;
  }
}
.topPage .sec02 {
  font-size: 0;
}
.topPage .sec02 .boxR, .topPage .sec02 .boxL {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .boxR, .topPage .sec02 .boxL {
    width: 100%;
  }
}
.topPage .sec02 .boxL {
  position: relative;
}
.topPage .sec02 .boxL .img02, .topPage .sec02 .boxL .img03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topPage .sec02 .boxL .img02.view, .topPage .sec02 .boxL .img03.view {
  opacity: 1;
}
.topPage .sec02 .boxL .cmn_ofi::before {
  padding-top: 100%;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .boxL .cmn_ofi::before {
    padding-top: 66.66%;
  }
}
.topPage .sec02 .boxR {
  padding: 0 6%;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .boxR {
    padding: 40px 20px 0 20px;
  }
}
.topPage .sec02 .boxR .tx {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .boxR .tx {
    font-size: 1.2rem;
  }
}
.topPage .sec02 .boxR .linkList {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .boxR .linkList {
    margin-top: 15px;
  }
}
.topPage .sec02 .boxR .linkList > li a {
  display: block;
  padding: 20px 15px;
  position: relative;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  font-size: 2.6rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1319px) {
  .topPage .sec02 .boxR .linkList > li a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .boxR .linkList > li a {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
}
.topPage .sec02 .boxR .linkList > li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 50px;
  background: #009d91;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.topPage .sec02 .boxR .linkList > li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f8f8f8;
  z-index: -1;
  opacity: 0;
}
.topPage .sec02 .boxR .linkList > li a .num {
  font-size: 1.5rem;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .boxR .linkList > li a .num {
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
.topPage .sec02 .boxR .linkList > li a .btnArw {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .boxR .linkList > li a .btnArw {
    right: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .topPage .sec02 .boxR .linkList > li a:hover {
    padding-left: 20px;
  }
  .topPage .sec02 .boxR .linkList > li a:hover::before {
    width: 100%;
    opacity: 1;
  }
  .topPage .sec02 .boxR .linkList > li a:hover::after {
    width: 100%;
  }
  .topPage .sec02 .boxR .linkList > li a:hover .btnArw {
    right: 10px;
    background-color: #009d91;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .topPage .sec02 .boxR .linkList > li a:hover {
    padding-left: 20px;
  }
  .topPage .sec02 .boxR .linkList > li a:hover::before {
    width: 100%;
    opacity: 1;
  }
  .topPage .sec02 .boxR .linkList > li a:hover::after {
    width: 100%;
  }
  .topPage .sec02 .boxR .linkList > li a:hover .btnArw {
    right: 10px;
    background-color: #009d91;
  }
}
.topPage .sec03 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 {
    overflow: hidden;
  }
}
.topPage .sec03::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../cmn_img/top/sec03_bg.png") no-repeat center center/cover;
  width: 1591px;
  height: 1178px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topPage .sec03::before {
    top: 50%;
    width: 600px;
    height: 444px;
  }
}
.topPage .sec03 .inr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .inr {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.topPage .sec03 .inr .txWrap {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .inr .txWrap {
    width: 100%;
    margin-top: -40px;
  }
}
.topPage .sec03 .inr .btn a {
  margin: 30px auto 0 0;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .inr .btn a {
    margin-top: 25px;
  }
}
.topPage .sec03 .slider {
  width: calc(50% + 200px);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1199px) {
  .topPage .sec03 .slider {
    width: calc(50% + 140px);
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .slider {
    width: 100%;
  }
}
.topPage .sec03 .slider .slick-slide {
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .slider .slick-slide {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .slider .slick-slide {
    margin: 0 5px;
  }
}
.topPage .sec04 .mainBox {
  background: url("../cmn_img/top/sec04_img01.jpg") no-repeat center center/cover;
  max-width: calc(50% + 600px);
  width: 90%;
  margin: 0 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 140px 100px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .mainBox {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .mainBox {
    width: calc(100% - 20px);
    padding: 50px 25px 80px;
  }
}
.topPage .sec04 .mainBox::before {
  content: "JOIN US";
  position: absolute;
  bottom: -30px;
  right: -15px;
  color: #ecf7f6;
  font-size: 20rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .mainBox::before {
    font-size: 8rem;
    bottom: -15px;
    right: -10px;
  }
}
.topPage .sec04 .mainBox .txWrap {
  position: relative;
  z-index: 9;
}
.topPage .sec04 .mainBox .txWrap .copy {
  font-size: 3.6rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .mainBox .txWrap .copy {
    font-size: 2rem;
  }
}
.topPage .sec04 .mainBox .txWrap .btn a {
  margin: 30px auto 0 0;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .mainBox .txWrap .btn a {
    margin-top: 20px;
  }
}
.topPage .sec04 .bgArea {
  background: #ecf7f6;
  padding-top: 300px;
  margin-top: -160px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .bgArea {
    padding-top: 220px;
  }
}
.topPage .sec04 .bgArea .ctList > li {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .bgArea .ctList > li {
    margin-bottom: 60px;
  }
}
.topPage .sec04 .bgArea .ctList > li .imgBox, .topPage .sec04 .bgArea .ctList > li .txBox {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .bgArea .ctList > li .imgBox, .topPage .sec04 .bgArea .ctList > li .txBox {
    width: 100%;
  }
}
.topPage .sec04 .bgArea .ctList > li .flL {
  float: left;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .bgArea .ctList > li .flL {
    float: none;
  }
}
.topPage .sec04 .bgArea .ctList > li .flR {
  float: right;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .bgArea .ctList > li .flR {
    float: none;
  }
}
.topPage .sec04 .bgArea .ctList > li .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .bgArea .ctList > li .imgBox {
    border-radius: 6px;
  }
}
.topPage .sec04 .bgArea .ctList > li .txBox {
  display: table;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .bgArea .ctList > li .txBox {
    margin-top: 15px;
  }
}
.topPage .sec04 .bgArea .ctList > li .txBox .in {
  display: table-cell;
  vertical-align: middle;
}
.topPage .sec04 .bgArea .ctList > li .txBox .in .ttl {
  font-size: 3.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .bgArea .ctList > li .txBox .in .ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
.topPage .sec04 .bgArea .ctList > li .txBox .in .tx {
  font-size: 1.5rem;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .bgArea .ctList > li .txBox .in .tx {
    font-size: 1.2rem;
  }
}
.topPage .sec04 .bgArea .ctList > li .txBox .in .btn a {
  margin: 30px auto 0 0;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .bgArea .ctList > li .txBox .in .btn a {
    margin: 20px auto 0;
  }
}
.topPage .sec04 .bgArea .ctList > li .txBox .linkList {
  margin-top: 5px;
  text-align: left;
}
.topPage .sec04 .bgArea .ctList > li .txBox .linkList > li a {
  font-size: 1.6rem;
  display: block;
  border-bottom: 1px solid #009d91;
  padding: 18px 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .bgArea .ctList > li .txBox .linkList > li a {
    font-size: 1.3rem;
    padding: 15px 5px;
  }
}
.topPage .sec04 .bgArea .ctList > li .txBox .linkList > li a .num {
  font-size: 1.3rem;
  color: #009d91;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .bgArea .ctList > li .txBox .linkList > li a .num {
    font-size: 1.1rem;
  }
}
.topPage .sec04 .bgArea .ctList > li .txBox .linkList > li a p {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  line-height: 0.9;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .bgArea .ctList > li .txBox .linkList > li a p {
    line-height: 1.6;
  }
}
.topPage .sec04 .bgArea .ctList > li .txBox .linkList > li a .btnArw {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .topPage .sec04 .bgArea .ctList > li .txBox .linkList > li a:hover {
    padding-left: 10px;
  }
  .topPage .sec04 .bgArea .ctList > li .txBox .linkList > li a:hover .btnArw {
    background-color: #009d91;
    right: 0;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .topPage .sec04 .bgArea .ctList > li .txBox .linkList > li a:hover {
    padding-left: 10px;
  }
  .topPage .sec04 .bgArea .ctList > li .txBox .linkList > li a:hover .btnArw {
    background-color: #009d91;
    right: 0;
  }
}
.topPage .sec04 .bgArea .ctList > li.last {
  margin-bottom: 0 !important;
}
.topPage .sec05 {
  font-size: 0;
}
.topPage .sec05 .boxL {
  width: 20%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .boxL {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .boxL .ttlStyle_01 {
    text-align: center;
  }
}
.topPage .sec05 .boxL .navList > li {
  display: block;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .boxL .navList > li {
    display: inline-block;
    margin: 0 8px;
  }
}
.topPage .sec05 .boxR {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .boxR {
    width: 100%;
  }
}
.topPage .sec05 .btn a {
  margin: 25px auto 0 0;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .btn a {
    margin: 30px auto 0;
  }
}

.newsPage .sec01 .navList > li {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .newsPage .sec01 .navList > li {
    margin: 0 10px;
  }
}
.newsPage .sec01 .navList > li a {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .newsPage .sec01 .navList > li a {
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .newsPage .sec01 .navList > li:hover::before {
    background-color: #009d91;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .newsPage .sec01 .navList > li:hover::before {
    background-color: #009d91;
  }
}

.newsPage_detail .sec01 .ttlArea {
  padding-bottom: 25px;
  margin-bottom: 45px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsPage_detail .sec01 .ttlArea {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.newsPage_detail .sec01 .ttlArea::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 3px;
  background: #009d91;
}
@media screen and (max-width: 768px) {
  .newsPage_detail .sec01 .ttlArea::before {
    width: 60px;
  }
}
.newsPage_detail .sec01 .ttlArea .day {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: #999;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .newsPage_detail .sec01 .ttlArea .day {
    font-size: 1.3rem;
  }
}
.newsPage_detail .sec01 .ttlArea .cate {
  padding: 0px 20px;
  border: 1px solid #009d91;
  color: #009d91;
  font-size: 1.4rem;
  border-radius: 90px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .newsPage_detail .sec01 .ttlArea .cate {
    font-size: 1.2rem;
  }
}
.newsPage_detail .sec01 .ttlArea .kijiTtl {
  display: block;
  line-height: 1.7;
  margin-top: 10px;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .newsPage_detail .sec01 .ttlArea .kijiTtl {
    font-size: 1.8rem;
  }
}

.productsPage .sec01 .productsList > li {
  overflow: hidden;
  zoom: 1;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .productsPage .sec01 .productsList > li {
    margin-bottom: 40px;
    overflow: inherit;
  }
}
.productsPage .sec01 .productsList > li::before {
  content: "01";
  position: absolute;
  top: 15px;
  right: 50px;
  font-size: 8rem;
  color: #009d91;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .productsPage .sec01 .productsList > li::before {
    font-size: 5rem;
    top: -23px;
    right: 40px;
    z-index: 99;
  }
}
.productsPage .sec01 .productsList > li .flL {
  float: left;
}
@media screen and (max-width: 768px) {
  .productsPage .sec01 .productsList > li .flL {
    float: none;
  }
}
.productsPage .sec01 .productsList > li .flL.txBox {
  padding: 40px 120px 40px 60px;
  margin-right: -4%;
  margin-left: auto;
}
.productsPage .sec01 .productsList > li .flR {
  float: right;
}
@media screen and (max-width: 768px) {
  .productsPage .sec01 .productsList > li .flR {
    float: none;
  }
}
.productsPage .sec01 .productsList > li .flR.txBox {
  padding: 40px 60px 40px 120px;
}
.productsPage .sec01 .productsList > li .img, .productsPage .sec01 .productsList > li .txBox {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .productsPage .sec01 .productsList > li .img, .productsPage .sec01 .productsList > li .txBox {
    width: 93%;
  }
}
.productsPage .sec01 .productsList > li .img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .productsPage .sec01 .productsList > li .img {
    border-radius: 6px;
  }
}
.productsPage .sec01 .productsList > li .img::before {
  padding-top: 56.25%;
}
.productsPage .sec01 .productsList > li .img.bd {
  border: 1px solid #eee;
}
.productsPage .sec01 .productsList > li .txBox {
  margin-left: -4%;
  border-radius: 10px;
  overflow: hidden;
  display: table;
  background: #f8f8f8;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .productsPage .sec01 .productsList > li .txBox {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .productsPage .sec01 .productsList > li .txBox {
    margin: -25px 0 0 auto !important;
    padding: 48px 20px 25px 20px !important;
  }
}
.productsPage .sec01 .productsList > li .txBox .wrap {
  display: table-cell;
  vertical-align: middle;
}
.productsPage .sec01 .productsList > li .txBox .wrap .ttl {
  font-size: 2.6rem;
  padding-bottom: 15px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1199px) {
  .productsPage .sec01 .productsList > li .txBox .wrap .ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .productsPage .sec01 .productsList > li .txBox .wrap .ttl {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.productsPage .sec01 .productsList > li.last {
  margin-bottom: 0 !important;
}
.productsPage .sec01 .productsList > li:nth-child(2n)::before {
  right: auto;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .productsPage .sec01 .productsList > li:nth-child(2n)::before {
    left: 20px;
  }
}
.productsPage .sec01 .productsList > li:nth-child(2)::before {
  content: "02";
}
.productsPage .sec01 .productsList > li:nth-child(3)::before {
  content: "03";
}
.productsPage .sec01 .productsList > li:nth-child(4)::before {
  content: "04";
}
.productsPage .sec01 .productsList > li:nth-child(5)::before {
  content: "05";
}
.productsPage .sec01 .productsList > li:nth-child(6)::before {
  content: "06";
}
.productsPage .sec01 .productsList > li:nth-child(7)::before {
  content: "07";
}
.productsPage .sec01 .productsList > li:nth-child(8)::before {
  content: "08";
}
.productsPage .sec01 .productsList > li:nth-child(9)::before {
  content: "09";
}
.productsPage .sec01 .productsList > li:nth-child(10)::before {
  content: "10";
}

.contactPage .sec01 .pageReadTx {
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .pageReadTx {
    text-align: left;
    font-size: 1.4rem;
  }
}
.contactPage .sec01 .infoBox {
  margin-bottom: 50px;
  border: 1px solid #009d91;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .infoBox {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .infoBox {
    padding: 15px;
    text-align: left;
  }
}
.contactPage .sec01 .infoBox p {
  font-size: 1.5rem;
  color: #009d91;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .infoBox p {
    font-size: 1.2rem;
    text-align: center;
  }
}
.contactPage .sec01 .infoBox p span {
  display: block;
  color: #111;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .infoBox p span {
    font-size: 1.1rem;
  }
}
.contactPage .sec01 .telBox {
  padding: 20px;
  border: 1px solid #009d91;
  text-align: center;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .telBox {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .telBox {
    padding: 15px;
  }
}
.contactPage .sec01 .telBox .tx01 {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .telBox .tx01 {
    font-size: 1.4rem;
  }
}
.contactPage .sec01 .telBox .tx02 {
  font-size: 4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .telBox .tx02 {
    font-size: 2.6rem;
    line-height: 1.1;
  }
}
.contactPage .sec01 .telBox .tx02 a {
  display: block;
  color: #009d91;
}
.contactPage .sec01 .telBox .tx02 span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .telBox .tx02 span {
    font-size: 1.5rem;
  }
}
.contactPage .sec01 .telBox .tx03 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .telBox .tx03 {
    font-size: 1rem;
  }
}
.contactPage .sec01 table tr th {
  width: 26%;
  text-align: left;
}
.contactPage .sec01 table tr td .indList > li {
  font-size: 1.5rem;
  margin: 5px 0;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 table tr td .indList > li {
    font-size: 1.2rem;
  }
}
.contactPage .sec01 table tr td .select01 {
  width: 32%;
}
.contactPage .sec01 table tr td .select01 select {
  min-width: 100%;
}

.thanksPage .sec01 .ttl {
  font-weight: 500;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .thanksPage .sec01 .ttl {
    font-size: 1.6rem;
  }
}
.thanksPage .sec01 .tx {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .thanksPage .sec01 .tx {
    text-align: left;
  }
}
.thanksPage .sec01 .btn {
  margin-top: 35px;
}

.recruit_InterviewPage .sec01 {
  background: url("../cmn_img/bg_item01.png") no-repeat center top -300px/150% auto;
}
@media screen and (max-width: 768px) {
  .recruit_InterviewPage .sec01 {
    background-position: center top -70px;
    background-size: 400% auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit_InterviewPage .sec01 .interviewList > li {
    margin-bottom: 30px;
  }
}
.recruit_InterviewPage .sec01 .interviewList > li a .thum {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_InterviewPage .sec01 .interviewList > li a .thum {
    margin-bottom: 15px;
  }
}
.recruit_InterviewPage .sec01 .interviewList > li a .thum > p {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit_InterviewPage .sec01 .interviewList > li a .thum > p {
    border-radius: 6px;
  }
}
.recruit_InterviewPage .sec01 .interviewList > li a .thum > p::before {
  padding-top: 100%;
}
.recruit_InterviewPage .sec01 .interviewList > li a .thum span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -10px;
  right: 25px;
  background: #111;
  border-radius: 90px;
}
@media screen and (max-width: 768px) {
  .recruit_InterviewPage .sec01 .interviewList > li a .thum span {
    width: 30px;
    height: 30px;
    bottom: -8px;
    right: 10px;
  }
}
.recruit_InterviewPage .sec01 .interviewList > li a .thum span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .recruit_InterviewPage .sec01 .interviewList > li a .thum span::before {
    width: 10px;
  }
}
.recruit_InterviewPage .sec01 .interviewList > li a .thum span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .recruit_InterviewPage .sec01 .interviewList > li a .thum span::after {
    height: 10px;
  }
}
.recruit_InterviewPage .sec01 .interviewList > li a .info {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .recruit_InterviewPage .sec01 .interviewList > li a .info {
    font-size: 1rem;
  }
}
.recruit_InterviewPage .sec01 .interviewList > li a .info .job {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background: #fff;
  border: 1px solid #009d91;
  color: #009d91;
  font-size: 1.3rem;
  padding: 2px 10px;
  border-radius: 3px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .recruit_InterviewPage .sec01 .interviewList > li a .info .job {
    font-size: 1rem;
    padding: 3px 8px 2px;
    margin-right: 10px;
  }
}
.recruit_InterviewPage .sec01 .interviewList > li a .info .name {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .recruit_InterviewPage .sec01 .interviewList > li a .info .name {
    font-size: 1.3rem;
  }
}
.recruit_InterviewPage .sec01 .interviewList > li a .tx {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .recruit_InterviewPage .sec01 .interviewList > li a .tx {
    font-size: 1.3rem;
    margin-top: 3px;
  }
}
.recruit_InterviewPage .sec01 .interviewList > li a .tx span {
  color: #009d91;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .recruit_InterviewPage .sec01 .interviewList > li a .tx span {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit_InterviewPage .sec01 .interviewList > li a:hover .thum span {
    background-color: #009d91;
    width: 45px;
    height: 45px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .recruit_InterviewPage .sec01 .interviewList > li a:hover .thum span {
    background-color: #009d91;
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guidelinesPage .sec01 .tabList > li {
    margin-bottom: 10px !important;
  }
}
.recruit_guidelinesPage .sec01 .tabList > li a {
  border-radius: 5px;
  border: 1px solid #009d91;
  text-align: center;
  display: block;
  padding: 12px;
  color: #009d91;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .recruit_guidelinesPage .sec01 .tabList > li a {
    font-size: 1.4rem;
    padding: 6px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit_guidelinesPage .sec01 .tabList > li a:hover {
    background-color: #ecf7f6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .recruit_guidelinesPage .sec01 .tabList > li a:hover {
    background-color: #ecf7f6;
  }
}
.recruit_guidelinesPage .sec01 .tabList > li a span {
  font-size: 1.2rem;
}
.recruit_guidelinesPage .sec01 .tabList > li.current a {
  background: #009d91;
  color: #fff;
}
.recruit_guidelinesPage .sec01 .tbl tr th, .recruit_guidelinesPage .sec01 .tbl tr td {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .recruit_guidelinesPage .sec01 .tbl tr th, .recruit_guidelinesPage .sec01 .tbl tr td {
    font-size: 1.2rem;
  }
}
.recruit_guidelinesPage .sec01 .tbl tr th b, .recruit_guidelinesPage .sec01 .tbl tr th strong, .recruit_guidelinesPage .sec01 .tbl tr td b, .recruit_guidelinesPage .sec01 .tbl tr td strong {
  font-weight: bold;
}
.recruit_guidelinesPage .sec01 .tbl tr th a, .recruit_guidelinesPage .sec01 .tbl tr td a {
  color: #009d91;
  text-decoration: underline;
}
.recruit_guidelinesPage .sec01 .tbl tr th a:hover, .recruit_guidelinesPage .sec01 .tbl tr td a:hover {
  text-decoration: none;
}
.recruit_guidelinesPage .sec01 .tbl tr th {
  position: relative;
  width: 25%;
  color: #009d91;
}
@media screen and (max-width: 768px) {
  .recruit_guidelinesPage .sec01 .tbl tr th {
    font-size: 1.3rem;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .recruit_guidelinesPage .sec01 .tbl tr th::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 50px;
    height: 1px;
    background: #009d91;
  }
}
.recruit_guidelinesPage .sec01 .wrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .recruit_guidelinesPage .sec01 .wrap {
    margin-top: 35px;
  }
}
.recruit_guidelinesPage .sec01 .wrap::after {
  content: "";
  display: block;
  clear: both;
}
.recruit_guidelinesPage .sec01 .wrap .boxL {
  width: 70%;
  float: left;
}
@media screen and (max-width: 768px) {
  .recruit_guidelinesPage .sec01 .wrap .boxL {
    width: 100%;
    float: none;
  }
}
.recruit_guidelinesPage .sec01 .wrap .boxR {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  right: 0;
  width: 25%;
  float: right;
  border-radius: 10px;
  overflow: hidden;
  background: #f8f8f8;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .recruit_guidelinesPage .sec01 .wrap .boxR {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_guidelinesPage .sec01 .wrap .boxR {
    padding: 20px;
    width: 100%;
    float: none;
    margin-bottom: 30px;
    position: static;
  }
}
.recruit_guidelinesPage .sec01 .wrap .boxR .ttl {
  border-bottom: 1px solid #009d91;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .recruit_guidelinesPage .sec01 .wrap .boxR .ttl {
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
}
.recruit_guidelinesPage .sec01 .wrap .boxR .posiList {
  font-size: 0;
}
.recruit_guidelinesPage .sec01 .wrap .boxR .posiList > li a {
  display: block;
  padding: 10px 0 10px 15px;
  font-size: 1.4rem;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_guidelinesPage .sec01 .wrap .boxR .posiList > li a {
    font-size: 1.2rem;
    padding: 8px 0 8px 15px;
  }
}
.recruit_guidelinesPage .sec01 .wrap .boxR .posiList > li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0px 3px 6px;
  border-color: transparent transparent transparent #009d91;
}
.recruit_guidelinesPage .sec01 .wrap .boxR .posiList > li a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.recruit_guidelinesPage .sec01 .wrap .boxR .posiList > li.last a {
  border: none;
}

.philosophyPage .sec01 {
  position: relative;
}
.philosophyPage .sec01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 73%;
  background: #ecf7f6;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01::before {
    height: 85%;
  }
}
.philosophyPage .sec01 .wrap {
  overflow: hidden;
  zoom: 1;
}
.philosophyPage .sec01 .wrap .imgBox, .philosophyPage .sec01 .wrap .txBox {
  display: table;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .wrap .imgBox, .philosophyPage .sec01 .wrap .txBox {
    width: 100%;
    float: none !important;
  }
}
.philosophyPage .sec01 .wrap .imgBox {
  float: right;
}
.philosophyPage .sec01 .wrap .txBox {
  float: left;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .wrap .txBox {
    margin-top: 30px;
    text-align: center;
  }
}
.philosophyPage .sec01 .wrap .txBox .in {
  display: table-cell;
  vertical-align: middle;
}
.philosophyPage .sec01 .wrap .txBox .secTtl {
  font-size: 1.2rem;
  font-weight: 500;
}
.philosophyPage .sec01 .wrap .txBox .secTtl span {
  color: #009d91;
  font-size: 1.8rem;
  padding-left: 22px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.philosophyPage .sec01 .wrap .txBox .secTtl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  background: #009d91;
  border-radius: 90px;
}
.philosophyPage .sec01 .wrap .txBox .copy {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .wrap .txBox .copy {
    text-align: center;
    margin-top: 15px;
  }
}
.philosophyPage .sec01 .wrap .txBox .copy span {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .wrap .txBox .copy span {
    font-size: 2rem;
  }
}
.philosophyPage .sec01 .wrap .txBox .name {
  font-size: 1.3rem;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .wrap .txBox .name {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.philosophyPage .sec01 .wrap .txBox .name span {
  margin-left: 15px;
  display: inline-block;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .wrap .txBox .name span {
    font-size: 1.6rem;
  }
}
.philosophyPage .sec01 .tx {
  font-size: 1.5rem;
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .tx {
    margin-top: 25px;
    font-size: 1.3rem;
  }
}
.philosophyPage .sec02 {
  overflow: hidden;
  background: #222 url("../cmn_img/philosophy/sec02_bg.jpg") no-repeat center top/100% auto;
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 {
    padding-bottom: 80px;
  }
}
.philosophyPage .sec02::before {
  content: "PHILOSOPHY";
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #292929;
  font-size: 21rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02::before {
    font-size: 5.4rem;
    bottom: -9px;
  }
}
.philosophyPage .sec02 .group {
  text-align: center;
  color: #fff;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .group {
    margin-top: 45px;
  }
}
.philosophyPage .sec02 .group .mainTtl {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.7;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .group .mainTtl {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.philosophyPage .sec02 .group .mainTtl span {
  display: block;
  font-size: 1.5rem;
  color: #009d91;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .group .mainTtl span {
    font-size: 1.2rem;
  }
}
.philosophyPage .sec02 .group .readTx {
  font-size: 2.6rem;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .group .readTx {
    font-size: 1.6rem;
  }
}
.philosophyPage .sec02 .group .tx {
  font-size: 1.5rem;
  margin-top: 20px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .group .tx {
    font-size: 1.3rem;
    margin-top: 15px;
    text-align: left;
  }
}
.philosophyPage .sec02 .group .img01 {
  max-width: 741px;
  width: 100%;
  margin: 20px auto 0;
}
.philosophyPage .sec03 {
  background: url("../cmn_img/philosophy/sec03_bg.jpg") no-repeat center center/cover;
  position: relative;
  z-index: 9;
}
.philosophyPage .sec03 .copy {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec03 .copy {
    font-size: 2rem;
  }
}
.philosophyPage .sec03 .pointList {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec03 .pointList {
    margin-top: 20px;
  }
}
.philosophyPage .sec03 .pointList > li {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #fff;
  padding: 40px 50px;
  border-radius: 10px;
  overflow: hidden;
  overflow: inherit;
  position: relative;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec03 .pointList > li {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec03 .pointList > li {
    padding: 25px 20px;
  }
}
.philosophyPage .sec03 .pointList > li .ttl {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  color: #009d91;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec03 .pointList > li .ttl {
    font-size: 1.8rem;
  }
}
.philosophyPage .sec03 .pointList > li .tx {
  font-size: 1.5rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec03 .pointList > li .tx {
    font-size: 1.3rem;
    margin-top: 0;
  }
}
.philosophyPage .sec03 .pointList > li:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../cmn_img/philosophy/sec03_item01.png") no-repeat center center/cover;
  width: 81px;
  height: 81px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec03 .pointList > li:nth-child(1)::before {
    top: auto;
    bottom: -38px;
    left: 50%;
    right: auto;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    width: 55px;
    height: 55px;
  }
}
.philosophyPage .sec04 .tbl01, .philosophyPage .sec04 .tbl02 {
  margin-top: 30px;
}
.philosophyPage .sec04 .tbl01 tr.head th, .philosophyPage .sec04 .tbl02 tr.head th {
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec04 .tbl01 tr th, .philosophyPage .sec04 .tbl01 tr td, .philosophyPage .sec04 .tbl02 tr th, .philosophyPage .sec04 .tbl02 tr td {
    display: table-cell;
    font-size: 1.2rem;
  }
}
.philosophyPage .sec04 .tbl01 tr th, .philosophyPage .sec04 .tbl02 tr th {
  padding: 10px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec04 .tbl01 tr th, .philosophyPage .sec04 .tbl02 tr th {
    padding: 8px 5px;
  }
}
.philosophyPage .sec04 .tbl01 tr td, .philosophyPage .sec04 .tbl02 tr td {
  vertical-align: middle;
}
.philosophyPage .sec04 .tbl01 tr td .itemList, .philosophyPage .sec04 .tbl02 tr td .itemList {
  text-align: center;
  font-size: 0;
}
.philosophyPage .sec04 .tbl01 tr td .itemList > li, .philosophyPage .sec04 .tbl02 tr td .itemList > li {
  display: inline-block;
  vertical-align: top;
  width: 105px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec04 .tbl01 tr td .itemList > li, .philosophyPage .sec04 .tbl02 tr td .itemList > li {
    display: block;
    margin: 5px 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec04 .tbl01 tr th:nth-child(1) {
    width: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec04 .tbl01 tr th:nth-child(3) {
    width: 80px !important;
  }
}
.philosophyPage .sec04 .img01 {
  max-width: 464px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.numbersPage .sec01 .companyList.sml > li {
  margin-bottom: 2%;
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList.sml > li {
    padding: 25px 10px;
    margin-right: 2%;
  }
}
.numbersPage .sec01 .companyList.sml > li.pcTop {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList.sml > li.pcTop {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList.sml > li:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList.sml > li:nth-child(3), .numbersPage .sec01 .companyList.sml > li:nth-child(5), .numbersPage .sec01 .companyList.sml > li:nth-child(7), .numbersPage .sec01 .companyList.sml > li:nth-child(9), .numbersPage .sec01 .companyList.sml > li:nth-child(11), .numbersPage .sec01 .companyList.sml > li:nth-child(13) {
    margin-right: 0;
  }
}
.numbersPage .sec01 .companyList.sml > li .wrap .ttl span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList.sml > li .wrap .ttl span {
    font-size: 1.5rem;
  }
}
.numbersPage .sec01 .companyList li {
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  padding: 55px 50px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li {
    padding: 25px 15px;
    margin-bottom: 20px !important;
  }
}
.numbersPage .sec01 .companyList li .wrap {
  font-size: 0;
}
.numbersPage .sec01 .companyList li .wrap .ttl {
  margin-bottom: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .ttl {
    text-align: center;
  }
}
.numbersPage .sec01 .companyList li .wrap .ttl span {
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 1px solid #111;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .ttl span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .sp_cmn {
    display: inline-block;
    vertical-align: middle;
  }
}
.numbersPage .sec01 .companyList li .wrap .counter {
  line-height: 1;
}
.numbersPage .sec01 .companyList li .wrap .counter .circle {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 90px;
  text-align: center;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .counter .circle {
    width: 35px;
    height: 35px;
  }
}
.numbersPage .sec01 .companyList li .wrap .counter .circle span {
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .counter .circle span {
    font-size: 1.2rem;
  }
}
.numbersPage .sec01 .companyList li .wrap .counter .circle.sml span {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .counter .circle.sml span {
    font-size: 1.1rem;
  }
}
.numbersPage .sec01 .companyList li .wrap .counter .number, .numbersPage .sec01 .companyList li .wrap .counter .number02 {
  color: #009d91;
  letter-spacing: -2px;
  font-size: 9.5rem;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .counter .number, .numbersPage .sec01 .companyList li .wrap .counter .number02 {
    font-size: 5.6rem;
  }
}
.numbersPage .sec01 .companyList li .wrap .counter .tx {
  font-size: 3.6rem;
  font-weight: 500;
  display: inline-block;
  vertical-align: bottom;
  margin: auto 5px 10px 5px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .counter .tx {
    font-size: 2rem;
  }
}
.numbersPage .sec01 .companyList li .wrap .counter.sml .number, .numbersPage .sec01 .companyList li .wrap .counter.sml .number02 {
  font-size: 7.2rem;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .counter.sml .number, .numbersPage .sec01 .companyList li .wrap .counter.sml .number02 {
    font-size: 5.6rem;
  }
}
.numbersPage .sec01 .companyList li .wrap .counter.sml .tx {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .counter.sml .tx {
    font-size: 1.5rem;
  }
}
.numbersPage .sec01 .companyList li .wrap .boxL {
  width: 70%;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .boxL {
    width: 100%;
    text-align: center;
  }
}
.numbersPage .sec01 .companyList li .wrap .boxL .item {
  display: inline-block;
  vertical-align: middle;
}
.numbersPage .sec01 .companyList li .wrap .boxR {
  width: 30%;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .boxR {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
.numbersPage .sec01 .companyList li .wrap .boxR > p {
  width: 100%;
  margin: auto 0 0 auto;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .boxR > p {
    margin: 0 auto;
  }
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon01 {
  max-width: 139px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon02 {
  max-width: 105px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon03 {
  max-width: 133px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon04 {
  max-width: 98px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon05 {
  max-width: 108px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon06 {
  max-width: 130px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon10 {
  width: 85px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon11 {
  width: 95px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon12 {
  width: 93px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon13 {
  width: 94px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon14 {
  width: 100px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon15 {
  width: 134px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon16 {
  width: 104px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon17 {
  width: 112px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon18 {
  width: 100px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon19 {
  width: 111px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon20 {
  width: 116px;
}
.numbersPage .sec01 .companyList li .wrap .boxR .icon21 {
  width: 153px;
}
.numbersPage .sec01 .companyList li .wrap .boGraphWrap {
  position: relative;
  margin: 0 auto;
  width: 400px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .boGraphWrap {
    width: 280px;
    padding-top: 30px;
  }
}
.numbersPage .sec01 .companyList li .wrap .boGraphWrap .shape {
  position: relative;
}
.numbersPage .sec01 .companyList li .wrap .boGraphWrap .shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  background: #f8f8f8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.numbersPage .sec01 .companyList li .wrap .boGraphWrap .shape.active::before {
  height: 0;
}
.numbersPage .sec01 .companyList li .wrap .boGraphWrap .num03, .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num04, .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num05, .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num06, .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num07 {
  position: absolute;
  z-index: 9;
  width: 90px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num03, .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num04, .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num05, .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num06, .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num07 {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num03 .counter.sml .number, .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num04 .counter.sml .number, .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num05 .counter.sml .number, .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num06 .counter.sml .number, .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num07 .counter.sml .number {
    font-size: 2.8rem;
  }
}
.numbersPage .sec01 .companyList li .wrap .boGraphWrap .num03 {
  left: -10px;
  bottom: 92px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num03 {
    left: -8px;
    bottom: 64px;
  }
}
.numbersPage .sec01 .companyList li .wrap .boGraphWrap .num04 {
  left: 72px;
  bottom: 129px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num04 {
    left: 49px;
    bottom: 87px;
  }
}
.numbersPage .sec01 .companyList li .wrap .boGraphWrap .num05 {
  right: 151px;
  bottom: 138px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num05 {
    right: 100px;
    bottom: 95px;
  }
}
.numbersPage .sec01 .companyList li .wrap .boGraphWrap .num06 {
  right: 66px;
  bottom: 133px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num06 {
    right: 40px;
    bottom: 92px;
  }
}
.numbersPage .sec01 .companyList li .wrap .boGraphWrap .num07 {
  right: -11px;
  bottom: 68px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap .boGraphWrap .num07 {
    right: -12px;
    bottom: 48px;
  }
}
.numbersPage .sec01 .companyList li .wrap .boGraphWrap .counter.sml .number {
  font-size: 4rem;
}
.numbersPage .sec01 .companyList li .wrap .boGraphWrap .counter.sml .tx {
  margin-bottom: 2px;
}
.numbersPage .sec01 .companyList li .wrap.graphWrap {
  position: relative;
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .num01, .numbersPage .sec01 .companyList li .wrap.graphWrap .num02 {
  position: absolute;
  top: 58%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .num01 .sun, .numbersPage .sec01 .companyList li .wrap.graphWrap .num02 .sun {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap.graphWrap .num01 .sun, .numbersPage .sec01 .companyList li .wrap.graphWrap .num02 .sun {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap.graphWrap .num01 .number, .numbersPage .sec01 .companyList li .wrap.graphWrap .num02 .number {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap.graphWrap .num01 .tx, .numbersPage .sec01 .companyList li .wrap.graphWrap .num02 .tx {
    margin-bottom: 4px;
  }
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .num02 {
  left: auto;
  right: -10px;
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .graph {
  width: 188px;
  margin: 0 auto;
  position: relative;
  border-radius: 900px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap.graphWrap .graph {
    width: 135px;
  }
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .graph .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 52px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .wrap.graphWrap .graph .icon {
    width: 40px;
  }
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .graph .icon.icon02 {
  width: 18px;
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .graph .shape {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .graph .shape .cover1, .numbersPage .sec01 .companyList li .wrap.graphWrap .graph .shape .cover2 {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 100%;
  top: 0;
  display: block;
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .graph .shape .cover1::before, .numbersPage .sec01 .companyList li .wrap.graphWrap .graph .shape .cover2::before {
  position: absolute;
  content: "";
  z-index: 1;
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .graph .shape .cover1 {
  left: 50%;
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .graph .shape .cover1::before {
  width: 100%;
  height: 200%;
  background: #fff;
  -webkit-transform-origin: 0 25%;
  transform-origin: 0 25%;
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .graph .shape .cover2::before {
  left: -9%;
  width: 110%;
  height: 120%;
  background: #fff;
  -webkit-transform-origin: 100% 40%;
  transform-origin: 100% 40%;
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .graph .shape img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .graph .shape.active .cover1::before {
  -webkit-animation: draw 0.5s linear 0.5s forwards;
          animation: draw 0.5s linear 0.5s forwards;
  left: -1px;
}
.numbersPage .sec01 .companyList li .wrap.graphWrap .graph .shape.active .cover2::before {
  -webkit-animation: draw 0.5s ease-out 1s forwards;
          animation: draw 0.5s ease-out 1s forwards;
}
.numbersPage .sec01 .companyList li .tx {
  font-size: 1.5rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList li .tx {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
.numbersPage .sec01 .companyList.sml > li .size12 {
  line-height: 1.7;
}
.numbersPage .sec01 .companyList.sml > li .wrap .boxL {
  width: 100%;
  display: block;
  text-align: center;
}
.numbersPage .sec01 .companyList.sml > li .wrap .boxR {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec01 .companyList.sml > li .wrap .boxR {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-top: 5px;
  }
}
.numbersPage .sec01 .companyList.sml > li .wrap .boxR > p {
  margin: 0 auto;
}
.numbersPage .sec02 .qTtl {
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom: 1px solid #009d91;
}
.numbersPage .sec02 .qTtl span {
  font-size: 3rem;
  font-weight: 500;
  padding-left: 55px;
  position: relative;
  display: inline-block;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec02 .qTtl span {
    font-size: 1.7rem;
    padding-left: 38px;
  }
}
.numbersPage .sec02 .qTtl span::before {
  content: "Q";
  position: absolute;
  top: 1px;
  left: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 2rem;
  background: #009d91;
  text-align: center;
  border-radius: 90px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec02 .qTtl span::before {
    width: 27px;
    height: 27px;
    font-size: 1.5rem;
    top: 0px;
    line-height: 1.9;
  }
}
.numbersPage .sec02 .wrapList > li .voiceList > li {
  width: 85%;
  margin: 30px auto 0 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec02 .wrapList > li .voiceList > li {
    width: 90%;
    margin-top: 20px;
  }
}
.numbersPage .sec02 .wrapList > li .voiceList > li::before {
  content: "";
  position: absolute;
  left: 25%;
  bottom: -19px;
  background: url("../cmn_img/number/sec02_item03.png") no-repeat center center/contain;
  width: 40px;
  height: 21px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec02 .wrapList > li .voiceList > li::before {
    width: 30px;
    height: 15px;
    bottom: -13px;
  }
}
.numbersPage .sec02 .wrapList > li .voiceList > li .bgArea {
  border: 1px solid #ddd;
  position: relative;
  border-radius: 15px;
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec02 .wrapList > li .voiceList > li .bgArea {
    padding: 15px 10px;
  }
}
.numbersPage .sec02 .wrapList > li .voiceList > li .tx {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec02 .wrapList > li .voiceList > li .tx {
    font-size: 1.3rem;
  }
}
.numbersPage .sec02 .wrapList > li .voiceList > li.big {
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec02 .wrapList > li .voiceList > li.big {
    margin-top: 20px;
  }
}
.numbersPage .sec02 .wrapList > li .voiceList > li.big::before {
  background-image: url("../cmn_img/number/sec02_item04.png");
  left: auto;
  right: 25%;
}
.numbersPage .sec02 .wrapList > li .voiceList > li.big .bgArea {
  background: #ecf7f6;
  padding: 30px;
  border: none;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec02 .wrapList > li .voiceList > li.big .bgArea {
    padding: 20px;
  }
}
.numbersPage .sec02 .wrapList > li .voiceList > li.big .tx {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec02 .wrapList > li .voiceList > li.big .tx {
    font-size: 1.4rem;
  }
}
.numbersPage .sec02 .wrapList > li .voiceList > li.big.leftTop::after, .numbersPage .sec02 .wrapList > li .voiceList > li.big.rightBtm::after, .numbersPage .sec02 .wrapList > li .voiceList > li.big.leftTop::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  background: url("../cmn_img/number/sec02_item01.png") no-repeat center center/contain;
  width: 48px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec02 .wrapList > li .voiceList > li.big.leftTop::after, .numbersPage .sec02 .wrapList > li .voiceList > li.big.rightBtm::after, .numbersPage .sec02 .wrapList > li .voiceList > li.big.leftTop::after {
    width: 24px;
    height: 17px;
    top: -7px;
  }
}
.numbersPage .sec02 .wrapList > li .voiceList > li.big.rightBtm::after {
  background-image: url("../cmn_img/number/sec02_item02.png");
  top: auto;
  bottom: -10px;
  left: auto;
  right: 20px;
}
.numbersPage .sec02 .wrapList > li .voiceList > li.big.item02 .bgArea::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -22px;
  background: url("../cmn_img/number/sec02_img03.png") no-repeat center center/cover;
  width: 105px;
  height: 143px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec02 .wrapList > li .voiceList > li.big.item02 .bgArea::before {
    width: 73px;
    height: 100px;
    left: -15px;
    bottom: -35px;
  }
}
.numbersPage .sec02 .wrapList > li .voiceList > li.big.item04 .bgArea::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -22px;
  background: url("../cmn_img/number/sec02_img04.png") no-repeat center center/cover;
  width: 82px;
  height: 118px;
}
@media screen and (max-width: 768px) {
  .numbersPage .sec02 .wrapList > li .voiceList > li.big.item04 .bgArea::before {
    width: 57px;
    height: 82px;
    bottom: -15px;
    left: -15px;
  }
}
.numbersPage .sec02 .wrapList > li .voiceList > li:nth-child(1) {
  margin-top: 0;
}
@-webkit-keyframes draw {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes draw {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.privacyPage .sec01, .policyPage .sec01 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .privacyPage .sec01, .policyPage .sec01 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .privacyPage .sec01 table tr th, .privacyPage .sec01 table tr td, .policyPage .sec01 table tr th, .policyPage .sec01 table tr td {
    font-size: 1.2rem;
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .privacyPage .sec01 table tr th, .policyPage .sec01 table tr th {
    width: 50% !important;
  }
}

.careerPage .sec01 .stepupList {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .careerPage .sec01 .stepupList {
    margin-top: 40px;
  }
}
.careerPage .sec01 .stepupList > li {
  overflow: hidden;
  zoom: 1;
  padding-bottom: 20px;
  margin-top: -20px;
}
.careerPage .sec01 .stepupList > li .ttlBox {
  width: 90px;
  background: #53b5c4;
  text-align: center;
  float: left;
  display: table;
  position: relative;
}
@media screen and (max-width: 768px) {
  .careerPage .sec01 .stepupList > li .ttlBox {
    width: 60px;
  }
}
.careerPage .sec01 .stepupList > li .ttlBox::before {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 20px;
  z-index: 9;
  background: url("../cmn_img/recruit/career/sec01_item01.png") no-repeat center center/100% 100%;
}
.careerPage .sec01 .stepupList > li .ttlBox > p {
  display: table-cell;
  vertical-align: middle;
}
.careerPage .sec01 .stepupList > li .ttlBox > p .tx01 {
  font-size: 1.1rem;
  opacity: 0.7;
  display: block;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .careerPage .sec01 .stepupList > li .ttlBox > p .tx01 {
    font-size: 1rem;
  }
}
.careerPage .sec01 .stepupList > li .ttlBox > p .tx02 {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  margin-right: 5px;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: pre;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .careerPage .sec01 .stepupList > li .ttlBox > p .tx02 {
    font-size: 1.5rem;
  }
}
.careerPage .sec01 .stepupList > li .txBox {
  width: calc(100% - 130px);
  float: right;
}
@media screen and (max-width: 768px) {
  .careerPage .sec01 .stepupList > li .txBox {
    width: calc(100% - 70px);
  }
}
.careerPage .sec01 .stepupList > li .txBox .box {
  padding: 20px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: #e9f6f8;
  margin: 5px auto;
}
@media screen and (max-width: 768px) {
  .careerPage .sec01 .stepupList > li .txBox .box {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .careerPage .sec01 .stepupList > li .txBox .box {
    padding: 15px 20px 15px 30px;
  }
}
.careerPage .sec01 .stepupList > li .txBox .infoList > li {
  color: #53b5c4;
  font-size: 1.5rem;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .careerPage .sec01 .stepupList > li .txBox .infoList > li {
    font-size: 1.2rem;
  }
}
.careerPage .sec01 .stepupList > li .txBox .infoList > li span {
  color: #111;
}
.careerPage .sec01 .stepupList > li:nth-child(2) .ttlBox {
  background: #ec804b;
}
.careerPage .sec01 .stepupList > li:nth-child(2) .ttlBox::before {
  background-image: url("../cmn_img/recruit/career/sec01_item02.png");
}
.careerPage .sec01 .stepupList > li:nth-child(2) .txBox .box {
  background: #faf0eb;
}
.careerPage .sec01 .stepupList > li:nth-child(2) .txBox .box .infoList > li {
  color: #ec804b;
}
.careerPage .sec01 .stepupList > li:nth-child(3) .ttlBox {
  background: #fab625;
}
.careerPage .sec01 .stepupList > li:nth-child(3) .ttlBox::before {
  background-image: url("../cmn_img/recruit/career/sec01_item03.png");
}
.careerPage .sec01 .stepupList > li:nth-child(3) .txBox .box {
  background: #fff5e0;
}
.careerPage .sec01 .stepupList > li:nth-child(3) .txBox .box .infoList > li {
  color: #fab625;
}
.careerPage .sec01 .stepupList > li:nth-child(4) .ttlBox {
  background: #009d91;
}
.careerPage .sec01 .stepupList > li:nth-child(4) .ttlBox::before {
  background-image: url("../cmn_img/recruit/career/sec01_item04.png");
}
.careerPage .sec01 .stepupList > li:nth-child(4) .txBox .box {
  background: #e2f6f4;
}
.careerPage .sec01 .stepupList > li:nth-child(4) .txBox .box .infoList > li {
  color: #009d91;
}
.careerPage .sec01 .stepupList > li:nth-child(5) .ttlBox {
  background: #346590;
}
.careerPage .sec01 .stepupList > li:nth-child(5) .ttlBox::before {
  background-image: url("../cmn_img/recruit/career/sec01_item05.png");
}
.careerPage .sec01 .stepupList > li:nth-child(5) .txBox .box {
  background: #e6eef6;
}
.careerPage .sec01 .stepupList > li:nth-child(5) .txBox .box .infoList > li {
  color: #346590;
}
.careerPage .sec01 .stepupList > li:nth-child(6) .ttlBox {
  background: #7f7bde;
}
.careerPage .sec01 .stepupList > li:nth-child(6) .ttlBox::before {
  background-image: url("../cmn_img/recruit/career/sec01_item06.png");
}
.careerPage .sec01 .stepupList > li:nth-child(6) .txBox .box {
  background: #ecebf8;
}
.careerPage .sec01 .stepupList > li:nth-child(6) .txBox .box .infoList > li {
  color: #7f7bde;
}
.careerPage .sec02 .topList > li {
  vertical-align: middle;
}
.careerPage .sec02 .grayBox {
  background: #ecf7f6;
  padding: 60px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .careerPage .sec02 .grayBox {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .careerPage .sec02 .grayBox {
    padding: 25px 20px;
  }
}
.careerPage .sec02 .grayBox > ul > li {
  margin-bottom: 0;
  vertical-align: middle;
}
.careerPage .sec02 .grayBox > ul > li .discList > li {
  font-size: 1.5rem;
  color: #009d91;
}
@media screen and (max-width: 768px) {
  .careerPage .sec02 .grayBox > ul > li .discList > li {
    font-size: 1.2rem;
  }
}
.careerPage .sec02 .grayBox > ul > li .discList > li > div {
  color: #111;
}
.careerPage .sec02 .grayBox > ul > li .discList > li > div span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .careerPage .sec02 .grayBox > ul > li .discList > li > div span {
    font-size: 1.5rem;
  }
}
.careerPage .sec02 .grayBox > ul > li.imgBox {
  width: 343px;
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .careerPage .sec02 .grayBox > ul > li.imgBox {
    width: 75%;
    display: block;
    margin: 0 auto 25px;
  }
}
.careerPage .sec02 .grayBox > ul > li.txBox {
  width: calc(100% - 393px);
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .careerPage .sec02 .grayBox > ul > li.txBox {
    width: 100%;
  }
}
.careerPage .sec02 .grayBox.sche .in {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .careerPage .sec02 .grayBox.sche .in .imgList {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
}
.careerPage .sec02 .grayBox.sche .in .imgList > li {
  width: 50%;
  max-width: 445px;
  display: inline-block;
  vertical-align: top;
  margin-left: -1px;
}
@media screen and (max-width: 768px) {
  .careerPage .sec02 .grayBox.sche .in .imgList > li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .careerPage .sec02 .grayBox.sche .in .imgList > li:nth-child(2) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .overviewPage .sec01 table tr th, .overviewPage .sec01 table tr td {
    font-size: 1.2rem;
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .overviewPage .sec01 table tr th {
    width: 110px !important;
  }
}
.overviewPage .sec01 table tr td ul li {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .overviewPage .sec01 table tr td ul li {
    font-size: 1.2rem;
  }
}
.overviewPage .sec02 .hisList > li {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .overviewPage .sec02 .hisList > li {
    padding-top: 50px;
  }
}
.overviewPage .sec02 .hisList > li .mainArea {
  width: 100%;
  padding-top: 40%;
  background: no-repeat center center/cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .overviewPage .sec02 .hisList > li .mainArea {
    border-radius: 6px;
  }
}
.overviewPage .sec02 .hisList > li .mainArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.35;
}
.overviewPage .sec02 .hisList > li .mainArea .tx {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .overviewPage .sec02 .hisList > li .mainArea .tx {
    font-size: 1.8rem;
  }
}
.overviewPage .sec02 .hisList > li .mainArea .tx span {
  font-weight: 500;
  border-bottom: 2px solid #fff;
}
.overviewPage .sec02 .hisList > li .tbl {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .overviewPage .sec02 .hisList > li .tbl {
    margin-top: 25px;
  }
}
.overviewPage .sec02 .hisList > li .tbl tr th, .overviewPage .sec02 .hisList > li .tbl tr td {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .overviewPage .sec02 .hisList > li .tbl tr th, .overviewPage .sec02 .hisList > li .tbl tr td {
    font-size: 1.2rem;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px;
  }
}
.overviewPage .sec02 .hisList > li .tbl tr th {
  width: 15%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .overviewPage .sec02 .hisList > li .tbl tr th {
    width: 75px !important;
    padding-right: 0;
  }
}
.overviewPage .sec02 .hisList > li .tbl tr th span {
  line-height: 1;
  font-size: 2.4rem;
  color: #009d91;
  display: inline-block;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .overviewPage .sec02 .hisList > li .tbl tr th span {
    font-size: 1.8rem;
  }
}

.locationPage .sec01 .baseList > li {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #f8f8f8;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .locationPage .sec01 .baseList > li {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .locationPage .sec01 .baseList > li {
    margin-bottom: 20px;
  }
}
.locationPage .sec01 .baseList > li .imgBox {
  width: 32%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .locationPage .sec01 .baseList > li .imgBox {
    width: 100%;
  }
}
.locationPage .sec01 .baseList > li .imgBox .cmn_ofi::before {
  padding-top: 100%;
}
@media screen and (max-width: 768px) {
  .locationPage .sec01 .baseList > li .imgBox .cmn_ofi::before {
    padding-top: 66.66%;
  }
}
.locationPage .sec01 .baseList > li .txBox {
  width: 68%;
  display: inline-block;
  vertical-align: middle;
  padding: 25px 50px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .locationPage .sec01 .baseList > li .txBox {
    width: 100%;
    padding: 25px 20px;
  }
}
.locationPage .sec01 .baseList > li .txBox .tx {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .locationPage .sec01 .baseList > li .txBox .tx {
    font-size: 1.2rem;
  }
}
.locationPage .sec01 .baseList > li .txBox .btn a {
  margin: 20px auto 0 0;
}
@media screen and (max-width: 768px) {
  .locationPage .sec01 .baseList > li .txBox .btn a {
    margin: 15px auto 0 auto;
  }
}

.locationPage_detail .sec01 .bgBox {
  padding: 50px;
  background: #f8f8f8;
  font-size: 0;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .locationPage_detail .sec01 .bgBox {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .locationPage_detail .sec01 .bgBox {
    padding: 25px 20px 20px;
  }
}
.locationPage_detail .sec01 .bgBox .txBox {
  width: 65%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .locationPage_detail .sec01 .bgBox .txBox {
    width: 100%;
    margin: 0 0 20px;
  }
}
.locationPage_detail .sec01 .bgBox .txBox .tx {
  font-size: 1.5rem;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .locationPage_detail .sec01 .bgBox .txBox .tx {
    font-size: 1.2rem;
  }
}
.locationPage_detail .sec01 .bgBox .imgBox {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .locationPage_detail .sec01 .bgBox .imgBox {
    width: 100%;
  }
}
.locationPage_detail .sec02 .pointList > li {
  border: 1px solid #009d91;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .locationPage_detail .sec02 .pointList > li {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .locationPage_detail .sec02 .pointList > li {
    padding: 20px;
    margin-bottom: 20px !important;
  }
}
.locationPage_detail .sec02 .pointList > li .ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #009d91;
  margin-bottom: 15px;
  color: #009d91;
  padding-bottom: 8px;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .locationPage_detail .sec02 .pointList > li .ttl {
    font-size: 1.4rem;
    padding-bottom: 4px;
    margin-bottom: 10px;
  }
}
.locationPage_detail .sec02 .pointList > li .tx {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .locationPage_detail .sec02 .pointList > li .tx {
    font-size: 1.2rem;
  }
}
.locationPage_detail .sec02 .img01 {
  max-width: 544px;
  width: 100%;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .locationPage_detail .sec02 .img01 {
    margin-top: 25px;
  }
}
.locationPage_detail .sec02 .tbl, .locationPage_detail .sec03 .tbl {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .locationPage_detail .sec02 .tbl, .locationPage_detail .sec03 .tbl {
    margin-top: 25px;
  }
}
.locationPage_detail .sec02 .tbl tr th, .locationPage_detail .sec03 .tbl tr th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .locationPage_detail .sec02 .tbl tr th, .locationPage_detail .sec03 .tbl tr th {
    width: 90px !important;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .locationPage_detail .sec02 .tbl tr th, .locationPage_detail .sec02 .tbl tr td, .locationPage_detail .sec03 .tbl tr th, .locationPage_detail .sec03 .tbl tr td {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem;
  }
}
.locationPage_detail .sec04 #gmap {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .locationPage_detail .sec04 #gmap {
    height: 260px;
  }
}

.recruitPage .bnr_coldforging {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .recruitPage .bnr_coldforging {
    width: 200px;
    bottom: 15px;
    right: 15px;
  }
}
.recruitPage .bnr_coldforging .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #111;
  border-radius: 90px;
  z-index: 1;
}
.recruitPage .bnr_coldforging .close::before {
  content: "×";
  position: absolute;
  top: 4px;
  right: 7px;
  font-size: 2.2rem;
  color: #fff;
  z-index: 1;
  line-height: 1;
}
.recruitPage .bnr_coldforging a {
  display: block;
  position: relative;
}
.recruitPage .bnr_coldforging a:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.recruitPage .bnr_coldforging.hidden {
  display: none;
}
.recruitPage .mainWrap {
  position: relative;
  padding-bottom: 360px;
}
@media screen and (max-width: 768px) {
  .recruitPage .mainWrap {
    padding-bottom: 150px;
  }
}
.recruitPage .mv {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.recruitPage .mv .slider01_pc, .recruitPage .mv .slider01_sp {
  width: 100%;
  height: 100vh;
}
.recruitPage .mvCopy {
  position: -webkit-sticky;
  position: sticky;
  top: calc(50% - 120px);
  left: 0;
  color: #fff;
  width: 100%;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .recruitPage .mvCopy {
    position: relative;
    top: 0;
    height: 100vh;
    display: table;
    text-align: center;
  }
}
.recruitPage .mvCopy .wrapIn {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .recruitPage .mvCopy .wrapIn {
    display: table-cell;
    vertical-align: middle;
  }
}
.recruitPage .mvCopy .pageTtl {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .mvCopy .pageTtl {
    font-size: 1.1rem;
  }
}
.recruitPage .mvCopy .pageTtl span {
  font-size: 2rem;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .recruitPage .mvCopy .pageTtl span {
    font-size: 1.8rem;
  }
}
.recruitPage .mvCopy .mainCopy {
  margin-top: 10px;
}
.recruitPage .mvCopy .mainCopy span {
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 5.2rem;
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .recruitPage .mvCopy .mainCopy span {
    font-size: 3.6rem;
  }
}
.recruitPage .sec01 {
  padding: 160px 0 0;
  margin-top: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 {
    padding-top: 50px;
    margin-top: 0;
  }
}
.recruitPage .sec01::before {
  position: fixed;
  background-image: url("../../lib/cmn_img/recruit/sec01_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 100vh;
  width: 100%;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
}
.recruitPage .sec01 .txBox {
  width: 50%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .txBox {
    width: 100%;
    text-align: center;
  }
}
.recruitPage .sec01 .txBox .tx {
  font-size: 1.8rem;
  color: #fff;
  margin-top: 30px;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .txBox .tx {
    font-size: 1.4rem;
    margin-top: 25px;
  }
}
.recruitPage .sec02 {
  background: url("../cmn_img/recruit/sec02_bg.jpg") no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 {
    padding: 120px 0;
  }
}
.recruitPage .sec02 .img01, .recruitPage .sec02 .img02, .recruitPage .sec02 .img03, .recruitPage .sec02 .img04 {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .img01, .recruitPage .sec02 .img02, .recruitPage .sec02 .img03, .recruitPage .sec02 .img04 {
    border-radius: 6px;
  }
}
.recruitPage .sec02 .img01 {
  left: -5px;
  top: -10px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .img01 {
    width: 60%;
  }
}
.recruitPage .sec02 .img02 {
  left: 23%;
  bottom: 8%;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .img02 {
    width: 35%;
    left: 20px;
    bottom: -10px;
  }
}
.recruitPage .sec02 .img03 {
  top: 8%;
  left: 60%;
  width: 22%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .img03 {
    width: 30%;
    left: 65%;
    top: 5%;
  }
}
.recruitPage .sec02 .img04 {
  right: 0;
  bottom: 8%;
  width: 30%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .img04 {
    width: 45%;
    bottom: 5%;
  }
}
.recruitPage .sec02 .txBox {
  width: 460px;
  height: 460px;
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  background: #333;
  text-align: center;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .txBox {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .txBox {
    width: 80%;
    height: auto;
    padding: 25px 25px 35px;
  }
}
.recruitPage .sec02 .txBox .in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 77%;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .txBox .in {
    width: 100%;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.recruitPage .sec02 .txBox .ttlStyle_01 {
  text-align: center;
}
.recruitPage .sec02 .txBox .ttlStyle_01 span {
  color: #009d91;
}
.recruitPage .sec02 .txBox .tx {
  font-size: 1.6rem;
  margin-bottom: 25px;
  text-align: left;
  color: #fff;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .txBox .tx {
    font-size: 1.3rem;
  }
}
.recruitPage .bgOn {
  background: #fff url("../cmn_img/bg_item01.png") no-repeat center top -20%/170% auto;
}
.recruitPage .sec03, .recruitPage .sec05 {
  position: relative;
  padding: 180px 0;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03, .recruitPage .sec05 {
    padding: 70px 0;
  }
}
.recruitPage .sec03 .txWrap, .recruitPage .sec05 .txWrap {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .txWrap, .recruitPage .sec05 .txWrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .txWrap .ttlStyle_01, .recruitPage .sec05 .txWrap .ttlStyle_01 {
    text-align: center;
  }
}
.recruitPage .sec03 .txWrap .btn a, .recruitPage .sec05 .txWrap .btn a {
  margin: 30px auto 0 0;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .txWrap .btn a, .recruitPage .sec05 .txWrap .btn a {
    margin: 25px auto 0;
  }
}
.recruitPage .sec03 .imgBox, .recruitPage .sec05 .imgBox {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(50% + 100px);
  border-radius: 10px;
  overflow: hidden;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .imgBox, .recruitPage .sec05 .imgBox {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .imgBox, .recruitPage .sec05 .imgBox {
    width: calc(100% - 40px);
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 0 auto 25px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .recruitPage .sec03 .imgBox, .recruitPage .sec05 .imgBox {
    border-radius: 6px;
  }
}
.recruitPage .sec03 .imgBox span, .recruitPage .sec05 .imgBox span {
  display: block;
  background: url("../cmn_img/recruit/sec03_img01.jpg") no-repeat center center/cover;
  height: 460px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .imgBox span, .recruitPage .sec05 .imgBox span {
    height: auto;
    padding-top: 50%;
  }
}
.recruitPage .sec05 .txWrap {
  margin: 0 0 0 auto;
}
.recruitPage .sec05 .imgBox {
  right: auto;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec05 .imgBox {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec05 .imgBox {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .recruitPage .sec05 .imgBox {
    border-radius: 6px;
  }
}
.recruitPage .sec05 .imgBox span {
  background-image: url("../cmn_img/recruit/sec05_img01.jpg");
}
.recruitPage .sec04 {
  background: url("../cmn_img/recruit/sec04_bg.jpg") no-repeat center center/cover;
  font-size: 0;
  color: #fff;
}
.recruitPage .sec04 .boxL {
  width: 35%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec04 .boxL {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec04 .boxL .ttlStyle_01 {
    text-align: center;
  }
}
.recruitPage .sec04 .boxL .tx {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec04 .boxL .tx {
    font-size: 1.3rem;
  }
}
.recruitPage .sec04 .boxR {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec04 .boxR {
    width: 100%;
  }
}
.recruitPage .sec04 .boxR .dnaList > li {
  border-top: 1px solid #9dcdc9;
  position: relative;
}
.recruitPage .sec04 .boxR .dnaList > li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recruitPage .sec04 .boxR .dnaList > li a {
  display: block;
  padding: 20px 0;
  font-size: 0;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec04 .boxR .dnaList > li a {
    padding: 10px 0;
  }
}
.recruitPage .sec04 .boxR .dnaList > li a .thum {
  border-radius: 10px;
  overflow: hidden;
  width: 30%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec04 .boxR .dnaList > li a .thum {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec04 .boxR .dnaList > li a .thum {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec04 .boxR .dnaList > li a .thum::before {
    padding-top: 100%;
  }
}
.recruitPage .sec04 .boxR .dnaList > li a .ttl {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  padding-right: 40px;
  width: 65%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec04 .boxR .dnaList > li a .ttl {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.recruitPage .sec04 .boxR .dnaList > li a .btnArw {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruitPage .sec04 .boxR .dnaList > li:hover a .btnArw {
  right: 0;
  background-color: #fff;
  background-image: url("/lib/cmn_img/arw01.png");
}
.recruitPage .sec04 .boxR .dnaList > li:hover::before {
  width: 100%;
}
.recruitPage .sec04 .boxR .dnaList > li.last {
  border-bottom: 1px solid #9dcdc9;
}
.recruitPage .sec04 .boxR .dnaList > li.last::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #fff;
}
.recruitPage .sec06 {
  padding-bottom: 160px;
  background: #ecf7f6;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec06 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec06 .ttlStyle_01 {
    text-align: center;
  }
}
.recruitPage .sec06 .flowList > li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec06 .flowList > li {
    margin-bottom: 25px;
  }
}
.recruitPage .sec06 .flowList > li::before {
  content: "";
  position: absolute;
  top: 85px;
  right: -32px;
  background: url("../cmn_img/recruit/sec06_item01.png") no-repeat center center/cover;
  width: 21px;
  height: 23px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec06 .flowList > li::before {
    top: 58px;
    right: -13px;
    width: 17px;
    height: 16px;
  }
}
.recruitPage .sec06 .flowList > li .icon {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec06 .flowList > li .icon {
    max-width: 140px;
    width: 100%;
  }
}
.recruitPage .sec06 .flowList > li .icon::before {
  content: "01";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 7px 0;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 90px;
  background: #009d91;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec06 .flowList > li .icon::before {
    font-size: 1rem;
    width: 25px;
    height: 25px;
    padding: 3px 0;
  }
}
.recruitPage .sec06 .flowList > li .ttl {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec06 .flowList > li .ttl {
    font-size: 1.3rem;
  }
}
.recruitPage .sec06 .flowList > li .tx {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec06 .flowList > li .tx {
    font-size: 1.1rem;
    margin-top: 0;
  }
}
.recruitPage .sec06 .flowList > li.last::before {
  content: none;
}
.recruitPage .sec06 .flowList > li:nth-child(2) .icon::before {
  content: "02";
}
.recruitPage .sec06 .flowList > li:nth-child(3) .icon::before {
  content: "03";
}
.recruitPage .sec06 .flowList > li:nth-child(4) .icon::before {
  content: "04";
}
.recruitPage .sec06 .flowList > li:nth-child(5) .icon::before {
  content: "05";
}
.recruitPage .sec07 {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec07 {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec07 {
    margin-top: -40px;
    padding-top: 50px;
  }
}
.recruitPage .sec07 .inr {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec07 .inr .btnList {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec07 .inr .btnList > li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.recruitPage .sec07 .inr .btnList > li a {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec07 .inr .btnList > li a {
    width: 100%;
    padding: 12px 20px 12px 20px;
  }
}
.recruitPage .sec07 .inr .btnList > li a .sml {
  font-size: 1.2rem;
}
.recruitPage .sec07 .inr .infoBox {
  background: #ecf7f6;
  padding: 25px;
  text-align: center;
  max-width: 820px;
  width: 100%;
  margin: 20px auto 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec07 .inr .infoBox {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec07 .inr .infoBox {
    padding: 20px;
  }
}
.recruitPage .sec07 .inr .infoBox .ttl {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec07 .inr .infoBox .ttl {
    display: block;
    text-align: center;
    font-size: 1.4rem;
  }
}
.recruitPage .sec07 .inr .infoBox .txWrap {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec07 .inr .infoBox .txWrap {
    margin: 10px auto 0 auto;
    padding: 10px 0 0 0;
    border-top: 1px solid #ddd;
    border-left: none;
    text-align: center;
  }
}
.recruitPage .sec07 .inr .infoBox .txWrap .tx01 {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec07 .inr .infoBox .txWrap .tx01 {
    font-size: 1.3rem;
  }
}
.recruitPage .sec07 .inr .infoBox .txWrap .tx02 {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec07 .inr .infoBox .txWrap .tx02 {
    font-size: 1.2rem;
  }
}
.recruitPage .sec07 .inr .infoBox .txWrap .tx03 {
  font-size: 1.1rem;
  color: #999;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec07 .inr .infoBox .txWrap .tx03 {
    font-size: 1rem;
  }
}

.onestopPage .mvStyle_02::before {
  background-image: url("/lib/cmn_img/feature/onestop/mv.jpg");
}
.onestopPage .sec01 .secTtl {
  text-align: center;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec01 .secTtl {
    font-size: 2rem;
  }
}
.onestopPage .sec01 .readTx {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec01 .readTx {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 15px;
  }
}
.onestopPage .sec01 .group01 li {
  vertical-align: middle;
}
.onestopPage .sec01 .group01 .copy {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec01 .group01 .copy {
    text-align: center;
  }
}
.onestopPage .sec01 .group01 .copy span {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec01 .group01 .copy span {
    font-size: 1.6rem;
  }
}
.onestopPage .sec01 .group01 .tx {
  font-size: 1.5rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec01 .group01 .tx {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
.onestopPage .sec01 .group02 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec01 .group02 {
    margin-top: 40px;
  }
}
.onestopPage .sec01 .group02 .graphList {
  overflow: hidden;
  zoom: 1;
}
.onestopPage .sec01 .group02 .slideBox {
  float: left;
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec01 .group02 .slideBox {
    width: 100%;
    float: none;
    margin-top: 30px;
    margin-left: -10px;
    padding: 0 10px;
  }
}
.onestopPage .sec01 .group02 .slideBox .box {
  padding: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.5rem;
  color: #111;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec01 .group02 .slideBox .box {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .onestopPage .sec01 .group02 .slideBox .box {
    padding: 25px;
    font-size: 1.2rem;
  }
}
.onestopPage .sec01 .group02 .slideBox .box .tx02 {
  color: #009d91;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec01 .group02 .slideBox .box .tx02 {
    font-size: 1.4rem;
  }
}
.onestopPage .sec01 .group02 .slideBox .slick-slide {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec01 .group02 .slideBox .slick-slide {
    margin: 0 10px;
  }
}
.onestopPage .sec01 .group02 .slideBox .slick-prev {
  left: 0;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec01 .group02 .slideBox .slick-prev {
    left: 0px;
  }
}
.onestopPage .sec01 .group02 .slideBox .slick-next {
  right: -10px;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec01 .group02 .slideBox .slick-next {
    right: -15px;
  }
}
.onestopPage .sec01 .group02 .imgBox {
  float: right;
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec01 .group02 .imgBox {
    width: 100%;
    float: none;
  }
}
.onestopPage .sec01 .group02 .imgBox img {
  max-width: 572px;
  width: 100%;
}
.onestopPage .sec02 .advantageList > li {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec02 .advantageList > li {
    margin-bottom: 40px;
  }
}
.onestopPage .sec02 .advantageList > li .imgBox {
  width: 57%;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec02 .advantageList > li .imgBox {
    width: 100%;
  }
}
.onestopPage .sec02 .advantageList > li .imgBox span {
  display: block;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  background: no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec02 .advantageList > li .imgBox span {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .onestopPage .sec02 .advantageList > li .imgBox span {
    height: auto;
    padding-top: 50%;
  }
}
.onestopPage .sec02 .advantageList > li .txBox {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  z-index: 9;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 0 60px 60px;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec02 .advantageList > li .txBox {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .onestopPage .sec02 .advantageList > li .txBox {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: calc(100% - 30px);
    margin: -25px auto 0;
    padding: 30px 0 0 0;
    text-align: center;
  }
}
.onestopPage .sec02 .advantageList > li .txBox .ttlWrap {
  position: relative;
  z-index: 9;
  position: relative;
}
.onestopPage .sec02 .advantageList > li .txBox .ttlWrap::before {
  content: "01";
  position: absolute;
  top: -50px;
  right: 0;
  line-height: 1;
  font-size: 18rem;
  color: #f8f8f8;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec02 .advantageList > li .txBox .ttlWrap::before {
    font-size: 10rem;
    top: -25px;
    right: 10px;
  }
}
.onestopPage .sec02 .advantageList > li .txBox .ttlWrap .main {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  background: #009d91;
  font-size: 3.2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  line-height: 1.7;
  padding: 0 15px 1px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec02 .advantageList > li .txBox .ttlWrap .main {
    font-size: 2rem;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 15px;
  }
}
.onestopPage .sec02 .advantageList > li .txBox .ttlWrap .subTx {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 1.65;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec02 .advantageList > li .txBox .ttlWrap .subTx {
    font-size: 1.4rem;
    text-align: left;
  }
}
.onestopPage .sec02 .advantageList > li .txBox .ttlWrap .subTx span {
  font-weight: 500;
}
.onestopPage .sec02 .advantageList > li .txBox .ttlWrap .subTx span {
  color: #009d91;
}
.onestopPage .sec02 .advantageList > li .txBox .tx {
  margin-top: 20px;
  font-size: 1.5rem;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .onestopPage .sec02 .advantageList > li .txBox .tx {
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: left;
  }
}
.onestopPage .sec02 .advantageList > li.last {
  margin-bottom: 0;
}
.onestopPage .sec02 .advantageList > li:nth-child(2) .txBox .ttlWrap::before {
  content: "02";
}
.onestopPage .sec02 .advantageList > li:nth-child(3) .txBox .ttlWrap::before {
  content: "03";
}

.qualityPage .mvStyle_02::before {
  background-image: url("/lib/cmn_img/feature/quality/mv.jpg");
}
.qualityPage .sec01 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec01 {
    text-align: left;
  }
}
.qualityPage .sec01 .tx01 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec01 .tx01 {
    font-size: 1.2rem;
  }
}
.qualityPage .sec01 .tx02 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec01 .tx02 {
    font-size: 1.3rem;
    margin-top: 25px;
  }
}
.qualityPage .sec02 .trustList > li {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 40px 50px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec02 .trustList > li {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .qualityPage .sec02 .trustList > li {
    width: 100%;
    margin: 0 0 10px;
    padding: 20px;
  }
}
.qualityPage .sec02 .trustList > li .wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.qualityPage .sec02 .trustList > li .wrap .in {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.qualityPage .sec02 .trustList > li .txBox {
  text-align: left;
  width: 65%;
  display: inline-block;
  vertical-align: middle;
}
.qualityPage .sec02 .trustList > li .imgBox {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.qualityPage .sec02 .trustList > li .imgBox img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec02 .trustList > li .imgBox img {
    height: auto;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.qualityPage .sec02 .trustList > li .ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec02 .trustList > li .ttl {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
.qualityPage .sec02 .trustList > li .ttl span {
  font-weight: 500;
  border-bottom: 1px solid #111;
}
.qualityPage .sec02 .trustList > li .item-list .counter .number {
  font-size: 7rem;
  color: #009d91;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec02 .trustList > li .item-list .counter .number {
    font-size: 4rem;
  }
}
.qualityPage .sec02 .trustList > li .item-list .counter .tx {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec02 .trustList > li .item-list .counter .tx {
    font-size: 1.5rem;
  }
}
.qualityPage .sec02 .trustList > li .deList {
  display: inline-block;
}
.qualityPage .sec02 .trustList > li .deList > li {
  text-align: left;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec02 .trustList > li .deList > li {
    font-size: 1.2rem;
  }
}
.qualityPage .sec02 .trustList > li .deList > li .tx01 {
  display: inline-block;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec02 .trustList > li .deList > li .tx01 {
    width: 110px;
    font-size: 1.3rem;
  }
}
.qualityPage .sec02 .trustList > li .deList > li .num {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec02 .trustList > li .deList > li .num {
    font-size: 1.8rem;
  }
}
.qualityPage .sec02 .trustList > li.tru01 .deList > li {
  list-style: none;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec02 .trustList > li.tru01 .deList > li {
    font-size: 1.3rem;
  }
}
.qualityPage .sec02 .trustList > li.tru01 .deList > li .tx01 {
  font-size: 1.8rem;
  width: auto;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec02 .trustList > li.tru01 .deList > li .tx01 {
    font-size: 1.5rem;
  }
}
.qualityPage .sec02 .trustList > li.tru01 .deList > li .num {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec02 .trustList > li.tru01 .deList > li .num {
    font-size: 2.4rem;
  }
}
.qualityPage .sec03 {
  position: relative;
}
.qualityPage .sec03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: url("../cmn_img/feature/quality/sec03_bg.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec03::before {
    height: 55%;
  }
}
.qualityPage .sec03 .inr {
  position: relative;
  z-index: 0;
}
.qualityPage .sec03 .tx {
  color: #fff;
}
.qualityPage .sec03 .quaSlider {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec03 .quaSlider {
    margin-top: 35px;
  }
}
.qualityPage .sec03 .quaSlider .slick-prev {
  left: 0;
}
.qualityPage .sec03 .quaSlider .slick-next {
  right: 0;
}
.qualityPage .sec03 .quaSlider .slick-slide {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec03 .quaSlider .slick-slide {
    padding: 0 5spx;
  }
}
.qualityPage .sec03 .quaSlider .txBox, .qualityPage .sec03 .quaSlider .imgBox {
  margin-bottom: 0;
}
.qualityPage .sec03 .quaSlider .box {
  padding: 60px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  color: #111;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec03 .quaSlider .box {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .qualityPage .sec03 .quaSlider .box {
    padding: 25px 20px 20px;
  }
}
.qualityPage .sec03 .quaSlider .box .txBox .tx01 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec03 .quaSlider .box .txBox .tx01 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .qualityPage .sec03 .quaSlider .box .imgBox {
    margin-top: 15px;
  }
}
.qualityPage .sec03 .quaSlider .box .imgBox img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec03 .quaSlider .box .imgBox img {
    border-radius: 6px;
  }
}
.qualityPage .sec04 .secTtl {
  text-align: center;
  line-height: 1.7;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .secTtl {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
}
.qualityPage .sec04 .secTtl span {
  display: block;
  font-size: 4rem;
  color: #009d91;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .secTtl span {
    font-size: 2.4rem;
  }
}
.qualityPage .sec04 .grayBox {
  background: #f8f8f8;
  padding: 50px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .grayBox {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .grayBox {
    padding: 20px;
  }
}
.qualityPage .sec04 .grayBox ul > li {
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .grayBox ul > li {
    font-size: 1.2rem;
  }
}
.qualityPage .sec04 .grayBox ul > li img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .grayBox ul > li img {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .grayBox ul > li img {
    margin-bottom: 15px;
  }
}
.qualityPage .sec04 .grayBox ul > li .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .grayBox ul > li .ttl {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0px;
  }
}
.qualityPage .sec04 .roleList {
  margin-top: 60px;
}
.qualityPage .sec04 .roleList > li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .roleList > li {
    margin-bottom: 30px;
  }
}
.qualityPage .sec04 .roleList > li .numItem {
  position: absolute;
  top: -20px;
  right: 30px;
  width: 70px;
  height: 70px;
  background: #009d91;
  line-height: 1.2;
  color: #fff;
  border-radius: 900px;
  padding: 18px 0;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .roleList > li .numItem {
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    padding: 12px 0;
  }
}
.qualityPage .sec04 .roleList > li .numItem span {
  display: block;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .roleList > li .numItem span {
    font-size: 1rem;
  }
}
.qualityPage .sec04 .roleList > li .thum {
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .roleList > li .thum {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .roleList > li .thum {
    margin-bottom: 15px;
  }
}
.qualityPage .sec04 .roleList > li .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .roleList > li .ttl {
    font-size: 1.6rem;
  }
}
.qualityPage .sec04 .roleList > li .tx {
  font-size: 1.5rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .roleList > li .tx {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .qualityPage .sec04 .roleList > li.last {
    margin-bottom: 0;
  }
}

.coldforgingPage .mvStyle_02::before {
  background-image: url("/lib/cmn_img/feature/coldforging/mv.jpg");
}
.coldforgingPage .sec01 {
  position: relative;
}
.coldforgingPage .sec01::before {
  content: "HISTORY";
  position: absolute;
  left: -22px;
  top: 130px;
  font-size: 24rem;
  color: #f4f4f4;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01::before {
    font-size: 7rem;
    top: 90px;
    left: -7px;
  }
}
.coldforgingPage .sec01 .intrList {
  position: relative;
  z-index: 9;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList {
    margin-top: 60px;
  }
}
.coldforgingPage .sec01 .intrList > li {
  overflow: hidden;
  zoom: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 28px;
    background: #009d91;
    width: 1px;
    height: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
  }
}
@media screen and (max-width: 1259px) {
  .coldforgingPage .sec01 .intrList > li {
    padding-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li {
    padding-left: 0;
    padding-bottom: 60px;
  }
}
.coldforgingPage .sec01 .intrList > li .imgBox {
  float: right;
  width: calc(50% - 80px);
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li .imgBox {
    width: calc(100% - 60px);
    float: none;
    margin: 0 0 0 auto;
  }
}
.coldforgingPage .sec01 .intrList > li .imgBox .main {
  border-radius: 10px;
  overflow: hidden;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li .imgBox .main {
    border-radius: 6px;
  }
}
.coldforgingPage .sec01 .intrList > li .imgBox .imgList {
  max-width: 540px;
  width: calc(100% - 30px);
  margin: 3% auto 0 0;
}
.coldforgingPage .sec01 .intrList > li .imgBox .imgList > li {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li .imgBox .imgList > li {
    border-radius: 6px;
  }
}
.coldforgingPage .sec01 .intrList > li .in {
  padding-left: 100px;
  position: relative;
  margin-bottom: 80px;
  max-width: 620px;
  width: calc(100% - 40px);
  margin-left: calc(50% - 620px);
  float: left;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li .in {
    padding-left: 40px;
    width: calc(100% - 40px);
    margin: 0 auto 25px;
    float: none;
  }
}
.coldforgingPage .sec01 .intrList > li .in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../cmn_img/feature/coldforging/sec01_item01.png") no-repeat center center/cover;
  width: 25px;
  height: 25px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
}
@media screen and (max-width: 1259px) {
  .coldforgingPage .sec01 .intrList > li .in::before {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li .in::before {
    width: 19px;
    height: 19px;
    left: 0;
  }
}
.coldforgingPage .sec01 .intrList > li .in::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 12px;
  background: #009d91;
  width: 1px;
  height: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
@media screen and (max-width: 1259px) {
  .coldforgingPage .sec01 .intrList > li .in::after {
    left: 42px;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li .in::after {
    content: none;
  }
}
.coldforgingPage .sec01 .intrList > li .in .wrap .txBox .copy {
  text-align: left;
}
.coldforgingPage .sec01 .intrList > li .in .wrap .txBox .copy span {
  font-size: 2.8rem;
}
@media screen and (max-width: 1199px) {
  .coldforgingPage .sec01 .intrList > li .in .wrap .txBox .copy span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li .in .wrap .txBox .copy span {
    font-size: 1.7rem;
  }
}
.coldforgingPage .sec01 .intrList > li .in .wrap .txBox .tx {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li .in .wrap .txBox .tx {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 12px;
  }
}
.coldforgingPage .sec01 .intrList > li .in .wrap .imgBox {
  padding: 0 15px 15px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li .in .wrap .imgBox {
    padding: 0 10px 10px 0;
    margin-bottom: 20px;
  }
}
.coldforgingPage .sec01 .intrList > li .in .wrap .imgBox::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background: #ecf7f6;
  border-radius: 10px;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li .in .wrap .imgBox::before {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li .in .wrap .imgBox::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.coldforgingPage .sec01 .intrList > li .in .wrap .imgBox img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li .in .wrap .imgBox img {
    border-radius: 6px;
  }
}
.coldforgingPage .sec01 .intrList > li .btn a {
  margin: 35px auto 0 0;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li .btn a {
    margin: 30px auto 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li .btn.big a {
    width: calc(100% - 80px);
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li.animated::after {
    height: calc(100% + 36px);
  }
}
.coldforgingPage .sec01 .intrList > li.animated .in::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.coldforgingPage .sec01 .intrList > li.animated .in::after {
  height: calc(100% + 66px);
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li.animated .in::after {
    height: calc(100% + 36px);
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li.last {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec01 .intrList > li.last::after {
    content: none;
  }
}
.coldforgingPage .sec01 .intrList > li.last .in::after {
  content: none;
}
.coldforgingPage .sec02 .proList > li {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec02 .proList > li {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec02 .proList > li {
    padding: 5px 15px 20px 15px;
  }
}
.coldforgingPage .sec02 .proList > li .icon {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec02 .proList > li .icon {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.coldforgingPage .sec02 .proList > li .icon span {
  display: table-cell;
  vertical-align: middle;
}
.coldforgingPage .sec02 .proList > li .ttl {
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec02 .proList > li .ttl {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.coldforgingPage .sec02 .proList > li .tx {
  font-size: 1.4rem;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec02 .proList > li .tx {
    text-align: left;
    font-size: 1.2rem;
  }
}
.coldforgingPage .sec03 .imgWrap {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
  text-align: center;
  background: #ecf7f6;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec03 .imgWrap {
    border-radius: 6px;
  }
}
.coldforgingPage .sec03 .imgWrap img {
  display: block;
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
}
.coldforgingPage .sec03 .mateList {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec03 .mateList {
    margin-top: 25px;
  }
}
.coldforgingPage .sec03 .mateList li {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec03 .mateList li {
    border-radius: 6px;
  }
}
.coldforgingPage .sec03 .mateList li .thum {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec03 .mateList li .thum {
    border-radius: 6px;
  }
}
.coldforgingPage .sec03 .mateList li .ttl {
  text-align: center;
  width: 100%;
  padding: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec03 .mateList li .ttl {
    font-size: 1.2rem;
    padding: 0;
  }
}
.coldforgingPage .sec04 .ttl01 {
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .ttl01 {
    font-size: 1.5rem;
  }
}
.coldforgingPage .sec04 .infoList {
  margin-top: 10px;
  font-size: 0;
  text-align: center;
}
.coldforgingPage .sec04 .infoList > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .infoList > li {
    font-size: 1.3rem;
    display: block;
    margin: 3px 0;
  }
}
.coldforgingPage .sec04 .infoList > li span {
  width: 100px;
  display: inline-block;
  border: 1px solid #009d91;
  color: #009d91;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .infoList > li span {
    font-size: 1.1rem;
    width: 70px;
    line-height: 1.5;
    padding-top: 2px;
  }
}
.coldforgingPage .sec04 .box {
  margin-top: 60px;
  padding: 50px;
  position: relative;
  background: #f8f8f8;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box {
    padding: 35px 20px 25px;
    margin-top: 50px;
    font-size: 1.2rem;
  }
}
.coldforgingPage .sec04 .box .boxTtl {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box .boxTtl {
    top: -12px;
  }
}
.coldforgingPage .sec04 .box .boxTtl span {
  background: #111;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 90px;
  padding: 8px 20px;
  border-radius: 90px;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box .boxTtl span {
    font-size: 1.4rem;
  }
}
.coldforgingPage .sec04 .box .ttl02 {
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box .ttl02 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box01 .cmn02_nml > li:nth-child(1) {
    margin-bottom: 20px !important;
  }
}
.coldforgingPage .sec04 .box.box02 {
  background: #ecf7f6;
  overflow: inherit;
}
.coldforgingPage .sec04 .box.box02::before {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 75px 0px 75px;
  border-color: #ecf7f6 transparent transparent transparent;
}
.coldforgingPage .sec04 .box.box02 .boxTtl span {
  color: #fff;
  background: #009d91;
}
.coldforgingPage .sec04 .box.box02 .newBox {
  padding: 20px;
  border: 1px solid #009d91;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  max-width: 700px;
  width: 100%;
  margin: 10px auto 0;
  font-size: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .newBox {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .newBox {
    padding: 20px;
  }
}
.coldforgingPage .sec04 .box.box02 .newBox::before {
  content: "NEW";
  position: absolute;
  top: 10px;
  right: -10px;
  color: #ecf7f6;
  font-size: 8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .newBox::before {
    font-size: 5.4rem;
    top: auto;
    right: -5px;
    bottom: -10px;
  }
}
.coldforgingPage .sec04 .box.box02 .newBox .thum {
  width: 26%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .newBox .thum {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .newBox .thum {
    width: 65%;
    display: block;
    margin: 0 auto 10px;
  }
}
.coldforgingPage .sec04 .box.box02 .newBox .txWrap {
  width: 69%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .newBox .txWrap {
    width: 100%;
  }
}
.coldforgingPage .sec04 .box.box02 .newBox .txWrap .ttl {
  font-weight: 500;
  color: #009d91;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .newBox .txWrap .ttl {
    font-size: 1.4rem;
    text-align: center;
  }
}
.coldforgingPage .sec04 .box.box02 .newBox .txWrap ul > li {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .newBox .txWrap ul > li {
    font-size: 1.2rem;
  }
}
.coldforgingPage .sec04 .box.box02 .infoWrap {
  margin-top: 40px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .infoWrap {
    margin-top: 30px;
  }
}
.coldforgingPage .sec04 .box.box02 .infoWrap .boxL {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .infoWrap .boxL {
    width: 100%;
    margin: 0 0 20px;
  }
}
.coldforgingPage .sec04 .box.box02 .infoWrap .boxL .ttl {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .infoWrap .boxL .ttl {
    text-align: center;
    font-size: 1.5rem;
  }
}
.coldforgingPage .sec04 .box.box02 .infoWrap .boxL .list01 {
  margin-top: 3px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .infoWrap .boxL .list01 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.coldforgingPage .sec04 .box.box02 .infoWrap .boxL .list01 > li {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .infoWrap .boxL .list01 > li {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
.coldforgingPage .sec04 .box.box02 .infoWrap .boxL .list01 > li span {
  font-size: 1.5rem;
  color: #009d91;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .infoWrap .boxL .list01 > li span {
    font-size: 1.1rem;
  }
}
.coldforgingPage .sec04 .box.box02 .infoWrap .boxR {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .infoWrap .boxR {
    width: 100%;
  }
}
.coldforgingPage .sec04 .box.box02 .infoWrap .boxR .tx {
  text-align: center;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .infoWrap .boxR .tx {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .infoWrap .boxR .cmn03_btn {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .infoWrap .boxR .cmn03_btn > li {
    width: 32%;
    margin: 0 2% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .box.box02 .infoWrap .boxR .cmn03_btn > li:nth-child(3n) {
    margin-right: 0;
  }
}
.coldforgingPage .sec04 .vaBox {
  max-width: 640px;
  width: 100%;
  margin: 50px auto 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f48d61;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .vaBox {
    border-radius: 6px;
  }
}
.coldforgingPage .sec04 .vaBox .ttl {
  background: #f48d61;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .vaBox .ttl {
    font-size: 1.4rem;
  }
}
.coldforgingPage .sec04 .vaBox .txBox {
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec04 .vaBox .txBox {
    padding: 20px;
  }
}
.coldforgingPage .sec04 .vaBox .txBox ul {
  display: inline-block;
  margin: 0 auto;
}
.coldforgingPage .sec04 .vaBox .txBox ul li {
  text-align: left;
}
.coldforgingPage .sec04 .vaBox .txBox .tx span {
  color: #f48d61;
  font-weight: 500;
}
.coldforgingPage .sec05 {
  color: #fff;
  background: url("../cmn_img/feature/coldforging/sec05_bg.jpg") no-repeat center center/cover;
}
.coldforgingPage .sec05 .txBox {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec05 .txBox {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
.coldforgingPage .sec05 .imgBox img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .coldforgingPage .sec05 .imgBox img {
    border-radius: 6px;
  }
}
.coldforgingPage .sec05 .txBox, .coldforgingPage .sec05 .imgBox {
  vertical-align: middle;
}

.talksPage .mv {
  background: url("../cmn_img/recruit/talks/mv.jpg") no-repeat center center/cover;
  width: 100%;
  height: 600px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .talksPage .mv {
    height: 220px;
  }
}
.talksPage .mv .pageTtl {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5.2rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .talksPage .mv .pageTtl {
    font-size: 2.6rem;
    top: 55%;
  }
}
.talksPage .mv .pageTtl span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .talksPage .mv .pageTtl span {
    font-size: 1.4rem;
  }
}
.talksPage .mv .breadcrumb {
  text-align: right;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 70px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .talksPage .mv .breadcrumb {
    bottom: 30px;
  }
}
.talksPage .sec01 .proList {
  margin-top: -55px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .talksPage .sec01 .proList {
    margin-top: -25px;
  }
}
.talksPage .sec01 .proList > li {
  background: #ecf7f6;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .talksPage .sec01 .proList > li {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .talksPage .sec01 .proList > li {
    padding: 5px;
  }
}
.talksPage .sec01 .proList > li .img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .talksPage .sec01 .proList > li .img {
    border-radius: 6px;
  }
}
.talksPage .sec01 .proList > li .txWrap {
  text-align: center;
  padding: 20px 20px 15px;
}
@media screen and (max-width: 768px) {
  .talksPage .sec01 .proList > li .txWrap {
    padding: 10px;
  }
}
.talksPage .sec01 .proList > li .txWrap .name {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .talksPage .sec01 .proList > li .txWrap .name {
    font-size: 1.4rem;
  }
}
.talksPage .sec01 .proList > li .txWrap .name span {
  display: block;
  font-size: 1.2rem;
  color: #aaa;
}
@media screen and (max-width: 768px) {
  .talksPage .sec01 .proList > li .txWrap .name span {
    font-size: 1rem;
  }
}
.talksPage .sec01 .proList > li .txWrap .cate {
  font-size: 1.3rem;
  color: #009d91;
  border: 1px solid #009d91;
  border-radius: 90px;
  padding: 1px 12px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .talksPage .sec01 .proList > li .txWrap .cate {
    font-size: 1.1rem;
    margin-left: 6px;
  }
}
.talksPage .sec01 .readTx {
  text-align: center;
  font-size: 1.7rem;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .talksPage .sec01 .readTx {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.talksPage .sec02 .talkList > li {
  margin-bottom: 15px;
  font-size: 0;
}
.talksPage .sec02 .talkList > li .name {
  width: 95px;
  font-size: 1.3rem;
  color: #009d91;
  border: 1px solid #009d91;
  border-radius: 3px;
  padding: 1px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .talksPage .sec02 .talkList > li .name {
    font-size: 1.1rem;
    width: 75px;
    margin-right: 15px;
  }
}
.talksPage .sec02 .talkList > li .tx {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 115px);
}
@media screen and (max-width: 768px) {
  .talksPage .sec02 .talkList > li .tx {
    width: calc(100% - 90px);
    font-size: 1.3rem;
  }
}
.talksPage .sec02 .talkList > li.last {
  margin-bottom: 0 !important;
}
.talksPage .sec02 .imgWrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .talksPage .sec02 .imgWrap {
    margin-top: 40px;
  }
}
.talksPage .sec02 .imgWrap img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .talksPage .sec02 .imgWrap img {
    border-radius: 6px;
  }
}

.okawa-dnaPage_detail .pcHd .navWrap .logo a {
  background-image: url(/lib/cmn_img/logo.svg);
}
.okawa-dnaPage_detail .mv {
  margin-bottom: 50px;
}
.okawa-dnaPage_detail .mv .mainWrap {
  position: relative;
}
.okawa-dnaPage_detail .mv .mainWrap::before {
  content: "";
  position: absolute;
  bottom: -110px;
  left: 0;
  width: 74%;
  z-index: 1;
  background: #ecf7f6;
  height: 510px;
  border-radius: 10px;
  overflow: hidden;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .mv .mainWrap::before {
    border-radius: 6px;
  }
}
.okawa-dnaPage_detail .mv .mainWrap .imgArea {
  width: 74%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .mv .mainWrap .imgArea {
    width: 100%;
  }
}
.okawa-dnaPage_detail .mv .mainWrap .imgArea span {
  display: block;
  width: 100%;
  height: 510px;
  background: no-repeat center center/cover;
  border-radius: 10px;
  overflow: hidden;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .mv .mainWrap .imgArea span {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .mv .mainWrap .imgArea span {
    height: auto;
    padding-top: 66%;
    border-radius: 0 !important;
  }
}
.okawa-dnaPage_detail .mv .mainWrap .imgArea span::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .mv .mainWrap .imgArea span::before {
    height: 30%;
  }
}
.okawa-dnaPage_detail .mv .mainWrap .txArea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 200px;
  text-align: left;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .mv .mainWrap .txArea {
    position: relative;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding-top: 30px;
    top: auto;
    left: auto;
    text-align: center;
  }
}
.okawa-dnaPage_detail .mv .mainWrap .txArea .pageTtl {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .mv .mainWrap .txArea .pageTtl {
    font-size: 1.8rem;
  }
}
.okawa-dnaPage_detail .mv .mainWrap .txArea .copy {
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .mv .mainWrap .txArea .copy {
    margin-top: 0;
    text-align: center;
  }
}
.okawa-dnaPage_detail .mv .mainWrap .txArea .copy span {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .mv .mainWrap .txArea .copy span {
    font-size: 2.2rem;
  }
}
.okawa-dnaPage_detail .mv .mainWrap .txArea .proWrap {
  margin-top: 20px;
  display: block;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .mv .mainWrap .txArea .proWrap {
    margin-top: 15px;
  }
}
.okawa-dnaPage_detail .mv .mainWrap .txArea .proWrap .thum {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .mv .mainWrap .txArea .proWrap .thum {
    width: 80px;
  }
}
.okawa-dnaPage_detail .mv .mainWrap .txArea .proWrap .cate {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .mv .mainWrap .txArea .proWrap .cate {
    font-size: 1.3rem;
  }
}
.okawa-dnaPage_detail .mv .breadcrumb {
  position: relative;
  z-index: 9;
  color: #111;
  text-align: right;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .mv .breadcrumb {
    margin-top: 20px;
    text-align: center;
  }
}
.okawa-dnaPage_detail .mv .breadcrumb a {
  color: #111;
}
.okawa-dnaPage_detail .sec01 .ttlStyle_02 {
  font-size: 2.8rem;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .sec01 .ttlStyle_02 {
    font-size: 1.8rem;
  }
}
.okawa-dnaPage_detail .sec01 .tx {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .sec01 .tx {
    font-size: 1.3rem;
  }
}
.okawa-dnaPage_detail .sec01 .imgWrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .sec01 .imgWrap {
    margin-top: 40px;
  }
}
.okawa-dnaPage_detail .sec01 .imgWrap img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .sec01 .imgWrap img {
    border-radius: 6px;
  }
}
.okawa-dnaPage_detail .sec02 {
  background: url("../cmn_img/recruit/okawa-dna/sec02_bg.jpg") no-repeat center center/cover;
  color: #fff;
  padding: 180px 0;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .sec02 {
    padding: 60px 0;
  }
}
.okawa-dnaPage_detail .sec02 .copy {
  text-align: center;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .sec02 .copy {
    font-size: 1.8rem;
  }
}
.okawa-dnaPage_detail .sec02 .tx {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 10px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .okawa-dnaPage_detail .sec02 .tx {
    font-size: 1.3rem;
    text-align: left;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .okawa-dnaPage .sec01 ul > li .cmn_ofi::before {
    padding-top: 100%;
  }
}
.okawa-dnaPage .sec01 ul > li .cmn_ofi::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.6;
}
.okawa-dnaPage .sec01 ul > li .txWrap {
  z-index: 9;
}
.okawa-dnaPage .sec01 ul > li .txWrap .ttl {
  margin-top: 3px;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
}

.featurePage .sec01 .cmn_linkList > li .txWrap .ttl {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
}