@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Mincho);
.pc_only {
  display: block;
}
@media only screen and (max-width : 992px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media only screen and (max-width : 992px) {
  .sp_only {
    display: block;
  }
}

.mincho {
  font-family: "Sawarabi Mincho", sans-serif;
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("/assets/fonts/NotoSansCJKjp-Thin.ttf") format("truetype"), url("/assets/fonts/NotoSansCJKjp-Thin.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Light.woff") format("woff"), url("/assets/fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("/assets/fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("/assets/fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("/assets/fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/assets/fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("/assets/fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("/assets/fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("/assets/fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("/assets/fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("/assets/fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Black.woff") format("woff"), url("/assets/fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("/assets/fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}
body {
  font-size: 1rem;
  line-height: 1.8;
}

#TOP h2.heading::after {
  width: 100px;
}
#TOP .bottom-sns .sns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#TOP .bottom-sns .sns-group a {
  height: 150px;
  width: 250px;
  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;
  margin: 1rem;
  text-align: center;
  border-radius: 6px;
  border: 1px solid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#TOP .bottom-sns .sns-group a img {
  max-height: 60px;
  margin: 1.5em auto 0;
}
@media only screen and (max-width : 992px) {
  #TOP .bottom-sns .sns-group a img {
    max-height: 30px;
  }
}
#TOP .bottom-sns .sns-group a span {
  display: block;
  margin: 1em auto;
  text-align: center;
  font-size: 1em;
}
#TOP .bottom-sns .sns-group a.facebook {
  color: #2d428b;
}
#TOP .bottom-sns .sns-group a.insta {
  color: #d96fa9;
}

h2.heading {
  text-align: left;
  color: #2d428b;
  line-height: 1.5;
  font-size: 25px;
}
h2.heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto 1.5em;
  background: #d96fa9;
}
h2.heading span {
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  margin: 0 1em 0 0;
  background: -webkit-gradient(linear, right top, left top, from(#d96fa9), to(#2d428b));
  background: linear-gradient(to left, #d96fa9, #2d428b);
  text-transform: uppercase;
}
@media only screen and (max-width : 992px) {
  h2.heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 18px;
    border-bottom: 1px solid #d96fa9;
    margin: 0 -0.75rem 1em;
  }
  h2.heading::after {
    display: none;
  }
  h2.heading span {
    width: auto;
    padding: 2px 15px;
    margin: 0 10px 0 0;
  }
}

h2.heading-sub {
  text-align: center;
  color: #2d428b;
  line-height: 1.5;
  font-size: 25px;
}
h2.heading-sub::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 1em auto 1.5em;
  background: #d96fa9;
}
h2.heading-sub span {
  color: #fff;
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  margin: 0 1em 0 0;
  background: -webkit-gradient(linear, right top, left top, from(#d96fa9), to(#2d428b));
  background: linear-gradient(to left, #d96fa9, #2d428b);
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 1em auto;
}
@media only screen and (max-width : 992px) {
  h2.heading-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 18px;
    border-bottom: 1px solid #d96fa9;
    margin: 0 -0.75rem 1em;
  }
  h2.heading-sub::after {
    display: none;
  }
  h2.heading-sub span {
    width: auto;
    padding: 2px 15px;
    margin: 0 10px 0 0;
  }
}

#TOP .site-header {
  border-top: 1px solid #111111;
}
#TOP .site-header ul.hide-on-med-and-down {
  padding: 50px 0px;
}

.site-header {
  height: auto;
  line-height: 1.2;
  overflow: hidden;
  display: block;
}
.site-header ul.hide-on-med-and-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding: 0px 0px;
  margin-bottom: 20px;
}
.site-header ul.hide-on-med-and-down li {
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header ul.hide-on-med-and-down li img {
  margin-bottom: -15px;
}
.site-header ul.hide-on-med-and-down li::before {
  background: #111111;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  width: 20px;
}
.site-header ul.hide-on-med-and-down li span {
  border-left: 1px solid #ccc;
  display: block;
  font-size: 12px;
  padding-left: 10px;
  margin: 20px 0 -20px 0px;
}
.site-header .sidenav {
  height: 100vh;
}
.site-header .sidenav h2,
.site-header .sidenav h3 {
  margin: 10px auto;
  padding: 0 20px;
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
  color: #111111;
}
.site-header .sidenav .sidenav-list {
  float: none;
  display: block;
}
.site-header .sidenav .sidenav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.site-header .sidenav .sidenav-list li a span {
  position: absolute;
  left: 130px;
  font-size: 11px;
}
.site-header .sidenav .sidenav-list li a::before {
  background: #111111;
  content: "";
  height: 1px;
  width: 10px;
  display: block;
  margin-right: 12px;
}
@media only screen and (max-width : 992px) {
  .site-header .sidenav .sp-nav-banner {
    margin: 1em auto;
    text-align: center;
  }
  .site-header .sidenav .sp-nav-banner p {
    text-align: center;
    margin: 1em auto;
    padding: 0 10px;
  }
  .site-header .sidenav .sp-nav-banner p img,
.site-header .sidenav .sp-nav-banner p a {
    margin: auto;
    display: block;
  }
  .site-header .sidenav .sp-nav-banner .sousei-banner {
    margin: 1em auto;
  }
  .site-header .sidenav .sp-nav-banner .banner {
    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;
    padding: 0 10px;
    margin: auto -0.25rem;
  }
  .site-header .sidenav .sp-nav-banner .banner a {
    max-width: calc(50% - 0.5rem);
    margin: 0.5em auto;
  }
}
@media only screen and (min-width : 601px) {
  .site-header .sidenav .sp-nav-banner {
    display: none;
  }
}
@media only screen and (max-width : 992px) {
  .site-header .sidenav .sp-bottom-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
  }
  .site-header .sidenav .sp-bottom-logo p {
    margin: 1em auto;
    padding: 0 13px;
  }
  .site-header .sidenav .sp-bottom-logo p img,
.site-header .sidenav .sp-bottom-logo p a {
    margin: auto;
    display: block;
  }
}
@media only screen and (min-width : 601px) {
  .site-header .sidenav .sp-bottom-logo {
    display: none;
  }
}
@media only screen and (max-width : 992px) {
  .site-header .sidenav .sp-nav-close {
    position: absolute;
    right: 10px;
    bottom: 5px;
  }
}
@media only screen and (min-width : 601px) {
  .site-header .sidenav .sp-nav-close {
    display: none;
  }
}

