@charset "UTF-8";
/*----------------------------------------
  reset
-----------------------------------------*/
/* line 7, ../_base.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 27, ../_base.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 33, ../_base.scss */
html {
  box-sizing: border-box;
}

/* line 33, ../_base.scss */
*:before, *:after {
  box-sizing: inherit;
}

/* line 35, ../_base.scss */
body {
  line-height: 1;
}

/* line 39, ../_base.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 44, ../_base.scss */
p {
  text-align: justify;
}

/* line 48, ../_base.scss */
nav ul {
  list-style: none;
}

/* line 52, ../_base.scss */
blockquote, q {
  quotes: none;
}

/* line 56, ../_base.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 62, ../_base.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 72, ../_base.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 79, ../_base.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 86, ../_base.scss */
del {
  text-decoration: line-through;
}

/* line 90, ../_base.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 95, ../_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 101, ../_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 110, ../_base.scss */
input, select {
  vertical-align: middle;
  outline: 0;
}

/* line 115, ../_base.scss */
ul, li {
  list-style: none;
}

/* line 119, ../_base.scss */
body {
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  /* line 122, ../_base.scss */
  body.oh {
    overflow: hidden;
  }
}

/* line 129, ../_base.scss */
input[type="text"], input[type="button"], input[type="submit"], input[type="tel"], input[type="email"] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

/* line 134, ../_base.scss */
input[type="text"]:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
  outline: 0;
  background-color: #fff;
}

/* line 139, ../_base.scss */
input:-internal-autofill-selected {
  background-color: #fff !important;
}

/* line 142, ../_base.scss */
input[type="text"]:focus:placeholder-shown, input[type="button"]:focus:placeholder-shown, input[type="submit"]:focus:placeholder-shown, input[type="tel"]:focus:placeholder-shown, input[type="email"]:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #ddd;
}

/* line 145, ../_base.scss */
input[type="text"]:focus:-webkit-input-placeholder, input[type="button"]:focus:-webkit-input-placeholder, input[type="submit"]:focus:-webkit-input-placeholder, input[type="tel"]:focus:-webkit-input-placeholder, input[type="email"]:focus:-webkit-input-placeholder, textarea:focus:-webkit-input-placeholder {
  color: #ddd;
}

/* line 148, ../_base.scss */
input[type="text"]:focus:-moz-placeholder, input[type="button"]:focus:-moz-placeholder, input[type="submit"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #ddd;
}

/* line 151, ../_base.scss */
input[type="text"]:focus:-ms-input-placeholder, input[type="button"]:focus:-ms-input-placeholder, input[type="submit"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

/* line 154, ../_base.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

/* line 169, ../_base.scss */
input[type="text"]:placeholder-shown, input[type="email"]:placeholder-shown, input[type="tel"]:placeholder-shown {
  color: #313131;
}

/* line 172, ../_base.scss */
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder {
  color: #313131;
}

/* line 175, ../_base.scss */
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #313131;
}

/* line 179, ../_base.scss */
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
}

/* line 183, ../_base.scss */
textarea:placeholder-shown {
  color: #aaa;
}

/* line 186, ../_base.scss */
textarea::-webkit-input-placeholder {
  color: #aaa;
}

/* line 189, ../_base.scss */
textarea::-moz-placeholder {
  color: #aaa;
}

/* line 194, ../_base.scss */
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: .1s;
}

/* line 200, ../_base.scss */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: .1s;
}

/* line 206, ../_base.scss */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: .1s;
}

