@charset "UTF-8";

html {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: calc(100vw / 75);
  min-height: 0vh;
  color: #333333;
  background-color: #ffffff;
  text-align: justify;
  width: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  width: 100%;
}

img {
  width: 100%;
}

a,
a:visited {
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  opacity: 0.7;
}

*:focus {
  outline: none;
}

h1 {
  font-size: 4.8rem;
  font-weight: bold;
}

h2 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 3.8rem;
  line-height: 5.7rem;
  text-align: center;
}

p {
  font-size: 3.2rem;
  line-height: 4.8rem;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.sm_pc {
  display: none;
}

.inner {
  width: 69rem;
  margin: 0 auto;
}

.title {
  width: 100%;
  margin: 0 0 5.95rem 0;
}

.arrow {
  position: relative;
  width: 15rem;
  height: 3rem;
  margin: 0 auto;
}

.arrow svg {
  width: 9.6rem;
  position: absolute;
  left: 2.7rem;
}

.arrow svg:nth-child(1) {
  top: 0;
}

.arrow svg:nth-child(2) {
  top: 1.5rem;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.js-fade.js-scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#topBtn {
  opacity: 0;
  display: block;
  position: fixed;
  z-index: -1;
  bottom: 20px;
  right: 20px;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #ed6d00;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-box-shadow: 0 0.2rem 0.5rem 0px rgba(33, 33, 33, 0.4);
  box-shadow: 0 0.2rem 0.5rem 0px rgba(33, 33, 33, 0.4);
}

#topBtn svg {
  width: 8.1rem;
  position: absolute;
  left: 0.95rem;
}

#topBtn svg:nth-child(1) {
  top: 2.2rem;
}

#topBtn svg:nth-child(2) {
  top: 3.5rem;
}

#topBtn.visible {
  opacity: 1;
  z-index: 10;
}

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.c-modal_bg {
  background: rgba(255, 255, 255, 0.6);
  height: 100vh;
  width: 100%;
}

.c-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.c-modal_content_inner {
  position: relative;
}

.c-modal_close {
  position: absolute;
  top: 13px;
  right: 10px;
}

body.js-modal-fix-bg {
  overflow: hidden;
}

#RMBTop {
  margin: 0 0 0 0;
}

#RMBTop .pageHeader {
  width: 100%;
  height: 10rem;
  padding: 3rem 0 3rem 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 4rem;
  font-weight: bold;
}

#RMBTop .titleBand {
  width: 100%;
  background-color: #f4f4f4;
  padding: 0 0 4rem 0;
}

#RMBTop .titleBand .title {
  height: 29rem;
  background: url("../img/RMB.png") no-repeat;
  background-position: center 5.4rem;
  background-size: 61.6rem 11.1rem;
  margin: 0 0 0 0;
}

#RMBTop .titleBand h1 {
  font-size: 3.8rem;
  line-height: 5.6rem;
  padding: 17.8rem 0 0 0;
  text-align: center;
  font-weight: normal;
  font-family: "Sawarabi Mincho", sans-serif;
}

#RMBTop .titleBand h1 span {
  font-family: serif, sans-serif;
}

#RMBTop .imgWrapper {
  width: 100%;
}

#RMBTop .imgWrapper p {
  font-size: 2.8rem;
  line-height: 4.76rem;
  width: 69rem;
  margin: 2.02rem auto 0;
  text-align: justify;
  letter-spacing: -0.01em;
}

#RMBBodyA .inner {
  width: 69rem;
  margin: 0 auto 0;
  padding: 4.68rem 0 0 0;
}

#RMBBodyA ol {
  width: 100%;
}

#RMBBodyA ol li {
  width: 100%;
  background-image: url("../img/vol_bg.jpg");
  background-position: top left;
  background-repeat: repeat;
  background-size: 3.45rem 3.45rem;
  border-radius: 1.5rem;
  margin: 0 auto 5.6rem;
  padding: 5rem 0 5rem 0;
}

#RMBBodyA ol li .imgWrapper {
  width: 65rem;
  margin: 0 auto 0;
}

#RMBBodyA ol li p {
  margin: 3.55rem auto 0;
  width: 63rem;
  font-size: 3rem;
  line-height: 5.1rem;
  text-align: justify;
}

