html {
  font-size: 62.5%; }

html {
  font-size: 62.5%; }

body {
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  position: relative;
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4;
  letter-spacing: 0.08em;
  overflow-x: hidden;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  z-index: 10; }

main {
  position: relative;
  z-index: 10; }

.clips {
  display: block;
  height: 0; }

.clip-image {
  width: 100%;
  height: 100%; }

.headline-wrap {
  margin: 7rem auto; }
  .headline-wrap:last-child {
    margin-bottom: 0; }

img,
svg {
  position: relative;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

img {
  font-family: "object-fit: cover;"; }

span {
  display: inline-block; }

a {
  color: #e3007f;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease; }
  a:hover {
    color: #231815; }

.scrollx {
  overflow: hidden; }

.icon.tel {
  margin-right: 0.5em; }

.icon.blank {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1.4rem;
  -webkit-transform: translate(-2em, -50%);
  transform: translate(-2em, -50%); }

.icon.asterisk {
  color: #e3007f;
  font-size: 1.4rem; }

.btn-base {
  position: relative;
  display: inline-block;
  max-width: 80%;
  width: 340px;
  margin: 3rem auto 0;
  padding: 1.5em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  background: #fff;
  border: 1px solid #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .btn-base span {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .btn-base:hover {
    color: #fff;
    background: #e3007f;
    border-color: #fff; }
    .btn-base:hover::after {
      right: 2rem;
      border-color: #fff; }
    .btn-base:hover span {
      color: #fff; }
  .btn-base::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3rem;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    background: none;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-property: right, left;
    transition-property: right, left; }
  .btn-base.prev::after {
    right: auto;
    left: 3rem;
    -webkit-transform: rotate(180deg) rotate(-45deg);
    transform: rotate(180deg) rotate(-45deg); }
  .btn-base.prev:hover::after {
    left: 2rem; }

.btn-ttl {
  position: relative;
  display: inline-block;
  max-width: 80%;
  width: 340px;
  margin: 3rem auto 0;
  padding: 1.5em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e3007f;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  background: rgba(35, 24, 21, 0.9);
  border: 1px solid #e3007f;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  text-align: center;
  margin: 0 auto 4rem;
  font-size: 1.5rem;
  color: #e3007f;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.2em;
  width: 371px;
  max-width: 80%;
  padding: 1.5em 0;
  border-color: transparent; }
  .btn-ttl span {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .btn-ttl:hover {
    color: rgba(35, 24, 21, 0.9);
    background: #e3007f;
    border-color: rgba(35, 24, 21, 0.9); }
    .btn-ttl:hover::after {
      right: 2rem;
      border-color: rgba(35, 24, 21, 0.9); }
    .btn-ttl:hover span {
      color: rgba(35, 24, 21, 0.9); }
  .btn-ttl::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3rem;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-right: 2px solid #e3007f;
    border-bottom: 2px solid #e3007f;
    background: none;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-property: right, left;
    transition-property: right, left; }
  .btn-ttl.prev::after {
    right: auto;
    left: 3rem;
    -webkit-transform: rotate(180deg) rotate(-45deg);
    transform: rotate(180deg) rotate(-45deg); }
  .btn-ttl.prev:hover::after {
    left: 2rem; }
  .btn-ttl span {
    font-weight: normal;
    color: #e3007f; }
    .btn-ttl span span {
      color: inherit; }
  .btn-ttl .en {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    color: #e3007f;
    font-size: 2.8rem;
    font-weight: 800; }
    .btn-ttl .en .ttl-child {
      font-weight: 700; }
  .btn-ttl .ttl-child {
    position: relative; }
  .btn-ttl::before, .btn-ttl::after {
    content: none; }

.btn-inv {
  position: relative;
  display: inline-block;
  max-width: 80%;
  width: 340px;
  margin: 3rem auto 0;
  padding: 1.5em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  background: #000;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .btn-inv span {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .btn-inv:hover {
    color: #000;
    background: #e3007f;
    border-color: #000; }
    .btn-inv:hover::after {
      right: 2rem;
      border-color: #000; }
    .btn-inv:hover span {
      color: #000; }
  .btn-inv::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3rem;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: none;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-property: right, left;
    transition-property: right, left; }
  .btn-inv.prev::after {
    right: auto;
    left: 3rem;
    -webkit-transform: rotate(180deg) rotate(-45deg);
    transform: rotate(180deg) rotate(-45deg); }
  .btn-inv.prev:hover::after {
    left: 2rem; }

table {
  width: 100%;
  max-width: 960px;
  margin: 6rem auto 0;
  table-layout: fixed;
  border-collapse: collapse; }
  table tr th,
  table tr td {
    padding: 1rem 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.4;
    vertical-align: top; }
  table tr th {
    width: 30%;
    min-width: 7em;
    font-weight: 500; }
  table tr td {
    width: 70%; }
    table tr td ul.disc {
      padding-left: 1em; }
      table tr td ul.disc li {
        list-style-type: disc;
        list-style-position: outside;
        padding-left: 0; }
        table tr td ul.disc li + li {
          margin-top: 0; }

.tbl-line {
  width: 100%;
  max-width: 960px;
  margin: 6rem auto 0;
  table-layout: fixed;
  border-collapse: collapse; }
  .tbl-line tr th,
  .tbl-line tr td {
    padding: 1rem 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.4;
    vertical-align: top; }
  .tbl-line tr th {
    width: 30%;
    min-width: 7em;
    font-weight: 500; }
  .tbl-line tr td {
    width: 70%; }
    .tbl-line tr td ul.disc {
      padding-left: 1em; }
      .tbl-line tr td ul.disc li {
        list-style-type: disc;
        list-style-position: outside;
        padding-left: 0; }
        .tbl-line tr td ul.disc li + li {
          margin-top: 0; }
  .tbl-line tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 1em auto;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815; }
    .tbl-line tr th {
      min-width: 15em;
      background: #f3f3f3; }

.serif {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 700; }

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .tabs .column2 {
    width: calc(100% / 12 * 2 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tabs .column3 {
    width: calc(100% / 12 * 3 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tabs .column4 {
    width: calc(100% / 12 * 4 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tabs .column5 {
    width: calc(100% / 12 * 5 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tabs .column6 {
    width: calc(100% / 12 * 6 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tabs .column7 {
    width: calc(100% / 12 * 7 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tabs .column8 {
    width: calc(100% / 12 * 8 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tabs .column9 {
    width: calc(100% / 12 * 9 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tabs .column10 {
    width: calc(100% / 12 * 10 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tabs .column11 {
    width: calc(100% / 12 * 11 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tabs .column12 {
    width: calc(100% / 12 * 12 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tabs .w50 {
    width: 50%; }
  .tabs .w33 {
    width: 33%; }
  .tabs li {
    display: inline-block;
    margin: 0.5rem;
    padding: 0.2em 1em;
    color: #fff;
    text-align: center;
    border-radius: 3em;
    background: #dbdcdc;
    font-size: 1.4rem; }

.inner {
  width: 1254px;
  max-width: 90%;
  margin: 0 auto;
  padding: 6rem 8rem 6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.back.black {
  background: #000;
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.w794 {
  max-width: 794px;
  width: 100%;
  padding-left: 8rem;
  padding-right: 8rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .flex .column2 {
    width: calc(100% / 12 * 2 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex .column3 {
    width: calc(100% / 12 * 3 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex .column4 {
    width: calc(100% / 12 * 4 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex .column5 {
    width: calc(100% / 12 * 5 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex .column6 {
    width: calc(100% / 12 * 6 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex .column7 {
    width: calc(100% / 12 * 7 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex .column8 {
    width: calc(100% / 12 * 8 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex .column9 {
    width: calc(100% / 12 * 9 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex .column10 {
    width: calc(100% / 12 * 10 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex .column11 {
    width: calc(100% / 12 * 11 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex .column12 {
    width: calc(100% / 12 * 12 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex .w50 {
    width: 50%; }
  .flex .w33 {
    width: 33%; }

.ttl-base {
  position: relative;
  text-align: left;
  margin: 0 auto 4rem;
  font-size: 1.5rem;
  color: #e3007f;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.2em; }
  .ttl-base span {
    font-weight: normal;
    color: #e3007f; }
    .ttl-base span span {
      color: inherit; }
  .ttl-base .en {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    color: #e3007f;
    font-size: 2.8rem;
    font-weight: 800; }
    .ttl-base .en .ttl-child {
      font-weight: 700; }
  .ttl-base .ttl-child {
    position: relative; }

.ttl-mid {
  margin: 0 auto 3rem;
  text-align: left;
  color: #000;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700; }
  .ttl-mid .en {
    display: block;
    text-align: left;
    font-size: 1.6rem; }

.ttl-sm {
  margin: 0 auto 0.5rem;
  text-align: left;
  color: #e3007f;
  font-size: 2rem; }

.ttl-fukidashi {
  display: inline-block;
  width: 320px;
  max-width: 100%;
  min-height: 206px;
  padding: 5em 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: url(../images/common/back_fukidashi_gray.png) no-repeat center left;
  background-size: 100%;
  color: #fff; }
  .ttl-fukidashi > span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }

.ttl-bar {
  margin: 0 auto 0.5em;
  padding-left: 0.5em;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 700;
  color: #231815;
  border-left: solid #e3007f 5px; }

.ttl-skewx {
  margin: 0 auto 3rem;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin: 0 auto 5rem;
  padding: 0.5em 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10; }
  .ttl-skewx .en {
    display: block;
    text-align: center;
    font-size: 1.6rem; }
  .ttl-skewx::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: skewX(-26deg);
    transform: skewX(-26deg);
    z-index: -1; }

.ttl-serif {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 700;
  margin: 0 auto 3rem;
  color: #e3007f;
  font-size: 4.5rem;
  line-height: 1.6; }

.ttl-box {
  display: inline-block;
  width: 14rem;
  height: 14rem;
  margin: 0;
  padding: 1em 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.2em;
  color: #231815;
  background: #fff;
  border: 1px solid #231815; }
  .ttl-box .num {
    position: relative;
    display: block;
    margin: 0 2px 0.5em 0;
    font-size: 2.6rem;
    text-align: right; }
    .ttl-box .num::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      height: 18px;
      width: 1px;
      background: #231815;
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate(45deg) translateY(20%);
      transform: rotate(45deg) translateY(20%); }

.of-cover {
  -o-object-fit: cover;
  object-fit: cover; }

.t-blue {
  color: #231815; }

.t-black {
  color: #000; }

.t-base {
  color: #fff; }

.t-main {
  color: #e3007f; }

.t-sub {
  color: #231815; }

.t-yellow {
  color: #ffec00; }

.ta-l {
  text-align: left; }

.ta-c {
  text-align: center; }

.ta-r {
  text-align: right; }

.fz-lg {
  font-size: 2.4rem; }

.fz-mid {
  font-size: 1.8rem; }

.fz-sm {
  font-size: 1.3rem; }

p + p {
  margin-top: 0.5em; }

li + li {
  margin-top: 0.2em; }

li {
  line-height: 1.6; }

ol li {
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 1.5em; }

dl + dl {
  margin-top: 2em; }

.gmap {
  position: relative;
  z-index: 10; }
  .gmap iframe {
    vertical-align: bottom;
    max-width: 100%;
    width: 100%; }

a[href^="tel:"] {
  display: inline-block;
  cursor: default;
  pointer-events: none;
  text-decoration: none; }

/*==============================================================================
TheHeader
==============================================================================*/
#main-header {
  position: relative;
  padding: 0;
  -webkit-transition: top 0.4s ease;
  transition: top 0.4s ease;
  z-index: 100; }
  #main-header .inner.flex {
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 2; }
  #main-header #header-logo {
    max-width: 60%;
    margin: 1.5rem 10vw;
    color: #e3007f;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

#main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 60%; }
  #main-nav .column2 {
    width: calc(100% / 12 * 2 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #main-nav .column3 {
    width: calc(100% / 12 * 3 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #main-nav .column4 {
    width: calc(100% / 12 * 4 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #main-nav .column5 {
    width: calc(100% / 12 * 5 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #main-nav .column6 {
    width: calc(100% / 12 * 6 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #main-nav .column7 {
    width: calc(100% / 12 * 7 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #main-nav .column8 {
    width: calc(100% / 12 * 8 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #main-nav .column9 {
    width: calc(100% / 12 * 9 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #main-nav .column10 {
    width: calc(100% / 12 * 10 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #main-nav .column11 {
    width: calc(100% / 12 * 11 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #main-nav .column12 {
    width: calc(100% / 12 * 12 - 2%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #main-nav .w50 {
    width: 50%; }
  #main-nav .w33 {
    width: 33%; }
  #main-nav a {
    position: relative;
    display: inline-block;
    max-width: 11vw;
    min-width: 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: center;
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
padding: 10px 0;}
    #main-nav a span {
      display: block;
      margin: auto;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.4rem;
      line-height: 1.2;
      -webkit-transform-origin: center;
      transform-origin: center; }
    #main-nav a .en {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg); }
    #main-nav a .jp {
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      margin: 0 auto;
      color: #e3007f;
      -webkit-transform: rotateX(90deg);
      transform: rotateX(90deg);
      opacity: 0;
      -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
      transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
      transition: transform 0.2s linear, opacity 0.2s linear;
      transition: transform 0.2s linear, opacity 0.2s linear, -webkit-transform 0.2s linear; }
    #main-nav a:hover .en {
      -webkit-transform: rotateX(90deg);
      transform: rotateX(90deg); }
    #main-nav a:hover .jp {
      -webkit-transform: none;
      transform: none;
      opacity: 1; }

#menu-toggle {
  display: none;
  position: fixed;
  top: 3.5vw;
  right: 2rem;
  width: 40px;
  height: 40px;
  background: #e3007f;
  z-index: 9999; }
  #menu-toggle .bar {
    position: absolute;
    right: 0;
    left: 0;
    width: 50%;
    height: 1px;
    margin: auto;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #menu-toggle .bar.top {
      top: 30%; }
    #menu-toggle .bar.bottom {
      top: 70%; }
  #menu-toggle.on {
    background: #fff; }
    #menu-toggle.on .bar {
      background-color: #000; }
      #menu-toggle.on .bar.top {
        top: 50%;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
      #menu-toggle.on .bar.middle {
        opacity: 0; }
      #menu-toggle.on .bar.bottom {
        top: 50%;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }

/*==============================================================================
TheFooter
==============================================================================*/
#main-footer {
  background: #231815; }
  #main-footer #footer-nav {
    margin: 2rem auto 0; }
    #main-footer #footer-nav li {
      position: relative;
      width: 20%;
      text-align: center; }
      #main-footer #footer-nav li + li {
        margin-top: 0; }
      #main-footer #footer-nav li a span {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        text-transform: uppercase;
        font-weight: 700;
        -webkit-transform-origin: center;
        transform-origin: center; }
      #main-footer #footer-nav li a .en {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg); }
      #main-footer #footer-nav li a .jp {
        position: absolute;
        color: #fff;
        font-weight: normal;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        opacity: 0;
        -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
        transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
        transition: transform 0.2s linear, opacity 0.2s linear;
        transition: transform 0.2s linear, opacity 0.2s linear, -webkit-transform 0.2s linear; }
      #main-footer #footer-nav li a:hover .en {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg); }
      #main-footer #footer-nav li a:hover .jp {
        -webkit-transform: none;
        transform: none;
        opacity: 1; }

#pagetop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 60px;
  height: 60px;
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9997;
  cursor: pointer;
  -webkit-transition: background-color 0.4s linear, border-color 0.2s ease;
  transition: background-color 0.4s linear, border-color 0.2s ease; }
  #pagetop::before {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 32%;
    height: 32%;
    margin: auto;
    border-top: 4px solid #e3007f;
    border-right: 4px solid #e3007f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.4s linear, border-color 0.2s ease;
    transition: top 0.4s linear, border-color 0.2s ease; }
  #pagetop:hover {
    border-color: #000;
    background: #e3007f; }
    #pagetop:hover::before {
      border-color: #000; }

/*==============================================================================
pages HOME
==============================================================================*/
main#index {
  position: relative; }
  main#index #mv {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -3rem 0 -1.8%;
    z-index: 400; }
    main#index #mv::after {
      content: "";
      position: absolute;
      top: 4.2%;
      left: 0;
      width: 100%;
      height: 91.64%;
      background: #231815;
      z-index: -1; }
    main#index #mv .swiper-slide {
      width: 100% !important;
      pointer-events: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      main#index #mv .swiper-slide img {
        width: 100%; }
    main#index #mv #main-slider {
      position: relative;
      width: 89.25%;
      overflow: hidden; }
    main#index #mv #sub-slider {
      position: relative;
      width: calc(100% - 89.25%);
      overflow: hidden; }
      main#index #mv #sub-slider .swiper-slide {
        position: relative; }
  main#index #message {
    position: relative;
    z-index: 300; }
    main#index #message .w794 {
      background: rgba(255, 255, 255, 0.4); }
    main#index #message::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.5;
      background: url(../images/home/back_message.jpg) no-repeat center;
      background-size: cover;
      z-index: -1; }
  main#index #about {
    position: relative;
    z-index: 200;
    background: #000; }
    main#index #about .link-box {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      top: -4rem; }
      main#index #about .link-box .w50 {
        position: relative;
        text-align: center;
        height: 450px; }
        main#index #about .link-box .w50.company {
          background: url(../images/home/back_about_company.png) no-repeat top right;
          background-size: auto; }
        main#index #about .link-box .w50.service {
          background: url(../images/home/back_about_service.png) no-repeat bottom left;
          background-size: auto; }
        main#index #about .link-box .w50 .btn-ttl {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  main#index #works {
    position: relative;
    z-index: 10;
    overflow-y: visible; }
    main#index #works .inner {
      position: relative;
      background: #fff;
      color: #000;
      z-index: 100; }
      main#index #works .inner .img-box {
        margin: 3rem auto; }
        main#index #works .inner .img-box img {
          display: block;
          max-width: 340px;
          margin-right: auto;
          margin-left: auto; }
    main#index #works::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: 100%;
      height: 50%;
      z-index: -1;
      background: #000; }
    main#index #works::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 50%;
      background: #000;
      -webkit-transform: skewY(-7.5deg);
      transform: skewY(-7.5deg);
      z-index: 1;
      bottom: 0;
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom; }
  main#index #home-news {
    position: relative;
    z-index: 1;
    overflow: visible;
    margin: 6rem auto; }
    main#index #home-news .inner {
      position: relative;
      background: #fff;
      z-index: 100; }
    main#index #home-news::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 260px;
      background: #fff;
      -webkit-transform: skewY(-7.5deg);
      transform: skewY(-7.5deg);
      z-index: 1;
      bottom: 0;
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom; }
    main#index #home-news::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 200%;
      opacity: 0.5;
      background: url(../images/home/back_news.jpg) no-repeat center;
      background-size: cover;
      z-index: -1; }
  main#index #home-recruit {
    position: relative;
    z-index: 100; }
  main#index #home-contact {
    background: url(../images/home/back_contact.jpg) no-repeat center;
    background-size: cover; }
    main#index #home-contact .inner {
      padding: 10rem 0; }
    main#index #home-contact .btn {
      position: relative;
      display: block;
      padding: 11rem 10%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden; }
      main#index #home-contact .btn::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6rem;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: auto 0;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        background: none;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: right 0.4s ease, right 0.4s ease;
        transition: right 0.4s ease, right 0.4s ease;
        z-index: 10; }
      main#index #home-contact .btn .text-box {
        position: relative;
        display: block;
        z-index: 100; }
        main#index #home-contact .btn .text-box .ttl-base {
          margin-bottom: 2rem;
          color: #fff;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          main#index #home-contact .btn .text-box .ttl-base .en {
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            color: #fff; }
        main#index #home-contact .btn .text-box p {
          color: #fff; }
        main#index #home-contact .btn .text-box:hover + .btn-back a polygon {
          fill: #e3007f; }
      main#index #home-contact .btn .btn-back {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        z-index: 1; }
        main#index #home-contact .btn .btn-back a polygon {
          fill: #2b2b2b;
          -webkit-transition: fill 0.2s ease;
          transition: fill 0.2s ease; }
        main#index #home-contact .btn .btn-back a:hover polygon {
          fill: #e3007f; }

/*==============================================================================
pages common
==============================================================================*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #e3007f;
  z-index: 9999; }
  #loading #loading-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
    #loading #loading-svg #loading-logo {
      stroke: #000;
      stroke-width: 1px;
      fill: transparent;
      stroke-linejoin: round; }

main#company #p-ttl {
  background-image: url(../images/company/pt_back_company.jpg); }

main#service #p-ttl {
  background-image: url(../images/service/pt_back_service.jpg); }

main#works #p-ttl {
  background-image: url(../images/works/pt_back_works.jpg); }

main#recruit #p-ttl {
  background-image: url(../images/recruit/pt_back_recruit.jpg); }

main#contact #p-ttl {
  background-image: url(../images/contact/pt_back_contact.jpg); }

main#mail #p-ttl {
  background-image: url(../images/mail/pt_back_mail.jpg); }

main#thanks #p-ttl {
  background-image: url(../images/thanks/pt_back_thanks.jpg); }

main#news #p-ttl {
  background-image: url(../images/news/pt_back_news.jpg); }

#p-ttl {
  position: relative;
  padding: 12rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
  z-index: 100; }
  #p-ttl::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: rgba(35, 24, 21, 0.4);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-26deg);
    transform: skewX(-26deg);
    z-index: 1; }
  #p-ttl .inner {
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
    z-index: 10; }
    #p-ttl .inner .ttl {
      position: relative;
      display: inline-block;
      max-width: 83%;
      margin: 0 auto;
      padding: 4rem 13rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #p-ttl .inner .ttl span {
        position: relative;
        display: inline-block;
        font-size: 2.4rem;
        line-height: 1.6;
        text-transform: uppercase;
        vertical-align: middle;
        font-weight: 700;
        z-index: 10; }
        #p-ttl .inner .ttl span.en {
          margin-right: 4rem;
          font-size: 3rem;
          font-weight: 900; }
      #p-ttl .inner .ttl::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: skewX(-26deg);
        transform: skewX(-26deg);
        z-index: 1; }

/*==============================================================================
pages news
=============================================================================*/
#news-list {
  margin: 0 auto 3rem; }
  #news-list li {
    padding: 0.8em 10%;
    border-bottom: 1px solid #000;
    text-align: left; }
    #news-list li .up_ymd {
      font-size: 1.4rem; }
    #news-list li .cat-name {
      margin: 0 1em;
      font-size: 1.2rem;
      padding: 0.5rem 0.5em;
      line-height: 1;
      background: #dbdcdc; }

main#news #news-list {
  margin: 6rem auto;
  border-top: 1px solid #000; }

.pager {
  text-align: center; }
  .pager > a {
    display: inline-block;
    padding: 1em;
    margin: 0 1em;
    line-height: 1;
    font-weight: 700;
    color: #000;
    background: #dbdcdc;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition-property: background;
    transition-property: background; }
    .pager > a.current {
      background: #e3007f;
      color: #fff; }
    .pager > a:hover {
      background: #e3007f; }

#news-single #up_ymd {
  margin: 1rem 0;
  font-size: 1.4rem;
  color: #717071; }

#news-single #detail {
  margin-bottom: 6rem; }
  #news-single #detail .detail-text {
    line-height: 1.8; }
  #news-single #detail .detailUpfile .btn a {
    position: relative;
    display: inline-block;
    max-width: 80%;
    width: 340px;
    margin: 3rem auto 0;
    padding: 1.5em 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.2;
    background: #fff;
    border: 1px solid #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #news-single #detail .detailUpfile .btn a span {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    #news-single #detail .detailUpfile .btn a:hover {
      color: #fff;
      background: #e3007f;
      border-color: #fff; }
      #news-single #detail .detailUpfile .btn a:hover::after {
        right: 2rem;
        border-color: #fff; }
      #news-single #detail .detailUpfile .btn a:hover span {
        color: #fff; }
    #news-single #detail .detailUpfile .btn a::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 3rem;
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: auto 0;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      background: none;
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transition-property: right, left;
      transition-property: right, left; }
    #news-single #detail .detailUpfile .btn a.prev::after {
      right: auto;
      left: 3rem;
      -webkit-transform: rotate(180deg) rotate(-45deg);
      transform: rotate(180deg) rotate(-45deg); }
    #news-single #detail .detailUpfile .btn a.prev:hover::after {
      left: 2rem; }

/*==============================================================================
pages service
==============================================================================*/
main#service #service-about .img-box.flex {
  margin: 0 auto 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  main#service #service-about .img-box.flex .silhouettes {
    position: relative; }
    main#service #service-about .img-box.flex .silhouettes figcaption,
    main#service #service-about .img-box.flex .silhouettes p {
      font-size: 1.6rem;
      text-align: center; }
    main#service #service-about .img-box.flex .silhouettes:last-child {
      text-align: center; }
      main#service #service-about .img-box.flex .silhouettes:last-child .figu-box.flex {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 5rem 2rem 3rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #e3007f; }
  main#service #service-about .img-box.flex .arrow {
    max-width: 4%; }

main#service #service-about .inner > p {
  padding: 0 6rem; }

main#service #service-type .types:nth-child(1) {
  z-index: calc(10 - 1); }
  main#service #service-type .types:nth-child(1) .back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/service/type_back01.jpg) no-repeat center;
    background-size: cover;
    z-index: 1; }

main#service #service-type .types:nth-child(2) {
  z-index: calc(10 - 2); }
  main#service #service-type .types:nth-child(2) .back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/service/type_back02.jpg) no-repeat center;
    background-size: cover;
    z-index: 1; }

main#service #service-type .types:nth-child(3) {
  z-index: calc(10 - 3); }
  main#service #service-type .types:nth-child(3) .back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/service/type_back03.jpg) no-repeat center;
    background-size: cover;
    z-index: 1; }

main#service #service-type .types:nth-child(4) {
  z-index: calc(10 - 4); }
  main#service #service-type .types:nth-child(4) .back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/service/type_back04.jpg) no-repeat center;
    background-size: cover;
    z-index: 1; }

main#service #service-type .types:nth-child(5) {
  z-index: calc(10 - 5); }
  main#service #service-type .types:nth-child(5) .back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/service/type_back05.jpg) no-repeat center;
    background-size: cover;
    z-index: 1; }

main#service #service-type .types:nth-child(6) {
  z-index: calc(10 - 6); }
  main#service #service-type .types:nth-child(6) .back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/service/type_back06.jpg) no-repeat center;
    background-size: cover;
    z-index: 1; }

main#service #service-type .types:nth-child(7) {
  z-index: calc(10 - 7); }
  main#service #service-type .types:nth-child(7) .back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/service/type_back07.jpg) no-repeat center;
    background-size: cover;
    z-index: 1; }

