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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

.inner {
  margin: 0 auto;
  max-width: 1020px;
  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;
}

.index_contents #contents_wrap {
  margin-bottom: 0;
}

#contents {
  width: 100%;
  max-width: 1020px;
  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%;
}

.breadcrumb {
  max-width: 1020px;
  margin: 5px auto 50px auto;
  padding: 0 10px;
}

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

.pankuzu {
  text-align: center;
}

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

.pankuzu li {
  display: inline-block;
  font-size: 13px;
  color: #333;
}

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

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

.policy h2 {
  margin: 30px 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: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
}

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

.fNum {
  font-family: "Roboto", "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;
  }
}

@media screen and (max-width: 640px) {
  .section div#contents article h2 {
    font-size: 18px !important;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

#global_header section {
  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;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
}

@media only screen and (max-width: 834px) {
  #global_header section {
    display: block;
    padding: 0;
  }
}

#global_header section .siteID {
  width: 60%;
  font-size: 14px;
  text-align: left;
}

@media only screen and (max-width: 834px) {
  #global_header section .siteID {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 10px 20px 15px 20px;
    background: #fff;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .siteID {
    padding: 10px 20px;
  }
}

#global_header section .siteID a {
  opacity: 1;
  display: block;
}

@media only screen and (max-width: 640px) {
  #global_header section .siteID a {
    display: inline-block;
  }
}

#global_header section .siteID p {
  margin-bottom: 2px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #global_header section .siteID p {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  #global_header section .siteID img {
    width: 200px !important;
  }
}

#global_header section .linkTel {
  position: relative;
  width: 320px;
  padding-left: 85px;
}

@media only screen and (max-width: 834px) {
  #global_header section .linkTel {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 350px;
    padding: 10px 10px 10px 95px;
    background: #ffe04d;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .linkTel {
    width: 100%;
    padding: 0;
    background: transparent;
  }
}

#global_header section .linkTel p {
  font-size: 13px;
  line-height: 1;
  text-align: left;
}

#global_header section .linkTel .fNum {
  margin-top: 5px;
  font-size: 35px;
  font-weight: bold;
}

#global_header section .linkTel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 49px;
  display: inline-block;
  margin-right: 10px;
  background: url(../images/common/iconFreedial.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section .linkTel:before {
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .linkTel:before {
    display: none;
  }
}

#global_header section .linkTel a {
  display: block;
  padding: 10px;
  background: #ffe04d;
  color: #333;
}

#global_header section .linkTel a p {
  text-align: center;
}

#global_header section .linkTel a .fNum {
  display: inline-block;
}

#global_header section .linkTel a .fNum:before {
  content: "";
  width: 49px;
  height: 33px;
  display: inline-block;
  margin-right: 10px;
  background: url(../images/common/iconFreedial.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

#global_header nav {
  background: #eee;
}

#global_header nav ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#global_header nav ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  #global_header nav ul li {
    border-right: none;
  }
}

#global_header nav ul li:first-of-type {
  border-left: 1px solid rgba(51, 51, 51, 0.1);
}

@media only screen and (max-width: 834px) {
  #global_header nav ul li:first-of-type {
    border-left: none;
  }
}

#global_header nav ul li a {
  display: block;
  padding: 16px 0;
  color: #333;
  text-decoration: none;
}

#global_header nav ul li a:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}

.spNav {
  display: none;
}

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

#mainArea {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea {
    margin-top: 93px;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea {
    margin-top: 63px;
  }
}

#mainArea #slider {
  width: 100%;
}

#mainArea #slider .slick-slide {
  outline: none;
}

#mainArea #slider li img {
  width: 100%;
  height: auto;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media only screen and (max-width: 834px) {
  #mainArea #slider li img {
    min-height: 460px;
  }
}

#mainArea .mainTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  max-width: 1020px;
  width: 100%;
  padding: 0 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea .mainTxt img {
    width: 80%;
  }
}

.is-scrolled #hedFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

/* ----------------------------------------------------------
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: 22px;
    right: 22px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #f15a2a;
  }
  #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 > div {
    background-color: #da3f0e;
  }
  .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_header nav {
    z-index: 999;
  }
  /* nav */
  #global_header nav {
    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: #f15a2a;
    -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_header 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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    list-style: none;
  }
  #global_header nav ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_header nav ul li a {
    display: block;
    padding: 2.5% !important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    font-size: 18px !important;
    text-align: left;
    color: #fff !important;
  }
}

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

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

@media only screen and (max-width: 640px) {
  #nav-toggle {
    top: 7px;
    right: 10px;
  }
}

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

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

