@charset "UTF-8";

/* ================================================== *
 *
 *    reset
 *
 * ================================================== */

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

audio,
canvas,
video {
  display: inline-block;
}

[hidden],
audio:not([controls]) {
  display: none;
}

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

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  margin: 0;
}

blockquote,
dd,
dl,
figure,
p {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:focus {
  outline: dotted thin;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: .83em;
}

q {
  quotes: none;
}

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

code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

mark {
  color: #000;
  background-color: #ff0;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

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

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

caption {
  padding: 0;
  text-align: left;
}

td,
th {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

button,
input {
  line-height: normal;
  vertical-align: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */

body {
  font-size: 81.3%;
  font-family: "メイリオ", sans-serif;
  line-height: 1.5;
  color: #000;
  background: #fff;
}

body.is-english {
  font-family: Arial;
}

body.is-jobFrame {
  background: none;
}

a:visited,
a:link {
  color: #000;
  outline: none;
}

a:active,
a:hover {
  color: #000;
  text-decoration: none;
}

/* ------------------------------------------------- *
 *        .layout
 * ------------------------------------------------- */

.l-contentsInner {
  background: #ebebeb;
}

.l-contentsSubInner {
  width: 980px;
  margin: auto;
  padding: 60px 0;
}

.l-contact {
  box-sizing: border-box;
  width: 980px;
  margin: auto;
  padding: 30px 30px;
  background: #fff;
}

/* ================================================== *
 *
 *    GLOBAL HELPER
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        .clearfix
 * ------------------------------------------------- */

.h-clear:before,
.h-clear:after {
  content: "";
  display: table;
}

.h-clear:after {
  clear: both;
}

.h-clear {
  *zoom: 1;
}

/* ------------------------------------------------- *
 *        .margin
 * ------------------------------------------------- */

.h-mt-20 {
  margin-top: -20px !important;
}

.h-mt0 {
  margin-top: 0px !important;
}

.h-mt5 {
  margin-top: 5px !important;
}

.h-mt10 {
  margin-top: 10px !important;
}

.h-mt15 {
  margin-top: 15px !important;
}

.h-mt20 {
  margin-top: 20px !important;
}

.h-mt25 {
  margin-top: 25px !important;
}

.h-mt30 {
  margin-top: 30px !important;
}

.h-mt35 {
  margin-top: 35px !important;
}

.h-mt40 {
  margin-top: 40px !important;
}

.h-mt45 {
  margin-top: 45px !important;
}

.h-mt50 {
  margin-top: 50px !important;
}

.h-mt55 {
  margin-top: 55px !important;
}

.h-mt60 {
  margin-top: 60px !important;
}

/* ------------------------------------------------- *
 *        .visible
 * ------------------------------------------------- */

/* ------------------------------------------------- *
 *        .align
 * ------------------------------------------------- */

.h-alignC {
  text-align: center !important;
}

.h-alignR {
  text-align: right !important;
}

.h-alignL {
  text-align: left !important;
}

.h-alignJ {
  text-align: justify !important;
}

/* ------------------------------------------------- *
 *        .quick floats
 * ------------------------------------------------- */

.h-pullLeft {
  float: left !important;
}

.h-pullRight {
  float: right !important;
}

/* ------------------------------------------------- *
 *        .center content blocks
 * ------------------------------------------------- */

.h-centerBlock {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ------------------------------------------------- *
 *        .fontStyle
 * ------------------------------------------------- */

.h-bold {
  font-weight: bold !important;
}

/* ------------------------------------------------- *
 *        .fluidImage
 * ------------------------------------------------- */

.h-fluidImage {
  width: 100%;
  height: auto;
}

/* ================================================== *
 *
 *    GRID
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        .grid1
 * ------------------------------------------------- */

.grid1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.grid1_unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.grid1_unit:last-child {
  padding-left: 30px;
}

.grid1.is-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.grid1.is-reverse .grid1_unit:last-child {
  padding-right: 30px;
  padding-left: 0;
}

/* ------------------------------------------------- *
 *        .split1
 * ------------------------------------------------- */

.split1 {
  display: -ms-flexbox;
  display: flex;
}

.split1_unit {
  width: 50%;
}

.split1_unit:first-child {
  background: #dfdad0;
}

.split1_unit:last-child {
  background: #e7e4dc;
}

.split1_inner {
  width: 490px;
  padding: 40px 0;
}

.split1_unit:first-child .split1_inner {
  float: right;
}

.split1_unit:last-child .split1_inner {
  float: left;
}

/* ================================================== *
 *
 *    TYPOGRAPHY
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        .heading1
 * ------------------------------------------------- */

.heading1 {
  font-size: 30px;
  line-height: 39px;
}

/* ------------------------------------------------- *
 *        .text1
 * ------------------------------------------------- */

.text1 {
  font-size: 18px;
  line-height: 1.333;
}

.text1 p {
  margin-top: 18px;
}

.text1 .is-bold {
  color: #836223;
  font-weight: bold;
}

.text1 .is-small {
  font-size: 15px;
}

/* ================================================== *
 *
 *    IMAGE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        .image1
 * ------------------------------------------------- */

.image1 {
  width: 201px;
  margin: 0 auto;
}

/* ================================================== *
 *
 *    Media
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        .iframe1
 * ------------------------------------------------- */

.iframe1 {
  width: 768px;
  margin: 30px auto 0;
}

.iframe1__iframe {
  overflow: hidden;
  width: 100%;
  height: 610px;
  border: none;
  padding: 0;
}


/* ================================================== *
 *
 *    LIST
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        .name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    BUTTON
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        .btn
 * ------------------------------------------------- */

a.btn {
  display: block;
  border: none;
  background: #DC1616;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a.btn:hover {
  background: #ee5151;
}

.btn-iconLeft {
  padding-left: 10px;
}

.btn-iconLeft i {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* ================================================== *
 *
 *    TABLE
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        .name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    FORM
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        .name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    BLOCK
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        .header
 * ------------------------------------------------- */

.header {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.header_body {
  background: #fff;
  border-top: 28px solid #303030;
}

.header_body a {
  color: #fff;
  text-decoration: none;
}

.header_body a:hover {
  text-decoration: underline;
}

.header_bodyInner {
  display: table;
  width: 980px;
  height: 80px;
  margin: auto;
  position: relative;
}

.header_logo {
  display: table-cell;
  width: 110px;
  padding-top: 12px;
  position: relative;
  z-index: 20;
  vertical-align: top;
}

.header_logo a {
  display: block;
}

.header_description {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  font-weight: normal;
}

/* ------------------------------------------------- *
 *        .gnav
 * ------------------------------------------------- */

.gnav {
  width: 980px;
  margin: auto;
  box-sizing: border-box;
}

.gnav a {
  text-decoration: none;
}

body.is-english .gnav {
  padding: 0;
}

.gnav_navs {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

body.is-english .gnav_navs {
  border-right: 1px solid #DCDCDC;
}

.gnav_navsItem {
  width: 135px;
  display: table-cell;
  vertical-align: middle;
}

body.is-english .gnav_navsItem {
  display: none;
  width: 25%;
  font-family: Arial;
}

.gnav_navsItem a {
  border-left: 1px solid #DCDCDC;
  display: table;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  height: 36px;
  position: relative;
  font-weight: bold;
}

.gnav_navsItem a:before {
  position: absolute;
  left: 0;
  bottom: -13px;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background: #DD1616;
  display: none;
}

.gnav_navsItem a:hover {
  color: #DD1616;
}

.gnav_navsItem a:hover:before {
  display: block;
}

.gnav_navsItem span {
  display: table-cell;
  vertical-align: middle;
  height: 36px;
}

.gnav_navsItem-current a {
  color: #DD1616;
}

.gnav_navsItem-current a:before {
  display: block;
}

.gnav_navsItem-linkEnglish {
  width: 980px;
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  margin: auto;
  text-align: right;
}

body.is-english .gnav_navsItem-linkEnglish {
  width: 980px;
  display: block;
}

.gnav_navsItem-linkEnglish a {
  font-size: 11px;
  color: #fff;
  display: inline;
  border: none;
  font-weight: normal;
}

.gnav_navsItem-linkEnglish a:hover {
  color: #fff;
  text-decoration: underline;
}

.gnav_navsItem-linkEnglish a:hover:before {
  width: auto;
  height: auto;
  background: none;
}

.gnav_navsItem-linkEnglish i {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.gnav_navsItem-info {
  width: 980px;
  box-sizing: border-box;
  font-size: 11px;
  position: absolute;
  z-index: 10;
  padding-right: 506px;
  left: 0;
  right: 0;
  top: 58px;
  margin: auto;
  display: block;
  text-align: right;
}

.gnav_navsItem-info a {
  width: auto;
  height: auto;
  position: relative;
  z-index: 10;
  display: inline-block;
  border: none;
  padding: 0;
  line-height: 1;
  font-weight: normal;
  color: #666;
}

.gnav_navsItem-info a:hover {
  color: #fff;
  text-decoration: underline;
}

.gnav_navsItem-info a:hover:before {
  width: auto;
  height: auto;
  background: none;
}

.gnav_navsItem-info:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 5px;
  background: url("../images/icon_link1_right1.png") 0 0 no-repeat;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.gnav_navsItem-btnClose {
  display: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 15px;
}

.gnav_contact {
  width: 980px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  margin: auto;
}

.gnav_textTel {
  width: 206px;
  height: 26px;
  background: url("../images/text_tel1_1.png") right 0 no-repeat;
  position: absolute;
  right: 260px;
  top: 25px;
  border-left: 1px solid #4D4D4D;
  padding-left: 20px;
}

.gnav_textTel a {
  display: none;
}

body.is-english .gnav_textTel {
  width: 233px;
  height: 26px;
  border: none;
  padding-left: 0;
  background-image: url("../images/text_tel2_1.png");
}

.gnav_btnContact {
  width: 240px;
  position: absolute;
  right: 0;
  z-index: 20;
  top: 25px;
}

.gnav_btnContact a:hover {
  text-decoration: none;
}

.gnav_btnToggle {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-left: 1px solid #666;
}

.gnav_btnToggle-open {
  background: url("../images/icon_gnav1_1.png") center center no-repeat;
  background-size: 31px auto;
  border-bottom: 1px solid #666;
}

.gnav_btnToggle-close {
  background: url("../images/icon_close1_1.png") center center no-repeat;
  background-size: 26px auto;
  border-bottom: 1px solid #000;
}

/* ------------------------------------------------- *
 *        .footer
 * ------------------------------------------------- */

.footer {
  background: #fff;
  border-top: 1px solid #ccc;
}

.footer_inner {
  width: 980px;
  margin: auto;
}

.footer_top {
  padding-top: 30px;
  margin: 0 -10px;
}

.footer_top a {
  color: #000;
  text-decoration: none;
}

.footer_top a:hover {
  text-decoration: underline;
}

.footer_grid {
  width: 33.3%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}

.footer_contentsName a {
  font-size: 15px;
  font-weight: bold;
  padding-left: 25px;
  background: url("../images/icon_link3_right1.png") 0 center no-repeat;
}

body.is-english .footer_contentsName {
  margin-top: 20px;
}

body.is-english .footer_contentsName:first-child {
  margin-top: 0;
}

.footer_navs {
  margin: 10px 0 30px;
}

.footer_navsitem {
  line-height: 2;
  padding-left: 10px;
  background: url("../images/icon_link2_right1.png") 0 10px no-repeat;
}

.footer_bottom {
  padding: 40px 0 30px;
}

.footer_logo {
  width: 110px;
  float: left;
  margin-right: 40px;
}

.footer_copy {
  font-size: 11px;
  float: left;
  color: #666;
  padding-top: 32px;
}

.footer_linkPrivacy {
  float: right;
  padding-top: 30px;
}

.footer_linkPrivacy a {
  color: #666;
  font-size: 11px;
  text-decoration: underline;
}

.footer_linkPrivacy a:hover {
  text-decoration: none;
}

/* ------------------------------------------------- *
 *        .keyVisual1
 * ------------------------------------------------- */

.keyVisual1 {
  margin: auto;
  max-width: 2000px;
}

.keyVisual1 a {
  display: block;
}

.keyVisual1 .slick-next,
.keyVisual1 .slick-prev {
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.keyVisual1 .slick-next {
  left: inherit;
  right: 10px;
  background-position: right 0;
}

body.is-english .keyVisual1 .slick-slider {
  margin-bottom: 0;
}

.keyVisual1_item img {
  display: none;
}

.keyVisual1_item-image1 {
  background: url("../images/img_keyvisual1_1.jpg") center 0 no-repeat;
}

.keyVisual1_item-image2 {
  background: url("../images/img_keyvisual1_2.jpg") center 0 no-repeat;
}

.keyVisual1_item-image3 {
  background: url("../images/img_keyvisual1_3.jpg") center 0 no-repeat;
}

.keyVisual1_item-image4 {
  background: url("../images/img_keyvisual1_4.jpg") center 0 no-repeat;
}

/* ------------------------------------------------- *
 *        .contact
 * ------------------------------------------------- */

.contact_text {
  font-size: 20px;
  text-align: center;
}

.contact_btn {
  margin: 20px auto 0;
  width: 445px;
}

.contact_btn a.btn {
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
}

.contact_btn a.btn i {
  height: 13px;
}

.contact_btn a.btn img {
  vertical-align: top;
}

/* ------------------------------------------------- *
 *        .banner1
 * ------------------------------------------------- */

.banner1 {
  margin-top: 40px;
}

.banner1_item {
  margin-top: 20px;
}

/* ================================================== *
 *
 *    PLUGINS
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        .slick
 * ------------------------------------------------- */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  height: 560px;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: none;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 42px;
  height: 63px;
  padding: 0;
  margin-top: -31px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  opacity: .5;
}

.slick-prev {
  left: 10px;
  background: url("../images/icon_slide1_left1.png") 0 0 no-repeat;
}

[dir='rtl'] .slick-prev {
  right: 10px;
  left: auto;
}

.slick-next {
  right: 10px;
  background: url("../images/icon_slide1_right1.png") 0 0 no-repeat;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 10px;
}

/* Dots */

.slick-slider {
  margin-bottom: 40px;
}

.slick-dots {
  position: absolute;
  right: 50%;
  bottom: 20px;
  box-sizing: border-box;
  display: block;
  margin-right: -490px;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  float: left;
  width: 40px;
  height: 4px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 4px;
  display: block;
  width: 40px;
  height: 4px;
  cursor: pointer;
  color: transparent;
  border: 0;
  padding: 0;
  outline: none;
  background: #8f8987;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.slick-dots li.slick-active button {
  background: #dd1616;
}

.map-embed {
  max-width: 100%;
  height: 0;
  margin: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.map-embed > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.map-embed img {
  max-width: none;
}

/* ================================================== *
 *
 *    MEDIA QUERY
 *
 * ================================================== */

@media (max-width: 767px) {

  .grid1 {
    display: block;
    margin-top: 30px;
  }

  .grid1:first-child {
    margin-top: 0;
  }

  .grid1_unit {
    width: auto;
  }

  .grid1_unit:last-child {
    margin-top: 15px;
    padding-left: 0;
  }

  .grid1.is-reverse .grid1_unit:last-child {
    padding-right: 0;
  }

  .split1 {
    display: block;
  }

  .split1_unit {
    width: auto;
  }

  .split1_inner {
    width: auto;
    padding: 30px 20px;
  }

  .split1_unit:first-child .split1_inner,
  .split1_unit:last-child .split1_inner {
    float: none;
  }


  .l-contents {
    overflow: hidden;
  }

  .l-contentsSubInner {
    width: auto;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .l-contact {
    width: auto;
    margin: auto;
    padding: 20px;
  }

  .heading1 {
    font-size: 24px;
    line-height: 1.1875;
  }

  .text1 {
    font-size: 16px;
  }

  .text1 p {
    margin-top: 10px;
  }

  .text1 .is-small {
    font-size: 11px;
  }

  .image1 {
    width: 144px;
  }

  .iframe1 {
    width: auto;
  }

  .iframe1__iframe {
    height: 725px;
    background: #bfbfbf;
  }

  .header_body {
    border-top: none;
    border-bottom: 1px solid #666;
  }

  .header_bodyInner {
    width: 100%;
  }

  .header_logo {
    padding-left: 20px;
  }

  .header_description {
    padding-right: 100px;
    font-size: 9px;
    line-height: 12px;
  }
  .gnav {
    width: auto;
    background: #000;
  }

  body.is-english .gnav {
    padding: 0;
  }

  .gnav_navs {
    box-sizing: border-box;
    display: block;
    padding: 0 20px;
    display: none;
  }

  body.is-english .gnav_navs {
    border: #000;
  }

  .gnav_navsItem {
    width: auto;
    display: block;
    border-bottom: 1px solid #666;
    background: url("../images/icon_link3_right1.png") 0 center no-repeat;
    background-size: 16px auto;
  }

  body.is-english .gnav_navsItem {
    display: block;
    width: auto;
  }

  .gnav_navsItem a {
    display: block;
    width: auto;
    border: none;
    height: auto;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 24px;
  }

  .gnav_navsItem a:hover {
    color: #FFF;
  }

  .gnav_navsItem a:hover:before {
    display: none;
  }

  .gnav_navsItem br {
    display: none;
  }

  .gnav_navsItem span {
    height: auto;
  }

  .gnav_navsItem:last-child {
    border: none;
  }

  .gnav_navsItem-current a {
    color: #fff;
  }

  .gnav_navsItem-current a:before {
    display: none;
  }

  .gnav_navsItem-current a:hover {
    color: #fff;
  }

  .gnav_navsItem-current a:hover:before {
    display: none;
  }

  .gnav_navsItem-linkEnglish {
    width: auto;
    position: relative;
    top: inherit;
    border: none;
    background: none;
  }

  body.is-english .gnav_navsItem-linkEnglish {
    width: auto;
    border-bottom: 1px solid #666;
  }

  .gnav_navsItem-linkEnglish a {
    display: inline-block;
    font-size: 12px;
  }

  .gnav_navsItem-info {
    width: auto;
    padding: 0;
    position: static;
    top: inherit;
    text-align: center;
    background: none;
  }

  .gnav_navsItem-info a {
    font-size: 12px;
    display: inline-block;
    padding: 0;
  }

  .gnav_navsItem-btnClose {
    display: block;
    background: url("../images/icon_close1_1.png") 12px center no-repeat;
    background-size: 27px auto;
  }

  .gnav_contact {
    position: relative;
    width: auto;
    height: auto;
    top: inherit;
    background: #DCDCDC;
    padding: 15px 0;
    text-align: center;
  }

  .gnav_contactInner {
    width: 287px;
    margin: auto;
  }

  .gnav_textTel {
    position: static;
    width: 132px;
    height: auto;
    right: inherit;
    top: inherit;
    background: none;
    padding: 0;
    border: none;
    float: left;
    line-height: 30px;
    margin-right: 10px;
  }

  body.is-english .gnav_textTel {
    width: 132px;
    height: auto;
    background-image: none;
  }

  .gnav_textTel a {
    display: block;
  }

  .gnav_btnContact {
    position: static;
    width: 145px;
    top: inherit;
    float: left;
  }

  body.is-english .gnav_btnContact {
    width: 140px;
  }

  .gnav_btnToggle {
    display: block;
  }

  .footer_inner {
    width: auto;
  }

  .footer_top {
    margin: 0;
  }

  .footer_grid {
    width: auto;
    float: none;
    padding: 0 20px;
    margin-top: 30px;
  }

  .footer_grid:first-child {
    margin-top: 0;
  }

  body.is-english .footer_grid {
    margin-top: 20px;
  }

  body.is-english .footer_grid:first-child {
    margin-top: 0;
  }

  .footer_contentsName {
    font-size: 16px;
    background: url("../images/icon_link3_right1_sp.png") 0 center no-repeat;
    background-size: 16px auto;
  }

  .footer_navsitem {
    font-size: 12px;
  }

  .footer_bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.is-english .footer_bottom {
    padding-top: 0;
  }

  .footer_logo {
    float: none;
    margin: 40px auto 0;
  }

  .footer_copy {
    float: none;
    display: block;
    font-size: 10px;
    padding-top: 15px;
    text-align: center;
  }

  .footer_linkPrivacy {
    float: none;
    padding: 0;
  }

  .footer_linkPrivacy a {
    background: url("../images/icon_link2_right1.png") 0 center no-repeat;
    padding-left: 10px;
  }

  .keyVisual1 {
    max-width: auto;
  }

  .keyVisual1 a {
    height: auto;
  }

  .keyVisual1 .slick-prev {
    left: 5px;
  }

  .keyVisual1 .slick-next {
    left: inherit;
    right: 5px;
  }

  .keyVisual1_item img {
    display: block;
  }

  .keyVisual1_item-image1 {
    background: none;
  }

  .keyVisual1_item-image2 {
    background: none;
  }

  .keyVisual1_item-image3 {
    background: none;
  }

  .keyVisual1_item-image1-english {
    background: none;
  }

  .contact_text {
    font-size: 16px;
  }

  .contact_btn {
    margin-top: 10px;
    width: 100%;
  }

  .slick-track {
    height: auto;
  }

  .slick-dots {
    position: static;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    height: 34px;
    background: #ebebeb;
    text-align: center;
  }

  .slick-dots li {
    float: none;
    display: inline-block;
    margin: 0 2px;
    width: 30px;
    height: 4px;
    vertical-align: top;
  }

  .slick-dots li button {
    width: 30px;
    height: 3px;
  }
}
