@charset "utf-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - -

# Element

# Outside

# Layout
.l-page#pagetop
.l-header
.l-header.type-compact
.l-header-hero
.l-nav-global
.l-nav-global.type-compact
.nav-ut-local
.l-breadcrumb
.l-main-visual
.l-main-title
.l-container
.l-footer
  .in-footer

# Column Type
.column-one
.column-medium
.column-left-nav
.column-right-nav

# Component

# Project

# Utility
.u-btn-mobile-menu
.u-go-pagetop

# Responsive
834px以下
568px以下

# Media Print

- - - - - - - - - - - - - - - - - - - - - - - - - - */

.swiper-container {
  width: 100%;
}


/* Element
= = = = = = = = = = = = = = = = = = = = = = = = = = */

body {
  color: #222;
  line-height: 1.5;
  font-size: 1.6rem;
}

strong {
}

a:link,
a:visited {
  color: #0068b7;
  text-decoration: none;
}
a:hover,
a:active {
  color: #0068b7;
  text-decoration: underline;
}

/*  */

.u-bg-type-a {
  padding-top: 40px;
  background: #f0f0f0;
}


/* Layout
= = = = = = = = = = = = = = = = = = = = = = = = = = */


/* .l-page
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.l-page {
}


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

.l-header {
  height: 80px;
}
.l-header a:link     { text-decoration: none; }
.l-header a:visited  { text-decoration: none; }
.l-header a:hover    { text-decoration: none; }
.l-header a:active   { text-decoration: none; }

.l-header .in-header {
  position: relative;
  width: 980px; /* Page Width */
  margin: 0 auto;
}
.l-header .in-header:after { /* clearfix */
  display: block;
  clear: both;
  content: '';
  overflow: hidden;
}

/* logo */

.l-header .c-logo {
  position: absolute;
  top: 0px;
  left: 5px;
}
.l-header .c-logo a {
  display: block;
  width: auto;
  height: 80px;
}
.l-header .c-logo a img {
  height: 100%;
}

/* main */

.l-header .p-main {
  margin-left: 42%;
}
.l-header .p-main .c-description {
  margin-bottom: 5px;
  text-align: right;
  font-size: 1.3rem;
  color: #999;
}
.l-header .p-main .c-inquiry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.l-header .p-main .c-inquiry .c-phone {
  /* width: 55%; */
}
.l-header .p-main .c-inquiry .c-button {
  display: flex;
  align-items: center;
  width: 210px;
  margin: 0 20px;
}

/* UT Format Customize */

.l-header a.link-herb.type-head {
  padding: 5px 15px 5px 42px;
  font-size: 1.2rem;
}
.l-header form.form-ut-search {
}
.l-header form.form-ut-search input.c-text {
  width: calc(100% - 30px);
  height: 30px;
  padding: 3px 5px;
}
.l-header form.form-ut-search input.c-button {
  width: 30px;
  height: 30px;
  background-size: 15px auto;
}

/* utility */

.l-header .p-main .p-utility-01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 7px;
  margin-bottom: 12px;
}
.l-header .p-main .p-utility-01 > div {
  margin-left: 20px;
}
.l-header .p-main .p-utility-01 .c-link-01 {
  margin-top: 6px;
}
.l-header .p-main .p-utility-01 .c-search {
  width: 300px;
  margin-top: 5px;
}
.l-header .p-main .p-utility-01 .c-link-02 {
  margin-top: 0px;
}
.l-header .p-main .p-utility-01 .c-link-02 img {
  width: 94px ; height: 40px;
  }

.l-header .p-main .p-utility-02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 0;
}
.l-header .p-main .p-utility-02 .c-language {
  display: flex;
  align-items: center;
  /* width: 210px; */
}

/* 834 */

@media only screen and (max-width: 834px) {
  .l-header .p-main {
    margin-left: 62%;
    margin-right: 0%;
  }
  .l-header .p-main .c-description {
    display: none;
  }
  .l-header .p-main .c-inquiry {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 5px;
  }
  .l-header .p-main .c-inquiry .c-phone {
    margin-bottom: 7px;
    padding-top: 5px;
  }
  .l-header .p-main .c-inquiry .text-ut-tel {
    padding-left: 32px;
  }
  .l-header .p-main .c-inquiry .text-ut-tel .tel {
    font-size: 1.6rem;
  }
  .l-header .p-main .c-inquiry .text-ut-tel:before {
    width: 24px;
    height: 24px;
    margin-top: -13px;
    background-size: 72% auto;
  }
  .l-header .p-main .c-inquiry .c-button {
    width: 180px;
    margin: 0;
  }
  .l-header .p-main .c-inquiry .c-button .btn-brocken {
    height: 30px;
  }
  .l-header .p-main .c-inquiry .c-button .btn-brocken:before {
    top: 3px;
  }
} /* 0 - 834 */

