@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

img {
  font-size: 0;
  line-height: 0; }

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

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

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

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

html {
  overflow-y: scroll;
  *zoom: 1;
  /* firefox */ }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

/* ==========================================================================
  Base
========================================================================== */
* {
  box-sizing: border-box; }

body {
  color: #000;
  font-size: 16px;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.7;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1200px; } }

.wrapper {
  position: relative;
  padding-top: 60px; }
  @media screen and (min-width: 769px) {
    .wrapper {
      min-width: 1200px;
      padding-top: 110px; } }

img {
  width: 100%;
  height: auto; }

.pc {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc {
      display: block; } }

@media screen and (min-width: 769px) {
  .sp {
    display: none; } }

/* ==========================================================================
  Link
========================================================================== */
a {
  color: #000;
  text-decoration: underline; }
  @media screen and (min-width: 769px) {
    a:hover {
      text-decoration: none; }
      a:hover img {
        opacity: .7; } }
  a:hover, a img {
    transition: .2s linear; }

.btn {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  text-align: center;
  width: 240px;
  height: 50px;
  line-height: 50px; }
  @media screen and (max-width: 768px) {
    .btn {
      width: 200px;
      height: 40px;
      line-height: 40px; } }
  .btn:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -10px; }

.btn-green {
  background: #417751;
  color: #fff; }
  .btn-green:after {
    background: url(../images/icon_arrow.png);
    background-size: contain; }
  .btn-green:hover {
    background: #000; }

.btn-white {
  background: #fff;
  color: #417751; }
  .btn-white:after {
    background: url(../images/icon_arrow_green.png);
    background-size: contain; }
  .btn-white:hover {
    opacity: 0.8; }

/* ==========================================================================
  Parts
========================================================================== */
.cont-ttl {
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .cont-ttl {
      margin-bottom: 30px; } }
  .cont-ttl h2 {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .cont-ttl h2 {
        margin-bottom: 15px; } }
    .cont-ttl h2 img {
      height: 40px;
      width: auto; }
      @media screen and (max-width: 768px) {
        .cont-ttl h2 img {
          height: 24px; } }
  .cont-ttl h3 {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .cont-ttl h3 {
        font-size: 16px; } }

/* ==========================================================================
  header
========================================================================== */
.hebena-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 110px;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 768px) {
    .hebena-header {
      height: 60px; } }

.header-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 4%; }
  @media screen and (max-width: 768px) {
    .header-inner {
      padding: 10px 0; } }

@media screen and (max-width: 768px) {
  .header-logo {
    width: 100%;
    text-align: center; } }

.header-logo img {
  width: 160px; }
  @media screen and (max-width: 768px) {
    .header-logo img {
      height: 40px;
      width: auto; } }

.header-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .header-nav {
      position: fixed;
      top: 60px;
      left: 0;
      width: 100%;
      display: none; } }
  .header-nav li {
    margin: 0 60px 0 0;
    line-height: 1;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .header-nav li {
        margin: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-top: 1px solid #c3e4cd;
        padding: 0 6%;
        background: #fff; }
        .header-nav li:last-child {
          border-bottom: 1px solid #c3e4cd;
          background: #f9fcf3; } }
    .header-nav li:last-child {
      margin: 0; }
    .header-nav li a {
      color: #000;
      text-decoration: none; }
      .header-nav li a:hover {
        color: #417751; }
      @media screen and (max-width: 768px) {
        .header-nav li a {
          display: block; } }

.header-cart a {
  position: relative;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  padding-left: 34px; }
  @media screen and (max-width: 768px) {
    .header-cart a {
      padding: 0; } }
  .header-cart a:hover {
    color: #417751; }
  .header-cart a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11.5px;
    background: url(../images/icon_cart.png) no-repeat;
    background-size: 100% auto;
    width: 21px;
    height: 23px; }
    @media screen and (max-width: 768px) {
      .header-cart a:before {
        left: auto;
        right: 0; } }

.menu {
  z-index: 100;
  position: fixed;
  cursor: pointer;
  top: 30px;
  right: 20px;
  width: 40px;
  height: 30px; }
  @media screen and (min-width: 769px) {
    .menu {
      display: none; } }
  @media screen and (max-width: 768px) {
    .menu {
      top: 15px;
      right: 20px; } }
  .menu span {
    transition: all 0.2s;
    background: #417751;
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px; }
    .menu span:nth-child(1) {
      top: 5px; }
    .menu span:nth-child(2) {
      top: 14px; }
    .menu span:nth-child(3) {
      top: 23px; }

.active span {
  transition: all 0.2s; }
  .active span:nth-child(1),
  .active span:nth-child(3) {
    transform-origin: center center;
    -webkit-transform-origin: center center; }
  .active span:nth-child(1) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 14px; }
  .active span:nth-child(2) {
    display: none; }
  .active span:nth-child(3) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 40px;
    top: 14px; }

/* ==========================================================================
  footer
========================================================================== */
.bread-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #c3e4cd;
  background: #fff; }

.bread {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .bread dt {
    position: relative;
    width: 60px; }
    .bread dt:after {
      content: '';
      position: absolute;
      right: -50%;
      top: 0;
      width: 0;
      height: 0;
      border-left: 30px solid #c3e4cd;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent; }
  .bread dd {
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
    font-size: 14px; }
    .bread dd a {
      text-decoration: none; }
      .bread dd a:hover {
        text-decoration: underline; }

a.home {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/icon_home.png) center center no-repeat #c3e4cd;
  background-size: 26px 21px; }

.pagetop {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  border-left: 1px solid #c3e4cd; }
  .pagetop:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    border-top: 2px solid #c3e4cd;
    border-right: 2px solid #c3e4cd;
    -transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  @media screen and (min-width: 769px) {
    .pagetop:hover {
      background: #c3e4cd; } }
  .pagetop:hover:after {
    border-top: 2px solid #666;
    border-right: 2px solid #666; }

.hebena-footer {
  padding: 50px 0;
  padding: 30px 4%;
  border-top: 1px solid #c3e4cd; }

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }

.footer-logo {
  width: 18.333%;
  text-align: center;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .footer-logo {
      width: 100%;
      font-size: 12px;
      margin-bottom: 20px; } }

.flogo {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .flogo {
      margin-bottom: 15px; }
      .flogo img {
        width: 30%; } }

.footer-nav {
  width: 20%; }
  @media screen and (max-width: 768px) {
    .footer-nav {
      width: 100%;
      margin-bottom: 20px; } }
  .footer-nav ul {
    font-size: 14px;
    text-align: left;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .footer-nav ul {
        font-size: 13px;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .footer-nav ul li {
      margin-bottom: 12px; }
      @media screen and (max-width: 768px) {
        .footer-nav ul li {
          width: 50%;
          margin-bottom: 20px; } }
      .footer-nav ul li a {
        text-decoration: none; }
        .footer-nav ul li a:hover {
          text-decoration: underline; }

.footer-link {
  width: 30%;
  align-items: stretch; }
  @media screen and (max-width: 768px) {
    .footer-link {
      width: 100%; } }

.flink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .flink {
      justify-content: space-around;
      margin-bottom: 40px; } }
  .flink li {
    margin-left: 60px; }
    @media screen and (max-width: 768px) {
      .flink li {
        margin: 0; } }
    .flink li img {
      height: 28px;
      width: auto; }

.fgroup {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .fgroup {
      justify-content: space-around; } }
  .fgroup li {
    margin-left: 40px; }
    @media screen and (max-width: 768px) {
      .fgroup li {
        margin: 0; } }
    .fgroup li a img {
      height: 50px;
      width: auto; }

.copy {
  font-family: Helvetica;
  font-size: 11px;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .copy {
      text-align: center; } }

/* ==========================================================================
animation
========================================================================== */
.hide,
.about-img {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.mission-ico,
.about-text {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-40px, 0);
  transform: translate(-40px, 0); }
  @media screen and (max-width: 768px) {
    .mission-ico,
    .about-text {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }

.mission-text {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(0px, 0);
  transform: translate(40px, 0); }
  @media screen and (max-width: 768px) {
    .mission-text {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }

.moves {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* ----------------------------------
	mv 
-------------------------------------*/
.mv-area {
  position: relative; }

.mv-slide {
  width: 100%; }

.mv-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  padding: 8px;
  border: 2px solid #417751;
  margin: -55px 0 0 -340px; }
  @media screen and (max-width: 768px) {
    .mv-ttl {
      transform: scale(0.4); } }
  .mv-ttl h1 {
    display: block;
    width: 660px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background: rgba(28, 86, 45, 0.8);
    color: #fff;
    font-size: 40px; }

/* ----------------------------------
	info
-------------------------------------*/
.info-area {
  position: relative;
  background: #f9fcf3;
  padding: 20px 0; }
  @media screen and (max-width: 768px) {
    .info-area {
      padding: 20px 4%; } }

.info-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .info-inner {
      display: block; } }

.info-list {
  max-width: 800px; }
  .info-list dl {
    font-size: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .info-list dl {
        font-size: 14px;
        margin-bottom: 15px; } }
    .info-list dl:last-child {
      margin-bottom: 0; }
    .info-list dl dt {
      font-weight: bold;
      color: #417751;
      max-width: 130px;
      margin-right: 40px; }
      @media screen and (max-width: 768px) {
        .info-list dl dt {
          max-width: 100%;
          width: 100%;
          margin: 0 0 5px 0; } }

.info-detail {
  max-width: 240px; }
  @media screen and (max-width: 768px) {
    .info-detail {
      margin: 0 auto;
      max-width: 200px; } }

/* ----------------------------------
	about
-------------------------------------*/
.about-area {
  background: #fff;
  padding-top: 80px; }
  @media screen and (max-width: 768px) {
    .about-area {
      padding-top: 30px; } }
  .about-area .cont-ttl {
    margin-bottom: 130px; }
    @media screen and (max-width: 768px) {
      .about-area .cont-ttl {
        margin-bottom: 30px; } }

.about-box {
  background: #417751;
  padding: 50px 0;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .about-box {
      padding: 25px 4%; } }

.about-box-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .about-box-inner {
      width: auto;
      flex-direction: column-reverse; } }

.about-text {
  max-width: 576px;
  color: #fff;
  font-size: 18px;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    .about-text {
      width: 100%;
      font-size: 15px;
      line-height: 1.7; }
      .about-text a {
        margin: 0 auto; } }
  .about-text p {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .about-text p {
        margin-bottom: 20px; } }

.about-img {
  max-width: 600px;
  margin-top: -100px; }
  @media screen and (max-width: 768px) {
    .about-img {
      margin: 0 0 20px 0;
      width: 100%; } }

/* ----------------------------------
	lineup
-------------------------------------*/
.lineup-area {
  text-align: center;
  padding-top: 80px; }
  @media screen and (max-width: 768px) {
    .lineup-area {
      padding-top: 30px; } }
  .lineup-area h4 {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    color: #417751;
    margin-bottom: 30px;
    padding-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .lineup-area h4 {
        font-size: 16px;
        margin-bottom: 10px; } }
    .lineup-area h4:after {
      content: '';
      width: 70px;
      height: 2px;
      background: #417751;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -35px; }

.lineup-original {
  border-bottom: 1px solid #c3e4cd;
  border-top: 1px solid #c3e4cd;
  padding: 40px 0 80px 0; }
  @media screen and (max-width: 768px) {
    .lineup-original {
      padding: 20px 4% 30px; } }

.item-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: flex-start; }
  .item-list li {
    width: 22%;
    margin-right: 4%;
    margin-top: 30px; }
    .item-list li a {
      text-decoration: none; }
      .item-list li a:hover {
        text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .item-list li {
        width: 47%;
        margin-top: 20px;
        margin-right: 6%; } }
    @media screen and (min-width: 769px) {
      .item-list li:nth-child(4n) {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .item-list li:nth-child(even) {
        margin-right: 0; } }
    .item-list li p.item {
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .item-list li p.item {
          margin-bottom: 8px; } }
    .item-list li p.name {
      font-size: 15px; }
      @media screen and (max-width: 768px) {
        .item-list li p.name {
          font-size: 12px; } }

.lineup-other {
  padding: 40px 0 80px 0; }
  @media screen and (max-width: 768px) {
    .lineup-other {
      padding: 20px 4% 30px; } }

.shop-ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .shop-ttl {
      font-size: 16px;
      margin-bottom: 30px; } }

.lineup-shop {
  border-bottom: 5px solid #417751;
  border-top: 5px solid #417751;
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .lineup-shop {
      padding: 30px 4%; } }
  .lineup-shop ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .lineup-shop ul {
        justify-content: space-between; } }
    .lineup-shop ul li {
      width: 300px;
      margin: 0 25px;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .lineup-shop ul li {
          width: 48%;
          font-size: 14px;
          margin: 0; } }

.shop-logo {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 20px 0; }
  @media screen and (max-width: 768px) {
    .shop-logo {
      margin-bottom: 10px; } }
  .shop-logo img {
    height: 44px;
    width: auto; }
    @media screen and (max-width: 768px) {
      .shop-logo img {
        height: 30px; } }

/* ----------------------------------
	group
-------------------------------------*/
.group-area {
  padding: 80px 0;
  background: #f9fcf3;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .group-area {
      padding: 30px 4%; } }

.groupl-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .groupl-list {
      justify-content: space-between; } }
  .groupl-list li {
    width: 320px;
    margin: 0 60px; }
    @media screen and (max-width: 768px) {
      .groupl-list li {
        width: 48%;
        margin: 0; } }
    .groupl-list li p.glogo {
      width: 100%;
      padding: 50px 0;
      background: #fff;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .groupl-list li p.glogo {
          padding: 30px 0;
          margin-bottom: 10px; } }
      .groupl-list li p.glogo img {
        height: 120px;
        width: auto; }
        @media screen and (max-width: 768px) {
          .groupl-list li p.glogo img {
            height: 80px; } }
    .groupl-list li p.name {
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .groupl-list li p.name {
          font-size: 14px;
          margin-bottom: 10px; } }
    .groupl-list li p.detail {
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .groupl-list li p.detail {
          font-size: 13px; } }

/* ----------------------------------
	base
-------------------------------------*/
.ttl-area {
  width: 100%;
  height: 300px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .ttl-area {
      height: 200px; } }
  .ttl-area .cont-ttl {
    margin: 0; }

.page-nav {
  justify-content: center;
  background: #417751;
  text-align: center;
  height: 70px;
  line-height: 70px; }
  @media screen and (max-width: 768px) {
    .page-nav {
      display: none; } }
  .page-nav a {
    display: inline-block;
    position: relative;
    margin: 0 40px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
    .page-nav a:hover {
      text-decoration: underline; }

/* -----------------------------------------------------------------------
	privacy
--------------------------------------------------------------------------*/
.privacy-area {
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .privacy-area {
      padding: 30px 4%; } }

.privacy-inner {
  max-width: 900px;
  margin: 0 auto; }
  .privacy-inner p {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .privacy-inner p {
        margin-bottom: 20px;
        font-size: 14px; }
        .privacy-inner p b {
          font-weight: bold;
          padding-bottom: 10px;
          font-size: 15px; } }

/* -----------------------------------------------------------------------
	contact
--------------------------------------------------------------------------*/
.contact-area {
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .contact-area {
      padding: 30px 4%; } }

.contact-inner {
  max-width: 900px;
  margin: 0 auto; }

.contact-lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .contact-lead {
      font-size: 16px;
      margin-bottom: 20px; } }

.contact-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .contact-box {
      margin-bottom: 30px; } }
  .contact-box .ttl {
    width: 15%; }
    @media screen and (max-width: 768px) {
      .contact-box .ttl {
        width: 50%;
        margin-bottom: 10px; } }
  .contact-box .ness {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    background: #ff0000;
    padding: 0 5px;
    color: #fff;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .contact-box .ness {
        margin-bottom: 10px; } }
  .contact-box .form {
    font-size: 18px;
    width: 75%; }
    @media screen and (max-width: 768px) {
      .contact-box .form {
        width: 100%; } }

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  outline: none;
  border: 1px solid #c3e4cd !important;
  width: 100%; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 10px;
  border: 0;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 18px;
  border: 1px solid #c3e4cd !important; }

.btn-send {
  width: 320px;
  margin: 0 auto 60px; }
  @media screen and (max-width: 768px) {
    .btn-send {
      width: 90%;
      margin: 0 auto 30px; } }

input[type="submit"] {
  -webkit-appearance: none;
  width: 320px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  border: none;
  background: #417751;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    input[type="submit"] {
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size: 16px; } }
  @media screen and (min-width: 769px) {
    input[type="submit"]:hover {
      opacity: 0.6; } }

.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: bold;
  color: #ff0000; }

.screen-reader-response {
  display: none; }

.wpcf7-response-output {
  font-size: 20px;
  padding: 10px;
  background: #f9fcf3;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .wpcf7-response-output {
      font-size: 16px; } }

