@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
html {
  font-family: メイリオ !important;
}

* {
  -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: #666;
  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%;
  margin-bottom: 70px;
  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: #666;
}

.pankuzu li {
  display: inline-block;
}

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

.pankuzu a {
  color: #666;
  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: #666;
}

.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-sect {
  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;
  padding: 30px 30px 0 30px;
}

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

.header-left {
  padding-bottom: 30px;
}

.header-left a img {
  width: 255px !important;
}

.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-right {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 550px) {
  .header-right {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.header-contact .tel-link a {
  color: #666;
  font-family: Noto Serif JP;
}

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

.header .nav .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 500px;
}

.header .nav .nav-ul li {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header .nav .nav-ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #666;
  display: block;
  padding-bottom: 30px;
}

.header .nav .hov {
  color: #fff;
  position: relative;
  cursor: pointer;
}

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

.header .sub {
  position: absolute;
  width: 200px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #666 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

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

.header .sub li:before {
  content: none;
}

.header .sub li:after {
  content: none;
}

.header .sub li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #fff !important;
  font-size: 14px;
  border-right: none !important;
}

.header .sub li a .blk {
  display: block;
  margin-top: 5px;
}

#global_header #mainArea {
  margin: 0 auto !important;
  max-width: 1220px !important;
  padding: 0 10px;
}

#global_header #mainArea ul {
  margin: 0 auto !important;
  max-width: 1220px !important;
  padding: 0 10px;
}

#global_header #mainArea ul li {
  outline: none;
}

#loopslider {
  margin: 0 auto;
  width: 1220px;
  height: 490px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#loopslider ul {
  height: 490px;
  float: left;
  display: inline;
  overflow: hidden;
}

#loopslider ul li {
  width: 100px;
  height: 490px;
  float: left;
  display: inline;
  overflow: hidden;
}

#loopslider * {
  margin: 0;
  padding: 0;
}

#slider1 ul {
  outline: none;
  width: 1220px;
  margin: 0 auto;
  position: relative;
}

#slider1 ul:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 100%;
  z-index: 9999999;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
}

#slider1 ul:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 100%;
  z-index: 9999999;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  right: 0;
}

#slider1 ul li {
  outline: none;
}

@media only screen and (max-width: 1300px) {
  #slider1 ul li {
    width: 100% !important;
  }
}

#slider1 ul li img {
  outline: none;
  text-align: center;
  margin: 0 auto;
}

.slider2 {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .slider2 {
    display: block;
  }
  .slider2 ul {
    outline: none;
  }
  .slider2 ul li {
    outline: none;
  }
  .slider2 ul li img {
    outline: none;
    height: 500px !important;
    -o-object-fit: cover;
       object-fit: cover;
    width: 70% !important;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1400px) and (max-width: 1000px) {
  .slider2 ul li img {
    height: 400px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 641px) and (max-width: 834px) {
  .slider2 ul li img {
    width: 100% !important;
    height: 500px !important;
  }
}

@media only screen and (max-width: 1400px) and (max-width: 640px) {
  .slider2 ul li img {
    width: 100% !important;
    height: 400px !important;
  }
}

@media only screen and (max-width: 1400px) {
  .slider2 button {
    display: none !important;
  }
}

.slider1 {
  display: block;
}

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

/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#loopslider ul {
  display: inline-block;
  overflow: hidden;
}

/* ----------------------------------------------------------
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: #333;
  }
  #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 .nav-ul {
    z-index: 999;
  }
  /* nav */
  #global_footer .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 .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 .nav-ul ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_footer .nav-ul ul li a {
    display: block;
    padding: 3% !important;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
    font-size: 22px !important;
    text-align: left;
    color: #666 !important;
  }
}

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

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

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

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

.footer {
  background: #333;
  color: #fff;
  padding: 40px;
}

@media only screen and (max-width: 640px) {
  .footer {
    padding: 40px 20px;
  }
}

.footer-fle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

@media only screen and (max-width: 1000px) {
  .footer-fle01 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-left .nav-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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 834px) {
  .footer-left .nav-ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 834px) {
  .footer-left .nav-ul .nav-item {
    width: 65%;
  }
}

.footer-left .nav-ul .nav-item a {
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .footer-left .nav-ul .nav-item a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #fff;
  }
}

