@charset "UTF-8";
/* CSS Document */

/* フォントサイズ */
.text-xs { font-size: 0.75rem; }    /* 小さい文字 */
.text-sm { font-size: 0.875rem; }   /* やや小さい */
.text-base { font-size: 1rem; }     /* 標準サイズ */
.text-lg { font-size: 1.125rem; }   /* やや大きい */
.text-xl { font-size: 1.25rem; }    /* 大きい */
.text-2xl { font-size: 1.5rem; }    /* さらに大きい */

/* フォントの太さ */
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }

/* 行間もついでにあると便利 */
.leading-tight { line-height: 1.25; }
.leading-normal { line-height: 1.5; }
.leading-loose { line-height: 1.75; }

/*top*/
.top .mv {
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.top .mv .video::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  content: '';
}
.top .mv .video::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(30, 155, 246, .1);
  content: '';
}
.top .mv .video #video {
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.top .mv .catch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.top .mv .catch .box {
  position: absolute;
  top: 180px;
  left: 120px;
  z-index: 2;
  display: flex;
}
.top .mv .catch .box h3 {
  order: 2;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  margin-left: 20px;
}
.top .mv .catch .box h3 span {
  position: relative;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.7;
  display: block;
  color: #FFF;
  letter-spacing: .05em;
}
.top .mv .catch .box h3 span em {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: .05em;
}
.top .mv .catch .box h3 span::before {
  position: absolute;
  top: 0;
  left: .2em;
  width: 1px;
  height: 100%;
  background: #FFF;
  content: '';
}
.top .mv .catch .box h4 {
  order: 1;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 2.0rem;
  line-height: 2.0;
  color: #FFF;
}
.top .mv .catch p {
  position: absolute;
  bottom: 50px;
  left: 60px;
  width: 897px;
}