main#service #service-type .types:nth-child(8) {
  z-index: calc(10 - 8); }
  main#service #service-type .types:nth-child(8) .back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/service/type_back08.jpg) no-repeat center;
    background-size: cover;
    z-index: 1; }

main#service #service-type .types:nth-child(9) {
  z-index: calc(10 - 9); }
  main#service #service-type .types:nth-child(9) .back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/service/type_back09.jpg) no-repeat center;
    background-size: cover;
    z-index: 1; }

main#service #service-type .types {
  position: relative;
  overflow-y: visible; }
  main#service #service-type .types:first-child .back {
    overflow: hidden; }
    main#service #service-type .types:first-child .back::before {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 10vw;
      background: #000;
      -webkit-transform: skewY(-7.5deg);
      transform: skewY(-7.5deg);
      z-index: 1;
      top: 0;
      -webkit-transform-origin: top left;
      transform-origin: top left;
      z-index: 2; }
  main#service #service-type .types:nth-child(2) {
    z-index: 8; }
  main#service #service-type .types:nth-child(3) {
    z-index: 7; }
  main#service #service-type .types:nth-child(4) {
    z-index: 6; }
  main#service #service-type .types:nth-child(5) {
    z-index: 5; }
  main#service #service-type .types .back {
    position: relative;
    padding: 16rem 0;
    z-index: 1; }
    main#service #service-type .types .back .inner {
      position: relative;
      z-index: 10; }
      main#service #service-type .types .back .inner .text-box {
        position: relative;
        width: 54%;
        padding: 10rem 5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.5);
        z-index: 1; }
        main#service #service-type .types .back .inner .text-box .ttl-mid {
          color: #e3007f; }
      main#service #service-type .types .back .inner .type-image {
        position: absolute;
        top: 0;
        left: 52%;
        bottom: 0;
        margin: auto 0;
        z-index: 2; }
  main#service #service-type .types .pride {
    position: relative;
    background: #000; }
    main#service #service-type .types .pride::before {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 20vw;
      background: #000;
      -webkit-transform: skewY(-7.5deg);
      transform: skewY(-7.5deg);
      z-index: 1;
      top: 0;
      -webkit-transform-origin: top left;
      transform-origin: top left; }
    main#service #service-type .types .pride::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 20vw;
      background: #000;
      -webkit-transform: skewY(-7.5deg);
      transform: skewY(-7.5deg);
      z-index: 1;
      bottom: 0;
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom; }
    main#service #service-type .types .pride .inner {
      position: relative;
      padding-top: 0;
      padding-bottom: 0;
      z-index: 10; }
    main#service #service-type .types .pride .ttl-pride {
      position: relative;
      display: inline-block;
      margin: 0 0 4rem 6rem; }
      main#service #service-type .types .pride .ttl-pride span {
        position: relative;
        padding: 0 2rem 0 8rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 2rem;
        font-weight: 700;
        z-index: 10; }
      main#service #service-type .types .pride .ttl-pride::before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 2rem;
        width: 38px;
        height: 92px;
        background: url(../images/common/icon_craftsman.svg) no-repeat center bottom;
        background-size: contain;
        z-index: 20; }
      main#service #service-type .types .pride .ttl-pride::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #e3007f;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        z-index: 1; }
    main#service #service-type .types .pride .pride-box {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      main#service #service-type .types .pride .pride-box .text-box {
        width: 50%;
        margin: 0 0 0 6rem;
        padding: 4.8rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #000;
        background: #fff; }
      main#service #service-type .types .pride .pride-box .pride-image {
        max-width: calc(100% - 50% - 6rem); }
    main#service #service-type .types .pride.other {
      background: #fff; }
      main#service #service-type .types .pride.other::before {
        background: #fff; }
      main#service #service-type .types .pride.other::after {
        content: none; }
      main#service #service-type .types .pride.other .text-box dl dd {
        display: list-item;
        list-style: disc inside;
        margin-left: 2rem;
        line-height: 1.2; }
        main#service #service-type .types .pride.other .text-box dl dd + dd {
          margin-top: 0.5em; }
      main#service #service-type .types .pride.other .text-box .ttl-bar {
        margin-top: 2rem; }

