section {
  width: 100%;
  overflow: hidden;
}

section > .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1260px;
}

body {
  font-size: 1.4rem;
  font-family: 'Noto Sans',Arial, Helvetica, Verdana, sans-serif;
  font-family: "Helvetica Neue", 'roboto', Arial, sans-serif !important;
  font-weight: normal;
}

ul, li, ol, dl, dt, dd {
  list-style: none;
}

a {
  color: #000;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

h2 {
  font-weight: normal;
}

h2.title {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  h2.title {
    font-size: 1.1rem;
    text-align: right;
  }
}

h2.title .italic {
  display: block;
  font-size: 5.8rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  h2.title .italic {
    margin-bottom: 7.5%;
    font-size: 4rem;
  }
}

.left_border:before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 5px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
}

.underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.underline:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #a59678;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.underline:hover:after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.more {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 7px auto;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  font-style: italic;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.04em;
  font-family: "Helvetica Neue", 'roboto', sans-serif !important;
  font-weight: 100;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .more {
    font-weight: 300;
    background-size: 6px auto;
    background-position: 100% 50%;
    font-size: 1.3rem;
  }
}

.more:hover {
  background-position: center right;
}

.white.more {
  background-image: url(/common/images/icon_arrow01.png);
  color: #fff;
}

.black.more {
  background-image: url(/common/images/icon_arrow02.png);
  color: #000;
}

.arrow {
  display: inline-block;
  padding-right: 15px;
  background-image: url(/common/images/icon_arrow02.png);
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: center right;
}

/*
animation
==================================================================*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hover {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 120% auto;
  }
}

@keyframes hover {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 120% auto;
  }
}

@-webkit-keyframes fadeBg {
  50% {
    opacity: 0;
  }
}

@keyframes fadeBg {
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeBg02 {
  50% {
    opacity: 0;
  }
}

@keyframes fadeBg02 {
  50% {
    opacity: 0;
  }
}

/*
contents
==================================================================*/
#contents {
  width: 100%;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #contents {
    padding-bottom: 17.73%;
  }
}

/*
Main Visual
==================================================================*/
#mainVisual {
  position: relative;
  width: 100%;
  max-height: 968px;
  padding-top: 68.4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1400px) {
  #mainVisual {
    height: 968px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #mainVisual {
    max-height: auto;
    max-height: initial;
    padding-top: 132%;
  }
}

/*
emergency
==================================================================*/
#emergency {
  width: 100%;
  background: #a59678;
}

#emergency .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 0;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #emergency .inner {
    display: block;
    padding: 4%;
  }
}

#emergency .text {
  line-height: 1.75;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #emergency .text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

#emergency .text a {
  color: #fff;
}

#emergency .text a:after {
  background: #fff;
}

#emergency .more {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #emergency .more {
    background-position: center right;
    font-size: 1.3rem;
    text-align: right;
  }
}

#emergency .more a {
  padding-right: 10px;
  color: #fff;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #emergency .more a {
    padding: 0;
  }
}

/*
tabCols
==================================================================*/
#tabCols .tab_btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#tabCols .tab_btn li {
  width: 50%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_btn li {
    text-align: center;
  }
}

#tabCols .tab_btn li:first-child {
  text-align: right;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_btn li:first-child {
    text-align: center;
  }
}

#tabCols .tab_btn li:hover .italic,
#tabCols .tab_btn li .active .italic {
  color: #000;
}

#tabCols .tab_btn li:hover .btm_text,
#tabCols .tab_btn li .active .btm_text {
  color: #000;
}

#tabCols .tab_btn li:hover .btm_text:before,
#tabCols .tab_btn li .active .btm_text:before {
  width: 15px;
  margin-right: 5px;
}

#tabCols .tab_btn .changebtn {
  display: inline-block;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_btn .changebtn {
    position: relative;
  }
}

#tabCols .tab_btn .changebtn .italic {
  display: block;
  color: #ccc;
  font-size: 5.8rem;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_btn .changebtn .italic {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_btn .on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
  }
}

#tabCols .tab_btn .solutionsbtn {
  padding: 0 30px 0 0;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_btn .solutionsbtn {
    width: 83.2%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_btn .solutionsbtn.active {
    margin: 0;
  }
  #tabCols .tab_btn .solutionsbtn.active .on {
    opacity: 1;
  }
}

#tabCols .tab_btn .productsbtn {
  padding: 0 0 0 30px;
  text-align: left;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_btn .productsbtn {
    width: 81.6%;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_btn .productsbtn.active {
    margin: 0;
  }
  #tabCols .tab_btn .productsbtn.active .on {
    opacity: 1;
  }
}

.changebtn {
  position: relative;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .changebtn {
    padding: 0;
  }
}

.changebtn .pcObj {
  position: relative;
}

