@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/******************************************************************

******************************************************************/
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
/* line 34, ../scss/_mixin.scss */
.a_color {
  color: #e30011;
}

/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
@font-face {
  font-family: 'chogokuboso';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/chogokubosogothic_5.ttf") format("truetype");
}
@font-face {
  font-family: 'JKG-L_3';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/JKG-L_3.ttf") format("truetype");
}
@font-face {
  font-family: 'JKG-M_3';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/JKG-M_3.ttf") format("truetype");
}
@font-face {
  font-family: 'ghatee';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ghatee.ttf") format("truetype");
}
@font-face {
  font-family: 'Medium';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/JISZ8903-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'gt';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/gt.otf") format("opentype");
}
@font-face {
  font-family: 'old_stamper';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/old_stamper.ttf") format("truetype");
}
@font-face {
  font-family: 'Oswald-Light';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Oswald-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Oswald-Regular';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Oswald-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Oswald-Bold';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
}
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 173, ../scss/_mixin.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* line 3, ../scss/_bxireset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, ../scss/_bxireset.scss */
html {
  font-size: calc(1.125em + 0.25vw);
}

/* line 11, ../scss/_bxireset.scss */
body {
  line-height: 1.6em;
  font-weight: 400;
  overflow-x: hidden;
  letter-spacing: 0.6;
  background: #ffffff;
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.625em;
  word-wrap: break-word;
}

/* line 22, ../scss/_bxireset.scss */
object {
  pointer-events: none;
}

/* line 25, ../scss/_bxireset.scss */
figure {
  padding: 0;
  margin: 0;
}

/* line 29, ../scss/_bxireset.scss */
.inner, #form_c2 {
  margin: 0 auto;
  max-width: 1160px;
}

/* line 33, ../scss/_bxireset.scss */
.inner2 {
  margin: 0 auto;
  max-width: 730px;
}

@media screen and (max-width: 1160px) {
  /* line 38, ../scss/_bxireset.scss */
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 468px) {
  /* line 44, ../scss/_bxireset.scss */
  .inner, .inner2, #form_c2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 54, ../scss/_bxireset.scss */
  .inner, .inner2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: 100%;
    width: 100%;
  }
}
/* line 61, ../scss/_bxireset.scss */
.sinner {
  max-width: 620px;
}

/* line 64, ../scss/_bxireset.scss */
#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* line 69, ../scss/_bxireset.scss */
#contents {
  padding: 0;
}

@media screen and (max-width: 1160px) {
  /* line 72, ../scss/_bxireset.scss */
  #main {
    width: 79.16667%;
  }
}

@media screen and (max-width: 1160px) {
  /* line 77, ../scss/_bxireset.scss */
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1160px) {
  /* line 83, ../scss/_bxireset.scss */
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 1160px) {
  /* line 88, ../scss/_bxireset.scss */
  #side aside {
    width: 100% !important;
  }
}

/* line 94, ../scss/_bxireset.scss */
.map {
  margin: 56px auto;
  max-width: 1160px;
}

/* line 98, ../scss/_bxireset.scss */
.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

/* line 106, ../scss/_bxireset.scss */
.policy h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

/* line 113, ../scss/_bxireset.scss */
.policy p {
  margin: 0 0 20px;
}

/* line 116, ../scss/_bxireset.scss */
table {
  table-layout: fixed;
}

/* line 119, ../scss/_bxireset.scss */
table td {
  padding: 0 !important;
}

/* line 122, ../scss/_bxireset.scss */
.tlauto table {
  table-layout: auto;
}

/* line 125, ../scss/_bxireset.scss */
table td img {
  height: auto !important;
}

/* line 128, ../scss/_bxireset.scss */
.pdtd10 td {
  padding: 10px !important;
}

/* line 131, ../scss/_bxireset.scss */
pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

/* line 136, ../scss/_bxireset.scss */
b, strong {
  font-weight: bold;
}

/* line 139, ../scss/_bxireset.scss */
u {
  text-decoration: line-through;
}

/* line 142, ../scss/_bxireset.scss */
img {
  max-width: 100%;
  height: auto !important;
}

/* line 146, ../scss/_bxireset.scss */
small {
  font-size: 80%;
}

/* line 149, ../scss/_bxireset.scss */
hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

/* line 154, ../scss/_bxireset.scss */
span {
  font-weight: inherit;
}

/* line 157, ../scss/_bxireset.scss */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

/* line 162, ../scss/_bxireset.scss */
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 169, ../scss/_bxireset.scss */
div.iframeWrapper,
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

/* line 175, ../scss/_bxireset.scss */
u {
  text-decoration: underline;
}

/* line 178, ../scss/_bxireset.scss */
.borB {
  border-bottom: 1px dashed #333;
}

/* line 181, ../scss/_bxireset.scss */
.b {
  font-weight: 500;
}

/* line 184, ../scss/_bxireset.scss */
.borderB {
  border-bottom: 1px dashed #333;
}

/* line 188, ../scss/_bxireset.scss */
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

/* line 192, ../scss/_bxireset.scss */
a:hover {
  opacity: 0.6;
}

/* line 195, ../scss/_bxireset.scss */
#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1160px) {
  /* line 195, ../scss/_bxireset.scss */
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 468px) {
  /* line 195, ../scss/_bxireset.scss */
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 208, ../scss/_bxireset.scss */
#contents {
  max-width: 1160px;
  width: 100%;
}

/* line 213, ../scss/_bxireset.scss */
.tacenter {
  text-align: center !important;
}

/* line 216, ../scss/_bxireset.scss */
.ColLeft {
  float: left;
  width: 49%;
}
@media screen and (max-width: 468px) {
  /* line 216, ../scss/_bxireset.scss */
  .ColLeft {
    width: 100%;
  }
}

/* line 224, ../scss/_bxireset.scss */
.ColRight {
  float: right;
  width: 49%;
}
@media screen and (max-width: 468px) {
  /* line 224, ../scss/_bxireset.scss */
  .ColRight {
    width: 100%;
  }
}

/* line 232, ../scss/_bxireset.scss */
.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

/* line 239, ../scss/_bxireset.scss */
.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 1160px) {
  /* line 245, ../scss/_bxireset.scss */
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 468px) {
  /* line 245, ../scss/_bxireset.scss */
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

/* line 260, ../scss/_bxireset.scss */
.fwb {
  font-weight: bold;
}

/* line 263, ../scss/_bxireset.scss */
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* line 266, ../scss/_bxireset.scss */
.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 270, ../scss/_bxireset.scss */
  .fltL {
    float: none;
    width: 100% !important;
  }

  /* line 274, ../scss/_bxireset.scss */
  .fltR {
    float: none;
    width: 100% !important;
  }
}
@media screen and (max-width: 468px) {
  /* line 280, ../scss/_bxireset.scss */
  .sptal {
    text-align: left !important;
  }

  /* line 283, ../scss/_bxireset.scss */
  .sptar {
    text-align: right !important;
  }

  /* line 286, ../scss/_bxireset.scss */
  .sptac {
    text-align: center !important;
  }
}
/* line 1, ../scss/_header.scss */
#header, #header .logoArea, #header .logoAreaSmall, #header .hed_info {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* line 4, ../scss/_header.scss */
header#global_header {
  max-width: 100%;
  position: relative;
}

/* line 12, ../scss/_header.scss */
.index_contents #header {
  width: 100%;
  max-width: 370px;
  max-height: 699px;
  height: 96.5%;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}
