@charset "UTF-8";
/* line 19, ../scss/variables.scss */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* line 25, ../scss/variables.scss */
.clear-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 5, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*------------
    汎用CSS
-------------*/
/* line 13, ../scss/style.scss */
input[type="button"] {
  background: #fff;
}

/* line 15, ../scss/style.scss */
.transition {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

/* line 21, ../scss/style.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 25, ../scss/style.scss */
.clfix:after {
  contents: "";
  display: block;
  clear: both;
}

/*-----*/
/* line 31, ../scss/style.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 38, ../scss/style.scss */
html {
  background: #fff;
}

/* line 41, ../scss/style.scss */
body {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  height: 100%;
  width: 100%;
}

/* line 47, ../scss/style.scss */
p {
  color: #000;
  line-height: 1.5;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

/* line 48, ../scss/style.scss */
a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
/* line 52, ../scss/style.scss */
a:hover {
  color: #1b469c;
  opacity: 0.8;
  transition: 0.3s;
}

/* line 58, ../scss/style.scss */
img {
  border: 0;
}

/* line 60, ../scss/style.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 62, ../scss/style.scss */
#page-top {
  position: fixed;
  bottom: 90px;
  right: 28px;
  z-index: 997;
}

/* line 69, ../scss/style.scss */
#page-top a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 78, ../scss/style.scss */
#page-top a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*----------------
    drawer
    ------------*/
/* line 91, ../scss/style.scss */
.drawer-toggle {
  display: none;
}

/* line 92, ../scss/style.scss */
#nav_none {
  display: none;
}

/*----------------
    index
    ------------*/
/* line 97, ../scss/style.scss */
#wrap {
  width: 100%;
  background: #fafafa;
  transition: 0.3s;
}

/* line 102, ../scss/style.scss */
.inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  /* line 102, ../scss/style.scss */
  .inner {
    width: 100%;
  }
}

/* line 109, ../scss/style.scss */
section {
  padding: 60px 0;
}
/* line 111, ../scss/style.scss */
section .bold {
  font-weight: 600;
}
/* line 115, ../scss/style.scss */
section .mds {
  font-family: "ta-kobe", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* line 121, ../scss/style.scss */
section h3.mds {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #000;
  font-size: 2.5em;
}
/* line 127, ../scss/style.scss */
section h3.mds span {
  display: block;
  font-size: 0.5em;
  padding-top: 10px;
}

/* line 135, ../scss/style.scss */
section#wrap {
  padding: 0;
}

/* line 139, ../scss/style.scss */
section#main {
  padding: 0;
}
/* line 142, ../scss/style.scss */
section#main .row {
  align-items: center;
}
/* line 146, ../scss/style.scss */
section#main div.pic {
  padding: 0;
}
@media screen and (max-width: 599px) {
  /* line 146, ../scss/style.scss */
  section#main div.pic {
    order: 2;
    margin-top: -220px;
    z-index: 0;
  }
}
@media screen and (max-width: 599px) {
  /* line 155, ../scss/style.scss */
  section#main div.contents {
    order: 1;
    z-index: 1;
  }
}
/* line 160, ../scss/style.scss */
section#main div.contents p.logo {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 599px) {
  /* line 160, ../scss/style.scss */
  section#main div.contents p.logo {
    padding-bottom: 10px;
  }
}
/* line 166, ../scss/style.scss */
section#main div.contents p.logo img {
  width: auto;
}
/* line 169, ../scss/style.scss */
section#main div.contents h1, section#main div.contents h2 {
  text-align: center;
  color: #000;
  font-size: 1.5em;
  padding: 30px 0;
  line-height: 2.5;
}
@media screen and (max-width: 959px) {
  /* line 169, ../scss/style.scss */
  section#main div.contents h1, section#main div.contents h2 {
    font-size: 1em;
    padding: 10px 0;
  }
}
@media screen and (max-width: 959px) {
  /* line 183, ../scss/style.scss */
  section#main div.contents h1 br {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  /* line 191, ../scss/style.scss */
  section#company {
    padding-bottom: 0;
  }
}
/* line 195, ../scss/style.scss */
section#company dl {
  max-width: 700px;
  padding: 40px 0;
  margin: 0 auto;
  line-height: 1.6;
}
/* line 200, ../scss/style.scss */
section#company dl > div {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  padding: 20px 20px;
}
/* line 205, ../scss/style.scss */
section#company dl > div dt {
  width: 30%;
}
@media screen and (max-width: 599px) {
  /* line 205, ../scss/style.scss */
  section#company dl > div dt {
    width: 100%;
    font-size: 0.8em;
  }
}
/* line 212, ../scss/style.scss */
section#company dl > div dd {
  width: 70%;
}
@media screen and (max-width: 599px) {
  /* line 212, ../scss/style.scss */
  section#company dl > div dd {
    width: 100%;
  }
}

/* line 222, ../scss/style.scss */
footer {
  padding: 40px 0 60px;
}
/* line 224, ../scss/style.scss */
footer p.copyright {
  font-size: 12px;
  text-align: center;
}
