@charset "UTF-8";
/********************************* 
 * コンテンツ
 *********************************/
.section-main {
  padding: 70px 0 80px;
}
@media (max-width: 950px) {
  .section-main {
    padding: 50px 0;
  }
}

.pt-0 {
  padding-top: 0;
}

/********************************* 
 * 見出し
 *********************************/
h2.ttl-main {
  display: inline-block;
  font-size: 4.6rem;
  line-height: 4.6rem;
  margin-bottom: 40px;
  font-weight: 300;
  color: #404040;
  vertical-align: middle;
}
h2.ttl-main small {
  position: relative;
  font-size: 2rem;
  vertical-align: top;
  margin-left: 8px;
  padding-left: 30px;
}
h2.ttl-main small::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #404040;
}
@media (max-width: 950px) {
  h2.ttl-main {
    margin-bottom: 30px;
    font-size: 2.8rem;
    line-height: 2.8rem;
	  width: 100%;
  }
  h2.ttl-main small {
    font-size: 1.8rem;
  }
}

.btn-link {
  width: 160px;
  height: 50px;
  background-color: #F8F8F8;
  border: solid 1px #ACACAC;
}
.btn-link a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 50px;
  padding-left: 10px;
  color: #404040;
}
.btn-link a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: url(../images/common/Icon-arrow-gray.svg);
  display: block;
}

/********************************* 
 * スライダー
 *********************************/
/* スライダー画像SP・PC切り替え */
.slider-pc {
  display: block !important;
}
.slider-sp {
  display: none !important;
}
@media (max-width: 950px) {
  .slider-pc {
    display: none !important;
  }
  .slider-sp {
    display: block !important;
  }
}