.changebtn .lineloop {
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 5.9rem;
  height: 1px;
  overflow: hidden;
  background: #ccc;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.changebtn .lineloop:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 110%;
  height: 200%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, #333), color-stop(75%, #333), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #333 25%, #333 75%, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #333 25%, #333 75%, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #333 25%, #333 75%, rgba(255, 255, 255, 0));
  -webkit-animation: scroll-line_b 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s infinite normal;
  animation: scroll-line_b 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s infinite normal;
}

@media screen and (min-width: 768px) {
  .changebtn.active .lineloop,
  .tab_switch:hover .lineloop {
    background: black;
  }
  .changebtn.active .lineloop:after,
  .tab_switch:hover .lineloop:after {
    display: none;
  }
  .changebtn.active .solutionsbtn .italic,
  .tab_switch:hover .solutionsbtn .italic {
    margin-right: 20px;
  }
  .changebtn.active .productsbtn .italic,
  .tab_switch:hover .productsbtn .italic {
    margin-left: 20px;
  }
  .solutionsbtn .lineloop {
    right: 0;
  }
  .solutionsbtn .lineloop:after {
    right: 0;
  }
  .solutionsbtn.active .italic {
    margin-right: 20px;
  }
  .productsbtn .lineloop {
    left: 0;
  }
  .productsbtn .lineloop:after {
    left: 0;
  }
  .productsbtn.active .italic {
    margin-left: 20px;
  }
}

@-webkit-keyframes scroll-line_b {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes scroll-line_b {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

#tabCols {
  position: relative;
  background-repeat: no-repeat;
}

#tabCols:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(/assets/images/top/tabCols_bg01_pc.png);
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out;
  z-index: -1;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols:before {
    display: none;
  }
}

#tabCols .tab {
  padding: 40px 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media screen and (min-width: 768px) {
  #tabCols .tab {
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
  }
}

#tabCols.leftbg:before {
  background-position: top left -250px;
  -webkit-animation: fadeBg .4s ease-in-out both;
  animation: fadeBg .4s ease-in-out both;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols.leftbg {
    background-image: url(/assets/images/top/tabCols_bg01_sp.png);
    background-size: 19.8% auto;
    background-position: top left;
  }
}

#tabCols.rightbg:before {
  background-position: top right -199px;
  -webkit-animation: fadeBg02 .4s ease-in-out both;
  animation: fadeBg02 .4s ease-in-out both;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols.rightbg {
    background-image: url(/assets/images/top/tabCols_bg02_sp.png);
    background-position: top right;
    background-size: auto 100%;
  }
}

#tabCols .tab_wrap {
  margin: 50px 0 0;
  padding: 0 0 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_wrap {
    margin: 6.67% 0 0;
    padding: 0;
  }
}

#tabCols .tab_wrap .tab_detail {
  display: none;
}

#tabCols .tab_wrap .tab_detail.active {
  display: block;
  -webkit-animation: fadeIn .6s ease-out both;
  animation: fadeIn .6s ease-out both;
}

#tabCols .tab_wrap .swiper-container .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#tabCols .tab_wrap .swiper-container .swiper-slide .img {
  overflow: hidden;
}

#tabCols .tab_wrap .swiper-container .swiper-slide .img img {
  width: 100%;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

#tabCols .tab_wrap .swiper-container .swiper-slide .spObj.more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 2% 8% 2% 5%;
  background-color: rgba(165, 150, 120, 0.9);
}

#tabCols .tab_wrap .swiper-container .swiper-slide .spObj.more .italic {
  display: inline;
  margin: 0;
  font-size: 1.3rem;
}

#tabCols .tab_wrap .swiper-container .swiper-slide .spObj.more:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  bottom: 0;
  left: -8px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(52.5%, rgba(165, 150, 120, 0.9))) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, rgba(165, 150, 120, 0.9) 52.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, rgba(165, 150, 120, 0.9) 52.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, rgba(165, 150, 120, 0.9) 52.5%) no-repeat top left/100% 100%;
}

#tabCols .tab_wrap .swiper-container .swiper-slide .title {
  margin-top: 20px;
  padding-right: 13px;
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_wrap .swiper-container .swiper-slide .title {
    margin-top: 5%;
    font-size: 1.0rem;
  }
}

#tabCols .tab_wrap .swiper-container .swiper-slide .italic {
  display: block;
  margin-bottom: 10px;
  font-size: 2.1rem;
  font-weight: 400 !important;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_wrap .swiper-container .swiper-slide .italic {
    margin-bottom: 3%;
    font-size: 1.6rem;
  }
}

#tabCols .tab_wrap .swiper_tab_btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 55px 13px 0 0;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_wrap .swiper_tab_btm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 19.73333%;
    margin: 7.73% 5.33% 0 auto;
  }
}

#tabCols .tab_wrap .swiper_tab_btm .solution {
  position: static;
  width: auto;
  height: auto;
  margin-top: 0;
  background: none;
  width: 50px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

#tabCols .tab_wrap .swiper_tab_btm .solution img {
  width: 100%;
}

#tabCols .tab_wrap .swiper_tab_btm .solution:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_wrap .swiper_tab_btm .solution {
    width: 47.2973%;
  }
}

