@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
html {
  overflow-x: hidden;
}
body {
  font-family: YuMincho, 'Yu Mincho', serif;
  width: 100%;
  margin: auto;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: 600;
  color: #383838;
  overflow-x: hidden;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex_bottom {
  display: flex;
  align-items: flex-end;
}
.container_inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.section_title {
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 40px;
  line-height: 1.6;
  letter-spacing: 10px;
  position: relative;
  z-index: 1;
}
main section {
  margin-bottom: 200px;
}
@media(max-width: 1399px){
  main section {
    margin-bottom: 150px;
  }
}
@media(max-width: 990px){
  main section {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px){
  .section_title {
    font-size: 27px;
  }
}
@media(max-width: 399px){
  .section_title {
    font-size: 25px;
  }
}

/* header */
.under_page main,
.top_page main {
  background: #fff;
  position: relative;
  z-index: 1;
}
.under_page main {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2 * 96dpi) {
}
header {
  padding: 20px;
}
header h1 {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 30px;
  font-weight: normal;
}
header h1 span {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}
header .logo {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
header .logo img {
  margin: auto;
}
.floating_banner {
  position: fixed;
  right: -50px;
  top: 130px;
  z-index: 999;
  transition: all 0.3s;
}
.floating_banner.active {
  right: 0;
}
.top_page h1 a {
  color: #383838;
  text-decoration: none;
}
.under_page h1 a {
  color: #fff;
  text-decoration: none;
}
.under_page header {
  background: #172D60;
}
.under_page .page_title {
  text-align: center;
  color: #fff;
  font-size: 27px;
  padding-top: 140px;
  padding-bottom: 20px;
  margin-bottom: 115px;
  position: relative;
}
.under_page .page_title::after {
  content: "";
  width: 1px;
  height: 55px;
  border-right: solid 1px #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: auto;
}
.under_page .page_title > div {
  line-height: 2.0;
  height: 110px;
  margin-bottom: 20px;
}
.under_page .page_title h2 {
  text-align: center;
  color: #fff;
  font-size: 27px;
}
.page_title_bottom {
  text-align: center;
  line-height: 2.0;
  min-height: 145px;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 100;
}
.floating_banner img.pc {
  display: block;
}
.floating_banner img.sp {
  display: none;
}
@media(max-width: 1399px){
  header .logo img {
    max-width: 140px;
  }
}
@media(max-width: 990px){
  header .logo img {
    max-width: 100px;
  }
  .floating_banner img.pc {
    display: none;
  }
  .floating_banner img.sp {
    display: block;
  }
  .floating_banner {
    top: 30px;
  }
}
.under_page header h1 a img {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
/* footer */
footer {
  color: #fff;
  background: #222 url(../images/footer-lrgo-02.png) no-repeat right top;
  background-size: 461px;
  position: relative;
  z-index: 1;
}
footer .container_inner {
  padding-top: 40px;
  max-width: 1050px;
}
.footer_logo {
  border-right: solid 1px #fff;
  padding-right: 20px;
  padding-bottom: 60px;
}
.copy {
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 100;
}
.copy a {
  color: #fff;
  text-decoration: none;
}
@media(max-width: 990px){
  footer {
    background-size: 300px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
  }
}

/* evolution */
#evolution {
  position: relative;
  background: linear-gradient(90deg, #000 0%, #000 50%, #fff 50%, #fff 100%);
}
#evolution .container_inner {
  position: static;
}
.evolution_box {
  background: #000;
  color: #fff;
  width: 100%;
  max-width: 1000px;
  padding: 160px 390px 160px 60px;
}
.evolution_text {
  position: relative;
  z-index: 1;
  font-weight: 100;
}
.evolution_text p {
  margin-bottom: 25px;
  line-height: 2;
  letter-spacing: 7px;
}
.evolution_image {
  position: absolute;
  right: -120px;
  top: 30px;
}
@media(max-width: 1399px){
  .evolution_box {
    padding: 160px 350px 160px 100px;
  }
  .evolution_image {
    position: absolute;
    right: inherit;
    left: 60%;
    top: 30px;
  }
}
@media(max-width: 990px){
  .evolution_box {
    width: 95%;
    padding: 220px 110px 80px 50px;
    margin-top: 200px;
  }
  .evolution_image {
    position: absolute;
    right: inherit;
    left: 52%;
    top: -240px;
    width: 550px;
  }
}
@media (max-width: 480px){
  .evolution_box {
    width: 100%;
    padding: 220px 30px 80px 30px;
    margin-top: 100px;
  }
  .evolution_image {
      left: 15%;
      top: -185px;
      width: 550px;
  }
}

/* make */
#make {
  color: #383838;
}
#make .container_inner {
  position: relative;
}
.make_box {
  width: 100%;
  max-width: 760px;
  padding: 50px 180px 20px 0;
  margin-left: auto;
}
.make_box .section_title {
  text-align: right;
  position: relative;
  z-index: 1;
}
.make_text {
  margin-top: 100px;
  margin-left: auto;
  max-width: 485px;
  position: relative;
  z-index: 1;
  font-weight: 100;
}
.make_text p {
  margin-bottom: 25px;
  line-height: 2;
  letter-spacing: 5px;
}

.make_image {
  position: absolute;
  left: 0;
  bottom: 30px;
}
@media(max-width: 1399px){
  .make_image {
    width: 38%;
    bottom: 45px;
  }
}
@media(max-width: 1200px){
  .make_box {
    padding: 50px 120px 20px 0;
  }
}
@media(max-width: 990px){
  .make_box {
    padding: 50px 40px 20px 40px;
  }
  .make_image {
    width: 90%;
      position: relative;
      left: -40px;
      bottom: -30px;
  }
  .make_text {
      margin-top: 80px;
      margin-right: 25px;
      max-width: 540px;
  }
}
@media(max-width: 480px){
  .make_box {
    padding: 50px 0 20px 0;
  }
  .make_box .section_title {
    letter-spacing: 5px;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .make_image {
    width: 100%;
    position: relative;
    left: 0;
  }
  .make_text {
      margin-top: 80px;
      margin-right: 0;
      max-width: 540px;
      padding-right: 40px;
      padding-left: 40px;
  }
}

/* snuggle */
#snuggle {
  background: #e4e4e4;
  color: #1d1d1d;
  padding-top: 130px;
  padding-bottom: 100px;
}
#snuggle .container_inner {
  position: relative;
}
.snuggle_box {
  width: 100%;
  max-width: 750px;
  padding: 50px 0 20px 60px;
}
.snuggle_text {
  margin-top: 60px;
  max-width: 485px;
  position: relative;
  z-index: 1;
  font-weight: 100;
}
.snuggle_text p {
  margin-bottom: 25px;
  line-height: 2;
  letter-spacing: 5px;
}

