@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* BASE STYLE
--------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.5;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

iframe {
  vertical-align: middle;
}

/* CLEAR-FIX */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.r_inner {
  max-width: 1080px;
  width: 95%;
  margin: auto;
}

.wrap {
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.isBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

#locator_template_c2.recruit_locator {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .r_inner {
    max-width: 560px;
    width: 92%;
    margin: auto;
  }
}

/*------------------------------------------------

header部分

-------------------------------------------------*/
.r_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  height: 100px;
}

.r_header__pc {
  height: 100%;
}

.r_header__sp {
  display: none;
}

.r_header__cont {
  position: relative;
  padding-left: 200px;
  height: 100%;
}

.r_header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.r_header__logo {
  position: absolute;
  width: 180px;
  height: 180px;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  z-index: 100;
}

.r_header__logo a img {
  opacity: 1;
}

.r_header__logo02 {
  opacity: 0;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 10px;
  left: 100px;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.r_header.active {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.r_header.active .r_header__logo {
  opacity: 0;
  pointer-events: none;
}

.r_header.active .r_header__logo02 {
  opacity: 1;
}

.r_header__nav {
  height: 100%;
}

.r_header__nav ul {
  height: 100%;
}

.r_header__nav ul li {
  margin-right: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.r_header__nav ul li a {
  display: block;
  text-decoration: none;
  color: #0057AA;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.r_header__nav ul li.r_header__tab a {
  position: relative;
}

.r_header__nav ul li.r_header__tab a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0057AA;
  border-right: 2px solid #0057AA;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.r_header__nav ul li.main_current {
  position: relative;
}

.r_header__nav ul li.main_current::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #0058A6;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
}

.r_header__megamenu {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1000;
  top: 100px;
  left: 0;
  width: 100%;
}

.r_header__megamenu .r_inner {
  padding: 40px 0;
}

.r_header__megamenuList.layer02 .r_header__item {
  width: 50%;
  background-color: #fff;
  position: relative;
}

.r_header__megamenuList.layer02 .r_header__item a {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 220px;
}

.r_header__megamenuList.layer02 .r_header__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.r_header__megamenuList.layer02 .r_header__item a:hover {
  opacity: 0.8;
}

.r_header__megamenuList.layer02 .r_header__txtbox {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.r_header__megamenuList.layer02 .r_header__txtbox .r_header__ttl {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.1em;
}

.r_header__megamenuList.layer02 .r_header__txtbox .r_header__ttl02 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.r_header__megamenuList.layer03 .r_header__item {
  width: calc(100% / 3);
  background-color: #fff;
  position: relative;
}

.r_header__megamenuList.layer03 .r_header__item a {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 220px;
}

.r_header__megamenuList.layer03 .r_header__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.r_header__megamenuList.layer03 .r_header__item a:hover {
  opacity: 0.8;
}

.r_header__megamenuList.layer03 .r_header__txtbox {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.r_header__megamenuList.layer03 .r_header__txtbox .r_header__ttl {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.r_header__entry {
  width: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#FF8900), to(#FFD64E));
  background: linear-gradient(left, #FF8900, #FFD64E);
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.r_header__entry:hover {
  opacity: 0.8;
}

.r_header__entry a {
  padding: 28px 0;
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.r_header__entry a span {
  display: block;
  font-size: 10px;
  line-height: 1;
}

.r_header #drawermenu {
  display: none;
}

@media screen and (max-width: 1430px) {
  .r_header {
    height: 92px;
  }
  .r_header__cont {
    padding-left: 130px;
  }
  .r_header__logo {
    width: 130px;
    height: 130px;
  }
  .r_header__logo02 {
    width: 60px;
    height: 60px;
    top: 15px;
    left: 20px;
  }
  .r_header__nav ul li {
    margin-right: 30px;
  }
  .r_header__nav ul li a {
    font-size: 12px;
  }
  .r_header__nav ul li.header__tab::after {
    top: 5px;
  }
  .r_header__megamenu {
    top: 92px;
  }
  .r_header__entry {
    width: 120px;
  }
  .r_header__entry a {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .r_header {
    height: 60px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
  }
  .r_header__pc {
    display: none;
  }
  .r_header .r_header__sp {
    display: block;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: #fff;
  }
  .r_header .r_header__sp.open {
    border-bottom: 1px solid #E4EDF6;
  }
  .r_header .r_header__sp .r_header__spInner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: auto;
    height: 60px;
  }
  .r_header .r_header__sp .r_header__spInner .spLogo {
    width: 165px;
    height: 20px;
    position: relative;
    top: -4px;
    z-index: 9999;
    padding-left: 15px;
  }
  .r_header .r_header__sp .r_header__spInner .spLogo a {
    display: block;
  }
  .r_header .r_header__sp .r_header__spInner .spLogo img {
    width: 100%;
  }
  .r_header .r_header__sp .r_header__spInner .r_header__spEntry {
    background: -webkit-gradient(linear, left top, right top, from(#FF8900), to(#FFD64E));
    text-align: center;
    width: 100px;
    position: absolute;
    right: 60px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .r_header .r_header__sp .r_header__spInner .r_header__spEntry.open {
    opacity: 0;
    pointer-events: none;
  }
  .r_header .r_header__sp .r_header__spInner .r_header__spEntry a {
    padding: 12px 0;
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
  .r_header .r_header__sp .r_header__spInner .r_header__spEntry a span {
    display: block;
    font-size: 10px;
    line-height: 1;
  }
  .r_header .r_header__sp .r_header__spInner .r_header_spnavbtn {
    display: block;
    position: relative;
    margin-left: auto;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0px;
    background-color: #0058A6;
    cursor: pointer;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 9999;
  }
  .r_header .r_header__sp .r_header__spInner .r_header_spnavbtn span {
    display: block;
    width: 25px;
    background-color: #fff;
    height: 3px;
    top: 37%;
    left: 30%;
    margin-bottom: 10px;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .r_header .r_header__sp .r_header__spInner .r_header_spnavbtn span:nth-child(2) {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .r_header .r_header__sp .r_header__spInner .r_header_spnavbtn span:nth-child(3) {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  .r_header .r_header__sp .r_header__spInner .open.r_header_spnavbtn .one {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .r_header .r_header__sp .r_header__spInner .open.r_header_spnavbtn .two {
    opacity: 0;
  }
  .r_header .r_header__sp .r_header__spInner .open.r_header_spnavbtn .three {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  .r_header #drawermenu {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    display: block;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .r_header #drawermenu .drawbox {
    padding: 60px 0vw 40px;
  }
  .r_header #drawermenu .drawbox__subcont {
    display: none;
  }
  .r_header #drawermenu .drawbox__cont {
    margin-bottom: 40px;
  }
  .r_header #drawermenu .drawbox__contList {
    border-top: 1px solid #EBEBEB;
  }
  .r_header #drawermenu .drawbox__contList.accd {
    display: block;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    padding: 20px 15px;
    position: relative;
  }
  .r_header #drawermenu .drawbox__contList.accd::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #0058A6;
    width: 13px;
    height: 3px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .r_header #drawermenu .drawbox__contList.accd::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #0058A6;
    width: 13px;
    height: 3px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .r_header #drawermenu .drawbox__contList.accd.open::before {
    display: none;
  }
  .r_header #drawermenu .drawbox__contList.accd.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .r_header #drawermenu .drawbox__contList a {
    display: block;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    padding: 20px 15px;
  }
  .r_header #drawermenu .drawbox__contList:first-child {
    border-top: none;
  }
  .r_header #drawermenu .drawbox__contList.btm {
    border-bottom: 1px solid #EBEBEB;
  }
  .r_header #drawermenu .drawbox__subcont {
    padding-left: 30px;
    background-color: #E4EDF6;
  }
  .r_header #drawermenu .drawbox__contsubList a {
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    padding: 15px;
  }
  .r_header #drawermenu .drawbox__entry {
    background: -webkit-gradient(linear, left top, right top, from(#FF8900), to(#FFD64E));
    text-align: center;
    width: 92%;
    margin: auto;
    margin-bottom: 40px;
  }
  .r_header #drawermenu .drawbox__entry a {
    padding: 28px 0;
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
  .r_header #drawermenu .drawbox__entry a span {
    display: block;
    font-size: 10px;
    line-height: 1;
  }
  .r_header #drawermenu .drawbox__backBtn {
    text-align: center;
  }
  .r_header #drawermenu .drawbox__backBtn span {
    position: relative;
    font-size: 14px;
    margin-left: -20px;
  }
  .r_header #drawermenu .drawbox__backBtn span::after {
    content: '';
    display: block;
    position: absolute;
    background: url(/dcms_media/image/r_header_cross.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 4px;
    right: -20px;
  }
  .r_header .open#drawermenu {
    opacity: 1;
    height: 100vh;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    overflow: scroll;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

/*------------------------------------------------

footer部分

-------------------------------------------------*/
.r_footer__entry {
  background: url(/dcms_media/image/r_footer_entry.jpg) no-repeat center center/cover;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.r_footer__entry:hover {
  opacity: 0.8;
}

.r_footer__entry:hover .footer__entryTxt::after {
  right: -130px;
}

.r_footer__entry a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 60.5px 0;
}

.r_footer__entryTxt {
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
}

.r_footer__entryTxt::after {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/r_footerarrow.png) no-repeat;
  background-size: contain;
  width: 105px;
  height: 20px;
  top: 30px;
  right: -120px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.r_footer__entryTxt .span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.r_footer__top {
  padding-top: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

.r_footer__toptxt {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 60px;
}

.r_footer__topList {
  max-width: 980px;
  margin: auto;
}

.r_footer__topList li {
  width: 26.85%;
}

.r_footer__Btm {
  padding: 30px 0;
  width: 95%;
  max-width: 1100px;
  margin: auto;
}

.r_footer__BtmList {
  margin-right: 5.75%;
}

.r_footer__BtmList .spAccd {
  pointer-events: none;
}

.r_footer__BtmList:last-child {
  margin-right: 0;
}

.r_footer__BtmList a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.r_footer__BtmList a:hover {
  opacity: 0.8;
}

.r_footer__BtmSubCont {
  margin-top: 30px;
}

.r_footer__BtmSubList {
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.r_footer__BtmSubList:hover {
  opacity: 0.8;
}

.r_footer__under {
  background-color: #0057AA;
  padding: 20px 0;
}

.r_footer__underInner {
  max-width: 1100px;
  margin: auto;
  width: 95%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.r_footer__underLogo {
  margin-right: 20px;
}

.r_footer__underList li:first-child {
  position: relative;
}

.r_footer__underList li:first-child::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 15px;
  right: 0;
  top: 3px;
}

.r_footer__underList a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: block;
  padding: 0 20px;
}

.r_footer__underCopy {
  margin-left: auto;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1160px) {
  .r_footer__BtmList {
    margin-right: 3.5%;
  }
}

@media screen and (max-width: 1024px) {
  .r_footer__toptxt {
    font-size: 16px;
  }
  .r_footer__Btm {
    padding: 15px 0 30px;
  }
  .r_footer__BtmList {
    width: 100%;
    margin-right: 0;
    border-top: 1px solid #EBEBEB;
  }
  .r_footer__BtmList:first-child {
    border-top: none;
  }
  .r_footer__BtmList .spAccd {
    pointer-events: auto;
    display: block;
    padding: 15px 0;
    padding-left: 15px;
  }
  .r_footer__BtmList .spAccd.accdMark {
    position: relative;
  }
  .r_footer__BtmList .spAccd.accdMark::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #0058A6;
    width: 13px;
    height: 2px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .r_footer__BtmList .spAccd.accdMark::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #0058A6;
    width: 13px;
    height: 2px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .r_footer__BtmList .spAccd.accdMark.open::before {
    opacity: 0;
  }
  .r_footer__BtmList .spAccd.accdMark.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .r_footer__BtmList a {
    display: block;
    padding: 15px 0;
    padding-left: 15px;
  }
  .r_footer__BtmSubCont {
    margin-top: 0px;
    background-color: #E4EDF6;
    display: none;
  }
  .r_footer__BtmSubList {
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .r_footer__BtmSubList:last-child {
    margin-bottom: 0;
  }
  .r_footer__BtmSubList:hover {
    opacity: 0.8;
  }
  .r_footer__under {
    padding: 30px 0 20px;
  }
  .r_footer__underLogo {
    max-width: 230px;
    margin-right: 0;
    margin: auto;
    margin-bottom: 30px;
  }
  .r_footer__underList {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .r_footer__underCopy {
    font-size: 11px;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .r_footer__entry {
    background: url(/dcms_media/image/r_footer_entrysp.jpg) no-repeat center center/cover;
  }
  .r_footer__entry:hover {
    opacity: 0.8;
  }
  .r_footer__entry:hover .r_footer__entryTxt::after {
    right: -70px;
  }
  .r_footer__entry a {
    padding: 43px 0;
  }
  .r_footer__entryTxt {
    font-size: 34px;
    line-height: 1.5;
  }
  .r_footer__entryTxt::after {
    width: 50px;
    height: 10px;
    top: 30px;
    right: -60px;
  }
  .r_footer__entryTxt .span {
    font-size: 14px;
  }
  .r_footer__top {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .r_footer__toptxt {
    margin-bottom: 40px;
  }
  .r_footer__topList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .r_footer__topList li {
    width: 44%;
    margin-bottom: 30px;
  }
  .r_footer__topList li:first-child {
    margin-right: 5%;
  }
}

/*------------------------------------------------

r__commonr__h2ttl

-------------------------------------------------*/
.r__commonr__h2ttl {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.r__commonr__h2ttl .span {
  color: #0058A6;
  font-weight: bold;
}

.r__commonr__h2ttl .r__commonr__h2subttl {
  display: block;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0058A6;
}

@media screen and (max-width: 1024px) {
  .r__commonr__h2ttl {
    font-size: 56px;
  }
  .r__commonr__h2ttl .r__commonr__h2subttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .r__commonr__h2ttl {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .r__commonr__h2ttl .r__commonr__h2subttl {
    font-size: 20px;
  }
}

/*------------------------------------------------

r__commonr__txt

-------------------------------------------------*/
.r__commonr__txt {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .r__commonr__txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .r__commonr__txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

/*------------------------------------------------

r__commonr__btn

-------------------------------------------------*/
.r__commonr__btn {
  width: 400px;
  background-color: #0058A6;
  text-align: center;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.r__commonr__btn:hover {
  opacity: 0.8;
}

.r__commonr__btn:hover a::after {
  right: 5px;
}

.r__commonr__btn a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding: 19px 0;
  position: relative;
}

.r__commonr__btn a::after {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/r_rTopAbout_arrow.png) no-repeat;
  width: 50px;
  height: 10px;
  background-size: contain;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .r__commonr__btn {
    max-width: 340px;
    width: 100%;
  }
}

/*------------------------------------------------

r_subMv

-------------------------------------------------*/
.r_subMv {
  margin-top: 100px;
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

.r_subMv::before {
  content: '';
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.1%, #0058A6)) no-repeat top left/50% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.1%, #0058A6)) no-repeat top right/50% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #0058A6 50.1%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #0058A6 50.1%) no-repeat top right/50% 100%;
  width: 720px;
  height: 650px;
  left: -100px;
  bottom: 0;
}

.r_subMv .r_subMv__ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 6.6%;
  color: #fff;
  line-height: 1.8;
}

.r_subMv .r_subMv__ttl .span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 1280px) {
  .r_subMv {
    margin-top: 92px;
  }
}

@media screen and (max-width: 1024px) {
  .r_subMv {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .r_subMv {
    height: 220px;
  }
  .r_subMv::before {
    width: 330px;
    height: 300px;
    left: -80px;
    bottom: 0;
  }
  .r_subMv .r_subMv__ttl {
    font-size: 20px;
    padding-left: 6.6%;
  }
  .r_subMv .r_subMv__ttl .span {
    font-size: 15px;
  }
}

/*------------------------------------------------

r_commonH2ttl

-------------------------------------------------*/
.r_commonH2ttl {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 70px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}

.r_commonH2ttl::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #0058A6;
  height: 4px;
  width: 60px;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.r_commonH2ttl .span {
  display: block;
  color: #0058A6;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .r_commonH2ttl {
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 24px;
  }
  .r_commonH2ttl::after {
    height: 3px;
    width: 30px;
    bottom: 30px;
  }
  .r_commonH2ttl .span {
    font-size: 14px;
  }
}

/*------------------------------------------------

r_common__topSubtxt

-------------------------------------------------*/
.r_common__topSubtxt {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .r_common__topSubtxt {
    margin-bottom: 60px;
    font-size: 14px;
    text-align: left;
  }
}

/*------------------------------------------------

r_commonH3ttl

-------------------------------------------------*/
.r_commonH3ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}

.r_commonH3ttl::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #0058A6;
  width: 5px;
  height: 30px;
  top: 8px;
  left: 6px;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
}

@media screen and (max-width: 768px) {
  .r_commonH3ttl {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .r_commonH3ttl::before {
    height: 25px;
    top: 3px;
    left: 7px;
  }
}
/*# sourceMappingURL=recruit_common.css.map */