/*
top
*/
.vision h1 {
  background:url("/corporate/vision/images/index_mv_01.jpg") center top no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .vision::before {
    background:url("/corporate/vision/images/index_mv_01.jpg") center top no-repeat;
    background-size: cover;
  }
  .vision h1 {
	background: none;
  }
}

.vision .list01 {
  margin-right: auto;
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: auto;
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .vision .list01 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 92%;
    border-bottom: 1px solid #aa926c;
  }
  .vision .list01:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.vision .list01 li {
  display: table-cell;
  width: 252px;
  background: #dedede;
  border-right: 2px solid #fff;
  font-size: 1.3rem;
  letter-spacing: 0.23em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .vision .list01 li {
    display: block;
    float: left;
    width: 50%;
    font-size: 0.95rem;
    letter-spacing: 0;
  }
  .vision .list01 li:last-child {
	border-right: none;
  }
}

.vision .list01 li:hover {
  opacity: 0.7;
}

.vision .list01 li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #5a5a5a;
}

.vision .list01 .act {
  background: #aa926c;
}

.vision .list01 .act a {
  color: #fff;
}

.vision h2 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .vision h2 {
    margin-bottom: 25px;
  }
}

.vision h2 span {
  display: block;
  text-align: center;
}

.vision h2 .txt01 {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-style: italic;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 767px) {
  .vision h2 .txt01 {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}

.vision h2 .txt02 {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .vision h2 .txt02 {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
  }
}

.vision .sec {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .vision .sec {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.vision h3 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #2e1813;
  font-size: 1.9rem;
  letter-spacing: 0.2em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .vision h3 {
    font-size: 1.25rem;
  }
}

.vision .sec01 {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .vision .sec01 {
    margin-bottom: 30px;
  }
}

.vision .sec01 h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .vision .sec01 h3 {
    margin-bottom: 20px;
  }
}

.vision .sec01 p {
  font-size: 3.5rem;
  letter-spacing: 0.09em;
  line-height: 1.52686;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .vision .sec01 p {
    font-size: 1.6rem;
    letter-spacing: 0.09em;
    line-height: 1.51189;
  }
}

.vision .sec02 {
  margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
  .vision .sec02 {
    margin-bottom: 40px;
  }
}

.vision .sec02 h3 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .vision .sec02 h3 {
    margin-bottom: 20px;
  }
}

.vision .sec02 .secIn {
  position: relative;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  width: 650px;
  height: 350px;
}

@media only screen and (max-width: 767px) {
  .vision .sec02 .secIn {
    margin-bottom: 30px;
    width: 100%;
    height: 200px;
  }
}

.vision .sec02 .secIn h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.45857;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .vision .sec02 .secIn h4 {
    font-size: 1.21rem;
    line-height: 1.39215;
  }
}

.vision .sec02 .secIn li {
  position: absolute;
  display: inline-block;
  font-size: 2.4rem;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1.09375;
  text-align: center;
  color: #85612b;
}

.lang-en .vision .sec02 .secIn h4{
  font-size: 1.8rem;
  width: 300px;
}
.lang-en .vision .sec02 .secIn li {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .vision .sec02 .secIn li {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 1.14982;
  }
  .lang-en .vision .sec02 .secIn h4{
    width: 40%;
    font-size: 1.1rem;
  }
  .lang-en .vision .sec02 .secIn li {
    font-size: 1.2rem;
  }
}

.vision .sec02 .secIn .item01 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.vision .sec02 .secIn .item01::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 70px;
  margin-right: -100px;
  -webkit-transform: rotate(32.4deg);
          transform: rotate(32.4deg);
  display: inline-block;
  padding-top: 2px;
  width: 90px;
  height: 0;
  background: #d2c7bc;
}

@media only screen and (max-width: 767px) {
  .vision .sec02 .secIn .item01::after {
    margin-top: 40px;
    margin-right: -40px;
    width: 50px;
  }
}

