  @charset "UTF-8";
/* ----------------------- PC ----------------------- */

/* ------------------------------------------------------
*  core_tech
------------------------------------------------------ */

#core-tech section#sec-PageHeading{
  height: 858px;
  background: url("/english/rd_sp/core_tech/images/core_tech_bg01@2x.png") top center;
  background-size: cover;
}
#core-tech section#sec-PageHeading .box-heading{
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
#core-tech section#sec-PageHeading .box-heading h1{
  margin-bottom: 20px;
}
#core-tech section#sec-PageHeading .box-heading p{
  line-height: 2;
}
#core-tech section#sec-PageHeading ul{
  position: relative;
  max-width: 1050px;
  height: 655px;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  #core-tech section#sec-PageHeading ul li{
    animation: vertical 2s ease-in-out infinite alternate;
  }
}

#core-tech section#sec-PageHeading ul li a>div{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  transform: scale(0.85,0.85);
  -webkit-transform: scale(0.85,0.85);
  transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.icon-v1 div{
  background: rgba(131,80,156,0.9);
}
.icon-v2 div{
  background: rgba(128,79,33,0.9);
}
.icon-v3 div{
  background: rgba(0,51,140,0.9);
}
.icon-v4 div{
  background: rgba(0,159,232,0.9);
}
.icon-v5 div{
  background: rgba(227,0,127,0.9);
}
.icon-v6 div{
  background: rgba(141,194,0,0.9);
}
.icon-v7 div{
  background: rgba(233,85,0,0.9);
}
.icon-coretech li .txt,
.icon-coretech li .img{
  position: absolute;
  top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  background: none;
}
.icon-coretech li a{
  display: block;
  position: relative;
}
#core-tech section#sec-PageHeading ul li .txt{
  z-index: 2;
  opacity:0;
  -webkit-transform: translate(-50%, -50%) scale(1.15,1.15);
  transform: translate(-50%, -50%) scale(1.15,1.15);
  transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#core-tech section#sec-PageHeading ul li .txt.pic-1 img{
  width:110px;
}
#core-tech section#sec-PageHeading ul li .txt.pic-2 img{
  width:60px;
}
#core-tech section#sec-PageHeading ul li .txt.pic-3 img{
  width:95px;
}
#core-tech section#sec-PageHeading ul li .txt.pic-4 img{
  width:80px;
}
#core-tech section#sec-PageHeading ul li .txt.pic-5 img{
  width:110px;
}
#core-tech section#sec-PageHeading ul li .txt.pic-6 img{
  width:82px;
}
#core-tech section#sec-PageHeading ul li .txt.pic-7 img{
  width:65px;
}

#core-tech section#sec-PageHeading ul li .img{
  opacity:1;
  transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  #core-tech section#sec-PageHeading ul li:hover{
    animation-play-state: paused;
  }
  #core-tech section#sec-PageHeading ul li:hover a>div{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
  }
  #core-tech section#sec-PageHeading ul li:hover .img{
    opacity:0.2;
  }
  #core-tech section#sec-PageHeading ul li:hover .txt{
    opacity:1;
  }
}
#core-tech section#sec-PageHeading ul li.icon-v3 .img{
  top: 45%;
}
#core-tech section#sec-PageHeading ul li.icon-v1{
  position: absolute;
  left: 5%;
  bottom:35%;
  
}
#core-tech section#sec-PageHeading ul li.icon-v2{
  position: absolute;
  left: 15%;
  top:10%;
  animation-delay: 0.4s;
  animation-duration: 2.1s
}
#core-tech section#sec-PageHeading ul li.icon-v3{
  position: absolute;
  left: 40%;
  top:5%;
  animation-delay: 0.2s;
  animation-duration: 2.2s
}
#core-tech section#sec-PageHeading ul li.icon-v4{
  position: absolute;
  left: 42%;
  bottom:33%;
  animation-delay: 0.3s;
  animation-duration: 1.9s
}
#core-tech section#sec-PageHeading ul li.icon-v5{
  position: absolute;
  right: 25%;
  top:25%;
  animation-delay: 0.4s;
}
#core-tech section#sec-PageHeading ul li.icon-v6{
  position: absolute;
  right: 10%;
  top:2%;
  animation-delay: 0.2s;
  animation-duration: 2.3s
}
#core-tech section#sec-PageHeading ul li.icon-v7{
  position: absolute;
  right: 5%;
  bottom:35%;
  animation-delay: 0.3s;
  animation-duration: 2.1s
}