#tabCols .tab_wrap .top_box {
  position: relative;
  overflow: hidden;
}

#tabCols .tab_wrap .top_box > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#tabCols .tab_wrap a {
  color: #fff;
}

#tabCols .tab_wrap .img {
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

#tabCols .tab_wrap .top_box_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(165, 150, 120, 0.9);
  color: #fff;
  padding: 4% 7.71% 7.71%;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_wrap .top_box_hover {
    display: none;
  }
}

#tabCols .tab_wrap .top_box_hover .text {
  width: 100%;
  line-height: 1.64286;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 4%;
}

#tabCols .tab_wrap .top_box_hover .text a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.55rem;
}

#tabCols .tab_wrap .top_box_hover .copy {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4375;
  margin-bottom: 2%;
}

#tabCols .tab_wrap .top_box_hover .more {
  display: block;
  text-align: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0.5vw 0 0 auto;
}

#tabCols .tab_wrap .top_box_hover .more span {
  font-size: 1.4rem;
}

#tabCols .tab_wrap .top_box_hover .solution_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#tabCols .tab_wrap .top_box_hover .solution_tag li {
  display: inline-block;
  margin-top: 3%;
  border: 1px solid #fff;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

#tabCols .tab_wrap .top_box_hover .solution_tag li + li {
  margin-left: 1em;
}

#tabCols .tab_wrap .top_box_hover .solution_tag li a {
  padding: 0.4em 0.6em;
  color: #fff;
  display: block;
}

#tabCols .tab_wrap .top_box_hover .solution_tag li a:hover {
  background: #fff;
  color: #a59678;
}

#tabCols .top_box:hover .top_box_hover {
  opacity: 1;
}

#tabCols .top_box:hover .img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#tabCols .tab_wrap .tab_detail .products_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_wrap .tab_detail .products_list {
    width: 89.33333%;
    margin: 0 auto;
  }
}

#tabCols .tab_wrap .tab_detail .products_list li {
  width: 25%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_wrap .tab_detail .products_list li {
    width: 47.16418%;
  }
  #tabCols .tab_wrap .tab_detail .products_list li:nth-of-type(even) {
    margin-left: 5.37%;
  }
}

#tabCols .tab_wrap .tab_detail .products_list li img {
  width: 100%;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

#tabCols .tab_wrap .tab_detail .products_list li .products_list_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(165, 150, 120, 0.9);
  text-align: center;
  opacity: 0;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_wrap .tab_detail .products_list li .products_list_hover {
    position: static;
    display: block;
    text-align: left;
    padding: 4% 6.35%;
    background-color: #a59678;
    background-image: url(/assets/images/top/icon_arrow03.png);
    background-repeat: no-repeat;
    background-position: center right 6.35%;
    background-size: 4% auto;
    opacity: 1;
  }
}

#tabCols .tab_wrap .tab_detail .products_list li .products_list_hover .name {
  font-size: 1.3rem;
  color: #fff;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_wrap .tab_detail .products_list li .products_list_hover .name {
    font-size: 1rem;
    line-height: 1.4;
  }
}

#tabCols .tab_wrap .tab_detail .products_list li .products_list_hover .name .italic {
  display: block;
  font-size: 2.3rem;
  line-height: 1.78261;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_wrap .tab_detail .products_list li .products_list_hover .name .italic {
    display: none;
  }
}

#tabCols .tab_wrap .tab_detail .products_list li .products_list_hover .more {
  position: absolute;
  bottom: 18px;
  right: 20px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #tabCols .tab_wrap .tab_detail .products_list li .products_list_hover .more {
    display: none;
  }
}

#tabCols .tab_wrap .tab_detail .products_list li a {
  position: relative;
  display: block;
  overflow: hidden;
}

#tabCols .tab_wrap .tab_detail .products_list li a:hover .products_list_hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #tabCols .tab_wrap .tab_detail .products_list li a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/*
support
==================================================================*/
#support {
  width: 100%;
  margin-top: 120px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #support {
    margin-top: 12.67%;
  }
}

#support .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #support .wrap {
    display: block;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #support h2 {
    margin: 0 5.73% 3.73% 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #support h2 .italic {
    text-align: left;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #support h2 .inner {
    display: inline-block;
  }
}

.support_box {
  width: 76.78571%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box {
    display: block;
    width: 100%;
  }
}

.support_box .support_box_item {
  min-height: 350px;
  margin-right: 1px;
  overflow: hidden;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  position: relative;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box .support_box_item {
    height: auto;
    min-height: 1px;
    margin: 0 0 1%;
  }
}

.support_box .item_box {
  width: calc(100% + 65px);
  height: 100%;
  margin-left: -65px;
  color: #fff;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .support_box .item_box {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box .item_box {
    padding: 0;
  }
}

.support_box .box_inner {
  position: relative;
  width: 105%;
  height: 100%;
  padding: 50px 26% 10% 65px;
  padding: 10% 26% 10% 65px;
  background-color: rgba(0, 0, 13, 0.8);
  word-break: normal;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box .box_inner {
    width: 100%;
    display: block;
  }
}

