@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);

@-webkit-keyframes through {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  49.9% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right
  }
}

@keyframes through {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  49.9% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right
  }
}

@-webkit-keyframes fromOrangeToWhite {
  0% {
    color: #d03c1b
  }

  49.9% {
    color: #fff
  }

  50% {
    color: #fff
  }

  100% {
    color: #d03c1b
  }
}

@keyframes fromOrangeToWhite {
  0% {
    color: #d03c1b
  }

  49.9% {
    color: #fff
  }

  50% {
    color: #fff
  }

  100% {
    color: #d03c1b
  }
}

@-webkit-keyframes fromWhiteToOrange {
  0% {
    color: #fff
  }

  49.9% {
    color: #d03c1b
  }

  50% {
    color: #d03c1b
  }

  100% {
    color: #fff
  }
}

@keyframes fromWhiteToOrange {
  0% {
    color: #fff
  }

  49.9% {
    color: #d03c1b
  }

  50% {
    color: #d03c1b
  }

  100% {
    color: #fff
  }
}

@-webkit-keyframes fromGreyToWhite {
  0% {
    color: #333
  }

  49.9% {
    color: #fff
  }

  50% {
    color: #fff
  }

  100% {
    color: #333
  }
}

@keyframes fromGreyToWhite {
  0% {
    color: #333
  }

  49.9% {
    color: #fff
  }

  50% {
    color: #fff
  }

  100% {
    color: #333
  }
}

@-webkit-keyframes fromLightGreyToWhite {
  0% {
    fill: #ccc
  }

  49.9% {
    fill: #fff
  }

  50% {
    fill: #fff
  }

  100% {
    fill: #ccc
  }
}

@keyframes fromLightGreyToWhite {
  0% {
    fill: #ccc
  }

  49.9% {
    fill: #fff
  }

  50% {
    fill: #fff
  }

  100% {
    fill: #ccc
  }
}

@-webkit-keyframes goBack {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  49.9% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
  }
}

@keyframes goBack {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  49.9% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
  }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

html {
  height: 100%
}

body {
  width: 100%;
  min-height: 100%;
  overflow-y: scroll;
  font-family: "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img {
  vertical-align: top
}

button,
input[type=text],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0
}

select::-ms-expand {
  display: none
}

::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, .8)
}

::selection {
  color: #fff;
  background: rgba(0, 0, 0, .8)
}

input::-moz-selection,
textarea::-moz-selection {
  color: #222;
  background: rgba(0, 0, 0, .2)
}

input::selection,
textarea::selection {
  color: #222;
  background: rgba(0, 0, 0, .2)
}

::-webkit-input-placeholder {
  color: #666
}

::-moz-placeholder {
  color: #666
}

:-ms-input-placeholder {
  color: #666
}

.l-contents {
  overflow: hidden;
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #eee
}