.slick-loading .slick-list {
  background: #fff url("../ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
.fv-slider {
  width: 100%;
  position: relative;
}
.fv-slider.is-menu {
  overflow-x: hidden;
  z-index: -1;
}
.fv-slider .slick-arrow {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 3px #C6C6C6;
}
.fv-slider .slick-arrow::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #C6C6C6;
  border-right: solid 3px #C6C6C6;
  position: absolute;
  top: 50%;
  left: 50%;
}
.fv-slider .slick-prev {
  position: absolute;
  top: 50%;
  left: 70px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 999;
}
.fv-slider .slick-next {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 999;
}
.fv-slider .slick-prev::before {
  -webkit-transform: translateX(-25%) translateY(-50%) rotate(-135deg);
          transform: translateX(-25%) translateY(-50%) rotate(-135deg);
}
.fv-slider .slick-next::before {
  -webkit-transform: translateX(-75%) translateY(-50%) rotate(45deg);
          transform: translateX(-75%) translateY(-50%) rotate(45deg);
}
.fv-slider .slick-slide {
  position: relative;
}
.fv-slider .slick-slide img {
  width: 100%;
  height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1500px) {
  .fv-slider .slick-slide img {
    width: 100%;
  }
}
.fv-slider .slick-slide .topcopy {
  position: absolute;
  font-size: 2.4rem;
  line-height: 7rem;
  font-weight: 400;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.fv-slider .slick-slide .topcopy::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 406px;
  height: 384px;
  content: "";
  background: url(../images/top/topcopy.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.fv-slider .slick-slide .topcopy.left {
  left: 50%;
  -webkit-transform: translateX(-130%) translateY(-50%);
          transform: translateX(-130%) translateY(-50%);
}
.fv-slider .slick-slide .topcopy.top-40 {
  top: 40%;
}
@media (max-width: 950px) {
  .fv-slider .slick-slide img {
    width: 100vw;
    height: 100vw;
    overflow-x: hidden;
  }
  .fv-slider .slick-slide .topcopy {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 2.8rem;
    line-height: 5.6rem;
    top: 55%;
  }
  .fv-slider .slick-slide .topcopy::after {
    width: 55vw;
    height: 52vw;
  }
  .fv-slider .slick-slide .topcopy.left {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 480px) {
  .fv-slider .slick-slide .topcopy {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
	
	.fv-slider .slick-slide .topcopy.top-40 {
	top: 50%; }
	
}
.fv-slider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.fv-slider .slick-dots {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
}
.fv-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.fv-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.fv-slider .slick-dots li button:hover,
.fv-slider .slick-dots li button:focus {
  outline: none;
}
.fv-slider .slick-dots li button:hover:before,
.fv-slider .slick-dots li button:focus:before {
  opacity: 1;
}
.fv-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fv-slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/********************************* 
 * PICK UP
 *********************************/
.pickup .container .pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pickup .container .pickup-list li {
  width: calc(20% - 20px);
}
.pickup .container .pickup-list li a .ttl-item {
  min-height: 70px;
  margin-bottom: 10px;
}
.pickup .container .pickup-list li a .ttl-item h3.itemname {
  font-size: 1.6rem;
  font-weight: 400;
}
.pickup .container .pickup-list li a .ttl-item .itemcode {
  font-size: 1.4rem;
  font-weight: 300;
}
@media (max-width: 950px) {
  .pickup .container .pickup-list .slick-list {
    position: relative;
    margin-bottom: 60px;
  }
  .pickup .container .pickup-list .slick-list .slick-track li.slick-slide {
    width: 50vw;
    min-width: 210px;
    margin-right: 30px;
  }
  .pickup .container .pickup-list li a .ttl-item h3.itemname {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .pickup .container .pickup-list li a .ttl-item .itemcode {
    font-size: 1.4rem;
    font-weight: 300;
  }
  .pickup .container .pickup-list .slick-list .slick-track li.slick-slide a .explan {
    font-size: 1.4rem;
  }
  .pickup .container .pickup-list .slick-arrow {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 40px;
  }
  .pickup .container .pickup-list .slick-prev {
    background: url(../images/common/icon-arrow-pickup-left2.png) no-repeat center;
    background-size: cover;
    top: 50px;
    left: 0;
    z-index: 10;
  }
  .pickup .container .pickup-list .slick-next {
    background: url(../images/common/icon-arrow-pickup-right2.png) no-repeat center;
    background-size: cover;
    top: 50px;
    right: 0;
    z-index: 10;
  }
}

/********************************* 
 * NEWS
 *********************************/
.news {
  background-color: #FCFAD7;
}
.news .container .btn-news {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 40px 40px;
}
.news .container .newslist {
  width: 960px;
  margin: 0 auto;
  padding-top: 10px;
}
.news .container .newslist li {
  margin-bottom: 40px;
}
.news .container .newslist li:last-child {
  margin-bottom: 20px;
}
.news .container .newslist li a {
  display: block;
}
.news .container .newslist li a time {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 30px;
}
.news .container .newslist li a .cat {
  display: inline-block;
  font-size: 1.2rem;
  width: auto;
  min-width: 110px;
  height: 25px;
  line-height: 25px;
  margin-right: 30px;
  padding: 0 20px;
  text-align: center;
  border-radius: 25px;
}
.news .container .newslist li a .cat.media {
  background-color: #fff;
}
.news .container .newslist li a .cat.news {
  background-color: #FAE473;
}
.news .container .newslist li a .cat.event {
  background-color: #FFF49F;
}
.news .container .newslist li a .cat.item {
  background-color: #FAC673;
}
.news .container .newslist li a .ttl {
  display: inline-block;
  font-size: 1.6rem;
}
@media (max-width: 950px) {
  .news .container .newslist {
    width: 100%;
  }
  .news .container .newslist li {
    margin-bottom: 80px;
  }
  .news .container .newslist li a time {
    font-size: 1.6rem;
    margin-right: 20px;
  }
  .news .container .newslist li a .cat {
    font-size: 1.4rem;
    width: auto;
    min-width: 125px;
    height: 28px;
    line-height: 28px;
    margin-right: 0;
  }
  .news .container .newslist li a .ttl {
    display: block;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

/********************************* 
 * PRODUCTS
 *********************************/
.products .container .productslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products .container .productslist > li {
  width: calc(25% - 20px);
  margin-bottom: 50px;
}
.products .container .productslist > li .ttl {
  position: relative;
}
.products .container .productslist > li .ttl::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: url(../images/common/Icon-arrow-gray.svg);
  display: block;
}
@media (max-width: 950px) {
  .products .container .productslist > li {
    width: calc(50% - 5px);
    margin-bottom: 40px;
  }
  .products .container .productslist > li .ttl {
    font-size: 1.6rem;
  }
}
.products .container .btn-product {
  display: none;
}
.products .container .btn-product .btn {
  position: relative;
  width: 250px;
  height: 50px;
  margin: 0 auto 40px;
  text-align: center;
}
.products .container .btn-product .btn a {
  position: relative;
  font-size: 1.8rem;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  line-height: 50px;
  background-color: #6e6e6e;
  color: #fff;
}
.products .container .btn-product .btn::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media (max-width: 950px) {
  .products .container .btn-product {
    display: block;
  }
}
.products .container .search-box {
  width: 100%;
  margin-bottom: 60px;
  padding: 40px 30px;
  background-color: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products .container .search-box h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-right: 30px;
}
.products .container .search-box form table {
  width: 100%;
}
.products .container .search-box form table tbody tr {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.products .container .search-box form table tbody tr th {
  width: 180px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  margin-right: 35px;
}
@media (max-width: 1160px) {
  .products .container .search-box form table tbody tr th {
    display: block;
    margin: 0 0 20px 0;
  }
}
.products .container .search-box form table tbody tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products .container .search-box form table tbody tr td .selectunit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products .container .search-box form table tbody tr td .selectunit .select-area {
  margin-right: 40px;
}
.products .container .search-box form table tbody tr td .selectunit .select-area label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.products .container .search-box form table tbody tr td .selectunit .select-area label::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #005197;
  border-right: solid 1px #005197;
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 15px;
  content: "";
  pointer-events: none;
}
.products .container .search-box form table tbody tr td .selectunit .select-area label select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 220px;
  height: 55px;
  margin-left: 10px;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #fff;
  background-color: #fff;
  color: #ACACAC;
  font-size: 1em;
  cursor: pointer;
}
@media (max-width: 1160px) {
  .products .container .search-box form table tbody tr td .selectunit {
    display: block;
  }
  .products .container .search-box form table tbody tr td .selectunit .select-area {
    margin-bottom: 20px;
  }
}
.products .container .search-box form table tbody tr td .keyword-text {
  width: 200px;
  height: 55px;
  background-color: #fff;
  padding-left: 20px;
  margin-left: 10px;
}
@media (max-width: 1160px) {
  .products .container .search-box form table tbody tr td .keyword-text {
    width: 100%;
  }
}
.products .container .search-box form table tbody tr td .popular label {
  margin-left: 20px;
  display: inline-block;
}
.products .container .search-box form table tbody tr td .popular label:nth-child(1) {
  margin-left: 20px;
}
.products .container .search-box form table tbody tr td .popular label input {
  display: none;
}
.products .container .search-box form table tbody tr td .popular label span {
  display: inline-block;
  background-color: #fff;
  color: #404040;
  padding: 13px 10px;
}
.products .container .search-box form table tbody tr td .popular label input:checked + span {
  color: #fff;
  background-color: #404040;
  padding: 13px 10px;
}
@media (max-width: 1160px) {
  .products .container .search-box form table tbody tr td .popular label {
    display: inline-block;
    min-height: 50px;
    margin-bottom: 20px;
  }
  .products .container .search-box form table tbody tr td .popular label label span {
    display: block;
  }
}
@media (max-width: 1160px) {
  .products .container .search-box form table tbody tr td {
    display: block;
    width: auto;
  }
}
.products .container .search-box form .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products .container .search-box form .btn-area .btn {
  position: relative;
  width: 250px;
  height: 50px;
  text-align: center;
}
.products .container .search-box form .btn-area .btn:nth-child(1) {
  margin-right: 30px;
}
.products .container .search-box form .btn-area .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #404040;
  border-right: solid 1px #404040;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  pointer-events: none;
}
.products .container .search-box form .btn-area .btn input[type=submit],
.products .container .search-box form .btn-area .btn a {
  position: relative;
  font-size: 1.8rem;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  line-height: 50px;
}
.products .container .search-box form .btn-area .btn-submit input[type=submit] {
  background-color: #fae473;
}
.products .container .search-box form .btn-area .btn-submit::after {
  border-top: solid 1px #6e6e6e;
  border-right: solid 1px #6e6e6e;
}
.products .container .search-box form .btn-area .btn-allitem a {
  background-color: #adadad;
  color: #fff;
}
.products .container .search-box form .btn-area .btn-allitem::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media (max-width: 1160px) {
  .products .container .search-box {
    display: none;
  }
}
.products .container .catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 0;
}
.products .container .catalog .left {
  padding: 0 120px 0 90px;
}
.products .container .catalog .left h3 {
  font-size: 2.4rem;
  line-height: 200px;
  font-weight: 400;
}
.products .container .catalog .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products .container .catalog .right .catalog-01 {
  width: 330px;
  height: 200px;
  margin-right: 50px;
}
.products .container .catalog .right .catalog-02 {
  width: 330px;
  height: 200px;
}
@media (max-width: 1160px) {
  .products .container .catalog {
    display: block;
    padding: 50px 35px;
  }
  .products .container .catalog .left {
    padding: 0;
    text-align: center;
  }
  .products .container .catalog .left h3 {
    line-height: normal;
    margin-bottom: 30px;
  }
  .products .container .catalog .right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products .container .catalog .right .catalog-01 {
    width: 330px;
    height: 200px;
  }
  .products .container .catalog .right .catalog-02 {
    width: 330px;
    height: 200px;
  }
}
@media (max-width: 950px) {
  .products .container .catalog .right {
    display: block;
  }
  .products .container .catalog .right .catalog-01 {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
  }
  .products .container .catalog .right .catalog-02 {
    width: 100%;
    height: auto;
  }
}

/********************************* 
 * ONLINE SHOP
 *********************************/
.onlineshop .container > p {
  font-size: 1.8rem;
}
.onlineshop .container .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.onlineshop .container .banner .bnr-01 {
  width: 370px;
  height: 140px;
  margin-right: 100px;
}
.onlineshop .container .banner .bnr-01 a {
  display: block;
}
.onlineshop .container .banner .bnr-02 {
  width: 370px;
  height: 140px;
}
.onlineshop .container .banner .bnr-02 a {
  display: block;
}
@media (max-width: 950px) {
  .onlineshop .container > p {
    font-size: 1.6rem;
  }
  .onlineshop .container h2.ttl-main small {
    display: block;
    margin: 10px 0 0 0;
  }
  .onlineshop .container .banner {
    display: block;
    margin-top: 30px;
  }
  .onlineshop .container .banner .bnr-01 {
    margin: 0 auto 30px;
  }
  .onlineshop .container .banner .bnr-02 {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .onlineshop .container .banner .bnr-01,
  .onlineshop .container .banner .bnr-02 {
    width: 100%;
    height: auto;
  }
}

/********************************* 
 * MATERIALS & TECHNOLOGY
 *********************************/
.material-tech {
  background-color: #F8F8F8;
}
.material-tech .container .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 80px;
}
.material-tech .container .column2:last-child {
  margin-bottom: 0;
}
.material-tech .container .column2 .item {
  width: 50%;
}
.material-tech .container .column2 .item:nth-child(1) {
  padding-right: 20px;
}
.material-tech .container .column2 .item:nth-child(2) {
  padding-left: 20px;
}
.material-tech .container .column2 .left h2.ttl-main {
  margin-bottom: 25px;
}
.material-tech .container .column2 .left .circle {
  padding-top: 35px;
}
.material-tech .container .column2 .left .circle ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.material-tech .container .column2 .left .circle ul li {
  position: relative;
  text-align: center;
  margin-right: 35px;
}
.material-tech .container .column2 .left .circle ul li:last-child {
  padding-right: 0;
  width: 142px;
}
.material-tech .container .column2 .left .circle ul li img {
  width: 110px;
  height: 110px;
  margin-bottom: 65px;
}
.material-tech .container .column2 .left .circle ul li p {
  width: 145px;
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #6E6E6E;
  font-size: 1.6rem;
}
@media (max-width: 1160px) {
  .material-tech .container .column2 .left .circle {
    padding-top: 35px;
  }
  .material-tech .container .column2 .left .circle ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .material-tech .container .column2 .left .circle ul li {
    margin-right: 35px;
  }
  .material-tech .container .column2 .left .circle ul li:last-child {
    padding-right: 0;
    width: 142px;
  }
  .material-tech .container .column2 .left .circle ul li img {
    width: 80px;
    height: 80px;
    margin-bottom: 65px;
  }
  .material-tech .container .column2 .left .circle ul li p {
    top: 90px;
  }
}
@media (max-width: 950px) {
  .material-tech .container .column2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .material-tech .container .column2 .item:nth-child(1) {
    padding-right: 0;
  }
  .material-tech .container .column2 .item:nth-child(2) {
    padding-left: 0;
  }
  .material-tech .container .column2 .right {
    margin: 0 calc(50% - 50vw) 30px;
    width: 100vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .material-tech .container .column2 .right img {
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .material-tech .container .column2 .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .material-tech .container .column2 .left .circle ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .material-tech .container .column2 .left .circle ul li {
    margin-right: 0;
  }
  .material-tech .container .column2 .left .circle ul li img {
    width: 110px;
    height: 110px;
  }
  .material-tech .container .column2 .left .circle ul li p {
    top: 115px;
    font-size: 1.4rem;
  }
  .material-tech .container .column2 .left p {
    font-size: 1.8rem;
  }
  .material-tech .container .column2 .left .btn-link {
    width: 100%;
    height: auto;
  }
  .material-tech .container .column2 .left .btn-link a {
    font-size: 2rem;
    padding: 25px 0 25px 20px;
  }
  .material-tech .container .column2 .left .btn-link a::after {
    width: 20px;
    height: 20px;
    content: "";
    background: url(../images/common/Icon-arrow-gray.svg) no-repeat center;
    background-size: contain;
  }
}
@media (max-width: 480px) {
  .material-tech .container .column2 .right img {
    height: 200px;
  }
  .material-tech .container .column2 .left .circle ul li {
    width: 50%;
    text-align: center;
  }
  .material-tech .container .column2 .left .circle ul li:last-child {
    width: 50%;
  }
  .material-tech .container .column2 .left .circle ul li img {
    width: 110px;
    height: 110px;
  }
  .material-tech .container .column2 .left .circle ul li p {
    top: 115px;
  }
  .material-tech .container .column2 .left p {
    font-size: 1.6rem;
  }
}
@media (max-width: 950px) {
  .material-tech {
    padding-top: 0;
    overflow-x: hidden;
  }
}

/********************************* 
 * BUSINESS
 *********************************/
.business .container .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.business .container .column2 .left {
  width: 440px;
}
.business .container .column2 .left h3 {
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 35px;
}
.business .container .column2 .left > p {
  line-height: 2.8rem;
  margin-bottom: 45px;
}
.business .container .column2 .right {
  width: 660px;
}
.business .container .column2 .right .column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.business .container .column2 .right .column3 li a img {
  width: 200px;
  height: 200px;
}
.business .container .column2 .right .column3 li a p {
  position: relative;
  font-size: 1.6rem;
}
.business .container .column2 .right .column3 li a p::after {
  position: absolute;
  top: 0;
  right: 0;
  content: url(../images/common/Icon-arrow-gray.svg);
  display: block;
}
.business .container .column2 .right .flow {
  max-width: 660px;
  height: auto;
  margin: 0 auto;
}
.business .container .column2 .right .flow a {
  position: relative;
  display: block;
}
.business .container .column2 .right .flow a .flow-text {
  position: absolute;
  color: #6E6E6E;
  font-size: 1.8rem;
  font-weight: 400;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}
.business .container .column2 .right .flow a .flow-pc {
  display: block;
}
.business .container .column2 .right .flow a .flow-sp {
  display: none;
}
@media (max-width: 950px) {
  .business .container .column2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .business .container .column2 .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .business .container .column2 .left .btn-link {
    width: 100%;
    height: auto;
  }
  .business .container .column2 .left .btn-link a {
    font-size: 2rem;
    padding: 25px 0 25px 20px;
  }
  .business .container .column2 .left .btn-link a::after {
    width: 20px;
    height: 20px;
    content: "";
    background: url(../images/common/Icon-arrow-gray.svg) no-repeat center;
    background-size: contain;
  }
  .business .container .column2 .right {
    width: 100%;
  }
  .business .container .column2 .right .column3 {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .business .container .column2 .right .column3 li {
    width: calc(50% - 20px);
  }
  .business .container .column2 .right .column3 li a {
    display: block;
  }
  .business .container .column2 .right .column3 li a img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .business .container .column2 .right {
    width: 100%;
  }
  .business .container .column2 .right .column3 li {
    width: calc(50% - 5px);
  }
  .business .container .column2 .right .flow a .flow-text {
    font-size: 4.4vw;
    font-weight: 400;
    top: 48%;
    left: 20px;
  }
  .business .container .column2 .right .flow a .flow-pc {
    display: none;
  }
  .business .container .column2 .right .flow a .flow-sp {
    display: block;
  }
}

/********************************* 
 * フッター上のABOUT US - 企業情報
 *********************************/
#top-company.about-recruit {
  background: url(../images/top/bg-about-recruit.jpg) no-repeat center;
  background-size: cover;
}
#top-company.about-recruit .container .about-btn {
  width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
#top-company.about-recruit .container .about-btn .btn {
  width: 220px;
  height: 48px;
  background-color: #fff;
  border-radius: 6px;
  margin-right: 15px;
}
#top-company.about-recruit .container .about-btn .btn:nth-child(1), #top-company.about-recruit .container .about-btn .btn:nth-child(2) {
  margin-bottom: 20px;
}
#top-company.about-recruit .container .about-btn .btn a {
  position: relative;
  display: block;
  color: #404040;
  line-height: 48px;
  padding-left: 25px;
  font-size: 1.4rem;
}
#top-company.about-recruit .container .about-btn .btn a::after {
  position: absolute;
  top: 0;
  right: 15px;
  content: url(../images/common/Icon-arrow-gray.svg);
  display: block;
}
#top-company.about-recruit .container .about-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
#top-company.about-recruit .container .about-menu li {
  position: relative;
  margin-right: 40px;
  line-height: 3rem;
}
#top-company.about-recruit .container .about-menu li::after {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  background-color: #005197;
}
#top-company.about-recruit .container .about-menu li:last-child {
  margin-right: 0;
}
#top-company.about-recruit .container .about-menu li:last-child::after {
  content: none;
}
#top-company.about-recruit .container .about-menu li a {
  color: #005197;
  font-size: 1.4rem;
  vertical-align: top;
}
#top-company.about-recruit .container .about-menu li a br {
  display: none;
}
#top-company.about-recruit .container .recruit-btn {
  width: 360px;
  height: 80px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