.top main {
  overflow: hidden;
}
.top .about_tec {
  position: relative;
  padding-top: 60px;
  padding-bottom: 180px;
  min-height: 796px;
}
.top .about_tec .bg {
  position: absolute;
	top: 50%;
	left: 50%;
  z-index: -1;
  width: 500vw;
  height: 500px;
  background: #f3f6fa;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.top .about_tec .about {
  padding-bottom: 120px;
}
.top .about_tec .about .mw1200 {
  position: relative;
  display: flex;
}
.top .about_tec .about .mw1200 .box_l {
  padding-top: 140px;
  padding-left: 40px;
}
.top .about_tec .about .mw1200 .box_l h3 {
  position: relative;
  padding-bottom: 80px;
}
.top .about_tec .about .mw1200 .box_l h3::after {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background: #ed2932;
  content: '';
}
.top .about_tec .about .mw1200 .box_l h3 em ,
.top .about_tec .about .mw1200 .box_l h3 span {
  display: block;
  line-height: 1.1;
}
.top .about_tec .about .mw1200 .box_l h3 em {
  font-weight: 500;
  color: #0355c4;
  letter-spacing: .02em;
  margin-bottom: 1em;
}
.top .about_tec .about .mw1200 .box_l h3 span {
  font-family: "Michroma", serif;
  font-size: 7.0rem;
}
.top .about_tec .about .mw1200 .box_l h4 {
  color: #0355c4;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: .8em;
}
.top .about_tec .about .mw1200 .box_l .comment {
  width: 320px;
  line-height: 2.0;
  margin-bottom: 1em;
}
.top .about_tec .about .mw1200 .box_l .comment p {
  font-weight: 500;
}
.top .about_tec .about .mw1200 .box_l .btn {
  width: 320px;
}
.top .about_tec .about .mw1200 .box_l .btn a {
  position: relative;
  display: block;
  background: #0f49ab;
  border: solid 1px #0f49ab;
  border-radius: 5px;
  overflow: hidden;
}
.top .about_tec .about .mw1200 .box_l .btn a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#FFF;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  content: '';
}
.top .about_tec .about .mw1200 .box_l .btn a:hover:before {
  transform-origin:left top;
  transform:scale(1, 1);
}
.top .about_tec .about .mw1200 .box_l .btn a span {
  position: relative;
  z-index: 2;
  display: block;
  color: #FFF;
  letter-spacing: .02em;
  padding: 1.3em 1.2em;
}
.top .about_tec .about .mw1200 .box_l .btn a:hover span {
  color: #0f49ab;
}
.top .about_tec .about .mw1200 .box_l .btn a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 1.8em;
  width: 1.4375em;
  height: .8125em;
  background: url(../img/top/about_arrow_red.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top .about_tec .about .mw1200 .box_l .btn a:hover {
  background: #FFF;
  border: solid 1px #0f49ab;
  color: #0f49ab;
}
.top .about_tec .about .mw1200 .img_box {
  position: absolute;
  top: 0;
  right: -129px;
  z-index: -1;
  width: 1081px;
  height: 796px;
  background: url(../img/top/about_img01.png) no-repeat center center;
}
.top .about_tec .about .mw1200 .img_box::before {
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -2;
  width: 536px;
  height: 796px;
  margin: 500px -1020px 0 0;
  background: url(../img/top/about_img_decoration.png) no-repeat center center;
  background-size: cover;
  transition: 1s ease-out;
  content: '';
}
.top .about_tec .about .mw1200 .img_box.active::before {
  margin: 0 -750px 0 0;
}
.top .about_tec .needs {
  position: relative;
  padding-bottom: 120px;
}
.top .about_tec .needs .box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  max-width: 100vw;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.top .about_tec .needs .box h3 {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  padding-top: 40px;
  padding-right: 60px;
}
.top .about_tec .needs .box h3 span {
  position: relative;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 2.3;
  display: block;
  color: #FFF;
}
.top .about_tec .needs .box h3 span::before {
  position: absolute;
  top: 0;
  left: .2em;
  width: 1px;
  height: 100%;
  background: #FFF;
  content: '';
}
.top .about_tec .needs .img {
  padding-left: 60px;
  height: 640px;
}
.top .about_tec .needs .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .about_tec .needs .decoration {
  position: absolute;
  top: 0;
  right: -400px;
  z-index: 1;
  width: 373px;
  height: 431px;
  margin-top: -300px;
  background: url(../img/top/needs_img_decoration.png) no-repeat center center;
  background-size: cover;
  transition: 1s ease-out;
}
.top .about_tec .needs .decoration.active {
  right: -110px;
  margin-top: 300px;
}
.top .about_tec .technology {
}
.top .about_tec .technology .title_catch {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.top .about_tec .technology .title_catch h3 {
  position: relative;
  margin-right: 20px;
  padding-bottom: 80px;
}
.top .about_tec .technology .title_catch h3::after {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background: #ed2932;
  content: '';
}
.top .about_tec .technology .title_catch h3 em ,
.top .about_tec .technology .title_catch h3 span {
  display: block;
  line-height: 1.1;
}
.top .about_tec .technology .title_catch h3 em {
  font-weight: 500;
  color: #0355c4;
  letter-spacing: .02em;
  margin-bottom: 1em;
}
.top .about_tec .technology .title_catch h3 span {
  font-family: "Michroma", serif;
  font-size: 7.0rem;
}
.top .about_tec .technology .title_catch .box_r {
  width: 550px;
  margin-left: auto;
  padding-top: 40px;
}
.top .about_tec .technology .title_catch .box_r h4 {
  color: #0355c4;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: .8em;
}
.top .about_tec .technology .title_catch .box_r .comment p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.0;
}
.top .about_tec .technology .btn_box {
  display: flex;
}
.top .about_tec .technology .btn_box section {
  width: calc((100% - 38px) / 2);
}
.top .about_tec .technology .btn_box section:nth-of-type(1) {
  margin-right: 38px;
}
.top .about_tec .technology .btn_box section a {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  background: #005ddb;
}
.top .about_tec .technology .btn_box section a::after {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 1.5625em;
  height: 1.5625em;
  background: url(../img/top/technology_btn_box_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top .about_tec .technology .btn_box section a .img {
  position: relative;
}
.top .about_tec .technology .btn_box section a .img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 60%,rgba(0,93,219,.95) 100%);
  content: '';
}
.top .about_tec .technology .btn_box section a .box {
  position: relative;
  top: -60px;
  z-index: 2;
  margin-bottom: -60px;
  padding: 50px;
  padding-top: 0;
}
.top .about_tec .technology .btn_box section a h5 {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #1f79ea;
}
.top .about_tec .technology .btn_box section a h5 span ,
.top .about_tec .technology .btn_box section a h5 em {
  display: block;
  line-height: 1.1;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .02em;
}
.top .about_tec .technology .btn_box section a h5 span {
  margin-right: 20px;
}
.top .about_tec .technology .btn_box section a h5 em {
  width: 85px;
  margin-left: auto;
}
.top .about_tec .technology .btn_box section a .comment p {
  line-height: 2.0;
  color: #FFF;
}
.top .news {
  display: flex;
  align-items: flex-start;
  padding-bottom: 100px;
}
.top .news .box_l {
  white-space: nowrap;
  margin-right: 20px;
}
.top .news .box_l h3 {
  position: relative;
  padding-bottom: 110px;
}
.top .news .box_l h3::after {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background: #ed2932;
  content: '';
}
.top .news .box_l h3 em ,
.top .news .box_l h3 span {
  display: block;
  line-height: 1.1;
}
.top .news .box_l h3 em {
  font-weight: 500;
  color: #0355c4;
  letter-spacing: .02em;
  margin-bottom: 1em;
}
.top .news .box_l h3 span {
  font-family: "Michroma", serif;
  font-size: 7.0rem;
}
.top .news .box_l .btn {
  width: 260px;
}
.top .news .box_l .btn a {
  position: relative;
  display: block;
  background: #0f49ab;
  border: solid 1px #0f49ab;
  border-radius: 5px;
  overflow: hidden;
}
.top .news .box_l .btn a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#FFF;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  content: '';
}
.top .news .box_l .btn a:hover:before {
  transform-origin:left top;
  transform:scale(1, 1);
}
.top .news .box_l .btn a span {
  position: relative;
  z-index: 2;
  display: block;
  color: #FFF;
  letter-spacing: .02em;
  padding: 1.3em 1.2em;
}
.top .news .box_l .btn a:hover span {
  color: #0f49ab;
}
.top .news .box_l .btn a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 1.8em;
  width: 1.4375em;
  height: .8125em;
  background: url(../img/top/about_arrow_red.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top .news .box_l .btn a:hover {
  background: #FFF;
  border: solid 1px #0f49ab;
  color: #0f49ab;
}
.top .news .box_r {
  width: 820px;
  margin-left: auto;
}
.top .news .box_r section {
  padding-bottom: 30px;
  border-bottom: solid 1px #c3c9d2;
}
.top .news .box_r section:not(:last-of-type) {
  margin-bottom: 30px;
}
.top .news .box_r section .cat_time {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.top .news .box_r section .cat_time p {
  margin-right: 20px;
}
.top .news .box_r section .cat_time p a {
  display: block;
  background: #eaeef3;
  color: #005ddb;
  font-size: 1.2rem;
  font-weight: 500;
  padding: .4em 2em;
  border-radius: 3px;
}
.top .news .box_r section .cat_time time {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  letter-spacing: .02em;
  color: #6b7075;
}
.top .img_btn {
  width: 1440px;
  height: 360px;
  margin: 0 auto;
  margin-bottom: 120px;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
}
.top .img_btn section {
  width: 33.33333%;
}
.top .img_btn section a {
  position: relative;
  display: block;
  overflow: hidden;
}
.top .img_btn section a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.top .img_btn section a:hover .img img {
  transform: scale(1.1);
}
.top .img_btn section a h3 {
  position: absolute;
  top: 40px;
  left: 35px;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.top .img_btn section a h3 span ,
.top .img_btn section a h3 em {
  display: block;
  color: #FFF;
  line-height: 1.1;
}
.top .img_btn section a h3 span {
  font-family: "Michroma", serif;
  font-size: 3.0rem;
  margin-bottom: .5em;
}
.top .img_btn section a h3 em {
  font-size: 1.6rem;
  letter-spacing: .02em;
}
.top .recruit {
  position: relative;
  background: url(../img/top/recruit_bg_w.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.top .recruit::before {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 84px;
  background: url(../img/top/recruit_loop.svg) repeat center center;
  background-size: auto 100%;
  animation: bg-loop 23s linear infinite;
  content: '';
}
@keyframes bg-loop {
	from { background-position: 0 0; }
    to { background-position: -1185px 0; }
}
.top .recruit .box {
  position: relative;
  z-index: 1;
  display: flex;
}
.top .recruit .box .box_l {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  margin-right: 20px;
  min-height: 500px;
}
.top .recruit .box .box_l h3 {
  position: relative;
  padding-bottom: 80px;
}
.top .recruit .box .box_l h3::after {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background: #ed2932;
  content: '';
}
.top .recruit .box .box_l h3 em ,
.top .recruit .box .box_l h3 span {
  display: block;
  line-height: 1.1;
}
.top .recruit .box .box_l h3 em {
  font-weight: 500;
  color: #FFF;
  letter-spacing: .02em;
  margin-bottom: 1em;
}
.top .recruit .box .box_l h3 span {
  font-family: "Michroma", serif;
  font-size: 7.0rem;
  color: #FFF;
}
.top .recruit .box .box_l h4 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #FFF;
  margin-bottom: 30px;
}
.top .recruit .box .box_l .btn {
  width: 300px;
}
.top .recruit .box .box_l .btn a {
  position: relative;
  display: block;
  background: #0f49ab;
  border: solid 1px #0f49ab;
  border-radius: 5px;
  overflow: hidden;
}
.top .recruit .box .box_l .btn a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#FFF;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  content: '';
}
.top .recruit .box .box_l .btn a:hover:before {
  transform-origin:left top;
  transform:scale(1, 1);
}
.top .recruit .box .box_l .btn a span {
  position: relative;
  z-index: 2;
  display: block;
  color: #FFF;
  letter-spacing: .02em;
  padding: 1.3em 1.2em;
}
.top .recruit .box .box_l .btn a:hover span {
  color: #0f49ab;
}
.top .recruit .box .box_l .btn a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 1.8em;
  width: 1.4375em;
  height: .8125em;
  background: url(../img/top/about_arrow_red.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top .recruit .box .box_l .btn a:hover {
  background: #FFF;
  border: solid 1px #0f49ab;
  color: #0f49ab;
}
.top .recruit .box .img {
  position: absolute;
  top: 0;
  right: -220px;
  width: 1118px;
}







/*technology-car*/
.technology-car main {
  position: relative;
}
.technology-car main .bg {
  position: absolute;
	top: 620px;
	left: 100%;
  z-index: -1;
  width: 500vw;
  height: 500px;
  background: #f3f6fa;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.technology-car .page_title {
  background: url(../img/technology-car/page_title.jpg) no-repeat center center;
}
.technology-car .automotive {
  margin-bottom: 120px;
}
.technology-car .automotive .box {
  position: relative;
  min-height: 460px;
  margin-bottom: 50px;
}
.technology-car .automotive .box .box_l {
  width: calc(100% - 685px);
}
.technology-car .automotive .box .box_l .comment p {
  line-height: 2.0;
}
.technology-car .automotive .box .img {
  position: absolute;
  top: 0;
  right: calc(-150px + 20px);
  width: 755px;
  overflow: hidden;
  border-radius: 5px;
}
.technology-car .automotive .sub_img ul {
  display: flex;
}
.technology-car .automotive .sub_img ul li {
  width: calc((100% - (30px / 2)) / 3);
  overflow: hidden;
  border-radius: 5px;
}
.technology-car .automotive .sub_img ul li:not(:last-of-type) {
  margin-right: 30px;
}

.technology-car .automotive .box .img02 {
  position: absolute;
  top: 0;
  right: calc(-150px + 20px);
  width: 500px;
  overflow: hidden;
  border-radius: 5px;
}
.technology-car .automotive .sub_img02 ul {
  display: flex;
}
.technology-car .automotive .sub_img02 ul li {
  width: calc((100% - (30px / 2)) / 3);
  overflow: hidden;
  border-radius: 5px;
}
.technology-car .automotive .sub_img ul li:not(:last-of-type) {
  margin-right: 30px;
}

.technology-car .automotive .tbl {
  margin-bottom: 90px;
}
.technology-car .automotive .tbl table {
  width: 100%;
}
.technology-car .automotive .tbl table thead tr th {
  background: #636d7e;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  padding: 1em 1em;
  border: solid 1px #b3bbc6;
}
.technology-car .automotive .tbl table thead tr th:nth-of-type(1) {
  width: 360px;
}
.technology-car .automotive .tbl table thead tr th:not(:nth-of-type(1)) {
  width: 370px;
}
.technology-car .automotive .tbl table tbody tr th {
  background: #eef3f9;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  padding: 1em 1em;
  border: solid 1px #b3bbc6;
}
.technology-car .automotive .tbl table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 1em 1em;
  border: solid 1px #b3bbc6;
}

.technology-car .automotive .effect h5 {
  background: #2965c8;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1em 1.2em;
  margin-bottom: 1.5em;
}
.technology-car .automotive .effect .comment {
  margin-bottom: 2em;
}
.technology-car .automotive .effect .img02 {
  background: #e1ecfa;
  padding: 80px;
}





.technology-car .dfk h3 {
  position: relative;
  z-index: 1;
  background: #0257cb;
  color: #FFF;
  font-size: 3.0rem;
  font-weight: 500;
  padding-top: 0.4em;
  padding-bottom: 1.0em;
  margin-bottom: 80px;
}
.technology-car .dfk h3 span{
	background: #0257cb;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 500;
}
.technology-car .dfk h3::before {
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: -1;
  width: 50vw;
  height: 100%;
  background: #0257cb;
  content: '';
}
.technology-car .dfk .about {
  padding-bottom: 160px;
}
.technology-car .dfk .about .about_list {
  margin-bottom: 50px;
}
.technology-car .dfk .about .about_list section:not(:last-of-type) {
  margin-bottom: 50px;
}
.technology-car .dfk .about .about_list section .comment {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  max-width: 890px;
  line-height: 2.0;
}
.technology-car .dfk .about .detail {
  background: #FFF;
  padding: 45px;
  border: solid 1px #b1c4de;
}
.technology-car .dfk .about .detail .img01 {
  max-width: 847px;
  margin: 0 auto;
  padding-top: 45px;
  margin-bottom: 90px;
}
.technology-car .dfk .about .detail .type {
  margin-bottom: 90px;
  display: flex;
}
.technology-car .dfk .about .detail .type section {
  width: calc((100% - 25px) / 2);
}
.technology-car .dfk .about .detail .type section:nth-of-type(1) {
  margin-right: 25px;
}
.technology-car .dfk .about .detail .type section h5 {
  background: #2965c8;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1em 1.2em;
}
.technology-car .dfk .about .detail .type section .box {
  border: solid 1px #b3bbc6;
  border-top: none;
  padding: 30px 30px;
}
.technology-car .dfk .about .detail .type section .box h6 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0355c4;
  margin-bottom: 1.2em;
}
.technology-car .dfk .about .detail .type section .box ul {
  counter-reset: number;
}
.technology-car .dfk .about .detail .type section .box ul li {
  position: relative;
  padding-left: 1.2em;
}
.technology-car .dfk .about .detail .type section .box ul li:not(:last-of-type) {
  margin-bottom: .2em;
}
.technology-car .dfk .about .detail .type section .box ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  counter-increment: number;
  content: counter(number)'.';
}
.technology-car .dfk .about .detail .tbl {
  margin-bottom: 90px;
}
.technology-car .dfk .about .detail .tbl table {
  width: 100%;
}
.technology-car .dfk .about .detail .tbl table thead tr th {
  background: #636d7e;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  padding: 1em 1em;
  border: solid 1px #b3bbc6;
}
.technology-car .dfk .about .detail .tbl table thead tr th:nth-of-type(1) {
  width: 360px;
}
.technology-car .dfk .about .detail .tbl table thead tr th:not(:nth-of-type(1)) {
  width: 370px;
}
.technology-car .dfk .about .detail .tbl table tbody tr th {
  background: #eef3f9;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  padding: 1em 1em;
  border: solid 1px #b3bbc6;
}
.technology-car .dfk .about .detail .tbl table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 1em 1em;
  border: solid 1px #b3bbc6;
}
.technology-car .dfk .about .detail .effect h5 {
  background: #2965c8;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1em 1.2em;
  margin-bottom: 1.5em;
}
.technology-car .dfk .about .detail .effect .comment {
  margin-bottom: 2em;
}
.technology-car .dfk .about .detail .effect .img02 {
  background: #e1ecfa;
  padding: 80px;
}
.technology-car .dfk .parts {
  margin-bottom: 160px;
}
.technology-car .dfk .parts .img {
  padding: 0 20px;
}
.technology-car .dfk .features .info > section h5 {
  background: #2965c8;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1em 1.2em;
  margin-bottom: 1.5em;
}
.technology-car .dfk .features .info > section h5 + .comment {
  margin-bottom: 4em;
}
.technology-car .dfk .features .info > section .anc_btn + .comment {
  margin-bottom: 2.5em;
}
.technology-car .dfk .features .info > section > .box section:not(:last-of-type) {
  margin-bottom: 120px;
}
.technology-car .dfk .features .info .anc_btn {
  margin-bottom: 60px;
}
.technology-car .dfk .features .info > section h5 + .anc_btn {
  margin-bottom: 40px;
}
.technology-car .dfk .features .info .anc_btn ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #c2d2da;
}
.technology-car .dfk .features .info .anc_btn ul li {
  width: calc(100% / 3);
}
.technology-car .dfk .features .info .anc_btn ul li:not(:last-of-type) {
  border-right: solid 1px #c2d2da;
}
.technology-car .dfk .features .info .anc_btn ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  padding: 1.4em 1em;
  background: #f1f5f7;
}
.technology-car .dfk .features .info .anc_btn ul li a span {
  position: relative;
  display: block;
  font-weight: 500;
  padding-right: 2.4em;
}
.technology-car .dfk .features .info .anc_btn ul li a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 0;
  width: .6em;
  height: .9333em;
  background: url(../img/technology-car/anc_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.technology-car .dfk .features .info > section:not(:last-of-type) {
  margin-bottom: 140px;
}
.technology-car .dfk .features .info > section > .box section h6 {
  font-size: 2.0rem;
  font-weight: 500;
  color: #1356c4;
  margin-bottom: 2em;
}
.technology-car .dfk .features .info > section > .box section .info_box01 {
  display: flex;
  align-items: flex-start;
}
.technology-car .dfk .features .info > section > .box section .info_box01 .box_l {
  width: calc(100% - (540px + 80px));
}
.technology-car .dfk .features .info > section > .box section .info_box01 .box_l dl {
  border-top: solid 1px #c2d2da;
  padding-top: 15px;
  font-size: 1.5rem;
}
.technology-car .dfk .features .info > section > .box section .info_box01 .box_l dl:not(:last-of-type) {
  padding-bottom: 15px;
}
.technology-car .dfk .features .info > section > .box section .info_box01 .box_l dl dt {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: .6em;
  font-weight: 500;
}
.technology-car .dfk .features .info > section > .box section .info_box01 .box_l dl dt::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 1em;
  height: 1em;
  background: #2965c8;
  border-radius: 50%;
  content: '';
}
.technology-car .dfk .features .info > section > .box section .info_box01 .box_l dl dd ul li {
  position: relative;
  padding-left: 1em;
}
.technology-car .dfk .features .info > section > .box section .info_box01 .box_l dl dd ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}
.technology-car .dfk .features .info > section > .box section .info_box01 .img {
  width: 540px;
  border: solid 1px #c2d2da;
  margin-left: auto;
}
.technology-car .dfk .features .info > section > .box section .info_box01 + .test {
  position: relative;
  margin-top: 50px;
  border: solid 1px #528bd6;
  background: #e1ecfa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.technology-car .dfk .features .info > section > .box section .info_box01 + .test .test_title {
  position: absolute;
  top: 0;
  left: 0;
  background: #528bd6;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  width: 200px;
  padding: .6em .5em;
}
.technology-car .dfk .features .info > section > .box section .info_box01 + .test .img {
  max-width: 790px;
}
.technology-car .dfk .features .info > section > .info_img01 {
  background: #e1ecfa;
  padding: 50px 60px;
}
.technology-car .dfk .features .info > section > .info_img01 h6 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: .8em;
}
.technology-car .dfk .features .info > section > .info_img01 p {
  background: #FFF;
  padding: 50px 130px;
}
.technology-car .dfk .features .info > section > .info_img02 {
  background: #e1ecfa;
  padding: 60px 115px;
}
.technology-car .dfk .features .info > section > .info_img02 ul {
  display: flex;
}
.technology-car .dfk .features .info > section > .info_img02 ul li {
  width: calc((100% - 10px) / 2);
}
.technology-car .dfk .features .info > section > .info_img02 ul li:nth-of-type(1) {
  margin-right: 10px;
}
.technology-car .dfk .features .info > section > .merit {
  display: flex;
  padding-top: 70px;
  margin-bottom: 30px;
}
.technology-car .dfk .features .info > section > .merit section {
  width: calc((100% - 20px) / 2);
}
.technology-car .dfk .features .info > section > .merit section:nth-of-type(1) {
  margin-right: 20px;
}
.technology-car .dfk .features .info > section > .merit section p {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1em 1.2em;
}
.technology-car .dfk .features .info > section > .merit section:nth-of-type(1) p {
  background: #de0a14;
}
.technology-car .dfk .features .info > section > .merit section:nth-of-type(2) p {
  background: #1a1b20;
}
.technology-car .dfk .features .info > section > .merit section .box {
  border: solid 1px #b3bbc6;
  border-top: none;
  padding: 30px 20px;
}
.technology-car .dfk .features .info > section > .merit section .box ul {
  counter-reset: number;
}
.technology-car .dfk .features .info > section > .merit section .box ul li {
  position: relative;
  padding-left: 1.2em;
}
.technology-car .dfk .features .info > section > .merit section .box ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  counter-increment: number;
  content: counter(number)'）';
}
.technology-car .dfk .features .info > section > .caution {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}
.technology-car .dfk .features .info > section > .caution::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}







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


  /*top*/
  .top .mv .catch .box {
    left: 20px;
  }
  .top .mv .catch p {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 897px;
  }
  .top .recruit {
    background: url(../img/top/recruit_bg_m.jpg) no-repeat center center;
    background-size: cover;
  }
  



}







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


  /*top*/
  .top .img_btn {
    width: 100%;
    height: auto;
  }
  



}







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


  /*top*/
  .top .about_tec .about .mw1200 .box_l .comment p {
    text-shadow: 0 0 5px rgba(255,255,255,.6) , 0 0 5px rgba(255,255,255,.6) , 0 0 5px rgba(255,255,255,.6);
  }
  



}







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


  /*top*/
  .top .mv .catch p {
    width: 90%;
  }
  .top .about_tec .technology .title_catch {
    display: flex;
    flex-direction: column;
  }
  .top .about_tec .technology .title_catch h3 {
    margin-right: 0;
  }
  .top .about_tec .technology .title_catch .box_r {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
  



}







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

  /*top*/
  .top .about_tec .about .mw1200 {
    flex-direction: column;
  }
  .top .about_tec .about .mw1200 .box_l {
    padding-top: 0;
    padding-left: 0;
    display: contents;
  }
  .top .about_tec .about .mw1200 .box_l h3 {
    order: -1;
    position: relative;
    padding-bottom: 80px;
  }
  .top .about_tec .about .mw1200 .box_l h4 {
    order: -1;
  }
  .top .about_tec .about .mw1200 .box_l h4 br {
    display: none;
  }
  .top .about_tec .about .mw1200 .box_l .comment {
    order: 99;
    width: 100%;
  }
  .top .about_tec .about .mw1200 .box_l .btn {
    order: 99;
  }
  .top .about_tec .about .mw1200 .img_box {
    position: relative;
    top: inherit;
    right: inherit;
    left: -10vw;
    z-index: -1;
    width: 103.942vw;
    height: 76.538vw;
    background: url(../img/top/about_img01.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 20px;
  }
  .top .about_tec .about .mw1200 .img_box::before {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: -2;
    width: 51.538vw;
    height: 76.538vw;
    margin: 48.077vw -98.077vw 0 0;
    background: url(../img/top/about_img_decoration.png) no-repeat center center;
    background-size: cover;
    transition: 1s ease-out;
    content: '';
  }
  .top .about_tec .about .mw1200 .img_box.active::before {
    margin: 0 -72.115vw 0 0;
  }
  .top .recruit {
    padding-bottom: 150px;
  }
  .top .recruit .box {
    flex-direction: column;
  }
  .top .recruit .box .box_l {
    padding-top: 0;
    margin-right: 0;
    min-height: inherit;
    display: contents;
  }
  .top .recruit .box .box_l h4 br {
    display: none;
  }
  .top .recruit .box .box_l .btn {
    width: 300px;
    margin-bottom: 20px;
  }
  .top .recruit .box .img {
    position: relative;
    top: inherit;
    right: inherit;
    left: -20vw;
    width: 130vw;
    order: 99;
  }
  






  /*technology-car*/
  .technology-car .automotive .box {
    display: flex;
    flex-direction: column;
  }
  .technology-car .automotive .box .box_l {
    display: contents;
  }
  .technology-car .automotive .box .box_l .comment {
    order: 100;
  }
  .technology-car .automotive .box .box_l .comment p {
    line-height: 2.0;
  }
  .technology-car .automotive .box .img {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    order: 50;
    margin-bottom: 20px;
  }
  .technology-car .dfk .features .info > section > .box section .info_box01 .box_l {
    width: calc(100% - (440px + 40px));
  }
  .technology-car .dfk .features .info > section > .box section .info_box01 .img {
    width: 440px;
  }



}







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


  /*top*/
  .top .img_btn {
    display: flex;
    flex-wrap: wrap;
  }
  .top .img_btn section {
    width: calc(100% / 2);
  }
  .top .img_btn section a h3 {
    top: 20px;
    left: 20px;
  }







  /*technology-car*/
  .technology-car .dfk .features .info > section > .box section .info_box01 .box_l {
    width: calc(100% - (45% + 40px));
  }
  .technology-car .dfk .features .info > section > .box section .info_box01 .img {
    width: 45%;
  }
  .technology-car .dfk .features .info > section > .info_img01 p {
    padding: 50px 60px;
  }
  .technology-car .dfk .features .info > section > .info_img02 {
    padding: 50px 60px;
  }



}









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


  /*top*/
  .top .mv {
    height: 100vw;
  }
  .top .mv .catch .box {
    position: absolute;
    top: 10vw;
    left: 4vw;
  }
  .top .mv .catch .box h3 {
    margin-left: 2vw;
    line-height: 1.6;
  }
  .top .mv .catch .box h3 span {
    font-size: 2.3rem;
  }
  .top .mv .catch .box h3 span em {
    font-size: 2.1rem;
  }
  .top .mv .catch .box h4 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .top .mv .catch p {
    position: absolute;
    bottom: 4vw;
    left: 4vw;
    width: calc(100% - (4vw * 2));
  }


  .top main {
    overflow: hidden;
  }
  .top .about_tec {
    position: relative;
    padding-top: 20vw;
    padding-bottom: 20vw;
    min-height: inherit;
  }
  .top .about_tec .bg {
    position: absolute;
    top: 100vw;
    left: -100vw;
    z-index: -1;
    width: 300vw;
    height: 100vw;
    background: #f3f6fa;
    transform: rotate(-45deg);
  }
  .top .about_tec .about {
    padding-bottom: 15vw;
  }
  .top .about_tec .about .mw1200 {
    flex-direction: column;
  }
  .top .about_tec .about .mw1200 .box_l {
    padding-top: 0;
    padding-left: 0;
    display: contents;
  }
  .top .about_tec .about .mw1200 .box_l h3 {
    order: -1;
    position: relative;
    padding-bottom: 20vw;
  }
  .top .about_tec .about .mw1200 .box_l h3::after {
    position: absolute;
    bottom: 12vw;
    left: 0;
    width: 20vw;
  }
  .top .about_tec .about .mw1200 .box_l h3 span {
    font-size: 4.0rem;
  }
  .top .about_tec .about .mw1200 .box_l h4 {
    order: -1;
    font-size: 3.0rem;
  }
  .top .about_tec .about .mw1200 .box_l h4 br {
    display: block;
  }
  .top .about_tec .about .mw1200 .box_l .comment {
    order: 99;
    width: 100%;
  }
  .top .about_tec .about .mw1200 .box_l .btn {
    order: 99;
    width: 90%;
  }
  .top .about_tec .about .mw1200 .box_l .btn a span {
    padding: 1em 1.2em;
  }
  .top .about_tec .about .mw1200 .img_box {
    position: relative;
    top: inherit;
    right: inherit;
    left: -30vw;
    z-index: -1;
    width: calc(140.939vw * .95);
    height: calc(103.781vw * .96);
    background: url(../img/top/about_img01.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 5vw;
  }
  .top .about_tec .about .mw1200 .img_box::before {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: -2;
    width: calc(69.883vw * .95);
    height: calc(103.781vw * .95);
    margin: calc(65.189vw * .95) calc(-132.786vw * .95) 0 0;
    background: url(../img/top/about_img_decoration.png) no-repeat center center;
    background-size: cover;
    transition: 1s ease-out;
    content: '';
  }
  .top .about_tec .about .mw1200 .img_box.active::before {
    margin: 0 calc(-97.784vw * .95) 0 0;
  }
  .top .about_tec .needs {
    position: relative;
    padding-bottom: 20vw;
  }
  .top .about_tec .needs .box {
    max-width: 100%;
    height: 100%;
  }
  .top .about_tec .needs .box h3 {
    padding-top: 5vw;
    padding-right: 5vw;
  }
  .top .about_tec .needs .box h3 span {
    font-size: 2.0rem;
  }
  .top .about_tec .needs .img {
    padding-left: 0;
    height: 60vh;
  }
  .top .about_tec .needs .decoration {
    position: absolute;
    top: 0;
    right: calc(-52.151vw * 1.2);
    z-index: 1;
    width: 48.631vw;
    height: 56.193vw;
    margin-top: calc(-39.113vw * 1.2);
    background: url(../img/top/needs_img_decoration.png) no-repeat center center;
    background-size: cover;
    transition: 1s ease-out;
  }
  .top .about_tec .needs .decoration.active {
    right: calc(-14.342vw * 1.2);
    margin-top: calc(39.113vw * 1.8);
  }
  .top .about_tec .technology .title_catch {
    flex-direction: column;
    margin-bottom: 5vw;
  }
  .top .about_tec .technology .title_catch h3 {
    position: relative;
    margin-right: 0;
    padding-bottom: 20vw;
  }
  .top .about_tec .technology .title_catch h3::after {
    position: absolute;
    bottom: 12vw;
    left: 0;
    width: 20vw;
  }
  .top .about_tec .technology .title_catch h3 span {
    font-size: 4.0rem;
  }
  .top .about_tec .technology .title_catch .box_r {
    width: 100%;
    margin-left: 0;
    padding-top: 5vw;
  }
  .top .about_tec .technology .title_catch .box_r h4 {
    font-size: 3.0rem;
  }
  .top .about_tec .technology .title_catch .box_r h4 br {
    display: none;
  }
  .top .about_tec .technology .btn_box {
    display: flex;
    flex-direction: column;
  }
  .top .about_tec .technology .btn_box section {
    width: 100%;
  }
  .top .about_tec .technology .btn_box section:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .top .about_tec .technology .btn_box section a {
    height: 100%;
  }
  .top .about_tec .technology .btn_box section a::after {
    right: 3vw;
    bottom: 3vw;
  }
  .top .about_tec .technology .btn_box section a .box {
    position: relative;
    top: -10vw;
    z-index: 2;
    margin-bottom: -10vw;
    padding: 20vw 5vw 10vw;
    padding-top: 0;
  }
  .top .about_tec .technology .btn_box section a h5 {
    padding-bottom: 6vw;
    margin-bottom: 6vw;
  }
  .top .about_tec .technology .btn_box section a h5 span ,
  .top .about_tec .technology .btn_box section a h5 em {
    font-size: 2.6rem;
  }
  .top .about_tec .technology .btn_box section a h5 span {
    margin-right: 5vw;
  }
  .top .about_tec .technology .btn_box section a h5 em {
    width: 15vw;
  }
  .top .news {
    flex-direction: column;;
    padding-bottom: 20vw;
  }
  .top .news .box_l {
    white-space: wrap;
    margin-right: 0;
    display: contents;
  }
  .top .news .box_l h3 {
    order: -1;
    padding-bottom: 20vw;
  }
  .top .news .box_l h3::after {
    position: absolute;
    bottom: 12vw;
    left: 0;
    width: 20vw;
  }
  .top .news .box_l h3 span {
    font-size: 4.0rem;
  }
  .top .news .box_l .btn {
    order: 99;
    width: 90%;
  }
  .top .news .box_l .btn a span {
    padding: 1em 1.2em;
  }
  .top .news .box_r {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8vw;
  }
  .top .news .box_r section {
    padding-bottom: 6vw;
  }
  .top .news .box_r section:not(:last-of-type) {
    margin-bottom: 6vw;
  }
  .top .news .box_r section .cat_time {
    margin-bottom: 2vw;
  }
  .top .news .box_r section .cat_time p {
    margin-right: 6vw;
  }
  .top .news .box_r section .cat_time p a {
    font-size: 1.2rem;
    padding: .3em 1.5em;
  }
  .top .news .box_r section .cat_time time {
    font-size: 1.5rem;
  }
  .top .img_btn {
    width: 92%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15vw;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
  }
  .top .img_btn section {
    width: calc(100% / 1);
    height: 65vw;
    overflow: hidden;
  }
  .top .img_btn section a h3 {
    top: 5vw;
    left: 5vw;
  }
  .top .img_btn section a h3 span {
    font-size: 2.8rem;
  }
  .top .img_btn section a h3 em {
    font-size: 1.4rem;
  }
  .top .recruit {
    padding-top: 15vw;
    padding-bottom: 25vw;
    background: url(../img/top/recruit_bg_s.jpg) no-repeat center center;
    background-size: cover;
  }
  .top .recruit::before {
    bottom: 10vw;
    height: 10.952vw;
  }
  @keyframes bg-loop {
    from { background-position: 0 0; }
      to { background-position: -154.498vw 0; }
  }
  .top .recruit .box {
    flex-direction: column;
  }
  .top .recruit .box .box_l {
    padding-top: 0;
    margin-right: 0;
    min-height: inherit;
    display: contents;
  }
  .top .recruit .box .box_l h3 {
    padding-bottom: 20vw;
  }
  .top .recruit .box .box_l h3::after {
    position: absolute;
    bottom: 12vw;
    left: 0;
    width: 20vw;
  }
  .top .recruit .box .box_l h3 span {
    font-size: 4.0rem;
  }
  .top .recruit .box .box_l h4 {
    font-size: 2.8rem;
    margin-bottom: 5vw;
  }
  .top .recruit .box .box_l .btn {
    width: 80%;
    margin-bottom: 10vw;
  }
  .top .recruit .box .box_l .btn a span {
    padding: 1em 1.2em;
  }
  .top .recruit .box .img {
    position: relative;
    top: inherit;
    right: inherit;
    left: -20vw;
    width: 130vw;
    order: 99;
  }







  /*technology-car*/
  .technology-car main {
    position: relative;
  }
  .technology-car main .bg {
    position: absolute;
    top: 620px;
    left: 100%;
    z-index: -1;
    width: 500vw;
    height: 500px;
    background: #f3f6fa;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .technology-car .automotive {
    margin-bottom: 20vw;
  }
  .technology-car .automotive .box {
    min-height: inherit;
    margin-bottom: 10vw;
  }
  .technology-car .automotive .box .img {
    margin-bottom: 5vw;
  }
  .technology-car .automotive .sub_img ul {
    display: flex;
    flex-wrap: wrap;
  }
  .technology-car .automotive .sub_img ul li {
    width: 100%;
  }
  .technology-car .automotive .sub_img ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  
    .technology-car .automotive .box .img02 {
    margin-bottom: 5vw;
  }
  .technology-car .automotive .sub_img02 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .technology-car .automotive .sub_img02 ul li {
    width: 100%;
  }
  .technology-car .automotive .sub_img02 ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  
  
  .technology-car .automotive .tbl {
    margin-bottom: 10vw;
  }
  .technology-car .automotive .tbl table {
    width: 100%;
  }
  .technology-car .automotive .tbl table thead tr th {
    padding: .5em .5em;
  }
  .technology-car .automotive .tbl table thead tr th:nth-of-type(1) {
    width: 33.3%;
  }
  .technology-car .automotive .tbl table thead tr th:not(:nth-of-type(1)) {
    width: 33.3%;
  }
  .technology-car .automotive .tbl table tbody tr th {
    padding: .5em .5em;
  }
  .technology-car .automotive .tbl table tbody tr td {
    padding: .5em .5em;
  }
  
    .technology-car .automotive .effect h5 {
    font-size: 1.8rem;
    padding: .5em .6em;
  }
  
  
  
  
  .technology-car .dfk h3 {
    font-size: 2.0rem;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 5vw;
  }
  .technology-car .dfk .about {
    padding-bottom: 20vw;
  }
  .technology-car .dfk .about .about_list {
    margin-bottom: 5vw;
  }
  .technology-car .dfk .about .about_list section:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .technology-car .dfk .about .about_list section .comment {
    justify-content: flex-start;
    margin-left: 0;
    max-width: 100%;
  }
  .technology-car .dfk .about .detail {
    padding: 5vw;
  }
  .technology-car .dfk .about .detail .img01 {
    max-width: 100%;
    padding-top: 5vw;
    margin-bottom: 5vw;
  }
  .technology-car .dfk .about .detail .type {
    margin-bottom: 5vw;
    display: flex;
    flex-direction: column;
  }
  .technology-car .dfk .about .detail .type section {
    width: 100%;
  }
  .technology-car .dfk .about .detail .type section:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .technology-car .dfk .about .detail .type section h5 {
    font-size: 1.8rem;
    padding: 1em 1.2em;
  }
  .technology-car .dfk .about .detail .type section .box {
    padding: 5vw 5vw;
  }
  .technology-car .dfk .about .detail .type section .box h6 {
    font-size: 1.6rem;
    margin-bottom: 1.2em;
  }
  .technology-car .dfk .about .detail .tbl {
    margin-bottom: 10vw;
  }
  .technology-car .dfk .about .detail .tbl table {
    width: 100%;
  }
  .technology-car .dfk .about .detail .tbl table thead tr th {
    padding: .5em .5em;
  }
  .technology-car .dfk .about .detail .tbl table thead tr th:nth-of-type(1) {
    width: 33.3%;
  }
  .technology-car .dfk .about .detail .tbl table thead tr th:not(:nth-of-type(1)) {
    width: 33.3%;
  }
  .technology-car .dfk .about .detail .tbl table tbody tr th {
    padding: .5em .5em;
  }
  .technology-car .dfk .about .detail .tbl table tbody tr td {
    padding: .5em .5em;
  }
  .technology-car .dfk .about .detail .effect h5 {
    font-size: 1.8rem;
    padding: .5em .6em;
  }
  .technology-car .dfk .about .detail .effect .img02 {
    padding: 5vw;
  }
  .technology-car .dfk .parts {
    margin-bottom: 10vw;
  }
  .technology-car .dfk .parts .img {
    padding: 0;
  }
  .technology-car .dfk .features .info > section h5 {
    font-size: 1.8rem;
    padding: .5em .6em;
  }
  .technology-car .dfk .features .info > section h5 + .comment {
    margin-bottom: 2em;
  }
  .technology-car .dfk .features .info > section .anc_btn + .comment {
    margin-bottom: 1.5em;
  }
  .technology-car .dfk .features .info > section > .box section:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .technology-car .dfk .features .info .anc_btn {
    margin-bottom: 5vw;
  }
  .technology-car .dfk .features .info > section h5 + .anc_btn {
    margin-bottom: 5vw;
  }
  .technology-car .dfk .features .info .anc_btn ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #c2d2da;
  }
  .technology-car .dfk .features .info .anc_btn ul li {
    width: calc(100% / 1);
  }
  .technology-car .dfk .features .info .anc_btn ul li:not(:last-of-type) {
    border-right: none;
    border-bottom: solid 1px #c2d2da;
  }
  .technology-car .dfk .features .info .anc_btn ul li a {
    font-size: 1.5rem;
    padding: .7em 1em;
  }
  .technology-car .dfk .features .info > section:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .technology-car .dfk .features .info > section > .box section h6 {
    font-size: 2.0rem;
    margin-bottom: 1em;
  }
  .technology-car .dfk .features .info > section > .box section .info_box01 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .technology-car .dfk .features .info > section > .box section .info_box01 .box_l {
    width: 100%;
  }
  .technology-car .dfk .features .info > section > .box section .info_box01 .box_l dl {
    padding-top: 3vw;
    font-size: 1.5rem;
  }
  .technology-car .dfk .features .info > section > .box section .info_box01 .box_l dl:not(:last-of-type) {
    padding-bottom: 3vw;
  }
  .technology-car .dfk .features .info > section > .box section .info_box01 .box_l dl dt {
    padding-left: 1.5em;
    margin-bottom: .6em;
  }
  .technology-car .dfk .features .info > section > .box section .info_box01 .box_l dl dt::before {
    top: .4em;
  }
  .technology-car .dfk .features .info > section > .box section .info_box01 .img {
    width: 100%;
    margin-left: 0;
    margin-top: 5vw;
  }
  .technology-car .dfk .features .info > section > .box section .info_box01 + .test {
    margin-top: 5vw;
    padding: 5vw;
    padding-top: 15vw;
  }
  .technology-car .dfk .features .info > section > .box section .info_box01 + .test .test_title {
    font-size: 1.6rem;
    width: 40vw;
    padding: .3em .5em;
  }
  .technology-car .dfk .features .info > section > .box section .info_box01 + .test .img {
    max-width: 100%;
  }
  .technology-car .dfk .features .info > section > .info_img01 {
    padding: 5vw 5vw;
  }
  .technology-car .dfk .features .info > section > .info_img01 h6 {
    font-size: 2.0rem;
    margin-bottom: .8em;
  }
  .technology-car .dfk .features .info > section > .info_img01 p {
    padding: 5vw 5vw;
  }
  .technology-car .dfk .features .info > section > .info_img02 {
    padding: 5vw 5vw;
  }
  .technology-car .dfk .features .info > section > .info_img02 ul {
    display: flex;
    flex-direction: column;
  }
  .technology-car .dfk .features .info > section > .info_img02 ul li {
    width: 100%;
  }
  .technology-car .dfk .features .info > section > .info_img02 ul li:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .technology-car .dfk .features .info > section > .merit {
    flex-direction: column;
    padding-top: 6vw;
    margin-bottom: 5vw;
  }
  .technology-car .dfk .features .info > section > .merit section {
    width: 100%;
  }
  .technology-car .dfk .features .info > section > .merit section:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 6vw;
  }
  .technology-car .dfk .features .info > section > .merit section p {
    font-size: 1.8rem;
    padding: .5em .6em;
  }
  .technology-car .dfk .features .info > section > .merit section .box {
    padding: 5vw 5vw;
  }



}