/* 640 */

@media only screen and (max-width: 640px) {
  .l-header .p-main {
    margin-left: 50%;
    margin-right: 0%;
  }
} /* 640 */

/* 480 */

@media only screen and (max-width: 480px) {
  .l-header .p-main {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
} /* 480 */

/* 568 */

@media only screen and (max-width: 568px) {
  .l-header .header-visual img {
    height: 100%;
  }
} /* 0 - 568 */


/* .l-header.type-compact
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.l-header.type-compact {
}
.l-header.type-compact .c-logo a {
  height: 130px;
}


/* .l-header-hero
- - - - - - - - - - - - - - - - - - - - - - - - - - - */
.l-header-hero {
  height:  400px;
  background: #fff;
  background: transparent url() repeat-y scroll center top;
  background-size: 100% auto;
}
.l-header-hero a:link     { text-decoration: none; }
.l-header-hero a:visited  { text-decoration: none; }
.l-header-hero a:hover    { text-decoration: none; }
.l-header-hero a:active   { text-decoration: none; }

.l-header-hero .in-header-hero  {
  position: relative;
  width: 980px; /* Page Width */
  margin: 0 auto;
}

/* logo */

.l-header-hero .c-logo {
  position: absolute;
  top: 5px;
  left: 5px;
}
.l-header-hero .c-logo a {
  display: block;
  width: auto;
  height: 60px;
}
.l-header-hero .c-logo a img {
  height: 100%;
}

/* 834 */

@media only screen and (max-width: 834px) {
  .l-header-hero .c-logo a {
    height: 48px;
  }
  .l-header-hero {
    height: 308px;
  }
  .l-header-hero .in-header-hero  {
    width: auto; /* Page Width */
  }
} /* 0 - 834px */


/* .l-nav-global
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.l-nav-global {
  position: relative;
  height: 60px;
  background: #ccc;
  /* border-bottom: solid 1px rgba(255, 255, 255, 1); */
}
.l-nav-global .in-nav-global {
  position: relative;
  width: 980px; /* Page Width */
  margin: 0 auto;
}
.l-nav-global ul:after {
  display: block;
  clear: both;
  content: '';
  overflow: hidden;
}
.l-nav-global ul li {
  background: none;
  padding-left: 0;
  margin-bottom: 0;
  /* font-family: "Shin Go Light"; */
}
.l-nav-global .in-nav-global > ul > li a img,
.l-nav-global .in-nav-global > ul > li > ul > li a img {
  width: 100%;
}
.l-nav-global .in-nav-global > ul {
  /* border-right: solid 1px #fff; */
}
.l-nav-global .in-nav-global > ul > li {
  position: relative;
  float  : left;
  display: block;
  /* border-right: solid 1px #fff; */
  font-size: 1.5rem;
  z-index: 1000;
}
.l-nav-global .in-nav-global > ul > li:first-child  {
  /* border-left: solid 1px #fff; */
}
.l-nav-global .in-nav-global > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px; /* %指定だとalign-itemsで効かない */
  padding-top: 3px;
  color: #222;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}
.l-nav-global .in-nav-global > ul > li > a:hover {
  background: #666;
  color: #fff;
  /* border-bottom: solid 1px  rgba(255, 255, 255, 1); */
}
.l-nav-global .in-nav-global > ul > li > a div {
}
.l-nav-global .in-nav-global > ul > li > a div span {
  display: block;
}
.l-nav-global .in-nav-global > ul > li > a div .main {
}
.l-nav-global .in-nav-global > ul > li > a div .sub {
  font-size: 1.2rem;
}

.l-nav-global .in-nav-global > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  width: 320px;
  /* border-top: solid 1px #3685c0; */
  z-index: 1100;
}
.l-nav-global .in-nav-global > ul > li > ul > li {
  background: #ccc;
}
.l-nav-global .in-nav-global > ul > li > ul > li > a {
  display: block;
  padding: 15px 10px 13px 30px;
  background: #ccc;
  color: #222;
  line-height: 1;
  text-align: left;
  text-decoration: none;
}
.l-nav-global .in-nav-global > ul > li > ul > li > a:hover {
  background: #666;
  color: #fff;
}
.l-nav-global .in-nav-global > ul > li > ul > li.list-indent > a {
  width: 270px;
  padding-left: 50px;
}
.l-nav-global .in-nav-global > ul > li > ul > li:last-child {
  padding-bottom: 13px;
}


.l-nav-global .p-nav-global-mega {
  display: none;
  position: absolute;
  left: 0;
  /* top: 0; */
  width: 100%;
  background: #eee;
  z-index: 1000;
}
.p-nav-global-mega .in-nav-global-mega {
  position: relative;
  width: 980px; /* Page Width */
  min-height: 100px;
  margin: 0 auto;
  background: #ddd;
}

