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

    Layout

* ============================================================= */
/* Reset
----------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

    Base

* ============================================================= */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

html {
  font-size: 62.5%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #235994;
  background-color: #fff;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

a {
  color: #00479d;
}

a.js-tel {
  color: #00479d !important;
  text-decoration: none !important;
}

a.js-tel._active {
  text-decoration: underline !important;
}

#googleAnalyticsImageObj {
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}

.l-wrapper-inner {
  min-width: 960px;
  max-width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

/* for footer fix
=============================== */
#js-wrapper {
  overflow: hidden !important;
  position: relative;
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#js-footer {
  position: absolute;
  bottom: 0;
}

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

  header

* ============================================================= */
.l-header {
  border-bottom: 16px solid #386fb3;
  position: relative;
}

.l-header:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #FFF;
  position: absolute;
  bottom: -13px;
  left: 0;
}

.l-header__inner {
  margin: 0 auto;
  width: 960px;
  padding: 37px 0 29px;
  position: relative;
}

.l-header__inner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.l-header__logo {
  float: left;
  display: inline-block;
  
}

.l-header__logo a {
  display: block;
  transition: opacity .5s;
}

.l-header__logo a:hover {
  opacity: .7;
}

.l-header__logo img {
  display: block;
}

.l-header__nav {
  float: right;
  display: inline-block;
}

.l-gnav {
  padding-top: 8px;
}

.l-gnav__item {
  display: inline-block;
}
.l-gnav__item:not(:first-child) {
  margin-left: 12px;
}

.l-gnav__item a {
  display: inline-block;
  transition: all .5s;
  font-size: 16px;
  font-size: 1.6rem;
  color: #00479d;
  text-decoration: none;
}

.l-gnav__item a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../img/icon_logo.png);
  background-size: 14px 12px;
  vertical-align: middle;
  margin-right: 9px;
  opacity: .3;
  vertical-align: middle;
  transition: opacity .5s;
}

.l-gnav__item a:hover:before {
  opacity: 1;
}

.l-header__en a{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  transition: all .3s;
}

.l-header__en a:hover{
  opacity: .9;
}

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

  main

* ============================================================= */
/* main
--------------------------- */
.l-main {
  width: 100%;
  position: relative;
  padding: 0;
}

/* page-contents
--------------------------- */
.l-page-heading {
  padding: 55px 0 60px;
  text-align: left;
  color: #FFF;
  background-color: #00479d;
  padding-left: 1000px;
  padding-right: 1000px;
  margin-left: -1000px;
  margin-right: -1000px;
}

.l-page-contents {
  padding-bottom: 110px;
  position: relative;
}

.l-page-contents._no-space {
  padding-top: 0;
  padding-bottom: 0;
}

.l-page-inner {
  width: 960px;
  margin: 0 auto;
}

.l-page-header {
  width: 100%;
  padding: 80px 0 90px;
  min-width: 960px;
  position: relative;
  background: url(../img/bg_mv.jpg) center bottom no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.l-page-header-title {
  color: #FFF;
  display: table;
  line-height: 1;
  border-left: 4px solid;
  padding-left: 24px;
}

.l-page-header-title img {
  display: block;
}

.l-page-lead {
  text-align: justify;
  text-justify: auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 auto 2.5em;
}

.l-page-local-nav {
  background: #dcf3f9;
  padding-left: 1000px;
  padding-right: 1000px;
  margin-left: -1000px;
  margin-right: -1000px;
  padding-top: 22px;
  padding-bottom: 22px;
}

/* container
--------------------------- */
.l-container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.l-container:not(:last-child) {
  margin-bottom: 56px;
}

.l-container._both-space {
  padding-top: 40px;
  padding-bottom: 45px;
}

/* section
--------------------------- */
.l-section-lead {
  text-align: center;
  padding-bottom: 20px;
}

.l-inner-contents:not(:last-child) {
  margin-bottom: 50px;
}

.l-inner-contents._both-space {
  padding-top: 40px;
  padding-bottom: 45px;
}

.l-inner-contents._bg {
  background-color: #f2f2f2;
  padding-left: 1000px;
  padding-right: 1000px;
  margin-left: -1000px;
  margin-right: -1000px;
}

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

  footer

* ============================================================= */
.l-footer {
  width: 100%;
  background-color: #28609a;
  color: #FFF;
}

.l-footer a {
  color: #FFF;
}

.l-footer-pagetop {
  width: 150px;
  height: 43px;
  display: block;
  position: absolute;
  top: -43px;
  right: 0;
  transition: all .5s;
}

.l-footer-pagetop:hover {
  opacity: .9;
}

.l-footer-pagetop img {
  display: block;
}

.l-footer__inner {
  margin: 0 auto;
  width: 960px;
  padding: 35px 0;
  position: relative;
}

.l-footer__inner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.l-footer-copyright {
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  display: inline-block;
  float: left;
  padding: 2px 0;
}

.l-footer-nav {
  display: inline-block;
  float: right;
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
}

.l-footer-nav__item {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.l-footer-nav__item a {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  padding: 2px 0;
}

.l-footer-nav__item a:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  margin: 0 auto;
  transition: all .3s;
}

.l-footer-nav__item a:hover:after {
  opacity: 1;
  width: 100%;
}

.l-footer-nav__item a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(../img/icon_logo_w.png) center center no-repeat;
  background-size: 16px 12px;
  vertical-align: middle;
  margin-right: 6px;
}

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

  Utility

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

  navigation