.snuggle_image {
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media(max-width: 1399px){
  .snuggle_image {
    width: 50%;
  }
}
@media(max-width: 990px){
  #snuggle {
    padding-bottom: 80px;
  }
  .snuggle_image {
    width: 90%;
    position: relative;
    bottom: 0;
    margin: auto;
    display: block;
  }
  .snuggle_box {
    padding: 50px 40px 20px 40px;
  }
  .snuggle_text {
    max-width: 100%;
  }
}
@media(max-width: 480px){
  #snuggle {
    padding-top: 100px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  .snuggle_image {
    width: 100%;
    position: relative;
    bottom: 0;
    margin: auto;
    display: block;
  }
  .snuggle_box {
    padding: 50px 0 20px 0;
  }
  .snuggle_box .section_title {
    padding-right: 30px;
    padding-left: 30px;
  }
  .snuggle_text {
    padding-right: 40px;
    padding-left: 40px;
  }
}


/* future */
#future {
  position: relative;
}
.future_box {
  color: #fff;
  width: 100%;
  max-width: 950px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  margin: auto;
  text-align: center;
}
.future_text {
  font-weight: 100;
}
.future_box .section_title {
  text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
}
.future_text p {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 2.5;
  letter-spacing: 5px;
  text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
}
@media(max-width: 990px){
  #future {
    background: url(../images/image-02.png) no-repeat center top;
    //height: 938px;
  }
  .future_box .section_title {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .future_text {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .future_image {
    width: 1400px;
    max-width: inherit;
    visibility: hidden;
  }
}
@media(max-width: 800px){
.future_text .pcbr {
  display: none;
}
.future_box .future_text p {
  text-align: left;
}
}
@media(max-width: 480px){
  .future_box .section_title {
    max-width: 330px;
  }
  .future_text {
    width: 80%;
  }
  .future_text p {
    line-height: 1.8;
  }
}


/* workshop */
#workshop .workshop_top {
  position: relative;
  background: linear-gradient(0, #f5f5f5 0%, #f5f5f5 45%, #fff 45%, #fff 100%);
  padding-bottom: 40px;
}
#workshop .section_title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
  line-height: 2.0;
  width: 170px;
  height: 535px;
}
.workshop_top .container_inner {
  max-width: 950px;
  width: 100%;
  margin: auto;
  position: relative;
}
.workshop_box .container_inner {
  max-width: 1400px;
}
.workshop_box {
  max-width: 1185px;
  margin: auto 0 auto auto;
}
.workshop_image {
  position: absolute;
  left: 0;
  bottom: 0;
}
.workshop_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 60px;
}
.workshop_box::before {
  content: "";
  width: 1px;
  height: 120px;
  border-right: solid 1px #000;
  position: absolute;
  left: 100px;
  top: -80px;
}
.workshop_box .section_sub_title {
  font-size: 50px;
  font-weight: normal;
  width: 40%;
  letter-spacing: 10px;
}
.workshop_box .workshop_text {
  width: 58%;
}
.workshop_text p {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 2.5;
  letter-spacing: 5px;
  font-weight: 100;
}
@media(max-width: 1399px){
  #workshop .section_title {
    font-size: 38px;
  }
  .workshop_box {
    max-width: 1070px;
  }
  .workshop_box .workshop_text {
    width: 60%;
  }
  .workshop_text p {
    margin-top: -13px;
  }
}
@media(max-width: 990px){
  .workshop_box {
    display: block;
  }
  #workshop .section_title {
    font-size: 35px;
    margin-right: 20px;
    height: 450px;
  }
  #workshop .section_sub_title {
    margin-bottom: 40px;
  }
  .workshop_image {
      left: 30px;
      bottom: 0;
      width: 55%;
  }
  .workshop_box {
    max-width: 1070px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .workshop_box .section_sub_title {
    width: 100%;
  }
  .workshop_box .workshop_text {
    width: 100%;
  }
  .workshop_text p {
    line-height: 2.0;
  }
}
@media(max-width: 480px){
  #workshop {
    padding-top: 150px;
  }
  #workshop .section_sub_title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .workshop_image {
      left: 0;
      bottom: 75%;
      width: 65%;
  }
  .workshop_box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media(max-width: 399px){
  #workshop .section_sub_title {
    font-size: 35px;
  }
  #workshop .workshop_top {
    padding-bottom: 0;
  }
}
/* gallery */
.gallery_area {
  width: 100%;
  max-width: 946px;
  margin: auto;
  position: relative;
  z-index: 1;
  padding-top: 65px;
  padding-bottom: 150px;
}
.gallery_area::after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: solid 1px #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  margin: auto;
}
.gallery_area .bx-wrapper {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
    background: #fff !important;
}
.gallary_image {
  display: block;
  margin-left: auto;
  margin-right: -25px;
}
.feed-prev-btn {
  background-image: url(../images/slide-prev.png);
  position: absolute;
  left: -90px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.feed-next-btn{
  background-image: url(../images/slide-next.png);
  position: absolute;
  right: -90px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.feed-prev-btn:hover {
  opacity: 0.7;
}
.feed-next-btn:hover{
  opacity: 0.7;
}
.feed-prev-btn .bx-prev {
  width: 100%;
  display: block;
}
.feed-next-btn .bx-next {
  width: 100%;
  display: block;
}
.navi-btn {
  width: 45px;
  height: 88px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.navi-btn a {
  display: block;
  height: 100%;
  text-indent: 99999px;
}
.gallery_container {
  background: url(../images/gallery_back.png) no-repeat center center;
  background-size: 946px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.gallery_container p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: auto;
  line-height: 2.0;
  text-align: center;
  font-weight: 100;
  font-size: 33px;
  letter-spacing: 12px;
  width: 65px;
  height: 630px;
}
#gallery_slide > div {
  background: #fff;
}
#gallery_slide > div a {
  display: block;
}
#gallery_slide > div a:first-child {
  margin-bottom: 10px;
}
@media(max-width: 1200px){
  .gallery_container {
    background: url(../images/gallery_back2.png) no-repeat center center;
    background-size: 876px;
  }
}
@media(max-width: 990px){
  .gallery_container {
    background: url(../images/gallery_back3.png) no-repeat center center;
    background-size: 400px;
  }
  .gallary_image {
    margin-right: 15px;
    width: 40%;
  }
}
@media(max-width: 950px){
  .gallery_area_inner {
    width: 100%;
    max-width: 314px;
    margin: auto;
  }
  .gallery_area_inner .bx-viewport {
    overflow: visible !important;
  }
}
/* contact */
#contact {
  background: #172D60;
  padding: 100px 0;
  position: relative;
  margin-bottom: 0;
}
#contact::before {
  content: "";
  width: 1px;
  height: 75px;
  border-right: solid 1px #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}