footer#global_footer a {
  color: #333;
  text-decoration: none;
}

footer#global_footer #footer {
  position: relative;
  border-top: 2px solid #f15a2a;
}

footer#global_footer #footer:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #f15a2a;
}

footer#global_footer #footer .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 10px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .inner {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

footer#global_footer #pagetop {
  position: absolute;
  top: -30px;
  right: 10px;
  width: 100px;
}

footer#global_footer #pagetop a {
  display: block;
  padding: 2px 0;
  background: #f15a2a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 13px;
  color: #fff;
}

footer#global_footer #pagetop a:hover {
  background: #333;
}

footer#global_footer address {
  width: 275px;
  text-align: left;
}

@media only screen and (max-width: 834px) {
  footer#global_footer address {
    width: 100%;
    text-align: center;
  }
}

footer#global_footer address .siteID {
  margin-bottom: 10px;
}

footer#global_footer address .linkTel p {
  font-size: 13px;
  line-height: 1;
}

footer#global_footer address .linkTel p:first-of-type {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 224, 77, 0)), color-stop(70%, #ffe04d));
  background: linear-gradient(rgba(255, 224, 77, 0) 70%, #ffe04d 70%);
}

footer#global_footer address .linkTel .fNum {
  position: relative;
  margin-top: 3px;
  padding-left: 59px;
  font-size: 32px;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  footer#global_footer address .linkTel .fNum {
    padding-left: 0;
  }
}

footer#global_footer address .linkTel .fNum:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 49px;
  height: 33px;
  display: inline-block;
  background: url(../images/common/iconFreedial.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer address .linkTel .fNum:before {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer address .linkTel .fNum:before {
    display: none;
  }
}

footer#global_footer address .linkTel a {
  display: inline-block;
}

footer#global_footer address .linkTel a .fNum {
  padding-left: 59px;
}

footer#global_footer address .linkTel a .fNum:before {
  content: "";
  width: 49px;
  height: 33px;
  display: inline-block;
  margin-right: 10px;
  background: url(../images/common/iconFreedial.png) no-repeat;
  background-size: contain;
}

footer#global_footer #fot_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 48.5%;
}

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

footer#global_footer #fot_nav li {
  margin-right: 30px;
}

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

footer#global_footer #fot_nav li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  margin-right: 7px;
}

footer#global_footer #fot_nav li a:hover {
  color: #f15a2a;
}

footer#global_footer #copy {
  display: block;
  background: #f15a2a;
  padding: 7px 10px;
  font-size: 13px;
  color: #fff;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #copy {
    text-align: left;
  }
}

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

footer#global_footer #copy a {
  text-decoration: none;
  color: #fff;
}

footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
.topTtl article {
  text-align: center;
}

.topTtl h2 {
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topTtl h2 {
    font-size: 34px;
  }
}

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

.topTtl h2 .en {
  display: inline-block;
  padding: 3.5px 24px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
  color: #f15a2a;
  line-height: 1;
}

.topTtl h2 .en:before, .topTtl h2 .en:after {
  content: "-";
  display: inline-block;
}

.topTtl h2 .en:before {
  margin-right: 5px;
}

.topTtl h2 .en:after {
  margin-left: 5px;
}

.topTtl h2 .en br {
  display: none;
}

/* contents */
.topCon01 {
  background: #f15a2a;
}

.topCon01 h2 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 22.5px 10px;
  background: url(../images/contents/kyara.png) 95% bottom no-repeat, url(../images/contents/kyara02.png) 5% bottom no-repeat;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topCon01 h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .topCon01 h2 {
    padding: 12px 5px;
    font-size: 15px;
    background: url(../images/contents/kyara.png) 98% -80% no-repeat, url(../images/contents/kyara02.png) 2% bottom no-repeat;
    background-size: 14%;
  }
}

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