@media screen and (max-width: 1160px) {
  /* line 12, ../scss/_header.scss */
  .index_contents #header {
    max-width: 270px;
  }
}
/* line 28, ../scss/_header.scss */
.index_contents #header .logoArea {
  display: block;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  /* line 28, ../scss/_header.scss */
  .index_contents #header .logoArea {
    display: none;
  }
}
/* line 36, ../scss/_header.scss */
.index_contents #header .logoArea .lo-go {
  width: 100%;
  height: 22px;
  font-size: 0;
  line-height: 0;
  margin: 20px 0 30px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (max-width: 1160px) {
  /* line 36, ../scss/_header.scss */
  .index_contents #header .logoArea .lo-go {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  /* line 36, ../scss/_header.scss */
  .index_contents #header .logoArea .lo-go {
    width: 100%;
    height: auto;
  }
}
/* line 55, ../scss/_header.scss */
.index_contents #header .logoArea .lo-go a {
  position: relative;
  display: block;
  width: 100%;
  height: 22px;
  background: url(../images/common/logo.png) center center no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1003;
}
@media screen and (max-width: 768px) {
  /* line 55, ../scss/_header.scss */
  .index_contents #header .logoArea .lo-go a {
    width: 270px;
  }
}
/* line 74, ../scss/_header.scss */
.index_contents #header .logoArea .info_area {
  float: right;
}
/* line 77, ../scss/_header.scss */
.index_contents #header .logoArea .info_area a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 3px 10px;
  color: #333;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}
/* line 84, ../scss/_header.scss */
.index_contents #header .logoArea .info_area a.h_company {
  background: #e30011;
}
/* line 87, ../scss/_header.scss */
.index_contents #header .logoArea .info_area a.h_contact {
  background: #ffffff;
}
/* line 92, ../scss/_header.scss */
.index_contents #header .logoArea .info_area a span svg {
  margin-right: 5px;
}
/* line 100, ../scss/_header.scss */
.index_contents #header #nav_global {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  display: block;
  z-index: 1001;
  width: 100%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  /* line 100, ../scss/_header.scss */
  .index_contents #header #nav_global {
    width: 100%;
  }
}
/* line 110, ../scss/_header.scss */
.index_contents #header #nav_global > ul {
  width: 100%;
  border-left: 1px solid #000000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 116, ../scss/_header.scss */
.index_contents #header #nav_global > ul li {
  /*flex-grow: 1;*/
  color: #000000;
  position: relative;
  margin-left: 0px !important;
  padding-left: 35px;
  opacity: 0;
  transform: translateX(0);
  opacity: 1;
  transform: translateX(1em);
  transition-delay: 200ms;
  transition-property: opacity , transform;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}
/* line 124, ../scss/_header.scss */
.index_contents #header #nav_global > ul li::before {
  position: absolute;
  top: 28px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #000000;
  display: block;
  content: '';
}
/* line 142, ../scss/_header.scss */
.index_contents #header #nav_global > ul li:nth-child(1) {
  transition-delay: 270ms;
}
/* line 145, ../scss/_header.scss */
.index_contents #header #nav_global > ul li:nth-child(2) {
  transition-delay: 340ms;
}
/* line 148, ../scss/_header.scss */
.index_contents #header #nav_global > ul li:nth-child(3) {
  transition-delay: 410ms;
}
/* line 151, ../scss/_header.scss */
.index_contents #header #nav_global > ul li:nth-child(4) {
  transition-delay: 480ms;
}
/* line 154, ../scss/_header.scss */
.index_contents #header #nav_global > ul li:nth-child(5) {
  transition-delay: 550ms;
}
/* line 157, ../scss/_header.scss */
.index_contents #header #nav_global > ul li:nth-child(6) {
  transition-delay: 620ms;
}
/* line 160, ../scss/_header.scss */
.index_contents #header #nav_global > ul li:hover {
  transform: translateX(0em);
  transition-delay: 0ms;
  transition-property: opacity , transform;
}
@media screen and (max-width: 768px) {
  /* line 165, ../scss/_header.scss */
  .index_contents #header #nav_global > ul li.sp_menu {
    display: block;
  }
}
/* line 170, ../scss/_header.scss */
.index_contents #header #nav_global > ul li.contact {
  color: #000000;
  margin-left: 0px !important;
  padding-left: 169px;
}
@media screen and (max-width: 1160px) {
  /* line 170, ../scss/_header.scss */
  .index_contents #header #nav_global > ul li.contact {
    padding-left: 102px;
  }
}
/* line 178, ../scss/_header.scss */
.index_contents #header #nav_global > ul li.contact::before {
  top: 16px;
  left: 0;
  width: 210px;
  height: 1px;
  background: #000000;
  display: block;
  content: '';
}
@media screen and (max-width: 1160px) {
  /* line 178, ../scss/_header.scss */
  .index_contents #header #nav_global > ul li.contact::before {
    width: 130px;
  }
}
/* line 191, ../scss/_header.scss */
.index_contents #header #nav_global > ul li.contact a {
  background: #000000;
  color: #ffffff;
  display: inline-block;
  padding-top: 0px;
  padding: 5px 20px;
}
/* line 199, ../scss/_header.scss */
.index_contents #header #nav_global > ul li ul {
  display: none;
}
/* line 204, ../scss/_header.scss */
.index_contents #header #nav_global > ul li ul li {
  display: block;
  margin-left: 0px !important;
  padding-left: 0px;
  position: static;
  float: left;
}
/* line 211, ../scss/_header.scss */
.index_contents #header #nav_global > ul li ul li::before {
  display: none;
  content: '';
}
/* line 217, ../scss/_header.scss */
.index_contents #header #nav_global > ul li ul li a {
  line-height: 1.4;
  display: block;
  text-align: left;
  letter-spacing: 1px;
  padding: 10px 12px 10px 0;
  color: #333;
  display: block;
  height: auto;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-size: calc((0.7em + 0.25vw));
  text-decoration: underline;
}
/* line 235, ../scss/_header.scss */
.index_contents #header #nav_global > ul li a {
  text-decoration: none;
  display: block;
  letter-spacing: 1.5px;
  text-align: left;
  /*padding: 0 1.25vw;*/
  color: #333;
  font-size: calc((0.8em + 0.25vw));
  font-weight: normal;
  padding-top: 17px;
  font-family: 'Oswald-Bold';
  transition-property: color;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  text-decoration: none;
}
/* line 251, ../scss/_header.scss */
.index_contents #header #nav_global > ul li a span {
  display: block;
  font-size: calc((0.4em + 0.25vw));
  color: #333;
}
/* line 265, ../scss/_header.scss */
.index_contents #header .mainArea_scroll {
  position: absolute;
  z-index: 3;
  bottom: -1%;
  left: 37%;
  -webkit-transform: translate(1%, -37%);
  transform: translate(1%, -37%);
}
@media screen and (max-width: 1300px) {
  /* line 265, ../scss/_header.scss */
  .index_contents #header .mainArea_scroll {
    display: none;
  }
}

/* line 292, ../scss/_header.scss */
.no_index_contents #header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 73px;
  background: #ffffff;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  /* line 292, ../scss/_header.scss */
  .no_index_contents #header {
    height: 65px;
  }
}
/* line 317, ../scss/_header.scss */
.no_index_contents #header .logoArea {
  display: block;
  z-index: 1001;
}
/* line 325, ../scss/_header.scss */
.no_index_contents #header .logoArea .lo-go {
  padding-top: 26px;
  padding-left: 10px;
  float: left;
  width: 316px;
  height: 22px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (max-width: 768px) {
  /* line 325, ../scss/_header.scss */
  .no_index_contents #header .logoArea .lo-go {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }
}
/* line 345, ../scss/_header.scss */
.no_index_contents #header .logoArea .lo-go a {
  position: relative;
  display: block;
  width: 316px;
  height: 22px;
  background: url(../images/common/logo.png) center center no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1003;
}
@media screen and (max-width: 468px) {
  /* line 345, ../scss/_header.scss */
  .no_index_contents #header .logoArea .lo-go a {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  /* line 345, ../scss/_header.scss */
  .no_index_contents #header .logoArea .lo-go a {
    margin: 0 auto;
  }
}
/* line 365, ../scss/_header.scss */
.no_index_contents #header .logoArea .info_area {
  float: right;
}
/* line 368, ../scss/_header.scss */
.no_index_contents #header .logoArea .info_area a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 3px 10px;
  color: #333;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}