/* line 212, ../_base.scss */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: .1s;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
/* line 219, ../_base.scss */
a {
  -webkit-tap-highlight-color: transparent;
  color: #212121;
}
@media screen and (min-width: 896px) {
  /* line 219, ../_base.scss */
  a {
    transition: .3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  /* line 227, ../_base.scss */
  a:hover {
    transition: .3s;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
}

/* line 237, ../_base.scss */
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

/* line 243, ../_base.scss */
th, td {
  vertical-align: middle;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
  border: 0;
}

/* line 250, ../_base.scss */
caption {
  text-align: left;
}

/* line 254, ../_base.scss */
body, html {
  width: 100%;
  height: 100%;
  color: #313131;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  /* line 254, ../_base.scss */
  body, html {
    overflow: scroll;
  }
}

/* line 269, ../_base.scss */
html.oh {
  overflow: auto;
}

/* line 274, ../_base.scss */
body.oh {
  overflow: hidden;
}

/* line 279, ../_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 287, ../_base.scss */
a.more img {
  vertical-align: baseline;
}

/* line 4, ../_layout.scss */
.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  /* line 4, ../_layout.scss */
  .sp {
    display: block;
  }
}

@media screen and (max-width: 896px) {
  /* line 10, ../_layout.scss */
  .pc {
    display: none;
  }
}

/* line 16, ../_layout.scss */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  /*display: none;*/
}

/* line 26, ../_layout.scss */
#stage {
  position: relative;
  margin: auto;
}
@media screen and (max-width: 896px) {
  /* line 26, ../_layout.scss */
  #stage {
    width: 1200px;
  }
}

/* line 34, ../_layout.scss */
.menuarea {
  /*display: none;*/
  overflow-y: scroll;
  padding: 80px 70px;
  position: absolute;
  top: 0;
  right: -520px;
  z-index: 9999;
  width: 520px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: -1px 0px 6px 1px #bfbfbf;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  /* line 49, ../_layout.scss */
  .menuarea {
    padding: 60px 8%;
    position: fixed;
    right: -100%;
    width: 100%;
    opacity: 0;
  }
}
/* line 57, ../_layout.scss */
.menuarea.on {
  /*display: block;*/
  right: 0;
}

@media screen and (max-width: 896px) {
  /* line 62, ../_layout.scss */
  .menuarea.on {
    opacity: 1;
  }
}
/* line 72, ../_layout.scss */
.menubtn--close {
  position: absolute;
  top: 0;
  right: 10px;
  width: 80px;
  height: 80px;
  background-color: #FFE100;
}
/* line 79, ../_layout.scss */
.menubtn--close:before, .menubtn--close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 4px;
  border-radius: 10px;
  background-color: #000;
}
/* line 89, ../_layout.scss */
.menubtn--close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 92, ../_layout.scss */
.menubtn--close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 896px) {
  /* line 97, ../_layout.scss */
  .menubtn--close {
    right: 0;
    width: 50px;
    height: 50px;
  }
}
/* line 103, ../_layout.scss */
.menuarea--part {
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  /* line 107, ../_layout.scss */
  .menuarea--part {
    margin-bottom: 30px;
  }
}
/* line 111, ../_layout.scss */
.menuarea--header {
  padding: 15px 0;
  border-bottom: 1px solid #3d3d3d;
}

/* line 115, ../_layout.scss */
.menuarea--header h4 {
  padding-top: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2ca6e0;
}

@media screen and (max-width: 896px) {
  /* line 122, ../_layout.scss */
  .menuarea--header h4 {
    font-size: 1.4rem;
  }
}
/* line 126, ../_layout.scss */
.menuarea--part ul {
  display: none;
}

/* line 129, ../_layout.scss */
.menuarea--part ul.current {
  display: block;
}

/* line 132, ../_layout.scss */
.menuarea--part li {
  padding: 20px 30px 20px 40px;
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #808080;
  font-size: 1.6rem;
  font-family: 'Hraginow8';
}

@media screen and (max-width: 896px) {
  /* line 140, ../_layout.scss */
  .menuarea--part li {
    font-size: 1.4rem;
  }
}
/* line 144, ../_layout.scss */
.menuarea--part li.clickPopup {
  position: relative;
}

/* line 147, ../_layout.scss */
.menuarea--part li.clickPopup:before, .menuarea--part li.clickPopup:after {
  position: absolute;
}