.topCon01Txt {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.topCon01Txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.topCon01Txt ul li {
  position: relative;
  float: none !important;
  width: 49%;
  margin-right: 2%;
  padding: 20px 0 20px 70px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px dashed #ccc;
  min-height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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) {
  .topCon01Txt ul li {
    width: 100%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .topCon01Txt ul li {
    padding: 5px 0 5px 70px;
    font-size: 13px;
    min-height: 70px;
  }
}

.topCon01Txt ul li:nth-of-type(even) {
  margin-right: 0;
}

.topCon01Txt ul li .sub {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .topCon01Txt ul li .sub {
    font-size: 11px;
  }
}

.topCon01Txt ul li .bdr {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 55px;
  padding: 9px 0;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
}

.topPnt ul {
  counter-reset: number 0;
}

.topPnt li {
  position: relative;
  text-align: center !important;
  overflow: inherit !important;
  line-height: 1.5;
}

.topPnt li:before {
  content: "POINT";
  position: absolute;
  top: -25px;
  left: 5px;
  display: block;
  width: 88px;
  height: 88px;
  padding-top: 6px;
  background: #f15a2a;
  border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.topPnt li:after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) "";
  position: absolute;
  top: -6px;
  left: 28px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.topPnt li div {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .topPnt li div {
    font-size: 16px;
  }
}

.topPnt li img {
  margin-bottom: 12px;
}

.topBtn ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.topBtn ul li {
  width: 33.33333%;
}

@media only screen and (max-width: 640px) {
  .topBtn ul li {
    width: 100%;
  }
}

.topBtn ul li:nth-of-type(2) a {
  background: #222;
}

.topBtn ul li a {
  display: block;
  padding: 2em 0;
  background: #333;
  border-radius: 0px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center !important;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  .topBtn ul li a {
    font-size: 16px;
  }
}

.topBtn ul li a:hover {
  background: #f15a2a;
  opacity: 1;
}

.topPrice {
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 640px) {
  .topPrice .box03 {
    margin-bottom: 40px !important;
  }
}

.topPrice td {
  border: none !important;
}

.topPrice td img {
  margin-bottom: 5px;
}

.topPrice td h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topPrice td h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .topPrice td h3 {
    font-size: 12px;
  }
}

.topPrice .price div {
  display: inline-block;
  padding: 0 32.5px;
  background: #f15a2a;
  border-radius: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

@media only screen and (max-width: 834px) {
  .topPrice .price div {
    display: block;
    padding: 0 3px;
    font-size: 14px;
  }
}

.topCont .bgWh {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}

@media only screen and (max-width: 640px) {
  .topCont .bgWh {
    padding: 30px 20px;
  }
}

.topCont .box 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) {
  .topCont .box article {
    display: block;
  }
}

.topCont .box article h2 {
  width: 44%;
  margin-right: 1%;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 1000px) {
  .topCont .box article h2 {
    font-size: 2.6vw;
  }
}

@media only screen and (max-width: 834px) {
  .topCont .box article h2 {
    width: 100%;
    font-size: 16px;
  }
}

.topCont .box article h2 .sub {
  display: inline-block;
  padding: 0.5px 10px;
  background: #f15a2a;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .topCont .box article h2 .sub {
    font-size: 14px;
  }
}

.topCont .box article div {
  width: 55%;
}

@media only screen and (max-width: 834px) {
  .topCont .box article div {
    width: 100%;
  }
}

.topCont .linkTel {
  border-bottom: 1px dotted #ccc;
}

.topCont .linkTel article div {
  position: relative;
  padding-left: 95px;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 1000px) {
  .topCont .linkTel article div {
    font-size: 5.7vw;
  }
}

@media only screen and (max-width: 834px) {
  .topCont .linkTel article div {
    padding-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .topCont .linkTel article div {
    font-size: 35px;
  }
}

.topCont .linkTel article div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 75px;
  height: 49px;
  display: inline-block;
  background: url(../images/common/iconFreedial.png) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 834px) {
  .topCont .linkTel article div:before {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-right: 10px;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 640px) {
  .topCont .linkTel article div:before {
    width: 45px;
    height: 30px;
  }
}

.topCont .linkTel a {
  text-decoration: none;
}

.topCont .cont article a {
  display: block;
  padding: 8px 3px;
  background: #333;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.topCont .cont article a:after {
  content: "\f105";
  font-family: "font awesome 5 pro";
  position: absolute;
  right: 10px;
  top: 50%;
  color: #f15a2a;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 834px) {
  .topCont .cont article a {
    margin-top: 12px;
  }
}

.topCont .cont02 {
  background: #f0f0ec;
  padding: 1.5em !important;
  text-align: center !important;
}

.topCont .cont02 h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.3em;
  text-align: center !important;
  display: block;
  border: 4px solid #f15a2a;
  background: #f15a2a;
  color: #fff;
  border-radius: 3px;
  line-height: 1;
  padding: 0.4em 1em;
  margin-bottom: 1em;
}

.topCont .cont02 article > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .topCont .cont02 article > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.topCont .cont02 a {
  display: block;
  width: 48%;
  text-decoration: none;
  font-size: 24px;
  height: 65px;
  line-height: 65px;
  font-weight: bold;
  background: #fff;
  margin: 0 1%;
  text-align: center !important;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
}