#RMBBodyA ol li:nth-child(1) p,
#RMBBodyA ol li:nth-child(3) p {
  letter-spacing: -0.05em;
}

#RMBBodyA ol li:last-child {
  margin: 0 auto 0;
}

#RMBBodyA ol+.imgWrapper {
  width: 100%;
  margin: 4.8rem auto 0;
}

#RMBBodyB {
  padding: 2rem 0 0 0;
}

#RMBBodyB .titleArea {
  letter-spacing: -0.02em;
}

#RMBBodyB .titleArea .title {
  margin: 0 0 0 0;
}

#RMBBodyB .titleArea .title .title1 {
  font-size: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 1.3rem;
}

#RMBBodyB .titleArea .title .line {
  width: 44.6rem;
  height: 0.2rem;
  background-color: #000000;
  margin: 0 auto;
}

#RMBBodyB .titleArea .title .title2 {
  font-size: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin: 3.4rem auto 0;
}

#RMBBodyB .titleArea h2 {
  font-size: 4.6rem;
  line-height: 6.9rem;
  text-align: center;
  margin: 3.95rem 0 0 0;
  padding: 0 0 0 0;
}

#RMBBodyB .titleArea h2 br {
  display: block;
}

#RMBBodyB .imgWrapper {
  width: 27.2rem;
  margin: 2.7rem auto 0;
}

#RMBBodyB p {
  font-size: 3rem;
  line-height: 4.9rem;
  width: 69rem;
  text-align: justify;
  margin: 5.15rem auto 0;
}

#npBackButton .backButtonArea {
  width: 62.6rem;
  margin: 20.3rem auto 10.6rem;
  font-weight: bold;
}

#npBackButton .backButtonArea p {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 4rem 0;
}

#npBackButton .backButtonArea .backButton {
  width: 59.2rem;
  border: 0.2rem solid #666666;
  font-size: 3.4rem;
  padding: 5.3rem 0 5.3rem 3rem;
  -webkit-box-shadow: 0.8rem 0.89rem 3rem 0 rgba(9, 0, 0, 0.15);
  box-shadow: 0.8rem 0.89rem 3rem 0 rgba(9, 0, 0, 0.15);
  position: relative;
}

#npBackButton .backButtonArea .backButton p {
  font-size: 3.4rem;
  line-height: 3.4rem;
  margin: 0;
  text-align: left;
}

#npBackButton .backButtonArea .backButton svg {
  width: 2.6rem;
  height: 5.6rem;
  position: absolute;
  right: 2.8rem;
  top: 4.4rem;
}

#RMB #npBackButton .backButtonArea {
  margin: 13.3rem auto 18.5rem;
}

#contact {
  margin: 1rem 0 0 0;
  background: #29b9e6;
  background-image: linear-gradient(55deg, rgba(215, 215, 215, 0.7) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(215, 215, 215, 0.7) 100%);
  background-blend-mode: screen;
  background-size: 400% 400%;
  -webkit-animation: grade 5s ease infinite;
  animation: grade 5s ease infinite;
}

#contact .inner {
  padding: 11rem 0 17rem 0;
}

#contact .title {
  height: 16.5rem;
  background: url("/img/contact.png") no-repeat;
  background-position: center top;
  background-size: 35.7rem 9.5rem;
}

#contact .title h2 {
  padding: 10.6rem 0 0 0;
}

#contact p {
  font-size: 3.2rem;
  line-height: 5.44rem;
  text-align: center;
}

#contact a * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#contact .contactLinkArea {
  width: 100%;
  margin: 9rem 0 0 0;
}

#contact .contactLinkArea a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact .contactLinkArea .iconArea,
#contact .contactLinkArea .iconArea .sideArrow {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  border: #666666 solid 0.2rem;
  background-color: #ffffff;
  position: relative;
  margin: 0 0 0 6rem;
  -webkit-box-shadow: 0 1.2rem 3rem 0 rgba(62, 208, 240, 0.15);
  box-shadow: 0 1.2rem 3rem 0 rgba(62, 208, 240, 0.15);
}