/* line 375, ../scss/_header.scss */
.no_index_contents #header .logoArea .info_area a.h_company {
  background: #e30011;
}
/* line 378, ../scss/_header.scss */
.no_index_contents #header .logoArea .info_area a.h_contact {
  background: #ffffff;
}
/* line 383, ../scss/_header.scss */
.no_index_contents #header .logoArea .info_area a span svg {
  margin-right: 5px;
}
/* line 391, ../scss/_header.scss */
.no_index_contents #header #nav_global {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  top: 0px;
  right: 0;
  display: block;
  z-index: 1001;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 391, ../scss/_header.scss */
  .no_index_contents #header #nav_global {
    display: none;
  }
}
/* line 403, ../scss/_header.scss */
.no_index_contents #header #nav_global > ul {
  position: relative;
  width: 100%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 410, ../scss/_header.scss */
.no_index_contents #header #nav_global > ul li {
  /*flex-grow: 1;*/
}
@media screen and (max-width: 768px) {
  /* line 415, ../scss/_header.scss */
  .no_index_contents #header #nav_global > ul li.sp_menu {
    display: block;
  }
}
/* line 420, ../scss/_header.scss */
.no_index_contents #header #nav_global > ul li.request {
  background: #e30011;
}
/* line 422, ../scss/_header.scss */
.no_index_contents #header #nav_global > ul li.request a {
  color: #ffffff;
  display: block;
  padding-top: 0px;
  line-height: 73px;
}
/* line 429, ../scss/_header.scss */
.no_index_contents #header #nav_global > ul li.contact {
  background: #000000;
}
/* line 431, ../scss/_header.scss */
.no_index_contents #header #nav_global > ul li.contact a {
  color: #ffffff;
  display: block;
  padding-top: 0px;
  line-height: 73px;
}
/* line 438, ../scss/_header.scss */
.no_index_contents #header #nav_global > ul li ul {
  position: absolute;
  top: 73px;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}
/* line 445, ../scss/_header.scss */
.no_index_contents #header #nav_global > ul li ul li {
  display: block;
  float: none;
}
/* line 448, ../scss/_header.scss */
.no_index_contents #header #nav_global > ul li ul li a {
  line-height: 1.6;
  display: block;
  text-align: left;
  letter-spacing: 0px;
  padding: 10px 0.8vw;
  color: #000000;
  display: block;
  height: auto;
}
/* line 457, ../scss/_header.scss */
.no_index_contents #header #nav_global > ul li ul li a:hover {
  background: #ffffff;
}
/* line 466, ../scss/_header.scss */
.no_index_contents #header #nav_global > ul li a {
  text-decoration: none;
  display: block;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0 1.25vw;
  color: #000000;
  font-size: calc((0.8em + 0.25vw));
  height: 73px;
  padding-top: 17px;
  font-family: 'Oswald-Regular';
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 477, ../scss/_header.scss */
.no_index_contents #header #nav_global > ul li a span {
  display: block;
  font-size: calc((0.4em + 0.25vw));
  color: #000000;
}

/* line 495, ../scss/_header.scss */
#logo {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 495, ../scss/_header.scss */
  #logo {
    position: relative;
    z-index: 9999999;
    display: block;
  }
}
/* line 502, ../scss/_header.scss */
#logo.header-logo {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 502, ../scss/_header.scss */
  #logo.header-logo {
    display: block;
    width: 270px;
    overflow: hidden;
    margin: 10px auto 0;
  }
}

/* line 513, ../scss/_header.scss */
.mean-nav .inner {
  padding: 0 !important;
}

/*-------------------------------nav_global ------------------------------------------*/
/*-------------------------------main area ------------------------------------------*/
/* line 521, ../scss/_header.scss */
#main_image {
  width: 100% !important;
  padding-top: 0px;
  position: relative;
  margin: 0 auto;
  min-height: 490px;
  max-width: 100% !important;
  background-color: #d0dac9;
}
@media screen and (max-width: 768px) {
  /* line 521, ../scss/_header.scss */
  #main_image {
    padding-top: 0px;
    width: 100%;
    margin: 0 auto;
    min-height: inherit;
  }
}
@media screen and (max-width: 1160px) {
  /* line 537, ../scss/_header.scss */
  #main_image.inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/* line 544, ../scss/_header.scss */
#main_image .bg_main_img {
  opacity: 1;
  top: 0px;
  height: auto;
  /*height: 100vh;*/
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 544, ../scss/_header.scss */
  #main_image .bg_main_img {
    /*height: 60vh;*/
  }
}
@media screen and (max-width: 468px) {
  /* line 544, ../scss/_header.scss */
  #main_image .bg_main_img {
    min-height: auto;
    max-height: inherit;
    background-size: cover;
    /*height: 42vh;*/
  }
}
/* line 562, ../scss/_header.scss */
#main_image h1.mainArea_txt {
  bottom: -20%;
  left: 3%;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 468px) {
  /* line 570, ../scss/_header.scss */
  #main_image h1.mainArea_txt object {
    width: 80vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  /* line 570, ../scss/_header.scss */
  #main_image h1.mainArea_txt object {
    width: 80vw;
    height: auto;
  }
}
/* line 585, ../scss/_header.scss */
#main_image .slick-prev, #main_image .slick-next {
  display: none !important;
}
/* line 586, ../scss/_header.scss */
#main_image ul li img {
  margin: 0 auto;
}
@media screen and (max-width: 1160px) {
  /* line 521, ../scss/_header.scss */
  #main_image {
    width: auto !important;
  }
}

/*tab sp menu*/
/* line 597, ../scss/_header.scss */
.overlayMenuBtn {
  position: absolute;
  top: 20px;
  left: 4%;
  height: 50px;
  cursor: pointer;
  z-index: 100001;
}
/* line 604, ../scss/_header.scss */
.overlayMenuBtn span {
  position: relative;
  display: block;
  width: 40px;
  border: 1px solid #999;
  transition: .5s;
}
/* line 610, ../scss/_header.scss */
.overlayMenuBtn span:nth-child(1) {
  top: 0;
}
/* line 611, ../scss/_header.scss */
.overlayMenuBtn span:nth-child(2) {
  top: 10px;
}
/* line 612, ../scss/_header.scss */
.overlayMenuBtn span:nth-child(3) {
  top: 20px;
}
@media screen and (min-width: 769px) {
  /* line 597, ../scss/_header.scss */
  .overlayMenuBtn {
    display: none;
  }
}

/* line 620, ../scss/_header.scss */
.overlayMenu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100000;
}
/* line 628, ../scss/_header.scss */
.overlayMenu .overlayMenuInner {
  padding: 10px 4% 40px 4%;
}
/* line 630, ../scss/_header.scss */
.overlayMenu .overlayMenuInner .overlayMenuHeader {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
/* line 636, ../scss/_header.scss */
.overlayMenu .overlayMenuInner .overlayMenuItem ul {
  margin: 20px 0 40px 0;
  padding: 0;
  list-style-type: none;
}
/* line 640, ../scss/_header.scss */
.overlayMenu .overlayMenuInner .overlayMenuItem ul li {
  border-top: 1px solid #ccc;
}
/* line 642, ../scss/_header.scss */
.overlayMenu .overlayMenuInner .overlayMenuItem ul li a {
  display: block;
  padding: 15px 0;
  color: #009170;
  text-decoration: none;
  transition: .5s;
  font-size: 14px;
  font-family: "Noto Sans JP";
}
/* line 650, ../scss/_header.scss */
.overlayMenu .overlayMenuInner .overlayMenuItem ul li a:hover {
  background-color: #009170;
  color: #fff;
}
/* line 655, ../scss/_header.scss */
.overlayMenu .overlayMenuInner .overlayMenuItem ul li:last-child {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  /* line 620, ../scss/_header.scss */
  .overlayMenu {
    display: none;
  }
}

/* line 2, ../scss/_footer.scss */
footer#global_footer {
  max-width: 100%;
  min-width: 0;
  position: relative;
  width: 100%;
  background-color: #000000;
}
/* line 8, ../scss/_footer.scss */
footer#global_footer a {
  color: #ccc;
  text-decoration: none;
}
/* line 11, ../scss/_footer.scss */
footer#global_footer a:hover {
  text-decoration: none;
}

