@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
  background-color: #000;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #000;
  text-align: left;
  font-size: 1.7rem;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 4.26666vw;
  }
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}

body.fadeout::after {
  opacity: 1;
}

/*body.fadeout article{
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

p {
  line-height: 1.6;
  margin-bottom: 1.5em;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 640px) {
  .noSP {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .noPC {
    display: none !important;
  }
}

/*========== main.scss ==========*/
.l-main {
  padding: 115px 0 0;
  display: block;
}

@media screen and (max-width: 640px) {
  .l-main {
    padding: 7% 0 0;
  }
}

@media screen and (min-width: 641px) {
  .page_profile .l-main {
    padding-top: 0;
  }
}

/*========== inner.scss ==========*/
.c-inner {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}

@media screen and (min-width: 641px) {
  .c-inner {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
    max-width: 960px;
    margin: auto;
  }
}

/*========== btn.scss ==========*/
.c-btn-more {
  width: 49.21875vw;
  display: block;
  overflow: hidden;
  outline: none;
  margin: auto;
}

@media screen and (min-width: 641px) {
  .c-btn-more {
    max-width: 430px;
  }
}

/*========== title.scss ==========*/
.c-title-top {
  width: 48.75vw;
  display: block;
  margin: 0 auto 3.90625vw;
}

@media screen and (min-width: 641px) {
  .c-title-top {
    max-width: 585px;
    margin-bottom: 32px;
  }
}

.c-title-primary {
  display: block;
  margin: 0 auto 65px;
  width: 304px;
  /*@include pc {
  	padding-top: 115px;
  }*/
}

@media screen and (max-width: 640px) {
  .c-title-primary {
    width: 39vw;
    margin-bottom: 7%;
  }
}

@media screen and (min-width: 641px) {
  .page_profile .c-title-primary img {
    padding-top: 65px;
  }
}

/*========== box.scss ==========*/
.c-box-map {
  height: 500px;
}

@media screen and (max-width: 640px) {
  .c-box-map {
    height: 40vh;
  }
}