#contact .contactLinkArea .iconArea svg,
#contact .contactLinkArea .iconArea .sideArrow svg {
  width: 14.7rem;
  position: absolute;
  top: 5.3rem;
  left: 2.3rem;
}

#contact .contactLinkArea .iconArea .sideArrow {
  width: 8rem;
  height: 8rem;
  position: absolute;
  bottom: -1.6rem;
  right: -1.1rem;
}

#contact .contactLinkArea .iconArea .sideArrow svg {
  width: 9rem;
  position: absolute;
  top: -0.5rem;
  left: 0.1rem;
}

#contact .contactLinkArea p {
  font-size: 3.2rem;
  line-height: 5.44rem;
  margin: 6rem 0 0 2.7rem;
  text-align: left;
}

#contact .contactLinkArea a:hover {
  opacity: 1;
}

#contact .contactLinkArea a:hover .iconArea,
#contact .contactLinkArea a:hover .iconArea .sideArrow,
#contact .contactLinkArea .iconArea a:hover .sideArrow {
  opacity: 1;
}

#contact .contactLinkArea a:hover .iconArea .sideArrow,
#contact .contactLinkArea .iconArea a:hover .sideArrow .sideArrow {
  background: #29b9e6;
}

#contact .contactLinkArea a:hover .iconArea .sideArrow svg,
#contact .contactLinkArea .iconArea a:hover .sideArrow .sideArrow svg {
  -webkit-filter: brightness(300%);
  filter: brightness(300%);
}

#contact .contactLinkArea a:hover p {
  opacity: 1;
}

#footer .inner {
  padding: 6rem 0 10rem 0;
}

#footer p {
  font-size: 2.8rem;
  line-height: 3.9rem;
  text-align: center;
}

#footer .logo {
  width: 25rem;
  margin: 0 auto;
  position: relative;
}

#footer .logo p {
  position: absolute;
  font-size: 2.2rem;
  line-height: 2.2rem;
  top: 31rem;
  left: 0;
  right: 0;
  margin: auto;
  color: #ed6d00;
  text-align: center;
}

#footer .logo a:hover {
  opacity: 0.7;
}

#footer .privacy {
  width: 23.6rem;
  margin: 10rem auto 0;
}

#footer .privacy a .privacyLink {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

#footer .privacy a:hover .privacyLink {
  opacity: 0.5;
}

#footer .privacyLink {
  width: 100%;
  font-size: 2.8rem;
  line-height: 4.2rem;
  text-align: center;
  padding: 0 0 0.6rem 0;
  border-bottom: #d16c15 solid 0.4rem;
}

#footer .company {
  margin: 6.8rem auto 0;
}

#footer .copyright {
  width: 100%;
  height: 5.44rem;
  min-height: 27.2px;
  background-color: #d16c15;
  font-size: 2rem;
  line-height: 5.44rem;
  text-align: center;
  color: #ffffff;
}

#contact .inner {
  padding: 9rem 0 12.8rem 0;
}

#footer .inner {
  padding: 8rem 0 10rem 0;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
    line-height: 180%;
  }

  h2 {
    font-size: 28px;
    line-height: 42px;
  }

  p {
    font-size: 16px;
    line-height: 180%;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .sm_pc {
    display: none;
  }

  .inner {
    width: 100%;
  }

  .title {
    margin: 0 0 0 0;
  }

  .arrow {
    width: 150px;
    height: 30px;
  }

  .arrow svg {
    width: 43px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .arrow svg:nth-child(2) {
    top: 10px;
  }

  #topBtn {
    bottom: 20px;
    right: 20px;
    width: 62px;
    height: 62px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
  }

  #topBtn svg {
    width: 38px;
    left: 0px;
    right: 0;
    margin: auto;
  }

  #topBtn svg:nth-child(1) {
    top: 18px;
  }

  #topBtn svg:nth-child(2) {
    top: 25px;
  }

  a:hover #topBtn {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sm_pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  #RMBTop {
    margin: 0 0 0 0;
  }

  #RMBTop .pageHeader {
    max-width: 1200px;
    width: 98%;
    height: 50px;
    padding: 13px 0 13px 1%;
    font-size: 24px;
    margin: 0 auto;
  }

  #RMBTop a .pageHeader {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #RMBTop a:hover .pageHeader {
    opacity: 0.7;
  }

  #RMBTop .titleBand {
    padding: 0 0 35px 0;
  }

  #RMBTop .titleBand .title {
    height: 150px;
    background: url("../img/RMB.png") no-repeat;
    background-position: center 40px;
    background-size: 420px auto;
    margin: 0 0 0 0;
  }

  #RMBTop .titleBand h1 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    font-weight: normal;
    font-family: "Sawarabi Mincho", sans-serif;
    padding: 115px 0 0 0;
  }

  #RMBTop .imgWrapper {
    width: 100%;
    height: 534px;
    position: relative;
    background: url("../img/top_img_pc.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2200px 1068px;
  }

  #RMBTop .imgWrapper p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 535px);
    width: 510px;
    font-size: 13px;
    line-height: 23.4px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 0 0;
    text-align: justify;
    letter-spacing: -0.01em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #RMBTop .imgWrapper {
    background-position: center center;
    background-size: 137.5% auto;
  }

  #RMBTop .imgWrapper p {
    left: 8.2%;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  #RMBTop .imgWrapper {
    background-size: auto 100%;
    background-position: calc(50% + 50px) center;
  }
}