/* line 16, ../scss/_footer.scss */
footer {
  padding: 0px 0 0;
  position: relative;
}
/* line 19, ../scss/_footer.scss */
footer .inner {
  position: relative;
  padding: 0px 0 25px;
}
@media screen and (max-width: 468px) {
  /* line 19, ../scss/_footer.scss */
  footer .inner {
    padding: 0px 0 0px;
  }
}
/* line 25, ../scss/_footer.scss */
footer .inner .f_left {
  text-align: center;
  float: left;
}
@media screen and (max-width: 1160px) {
  /* line 25, ../scss/_footer.scss */
  footer .inner .f_left {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 25, ../scss/_footer.scss */
  footer .inner .f_left {
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 468px) {
  /* line 25, ../scss/_footer.scss */
  footer .inner .f_left {
    padding-left: 0px;
    margin-bottom: 0px;
  }
}
/* line 42, ../scss/_footer.scss */
footer .inner .f_left img {
  margin-bottom: 40px;
}
/* line 46, ../scss/_footer.scss */
footer .inner #f_nav {
  padding: 65px 0 0;
  font-size: 13px;
  color: #ccc;
  text-align: left;
  float: right;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1160px) {
  /* line 46, ../scss/_footer.scss */
  footer .inner #f_nav {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 468px) {
  /* line 46, ../scss/_footer.scss */
  footer .inner #f_nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 46, ../scss/_footer.scss */
  footer .inner #f_nav {
    padding: 0 0;
  }
}
/* line 65, ../scss/_footer.scss */
footer .inner #f_nav .col_nav {
  flex-grow: 1;
  float: left;
  padding-left: 40px;
  line-height: 1.5;
}
/* line 71, ../scss/_footer.scss */
footer .inner #f_nav .col_nav::before {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  content: "";
  width: 210px;
  height: 1px;
  display: block;
}
@media screen and (max-width: 1160px) {
  /* line 65, ../scss/_footer.scss */
  footer .inner #f_nav .col_nav {
    padding-left: 28px;
  }
}
/* line 82, ../scss/_footer.scss */
footer .inner #f_nav .col_nav h4 {
  font-family: "Sawarabi Gothic";
  font-size: 28px;
  color: #ccc;
  margin-bottom: 20px;
}
/* line 89, ../scss/_footer.scss */
footer .inner #f_nav .col_nav ul li {
  line-height: 2.5;
                            /*

                            &:before {
                                display: none;
                                font-family: "Font Awesome 5 Solid";
                                content: "\f054";
                            }
                            svg{
                                padding-right: 5px;
                                color: $white;
                                font-size: 1.2em;
                            }
                            */
}
/* line 91, ../scss/_footer.scss */
footer .inner #f_nav .col_nav ul li:before {
  content: "-";
  display: inline-block;
  padding-right: 5px;
  color: #ccc;
  font-size: 1.2em;
}
/* line 117, ../scss/_footer.scss */
footer .inner .cont a {
  margin-right: 10px;
}
/* line 122, ../scss/_footer.scss */
footer .wrap_copy {
  padding: 10px 0;
  border-top: 1px solid #ffffff;
}
/* line 125, ../scss/_footer.scss */
footer .wrap_copy .sns_area {
  float: left;
}
@media screen and (max-width: 468px) {
  /* line 125, ../scss/_footer.scss */
  footer .wrap_copy .sns_area {
    float: none;
  }
}
/* line 131, ../scss/_footer.scss */
footer .wrap_copy .sns_area a {
  margin-left: 20px;
}
@media screen and (max-width: 468px) {
  /* line 131, ../scss/_footer.scss */
  footer .wrap_copy .sns_area a {
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  /* line 140, ../scss/_footer.scss */
  footer .fltL, footer .fltR {
    float: none;
  }
}

/* line 146, ../scss/_footer.scss */
#copyright {
  color: #ccc;
  font-size: 12px;
  text-align: center;
  margin: 0px auto;
  padding: 10px 0;
}
@media screen and (max-width: 468px) {
  /* line 146, ../scss/_footer.scss */
  #copyright {
    text-align: center;
  }
}

/* line 158, ../scss/_footer.scss */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
}

/* line 4, ../scss/_contents.scss */
.index_contents #contents_wrap {
  padding-top: 0px;
  max-width: 100%;
  width: 100%;
  padding: 0px 0 0px;
}
@media screen and (max-width: 768px) {
  /* line 4, ../scss/_contents.scss */
  .index_contents #contents_wrap {
    padding: 0px 0 0px;
  }
}
@media screen and (max-width: 468px) {
  /* line 4, ../scss/_contents.scss */
  .index_contents #contents_wrap {
    padding: 0px 0 0px;
  }
}
/* line 15, ../scss/_contents.scss */
.index_contents #contents_wrap #contents {
  width: 100%;
  max-width: 100%;
}
/* line 18, ../scss/_contents.scss */
.index_contents #contents_wrap #contents #main {
  width: 100%;
}
/* line 20, ../scss/_contents.scss */
.index_contents #contents_wrap #contents #main #col_main {
  width: 100%;
}