/*==============================================================================
pages works
==============================================================================*/
main#works #works-various {
  position: relative;
  background: url(../images/works/back_work_various.png) no-repeat center;
  background-size: contain;
  overflow: hidden;
  z-index: 2; }
  main#works #works-various::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 14vw;
    background: #000;
    z-index: -1; }
  main#works #works-various .inner {
    margin-bottom: 0;
    padding-bottom: 0; }
  main#works #works-various .work-box.flex {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    main#works #works-various .work-box.flex figure {
      position: relative; }
      main#works #works-various .work-box.flex figure::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
        background: #fff;
        z-index: 1; }
      main#works #works-various .work-box.flex figure figcaption {
        position: relative;
        padding: 1em;
        line-height: 1.6;
        z-index: 10; }
      main#works #works-various .work-box.flex figure img {
        position: relative;
        z-index: 10;
        width: 100%; }
  main#works #works-various .work-other {
    position: relative;
    z-index: 20;
    margin: 11rem auto 0; }
    main#works #works-various .work-other .other-image {
      width: 25%; }

main#works #my-works {
  position: relative;
  background: url(../images/works/back_my_work.png) no-repeat center;
  background-size: contain;
  overflow: hidden;
  z-index: 1; }
  main#works #my-works .inner {
    position: relative;
    z-index: 10; }
  main#works #my-works .ttl-mid {
    margin-bottom: 0;
    padding: 2em 0;
    background: #000; }
  main#works #my-works .img-box.flex {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 8rem auto; }
    main#works #my-works .img-box.flex .column6 {
      margin: auto 0; }
      main#works #my-works .img-box.flex .column6 figure figcaption {
        display: inline-block;
        padding: 0.4em 1em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.2;
        background: #fff;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }

/*==============================================================================
pages company
==============================================================================*/
main#company #com-message {
  margin: 6rem auto 0; }
  main#company #com-message .inner {
    position: relative; }
    main#company #com-message .inner::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -2vw;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      margin: auto;
      background: url(../images/common/path_polygon.svg) no-repeat center;
      background-size: contain;
      z-index: -1; }
  main#company #com-message .text-box {
    margin: auto 0; }
    main#company #com-message .text-box .name {
      margin: 6rem 0 0; }
  main#company #com-message .img-box {
    position: relative;
    margin: auto 0;
    padding: 0 2rem 2rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    main#company #com-message .img-box img {
      position: relative;
      z-index: 10; }
    main#company #com-message .img-box::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 10rem;
      width: calc(100% - 10rem);
      height: calc(100% - 10rem);
      background: rgba(0, 0, 0, 0.4);
      z-index: 1; }

main#company #com-philosophy {
  position: relative;
  padding: 24rem 0;
  background: url(../images/company/back_philosophy.png) no-repeat center bottom;
  background-size: cover; }
  main#company #com-philosophy .inner {
    position: relative;
    padding: 3rem 0;
    z-index: 10; }
  main#company #com-philosophy::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 26rem;
    margin: auto;
    background: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }

main#company #out-line {
  position: relative;
  margin: -13rem auto 0; }
  main#company #out-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 16rem);
    height: 100%;
    margin: 0 auto;
    background: url(../images/common/back_grid.png) repeat top center;
    background-size: 28px;
    opacity: 0.6;
    z-index: -1; }