.kv.kv__pc {
  background: url(../img/top/kv-pc2023@2x.jpg) center center;
  background-size: cover;
  position: relative;
  height: 670px;
  margin-bottom: 250px;
}
@media only screen and (max-width : 992px) {
  .kv.kv__pc {
    display: none;
  }
}
@media only screen and (min-width : 601px) {
  .kv.kv__pc {
    display: block;
  }
}
.kv.kv__pc .tempo {
  max-width: 900px;
  margin: 520px auto 0;
}
.kv.kv__pc .tempo h2 {
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv.kv__pc .tempo h2::before, .kv.kv__pc .tempo h2::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #ffffff;
}
.kv.kv__pc .tempo h2::before {
  margin-right: 1rem;
}
.kv.kv__pc .tempo h2::after {
  margin-left: 1rem;
}
.kv.kv__pc .tempo .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: auto -1rem;
}
.kv.kv__pc .tempo .banner a {
  margin: 0 1rem;
  font-weight: 200;
  color: #111111;
}
.kv.kv__pc .tempo .banner a h3 {
  font-size: 1.4em;
  margin: 1rem auto;
  text-align: center;
}
.kv.kv__pc .tempo .banner a ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kv.kv__pc .tempo .banner a ul li {
  margin: 0rem 0.5rem;
}
.kv.kv__pc .tempo .banner a ul li::before {
  content: "#";
}
.kv.kv__pc .tempo .banner a img {
  display: block;
}
.kv.kv__pc .tempo .banner a:hover h3 {
  color: #d96fa9;
}
.kv.kv__pc .kv__pc--catch img {
  display: block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  bottom: 0;
}
.kv.kv__pc h1 {
  bottom: 15px;
  color: #fff;
  font-size: 1.2em;
  margin: auto;
  position: absolute;
  right: 12px;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.231372549);
  text-align: right;
}
.kv.kv__pc h1 span {
  display: block;
  font-size: 11px;
  font-weight: normal;
}
.kv.kv__pc .kv__pc--logo {
  position: absolute;
  left: 25px;
  top: 25px;
}
.kv.kv__pc .kv__pc--banner {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 100;
}
.kv.kv__pc .kv__pc--banner a {
  display: block;
  background: rgba(255, 255, 255, 0.7019607843);
  border-radius: 4px;
  border: 1px solid #d90060;
  padding: 0 10px;
  width: 100%;
  z-index: 101;
}
.kv.kv__pc .kv__pc--banner a img {
  display: block;
  margin: 10px 0;
  width: 215px;
}
.kv.kv__pc .kv__pc--banner a:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.kv.kv__sp {
  background: none;
  height: calc(100vh - 86px);
}
@media only screen and (max-width : 992px) {
  .kv.kv__sp {
    display: block;
  }
}
@media only screen and (min-width : 601px) {
  .kv.kv__sp {
    display: none;
  }
}
.kv.kv__sp .section,
.kv.kv__sp .container {
  padding: 0;
  margin: 0;
  height: calc(100vh - 86px);
  position: relative;
}
.kv.kv__sp .kv__sp--logo {
  margin: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
}
.kv.kv__sp .kv__sp--catch {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(100vh - 86px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kv.kv__sp .kv__sp--catch img {
  display: block;
  overflow: hidden;
  margin-top: 50px;
  width: 100%;
  height: auto;
}
.kv.kv__sp .lead__sp {
  margin: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  padding: 0 10px;
}
.kv.kv__sp .lead__sp p {
  text-align: left;
  font-size: 10px;
  line-height: 1.4;
}

.lead__pc {
  text-align: center;
  margin: 0em auto 7em;
}
@media only screen and (max-width : 992px) {
  .lead__pc {
    display: none;
  }
}
@media only screen and (min-width : 601px) {
  .lead__pc {
    display: block;
  }
}
.lead__pc h2 {
  margin: 1em auto;
}
.lead__pc p {
  font-size: 1em;
  font-weight: normal;
  line-height: 2.4;
  margin: 0em auto 3em;
}

@media only screen and (min-width : 601px) {
  .banner-sp {
    display: none;
  }
}
@media only screen and (max-width : 992px) {
  .banner-sp {
    display: block;
  }
  .banner-sp .banner {
    max-width: 98%;
    text-align: center;
    margin: 1em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-sp .banner a {
    margin: 1em 0.5em;
    max-width: calc(50% - 1em);
  }
  .banner-sp .banner a img {
    display: block;
  }
}

.top-about {
  background: url(/assets/img/top/top-about-photo@2x.jpg) center center no-repeat;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width : 992px) {
  .top-about {
    min-height: 200px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5rem;
  }
}
.top-about h2 {
  width: 100%;
  overflow: hidden;
  z-index: 1;
  word-break: keep-all;
  white-space: nowrap;
  margin: 0 0 -1.5em;
}
@media only screen and (max-width : 992px) {
  .top-about h2 {
    margin: auto;
  }
}
.top-about h2 span {
  z-index: 1;
  line-height: 1.2;
  margin: 0;
  font-size: 250px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.2);
  -webkit-animation: flowing 120s linear infinite;
          animation: flowing 120s linear infinite;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  display: inline-block;
}
@media only screen and (max-width : 992px) {
  .top-about h2 span {
    font-size: 60px;
    -webkit-animation: flowing 60s linear infinite;
            animation: flowing 60s linear infinite;
  }
}

@-webkit-keyframes flowing {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes flowing {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.top--hero {
  background: url(../img/top/top-hero-bg@2x.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width : 992px) {
  .top--hero {
    background: url(../img/top/top-hero-bg_sp@2x.jpg) top center no-repeat;
    background-size: 100% auto;
    padding-top: 200px;
  }
}
.top--hero .container {
  padding: 50px;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width : 992px) {
  .top--hero .container {
    padding: 0;
  }
}
@media only screen and (max-width : 992px) {
  .top--hero .lead-block {
    padding: 60px 0 30px !important;
  }
}
.top--hero .lead-block .lead-block-inner {
  background: rgba(255, 255, 255, 0.85);
  position: relative;
}
@media only screen and (max-width : 992px) {
  .top--hero .lead-block .lead-block-inner {
    background: #fff;
  }
}
.top--hero .lead-block .lead-block-inner h2 {
  position: absolute;
  top: -50px;
  margin: 0px;
  padding: 0;
  left: -60px;
  text-align: center;
}
@media only screen and (max-width : 992px) {
  .top--hero .lead-block .lead-block-inner h2 {
    left: 2vw;
    top: -30px;
  }
}
.top--hero .lead-block .lead-block-inner h2 img {
  z-index: 10;
}
@media only screen and (max-width : 992px) {
  .top--hero .lead-block .lead-block-inner h2 img {
    width: 50%;
  }
}
.top--hero .lead-block .lead-block-inner > p {
  padding: 15px 20px;
  text-align: justify;
}
@media only screen and (max-width : 992px) {
  .top--hero .lead-block .lead-block-inner > p {
    margin: 15px 20px 15px 100px;
    padding: 10px 0;
    font-size: 12px;
    border-top: 1px solid;
  }
}
.top--hero .lead-block.second {
  margin-top: 220px;
}
@media only screen and (max-width : 992px) {
  .top--hero .lead-block.second {
    margin-top: 0;
  }
}
.top--hero .lead-block.second .lead-block-inner h2 {
  left: initial;
  right: -60px;
}
@media only screen and (max-width : 992px) {
  .top--hero .lead-block.second .lead-block-inner h2 {
    right: 2vw;
    top: -30px;
  }
}
@media only screen and (max-width : 992px) {
  .top--hero .lead-block.second .lead-block-inner > p {
    margin: 15px 100px 15px 20px;
  }
}
.top--hero .lead-block.third {
  margin-top: -40px;
}
@media only screen and (max-width : 992px) {
  .top--hero .lead-block.third {
    margin-top: 0;
  }
}
.top--hero .lead-block.third .lead-block-inner h2 {
  top: -70px;
}
@media only screen and (max-width : 992px) {
  .top--hero .lead-block.third .lead-block-inner h2 {
    top: -30px;
  }
}

.marquee {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width : 992px) {
  .marquee {
    margin-top: 50px;
  }
}

.lead-block .marquee {
  padding: 10px;
  background: -webkit-gradient(linear, right top, left top, from(#d96fa9), to(#2d428b));
  background: linear-gradient(to left, #d96fa9, #2d428b);
}
.lead-block .marquee::after {
  content: "";
  white-space: nowrap;
  display: inline-block;
}
.lead-block .marquee > .marquee-inner {
  position: absolute;
  top: 0;
  white-space: nowrap;
  -webkit-animation-name: marquee;
          animation-name: marquee;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  margin: 0;
  color: #fff;
  padding: 10px !important;
}
.lead-block .marquee > .marquee-inner:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  cursor: default;
}
.lead-block.second .marquee > .marquee-inner {
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
}
.lead-block.third .marquee > .marquee-inner {
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}

/** マーキーアニメーション */
@-webkit-keyframes marquee {
  0% {
    left: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    left: 0;
    -webkit-transform: translate(-40%);
            transform: translate(-40%);
  }
}
@keyframes marquee {
  0% {
    left: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    left: 0;
    -webkit-transform: translate(-40%);
            transform: translate(-40%);
  }
}
.facebook_news {
  background: #f2f2f2;
}
@media only screen and (max-width : 992px) {
  .facebook_news {
    background: none;
  }
}
.facebook_news .facebook_news--block {
  display: block;
  overflow: hidden;
  width: 650px;
  padding: 50px 30px;
  text-align: center;
  margin: auto;
  background: #fff;
}
@media only screen and (max-width : 992px) {
  .facebook_news .facebook_news--block {
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

.page-footer {
  margin-top: 5rem;
}
@media only screen and (max-width : 992px) {
  .page-footer {
    border-top: 1px solid #000;
    margin-top: 50px;
  }
}
.page-footer .footer--link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 850px;
  margin: 1em auto;
}
.page-footer .footer--link ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-footer .footer--link ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
}
.page-footer .footer--link ul li a img {
  height: auto;
}
.page-footer .footer--link ul li a span {
  font-size: 10px;
}
.page-footer .footer--link ul li a span::before {
  background: #111;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0px 8px;
  width: 1px;
}
@media only screen and (max-width : 992px) {
  .page-footer .footer--link {
    float: none;
    display: block;
  }
  .page-footer .footer--link ul {
    display: block;
  }
  .page-footer .footer--link ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }
  .page-footer .footer--link ul li a img {
    height: 10px;
  }
  .page-footer .footer--link ul li a span {
    position: absolute;
    left: 100px;
  }
  .page-footer .footer--link ul li a::before {
    background: #111111;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    width: 10px;
    display: block;
    margin-right: 10px;
  }
}
@media only screen and (max-width : 992px) {
  .page-footer .foot-banner {
    margin: 2em auto;
    text-align: center;
  }
  .page-footer .foot-banner p {
    text-align: center;
    margin: 1em auto;
    padding: 0 10px;
  }
  .page-footer .foot-banner p img,
.page-footer .foot-banner p a {
    margin: auto;
    display: block;
  }
}
@media only screen and (min-width : 601px) {
  .page-footer .foot-banner {
    display: none;
  }
}
.page-footer .footer--logo {
  text-align: center;
}
.page-footer .footer--logo p {
  font-size: 11px;
  line-height: 1.5;
}
.page-footer .footer--logo p.brand {
  font-size: 1.1em;
  font-weight: bold;
  color: #d96fa9;
  text-align: center;
  margin: 1em auto 0;
}
.page-footer .footer--logo h5 {
  margin: 2em auto;
}
.page-footer .footer--logo h5 img {
  max-width: 140px;
}

section.under-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.under-header .tempo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width : 992px) {
  section.under-header .tempo-title {
    display: none;
  }
}
section.under-header .tempo-title .prbc {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
}
section.under-header .tempo-title .name {
  font-size: 35px;
  width: 150px;
  text-align: left;
}

#under-head-logo {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#under-head-logo h2 {
  font-size: 0.9em;
  margin: 0;
  color: #d96fa9;
  font-weight: bold;
}
#under-head-logo img {
  margin: 0.5rem 0 0;
  max-width: 200px;
}
@media only screen and (max-width : 992px) {
  #under-head-logo {
    display: none;
  }
}

#under-head {
  position: relative;
  background: url(../img/common/head-bg_inquiry@2x.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
@media only screen and (max-width : 992px) {
  #under-head {
    padding-top: 80px;
  }
}
#under-head.about {
  background: url(../img/common/head-bg_about@2x.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
#under-head.service {
  background: url(../img/common/head-bg_price@2x.jpg) center center no-repeat;
  background-size: cover;
}
#under-head.faq {
  background: url(../img/common/head-bg_faq@2x.jpg) center center no-repeat;
  background-size: cover;
}
#under-head.access {
  background: url(../img/common/head-bg_access@2x.jpg) center center no-repeat;
  background-size: cover;
}
#under-head.inquiry {
  background: url(../img/common/head-bg_inquiry@2x.jpg) center center no-repeat;
  background-size: cover;
}
#under-head.network {
  background: url(../img/common/head-bg_network@2x.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width : 992px) {
  #under-head.network {
    background-position: center right;
  }
}
#under-head.nakameguro h1,
#under-head.nakameguro p {
  color: #111111;
}
#under-head.nakameguro h1::after {
  background: #111111 !important;
}
#under-head.nakameguro.service {
  background: url(../img/nakameguro/head-bg_price@2x.jpg) center center no-repeat;
  background-size: cover;
}
#under-head.nakameguro.access {
  background: url(../img/nakameguro/head-bg_access@2x.jpg) center center no-repeat;
  background-size: cover;
}
#under-head.nakameguro.inquiry {
  background: url(../img/nakameguro/head-bg_inquiry@2x.jpg) center center no-repeat;
  background-size: cover;
}
#under-head.gotanda h1,
#under-head.gotanda p {
  color: white;
}
#under-head.gotanda h1::after {
  background: white !important;
}
#under-head.gotanda.service {
  background: url(../img/gotanda/head-bg_price@2x.jpg) center center no-repeat;
  background-size: cover;
}
#under-head.gotanda.access {
  background: url(../img/gotanda/head-bg_access@2x.jpg) center center no-repeat;
  background-size: cover;
}
#under-head.gotanda.inquiry {
  background: url(../img/gotanda/head-bg_inquiry@2x.jpg) center center no-repeat;
  background-size: cover;
}
#under-head h1,
#under-head p {
  color: #fff;
}
#under-head h1 {
  font-size: 35px;
  font-weight: 100;
  margin: 10px 0 1.5em;
}
#under-head h1 span {
  font-weight: 600;
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
#under-head h1::after {
  content: "";
  height: 1px;
  width: 450px;
  margin: 0.8em 0 1.5em;
  background: #fff;
  display: block;
}
#under-head p {
  font-size: 1.2em;
}
@media only screen and (max-width : 992px) {
  #under-head h1 {
    font-size: 17px;
  }
  #under-head h1 span {
    font-size: 12px;
  }
  #under-head h1::after {
    width: 80vw;
  }
  #under-head p {
    font-size: 12px;
  }
}
#under-head .kv__pc--banner {
  position: absolute;
  right: 20px;
  z-index: 100;
  top: 20px;
}
#under-head .kv__pc--banner a {
  display: block;
  background: rgba(255, 255, 255, 0.7019607843);
  border-radius: 4px;
  border: 1px solid #d90060;
  padding: 0 10px;
  width: 100%;
  z-index: 101;
}
#under-head .kv__pc--banner a img {
  display: block;
  margin: 10px 0;
  max-width: 215px;
}
#under-head .kv__pc--banner a:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width : 992px) {
  #under-head .kv__pc--banner {
    display: none;
  }
}

