@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  z-index: 11042;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: #0b0b0b;
}

.mfp-wrap {
  position: fixed;
  z-index: 11043;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 1045;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -.8em;
  text-align: center;
  color: #ccc;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  z-index: 1046;
  display: block;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  text-align: center;
  text-decoration: none;
  opacity: .65;
  color: #fff;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  text-align: right;
  color: #fff;
}

.mfp-counter {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  color: #ccc;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: .65;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  content: '';
  border: medium inset transparent;
}

.mfp-arrow:after {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before {
  opacity: .7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  margin-left: 31px;
  border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  margin-left: 39px;
  border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  line-height: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  content: '';
  background: #444;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #bdbdbd;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.rt-container {
  padding-right: 30px;
  padding-left: 30px;
}

.rt-nav {
  display: none;
}

.rt-main-ttl {
  padding: 40px 0 50px;
  text-align: center;
}

.rt-main-ttl_ja {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}

.rt-main-ttl_en {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}

.rhome-ttl-sp {
  display: block;
  width: 100%;
}

.rhome-ttl-pc {
  display: none;
}

.rhome-intro {
  padding: 0 30px 50px;
}

.rhome-intro_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.357;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-align: center;
}

.rhome-intro_ttl:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 75px;
  height: 4px;
  content: '';
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #c00b0b;
}

.rhome-intro_txt {
  font-size: 1.1rem;
  line-height: 1.9;
}

.rhome-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px 49px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rhome-nav_item {
  width: 50%;
  margin-bottom: 5px;
}

.rhome-nav_item:nth-child(2n+1) {
  padding-right: 5px;
}

.rhome-nav_item:nth-child(2n) {
  padding-left: 5px;
}

.rhome-nav_item a {
  position: relative;
  display: block;
}

.rhome-nav_img {
  width: 100%;
  height: auto;
}

.rhome-nav_inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rhome-nav_txt {
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
}

.rhome-nav_link {
  font-size: .8rem;
  line-height: 1;
  position: relative;
  width: 100%;
  max-width: 115px;
  margin: 0 auto;
  padding: 5px 0;
  border: 1px solid #fff;
  border-radius: 10px;
}

.rhome-nav_link:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 12px;
  content: '';
  background: url("../images/recruit/arrow.png") no-repeat 0 0;
  background-size: 8px 8px;
}

.rhome-entry {
  padding: 29px 0 25px;
  text-align: center;
  background: url("../images/recruit/sp_entry.jpg") no-repeat center center;
  background-size: cover;
}

.rhome-entry_ttl {
  margin-bottom: 22px;
  color: #fff;
}

.rhome-entry_ttl-en {
  font-family: 'Arial';
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  display: block;
  margin-bottom: 8px;
}

.rhome-entry_ttl-ja {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}

.rhome-entry_btns a {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 235px;
  height: 35px;
  margin: 0 auto 12px;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rhome-entry_btns a:after {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  content: '';
  -webkit-transform: translate(0, -50%);
  -webkit-transform: rotate(45deg);
  transform: translate(0, -50%);
  transform: rotate(45deg);
  border-top: 1px solid #00a0e9;
  border-right: 1px solid #00a0e9;
}

.rhome-entry_btns li:last-child a {
  margin-bottom: 0;
}

.rhome-entry_btns_icon {
  display: inline-block;
  width: 75px;
  margin-right: 4px;
  margin-left: -80px;
}

.rt-media {
  margin: 0 30px 70px;
}

.rt-media:last-child {
  margin-bottom: 0;
}

.rt-media_img {
  position: relative;
}

.rt-media_img img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.rt-media_img:before {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 20px;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: #f5f5f5;
}

.rt-media_body {
  padding: 45px 0 0;
}

.rt-media_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.357;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-align: center;
}

.rt-media_ttl:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 75px;
  height: 4px;
  content: '';
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #c00b0b;
}

.rt-media_txt {
  font-size: 1.1rem;
  line-height: 1.9;
}

.rt-media_link {
  margin-top: 20px;
  text-align: right;
}

.rt-media_link a {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 7px 15px 7px 25px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #535353;
}