@media screen and (max-width: 640px) {
  .c-box-scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .c-box-scroll:-webkit-scrollbar {
    height: 5px;
  }

  .c-box-scroll:-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .c-box-scroll:-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

/*========== def.scss ==========*/
/*========== section.scss ==========*/
.c-section-1st {
  padding-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .c-section-1st {
    padding-bottom: 10vw;
  }
}

.c-section-2nd {
  margin-bottom: 1em;
}

.c-section-3rd {
  margin-bottom: 1em;
  padding-left: 1em;
}

.c-section-4th {
  margin-bottom: 1em;
  padding-left: 1.75em;
}

.c-section-5th {
  margin-bottom: 1em;
}

.c-section-6th {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.c-section-6th p {
  margin-bottom: 0;
}

.c-section-7th {
  padding-top: 1em;
}

/*========== form.scss ==========*/
.c-form {
  text-align: left;
  border-bottom: 1px dashed #F39800;
  margin-bottom: 5%;
}

@media screen and (max-width: 640px) {
  .c-form {
    border-bottom: none;
    margin-bottom: 7.5%;
  }
}

@media screen and (min-width: 641px) {
  .c-form dt {
    float: left;
    clear: both;
    width: 30%;
    border-top: 1px dashed #F39800;
    padding: 1em;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .c-form dt {
    font-weight: bold;
    padding: 0.5em 0;
  }
}

@media screen and (min-width: 641px) {
  .c-form dd {
    margin-left: 30%;
    border-top: 1px dashed #F39800;
    padding: 1em;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .c-form dd {
    border-bottom: 1px dashed #F39800;
    padding-bottom: 0.5em;
  }
}

.c-form dd input,
.c-form dd select,
.c-form dd textarea {
  font-size: 1.7rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.25em;
}

@media screen and (max-width: 640px) {

  .c-form dd input,
  .c-form dd select,
  .c-form dd textarea {
    font-size: 4.26666vw;
  }
}

.c-form dd input.short {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .c-form-course {
    overflow: hidden;
    text-align: center;
    margin-bottom: 15%;
    margin-top: -5%;
    position: relative;
    border-radius: 2px;
    border: 2px solid #E9518E;
    background: #ffffff;
  }

  .c-form-course::before {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #E9518E;
    pointer-events: none;
  }

  .c-form-course select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 8px 38px 8px 8px;
    color: #E9518E;
    font-size: 3.75vw;
  }

  .c-form-course select::-ms-expand {
    display: none;
  }
}

input[type="submit"],
input[type="button"] {
  border: none;
  background: #333;
  color: #fff;
  border: solid 1px;
  padding: 0.5em 2em;
  border-radius: 8px;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  background: #fff;
  color: #333;
  border: solid 1px #333;
  transition: all 0.5s;
  cursor: pointer;
}

input[type="submit"]:active,
input[type="button"]:active {
  background: #c00;
  color: #fff;
}

.require {
  color: #ff0000;
  font-size: 72%;
}

.notice {
  text-align: right;
  padding: 1em 0;
  font-size: 72%;
}

.notice span {
  color: #ff0000;
  font-weight: bold;
}

.error_messe {
  padding: 0.5em 0;
  color: #ff0000;
  margin-bottom: 0;
}

.btnList li {
  display: inline-block;
  margin: 0 1rem;
}

@media screen and (max-width: 640px) {
  .btnList li {
    margin-bottom: 5%;
  }
}

.square_btn {
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 1em;
  text-align: center;
  color: #2bb6c1;
  border: solid 1px #2bb6c1;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.square_btn:hover {
  background: #2bb6c1;
  color: #fff;
}

/*========== table.scss ==========*/
.c-table-std {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #aeaeae;
  border-top: 1px solid #aeaeae;
  line-height: 1.5;
  margin-bottom: 3rem;
}

@media screen and (max-width: 640px) {
  .c-table-std {
    margin-bottom: 5%;
  }
}

.c-table-std th {
  border-bottom: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
  padding: 1em 0.5em;
  vertical-align: middle;
}

.c-table-std td {
  border-bottom: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
}

.c-table-std td.course {
  text-align: left;
}

.c-table-std td.course div {
  font-size: 115%;
  font-weight: bold;
}

.c-table-std thead th {
  font-weight: bold;
  text-align: center;
  background-color: #FFE600;
}

.c-table-std thead th.head01 {
  width: 8%;
}

.c-table-std thead th.head02 {
  width: 30%;
}

.c-table-std thead th.head03 {
  width: 16%;
}

.c-table-std thead th.head04 {
  width: 10%;
}

.c-table-std thead th.head05 {
  width: 8%;
}

.c-table-std thead th.head06 {
  width: 9%;
}

.c-table-std tbody th {
  font-weight: bold;
  text-align: center;
  background-color: #F39800;
  color: #000;
}

/*========== list.scss ==========*/
.c-list-num li {
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1em;
  margin-left: 1em;
}

.c-list-disc {
  text-indent: -1em;
  margin-left: 1em;
}

/*========== header.scss ==========*/
.p-header-wrap {
  height: 84px;
  width: 100%;
  position: fixed;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 640px) {
  .p-header-wrap {
    height: 50px;
  }
}

.p-header {
  position: relative;
}

@media screen and (min-width: 641px) {
  .p-header {
    padding: 0;
    height: 120px;
    text-align: center;
  }
}

@media screen and (min-width: 641px) and (max-width: 860px) {
  .p-header {
    text-align: right;
    padding-right: 40px;
  }
}

.p-header-ttl {
  display: block;
  width: 17.03125vw;
}

.p-header-ttl {
  width: 92px;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .p-header-ttl {
    left: 10px;
  }
}

@media screen and (min-width: 641px) {
  .p-header-nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.p-header-nav_2nd {
  display: none;
}

.p-header-nav .drawer-menu {
  font-size: 0;
  padding-top: 207px;
}

@media (max-width: 640px) {
  .p-header-nav .drawer-menu {
    padding-top: 50px;
  }
}

@media screen and (min-width: 641px) {
  .p-header-nav .drawer-menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px;
  }
}

@media (min-width: 640px) {
  .p-header-nav .drawer-menu li {
    margin: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 860px) {
  .p-header-nav .drawer-menu li {
    margin: 0;
  }
}

@media screen and (min-width: 861px) and (max-width: 1024px) {
  .p-header-nav .drawer-menu li {
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .p-header-nav .drawer-menu li {
    margin-bottom: 3vw;
  }
}

.p-header-nav .drawer-menu li a,
.p-header-nav .drawer-menu li span {
  display: block;
}

@media screen and (min-width: 641px) {

  .p-header-nav .drawer-menu li a,
  .p-header-nav .drawer-menu li span {
    text-align: left;
  }
}

.p-header-nav .drawer-menu li a.nav00,
.p-header-nav .drawer-menu li span.nav00 {
  background-image: url(/assets/images/nav_top00_pc.png);
}

@media screen and (min-width: 641px) {

  .p-header-nav .drawer-menu li a.nav00,
  .p-header-nav .drawer-menu li span.nav00 {
    width: 69px;
  }
}

@media screen and (min-width: 641px) {

  .p-header-nav .drawer-menu li a.nav04,
  .p-header-nav .drawer-menu li span.nav04 {
    background-image: url(/assets/images/nav_top04_pc.png);
    width: 69px;
  }
}

@media screen and (min-width: 641px) {

  .p-header-nav .drawer-menu li a.nav05,
  .p-header-nav .drawer-menu li span.nav05 {
    background-image: url(/assets/images/nav_top05_pc.png);
    width: 72px;
  }
}

@media screen and (min-width: 641px) {

  .p-header-nav .drawer-menu li a.nav06,
  .p-header-nav .drawer-menu li span.nav06 {
    background-image: url(/assets/images/nav_top06_pc.png);
    width: 55px;
  }
}

@media screen and (min-width: 641px) {

  .p-header-nav .drawer-menu li a.nav07,
  .p-header-nav .drawer-menu li span.nav07 {
    background-image: url(/assets/images/nav_top07_pc.png);
    width: 84px;
  }
}

.p-header-nav .drawer-menu li a.nav_toggle,
.p-header-nav .drawer-menu li span.nav_toggle {
  position: relative;
}

.p-header-nav .drawer-menu li a.nav_toggle:after,
.p-header-nav .drawer-menu li span.nav_toggle:after {
  content: "";
  display: block;
  width: 5.8125vw;
  height: 5.8125vw;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  background: url(/assets/images/nav_top_open.png) 0 0 no-repeat;
  background-size: cover;
}

.p-header-nav .drawer-menu li a.nav_toggle.active:after,
.p-header-nav .drawer-menu li span.nav_toggle.active:after {
  background-image: url(/assets/images/nav_top_close.png);
}

/* current */
@media screen and (min-width: 641px) {

  .page_produce .p-header-nav .nav00,
  .page_live .p-header-nav .nav00,
  .page_pr .p-header-nav .nav00,
  .page_works .p-header-nav .nav04,
  .page_profile .p-header-nav .nav05,
  .page_contact .p-header-nav .nav07 {
    background-position: 0 bottom;
  }
}

/*========== footer.scss ==========*/
.p-footer {
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .p-footer {
    padding-bottom: 20px;
  }
}

.p-footer-nav1 {
  background-color: #000;
}

.p-footer-nav1__inner {
  padding: 4.6875vw 6.25vw 7.8125vw;
}

@media screen and (min-width: 641px) {
  .p-footer-nav1__inner {
    margin: auto;
    width: 92%;
    max-width: 836px;
    padding: 10% 0 12.5%;
  }
}

.p-footer-nav1 li {
  float: left;
}

@media screen and (min-width: 641px) {
  .p-footer-nav1 li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 2%;
  }

  .p-footer-nav1 li:nth-child(1),
  .p-footer-nav1 li:nth-child(2),
  .p-footer-nav1 li:nth-child(3) {
    width: 32%;
    margin-right: 2%;
  }

  .p-footer-nav1 li:nth-child(5),
  .p-footer-nav1 li:nth-child(7) {
    margin-right: 0;
  }

  .p-footer-nav1 li:nth-child(6) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .p-footer-nav1 li {
    margin-bottom: 5.75%;
  }

  .p-footer-nav1 li:nth-child(1),
  .p-footer-nav1 li:nth-child(2),
  .p-footer-nav1 li:nth-child(3) {
    width: 29.5%;
    margin-right: 5.75%;
  }
}

.p-footer-nav1 li:nth-child(3) {
  margin-right: 0;
}

.p-footer-nav1 li:last-child {
  margin-bottom: 0;
}

.p-footer-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 68px;
}

@media screen and (max-width: 640px) {
  .p-footer-pagetop {
    right: 3.90625vw;
    bottom: 3.90625vw;
    width: 12.5vw;
  }
}

.p-footer-pagetopWrap {
  position: relative;
}

.p-footer-nav2 {
  background-color: #fff;
}

@media screen and (min-width: 641px) {
  .p-footer-nav2 {
    text-align: right;
    position: relative;
  }
}

.p-footer-mark {
  display: inline-block;
  vertical-align: middle;
  width: 83px;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .p-footer-mark {
    width: 16.25vw;
    padding-left: 10vw;
    padding-top: 3vw;
  }
}

.p-footer-menu {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .p-footer-menu {
    padding: 0 0 0 14.25vw;
  }
}

.p-footer-menu li {
  font-size: 2.96875vw;
  line-height: 1.8;
}

@media screen and (min-width: 641px) {
  .p-footer-menu li {
    font-size: 1.2rem;
    text-align: right;
    line-height: 2;
  }
}

.p-footer-menu li a {
  color: #000;
}

.p-footer-menu li a:after {
  content: "＞";
}

.p-footer-copy {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .p-footer-copy {
    width: 71.5vw;
  }
}

@media screen and (min-width: 641px) {
  .p-footer-copy {
    position: absolute;
    bottom: 30px;
    width: 364px;
    left: 50%;
    margin-left: -182px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1060px) {
  .p-footer-copy {
    bottom: 10px;
  }
}

/* トップページ　フッター非表示 */
.page_index .p-footer-nav1 {
  display: none;
}

/*========== top.scss ==========*/
.p-top-service {
  padding: 5.625vw 0;
}

@media screen and (min-width: 641px) {
  .p-top-service {
    padding: 80px 0;
  }
}

.p-top-works {
  padding: 5.625vw 0;
}

@media screen and (min-width: 641px) {
  .p-top-works {
    padding: 80px 0;
  }
}

.p-top-works_menu {
  display: block;
  margin: 0 auto 5.625vw;
  width: 80vw;
}

@media screen and (min-width: 641px) {
  .p-top-works_menu {
    max-width: 960px;
    margin-bottom: 40px;
  }
}

.p-top-works_menu li {
  float: left;
  width: 33.333%;
  overflow: hidden;
  background: #000;
}

.p-top-works_menu li:nth-child(3n) {
  width: 33.334%;
}

.p-top-works_menu li img {
  display: block;
  transition-duration: 0.3s;
}

.p-top-works_menu li img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
  opacity: 0.6;
}

.p-top-other li {
  width: 50%;
  float: left;
}

@media screen and (min-width: 641px) {
  .p-top-topics .ttl {
    display: block;
    background-color: #808080;
    padding: 60px 0;
  }
}

@media screen and (min-width: 641px) {
  .p-top-topics .ttl img {
    width: 48.75vw;
    display: block;
    margin: 0 auto;
    max-width: 585px;
  }
}

/*========== service.scss ==========*/
.p-service-menu {
  display: block;
  margin: auto;
  width: 80vw;
  max-width: 960px;
}

.p-service-menu li {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.p-service-menu li:last-child {
  margin-right: 0;
}

/*========== live.scss ==========*/
.p-live-info dd {
  display: none;
}

/*========== performance.scss ==========*/
.p-performance {
  padding: 0 6.25vw 6.25vw;
}

@media screen and (min-width: 641px) {
  .p-performance {
    padding: 0 0 5.8%;
    width: 92%;
    max-width: 960px;
    margin: auto;
  }
}

.p-performance__inner {
  background: url(/assets/images/bg_performance.png) 0 0 repeat;
  background-size: 50% auto;
  padding: 50px 4%;
}

@media screen and (max-width: 640px) {
  .p-performance__inner {
    padding: 5vw 14vw 7vw;
    background-size: 100% auto;
  }
}

.p-performance .ttl {
  margin-bottom: 7.8125vw;
}

@media screen and (min-width: 641px) {
  .p-performance .ttl {
    margin-bottom: 0;
  }

  .p-performance .ttl img {
    display: block;
    max-width: 370px;
    margin: 0 auto 55px;
  }
}

.page_live .p-performance {
  padding-top: 6.25vw;
}

@media screen and (min-width: 641px) {
  .page_live .p-performance {
    padding-top: 8.3%;
  }
}

/*========== works.scss ==========*/
.p-works-nav {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  margin-bottom: 6vw;
}

@media screen and (min-width: 641px) {
  .p-works-nav {
    padding-left: 0;
    padding-right: 0;
    max-width: 650px;
    margin: 0 auto 60px;
  }
}

.p-works-nav li {
  float: left;
}

@media screen and (min-width: 641px) {
  .p-works-nav li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .p-works-nav li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .p-works-nav li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .p-works-nav li:nth-child(even) {
    margin-right: 0;
  }
}

.p-works-ph {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  padding-bottom: 10vw;
  padding-top: 4vw;
}

@media screen and (min-width: 641px) {
  .p-works-ph {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
    padding-top: 50px;
    max-width: 600px;
    margin: 0 auto;
  }
}

.p-works-ph#anc01 {
  padding-top: 110px;
}

@media screen and (max-width: 640px) {
  .p-works-ph#anc01 {
    padding-top: 10vw;
  }
}

.p-works-ph .ttl img {
  display: block;
  margin: 0 auto 9vw;
  width: 57%;
}

@media screen and (min-width: 641px) {
  .p-works-ph .ttl img {
    min-width: 342px;
    margin-bottom: 100px;
  }
}

.p-works-ph li {
  margin-bottom: 5vw;
}

@media screen and (min-width: 641px) {
  .p-works-ph li {
    margin-bottom: 50px;
  }
}

.p-works-ph li:last-child {
  margin-bottom: 0;
}

.p-works-menu {
  position: relative;
  margin-bottom: 6.25vw;
}

@media screen and (min-width: 641px) {
  .p-works-menu {
    margin-bottom: 5.8%;
  }
}

.p-works-menu__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 641px) {
  .p-works-menu__inner {
    width: 92%;
    max-width: 432px;
  }
}

.p-works-menu__inner .ttl {
  display: block;
  margin: 0 auto 1.5625vw;
  width: 30vw;
}

@media screen and (min-width: 641px) {
  .p-works-menu__inner .ttl {
    max-width: 193px;
  }
}

.p-works-menu__inner ul {
  font-size: 0;
  text-align: center;
}

.p-works-menu__inner ul li {
  display: inline-block;
  vertical-align: middle;
  width: 35.9375vw;
  margin: 0 2.1875vw 3.25vw;
}

@media screen and (min-width: 641px) {
  .p-works-menu__inner ul li {
    width: 46%;
    margin: 0 2% 5%;
  }
}

@media screen and (max-width: 640px) {
  .p-works-menu__inner ul li:last-child {
    margin-bottom: 1.5vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 960px) {
  .p-works-menu__inner.lots {
    max-width: 92%;
  }
}

@media screen and (min-width: 641px) and (max-width: 960px) {
  .p-works-menu__inner.lots ul li {
    width: 30%;
    margin: 0 1% 2%;
  }
}

.p-works-menu-item {
  color: #fff;
  font-size: 3.25vw;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
}

/*========== org.scss ==========*/
.p-org {
  background: url(/assets/images/bg_org.png) 0 0 repeat #808080;
  background-size: 7.5% auto;
}

@media screen and (min-width: 641px) {
  .p-org {
    background-size: 2.5% auto;
  }
}

.p-org__inner {
  padding: 6vw 10vw;
}

@media screen and (min-width: 641px) {
  .p-org__inner {
    padding: 7.5% 0;
    width: 92%;
    max-width: 404px;
    margin: auto;
  }
}

.p-org-ttl {
  display: block;
  margin: 0 auto 8.4375vw;
  width: 60vw;
}

@media screen and (min-width: 641px) {
  .p-org-ttl {
    width: 404px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 641px) {
  .p-org-divs {
    width: 92%;
    max-width: 960px;
    margin: auto;
    font-size: 0;
  }
}

.p-org-divs .item {
  position: relative;
}

@media screen and (max-width: 640px) {
  .p-org-divs .item {
    margin-bottom: 9.375vw;
  }
}

@media screen and (min-width: 641px) {
  .p-org-divs .item {
    display: inline-block;
    width: 24%;
    margin-right: 5%;
  }
}

@media screen and (min-width: 641px) {
  .p-org-divs .item.item02 {
    width: 42%;
  }
}

.p-org-divs .item.item02 li {
  position: absolute;
  width: 22.02531%;
  bottom: 0;
}

.p-org-divs .item.item02 li.div1 {
  left: 0;
}

.p-org-divs .item.item02 li.div2 {
  left: 25.94936%;
}

.p-org-divs .item.item02 li.div3 {
  left: 52.02531%;
}

@media screen and (min-width: 641px) {
  .p-org-divs .item.item03 {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .p-org-divs .item.item03 {
    margin-bottom: 0;
  }
}

.p-org-divs .item.forProduce {
  width: 100%;
  margin-right: 0;
}

.p-org-divs .item.forProduce li {
  position: absolute;
  width: 22.02531%;
  bottom: 0;
}

.p-org-divs .item.forProduce li.div1 {
  left: 0;
}

.p-org-divs .item.forProduce li.div2 {
  left: 25.94936%;
}

.p-org-divs .item.forProduce li.div3 {
  left: 52.02531%;
}

.page_profile .p-org {
  padding: 6vw 10vw;
}

@media screen and (min-width: 641px) {
  .page_profile .p-org {
    padding: 7.5% 0;
  }
}

/*========== profile.scss ==========*/
.page_profile .tab {
  position: absolute;
  right: 6.25vw;
  top: 0;
}

@media screen and (min-width: 641px) {
  .page_profile .tab {
    right: 0;
  }
}

.page_profile .tab li {
  display: block;
  width: 22.1875vw;
}

@media screen and (min-width: 641px) {
  .page_profile .tab li {
    max-width: 128px;
  }
}

.page_profile .tab li.active {
  display: none;
}

.page_profile .tab li:hover {
  cursor: pointer;
}

.page_profile .tab-content-item {
  display: none;
}

.page_profile .tab-content-item.show {
  display: block;
}

.p-profile-message {
  background-color: #fff;
  color: #000;
  padding: 7.8125vw 0;
}

@media screen and (min-width: 641px) {
  .p-profile-message {
    padding: 100px 0 7.5%;
  }
}

.p-profile-message .ttl {
  display: block;
  margin: 0 auto 7vw;
  width: 54.6875vw;
}

@media screen and (min-width: 641px) {
  .p-profile-message .ttl {
    max-width: 350px;
    margin-bottom: 40px;
  }
}

.p-profile-message__inner {
  position: relative;
  padding: 0 6.25vw;
}

@media screen and (min-width: 641px) {
  .p-profile-message__inner {
    padding: 0 0;
    width: 92%;
    max-width: 530px;
    margin: auto;
  }
}

.p-profile-message .lead {
  width: 47.96875vw;
  margin-bottom: 5.46875vw;
}

@media screen and (min-width: 641px) {
  .p-profile-message .lead {
    display: block;
    margin: 0 auto 25px;
    max-width: 166px;
  }
}

.p-profile-message p.txt {
  font-size: 3.5vw;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 641px) {
  .p-profile-message p.txt {
    font-size: 1.7rem;
  }
}

.p-profile-message p.sign {
  display: block;
  text-align: right;
  margin-bottom: 0;
}

.p-profile-message p.sign span {
  display: inline-block;
  text-align: left;
}

.p-profile-corporate {
  background-color: #fff;
  padding: 6vw 0;
}

@media screen and (min-width: 641px) {
  .p-profile-corporate {
    padding: 7.5% 0;
  }
}

.p-profile-corporate__inner {
  padding: 7.5vw 6.25vw 0;
  position: relative;
}

@media screen and (min-width: 641px) {
  .p-profile-corporate__inner {
    padding: 0;
    width: 92%;
    max-width: 805px;
    margin: auto;
  }
}

.p-profile-corporate .ttl {
  display: block;
  margin: 0 auto 6.25vw;
  width: 68.125vw;
}

@media screen and (min-width: 641px) {
  .p-profile-corporate .ttl {
    max-width: 436px;
    margin-bottom: 50px;
  }
}

.p-profile-corporate .data {
  line-height: 2;
  font-size: 3vw;
}

@media screen and (min-width: 641px) {
  .p-profile-corporate .data {
    font-size: 1.7rem;
  }
}

.p-profile-corporate .data dt {
  float: left;
  clear: both;
  width: 30%;
}

@media screen and (min-width: 641px) {
  .p-profile-corporate .data dt {
    box-sizing: border-box;
    padding-left: 3em;
  }
}

.p-profile-corporate .data dd {
  margin-left: 30%;
}

.p-profile-service {
  padding: 5.625vw 0;
}

@media screen and (min-width: 641px) {
  .p-profile-service {
    padding: 7.5% 0;
  }
}

.p-profile-service .ttl {
  display: block;
  margin: 0 auto 3.75vw;
  width: 27.8125vw;
}

@media screen and (min-width: 641px) {
  .p-profile-service .ttl {
    width: 20.625%;
    max-width: 198px;
    margin-bottom: 4.15%;
  }
}

/* map */
.p-profile-map {
  width: 100%;
  max-width: 1020px;
  padding: 45px 30px 0;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.p-profile-map .ttl {
  display: block;
  margin: 0 auto 20px;
  width: 12.3%;
}

@media screen and (min-width: 641px) {
  .p-profile-map .ttl {
    max-width: 120px;
  }
}

@media screen and (max-width: 640px) {
  .p-profile-map .ttl {
    width: 18.4375vw;
    margin-bottom: 6.25vw;
  }
}

.p-profile-map .btn_pdf {
  display: block;
  width: 46.96875vw;
  margin: auto;
}

@media screen and (min-width: 641px) {
  .p-profile-map .btn_pdf {
    width: 32%;
  }
}

.p-profile-map .mapArea {
  margin-bottom: 4.6875vw;
}

@media screen and (min-width: 641px) {
  .p-profile-map .mapArea {
    margin-bottom: 35px;
  }
}

@media all and (max-width: 640px) {

  /* line 998, style.scss */
  .p-profile-map {
    padding: 0;
  }
}

@media all and (max-width: 640px) {

  /* line 998, style.scss */
  .p-profile-map {
    padding-top: 30px;
    padding-bottom: 5vw;
  }
}

/* line 1005, style.scss */
.p-profile-map .mapArea .panel {
  position: relative;
}

/* line 1007, style.scss */
.p-profile-map .mapArea .panel #contact {
  width: 146px;
  line-height: 0;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 25px;
  left: 25px;
  z-index: 100;
}

@media all and (max-width: 640px) {

  /* line 1007, style.scss */
  .p-profile-map .mapArea .panel #contact {
    display: none;
  }
}

/* line 1016, style.scss */
.p-profile-map .mapArea .panel #map {
  height: 600px;
}

@media all and (max-width: 640px) {

  /* line 1016, style.scss */
  .p-profile-map .mapArea .panel #map {
    height: 300px;
  }
}

@media all and (max-width: 640px) {

  /* line 1024, style.scss */
  .p-profile-map .mapArea p {
    text-align: center;
    margin: 0 auto 6.25vw;
    width: 35vw;
  }
}

/*========== policy.scss ==========*/
.p-policy {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  color: #ccc;
  font-family: YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
  font-size: 3.25vw;
  line-height: 1.7;
}

@media screen and (min-width: 641px) {
  .p-policy {
    padding-left: 0;
    padding-right: 0;
    width: 540px;
    display: block;
    margin: auto;
    font-size: 1.4rem;
  }
}

.p-policy .sec01 .ttl {
  text-align: center;
  margin-bottom: 65px;
}

@media screen and (max-width: 640px) {
  .p-policy .sec01 .ttl {
    margin-bottom: 7%;
  }
}

.p-policy .sec01 .c-list-num li {
  margin-bottom: 1em;
}

.p-policy .sec02 .ttl {
  margin-bottom: 2em;
}

/*========== privacy.scss ==========*/
.p-privacy {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  color: #ccc;
  font-family: YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
  font-size: 3.25vw;
  line-height: 1.7;
}

@media screen and (min-width: 641px) {
  .p-privacy {
    padding-left: 0;
    padding-right: 0;
    width: 540px;
    display: block;
    margin: auto;
    font-size: 1.4rem;
  }
}

.p-privacy .sec01 .ttl {
  text-align: center;
  margin-bottom: 65px;
}

@media screen and (max-width: 640px) {
  .p-privacy .sec01 .ttl {
    margin-bottom: 7%;
  }
}

.p-privacy .sec01 .ttl span {
  font-size: 83%;
}

.p-privacy .sec01 .c-list-num li {
  margin-bottom: 1em;
}

.p-privacy .sec01 a {
  color: #ccc;
}

.p-privacy .sec02 .ttl {
  margin-bottom: 2em;
}

.p-privacy .sec02 .ttl02 {
  margin-bottom: 1em;
}

.p-privacy .sec02 .c-list-disc {
  margin-bottom: 2em;
}

/*========== contact.scss ==========*/
@media screen and (max-width: 640px) {
  .p-contact {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}

.p-contact .txt img {
  width: auto;
  height: 15px;
}

#contactForm img {
  width: auto;
  height: 12px;
}

/* line 660, style.scss */
.contact_form {
  max-width: 725px;
  margin: 0 auto;
  color: #fff;
  font-family "Portrait Web";
}

/* line 663, style.scss */
.contact_form .txt {
  /*margin: 30px 0 20px;*/
}

.contact_form .txt:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.mb-100 {
  margin-bottom: 100px;
}

.txt span {
  display: block;
  float: left;
  border-bottom: none;
  width: 130px;
  text-align: right;
  /*margin: 15px 30px 0 0;*/
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .txt span {
    text-align: left;
  }
}

/* line 666, style.scss */
.contact_form dl {
  margin: 0 0 10px;
  zoom: 1;
}

/* line 7, style.scss */
.contact_form dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* line 669, style.scss */
.contact_form dl.contact_form_dl {
  margin-bottom: 4px;
}

/* line 672, style.scss */
.contact_form dl dt {
  float: left;
  border-bottom: none;
  width: 130px;
  text-align: right;
  margin: 15px 30px 0 0;
  white-space: nowrap;
}

/* line 680, style.scss */
.contact_form dl dd {
  float: left;
  width: 480px;
  margin: 0;
}

/* line 684, style.scss */
.contact_form dl dd textarea,
.contact_form dl dd input {
  border: none;
  width: 100%;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
}

.contact_form .kakunin dl dd {
  margin-top: 10px;
}

.contact_form dl dd.error input,
.contact_form dl dd.error select,
.contact_form dl dd.error textarea,
.contact_form dl dd.error .customSelect {
  background-color: #FFDFE0;
}

/* line 698, style.scss */
.contact_form .contact_form_btn {
  margin: 30px 0 20px 160px;
}

/* line 700, style.scss */
.contact_form .contact_form_btn input {
  background: #444444;
  border: none;
  color: #fff;
  width: 480px;
  height: 60px;
  font-size: 14px;
}

/* line 709, style.scss */
.contact_form .customSelect {
  background: url(/assets/images/contact/contact_icon.png) no-repeat #fff 95% center;
  color: #000;
  width: 100%;
  padding: 15px 20px;
  -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 720, style.scss */
.contact_form .customSelectInner {
  width: 100% !important;
  font-size: 14px;
}

/* line 724, style.scss */
.contact_form option {
  width: 100%;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 640px) {

  /* line 734, style.scss */
  .contact_form dl {
    margin: 0 0 20px;
  }

  /* line 736, style.scss */
  .contact_form dl.contact_form_dl {
    margin-bottom: 20px;
  }

  /* line 739, style.scss */
  .contact_form dl dt {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0 0 10px;
  }

  /* line 745, style.scss */
  .contact_form dl dd {
    float: none;
    width: 100%;
  }

  /* line 750, style.scss */
  .contact_form .contact_form_btn {
    margin: 30px 0 20px 0;
  }

  /* line 752, style.scss */
  .contact_form .contact_form_btn input {
    width: 100%;
  }
}

/* line 759, style.scss */
.contact_form2 dd {
  width: 440px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: boder-box;
  background: #fff;
  color: #000;
}

/* line 770, style.scss */
.contact_form dl.mail_info dt {
  float: none;
  width: auto;
  text-align: left;
  width: auto;
  margin: 40px 0 10px 160px;
}

.contact_form dl.mail_info dd {
  float: none;
  margin: 0 0 0 160px;
  background: #fff;
  color: #000;
  padding: 10px;
  height: 180px;
  overflow: scroll;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 640px) {
  .contact_form dl.mail_info dt {
    margin: 40px 0 10px;
  }

  .contact_form dl.mail_info dd {
    margin: 0;
  }
}

/*kakunin*/
.contact_form .contact_form_btn2 {
  margin: 30px 0 0 160px;
}

/* line 772, style.scss */
.contact_form .contact_form_btn2 input {
  background: #444444;
  border: none;
  color: #fff;
  width: 234px;
  height: 60px;
  font-size: 14px;
  float: left;
}

/* line 780, style.scss */
.contact_form .contact_form_btn2 input.last {
  margin-left: 10px;
}

@media all and (max-width: 640px) {
  .contact_form .contact_form_btn2 {
    margin: 30px 0 0 0;
  }

  .contact_form .contact_form_btn2 input {
    width: 48%;
  }

  .contact_form .contact_form_btn2 input.last {
    float: right;
  }
}

/*error*/
.contact_form dt.error {
  margin-top: 45px;
}

@media screen and (max-width: 640px) {
  .contact_form dt.error {
    margin-top: 0px;
  }
}

.contact_form span.error {
  color: #ff7a7a;
  display: block;
  line-height: 1;
  margin: 10px 0 5px 0;
}

@media screen and (max-width: 640px) {
  .contact_form span.error {
    font-size: 12px;
  }
}

/*finish*/
.finish_txt {
  text-align: center;
  margin: 80px 0 70px;
}

.finish_btn {
  display: block;
  border: 1px solid #fff;
  margin: 0 auto 150px;
  text-align: center;
  width: 150px;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.finish_btn:hover {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.finish_btn a {
  display: block;
  padding: 15px 0 13px;
  line-height: 0;
}

.finish_btn img {
  height: 16px;
}

@media screen and (max-width: 640px) {
  .finish_txt {
    font-size: 13px;
  }
}

/*@media all and (min-width: 641px){
	#aa{
	width:725px;
	margin:0 auto;
	text-align:right;
	
	}
#aa img{
	text-align:right;
	margin-left:450px;
	}
	
}
@media all and (max-width: 640px) {
	#aa{
	
	width:100%;;
	margin:0 40px ;
	text-align:right;
	
	}
#aa img{
	text-align:right;
	float:right;
	padding-bottom:40px;
	}


}*/
.p-contact-seal {
  text-align: right;
}

@media screen and (min-width: 641px) {
  .p-contact-seal {
    padding-right: 85px;
  }
}

@media screen and (max-width: 640px) {
  .p-contact-seal {
    margin-bottom: 10vw;
  }
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 55%;
  height: auto;
  color: #000;
  background-size: 5% auto;
  padding: 20vw 5% 5%;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .drawer-nav {
    width: 420px;
  }
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #000;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #000;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

/*!------------------------------------*\
      Top
  \*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
      Left
  \*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
      Right
  \*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -76.5625%;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav {
  right: 0;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  top: 0;
}

@media (min-width: 640px) {

  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0vw;
    top: 0;
  }
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
  top: 0;
}

@media (min-width: 640px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0vw;
  }
}

/*!------------------------------------*\
      Hamburger
  \*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  display: block;
  box-sizing: content-box;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.drawer-hamburger:hover {
  cursor: pointer;
}

@media (max-width: 640px) {
  .drawer-hamburger {
    height: 50px;
  }
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  background: url("/assets/images/drawer-hamburger-pc.png") top no-repeat;
  background-size: 44px 44px;
}

@media screen and (max-width: 640px) {
  .drawer-hamburger-icon {
    background-size: 32px 32px;
  }
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

.drawer--sidebar .drawer-hamburger {
  display: none;
  visibility: hidden;
}

.drawer--sidebar .drawer-nav {
  display: block;
  -webkit-transform: none;
  transform: none;
  position: fixed;
  width: 12.5rem;
  height: 100%;
}

/*! Left */
.drawer--sidebar.drawer--left .drawer-nav {
  left: 0;
  border-right: 1px solid #ddd;
}

.drawer--sidebar.drawer--left .drawer-contents {
  margin-left: 12.5rem;
}

/*! Right */
.drawer--sidebar.drawer--right .drawer-nav {
  right: 0;
  border-left: 1px solid #ddd;
}

.drawer--sidebar.drawer--right .drawer-contents {
  margin-right: 12.5rem;
}

/*! container */
.drawer--sidebar .drawer-container {
  max-width: 48rem;
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #000;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  /*margin-bottom: 60px;*/
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 640px) {

  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    display: none;
  }
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  /*background: url('../images/bx_loader.gif') center center no-repeat #ffffff;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  display: none !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  /*background: url('../images/prev.png') no-repeat 0 0;*/
  background-size: 100% 100%;
  display: none !important;
}

@media screen and (max-width: 640px) {
  .bx-wrapper .bx-prev {
    left: 2.66666vw;
  }
}

/*.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}*/
.bx-wrapper .bx-next {
  right: 10px;
  /*background: url('../images/next.png') no-repeat 0 0;*/
  background-size: 100% 100%;
  display: none !important;
}

@media screen and (max-width: 640px) {
  .bx-wrapper .bx-next {
    right: 2.66666vw;
  }
}

/*.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}*/
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  width: 25px;
  height: 50px;
  text-indent: -9999px;
  z-index: 100;
}

@media screen and (max-width: 640px) {
  .bx-wrapper .bx-controls-direction a {
    width: 2.66666vw;
    height: 20px;
    margin-top: -10px;
  }
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  /*background: url('../images/controls.png') -86px -11px no-repeat;*/
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  /*background: url('../images/controls.png') -86px -44px no-repeat;*/
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(/assets/images/colorbox/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

/*#cboxTopLeft{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(/assets/images/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(/assets/images/colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(/assets/images/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(/assets/images/colorbox/border.png) 0 -29px repeat-x;}*/
#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  /*margin-bottom:28px;*/
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(/assets/images/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(/assets/images/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/assets/images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/assets/images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(/assets/images/colorbox/close.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  #cboxClose {
    width: 5vw;
    height: 5vw;
    top: 3vw;
    right: 3vw;
  }
}

#cboxClose:hover {
  background-position: 0 0;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

.inlineBox {
  padding: 7vw 5vw 0;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .inlineBox {
    padding: 50px 0 0;
  }
}

.inlineBox h1 {
  font-weight: bold;
  font-size: 5vw;
  margin-bottom: 1em;
}

@media screen and (min-width: 641px) {
  .inlineBox h1 {
    font-size: 3rem;
  }
}

.inlineBox > section {
  margin-bottom: 5vw;
}

@media screen and (min-width: 641px) {
  .inlineBox > section {
    width: 80%;
    margin: 0 auto 3rem;
    max-width: 960px;
  }
}

.inlineBox > section h2 {
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
  line-height: 2;
}

.inlineBox > section h2 span {
  display: inline-block;
  font-weight: bold;
  font-size: 4.5vw;
}

@media screen and (min-width: 641px) {
  .inlineBox > section h2 span {
    font-size: 2.2rem;
  }
}

.inlineBox > section h2 span:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-left: 1em;
}

.inlineBox > section ul li {
  text-align: left;
  margin-bottom: 0.5em;
  font-size: 3.25vw;
}

@media screen and (min-width: 641px) {
  .inlineBox > section ul li {
    float: left;
    width: 50%;
    font-size: 1.45rem;
    margin-bottom: 1em;
  }
}

/*========== utility.scss ==========*/
.u-mb0 {
  margin-bottom: 0 !important;
}

.u-center {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

.u-bgWhite {
  background-color: #fff;
}

.u-idt {
  text-indent: -1em;
  margin-left: 1em;
}

/* 240201追加 会社概要 */
.p-profile-overview {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: serif;
}

@media screen and (min-width: 641px) {
  .p-profile-overview {
    width: 100%;
  }
}

.p-profile-overview tr {
  display: flex;
  /* align-items: center; */
  margin-top: 0.6em;
}

.p-profile-overview tr th {
  display: block;
  width: 30%;
}

@media screen and (min-width: 641px) {
  .p-profile-overview tr th {
    margin-left: 3em;
  }
}

.p-profile-overview tr td {
  display: block;
  width: calc(100% - 30% - 1em);
  margin-left: 1em;
}

@media screen and (min-width: 641px) {
  .p-profile-overview tr td {
    width: calc(100% - 30% - 6em);
    margin-left: 3em;
  }
}

.p-profile-overview tr td ul li {
  font-family: serif;
  margin-top: 0.3em;
}