@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  word-wrap: break-word;
}

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 {
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  padding-bottom: 70px;
  overflow: hidden;
  font-family: Noto Serif JP;
}

#contents {
  width: 100%;
  max-width: 1220px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  font-size: 13px;
  color: #333;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu a {
  color: #333;
  text-decoration: none;
}

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

.breadcrumb {
  text-align: right;
}

.breadcrumb li {
  display: inline-block;
}

.policy h2 {
  margin: 50px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #333;
}

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

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: underline;
  -webkit-transition: all .8s;
  transition: all .8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  font-family: Noto Serif JP;
}

header#global_header section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 20px;
}

header#global_header section .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 834px) {
  header#global_header section .header_right {
    margin-right: 60px;
  }
}

header#global_header section .header_right p {
  font-size: 16px;
}

@media only screen and (max-width: 834px) {
  header#global_header section .header_right nav {
    display: none;
  }
}

header#global_header section .header_right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 490px;
}

header#global_header section .header_right nav ul li a {
  text-decoration: none;
  color: #333;
}

#mainArea {
  position: relative;
}

#mainArea:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 200px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}

@media only screen and (max-width: 834px) {
  #mainArea:before {
    border-width: 30px 60px 0 0;
  }
}

#mainArea:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 200px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 8;
}

@media only screen and (max-width: 834px) {
  #mainArea:after {
    border-width: 0 0 30px 60px;
  }
}

#mainArea ul button {
  display: none !important;
}

#mainArea ul li {
  outline: none;
}

#mainArea ul li img {
  margin: 0 auto;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  #global_header .sp_fixed .linkTel {
    width: 100%;
    position: fixed;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    z-index: 1000000000000;
  }
}

#global_header .sp_fixed .linkTel a {
  color: #333;
}

@media only screen and (max-width: 834px) {
  #global_header .sp_fixed .linkTel a {
    background: #3b3023;
    color: #fff;
    display: block;
    z-index: 1000000000000;
    padding: 13px;
  }
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}

@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 25px;
    right: 20px;
    height: 32px;
    z-index: 999999999 !important;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #33291c;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_footer #fot_nav ul {
    z-index: 999;
  }
  /* nav */
  #global_footer #fot_nav ul {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 !important;
    background: #333;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  #global_footer #fot_nav ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    list-style: none;
  }
  #global_footer #fot_nav ul ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_footer #fot_nav ul ul li a {
    display: block;
    padding: 3% !important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    font-size: 22px !important;
    text-align: left;
    color: #333 !important;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #global_footer #fot_nav ul ul li a {
    padding: 4% !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 834px) {
  #global_footer #fot_nav ul ul li:first-of-type a {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
  .open #global_footer #fot_nav ul {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.open nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

#gnavi .hov {
  position: relative;
  padding: 5px;
  cursor: pointer;
}

#gnavi .sub {
  position: absolute;
  top: 30px;
  width: 170px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #33291c;
}

@media only screen and (max-width: 834px) {
  #gnavi .sub {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
            transform: inherit;
    width: 100%;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

#gnavi .sub li {
  border: none;
  line-height: 1.3;
  width: 100%;
}

#gnavi .sub li:last-of-type {
  border-bottom: 0;
}

#gnavi .sub li:before {
  content: none;
}

#gnavi .sub li:after {
  content: none;
}

#gnavi .sub li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  font-size: 14px;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  font-size: 13px;
  font-family: Noto Serif JP;
}

footer#global_footer #fot_nav {
  background: #3b3023;
  padding: 54px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #fot_nav {
    padding: 0;
  }
}

footer#global_footer #fot_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #fot_nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer#global_footer #fot_nav ul li a {
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #fot_nav ul li a {
    padding: 10px;
    display: block;
    border: 1px solid #fff;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer#global_footer #fot_nav ul li a span {
  display: block;
}

footer#global_footer .foot_add {
  background: #33291c;
  padding-top: 20px;
  line-height: 1.8;
}

footer#global_footer .foot_add address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .foot_add address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .foot_add address .siteID {
    margin-bottom: 20px;
  }
}

footer#global_footer .foot_add address .foot_address {
  color: #fff;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .foot_add address .foot_address {
    text-align: center;
  }
}

footer#global_footer .foot_add address .foot_address .fonts_ch01 {
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .foot_add address .foot_address .fonts_ch01 {
    font-size: 14px;
  }
}

footer#global_footer .foot_add address .foot_address .fonts_ch02 {
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .foot_add address .foot_address .fonts_ch02 {
    font-size: 13px;
  }
}

footer#global_footer .foot_add address .foot_address .foot_contact .linkTel a {
  color: #fff;
}

