@charset "UTF-8";
/* TOPページ用スタイル */
/* parts */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
/* top-head-section */
main {
  background-position: left 0 top 25em;
}

.top-wrapper {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgb(255, 255, 255) 80px, rgb(255, 255, 255) 95%, rgba(255, 255, 255, 0) 100%);
}

#top-head-section {
  padding-bottom: 4em;
}
#top-head-section .top-head-top {
  width: 100%;
  padding-bottom: 10em;
  padding-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1921px) {
  #top-head-section .top-head-top {
    width: 1920px;
    margin: 0 auto;
  }
}
#top-head-section .top-head-top h1 {
  font-size: 1.5em;
  padding-top: 2em;
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 991px) and (max-width: 1350px) {
  #top-head-section .top-head-top h1 {
    font-size: 1.35em;
  }
}
@media screen and (min-width: 1701px) {
  #top-head-section .top-head-top h1 {
    width: 50%;
  }
}
#top-head-section .top-head-top h1 span.headline-l {
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#top-head-section .top-head-top h1 span.headline-l img {
  height: 1.5em;
}
#top-head-section .top-head-top h1 span.headline-l span.en {
  font-size: 3em;
  text-transform: uppercase;
  line-height: 1.2;
  padding-top: 1em;
  position: relative;
  -webkit-transform: translateX(-0.1em);
          transform: translateX(-0.1em);
}
#top-head-section .top-head-top h1 span.headline-l span.en::before, #top-head-section .top-head-top h1 span.headline-l span.en::after {
  width: 0.75em;
  height: 1px;
  display: block;
  position: absolute;
  top: 0.65em;
  left: 0.25em;
  background: #020104;
  content: "";
}
#top-head-section .top-head-top h1 span.headline-l span.en::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#top-head-section .top-head-top h1 span.headline-l span.en::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#top-head-section .top-head-top h1 span.ja {
  font-family: "Yu Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.8;
}
#top-head-section .top-head-top picture {
  width: 35%;
  overflow: hidden;
}
#top-head-section .top-head-top picture img {
  width: 105%;
  position: relative;
  bottom: 0;
  left: 0;
}
#top-head-section .sep-box.odd {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media screen and (min-width: 1921px) {
  #top-head-section .sep-box.odd {
    width: 1920px;
    margin: 0 auto;
  }
}
#top-head-section .sep-box.odd .txt-area {
  text-align: left;
  padding-right: 5%;
}
@media screen and (min-width: 1701px) {
  #top-head-section .sep-box.odd .txt-area {
    padding-right: calc(50% - 700px);
  }
}
@media screen and (min-width: 1351px) and (max-width: 1700px) {
  #top-head-section .sep-box.odd .txt-area {
    padding-right: 10%;
  }
}
#top-head-section .sep-box.odd .txt-area h2 {
  font-family: "Noto Sans Japanese", serif;
  font-weight: 700;
  font-size: 1.9em;
  line-height: 1.5;
  margin-bottom: 2em;
}
#top-head-section .sep-box.odd picture {
  padding: 0 7.5% 0 0;
}