/* line 27, ../scss/_contents.scss */
#contents_wrap {
  padding: 0px 0 90px;
}
@media screen and (max-width: 768px) {
  /* line 27, ../scss/_contents.scss */
  #contents_wrap {
    padding: 0px 0 60px;
  }
}
@media screen and (max-width: 468px) {
  /* line 27, ../scss/_contents.scss */
  #contents_wrap {
    padding: 0px 0 30px;
  }
}
/* line 35, ../scss/_contents.scss */
#contents_wrap #contents {
  background: transparent;
}
@media screen and (max-width: 1160px) {
  /* line 37, ../scss/_contents.scss */
  #contents_wrap #contents #main {
    width: 100%;
  }
}
/* line 41, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main {
  float: none;
  line-height: 1.5;
}
/* line 44, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .bg_gld {
  background: linear-gradient(-135deg, #cccccc, #ffffff);
}
/* line 47, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .news {
  overflow: auto;
  max-height: 250px;
  margin-top: 60px;
}
@media screen and (max-width: 468px) {
  /* line 47, ../scss/_contents.scss */
  #contents_wrap #contents #main #col_main .news {
    margin-bottom: 40px;
  }
}
/* line 55, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .news .news_txt {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
/* line 58, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .news .news_txt b {
  background: #e30011;
  font-weight: 300;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  margin-left: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}
/* line 71, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .bx-wrapper {
  max-width: 1000px !important;
}
/* line 78, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_maincon {
  position: relative;
}
/* line 81, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_maincon .box.cont_txt {
  font-family: "Noto Sans JP";
  width: 44%;
}
/* line 84, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_maincon .box.cont_txt h3 {
  text-decoration: underline;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  /* line 84, ../scss/_contents.scss */
  #contents_wrap #contents #main .wrap_maincon .box.cont_txt h3 {
    font-size: 20px;
  }
}
/* line 93, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_maincon .box.cont_txt p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  /* line 93, ../scss/_contents.scss */
  #contents_wrap #contents #main .wrap_maincon .box.cont_txt p {
    font-size: 14px;
  }
}
/* line 102, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_maincon .box.cont_img img {
  width: auto !important;
}
/* line 110, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_maincon .bg_g {
  padding-right: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 468px) {
  /* line 110, ../scss/_contents.scss */
  #contents_wrap #contents #main .wrap_maincon .bg_g {
    padding-right: 0px;
  }
}
/* line 116, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_maincon .bg_g:before {
  content: "";
  background: url(../images/common/bg_g0.jpg) top left no-repeat;
  width: 470px;
  height: 384px;
  z-index: -1;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 468px) {
  /* line 116, ../scss/_contents.scss */
  #contents_wrap #contents #main .wrap_maincon .bg_g:before {
    background: none;
  }
}
/* line 131, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_maincon .bg_g1 {
  padding-left: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 468px) {
  /* line 131, ../scss/_contents.scss */
  #contents_wrap #contents #main .wrap_maincon .bg_g1 {
    padding-left: 0px;
    padding-top: 0px;
  }
}
/* line 139, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_maincon .bg_g1:before {
  content: "";
  background: url(../images/common/bg_g1.jpg) top left no-repeat;
  width: 480px;
  height: 276px;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 468px) {
  /* line 139, ../scss/_contents.scss */
  #contents_wrap #contents #main .wrap_maincon .bg_g1:before {
    background: none;
  }
}
/* line 154, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_maincon .bg_g2 {
  padding-left: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 468px) {
  /* line 154, ../scss/_contents.scss */
  #contents_wrap #contents #main .wrap_maincon .bg_g2 {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 30px;
  }
}
/* line 163, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_maincon .bg_g2:before {
  content: "";
  background: url(../images/common/bg_g0.jpg) top left no-repeat;
  width: 470px;
  height: 384px;
  z-index: -1;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media screen and (max-width: 468px) {
  /* line 163, ../scss/_contents.scss */
  #contents_wrap #contents #main .wrap_maincon .bg_g2:before {
    background: none;
  }
}
/* line 178, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_maincon .bg_g3 {
  padding-right: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 468px) {
  /* line 178, ../scss/_contents.scss */
  #contents_wrap #contents #main .wrap_maincon .bg_g3 {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 50px;
  }
}
/* line 187, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_maincon .bg_g3:before {
  content: "";
  background: url(../images/common/bg_g2.jpg) top left no-repeat;
  width: 480px;
  height: 326px;
  z-index: -1;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 468px) {
  /* line 187, ../scss/_contents.scss */
  #contents_wrap #contents #main .wrap_maincon .bg_g3:before {
    background: none;
  }
}
/* line 204, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_bind {
  background: url(../images/common/bg1.jpg) top center no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 468px) {
  /* line 204, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_bind {
    background: none;
  }
}
/* line 210, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_bind h2 {
  color: #ffffff;
}
@media screen and (max-width: 468px) {
  /* line 210, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_bind h2 {
    color: #000000;
  }
}
/* line 215, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_bind h2 span {
  color: #ffffff !important;
}
@media screen and (max-width: 468px) {
  /* line 215, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_bind h2 span {
    color: #000000 !important;
  }
}
/* line 225, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_recruit {
  background: #f5f5f5;
}
/* line 234, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_recruit .none img {
  width: auto !important;
}
/* line 238, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_recruit .cont_titl {
  padding: 0 30px 30px 40px !important;
  background-color: #e30011;
  color: #ffffff;
  position: absolute;
  bottom: -100px;
  left: 145px !important;
  width: 386px;
  display: inline-block;
}
@media screen and (max-width: 1160px) {
  /* line 238, ../scss/_contents.scss */
  #contents_wrap #contents #main .wrap_recruit .cont_titl {
    left: 60px !important;
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  /* line 238, ../scss/_contents.scss */
  #contents_wrap #contents #main .wrap_recruit .cont_titl {
    left: 0px !important;
    width: 100%;
  }
}
@media screen and (max-width: 468px) {
  /* line 238, ../scss/_contents.scss */
  #contents_wrap #contents #main .wrap_recruit .cont_titl {
    bottom: inherit;
  }
}
/* line 260, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_recruit .cont_titl .txt_info {
  color: #ffffff;
  font-size: 14px;
  position: relative;
  margin-left: 0px !important;
  margin-top: 30px !important;
  margin-bottom: 5px !important;
  display: inline-block;
}
/* line 269, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_recruit .cont_titl .txt_info::before {
  position: absolute;
  top: 7px;
  left: -40px;
  width: 30px;
  height: 1px;
  background: #ffffff;
  display: block;
  content: '';
}
/* line 280, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_recruit .cont_titl h3 {
  color: #ffffff;
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0px;
}
/* line 288, ../scss/_contents.scss */
#contents_wrap #contents #main .wrap_recruit .cont_titl:hover {
  background-color: #b50815;
}
/* line 295, ../scss/_contents.scss */
#contents_wrap #contents #main .bnr_area {
  background: #f5f5f5;
}
/* line 297, ../scss/_contents.scss */
#contents_wrap #contents #main .bnr_area .box {
  background: #ffffff;
  border: 1px solid #e30011;
  padding: 10px 20px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 303, ../scss/_contents.scss */
#contents_wrap #contents #main .bnr_area .box tr {
  display: inline-block;
}
/* line 306, ../scss/_contents.scss */
#contents_wrap #contents #main .bnr_area .box .none {
  width: 50px;
  height: 50px;
}
/* line 309, ../scss/_contents.scss */
#contents_wrap #contents #main .bnr_area .box .none img {
  width: auto !important;
  vertical-align: middle;
}
/* line 316, ../scss/_contents.scss */
#contents_wrap #contents #main .bnr_area .box .cont_txt h3 {
  color: #e30011;
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 20px;
  margin-bottom: 0px;
}
/* line 326, ../scss/_contents.scss */
#contents_wrap #contents #main .bnr_area .box .cont_txt em {
  color: #e30011;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 20px;
  display: inline-block;
}
/* line 337, ../scss/_contents.scss */
#contents_wrap #contents #main .bnr_area .box:hover .btn_arrow {
  right: -5px;
}
/* line 343, ../scss/_contents.scss */
#contents_wrap #contents #main .bnr_area .box .btn_arrow {
  position: absolute;
  display: block;
  height: 10px;
  width: 50px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 354, ../scss/_contents.scss */
#contents_wrap #contents #main .bnr_area .box .btn_arrow::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 150px;
  background-color: #e30011;
  border-radius: 100px;
  -webkit-transform: scale(0.333);
  transform: scale(0.333);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
