@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: 2;
  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: 16px;
  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%;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 50px;
  }
}

#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;
}

.pankuzu li {
  display: inline-block;
}

.pankuzu li span {
  font-weight: bold;
}

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

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

.pankuzu li:first-child {
  padding-left: 20px;
  position: relative;
}

.pankuzu li:first-child:before {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-weight: bold;
}

.breadcrumb {
  text-align: right;
}

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

header#global_header .h_ichi {
  position: relative;
}

header#global_header .h_ichi section {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 1;
  width: 22%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  header#global_header .h_ichi section {
    width: 30%;
  }
}

@media only screen and (max-width: 640px) {
  header#global_header .h_ichi section {
    width: 34%;
  }
}

header#global_header .h_ichi nav {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 100px;
  padding: 20px 0;
}

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

header#global_header .h_ichi nav #gnavi {
  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: 870px !important;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1400px) {
  header#global_header .h_ichi nav #gnavi {
    width: 690px !important;
  }
}

@media only screen and (max-width: 1000px) {
  header#global_header .h_ichi nav #gnavi {
    width: 500px !important;
  }
}

header#global_header .h_ichi nav #gnavi li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

header#global_header .h_ichi nav #gnavi li:last-child a {
  border-right: none;
}

header#global_header .h_ichi nav #gnavi li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border-right: 1px solid #fff;
  padding: 0 30px;
  display: block;
}

@media only screen and (max-width: 1400px) {
  header#global_header .h_ichi nav #gnavi li a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1000px) {
  header#global_header .h_ichi nav #gnavi li a {
    font-size: 15px;
    padding: 0 10px;
  }
}

header#global_header .h_ichi #mainArea picture {
  outline: none;
}

header#global_header .h_ichi #mainArea picture img {
  width: 100% !important;
}

header#global_header .h_ichi #mainArea .maintxt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6%;
  width: 40%;
}

@media only screen and (max-width: 834px) {
  header#global_header .h_ichi #mainArea .maintxt {
    top: 60%;
  }
}

header#global_header .h_ichi .img03 {
  position: absolute;
  bottom: -340px;
  left: 40px;
  z-index: 11;
  width: 50%;
}

@media only screen and (max-width: 1600px) {
  header#global_header .h_ichi .img03 {
    width: 33%;
    bottom: -300px;
  }
}

@media only screen and (max-width: 1250px) {
  header#global_header .h_ichi .img03 {
    width: 30%;
    bottom: -200px;
    left: 50px;
  }
}

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