.gcal {
  background: #2d428b;
  padding: 1em;
  border-radius: 8px;
  margin-bottom: 3rem;
}
.gcal h2 {
  color: #fff;
  font-size: 1.2em;
  margin: 0 auto 1em auto;
  text-align: center;
}
.gcal h2::after {
  display: none;
}
.gcal .cal_wrapper {
  max-width: 900px;
  min-width: 300px;
  margin: 2.0833% auto;
}
.gcal .cal_wrapper .googlecal {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 30px rgba(1, 1, 1, 0.6);
          box-shadow: 1px 1px 30px rgba(1, 1, 1, 0.6);
}
.gcal .cal_wrapper .googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 4px;
}
@media only screen and (max-width : 992px) {
  .gcal .cal_wrapper .googlecal {
    padding-bottom: 150%;
  }
}

.inquiry--cta {
  margin-top: 80px;
}
.inquiry--cta .inquiry--wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width : 992px) {
  .inquiry--cta .inquiry--wrapper {
    display: block;
  }
}
.inquiry--cta .inquiry--wrapper .inquiry--block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 47%;
  padding-bottom: 30px;
  min-height: 240px;
  margin-bottom: 2em;
}
@media only screen and (max-width : 992px) {
  .inquiry--cta .inquiry--wrapper .inquiry--block {
    display: block;
    width: 100%;
    text-align: center;
    margin: 2em auto 3em;
    padding-top: 30px;
    min-height: auto;
  }
}
.inquiry--cta .inquiry--wrapper .inquiry--block span.inquiry--block__icon {
  text-align: center;
  background: #fff;
  padding: 20px;
  margin: -40px auto 0;
  border-radius: 10px;
  height: 94px;
}
@media only screen and (max-width : 992px) {
  .inquiry--cta .inquiry--wrapper .inquiry--block span.inquiry--block__icon {
    height: 40px;
    width: 80px;
    margin: -70px auto 0;
    position: absolute;
    left: 0;
    right: 0;
  }
  .inquiry--cta .inquiry--wrapper .inquiry--block span.inquiry--block__icon img {
    max-width: 100%;
    height: auto;
  }
}
.inquiry--cta .inquiry--wrapper .inquiry--block span.inquiry--block__icon img {
  margin: auto;
}
.inquiry--cta .inquiry--wrapper .inquiry--block p {
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
}
@media only screen and (max-width : 992px) {
  .inquiry--cta .inquiry--wrapper .inquiry--block p {
    font-size: 11px;
  }
}
.inquiry--cta .inquiry--wrapper .inquiry--block a {
  margin: auto;
}
.inquiry--cta .inquiry--wrapper .inquiry--block a img {
  max-width: 300px;
}
.inquiry--cta .inquiry--wrapper .inquiry--block.tel {
  padding-bottom: 0;
}
@media only screen and (max-width : 992px) {
  .inquiry--cta .inquiry--wrapper .inquiry--block.tel {
    padding-bottom: 30px;
  }
}
.inquiry--cta .inquiry--wrapper .inquiry--block.tel a img {
  max-width: 350px;
}
@media only screen and (max-width : 992px) {
  .inquiry--cta .inquiry--wrapper .inquiry--block.tel a img {
    max-width: 70%;
  }
}
.inquiry--cta .inquiry--wrapper .inquiry--block.hotpepper a img {
  max-width: 200px;
}