main#company #history {
  position: relative;
  background: #f3f3f3;
  padding-bottom: 6rem;
  z-index: 1; }
  main#company #history::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 10vw;
    background: url(../images/common/path_triangle.svg) no-repeat bottom left;
    background-size: contain;
    -webkit-transform: translateY(65%);
    transform: translateY(65%);
    z-index: 1; }

main#company #access {
  position: relative;
  margin: -6rem auto 0;
  z-index: 10; }
  main#company #access .ttl-skewx::after {
    background: #717071; }
  main#company #access .inner {
    position: relative; }
    main#company #access .inner::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 90%;
      height: 100%;
      margin: 0 auto;
      background: url(../images/common/path_polygon02.svg) no-repeat center 80%;
      background-size: contain;
      z-index: -1; }
  main#company #access .text-box {
    margin: auto; }
  main#company #access .img-box {
    position: relative;
    margin: auto 0;
    padding: 0 0 1.7rem 1.7rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    main#company #access .img-box img {
      position: relative;
      z-index: 10; }
    main#company #access .img-box::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: calc(100% - 9rem);
      height: calc(100% - 9rem);
      background: rgba(0, 0, 0, 0.4);
      z-index: 1; }

/*==============================================================================
pages recruit
==============================================================================*/
main#recruit #rec-message {
  position: relative;
  z-index: 100; }
  main#recruit #rec-message .ttl-mid {
    margin: 3rem auto; }
  main#recruit #rec-message .text-box {
    position: relative;
    padding: 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    main#recruit #rec-message .text-box::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: url(../images/common/path_polygon03.svg) no-repeat center;
      background-size: 100% auto; }
    main#recruit #rec-message .text-box p {
      font-size: 1.8rem; }

main#recruit #environment {
  position: relative;
  padding: 12rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/recruit/back_recruit01.jpg) no-repeat center top;
  background-size: cover; }
  main#recruit #environment::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 14vw;
    background: #fff;
    -webkit-transform: skewY(-7.5deg);
    transform: skewY(-7.5deg);
    z-index: 1;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  main#recruit #environment .environment-box {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 9rem auto 0; }
    main#recruit #environment .environment-box .text-box {
      position: relative;
      padding: 5rem 3rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #fff;
      background: rgba(0, 0, 0, 0.6); }
      main#recruit #environment .environment-box .text-box .fukidashi {
        display: inline-block;
        width: 320px;
        max-width: 100%;
        min-height: 206px;
        padding: 5em 2em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        background: url(../images/common/back_fukidashi_white.png) no-repeat center left;
        background-size: 100%;
        color: #e3007f;
        max-width: 300px;
        position: absolute;
        top: 0;
        right: 10%;
        -webkit-transform: translate(50%, -60%);
        transform: translate(50%, -60%);
        z-index: 100; }
        main#recruit #environment .environment-box .text-box .fukidashi > span {
          display: block;
          font-size: 2rem;
          font-weight: 700;
          line-height: 1.4;
          -webkit-transform-origin: top left;
          transform-origin: top left;
          -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg); }
        main#recruit #environment .environment-box .text-box .fukidashi span {
          margin: 0 auto 3rem;
          text-align: center;
          color: #e3007f;
          font-size: 2.8rem;
          line-height: 1.2;
          font-weight: 700; }
          main#recruit #environment .environment-box .text-box .fukidashi span .en {
            display: block;
            text-align: center;
            font-size: 1.6rem; }

main#recruit #interview {
  position: relative;
  padding: 10rem 0 0;
  z-index: 1; }
  main#recruit #interview::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    background: #000;
    z-index: -1; }
  main#recruit #interview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 16rem);
    height: 100%;
    margin: 0 auto;
    background: url(../images/common/back_grid.png) repeat top center;
    background-size: 28px;
    opacity: 0.6;
    z-index: -1; }
  main#recruit #interview .ttl-skewx {
    position: relative;
    z-index: 100; }
    main#recruit #interview .ttl-skewx::after {
      background: #fff; }
  main#recruit #interview .img-box {
    position: relative;
    margin: -10rem auto -8rem;
    z-index: 1; }
    main#recruit #interview .img-box::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 90%;
      background: #000;
      z-index: -1; }
  main#recruit #interview .interview-text {
    -ms-flex-item-align: start;
    align-self: flex-start; }
    main#recruit #interview .interview-text dl:nth-child(-n + 2) {
      margin-top: 0; }
    main#recruit #interview .interview-text dl dt {
      margin: 0 auto 1rem;
      font-size: 2rem;
      color: #e3007f;
      line-height: 1.4;
      font-weight: 700; }
    main#recruit #interview .interview-text dl dd {
      line-height: 2; }

