.sp {
  display: none;
}
.pc {
  display: block;
}
.ir-menu-wrap .ir-menu-box .ir-menu-cont .current-area{
	margin: 0 20px;
}
.h2-s {
  margin-top: 0;
}
.h2-s.h2-center::after {
  left: 50%;
  transform: translate(-50%, -50%);
}
.area-title__inner {
  width: calc(100% - 60px);
  max-width: 1620px;
  margin: 0 auto;
}
.rd-title::after {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #ddd;
  transform: translateX(-50%);
}
.rd-title .h1-s{
  margin: 0.67em 0 1.2em;
}
.rd-mv {
  background-color: #f6f6f6;
}
.rd-mv__wrapper{
  margin: 0 auto 20px auto;
  max-width: 1200px;
  padding-top: 40px;
}
.rd-mv h2, .rd-mv .im-1 {
  padding-top: 20px;
  flex-basis: 50%;
}
.rd-mv h2 {
  position: relative;
}
.rd-mv h2 span {
  width: 100%;
  font-size: 3.0rem;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Maru Gothic", YuGothic, "Yu Gothic", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.rd-mv .im-1-ttl {
  font-size: 2.0rem;
}
.rd-mv .im-1 img {
  width: 100%;
}
.rd-mv .im-1-txt {
  text-align: center;
  color: #e6002d;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 2rem;
}
.rd-mv .im-1-img {
  text-align: center;
  padding-bottom: 60px;
}
.rd-mv .im-1-img img {
  width: 800px;
}
.rd-ul-applied {
  display: flex;
}
.rd-ul-applied li {
  flex-basis: 50%;
  border-bottom: 1px solid #ddd;
  margin-right: 20px;
  padding-bottom: 10px;
}
.rd-ul-applied li a {
  display: block;
}
/*.nl-1-nest.rd-ul-applied li.link-style a::after {
  bottom: 10px;
  right: 5px;
}*/
.rd-system .tx-1 {
  margin-bottom: 30px;
}
.rd-system__img {
  margin: 10px auto 0 auto;
  max-width: 1016px;
}
.rd-system__img img {
  width: 100%;
}
.home-value {
  padding: 30px 0;
}
.home-u-block {
  max-width: 1200px;
  margin: 0 auto;
}
.home-u-block .h2-s.h2-center::after {
  content: "";
  display: inline-block;
  background-image: url("../img/rd_img11_pc.png");
}
.home-carousel__control {
  margin: 20px auto 0 auto;
}
.bg-gray {
  background-color: #f6f6f6;
}
.home-value-card .slick-slide {
  padding: 0 18px 5px;
}
.breadcrumbs-wrap .breadcrumbs-box {
  margin: 20px auto;
}
.column02 .col-1 .col-1-box {
  flex-basis: 50%;
}
.rd-topic .rd-topic-title {
  position: relative;
}
.rd-topic .rd-topic-title img {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
}
.rd-system{
  max-width: 100%;
}
.rd-system__wrapper{
  margin: 0 auto 20px auto;
  max-width: 1100px;
  padding: 40px 0 0;
}
.rd-system img {
  width: 800px;
}
.rd-system .txt{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: left;
  margin-top: 20px;
  padding-bottom: 60px;
  font-weight: bold;
}
.cd-1-blank .txt-box .ttl span::after {
    top: 0;
}
.rd-cd-box .cd-1-blank .img-box,
.rd-cd-box .cd-1-blank .txt-box{
	flex-basis: 50%;
}
@media only screen and (max-width:767.98px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .rd-title .h1-s{
	margin: 0.67em 0;
  }
  .rd-mv .im-1 {
    margin-top: 0;
    padding: 0;
  }
  .area-title__inner {
	max-width: 1620px;
	margin: 0 auto;
  }
  .rd-title {
    width: 94%;
  }
  .rd-mv h2 span {
    font-size: 5.5vw;
    text-align: center;
  }
  .rd-mv .im-1-ttl {
    font-size: 3vw;
  }
  .rd-mv__wrapper {
    width: 94%;
    padding-top: 5%;
  }
  .rd-mv .im-1-txt {
    font-size: 1.8rem;
    margin-bottom: 5%;
  }
  .rd-mv .im-1-img {
    padding-bottom: 10%;
  }
  .tx-1 {
    font-size: 1.6rem;
  }
  .cd-box {
    flex-direction: column;
  }
  .cd-1-blank {
    margin: 10px auto;
  }
  .cd-1-blank:nth-of-type(2n) {
    margin-left: auto;
  }
  .home-value {
    padding: 0;
  }
  .home-value.rd-achievement .home-u-block {
    padding: 0;
  }
  .home-value-card.rd-achievement .slick-slide {
    padding: 0;
  }
  .cd-box .cd-1-blank a .img-box {
    flex-basis: 40%;
  }
  .cd-box .cd-1-blank a .txt-box {
    flex-basis: 40%;
  }
  .column02 .col-1 {
    margin-bottom: 0;
  }
  .column02 .col-1 .col-1-box:last-child {
    margin-bottom: 0;
  }
  .home-carousel__control .slick-dots {
    flex-wrap: wrap;
    justify-content: start;
  }
  .home-carousel__control .slick-dots li {
    margin-bottom: 5px;
  }
  .home-value-card .slick-slide {
    padding: 0 4vw 5px;
  }
  .rd-ul-applied.mod_s_mt0 {
    margin-top: 0;
  }
  h3.h3-s {
    margin-top: 1.5em;
  }
  .rd-system .h2-s {
    margin-top: 1.2em;
  }
  .rd-topic {
    padding-bottom: 4em;
  }
  .mod_s_pt2e {
    padding-top: 2em;
  }
  .rd-ul-applied li {
    margin-right: 10px;
    padding-bottom: 5px;
  }
  .rd-ul-applied li a {
    font-size: 1.2rem;
  }
  .nl-1-nest.rd-ul-applied li.link-style a::after {
    bottom: 8px;
  }
  .rd-topic-title{
	padding-top: 7%;
  }
  .rd-topic-title h2.h2-s{
	  margin-bottom: 0.8em;
  }
  .rd-topic-title-img{
	  text-align: right;
	  text-align: -webkit-right;
  }
  .rd-topic-title-img img{
	  width: 80%;
	  margin-bottom: 7%;
  }
  .rd-system__wrapper {
    width: 94%;
    padding: 5% 0 10%;
  }
  .rd-system .txt{
	font-size: 1rem;
	padding-bottom: 5%;
  }
  .cd-1-blank .txt-box .ttl span::after {
    top: 0;
  }
}
@media only screen and (max-width:400px) {
  .rd-mv .im-1-ttl {
    font-size: 3.5vw;
  }
  .rd-ul-applied {
    justify-content: space-between;
  }
  .rd-ul-applied li {
    flex-basis: 47%;
  }
}
/* アイコン調整 */
.home-value-card__body.glass_icon {
  padding: 20px;
}
.is-blank .home-value-card__title.glass_icon:after {
  background: url("../img/rd_img08.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  mask-image: none;
  top: 5px;
  right: -5px;
}