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

// Base Stylesheet - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 2.8.0 - Last Updated: February 02, 2016

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

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, form, fieldset, legend, input, select, textarea, button {
  margin: 0;
}

svg:not(:root) {
  overflow: hidden;
}

body {
  font-family: "游ゴシック", "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS P Gothic, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #333333;
  font-weight: 300;
  background: #fff;
}

a {
  color: #23a1a0;
  text-decoration: underline;
}
a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

.a-none {
  color: #333333;
  background: transparent;
  text-decoration: none;
  display: block;
}
.a-none:active, .a-none:hover {
  outline: 0;
  color: #23a1a0;
  text-decoration: none;
}

.a-white {
  color: #fff;
  background: transparent;
  text-decoration: none;
}
.a-white:active, .a-white:hover {
  outline: 0;
  color: #d6d5ce;
  text-decoration: none;
}

img {
  vertical-align: top;
}

h1, .h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 2.375rem;
  margin: 0;
  color: #343434;
  font-weight: 400;
}

h2, .h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 0;
  color: #343434;
  font-weight: 400;
}

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 0;
  color: #343434;
  font-weight: 400;
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
  color: #343434;
  font-weight: 400;
}

h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 0;
  color: #343434;
  font-weight: 400;
}

h6, .h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0;
  color: #343434;
  font-weight: 400;
}

b,
strong,
.strong {
  font-weight: 700;
}

.em {
  font-style: italic;
}

abbr[title], .abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

small, .small {
  font-size: 80%;
}

mark,
.mark {
  background: #ff0;
  color: #000;
}

sub,
.sub,
sup,
.sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup, .sup {
  top: -0.5em;
}

sub, .sub {
  bottom: -0.25em;
}

del, .del {
  text-decoration: line-through;
}

figure {
  margin: 1em 40px;
}

hr,
.hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  background: #eee;
  border: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

dl:before, dl:after {
  content: " ";
  display: table;
}
dl:after {
  clear: both;
}
dl dt {
  float: left;
  width: 25%;
  display: block;
  font-weight: 400;
}
dl dd {
  overflow: hidden;
  display: block;
}

.bread-wrap {
  position: relative;
  width: 100%;
  height: 30px;
  background: #d6d5ce;
  margin-top: 50px;
  line-height: 30px;
}

.bread__item {
  float: left;
  font-size: 12px;
  padding-right: 4px;
}
.bread__item a {
  color: #333333;
  text-decoration: none;
  padding-right: 3px;
}
.bread__item a:hover {
  text-decoration: underline;
}
.bread__item-act {
  color: #23a1a0;
}
.bread__item:after {
  content: ">";
  line-height: 30px;
  padding-left: 2px;
}
.bread__item:last-child:after {
  display: none;
}

.btn-a {
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  line-height: 1;
}
.btn-a a {
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  background: #23a1a0;
  border: solid 2px #23a1a0;
  transition: all .4s;
}
.btn-a a:hover {
  color: #23a1a0;
  background: #fff;
  border: solid 2px #23a1a0;
}

.btn-b {
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  line-height: 1;
}
.btn-b a {
  color: #23a1a0;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  background: #fff;
  border: solid 1px #23a1a0;
  transition: all .4s;
}
.btn-b a:hover {
  color: #fff;
  background: #23a1a0;
  border: solid 1px #fff;
}

.btn-c {
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  line-height: 1;
}
.btn-c a {
  color: #23a1a0;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  border: solid 2px #23a1a0;
  transition: all .4s;
}
.btn-c a:hover {
  color: #fff;
  background: #23a1a0;
  border: solid 2px #fff;
}

.btn-img {
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  transition: all .4s;
}
.btn-img:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 768px) {
  .bread-wrap {
    height: 40px;
    margin-top: 90px;
    line-height: 40px;
  }
}
.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}