/* line 150, ../_layout.scss */
.menuarea--part li.clickPopup:before {
  content: '';
  bottom: 8px;
  left: 0;
  width: 24px;
  height: 30px;
  background: url(../../../img/common/icon_toppopup.png) 0 0 no-repeat;
  background-size: 100%;
}

/* line 159, ../_layout.scss */
.menuarea--part li.clickPopup:after {
  content: attr(data-num);
  left: 3px;
  top: 5px;
  font-size: 1.1rem;
  font-family: 'Hraginow8';
  color: #f40000;
}

/* line 167, ../_layout.scss */
.menuarea--part li.employeeClick:before, .menuarea--part li.employeeClick:after {
  transform: translate(0, 0);
  width: 24px;
  height: 30px;
}

/* line 172, ../_layout.scss */
.menuarea--part li.employeeClick:before {
  top: auto;
  bottom: 8px;
  left: 0;
}

/* line 177, ../_layout.scss */
.menuarea--part li.employeeClick:after {
  left: 3px;
  top: 5px;
}

/* line 181, ../_layout.scss */
.menuarea--part li.photoClick {
  position: relative;
}

/* line 184, ../_layout.scss */
.menuarea--part li.photoClick:before, .menuarea--part li.photoClick:after {
  position: absolute;
}

/* line 187, ../_layout.scss */
.menuarea--part li.photoClick:before {
  content: '';
  bottom: 8px;
  left: 0;
  width: 24px;
  height: 30px;
  background: url(../../../img/photo/photo_arrow.svg) 0 0 no-repeat;
  background-size: 100%;
}

/* line 196, ../_layout.scss */
.menuarea--part li.photoClick:after {
  content: attr(data-num);
  left: 3px;
  top: 5px;
  font-size: 1.1rem;
  font-family: 'Hraginow8';
  color: #F4D924;
}

/* line 205, ../_layout.scss */
.recruitmentarea {
  margin-top: 50px;
}

/* line 208, ../_layout.scss */
.recruitmentarea li {
  margin-bottom: 20px;
}

/* line 211, ../_layout.scss */
.recruitmentarea .txt {
  margin-top: 6px;
  font-size: 1.4rem;
  font-family: 'Hraginow6';
  text-align: right;
}

/* line 218, ../_layout.scss */
.newentry {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 600px;
  width: 90%;
  padding-bottom: 30px;
  background-color: #fff;
}
/* line 229, ../_layout.scss */
.newentry ul {
  max-width: 420px;
  width: 85%;
  margin: 30px auto 0;
}
/* line 234, ../_layout.scss */
.newentry li {
  margin-top: 10px;
}
/* line 238, ../_layout.scss */
.newentry a:hover {
  opacity: .7;
}
/* line 242, ../_layout.scss */
.newentry .closebtn {
  width: 200px;
  padding: 10px 0;
  margin: 20px auto 0;
  border: 1px solid #000;
  font-size: 1.4rem;
  text-align: center;
}

/* line 252, ../_layout.scss */
.btnarea {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 999;
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 896px) {
  /* line 261, ../_layout.scss */
  .btnarea {
    position: fixed;
    top: 2.5%;
    width: 30%;
  }
}
/* line 267, ../_layout.scss */
.btnarea--flexbox {
  display: flex;
  justify-content: space-between;
}

/* line 271, ../_layout.scss */
.btnarea li {
  width: 47.5%;
}

/* line 274, ../_layout.scss */
.sitetitle {
  width: 18.9%;
  position: absolute;
  bottom: 7%;
  left: 10%;
  z-index: 10;
}

@media screen and (max-width: 896px) {
  /* line 282, ../_layout.scss */
  .sitetitle {
    position: fixed;
    bottom: 2.5%;
    left: 2.5%;
    width: 45%;
  }
}
/* line 289, ../_layout.scss */
.sitetitle--plate {
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  /* line 289, ../_layout.scss */
  .sitetitle--plate {
    position: fixed;
    top: 2.5%;
    left: 2.5%;
    width: 42%;
  }
}