* ============================================================= */
/* breadcrumb
=============================== */
.l-page-breadcrumb {
  padding-top: 30px;
  padding-bottom: 25px;
}

.c-breadcrumb {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  color: #214f7f;
  padding: 0;
}

.c-breadcrumb__item {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  vertical-align: bottom;
}

.c-breadcrumb__item a {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: underline;
  color: #214f7f;
  transition: all .5s;
}

.c-breadcrumb__item a:hover {
  opacity: .7;
  text-decoration: none;
}

.c-breadcrumb__item + .c-breadcrumb__item:before {
  color: #214f7f;
  content: ">";
  display: inline-block;
  padding: 0 5px 0 2px;
  vertical-align: middle;
}

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

  Parts

* ============================================================= */
/* article
--------------------------- */
.c-article:not(:last-child) {
  margin-bottom: 50px;
}

.c-article__head {
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: .8em;
  margin-bottom: 1.2em;
  border-bottom: 2px solid #5584B5;
}

.c-article._count .c-article__head {
  text-indent: -0.5em;
}

.c-article__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.3;
  text-align: justify;
  text-justify: auto;
}

.c-article__text:not(:last-child) {
  margin-bottom: 1.5em;
}

/* table
--------------------------- */
.c-profile-table {
  display: table;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  border-top: 2px solid #00479d;
  border-bottom: 2px solid #00479d;
  text-align: left;
}

.c-profile-table th,
.c-profile-table td {
  padding: 1.4em;
  border-bottom: 1px dashed #5584b5;
  box-sizing: border-box;
}

.c-profile-table tr:last-child th,
.c-profile-table tr:last-child td {
  border-bottom: 0;
}

.c-profile-table th {
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  width: 160px;
}

/* button
--------------------------- */
.c-button {
  display: inline-block;
  color: #fff;
  background-color: #2F659D;
  text-align: center;
  border-radius: 5px;
  min-width: 460px;
  padding: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  text-decoration: none;
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  transition: all 0.4s ease;
}

.c-button:hover {
  opacity: .7;
}

.c-button:not(:last-child) {
  margin-bottom: 15px;
}

/* inline-list
--------------------------- */
.c-inline-list > li {
  display: inline-block;
}

.c-inline-list > li:not(:last-child) {
  padding-right: 1em;
}

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

  top

* ============================================================= */
/* top-mv
--------------------------- */
.top-mv {
  width: 100%;
  height: 486px;
  min-width: 960px;
  position: relative;
  background: url(../img/bg_mv.jpg) center bottom no-repeat;
  background-size: cover;
  margin: 0 auto 54px;
}

.top-mv__text {
  position: absolute;
  top: 152px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 748px;
  height: 116px;
  display: block;
}

/* top-info
--------------------------- */
.top-info-head {
  border-bottom: 2px solid #00479d;
  overflow: hidden;
}

.top-info-head__en {
  display: inline-block;
  float: left;
  padding-bottom: 30px;
}

.top-info-head__en img {
  display: block;
}

.top-info-head__jp {
  font-size: 20px;
  font-size: 2rem;
  color: #00479d;
  display: inline-block;
  float: right;
  padding-top: 10px;
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
}

.top-info-article {
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #00479d;
  padding: 25px 0 20px;
  border-bottom: 1px dotted #000;
}