/* line 368, ../scss/_contents.scss */
#contents_wrap #contents #main .bnr_area .box .btn_arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 54px;
  background-color: #e30011;
  border-radius: 100px;
  -webkit-transform: translateY(-1px) translateX(25%) scale(0.333) rotate(-50deg);
  transform: translateY(-1px) translateX(25%) scale(0.333) rotate(-50deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* line 386, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_none {
  background: none !important;
}
/* line 389, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff {
  background: url(../images/common/bg2.jpg) 50% 0 no-repeat fixed;
  height: 742px;
}
@media screen and (max-width: 768px) {
  /* line 389, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_staff {
    height: 654px;
  }
}
@media screen and (max-width: 468px) {
  /* line 389, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_staff {
    background: url(../images/common/bg2.jpg) 50% 0 no-repeat;
    height: 634px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* line 402, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .inner {
  position: relative;
}
/* line 405, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re {
  font-size: 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  max-width: 476px;
  min-height: 534px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1160px) {
  /* line 405, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_staff .wrap_re {
    left: 10px;
  }
}
@media screen and (max-width: 468px) {
  /* line 405, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_staff .wrap_re {
    max-width: 100%;
    left: 0;
    right: 0;
  }
}
/* line 424, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  padding-top: 60px !important;
}
/* line 431, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re .tel {
  font-size: 36px;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* line 435, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re .tel img {
  vertical-align: baseline;
  margin-right: 10px;
}
/* line 440, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re hr {
  border-top: 1px solid #ffffff;
  border-style: solid;
  width: 300px;
}
/* line 445, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re .wrap_re_txt {
  padding-bottom: 30px !important;
  padding-top: 20px !important;
  padding-left: 45px !important;
  color: #000000;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  /* line 445, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_staff .wrap_re .wrap_re_txt {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/* line 456, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re .btn3 a {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
}
@media screen and (max-width: 468px) {
  /* line 456, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_staff .wrap_re .btn3 a {
    margin-right: 0 !important;
  }
}
/* line 463, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re .btn3 a svg {
  color: #ffffff;
}
/* line 466, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re .btn3 a:hover {
  background: #ffffff !important;
  color: #333;
}
/* line 469, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re .btn3 a:hover svg {
  color: #333;
}
/* line 473, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re .btn3 a.btn_contact {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  /* line 482, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_hyou {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* line 489, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 10px;
}
/* line 493, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td {
  font-size: calc((0.8em + 0.25vw));
  font-weight: 700;
  border: 2px solid #ccc;
  padding: 10px !important;
  /*  .txt_tate{
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    font-size: calc((0.8em + 0.25vw));
        font-weight: 700;
        text-align: center;
        margin: 0 auto;
    }
    */
}
/* line 498, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td b {
  text-align: center;
  display: block;
}
/* line 512, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td.d_none {
  border: none;
}
/* line 515, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td.l_left {
  color: #000000;
  position: relative;
  margin-left: 0px !important;
  padding-right: 35px;
}
/* line 521, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td.l_left::before {
  position: absolute;
  top: 50%;
  right: -14px;
  width: 14px;
  height: 1px;
  background: #000000;
  display: block;
  content: '';
}
/* line 532, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td.l_top {
  color: #000000;
  position: relative;
  margin-left: 0px !important;
  padding-left: 35px;
}
/* line 538, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td.l_top::before {
  position: absolute;
  top: -14px;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #000000;
  display: block;
  content: '';
}
/* line 549, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td.l_l_bottom_l {
  color: #000000;
  position: relative;
  margin-left: 0px !important;
  padding-left: 35px;
}
/* line 555, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td.l_l_bottom_l::before {
  position: absolute;
  bottom: -100px;
  left: 45%;
  width: 1px;
  height: 100px;
  background: #000000;
  display: block;
  content: '';
}
/* line 566, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td.l_l_bottom_r {
  color: #000000;
  position: relative;
  margin-left: 0px !important;
  padding-left: 35px;
}
/* line 572, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td.l_l_bottom_r::before {
  position: absolute;
  bottom: -100px;
  left: 55%;
  width: 1px;
  height: 100px;
  background: #000000;
  display: block;
  content: '';
}
/* line 583, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td.l_bottom {
  color: #000000;
  position: relative;
  margin-left: 0px !important;
  padding-left: 35px;
}
/* line 589, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td.l_bottom::before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 1px;
  height: 22px;
  background: #000000;
  display: block;
  content: '';
}
/* line 600, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td.l_top_line {
  color: #000000;
  position: relative;
  margin-left: 0px !important;
  padding-left: 35px;
}
/* line 606, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td.l_top_line::before {
  position: absolute;
  top: -22px;
  left: 50%;
  width: 1px;
  height: 22px;
  background: #000000;
  display: block;
  content: '';
}
/* line 616, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_hyou table td.l_top_line::after {
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 540px;
  height: 1px;
  background: #000000;
  display: block;
  content: '';
}
/* line 644, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_main table {
  table-layout: auto;
}
/* line 647, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_main td {
  border-bottom: 1px dotted #ccc !important;
  padding: 20px 10px !important;
}
@media screen and (max-width: 468px) {
  /* line 651, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_main td:nth-child(1) {
    border-bottom: none !important;
    padding: 20px 10px 0 !important;
  }
}
/* line 662, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td {
  padding: 10px !important;
}
/* line 666, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .ttl_about {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
}
/* line 671, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .txt_subttl {
  color: #e30011;
  font-weight: 700;
}
/* line 679, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_about table td {
  padding: 10px !important;
}
/* line 681, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_about table td .caption {
  margin-top: 10px;
  font-weight: 700;
}
/* line 689, ../scss/_contents.scss */
#contents_wrap #contents #main .que {
  color: #333;
  line-height: 1.5;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #ffffff;
  cursor: pointer;
}
/* line 697, ../scss/_contents.scss */
#contents_wrap #contents #main .que:hover {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 702, ../scss/_contents.scss */
#contents_wrap #contents #main .que .icon_Q {
  background-color: #e30011;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  line-height: 40px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
}
/* line 717, ../scss/_contents.scss */
#contents_wrap #contents #main .ans {
  color: #333;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
}
/* line 724, ../scss/_contents.scss */
#contents_wrap #contents #main .ans .icon_A {
  background-color: #ff0000;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
}

/* side */
/* TOP */
/* line 2, ../scss/_style.scss */
.pageTitle {
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 73px;
}
@media screen and (max-width: 768px) {
  /* line 2, ../scss/_style.scss */
  .pageTitle {
    margin-top: 65px;
  }
}
/* line 9, ../scss/_style.scss */
.pageTitle h1 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 50px 10px 40px;
  background-color: #d0dac9;
}
/* line 16, ../scss/_style.scss */
.pageTitle h1 span {
  font-size: 14px;
  display: block;
  color: #000000;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  /* line 9, ../scss/_style.scss */
  .pageTitle h1 {
    font-size: 30px;
    padding: 50px 10px 40px;
  }
}
@media screen and (max-width: 468px) {
  /* line 9, ../scss/_style.scss */
  .pageTitle h1 {
    font-size: 28px;
    padding: 50px 10px 40px;
  }
}

/* title */
@media screen and (max-width: 468px) {
  /* line 34, ../scss/_style.scss */
  .midashi {
    width: 100% !important;
  }
}
/* line 40, ../scss/_style.scss */
.midashi h1 {
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  font-size: 32px;
  padding: 30px 0;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 468px) {
  /* line 40, ../scss/_style.scss */
  .midashi h1 {
    font-size: 28px;
  }
}
/* line 51, ../scss/_style.scss */
.midashi h1 .sub_ttl {
  font-size: 16px;
  display: block;
  color: #e30011;
}
@media screen and (max-width: 468px) {
  /* line 51, ../scss/_style.scss */
  .midashi h1 .sub_ttl {
    font-size: 14px;
  }
}
/* line 61, ../scss/_style.scss */
.midashi h2 {
  color: #000000;
  line-height: 1.5;
  font-size: 24px;
  padding: 10px 0;
  font-weight: bold;
}
@media screen and (max-width: 468px) {
  /* line 61, ../scss/_style.scss */
  .midashi h2 {
    font-size: 20px;
  }
}
/* line 70, ../scss/_style.scss */
.midashi h2.txt_top_g {
  font-size: 20px;
}
@media screen and (max-width: 468px) {
  /* line 70, ../scss/_style.scss */
  .midashi h2.txt_top_g {
    font-size: 18px;
  }
}
/* line 76, ../scss/_style.scss */
.midashi h2.txt_h2 {
  font-size: 30px;
  color: #000000;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  /* line 76, ../scss/_style.scss */
  .midashi h2.txt_h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 468px) {
  /* line 76, ../scss/_style.scss */
  .midashi h2.txt_h2 {
    font-size: 20px;
  }
}
/* line 86, ../scss/_style.scss */
.midashi h2.txt_h2 span {
  display: block;
  font-size: 13px;
  color: #000000;
  font-family: 'Oswald-Light';
}
/* line 93, ../scss/_style.scss */
.midashi h2.under_bar {
  font-size: 24px;
}
/* line 95, ../scss/_style.scss */
.midashi h2.under_bar:after {
  border-bottom: 2px solid #e30011;
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  padding-top: 15px;
  margin-bottom: 15px;
}
/* line 108, ../scss/_style.scss */
.midashi h3 {
  color: #000000;
  line-height: 1.2;
  font-size: 22px;
  border-bottom: 1px solid #000000;
  padding: 10px 0;
  font-weight: bold;
}
/* line 117, ../scss/_style.scss */
.midashi h4 {
  color: #000000;
  line-height: 1.5;
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
}
/* line 123, ../scss/_style.scss */
.midashi h4 .icon_count {
  font-size: 30px;
  background-color: #e30011;
  color: #000000;
  padding: 5px 20px;
  margin-right: 10px;
}
/* line 132, ../scss/_style.scss */
.midashi h6 {
  color: #e30011;
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}