main#recruit #flow {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  main#recruit #flow .scrollx {
    margin: 2rem auto; }
  main#recruit #flow .flow-box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 960px;
    margin: 2rem auto 0; }
    main#recruit #flow .flow-box .ttl + p,
    main#recruit #flow .flow-box p + p {
      margin-top: 0; }
    main#recruit #flow .flow-box .ttl {
      color: #fff;
      background: #000;
      border: 1px solid #000;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      height: 16em;
      padding: 2em 1em;
      line-height: 1.4;
      letter-spacing: 1em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-weight: 700; }
    main#recruit #flow .flow-box:nth-child(2n) .ttl {
      color: #000;
      background: #fff; }
    main#recruit #flow .flow-box p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      position: relative;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      height: 16em;
      margin: 0 0 0 13px;
      padding: 2em 0.5em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 1.4;
      background: #f3f3f3; }
      main#recruit #flow .flow-box p .column2 {
        width: calc(100% / 12 * 2 - 2%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main#recruit #flow .flow-box p .column3 {
        width: calc(100% / 12 * 3 - 2%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main#recruit #flow .flow-box p .column4 {
        width: calc(100% / 12 * 4 - 2%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main#recruit #flow .flow-box p .column5 {
        width: calc(100% / 12 * 5 - 2%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main#recruit #flow .flow-box p .column6 {
        width: calc(100% / 12 * 6 - 2%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main#recruit #flow .flow-box p .column7 {
        width: calc(100% / 12 * 7 - 2%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main#recruit #flow .flow-box p .column8 {
        width: calc(100% / 12 * 8 - 2%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main#recruit #flow .flow-box p .column9 {
        width: calc(100% / 12 * 9 - 2%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main#recruit #flow .flow-box p .column10 {
        width: calc(100% / 12 * 10 - 2%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main#recruit #flow .flow-box p .column11 {
        width: calc(100% / 12 * 11 - 2%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main#recruit #flow .flow-box p .column12 {
        width: calc(100% / 12 * 12 - 2%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main#recruit #flow .flow-box p .w50 {
        width: 50%; }
      main#recruit #flow .flow-box p .w33 {
        width: 33%; }
      main#recruit #flow .flow-box p.grow2 {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2; }
      main#recruit #flow .flow-box p .time {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        display: inline-block;
        color: #fff;
        font-size: 1.4rem;
        text-align: center;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        z-index: 10; }
        main#recruit #flow .flow-box p .time::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          margin: auto;
          background: #e3007f;
          width: 5rem;
          height: 5rem;
          border-radius: 5em;
          z-index: -1; }

main#recruit #rec-details .toentry {
  margin: 12rem auto; }

/*==============================================================================
pages contact
==============================================================================*/
main#contact #totel .ttl-mid,
main#mail #totel .ttl-mid {
  margin: 3rem auto; }

main#contact #totel .tel-box,
main#mail #totel .tel-box {
  margin: 0 auto 3rem;
  text-align: center;
  color: #000;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 6rem 0;
  background: url(../images/common/path_polygon04.svg) no-repeat center;
  background-size: 100% 100%; }
  main#contact #totel .tel-box .en,
  main#mail #totel .tel-box .en {
    display: block;
    text-align: center;
    font-size: 1.6rem; }
  main#contact #totel .tel-box .tel,
  main#mail #totel .tel-box .tel {
    color: #000; }

main#contact #form-area .text-box,
main#mail #form-area .text-box {
  max-width: 960px;
  margin: auto; }

main#contact .tbl-contact,
main#mail .tbl-contact {
  width: 100%;
  max-width: 960px;
  margin: 6rem auto 0;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #231815; }
  main#contact .tbl-contact tr th,
  main#contact .tbl-contact tr td,
  main#mail .tbl-contact tr th,
  main#mail .tbl-contact tr td {
    padding: 1rem 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.4;
    vertical-align: top; }
  main#contact .tbl-contact tr th,
  main#mail .tbl-contact tr th {
    width: 30%;
    min-width: 7em;
    font-weight: 500; }
  main#contact .tbl-contact tr td,
  main#mail .tbl-contact tr td {
    width: 70%; }
    main#contact .tbl-contact tr td ul.disc,
    main#mail .tbl-contact tr td ul.disc {
      padding-left: 1em; }
      main#contact .tbl-contact tr td ul.disc li,
      main#mail .tbl-contact tr td ul.disc li {
        list-style-type: disc;
        list-style-position: outside;
        padding-left: 0; }
        main#contact .tbl-contact tr td ul.disc li + li,
        main#mail .tbl-contact tr td ul.disc li + li {
          margin-top: 0; }
  main#contact .tbl-contact tr,
  main#mail .tbl-contact tr {
    border-bottom: 1px solid #231815; }
    main#contact .tbl-contact tr th,
    main#mail .tbl-contact tr th {
      background: #f3f3f3; }
    main#contact .tbl-contact tr th,
    main#contact .tbl-contact tr td,
    main#mail .tbl-contact tr th,
    main#mail .tbl-contact tr td {
      padding: 1em 2em; }
    main#contact .tbl-contact tr td .w50,
    main#mail .tbl-contact tr td .w50 {
      width: 42%; }
      main#contact .tbl-contact tr td .w50 input,
      main#mail .tbl-contact tr td .w50 input {
        width: calc(100% - 2em);
        margin-left: 0.5em; }
      main#contact .tbl-contact tr td .w50:first-child,
      main#mail .tbl-contact tr td .w50:first-child {
        margin-right: 8%; }

/*//////////////////////////////////////////////////////////////////////////////
form common
/*/
.req {
  margin-left: 1em;
  color: #e3007f;
  font-size: 2rem;
  font-size: 1.4rem; }

.form-error {
  font-size: 1.4rem;
  color: #e3007f; }

.form-error-enter-active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.form-error-leave-active {
  -webkit-transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1); }

.form-error-enter, .form-error-leave-to {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0; }

form input,
form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease; }
  form input:focus,
  form textarea:focus {
    border: 1px solid rgba(227, 0, 127, 0.6); }

form #submit-btn {
  position: relative;
  display: inline-block;
  max-width: 80%;
  width: 340px;
  margin: 3rem auto 0;
  padding: 1.5em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  background: #dbdcdc;
  border: 1px solid #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  form #submit-btn span {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  form #submit-btn:hover {
    color: #dbdcdc;
    background: #e3007f;
    border-color: #dbdcdc; }
    form #submit-btn:hover::after {
      right: 2rem;
      border-color: #dbdcdc; }
    form #submit-btn:hover span {
      color: #dbdcdc; }
  form #submit-btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3rem;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    background: none;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-property: right, left;
    transition-property: right, left; }
  form #submit-btn.prev::after {
    right: auto;
    left: 3rem;
    -webkit-transform: rotate(180deg) rotate(-45deg);
    transform: rotate(180deg) rotate(-45deg); }
  form #submit-btn.prev:hover::after {
    left: 2rem; }
  form #submit-btn:disabled {
    background-color: #f3f3f3;
    pointer-events: none;
    cursor: not-allowed; }

form input,
form button,
form textarea,
form select {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2;
  border: none;
  border: 1px solid rgba(35, 24, 21, 0.6);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  form input::-webkit-input-placeholder, form button::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
    color: #dbdcdc; }
  form input::-moz-placeholder, form button::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
    color: #dbdcdc; }
  form input:-ms-input-placeholder, form button:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
    color: #dbdcdc; }
  form input::-ms-input-placeholder, form button::-ms-input-placeholder, form textarea::-ms-input-placeholder, form select::-ms-input-placeholder {
    color: #dbdcdc; }
  form input::placeholder,
  form button::placeholder,
  form textarea::placeholder,
  form select::placeholder {
    color: #dbdcdc; }

form input[type="text"],
form input[type="tel"],
form input[type="email"] {
  max-width: 100%;
  width: 100%;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  form input[type="text"].w-a,
  form input[type="tel"].w-a,
  form input[type="email"].w-a {
    width: auto; }

form textarea {
  width: 100%;
  padding: 1em;
  min-height: 20em; }

form label,
form input[type="radio"],
form input[type="checkbox"] {
  cursor: pointer; }

form input[type="radio"],
form input[type="checkbox"] {
  display: none; }

form .btn-radio {
  display: inline-block; }
  form .btn-radio input[type="radio"]:checked + label::after {
    width: 1em;
    height: 0.5em;
    border-width: 3px;
    opacity: 1; }
  form .btn-radio label {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    font-size: 1.6rem;
    vertical-align: middle; }
    form .btn-radio label::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: inline-block;
      width: 1em;
      height: 1em;
      margin: auto;
      border: 1px solid rgba(227, 0, 127, 0.6); }
    form .btn-radio label::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 0;
      height: 0;
      margin: auto 0;
      border-left: 0px solid #e3007f;
      border-bottom: 0px solid #e3007f;
      left: -0.5em;
      -webkit-transform: rotate(-45deg) translate(60%, 40%);
      transform: rotate(-45deg) translate(60%, 40%);
      z-index: 10;
      opacity: 0;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transition-property: opacity;
      transition-property: opacity; }

form .btn-check {
  position: relative;
  padding-left: 2em; }
  form .btn-check::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    margin: auto 0;
    width: 2rem;
    height: 2rem;
    border: 1px solid #e3007f;
    border-radius: 3px; }
  form .btn-check svg.checked {
    position: absolute;
    left: 2px;
    right: 0;
    top: 0;
    display: inline-block;
    fill: #e3007f;
    width: 0;
    height: auto;
    margin: auto 0;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out; }
  form .btn-check input[type="checkbox"]:checked + svg.checked {
    stroke: #fff;
    stroke-width: 1;
    width: 23px; }

/*==============================================================================
pages policy
=============================================================================*/
body#policy {
  counter-reset: dls; }
  body#policy dl {
    position: relative; }
    body#policy dl .ttl-mid {
      margin: 4rem auto 2rem; }
    body#policy dl dt {
      counter-increment: dls; }
      body#policy dl dt::before {
        content: counter(dls) ". "; }
    body#policy dl ul {
      list-style: disc inside; }
    body#policy dl ol {
      list-style: decimal inside; }