.rt-media_link a:after {
  display: inline-block;
  width: 30px;
  height: 6px;
  margin-left: 18px;
  content: '';
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  vertical-align: middle;
  background: url("../images/recruit/btn_arrow.png") no-repeat 0 0;
  background-size: 30px auto;
}

.rt-media_link a:before {
  position: absolute;
  z-index: 0;
  top: 5px;
  left: -5px;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #535353;
}

.rt-graduate_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 170px;
  margin-bottom: 40px;
}

.rt-graduate_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 170px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rt-graduate {
  padding: 0 30px 60px;
}

.rt-graduate:last-of-type {
  padding-bottom: 0;
}

.rt-graduate_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 4px 0 4px 12px;
  border-left: 4px solid #0e9de2;
}

.rt-entrybtn {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  position: fixed;
  z-index: 10001;
  top: 189px;
  right: 0;
  display: inline-block;
  padding: 24px 16px 24px 27px;
  text-decoration: none;
  color: #fff;
  border-radius: 20px 0 0 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#46a5db), to(#31e4d6));
  background: linear-gradient(to bottom, #46a5db 0%, #31e4d6 100%);
  -webkit-box-shadow: 3px 5px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 3px 5px 0 rgba(0, 0, 0, 0.22);
}

.rt-interview_ttl-wrap {
  padding: 15px;
  background: url("../images/recruit/bg_interview.png");
  background-size: 2px 2px;
}

.rt-interview_ttl_panel {
  padding: 30px;
  background: #fff;
}

.rt-interview_ttl_en {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  color: #676767;
}

.rt-interview_ttl_ja {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.54;
  display: block;
  margin-bottom: 10px;
  color: #094472;
}

.rt-interview_ttl_name {
  font-size: 1.1rem;
  display: block;
  color: #454545;
}

.rt-interview_ttl_name span {
  font-size: 1.3rem;
  display: inline-block;
  margin-left: 3px;
}

.rt-interview_ttl_img {
  display: block;
  width: 100%;
}

.rt-interview-section {
  padding: 30px 30px 40px;
}

.rt-interview-section_ttl {
  font-family: Georgia, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #a1def1;
  border-bottom: 1px solid #a1def1;
}

.rt-interview-section_txt {
  font-size: 1.1rem;
  line-height: 1.9;
}

.rt-interview_img {
  display: block;
}

.rt-interview_img img {
  display: block;
  width: 100%;
}

.rt-interview-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 30px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rt-interview-nav li {
  width: 50%;
  margin-bottom: 10px;
}

.rt-interview-nav li:nth-child(2n+1) {
  padding-right: 5px;
}

.rt-interview-nav li:nth-child(2n) {
  padding-left: 5px;
}

.rt-interview-nav a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}

.rt-interview-nav a img {
  width: 100%;
}

.rt-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rt-adopted-hero {
  background-image: url("../images/recruit/bg_adopted.jpg");
}

.rt-hero_ttl {
  color: #fff;
}

.rt-hero_ttl-ja {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}

.rt-hero_ttl-en {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}

.rt-intro {
  padding: 40px 30px 60px;
}

.rt-intro_ttl {
  font-family: Georgia, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

.rt-intro_ttl_br {
  display: block;
}

.rt-intro_img {
  width: 100%;
}

.rt-intro_body {
  font-size: 1.1rem;
  line-height: 1.9;
}

.rt-vision {
  padding: 60px 0;
  background: #cceaf8 url("../images/recruit/bg_vision.png") no-repeat right 0;
  background-size: 100% auto;
}

.rt-vision_ttl {
  font-family: Georgia, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 17px;
  text-align: center;
}

.rt-vision_subttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.944;
  margin: 0 30px 20px;
  text-align: center;
  color: #0f5870;
}

.rt-vision_subttl_br {
  display: block;
}

.rt-vision-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}

.rt-vision-img img {
  width: auto;
  height: 279px;
}

.rt-vision-img_img {
  position: absolute;
  top: 0;
  left: -60px;
}

.rt-vision-img_list {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 188px;
  margin: 0 auto;
  padding: 20px 20px 0;
}