#core-tech section#sec-list .box-content{
  max-width: 900px;
  margin: auto;
  margin-bottom: 100px;
}
#core-tech section#sec-list .column-layout{
  /* 子要素のmargin-right:4%を打ち消し、真ん中揃えにするため追記 */
  margin-left: 4%;
}
#core-tech section#sec-list h2{
  margin: 0 auto 20px auto!important;
  font-size: 1.88rem;
}
#core-tech section#sec-list .column-layout .column_item{
  margin-bottom: 37px;
}
#core-tech section#sec-list .column-layout .column_item a{
  color: #000;
  display: block;
  padding: 6px;
  transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
  border:solid 1px #C9CACA;
  height: 100%;
  min-height: 300px;
}
@media print, screen and (min-width: 768px) {
  #core-tech section#sec-list .column-layout .column_item:hover a{
    background: #efefef;
  }
}
#core-tech section#sec-list .column-layout img{
  width: 100%;
  aspect-ratio: 460/199;
}
#core-tech section#sec-list .icon-coretech img{
  aspect-ratio: 230/37;
}
#core-tech section#sec-list .column-layout .column_item a figure figcaption{
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸?????M-PRO","HGMaruGothicMPRO";
  padding: 10px 0;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
}
#core-tech section#sec-list .column-layout .column_item a dl{
  border: solid 1px #00ADA9;
  border-radius: 4px;
  padding: 6px;
  letter-spacing: -0.5rem;
}
#core-tech section#sec-list .column-layout .column_item a dl dt{
  color: #00ADA9;
  width: 27%;
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  letter-spacing: normal;
}
#core-tech section#sec-list .column-layout .column_item a dl dd{
  color: #00ADA9;
  display: inline-block;
  width: 71%;
  vertical-align: middle;
  letter-spacing: normal;
}
#core-tech section#sec-list .column-layout .column_item a ul{
  text-align: center;
}
#core-tech section#sec-list .column-layout .column_item a ul li.not-active>div{
  background: #C9CACA!important;
}
#core-tech section#sec-list .column-layout .column_item a dl dd ul li{
  width: 30%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#core-tech section#sec-list .column-layout .column_item a>ul{
  width: 94%;
  margin: auto;
  padding-top: 10px;
  letter-spacing: -0.5rem;
}
#core-tech section#sec-list .column-layout .column_item a>ul li{
  width: 24%;
  display: inline-block;
  position: relative;
  letter-spacing:normal;
}

#core-tech section#sec-list .column-layout .column_item a ul li>div{
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin: auto;
  position: relative;
}
#core-tech section#sec-list .column-layout .column_item a ul li>div .img{
  width: 100%;
  position: absolute;
  top: 50%;
	left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.68,0.68);
  transform: translate(-50%, -50%) scale(0.68,0.68);
}
#core-tech section#sec-list .column-layout .column_item a ul li.icon-v5>div .img{
  width: 90%;
}
#core-tech section#sec-list .column-layout .column_item a ul li.icon-v4>div .img{
  width: 85%;
}
#core-tech section#sec-list .column-layout .column_item a ul li.icon-v3>div .img{
  top: 45%;
}
#core-tech section#sec-list .column-layout .column_item a ul li>div .img img{
  width: 100%;
  
}
#core-tech section#sec-list .column-layout .column_item a dl::after {
  clear: both;
  content: "";
  display: block;
}