@media screen and (max-width: 640px) {
  .topCont .cont02 a {
    width: 100%;
    margin: 0 0 5%;
    font-size: 16px;
  }
}

.topCont .cont02 a:after {
  content: "\f105";
  font-family: "font awesome 5 pro";
  position: absolute;
  right: 10px;
  top: 50%;
  color: #f15a2a;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topCont .cont03 a {
  display: block;
  background: #0DC572;
  height: 100px;
  border-radius: 3px;
  color: #fff !important;
  text-decoration: none;
  line-height: 100px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}

.topCont .cont03 a:after {
  content: "\f105";
  font-family: "font awesome 5 pro";
  position: absolute;
  right: 10px;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topShop .box03 {
  background-image: url(../images/contents/pinGry.png), url(../images/contents/pinGry.png), url(../images/contents/pinGry.png), url(../images/contents/pinGry.png), url(../images/contents/bgCheck.jpg);
  background-position: top 10px left 10px, top 10px right 10px, bottom 10px left 10px, bottom 10px right 10px, top left;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.topShop .box03 td {
  border: none !important;
}

.topShop .box03 td h3 {
  margin: 5px auto;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topShop .box03 td h3 {
    font-size: 14px;
  }
}

.topShop .box03 .price div {
  font-size: 20px;
  font-weight: bold;
  color: #f63a00;
  line-height: 1.5;
}

.topShop .box03 .price .tax {
  font-size: 13px;
  color: #333;
}

.topShop .box03 .btn a {
  display: block;
  margin-top: 15px;
  padding: 13px 3px;
  border-radius: 10px;
  background: #333;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topShop .box03 .btn a {
    font-size: 14px;
  }
}

.topShop .box03 .btn a:hover {
  background: #f15a2a;
  opacity: 1;
}

.wrapNews label {
  bottom: 0px;
  text-align: center;
  width: 250px;
  right: 0;
  left: 0;
  margin: 0px auto 0;
  display: block;
  background: #fff;
  padding: 0.5em 1em;
  font-weight: bold;
  border-radius: 3px;
  -webkit-transition: 1s;
  transition: 1s;
}

.wrapNews label:hover {
  cursor: pointer;
  background: #f15a2a;
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

.wrapNews h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .wrapNews h2 {
    font-size: 24px;
  }
}

.wrapNews h2 .en {
  display: inline-block;
  margin-top: 4px;
  padding: 3.5px 24px;
  background: #f15a2a;
  border-radius: 10px;
  font-size: 13px;
  color: #fff;
}

.wrapNews h2 .en:before, .wrapNews h2 .en:after {
  content: "-";
  display: inline-block;
}

.wrapNews h2 .en:before {
  margin-right: 5px;
}

.wrapNews h2 .en:after {
  margin-left: 5px;
}

.wrapNews h2 .en br {
  display: none;
}

.wrapNews .blogBox {
  border-radius: 10px;
}

.wrapNews .blogBox .blog_list {
  max-height: 500px;
  overflow-x: auto;
  display: block !important;
  border: none;
}

@media only screen and (max-width: 640px) {
  .wrapNews .blogBox .blog_list {
    max-height: 250px;
  }
}

.wrapNews .blogBox .blog_list > div {
  padding: 10px 0;
}

.wrapNews .blogBox .blog_list > div:first-child h3 a span:first-child:after {
  content: "New!!";
  color: crimson;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.8em;
}

.wrapNews .blogBox .blog_list a {
  display: block;
  margin-right: 10px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}

.wrapNews .blogBox .blog_list .blog_photo {
  display: none;
}

.wrapNews .blogBox .blog_list .blog_text {
  width: 100% !important;
  padding: 0 !important;
}

.wrapNews .blogBox .blog_list .blog_text .blog_date, .wrapNews .blogBox .blog_list .blog_text h3 {
  display: inline-block;
}

.wrapNews .blogBox .blog_list .blog_text .blog_date {
  width: 110px;
  margin-right: 20px;
  padding: 4.5px 3px;
  background: #333;
  border-radius: 12.5px;
  font-size: 16px;
  color: #fff !important;
  text-align: center;
  line-height: 1;
}

.wrapNews .blogBox .blog_list .blog_text h3 {
  font-weight: bold;
  margin-bottom: 0;
}

.wrapNews .blogBox .blog_list .blog_text .detail {
  margin-top: 3px;
}

/* ------------------------------------------------------------
faq.html
------------------------------------------------------------ */
.faqWrap {
  border: 1px solid #ccc;
}

.faqWrap li {
  overflow: inherit !important;
}

.faqWrap li:nth-of-type(odd) {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 15px 53px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .faqWrap li:nth-of-type(odd) {
    font-size: 16px;
  }
}

.faqWrap li:nth-of-type(odd):before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  padding: 9px 0;
  background: #f15a2a;
  border-radius: 50%;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.faqWrap li:nth-of-type(even) {
  position: relative;
  padding: 0 0 0 53px;
}

.faqWrap li:nth-of-type(even):before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  padding: 9px 0;
  background: #eee;
  border-radius: 50%;
  font-size: 22px;
  color: #333;
  line-height: 1;
  text-align: center;
}

