@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,600,700,800,900");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-size: 20px;
  font-size: 2.1rem;
  background: #fff;
  color: #000;
  overflow-y: scroll;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

input, textarea, select {
  font-family: inherit;
}

span, strong, em, i, a {
  line-height: inherit;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  opacity: 1;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

.m_ft {
  font-family: "Yu Mincho", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@font-face {
  font-family: 'levenim_mtbold';
  src: url("lvnmbd-webfont.eot");
  src: url("lvnmbd-webfont.eot?#iefix") format("embedded-opentype"), url("lvnmbd-webfont.woff2") format("woff2"), url("lvnmbd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.ft_e {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  height: 4em;
  padding-top: 1.2em;
}

body.amazon {
  overflow: hidden;
}

body.amazon #footer {
  display: none;
}

header.top #header {
  position: absolute;
  background: #fff;
}

body.fixed #header {
  background: #fff;
}

body.fixed header.top #header {
  position: fixed;
  top: 0 !important;
}

.h_logo {
  margin-left: 1em;
  display: inline-block;
}

.h_logo a {
  display: block;
}

.h_logo img {
  width: 8.3em;
  height: auto;
}

.h_logo2 {
  text-align: center;
  margin: 5em 0 2em;
}

.h_nav {
  text-align: center;
}

.h_nav a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  padding: 2em 0;
}

.h_nav span {
  color: #c6c6c6;
  font-size: 1rem;
  display: block;
  letter-spacing: .05em;
}

.c_mail {
  text-align: center;
  padding: 1.5em 0 3em;
}

.c_mail a {
  display: inline-block;
  background-color: #e62983;
  background-image: -webkit-linear-gradient(right, #ff66af, #ff037b);
  background-image: linear-gradient(to left, #ff66af, #ff037b);
  border-radius: 2em;
  padding-top: 1.1em;
  font-size: 1.4rem;
  color: #fff;
  width: 16.5em;
  height: 3.43em;
}

.h_menu {
  position: absolute;
  right: 1.7em;
  top: 1.4em;
  width: 1.7em;
  cursor: pointer;
}

.h_close {
  position: absolute;
  right: 1.7em;
  top: 1.4em;
  width: 1.7em;
  cursor: pointer;
  width: 1em;
}

#toggle_menu {
  position: fixed;
  top: 0;
  right: -25.65em;
  z-index: 9;
  width: 25.65em;
  height: 100%;
  -webkit-transition: right .6s ease-in-out;
  transition: right .6s ease-in-out;
  background: rgba(0, 0, 0, 0.7);
}

.h_sp_inner {
  overflow-y: auto;
  padding: 0 1em;
}

body.open {
  overflow-y: hidden;
}

body.open #toggle_menu {
  right: 0;
}

body.open .h_menu {
  display: none;
}
#breadcrumb {
  font-weight: normal;
}


#breadcrumb li a {
  color: #e62983!important;
}

@media all and (max-width: 767px) {
  .h_nav {
    padding-top: 4em;
  }
  .h_nav a {
    font-size: 1.6rem;
  }
  #toggle_menu {
    right: -100%;
    width: 100%;
  }
}

#gototop {
  position: absolute;
  right: 1em;
  bottom: 1em;
  height: 6.8em;
}

#gototop a {
  display: block;
  transition-property: margin-top;
  -webkit-transition-property: margin-top;
}

#gototop a:hover {
  opacity: 1;
  margin-top: -.5em;
}

#footer {
  position: relative;
  background: #fff;
  padding: 5em 0 .6em;
  /*padding: 0 0 .6em;*/
}

#footer:before {
  content: '';
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  left: 0;
  top: -2.5em;
  border-top: solid 1px #e5e5e5;
}

.f_logo {
  float: left;
  margin-right: 3em;
}

.f_logo img {
  width: 8.3em;
}

.f_info {
  float: left;
  font-size: 1.3rem;
}

.f_info a {
  text-decoration: underline;
}

.c_mail.b {
  float: right;
  margin-right: 1.2em;
  padding-bottom: 4.5em;
}

.f_nav {
  margin-bottom: 1em;
}

.f_nav li {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
}

.f_nav li + li {
  margin-left: 3em;
}

.f_link {
  margin-bottom: 1.5em;
}

.f_link li {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
}

.f_link li + li {
  margin-left: 4em;
}

.f_fb {
  text-align: right;
  margin-bottom: 1em;
}

.f_fb a {
  display: block;
}

.f_fb a:hover {
  opacity: 1;
}

.f_fb a:hover img {
  margin-left: .7em;
}

.f_fb span {
  font-size: 10px;
  font-weight: 900;
}

.f_fb img {
  vertical-align: middle;
  margin-left: 1em;
  transition: margin-left .2s ease-in;
  -webkit-transition: margin-left .2s ease-in;
}

.f_copy {
  text-align: right;
  color: #afaeae;
  font-size: 10px;
  letter-spacing: .05em;
}

@media all and (max-width: 1120px) {
  .f_inner {
    padding-right: 2em;
  }
}