.vision .sec02 .secIn .item02 {
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vision .sec02 .secIn .item02::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 120px;
  margin-right: 120px;
  -webkit-transform: rotate(-72deg);
          transform: rotate(-72deg);
  display: inline-block;
  padding-top: 2px;
  width: 90px;
  height: 0;
  background: #d2c7bc;
}

@media only screen and (max-width: 767px) {
  .vision .sec02 .secIn .item02::after {
    margin-top: 60px;
    margin-right: 55px;
    width: 50px;
  }
}

.vision .sec02 .secIn .item03 {
  bottom: 0;
  right: 15%;
}

.vision .sec02 .secIn .item03::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
  margin-left: -110px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  padding-top: 2px;
  width: 90px;
  height: 0;
  background: #d2c7bc;
}

@media only screen and (max-width: 767px) {
  .vision .sec02 .secIn .item03::after {
    margin-top: 60px;
    margin-left: -55px;
    width: 30px;
  }
}

.vision .sec02 .secIn .item04 {
  bottom: 0;
  left: 10%;
}

.vision .sec02 .secIn .item04::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -75px;
  margin-left: 50px;
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
  display: inline-block;
  padding-top: 2px;
  width: 90px;
  height: 0;
  background: #d2c7bc;
}

@media only screen and (max-width: 767px) {
  .vision .sec02 .secIn .item04::after {
    margin-top: -50px;
    margin-left: 20px;
    width: 50px;
  }
}

.vision .sec02 .secIn .item05 {
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vision .sec02 .secIn .item05::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -42px;
  margin-left: 140px;
  -webkit-transform: rotate(-32.4deg);
          transform: rotate(-32.4deg);
  display: inline-block;
  padding-top: 2px;
  width: 90px;
  height: 0;
  background: #d2c7bc;
}

@media only screen and (max-width: 767px) {
  .vision .sec02 .secIn .item05::after {
    margin-top: -25px;
    margin-left: 90px;
    width: 50px;
  }
}

.vision .sec02 ol {
  margin-right: auto;
  margin-left: auto;
  width: 900px;
  border-top: 1px solid #d2c7bc;
}

@media only screen and (max-width: 767px) {
  .vision .sec02 ol {
    width: 100%;
  }
}

.vision .sec02 ol li {
  display: table;
  border-right: 1px solid #d2c7bc;
  border-bottom: 1px solid #d2c7bc;
  border-left: 1px solid #d2c7bc;
  width: 100%;
}

.vision .sec02 ol li span {
  display: table-cell;
}

.vision .sec02 ol li .txt01 {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 55px;
  background: #85612b;
  font-size: 3.61rem;
  font-style: italic;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .vision .sec02 ol li .txt01 {
    width: 7.24638%;
    font-size: 1.6rem;
  }
}

.vision .sec02 ol li .txt02 {
  display: table-cell;
  padding-left: 20px;
  width: 270px;
  border-right: 1px solid #d2c7bc;
  font-size: 2.347rem;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1.09587;
  vertical-align: middle;
  color: #85612b;
}

@media only screen and (max-width: 767px) {
  .vision .sec02 ol li .txt02 {
    padding-left: 5px;
    width: 37.68116%;
    font-size: 1.05rem;
    line-height: 1.22476;
  }
}

.vision .sec02 ol li .txt03 {
  display: table-cell;
  padding-right: 20px;
  padding-left: 20px;
  width: 575px;
  font-size: 1.715rem;
  letter-spacing: 0.05em;
  line-height: 1.52595;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .vision .sec02 ol li .txt03 {
    padding-left: 5px;
    padding-right: 5px;
    width: 55.07246%;
    font-size: 1.05rem;
    line-height: 1.33333;
  }
}


/*
message
*/
.message h1 {
  background:url("/corporate/vision/images/index_mv_01.jpg") center top no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .message::before {
    background:url("/corporate/vision/images/index_mv_01.jpg") center top no-repeat;
    background-size: cover;
  }
  .message h1 {
	background: none;
  }
}