/*==============================================================================
media query
=============================================================================*/

@media screen and (max-width: 1200px) {
    html {
      margin: 0; } }

@media screen and (max-width: 1080px) {
    html {
      font-size: 60%;
      margin: 0; }
    .scrollx {
      overflow-x: scroll; }
    .ttl-fukidashi {
      padding: 5em 1em; }
      .ttl-fukidashi span {
        margin: 1em 0;
        font-size: 1.8rem; }
    #main-nav {
      display: none;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: white;
      opacity: 0;
      z-index: 9998;
      padding: 18vh 0 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #main-nav a {
        position: relative;
        display: block;
        max-width: none;
        width: 80%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        font-size: 2.4rem;
        line-height: 1.4;
        letter-spacing: 0.1em;
        color: #000; }
        #main-nav a + a {
          margin-top: 2em; }
        #main-nav a span {
          position: relative;
          display: inline-block;
          font-size: 2rem;
          background: #fff; }
          #main-nav a span::first-letter {
            color: #e3007f;
            font-size: 120%; }
          #main-nav a span.jp {
            display: none; }
        #main-nav a:hover span.en {
          -webkit-transform: none;
          transform: none; }
    #menu-toggle {
      display: block; }
      #news-list li .post-ttl {
        width: 100%; }
      main#service #service-type .types .back .inner .text-box {
        width: 100%; }
      main#service #service-type .types .back .inner .type-image {
        position: static;
        max-width: 80%;
        margin: -2rem auto 0; }
      main#service #service-type .types .pride .ttl-pride {
        margin-left: 0; }
      main#service #service-type .types .pride .pride-box {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        main#service #service-type .types .pride .pride-box .text-box {
          width: 100%;
          margin: 0 6rem 0 auto; }
        main#service #service-type .types .pride .pride-box .pride-image {
          max-width: 80%;
          margin: -2rem 0 0;
          position: relative; }
    main#company #com-message .inner::after {
      width: 90%;
      right: 0;
      left: 0;
      margin: 0 auto;
      background-position: center 2em; }
    main#company #com-message .text-box {
      width: 100%; }
      main#company #com-message .text-box .name {
        margin: 3rem auto; }
    main#company #com-message .img-box {
      width: 100%;
      max-width: 80%;
      margin: 0 auto; }
    main#company #access .inner::after {
      content: none;
      width: 90%;
      top: auto;
      bottom: 0;
      margin: 0 auto;
      background-position: center bottom; }
    main#company #access .text-box {
      position: relative;
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding: 6rem 0; }
      main#company #access .text-box::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background: url(../images/common/path_polygon02.svg) no-repeat center;
        background-size: contain;
        z-index: -1; }
    main#company #access .img-box {
      width: 100%;
      max-width: 80%;
      margin: 0 auto; }
          main#recruit #environment .environment-box .text-box .fukidashi {
            padding: 5em 1em; }
            main#recruit #environment .environment-box .text-box .fukidashi span {
              margin: 1em 0;
              font-size: 1.8rem; }
    main#recruit #environment {
      padding: 9rem 0 0; }
      main#recruit #environment .environment-box {
        margin-top: 0; }
        main#recruit #environment .environment-box .text-box {
          width: 100%; }
          main#recruit #environment .environment-box .text-box + .text-box {
            margin-top: 4rem; }
          main#recruit #environment .environment-box .text-box .fukidashi {
            max-width: 20rem;
            right: -1em;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media screen and (max-width: 794px) {
    html {
      font-size: 57.5%;
      margin: 0; }
      html br.pc {
        display: none; }
    .headline-wrap {
      margin: 6rem auto; }
    .btn-ttl {
      margin-bottom: 2rem;
      font-size: 1.2rem; }
      .btn-ttl .en {
        font-size: 2.4rem; }
    table tr th,
    table tr td {
      padding: 1rem;
      font-size: 1.6rem; }
    table tr th {
      width: 35%; }
    table tr td {
      width: 65%; }
    .tbl-line tr th,
    .tbl-line tr td {
      padding: 1rem;
      font-size: 1.6rem; }
    .tbl-line tr th {
      width: 35%; }
    .tbl-line tr td {
      width: 65%; }
        .tbl-line tr th {
          min-width: 7em; }
    .inner {
      padding: 3rem 0; }
    .back.black {
      padding-top: 4rem;
      padding-bottom: 4rem; }
    .w794 {
      padding-left: 2em;
      padding-right: 2em; }
    .ttl-base {
      margin-bottom: 2rem;
      font-size: 1.2rem; }
      .ttl-base .en {
        font-size: 2.4rem; }
    .ttl-mid {
      font-size: 2.4rem;
      margin-bottom: 2rem; }
      .ttl-mid .en {
        font-size: 1.4rem; }
    .ttl-bar {
      margin-bottom: 0.5em; }
    .ttl-skewx {
      font-size: 2.4rem;
      margin-bottom: 2rem; }
      .ttl-skewx .en {
        font-size: 1.4rem; }
    .ttl-serif {
      font-size: 3rem; }
    a[href^="tel:"] {
      pointer-events: auto; }
    #pagetop {
      width: 40px;
      height: 40px; }
        main#index #home-contact .btn {
          padding: 4rem;
          background: url(../images/common/btn_back01.png) no-repeat center;
          background-size: 100% 100%; }
          main#index #home-contact .btn::after {
            right: 4vw; }
          main#index #home-contact .btn .text-box p {
            line-height: 1.4; }
          main#index #home-contact .btn .btn-back {
            display: none; }
    #p-ttl {
      padding: 6rem 0; }
        #p-ttl .inner .ttl {
          display: block;
          width: 100%;
          margin: 0 auto;
          padding: 1em 2em;
          text-align: center; }
          #p-ttl .inner .ttl span {
            display: block; }
            #p-ttl .inner .ttl span.en {
              display: block;
              margin-right: 0; }
  main#service #service-about .img-box.flex {
    margin: 3rem 0;
    text-align: center; }
    main#service #service-about .img-box.flex .silhouettes {
      width: 100%;
      text-align: center; }
      main#service #service-about .img-box.flex .silhouettes:last-child {
        width: 100%; }
    main#service #service-about .img-box.flex .arrow {
      margin: 1em auto;
      max-width: 6rem;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  main#service #service-about .inner > p {
    padding: 0; }
      main#service #service-type .types .back {
        padding: 6rem 0; }
        main#service #service-type .types .back .inner .text-box {
          padding: 3rem; }
      main#service #service-type .types .pride .pride-box .text-box {
        width: 100%;
        margin: 0;
        padding: 3rem; }
      main#service #service-type .types .pride .pride-box .pride-image {
        margin-right: 2rem; }
        main#company #com-message .inner::after {
          top: 0;
          bottom: 0;
          width: 80%;
          height: 50%;
          margin: auto;
          -webkit-transform: rotate(12deg);
          transform: rotate(12deg); }
    main#recruit #rec-message .text-box {
      padding: 0; }
      main#recruit #rec-message .text-box::after {
        opacity: 0.5; }
            main#recruit #environment .environment-box .text-box .fukidashi span {
              font-size: 2.4rem;
              margin-bottom: 2rem; }
              main#recruit #environment .environment-box .text-box .fukidashi span .en {
                font-size: 1.4rem; }
    main#recruit #interview {
      padding-top: 3rem; }
      main#recruit #interview .img-box {
        margin: -2rem auto; }
      main#recruit #interview .interview-text dl:nth-child(-n + 2) {
        margin-top: 2rem; }
    main#recruit #flow .flow-box {
      width: 700px; }
    main#recruit #rec-details .toentry {
      margin: 6rem auto; }
    main#contact #totel .tel-box,
    main#mail #totel .tel-box {
      font-size: 2.4rem;
      margin-bottom: 2rem; }
      main#contact #totel .tel-box .en,
      main#mail #totel .tel-box .en {
        font-size: 1.4rem; }
    main#contact .tbl-contact tr th,
    main#contact .tbl-contact tr td,
    main#mail .tbl-contact tr th,
    main#mail .tbl-contact tr td {
      padding: 1rem;
      font-size: 1.6rem; }
    main#contact .tbl-contact tr th,
    main#mail .tbl-contact tr th {
      width: 35%; }
    main#contact .tbl-contact tr td,
    main#mail .tbl-contact tr td {
      width: 65%; }
    main#contact .tbl-contact tr th,
    main#contact .tbl-contact tr td,
    main#mail .tbl-contact tr th,
    main#mail .tbl-contact tr td {
      display: block;
      width: 100%; }
    form textarea {
      min-height: 14em; } }