.footer-right {
  width: 610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  .footer-right {
    width: 490px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .footer-right {
    width: 500px;
    margin: 0 auto;
  }
}

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

.footer-right .btn01 {
  line-height: 1;
  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;
}

@media only screen and (max-width: 1000px) {
  .footer-right .btn01 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 834px) {
  .footer-right .btn01 {
    margin-bottom: 20px;
  }
}

.footer-right .btn01 p a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 25px;
  font-family: Noto Serif JP;
  border: 1px solid #fff;
  width: 290px;
  height: 75px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1000px) {
  .footer-right .btn01 p a {
    width: 240px;
    font-size: 20px;
  }
}

.footer-right .btn01 p a .blk01 {
  margin-top: 12px;
  display: block;
  font-size: 13px;
}

.footer-right .btn02 {
  line-height: 1;
  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;
}

@media only screen and (max-width: 1000px) {
  .footer-right .btn02 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 834px) {
  .footer-right .btn02 {
    margin-bottom: 20px;
  }
}

.footer-right .btn02 a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: Noto Serif JP;
  border: 1px solid #fff;
  width: 290px;
  height: 75px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .footer-right .btn02 a {
    width: 240px;
  }
}

.footer-right .btn02 a:hover {
  background: #fff;
  color: #333;
}

.footer-right .btn02 a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background: url(../images/contents/arrow05.png);
  width: 9px;
  height: 17px;
}

.footer-right .btn02 a .blk02 {
  margin-top: 8px;
  display: block;
  font-size: 31px;
}

@media only screen and (max-width: 1000px) {
  .footer-right .btn02 a .blk02 {
    font-size: 25px;
  }
}

.footer-right .btn03 {
  line-height: 1;
  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;
}

@media only screen and (max-width: 640px) {
  .footer-right .btn03 {
    margin-bottom: 20px;
  }
}

.footer-right .btn03 a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 24px;
  font-family: Noto Serif JP;
  border: 1px solid #fff;
  width: 290px;
  height: 75px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer-right .btn03 a:hover {
  background: #fff;
  color: #333;
}

.footer-right .btn03 a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background: url(../images/contents/arrow05.png);
  width: 9px;
  height: 17px;
}

@media only screen and (max-width: 1000px) {
  .footer-right .btn03 a {
    width: 240px;
  }
}

.footer-right .btn04 {
  line-height: 1;
  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-right .btn04 a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: Noto Serif JP;
  border: 1px solid #fff;
  width: 290px;
  height: 75px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .footer-right .btn04 a {
    width: 240px;
  }
}

.footer-right .btn04 a:hover {
  background: #fff;
  color: #333;
}

.footer-right .btn04 a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background: url(../images/contents/arrow05.png);
  width: 9px;
  height: 17px;
}

.footer-right .btn04 a .box01 {
  font-size: 26px;
}

.footer-right .btn04 a .box01 .fonch {
  font-size: 14px;
  margin-left: 10px;
}

.footer-right .btn04 a .box02 {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 80px;
  margin-top: 5px;
}

.footer-fle02 {
  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;
  padding-top: 40px;
  border-top: 1px solid #fff;
  margin-top: 40px;
}

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

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

.footer-fle02 address {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .footer-fle02 address {
    margin-bottom: 10px;
  }
}

.footer-fle02 address .siteID {
  margin-bottom: 25px;
}

.footer-fle02 address a {
  color: #fff;
}

.footer-fle02 #copy {
  font-size: 14px;
}

.footer-fle02 #copy a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.index-pos01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .index-pos01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 10px;
    margin-top: 50px !important;
    margin-bottom: 80px !important;
  }
}

.index-pos01 .box01 {
  width: 43%;
  margin-right: 50px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .index-pos01 .box01 {
    margin-top: 20px;
    width: 100%;
  }
}

.index-pos01 .box01 .img01 {
  position: absolute;
  top: -60px;
  left: 0;
}

@media only screen and (max-width: 1000px) {
  .index-pos01 .box01 .img01 {
    position: static;
  }
}

.index-pos01 .box01 .img01 img {
  width: 100% !important;
}

.index-pos01 .box01 .img02 {
  position: absolute;
  bottom: 10px;
  right: -20px;
}

@media only screen and (max-width: 1700px) {
  .index-pos01 .box01 .img02 {
    bottom: 0;
  }
}