/* ------------------------------------------------------
* modal
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
   .modal {
    position:fixed;
    width:100%;
    height:100vh;
    top:0;
    left:0;
    z-index: 500;
  }
  .overLay {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.8);
    width:100%;
    height:100vh;
    z-index:10;
    pointer-events: none;
  }
}
.modal.not-active{
  opacity:0;
  pointer-events: none;
  transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.modal.active{
  opacity:1;
  pointer-events:all;
}
.modal-coretech{
  z-index: 20;
  position: absolute;
  width: 755px;
  background: #fff;
  padding: 0 35px 0px 35px;
  margin-top: 0px;
  margin-bottom: 0px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.modal-coretech.scroll{
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 10px 35px 10px 35px;
  position: relative;
  top:0%;
  left:50%;
  transform:translate(-50%,0%);
}
.modal-color-v1 h3{
  background: rgba(131,80,156,1);
}
.modal-color-v2 h3{
  background: rgba(128,79,33,1);
}
.modal-color-v3 h3{
  background: rgba(0,51,140,1);
}
.modal-color-v4 h3{
  background: rgba(0,159,232,1);
}
.modal-color-v5 h3{
  background: rgba(227,0,127,1);
}
.modal-color-v6 h3{
  background: rgba(141,194,0,1);
}
.modal-color-v7 h3{
  background: rgba(233,85,0,1);
}

.modal-heading .icon-coretech{
  position: relative;
  display: block;
  vertical-align: middle;
  width: 40px;
  margin: 0 auto;
}
.modal-heading .icon-coretech li>div{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: auto;
  position: relative;
}
.modal-heading li>div .img img{
  width: 100%;
}
.modal-heading li>div .img{
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-coretech .modal-heading{
  margin:  15px 1.5% 20px;
  text-align: center ;
}
.modal-coretech .modal-heading strong{
 /* width: 615px; */
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
}
.modal-coretech .modal-heading strong span{
  display: block !important;
  /* border-bottom: solid 2px #333; */
  margin-bottom: 10px;
  margin-top: 10px;
}
.modal-coretech h3{
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  padding-top: 2px;
  margin: 0 1.5%;
}
.modal-coretech .column-layout h3{
  margin: 0;
}
.modal-coretech h4{
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 0;
}
.modal-coretech p{
  font-size: 1.4rem;
  /*text-align: justify;*/
  text-justify: inter-ideograph;
}
.modal-coretech .column-layout .img{
  height: 190px;
}
.modal-coretech .column-layout .img.h120{
  height: 120px;
}
.modal-coretech .column-layout .img.h150{
  height: 150px;
}
.modal-coretech .column-layout .img img{
  width: 100%;
  height: auto;
}
.modal-coretech .column-layout small{
  font-size: 1.0rem;
  text-align: right;
  display: block;
 /* padding-top: 4px; */
  padding-top: 0;
}
.modal-coretech .column-layout[data-row-pc="2"]{
  margin: 0 1.5%;
}
.modal-coretech .column-layout[data-row-pc="2"] .column_item{
  width: 48%;
  float: left;
}
.modal-coretech .column-layout[data-row-pc="2"] .column_item:last-child{
  float: right;
}
.modal-coretech .column-layout[data-row-pc="3"]{
  margin: 0 -3% 0 1.5%;
}
.modal-coretech .column-layout[data-row-pc="3"]>h3{
  margin: 0 4.5% 0 0;
}
.modal-coretech .column-layout[data-row-pc="3"] .column_item{
  width: 29.1%;
}
.modal-coretech .btn-lity-close{
  background: #585657;
  height: 37px;
  width: 37px;
  position: absolute;
  right: -37px;
  top:0;
  user-select: none;
 	-webkit-user-select: none;
  cursor: pointer;
}
.modal-coretech .btn-lity-close span{
  line-height: 1;
  color: #fff;
  position: absolute;
  font-size: 3rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-coretech .thumbnail{
  margin: auto 1.5%;
  margin-bottom: 0px;
}
.modal-coretech .thumbnail li{
  margin: 0 0 0 -1px;
  padding: 0;
  position: relative;
}
.modal-coretech .thumbnail li div{
  text-align: center;
  width: 100%;
  position: relative;
  min-height: 65px;
  margin-bottom: 14px;
}
.modal-coretech .thumbnail li:first-child{
  margin: 0 0 0 0px;
}
.modal-coretech .thumbnail li div span{
  text-align: center;
   width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  cursor: pointer;
  -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  line-height: 1.2;
}

.modal-coretech .slider-heading{
  margin: 0px 1.5% 20px;
}

.modal-coretech .thumbnail li.slick-current::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  position: absolute;
  bottom:0;
  left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.modal-color-v1.modal-coretech .thumbnail li div{
  border:solid 1px rgba(131,80,156,1);
  color: rgba(131,80,156,1);
}

.modal-color-v1.modal-coretech .thumbnail li.slick-current div{
  background: rgba(131,80,156,1);
  color: #fff;
  position: relative;
}
.modal-color-v1.modal-coretech .thumbnail li.slick-current::before{
  border-color: rgba(131,80,156,1) transparent transparent transparent;
}
.modal-color-v2.modal-coretech .thumbnail li div{
  border:solid 1px rgba(128,79,33,1);
  color: rgba(128,79,33,1);
}

.modal-color-v2.modal-coretech .thumbnail li.slick-current div{
  background: rgba(128,79,33,1);
  color: #fff;
  position: relative;
}
.modal-color-v2.modal-coretech .thumbnail li.slick-current::before{
  border-color: rgba(128,79,33,1) transparent transparent transparent;
}
.modal-color-v3.modal-coretech .thumbnail li div{
  border:solid 1px rgba(0,51,140,1);
  color: rgba(0,51,140,1);
}

.modal-color-v3.modal-coretech .thumbnail li.slick-current div{
  background: rgba(0,51,140,1);
  color: #fff;
  position: relative;
}
.modal-color-v3.modal-coretech .thumbnail li.slick-current::before{
  border-color: rgba(0,51,140,1) transparent transparent transparent;
}
.modal-color-v4.modal-coretech .thumbnail li div{
  border:solid 1px rgba(0,159,232,1);
  color: rgba(0,159,232,1);
}

.modal-color-v4.modal-coretech .thumbnail li.slick-current div{
  background: rgba(0,159,232,1);
  color: #fff;
  position: relative;
}
.modal-color-v4.modal-coretech .thumbnail li.slick-current::before{
  border-color: rgba(0,159,232,1) transparent transparent transparent;
}
.modal-color-v5.modal-coretech .thumbnail li div{
  border:solid 1px rgba(227,0,127,1);
  color: rgba(227,0,127,1);
}

.modal-color-v5.modal-coretech .thumbnail li.slick-current div{
  background: rgba(227,0,127,1);
  color: #fff;
  position: relative;
}
.modal-color-v5.modal-coretech .thumbnail li.slick-current::before{
  border-color: rgba(227,0,127,1) transparent transparent transparent;
}
.modal-color-v6.modal-coretech .thumbnail li div{
  border:solid 1px rgba(141,194,0,1);
  color: rgba(141,194,0,1);
}

.modal-color-v6.modal-coretech .thumbnail li.slick-current div{
  background: rgba(141,194,0,1);
  color: #fff;
  position: relative;
}
.modal-color-v6.modal-coretech .thumbnail li.slick-current::before{
  border-color: rgba(141,194,0,1) transparent transparent transparent;
}
.modal-color-v7.modal-coretech .thumbnail li div{
  border:solid 1px rgba(233,85,0,1);
  color: rgba(233,85,0,1);
}

.modal-color-v7.modal-coretech .thumbnail li.slick-current div{
  background: rgba(233,85,0,1);
  color: #fff;
  position: relative;
}
.modal-color-v7.modal-coretech .thumbnail li.slick-current::before{
  border-color: rgba(233,85,0,1) transparent transparent transparent;
}
.modal-color-v1 .icon-v1>div{
  background: rgba(131,80,156,1);
}
.modal-color-v2 .icon-v2>div{
  background: rgba(128,79,33,1);
}
.modal-color-v3 .icon-v3>div{
  background: rgba(0,51,140,1);
}
.modal-color-v4 .icon-v4>div{
  background: rgba(0,159,232,1);
}
.modal-color-v5 .icon-v5>div{
  background: rgba(227,0,127,1);
}
.modal-color-v6 .icon-v6>div{
  background: rgba(141,194,0,1);
}
.modal-color-v7 .icon-v7>div{
  background: rgba(233,85,0,1);
}
.modal-color-v4 .icon-v4>div .img img{
  -webkit-transform: scale(0.68,0.68);
  transform: scale(0.68,0.68);
}
.modal-color-v5 .icon-v5>div .img img{
  -webkit-transform: scale(0.9,0.9);
  transform: scale(0.9,0.9);
}
.modal-color-v6 .icon-v6>div .img img{
  -webkit-transform: scale(0.9,0.9);
  transform: scale(0.9,0.9);
}
.modal-color-v1 .slider-heading{
  border-bottom:solid 1px rgba(131,80,156,1);
}
.modal-color-v2 .slider-heading{
  border-bottom:solid 1px rgba(128,79,33,1);
}
.modal-color-v3 .slider-heading{
  border-bottom:solid 1px rgba(0,51,140,1);
}
.modal-color-v4 .slider-heading{
  border-bottom:solid 1px rgba(0,159,232,1);
}
.modal-color-v5 .slider-heading{
  border-bottom:solid 1px rgba(227,0,127,1);
}
.modal-color-v6 .slider-heading{
  border-bottom:solid 1px rgba(141,194,0,1);
}
.modal-color-v7 .slider-heading{
  border-bottom:solid 1px rgba(233,85,0,1);
}
.modal-coretech .slider-wrap>div{
    width: 100%;
}

/*-------------------------- SP ----------------------------------- */

@media only screen and (max-width: 767px) {
 
 /* ------------------------------------------------------
  *  core_tech
  ------------------------------------------------------ */
  #core-tech section#sec-PageHeading{
    width: 100%;
    height: auto;
    background: none;
  }
  
  #core-tech section#sec-PageHeading .box-heading{
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
 #core-tech section#sec-PageHeading .box-heading .box-bg-sp{
    background: #fff;
  }
  #core-tech section#sec-PageHeading .box-heading h1{
    width: 100%;
    margin: auto;
    position:relative;
    overflow: hidden;
    padding-bottom: 10px;
  }
  #core-tech section#sec-PageHeading .box-heading h1 > picture {
      width: 70%;
      display: block;
      margin-right: auto;
      margin-left: auto;
      position: relative;
  }