/*ボックスレスポンシブ001*/
.boxres001 {
	margin-bottom: 20px;
	min-height:300px ;
}
.boxres001 img {
	width: 40%;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.boxres001 p.txt01 {
	padding-top:5px;
	color: #0099FF;
}
.boxres001 p.txt02 {
	padding-top:5px;
}

@media (max-width: 768px){
.boxres001 {
	min-height:0px ;
}
.boxres001 img{
	width:100%;
	float:none;
	padding:0 ;
}
}


/* イメージリスト */
#imageList{
	max-width:1200px;
	overflow:hidden;
	margin-top:20px;
}

#imageList li{
	width:33.3333%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#imageList p.txt01 {
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color: #333333;
}

#imageList p.txt02 {
	color:#333333;
}



.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 992px){

#imageList li{
	width:50%;
	float:left;
	padding:0 15px;
}
}

/* TABLET */
@media screen and (max-width: 768px){

#imageList li{
	width:100%;
	float:none;
	padding:0 ;
}


}


/* イメージリスト */
#imageList{
	max-width:1200px;
	overflow:hidden;
	margin-top:20px;
}

#imageList li{
	width:50%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#imageList p.txt01 {
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	font-size:1.4rem;
	font-weight:bold;
	background-color: #333333;
}

#imageList p.txt02 {
	color: #FFFF99;
	position: absolute;
	top: 100px;
	left: 20px;
	font-size:1.4rem;
}



