@charset "UTF-8";
section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block;
  margin: 0;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  padding: 0;
  margin: 0;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

p,
blockquote,
dl,
dd,
figure {
  margin: 0;
}

iframe {
  max-width: 100%;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}
ol li,
ul li {
  list-style: none;
  margin: 0;
}

li img {
  vertical-align: bottom;
}

a, a:link, a:visited {
  outline: none;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  letter-spacing: 0 !important;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  padding: 0;
}

th {
  font-weight: normal;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-size: 1em;
  color: inherit;
  margin: 0;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", Sans-Serif;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
  margin-right: 5px;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

address {
  font-style: normal;
}

i {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  * {
    max-height: 999999px;
  }

  body {
    background: none;
    -webkit-text-size-adjust: none;
  }

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

  a img {
    line-height: 100%;
    vertical-align: middle;
  }

  input, button, select, textarea {
    max-width: 100%;
  }
}
body {
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", Sans-Serif;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-size: 1.8rem;
  color: #333;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

a,
a:link,
a:visited {
  color: #57117A;
  text-decoration: none;
  word-break: break-all;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover img {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}
@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    color: #333;
    text-decoration: none;
  }
}
.allwrap {
  overflow: hidden;
}

#header {
  position: relative;
  z-index: 2;
  background: #57117A;
}
#header .headerIn {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  #header .headerIn {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #header .headerIn {
    overflow: hidden;
  }
}
#header .header__logo {
  padding: 10px;
  width: 120px;
  margin-top: 0px;
  float: left;
  z-index: 20;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #header .header__logo {
    max-width: 80px;
    width: 20%;
  }
}
#header .header__logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #header .header__logo img {
    width: 80%;
  }
}
#header .btn_sp-contact,
#header .btn_sp-tel {
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  text-indent: 100px;
  white-space: nowrap;
  width: 40px;
  height: 45px;
  position: absolute;
  top: 0;
  background: no-repeat center/25px auto;
}
#header .btn_sp-contact {
  background-image: url("../img/icon_at_3.svg");
  right: 100px;
}
#header .btn_sp-tel {
  background-image: url("../img/icon_phone_3.svg");
  right: 55px;
}

#header_txt {
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  position: relative;
}
#header_txt h1 {
  font-size: 1.2rem;
  padding: 3px 5px;
  position: absolute;
}

#main {
  overflow: hidden;
}

#footer {
  width: 100%;
  background-color: #352E39;
  padding-top: 45px;
  padding-bottom: 45px;
  color: #FFFFFF;
  height: 50px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #footer {
    clear: both;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 160px;
  }
}
#footer .contents_left {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .contents_left {
    float: none;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}

*:first-child + html .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.nowrap {
  display: inline-block;
}

.blc_ttl {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .blc_ttl {
    font-size: 2.4rem;
  }
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

.sidePad {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .sidePad {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sideMar {
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .sideMar {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.tbMar {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .tbMar {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.tbPad {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .tbPad {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.nowrap {
  display: inline-block;
}

.list_disc1 {
  margin-left: 1em;
}
.list_disc1 li {
  list-style: disc;
}
.list_disc1 li + li {
  margin-top: 0.5em;
}

.blc_company {
  position: relative;
  background-color: #ecf5e9;
  font-size: 1.6rem;
}
.blc_company .inner {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .blc_company .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.blc_company a {
  text-decoration: none;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .blc_company .office {
    width: 50%;
    float: left;
  }
}
.blc_company .company_name {
  margin-bottom: 30px;
  max-width: 260px;
}
.blc_company .company_name img {
  display: block;
  width: 100%;
  height: auto;
}
.blc_company .address {
  display: block;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .blc_company .address {
    display: inline-block;
    margin-right: 30px;
  }
}
.blc_company .map_link {
  display: block;
  padding-left: 30px;
  background: url("../img/icon_google-maps.png") no-repeat left center;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .blc_company .map_link {
    display: inline-block;
  }
}
.blc_company .map_link:hover {
  color: #218400;
}
.blc_company .company_info {
  overflow: hidden;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .blc_company .company_info {
    float: right;
    width: 50%;
    margin-top: -40px;
  }
}
.blc_company .company_info li {
  float: left;
  text-align: center;
  width: 33.3333%;
}
.blc_company .company_info li:not(:last-child) {
  border-right: dotted 1px #ccc;
}
@media screen and (max-width: 500px) {
  .blc_company .company_info li {
    font-size: 3vw;
  }
}
.blc_company .company_info li a {
  display: block;
  padding: 40px 5px 10px;
  background-size: auto 20px;
  background-position: top 10px center;
  background-repeat: no-repeat;
}
.blc_company .company_info .icon_at a {
  background-image: url("../img/icon_at_2.svg");
}
.blc_company .company_info .icon_tel a {
  background-image: url("../img/icon_phone_2.svg");
}
.blc_company .company_info .icon_building a {
  background-image: url("../img/icon_building.svg");
}

.pageTop {
  /*display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 1%;
  bottom: 1%;
  background: $green1;
  opacity: 0.8;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
  -webkit-transition:all .3s;transition:all .3s;
  border: solid 1px #fff;*/
  position: fixed;
  bottom: 0;
  right: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1B8385;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .pageTop {
    position: fixed;
    bottom: -10px;
    right: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1B8385;
    z-index: 20;
    width: 100%;
    text-align: center;
  }
}
.pageTop.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pageTop a {
  position: relative;
  display: block;
  width: 60px;
  height: 50px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  color: #fff;
  padding: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageTop a {
    display: block;
    width: 100%;
    height: 50px;
  }
}
.pageTop a:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  left: 50%;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .pageTop a:before {
    top: 60%;
  }
}
.pageTop:hover {
  background-color: #26B9BC;
}

.coming-soon {
  text-align: center;
  position: relative;
  color: #218400;
  padding: 250px 0 200px;
  background: url("../img/icon-forbidden.svg") no-repeat top 170px center/60px auto;
}
.coming-soon:before {
  content: "coming soon";
  display: block;
  font-size: 3.2rem;
  margin-bottom: 20px;
}