@media screen and (min-width: 768px) {
  #RMBBodyA .inner {
    max-width: 1280px;
    width: 90%;
    padding: 100px 0 0 0;
  }

  #RMBBodyA ol {
    max-width: 1120px;
    width: 87.5%;
    margin: 0 auto;
  }

  #RMBBodyA ol li {
    max-width: 746px;
    width: auto;
    background-size: 34.5px 34.5px;
    border-radius: 10px;
    margin: 0 auto 100px;
    padding: 56px 324px 54px 50px;
    position: relative;
  }

  #RMBBodyA ol li .imgWrapper {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 0;
  }

  #RMBBodyA ol li p {
    margin: 27.6px 0 0 0;
    width: auto;
    font-size: 16px;
    line-height: 28.8px;
    text-align: justify;
    letter-spacing: 0;
  }

  #RMBBodyA ol li .imgArea {
    position: absolute;
    bottom: 4px;
    right: 0;
  }

  #RMBBodyA ol li .imgArea .imgBlock {
    position: relative;
    width: 274px;
    height: 300px;
  }

  #RMBBodyA ol li .imgArea .imgBlock .img1 {
    position: absolute;
    top: -16px;
    right: 45px;
    width: 239px;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    z-index: 5;
  }

  #RMBBodyA ol li .imgArea .imgBlock .img2 {
    position: absolute;
    top: 199px;
    right: 139.5px;
    width: 82px;
    z-index: 6;
  }

  #RMBBodyA ol li:last-child .imgArea .imgBlock .img2 {
    position: absolute;
    top: 206px;
    right: 85.5px;
    width: 182px;
    z-index: 6;
  }

  #RMBBodyA ol li .imgArea .imgBlock::after {
    content: "";
    width: 239px;
    height: 339px;
    background-color: rgba(0, 0, 0, 0.15);
    mix-blend-mode: multiply;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    -webkit-filter: blur(4.4px);
    filter: blur(4.4px);
    position: absolute;
    top: -16px;
    right: 45px;
    z-index: 4;
  }

  #RMBBodyA ol li .imgArea .nameLabel {
    position: absolute;
    top: 257px;
    right: -37px;
    background-color: #ffffff;
    width: 157px;
    height: 49px;
    z-index: 8;
  }

  #RMBBodyA ol li .imgArea .nameLabel p {
    width: 173px;
    color: #333333;
    font-size: 15px;
    line-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    margin: 0;
  }

  #RMBBodyA ol li .imgArea .nameLabel::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24.5px 16px 24.5px 0;
    border-color: transparent #ffffff transparent transparent;
  }

  #RMBBodyA ol li .imgArea .nameLabelShadow {
    position: absolute;
    top: 262px;
    right: -42px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    mix-blend-mode: multiply;
    width: 157px;
    height: 49px;
    z-index: 7;
  }

  #RMBBodyA ol li .imgArea .nameLabelShadow::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24.5px 16px 24.5px 0;
    border-color: transparent rgba(0, 0, 0, 0.3) transparent transparent;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    mix-blend-mode: multiply;
  }

  #RMBBodyA ol li:nth-child(1) p {
    letter-spacing: 0;
  }

  #RMBBodyA ol li:nth-child(2),
  #RMBBodyA ol li:nth-child(3),
  #RMBBodyA ol li:nth-child(4) {
    padding: 35px 50px 34.6px 324px;
  }

  #RMBBodyA ol li:nth-child(2) p,
  #RMBBodyA ol li:nth-child(4) p {
    margin: 7.6px 0 0 0;
  }

  #RMBBodyA ol li:nth-child(2) .imgArea,
  #RMBBodyA ol li:nth-child(4) .imgArea {
    right: auto;
    left: 0;
  }

  #RMBBodyA ol li:nth-child(2) .imgArea .imgBlock .img1,
  #RMBBodyA ol li:nth-child(4) .imgArea .imgBlock .img1 {
    top: -20.6px;
    right: auto;
    left: 65px;
  }

  #RMBBodyA ol li:nth-child(2) .imgArea .imgBlock .img2,
  #RMBBodyA ol li:nth-child(4) .imgArea .imgBlock .img2 {
    top: 196.5px;
    right: auto;
    left: 129.5px;
  }

  #RMBBodyA ol li:nth-child(2) .imgArea .imgBlock::after,
  #RMBBodyA ol li:nth-child(4) .imgArea .imgBlock::after {
    top: -20.6px;
    right: auto;
    left: 65px;
  }

  #RMBBodyA ol li:nth-child(2) .imgArea .nameLabel,
  #RMBBodyA ol li:nth-child(4) .imgArea .nameLabel {
    top: 256px;
    right: auto;
    left: -40px;
  }

  #RMBBodyA ol li:nth-child(2) .imgArea .nameLabel p,
  #RMBBodyA ol li:nth-child(4) .imgArea .nameLabel p {
    left: 10px;
  }

  #RMBBodyA ol li:nth-child(2) .imgArea .nameLabel::before,
  #RMBBodyA ol li:nth-child(4) .imgArea .nameLabel::before {
    left: auto;
    right: -16px;
    border-width: 24.5px 0 24.5px 16px;
    border-color: transparent transparent transparent #ffffff;
  }

  #RMBBodyA ol li:nth-child(2) .imgArea .nameLabelShadow,
  #RMBBodyA ol li:nth-child(4) .imgArea .nameLabelShadow {
    top: 261px;
    right: auto;
    left: -35px;
  }

  #RMBBodyA ol li:nth-child(2) .imgArea .nameLabelShadow::before,
  #RMBBodyA ol li:nth-child(4) .imgArea .nameLabelShadow::before {
    left: auto;
    right: -16px;
    border-width: 24.5px 0 24.5px 16px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.3);
  }

  #RMBBodyA ol li:last-child .imgArea .nameLabel {
    top: 290px;
    right: auto;
    left: -152px;
  }

  #RMBBodyA ol li:last-child .imgArea .nameLabel p {
    left: 10px;
  }

  #RMBBodyA ol li:last-child .imgArea .nameLabel::before {
    left: auto;
    right: -16px;
    border-width: 24.5px 0 24.5px 16px;
    border-color: transparent transparent transparent #ffffff;
  }

  #RMBBodyA ol li:last-child .imgArea .nameLabelShadow {
    top: 295px;
    right: auto;
    left: -147px;
  }

  #RMBBodyA ol li:last-child .imgArea .nameLabelShadow::before {
    left: auto;
    right: -16px;
    border-width: 24.5px 0 24.5px 16px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.3);
  }

  #RMBBodyA ol li:nth-child(3) {
    padding: 35px 324px 34.6px 50px;
  }

  #RMBBodyA ol li:nth-child(3) p {
    margin: 7.6px 0 0 0;
    letter-spacing: 0;
  }

  #RMBBodyA ol li:nth-child(3) .imgArea .imgBlock .img1 {
    top: -16px;
  }

  #RMBBodyA ol li:nth-child(3) .imgArea .imgBlock .img2 {
    top: 199px;
    right: 139.5px;
  }

  #RMBBodyA ol li:nth-child(3) .imgArea .imgBlock::after {
    top: -16px;
  }

  #RMBBodyA ol li:last-child {
    margin: 0 auto 0;
    padding: 35px 324px 34.6px 50px;
  }

  #RMBBodyA ol li:last-child p {
    margin: 7.6px 0 0 0;
    letter-spacing: 0;
  }

  #RMBBodyA ol+.imgWrapper {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  #RMBBodyA ol li {
    padding: 156px 324px 84px 50px;
    margin: 0 auto 150px;
  }

  #RMBBodyA ol li .imgWrapper {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #RMBBodyA ol li .imgArea {
    top: 193px;
    bottom: auto;
  }

  #RMBBodyA ol li:nth-child(2),
  #RMBBodyA ol li:nth-child(4) {
    padding: 217px 50px 84px 324px;
  }

  #RMBBodyA ol li:nth-child(2) .imgWrapper,
  #RMBBodyA ol li:nth-child(4) .imgWrapper {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #RMBBodyA ol li:nth-child(2) .imgArea,
  #RMBBodyA ol li:nth-child(4) .imgArea {
    top: 224px;
    left: -20px;
    bottom: auto;
  }

  #RMBBodyA ol li:nth-child(3),
  #RMBBodyA ol li:last-child {
    padding: 217px 324px 84px 50px;
  }

  #RMBBodyA ol li:nth-child(3) .imgWrapper,
  #RMBBodyA ol li:last-child .imgWrapper {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #RMBBodyA ol li:nth-child(3) .imgArea,
  #RMBBodyA ol li:last-child .imgArea {
    top: 234px;
    bottom: auto;
  }
}

