@charset "UTF-8";
/*===========================================================================
/ Style : common.css
/ Build : SCSS(SASS) , autoprefixer
/ Rule  : FLOCSS(https://github.com/hiloki/flocss)
/============================================================================ */
/*===========================================================================
/  Foundation
/============================================================================ */
/*-----------------------------------------------------------------------
/ Foundation - reset
----------------------------------------------------------------------- */
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: inherit;
  vertical-align: baseline;
}

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,
button, select, option, input, textarea {
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

video {
  max-width: 100%;
}

/*-----------------------------------------------------------------------
/ Foundation - base
----------------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 10px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  height: 100%;
  background: #fff;
  color: #000;
  line-height: 1.8;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  -webkit-font-smoothing: antialiased !important;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  cursor: pointer;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:active {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

@media print, screen and (max-width: 749px) {
  img {
    width: 100%;
  }
}

button,
select,
option,
input[type="text"],
input[type="num"],
input[type="tel"],
input[type="password"],
input[type="date"],
textarea {
  font-family: inherit;
}

input,
textarea,
button,
select,
option {
  -webkit-font-smoothing: antialiased !important;
}

strong {
  font-weight: bold;
}

video {
  background-color: #000;
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #A2A2A2;
}

::-moz-placeholder {
  color: #A2A2A2;
}

:-ms-input-placeholder {
  color: #A2A2A2;
}

::-ms-input-placeholder {
  color: #A2A2A2;
}

::placeholder {
  color: #A2A2A2;
}

iframe {
  outline: none !important;
}

/*-----------------------------------------------------------------------
// Foundation - placeholder
----------------------------------------------------------------------- */
/*===========================================================================
/ Layout
/============================================================================ */
/*-----------------------------------------------------------------------
/ layout - page
----------------------------------------------------------------------- */
/* .l-page
----------------------------------------------------------------- */
.l-page {
  position: relative;
  background-color: #fff;
}

@media print, screen and (min-width: 750px) {
  .l-page {
    min-width: 960px;
  }
}

/* .l-page
----------------------------------------------------------------- */
@media print, screen and (max-width: 749px) {
  .l-page-header {
    min-height: 16vw;
  }
}

@media print, screen and (min-width: 750px) {
  .l-page-header {
    min-height: 80px;
  }
}

.l-page-header__inner {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
}

/* .l-page
----------------------------------------------------------------- */
.l-page-contents {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

@media print, screen and (min-width: 750px) {
  .l-page-contents__inner {
    width: 850px;
    min-height: calc(100vh - 550px);
    margin: 0 auto;
    padding-bottom: 150px;
  }
}

@media print, screen and (max-width: 749px) {
  .l-page-contents__inner {
    padding-right: 4vw;
    padding-left: 4vw;
    padding-bottom: 20vw;
    margin-top: 14vw;
  }
}

@media print, screen and (max-width: 749px) {
  .l-page-contents--inPage .l-page-contents__inner {
    /*padding-top: 18vw;*/
    padding-bottom: 0vw;
  }
}

@media print, screen and (min-width: 750px) {
  .l-page-contents--inPage .l-page-contents__inner {
    padding-top: 25px;
    padding-bottom: 73px;
  }
}

/* .l-page
----------------------------------------------------------------- */
.l-page-footer {
  position: relative;
  z-index: 2;
  background-color: #000;
}

/*===========================================================================
/ Component Object
/============================================================================ */
/* .c-sectionTitle
----------------------------------------------------------------- */
.c-sectionTitle {
  text-align: center;
}

@media print, screen and (max-width: 749px) {
  .c-sectionTitle {
    margin-bottom: 8vw;
  }
}

@media print, screen and (min-width: 750px) {
  .c-sectionTitle {
    margin-bottom: 20px;
  }
}

.c-sectionTitle__labelEn {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
}

@media print, screen and (max-width: 749px) {
  .c-sectionTitle__labelEn {
    font-size: 7vw;
  }
}

@media print, screen and (min-width: 750px) {
  .c-sectionTitle__labelEn {
    font-size: 2.5rem;
  }
}

.c-sectionTitle__labelJp {
  letter-spacing: 0.15em;
}

@media print, screen and (max-width: 749px) {
  .c-sectionTitle__labelJp {
    font-size: 3vw;
  }
}

@media print, screen and (min-width: 750px) {
  .c-sectionTitle__labelJp {
    font-size: 1rem;
  }
}

.c-sectionTitle__labelJp {
  letter-spacing: 0.15em;
}

@media print, screen and (max-width: 749px) {
  .c-sectionTitle__labelJp {
    font-size: 3vw;
  }
}

@media print, screen and (min-width: 750px) {
  .c-sectionTitle__labelJp {
    font-size: 1rem;
  }
}

.c-sectionTitle__space {
  display: none;
}

@media print, screen and (max-width: 749px) {
  .c-sectionTitle--jp .c-sectionTitle__labelJp {
    font-size: 6vw;
    letter-spacing: 0.1em;
  }
}

@media print, screen and (min-width: 750px) {
  .c-sectionTitle--jp .c-sectionTitle__labelJp {
    font-size: 2.5rem;
  }
}

/*-----------------------------------------------------------------------
/ project - itemGallery
----------------------------------------------------------------------- */
/* c-itemGallery
----------------------------------------------------------------- */
/* c-itemGallery-head
----------------------------------------------------------------- */
.c-itemGallery-head {
  position: relative;
}

@media print, screen and (max-width: 749px) {
  .c-itemGallery-head {
    margin-bottom: 5vw;
  }
}

@media print, screen and (min-width: 750px) {
  .c-itemGallery-head {
    margin-bottom: 15px;
  }
}

.c-itemGallery-head__title {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 1em;
  background-color: #fff;
}

@media print, screen and (max-width: 749px) {
  .c-itemGallery-head__title {
    font-size: 1.7rem;
  }
}

@media print, screen and (min-width: 750px) {
  .c-itemGallery-head__title {
    font-size: 1.7rem;
  }
}

.c-itemGallery-head:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 1px;
  height: 1px;
  margin: auto 0;
  background-color: #707070;
}

/* c-itemGallery-head
----------------------------------------------------------------- */
.c-itemGallery-list {
  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;
}

.c-itemGallery-list::after {
  content: "";
  display: block;
  width: 270px;
}

.c-itemGallery-list__item {
  position: relative;
}

@media print, screen and (max-width: 749px) {
  .c-itemGallery-list__item {
    width: 100%;
    margin-bottom: 7vw;
  }
}

@media print, screen and (min-width: 750px) {
  .c-itemGallery-list__item {
    width: 270px;
    margin-bottom: 40px;
  }
}

.c-itemGallery-list__item--movie:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  content: "";
  margin: auto;
  background: url(../images/btn-play.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media print, screen and (min-width: 750px) {
  .c-itemGallery-list__item--movie:after {
    width: 55px;
    height: 55px;
    bottom: 20px;
  }
}

@media print, screen and (max-width: 749px) {
  .c-itemGallery-list__item--movie:after {
    bottom: calc(2vw + 1em);
    width: 16vw;
    height: 16vw;
  }
}

.c-itemGallery-list__itemImg {
  position: relative;
  display: block;
}

.c-itemGallery-list__itemImg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: .3em;
  right: .3em;
  width: 5.6em;
  height: 1.2em;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(../images/btn-moreview.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
  border-radius: 5em;
  color: #fff;
  font-weight: bold;
}

.c-itemGallery-list__itemImg:hover::after {
  background-color: #d22d25;
}

@media print, screen and (max-width: 749px) {
  .c-itemGallery-list__itemImg {
    display: block;
    margin-bottom: 2vw;
  }
}

.c-itemGallery-list__label {
  white-space: pre-line;
  line-height: 1;
}

@media print, screen and (max-width: 749px) {
  .c-itemGallery-list__label {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 750px) {
  .c-itemGallery-list__label {
    font-size: 1.2rem;
  }
}

/*-----------------------------------------------------------------------
// Cpmponent - tableList
----------------------------------------------------------------------- */
@media print, screen and (min-width: 750px) {
  .c-tableList-table {
    display: table;
  }
  .c-tableList-table dl {
    display: table-row;
  }
  .c-tableList-table dt {
    display: table-cell;
    padding-right: 2em;
  }
  .c-tableList-table dd {
    position: relative;
  }
  .c-tableList-table dd:first-of-type:before {
    position: absolute;
    top: 0;
    left: -0.8em;
    display: inline-block;
    content: "：";
    width: 1em;
    text-align: center;
    margin-left: -0.5em;
    vertical-align: middle;
  }
}

@media print, screen and (max-width: 749px) {
  .c-tableList-table dt:after {
    content: "：";
  }
  .c-tableList-table dd {
    margin-left: 1em;
  }
}

@media print, screen and (max-width: 749px) {
  .c-tableList-table--mobileTbl dl {
    display: table-row;
  }
  .c-tableList-table--mobileTbl dt {
    display: table-cell;
  }
  .c-tableList-table--mobileTbl dd {
    display: table-cell;
    padding-left: 0.5em;
  }
}

@media print, screen and (min-width: 750px) {
  .c-tableList-history {
    display: table;
  }
  .c-tableList-history dl {
    display: table-row;
  }
  .c-tableList-history dl + dl dt, .c-tableList-history dl + dl dd {
    padding-top: 0.5em;
  }
  .c-tableList-history dt {
    display: table-cell;
    padding-right: 1em;
    white-space: nowrap;
  }
  .c-tableList-history dd {
    display: table-cell;
  }
}

@media print, screen and (max-width: 749px) {
  .c-tableList-history dd {
    margin-left: 1em;
  }
}

.c-btn-primary, .c-btn-secondary {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  line-height: 1;
  border: none;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  letter-spacing: 0.05em;
}

.c-btn-primary:link, .c-btn-secondary:link, .c-btn-primary:visited, .c-btn-secondary:visited, .c-btn-primary:hover, .c-btn-secondary:hover, .c-btn-primary:active, .c-btn-secondary:active {
  color: inherit;
  text-decoration: none;
  text-indent: 0;
}

.c-btn-primary:disabled, .c-btn-secondary:disabled, .is-disabled.c-btn-primary, .is-disabled.c-btn-secondary {
  opacity: 0.7;
  pointer-events: none;
}

.c-btn-primary:disabled:link, .c-btn-secondary:disabled:link, .c-btn-primary:disabled:hover, .c-btn-secondary:disabled:hover, .c-btn-primary:disabled:hover, .c-btn-secondary:disabled:hover, .c-btn-primary:disabled:active, .c-btn-secondary:disabled:active, .is-disabled.c-btn-primary:link, .is-disabled.c-btn-secondary:link, .is-disabled.c-btn-primary:hover, .is-disabled.c-btn-secondary:hover, .is-disabled.c-btn-primary:hover, .is-disabled.c-btn-secondary:hover, .is-disabled.c-btn-primary:active, .is-disabled.c-btn-secondary:active {
  color: inherit;
  text-decoration: none;
  text-indent: 0;
}

/* .c-btn-primary
----------------------------------------------------------------- */
.c-btn-primary {
  position: relative;
  color: #fff;
  background-color: #E50012;
  border: solid 3px #E50012;
  border-radius: 2em;
  text-align: center;
  font-weight: 500;
}

.c-btn-primary:link, .c-btn-primary:visited, .c-btn-primary:hover, .c-btn-primary:active {
  color: #fff;
  text-decoration: none;
  text-indent: 0;
}

@media print, screen and (max-width: 749px) {
  .c-btn-primary {
    height: 3em;
    width: 100%;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 750px) {
  .c-btn-primary {
    font-size: 2rem;
    height: 60px;
    min-width: 300px;
    font-size: 2rem;
  }
}

/* .c-btn-secondary
----------------------------------------------------------------- */
.c-btn-secondary {
  position: relative;
  color: #A2A2A2;
  background-color: #fff;
  border: solid 3px #A2A2A2;
  border-radius: 2em;
  text-align: center;
  font-weight: 500;
}

.c-btn-secondary:link, .c-btn-secondary:visited, .c-btn-secondary:hover, .c-btn-secondary:active {
  color: #A2A2A2;
  text-decoration: none;
  text-indent: 0;
}

@media print, screen and (max-width: 749px) {
  .c-btn-secondary {
    height: 3em;
    width: 100%;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 750px) {
  .c-btn-secondary {
    font-size: 2rem;
    height: 60px;
    min-width: 300px;
    font-size: 2rem;
  }
}

/* .c-link-inText
----------------------------------------------------------------- */
a.c-link-inText {
  color: #32BDD1;
}

a.c-link-inText:link, a.c-link-inText:visited, a.c-link-inText:hover, a.c-link-inText:active {
  color: #32BDD1;
}

.c-link-pdf {
  color: #32BDD1;
}

.c-link-pdf:link, .c-link-pdf:visited, .c-link-pdf:hover, .c-link-pdf:active {
  color: #32BDD1;
}

.c-link-pdf:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  background-image: url("/assets/images/icon/icon-download.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
}

/*-----------------------------------------------------------------------
/ Component - form
----------------------------------------------------------------------- */
/* form base
----------------------------------------------------------------------- */
button, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="num"],
input[type="mail"],
input[type="tell"],
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* form layout
----------------------------------------------------------------------- */
.c-form-row + .c-form-row {
  margin-top: 2em;
}

.c-form-row + .c-form-row--btn {
  margin-top: 3em;
}

.c-form-row__error {
  margin: 0.5em 1em;
  color: #f00;
  font-weight: bold;
}

.c-form-row--other {
  margin-top: 3em;
  margin-bottom: 3em;
  font-weight: bold;
  font-size: 120%;
}

/* form title
----------------------------------------------------------------------- */
.c-form-title {
  margin: 2em 0;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (max-width: 749px) {
  .c-form-title {
    margin: 1em 0;
    text-align: left;
  }
}

@media print, screen and (max-width: 749px) {
  .c-form-title--c {
    text-align: center;
  }
}

/* form message
----------------------------------------------------------------------- */
.c-form-message {
  margin: 2em 0;
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
}

.c-form-message p + p {
  margin-top: 0.5em;
}

.c-form-message .message__att {
  color: #f00;
}

.c-form-message--c {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.c-form-message--narrow {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (max-width: 749px) {
  .c-form-message--narrow {
    max-width: 80vw;
  }
}

/* form text
----------------------------------------------------------------------- */
.c-form-attText {
  font-weight: bold;
  color: #f00;
}

/* form text
----------------------------------------------------------------------- */
.c-form-inputText, .c-form-textarea {
  position: relative;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0em 0.8em;
  height: 3.125em;
  border: solid 2px #F0F3F4;
  background-color: #F0F3F4;
  font-size: 1.6rem;
  color: #000;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.c-form-inputText.is-size--num, .is-size--num.c-form-textarea {
  width: 4em;
}

.c-form-textarea {
  min-height: 6em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  line-height: 1.4;
}

.c-form-textarea.is-size--10 {
  min-height: 10em;
}

.c-form-textarea.is-size--15 {
  min-height: 15em;
}

.c-form-textarea.is-size--20 {
  min-height: 20em;
}

/* form select
----------------------------------------------------------------------- */
.c-form-select {
  position: relative;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.8em 0 0.8em;
  height: 3.125em;
  line-height: 3.125;
  border: none;
  background: url("/assets/images/icon/icon-accordionMenu-arrow.svg") no-repeat #F0F3F4 right 0.5em center;
  background-size: 0.8em;
  font-size: 1.6rem;
  color: #000;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.c-form-select.is-size--full {
  width: 100%;
}

.c-form-select.is-size--100 {
  width: 100%;
}

.c-form-select.is-size--50 {
  width: 50%;
}

.c-form-select.is-size--25 {
  width: 25%;
}

.c-form-select--catTitle {
  font-weight: bold;
}

/* form headLabel
----------------------------------------------------------------------- */
.c-form-headLabel {
  display: block;
  overflow: hidden;
  margin-bottom: 0.8em;
}

.c-form-headLabel__label {
  float: left;
  font-weight: bold;
}

.c-form-headLabel__attr {
  float: right;
  display: inline-block;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  background: #ccc;
  color: #fff;
  font-weight: bold;
}

.c-form-headLabel__attr.is-red {
  background: #f00;
}

/* form headAtt
----------------------------------------------------------------------- */
.c-form-headAtt {
  margin-bottom: 0.5em;
}

/* form checkRow
----------------------------------------------------------------------- */
.c-form-checkRow {
  display: block;
}

.c-form-checkRow + .c-form-checkRow {
  margin-top: 0.5em;
}

/* form layout
----------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  .c-form-linkingInputs__row {
    margin: 0.8em 0;
  }
}

@media print, screen and (max-width: 749px) {
  .c-form-linkingInputs__row .c-form-inputText, .c-form-linkingInputs__row .c-form-textarea {
    border-radius: 0;
    border-bottom: none;
  }
  .c-form-linkingInputs__row:first-child .c-form-inputText, .c-form-linkingInputs__row:first-child .c-form-textarea {
    border-radius: 4px 4px 0 0;
  }
  .c-form-linkingInputs__row:last-child .c-form-inputText, .c-form-linkingInputs__row:last-child .c-form-textarea {
    border-radius: 0 0 4px 4px;
    border-bottom: solid 1px #666;
  }
}

/* form fontList
----------------------------------------------------------------------- */
.c-form-fontList__item {
  margin: 1.2em 0;
}

.c-form-fontList__label {
  display: table;
  width: 100%;
}

.c-form-fontList__check {
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
}

.c-form-fontList__image {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.c-form-fontList__image img {
  width: 130px;
  vertical-align: middle;
}

/* form body
----------------------------------------------------------------------- */
.c-form-body p + p {
  margin-top: 1.5em;
}

.c-form-body--center {
  text-align: center;
}

/* file row
----------------------------------------------------------------------- */
.c-form-fileRow + .c-form-fileRow {
  padding-top: 1em;
}

/* stepbtnRow row
----------------------------------------------------------------------- */
.c-form-stepbtnRow {
  overflow: hidden;
  width: 100%;
}

.c-form-stepbtnRow__left {
  float: left;
  width: 33%;
}

.c-form-stepbtnRow__right {
  float: right;
  width: 65%;
}

/* space
----------------------------------------------------------------------- */
.c-form-space-1em {
  content: "";
  display: inline-block;
  width: 1em;
}

/* .c-pagePath
----------------------------------------------------------------- */
.c-pagePath {
  font-size: 0;
  line-height: 1;
  color: #262626;
}

@media print, screen and (min-width: 750px) {
  .c-pagePath {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media print, screen and (max-width: 749px) {
  .c-pagePath {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}

.c-pagePath__item {
  display: inline;
  text-transform: uppercase;
}

@media print, screen and (min-width: 750px) {
  .c-pagePath__item {
    font-size: 1rem;
  }
}

@media print, screen and (max-width: 749px) {
  .c-pagePath__item {
    font-size: 1rem;
  }
}

.c-pagePath__item:last-child {
  font-weight: bold;
}

.c-pagePath__item + .c-pagePath__item {
  padding: 0 0 0 1em;
  margin: 0 0 0 .5em;
  background-image: url("/assets/images/icon/icon-footpath-arrow.svg");
  background-size: 0.5em;
  background-position: left center;
  background-repeat: no-repeat;
}

.c-pagePath__item a {
  display: inline-block;
  color: #262626;
}

@media print, screen and (min-width: 750px) {
  .c-pagePath-wrap {
    padding: 0 50px;
  }
}

@media print, screen and (max-width: 749px) {
  .c-pagePath-wrap {
    padding-right: 7.2vw;
    padding-left: 7.2vw;
  }
}

@media print, screen and (max-width: 749px) {
  .c-pagePath-wrap--top {
    display: none;
  }
}

@media print, screen and (min-width: 750px) {
  .c-pagePath-wrap--bottom {
    display: none;
  }
}

/*===========================================================================
/ Project Object
/============================================================================ */
/*-----------------------------------------------------------------------
/ project - header
----------------------------------------------------------------------- */
/* p-header-logo
----------------------------------------------------------------- */
.p-header {
  background-color: black;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px #E6E6E6;
}

@media print, screen and (max-width: 749px) {
  .p-header {
    height: 16vw;
    /*height: 80px;*/
    padding: 0 3.3%;
    padding-top: 3vh;
  }
}

@media print, screen and (min-width: 750px) {
  .p-header {
    height: 80px;
    padding: 0 24px;
  }
}

/* p-header-logo
----------------------------------------------------------------- */
@media print, screen and (max-width: 749px) {
  .p-header-logo img {
    /*width: 10.67vw;
    height: 10.67vw;*/
  }
}

/* p-header-nav
----------------------------------------------------------------- */
/*
.p-header-nav {
  position: relative;
}
*/
.p-header-nav a {
  color: #FFF;
  text-decoration: none;
}

.p-header-navBtn.is-visible{
  content: "";
  position: absolute;
  z-index: 110;
  right: 5px;
  top: 5px;
  bottom: 0;
  width: 14vw;
  height: 14vw;
  margin: auto 0;
  cursor: pointer;
  opacity: 1;
}

.p-header-navBtn {
  opacity: 0;
  display: none;
}

.p-header-navBtn__deco1, .p-header-navBtn__deco2, .p-header-navBtn__deco3 {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: auto auto;
  background-color: #FFFFFF;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.is-open .p-header-navBtn__deco1, .is-open .p-header-navBtn__deco2, .is-open .p-header-navBtn__deco3 {
  background-color: #fff;
}
/*
.p-header-navBtn__deco1 {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg) translateY(-7px);
  transform: rotate(0deg) translateY(-7px);
}
*/
.p-header-navBtn__deco2 {
  -webkit-transform: rotate(0deg) translateY(0px);
  transform: rotate(0deg) translateY(-7px);
  opacity: 1;
}

.p-header-navBtn__deco1 {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg) translateY(7px);
  transform: rotate(0deg) translateY(7px);
}

.is-open .p-header-navBtn__deco1 {
  -webkit-transform: rotate(315deg) translateY(0px);
  transform: rotate(315deg) translateY(0px);
}

.is-open .p-header-navBtn__deco2 {
  opacity: 0;
  -webkit-transform: rotate(360deg) translateY(0px);
  transform: rotate(360deg) translateY(0px);
}

.is-open .p-header-navBtn__deco3 {
  -webkit-transform: rotate(225deg) translateY(0px);
  transform: rotate(225deg) translateY(0px);
}

@media print, screen and (min-width: 750px) {
  .p-header-navBtn {
    display: none;
  }
}

.p-header-navMenu {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  overflow: hidden;
}

@media print, screen and (max-width: 749px) {

  /*
  .p-header-navMenu {
   // width: 50vw;
    position: absolute;

    z-index: 100;
    top: 79px;

 //   height: 24.5vh;

    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    opacity: 1;
    right: 15px;
    padding: 0;

    }
    
  .is-open.p-header-navMenu {
    opacity: 1;

    }
    */
}

.p-header-navMenu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*
@media print, screen and (max-width: 749px) {
  .p-header-navMenu__list {
    //height: 100%;
    width: 100%;
    -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;
    text-align: center;
    font-size: 5vw;
    position: absolute;
    //top: 5px;
    padding :0;
    margin: 0;
  }
}
*/

@media print, screen and (max-width: 749px) {
  .p-header-navMenu__item {
    font-size: 2.5vw;
  }
  .p-header-navMenu__item {
    margin-left: 3vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-header-navMenu__item.is-active {
    border-bottom: solid 2px #E50012;
  }
  .p-header-navMenu__item.is-active a {
    color: #E50012;
  }
  .p-header-navMenu__item + .p-header-navMenu__item {
    margin-left: 40px;
  }
}

@media print, screen and (min-width: 750px) {
  .p-header-navMenu__link {
    display: inline-block;
    height: 32px;
    line-height: 32px;
  }
}

@media print, screen and (min-width: 750px) {
  .p-header-navMenu__contact a {
    display: inline-block;
    background-color: #E50012;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    height: 32px;
    padding-right: 2em;
    padding-left: 2em;
    margin-left: 40px;
    line-height: 32px;
  }
}
@media print, screen and (max-width: 749px) {
/*

  .p-header-navMenu a {
    display: block;
    padding: 5vh 0;
    color: #fff;
  }

  .p-header-navMenu__item {
    width: 100%;
    text-align: center;
  }

  .p-header-navMenu__item:hover {
    background-color: #3c3c3c;
    width: 100%;
  }

  .menu-close {
    display: block;
    position: relative;
    width: 15vw;
    height: 15vw;
    opacity: 0;
  }

  .menu-close.is-visible {
    opacity: 1;
  }

  .p-header-navBtn__deco {
    opacity: 1;
  }

  .p-header-navBtn__deco.is-hidden {
    opacity: 0;
  }


  .menu-close::before, .menu-close::after {
    content: "";
    position: absolute;
    top: 48%;
    left: 48%;
    width: 1px; 
    height: 39px;
    background: #fff;
  }
 
  .menu-close::before {
    transform: translate(-50%,-50%) rotate(70deg);
  }
 
  .menu-close::after {
    transform: translate(-50%,-50%) rotate(-70deg);
  }


  */
    .hero-image img {
    margin-top: 2.5vh;
    margin-bottom: 1.5vh;
    width: 40%;
  }
}



/*-----------------------------------------------------------------------
/ project - footer
----------------------------------------------------------------------- */
/* p-footer-top
----------------------------------------------------------------- */
.p-footer-top {
  color: #fff;
  padding: 55px 0;
}

@media print, screen and (max-width: 749px) {
  .p-footer-top {
    padding: 9vw 7.47vw;
    padding-top: 10.67vw;
    background-color: #000;
    font-size: 1.1rem;
  }
}
/*
@media print, screen and (min-width: 750px) {
  .p-footer-top {
    background-color: #262626;
  }
}
  */

.p-footer-top__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

@media print, screen and (min-width: 750px) {
  .p-footer-top__inner {
    max-width: 1000px;
    padding: 40px 40px 40px 40px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 750px) {
  .p-footer-top__left {
    width: 560px;
  }
}


@media print, screen and (max-width: 749px) {
  .p-footer-top__right {
    display: none;
  }
}

@media print, screen and (min-width: 750px) {
  .p-footer-top__right {
    width: 200px;
    margin-top: 35px;
  }
  .p-footer-bottom {
    display: none;
  }

  .p-footer-top__copy {
    font-weight: bold;
  }
}


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

/* p-footer-info
----------------------------------------------------------------- */
@media print, screen and (max-width: 749px) {
  .p-footer-info__logo {
    width: 75vw;
    /*height: 7.2vw;*/
    margin-bottom: 7vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-footer-info__logo {
    margin-bottom: 20px;
  }
  .p-footer-info__logo img {
      width: 280px;
  }
}

@media print, screen and (min-width: 750px) {
  .p-footer-info__address {
    font-size: 1.1rem;
  }
}

.p-footer-info__address {
  font-weight: bold;
      font-size: 1rem;
}
    /*
.p-footer-info__address .address__company {
  font-weight: bold;
}
  */

/* p-footer-nav
----------------------------------------------------------------- */
.p-footer-nav {
  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;
}

.p-footer-nav__item {
  width: 48%;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
}

.p-footer-nav__item:nth-child(4), .p-footer-nav__item:nth-child(5) {
  width: 5em;
}

.p-footer-nav__item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.p-footer-nav__item:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.p-footer-nav__item:nth-child(3) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.p-footer-nav__item:nth-child(4) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.p-footer-nav__item:nth-child(5) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

/* p-footer-bottom
----------------------------------------------------------------- */
.p-footer-bottom {
  background-color: #000;
  color: #fff;
  line-height: 1;
}

@media print, screen and (max-width: 749px) {
  .p-footer-bottom {
    padding: 0 7.47vw 10.67vw;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 750px) {
  .p-footer-bottom {
    padding: 11px 0;
    font-size: 1.1rem;
  }
}

@media print, screen and (min-width: 750px) {
  .p-footer-bottom__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 750px) {
  .p-footer-bottom__copy {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-footer-bottom__copy {
  font-size: 1.2rem;
  font-weight: bold;
}

/*
@media print, screen and (max-width: 749px) {
  .p-footer-bottom__menu {
    margin-bottom: 7vw;
  }
}
*/

.p-footer-top__right {
  font-size: 1rem;
}

@media print, screen and (min-width: 750px) {
  .p-footer-bottom__menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
/*
.p-footer-bottom__link {
  display: inline-block;
}


.p-footer-bottom__link + .p-footer-bottom__link {
  border-left: solid 1px #fff;
}
  */
@media print, screen and (max-width: 749px) {
  .p-footer-bottom__link  {
    margin-top: 10px;
    margin-bottom: 18px;
  }
}

  .p-footer-top__link  {
    margin-top: 5px;
    margin-bottom: 9px;
  }

/*
@media print, screen and (min-width: 750px) {
  .p-footer-bottom__link + .p-footer-bottom__link {
    margin-left: 14px;
    padding-left: 16px;
  }
}
*/
.p-footer-bottom a {
  color: #fff;
  text-decoration: none;
}

/*-----------------------------------------------------------------------
/ project - hero
----------------------------------------------------------------------- */
/* p-hero
----------------------------------------------------------------- */
@media print, screen and (min-width: 750px) {
  .p-hero {
    margin: 0 0 130px;
  }
}

/* p-hero-logo
----------------------------------------------------------------- */
.p-hero-logo {
  position: relative;
  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;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (max-width: 749px) {
  .p-hero-logo {
    min-height: 100vw;
    height: calc(100vh - 16vw);
    max-height: 150vw;
    margin-bottom: 13vw;
  }
  .p-hero-logo img {
    margin-top: -17vw;
    width: 59.13vw;
    height: 64.99vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-hero-logo {
    height: 87vh;
    max-height: 688px;
  }
  .p-hero-logo img {
    height: 65%;
    max-height: 352px;
  }
}

.p-hero-logo:after {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url(../images/hero-arrow.svg) no-repeat;
  background-size: contain;
}

@media print, screen and (max-width: 749px) {
  .p-hero-logo:after {
    width: 15.23vw;
    height: 7.9vw;
    bottom: 2vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-hero-logo:after {
    height: 26px;
    width: 48px;
  }
}

/* p-hero-message
----------------------------------------------------------------- */
.p-hero-message {
  font-weight: 400;
  line-height: 2.875;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  text-align: center;
}

@media print, screen and (max-width: 749px) {
  .p-hero-message {
    margin-bottom: 20vw;
    font-size: 4.2vw;
    letter-spacing: 0.05em;
  }
}

@media print, screen and (min-width: 750px) {
  .p-hero-message {
    margin: 140px auto 0;
    font-size: 3.2rem;
    letter-spacing: 0.07em;
  }
}

.p-hero-message__inner {
  display: inline-block;
  text-align: left;
}

.p-hero-message__row {
  display: block;
  white-space: nowrap;
}

.p-hero-message__text {
  position: relative;
  display: inline-block;
}

@media print, screen and (max-width: 749px) {
  .p-hero-message__text + .p-hero-message__text {
    margin-left: 0.3em;
  }
}

@media print, screen and (min-width: 750px) {
  .p-hero-message__text + .p-hero-message__text {
    margin-left: 0.4em;
  }
}

.p-hero-message__text:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: width 0.633s cubic-bezier(0.72, 0, 0.61, 1);
  transition: width 0.633s cubic-bezier(0.72, 0, 0.61, 1);
}

@media print {
  .p-hero-message__text:after {
    display: none;
  }
}

.p-hero-message.is-show .p-hero-message__text:after {
  width: 0%;
}

.p-hero-message.is-show .p-hero-message__text--1:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-hero-message.is-show .p-hero-message__text--2:after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.p-hero-message.is-show .p-hero-message__text--3:after {
  -webkit-transition-delay: 0.467s;
  transition-delay: 0.467s;
}

.p-hero-message.is-show .p-hero-message__text--4:after {
  -webkit-transition-delay: 0.267s;
  transition-delay: 0.267s;
}

.p-hero-message.is-show .p-hero-message__text--5:after {
  -webkit-transition-delay: 0.333s;
  transition-delay: 0.333s;
}

.p-hero-message.is-show .p-hero-message__text--6:after {
  -webkit-transition-delay: 0.067s;
  transition-delay: 0.067s;
}

.p-hero-message.is-show .p-hero-message__text--7:after {
  -webkit-transition-delay: 0.667s;
  transition-delay: 0.667s;
}

.p-hero-message.is-show .p-hero-message__text--8:after {
  -webkit-transition-delay: 0.567s;
  transition-delay: 0.567s;
}

.p-hero-message.is-show .p-hero-message__text--9:after {
  -webkit-transition-delay: 0.467s;
  transition-delay: 0.467s;
}

.p-hero-message.is-show .p-hero-message__text--10:after {
  -webkit-transition-delay: 0.767s;
  transition-delay: 0.767s;
}

.p-hero-message.is-show .p-hero-message__text--11:after {
  -webkit-transition-duration: 0.333s;
  transition-duration: 0.333s;
  -webkit-transition-delay: 0.967s;
  transition-delay: 0.967s;
}

/*-----------------------------------------------------------------------
/ project - business
----------------------------------------------------------------------- */
/* p-business
----------------------------------------------------------------- */
/* p-business-index
----------------------------------------------------------------- */
.p-business-index {
  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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media print, screen and (max-width: 749px) {
  .p-business-index {
    width: 85.33vw;
    margin: 0 auto 20vw;
  }
}

.p-business-index__dummy {
  width: 32%;
  opacity: 0;
}

@media print, screen and (max-width: 749px) {
  .p-business-index__dummy {
    display: none;
  }
}

.p-business-index__catItem {
  position: relative;
}

@media print, screen and (max-width: 749px) {
  .p-business-index__catItem {
    width: 100%;
    margin-bottom: 2.67vw;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media print, screen and (min-width: 750px) {
  .p-business-index__catItem {
    /*width: 32%;*/
    width: 47%;
    height: 136px;
    margin-bottom: 17px;
  }
}

.p-business-index__catItem a {
  text-decoration: none;
}

.p-business-index__catItem:nth-child(1) {
  z-index: 12;
}

.p-business-index__catItem:nth-child(2) {
  z-index: 11;
}

.p-business-index__catItem:nth-child(3) {
  z-index: 10;
}

.p-business-index__catItem:nth-child(4) {
  z-index: 9;
}

.p-business-index__catItem:nth-child(5) {
  z-index: 8;
}

.p-business-index__catItem:nth-child(6) {
  z-index: 7;
}

.p-business-index__catItem:nth-child(7) {
  z-index: 6;
}

.p-business-index__catItem:nth-child(8) {
  z-index: 5;
}

.p-business-index__catItem:nth-child(9) {
  z-index: 4;
}

.p-business-index__catItem:nth-child(10) {
  z-index: 3;
}

.p-business-index__catItem:nth-child(11) {
  z-index: 2;
}

.p-business-index__catItem:nth-child(12) {
  z-index: 1;
}

.p-business-index__tile {
  position: relative;
  z-index: 1;
  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;
  height: 100%;
  line-height: 1;
  background-color: #EDEDED;
  cursor: pointer;
  -webkit-transition: background-color .3s ease-out, color .3s ease-out;
  transition: background-color .3s ease-out, color .3s ease-out;
}

.is-closed .p-business-index__tile {
  cursor: default;
}

@media print, screen and (max-width: 749px) {
  .p-business-index__tile {
    height: 26.67vw;
  }
}

.p-business-index__tile .tile__main {
  display: block;
  letter-spacing: 0.2em;
  text-align: center;
}

@media print, screen and (max-width: 749px) {
  .p-business-index__tile .tile__main {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 750px) {
  .p-business-index__tile .tile__main {
    font-size: 1.6rem;
  }
}

.p-business-index__tile .tile__sub {
  display: block;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.2em;
  margin-top: 1em;
}

@media print, screen and (max-width: 749px) {
  .p-business-index__tile .tile__sub {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 750px) {
  .p-business-index__tile .tile__sub {
    font-size: 1rem;
  }
}

.p-business-index__closed {
  position: absolute;
  z-index: 4;
  bottom: 0.2em;
  left: 0;
  right: 0;
  opacity: 0;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-business-index__inList {
  background: rgba(38, 38, 38, 0.85);
  text-align: center;
  overflow: hidden;
  -webkit-transition: top .3s ease-out, max-height .3s ease-out;
  transition: top .3s ease-out, max-height .3s ease-out;
}

@media print, screen and (max-width: 749px) {
  .p-business-index__inList {
    display: none;
    padding: 0 4.27vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-business-index__inList {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    padding: 0 20px;
  }
}

.p-business-index__inList a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

@media print, screen and (max-width: 749px) {
  .p-business-index__inItem {
    padding: 4.27vw 0;
  }
}

@media print, screen and (min-width: 750px) {
  .p-business-index__inItem {
    padding: 12px 0;
  }
  .p-business-index__inItem:first-child {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-top: -32%;
  }
}

.p-business-index__inItem + .p-business-index__inItem {
  border-top: solid 1px #919191;
}

@media print, screen and (min-width: 750px) {
  .p-business-index__catItem:hover .p-business-index__tile {
    z-index: 3;
    color: #fff;
    background-color: #262626;
  }
  .p-business-index__catItem:hover .p-business-index__closed {
    opacity: 1;
  }
  .p-business-index__catItem:hover .p-business-index__inList {
    top: 68%;
    max-height: 200%;
  }
  .p-business-index__catItem:hover .p-business-index__inItem:first-child {
    margin-top: 0%;
  }
}

@media print, screen and (max-width: 749px) {
  .p-business-index__catItem.is-active .p-business-index__tile {
    color: #fff;
    background-color: #262626;
  }
  .p-business-index__catItem.is-active .p-business-index__closed {
    opacity: 1;
  }
}

/* p-business-item
----------------------------------------------------------------- */
@media print, screen and (max-width: 749px) {
  .p-business-item + .p-business-item {
    padding-top: 16vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-business-item + .p-business-item {
    padding-top: 80px;
  }
}

/*-----------------------------------------------------------------------
/ project - company
----------------------------------------------------------------------- */
/* p-company-hero
----------------------------------------------------------------- */
@media print, screen and (max-width: 749px) {
  .p-company-hero {
    height: 148.88vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-company-hero {
    height: 560px;
  }
}

.p-company-hero__inner {
  position: fixed;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 749px) {
  .p-company-hero__inner {
    height: 148.88vw;
    padding-top: 30vw;
    background-image: url(../images/pc/company-hero.jpg);
  }
}

@media screen and (max-width: 749px) and (max-height: 150vw) {
  .p-company-hero__inner {
    position: relative;
  }
}

@media print, screen and (min-width: 750px) {
  .p-company-hero__inner {
    height: 560px;
    padding-top: 140px;
    background-image: url(../images/pc/company-hero.jpg);
    background-image: -webkit-image-set(url(../images/pc/company-hero.jpg) 1x, url(../images/pc/company-hero@2x.jpg) 2x);
    background-image: image-set(url(../images/pc/company-hero.jpg) 1x, url(../images/pc/company-hero@2x.jpg) 2x);
  }
}

@media screen and (min-width: 750px) and (max-height: 650px) {
  .p-company-hero__inner {
    position: relative;
  }
}

.p-company-hero__good {
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media print, screen and (max-width: 749px) {
  .p-company-hero__good {
    width: 90vw;
    height: 17.5vw;
    margin-bottom: 8vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-company-hero__good {
    height: 90px;
    width: 554px;
    margin-bottom: 45px;
  }
}

.p-company-hero__msg {
  font-weight: 400;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 1.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

@media print, screen and (max-width: 749px) {
  .p-company-hero__msg {
    width: 85.33vw;
    margin: 0 auto;
    font-size: 4.5vw;
    line-height: 2.2;
  }
}

@media print, screen and (min-width: 750px) {
  .p-company-hero__msg {
    font-size: 1.2rem;
    line-height: 2.25;
    letter-spacing: 0.07em;
  }
}

.p-company-hero__msg.is-show {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

/* p-company-space
----------------------------------------------------------------- */
.p-company-space {
  position: relative;
}

@media print, screen and (max-width: 749px) {
  .p-company-space {
    height: 21vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-company-space {
    height: 130px;
  }
}

.p-company-space:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-size: contain;
}

@media print, screen and (max-width: 749px) {
  .p-company-space:after {
    width: 10.67vw;
    height: 5.33vw;
    bottom: 8vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-company-space:after {
    height: 26px;
    width: 48px;
    bottom: 25px;
  }
}

/* p-company-article
----------------------------------------------------------------- */
@media print, screen and (max-width: 749px) {
  .p-company-article + .p-company-article {
    margin-top: 16vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-company-article + .p-company-article {
    margin-top: 80px;
  }
}

/* p-company-googleMap
----------------------------------------------------------------- */
.p-company-googleMap {
  width: 100%;
}

@media print, screen and (max-width: 749px) {
  .p-company-googleMap {
    height: 50vh;
    margin-bottom: 20vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-company-googleMap {
    height: 570px;
  }
}

/*-----------------------------------------------------------------------
/ project - recruit
----------------------------------------------------------------------- */
/* p-recruit-article
----------------------------------------------------------------- */
@media print, screen and (min-width: 750px) {
  .p-recruit-article {
    margin-bottom: 100px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-recruit-article {
    margin-bottom: 30vw;
  }
}

@media print, screen and (max-width: 749px) {
  .p-recruit-article + .p-recruit-article {
    margin-top: 30vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-recruit-article + .p-recruit-article {
    margin-top: 150px;
  }
}

.p-recruit-article__titleJob {
  border-bottom: solid 2px #262626;
}

@media print, screen and (min-width: 750px) {
  .p-recruit-article__titleJob {
    padding-bottom: .4em;
    margin-bottom: 1em;
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 749px) {
  .p-recruit-article__titleJob {
    padding-bottom: .4em;
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
}

/* p-recruit-message
----------------------------------------------------------------- */
.p-recruit-message {
  text-align: justify;
}

/* p-recruit-new
----------------------------------------------------------------- */
@media print, screen and (min-width: 750px) {
  .p-recruit-new {
    margin: 50px 0 100px;
    text-align: center;
  }
}

@media print, screen and (max-width: 749px) {
  .p-recruit-new__txt {
    margin-bottom: 5vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-recruit-new__txt {
    text-align: center;
    margin-bottom: 20px;
  }
}

.p-recruit-new__bnr {
  text-align: center;
}

@media print, screen and (max-width: 749px) {
  .p-recruit-new__bnr {
    margin-bottom: 30vw;
  }
}

/* p-recruit-contact
----------------------------------------------------------------- */
.p-recruit-contact {
  border: solid 1px #E6E6E6;
}

@media print, screen and (min-width: 750px) {
  .p-recruit-contact {
    padding: 20px 25px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-recruit-contact {
    padding: 1em;
  }
}

@media print, screen and (min-width: 750px) {
  .p-recruit-contact__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-recruit-contact__item + .p-recruit-contact__item {
  margin-top: 1em;
}

.p-recruit-contact__item dt {
  font-weight: bold;
}

@media print, screen and (min-width: 750px) {
  .p-recruit-contact__item dt {
    width: 9em;
  }
}

/* p-recruit-guideList
----------------------------------------------------------------- */
.p-recruit-guideList + .p-recruit-guideList {
  margin-top: 1.5em;
}

@media print, screen and (min-width: 750px) {
  .p-recruit-guideList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .is-open .p-recruit-guideList {
    margin: 1.5em 0;
  }
}

.p-recruit-guideList__head {
  font-weight: bold;
}

@media print, screen and (min-width: 750px) {
  .p-recruit-guideList__head {
    min-width: 10em;
    width: 10em;
    margin-right: 2em;
    border-right: solid 1px #E6E6E6;
  }
}

@media print, screen and (max-width: 749px) {
  .is-open .p-recruit-guideList__head {
    margin: 1em 0 0.2em;
  }
}

.is-open .p-recruit-guideList__body p {
  margin-bottom: 0.2em;
}

.p-recruit-guideList__body .smallText {
  font-size: 90%;
}

.is-open .p-recruit-guideList__body p + p, .is-open
.p-recruit-guideList__body p + ul, .is-open
.p-recruit-guideList__body ul + p {
  margin-top: 0.5em;
}

.is-open .p-recruit-guideList__body ul {
  margin-top: 0;
  margin-bottom: 0;
}

.p-recruit-guideList__body ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-recruit-guideList__body ul li:before {
  content: "・";
  margin-right: 0.4em;
}

/* p-recruit-flow
----------------------------------------------------------------- */
@media print, screen and (min-width: 750px) {
  .p-recruit-flow {
    margin-bottom: 80px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-recruit-flow {
    margin-bottom: 1.5em;
  }
}

.p-recruit-flow__title {
  font-weight: bold;
}

@media print, screen and (min-width: 750px) {
  .p-recruit-flow__title {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 749px) {
  .p-recruit-flow__title {
    margin-bottom: 0.5em;
  }
}

.p-recruit-flow__row + .p-recruit-flow__row {
  margin-top: 0.8em;
}

.p-recruit-flow__step {
  font-weight: bold;
  line-height: 1;
}

.p-recruit-flow__step .num {
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  color: #fff;
  background-color: #232323;
  border-radius: 50%;
  text-align: center;
  line-height: 1.7;
  vertical-align: middle;
  margin-right: 0.8em;
}

.p-recruit-flow__text {
  margin-left: 2.5em;
}

.p-recruit-flow .p-infoTable {
  width: 100%;
}

/*-----------------------------------------------------------------------
/ project - contact
----------------------------------------------------------------------- */
/* p-contact-head
----------------------------------------------------------------- */
.p-contact-head {
  text-align: justify;
}

@media print, screen and (max-width: 749px) {
  .p-contact-head {
    margin-bottom: 8vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-contact-head {
    margin-bottom: 80px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-contact-head .c-sectionTitle {
    margin-bottom: 8vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-contact-head .c-sectionTitle {
    margin-bottom: 50px;
  }
}

/* p-contact-form
----------------------------------------------------------------- */
@media print, screen and (max-width: 749px) {
  .p-contact-form__row {
    margin-bottom: 5vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-contact-form__row {
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-contact-form__row--check {
    margin-bottom: 10vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-contact-form__row--check {
    text-align: center;
    margin-bottom: 60px;
  }
}

.p-contact-form__row--submit {
  text-align: center;
}

@media print, screen and (min-width: 750px) {
  .p-contact-form__head {
    margin-bottom: 8px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-contact-form__head {
    margin-bottom: 2vw;
  }
}

.p-contact-form__head .head__label {
  font-weight: 500;
  vertical-align: middle;
}

@media print, screen and (min-width: 750px) {
  .p-contact-form__head .head__label {
    font-size: 1.6rem;
  }
}

.p-contact-form__head .head__required {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 0.3em 0.6em;
  margin: 0 0 0 1em;
  border-radius: 2em;
  vertical-align: middle;
  font-weight: bold;
  background-color: #A0A0A0;
  color: #fff;
}

.p-contact-form__head .head__required.is-on {
  background-color: #E50012;
}

/* p-contact-confirm
----------------------------------------------------------------- */
.p-contact-confirm__head {
  font-weight: bold;
}

@media print, screen and (min-width: 750px) {
  .p-contact-confirm {
    display: table;
    width: 100%;
  }
  .p-contact-confirm__row {
    display: table-row;
  }
  .p-contact-confirm__head, .p-contact-confirm__col {
    display: table-cell;
    padding: 1.8em 0;
    border-bottom: solid 1px #E6E6E6;
  }
  .p-contact-confirm__head {
    width: 235px;
  }
  .p-contact-confirm__col {
    width: auto;
  }
}

@media print, screen and (max-width: 749px) {
  .p-contact-confirm {
    margin-bottom: 2em;
  }
  .p-contact-confirm__row {
    border-bottom: solid 1px #E6E6E6;
  }
  .p-contact-confirm__head {
    margin-top: 0.8em;
    margin-bottom: 0.4em;
  }
  .p-contact-confirm__col {
    margin-bottom: 0.8em;
  }
}

/* p-contact-formBtns
----------------------------------------------------------------- */
@media print, screen and (min-width: 750px) {
  .p-contact-formBtns {
    margin: 50px 0;
    text-align: center;
  }
}

@media print, screen and (min-width: 750px) {
  .p-contact-formBtns__btn {
    display: inline-block;
  }
}

@media print, screen and (min-width: 750px) {
  .p-contact-formBtns__btn + .p-contact-formBtns__btn {
    margin-left: 50px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-contact-formBtns__btn + .p-contact-formBtns__btn {
    margin-top: 0.5em;
  }
}

/* p-contact-goalMessage
----------------------------------------------------------------- */
@media print, screen and (min-width: 750px) {
  .p-contact-goalMessage {
    text-align: center;
  }
}

@media print, screen and (min-width: 750px) {
  .p-contact-goalMessage__icon {
    margin: 0px 0 70px 0;
  }
}

@media print, screen and (max-width: 749px) {
  .p-contact-goalMessage__icon {
    width: 20vw;
    height: 20vw;
    margin: 0 auto 8vw;
  }
}

.p-contact-goalMessage__title {
  font-weight: 500;
}

@media print, screen and (min-width: 750px) {
  .p-contact-goalMessage__title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-contact-goalMessage__title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10vw;
  }
}

.p-contact-goalMessage__text p {
  margin: 1em 0;
}

.p-contact-goalMessage__addr {
  font-weight: 500;
}

@media print, screen and (min-width: 750px) {
  .p-contact-goalMessage__addr {
    margin: 50px 0;
  }
}

@media print, screen and (max-width: 749px) {
  .p-contact-goalMessage__addr {
    text-align: center;
    margin: 10vw 0 15vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-contact-goalMessage__addr .addr__phone {
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 749px) {
  .p-contact-goalMessage__addr .addr__phone {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 750px) {
  .p-contact-goalMessage__addr .addr__mail {
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 749px) {
  .p-contact-goalMessage__addr .addr__mail {
    font-size: 2rem;
  }
}

/*-----------------------------------------------------------------------
/ project - infoTable
----------------------------------------------------------------------- */
.p-infoTable {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 750px) {
  .p-infoTable {
    display: table;
    border-collapse: collapse;
  }
}

@media print, screen and (max-width: 749px) {
  .p-infoTable {
    border-top: solid 1px #E6E6E6;
    border-right: solid 1px #E6E6E6;
    border-left: solid 1px #E6E6E6;
  }
}

@media print, screen and (min-width: 750px) {
  .p-infoTable__row {
    display: table-row;
  }
}

.p-infoTable__dt, .p-infoTable__dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 750px) {
  .p-infoTable__dt, .p-infoTable__dd {
    padding: 1em 1.5em;
    border: solid 1px #E6E6E6;
    display: table-cell;
    vertical-align: middle;
  }
}

@media print, screen and (max-width: 749px) {
  .p-infoTable__dt, .p-infoTable__dd {
    padding: 0.5em 0.8em;
    border-bottom: solid 1px #E6E6E6;
  }
}

.p-infoTable__dt {
  font-weight: bold;
  background-color: #F5F5F5;
}

@media print, screen and (min-width: 1025px) {
  .p-infoTable__dt {
    width: 280px;
  }
}

@media print, screen and (min-width: 750px) and (max-width: 1024px) {
  .p-infoTable__dt {
    width: 160px;
  }
}

.p-infoTable__dd {
  background-color: #FFF;
}

.p-infoTable-mailaddress img {
  height: 1.1em;
  width: auto;
  vertical-align: middle;
}

/*-----------------------------------------------------------------------
/ project - article
----------------------------------------------------------------------- */
@media print, screen and (min-width: 750px) {
  .p-article {
    margin-top: -120px;
    padding-top: 120px;
    font-size: 1.4rem;
  }
}

@media print, screen and (max-width: 749px) {
  .p-article {
    margin-top: -20vw;
    padding-top: 20vw;
  }
}

.p-article p + p {
  margin-top: 2em;
}

@media print, screen and (min-width: 750px) {
  .p-article + .p-article {
    margin-top: 100px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-article + .p-article {
    margin-top: 20vw;
  }
}

.p-article__body {
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
}

.p-article-headline3 {
  font-weight: bold;
}

@media print, screen and (min-width: 750px) {
  .p-article-headline3 {
    margin: 1.8em 0 0.5em;
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 749px) {
  .p-article-headline3 {
    margin: 1.8em 0 0.3em;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.p-article-headline4 {
  font-weight: bold;
}

@media print, screen and (min-width: 750px) {
  .p-article-headline4 {
    margin: 1.2em 0 0.3em;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 749px) {
  .p-article-headline4 {
    margin: 1.8em 0 0.3em;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.p-article-dlset {
  margin: 0.2em 0;
}

.p-article-dlset dd {
  margin: 0 0 0 1em;
}

/*-----------------------------------------------------------------------
/ project - ictService
----------------------------------------------------------------------- */
@media print, screen and (min-width: 750px) {
  .p-ictService {
    max-width: 800px;
    margin: 0 auto;
  }
  .p-ictService + .p-ictService {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 750px) and (max-width: 1024px) {
  .p-ictService {
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 750px) {
  .p-ictService__headTitle {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.p-ictService__headTitle .headTitle__numIcon {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.p-ictService__headTitle .headTitle__label {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.p-ictService__headLead {
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
}

@media print, screen and (min-width: 750px) {
  .p-ictService__headLead {
    margin-bottom: 40px;
  }
}

.p-ictService-product {
  position: relative;
}

@media print, screen and (min-width: 750px) {
  .p-ictService-product {
    overflow: hidden;
    min-height: 230px;
    margin-bottom: 50px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-ictService-product {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #E6E6E6;
  }
}

.p-ictService-product__title {
  font-weight: bold;
  line-height: 1.3;
}

@media print, screen and (min-width: 750px) {
  .p-ictService-product__title {
    padding: 20px 0 0;
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 749px) {
  .p-ictService-product__title {
    margin: 1em 0;
    text-align: center;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 750px) {
  .p-ictService-product__img {
    float: right;
    width: 300px;
    margin: 0 0 15px 15px;
  }
  .p-ictService-product__img img {
    width: 100%;
    max-width: 300px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-ictService-product__img {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.p-ictService-product__text {
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
}

@media print, screen and (min-width: 750px) {
  .p-ictService-product__text {
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-ictService-product__text {
    font-size: 1.2rem;
  }
}

.p-ictService-product__moreBtn {
  cursor: pointer;
}

.p-ictService-product__moreBtn .moreBtn__open {
  display: inline-block;
}

.is-open .p-ictService-product__moreBtn .moreBtn__open {
  display: none;
}

.p-ictService-product__moreBtn .moreBtn__close {
  display: none;
}

.is-open .p-ictService-product__moreBtn .moreBtn__close {
  display: inline-block;
}

@media print, screen and (min-width: 750px) {
  .p-ictService-product__moreBtn {
    color: #32BDD1;
    margin-bottom: 2em;
  }
}

@media print, screen and (max-width: 749px) {
  .p-ictService-product__moreBtn {
    overflow: hidden;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    border: none;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    margin: 1.5em 0;
    padding: 1.2em 0.5em 1.1em;
    min-width: 160px;
    border-radius: 99999px;
    font-weight: 300;
    letter-spacing: 0.15em;
    font-size: 1.2rem;
    border: solid 1px #E6E6E6;
    border-radius: 99999px;
  }
}

.p-ictService-product__detail {
  display: none;
}

@media print, screen and (min-width: 750px) {
  .p-ictService-product__detail {
    max-width: 480px;
  }
}

.p-ictService-product__subTitle {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #837C6D;
}

.p-ictService-product__subTitle2 {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: solid 2px #E6E6E6;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-ictService-table + .p-ictService-product__subTitle {
  margin-top: 1.5em;
}

.p-ictService-table + .p-ictService-product__subTitle2 {
  margin-top: 1.5em;
}

.p-ictService-table {
  width: 100%;
  border-bottom: solid 1px #E6E6E6;
}

.p-ictService-table caption {
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.p-ictService-table th, .p-ictService-table td {
  padding: 10px 15px;
}

.p-ictService-table th {
  text-align: left;
}

.p-ictService-table td {
  text-align: right;
  width: 7em;
}

.p-ictService-table th + td {
  border-left: dashed 1px #E6E6E6;
}

.p-ictService-table tr + tr th, .p-ictService-table tr + tr td {
  border-top: dashed 1px #E6E6E6;
}

.p-ictService-table tr:first-child th, .p-ictService-table tr:first-child td {
  border-top: solid 1px #E6E6E6;
}

.p-ictService-table caption + tbody tr:first-child th, .p-ictService-table caption + tbody tr:first-child td {
  border-top: dashed 1px #E6E6E6;
}

.p-ictService-table--solo tr:first-child th, .p-ictService-table--solo tr:first-child td {
  border-top: none;
}

.p-ictService-table--solo th {
  font-weight: bold;
}

@media print, screen and (min-width: 750px) {
  .p-ictService-message {
    margin: 0 0 100px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-ictService-message {
    margin: 0 0 20vw;
  }
}

/*-----------------------------------------------------------------------
/ project - section
----------------------------------------------------------------------- */
@media print, screen and (min-width: 750px) {
  .p-section {
    margin-bottom: 100px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-section {
    margin-bottom: 15vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-section__head {
    margin: 0px 0 45px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-section__head {
    margin: 10vw 0 6vw;
  }
}

.p-section__about {
  max-width: 800px;
  margin: 75px auto;
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
}

@media print, screen and (max-width: 749px) {
  .p-section__about {
    margin: 2em auto;
  }
}

@media print, screen and (min-width: 750px) {
  .p-section--ethos .p-section__head {
    margin-bottom: 100px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-section--ethos .p-section__head {
    margin-bottom: 3em;
  }
}

@media print, screen and (min-width: 750px) {
  .p-section--ethos .p-section__head h2 {
    width: 456px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 750px) {
  .p-section-ictFaq {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 750px) and (max-width: 1024px) {
  .p-section-ictFaq {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 750px) {
  .p-section--recruit .p-section__body {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.4rem;
  }
}

@media print, screen and (max-width: 749px) {
  .p-section--recruit .p-section__body {
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-section--spMessage {
    display: none;
  }
}

@media print, screen and (max-width: 749px) {
  .p-section--spMessage {
    margin-top: calc(15vw + 15px);
  }
}

.p-section--spMessage .p-section__body p {
  margin: 0 10vw;
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
}

.p-section--spMessage .p-section__body p + p {
  margin-top: 0.5em;
}

/*-----------------------------------------------------------------------
/ project - accordionMenu
----------------------------------------------------------------------- */
@media print, screen and (min-width: 750px) {
  .p-accordionMenu {
    margin-bottom: 50px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-accordionMenu {
    margin-bottom: 50px;
  }
}

.p-accordionMenu__item {
  overflow: hidden;
}

@media print, screen and (min-width: 750px) {
  .p-accordionMenu__item + .p-accordionMenu__item {
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-accordionMenu__item + .p-accordionMenu__item {
    margin-top: 7vw;
  }
}

.p-accordionMenu__title {
  position: relative;
  padding: 0 2em 0.4em 0;
  border-bottom: solid 2px #262626;
  cursor: pointer;
  line-height: 1.4;
}

@media print, screen and (min-width: 750px) {
  .p-accordionMenu__title {
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 749px) {
  .p-accordionMenu__title {
    padding: 0 2em 0.4em 2.8vw;
    font-size: 1.6rem;
  }
}

.p-accordionMenu__title:after {
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  content: "";
  width: 1em;
  height: 100%;
  background-image: url("/assets/images/icon/icon-accordionMenu-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.is-open .p-accordionMenu__title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-accordionMenu__body {
  display: none;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
}

.p-accordionMenu__body p {
  margin-bottom: 0.8em;
}

.p-accordionMenu__body ul {
  margin: 1em 0;
}

.p-accordionMenu__body li + li {
  margin-top: 0.4em;
}

.p-accordionMenu__body li:before {
  margin-left: 0.5em;
  content: "・ ";
}

@media print, screen and (max-width: 749px) {
  .p-accordionMenu__body {
    padding-right: 2.8vw;
    padding-left: 2.8vw;
  }
}

.p-accordionMenu-head {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #262626;
  color: #fff;
}

@media print, screen and (min-width: 750px) {
  .p-accordionMenu-head {
    padding: 0.8em;
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 749px) {
  .p-accordionMenu-head {
    padding: 0.5em 0;
    margin-bottom: 5vw;
  }
}

/*-----------------------------------------------------------------------
/ project - sdgs
----------------------------------------------------------------------- */
.p-sdgs-atcl {
  text-align: center;
  margin-bottom: 3em;
}

.p-sdgs-title {
  border-bottom: solid 1px #D5D5D5;
  margin: 1.5em 0;
  padding: .4em 0;
}

@media print, screen and (min-width: 750px) {
  .p-sdgs-title {
    font-size: 1.7rem;
  }
}

.p-sdgs-subTitle {
  font-weight: bold;
  margin-bottom: .5em;
}

@media print, screen and (min-width: 750px) {
  .p-sdgs-subTitle {
    font-size: 1.5rem;
  }
}

.p-sdgs-text {
  margin-bottom: 1.5em;
}

@media print, screen and (max-width: 749px) {
  .p-sdgs-text {
    text-align: justify;
  }
}

.p-sdgs-icon {
  margin-bottom: 2em;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-sdgs-icon > li {
  display: inline-block;
}

@media print, screen and (min-width: 750px) {
  .p-sdgs-icon > li {
    width: 64px;
    height: 64px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-sdgs-icon > li {
    width: 20vw;
    height: 20vw;
  }
}

@media print, screen and (min-width: 750px) {
  .p-sdgs-icon > li + li {
    margin-left: 7px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-sdgs-icon > li + li {
    margin-left: 1vw;
  }
}

/*-----------------------------------------------------------------------
/ project - prVideo
----------------------------------------------------------------------- */
/* p-prVideo-header
----------------------------------------------------------------- */
.p-prVideo-header {
  text-align: center;
}

@media print, screen and (min-width: 750px) {
  .p-prVideo-header {
    margin: 3em 0;
  }
}

@media print, screen and (max-width: 749px) {
  .p-prVideo-header {
    margin: 10vw 0.1vw;
  }
}

/* p-prVideo-player
----------------------------------------------------------------- */
.p-prVideo-player {
  position: relative;
}

.p-prVideo-player__video {
  position: relative;
  z-index: 1;
  background: #fff;
}

@media print, screen and (min-width: 750px) {
  .p-prVideo-player__video {
    width: 850px;
    height: 478px;
  }
}

.p-prVideo-player__mask {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/icon/icon-play2.svg) no-repeat center;
  cursor: pointer;
}

.is-play .p-prVideo-player__mask {
  display: none;
}

/* p-prVideo-link
----------------------------------------------------------------- */
@media print, screen and (min-width: 750px) {
  .p-prVideo-link {
    margin: 100px 0 50px;
  }
}

@media print, screen and (max-width: 749px) {
  .p-prVideo-link {
    margin: 30vw 0 10vw;
  }
  .p-prVideo-link .c-sectionTitle__labelEn {
    font-size: 5.6vw;
  }
  .p-prVideo-link .c-sectionTitle__labelJp {
    font-size: 2.5vw;
  }
}

/*-----------------------------------------------------------------------
/ project - notice
----------------------------------------------------------------------- */
.p-notice {
  margin: 5% auto;
  padding: 1.5em;
  border: solid 2px #E50012;
  border-radius: .5em;
}

.p-notice__header {
  margin: 0 0 .8em;
  font-weight: bold;
  font-size: 1.5em;
  color: #E50012;
  text-align: center;
}

.p-notice p {
  margin: .5em 0;
}

p.p-notice-date {
  font-weight: bold;
  font-size: 1.3em;
  margin: 1em 0;
}

/*-----------------------------------------------------------------------
/ project - banners
----------------------------------------------------------------------- */
.p-banners {
  margin: 4em 0;
  text-align: center;
}

.p-banners-list__item {
  margin: 1em 0;
}

.p-banners-list__item img {
  border: solid 1px transparent;
}

.p-banners-list__item--bdr img {
  border: solid 1px #333;
}

/*===========================================================================
/ Utility Object
/============================================================================ */
/*-----------------------------------------------------------------------
/ Utirity - br
----------------------------------------------------------------------- */
.u-br:after {
  content: "";
  display: block;
}

@media print, screen and (min-width: 1025px) {
  .u-br-pc:after {
    content: "";
    display: block;
  }
}

@media print, screen and (min-width: 750px) and (max-width: 1024px) {
  .u-br-tablet:after {
    content: "";
    display: block;
  }
}

@media print, screen and (min-width: 750px) {
  .u-br-pc-tablet:after {
    content: "";
    display: block;
  }
}

@media print, screen and (max-width: 749px) {
  .u-br-mobile:after {
    content: "";
    display: block;
  }
}

@media print, screen and (max-width: 749px) {
  .pc-only {
    display: none;
  }
}

@media print, screen and (min-width: 750px) {
  .sp-only {
    display: none;
  }
}

   .p-business-notice .top-text {
      padding: 20px 20px;
      border: 2.5px solid #cacaca;
      margin: 20px auto 40px auto;
      font-size: 2rem;
      color: #656565;
    }

    @media print,
    screen and (max-width: 749px) {
      .p-business-notice .top-text {
        padding: 10px 5px;
        border: 2.5px solid #cacaca;
        margin: 20px auto;
        font-size: 2rem;
        line-height: 1.3;
      }

      .p-business-notice .notice-title {
        font-size: 5vh;
      }
    }

    @media print,
    screen and (min-width: 750px) {
      .p-business-notice .top-text {
        width: 60%;
        padding: 0 4%;
      }
    }

    @media print,
    screen and (max-width: 749px) {
      .p-business-notice .top-text {
        width: 100%;
      }
    }

    .p-business-notice .hero-image img {
      padding: 0 0;
    }

    .p-business-notice div {
      text-align: center;
      margin: 0 auto;
    }

    .p-business-notice .notice-title {
      font-size: 2.9rem;
      font-family: proxima-nova, sans-serif;
      font-weight: bold;
      letter-spacing: 0.0em;
      margin: 14px auto;
    }

    .p-business-notice .description {
      font-size: 1.5rem;
      color: #656565;
      margin-bottom: 65px;
    }
/*# sourceMappingURL=common.css.map */