@media all and (min-width:1025px) {
  .l-contents {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .l-contents {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .l-contents {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .l-contents {
    font-size: 3.2vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .l-contents {
    font-size: 13.248px
  }
}

@media all and (min-width:1025px) {
  .l-contents {
    margin-right: 1.66667%;
    margin-left: 1.66667%;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0
  }
}

@media all and (min-width:768px) {
  .l-contents {
    line-height: 2.25;
    letter-spacing: .02em
  }
}

@media all and (max-width:767px) {
  .l-contents {
    line-height: 2;
    letter-spacing: .01em
  }
}

.l-contents:after {
  height: 100vh;
  content: '';
  display: block;
  z-index: 1000;
  position: absolute;
  bottom: -100vh;
  right: 0;
  left: 0;
  background-color: #fff
}

.l-contents.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0
}

.l-contents img {
  max-width: 100%
}

.l-gf {
  background-color: #fff
}

@media all and (min-width:1025px) {
  .l-gf {
    padding: 27px 6.89655%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .l-gf {
    padding: 60px 40px
  }
}

@media all and (max-width:767px) {
  .l-gf {
    padding: 30px 20px
  }
}

@media all and (min-width:1025px) {
  .l-gf__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media all and (min-width:1025px) {
  .l-gf__border {
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #eee
  }
}

@media all and (max-width:1024px) {
  .l-gf__border {
    display: none
  }
}

.l-page {
  overflow: hidden
}

.c-border-box {
  border-color: #eee;
  border-style: solid
}

@media all and (min-width:1025px) {
  .c-border-box {
    padding: 3.78788%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-border-box {
    padding: 30px
  }
}

@media all and (max-width:767px) {
  .c-border-box {
    padding: 30px
  }
}

.c-box-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding-top: 25px;
  padding-right: 60px;
  padding-bottom: 25px;
  padding-left: 4.54545%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
  line-height: 1.75;
  text-decoration: none;
  color: #333
}

.c-box-link:first-of-type {
  border-top: 1px solid #ccc
}

.c-box-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ccc
}

.c-box-link:first-child .p-link-arrow__line-h:before {
  height: 1px;
  right: 0;
  left: 0
}

.c-box-link__label {
  position: relative;
  z-index: 10
}

.c-box-link__line-h:after,
.c-box-link__line-h:before,
.c-box-link__line-v:after,
.c-box-link__line-v:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background-color: #ccc
}

.c-box-link__line-v:after,
.c-box-link__line-v:before {
  width: 1px;
  top: 0;
  bottom: 0
}

.c-box-link__line-v:before {
  left: 0
}

.c-box-link__line-v:after {
  right: 0
}

.c-box-link__line-h:after {
  height: 1px;
  right: 0;
  left: 0
}

.c-box-link__line-h:before {
  top: 0
}

.c-box-link__line-h:after {
  bottom: 0
}

.c-box-link__arrow {
  width: 27px;
  height: 14px;
  display: block;
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 50%;
  overflow: hidden;
  margin-top: -7px
}

.c-box-link__arrow .c-icon-arrow {
  display: block;
  fill: #ccc;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

@media all and (max-width:767px) {
  .c-box-link__arrow {
    right: 10px
  }
}

.c-box-link:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.c-box-link.is-over:after {
  -webkit-animation-name: through;
  animation-name: through;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.c-box-link__arrow .c-icon-arrow {
  -webkit-transition: .6s;
  transition: .6s
}

.c-box-link.is-over .c-box-link__arrow .c-icon-arrow {
  -webkit-animation-name: fromLightGreyToWhite;
  animation-name: fromLightGreyToWhite;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.c-box-link.is-over .c-box-link__label {
  -webkit-animation-name: fromGreyToWhite;
  animation-name: fromGreyToWhite;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.c-button-l {
  display: inline-block;
  line-height: 1.1;
  position: relative;
  color: #d03c1b;
  font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  background-color: #fff
}

@media all and (min-width:1025px) {
  .c-button-l {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-button-l {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .c-button-l {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-button-l {
    font-size: 4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-button-l {
    font-size: 16.56px
  }
}

.c-button-l:after,
.c-button-l:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.c-button-l:before {
  background-color: #d03c1b
}

.c-button-l:after {
  border: 2px solid #fff
}

.c-button-l__label {
  display: block;
  position: relative;
  z-index: 10
}

@media all and (min-width:768px) {
  .c-button-l {
    width: 540px;
    padding-top: 25px;
    padding-bottom: 25px
  }
}

@media all and (max-width:767px) {
  .c-button-l {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.c-button-l:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.c-button-l.is-over {
  -webkit-animation-name: fromOrangeToWhite;
  animation-name: fromOrangeToWhite;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.c-button-l.is-over:before {
  -webkit-animation-name: through;
  animation-name: through;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.c-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.1;
  position: relative;
  border: 0;
  color: #d03c1b;
  font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .06em;
  background: 0 0;
  pointer-events: none
}

@media all and (min-width:768px) {
  .c-button {
    width: 232px;
    padding-top: 20px;
    padding-bottom: 22px
  }
}

@media all and (max-width:767px) {
  .c-button {
    width: 175px;
    padding-top: 18px;
    padding-bottom: 18px
  }
}

@media all and (min-width:768px) {
  .c-button--w320 {
    width: 320px;
    padding-top: 20px;
    padding-bottom: 22px
  }
}

@media all and (max-width:767px) {
  .c-button--w320 {
    width: 250px;
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.c-button--index-kv {
  padding: 0
}

@media all and (min-width:768px) {
  .c-button--index-kv {
    height: 60px
  }
}

@media all and (max-width:767px) {
  .c-button--index-kv {
    width: 175px;
    height: 42px
  }
}

.c-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #d03c1b
}

.c-button__label {
  display: inline-block;
  position: relative;
  z-index: 10
}

.c-button__label--index-kv {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -.55em
}

.c-button__line-h:after,
.c-button__line-h:before,
.c-button__line-v:after,
.c-button__line-v:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background-color: #d03c1b
}

.c-button__line-v:after,
.c-button__line-v:before {
  top: 0;
  bottom: 0
}

@media all and (min-width:768px) {

  .c-button__line-v:after,
  .c-button__line-v:before {
    width: 2px
  }
}

@media all and (max-width:767px) {

  .c-button__line-v:after,
  .c-button__line-v:before {
    width: 1px
  }
}

.c-button__line-v:before {
  left: 0
}

.c-button__line-v:after {
  right: 0
}

.c-button__line-h:after,
.c-button__line-h:before {
  right: 0;
  left: 0
}

@media all and (min-width:768px) {

  .c-button__line-h:after,
  .c-button__line-h:before {
    height: 2px
  }
}

@media all and (max-width:767px) {

  .c-button__line-h:after,
  .c-button__line-h:before {
    height: 1px
  }
}

.c-button__line-h:before {
  top: 0
}

.c-button__line-h:after {
  bottom: 0
}

.c-button--white {
  color: #fff
}

.c-button--white:after {
  background-color: #fff
}

.c-button--white .c-button__line-h:after,
.c-button--white .c-button__line-h:before,
.c-button--white .c-button__line-v:after,
.c-button--white .c-button__line-v:before {
  background-color: #fff
}

.c-button--center {
  margin-right: auto;
  margin-left: auto
}

.c-button__label {
  opacity: 0
}

.c-button__line-h:after,
.c-button__line-h:before,
.c-button__line-v:after,
.c-button__line-v:before {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.c-button__line-v:after,
.c-button__line-v:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0)
}

@media all and (min-width:1025px) {

  .c-button__line-v:after,
  .c-button__line-v:before {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
  }
}

@media all and (max-width:1024px) {

  .c-button__line-v:after,
  .c-button__line-v:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
}

.c-button__line-v:before {
  -webkit-transform-origin: bottom;
  transform-origin: bottom
}

.c-button__line-v:after {
  -webkit-transform-origin: top;
  transform-origin: top
}

.c-button__line-h:after,
.c-button__line-h:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

@media all and (min-width:1025px) {

  .c-button__line-h:after,
  .c-button__line-h:before {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
  }
}

@media all and (max-width:1024px) {

  .c-button__line-h:after,
  .c-button__line-h:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }
}

.c-button__line-h:before {
  -webkit-transform-origin: left;
  transform-origin: left
}

.c-button__line-h:after {
  -webkit-transform-origin: right;
  transform-origin: right
}

.c-button:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.c-button.is-shown {
  pointer-events: auto
}

.c-button.is-shown .c-button__label {
  opacity: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}

@media all and (min-width:1025px) {
  .c-button.is-shown .c-button__label {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
  }
}

@media all and (max-width:1024px) {
  .c-button.is-shown .c-button__label {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
}

.c-button.is-shown .c-button__line-v:after,
.c-button.is-shown .c-button__line-v:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.c-button.is-shown .c-button__line-h:after,
.c-button.is-shown .c-button__line-h:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.c-button.is-over:after {
  -webkit-animation-name: through;
  animation-name: through;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.c-button.is-over .c-button__label {
  -webkit-animation-name: fromOrangeToWhite;
  animation-name: fromOrangeToWhite;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.c-button--white.is-over .c-button__label {
  -webkit-animation-name: fromWhiteToOrange;
  animation-name: fromWhiteToOrange
}

.c-figure {
  margin: 3em 0;
  text-align: center
}

@media all and (min-width:1025px) {
  .c-figure--has-m4 {
    margin-right: 8%;
    margin-left: 8%
  }
}

@media all and (min-width:1025px) {
  .c-figure--has-m5 {
    margin-right: 10%;
    margin-left: 10%
  }
}

.c-figure img {
  max-width: 100%;
  height: auto
}

.c-flexbox-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #222;
  text-decoration: none
}

@media all and (min-width:768px) {
  .c-flexbox-item {
    margin-top: 55px
  }
}

@media all and (max-width:767px) {
  .c-flexbox-item {
    margin-top: 30px
  }

  .c-flexbox-item:first-of-type {
    margin-top: 0
  }
}

@media all and (min-width:1025px) {
  .c-flexbox-item--col2 {
    width: 47.61905%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-flexbox-item--col2 {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px
  }
}

@media all and (min-width:768px) {

  .c-flexbox-item--col2:nth-child(1),
  .c-flexbox-item--col2:nth-child(2) {
    margin-top: 0
  }
}

@media all and (min-width:1025px) {
  .c-flexbox-item--col2--w26 {
    width: 46.15385%
  }
}

@media all and (min-width:1025px) {
  .c-flexbox-item--col2--w22 {
    width: 45.45455%
  }
}

@media all and (min-width:1025px) {
  .c-flexbox-item--col3 {
    width: 30%;
    margin-left: 5%
  }

  .c-flexbox-item--col3:nth-of-type(3n+1) {
    margin-left: 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-flexbox-item--col3 {
    width: 33.3%;
    padding-right: 10px;
    padding-left: 10px
  }
}

@media all and (min-width:768px) {

  .c-flexbox-item--col3:nth-child(1),
  .c-flexbox-item--col3:nth-child(2),
  .c-flexbox-item--col3:nth-child(3) {
    margin-top: 0
  }
}

@media all and (min-width:1025px) {
  .c-flexbox-item--col4 {
    width: 21.42857%;
    margin-left: 4.7619%
  }

  .c-flexbox-item--col4:nth-of-type(4n+1) {
    margin-left: 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-flexbox-item--col4 {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px
  }
}

@media all and (min-width:768px) {

  .c-flexbox-item--col4:nth-child(1),
  .c-flexbox-item--col4:nth-child(2),
  .c-flexbox-item--col4:nth-child(3),
  .c-flexbox-item--col4:nth-child(4) {
    margin-top: 0
  }
}

@media all and (min-width:768px) {
  .c-flexbox-item--infographic {
    position: relative;
    margin-top: 70px
  }
}

@media all and (min-width:768px) {
  .c-flexbox-item--has-thumb {
    margin-top: 90px
  }
}

@media all and (max-width:767px) {
  .c-flexbox-item--has-thumb {
    margin-top: 60px
  }

  .c-flexbox-item--has-thumb:last-of-type {
    margin-bottom: 10px
  }
}

.c-flexbox-item__image {
  position: relative;
  overflow: hidden
}

@media all and (min-width:768px) {
  .c-flexbox-item__image {
    margin-bottom: 30px
  }
}

@media all and (max-width:767px) {
  .c-flexbox-item__image {
    margin-bottom: 15px
  }
}

.c-flexbox-item__image:after,
.c-flexbox-item__image:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.c-flexbox-item__image:before {
  content: attr(data-label);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .2em
}

@media all and (min-width:1025px) {
  .c-flexbox-item__image:before {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-flexbox-item__image:before {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) {
  .c-flexbox-item__image:before {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-flexbox-item__image:before {
    font-size: 3.46667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-flexbox-item__image:before {
    font-size: 14.352px
  }
}

.c-flexbox-item__image:after {
  content: '';
  display: block;
  z-index: 5;
  background-color: rgba(0, 0, 0, .2)
}

.c-flexbox-item__image img {
  width: 100%
}

.c-flexbox-item__head {
  margin-top: 0;
  font-weight: 400
}

@media all and (min-width:1025px) {
  .c-flexbox-item__head {
    font-size: 17px;
    font-size: 1.0625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-flexbox-item__head {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .c-flexbox-item__head {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-flexbox-item__head {
    font-size: 4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-flexbox-item__head {
    font-size: 16.56px
  }
}

@media all and (min-width:768px) {
  .c-flexbox-item__head {
    margin-bottom: 15px
  }
}

@media all and (max-width:767px) {
  .c-flexbox-item__head {
    margin-bottom: 8px
  }
}

.c-flexbox-item__head-en {
  margin-top: 0;
  color: #d03c1b;
  font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .04em
}

@media all and (min-width:1025px) {
  .c-flexbox-item__head-en {
    font-size: 17px;
    font-size: 1.0625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-flexbox-item__head-en {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .c-flexbox-item__head-en {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-flexbox-item__head-en {
    font-size: 4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-flexbox-item__head-en {
    font-size: 16.56px
  }
}

@media all and (min-width:768px) {
  .c-flexbox-item__head-en {
    margin-bottom: 15px
  }
}

@media all and (max-width:767px) {
  .c-flexbox-item__head-en {
    margin-bottom: 8px
  }
}

.c-flexbox-item__text {
  line-height: 2;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .02em
}

.c-flexbox-item__more {
  margin-top: 15px
}

@media all and (max-width:767px) {
  .c-flexbox-item__more {
    text-align: center
  }
}

.c-flexbox-item__image {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.c-flexbox-item__image:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

.c-flexbox-item__image:after,
.c-flexbox-item__image:before {
  opacity: 0;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.c-flexbox-item.is-over .c-flexbox-item__image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.c-flexbox-item.is-over .c-flexbox-item__image:before {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.c-flexbox-item.is-over .c-flexbox-item__image:after,
.c-flexbox-item.is-over .c-flexbox-item__image:before {
  opacity: 1
}

@media all and (min-width:1025px) {
  .c-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media all and (min-width:1025px) {
  .c-flexbox--has-m4 {
    margin-right: 8%;
    margin-left: 8%
  }
}

@media all and (min-width:1025px) {
  .c-flexbox--has-m5 {
    margin-right: 10%;
    margin-left: 10%
  }
}

.c-flexbox--jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-flexbox--jc-fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media all and (max-width:767px) {
  .c-pager {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
  }
}

.c-pager a {
  text-decoration: none
}

.c-pager__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
  color: #999;
  text-align: center
}

@media all and (min-width:768px) {
  .c-pager__item {
    height: 40px
  }
}

@media all and (max-width:767px) {
  .c-pager__item {
    height: 30px
  }
}

@media all and (min-width:768px) {
  .c-pager__item--num {
    width: 40px;
    margin-right: 10px;
    padding-top: 11px;
    border: 1px solid #ccc
  }
}

@media all and (max-width:767px) {
  .c-pager__item--num {
    width: 30px;
    margin-right: 1px;
    margin-left: 1px;
    padding-top: 8px;
    border: 1px solid #ccc
  }
}

.c-pager__item--num.is-current {
  color: #fff;
  background-color: #ccc
}

.c-pager__item--num:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ccc
}

@media all and (min-width:768px) {
  .c-pager__item--adjacent {
    padding-top: 12px
  }
}

@media all and (max-width:767px) {
  .c-pager__item--adjacent {
    padding-top: 9px
  }
}

@media all and (min-width:768px) {
  .c-pager__item--adjacent-prev {
    margin-right: 20px
  }
}

@media all and (max-width:767px) {
  .c-pager__item--adjacent-prev {
    margin-right: 10px
  }
}

@media all and (min-width:768px) {
  .c-pager__item--adjacent-next {
    margin-left: 20px
  }
}

@media all and (max-width:767px) {
  .c-pager__item--adjacent-next {
    margin-left: 10px
  }
}

@media all and (min-width:768px) {
  .c-pager__item--ellipsis {
    width: 30px;
    margin-right: 10px;
    padding-top: 10px
  }
}

@media all and (max-width:767px) {
  .c-pager__item--ellipsis {
    width: 30px;
    margin-right: 3px;
    padding-top: 7px
  }
}

.c-pager__item-label {
  display: block;
  position: relative;
  z-index: 10
}

.c-pager__item:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.c-pager__item.is-over:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left
}

.c-pager__item.is-leave:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right
}

.c-pager__item--num.is-over {
  color: #fff
}

.c-pager__item--adjacent.is-over {
  opacity: .5
}

.c-parallax-image {
  overflow: hidden;
  position: relative
}

@media all and (min-width:768px) {
  .c-parallax-image--w1h1 {
    padding-top: 100%
  }

  .c-parallax-image--w3h2 {
    padding-top: 66.66667%
  }

  .c-parallax-image--w36h50 {
    padding-top: 138.88889%
  }

  .c-parallax-image--w10h14 {
    padding-top: 141.25%
  }

  .c-parallax-image--w10h15 {
    padding-top: 150%
  }

  .c-parallax-image--w1500h845 {
    padding-top: 56.33333%
  }

  .c-parallax-image--w1620h618 {
    padding-top: 38.14815%
  }

  .c-parallax-image--w126h71 {
    padding-top: 56.34921%
  }
}

@media all and (min-width:768px) {
  .c-parallax-image__in {
    width: 100%;
    position: absolute;
    top: -10%;
    bottom: -10%
  }

  .c-parallax-image__in--pos15 {
    top: -15%;
    bottom: -15%
  }

  .c-parallax-image__in img {
    width: 100%
  }
}

.c-post {
  display: block;
  color: #222;
  text-decoration: none
}

.c-post--col3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media all and (min-width:1025px) {
  .c-post--col3 {
    width: 30%;
    margin-left: 5%
  }

  .c-post--col3:nth-of-type(3n+1) {
    margin-left: 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-post--col3 {
    width: 33.3%;
    padding-right: 10px;
    padding-left: 10px
  }
}

@media all and (min-width:768px) {
  .c-post--col3 {
    margin-top: 80px
  }

  .c-post--col3:nth-child(1),
  .c-post--col3:nth-child(2),
  .c-post--col3:nth-child(3) {
    margin-top: 0
  }
}

@media all and (max-width:767px) {
  .c-post--col3 {
    margin-top: 40px
  }

  .c-post--col3:first-child {
    margin-top: 0
  }
}

.c-post__thumb {
  margin-bottom: 20px
}

.c-post__thumb--border {
  overflow: hidden
}

@media all and (min-width:768px) {
  .c-post__thumb--border {
    border: 4px solid #eee
  }
}

@media all and (max-width:767px) {
  .c-post__thumb--border {
    border: 2px solid #eee
  }
}

.c-post__thumb img {
  width: 100%
}

.c-post__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 5px
}

.c-post__tag {
  line-height: 1.75;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 10px;
  border: 1px solid #ccc;
  color: #666
}

@media all and (min-width:1025px) {
  .c-post__tag {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-post__tag {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .c-post__tag {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-post__tag {
    font-size: 2.93333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-post__tag {
    font-size: 12.144px
  }
}

.c-post__title {
  clear: left;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 400
}

@media all and (min-width:1025px) {
  .c-post__title {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-post__title {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .c-post__title {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-post__title {
    font-size: 4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-post__title {
    font-size: 16.56px
  }
}

.c-post__excerpt {
  margin-top: 0;
  margin-bottom: 5px
}

.c-post__thumb--no-border {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.c-post__thumb--border img {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.c-post.is-over .c-post__thumb--no-border {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.c-post.is-over .c-post__thumb--border img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.c-profile-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block
}

@media all and (max-width:767px) {
  .c-profile-box {
    margin-top: 60px
  }

  .c-profile-box:first-of-type {
    margin-top: 0
  }

  .c-profile-box:last-of-type {
    margin-bottom: 10px
  }
}

@media all and (min-width:1025px) {
  .c-profile-box--col3 {
    width: 30%;
    margin-right: 5%
  }

  .c-profile-box--col3:nth-of-type(3n) {
    margin-right: 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-profile-box--col3 {
    width: 33.3%;
    padding-right: 10px;
    padding-left: 10px
  }
}

@media all and (min-width:768px) {
  .c-profile-box--col3 {
    margin-top: 90px
  }

  .c-profile-box--col3:nth-child(1),
  .c-profile-box--col3:nth-child(2),
  .c-profile-box--col3:nth-child(3) {
    margin-top: 0
  }
}

.c-profile-box__thumb {
  margin-bottom: 30px
}

.c-profile-box__thumb img {
  display: block;
  width: 100%
}

.c-profile-box__role {
  margin-bottom: 15px;
  color: #666;
  line-height: 1.2
}

@media all and (min-width:1025px) {
  .c-profile-box__role {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-profile-box__role {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .c-profile-box__role {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-profile-box__role {
    font-size: 2.93333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-profile-box__role {
    font-size: 12.144px
  }
}

.c-profile-box__name {
  margin-bottom: 20px;
  color: #111;
  line-height: 1.2
}

@media all and (min-width:1025px) {
  .c-profile-box__name {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-profile-box__name {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .c-profile-box__name {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-profile-box__name {
    font-size: 3.46667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-profile-box__name {
    font-size: 14.352px
  }
}

.c-scale-image {
  position: relative
}

@media all and (max-width:767px) {
  .c-scale-image {
    margin-top: 40px
  }
}

.c-scale-image__content {
  line-height: 1.1;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  background-color: #fff
}

@media all and (min-width:768px) {
  .c-scale-image__content {
    width: 83.33333%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8.33333%;
    padding-bottom: 8.33333%;
    -webkit-transform: translateY(75%);
    transform: translateY(75%)
  }
}

@media all and (max-width:767px) {
  .c-scale-image__content {
    margin-right: 20px;
    margin-bottom: -20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.c-scale-image__title {
  font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em
}

@media all and (min-width:1025px) {
  .c-scale-image__title {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-scale-image__title {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .c-scale-image__title {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-scale-image__title {
    font-size: 4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-scale-image__title {
    font-size: 16.56px
  }
}

.c-scale-image__category {
  margin-top: 10px;
  text-align: center
}

.c-scale-image__category-in {
  display: inline-block;
  padding: 4px 24px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2em;
  background-color: #d03c1b
}

@media all and (min-width:1025px) {
  .c-scale-image__category-in {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-scale-image__category-in {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .c-scale-image__category-in {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-scale-image__category-in {
    font-size: 2.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-scale-image__category-in {
    font-size: 11.04px
  }
}

.c-scale-image__thumb {
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.c-scale-image__content {
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.c-scale-image.is-over .c-scale-image__thumb {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.c-scale-image.is-over .c-scale-image__content {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media all and (min-width:768px) {
  .c-section-content {
    width: 660px;
    margin-right: auto;
    margin-left: auto
  }
}

@media all and (min-width:1025px) {
  .c-section-content--w780 {
    width: 780px
  }
}

.c-section-header-blue {
  margin-top: 0;
  margin-bottom: 0;
  color: #2b6dbc;
  font-weight: 400;
  line-height: 1.75
}

@media all and (min-width:1025px) {
  .c-section-header-blue {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-section-header-blue {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .c-section-header-blue {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-section-header-blue {
    font-size: 3.46667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-section-header-blue {
    font-size: 14.352px
  }
}

.c-section-header-center {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  letter-spacing: .04em;
  line-height: 1.75
}

@media all and (min-width:1025px) {
  .c-section-header-center {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-section-header-center {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) {
  .c-section-header-center {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-section-header-center {
    font-size: 4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-section-header-center {
    font-size: 16.56px
  }
}

.c-section-header-line-l {
  position: relative;
  margin-top: 0;
  line-height: 1.75;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media all and (min-width:1025px) {
  .c-section-header-line-l {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-section-header-line-l {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .c-section-header-line-l {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-section-header-line-l {
    font-size: 3.73333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-section-header-line-l {
    font-size: 15.456px
  }
}

@media all and (min-width:768px) {
  .c-section-header-line-l {
    margin-bottom: 28px;
    padding-top: 2px;
    padding-left: 16px
  }
}

@media all and (max-width:767px) {
  .c-section-header-line-l {
    margin-bottom: 18px;
    padding-top: 3px;
    padding-left: 12px
  }
}

.c-section-header-line-l:before {
  content: '';
  width: 4px;
  height: 23px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #d03c1b
}

@media all and (max-width:767px) {
  .c-section-header-line-l:before {
    height: 18px
  }
}

.c-section-header-line-l small {
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle
}

@media all and (min-width:1025px) {
  .c-section-header-line-l small {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-section-header-line-l small {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .c-section-header-line-l small {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-section-header-line-l small {
    font-size: 2.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-section-header-line-l small {
    font-size: 11.04px
  }
}

@media all and (min-width:768px) {
  .c-section-header-line-l--mb18 {
    margin-bottom: 18px
  }
}

@media all and (max-width:767px) {
  .c-section-header-line-l--mb18 {
    margin-bottom: 8px
  }
}

.c-section-header-red {
  margin-top: 0;
  margin-bottom: 0;
  color: #d03c1b;
  font-weight: 400;
  line-height: 1.75
}

@media all and (min-width:1025px) {
  .c-section-header-red {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-section-header-red {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .c-section-header-red {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-section-header-red {
    font-size: 3.46667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-section-header-red {
    font-size: 14.352px
  }
}

.c-post-content h3,
.c-section-header-underline {
  display: table;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  line-height: 1.75
}

@media all and (min-width:1025px) {

  .c-post-content h3,
  .c-section-header-underline {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {

  .c-post-content h3,
  .c-section-header-underline {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) {

  .c-post-content h3,
  .c-section-header-underline {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {

  .c-post-content h3,
  .c-section-header-underline {
    font-size: 3.46667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {

  .c-post-content h3,
  .c-section-header-underline {
    font-size: 14.352px
  }
}

.c-section-header {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center
}

.c-section-header__en,
.c-section-header__ja {
  display: block
}

.c-section-header__en {
  line-height: 1.44444;
  color: #d03c1b;
  font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .1em
}

@media all and (min-width:1025px) {
  .c-section-header__en {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-section-header__en {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media all and (max-width:767px) {
  .c-section-header__en {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-section-header__en {
    font-size: 4.8vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-section-header__en {
    font-size: 19.872px
  }
}

@media all and (min-width:768px) {
  .c-section-header__en {
    margin-bottom: 15px
  }
}

@media all and (max-width:767px) {
  .c-section-header__en {
    margin-bottom: 10px
  }
}

.c-section-header__ja {
  line-height: 1.1;
  letter-spacing: .04em
}

@media all and (min-width:1025px) {
  .c-section-header__ja {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-section-header__ja {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .c-section-header__ja {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-section-header__ja {
    font-size: 3.2vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-section-header__ja {
    font-size: 13.248px
  }
}

.c-section-header--white .c-section-header__en,
.c-section-header--white .c-section-header__ja {
  color: #fff
}

@media all and (min-width:1025px) {
  .c-section-header--tal {
    text-align: left
  }
}

@media all and (min-width:1025px) {
  .c-section-table-overflow {
    margin: 0 10%
  }
}

@media all and (max-width:1024px) {
  .c-section-table-overflow {
    overflow-x: scroll
  }
}

.c-section-table {
  width: 100%
}

.c-section-table th {
  background-color: #eee;
  text-align: left;
  font-weight: 400
}

.c-section-table td,
.c-section-table th {
  vertical-align: top;
  border: 1px solid #ccc
}

.c-section-table.projectflow .cel01 {
  background-color: #f5c4bb;
}
.c-section-table.projectflow .cel01 span {
  color: #d03c1b;
  margin-bottom: .5em;
  display: block;
}
.c-section-table.projectflow tr:first-child th:first-child,
.c-section-table.works tr:first-child th:first-child {
  background-color: inherit;
  border: 0;
}
.c-section-table.projectflow tr:first-child th:not(:first-child) {
  position: relative;
}
.c-section-table.projectflow tr:first-child th:not(:first-child)::before {
  position: absolute;
  content: '';
  background-color: #FFF;
  width: 26px;
  height: 50%;
  right: 0;
  top: -1px;
  background: linear-gradient(to top right, rgba(255,255,255,0) 47%, #CCC 50%, #FFF 50%);
} 
.c-section-table.projectflow tr:first-child th:not(:first-child)::after {
  position: absolute;
  content: '';
  background-color: #FFF;
  width: 26px;
  height: 50%;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom right, rgba(255,255,255,0) 47%, #CCC 50%, #FFF 50%);
} 
.c-section-table.projectflow tr:first-child th:last-child::before,
.c-section-table.projectflow tr:first-child th:last-child::after {
  right: -1px;
}

.c-section-table.works tr:nth-child(2n+1) td {
  background-color: #f8f7f7;
}

.works-taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.works-taxonomy-list li {
  padding: 0 !important;
  margin-bottom: 1em;
}
.works-taxonomy-list li:not(:last-child) {
  margin-right: 1em;
}
.works-taxonomy-list > li:before {
  display: none !important;
}
.works-taxonomy-list a,
.works-taxonomy-list li.current > * {
  display: block;
  border: 1px solid #d03c1b;
  color: #d03c1b;
  padding: .3em 2em;
  text-decoration: none;
}
.works-taxonomy-list a:hover,
.works-taxonomy-list li.current > * {
  color: #FFF;
  background-color: #d03c1b;
  transition: .5s;
}

@media all and (min-width:768px) {

  .c-section-table td,
  .c-section-table th {
    padding: 12px 30px;
    line-height: 2
  }
}

@media all and (max-width:767px) {

  .c-section-table td,
  .c-section-table th {
    padding: 10px;
    line-height: 1.5
  }
}

.c-section-table caption {
  margin-bottom: 1em
}

@media all and (max-width:1024px) {
  .c-section-table caption {
    text-align: left
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-section-table--w400 {
    width: 600px
  }
}

@media all and (max-width:767px) {
  .c-section-table--w400 {
    width: 400px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-section-table--w600 {
    width: 900px
  }
}

@media all and (max-width:767px) {
  .c-section-table--w600 {
    width: 600px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-section-table--w800 {
    width: 1200px
  }
}

@media all and (max-width:767px) {
  .c-section-table--w800 {
    width: 800px
  }
}

@media all and (min-width:768px) {

  .c-section-table--less-padding td,
  .c-section-table--less-padding th {
    padding: 12px 15px
  }
}

.c-section-table--no-border {
  border-style: none;
  border-top: 1px solid #ccc
}

.c-section-table--no-border td,
.c-section-table--no-border th,
.c-section-table--no-border tr {
  border-style: none
}

.c-section-table--no-border tr {
  border-bottom: 1px solid #ccc
}

.c-section-table--no-border tr:last-child {
  border-bottom: none
}

.c-section-table--no-border th {
  border-right: 1px solid #ccc
}

.c-section-note {
  width: 100%;
  padding: 4.54545% 6.06061%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-section-note dl {
  margin-top: 0;
  margin-bottom: 0
}

.c-section-note dl dt {
  color: #d03c1b
}

@media all and (min-width:1025px) {
  .c-section-note dl dt {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-section-note dl dt {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .c-section-note dl dt {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-section-note dl dt {
    font-size: 3.2vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-section-note dl dt {
    font-size: 13.248px
  }
}

.c-section-note dl dd {
  margin-left: 0;
  margin-bottom: 3.0303%
}

@media all and (min-width:1025px) {
  .c-section-note dl dd {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-section-note dl dd {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) {
  .c-section-note dl dd {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-section-note dl dd {
    font-size: 2.93333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-section-note dl dd {
    font-size: 12.144px
  }
}

.c-section-note dl dd:last-child {
  margin-bottom: 0
}

.c-section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff
}

@media all and (min-width:1025px) {
  .c-section {
    width: 86.2069%;
    margin: 3.44828% auto;
    padding-top: 6.89655%;
    padding-bottom: 6.89655%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-section {
    width: 93.10345%;
    margin: 3.44828% auto;
    padding: 10.34483% 3.44828%
  }
}

@media all and (max-width:767px) {
  .c-section {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 50px 20px
  }
}

.c-section ol,
.c-section ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0
}

.c-section ul > li {
  padding-left: 1.5em;
  list-style-type: none;
  position: relative
}

.c-section ul > li:before {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.c-section ol > li {
  position: relative;
  padding-left: 30px;
  list-style-type: none;
  counter-increment: cnt
}

.c-section ol > li:before {
  content: "("counter(cnt) ") ";
  display: block;
  position: absolute;
  top: 0;
  left: 1px
}

.c-section p {
  margin-bottom: 0;
  letter-spacing: .01em
}

.c-section p:first-child {
  margin-top: 0
}

.c-slogan {
  margin-top: 0;
  margin-bottom: 0;
  color: #d03c1b;
  font-weight: 400;
  text-align: center
}

@media all and (min-width:1025px) {
  .c-slogan {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-slogan {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media all and (max-width:767px) {
  .c-slogan {
    font-size: 19px;
    font-size: 1.1875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-slogan {
    font-size: 5.06667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-slogan {
    font-size: 20.976px
  }
}

@media all and (min-width:768px) {
  .c-slogan {
    line-height: 1.61538
  }
}

@media all and (max-width:767px) {
  .c-slogan {
    line-height: 1.57895
  }
}

.c-switch-image {
  position: relative
}

.c-switch-image__over {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

@media all and (min-width:1025px) {
  .c-switch-image__over {
    opacity: 0
  }

  .c-switch-image__over img {
    width: 100%;
    display: block
  }
}

@media all and (max-width:1024px) {
  .c-switch-image__over {
    display: none
  }
}

.c-switch-image_under {
  position: absolute;
  top: 0;
  left: 0
}

.c-switch-image_under img {
  width: 100%;
  display: block
}

.c-switch-image__over {
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.c-switch-image.is-over .c-switch-image__over {
  opacity: 1
}

.c-table-horizontal-line {
  overflow: hidden
}

.c-table-horizontal-line__wrap {
  width: auto
}

@media all and (min-width:768px) {
  .c-table-horizontal-line__wrap {
    margin-left: -30px;
    margin-right: -30px
  }
}

@media all and (max-width:767px) {
  .c-table-horizontal-line__wrap {
    margin-left: -25px;
    margin-right: -25px
  }
}

.c-table-horizontal-line table {
  width: 100%;
  border-collapse: separate
}

@media all and (min-width:768px) {
  .c-table-horizontal-line table {
    border-spacing: 30px 0
  }
}

@media all and (max-width:767px) {
  .c-table-horizontal-line table {
    border-spacing: 25px 0
  }
}

.c-table-horizontal-line table td,
.c-table-horizontal-line table th {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  text-align: left;
  vertical-align: top
}

.c-table-horizontal-line table tr:last-child td,
.c-table-horizontal-line table tr:last-child th {
  border-bottom: 1px solid #ccc
}

.c-table-horizontal-line table th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400
}

@media all and (min-width:768px) {
  .c-table-horizontal-line table th {
    width: 27.27273%
  }
}

@media all and (max-width:767px) {
  .c-table-horizontal-line table th {
    width: 30.15873%
  }
}

.c-table-horizontal-line table td {
  width: 68.18182%
}

@media all and (max-width:767px) {
  .c-table-horizontal-line table td {
    width: 61.90476%
  }
}

.c-text-link {
  overflow: hidden;
  position: relative
}

.c-text-link:after {
  content: attr(data-label);
  display: block
}

.c-text-link__in1,
.c-text-link__in2 {
  display: block
}

.c-text-link__in1 {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  color: #d03c1b;
  background-color: #fff
}

.c-text-link__in1 {
  -webkit-transform: translateX(-100.5%);
  transform: translateX(-100.5%)
}

.c-text-link__in2 {
  -webkit-transform: translateX(100.5%);
  transform: translateX(100.5%)
}

.is-over .c-text-link__in1,
.is-over .c-text-link__in2 {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.is-over .c-text-link__in1 {
  -webkit-transform: translateX(100.5%);
  transform: translateX(100.5%)
}

.is-over .c-text-link__in2 {
  -webkit-transform: translateX(-100.5%);
  transform: translateX(-100.5%)
}

.c-text-link-underline {
  display: inline-block;
  line-height: 1.1;
  color: #e54530;
  text-decoration: none
}

.c-text-link-underline:after {
  height: 1px;
  content: '';
  display: block;
  background-color: #e54530
}

@media all and (min-width:768px) {
  .c-text-link-underline:after {
    margin-top: 6px
  }
}

@media all and (max-width:767px) {
  .c-text-link-underline:after {
    margin-top: 3px
  }
}

.c-text-link-underline.is-over:after,
.is-over .c-text-link-underline:after {
  -webkit-animation-name: goBack;
  animation-name: goBack;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.c-underline {
  position: relative;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.c-underline:after {
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #222;
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.c-underline.is-over:after {
  -webkit-animation-name: through;
  animation-name: through;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

@media all and (min-width:1025px) {
  .c-vertical-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0
  }

  .c-vertical-text--fixed {
    position: fixed;
    z-index: 100;
    left: 5%;
    margin-left: -5px
  }

  .c-vertical-text--career-index-business {
    left: -23.07692%;
    margin-left: -5px
  }

  .c-vertical-text--career-index-culture {
    right: -23.07692%;
    margin-right: -5px
  }

  .c-vertical-text--in-section-l {
    left: -4%;
    margin-left: -5px
  }
}

@media all and (max-width:1024px) {
  .c-vertical-text {
    display: none
  }
}

.c-view-more {
  display: inline-block;
  line-height: 1.1;
  color: #d03c1b;
  font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em
}

@media all and (min-width:1025px) {
  .c-view-more {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-view-more {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) {
  .c-view-more {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-view-more {
    font-size: 3.46667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-view-more {
    font-size: 14.352px
  }
}

.c-view-more:after {
  height: 2px;
  content: '';
  display: block;
  background-color: #d03c1b
}

@media all and (min-width:768px) {
  .c-view-more:after {
    margin-top: 10px
  }
}

@media all and (max-width:767px) {
  .c-view-more:after {
    margin-top: 5px
  }
}

.c-view-more--white {
  color: #fff
}

.c-view-more--white:after {
  background-color: #fff
}

.c-view-more.is-over:after,
.is-over .c-view-more:after {
  -webkit-animation-name: goBack;
  animation-name: goBack;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.c-post-content h2 {
  position: relative;
  margin-top: 2em;
  line-height: 1.85;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media all and (min-width:1025px) {
  .c-post-content h2 {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-post-content h2 {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .c-post-content h2 {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-post-content h2 {
    font-size: 3.73333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-post-content h2 {
    font-size: 15.456px
  }
}

@media all and (min-width:768px) {
  .c-post-content h2 {
    margin-bottom: 28px;
    padding-top: 2px;
    padding-left: 16px
  }
}

@media all and (max-width:767px) {
  .c-post-content h2 {
    margin-bottom: 18px;
    padding-top: 3px;
    padding-left: 12px
  }
}

.c-post-content h2:before {
  content: '';
  width: 4px;
  height: 23px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #d03c1b
}

@media all and (max-width:767px) {
  .c-post-content h2:before {
    height: 18px
  }
}

.c-post-content ol,
.c-post-content p,
.c-post-content ul {
  margin-top: 2em;
  margin-bottom: 2em
}

.c-post-content ol:last-child,
.c-post-content p:last-child,
.c-post-content ul:last-child {
  margin-bottom: 0
}

.c-post-content a {
  display: inline-block;
  color: #e54530;
  line-height: 1.7
}

.c-post-content strong {
  font-weight: 400;
  color: #de3f1c
}

@media all and (min-width:1025px) {
  .c-post-content strong {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-post-content strong {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .c-post-content strong {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-post-content strong {
    font-size: 3.2vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-post-content strong {
    font-size: 13.248px
  }
}

.c-post-content table {
  margin-top: 2em
}

.c-post-content table:last-child {
  margin-bottom: 0
}

.c-post-content table td,
.c-post-content table th,
.c-post-content table tr {
  border: 1px solid #ccc
}

.c-post-content table th {
  width: 180px;
  background-color: #eee;
  text-align: left;
  font-weight: 400
}

.c-post-content table td {
  width: 480px
}

.c-post-content table td,
.c-post-content table th {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 2;
  vertical-align: top;
  letter-spacing: normal
}

@media all and (max-width:767px) {

  .c-post-content table td,
  .c-post-content table th {
    padding: 10px;
    line-height: 1.5
  }
}

.c-post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto
}

.c-post-content p.wp-caption-text {
  margin: 0 !important;
  color: #666
}

@media all and (min-width:1025px) {
  .c-post-content p.wp-caption-text {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-post-content p.wp-caption-text {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .c-post-content p.wp-caption-text {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-post-content p.wp-caption-text {
    font-size: 2.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-post-content p.wp-caption-text {
    font-size: 11.04px
  }
}

.c-post-content .wp-caption {
  width: auto !important
}

.c-post-content__border-box {
  padding: 5% 6.06061%;
  border: 1px solid #ccc
}

.c-post-content__border-box h2,
.c-post-content__border-box h3,
.c-post-content__border-box h4,
.c-post-content__border-box h5,
.c-post-content__border-box h6 {
  border-bottom: 0;
  font-weight: 400;
  color: #de3f1c
}

@media all and (min-width:1025px) {

  .c-post-content__border-box h2,
  .c-post-content__border-box h3,
  .c-post-content__border-box h4,
  .c-post-content__border-box h5,
  .c-post-content__border-box h6 {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {

  .c-post-content__border-box h2,
  .c-post-content__border-box h3,
  .c-post-content__border-box h4,
  .c-post-content__border-box h5,
  .c-post-content__border-box h6 {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {

  .c-post-content__border-box h2,
  .c-post-content__border-box h3,
  .c-post-content__border-box h4,
  .c-post-content__border-box h5,
  .c-post-content__border-box h6 {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {

  .c-post-content__border-box h2,
  .c-post-content__border-box h3,
  .c-post-content__border-box h4,
  .c-post-content__border-box h5,
  .c-post-content__border-box h6 {
    font-size: 3.2vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {

  .c-post-content__border-box h2,
  .c-post-content__border-box h3,
  .c-post-content__border-box h4,
  .c-post-content__border-box h5,
  .c-post-content__border-box h6 {
    font-size: 13.248px
  }
}

@media all and (min-width:768px) {

  .c-post-content__border-box h2,
  .c-post-content__border-box h3,
  .c-post-content__border-box h4,
  .c-post-content__border-box h5,
  .c-post-content__border-box h6 {
    margin-top: 0;
    margin-bottom: 0
  }
}

@media all and (max-width:767px) {

  .c-post-content__border-box h2,
  .c-post-content__border-box h3,
  .c-post-content__border-box h4,
  .c-post-content__border-box h5,
  .c-post-content__border-box h6 {
    margin-top: 0;
    margin-bottom: 0
  }
}

.c-post-content__border-box p {
  margin-top: 0 !important
}

.c-post-content__border-box p:last-of-type {
  margin-bottom: 0
}

.c-post-content span.u-ta-r {
  display: block
}

.c-post-content a:hover {
  text-decoration: none
}

@media all and (min-width:1025px) {
  .p-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.1;
    position: relative;
    z-index: 10;
    margin-top: 90px;
    padding: 20px 3.33333%;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    font-size: .75rem;
    font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    background-color: #fff
  }

  .p-breadcrumb a {
    display: block;
    color: #999;
    text-decoration: none
  }

  .p-breadcrumb__item {
    display: block
  }

  .p-breadcrumb__arrow {
    width: 5px;
    height: 9px;
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    background-image: url(../img/common/breadcrumb_arrow.gif)
  }
}

@media all and (max-width:1024px) {
  .p-breadcrumb {
    display: none
  }
}

.p-breadcrumb a {
  -webkit-transition: .3s;
  transition: .3s
}

.p-breadcrumb a:hover {
  opacity: .5
}

@-webkit-keyframes expandOverlay {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

@keyframes expandOverlay {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

@-webkit-keyframes shrinkOverlay {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }

  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
}

@keyframes shrinkOverlay {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }

  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
}

.p-contents-overlay {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.p-contents-overlay--1 {
  z-index: 502;
  background-color: #fff
}

.p-contents-overlay--2 {
  z-index: 501;
  background-color: #de401d
}

.p-contents-overlay--3 {
  z-index: 500;
  background-color: #c13416
}

@media all and (min-width:1025px) {
  .p-contents-overlay {
    top: 90px;
    margin-right: 1.66667%;
    margin-left: 1.66667%;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-contents-overlay {
    top: 90px
  }
}

@media all and (max-width:767px) {
  .p-contents-overlay {
    top: 54px
  }
}

.p-contents-overlay.is-expand {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-name: expandOverlay;
  animation-name: expandOverlay;
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.p-contents-overlay.is-expand-moment {
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.p-contents-overlay.is-shrink {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-animation-name: shrinkOverlay;
  animation-name: shrinkOverlay;
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.p-contents-overlay--1.is-expand {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.p-contents-overlay--1.is-shrink {
  -webkit-animation-delay: .35s;
  animation-delay: .35s
}

.p-contents-overlay--2 {
  opacity: 0
}

.p-contents-overlay--2.is-expand {
  opacity: 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.p-contents-overlay--2.is-shrink {
  opacity: 1;
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

.p-contents-overlay--3 {
  opacity: 0
}

.p-contents-overlay--3.is-expand {
  opacity: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.p-contents-overlay--3.is-shrink {
  opacity: 1;
  -webkit-animation-delay: .55s;
  animation-delay: .55s
}

.l-dummy-scroll {
  position: relative;
  z-index: 1
}

.p-footer-copyright {
  color: #999;
  font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-transform: uppercase
}

@media all and (min-width:1025px) {
  .p-footer-copyright {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-footer-copyright {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .p-footer-copyright {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-footer-copyright {
    font-size: 2.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-footer-copyright {
    font-size: 11.04px
  }
}

@media all and (max-width:1024px) {
  .p-footer-copyright {
    text-align: center
  }

  .p-footer-copyright:before {
    height: 1px;
    content: '';
    display: block;
    margin-bottom: 20px;
    background-color: #eee
  }
}

@media all and (min-width:1025px) {
  .p-footer-logo {
    width: 16%
  }
}

@media all and (max-width:1024px) {
  .p-footer-logo {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-footer-logo {
    width: 180px
  }
}

@media all and (max-width:767px) {
  .p-footer-logo {
    width: 140px
  }
}

.p-footer-logo img {
  width: 100%
}

.p-footer-navi {
  line-height: 1.1
}

@media all and (max-width:1024px) {
  .p-footer-navi {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    text-align: center
  }
}

.p-footer-navi__item {
  display: inline-block;
  font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em
}

@media all and (min-width:1025px) {
  .p-footer-navi__item {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-footer-navi__item {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .p-footer-navi__item {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-footer-navi__item {
    font-size: 3.73333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-footer-navi__item {
    font-size: 15.456px
  }
}

@media all and (min-width:1025px) {
  .p-footer-navi__item {
    margin-right: 30px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-footer-navi__item {
    margin-right: 15px;
    margin-left: 15px
  }
}

@media all and (max-width:767px) {
  .p-footer-navi__item {
    display: block;
    margin-top: 15px;
    text-align: center
  }

  .p-footer-navi__item:first-of-type {
    margin-top: 0
  }

  .p-footer-navi__item .c-text-link {
    display: inline-block
  }
}

.p-footer-navi__item a {
  color: #222;
  text-decoration: none
}

@media all and (min-width:1025px) {
  .p-footer-office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5
  }
}

@media all and (max-width:1024px) {
  .p-footer-office {
    margin-bottom: 40px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-footer-office {
    text-align: center
  }
}

.p-footer-office__item {
  color: #222;
  text-decoration: none
}

@media all and (min-width:1025px) {
  .p-footer-office__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 60px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-footer-office__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
  }
}

@media all and (max-width:767px) {
  .p-footer-office__item {
    margin-top: 15px;
    text-align: center
  }
}

.p-footer-office__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em
}

@media all and (min-width:1025px) {
  .p-footer-office__item-name {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-footer-office__item-name {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .p-footer-office__item-name {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-footer-office__item-name {
    font-size: 3.73333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-footer-office__item-name {
    font-size: 15.456px
  }
}

.p-footer-office__item-name:after {
  width: 12px;
  height: 18px;
  content: '';
  display: block;
  margin-left: 8px;
  background-image: url(../img/common/marker.svg);
  background-size: 12px 18px
}

@media all and (min-width:768px) {
  .p-footer-office__item-name:after {
    margin-right: 8px
  }
}

.p-footer-office__item-address {
  color: #666
}

@media all and (min-width:1025px) {
  .p-footer-office__item-address {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-footer-office__item-address {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) {
  .p-footer-office__item-address {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-footer-office__item-address {
    font-size: 2.93333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-footer-office__item-address {
    font-size: 12.144px
  }
}

@media all and (min-width:1025px) {
  .p-footer-others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.p-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-footer-sns__label {
  margin-right: 15px;
  color: #666;
  font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-transform: uppercase
}

.p-footer-sns__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-footer-sns__link {
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #999;
  border-radius: 50%;
  margin-left: 10px;
  text-decoration: none;
  background-color: #fff
}

.p-footer-sns__link:first-of-type {
  margin-left: 0
}

.p-footer-sns__link svg {
  fill: #999
}

.p-footer-sns__link {
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}

.p-footer-sns__link svg {
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}

.p-footer-sns__link.is-over {
  background-color: #999
}

.p-footer-sns__link.is-over svg {
  fill: #fff
}

@media all and (max-width:1024px) {
  .p-global-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 900;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-global-bg {
    height: 90px
  }
}

@media all and (max-width:767px) {
  .p-global-bg {
    height: 54px
  }
}

.p-global-logo {
  position: fixed;
  z-index: 1000;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

@media all and (min-width:1367px) {
  .p-global-logo {
    top: 28px;
    left: 5%
  }
}

@media all and (min-width:1025px) and (max-width:1366px) {
  .p-global-logo {
    top: 32px;
    left: 5%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-global-logo {
    top: 32px;
    left: 40px
  }
}

@media all and (max-width:767px) {
  .p-global-logo {
    top: 16px;
    left: 20px
  }
}

.p-global-logo a {
  display: block
}

@media all and (min-width:1367px) {
  .p-global-logo img {
    width: 220px;
    height: 32px
  }
}

@media all and (min-width:1025px) and (max-width:1366px) {
  .p-global-logo img {
    width: 180px;
    height: 25px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-global-logo img {
    width: 180px;
    height: 25px
  }
}

@media all and (max-width:767px) {
  .p-global-logo img {
    width: 140px;
    height: 20px
  }
}

@media all and (min-width:1025px) {
  .p-global-navi-pc {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    right: 1.66667%;
    left: 1.66667%;
    z-index: 900;
    padding-right: 3.33333%;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .p-global-navi-pc__item {
    height: 91px;
    cursor: default;
    line-height: 1.5;
    position: relative;
    white-space: nowrap;
    font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .08em
  }
}

@media all and (min-width:1025px) and (min-width:1367px) {
  .p-global-navi-pc__item {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:1025px) and (min-width:1025px) and (max-width:1366px) {
  .p-global-navi-pc__item {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:1025px) {
  .p-global-navi-pc__item-parent {
    height: 91px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding-top: 35px;
    color: #222;
    text-decoration: none
  }
}

@media all and (min-width:1025px) and (min-width:1367px) {
  .p-global-navi-pc__item-parent {
    margin-right: 20px;
    margin-left: 20px
  }
}

@media all and (min-width:1025px) and (min-width:1025px) and (max-width:1366px) {
  .p-global-navi-pc__item-parent {
    margin-right: 10px;
    margin-left: 10px
  }
}

@media all and (min-width:1025px) {
  .p-global-navi-pc__item-parent--disable {
    opacity: .5
  }

  .p-global-navi-pc__item-parent:after {
    height: 3px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #d03c1b
  }

  .p-global-navi-pc__item:first-child .p-global-navi-pc__item-parent {
    margin-left: 0
  }

  .p-global-navi-pc__item:last-child .p-global-navi-pc__item-parent {
    margin-right: 0
  }

  .p-global-navi-pc__item-children {
    position: absolute;
    top: 91px;
    left: 50%
  }

  .p-global-navi-pc__item-children-in {
    width: 100%;
    position: relative
  }

  .p-global-navi-pc__item-children-in:after {
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    margin-left: -50%;
    background-color: #fff
  }

  .p-global-navi-pc__item-children-in2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-left: -50%;
    padding: 55px 80px
  }

  .p-global-navi-pc__item-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #222;
    text-decoration: none
  }

  .p-global-navi-pc__share {
    width: 5.17241%;
    height: 90px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: .86207%;
    border-left: 1px solid #f0f0f0
  }

  .p-global-navi-pc:before {
    height: 100vh;
    content: '';
    display: block;
    z-index: 1000;
    position: absolute;
    top: -100vh;
    right: 0;
    left: 0;
    background-color: #fff
  }

  .p-global-navi-pc__item-parent:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
  }

  .p-global-navi-pc__item-parent.is-over:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  .p-global-navi-pc__item-children {
    pointer-events: none
  }

  .p-global-navi-pc__item-children-in:after {
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
  }

  .p-global-navi-pc__item-children-in2 {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity
  }

  .p-global-navi-pc__item-children .ps__scrollbar-x-rail,
  .p-global-navi-pc__item-children .ps__scrollbar-y-rail {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
  }

  .p-global-navi-pc__item-children.is-shown .ps__scrollbar-x-rail,
  .p-global-navi-pc__item-children.is-shown .ps__scrollbar-y-rail {
    opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }

  .p-global-navi-pc__item-children.is-shown .p-global-navi-pc__item-children-in:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  .p-global-navi-pc__item-children.is-shown .p-global-navi-pc__item-children-in2 {
    opacity: 1;
    pointer-events: auto
  }

  .p-global-navi-pc__item-child.is-current {
    color: #d03c1b
  }

  .p-global-navi-pc__item.is-current .p-global-navi-pc__item-parent {
    color: #d03c1b
  }

  .p-global-navi-pc__item.is-current .p-global-navi-pc__item-parent:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-global-navi-pc {
    display: none
  }
}

@media all and (max-width:767px) {
  .p-global-navi-pc {
    display: none
  }
}

@media all and (min-width:1025px) {
  .p-global-navi-sp {
    display: none
  }
}

@media all and (max-width:1024px) {
  .p-global-navi-sp {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    letter-spacing: .1em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none
  }
}

@media all and (max-width:1024px) and (min-width:1025px) {
  .p-global-navi-sp {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:1024px) and (min-width:768px) and (max-width:1024px) {
  .p-global-navi-sp {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:1024px) and (max-width:767px) {
  .p-global-navi-sp {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:1024px) and (max-width:767px) and (max-width:414px) {
  .p-global-navi-sp {
    font-size: 3.46667vw
  }
}

@media all and (max-width:1024px) and (max-width:767px) and (min-width:415px) {
  .p-global-navi-sp {
    font-size: 14.352px
  }
}

@media all and (max-width:1024px) {
  .p-global-navi-sp__items {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background-color: #fff
  }
}

@media all and (max-width:1024px) and (min-width:768px) and (max-width:1024px) {
  .p-global-navi-sp__items {
    padding-top: 90px
  }
}

@media all and (max-width:1024px) and (max-width:767px) {
  .p-global-navi-sp__items {
    padding-top: 54px
  }
}

@media all and (max-width:1024px) {
  .p-global-navi-sp__item {
    display: block;
    border-bottom: 1px solid #eee;
    color: #222;
    font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-decoration: none;
    text-transform: uppercase
  }

  .p-global-navi-sp__item:first-child {
    border-top: 1px solid #eee
  }

  .p-global-navi-sp__item-parent {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 18px 30px;
    color: #222;
    text-decoration: none
  }

  .p-global-navi-sp__item-parent--disable {
    opacity: .5
  }

  .p-global-navi-sp__item-children {
    height: 0;
    overflow: hidden
  }

  .p-global-navi-sp__item-child {
    display: block;
    padding: 18px 30px 18px 60px;
    border-top: 1px solid #eee;
    color: #222;
    text-decoration: none
  }

  .p-global-navi-sp__toggle-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7.5px
  }

  .p-global-navi-sp__toggle-icon:after,
  .p-global-navi-sp__toggle-icon:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #333
  }

  .p-global-navi-sp__toggle-icon:before {
    width: 15px;
    height: 1px;
    top: 7px;
    left: 0
  }

  .p-global-navi-sp__toggle-icon:after {
    width: 1px;
    height: 15px;
    top: 0;
    left: 7px
  }

  .p-global-navi-sp.is-opened {
    pointer-events: auto
  }

  .p-global-navi-sp__items {
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
  }

  .p-global-navi-sp__items.is-opened {
    opacity: 1
  }

  .p-global-navi-sp__item-parent.is-current {
    color: #d03c1b
  }

  .p-global-navi-sp__item-children {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
  }

  .p-global-navi-sp__item-child.is-current {
    color: #d03c1b
  }

  .p-global-navi-sp__toggle-icon:after,
  .p-global-navi-sp__toggle-icon:before {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
  }

  .p-global-navi-sp__toggle-icon.is-opened:before {
    -webkit-transform: scaleY(0) rotate(90deg);
    transform: scaleY(0) rotate(90deg)
  }

  .p-global-navi-sp__toggle-icon.is-opened:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}

@media all and (min-width:1025px) {
  .p-hamburger {
    display: none
  }
}

@media all and (max-width:1024px) {
  .p-hamburger {
    width: 42px;
    height: 42px;
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 1000
  }

  .p-hamburger__line {
    width: 16px;
    height: 1px;
    overflow: hidden;
    position: absolute
  }

  .p-hamburger__line-in {
    width: 48px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0
  }

  .p-hamburger__line-in:after,
  .p-hamburger__line-in:before {
    width: 16px;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-color: #000
  }

  .p-hamburger__line-in:before {
    left: -32px
  }

  .p-hamburger__line-in:after {
    left: 0
  }

  .p-hamburger__line--01 {
    top: 14px;
    left: 14px
  }

  .p-hamburger__line--02 {
    top: 20px;
    left: 14px
  }

  .p-hamburger__line--03 {
    top: 26px;
    left: 14px
  }

  .p-hamburger__line--cross01,
  .p-hamburger__line--cross02 {
    top: 20px;
    left: 14px
  }

  .p-hamburger__line--cross01 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .p-hamburger__line--cross02 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .p-hamburger__line {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
  }

  .p-hamburger__line-in {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
  }

  .p-hamburger__line-in:after,
  .p-hamburger__line-in:before {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
  }

  .p-hamburger__line-in--cross01,
  .p-hamburger__line-in--cross02 {
    -webkit-transform: translateX(-33.3%);
    transform: translateX(-33.3%)
  }

  .p-hamburger__line-in--01 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }

  .p-hamburger__line-in--02 {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
  }

  .p-hamburger__line-in--02:after,
  .p-hamburger__line-in--02:before {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
  }

  .p-hamburger__line-in--03 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
  }

  .p-hamburger__line-in--03:after,
  .p-hamburger__line-in--03:before {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }

  .p-hamburger__line-in--cross01 {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
  }

  .p-hamburger__line-in--cross02 {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
  }

  .p-hamburger__line-in--cross02:after,
  .p-hamburger__line-in--cross02:before {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }

  .p-hamburger.is-opened-navi .p-hamburger__line-in--01,
  .p-hamburger.is-opened-navi .p-hamburger__line-in--02,
  .p-hamburger.is-opened-navi .p-hamburger__line-in--03 {
    -webkit-transform: translateX(33.3%);
    transform: translateX(33.3%)
  }

  .p-hamburger.is-opened-navi .p-hamburger__line-in--cross01,
  .p-hamburger.is-opened-navi .p-hamburger__line-in--cross02 {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .p-hamburger.is-opened-navi .p-hamburger__line-in--01 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }

  .p-hamburger.is-opened-navi .p-hamburger__line-in--02 {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
  }

  .p-hamburger.is-opened-navi .p-hamburger__line-in--03 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }

  .p-hamburger.is-opened-navi .p-hamburger__line-in--cross01 {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
  }

  .p-hamburger.is-opened-navi .p-hamburger__line-in--cross02 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
  }

  .p-hamburger:hover .p-hamburger__line-in:after,
  .p-hamburger:hover .p-hamburger__line-in:before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%)
  }

  .p-hamburger:hover .p-hamburger__line-in--01:after,
  .p-hamburger:hover .p-hamburger__line-in--01:before,
  .p-hamburger:hover .p-hamburger__line-in--02:after,
  .p-hamburger:hover .p-hamburger__line-in--02:before,
  .p-hamburger:hover .p-hamburger__line-in--03:after,
  .p-hamburger:hover .p-hamburger__line-in--03:before {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
  }

  .p-hamburger:hover .p-hamburger__line-in--cross01:after,
  .p-hamburger:hover .p-hamburger__line-in--cross01:before,
  .p-hamburger:hover .p-hamburger__line-in--cross02:after,
  .p-hamburger:hover .p-hamburger__line-in--cross02:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }

  .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--cross01:after,
  .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--cross01:before,
  .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--cross02:after,
  .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--cross02:before {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
  }

  .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--01:after,
  .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--01:before,
  .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--02:after,
  .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--02:before,
  .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--03:after,
  .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--03:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-hamburger {
    top: 24px;
    right: 24px
  }
}

@media all and (max-width:767px) {
  .p-hamburger {
    top: 6px;
    right: 6px
  }
}

.p-pagetop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  border: 2px solid #d03c1b;
  border-radius: 50%;
  z-index: 600;
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}

@media all and (min-width:1025px) {
  .p-pagetop {
    width: 47px;
    height: 47px;
    right: 5%;
    bottom: 22px;
    margin-right: -24px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-pagetop {
    width: 41px;
    height: 41px;
    right: 30px;
    bottom: 30px
  }
}

@media all and (max-width:767px) {
  .p-pagetop {
    width: 41px;
    height: 41px;
    right: 20px;
    bottom: 20px
  }
}

.p-pagetop svg {
  fill: #d03c1b
}

.p-pagetop svg {
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}

.p-pagetop.is-over {
  background-color: #d03c1b
}

.p-pagetop.is-over svg {
  fill: #fff
}

@-webkit-keyframes enterProgressWrap {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px)
  }

  25% {
    opacity: 1
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes enterProgressWrap {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px)
  }

  25% {
    opacity: 1
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes leaveProgressWrap {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  75% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px)
  }
}

@keyframes leaveProgressWrap {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  75% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px)
  }
}

@-webkit-keyframes enterProgressLogo {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes enterProgressLogo {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes leaveProgressLogo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@keyframes leaveProgressLogo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@-webkit-keyframes enterProgressLogoIn {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes enterProgressLogoIn {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes leaveProgressLogoIn {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes leaveProgressLogoIn {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.p-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 600;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none
}

.p-progress__wrap {
  overflow: hidden;
  position: relative
}

@media all and (min-width:768px) {
  .p-progress__wrap {
    width: 240px;
    height: 24px
  }
}

@media all and (max-width:767px) {
  .p-progress__wrap {
    width: 180px;
    height: 18px
  }
}

.p-progress__logo {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0
}

.p-progress__logo svg {
  display: block
}

@media all and (min-width:768px) {
  .p-progress__logo svg {
    width: 240px;
    height: 24px
  }
}

@media all and (max-width:767px) {
  .p-progress__logo svg {
    width: 180px;
    height: 18px
  }
}

.p-progress__logo--gray svg {
  fill: #ccc
}

.p-progress__logo--orange {
  z-index: 10
}

.p-progress__logo--orange svg {
  fill: #d03c1b
}

.p-progress__wrap {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.p-progress__logo {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.p-progress__logo svg {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.p-progress.is-shown .p-progress__wrap {
  -webkit-animation-name: enterProgressWrap;
  animation-name: enterProgressWrap;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
  animation-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.p-progress.is-shown .p-progress__logo {
  -webkit-animation-name: enterProgressLogo;
  animation-name: enterProgressLogo;
  -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
  animation-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.p-progress.is-shown .p-progress__logo svg {
  -webkit-animation-name: enterProgressLogoIn;
  animation-name: enterProgressLogoIn;
  -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
  animation-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.p-progress.is-shown .p-progress__logo--gray {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.p-progress.is-shown .p-progress__logo--gray svg {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.p-progress.is-shown .p-progress__logo--orange {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

.p-progress.is-shown .p-progress__logo--orange svg {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

.p-progress.is-shown-moment .p-progress__wrap {
  opacity: 1
}

.p-progress.is-shown-moment .p-progress__logo {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.p-progress.is-shown-moment .p-progress__logo svg {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.p-progress.is-hidden .p-progress__wrap {
  -webkit-animation-name: leaveProgressWrap;
  animation-name: leaveProgressWrap;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
  -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
  animation-timing-function: cubic-bezier(.6, .04, .98, .335)
}

.p-progress.is-hidden .p-progress__logo {
  -webkit-animation-name: leaveProgressLogo;
  animation-name: leaveProgressLogo;
  -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
  animation-timing-function: cubic-bezier(.6, .04, .98, .335)
}

.p-progress.is-hidden .p-progress__logo svg {
  -webkit-animation-name: leaveProgressLogoIn;
  animation-name: leaveProgressLogoIn;
  -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
  animation-timing-function: cubic-bezier(.6, .04, .98, .335)
}

.p-progress.is-hidden .p-progress__logo--gray {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}

.p-progress.is-hidden .p-progress__logo--gray svg {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}

.p-progress.is-hidden .p-progress__logo--orange {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.p-progress.is-hidden .p-progress__logo--orange svg {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.p-adjacent-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #fff
}

@media all and (min-width:768px) {
  .p-adjacent-link {
    margin-bottom: 4.5977%;
    margin-right: 10.34483%;
    margin-left: 10.34483%;
    padding-top: 4.31034%;
    padding-bottom: 4.31034%
  }
}

@media all and (max-width:767px) {
  .p-adjacent-link {
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px
  }
}

@media all and (min-width:768px) {
  .p-adjacent-link--career-interview {
    margin-top: 5.74713%
  }
}

.p-adjacent-link__post {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5
}

@media all and (min-width:1025px) {
  .p-adjacent-link__post {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-adjacent-link__post {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) {
  .p-adjacent-link__post {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-adjacent-link__post {
    font-size: 3.2vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-adjacent-link__post {
    font-size: 13.248px
  }
}

@media all and (max-width:767px) {
  .p-adjacent-link__post {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media all and (min-width:768px) {
  .p-adjacent-link__post--prev {
    padding-right: 22px
  }
}

@media all and (max-width:767px) {
  .p-adjacent-link__post--prev {
    padding-right: 18px
  }
}

@media all and (min-width:768px) {
  .p-adjacent-link__post--next {
    padding-left: 22px
  }
}

@media all and (max-width:767px) {
  .p-adjacent-link__post--next {
    padding-left: 18px
  }
}

.p-adjacent-link__arrow {
  width: 27px;
  height: 14px;
  display: block;
  overflow: hidden
}

.p-adjacent-link__arrow .c-icon-arrow {
  display: block;
  fill: #ccc
}

@media all and (min-width:768px) {
  .p-adjacent-link__arrow--prev {
    margin-right: 18px
  }
}

@media all and (max-width:767px) {
  .p-adjacent-link__arrow--prev {
    margin-right: 9px
  }
}

.p-adjacent-link__arrow--prev .c-icon-arrow {
  -webkit-transform: rotate(180deg) translateX(-10px);
  transform: rotate(180deg) translateX(-10px)
}

@media all and (min-width:768px) {
  .p-adjacent-link__arrow--next {
    margin-left: 18px
  }
}

@media all and (max-width:767px) {
  .p-adjacent-link__arrow--next {
    margin-left: 9px
  }
}

.p-adjacent-link__arrow--next .c-icon-arrow {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

.p-adjacent-link__index {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto
}

@media all and (min-width:768px) {
  .p-adjacent-link__index {
    width: 24px;
    height: 24px;
    margin-top: -12px
  }
}

@media all and (max-width:767px) {
  .p-adjacent-link__index {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    padding: 13px
  }
}

.p-adjacent-link__index-item {
  position: relative;
  background-color: #999
}

@media all and (min-width:768px) {
  .p-adjacent-link__index-item {
    width: 4px;
    height: 4px;
    margin-right: 6px;
    margin-top: 6px
  }
}

@media all and (max-width:767px) {
  .p-adjacent-link__index-item {
    width: 2px;
    height: 2px;
    margin-right: 5px;
    margin-top: 5px
  }
}

.p-adjacent-link__index-item:nth-child(3n) {
  margin-right: 0
}

.p-adjacent-link__index-item:nth-child(1),
.p-adjacent-link__index-item:nth-child(2),
.p-adjacent-link__index-item:nth-child(3) {
  margin-top: 0
}

.p-adjacent-link__arrow .c-icon-arrow {
  -webkit-transition-duration: .6s;
  transition-duration: .6s
}

.is-over .p-adjacent-link__arrow {
  width: 27px
}

.is-over .p-adjacent-link__arrow .c-icon-arrow {
  fill: #d03c1b
}

.is-over .p-adjacent-link__arrow--prev .c-icon-arrow {
  -webkit-transform: rotate(180deg) translateX(0);
  transform: rotate(180deg) translateX(0)
}

.is-over .p-adjacent-link__arrow--next .c-icon-arrow {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.p-adjacent-link__index-item {
  -webkit-transition: .6s;
  transition: .6s
}

.p-adjacent-link__index-item:nth-child(1) {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

.p-adjacent-link__index-item:nth-child(2),
.p-adjacent-link__index-item:nth-child(4) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}

.p-adjacent-link__index-item:nth-child(3),
.p-adjacent-link__index-item:nth-child(5),
.p-adjacent-link__index-item:nth-child(7) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.p-adjacent-link__index-item:nth-child(6),
.p-adjacent-link__index-item:nth-child(8) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}

.p-adjacent-link__index-item:nth-child(9) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.p-adjacent-link__index:hover .p-adjacent-link__index-item {
  background-color: #d03c1b
}

.p-archive-list {
  text-align: center;
  background-color: #fff
}

@media all and (min-width:768px) {
  .p-archive-list {
    margin-top: 3.44828%;
    margin-bottom: 3.44828%
  }
}

@media all and (min-width:1025px) {
  .p-archive-list {
    margin-right: 10.34483%;
    margin-left: 10.34483%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-archive-list {
    margin-right: 6.89655%;
    margin-left: 6.89655%
  }
}

@media all and (max-width:767px) {
  .p-archive-list {
    margin: 25px 10px;
    padding: 12px
  }
}

.p-archive-list__item {
  display: inline-block;
  vertical-align: top;
  line-height: 1.1;
  position: relative;
  color: #222;
  font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  letter-spacing: .1em
}

@media all and (min-width:1025px) {
  .p-archive-list__item {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-archive-list__item {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .p-archive-list__item {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-archive-list__item {
    font-size: 3.46667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-archive-list__item {
    font-size: 14.352px
  }
}

@media all and (min-width:768px) {
  .p-archive-list__item {
    padding-top: 4.34783%;
    padding-right: 20px;
    padding-bottom: 4.34783%;
    padding-left: 20px
  }
}

@media all and (max-width:767px) {
  .p-archive-list__item {
    padding: 12px
  }
}

.p-archive-list__item:after {
  height: 3px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #d03c1b
}

@media all and (min-width:768px) {
  .p-archive-list__item:after {
    right: 20px;
    left: 20px
  }
}

@media all and (max-width:767px) {
  .p-archive-list__item:after {
    display: none
  }
}

@media all and (max-width:767px) {
  .p-archive-list__item.is-current {
    color: #d03c1b
  }
}

.p-archive-list__item:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.p-archive-list__item.is-current:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.p-character-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 3.48485%
}

@media all and (max-width:767px) {
  .p-character-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.p-character-box__item {
  width: 21.21212%;
  margin-right: 5.30303%;
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

@media all and (min-width:768px) {
  .p-character-box__item {
    margin-top: 30px
  }

  .p-character-box__item:nth-child(1),
  .p-character-box__item:nth-child(2),
  .p-character-box__item:nth-child(3),
  .p-character-box__item:nth-child(4) {
    margin-top: 0
  }

  .p-character-box__item:nth-child(2n) {
    margin-right: 4.54545%
  }

  .p-character-box__item:nth-child(4n) {
    margin-right: 0
  }
}

@media all and (max-width:767px) {
  .p-character-box__item {
    width: 47.76119%;
    margin-top: 15px;
    margin-right: 0
  }

  .p-character-box__item:nth-child(1),
  .p-character-box__item:nth-child(2) {
    margin-top: 0
  }
}

.p-character-box__item:before {
  content: '';
  display: block;
  padding-top: 100%
}

.p-character-box__item--low:before {
  padding-top: 66.91176%
}

.p-character-box__label {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 1.69231;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.p-ci-logo {
  text-align: center
}

@media all and (min-width:1025px) {
  .p-ci-logo {
    margin: 70px auto 100px
  }
}

@media all and (min-width:1367px) {
  .p-ci-logo {
    width: 44%
  }
}

@media all and (min-width:1025px) and (max-width:1366px) {
  .p-ci-logo {
    width: 52%
  }
}

@media all and (max-width:1024px) {
  .p-ci-logo {
    margin-top: 60px;
    margin-bottom: 60px
  }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
  .p-ci-logo {
    padding-right: 160px;
    padding-left: 160px
  }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
  .p-ci-logo {
    padding-right: 120px;
    padding-left: 120px
  }
}

@media all and (max-width:767px) {
  .p-ci-logo {
    margin-right: 30px;
    margin-left: 30px
  }
}

.p-contact-form__step {
  width: 54.54545%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 67px;
  position: relative
}

@media all and (max-width:767px) {
  .p-contact-form__step {
    width: auto;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px
  }
}

.p-contact-form__step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-contact-form__step-circle {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 5;
  background-color: rgba(246, 216, 209, 0);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media all and (max-width:767px) {
  .p-contact-form__step-circle {
    width: 18px;
    height: 18px
  }
}

.p-contact-form__step-circle:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  background-color: #d03c1b;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media all and (max-width:767px) {
  .p-contact-form__step-circle:after {
    width: 8px;
    height: 8px
  }
}

.p-contact-form__step-label {
  text-align: center;
  color: #999
}

@media all and (min-width:1025px) {
  .p-contact-form__step-label {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-contact-form__step-label {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .p-contact-form__step-label {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-contact-form__step-label {
    font-size: 2.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-contact-form__step-label {
    font-size: 11.04px
  }
}

.p-contact-form__step-bar {
  width: 88.88889%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  z-index: 0;
  top: 11px;
  left: 16px
}

@media all and (max-width:767px) {
  .p-contact-form__step-bar {
    width: 85.45455%;
    top: 8px
  }
}

@media all and (min-width:768px) {
  .p-contact-form__description--center {
    text-align: center
  }
}

@media all and (max-width:767px) {
  .p-contact-form__description--center {
    text-align: left
  }
}

.p-contact-form__description span {
  color: #e54530;
  font-weight: 600
}

.p-contact-form__item {
  width: 100%;
  margin-bottom: 30px
}

.p-contact-form__item:last-child {
  margin-bottom: 0
}

.p-contact-form__item-head {
  margin-bottom: 12px
}

.p-contact-form__item-inner input[type=email],
.p-contact-form__item-inner input[type=file],
.p-contact-form__item-inner input[type=tel],
.p-contact-form__item-inner input[type=text],
.p-contact-form__item-inner select,
.p-contact-form__item-inner textarea {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 4.54545%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f6f6
}

.p-contact-form__item-inner input[type=email].is-invalid,
.p-contact-form__item-inner input[type=file].is-invalid,
.p-contact-form__item-inner input[type=tel].is-invalid,
.p-contact-form__item-inner input[type=text].is-invalid,
.p-contact-form__item-inner select.is-invalid,
.p-contact-form__item-inner textarea.is-invalid {
  border: 1px solid #de3f1c
}

.p-contact-form__item-inner input[type=checkbox],
.p-contact-form__item-inner input[type=radio] {
  display: none
}

.p-contact-form__item-inner input[type=file] {
  padding-top: 25px;
  padding-bottom: 25px;
  height: auto
}

.p-contact-form__item-inner textarea {
  height: 210px;
  padding-top: 25px;
  padding-bottom: 25px;
  resize: none
}

.p-contact-form__item-inner select {
  background-image: url(../img/common/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: 95.45455%
}

.p-contact-form__item-required {
  margin-right: 6px;
  color: #e54530
}

.p-contact-form__label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-contact-form__label-wrap label {
  display: block
}

.p-contact-form__label-wrap label input {
  margin-right: 8px
}

.p-contact-form__checkbox {
  width: 50%;
  margin-bottom: 10px
}

@media all and (max-width:767px) {
  .p-contact-form__checkbox {
    width: 100%;
    height: 30px
  }
}

.p-contact-form__checkbox span {
  position: relative;
  margin-left: 40px
}

.p-contact-form__checkbox span:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -40px;
  background-color: #eee;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-contact-form__checkbox input[type=checkbox]:checked + span:before {
  background-image: url(../img/common/checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px
}

.p-contact-form__radio {
  width: 50%;
  margin-bottom: 10px
}

.p-contact-form__radio span {
  position: relative;
  margin-left: 40px
}

.p-contact-form__radio span:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -40px;
  border-radius: 50%;
  background-color: #eee;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-contact-form__radio input[type=radio]:checked + span:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -30px;
  border-radius: 50%;
  background-color: #555;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-contact-form__submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-contact-form__submit-wrap a {
  text-decoration: none
}

.p-contact-form__button {
  position: relative;
  border: 2px solid #de3f1c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #e54530;
  text-align: center;
  line-height: 1.1
}

@media all and (min-width:768px) {
  .p-contact-form__button {
    width: 330px;
    padding: 30px 0
  }
}

@media all and (max-width:767px) {
  .p-contact-form__button {
    width: 204px;
    padding: 16px 0
  }
}

.p-contact-form__button::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #e54530;
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.p-contact-form__button--grey {
  border: 2px solid #666;
  color: #333;
  margin-right: 9.09091%
}

.p-contact-form__button--grey:before {
  background-color: #666
}

@media all and (min-width:768px) {
  .p-contact-form__button--col2 {
    width: 201px;
    padding: 20px 0
  }
}

@media all and (max-width:767px) {
  .p-contact-form__button--col2 {
    width: 147px
  }
}

.p-contact-form__button-label {
  position: relative;
  z-index: 10
}

.p-contact-form__error {
  margin-left: 14px
}

.p-contact-form__error span {
  color: #e54530;
  font-weight: 600
}

.p-contact-form__slash:after {
  content: '/';
  width: 10px;
  padding-left: 2px;
  display: inline-block
}

.p-contact-form__slash:last-child:after {
  content: '';
  width: 0;
  height: 0
}

.p-contact-form__step-item.is-current .p-contact-form__step-circle {
  background-color: #f6d8d1
}

.p-contact-form__step-item.is-current .p-contact-form__step-label {
  color: #333
}

.p-contact-form__button.is-over {
  -webkit-animation-name: fromOrangeToWhite;
  animation-name: fromOrangeToWhite;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.p-contact-form__button.is-over:before {
  -webkit-animation-name: through;
  animation-name: through;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.p-contact-form__button.is-over .p-contact-form__button-label {
  -webkit-animation-name: fromOrangeToWhite;
  animation-name: fromOrangeToWhite;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.p-contact-form__button--grey.is-over .p-contact-form__button-label {
  -webkit-animation-name: fromGreyToWhite;
  animation-name: fromGreyToWhite
}

.p-contact-link {
  color: #fff;
  text-align: center;
  background-color: #d03c1b
}

@media all and (min-width:1025px) {
  .p-contact-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10.34483%;
    margin-bottom: 6.89655%;
    margin-left: 10.34483%;
    padding-top: 3.44828%;
    padding-bottom: 3.44828%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-contact-link {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 40px 20px
  }
}

@media all and (max-width:767px) {
  .p-contact-link {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 30px 20px
  }
}

@media all and (min-width:1025px) {
  .p-contact-link__label {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-contact-link__label {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .p-contact-link__label {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-contact-link__label {
    font-size: 3.73333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-contact-link__label {
    font-size: 15.456px
  }
}

@media all and (min-width:768px) {
  .p-contact-link__label {
    margin-bottom: 24px
  }
}

@media all and (max-width:767px) {
  .p-contact-link__label {
    margin-bottom: 15px
  }
}

.p-dolphin {
  display: block;
  margin-right: auto;
  margin-left: auto
}

@media all and (min-width:768px) {
  .p-dolphin {
    height: 130px
  }
}

@media all and (max-width:767px) {
  .p-dolphin {
    height: 105px
  }
}

.p-entry-link {
  color: #fff;
  text-align: center;
  background-color: #d03c1b
}

@media all and (min-width:1025px) {
  .p-entry-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10.34483%;
    margin-bottom: 6.89655%;
    margin-left: 10.34483%;
    padding-top: 3.44828%;
    padding-bottom: 3.44828%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-entry-link {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 40px 20px
  }
}

@media all and (max-width:767px) {
  .p-entry-link {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 30px 20px
  }
}

@media all and (min-width:1025px) {
  .p-entry-link__label {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-entry-link__label {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .p-entry-link__label {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-entry-link__label {
    font-size: 3.73333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-entry-link__label {
    font-size: 15.456px
  }
}

@media all and (min-width:768px) {
  .p-entry-link__label {
    margin-bottom: 24px
  }
}

@media all and (max-width:767px) {
  .p-entry-link__label {
    margin-bottom: 15px
  }
}

@media all and (min-width:1025px) {
  .p-entry-button {
    width: 11.66667%;
    height: 100px;
    display: block;
    position: fixed;
    z-index: 200;
    top: 50%;
    right: 1.66667%;
    margin-right: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #d03c1b;
    background-color: #d03c1b;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .p-entry-button::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }

  .p-entry-button__label {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 210;
    font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-transform: uppercase;
    letter-spacing: .4em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

@media all and (max-width:1024px) {
  .p-entry-button {
    display: none
  }
}

.p-entry-button.is-over:before {
  -webkit-animation-name: through;
  animation-name: through;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.p-entry-button.is-over .p-entry-button__label {
  -webkit-animation-name: fromWhiteToOrange;
  animation-name: fromWhiteToOrange;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.p-lower-header {
  line-height: 1.1;
  margin-bottom: 0;
  font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: .2em;
  background-color: #fff
}

@media all and (min-width:1025px) {
  .p-lower-header {
    font-size: 42px;
    font-size: 2.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-lower-header {
    font-size: 42px;
    font-size: 2.625rem
  }
}

@media all and (max-width:767px) {
  .p-lower-header {
    font-size: 21px;
    font-size: 1.3125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-lower-header {
    font-size: 5.6vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-lower-header {
    font-size: 23.184px
  }
}

@media all and (min-width:768px) {
  .p-lower-header {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media all and (min-width:1025px) {
  .p-lower-header {
    margin-top: 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-lower-header {
    margin-top: 90px;
    margin-bottom: 60px
  }
}

@media all and (max-width:767px) {
  .p-lower-header {
    margin-top: 54px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.p-lower-header__in {
  opacity: 0
}

.p-lower-header .js-split-str {
  opacity: 0;
  display: inline-block;
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.p-lower-header .js-split-str:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.p-lower-header .js-split-str:nth-of-type(2) {
  -webkit-transition-delay: 15ms;
  transition-delay: 15ms
}

.p-lower-header .js-split-str:nth-of-type(3) {
  -webkit-transition-delay: 30ms;
  transition-delay: 30ms
}

.p-lower-header .js-split-str:nth-of-type(4) {
  -webkit-transition-delay: 45ms;
  transition-delay: 45ms
}

.p-lower-header .js-split-str:nth-of-type(5) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms
}

.p-lower-header .js-split-str:nth-of-type(6) {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms
}

.p-lower-header .js-split-str:nth-of-type(7) {
  -webkit-transition-delay: 90ms;
  transition-delay: 90ms
}

.p-lower-header .js-split-str:nth-of-type(8) {
  -webkit-transition-delay: 105ms;
  transition-delay: 105ms
}

.p-lower-header .js-split-str:nth-of-type(9) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s
}

.p-lower-header .js-split-str:nth-of-type(10) {
  -webkit-transition-delay: 135ms;
  transition-delay: 135ms
}

.p-lower-header .js-split-str:nth-of-type(11) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}

.p-lower-header .js-split-str:nth-of-type(12) {
  -webkit-transition-delay: 165ms;
  transition-delay: 165ms
}

.p-lower-header .js-split-str:nth-of-type(13) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s
}

.p-lower-header .js-split-str:nth-of-type(14) {
  -webkit-transition-delay: 195ms;
  transition-delay: 195ms
}

.p-lower-header .js-split-str:nth-of-type(15) {
  -webkit-transition-delay: .21s;
  transition-delay: .21s
}

.p-lower-header .js-split-str:nth-of-type(16) {
  -webkit-transition-delay: 225ms;
  transition-delay: 225ms
}

.p-lower-header .js-split-str:nth-of-type(17) {
  -webkit-transition-delay: .24s;
  transition-delay: .24s
}

.p-lower-header .js-split-str:nth-of-type(18) {
  -webkit-transition-delay: 255ms;
  transition-delay: 255ms
}

.p-lower-header .js-split-str:nth-of-type(19) {
  -webkit-transition-delay: .27s;
  transition-delay: .27s
}

.p-lower-header .js-split-str:nth-of-type(20) {
  -webkit-transition-delay: 285ms;
  transition-delay: 285ms
}

.p-lower-header .js-split-str:nth-of-type(21) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.p-lower-header .js-split-str:nth-of-type(22) {
  -webkit-transition-delay: 315ms;
  transition-delay: 315ms
}

.p-lower-header .js-split-str:nth-of-type(23) {
  -webkit-transition-delay: .33s;
  transition-delay: .33s
}

.p-lower-header .js-split-str:nth-of-type(24) {
  -webkit-transition-delay: 345ms;
  transition-delay: 345ms
}

.p-lower-header .js-split-str:nth-of-type(25) {
  -webkit-transition-delay: .36s;
  transition-delay: .36s
}

.p-lower-header .js-split-str:nth-of-type(26) {
  -webkit-transition-delay: 375ms;
  transition-delay: 375ms
}

.p-lower-header .js-split-str:nth-of-type(27) {
  -webkit-transition-delay: .39s;
  transition-delay: .39s
}

.p-lower-header .js-split-str:nth-of-type(28) {
  -webkit-transition-delay: 405ms;
  transition-delay: 405ms
}

.p-lower-header .js-split-str:nth-of-type(29) {
  -webkit-transition-delay: .42s;
  transition-delay: .42s
}

.p-lower-header .js-split-str:nth-of-type(30) {
  -webkit-transition-delay: 435ms;
  transition-delay: 435ms
}

.p-lower-header.is-shown .p-lower-header__in {
  opacity: 1
}

.p-lower-header.is-shown .js-split-str {
  opacity: 1
}

.p-lower-visual-header {
  position: relative
}

@media all and (min-width:768px) {
  .p-lower-visual-header {
    padding-top: 28.73563%
  }
}

@media all and (min-width:1025px) {
  .p-lower-visual-header {
    margin-top: 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-lower-visual-header {
    margin-top: 90px
  }
}

@media all and (max-width:767px) {
  .p-lower-visual-header {
    padding-top: 42.66667%;
    margin-top: 54px
  }
}

.p-lower-visual-header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2em
}

@media all and (min-width:1025px) {
  .p-lower-visual-header__text {
    font-size: 42px;
    font-size: 2.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-lower-visual-header__text {
    font-size: 42px;
    font-size: 2.625rem
  }
}

@media all and (max-width:767px) {
  .p-lower-visual-header__text {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-lower-visual-header__text {
    font-size: 4.8vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-lower-visual-header__text {
    font-size: 19.872px
  }
}

.p-lower-visual-header__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0
}

@media all and (min-width:768px) {
  .p-lower-visual-header__bg {
    margin-top: -5.74713%;
    padding-top: 40.22989%
  }
}

@media all and (max-width:767px) {
  .p-lower-visual-header__bg {
    padding-top: 50.66667%
  }
}

.p-lower-visual-header__bg-in {
  position: absolute;
  right: 0;
  left: 0;
  background-size: cover
}

@media all and (min-width:768px) {
  .p-lower-visual-header__bg-in {
    top: -15%;
    bottom: -15%
  }
}

@media all and (max-width:767px) {
  .p-lower-visual-header__bg-in {
    top: 0;
    bottom: 0
  }
}

.p-lower-visual-header__bg-in--sales-growth-consulting {
  background-image: url(../img/business/sales_growth_consulting/index/header.jpg)
}

@media all and (max-width:767px) {
  .p-lower-visual-header__bg-in--sales-growth-consulting {
    background-image: url(../img/business/sales_growth_consulting/index/header_sp.jpg)
  }
}

.p-lower-visual-header__bg-in--bpr-consulting {
  background-image: url(../img/business/bpr_consulting/index/header.jpg)
}

@media all and (max-width:767px) {
  .p-lower-visual-header__bg-in--bpr-consulting {
    background-image: url(../img/business/bpr_consulting/index/header_sp.jpg)
  }
}

.p-lower-visual-header__bg-in--turn-around {
  background-image: url(../img/business/turn_around/index/header.jpg)
}

@media all and (max-width:767px) {
  .p-lower-visual-header__bg-in--turn-around {
    background-image: url(../img/business/turn_around/index/header_sp.jpg)
  }
}

.p-lower-visual-header__bg-in--low-cost-management {
  background-image: url(../img/business/low_cost_management/index/header.jpg)
}

@media all and (max-width:767px) {
  .p-lower-visual-header__bg-in--low-cost-management {
    background-image: url(../img/business/low_cost_management/index/header_sp.jpg)
  }
}

.p-lower-visual-header__bg-in--ai-bpr-lab {
  background-image: url(../img/business/ai_bpr_lab/index/header.jpg)
}

@media all and (max-width:767px) {
  .p-lower-visual-header__bg-in--ai-bpr-lab {
    background-image: url(../img/business/ai_bpr_lab/index/header_sp.jpg)
  }
}

.p-lower-visual-header + .c-section {
  margin-top: 0
}

.p-lower-visual-header .js-split-str {
  opacity: 0;
  display: inline-block;
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.p-lower-visual-header .js-split-str:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.p-lower-visual-header .js-split-str:nth-of-type(2) {
  -webkit-transition-delay: 15ms;
  transition-delay: 15ms
}

.p-lower-visual-header .js-split-str:nth-of-type(3) {
  -webkit-transition-delay: 30ms;
  transition-delay: 30ms
}

.p-lower-visual-header .js-split-str:nth-of-type(4) {
  -webkit-transition-delay: 45ms;
  transition-delay: 45ms
}

.p-lower-visual-header .js-split-str:nth-of-type(5) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms
}

.p-lower-visual-header .js-split-str:nth-of-type(6) {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms
}

.p-lower-visual-header .js-split-str:nth-of-type(7) {
  -webkit-transition-delay: 90ms;
  transition-delay: 90ms
}

.p-lower-visual-header .js-split-str:nth-of-type(8) {
  -webkit-transition-delay: 105ms;
  transition-delay: 105ms
}

.p-lower-visual-header .js-split-str:nth-of-type(9) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s
}

.p-lower-visual-header .js-split-str:nth-of-type(10) {
  -webkit-transition-delay: 135ms;
  transition-delay: 135ms
}

.p-lower-visual-header .js-split-str:nth-of-type(11) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}

.p-lower-visual-header .js-split-str:nth-of-type(12) {
  -webkit-transition-delay: 165ms;
  transition-delay: 165ms
}

.p-lower-visual-header .js-split-str:nth-of-type(13) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s
}

.p-lower-visual-header .js-split-str:nth-of-type(14) {
  -webkit-transition-delay: 195ms;
  transition-delay: 195ms
}

.p-lower-visual-header .js-split-str:nth-of-type(15) {
  -webkit-transition-delay: .21s;
  transition-delay: .21s
}

.p-lower-visual-header .js-split-str:nth-of-type(16) {
  -webkit-transition-delay: 225ms;
  transition-delay: 225ms
}

.p-lower-visual-header .js-split-str:nth-of-type(17) {
  -webkit-transition-delay: .24s;
  transition-delay: .24s
}

.p-lower-visual-header .js-split-str:nth-of-type(18) {
  -webkit-transition-delay: 255ms;
  transition-delay: 255ms
}

.p-lower-visual-header .js-split-str:nth-of-type(19) {
  -webkit-transition-delay: .27s;
  transition-delay: .27s
}

.p-lower-visual-header .js-split-str:nth-of-type(20) {
  -webkit-transition-delay: 285ms;
  transition-delay: 285ms
}

.p-lower-visual-header .js-split-str:nth-of-type(21) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.p-lower-visual-header .js-split-str:nth-of-type(22) {
  -webkit-transition-delay: 315ms;
  transition-delay: 315ms
}

.p-lower-visual-header .js-split-str:nth-of-type(23) {
  -webkit-transition-delay: .33s;
  transition-delay: .33s
}

.p-lower-visual-header .js-split-str:nth-of-type(24) {
  -webkit-transition-delay: 345ms;
  transition-delay: 345ms
}

.p-lower-visual-header .js-split-str:nth-of-type(25) {
  -webkit-transition-delay: .36s;
  transition-delay: .36s
}

.p-lower-visual-header .js-split-str:nth-of-type(26) {
  -webkit-transition-delay: 375ms;
  transition-delay: 375ms
}

.p-lower-visual-header .js-split-str:nth-of-type(27) {
  -webkit-transition-delay: .39s;
  transition-delay: .39s
}

.p-lower-visual-header .js-split-str:nth-of-type(28) {
  -webkit-transition-delay: 405ms;
  transition-delay: 405ms
}

.p-lower-visual-header .js-split-str:nth-of-type(29) {
  -webkit-transition-delay: .42s;
  transition-delay: .42s
}

.p-lower-visual-header .js-split-str:nth-of-type(30) {
  -webkit-transition-delay: 435ms;
  transition-delay: 435ms
}

.p-lower-visual-header__text-in {
  opacity: 0
}

.p-lower-visual-header__text.is-shown .p-lower-visual-header__text-in {
  opacity: 1
}

.p-lower-visual-header__text.is-shown .js-split-str {
  opacity: 1
}

@media all and (min-width:768px) {
  .p-photo-gallery {
    margin-top: 5%;
    margin-left: 8%;
    margin-right: 8%
  }
}

@media all and (max-width:767px) {
  .p-photo-gallery {
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0
  }
}

.p-photo-gallery__wrap {
  margin-top: 2.38095%
}

.p-photo-gallery__wrap:first-child {
  margin-top: 0
}

.p-photo-gallery__wrap--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-photo-gallery__wrap--col2-item {
  width: 48.80952%
}

.p-post-news {
  display: block;
  color: #222;
  text-decoration: none
}

.p-post-news--col3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ccc
}

@media all and (min-width:1025px) {
  .p-post-news--col3 {
    width: 30%;
    margin-left: 5%
  }

  .p-post-news--col3:nth-of-type(3n+1) {
    margin-left: 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-post-news--col3 {
    width: 32%;
    padding-right: 10px;
    padding-left: 10px
  }
}

@media all and (min-width:768px) {
  .p-post-news--col3 {
    margin-bottom: 72px;
    padding-top: 3.33333%
  }

  .p-post-news--col3:nth-child(1),
  .p-post-news--col3:nth-child(2),
  .p-post-news--col3:nth-child(3) {
    margin-top: 0;
    padding-top: 0;
    border-top: none
  }
}

@media all and (max-width:767px) {
  .p-post-news--col3 {
    margin-top: 40px;
    padding-top: 40px
  }

  .p-post-news--col3:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none
  }
}

.p-post-news__subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px
}

.p-post-news__tag {
  margin-right: 18px;
  padding: 3px 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.1;
  color: #fff;
  background-color: #de3f1c
}

@media all and (min-width:1025px) {
  .p-post-news__tag {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-post-news__tag {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .p-post-news__tag {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-post-news__tag {
    font-size: 2.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-post-news__tag {
    font-size: 11.04px
  }
}

.p-post-news__date {
  line-height: 1.1
}

.p-post-news__title {
  margin-bottom: 25px;
  line-height: 1.5
}

@media all and (min-width:1025px) {
  .p-post-news__title {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-post-news__title {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-post-news__title {
    font-size: 19px;
    font-size: 1.1875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-post-news__title {
    font-size: 5.06667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-post-news__title {
    font-size: 20.976px
  }
}

@media all and (min-width:1025px) {
  .p-post-news__excerpt {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-post-news__excerpt {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .p-post-news__excerpt {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-post-news__excerpt {
    font-size: 3.46667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-post-news__excerpt {
    font-size: 14.352px
  }
}

.p-video-modal {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000
}

.p-video-modal__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10
}

@media all and (min-width:768px) {
  .p-video-modal__content-in {
    width: 60%
  }
}

@media all and (max-width:767px) {
  .p-video-modal__content-in {
    width: 100%
  }
}

.p-video-modal__video {
  position: relative;
  padding-top: 56.25%;
  background-color: #111
}

.p-video-modal__video video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff
}

.p-video-modal__close {
  margin-top: 20px;
  color: #d03c1b;
  text-align: center;
  letter-spacing: .1em
}

.p-video-modal__close-in {
  display: inline-block
}

.p-video-modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .9)
}

.p-video-modal__content-in {
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}

.p-video-modal__video video {
  display: none;
  pointer-events: none
}

.p-video-modal__bg {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.p-video-modal.is-open .p-video-modal__content-in {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}

.p-video-modal.is-open .p-video-modal__video video {
  display: block;
  pointer-events: auto
}

.p-video-modal.is-open .p-video-modal__close-in {
  cursor: pointer;
  pointer-events: auto
}

.p-video-modal.is-open .p-video-modal__bg {
  cursor: pointer;
  pointer-events: auto;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.p-video-play {
  display: block;
  overflow: hidden;
  position: relative
}

.p-video-play__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10
}

@media all and (min-width:768px) {
  .p-video-play__icon {
    width: 62px;
    height: 62px;
    margin-top: -31px;
    margin-left: -31px
  }
}

@media all and (max-width:767px) {
  .p-video-play__icon {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px
  }
}

.p-video-play__icon-try {
  position: absolute;
  top: 50%;
  left: 50%
}

@media all and (min-width:768px) {
  .p-video-play__icon-try {
    width: 26px;
    height: 26px;
    margin-top: -13px;
    margin-left: -11px
  }
}

@media all and (max-width:767px) {
  .p-video-play__icon-try {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -7px
  }
}

.p-video-play__icon:after,
.p-video-play__icon:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #fff;
  border-radius: 50%
}

@media all and (min-width:768px) {

  .p-video-play__icon:after,
  .p-video-play__icon:before {
    border-width: 3px
  }
}

@media all and (max-width:767px) {

  .p-video-play__icon:after,
  .p-video-play__icon:before {
    border-width: 2px
  }
}

.p-video-play__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .2)
}

.p-video-play__icon:after,
.p-video-play__icon:before {
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.p-video-play__icon:after {
  opacity: 0;
  -webkit-transform: scale(.8);
  transform: scale(.8)
}

.p-video-play.is-over .p-video-play__icon:after,
.p-video-play.is-over .p-video-play__icon:before {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s
}

.p-video-play.is-over .p-video-play__icon:before {
  opacity: 0;
  -webkit-transform: scale(1.4);
  transform: scale(1.4)
}

.p-video-play.is-over .p-video-play__icon:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.p-index-business {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #fff
}

@media all and (min-width:1025px) {
  .p-index-business {
    margin-right: 6.89655%;
    margin-bottom: 6.89655%;
    margin-left: 6.89655%;
    padding: 8.62069%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-index-business {
    width: 93.10345%;
    margin: 40px auto;
    padding: 10.34483% 3.44828%
  }
}

@media all and (max-width:767px) {
  .p-index-business {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 50px 20px
  }
}

.p-index-business__vertical-text {
  left: -4%;
  margin-left: -5px
}

.p-index-career {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  background-color: #d03c1b
}

@media all and (min-width:1025px) {
  .p-index-career {
    width: 37.93103%;
    float: right;
    margin-top: 5.17241%;
    margin-right: 6.89655%;
    padding: 6.89655%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-index-career {
    width: 93.10345%;
    margin: 40px auto;
    padding: 10.34483% 20.68966%
  }
}

@media all and (max-width:767px) {
  .p-index-career {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 50px 20px
  }
}

@media all and (min-width:768px) {
  .p-index-career__writing {
    margin-bottom: 50px
  }
}

@media all and (min-width:1025px) {
  .p-index-career__writing {
    margin-right: -28.57143%;
    margin-left: -28.57143%
  }
}

@media all and (max-width:767px) {
  .p-index-career__writing {
    margin-bottom: 30px
  }
}

.p-index-career__writing svg {
  display: block;
  fill: #fff;
  vertical-align: top;
  margin-right: auto;
  margin-left: auto
}

@media all and (min-width:768px) {
  .p-index-career__writing svg {
    width: 272px;
    height: 126px
  }
}

@media all and (max-width:767px) {
  .p-index-career__writing svg {
    width: 175px;
    height: 81px
  }
}

.p-index-career__image {
  position: absolute
}

@media all and (min-width:1025px) {
  .p-index-career__image--men {
    top: 0;
    left: 0;
    margin-top: 9.09091%;
    margin-left: 81.81818%
  }
}

@media all and (min-width:1025px) and (max-width:1366px) {
  .p-index-career__image--men {
    width: 154.7px;
    height: 413.1px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-index-career__image--men {
    top: 48px;
    right: -30px
  }
}

@media all and (max-width:767px) {
  .p-index-career__image--men {
    width: 91px;
    height: 243px;
    top: 10px;
    right: -30px
  }
}

@media all and (min-width:1025px) {
  .p-index-career__image--women {
    bottom: 0;
    right: 0;
    margin-bottom: 9.09091%;
    margin-right: 72.72727%
  }
}

@media all and (min-width:1025px) and (max-width:1366px) {
  .p-index-career__image--women {
    width: 186.15px;
    height: 375.7px;
    margin-bottom: 9.09091%;
    margin-right: 72.72727%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-index-career__image--women {
    top: 58px;
    left: -20px
  }
}

@media all and (max-width:767px) {
  .p-index-career__image--women {
    width: 109.5px;
    height: 221px;
    top: 20px;
    left: -15px
  }
}

.p-index-career__text {
  margin-top: 0
}

@media all and (min-width:768px) {
  .p-index-career__text {
    margin-bottom: 45px
  }
}

@media all and (max-width:767px) {
  .p-index-career__text {
    margin-bottom: 30px
  }
}

.p-index-career__vertical-text {
  right: -9.09091%;
  margin-right: -5px
}

.p-index-client {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff
}

@media all and (min-width:1025px) {
  .p-index-client {
    width: 60.34483%;
    float: right;
    margin-right: 6.89655%;
    margin-left: -3.44828%;
    padding: 6.89655%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-index-client {
    width: 93.10345%;
    margin: 40px auto;
    padding: 10.34483% 13.7931%
  }
}

@media all and (max-width:767px) {
  .p-index-client {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 50px 10px
  }
}

@media all and (max-width:1024px) {
  .p-index-client__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
  }
}

.p-index-client__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  text-decoration: none
}

@media all and (min-width:768px) {
  .p-index-client__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee
  }

  .p-index-client__item:first-of-type {
    border-top: 1px solid #eee
  }
}

@media all and (max-width:767px) {
  .p-index-client__item {
    width: 50%;
    display: block;
    margin-top: 50px;
    padding-right: 10px;
    padding-left: 10px
  }

  .p-index-client__item:first-of-type,
  .p-index-client__item:nth-of-type(2) {
    margin-top: 0
  }
}

.p-index-client__item-logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media all and (min-width:1025px) {
  .p-index-client__item-logo {
    width: 37.03704%;
    padding-right: 7.40741%;
    padding-left: 7.40741%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-index-client__item-logo {
    padding-right: 40px;
    padding-left: 40px
  }
}

@media all and (max-width:767px) {
  .p-index-client__item-logo {
    margin-bottom: 20px
  }
}

.p-index-client__item-logo img {
  max-width: 100%;
  height: auto
}

.p-index-client__item-logo-in {
  position: relative;
  overflow: hidden;
  padding-top: 41.66667%
}

.p-index-client__item-logo-in-image {
  width: 100%;
  position: absolute;
  top: -70%;
  left: 0
}

@media all and (min-width:1025px) {
  .p-index-client__item-content {
    width: 62.96296%
  }
}

.p-index-client__item-title {
  margin: 0;
  color: #111;
  font-weight: 400
}

@media all and (min-width:1025px) {
  .p-index-client__item-title {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-index-client__item-title {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .p-index-client__item-title {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-index-client__item-title {
    font-size: 4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-index-client__item-title {
    font-size: 16.56px
  }
}

.p-index-client__item-excerpt {
  line-height: 1.8em;
  margin: 0;
  color: #666;
  letter-spacing: 0
}

.p-index-client__more {
  line-height: 1.1;
  margin-top: 40px;
  text-align: center
}

.p-index-client__vertical-text {
  right: -5.71429%;
  margin-right: -5px
}

.p-index-client__item-content {
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}

.p-index-client__item.is-over .p-index-client__item-content {
  opacity: .6
}

@media all and (min-width:1025px) {

  .p-index-flexwrap:after,
  .p-index-flexwrap:before {
    content: "";
    display: table
  }

  .p-index-flexwrap:after {
    clear: both
  }

  .p-index-flexwrap--01 {
    margin-bottom: 3.44828%
  }

  .p-index-flexwrap--02 {
    margin-bottom: 6.89655%
  }
}

.p-index-kv {
  height: 100vh;
  position: relative;
  line-height: 1.1;
  color: #d03c1b;
  text-align: center
}

.p-index-kv__in {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10
}

@media all and (min-width:768px) {
  .p-index-kv__in {
    top: 50%;
    padding-top: 52px
  }
}

@media all and (max-width:767px) {
  .p-index-kv__in {
    bottom: 50px
  }
}

.p-index-kv__title-ja {
  letter-spacing: .1em
}

@media all and (min-width:1025px) {
  .p-index-kv__title-ja {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-index-kv__title-ja {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) {
  .p-index-kv__title-ja {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-index-kv__title-ja {
    font-size: 4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-index-kv__title-ja {
    font-size: 16.56px
  }
}

@media all and (min-width:768px) {
  .p-index-kv__title-ja {
    margin-top: 1.66667%;
    margin-bottom: 3.33333%
  }
}

@media all and (max-width:767px) {
  .p-index-kv__title-ja {
    margin-bottom: 30px
  }
}

.p-index-kv__title-ja img {
  display: block;
  margin-right: auto;
  margin-left: auto
}

@media all and (min-width:768px) {
  .p-index-kv__title-ja img {
    width: 324px;
    height: 23.76px
  }
}

@media all and (max-width:767px) {
  .p-index-kv__title-ja img {
    width: 200px;
    height: 14.66667px
  }
}

.p-index-kv__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center
}

@media all and (min-width:768px) {
  .p-index-kv__bg {
    top: 90px
  }
}

@media all and (max-width:767px) {
  .p-index-kv__bg {
    top: 54px
  }
}

.p-index-kv__bg canvas {
  width: 100%;
  height: 100%
}

.p-index-kv__title-ja {
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.p-index-kv__title-ja.is-shown {
  opacity: 1
}

.p-index-news {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  background-color: #222
}

@media all and (min-width:1025px) {
  .p-index-news {
    width: 29.31034%;
    float: left;
    margin-top: 6.03448%;
    margin-left: 6.89655%;
    padding: 6.89655% 3.44828%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-index-news {
    width: 93.10345%;
    margin: 40px auto;
    padding: 10.34483% 13.7931%
  }
}

@media all and (max-width:767px) {
  .p-index-news {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 50px 20px
  }
}

.p-index-news__item {
  color: #fff;
  border-bottom: 1px solid #666
}

@media all and (min-width:1025px) {
  .p-index-news__item {
    padding-top: 25px;
    padding-bottom: 25px
  }
}

@media all and (max-width:1024px) {
  .p-index-news__item {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.p-index-news__item:first-of-type {
  border-top: 1px solid #666
}

.p-index-news__item-title {
  display: block;
  line-height: 1.8;
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  letter-spacing: .02em
}

@media all and (min-width:1025px) {
  .p-index-news__item-title {
    margin-bottom: 15px
  }
}

@media all and (max-width:1024px) {
  .p-index-news__item-title {
    margin-bottom: 8px
  }
}

.p-index-news__item-title.is-over {
  opacity: .6
}

.p-index-news__item-param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-index-news__item-category {
  width: 70px;
  line-height: 1.1;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: sofia-pro, "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  background-color: #d03c1b
}

@media all and (min-width:1025px) {
  .p-index-news__item-category {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-index-news__item-category {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .p-index-news__item-category {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-index-news__item-category {
    font-size: 2.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-index-news__item-category {
    font-size: 11.04px
  }
}

.p-index-news__item-date {
  margin-left: 15px;
  letter-spacing: .1em
}

.p-index-news__more {
  line-height: 1.1;
  margin-top: 40px;
  text-align: center
}

.p-index-news__vertical-text {
  left: -11.76471%;
  margin-left: -5px
}

.p-index-who-we-are {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff
}

@media all and (min-width:1025px) {
  .p-index-who-we-are {
    width: 48.27586%;
    float: left;
    margin-left: 6.89655%;
    padding: 6.89655%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-index-who-we-are {
    width: 93.10345%;
    margin: 40px auto;
    padding: 10.34483% 13.7931%
  }
}

@media all and (max-width:767px) {
  .p-index-who-we-are {
    margin: 20px 10px;
    padding: 50px 20px
  }
}

.p-index-who-we-are__text {
  margin-top: 0
}

@media all and (min-width:768px) {
  .p-index-who-we-are__text {
    margin-bottom: 45px
  }
}

@media all and (max-width:767px) {
  .p-index-who-we-are__text {
    margin-bottom: 30px
  }
}

.p-index-who-we-are__vertical-text {
  left: -7.14286%;
  margin-left: -5px
}

.p-client-header__name {
  font-weight: 400;
  line-height: 1.61538
}

@media all and (min-width:1025px) {
  .p-client-header__name {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-client-header__name {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (max-width:767px) {
  .p-client-header__name {
    font-size: 19px;
    font-size: 1.1875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-client-header__name {
    font-size: 5.06667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-client-header__name {
    font-size: 20.976px
  }
}

@media all and (min-width:768px) {
  .p-client-header__name {
    margin-bottom: 50px
  }
}

@media all and (max-width:767px) {
  .p-client-header__name {
    margin-bottom: 25px
  }
}

.p-client-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5.30303%
}

@media all and (max-width:767px) {
  .p-client-header__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.p-client-header__thumb {
  width: 54.54545%;
  margin-right: 4.54545%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media all and (max-width:767px) {
  .p-client-header__thumb {
    width: 100%;
    margin-bottom: 25px
  }
}

.p-client-header__thumb img {
  display: block;
  width: 100%
}

.p-client-header__text {
  width: 40.90909%
}

@media all and (max-width:767px) {
  .p-client-header__text {
    width: 100%
  }
}

.p-client-header__text-date {
  margin-bottom: 28px;
  line-height: 1.1
}

@media all and (max-width:767px) {
  .p-client-header__text-date {
    margin-bottom: 20px
  }
}

.p-client-header__text-underline {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6
}

.p-client-header__text-underline:first-of-type {
  padding-top: 0
}

.p-client-header__text-underline a {
  text-decoration: none;
  color: #000
}

.p-client-introduction p {
  margin-top: 2em;
  margin-bottom: 0
}

.p-client-introduction p:first-child {
  margin-top: 0
}

.p-client-introduction img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto
}

@media all and (min-width:1025px) {
  .p-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10%;
    margin-left: 10%
  }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
  .p-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media all and (min-width:1025px) {
  .p-access__wrap {
    width: 50%;
    margin-top: 60px
  }

  .p-access__wrap:nth-of-type(1),
  .p-access__wrap:nth-of-type(2) {
    margin-top: 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
  .p-access__wrap {
    width: 50%
  }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
  .p-access__wrap {
    margin-top: 60px
  }

  .p-access__wrap:first-of-type {
    margin-top: 0
  }
}

@media all and (max-width:767px) {
  .p-access__wrap {
    margin-top: 40px
  }

  .p-access__wrap:first-of-type {
    margin-top: 0
  }
}

.p-access__map {
  width: 100%;
  overflow: hidden
}

@media all and (min-width:1025px) {
  .p-access__map {
    margin-bottom: 40px
  }
}

@media all and (max-width:1024px) {
  .p-access__map {
    margin-bottom: 20px
  }
}

.p-access__map-in {
  overflow: hidden;
  position: relative;
  padding-top: 100%
}

.p-access__content-head {
  margin-top: 0;
  margin-bottom: 5px;
  color: #d03c1b;
  font-weight: 400
}

@media all and (min-width:1025px) {
  .p-access__content-head {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-access__content-head {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-access__content-head {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-access__content-head {
    font-size: 4.26667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-access__content-head {
    font-size: 17.664px
  }
}

@media all and (min-width:768px) {
  .p-company-local-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4.44444%;
    margin-bottom: 4.44444%
  }
}

@media all and (max-width:767px) {
  .p-company-local-navi {
    margin: 20px 10px
  }
}

.p-company-local-navi__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  border: 0;
  text-align: center;
  text-decoration: none;
  background-color: #fff
}

@media all and (min-width:768px) {
  .p-company-local-navi__item {
    width: 26.43678%;
    margin-right: 3.33333%;
    padding-top: 38px;
    padding-bottom: 38px
  }

  .p-company-local-navi__item:last-child {
    margin-right: 0
  }
}

@media all and (max-width:767px) {
  .p-company-local-navi__item {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px
  }

  .p-company-local-navi__item:last-child {
    margin-bottom: 0
  }
}

.p-company-local-navi__item:after,
.p-company-local-navi__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.p-company-local-navi__item:before {
  border: 2px solid #d03c1b
}

.p-company-local-navi__item:after {
  background-color: #d03c1b
}

.p-company-local-navi__label {
  line-height: 1
}

.p-company-local-navi__label-en {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  color: #d03c1b;
  text-transform: uppercase
}

@media all and (min-width:1025px) {
  .p-company-local-navi__label-en {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-company-local-navi__label-en {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-company-local-navi__label-en {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-company-local-navi__label-en {
    font-size: 4.8vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-company-local-navi__label-en {
    font-size: 19.872px
  }
}

@media all and (min-width:768px) {
  .p-company-local-navi__label-en {
    margin-bottom: 15px
  }
}

.p-company-local-navi__label-ja {
  position: relative;
  z-index: 10;
  color: #333
}

.p-company-local-navi__item:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.p-company-local-navi__item.is-over:after {
  -webkit-animation-name: through;
  animation-name: through;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.p-company-local-navi__item.is-over .p-company-local-navi__label-en {
  -webkit-animation-name: fromOrangeToWhite;
  animation-name: fromOrangeToWhite;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.p-company-local-navi__item.is-over .p-company-local-navi__label-ja {
  -webkit-animation-name: fromGreyToWhite;
  animation-name: fromGreyToWhite;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.p-news-header__title {
  font-weight: 400;
  line-height: 1.61538
}

@media all and (min-width:1025px) {
  .p-news-header__title {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-news-header__title {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (max-width:767px) {
  .p-news-header__title {
    font-size: 19px;
    font-size: 1.1875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-news-header__title {
    font-size: 5.06667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-news-header__title {
    font-size: 20.976px
  }
}

@media all and (min-width:768px) {
  .p-news-header__title {
    margin-bottom: 50px
  }
}

@media all and (max-width:767px) {
  .p-news-header__title {
    margin-bottom: 25px
  }
}

.p-news-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px
}

.p-news-header__tag {
  margin-right: 18px;
  padding: 3px 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.1;
  color: #fff;
  background-color: #de3f1c
}

@media all and (min-width:1025px) {
  .p-news-header__tag {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-news-header__tag {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .p-news-header__tag {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-news-header__tag {
    font-size: 2.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-news-header__tag {
    font-size: 11.04px
  }
}

.p-news-header__date {
  line-height: 1.1
}

.p-career-index-kv {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #d03c1b
}

@media all and (min-width:1025px) {
  .p-career-index-kv {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -145px
  }
}

@media all and (max-width:1024px) {
  .p-career-index-kv {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-index-kv {
    margin-bottom: 40px
  }
}

@media all and (max-width:767px) {
  .p-career-index-kv {
    margin-bottom: 20px
  }
}

.p-career-index-kv__in {
  position: relative;
  z-index: 10
}

@media all and (min-width:1025px) {
  .p-career-index-kv__in {
    margin-top: 70px;
    margin-left: 5.17241%
  }
}

@media all and (max-width:1024px) {
  .p-career-index-kv__in {
    text-align: center;
    margin-bottom: 50px
  }
}

@media all and (max-width:767px) {
  .p-career-index-kv__in {
    margin-bottom: 40px
  }
}

.p-career-index-kv__title {
  margin-top: 0
}

@media all and (min-width:1025px) {
  .p-career-index-kv__title {
    margin-bottom: 10px;
    margin-left: -5px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-index-kv__title {
    margin-bottom: 10px
  }
}

@media all and (max-width:767px) {
  .p-career-index-kv__title {
    margin-bottom: 5px
  }
}

.p-career-index-kv__title svg {
  display: block
}

@media all and (min-width:1025px) {
  .p-career-index-kv__title svg {
    width: 405px;
    height: 200.96203px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-index-kv__title svg {
    width: 350px;
    height: 173.67089px
  }
}

@media all and (max-width:767px) {
  .p-career-index-kv__title svg {
    width: 202px;
    height: 100.23291px
  }
}

.p-career-index-kv__excerpt {
  line-height: 1.5
}

@media all and (min-width:1025px) {
  .p-career-index-kv__excerpt {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-index-kv__excerpt {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .p-career-index-kv__excerpt {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-career-index-kv__excerpt {
    font-size: 2.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-career-index-kv__excerpt {
    font-size: 11.04px
  }
}

@media all and (min-width:1025px) {
  .p-career-index-kv__excerpt {
    margin-bottom: 50px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-index-kv__excerpt {
    margin-bottom: 40px
  }
}

@media all and (max-width:767px) {
  .p-career-index-kv__excerpt {
    margin-bottom: 20px
  }
}

@media all and (max-width:1024px) {
  .p-career-index-kv__btn-in {
    margin-right: auto;
    margin-left: auto
  }
}

.p-career-index-kv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center
}

@media all and (min-width:768px) {
  .p-career-index-kv__bg {
    background-image: url(../img/career/index/kv_bg.jpg)
  }
}

@media all and (max-width:767px) {
  .p-career-index-kv__bg {
    background-image: url(../img/career/index/kv_bg_sp.jpg)
  }
}

.p-career-index-kv__excerpt {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.p-career-index-kv__btn-in {
  opacity: 0;
  -webkit-transform: scale(.95);
  transform: scale(.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.p-career-index-kv.is-shown .p-career-index-kv__excerpt {
  opacity: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}

.p-career-index-kv.is-shown .p-career-index-kv__btn-in {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

@media all and (min-width:768px) {
  .p-career-index-section {
    position: relative;
    margin-bottom: 5.74713%
  }

  .p-career-index-section:after,
  .p-career-index-section:before {
    content: "";
    display: table
  }

  .p-career-index-section:after {
    clear: both
  }
}

.p-career-index-section__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  background-color: #fff
}

@media all and (min-width:768px) {
  .p-career-index-section__content {
    padding: 6.89655%
  }

  .p-career-index-section__content--business {
    float: left;
    margin-top: 18.3908%
  }

  .p-career-index-section__content--culture {
    float: right;
    margin-top: 16.09195%
  }
}

@media all and (min-width:1025px) {
  .p-career-index-section__content {
    width: 44.82759%
  }

  .p-career-index-section__content--business {
    margin-left: 13.7931%
  }

  .p-career-index-section__content--culture {
    margin-right: 13.7931%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-index-section__content {
    width: 55.17241%
  }

  .p-career-index-section__content--business {
    margin-left: 6.89655%
  }

  .p-career-index-section__content--culture {
    margin-right: 6.89655%
  }
}

@media all and (max-width:767px) {
  .p-career-index-section__content {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 50px 20px
  }
}

@media all and (min-width:768px) {
  .p-career-index-section__image-sp {
    display: none
  }
}

@media all and (max-width:767px) {
  .p-career-index-section__image-sp {
    margin-top: 35px;
    margin-bottom: 25px
  }

  .p-career-index-section__image-sp img {
    width: 100%
  }
}

@media all and (min-width:768px) {
  .p-career-index-section__image {
    position: relative;
    z-index: 20
  }

  .p-career-index-section__image--business {
    float: right
  }

  .p-career-index-section__image--culture {
    float: left
  }

  .p-career-index-section__image img {
    width: 100%
  }
}

@media all and (min-width:1025px) {
  .p-career-index-section__image {
    width: 27.58621%
  }

  .p-career-index-section__image--business {
    margin-right: 10.34483%
  }

  .p-career-index-section__image--culture {
    margin-left: 10.34483%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-index-section__image {
    width: 31.03448%
  }

  .p-career-index-section__image--business {
    margin-right: 3.44828%
  }

  .p-career-index-section__image--culture {
    margin-left: 3.44828%
  }
}

@media all and (max-width:767px) {
  .p-career-index-section__image {
    display: none
  }
}

.p-career-index-section__text {
  margin-top: 0;
  margin-bottom: 30px
}

@media all and (min-width:768px) {
  .p-career-index-section__bg-text {
    position: absolute;
    z-index: 10
  }

  .p-career-index-section__bg-text--business {
    width: 85.63218%;
    left: -1.72414%;
    margin-top: 7.47126%
  }

  .p-career-index-section__bg-text--culture {
    width: 69.77011%;
    right: -1.72414%;
    margin-top: 6.6092%
  }

  .p-career-index-section__bg-text img {
    width: 100%;
    opacity: .5
  }
}

@media all and (max-width:767px) {
  .p-career-index-section__bg-text {
    display: none
  }
}

@media all and (min-width:768px) {
  .p-career-index-section__bg {
    position: absolute
  }

  .p-career-index-section__bg--business {
    right: 0;
    margin-top: 12.06897%
  }

  .p-career-index-section__bg--culture {
    left: 0;
    margin-top: 10.34483%
  }

  .p-career-index-section__bg img {
    width: 100%
  }
}

@media all and (min-width:1025px) {
  .p-career-index-section__bg {
    width: 93.10345%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-index-section__bg {
    width: 96.55172%
  }
}

@media all and (max-width:767px) {
  .p-career-index-section__bg {
    display: none
  }
}

@media all and (min-width:768px) {
  .p-career-interview-big-image {
    overflow: hidden;
    position: relative
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-big-image {
    width: 86.2069%;
    margin-right: auto;
    margin-left: auto
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-big-image {
    width: 100%;
    margin-bottom: 60px
  }
}

@media all and (max-width:767px) {
  .p-career-interview-big-image {
    margin-top: 30px;
    margin-bottom: 30px
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section {
    position: relative
  }

  .p-career-interview-float-section:after,
  .p-career-interview-float-section:before {
    content: "";
    display: table
  }

  .p-career-interview-float-section:after {
    clear: both
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section {
    margin-bottom: 60px
  }
}

@media all and (max-width:767px) {
  .p-career-interview-float-section {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    background-color: #fff
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__image {
    position: relative
  }
}

.p-career-interview-float-section__image img {
  width: 100%;
  display: block
}

.p-career-interview-float-section__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__text {
    padding: 15.38462%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__text {
    padding: 12.5%
  }
}

@media all and (max-width:767px) {
  .p-career-interview-float-section__text {
    padding: 30px 20px
  }
}

.p-career-interview-float-section__text-title {
  margin-top: 0;
  color: #d03c1b;
  font-weight: 400
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__text-title {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__text-title {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-career-interview-float-section__text-title {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-career-interview-float-section__text-title {
    font-size: 4.26667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-career-interview-float-section__text-title {
    font-size: 17.664px
  }
}

.p-career-interview-float-section__text-content p {
  margin-bottom: 0
}

.p-career-interview-float-section__contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2
}

.p-career-interview-float-section__contents:after,
.p-career-interview-float-section__contents:before {
  content: "";
  display: table
}

.p-career-interview-float-section__contents:after {
  clear: both
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w10 {
    width: 17.24138%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt100 {
    margin-top: 5.55556%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt100 {
    margin-top: -5.55556%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w11 {
    width: 18.96552%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt110 {
    margin-top: 6.11111%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt110 {
    margin-top: -6.11111%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w12 {
    width: 20.68966%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt120 {
    margin-top: 6.66667%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt120 {
    margin-top: -6.66667%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w13 {
    width: 22.41379%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt130 {
    margin-top: 7.22222%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt130 {
    margin-top: -7.22222%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w14 {
    width: 24.13793%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt140 {
    margin-top: 7.77778%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt140 {
    margin-top: -7.77778%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w15 {
    width: 25.86207%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt150 {
    margin-top: 8.33333%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt150 {
    margin-top: -8.33333%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w16 {
    width: 27.58621%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt160 {
    margin-top: 8.88889%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt160 {
    margin-top: -8.88889%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w17 {
    width: 29.31034%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt170 {
    margin-top: 9.44444%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt170 {
    margin-top: -9.44444%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w18 {
    width: 31.03448%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt180 {
    margin-top: 10%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt180 {
    margin-top: -10%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w19 {
    width: 32.75862%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt190 {
    margin-top: 10.55556%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt190 {
    margin-top: -10.55556%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w20 {
    width: 34.48276%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt200 {
    margin-top: 11.11111%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt200 {
    margin-top: -11.11111%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w21 {
    width: 36.2069%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt210 {
    margin-top: 11.66667%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt210 {
    margin-top: -11.66667%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w22 {
    width: 37.93103%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt220 {
    margin-top: 12.22222%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt220 {
    margin-top: -12.22222%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w23 {
    width: 39.65517%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt230 {
    margin-top: 12.77778%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt230 {
    margin-top: -12.77778%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w24 {
    width: 41.37931%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt240 {
    margin-top: 13.33333%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt240 {
    margin-top: -13.33333%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w25 {
    width: 43.10345%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt250 {
    margin-top: 13.88889%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt250 {
    margin-top: -13.88889%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w26 {
    width: 44.82759%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt260 {
    margin-top: 14.44444%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt260 {
    margin-top: -14.44444%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w27 {
    width: 46.55172%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt270 {
    margin-top: 15%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt270 {
    margin-top: -15%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w28 {
    width: 48.27586%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt280 {
    margin-top: 15.55556%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt280 {
    margin-top: -15.55556%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w29 {
    width: 50%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt290 {
    margin-top: 16.11111%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt290 {
    margin-top: -16.11111%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--w30 {
    width: 51.72414%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--mt300 {
    margin-top: 16.66667%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--nmt300 {
    margin-top: -16.66667%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--r0 {
    float: right
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--r0 {
    margin-right: 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--r0 {
    margin-right: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--l0 {
    float: left
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--l0 {
    margin-left: 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--l0 {
    margin-left: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--r1 {
    float: right
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--r1 {
    margin-right: 1.72414%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--r1 {
    margin-right: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--l1 {
    float: left
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--l1 {
    margin-left: 1.72414%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--l1 {
    margin-left: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--r2 {
    float: right
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--r2 {
    margin-right: 3.44828%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--r2 {
    margin-right: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--l2 {
    float: left
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--l2 {
    margin-left: 3.44828%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--l2 {
    margin-left: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--r3 {
    float: right
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--r3 {
    margin-right: 5.17241%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--r3 {
    margin-right: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--l3 {
    float: left
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--l3 {
    margin-left: 5.17241%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--l3 {
    margin-left: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--r4 {
    float: right
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--r4 {
    margin-right: 6.89655%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--r4 {
    margin-right: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--l4 {
    float: left
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--l4 {
    margin-left: 6.89655%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--l4 {
    margin-left: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--r5 {
    float: right
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--r5 {
    margin-right: 8.62069%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--r5 {
    margin-right: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--l5 {
    float: left
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--l5 {
    margin-left: 8.62069%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--l5 {
    margin-left: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--r6 {
    float: right
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--r6 {
    margin-right: 10.34483%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--r6 {
    margin-right: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--l6 {
    float: left
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--l6 {
    margin-left: 10.34483%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--l6 {
    margin-left: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--r7 {
    float: right
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--r7 {
    margin-right: 12.06897%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--r7 {
    margin-right: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--l7 {
    float: left
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--l7 {
    margin-left: 12.06897%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--l7 {
    margin-left: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--r8 {
    float: right
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--r8 {
    margin-right: 13.7931%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--r8 {
    margin-right: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--l8 {
    float: left
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--l8 {
    margin-left: 13.7931%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--l8 {
    margin-left: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--r9 {
    float: right
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--r9 {
    margin-right: 15.51724%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--r9 {
    margin-right: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--l9 {
    float: left
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--l9 {
    margin-left: 15.51724%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--l9 {
    margin-left: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--r10 {
    float: right
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--r10 {
    margin-right: 17.24138%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--r10 {
    margin-right: 3.44828%
  }
}

@media all and (min-width:768px) {
  .p-career-interview-float-section__contents--l10 {
    float: left
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-float-section__contents--l10 {
    margin-left: 17.24138%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--l10 {
    margin-left: 3.44828%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--photo {
    width: 34.48276%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-float-section__contents--text {
    width: 55.17241%
  }
}

.p-career-interview-kv {
  width: 100%
}

@media all and (min-width:768px) {
  .p-career-interview-kv {
    position: relative;
    z-index: 0
  }

  .p-career-interview-kv:after,
  .p-career-interview-kv:before {
    content: "";
    display: table
  }

  .p-career-interview-kv:after {
    clear: both
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-kv {
    margin-bottom: 8.62069%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-kv {
    margin-bottom: 60px
  }
}

@media all and (max-width:767px) {
  .p-career-interview-kv {
    margin-top: -20px;
    margin-bottom: 20px
  }
}

@media all and (min-width:768px) {
  .p-career-interview-kv__image {
    display: block;
    float: right;
    position: relative;
    z-index: 10
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-kv__image {
    width: 27.58621%;
    margin-top: 3.44828%;
    margin-right: 10.34483%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-kv__image {
    width: 31.03448%;
    margin-right: 6.89655%
  }
}

.p-career-interview-kv__image img {
  width: 100%
}

.p-career-interview-kv__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff
}

@media all and (min-width:768px) {
  .p-career-interview-kv__text {
    position: relative;
    z-index: 10;
    float: left;
    margin-top: 27.58621%;
    padding: 6.89655%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-kv__text {
    width: 44.82759%;
    margin-left: 13.7931%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-kv__text {
    width: 51.72414%;
    margin-left: 6.89655%
  }
}

@media all and (max-width:767px) {
  .p-career-interview-kv__text {
    position: relative;
    z-index: 10;
    margin-top: -40px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 27px 20px 30px
  }
}

.p-career-interview-kv__name {
  line-height: 1.75;
  font-weight: 400;
  margin-top: 0
}

@media all and (min-width:768px) {
  .p-career-interview-kv__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }
}

@media all and (max-width:767px) {
  .p-career-interview-kv__name {
    margin-bottom: 15px;
    text-align: center
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-kv__name-initial {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-kv__name-initial {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-career-interview-kv__name-initial {
    font-size: 22px;
    font-size: 1.375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-career-interview-kv__name-initial {
    font-size: 5.86667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-career-interview-kv__name-initial {
    font-size: 24.288px
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-kv__name-role {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-kv__name-role {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) {
  .p-career-interview-kv__name-role {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-career-interview-kv__name-role {
    font-size: 3.73333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-career-interview-kv__name-role {
    font-size: 15.456px
  }
}

@media all and (min-width:768px) {
  .p-career-interview-kv__name-role {
    margin-left: 30px
  }
}

.p-career-interview-kv__history {
  margin: 0
}

@media all and (min-width:768px) {
  .p-career-interview-kv__bg-text {
    position: absolute;
    top: 0;
    left: 2.18391%;
    z-index: 5;
    margin-top: 14.94253%
  }

  .p-career-interview-kv__bg-text--01 {
    width: 50.81379%
  }

  .p-career-interview-kv__bg-text--02 {
    width: 56.68966%
  }

  .p-career-interview-kv__bg-text--03 {
    width: 55.69655%
  }

  .p-career-interview-kv__bg-text--04 {
    width: 62.56552%
  }

  .p-career-interview-kv__bg-text--05 {
    width: 50.15172%
  }

  .p-career-interview-kv__bg-text--06 {
    width: 57.51724%
  }

  .p-career-interview-kv__bg-text--07 {
    width: 58.42759%
  }

  .p-career-interview-kv__bg-text--08 {
    width: 65.71034%
  }

  .p-career-interview-kv__bg-text--09 {
    width: 57.10345%
  }

  .p-career-interview-kv__bg-text--10 {
    width: 47.50345%
  }

  .p-career-interview-kv__bg-text--11 {
    width: 50.15172%
  }

  .p-career-interview-kv__bg-text--12 {
    width: 54.78621%
  }

  .p-career-interview-kv__bg-text--13 {
    width: 55.94483%
  }

  .p-career-interview-kv__bg-text--14 {
    width: 52.22069%
  }

  .p-career-interview-kv__bg-text--15 {
    width: 51.47586%
  }

  .p-career-interview-kv__bg-text img {
    width: 100%;
    height: auto
  }
}

@media all and (max-width:767px) {
  .p-career-interview-kv__bg-text {
    display: none
  }
}

@media all and (min-width:768px) {
  .p-career-interview-kv__bg-image {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 18.3908%
  }
}

@media all and (min-width:1025px) {
  .p-career-interview-kv__bg-image {
    width: 93.10345%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-interview-kv__bg-image {
    width: 96.55172%
  }
}

@media all and (max-width:767px) {
  .p-career-interview-kv__bg-image {
    display: none
  }
}

@media all and (min-width:768px) {
  .p-career-local-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4.44444%;
    margin-bottom: 4.44444%
  }
}

@media all and (max-width:767px) {
  .p-career-local-navi {
    margin: 20px 10px
  }
}

.p-career-local-navi__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  border: 0;
  text-align: center;
  text-decoration: none;
  background-color: #fff
}

@media all and (min-width:768px) {
  .p-career-local-navi__item {
    width: 31.66667%;
    margin-right: 3.33333%;
    padding-top: 38px;
    padding-bottom: 38px
  }

  .p-career-local-navi__item:last-child {
    margin-right: 0
  }
}

@media all and (max-width:767px) {
  .p-career-local-navi__item {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px
  }

  .p-career-local-navi__item:last-child {
    margin-bottom: 0
  }
}

.p-career-local-navi__item:after,
.p-career-local-navi__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.p-career-local-navi__item:before {
  border: 2px solid #d03c1b
}

.p-career-local-navi__item:after {
  background-color: #d03c1b
}

.p-career-local-navi__label {
  line-height: 1
}

.p-career-local-navi__label-en {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  color: #d03c1b;
  text-transform: uppercase
}

@media all and (min-width:1025px) {
  .p-career-local-navi__label-en {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-career-local-navi__label-en {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-career-local-navi__label-en {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-career-local-navi__label-en {
    font-size: 4.8vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-career-local-navi__label-en {
    font-size: 19.872px
  }
}

@media all and (min-width:768px) {
  .p-career-local-navi__label-en {
    margin-bottom: 15px
  }
}

.p-career-local-navi__label-ja {
  position: relative;
  z-index: 10;
  color: #333
}

.p-career-local-navi__item:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.p-career-local-navi__item.is-over:after {
  -webkit-animation-name: through;
  animation-name: through;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.p-career-local-navi__item.is-over .p-career-local-navi__label-en {
  -webkit-animation-name: fromOrangeToWhite;
  animation-name: fromOrangeToWhite;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.p-career-local-navi__item.is-over .p-career-local-navi__label-ja {
  -webkit-animation-name: fromGreyToWhite;
  animation-name: fromGreyToWhite;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
  animation-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.p-career-slogan__path {
  fill: none;
  stroke: #d03c1b;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

.p-infographic-image {
  margin-top: 6.06061%
}

@media all and (min-width:768px) {
  .p-infographic-image-2col {
    width: 100%;
    position: absolute;
    bottom: 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-infographic-image-2col {
    width: 90%
  }
}

@media all and (max-width:767px) {
  .p-infographic-image-2col {
    margin-top: 6.06061%
  }
}

@media all and (min-width:768px) {
  .p-infographic-image__padding {
    padding-bottom: 104.54545%
  }
}

.p-project-conversation__question {
  margin-bottom: 52px
}

@media all and (min-width:1025px) {
  .p-project-conversation__question {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-project-conversation__question {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-project-conversation__question {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-project-conversation__question {
    font-size: 4.26667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-project-conversation__question {
    font-size: 17.664px
  }
}

@media all and (max-width:767px) {
  .p-project-conversation__question {
    margin-bottom: 30px
  }
}

.p-project-conversation__answer {
  margin-bottom: 32px
}

.p-project-conversation__answer:last-child {
  margin-bottom: 0
}

.p-project-conversation__answer-speaker {
  float: left;
  line-height: 1;
  padding-top: 8px
}

@media all and (min-width:1025px) {
  .p-project-conversation__answer-speaker {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-project-conversation__answer-speaker {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-project-conversation__answer-speaker {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-project-conversation__answer-speaker {
    font-size: 4.26667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-project-conversation__answer-speaker {
    font-size: 17.664px
  }
}

@media all and (max-width:767px) {
  .p-project-conversation__answer-speaker {
    padding-top: 3px
  }
}

.p-project-conversation__answer-content {
  margin-left: 4em;
  letter-spacing: .08em
}

@media all and (min-width:768px) {
  .p-project-profile__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9.09091%
  }
}

@media all and (max-width:767px) {
  .p-project-profile__item {
    margin-top: 35px
  }
}

@media all and (min-width:768px) {
  .p-project-profile__thumb {
    width: 22.72727%;
    margin-right: 4.54545%
  }
}

@media all and (max-width:767px) {
  .p-project-profile__thumb {
    width: 150px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto
  }
}

@media all and (min-width:768px) {
  .p-project-profile__text {
    width: 72.72727%
  }
}

.p-project-profile__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 17px;
  margin-bottom: 10px
}

.p-project-profile__name-initial {
  margin-right: 30px;
  line-height: 1
}

@media all and (min-width:1025px) {
  .p-project-profile__name-initial {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-project-profile__name-initial {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-project-profile__name-initial {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-project-profile__name-initial {
    font-size: 4.26667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-project-profile__name-initial {
    font-size: 17.664px
  }
}

@media all and (max-width:767px) {
  .p-project-profile__name-initial {
    margin-right: 15px
  }
}

.p-project-profile__name-roll {
  line-height: 1
}

@media all and (min-width:1025px) {
  .p-project-profile__name-roll {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-project-profile__name-roll {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) {
  .p-project-profile__name-roll {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-project-profile__name-roll {
    font-size: 3.2vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-project-profile__name-roll {
    font-size: 13.248px
  }
}

.p-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media all and (max-width:767px) {
  .p-sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-sitemap a {
  display: inline-block;
  line-height: 1.5;
  color: #e54530;
  text-decoration: underline
}

@media all and (min-width:768px) {
  .p-sitemap__wrap {
    width: 50%
  }

  .p-sitemap__wrap:first-child {
    padding-right: 30px
  }
}

@media all and (max-width:767px) {
  .p-sitemap__wrap {
    width: 100%;
    margin-top: 35px
  }

  .p-sitemap__wrap:first-child {
    margin-top: 0
  }
}

@media all and (min-width:768px) {
  .p-sitemap__item {
    margin-top: 70px
  }
}

@media all and (max-width:767px) {
  .p-sitemap__item {
    margin-top: 35px
  }
}

.p-sitemap__item:first-child {
  margin-top: 0
}

.p-sitemap ul.p-sitemap__list li {
  padding-left: 0;
  margin-bottom: 25px
}

.p-sitemap ul.p-sitemap__list li:last-child {
  margin-bottom: 0
}

.p-sitemap ul.p-sitemap__list li:before {
  content: '';
  top: 0;
  left: 0
}

.p-sitemap ul.p-sitemap__list-lower li {
  padding-left: 30px;
  margin-bottom: 0
}

.p-sitemap ul.p-sitemap__list-lower li:before {
  content: '-';
  display: block;
  position: absolute;
  top: 0;
  left: 14px
}

.is-over .p-sitemap a,
.p-sitemap a.is-over {
  text-decoration: none
}

.u-d-b {
  display: block
}

.u-d-ib {
  display: inline-block
}

.u-d-i {
  display: inline
}

.u-d-fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.u-d-fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.u-d-fe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.u-d-fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.u-d-fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media all and (min-width:1025px) {
  .u-dn-pc {
    display: none
  }
}

@media all and (min-width:1367px) {
  .u-dn-pc-l {
    display: none
  }
}

@media all and (min-width:1025px) and (max-width:1366px) {
  .u-dn-pc-s {
    display: none
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-dn-tablet {
    display: none
  }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
  .u-dn-tablet-l {
    display: none
  }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
  .u-dn-tablet-p {
    display: none
  }
}

@media all and (max-width:767px) {
  .u-dn-mobile {
    display: none
  }
}

@media all and (min-width:768px) {
  .u-dn-more-mobile {
    display: none
  }
}

.u-fw-1 {
  font-weight: 100
}

.u-fw-2 {
  font-weight: 200
}

.u-fw-3 {
  font-weight: 300
}

.u-fw-4 {
  font-weight: 400
}

.u-fw-5 {
  font-weight: 500
}

.u-fw-6 {
  font-weight: 600
}

.u-fw-7 {
  font-weight: 700
}

@media all and (min-width:1025px) {
  .u-fz-1 {
    font-size: 1px;
    font-size: .0625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-1 {
    font-size: 1px;
    font-size: .0625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-1 {
    font-size: 1px;
    font-size: .0625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-1 {
    font-size: .26667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-1 {
    font-size: 1.104px
  }
}

@media all and (min-width:1025px) {
  .u-fz-2 {
    font-size: 2px;
    font-size: .125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-2 {
    font-size: 2px;
    font-size: .125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-2 {
    font-size: 2px;
    font-size: .125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-2 {
    font-size: .53333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-2 {
    font-size: 2.208px
  }
}

@media all and (min-width:1025px) {
  .u-fz-3 {
    font-size: 3px;
    font-size: .1875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-3 {
    font-size: 3px;
    font-size: .1875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-3 {
    font-size: 3px;
    font-size: .1875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-3 {
    font-size: .8vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-3 {
    font-size: 3.312px
  }
}

@media all and (min-width:1025px) {
  .u-fz-4 {
    font-size: 4px;
    font-size: .25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-4 {
    font-size: 4px;
    font-size: .25rem
  }
}

@media all and (max-width:767px) {
  .u-fz-4 {
    font-size: 4px;
    font-size: .25rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-4 {
    font-size: 1.06667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-4 {
    font-size: 4.416px
  }
}

@media all and (min-width:1025px) {
  .u-fz-5 {
    font-size: 5px;
    font-size: .3125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-5 {
    font-size: 5px;
    font-size: .3125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-5 {
    font-size: 5px;
    font-size: .3125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-5 {
    font-size: 1.33333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-5 {
    font-size: 5.52px
  }
}

@media all and (min-width:1025px) {
  .u-fz-6 {
    font-size: 6px;
    font-size: .375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-6 {
    font-size: 6px;
    font-size: .375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-6 {
    font-size: 6px;
    font-size: .375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-6 {
    font-size: 1.6vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-6 {
    font-size: 6.624px
  }
}

@media all and (min-width:1025px) {
  .u-fz-7 {
    font-size: 7px;
    font-size: .4375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-7 {
    font-size: 7px;
    font-size: .4375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-7 {
    font-size: 7px;
    font-size: .4375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-7 {
    font-size: 1.86667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-7 {
    font-size: 7.728px
  }
}

@media all and (min-width:1025px) {
  .u-fz-8 {
    font-size: 8px;
    font-size: .5rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-8 {
    font-size: 8px;
    font-size: .5rem
  }
}

@media all and (max-width:767px) {
  .u-fz-8 {
    font-size: 8px;
    font-size: .5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-8 {
    font-size: 2.13333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-8 {
    font-size: 8.832px
  }
}

@media all and (min-width:1025px) {
  .u-fz-9 {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-9 {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-9 {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-9 {
    font-size: 2.4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-9 {
    font-size: 9.936px
  }
}

@media all and (min-width:1025px) {
  .u-fz-10 {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-10 {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-10 {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-10 {
    font-size: 2.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-10 {
    font-size: 11.04px
  }
}

@media all and (min-width:1025px) {
  .u-fz-11 {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-11 {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-11 {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-11 {
    font-size: 2.93333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-11 {
    font-size: 12.144px
  }
}

@media all and (min-width:1025px) {
  .u-fz-12 {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-12 {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .u-fz-12 {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-12 {
    font-size: 3.2vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-12 {
    font-size: 13.248px
  }
}

@media all and (min-width:1025px) {
  .u-fz-13 {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-13 {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-13 {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-13 {
    font-size: 3.46667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-13 {
    font-size: 14.352px
  }
}

@media all and (min-width:1025px) {
  .u-fz-14 {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-14 {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-14 {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-14 {
    font-size: 3.73333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-14 {
    font-size: 15.456px
  }
}

@media all and (min-width:1025px) {
  .u-fz-15 {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-15 {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-15 {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-15 {
    font-size: 4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-15 {
    font-size: 16.56px
  }
}

@media all and (min-width:1025px) {
  .u-fz-16 {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-16 {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .u-fz-16 {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-16 {
    font-size: 4.26667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-16 {
    font-size: 17.664px
  }
}

@media all and (min-width:1025px) {
  .u-fz-17 {
    font-size: 17px;
    font-size: 1.0625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-17 {
    font-size: 17px;
    font-size: 1.0625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-17 {
    font-size: 17px;
    font-size: 1.0625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-17 {
    font-size: 4.53333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-17 {
    font-size: 18.768px
  }
}

@media all and (min-width:1025px) {
  .u-fz-18 {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-18 {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-18 {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-18 {
    font-size: 4.8vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-18 {
    font-size: 19.872px
  }
}

@media all and (min-width:1025px) {
  .u-fz-19 {
    font-size: 19px;
    font-size: 1.1875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-19 {
    font-size: 19px;
    font-size: 1.1875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-19 {
    font-size: 19px;
    font-size: 1.1875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-19 {
    font-size: 5.06667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-19 {
    font-size: 20.976px
  }
}

@media all and (min-width:1025px) {
  .u-fz-20 {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-20 {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .u-fz-20 {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-20 {
    font-size: 5.33333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-20 {
    font-size: 22.08px
  }
}

@media all and (min-width:1025px) {
  .u-fz-21 {
    font-size: 21px;
    font-size: 1.3125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-21 {
    font-size: 21px;
    font-size: 1.3125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-21 {
    font-size: 21px;
    font-size: 1.3125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-21 {
    font-size: 5.6vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-21 {
    font-size: 23.184px
  }
}

@media all and (min-width:1025px) {
  .u-fz-22 {
    font-size: 22px;
    font-size: 1.375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-22 {
    font-size: 22px;
    font-size: 1.375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-22 {
    font-size: 22px;
    font-size: 1.375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-22 {
    font-size: 5.86667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-22 {
    font-size: 24.288px
  }
}

@media all and (min-width:1025px) {
  .u-fz-23 {
    font-size: 23px;
    font-size: 1.4375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-23 {
    font-size: 23px;
    font-size: 1.4375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-23 {
    font-size: 23px;
    font-size: 1.4375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-23 {
    font-size: 6.13333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-23 {
    font-size: 25.392px
  }
}

@media all and (min-width:1025px) {
  .u-fz-24 {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-24 {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (max-width:767px) {
  .u-fz-24 {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-24 {
    font-size: 6.4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-24 {
    font-size: 26.496px
  }
}

@media all and (min-width:1025px) {
  .u-fz-25 {
    font-size: 25px;
    font-size: 1.5625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-25 {
    font-size: 25px;
    font-size: 1.5625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-25 {
    font-size: 25px;
    font-size: 1.5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-25 {
    font-size: 6.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-25 {
    font-size: 27.6px
  }
}

@media all and (min-width:1025px) {
  .u-fz-26 {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-26 {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-26 {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-26 {
    font-size: 6.93333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-26 {
    font-size: 28.704px
  }
}

@media all and (min-width:1025px) {
  .u-fz-27 {
    font-size: 27px;
    font-size: 1.6875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-27 {
    font-size: 27px;
    font-size: 1.6875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-27 {
    font-size: 27px;
    font-size: 1.6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-27 {
    font-size: 7.2vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-27 {
    font-size: 29.808px
  }
}

@media all and (min-width:1025px) {
  .u-fz-28 {
    font-size: 28px;
    font-size: 1.75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-28 {
    font-size: 28px;
    font-size: 1.75rem
  }
}

@media all and (max-width:767px) {
  .u-fz-28 {
    font-size: 28px;
    font-size: 1.75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-28 {
    font-size: 7.46667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-28 {
    font-size: 30.912px
  }
}

@media all and (min-width:1025px) {
  .u-fz-29 {
    font-size: 29px;
    font-size: 1.8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-29 {
    font-size: 29px;
    font-size: 1.8125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-29 {
    font-size: 29px;
    font-size: 1.8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-29 {
    font-size: 7.73333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-29 {
    font-size: 32.016px
  }
}

@media all and (min-width:1025px) {
  .u-fz-30 {
    font-size: 30px;
    font-size: 1.875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-30 {
    font-size: 30px;
    font-size: 1.875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-30 {
    font-size: 30px;
    font-size: 1.875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-30 {
    font-size: 8vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-30 {
    font-size: 33.12px
  }
}

@media all and (min-width:1025px) {
  .u-fz-31 {
    font-size: 31px;
    font-size: 1.9375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-31 {
    font-size: 31px;
    font-size: 1.9375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-31 {
    font-size: 31px;
    font-size: 1.9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-31 {
    font-size: 8.26667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-31 {
    font-size: 34.224px
  }
}

@media all and (min-width:1025px) {
  .u-fz-32 {
    font-size: 32px;
    font-size: 2rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-32 {
    font-size: 32px;
    font-size: 2rem
  }
}

@media all and (max-width:767px) {
  .u-fz-32 {
    font-size: 32px;
    font-size: 2rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-32 {
    font-size: 8.53333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-32 {
    font-size: 35.328px
  }
}

@media all and (min-width:1025px) {
  .u-fz-33 {
    font-size: 33px;
    font-size: 2.0625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-33 {
    font-size: 33px;
    font-size: 2.0625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-33 {
    font-size: 33px;
    font-size: 2.0625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-33 {
    font-size: 8.8vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-33 {
    font-size: 36.432px
  }
}

@media all and (min-width:1025px) {
  .u-fz-34 {
    font-size: 34px;
    font-size: 2.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-34 {
    font-size: 34px;
    font-size: 2.125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-34 {
    font-size: 34px;
    font-size: 2.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-34 {
    font-size: 9.06667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-34 {
    font-size: 37.536px
  }
}

@media all and (min-width:1025px) {
  .u-fz-35 {
    font-size: 35px;
    font-size: 2.1875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-35 {
    font-size: 35px;
    font-size: 2.1875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-35 {
    font-size: 35px;
    font-size: 2.1875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-35 {
    font-size: 9.33333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-35 {
    font-size: 38.64px
  }
}

@media all and (min-width:1025px) {
  .u-fz-36 {
    font-size: 36px;
    font-size: 2.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-36 {
    font-size: 36px;
    font-size: 2.25rem
  }
}

@media all and (max-width:767px) {
  .u-fz-36 {
    font-size: 36px;
    font-size: 2.25rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-36 {
    font-size: 9.6vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-36 {
    font-size: 39.744px
  }
}

@media all and (min-width:1025px) {
  .u-fz-37 {
    font-size: 37px;
    font-size: 2.3125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-37 {
    font-size: 37px;
    font-size: 2.3125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-37 {
    font-size: 37px;
    font-size: 2.3125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-37 {
    font-size: 9.86667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-37 {
    font-size: 40.848px
  }
}

@media all and (min-width:1025px) {
  .u-fz-38 {
    font-size: 38px;
    font-size: 2.375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-38 {
    font-size: 38px;
    font-size: 2.375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-38 {
    font-size: 38px;
    font-size: 2.375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-38 {
    font-size: 10.13333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-38 {
    font-size: 41.952px
  }
}

@media all and (min-width:1025px) {
  .u-fz-39 {
    font-size: 39px;
    font-size: 2.4375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-39 {
    font-size: 39px;
    font-size: 2.4375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-39 {
    font-size: 39px;
    font-size: 2.4375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-39 {
    font-size: 10.4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-39 {
    font-size: 43.056px
  }
}

@media all and (min-width:1025px) {
  .u-fz-40 {
    font-size: 40px;
    font-size: 2.5rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-40 {
    font-size: 40px;
    font-size: 2.5rem
  }
}

@media all and (max-width:767px) {
  .u-fz-40 {
    font-size: 40px;
    font-size: 2.5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-40 {
    font-size: 10.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-40 {
    font-size: 44.16px
  }
}

@media all and (min-width:1025px) {
  .u-fz-41 {
    font-size: 41px;
    font-size: 2.5625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-41 {
    font-size: 41px;
    font-size: 2.5625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-41 {
    font-size: 41px;
    font-size: 2.5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-41 {
    font-size: 10.93333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-41 {
    font-size: 45.264px
  }
}

@media all and (min-width:1025px) {
  .u-fz-42 {
    font-size: 42px;
    font-size: 2.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-42 {
    font-size: 42px;
    font-size: 2.625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-42 {
    font-size: 42px;
    font-size: 2.625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-42 {
    font-size: 11.2vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-42 {
    font-size: 46.368px
  }
}

@media all and (min-width:1025px) {
  .u-fz-43 {
    font-size: 43px;
    font-size: 2.6875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-43 {
    font-size: 43px;
    font-size: 2.6875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-43 {
    font-size: 43px;
    font-size: 2.6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-43 {
    font-size: 11.46667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-43 {
    font-size: 47.472px
  }
}

@media all and (min-width:1025px) {
  .u-fz-44 {
    font-size: 44px;
    font-size: 2.75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-44 {
    font-size: 44px;
    font-size: 2.75rem
  }
}

@media all and (max-width:767px) {
  .u-fz-44 {
    font-size: 44px;
    font-size: 2.75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-44 {
    font-size: 11.73333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-44 {
    font-size: 48.576px
  }
}

@media all and (min-width:1025px) {
  .u-fz-45 {
    font-size: 45px;
    font-size: 2.8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-45 {
    font-size: 45px;
    font-size: 2.8125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-45 {
    font-size: 45px;
    font-size: 2.8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-45 {
    font-size: 12vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-45 {
    font-size: 49.68px
  }
}

@media all and (min-width:1025px) {
  .u-fz-46 {
    font-size: 46px;
    font-size: 2.875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-46 {
    font-size: 46px;
    font-size: 2.875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-46 {
    font-size: 46px;
    font-size: 2.875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-46 {
    font-size: 12.26667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-46 {
    font-size: 50.784px
  }
}

@media all and (min-width:1025px) {
  .u-fz-47 {
    font-size: 47px;
    font-size: 2.9375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-47 {
    font-size: 47px;
    font-size: 2.9375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-47 {
    font-size: 47px;
    font-size: 2.9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-47 {
    font-size: 12.53333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-47 {
    font-size: 51.888px
  }
}

@media all and (min-width:1025px) {
  .u-fz-48 {
    font-size: 48px;
    font-size: 3rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-48 {
    font-size: 48px;
    font-size: 3rem
  }
}

@media all and (max-width:767px) {
  .u-fz-48 {
    font-size: 48px;
    font-size: 3rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-48 {
    font-size: 12.8vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-48 {
    font-size: 52.992px
  }
}

@media all and (min-width:1025px) {
  .u-fz-49 {
    font-size: 49px;
    font-size: 3.0625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-49 {
    font-size: 49px;
    font-size: 3.0625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-49 {
    font-size: 49px;
    font-size: 3.0625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-49 {
    font-size: 13.06667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-49 {
    font-size: 54.096px
  }
}

@media all and (min-width:1025px) {
  .u-fz-50 {
    font-size: 50px;
    font-size: 3.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-50 {
    font-size: 50px;
    font-size: 3.125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-50 {
    font-size: 50px;
    font-size: 3.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-50 {
    font-size: 13.33333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-50 {
    font-size: 55.2px
  }
}

@media all and (min-width:1025px) {
  .u-fz-51 {
    font-size: 51px;
    font-size: 3.1875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-51 {
    font-size: 51px;
    font-size: 3.1875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-51 {
    font-size: 51px;
    font-size: 3.1875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-51 {
    font-size: 13.6vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-51 {
    font-size: 56.304px
  }
}

@media all and (min-width:1025px) {
  .u-fz-52 {
    font-size: 52px;
    font-size: 3.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-52 {
    font-size: 52px;
    font-size: 3.25rem
  }
}

@media all and (max-width:767px) {
  .u-fz-52 {
    font-size: 52px;
    font-size: 3.25rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-52 {
    font-size: 13.86667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-52 {
    font-size: 57.408px
  }
}

@media all and (min-width:1025px) {
  .u-fz-53 {
    font-size: 53px;
    font-size: 3.3125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-53 {
    font-size: 53px;
    font-size: 3.3125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-53 {
    font-size: 53px;
    font-size: 3.3125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-53 {
    font-size: 14.13333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-53 {
    font-size: 58.512px
  }
}

@media all and (min-width:1025px) {
  .u-fz-54 {
    font-size: 54px;
    font-size: 3.375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-54 {
    font-size: 54px;
    font-size: 3.375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-54 {
    font-size: 54px;
    font-size: 3.375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-54 {
    font-size: 14.4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-54 {
    font-size: 59.616px
  }
}

@media all and (min-width:1025px) {
  .u-fz-55 {
    font-size: 55px;
    font-size: 3.4375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-55 {
    font-size: 55px;
    font-size: 3.4375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-55 {
    font-size: 55px;
    font-size: 3.4375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-55 {
    font-size: 14.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-55 {
    font-size: 60.72px
  }
}

@media all and (min-width:1025px) {
  .u-fz-56 {
    font-size: 56px;
    font-size: 3.5rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-56 {
    font-size: 56px;
    font-size: 3.5rem
  }
}

@media all and (max-width:767px) {
  .u-fz-56 {
    font-size: 56px;
    font-size: 3.5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-56 {
    font-size: 14.93333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-56 {
    font-size: 61.824px
  }
}

@media all and (min-width:1025px) {
  .u-fz-57 {
    font-size: 57px;
    font-size: 3.5625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-57 {
    font-size: 57px;
    font-size: 3.5625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-57 {
    font-size: 57px;
    font-size: 3.5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-57 {
    font-size: 15.2vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-57 {
    font-size: 62.928px
  }
}

@media all and (min-width:1025px) {
  .u-fz-58 {
    font-size: 58px;
    font-size: 3.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-58 {
    font-size: 58px;
    font-size: 3.625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-58 {
    font-size: 58px;
    font-size: 3.625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-58 {
    font-size: 15.46667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-58 {
    font-size: 64.032px
  }
}

@media all and (min-width:1025px) {
  .u-fz-59 {
    font-size: 59px;
    font-size: 3.6875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-59 {
    font-size: 59px;
    font-size: 3.6875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-59 {
    font-size: 59px;
    font-size: 3.6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-59 {
    font-size: 15.73333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-59 {
    font-size: 65.136px
  }
}

@media all and (min-width:1025px) {
  .u-fz-60 {
    font-size: 60px;
    font-size: 3.75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-60 {
    font-size: 60px;
    font-size: 3.75rem
  }
}

@media all and (max-width:767px) {
  .u-fz-60 {
    font-size: 60px;
    font-size: 3.75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-60 {
    font-size: 16vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-60 {
    font-size: 66.24px
  }
}

@media all and (min-width:1025px) {
  .u-fz-61 {
    font-size: 61px;
    font-size: 3.8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-61 {
    font-size: 61px;
    font-size: 3.8125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-61 {
    font-size: 61px;
    font-size: 3.8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-61 {
    font-size: 16.26667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-61 {
    font-size: 67.344px
  }
}

@media all and (min-width:1025px) {
  .u-fz-62 {
    font-size: 62px;
    font-size: 3.875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-62 {
    font-size: 62px;
    font-size: 3.875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-62 {
    font-size: 62px;
    font-size: 3.875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-62 {
    font-size: 16.53333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-62 {
    font-size: 68.448px
  }
}

@media all and (min-width:1025px) {
  .u-fz-63 {
    font-size: 63px;
    font-size: 3.9375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-63 {
    font-size: 63px;
    font-size: 3.9375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-63 {
    font-size: 63px;
    font-size: 3.9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-63 {
    font-size: 16.8vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-63 {
    font-size: 69.552px
  }
}

@media all and (min-width:1025px) {
  .u-fz-64 {
    font-size: 64px;
    font-size: 4rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-64 {
    font-size: 64px;
    font-size: 4rem
  }
}

@media all and (max-width:767px) {
  .u-fz-64 {
    font-size: 64px;
    font-size: 4rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-64 {
    font-size: 17.06667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-64 {
    font-size: 70.656px
  }
}

@media all and (min-width:1025px) {
  .u-fz-65 {
    font-size: 65px;
    font-size: 4.0625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-65 {
    font-size: 65px;
    font-size: 4.0625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-65 {
    font-size: 65px;
    font-size: 4.0625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-65 {
    font-size: 17.33333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-65 {
    font-size: 71.76px
  }
}

@media all and (min-width:1025px) {
  .u-fz-66 {
    font-size: 66px;
    font-size: 4.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-66 {
    font-size: 66px;
    font-size: 4.125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-66 {
    font-size: 66px;
    font-size: 4.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-66 {
    font-size: 17.6vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-66 {
    font-size: 72.864px
  }
}

@media all and (min-width:1025px) {
  .u-fz-67 {
    font-size: 67px;
    font-size: 4.1875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-67 {
    font-size: 67px;
    font-size: 4.1875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-67 {
    font-size: 67px;
    font-size: 4.1875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-67 {
    font-size: 17.86667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-67 {
    font-size: 73.968px
  }
}

@media all and (min-width:1025px) {
  .u-fz-68 {
    font-size: 68px;
    font-size: 4.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-68 {
    font-size: 68px;
    font-size: 4.25rem
  }
}

@media all and (max-width:767px) {
  .u-fz-68 {
    font-size: 68px;
    font-size: 4.25rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-68 {
    font-size: 18.13333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-68 {
    font-size: 75.072px
  }
}

@media all and (min-width:1025px) {
  .u-fz-69 {
    font-size: 69px;
    font-size: 4.3125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-69 {
    font-size: 69px;
    font-size: 4.3125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-69 {
    font-size: 69px;
    font-size: 4.3125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-69 {
    font-size: 18.4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-69 {
    font-size: 76.176px
  }
}

@media all and (min-width:1025px) {
  .u-fz-70 {
    font-size: 70px;
    font-size: 4.375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-70 {
    font-size: 70px;
    font-size: 4.375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-70 {
    font-size: 70px;
    font-size: 4.375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-70 {
    font-size: 18.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-70 {
    font-size: 77.28px
  }
}

@media all and (min-width:1025px) {
  .u-fz-71 {
    font-size: 71px;
    font-size: 4.4375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-71 {
    font-size: 71px;
    font-size: 4.4375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-71 {
    font-size: 71px;
    font-size: 4.4375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-71 {
    font-size: 18.93333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-71 {
    font-size: 78.384px
  }
}

@media all and (min-width:1025px) {
  .u-fz-72 {
    font-size: 72px;
    font-size: 4.5rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-72 {
    font-size: 72px;
    font-size: 4.5rem
  }
}

@media all and (max-width:767px) {
  .u-fz-72 {
    font-size: 72px;
    font-size: 4.5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-72 {
    font-size: 19.2vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-72 {
    font-size: 79.488px
  }
}

@media all and (min-width:1025px) {
  .u-fz-73 {
    font-size: 73px;
    font-size: 4.5625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-73 {
    font-size: 73px;
    font-size: 4.5625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-73 {
    font-size: 73px;
    font-size: 4.5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-73 {
    font-size: 19.46667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-73 {
    font-size: 80.592px
  }
}

@media all and (min-width:1025px) {
  .u-fz-74 {
    font-size: 74px;
    font-size: 4.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-74 {
    font-size: 74px;
    font-size: 4.625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-74 {
    font-size: 74px;
    font-size: 4.625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-74 {
    font-size: 19.73333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-74 {
    font-size: 81.696px
  }
}

@media all and (min-width:1025px) {
  .u-fz-75 {
    font-size: 75px;
    font-size: 4.6875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-75 {
    font-size: 75px;
    font-size: 4.6875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-75 {
    font-size: 75px;
    font-size: 4.6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-75 {
    font-size: 20vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-75 {
    font-size: 82.8px
  }
}

@media all and (min-width:1025px) {
  .u-fz-76 {
    font-size: 76px;
    font-size: 4.75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-76 {
    font-size: 76px;
    font-size: 4.75rem
  }
}

@media all and (max-width:767px) {
  .u-fz-76 {
    font-size: 76px;
    font-size: 4.75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-76 {
    font-size: 20.26667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-76 {
    font-size: 83.904px
  }
}

@media all and (min-width:1025px) {
  .u-fz-77 {
    font-size: 77px;
    font-size: 4.8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-77 {
    font-size: 77px;
    font-size: 4.8125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-77 {
    font-size: 77px;
    font-size: 4.8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-77 {
    font-size: 20.53333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-77 {
    font-size: 85.008px
  }
}

@media all and (min-width:1025px) {
  .u-fz-78 {
    font-size: 78px;
    font-size: 4.875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-78 {
    font-size: 78px;
    font-size: 4.875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-78 {
    font-size: 78px;
    font-size: 4.875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-78 {
    font-size: 20.8vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-78 {
    font-size: 86.112px
  }
}

@media all and (min-width:1025px) {
  .u-fz-79 {
    font-size: 79px;
    font-size: 4.9375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-79 {
    font-size: 79px;
    font-size: 4.9375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-79 {
    font-size: 79px;
    font-size: 4.9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-79 {
    font-size: 21.06667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-79 {
    font-size: 87.216px
  }
}

@media all and (min-width:1025px) {
  .u-fz-80 {
    font-size: 80px;
    font-size: 5rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-80 {
    font-size: 80px;
    font-size: 5rem
  }
}

@media all and (max-width:767px) {
  .u-fz-80 {
    font-size: 80px;
    font-size: 5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-80 {
    font-size: 21.33333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-80 {
    font-size: 88.32px
  }
}

@media all and (min-width:1025px) {
  .u-fz-81 {
    font-size: 81px;
    font-size: 5.0625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-81 {
    font-size: 81px;
    font-size: 5.0625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-81 {
    font-size: 81px;
    font-size: 5.0625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-81 {
    font-size: 21.6vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-81 {
    font-size: 89.424px
  }
}

@media all and (min-width:1025px) {
  .u-fz-82 {
    font-size: 82px;
    font-size: 5.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-82 {
    font-size: 82px;
    font-size: 5.125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-82 {
    font-size: 82px;
    font-size: 5.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-82 {
    font-size: 21.86667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-82 {
    font-size: 90.528px
  }
}

@media all and (min-width:1025px) {
  .u-fz-83 {
    font-size: 83px;
    font-size: 5.1875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-83 {
    font-size: 83px;
    font-size: 5.1875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-83 {
    font-size: 83px;
    font-size: 5.1875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-83 {
    font-size: 22.13333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-83 {
    font-size: 91.632px
  }
}

@media all and (min-width:1025px) {
  .u-fz-84 {
    font-size: 84px;
    font-size: 5.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-84 {
    font-size: 84px;
    font-size: 5.25rem
  }
}

@media all and (max-width:767px) {
  .u-fz-84 {
    font-size: 84px;
    font-size: 5.25rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-84 {
    font-size: 22.4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-84 {
    font-size: 92.736px
  }
}

@media all and (min-width:1025px) {
  .u-fz-85 {
    font-size: 85px;
    font-size: 5.3125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-85 {
    font-size: 85px;
    font-size: 5.3125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-85 {
    font-size: 85px;
    font-size: 5.3125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-85 {
    font-size: 22.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-85 {
    font-size: 93.84px
  }
}

@media all and (min-width:1025px) {
  .u-fz-86 {
    font-size: 86px;
    font-size: 5.375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-86 {
    font-size: 86px;
    font-size: 5.375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-86 {
    font-size: 86px;
    font-size: 5.375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-86 {
    font-size: 22.93333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-86 {
    font-size: 94.944px
  }
}

@media all and (min-width:1025px) {
  .u-fz-87 {
    font-size: 87px;
    font-size: 5.4375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-87 {
    font-size: 87px;
    font-size: 5.4375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-87 {
    font-size: 87px;
    font-size: 5.4375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-87 {
    font-size: 23.2vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-87 {
    font-size: 96.048px
  }
}

@media all and (min-width:1025px) {
  .u-fz-88 {
    font-size: 88px;
    font-size: 5.5rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-88 {
    font-size: 88px;
    font-size: 5.5rem
  }
}

@media all and (max-width:767px) {
  .u-fz-88 {
    font-size: 88px;
    font-size: 5.5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-88 {
    font-size: 23.46667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-88 {
    font-size: 97.152px
  }
}

@media all and (min-width:1025px) {
  .u-fz-89 {
    font-size: 89px;
    font-size: 5.5625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-89 {
    font-size: 89px;
    font-size: 5.5625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-89 {
    font-size: 89px;
    font-size: 5.5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-89 {
    font-size: 23.73333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-89 {
    font-size: 98.256px
  }
}

@media all and (min-width:1025px) {
  .u-fz-90 {
    font-size: 90px;
    font-size: 5.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-90 {
    font-size: 90px;
    font-size: 5.625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-90 {
    font-size: 90px;
    font-size: 5.625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-90 {
    font-size: 24vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-90 {
    font-size: 99.36px
  }
}

@media all and (min-width:1025px) {
  .u-fz-91 {
    font-size: 91px;
    font-size: 5.6875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-91 {
    font-size: 91px;
    font-size: 5.6875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-91 {
    font-size: 91px;
    font-size: 5.6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-91 {
    font-size: 24.26667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-91 {
    font-size: 100.464px
  }
}

@media all and (min-width:1025px) {
  .u-fz-92 {
    font-size: 92px;
    font-size: 5.75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-92 {
    font-size: 92px;
    font-size: 5.75rem
  }
}

@media all and (max-width:767px) {
  .u-fz-92 {
    font-size: 92px;
    font-size: 5.75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-92 {
    font-size: 24.53333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-92 {
    font-size: 101.568px
  }
}

@media all and (min-width:1025px) {
  .u-fz-93 {
    font-size: 93px;
    font-size: 5.8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-93 {
    font-size: 93px;
    font-size: 5.8125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-93 {
    font-size: 93px;
    font-size: 5.8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-93 {
    font-size: 24.8vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-93 {
    font-size: 102.672px
  }
}

@media all and (min-width:1025px) {
  .u-fz-94 {
    font-size: 94px;
    font-size: 5.875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-94 {
    font-size: 94px;
    font-size: 5.875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-94 {
    font-size: 94px;
    font-size: 5.875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-94 {
    font-size: 25.06667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-94 {
    font-size: 103.776px
  }
}

@media all and (min-width:1025px) {
  .u-fz-95 {
    font-size: 95px;
    font-size: 5.9375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-95 {
    font-size: 95px;
    font-size: 5.9375rem
  }
}

@media all and (max-width:767px) {
  .u-fz-95 {
    font-size: 95px;
    font-size: 5.9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-95 {
    font-size: 25.33333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-95 {
    font-size: 104.88px
  }
}

@media all and (min-width:1025px) {
  .u-fz-96 {
    font-size: 96px;
    font-size: 6rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-96 {
    font-size: 96px;
    font-size: 6rem
  }
}

@media all and (max-width:767px) {
  .u-fz-96 {
    font-size: 96px;
    font-size: 6rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-96 {
    font-size: 25.6vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-96 {
    font-size: 105.984px
  }
}

@media all and (min-width:1025px) {
  .u-fz-97 {
    font-size: 97px;
    font-size: 6.0625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-97 {
    font-size: 97px;
    font-size: 6.0625rem
  }
}

@media all and (max-width:767px) {
  .u-fz-97 {
    font-size: 97px;
    font-size: 6.0625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-97 {
    font-size: 25.86667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-97 {
    font-size: 107.088px
  }
}

@media all and (min-width:1025px) {
  .u-fz-98 {
    font-size: 98px;
    font-size: 6.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-98 {
    font-size: 98px;
    font-size: 6.125rem
  }
}

@media all and (max-width:767px) {
  .u-fz-98 {
    font-size: 98px;
    font-size: 6.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-98 {
    font-size: 26.13333vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-98 {
    font-size: 108.192px
  }
}

@media all and (min-width:1025px) {
  .u-fz-99 {
    font-size: 99px;
    font-size: 6.1875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-99 {
    font-size: 99px;
    font-size: 6.1875rem
  }
}

@media all and (max-width:767px) {
  .u-fz-99 {
    font-size: 99px;
    font-size: 6.1875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-99 {
    font-size: 26.4vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-99 {
    font-size: 109.296px
  }
}

@media all and (min-width:1025px) {
  .u-fz-100 {
    font-size: 100px;
    font-size: 6.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-fz-100 {
    font-size: 100px;
    font-size: 6.25rem
  }
}

@media all and (max-width:767px) {
  .u-fz-100 {
    font-size: 100px;
    font-size: 6.25rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .u-fz-100 {
    font-size: 26.66667vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .u-fz-100 {
    font-size: 110.4px
  }
}

@media all and (min-width:768px) {
  .u-m-t-5 {
    margin-top: 5px
  }
}

@media all and (max-width:767px) {
  .u-m-t-5 {
    margin-top: 2.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-10 {
    margin-top: 10px
  }
}

@media all and (max-width:767px) {
  .u-m-t-10 {
    margin-top: 5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-15 {
    margin-top: 15px
  }
}

@media all and (max-width:767px) {
  .u-m-t-15 {
    margin-top: 7.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-20 {
    margin-top: 20px
  }
}

@media all and (max-width:767px) {
  .u-m-t-20 {
    margin-top: 10px
  }
}

@media all and (min-width:768px) {
  .u-m-t-25 {
    margin-top: 25px
  }
}

@media all and (max-width:767px) {
  .u-m-t-25 {
    margin-top: 12.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-30 {
    margin-top: 30px
  }
}

@media all and (max-width:767px) {
  .u-m-t-30 {
    margin-top: 15px
  }
}

@media all and (min-width:768px) {
  .u-m-t-35 {
    margin-top: 35px
  }
}

@media all and (max-width:767px) {
  .u-m-t-35 {
    margin-top: 17.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-40 {
    margin-top: 40px
  }
}

@media all and (max-width:767px) {
  .u-m-t-40 {
    margin-top: 20px
  }
}

@media all and (min-width:768px) {
  .u-m-t-45 {
    margin-top: 45px
  }
}

@media all and (max-width:767px) {
  .u-m-t-45 {
    margin-top: 22.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-50 {
    margin-top: 50px
  }
}

@media all and (max-width:767px) {
  .u-m-t-50 {
    margin-top: 25px
  }
}

@media all and (min-width:768px) {
  .u-m-t-55 {
    margin-top: 55px
  }
}

@media all and (max-width:767px) {
  .u-m-t-55 {
    margin-top: 27.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-60 {
    margin-top: 60px
  }
}

@media all and (max-width:767px) {
  .u-m-t-60 {
    margin-top: 30px
  }
}

@media all and (min-width:768px) {
  .u-m-t-65 {
    margin-top: 65px
  }
}

@media all and (max-width:767px) {
  .u-m-t-65 {
    margin-top: 32.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-70 {
    margin-top: 70px
  }
}

@media all and (max-width:767px) {
  .u-m-t-70 {
    margin-top: 35px
  }
}

@media all and (min-width:768px) {
  .u-m-t-75 {
    margin-top: 75px
  }
}

@media all and (max-width:767px) {
  .u-m-t-75 {
    margin-top: 37.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-80 {
    margin-top: 80px
  }
}

@media all and (max-width:767px) {
  .u-m-t-80 {
    margin-top: 40px
  }
}

@media all and (min-width:768px) {
  .u-m-t-85 {
    margin-top: 85px
  }
}

@media all and (max-width:767px) {
  .u-m-t-85 {
    margin-top: 42.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-90 {
    margin-top: 90px
  }
}

@media all and (max-width:767px) {
  .u-m-t-90 {
    margin-top: 45px
  }
}

@media all and (min-width:768px) {
  .u-m-t-95 {
    margin-top: 95px
  }
}

@media all and (max-width:767px) {
  .u-m-t-95 {
    margin-top: 47.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-100 {
    margin-top: 100px
  }
}

@media all and (max-width:767px) {
  .u-m-t-100 {
    margin-top: 50px
  }
}

@media all and (min-width:768px) {
  .u-m-t-105 {
    margin-top: 105px
  }
}

@media all and (max-width:767px) {
  .u-m-t-105 {
    margin-top: 52.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-110 {
    margin-top: 110px
  }
}

@media all and (max-width:767px) {
  .u-m-t-110 {
    margin-top: 55px
  }
}

@media all and (min-width:768px) {
  .u-m-t-115 {
    margin-top: 115px
  }
}

@media all and (max-width:767px) {
  .u-m-t-115 {
    margin-top: 57.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-120 {
    margin-top: 120px
  }
}

@media all and (max-width:767px) {
  .u-m-t-120 {
    margin-top: 60px
  }
}

@media all and (min-width:768px) {
  .u-m-t-125 {
    margin-top: 125px
  }
}

@media all and (max-width:767px) {
  .u-m-t-125 {
    margin-top: 62.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-130 {
    margin-top: 130px
  }
}

@media all and (max-width:767px) {
  .u-m-t-130 {
    margin-top: 65px
  }
}

@media all and (min-width:768px) {
  .u-m-t-135 {
    margin-top: 135px
  }
}

@media all and (max-width:767px) {
  .u-m-t-135 {
    margin-top: 67.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-140 {
    margin-top: 140px
  }
}

@media all and (max-width:767px) {
  .u-m-t-140 {
    margin-top: 70px
  }
}

@media all and (min-width:768px) {
  .u-m-t-145 {
    margin-top: 145px
  }
}

@media all and (max-width:767px) {
  .u-m-t-145 {
    margin-top: 72.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-150 {
    margin-top: 150px
  }
}

@media all and (max-width:767px) {
  .u-m-t-150 {
    margin-top: 75px
  }
}

@media all and (min-width:768px) {
  .u-m-t-155 {
    margin-top: 155px
  }
}

@media all and (max-width:767px) {
  .u-m-t-155 {
    margin-top: 77.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-160 {
    margin-top: 160px
  }
}

@media all and (max-width:767px) {
  .u-m-t-160 {
    margin-top: 80px
  }
}

@media all and (min-width:768px) {
  .u-m-t-165 {
    margin-top: 165px
  }
}

@media all and (max-width:767px) {
  .u-m-t-165 {
    margin-top: 82.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-170 {
    margin-top: 170px
  }
}

@media all and (max-width:767px) {
  .u-m-t-170 {
    margin-top: 85px
  }
}

@media all and (min-width:768px) {
  .u-m-t-175 {
    margin-top: 175px
  }
}

@media all and (max-width:767px) {
  .u-m-t-175 {
    margin-top: 87.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-180 {
    margin-top: 180px
  }
}

@media all and (max-width:767px) {
  .u-m-t-180 {
    margin-top: 90px
  }
}

@media all and (min-width:768px) {
  .u-m-t-185 {
    margin-top: 185px
  }
}

@media all and (max-width:767px) {
  .u-m-t-185 {
    margin-top: 92.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-190 {
    margin-top: 190px
  }
}

@media all and (max-width:767px) {
  .u-m-t-190 {
    margin-top: 95px
  }
}

@media all and (min-width:768px) {
  .u-m-t-195 {
    margin-top: 195px
  }
}

@media all and (max-width:767px) {
  .u-m-t-195 {
    margin-top: 97.5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-200 {
    margin-top: 200px
  }
}

@media all and (max-width:767px) {
  .u-m-t-200 {
    margin-top: 100px
  }
}

@media all and (min-width:768px) {
  .u-m-b-5 {
    margin-bottom: 5px
  }
}

@media all and (max-width:767px) {
  .u-m-b-5 {
    margin-bottom: 2.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-10 {
    margin-bottom: 10px
  }
}

@media all and (max-width:767px) {
  .u-m-b-10 {
    margin-bottom: 5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-15 {
    margin-bottom: 15px
  }
}

@media all and (max-width:767px) {
  .u-m-b-15 {
    margin-bottom: 7.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-20 {
    margin-bottom: 20px
  }
}

@media all and (max-width:767px) {
  .u-m-b-20 {
    margin-bottom: 10px
  }
}

@media all and (min-width:768px) {
  .u-m-b-25 {
    margin-bottom: 25px
  }
}

@media all and (max-width:767px) {
  .u-m-b-25 {
    margin-bottom: 12.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-30 {
    margin-bottom: 30px
  }
}

@media all and (max-width:767px) {
  .u-m-b-30 {
    margin-bottom: 15px
  }
}

@media all and (min-width:768px) {
  .u-m-b-35 {
    margin-bottom: 35px
  }
}

@media all and (max-width:767px) {
  .u-m-b-35 {
    margin-bottom: 17.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-40 {
    margin-bottom: 40px
  }
}

@media all and (max-width:767px) {
  .u-m-b-40 {
    margin-bottom: 20px
  }
}

@media all and (min-width:768px) {
  .u-m-b-45 {
    margin-bottom: 45px
  }
}

@media all and (max-width:767px) {
  .u-m-b-45 {
    margin-bottom: 22.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-50 {
    margin-bottom: 50px
  }
}

@media all and (max-width:767px) {
  .u-m-b-50 {
    margin-bottom: 25px
  }
}

@media all and (min-width:768px) {
  .u-m-b-55 {
    margin-bottom: 55px
  }
}

@media all and (max-width:767px) {
  .u-m-b-55 {
    margin-bottom: 27.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-60 {
    margin-bottom: 60px
  }
}

@media all and (max-width:767px) {
  .u-m-b-60 {
    margin-bottom: 30px
  }
}

@media all and (min-width:768px) {
  .u-m-b-65 {
    margin-bottom: 65px
  }
}

@media all and (max-width:767px) {
  .u-m-b-65 {
    margin-bottom: 32.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-70 {
    margin-bottom: 70px
  }
}

@media all and (max-width:767px) {
  .u-m-b-70 {
    margin-bottom: 35px
  }
}

@media all and (min-width:768px) {
  .u-m-b-75 {
    margin-bottom: 75px
  }
}

@media all and (max-width:767px) {
  .u-m-b-75 {
    margin-bottom: 37.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-80 {
    margin-bottom: 80px
  }
}

@media all and (max-width:767px) {
  .u-m-b-80 {
    margin-bottom: 40px
  }
}

@media all and (min-width:768px) {
  .u-m-b-85 {
    margin-bottom: 85px
  }
}

@media all and (max-width:767px) {
  .u-m-b-85 {
    margin-bottom: 42.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-90 {
    margin-bottom: 90px
  }
}

@media all and (max-width:767px) {
  .u-m-b-90 {
    margin-bottom: 45px
  }
}

@media all and (min-width:768px) {
  .u-m-b-95 {
    margin-bottom: 95px
  }
}

@media all and (max-width:767px) {
  .u-m-b-95 {
    margin-bottom: 47.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-100 {
    margin-bottom: 100px
  }
}

@media all and (max-width:767px) {
  .u-m-b-100 {
    margin-bottom: 50px
  }
}

@media all and (min-width:768px) {
  .u-m-b-105 {
    margin-bottom: 105px
  }
}

@media all and (max-width:767px) {
  .u-m-b-105 {
    margin-bottom: 52.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-110 {
    margin-bottom: 110px
  }
}

@media all and (max-width:767px) {
  .u-m-b-110 {
    margin-bottom: 55px
  }
}

@media all and (min-width:768px) {
  .u-m-b-115 {
    margin-bottom: 115px
  }
}

@media all and (max-width:767px) {
  .u-m-b-115 {
    margin-bottom: 57.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-120 {
    margin-bottom: 120px
  }
}

@media all and (max-width:767px) {
  .u-m-b-120 {
    margin-bottom: 60px
  }
}

@media all and (min-width:768px) {
  .u-m-b-125 {
    margin-bottom: 125px
  }
}

@media all and (max-width:767px) {
  .u-m-b-125 {
    margin-bottom: 62.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-130 {
    margin-bottom: 130px
  }
}

@media all and (max-width:767px) {
  .u-m-b-130 {
    margin-bottom: 65px
  }
}

@media all and (min-width:768px) {
  .u-m-b-135 {
    margin-bottom: 135px
  }
}

@media all and (max-width:767px) {
  .u-m-b-135 {
    margin-bottom: 67.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-140 {
    margin-bottom: 140px
  }
}

@media all and (max-width:767px) {
  .u-m-b-140 {
    margin-bottom: 70px
  }
}

@media all and (min-width:768px) {
  .u-m-b-145 {
    margin-bottom: 145px
  }
}

@media all and (max-width:767px) {
  .u-m-b-145 {
    margin-bottom: 72.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-150 {
    margin-bottom: 150px
  }
}

@media all and (max-width:767px) {
  .u-m-b-150 {
    margin-bottom: 75px
  }
}

@media all and (min-width:768px) {
  .u-m-b-155 {
    margin-bottom: 155px
  }
}

@media all and (max-width:767px) {
  .u-m-b-155 {
    margin-bottom: 77.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-160 {
    margin-bottom: 160px
  }
}

@media all and (max-width:767px) {
  .u-m-b-160 {
    margin-bottom: 80px
  }
}

@media all and (min-width:768px) {
  .u-m-b-165 {
    margin-bottom: 165px
  }
}

@media all and (max-width:767px) {
  .u-m-b-165 {
    margin-bottom: 82.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-170 {
    margin-bottom: 170px
  }
}

@media all and (max-width:767px) {
  .u-m-b-170 {
    margin-bottom: 85px
  }
}

@media all and (min-width:768px) {
  .u-m-b-175 {
    margin-bottom: 175px
  }
}

@media all and (max-width:767px) {
  .u-m-b-175 {
    margin-bottom: 87.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-180 {
    margin-bottom: 180px
  }
}

@media all and (max-width:767px) {
  .u-m-b-180 {
    margin-bottom: 90px
  }
}

@media all and (min-width:768px) {
  .u-m-b-185 {
    margin-bottom: 185px
  }
}

@media all and (max-width:767px) {
  .u-m-b-185 {
    margin-bottom: 92.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-190 {
    margin-bottom: 190px
  }
}

@media all and (max-width:767px) {
  .u-m-b-190 {
    margin-bottom: 95px
  }
}

@media all and (min-width:768px) {
  .u-m-b-195 {
    margin-bottom: 195px
  }
}

@media all and (max-width:767px) {
  .u-m-b-195 {
    margin-bottom: 97.5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-200 {
    margin-bottom: 200px
  }
}

@media all and (max-width:767px) {
  .u-m-b-200 {
    margin-bottom: 100px
  }
}

@media all and (min-width:768px) {
  .u-m-r-5 {
    margin-right: 5px
  }
}

@media all and (max-width:767px) {
  .u-m-r-5 {
    margin-right: 2.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-10 {
    margin-right: 10px
  }
}

@media all and (max-width:767px) {
  .u-m-r-10 {
    margin-right: 5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-15 {
    margin-right: 15px
  }
}

@media all and (max-width:767px) {
  .u-m-r-15 {
    margin-right: 7.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-20 {
    margin-right: 20px
  }
}

@media all and (max-width:767px) {
  .u-m-r-20 {
    margin-right: 10px
  }
}

@media all and (min-width:768px) {
  .u-m-r-25 {
    margin-right: 25px
  }
}

@media all and (max-width:767px) {
  .u-m-r-25 {
    margin-right: 12.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-30 {
    margin-right: 30px
  }
}

@media all and (max-width:767px) {
  .u-m-r-30 {
    margin-right: 15px
  }
}

@media all and (min-width:768px) {
  .u-m-r-35 {
    margin-right: 35px
  }
}

@media all and (max-width:767px) {
  .u-m-r-35 {
    margin-right: 17.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-40 {
    margin-right: 40px
  }
}

@media all and (max-width:767px) {
  .u-m-r-40 {
    margin-right: 20px
  }
}

@media all and (min-width:768px) {
  .u-m-r-45 {
    margin-right: 45px
  }
}

@media all and (max-width:767px) {
  .u-m-r-45 {
    margin-right: 22.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-50 {
    margin-right: 50px
  }
}

@media all and (max-width:767px) {
  .u-m-r-50 {
    margin-right: 25px
  }
}

@media all and (min-width:768px) {
  .u-m-r-55 {
    margin-right: 55px
  }
}

@media all and (max-width:767px) {
  .u-m-r-55 {
    margin-right: 27.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-60 {
    margin-right: 60px
  }
}

@media all and (max-width:767px) {
  .u-m-r-60 {
    margin-right: 30px
  }
}

@media all and (min-width:768px) {
  .u-m-r-65 {
    margin-right: 65px
  }
}

@media all and (max-width:767px) {
  .u-m-r-65 {
    margin-right: 32.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-70 {
    margin-right: 70px
  }
}

@media all and (max-width:767px) {
  .u-m-r-70 {
    margin-right: 35px
  }
}

@media all and (min-width:768px) {
  .u-m-r-75 {
    margin-right: 75px
  }
}

@media all and (max-width:767px) {
  .u-m-r-75 {
    margin-right: 37.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-80 {
    margin-right: 80px
  }
}

@media all and (max-width:767px) {
  .u-m-r-80 {
    margin-right: 40px
  }
}

@media all and (min-width:768px) {
  .u-m-r-85 {
    margin-right: 85px
  }
}

@media all and (max-width:767px) {
  .u-m-r-85 {
    margin-right: 42.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-90 {
    margin-right: 90px
  }
}

@media all and (max-width:767px) {
  .u-m-r-90 {
    margin-right: 45px
  }
}

@media all and (min-width:768px) {
  .u-m-r-95 {
    margin-right: 95px
  }
}

@media all and (max-width:767px) {
  .u-m-r-95 {
    margin-right: 47.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-100 {
    margin-right: 100px
  }
}

@media all and (max-width:767px) {
  .u-m-r-100 {
    margin-right: 50px
  }
}

@media all and (min-width:768px) {
  .u-m-r-105 {
    margin-right: 105px
  }
}

@media all and (max-width:767px) {
  .u-m-r-105 {
    margin-right: 52.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-110 {
    margin-right: 110px
  }
}

@media all and (max-width:767px) {
  .u-m-r-110 {
    margin-right: 55px
  }
}

@media all and (min-width:768px) {
  .u-m-r-115 {
    margin-right: 115px
  }
}

@media all and (max-width:767px) {
  .u-m-r-115 {
    margin-right: 57.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-120 {
    margin-right: 120px
  }
}

@media all and (max-width:767px) {
  .u-m-r-120 {
    margin-right: 60px
  }
}

@media all and (min-width:768px) {
  .u-m-r-125 {
    margin-right: 125px
  }
}

@media all and (max-width:767px) {
  .u-m-r-125 {
    margin-right: 62.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-130 {
    margin-right: 130px
  }
}

@media all and (max-width:767px) {
  .u-m-r-130 {
    margin-right: 65px
  }
}

@media all and (min-width:768px) {
  .u-m-r-135 {
    margin-right: 135px
  }
}

@media all and (max-width:767px) {
  .u-m-r-135 {
    margin-right: 67.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-140 {
    margin-right: 140px
  }
}

@media all and (max-width:767px) {
  .u-m-r-140 {
    margin-right: 70px
  }
}

@media all and (min-width:768px) {
  .u-m-r-145 {
    margin-right: 145px
  }
}

@media all and (max-width:767px) {
  .u-m-r-145 {
    margin-right: 72.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-150 {
    margin-right: 150px
  }
}

@media all and (max-width:767px) {
  .u-m-r-150 {
    margin-right: 75px
  }
}

@media all and (min-width:768px) {
  .u-m-r-155 {
    margin-right: 155px
  }
}

@media all and (max-width:767px) {
  .u-m-r-155 {
    margin-right: 77.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-160 {
    margin-right: 160px
  }
}

@media all and (max-width:767px) {
  .u-m-r-160 {
    margin-right: 80px
  }
}

@media all and (min-width:768px) {
  .u-m-r-165 {
    margin-right: 165px
  }
}

@media all and (max-width:767px) {
  .u-m-r-165 {
    margin-right: 82.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-170 {
    margin-right: 170px
  }
}

@media all and (max-width:767px) {
  .u-m-r-170 {
    margin-right: 85px
  }
}

@media all and (min-width:768px) {
  .u-m-r-175 {
    margin-right: 175px
  }
}

@media all and (max-width:767px) {
  .u-m-r-175 {
    margin-right: 87.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-180 {
    margin-right: 180px
  }
}

@media all and (max-width:767px) {
  .u-m-r-180 {
    margin-right: 90px
  }
}

@media all and (min-width:768px) {
  .u-m-r-185 {
    margin-right: 185px
  }
}

@media all and (max-width:767px) {
  .u-m-r-185 {
    margin-right: 92.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-190 {
    margin-right: 190px
  }
}

@media all and (max-width:767px) {
  .u-m-r-190 {
    margin-right: 95px
  }
}

@media all and (min-width:768px) {
  .u-m-r-195 {
    margin-right: 195px
  }
}

@media all and (max-width:767px) {
  .u-m-r-195 {
    margin-right: 97.5px
  }
}

@media all and (min-width:768px) {
  .u-m-r-200 {
    margin-right: 200px
  }
}

@media all and (max-width:767px) {
  .u-m-r-200 {
    margin-right: 100px
  }
}

@media all and (min-width:768px) {
  .u-m-l-5 {
    margin-left: 5px
  }
}

@media all and (max-width:767px) {
  .u-m-l-5 {
    margin-left: 2.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-10 {
    margin-left: 10px
  }
}

@media all and (max-width:767px) {
  .u-m-l-10 {
    margin-left: 5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-15 {
    margin-left: 15px
  }
}

@media all and (max-width:767px) {
  .u-m-l-15 {
    margin-left: 7.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-20 {
    margin-left: 20px
  }
}

@media all and (max-width:767px) {
  .u-m-l-20 {
    margin-left: 10px
  }
}

@media all and (min-width:768px) {
  .u-m-l-25 {
    margin-left: 25px
  }
}

@media all and (max-width:767px) {
  .u-m-l-25 {
    margin-left: 12.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-30 {
    margin-left: 30px
  }
}

@media all and (max-width:767px) {
  .u-m-l-30 {
    margin-left: 15px
  }
}

@media all and (min-width:768px) {
  .u-m-l-35 {
    margin-left: 35px
  }
}

@media all and (max-width:767px) {
  .u-m-l-35 {
    margin-left: 17.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-40 {
    margin-left: 40px
  }
}

@media all and (max-width:767px) {
  .u-m-l-40 {
    margin-left: 20px
  }
}

@media all and (min-width:768px) {
  .u-m-l-45 {
    margin-left: 45px
  }
}

@media all and (max-width:767px) {
  .u-m-l-45 {
    margin-left: 22.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-50 {
    margin-left: 50px
  }
}

@media all and (max-width:767px) {
  .u-m-l-50 {
    margin-left: 25px
  }
}

@media all and (min-width:768px) {
  .u-m-l-55 {
    margin-left: 55px
  }
}

@media all and (max-width:767px) {
  .u-m-l-55 {
    margin-left: 27.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-60 {
    margin-left: 60px
  }
}

@media all and (max-width:767px) {
  .u-m-l-60 {
    margin-left: 30px
  }
}

@media all and (min-width:768px) {
  .u-m-l-65 {
    margin-left: 65px
  }
}

@media all and (max-width:767px) {
  .u-m-l-65 {
    margin-left: 32.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-70 {
    margin-left: 70px
  }
}

@media all and (max-width:767px) {
  .u-m-l-70 {
    margin-left: 35px
  }
}

@media all and (min-width:768px) {
  .u-m-l-75 {
    margin-left: 75px
  }
}

@media all and (max-width:767px) {
  .u-m-l-75 {
    margin-left: 37.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-80 {
    margin-left: 80px
  }
}

@media all and (max-width:767px) {
  .u-m-l-80 {
    margin-left: 40px
  }
}

@media all and (min-width:768px) {
  .u-m-l-85 {
    margin-left: 85px
  }
}

@media all and (max-width:767px) {
  .u-m-l-85 {
    margin-left: 42.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-90 {
    margin-left: 90px
  }
}

@media all and (max-width:767px) {
  .u-m-l-90 {
    margin-left: 45px
  }
}

@media all and (min-width:768px) {
  .u-m-l-95 {
    margin-left: 95px
  }
}

@media all and (max-width:767px) {
  .u-m-l-95 {
    margin-left: 47.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-100 {
    margin-left: 100px
  }
}

@media all and (max-width:767px) {
  .u-m-l-100 {
    margin-left: 50px
  }
}

@media all and (min-width:768px) {
  .u-m-l-105 {
    margin-left: 105px
  }
}

@media all and (max-width:767px) {
  .u-m-l-105 {
    margin-left: 52.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-110 {
    margin-left: 110px
  }
}

@media all and (max-width:767px) {
  .u-m-l-110 {
    margin-left: 55px
  }
}

@media all and (min-width:768px) {
  .u-m-l-115 {
    margin-left: 115px
  }
}

@media all and (max-width:767px) {
  .u-m-l-115 {
    margin-left: 57.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-120 {
    margin-left: 120px
  }
}

@media all and (max-width:767px) {
  .u-m-l-120 {
    margin-left: 60px
  }
}

@media all and (min-width:768px) {
  .u-m-l-125 {
    margin-left: 125px
  }
}

@media all and (max-width:767px) {
  .u-m-l-125 {
    margin-left: 62.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-130 {
    margin-left: 130px
  }
}

@media all and (max-width:767px) {
  .u-m-l-130 {
    margin-left: 65px
  }
}

@media all and (min-width:768px) {
  .u-m-l-135 {
    margin-left: 135px
  }
}

@media all and (max-width:767px) {
  .u-m-l-135 {
    margin-left: 67.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-140 {
    margin-left: 140px
  }
}

@media all and (max-width:767px) {
  .u-m-l-140 {
    margin-left: 70px
  }
}

@media all and (min-width:768px) {
  .u-m-l-145 {
    margin-left: 145px
  }
}

@media all and (max-width:767px) {
  .u-m-l-145 {
    margin-left: 72.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-150 {
    margin-left: 150px
  }
}

@media all and (max-width:767px) {
  .u-m-l-150 {
    margin-left: 75px
  }
}

@media all and (min-width:768px) {
  .u-m-l-155 {
    margin-left: 155px
  }
}

@media all and (max-width:767px) {
  .u-m-l-155 {
    margin-left: 77.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-160 {
    margin-left: 160px
  }
}

@media all and (max-width:767px) {
  .u-m-l-160 {
    margin-left: 80px
  }
}

@media all and (min-width:768px) {
  .u-m-l-165 {
    margin-left: 165px
  }
}

@media all and (max-width:767px) {
  .u-m-l-165 {
    margin-left: 82.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-170 {
    margin-left: 170px
  }
}

@media all and (max-width:767px) {
  .u-m-l-170 {
    margin-left: 85px
  }
}

@media all and (min-width:768px) {
  .u-m-l-175 {
    margin-left: 175px
  }
}

@media all and (max-width:767px) {
  .u-m-l-175 {
    margin-left: 87.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-180 {
    margin-left: 180px
  }
}

@media all and (max-width:767px) {
  .u-m-l-180 {
    margin-left: 90px
  }
}

@media all and (min-width:768px) {
  .u-m-l-185 {
    margin-left: 185px
  }
}

@media all and (max-width:767px) {
  .u-m-l-185 {
    margin-left: 92.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-190 {
    margin-left: 190px
  }
}

@media all and (max-width:767px) {
  .u-m-l-190 {
    margin-left: 95px
  }
}

@media all and (min-width:768px) {
  .u-m-l-195 {
    margin-left: 195px
  }
}

@media all and (max-width:767px) {
  .u-m-l-195 {
    margin-left: 97.5px
  }
}

@media all and (min-width:768px) {
  .u-m-l-200 {
    margin-left: 200px
  }
}

@media all and (max-width:767px) {
  .u-m-l-200 {
    margin-left: 100px
  }
}

.u-ta-l {
  text-align: left
}

.u-ta-c {
  text-align: center
}

.u-ta-r {
  text-align: right
}

.u-ta-j {
  text-align: justify
}

@media all and (min-width:768px) {
  .u-ta-pc-c-mob-l {
    text-align: center
  }
}

@media all and (max-width:767px) {
  .u-ta-pc-c-mob-l {
    text-align: left
  }
}

.u-trsde-5 {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}

.u-trsde-10 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.u-trsde-15 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}

.u-trsde-20 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.u-trsde-25 {
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}

.u-trsde-30 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.u-trsde-35 {
  -webkit-transition-delay: .35s;
  transition-delay: .35s
}

.u-trsde-40 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.u-trsde-45 {
  -webkit-transition-delay: .45s;
  transition-delay: .45s
}

.u-trsde-50 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.u-trsde-55 {
  -webkit-transition-delay: .55s;
  transition-delay: .55s
}

.u-trsde-60 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.u-trsde-65 {
  -webkit-transition-delay: .65s;
  transition-delay: .65s
}

.u-trsde-70 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.u-trsde-75 {
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}

.u-trsde-80 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.u-trsde-85 {
  -webkit-transition-delay: .85s;
  transition-delay: .85s
}

.u-trsde-90 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.u-trsde-95 {
  -webkit-transition-delay: .95s;
  transition-delay: .95s
}

.u-trsde-100 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.u-tt-n {
  text-transform: none
}

.u-tt-c {
  text-transform: capitalize
}

.u-tt-u {
  text-transform: uppercase
}

.u-tt-l {
  text-transform: lowercase
}

.u-w-1p {
  width: 1%
}

.u-w-2p {
  width: 2%
}

.u-w-3p {
  width: 3%
}

.u-w-4p {
  width: 4%
}

.u-w-5p {
  width: 5%
}

.u-w-6p {
  width: 6%
}

.u-w-7p {
  width: 7%
}

.u-w-8p {
  width: 8%
}

.u-w-9p {
  width: 9%
}

.u-w-10p {
  width: 10%
}

.u-w-11p {
  width: 11%
}

.u-w-12p {
  width: 12%
}

.u-w-13p {
  width: 13%
}

.u-w-14p {
  width: 14%
}

.u-w-15p {
  width: 15%
}

.u-w-16p {
  width: 16%
}

.u-w-17p {
  width: 17%
}

.u-w-18p {
  width: 18%
}

.u-w-19p {
  width: 19%
}

.u-w-20p {
  width: 20%
}

.u-w-21p {
  width: 21%
}

.u-w-22p {
  width: 22%
}

.u-w-23p {
  width: 23%
}

.u-w-24p {
  width: 24%
}

.u-w-25p {
  width: 25%
}

.u-w-26p {
  width: 26%
}

.u-w-27p {
  width: 27%
}

.u-w-28p {
  width: 28%
}

.u-w-29p {
  width: 29%
}

.u-w-30p {
  width: 30%
}

.u-w-31p {
  width: 31%
}

.u-w-32p {
  width: 32%
}

.u-w-33p {
  width: 33%
}

.u-w-34p {
  width: 34%
}

.u-w-35p {
  width: 35%
}

.u-w-36p {
  width: 36%
}

.u-w-37p {
  width: 37%
}

.u-w-38p {
  width: 38%
}

.u-w-39p {
  width: 39%
}

.u-w-40p {
  width: 40%
}

.u-w-41p {
  width: 41%
}

.u-w-42p {
  width: 42%
}

.u-w-43p {
  width: 43%
}

.u-w-44p {
  width: 44%
}

.u-w-45p {
  width: 45%
}

.u-w-46p {
  width: 46%
}

.u-w-47p {
  width: 47%
}

.u-w-48p {
  width: 48%
}

.u-w-49p {
  width: 49%
}

.u-w-50p {
  width: 50%
}

.u-w-51p {
  width: 51%
}

.u-w-52p {
  width: 52%
}

.u-w-53p {
  width: 53%
}

.u-w-54p {
  width: 54%
}

.u-w-55p {
  width: 55%
}

.u-w-56p {
  width: 56%
}

.u-w-57p {
  width: 57%
}

.u-w-58p {
  width: 58%
}

.u-w-59p {
  width: 59%
}

.u-w-60p {
  width: 60%
}

.u-w-61p {
  width: 61%
}

.u-w-62p {
  width: 62%
}

.u-w-63p {
  width: 63%
}

.u-w-64p {
  width: 64%
}

.u-w-65p {
  width: 65%
}

.u-w-66p {
  width: 66%
}

.u-w-67p {
  width: 67%
}

.u-w-68p {
  width: 68%
}

.u-w-69p {
  width: 69%
}

.u-w-70p {
  width: 70%
}

.u-w-71p {
  width: 71%
}

.u-w-72p {
  width: 72%
}

.u-w-73p {
  width: 73%
}

.u-w-74p {
  width: 74%
}

.u-w-75p {
  width: 75%
}

.u-w-76p {
  width: 76%
}

.u-w-77p {
  width: 77%
}

.u-w-78p {
  width: 78%
}

.u-w-79p {
  width: 79%
}

.u-w-80p {
  width: 80%
}

.u-w-81p {
  width: 81%
}

.u-w-82p {
  width: 82%
}

.u-w-83p {
  width: 83%
}

.u-w-84p {
  width: 84%
}

.u-w-85p {
  width: 85%
}

.u-w-86p {
  width: 86%
}

.u-w-87p {
  width: 87%
}

.u-w-88p {
  width: 88%
}

.u-w-89p {
  width: 89%
}

.u-w-90p {
  width: 90%
}

.u-w-91p {
  width: 91%
}

.u-w-92p {
  width: 92%
}

.u-w-93p {
  width: 93%
}

.u-w-94p {
  width: 94%
}

.u-w-95p {
  width: 95%
}

.u-w-96p {
  width: 96%
}

.u-w-97p {
  width: 97%
}

.u-w-98p {
  width: 98%
}

.u-w-99p {
  width: 99%
}

.u-w-100p {
  width: 100%
}

.u-w-1em {
  width: 1em
}

.u-w-2em {
  width: 2em
}

.u-w-3em {
  width: 3em
}

.u-w-4em {
  width: 4em
}

.u-w-5em {
  width: 5em
}

.u-w-6em {
  width: 6em
}

.u-w-7em {
  width: 7em
}

.u-w-8em {
  width: 8em
}

.u-w-9em {
  width: 9em
}

.u-w-10em {
  width: 10em
}

.u-w-11em {
  width: 11em
}

.u-w-12em {
  width: 12em
}

.u-w-13em {
  width: 13em
}

.u-w-14em {
  width: 14em
}

.u-w-15em {
  width: 15em
}

.u-w-16em {
  width: 16em
}

.u-w-17em {
  width: 17em
}

.u-w-18em {
  width: 18em
}

.u-w-19em {
  width: 19em
}

.u-w-20em {
  width: 20em
}

.u-whs-n {
  white-space: normal
}

.u-whs-p {
  white-space: pre
}

.u-whs-nw {
  white-space: nowrap
}

.u-whs-pw {
  white-space: pre-wrap
}

.u-whs-pl {
  white-space: pre-line
}

.ps__scrollbar-x {
  height: 2px;
  bottom: 0;
  position: absolute
}

.ps__scrollbar-x-rail {
  height: 2px;
  bottom: 0;
  position: absolute
}

.ps__scrollbar-y {
  width: 2px;
  position: absolute;
  right: 0;
  background-color: #ccc
}

.ps__scrollbar-y-rail {
  width: 2px;
  right: 0;
  position: absolute
}