@charset "UTF-8";
/**
function
*/
/**
mixin
*/
/**
animation
*/
/**
hx
*/
/**
hx
*/
/*-----------------------------------------------------------------
button
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
table
-----------------------------------------------------------------*/
/**
Editor Styles
*/
/* 
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav 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;
}

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

/* 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;
}

/**
function
*/
/**
mixin
*/
/**
animation
*/
/**
hx
*/
/**
hx
*/
/*-----------------------------------------------------------------
button
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
table
-----------------------------------------------------------------*/
/**
Editor Styles
*/
/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: #333;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
}

body {
  width: 100%;
  color: #000;
  height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
font
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  width: 100%;
  position: relative;
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
}

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

.pc {
  display: none !important;
}

/*-----------------------------------------------------------------

-----------------------------------------------------------------*/
.icon.icon-home {
  background: url(../img/common/icon-home.png) center center no-repeat;
}

/**
btn
*/
.btn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  /*-----------------------------------------------------------------
        sp
        -----------------------------------------------------------------*/
  font-size: 3.2vw;
  width: 74.66667vw;
  height: 12vw;
  line-height: 12vw;
  border: 0.26667vw solid #000000;
  border-bottom: 1.33333vw solid #d00000;
  padding-top: 1.33333vw;
}

.btn01:hover {
  opacity: 0.5;
  color: #333333;
}

.btn01:before {
  content: "";
  background: url(../img/common/arrow01-bk.png) center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn01.black {
  color: #ffffff;
  background-color: #000000;
}

.btn01.black:before {
  background-image: url(../img/common/arrow01-wt.png);
}

.btn01.black.mail:before {
  background-image: url(../img/common/icon-mail.png);
}

.btn01.black.window:before {
  background-image: url(../img/common/icon-window.png);
}

.btn01.arrow-bottom:before {
  background-image: url(../img/common/arrow01-bottom-bk.png);
}

.btn01.mail:before {
  background-image: url(../img/common/icon-mail-bk.png);
}

.btn01.window:before {
  background-image: url(../img/common/icon-window-bk.png);
}

.btn01:before {
  width: 2.4vw;
  height: 4vw;
  right: 2.66667vw;
}

.btn01.arrow-bottom:before {
  width: 4vw;
  height: 2.4vw;
}

.btn01.mail:before {
  width: 9.2vw;
  height: 6.66667vw;
}

.btn01.window:before {
  width: 5.6vw;
  height: 5.6vw;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
.hx01 {
  /*-----------------------------------------------------------------
        sp
        -----------------------------------------------------------------*/
  font-size: 4.26667vw;
  line-height: 1.625;
  font-weight: bold;
  border-bottom: 0.26667vw solid #ccc;
  padding-bottom: 1.06667vw;
  position: relative;
  padding-left: 3.33333vw;
}

.hx01:before, .hx01:after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 0.8vw;
  position: absolute;
  left: 0px;
}

.hx01:before {
  background-color: #006db9;
  top: 1.33333vw;
}

.hx01:after {
  background-color: #d10000;
  top: 3.73333vw;
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
a {
  color: #333;
}

a:hover {
  color: #ccc;
}

/**
Header
*/
header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  height: 21.33333vw;
}

header .btn-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 21.33333vw;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

header .btn-menu a {
  position: relative;
  color: transparent;
  text-indent: -9999px;
  display: block;
  z-index: 10;
}

header .btn-menu a:before, header .btn-menu a:after {
  content: "";
  display: block;
  width: 20vw;
  height: 20vw;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header .btn-menu a:before {
  background: url(../img/common/icon-menu.png) center center no-repeat;
  background-size: 9.33333vw 8.8vw;
  opacity: 1;
}

header .btn-menu a:after {
  background: url(../img/common/icon-menu-close.png) center center no-repeat;
  background-size: 8.53333vw 8.53333vw;
  opacity: 0;
}

header .logo {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  padding-top: 5.86667vw;
  padding-left: 3.2vw;
}

header .logo:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /*四角形を傾けます*/
  -webkit-transform: skewY(-45deg);
      -ms-transform: skewY(-45deg);
          transform: skewY(-45deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: -1;
  width: 42.66667vw;
  height: 42.66667vw;
  background: #000;
}

header .logo img {
  display: block;
  width: 20vw;
}

header.is-fixed {
  width: 100%;
}

header.is-fixed .btn-menu {
  background-color: #fff;
}

header.is-fixed .btn-menu a:before {
  background-image: url(../img/common/icon-menu-bk.png);
}

header.active .menu {
  display: block;
}

header.active .btn-menu {
  background-color: transparent;
}

header.active .btn-menu a:before {
  opacity: 0;
}

header.active .btn-menu a:after {
  opacity: 1;
}

header .menu {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

header .menu .inner {
  position: relative;
  background-color: #fff;
  background-image: url(../img/common/menu-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-left: 4.66667vw;
  padding-right: 4.66667vw;
}

header .menu .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
}

header .menu .contents ul {
  width: 100%;
  border-top: 0.26667vw solid #ccc;
}

header .menu .contents ul li {
  list-style: none;
  width: 100%;
  border-bottom: 0.26667vw solid #ccc;
  height: 16vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.33333vw;
}

header .menu .contents ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.73333vw;
  text-decoration: none;
  height: 9.33333vw;
  color: #333333;
  text-align: left;
  border-left: 0.66667vw solid #d00000;
  padding-left: 5.33333vw;
}

#breadcrumbs {
  margin: 0 auto 75px;
  font-size: 1.86667vw;
  line-height: 3;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

#breadcrumbs ul li {
  display: inline-block;
}

#breadcrumbs ul li.parent a {
  padding-left: 4vw;
}