@media screen and (min-width: 768px) {
  #RMBBodyB {
    max-width: 1120px;
    width: 78.75%;
    margin: 0 auto 0;
    padding: 150px 0 0 0;
    position: relative;
  }

  #RMBBodyB .titleArea .title {
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #RMBBodyB .titleArea .title .title1 {
    font-size: 20px;
    line-height: 20px;
    text-align: justify;
    margin: 0 0 0 0;
  }

  #RMBBodyB .titleArea .title .line {
    width: 103px;
    height: 1px;
    margin: 0 9px 0 6px;
  }

  #RMBBodyB .titleArea .title .title2 {
    font-size: 18px;
    line-height: 18px;
    text-align: justify;
    margin: 0 0 0 0;
  }

  #RMBBodyB .titleArea h2 {
    font-size: 35px;
    line-height: 1.8;
    text-align: justify;
    margin: 19px 0 0 0;
    padding: 0 0 0 0;
    letter-spacing: 0.04em;
  }

  #RMBBodyB .titleArea h2 br {
    display: none;
  }

  #RMBBodyB .imgWrapper {
    width: 235.5px;
    margin: 0 0 0 0;
    position: absolute;
    top: 60px;
    right: calc(50% - 630.5px);
  }

  #RMBBodyB p {
    font-size: 16px;
    line-height: 28.8px;
    width: 100%;
    text-align: justify;
    margin: 44.6px 0 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #RMBBodyB .titleArea h2 br {
    display: block;
  }

  #RMBBodyB .imgWrapper {
    top: 107px;
    right: auto;
    left: 520px;
  }

  #RMBBodyB p {
    margin: 33px 0 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  #RMBBodyB {
    padding: 200px 0 0 0;
  }

  #RMBBodyB .imgWrapper {
    position: relative;
    top: auto;
    left: auto;
  }

  #RMBBodyB p {
    margin: 25px 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  #npBackButton .backButtonArea {
    width: 300px;
    margin: 94px auto 10px;
  }

  #npBackButton .backButtonArea p {
    font-size: 20px;
    text-align: center;
    margin: 0 0 23px 0;
  }

  #npBackButton .backButtonArea .backButton {
    width: 268px;
    border: 1px solid #666666;
    font-size: 18px;
    padding: 33px 0 31px 30px;
    -webkit-box-shadow: 0 6px 15px 0 rgba(9, 0, 0, 0.15);
    box-shadow: 0 6px 15px 0 rgba(9, 0, 0, 0.15);
    -webkit-transition: 700ms;
    transition: 700ms;
    position: relative;
  }

  #npBackButton .backButtonArea .backButton p {
    font-size: 18px;
    margin: 0 0 0 0;
    text-align: left;
    line-height: 18px;
  }

  #npBackButton .backButtonArea .backButton svg {
    width: 12px;
    height: 27px;
    right: 22.5px;
    top: 27.5px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  #npBackButton .backButtonArea .backButton svg polyline {
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  #npBackButton .backButtonArea .backButton::before {
    display: block;
    -webkit-transition: 700ms;
    transition: 700ms;
    width: 298px;
    height: 82px;
    content: "";
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
    background-color: #ed6d00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #npBackButton .backButtonArea a:hover .backButton {
    border: 1px solid #ffffff;
    color: #ffffff;
  }

  #npBackButton .backButtonArea a:hover .backButton svg {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  #npBackButton .backButtonArea a:hover .backButton svg polyline {
    stroke: #ffffff;
  }

  #npBackButton .backButtonArea a:hover .backButton:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }

  #RMB #npBackButton .backButtonArea {
    margin: 104px auto 122px;
  }
}