@media all and (max-width: 767px) {
  #gototop {
    right: .5em;
    bottom: auto;
    top: 0;
  }
  #footer {
    padding: 2em 0 .6em;
  }
  .f_logo {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .f_info {
    float: none;
    font-size: 1.3rem;
  }
  .f_info a {
    text-decoration: underline;
  }
  .c_mail.b {
    float: none;
    margin-right: 0;
    padding: 1.5em 0 2em;
  }
  .f_nav {
    margin-bottom: .5em;
  }
  .f_nav li {
    margin-right: 2.5em;
  }
  .f_nav li + li {
    margin-left: 0;
  }
  .f_nav li:nth-child(1) {
    display: block;
  }
  .f_link {
    margin-bottom: 1.5em;
  }
  .f_link li {
    font-size: 1.4rem;
  }
  .f_link li + li {
    margin-left: 2.5em;
  }
  .f_fb {
    margin-bottom: .5em;
  }
  .f_copy {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .f_inner {
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_wrap {
  background: #fff url(../img/sitemap_bg_t.png) repeat-x center top;
  padding: 0 2.5em;

  z-index: 1;
}

.c_wrap.top {
  background-image: url(../img/top_bg_t.png);
  position: relative;
  padding: 2.8em 2.5em 0;
}

.c_wrap.sitemap {
  background-image: url(../img/sitemap_bg_t.png);
}

.c_wrap.sitemap .c_inner:before {
  background-image: url(../img/sitemap_bg_l.png);
}

.c_wrap.sitemap .c_inner:after {
  background-image: url(../img/sitemap_bg_r.png);
}

.c_wrap.pp {
  background-image: url(../img/privacypolicy_bg_t.png);
}

.c_wrap.pp .c_inner:before {
  background-image: url(../img/privacypolicy_bg_l.png);
}

.c_wrap.pp .c_inner:after {
  background-image: url(../img/privacypolicy_bg_r.png);
}

.c_wrap.news {
  background-image: url(../img/news_bg_t.png);
}

.c_wrap.news .c_inner:before {
  background-image: url(../img/news_bg_l.png);
}

.c_wrap.news .c_inner:after {
  background-image: url(../img/news_bg_r.png);
}

.c_wrap.affliate {
  background-image: url(../img/affile_bg_t.png);
}

.c_wrap.affliate .c_inner:before {
  background-image: url(../img/affile_bg_l.png);
}

.c_wrap.affliate .c_inner:after {
  background-image: url(../img/affile_bg_r.png);
}

.c_wrap.com {
  background-image: url(../img/company_bg_t.png);
}

.c_wrap.com .c_inner:before {
  background-image: url(../img/company_bg_l.png);
}

.c_wrap.com .c_inner:after {
  background-image: url(../img/company_bg_r.png);
}

.c_wrap.recruit {
  background-image: url(../img/recruit_bg_t.png);
}

.c_wrap.recruit .c_inner:before {
  background-image: url(../img/recruit_bg_l.png);
}

.c_wrap.recruit .c_inner:after {
  background-image: url(../img/recruit_bg_r.png);
}

.c_wrap.interview {
  background-image: url(../img/interview_bg_t.png);
}

.c_wrap.interview .c_inner:before {
  background-image: url(../img/interview_bg_l.png);
}

.c_wrap.interview .c_inner:after {
  background-image: url(../img/interview_bg_r.png);
}

.c_wrap.form {
  background-image: url(../img/contact_bg_t.png);
}

.c_wrap.form .c_inner:before {
  background-image: url(../img/contact_bg_l.png);
}

.c_wrap.form .c_inner:after {
  background-image: url(../img/contact_bg_r.png);
}

.c_wrap.service {
  background-image: url(../img/service_bg_t.png);
}

.c_wrap.service .c_inner:before {
  background-image: url(../img/service_bg_l.png);
}

.c_wrap.service .c_inner:after {
  background-image: url(../img/service_bg_r.png);
}

.c_wrap.service2 {
  background-image: url(../img/service_photo_bg_t.png);
}

.c_wrap.service2 .c_inner:before {
  background-image: url(../img/service_photo_bg_l.png);
}

.c_wrap.service2 .c_inner:after {
  background-image: url(../img/service_photo_bg_r.png);
}

.c_inner {
  position: relative;
  z-index: 1;
  padding-bottom: 8em;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
}

.c_inner:before {
  content: '';
  background: url(../img/top_bg_l.png) no-repeat left 2.5em;
  position: absolute;
  top: -2.5em;
  width: 2.5em;
  height: 100%;
  left: -2.5em;
}

.c_inner:after {
  content: '';
  background: url(../img/top_bg_r.png) no-repeat right 2.5em;
  position: absolute;
  top: -2.5em;
  width: 2.5em;
  height: 100%;
  right: -2.5em;
}

@media all and (max-width: 1120px) {
  #footer:before {
    content: none;
  }
  .c_wrap {
    padding: 0;
    background-size: contain;
  }
  .c_wrap.top {
    padding: 2.8em 0 0;
  }
  .c_inner {
    box-shadow: none;
    padding-bottom: 3.5em;
  }
  .c_inner:before {
    content: none;
  }
  .c_inner:after {
    content: none;
  }
}

.c_anchor {
  padding-top: 6em;
  margin-top: -4em;
}

@media all and (max-width: 767px) {
  .c_wrap {
    background-image: none !important;
  }
}

.c_center {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c_center > span {
  display: table;
  width: 100%;
  height: 100%;
}

.c_center > span > span {
  display: table-cell;
  vertical-align: middle;
}

.c_btn > *.b {
  text-align: right;
}

.c_btn > *.b span {
  right: auto;
  left: 0;
  border-left: none;
  border-right: solid 2px #000;
}

.c_btn > *.b span:before {
  left: auto;
  right: -1.5em;
}

.c_btn > *.b span:after {
  left: auto;
  right: .55em;
  border-top: 2px solid #000;
  -webkit-transform: rotate(320deg);
  transform: rotate(320deg);
}

.c_btn > *.b:before {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.c_btn > * {
  border: solid 2px #000;
  width: 19.5em;
  font-size: 1.4rem;
  letter-spacing: .05em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: bold;
}

.c_btn > * span {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 3.8em;
  font-size: 1.4rem;
  border-left: solid 2px #000;
  transition: border .2s ease-in;
  -webkit-transition: border .2s ease-in;
  z-index: -1;
}

.c_btn > * span:before {
  content: '';
  width: 3em;
  border-bottom: solid 2px #000;
  position: absolute;
  left: -1.5em;
  top: 50%;
  transition: border .2s ease-in;
  -webkit-transition: border .2s ease-in;
}

.c_btn > * span:after {
  content: '';
  position: absolute;
  left: .55em;
  top: 50%;
  width: 1em;
  margin-top: -.3em;
  border-top: 2px solid #000;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  transition: border .2s ease-in;
  -webkit-transition: border .2s ease-in;
}

.c_btn > *:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.c_btn > *:hover {
  color: #fff;
  opacity: 1;
}

.c_btn > *:hover span {
  border-color: #fff;
}

.c_btn > *:hover span:before {
  border-color: #fff;
}

.c_btn > *:hover span:after {
  border-color: #fff;
}

.c_btn > *:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.c_btn a, .c_btn input {
  padding: 1.1em 1.4em .9em;
}

.c_btn input {
  background: transparent;
  width: 100%;
  text-align: inherit;
}

.c_btn input:hover {
  cursor: pointer;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes mainText {
  from {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  35% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes mainText {
  from {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  35% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@-webkit-keyframes mainText2 {
  from {
    width: 0;
  }
  30% {
    width: 100%;
    left: 0;
  }
  to {
    left: 100%;
    width: 100%;
  }
}

@keyframes mainText2 {
  from {
    width: 0;
  }
  30% {
    width: 100%;
    left: 0;
  }
  to {
    left: 100%;
    width: 100%;
  }
}

.mainText {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.mainText:after {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-animation-name: mainText;
  animation-name: mainText;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.mainText:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 10;
  height: .2em;
  top: 50%;
  margin-top: -.1em;
  background: #000;
  -webkit-animation-name: mainText2;
  animation-name: mainText2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.top_main li {
  position: relative;
  overflow: hidden;
  z-index: -1;
  padding: 1.1% 1.1% 0;
}

.top_main li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.top_main li.first div {
  opacity: 0;
}

.top_main li.first p {
  color: #000;
  opacity: 0;
  transition: color .4s ease-in;
  -webkit-transition: color .4s ease-in;
}

.top_main li.first p span {
  width: 100%;
}

.top_main li.first p small {
  width: 100%;
}

.top_main li.first p small:before {
  opacity: 1;
  border-top: solid 2px #000;
}

.top_main li.first small:before {
  opacity: 1;
}

.top_main li.first.load div {
  opacity: 1;
}

.top_main li.first.load p {
  color: #fff;
}

.top_main li.first.load p small:before {
  border-top: solid 2px #fff;
}

.top_main li.a p {
  margin-top: -3.5em;
}

.top_main li p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  color: #fff;
  text-align: center;
  margin-top: -2em;
}

.top_main li p span {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .1em;
  display: inline-block;
}

.top_main li p span.ft_e {
  font-size: 5.3rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.top_main li p small {
  font-size: 1.4rem;
  letter-spacing: .15em;
  font-weight: bold;
  position: relative;
  padding-top: 1.5em;
  margin-top: .5em;
  display: inline-block;
}

.top_main li p small:before {
  content: '';
  border-top: solid 2px #fff;
  width: 2em;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1em;
}

.top_main li > div {
  height: 100%;
  overflow: hidden;
}

.top_main li > div > div {
  background: no-repeat center center;
  background-size: cover;
  height: 100%;
  position: relative;
  -webkit-transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  transition-property: transform, opacity;
  -webkit-transition-property: transform, opacity;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .8;
}

.top_main li + li {
  display: none;
}

.top_main li p {
  white-space: nowrap;
}

.top_main li p span {
  width: 0;
  overflow: hidden;
  transition: width 2s ease-in;
  -webkit-transition: width 2s ease-in;
}

.top_main li p small {
  width: 0;
  overflow: hidden;
  transition: width 3s ease-in;
  -webkit-transition: width 3s ease-in;
}

.top_main li p small:before {
  opacity: 0;
  transition: opacity 1s ease-in;
  -webkit-transition: opacity 1s ease-in;
}

.top_main li.show > div > div {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.top_main li.show p span {
  width: 100%;
  overflow: hidden;
}

.top_main li.show p small {
  width: 100%;
  overflow: hidden;
}

.top_main li.show p small:before {
  opacity: 1;
}

@media all and (max-width: 767px) {
  .top_main li p {
    margin-top: -2em;
  }
  .top_main li p span {
    font-size: 4rem;
    font-size: 3.8rem;
  }
  .top_main li p span.ft_e {
    font-size: 5.3rem;
    font-size: 4.6rem;
  }
  .top_main li.a p {
    margin-top: -6em;
  }
  .top_main li.a p span {
    letter-spacing: 0;
  }
  .top_main li.b p {
    margin-top: -6em;
  }
  .top_main li.c p {
    margin-top: -3.5em;
  }
}

.top_scroll {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
  margin-top: -1.5em;
}

.top_scroll a {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  display: inline-block;
  position: relative;
  height: 10em;
}

.top_scroll a:before {
  content: '';
  height: 8em;
  border-left: solid 1px #000;
  position: absolute;
  left: 50%;
  top: 3.5em;
  margin-left: -.2em;
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-name: fuwafuwa;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

@media all and (max-width: 767px) {
  .top_scroll {
    margin-top: -2.5em;
  }
  .top_scroll a:before {
    height: 4em;
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}

.top_lead {
  padding-top: 8.5em;
  margin-bottom: 6.5em;
}

.top_lead dt {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  letter-spacing: .2em;
  padding-bottom: .35em;
  margin-bottom: .55em;
}

.top_lead dt:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  width: .6em;
  bottom: 0;
  border-bottom: solid 2px #e62983;
}

.top_lead dt:after {
  content: '';
  position: absolute;
  left: 0;
  width: 2.5em;
  bottom: 0;
  border-bottom: solid 0px #e5e5e5;
}

.top_lead dd {
  position: relative;
}

.top_lead dd p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .2em;
  margin-bottom: 3.5em;
}

.top_lead dd img {
  position: absolute;
  top: 0;
  right: 0;
  width: 21.4em;
}

@media all and (max-width: 767px) {
  .top_lead {
    padding-top: 4em;
    margin-bottom: 3.5em;
    padding-left: .5em;
  }
  .top_lead dt {
    font-size: 2.8rem;
    padding-bottom: .2em;
    margin-bottom: .8em;
  }
  .top_lead dd p {
    margin-bottom: 3em;
  }
  .top_lead dd img {
    position: static;
    display: block;
    margin: 0 auto 3.5em;
    width: 14em;
  }
  .top_lead .c_btn {
    text-align: center;
  }
  .top_lead .c_btn a {
    text-align: left;
  }
}

.top_ttl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .15em;
}

.top_ttl span {
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: .15em;
}

@media all and (max-width: 767px) {
  .top_ttl span {
    font-size: 3.8rem;
  }
}

.top_serv {
  overflow: hidden;
  margin-bottom: 8em;
}

.top_serv ul {
  margin: 10em 0 3.5em;
  padding-bottom: 3.5em;
  position: relative;
  z-index: 1;
}

.top_serv ul:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  background: #f1f1f1;
  left: 2em;
  width: 300%;
  height: 26.9em;
}

.top_serv li {
  margin-top: -5em;
  float: left;
  width: 47.7%;
  background: #fff;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
}

.top_serv li img {
  width: 100%;
  display: block;
}

.top_serv li + li {
  margin-top: 0em;
  float: right;
}

.top_serv li a {
  display: block;
}

.top_serv li a:hover {
  opacity: 1;
}

.top_serv li a:hover dl:before {
  animation: arrow-rotate 0.6s cubic-bezier(0.6, 0, 0, 1);
}

.top_serv dl {
  height: 16.65em;
  padding: 2em 2.5em 0;
  position: relative;
}

.top_serv dl:before {
  content: '';
  position: absolute;
  left: 91%;
  border-bottom: solid 2px #000;
  width: 2.8em;
  bottom: 1.5em;
}

.top_serv dt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.6em;
}

.top_serv dd {
  font-size: 1.4rem;
  line-height: 2;
}

.top_serv .c_btn {
  text-align: center;
}

.top_serv .c_btn > * {
  text-align: left;
}

@media all and (max-width: 767px) {
  .top_serv {
    margin-bottom: 3.5em;
  }
  .top_serv ul {
    margin: 6em 0 3em;
    padding-bottom: 0;
  }
  .top_serv ul:before {
    content: none;
  }
  .top_serv li {
    float: none;
    width: auto;
  }
  .top_serv li + li {
    margin-top: 1.8em;
    float: none;
  }
  .top_serv dl {
    padding: 2em 1em 0;
  }
  .top_serv dl:before {
    left: 88%;
  }
  .top_serv dd {
    text-align: justify;
  }
  .top_serv dd br {
    display: none;
  }
}

.news_list {
  margin-left: -3%;
  margin-top: 5.5em;
  margin-bottom: 2em;
}

.news_list.b {
  margin-bottom: 0;
}

.news_list li {
  float: left;
  width: 33.3%;
  padding-left: 3%;
  margin-bottom: 3%;
}

.news_list li:nth-child(3n + 1) {
  clear: both;
}

.news_list li small {
  display: block;
  font-size: 1.3rem;
  position: relative;
  padding-bottom: 1.2em;
  margin-bottom: 1.6em;
  font-weight: 800;
  letter-spacing: .05em;
}

.news_list li small:before {
  content: '';
  width: 1.5em;
  position: absolute;
  left: 0;
  border-bottom: solid 2px #e62983;
  bottom: 0;
}

.news_list li span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
}

.news_list li a {
  display: block;
  position: relative;
  height: 15em;
  padding: 1.5em;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
}

.news_list li a:before {
  content: '';
  position: absolute;
  left: 87%;
  border-bottom: solid 2px #000;
  width: 2.8em;
  bottom: 1em;
}

.news_list li a:hover {
  opacity: 1;
}

.news_list li a:hover:before {
  animation: arrow-rotate 0.6s cubic-bezier(0.6, 0, 0, 1);
}

.top_news {
  margin-bottom: 8em;
}

.top_news .c_btn {
  text-align: center;
}

.top_news .c_btn a {
  text-align: left;
}

@media all and (max-width: 767px) {
  .news_list {
    margin-left: 0;
    margin-top: 2em;
    margin-bottom: 1.5em;
  }
  .news_list.b {
    margin-bottom: 0;
  }
  .news_list li {
    float: none;
    width: auto;
    padding-left: 0;
    margin-bottom: 1.4em;
  }
  .news_list li small {
    padding-bottom: 1em;
    margin-bottom: 1.3em;
  }
  .news_list li a {
    height: auto;
    padding: 1.5em 1em 3em;
  }
  .news_list li a:before {
    left: 88%;
    bottom: 1.5em;
  }
  .top_news {
    margin-bottom: 3.5em;
  }
}

.top_access .img {
  margin-top: 4.2em;
  background: url(../img/top_access_img01.jpg) no-repeat center center;
  background-size: cover;
  height: 0;
  padding-top: 14.4em;
}

.top_access dl {
  margin-top: 4em;
  float: left;
}

.top_access dt {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .8em;
  letter-spacing: .05em;
}

.top_access dd {
  font-size: 1.3rem;
  line-height: 1.6;
}

.top_access dd ul {
  margin-top: 2em;
}

.top_access dd li {
  display: inline-block;
  width: 34%;
}

.top_access .box {
  float: right;
  width: 25em;
}

.top_access .c_btn {
  text-align: center;
}

.top_access .c_btn a {
  text-align: left;
}

.top_access .map {
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1.6em;
  margin-top: -3em;
}

.top_access .map > div {
  position: relative;
  height: 0;
  padding-top: 16.25em;
  overflow: hidden;
}

.top_access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px) {
  .top_access .img {
    margin-top: 2em;
    background-image: url(../img/top_access_img01_sp.jpg);
    padding-top: 44%;
  }
  .top_access dl {
    margin: 2em 0;
    float: none;
  }
  .top_access dt {
    margin-bottom: 1em;
  }
  .top_access dd span {
    display: block;
  }
  .top_access dd li {
    width: 48%;
    white-space: nowrap;
  }
  .top_access .box {
    float: none;
    width: auto;
  }
  .top_access .map {
    margin-bottom: 1.5em;
    margin-top: 0;
  }
  .top_access .map > div {
    padding-top: 62%;
  }
}

@keyframes arrow-rotate {
  50% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 2.8em;
  }
}

.low_ttl {
  text-align: center;
  letter-spacing: .1em;
  height: 18.7em;
  padding-top: 8em;
  position: relative;
}

.low_ttl:after {
  content: '';
  position: absolute;
  width: 1.4em;
  height: 1em;
  border-bottom: solid 2px #000;
  left: 50%;
  margin-left: -.7em;
  top: 10.4em;
}

.low_ttl span {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: .15em;
  display: inline-block;
  margin-bottom: .5em;
}

.low_ttl small {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

@media all and (max-width: 767px) {
  .low_ttl {
    height: 12em;
    padding-top: 6em;
  }
  .low_ttl:after {
    top: 8em;
  }
  .low_ttl span {
    font-size: 3.4rem;
  }
}

.sitemap ul {
  padding-top: 4.5em;
  width: 74%;
  margin: 0 auto -3em;
}

.sitemap li {
  display: inline-block;
  margin-bottom: 3em;
}

.sitemap li:nth-child(odd) {
  width: 60%;
}

.sitemap li:nth-child(even) {
  width: 38%;
}

.sitemap li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

.sitemap li a span {
  display: block;
  color: #c6c6c6;
  font-size: 1rem;
}

@media all and (max-width: 767px) {
  .sitemap ul {
    width: 90%;
    margin: 0 auto -1em;
  }
  .sitemap li {
    display: block;
    margin-bottom: 1em;
  }
  .sitemap li:nth-child(odd) {
    width: auto;
  }
  .sitemap li:nth-child(even) {
    width: auto;
  }
  .sitemap li a {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .sitemap li a span {
    display: block;
    color: #c6c6c6;
    font-size: 1rem;
  }
}

.pp .txt {
  font-size: 1.4rem;
  padding-top: 4em;
  line-height: 2;
}

.pp dl {
  margin: 3em 0 -2em;
}

.pp dt {
  border-left: solid 2px #e62983;
  padding-left: .5em;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: .8em;
}

.pp dd {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 3em;
}

.c_table {
  width: 100%;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
}

.c_table tr > * {
  vertical-align: middle;
  letter-spacing: .1em;
}

.c_table tr + tr > * {
  border-top: solid 1px #e5e5e5;
}

.c_table td {
  font-size: 1.3rem;
  padding: 2em 4em;
  line-height: 1.84;
}

.c_table td em {
  color: #e62983;
  font-size: 1.6rem;
  font-weight: bold;
}

.c_table th {
  background: #f9f9f9;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: left;
  border-right: solid 1px #e5e5e5;
  padding-left: 4em;
  width: 20%;
}

@media all and (max-width: 767px) {
  .c_table tr > * {
    letter-spacing: .1em;
    float: left;
    width: 100% !important;
  }
  .c_table tr + tr > * {
    border-top: none;
  }
  .c_table td {
    padding: 1.5em;
  }
  .c_table th {
    padding: 1em 2em;
    text-align: center;
    border-right: none;
  }
}

.c_ttl {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .15em;
}

.c_ttl span {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.3;
  display: inline-block;
}

.c_ttl small {
  display: inline-block;
}

@media all and (max-width: 767px) {
  .c_ttl span {
    font-size: 3.8rem;
  }
}

.affi_lead {
  padding-top: 3em;
  text-align: center;
  margin-bottom: 4.5em;
}

.affi_lead dl {
  font-weight: bold;
  letter-spacing: .15em;
  margin-bottom: 3.4em;
}

.affi_lead dt {
  font-size: 2.6rem;
  margin-bottom: 2.4em;
}

.affi_lead dd {
  font-size: 1.4rem;
  line-height: 2.1;
}

.affi_lead ul {
  background: #e2e2e2;
  padding: 2.16% 1.08%;
}

.affi_lead li {
  float: left;
  margin: 0 1.08%;
  background: #fff;
  width: 22.84%;
}

.affi_lead li span {
  display: block;
  font-size: 4.14rem;
  font-weight: 800;
  margin: -.8em 0 .3em;
}

.affi_lead li img {
  width: 5.25em;
}

.affi_lead li p {
  font-size: 1.3rem;
  font-weight: bold;
  height: 4.5em;
  margin-top: .6em;
  letter-spacing: .05em;
}

.affi_lead li p.a {
  padding-top: 1em;
}

.affi_ttl {
  border-left: solid 2px #e62983;
  padding-left: .8em;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: .1em;
  margin-left: .3em;
  margin-bottom: 1em;
}

@media all and (max-width: 767px) {
  .affi_lead {
    padding-top: 2em;
    margin-bottom: 3em;
  }
  .affi_lead dl {
    margin-bottom: 3.4em;
    letter-spacing: .1em;
  }
  .affi_lead dt {
    margin-bottom: 1.5em;
  }
  .affi_lead ul {
    padding: 1.5em 1em .1em;
  }
  .affi_lead li {
    float: none;
    margin: 0 1.08% 1.5em;
    width: auto;
  }
  .affi_lead li span {
    margin: 0 0 -.5em;
    position: relative;
    top: -.8em;
  }
}

.affi_a8 {
  margin-bottom: 5em;
}

.affi_a8 p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .1em;
}

.affi_reason {
  margin-bottom: 4.5em;
}

.affi_reason div {
  margin-left: -3%;
  margin-top: 3em;
}

.affi_reason dl {
  width: 30.3%;
  float: left;
  margin-left: 3%;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
  padding: 2em 1.4em;
  height: 15em;
}

.affi_reason dt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1.4em;
}

.affi_reason dt:before {
  content: '';
  position: absolute;
  width: 1.4em;
  left: 50%;
  margin-left: -.7em;
  border-bottom: solid 2px #e62983;
  bottom: 0;
}

.affi_reason dd {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: .05em;
  text-align: justify;
}

.affi_reason dd em {
  color: #e62983;
}

.affi_reason dd small {
  font-size: 80%;
  display: block;
  line-height: inherit;
  margin-top: 1em;
}

@media all and (max-width: 767px) {
  .affi_a8 {
    margin-bottom: 3em;
  }
  .affi_reason {
    margin-bottom: 4.5em;
  }
  .affi_reason div {
    margin-left: 0;
    margin-top: 2em;
  }
  .affi_reason dl {
    width: auto;
    float: none;
    margin-left: 0;
    height: auto;
    margin-bottom: 1.5em;
  }
}

.affi_bn {
  margin-bottom: -2em;
}

.affi_bn .box {
  float: left;
  width: 60%;
}

.affi_bn figure {
  float: right;
  background: #f9f9f9;
  padding: 1.4em;
  width: 29%;
}

.affi_bn figcaption {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.affi_bn p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .1em;
}

.affi_bn table {
  margin: 2.5em 0 4.5em;
  width: 100%;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
}

.affi_bn tr > * {
  vertical-align: middle;
  letter-spacing: .1em;
}

.affi_bn tr + tr > * {
  border-top: solid 1px #e5e5e5;
}

.affi_bn td {
  font-size: 1.4rem;
  padding: 2em;
}

.affi_bn td em {
  color: #e62983;
  font-size: 1.6rem;
  font-weight: bold;
}

.affi_bn th {
  background: #f9f9f9;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: left;
  border-right: solid 1px #e5e5e5;
  padding-left: 3.5em;
  width: 20%;
}

.affi_bn .c_btn {
  text-align: center;
}

.affi_bn .c_btn a {
  width: 70%;
  font-size: 1.8rem;
}

.affi_bn .c_btn a em {
  color: #e62983;
}

@media all and (max-width: 767px) {
  .affi_bn {
    margin-bottom: 0;
  }
  .affi_bn > div {
    text-align: center;
  }
  .affi_bn .box {
    float: none;
    width: auto;
    text-align: left;
    margin-bottom: 1em;
  }
  .affi_bn figure {
    display: inline-block;
    float: none;
    width: auto;
  }
  .affi_bn table {
    margin: 2.5em 0 3em;
  }
  .affi_bn tr > * {
    letter-spacing: .1em;
    float: left;
    width: 100%;
  }
  .affi_bn tr + tr > * {
    border-top: none;
  }
  .affi_bn td {
    padding: 1.5em;
  }
  .affi_bn th {
    padding: 1em 2em;
    text-align: center;
    border-right: none;
  }
  .affi_bn .c_btn a {
    text-align: left;
    width: 100%;
    font-size: 1.5rem;
  }
}

.com_head {
  text-align: center;
  margin-bottom: 7em;
  padding-top: 4.5em;
}

.com_head dt {
  margin-bottom: 1em;
}

.com_head dt > * {
  vertical-align: middle;
}

.com_head dt span {
  font-size: 4rem;
  color: #e62983;
  font-weight: bold;
  letter-spacing: .15em;
}

.com_head dt img.a {
  width: 17.5em;
}

.com_head dt img.b {
  width: 1.8em;
  margin: 0 1.4em;
}

.com_head dd {
  font-weight: bold;
  font-size: 1.6rem;
}

@media all and (max-width: 767px) {
  .com_head {
    margin-bottom: 3em;
    padding-top: 3em;
  }
  .com_head dt {
    white-space: nowrap;
  }
  .com_head dt span {
    font-size: 2.5rem;
    letter-spacing: .1em;
  }
  .com_head dt img.a {
    width: 6.2em;
  }
  .com_head dt img.b {
    margin: 0 .6em;
    width: 1em;
  }
}

.com_about dl {
  background: #fff;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
  position: relative;
  width: 37.65em;
  padding: 3.75em 2.7em 3.25em;
  letter-spacing: .05em;
}

.com_about dt {
  font-weight: bold;
  font-size: 2.2rem;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: 1.8em;
}

.com_about dt:before {
  content: '';
  border-bottom: solid 3px #e62983;
  width: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
}

.com_about dd {
  font-size: 1.4rem;
  line-height: 2;
}

.com_about .box {
  margin: 3.5em 0 5.6em;
}

.com_about .box img {
  display: block;
  margin-left: auto;
  width: 33.85em;
}

.com_about .box dl {
  margin-top: -13em;
}
.com_about .value{
  margin-left: auto;
  margin-bottom: 5.6em;
  width: 37.65em;
}

.com_about .value dl{
  margin-top: 2.5em;
}

.com_about .value dt{
  line-height: 1.7;
}

.com_about .value dd ul li:not(:last-child){
  margin-bottom: 40px;
}
.com_about .value .listing{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.com_about .value .listing-left, .com_about .value .listing-right h3{
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

.com_about .value .listing-right h3{
  letter-spacing: 0.15em;
}

.com_about .value .listing-left{
  color: #c6c6c6;
  position: relative;
  padding-right: 33px;
  margin-right: 18px;
}

.com_about .value .listing-left:after{
  content: "";
  background-image: url(../img/txt_x.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 7px;
  top: 0.35em;
}

.com_about .value .listing-right p{
  font-size: 16px;
  font-size: 1.6rem;
}

.com_about .logo {
  margin-bottom: 7em;
}

.com_about .logo img {
  width: 21em;
}

.com_about .logo img.a {
  width: .85715em;
}

.com_about .logo img.x {
  width: .85715em;
}

.com_about .logo img.b {
  width: 3.85715em;
}

.com_about .logo img.c {
  width: 6em;
}

.com_about .logo dl {
/*  margin-left: auto;*/
  margin-top: 2.5em;
}

.com_about .logo dd p {
  line-height: inherit;
}

.com_about .logo dd img {
  vertical-align: middle;
}

.com_about .logo dd ul {
  margin-bottom: 2.5em;
}

.com_about .logo dd li {
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 7.5em;
}

.com_about .logo dd li img {
  position: absolute;
  left: 0;
}

@media all and (max-width: 767px) {
  .com_about dl {
    width: auto;
    padding: 2em 0.8em 2em;
  }
  .com_about .box {
    margin: 2em 0 6em;
  }
  .com_about .box img {
    width: 100%;
  }
  .com_about .box dl {
    margin-top: 0;
  }
    .com_about .value{
    width: auto;
    margin-bottom: 6em;
  }
  .com_about .value .vl-img{
    width: 13em;
    display: block;
    margin: 0 auto;
  }
  .com_about .value .listing-left, .com_about .value .listing-right h3{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .02em;
  }
  .com_about .value .listing-left{
    padding-right: 15px;
    margin-right: 13px;
  }
  .com_about .value .listing-left:after{
    content: "";
    background-image: url(../img/txt_x.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 10px;
    position: absolute;
    right: -4px;
    top: 7px;
    top: 0.35em;
  }
  .com_about .value .listing-right{
    width: 1px;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
  }
  .com_about .value .listing-right h3{
    padding-bottom: 3px;
  }
  .com_about .value .listing-right p{
    font-size: 1.35rem;
    /*letter-spacing: .1em;*/
    line-height: 1.5;
  }

  .com_about .logo {
    margin-bottom: 6em;
  }
  .com_about .logo dl {
    margin-left: auto;
    margin-top: 1.5em;
  }
}

.com_ceo figure {
  text-align: center;
  margin-top: 4.5em;
}

.com_ceo figure img {
  width: 33.6em;
  display: block;
  margin: 0 auto;
}

.com_ceo figcaption {
  padding: 1.6em;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
}

.com_ceo figcaption em {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .4em;
}

.com_ceo figcaption small {
  color: #b4b4b4;
  font-weight: 700;
  font-size: 1.1rem;
  display: block;
  letter-spacing: .4em;
}

.com_ceo figcaption span {
  font-size: 1.3rem;
  display: block;
  margin-top: 2em;
  letter-spacing: .1em;
}

.com_ceo dl {
  position: relative;
  margin: 3em;
}

.com_ceo dt {
  font-size: 1.35rem;
  font-weight: 700;
  position: absolute;
  letter-spacing: .02em;
}

.com_ceo dt:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  background: #fff;
  left: -3.4em;
  top: -.3em;
  border: solid .45em #f5f5f5;
}

.com_ceo dd {
  font-size: 1.4rem;
  letter-spacing: .1em;
  position: relative;
  padding-left: 10em;
  padding-bottom: 3.5em;
  line-height: 2;
}

.com_ceo dd:before {
  content: '';
  position: absolute;
  height: 100%;
  left: -2.4em;
  top: -.3em;
  border-left: solid .45em #f5f5f5;
}

.com_ceo dd.last:before {
  content: none;
}

@media all and (max-width: 767px) {
  .com_ceo figure {
    margin-top: 2em;
  }
  .com_ceo figure img {
    width: 100%;
  }
  .com_ceo dl {
    margin: 3em 0 1em 2em;
  }
  .com_ceo dd {
    padding-left: 6.5em;
  }
}

.com_info table {
  margin: 4em 0;
}

.com_access {
  margin-bottom: -2em;
}

.com_access dl {
  width: 42.25em;
  margin: -3em auto 0;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
  padding: 2em 0 2.5em;
  position: relative;
  background: #fff;
  text-align: center;
}

.com_access dt {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .8em;
  letter-spacing: .05em;
}

.com_access dd {
  font-size: 1.3rem;
}

.com_access dd p {
  font-size: 1.3rem;
  line-height: 1.84;
}

.com_access dd ul {
  width: 60%;
  margin: 2em auto 0;
}

.com_access dd li {
  display: inline-block;
  width: 40%;
  line-height: 2.5;
}

.com_access .c_btn {
  margin-top: 3em;
}

.com_access .c_btn a {
  font-size: 1.2rem;
  width: 22em;
  text-align: left;
}

.com_access .map {
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1.6em;
}

.com_access .map > div {
  position: relative;
  height: 0;
  padding-top: 16.25em;
  overflow: hidden;
}

.com_access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px) {
  .com_info table {
    margin: 2em 0;
  }
  .com_access {
    margin-bottom: 0;
  }
  .com_access dl {
    width: auto;
    margin: 0 auto 0;
    box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
    padding: 2em 1.2em 2.5em;
    position: relative;
    background: #fff;
    text-align: center;
  }
  .com_access dt {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: .8em;
    letter-spacing: .05em;
  }
  .com_access dd {
    text-align: left;
  }
  .com_access dd ul {
    width: auto;
  }
  .com_access dd span {
    display: block;
  }
  .com_access dd li {
    width: 48%;
    white-space: nowrap;
  }
  .com_access .c_btn {
    text-align: center;
    margin-top: 3em;
  }
  .com_access .c_btn a {
    font-size: 1.3rem;
    width: 19.5em;
  }
  .com_access .map > div {
    padding-top: 62%;
  }
}

.form .c_btn {
  text-align: center;
}

.form .c_btn > * {
  font-size: 1.6rem;
  text-align: center;
}

.form .c_btn > *.b {
  margin-right: 4em;
}

.form .c_btn.confirm > span {
  width: 75%;
}

.form ul {
  margin-left: -.8em;
  margin-bottom: 3em;
  padding-top: 2em;
  white-space: nowrap;
}

.form li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2em;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .1em;
  background: #e2e2e2;
  text-align: left;
  width: 15em;
  height: 3.6em;
  padding: 0 1.5em 0;
  position: relative;
  line-height: 3.6em;
}

.form li:before {
  content: '';
  position: absolute;
  top: 0;
  right: -1.1em;
  border-style: solid;
  border-width: 1.8em 0 1.8em 1.2em;
  border-color: transparent transparent transparent #e2e2e2;
}

.form li span {
  font-size: 2rem;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 1em;
}

.form li.active {
  background: #e62983;
  color: #fff;
}

.form li.active:before {
  border-color: transparent transparent transparent #e62983;
}

.form dl {
  position: relative;
  text-align: left;
  margin: 4.5em 0 5.5em;
}

.form dt {
  position: absolute;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: .05em;
}

.form dt em {
  color: #e62983;
  margin-left: .3em;
}

.form dd {
  margin-left: 14em;
  font-size: 1.2rem;
  margin-bottom: 2.5em;
}

.form dd input[type="text"], .form dd input[type="email"], .form dd input[type="tel"], .form dd input[type="url"], .form dd textarea {
  background: #eeeeee;
  width: 100%;
  padding: 1.2em 1.5em;
  border-radius: .3em;
}

.form dd input[readonly], .form dd textarea[readonly] {
  background: #fff;
  border: none;
}

.form dd textarea {
  height: 25em;
}

.form dd.radio span {
  display: block;
}

.form dd.radio label {
  display: block;
  width: 100%;
}

.form dd.radio label span {
  display: inline;
}

.form p {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: .1em;
  text-align: left;
}

.form p em {
  color: #e62983;
}

.form .ajax-loader {
  display: none;
}

.form .wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.form_inner {
  width: 47em;
  text-align: center;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .form .c_btn {
    text-align: center;
  }
  .form .c_btn > * {
    width: 100%;
  }
  .form .c_btn > *.b {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .form .c_btn.confirm > span {
    width: 100%;
  }
  .form ul {
    margin-bottom: 2em;
    padding-top: 1em;
  }
  .form li {
    margin: 0 2% 1em;
    width: 27%;
    font-size: 1.3rem;
    padding: 0 .7em;
  }
  .form li:nth-child(3) {
    width: 27%;
  }
  .form li span {
    font-size: 1.4rem;
    margin-right: .2em;
  }
  .form dl {
    margin: 2.5em 0 3em;
  }
  .form dt {
    position: static;
    margin-bottom: .5em;
  }
  .form dd {
    margin-left: 0;
  }
  .form_inner {
    width: auto;
  }
}

.inter_nav {
  margin: 2.5em -2.5em 4em;
  padding: 0 1.1% 1.5em;
}

.inter_nav li {
  float: left;
  width: 25%;
  position: relative;
}

.inter_nav li a {
  display: block;
  position: relative;
  padding-top: 92%;
  background: no-repeat center center;
  background-size: cover;
  text-align: center;
}

.inter_nav li a span {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: .05em;
}

.inter_nav li a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  opacity: 0;
}

.inter_nav li a:hover {
  opacity: 1;
}

.inter_nav li a:hover:before {
  background: #000;
  opacity: .4;
}

@media all and (max-width: 1120px) {
  .inter_nav {
    margin: 2.5em 0 4em;
  }
}

@media all and (max-width: 767px) {
  .inter_nav {
    margin: 2em 0 4em;
    padding: 0 2% 1em;
  }
  .inter_nav li {
    width: 50%;
  }
}

.inter_list li {
  margin-bottom: 5em;
}

.inter_list li:nth-child(odd) .img {
  margin-left: auto;
}

.inter_list li:nth-child(even) dl {
  margin-left: auto;
}

.inter_list .img {
  width: 42.9em;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
}

.inter_list .img img {
  display: block;
  width: 100%;
}

.inter_list .img span {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: .05em;
}

.inter_list .img:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  opacity: .4;
}

.inter_list dl {
  width: 45em;
  margin-left: .7em;
  margin-top: -2.5em;
  padding: 5.5em 2.5em 2em;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
}

.inter_list dt {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 1.5em;
}

.inter_list dt span {
  display: block;
  color: #7f7f7f;
  font-size: 1.2rem;
}

.inter_list dd {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .1em;
}

@media all and (max-width: 767px) {
  .inter_list li {
    margin-bottom: 2em;
  }
  .inter_list .img {
    width: auto;
  }
  .inter_list dl {
    width: auto;
    margin-left: 0;
    margin-top: 0;
    padding: 1.5em 1.2em 1.5em;
  }
}

.wp-pagenavi {
  text-align: center;
  margin: 4em auto -3em;
}

.wp-pagenavi .current, .wp-pagenavi .page {
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  padding-top: .2em;
  font-size: 1.6rem;
  margin: 0 0.8em;
}

.wp-pagenavi .current {
  color: #e62983;
}

.previouspostslink {
  color: transparent;
  margin-right: 1.5em;
  background: url(../img/icn_prev03.svg) no-repeat center center;
  background-size: .45em;
}

.previouspostslink:hover {
  opacity: .2;
}

.nextpostslink {
  color: transparent;
  margin-left: 1.5em;
  background: url(../img/icn_next03.svg) no-repeat center center;
  background-size: .45em;
}

.nextpostslink:hover {
  opacity: .2;
}

@media all and (max-width: 767px) {
  .wp-pagenavi {
    margin: 2em auto -2em;
  }
  .wp-pagenavi .current, .wp-pagenavi .page {
    margin: 0 .2em;
  }
}

.news_nav {
  margin-left: -3%;
  padding-top: 3.5em;
  position: relative;
  z-index: 1;
}

.news_nav li {
  float: left;
  width: 22%;
  margin-left: 3%;
  text-align: center;
  position: relative;
}

.news_nav li.link {
  display: block !important;
  border: none;
}

.news_nav li.link.open div {
  display: block;
}

.news_nav li.link div {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  display: none;
}

.news_nav li.link i {
  position: absolute;
  width: 2em;
  z-index: 1;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
}

.news_nav li.link i:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -.2em;
  margin-left: -.25em;
  border-style: solid;
  border-width: .4em .3em 0 .3em;
  border-color: #000 transparent transparent transparent;
}

.news_nav a, .news_nav span {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  padding: .7em 0;
  border: solid 1px #eeeeee;
}

.news_nav .ft_e {
  font-size: 1.7rem;
  font-weight: 700;
  padding: .5em 0;
}

@media all and (max-width: 767px) {
  .news_nav {
    margin-bottom: -1em;
    padding-top: 2em;
  }
  .news_nav li {
    width: 47%;
    margin-bottom: 1em;
  }
}

.news_body {
  font-size: 1.4rem;
  line-height: 2;
}

.news_body p {
  line-height: inherit;
}

.news_body a {
  color: #e62983;
  text-decoration: underline;
}

.news_btn {
  margin-top: 5em;
}

.news_btn a {
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
  position: relative;
  padding-left: 4.5em;
  transition-property: padding-left;
  -webkit-transition-property: padding-left;
}

.news_btn a:hover {
  opacity: 1;
}

.news_btn a:hover:before {
  width: 3.3em;
  width: 2em;
}

.news_btn a:before {
  transition: width .2s ease-in;
  -webkit-transition: width .2s ease-in;
  content: '';
  width: 3.8em;
  border-bottom: solid 2px #000;
  position: absolute;
  left: 0;
  top: .5em;
}

.news_ttl {
  padding-top: 2.5em;
  font-weight: bold;
  position: relative;
  padding-bottom: 2em;
  margin-bottom: 2.4em;
}

.news_ttl:before {
  content: '';
  border-bottom: solid 2px #e62983;
  position: absolute;
  left: 0;
  width: 1.5em;
  bottom: 0;
}

.news_ttl span {
  font-weight: 800;
  display: block;
  font-size: 1.3rem;
  margin-bottom: 1.2em;
}

.rec_inner {
  max-width: 964px;
  margin: 0 auto;
}

.rec_inner .c_btn {
  text-align: center;
}

.rec_inner .c_btn a {
  width: 80%;
}

.rec_inner .c_table {
  margin: 3em 0 5em;
}

.rec_inner .c_table th {
  width: 23%;
}

.rec_msg {
  text-align: center;
  padding: 1.5em 0 2.5em;
  margin: 3em 0 5em;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
}

.rec_msg span {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: .15em;
}

@media all and (max-width: 767px) {
  .rec_inner .c_btn a {
    width: 100%;
  }
  .rec_inner .c_table {
    margin: 2em 0 4em;
  }
  .rec_msg {
    margin: 2em 0 4em;
  }
}

.rec_lead {
  position: relative;
  height: 34em;
  margin: 4.5em 0 2.5em;
  text-align: center;
  padding-top: 4.5em;
  letter-spacing: .15em;
}

.rec_lead:before {
  content: '';
  background: url(../img/recruit_message_bg.svg) no-repeat center top;
  background-size: 33.85em;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: .4;
}

.rec_lead dt {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.77;
  margin-bottom: 3em;
}

.rec_lead dd {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.14;
}

@media all and (max-width: 767px) {
  .rec_lead {
    height: auto;
    margin: 2em 0 2.5em;
    padding-top: 2em;
    letter-spacing: .15em;
  }
  .rec_lead:before {
    background-size: 100%;
  }
  .rec_lead dt {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 1.5em;
  }
  .rec_lead dd {
    text-align: left;
  }
}

.rec_film {
  background: url(../img/film_bg.png) repeat-x center center;
  padding: 1em 0;
  height: 161px;
  margin-bottom: 4.5em;
}

.rec_film li img {
  display: block;
}

.rec_staff {
  margin-bottom: 3.5em;
}

.rec_staff img {
  display: block;
  margin-left: auto;
  width: 42.9em;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
}

.rec_staff dl {
  width: 45em;
  margin-left: .7em;
  margin-top: -2.5em;
  padding: 5.5em 2.5em 2em;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
}

.rec_staff dt {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 1.5em;
}

.rec_staff dt span {
  display: block;
  color: #7f7f7f;
  font-size: 1.2rem;
}

.rec_staff dd {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .1em;
}

@media all and (max-width: 767px) {
  .rec_film {
    margin-bottom: 3em;
  }
  .rec_staff dl {
    width: auto;
    margin-left: 0;
    margin-top: 0;
    padding: 1.5em 1.2em 1.5em;
  }
}

.rec_bene {
  margin-bottom: 5em;
}

.rec_bene ul {
  margin-top: 5.5em;
  margin-left: -3%;
}

.rec_bene li {
  float: left;
  width: 20%;
  margin-bottom: 2em;
  text-align: center;
}

.rec_bene li img {
  width: 5em;
}

.rec_bene li p {
  font-size: 1.4rem;
  font-weight: bold;
  height: 4.5em;
  margin-top: .6em;
  letter-spacing: .05em;
}

.rec_bene li p.a {
  padding-top: 1em;
}

@media all and (max-width: 767px) {
  .rec_bene {
    margin-bottom: 3em;
  }
  .rec_bene ul {
    margin-top: 1.5em;
  }
  .rec_bene li {
    width: 50%;
    margin-bottom: 1em;
  }
}

.service dt {
  position: relative;
  margin-bottom: 2.2em;
}

.service dt.a i {
  left: 50%;
  margin-left: -2.5em;
}

.service dt i {
  display: block;
  width: 5em;
  height: 1em;
  margin-bottom: 1.5em;
  border-bottom: solid .2em #e62983;
  position: relative;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform .6s ease-in;
  -webkit-transition: transform .6s ease-in;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.service dt i.line {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.service dt span {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  display: inline-block;
}

.service dt span.ft_e {
  font-weight: 800;
}

.service dt small {
  font-display: 2.2rem;
  font-weight: bold;
  letter-spacing: .1em;
  display: inline-block;
}

.service dd p {
  font-size: 1.4rem;
  line-height: 2.1;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 4em;
}

@media all and (max-width: 767px) {
  .service dt {
    margin-bottom: 2em;
  }
  .service dd p {
    margin-bottom: 3em;
  }
}

.serv_amz {
  padding-top: 3.5em;
  text-align: center;
  margin-bottom: 9em;
}

.serv_amz .c_btn {
  height: 16.2em;
  background: rgba(255, 255, 255, 0.95);
  width: 29.3em;
  position: absolute;
  top: 1.3em;
  left: 9.4em;
  padding-top: 7em;
}

.serv_amz .c_btn a {
  width: 80%;
  background: rgba(255, 255, 255, 0.95);
}

.serv_amz .c_btn:hover {
  background: transparent;
}

.serv_amz .box {
  width: 47.8em;
  padding-top: 30.15em;
  margin: 4.5em auto 0;
  background: url(../img/service_img_consul.jpg) no-repeat top center;
  background-size: contain;
  position: relative;
}

@media all and (max-width: 767px) {
  .serv_amz {
    padding-top: 2em;
    margin-bottom: 5em;
  }
  .serv_amz dd {
    margin: 0 -5%;
  }
  .serv_amz dd p {
    margin: 0 5%;
  }
  .serv_amz .c_btn {
    height: 52%;
    width: 61%;
    top: 5%;
    left: 19.85%;
    padding-top: 10%;
  }
  .serv_amz .c_btn a {
    margin-top: -5em;
    top: 50%;
    width: 90%;
    font-size: 1.3rem;
    text-align: left;
  }
  .serv_amz .box {
    width: auto;
    padding-top: 64%;
    margin: 2em auto 0;
  }
}

.serv_menu {
  position: relative;
}

.serv_menu + .serv_menu {
  margin-top: 9em;
}

.serv_menu img {
  position: absolute;
  top: 5em;
  left: 3em;
}

.serv_menu img.a {
  width: 21.8em;
  top: -1em;
  left: 1em;
  transition: transform .2s ease-in;
  -webkit-transition: transform .2s ease-in;
}

.serv_menu img.a:hover {
  transform: scale(1.03);
}

.serv_menu img.b {
  width: 18.3em;
}

.serv_menu img.c {
  width: 18.3em;
}

.serv_menu dl {
  width: 50%;
  margin-left: auto;
}

@media all and (max-width: 767px) {
  .serv_menu + .serv_menu {
    margin-top: 4em;
  }
  .serv_menu img {
    position: static;
    display: block;
    margin: 0 auto 2em;
  }
  .serv_menu dl {
    width: auto;
  }
  .serv_menu .c_btn {
    text-align: center;
  }
  .serv_menu .c_btn a {
    text-align: left;
  }
}

.serv_slide {
  border: solid 4px #d2d2d2;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.serv_slide:before {
  content: '';
  width: 100%;
  border-top: solid 4px #d2d2d2;
  bottom: -4px;
  position: absolute;
  z-index: 1000;
}

.serv_slide li + li {
  display: none;
}

.serv_slide .bx-prev {
  left: 50%;
  margin-left: -8em;
  background: url(../img/icn_prev06.svg) no-repeat center center;
  background-size: contain;
}

.serv_slide .bx-next {
  right: 50%;
  margin-right: -8em;
  background: url(../img/icn_next06.svg) no-repeat center center;
  background-size: contain;
}

.serv_slide .bx-controls-direction a {
  position: absolute;
  bottom: 1em;
  width: .7em;
  height: 1.1;
  z-index: 99;
  color: transparent;
  background-size: contain;
}

.serv_slide .bx-pager {
  position: absolute;
  bottom: .6em;
  width: 14em;
  left: 50%;
  margin-left: -7em;
  z-index: 99;
  text-align: center;
}

.serv_slide .bx-pager a {
  display: inline-block;
  color: transparent;
  width: .7em;
  height: .7em;
  position: relative;
}

.serv_slide .bx-pager a:before {
  content: '';
  width: .5em;
  height: .5em;
  position: absolute;
  background: #dcdcdc;
  border-radius: 50%;
}

.serv_slide .bx-pager a:hover {
  opacity: 1;
}

.serv_slide .bx-pager a:hover:before {
  background: #e62983;
  width: .7em;
  height: .7em;
  top: -.1em;
  left: -.1em;
}

.serv_slide .bx-pager a.active:before {
  background: #e62983;
  width: .7em;
  height: .7em;
  top: -.1em;
  left: -.1em;
}

.serv_slide .bx-pager-item {
  display: inline-block;
  padding: 0 .3em;
}

.serv_slide .box {
  position: relative;
  background: #fff;
  display: table;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
}

.serv_slide .box.a p {
  font-weight: bold;
  letter-spacing: .2em;
}

.serv_slide .box.a .a {
  font-size: 2.4rem;
  margin-bottom: 1.5em;
}

.serv_slide .box.a .b {
  font-size: 3.5rem;
  position: relative;
}

.serv_slide .box.a .c {
  font-size: 6.9rem;
  color: #e6e6e6;
  margin-top: -1.1em;
  letter-spacing: .15em;
  font-weight: 700;
}

.serv_slide .box.b {
  background: #1755b3;
}

.serv_slide .box.c {
  background: #f26089;
}

.serv_slide .box.c .txt {
  text-align: right;
}

.serv_slide .box.e .cell {
  text-align: left;
}

.serv_slide .box.e .txt {
  display: inline-block;
  color: #000;
  text-align: center;
}

.serv_slide .box.h .cell {
  background-size: 70em;
}

.serv_slide .box.h .txt {
  color: #000;
  position: absolute;
  width: 100%;
  top: 4.5em;
  left: 0;
  text-align: center;
}

.serv_slide .box.h .sub {
  position: absolute;
  width: 100%;
  bottom: 18%;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: .1em;
}

.serv_slide .box.i dt {
  letter-spacing: .2em;
  margin-bottom: 4em;
}

.serv_slide .box.i dt span {
  font-size: 5.1rem;
  color: #e6e6e6;
  font-weight: 700;
  display: block;
}

.serv_slide .box.i dt small {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin-top: -2.2em;
}

.serv_slide .box.i dd p {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 1.5em;
  letter-spacing: .15em;
}

.serv_slide .box.i dd .c_mail {
  padding: 0;
  margin-top: 4.5em;
}

.serv_slide .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 1.5em;
  background: no-repeat center center;
}

.serv_slide .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5em;
}

.serv_slide .txt {
  color: #fff;
  letter-spacing: .2em;
  text-align: left;
}

.serv_slide .txt span {
  font-size: 3.3rem;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.serv_slide .txt small {
  font-size: 2.4rem;
  font-weight: bold;
}

body.current .serv_works {
  opacity: 1;
  z-index: 1;
}

body.cursor-left * {
  cursor: none;
}

body.cursor-left #cursor {
  visibility: visible;
}

body.cursor-left #cursor:before {
  transform-origin: left top;
}

body.cursor-left #cursor:after {
  transform-origin: left bottom;
}

body.cursor-right * {
  cursor: none;
}

body.cursor-right #cursor {
  visibility: visible;
}

body.cursor-right #cursor:before {
  transform-origin: right top;
}

body.cursor-right #cursor:after {
  transform-origin: right bottom;
}

#cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 6em;
  visibility: hidden;
}

#cursor:before {
  content: '';
  position: absolute;
  width: 6em;
  height: 1px;
  background: #000;
  top: 0;
  left: -3em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cursor:after {
  content: '';
  position: absolute;
  width: 6em;
  height: 1px;
  background: #000;
  top: 0;
  left: -3em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.serv_works {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 41.65em;
  height: 25.5em;
  top: 50%;
  margin-top: -12.8em;
  left: 50%;
  margin-left: -20.3em;
  padding: 2em 4.5em;
  transition: opacity .4s ease-in;
  -webkit-transition: opacity .4s ease-in;
}

.serv_works .bx-prev {
  left: -1em;
  background: url(../img/icn_prev02.svg) no-repeat center center;
  background-size: contain;
}

.serv_works .bx-next {
  right: -1em;
  background: url(../img/icn_next02.svg) no-repeat center center;
  background-size: contain;
}

.serv_works .bx-controls-direction a {
  position: absolute;
  top: 0;
  width: 3.1em;
  height: 100%;
  z-index: 99;
  color: transparent;
  background-size: contain;
}

@media all and (max-width: 1400px) {
  .serv_slide .cell {
    background-size: 100%;
  }
  .serv_slide .box.e .cell {
    background-position: -3em center;
    background-size: 70em;
  }
  .serv_works {
    margin-left: 11.9em;
    left: 0;
  }
}

@media all and (max-width: 767px) {
  .serv_slide .box.a p {
    letter-spacing: .1em;
    white-space: nowrap;
  }
  .serv_slide .box.a .a {
    font-size: 2rem;
    position: relative;
  }
  .serv_slide .box.a .b {
    font-size: 3rem;
    position: relative;
  }
  .serv_slide .box.a .c {
    font-size: 2.8rem;
    letter-spacing: .1em;
    margin-top: -1.6em;
  }
  .serv_slide .box.b .cell {
    background-position: 50% center;
    background-size: 160%;
  }
  .serv_slide .box.c .cell {
    background-position: 45% center;
    background-size: 160%;
  }
  .serv_slide .box.d .cell {
    background-position: 100% center;
    background-size: 165%;
  }
  .serv_slide .box.e .cell {
    background: none !important;
  }
  .serv_slide .box.f .cell {
    background-position: 65% 70%;
    background-size: 145%;
  }
  .serv_slide .box.h .cell {
    background-size: 125%;
  }
  .serv_slide .box.i dt {
    letter-spacing: .2em;
    margin-bottom: 2em;
  }
  .serv_slide .box.i dt span {
    font-size: 4.6rem;
  }
  .serv_slide .box.i dt small {
    font-size: 2.2rem;
  }
  .serv_slide .box.i dd p {
    padding: 0 1em;
    font-size: 1.3rem;
    margin-bottom: 1.5em;
  }
  .serv_slide .box.i dd .c_mail {
    margin-top: 2em;
  }
  .serv_slide .inner {
    padding: 0;
  }
  .serv_slide .txt {
    position: absolute;
    top: 4.5em;
    left: 0;
    width: 100%;
    text-align: center !important;
  }
  .serv_slide .txt span {
    font-size: 2.8rem;
  }
  .serv_slide .txt small {
    font-size: 2rem;
  }
  .serv_works {
    top: 6em;
    margin-top: 0;
    left: 5%;
    margin-left: 0;
    height: auto;
    width: 90%;
    padding: 0;
  }
  .serv_works img {
    width: 100%;
  }
  .serv_works .box {
    font-size: calc(100vw * 40 / 767);
    background: url(../img/service_amazon_img05.png) no-repeat center top;
    background-size: 170%;
    padding: 3.2em 1.5em;
  }
  .serv_works .bx-prev {
    left: -.5em;
  }
  .serv_works .bx-next {
    right: -.5em;
  }
  .serv_works .bx-controls-direction a {
    width: 1.6em;
  }
}

.serv_nav {
  margin: 2.5em -2.5em 4em;
  padding: 0 1.1% 1.5em;
}

.serv_nav li {
  float: left;
  width: 50%;
  position: relative;
}

.serv_nav li a {
  display: block;
  position: relative;
  height: 15em;
  background: no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 4.5em;
  font-weight: bold;
  letter-spacing: .05em;
}

.serv_nav li a small {
  display: block;
  font-size: 1.6rem;
}

.serv_nav li a .btn {
  font-size: 1.3rem;
  margin-top: 2em;
  letter-spacing: .05em;
  display: inline-block;
  padding: .7em 2.5em .6em;
  border: solid 1px #fff;
  border-radius: 2em;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition-property: background, color;
  -webkit-transition-property: background, color;
}

.serv_nav li a:hover {
  opacity: 1;
}

.serv_nav li a:hover .btn {
  background: #fff;
  color: #000;
}

@media all and (max-width: 1120px) {
  .serv_nav {
    margin: 2.5em 0 4em;
  }
}

@media all and (max-width: 767px) {
  .serv_nav {
    margin: 2em 0 4em;
    padding: 0 2%;
  }
  .serv_nav li {
    width: auto;
    float: none;
  }
  .serv_nav li a {
    height: 12em;
    padding-top: 3.5em;
  }
}

.serv_ttl {
  margin-bottom: 2.2em;
  text-align: center;
}

.serv_ttl i {
  display: block;
  width: 8em;
  height: 1em;
  margin-bottom: 1.5em;
  border-bottom: solid .2em #e62983;
  position: relative;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform .6s ease-in;
  -webkit-transition: transform .6s ease-in;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  left: 50%;
  margin-left: -4em;
}

.serv_ttl i.line {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.serv_ttl span {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1;
  display: inline-block;
}

.serv_lead {
  margin-bottom: 5em;
}

.serv_lead p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.1;
  font-weight: bold;
  letter-spacing: .15em;
}

@media all and (max-width: 767px) {
  .serv_lead {
    margin-bottom: 4em;
  }
}

.serv_feature {
  margin-left: -2%;
  margin-top: 2.5em;
  margin-bottom: 5em;
}

.serv_feature.b li {
  height: 16.5em;
}

.serv_feature li {
  width: 23%;
  float: left;
  text-align: center;
  margin-left: 2%;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
  padding-top: 2em;
}

.serv_feature img {
  width: 4.15em;
}

.serv_feature dl {
  padding: .5em 0 1.1em;
}

.serv_feature dt {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: .6em;
}

.serv_feature dt:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -.8em;
  border-bottom: solid 2px #e62983;
  width: 1.6em;
  bottom: 0;
}