/* line 298, ../_layout.scss */
.linkarea ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
@media screen and (max-width: 896px) {
  /* line 298, ../_layout.scss */
  .linkarea ul {
    flex-direction: column;
  }
}

/* line 306, ../_layout.scss */
.linkarea li {
  width: 50%;
}
@media screen and (max-width: 896px) {
  /* line 306, ../_layout.scss */
  .linkarea li {
    width: 100%;
  }
}

/* line 313, ../_layout.scss */
.restartarea {
  display: block;
  width: 100%;
  padding: 16px 0;
  border: 1px solid #000;
  font-size: 1.6rem;
  font-family: 'Hraginow6';
  text-align: center;
}

/* line 323, ../_layout.scss */
#footer {
  background-color: #2897d5;
}
/* line 325, ../_layout.scss */
#footer .copyright {
  padding: 30px 0;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

@font-face {
  font-family: 'hiraginoW3';
  src: url("../../../font/hiraginoW3.ttc") format("truetype");
}
@font-face {
  font-family: 'Hraginow6';
  src: url("../../../font/hiraginoW6.ttc") format("truetype");
}
@font-face {
  font-family: 'Hraginow8';
  src: url("../../../font/hiraginoW8.ttc") format("truetype");
}
/* line 5, ../_states.scss */
.actionSnap .thumb {
  overflow: hidden;
}
/* line 7, ../_states.scss */
.actionSnap .thumb img {
  transition: .5s;
}
@media screen and (min-width: 897px) {
  /* line 11, ../_states.scss */
  .actionSnap:hover {
    cursor: pointer;
  }
  /* line 15, ../_states.scss */
  .actionSnap:hover .thumb img {
    transform: scale(1.06);
  }
}

@media screen and (min-width: 897px) {
  /* line 26, ../_states.scss */
  .boxhover:hover {
    cursor: pointer;
  }
  /* line 28, ../_states.scss */
  .boxhover:hover .readmore {
    background-color: #304EC6;
    border-radius: 25px;
    color: #fff;
  }
  /* line 32, ../_states.scss */
  .boxhover:hover .readmore:before {
    border-color: #fff;
  }
  /* line 35, ../_states.scss */
  .boxhover:hover .readmore:after {
    background: url(../img/common/menu_arrow_hover.png) 0 0 no-repeat;
    background-size: 100%;
  }
}

/********************************
社員ページ
********************************/
/* line 8, _employee.scss */
.fadeInGif__top {
  transform: translate(0, -2000px);
}

/* line 11, _employee.scss */
.fadeInGif__bottom {
  transform: translate(0, 2000px);
}

/* line 14, _employee.scss */
.fadeInGif__left {
  transform: translate(-2000px, 0);
}

/* line 17, _employee.scss */
.fadeInGif__right {
  transform: translate(2000px, 0);
}

/* line 20, _employee.scss */
.fadeInGif__left__top {
  transform: translate(-2000px, -2000px);
}

/* line 23, _employee.scss */
.fadeInGif__left__bottom {
  transform: translate(-2000px, 2000px);
}

/* line 26, _employee.scss */
.fadeInGif {
  transition: .3s;
}
/* line 28, _employee.scss */
.fadeInGif.delay {
  transition-delay: .5s;
}
/* line 31, _employee.scss */
.fadeInGif.start {
  transform: translate(0, 0);
}

/* line 36, _employee.scss */
.popup__marker {
  opacity: 0;
  transform: translateY(-20px);
}

/* line 40, _employee.scss */
.popup__marker__start {
  animation: p-markeron .2s linear forwards;
}

@keyframes p-markeron {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  75% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 58, _employee.scss */
#stage {
  opacity: 0;
  transition: .3s;
}
/* line 61, _employee.scss */
#stage.on {
  opacity: 1;
}

