/*-------------------------------------
  color
----------------------------------------*/
/*-------------------------------------
  scale
----------------------------------------*/
html {
  font-size: 62.5%;
  /* 1em -> 10px; */
}

body {
  line-height: 1.5rem;
}

a:hover {
  opacity: 0.7;
}

.d_block {
  display: block;
}

.d_in-block {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_hide {
    display: none;
  }
}

.pl_icon {
  padding-left: 18px;
  width: 100%;
  display: -ms-grid;
  display: grid;
}

.inner {
  padding: 25px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .inner {
    padding: 40px;
  }
}

@media screen and (min-width: 768px) {
  .pc375 {
    width: 375px;
  }
}

@media screen and (min-width: 768px) {
  .pc75 {
    width: 750px;
  }
}

.p_rela {
  position: relative;
}

.icon {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.icon.i_phone {
  background-image: url("../mikanmember/images/icon_phone.svg");
}

.icon.i_mail {
  background-image: url("../mikanmember/images/icon_mail.svg");
}

.icon.i_twitter {
  background-image: url("../mikanmember/images/icon_twitter.svg");
}

.icon.i_linkedin {
  background-image: url("../mikanmember/images/icon_linkedein.svg");
}

.icon.i_line {
  background-image: url("../mikanmember/images/icon_line.svg");
}

#top_title_area {
  display: none;
}

.p-breadcrumb {
  display: none;
}

.l-content__body {
  margin: auto;
  padding: unset;
}

.l-content__body {
  margin: auto;
  padding: unset;
  max-width: unset;
}

.l-main {
  max-width: unset;
}

#top .inner {
  padding: 13px 10%;
}

#top .head_top {
  width: 100%;
  background: #fff;
}

#top .head_top .hl_h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
}

#top .head_top .hl_h1 .img_logo {
  width: 20px;
}

#top .pro-face_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#top .pro-face_wrap:after {
  display: block;
  content: "";
  width: calc(100%/3 - 10px);
}

#top .thumb_box {
  width: calc(100%/3 - 10px);
  margin-bottom: 20px;
}

#top .thumb_box a:hover {
  opacity: 0.9;
}

#top .thumb_box a .img_box {
  width: 100%;
  margin-bottom: 0;
}

#top .thumb_box .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
}

#top .thumb_box .txt_box .name {
  font-size: 1em;
  margin-right: 0;
}

html {
  font-family: "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Arial",
    "Yu Gothic",
    "Meiryo",
    sans-serif,
    "Helvetica Neue",
    "Helvetica";
}

.hl_h2 {
  border-bottom: solid 1px #000;
  padding-bottom: 4px;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .hl_h2 {
    font-size: 1.5em;
  }
}

.hl_h2_main {
  position: relative;
  margin-bottom: 7.5px;
}