.serv_feature dt.a {
  margin-top: -.7em;
}

.serv_feature dt.b {
  margin-top: .3em;
  padding-bottom: 1em;
}

.serv_feature dd {
  font-size: 1.4rem;
  line-height: 1.71;
}

@media all and (max-width: 767px) {
  .serv_feature {
    margin-left: 0;
    margin-top: 1.5em;
    margin-bottom: 3em;
  }
  .serv_feature.b li {
    height: auto;
  }
  .serv_feature li {
    width: auto;
    float: none;
    margin-left: 0;
    padding-top: 1em;
    margin-bottom: 1.5em;
  }
  .serv_feature dt.a {
    margin-top: -.7em;
  }
  .serv_feature dt.b {
    margin-top: .3em;
    padding-bottom: 1em;
  }
}

.serv_plan {
  margin: 2em 0 4em;
}

.serv_plan dl {
  float: left;
  width: 47.5%;
  text-align: center;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
}

.serv_plan dl + dl {
  float: right;
}

.serv_plan dt {
  font-weight: bold;
  padding: .8em 0 .7em;
  background: #f5f5f5;
  letter-spacing: .1em;
}

.serv_plan dt.b {
  background: #e62983;
  color: #fff;
}

.serv_plan dd {
  padding: 1.5em .8em;
}