.redirect {
  font-size: 16px;
  text-align: center;
  padding: 80px 0; }

/* -----------------------------------------------------------------------
	info
--------------------------------------------------------------------------*/
.info-page-area {
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .info-page-area {
      padding: 30px 4%; } }

.info-page-inner {
  max-width: 900px;
  margin: 0 auto; }
  .info-page-inner li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px dotted #417751; }
    @media screen and (max-width: 768px) {
      .info-page-inner li {
        padding: 15px 0; } }
    .info-page-inner li p.date {
      color: #417751;
      margin-bottom: 10px; }
    .info-page-inner li p.ttl {
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 18px; }

.info-page-text-s {
  width: 70%;
  margin-right: 4%; }
  @media screen and (max-width: 768px) {
    .info-page-text-s {
      width: 100%;
      margin: 0 0 15px; } }

.info-page-img {
  width: 26%; }
  @media screen and (max-width: 768px) {
    .info-page-img {
      width: 100%; } }

.info-page-text-l {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .info-page-text-l {
      margin: 0 0 15px; } }

/* -----------------------------------------------------------------------
	recruit
--------------------------------------------------------------------------*/
.rec-area article {
  max-width: 1200px;
  padding: 50px;
  box-shadow: 0 0 10px #ccc;
  margin: 0 auto 80px; }
  @media screen and (max-width: 768px) {
    .rec-area article {
      box-shadow: none;
      padding: 30px 4%;
      border-top: 2px solid #c3e4cd;
      margin: 0; } }