.about-content {
  text-align: center;
  margin: 2rem auto;
}
.about-content p.syo {
  max-width: 200px;
  margin: 4rem auto 0;
}
@media only screen and (max-width : 992px) {
  .about-content p.syo {
    max-width: 60px;
    margin: auto;
  }
}

.staff-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0rem;
}
.staff-block .photo {
  width: 300px;
}
@media only screen and (max-width : 992px) {
  .staff-block .photo {
    width: 135px;
  }
}
.staff-block .txt {
  margin-left: 50px;
  width: calc(100% - 300px);
}
@media only screen and (max-width : 992px) {
  .staff-block .txt {
    width: calc(100% - 135px);
    margin-left: 20px;
  }
}
.staff-block .txt p.name-head {
  font-size: 0.8em;
  color: #d96fa9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.5em;
}
.staff-block .txt p.name-head::after {
  margin-left: 1rem;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #d96fa9;
}
.staff-block .txt h3 {
  font-size: 1.6em;
  font-weight: 200;
  margin: 0 0 0.5em;
}
.staff-block .txt dl dt {
  font-weight: bold;
  color: #d96fa9;
  font-weight: bold;
  margin: 0 0 0em;
  font-size: 0.9em;
}
.staff-block .txt dl dd {
  margin: 0 0 1em;
}
@media only screen and (max-width : 992px) {
  .staff-block .txt dl dd {
    line-height: 1.4;
    font-size: 0.9em;
  }
  .staff-block .txt dl dd br {
    display: none;
  }
}
.staff-block .modal-content h4 {
  font-size: 1.2em;
  border-bottom: 1px solid #CCC;
  padding-bottom: 0.5em;
  margin: 2em auto 0;
  color: #2d428b;
}
.staff-block .modal-content p {
  font-size: 1em;
  line-height: 1.4;
  line-height: 1.6em;
}
.staff-block .modal-content p strong {
  font-size: 1.2em;
}
.staff-block .modal-content p.catch {
  font-size: 1.4em;
  font-weight: 200;
  margin: 0 0 2rem;
  color: #d96fa9;
  font-family: "Sawarabi Mincho", sans-serif;
}
@media only screen and (max-width : 992px) {
  .staff-block .modal-content p.catch {
    line-height: 1.4;
    font-size: 1.1em;
  }
}
.staff-block .modal-content ul li {
  margin-left: 1.5em;
  list-style: disc;
}