/* ----------------------------------------------------------
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: 10px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #000;
  }
  #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: #000;
    -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%;
}

#global_header #gnavi {
  padding: 0 10px;
}

#global_header #gnavi .hov {
  color: #fff;
  position: relative;
  cursor: pointer;
}

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

#global_header .sub {
  position: absolute;
  width: 165px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 20px 10px 20px;
}

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

#global_header .sub li {
  border: none;
  line-height: 1.3;
  width: 100%;
  padding: 10px 0;
}

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

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

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

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

#global_header nav {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

#global_header nav ul {
  width: 100% !important;
}

.global_headerbl {
  background: #000 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 30px !important;
}

.global_headerbl section {
  position: static !important;
}

.global_headerbl nav {
  position: static !important;
  background: none !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  width: 700px !important;
}

.global_headerbl nav ul {
  width: 100% !important;
}

.global_headerbl nav ul li a {
  font-size: 15px !important;
}

.tagdis {
  display: none;
}

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

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  font-size: 13px;
  background: #000;
  padding-top: 40px;
}

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

footer#global_footer #footer {
  padding-bottom: 50px;
}

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

footer#global_footer #footer .fot_fle {
  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;
}

footer#global_footer #footer .fot_fle .fot_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .fot_fle .fot_l {
    display: block;
    margin: 0 auto;
  }
}

footer#global_footer #footer .fot_fle .fot_l .siteID {
  margin-right: 20px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .fot_fle .fot_l .siteID {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

footer#global_footer #footer .fot_fle .fot_l .iconfle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 165px;
}

footer#global_footer #footer .fot_fle #fot_nav {
  width: 465px;
}

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

footer#global_footer #footer .fot_fle #fot_nav ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .fot_fle #fot_nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 3;
  }
}

footer#global_footer #footer .fot_fle #fot_nav ul li {
  padding: 5px;
}

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

footer#global_footer #copy {
  display: block;
  padding: 8px;
  font-size: 13px;
  color: #fff;
}

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

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

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

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

@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;
  }
}

#global_footer #gnavi {
  padding: 0 10px;
}

#global_footer #gnavi .hov {
  color: #fff;
  position: relative;
  cursor: pointer;
}

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

#global_footer .sub {
  position: absolute;
  width: 165px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 20px 10px 20px;
}

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

#global_footer .sub li {
  border: none;
  width: 100%;
}

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

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

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

#global_footer .sub li a {
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff !important;
  border-right: none !important;
}

#global_footer nav {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

#global_footer nav ul {
  width: 100% !important;
}

#global_footer nav ul a {
  font-size: 15px !important;
}

.global_headerbl {
  background: #000 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 30px !important;
}

.global_headerbl section {
  position: static !important;
}

.global_headerbl nav {
  position: static !important;
  background: none !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  width: 700px !important;
}

.global_headerbl nav ul {
  width: 100% !important;
}

.global_headerbl nav ul li a {
  font-size: 15px !important;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.tg01 {
  position: relative;
  padding: 80px 60px;
}

@media only screen and (max-width: 640px) {
  .tg01 {
    padding: 60px 10px;
  }
}

.tg01 .img02 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 230px;
}

@media only screen and (max-width: 1300px) {
  .tg01 .img02 {
    right: 20px;
  }
}

@media only screen and (max-width: 834px) {
  .tg01 .img02 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 50%;
  }
}

.tg01 .img02 img {
  width: 80% !important;
}

.tg01 .title_txt {
  position: relative;
  top: 0;
  right: -140px;
}

@media only screen and (max-width: 834px) {
  .tg01 .title_txt {
    right: 0;
  }
}

.tg01 .title_txt:before {
  position: absolute;
  content: "";
  background: url(../images/contents/txtimg.png);
  width: 329px;
  height: 334px;
  background-size: 50%;
  background: no-repeat;
}

@media only screen and (max-width: 640px) {
  .tg01 .title_txt .title_01_ch img {
    width: 310px !important;
  }
}

.tg01 .title_txt .txt {
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .tg01 .title_txt .txt {
    font-size: 15px;
  }
}

.bg01 {
  background-repeat: no-repeat;
  background-size: cover;
}

.bg01 .newsfle {
  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: 834px) {
  .bg01 .newsfle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bg01 .newsfle .title_02 {
  position: relative;
}

@media only screen and (max-width: 834px) {
  .bg01 .newsfle .title_02 {
    margin-bottom: 20px;
  }
}

.bg01 .newsfle .title_02:before {
  content: "";
  position: absolute;
  background: url(../images/contents/border01.png);
  width: 21px;
  height: 223px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30%;
}

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

.bg01 .newsfle .news {
  width: 65%;
  max-height: 250px;
  overflow-x: auto;
}

@media only screen and (max-width: 834px) {
  .bg01 .newsfle .news {
    width: 100%;
  }
}

.bg01 .newsfle .news dl {
  border-bottom: 1px dashed #fff;
  padding: 10px 0;
}

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

.bg01 .newsfle .news dl dt {
  border: none !important;
  background: none !important;
  color: #fff;
  line-height: 1.2;
}

@media only screen and (max-width: 834px) {
  .bg01 .newsfle .news dl dt {
    width: 100% !important;
  }
}

.bg01 .newsfle .news dl dd {
  border: none !important;
  background: none !important;
  color: #fff;
  line-height: 1.2;
}

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

@media screen and (min-width: 641px) and (max-width: 834px) {
  .title_02_ch img {
    width: 40%;
  }
}

@media only screen and (max-width: 640px) {
  .title_02_ch img {
    width: 55%;
  }
}

.bg02 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 834px) {
  .bg02 {
    background-size: cover;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .bg02 .title_02 img {
    width: 40%;
  }
}

@media only screen and (max-width: 640px) {
  .bg02 .title_02 img {
    width: 55%;
  }
}

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

@media only screen and (max-width: 1300px) {
  .bg02 .fle01 {
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

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

.bg02 .fle01 .elem {
  background: rgba(0, 0, 0, 0.65);
  padding: 30px;
  width: 24%;
  position: relative;
}

@media only screen and (max-width: 1300px) {
  .bg02 .fle01 .elem {
    width: 48%;
  }
  .bg02 .fle01 .elem:nth-of-type(n + 3) {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 1300px) and (max-width: 640px) {
  .bg02 .fle01 .elem:nth-of-type(n + 3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .bg02 .fle01 .elem {
    width: 310px;
    margin: 0 auto;
    margin-bottom: 130px;
  }
  .bg02 .fle01 .elem:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 400px) {
  .bg02 .fle01 .elem {
    width: 280px;
  }
}

.bg02 .fle01 .elem .title_03 {
  position: absolute;
  top: -126px;
  left: -40px;
}

.bg02 .fle01 .elem .txt {
  color: #fff;
}

.bg02 .fle01 .elem .txt .btn {
  text-align: center !important;
  margin: 25px auto 0;
  width: 90%;
}

.bg02 .fle01 .elem .txt .btn a {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}

.bg02 .fle01 .elem .txt .btn a:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.bg02 .fle01 .elem .txt .btn a:hover {
  background: #000;
  opacity: 0.3;
}

/* ------------------------------------------------------------
menu.html
------------------------------------------------------------ */
.title_05 h2 {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  padding-left: 60px;
  font-family: KSO昭和楷書N;
  z-index: 11;
  margin-bottom: 20px;
}