.support_box a {
  display: block;
  width: 100%;
  height: 100%;
}

.support_box .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 118%;
  height: 100%;
  margin: auto;
  margin-left: -65px;
  background-size: cover;
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box .img {
    background-position: center;
    background-size: cover;
  }
}

.support_box .title {
  margin-left: 15px;
  color: #a59678;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box .title {
    margin-left: 0;
    font-size: 1.3rem;
  }
}

.support_box .title .italic {
  display: block;
  margin: 0 0 22px 10px;
  font-size: 3.6rem;
  line-height: 1.11111;
  color: #fff;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box .title .italic {
    margin: 0 0 2.5%;
    font-size: 2.8rem;
  }
}

.support_box .more {
  display: block;
  text-align: right;
  margin-top: 25px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box .more {
    margin-top: 3%;
    padding-right: 5%;
    background-position: center right;
  }
}

.support_box_item a:hover .img {
  width: 128%;
  height: 110%;
  left: -10%;
}

.support_box_item a:hover .item_box {
  background-size: auto 120%;
}

.support_box_item a:hover .box_inner {
  background-color: transparent;
  background-color: rgba(165, 150, 120, 0.9);
}

.support_box_item a:hover .box_inner .title {
  color: #fff;
}

.support_box_item a:hover .box_inner .more {
  background-position: center right;
}

.support_box_item a:hover .box_inner:before {
  opacity: 1;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .support_box_item:first-child {
    width: 370px !important;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box_item:first-child {
    width: 100%;
  }
}

.support_box_item:first-child .img {
  background-image: url(/assets/images/top/support_bg01_pc.jpg);
  background-position: center;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box_item:first-child .img {
    background-image: url(/assets/images/top/support_bg01_sp.jpg);
  }
}

.support_box_item:first-child .item_box .box_inner {
  padding: 10% 24% 10% 105px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box_item:first-child .item_box .box_inner {
    padding: 5% 10% 4% 20%;
  }
}

@media screen and (min-width: 768px) {
  .support_box_item:nth-of-type(2) {
    width: 315px !important;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box_item:nth-of-type(2) {
    width: 90.5%;
  }
}

.support_box_item:nth-of-type(2) .img {
  background-image: url(/assets/images/top/support_bg02_pc.jpg);
  background-position: center right;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box_item:nth-of-type(2) .img {
    background-image: url(/assets/images/top/support_bg02_sp.jpg);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box_item:nth-of-type(2) .item_box .box_inner {
    padding: 5% 11% 4% 21.5%;
  }
}

@media screen and (min-width: 768px) {
  .support_box_item:nth-of-type(3) {
    width: 315px !important;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box_item:nth-of-type(3) {
    width: 81.5%;
  }
}

.support_box_item:nth-of-type(3) .img {
  background-image: url(/assets/images/top/support_bg03_pc.jpg);
  background-position: center right;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box_item:nth-of-type(3) .img {
    background-image: url(/assets/images/top/support_bg03_sp.jpg);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_box_item:nth-of-type(3) .item_box .box_inner {
    padding: 5% 11% 4% 23%;
  }
}

.support_guide {
  width: 100%;
  margin-top: -40px;
  padding: 65px 0 20px;
  background: #e0e0e2;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_guide {
    margin-top: -10.45%;
    padding: 14.36% 0 4.48%;
  }
}

.support_guide .inner {
  width: 71.42857%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_guide .inner {
    width: 89.33333%;
  }
}

.support_guide ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.57143;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_guide ul li {
    display: block;
    font-size: 1.3rem;
    line-height: 1.84615;
  }
  .support_guide ul li + li {
    margin-top: 3.8%;
  }
}

.support_guide ul li a:after {
  bottom: 4px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_guide ul li a {
    display: block;
    text-decoration: underline;
  }
}

.support_guide ul li .title {
  width: 5em;
  margin-right: 17px;
  background: #a59678;
  font-size: 1.2rem;
  line-height: 1.91667;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .support_guide ul li .title {
    display: inline-block;
    width: auto;
    margin-bottom: 1.6%;
    padding: 0.5% 1.3em;
    line-height: 1.5;
  }
}

/*
caseStudies
==================================================================*/
#caseStudies {
  width: 100%;
  margin-top: 160px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies {
    margin: 13.33% 0 15.33%;
  }
}

#caseStudies > .inner {
  position: relative;
  max-width: 970px;
  width: 100%;
  padding: 40px 0 88.66%;
}

@media screen and (min-width: 970px) {
  #caseStudies > .inner {
    padding: 40px 0 790px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies > .inner {
    width: 89.33333%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies h2.title {
    margin-bottom: 5%;
    text-align: left;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies h2.title .italic {
    margin-bottom: 2.5%;
  }
}

#caseStudies .morebtn {
  position: absolute;
  top: 140px;
  left: 0;
  padding: 6px 11px;
  width: 210px;
  text-align: center;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#caseStudies .morebtn a {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies .morebtn {
    position: static;
    width: 51.49254%;
    margin: 8.96% auto 0;
    padding: 1.5% 3.5%;
    text-align: center;
    font-size: 1.3rem;
  }
}

#caseStudies .caseStudies_box {
  position: absolute;
  width: 47.83505%;
  max-width: 464px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies .caseStudies_box {
    position: static;
    width: 86.56716%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies .caseStudies_box + .caseStudies_box {
    margin-top: 7.41%;
  }
}

#caseStudies .caseStudies_box .company {
  margin-top: 10px;
  font-size: 3.0rem;
  font-weight: 300;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies .caseStudies_box .company {
    font-size: 2.0rem;
    margin-top: 2.31%;
  }
}

