@charset "UTF-8";
/* =======================================

    style.css

 -----------------------------------------
    INDEX
 -----------------------------------------
    1.common
    2.header
    3.nav
    4.contents
    5.footer
========================================== */

/* 1.common
========================================== */

h1 {
    color: white;
    font-weight: lighter;
    font-size: 0.8rem;
    background: #232323;
    padding: 1.5em 1.5em 0 30px;
}
h2 {
}
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul {
    list-style-type: none;
    letter-spacing: -0.5em;
}
ul li {
    letter-spacing: normal;
}
a {
  text-decoration: none;
}
body {
  font-family: 'Yu Mincho Medium', '游明朝 Medium', YuMincho, 游明朝体, serif;
  line-height: 1;
position: relative;
}
html {
    height: 100vh;
}
section {
  position: relative;
}
.mill {
  font-family: 'Sorts Mill Goudy', serif;
}
.red {
  color: #d61d1d;
}
.sp_br {
  display: none;
}
.slidein {
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  transition: all 2s ease;
  opacity:0;
}
.slidein.show {
  width: 100%;
  opacity: 1;
}
.typing {opacity: 1;}
.typing span{opacity: 1;}
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  h1 {
    font-size: 3.25vw;
    padding: 1.5em 1.5em 0 1.5em;
    text-align: center;
  }
}
/* 2.header
========================================== */
header {
  position: absolute;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 70px;
  padding: 0 40px 0 30px; */
  padding: 15px 40px 20px 30px;
  background-color: #232323;
}
header .logo img {
  width: 127px;
}
header nav {
  display: flex;
  align-items: center;
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li {
  margin-right: 36px;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  font-size: 18px;
  color: #fff;
}
header nav ul li p {
  display: none;
}
header .humberger {
  display: none;
}
@media screen and (max-width: 767px) {
  header {
    justify-content: center;
    height: 75px;
  }
  header .logo {
    flex-basis: 148px;
  }
  header nav {
    display: none;
  }
  header .hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background-color: transparent;
    z-index: 9999;
    transition: background-color .2s linear;
  }
  header .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: absolute;
    top: 26px;
    right: 20px;
    width: 35px;
    height: 23px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span {
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 9998;
    padding: 80px 50px 0;
    overflow-y: scroll;
  }
  header nav.open {
      display: block;
      animation: open .3s linear 0s;
  }
  @keyframes open {
      from{
          opacity: 0;
      }
      to{
          opacity: 1;
      }
  }
  header nav {
    flex-wrap: wrap;
  }
  header nav ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 60px;
  }
  header nav ul li {
    flex-basis: 100%;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-right: 0;
    border-bottom: 1px dotted #fff;
  }
  header nav ul li:after {
    display: none;
  }
  header nav ul li:last-child {
    margin-bottom: 0;
  }
  header nav ul li a {
    font-size: 25px;
    line-height: 1;
  }
  header nav ul li p {
    font-size: 17px;
    display: block;
    padding-top: 12px;
  }
}

section.sec_title {
  position: relative;
  min-height: 690px;
  z-index: -2;
}
section.sec_title .txt {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 14.285%;
  width: 100%;
  z-index: -1;
}
section.sec_title .txt img {
  width: 100%;
  height: auto;
}
section.sec_title.sec_title_material .txt {
  max-width: 725px;
}
section.sec_title.sec_title_color .txt {
  max-width: 625px;
}
section.sec_title.sec_title_restoration .txt {
  max-width: 682px;
}
section.sec_title.sec_title_technology .txt {
  max-width: 1039px;
}

.sec_title01 .titleArea .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: #000;
  transition: all 2s ease;
  opacity: 0;
  will-change: transform;
  transform: translate3d(0,0,0);
}
.sec_title01 .titleArea .border.show {
  height: 100%;
  opacity: 1;
}
.sec_title01 .titleArea .border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #000;
}
.sec_title01 .titleArea p.txt1 {
  font-size: 30px;
  margin-bottom: .58em;
  font-feature-settings: "palt";
}
.sec_title01 .titleArea p.txt2 {
  font-size: 62px;
  line-height: 1.4;
  white-space: nowrap;
  font-feature-settings: "palt";
}
.sec_title01 .titleArea p.txt3 {
  font-size: 30px;
  margin-top: .58em;
}
.sec_title01 .titleArea p.txt4 {
  font-size: 24px;
  margin-top: 1.5em;
  line-height: 1.666;
}
.sec_title02 {
  position: relative;
  padding-top: 120px;
}
.sec_title02 .border {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #000;
  transition: all 1s ease;
  opacity: 0;
  will-change: transform;
  transform: translate3d(0,0,0);
}
.sec_title02 .border.show {
  height: 96px;
  opacity: 1;
}
.sec_title02 .border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #000;
}
.sec_title02 p.txt1 {
  text-align: center;
  font-size: 62px;
  line-height: 1.4;
  margin-bottom: .25em;
  font-feature-settings: "palt";
}
.sec_title02 p.txt2 {
  text-align: center;
  font-size: 30px;
}