.publication {
  background: #F2F2F2;
  padding: 5rem 0;
}
.publication h2 {
  background: -webkit-gradient(linear, right top, left top, from(#d96fa9), to(#2d428b));
  background: linear-gradient(to left, #d96fa9, #2d428b);
  border-radius: 9999px;
  color: white;
  padding: 0.75em 2em;
  font-size: 1.2em;
  line-height: 1.4;
  border: none;
  text-align: center;
  display: block;
  margin: 1em auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.publication h2::after {
  display: none;
}
.publication p.lead {
  text-align: center;
  margin: 1rem auto 2rem;
}
@media only screen and (max-width : 992px) {
  .publication p.lead {
    font-size: 0.95em;
    text-align: left;
  }
}
.publication h3 {
  color: #2d428b;
  font-size: 1.4em;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  margin: 1rem auto;
}
.publication ul {
  margin: 0px auto 50px;
}
.publication ul li {
  border-bottom: 1px dotted #818181;
  padding: 10px 5px;
  display: block;
}
.publication ul li a {
  color: #2d428b;
}
.publication ul li strong {
  font-size: 1.1em;
}

.service-flow h3 {
  font-size: 22px;
  color: #2d428b;
  margin: 0 0 1em;
}
@media only screen and (max-width : 992px) {
  .service-flow h3 {
    font-size: 18px;
  }
}
.service-flow h3 .maru {
  font-size: 18px;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  background: #2d428b;
  color: #fff;
  margin-right: 10px;
}
@media only screen and (max-width : 992px) {
  .service-flow h3 .maru {
    font-size: 12px;
    height: 18px;
    width: 18px;
    line-height: 18px;
  }
}
.service-flow h3 .small {
  font-size: 14px;
}
@media only screen and (max-width : 992px) {
  .service-flow h3 .small {
    font-size: 12px;
  }
}
.service-flow .flow-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em auto;
}
@media only screen and (max-width : 992px) {
  .service-flow .flow-block {
    margin-top: 0px;
  }
}
.service-flow .flow-block p {
  margin: 0 auto 1em;
}
@media only screen and (max-width : 992px) {
  .service-flow .flow-block p {
    font-size: 13px;
  }
}
.service-flow .flow-block.first-column {
  margin-top: 0;
}
.service-flow .flow-block .photo {
  width: 167px;
}
@media only screen and (max-width : 992px) {
  .service-flow .flow-block .photo {
    width: 90px;
  }
}
.service-flow .flow-block .txt {
  margin-right: 20px;
  width: calc(100% - 167px);
}
@media only screen and (max-width : 992px) {
  .service-flow .flow-block .txt {
    width: calc(100% - 90px);
  }
}
.service-flow .flow-block .txt.full-column {
  width: 100%;
}

@media only screen and (max-width : 992px) {
  body.nakameguro .service-flow .col::after {
    display: none;
  }
}
body.nakameguro .service-flow h3 {
  color: #009389;
}
body.nakameguro .service-flow .flow-block {
  margin: 1em auto;
  display: block;
}
body.nakameguro .service-flow .flow-block .txt {
  text-align: center;
  width: auto;
  margin: 1em auto 2em;
}
@media only screen and (max-width : 992px) {
  body.nakameguro .service-flow .flow-block .txt br {
    display: none;
  }
}
body.nakameguro .service-flow .flow-block .photo {
  width: auto;
  margin: 0em auto 2em;
}
body.nakameguro .service-flow .flow-block.next-line01 {
  display: block;
}
body.nakameguro .service-flow .flow-block.next-line01::after {
  display: block;
  content: "";
  background: #E0E0E0;
  width: 2.5px;
  height: 40px;
  text-align: center;
  margin: 1em auto;
}
body.nakameguro .service-flow .flow-block.next-line02 {
  display: block;
}
body.nakameguro .service-flow .flow-block.next-line02::after {
  display: block;
  content: "";
  background: url(/assets/img/nakameguro/service-flow-line01.svg) no-repeat center center;
  background-size: auto 100%;
  width: 100%;
  height: 80px;
  text-align: center;
  margin: 1em auto;
}
@media only screen and (max-width : 992px) {
  body.nakameguro .service-flow .flow-block.next-line02::after {
    background: #E0E0E0;
    width: 2.5px;
    height: 40px;
  }
}
body.nakameguro .service-flow .flow-block.next-line03 {
  display: block;
}
body.nakameguro .service-flow .flow-block.next-line03::before {
  display: block;
  content: "";
  background: url(/assets/img/nakameguro/service-flow-line02.svg) no-repeat center center;
  background-size: auto 100%;
  width: 100%;
  height: 80px;
  text-align: center;
  margin: 1em auto;
}
@media only screen and (max-width : 992px) {
  body.nakameguro .service-flow .flow-block.next-line03::before {
    background: #E0E0E0;
    width: 2.5px;
    height: 40px;
  }
}
body.nakameguro .service-flow .sub-heading {
  background: -webkit-gradient(linear, right top, left top, from(#009389), to(#2d428b));
  background: linear-gradient(to left, #009389, #2d428b);
  margin: 1em auto;
  font-size: 0.9em;
  line-height: 1.4;
  display: block;
  color: white;
  padding: 0.25em;
  text-align: center;
  width: 250px;
}
body.nakameguro .price .col.visit h3 {
  color: #009389;
}

.price h3 {
  font-size: 22px;
}
@media only screen and (max-width : 992px) {
  .price h3 {
    font-size: 18px;
  }
}
.price .col {
  text-align: center;
}
.price .col.personal h3 {
  color: #2d428b;
}
.price .col.visit h3 {
  color: #d96fa9;
}

.faq-wrapper .row {
  margin-top: -20px;
}
.faq-wrapper .faq {
  margin-bottom: 32px;
}
.faq-wrapper .faq__dt, .faq-wrapper .faq__dd {
  position: relative;
  padding-left: 35px;
  margin: 0;
}
.faq-wrapper .faq__dt::before, .faq-wrapper .faq__dd::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}
.faq-wrapper .faq__dt {
  font-weight: bold;
  border-top: 1px solid #2d428b;
  margin: 5px 0;
  font-size: 21px;
  line-height: 1.4;
  color: #2d428b;
  padding-top: 10px;
}
@media only screen and (max-width : 992px) {
  .faq-wrapper .faq__dt {
    font-size: 16px;
  }
}
.faq-wrapper .faq__dt::before {
  content: "Q.";
  color: #fff;
  background: #2d428b;
  margin-top: 10px;
  font-size: 14px;
}
.faq-wrapper .faq__dd::before {
  content: "A.";
  color: #fff;
  background: #d96fa9;
  font-size: 14px;
}

.access-wrapper h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #2d428b;
  text-align: center;
}
.access-wrapper h3 span {
  font-size: 18px;
}
@media only screen and (max-width : 992px) {
  .access-wrapper h3 {
    font-size: 15px;
  }
}
.access-wrapper .access-root dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.access-wrapper .access-root dl dt {
  color: #2d428b;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 7em;
}
.access-wrapper .access-root dl dd {
  font-size: 15px;
}
.access-wrapper .access-root dl dd span {
  font-size: 13px;
}
.access-wrapper .access-root dl.car dt::before, .access-wrapper .access-root dl.train dt::before {
  background: url(../img/common/icon_car@2x.png) center center no-repeat;
  background-size: 30px;
  height: 40px;
  width: 40px;
  content: "";
  display: block;
  margin-right: 10px;
}
.access-wrapper .access-root dl.train dt::before {
  background-size: 23px !important;
  background: url(../img/common/icon_train@2x.png) center center no-repeat;
}
@media only screen and (max-width : 992px) {
  .access-wrapper .access-root dl {
    display: block;
  }
}

body.nakameguro .access-wrapper h3 {
  color: #009389;
}
body.nakameguro .access-wrapper h3 span {
  color: #111111;
  font-size: 14px;
}

.access-map .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 2rem auto;
}
.access-map .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.access-map h3 {
  font-size: 1.4em;
  margin: 1rem auto;
  text-align: center;
}
.access-map ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.access-map ul li {
  margin: 0rem 0.5rem;
}
.access-map ul li::before {
  content: "#";
}
.access-map img {
  display: block;
}

.contact-wrapper h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #2d428b;
  text-align: center;
}
@media only screen and (max-width : 992px) {
  .contact-wrapper h3 {
    font-size: 15px;
  }
}

.contact-form .agree-wrapper h4 {
  font-size: 20px;
  text-align: center;
  margin: 0 auto 2em;
}
.contact-form .agree-wrapper .agree-send {
  text-align: center;
}
.contact-form .agree-wrapper .agree-send button {
  margin: auto;
  width: 200px;
}
.contact-form .agree-wrapper .agree-box {
  border-radius: 3px;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #ccc;
  padding: 10px 20px;
}
.contact-form .agree-wrapper .agree-radio {
  margin: auto;
  text-align: center;
}
.contact-form .notice {
  margin: 2em auto 0;
  border-top: 1px solid;
}
.contact-form .notice h4 {
  font-size: 20px;
}

#nakameguroLP .kv {
  background: url(../img/nakameguro/kv-pc@2x.png) center center;
  background-size: cover;
}
#nakameguroLP .kv::after {
  display: none;
}
#nakameguroLP .kv h1 {
  color: #000;
}
#nakameguroLP .kv .ttl {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(217, 111, 169, 0.6901960784)), to(rgba(45, 66, 139, 0.6588235294)));
  background: linear-gradient(to top, rgba(217, 111, 169, 0.6901960784), rgba(45, 66, 139, 0.6588235294));
  border-radius: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  width: 46%;
  margin: 0 auto;
  padding: 0.65em 0;
  top: 110px;
  font-size: 3.3em;
  line-height: 1.4;
}
#nakameguroLP .kv .ttl span {
  font-size: 0.25em;
  display: block;
  letter-spacing: 3px;
}
#nakameguroLP .kv .ttl p {
  margin: 1.5em auto 0;
  font-size: 0.4em;
  line-height: 1.6;
}
@media only screen and (max-width : 992px) {
  #nakameguroLP .kv .ttl {
    width: 95%;
    font-size: 3em;
    top: 20px;
  }
  #nakameguroLP .kv .ttl img {
    width: 90%;
  }
}
#nakameguroLP .kv__pc {
  height: 540px;
}
@media only screen and (max-width : 992px) {
  #nakameguroLP .kv__pc {
    display: block;
    height: 350px;
    background-position-x: 60%;
  }
}
#nakameguroLP .businessHours {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 2;
  padding: 3em 0;
}
@media only screen and (max-width : 992px) {
  #nakameguroLP .businessHours {
    padding: 1em 0;
  }
}
#nakameguroLP .message {
  margin-bottom: 7em;
}
#nakameguroLP .message p.txt {
  font-size: 1.4em;
  line-height: 2.2;
  margin: 2.2em 0 0.5em;
}
@media only screen and (max-width : 992px) {
  #nakameguroLP .message {
    text-align: center;
  }
  #nakameguroLP .message p.txt {
    margin-top: 1em;
    font-size: 120%;
    text-align: left;
  }
  #nakameguroLP .message .photo {
    padding-top: 2em;
  }
}
#nakameguroLP .bluebtn {
  background: #2d428b;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  display: inline-block;
  padding: 8px 30px;
  vertical-align: middle;
}
#nakameguroLP .bluebtn a {
  color: #fff;
}
#nakameguroLP .bluebtn a img {
  padding-left: 10px;
  vertical-align: 3px;
}
@media only screen and (max-width : 992px) {
  #nakameguroLP h2.heading span {
    padding: 5px 15px;
  }
}
#nakameguroLP h2.heading.alignLeft {
  text-align: left;
  font-weight: bold;
  font-size: 28px;
  position: relative;
}
#nakameguroLP h2.heading.alignLeft span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  height: 52px;
  font-size: 19px;
  padding: 15px 3%;
  margin-right: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}