.top-section {
  width: 80%;
  margin: 0 auto;
  padding: 5em 0;
}
@media screen and (min-width: 1701px) {
  .top-section {
    width: 1500px;
  }
}
.top-section h2 {
  font-family: "Yu Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2em;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -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;
}
.top-section h2::after {
  width: 3em;
  height: 2px;
  margin: 0.25em 0 1em 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#BE8E56), color-stop(#E6CEAA), color-stop(#E5CDB2), color-stop(#AA843A), color-stop(#705835), color-stop(#AA966E), color-stop(#997C50), to(#A17849));
  background: linear-gradient(to right, #BE8E56, #E6CEAA, #E5CDB2, #AA843A, #705835, #AA966E, #997C50, #A17849);
  background: -webkit-linear-gradient(to right, #BE8E56, #E6CEAA, #E5CDB2, #AA843A, #705835, #AA966E, #997C50, #A17849);
  content: "";
}
.top-section h2 + .sep-box {
  padding-top: 0;
}
.top-section .sep-box {
  padding: 3em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-section .sep-box .txt-area {
  text-align: left;
}
.top-section .sep-box .txt-area h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-section .sep-box .txt-area h3 span.en {
  color: #000;
  font-size: 1.8em;
  letter-spacing: 0;
  background: none;
  -webkit-text-fill-color: initial;
  -webkit-background-clip: initial;
}
.top-section .sep-box .txt-area h3 span.en::after {
  width: 3em;
  height: 3px;
  margin: 0.75em 0 0.5em 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#BE8E56), color-stop(#E6CEAA), color-stop(#E5CDB2), color-stop(#AA843A), color-stop(#705835), color-stop(#AA966E), color-stop(#997C50), to(#A17849));
  background: linear-gradient(to right, #BE8E56, #E6CEAA, #E5CDB2, #AA843A, #705835, #AA966E, #997C50, #A17849);
  background: -webkit-linear-gradient(to right, #BE8E56, #E6CEAA, #E5CDB2, #AA843A, #705835, #AA966E, #997C50, #A17849);
  content: "";
}
.top-section .sep-box .txt-area h3 span.ja {
  font-family: "Noto Sans Japanese", serif;
  font-weight: 700;
  font-size: 1.1em;
  color: #B8923B;
}
.top-section .sep-box .txt-area h3 span.en::after {
  margin-top: 0.5em;
}
.top-section .sep-box .txt-area h3 span.en {
  font-size: 1.5em;
}
@media screen and (min-width: 1701px) {
  .top-section .sep-box .txt-area h3 span.en {
    font-size: 1.7em;
  }
}
.top-section .sep-box .txt-area h3 span.ja {
  font-size: 0.75em;
}

/* top-works-area*/
.top-works-area {
  padding: 5em 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255) 100%);
}
.top-works-area h2 {
  font-family: "Noto Sans Japanese", serif;
  font-weight: 700;
  font-size: 1.9em;
  line-height: 1.5;
  margin-bottom: 5em;
}
.top-works-area .top-number-area {
  width: 80%;
  margin: 2em auto;
}
.top-works-area .top-number-area ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  list-style: none;
}
.top-works-area .top-number-area ul li {
  width: 20%;
}
.top-works-area .top-number-area ul li dl {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-works-area .top-number-area ul li dl dt {
  font-family: "Noto Sans Japanese", serif;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: center;
  padding: 1em 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.top-works-area .top-number-area ul li dl dd {
  font-family: "Century Gothic", "Futura";
  font-weight: bold;
  font-size: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #BE8E56), color-stop(38%, #BE8E56), color-stop(40%, #E6CEAA), color-stop(42%, #E5CDB2), color-stop(50%, #bb8825), color-stop(65%, #5e4116), color-stop(75%, #AA966E), color-stop(80%, #997C50), color-stop(85%, #A17849), to(#A17849));
  background: linear-gradient(to bottom, #BE8E56 25%, #BE8E56 38%, #E6CEAA 40%, #E5CDB2 42%, #bb8825 50%, #5e4116 65%, #AA966E 75%, #997C50 80%, #A17849 85%, #A17849);
  background: -webkit-linear-gradient(to bottom, #BE8E56, #E6CEAA, #E5CDB2, #AA843A, #705835, #AA966E, #997C50, #A17849);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.top-works-area .top-number-area ul li dl dd span.num {
  font-size: 3em;
}

::-webkit-full-page-media, :future, :root .top-works-area .top-number-area ul li dl dd {
  font-weight: normal;
}

/* mobile */
@media screen and (max-width: 575px) {
  #top-head-section {
    position: relative;
  }
  #top-head-section .top-head-top {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: inherit;
    bottom: -3em;
  }
  #top-head-section .top-head-top h1 {
    font-size: 1.2em;
    padding-top: 0;
    padding-bottom: 3em;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top-head-section .top-head-top h1 span.headline-l {
    font-size: 1.1em;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #top-head-section .top-head-top h1 span.headline-l span.en {
    font-size: 2.5em;
  }
  #top-head-section .top-head-top h1 span.headline-l span.en::before, #top-head-section .top-head-top h1 span.headline-l span.en::after {
    right: 40%;
    left: auto;
  }
  #top-head-section .top-head-top h1 span.ja {
    font-size: 1.1em;
    letter-spacing: 0.07em;
    text-align: center;
    padding-top: 0;
    padding-bottom: 2em;
    padding-right: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
  #top-head-section .top-head-top h1 span.ja br:nth-child(odd) {
    display: none;
  }
  #top-head-section .top-head-top picture {
    width: 65%;
    margin-left: auto;
  }
  #top-head-section .sep-box.odd {
    padding-top: 0;
  }
  #top-head-section .sep-box.odd picture {
    width: 60%;
    margin-bottom: 2.5em;
  }
  #top-head-section .sep-box.odd h2 {
    font-size: 1.6em !important;
    margin-bottom: 1em !important;
  }
  .top-section {
    width: 100%;
  }
  .top-section h2 {
    font-size: 2.5em;
  }
  .top-section .sep-box {
    padding: 0;
  }
  .top-section .sep-box picture {
    text-align: left;
    width: 100%;
    padding: 2em 0 0 0;
  }
  .top-section .sep-box picture img {
    width: 70%;
  }
  .top-section .sep-box h3 {
    font-size: 1.75em;
    margin-top: 0.5em;
  }
  .top-section .sep-box.odd h3 {
    text-align: right;
  }
  .top-section .sep-box.odd h3 span.en::after {
    margin-left: auto;
  }
  .top-section .sep-box.even .txt-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top-section .sep-box.even picture {
    text-align: right;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .top-section .sep-box.even picture img {
    margin-left: 30%;
  }
  .news-section {
    width: 95%;
    margin: 0 auto;
  }
  .news-section ul.news-ul li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .news-section ul.news-ul li dl dt {
    padding-top: 1em;
  }
  .news-section ul.news-ul li dl dt::after {
    margin: auto;
    width: 95%;
    height: 2px;
    top: auto;
    bottom: 0.5em;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(#BE8E56), color-stop(#E6CEAA), color-stop(#E5CDB2), color-stop(#AA843A), color-stop(#705835), color-stop(#AA966E), color-stop(#997C50), to(#A17849));
    background: linear-gradient(to right, #BE8E56, #E6CEAA, #E5CDB2, #AA843A, #705835, #AA966E, #997C50, #A17849);
    background: -webkit-linear-gradient(to right, #BE8E56, #E6CEAA, #E5CDB2, #AA843A, #705835, #AA966E, #997C50, #A17849);
  }
  .news-section ul.news-ul li dl dd {
    text-align: left;
  }
  .news-section ul.news-ul li dl dd a {
    line-height: 1.5;
  }
  .top-works-area {
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }
  .top-works-area h2 {
    font-size: 1.6em;
    margin-bottom: 3em;
  }
  .top-works-area .top-number-area {
    width: 90%;
  }
  .top-works-area .top-number-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-works-area .top-number-area ul li {
    width: auto;
    padding: 1em;
  }
  .top-works-area .top-number-area ul li dl dd {
    display: inline-block;
  }
  .top-works-area .top-number-area ul li dl dd span.num {
    font-size: 2.5em;
  }
  .top-works-area .top-number-area ul li dl dd span.unit {
    vertical-align: super;
  }
}
/* tablet */
@media screen and (min-width: 576px) and (max-width: 768px) {
  #top-head-section .top-head-top {
    padding-left: 5%;
  }
  #top-head-section .top-head-top h1 {
    padding-top: 7em;
  }
  #top-head-section .top-head-top h1 span.ja {
    padding-right: 0;
  }
  #top-head-section .txt-area p {
    font-size: 1.2em;
  }
  .top-section .news-section ul li dl dt {
    font-size: 1.2em;
  }
  .top-section .news-section ul li dl dd a {
    font-size: 1.25em;
  }
  .top-section .txt-area p {
    font-size: 1.1em;
  }
  .top-works-area .top-number-area {
    width: 90%;
  }
}