/* 4.contents
========================================== */
.container {
  position: relative;
 /* padding-top: 70px; */
 padding-top: 35px;
  overflow-y: hidden;
}
section.fv {
  position: relative;
}
section.fv .sec_inner {
  position: relative;
  margin: auto;
  font-size: 0;
}
.sec_inner .fv_video,
.inner.fv_video {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
.sec_inner .fv_video iframe,
.inner.fv_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.liveact-controls > .lac-row {
  display: none!important
}
section.sectop {
  position: relative;
}
section.sectop .square01 {
  position: absolute;
  top: 100px;
  right: 0;
  width: 14.285%;
  max-width: 200px;
  height: 251px;
  background-image: url(../img/sectop_01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
section.sectop .square02 {
  position: absolute;
  top: 300px;
  left: 0;
  width: 47.4285%;
  max-width: 664px;
  height: 533px;
  background-image: url(../img/sectop_02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
section.sectop .square03 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34.14285%;
  max-width: 478px;
  height: 803px;
  background-image: url(../img/sectop_03.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
section.sectop .sec_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
  padding: 100px 0 150px;
}
section.sectop .sec_inner .left {
  display: flex;
  flex-direction: row-reverse;
  flex-basis: 23.695%;
}
section.sectop .sec_inner .left p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space:nowrap;
}
section.sectop .sec_inner .left p.txt1 {
  font-size: 44px;
  margin-left: 16px;
}
section.sectop .sec_inner .left p.txt2 {
  font-size: 80px;
}
section.sectop .sec_inner .right {
  flex-basis: 76.305%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 64px;
}
section.sectop .sec_inner .right .rightTop {
  flex-basis: 100%;
  padding-left: 100px;
  margin-bottom: 50px;
}
section.sectop .sec_inner .right .rightTop p.txt1 {
  font-size: 20px;
  margin-bottom: 1em;
}
section.sectop .sec_inner .right .rightTop p.txt2 {
  font-size: 59px;
  margin-bottom: .84em;
}
section.sectop .sec_inner .right .rightTop p.txt3 {
  font-size: 22px;
  line-height: 2;
}
section.sectop .sec_inner .right .rightBottom {
  flex-basis: 100%;
}
section.sectop .sec_inner .right .rightBottom .imgWrap {
  position: relative;
  padding-top: 93.18%;
}
section.sectop .sec_inner .right .rightBottom .imgWrap figure:nth-child(1) {
  position: absolute;
  width: 20.483%;
  top: 40px;
  left: 0;
}
section.sectop .sec_inner .right .rightBottom .imgWrap figure:nth-child(2) {
  position: absolute;
  width: 29%;
  top: 0;
  left: 18.634%;
}
section.sectop .sec_inner .right .rightBottom .imgWrap figure:nth-child(3) {
  position: absolute;
  width: 29.445%;
  top: 57px;
  left: 47.083%;
}
section.sectop .sec_inner .right .rightBottom .imgWrap figure:nth-child(4) {
  position: absolute;
  width: 30%;
  top: 30px;
  left: 72.546%;
}
section.sectop .sec_inner .right .rightBottom .imgWrap figure img {
  width: 100%;
  height: auto;
}

section.material {
  padding-bottom: 145px;
}
section.material .wrap01 {
  position: relative;
  padding-top: 100px;
}
section.material .wrap01 .sec_title01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.material .wrap01 .sec_title01 .imgArea {
  flex-basis: 43.85%;
  text-align: right;
}
section.material .wrap01 .sec_title01 .imgArea img {
  width: 100%;
  height: auto;
}
section.material .wrap01 .sec_title01 .titleArea {
  padding-left: calc((100vw - 920px) / 2);
}
section.material .wrap01 .sec_title01 .titleArea .inner {
  position: relative;
  padding-left: 50px;
}


section.material .sec_inner {
  max-width: 920px;
  margin: 0 auto;
}
section.material .sec_title02 {
  margin-bottom: 90px;
}
section.material .block01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
section.material .block01 .item {
  flex-basis: 45.65%;
}
section.material .block01 .item p.txt1 {
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: .25em;
}
section.material .block01 .item p.txt2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
}
section.material .block01 .item .imgArea img {
  width: 100%;
  height: auto;
}
section.material .block02 {
  font-size: 0;
}
section.material .block02 img {
  width: 100%;
  height: auto;
}
section.material .wrap02 {
  position: relative;
  padding-top: 124px;
}
section.material .fix02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 31%;
  max-width: 435px;
  height: 650px;
  background-image: url(../img/01_img10.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
section.material .fix03 {
  position: absolute;
  top: 58%;
  right: 0;
  width: 43.4285%;
  max-width: 608px;
  height: 650px;
  background-image: url(../img/01_img11.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
section.material .wrap02 .sec_title02 {
  margin-bottom: 40px;
}
section.material .block03 {
  position: relative;
  z-index: 2;
  font-size: 0;
  margin-bottom: 150px;
}
section.material .block03 img {
  width: 100%;
  height: auto;
}
section.material .block04 {
  margin-bottom: 72px;
}
section.material .block04 .blockHead {
  background-color: #000;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 36px;
}
section.material .block04 .numArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
}
section.material .block04 .numArea .item {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
section.material .block04 .numArea .item:last-of-type {
  margin-right: 0;
}
section.material .block04 .numArea .item span {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  color: #fff;
  font-size: 20px;
  background-color: #5a5a5a;
  margin-right: 10px;
}
section.material .block04 .numArea .item p {
  font-size: 24px;
}
section.material .block04 .numArea .item:first-of-type span {
  background-color: #d61d1d;
}
section.material .block04 .numArea .item:first-of-type p {
  color: #d61d1d;
}
section.material .block04 .contentsArea {
  display: flex;
  justify-content: space-between;
}
section.material .block04 .contentsArea .item {
  flex-basis: 32.6%;
  background-color: rgba(251,251,251,.8);
}
section.material .block04 .contentsArea .item .head {
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  background-color: #f1efef;
}
section.material .block04 .contentsArea .item .inner {
  padding: 24px 22px 30px;
}
section.material .block04 .contentsArea .item .inner .imgArea {
  position: relative;
  padding-top: 145%;
  margin-bottom: 20px;
  font-size: 0;
}
section.material .block04 .contentsArea .item .inner .imgArea img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
section.material .block04 .contentsArea .item .inner p.desc {
  font-size: 16px;
  line-height: 1.625;
}
section.material .block04 .exhibition {
  text-align: right;
  margin-top: .5rem;
}
section.material .block05 {
  margin-bottom: 88px;
}
section.material .block05 .inner {
  margin: 0 auto;
  background-color: #fafafa;
  box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
}
section.material .wrap03 .sec_title02 {
  margin-bottom: 60px;
}
section.material .block06 {
  margin-bottom: 60px;
}
section.material .block06 .imgWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
section.material .block06 .imgWrap .item {
  flex-basis: 47.82%;
}
section.material .block06 .imgWrap .item:first-of-type .head {
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background-color: #d61d1d;
}
section.material .block06 .imgWrap .item:last-of-type .head {
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background-color: #000;
}
section.material .block06 .imgWrap .item:first-of-type .imgArea {
  padding-top: 60px;
  width: 70%;
  margin: 0 auto;
}
section.material .block06 .imgWrap .item:last-of-type .imgArea {
  padding-top: 60px;
  width: 100%;
  margin: 0 auto;
}
section.material .block06 .imgWrap .item .imgArea img {
  width: 100%;
  height: auto;
}
section.material .block06 .descArea {
  max-width: 880px;
  margin: 0 auto;
}
section.material .block06 .descArea .top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f4f2f2;
  height: 70px;
  margin-bottom: 20px;
}
section.material .block06 .descArea .top p {
  font-size: 24px;
}
section.material .block06 .descArea p.bottom {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}
section.material .block06 .descArea p.bottom span {
  color: #d61d1d;
}
section.material .block07 {
  margin-bottom: 110px;
}
section.material .block07 .inner {
  margin: 0 auto;
  background-color: #fafafa;
  box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
}
section.material .wrap04 .sec_title02 {
  margin-bottom: 40px;
}
section.material .block08 {
  margin-bottom: 84px;
}
section.material .block08 .blockHead {
  text-align: center;
  font-size: 32px;
  color: #fff;
  background-color: #000;
  line-height: 60px;
}
section.material .block08 .contentsArea {
  max-width: 840px;
  margin: 0 auto;
}
section.material .block08 .contentsArea .top {
  display: flex;
  padding: 50px 0;
  align-items: center;
  justify-content: space-between;
}
section.material .block08 .contentsArea .top .left {
  font-size: 72px;
  white-space: nowrap;
}
section.material .block08 .contentsArea .top .right {
  font-size: 24px;
  line-height: 1.66;
}
section.material .block08 .contentsArea .middle {
  font-size: 0;
  margin-bottom: 80px;
}
section.material .block08 .contentsArea .middle img {
  width: 100%;
  height: auto;
}
section.material .block08 .contentsArea .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.material .block08 .contentsArea .bottom .left {
  flex-basis: 45.24%;
}
section.material .block08 .contentsArea .bottom .left .head {
  font-size: 45px;
  line-height: 1.3;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section.material .block08 .contentsArea .bottom .left .desc {
  line-height: 2;
  padding-right: 10%;
}
section.material .block08 .contentsArea .bottom .right {
  flex-basis: 51.2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.material .block08 .contentsArea .bottom .right .item {
  flex-basis: 47.6%;
}
section.material .block08 .contentsArea .bottom .right .item .imgArea {
  font-size: 0;
  margin-bottom: 14px;
}
section.material .block08 .contentsArea .bottom .right .item .imgArea img {
  width: 100%;
  height: auto;
}
section.material .block08 .contentsArea .bottom .right .item .desc {
  text-align: center;
}
section.material .block09 {
  margin-bottom: 100px;
}
section.material .block09 .inner {
  margin: 0 auto;
  background-color: #fafafa;
  box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 40px 40px -24px rgba(0, 0, 0, 0.2);
}
section.material .block10 {
  padding: 70px 0;
  background-image: url(../img/bg01.jpg);
}
section.material .block10 .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1000px;
  margin: 0 auto;
}
section.material .block10 .inner .left {
  position: absolute;
  top: 50%;
  left: 19%;
  width: 26%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.material .block10 .inner .left img {
  width: 100%;
  height: auto;
}
section.material .block10 .inner .right {
  flex-basis: 48%;
}
section.material .block10 .inner .right p.txt1 {
  font-size: 52px;
  line-height: 1.5;
  margin-bottom: .25em;
  letter-spacing: -0.2rem;
}
section.material .block10 .inner .right p.txt2 {
  font-size: 25px;
  line-height: 1.6;
}
section.material .block10 .inner .fixImg {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20.5%;
  padding-top: 55%;
  background-image: url(../img/01_img18.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
section.material .wrap05 {
  position: relative;
  padding-top: 170px;
}
section.material .fix04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 41.4285%;
  max-width: 580px;
  height: 410px;
  background-image: url(../img/01_img20.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
section.material .sec_inner {
  max-width: 920px;
  margin: 0 auto;
}
section.material .wrap05 .sec_title01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
section.material .wrap05 .sec_title01 .imgArea {
  flex-basis: 41.4285%;
}
section.material .wrap05 .sec_title01 .imgArea img {
  width: 100%;
  height: auto;
}
section.material .wrap05 .sec_title01 .titleArea {
  flex-basis: 53.5715%;
  position: relative;
  padding-left: 50px;
}
section.material .wrap05 .sec_inner {
  max-width: 860px;
}
section.material .block11 {
  margin-bottom: 96px;
}
section.material .block11 .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.material .block11 .item:nth-child(1),
section.material .block11 .item:nth-child(2) {
  margin-bottom: 96px;
}
section.material .block11 .item:nth-child(even) {
  flex-direction: row-reverse;
}
section.material .block11 .item .txtArea {
  flex-basis: 44.2%;
}
section.material .block11 .item:nth-child(even) .txtArea {
}
section.material .block11 .item .txtArea .icon {
  position: relative;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px solid #000;
  text-align: center;
  padding: 24px 0;
  margin-bottom: 24px;
}
section.material .block11 .item:nth-child(even) .txtArea .icon {
  float: right;
}
section.material .block11 .item:nth-child(odd) .txtArea .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -190px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 1px;
  width: 190px;
  background-color: #000;
}
section.material .block11 .item:nth-child(even) .txtArea .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -190px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 1px;
  width: 190px;
  background-color: #000;
}
section.material .block11 .item .txtArea .icon .iconImg {
  margin-bottom: 12px;
}
section.material .block11 .item:nth-child(1) .txtArea .icon .iconImg img {
  width: 62px;
}
section.material .block11 .item:nth-child(2) .txtArea .icon .iconImg img {
  width: 54px;
}
section.material .block11 .item:nth-child(3) .txtArea .icon .iconImg img {
  width: 74px;
}
section.material .block11 .item .txtArea .icon p {
  font-size: 36px;
  line-height: 1.2;
}
section.material .block11 .item:nth-child(even) .txtArea .desc {
  clear: both;
}
section.material .block11 .item .txtArea .desc p.txt1 {
  font-size: 25px;
  line-height: 1.5;
  font-feature-settings: "palt";
  margin-bottom: .5em;
}
section.material .block11 .item .txtArea .desc p.txt2 {
  line-height: 2;
  padding-right: 30%;
  font-feature-settings: "palt";
}
section.material .block11 .item:nth-child(even) .txtArea .desc p.txt1 {
  padding-right: 0;
  padding-left: 35%;
}
section.material .block11 .item:nth-child(even) .txtArea .desc p.txt2 {
  padding-right: 0;
  padding-left: 35%;
}
section.material .block11 .item .graphArea {
  flex-basis: 55.8%;
}
section.material .block11 .item .graphArea img {
  width: 100%;
  height: auto;
}
section.material .block11 .exhibition {
  text-align: right;
  margin-top: .5rem;
}
section.material .block12 {
  padding: 70px 0;
  background-image: url(../img/bg01.jpg);
}
section.material .block12 .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
}
section.material .block12 .inner .imgArea {
  position: absolute;
  top: 50%;
  right: 15.43%;
  width: 28.26%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.material .block12 .inner .imgArea img {
  width: 100%;
  height: auto;
}
section.material .block12 .inner .txtArea p.txt1 {
  font-size: 52px;
  line-height: 1.5;
  margin-bottom: .25em;
  letter-spacing: -0.2rem;
}
section.material .block12 .inner .txtArea p.txt2 {
  font-size: 25px;
  line-height: 1.6;
}
section.material .block12 .inner .txtArea p.txt3 {
    font-size: 14px;
    line-height: 1.6;
}
section.material .block12 .inner .fixImg {
  position: absolute;
  top: 50%;
  right: 3.4%;
  transform: translateY(-48%);
  -moz-transform: translateY(-48%);
  -webkit-transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  width: 16.63%;
  padding-top: 69%;
  background-image: url(../img/01_img27.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}


section.color {
  padding-bottom: 170px;
}
section.color .wrap01 {
  position: relative;
  padding-top: 100px;
}
section.color .wrap01 .sec_title01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
section.color .wrap01 .sec_title01 .imgArea {
  flex-basis: 43.85%;
  text-align: right;
}
section.color .wrap01 .sec_title01 .imgArea img {
  width: 100%;
  height: auto;
}
section.color .wrap01 .sec_title01 .titleArea {
  flex-basis: 53.5%;
  padding-left: calc((100vw - 920px) / 2);
}
section.color .wrap01 .sec_title01 .titleArea .inner {
  position: relative;
}
section.color .wrap01 .sec_title01 .titleArea .inner .ttl {
  position: relative;
  padding-left: 50px;
}
section.color .wrap01 .sec_title01 .titleArea .inner p.txt4 {
  padding-left: 50px;
}
section.color .wrap01 .sec_title01 .titleArea .inner p.txt4 span {
  text-decoration: underline;
}
section.color .wrap01 .sec_title02 {
  margin-bottom: 60px;
}
section.color .sec_inner {
  max-width: 920px;
  margin: 0 auto;
}
section.color .block01 {
  margin-bottom: 135px;
}
section.color .block01 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 124px;
}
section.color .block01 .top .imgArea {
  flex-basis: 50%;
  font-size: 0;
}
section.color .block01 .top .imgArea img {
  width: 100%;
  height: auto;
}
section.color .block01 .top p {
  flex-basis: 44%;
  font-size: 24px;
  line-height: 1.66;
  font-feature-settings: "palt";
}
section.color .block01 .bottom {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
section.color .block01 .bottom .imgArea {
  flex-basis: 50%;
  font-size: 0;
}
section.color .block01 .bottom .imgArea img {
  width: 100%;
  height: auto;
}
section.color .block01 .bottom .txtArea {
  flex-basis: 50%;
}
section.color .block01 .bottom .txtArea .head {
  font-size: 45px;
  line-height: 1.4;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section.color .block01 .bottom .txtArea .desc {
  line-height: 2;
  padding-right: 12%;
}
section.color .block02 {
  padding: 70px 0;
  background-image: url(../img/bg01.jpg);
}
section.color .block02 .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
section.color .block02 .inner .imgArea {
  position: absolute;
  top: 50%;
  right: 0;
  width: 22.2%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.color .block02 .inner .imgArea img {
  width: 100%;
  height: auto;
}
section.color .block02 .inner .txtArea {
  padding-left: 4%;
}
section.color .block02 .inner .txtArea p.txt1 {
  font-size: 52px;
  line-height: 1.5;
  margin-bottom: .25em;
  letter-spacing: -0.2rem;
}
section.color .block02 .inner .txtArea p.txt2 {
  font-size: 25px;
  line-height: 1.6;
}
section.color .block02 .inner .fixImg {
  position: absolute;
  top: 40%;
  right: 22.1%;
  transform: translateY(-41%);
  -moz-transform: translateY(-41%);
  -webkit-transform: translateY(-41%);
  -ms-transform: translateY(-41%);
  width: 18.3%;
  padding-top: 55.5%;
  background-image: url(../img/00_fv_model_03.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}


section.restoration {
  padding-bottom: 240px;
}
section.restoration .sec_inner {
  max-width: 920px;
  margin: 0 auto;
}
section.restoration .wrap01 {
  padding-top: 60px;
}
section.restoration .wrap01 .sec_title02 {
  margin-bottom: 90px;
}
section.restoration .block01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 130px;
}
section.restoration .block01 .contentsArea {
  flex-basis: 54%;
  padding-left: calc((100vw - 920px) / 2);
}
section.restoration .block01 .contentsArea p {
  font-size: 24px;
  line-height: 1.666;
  margin-bottom: 30px;
}
section.restoration .block01 .contentsArea .thumb {
  width: 72%;
  margin: 0 auto;
}
section.restoration .block01 .contentsArea .thumb img {
  width: 100%;
  height: auto;
}
section.restoration .block01 .imgArea {
  flex-basis: 42.285%;
  text-align: right;
  font-size: 0;
}
section.restoration .block01 .imgArea img {
  width: 100%;
  height: auto;
}
section.restoration .wrap02 .sec_title02 {
  margin-bottom: 45px;
}
section.restoration .block02 {
  margin-bottom: 80px;
}
section.restoration .block02 .head {
  background-color: #000;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 32px;
}
section.restoration .block02 .itemList {
  margin-bottom: 50px;
}
section.restoration .block02 .itemList .item {
  padding: 50px 0;
  border-bottom: 1px dotted #000;
}
section.restoration .block02 .itemList .item p.name {
  position: relative;
  font-size: 28px;
  margin-bottom: 1em;
  line-height: 1.14;
  padding-left: 1em;
}
section.restoration .block02 .itemList .item p.name:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 9px;
  height: 10px;
  background-image: url(../img/disc.png);
  background-size: 100% auto;
}
section.restoration .block02 .itemList .item .contentsArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.restoration .block02 .itemList .item .contentsArea .thumb {
  flex-basis: 50%;
  padding: 0 20px;
}
section.restoration .block02 .itemList .item .contentsArea .thumb img {
  width: 100%;
  height: auto;
}
section.restoration .block02 .itemList .item .contentsArea .desc {
  flex-basis: 50%;
  padding-top: 30px;
  padding-left: 16px;
}
section.restoration .block02 .itemList .item .contentsArea .desc p.icon {
  display: inline-block;
  width: 80px;
  line-height: 32px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
section.restoration .block02 .itemList .item .contentsArea .desc p.txt {
  font-size: 18px;
  line-height: 1.6;
  padding-top: .25em;
}
section.restoration .block02 .bottomTxt {
  text-align: center;
  font-size: 32px;
  line-height: 1.625;
  font-feature-settings: "palt";
}
section.restoration .block03 {
  padding: 70px 0;
  background-image: url(../img/bg01.jpg);
}
section.restoration .block03 .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 920px;
  margin: 0 auto;
}
section.restoration .block03 .inner .left {
  position: absolute;
  top: 50%;
  left: 15.217%;
  width: 28.26%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.restoration .block03 .inner .left img {
  width: 100%;
  height: auto;
}
section.restoration .block03 .inner .right {
  flex-basis: 50%;
}
section.restoration .block03 .inner .right p.txt1 {
  font-size: 52px;
  line-height: 1.5;
  margin-bottom: .25em;
  letter-spacing: -0.2rem;
}
section.restoration .block03 .inner .right p.txt2 {
  font-size: 25px;
  line-height: 1.6;
}
section.restoration .block03 .inner .fixImg {
  display: none;
  position: absolute;
  top: 50%;
  left: 38px;
  transform: translateY(-41%);
  -moz-transform: translateY(-41%);
  -webkit-transform: translateY(-41%);
  -ms-transform: translateY(-41%);
  width: 17.5%;
  padding-top: 63%;
  background-image: url(../img/03_img08.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}


section.story {
  background-image: url(../img/03_img12.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 220px;
  padding: 120px 0 130px;
}
section.story .sec_inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 64px 70px 40px;
  background-color: #fff;
}
section.story .sec_inner .head {
  margin-bottom: 54px;
}
section.story .sec_inner .head .txt1 {
  font-size: 28px;
  text-align: center;
  line-height: 1.25;
  margin-bottom: .1em;
}
section.story .sec_inner .head .txt2 {
  font-size: 40px;
  text-align: center;
  line-height: 1.525;
  margin-bottom: .2em;
}
section.story .sec_inner .head .txt3 {
  font-size: 20px;
  text-align: center;
}
section.story .sec_inner .block01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
section.story .sec_inner .block01 .imgArea {
  flex-basis: 54.285%;
  font-size: 0;
}
section.story .sec_inner .block01 .imgArea img {
  width: 100%;
  height: auto;
}
section.story .sec_inner .block01 p {
  flex-basis: 42.865%;
  font-size: 20px;
  line-height: 1.7;
}
section.story .sec_inner .block02 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}
section.story .sec_inner .block02 .imgArea {
  flex-basis: 54.285%;
  font-size: 0;
}
section.story .sec_inner .block02 .imgArea img {
  width: 100%;
  height: auto;
}
section.story .sec_inner .block02 p {
  flex-basis: 42.865%;
  font-size: 20px;
  line-height: 1.7;
}
section.story .sec_inner .block03 {
  text-align: center;
}
section.story .sec_inner .block03 a {
  display: inline-block;
  width: 85.7%;
  text-align: center;
  color: #fff;background-color: #000;
  line-height: 50px;
  font-size: 18px;
  border-radius: 25px;
}


section.technology {
  padding-bottom: 200px;
}
section.restoration .sec_inner {
  max-width: 920px;
  margin: 0 auto;
}
section.technology .wrap01 {
  position: relative;
  padding-top: 60px;
}
section.technology .wrap01 .fix01 {
  position: absolute;
  top: 185px;
  left: 0;
  width: 34.285%;
  padding-top: 49.7%;
  background-image: url(../img/04_img02.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
section.technology .wrap01 .sec_title02 {
  margin-bottom: 60px;
}
section.technology .wrap01 .block01 {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
section.technology .wrap01 .block01 p {
  display: inline-block;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  line-height: 1.25;
  padding: 18px 0;
}
section.technology .wrap01 .block02 {
  position: relative;
  text-align: center;
  padding-right: calc((100vw - 900px) / 2);
  padding-left: 38.5%;
  font-size: 24px;
  line-height: 1.667;
  margin-bottom: 64px;
}
section.technology .slider {
  margin-bottom: 114px;
}
section.technology .slider .image {
  padding: 0 20px;
  font-size: 0;
}
section.technology .slider .image img {
  width: 100%;
  height: auto;
}
section.technology .block03 {
  padding: 70px 0;
  background-image: url(../img/bg01.jpg);
}
section.technology .block03 .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
}
section.technology .block03 .inner .imgArea {
  position: absolute;
  top: 50%;
  right: 16%;
  width: 28.26%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.technology .block03 .inner .imgArea img {
  width: 100%;
  height: auto;
}
section.technology .block03 .inner .txtArea p.txt1 {
  font-size: 56px;
  line-height: 1.5;
  margin-bottom: .25em;
  font-feature-settings: "palt";
}
section.technology .block03 .inner .txtArea p.txt2 {
  font-size: 25px;
  line-height: 1.6;
}
section.technology .block03 .inner .txtArea p.txt3 {
  font-size: 14px;
  line-height: 1.6;
}
section.technology .block03 .inner .fixImg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-36%);
  -moz-transform: translateY(-36%);
  -webkit-transform: translateY(-36%);
  -ms-transform: translateY(-36%);
  width: 23%;
  padding-top: 61%;
  background-image: url(../img/04_img07.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
section.banner {
  margin-bottom: 128px;
}
section.banner .sec_inner {
  max-width: 1000px;
  margin: 0 auto;
}
section.banner .sec_inner .block01 {
  display: flex;
  justify-content: space-between;
}
section.banner .sec_inner .block01 .item {
  flex-basis: 49%;
  font-size: 0;
}
section.banner .sec_inner .block01 .item img {
  width: 100%;
  height: auto;
}
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #232323;
}
footer p {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 920px) {
  section.sec_title .txt {
    right: 1%;
  }
}
@media screen and (max-width: 767px) {
  section.sec_title {
    min-height: 345px;
  }
  section.sec_title .txt {
    right: 20px;
  }
  section.sec_title.sec_title_material .txt {
    max-width: 283px;
  }
  section.sec_title.sec_title_color .txt {
    max-width: 332px;
    padding-top: 31.33%;
  }
  section.sec_title.sec_title_restoration .txt {
    max-width: 333px;
    padding-top: 30%;
  }
  section.sec_title.sec_title_technology .txt {
    max-width: 301px;
    padding-top: 13.378%;
  }
  .sec_title01 {
    flex-wrap: wrap;
  }
  .sec_title01 .titleArea {
    flex-basis: 100%;
    padding-left: 22px!important;
  }
  .sec_title01 .titleArea p.txt1 {
    font-size: 15px;
  }
  .sec_title01 .titleArea p.txt2 {
    font-size: 31px;
  }
  .sec_title01 .titleArea p.txt3 {
    font-size: 15px;
  }
  .sec_title02 {
    padding-top: 65px;
  }
  .sec_title02 .border.show {
    height: 48px;
    opacity: 1;
  }
  .sec_title02 .border:after {
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }
  .sec_title02 p.txt1 {
    font-size: 30px;
  }
  .sec_title02 p.txt2 {
    font-size: 15px;
  }
  section.material .wrap01 .sec_title01 {
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  section.material .wrap01 .sec_title01 .imgArea {
    flex-basis: 80%;
  }


  section.sectop .square01 {
    display: none;
  }
  section.sectop .square02 {
    top: 80px;
    left: 0;
    width: 29.333%;
    max-width: 110px;
    height: 200px;
    background-image: url(../img/sectop_02_sp.png);
  }
  section.sectop .square03 {
    top: 226px;
    bottom: auto;
    right: 0;
    width: 44%;
    max-width: 165px;
    height: 400px;
    background-image: url(../img/sectop_03_sp.png);
  }
  section.sectop .sec_inner {
    flex-wrap: wrap;
    padding: 35px 0 57px;
  }
  section.sectop .sec_inner .left {
    flex-basis: 100%;
    justify-content: center;
  }
  section.sectop .sec_inner .left p.txt1 {
    font-size: 22px;
  }
  section.sectop .sec_inner .left p.txt2 {
    font-size: 40px;
  }
  section.sectop .sec_inner .right {
    flex-basis: 100%;
    padding-top: 30px;
  }
  section.sectop .sec_inner .right .rightTop {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  section.sectop .sec_inner .right .rightTop p.txt1 {
    font-size: 11px;
  }
  section.sectop .sec_inner .right .rightTop p.txt2 {
    font-size: 33px;
    margin-bottom: .25em;
  }
  section.sectop .sec_inner .right .rightTop p.txt3 {
    font-size: 15px;
  }
  section.sectop .sec_inner .right .rightTop p.txt3 br {
    display: none;
  }
  section.sectop .sec_inner .right .rightBottom .imgWrap figure:nth-child(1) {
    top: 15px;
    left: 8%;
    width: 17.6%;
  }
  section.sectop .sec_inner .right .rightBottom .imgWrap figure:nth-child(2) {
    width: 24.93%;
    left: 24%;
  }
  section.sectop .sec_inner .right .rightBottom .imgWrap figure:nth-child(3) {
    width: 25%;
    left: 47.86%
  }
  section.sectop .sec_inner .right .rightBottom .imgWrap figure:nth-child(4) {
    width: 26%;
    left: 69.3%;
  }
  section.material {
    padding-bottom: 100px;
  }
  section.material .wrap01 {
    padding-top: 45px;
  }
  section.material .wrap01 .sec_title01 .titleArea .inner {
    padding-left: 25px;
  }
  section.material .sec_inner {
    padding: 0 10px;
  }
  section.material .block01 {
    flex-wrap: wrap;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  section.material .block01 .item {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  section.material .block01 .item p.txt1 {
    font-size: 20px;
  }
  section.material .block01 .item p.txt2 {
    font-size: 12px;
  }
  section.material .wrap02 {
    padding-top: 57px;
  }
  section.material .block03 {
    margin-bottom: 55px;
  }
  section.material .block04 {
    margin-bottom: 20px;
  }
  section.material .block04 .blockHead {
    font-size: 18px;
    line-height: 35px;
  }
  section.material .block04 .numArea {
    justify-content: space-around;
  }
  section.material .block04 .numArea .item {
    margin-right: 0;
  }
  section.material .block04 .numArea .item span {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    font-size: 12px;
    line-height: 18px;
    margin-right: 4px;
  }
  section.material .block04 .numArea .item p {
    font-size: 14px;
  }
  section.material .block04 .contentsArea {
    flex-wrap: wrap;
  }
  section.material .block04 .contentsArea .item {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  section.material .block04 .contentsArea .item .head {
    font-size: 15px;
    line-height: 30px;
  }
  section.material .block04 .contentsArea .item .inner {
    display: flex;
    justify-content: space-between;
    padding: 16px 10px 20px;
  }
  section.material .block04 .contentsArea .item .inner .imgArea {
    flex-basis: 38.8%;
    padding-top: 0;
    margin-bottom: 0;
  }
  section.material .block04 .contentsArea .item .inner .imgArea img {
    position: static;
  }
  section.material .block04 .contentsArea .item .inner p.desc {
    flex-basis: 58%;
    font-size: 14px;
    padding-top: 1.5em;
  }
  section.material .block04 .exhibition {
    text-align: right;
    margin-top: .5rem;
    font-size: 12px;
  }
  section.material .block05 {
    margin-bottom: 65px;
  }
  section.material .block05 .inner {
  }
  section.material .block06 {
    margin-bottom: 45px;
  }
  section.material .block06 .imgWrap {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  section.material .block06 .imgWrap .item {
    flex-basis: 100%;
  }
  section.material .block06 .imgWrap .item:first-of-type .head,
  section.material .block06 .imgWrap .item:last-of-type .head {
    font-size: 15px;
    line-height: 30px;
  }
  section.material .block06 .imgWrap .item:first-of-type .imgArea {
    width: 56.33%;
    padding: 17px 0 32px;
  }
  section.material .block06 .imgWrap .item:last-of-type .imgArea {
    width: 81.69%;
    margin: 0 auto;
    padding: 25px 0 25px;
  }
  section.material .block06 .descArea .top {
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  section.material .block06 .descArea .top p {
    flex-basis: 100%;
    font-size: 15px;
    text-align: center;
  }
  section.material .block06 .descArea .top p:first-of-type {
    margin-bottom: .666em;
  }
  section.material .block06 .descArea p.bottom {
    font-size: 15px;
  }
  section.material .block07 {
    margin-bottom: 54px;
  }
  section.material .block07 .inner {
  }
  section.material .wrap04 .sec_title02 {
    margin-bottom: 16px;
  }
  section.material .block08 {
    margin-bottom: 25px;
  }
  section.material .block08 .blockHead {
    font-size: 18px;
    line-height: 1.2;
    padding: 12px 0;
  }
  section.material .block08 .contentsArea .top {
    flex-wrap: wrap;
    padding: 15px 0 20px;
  }
  section.material .block08 .contentsArea .top .left {
    flex-basis: 100%;
    text-align: center;
    font-size: 36px;
    margin-bottom: .25em;
  }
  section.material .block08 .contentsArea .top .right {
    flex-basis: 100%;
    text-align: center;
    font-size: 14px;
  }
  section.material .block08 .contentsArea .bottom {
    padding: 0 10px;
  }
  section.material .block08 .contentsArea .bottom .left {
    flex-basis: 59%;
  }
  section.material .block08 .contentsArea .bottom .left .head {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  section.material .block08 .contentsArea .bottom .left .desc {
    font-size: 14px;
    padding-right: 0;
    line-height: 1.45;
  }
  section.material .block08 .contentsArea .bottom .right {
    flex-basis: 30.5%;
    flex-wrap: wrap;
  }
  section.material .block08 .contentsArea .bottom .right .item {
    flex-basis: 100%;
  }
  section.material .block08 .contentsArea .bottom .right .item:first-of-type {
    margin-bottom: 12px;
  }
  section.material .block08 .contentsArea .bottom .right .item .imgArea {
    margin-bottom: 8px;
  }
  section.material .block08 .contentsArea .bottom .right .item .desc {
    font-size: 11px;
  }
  section.material .block09 {
    margin-bottom: 40px;
  }
  section.material .block09 .inner {
  }
  section.material .block10 {
    padding: 50px 0;
  }
  section.material .block10 .inner {
    width: 100%;
    padding: 0 10px 0 20px;
  }
  section.material .block10 .inner .left {
    display: none;
  }
  section.material .block10 .inner .right {
    flex-basis: 65%;
  }
  section.material .block10 .inner .right p.txt1 {
    font-size: 28px;
  }
  section.material .block10 .inner .right p.txt2 {
    font-size: 12px;
  }
  section.material .block10 .inner .fixImg {
    left: 20px;
    width: 28.9%;
    padding-top: 78%;
    transform: translateY(-43%);
    -moz-transform: translateY(-43%);
    -webkit-transform: translateY(-43%);
    -ms-transform: translateY(-43%);
  }
  section.material .wrap05 {
    padding-top: 64px;
  }
  section.material .wrap05 .sec_title01 {
    padding-left: 22px;
    margin-bottom: 35px;
  }
  section.material .wrap05 .sec_title01 .imgArea {
    display: none;
  }
  section.material .wrap05 .sec_title01 .titleArea {
    flex-basis: 100%;
  }
  section.material .block11 {
    margin-bottom: 45px;
  }
  section.material .block11 .item,
  section.material .block11 .item:nth-child(even) {
    flex-direction: inherit;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  section.material .block11 .item:nth-child(1),
  section.material .block11 .item:nth-child(2) {
    margin-bottom: 45px;
  }
  section.material .block11 .item .txtArea {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  section.material .block11 .item:nth-child(odd) .txtArea .icon,
  section.material .block11 .item:nth-child(even) .txtArea .icon {
    width: 105px;
    height: 105px;
    margin: 0 auto 12px;
    padding: 14px 0 15px;
    float: none;
  }
  section.material .block11 .item .txtArea .icon:after {
    display: none;
  }
  section.material .block11 .item .txtArea .icon .iconImg {
    margin-bottom: 6px;
  }
  section.material .block11 .item:nth-child(1) .txtArea .icon .iconImg img {
    width: 31px;
  }
  section.material .block11 .item:nth-child(2) .txtArea .icon .iconImg img {width: 27px;}
  section.material .block11 .item:nth-child(3) .txtArea .icon .iconImg img {
    width: 37px;
  }
  section.material .block11 .item .txtArea .icon p {
    font-size: 18px;
  }
  section.material .block11 .item .txtArea .desc p.txt1 {
    text-align: center;
    font-size: 16px;
    margin-bottom: .25em;
    font-weight: bold;
  }
  section.material .block11 .item .txtArea .desc p.txt2 {
    text-align: center;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.4;
  }
  section.material .block11 .item:nth-child(even) .txtArea .desc p.txt1,
  section.material .block11 .item:nth-child(even) .txtArea .desc p.txt2 {
    padding-left: 0;
  }
  section.material .block11 .item .graphArea {
    flex-basis: 100%;
  }
  section.material .block11 .exhibition {
    padding-right: 10px;
    font-size: 12px;
  }
  section.material .block12 {
    padding: 30px 0;
  }
  section.material .block12 .inner {
    padding: 0 20px;
  }
  section.material .block12 .inner .imgArea {
    display: none;
  }
  section.material .block12 .inner .txtArea {
    flex-basis: 67.16%;
  }
  section.material .block12 .inner .txtArea p.txt1 {
    font-size: 28px;
  }
  section.material .block12 .inner .txtArea p.txt2 {
    font-size: 13px;
  }
  section.material .block12 .inner .fixImg {
    width: 18.13%;
    right: 40px;
    padding-top: 75%;
    transform: translateY(-42%);
    -moz-transform: translateY(-42%);
    -webkit-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
  }
  section.color {
    padding-bottom: 53px;
  }
  section.color .wrap01 .sec_title01 {
    margin-bottom: 45px;
  }
  section.color .wrap01 .sec_title01 .titleArea {
    flex-basis: 100%;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  section.color .wrap01 .sec_title01 .titleArea .inner .ttl {
    padding-left: 25px;
  }
  section.color .wrap01 .sec_title01 .titleArea .inner p.txt4 {
    font-size: 15px;
    padding-left: 0;
  }
  section.color .wrap01 .sec_title01 .imgArea {
    flex-basis: 100%;
    padding: 0 20px;
  }
  section.color .block01 {
    margin-bottom: 40px;
  }
  section.color .block01 .top {
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
  section.color .block01 .top .imgArea {
    flex-basis: 100%;
    padding: 0 20%;
    margin-bottom: 25px;
  }
  section.color .block01 .top p {
    flex-basis: 100%;
    padding: 0 20px;
    font-size: 15px;
    text-align: center;
  }
  section.color .block01 .bottom {
    padding-left: 20px;
  }
  section.color .block01 .bottom .txtArea {
    flex-basis: 60%;
  }
  section.color .block01 .bottom .txtArea .head {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  section.color .block01 .bottom .txtArea .desc {
    font-size: 14px;
    padding-right: 6%;
  }
  section.color .block01 .bottom .imgArea {
    flex-basis: 40%;
  }
  section.color .block02 {
    padding: 42px 0;
  }
  section.color .block02 .inner .imgArea {
    display: none;
  }
  section.color .block02 .inner .txtArea {
    padding-left: 20px;
  }
  section.color .block02 .inner .txtArea p.txt1 {
    font-size: 28px;
  }
  section.color .block02 .inner .txtArea p.txt2 {
    font-size: 12px;
  }
  section.color .block02 .inner .fixImg {
    right: 12px;
    width: 20.6%;
    padding-top: 64%;
  }
  section.restoration {
    padding-bottom: 58px;
  }
  section.restoration .wrap01 {
    padding-top: 30px;
  }
  section.restoration .wrap01 .sec_title02 {
    margin-bottom: 30px;
  }
  section.restoration .block01 {
    flex-wrap: wrap;
    padding: 0 20px;
    margin-bottom: 70px;
  }
  section.restoration .block01 .contentsArea {
    flex-basis: 100%;
  }
  section.restoration .block01 .contentsArea p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  section.restoration .block01 .contentsArea .thumb {
    display: none;
  }
  section.restoration .block01 .imgArea {
    flex-basis: 100%;
  }
  section.restoration .wrap02 .sec_title02 {
    margin-bottom: 22px;
  }
  section.restoration .block02 {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  section.restoration .block02 .head {
    font-size: 18px;
    line-height: 35px;
  }
  section.restoration .block02 .itemList {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  section.restoration .block02 .itemList .item {
    padding: 25px 0;
  }
  section.restoration .block02 .itemList .item p.name {
    font-size: 16px;
    margin-bottom: 20px;
    font-feature-settings: "palt";
  }
  section.restoration .block02 .itemList .item .contentsArea {
    flex-wrap: wrap;
  }
  section.restoration .block02 .itemList .item .contentsArea .thumb {
    flex-basis: 78%;
    padding: 0 0 0 10px;
    margin-bottom: 26px;
  }
  section.restoration .block02 .itemList .item .contentsArea .desc {
    flex-basis: 100%;
    padding: 0;
  }
  section.restoration .block02 .itemList .item .contentsArea .desc p.icon {
    width: 60px;
    font-size: 14px;
    line-height: 25px;
  }
  section.restoration .block02 .itemList .item .contentsArea .desc p.txt {
    font-size: 14px;
  }
  section.restoration .block02 .bottomTxt {
    font-size: 16px;
  }
  section.restoration .block03 {
    padding: 30px 0;
  }
  section.restoration .block03 .inner .left {
    display: none;
  }
  section.restoration .block03 .inner {
    padding-right: 20px;
  }
  section.restoration .block03 .inner .right {
    flex-basis: 66%;
  }
  section.restoration .block03 .inner .right p.txt1 {
    font-size: 28px;
  }
  section.restoration .block03 .inner .right p.txt2 {
    font-size: 13px;
  }
  section.restoration .block03 .inner .fixImg {
    width: 18%;
    padding-top: 66%;
    transform: translateY(-39%);
    -moz-transform: translateY(-39%);
    -webkit-transform: translateY(-39%);
    -ms-transform: translateY(-39%);
  }
  section.story {
    padding: 20px;
    margin-bottom: 78px;
  }
  section.story .sec_inner {
    padding: 15px 20px 28px;
  }
  section.story .sec_inner .head {
    margin-bottom: 15px;
  }
  section.story .sec_inner .head .txt1 {
    font-size: 14px;
  }
  section.story .sec_inner .head .txt2 {
    font-size: 20px;
    white-space: nowrap;
  }
  section.story .sec_inner .head .txt3 {
    font-size: 10px;
  }
  section.story .sec_inner .block01 {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  section.story .sec_inner .block01 .imgArea {
    flex-basis: 100%;
    margin-bottom: 8px;
  }
  section.story .sec_inner .block01 p {
    flex-basis: 100%;
    font-size: 14px;
  }
  section.story .sec_inner .block02 {
    flex-direction: inherit;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  section.story .sec_inner .block02 .imgArea {
    flex-basis: 100%;
    margin-bottom: 8px;
  }
  section.story .sec_inner .block02 p {
    flex-basis: 100%;
    font-size: 14px;
  }
  section.story .sec_inner .block03 a {
    width: 100%;
    line-height: 1.1;
    font-size: 14px;
    padding: 10px 0;
  }
  section.technology {
    padding-bottom: 47px;
  }
  section.technology .wrap01 {
    padding-top: 24px;
  }
  section.technology .wrap01 .sec_title02 {
    margin-bottom: 14px;
  }
  section.technology .wrap01 .fix01 {
    display: none;
  }
  section.technology .wrap01 .sec_inner {
    padding: 0 10px;
  }
  section.technology .wrap01 .block01 {
    margin-bottom: 8px;
  }
  section.technology .wrap01 .block01 p {
    font-size: 15px;
    padding: 14px 10px;
  }
  section.technology .wrap01 .block02 {
    padding-left: 0;
    font-size: 15px;
    text-align: left;
    margin-bottom: 35px;
  }
  section.technology .slider {
    margin-bottom: 68px;
  }
  section.technology .slider .image {
    padding: 0 8px;
  }
  section.technology .block03 {
    padding: 25px 0;
  }
  section.technology .block03 .inner {
    padding-left: 20px;
  }
  section.technology .block03 .inner .txtArea p.txt1 {
    font-size: 28px;
  }
  section.technology .block03 .inner .txtArea p.txt2 {
    font-size: 13px;
  }
  section.technology .block03 .inner .txtArea p.txt3 {
    font-size: 7px;
  }
  section.technology .block03 .inner .imgArea {
    display: none;
  }
  section.technology .block03 .inner .fixImg {
    width: 27%;
    padding-top: 72%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  section.banner {
    margin-bottom: 20px;
  }
  section.banner .sec_inner .block01 {
    padding: 0 10px;
  }
}




#material p.txt4{
  font-size:12px;
  margin:0.8em auto auto auto;
}
