@charset "UTF-8";
/* ===========================================================

  Title: top.css
  Created: 2019-4-8

=========================================================== */
/*
  jumbotron
  top-section
  top-section--news
  top-section--company
  top-section--business
  top-section--sumishos
  top-section--esg

=========================================================== */
.is-en .top-section--news {
  /*padding: 1.5rem 1.0rem !important;*/
}
.is-en .top-section--news .top-section__inner {
  /*display: none !important;*/
}

/* ===========================================================

  jumbotron

=========================================================== */
.jumbotron {
  position: relative;
  background-color: #fff;
  color: #fff;
  width: 100%;
  height: calc(100vw / 100 * 56.25);
}
@media (min-width: 992px) {
  .jumbotron {
    height: calc(100vh - 96px);
    min-height: 500px;
    overflow: hidden;
    margin-bottom: 0;
  }
}

.jumbotron-slider {
  height: calc(100vw / 100 * 56.25);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.jumbotron-slider__cell {
  height: calc(100vw / 100 * 56.25);
  position: relative;
  pointer-events: none;
}
.jumbotron-slider__cell figure {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jumbotron-slider__cell video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .jumbotron-slider {
    height: calc(100vh - 96px);
    min-height: 500px;
  }
  .jumbotron-slider__cell {
    height: calc(100vh - 96px);
    min-height: 500px;
  }
  .jumbotron-slider__cell video {
    display: block;
  }
}

.jumbotron-slider__cell--1 figure {
  background-image: url(../img/jumbotron/jumbotron-image-1.jpg);
}
.jumbotron-slider__cell--2 figure {
  background-image: url(../img/jumbotron/jumbotron-image-2.jpg);
}
.jumbotron-slider__cell--3 figure {
  background-image: url(../img/jumbotron/jumbotron-image-3.jpg);
}
.jumbotron-slider__cell--4 figure {
  background-image: url(../img/jumbotron/jumbotron-image-4.png);
}
.jumbotron-slider__cell--5 figure {
  background-image: url(../img/jumbotron/jumbotron-image-5.png);
}
.jumbotron-slider__cell--6 figure {
  background-image: url(../img/jumbotron/jumbotron-image-6.png);
}
@media (min-width: 992px) {
  .jumbotron-slider {
    height: calc(100vh - 96px);
    min-height: 500px;
  }
  .jumbotron-slider__cell {
    height: calc(100vh - 96px);
    min-height: 500px;
  }
  .jumbotron-slider__cell--1 figure,
  .jumbotron-slider__cell--2 figure,
  .jumbotron-slider__cell--3 figure {
    display: none;
  }
}

/*
.jumbotron video {
	position: absolute;
	top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	max-width: 100%;
  height: auto;
  margin: auto;
}
.covervid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-jumbotron-video { min-height: calc(100vh - 60px); }
@media (min-width: 992px) {
  .jumbotron video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    max-width: none;
    width: auto;
    margin: 0;
  }
}*/

.jumbotron__inner {
  display: block;
  width: 100%;
  height: calc(100vw / 100 * 56.25);
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  .jumbotron__inner {
    padding: 0;
    height: 100%;
  }
}
.jumbotron__slogan {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  min-height: 25vh;
  height: 100%;
}
.jumbotron__slogan > * {
  display: block;
  width: 100%;
  position: relative;
}

.jumbotron__slogan h1 {
  padding: 0 0 1rem 0;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  display: none;
}
.jumbotron__slogan h1::after {
  display: none;
  padding: 0;
  margin: 1rem 0 0 0;
  width: 4rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
  content: "";
}
.jumbotron__slogan h2 {
  display: none;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
  font-weight: bold;
}
.jumbotron__slogan p {
  display: none;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.3em;
}
.jumbotron__slogan h1 {
  text-shadow: 0 0 12px rgba(0, 49, 95, 1);
}
.jumbotron__slogan h2 {
  text-shadow: 0 0 8px rgba(0, 49, 95, 1);
}
.jumbotron__slogan p {
  text-shadow: 0 0 5px rgba(0, 49, 95, 1);
}
@media (min-width: 992px) {
  .jumbotron__slogan {
    align-content: center;
    text-align: center;
    position: absolute;
    margin-top: 0;
    height: calc(100% - 20vh);
  }
  .jumbotron__slogan h1 {
    font-size: 72px;
    padding: 0 0 2rem 0;
    display: block;
  }
  .jumbotron__slogan h1::after {
    display: block;
    margin: 2rem auto 0 auto;
  }
  .jumbotron__slogan h1 br {
    display: none;
  }
  .jumbotron__slogan h2 {
    display: block;
    margin: 0 0 1.5rem 0;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.3em;
  }
  .jumbotron__slogan p {
    display: block;
    line-height: 1.8;
  }
  .is-en .jumbotron__slogan h2,
  .is-en .jumbotron__slogan p {
    letter-spacing: 0.15em;
  }
  .jumbotron__slogan br {
    display: inline;
  }
}

.jumbotron__banner {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(173, 224, 221, 0.5);
}
.jumbotron__banner ul {
  display: flex;
  padding: 1rem;
  margin: 0;
  justify-content: center;
  vertical-align: bottom;
}
.jumbotron__banner li {
  display: block;
  padding: 0 0.5rem;
  margin: 0;
  max-width: 272px;
  flex-basis: 272px;
}
.jumbotron__banner a {
  display: block;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

@media (min-width: 992px) {
  .jumbotron__banner {
  }
  .jumbotron__banner ul {
    padding: 2.5rem 1rem;
  }

  .jumbotron__banner a {
    padding: 0;
    max-width: 100%;
  }
}

/* ===========================================================

  top-section

=========================================================== */

.top-section {
  display: block;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.top-section__inner {
  display: flex;
  padding: 0;
  margin: 0 auto;
  flex-wrap: wrap;
}

.top-section-body,
.top-section-photo {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  flex-grow: 1;
}
.top-section-body {
  padding: 2rem 1rem;
  order: 2;
}
.top-section-photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
  min-height: 20rem;
  order: 1;
}

@media (min-width: 992px) {
  .top-section-body,
  .top-section-photo {
    width: 50%;
  }

  .top-section-body {
    padding: 4rem 1rem;
  }
  .top-section-photo {
    min-height: 28rem;
  }
  .top-section:nth-child(even) .top-section-body {
    order: 1;
  }
  .top-section:nth-child(even) .top-section-photo {
    order: 2;
  }
}

.top-section-main {
  display: block;
  padding: 0;
  margin: 0 auto;
  max-width: 34rem;
}

.top-section h2 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
}
.top-section h2 span {
  display: inline-block;
  padding: 0 0 1.5rem 0;
  margin: 0;
  position: relative;
}
.top-section h2 span::before {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(173, 224, 221, 1);
  width: 100%;
  height: 4px;
  content: "";
}

.top-section p {
  font-size: 1rem;
  line-height: 1.6;
}

.top-section h2 {
  margin: 0 0 1.5rem 0;
}

@media (min-width: 992px) {
  .top-section h2 {
    margin: 0 0 2rem 0;
  }
}

.top-section-menu {
  display: block;
  padding: 2rem 0 0 0;
  margin: 0;
  position: relative;
  font-size: 0.875rem;
}
.top-section-menu ul {
  display: flex;
  padding: 0;
  margin: 0 -1rem;
  flex-wrap: wrap;
}
.top-section-menu ul li {
  display: block;
  padding: 0.5rem 1rem;
  margin: 0;
}
.top-section-menu a {
  display: block;
  padding: 0 0 0 1rem;
  margin: 0;
  position: relative;
}
.top-section-menu a::after {
  display: block;
  padding: 0;
  margin: 0;
  font-family: basicicon;
  content: "\e957";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.top-section-menu a:hover {
  color: rgba(104, 116, 118, 1);
}
.top-section-menu a:hover::after {
  color: rgba(173, 224, 221, 1);
}

/* ===========================================================

  top-section--news

=========================================================== */
.top-section.top-section--news {
  padding: 2.5rem 1rem 0 1rem;
  background-color: rgba(104, 116, 118, 0.05);
}

.top-section.top-section--news .top-section__inner {
  display: flex;
  padding: 0;
  margin: 0 auto;
  flex-direction: column;
  max-width: 1200px;
  flex-wrap: wrap;
}
.top-section.top-section--news .top-section-title {
  width: 100%;
  padding: 0 0 1rem 0;
}
.top-section.top-section--news .top-section-title p {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}

.top-section.top-section--news .top-section-body {
  width: 100%;
  padding: 1rem 0;
}

@media (min-width: 992px) {
  .top-section.top-section--news {
    padding: 5rem 1rem;
  }

  .top-section.top-section--news .top-section__inner {
    flex-direction: row;
  }
  .top-section.top-section--news .top-section-title {
    width: 25%;
    flex-direction: column;
  }

  .top-section.top-section--news .top-section-body {
    width: 75%;
  }
}

/* ===========================================================

  top-section--company

=========================================================== */
.top-section.top-section--company {
}

.top-section.top-section--company .top-section-photo {
  background-image: url("../img/top/photo-company.jpg");
}

/* ===========================================================

  top-section--business

=========================================================== */

.top-section.top-section--business {
}
.top-section.top-section--business .top-section-photo {
  background-image: url("../img/top/photo-business.jpg");
}

.business-number {
  display: flex;
  padding: 0;
  margin: 0 -1rem;
  flex-wrap: wrap;
}
.business-number dl {
  display: block;
  padding: 1rem;
  margin: 0;
  width: 100%;
  flex-grow: 1;
}

.business-number dt {
  display: block;
  padding: 0 0 2rem 0;
  margin: 0;
  font-size: 0.875rem;
  position: relative;
}
.business-number dt::after {
  display: block;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 1px;
  content: "";
  background-color: #ddd;
  position: absolute;
  left: 0;
  bottom: 1rem;
}

.business-number dd {
  display: block;
  padding: 0;
  margin: 0;
}

.business-number .number-display__number {
  font-size: 5rem;
}

.business-number p {
  display: block;
  padding: 0 1rem;
  margin: 0;
  width: 100%;
}
.business-number p span {
  display: block;
  padding: 0.5rem 0;
  margin: 0 auto;
  border-top: solid 1px #ddd;
  font-size: 0.75rem;
  text-align: right;
  color: #707070;
}

@media (min-width: 992px) {
  .business-number p span {
    width: 100%;
  }
  .business-number dl {
    width: 50%;
  }
}

/* ===========================================================

  top-section--sumishos

=========================================================== */

.top-section.top-section--sumishos .top-section-photo {
  background-image: url("../img/top/photo-sumishos.jpg");
}

@media (min-width: 992px) {
}

/* ===========================================================

  top-section--esg

=========================================================== */
.top-section.top-section--esg {
}
.top-section.top-section--esg .top-section-photo {
  background-image: url("../img/top/photo-esg.jpg");
}

.top-section.top-section--esg .top-section-main {
  position: relative;
}
.top-section.top-section--esg .top-bnr--esg {
  display: flex;
  width: 100%;
  margin-top: 15px;
}
.top-section.top-section--esg .top-bnr--esg li {
  margin-bottom: 15px;
  flex-grow: 1;
  margin-right: 10px;
}
.top-section.top-section--esg .top-bnr--esg li:last-child {
  margin-right: 0;
}
.top-section.top-section--esg .top-bnr--esg li a {
  display: block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgba(173, 224, 221, 1);
  padding: 0.75em;
  border-radius: 0.25rem;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  background-color: rgba(173, 224, 221, 1);
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 0 0 auto;
  line-height: 1.3;
  font-size: 0.9rem;
}
.top-section.top-section--esg .top-bnr--esg a span {
  border: 1px solid #fff;
  font-size: 0.7rem;
  padding: 1px 5px;
  margin-left: 10px;
}
.top-section.top-section--esg .top-bnr--esg li a:hover {
  background-color: #2e8e68;
  border-color: #2e8e68;
}

@media (max-width: 768px) {
  .top-section.top-section--esg .top-bnr--esg {
    margin: 15px auto 0 auto;
  }
  .top-section.top-section--esg .top-bnr--esg li a {
    margin: 0 auto;
  }
}