@media only screen and (max-width: 1500px) {
  .index-pos01 .box01 .img02 {
    bottom: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .index-pos01 .box01 .img02 {
    display: none;
  }
}

.index-pos01 .box01 .img03 {
  position: absolute;
  bottom: 110px;
  right: 60px;
  width: 80%;
}

@media only screen and (max-width: 1000px) {
  .index-pos01 .box01 .img03 {
    display: none;
  }
}

.index-pos01 .box02 {
  width: 52%;
}

@media only screen and (max-width: 1000px) {
  .index-pos01 .box02 {
    width: 90%;
    margin: 0 auto;
  }
}

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

.index-pos01 .box02 .title_01 h1 {
  line-height: 1.3;
  font-size: 51px;
  font-family: Noto Serif JP;
  font-weight: 300;
}

@media only screen and (max-width: 1700px) {
  .index-pos01 .box02 .title_01 h1 {
    font-size: 41px;
  }
}

@media only screen and (max-width: 834px) {
  .index-pos01 .box02 .title_01 h1 {
    font-size: 33px;
  }
}

@media only screen and (max-width: 400px) {
  .index-pos01 .box02 .title_01 h1 {
    font-size: 30px;
  }
}

.index-pos01 .box02 .title_01 h1 .fonch {
  font-size: 50px;
}

@media only screen and (max-width: 1700px) {
  .index-pos01 .box02 .title_01 h1 .fonch {
    font-size: 30px;
  }
}

@media only screen and (max-width: 834px) {
  .index-pos01 .box02 .title_01 h1 .fonch {
    font-size: 25px;
  }
}

.index-pos01 .box02 .title_01 h1 .blk {
  display: block;
}

@media only screen and (max-width: 1150px) {
  .index-pos01 .box02 .title_01 h1 .blk {
    display: none;
  }
}

.index-pos01 .box02 .txt {
  margin: 60px 0;
}

@media only screen and (max-width: 1150px) {
  .index-pos01 .box02 .txt {
    width: 100%;
    margin: 30px 0;
  }
}

@media only screen and (max-width: 834px) {
  .index-pos01 .box02 .txt {
    margin: 15px 0;
  }
}

.index-pos01 .box02 .btn01 {
  display: inline-block;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .index-pos01 .box02 .btn01 {
    text-align: center;
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .index-pos01 .box02 .btn01 div {
    display: inline-block;
  }
}

.index-pos01 .box02 .btn01 div a {
  font-size: 18px;
  border: 1px solid #333;
  padding: 11px 62px;
  text-decoration: none;
  color: #333;
  display: block;
  font-family: Noto Serif JP;
  position: relative;
}

.index-pos01 .box02 .btn01 div a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/arrow01.png);
  width: 75px;
  height: 7px;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-pos01 .box02 .btn01 div a:hover {
  background: #333;
  color: #fff;
}

.index-fle01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .index-fle01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.index-fle01 .box {
  position: relative;
  width: 33%;
}

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

.index-fle01 .box a > img {
  width: 100% !important;
}

.index-fle01 .box h2 {
  font-size: 27px;
  font-family: Noto Serif JP;
  color: #fff;
  font-weight: bolder;
  position: absolute;
  top: 20px;
  left: 20px;
}

@media only screen and (max-width: 1000px) {
  .index-fle01 .box h2 {
    font-size: 22px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .index-fle01 .box h2 {
    font-size: 18px;
  }
}

.index-fle01 .box .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.index-fle01 .box .btn img {
  width: auto !important;
}

.index-pos02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 11;
  position: relative;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .index-pos02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.index-pos02 .box01 {
  width: 40%;
}

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

.index-pos02 .box01 .title_02 {
  position: absolute;
  top: 120px;
  left: 0;
}

@media only screen and (max-width: 1300px) {
  .index-pos02 .box01 .title_02 {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 1000px) {
  .index-pos02 .box01 .title_02 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .index-pos02 .box01 .title_02 {
    position: static !important;
  }
}

.index-pos02 .box01 .title_02 h2 {
  font-size: 40px;
  font-family: Noto Serif JP;
}

@media only screen and (max-width: 640px) {
  .index-pos02 .box01 .title_02 h2 {
    text-align: center !important;
    line-height: 1;
    font-size: 35px;
  }
}

.index-pos02 .box01 .title_02 h2 .fonch01 {
  font-size: 55px;
  color: #be3525;
}

@media only screen and (max-width: 640px) {
  .index-pos02 .box01 .title_02 h2 .fonch01 {
    font-size: 45px;
  }
}

.index-pos02 .box01 .title_02 h2 .fonch02 {
  color: #271f6f;
}

.index-pos02 .box01 .title_02 h2 .fonchjp {
  font-size: 20px;
  margin-left: 25px;
}

@media only screen and (max-width: 640px) {
  .index-pos02 .box01 .title_02 h2 .fonchjp {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}

.index-pos02 .box01 .txt {
  margin-top: 135px;
}

@media only screen and (max-width: 1000px) {
  .index-pos02 .box01 .txt {
    margin: 280px 0 0 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .index-pos02 .box01 .txt {
    margin-top: 30px !important;
  }
}

.index-pos02 .box01 .btn01 {
  display: inline-block;
  line-height: 1;
  margin-top: 50px;
}

@media only screen and (max-width: 1000px) {
  .index-pos02 .box01 .btn01 {
    margin: 50px 0 0 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .index-pos02 .box01 .btn01 {
    margin: 30px 0 0 0 !important;
    text-align: center;
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .index-pos02 .box01 .btn01 div {
    display: inline-block;
  }
}

.index-pos02 .box01 .btn01 div a {
  font-size: 18px;
  border: 1px solid #333;
  padding: 11px 62px;
  text-decoration: none;
  color: #333;
  display: block;
  font-family: Noto Serif JP;
  position: relative;
}

.index-pos02 .box01 .btn01 div a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/arrow01.png);
  width: 75px;
  height: 7px;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-pos02 .box01 .btn01 div a:hover {
  background: #333;
  color: #fff;
}

.index-pos02 .box02 {
  width: 42%;
  position: absolute;
  right: 0;
  top: -25px;
}

@media only screen and (max-width: 1300px) {
  .index-pos02 .box02 {
    width: 51%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .index-pos02 .box02 {
    width: 42%;
  }
}

@media only screen and (max-width: 834px) {
  .index-pos02 .box02 {
    position: static !important;
  }
}

@media only screen and (max-width: 640px) {
  .index-pos02 .box02 {
    width: 100%;
    margin-top: 20px;
  }
}

.index-pos02 .box02 .img01 img {
  margin-right: 0;
}

@media only screen and (max-width: 1300px) {
  .index-pos02 .box02 .img01 img {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .index-pos02 .box02 .img01 img {
    margin: 0 auto !important;
  }
}

.index-pos02bg {
  position: relative;
  padding: 0 5px;
}

@media only screen and (max-width: 640px) {
  .index-pos02bg {
    margin-top: 20px !important;
  }
}

.index-pos02bg .bgtitle {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  background: #f3f3f3;
  position: absolute;
  height: 225px;
  right: 0;
  width: 116%;
}

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

.title_03 h2 {
  font-size: 40px;
  font-family: Noto Serif JP;
  line-height: 1;
}

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

.title_03 h2 .fonch01 {
  font-size: 55px;
  color: #be3525;
}

@media only screen and (max-width: 640px) {
  .title_03 h2 .fonch01 {
    font-size: 45px;
  }
}

.title_03 h2 .fonch02 {
  color: #271f6f;
}

.title_03 h2 .fonchjp {
  font-size: 20px;
  display: block;
  margin-top: 18px;
}

.news {
  margin: 0 auto;
  max-height: 300px;
  overflow-x: auto;
}

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

.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;
  border-bottom: 1px dashed #ccc;
  line-height: 1.6;
  padding: 5px !important;
}

.news dl dt {
  background: none !important;
  border: none !important;
  font-size: 17px;
  line-height: 1;
  width: 100% !important;
}

.news dl dd {
  border: none !important;
  font-size: 15px;
  width: 100% !important;
}

/* ------------------------------------------------------------
profile.html
------------------------------------------------------------ */
.h1bg {
  background: url(../images/contents/h1bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 90px 30px;
  position: relative;
}

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

.h1bg h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: Noto Serif JP;
  text-shadow: 1px 1px 2px #fff;
}

.h1bg h1 .blk5 {
  margin-left: 15px;
}

@media only screen and (max-width: 640px) {
  .h1bg h1 .blk5 {
    display: block;
    margin-left: 0;
  }
}

.h1bg h1 .blk {
  display: block;
  font-size: 20px;
}

.title_05 h2 {
  margin: 0;
  position: relative;
  font-weight: normal;
  font-size: 24px;
  background-color: #eee;
  color: #333;
  padding: 10px 0 10px 40px;
  margin-bottom: 20px;
  font-family: Noto Serif JP;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .title_05 h2 {
    font-size: 20px;
    padding-left: 36px;
  }
}

.title_05 h2:before {
  content: '';
  height: 100%;
  width: 3px;
  display: block;
  position: absolute;
  left: 14px;
  top: 0;
  margin: auto;
  background-color: #be3525;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.title_05 h2:after {
  content: '';
  height: 100%;
  width: 3px;
  display: block;
  position: absolute;
  left: 14px;
  top: 0;
  margin: auto;
  background-color: #271f6f;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

/* ------------------------------------------------------------
works.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 {
  color: transparent !important;
}

.slick-next {
  color: transparent !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;
  }
}

.works1-fle01 {
  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;
}

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

.works1-fle01 .plan_01 {
  width: 48%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .works1-fle01 .plan_01 {
    width: 70%;
  }
}

@media only screen and (max-width: 640px) {
  .works1-fle01 .plan_01 {
    width: 100%;
  }
}

.works1-fle05 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.works1-fle05 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 32%;
  margin-right: 10px;
}

.works1-fle05 .box:nth-child(-n+3) img {
  height: 260px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media only screen and (max-width: 640px) {
  .works1-fle05 .box:nth-child(-n+3) img {
    height: auto !important;
  }
}

.works1-fle05 .box:nth-of-type(3n) {
  margin-right: 0;
}

.works1-fle05 .box:nth-of-type(4) img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: 'object-fit: cover;';
  height: 520px !important;
}

@media only screen and (max-width: 640px) {
  .works1-fle05 .box:nth-of-type(4) img {
    height: auto !important;
  }
}

.works1-fle05 .box:nth-of-type(5) img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: 'object-fit: cover;';
  height: 520px !important;
}

@media only screen and (max-width: 640px) {
  .works1-fle05 .box:nth-of-type(5) img {
    height: auto !important;
  }
}

@media only screen and (max-width: 834px) {
  .works1-fle05 .box {
    margin-right: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .works1-fle05 .box {
    width: 48%;
  }
  .works1-fle05 .box:nth-child(odd) {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 834px) and (max-width: 640px) {
  .works1-fle05 .box:nth-child(odd) {
    margin-right: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .works1-fle05 .box:nth-of-type(3) {
    margin-bottom: 30px;
  }
  .works1-fle05 .box:nth-of-type(4) {
    margin-bottom: 30px;
  }
}

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

.works1-fle05 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.works1-fle05 .box img {
  margin: 0 auto;
  width: 100% !important;
}

.works1-fle05 .box div {
  line-height: 1.5;
  padding: 8px;
}

.works1-fle05 .box h3 {
  display: none;
}

/* ------------------------------------------------------------
company.html
------------------------------------------------------------ */
.gmap iframe {
  width: 100% !important;
}

.company-txt a {
  text-decoration: none;
  color: #271f6f;
}

.company-txt .tel-link a {
  color: #271f6f;
}

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

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

.contact-form {
  border: 1px solid #eee;
  padding: 10px;
}

.contact-form dl:last-child dt {
  border-bottom: none !important;
}

.contact-form dl:last-child dd {
  border-bottom: none !important;
}

.contact-form dl dt {
  background: none !important;
  border: none !important;
  background: #333 !important;
  color: #fff;
  border-bottom: 1px dashed #ccc !important;
  width: 200px !important;
}

@media only screen and (max-width: 640px) {
  .contact-form dl dt {
    border: none !important;
    border-radius: 5px;
  }
}

.contact-form dl dd {
  border: none !important;
  border-bottom: 1px dashed #ccc !important;
  width: calc(100% - 200px) !important;
}

@media only screen and (max-width: 640px) {
  .contact-form dl dd {
    padding: 10px 0 !important;
    border: none !important;
  }
}

.confirm.contact-form {
  margin-top: 50px;
}

.textarea textarea {
  height: 100px;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
/* ------------------------------------------------------------
title
------------------------------------------------------------ */
body {
  font-family: メイリオ !important;
}

.ttl01 h2 {
  font-size: 20px;
}

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

.ttl01.h1txt h1 {
  font-size: 20px;
  color: #666;
  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;
}

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

@media only screen and (max-width: 834px) {
  .tel-link a {
    pointer-events: auto;
  }
}

.contact-txt div a {
  text-decoration: none;
  color: #271f6f;
  font-weight: bold;
}
/*# sourceMappingURL=assets.css.map */