#copy {
  display: block;
  background: #33291c;
  color: #fff;
  font-size: 13px;
  padding: 25px 0 15px;
}

@media only screen and (max-width: 834px) {
  #copy {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 640px) {
  #copy {
    font-size: 12px;
  }
}

#copy a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

@media only screen and (max-width: 640px) {
  #copy a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 834px) {
  #fot_nav ul {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  #fot_nav ul li {
    margin-bottom: 10px;
    width: 44%;
    margin-right: 0 !important;
  }
  #fot_nav ul li:first-child {
    margin-right: 10px !important;
  }
  #fot_nav ul li:nth-of-type(3) {
    margin-right: 10px !important;
  }
  #fot_nav ul li:nth-of-type(6) {
    margin-right: 10px !important;
  }
  #fot_nav ul li:nth-of-type(8) {
    margin-right: 10px !important;
  }
  #fot_nav ul li:nth-of-type(10) {
    margin-right: 10px !important;
  }
}

#global_footer .rec .hov {
  color: #fff;
  position: relative;
  padding: 5px;
  cursor: pointer;
}

@media only screen and (max-width: 834px) {
  #global_footer .rec .hov {
    display: none;
  }
}

#fot_nav .sub {
  position: absolute;
  top: 30px;
  width: 150px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #33291c;
}

@media only screen and (max-width: 834px) {
  #fot_nav .sub {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
            transform: inherit;
    width: 100%;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

#fot_nav .sub li {
  border: none;
  line-height: 1.3;
  width: 100%;
}

#fot_nav .sub li:last-of-type {
  border-bottom: 0;
}

#fot_nav .sub li:before {
  content: none;
}

#fot_nav .sub li:after {
  content: none;
}

#fot_nav .sub li a {
  display: block;
  padding: 15px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  font-size: 14px;
}

.hov03 {
  display: none;
}