#top-company.about-recruit .container .recruit-btn a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 80px;
  font-size: 1.8rem;
}
#top-company.about-recruit .container .recruit-btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 950px) {
  #top-company.about-recruit .container .about-btn {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  #top-company.about-recruit .container .about-btn .btn {
    width: 350px;
    height: 50px;
    margin: 0 0 20px 0;
  }
  #top-company.about-recruit .container .about-btn .btn a {
    position: relative;
    display: block;
    color: #404040;
    line-height: 50px;
    padding-left: 40px;
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  #top-company.about-recruit {
    background: url(../images/top/bg-about-recruit-sp.png) no-repeat center;
    background-size: cover;
  }
  #top-company.about-recruit .container .about-btn .btn {
    width: 100%;
  }
  #top-company.about-recruit .container .about-menu {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top-company.about-recruit .container .about-menu li {
    width: calc(50% - 5px);
    position: static;
    margin: 0 0 20px;
    line-height: normal;
    border: solid 1px #fff;
  }
  #top-company.about-recruit .container .about-menu li::after {
    content: none;
  }
  #top-company.about-recruit .container .about-menu li a {
    display: block;
    font-size: 2rem;
    text-align: center;
    padding: 10px 0;
  }
  #top-company.about-recruit .container .about-menu li a br {
    display: block;
  }
  #top-company.about-recruit .container .recruit-btn {
    width: 100%;
    height: 80px;
	  margin-bottom: 170px;
  }
}