#contact::after {
  content: "";
  width: 1px;
  height: 55px;
  border-right: solid 1px #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.contact_box {
  text-align: center;
  color: #fff;
}
.contact_box .section_title {
  margin-bottom: 30px;
}
.contact_box p {
  font-size: 18px;
  line-height: 2.2;
  font-weight: 100;
}
.contact_link {
  width: 100%;
  max-width: 660px;
  margin: 50px auto 20px;
}
.contact_link .flex > div {
  width: calc((100% - 20px) / 2);
}
.contact_box .section_title br {
  display: none;
}
.contact_link img {
  width: auto;
  height: 100px;
}
@media(max-width: 990px){
  #contact {
    padding: 100px 30px;
  }
  .contact_box .section_title {
    margin-bottom: 5px;
  }
  .contact_box .section_title br {
    display: inline;
  }
  .contact_box .section_title span {
    display: none;
  }
  .contact_box p br {
    display: none;
  }
  .contact_link .flex > div {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .contact_link {
    width: 300px;
    height: auto;
  }
}

/* info_area */
.info_area {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
}
.info_area .flex > div {
  width: 50%;
  padding: 125px 70px 80px;
}
.info_area .flex > div .recruit_box > p ,
.info_area .flex > div .corporate_box > p {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 5px;
  font-weight: 100;
}
.recruit_box .section_title ,
.corporate_box .section_title {
  position: relative;
  display: inline-block;
}
.recruit_box .section_title::after ,
.corporate_box .section_title::after {
  content: "";
  width: 100px;
  height: 1px;
  border-top: solid 1px #000;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.recruit_link {
  margin-top: 60px;
}
.info_area section {
  margin-bottom: 20px;
}
@media(max-width: 1399px){
  .info_area .flex > div {
      padding: 90px 70px 50px;
  }
  .info_area .flex > div .corporate_box > p {
    font-size: 17px;
  }
  .recruit_link {
    margin-top: 40px;
  }
}
@media(max-width: 990px){
  .info_area {
    background: transparent
  }
  .info_area .flex > div {
    width: 100%;
  }
  .info_area .flex > div:nth-child(2) {
    background: #f5f5f5;
  }
}


