@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Reset
   ----------------------------------------------------------------- */
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

caption, th {
  text-align: left;
}

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

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

sup {
  vertical-align: super;
  font-size: 0.5em;
}

img {
  vertical-align: top;
}

i {
  font-style: normal;
}

button, input[type="submit"], input[type="reset"] {
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

/* Base
   ----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  line-height: 1.6;
}
@media only screen and (max-width: 374px) {
  html {
    font-size: 58%;
  }
}

body {
  color: #333333;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  font-size: 1.4rem;
  font-feature-settings: "palt" on;
}
@media only screen and (min-width: 769px) {
  body {
    min-width: 1200px;
    font-size: 1.6rem;
  }
}

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

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

body, pre, input, textarea, select {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

* {
  box-sizing: border-box;
}

a:focus, *:focus {
  outline: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

@font-face {
  font-family: 'seiwa';
  src: url("../fonts/icomoon.eot?l4v2zn");
  src: url("../fonts/icomoon.eot?l4v2zn#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?l4v2zn") format("truetype"), url("../fonts/icomoon.woff?l4v2zn") format("woff"), url("../fonts/icomoon.svg?l4v2zn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'seiwa' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

.icon-document:before {
  content: "\e902";
}

.icon-login:before {
  content: "\e903";
}

p {
  text-align: justify;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  p {
    line-height: 2;
  }
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* grid
   ----------------------------------------------------------------- */
.l-grid {
  margin-bottom: 20px;
}
.l-grid:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .l-grid {
    display: -webkit-flex;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
  }
  .l-grid.-ai-center {
    -webkit-align-items: center;
    align-items: center;
  }
  .l-grid__col {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .l-grid__col.c-img {
    margin-bottom: 0;
  }
  .l-grid__col.-ratio-1 {
    -webkit-flex: 1;
    flex: 1;
  }
  .l-grid__col.-ratio-2 {
    -webkit-flex: 2;
    flex: 2;
  }
  .l-grid__col.-ratio-3 {
    -webkit-flex: 3;
    flex: 3;
  }
  .l-grid__col.-order-1 {
    -webkit-order: 1;
    order: 1;
  }
  .l-grid__col.-order-2 {
    -webkit-order: 2;
    order: 2;
  }
  .l-grid__col.-order-3 {
    -webkit-order: 3;
    order: 3;
  }
  .l-grid__col.-order-4 {
    -webkit-order: 4;
    order: 4;
  }
  .l-grid.-col-2 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .l-grid.-col-2:last-child {
    margin-bottom: -40px;
  }
  .l-grid.-col-2 .l-grid__col {
    width: calc(50% - 40px);
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 40px;
  }
  .l-grid.-col-3 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .l-grid.-col-3:last-child {
    margin-bottom: -40px;
  }
  .l-grid.-col-3 .l-grid__col {
    width: calc(33.33333% - 40px);
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 40px;
  }
  .l-grid.-col-4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .l-grid.-col-4:last-child {
    margin-bottom: -40px;
  }
  .l-grid.-col-4 .l-grid__col {
    width: calc(25% - 40px);
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 40px;
  }
}

/* ==========================================================================
   Vendor
   ========================================================================== */
label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  font-weight: 400;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control.-small {
  width: 5em;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
}

.form-check-input {
  margin-top: 0.3rem;
  margin-right: 0.3em;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline > * {
  position: static;
  margin-top: 0;
  display: inline-block;
  margin-right: 0.75rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* container
   ----------------------------------------------------------------- */
.c-container {
  padding: 0 4%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .c-container {
    padding: 0 40px;
  }
}

.c-padd-container {
  padding: 0 5%;
}
@media only screen and (min-width: 769px) {
  .c-padd-container {
    padding: 0 0 0 50px;
  }
}

/* heading
   ----------------------------------------------------------------- */
.c-heading {
  text-align: center;
  position: relative;
  padding-top: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: .1ex;
  color: #333333;
}
.c-heading.-mb-sm {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .c-heading.-mb-sm {
    margin-bottom: 15px;
  }
}
.c-heading strong {
  color: #b51687;
}
@media only screen and (min-width: 769px) {
  .c-heading {
    font-size: 4.5rem;
    padding-top: 3.5rem;
    margin-bottom: 30px;
    line-height: 1.4;
  }
}
.c-heading:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/ic-st.svg) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -.7rem;
}
@media only screen and (min-width: 769px) {
  .c-heading:before {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: -1.2rem;
  }
}
.c-heading.-left {
  padding-top: 0;
  text-align: left;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .c-heading.-left {
    margin-bottom: 40px;
  }
}
.c-heading.-left:before {
  margin-left: 0;
  top: -0.8rem;
  left: -1.4rem;
}
@media only screen and (min-width: 769px) {
  .c-heading.-left:before {
    left: -2.4rem;
    top: -1.5rem;
  }
}

/* button
   ----------------------------------------------------------------- */
.c-button-login {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #b51687;
  font-size: 1.6rem;
  padding: 1.13em;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  min-width: 300px;
  max-width: 100%;
  margin-top: 20px;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-button-login:hover {
  background: #cc1998;
}
@media only screen and (min-width: 769px) {
  .c-button-login {
    margin-top: 40px;
    font-size: 2.4rem;
    padding: 1.75em 1.2em;
    min-width: 750px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 374px) {
  .c-button-login {
    min-width: 0;
    width: 100%;
  }
}
.c-button-login i {
  margin-right: 0.5em;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media only screen and (min-width: 769px) {
  .c-button-login i {
    margin-right: 1em;
    -moz-transform: scale(1.6, 1.6);
    -ms-transform: scale(1.6, 1.6);
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
}

.c-button {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #333333;
  font-size: 1.6rem;
  padding: 1em;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  min-width: 300px;
  max-width: 100%;
  margin-top: 30px;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 374px) {
  .c-button {
    min-width: 0;
    width: 100%;
  }
}
.c-button:hover {
  background: #404040;
}
@media only screen and (min-width: 769px) {
  .c-button {
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
.c-button.-arrow:before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  color: #fff;
  margin-top: -0.2em;
}

.c-button-border {
  display: inline-block;
  color: #b51687;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.5em 1.8em;
  border-radius: 100px;
  max-width: 100%;
  margin-top: 20px;
  border: 1px solid #b51687;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 769px) {
  .c-button-border {
    margin-top: 25px;
  }
}
.c-button-border:hover {
  background: #b51687;
  color: #fff;
}

.c-button-primary {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #b51687;
  font-size: 1.6rem;
  padding: 0.8em;
  max-width: 100%;
  margin-top: 20px;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  border-radius: 6px;
}
@media only screen and (min-width: 769px) {
  .c-button-primary {
    border-radius: 12px;
    width: auto;
    min-width: 300px;
  }
}
@media only screen and (max-width: 374px) {
  .c-button-primary {
    min-width: 0;
    width: 100%;
  }
}
.c-button-primary:hover {
  background: #cc1998;
}
.c-button-primary i {
  margin-right: 0.5em;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media only screen and (min-width: 769px) {
  .c-button-primary i {
    margin-right: 1em;
    -moz-transform: scale(1.6, 1.6);
    -ms-transform: scale(1.6, 1.6);
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
}

.c-button-submit {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #b51687;
  font-size: 1.6rem;
  padding: 1em;
  border-radius: 6px;
  min-width: 300px;
  max-width: 100%;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 374px) {
  .c-button-submit {
    min-width: 0;
    width: 100%;
  }
}
.c-button-submit:hover {
  background: #cc1998;
}
.c-button-submit i {
  margin-right: 0.5em;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media only screen and (min-width: 769px) {
  .c-button-submit i {
    margin-right: 1em;
    -moz-transform: scale(1.6, 1.6);
    -ms-transform: scale(1.6, 1.6);
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
}
.c-button-submit input {
  color: #fff;
}

.c-button-back {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #333333;
  font-size: 1.6rem;
  padding: 1em;
  border-radius: 6px;
  min-width: 300px;
  max-width: 100%;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 374px) {
  .c-button-back {
    min-width: 0;
    width: 100%;
  }
}
.c-button-back:hover {
  background: #404040;
}
.c-button-back input {
  color: #fff;
}

.c-button-pdf {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #b51687;
  font-size: 1.6rem;
  padding: 1.13em;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  min-width: 300px;
  max-width: 100%;
  margin-top: 20px;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-button-pdf:hover {
  background: #cc1998;
}
@media only screen and (min-width: 769px) {
  .c-button-pdf {
    margin-top: 40px;
    font-size: 2rem;
    padding: 1.2em 1.2em;
    min-width: 400px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 374px) {
  .c-button-pdf {
    min-width: 0;
    width: 100%;
  }
}
.c-button-pdf i {
  margin-right: 0.5em;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media only screen and (min-width: 769px) {
  .c-button-pdf i {
    margin-right: 1em;
    -moz-transform: scale(1.6, 1.6);
    -ms-transform: scale(1.6, 1.6);
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
}

/* text-error
   ----------------------------------------------------------------- */
.c-text-error {
  color: red;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .c-text-error {
    font-size: 1.8rem;
  }
}

/* table
   ----------------------------------------------------------------- */
.c-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table th, .c-table td {
  border: 1px solid #ccc;
  padding: 1em;
}
.c-table th {
  background: #f2f2f2;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .c-table.-sp-row {
    border-bottom: 1px solid #ccc;
  }
  .c-table.-sp-row tbody, .c-table.-sp-row tr, .c-table.-sp-row th, .c-table.-sp-row td {
    width: 100%;
    display: block;
  }
  .c-table.-sp-row td {
    border-bottom: none;
    border-top: none;
  }
}
.c-table .must em {
  color: #b51687;
}

/* --------------------------------------------------------------------------
   Component
   -------------------------------------------------------------------------- */
/* container
   ----------------------------------------------------------------- */
.c-container {
  padding: 0 4%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .c-container {
    padding: 0 40px;
  }
}

.c-padd-container {
  padding: 0 5%;
}
@media only screen and (min-width: 769px) {
  .c-padd-container {
    padding: 0 0 0 50px;
  }
}

/* heading
   ----------------------------------------------------------------- */
.c-heading {
  text-align: center;
  position: relative;
  padding-top: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: .1ex;
  color: #333333;
}
.c-heading.-mb-sm {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .c-heading.-mb-sm {
    margin-bottom: 15px;
  }
}
.c-heading strong {
  color: #b51687;
}
@media only screen and (min-width: 769px) {
  .c-heading {
    font-size: 4.5rem;
    padding-top: 3.5rem;
    margin-bottom: 30px;
    line-height: 1.4;
  }
}
.c-heading:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/ic-st.svg) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -.7rem;
}
@media only screen and (min-width: 769px) {
  .c-heading:before {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: -1.2rem;
  }
}
.c-heading.-left {
  padding-top: 0;
  text-align: left;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .c-heading.-left {
    margin-bottom: 40px;
  }
}
.c-heading.-left:before {
  margin-left: 0;
  top: -0.8rem;
  left: -1.4rem;
}
@media only screen and (min-width: 769px) {
  .c-heading.-left:before {
    left: -2.4rem;
    top: -1.5rem;
  }
}

/* button
   ----------------------------------------------------------------- */
.c-button-login {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #b51687;
  font-size: 1.6rem;
  padding: 1.13em;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  min-width: 300px;
  max-width: 100%;
  margin-top: 20px;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-button-login:hover {
  background: #cc1998;
}
@media only screen and (min-width: 769px) {
  .c-button-login {
    margin-top: 40px;
    font-size: 2.4rem;
    padding: 1.75em 1.2em;
    min-width: 750px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 374px) {
  .c-button-login {
    min-width: 0;
    width: 100%;
  }
}
.c-button-login i {
  margin-right: 0.5em;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media only screen and (min-width: 769px) {
  .c-button-login i {
    margin-right: 1em;
    -moz-transform: scale(1.6, 1.6);
    -ms-transform: scale(1.6, 1.6);
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
}

.c-button {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #333333;
  font-size: 1.6rem;
  padding: 1em;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  min-width: 300px;
  max-width: 100%;
  margin-top: 30px;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 374px) {
  .c-button {
    min-width: 0;
    width: 100%;
  }
}
.c-button:hover {
  background: #404040;
}
@media only screen and (min-width: 769px) {
  .c-button {
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
.c-button.-arrow:before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  color: #fff;
  margin-top: -0.2em;
}

.c-button-border {
  display: inline-block;
  color: #b51687;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.5em 1.8em;
  border-radius: 100px;
  max-width: 100%;
  margin-top: 20px;
  border: 1px solid #b51687;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 769px) {
  .c-button-border {
    margin-top: 25px;
  }
}
.c-button-border:hover {
  background: #b51687;
  color: #fff;
}

.c-button-primary {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #b51687;
  font-size: 1.6rem;
  padding: 0.8em;
  max-width: 100%;
  margin-top: 20px;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  border-radius: 6px;
}
@media only screen and (min-width: 769px) {
  .c-button-primary {
    border-radius: 12px;
    width: auto;
    min-width: 300px;
  }
}
@media only screen and (max-width: 374px) {
  .c-button-primary {
    min-width: 0;
    width: 100%;
  }
}
.c-button-primary:hover {
  background: #cc1998;
}
.c-button-primary i {
  margin-right: 0.5em;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media only screen and (min-width: 769px) {
  .c-button-primary i {
    margin-right: 1em;
    -moz-transform: scale(1.6, 1.6);
    -ms-transform: scale(1.6, 1.6);
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
}

.c-button-submit {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #b51687;
  font-size: 1.6rem;
  padding: 1em;
  border-radius: 6px;
  min-width: 300px;
  max-width: 100%;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 374px) {
  .c-button-submit {
    min-width: 0;
    width: 100%;
  }
}
.c-button-submit:hover {
  background: #cc1998;
}
.c-button-submit i {
  margin-right: 0.5em;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media only screen and (min-width: 769px) {
  .c-button-submit i {
    margin-right: 1em;
    -moz-transform: scale(1.6, 1.6);
    -ms-transform: scale(1.6, 1.6);
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
}
.c-button-submit input {
  color: #fff;
}

.c-button-back {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #333333;
  font-size: 1.6rem;
  padding: 1em;
  border-radius: 6px;
  min-width: 300px;
  max-width: 100%;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 374px) {
  .c-button-back {
    min-width: 0;
    width: 100%;
  }
}
.c-button-back:hover {
  background: #404040;
}
.c-button-back input {
  color: #fff;
}

.c-button-pdf {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #b51687;
  font-size: 1.6rem;
  padding: 1.13em;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  min-width: 300px;
  max-width: 100%;
  margin-top: 20px;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-button-pdf:hover {
  background: #cc1998;
}
@media only screen and (min-width: 769px) {
  .c-button-pdf {
    margin-top: 40px;
    font-size: 2rem;
    padding: 1.2em 1.2em;
    min-width: 400px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 374px) {
  .c-button-pdf {
    min-width: 0;
    width: 100%;
  }
}
.c-button-pdf i {
  margin-right: 0.5em;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media only screen and (min-width: 769px) {
  .c-button-pdf i {
    margin-right: 1em;
    -moz-transform: scale(1.6, 1.6);
    -ms-transform: scale(1.6, 1.6);
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
}

/* text-error
   ----------------------------------------------------------------- */
.c-text-error {
  color: red;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .c-text-error {
    font-size: 1.8rem;
  }
}

/* table
   ----------------------------------------------------------------- */
.c-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table th, .c-table td {
  border: 1px solid #ccc;
  padding: 1em;
}
.c-table th {
  background: #f2f2f2;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .c-table.-sp-row {
    border-bottom: 1px solid #ccc;
  }
  .c-table.-sp-row tbody, .c-table.-sp-row tr, .c-table.-sp-row th, .c-table.-sp-row td {
    width: 100%;
    display: block;
  }
  .c-table.-sp-row td {
    border-bottom: none;
    border-top: none;
  }
}
.c-table .must em {
  color: #b51687;
}

/* --------------------------------------------------------------------------
   Project
   -------------------------------------------------------------------------- */
#page {
  overflow: hidden;
}

/* header
   ----------------------------------------------------------------- */
.p-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .p-header {
    background: #fff;
    position: relative;
  }
}
@media only screen and (min-width: 769px) {
  .p-header__inner {
    padding: 0 40px 0 50px;
    height: 100px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-width: 1200px;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 769px) {
  .p-header__inner {
    padding: 0 20px;
  }
}
.p-header__logo {
  position: relative;
  z-index: 2;
  padding: 15px;
  background: #fff;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .p-header__logo {
    padding: 0;
    -webkit-flex: 1;
    flex: 1;
  }
}
.p-header__logo img {
  width: 115px;
}
@media only screen and (min-width: 769px) {
  .p-header__logo img {
    width: 163px;
  }
}

@media only screen and (max-width: 768px) {
  .is-menuopen .p-header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  .is-menuopen .p-header__inner {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    padding-bottom: 90px;
  }
}
/* spnav
   ----------------------------------------------------------------- */
.p-spnav {
  background: #fff;
  display: none;
}
@media only screen and (min-width: 769px) {
  .p-spnav {
    display: none !important;
  }
}
.p-spnav__close {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: #b51687;
  width: 58px;
  height: 58px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.p-spnav__close:last-child {
  margin-bottom: 0;
}
.p-spnav__close__bars {
  width: 24px;
  height: 18px;
  position: relative;
}
.p-spnav__close__bars span, .p-spnav__close__bars:after, .p-spnav__close__bars:before {
  height: 2px;
  position: absolute;
  background: #fff;
  width: 100%;
  top: 50%;
  margin-top: -1px;
}
.p-spnav__close__bars:before, .p-spnav__close__bars:after {
  content: "";
  display: block;
}
.p-spnav__close__bars:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-spnav__close__bars:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-spnav__close__title {
  font-size: 10px;
  font-weight: bold;
  margin-top: 8px;
  line-height: 1;
}
.p-spnav__close__title.-en {
  font-weight: normal;
  font-family: arial, sans-serif;
  font-size: 10px;
}
.p-spnav__main {
  border-top: 1px solid #ccc;
}
.p-spnav__main li {
  border-bottom: 1px solid #ccc;
}
.p-spnav__main li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 1em;
  padding-left: 4%;
  position: relative;
}
.p-spnav__main li a:after {
  content: "→";
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: .9rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.4rem;
  color: #fff;
  display: inline-block;
  background: #b51687;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 4%;
}
@media only screen and (min-width: 769px) {
  .p-spnav__main li a:after {
    font-size: 1.6rem;
    width: 3rem;
    height: 3rem;
    line-height: 2.9rem;
  }
}
.p-spnav__main li a span {
  display: block;
}
.p-spnav__main li a span.ja {
  font-size: 1.8rem;
}
.p-spnav__main li a span.en {
  font-family: arial, sans-serif;
  letter-spacing: .4ex;
  color: #b51687;
  font-size: 1.2rem;
}
.p-spnav__sub {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-spnav__sub li {
  margin: 0 0.5em;
}
.p-spnav__sub li a {
  text-decoration: none;
  font-size: 1.6rem;
}
.p-spnav__sub li a:before {
  content: "→";
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  margin-right: 0.5em;
  color: #b51687;
}
.p-spnav__func {
  padding: 0 4%;
}
.p-spnav__func a {
  margin-top: 10px;
  background: #b51687;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 0.8em;
  border-radius: 6px;
  border-right: 1px solid #da8bc3;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}
.p-spnav__func a:first-child {
  margin-top: 0;
}
.p-spnav__func a i {
  margin-right: 0.6em;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-spnav__func a.logout {
  background: #333333;
}
.p-spnav .p-contact-box {
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 20px;
}

/* gnav
   ----------------------------------------------------------------- */
.p-gnav {
  display: none;
}
@media only screen and (min-width: 769px) {
  .p-gnav {
    display: block;
    margin-right: 35px;
  }
  .p-gnav__list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .p-gnav__item {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1380px) and (min-width: 769px) {
  .p-gnav__item {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .p-gnav__item:first-child {
    margin-left: 0;
  }
  .p-gnav__item a {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    line-height: 1;
    height: 100px;
  }
  .p-gnav__item a span {
    position: relative;
  }
  .p-gnav__item a span:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #b51687;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -4px;
    opacity: 0;
    -webkit-transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(180deg) scale(0, 0);
    transform: rotate(180deg) scale(0, 0);
  }
  .p-gnav__item a span:after {
    content: "";
    display: block;
    width: 1px;
    background: #b51687;
    position: absolute;
    top: calc(100% + 10px);
    height: 0;
    left: 50%;
    -webkit-transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .p-gnav__item a:hover span:before {
    -webkit-transform: rotate(0) scale(1, 1);
    transform: rotate(0) scale(1, 1);
    opacity: 1;
  }
  .p-gnav__item a:hover span:after {
    height: 32px;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 769px) {
  .p-gnav {
    margin-right: 20px;
  }
}

.home .p-gnav__item.-home a span:before,
#breakup .p-gnav__item.-breakup a span:before,
#flow .p-gnav__item.-flow a span:before,
#case .p-gnav__item.-case a span:before,
#performance .p-gnav__item.-performance a span:before,
#company .p-gnav__item.-company a span:before {
  -webkit-transform: rotate(0) scale(1, 1);
  transform: rotate(0) scale(1, 1);
  opacity: 1;
}
.home .p-gnav__item.-home a span:after,
#breakup .p-gnav__item.-breakup a span:after,
#flow .p-gnav__item.-flow a span:after,
#case .p-gnav__item.-case a span:after,
#performance .p-gnav__item.-performance a span:after,
#company .p-gnav__item.-company a span:after {
  height: 32px;
}

/* func-nav
   ----------------------------------------------------------------- */
.p-func-nav {
  display: none;
}
@media only screen and (min-width: 769px) {
  .p-func-nav {
    display: -webkit-flex;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
  }
  .p-func-nav__item {
    background: #b51687;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 0.8em;
    border-right: 1px solid #da8bc3;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
    min-width: 170px;
  }
  .p-func-nav__item:hover {
    background: #cc1998;
  }
  .p-func-nav__item:last-child {
    border-right: none;
  }
  .p-func-nav__item i {
    margin-right: 0.6em;
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  .p-func-nav__item.-logout {
    min-width: 0;
    background: #333333;
  }
  .p-func-nav__item.-logout:hover {
    background: #404040;
  }
}

/* mv
   ----------------------------------------------------------------- */
.p-mv {
  background: url(../img/home/bg-mv.jpg) center/cover no-repeat;
}
@media only screen and (min-width: 769px) {
  .p-mv {
    background: none;
  }
}
.p-mv__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 133.33333vw;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-mv__inner {
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.p-mv__catch {
  text-align: center;
  margin-bottom: 10.66667vw;
  margin-top: 32vw;
}
@media only screen and (min-width: 769px) {
  .p-mv__catch {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0;
    -webkit-order: 2;
    order: 2;
    margin-bottom: 0;
    width: 20%;
  }
  .p-mv__catch__inner {
    padding: 15px;
    background: #b51687;
    height: 60%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
}
.p-mv__catch img {
  width: 82.66667vw;
}
@media only screen and (min-width: 769px) {
  .p-mv__catch img {
    width: 100%;
    max-width: 341px;
  }
}
.p-mv__movie {
  width: 82.66667vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-mv__movie {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
  }
  .p-mv__movie video {
    width: 100%;
  }
  .p-mv__movie #popup-video {
    display: none;
  }
  .p-mv__movie a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
  }
}
@media only screen and (min-width: 769px) {
  .p-mv__movie {
    width: auto;
    flex: 1;
    -webkit-flex: 1;
    height: 0;
    padding-top: 44.5%;
  }
  .p-mv__movie video {
    position: absolute;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    pointer-events: none;
  }
}

#popup-video {
  padding: 0 4%;
  text-align: center;
}
#popup-video video {
  max-width: 100%;
}

/* intro
   ----------------------------------------------------------------- */
.p-home-intro {
  margin-top: 50px;
}
@media only screen and (min-width: 769px) {
  .p-home-intro {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .p-home-intro .c-container {
    display: -webkit-flex;
    display: flex;
  }
}
.p-home-intro__content {
  padding: 0 5%;
}
@media only screen and (min-width: 768px) {
  .p-home-intro__content {
    padding: 0;
    width: 46%;
    padding-top: 15px;
  }
}
.p-home-intro__image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-home-intro__image {
    display: block;
    -webkit-flex: 1;
    flex: 1;
    width: 50%;
    padding-left: 40px;
    text-align: right;
    margin-right: -40px;
  }
}

/* breakup
   ----------------------------------------------------------------- */
.p-home-breakup {
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .p-home-breakup {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 769px) {
  .p-home-breakup .c-container {
    max-width: 100%;
    padding: 0;
  }
}
.p-home-breakup__intro {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .p-home-breakup__intro {
    margin-bottom: 30px;
  }
}
.p-home-breakup__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -15px;
}
@media only screen and (min-width: 769px) {
  .p-home-breakup__list {
    margin-left: -30px;
    margin-bottom: -30px;
  }
}
.p-home-breakup__item {
  margin-left: 20px;
  width: calc(50% - 20px);
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .p-home-breakup__item.-large {
    width: calc(100% - 20px);
  }
  .p-home-breakup__item.-large a {
    padding-top: 47%;
  }
}
@media only screen and (min-width: 769px) {
  .p-home-breakup__item {
    width: calc(33.33333% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
.p-home-breakup__item a {
  display: block;
  text-decoration: none;
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.p-home-breakup__item a:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-home-breakup__item a:hover:before {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media only screen and (min-width: 769px) {
  .p-home-breakup__item a:after {
    content: "";
    content: "→";
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    font-size: .9rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.4rem;
    color: #fff;
    display: inline-block;
    background: #b51687;
    text-align: center;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .p-home-breakup__item a:after {
    font-size: 1.6rem;
    width: 3rem;
    height: 3rem;
    line-height: 2.9rem;
  }
}

.p-home-breakup__item.-breakup a:before {
  background-image: url("../img/home/img-breakup.jpg");
}
.p-home-breakup__item.-flow a:before {
  background-image: url("../img/home/img-flow.jpg");
}
.p-home-breakup__item.-case a:before {
  background-image: url("../img/home/img-case.jpg");
}
.p-home-breakup__item.-trading a:before {
  background-image: url("../img/home/img-trading.jpg");
}
.p-home-breakup__item.-company a:before {
  background-image: url("../img/home/img-company.jpg");
}
.p-home-breakup__item.-announce a:before {
  background-image: url("../img/home/img-announce.jpg");
}
.p-home-breakup__item.-contact a:before {
  background-image: url("../img/home/img-contact.jpg");
}

@media only screen and (max-width: 768px) {
  .p-home-breakup__item.-contact a:before {
    background-position: center 7%;
  }
}
.p-home-breakup__item.-enquete a:before {
  background-image: url("../img/home/img-enquete.jpg");
}
.p-home-breakup__item.-invite a:before {
  background-image: url("../img/home/img-invite.jpg");
}
.p-home-breakup__item__content {
  position: absolute;
  z-index: 2;
  background: #fff;
  padding: 12px 6px;
  right: 0;
  bottom: 0;
  width: 90%;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-home-breakup__item__content {
    height: auto !important;
  }
}
@media only screen and (min-width: 769px) {
  .p-home-breakup__item__content {
    padding: 30px;
    min-height: 200px;
    width: 360px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    right: auto;
    bottom: 20px;
    left: 20px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .p-home-breakup__item__content {
    width: 70%;
    height: auto;
  }
}
.p-home-breakup__item__content:after {
  content: "";
  content: "→";
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: .9rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.4rem;
  color: #fff;
  display: inline-block;
  background: #b51687;
  text-align: center;
  right: 0;
  top: 50%;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .p-home-breakup__item__content:after {
    font-size: 1.6rem;
    width: 3rem;
    height: 3rem;
    line-height: 2.9rem;
  }
}
@media only screen and (min-width: 769px) {
  .p-home-breakup__item__content:after {
    display: none;
  }
}
.p-home-breakup__item__content h2 {
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .p-home-breakup__item__content h2 {
    font-size: 3rem;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .p-home-breakup__item__content h2 {
    font-size: 2rem;
  }
}
.p-home-breakup__item__content h2 strong {
  color: #b51687;
}
.p-home-breakup__item__content p {
  display: none;
}
@media only screen and (min-width: 769px) {
  .p-home-breakup__item__content p {
    display: block;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .p-home-breakup__item__content p {
    font-size: 1.4rem;
  }
}

/* news
   ----------------------------------------------------------------- */
.p-home-news {
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  .p-home-news {
    margin-top: 150px;
  }
}

/* news
   ----------------------------------------------------------------- */
.p-news__post a {
  display: block;
  text-decoration: none;
  padding: 15px 12px;
}
@media only screen and (min-width: 769px) {
  .p-news__post a {
    padding: 20px 20px 20px 40px;
    display: -webkit-flex;
    display: flex;
  }
  .p-news__post a:hover .p-news__post__title {
    text-decoration: underline;
  }
}
.p-news__post:nth-child(odd) {
  background: #f7f7f7;
}
.p-news__post__date {
  color: #000000;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media only screen and (min-width: 769px) {
  .p-news__post__date {
    margin-bottom: 0;
    margin-right: 45px;
  }
}
.p-news__post__title {
  line-height: 1.4;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .p-news__post__title {
    -webkit-flex: 1;
    flex: 1;
  }
}

/* pagetop
   ----------------------------------------------------------------- */
.p-pagetop {
  text-align: center;
  z-index: 2;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
/*.p-pagetop {
  text-align: center;
  position: relative;
  z-index: 2;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -35px;
}*/
@media only screen and (max-width: 768px) {
  .p-pagetop {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  .p-pagetop {
    display: none;
    position: fixed;
    z-index: 2;
    right: 30px;
    bottom: 20px;
    margin: 0;
    top: auto;
    left: auto;
  }
  .p-pagetop.stoped {
    position: absolute;
    bottom: auto;
    top: -80px;
  }
}
.p-pagetop a {
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #333333;
  font-size: 20px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
}
.p-pagetop a i {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0;
  -moz-transform-origin: center 50%;
  -ms-transform-origin: center 50%;
  -webkit-transform-origin: center 50%;
  transform-origin: center 50%;
}
@media only screen and (min-width: 769px) {
  .p-pagetop a {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}

/* footer
   ----------------------------------------------------------------- */
.p-footer {
  background: #000000;
  padding: 40px 0 30px 0;
  color: #fff;
  margin-top: 100px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-footer {
    margin-top: 150px;
    padding: 80px 0 20px 0;
  }
}
@media only screen and (min-width: 769px) {
  .p-footer__top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-footer__top__heading {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .p-footer__top__heading {
    font-size: 2.6rem;
    -webkit-flex: 1;
    flex: 1;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 769px) {
  .p-footer__contact {
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 769px) {
  .p-footer__tel {
    margin-bottom: -0.4em;
  }
}
.p-footer__tel__free {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .p-footer__tel__free {
    margin-bottom: 0;
  }
}
.p-footer__tel__free a {
  color: #fff;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .p-footer__tel__free a {
    display: block;
  }
}
.p-footer__tel__free a small {
  line-height: 1.2;
  margin-right: 5px;
  font-size: 1.4rem;
  margin-top: -0.3em;
}
@media only screen and (min-width: 769px) {
  .p-footer__tel__free a small {
    line-height: 1.4;
    display: block;
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.p-footer__tel__free a strong {
  font-family: arial, sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .p-footer__tel__free a strong {
    display: block;
    font-size: 4.6rem;
  }
}
.p-footer__tel__sub {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-footer__tel__sub {
    margin-left: auto;
    text-align: right;
  }
}
.p-footer__tel__sub a {
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.p-footer__tel__sub a small {
  font-size: 1.3rem;
  margin-right: 5px;
}
@media only screen and (min-width: 769px) {
  .p-footer__tel__sub a small {
    font-size: 1.6rem;
  }
}
.p-footer__tel__sub a strong {
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .p-footer__tel__sub a strong {
    font-size: 2.4rem;
  }
}
.p-footer__buttons {
  display: -webkit-flex;
  display: flex;
  margin: 25px -5px 0 -5px;
}
@media only screen and (min-width: 769px) {
  .p-footer__buttons {
    margin: 0 0 0 35px;
  }
}
.p-footer__buttons li {
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .p-footer__buttons li {
    -webkit-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 769px) {
  .p-footer__buttons li {
    margin: 0 0 0 20px;
  }
  .p-footer__buttons li:first-child {
    margin-left: 0;
  }
}
.p-footer__buttons li a {
  color: #fff;
  text-align: center;
  background: #b51687;
  font-size: 1.3rem;
  padding: 1em 0;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-footer__buttons li a:hover {
  background: #cc1998;
}
@media only screen and (min-width: 769px) {
  .p-footer__buttons li a {
    height: 100%;
    padding: 0.7em 0;
    width: 20rem;
    font-size: 1.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px;
  }
}
.p-footer__buttons li a i {
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .p-footer__buttons li a i {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
@media only screen and (min-width: 769px) {
  .p-footer__buttons li a i {
    display: block;
    margin: 0 auto 10px auto;
    font-size: 3.6rem;
  }
}
.p-footer__bottom {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 769px) {
  .p-footer__bottom {
    padding-top: 50px;
    margin-top: 80px;
    display: -webkit-flex;
    display: flex;
  }
}
.p-footer__logo {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-footer__logo {
    text-align: left;
    flex: 1;
    -webkit-flex: 1;
  }
}
.p-footer__logo img {
  width: 163px;
}
@media only screen and (min-width: 769px) {
  .p-footer__logo img {
    width: 210px;
  }
}
.p-footer__sitemap {
  display: none;
}
@media only screen and (min-width: 769px) {
  .p-footer__sitemap {
    width: 50%;
    max-width: 600px;
    display: -webkit-flex;
    display: flex;
  }
  .p-footer__sitemap__col {
    width: 33.33333%;
    padding-right: 1em;
  }
  .p-footer__sitemap__col li {
    margin-bottom: 15px;
  }
  .p-footer__sitemap__col li:last-child {
    margin-bottom: 0;
  }
  .p-footer__sitemap__col li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
  }
  .p-footer__sitemap__col li a:hover {
    text-decoration: underline;
  }
}

/* copyright
   ----------------------------------------------------------------- */
.p-copyright {
  margin-top: 20px;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 1.2rem;
  color: #dddddd;
  opacity: 0.5;
}
@media only screen and (min-width: 769px) {
  .p-copyright {
    text-align: right;
    margin-top: 50px;
  }
}

/* spmenu
   ----------------------------------------------------------------- */
.p-spmenu {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 769px) {
  .p-spmenu {
    display: none;
  }
}
.p-spmenu__button {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: #b51687;
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
}
.p-spmenu__button:last-child {
  margin-bottom: 0;
}
.p-spmenu__button__bars {
  width: 30px;
  height: 22px;
  position: relative;
}
.p-spmenu__button__bars span, .p-spmenu__button__bars:after, .p-spmenu__button__bars:before {
  height: 2px;
  position: absolute;
  background: #fff;
  width: 100%;
}
.p-spmenu__button__bars:before, .p-spmenu__button__bars:after {
  content: "";
  display: block;
}
.p-spmenu__button__bars span {
  top: 50%;
  margin-top: -1px;
}
.p-spmenu__button__bars:before {
  top: 0;
}
.p-spmenu__button__bars:after {
  bottom: 0;
}
.p-spmenu__button__title {
  font-size: 10px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1;
}
.p-spmenu__button__title.-en {
  font-weight: normal;
  font-family: arial, sans-serif;
  font-size: 12px;
}
.p-spmenu__button__icon {
  font-size: 22px;
  line-height: 1;
}

/* pagetitle
   ----------------------------------------------------------------- */
.p-pagetitle {
  height: 340px;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .p-pagetitle {
    height: 600px;
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 769px) {
  .p-pagetitle.-small {
    height: 360px;
  }
}
.p-pagetitle__title {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  z-index: 3;
}
.p-pagetitle__title span {
  display: block;
}
.p-pagetitle__title span.ja {
  color: #fff;
  font-size: 2.8rem;
}
@media only screen and (min-width: 769px) {
  .p-pagetitle__title span.ja {
    font-size: 5rem;
  }
}
.p-pagetitle__title span.en {
  color: #b51687;
  letter-spacing: .4ex;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .p-pagetitle__title span.en {
    font-size: 1.8rem;
  }
}
.p-pagetitle__image {
  position: absolute;
  left: 0;
  width: 96%;
  max-width: 1500px;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .p-pagetitle__image {
    width: 90%;
  }
}
.p-pagetitle:after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 4vw;
  right: 0;
  bottom: -4vw;
  width: 96%;
  max-width: 1500px;
  background: #b51687;
}
@media only screen and (min-width: 769px) {
  .p-pagetitle:after {
    top: 130px;
    bottom: -30px;
    width: 90%;
  }
}

/* quality
   ----------------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  .p-quality {
    margin-top: 160px;
  }
}
@media only screen and (min-width: 769px) {
  .p-quality__intro p {
    text-align: center;
  }
}

/* point-list
   ----------------------------------------------------------------- */
.p-point-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -4% -20px -4%;
}
@media only screen and (min-width: 769px) {
  .p-point-list {
    margin: 70px 0 -40px 0;
  }
}
.p-point-list__item {
  width: 50%;
  margin-bottom: 20px;
  border-right: 1px solid #cccccc;
}
@media only screen and (min-width: 769px) {
  .p-point-list__item {
    width: 25%;
    margin-bottom: 40px;
  }
  .p-point-list__item:nth-child(4n) {
    border-right: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-point-list__item:nth-child(even) {
    border-right: none;
  }
}

/* quality-point
   ----------------------------------------------------------------- */
.p-quality-point {
  padding: 20px 10px;
}
@media only screen and (min-width: 769px) {
  .p-quality-point {
    padding: 0 0 30px 0;
  }
}
.p-quality-point__icon {
  display: block;
  text-align: center;
}
.p-quality-point__icon img {
  max-width: 90%;
}
.p-quality-point__title {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .p-quality-point__title {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.p-quality-point__title small {
  display: block;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .p-quality-point__title small {
    font-size: 1.6rem;
  }
}

/* contact-box
   ----------------------------------------------------------------- */
.p-contact-box {
  border: 1px solid #b51687;
  padding: 20px;
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .p-contact-box {
    margin-top: 80px;
    padding: 40px 30px 30px 30px;
  }
}
@media only screen and (min-width: 769px) {
  .p-contact-box__content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-contact-box__catch {
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .p-contact-box__catch {
    margin-bottom: 30px;
    line-height: 1.2;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 769px) {
  .p-contact-box__tel {
    margin-bottom: -0.4em;
  }
}
.p-contact-box__tel__free {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .p-contact-box__tel__free {
    margin-bottom: 0;
  }
}
.p-contact-box__tel__free a {
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-contact-box__tel__free a small {
  line-height: 1.4;
  margin-right: 5px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .p-contact-box__tel__free a small {
    font-size: 1.6rem;
  }
}
.p-contact-box__tel__free a strong {
  font-family: arial, sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  color: #b51687;
}
@media only screen and (min-width: 769px) {
  .p-contact-box__tel__free a strong {
    font-size: 4.6rem;
  }
}
.p-contact-box__tel__sub {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-contact-box__tel__sub {
    margin-left: auto;
    text-align: right;
  }
}
.p-contact-box__tel__sub a {
  text-align: center;
  text-decoration: none;
}
.p-contact-box__tel__sub a small {
  font-size: 1.3rem;
  margin-right: 5px;
}
@media only screen and (min-width: 769px) {
  .p-contact-box__tel__sub a small {
    font-size: 1.6rem;
  }
}
.p-contact-box__tel__sub a strong {
  font-size: 2rem;
  color: #b51687;
}
@media only screen and (min-width: 769px) {
  .p-contact-box__tel__sub a strong {
    font-size: 2.4rem;
  }
}
.p-contact-box__buttons {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .p-contact-box__buttons {
    display: -webkit-flex;
    display: flex;
    margin: 0 0 0 35px;
  }
}
.p-contact-box__buttons li {
  margin-top: 10px;
}
.p-contact-box__buttons li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .p-contact-box__buttons li {
    margin: 0 0 0 20px;
  }
  .p-contact-box__buttons li:first-child {
    margin-left: 0;
  }
}
.p-contact-box__buttons li a {
  color: #fff;
  text-align: center;
  background: #b51687;
  font-size: 1.5rem;
  padding: 1em 0;
  border-radius: 6px;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-contact-box__buttons li a:hover {
  background: #cc1998;
}
@media only screen and (min-width: 769px) {
  .p-contact-box__buttons li a {
    height: 100%;
    padding: 0.7em 0;
    width: 20rem;
    font-size: 1.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px;
  }
}
.p-contact-box__buttons li a i {
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .p-contact-box__buttons li a i {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
@media only screen and (min-width: 769px) {
  .p-contact-box__buttons li a i {
    display: block;
    margin: 0 auto 10px auto;
    font-size: 3.6rem;
  }
}

/* attention
   ----------------------------------------------------------------- */
.p-attention {
  background: #f7f7f7;
  padding: 20px;
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .p-attention {
    padding: 30px 35px;
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-attention__catch {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  color: #b51687;
}
@media only screen and (min-width: 769px) {
  .p-attention__catch {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 30px;
    white-space: nowrap;
  }
}
.p-attention__catch img {
  width: 4rem;
  display: block;
  margin: 0 auto 10px auto;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  .p-attention__catch img {
    width: 48px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.p-attention p {
  line-height: 1.5;
}

/* area
   ----------------------------------------------------------------- */
.p-area {
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  .p-area {
    margin-top: 120px;
  }
}
.p-area__image {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .p-area__image {
    margin-top: 0;
    padding: 0 20px;
    text-align: center;
  }
  .p-area__image img {
    width: 519px;
  }
}

/* flow
   ----------------------------------------------------------------- */
.p-flow__item {
  background: #f7f7f7;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-flow__item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 50px;
  }
}
.p-flow__item:after {
  content: "\e901";
  display: block;
  font-size: 30px;
  font-family: 'seiwa' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -15px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (min-width: 769px) {
  .p-flow__item:after {
    font-size: 26px;
    bottom: -37px;
    margin-left: -13px;
  }
}
.p-flow__item:last-child {
  margin-bottom: 0;
}
.p-flow__item:last-child:after {
  display: none;
}
@media only screen and (min-width: 769px) {
  .p-flow__item__image {
    width: 267px;
    margin-right: 40px;
  }
}
.p-flow__item__image img {
  width: 100%;
}
.p-flow__item__title {
  font-weight: bold;
  font-size: 2rem;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .p-flow__item__title {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.p-flow__item__title .num {
  border-right: 1px solid #333333;
  padding-right: 0.5em;
  margin-right: 0.5em;
  display: inline-block;
}
.p-flow__item__title strong {
  color: #b51687;
}
.p-flow__content {
  padding: 20px;
}
@media only screen and (min-width: 769px) {
  .p-flow__content {
    padding: 40px 20px 40px 0;
    flex: 1;
    -webkit-flex: 1;
  }
  .p-flow__content p {
    line-height: 1.8;
    font-size: 1.5rem;
  }
}

/* pagenav
   ----------------------------------------------------------------- */
.p-pagenav {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .p-pagenav {
    margin-bottom: 60px;
  }
}
.p-pagenav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 6px;
  overflow: hidden;
}
.p-pagenav ul li {
  width: 50%;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: -1px;
}
@media only screen and (max-width: 768px) {
  .p-pagenav ul li:nth-child(even) {
    border-right: none;
  }
}
@media only screen and (min-width: 769px) {
  .p-pagenav ul li {
    width: 20%;
  }
}
.p-pagenav ul li a {
  display: block;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #333333;
  font-size: 1.4rem;
  padding: 1em;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-pagenav ul li a {
    font-size: 1.6rem;
  }
}
.p-pagenav ul li a:hover {
  background: #404040;
}

/* case
   ----------------------------------------------------------------- */
.p-case__block {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .p-case__block {
    margin-bottom: 60px;
  }
}
.p-case__block:last-child {
  margin-bottom: 0;
}
.p-case__image {
  overflow: hidden;
  max-width: 590px;
  margin: 0 auto;
}
.p-case__image img {
  float: left;
}
.p-case__image img:nth-child(odd) {
  width: 66.213922%;
}
.p-case__image img:nth-child(even) {
  width: 33.786078%;
}

/* performance
   ----------------------------------------------------------------- */
.p-performance {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .p-performance {
    margin-bottom: 20px;
  }
}
.p-performance__title {
  padding: 1em;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .p-performance__title {
    font-size: 2.2rem;
  }
}
.p-performance__title:before, .p-performance__title:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-performance__title:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-performance__title.is-active:after {
  opacity: 0;
}
.p-performance__content {
  display: none;
}

/* table-performance
   ----------------------------------------------------------------- */
.p-table-performance {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-table-performance th, .p-table-performance td {
  border: 1px solid #ccc;
  padding: 0.8em 1em;
}
.p-table-performance td:nth-child(2) {
  width: 62%;
}
.p-table-performance td:nth-child(3) {
  width: 30%;
}
.p-table-performance th {
  background: #f2f2f2;
  text-align: center;
  white-space: nowrap;
  width: 8%;
}
.p-table-performance em {
  font-weight: bold;
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .p-table-performance em {
    display: block;
    margin-right: 0;
  }
}

/* company
   ----------------------------------------------------------------- */
.p-company {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .p-company {
    margin-bottom: 80px;
  }
}

/* access
   ----------------------------------------------------------------- */
.p-access {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .p-access {
    margin-bottom: 80px;
  }
}
.p-access:last-child {
  margin-bottom: 0;
}
.p-access .gmap {
  height: 0;
  overflow: hidden;
  padding-top: 66%;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-access .gmap {
    padding-top: 0;
    height: 400px;
  }
}
.p-access .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* privacy
   ----------------------------------------------------------------- */
.p-privacy {
  counter-reset: dt;
}
.p-privacy dl {
  margin-top: 2em;
}
.p-privacy dl dt {
  padding-left: 1.2em;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 769px) {
  .p-privacy dl dt {
    font-size: 1.8rem;
  }
}
.p-privacy dl dt:before {
  content: counter(dt,decimal) ". ";
  counter-increment: dt;
  display: inline;
  position: absolute;
  left: 0;
}
.p-privacy ol {
  counter-reset: li;
}
.p-privacy ol li {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 0.5em;
}
.p-privacy ol li:nth-child {
  margin-bottom: 0;
}
.p-privacy ol li:before {
  left: 0;
  position: absolute;
  content: "(" counter(li,decimal) ")";
  counter-increment: li;
  display: inline;
}

/* sigunature
   ----------------------------------------------------------------- */
.p-sigunature {
  margin-top: 2em;
}
@media only screen and (min-width: 769px) {
  .p-sigunature {
    margin-top: 3em;
  }
}
.p-sigunature p {
  text-align: right;
  line-height: 1.6;
  margin-bottom: 1em;
}
.p-sigunature p:last-child {
  margin-bottom: 0;
}

/* paging
   ----------------------------------------------------------------- */
.p-paging {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-paging {
    margin-top: 5.33333vw;
  }
}
.p-paging ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-paging ul li {
  margin: 0 5px;
}
.p-paging ul li a, .p-paging ul li span {
  display: inline-block;
  width: 34px;
  text-decoration: none;
  background: #fff;
  border: 2px solid #333;
  text-align: center;
  color: #333333;
  height: 34px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
}
.p-paging ul li a.current, .p-paging ul li span.current {
  background: #333;
  color: #fff;
  border-color: #333;
}
.p-paging ul li a i, .p-paging ul li span i {
  font-weight: bold;
}
.p-paging ul li a {
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-paging ul li a:hover {
  background: #333;
  color: #fff;
}

/* single
   ----------------------------------------------------------------- */
.p-single__heading {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 769px) {
  .p-single__heading {
    margin-bottom: 40px;
  }
}
.p-single__date {
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-single__date {
    font-size: 1.6rem;
  }
}
.p-single__title {
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .p-single__title {
    font-size: 1.8rem;
  }
}
.p-single__content p {
  line-height: 2;
  margin-bottom: 1em;
}
.p-single__content p:last-child {
  margin-bottom: 0;
}
.p-single__content h1, .p-single__content h2, .p-single__content h3, .p-single__content h4, .p-single__content h5 {
  font-weight: 500;
  margin-bottom: 0.6em;
  font-size: 150%;
}
.p-single .c-button {
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .p-single .c-button {
    margin-top: 80px;
  }
}
.p-single__pdf {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .p-single__pdf {
    margin-top: 60px;
  }
}

/* contact-form
   ----------------------------------------------------------------- */
.p-contact-form {
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .p-contact-form {
    margin-top: 100px;
  }
}
.p-contact-form__intro {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .p-contact-form__intro {
    margin-bottom: 40px;
  }
}

.p-contact-form__intro p {
  margin-bottom: 1.5em;
}
.p-contact-form__intro p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .p-contact-form__intro p {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .p-contact-form .c-table th {
    width: 30%;
  }
}
.p-contact-form__error {
  color: red;
  margin-top: 0.5em;
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .p-contact-form__error {
    font-size: 1.4rem;
  }
}

/* submit-buttons
   ----------------------------------------------------------------- */
.p-submit-buttons {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .p-submit-buttons {
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-submit-buttons button {
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .p-submit-buttons button {
    margin: 0 10px;
  }
}
.p-submit-buttons button:first-child {
  margin-top: 0;
}

/* login-box
   ----------------------------------------------------------------- */
.p-login-box {
  border: 1px solid #ccc;
  margin-left: 4%;
  margin-right: 4%;
  padding-top: 0;
}
@media only screen and (min-width: 769px) {
  .p-login-box {
    margin: 0 auto;
    max-width: 768px;
  }
}
.p-login-box__inner {
  padding: 0 20px 20px 20px;
}
@media only screen and (min-width: 769px) {
  .p-login-box__inner {
    padding-bottom: 30px;
  }
}
.p-login-box h2 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  padding: 1em 20px;
  border-bottom: 1px solid #ccc;
  background: #333;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-login-box h2 {
    font-size: 2rem;
  }
}
.p-login-box dl {
  margin-top: 15px;
}
.p-login-box dl:first-child {
  margin-top: 0;
}
.p-login-box dl dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.p-login-box dl dd {
  position: relative;
}
.p-login-box dl dd i {
  font-size: 18px;
  position: absolute;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 1;
  top: 50%;
  left: 10px;
  margin-top: -0.45em;
  color: #333;
}
.p-login-box dl dd input {
  padding-left: 35px;
}
.p-login-box__button {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .p-login-box__button {
    margin-top: 30px;
  }
}
.p-login-box__error {
  color: red;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* contact-error
   ----------------------------------------------------------------- */
.p-contact-error h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .p-contact-error h2 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

/* p-enquete
   ----------------------------------------------------------------- */
.p-enquete__section {
  margin-bottom: 60px;
}

.p-enquete__section:last-child {
  margin-bottom: 0;
}

.p-enquete__item {
  margin-bottom: 30px;
}

.p-enquete__item:last-child {
  margin-bottom: 0;
}

.p-enquete__heading {
  font-size: 1.4rem;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background: #f2f2f2;
  padding: 1em 1em 1em 2.2em;
  position: relative;
}
.p-enquete__heading:before {
  font-size: inherit;
  content: "Q.";
  position: absolute;
  left: 1em;
  color: #b51687;
}
.form-other-input {
  display: none;
}
@media only screen and (min-width: 769px) {
  .p-enquete__heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .p-enquete__item {
    margin-bottom: 40px;
  }
}

/* p-invite
   ----------------------------------------------------------------- */
.p-invite__section {
  margin-bottom: 40px;
}
.p-invite__section:last-child {
  margin-bottom: 0;
}
.p-invite__item {
  margin-bottom: 30px;
}
.p-invite__item:last-child {
  margin-bottom: 0;
}
.p-invite__heading {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  .p-invite__heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .p-invite__item {
    margin-bottom: 40px;
  }
}

.p-thanks-footer {
  margin-bottom: 10px;
}

.p-thanks-footer__item {
  margin-bottom: 30px;
  border: 1px solid #b51687;
  padding: 20px;
}

.p-thanks-footer__item p {
  font-weight: bold;
  margin-bottom: 10px;
}

.p-thanks-footer__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .p-thanks-footer__item p {
    font-size: 1.8rem;
  }
}

#breakup .p-pagetitle__image {
  background-image: url(../../breakup/images/bg-title.jpg);
}

#company .p-pagetitle__image {
  background-image: url(../../company/images/bg-title.jpg);
}

#contact .p-pagetitle__image {
  background-image: url(../../contact/images/bg-title.jpg);
}

#case .p-pagetitle__image {
  background-image: url(../../case/images/bg-title.jpg);
}

#flow .p-pagetitle__image {
  background-image: url(../../flow/images/bg-title.jpg);
}

#report .p-pagetitle__image {
  background-image: url(../../report/images/bg-title.jpg);
}

.page-id-42 .p-pagetitle__image {
  background-image: url(../../report/images/bg-title.jpg);
}

.page-id-48 .p-pagetitle__image {
  background-image: url(../../report/images/bg-title.jpg);
}

.archive .p-pagetitle__image, .single .p-pagetitle__image {
  background-image: url(../img/news/bg-title.jpg);
}

#performance .p-pagetitle__image {
  background-image: url(../../performance/images/bg-title.jpg);
}

#privacy .p-pagetitle__image {
  background-image: url(../../privacy/images/bg-title.jpg);
}

#enquete .p-pagetitle__image {
  background-image: url(../../enquete/images/bg-title.jpg);
}

#invite .p-pagetitle__image {
  background-image: url(../../invite/images/bg-title.jpg);
}

.form-other-input {
  margin-top: 10px;
}

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

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

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

/* visible
   ----------------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  .u-visible-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-visible-pc {
    display: none !important;
  }
}

/* over
   ----------------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  .u-over {
    -webkit-transition: 0.4s all cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.4s all cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.u-over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* margin
   ----------------------------------------------------------------- */

.u-mt-60 {
  margin-top: 60px !important;
}

@media only screen and (min-width: 769px) {
  .u-mt-80-pc {
    margin-top: 80px !important;
  }
}