#nakameguroLP h2.heading.alignLeft::after {
  margin: 0;
}
@media only screen and (max-width : 992px) {
  #nakameguroLP h2.heading.alignLeft {
    font-size: 18px;
  }
  #nakameguroLP h2.heading.alignLeft span {
    width: auto;
    height: 100%;
    padding: 5px 15px;
    margin: 0 10px 0 0;
    font-size: 12px;
  }
}
#nakameguroLP .service-flow {
  padding: 4em 0;
}
#nakameguroLP .service-flow .flow-block {
  margin-top: 0;
}
#nakameguroLP .service-flow .flow .col {
  margin-top: 2.5em;
  padding-right: 3%;
}
@media only screen and (max-width : 992px) {
  #nakameguroLP .service-flow .flow .col {
    margin-top: 1em;
  }
  #nakameguroLP .service-flow .flow .col:first-child {
    margin-top: 0;
  }
}
#nakameguroLP .service-flow .flow .col .txt {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (max-width : 992px) {
  #nakameguroLP .service-flow .flow .col::after {
    display: none;
  }
}
@media only screen and (max-width : 992px) {
  #nakameguroLP .service-flow .flow .col:nth-child(2).right {
    margin-top: 0;
  }
}
#nakameguroLP .service-flow .flow .right {
  padding-right: 0;
  padding-left: 3%;
}
#nakameguroLP .service-flow .flow .MT0P0 {
  margin-top: 0;
  padding: 0;
}
#nakameguroLP .service-flow .flow:nth-child(3) {
  margin-top: 2.5em;
  border-top: 1px solid #E0E0E0;
}
@media only screen and (max-width : 992px) {
  #nakameguroLP .service-flow .flow:nth-child(3) {
    margin-top: 2em;
    padding-top: 2.5em;
  }
}
#nakameguroLP .service-flow .sub-heading {
  display: block;
  border-bottom: 1px solid #E0E0E0;
  margin: 2em 0;
}
#nakameguroLP .service-flow .sub-heading span {
  display: inline-block;
  margin: 0;
  text-align: center;
  height: 24px;
  width: 156px;
  font-size: 14px;
  padding: 2px 0;
  margin: 0;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#d96fa9), to(#2d428b));
  background: linear-gradient(to left, #d96fa9, #2d428b);
  text-transform: uppercase;
}
#nakameguroLP .service-flow h3 {
  font-weight: bold;
}
#nakameguroLP .price {
  padding-top: 5em;
}
#nakameguroLP .access-wrapper h3 {
  margin-bottom: 0;
}
#nakameguroLP .access-wrapper h3 span {
  color: #000;
  font-size: 14px;
}
#nakameguroLP .access-map .gmap {
  padding-bottom: 48%;
  margin-bottom: 2em;
}
#nakameguroLP .inquiry--cta {
  margin-top: 20px;
}
#nakameguroLP .inquiry--cta h2 span.small {
  height: 24px;
  font-size: 14px;
  padding: 3px 3%;
  margin-left: 15px;
}
@media only screen and (max-width : 992px) {
  #nakameguroLP .inquiry--cta h2 span.small {
    font-size: 10px;
  }
}
#nakameguroLP .inquiry--cta .inquiry--wrapper {
  margin-top: 2em;
}
#nakameguroLP .telContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3em;
}
@media only screen and (max-width : 992px) {
  #nakameguroLP .telContact {
    padding-bottom: 2em;
  }
}
#nakameguroLP .telContact ul {
  font-size: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#nakameguroLP .telContact ul .icon {
  padding-right: 30px;
}
@media only screen and (max-width : 992px) {
  #nakameguroLP .telContact ul {
    width: 85%;
    font-size: 25px;
  }
  #nakameguroLP .telContact ul .icon {
    padding-right: 20px;
  }
}

