@charset "UTF-8";
/* ===========================================================

	Title: top.css
	Created: 2018-05-02
	TOP専用スタイル

=========================================================== */

/*
	Common
	General
		banner
	
=========================================================== */

.separate-top,
.separate-bottom,
.separate-white {
  display: block; padding: 0; margin: 0; clear: both;
  width: 100%; height: 100px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.separate-top {
  background-color: rgba(214,21,24,0.06);
  background-image: url("../img/global/separate-top.svg");
}
.separate-bottom {
  background-color: rgba(214,21,24,0.06);
  background-image: url("../img/global/separate-bottom.svg");
}
.separate-white { height: 50px; }

@media (min-width: 992px) {
  .separate-top,
  .separate-bottom,
  .separate-white { height: 260px; }
  .separate-white { height: 100px; }
}

/* -----------------------------------------------------------
	Jumbotron
----------------------------------------------------------- */

.jumbotron {
  display: flex;
  padding: 60px 0 0 0;
  margin: 0;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 992px) {
  .jumbotron { 
    padding: 90px 0 0 0;
    /*height: 790px;*/
    flex-direction: row; }
}
.jumbotron {
  background-color: rgba(214,21,24,1.00);
}


.jumbotron-photo {
  display: flex; padding: 0; margin: 0;
  width: 100%; height: 40vh;
  flex-direction: row;
}
@media (min-width: 576px) {
  .jumbotron-photo { height: 60vh; }
}
@media (min-width: 992px) {
  .jumbotron-photo {
    width: 66.66666vw;
    height: 810px;
  }
}
.jumbotron-photo--left,
.jumbotron-photo--right {
  display: block; padding: 0; margin: 0;
  width: 50%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.jumbotron-photo--left {
  background-image: url("../img/top/jumbotron-left.jpg");
}
.jumbotron-photo--right {
  background-image: url("../img/top/jumbotron-right.jpg");
}


.jumbotron__slogan {
  display: flex; padding: 0; margin: 0;
  width: 100%;
  align-items: center;
}
.is-en .jumbotron__slogan {
  font-family: 'Oswald', sans-serif;
}
.jumbotron__slogan-inner {
  display: block; padding: 2.0rem 1.0rem 5.0rem 1.0rem;
  align-items: center;
}
.jumbotron__slogan h1 {
  font-size: 1.25rem; line-height: 1.5; font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
.is-en .jumbotron__slogan h1 { font-size: 1.5rem; }

.jumbotron__slogan h1 br {
  display: none;
}
@media (min-width: 992px) {
  .jumbotron__slogan {
    width: 33.333333vw;
    min-width: 400px;
  }
  .jumbotron__slogan-inner { padding: 8rem 1.0rem 0; }
  .jumbotron__slogan h1 {
    font-size: 1.4vw;
  }
  .jumbotron__slogan h1 br {
    display: inline;
  }
}




/*
    <p class="jumbotron-scroll"><a href="#message">scroll</a></p>
*/

.jumbotron-scroll {
  display: block; padding: 0; margin: 0 auto;
  position: relative; z-index: 200;
}
.jumbotron-scroll a {
  display: block; padding: 0; margin: -50px auto auto auto;
  width: 40px; height: 40px; line-height: 40px;
  position: absolute; top: 0; left: 0; bottom: 0; right: 0;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0,0,0,0.50); color: #fff;
  overflow: hidden; text-indent: 9999px;
}
.jumbotron-scroll a:hover {
  background-color: rgba(230,11,17,1.00);
}
.jumbotron-scroll a::after {
  display: block; padding: 0; margin: auto;
  content: ""; position: absolute; top: -5px; left: 0; bottom: 0; right: 0;
  border: solid 1px rgba(0,0,0,0.00);
  
  border-bottom: solid 1px #fff; border-right: solid 1px #fff;
  transform: rotate(45deg);
  width: 10px; height: 10px;
}
@media (min-width: 992px) {
  .jumbotron-scroll a {
    margin: -80px auto auto auto;
    width: 60px; height: 60px; line-height: 60px;
  }
  .jumbotron-scroll a::after {
    top: -10px;
    width: 20px; height: 20px;
  }
}



/* -----------------------------------------------------------
	Top Common
----------------------------------------------------------- */

.top-section {
  display: block; padding: 0; margin: 0; clear: both;
  position: relative;
  line-height: 1.8;
}

.top-section__header {
  display: block;
  padding: 0;
  margin: 0 auto 2.0rem auto;
  clear: both;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  position: relative; z-index: 2;
}

.top-section__header h2 {
  display: block;
  padding: 0;
  margin: 0 auto;
  clear: both;
  text-align: center;
  font-size: 2.0rem; line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 992px) {
  .top-section__header { margin: 0 auto 4.0rem auto; }

  .top-section__header h2 { font-size: 2.5rem; }
}

.top-section__header span {
  display: inline-block; padding: 0.5rem 0; margin: 0;
  border-bottom: solid 4px rgba(214,21,24,1.0);
}

.top-section__inner {
  display: block;
  padding: 0 1.0rem;
  margin: 0 auto;
  clear: both; max-width: calc(1000px + 2.0rem);
  position: relative; z-index: 2;
}
@media (min-width: 992px) {
  .top-section__inner {
    padding: 0 1.0rem;
  }
}

/* -----------------------------------------------------------
	message
----------------------------------------------------------- */

.top-section.top-section--message {
  padding: 4.0rem 1.0rem;
  background-color: rgba(214,21,24,0.06);
  
}
@media (min-width: 992px) {
  .top-section.top-section--message { padding: 8.0rem 0; }
}
.top-section--message::before {
  display: block; padding: 0; margin: 0;
  width: calc(((100% - 1200px) / 2) + 1000px);
  position: absolute; top: 0; right: 0;
  background-image: url("../img/global/separate-first.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 140px;
  content: "";
  z-index: 1;
}
@media (min-width: 992px) {
  .top-section--message::before { height: 242px; }
}

.top-section.top-section--message .top-section__inner {
  max-width: 1200px;
}
.top-section.top-section--message .top-section__header {
  max-width: 1200px; padding: 0 0 0 1.0rem
}
.top-section.top-section--message .top-section__header h2 {
  text-align: left; color: #000;
}
@media (min-width: 992px) {
  .top-section.top-section--message .top-section__inner {
    padding: 0;
  }
}






.message {
  display: flex;
  margin: 0;
  flex-direction: column;
  width: 100%;
}

.message__photo {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}

p.message__photo_img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

p.message__photo_part {
  display: block;
  padding: 1.0rem 0 0 0;
  margin: 0 auto;
  width: 100%;
}
p.message__photo_part span {
  display: inline-block;
  padding: 0;
  margin: 0;
}
p.message__photo_part strong {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 1.0rem;
  font-size: 1.25rem;
  font-weight: inherit;
}


.message__body {
  display: block;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .message {
    padding: 0;
    margin: 0;
    flex-direction: row;
  }

  .message__photo {
    padding: 0;
    width: 400px;
  }
  .message__body {
    padding: 0 100px 0 1.0rem;
    width: calc(100% - 400px);
  }
}


/* -----------------------------------------------------------
	philosophy
----------------------------------------------------------- */

.top-section.top-section--philosophy {
  padding: 0 1.0rem;
}

.top-section--philosophy p {
  font-size: 1.6rem;
  padding: 3.0rem 0 1.0rem 0;
  margin: 0;
  text-align: left;
  line-height: 2;
  color: #000;
  font-weight: normal;
}
.top-section--philosophy p br { display: none; }
@media (min-width: 992px) {
  .top-section--philosophy p {
    text-align: center;
  }
  .top-section--philosophy p br { display: inline; }
}


/* -----------------------------------------------------------
	profile
----------------------------------------------------------- */

.top-section.top-section--profile {
  padding: 4.0rem 0;
  background-color: rgba(214,21,24,0.06);
}
@media (min-width: 992px) {
  .top-section.top-section--profile {
    padding: 8.0rem 0;
  }
}




/* -----------------------------------------------------------
	organization
----------------------------------------------------------- */

.top-section.top-section--organization {
  padding: 4.0rem 0;
}
@media (min-width: 992px) {
  .top-section.top-section--organization {
    padding: 8.0rem 0;
  }
}