.serv_plan dd.c {
  padding: .8em .8em 2.5em;
}

.serv_plan dd.c img {
  margin: 0 auto 1.5em;
}

.serv_plan dd p {
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: .05em;
  margin-left: 3%;
}

.serv_plan dd p strong {
  font-size: 2rem;
  margin-bottom: .6em;
  display: block;
  line-height: 1.5;
}

.serv_plan dd p em {
  font-size: 1.6rem;
  color: #e62983;
  font-weight: bold;
}

.serv_plan dd p small {
  font-size: 1.2rem;
  text-align: left;
  display: block;
}

.serv_plan dd p small.d {
  margin: 1.6em 0 2em;
}

.serv_plan dd p span {
  font-size: 1.6rem;
  display: block;
  margin-bottom: -.7em;
}

.serv_plan dd p span small {
  display: inline;
}

.serv_plan dd ul {
  margin-bottom: 2em;
}

.serv_plan dd li {
  font-size: 1.6rem;
  text-align: right;
  margin-left: 3%;
  margin-bottom: .8em;
  position: relative;
}

.serv_plan dd li small {
  font-size: 1.3rem;
}

.serv_plan dd li span {
  position: absolute;
  left: 0;
}

.serv_plan dd img {
  display: block;
  margin: 2em 0;
}