html {
  content: 'mobile';
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.basic-container {
  padding-top: 43px;
  padding-bottom: 60px;
}

.basic-container-nobottom {
  padding-top: 40px;
  padding-bottom: 0px;
}

.headimg-container {
  padding-top: 15px;
  padding-bottom: 60px;
}

.bg-color-a {
  background: #eff1f3;
}

@media only screen and (min-width: 740px) {
  html {
    content: 'tablet';
  }
}
@media only screen and (min-width: 768px) {
  html {
    content: 'desktop';
    min-width: 1220px;
  }

  .row {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
  }

  .container, .container-full {
    width: 1200px;
    min-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-desktop {
    width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-full-desktop {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .basic-container {
    padding-top: 75px;
    padding-bottom: 80px;
  }

  .basic-container-nobottom {
    padding-top: 75px;
    padding-bottom: 0px;
  }

  .headimg-container {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .s-size-container {
    width: 1200px;
    padding: 0 100px;
    min-width: 1200px;
    margin: 0 auto;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.pull-1 {
  left: -8.33333%;
}

.pull-2 {
  left: -16.66667%;
}

.pull-3 {
  left: -25%;
}

.pull-4 {
  left: -33.33333%;
}

.pull-5 {
  left: -41.66667%;
}

.pull-6 {
  left: -50%;
}

.pull-7 {
  left: -58.33333%;
}

.pull-8 {
  left: -66.66667%;
}

.pull-9 {
  left: -75%;
}

.pull-10 {
  left: -83.33333%;
}

.pull-11 {
  left: -91.66667%;
}

.row-top-5 {
  padding-top: 5px;
}

.row-top-10 {
  padding-top: 10px;
}

.row-top-15 {
  padding-top: 15px;
}

.row-top-20 {
  padding-top: 20px;
}

.row-top-25 {
  padding-top: 25px;
}

.row-top-30 {
  padding-top: 30px;
}

.row-top-35 {
  padding-top: 35px;
}

.row-top-40 {
  padding-top: 40px;
}

.row-top-45 {
  padding-top: 45px;
}

.row-top-50 {
  padding-top: 50px;
}

.row-top-55 {
  padding-top: 55px;
}

.row-top-60 {
  padding-top: 60px;
}

.row-bottom-5 {
  padding-bottom: 5px;
}

.row-bottom-10 {
  padding-bottom: 10px;
}

.row-bottom-15 {
  padding-bottom: 15px;
}

.row-bottom-20 {
  padding-bottom: 20px;
}

.row-bottom-25 {
  padding-bottom: 25px;
}

.row-bottom-30 {
  padding-bottom: 30px;
}

.row-bottom-35 {
  padding-bottom: 35px;
}

.row-bottom-40 {
  padding-bottom: 40px;
}

.row-bottom-45 {
  padding-bottom: 45px;
}

.row-bottom-50 {
  padding-bottom: 50px;
}

.row-bottom-55 {
  padding-bottom: 55px;
}

.row-bottom-60 {
  padding-bottom: 60px;
}

@media only screen and (min-width: 740px) {
  .col-1-tablet,
  .col-2-tablet,
  .col-3-tablet,
  .col-4-tablet,
  .col-5-tablet,
  .col-6-tablet,
  .col-7-tablet,
  .col-8-tablet,
  .col-9-tablet,
  .col-10-tablet,
  .col-11-tablet,
  .col-12-tablet {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }

  .col-1-tablet {
    width: 8.33333%;
  }

  .col-2-tablet {
    width: 16.66667%;
  }

  .col-3-tablet {
    width: 25%;
  }

  .col-4-tablet {
    width: 33.33333%;
  }

  .col-5-tablet {
    width: 41.66667%;
  }

  .col-6-tablet {
    width: 50%;
  }

  .col-7-tablet {
    width: 58.33333%;
  }

  .col-8-tablet {
    width: 66.66667%;
  }

  .col-9-tablet {
    width: 75%;
  }

  .col-10-tablet {
    width: 83.33333%;
  }

  .col-11-tablet {
    width: 91.66667%;
  }

  .col-12-tablet {
    width: 100%;
  }

  .push-1-tablet {
    left: 8.33333%;
  }

  .push-2-tablet {
    left: 16.66667%;
  }

  .push-3-tablet {
    left: 25%;
  }

  .push-4-tablet {
    left: 33.33333%;
  }

  .push-5-tablet {
    left: 41.66667%;
  }

  .push-6-tablet {
    left: 50%;
  }

  .push-7-tablet {
    left: 58.33333%;
  }

  .push-8-tablet {
    left: 66.66667%;
  }

  .push-9-tablet {
    left: 75%;
  }

  .push-10-tablet {
    left: 83.33333%;
  }

  .push-11-tablet {
    left: 91.66667%;
  }

  .pull-1-tablet {
    left: -8.33333%;
  }

  .pull-2-tablet {
    left: -16.66667%;
  }

  .pull-3-tablet {
    left: -25%;
  }

  .pull-4-tablet {
    left: -33.33333%;
  }

  .pull-5-tablet {
    left: -41.66667%;
  }

  .pull-6-tablet {
    left: -50%;
  }

  .pull-7-tablet {
    left: -58.33333%;
  }

  .pull-8-tablet {
    left: -66.66667%;
  }

  .pull-9-tablet {
    left: -75%;
  }

  .pull-10-tablet {
    left: -83.33333%;
  }

  .pull-11-tablet {
    left: -91.66667%;
  }

  .row-top-5-tablet {
    padding-top: 5px;
  }

  .row-top-10-tablet {
    padding-top: 10px;
  }

  .row-top-15-tablet {
    padding-top: 15px;
  }

  .row-top-20-tablet {
    padding-top: 20px;
  }

  .row-top-25-tablet {
    padding-top: 25px;
  }

  .row-top-30-tablet {
    padding-top: 30px;
  }

  .row-top-35-tablet {
    padding-top: 35px;
  }

  .row-top-40-tablet {
    padding-top: 40px;
  }

  .row-top-45-tablet {
    padding-top: 45px;
  }

  .row-top-50-tablet {
    padding-top: 50px;
  }

  .row-top-55-tablet {
    padding-top: 55px;
  }

  .row-top-60-tablet {
    padding-top: 60px;
  }

  .row-bottom-5-tablet {
    padding-bottom: 5px;
  }

  .row-bottom-10-tablet {
    padding-bottom: 10px;
  }

  .row-bottom-15-tablet {
    padding-bottom: 15px;
  }

  .row-bottom-20-tablet {
    padding-bottom: 20px;
  }

  .row-bottom-25-tablet {
    padding-bottom: 25px;
  }

  .row-bottom-30-tablet {
    padding-bottom: 30px;
  }

  .row-bottom-35-tablet {
    padding-bottom: 35px;
  }

  .row-bottom-40-tablet {
    padding-bottom: 40px;
  }

  .row-bottom-45-tablet {
    padding-bottom: 45px;
  }

  .row-bottom-50-tablet {
    padding-bottom: 50px;
  }

  .row-bottom-55-tablet {
    padding-bottom: 55px;
  }

  .row-bottom-60-tablet {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
  }

  .col-1-desktop {
    width: 8.33333%;
  }

  .col-2-desktop {
    width: 16.66667%;
  }

  .col-3-desktop {
    width: 25%;
  }

  .col-4-desktop {
    width: 33.33333%;
  }

  .col-5-desktop {
    width: 41.66667%;
  }

  .col-6-desktop {
    width: 50%;
  }

  .col-7-desktop {
    width: 58.33333%;
  }

  .col-8-desktop {
    width: 66.66667%;
  }

  .col-9-desktop {
    width: 75%;
  }

  .col-10-desktop {
    width: 83.33333%;
  }

  .col-11-desktop {
    width: 91.66667%;
  }

  .col-12-desktop {
    width: 100%;
  }

  .push-1-desktop {
    left: 8.33333%;
  }

  .push-2-desktop {
    left: 16.66667%;
  }

  .push-3-desktop {
    left: 25%;
  }

  .push-4-desktop {
    left: 33.33333%;
  }

  .push-5-desktop {
    left: 41.66667%;
  }

  .push-6-desktop {
    left: 50%;
  }

  .push-7-desktop {
    left: 58.33333%;
  }

  .push-8-desktop {
    left: 66.66667%;
  }

  .push-9-desktop {
    left: 75%;
  }

  .push-10-desktop {
    left: 83.33333%;
  }

  .push-11-desktop {
    left: 91.66667%;
  }

  .pull-1-desktop {
    left: -8.33333%;
  }

  .pull-2-desktop {
    left: -16.66667%;
  }

  .pull-3-desktop {
    left: -25%;
  }

  .pull-4-desktop {
    left: -33.33333%;
  }

  .pull-5-desktop {
    left: -41.66667%;
  }

  .pull-6-desktop {
    left: -50%;
  }

  .pull-7-desktop {
    left: -58.33333%;
  }

  .pull-8-desktop {
    left: -66.66667%;
  }

  .pull-9-desktop {
    left: -75%;
  }

  .pull-10-desktop {
    left: -83.33333%;
  }

  .pull-11-desktop {
    left: -91.66667%;
  }

  .row-top-5-desktop {
    padding-top: 5px;
  }

  .row-top-10-desktop {
    padding-top: 10px;
  }

  .row-top-15-desktop {
    padding-top: 15px;
  }

  .row-top-20-desktop {
    padding-top: 20px;
  }

  .row-top-25-desktop {
    padding-top: 25px;
  }

  .row-top-30-desktop {
    padding-top: 30px;
  }

  .row-top-35-desktop {
    padding-top: 35px;
  }

  .row-top-40-desktop {
    padding-top: 40px;
  }

  .row-top-45-desktop {
    padding-top: 45px;
  }

  .row-top-50-desktop {
    padding-top: 50px;
  }

  .row-top-55-desktop {
    padding-top: 55px;
  }

  .row-top-60-desktop {
    padding-top: 60px;
  }

  .row-bottom-5-desktop {
    padding-bottom: 5px;
  }

  .row-bottom-10-desktop {
    padding-bottom: 10px;
  }

  .row-bottom-15-desktop {
    padding-bottom: 15px;
  }

  .row-bottom-20-desktop {
    padding-bottom: 20px;
  }

  .row-bottom-25-desktop {
    padding-bottom: 25px;
  }

  .row-bottom-30-desktop {
    padding-bottom: 30px;
  }

  .row-bottom-35-desktop {
    padding-bottom: 35px;
  }

  .row-bottom-40-desktop {
    padding-bottom: 40px;
  }

  .row-bottom-45-desktop {
    padding-bottom: 45px;
  }

  .row-bottom-50-desktop {
    padding-bottom: 50px;
  }

  .row-bottom-55-desktop {
    padding-bottom: 55px;
  }

  .row-bottom-60-desktop {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1220px) {
  .col-1-hd,
  .col-2-hd,
  .col-3-hd,
  .col-4-hd,
  .col-5-hd,
  .col-6-hd,
  .col-7-hd,
  .col-8-hd,
  .col-9-hd,
  .col-10-hd,
  .col-11-hd,
  .col-12-hd {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }

  .col-1-hd {
    width: 8.33333%;
  }

  .col-2-hd {
    width: 16.66667%;
  }

  .col-3-hd {
    width: 25%;
  }

  .col-4-hd {
    width: 33.33333%;
  }

  .col-5-hd {
    width: 41.66667%;
  }

  .col-6-hd {
    width: 50%;
  }

  .col-7-hd {
    width: 58.33333%;
  }

  .col-8-hd {
    width: 66.66667%;
  }

  .col-9-hd {
    width: 75%;
  }

  .col-10-hd {
    width: 83.33333%;
  }

  .col-11-hd {
    width: 91.66667%;
  }

  .col-12-hd {
    width: 100%;
  }

  .push-1-hd {
    left: 8.33333%;
  }

  .push-2-hd {
    left: 16.66667%;
  }

  .push-3-hd {
    left: 25%;
  }

  .push-4-hd {
    left: 33.33333%;
  }

  .push-5-hd {
    left: 41.66667%;
  }

  .push-6-hd {
    left: 50%;
  }

  .push-7-hd {
    left: 58.33333%;
  }

  .push-8-hd {
    left: 66.66667%;
  }

  .push-9-hd {
    left: 75%;
  }

  .push-10-hd {
    left: 83.33333%;
  }

  .push-11-hd {
    left: 91.66667%;
  }

  .pull-1-hd {
    left: -8.33333%;
  }

  .pull-2-hd {
    left: -16.66667%;
  }

  .pull-3-hd {
    left: -25%;
  }

  .pull-4-hd {
    left: -33.33333%;
  }

  .pull-5-hd {
    left: -41.66667%;
  }

  .pull-6-hd {
    left: -50%;
  }

  .pull-7-hd {
    left: -58.33333%;
  }

  .pull-8-hd {
    left: -66.66667%;
  }

  .pull-9-hd {
    left: -75%;
  }

  .pull-10-hd {
    left: -83.33333%;
  }

  .pull-11-hd {
    left: -91.66667%;
  }

  .row-top-5-hd {
    padding-top: 5px;
  }

  .row-top-10-hd {
    padding-top: 10px;
  }

  .row-top-15-hd {
    padding-top: 15px;
  }

  .row-top-20-hd {
    padding-top: 20px;
  }

  .row-top-25-hd {
    padding-top: 25px;
  }

  .row-top-30-hd {
    padding-top: 30px;
  }

  .row-top-35-hd {
    padding-top: 35px;
  }

  .row-top-40-hd {
    padding-top: 40px;
  }

  .row-top-45-hd {
    padding-top: 45px;
  }

  .row-top-50-hd {
    padding-top: 50px;
  }

  .row-top-55-hd {
    padding-top: 55px;
  }

  .row-top-60-hd {
    padding-top: 60px;
  }

  .row-bottom-5-hd {
    padding-bottom: 5px;
  }

  .row-bottom-10-hd {
    padding-bottom: 10px;
  }

  .row-bottom-15-hd {
    padding-bottom: 15px;
  }

  .row-bottom-20-hd {
    padding-bottom: 20px;
  }

  .row-bottom-25-hd {
    padding-bottom: 25px;
  }

  .row-bottom-30-hd {
    padding-bottom: 30px;
  }

  .row-bottom-35-hd {
    padding-bottom: 35px;
  }

  .row-bottom-40-hd {
    padding-bottom: 40px;
  }

  .row-bottom-45-hd {
    padding-bottom: 45px;
  }

  .row-bottom-50-hd {
    padding-bottom: 50px;
  }

  .row-bottom-55-hd {
    padding-bottom: 55px;
  }

  .row-bottom-60-hd {
    padding-bottom: 60px;
  }
}
.loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
}

.loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 1100;
}
.loader img {
  width: 28px;
  height: 28px;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-float {
  float: none;
}

.no-background {
  background: transparent;
}

.no-border {
  border: 0;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.font-100 {
  font-weight: 100;
}

.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.font-900 {
  font-weight: 900;
}

.font-normal {
  font-style: normal;
}

.font-italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.none {
  display: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-space-around {
  justify-content: space-around;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center-element {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  margin: 0;
  padding: 0;
}

.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.img-fluid {
  max-width: 100%;
}

.img-left {
  float: left;
  margin-right: 20px;
}

.img-right {
  float: right;
  margin-left: 20px;
}

.field-group {
  padding-top: .5em;
  padding-bottom: .5em;
  overflow: hidden;
}
.field-group label {
  padding-top: 8px;
}

.field {
  width: 100%;
}

.disabled {
  pointer-events: none;
  opacity: .5;
}

.checkbox,
.radio {
  display: inline-block;
  position: relative;
  margin-top: .5em;
  margin-bottom: .5em;
}
.checkbox label,
.radio label {
  padding-left: 20px;
  padding-top: 0;
  display: inline-block;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.radio input[type="radio"] {
  position: absolute;
  top: 4px;
  left: 0;
}

.animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animate-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media only screen and (min-width: 740px) {
  .no-float-tablet {
    float: none;
  }

  .no-padding-tablet {
    padding: 0;
  }

  .no-margin-tablet {
    margin: 0;
  }

  .none-tablet {
    display: none;
  }

  .block-tablet {
    display: block;
  }

  .inline-block-tablet {
    display: inline-block;
  }

  .inline-tablet {
    display: inline;
  }

  .left-tablet {
    float: left;
  }

  .right-tablet {
    float: right;
  }

  .text-left-tablet {
    text-align: left;
  }

  .text-right-tablet {
    text-align: right;
  }

  .text-center-tablet {
    text-align: center;
  }

  .text-justify-tablet {
    text-align: justify;
  }

  .no-col-tablet {
    width: auto;
    float: none;
  }

  .no-push-tablet, .no-pull-tablet {
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .no-float-desktop {
    float: none;
  }

  .no-padding-desktop {
    padding: 0;
  }

  .no-margin-desktop {
    margin: 0;
  }

  .none-desktop {
    display: none;
  }

  .block-desktop {
    display: block;
  }

  .inline-block-desktop {
    display: inline-block;
  }

  .inline-desktop {
    display: inline;
  }

  .left-desktop {
    float: left;
  }

  .right-desktop {
    float: right;
  }

  .text-left-desktop {
    text-align: left;
  }

  .text-right-desktop {
    text-align: right;
  }

  .text-center-desktop {
    text-align: center;
  }

  .text-justify-desktop {
    text-align: justify;
  }

  .no-col-desktop {
    width: auto;
    float: none;
  }

  .no-push-desktop, .no-pull-desktop {
    left: 0;
  }
}
@media print {
  .no-float-print {
    float: none;
  }

  .no-padding-print {
    padding: 0;
  }

  .no-margin-print {
    margin: 0;
  }

  .none-print {
    display: none;
  }

  .block-print {
    display: block;
  }

  .inline-block-print {
    display: inline-block;
  }

  .inline-print {
    display: inline;
  }

  .text-left-print {
    text-align: left;
  }

  .text-right-print {
    text-align: right;
  }

  .text-center-print {
    text-align: center;
  }

  .text-justify-print {
    text-align: justify;
  }

  .no-col-print {
    width: auto;
    float: none;
  }

  .no-push-print, .no-pull-print {
    left: 0;
  }
}
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 100;
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.1);
}
.header-wrap + .container {
  padding-top: 50px;
}

.headerRelative {
  position: relative;
}
.headerRelative + .container {
  padding-top: 0;
}

.header {
  position: relative;
}
.header h1 {
  float: none;
  padding: 5px 0 0 0;
  background-color: #fff;
}
.header h1 img {
  height: auto;
  width: 125px;
}

.gnavi-wrap {
  position: fixed;
  background: #f3f5f7;
  width: 100%;
  height: 100%;
  top: 50px;
  left: 0;
  z-index: -1;
  padding: 0;
  overflow-y: scroll;
}

.gnavi-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  top: 0;
  right: 0;
  z-index: 300;
}
.gnavi-btn .menu-trigger,
.gnavi-btn .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.gnavi-btn .menu-trigger {
  position: relative;
  width: 20px;
  height: 17px;
  margin: 15px;
}
.gnavi-btn .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 4px;
}
.gnavi-btn .menu-trigger-act span {
  background-color: #23a1a0;
}
.gnavi-btn span:nth-of-type(1) {
  top: 0;
}
.gnavi-btn span:nth-of-type(2) {
  top: 7px;
}
.gnavi-btn span:nth-of-type(3) {
  bottom: 0;
}

.gnavi {
  background: none;
  float: none;
}
.gnavi__item {
  position: relative;
  line-height: 1.5;
  font-size: 14px;
  margin-left: 0px;
  height: auto;
  padding: 0;
}
.gnavi__item span {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border-bottom: solid 1px #d6d5ce;
  background: url(../img/common/arrow_b-down.png) no-repeat 97% 45%;
  background-size: 16px auto;
}
.gnavi__item-only span {
  background: url(../img/common/arrow_b-side.png) no-repeat 96% 45%;
  background-size: auto 16px;
}
.gnavi .opened span {
  background: url(../img/common/arrow_b-up.png) no-repeat 97% 45%;
  background-size: 16px auto;
}
.gnavi__item:first-child {
  margin-left: 0;
}
.gnavi-pull {
  position: relative;
  background: #d6d5ce;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  z-index: 1;
  padding-top: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.gnavi-pull__item {
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0 15px;
  border-top: solid 1px #fff;
}
.gnavi-pull__item:first-child {
  border-top: none;
}
.gnavi-pull__item a {
  display: block;
  color: #333333;
  text-decoration: none;
}
.gnavi-pull .close__item a {
  color: #f4f6f8;
}

.gnavi-side {
  margin-top: 25px;
  margin-bottom: 80px;
}
.gnavi-side__item {
  margin-left: 4%;
  height: 40px;
  width: 44%;
}
.gnavi-side__item a {
  padding: 10px 12px;
}
.gnavi-side .close__item a {
  color: #cdcbc3;
}
.gnavi-side .btn-a a {
  padding: 0;
  border: none;
}
.gnavi-side .btn-a a:hover {
  border: none;
}

.hdr-nentry a, .hdr-centry a {
  position: relative;
  padding: 0;
}
.hdr-nentry a img, .hdr-centry a img {
  width: 100%;
  height: auto;
}
.hdr-nentry a .onimg, .hdr-centry a .onimg {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}



.top-main-img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  position: relative;
  background: #000;
}
.top-main-img span {
  position: absolute;
  width: 100%;
  height: auto;
}
.top-main-img-1 {
  background: url("../img/top/h_bg_1@2x.jpeg") center;
  background-size: cover;
}
.top-main-img-2 {
  background: url("../img/top/h_bg_2@2x.jpeg") center;
  background-size: cover;
  display: none;
}
.top-main-img-3 {
  background: url("../img/top/h_bg_3@2x.jpeg") center;
  background-size: cover;
  display: none;
}
.top-main-img-4 {
  background: url("../img/top/h_bg_4@2x.jpeg") center;
  background-size: cover;
  display: none;
}
.top-main-img-5 {
  background: url("../img/top/h_bg_5@2x.jpeg") center;
  background-size: cover;
  display: none;
}

.continue__btn {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.continue__btn a {
  padding: 13px 12px;
}

.r-message {
  text-align: center;
  padding: 40px 0 37px;
}
.r-message h2 {
  line-height: 1;
  position: relative;
}
.r-message h2 img {
  width: 45%;
  height: auto;
}
.r-message h2:after {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #d6d5ce;
  bottom: -10px;
  left: 50%;
  margin-left: -14px;
}
.r-message__txt {
  padding-top: 44px;
}
.r-message__txt p {
  padding-bottom: 21px;
}
.r-message__txt p img {
  width: 100%;
  height: auto;
}
.r-message__txt p:first-child {
  margin-top: 6px;
  padding-bottom: 27px;
}
.r-message__txt p:last-child {
  margin-top: -3px;
  margin-bottom: 19px;
}

.btn-b {
  font-weight: 500;
}

.cont-head-wrap {
  text-align: center;
  height: 100%;
  display: block;
}

.cont-head {
  display: block;
  height: 100%;
  position: relative;
}
.cont-head__main {
  padding-top: 21px;
  padding-bottom: 50px;
  min-height: 222px;
}
.cont-head__titl {
  padding-bottom: 50px;
}
.cont-head__titl img {
  width: 43%;
  height: auto;
}
.cont-head__read img {
  width: 100%;
  height: auto;
}
.cont-head__txt {
  padding: 0;
  color: #333333;
  background: #d6d5ce;
  line-height: 1.5;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.cont-head__txt p {
  margin: 0;
  padding: 19px 24px;
}
.cont-head__txt p img {
  width: 100%;
  height: auto;
}

.cont-page_titl {
  font-weight: 600;
}

.cont-box__titl {
  font-weight: 600;
}

.company-person-cont .company-person-cont__face {
  position: relative;
}
.company-person-cont .company-person-cont__face img {
  background-color: #fff;
}
.company-person-cont .company-person-cont__face .onimg {
  position: absolute;
  width: 77%;
  height: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s;
}
.company-person-cont .company-person-cont__face:hover .onimg {
  opacity: 1;
}

.company-person {
  width: 100%;
  height: 100%;
}
.company-person__head {
  width: 100%;
  height: 100%;
}
.company-person__head .cont-head__main {
  padding-bottom: 28px;
  background: url(../img/top/p_bg@2x.jpeg) center;
  background-size: cover;
}
.company-person__head .cont-head__main .cont-head__titl {
  padding-bottom: 20px;
}
.company-person__head .cont-head__txt p {
  padding: 18px 13px;
}
.company-person .company-person-cont-wrap .container {
  padding: 0;
}
.company-person .company-person-cont-wrap .container a {
  text-decoration: none;
}
.company-person .company-person-cont__face img {
  width: 100%;
  height: auto;
}
.company-person .company-person-cont__info {
  color: #333333;
  background: #d6d5ce;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  padding: 15px 0 13px;
}
.company-person .company-person-cont__info p {
  margin: 14px 0 12px;
}
.company-person .company-person-cont__info p P:last-child {
  margin: 12px 0 0;
}
.company-person .company-person-cont__info p span {
  background: rgba(244, 245, 247, 0.5);
  padding: 4px 9px;
  border-radius: 5px;
}
.company-person .company-person-cont__info img {
  width: auto;
  height: 31px;
}
.company-person .company-person-more {
  background-color: #f2f4f6;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  color: rgba(35, 161, 160, 0.6);
  font-weight: 600;
}
.company-person .company-person-more span {
  padding: 25px 0;
  width: 100%;
  display: block;
  cursor: pointer;
}

.company-brand {
  width: 100%;
  height: 100%;
  margin-bottom: 45px;
  padding-bottom: 60px;
  background-color: #f4f6f8;
}
.company-brand__head {
  width: 100%;
  height: 100%;
}
.company-brand__head .cont-head__main {
  background: url(../img/top/b_bg@2x.jpeg) center;
  background-size: cover;
  padding-bottom: 40px;
}
.company-brand__read {
  padding-top: 10px;
}
.company-brand .company-brand-cont {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 28px;
}
.company-brand .company-brand-cont .continue__btn {
  width: 100%;
  padding: 0 5px;
}
.company-brand .company-brand-cont .btn-b {
  padding: 0;
}
.company-brand .company-brand-cont .btn-b a {
  background: transparent;
}
.company-brand .company-brand-cont .btn-b a:hover {
  background: #23a1a0;
}
.company-brand .company-brand-cont .brand-cont-titl__num {
  display: block;
  width: 59.4px;
  height: auto;
  margin-bottom: 21px;
}
.company-brand .company-brand-cont .brand-cont-titl__logo {
  display: block;
  width: auto;
  height: 45px;
  margin-bottom: 19px;
}
.company-brand .company-brand-cont__txt {
  margin-bottom: 16px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.727;
}
.company-brand .company-brand-cont__txt .brand-cont__brackets {
  margin-left: -0.5em;
}
.company-brand .company-brand-cont__img img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.company-brand .company-brand-cont__img a {
  display: block;
  transition: opacity 0.2s;
}
.company-brand .company-brand-cont__img a:hover {
  opacity: 0.7;
}
.company-brand .company-brand-cont_2 {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0;
}
.company-brand .company-brand-cont_2 .continue__btn {
  width: 100%;
  padding: 0 5px;
}
.company-brand .company-brand-cont_2 .btn-b {
  padding: 0;
}
.company-brand .company-brand-cont_2 .btn-b a {
  background: transparent;
}
.company-brand .company-brand-cont_2 .btn-b a:hover {
  background: #23a1a0;
}
.company-brand .company-brand-cont_2 .brand-cont-titl__num {
  display: block;
  width: 60px;
  height: auto;
  margin-bottom: 21px;
}
.company-brand .company-brand-cont_2 .brand-cont-titl__logo {
  display: block;
  width: auto;
  height: 45px;
  margin-bottom: 19px;
}
.company-brand .company-brand-cont_2 .none-mobile {
  display: none;
}
.company-brand .company-brand-cont_2__txt {
  margin-bottom: 16px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.727;
}
.company-brand .company-brand-cont_2__txt .brand-cont__brackets {
  margin-left: -0.5em;
}
.company-brand .company-brand-cont_2__img img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.company-brand .company-brand-cont_2__img a {
  display: block;
  transition: opacity 0.2s;
}
.company-brand .company-brand-cont_2__img a:hover {
  opacity: 0.7;
}

.company-know {
  margin-bottom: 45px;
  width: 100%;
  height: 100%;
}
.company-know__head {
  width: 100%;
  height: 100%;
}
.company-know__head .cont-head__main {
  background: url(../img/top/c_bg@2x.jpeg) center;
  background-size: cover;
}
.company-know .company-know-cont {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 40px;
}
.company-know .company-know-cont .continue__btn {
  padding: 0 5px;
}
.company-know .company-know-cont__titl {
  margin-bottom: 20px;
}
.company-know .company-know-cont__titl img {
  width: 100%;
  height: auto;
}
.company-know .company-know-cont__txt {
  text-align: left;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.company-know .company-know-cont__txt img {
  width: 100%;
  height: auto;
}

.company-c-know {
  margin-bottom: 60px;
  width: 100%;
  height: 100%;
}
.company-c-know__head {
  width: 100%;
  height: 100%;
}
.company-c-know__head .cont-head__main {
  background: url("../img/company/c_c_bg@2x.jpeg") center;
  background-size: cover;
}
.company-c-know__head .cont-head__txt {
  padding: 20px 25px;
}
.company-c-know__head .cont-head__txt p {
  padding: 0;
}
.company-c-know__head .cont-head__txt p img {
  width: 100%;
  height: auto;
}

.career-will img, .career-skill img, .career-chance img {
  width: 100%;
  height: auto;
}

.company-site {
  width: 100%;
  height: 100%;
  background: #f4f6f8;
}
.company-site__head {
  width: 100%;
  height: 100%;
}
.company-site__head .cont-head__main {
  background: url(../img/top/s_bg@2x.jpeg) center;
  background-size: cover;
}
.company-site .company-site-case {
  margin-top: 40px;
}
.company-site .company-site-case__num {
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
}
.company-site .company-site-case__num img {
  width: 100%;
  height: auto;
}
.company-site .company-site-case-head {
  display: block;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.company-site .company-site-case-head__logo {
  width: 100%;
  display: block;
  vertical-align: middle;
}
.company-site .company-site-case-head__logo img {
  width: 100%;
  height: auto;
}
.company-site .company-site-case-head__txt {
  margin-top: 15px;
  width: 100%;
  display: block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
}
.company-site .company-site-case__info-wrap {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 100%;
  min-height: 222px;
}
.company-site .company-site-case__info__cont {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  left: 0px;
  top: 0px;
}
.company-site .company-site-case__info__cont-unit {
  width: 90%;
  margin-left: 5%;
}
.company-site .company-site-case__info__cont-unit img {
  width: 100%;
  height: auto;
}
.company-site .company-site-case__info__cont-name {
  width: 80%;
  margin-left: 5%;
  margin-top: 90px;
}
.company-site .company-site-case__info__cont-name img {
  width: 100%;
  height: auto;
}
.company-site .company-site-case__info__cont-read {
  width: 90%;
  margin-left: 5%;
  margin-top: 0px;
}
.company-site .company-site-case__info__cont-read img {
  width: 100%;
  height: auto;
}
.company-site .company-site-case-1 .company-site-case__info-wrap {
  background: url(../img/top/s_case_1_bg@2x.jpeg) no-repeat;
  background-size: cover;
}
.company-site .company-site-case-2 .company-site-case__info-wrap {
  background: url(../img/top/s_case_2_bg@2x.jpeg) no-repeat;
  background-size: cover;
}
.company-site .continue__btn {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.company-site .continue__btn a {
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.company-smoke {
  margin-top: 46px;
  margin-bottom: 60px;
}
.company-smoke-box {
  padding: 35px 0;
  border: solid 1px #23a1a0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.company-smoke-box__cont {
  font-weight: bold;
}
.company-smoke-box__Q {
  margin-top: 33px;
  margin-bottom: 31px;
}
.company-smoke-box__Q img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.company-smoke-box__yn span {
  position: relative;
  display: inline-block;
}
.company-smoke-box__yn span a {
  margin-right: 20px;
}
.company-smoke-box__yn .arrowd {
  width: auto;
  height: 100%;
}
.company-smoke-box__yn-yes {
  margin-right: 65px;
}
.company-smoke-box__yn-yes img {
  width: 51px;
  height: auto;
}
.company-smoke-box__yn-no img {
  width: 35px;
  height: auto;
}

.company-v-know {
  margin-bottom: 60px;
  width: 100%;
  height: 100%;
}
.company-v-know__head {
  width: 100%;
  height: 100%;
}
.company-v-know__head .cont-head__main {
  background: url(../img/company/c_v_bg@2x.jpeg) center;
  background-size: cover;
}
.company-v-know__head .cont-head__titl {
  padding-bottom: 57px;
}

.value-wrap .cont-page-read h2, .make-wrap .cont-page-read h2 {
  color: #000;
  font-size: 17px;
  text-indent: -.4em;
  line-height: 1.353;
  font-weight: bold;
}
.value-wrap .cont-box p, .make-wrap .cont-box p {
  font-size: 12px;
  line-height: 1.5;
}
.value-wrap .cont-box__titl, .make-wrap .cont-box__titl {
  font-weight: 600;
}
.value-wrap .cont-box__read, .make-wrap .cont-box__read {
  font-size: 12px;
  line-height: 1.636;
}
.value-wrap .cont-box__read p, .make-wrap .cont-box__read p {
  margin-top: 0;
}
.value-wrap .value-box, .make-wrap .value-box {
  margin-top: 30px;
}
.value-wrap .value-box .value-box__cont .value-srv, .make-wrap .value-box .value-box__cont .value-srv {
  margin-top: 15px;
}
.value-wrap .value-box .value-box__cont .value-srv__titl, .make-wrap .value-box .value-box__cont .value-srv__titl {
  font-size: 12px;
  line-height: 1.636;
  color: #23a1a0;
  font-weight: 600;
}
.value-wrap .value-box .value-box-cont__img img, .make-wrap .value-box .value-box-cont__img img {
  width: 100%;
  height: auto;
}
.value-wrap .value-method .method__item, .value-wrap .make-method .method__item, .make-wrap .value-method .method__item, .make-wrap .make-method .method__item {
  margin-bottom: 10px;
}
.value-wrap .value-method .method__item:last-child, .value-wrap .make-method .method__item:last-child, .make-wrap .value-method .method__item:last-child, .make-wrap .make-method .method__item:last-child {
  margin-bottom: 0;
}
.value-wrap .value-method .method__item img, .value-wrap .make-method .method__item img, .make-wrap .value-method .method__item img, .make-wrap .make-method .method__item img {
  width: 100%;
  height: auto;
}
.value-wrap .value-cont__titl, .make-wrap .value-cont__titl {
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.286;
}
.value-wrap .value-cont__txt, .make-wrap .value-cont__txt {
  font-size: 12px;
  margin-bottom: 25px;
}
.value-wrap .value-cont__img, .make-wrap .value-cont__img {
  margin-bottom: 35px;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
}
.value-wrap .value-cont__img img, .make-wrap .value-cont__img img {
  width: 100%;
  height: auto;
}
.value-wrap .value-cont-left .value-cont__txt, .make-wrap .value-cont-left .value-cont__txt {
  margin-bottom: 10px;
}
.value-wrap .vision-cont, .make-wrap .vision-cont {
  margin-top: 30px;
}
.value-wrap .vision-cont .value-cont__txt, .make-wrap .vision-cont .value-cont__txt {
  margin-bottom: 0;
}

.make-wrap .cont-page-read h2 {
  text-indent: 0;
}
.make-wrap .value-cont {
  padding-top: 30px;
}
.make-wrap .value-cont:first-child {
  padding-top: 0;
}

.company-h {
  background: #d6d5ce;
}

.company-h-know__head {
  width: 100%;
  height: 100%;
}
.company-h-know__head .cont-head__main {
  padding: 29px 0 15px;
}
.company-h-know__head .cont-head__titl {
  padding-bottom: 27px;
}
.company-h-know__head .cont-head__titl img {
  width: 50%;
}
.company-h-know__head .cont-head__read img {
  width: 100%;
  height: auto;
}

.company-hstry-cont {
  margin-top: 30px;
}
.company-hstry-cont .hist-box-cont__year, .company-hstry-cont .hist-box-cont__titl, .company-hstry-cont .hist-box-cont__txt {
  margin-bottom: 15px;
}
.company-hstry-cont .hist-box-cont__year img {
  width: auto;
}
.company-hstry-cont .hist-box-cont__titl {
  font-size: 13px;
  font-weight: bold;
  line-height: 19.3px;
}
.company-hstry-cont .hist-box-cont__titl img {
  width: auto;
  height: 19.3px;
}
.company-hstry-cont .hist-box-cont__img {
  margin-bottom: 10px;
}
.company-hstry-cont .hist-box-cont__img img {
  width: 100%;
  height: auto;
}
.company-hstry-cont .hist-box-cont__txt {
  font-size: 12px;
  line-height: 1.636;
}
.company-hstry-cont .hist-box__cont {
  padding: 10px;
  background-color: #f3f5f7;
  font-size: 12px;
  line-height: 1.636;
  border-radius: 4px;
}
.company-hstry-cont .hist-box__cont .cont-box__titl {
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.416;
}
.company-hstry-cont .hist-box__cont li {
  list-style-type: disc;
  margin-left: 1em;
}
.company-hstry-cont .hist-box__cont img {
  padding: 0 45px 10px;
  width: 100%;
  height: auto;
}

.hist-y1904 .hist-box-cont__year img, .hist-y1991 .hist-box-cont__year img, .hist-y1992 .hist-box-cont__year img, .hist-y2003 .hist-box-cont__year img, .hist-y2012 .hist-box-cont__year img, .hist-y2013 .hist-box-cont__year img {
  height: 20px;
}
.hist-y1905 .hist-box-cont__year img {
  height: 28.5px;
}
.hist-y1914 .hist-box-cont__year img, .hist-y1995 .hist-box-cont__year img, .hist-y2001 .hist-box-cont__year img, .hist-y2004 .hist-box-cont__year img, .hist-y2005 .hist-box-cont__year img {
  height: 32px;
}
.hist-y1904, .hist-y1995, .hist-y2001, .hist-y2003, .hist-y2005, .hist-y2012, .hist-y2013 {
  margin-bottom: 40px;
}
.hist-y1905, .hist-y1914, .hist-y1991, .hist-y1992 {
  margin-bottom: 37.5px;
}
.hist-y2004 {
  margin-bottom: 43.5px;
}
.hist-y1904 .hist-box-cont__year, .hist-y1991 .hist-box-cont__year, .hist-y1992 .hist-box-cont__year, .hist-y2003 .hist-box-cont__year, .hist-y2013 .hist-box-cont__year {
  float: left;
  padding-right: 30px;
}
.hist-y1904 .hist-box-cont__titl {
  font-size: 12px;
  font-weight: bold;
  line-height: 19px;
}
.hist-y1905 .hist-box-cont__titl img {
  height: 14.5px;
}
.hist-y1905 .hist-box__cont li {
  margin-left: 0;
  list-style-type: none;
  text-indent: -.5em;
}
.hist-y1914 .hist-box-cont__titl img {
  height: 16.5px;
}
.hist-y1991 .hist-box-cont__titl img {
  height: 14.5px;
}
.hist-y1992 .hist-box-cont__titl img {
  height: 54.5px;
}
.hist-y1995 .hist-box-cont__titl img {
  height: 14.5px;
  margin-bottom: 30px;
}
.hist-y1995 .hist-box-cont__titl img + img {
  height: 39.5px;
  margin-bottom: 0;
}
.hist-y2001 .hist-box-cont__titl img {
  height: 39.5px;
}
.hist-y2003 .hist-box-cont__titl img {
  height: 33.5px;
}
.hist-y2004 .hist-box-cont__titl img {
  height: 67px;
}
.hist-y2005 .hist-box-cont__titl img {
  height: 41px;
}
.hist-y2012 .hist-box-cont__titl img {
  height: 33.5px;
}
.hist-y2013 .hist-box-cont__titl img {
  height: 33.5px;
}
.hist-y2016 .hist-box-cont__year {
  margin-bottom: 30px;
  text-align: center;
}
.hist-y2016 .hist-box-cont__year img {
  width: auto;
  height: 32.5px;
}
.hist-y2016 .hist-box-cont__titl {
  text-align: center;
}
.hist-y2016 .hist-box-cont__titl img {
  width: auto;
  height: 44.5px;
}

.career-r .cont-page_titl-read {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.career-r .cont-page_titl-read::after {
  margin-top: 15px;
}
.career-r-titl {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.294;
}
.career-r .cont-box {
  margin-top: 12px;
  margin-bottom: 28px;
}
.career-r .cont-box__titl {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.career-r .cont-box__read {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.636;
  text-indent: -.5em;
}
.career-r .cont-box__cont {
  margin-bottom: 2px;
  border-radius: 0;
  font-size: 12px;
  padding: 8px;
}
.career-r-cont__titl {
  margin: 0;
  line-height: 1.636;
}
.career-r-cont__titl:first-child {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.545;
}
.career-r-cont__note {
  font-size: 9px;
  line-height: 2;
}
.career-r-contact {
  padding: 10px;
  background-color: rgba(184, 175, 119, 0.1);
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.636;
}
.career-r-contact .contact-list-ttl {
  margin-top: 0;
}
.career-r-contact ul {
  margin-bottom: 15px;
}
.career-r-contact ul:last-child {
  margin-bottom: 0;
}

.legal-list-wrap {
  margin-top: 20px;
}

.legal-list {
  margin-left: 1.0em;
  list-style-type: decimal;
}

.cont-page_titl {
  font-size: 24px;
  color: #23a1a0;
  line-height: 1;
  letter-spacing: 0.04em;
}
.cont-page_titl-read {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.cont-page_titl-hr:after {
  content: "";
  width: 28px;
  height: 1px;
  background: #d6d5ce;
  display: block;
  margin-top: 20px;
}

.cont-page-read {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 20px;
}

.cont-titl-sub {
  font-size: 17px;
  line-height: 1;
  margin-top: 36px;
}

.cont-box {
  margin-top: 20px;
}
.cont-box__titl {
  font-size: 16px;
  color: #23a1a0;
  line-height: 1;
  padding-bottom: 8px;
  line-height: 1.5;
}
.cont-box__cont {
  font-size: 12px;
  background: #f4f6f8;
  border-radius: 5px;
  padding: 10px;
}
.cont-box__cont-img {
  background: none;
}
.cont-box__cont-img img {
  width: 100%;
  height: auto;
}
.cont-box__cont span {
  padding-bottom: 0px;
  display: inline-block;
}

.legal-wrap .cont-page_titl-read {
  margin-bottom: 0;
  padding-bottom: 12px;
}
.legal-wrap .cont-box__titl {
  padding-bottom: 4px;
}
.legal-wrap .cont-box__cont .legal-list-wrap {
  margin-top: 0;
}

.faq-wrap .cont-titl-sub {
  margin: 38px 0 0;
}
.faq-wrap .cont-box {
  margin-top: 16px;
}
.faq-wrap .cont-box__titl {
  padding-bottom: 8px;
  line-height: 1.375;
}
.faq-wrap .cont-box__cont {
  padding: 7px;
  font-size: 12px;
  line-height: 1.636;
}

.faq-titl img {
  width: 40px;
  height: auto;
}

.contact-read {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0;
}
.contact-read span {
  display: block;
  color: #23a1a0;
  font-size: 10px;
  margin-top: 10px;
}

.contact-table {
  width: 100%;
  margin-top: 40px;
}
.contact-table th {
  font-size: 12px;
  width: 100%;
  display: block;
  padding-bottom: 4px;
  text-align: left;
  font-weight: normal;
}
.contact-table th span {
  color: #23a1a0;
  padding: 0 0.2em;
}
.contact-table .vert_top {
  vertical-align: top;
}
.contact-table td {
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: left;
  font-weight: normal;
  padding-bottom: 18px;
}
.contact-table td input[type="text"], .contact-table td input[type="email"] {
  width: 100%;
  font-size: 16px;
  border: solid 1px #f4f6f8;
  border-radius: 5px;
  background: #f4f6f8;
  padding: 0.2em 0.5em;
}
.contact-table td input[type="text"]:focus, .contact-table td input[type="email"]:focus {
  border: solid 1px #d6d5ce;
}
.contact-table td textarea {
  width: 100%;
  font-size: 16px;
  border: solid 1px #f4f6f8;
  border-radius: 5px;
  background: #f4f6f8;
  padding: 0.2em 0.5em;
  min-height: 150px;
}
.contact-table td textarea:focus {
  border: solid 1px #d6d5ce;
}
.contact-table td .check_view {
  border: none !important;
  background: none !important;
  padding: 0.2em 0em !important;
}
.contact-table td .check_view-textarea {
  margin-top: -0.8em;
}
.contact-table td input[type=radio] {
  display: none;
}
.contact-table td .radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  margin: 0 20px 3px -15px;
  padding: 0.5em 0 0 55px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
}
.contact-table td .radio:before {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 21px;
  height: 21px;
  border: solid 1px #d6d5ce;
  border-radius: 6px;
  content: '';
  background: #f4f6f8;
}
.contact-table td .radio:after {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #23a1a0;
  content: '';
  opacity: 0;
}
.contact-table td .checkbox_error .radio:before {
  border: 1px solid red !important;
  background-color: #fff2f2 !important;
}
.contact-table td input[type=radio]:checked + .radio:after {
  opacity: 1;
}
.contact-table td .check_error {
  border: 1px solid red !important;
  background-color: #fff2f2 !important;
}
.contact-table td .error_msg {
  color: #ff6b6b;
  font-size: 12px;
  line-height: 1.416;
}
.contact-table .contact_btnbox {
  padding-bottom: 0;
}

.contact_btnbox_wrap {
  display: none;
}

.contact__btn {
  width: 44%;
  margin: 22px auto 0;
  font-size: 12px;
}
.contact__btn a {
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.inq__btn {
  width: 49%;
  margin: 22px auto 0;
  display: inline-block;
  font-size: 12px;
  text-align: center;
}
.inq__btn a {
  height: 44px;
  line-height: 40px;
  padding: 0;
}

.tabacco-read {
  font-size: 19px;
  line-height: 1.5;
  color: #b8af78;
}

.tabacco-sign {
  padding-top: 20px;
  text-align: right;
  font-size: 14px;
}

.tabacco-box {
  margin-top: 35px;
}
.tabacco-box__cont {
  font-size: 16px;
  background: #f8f7f2;
  text-align: center;
  padding: 20px 0 40px 0;
}
.tabacco-box__cont__titl {
  font-size: 16px;
  color: #23a1a0;
  line-height: 1;
}
.tabacco-box__cont__read {
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 12px;
}
.tabacco-box__cont__Q {
  font-size: 16px;
  padding-bottom: 35px;
}

.tabacco-wrap {
  position: fixed;
  top:0;
  left:0;
  z-index: 1400;
}

.tabacco-modal {
  top: -9999px;
  background: #fff;
  border-radius: 5px;
  width: 90%;
  position: fixed;
  z-index: 1500;
  text-align: center;
}
.tabacco-modal-bg {
  top: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1400;
}
.tabacco-modal-in-wrap {
  margin: 25px 10px;
}
.tabacco-modal__titl {
  font-size: 30px;
  color: #23a1a0;
  line-height: 1;
}
.tabacco-modal__read {
  padding-top: 20px;
  font-size: 13px;
  color: #23a1a0;
}
.tabacco-modal__txt {
  padding-top: 20px;
  font-size: 12px;
}
.tabacco-modal__btn {
  margin-top: 25px;
}
.tabacco-modal__btn__item {
  margin-left: 4%;
  width: 48%;
}
.tabacco-modal__btn__item a {
  border: none !important;
  position: relative;
  padding: 0;
}
.tabacco-modal__btn__item a img {
  width: 100%;
  height: auto;
}
.tabacco-modal__btn__item a .onimg {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.tabacco-modal__btn__item:first-child {
  margin-left: 0;
}

.brand-box {
  margin-top: 26px;
}
.brand-box__logo {
  display: block;
}
.brand-box__logo-img {
  display: block;
  width: 100%;
}
.brand-box__logo-img img {
  width: 100%;
  height: auto;
}
.brand-box__logo-read {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 15px 0 15px;
}
.brand-box__img {
  margin-top: 15px;
}
.brand-box__img img {
  width: 100%;
  height: auto;
}
.brand-box__txt {
  margin: 20px 15px 0 15px;
  font-size: 12px;
  background: #fff;
  border-radius: 5px;
  padding: 8px 10px;
}
.brand-box .u-kerning {
  margin-left: -0.5em;
}

.brand-box-heaf {
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 0 15px;
}
.brand-box-heaf-one {
  width: 100%;
  margin-top: 25px;
}
.brand-box-heaf-one:first-child {
  margin-top: 0;
}
.brand-box-heaf__titl {
  font-size: 17px;
  font-weight: bold;
}
.brand-box-heaf__img {
  margin-top: 10px;
}
.brand-box-heaf__img img {
  width: 100%;
  height: auto;
}
.brand-box-heaf__read {
  margin-top: 10px;
  font-size: 12px;
}

.Hos-box__cont {
  background: #F8F7F2;
  font-size: 12px;
}
.Hos-box__cont-titl {
  color: #b8af78;
  font-size: 15px;
  line-height: 15px;
  height: 15px;
  font-weight: bold;
}
.Hos-box__cont-titl:after {
  content: "";
  width: 24px;
  height: 15px;
  margin-left: 5px;
  background: url(../img/company/c_s_num1.png) no-repeat center;
  background-size: 24px 15px;
  display: inline-block;
}
.Hos-box__cont-read {
  padding: 10px 0;
  font-size: 14px;
}

.cont-hero {
  width: 100%;
  height: auto;
  text-align: center;
}

.massage-hero {
  background: url(../img/message/m_bg@2x.jpeg) center;
  background-size: cover;
}
.massage-hero img {
  padding-top: 9.5%;
  padding-bottom: 9.5%;
  width: 75%;
  height: auto;
  vertical-align: middle;
}

.message-container {
  margin-top: -2px;
  padding-bottom: 56px;
  text-align: center;
}
.message-container h2 {
  position: relative;
}
.message-container h2 img {
  width: 47%;
  height: auto;
}
.message-container h2:after {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #d6d5ce;
  bottom: -3px;
  left: 50%;
  margin-left: -14px;
}

.message-txt {
  margin-top: 35px;
}
.message-txt img {
  width: 100%;
  height: auto;
}

.message-txt-a {
  margin-top: 42px;
}
.message-txt-b {
  margin-top: 47px;
}
.message-txt-d {
  margin-top: 42px;
}

.message-sign {
  margin-top: 35px;
  font-size: 12px;
  line-height: 2;
}

.person {
  background-color: #fff;
}
.person .cont-page_titl-hr::after {
  display: none;
}

.person-know {
  margin-bottom: 50px;
}
.person-know .cont-box {
  margin-top: 30px;
}
.person-know .cont-box__titl {
  padding-bottom: 13px;
  line-height: 1.375;
  font-weight: bold;
}
.person-know .cont-box__txt {
  font-size: 12px;
  line-height: 1.636;
}
.person-know .person-img .cont-box {
  margin-top: 0;
}
.person-know .person-img .cont-box img {
  width: 100%;
  height: auto;
}
.person-know .person-info {
  font-size: 14px;
  line-height: 1.571;
  text-align: center;
}
.person-know .person-info img {
  width: 100%;
  height: auto;
}
.person-know .person-info .info-wrap {
  margin-top: 15px;
}
.person-know .person-info-cont:nth-child(2) {
  display: block;
  margin: 12px 0 8px;
}
.person-know .person-info-cont:last-child {
  margin: 12px auto 0;
  padding: 5px 20px;
  background: #f4f6f8;
  border-radius: 2px;
  font-size: 12px;
}
.person-know .person-interview {
  padding: 0 15px;
}
.person-know .person-sche {
  padding: 0 15px 15px;
}
.person-know .person-sche img {
  width: 100%;
  height: auto;
}
.person-know .person-photo {
  display: table;
  padding: 7px 15px 0;
}
.person-know .person-photo .cont-box {
  display: table-cell;
}
.person-know .person-photo .cont-box img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.person-know .person-photo .cont-box__titl {
  padding: 8px 0;
  background-color: #f4f6f8;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.person-know .person-photo .cont-box:last-child {
  padding-left: 10px;
}
.person-know .person-fav {
  padding: 0 15px;
}
.person-know .person-fav .cont-box {
  margin-top: 10px;
}
.person-know .person-fav .cont-box img {
  width: 100%;
  height: auto;
}
.person-know .person-fav .cont-box__titl {
  padding: 8px 0;
  background-color: #f4f6f8;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.person-know .person-fav .cont-box__img {
  padding: 10px 0 4px;
}
.person-know .person-fav .cont-box__txt {
  font-size: 12px;
  line-height: 1.636;
}

.discuss {
  background-color: #f0f2f4;
}

.brand-discuss01__head {
  width: 100%;
  height: 100%;
}
.brand-discuss01__head .cont-head__main {
  padding-bottom: 5px;
  background: url(../img/brand/b_d01_bg@2x.jpeg) center;
  background-size: cover;
}
.brand-discuss01__head .cont-head__titl {
  padding-bottom: 26px;
}
.brand-discuss01__head .cont-head__titl img {
  width: 200px;
  height: 30px;
}

.brand-discuss02__head {
  width: 100%;
  height: 100%;
}
.brand-discuss02__head .cont-head__main {
  padding-bottom: 18px;
  background: url(../img/brand/b_d02_bg@2x.jpg) center;
  background-size: cover;
}
.brand-discuss02__head .cont-head__titl {
  padding-bottom: 15px;
}

.discuss-wrap .color_1 {
  color: #8d8bc2;
}
.discuss-wrap .color_2 {
  color: #ff8989;
}
.discuss-wrap .color_3 {
  color: #4fb1b0;
}
.discuss-wrap .cont-page-read {
  margin-top: 22px;
  margin-bottom: 57px;
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
.discuss-wrap .cont-box .membr__cont {
  margin-bottom: 38px;
}
.discuss-wrap .cont-box .membr__titl {
  width: 119.5px;
  margin-bottom: 13px;
}
.discuss-wrap .cont-box .membr__titl img {
  width: 100%;
  height: auto;
}
.discuss-wrap .cont-box .membr__box {
  overflow: hidden;
  margin-bottom: 18px;
}
.discuss-wrap .cont-box .membr__box p {
  margin: 0;
}
.discuss-wrap .cont-box .membr__photo {
  float: left;
  width: 27.586%;
}
.discuss-wrap .cont-box .membr__photo img {
  width: 100%;
  height: auto;
}
.discuss-wrap .cont-box .membr__info {
  float: left;
  width: 68.965%;
  margin-left: 3.449%;
}
.discuss-wrap .cont-box .membr__info .membr-info__pos {
  margin-bottom: 3px;
  color: #666;
  font-size: 10px;
  line-height: 1.4;
}
.discuss-wrap .cont-box .membr__info .membr-info__name {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.384;
}
.discuss-wrap .cont-box .membr__info .membr-info__profil {
  font-size: 10px;
  line-height: 1.8;
}
.discuss-wrap .cont-box__cont {
  display: none;
  position: relative;
  background-color: #fff;
}
.discuss-wrap .cont-box .discuss-lst__active {
  background-color: #fff;
}
.discuss-wrap .cont-box .discuss-lst__active .discuss-lst__arrw {
  transform: rotate(90deg);
  right: 6%;
  top: 30%;
}
.discuss-wrap .cont-box .discuss-lst__item {
  position: relative;
  margin-bottom: 12px;
  padding: 2.95% 6.034%;
  border: 1px solid #23a1a0;
  border-radius: 3px;
  color: #23a1a0;
  cursor: pointer;
}
.discuss-wrap .cont-box .discuss-lst__item:last-child {
  margin-bottom: 8px;
}
.discuss-wrap .cont-box .discuss-lst__num {
  display: inline-block;
}
.discuss-wrap .cont-box .discuss-lst__num img {
  vertical-align: middle;
  width: 20px;
  height: auto;
}
.discuss-wrap .cont-box .discuss-lst__txt {
  display: inline-block;
  margin-left: 4.310%;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
}
.discuss-wrap .cont-box .discuss-lst__brckts {
  margin-left: -0.5em;
}
.discuss-wrap .cont-box .discuss-lst__arrw {
  position: absolute;
  right: 6.034%;
}
.discuss-wrap .cont-box .discuss-lst__arrw img {
  width: 7.5px;
  height: 12.5px;
  vertical-align: middle;
}
.discuss-wrap .cont-box .discuss-cont__img-main {
  margin-bottom: 18px;
}
.discuss-wrap .cont-box .discuss-cont__img-main img {
  width: 100%;
  height: auto;
}
.discuss-wrap .cont-box .discuss-cont__img-middl {
  margin: 18px 0;
}
.discuss-wrap .cont-box .discuss-cont__img-middl img {
  width: 49.074%;
  height: auto;
}
.discuss-wrap .cont-box .discuss-cont__img-middl img:nth-child(odd) {
  float: left;
}
.discuss-wrap .cont-box .discuss-cont__img-middl img:nth-child(even) {
  float: right;
}
.discuss-wrap .cont-box .discuss-cont__txt {
  font-size: 11px;
  line-height: 1.636;
}
.discuss-wrap .cont-box .discuss-cont__txt > p {
  margin: 0 0 12px;
}
.discuss-wrap .cont-box .discuss-cont__txt .discuss-txt__wrap {
  display: table;
  width: 100%;
}
.discuss-wrap .cont-box .discuss-cont__txt .discuss-txt__name {
  display: table-cell;
  width: 14.814%;
  font-weight: bold;
  vertical-align: top;
}
.discuss-wrap .cont-box .discuss-cont__txt .discuss-txt__txt {
  display: table-cell;
  vertical-align: top;
}
.discuss-wrap .cont-box .discuss-cont__lnk {
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 20px;
}
.discuss-wrap .cont-box .discuss-cont__lnk a {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 2.586%;
  cursor: pointer;
  text-decoration: none;
}
.discuss-wrap .cont-box .discuss-cont__lnk a .discuss-lnk__num {
  display: inline-block;
}
.discuss-wrap .cont-box .discuss-cont__lnk a .discuss-lnk__num img {
  vertical-align: middle;
  width: 20px;
  height: auto;
}
.discuss-wrap .cont-box .discuss-cont__lnk a .discuss-lnk__txt {
  display: inline-block;
  margin-left: 4.310%;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
}
.discuss-wrap .cont-box .discuss-cont__lnk a .discuss-lnk__arrw {
  position: absolute;
  right: 0;
}
.discuss-wrap .cont-box .discuss-cont__lnk a .discuss-lnk__arrw img {
  width: 7.5px;
  height: 12.5px;
  vertical-align: middle;
}
.discuss-wrap .cont-box .discuss-cont__lnk a .discuss-lnk__brckts {
  margin-left: -0.5em;
}
.discuss-wrap .cont-box .discuss-show {
  display: block;
}

@media only screen and (min-width: 768px) {
  .header-wrap {
    min-width: 1200px;
    position: fixed;
    top: 0;
    height: 90px;
    background: #fff;
    box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.05);
  }
  .header-wrap + .container {
    padding-top: 90px;
  }

  .headerRelative {
    position: relative;
  }
  .headerRelative + .container {
    padding-top: 0;
  }

  .header {
    position: relative;
  }
  .header h1 {
    float: left;
    padding: 10px 60px 0 0;
  }
  .header h1 img {
    height: 63px;
    width: auto;
  }

  .gnavi-wrap {
    position: relative;
    background: none;
    width: 100%;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 300;
    overflow-y: visible;
  }

  .gnavi-btn {
    display: none;
  }

  .gnavi {
    background: #fff;
    float: left;
  }
  .gnavi__item {
    position: relative;
    line-height: 90px;
    font-size: 16px;
    margin-left: 25px;
    float: left;
    border-bottom: none;
    padding: 0;
  }
  .gnavi__item:hover {
    color: #23a1a0;
    background: url(../img/common/arrow_c.png) no-repeat center 80%;
  }
  .gnavi__item span {
    display: inline-block;
    width: 100%;
    padding: 0;
    border-bottom: none;
    background: none;
    cursor: pointer;
  }
  .gnavi__item span:hover {
    color: #23a1a0;
    background: url(../img/common/arrow_c.png) no-repeat center 80%;
  }
  .gnavi__item:first-child {
    margin-left: 0;
  }
  .gnavi-pull {
    position: absolute;
    background: #f3f5f7;
    top: 90px;
    width: 385px;
    height: auto;
    line-height: 1;
    z-index: 1;
    padding-top: 3px;
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
  }
  .gnavi-pull__item {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-top: solid 1px #fff;
    margin: 0;
  }
  .gnavi-pull__item:first-child {
    border-top: none;
  }
  .gnavi-pull__item a {
    display: block;
    color: #333333;
    text-decoration: none;
  }
  .gnavi-pull__item:hover {
    background: #d6d5ce;
  }
  .gnavi-pull .close__item a {
    color: #cdcbc3;
  }

  .gnavi-side {
    margin-top: 25px;
    margin-bottom: 0;
    float: right;
  }
  .gnavi-side__item {
    margin-left: 10px;
    height: 40px;
    width: auto;
  }
  .gnavi-side__item a {
    padding: 10px 12px;
  }
  .gnavi-side__item:first-child {
    margin-left: 0;
  }

  .hdr-nentry a, .hdr-centry a {
    padding: 0;
  }



  .top-main-img {
    width: 100%;
    height: 100%;
    min-width: 1200px;
  }
  .top-main-img span {
    position: absolute;
    width: 100%;
    height: auto;
  }
  .top-main-img-1 {
    background: url(../img/top/h_bg_1.jpeg) center;
    background-size: cover;
  }
  .top-main-img-2 {
    background: url(../img/top/h_bg_2.jpeg) center;
    background-size: cover;
  }
  .top-main-img-3 {
    background: url(../img/top/h_bg_3.jpeg) center;
    background-size: cover;
  }
  .top-main-img-4 {
    background: url(../img/top/h_bg_4.jpeg) center;
    background-size: cover;
  }
  .top-main-img-5 {
    background: url(../img/top/h_bg_5.jpeg) center;
    background-size: cover;
  }

  .continue__btn {
    display: inline-block;
    text-align: center;
    width: 180px;
  }
  .continue__btn a {
    padding: 12px 12px;
  }

  .r-message {
    text-align: center;
    padding: 125px 0 84px 0;
  }
  .r-message h2 {
    position: relative;
    padding-bottom: 42px;
    line-height: 1;
  }
  .r-message h2 img {
    width: 168px;
    height: auto;
  }
  .r-message h2:after {
    position: absolute;
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: #d6d5ce;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
  }
  .r-message__txt {
    padding-top: 75px;
  }
  .r-message__txt p {
    padding-bottom: 62px;
  }
  .r-message__txt p img {
    width: auto;
    height: auto;
  }
  .r-message__txt p:last-child {
    padding-bottom: 71px;
  }

  .btn-b {
    font-size: 14px;
  }

  .cont-head-wrap {
    text-align: center;
    height: 100%;
    display: table;
  }

  .cont-head {
    display: table-cell;
    vertical-align: middle;
    height: 500px;
    min-height: 500px;
    min-width: 1200px;
    position: relative;
  }
  .cont-head__main {
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
    height: auto;
  }
  .cont-head__titl {
    padding-bottom: 37px;
  }
  .cont-head__titl img {
    width: auto;
    height: auto;
  }
  .cont-head__read img {
    width: auto;
    height: auto;
  }
  .cont-head__txt {
    position: relative;
    padding: 54px 0 0 0;
    color: #fff;
    line-height: 1.9;
    background: none;
    font-size: 18px;
  }
  .cont-head__txt p {
    padding: 0;
  }
  .cont-head__txt p img {
    width: auto;
    height: auto;
  }

  .company-know {
    margin-bottom: 118px;
  }
  .company-know__head {
    background: url(../img/top/c_bg.jpeg) center;
    background-size: cover;
  }
  .company-know__head .cont-head__main {
    background: none;
  }
  .company-know .company-know-cont {
    float: left;
    width: 400px;
    height: auto;
    text-align: center;
    margin-top: 70px;
  }
  .company-know .company-know-cont__titl {
    margin-bottom: 38px;
  }
  .company-know .company-know-cont__titl img {
    width: 100%;
    height: auto;
  }
  .company-know .company-know-cont__txt {
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.785;
  }

  .company-c-know__head {
    background: url("../img/company/c_c_bg.jpeg") center;
    background-size: cover;
  }
  .company-c-know__head .cont-head__main {
    background: none;
  }
  .company-c-know__head .cont-head__txt p img {
    width: auto;
    height: auto;
  }

  .company-person__head {
    background: url(../img/top/p_bg.jpeg) center;
    background-size: cover;
  }
  .company-person__head .cont-head__main {
    margin-top: -25px;
    padding-bottom: 25px;
    background: none;
  }
  .company-person__head .cont-head__main .cont-head__titl {
    padding-bottom: 15px;
  }
  .company-person__head .cont-head__txt {
    padding-top: 0;
  }
  .company-person .company-person-cont-wrap {
    min-width: 1200px;
    background-color: #f4f6f8;
  }
  .company-person .company-person-cont {
    float: left;
    width: 33.333333%;
  }
  .company-person .company-person-cont img {
    background-color: #fff;
  }
  .company-person .company-person-cont__face {
    padding-top: 34px;
    background-color: #f4f6f8;
    text-align: center;
  }
  .company-person .company-person-cont__face img {
    width: 77%;
    height: auto;
  }

  .company-site__head {
    background: url(../img/top/s_bg.jpeg) center;
    background-size: cover;
  }
  .company-site__head .cont-head__main {
    background: none;
  }
  .company-site .company-site-case {
    margin-top: 43px;
  }
  .company-site .company-site-case__num {
    width: auto;
    padding: 0;
  }
  .company-site .company-site-case__num img {
    width: auto;
    height: auto;
  }
  .company-site .company-site-case-head {
    display: table;
    margin-top: 30px;
    padding: 0;
  }
  .company-site .company-site-case-head__logo {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .company-site .company-site-case-head__logo img {
    width: auto;
    height: auto;
  }
  .company-site .company-site-case-head__txt {
    width: 50%;
    margin-top: 0;
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    font-size: 17px;
    line-height: 1.6;
  }
  .company-site .company-site-case__info-wrap {
    position: relative;
    margin-top: 30px;
    width: 1000px;
    height: 265px;
  }
  .company-site .company-site-case__info__cont {
    position: absolute;
    left: 410px;
    top: 60px;
    padding: 0;
  }
  .company-site .company-site-case__info__cont-unit {
    width: auto;
    margin-left: 0;
  }
  .company-site .company-site-case__info__cont-unit img {
    width: auto;
    height: auto;
  }
  .company-site .company-site-case__info__cont-name {
    width: auto;
    margin-left: 0;
    margin-top: 10px;
  }
  .company-site .company-site-case__info__cont-name img {
    width: auto;
    height: auto;
  }
  .company-site .company-site-case__info__cont-read {
    width: auto;
    margin-left: 0;
    margin-top: 30px;
  }
  .company-site .company-site-case__info__cont-read img {
    width: auto;
    height: auto;
  }
  .company-site .company-site-case-1 .company-site-case__info-wrap {
    background: url(../img/top/s_case_1_bg.jpeg) no-repeat;
  }
  .company-site .company-site-case-2 .company-site-case__info-wrap {
    background: url(../img/top/s_case_2_bg.jpeg) no-repeat;
  }
  .company-site .continue__btn {
    width: 100%;
    padding: 0;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .company-site .continue__btn a {
    height: 80px;
    line-height: 80px;
    padding: 0;
  }

  .company-smoke {
    margin-top: 80px;
    margin-bottom: 120px;
  }
  .company-smoke-box {
    display: table;
    text-align: center;
    width: 100%;
    padding: 128px 0;
  }
  .company-smoke-box__cont {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5;
  }
  .company-smoke-box__Q {
    margin-bottom: 45px;
  }
  .company-smoke-box__Q img {
    margin: 0 auto;
    width: auto;
    height: auto;
  }
  .company-smoke-box__yn {
    margin-left: -40px;
  }
  .company-smoke-box__yn span {
    position: relative;
  }
  .company-smoke-box__yn span a {
    margin-right: 30px;
  }
  .company-smoke-box__yn .arrowd {
    margin-top: 7px;
    width: auto;
    height: auto;
  }
  .company-smoke-box__yn-yes img {
    width: 76px;
    height: auto;
  }
  .company-smoke-box__yn-no {
    margin-left: 100px;
  }
  .company-smoke-box__yn-no img {
    width: 51px;
    height: auto;
  }

  .company-brand {
    margin-bottom: 80px;
    padding-bottom: 50px;
  }
  .company-brand__head {
    background: url(../img/top/b_bg.jpeg) center;
    background-size: cover;
  }
  .company-brand__head .cont-head__main {
    background: none;
  }
  .company-brand .company-brand-cont {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 70px auto 60px;
  }
  .company-brand .company-brand-cont .btn-b a {
    width: 100%;
    padding: 19px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    background: transparent;
  }
  .company-brand .company-brand-cont .btn-b a:hover {
    background: #23a1a0;
  }
  .company-brand .company-brand-cont .brand-cont-titl__num {
    width: auto;
    height: auto;
    margin-bottom: 21px;
  }
  .company-brand .company-brand-cont .brand-cont-titl__logo {
    display: inline-block;
    width: 459px;
    height: auto;
    margin-left: -16px;
    padding-top: 18px;
    vertical-align: top;
  }
  .company-brand .company-brand-cont .none-mobile {
    display: block;
  }
  .company-brand .company-brand-cont__txt {
    display: inline-block;
    margin-bottom: 24px;
    margin-left: 20px;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 1.937;
    vertical-align: top;
  }
  .company-brand .company-brand-cont__txt .brand-cont__brackets {
    margin-left: 0;
  }
  .company-brand .company-brand-cont__img {
    margin-bottom: 60px;
  }
  .company-brand .company-brand-cont_2 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 60px;
  }
  .company-brand .company-brand-cont_2 .btn-b a {
    width: 100%;
    padding: 19px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    background: transparent;
  }
  .company-brand .company-brand-cont_2 .btn-b a:hover {
    background: #23a1a0;
  }
  .company-brand .company-brand-cont_2 .brand-cont-titl__num {
    width: auto;
    height: auto;
    margin-bottom: 21px;
  }
  .company-brand .company-brand-cont_2 .brand-cont-titl__logo {
    display: inline-block;
    width: auto;
    height: 98.05px;
    margin-left: -16px;
    padding-top: 18px;
    vertical-align: top;
  }
  .company-brand .company-brand-cont_2__txt {
    display: inline-block;
    margin-bottom: 24px;
    margin-left: 214.6px;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 1.937;
    vertical-align: top;
  }
  .company-brand .company-brand-cont_2__txt .brand-cont__brackets {
    margin-left: 0;
  }
  .company-brand .company-brand-cont_2__txt .none-mobile {
    line-height: 0;
  }
  .company-brand .company-brand-cont_2__img {
    margin-bottom: 80px;
  }

  .company-v-know__head {
    background: url(../img/company/c_v_bg.jpeg) center;
    background-size: cover;
  }
  .company-v-know__head .cont-head__main {
    background: none;
  }
  .company-v-know__head .cont-head__titl {
    padding-bottom: 70px;
  }
  .company-v-know__head .cont-head__txt {
    padding-top: 65px;
  }

  .value-wrap .s-size-container, .make-wrap .s-size-container {
    padding: 0 90px;
  }
  .value-wrap .cont-page-read h2, .make-wrap .cont-page-read h2 {
    font-size: 24px;
    line-height: 1.333;
  }
  .value-wrap .cont-box p, .make-wrap .cont-box p {
    font-size: 16px;
  }
  .value-wrap .cont-box__read, .make-wrap .cont-box__read {
    font-size: 14px;
    line-height: 1.714;
  }
  .value-wrap .value-box, .make-wrap .value-box {
    margin-top: 60px;
  }
  .value-wrap .value-box .value-box__cont .value-srv, .make-wrap .value-box .value-box__cont .value-srv {
    float: left;
    margin-top: 20px;
  }
  .value-wrap .value-box .value-box__cont .value-srv__titl, .make-wrap .value-box .value-box__cont .value-srv__titl {
    font-size: 14px;
    line-height: 1.199;
  }
  .value-wrap .value-box .value-box__cont .value-srv:last-child, .make-wrap .value-box .value-box__cont .value-srv:last-child {
    margin-left: 20px;
  }
  .value-wrap .value-box .value-box-cont__img img, .make-wrap .value-box .value-box-cont__img img {
    width: auto;
    height: auto;
  }
  .value-wrap .value-box .cont-box__cont, .make-wrap .value-box .cont-box__cont {
    padding: 20px;
  }
  .value-wrap .value-method .method__item, .value-wrap .make-method .method__item, .make-wrap .value-method .method__item, .make-wrap .make-method .method__item {
    float: left;
    margin-bottom: 0;
    margin-left: 70px;
  }
  .value-wrap .value-method .method__item:first-child, .value-wrap .make-method .method__item:first-child, .make-wrap .value-method .method__item:first-child, .make-wrap .make-method .method__item:first-child {
    margin-left: 0;
  }
  .value-wrap .value-method .method__item:last-child, .value-wrap .make-method .method__item:last-child, .make-wrap .value-method .method__item:last-child, .make-wrap .make-method .method__item:last-child {
    margin-bottom: 0;
  }
  .value-wrap .value-method .method__item img, .value-wrap .make-method .method__item img, .make-wrap .value-method .method__item img, .make-wrap .make-method .method__item img {
    width: auto;
  }
  .value-wrap .value-cont__titl, .make-wrap .value-cont__titl {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.777;
  }
  .value-wrap .value-cont__txt, .make-wrap .value-cont__txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .value-wrap .value-cont__img, .make-wrap .value-cont__img {
    margin-bottom: 35px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
  }
  .value-wrap .value-cont__img img, .make-wrap .value-cont__img img {
    width: 100%;
    height: auto;
  }
  .value-wrap .value-cont-left, .make-wrap .value-cont-left {
    float: left;
    width: 702px;
    padding-right: 20px;
  }
  .value-wrap .value-cont-left .value-cont__txt, .make-wrap .value-cont-left .value-cont__txt {
    margin-bottom: 10px;
  }
  .value-wrap .value-cont-right, .make-wrap .value-cont-right {
    float: right;
  }
  .value-wrap .value-cont-right .value-box-cont__img, .make-wrap .value-cont-right .value-box-cont__img {
    width: 256px;
  }
  .value-wrap .value-cont-right .value-box-cont__img img, .make-wrap .value-cont-right .value-box-cont__img img {
    width: 256px;
    height: auto;
  }

  .make-wrap .value-cont {
    overflow: hidden;
  }
  .make-wrap .value-cont-left .value-cont__txt {
    margin-bottom: 0;
  }

  .company-h-know__head {
    padding: 98px 0 86px;
  }
  .company-h-know__head .cont-head__main {
    padding-top: 0;
  }
  .company-h-know__head .cont-head__titl {
    padding-bottom: 66px;
  }
  .company-h-know__head .cont-head__titl img {
    width: auto;
    height: auto;
  }
  .company-h-know__head .cont-head__read img {
    width: auto;
    height: auto;
  }
  .company-h-know__head .cont-head__txt {
    padding-top: 53px;
  }
  .company-h-know__head .cont-head__txt p img {
    width: auto;
    height: auto;
  }

  .company-hstry-cont {
    overflow: hidden;
    margin: 0 auto 120px;
    padding: 10px 30px;
    background: url(../img/company/c_h_c_bg.png) no-repeat center top;
  }
  .company-hstry-cont .hist-box {
    clear: none;
    width: 490px;
    margin-bottom: 0;
  }
  .company-hstry-cont .hist-box__left {
    float: left;
  }
  .company-hstry-cont .hist-box__left .hist-box-cont__year {
    text-align: right;
  }
  .company-hstry-cont .hist-box__right {
    float: right;
    margin-right: 3px;
  }
  .company-hstry-cont .hist-box:nth-of-type(2) {
    margin-top: 48px;
  }
  .company-hstry-cont .hist-box-cont__year img, .company-hstry-cont .hist-box-cont__titl img {
    width: auto;
    height: auto;
  }
  .company-hstry-cont .hist-box-cont__year img + img, .company-hstry-cont .hist-box-cont__titl img + img {
    width: auto;
    height: auto;
  }
  .company-hstry-cont .hist-box-cont__year {
    float: none;
    margin-bottom: 0;
    padding-right: 0;
  }
  .company-hstry-cont .hist-box-cont__titl {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .company-hstry-cont .hist-box-cont__img {
    margin: 20px 0;
  }
  .company-hstry-cont .hist-box-cont__txt {
    font-size: 14px;
    line-height: 1.857;
  }
  .company-hstry-cont .hist-box__cont {
    margin: 15px 0 0;
    padding: 20px;
    font-size: 14px;
    line-height: 1.714;
  }
  .company-hstry-cont .hist-box__cont .cont-box__titl {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }

  .hist-y1914 .hist-box-cont__titl, .hist-y2001 .hist-box-cont__titl, .hist-y2004 .hist-box-cont__titl, .hist-y2005 .hist-box-cont__titl {
    margin-top: 40px;
  }
  .hist-y1995 .hist-box-cont__titl img + img {
    margin-top: 40px;
  }
  .hist-y1905 .hist-box-cont__titl, .hist-y1995 .hist-box-cont__titl, .hist-y2012 .hist-box-cont__titl, .hist-y2013 .hist-box-cont__titl {
    margin-top: 20px;
  }
  .hist-y1904 .hist-box-cont__titl {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.6;
  }
  .hist-y1904 .hist-box-cont__titl {
    text-align: right;
    font-weight: normal;
  }
  .hist-y1905 {
    margin-top: 48px;
  }
  .hist-y1914 {
    margin-top: 130px;
  }
  .hist-y1991 {
    margin-top: 65px;
  }
  .hist-y1992 {
    margin-top: 90px;
  }
  .hist-y1992 .hist-box-cont__titl {
    font-size: 20px;
    line-height: 1.6;
    text-align: right;
    font-weight: normal;
  }
  .hist-y1995 {
    margin-top: 85px;
  }
  .hist-y1995 .hist-box-cont__titl {
    margin-bottom: 20px;
  }
  .hist-y1995 .hist-box__cont img {
    float: left;
    width: 200px;
    height: auto;
    padding: 0;
  }
  .hist-y1995 .hist-box__cont .cont-box__titl {
    margin-left: 220px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.125;
  }
  .hist-y1995 .hist-box__cont ul {
    margin-left: 220px;
  }
  .hist-y2001 {
    margin-top: 85px;
  }
  .hist-y2003 {
    margin-top: 90px;
  }
  .hist-y2004 {
    margin-top: 70px;
  }
  .hist-y2005 {
    margin-top: 90px;
  }
  .hist-y2012 {
    margin-top: 100px;
  }
  .hist-y2012 .hist-box-cont__titl {
    margin-bottom: 20px;
  }
  .hist-y2013 {
    margin-top: 80px;
  }
  .hist-y2013 .hist-box-cont__titl {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    text-align: right;
  }
  .hist-y2016 {
    margin-top: 80px;
  }
  .hist-y2016 .hist-box-cont__year img {
    width: auto;
    height: auto;
  }
  .hist-y2016 .hist-box-cont__titl {
    margin-top: 40px;
  }
  .hist-y2016 .hist-box-cont__titl img {
    width: auto;
    height: auto;
  }

  .career-r .cont-page_titl-read {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .career-r-titl {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.333;
  }
  .career-r .cont-box {
    margin-top: 40px;
    margin-bottom: 28px;
  }
  .career-r .cont-box__titl {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .career-r .cont-box__read {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.714;
    text-indent: -.5em;
  }
  .career-r .cont-box__cont {
    margin-bottom: 2px;
    border-radius: 0;
    padding: 20px;
  }
  .career-r-cont__titl {
    font-size: 14px;
    line-height: 1.714;
    margin: 0;
    line-height: 1.636;
  }
  .career-r-cont__titl:first-child {
    float: left;
    width: 218px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.545;
  }
  .career-r-cont__note {
    font-size: 12px;
    line-height: 1.333;
    margin-left: 218px;
  }
  .career-r-contact {
    padding: 20px;
    background-color: rgba(184, 175, 119, 0.1);
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.714;
  }
  .career-r-contact .career-r-cont__titl {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
  }
  .career-r-contact .career-r-cont__titl:first-child {
    font-weight: bold;
  }
  .career-r-contact ul {
    margin-bottom: 30px;
  }
  .career-r-contact ul:last-child {
    margin-bottom: 0;
  }

  .top-container .r-message {
    padding-top: 35px;
  }

  .cont-page_titl {
    font-size: 40px;
    color: #23a1a0;
  }
  .cont-page_titl-read {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 0;
  }
  .cont-page_titl-hr:after {
    content: "";
    width: 28px;
    height: 1px;
    background: #d6d5ce;
    display: block;
    margin-top: 30px;
  }

  .cont-page-read {
    font-size: 16px;
  }

  .cont-titl-sub {
    font-size: 24px;
    margin-top: 40px;
  }

  .cont-box {
    margin-top: 35px;
  }
  .cont-box__titl {
    font-size: 20px;
    color: #23a1a0;
    line-height: 1;
    padding-bottom: 20px;
  }
  .cont-box__cont {
    font-size: 14px;
    background: #f4f6f8;
    padding: 22px 20px;
  }
  .cont-box__cont-img {
    background: none;
    padding: 22px 0;
  }
  .cont-box__cont span {
    padding-bottom: 10px;
    display: inline-block;
  }
  .cont-box__cont-float {
    float: left;
  }

  .legal-wrap .cont-page_titl-read {
    margin-top: 28px;
    padding-bottom: 20px;
  }
  .legal-wrap .cont-page_titl-read::after {
    margin-top: 36px;
  }
  .legal-wrap .cont-box {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .legal-wrap .cont-box__titl {
    padding-bottom: 20px;
  }
  .legal-wrap .cont-box__cont .legal-list-wrap {
    margin-top: 10px;
  }

  .faq-wrap {
    padding-top: 79px;
    padding-bottom: 108px;
  }
  .faq-wrap .cont-titl-sub {
    margin: 0;
  }
  .faq-wrap .faq-box {
    margin-bottom: 14px;
    padding-top: 40px;
  }
  .faq-wrap .cont-box {
    margin-top: 32px;
  }
  .faq-wrap .cont-box .cont-box__titl {
    padding-bottom: 13px;
    line-height: 1.6;
  }
  .faq-wrap .cont-box .cont-box__cont {
    font-size: 14px;
    line-height: 2.285;
    padding: 13px 7px 12px 19px;
  }
  .faq-wrap .cont-box-f {
    margin-top: 18px;
  }

  .faq-titl img {
    width: 54px;
    height: auto;
  }

  .contact-read span {
    display: block;
    color: #23a1a0;
    font-size: 14px;
    margin-top: 40px;
  }

  .contact-table {
    margin-top: 40px;
  }
  .contact-table th {
    font-size: 16px;
    width: 200px;
    display: table-cell;
    padding-bottom: 40px;
  }
  .contact-table td {
    font-size: 16px;
    width: 800px;
    display: table-cell;
    padding-bottom: 40px;
  }
  .contact-table td input[type="text"], .contact-table td input[type="email"] {
    width: 490px;
    font-size: 16px;
    padding: 0.54em 1em;
  }
  .contact-table td textarea {
    width: 790px;
    font-size: 16px;
    padding: 0.2em 1em;
    min-height: 180px;
  }
  .contact-table td .radio {
    display: inline-block;
    margin-bottom: 22px;
    font-size: 16px;
    padding-top: 0;
  }
  .contact-table td .radio:last-child {
    margin-bottom: 0;
  }
  .contact-table td .radio:before {
    margin-top: -14px;
    width: 28px;
    height: 28px;
  }
  .contact-table td .radio:after {
    left: 21px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }
  .contact-table td .error_msg {
    color: #ff6b6b;
    font-size: 14px;
    line-height: 2.492;
  }

  .contact_btnbox {
    text-align: center;
    padding-left: 100px;
  }

  .contact__btn {
    width: 180px;
    padding: 0;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .contact__btn a {
    height: 40px;
    line-height: 40px;
    padding: 0;
  }

  .inq__btn {
    width: 180px;
    padding: 0;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
    display: inline-block;
  }
  .inq__btn a {
    height: 40px;
    line-height: 40px;
    padding: 0;
  }

  .contact-wrap {
    margin-bottom: 120px;
  }

  .tabacco-read {
    font-size: 24px;
    line-height: 1.5;
    color: #b8af78;
  }

  .tabacco-box {
    margin-top: 35px;
  }
  .tabacco-box__cont {
    font-size: 16px;
    background: #f8f7f2;
    text-align: center;
    padding: 40px;
  }
  .tabacco-box__cont__titl {
    font-size: 20px;
    color: #23a1a0;
    line-height: 1;
  }
  .tabacco-box__cont__read {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 14px;
  }
  .tabacco-box__cont__Q {
    font-size: 20px;
    padding-bottom: 40px;
  }

  .tabacco-modal {
    background: #fff;
    border-radius: 5px;
    width: auto;
    height: auto;
    text-align: center;
  }
  .tabacco-modal-in-wrap {
    margin: 50px 40px;
  }
  .tabacco-modal__titl {
    font-size: 60px;
    color: #23a1a0;
    line-height: 1;
  }
  .tabacco-modal__read {
    padding-top: 40px;
    font-size: 20px;
    color: #23a1a0;
  }
  .tabacco-modal__txt {
    padding-top: 40px;
    font-size: 16px;
  }
  .tabacco-modal__btn {
    margin-top: 50px;
    display: inline-block;
  }
  .tabacco-modal__btn__item {
    margin-left: 10px;
    height: 40px;
    width: auto;
  }
  .tabacco-modal__btn__item:first-child {
    margin-left: 0;
  }

  .brand-cont {
    padding-top: 38px;
  }
  .brand-cont .cont-page_titl {
    margin-left: -15px;
  }

  .brand-box {
    margin-top: 40px;
    padding-top: 5px;
  }
  .brand-box__logo {
    display: table;
  }
  .brand-box__logo-img {
    display: table-cell;
    vertical-align: middle;
    width: 480px;
    height: 150px;
    margin-left: -10px;
    padding-right: 0;
  }
  .brand-box__logo-img img {
    width: auto;
    height: 100%;
    margin-left: -11px;
  }
  .brand-box__logo-read {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    line-height: 1.5;
    padding: 0;
    padding-bottom: 8px;
  }
  .brand-box__img {
    margin-top: 30px;
  }
  .brand-box__txt {
    margin: 20px 0 0 0;
    font-size: 14px;
    padding: 15px 20px;
  }

  .brandbox02 .brand-box__logo {
    margin-top: 24px;
  }
  .brandbox02 .brand-box__logo-img {
    height: 140px;
    padding-left: 12px;
  }
  .brandbox02 .brand-box__img {
    margin-top: 32px;
  }

  .brandbox03 {
    margin-top: 61px;
  }
  .brandbox03 .brand-box__logo-img img {
    margin-left: 23px;
  }
  .brandbox03 .brand-box__img {
    margin-top: 32px;
  }

  .brand-box-heaf {
    margin-top: 80px;
    margin-bottom: 100px;
    padding: 0;
  }
  .brand-box-heaf-one {
    width: 490px;
    float: left;
    margin-left: 20px;
    margin-top: 0;
  }
  .brand-box-heaf-one:first-child {
    margin-left: 0;
  }
  .brand-box-heaf__titl {
    font-size: 24px;
  }
  .brand-box-heaf__img {
    margin-top: 20px;
  }
  .brand-box-heaf__img img {
    width: 100%;
    height: auto;
  }
  .brand-box-heaf__read {
    margin-top: 20px;
    font-size: 14px;
  }

  .service-cont-txt {
    width: 690px;
    margin-right: 20px;
  }

  .service-cont-img {
    padding: 0;
  }
  .service-cont-img img {
    width: 280px;
    height: auto;
  }

  .Hos-box__cont {
    font-size: 14px;
    background: #F8F7F2;
  }
  .Hos-box__cont-titl {
    color: #b8af78;
    font-size: 22px;
    line-height: 20px;
    height: 20px;
  }
  .Hos-box__cont-titl:after {
    content: "";
    width: 32px;
    height: 20px;
    margin-left: 10px;
    background: url(../img/company/c_s_num1.png) no-repeat center;
    background-size: 32px 20px;
    display: inline-block;
  }
  .Hos-box__cont-read {
    padding: 20px 0;
    font-size: 18px;
  }

  .cont-hero {
    width: 100%;
    height: auto;
    min-height: 500px;
    min-width: 1200px;
    text-align: center;
  }

  .massage-hero {
    background: url(../img/message/m_bg.jpeg) center;
    background-size: cover;
  }
  .massage-hero img {
    width: auto;
    height: auto;
    padding-top: 47px;
    padding-bottom: 0;
    vertical-align: middle;
  }

  .message-container {
    margin-top: 6px;
    text-align: center;
  }
  .message-container h2 {
    position: relative;
    padding-bottom: 34px;
  }
  .message-container h2 img {
    width: 168px;
    height: auto;
  }
  .message-container h2:after {
    position: absolute;
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: #d6d5ce;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
  }

  .message-txt {
    margin-top: 80px;
  }
  .message-txt img {
    width: auto;
    height: auto;
  }
  .message-txt-c {
    margin-top: 70px;
  }
  .message-txt-d {
    margin-top: 85px;
    padding-bottom: 5px;
  }

  .message-sign {
    margin-top: 80px;
    font-size: 14px;
    line-height: 2;
  }

  .person {
    background-color: #f4f6f8;
  }
  .person .cont-page_titl-hr:after {
    display: block;
    width: 80px;
    margin: 0 auto;
  }

  .info-wrap {
    display: table;
  }
  .info-wrap .person-info-cont {
    display: table-cell;
    margin: 0;
    padding: 0;
  }

  .person-know {
    margin: 80px auto 57px;
  }
  .person-know .staff-wrap {
    overflow: hidden;
    position: relative;
  }
  .person-know .person-img {
    float: left;
    width: 390px;
  }
  .person-know .person-info {
    float: right;
    width: 610px;
    padding-left: 20px;
    text-align: left;
  }
  .person-know .person-info .info-wrap {
    margin: 35px 0;
  }
  .person-know .person-info .info-wrap .person-info-cont {
    float: left;
    padding-right: 30px;
  }
  .person-know .person-info .info-wrap .person-info-cont:nth-child(2) {
    margin: 5px 0;
    font-size: 14px;
  }
  .person-know .person-info .info-wrap .person-info-cont:last-child {
    margin: 5px 0;
    padding: 0 5px;
    font-size: 14px;
    background-color: #d0cfc8;
    border-radius: 4px;
  }
  .person-know .person-info .info-long .person-info-cont {
    padding-right: 10px;
  }
  .person-know .person-info img {
    width: auto;
    height: auto;
  }
  .person-know .person-interview {
    float: right;
    width: 590px;
    margin-left: 20px;
    padding: 0 20px 20px 20px;
    background-color: #fff;
  }
  .person-know .person-interview .cont-box__titl {
    font-size: 20px;
    line-height: 1.6;
  }
  .person-know .person-interview .cont-box__txt {
    font-size: 14px;
    line-height: 1.714;
  }
  .person-know .person-sche {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 390px;
    height: 390px;
    padding: 0;
  }
  .person-know .person-sche .cont-box {
    margin: 0;
  }
  .person-know .person-photo {
    float: left;
    display: table;
    width: 390px;
    padding: 20px 0;
  }
  .person-know .person-photo .cont-box img {
    padding: 0 5px;
  }
  .person-know .person-photo .cont-box__titl {
    padding: 8px 0;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1;
  }
  .person-know .person-photo .cont-box:last-child {
    padding-left: 30px;
  }
  .person-know .person-fav {
    float: right;
    display: table;
    width: 590px;
    margin-bottom: 100px;
    padding: 9px 0;
  }
  .person-know .person-fav .cont-box {
    float: left;
    width: 286px;
  }
  .person-know .person-fav .cont-box:last-child {
    margin-left: 18px;
  }
  .person-know .person-fav .cont-box__titl {
    padding: 8px 0;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1;
  }
  .person-know .person-fav .cont-box__txt {
    font-size: 12px;
  }

  .brand-discuss01__head {
    background: url(../img/brand/b_d01_bg.jpeg) center;
    background-size: cover;
  }
  .brand-discuss01__head .cont-head__main {
    padding-bottom: 95px;
    background: none;
  }
  .brand-discuss01__head .cont-head__titl {
    padding-bottom: 70px;
  }
  .brand-discuss01__head .cont-head__titl img {
    width: 250px;
    height: 30px;
  }
  .brand-discuss01__head .cont-head__txt {
    padding-top: 65px;
  }

  .brand-discuss02__head {
    background: url(../img/brand/b_d02_bg.jpg) center;
    background-size: cover;
  }
  .brand-discuss02__head .cont-head__main {
    padding-bottom: 90px;
  }
  .brand-discuss02__head .cont-head__titl {
    padding-bottom: 95px;
  }

  .discuss-wrap {
    padding-top: 54px;
  }
  .discuss-wrap .cont-page-read {
    margin-bottom: 80px;
    font-size: 14px;
    line-height: 1.714;
    letter-spacing: -0.01em;
  }
  .discuss-wrap .cont-box .membr__cont {
    margin-bottom: 40px;
  }
  .discuss-wrap .cont-box .membr__titl {
    width: 174px;
    margin-bottom: 38px;
  }
  .discuss-wrap .cont-box .membr__box {
    display: inline-block;
    width: 468px;
    margin-bottom: 40px;
    vertical-align: top;
  }
  .discuss-wrap .cont-box .membr__box:nth-child(2n) {
    margin-left: 60px;
  }
  .discuss-wrap .cont-box .membr__box_2 {
    width: 470px;
  }
  .discuss-wrap .cont-box .membr__box_2:nth-child(2n) {
    margin-left: 58px;
  }
  .discuss-wrap .cont-box .membr__photo {
    width: 130px;
    height: 130px;
  }
  .discuss-wrap .cont-box .membr__info {
    float: left;
    width: 318px;
    margin-left: 20px;
  }
  .discuss-wrap .cont-box .membr__info .membr-info__pos {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 1;
  }
  .discuss-wrap .cont-box .membr__info .membr-info__name {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
  }
  .discuss-wrap .cont-box .membr__info .membr-info__profil {
    font-size: 12px;
    line-height: 1.666;
  }
  .discuss-wrap .cont-box .membr__info_2 {
    width: 320px;
  }
  .discuss-wrap .cont-box .discuss__lst ul {
    overflow: hidden;
    margin-bottom: 12px;
  }
  .discuss-wrap .cont-box .discuss-lst__item {
    float: left;
    width: 32%;
    height: 100px;
    margin-bottom: 0;
    margin-left: 2%;
    padding: 30px 0 30px 25px;
    border-radius: 6px;
  }
  .discuss-wrap .cont-box .discuss-lst__item:first-child {
    margin-left: 0;
  }
  .discuss-wrap .cont-box .discuss-lst__num img {
    width: 30px;
  }
  .discuss-wrap .cont-box .discuss-lst__txt {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    line-height: 1.375;
  }
  .discuss-wrap .cont-box .discuss-lst__txt .block-desktop {
    line-height: 0;
  }
  .discuss-wrap .cont-box .discuss-cont__img-main {
    margin-bottom: 56px;
  }
  .discuss-wrap .cont-box .discuss-cont__img-middl {
    margin-top: 43px;
    margin-bottom: 60px;
  }
  .discuss-wrap .cont-box .discuss-cont__img-middl img {
    width: 470px;
    height: auto;
  }
  .discuss-wrap .cont-box .discuss-cont__img-middl img:nth-child(odd) {
    float: left;
  }
  .discuss-wrap .cont-box .discuss-cont__img-middl img:nth-child(even) {
    float: right;
    margin-left: 20px;
  }
  .discuss-wrap .cont-box .discuss-cont__txt {
    padding: 0 64px;
    font-size: 14px;
    line-height: 1.714;
  }
  .discuss-wrap .cont-box .discuss-cont__txt > p {
    margin-bottom: 19px;
  }
  .discuss-wrap .cont-box .discuss-cont__txt .discuss-txt {
    font-size: 14px;
    line-height: 1.714;
  }
  .discuss-wrap .cont-box .discuss-cont__txt .discuss-txt__wrap {
    width: auto;
  }
  .discuss-wrap .cont-box .discuss-cont__txt .discuss-txt__name {
    width: auto;
    white-space: nowrap;
  }
  .discuss-wrap .cont-box .discuss-cont__txt .discuss-txt__txt {
    padding-left: 25px;
  }
  .discuss-wrap .cont-box .discuss-cont__lnk {
    margin-bottom: 38px;
    padding-top: 20px;
    text-align: center;
  }
  .discuss-wrap .cont-box .discuss-cont__lnk a {
    display: inline;
    padding: 0;
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
  }
  .discuss-wrap .cont-box .discuss-cont__lnk a .discuss-lnk__num {
    display: inline;
    padding-bottom: 0;
  }
  .discuss-wrap .cont-box .discuss-cont__lnk a .discuss-lnk__num img {
    width: auto;
    height: 13px;
    vertical-align: baseline;
  }
  .discuss-wrap .cont-box .discuss-cont__lnk a .discuss-lnk__txt {
    display: inline;
    margin: 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    vertical-align: baseline;
  }
  .discuss-wrap .cont-box .discuss-cont__lnk a .discuss-lnk__arrw {
    display: inline;
    position: relative;
    right: 0;
    margin: 0;
    padding: 0;
  }
  .discuss-wrap .cont-box .discuss-cont__lnk a .discuss-lnk__arrw img {
    width: 5px;
    height: 10px;
    vertical-align: baseline;
  }
  .discuss-wrap .cont-box .discuss-cont__lnk a .discuss-lnk__brckts {
    display: inline;
    margin: 0;
    padding: 0;
  }
  .discuss-wrap .cont-box .discuss-cont__lnk a:hover .discuss-lnk__txt {
    text-decoration: underline;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-down {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-down-big {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-left {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-left-big {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-right {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-right-big {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-up {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-up-big {
  animation-name: fadeInUpBig;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent;
    color: #000;
    box-shadow: none;
    text-shadow: none;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  pre, blockquote {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    max-width: 100%;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}