.message .list01 {
  margin-right: auto;
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: auto;
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .message .list01 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 92%;
    border-bottom: 1px solid #aa926c;
  }
  .message .list01:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.message .list01 li {
  display: table-cell;
  width: 252px;
  background: #dedede;
  border-right: 2px solid #fff;
  font-size: 1.3rem;
  letter-spacing: 0.23em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .message .list01 li {
    display: block;
    float: left;
    width: 50%;
    font-size: 0.95rem;
    letter-spacing: 0;
  }
  .message .list01 li:last-child {
	border-right: none;
  }
}

.message .list01 li:hover {
  opacity: 0.7;
}

.message .list01 li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #5a5a5a;
}

.message .list01 .act {
  background: #aa926c;
}

.message .list01 .act a {
  color: #fff;
}

.message h2 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .message h2 {
    margin-bottom: 25px;
  }
}

.message h2 span {
  display: block;
  text-align: center;
}

.message h2 .txt01 {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-style: italic;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 767px) {
  .message h2 .txt01 {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}

.message h2 .txt02 {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .message h2 .txt02 {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
  }
}

.message .rowBox {
  display: table;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  width: 780px;
}

@media only screen and (max-width: 767px) {
  .message .rowBox {
    display: block;
    margin-bottom: 30px;
    padding-right: 4%;
    padding-left: 4%;
    width: 100%;
  }
}

.message .rowBox img {
  display: table-cell;
  width: 260px;
}

@media only screen and (max-width: 767px) {
  .message .rowBox img {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    width: 73.33333%;
  }
}

.message .rowBox .defListBox {
  display: table-cell;
  padding-left: 55px;
  width: 520px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .message .rowBox .defListBox {
    display: block;
    padding-left: 0;
    width: 100%;
  }
}

.message .rowBox .defList01 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .message .rowBox .defList01 {
    margin-bottom: 20px;
  }
}

.message .rowBox .defList01 dt {
  margin-bottom: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 2.44643rem;
}

@media only screen and (max-width: 767px) {
  .message .rowBox .defList01 dt {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}

.message .rowBox .defList01 dd {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.39115;
}

@media only screen and (max-width: 767px) {
  .message .rowBox .defList01 dd {
    font-size: 1.8rem;
  }
}

.message .rowBox .defList02 {
  margin-left: 220px;
}

.lang-en .message .rowBox .defList01 dd{
  font-size: 1.8rem;
}
.lang-en .message .rowBox .defList02{
  margin-left: auto;
  text-align: right;
}
.lang-en .message .rowBox .defList02 dt{
  text-align: right;
}
.lang-en .message .rowBox .defList02 span{
  display: block;
  text-align: right;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .message .rowBox .defList02 {
    margin-left: 0;
  }
}

.message .rowBox .defList02 dt {
  margin-bottom: 10px;
  font-size: 1.26rem;
  letter-spacing: 0.14em;
}

@media only screen and (max-width: 767px) {
  .message .rowBox .defList02 dt {
    font-size: 1.2rem;
  }
}

.message .rowBox .defList02 dd .txt01 {
  margin-right: 10px;
  font-size: 1.26rem;
  letter-spacing: 0.14em;
}

@media only screen and (max-width: 767px) {
  .message .rowBox .defList02 dd .txt01 {
    font-size: 1.2rem;
  }
}

.message .rowBox .defList02 dd .txt02 {
  font-size: 1.98rem;
  letter-spacing: 0.14em;
}

@media only screen and (max-width: 767px) {
  .message .rowBox .defList02 dd .txt02 {
    font-size: 1.8rem;
  }
}

.message .writeBox {
  margin-right: auto;
  margin-left: auto;
  width: 780px;
}

@media only screen and (max-width: 767px) {
  .message .writeBox {
    padding-right: 4%;
    padding-left: 4%;
    width: 100%;
  }
}

.message .writeBox p {
  margin-bottom: 30px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
}

@media only screen and (max-width: 767px) {
  .message .writeBox p {
    margin-bottom: 20px;
    line-height: 1.6;
  }
}

.message .btn-plus {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .message .btn-plus {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}