#caseStudies .caseStudies_box .top_box {
  width: calc(100% - 62px);
  max-height: 350px;
  padding-top: 75.43%;
  overflow: hidden;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies .caseStudies_box .top_box {
    width: 88.7931%;
    max-height: auto;
    max-height: initial;
    padding-top: 60.33%;
  }
}

#caseStudies .caseStudies_box .top_box .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 118%;
  height: 100%;
  margin: auto;
  background-size: cover;
  background-position: center;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

#caseStudies .caseStudies_box .top_box .top_box_inner {
  position: relative;
  width: calc(100% + 62px);
  height: 100%;
  background-position: center;
  background-size: 100%;
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies .caseStudies_box .top_box .top_box_inner {
    width: 113.00971%;
  }
}

#caseStudies .caseStudies_box .top_box a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#caseStudies .caseStudies_box .top_box a:hover .img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#caseStudies .caseStudies_box .top_box a:hover .top_box_inner {
  background-size: 120% auto;
}

#caseStudies .caseStudies_box .top_box a:hover .top_box_hover {
  opacity: 1;
}

#caseStudies .caseStudies_box .top_box a:hover .more {
  background-position: center right;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies .caseStudies_box .top_box a {
    overflow: hidden;
  }
}

#caseStudies .caseStudies_box .top_box div.top_box_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 62px;
  background-color: rgba(165, 150, 120, 0.9);
  color: #fff;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies .caseStudies_box .top_box div.top_box_hover {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 0;
    opacity: 1;
    width: 40.7767%;
  }
}

#caseStudies .caseStudies_box .top_box div.top_box_hover .inner {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  #caseStudies .caseStudies_box .top_box div.top_box_hover .inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies .caseStudies_box .top_box div.top_box_hover .inner {
    padding: 0 30% 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#caseStudies .caseStudies_box .top_box div.top_box_hover .inner:before {
  position: absolute;
  width: 8px;
  height: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(52.5%, rgba(165, 150, 120, 0.9))) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, rgba(165, 150, 120, 0.9) 52.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, rgba(165, 150, 120, 0.9) 52.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, rgba(165, 150, 120, 0.9) 52.5%) no-repeat top left/100% 100%;
  left: -8px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies .caseStudies_box .top_box div.top_box_hover .inner:before {
    content: "";
  }
}

#caseStudies .caseStudies_box .top_box div.top_box_hover .text {
  padding: 0 70px;
  font-size: 1.5rem;
  line-height: 1.64286;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#caseStudies .caseStudies_box .top_box div.top_box_hover .more {
  position: absolute;
  right: 17px;
  bottom: 20px;
  padding-right: 20px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #caseStudies .caseStudies_box .top_box div.top_box_hover .more {
    position: static;
    padding: 5% 20px 5% 0;
    font-size: 1.3rem;
    text-align: right;
  }
}

#caseStudies .caseStudies_box.first {
  top: 0;
  right: 0;
}

#caseStudies .caseStudies_box.first .img {
  background-image: url(/assets/images/top/cs_bg01.jpg);
}

#caseStudies .caseStudies_box.second {
  top: 262px;
  left: 30px;
}

#caseStudies .caseStudies_box.second .img {
  background-image: url(/assets/images/top/cs_bg02.jpg);
}

#caseStudies .caseStudies_box.third {
  top: 45.57%;
  top: 442px;
  right: 7.73%;
  right: 75px;
}

#caseStudies .caseStudies_box.third .img {
  background-image: url(/assets/images/top/cs_bg03.jpg);
}

/*
news
==================================================================*/
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #news h2.title {
    text-align: left;
  }
  #news h2.title .italic {
    font-size: 3.55rem;
    margin-bottom: 3.5%;
  }
}

#news .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 56px 0 120px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #news .wrap {
    display: block;
    width: 89.33333%;
    margin: 6.67% auto 12.67%;
  }
}

#news .wrap .news_box {
  position: relative;
  width: calc(100% / 3);
  overflow: hidden;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #news .wrap .news_box {
    width: 100%;
  }
}