/* is-fiexd */

body.is-fixed .l-page .l-header {
  margin-bottom: 60px;
}
body.is-fixed .l-page .l-nav-global {
  position: fixed;
  width: 100%;
  height: 40px;
  left: 0;
  top: -40px;
  z-index: 1000;
}

body.is-fixed .l-page .l-nav-global .in-nav-global > ul > li {
  height: 40px;
}
body.is-fixed .l-page .l-nav-global .in-nav-global > ul > li > a {
  display: block;
  height: 40px;
  padding-top: 9px;
  overflow: hidden;
}
body.is-fixed .l-page .l-nav-global .in-nav-global > ul > li > a > img {
  margin-top: -10px;
}
body.is-fixed .l-page .l-nav-global .in-nav-global > ul > li > ul {
  top: 40px;
}


/* .l-nav-global.type-compact
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.l-nav-global.type-compact {
  background: none;
  border-bottom: solid 2px #ccc;
}
.l-nav-global.type-compact .in-nav-global {
}
.l-nav-global.type-compact .in-nav-global > ul {
  position: absolute;
  right: 0;
  width: 640px;
  margin-left: 0;
  margin-right: 0;
}


/* .l-breadcrumb
- - - - - - - - - - - - - - - - - - - - - - - - - - - */
.l-breadcrumb {
  clear: both;
  position: relative;
  width: 980px; /* Page Width */
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-breadcrumb:after { /* clearfix */
  display: block;
  clear: both;
  content: '';
  overflow: hidden;
}

@media only screen and (max-width: 834px) {
  .l-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
} /* 0 - 834px */


/* .l-main-visual
- - - - - - - - - - - - - - - - - - - - - - - - - - - */
.l-main-visual {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  background: #f0f0f0;
}
.l-main-visual .in-main-visual {
  width: 980px;
  margin: 0 auto;
}
.l-main-visual.type-bg-image {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.l-main-visual.type-bg-image h1.heading {
  font-size: 3.2rem;
}


@media only screen and (max-width: 834px) {
  .l-main-visual {
  }
  .l-main-visual .pic > img {
    width: 100%;
  }
} /* 0 - 834px */


/* .l-main-title
- - - - - - - - - - - - - - - - - - - - - - - - - - - */
.l-main-title {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  background: #eee;
}
.l-main-title .in-main-title {
  width: 980px;
  margin: 0 auto;
}
.l-main-title .in-main-title .heading {
  padding: 25px 0 20px 0;
  font-size: 3.0rem;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .l-main-title {
  }
} /* 0 - 834px */


/* .l-container
- - - - - - - - - - - - - - - - - - - - - - - - - - - */


.l-nav-global + .l-container {
  margin-top: 56px;
}

.l-container {
  clear: both;
  position: relative;
}
.l-container .in-container {
  width: 980px; /* Page Width */
  margin: 0 auto;
  /* padding-top: 24px; */
}
.l-container .in-container:after { /* clearfix */
  display: block;
  clear: both;
  content: '';
  overflow: hidden;
}
.l-nav-global + .l-container .in-container {
  /* padding-top: 56px; */
}
.l-container .l-main {
  padding-bottom: 48px;
}

@media only screen and (max-width: 834px) {
} /* 0 - 834px */


/* .l-bottom
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.l-bottom {
  clear: both;
  background: #ccc;
}
.l-bottom .in-bottom {
  width: 980px; /* Page Width */
  margin: 0 auto;
  padding: 40px 0;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-bottom .in-bottom > *:last-child {
  margin-bottom: 0px;
}
.l-bottom .in-bottom .row-ut > ul > li > *:last-child {
  margin-bottom: 0px;
}

.l-bottom .in-bottom h2.heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-bottom .in-bottom .c-list-link {
  margin-bottom: 24px;
}
.l-bottom .in-bottom .c-list-link li {
  padding-left: 10px;
}
.l-bottom .in-bottom .c-list-link li a {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
}


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

.l-footer {
  clear: both;
  background: #f3f3f3;
}
.l-footer .in-footer {
  width: 980px; /* Page Width */
  margin: 0 auto;
  padding: 40px 0 20px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* logo */

.l-footer .c-logo {
  width: 160px;
  margin-left: 20px;
}
.l-footer .c-logo img {
  width: 100%;
}

/* main */

.l-footer .p-main {
  width: calc(100% - 180px);
}
.l-footer .p-main .c-inquiry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.l-footer .p-main .c-inquiry .c-phone {
  width: 50%;
}
.l-footer .p-main .c-inquiry .c-button {
  display: flex;
  align-items: center;
  width: 50%;
}

.l-footer .p-main .c-description {
  font-size: 1.3rem;
}

.l-footer .p-utility-full {
  width: 100%;
  margin-bottom: 40px;
}


/* copyright */

.l-footer .c-copyright {
  width: 100%;
  margin-top: 16px;
  font-size: 1.2rem;
  text-align: center;
}

@media only screen and (max-width: 834px) {
} /* 0 - 834px */

@media only screen and (max-width: 768px) {
  .l-footer .p-main .c-inquiry .c-phone {
    width: 100%;
    margin-bottom: 24px;
  }
  .l-footer .p-main .c-inquiry .c-button {
    width: 100%;
  }
} /* 0 - 768px */

@media only screen and (max-width: 424px) {
  .l-footer .p-main {
    width: 100%;
    margin-bottom: 24px;
  }
  .l-footer .c-logo {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .l-footer .c-logo img {
    width: 50%;
  }
} /* 0 - 424px */


/* Column Type
= = = = = = = = = = = = = = = = = = = = = = = = = = */

body.column-one .l-main {
  width: 100%;
  /* min-height: 400px; main-visualの見出しで使う場合あるから */
}

body.column-medium .l-main {
  width: 720px;
  margin: 0 auto;
}

body.column-medium-a .l-main {
  width: 900px;
  margin: 0 auto;
}

body.column-left-nav .l-main {
  float: right;
  width: 690px;
  min-height: 700px;
}
body.column-left-nav .l-sub {
  float: left;
  width: 250px;
}

body.column-right-nav .l-main {
  float: left;
  width: 690px;
  margin-right: 40px;
}
body.column-right-nav .l-sub {
  float: left;
  width: 250px;
  background: #eee;
}
@media only screen and (max-width: 834px) {
  .l-page .l-container .l-main {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .l-page .l-container .l-sub {
    width: 100%;
    min-height: auto;
  }
  .l-bottom .in-bottom,
  .l-footer .in-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
} /* 0 - 834px */


/* Component
= = = = = = = = = = = = = = = = = = = = = = = = = = */


/* Project
= = = = = = = = = = = = = = = = = = = = = = = = = = */




/* Utility
= = = = = = = = = = = = = = = = = = = = = = = = = = */

/* .u-btn-mobile-menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.u-btn-mobile-menu {
  display: none;
  position:  absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  color: #000;
  text-align: center;
  z-index: 9990;
}
.u-btn-mobile-menu a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(60,60,60,0.2) url(ico/ico_menu-02_black.svg) no-repeat scroll center center;
  background-size: 80% auto;
}
.u-btn-mobile-menu a:link,
.u-btn-mobile-menu a:visited,
.u-btn-mobile-menu a:hover,
.u-btn-mobile-menu a:active {
  color: #000;
}

@media only screen and (max-width: 834px) {
  .u-btn-mobile-menu {
    display: block;
  }
}


/* .u-go-pagetop
- - - - - - - - - - - - - - - - - - - - - - - - - - - */
.u-go-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 62px;
  text-align: center;
  z-index: 9990;
}
.u-go-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(60,60,60,0.2) url(ico/ico_pagetop-01.png) no-repeat center center;
  background-size: 100% auto;
}


/* Responsive
= = = = = = = = = = = = = = = = = = = = = = = = = = */


/* 834px以下
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (max-width: 834px) {
  .l-page {
    padding: 0;
  }
  .l-header .in-header,
  .l-breadcrumb,
  .l-main-visual .in-main-visual,
  .l-main-title .in-main-title,
  .l-container,
  .l-bottom .in-bottom,
  .l-footer .in-footer {
    width: 100%;
  }
  .l-nav-global {
    display: none;
  }
  .l-page .l-main {
    float: none;
    width: 100%;
  }
} /* 0 - 834px */


/* 640px以下
- - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 640px) {
  .l-page .l-main {
    padding-left: 10px;
    padding-right: 10px;
  }
} /* 0 - 640px */


/* @media print
= = = = = = = = = = = = = = = = = = = = = = = = = = */


@media print {

  /* ie6, 7 */
  html, body {
    /zoom:0.7;
  }
  /* ie8 */
  html, body {
    zoom:0.7\9;
  }
  /* ie9 */
  html:not(:target) {
    zoom:1\9;
  }
  body:not(:target) {
    zoom:1\9;
  }

  .u-btn-mobile-menu {
    display: none;
  }

/*
  .nav-global,
  .main_visual,
  .l-header {
    display: none;
  }

  .l-footer .in-footer,

  .l-footer {
    width: 670px;
    margin-left: auto;
    margin-right: auto;
  }

  .l-footer .in-footer {
    padding: 0;
    text-align: center;
    background: #fff;
    color: #000;
  }
}
*/
} /* @media print */