/* line 140, ../scss/_style.scss */
.headline2 {
  font-size: 28px;
  font-weight: bold;
  color: #e30011;
}

/* line 146, ../scss/_style.scss */
.headline3 {
  font-size: 24px;
  font-weight: bold;
  color: #e30011;
}

/* line 152, ../scss/_style.scss */
.headline4 {
  font-size: 18px;
  font-weight: bold;
  color: #e30011;
}

/* line 158, ../scss/_style.scss */
.ttl4 {
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #e30011;
  border-bottom: 1px solid #e30011;
  padding: 7px 7px 7px 16px;
  position: relative;
}
/* line 165, ../scss/_style.scss */
.ttl4:before {
  content: '';
  border-left: 4px solid #e30011;
  position: absolute;
  top: 11px;
  left: 4px;
  padding-top: 20px;
}
/* line 172, ../scss/_style.scss */
.ttl4:before .txt_a_color {
  color: #e30011;
}

/* line 177, ../scss/_style.scss */
.cate_blue {
  background: #e5f3ff;
  color: #e30011;
  padding: 5px;
  margin-bottom: 10px;
  display: block;
}

/* line 184, ../scss/_style.scss */
.cate_gley {
  background: #999999;
  color: #ffffff;
  padding: 5px;
  margin: 10px auto;
  display: block;
}

/* box */
@media screen and (max-width: 468px) {
  /* line 192, ../scss/_style.scss */
  .home_td0 {
    margin-left: 0 !important;
  }
}
/* line 198, ../scss/_style.scss */
.home_td0 .box {
  position: relative;
  width: 32%;
  float: left;
  margin: 0 2% 2% 0;
}
/* line 203, ../scss/_style.scss */
.home_td0 .box:hover {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 208, ../scss/_style.scss */
.home_td0 .box:nth-child(3n+0) {
  margin-right: 0;
}
/* line 211, ../scss/_style.scss */
.home_td0 .box .cont_titl {
  position: relative;
  display: block;
  width: 100% !important;
}
/* line 216, ../scss/_style.scss */
.home_td0 .box .cont_titl h4 {
  color: #e30011;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin: 10px 0 0;
  /*&:after {
      display: none;
      font-family: "Font Awesome 5 Solid";
      content: '\f0da';
  }
  svg{
      position: absolute;
      color: $a-color;
      right: 7px;
      top: 5px;
      width: 8px;
      height: 13px;
      font-size: 1.2rem
  }*/
}
/* line 239, ../scss/_style.scss */
.home_td0 .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  /* line 198, ../scss/_style.scss */
  .home_td0 .box {
    width: 47.4358%;
    margin: 1.2% !important;
  }
}
@media screen and (max-width: 468px) {
  /* line 198, ../scss/_style.scss */
  .home_td0 .box {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}
/* line 257, ../scss/_style.scss */
.home_td0 .box img {
  width: 100% !important;
}

@media screen and (max-width: 468px) {
  /* line 263, ../scss/_style.scss */
  .home_td {
    margin-left: 0 !important;
  }
}
/* line 269, ../scss/_style.scss */
.home_td .box {
  position: relative;
  width: 32%;
  float: left;
  margin: 0 2% 2% 0;
  -webkit-filter: blur(0);
  filter: blur(0);
}
/* line 276, ../scss/_style.scss */
.home_td .box:hover {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 281, ../scss/_style.scss */
.home_td .box:nth-child(3n+0) {
  margin-right: 0;
}
/* line 284, ../scss/_style.scss */
.home_td .box .cont_titl {
  position: relative;
  display: block;
  width: 100% !important;
}
/* line 289, ../scss/_style.scss */
.home_td .box .cont_titl h4 {
  color: #e30011;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin: 10px 0 0;
  /*&:after {
      display: none;
      font-family: "Font Awesome 5 Solid";
      content: '\f0da';
  }
  svg{
      position: absolute;
      color: $a-color;
      right: 7px;
      top: 5px;
      width: 8px;
      height: 13px;
      font-size: 1.2rem
  }*/
}
/* line 312, ../scss/_style.scss */
.home_td .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 468px) {
  /* line 269, ../scss/_style.scss */
  .home_td .box {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}
/* line 328, ../scss/_style.scss */
.home_td .box img {
  width: 100% !important;
}

/* line 336, ../scss/_style.scss */
.home_td2 .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 468px) {
  /* line 336, ../scss/_style.scss */
  .home_td2 .inner {
    display: block;
    margin-left: 0 !important;
  }
}
/* line 348, ../scss/_style.scss */
.home_td2 .box {
  position: relative;
  width: 48.78049%;
  float: left;
  margin: 0 2% 2% 0;
}
/* line 354, ../scss/_style.scss */
.home_td2 .box:nth-child(2n+0) {
  margin-right: 0;
}
/* line 359, ../scss/_style.scss */
.home_td2 .box .cont_titl h3 {
  color: #333;
  font-size: .7rem;
  font-weight: 700;
  text-align: center;
  margin: 8px auto;
}
/* line 367, ../scss/_style.scss */
.home_td2 .box .cont_titl .price {
  color: #e30011;
  font-size: .6rem;
  text-align: center;
  display: block;
}
/* line 374, ../scss/_style.scss */
.home_td2 .box .cont_titl a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 468px) {
  /* line 348, ../scss/_style.scss */
  .home_td2 .box {
    width: 100% !important;
  }
}
/* line 389, ../scss/_style.scss */
.home_td2 .box img {
  width: 100% !important;
}

/* line 396, ../scss/_style.scss */
.home_td21 .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 468px) {
  /* line 396, ../scss/_style.scss */
  .home_td21 .inner {
    display: block;
    margin-left: 0 !important;
  }
}
/* line 408, ../scss/_style.scss */
.home_td21 .box {
  position: relative;
  width: 31.25%;
  float: left;
  margin: 0 2% 2% 0;
}
/* line 414, ../scss/_style.scss */
.home_td21 .box:nth-child(3n+0) {
  margin-right: 0;
}
/* line 419, ../scss/_style.scss */
.home_td21 .box .cont_titl h3 {
  color: #333;
  font-size: .7rem;
  font-weight: 700;
  text-align: center;
  margin: 8px auto;
}
/* line 427, ../scss/_style.scss */
.home_td21 .box .cont_titl .price {
  color: #e30011;
  font-size: .6rem;
  text-align: center;
  display: block;
}
/* line 434, ../scss/_style.scss */
.home_td21 .box .cont_titl a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 468px) {
  /* line 408, ../scss/_style.scss */
  .home_td21 .box {
    width: 100% !important;
  }
}
/* line 449, ../scss/_style.scss */
.home_td21 .box img {
  width: 100% !important;
}

/* line 457, ../scss/_style.scss */
.home_td20 .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 468px) {
  /* line 456, ../scss/_style.scss */
  .home_td20 {
    display: block;
  }
}
/* line 466, ../scss/_style.scss */
.home_td20 .box {
  position: relative;
  width: 48.78049%;
  float: left;
  margin: 0 2% 2% 0;
}
/* line 472, ../scss/_style.scss */
.home_td20 .box:nth-child(2n+0) {
  margin-right: 0;
}
/* line 477, ../scss/_style.scss */
.home_td20 .box .cont_titl h3 {
  color: #333;
  font-size: .7rem;
  font-weight: 700;
  text-align: center;
  margin: 8px auto;
}
/* line 485, ../scss/_style.scss */
.home_td20 .box .cont_titl .price {
  color: #e30011;
  font-size: .6rem;
  text-align: center;
  display: block;
}
/* line 492, ../scss/_style.scss */
.home_td20 .box .cont_titl a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
/* line 507, ../scss/_style.scss */
.home_td20 .box img {
  width: 100% !important;
}