.rec-area dl {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .rec-area dl:last-child {
    padding: 0;
    margin: 0;
    border: none; }
  @media screen and (max-width: 768px) {
    .rec-area dl {
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-size: 14px; } }
  .rec-area dl dt {
    width: 20%;
    font-weight: bold;
    color: #417751; }
    @media screen and (max-width: 768px) {
      .rec-area dl dt {
        width: 100%;
        margin-bottom: 15px; } }
  .rec-area dl dd {
    width: 80%; }
    @media screen and (max-width: 768px) {
      .rec-area dl dd {
        width: 100%; } }
    .rec-area dl dd p {
      margin-bottom: 10px; }

.ttl-recruit {
  background: url(../images/rec_header.jpg) center center no-repeat;
  background-size: 100% auto;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .ttl-recruit {
      background-size: cover;
      margin-bottom: 30px; } }

.appeal {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .appeal {
      font-size: 16px;
      margin-bottom: 30px;
      padding: 0 4%;
      text-align: left; } }

.rec-ttl {
  position: relative;
  font-weight: bold;
  font-size: 22px;
  color: #417751;
  margin-bottom: 60px;
  padding-bottom: 20px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .rec-ttl {
      font-size: 16px;
      margin-bottom: 30px; } }
  .rec-ttl:after {
    content: '';
    width: 70px;
    height: 2px;
    background: #417751;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px; }

/* -----------------------------------------------------------------------
	company
--------------------------------------------------------------------------*/
/* ---------------  mission --------------*/
.ttl-company {
  background: url(../images/com_header.jpg) center center no-repeat;
  background-size: 100% auto; }
  @media screen and (max-width: 768px) {
    .ttl-company {
      background-size: cover; } }

.company-area {
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .company-area {
      padding: 30px 4%; } }

@media screen and (min-width: 769px) {
  .mission-area .cont-ttl {
    margin-bottom: 0; } }

.mission-box {
  position: relative;
  max-width: 1200px;
  height: 760px;
  margin: 0 auto;
  background: url(../images/com_mission_bg.jpg) 280px center no-repeat;
  background-size: auto 100%; }
  @media screen and (max-width: 768px) {
    .mission-box {
      height: auto;
      background: none; } }

.mission-logo {
  position: absolute;
  width: 250px; }
  @media screen and (min-width: 769px) {
    .mission-logo {
      top: 50%;
      left: 0;
      margin-top: -55px; } }
  @media screen and (max-width: 768px) {
    .mission-logo {
      position: relative;
      width: 100%;
      margin: 0 auto 30px;
      padding-bottom: 30px;
      background: url(../images/com_mission_bg_sp.jpg) center bottom no-repeat;
      background-size: 100% 40px;
      text-align: center; }
      .mission-logo img {
        width: 40%; } }

.mission-part {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  max-width: 800px; }
  @media screen and (max-width: 768px) {
    .mission-part {
      position: relative;
      margin-bottom: 30px; } }

@media screen and (min-width: 769px) {
  .mission01 {
    top: 80px;
    right: 50px; } }

@media screen and (min-width: 769px) {
  .mission02 {
    top: 50%;
    margin-top: -80px;
    right: 0; } }

.mission03 {
  margin-bottom: 0; }
  @media screen and (min-width: 769px) {
    .mission03 {
      bottom: 80px;
      right: 50px; } }

.mission-ico {
  width: 160px;
  margin-right: 40px; }
  @media screen and (max-width: 768px) {
    .mission-ico {
      width: 100px;
      margin: 0 auto 20px; } }

.mission-text {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  width: 600px; }
  @media screen and (max-width: 768px) {
    .mission-text {
      font-size: 15px;
      width: auto;
      line-height: 1.7; } }

/* ---------------  service --------------*/
.service-area {
  background: #f9fcf3;
  border-bottom: 5px solid #417751;
  border-top: 5px solid #417751; }

.service-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto; }
  .service-list li {
    width: 30%; }
    @media screen and (max-width: 768px) {
      .service-list li {
        width: 90%;
        margin: 0 auto 30px; }
        .service-list li:last-child {
          margin-bottom: 0; } }

.service-img {
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .service-img {
      margin-bottom: 10px; } }

.service-text {
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .service-text {
      font-size: 14px; } }

/* ---------------  profile --------------*/
.profile-area {
  border-bottom: 1px solid #c3e4cd; }

.profile-box {
  max-width: 900px;
  margin: 0 auto; }
  .profile-box dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c3e4cd;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .profile-box dl {
        font-size: 14px; } }
    .profile-box dl:last-child {
      padding: 0;
      margin: 0;
      border: none; }
    .profile-box dl dt {
      width: 200px;
      color: #417751; }
    .profile-box dl dd {
      width: 700px; }

/* ---------------  access --------------*/
.access-map {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .access-map iframe {
      width: 100%;
      height: 300px; } }
      

.mv-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.mv-area,
.mv-slide,
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}