@media only screen and (max-width: 834px) {
  .hov03 {
    display: block;
  }
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.title01 {
  position: relative;
  margin-bottom: 70px;
  padding-left: 160px;
}

@media only screen and (max-width: 1000px) {
  .title01 {
    padding-left: 50px;
    margin-bottom: 30px;
  }
}

.title01:before {
  position: absolute;
  content: "";
  background-image: url(../images/contents/titlebd.png);
  width: 60px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 80px;
  background-color: #333;
}

@media only screen and (max-width: 1000px) {
  .title01:before {
    left: -20px;
  }
}

@media only screen and (max-width: 834px) {
  .title01:before {
    left: -13px;
    width: 50px;
  }
}

.title01 h2 {
  font-size: 35px;
}

@media only screen and (max-width: 1300px) {
  .title01 h2 {
    font-size: 30px;
  }
}

.title01 h2 .titclch {
  font-size: 50px;
  color: #03b3f5;
}

@media only screen and (max-width: 1300px) {
  .title01 h2 .titclch {
    font-size: 45px;
  }
}

.title01 h2 .titsizech {
  font-size: 15px;
  margin-left: 20px;
}

.title01ch {
  position: relative;
  margin-bottom: 70px;
  padding-left: 160px;
}

@media only screen and (max-width: 834px) {
  .title01ch {
    padding-left: 60px !important;
    margin-bottom: 30px;
  }
}

.title01ch:before {
  position: absolute;
  content: "";
  background-image: url(../images/contents/titlebd.png);
  width: 60px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 80px;
  background-color: #333;
}

@media only screen and (max-width: 834px) {
  .title01ch:before {
    left: 6px;
    width: 50px;
  }
}

.title01ch h2 {
  font-size: 35px;
}

@media only screen and (max-width: 1300px) {
  .title01ch h2 {
    font-size: 30px;
  }
}

.title01ch h2 .titclch {
  font-size: 50px;
  color: #03b3f5;
}

@media only screen and (max-width: 1300px) {
  .title01ch h2 .titclch {
    font-size: 45px;
  }
}

.title01ch h2 .titsizech {
  font-size: 15px;
  margin-left: 20px;
}

.textps01 {
  position: relative;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.textps01 .txt_rl {
  position: absolute;
  top: 200px;
  right: 10%;
  width: 24%;
}

@media only screen and (max-width: 1600px) {
  .textps01 .txt_rl {
    width: 30%;
    top: 100px;
  }
}

@media only screen and (max-width: 1500px) {
  .textps01 .txt_rl {
    top: 50px;
    right: 3%;
    width: 35%;
  }
}

@media only screen and (max-width: 1300px) {
  .textps01 .txt_rl {
    width: 35%;
    right: 10%;
  }
}

@media only screen and (max-width: 1000px) {
  .textps01 .txt_rl {
    top: 0;
    right: 10%;
  }
}

@media only screen and (max-width: 834px) {
  .textps01 .txt_rl {
    width: 100%;
    padding: 20px;
    position: static;
  }
}

.btn01 {
  width: 68%;
}

@media only screen and (max-width: 1300px) {
  .btn01 {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 834px) {
  .btn01 {
    width: 200px;
  }
}

.btn01 div {
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  position: relative;
}

.btn01 div:before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.btn01 div a {
  text-decoration: none;
  color: #333;
  display: block;
}

.title02_11 {
  width: 100%;
}

.title02_11 h3 {
  font-size: 26px;
  margin-bottom: 55px;
}

@media only screen and (max-width: 1300px) {
  .title02_11 h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1000px) {
  .title02_11 h3 {
    font-size: 18px;
  }
}

.title02_11 h3 .spblk {
  display: block;
}

.title02_11 div {
  font-size: 13px;
}

.borderbg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media only screen and (max-width: 1300px) {
  .borderbg {
    margin-top: 190px !important;
  }
}

@media only screen and (max-width: 834px) {
  .borderbg {
    margin-top: 50px !important;
  }
}

.borderbg img {
  width: 100% !important;
}

.borderbg02 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.borderbg02 img {
  width: 100% !important;
}

@media only screen and (max-width: 1500px) {
  .borderbg02 {
    margin-bottom: 10px;
  }
}

.tb01 {
  padding-bottom: 295px;
}

@media only screen and (max-width: 834px) {
  .tb01 {
    padding-bottom: 0;
  }
}

.tb01 table tr:nth-of-type(2) td:first-child {
  text-align: right !important;
}

.tb01 .btn_tb {
  position: relative;
}

.tb01 .btn_tb h2 {
  position: absolute;
  bottom: 40px;
  left: 10%;
}

@media only screen and (max-width: 834px) {
  .tb01 .btn_tb h2 {
    position: static;
    text-align: center;
  }
}

.tb01 .tbptn {
  position: relative;
}

.tb01 .tbptn div {
  position: absolute;
  bottom: 22px;
  right: 36px;
  width: 131px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tb01 .tbptn div {
    bottom: 20px;
    right: 20px;
    width: 110px;
  }
}

@media only screen and (max-width: 640px) {
  .tb01 .tbptn div {
    bottom: 10px;
    right: 10px;
    width: 100px;
  }
}

.tb01 .tbptn div a {
  display: block;
}

.btn_tb h2 {
  font-size: 30px;
  line-height: 1;
}

.btn_tb h2 .titclch {
  font-size: 50px;
  color: #03b3f5;
}

@media only screen and (max-width: 834px) {
  .btn_tb h2 .titclch {
    font-size: 40px;
  }
}

.btn_tb h2 .titsizech {
  font-size: 15px;
  margin-left: 20px;
  margin-top: 15px;
}

@media only screen and (max-width: 834px) {
  .btn_tb h2 .titsizech {
    display: block;
    font-size: 13px;
    margin-left: 0;
  }
}

.tb01 table tr td {
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .tb01 table tr td {
    margin-bottom: 20px !important;
  }
}

.textps02 {
  position: relative;
}

.textps02 .title02 {
  position: absolute;
  top: 200px;
  left: 400px;
}

.textps02 .title02 h2 {
  font-size: 35px;
}

.textps02 .title02 h2 .titclch {
  font-size: 50px;
  color: #03b3f5;
}

.textps02 .title02 h2 .titsizech {
  font-size: 15px;
  margin-left: 20px;
}

.contentsbg01 {
  background: #f3f3f3 !important;
  position: relative;
  padding: 50px 0;
}

@media only screen and (max-width: 834px) {
  .contentsbg01 {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 640px) {
  .contentsbg01 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.btn02 {
  position: absolute;
  width: 21.89%;
  bottom: 195px;
  right: 407px;
}

@media only screen and (max-width: 834px) {
  .btn02 {
    position: static;
    width: 200px;
    padding-left: 20px;
  }
}

.btn02 div {
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  position: relative;
}

.btn02 div:before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.btn02 div a {
  text-decoration: none;
  color: #333;
  display: block;
}

.creation_img img {
  width: 60% !important;
}

@media only screen and (max-width: 1300px) {
  .creation_img img {
    width: 50% !important;
  }
}

@media only screen and (max-width: 834px) {
  .creation_img img {
    width: 90% !important;
    max-width: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .creation_img img {
    float: left;
  }
}

.contentsbg02 {
  background: #3b3023;
  color: #fff;
  position: relative;
  padding-top: 215px;
  padding-bottom: 50px;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  position: relative;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contentsbg02 {
    padding-top: 115px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 640px) {
  .contentsbg02 {
    position: static;
    padding-top: 50px;
  }
}

.contentsbg02 .boxall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translatex(-50%) translateY(-50%);
          transform: translatex(-50%) translateY(-50%);
  left: 50%;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .contentsbg02 .boxall {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    -webkit-transform: initial;
            transform: initial;
  }
}

.contentsbg02 .boxall .box1 {
  width: 48%;
}

@media only screen and (max-width: 640px) {
  .contentsbg02 .boxall .box1 {
    width: 100%;
  }
}

.contentsbg02 .boxall .box2 {
  width: 48%;
}

@media only screen and (max-width: 640px) {
  .contentsbg02 .boxall .box2 {
    width: 100%;
    margin-top: 20px;
  }
}

.btn03 {
  width: 100%;
  bottom: -50px;
  right: 407px;
  padding-left: 70px;
}

@media only screen and (max-width: 1500px) {
  .btn03 {
    width: 75%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .btn03 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .btn03 {
    width: 75%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .btn03 {
    width: 200px;
  }
}

.btn03 div {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  position: relative;
}

.btn03 div:before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.btn03 div a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.title02 h2 {
  font-size: 35px;
}

.title02 h2 .titclch {
  font-size: 50px;
  color: #03b3f5;
}

.title02 h2 .titsizech {
  font-size: 15px;
}

.title03 {
  position: relative;
}

.title03:before {
  position: absolute;
  content: "";
  background-image: url(../images/contents/titlebg02.png);
  width: 60px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #333;
}

@media only screen and (max-width: 834px) {
  .title03:before {
    content: none;
  }
}

.title03 h2 {
  font-size: 35px;
  padding-left: 75px;
}

@media only screen and (max-width: 834px) {
  .title03 h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .title03 h2 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .title03 h2 {
    text-align: center !important;
  }
}

.title03 h2 .titclch {
  font-size: 50px;
  color: #03b3f5;
}

@media only screen and (max-width: 834px) {
  .title03 h2 .titclch {
    font-size: 40px;
  }
}

.title03 h2 .titsizech {
  font-size: 15px;
  margin-left: 20px;
}

.title04 {
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .title04 {
    margin-bottom: 15px;
  }
}

.title04 h2 {
  font-size: 35px;
  text-align: center !important;
}

@media only screen and (max-width: 834px) {
  .title04 h2 {
    font-size: 30px;
  }
}

.title04 h2 .titclch {
  font-size: 50px;
  color: #03b3f5;
}

@media only screen and (max-width: 834px) {
  .title04 h2 .titclch {
    font-size: 40px;
  }
}

.title04 h2 .titsizech {
  font-size: 15px;
  display: block;
  margin-top: 15px;
}

.indfl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 834px) {
  .indfl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.indfl .title04 {
  width: 27%;
}

@media only screen and (max-width: 1150px) {
  .indfl .title04 {
    width: 30%;
  }
}

@media only screen and (max-width: 834px) {
  .indfl .title04 {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 834px) {
  .indfl .title04 h2 {
    padding-left: 0;
  }
}

.indfl .indtbl {
  width: 60%;
  max-height: 250px;
  overflow-x: auto;
  padding-right: 20px;
}

@media only screen and (max-width: 1150px) {
  .indfl .indtbl {
    width: 80%;
  }
}

@media only screen and (max-width: 834px) {
  .indfl .indtbl {
    width: 100%;
  }
}

.indfl .indtbl dl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media only screen and (max-width: 640px) {
  .indfl .indtbl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.indfl .indtbl dl dt {
  border: none !important;
  background: none !important;
}

@media only screen and (max-width: 640px) {
  .indfl .indtbl dl dt {
    width: 100% !important;
  }
}

.indfl .indtbl dl dd {
  font-size: 13px;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .indfl .indtbl dl dd {
    width: 100% !important;
  }
}

.indfl .indtbl dl dd .fsch01 {
  font-size: 20px;
  margin-bottom: 30px;
}

.title05 {
  line-height: 1;
}

.title05 h2 {
  font-size: 35px;
  color: #fff;
}

.title05 h2 .titclch {
  font-size: 50px;
  color: #03b3f5;
}

.title05 h2 .titsizech {
  font-size: 15px;
  display: block;
  color: #fff;
  margin: 15px 0 25px;
}

.contactbg {
  padding: 36px 0 65px;
  background-size: cover;
}

.contactbg .contactbg_01 {
  background: rgba(18, 18, 18, 0.8);
  width: 52%;
  margin: 0 auto;
  color: #fff;
  padding: 50px;
}

@media only screen and (max-width: 1500px) {
  .contactbg .contactbg_01 {
    width: 80%;
  }
}

@media only screen and (max-width: 1000px) {
  .contactbg .contactbg_01 {
    width: 90%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contactbg .contactbg_01 {
    width: 80%;
  }
}

@media only screen and (max-width: 640px) {
  .contactbg .contactbg_01 {
    width: 90%;
    padding: 20px;
  }
}

.contactbg .contactbg_01 .indfl02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .contactbg .contactbg_01 .indfl02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 640px) {
  .contactbg .contactbg_01 .indfl02 {
    line-height: 2;
  }
}

.contactbg .contactbg_01 .indfl02 .box {
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .contactbg .contactbg_01 .indfl02 .box {
    width: 100%;
  }
}

.contactbg .contactbg_01 .indfl02 .box span {
  display: block;
}

.contactbg .contactbg_01 .indfl02 .box .fc01 {
  font-size: 23px;
}

@media only screen and (max-width: 640px) {
  .contactbg .contactbg_01 .indfl02 .box .fc01 {
    font-size: 20px;
  }
}

.contactbg .contactbg_01 .indfl02 .box .fc02 {
  line-height: 1.2;
}

.contactbg .contactbg_01 .indfl02 .box .fc02 a {
  font-size: 35px;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .contactbg .contactbg_01 .indfl02 .box .fc02 a {
    font-size: 26px;
  }
}

.contactbg .contactbg_01 .indfl02 .box .fc03 {
  font-size: 16px;
  margin-top: 10px;
}

.contactbg .contactbg_01 .indfl02 .box .fc04 {
  font-size: 21px;
}

@media only screen and (max-width: 640px) {
  .contactbg .contactbg_01 .indfl02 .box .fc04 {
    font-size: 20px;
  }
}

.contactbg .contactbg_01 .indfl02 .box .btn {
  margin: 11px auto;
  width: 59.4% !important;
}

.contactbg .contactbg_01 .indfl02 .box .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #0884b1;
  padding: 15px 0;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .contactbg .contactbg_01 .indfl02 .box .btn a {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .indfl02 .box:first-child {
    margin-bottom: 20px;
  }
}

/* ------------------------------------------------------------
voice.html
------------------------------------------------------------ */
.h1bg {
  background: url(../images/contents/23926425_M.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 30px;
}

.h1bg .h1tit h1 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
}

.title10 h2 {
  background: #f3f3f3;
  padding: 1.3em 1em;
  padding-left: 2em;
  position: relative;
  border: 1px solid #ccc;
  font-size: 20px;
}

@media only screen and (max-width: 400px) {
  .title10 h2 {
    font-size: 19px;
  }
}

.title10 h2:before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 15px;
  border-radius: 500px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #33291c;
}

@media only screen and (max-width: 640px) {
  .title10 .blk05 {
    display: block;
  }
}

.company_imgtxt {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .company_imgtxt {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.company_imgtxt .box:first-child {
  width: 55%;
}

@media only screen and (max-width: 834px) {
  .company_imgtxt .box:first-child {
    width: 100%;
  }
}

.company_imgtxt .box:last-child {
  width: 40% !important;
}

@media only screen and (max-width: 834px) {
  .company_imgtxt .box:last-child {
    width: 100% !important;
    margin-bottom: 15px;
    text-align: center;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .company_imgtxt .box:last-child img {
    width: 80% !important;
    height: 320px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 640px) {
  .company_imgtxt .box:last-child img {
    width: 80% !important;
    height: 250px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.gmap iframe {
  width: 100% !important;
}

.company_dl {
  margin-bottom: 50px;
}

.company_dl dl {
  border-bottom: 1px solid #ccc;
  padding: 10px !important;
}

@media only screen and (max-width: 834px) {
  .company_dl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company_dl dl dt {
  border: none !important;
  background: none !important;
}

@media only screen and (max-width: 834px) {
  .company_dl dl dt {
    width: 100% !important;
    background: #f3f3f3 !important;
  }
}

.company_dl dl dd {
  border: none !important;
}

@media only screen and (max-width: 834px) {
  .company_dl dl dd {
    width: 100% !important;
  }
}

.company_dl dl dd .linkTel a {
  text-decoration: none;
  color: #333;
}

.textarea textarea {
  height: 100px;
}

/* ------------------------------------------------------------
recruit.html
------------------------------------------------------------ */
.recruit_btn {
  width: 200px;
  margin: 0 auto;
}

.recruit_btn a {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  text-decoration: none;
  color: #000;
  padding: 10px 5px;
  display: block;
  text-align: center;
  position: relative;
}

.recruit_btn a:hover {
  color: #fff;
  background: #000;
}

.recruit_btn a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  font-weight: bold;
}

.recruit_btn3 {
  width: 250px;
  margin: 55px auto 80px 0 !important;
}

.recruit_btn3 a {
  padding: 20px;
}

.recruit_fonnum .linkTel {
  font-size: 25px;
}

.recruit_fonnum .linkTel a {
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

/* ------------------------------------------------------------
product.html
------------------------------------------------------------ */
.h3tit h2, .h3tit h3 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.h3tit h2:before, .h3tit h3:before {
  content: "□";
  position: absolute;
  left: 0;
  top: -3px;
}

.h3tit h2:after, .h3tit h3:after {
  content: "□";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #A1B8D1;
}

.producttb01 table tr td {
  border: none !important;
  padding: 5px !important;
}

.h4tit h4 {
  font-size: 18px;
  font-weight: bold;
}

.producttb02 table {
  table-layout: auto;
}

.producttb02 table tr:first-child {
  background: #f3f3f3;
}

.producttb02 table tr td {
  text-align: center !important;
  padding: 15px !important;
}

.product_txt10 .product_txt01 {
  font-size: 50px;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .product_txt10 .product_txt01 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .product_txt10 .product_txt01 {
    text-align: center !important;
    font-size: 36px;
  }
}

.product_txt10 .product_txt02 {
  font-size: 19px;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .product_txt10 .product_txt02 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .product_txt10 .product_txt02 {
    text-align: center !important;
  }
}

.product_txt10 .product_txt03 {
  font-size: 45px;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .product_txt10 .product_txt03 {
    font-size: 33px;
  }
}

@media only screen and (max-width: 640px) {
  .product_txt10 .product_txt03 {
    text-align: center !important;
    font-size: 36px;
  }
}

.productflimgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .productflimgtxt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.productflimgtxt .product_txt10 {
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .productflimgtxt .product_txt10 {
    text-align: center;
    width: 80%;
  }
}

.productflimgtxt .product_txt10 .product_txt01 {
  line-height: 1.3;
}

.productflimgtxt .product_txt10 .recruit_btn {
  margin-top: 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .productflimgtxt .flimg {
    width: 60%;
  }
}

@media only screen and (max-width: 640px) {
  .productflimgtxt .flimg {
    margin-top: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .productflimgtxt .flimg img {
    max-width: 90% !important;
  }
}

.productflimgtxt .btn01 {
  margin: 0 !important;
  margin-top: 30px !important;
}

@media only screen and (max-width: 640px) {
  .productflimgtxt .btn01 {
    margin: 0 auto !important;
    text-align: center !important;
  }
}

@media only screen and (max-width: 640px) {
  .productflimgtxt .btn01 a {
    line-height: 2;
  }
}

.btn10 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn10 ul li {
  width: 23%;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn10 ul li:nth-of-type(5) {
  margin-top: 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .btn10 ul li {
    width: 24%;
  }
}

@media only screen and (max-width: 640px) {
  .btn10 ul li {
    width: 49%;
  }
  .btn10 ul li:nth-of-type(n + 3) {
    margin-top: 15px;
  }
}

.btn10 ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 8px 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .btn10 ul li a {
    font-size: 15px;
  }
}

.productfl_img {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .productfl_img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.productfl_img .box {
  width: 15%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .productfl_img .box {
    width: 30%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .productfl_img .box {
    width: 48%;
    margin-bottom: 15px;
  }
}

.productfl_img .box div {
  text-align: center;
}

.productfl_imgch {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productfl_imgch .box {
  width: 19%;
  margin-right: 1%;
}

.productfl_imgch .box:nth-of-type(5n) {
  margin-right: 0;
}

@media only screen and (max-width: 834px) {
  .productfl_imgch .box:nth-of-type(5n) {
    margin-right: 1%;
  }
}

.productfl_imgch .box:nth-of-type(n + 6) {
  margin-top: 20px;
}

@media only screen and (max-width: 834px) {
  .productfl_imgch .box:nth-of-type(n + 6) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 834px) {
  .productfl_imgch .box {
    width: 32%;
  }
  .productfl_imgch .box:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 834px) and (max-width: 500px) {
  .productfl_imgch .box:nth-of-type(3n) {
    margin-right: 1% !important;
  }
}

@media only screen and (max-width: 834px) {
  .productfl_imgch .box:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 834px) and (max-width: 500px) {
  .productfl_imgch .box:nth-of-type(n + 4) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 500px) {
  .productfl_imgch .box {
    width: 49%;
  }
  .productfl_imgch .box:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .productfl_imgch .box:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.productfl_imgch .box h3 {
  display: none;
}

.productfl_imgch .box div {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .productfl_imgch .box div {
    font-size: 14px;
  }
}

.productfl_img h3 {
  display: none;
}

.h4tit h4 {
  margin-bottom: 15px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .productimg05 img {
    max-width: 100% !important;
  }
}

.titlekcp {
  text-align: center;
}

.titlekcp h2 {
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .titlekcp h2 {
    padding: 0 40px;
    font-size: 4.5vw;
  }
}

.titlekcp h2:before, .titlekcp h2:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 70px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

@media only screen and (max-width: 640px) {
  .titlekcp h2:before, .titlekcp h2:after {
    width: 25px;
  }
}

.titlekcp h2:before {
  left: -30px;
}

@media only screen and (max-width: 640px) {
  .titlekcp h2:before {
    left: 0;
  }
}

.titlekcp h2:after {
  right: -30px;
}

@media only screen and (max-width: 640px) {
  .titlekcp h2:after {
    right: 0;
  }
}

.titlekcp h2 .textsz {
  font-size: 46px;
}

@media only screen and (max-width: 640px) {
  .titlekcp h2 .textsz {
    font-size: 30px;
  }
}

@media only screen and (max-width: 834px) {
  .titlekcp h2 .blk05 {
    display: block;
  }
}

/* ------------------------------------------------------------
product2.html
------------------------------------------------------------ */
.product2fle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product2fle01 .box {
  width: 32%;
}

.product2fle02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product2fle02 .box {
  width: 32%;
}

.productfl_img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productfl_img01 .box {
  width: 31%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .productfl_img01 .box {
    width: 48%;
  }
  .productfl_img01 .box:last-child {
    margin-top: 15px;
  }
}

.productfl_img01 .box h3 {
  display: none;
}

.productfl_img01 .box div {
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .productfl_img01 .box div {
    font-size: 3.2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .productfl_img01 .box div .blk {
    display: block;
  }
}

.productfl_img02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productfl_img02 .box {
  width: 19%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .productfl_img02 .box {
    width: 32%;
  }
}

.productfl_img02 .box:nth-child(n+6) {
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .productfl_img02 .box:nth-child(n+6) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .productfl_img02 .box:nth-child(n+4) {
    margin-top: 15px;
  }
}

.productfl_img02 .box img {
  width: 100% !important;
}

.productfl_img02 .box h3 {
  display: none;
}

.productfl_img02 .box div {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .product2fle01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product2fle01 .box {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 15px;
  }
  .product2fle01 .box:last-child {
    margin-bottom: 0;
  }
}

.product2fle02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product2fle02 .box {
  width: 31%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .product2fle02 .box {
    width: 48%;
    margin-bottom: 15px;
  }
  .product2fle02 .box:last-child {
    margin-bottom: 0;
  }
}

.product2img img {
  width: 90% !important;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  .product2img img {
    width: 100% !important;
  }
}

.product2-fl1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .product2-fl1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product2-fl1 .box {
  width: 49%;
}

@media only screen and (max-width: 640px) {
  .product2-fl1 .box {
    width: 100%;
  }
  .product2-fl1 .box:first-child {
    margin-bottom: 30px;
  }
}

.product2-fl1 .box div {
  margin-top: 5px;
}

.product2-fl1 .box div .text1 {
  font-weight: bold;
  font-size: 18px;
}

.product2-fl2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .product2-fl2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.product2-fl2 .box {
  width: 49%;
}

.product2-fl2 .box:first-child {
  width: 58%;
}

.product2-fl2 .box:last-child {
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .product2-fl2 .box {
    width: 100% !important;
  }
  .product2-fl2 .box:first-child {
    margin-top: 10px;
  }
}

.product2-fl3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .product2-fl3 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.product2-fl3 .box {
  width: 49%;
}

.product2-fl3 .box:first-child {
  width: 58%;
}

.product2-fl3 .box:last-child {
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .product2-fl3 .box {
    width: 100% !important;
  }
  .product2-fl3 .box:first-child {
    margin-bottom: 10px;
  }
}

.product2-fl3 .box h4 {
  font-weight: bold;
  font-size: 18px;
}

.product2-title .text1 {
  font-weight: bold;
  font-size: 18px;
}

.product2-fl4 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .product2-fl4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product2-fl4 .box {
  width: 33%;
}

@media only screen and (max-width: 640px) {
  .product2-fl4 .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .product2-fl4 .box:last-child {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------
work.html
------------------------------------------------------------ */
.plan_01 {
  background: #222222;
  width: 48%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 20px 40px;
  border: 1px solid #ccc;
  border-top: 10px solid #333;
  margin-bottom: 40px;
  color: #fff;
}

.plan_01 {
  background: #222222;
  width: 48%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 20px 40px 50px;
  border: 1px solid #ccc;
  border-top: 10px solid #333;
  margin-bottom: 50px;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .plan_01 {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 50px;
  }
}

.plan_01 h3 {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.plan_01 .place div {
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 0.3em 0.5em;
  border-radius: 5px;
  margin-bottom: 10px;
}

.plan_01 .gallery ul {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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;
  margin-bottom: 30px;
}

.plan_01 .gallery ul li {
  list-style-type: none;
  text-align: left;
  float: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 20%;
  position: relative;
  height: auto !important;
  outline: none;
}

.slick-prev {
  display: none !important;
}

.slick-next {
  display: none !important;
}

.gallery .slick-initialized img {
  width: auto !important;
  margin: 0 auto;
  text-align: center;
  height: 250px !important;
}

@media only screen and (max-width: 450px) {
  .gallery .slick-initialized img {
    height: 170px !important;
  }
}

.gallery .slick-dots li {
  width: 18% !important;
  margin: 0 1% 10px 1% !important;
}

.gallery .slick-dots li img {
  width: 100% !important;
  height: 50px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.works_fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

@media only screen and (max-width: 834px) {
  .works_fle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.prilink h2 {
  margin-bottom: 30px;
}

.prilink a {
  text-decoration: none;
  color: #21427c;
  font-weight: bold;
}

.form_wrap.confirm {
  margin-top: 60px;
}

.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

/* ------------------------------------------------------------
works01.html
------------------------------------------------------------ */
.works01img_fle {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works01img_fle .box {
  width: 24%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .works01img_fle .box {
    width: 33%;
  }
}

@media only screen and (max-width: 640px) {
  .works01img_fle .box {
    width: 49%;
  }
}

@media only screen and (max-width: 500px) {
  .works01img_fle .box {
    width: 100%;
  }
}

.works01img_fle .box:nth-child(n+5) {
  margin-top: 25px;
}

@media only screen and (max-width: 834px) {
  .works01img_fle .box:nth-child(n+5) {
    margin-top: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .works01img_fle .box:nth-child(n+4) {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 834px) and (max-width: 640px) {
  .works01img_fle .box:nth-child(n+4) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .works01img_fle .box:nth-child(n+3) {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 640px) and (max-width: 500px) {
  .works01img_fle .box:nth-child(n+3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 500px) {
  .works01img_fle .box {
    margin-top: 25px !important;
  }
  .works01img_fle .box:first-child {
    margin-top: 0;
  }
}

.works01img_fle .box img {
  width: 100% !important;
  height: 215px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-fle1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-fle1 .box {
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .index-fle1 .box {
    width: 100%;
  }
}

.index-fle1 .box > div {
  position: absolute;
  bottom: 20px;
  width: 131px;
  right: 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .index-fle1 .box > div {
    width: 110px;
    bottom: 10px;
    right: 5px;
  }
}

@media only screen and (max-width: 500px) {
  .index-fle1 .box > div {
    width: 110px;
    bottom: 10px;
    right: 5px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .product_imgtb50 {
    overflow-x: auto;
    white-space: nowrap;
  }
}

.product_imgtb50 table {
  table-layout: auto !important;
}

.product_imgtb50 table tr td {
  text-align: center !important;
  padding: 10px !important;
}

.product_imgtb50 table tr td img {
  width: 100px !important;
}

.product-5fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media only screen and (max-width: 1050px) {
  .product-5fl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-5fl .box1 {
  width: 49%;
}

@media only screen and (max-width: 1050px) {
  .product-5fl .box1 {
    width: 100%;
  }
}

.product-5fl .box2 {
  width: 49%;
}

@media only screen and (max-width: 1050px) {
  .product-5fl .box2 {
    width: 100%;
    margin-top: 30px;
  }
}

.product2-li1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 900px) {
  .product2-fle1 .box {
    width: 49%;
  }
}

.product2-fle1 .box:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 900px) {
  .product2-fle1 .box:first-child {
    margin-right: 0;
  }
}

.map1 a {
  width: 100% !important;
  height: auto !important;
}

.map1 a img {
  width: 80% !important;
}

.plan_01 h2 {
  margin-bottom: 10px;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 20px;
}

.ttl01.h1txt {
  background-position: center;
  background-size: cover;
}

.ttl01.h1txt h1 {
  font-size: 20px;
  color: #333;
  line-height: 1;
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
/* ------------------------------------------------------------
text
------------------------------------------------------------ */
/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
dl
------------------------------------------------------------ */
/* ------------------------------------------------------------
list
------------------------------------------------------------ */
/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.gmap iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}

.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

.linkTel a {
  text-decoration: none;
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .linkTel a {
    pointer-events: auto;
  }
}
/*# sourceMappingURL=assets.css.map */