@media screen and (max-width: 468px) {
  /* line 515, ../scss/_style.scss */
  .home_td4 {
    margin-left: 0 !important;
  }
}
/* line 522, ../scss/_style.scss */
.home_td4.inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 468px) {
  /* line 522, ../scss/_style.scss */
  .home_td4.inner {
    display: block;
  }
}
/* line 531, ../scss/_style.scss */
.home_td4 .box {
  position: relative;
  /*padding: 0 1.25vw;*/
  margin: 0 2.5% 25px 0;
  flex-grow: 0;
  width: 23.09469%;
}
/* line 538, ../scss/_style.scss */
.home_td4 .box:nth-child(4n+0) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 538, ../scss/_style.scss */
  .home_td4 .box:nth-child(4n+0) {
    margin-right: inherit;
  }
}
/* line 545, ../scss/_style.scss */
.home_td4 .box .c_img {
  margin: 0 auto;
  text-align: center;
}
/* line 548, ../scss/_style.scss */
.home_td4 .box .c_img img {
  width: auto;
}
@media screen and (max-width: 468px) {
  /* line 548, ../scss/_style.scss */
  .home_td4 .box .c_img img {
    width: 100% !important;
  }
}
/* line 555, ../scss/_style.scss */
.home_td4 .box .cont_titl {
  display: block;
  width: 100% !important;
}
/* line 561, ../scss/_style.scss */
.home_td4 .box .cont_titl h4 {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  /* line 531, ../scss/_style.scss */
  .home_td4 .box {
    width: 48.78049%;
    float: left;
    margin: 0 1.2% 1.2% 0;
  }
}
@media screen and (max-width: 468px) {
  /* line 531, ../scss/_style.scss */
  .home_td4 .box {
    width: 100%;
    margin: 0 auto 30px;
  }
}

/* line 582, ../scss/_style.scss */
.no_link .box:hover {
  -webkit-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 590, ../scss/_style.scss */
#bread {
  text-align: left;
}
/* line 592, ../scss/_style.scss */
#bread li {
  display: inline-block;
}
/* line 594, ../scss/_style.scss */
#bread li a {
  color: #e30011;
  text-decoration: none;
}

/* line 600, ../scss/_style.scss */
.kakoi {
  border: 2px solid #e30011;
  padding: 30px !important;
}
@media screen and (max-width: 468px) {
  /* line 600, ../scss/_style.scss */
  .kakoi {
    padding: 10px !important;
  }
}
/* line 606, ../scss/_style.scss */
.kakoi h4 {
  text-align: center;
  margin-top: 20px;
}
/* line 610, ../scss/_style.scss */
.kakoi .tel {
  font-size: 36px;
}

/* line 615, ../scss/_style.scss */
.kakoi2 {
  background: #f5f5f5;
  padding: 20px;
}
@media screen and (max-width: 468px) {
  /* line 615, ../scss/_style.scss */
  .kakoi2 {
    padding: 10px;
  }
}
/* line 621, ../scss/_style.scss */
.kakoi2 h5 {
  color: #e30011;
  font-size: 20px;
  font-weight: 700;
}
/* line 626, ../scss/_style.scss */
.kakoi2 .btn1 a {
  color: #ffffff;
  margin-top: 20px;
}
/* line 629, ../scss/_style.scss */
.kakoi2 .btn1 a svg {
  color: #ffffff;
}

/* line 634, ../scss/_style.scss */
.btn1 a {
  background: #e30011;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 250px;
  position: relative;
  padding: 10px;
  text-decoration: none;
  margin: 0 auto;
}
@media screen and (max-width: 468px) {
  /* line 634, ../scss/_style.scss */
  .btn1 a {
    margin: 0 auto;
  }
}
/* line 649, ../scss/_style.scss */
.btn1 a.anchor {
  margin: 0 auto;
}
/* line 651, ../scss/_style.scss */
.btn1 a.anchor:after {
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: '\f0dd';
}
/* line 656, ../scss/_style.scss */
.btn1 a.anchor svg {
  position: absolute;
  color: #333333;
  right: 7px;
  top: 15px;
  width: 8px;
  height: 13px;
  font-size: 1.2rem;
}
@media screen and (max-width: 468px) {
  /* line 649, ../scss/_style.scss */
  .btn1 a.anchor {
    margin: 0 auto 20px;
  }
}
/* line 672, ../scss/_style.scss */
.btn1 a:after {
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: '\f054';
}
/* line 677, ../scss/_style.scss */
.btn1 a svg {
  position: absolute;
  color: #333333;
  right: 7px;
  top: 15px;
  width: 8px;
  height: 13px;
  font-size: 1.2rem;
}

/* line 687, ../scss/_style.scss */
.btn2 a {
  background: #faa61b;
  font-size: 20px;
}
/* line 690, ../scss/_style.scss */
.btn2 a:hover {
  opacity: 1;
  background: #d68500;
}
/* line 694, ../scss/_style.scss */
.btn2 a svg {
  height: 18px;
}

/* line 700, ../scss/_style.scss */
.btn3 a {
  border: 1px solid #e30011;
  background: transparent !important;
  color: #e30011;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}
@media screen and (max-width: 468px) {
  /* line 700, ../scss/_style.scss */
  .btn3 a {
    margin: 0 auto 20px;
  }
}
/* line 711, ../scss/_style.scss */
.btn3 a:hover {
  background: #e30011 !important;
  color: #ffffff;
  opacity: 1;
  transition: all ease 0.5s;
}
/* line 716, ../scss/_style.scss */
.btn3 a:hover svg {
  color: #ffffff;
}
/* line 721, ../scss/_style.scss */
.btn3 a svg {
  color: #e30011;
}

/* line 727, ../scss/_style.scss */
.btn4 a {
  width: 100%;
  font-size: 20px;
  border: 1px solid #ffffff;
  background: transparent !important;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 737, ../scss/_style.scss */
.btn4 a:hover {
  background: #ffffff !important;
  color: #333333;
  opacity: 1;
  transition: all ease 0.5s;
}
/* line 742, ../scss/_style.scss */
.btn4 a:hover svg {
  color: #333333;
}
/* line 747, ../scss/_style.scss */
.btn4 a svg {
  color: #ffffff;
}
/* line 749, ../scss/_style.scss */
.btn4 a svg.fa-envelope {
  position: static;
  width: 30px;
  height: 23px;
}

/* line 759, ../scss/_style.scss */
.btn5 a {
  border: 2px solid #000000;
  background: transparent !important;
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 20px auto 0;
  font-family: 'Oswald-Regular';
  width: 328px;
  padding: 15px;
  font-size: 18px;
}
@media screen and (max-width: 468px) {
  /* line 759, ../scss/_style.scss */
  .btn5 a {
    margin: 0 auto 20px;
  }
}
/* line 773, ../scss/_style.scss */
.btn5 a:hover {
  background: transparent !important;
  color: #000000;
  opacity: 1;
}
/* line 777, ../scss/_style.scss */
.btn5 a:hover:after {
  right: 5px;
}
/* line 781, ../scss/_style.scss */
.btn5 a:after {
  background: url(../images/common/btn_arrow.png) right center no-repeat;
  content: '';
  width: 61px;
  height: 11px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 21px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 792, ../scss/_style.scss */
.btn5 a svg {
  display: none;
}

/* line 799, ../scss/_style.scss */
.h_anchor h2 {
  padding-top: 106px !important;
  margin-top: -106px !important;
}

/* line 803, ../scss/_style.scss */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 803, ../scss/_style.scss */
  .sp {
    display: block !important;
  }
}

/* line 809, ../scss/_style.scss */
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 809, ../scss/_style.scss */
  .pc {
    display: none !important;
  }
}

/* line 815, ../scss/_style.scss */
.dis_none {
  display: none !important;
}