.serv_ttl2 {
  font-weight: bold;
  border-left: solid 2px #e62983;
  padding-left: .7em;
  font-size: 1.8rem;
  margin: 3em 0 2.5em;
}

@media all and (max-width: 767px) {
  .serv_plan {
    margin: 1.5em 0 3em;
  }
  .serv_plan dl {
    float: none;
    width: auto;
  }
  .serv_plan dl + dl {
    float: none;
    margin-top: 1.5em;
  }
  .serv_ttl2 {
    margin: 2em 0 1.5em;
  }
}

.serv_flow {
  text-align: center;
  margin-bottom: 4em;
}

.serv_flow > p {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 1.5em 0 1em;
}

.serv_flow ul {
  background: #e2e2e2;
  padding: 2.16% 1.08%;
}

.serv_flow li {
  float: left;
  margin: 0 1.08%;
  background: #fff;
  width: 22.84%;
}

.serv_flow li span {
  display: block;
  font-size: 4.14rem;
  font-weight: 800;
  margin: -.8em .6em .3em;
  text-align: left;
}

.serv_flow li img {
  width: 4.15em;
}

.serv_flow li p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: .6em;
  padding-bottom: .6em;
  letter-spacing: .05em;
}

@media all and (max-width: 767px) {
  .serv_flow {
    margin-bottom: 4em;
  }
  .serv_flow > p {
    margin: 1em 0;
  }
  .serv_flow dl {
    margin-bottom: 3.4em;
    letter-spacing: .1em;
  }
  .serv_flow dt {
    margin-bottom: 1.5em;
  }
  .serv_flow ul {
    padding: 1.5em 1em .1em;
  }
  .serv_flow li {
    float: none;
    margin: 0 1.08% 1.5em;
    width: auto;
  }
  .serv_flow li span {
    margin: 0 .6em -.5em;
    position: relative;
    top: -.8em;
  }
}