#core-tech section#sec-PageHeading .box-heading h1::after {
content: "";
    background: url(/english/rd_sp/core_tech/images/core_tech_bg01_aaa_03.png) right top no-repeat;
    background-size: contain;
    height: 100%;
    width: 25vw;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
  #core-tech section#sec-PageHeading .box-heading h1 img{
    width: 100%;
  }
  #core-tech section#sec-PageHeading .box-heading p {
      font-size: 1.4rem;
      line-height: 1.7;
      margin-top: 20px;
  }
  
  @media only screen and (max-width: 480px) {
    
    #core-tech section#sec-PageHeading{
      /*height: 78vh;
      background: url("/english/rd_sp/core_tech/images/core_tech_bg01_sp.png") top center;
      background-size:contain; */
    }
    
  }

  @media only screen and (max-width: 320px) {
    #core-tech section#sec-PageHeading .box-heading p{
      font-size: 1.2rem;
      margin-top:12px;
    }
  }
  #core-tech section#sec-PageHeading ul{
    position: relative;
    max-width: 1050px;
    height: 50vw;
    margin: auto;
    background: url(/english/rd_sp/core_tech/images/core_tech_bg01_aaa_02.png) right top no-repeat;
    background-size: 100%;
  }
  section#sec-theme .box-content nav{
    margin-top: 0px;
  }
  section#sec-theme .box-content nav a{
    width: 80%;
  }
  #core-tech section#sec-PageHeading ul li a>div{
    width: 75px;
    height: 75px;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
  }
 
  #sec-list .icon-coretech li .img img{
    -webkit-transform: scale(0.8,0.8);
    transform: scale(0.8,0.8);
  }
  .icon-coretech li .txt img{
    -webkit-transform: scale(0.6,0.6);
    transform:  scale(0.6,0.6);
  }
  .nav-coretech.icon-coretech li .img img{
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
  }
  #core-tech section#sec-PageHeading ul li.icon-v1{
    position: absolute;
    left: 5%;
    bottom:35%;

  }
  #core-tech section#sec-PageHeading ul li.icon-v2{
    position: absolute;
    left: 12%;
    top:15%;
  }
  #core-tech section#sec-PageHeading ul li.icon-v3{
    position: absolute;
    left: 36.5%;
    top:5%;
  }
  #core-tech section#sec-PageHeading ul li.icon-v4{
    position: absolute;
    left: 35%;
    bottom:33%;
  }
  #core-tech section#sec-PageHeading ul li.icon-v5{
    position: absolute;
    right: 26%;
    top:25%;
  }
  #core-tech section#sec-PageHeading ul li.icon-v6{
    position: absolute;
    right: 10%;
    top:2%;
  }
  #core-tech section#sec-PageHeading ul li.icon-v7{
    position: absolute;
    right: 5%;
    bottom:35%;
  }

  #core-tech section#sec-list .box-content{
    max-width: 100%;
    margin-bottom: 20px;
  }
  #core-tech section#sec-list h2{
    width: 80%;
    margin: 0 auto 20px auto!important;
  }
  #core-tech section#sec-list h2 img{
    width: 100%;
  }
  #core-tech section#sec-list .column-layout{
    margin: 0;
  }
  .column-layout[data-row-pc="3"] .column_item{
    margin: 0;
  }
  #core-tech section#sec-list .column-layout .column_item{
    margin-bottom: 17px;
  }
  #core-tech section#sec-list .column-layout .column_item a{
    color: #000;
    display: block;
    transform: scale(1,1);
      -webkit-transform: scale(1,1);
    
  }

  #core-tech section#sec-list .column-layout .column_item a figure figcaption{
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  
  #core-tech section#sec-list .column-layout .column_item a dl{
    letter-spacing: -0.5rem;
    padding: 3px;
    text-align: right;
  }
  #core-tech section#sec-list .column-layout .column_item a dl dt{
    width: 32%;
    font-size: 1.2rem;
    white-space: nowrap;
    text-align: left;
  }
  #core-tech section#sec-list .column-layout .column_item a dl dd{
    width: 65%;
    letter-spacing: -0.5rem;
  }
  
  @media only screen and (max-width: 480px) {
    #core-tech section#sec-PageHeading ul{
      height: 310px;
    }
  }
 @media only screen and (max-width: 320px) {
   #core-tech section#sec-list .column-layout .column_item{
     
   }
    #core-tech section#sec-list .column-layout .column_item a figure figcaption{
      font-size: 1.2rem;
      letter-spacing: 0;
      white-space:normal;
    }
    #core-tech section#sec-list .column-layout .column_item a dl dt{
      width: 34%;
      font-size: 1.0rem;
      text-align: left;
    }
    #core-tech section#sec-list .column-layout .column_item a dl dd{
      width: 65%;
      letter-spacing: -0.5rem;
    }
   #core-tech section#sec-list .column-layout .column_item a dl dd ul li{
     letter-spacing: normal;
     margin-right: 2px;
    }
  }
  #core-tech section#sec-list .column-layout .column_item a dl dd ul li{
    width: 30%;
  }
  #core-tech section#sec-list .column-layout .column_item a>ul{
    width: 100%;
    margin: auto;
    padding-top: 10px;
    letter-spacing: -0.5rem;
  }
  #core-tech section#sec-list .column-layout .column_item a>ul li{
    width: 23%;
    display: inline-block;
    position: relative;
    letter-spacing:normal;
  }

  #core-tech section#sec-list .column-layout .column_item a ul li>div{
    width: 70%;
    height: 23px;
    border-radius: 50%;
    margin: auto;
    position: relative;
  }
  #core-tech section#sec-list .column-layout .column_item a dl dd ul li>div{
    width: 90%;
    height: 23px;
    border-radius: 50%;
    margin: auto;
    position: relative;
  }
  #core-tech section#sec-list .column-layout .column_item a ul li.icon-v3>div .img{
    top: 50%;
  }
  #core-tech section#sec-list .column-layout .column_item a dl::after {
    clear: both;
    content: "";
    display: block;
  }


	 /* ------------------------------------------------------
  * modal
  ------------------------------------------------------ */
  .modal.not-active{
    opacity:1;
    pointer-events:auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-top: -1px;
  }
  .modal-coretech{
    z-index: 20;
    position: relative;
    max-width: 100%;
    background: #fff;
    padding: 0;
    top:auto;
    left:auto;
    transform:none;
  }
  .modal-coretech .icon-coretech{
    position: relative;
    overflow-y: hidden;
    border-top:solid #888888 1px;
  }
  .modal-coretech .icon-coretech li>div{
    display: none;
  }
  .modal-heading{
    color: #333;
    display: block;
  }
  .modal-coretech .modal-heading{
    margin:  0;
    position: relative;
    z-index: 80;
  }
  .modal-coretech .modal-heading.pc{
    display: none;
  }
  .modal-coretech .modal-heading strong{
    width: 100%;
  }
  
  .nav-toggle_v1{
    display: block;
    padding: 15px 0 15px 20px;
    font-size: 1.6rem;
    border-top: solid #888888 1px;
    border-bottom: solid #888888 1px;
    cursor: pointer;
  }
  .nav-toggle_v1::before{
    content:"＋";
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 5px;
    color: #888888;
  }
  .nav-toggle_v1.active::before{
    content:"ー";
  }
  .modal-coretech .modal-heading.sp strong{
    text-align: left;
    font-size: 1.5rem;
    padding: 20px 15px 0px 15px;
  }
  .modal-coretech h4{
    font-size: 1.7rem;
  }
  .modal-coretech p{
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .modal-coretech .column-layout .img{
    width: 70%;
    min-height: 200px;
    margin: auto;
  }
  .modal-coretech .column-layout .img.h120{
    min-height: 130px;
    height: 130px;
  }
  .modal-coretech .column-layout .img.h150{
    min-height: 160px;
    height: 160px;
  }
  .modal-coretech .column-layout small{
    font-size: 1.0rem;
    text-align: right;
    display: block;
    padding-top: 4px;
  }
  .modal-coretech .column-layout[data-row-sp="1"]{
    margin: 0;
  }
  .modal-coretech .column-layout[data-row-sp="1"] .column_item{
    margin: 0;
    padding: 0 10px;
    width: 100%;
  }
  .modal-coretech .column-layout[data-row-sp="1"]>h3{
    margin: 0 10px 0 10px;
  }
  .modal-coretech .btn-lity-close{
    display: none;
  }
  .modal-coretech .btn-lity-close span{
    display: none;
  }
  /*-----slider-----*/
  .modal-coretech>div{
    display: none;
    
  }
  .slider-wrap .modal-heading{
    margin-bottom: 20px;
  }
  .slider-wrap>div{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
  .slider-wrap>div>div{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
  .slider-wrap>div>div>div{
    display: none;
    
  }
  .modal-coretech .thumbnail{
    display: none;
  }
  .modal-coretech .nav-toggle_v2{
    background: #efefef;
    padding: 15px 0 15px 40px;
    border-bottom:solid 1px #888888;
  }
  .modal-coretech .nav-toggle_v2::before{
    content:"＋";
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 5px;
    color: #888888;
  }
  .modal-coretech .nav-toggle_v2.active::before{
    content:"ー";
  }
  .modal-coretech .slider-heading{
    margin: 0px 15px 20px;
  }
  .modal-color-v1 .slider-heading,
  .modal-color-v2 .slider-heading,
  .modal-color-v3 .slider-heading,
  .modal-color-v4 .slider-heading,
  .modal-color-v5 .slider-heading,
  .modal-color-v6 .slider-heading,
  .modal-color-v7 .slider-heading{
    border-bottom:none;
  }
  .modal-color-v1 nav{
    color:rgba(131,80,156,1);
  }
  .modal-color-v2 nav{
    color:rgba(128,79,33,1);
  }
  .modal-color-v3 nav{
    color:rgba(0,51,140,1);
  }
  .modal-color-v4 nav{
    color:rgba(0,159,232,1);
  }
  .modal-color-v5 nav{
    color:rgba(227,0,127,1);
  }
  .modal-color-v6 nav{
    color:rgba(141,194,0,1);
  }
  .modal-color-v7 nav{
    color: rgba(233,85,0,1);
  }
  .modal-coretech .slider-wrap>div{
      width: 100%;
  }
}
/* ------------------------------------------------------
* common
------------------------------------------------------ */
li.icon-v1 p ,li.icon-v2 p ,li.icon-v3 p ,li.icon-v4 p ,li.icon-v5 p ,li.icon-v6 p ,li.icon-v7 p{
  font-size:11px;
}

#core-tech section#sec-list .column-layout .column_item a>ul li{
  vertical-align: top;
}
.modal-coretech div.left{
  text-align:left !important;
  margin-top:1em;
}
.modal-coretech p.left-bottom {
  margin-top:0 !important;
}

p.top-15{margin-top: 15px;}
p.top-40{margin-top: 40px;}

@media only screen and (max-width: 768px) {
  p.top-61{margin-top: 24px;}
  p.top-40{margin-top: 24px;}
}
#core-tech section#sec-list .column-layout .column_item a>ul {
    width: 100%;
    padding-bottom:10px;
}

#core-tech section#sec-list .column-layout .column_item a>ul li{
    width: 100%;
    display: inline-block;
    position: relative;
    letter-spacing: normal;
}
#core-tech section#sec-list .column-layout .column_item a>ul li:last-child{
    display: block;
    width: 100%;
}
#core-tech section#sec-list .column-layout .column_item a ul li>div{
  width: 100% !important;
  height: 45px !important;
}

@media only screen and (max-width: 768px) {
  #core-tech section#sec-list .column-layout .column_item a ul li>div {
    height: 36px !important;
}
@media screen and (orientation: landscape) {
   #core-tech section#sec-list .column-layout .column_item a ul li>div{
    height: 55px !important;
  }
}  
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-v { display: block !important; }
.sp-v { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc-v { display: none !important; }
.sp-v { display: block !important; }
}