.rt-vision-img_list li {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 21px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

.rt-vision-img_list li:nth-of-type(n+2):before {
  position: absolute;
  top: -27px;
  left: 50%;
  display: block;
  margin-left: -12px;
  content: '';
  border: 12px solid transparent;
}

.rt-vision-img_list li:nth-of-type(1) {
  background: #3e6866;
}

.rt-vision-img_list li:nth-of-type(2) {
  background: #5ca763;
}

.rt-vision-img_list li:nth-of-type(2):before {
  border-bottom: 15px solid #5ca763;
}

.rt-vision-img_list li:nth-of-type(3) {
  background: #ae8d5a;
}

.rt-vision-img_list li:nth-of-type(3):before {
  border-bottom: 15px solid #ae8d5a;
}

.rt-vision-img_list li:nth-of-type(4) {
  margin-bottom: 0;
  background: #695a4b;
}

.rt-vision-img_list li:nth-of-type(4):before {
  border-bottom: 15px solid #695a4b;
}

.rt-message {
  margin: 0 30px 30px;
  padding: 20px;
  background: #fff;
}

.rt-message:nth-of-type(1) .rt-message_ttl {
  color: #3e6866;
}

.rt-message:nth-of-type(2) .rt-message_ttl {
  color: #5ca763;
}

.rt-message:nth-of-type(3) .rt-message_ttl {
  color: #ae8d5a;
}

.rt-message:nth-of-type(4) .rt-message_ttl {
  color: #695a4b;
}

.rt-message_ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
}

.rt-message_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rt-message_icon {
  display: block;
  width: 50px;
}

.rt-message_txt {
  font-size: 1.2rem;
  line-height: 2;
}

.rt-author_ttl-wrap {
  text-align: center;
}

.rt-author_ttl {
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 40px 0 50px;
  text-align: center;
  color: #2f5a88;
}

.rt-author_ttl span {
  position: relative;
  z-index: 1;
}

.rt-author_ttl:after {
  position: absolute;
  z-index: 0;
  top: 8px;
  left: -30px;
  display: block;
  width: 70px;
  height: 76px;
  content: '';
  background: url("../images/recruit/ttl_author.png") no-repeat 0 0;
  background-size: 70px auto;
}

.rt-author-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rt-author-card {
  width: 50%;
  margin-bottom: 40px;
  text-align: center;
}

.rt-author-card:nth-child(2n+1) {
  padding-right: 7px;
}

.rt-author-card:nth-child(2n) {
  padding-left: 7px;
}

.rt-author-card_link {
  display: block;
}

.rt-author-card_img {
  display: block;
  margin-bottom: 15px;
}

.rt-author-card_ttl {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.57;
  margin-bottom: 15px;
  color: #424242;
}

.rt-author-card_meta {
  font-size: 1.1rem;
  line-height: 1.5;
}

.rt-office_ttl.rt-main-ttl {
  padding-bottom: 30px;
}

.rt-main-intro {
  font-size: 1.2rem;
  line-height: 1.875;
  margin: 0 30px 30px;
}

.rt-employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 26px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rt-employee li {
  width: 90px;
  margin: 0 0 20px;
  padding: 0 4px;
}

.rt-employee_link {
  position: relative;
  display: block;
}

.rt-employee_img {
  position: relative;
  z-index: 0;
}

.rt-employee_name {
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 5px 6px;
  text-align: center;
  color: #fff;
  background: rgba(192, 11, 11, 0.6);
}

.rt-employee-map {
  position: relative;
  background: url("../images/recruit/bg_map.png") no-repeat right 0 bottom 0;
  background-size: cover;
}

.rt-employee-map:before {
  display: block;
  padding-top: 78%;
  content: '';
}

.rt-employee-map img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(100% - 60px);
  margin: 0 auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.rt-employee-wrap {
  padding-bottom: 40px;
}

.rt-modal {
  overflow-y: auto;
  height: 100%;
}

.rt-modal_inner {
  position: relative;
  padding: 20px 0;
  border-radius: 8px;
  background: #fff;
}