/* ------------------------------------------------------------
voice.html
------------------------------------------------------------ */
.wrapVoice {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.wrapVoice .box03 {
  border: 1px solid #ccc;
}

.wrapVoice td {
  border: none !important;
}

.wrapVoice td h2 {
  position: relative;
  margin: 8px auto 5px;
  padding-left: 16px;
  font-size: 18px;
  line-height: 1.5;
}

.wrapVoice td h2:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 20px;
  border-radius: 5px;
  background: #f15a2a;
}

.wrapVoice td p {
  font-size: 14px;
}

/* ------------------------------------------------------------
flow.html
------------------------------------------------------------ */
.flow h2 {
  position: relative;
  margin-bottom: 10px;
  padding: 4px 0 15px 54px;
  border-bottom: 4px double #f15a2a;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.flow h2:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 45px;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  background: #eee;
  text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flowBtn ul li a {
    font-size: 14px !important;
  }
}

/* ------------------------------------------------------------
about.html
------------------------------------------------------------ */
.img03.aboutBox li div {
  text-align: center !important;
  line-height: 1.5;
}

/* ------------------------------------------------------------
price.html
------------------------------------------------------------ */
.priceWrap {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.priceWrap > .box02 h2 {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #f15a2a;
}

.priceWrap > .box02 h2:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.priceWrap > .box02 .dlSt {
  border: 1px solid #ccc;
}

.priceWrap > .box02 .dlSt dl {
  display: block !important;
}

.priceWrap > .box02 .dlSt dl dt, .priceWrap > .box02 .dlSt dl dd {
  display: block !important;
  padding: 0.1em 5px !important;
  border: none !important;
  font-size: 14px;
}

.priceWrap > .box02 .dlSt dl dt {
  color: #666;
  font-size: 13px;
}

.priceWrap > .box02 .dlSt dl dd {
  font-weight: 700;
  font-size: 16px;
}

.priceWrap > .box02 .dlSt dd {
  width: 100%;
  color: #f15a2a;
  display: inline-block;
  padding: 0.2em 2em;
  border-radius: 3px;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
}

.priceWrap > .box02 .dlSt dd span {
  line-height: 1;
  margin: 0;
}

.priceWrap > .box02 .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .priceWrap > .box02 .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 640px) {
  .priceWrap > .box02 .flex .box02 {
    width: 48% !important;
    margin-right: 4% !important;
  }
}

@media only screen and (max-width: 640px) {
  .priceWrap > .box02 .flex .box02:nth-of-type(even) {
    margin-right: 0 !important;
  }
}

.priceWrap .box02 dl:nth-child(1) dd {
  color: #fff !important;
  text-align: center;
}

.priceWrap .box02:nth-child(1) dl:nth-child(1) dd {
  background: #10ab72 !important;
}

.priceWrap .box02:nth-child(2) dl:nth-child(1) dd {
  background: #10ab93 !important;
}

.priceWrap .box02:nth-child(3) dl:nth-child(1) dd {
  background: #109bab !important;
}

.priceWrap .box02:nth-child(4) dl:nth-child(1) dd {
  background: #106bab !important;
}

.priceWrap .box02:nth-child(5) dl:nth-child(1) dd {
  background: #1010ab !important;
}

.priceWrap .box02:nth-child(6) dl:nth-child(1) dd {
  background: #1010ab !important;
}

.priceWrap .box02:nth-child(7) dl:nth-child(1) dd {
  background: #3a3a80 !important;
}

.priceWrap .box02:nth-child(8) dl:nth-child(1) dd {
  background: #555 !important;
}

.priceWrap .box02:nth-child(9) dl:nth-child(1) dd {
  background: #222 !important;
}

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

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

/* ------------------------------------------------------------
blog
------------------------------------------------------------ */
.blog .ttl01.h1txt {
  width: 100%;
}

.blog div#form_calendar table tbody tr td:hover {
  background: rgba(241, 90, 42, 0.2) !important;
}