/* line 66, _employee.scss */
.employeearea {
  display: none;
  max-width: 1000px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  transform: translate(-50%, -50%);
  border: 5px solid #FFE100;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 896px) {
  /* line 80, _employee.scss */
  .employeearea {
    position: fixed;
    width: 90%;
  }
}
/* line 85, _employee.scss */
.employeearea .closeBtn {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FFE100;
}
/* line 93, _employee.scss */
.employeearea .closeBtn:before, .employeearea .closeBtn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 4px;
  border-radius: 10px;
  background-color: #000;
}
/* line 103, _employee.scss */
.employeearea .closeBtn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 106, _employee.scss */
.employeearea .closeBtn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 896px) {
  /* line 111, _employee.scss */
  .employeearea .closeBtn {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
  }
  /* line 116, _employee.scss */
  .employeearea .closeBtn:before, .employeearea .closeBtn:after {
    width: 18px;
    height: 2px;
  }
}
/* line 122, _employee.scss */
.employeearea--inner {
  overflow-y: scroll;
  height: 70vh;
}

/* line 126, _employee.scss */
.employeearea--content {
  padding: 0 0 50px;
}

@media screen and (max-width: 896px) {
  /* line 130, _employee.scss */
  .employeearea--content {
    padding: 0 0 50px;
  }
}
/* line 134, _employee.scss */
.employeearea--mv {
  padding-right: 70px;
}

@media screen and (max-width: 896px) {
  /* line 138, _employee.scss */
  .employeearea--mv {
    padding-right: 5%;
  }
}
/* line 142, _employee.scss */
.employeearea--profile {
  display: inline-block;
  background-color: #49aae3;
  color: #fff;
  padding: 28px 36px;
  margin-top: -80px;
  margin-left: 30px;
  margin-bottom: 80px;
}

/* line 151, _employee.scss */
.employeearea--profile.bosscolor {
  background-color: #0060f1;
}