#news .wrap .news_box:nth-of-type(2) {
  margin: 0 1px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #news .wrap .news_box:nth-of-type(2) {
    margin: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #news .wrap .news_box + .news_box {
    margin-top: 2.99%;
  }
}

#news .wrap .news_box img {
  width: 100%;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

#news .wrap .news_box a {
  display: block;
  width: 100%;
  height: 100%;
}

#news .wrap .news_box .newstitle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16em;
  height: 70px;
  padding: 9px 10px;
  background-color: rgba(0, 0, 13, 0.7);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.625;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #news .wrap .news_box .newstitle {
    width: 91.04478%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 17.5%;
    padding: 2.48% 3.31% 1.0%;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #news .wrap .news_box .newstitle p:first-child {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 66.1157%;
    margin-bottom: 1%;
  }
}

#news .wrap .news_box .newstitle:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -16px;
  width: 16px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(52.5%, rgba(0, 0, 13, 0.7))) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 13, 0.7) 52.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 13, 0.7) 52.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 13, 0.7) 52.5%) no-repeat top left/100% 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #news .wrap .news_box .newstitle:before {
    width: 8px;
    left: -8px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #news .wrap .news_box .more {
    font-size: 1.3rem;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

#news .wrap .news_box .news_box_hover {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(165, 150, 120, 0.9);
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  z-index: 10;
}

#news .wrap .news_box .news_box_hover .inner {
  width: 100%;
}

#news .wrap .news_box .news_box_hover .text {
  color: #fff;
  padding: 0 21.5%;
  font-size: 1.5rem;
  line-height: 1.64286;
}

#news .wrap .news_box .news_box_hover .more {
  position: absolute;
  bottom: 19px;
  right: 16px;
  padding-right: 20px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #news .wrap .news_box .news_box_hover {
    display: none;
  }
}

#news .news_box a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#news .news_box a:hover .news_box_hover {
  opacity: 1;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #news .news_box a:hover .news_box_hover {
    display: none;
  }
}

#news .news_box a:hover .news_box_hover .more {
  background-position: center right;
}

/*
company
==================================================================*/
#company {
  position: relative;
}

#company h2.title {
  position: absolute;
  right: 6.93%;
  top: 0;
  width: 24%;
  max-width: 374px;
  text-align: right;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #company h2.title {
    position: static;
    max-width: auto;
    max-width: initial;
    width: 89.33333%;
    margin: 0 auto;
  }
  #company h2.title .italic {
    margin-bottom: 3.5%;
  }
  #company h2.title .btm_text {
    padding-right: 9em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#company h2.title .inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #company h2.title .inner {
    margin: 0 0 3.5% auto;
  }
}

.company_box {
  width: calc( 66.14286% + 33.5px);
  height: 350px;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  overflow: hidden;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box {
    width: 100%;
    height: auto;
  }
}

.company_box .inner {
  width: calc(100% + 67px);
  height: 100%;
  background-color: #00000d;
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (min-width: 1400px) {
  .company_box .inner {
    background-size: 100%;
  }
}

.company_box a {
  position: relative;
}

.company_box .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (min-width: 1400px) {
  .company_box .img {
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box .img {
    position: static;
    padding-top: 38%;
    background-size: 100%;
    background-position: center right 5%;
  }
}

.company_box .info_box {
  width: calc( 55.07559% + 33.5px);
  height: 100%;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  background-color: rgba(0, 0, 13, 0.8);
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box .info_box {
    width: 100%;
  }
}

.company_box .info_box .box_inner {
  width: 111%;
  height: 100%;
  padding: 55px 17.67% 0 28.5%;
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box .info_box .box_inner {
    padding: 5% 25% 3% 20%;
  }
}

.company_box .info_box .title {
  margin-bottom: 9.5%;
  padding-left: 1em;
  color: #a59678;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box .info_box .title {
    padding: 0;
    margin-bottom: 6%;
  }
}

.company_box .info_box .title .italic {
  display: block;
  margin-bottom: 4%;
  padding-left: 15px;
  font-size: 3.6rem;
  line-height: 1.11111;
  color: #fff;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box .info_box .title .italic {
    margin: 0;
    padding: 0 0 1.5%;
    line-height: 1.14286;
    font-size: 2.8rem;
  }
}

