@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
input[type="button"], input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
body {
  background: #f4f4f4;
}
.f4f4f4 {
  background: #f4f4f4;
}
html {
  overflow-x: hidden;
}
.e_font {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.f-main {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #3d3d3d;
  font-weight: 600;
  line-height: 1.6;
}
.f-main2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/* BASE */
img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
img.c-svg-img {
  -o-object-fit: contain;
  object-fit: contain;
}
ul {
  list-style-type: none;
  margin-bottom: 0;
}
a {
  color: currentColor;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
  color: currentColor;
  text-decoration: none;
}
/**********btn**********/
/*btn gradation*/
.gradation-btn.bt_more {
  padding: 0;
}
.gradation-btn a {
  color: #fff;
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
}
.gradation-btn a::before {
  content: "";
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(90deg, #30a7e0, #2c50a1, #30a7e0, #2c50a1);
  transition: .4s;
}
.gradation-btn a:hover {
  opacity: 1;
}
.gradation-btn a:hover::before {
  right: -100%;
  opacity: 1;
}
/*btnA arrow*/
.bt_more-arrow a {
  display: inline-block;
  text-decoration: none;
  transition: .3s;
  position: relative;
}
.bt_more-arrow a::before, .bt_more-arrow a::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
}
.bt_more-arrow a::before {
  height: 1px;
  top: 50%;
  transition: .3s;
}
.bt_more-arrow a::after {
  top: 50%;
  transform: rotate(45deg);
  transition: .3s;
}
.bms-icon {
  transition: .3s;
  position: absolute;
  right: 0;
  border-radius: 50%;
  overflow: hidden;
}
.bms-icon::before {
  content: " ";
  width: 102%;
  height: 102%;
  top: -1%;
  left: -1%;
  position: absolute;
  display: block;
  opacity: 0;
  transition: .3s;
}
a:hover .bms-icon::before {
  opacity: 1;
}
/*btnA arrow color black-bgra*/
.bt_more-arrow.bms-black-bgra a {
  color: #000;
  text-decoration: none;
}
.bt_more-arrow.bms-black-bgra a:hover {
  color: #000;
}
.bt_more-arrow.bms-black-bgra a::before {
  background-color: #000;
}
.bt_more-arrow.bms-black-bgra a::after {
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
}
.bt_more-arrow.bms-black-bgra a:hover::before {
  background-color: #fff;
}
.bt_more-arrow.bms-black-bgra a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.bt_more-arrow.bms-black-bgra .bms-icon {
  border: 1px rgba(0, 0, 0, 0.50) solid;
}
.bt_more-arrow.bms-black-bgra a:hover .bms-icon {
  border: 1px rgba(0, 0, 0, 0) solid;
}
.bt_more-arrow.bms-black-bgra .bms-icon::before {
  background: linear-gradient(90deg, #2c50a1, #30a7e0);
}
/*btnA arrow color white-bgra*/
.bt_more-arrow.bms-white-bgra a {
  color: #fff;
  text-decoration: none;
}
.bt_more-arrow.bms-white-bgra a:hover {
  color: #fff;
}
.bt_more-arrow.bms-white-bgra a::before {
  background-color: #fff;
}
.bt_more-arrow.bms-white-bgra a::after {
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
}
.bt_more-arrow.bms-white-bgra a:hover::before {
  background-color: #009fe8;
}
.bt_more-arrow.bms-white-bgra a:hover::after {
  border-top-color: #009fe8;
  border-right-color: #009fe8;
}
.bt_more-arrow.bms-white-bgra .bms-icon {
  border: 1px rgba(255, 255, 255, 0.50) solid;
}
.bt_more-arrow.bms-white-bgra a:hover .bms-icon {
  border: 1px rgba(255, 255, 255, 0) solid;
}
.bt_more-arrow.bms-white-bgra .bms-icon::before {
  background: #fff;
}
/*btnB normal*/
.bt_more a {
  text-decoration: none;
  border-radius: 3.2rem;
}
/* UTILITIES */
/* EFFECT */
/*下から出現*/
.effect_box_up {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(20px) rotate(0deg);
  -ms-transform: translateY(20px) rotate(0deg);
  transform: translateY(20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_up.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/*その場で出現*/
.effect_box_spot {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_spot.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
/*左から出現*/
.effect_box_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-20px) rotate(0deg);
  -ms-transform: translateX(-20px) rotate(0deg);
  transform: translateX(-20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_left.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/*右から出現*/
.effect_box_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(20px) rotate(0deg);
  -ms-transform: translateX(20px) rotate(0deg);
  transform: translateX(20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_right.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/* COMPONENTS */
/* PAGE LOGO */
.c-logo {
  margin-bottom: 0;
}
.c-logo a, .c-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
/* SECTION */
.c-section-textimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-section-textimg .c-section-img {
  width: 50%;
}
.c-section-textimg .c-section-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .c-section {
    width: 85%;
  }
}
/* SECTION IMAGE */
.c-section-img {
  position: relative;
}
.c-section-img::before, .c-section-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* SECTION INFO */
.c-section-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* SECTION LIST */
.c-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style-type: none;
}
.c-section-list a, .c-section-list img {
  display: block;
  width: 100%;
}
/* SECTION TITLE */
.c-title1 {
  font-weight: 700;
  font-size: 1.38rem;
  margin-bottom: 0;
}
.c-title1 .f-rale {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  margin-bottom: 20px;
}
.c-title1--center {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-title1 {
    font-size: 1.1rem;
  }
}
/* SECTION PARAGRAPH */
.c-section-p {
  font-weight: 500;
  font-size: 1.23rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .c-section-p {
    font-size: 1rem;
    line-height: 22px;
    text-align: left;
  }
}
/* ICON */
.c-icon1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.c-icon1::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.l-per .c-icon1::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* LINK */
.c-nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1 a {
  font-weight: 600;
  font-size: 1.4rem;
  color: currentColor;
}
.c-nav1 .gradation-btn a, .gradation-btn.rlp-btn a {
  width: 200px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1399px) {
  .c-nav1 .gradation-btn a {
    width: 160px;
    font-size: 1.4rem;
    height: 50px;
  }
}
/* LINK */
.c-link1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-link1 img {
  display: block;
  width: 40%;
  position: relative;
  z-index: 1;
  margin-right: -45px;
}
.c-link1__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 130px;
  background-color: #000;
  text-align: center;
  padding: 30px 22px 10px;
  color: #fff;
}
.c-link1 p {
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 0;
}
.c-link1 .f-rale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}
.c-link1 .f-rale .c-icon1 {
  margin-top: 0;
  margin-left: 12px;
}
/* scroll */
.anchor-scroll {
  cursor: pointer;
}
/* COPY */
.c-copyright {
  font-size: 0.8rem;
  letter-spacing: 0;
}
/*=================================================== */
.p-lp {
  width: 100%;
  position: relative;
  background-color: #ededed;
  overflow-x: hidden;
}
/* HEADER */
header#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: #f4f4f4;
  color: #000;
}
header#header.view {
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  display: unset;
      min-height: unset;
}
/* CONTAINER  */
.header__container {
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 47px 3.9% 0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
header.view .header__container {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* LOGO */
.header__logo {
  width: 240px;
}
.header__logo .logo-black {
  display: none;
}
header.view .logo-black {
  display: block;
}
header.view .logo-white {
  display: none;
}
/* NAV */
header .header__nav li + li {
  margin-left: 35px;
}
header a.header-nav__btn {
  display: block;
  width: 170px;
  height: 55px;
  line-height: 55px;
  background-color: #b94f00;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
header a.header-nav__btn:hover {
  color: #fff;
}
/* TRIGGER */
.menu-trigger {
  display: none;
}
/* MENU TOGGLE */
.menu-toggle {
  display: none;
}
@media screen and (max-width: 1700px) {
  header .header__nav li + li {
    margin-left: 15px;
  }
  .header__container {
    padding: 30px 3% 0;
  }
  header .header__nav a {
    font-size: 1.15rem;
  }
  header a.header-nav__btn {
    width: 145px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .header__logo {
    width: 180px;
  }
  header .header__nav a {
    font-size: 1rem;
  }
  header a.header-nav__btn {
    width: 135px;
  }
}
@media screen and (max-width: 1100px) {
  header .header__nav {
    display: none;
  }
  .header__container {
    padding: 30px 3.5% 0;
  }
  .header__logo {
    width: 200px;
  }
  /* TRIGGER */
  .menu-trigger {
    display: block;
    width: 60px;
    height: 20px;
    cursor: pointer;
    position: relative;
  }
  .menu-trigger span {
    width: 100%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .menu-trigger span:first-child {
    top: 0;
  }
  .menu-trigger span:last-child {
    bottom: 0;
  }
  .menu-trigger.tgl-active span:first-child {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg);
  }
  .menu-trigger.tgl-active span:last-child {
    -webkit-transform: translate(0, -10px) rotate(-45deg);
    -ms-transform: translate(0, -10px) rotate(-45deg);
    transform: translate(0, -10px) rotate(-45deg);
  }
  /* MENU TOGGLE */
  .menu-toggle {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    background-color: #fff;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #000;
    text-align: center;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .menu-toggle::-webkit-scrollbar {
    display: none;
  }
  .menu-toggle.active {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
  }
  .menu-toggle__inner {
    padding: 155px 5% 82px;
  }
  /* TOGGLE NAV */
  .menu-toggle .c-nav1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 54px;
  }
  .menu-toggle .c-nav1 li + li {
    margin-top: 18px;
  }
  .menu-toggle .c-nav1 a {
    font-size: 1.4rem;
    line-height: 30px;
  }
  /* LINK 1 */
  .menu-toggle .c-link1 {
    color: #000;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 164px;
  }
  .menu-toggle .c-link1__inner {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-toggle .c-link1 img {
    width: 45.8%;
    margin-right: -8%;
  }
  .menu-toggle .c-nav1 .gradation-btn a {
    width: 200px;
    height: 55px;
  }
}
@media screen and (max-width: 576px) {
  .header__container {
    padding: 20px 5% 0;
  }
  header.view .header__container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header__logo {
    width: 160px;
  }
  .menu-trigger {
    width: 24px;
    height: 10px;
  }
  .menu-trigger.tgl-active span:first-child {
    -webkit-transform: translate(0, 4px) rotate(45deg);
    -ms-transform: translate(0, 4px) rotate(45deg);
    transform: translate(0, 4px) rotate(45deg);
  }
  .menu-trigger.tgl-active span:last-child {
    -webkit-transform: translate(0, -5px) rotate(-45deg);
    -ms-transform: translate(0, -5px) rotate(-45deg);
    transform: translate(0, -5px) rotate(-45deg);
  }
  /* MENU TOGGLE */
  .menu-toggle .c-link1 p {
    font-size: 1rem;
    line-height: 20px;
  }
  .menu-toggle .c-link1__inner {
    height: auto;
    padding: 26px 20px 20px;
  }
}
@media screen and (max-width: 360px) {
  .menu-toggle .c-link1__inner {
    padding: 10px;
  }
  .menu-toggle .c-link1 p {
    font-size: 1rem;
  }
}
/*mainvisual*/
.c-mainvisual {
  position: relative;
}
.visual-item-inner {
  max-width: 1266px;
  padding-top: 12%;
  margin-left: 14.2%;
  width: 65.885%;
  position: relative;
  z-index: 3;
}
.visual-item {
  margin-top: -7.3%;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .visual-item-inner {
    padding-top: 15%;
    margin-left: 8.2%;
  }
}
@media screen and (max-width: 991px) {
  .visual-item-inner {
    padding-top: 18%;
  }
}
@media screen and (max-width: 576px) {
  .visual-item-inner {
    padding-top: 26%;
    margin-left: 5%;
    width: 83.885%;
  }
  .visual-item {
    margin-top: -9.3%;
  }
}
/*scroll*/
.scroll-down {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.sd-inner {
  position: relative;
  padding-bottom: 160px;
  vertical-align: middle;
}
.sd-inner::before, .sd-inner::after {
  content: " ";
  display: block;
  position: absolute;
}
.sd-inner::before {
  left: 50%;
  bottom: 0;
  background-color: #cccccc;
  width: 1px;
  height: 160px;
  transform: translateX(-50%);
}
.sd-inner::after {
  left: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #63cdff, #337ec2);
  animation: scrollAni 4s ease-in-out 0s infinite normal;
}
.sd-inner-txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  min-height: 6.2rem;
  line-height: 1;
  font-size: 1.3rem;
}
@media screen and (max-width: 575px) {
  .main_wrap-txt {
    bottom: 35%;
  }
}
@media screen and (min-width: 576px) {
  .main_wrap-txt {
    bottom: 14%;
  }
}
@media screen and (max-width: 767px) {
  .mwt-h1 {
    font-size: 1.8rem;
    width: 95%;
  }
  .mwt-h1-img {
    max-width: 29rem;
    margin-bottom: 1.6rem;
  }
  .scroll-down {
    right: 5%;
  }
}
@media screen and (min-width: 768px) {
  .mwt-h1 {
    font-size: 3.3rem;
  }
  .mwt-h1-img {
    max-width: 61.2rem;
    margin-bottom: 2.4rem;
  }
  .scroll-down {
    right: 8.8%;
    top: 280px;
  }
}
@keyframes scrollAni {
  0% {
    bottom: 150px;
    opacity: 0;
  }
  10% {
    bottom: 150px;
    opacity: 1;
  }
  90% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 1399px) {
  .sd-inner {
    padding-bottom: 10rem;
  }
  .sd-inner::before {
    height: 10rem;
  }
  .scroll-down {
    right: 8.8%;
    top: 190px;
  }
  @keyframes scrollAni {
    0% {
      bottom: 9.4rem;
      opacity: 0;
    }
    10% {
      bottom: 9.4rem;
      opacity: 1;
    }
    90% {
      bottom: 0;
      opacity: 1;
    }
    100% {
      bottom: 0;
      opacity: 0;
    }
  }
}
@media screen and (max-width: 991px) {
  .scroll-down {
    top: 200px;
  }
  .sd-inner-txt {
    min-height: 5.2rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .sd-inner {
    padding-bottom: 7rem;
  }
  .sd-inner::before {
    height: 7rem;
  }
  .scroll-down {
    border: 0;
    top: auto;
    right: 5%;
  }
  .sd-inner-txt {
    min-height: 5.5rem;
    font-size: 1.1rem;
    color: #fff;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  @keyframes scrollAni {
    0% {
      bottom: 6.4rem;
      opacity: 0;
    }
    10% {
      bottom: 6.4rem;
      opacity: 1;
    }
    90% {
      bottom: 0;
      opacity: 1;
    }
    100% {
      bottom: 0;
      opacity: 0;
    }
  }
}
/* PAGEUP  */
.pageup {
  bottom: 5%;
  right: 5%;
}
.pageup a {
  border: none;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pageup img {
  display: block;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .pageup {
    display: none !important;
  }
}
/* FOOTER */
#footer {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f4f4f4;
  color: rgb(61, 61, 61);
}
.footer__inner {
  max-width: 1280px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: end;
}
.footer__logo {
  width: 280px;
  margin-bottom: 44px;
}
/* NAV */
.footer__nav {
  margin-top: 4px;
  margin-bottom: 34px;
  text-align: right;
}
.footer__nav a {
  display: inline-block;
  font-weight: 500;
  font-size: 1.23rem;
  letter-spacing: 0;
}
.footer__nav a + a::before {
  content: "｜";
  display: inline-block;
  margin: 0 12px;
}
@media screen and (min-width: 768px) {
  #footer {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 576px) {
  .footer__nav {
    text-align: center;
  }
  .footer__nav a {
    font-size: 1rem;
  }
}
/* COPY */
.footer__copy {
  text-align: right;
  font-size: 1.1rem;
  margin-bottom: 0
}
.footer--tab {
  display: none;
}
@media screen and (max-width: 991px) {
  .footer--pc {
    display: none;
  }
  .footer--tab {
    display: block;
    text-align: center;
    line-height: 1.8;
    font-size: 0.9rem;
  }
  .footer__inner, .footer__copy {
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__nav {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  #footer {
    padding-top: 6.4rem;
    padding-bottom: 11rem;
  }
  .footer__logo {
    width: 180px;
    margin-bottom: 1.5rem;
  }
}
/* fotter 固定メニュー
----------------------------------------------------------------------------------------------------*/
.footer__menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    display: block;
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 900;
  }
  .footer__menu .c-link1 p {
    font-size: 1.05rem;
    line-height: 1.5;
  }
  .footer__menu .c-link1__inner {
    height: auto;
    padding: 15px;
  }
  .footer__menu .c-link1 img {
    width: 33%;
    margin-right: 42px;
    position: relative;
    right: -60px;
  }
}
@media screen and (max-width: 360px) {
  #footer {
    padding-bottom: 160px;
  }
  .footer__menu .c-link1__inner {
    padding: 20px 15px;
  }
  .footer__menu .c-link1 p {
    font-size: 1.2rem;
  }
}
.bt_more.gradation-btn a::after {
  content: "";
  background: url(../images/recruit-lp/arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  right: 29px;
  top: 50%;
  color: none;
  border: none;
  transform: unset;
  transform: translateY(-50%);
}
/*画像切り替え*/
.pc-none {
  display: none;
}
@media screen and (max-width: 991px) {
  .c-mainvisual {
    height: 100vh;
    overflow: hidden;
  }
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-mainvisual {
    height: auto;
  }
}
/* sp-footer-menu
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 575px) {
  .sp-footer-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 55px;
    z-index: 999;
    background: #0a377e;
  }
  .sfm-btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-right: 1px solid #fff;
  }
  .sfm-btn:last-child {
    border-right: none;
  }
  .sfm-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    transition: .3s;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
  }
  .sfm-btn a:hover {
    opacity: 0.6;
  }
  .sfm-btn a span.f-icon {
    display: block;
    background-repeat: no-repeat;
    max-width: 40px;
    height: 30px;
    margin: 0 auto 5px;
    background-size: contain;
  }
  .sfm-btn-request span.f-icon {
    background-image: url("../images/sfm-btn-request.svg");
  }
  .sfm-btn.sfm-btn-event span.f-icon {
    background-image: url("../images/sfm-btn-event.svg");
    max-width: 21px;
  }
  .sfm-btn-tel span.f-icon {
    background-image: url("../images/sfm-btn-tel.svg");
  }
}
@media screen and (min-width: 576px) {
  .sp-footer-menu {
    display: none;
  }
}
/*container*/
.recruit-container-1760, .recruit-container-1580, .recruit-container-1330 {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .recruit-container-1580 {
    width: 82.229%;
    max-width: 1580px;
  }
  .recruit-container-1330 {
    width: 69.27%;
    max-width: 1330px;
  }
}
/*MESSAGE*/
.message-wrap {
  padding: 10rem 0 6.4rem;
  overflow: hidden;
}
.message-wrap .co-box01 {
  position: relative;
}
.message-wrap .co-box01::before {
  content: "";
  background: url(../images/recruit-lp/message_txt01.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  right: -10px;
  width: 300px;
  height: 50px;
      z-index: 5;
}
.message-wrap .co-box02 {
  margin-top: 4.5rem;
}
.message-txt-svg {
  max-width: 380px;
  margin-bottom: 3rem;
}
.message-txt01 {
  text-align: justify;
  line-height: 1.8;
}
.message-txt02 {
  margin-top: 2.5rem;
  font-size: 1.8rem;
}
.message-txt02 span {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
}
.message-wrap img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .message-wrap {
    padding: 12rem 0 8rem;
  }
  .message-wrap .recruit-container-1760 {
    display: flex;
    justify-content: space-between;
  }
  .message-wrap .co-box01 {
    width: 47%;
  }
  .message-wrap .co-box02 {
    margin-top: 9rem;
    width: 47%;
  }
  .message-wrap .co-box01::before {
    top: -30px;
    right: -34rem;
    width: 410px;
    height: 67px;
  }
}
@media screen and (min-width: 992px) {
  .message-wrap {
    padding: 17% 0 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .recruit-container-1760 {
    width: 91.66%;
    max-width: 1760px;
  }
  .message-wrap .co-box01::before {
    top: -30px;
    right: -65rem;
    width: 700px;
    height: 116px;
  }
  .message-wrap .co-box01 {
    width: 46.02%;
    padding-left: 10.25%;
  }
  .message-wrap .co-box02 {
    margin-top: 150px;
    width: 43.68%;
  }
  .message-txt01 {
    font-size: 1.6rem;
    line-height: 1.9;
    padding-right: 22.8%;
  }
  .message-txt-svg {
    max-width: 780px;
    margin-bottom: 5.5rem;
  }
  .message-txt02 {
    margin-top: 3rem;
    font-size: 2rem;
  }
  .message-txt02 span {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.7rem;
  }
}
@media screen and (min-width: 1600px) {
  .message-wrap .co-box02 {
    margin-top: 260px;
    width: 43.68%;
  }
  .message-wrap .co-box01::before {
    top: -47px;
    right: -102rem;
    width: 1100px;
    height: 178px;
  }
  .message-txt-svg {
    max-width: 780px;
    margin-bottom: 7rem;
  }
  .message-txt02 {
    margin-top: 4rem;
  }
  .message-wrap {
    padding: 16% 0 12rem;
  }
  .message-wrap .co-box01 {
    padding-left: 13%;
  }
}
/*VALUE*/
h2.rec-ttl {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.value-wrap .co-box01 h2.rec-ttl {
  text-align: center;
  font-weight: 600;
}
h2.rec-ttl span {
  color: #0a377e;
  font-size: 4rem;
  display: block;
  margin-bottom: 1rem;
      letter-spacing: 0.02em;
}
ul.value-ul li {
  background: #fff;
  padding: 3rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}
ul.value-ul li:last-child {
  margin-bottom: 0;
}
.vu-ttl {
  background: -moz-linear-gradient(798.29% 2070.03% 0deg, rgba(47, 174, 229, 1) 0%, rgba(51, 123, 192, 1) 49.74%, rgba(44, 77, 159, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(47, 174, 229, 1) 0%, rgba(51, 123, 192, 1) 49.74%, rgba(44, 77, 159, 1) 100%);
  background: -webkit-gradient(linear, 798.29% 2070.03%, 898.29% 2070.03%, color-stop(0, rgba(47, 174, 229, 1)), color-stop(0.4974, rgba(51, 123, 192, 1)), color-stop(1, rgba(44, 77, 159, 1)));
  background: -o-linear-gradient(0deg, rgba(47, 174, 229, 1) 0%, rgba(51, 123, 192, 1) 49.74%, rgba(44, 77, 159, 1) 100%);
  background: -ms-linear-gradient(0deg, rgba(47, 174, 229, 1) 0%, rgba(51, 123, 192, 1) 49.74%, rgba(44, 77, 159, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2FAEE5', endColorstr='#2C4D9F' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(47, 174, 229, 1) 0%, rgba(51, 123, 192, 1) 49.74%, rgba(44, 77, 159, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2FAEE5', endColorstr='#2C4D9F', GradientType=1);
  color: #fff;
  display: flex;
  padding: 1rem 1rem 0.9rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6rem;
}
.vu-ttl1 {
  font-size: 1.8rem;
}
.vu-ttl2 {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  ul.value-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.value-ul li {
    width: calc(50% - 1rem);
  }
  ul.value-ul li:nth-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .value-wrap .recruit-container-1580 {
    display: flex;
    justify-content: space-between;
  }
  .value-wrap .recruit-container-1580 .co-box01 {
    width: 21%;
  }
  .value-wrap .recruit-container-1580 .co-box02 {
    width: 75.94%;
  }
  .value-wrap .co-box01 h2.rec-ttl {
    text-align: left;
    margin-bottom: 0;
  }
  h2.rec-ttl {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1400px) {
  h2.rec-ttl span {
    font-size: 7rem;
    margin-bottom: 1rem;
  }
  h2.rec-ttl {
    font-size: 1.8rem;
    margin-bottom: 5.5rem;
  }
  ul.value-ul li {
    width: calc(50% - 15px);
    padding: 50px 60px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .vu-ttl {
    margin-bottom: 2.4rem;
    padding: 1rem 1.5rem 0.9rem;
  }
  .vu-ttl1 {
    font-size: 2.4rem;
  }
  .vu-ttl + p.mb-0 {
    padding: 0 3%;
  }
}
/*OCCUPATION*/
.occupation-wrap h2.rec-ttl {
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
  font-weight: 600;
  color: #0a377e;
}
.occupation-wrap h2.rec-ttl span, .data-wrap h2.rec-ttl span {
  font-size: 5rem;
}
.cutoff_box {
  padding-left: 7.5%;
  position: relative;
}
.cutoff-item {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 2.5rem;
}
.cutoff-item .slick-list {
  padding: 0 15% 0 0 !important;
}
.occupation-wrap .gradation-btn.rlp-btn a {
  margin: 8rem auto 0;
}
@media screen and (min-width: 768px) {
  .cutoff_box {
    padding-top: 1rem;
  }
  .cutoff-item .slick-list {
    padding: 0 10% 0 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .cutoff_box {
    padding-left: 10%;
  }
  .cutoff-item .slick-list {
    padding: 0 7% 0 0 !important;
  }
  .gradation-btn.rlp-btn a {
    width: 300px;
    font-size: 1.8rem;
    height: 75px;
    border-radius: 50px;
  }
	.cutoff-item {
  padding-bottom: 0;
}
}
@media screen and (min-width: 1600px) {
  .gradation-btn.rlp-btn a {
    width: 400px;
    font-size: 2.4rem;
    height: 90px;
    border-radius: 50px;
  }
  .bt_more.gradation-btn.rlp-btn a::after {
    width: 17px;
    height: 17px;
    right: 40px;
  }
  .occupation-wrap .gradation-btn.rlp-btn a {
    margin: 7rem auto 0;
  }
}
/*li*/
.cutoff-item li {
  margin: 0 3rem 0 0;
}
.cutoff-item li a {
  color: #000;
}
.cutoff-item li a:hover {
  text-decoration: none;
}
a .ig_img {
  overflow: hidden;
}
a .ig_img img {
  max-width: 100%;
  transition: .5s;
}
a:hover .ig_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*p*/
.occ-txt-inner {
  width: 95%;
  margin: 0 auto;
}
.occ-txt01 {
  font-size: 1.8rem;
  color: #0a377e;
  margin: 1.8rem 0 0.6rem;
}
.occ-txt02 {
  text-align: justify;
}
/*.cutoff-item .slick-prev-next*/
ul.cutoff-item {
  position: relative;
}
.slide-arrow {
  position: absolute;
  bottom: -50px;
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 0 10px rgba(0, 48, 1, 0.08));
  overflow: hidden;
}
.slide-arrow.next-arrow {
  left: 60px;
}
.occupation-wrap {
  margin: 6.4rem 0;
}
@media screen and (min-width: 768px) {
  .occupation-wrap {
    margin: 8rem 0;
  }
  .occupation-wrap h2.rec-ttl span, .data-wrap h2.rec-ttl span {
    font-size: 7rem;
  }
}
@media screen and (min-width: 992px) {
	.cutoff-item li {
    margin: 0;
    padding: 0 1rem;
}
	.cutoff_box {
    padding-left: 0;
  }
	.cutoff-item .slick-list {
    padding: 0 !important;
  }
	.cutoff-item .slick-track {
    display: flex;
    width: 85%!important;
	margin: 0 auto;
}
}
@media screen and (min-width: 1400px) {
	 .slide-arrow {
    bottom: 50%;
    width: 74px;
    height: 74px;
    transform: translateY(-50%);
    left: 0;
  }
  .slide-arrow.next-arrow {
    left: -9.6%;
    bottom: 52%;
  }
  .slide-arrow.prex-arrow {
    left: -9.6%;
    bottom: 36%;
  }
}
@media screen and (min-width: 1600px) {
  .occupation-wrap {
    margin: 12rem 0;
  }
  .occupation-wrap h2.rec-ttl {
    font-size: 2.8rem;
    margin-bottom: 7rem;
  }
  .occupation-wrap h2.rec-ttl span, .data-wrap h2.rec-ttl span {
    font-size: 14rem;
  }
  .data-wrap h2.rec-ttl span {
    margin-bottom: 0.1rem;
  }
  .data-wrap h2.rec-ttl {
    margin-bottom: 6rem;
  }
  .cutoff-item li {
            padding: 0 2.5rem;
  }
 .slide-arrow.prex-arrow {
    left: -9.6%;
    bottom: 38%;
  }
  .occ-txt01 {
    font-size: 2.4rem;
    color: #0a377e;
    margin: 2.7rem 0 1.5rem;
  }
}
/********DATA********/
ul.data-ul li {
  margin-bottom: 4rem;
}
ul.data-ul li:last-child {
  margin-bottom: 0;
}
ul.data-ul li:last-child .data-txt{
	margin-bottom: 0;
}
ul.data-ul li:last-child .data-txt02{
	margin-bottom: 1.5rem;
}
ul.data-ul li .data-img.en {
  width: 54.31%;
  margin: 0 auto;
}
.data-txt {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 2rem auto 1.5rem;
}
.data-txt span {
  font-size: 5rem;
  margin-right: 0.7rem;
}
@media screen and (min-width: 768px) {
  ul.data-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.data-ul li {
    margin-bottom: 4rem;
    width: calc(50% - 2rem);
  }
  ul.data-ul li:nth-child(5) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  ul.data-ul li {
    margin-bottom: 6rem;
    width: 42%;
  }
  .data-txt {
    font-size: 3.5rem;
    margin: 2.5rem auto 1.8rem;
  }
  .data-txt span {
    font-size: 6.5rem;
  }
	ul.data-ul li:last-child .data-txt02{
	margin-bottom: 1.8rem;
}
}
/*******PROGRAM*******/
.back-fff {
  background: #fff;
}
.program-wrap {
  padding: 6.4rem 0;
  margin-top: 6.4rem;
}
.program-wrap .ttl-flex {
  margin-bottom: 3rem;
}
ul.program-ul {
  margin-top: 3rem;
}
ul.program-ul li {
  margin-bottom: 3rem;
}
.pu-ttl-flex {
  display: flex;
  margin-bottom: 1.5rem;
}
.pu-nmb {
  background: #3067b7;
  line-height: 1;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 2rem;
}
.pu-ttl {
  margin-bottom: 0;
  margin-left: 1.5rem;
  font-size: 1.4rem;
  color: #3067b7;
}
.pu-ttl span {
  margin-bottom: 0.3rem;
  font-size: 2.5rem;
  color: #3067b7;
  display: block;
  line-height: 1;
}
ul.program-ul li:nth-child(2) .pu-nmb {
  background: #67a7f4;
}
ul.program-ul li:nth-child(2) .pu-ttl {
  color: #67a7f4;
}
ul.program-ul li:nth-child(2) .pu-ttl span {
  color: #67a7f4;
}
ul.program-ul li:nth-child(3) .pu-nmb {
  background: #0a377e;
}
ul.program-ul li:nth-child(3) .pu-ttl {
  color: #0a377e;
}
ul.program-ul li:nth-child(3) .pu-ttl span {
  color: #0a377e;
}
.pu-txt {
  padding-left: 65px;
}
@media screen and (min-width: 768px) {
  .program-wrap .ttl-flex {
    margin-bottom: 4.5rem;
  }
  .program-wrap .inner-flex {
    display: flex;
    justify-content: space-between;
  }
  .program-wrap .inner-flex .program-img {
    width: 47%;
  }
  .program-wrap .inner-flex .program-img img {
    height: auto;
  }
  ul.program-ul {
    margin-top: 0;
    width: 47%;
  }
  .program-wrap {
    padding: 8rem 0;
    margin-top: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .program-wrap .ttl-flex {
    display: flex;
  }
  .program-wrap .ttl-flex .mb-0 {
    margin-top: 3px;
  }
  .program-wrap h2.rec-ttl {
    margin-bottom: 0;
    margin-right: 13%;
  }
}
@media screen and (min-width: 1400px) {
  .program-wrap .ttl-flex .mb-0 {
    margin-top: 7px;
  }
}
@media screen and (min-width: 1600px) {
  .program-wrap .inner-flex {
    align-items: center;
  }
  ul.program-ul li {
    margin-bottom: 5rem;
  }
  .program-wrap .ttl-flex {
    margin-bottom: 6rem;
  }
  .pu-nmb {
    width: 56px;
    height: 56px;
  }
  .pu-ttl span {
    margin-bottom: 0.5rem;
    font-size: 3.6rem;
  }
  .pu-ttl {
    font-size: 1.6rem;
    margin-left: 2.5rem;
  }
  .pu-txt {
    padding-left: 82px;
  }
  .program-wrap .ttl-flex .mb-0 {
    margin-top: 9px;
  }
  .program-wrap {
    padding: 12rem 0;
    margin-top: 12rem;
  }
}
/********INTERVIEW********/
.interview-wrap {
  margin: 6.4rem auto;
}
ul.interview-ul li {
  margin-bottom: 4rem;
}
ul.interview-ul li:last-child {
  margin-bottom: 0;
}
.staff-ttl {
  font-size: 2rem;
  margin: 2rem 0 0.8rem;
}
.staff-note {
  margin: 0;
  font-size: 1.2rem;
  color: #b3b3b3;
}
.staff-img {
  position: relative;
}
ul.interview-ul li a:hover {
  opacity: 1;
}
.staff-img::before {
  content: "";
  position: absolute;
  background: url(../images/recruit-lp/interview_txt_1.svg);
  background-repeat: no-repeat;
  width: 315px;
  height: 76px;
  left: -13px;
  bottom: 30px;
}
ul.interview-ul li:nth-child(2) .staff-img::before {
  background: url(../images/recruit-lp/interview_txt_2.svg);
  background-repeat: no-repeat;
  width: 199px;
}
ul.interview-ul li:nth-child(3) .staff-img::before {
  background: url(../images/recruit-lp/interview_txt_3.svg);
  background-repeat: no-repeat;
}
ul.interview-ul li:nth-child(4) .staff-img::before {
  background: url(../images/recruit-lp/interview_txt_4.svg);
  background-repeat: no-repeat;
}
.staff-img::after {
  content: "";
  position: absolute;
  background: url(../images/recruit-lp/plus.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  right: 23px;
  bottom: -25px;
}
.interview-wrap .gradation-btn.rlp-btn a {
  margin: 4rem auto 0;
}
.staff-txt {
  margin-left: 4%;
}
@media screen and (min-width: 768px) {
  .interview-wrap {
    margin: 8rem auto;
  }
  ul.interview-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.interview-ul li {
    margin-bottom: 4rem;
    width: calc(50% - 2rem);
  }
  ul.interview-ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .interview-wrap .gradation-btn.rlp-btn a {
    margin: 5rem auto 0;
  }
}
@media screen and (min-width: 1200px) {
ul.interview-ul {
        justify-content: center;
    }
  ul.interview-ul li {
	margin: 0 4rem 4rem;
    width: calc(33.33% - 3rem);
  }
	ul.interview-ul li:nth-last-child(3){
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1600px) {
  .interview-wrap {
    margin: 12rem auto;
  }
  ul.interview-ul li {
    width: calc(33.33% - 5rem);
	margin:0 5rem 5rem;
  }
  .staff-img::after {
    width: 60px;
    height: 60px;
    right: 27px;
    bottom: -27px;
  }
  .interview-wrap .gradation-btn.rlp-btn a {
    margin: 7rem auto 0;
  }
  .staff-ttl {
    font-size: 2.3rem;
  }
  .staff-note {
    font-size: 1.3rem;
  }
	.staff-img::before {
    width: 332px;
}
	ul.interview-ul li:nth-child(2) .staff-img::before {
    width: 200px;
}
}
/*モーダル*/
.bt_st {
  margin: 0 auto;
  padding: 10px 0 50px;
  text-align: center;
}
.st_box {
  background: #eee;
  height: 200px;
  margin-bottom: 100px;
}
.st_modal {
  display: none;
  height: 100vh;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.modal__bg {
    background: #051c3f;
    height: 100vh;
    position: absolute;
    width: 100%;
    opacity: 0.9;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 30px 30px 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 80%;
  color: rgb(61, 61, 61);
}
.modal__content a {
  color: rgb(61, 61, 61);
  font-size: 2em;
  display: block;
  position: absolute;
  right: 4px;
  top: -1px;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
	.modal__content a {
  right: 5.5px;
}
}
@media screen and (min-width: 769px) {
  .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px 40px 60px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 80%;
    color: rgb(61, 61, 61);
  }
}
/*モーダルの内容（プロフィール）*/
.modal-inner .staff-txt {
  margin-left: 0;
  margin-bottom: 2rem;
}
.im-ttl {
  color: #0a377e;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.im-ttl span {
  display: inline-block;
  background: #0a377e;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.im-prf {
  margin-bottom: 2rem;
}
.modal-inner table {
  width: 100%;
}
.modal-inner tr:first-child th,.modal-inner tr:first-child td{
	padding-top: 0;
}
.modal-inner th, .modal-inner td {
  font-size: 1.6rem;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}
.modal-inner td{
	padding-left: 2rem;
}
.modal-inner th {
  color: #0a377e;
}
ul.question-ul {
  margin-top: 3rem;
}
.qu-ttl {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 2rem;
}
.qu-ttl::before {
  content: "";
  background: #0a377e;
  height: 2px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  z-index: -1;
}
.qu-ttl span {
  background: #0a377e;
  color: #fff;
  padding: 0.5rem 1.2rem;
}
.qu-txt01 {
  text-align: center;
  font-size: 1.8rem;
  color: #0a377e;
}
@media screen and (min-width: 768px) {
  .modal__content a {
    right: 18px;
    top: 10px;
  }
  .modal__content {
    left: 50%;
    width: 80%;
    max-width: 1000px;
  }
  .modal__content img {
    height: auto;
  }
  .im1 {
    display: flex;
    justify-content: space-between;
  }
  .im-img {
    width: 40%;
  }
  .im-txt {
    width: 53%;
  }
  .modal__content .staff-ttl {
    margin-top: 0;
  }
  .modal__content ul.question-ul li {
    width: 100%;
  }
  ul.interview-ul .modal__content li:nth-child(3) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal__content {
    padding: 60px 80px 100px;
  }
  ul.interview-ul .modal__content li {
    margin-bottom: 6rem;
  }
  ul.interview-ul .modal__content li:last-child {
    margin-bottom: 0;
  }
  .qu-ttl span {
    padding: 0.4rem 2rem;
    font-size: 2rem;
  }
  .qu-txt01 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  ul.question-ul {
    margin-top: 4rem;
  }
}
/********TRAINING********/
.training-wrap{
	    padding-bottom: 5rem;
}
ul.training-ul li {
    margin-bottom: 2.5rem;
}
ul.training-ul .slick-dots li {
  margin-bottom: 0;
}
ul.training-ul li:last-child {
  margin-bottom: 0;
}
.tra-txt-wrap {
  width: 95%;
  margin: 0 auto;
}
.tra-txt01 {
  color: #0a377e;
  font-size: 1.9rem;
  margin: 2.2rem 0 0.8rem;
}
.tra-txt02 {
  margin-bottom: 0;
  text-align: justify;
}
@media screen and (min-width: 578px) {
  ul.training-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.training-ul li {
    width: calc(50% - 2rem);
  }
	ul.training-ul .slick-dots li {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  ul.training-ul li {
    width: calc(33.333% - 2rem);
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .tra-txt01 {
    font-size: 2.4rem;
    margin: 2.7rem 0 1.2rem;
  }
  ul.training-ul li {
    width: calc(33.333% - 3rem);
  }
}
/********WELFARE**********/
.welfare-wrap {
  margin: 6.4rem auto;
  padding: 6.4rem 0;
}
/***main service***/
.sd03-service-wrap {
  display: flex;
  align-items: flex-start;
}
/*nav*/
.ssw-service-nav {
  position: sticky;
  left: 0;
}
/*contents*/
.ssw-service-contents {
  border: 1px solid #b3b3b3;
  border-radius: 15px;
  padding: 2rem 3rem;
}
.w-nmb {
  text-align: right;
  margin-bottom: 1.5rem;
  color: #0a377e;
  font-size: 1.6rem;
}
.w-txt01 {
  font-size: 1.8rem;
  color: #0a377e;
}
.w-txt02 {
  margin: 0;
  text-align: justify;
}
.sst-number {
  position: relative;
  line-height: 1;
  margin-bottom: 3.2rem;
}
.sst-number::before {
  content: " ";
  height: 1px;
  background-color: #5A5A5A;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: absolute;
}
.sst-number-all {
  color: #949494;
  display: block;
  padding-top: 0.5rem;
}
.sst-ttl .efont {
  display: block;
}
@media screen and (max-width: 767px) {
  .ssc-service-image {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .ssw-service-contents {
    display: flex;
  }
  .ssc-service-image {
    width: 50.143%;
    order: 2;
  }
  .ssc-service-text {
    width: 49.857%;
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .top_sd03 {
    padding: 7.2rem 0 10.2rem;
  }
  .sd03-ttltext {
    padding-bottom: 4rem;
  }
  /***main service***/
  /*nav*/
  .ssw-service-nav {
    top: 11rem;
    width: 12.121%;
  }
  .ssn-ttl {
    display: none;
  }
  /*contents*/
  .ssw-service-contents:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .welfare-contents-wrap {
    width: 87.879%;
  }
  .sst-number {
    max-width: 2.8rem;
  }
  .sst-number-active {
    font-size: 2.5rem;
  }
  .sst-number-all {
    font-size: 1rem;
  }
  .sst-number::before {
    width: 3.6rem;
    left: -0.2rem;
    bottom: 1.3rem;
  }
  .sst-ttl .efont {
    font-size: 1.3rem;
  }
  .sst-ttl {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .sst-txt {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .top_sd03 {
    padding: 15rem 0 20rem;
  }
  .sd03-ttltext {
    padding: 0 0 13.6rem 9.6rem;
  }
  /***main service***/
  /*nav*/
  .ssw-service-nav {
    top: 21rem;
    width: 6.5%;
  }
  .ssn-ttl {
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    letter-spacing: 0.1rem;
  }
  .ssn-ttl span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  /*contents*/
  .ssw-service-contents {
    margin-bottom: 4rem;
    width: calc(50% - 2rem);
  }
  .welfare-contents-wrap {
    width: 92%;
  }
  .ssw-service-nav {
    top: 13rem;
    width: 1%;
  }
  .sd03-service-wrap {
    justify-content: space-between;
  }
}
/* scroll nav
--------------------------- */
.service-scroll-nav {
  width: 1px;
  background-color: #d1d1d1;
  position: relative;
}
.service-scroll-nav span {
  display: block;
  width: 1px;
  transition: .6s;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
}
.ts01 {
  height: 0;
  background-color: #0a377e;
}
.ts01.active {
  height: 16.66%;
}
.active + .ts02 {
  height: 16.66%;
  background-color: #0a377e;
}
.ts02.active {
  height: 33.32%;
  background-color: #0a377e;
}
.active + .ts03 {
  height: 33.32%;
  background-color: #0a377e;
}
.ts03.active {
  height: 49.98%;
  background-color: #0a377e;
}
.active + .ts04 {
  height: 49.98%;
  background-color: #0a377e;
}
.ts04.active {
  height: 66.64%;
  background-color: #0a377e;
}
.active + .ts05 {
  height: 66.64%;
  background-color: #0a377e;
}
.ts05.active {
  height: 83.3%;
  background-color: #0a377e;
}
.active + .ts06 {
  height: 83.3%;
  background-color: #0a377e;
}
.ts06.active {
  height: 100%;
  background-color: #0a377e;
}
@media screen and (min-width: 768px) {
  .ts01 {
    height: 0;
    background-color: #0a377e;
  }
  .ts01.active {
    height: 33.33%;
  }
  .active + .ts02 {
    height: 33.33%;
    background-color: #0a377e;
  }
  .ts02.active {
    height: 33.33%;
    background-color: #0a377e;
  }
  .active + .ts03 {
    height: 33.33%;
    background-color: #0a377e;
  }
  .ts03.active {
    height: 66.66%;
    background-color: #0a377e;
  }
  .active + .ts04 {
    height: 66.66%;
    background-color: #0a377e;
  }
  .ts04.active {
    height: 66.66%;
    background-color: #0a377e;
  }
  .active + .ts05 {
    height: 66.66%;
    background-color: #0a377e;
  }
  .ts05.active {
    height: 100%;
    background-color: #0a377e;
  }
  .active + .ts06 {
    height: 100%;
    background-color: #0a377e;
  }
  .ts06.active {
    height: 100%;
    background-color: #0a377e;
  }
}
@media screen and (max-width: 1199px) {
  .service-scroll-nav {
    height: calc(100vh - 19rem);
  }
}
@media screen and (min-width: 1200px) {
  .service-scroll-nav {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .welfare-wrap {
    margin: 8rem auto;
    padding: 8rem 0;
  }
  .welfare-contents-wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ssw-service-contents {
    margin-bottom: 2rem;
    width: calc(50% - 1rem);
  }
  .ssw-service-contents:nth-child(5), .ssw-service-contents:nth-child(6) {
    margin-bottom: 0;
  }
  .ssw-service-nav {
    top: 13rem;
    width: 12.121%;
  }
  .service-scroll-nav {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .ssw-service-contents {
    margin-bottom: 4rem;
    width: calc(50% - 2rem);
  }
  .ssw-service-nav {
    width: 1%;
  }
  .service-scroll-nav {
    height: 600px;
  }
  .welfare-wrap .recruit-container-1330 {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1600px) {
  .welfare-wrap {
    margin: 12rem auto;
    padding: 12rem 0;
  }
  .ssw-service-contents {
    padding: 3rem 6rem 4rem;
    border-radius: 20px;
  }
  .w-nmb {
    margin-bottom: 3.5rem;
    font-size: 2rem;
  }
  .w-txt01 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
  .service-scroll-nav {
    height: 700px;
  }
}
/*******OFFICE*******/
.office-wrap .recruit-container-1330 {
  max-width: 1000px;
}
.office-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.office-wrap ul li {
  width: calc(50% - 0.5rem);
  margin-bottom: 1rem;
}
.office-wrap ul li:nth-child(5), .office-wrap ul li:nth-child(6) {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .office-wrap ul li {
    width: calc(33.33% - 1rem);
    margin-bottom: 2rem;
  }
  .office-wrap ul li:nth-child(4) {
    margin-bottom: 0;
  }
}
/*******FAQ*******/
.faq-wrap {
  margin: 6.4rem auto;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  box-sizing: border-box;
}
.cp_qa {
  overflow-x: hidden;
  margin-bottom: 1rem;
  padding: 0;
  background-color: unset;
}
.cp_qa .cp_actab:last-child {
  padding-bottom: 0;
}
.cp_qa label {
  display: flex;
  width: 100%;
  margin: 0;
  cursor: pointer;
  background-color: #0a377e;
  color: #fff;
  position: relative;
  border-radius: 15px;
  transition: .3s;
  font-size: 1.7rem;
  padding: 20px 63px 20px 45px;
}
.cp_qa .cp_actab input[type=checkbox]:checked + label {
  border-radius: 15px 15px 0 0;
}
.cp_qa .cp_plus {
  line-height: 1;
  color: #fff;
  font-size: 2.4rem;
}
.cp_qa .cp_actab-content .cp_plus {
  color: #0a377e;
  margin-top: 2.2rem;
}
.cp_qa .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s ease;
  opacity: 0;
  background-color: #fff;
  display: flex;
  border-radius: 0 0 15px 15px;
  border-top: none;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  opacity: 1;
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}
.page-faq-contents {
  width: 100%;
}
.page-faq-txt {
  margin-bottom: 0;
  line-height: 1.8;
  letter-spacing: 1px;
}
/* faqtgl */
.faqTgl {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 15px;
}
.faqTgl span, .faqTgl::after {
  width: 15px;
}
.faqTgl span {
  border-bottom: 1px solid #0a377e;
}
.faqTgl::after {
  border-bottom: 1px solid #0a377e;
}
.page-faq-postscript {
  font-size: 1.2rem;
  padding-bottom: 5.6rem;
}
@media screen and (min-width: 768px) {
  .faq-wrap {
    margin: 8rem auto;
  }
}
@media screen and (min-width: 992px) {
  .faq-wrap .recruit-container-1330 {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
  }
  .faq-wrap h2.rec-ttl {
    width: 25%;
    text-align: left;
    margin: 0;
  }
  .faq-wrap .cp_qa {
    width: 75%;
    margin: 0;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .cp_qa label {
    font-size: 2rem;
    padding: 30px 90px 30px 70px;
  }
  .cp_qa .cp_plus {
    font-size: 3.2rem;
    margin: 29px 0 0 30px;
  }
  .faqTgl {
    width: 50px;
    height: 50px;
    margin-right: 33px;
  }
  .faqTgl span {
    left: 36%;
  }
  .faqTgl::after {
    left: 37%;
  }
  .cp_qa .cp_actab-content {
    padding: 0 69px;
  }
  .cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
    padding: 24px 69px;
  }
}
@media screen and (min-width: 1600px) {
  .faq-wrap {
    margin: 12rem auto;
  }
  .cp_qa .cp_actab {
    padding: 0 0 2rem;
  }
  .faq-wrap .cp_qa {
    margin-top: 15px;
  }
}
/*******GUIDANCE*******/
.guidance-wrap {
  padding-bottom: 6.4rem;
}
.guidance-wrap .recruit-container-1330 {
  max-width: 1280px;
}
.guidance-wrap a:hover {
  opacity: 1;
}
.guidance-wrap .nav-tabs {
  border-bottom: none;
}
.guidance-wrap .nav {
  justify-content: space-between;
  margin-bottom: 3rem;
}
.guidance-wrap .nav-fill .nav-item {
  width: calc(50% - 0.1rem);
  margin-bottom: 0.2rem;
  flex: unset;
}
.guidance-wrap .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fff;
  color: #cccccc;
  padding: 0.7rem;
}
.guidance-wrap .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #0a377e;
  border-color: none;
}
.guidance-wrap .gradation-btn.rlp-btn a {
  margin: 4rem auto 0;
}
@media screen and (min-width: 768px) {
  .guidance-wrap {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .guidance-wrap .nav-fill .nav-item {
    width: calc(33.33% - 0.1rem);
  }
  .guidance-wrap .nav-tabs::after {
    content: "";
    display: block;
    width: calc(33.33% - 0.1rem);
  }
  .guidance-wrap .nav-tabs .nav-link {
    padding: 1rem;
  }
  .guidance-wrap .nav {
    margin-bottom: 5rem;
  }
  .guidance-wrap .gradation-btn.rlp-btn a {
    margin: 6rem auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .guidance-wrap .nav-fill .nav-item {
    width: calc(20% - 0.2rem);
    margin-bottom: 0;
  }
  .guidance-wrap .nav-tabs .nav-link {
    padding: 1.4rem;
  }
}
@media screen and (min-width: 1600px) {
  .guidance-wrap .gradation-btn.rlp-btn a {
    margin: 8rem auto 0;
  }
  .guidance-wrap .nav {
    margin-bottom: 6.4rem;
  }
  .guidance-wrap {
    padding-bottom: 12rem;
  }
}
/*table*/
.guidance-wrap table {
  width: 100%;
}
.guidance-wrap table tr {
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
}
.guidance-wrap table tr:first-child {
  border-top: none;
}
.guidance-wrap table th {
  padding: 30px 0 30px 0;
  font-size: 1.75rem;
}
.guidance-wrap table tr:first-child th, .guidance-wrap table tr:first-child td {
  padding-top: 0;
}
.guidance-wrap table td {
  padding: 30px 0;
  font-weight: 500;
}
.guidance-wrap table span {
  font-size: 75%;
}
@media screen and (max-width: 991px) {
  .guidance-wrap table th {
    padding: 20px 0 20px 0;
  }
  .guidance-wrap table td {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .guidance-wrap table th {
    display: block;
    padding: 15px 0 0 5px;
    font-size: 1.6rem;
  }
  .guidance-wrap table td {
    display: block;
    padding: 5px 0 15px 5px;
    font-size: 1.5rem;
  }
  .guidance-wrap table tr:first-child td {
    padding-top: 7px;
  }
}
/*パララックス*/
.para_fixed {
  position: relative;
  height: 500px;
  text-align: center;
  color: #fff;
}
.para_fixed::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 85%;
  background-size: cover;
  background-image: url("../images/recruit-lp/para.jpg");
}
@media screen and (min-width: 1200px) {
  .para_fixed {
    height: 780px;
  }
  .para_fixed::before {
    background-position: 10%;
  }
  .model-container1.model-merit-wrap {
    padding-bottom: 225px;
  }
}
@media screen and (max-width: 576px) {
  .para_fixed {
    height: 250px;
  }
  .para_fixed::before {
    background-position: 15%;
  }
}
/*******TELEPHONE*******/
.telephone-wrap {
  background: #fff;
  padding: 3rem 2rem;
  border-radius: 15px;
  margin-bottom: 4rem;
}
.telephone-wrap h2.rec-ttl {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.telephone-wrap h2.rec-ttl span {
  font-size: 1.6rem;
  margin-bottom: 0.7rem;
}
.tel-txt1 {
  font-size: 3rem;
  color: #0a377e;
  margin-bottom: 0.5rem;
}
.tel-txt2 {
  background: #f4f4f4;
  padding: 1rem;
  border: 1px solid #3d3d3d;
  border-radius: 50px;
  font-size: 1.05rem;
      max-width: 280px;
    margin: 0 auto;
}
.telephone-wrap .gradation-btn.rlp-btn a {
  margin: 2rem auto 0;
  height: 45px;
  background: #0a377e;
  border: 1px solid #0a377e;
      transition: .4s;
}
.telephone-wrap .gradation-btn.rlp-btn a:hover{
	background: #fff;
	color: #0a377e;
	transition: .4s;
}
.telephone-wrap .gradation-btn.rlp-btn a:hover::after {
    background: url(../images/recruit-lp/arrow_bl.svg);
	transition: .4s;
}
.telephone-wrap .gradation-btn a::before {
  background: none;
}
.address {
  font-size: 1.2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .telephone-wrap {
    padding: 4rem 2rem;
    margin-bottom: 5rem;
  }
  .tw-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 720px;
    margin: 0 auto;
  }
  .telephone-wrap h2.rec-ttl {
    margin-bottom: 0;
    text-align: left;
  }
  .tw-1 {
    margin-top: -9px;
  }
  .telephone-wrap .gradation-btn.rlp-btn a {
    width: 180px;
    margin-top: 0;
  }
  .footer__logo {
    width: 220px;
    margin-bottom: 2rem;
  }
	.tel-txt2 {
      max-width: unset;
    margin: 0;
}
}
@media screen and (min-width: 992px) {
  .footer__inner {
    max-width: 1120px;
    width: 66.66%;
  }
  .telephone-wrap h2.rec-ttl span {
    font-size: 2rem;
    margin-bottom: 0.7rem;
  }
  .telephone-wrap .gradation-btn.rlp-btn a {
    font-size: 1.4rem;
  }
  .footer__logo {
    margin: 0 auto 2rem;
  }
  .address {
    text-align: center;
  }
  .footer__copy {
    text-align: center;
  }
}
@media screen and (min-width: 1600px) {
  #footer {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
  .telephone-wrap .bt_more.gradation-btn.rlp-btn a::after {
    width: 10px;
    height: 10px;
    right: 23px;
  }
  .telephone-wrap {
    padding: 6rem 2rem 7rem;
    margin-bottom: 7rem;
  }
  .tw-inner {
    max-width: 948px;
  }
  .telephone-wrap h2.rec-ttl {
    font-size: 1.6rem;
  }
  .telephone-wrap h2.rec-ttl span {
    font-size: 2.2rem;
    margin-bottom: 0.9rem;
  }
  .tel-txt1 {
    font-size: 4.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.04em;
  }
  .tel-txt2 {
    padding: 1.2rem;
    font-size: 1.5rem;
    text-align: center;
  }
  .telephone-wrap .gradation-btn.rlp-btn a {
    width: 220px;
    height: 50px;
  }
	.address {
    margin-bottom: 6rem;
}
}


/*********************
/ MV
*********************/
.mv{
    width: 100%;
    height: 100%;
    padding-top: 100px;
}
.mv_inner{
    position: relative;
    width: 100%;
    height: 100%;
}
.mv_slider{
    height: 100%;
    padding-top: 132px;
    margin-bottom: 0;
}
.mv_slider li{
    margin: 0 3px;
}
.mv_txt {
    position: absolute;
    top: 3px;
    left: 5%;
    width: 93%;
}
.mv_txt .e_font{
    font-size: 5rem;
    color: #0a377e;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.613rem;
    letter-spacing: 0.02em;
}
.mv_txt-img {
    max-width: 320px;
    margin-left: 3px;
}
@media screen and (min-width: 576px){
    .mv{
        padding-top: 130px;
    }
    .mv_slider{
        padding-top: 165px;
    }
	.mv_txt {
    position: absolute;
    top: 20px;
    left: 5%;
    width: 93%;
}
    .mv_txt .e_font{
        font-size: 5.5rem;
        margin-bottom: 2.013rem;
    }
    .mv_txt-img{
        width: 563px;
		max-width: unset;
    }
}
@media screen and (min-width: 768px){
    .mv{
        padding-top: 140px;
    }
    .mv_slider{
        padding-top: 100px;
    }
        .mv_txt {
        top: 7px;
    }
    .mv_txt .e_font{
        font-size: 5.5rem;
        margin-bottom: 1.813rem;
    }
        .mv_txt-img {
        width: 600px;
        margin-left: 5px;
    }
}
@media screen and (min-width: 992px){
    .mv{
        padding-top: 150px;
    }
    .mv_slider{
        padding-top: 120px;
    }
        .mv_txt .e_font {
        font-size: 7.5rem;
        margin-bottom: 2.013rem;
    }
        .mv_txt-img {
        width: 800px;
    }
}
@media screen and (min-width: 1200px){
        .mv {
        padding-top: 160px;
    }
    .mv_slider{
        padding-top: 155px;
    }
        .mv_txt {
        top: 3px;
    }
        .mv_txt .e_font {
        font-size: 9.5rem;
        margin-bottom: 2.313rem;
    }
       .mv_txt-img {
        width: 1000px;
        margin-left: 7px;
    }
}
@media screen and (min-width: 1600px){
        .mv {
        padding-top: 180px;
    }
    .mv_slider{
        padding-top: 187px;
    }
        .mv_txt {
        top: 14px;
        left: 10%;
        width: 90%;
    }
        .mv_txt .e_font {
        font-size: 10rem;
        margin-bottom: 2.713rem;
    }
         .mv_txt-img {
        width: 1100px;
        margin-left: 10px;
    }
}
@media screen and (min-width: 1800px){
       .mv {
        padding-top: 180px;
    }
    .mv_slider{
        padding-top: 187px;
    }
    .mv_txt {
        top: 22px;
        left: 13.92%;
        width: 86.08%;
    }

}
/* SCROLL DOWN */
.scroll_down{
    position: absolute;
    top: 7%;
    right: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scroll_txt{
    color: #333;
    font-weight: 400;
    line-height: 1;
    writing-mode: vertical-rl;
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
   margin-bottom: 1.5rem;
}
.scroll_line{
    position: relative;
    width: 1px;
    height: 10rem;
    display: block;
    background-color: rgba(204, 204, 204, 0.6);
}
.scroll_line::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
   background: linear-gradient(90deg, #63cdff, #337ec2);
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation:
		circlemove 1.8s ease-in-out infinite,
		cirlemovehide 1.8s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:10rem;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }
@media screen and (min-width: 576px){
    .scroll_down{
        top: 6.7%;
    }
}
@media screen and (min-width: 768px){
    .scroll_down{
        top: 2%;
        right: 6%;
    }
}
@media screen and (min-width: 992px){
    .scroll_down{
        top: 4%;
        right: 6%;
    }
}
@media screen and (min-width: 1200px){
    .scroll_down{
        top: 5%;
        right: 5%;
    }
}
@media screen and (min-width: 1400px){
    .scroll_down{
        top: 9%;
        right: 8%;
    }
}
/*works slick*/
.training-wrap .slick-dots {
    position: relative;
    top: -2.5rem;
}
.training-wrap .slick-dots li button:before {
    color: #afafaf;
}
.training-wrap .slick-dots li.slick-active button:before {
    color: #0a377e;
    border: 1px solid #0a377e;
}
@media screen and (min-width: 576px){
	.training-wrap li{
		margin-right: 1rem;
		margin-left: 1rem;
	}
}
@media screen and (min-width: 1200px){
	.training-wrap li{
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
}
/*エントリーフォーム*/
.entry-wrap{
	background: #fff;
	padding: 6.4rem 0;
}
@media screen and (min-width: 768px) {
	.entry-wrap{
	padding: 8rem 0;
}
}
@media screen and (min-width: 1600px) {
	.entry-wrap{
	padding: 12rem 0;
}
}