.serv_box {
  margin-bottom: 4.5em;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
  letter-spacing: .1em;
}

.serv_box > dt {
  font-weight: bold;
  position: relative;
  padding: 1.2em 2em 1em;
  background: #f5f5f5;
  cursor: pointer;
}

.serv_box > dt:before {
  content: '';
  position: absolute;
  right: 1.5em;
  background: url(../img/icn_expand.png) no-repeat left center;
  background-size: contain;
  width: 2.5em;
  height: 100%;
  top: 0;
}

.serv_box > dt.open:before {
  background-image: url(../img/icn_contract.png);
}

.serv_box > dt.open + dd {
  display: block;
}

.serv_box > dd {
  padding: 2em 4em;
  display: none;
}

.serv_box a {
  color: #e62983;
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  .serv_box {
    margin-bottom: 3em;
  }
  .serv_box > dt:before {
    right: 1em;
  }
  .serv_box > dd {
    padding: 1em 1em;
    display: none;
  }
}

.serv_flow2 dt {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 1%;
  margin-bottom: 1em;
}

.serv_flow2 dt span {
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #000;
  font-size: 1.5rem;
  width: 2em;
  padding-top: .2em;
  font-weight: 800;
  height: 2em;
  text-align: center;
  margin-right: 1em;
}