.company_box .info_box .text {
  line-height: 1.64286;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box .info_box .text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.company_box .info_box .more {
  text-align: right;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box .info_box .more {
    background-position: 98% 55%;
  }
}

.company_box a:hover .img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.company_box a:hover .inner {
  background-size: auto 110%;
}

@media screen and (min-width: 1400px) {
  .company_box a:hover .inner {
    background-size: 110%;
  }
}

.company_box a:hover .info_box {
  background-color: #998b71;
}

.company_box a:hover .info_box .title {
  color: #fff;
}

.company_box a:hover .info_box .more {
  background-position: center right;
}

.company_box.first .img {
  background-image: url(/assets/images/top/company_bg01_pc.jpg);
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box.first .img {
    background-image: url(/assets/images/top/company_bg01_sp.jpg);
  }
}

.company_box.first .text {
  padding-right: 31%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box.first .text {
    padding: 0;
  }
}

.company_box.first .more {
  margin-top: -3.5%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box.first .more {
    margin-top: 25px;
  }
}

.company_box.second {
  margin: 0 0 0 auto;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.company_box.second .info_box {
  width: calc( 52.37581% + 33.5px);
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box.second .info_box {
    width: 100%;
  }
}

.company_box.second .info_box .box_inner {
  width: 100%;
  padding: 53px 20% 0 90px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box.second .info_box .box_inner {
    padding: 5% 20% 3% 16%;
  }
}

.company_box.second .img {
  background-image: url(/assets/images/top/company_bg02_pc.jpg);
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box.second .img {
    background-image: url(/assets/images/top/company_bg02_sp.jpg);
  }
}

.company_box.second .title .italic {
  margin-bottom: 6%;
}

.company_box.second .text {
  padding-right: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box.second .text {
    padding: 0;
  }
}

.company_box.second .more {
  margin-top: -1%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box.second .more {
    margin-top: 25px;
  }
}

.company_box.third {
  width: calc( 69.64286% + 33.5px);
  margin-left: 30px;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box.third {
    width: 100%;
    margin: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
}

.company_box.third .inner {
  background-image: url(/assets/images/top/company_bg03_pc.jpg);
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box.third .inner {
    background: #00000d;
  }
}

.company_box.third .info_box {
  width: calc( 47.5162% + 33.5px);
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box.third .info_box {
    width: 100%;
  }
}

.company_box.third .info_box .box_inner {
  padding: 55px 17.67% 0 20.5%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box.third .info_box .box_inner {
    padding: 5% 24% 3% 19%;
  }
}

.company_box.third .img {
  background-image: url(/assets/images/top/company_bg03_pc.jpg);
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box.third .img {
    background-image: url(/assets/images/top/company_bg03_sp.jpg);
  }
}

.company_box.third .title .italic {
  margin-bottom: 8%;
}

.company_box.third .more {
  margin-top: 10%;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_box.third .more {
    margin-top: 25px;
  }
}

.company_library {
  margin-top: 118px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_library {
    width: 89.33333%;
    margin: 14.93% auto 0;
  }
}

.company_library .library_box {
  width: calc( 62.85714% + 27.5px);
  height: 280px;
  margin: 0 auto;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1400px) {
  .company_library .library_box {
    width: 903px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_library .library_box {
    width: calc( 81.34328% + 30px);
    height: auto;
    margin: 0;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}

.company_library a {
  position: relative;
}

.company_library .library_box .inner {
  width: calc(100% + 58px);
  height: 100%;
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  background-size: auto 100%;
}

@media screen and (min-width: 1400px) {
  .company_library .library_box .inner {
    width: 958px;
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_library .library_box .inner {
    width: 112%;
  }
}

.company_library .library_box .inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(165, 150, 120, 0.7);
  opacity: 0;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.company_library .library_box .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/assets/images/top/company_bg04_pc.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_library .library_box .img {
    width: 108%;
    background-image: url(/assets/images/top/company_bg04_sp.jpg);
  }
}

.company_library .library_box .info_box {
  width: calc( 61.34969% + 27.5px);
  height: 100%;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_library .library_box .info_box {
    width: 100%;
    width: calc( 71.92982% + 27.5px);
  }
}

.company_library .library_box .info_box .box_inner {
  width: 108%;
  height: 100%;
  padding: 0 65px 0 16.5%;
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1400px) {
  .company_library .library_box .info_box .box_inner {
    padding: 0 0 0 19.5%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_library .library_box .info_box .box_inner {
    display: block;
    width: 100%;
    padding: 18.87% 0 6% 9.54%;
    text-align: right;
  }
}

.company_library .library_box .title {
  margin: 20px 0 45px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_library .library_box .title {
    text-align: left;
    margin: 0 0 6%;
  }
}

.company_library .library_box .title .top_text {
  display: block;
  margin: 0 0 18px;
  font-size: 4.5rem;
  line-height: 1.11111;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_library .library_box .title .top_text {
    margin: 0 0 2%;
    padding: 0 0 1.5% 1.5%;
    line-height: 1.14286;
    font-size: 2.4rem;
  }
}

.company_library .library_box .title .italic {
  display: inline;
  font-size: 5.8rem;
  font-weight: 300 !important;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_library .library_box .title .italic {
    font-size: 3.4rem;
  }
}

.company_library .library_box .title .btm_text {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_library .library_box .title .btm_text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.company_library .library_box .title .btm_text:before {
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}

.company_library .library_box .more {
  position: absolute;
  right: 75px;
  bottom: 30px;
  padding-right: 20px;
  background-image: url(/assets/images/top/icon_arrow02.png);
  color: #000;
  font-size: 1.4rem;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .company_library .library_box .more {
    position: static;
    font-size: 1.3rem;
  }
}

.library_box a:hover .inner {
  color: #fff;
  background-size: auto 105%;
}

@media screen and (min-width: 1400px) {
  .library_box a:hover .inner {
    background-size: 105%;
  }
}

.library_box a:hover .inner .img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.library_box a:hover .inner:before {
  opacity: 1;
}

.library_box a:hover .inner .more {
  color: #fff;
  background-image: url(/assets/images/top/icon_arrow03.png);
  background-position: center right;
}

.library_box a:hover .inner .btm_text:before {
  background-color: #fff;
}

/*
information
==================================================================*/
#information {
  width: 100%;
  margin-top: 120px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #information {
    margin-top: 12%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #information h2.title {
    width: 89.33333%;
    margin: 0 auto;
    text-align: left;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #information h2.title .italic {
    margin-bottom: 3.5%;
  }
}

#information .inner {
  max-width: 1000px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #information .inner {
    width: 100%;
  }
}

.information_tab {
  width: calc( 78% + 7.5px);
  margin: 27px 0 0 auto;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_tab {
    width: 89.33333%;
    margin: 4.48% auto 0;
  }
}

.information_tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.information_tab ul li {
  width: 25%;
  overflow: hidden;
  background: #00000d;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  cursor: pointer;
}

.information_tab ul li + li {
  border-left: 2px solid #fff;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_tab ul li + li {
    border-width: 1px;
  }
}

.information_tab ul li.current, .information_tab ul li:hover {
  background: #a59678;
}

.information_tab ul li p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  color: #fff;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_tab ul li p {
    font-size: 1.2rem;
    padding: 5.37% 0;
  }
}