.blog aside div#form_calendar {
  min-width: auto !important;
}

.blog aside div#form_calendar table thead tr th {
  font-size: 10px;
}

.blog aside nav > div {
  background: #f15a2a;
  border-radius: 5px;
  color: #fff;
}

.blog aside nav ul li {
  padding: 0;
  border-top: 0 !important;
}

.blog aside nav ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: left;
  line-height: 1.5;
}

.blog aside nav ul li a:hover {
  color: #f15a2a;
}

.blog aside nav .pages li a {
  font-size: 12px;
  color: #5e5e5e;
}

.blog aside nav .pages li a .translate {
  font-size: 16px;
  color: #333;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.blog aside nav .pages li a:hover {
  color: #f15a2a;
}

.blog aside nav .pages li a:hover .translate {
  color: #f15a2a;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog #contents {
    min-width: auto !important;
  }
}

.blog #contents .date {
  margin-bottom: 10px;
  color: #5e5e5e !important;
  line-height: 1;
  text-align: right;
}

.blog #contents h1, .blog #contents h2 {
  margin-bottom: 10px;
  padding: 15px 10px !important;
  border-left: 7px solid #f15a2a;
  background: #eee;
  line-height: 1.5;
  font-size: 22px;
  font-weight: bold;
}

.blog #contents article > ul li {
  margin-right: 7px;
}

.blog #contents article > ul a {
  padding: 3px 7px;
  background: #eee;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.5;
}

.blog #contents article .detail {
  margin-top: 5px !important;
}

.blog #contents article .flex_images {
  display: block !important;
}

.blog #contents article .flex_images img {
  display: inline-block !important;
  width: 48%;
  margin: 0 3% 0 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog #contents article .flex_images img {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .blog #contents article .flex_images img {
    margin-right: 1%;
  }
}

.blog #contents article .flex_images img:nth-of-type(even) {
  margin-right: 0;
}

.blog b {
  color: #f15a2a !important;
}

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

.key_01 > div {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  padding: 20px;
  border-top: 5px #444 solid;
}

@media screen and (max-width: 640px) {
  .key_01 > div {
    width: 49%;
    padding: 10px;
  }
}

