@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

*:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a, h1, h2, h3, h4, h5, h6, p, small, section {
  max-height: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

a span {
  cursor: pointer;
}

.overlay {
  cursor: pointer;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.075em;
  text-align: justify;
  color: #333;
  position: relative;
  font-feature-settings: "palt";
}

a {
  text-decoration: none;
  color: inherit;
  transition-duration: 0.2s;
}
a[href^="tel:"] {
  cursor: default;
}
a:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}

ul {
  list-style: none;
}

table tr {
  text-align: left;
}
table tr th, table tr td {
  font-weight: 300;
}

#banner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  transition-duration: 0.2s;
  width: calc(100% - 20px);
  max-width: 377px;
}
@media only screen and (max-width: 800px) {
  #banner {
    bottom: 10px;
    right: 10px;
  }
}
#banner.hidden, #banner.closed {
  opacity: 0;
  pointer-events: none;
}
#banner .close {
  opacity: 0.35;
  transition-duration: 0.2s;
  cursor: pointer;
  padding: 8px;
  margin-right: -4px;
}
#banner .close:hover {
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  #banner .close {
    margin-bottom: 6px;
    opacity: 1;
  }
}
#banner a:hover {
  opacity: 1;
}
#banner .banner {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
  border-radius: 10px;
  width: 100%;
  height: auto;
}
#banner .banner:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 800px) {
  #banner .banner {
    max-width: 300px;
  }
}

.pc {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.clfl:after {
  content: ".";
  display: block;
  clear: left;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clfr:after {
  content: ".";
  display: block;
  clear: right;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clf:after, .wrap:after, header:after, section:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clf, .wrap, header, section {
  min-height: 1px;
}

* html .clf, * html .wrap, * html header, * html section {
  height: 1px;
  /*¥*/
   /*/
height: auto;
overflow: hidden;
/**/
}

.wrap {
  width: 940px;
  margin: 0 auto;
}

figure {
  margin: 0;
  padding: 0;
}

header {
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  height: 87px;
  position: fixed;
  border-bottom: 1px solid #e3e3e5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
header h1#logo {
  float: left;
  margin-top: 18px;
  margin-left: 34px;
  padding: 0;
}
header h1#logo img {
  width: 210px;
  height: 52px;
}
header ul#gnav {
  float: right;
  height: 100%;
}
header ul#gnav li {
  float: left;
  display: block;
  transition-duration: 0.2s;
}
header ul#gnav li a {
  position: relative;
  display: block;
  letter-spacing: 0.17em;
  height: 14px;
  line-height: 14px;
  padding: 37px 18px 36px;
}
header ul#gnav li a:hover {
  opacity: 0.4;
  transition-duration: 0.2s;
}
body.about header ul#gnav li.about a {
  color: #0ecdd9;
}
body.service header ul#gnav li.service a {
  color: #0ecdd9;
}
body.staff header ul#gnav li.staff a {
  color: #0ecdd9;
}
header ul#gnav li.recruit a {
  padding-right: 35px;
}
body.recruit header ul#gnav li.recruit a {
  color: #0ecdd9;
}
header ul#gnav li.contact {
  border-left: 1px solid #e3e3e5;
}
header ul#gnav li.contact a {
  padding-left: 35px;
  padding-right: 35px;
}
body.contact header ul#gnav li.contact a {
  color: #0ecdd9;
}
header ul#subnav {
  display: none;
}

#contents {
  padding-top: 88px;
}
#contents > h1 {
  background: #fff;
  font-size: 20px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0.17em;
  color: #333;
  text-align: center;
  padding: 44px 0;
}
#contents h2 {
  padding-top: 67px;
  padding-bottom: 67px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #656566;
  letter-spacing: 0.17em;
  line-height: 1em;
}
#contents h2 small {
  display: block;
  margin-top: 7px;
  font-size: 11px;
  letter-spacing: 0.17em;
}
#contents h3 {
  font-size: 16px;
  letter-spacing: 0.17em;
  color: #656566;
  margin-top: 60px;
  margin-bottom: 25px;
}
#contents h3:first-child {
  margin-top: 0;
}
#contents > section {
  padding-bottom: 120px;
}

a.button {
  display: block;
  background-color: #0ecdd9;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.075em;
  width: 170px;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  transition-duration: 0.2s;
}
a.button:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}

section a.button {
  margin: 50px auto;
}

.services > a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px 40px;
  margin-bottom: 20px;
  background: #fff url(../image/link-arrow@2x.png) no-repeat center right 36px;
  background-size: 22px 24px;
}
.services > a[target='_blank'] {
  background: #fff url(../image/link-blank@2x.png) no-repeat center right 36px;
  background-size: 22px 19px;
}
.services > a[href^='/contact/'] {
  background-image: none;
}
.services > a[href^='/contact/']:after {
  content: "お問い合せ";
  display: block;
  color: #d8d8da;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 28px;
}
.services > a h4 {
  font-size: 18px;
  font-weight: 300;
  color: #4c4c4c;
  width: 250px;
  margin-right: 20px;
}
.services > a.big h4 {
  font-size: 24px;
}
.services > a p {
  color: #333;
}

