/*!
home
--------------------------------------*/
@media screen and (min-width: 897px) {
  body:not(.is-small) .common-footer > .totop {
    display: none;
  }
}
.page {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 897px) {
  body:not(.is-small) .page {
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 2;
  }
}
.page > .back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 897px) {
  body:not(.is-small) .page > .back {
    height: 100%;
  }
}
.page > .content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (min-width: 897px) {
  body.is-small .page > .content {
    padding: 120px 0;
  }
  body:not(.is-small) .page > .content {
    padding-top: 60px;
    width: calc(100% - 240px);
    max-width: 1080px;
  }
}

#zexeed_top_logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 18.3vw;
	max-width: 300px;
  z-index: 100;
  display: none;
}

.is-top #zexeed_top_logo {
  display: block;
}

#zexeed_top_logo img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#zexeed_top_logo img:hover {
  opacity: 0.7;
}

#zexeed_top_logo > img {
  max-width: 100%;
}

@media screen and (max-width: 896px) {
  #zexeed_top_logo {
    width: 40vw;
    top: 20px;
    left: 20px;
  }

  body.is-fixed #zexeed_top_logo {
    display: none;
  }
}
.page-opening {
  color: white;
  background-color: #00569b;
  display: none;
}
@media screen and (min-width: 897px) {
  body:not(.is-small) .page-opening {
    display: block;
  }
}
.page-opening > .back {
  background-image: url(/product/zexeed/images/back_home-top.jpg);
}
.page-opening > .content {
  width: 100%;
}
@media screen and (min-width: 897px) {
  .page-opening > .content {
    top: 26.88%;
  }
  body:not(.is-small) .page-opening > .content {
    padding: 0;
  }
}
.page-opening > .content > .copy {
  line-height: 1.5;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.page-opening > .content > .keywords {
  margin: 40px auto 0;
  width: 90vw;
  height: 77.41vw;
  max-width: 550px;
  max-height: 473px;
  position: relative;
}
.page-opening > .content > .keywords > .word {
  width: 41%;
  position: absolute;
}
.page-opening > .content > .keywords > .word.-w1 {
  left: 0;
  top: 0;
}
.page-opening > .content > .keywords > .word.-w2 {
  left: 0;
  bottom: 0;
}
.page-opening > .content > .keywords > .word.-w3 {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-opening > .content > .keywords > .word.-w4 {
  right: 0;
  top: 0;
}
.page-opening > .content > .keywords > .word.-w5 {
  right: 0;
  bottom: 0;
}

.page-top > .back {
  background-image: url(/product/zexeed/images/back_home-top.jpg);
}
@media screen and (max-width: 896px) {
  .page-top > .content {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
  }
}
@media screen and (min-width: 897px) {
  .page-top > .content {
    top: 26.88%;
  }
  body.is-small .page-top > .content {
    padding-bottom: 180px;
  }
  body:not(.is-small) .page-top > .content {
    padding: 0;
  }
}
.page-top > .content > .copy {
  line-height: 1.5;
  text-align: center;
  font-size: 4vw;
  font-weight: 600;
  margin-bottom: 3em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 414px) {
  .page-top > .content > .copy {
    font-size: 18px;
  }
}
@media screen and (min-width: 897px) {
  .page-top > .content > .copy {
    font-size: 20px;
    margin-bottom: 70px;
  }
}
.page-top > .content > .logo {
  margin: 0 auto;
  width: 80%;
  max-width: 412px;
}
.page-top > .content > .logo > .src {
  width: 100%;
}
.page-top > .news {
  position: absolute;
  z-index: 3;
  color: black;
  background-color: white;
  padding: 0 7.24vw;
  width: 100%;
  height: 60px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	z-index: 100;
}

#zexeed_top_newsIn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1500px;
	margin: 0 auto;
}
@media screen and (min-width: 414px) {
  .page-top .news {
    padding: 0 30px;
  }
}
@media screen and (min-width: 897px) {
  .page-top .news {
    /*padding: 0 14%; */
  }
}
.page-top .news .head {
  padding-right: 1em;
  margin-right: 1em;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  border-right: 1px solid #d1d6db;
  white-space: nowrap;
}
@media screen and (min-width: 897px) {
  .page-top .news .head {
    padding-right: 20px;
    margin-right: 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}


.page-top .news .body{
	width: 67vw;
}
.page-top .news .body .item .itemiIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	align-items: center;
}
.page-top .news .body .item .date {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #00569b;
}
.page-top .news .body .item .itemiIn .tag{
	background-color: #00569b;
	color: #fff;
	padding: 0.5em;
	text-align: center;
	min-width: 6em;
	font-size: 12px;
	margin-right: 1em;
}
.page-top .news .body .item .text {
  font-size: 14px;
   /*width: calc(100vw - 225px);*/
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.page-top .news .VIEWMORE{
	color: #00569b;
	font-weight: bold;
	white-space: nowrap;
	border-left: #00569b solid 1px;
}
.page-top .news .VIEWMORE a{
	color: #00569b;
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0 1.5em;
	position: relative;
}
.page-top .news .VIEWMORE a:after{
	content: "▶";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 1em;
	height: 1em;
	font-size: 12px;
}
@media screen and (max-width: 897px) {
	#zexeed_top_newsIn{
		display: block;
		width: 100%;
	}
	.page-top > .news{
		height: auto;
		padding: 0.5em 1em;
	}
	.page-top .news .head{
		border: none;
	}
	.page-top .news .body{
		width: auto;
	}
	
	.page-top .news .VIEWMORE{
		position: absolute;
		top: 1em;
		right: 1em;
		border: none;
		font-size: 90%;
	}
	.page-top .news .VIEWMORE a{
		height: auto;
	}
	.page-top .news .body .item .itemiIn{
		flex-wrap: wrap;
	}
	.page-top .news .body .item .text{
		width: 100%;
		margin-top: 0.7em;
	}
}



@media screen and (min-width: 897px) {
  .page-top .news .body .item .text {
    /* width: calc(72vw - 205px);*/
  }
}
.page-top .news .body .item .text .link:hover {
  color: #00569b;
}

.page-about {
  background-color: white;
}
.page-about > .back {
  background-image: url(/product/zexeed/images/back_home-about.jpg);
  background-position: 60%;
}
@media screen and (min-width: 897px) {
  .page-about > .back {
    background-position: center;
  }
}
.page-about > .content {
  padding: 120px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 896px) {
  .page-about > .content {
    padding-top: 60px;
  }
}
@media screen and (min-width: 897px) {
  .page-about > .content {
    padding: 0;
  }
}
.page-about > .content > .logo {
  width: 66.75%;
  max-width: 276px;
}
@media screen and (min-width: 897px) {
  .page-about > .content > .logo {
    width: 400px;
    max-width: none;
  }
}
.page-about > .content > .logo .src {
  width: 100%;
}
.page-about > .content > .catch {
  margin: 1em 0;
  color: #00569b;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  .page-about > .content > .catch {
    margin: 20px 0;
    font-size: 24px;
  }
}
.page-about > .content > .lead {
  padding: 0 7.24vw;
  max-width: 600px;
  text-align: justify;
  line-height: 24px;
  font-size: 14px;
}
@media screen and (min-width: 414px) {
  .page-about > .content > .lead {
    padding: 0 30px;
  }
}
@media screen and (min-width: 897px) {
  .page-about > .content > .lead {
    padding: 0;
    max-width: none;
    text-align: center;
  }
}
.page-about > .content > .points {
  margin-top: 2em;
  padding: 0 7.24vw;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 414px) {
  .page-about > .content > .points {
    padding: 0 30px;
  }
}
@media screen and (min-width: 897px) {
  .page-about > .content > .points {
    margin: 30px -30px 0;
    padding: 0;
    max-width: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1140px;
  }
}
.page-about > .content > .points > .column {
  padding: 2em 1em 1.5em;
  border-top: 1px solid #00569b;
}
@media screen and (min-width: 897px) {
  .page-about > .content > .points > .column {
    padding: 0;
    border-top: none;
    width: 33.33%;
  }
  .page-about > .content > .points > .column:nth-child(2) {
    border-left: 1px solid #00569b;
    border-right: 1px solid #00569b;
  }
}
.page-about > .content > .points > .column:last-child {
  border-bottom: 1px solid #00569b;
}
@media screen and (min-width: 897px) {
  .page-about > .content > .points > .column:last-child {
    border-bottom: none;
  }
}
.page-about > .content > .points > .column > .head {
  text-align: center;
}
@media screen and (min-width: 897px) {
  .page-about > .content > .points > .column > .head {
    padding: 0 10px;
  }
}
.page-about > .content > .points > .column > .head > .title {
  color: #00569b;
  font-size: 5.8vw;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 414px) {
  .page-about > .content > .points > .column > .head > .title {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 897px) {
  .page-about > .content > .points > .column > .head > .title {
    font-size: 30px;
  }
}
.page-about > .content > .points > .column > .head > .syn {
  display: block;
  margin-top: 0.5em;
  color: #04355e;
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.86vw;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 414px) {
  .page-about > .content > .points > .column > .head > .syn {
    font-size: 1em;
  }
}
@media screen and (min-width: 897px) {
  .page-about > .content > .points > .column > .head > .syn {
    font-size: 20px;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 897px) {
  .page-about > .content > .points > .column.-sustain > .head > .title {
    letter-spacing: 0.01em;
  }
}
.page-about > .content > .points > .column > .body {
  margin-top: 1.5em;
  text-align: justify;
  line-height: 24px;
  font-size: 14px;
}
@media screen and (min-width: 897px) {
  .page-about > .content > .points > .column > .body {
    margin-top: 10px;
    padding: 0 30px;
  }
}
.page-about > .content > .action {
  margin-top: 20px;
  text-align: center;
}

.page-series {
  background-color: white;
}
.page-series > .back {
  background-image: url(/product/zexeed/images/back_home-series.jpg);
  background-position: right;
  opacity: 0.5;
}
@media screen and (min-width: 897px) {
  .page-series > .back {
    background-position: center;
    opacity: 1;
  }
}
.page-series > .content {
  padding: 80px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (min-width: 897px) {
  .page-series > .content {
    padding: 0;
  }
}
.page-series > .content > .title {
  margin-bottom: 1.5em;
  padding: 0 7.24vw;
  line-height: 1.3;
  color: #04355e;
  text-align: center;
  font-size: 5.8vw;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 414px) {
  .page-series > .content > .title {
    padding: 0 30px;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 897px) {
  .page-series > .content > .title {
    margin-bottom: 20px;
    padding: 0;
    font-size: 30px;
  }
}
.page-series > .content > .structure {
  max-width: 600px;
}
@media screen and (min-width: 897px) {
  .page-series > .content > .structure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1142px;
  }
}
@media screen and (min-width: 897px) and (-ms-high-contrast: active), screen and (min-width: 897px) and (-ms-high-contrast: none) {
  .page-series > .content > .structure {
    height: 343px;
  }
}
@media screen and (min-width: 897px) {
  body.is-small .page-series > .content > .structure {
    max-width: 800px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-series > .content > .structure > .desc {
  margin: 0 7.24vw;
  padding: 4.83vw 7.24vw;
  border: 1px solid #00569b;
  border-radius: 1em;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  text-align: justify;
  line-height: 30px;
  font-size: 14px;
}
.page-series > .content > .structure > .desc::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -1em;
  right: -1em;
  bottom: -1em;
  left: -1em;
  border: 1px solid white;
  border-radius: 2em;
}
@media screen and (min-width: 414px) {
  .page-series > .content > .structure > .desc {
    margin: 0 30px;
    padding: 20px 30px;
  }
}
@media screen and (min-width: 897px) {
  .page-series > .content > .structure > .desc {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding: 7%;
    border-radius: 0;
    border: none;
    width: 34%;
    height: 100%;
    line-height: 1.8;
    font-size: 1vw;
  }
  .page-series > .content > .structure > .desc::after {
    content: none;
  }
  body.is-small .page-series > .content > .structure > .desc {
    font-size: 11px;
    padding: 8%;
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .page-series > .content > .structure > .desc {
    line-height: 2.43;
    font-size: 0.93vw;
  }
}
@media screen and (min-width: 1500px) {
  .page-series > .content > .structure > .desc {
    font-size: 14px;
  }
}
.page-series > .content > .structure > .fig {
  margin: 0 auto;
  width: 95%;
  position: relative;
  z-index: 2;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 897px) {
  .page-series > .content > .structure > .fig {
    max-width: 400px;
    background: none;
  }
}
.page-series > .content > .structure > .fig #sec_1_title img,
.page-series > .content > .structure > .fig #sec_1_triangle img {
  width: 100%;
  height: auto;
}
.page-series > .content > .structure > .fig map {
  display: block;
}
.page-series > .content > .structure > .fig #sec_1_triangle {
  margin: 1em auto 0;
  width: 90%;
}
.page-series > .content > .structure > .fig .vector .link .logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-series > .content > .structure > .fig .vector .link:hover .logo {
  fill: #04355e;
}
.page-series > .content > .structure > .fig > .note {
  margin: 1em 2em;
  text-indent: -1em;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 897px) {
  .page-series > .content > .structure > .fig > .note {
    margin: 1.5em 0 0;
    text-indent: 0;
    font-size: 0.92vw;
  }
  body.is-small .page-series > .content > .structure > .fig > .note {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .page-series > .content > .structure > .fig > .note {
    font-size: 12px;
  }
}
.page-series > .content > .strong {
  margin-top: 3em;
  padding: 0 7.24vw;
  max-width: 600px;
  text-align: justify;
  line-height: 30px;
  font-size: 14px;
}
@media screen and (min-width: 414px) {
  .page-series > .content > .strong {
    padding: 0 30px;
  }
}
@media screen and (min-width: 897px) {
  .page-series > .content > .strong {
    margin-top: 45px;
    padding: 0;
    max-width: none;
    text-align: center;
  }
}
.page-series > .content > .action {
  margin-top: 30px;
  text-align: center;
}
.page-series > .content > .action > .default-button {
  padding: 10px 50px;
  /*
  > .label {
    display: inline-block;
    margin: 0 -0.5em;
    transform: scaleX(0.9);
    @media screen and (min-width: 414px) {
      margin: 0;
      transform: none;
    }
  }
  */
}
@media screen and (min-width: 414px) {
  .page-series > .content > .action > .default-button {
    padding: 10px 55px;
  }
}
.page-series > .content > .action > .default-button::after {
  right: 12px;
}
@media screen and (min-width: 414px) {
  .page-series > .content > .action > .default-button::after {
    right: 20px;
  }
}

.page-contact {
  background-color: #f0f8fa;
}
.page-contact > .back {
  left: auto;
  right: 0;
  width: 80%;
  background-image: url(/product/zexeed/images/back_home-contact.jpg);
  background-position: left;
  opacity: 0.5;
}
@media screen and (min-width: 897px) {
  .page-contact > .back {
    width: calc(50% + 50px);
    opacity: 1;
  }
}
.page-contact > .content {
  padding: 80px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 897px) {
  .page-contact > .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    padding: 0 0 123px;
  }
  body.is-small .page-contact > .content {
    max-width: 800px;
  }
}
.page-contact > .content > .title {
  color: #00569b;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  .page-contact > .content > .title {
    font-size: 30px;
  }
}
.page-contact > .content > .title > .icon {
  margin-right: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 897px) {
  .page-contact > .content > .title > .icon {
    margin-right: 20px;
  }
}
.page-contact > .content > .title > .icon img {
  height: 0.67em;
}
.page-contact > .content > .lead {
  padding: 0 7.24vw;
  margin-top: 1em;
  line-height: 1.71;
  font-size: 12px;
}
@media screen and (min-width: 414px) {
  .page-contact > .content > .lead {
    padding: 0 30px;
  }
}
@media screen and (min-width: 897px) {
  .page-contact > .content > .lead {
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
}
.page-contact > .content > .action {
  margin-top: 40px;
}