.rt-modal_ttl {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.rt-modal_ttl-ja {
  font-size: 2rem;
  display: block;
  margin-bottom: 5px;
}

.rt-modal_ttl-en {
  font-size: 1.2rem;
  display: block;
}

.rt-modal_img {
  margin-bottom: 40px;
}

.rt-editable {
  padding: 0 20px;
}

.rt-editable .br-sp {
  display: block;
}

.rt-editable_img {
  position: relative;
  z-index: 0;
}

.rt-editable_panel {
  position: relative;
  z-index: 1;
  background: #fff;
}

.rt-editable_panel:before {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 20px;
  display: block;
  width: calc(100% - 40px);
  height: 20px;
  content: '';
  background: #fff;
}

.rt-editable_ico {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #f00;
}

.rt-editable_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.23;
  margin-bottom: 10px;
  text-align: center;
}

.rt-editable_name {
  font-size: 1.1rem;
  margin-bottom: 35px;
  text-align: center;
}

.rt-editable_section {
  margin-bottom: 40px;
}

.rt-editable_section p {
  font-size: 1.2rem;
  line-height: 1.875;
}

.rt-editable_subttl {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 15px;
  text-align: center;
}

.rt-editable_subttl:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 50px;
  height: 4px;
  content: '';
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #f00;
}

.rt-modal_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px 15px;
  padding: 20px 0 10px;
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rt-modal_nav li {
  width: 50%;
  margin-bottom: 10px;
}

.rt-modal_nav li:nth-child(2n+1) {
  padding-right: 5px;
}

.rt-modal_nav li:nth-child(2n) {
  padding-left: 5px;
}

.rt-modal_nav a {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 10px;
  text-align: center;
  color: #c00b0b;
  border: 2px solid #c00b0b;
  border-radius: 6px;
  background: #fff;
}

.rt-modal_nav a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #c00b0b;
  border-right: 1px solid #c00b0b;
}

.rt-modal_nav a.rt-modal_nav_current {
  pointer-events: none;
  color: #fff;
  background: #c00b0b;
}