.title_05 h2:before {
  position: absolute;
  content: "";
  background: url(../images/contents/tit18.png);
  background-repeat: no-repeat;
  width: 158px;
  height: 167px;
  top: -40px;
  left: 0;
  z-index: -1;
  background-size: 65%;
}

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

.menu_fle .box {
  width: 32%;
  margin-bottom: 20px;
}

.menu_fle .box :nth-child(n+7) {
  margin-bottom: 0;
}

@media only screen and (max-width: 834px) {
  .menu_fle .box {
    width: 48%;
  }
}

.menu_fle .box div {
  text-align: center;
  font-family: KSO昭和楷書N;
}

@media only screen and (max-width: 450px) {
  .menu_fle .box div {
    font-size: 3.46vw;
  }
}

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

@media only screen and (max-width: 834px) {
  .h1bg {
    background-position: right;
  }
}

.h1bg .title_04 h1 {
  font-family: KSO昭和楷書N;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 3px 1px black;
  font-size: 40px;
}

@media only screen and (max-width: 640px) {
  .h1bg .title_04_pri h1 {
    font-size: 30px;
  }
}

.menu_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;
}

.menu_ul ul li {
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px dashed #98cb28;
  padding-left: 30px;
  position: relative;
}

.menu_ul ul li:before {
  position: absolute;
  content: "♦";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #98cb28;
}

.menu_dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #ccc !important;
}

.menu_dl dl dt {
  border: none !important;
  padding: 15px 0 15px 15px !important;
  position: relative;
  text-align: left;
  width: 20%;
  color: #333;
  text-align: center;
  padding: 10px 0;
  background: none !important;
  font-family: KSO昭和楷書N;
  font-size: 18px;
}

.menu_dl dl dd {
  border: none !important;
  padding: 15px 15px 15px !important;
  text-align: right !important;
  font-weight: bold;
}

.menu_dl01 {
  position: relative;
}

.menu_dl01:before {
  position: absolute;
  content: "";
  background: url(../images/contents/img05.png);
  width: 381px;
  height: 326px;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
  background-size: 90%;
}

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

.menu_dl02 {
  position: relative;
}

.menu_dl02:before {
  position: absolute;
  content: "";
  background: url(../images/contents/img02.png);
  width: 381px;
  height: 326px;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
  background-size: 90%;
}

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

.menu_dl03 {
  position: relative;
}

.menu_dl03:before {
  position: absolute;
  content: "";
  background: url(../images/contents/imgbg01.png);
  width: 194px;
  height: 300px;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 80px;
  background-repeat: no-repeat;
  background-size: 100%;
}

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

.menu_dl04 {
  position: relative;
}

.menu_dl04:before {
  position: absolute;
  content: "";
  background: url(../images/contents/imgbg08.png);
  width: 586px;
  height: 532px;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
  background-size: 90%;
}

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

.menu_dl04 dt {
  width: 85% !important;
}

@media only screen and (max-width: 500px) {
  .menu_dl04 dt {
    font-size: 16px !important;
    padding: 15px 0 15px 15px;
  }
}

.menu_dl04 dd {
  padding: 0 !important;
  width: 210px;
}

.menu_dl05 {
  position: relative;
}

.menu_dl05:before {
  position: absolute;
  content: "";
  background: url(../images/contents/img05.png);
  width: 511px;
  height: 486px;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
}

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

/* ------------------------------------------------------------
tenpo.html
------------------------------------------------------------ */
.tenpo_con {
  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;
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  color: #555555;
  background-color: #f9e5d0;
  -webkit-box-shadow: 0 0 10px 10px #f5f5f5;
          box-shadow: 0 0 10px 10px #f5f5f5;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tenpo_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 50px auto !important;
  }
}

@media only screen and (max-width: 640px) {
  .tenpo_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 60px auto !important;
  }
}

.tenpo_con .box01 {
  width: 55%;
}