.network-wrapper .container {
  background: url(/assets/img/common/network-japan_bg@2x.png) no-repeat center center;
  background-size: cover;
}
.network-wrapper .row {
  margin-bottom: 3rem;
}
.network-wrapper h2 {
  margin-bottom: 0;
}
.network-wrapper h2 span {
  font-size: 0.7em;
  min-width: 7em;
  text-align: center;
}
.network-wrapper h2::after {
  margin-bottom: 0;
}
.network-wrapper dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0;
  margin: 0.5em 0;
}
.network-wrapper dl dt {
  font-weight: bold;
  font-size: 1em;
  width: 3rem;
  color: #2d428b;
}
.network-wrapper dl dd {
  width: calc(100% - 3rem);
  font-size: 1.3em;
  font-weight: 200;
  margin: 0;
}
.network-wrapper dl dd span.address {
  font-size: 0.7em;
  display: inline;
  margin-left: 1em;
}
.network-wrapper dl dd span.url {
  float: right;
  text-align: right;
  color: #d96fa9;
}
.network-wrapper dl dd span.url a {
  border: 1px solid;
  display: inline-block;
  border-radius: 9999px;
  color: #d96fa9;
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 0.8em;
}
.network-wrapper dl dd span.url a:hover {
  background: #d96fa9;
  color: #fff;
}
@media only screen and (max-width : 992px) {
  .network-wrapper dl dd span {
    display: block !important;
    margin: 0.5em 0 !important;
  }
  .network-wrapper dl dd span.url {
    float: none;
    text-align: left;
  }
}