@media screen and (min-width: 768px) {
  #contact {
    margin: 10px 0 0 0;
    -webkit-animation: grade 8s ease infinite;
    animation: grade 8s ease infinite;
  }

  #contact .inner {
    padding: 114px 0 153px 0;
  }

  #contact .title {
    height: 130px;
    background-position: center top;
    background-size: 382px auto;
  }

  #contact .title h2 {
    padding: 90px 0 0 0;
  }

  #contact p {
    font-size: 16px;
    line-height: 180%;
    margin: 44px 0 0 0;
  }

  #contact .contactLinkArea {
    display: block;
    width: 210px;
    margin: 51px auto 0;
  }

  #contact .contactLinkArea a {
    display: inline;
  }

  #contact .contactLinkArea .iconArea,
  #contact .contactLinkArea .iconArea .sideArrow {
    width: 200px;
    height: 200px;
    border: #666666 solid 1px;
    margin: 0 auto 0;
    -webkit-box-shadow: 0 6px 15px 0 rgba(62, 208, 240, 0.15);
    box-shadow: 0 6px 15px 0 rgba(62, 208, 240, 0.15);
  }

  #contact .contactLinkArea .iconArea svg,
  #contact .contactLinkArea .iconArea .sideArrow svg {
    width: 90px;
    top: 70px;
    left: 53px;
  }

  #contact .contactLinkArea .iconArea .sideArrow {
    width: 62px;
    height: 62px;
    bottom: 0;
    right: 0;
    margin: 0 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #contact .contactLinkArea .iconArea .sideArrow svg {
    width: 54px;
    top: 3px;
    left: 7px;
  }

  #contact .contactLinkArea p {
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    margin: 38px auto 0;
  }
}