.key_01 .box {
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.key_01 .box:nth-child(1) {
  margin-bottom: 10px;
}

.key_01 .box:nth-child(1) img {
  width: 100% !important;
  height: 60px !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain;object-position: center bottom;";
}

.key_01 .box:nth-child(2) div {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .key_01 .box:nth-child(2) div {
    font-size: 16px;
  }
}

.key_01 .box:nth-child(3) div {
  font-size: 11px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

.key_01 .box:nth-child(4) div {
  display: inline-block;
  border: 1px solid crimson;
  padding: 0.3em 2em;
  border-radius: 5px;
  color: crimson;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .key_01 .box:nth-child(4) div {
    width: 100%;
    text-align: center;
  }
}

.home_00 {
  background: url(../images/contents/bgbg.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 60px;
  padding: 0 0px 60px;
}

.home_h2 h2 {
  background: none;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .h2_sp01 h2 {
    font-size: 18px;
    line-height: 1.8;
  }
}

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

.home_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.home_blog .blog_list {
  width: 100%;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_blog .blog_list:before {
  content: "";
  width: 24%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.home_blog .blog_list:after {
  content: "";
  width: 24%;
}

.home_blog .blog_list .detail {
  display: none;
}

.home_blog .blog_list > div {
  width: 24%;
  border: 0 !important;
  background: #fff;
  margin-bottom: 0.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .home_blog .blog_list > div {
    width: 49%;
  }
}

.home_blog .blog_list > div > div {
  width: 100%;
}

.home_blog .blog_list > div > div img {
  border: 1px solid #ccc;
}

.home_blog .blog_list > div .blog_date {
  font-size: 16px;
  line-height: 1.3;
}

.home_blog .blog_list > div h3 {
  font-size: 17px !important;
}

@media screen and (max-width: 640px) {
  .home_blog .blog_list > div h3 {
    font-size: 14px !important;
  }
}

.home_blog .blog_list > div h3 a {
  font-weight: bold;
}

.column_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.column_blog .blog_list {
  width: 100%;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.column_blog .blog_list:before {
  content: "";
  width: 24%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.column_blog .blog_list:after {
  content: "";
  width: 24%;
}

.column_blog .blog_list .detail {
  display: none;
}

.column_blog .blog_list > div {
  width: 24%;
  border: 0 !important;
  background: #fff;
  margin-bottom: 0.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media screen and (max-width: 640px) {
  .column_blog .blog_list > div {
    width: 49%;
  }
}

.column_blog .blog_list > div > div {
  width: 100%;
}

.column_blog .blog_list > div > div img {
  border: 1px solid #ccc;
}

.column_blog .blog_list > div .blog_date {
  font-size: 16px;
  line-height: 1.3;
}

.column_blog .blog_list > div h3 {
  font-size: 17px !important;
}

@media screen and (max-width: 640px) {
  .column_blog .blog_list > div h3 {
    font-size: 14px !important;
  }
}

.column_blog .blog_list > div h3 a {
  font-weight: bold;
}

.home_news {
  max-height: 200px;
  overflow: auto;
}

.home_news dl {
  border-bottom: 1px solid #555;
}

@media screen and (max-width: 640px) {
  .home_news dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em 0;
  }
}

.home_news dt, .home_news dd {
  background: none !important;
  border: none !important;
}

@media screen and (max-width: 640px) {
  .home_news dt, .home_news dd {
    padding: 0 !important;
    line-height: 1.5;
  }
}

.home_news dt {
  display: inline-block;
  color: #fff;
}

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

.home_news dd {
  color: #fff;
}

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

.flow_01 h2 {
  font-size: 24px;
  font-weight: bold;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  padding: 0.5em;
  border: 1px dashed #f15a2a;
}

.flow_02 {
  background: #edebe5;
  padding: 25px;
}

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

.flow_02 h3 {
  font-size: 18px;
  display: inline-block;
  background: #f15a2a;
  border-radius: 3px;
  color: #fff;
  padding: 0.2em 0.5em;
  margin-bottom: 0.5em;
}

.flow_02 h4 {
  font-weight: bold;
  color: #f15a2a;
}

.flow_02 h4 + br {
  display: none;
}

.flow_02 div {
  line-height: 1.5;
}

.flow_02.kard_01 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flow_02.kard_01 img {
  width: 75% !important;
  float: none !important;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 1em;
}

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

.yoko_line {
  border: 1px dashed #ccc;
}

.blog #contents {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.blog #contents > dl {
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 25px;
  position: relative;
}

.blog #contents > dl .date {
  text-align: left;
}

.blog #contents > dl dt {
  margin-bottom: 0;
}

.blog #contents > dl ul {
  display: none;
}

.blog #contents > dl a span {
  font-size: 18px !important;
  color: #f15a2a;
}

.blog #contents > dl a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.blog_link {
  margin: 60px 0;
}

.blog_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog_link li {
  width: 49%;
  position: relative;
  height: 80px;
  line-height: 80px;
  padding: 0 25px;
  border: 1px solid #ccc;
  background: #eee;
  border-left: 3px solid #f15a2a;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 640px) {
  .blog_link li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.blog_link li:last-child {
  text-align: right !important;
  border-left: 1px solid #ccc;
  border-right: 3px solid #f15a2a;
}

.blog_link li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 1s;
  transition: 1s;
}

.blog_link a {
  display: inline-block !important;
  color: #f15a2a !important;
  font-weight: bold;
  position: static !important;
}

.blog_link a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
}

@media screen and (max-width: 640px) {
  section.blog div#contents article img, section.blog div#contents article video {
    margin: 0 auto 10px !important;
    display: inline-block;
  }
}

.blog_thumbnail {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  border: 1px solid #f15a2a;
}

.blog_thumbnail img {
  float: none;
}

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