.top-info-article:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.top-info-article:last-child {
  border-bottom: 2px solid #00479d;
}

.top-info-article__head {
  width: 9em;
  float: left;
}

.top-info-article__head:before {
  content: "\3010";
}

.top-info-article__head:after {
  content: "\3011";
}

.top-info-article__body {
  color: #00479d;
  padding-left: 9em;
}

.top-info-article__body a:hover {
  text-decoration: none;
}

/* business
--------------------------- */
.business-content {
  line-height: 1.9;
}

.business-content:not(:last-child) {
  margin-bottom: 55px;
}

.business-content__head {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.4em;
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
}

.business-content__body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: auto;
}

.business-figure {
  position: relative;
}

.business-figure__image img {
  display: block;
}

.business-figure__btn {
  position: absolute;
  display: inline-block;
  top: 469px;
  transition: all .5s;
}

.business-figure__btn:hover {
  opacity: .8;
}

.business-figure__btn._01 {
  left: 30px;
}

.business-figure__btn._02 {
  right: 28px;
}

.business-figure.en{
  margin-bottom: 40px;
}
.en .business-figure__btn{
  top: 482px;
}

.en .business-figure__btn._01 {
  left: 54px;
}
.en .business-figure__btn._02 {
  right: 52px;
}

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

  COMPANY

* ============================================================= */
.company-outline {
  font-size: 14px;
  font-size: 1.4rem;
  display: table;
  width: 1080px;
  margin-left: -60px;
  border-collapse: separate;
  border-spacing: 60px 0;
  line-height: 2;
}

.company-outline:not(:last-child) {
  margin-bottom: 75px;
}

.company-outline__head {
  display: table-cell;
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  width: 180px;
  background-color: #2f659d;
  box-sizing: border-box;
  padding: 25px;
}

.company-outline__body {
  display: table-cell;
  vertical-align: middle;
  border-top: 2px solid #5584B5;
  border-bottom: 2px solid #5584B5;
}

.company-outline-box {
  padding: 20px 24px;
  overflow: hidden;
}

.company-outline-box:not(:last-child) {
  border-bottom: 1px dashed #5584B5;
}

.company-outline-box > dt {
  float: left;
  width: 220px;
  padding-right: 10px;
}

.company-outline-box > dd {
  overflow: hidden;
}

.company-map {
  width: 100%;
  height: 420px;
}

.company-map:not(:last-child) {
  margin-bottom: 75px;
}

.company-relationship {
  line-height: 2;
}

.company-relationship__title {
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1.5em;
}

.company-relationship__title:before {
  content: "\25A0";
}

.company-relationship-table:not(:last-child) {
  margin-bottom: 85px;
}

.company-relationship-table__head {
  text-align: center;
  padding: .5em;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #28609a;
}

.company-relationship-table__body {
  border-bottom: 2px solid #5584B5;
}

.company-relationship-table__body > dl {
  padding: 20px 28px;
  overflow: hidden;
}

.company-relationship-table__body > dl:not(:last-child) {
  border-bottom: 1px dashed #5584B5;
}

.company-relationship-table__body > dl > dt {
  float: left;
  width: 210px;
  padding-right: 10px;
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
}

.company-relationship-table__body > dl > dd {
  overflow: hidden;
}

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

  RECRUIT

* ============================================================= */
.recruit-content {
  font-size: 14px;
  font-size: 1.4rem;
}

.recruit-content:not(:last-child) {
  margin-bottom: 110px;
}

.recruit-content__head {
  font-size: 34px;
  font-size: 3.4rem;
  padding-bottom: 0.4em;
}

.recruit-content__profile:not(:last-child) {
  margin-bottom: 70px;
}

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

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

  TERMS OF USE

* ============================================================= */
.terms-requirements {
  font-size: 14px;
  font-size: 1.4rem;
}

.terms-requirements:not(:last-child) {
  margin-bottom: 45px;
}

.terms-requirements__head {
  border-bottom: 1px solid #5584B5;
  padding-bottom: 0.8em;
}

.terms-requirements__head:before {
  content: "\3010";
}

.terms-requirements__head:after {
  content: "\3011";
}

.terms-requirements__table {
  display: table;
  width: 100%;
  border-bottom: #5584B5;
  border-bottom: 1px solid #5584B5;
}

.terms-requirements__table:not(:last-child) {
  border-bottom-style: dashed;
}

.terms-requirements__table > * {
  padding: 1.2em 0;
  display: table-cell;
  vertical-align: top;
}