@media only screen and (max-width: 834px) {
  .tenpo_con .box01 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.tenpo_con .box01 .linkTel a {
  color: #555;
  text-decoration: none;
}

.tenpo_con .box01 .btn div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  .tenpo_con .box01 .btn div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tenpo_con .box01 .btn div a {
  display: block;
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  text-decoration: none;
  color: #000;
  padding: 10px 30px 10px 25px;
  line-height: 1.5;
  position: relative;
  width: 49%;
}

.tenpo_con .box01 .btn div a:hover {
  color: #fff;
  background: #000;
}

.tenpo_con .box01 .btn div 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;
}

.tenpo_con .box01 .btn div a:before:hover {
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .tenpo_con .box01 .btn div a:first-child {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .tenpo_con .box01 .btn div a {
    width: 200px;
  }
}

.tenpo_con .box02 {
  width: 40%;
}

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

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

.title_05_1 div {
  font-weight: bold;
}

.menu_bd img {
  width: 90% !important;
}

/* ------------------------------------------------------------
tenpo1.html
------------------------------------------------------------ */
.tenpo_fl {
  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: 834px) {
  .tenpo_fl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tenpo_fl .recruitdl_01 {
  width: 55%;
}

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

@media only screen and (max-width: 834px) {
  .tenpo_fl .recruitdl_01 dl {
    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: 834px) {
  .tenpo_fl .recruitdl_01 dl dt {
    width: 100% !important;
    background: #555555 !important;
    color: #fff;
  }
}

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

.tenpo_fl .img01 {
  width: 40%;
}

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

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

.tenpomenu_dl dl {
  border-bottom: 1px dashed #ccc;
}

.tenpomenu_dl dl dt {
  background: none !important;
  border: none !important;
  font-family: KSO昭和楷書N;
  font-size: 18px;
}

.tenpomenu_dl dl dd {
  border: none !important;
  text-align: right !important;
}

/* ------------------------------------------------------------
recruit.html
------------------------------------------------------------ */
.recruittxt {
  padding: 50px;
  position: relative;
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  background-color: #333;
  -webkit-box-shadow: 0 0 10px 10px #333;
          box-shadow: 0 0 10px 10px #333;
}

@media only screen and (max-width: 640px) {
  .recruittxt {
    width: 95%;
  }
}

.recruittxt:before {
  position: absolute;
  content: "";
  background: url(../images/contents/at.png);
  width: 45%;
  height: 430px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .recruittxt:before {
    height: 340px;
    top: 70%;
  }
}

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

.recruittxt div {
  position: relative;
  color: #fff;
  font-family: KSO昭和楷書N;
  z-index: 111;
}

.recruittxt div .fonch {
  font-size: 24px;
}

.recruitdl_01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.recruitdl_01 dl dt {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #333 !important;
  padding: 15px !important;
}

@media only screen and (max-width: 640px) {
  .recruitdl_01 dl dt {
    width: 100% !important;
    border: none !important;
    background: #555 !important;
    color: #fff !important;
  }
}

.recruitdl_01 dl dd {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 15px !important;
}

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

.flowtxt {
  position: relative;
  padding-left: 175px;
  border-bottom: 1px dashed #ccc;
}

@media only screen and (max-width: 834px) {
  .flowtxt {
    padding-left: 0;
    padding-top: 70px;
  }
}

.flowtxt article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.flowtxt article h3 {
  font-weight: bold;
  margin-right: 60px;
  font-size: 18px;
}

.flowtxt01:before {
  position: absolute;
  content: "";
  background: url(../images/contents/step1.png);
  width: 141px;
  height: 54px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 834px) {
  .flowtxt01:before {
    top: 30%;
  }
}

.flowtxt02:before {
  position: absolute;
  content: "";
  background: url(../images/contents/step2.png);
  width: 150px;
  height: 55px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 834px) {
  .flowtxt02:before {
    top: 15%;
  }
}

.flowtxt03:before {
  position: absolute;
  content: "";
  background: url(../images/contents/step3.png);
  width: 150px;
  height: 54px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 834px) {
  .flowtxt03:before {
    top: 25%;
  }
}

.flowtxt04:before {
  position: absolute;
  content: "";
  background: url(../images/contents/step4.png);
  width: 151px;
  height: 55px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 834px) {
  .flowtxt04:before {
    top: 20%;
  }
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

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

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

.formch dl dt {
  background: #000 !important;
  color: #fff !important;
}

/* ------------------------------------------------------------
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;
}

/* ------------------------------------------------------------
flex
------------------------------------------------------------ */
/* ------------------------------------------------------------
objectfit
------------------------------------------------------------ */
.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

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

.textarea textarea {
  height: 100px;
}

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

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