@media only screen and (max-width: 640px) {
  .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flex .box02 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flex .box02 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.flex .box02:nth-of-type(even) {
  margin-right: 0;
}

.flex .box02 img {
  width: 100% !important;
}

.flex .box03 {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .flex .box03 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.flex .box03:nth-of-type(3n) {
  margin-right: 0;
}

.flex .box03 img {
  width: 100% !important;
}

.flex .box04 {
  width: 24%;
}

@media screen and (max-width: 640px) {
  .flex .box04 {
    width: 48%;
  }
}

.flex .imgBox {
  width: 35%;
  margin-right: 2%;
}

@media only screen and (max-width: 640px) {
  .flex .imgBox {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.flex .txtBox {
  width: 63%;
}

@media only screen and (max-width: 640px) {
  .flex .txtBox {
    width: 100%;
  }
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.blog_title p {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog_title p {
    margin-top: 93px;
    font-size: 34px;
  }
}

@media only screen and (max-width: 640px) {
  .blog_title p {
    margin-top: 63px;
    font-size: 23px;
  }
}

.ttl01 h1 {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttl01 h1 {
    margin-top: 93px;
    font-size: 34px;
  }
}

@media only screen and (max-width: 640px) {
  .ttl01 h1 {
    margin-top: 63px;
    font-size: 23px;
  }
}

.ttl01 h2 {
  font-size: 28px;
  font-weight: bold;
}

.ttl01 h3 {
  font-size: 22px;
  font-weight: bold;
}

.ttl01 h2 {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
}

.ttl01 h2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 30%;
  height: 2px;
  background: #f15a2a;
}

.ttl01 h3 {
  position: relative;
  padding-left: 12px;
}

.ttl01 h3:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 6px;
  height: 30px;
  background: #ccc;
  border-radius: 5px;
}

.p.ttl01 h3 {
  margin-bottom: 20px;
}

.ttl01.h1txt {
  padding: 20px 0;
  background: #f15a2a;
}

.ttl01.h1txt article {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .ttl01.h1txt article {
    padding: 0 20px;
  }
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btnBk a {
  display: inline-block;
  padding: 15px 60.5px;
  background: #333;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center !important;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  .btnBk a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .btnBk a {
    display: block;
    padding: 15px 3px;
  }
}

.btnBk a:hover {
  background: #f15a2a;
  opacity: 1;
}

.contBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.contBtn ul li {
  width: 48%;
  margin-right: 4%;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .contBtn ul li {
    width: 100%;
    margin: 0 0 015px 0;
  }
}

.contBtn ul li:nth-of-type(even) {
  margin-right: 0;
}

.contBtn ul li a {
  display: block;
  padding: 15px 3px;
  background: #333;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .contBtn ul li a {
    font-size: 16px;
  }
}

.contBtn ul li a:hover {
  background: #f15a2a;
  opacity: 1;
}

.ancBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ancBtn ul li {
  margin: 0 10px 10px 0;
}

.ancBtn ul li a {
  position: relative;
  display: inline-block;
  padding: 5px 31px 5px 20px;
  border: 1px solid #ccc;
  text-decoration: none;
  line-height: 1.5;
}

.ancBtn ul li a:hover {
  border: 1px solid #f15a2a;
  color: #f15a2a;
}

.ancBtn ul li a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .spLeft div {
    text-align: left !important;
  }
}

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

.pntTxtLine p {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 224, 77, 0)), color-stop(70%, #ffe04d));
  background: linear-gradient(rgba(255, 224, 77, 0) 70%, #ffe04d 70%);
}

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

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

/* ------------------------------------------------------------
list
------------------------------------------------------------ */
.liCheck li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 29px;
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (max-width: 834px) {
  .liCheck li {
    font-size: 16px;
  }
}

.liCheck li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #f15a2a;
}

@media only screen and (max-width: 834px) {
  .liCheck li:before {
    font-size: 18px;
  }
}

.kome li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.kome li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

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

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
.img03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.img03 ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .img03 ul li {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

.img03 ul li:nth-of-type(3n) {
  margin-right: 0;
}

.img03 ul li img {
  width: 100% !important;
}

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

.gmap iframe {
  vertical-align: bottom;
}

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

.anc {
  clear: inherit !important;
}

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

.linkTel a {
  text-decoration: none;
}

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

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

.works_sns .sns_list {
  border: 0 !important;
  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;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.works_sns .sns_list > div {
  width: 49%;
  border: 1px solid #ccc !important;
  padding: 0.5em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .works_sns .sns_list > div {
    margin-bottom: 0.5em;
  }
}

.works_sns .sns_list > div > div {
  padding: 0;
}

.works_sns .sns_list .sns_photo {
  width: 44%;
}

@media screen and (max-width: 640px) {
  .works_sns .sns_list .sns_photo {
    width: 100%;
  }
}

.works_sns .sns_list .sns_text {
  width: 55%;
}

@media screen and (max-width: 640px) {
  .works_sns .sns_list .sns_text {
    width: 100%;
  }
}

.works_sns .sns_list .sns_text .sns_date {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .works_sns .sns_list .sns_text .sns_date {
    font-size: 14px;
  }
}

.works_sns .sns_list .sns_text .caption {
  font-size: 14px;
  line-height: 1.6 !important;
}

.home_blog .blog_photo a, .column_blog .blog_photo a {
  display: block;
  position: relative;
}

.home_blog .blog_photo a:after, .column_blog .blog_photo a:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.home_blog .blog_photo a > img, .home_blog .blog_photo a video, .column_blog .blog_photo a > img, .column_blog .blog_photo a video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 640px) {
  .blog #contents {
    padding: 0 !important;
  }
}
/*# sourceMappingURL=assets.css.map */