.rt-modal_nav a.rt-modal_nav_current:after {
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.rt-modal_close-wrap {
  text-align: center;
}

.rt-modal_close-top,
.rt-modal_close-bottom {
  font-size: 0;
  cursor: pointer;
}

.rt-modal_close-top {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  background: url("../images/recruit/modal_closebtn.png") no-repeat 0 0;
}

.rt-modal_close-bottom {
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
}

.rt-modal_close-bottom i {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 4px;
  background: url("../images/recruit/modal_close.png") no-repeat 0 0;
  background-size: 24px 24px;
}

body {
  -webkit-overflow-scrolling: touch;
}

body.mfp-zoom-out-cur {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

@media print, screen and (min-width: 800px) {
	
	.l-main {
    	padding-top: 129px;
	}
	
  .rt-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f0f0f0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	position: fixed;
    width: 100%;
    margin-top: 79px;
    z-index: 100;
    opacity: 1;
    transition: all 0.5s;
    top: 0;  
    min-width: 1050px;
  }
  
  .rt-nav.is-headerMin {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: -50px;
  }
  
  .rt-nav_logo {
    width: 162px;
  }
  .rt-nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 21px;
  }
  .rt-nav_list li {
    display: inline-block;
    margin: 0 13px;
  }
  .rt-nav_list a {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 16px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rt-nav_list a.rt-nav_current:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: '';
    background: #c00b0b;
  }
  .rt-main-ttl {
    padding: 60px 0 110px;
  }
  .rt-main-ttl_ja {
    font-size: 3rem;
  }
  .rt-main-ttl_en {
    font-size: 1.4rem;
  }
  .rhome {
    background: url("../images/recruit/bg_hero_pc.jpg") no-repeat center 0;
  }
  .rhome-ttl-sp {
    display: none;
  }
  .rhome-ttl-pc {
    display: block;
    margin: 0 auto;
    padding: 367px 0 80px;
    -webkit-transform: translate(115px, 0);
    transform: translate(115px, 0);
  }
  .rhome-intro {
    width: 578px;
    margin: 0 auto;
    padding: 0 0 70px;
    -webkit-transform: translate(44px, 0);
    transform: translate(44px, 0);
  }
  .rhome-intro_ttl {
    font-size: 2.4rem;
    margin-bottom: 47px;
    padding-bottom: 15px;
    text-align: left;
  }
  .rhome-intro_ttl:after {
    left: 0;
    width: 80px;
    height: 6px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .rhome-intro_txt {
    font-size: 1.6rem;
    line-height: 2;
  }
  .rhome-nav {
    margin: 0 auot 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .rhome-nav_item {
    width: auto;
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .rhome-nav_item:nth-child(2n+1) {
    padding-right: 20px;
  }
  .rhome-nav_item:nth-child(2n) {
    margin-top: 40px;
    padding-left: 20px;
  }
  .rhome-nav_item a {
    position: relative;
    display: block;
  }
  .rhome-nav_item a:before {
    display: none;
  }
  .rhome-nav_img {
    display: block;
    width: 180px;
    height: 180px;
    margin-right: 0;
    margin-left: auto;
  }
  .rhome-nav_inner {
    top: 137px;
    right: auto;
    left: -21px;
    display: block;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background: none;
  }
  .rhome-nav_txt {
    font-size: 1.6rem;
    line-height: 30px;
    width: 140px;
    background: rgba(192, 11, 11, 0.6);
  }
  .rhome-nav_link {
    display: none;
  }
  .rhome-entry {
    width: 950px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background: none;
  }
  .rhome-entry_ttl {
    margin-bottom: 50px;
    color: #000;
  }
  .rhome-entry_ttl-en {
    font-size: 4.8rem;
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
  }
  .rhome-entry_ttl-ja {
    font-size: 2rem;
    display: inline-block;
    vertical-align: middle;
    color: #00a0e9;
  }
  .rhome-entry_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rhome-entry_btns a {
    font-size: 2.2rem;
    max-width: 100%;
    height: 100px;
    margin: 0;
    border: 6px solid #00a0e9;
  }
  .rhome-entry_btns a:after {
    right: 30px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #00a0e9;
    border-right: 1px solid #00a0e9;
  }
  .rhome-entry_btns li {
    width: 450px;
  }
  .rhome-entry_btns_icon {
    width: 150px;
    margin-right: -16px;
    margin-left: -60px;
  }
  .rt-media-group {
    width: 1160px;
    margin: 0 auto;
    padding-bottom: 165px;
  }
  .rt-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 140px;
  }
  .rt-media:nth-child(2n+1) {
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
  }
  .rt-media:nth-child(2n+1) .rt-media_img {
    padding-left: 45px;
  }
  .rt-media:nth-child(2n+1) .rt-media_img:before {
    top: 75px;
    left: 137px;
  }
  .rt-media:nth-child(2n+1) .rt-media_body {
    padding-right: 45px;
    padding-left: 145px;
  }
  .rt-media:nth-child(2n) .rt-media_img {
    padding-right: 45px;
  }
  .rt-media:nth-child(2n) .rt-media_img img {
    margin-right: 0;
    margin-left: auto;
  }
  .rt-media:nth-child(2n) .rt-media_img:before {
    top: 75px;
    left: 0;
  }
  .rt-media:nth-child(2n) .rt-media_body {
    padding-right: 145px;
    padding-left: 45px;
  }
  .rt-media_img {
    width: 50%;
  }
  .rt-media_img img {
    width: 400px;
  }
  .rt-media_img:before {
    width: 400px;
    height: 318px;
  }
  .rt-media_body {
    width: 50%;
    padding-top: 0;
  }
  .rt-media_ttl {
    font-size: 2.4rem;
    margin-bottom: 35px;
    padding-bottom: 18px;
    text-align: left;
  }
  .rt-media_ttl:after {
    left: 0;
    width: 80px;
    height: 6px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .rt-media_txt {
    font-size: 1.4rem;
    line-height: 2.28;
  }
  .rt-media_link {
    margin-top: 50px;
  }
  .rt-media_link a {
    font-size: 1.4rem;
    width: 228px;
    padding: 10px 22px 10px 34px;
  }
  .rt-media_link a:after {
    width: 42px;
    height: 8px;
    background-size: 42px auto;
  }
  .rt-graduate_img {
    height: auto;
    margin-bottom: 120px;
  }
  .rt-graduate_img img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .rt-graduate {
    width: 790px;
    margin: 0 auto;
    padding: 0 0 75px;
  }
  .rt-graduate:last-of-type {
    padding-bottom: 40px;
  }
  .rt-main-ttl.rt-graduate_main-ttl {
    padding-bottom: 65px;
  }
  .rt-graduate_ttl {
    font-size: 2.2rem;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .rt-table th,
  .rt-table td {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc;
  }
  .rt-table tr:last-child th,
  .rt-table tr:last-child td {
    border-bottom: none;
  }
  .rt-table th {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    width: 200px;
    padding: 50px 0 46px 18px;
    color: #8c8c8c;
  }
  .rt-table td {
    font-size: 1.4rem;
    line-height: 2;
    padding: 50px 30px 50px 0;
  }
  .rt-table .rt-table_list {
    margin-bottom: 25px;
  }
  .rt-table .rt-table_list:last-child {
    margin-bottom: 0;
  }
  .rt-table .rt-table_list_ttl {
    font-size: 1.6rem;
    font-weight: bold;
    color: #0e9de2;
  }
  .rt-interview_ttl-wrap {
    padding: 42px 0 54px;
    background-size: 3px 3px;
  }
  .rt-interview_ttl-inner {
    position: relative;
    width: 950px;
    height: 345px;
    margin: 0 auto;
    background: #f00;
  }
  .rt-interview_ttl_panel {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 500px;
    height: 345px;
    padding: 54px 50px 0 50px;
    background: none;
  }
  .rt-interview_ttl_panel:before {
    position: absolute;
    top: -200px;
    left: -206px;
    display: block;
    width: 600px;
    height: 600px;
    content: '';
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    background: #fff;
  }
  .rt-interview_ttl_panel span {
    position: relative;
    z-index: 2;
  }
  .rt-interview_ttl_en {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .rt-interview_ttl_ja {
    font-size: 2.2rem;
    margin-bottom: 31px;
  }
  .rt-interview_ttl_name {
    font-size: 1.3rem;
  }
  .rt-interview_ttl_name span {
    font-size: 1.5rem;
    margin-left: 10px;
  }
  .rt-interview_ttl_img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 345px;
  }
  .rt-interview-section {
    width: 670px;
    margin: 0 auto;
    padding: 92px 0 85px;
  }
  .rt-interview-section_ttl {
    font-size: 2rem;
    margin-bottom: 31px;
    padding: 32px 0 28px;
  }
  .rt-interview-section_txt {
    font-size: 1.4rem;
    line-height: 2.3;
  }
  .rt-interview_img {
    background: url("../images/recruit/bg_interview.png");
  }
  .rt-interview_img img {
    width: auto;
    margin: 0 auto;
  }
  .rt-interview-nav {
    margin: 90px 0 130px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rt-interview-nav li {
    width: auto;
    margin: 0;
    padding: 0 5px;
  }
  .rt-hero {
    height: 250px;
    background-size: cover;
  }
  .rt-hero_ttl-ja {
    font-size: 3rem;
    margin-bottom: 6px;
  }
  .rt-hero_ttl-en {
    font-size: 1.4rem;
  }
  .rt-intro {
    width: 1122px;
    margin: 0 auto;
    padding: 84px 0 92px;
  }
  .rt-intro_ttl {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
  .rt-intro_ttl_br {
    display: inline;
  }
  .rt-intro_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
  }
  .rt-intro_img {
    width: 433px;
  }
  .rt-intro_body {
    font-size: 1.4rem;
    line-height: 2.71;
    padding: 4px 40px 0 93px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .rt-vision {
    padding: 86px 0 80px;
  }
  .rt-vision_ttl {
    font-size: 2.4rem;
  }
  .rt-vision_subttl {
    font-size: 1.8rem;
    margin: 0 0 84px;
  }
  .rt-vision_subttl_br {
    display: inline;
  }
  .rt-vision-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 917px;
    margin: 0 auto 67px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rt-vision-img img {
    width: 502px;
    height: auto;
  }
  .rt-vision-img_img {
    position: relative;
    left: 0;
  }
  .rt-vision-img_list {
    width: 364px;
    min-width: none;
    margin-right: 0;
    padding-top: 8px;
    
    position: relative;
    z-index: 1;
    
  }
  .rt-vision-img_list li {
    font-size: 2rem;
    margin-bottom: 30px;
    padding: 30px 0;
  }
  .rt-vision-img_list li:nth-of-type(n+2):before {
    top: -33px;
    margin-left: -15px;
    border: 15px solid transparent;
  }
  .rt-vision-img_list li:nth-of-type(2):before {
    border-bottom: 18px solid #5ca763;
  }
  .rt-vision-img_list li:nth-of-type(3):before {
    border-bottom: 18px solid #ae8d5a;
  }
  .rt-vision-img_list li:nth-of-type(4):before {
    border-bottom: 18px solid #695a4b;
  }
  .rt-message {
    position: relative;
    width: 900px;
    min-height: 190px;
    margin: 0 auto 30px;
    padding: 36px 55px 30px 158px;
  }
  .rt-message_ttl-wrap {
    display: block;
    margin: 0;
  }
  .rt-message_ttl {
    font-size: 2.2rem;
    margin-bottom: 29px;
    text-align: left;
  }
  .rt-message_icon {
    position: absolute;
    top: 50%;
    left: 35px;
    width: auto;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .rt-message_txt {
    font-size: 1.5rem;
    line-height: 2.13;
  }
  .rt-author_ttl {
    font-size: 2.8rem;
    padding: 90px 0 110px;
  }
  .rt-author_ttl:after {
    top: 52px;
    left: -40px;
    width: 94px;
    height: 104px;
    background-size: 94px auto;
  }
  .rt-author-group {
    margin: 0;
    padding-bottom: 100px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rt-author-card {
    width: 240px;
    margin: 0 15px;
    padding: 0;
  }
  .rt-author-card:nth-child(2n+1),
  .rt-author-card:nth-child(2n) {
    padding: 0;
  }
  .rt-author-card_img {
    margin-bottom: 25px;
  }
  .rt-author-card_ttl {
    font-size: 1.4rem;
  }
  .rt-author-card_ttl_br {
    display: block;
  }
  .rt-author-card_meta {
    font-size: 1.4rem;
  }
  .rt-office {
    background-image: url("../images/recruit/bg_network_right.jpg"), url("../images/recruit/bg_network_left.jpg");
    background-repeat: no-repeat;
    background-position: right 49px, left 584px;
  }
  .rt-office_ttl.rt-main-ttl {
    padding-bottom: 40px;
  }
  .rt-main-intro {
    font-size: 1.6rem;
    width: 744px;
    margin: 0 auto 55px;
  }
  .rt-employee {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 58px;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .rt-employee li {
    width: 118px;
    margin: 0;
    padding: 0 8px 0 0;
  }
  .rt-employee-wrap {
    position: relative;
    width: 1086px;
    margin: 0 auto;
  }
  .rt-employee_name {
    font-size: 1.4rem;
    padding: 6px;
  }
  .rt-employee-map {
    height: 726px;
    background-position: right 0 top 30px;
  }
  .rt-employee-map:before {
    display: none;
  }
  .rt-employee-map img {
    top: 20px;
    width: 819px;
    margin-left: -409px;
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  .rt-employee-wrap {
    padding-bottom: 70px;
  }
  .rt-modal_inner {
    width: 810px;
    margin: 0 auto;
    padding: 39px 0 25px;
  }
  .rt-modal_ttl {
    margin-bottom: 25px;
  }
  .rt-modal_ttl-ja {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
  .rt-modal_ttl-en {
    font-size: 1.6rem;
  }
  .rt-modal_img {
    margin-bottom: 80px;
  }
  .rt-editable {
    padding: 0 40px 42px;
  }
  .rt-editable .br-sp {
    display: inline;
  }
  .rt-editable_panel:before {
    top: -28px;
    left: 33px;
    width: calc(100% - 66px);
    height: 28px;
  }
  .rt-editable_ico {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .rt-editable_ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .rt-editable_name {
    font-size: 1.6rem;
    margin-bottom: 45px;
  }
  .rt-editable_section {
    margin-bottom: 50px;
  }
  .rt-editable_section p {
    font-size: 1.6rem;
  }
  .rt-editable_subttl {
    font-size: 2rem;
    margin-bottom: 24px;
    padding-bottom: 19px;
  }
  .rt-modal_nav {
    margin-bottom: 28px;
    padding: 40px 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rt-modal_nav li {
    width: 152px;
    margin: 0;
    padding: 0 5px;
  }
  .rt-modal_nav a {
    font-size: 1.8rem;
    padding: 18px 10px;
  }
  .rt-modal_close-bottom {
    font-size: 1.6rem;
  }
  .rt-modal_close-bottom i {
    width: 34px;
    height: 34px;
    margin-bottom: 9px;
    background-size: 34px 34px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
}

@media screen and (max-width: 799px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    line-height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }
}

@media screen and (max-width: 799px) {
  .rt-table {
    display: block;
    width: 100%;
  }
  .rt-table tbody,
  .rt-table tr,
  .rt-table th,
  .rt-table td {
    display: block;
    text-align: left;
  }
  .rt-table tr {
    padding: 20px 0 17px;
    border-bottom: 1px solid #dcdcdc;
  }
  .rt-table th {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 13px;
    color: #8c8c8c;
  }
  .rt-table td {
    font-size: 1.1rem;
    line-height: 1.9;
  }
  .rt-table_list {
    margin-bottom: 20px;
  }
  .rt-table_list:last-child {
    margin-bottom: 0;
  }
  .rt-table_list_ttl {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 3px;
    color: #0e9de2;
  }
  
  

	
	.rt-entrybtn {
		  font-size: 1.8rem;
		  font-weight: bold;
		  font-style: italic;
		  line-height: 1;
		  position: fixed;
		  z-index: 10001;
		  top: inherit;
		  bottom: 80px;
		  right: 0;
		  display: inline-block;
		  padding: 14px 12px 14px 18px;
		  text-decoration: none;
		  color: #fff;
		  border-radius: 20px 0 0 20px;
		  background: -webkit-gradient(linear, left top, left bottom, from(#46a5db), to(#31e4d6));
		  background: linear-gradient(to bottom, #46a5db 0%, #31e4d6 100%);
		  -webkit-box-shadow: 3px 5px 0 rgba(0, 0, 0, 0.22);
		  box-shadow: 3px 5px 0 rgba(0, 0, 0, 0.22);
		}
  
  
}

@media screen and (min-width: 810px) {
	.mfp-container {
	  position: absolute;
	  top: 0;
	  left: 50%;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 810px;
	  height: auto;
	  min-height: 100%;
	  padding: 0;
	  text-align: center;
	  margin-left: -405px;
	}
}


.btn-office a {
	background-color: #00a0e9;
    display: block;
    width: 70%;
    margin: 0 auto 40px;
    height: 100%;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
}

.btn-office a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 15px;
	margin-right: 10px;
	background: url(../images/news/bg_movie.png) center center no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-top: -2px;
}







@media print, screen and (min-width: 800px) {
	.btn-office a {
		background-color: #00a0e9;
	    display: block;
	    width: 300px;
	    margin: 0 auto;
	    height: 100%;
	    line-height: 56px;
	    text-align: center;
	    color: #fff;
	    font-size: 2.0rem;
	    font-weight: bold;
	    border-radius: 4px;
	    position: relative;
	}
	
	.btn-office a:before {
		content: '';
		display: inline-block;
		width: 29px;
		height: 21px;
		margin-right: 10px;
		background: url(../images/news/bg_movie.png) center center no-repeat;
		background-size: cover;
		vertical-align: middle;
		margin-top: -3px;
	}
}