.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 992px){

#imageList li{
	width:50%;
	float:left;
	padding:0 5px;
}


#imageList p.txt02 {
	color: #FFFF99;
	position: absolute;
	top: 90px;
	left: 10px;
	font-size:1rem;
}
}



/* イメージリスト */
#imageListsangyo{
	max-width:1200px;
	overflow:hidden;
	margin-top:20px;
}

#imageListsangyo li{
	width:50%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#imageListsangyo p.txt01 {
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	font-size:1.4rem;
	font-weight:bold;
	background-color: #333333;
}

#imageListsangyo p.txt02 {
		color:#333333;
}



.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 992px){

#imageListsangyo li{
	width:50%;
	float:left;
	padding:0 5px;
}


#imageListsangyo p.txt02 {
	color: #FFFF99;
	position: absolute;
	top: 90px;
	left: 10px;
	font-size:1rem;
}
}


/*Q&A dl01*/
.question{
	margin:15px 0;
}
.question dt{
	min-height: 28px;
	line-height: 28px;
	padding: 11px 10px 10px 50px;
	background-color: #F0EFEF;
	background-image: url(../img/faq/icon-q.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.question dd{
	min-height:28px;
	line-height:1.6;
	background:url(../img/faq/icon-a.png) no-repeat 10px 10px;
	margin-bottom: 20px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-left: 0px;
}

/* -----------------------------------------------------------
	topics
----------------------------------------------------------- */

.ttl {
font-size: 150%;
font-weight: bold;
color: #045FB4;
padding: 10px 0;
border-bottom: solid 2px #045FB4;
}

.topics {
margin: 10px 0 0;
}

.topics dl {
padding: 15px 0;
border-bottom: 1px solid #ccc;
}

.topics dt {
padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 10%;
font-weight: normal;
padding-left: 10px;
}
.topics dd { 
margin-left: 11%;
}
}

/*プライバシーポリシーテーブル*/
.table_privacy{
	width: 98%;
	border-collapse: collapse;
	margin-left: 15px;
}
.table_privacy th{
	width: 5%;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-weight: normal;
	vertical-align: top;

}
.table_privacy td{
	padding: 15px;
	vertical-align: top;

}


.topics {
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}
.topics .box_r {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	max-height: 900px;
}
.topics .box_r section {
  padding-bottom: 30px;
  border-bottom: solid 1px #c3c9d2;
}
.topics .box_r section:not(:last-of-type) {
  margin-bottom: 30px;
}
.topics .box_r section .cat_time {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.topics .box_r section .cat_time p {
  margin-right: 20px;
}
.topics .box_r section .cat_time p a {
  display: block;
  background: #eaeef3;
  color: #005ddb;
  font-size: 1.2rem;
  font-weight: 500;
  padding: .4em 2em;
  border-radius: 3px;
}
.topics .box_r section .cat_time time {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  letter-spacing: .02em;
  color: #6b7075;
}



/*** レスポンシブテーブルデザイン ***/
.shokai{
  width:100%;
  border: 2px solid #d6ceb4;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 60px;
}
 
.shokai th{
  padding: 15px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #eeece4;
}
 
.shokai td{
padding: 15px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 768px){
.shokai th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.shokai td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}
/*** レスポンシブテーブルデザイン　おわり ***/


/*** レスポンシブテーブル会社沿革 ***/
.comhis01{
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 1.8;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
 
.comhis01 th{
	padding: 20px;
	width: 20%;
	overflow: hidden;
	font-style: normal;
	color: #666666;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
 
.comhis01 td{
	padding: 20px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}



@media (max-width: 768px){
.comhis01 {
  width: 100%;
}
.comhis01 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
	padding-bottom: 0px;
}
.comhis01 td{
  display: list-item;
  width: 95%;
  border-top: none !important;
	padding-top: 0px;
}
}
/*** レスポンシブテーブル会社沿革　おわり ***/


/*** レスポンシブテーブル会社沿革 ***/
.rec01{
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 1.8;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
.rec01 th{
	padding: 20px;
	width: 20%;
	overflow: hidden;
	font-style: normal;
	color: #666666;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
 
.rec01 td{
	padding: 20px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}



@media (max-width: 768px){
.rec01 {
  width: 100%;
}
.rec01 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
	padding-bottom: 0px;
}
.rec01 td{
  display: list-item;
  width: 95%;
  border-top: none !important;
	padding-top: 0px;
}
}
/*** レスポンシブテーブル会社沿革　おわり ***/


/*** レスポンシブテーブル ***/
.comtable01 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
}

.comtable01 th, .comtable01 td {
    padding: 15px;
    text-align: left;
    border-bottom: 2px dotted #CCCCCC;
    word-break: break-word;
}

.comtable01 th {
    background-color: #f4f4f4;
    font-weight: bold;
    color: #666;
}

.comtable01 tr:nth-child(even) {
    background-color: #fafafa;
}

@media (max-width: 768px) {
    .comtable01, .comtable01 th, .comtable01 td {
        display: block;
        width: 100%;
    }
    .comtable01 th {
        text-align: center;
    }
}

/*ボックスレスポンシブ001*/
.boxres001 {
	margin-bottom: 20px;
	min-height:250px ;
}
.boxres001 img {
	width:30%;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
}
.boxres001 p.txt01 {
	padding-top:5px;
	color: #0099FF;
}
.boxres001 p.txt02 {
	padding-top:5px;
}

@media (max-width: 768px){
.boxres001 {
	min-height:0px ;
}
.boxres001 img{
	width:100%;
	float:none;
	padding:0 ;
}
}


/*------------------------------------------------------------ 
    VOICE
------------------------------------------------------------*/  

.recvoice{
	width:auto;
	font-size:100%;
	margin-bottom:15px;
	padding:20px 20px 20px 25px;
	background:#fff;
	border:1px solid #BDBEBF;
}

.recvoice:not(:last-child){ margin-bottom:15px;}

.recvoice.selected{ background:#E1F0FA;}

.recvoice dt{
	width:auto;
	padding-left:35px;
	background:url(../img/recruit/icon-q.png) no-repeat left top;
}

.recvoice dt a{
	display:block;
	padding-right:40px;
	color:#000;
	line-height:18px;
	position:relative;
}

.recvoice dt a:after{
	display:block;
	content:"";
	width:18px;
	height:10px;
	background:url(../img/recruit/icon-arrow.png) no-repeat 0 0;
	position:absolute;
	right:0;
	top:3px;
}

.recvoice.selected dt a:after{ background-position:0 -10px;}

.recvoice dd{
	display: none;
	margin-top: 20px;
	color: #3366CC;
	line-height: 1.5;
}




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

.recvoice{
	font-size:100%;
	padding:15px 15px 15px 20px;
}

.recvoice dt{
	padding-left:25px;
	background-size:15px 15px;
}

.recvoice dt a:after{
	width:14px;
	height:8px;
	background-size:14px 16px;
}

.recvoice.selected dt a:after{ background-position:0 -8px;}

.recvoice dd{ margin-top:15px;}

}


/*ボックスレスポンシブ001*/
.boxresvoice001 {
	margin-bottom: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 15px;
	margin-top: 25px;
}

.boxresvoice001 p.txt01 {
	font-size: 2.0rem;
    font-weight: 500;
    color: #1356c4;
    margin-bottom: 1em;
}
.boxresvoice001 p.txt02 {
	padding-top:5px;
}