#breadcrumbs ul li.child {
  font-weight: bold;
}

#breadcrumbs ul li.child:before {
  content: "／";
  display: inline-block;
  margin: 0 0 0 4px;
  font-size: 1.86667vw;
  line-height: 3;
}

/**
footer
*/
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

#pagetop a {
  display: block;
  width: 16vw;
  height: 16vw;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
}

#pagetop a:before {
  content: '';
  position: absolute;
  display: block;
  top: 9.73333vw;
  left: 8.93333vw;
  background: url(../img/common/page-top-icon.png) center center no-repeat;
  background-size: contain;
  width: 4vw;
  height: 2.4vw;
  z-index: 1;
}

#pagetop a:after {
  content: '';
  position: absolute;
  left: 0vw;
  top: 0;
  /*四角形を傾けます*/
  -webkit-transform: skewY(135deg);
      -ms-transform: skewY(135deg);
          transform: skewY(135deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  z-index: 0;
  width: 16vw;
  height: 16vw;
  background: #d00000;
}

footer {
  color: #fff;
  background: #000;
  padding-top: 10.66667vw;
  padding-bottom: 10.93333vw;
}

footer .inner {
  width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10.66667vw;
}

footer .address {
  font-size: 3.2vw;
  line-height: 1.58333;
}

footer .contact {
  margin-bottom: 4.66667vw;
}

footer .contact a {
  background-color: #fff;
  width: 100%;
  height: 18.66667vw;
  font-size: 4.53333vw;
  letter-spacing: 0.1em;
}

footer .contact a:before {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  width: 8vw;
  height: 5.86667vw;
  margin-right: 0.66667vw;
}

footer .menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 6vw;
}

footer .menu dl {
  width: 100%;
  font-size: 3.73333vw;
  line-height: 1.71429;
  border-top: 0.26667vw solid #333;
  padding-top: 6.66667vw;
  padding-bottom: 6.66667vw;
}

footer .menu dl:first-of-type {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

footer .menu dl:last-of-type {
  border-bottom: 0.26667vw solid #333;
}

footer .menu dl dt {
  font-weight: bold;
}

footer .menu dl dd {
  position: relative;
  padding-left: 1em;
}

footer .menu dl dd:before {
  content: "−";
  position: absolute;
  left: 0;
  text-align: center;
  display: inline-block;
  width: 1em;
}

footer .menu dl dd span {
  display: block;
}

footer .menu a {
  color: #fff;
  text-decoration: none;
}

footer .links {
  margin-bottom: 8.66667vw;
}

footer .links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3.73333vw;
  line-height: 1.71429;
}

footer .links a {
  color: #fff;
  text-decoration: none;
}

footer #copyright {
  font-size: 2.66667vw;
  line-height: 2.4;
}

#main-image {
  height: 40vw;
  position: relative;
  padding-top: 10.66667vw;
}

#main-image .inner {
  margin: 0 auto;
  position: relative;
}

#main-image h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 29.33333vw;
  background: -webkit-gradient(linear, left top, right top, from(#d0e9fa), color-stop(50%, #d0e9fa), color-stop(50%, #ffeaea), to(#ffeaea));
  background: -webkit-linear-gradient(left, #d0e9fa 0%, #d0e9fa 50%, #ffeaea 50%, #ffeaea 100%);
  background: -o-linear-gradient(left, #d0e9fa 0%, #d0e9fa 50%, #ffeaea 50%, #ffeaea 100%);
  background: linear-gradient(90deg, #d0e9fa 0%, #d0e9fa 50%, #ffeaea 50%, #ffeaea 100%);
}

#main-image h2 img {
  display: block;
  margin-bottom: 1.33333vw;
  height: 4.4vw;
  width: auto;
}

#main-image h2 .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.73333vw;
  line-height: 1;
}

#main-image h2 .name:after, #main-image h2 .name:before {
  content: "";
  display: block;
  width: 5.33333vw;
  height: 1px;
  background-color: #cccccc;
  margin: 0 1.33333vw;
}

/**
社員インタビュー 共通
*/
.member-interview .boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.member-interview .boxes .box {
  position: relative;
  width: 50%;
}

.member-interview .boxes .box:nth-of-type(2n+1) .link .bg {
  background-color: rgba(0, 74, 150, 0.7);
}

.member-interview .boxes .box:nth-of-type(2n+0) .link .bg {
  background-color: rgba(158, 0, 0, 0.7);
}

.member-interview .boxes .box .img img {
  display: block;
}

.member-interview .boxes .box .link {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.member-interview .boxes .box .link .bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 16vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10.66667vw;
  color: #fff;
  text-decoration: none;
}

.member-interview .boxes .box .link .bg:before {
  content: "";
  background: url(../img/common/icon-id.png) center center no-repeat;
  background-size: contain;
  width: 6vw;
  height: 4.53333vw;
  display: block;
  position: absolute;
  left: 3.33333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.member-interview .boxes .box .link .bg:after {
  content: "";
  background: url(../img/common/icon-arrow-white.png) center center no-repeat;
  background-size: contain;
  width: 1.46667vw;
  height: 2.13333vw;
  display: block;
  position: absolute;
  right: 1.33333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.member-interview .boxes .box .link .bg .title {
  font-size: 2.93333vw;
  line-height: 1;
  margin-bottom: 0.66667vw;
}

.member-interview .boxes .box .link .bg .type {
  font-size: 2.93333vw;
  line-height: 1;
  margin-bottom: 0.66667vw;
}

.member-interview .boxes .box .link .bg .name {
  font-size: 3.2vw;
  line-height: 1;
  font-weight: bold;
}