@media screen and (max-width: 480px) {
    html {
      margin: 0;
      font-size: 55%; }
    .tabs .column2 {
      width: 100%; }
      .tabs .column2 + * {
        margin-top: 2rem; }
    .tabs .column3 {
      width: 100%; }
      .tabs .column3 + * {
        margin-top: 2rem; }
    .tabs .column4 {
      width: 100%; }
      .tabs .column4 + * {
        margin-top: 2rem; }
    .tabs .column5 {
      width: 100%; }
      .tabs .column5 + * {
        margin-top: 2rem; }
    .tabs .column6 {
      width: 100%; }
      .tabs .column6 + * {
        margin-top: 2rem; }
    .tabs .column7 {
      width: 100%; }
      .tabs .column7 + * {
        margin-top: 2rem; }
    .tabs .column8 {
      width: 100%; }
      .tabs .column8 + * {
        margin-top: 2rem; }
    .tabs .column9 {
      width: 100%; }
      .tabs .column9 + * {
        margin-top: 2rem; }
    .tabs .column10 {
      width: 100%; }
      .tabs .column10 + * {
        margin-top: 2rem; }
    .tabs .column11 {
      width: 100%; }
      .tabs .column11 + * {
        margin-top: 2rem; }
    .tabs .column12 {
      width: 100%; }
      .tabs .column12 + * {
        margin-top: 2rem; }
      .tabs .w33 {
        width: 100%; }
    .flex .column2 {
      width: 100%; }
      .flex .column2 + * {
        margin-top: 2rem; }
    .flex .column3 {
      width: 100%; }
      .flex .column3 + * {
        margin-top: 2rem; }
    .flex .column4 {
      width: 100%; }
      .flex .column4 + * {
        margin-top: 2rem; }
    .flex .column5 {
      width: 100%; }
      .flex .column5 + * {
        margin-top: 2rem; }
    .flex .column6 {
      width: 100%; }
      .flex .column6 + * {
        margin-top: 2rem; }
    .flex .column7 {
      width: 100%; }
      .flex .column7 + * {
        margin-top: 2rem; }
    .flex .column8 {
      width: 100%; }
      .flex .column8 + * {
        margin-top: 2rem; }
    .flex .column9 {
      width: 100%; }
      .flex .column9 + * {
        margin-top: 2rem; }
    .flex .column10 {
      width: 100%; }
      .flex .column10 + * {
        margin-top: 2rem; }
    .flex .column11 {
      width: 100%; }
      .flex .column11 + * {
        margin-top: 2rem; }
    .flex .column12 {
      width: 100%; }
      .flex .column12 + * {
        margin-top: 2rem; }
      .flex .w33 {
        width: 100%; }
    #main-nav .column2 {
      width: 100%; }
      #main-nav .column2 + * {
        margin-top: 2rem; }
    #main-nav .column3 {
      width: 100%; }
      #main-nav .column3 + * {
        margin-top: 2rem; }
    #main-nav .column4 {
      width: 100%; }
      #main-nav .column4 + * {
        margin-top: 2rem; }
    #main-nav .column5 {
      width: 100%; }
      #main-nav .column5 + * {
        margin-top: 2rem; }
    #main-nav .column6 {
      width: 100%; }
      #main-nav .column6 + * {
        margin-top: 2rem; }
    #main-nav .column7 {
      width: 100%; }
      #main-nav .column7 + * {
        margin-top: 2rem; }
    #main-nav .column8 {
      width: 100%; }
      #main-nav .column8 + * {
        margin-top: 2rem; }
    #main-nav .column9 {
      width: 100%; }
      #main-nav .column9 + * {
        margin-top: 2rem; }
    #main-nav .column10 {
      width: 100%; }
      #main-nav .column10 + * {
        margin-top: 2rem; }
    #main-nav .column11 {
      width: 100%; }
      #main-nav .column11 + * {
        margin-top: 2rem; }
    #main-nav .column12 {
      width: 100%; }
      #main-nav .column12 + * {
        margin-top: 2rem; }
      #main-nav .w33 {
        width: 100%; }
    #main-footer #footer-nav {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #main-footer #footer-nav li {
        width: 100%; }
        #main-footer #footer-nav li + li {
          margin-top: 0.5em; }
      main#index #home-recruit .staff-box img {
        margin: -6rem auto; }
        main#recruit #flow .flow-box p .column2 {
          width: 100%; }
          main#recruit #flow .flow-box p .column2 + * {
            margin-top: 2rem; }
        main#recruit #flow .flow-box p .column3 {
          width: 100%; }
          main#recruit #flow .flow-box p .column3 + * {
            margin-top: 2rem; }
        main#recruit #flow .flow-box p .column4 {
          width: 100%; }
          main#recruit #flow .flow-box p .column4 + * {
            margin-top: 2rem; }
        main#recruit #flow .flow-box p .column5 {
          width: 100%; }
          main#recruit #flow .flow-box p .column5 + * {
            margin-top: 2rem; }
        main#recruit #flow .flow-box p .column6 {
          width: 100%; }
          main#recruit #flow .flow-box p .column6 + * {
            margin-top: 2rem; }
        main#recruit #flow .flow-box p .column7 {
          width: 100%; }
          main#recruit #flow .flow-box p .column7 + * {
            margin-top: 2rem; }
        main#recruit #flow .flow-box p .column8 {
          width: 100%; }
          main#recruit #flow .flow-box p .column8 + * {
            margin-top: 2rem; }
        main#recruit #flow .flow-box p .column9 {
          width: 100%; }
          main#recruit #flow .flow-box p .column9 + * {
            margin-top: 2rem; }
        main#recruit #flow .flow-box p .column10 {
          width: 100%; }
          main#recruit #flow .flow-box p .column10 + * {
            margin-top: 2rem; }
        main#recruit #flow .flow-box p .column11 {
          width: 100%; }
          main#recruit #flow .flow-box p .column11 + * {
            margin-top: 2rem; }
        main#recruit #flow .flow-box p .column12 {
          width: 100%; }
          main#recruit #flow .flow-box p .column12 + * {
            margin-top: 2rem; }
          main#recruit #flow .flow-box p .w33 {
            width: 100%; } }