@media screen and (min-width: 768px) {
  .hl_h2_main {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
}

.hl_h2_main:after {
  content: "";
  position: absolute;
  display: block;
  width: 85%;
  height: 1px;
  border-bottom: solid 1px #969696;
  bottom: 40%;
  right: 0;
}

@media screen and (min-width: 768px) {
  .hl_h2_main:after {
    width: 90%;
  }
}

.hl_h3 {
  font-size: 1.8em;
}

@media screen and (min-width: 768px) {
  .hl_h3 {
    font-size: 3.6em;
  }
}

.txt_box {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  .c-s_6 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  .c-s_7 {
    font-size: 10px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  .c-s_9 {
    font-size: 16px;
  }
}

.header {
  background: #f9f9f9;
}

@media screen and (min-width: 768px) {
  .header {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .in_left {
    width: 375px;
    margin: 0;
  }
}

.img_box {
  width: 110px;
  margin-bottom: 10px;
  margin-right: 20px;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .img_box {
    margin-bottom: 20px;
  }
}

.img_logo {
  width: 100%;
  margin-right: 10px;
}

.name_box {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 50px;
}

.name {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 10px;
  display: inline-block;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .name {
    font-size: 2.7rem;
    margin-right: 10px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    grid-row: 2 / 2;
  }
}

.name_eng {
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}

.hl_h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .hl_h1 {
    margin-bottom: 20px;
    -ms-grid-rows: 1fr 28px;
    grid-template-rows: 1fr 28px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}

.hl_h1:after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 110px;
  margin: auto;
  background: #000;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .hl_h1:after {
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .hl_h1:after {
    top: -20px;
    right: -20px;
  }
}

.company {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .company {
    margin-bottom: 30px;
  }
}

.company_dl {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .company_dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.company_dl dt.company_name {
  display: inline;
  margin-right: 10px;
}

.company_dl .comapny_position {
  display: inline;
}

@media screen and (max-width: 768px) {
  .company_dl .comapny_position {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .company_name {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}

.left_sec {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .left_sec {
    margin-bottom: 45px;
  }
}

.phone_mail li {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .phone_mail li {
    margin-bottom: 20px;
  }
}

.address_dl .address_dt {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .address_dl .address_dt {
    margin-bottom: 8px;
  }
}

.address_dl .address_dd {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .address_dl .address_dd {
    margin-bottom: 20px;
  }
}

.SNS_lst li {
  margin-bottom: 15px;
}

.SNS_lst li span {
  margin-left: 10px;
}

.head_top {
  width: 100%;
  background: #fff;
}

.head_top .hl_h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .head_top .hl_h1 {
    margin-bottom: 5px;
  }
}

.head_top .hl_h1 .h1_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.head_top .hl_h1 .img_logo {
  width: 20px;
}

.footer {
  background: #5f5f5f;
}

.logo_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo_lst .logo_li {
  width: 30px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .logo_lst .logo_li {
    width: 30px;
  }
}

.logo_lst .logo_li:last-of-type {
  margin-right: 0;
}

.logo_lst .logo_li.logo_daytime {
  width: 65px;
}

@media screen and (min-width: 768px) {
  .logo_lst .logo_li.logo_daytime {
    width: 64px;
  }
}

@media screen and (min-width: 768px) {
  .icon_home {
    width: 30px;
    left: 20px;
    bottom: 20px;
  }
}

.btn_home {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
}

.copy-right {
  background: #000;
  color: #fff;
  text-align: center;
}

.copy-right._txt {
  font-size: 0.9em;
}

.copy-right_txt {
  font-size: 0.9em;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.5rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: unset;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

input,
select {
  vertical-align: middle;
}

@-webkit-keyframes drawer_right {
  from {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  to {
    -webkit-transform: translateX(-35vw);
    transform: translateX(-35vw);
  }
}

@keyframes drawer_right {
  from {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  to {
    -webkit-transform: translateX(-35vw);
    transform: translateX(-35vw);
  }
}

@-webkit-keyframes drawer_left {
  from {
    left: 0px;
  }

  to {
    left: 100px;
  }
}

@keyframes drawer_left {
  from {
    left: 0px;
  }

  to {
    left: 100px;
  }
}

@-webkit-keyframes drawer_top {
  from {
    top: 0px;
  }

  to {
    top: 100px;
  }
}

@keyframes drawer_top {
  from {
    top: 0px;
  }

  to {
    top: 100px;
  }
}

@-webkit-keyframes drawer_bottom {
  from {
    bottom: 0px;
  }

  to {
    bottom: 100px;
  }
}

@keyframes drawer_bottom {
  from {
    bottom: 0px;
  }

  to {
    bottom: 100px;
  }
}

.drawer_right {
  -webkit-animation-name: drawer_right;
  animation-name: drawer_right;
}

.toggle {
  right: -35vw;
}

.toggle.active {
  -webkit-animation-name: drawer_right;
  animation-name: drawer_right;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#top .thumb_box a:hover .txt_box {
  opacity: 1;
}

.Android {
  background: #000;
}

.all_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .all_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.main {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .main {
    width: 64%;
  }
}

@media screen and (min-width: 768px) {
  .in_main {
    width: 750px;
    margin: 0;
  }
}

.section:first-child .in_main {
  padding-top: 45px;
}

@media screen and (min-width: 768px) {
  .section:first-child .in_main {
    padding-top: 85px;
  }
}

.career-mican_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.career-mican_lst .career-mican_lst_li {
  width: 48%;
}

@media screen and (min-width: 768px) {
  .career-mican_lst .career-mican_lst_li {
    width: 24%;
  }
}

.career-mican_lst .career-mican_lst_li .career-mican_img_box {
  width: 100%;
  margin-bottom: 15px;
}

.hl_h2_works {
  width: 70px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  .hl_h2_works {
    width: 120px;
    margin: 0 auto 40px;
  }
}

#top .main {
  width: 100%;
  background: #f9f9f9;
  padding: 15px 0 20px;
}

#top .company {
  margin-bottom: unset;
}

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