.terms-requirements__table > *:first-child {
  width: 15em;
}

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

  INQUIRY

* ============================================================= */
.inquiry-box-holder {
  border-top: 2px solid #4679af;
  border-bottom: 2px solid #4679af;
  padding-bottom: 15px;
}

.inquiry-box-holder:not(:last-child) {
  margin-bottom: 70px;
}

.inquiry-box {
  padding: 22px 22px 20px;
  overflow: hidden;
}

.inquiry-box:not(:last-child) {
  border-bottom: 1px dashed #5584b5;
}

.inquiry-box__head {
  width: 240px;
  float: left;
  padding: 1em 1.5em 1em 0;
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
}

.inquiry-box__body {
  overflow: hidden;
}

.inquiry-box__input {
  width: 100%;
  background-color: #e8edf2;
  outline: none;
  border: 0;
  padding: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.inquiry-box__textarea {
  width: 100%;
  background-color: #e8edf2;
  outline: none;
  border: 0;
  line-height: 1.8;
  padding: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  font-family: "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.inquiry-box__area {
  display: block;
  padding-top: 1em;
}

.inquiry-box__area._strong {
  color: #cc0000;
  font-weight: bold;
}

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

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

  Slider

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
}

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

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

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

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

.slick-slide a {
  outline: none;
}

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

.slick-slide img {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 28px;
  height: 48px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
  bottom: 0;
  top: 0;
  margin: auto 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: .7;
}

.slick-prev {
  left: 30px;
  background-image: url(../img/arrow_slide-left01.png);
}

.slick-next {
  right: 30px;
  background-image: url(../img/arrow_slide-right01.png);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 14px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 24px;
  padding: 0;
  cursor: pointer;
}

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

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "•";
  width: 16px;
  height: 16px;
  font-family: "slick";
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color .3s ease;
}

.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: 0.75;
}

.slick-dots li.slick-active button:before {
  color: #00479d;
  opacity: 1;
}


.bg-kariu{
  background-color: #00479d;
}

.border-kariu {
  border-color: #00479d !important;
}

.text-intervar{
  line-height: 25px;
}

.cospaImg{
  width: 30%;
}

.a-hover{
  transition: all .3s;
}

.a-hover{
  transition: all .3s;
}

.a-hover:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #007bff;
}

.productTab{
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

.productTab:hover{
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  color: #00479d;
}

.productBar{
  transition: all .3s;
}

.productBar:hover{
  cursor: pointer;
  color: #007bff;
  text-decoration: underline;
}

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

  2025/06/02 Modified

* ============================================================= */
.product .m-img-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 60px;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}
.product .m-img-wrap .m-img01 {
  width: auto;
  height: 392px;
}
.product .m-img-wrap .m-img02 {
  width: auto;
  height: 340px;
  padding-bottom: 40px;
}

.product .filter-block {
  margin-top: 30px;
  padding-bottom: 10px;
  padding-left: 35px;
}
.product .product-filter-table {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding-left: 35px;
}
.product .product-filter-table th {
  padding: 15px 0;
  color: #fff;
  background-color: #00479d;
}
.product .product-filter-table tr th:first-child {
  border-left: 1px solid #00479d;
}
.product .product-filter-table tr th:last-child {
  border-right: 1px solid #00479d;
}
.product .product-filter-table tr th:not(:first-child) {
  border-left: 1px solid #fff;
}

.product .product-filter-table td {
  padding: 10px 0;
  border-left:1px solid #00479d;
}
.product .product-filter-table td:last-child {
  border-right: 1px solid #00479d;
}

.product .product-filter-table tr:not(:last-child) td {
  border-bottom: 1px dashed #00479d;
}
.product .product-filter-table tr th:last-child,
.product .product-filter-table tr td:last-child {
  width: 180px;
}
.product .product-filter-table tr:last-child td {
  border-bottom: 1px solid #00479d;
}

.product .m-tel-mail-wrap {
  padding-bottom: 5px;
}
.product .m-tel-mail-wrap .contact-link {
  display: inline-block;
  margin-left: 10px;
}
.product .m-tel-mail-wrap .tel-link:hover {
  color: #00479d;
  text-decoration: none;
  cursor: default;
}
.product .m-tel-mail-wrap .contact-link:hover {
  color: #00479d;
}

.product .specification-block .ttl {
  margin-left: 20px;
}