/* other */

/* form */
.form_area {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}
.form_parts {
  margin-bottom: 30px;
  font-size: 20px;
  color: #707070;
  letter-spacing: 0;
}
.form_parts dt {
  margin-bottom: 10px;
}
.form_parts dt img{
  vertical-align: -8px;
}
.form_parts input {
  font-family: YuMincho, 'Yu Mincho', serif;
  padding: 22px 15px 20px;
  font-size: 20px;
  line-height: 1.4;
  width: 100%;
  border-radius: 10px;
  border-color: #707070;
}
.form_parts input::placeholder {
  font-family: YuMincho, 'Yu Mincho', serif;
  font-size: 20px;
  color: #707070;
  font-weight: 100;
}
.form_parts select {
  font-family: YuMincho, 'Yu Mincho', serif;
  padding: 22px 15px 20px;
  font-size: 20px;
  line-height: 1.4;
  width: 100%;
  max-width: 320px;
  border-radius: 10px;
  border-color: #707070;
}
.form_parts textarea {
  font-family: YuMincho, 'Yu Mincho', serif;
  padding: 22px 15px 20px;
  font-size: 20px;
  line-height: 1.4;
  width: 100%;
  height: 170px;
  border-radius: 10px;
  border-color: #707070;
}
.submit {
  text-align: center;
  padding: 20px 0;
}
@media(max-width: 580px){
  .form_area {
    width: 95%;
    max-width: 320px;
    margin: 100px auto;
  }
}

/* recruit */
.recruit_area {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}
.recruit_parts {
  margin-bottom: 30px;
  font-size: 20px;
  color: #707070;
  letter-spacing: 0;
}
.recruit_parts dt {
  margin-bottom: 15px;
  font-weight: bold;
  padding-left: 28px;
  padding-top: 5px;
}
.recruit_parts dd {
  margin-bottom: 45px;
  font-weight: normal;
  padding-left: 28px;
  line-height: 1.6;
}
.recruit_parts > dt {
  background: url(../images/cat-1.png) no-repeat left top 3px;
  background-size: 21px;
}
.recruit_parts dd dt {
  background: url(../images/cat-2.png) no-repeat left top 3px;
  background-size: 21px;
  margin-top: 40px;
}
@media(max-width: 580px){
  .recruit_area {
    width: 95%;
    max-width: 320px;
    margin: 100px auto;
  }
}