.serv_flow2 dd {
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 1.8em;
  padding-bottom: 1.5em;
  font-size: 1.4rem;
  line-height: 1.64;
  padding-left: 1%;
}

.serv_flow2 p {
  font-size: 1.2rem;
  padding-left: 1%;
}

.serv_faq p {
  font-weight: bold;
  border-left: solid 2px #e62983;
  padding-left: .5em;
  font-size: 1.8rem;
  margin-bottom: 2em;
  margin-left: 1%;
}

.serv_faq dl {
  margin-bottom: 2em;
}

.serv_faq dt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .05em;
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 3.8em;
}

.serv_faq dt:before {
  content: 'Q';
  position: absolute;
  left: 1%;
  top: -.25em;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #000;
  font-size: 1.5rem;
  width: 2.2em;
  padding-top: .2em;
  font-weight: 800;
  height: 2.2em;
  text-align: center;
}

.serv_faq dd {
  font-size: 1.4rem;
  letter-spacing: .15em;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 2em;
  padding-bottom: 2.5em;
  padding-left: 6.2em;
}

.serv_faq dd:before {
  content: 'A';
  position: absolute;
  left: 2.5em;
  top: -.25em;
  color: #e62983;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #e62983;
  font-size: 1.5rem;
  width: 2.2em;
  padding-top: .2em;
  font-weight: 800;
  height: 2.2em;
  text-align: center;
  letter-spacing: 0;
}

@media all and (max-width: 767px) {
  .serv_faq dt {
    padding-left: 3.2em;
  }
  .serv_faq dd {
    padding-left: 3.8em;
  }
  .serv_faq dd:before {
    left: 1%;
  }
}

.serv_photo.a {
  padding-bottom: 6em;
}

.serv_photo.b {
  margin-bottom: -1em;
}

.serv_btn {
  text-align: center;
}

.serv_btn a {
  display: inline-block;
  background-color: #e62983;
  background-image: -webkit-linear-gradient(right, #ff66af, #ff037b);
  background-image: linear-gradient(to left, #ff66af, #ff037b);
  border-radius: 2em;
  padding-top: 1.1em;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.1em 4em 1em;
  letter-spacing: .05em;
  color: #fff;
}

@media all and (max-width: 767px) {
  .serv_photo.a {
    padding-bottom: 4em;
  }
  .serv_btn a {
    border-radius: 4em;
    width: 100%;
  }
}

.serv_flow3 {
  margin-bottom: 3.5em;
}

.serv_flow3 p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: .1em;
  margin: 2.5em 0 3.5em;
}

.serv_plan2 p {
  text-align: center;
  letter-spacing: .1em;
  font-size: 1.4rem;
}

.serv_plan2 p strong {
  font-size: 2.6rem;
  display: block;
  margin: 1.3em 0 .8em;
}

.serv_plan2 p strong em {
  color: #e62983;
}

.serv_plan2 p small {
  font-size: 1.8rem;
}

.serv_plan2 ul {
  margin-left: -3%;
  margin-top: 3em;
  margin-bottom: -1em;
}

.serv_plan2 li {
  width: 33.3%;
  float: left;
  padding-left: 3%;
  margin-bottom: 3%;
}

.serv_plan2 li img {
  display: block;
  border: solid 1px #eeeeee;
}

@media all and (max-width: 767px) {
  .serv_flow3 {
    margin-bottom: 2.5em;
  }
  .serv_flow3 p {
    margin: 2em 0 2.5em;
  }
  .serv_flow3 .img {
    overflow-x: auto;
  }
  .serv_flow3 .img img {
    width: 40em;
    max-width: 40em;
  }
  .serv_plan2 p strong {
    margin: 1.3em 0 .8em;
  }
  .serv_plan2 ul {
    margin-left: -2%;
    margin-top: 2em;
    margin-bottom: 0;
  }
  .serv_plan2 li {
    padding-left: 2%;
  }
}

.serv_option.a {
  margin-left: -1.5%;
}

.serv_option.a dl {
  height: 9em;
  width: 18.5%;
  margin-left: 1.5%;
}

.serv_option.b {
  margin-left: -2.5%;
  margin-bottom: 2em;
}

.serv_option.b dl {
  height: 15.75em;
  width: 30.8%;
  margin-left: 2.5%;
  margin-bottom: 2em;
}

.serv_option.b dl.d {
  height: 17.5em;
}

.serv_option.b dl.c {
  height: 8.3em;
  margin-bottom: 0;
}

.serv_option.b dl.c + .c {
  margin-top: .9em;
}

.serv_option.b dl.c dd p {
  padding-top: 1.5em;
}

.serv_option.b dd p {
  padding-top: 0;
}

.serv_option dl {
  float: left;
  box-shadow: 0 0.15em 0.3em 0 rgba(0, 0, 0, 0.2);
}

.serv_option dt {
  font-weight: bold;
  font-size: 1.6rem;
  height: 3.2em;
  background: #f5f5f5;
  text-align: center;
  padding-top: 1.2em;
  line-height: 1;
  letter-spacing: .1em;
}

.serv_option dt small {
  display: block;
  font-size: 1.2rem;
}

.serv_option dt.a {
  padding-top: .7em;
}

.serv_option dd p {
  font-size: 1.2rem;
  line-height: 1.66;
  padding: 1.6em 1.3em 0;
}

@media all and (max-width: 767px) {
  .serv_option {
    margin-left: 0 !important;
  }
  .serv_option.b {
    margin-bottom: 1em;
  }
  .serv_option dl {
    height: auto !important;
    width: auto !important;
    margin-left: 0 !important;
    float: none;
    padding-bottom: 1.2em;
    margin-bottom: 1.5em !important;
  }
  .serv_option dd img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_visible_sp {
  display: none;
}

.u_inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1em;
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_left {
  float: left;
}

.u_right {
  float: right;
}

.u_center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  .u_visible_sp {
    display: inherit;
  }
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 4.6%;
    padding: 0;
  }
  .u_left {
    float: none;
    width: auto !important;
  }
  .u_right {
    float: none;
    width: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */


/*新規追加スタイル*/


#linkcolor{
  color: #e62983;
}

    #breadcrumb {
      text-align: right;
      /*margin-top: 60px;*/
    }
    #breadcrumb ul {
        padding: 0 5rem 1rem 1rem;
    }
    #breadcrumb li:before {
        content:none;
    }
    #breadcrumb li {
    display: inline;
    list-style: none;
    font-weight: bold;
    margin: 0px;
    background: none;
    padding: 0px;
    font-size: inherit;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: normal;
}
    #breadcrumb li:after {
        content: '>';
        padding: 0 0.4em;
        color: #555;
    }
    #breadcrumb li:last-child:after {
        content: '';
    }
    #breadcrumb li a {
        text-decoration: none;
        color: #e62b83;/*色*/
        font-size:14px;
        /*margin-left:20px;*/
    }
    #breadcrumb span {
        text-decoration: none;
        font-size:14px;
        margin:0px;
    }
    #breadcrumb li a:hover {
        text-decoration: underline;
    }
    .reason_box img {
        height: auto !important;
    }
    @media screen and (max-width: 940px) and (min-width: 0px) {
        #breadcrumb {
            width: 100%;
        }
        #breadcrumb ul {
            padding: 1rem;
            overflow-x: auto;
            width: 100%;
            overflow: auto;
            overflow-y: hidden;
            display: block;
            white-space: nowrap;
        }
    }

@media screen and (max-width: 700px){
  #page_studio_h1{
    font-size: 75%!important;
    position: absolute;
    top: 38%!important;
    left: 40%!important;
  }
  #page_studio_p{
    font-size: 55%!important;
    margin-top: -5px;
    position: absolute;
    top: 55%!important;
    left: 40%!important;
  }
  #page_studio_div{
    position: relative!important;
    top: 30%!important;
  }
}