@media screen and (max-width: 896px) {
  /* line 155, _employee.scss */
  .employeearea--profile {
    padding: 20px 5%;
    margin-top: -10px;
    margin-bottom: 50px;
    margin-left: 5%;
  }
}
/* line 162, _employee.scss */
.employeearea--profile .post {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

@media screen and (max-width: 896px) {
  /* line 167, _employee.scss */
  .employeearea--profile .post {
    font-size: 1.4rem;
  }
}
/* line 171, _employee.scss */
.employeearea--profile .name {
  margin: 12px 0 10px;
}

/* line 174, _employee.scss */
.employeearea--profile .name strong {
  margin-right: 20px;
  font-size: 3.2rem;
  font-family: 'Hraginow6';
}

@media screen and (max-width: 896px) {
  /* line 180, _employee.scss */
  .employeearea--profile .name strong {
    margin-bottom: 6px;
    font-size: 2.4rem;
  }
}
/* line 185, _employee.scss */
.employeearea--profile .name span {
  font-size: 1.8rem;
  font-family: 'Helvetica';
}

@media screen and (max-width: 896px) {
  /* line 190, _employee.scss */
  .employeearea--profile .name span {
    font-size: 1.4rem;
  }
}
/* line 194, _employee.scss */
.employeearea--profile .otherinfo {
  font-size: 1.8rem;
}

@media screen and (max-width: 896px) {
  /* line 198, _employee.scss */
  .employeearea--profile .otherinfo {
    font-size: 1.2rem;
  }
}
/* line 202, _employee.scss */
.employeearea--heading {
  border-left: 8px solid #49aae3;
  padding-left: 35px;
  margin-bottom: 30px;
}

/* line 207, _employee.scss */
.employeearea--heading.bosscolor {
  border-color: #0060f1;
}
/* line 209, _employee.scss */
.employeearea--heading.bosscolor .subhead {
  color: #0060f1;
}

@media screen and (max-width: 896px) {
  /* line 214, _employee.scss */
  .employeearea--heading {
    border-left: 4px solid #49aae3;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
/* line 221, _employee.scss */
.employeearea--heading .subhead {
  display: block;
  margin-bottom: 12px;
  font-size: 1.8rem;
  color: #49aae3;
}

@media screen and (max-width: 896px) {
  /* line 228, _employee.scss */
  .employeearea--heading .subhead {
    font-size: 1.4rem;
  }
}
/* line 232, _employee.scss */
.employeearea--heading .mainhead {
  font-size: 2.8rem;
  font-family: 'Hraginow8';
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: .1em;
}

@media screen and (max-width: 896px) {
  /* line 240, _employee.scss */
  .employeearea--heading .mainhead {
    font-size: 2rem;
  }
}
/* line 244, _employee.scss */
.employeearea--textarea {
  margin-bottom: 60px;
  padding: 0 70px;
}

@media screen and (max-width: 896px) {
  /* line 249, _employee.scss */
  .employeearea--textarea {
    margin-bottom: 40px;
    padding: 0 5%;
  }
}
/* line 254, _employee.scss */
.employeearea--textarea p {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 896px) {
  /* line 259, _employee.scss */
  .employeearea--textarea p {
    font-size: 1.3rem;
    line-height: 1.78;
  }
}
/* line 264, _employee.scss */
.employeearea--insert {
  margin-bottom: 100px;
  padding-left: 70px;
}

@media screen and (max-width: 896px) {
  /* line 269, _employee.scss */
  .employeearea--insert {
    padding-left: 5%;
  }
}
@media screen and (max-width: 896px) {
  /* line 274, _employee.scss */
  .employeearea--insert {
    margin-bottom: 60px;
  }
}
/* line 278, _employee.scss */
.employeearea--oneday .label {
  padding-left: 70px;
}

@media screen and (max-width: 896px) {
  /* line 282, _employee.scss */
  .employeearea--oneday .label {
    padding-left: 5%;
  }
}
/* line 286, _employee.scss */
.employeearea--oneday .inner {
  padding: 0 70px;
}

@media screen and (max-width: 896px) {
  /* line 290, _employee.scss */
  .employeearea--oneday .inner {
    padding: 0 5%;
  }
}
/* line 294, _employee.scss */
.employeearea--thumb {
  margin-top: 40px;
}

/* line 297, _employee.scss */
.employeearea--oneday dt {
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-family: 'Hraginow6';
  font-weight: bold;
}

/* line 305, _employee.scss */
.employeearea--oneday dt:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #49aae3;
}

@media screen and (max-width: 896px) {
  /* line 317, _employee.scss */
  .employeearea--oneday dt {
    padding-left: 12px;
    font-size: 1.4rem;
  }

  /* line 321, _employee.scss */
  .employeearea--oneday dt:before {
    width: 6px;
    height: 6px;
  }
}
/* line 326, _employee.scss */
.employeearea--oneday dd {
  padding-left: 24px;
  margin-bottom: 14px;
  font-size: 1.6rem;
  line-height: 1.78;
}

@media screen and (max-width: 896px) {
  /* line 333, _employee.scss */
  .employeearea--oneday dd {
    padding-left: 12px;
    font-size: 1.3rem;
  }
}
/* line 338, _employee.scss */
.employeearea--oneday .label--text {
  display: inline-block;
  background-color: #49aae3;
  color: #fff;
  padding: 30px 36px;
  margin-top: -50px;
  margin-bottom: 60px;
}

@media screen and (max-width: 896px) {
  /* line 347, _employee.scss */
  .employeearea--oneday .label--text {
    padding: 14px 5%;
    margin-top: -10px;
    margin-bottom: 40px;
  }
}
/* line 353, _employee.scss */
.employeearea--oneday .label--text span {
  display: block;
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-family: "Helvetica",sans-serif;
}

@media screen and (max-width: 896px) {
  /* line 360, _employee.scss */
  .employeearea--oneday .label--text span {
    font-size: 1.4rem;
  }
}
/* line 364, _employee.scss */
.employeearea--oneday .label--text strong {
  font-size: 3.2rem;
}

@media screen and (max-width: 896px) {
  /* line 368, _employee.scss */
  .employeearea--oneday .label--text strong {
    font-size: 2rem;
  }
}
/* line 372, _employee.scss */
.employeearea--last {
  padding: 0 70px;
}
@media screen and (max-width: 896px) {
  /* line 372, _employee.scss */
  .employeearea--last {
    padding: 0 5%;
  }
}

/* line 379, _employee.scss */
.employeeClick {
  position: relative;
}
/* line 381, _employee.scss */
.employeeClick:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: .5s;
  width: 38px;
  height: 44px;
  background: url(../../../img/employee/employee_marker.png) 0 0 no-repeat;
  background-size: 100%;
}
/* line 393, _employee.scss */
.employeeClick:after {
  content: attr(data-num);
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: .5s;
  font-size: 1.1rem;
  font-family: 'Hraginow8';
  color: #2EA7E0;
}
/* line 404, _employee.scss */
.employeeClick:hover {
  cursor: pointer;
}
/* line 406, _employee.scss */
.employeeClick:hover:before {
  background: url(../../../img/employee/employee_marker_hover.png) 0 0 no-repeat;
  background-size: 100%;
}
/* line 412, _employee.scss */
.employeeClick.hovericon:before, .employeeClick.hovericon:after {
  transform: translate(-50%, -30px);
  opacity: 0;
}

/* line 419, _employee.scss */
.photopopup {
  max-width: 1000px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: none;
}
@media screen and (max-width: 896px) {
  /* line 419, _employee.scss */
  .photopopup {
    width: 90%;
  }
}
/* line 431, _employee.scss */
.photopopup .closeBtn {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FFE100;
}
@media screen and (max-width: 896px) {
  /* line 431, _employee.scss */
  .photopopup .closeBtn {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
  }
}
/* line 445, _employee.scss */
.photopopup .closeBtn:before, .photopopup .closeBtn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 4px;
  border-radius: 10px;
  background-color: #000;
}
@media screen and (max-width: 896px) {
  /* line 445, _employee.scss */
  .photopopup .closeBtn:before, .photopopup .closeBtn:after {
    width: 18px;
    height: 2px;
  }
}
/* line 459, _employee.scss */
.photopopup .closeBtn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 462, _employee.scss */
.photopopup .closeBtn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* line 466, _employee.scss */
.photopopup .slideBtn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
}
/* line 474, _employee.scss */
.photopopup .slideBtn.prev {
  left: -60px;
}
/* line 477, _employee.scss */
.photopopup .slideBtn.next {
  right: -60px;
}
/* line 481, _employee.scss */
.photopopup--title {
  padding: 0 20px;
  margin: 20px 0 10px;
  font-size: 1.8rem;
  font-family: 'Hraginow8';
}
@media screen and (max-width: 896px) {
  /* line 481, _employee.scss */
  .photopopup--title {
    padding: 0 3.5%;
    margin: 12px 0 6px;
    font-size: 1.6rem;
  }
}
/* line 492, _employee.scss */
.photopopup--txt {
  padding: 0 20px 24px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 896px) {
  /* line 492, _employee.scss */
  .photopopup--txt {
    padding: 0 3.5% 16px;
    font-size: 1.2rem;
  }
}

/* line 503, _employee.scss */
.modaal-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: auto;
}
/* line 509, _employee.scss */
.modaal-wrapper .modaal-outer-wrapper {
  height: auto;
}

/* line 514, _employee.scss */
.lb-data .lb-details {
  width: 100%;
}

/* line 517, _employee.scss */
.lb-data .lb-close {
  margin-top: -50px;
}

/* line 520, _employee.scss */
.lb-caption h3 {
  font-size: 1.8rem;
  font-family: 'Hraginow8';
}

/* line 524, _employee.scss */
.lb-caption p {
  font-size: 1.4rem;
}

/********************************
社員ページs
********************************/