.information_tab ul li p span {
  display: block;
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  line-height: 1.33333;
}

.information_list {
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_list {
    width: 89.33333%;
    margin: 7.01% auto 0;
  }
}

.information_list a:hover {
  opacity: .7;
}

.information_list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_list dl {
    display: block;
  }
}

.information_list dl + dl {
  margin-top: 40px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_list dl + dl {
    margin-top: 7.16%;
  }
}

.information_list dl dt {
  width: 140px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_list dl dt {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1%;
  }
}

.information_list dl dt .data {
  font-size: 1.4rem;
  margin-right: 15px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_list dl dt .data {
    font-size: 1.2rem;
  }
}

.information_list dl dt .icon {
  width: 5em;
  padding: 1% 0;
  border: 1px solid #a59678;
  font-size: 1.2rem;
  color: #a59678;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.information_list dl dd {
  width: calc(100% - 140px);
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_list dl dd {
    width: 100%;
  }
}

.information_list dl .text {
  padding-left: 17px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_list dl .text {
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.84615;
  }
}

.information_list dl .pdf a:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 14px;
  margin-left: 30px;
  background-image: url(/assets/images/top/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_list dl .pdf a:after {
    width: 20px;
    height: 12.5px;
    margin-left: 1.5%;
  }
}

#information .readmore {
  text-align: right;
}

#information .readmore a {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #information .readmore a {
    font-size: 1.3rem;
    background-size: 5px auto;
  }
}

#information .information_list .readmore {
  margin: 57px 0 45px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  #information .information_list .readmore {
    margin: 7.46% 0 5.97%;
  }
}

#information .information_list .information_list_item {
  display: none;
  opacity: 0;
}

#information .information_list .information_list_item.show {
  display: block;
  -webkit-animation: fadeIn .6s ease-out both;
  animation: fadeIn .6s ease-out both;
}

.information_gray {
  max-width: 750px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_gray {
    width: 87.33333%;
  }
}

.information_gray a {
  display: block;
}

.information_gray a:hover {
  opacity: .7;
}

.information_gray a:hover .more {
  background-position: center right;
}

.information_gray .inner {
  position: relative;
  max-width: 750px !important;
  width: 100%;
  padding: 28px 28px 28px 0;
  background: #e0e0e2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_gray .inner {
    padding: 4.58% 3.82% 4.58% 6.41%;
  }
}

.information_gray .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background: #e0e0e2;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_gray .inner:before {
    content: none;
  }
}

.information_gray .inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  display: block;
  width: 17px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #e0e0e2), color-stop(52.5%, rgba(255, 255, 255, 0))) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(top left, #e0e0e2 50%, rgba(255, 255, 255, 0) 52.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(top left, #e0e0e2 50%, rgba(255, 255, 255, 0) 52.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, #e0e0e2 50%, rgba(255, 255, 255, 0) 52.5%) no-repeat top left/100% 100%;
  background-position: center top !important;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_gray .inner:after {
    width: 7px;
    right: -7px;
  }
}

.information_gray .inner > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.information_gray .left_border {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_gray .left_border {
    font-size: 1.1rem;
  }
}

.information_gray .left_border:before {
  width: 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .information_gray .left_border:before {
    width: 13px;
  }
}

/*
MAC HACK
=================*/
.mac .more .font-ita {
  font-weight: 300 !important;
}

.mac .support_box .font-ita {
  font-weight: 200 !important;
}
