@charset "UTF-8";
/* CSS Document */
/*======================リセット============================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
/* remember to define focus styles! */ :focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
p {}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* padding、borderサイズに依存しない */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*ロールオーバーでリンクを透過**→画像だけに効くようにするにはimgをいれる【a img:hover】*/
a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a {
  color: #444;
  text-decoration: none;
}
/*iphoneでのsubmit装飾をリセット*/
input[type="submit"] {
  -webkit-appearance: none;
}
/*iphoneでのbutton装飾をリセット*/
input[type="button"] {
  -webkit-appearance: none;
}
section:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
section {
  *display: inline-block;
}
img {
  max-width: 100%;
  height: auto;
}
/*jQueryスライドインの設定**********************************/
.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  transform: translateY(100px);
}
.fade_on {
  opacity: 1;
  transform: translateY(0);
}
.fade_off02 {
  opacity: 0;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
  transform: translateY(100px);
}
.fade_on02 {
  opacity: 1;
  transform: translateY(0);
}
/*jQueryスライドインの設定ここまで************************************/
#introduction30th #container {
  background-color: #000;
}
/* padding、borderサイズに依存しない */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
  #brandMission #mv {
    width: 100%;
    padding: 160px 0;
    height: 100vh;
    text-align: center;
    background-image: url(../img/bm_01_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: none;
    min-height: 860px;
    max-height: 1000px;
  }
  #brandMission #mv h1 {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    letter-spacing: 0.25em;
    color: #fff;
  }
  #brandMission h2 {
    font-family: gill-sans-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    letter-spacing: 0.125em;
  }
  #brandMission #mv h2 {
    color: #fff;
    margin-bottom: 80px;
  }
  #brandMission p {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
  }
  #brandMission #mv p {
    font-size: 24px;
    line-height: 2.5em;
    color: #fff;
  }
  #brandMission #sec02 {
    width: 100%;
    padding: 0px 0 19px;
    height: 100vh;
    text-align: center;
    max-width: none;
    min-height: 860px;
    max-height: 920px;
    background-color: #00a9c8;
  }
  #brandMission #sec02 h2 {
    color: #fff;
    background-image: url(../img/bar_w.svg);
    padding-top: 100px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1px 70px;
  }
  #brandMission #sec02 ul {
    width: 1200px;
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
  }
  #sec02 ul li {
    width: 360px;
    text-align: center;
  }
  #sec02 ul li h3 {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 15px;
  }
  #sec02 ul li p {
    font-size: 16px;
    line-height: 1.7em;
    color: #fff;
  }
  #brandMission #sec03 {
    width: 100%;
    padding: 0 0 160px;
    height: 100vh;
    text-align: center;
    background-image: url(../img/bm_03_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: none;
    min-height: 860px;
    max-height: 920px;
  }
  #brandMission #sec03 h2 {
    color: #fff;
    background-image: url(../img/bar_w.svg);
    padding-top: 100px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1px 70px;
  }
  #brandMission #sec03 h4 {
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: 1em;
    margin-bottom: 100px;
    color: #fff;
  }
  #brandMission #sec03 p {
    font-size: 24px;
    line-height: 2.5em;
    color: #fff;
  }
  #brandMission #sec04 h2 {
    color: #00a9c8;
    background-image: url(../img/bar_t.svg);
    padding-top: 100px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1px 70px;
    margin-bottom: 80px;
        text-align: center;

  }
  #brandMission #sec04 .valueWrap {
    display: flex;
    position: relative;
    margin-bottom: 100px;
  }
  #brandMission #sec04 .valueWrap.reverse {
    flex-direction: row-reverse; /* 横並び逆順 */
  }
  #brandMission #sec04 .valueWrap .valueImages {
    width: 50%;
    height: 640px;
    background-color: #dddddd;
    padding: 80px;
    text-align: right;
  }
  #brandMission #sec04 .valueWrap.reverse .valueImages {
    text-align: left;
  }
  #brandMission #sec04 .valueWrap .valueText {
    width: 50%;
    height: 640px;
    padding: 80px 0 80px 150px;
    text-align: left!important;
  }
  #brandMission #sec04 .valueWrap.reverse .valueText {
    text-align: right;
  }
  .valueWrap .valueText h4 {
    font-size: 15px;
    line-height: 1.5em;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 20px;
  }
  .valueWrap .valueText h3 img {
    height: 46px;
    width: auto;
    margin-bottom: 65px;
  }
  .valueWrap .valueText p {
    font-size: 18px;
    line-height: 2em;
  }
  .valueWrap .valueText .valueNo_odd {
    position: absolute;
    bottom: 0;
    right: 10%;
  }
  .valueWrap .valueText .valueNo_even {
    position: absolute;
    bottom: 0;
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  #brandMission #mv {
    width: 100%;
    padding: 120px 0;
    height: 100vh;
    text-align: center;
    background-image: url(../img/bm_01_bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #brandMission #mv h1 {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 38px;
    letter-spacing: 0.125em;
    color: #fff;
  }
  #brandMission h2 {
    font-family: gill-sans-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    letter-spacing: 0.125em;
  }
  #brandMission #mv h2 {
    color: #fff;
    margin-bottom: 50px;
  }
  #brandMission p {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
  }
  #brandMission #mv p {
    font-size: 15px;
    line-height: 2.5em;
    color: #fff;
  }
  #brandMission #sec02 {
    width: 100%;
    padding: 0px 0 50px;
    height: auto;
    text-align: center;
    background-color: #00a9c8;
  }
  #brandMission #sec02 h2 {
    color: #fff;
    background-image: url(../img/bar_w.svg);
    padding-top: 90px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1px 50px;
  }
  #brandMission #sec02 ul {
    width: 100%;
    margin: 30px auto;
    display: block;
  }
  #sec02 ul li {
    width: 80%;
    margin: 0 auto 75px;
    text-align: center;
  }
  #sec02 ul li h3 {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 15px;
    letter-spacing: 0.125em;
  }
  #sec02 ul li p {
    font-size: 16px;
    line-height: 1.7em;
    color: #fff;
    letter-spacing: 0.125em;
  }
  #brandMission #sec03 {
    width: 100%;
    padding: 0 0 160px;
    height: auto;
    text-align: center;
    background-image: url(../img/bm_03_bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #brandMission #sec03 h2 {
    color: #fff;
    background-image: url(../img/bar_w.svg);
    padding-top: 90px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1px 50px;
  }
  #brandMission #sec03 h4 {
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: 1em;
    margin-bottom: 50px;
    color: #fff;
  }
  #brandMission #sec03 p {
    font-size: 20px;
    line-height: 2.5em;
    color: #fff;
  }
  #brandMission #sec04 h2 {
    color: #00a9c8;
    background-image: url(../img/bar_t.svg);
    padding-top: 90px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1px 50px;
    margin-bottom: 80px;
    text-align: center;
  }
  #brandMission #sec04 .valueWrap {
    display: block;
    margin-bottom: 75px;
    position: relative;
  }
  #brandMission #sec04 .valueWrap.reverse {}
  #brandMission #sec04 .valueWrap .valueImages {
    width: 100%;
    height: auto;
    background-color: #dddddd;
    padding: 40px;
  }
  #brandMission #sec04 .valueWrap.reverse .valueImages {}
  #brandMission #sec04 .valueWrap .valueText {
    height: auto;
    padding: 20px 0 30px;
    text-align: center;
  }
  #brandMission #sec04 .valueWrap.reverse .valueText {}
  .valueWrap .valueText h4 {
    font-size: 15px;
    line-height: 1.5em;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 20px;
  }
  .valueWrap .valueText h3 img {
    height: 30px;
    width: auto;
    margin-bottom: 35px;
  }
  .valueWrap .valueText p {
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .5em;
  }
  .valueWrap .valueText .valueNo_odd {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .valueWrap .valueText .valueNo_even {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}