body.tempo-pages h2.heading span.small {
  font-size: 14px;
  margin: auto 1em;
  padding: 0.2em 0.5em;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages h2.heading span.small {
    font-size: 10px;
  }
}
body.tempo-pages.top .top-kv {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/assets/img/nakameguro/kv-pc@2x.jpg) no-repeat center center;
  background-size: cover;
  -ms-flex-wrap: wrap;
      flex-wrap: 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;
  margin-bottom: 3rem;
}
body.tempo-pages.top .top-kv .yoyaku-banner {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages.top .top-kv .yoyaku-banner {
    display: none;
  }
}
body.tempo-pages.top .top-kv .yoyaku-banner a {
  display: block;
  background: rgba(255, 255, 255, 0.7019607843);
  border-radius: 4px;
  padding: 1px 11px;
  width: 100%;
  z-index: 10;
}
body.tempo-pages.top .top-kv .yoyaku-banner a img {
  display: block;
  margin: 10px 0;
  max-width: 215px;
}
body.tempo-pages.top .top-kv .yoyaku-banner a:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
body.tempo-pages.top .top-kv h1 {
  color: #FFF;
  text-shadow: 1px 2px 10px rgba(17, 17, 17, 0.4784313725);
  text-align: center;
  font-size: 1.3em;
  line-height: 1.4;
  margin: 1rem auto;
  display: block;
  width: 100%;
  font-weight: bold;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages.top .top-kv h1 {
    font-size: 1em;
  }
}
body.tempo-pages.top .top-kv h1 span.name {
  font-size: 3.4em;
  display: block;
}
body.tempo-pages.top .top-kv h1 span.name span.en {
  font-size: 16px;
  display: block;
  letter-spacing: 2px;
}
body.tempo-pages.top .top-kv h2 {
  margin: 1rem auto;
  font-size: 1.3em;
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 2px 10px rgba(17, 17, 17, 0.337254902);
  width: 100%;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages.top .top-kv h2 {
    font-size: 1em;
  }
}
body.tempo-pages.top.nakameguro .top-kv {
  background-image: url(/assets/img/nakameguro/kv-pc@2x.jpg);
}
body.tempo-pages.top.gotanda .top-kv {
  background-image: url(/assets/img/gotanda/kv-pc@2x.jpg);
}
body.tempo-pages.top.gotanda .top-kv .oshirase {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 350px;
}
body.tempo-pages.top.gotanda .top-kv .oshirase img {
  display: block;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages.top.gotanda .top-kv .oshirase {
    position: static;
  }
}
body.tempo-pages.nakameguro h2.heading {
  color: #009389;
}
body.tempo-pages.nakameguro h2.heading span {
  background: -webkit-gradient(linear, right top, left top, from(#009389), to(#2d428b));
  background: linear-gradient(to left, #009389, #2d428b);
}
body.tempo-pages.nakameguro h2.heading::after {
  background: #ccc;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages.nakameguro h2 {
    border-color: #009389;
  }
}
body.tempo-pages.nakameguro .btn-flat {
  background: #009389;
}
body.tempo-pages.nakameguro .btn-flat:hover {
  background: #2d428b;
}
body.tempo-pages.nakameguro .faq__dt {
  border-top: 1px solid #009389;
  color: #009389;
}
body.tempo-pages.nakameguro .faq__dt::before {
  background: #009389;
}
body.tempo-pages.nakameguro .faq__dd::before {
  color: #111111;
  background: #DBF4F2;
}
body.tempo-pages.nakameguro .cta .container {
  background: url(/assets/img/nakameguro/cta_bg@2x.png) no-repeat center center;
  background-size: cover;
}
body.tempo-pages.gotanda .message p.txt {
  text-align: left;
  font-size: 1.15em;
  font-weight: 200;
  line-height: 2.5;
  margin: 1em auto 5em;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages.gotanda .message p.txt {
    font-size: 1em;
    text-align: left;
  }
}
body.tempo-pages.gotanda .message .syo {
  text-align: center;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages.gotanda .message .syo img {
    max-width: 50px;
  }
}
body.tempo-pages.gotanda .message .staff-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.tempo-pages.gotanda .message .staff-block .txt p.name-head::after {
  display: none;
}
body.tempo-pages.gotanda .cta .container {
  background: url(/assets/img/gotanda/cta_bg@2x.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages .sp-nav-banner .banner {
    margin: auto auto;
  }
  body.tempo-pages .sp-nav-banner .banner a {
    max-width: calc(100% - 5rem) !important;
  }
}
@media only screen and (min-width : 601px) {
  body.tempo-pages .sp-nav-banner {
    display: none;
  }
}
body.tempo-pages section.under-header {
  padding: 1em 0;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages section.under-header {
    padding: 0;
  }
}
body.tempo-pages #under-head-logo {
  padding: 0;
  text-align: center;
  max-width: 120px;
}
body.tempo-pages #under-head-logo img {
  margin: 0;
  max-width: 100%;
}
body.tempo-pages #under-head-logo span {
  color: #111111;
  font-size: 0.7em;
  text-align: center;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages #under-head-logo {
    display: none;
  }
}
body.tempo-pages .site-header ul.hide-on-med-and-down {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 5%;
}
body.tempo-pages #under-head .kv__pc--banner a {
  border: none;
  padding: 1px 11px;
}
body.tempo-pages .service-flow .price p {
  font-size: 0.9em;
  margin: 2rem auto;
}
body.tempo-pages .footer--logo h5 {
  margin: 0.5em auto 2em;
}
body.tempo-pages .message p.txt {
  text-align: center;
  font-size: 1.15em;
  font-weight: 200;
  line-height: 2.5;
  margin: 1em auto 5em;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages .message p.txt {
    font-size: 0.9em;
    text-align: left;
  }
}
body.tempo-pages .cta {
  margin: 5rem 0;
}
body.tempo-pages .cta .row {
  margin: auto;
}
body.tempo-pages .cta .container {
  background: url(/assets/img/nakameguro/cta_bg@2x.png) no-repeat center center;
  background-size: cover;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages .cta .container {
    min-height: auto;
  }
}
body.tempo-pages .cta .container .col a {
  display: block;
  max-width: 400px;
  margin: 3rem auto;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages .cta .container .col a {
    max-width: 300px;
  }
}
body.tempo-pages .about-prbc--logo {
  margin: 2rem auto;
  text-align: center;
}
body.tempo-pages .about-prbc a {
  text-align: center;
  margin: 1rem auto;
}
body.tempo-pages .bottom-sns .sns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.tempo-pages .bottom-sns .sns-group a {
  height: 150px;
  width: 250px;
  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;
  margin: 1rem;
  text-align: center;
  border-radius: 6px;
  border: 1px solid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.tempo-pages .bottom-sns .sns-group a img {
  max-height: 60px;
  margin: 1.5em auto 0;
}
@media only screen and (max-width : 992px) {
  body.tempo-pages .bottom-sns .sns-group a img {
    max-height: 30px;
  }
}
body.tempo-pages .bottom-sns .sns-group a span {
  display: block;
  margin: 1em auto;
  text-align: center;
  font-size: 1em;
}
body.tempo-pages .bottom-sns .sns-group a.facebook {
  color: #2d428b;
}
body.tempo-pages .bottom-sns .sns-group a.insta {
  color: #d96fa9;
}
body.tempo-pages dl.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 1em auto;
  padding: 0 0 1em 0;
  border-bottom: 1px dashed #ccc;
  font-size: 1.1em;
}
body.tempo-pages dl.table dt {
  width: 150px;
  font-weight: bold;
  margin: 0;
}
body.tempo-pages dl.table dd {
  width: calc(100% - 150px);
  padding-left: 10px;
  font-weight: normal;
  margin: 0;
}

body.karuizawa .top-kv {
  background: url(/assets/img/karuizawa/head-bg@2x.jpg) no-repeat center center/cover;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.karuizawa .top-kv h1 {
  color: #ffffff;
  font-size: 3em;
  font-weight: 200;
  width: 100%;
  margin: 17rem 0 2rem 0;
}
@media only screen and (max-width : 992px) {
  body.karuizawa .top-kv h1 {
    font-size: 2em;
  }
}
body.karuizawa .top-kv h1 span {
  font-size: 0.5em;
  font-weight: bold;
  display: block;
}
body.karuizawa .top-kv h1::after {
  background: #ffffff;
  width: 50%;
  height: 1px;
  display: block;
  content: "";
  margin: 1em auto 0 0;
}
body.karuizawa .top-kv h2 {
  width: 100%;
  font-size: 1.6em;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 5rem;
}
@media only screen and (max-width : 992px) {
  body.karuizawa .top-kv h2 {
    font-size: 1.2em;
  }
}
body.karuizawa .message {
  font-size: 1.2em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width : 992px) {
  body.karuizawa .message {
    font-size: 1em;
    text-align: left;
  }
}
body.karuizawa .price h3 {
  color: #2d428b;
}
body.karuizawa .price p {
  margin: 2em auto;
}
body.karuizawa .inquiry--cta--text {
  font-size: 1.4em;
  line-height: 2;
  margin: 2em auto;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width : 992px) {
  body.karuizawa .inquiry--cta--text {
    font-size: 1.2em;
  }
}
body.karuizawa .inquiry--cta .cta-btn {
  margin: 2rem auto;
}
body.karuizawa .inquiry--cta .cta-btn a {
  display: block;
}
body.karuizawa .inquiry--cta .cta-btn a img {
  display: block;
  margin: auto;
  max-width: 300px;
}
/*# sourceMappingURL=style.css.map */