.card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  min-height: 56px;
}
.card.purple {
  border-color: #b0c0fc;
}
.card > *:first-child {
  font-size: 16px;
  font-weight: 300;
  color: #4c4c4c;
  width: 160px;
  margin-right: 20px;
}
.card > *:nth-child(2) {
  color: #333;
}

.down_arrow {
  background-image: url("../image/service/down-arrow.png");
  background-size: 9px 5px;
  background-position: center;
  background-repeat: no-repeat;
  height: 5px;
  width: 100%;
  margin-bottom: 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .down_arrow {
    background-image: url("../image/service/down-arrow@2x.png");
  }
}

.thin .card {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.thin .down_arrow {
  margin-bottom: 10px;
}

.line {
  background-image: linear-gradient(to right, #74787f, #74787f 1px, transparent 1px, transparent 4px);
  background-size: 3px 1px;
  background-position: center;
  background-repeat: repeat-x;
  margin: 40px 0;
  text-align: center;
  min-height: 1px;
}
.line p {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
}

.fukidashi {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.fukidashi:before {
  content: url(../image/staff/fukidashi-foot.png);
  display: block;
  position: absolute;
  bottom: -17px;
  left: calc(50% - 9px);
  width: 21px;
  height: 18px;
  line-height: 18px;
}

footer .linebreak {
  display: none;
}
footer section:first-child {
  background: #fff;
}
footer section:first-child .wrap {
  height: 110px;
}
footer section:first-child .wrap .links > a {
  font-size: 12px;
  color: #1a1a1a;
  margin-right: 28px;
}
footer section:first-child .wrap .tel {
  margin-left: auto;
}
footer section:first-child .wrap .tel a {
  color: #656566;
  font-size: 24px;
}
footer section:nth-child(2) {
  background: #555;
  color: #fff;
}
footer section:nth-child(2) .wrap {
  height: 87px;
}
footer section:nth-child(2) .logo img {
  width: 120px;
  height: 28px;
}
footer section:nth-child(2) .lead {
  font-size: 12px;
  font-weight: 900;
  color: #ccc;
  letter-spacing: 0.34em;
  margin-left: 20px;
}
footer section:nth-child(2) .copyright {
  margin-left: auto;
  font-size: 10px;
  color: #a5a5a7;
  letter-spacing: 0.17em;
}
footer section > .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 940px !important;
}

@media (max-width: 970px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inherit !important;
  }

  @keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: table;
      opacity: 0;
    }
    100% {
      display: table;
      opacity: 1;
    }
  }
  .line {
    margin: 20px 0;
  }
  .line p {
    font-size: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  body {
    position: relative;
    font-size: 12px;
    line-height: 2em;
  }
  body.gnav_opened {
    position: fixed;
  }

  header {
    height: 72px;
  }
  header h1#logo {
    margin-top: 18px;
    margin-left: 17px;
  }
  header h1#logo img {
    width: 147.5px;
    height: 36px;
  }
  header > nav {
    position: fixed;
    left: 0;
    bottom: auto;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
  }
  header > nav.visible {
    display: block;
    opacity: 1;
    animation-duration: 0.3s;
    animation-name: fade-in;
  }
  header > nav:not(.visible) {
    display: none;
  }
  header > nav ul#gnav {
    background-color: #fff;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 999999;
    position: absolute;
    right: 0;
    width: 200px;
  }
  header > nav ul#gnav li {
    display: block;
    width: 100% !important;
    margin: 0;
    padding: 0;
    clear: both;
    border-left: 0;
    padding: 15px 0 15px 25px;
    border: 0 !important;
  }
  header > nav ul#gnav li:first-child {
    margin-top: 72px;
  }
  header > nav ul#gnav li a {
    display: block;
    height: 100%;
    padding: 0 !important;
    font-size: 19px;
    line-height: 1em;
  }
  header > nav ul#subnav {
    display: block;
    top: 350px;
    right: 0;
    height: 100%;
    z-index: 999999;
    position: absolute;
    right: 0;
    width: 200px;
  }
  header > nav ul#subnav li {
    padding-left: 25px;
  }
  header > nav ul#subnav li a {
    display: block;
    font-size: 16px;
    line-height: 2.7em;
    color: #909090;
  }
  header #menu_btn {
    display: block;
    float: right;
    height: 17px;
    padding: 27.5px 22px 27.5px;
    vertical-align: middle;
    font-size: 9px;
    color: #656565;
    cursor: pointer;
  }
  header #menu_btn i {
    float: right;
    display: block;
    width: 23px;
    height: 2px;
    background: #656565;
    position: relative;
  }
  header #menu_btn i:before, header #menu_btn i:after {
    content: "";
    display: block;
    width: 23px;
    height: 2px;
    background: #656565;
    position: absolute;
  }
  header #menu_btn i:before {
    top: 7.5px;
  }
  header #menu_btn i:after {
    top: 15px;
  }
  header #close_btn {
    position: fixed;
    display: block;
    width: 30px;
    height: 30px;
    top: 20.5px;
    right: 19px;
    cursor: pointer;
    z-index: 9999999;
  }
  header #close_btn i {
    display: block;
    width: 27.5px;
    height: 2px;
    background: #656565;
    position: relative;
    transform: rotate(45deg);
    border-radius: 10px;
    top: 14px;
    left: 2px;
  }
  header #close_btn i:after {
    content: "";
    display: block;
    width: 27.5px;
    height: 2px;
    background: #656565;
    border-radius: 2.5px;
    transform: rotate(90deg);
  }

  #contents {
    padding-top: 44px;
  }
  #contents > h1 {
    font-size: 15px;
    line-height: 1em;
    padding: 28px 0;
  }
  #contents h2 {
    padding-top: 45px;
    padding-bottom: 35px;
    font-size: 15px;
  }
  #contents h2 small {
    display: block;
    margin-top: 9px;
    font-size: 8.25px;
  }
  #contents h3 {
    font-size: 11px;
  }
  #contents h3:first-child {
    margin-top: 0;
  }
  #contents > section {
    padding-bottom: 45px;
  }

  footer section:first-child .wrap {
    height: auto;
    width: 100% !important;
    margin: 0;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  footer section:first-child .wrap .links {
    border-top: 1px solid #e3e3e6;
    width: 100%;
    text-align: center;
    padding: 25px 0;
  }
  footer section:first-child .wrap .links > a {
    font-size: 8px;
    margin-right: 20px;
  }
  footer section:first-child .wrap .links > a:nth-child(4), footer section:first-child .wrap .links > a:last-child {
    margin-right: 0;
  }
  footer section:first-child .wrap .tel {
    width: 100%;
    text-align: center;
    padding: 25px 0;
  }
  footer section:first-child .wrap .tel a {
    color: #656566;
    font-size: 12px;
  }
  footer section:nth-child(2) .wrap {
    height: auto;
    width: 100% !important;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  footer section:nth-child(2) .logo {
    order: 2;
    margin-top: 12.5px;
    opacity: 0.5;
  }
  footer section:nth-child(2) .logo img {
    width: 96px;
    height: 22.5px;
  }
  footer section:nth-child(2) .lead {
    order: 1;
    font-size: 6px;
    display: block;
    margin: 0;
    margin-top: 26px;
    opacity: 0.5;
  }
  footer section:nth-child(2) .copyright {
    order: 3;
    margin-top: 16px;
    margin-bottom: 22px;
    margin-left: 0;
    font-size: 5.5px;
    letter-spacing: 0.2em;
    text-align: center;
  }
  footer section > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 470px !important;
  }

  #contents {
    padding-top: 73px;
  }

  .wrap {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }

  a.button {
    display: block;
    font-size: 12px;
    line-height: 1em;
    min-width: 140px;
    padding: 16.5px 0;
  }

  .services {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  .services > a {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
    padding: 20px;
    margin-bottom: 20px;
    background-size: 11px 12px;
    background-position: top 25px right 20px;
  }
  .services > a[target='_blank'] {
    background-size: 11px 9.5px;
    background-position: top 25px right 20px;
  }
  .services > a h4 {
    padding-top: 5.5px;
    font-size: 13px;
    line-height: 1em;
    width: 100%;
    margin-right: 0;
  }
  .services > a.big h4 {
    font-size: 15px;
  }
  .services > a p {
    margin-top: 19px;
    font-size: 10px;
    line-height: 2em;
  }
  .services > a[href^='/contact/'] p {
    width: auto;
  }
  .services > a[href^='/contact/']:after {
    font-size: 10px;
    right: 20px;
  }

  .card {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
    padding: 20px;
    margin-bottom: 10px;
  }
  .card > *:first-child {
    padding-top: 5.5px;
    font-size: 13px;
    line-height: 1em;
    width: 100%;
    margin-right: 0;
  }
  .card p {
    margin-top: 19px;
    font-size: 10px;
    line-height: 2em;
  }
}
@media (max-width: 490px) {
  footer .linebreak {
    display: inherit !important;
  }
}
section#return {
  background: #fff;
  border-bottom: 1px solid #e3e3e6;
  padding: 50px 0;
}
section#return .wrap {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
section#return .wrap .button {
  background: #555;
  width: 100%;
  margin: 20px auto;
}

@media (max-width: 970px) {
  section#return {
    padding: 0;
  }
  section#return .wrap {
    padding: 40px 0;
    max-width: none;
    width: calc(100% - 40px);
  }
  section#return .wrap .button {
    margin: 0;
  }
}

/*# sourceMappingURL=main.css.map */