@media screen and (min-width: 768px) {
  #footer .inner {
    padding: 41px 0 60px 0;
  }

  #footer p {
    font-size: 15px;
    line-height: 23px;
  }

  #footer .logo {
    width: 130px;
  }

  #footer .logo p {
    font-size: 11px;
    line-height: 11px;
    top: 161px;
  }

  #footer .privacy {
    width: 130px;
    margin: 52px auto 0;
  }

  #footer .privacyLink {
    font-size: 15px;
    line-height: 26px;
    padding: 0 0 0 0;
    border-bottom: #d16c15 solid 2px;
  }

  #footer .company {
    margin: 30px auto 0;
  }

  #footer .copyright {
    height: 27px;
    min-height: none;
    font-size: 10px;
    line-height: 27px;
  }
}

@media screen and (min-width: 768px) {
  #contact .inner {
    padding: 80px 0 80px 0;
  }

  #contact .title {
    background-size: 275px auto;
    height: 105px;
  }

  #contact .title h2 {
    font-size: 25px;
    line-height: 42px;
    padding: 65px 0 0 0;
  }
}

@-webkit-keyframes grade {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes grade {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes txt-grade {
  to {
    background-position-x: 200%;
  }
}

@keyframes txt-grade {
  to {
    background-position-x: 200%;
  }
}

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