@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@400;700&family=Roboto:wght@400;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

* {
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

li {
  list-style: none;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

* {
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

li {
  list-style: none;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: all 0.3s;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.Roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.bold {
  font-weight: 700 !important;
}

h1 {
  font-size: 3rem;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 2.8rem;
}
@media screen and (min-width: 800px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 1.6rem;
}
@media screen and (min-width: 800px) {
  h3 {
    font-size: 2rem;
  }
}

p {
  font-size: 1.4rem;
  line-height: 2.7rem;
}
@media screen and (min-width: 800px) {
  p {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}

.sp-br {
  display: block;
}
@media screen and (min-width: 640px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media screen and (min-width: 800px) {
  .pc-br {
    display: block;
  }
}

#separation {
  padding: 4rem 0;
}
@media screen and (min-width: 800px) {
  #separation {
    padding: 8rem 0;
  }
}

#top-main {
  padding-top: 50px;
}
@media screen and (min-width: 1100px) {
  #top-main {
    padding-top: 84px;
  }
}

#inner {
  max-width: 1200px;
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  #inner {
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
  }
}

.breadcrumb {
  padding-top: 1rem !important;
}
@media screen and (min-width: 800px) {
  .breadcrumb {
    padding-top: 3rem !important;
  }
}

.arrow-top {
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.arrow-top:before {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
}
.arrow-top:after {
  margin: 0 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.arrow-middle {
  display: flex;
  align-items: center;
}
.arrow-middle:after {
  margin: 0 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.breadcrumb-list {
  font-size: 1rem;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 800px) {
  .breadcrumb-list {
    font-size: 1.2rem;
    display: flex;
    align-items: baseline;
  }
}

.arrow p {
  font-size: 1rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 800px) {
  .arrow p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.breadcrumb-inner {
  display: flex;
  align-items: center;
}

.main-header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 50px;
  padding: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 3px 3px 3px 3px rgba(126, 126, 126, 0.5);
}
@media screen and (min-width: 1100px) {
  .main-header {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 84px;
    padding: 2rem;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 3px 3px 3px 3px rgba(126, 126, 126, 0.5);
  }
}

.main-header-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 90%;
}
@media screen and (min-width: 431px) {
  .logo {
    width: 45%;
  }
}
@media screen and (min-width: 640px) {
  .logo {
    width: 28%;
  }
}

.logo-pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .logo-pc {
    display: block;
  }
}

.logo-sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .logo-sp {
    display: none;
  }
}

.nav-list {
  display: none;
  font-size: 1.6rem;
  padding: 0 2rem;
}
@media screen and (min-width: 1280px) {
  .nav-list {
    width: 80%;
    font-size: 1.6rem;
    padding: 0 2rem;
    display: block;
  }
}

.sp-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
}
.sp-nav .show:after {
  content: "";
  background: url("../icon/toggle-icon02.svg") no-repeat;
  background-size: 100%;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 1%;
  z-index: 2000;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .sp-nav {
    display: none;
  }
}

.nav_toggle {
  width: 35px;
  height: 35px;
  position: relative;
}
.nav_toggle:after {
  content: "";
  background: url("../icon/toggle-btn.svg") no-repeat;
  background-size: 100%;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 1%;
  z-index: 2000;
  cursor: pointer;
}
.nav_toggle p {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #004096;
}
.nav_toggle img {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .nav_toggle {
    display: none;
  }
}

.sp-nav-all {
  position: fixed;
  overflow: auto;
  top: 50px;
  background: rgba(0, 64, 150, 0.95);
  z-index: 1001;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1100px) {
  .sp-nav-all {
    top: 84px;
  }
}

.show {
  opacity: 1;
  visibility: visible;
}

.nav_menu_ul {
  font-size: 1.6rem;
  color: #fff;
}
.nav_menu_ul a {
  letter-spacing: 0.1rem;
}

.close-btn {
  padding: 2.5rem;
}
.close-btn p {
  font-size: 1.5rem !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-btn p:after {
  content: "";
  background: url("../icon/cross-icon.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 1.5rem;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.hidden_box label {
  display: block;
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.hidden_box label:after {
  content: url("../icon/allow-white-icon.svg");
  display: inline-block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.hidden_box_about label {
  display: block;
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.hidden_box_about label:after {
  content: url("../icon/allow-white-icon02.svg") !important;
  display: inline-block;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.nav_label {
  cursor: pointer;
}

.nav_label_input {
  display: none;
}

.hidden_box input:checked ~ .hidden_show {
  height: auto;
  opacity: 1;
}

.hidden_box input:checked ~ .nav_label:after {
  content: url("../icon/arrow-white-icon03.svg") !important;
  display: inline-block;
  width: 16px;
  height: 8px;
}

.hidden_box input:checked ~ label:after {
  content: url("../icon/allow-white-icon02.svg");
  display: inline-block;
  width: 16px;
  height: 8px;
}

.nav-list-all {
  display: flex;
  justify-content: flex-end;
}

.nav-separation {
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.nav-separation a:after {
  content: url("../icon/allow-white-icon.svg");
  display: inline-block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.nav-link {
  text-align: center;
  margin: 0 2%;
  padding: 2rem 0;
  position: relative;
  cursor: pointer;
}
.nav-link:hover {
  color: #0090d9;
}
.nav-link:hover > .nav-link-inner {
  width: 900px;
  position: absolute;
  z-index: 2;
  top: 86px;
  left: -110px;
  color: #fff;
  background: #0090d9;
  display: flex;
  justify-content: space-between;
}
.nav-link span {
  letter-spacing: 0.1rem;
  margin-left: 0 !important;
}

.nav-link-inner {
  display: none;
}

.nav-link-inner-item {
  font-size: 1.6rem;
  margin: 0 1rem;
  text-align: center;
  padding: 1.5rem 0;
}

.nav-min-text {
  font-size: 1rem;
  margin-left: 2rem;
}

.contact-min-title {
  padding: 4rem 0 !important;
}

.contact-btn-sp {
  text-align: center;
  color: #004096;
  font-weight: bold;
  position: relative;
  margin-right: 1rem;
}
.contact-btn-sp:before {
  content: "";
  background: url("../icon/contact-icon-sp.svg") no-repeat top center;
  background-size: 100%;
  display: block;
  width: 26px;
  height: 20px;
  margin: 2px auto;
}

.contact-text-sp {
  font-size: 1rem;
  font-feature-settings: "palt";
}

.contact-text {
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .contact-text {
    font-size: 1.6rem;
  }
}

.contact-btn {
  display: none;
}
@media screen and (min-width: 1280px) {
  .contact-btn {
    width: 15.5%;
    text-align: center;
    background: #004096;
    border: 1px solid #004096;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.2rem;
  }
  .contact-btn::before {
    content: "";
    background: url("../icon/contact-icon.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 1rem;
  }
  .contact-btn:hover {
    background: #fff;
    color: #004096;
  }
  .contact-btn:hover::before {
    content: "";
    background: url("../icon/contact-icon-sp.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 1rem;
    letter-spacing: 0.2rem;
  }
}

.big-text {
  font-size: 2.5rem;
  margin: 0.3rem 0;
  font-weight: 900;
}
@media screen and (min-width: 431px) {
  .big-text {
    font-size: 3.3rem;
    margin: 0.5rem 0;
    font-weight: 900;
  }
}
@media screen and (min-width: 800px) {
  .big-text {
    font-size: 6rem !important;
  }
}

.color-white {
  color: #fff;
}

.color-text-green {
  color: #a6c622;
}

.color-text-sky-blue {
  color: #0090d9;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #0c0c0c;
}

.color-black {
  color: #333 !important;
}

.color-high-green {
  color: #c2d500;
}

.color-high-pink {
  color: #cb0241;
}

.color-base-blue {
  color: #004096;
}

.color-sky-blue {
  color: #0090d9;
}

.bg-blue {
  background: #004096 !important;
}

.middle-title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.3rem;
  color: #fff;
  background: #0c0c0c;
  padding: 2rem 0;
  line-height: 2.5rem;
}
@media screen and (min-width: 800px) {
  .middle-title {
    width: 432px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.5rem;
    color: #fff;
    background: #0c0c0c;
    padding: 3.5rem 2rem;
  }
}

.min-title {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .min-title {
    text-align: center;
    padding: 4rem 0 1rem 0;
    font-size: 1.6rem;
  }
}

.contact {
  background: #e9e9e9;
  border-bottom: 1rem solid #004096;
}

.contact-item {
  width: 30%;
  display: block;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 1rem;
  border: 2px solid #c2d500;
}
@media screen and (min-width: 800px) {
  .contact-item {
    width: auto;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    background: #fff;
    padding: 3rem 5rem 3rem 4rem;
    border: 2px solid #c2d500;
  }
}

.contact-link-box {
  max-width: inherit;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .contact-link-box {
    max-width: 880px;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

.tel-link::before {
  content: "";
  background: url("../icon/tel-icon.svg") no-repeat top center;
  background-size: 100%;
  display: block;
  width: 28px;
  height: 44px;
  margin: 0 auto 0.5rem auto;
}
@media screen and (min-width: 800px) {
  .tel-link::before {
    content: "";
    background: url("../icon/tel-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 28px;
    height: 36px;
  }
}

.contact-link::before {
  content: "";
  background: url("../icon/contact-link-icon.svg") no-repeat center center;
  background-size: 100%;
  margin: 0 auto 0.5rem auto;
  display: block;
  width: 35px;
  height: 44px;
}
@media screen and (min-width: 800px) {
  .contact-link::before {
    content: "";
    background: url("../icon/contact-link-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 35px;
    height: 25px;
  }
}

.line-link::before {
  content: "";
  background: url("../icon/line-icon.svg") no-repeat top center;
  background-size: 100%;
  margin: 0 auto 0.5rem auto;
  display: block;
  width: 46px;
  height: 44px;
}
@media screen and (min-width: 800px) {
  .line-link::before {
    content: "";
    background: url("../icon/line-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 46px;
    height: 44px;
  }
}

.footer-box {
  display: block;
}
@media screen and (min-width: 640px) {
  .footer-box {
    display: flex;
    justify-content: space-between;
  }
  .footer-box :first-child {
    margin-left: 0px !important;
  }
  .footer-box :last-child {
    margin-right: 0px !important;
  }
}

.footer-list-left {
  width: 90%;
  margin: 0 auto !important;
}
@media screen and (min-width: 640px) {
  .footer-list-left {
    width: 35% !important;
  }
}

.footer-list {
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #004096;
  margin: 0 2rem;
}

.footer-list-top {
  padding-top: 2rem;
}
@media screen and (min-width: 640px) {
  .footer-list-top {
    padding-top: 0;
  }
}

.footer-main-link {
  display: inline-block;
  margin-bottom: 0rem;
}
@media screen and (min-width: 640px) {
  .footer-main-link {
    display: inline-block;
    margin-bottom: 2rem;
  }
}

.footer-item {
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 2.5rem;
}
.footer-item li {
  font-weight: normal;
  list-style-position: inside;
  margin-left: 1rem;
}

.footer-item-link {
  display: block;
}

.footer-text {
  margin: 2rem 0;
}
.footer-text p {
  font-size: 1.4rem;
  letter-spacing: normal;
}

.sns-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
}

.sns-item {
  display: block;
  margin-right: 3rem;
}
.sns-item img {
  width: 30px;
  height: auto;
}

.copy-right {
  border-top: 2px solid #004096;
  font-size: 1.3rem;
  text-align: center;
  padding: 2rem 0;
  color: #004096;
}
.copy-right p {
  margin-bottom: 5rem;
}
@media screen and (min-width: 640px) {
  .copy-right p {
    margin-bottom: 0rem;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.sp-bottom-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #004096;
  position: fixed;
  bottom: 0;
  padding: 1rem 2rem;
  left: 0;
  right: 0;
  margin: 0;
}
.sp-bottom-nav a span {
  display: block;
  text-align: center;
  color: #fff !important;
}
@media screen and (min-width: 640px) {
  .sp-bottom-nav {
    display: none;
  }
}

.sp-bottom-nav-text {
  font-size: 1rem;
}

body {
  font-family: "Noto Sans JP" sans-serif;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}
.inner h2 {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  align-items: center;
  letter-spacing: 0.18rem;
  border-bottom: 1px solid #211301;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0;
}
.inner h2 span {
  font-family: "Roboto" sans-serif;
  font-size: 1.4rem;
  color: #fff;
  background: #211301;
  display: inline-block;
  padding: 0.3rem 1rem;
  letter-spacing: 0.01rem;
  margin: 0 3rem 0.7rem 0;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .inner h2 {
    font-size: 3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    letter-spacing: 0.18rem;
    border-bottom: 1px solid #211301;
    padding: 0 0 2rem 0;
    margin: 0 0 3rem 0;
  }
  .inner h2 span {
    font-family: "Roboto" sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #211301;
    display: inline-block;
    padding: 0.5rem 1rem;
    letter-spacing: 0.01rem;
    margin: 0 3rem 0 0;
  }
}

.breadcrumb-list {
  color: #fff !important;
}

.rv-logo-pc {
  display: none;
}
@media screen and (min-width: 821px) {
  .rv-logo-pc {
    display: block;
    max-width: 500px;
  }
}

.rv-logo-sp {
  display: block !important;
  max-width: 235px !important;
}
@media screen and (min-width: 821px) {
  .rv-logo-sp {
    display: none !important;
  }
}

.rv-mainvisual {
  background: url("../rv-img/mainvisual-sp-bg.jpg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .rv-mainvisual {
    background: url("../rv-img/rv-mainvisual-bg-min.jpg") no-repeat;
    background-size: cover;
  }
}

.rv-mainvisual-inner {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 1rem 4rem 1rem;
}
.rv-mainvisual-inner img {
  max-width: 440px;
  object-fit: contain;
}
@media screen and (min-width: 821px) {
  .rv-mainvisual-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 0 7rem 0;
  }
  .rv-mainvisual-inner img {
    max-width: 440px;
    object-fit: contain;
  }
}

.rv-mainvisual-text {
  letter-spacing: 0.2rem;
  color: #fff;
}
.rv-mainvisual-text img {
  display: block;
  max-width: 300px;
  object-fit: contain;
  margin: 2rem auto;
}
.rv-mainvisual-text h1 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.rv-mainvisual-text p {
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
}
.rv-mainvisual-text ul {
  font-size: 1.6rem;
  margin: 2rem 0 0 0;
}
.rv-mainvisual-text ul li {
  margin: 0 0 2rem 0;
  display: flex;
  align-items: flex-start;
  line-height: 2.9rem;
}
.rv-mainvisual-text ul li:before {
  margin: 0 2rem 0 0;
  font-family: "Material Icons";
  content: "\e876";
  color: #fff;
  font-size: 2.5rem;
}
.rv-mainvisual-text ul li span {
  font-size: 1.2rem;
}
@media screen and (min-width: 821px) {
  .rv-mainvisual-text {
    letter-spacing: 0.2rem;
    color: #fff;
  }
  .rv-mainvisual-text img {
    max-width: 500px;
    object-fit: contain;
    margin: 3.7rem 0;
  }
  .rv-mainvisual-text h1 {
    text-align: left;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .rv-mainvisual-text p {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: left;
  }
  .rv-mainvisual-text ul {
    text-align: left;
    font-size: 1.6rem;
    margin: 5.5rem 0 0 0;
  }
  .rv-mainvisual-text ul li {
    margin: 0 0 3rem 0;
    display: flex;
    align-items: center;
  }
  .rv-mainvisual-text ul li:before {
    margin: 0 2.5rem 0 0;
    font-family: "Material Icons";
    content: "\e876";
    color: #fff;
    font-size: 2.5rem;
  }
  .rv-mainvisual-text ul li span {
    font-size: 1.2rem;
  }
}

.intro-line {
  background: #1E1E23;
}

.intro-line-pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .intro-line-pc {
    display: block;
  }
}

.intro-line-sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .intro-line-sp {
    display: none;
  }
}

.intro-line-item {
  width: 100%;
}

.rv-intro {
  background: #1E1E23;
  padding: 0rem 0 3rem 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .rv-intro {
    background: #1E1E23;
    padding: 2rem 0 7rem 0;
    position: relative;
    z-index: 2;
  }
}

.rv-intro-inner {
  color: #fff;
}
.rv-intro-inner h2 {
  display: block;
  font-size: 2.2rem;
  text-align: center !important;
  letter-spacing: 0.26rem;
  border: none;
  margin: 0;
  padding: 0;
}

.rv-intro-wrap {
  display: block;
  margin: 3rem 0 0 0;
}
.rv-intro-wrap img {
  width: 100%;
  max-width: auto;
  object-fit: contain;
}
.rv-intro-wrap p {
  width: 100%;
  margin: 2rem 0rem 0 0;
  letter-spacing: 0.24rem;
  line-height: 2.9rem;
  font-size: 1.6rem;
}
.rv-intro-wrap p span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.24rem;
  line-height: 2.9rem;
  margin: 0 0 1rem 0;
  color: #FFCC66;
}
@media screen and (min-width: 640px) {
  .rv-intro-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    margin: 3rem 0 0 0;
  }
  .rv-intro-wrap img {
    width: auto;
    max-width: 360px;
    object-fit: contain;
  }
  .rv-intro-wrap p {
    width: 67%;
    margin: 0 3rem 0 0;
    letter-spacing: 0.04rem;
    line-height: 2.9rem;
    font-size: 1.6rem;
  }
  .rv-intro-wrap p span {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.24rem;
    line-height: 3.9rem;
    margin: 0 0 1.7rem 0;
    color: #FFCC66;
  }
}

.rv-merit {
  position: relative;
  overflow: hidden;
  padding: 3rem 0 1rem 0;
  background: #EFEFEF;
}
.rv-merit::before {
  display: inline-block;
  position: absolute;
  content: "";
  background: url("../rv-img/dotted.png") no-repeat;
  background-size: contain;
  width: 600px;
  height: 300px;
  top: -100px;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .rv-merit {
    position: relative;
    overflow: hidden;
    padding: 8rem 0 7rem 0;
    background: #EFEFEF;
  }
  .rv-merit::before {
    display: inline-block;
    position: absolute;
    content: "";
    background: url("../rv-img/dotted.png") no-repeat;
    width: 1168px;
    height: 497px;
    top: -233px;
    right: -260px;
    z-index: 1;
  }
}

.rv-merit-inner {
  max-width: 1150px !important;
}
.rv-merit-inner h2 {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0.18rem;
  border-bottom: 1px solid #211301;
  padding: 0 0 1.5rem 0;
  margin: 0 0 3rem 0;
}
.rv-merit-inner h2 span {
  font-family: "Roboto" sans-serif;
  font-size: 1.6rem;
  color: #fff;
  background: #211301;
  display: inline-block;
  padding: 0.3rem 1rem;
  letter-spacing: 0.01rem;
  margin: 0 3rem 0.7rem 0;
}
@media screen and (min-width: 640px) {
  .rv-merit-inner h2 {
    font-size: 3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    letter-spacing: 0.18rem;
    border-bottom: 1px solid #211301;
    padding: 0 0 2rem 0;
    margin: 0 0 3rem 0;
  }
  .rv-merit-inner h2 span {
    font-family: "Roboto" sans-serif;
    font-size: 1.8rem;
    color: #fff;
    background: #211301;
    display: inline-block;
    padding: 0.5rem 1rem;
    letter-spacing: 0.01rem;
    margin: 0 3rem 0 0;
  }
}

.merit-item {
  margin: 0 0 3rem 0;
}
.merit-item h3 {
  display: flex;
  align-items: flex-start;
  color: #AE6C00;
  font-size: 1.6rem;
  line-height: 2.9rem;
  letter-spacing: 0.26rem;
  border-bottom: 0px dotted #211301;
  padding: 0 0 0rem 0;
  margin: 0 0 1rem 0;
  font-feature-settings: "palt";
}
.merit-item h3 span {
  font-family: "Roboto" sans-serif;
  font-size: 1.6rem;
  margin: 0 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 30px;
  height: 30px;
  padding: 0.5rem 1rem;
  background: linear-gradient(to right, #AE6C00, #D69B3A);
}
.merit-item p {
  font-size: 1.4rem;
}
.merit-item p span {
  color: #AE6C00;
  font-weight: bold;
}
.merit-item .note {
  color: #666666;
  font-size: 1.2rem;
}
.merit-item:last-child {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .merit-item {
    margin: 0 0 5.6rem 0;
  }
  .merit-item h3 {
    display: flex;
    align-items: flex-start;
    font-feature-settings: normal;
    color: #AE6C00;
    font-size: 2.2rem;
    line-height: 3.9rem;
    letter-spacing: 0.26rem;
    border-bottom: 1px dotted #211301;
    padding: 0 0 2rem 0;
    margin: 0 0 4rem 0;
  }
  .merit-item h3 span {
    font-family: "Roboto" sans-serif;
    font-size: 2.2rem;
    margin: 0 2rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 0;
    background: linear-gradient(to right, #AE6C00, #D69B3A);
  }
  .merit-item p {
    font-size: 1.6rem;
  }
  .merit-item p span {
    color: #AE6C00;
    font-weight: bold;
  }
  .merit-item .note {
    color: #666666;
    font-size: 1.4rem;
  }
  .merit-item:last-child {
    margin: 0;
  }
}

.merit-instructor-wrap {
  display: block;
  padding: 1rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .merit-instructor-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 4rem 0 2rem 0;
  }
}

.merit-instructor-item {
  width: 100%;
  background: #fff;
  margin: 0 0 1.2rem 0;
}
.merit-instructor-item h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #211301;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.merit-instructor-item .double {
  max-width: 224px;
  height: 120px;
  object-fit: contain;
  display: block;
  margin: 2rem auto;
}
.merit-instructor-item .single {
  max-width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  margin: 2rem auto;
}
.merit-instructor-item p {
  padding: 0 2rem 2rem 2rem;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .merit-instructor-item {
    width: 23%;
    background: #fff;
  }
  .merit-instructor-item h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    background: #211301;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
  }
  .merit-instructor-item .double {
    max-width: 224px;
    height: 120px;
    object-fit: contain;
    display: block;
    margin: 2rem auto;
  }
  .merit-instructor-item .single {
    max-width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
    margin: 2rem auto;
  }
  .merit-instructor-item p {
    padding: 0 2rem 2rem 2rem;
    text-align: center;
  }
}

.merit-item-wrap {
  display: block;
}
.merit-item-wrap img {
  max-width: 440px;
  object-fit: contain;
  margin: 0.5rem 0 1rem 0;
}
.merit-item-wrap p {
  margin: 0 0rem 2rem 0;
  line-height: 3rem;
}
@media screen and (min-width: 640px) {
  .merit-item-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .merit-item-wrap img {
    max-width: 440px;
    object-fit: contain;
  }
  .merit-item-wrap p {
    margin: 0 4rem 2rem 0;
    line-height: 3rem;
  }
}

.requirements {
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .requirements {
    padding: 6rem 0 8rem 0;
  }
}

.requirements-inner {
  max-width: 1150px !important;
}
.requirements-inner h2 {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  align-items: center;
  letter-spacing: 0.18rem;
  border-bottom: 1px solid #211301;
  padding: 0 0 1.5rem 0;
  margin: 0 0 1rem 0;
}
.requirements-inner h2 span {
  font-family: "Roboto" sans-serif;
  font-size: 1.4rem;
  color: #fff;
  background: #211301;
  display: inline-block;
  padding: 0.3rem 1rem;
  letter-spacing: 0.01rem;
  margin: 0 3rem 0.7rem 0;
}
@media screen and (min-width: 640px) {
  .requirements-inner h2 {
    font-size: 3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    letter-spacing: 0.18rem;
    border-bottom: 1px solid #211301;
    padding: 0 0 2rem 0;
    margin: 0 0 3rem 0;
  }
  .requirements-inner h2 span {
    font-family: "Roboto" sans-serif;
    font-size: 1.8rem;
    color: #fff;
    background: #211301;
    display: inline-block;
    padding: 0.5rem 1rem;
    letter-spacing: 0.01rem;
    margin: 0 3rem 0 0;
  }
}

.requirements-item {
  margin: 0 0 3rem 0;
}
.requirements-item:last-child {
  margin: 0;
}
.requirements-item h3 {
  font-size: 1.6rem;
  color: #AE6C00;
  line-height: 2.9rem;
  letter-spacing: 0.26rem;
  border-bottom: 1px dotted #211301;
  padding: 0 0 1rem 0;
  margin: 0 0 2rem 0;
}
.requirements-item .note {
  color: #666666;
  margin: 3rem 0 0 0;
}
.requirements-item .note ul li {
  font-size: 1.2rem;
  display: flex;
  align-items: flex-start;
}
.requirements-item .note ul li:before {
  content: "※";
  margin: 0 0 1rem 0;
}
.requirements-item .note ul li:last-child {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .requirements-item {
    margin: 0 0 6rem 0;
  }
  .requirements-item:last-child {
    margin: 0;
  }
  .requirements-item h3 {
    font-size: 2.2rem;
    color: #AE6C00;
    line-height: 3.9rem;
    letter-spacing: 0.26rem;
    border-bottom: 1px dotted #211301;
    padding: 0 0 2rem 0;
    margin: 0 0 4rem 0;
  }
  .requirements-item .note {
    color: #666666;
    margin: 4rem 0 0 0;
  }
  .requirements-item .note ul li {
    font-size: 1.4rem;
    display: flex;
    align-items: flex-start;
  }
  .requirements-item .note ul li:before {
    content: "※";
    margin: 0 0 1rem 0;
  }
  .requirements-item .note ul li:last-child {
    margin: 0;
  }
}

.requirements-wrap {
  counter-reset: list-item;
  list-style-type: none;
}
.requirements-wrap ul {
  display: block;
  justify-content: space-between;
  font-size: 1.4rem;
}
.requirements-wrap ul li {
  letter-spacing: 0.04rem;
  counter-increment: list-item;
  line-height: 2.9rem;
  display: flex;
  align-items: flex-start;
  margin: 0 0 1rem 0;
}
.requirements-wrap ul li:before {
  content: counter(list-item) ". ";
}
@media screen and (min-width: 640px) {
  .requirements-wrap {
    counter-reset: list-item;
    list-style-type: none;
  }
  .requirements-wrap ul {
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
  }
  .requirements-wrap ul li {
    letter-spacing: 0.04rem;
    counter-increment: list-item;
    line-height: 2.9rem;
    display: flex;
    align-items: flex-start;
    margin: 0 0 1.6rem 0;
  }
  .requirements-wrap ul li:before {
    content: counter(list-item) ". ";
  }
}

.requirements-counter {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .requirements-counter {
    width: 48%;
  }
}

.requirements-list ul li {
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
  margin: 0 0 1.6rem 0;
}
.requirements-list ul li::before {
  margin: 0 0.8rem 0 0;
  content: "・";
}
@media screen and (min-width: 640px) {
  .requirements-list ul li {
    font-size: 1.6rem;
    display: flex;
    align-items: flex-start;
    margin: 0 0 1.6rem 0;
  }
  .requirements-list ul li::before {
    margin: 0 0.8rem 0 0;
    content: "・";
  }
}

.rv-instructor {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
  background: #EFEFEF;
}
.rv-instructor::before {
  display: inline-block;
  position: absolute;
  content: "";
  background: url("../rv-img/dotted.png") no-repeat;
  background-size: contain;
  width: 600px;
  height: 300px;
  top: -100px;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .rv-instructor {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: #EFEFEF;
  }
  .rv-instructor::before {
    display: inline-block;
    position: absolute;
    content: "";
    background: url("../rv-img/dotted.png") no-repeat;
    width: 1168px;
    height: 497px;
    top: -233px;
    right: -260px;
    z-index: 1;
  }
}

.rv-instructor-item {
  position: relative;
  z-index: 2;
  max-width: 100%;
  background: #fff;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 1rem 0;
}
.rv-instructor-item img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 640px) {
  .rv-instructor-item {
    position: relative;
    z-index: 2;
    max-width: 370px;
    background: #fff;
    padding: 1.8rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 2rem 0;
  }
  .rv-instructor-item img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 0 2rem 0 0;
  }
}

.rv-instructor-inner {
  max-width: 1150px !important;
}

.rv-instructor-item-text h3 {
  color: #AE6C00;
  font-size: 1.6rem;
  letter-spacing: 0.12rem;
  margin: 0 0 1.5rem 0;
}
.rv-instructor-item-text p {
  font-size: 1.2rem;
  line-height: 2.15rem;
  letter-spacing: 0.04rem;
}

.rv-instructor-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 3.5rem 0;
}
.rv-instructor-wrap:after {
  content: "";
  width: 370px;
  display: block;
}

.voices-item {
  max-width: 100%;
  background: #fff;
  padding: 2rem;
  margin: 0 0 1.5rem 0;
}
.voices-item h3 {
  color: #AE6C00;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
.voices-item:nth-child(7) {
  margin: 0 0 1.5rem 0;
}
.voices-item:last-child {
  margin: 0;
}
@media screen and (min-width: 821px) {
  .voices-item {
    max-width: 550px;
    background: #fff;
    padding: 3rem 3rem 5rem 3rem;
    margin: 0 0 3rem 0;
  }
  .voices-item h3 {
    color: #AE6C00;
    font-size: 1.6rem;
    margin: 0 0 3rem 0;
  }
  .voices-item:last-child {
    margin: 0;
  }
  .voices-item:nth-child(7) {
    margin: 0;
  }
}

.voices-wrap {
  display: block;
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .voices-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 4rem 0 0 0;
  }
}

.voices-inner {
  display: block;
}
.voices-inner .profile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1.5rem 0rem 0 0;
}
.voices-inner .profile img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 1.5rem 0 0;
}
.voices-inner .profile p {
  text-align: left;
  font-size: 1.2rem;
}
.voices-inner .profile .name {
  font-size: 1.4rem;
  font-weight: bold;
}
.voices-inner p {
  font-size: 1.3rem;
  letter-spacing: 0.04rem;
  line-height: 2.5rem;
}
.voices-inner ul li {
  margin: 0 0 0 1.5rem;
  font-size: 1.4rem !important;
  letter-spacing: 0.04rem;
  line-height: 2.5rem;
  list-style-type: disc;
}
@media screen and (min-width: 640px) {
  .voices-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .voices-inner .profile {
    display: block;
    margin: 0 4rem 0 0;
  }
  .voices-inner .profile img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50px;
    margin: 0;
  }
  .voices-inner .profile p {
    text-align: center;
    font-size: 1.2rem;
  }
  .voices-inner .profile .name {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .voices-inner p {
    font-size: 1.4rem;
    letter-spacing: 0.04rem;
    line-height: 2.5rem;
  }
  .voices-inner ul li {
    font-size: 1.4rem !important;
    letter-spacing: 0.04rem;
    line-height: 2.5rem;
    list-style-type: disc;
  }
}

.infomation {
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .infomation {
    padding: 8.5rem 0;
  }
}

.fee-item {
  display: block;
  padding: 0rem 0 1rem 0;
}
.fee-item p .fee-label {
  font-size: 1.3rem;
  background: #CC0241;
  color: #fff;
  display: inline-block;
  padding: 0rem 1rem;
  margin: 0 0rem 2rem 0;
}
.fee-item p .price {
  font-family: "Roboto";
  font-size: 4rem;
}
.fee-item p .yen {
  font-size: 1.6rem;
  margin: 0 1rem;
}
.fee-item p .tax {
  color: #666666;
  font-size: 1.3rem;
}
@media screen and (min-width: 640px) {
  .fee-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 3rem 0 2rem 0;
  }
  .fee-item p .fee-label {
    font-size: 1.6rem;
    background: #CC0241;
    color: #fff;
    padding: 0.7rem 1.2rem;
    margin: 0 2rem 0 0;
  }
  .fee-item p .price {
    font-family: "Roboto";
    font-size: 5.1rem;
  }
  .fee-item p .yen {
    font-size: 2rem;
    margin: 0 1rem;
  }
  .fee-item p .tax {
    color: #666666;
    font-size: 1.3rem;
  }
}

.early-price {
  color: #CC0241;
  font-weight: bold;
  padding: 0 0 3rem 0;
}
@media screen and (min-width: 640px) {
  .early-price {
    padding: 0 0 7rem 0;
  }
}

.faq-contents {
  padding: 0 0 6rem 0;
}

.acd-label {
  width: 100%;
  color: #333;
  background: #F9F3ED;
  font-size: 1.6rem;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 0 5rem 0 0;
}
.acd-label:before {
  color: #fff;
  margin-right: 2rem;
  content: "Q";
  font-family: "Roboto";
  padding: 1.5rem 1rem;
  font-size: 2.8rem;
  background: #211301;
  display: inline-block;
}
.acd-label:after {
  content: "";
  display: inline-block;
  background: url("../rv-img/SVG/arrow-bottom.svg") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 10px;
  position: absolute;
  right: 0px;
}
@media screen and (min-width: 640px) {
  .acd-label {
    width: 100%;
    display: block;
    color: #333;
    background: #F9F3ED;
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .acd-label:before {
    color: #fff;
    margin-right: 2rem;
    content: "Q";
    font-family: "Roboto";
    font-size: 2.8rem;
    width: 40px;
    height: 40px;
    line-height: 40px; /* 垂直方向の中央揃えに */
    background: #211301;
    display: flex; /* Flexboxを使用 */
    justify-content: center; /* 水平方向の中央揃えに */
    align-items: center; /* Flexboxのalign-itemsで垂直中央に */
  }
  .acd-label:after {
    content: "";
    display: inline-block;
    background: url("../rv-img/SVG/arrow-bottom.svg") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 10px;
    position: absolute;
    right: 20px;
  }
}

.acd-label-first:after {
  background: url("../rv-img/SVG/arrow-top.svg") no-repeat !important;
}

.acd-check:checked + .acd-label:after {
  content: "";
  display: inline-block;
  background: url("../rv-img/SVG/arrow-top.svg") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 10px;
  position: absolute;
  right: 0px;
}
@media screen and (min-width: 640px) {
  .acd-check:checked + .acd-label:after {
    content: "";
    display: inline-block;
    background: url("../rv-img/SVG/arrow-top.svg") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 10px;
    position: absolute;
    right: 20px;
  }
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 0 0 4rem 0;
  visibility: visible;
}

.acd-content {
  display: flex;
  align-items: flex-start;
  height: 0;
  opacity: 0;
  padding: 0;
  transition: 0.5s;
  visibility: hidden;
}
.acd-content p {
  margin: 0.5rem 0 0 3rem;
}

.acd-content-open {
  display: flex;
  align-items: flex-start;
}
.acd-content-open p {
  margin: 0.5rem 0 3rem 3rem;
}

.label-answer {
  font-family: "Roboto";
  color: #fff;
  padding: 0.68rem 1rem;
  font-size: 2.8rem;
  background: linear-gradient(to right, #AF6D02, #D69B3A);
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .label-answer {
    color: #fff;
    font-family: "Roboto";
    font-size: 2.8rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(to right, #AF6D02, #D69B3A);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.expires-item {
  font-size: 1.6rem;
  display: block;
  border-bottom: 1px dotted #1E1E23;
  padding: 1.8rem 0;
}
.expires-item:hover {
  color: #004096;
}

.expires-btn {
  max-width: 356px;
  margin: 3.5rem auto 7rem auto;
  display: block;
  padding: 2rem;
  border: 1px solid #333;
}
.expires-btn p {
  position: relative;
  text-align: center;
}
.expires-btn p::after {
  position: absolute;
  top: 30%;
  content: "";
  background: url("../rv-img/SVG/btn-arrow.svg") no-repeat;
  display: inline-block;
  width: 31px;
  height: 5px;
  object-fit: contain;
  margin: 0 0 0 3rem;
}
.expires-btn:hover {
  background: #333;
  color: #fff;
}
.expires-btn:hover p {
  position: relative;
  text-align: center;
}
.expires-btn:hover p::after {
  background: url("../rv-img/SVG/btn-arrow-white.svg") no-repeat;
}

.rv-form {
  max-width: 800px;
  margin: 0 auto;
}
.rv-form form {
  font-size: 1.4rem;
}
.rv-form form label {
  font-weight: bold;
  display: block;
  font-size: 1.6rem;
  margin: 0rem 0 1rem 0;
}
.rv-form form label span {
  font-size: 1.3rem;
  color: #df6224;
  display: inline-block;
  padding: 0 0.5rem;
  border: 1px solid #df6224;
  border-radius: 0.5rem;
  margin-left: 1.5rem;
}
.rv-form form label .nini {
  color: #004096;
  border: #004096 1px solid;
  border-radius: 0.5rem;
}
.rv-form form input {
  cursor: pointer;
  margin: 0 0 3rem 0;
  display: block;
  border: 1px solid #EFEFEF;
  background: #EFEFEF;
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
}
.rv-form form select {
  cursor: pointer;
  margin: 0 0 3rem 0;
  display: block;
  border: 1px solid #EFEFEF;
  background: #EFEFEF;
  width: 100%;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
}
.rv-form form textarea {
  cursor: pointer;
  margin: 0 0 3rem 0;
  display: block;
  border: 1px solid #EFEFEF;
  background: #EFEFEF;
  width: 100%;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
}
.rv-form form .submit {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  padding: 2rem;
  color: #fff;
  background: #211301;
}
.rv-form form .submit:hover {
  border: 1px solid #1E1E23;
  color: #1E1E23;
  background: #fff;
}
.rv-form form br {
  display: none;
}
@media screen and (min-width: 640px) {
  .rv-form form {
    font-size: 1.6rem;
  }
  .rv-form form label {
    font-weight: bold;
    display: block;
    font-size: 1.8rem;
    margin: 0rem 0 1rem 0;
  }
  .rv-form form label span {
    font-size: 1.4rem;
    color: #df6224;
    display: inline-block;
    padding: 0 0.5rem;
    border: 1px solid #df6224;
    border-radius: 0.5rem;
    margin-left: 1.5rem;
  }
  .rv-form form label .nini {
    color: #004096;
    border: #004096 1px solid;
    border-radius: 0.5rem;
  }
  .rv-form form input {
    cursor: pointer;
    margin: 0 0 3rem 0;
    display: block;
    border: 1px solid #EFEFEF;
    background: #EFEFEF;
    width: 100%;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
  }
  .rv-form form select {
    cursor: pointer;
    margin: 0 0 3rem 0;
    display: block;
    border: 1px solid #EFEFEF;
    background: #EFEFEF;
    width: 100%;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
  }
  .rv-form form textarea {
    cursor: pointer;
    margin: 0 0 3rem 0;
    display: block;
    border: 1px solid #EFEFEF;
    background: #EFEFEF;
    width: 100%;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
  }
  .rv-form form .submit {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    padding: 2rem;
    color: #fff;
    background: #211301;
  }
}

.curriculum-movie-wrap {
  max-width: 1150px !important;
  padding: 0 1rem 4rem 1rem;
}
@media screen and (min-width: 640px) {
  .curriculum-movie-wrap {
    max-width: 1150px !important;
    padding: 0 1rem 7rem 1rem;
  }
}

.curriculum-movie-all {
  max-width: 700px;
  margin: 0 auto;
}

.curriculum-movie-item {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.curriculum-movie-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #333;
}

.lesson-movie-inner {
  max-width: 1150px !important;
  padding: 4rem 1rem;
}
.lesson-movie-inner h3 {
  font-size: 2.2rem;
  color: #AE6C00;
  line-height: 3.9rem;
  letter-spacing: 0.26rem;
  border-bottom: 1px dotted #211301;
  padding: 0 0 2rem 0;
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 640px) {
  .lesson-movie-inner {
    max-width: 1150px !important;
    padding: 7rem 1rem;
  }
}

.lesson-movie-item {
  margin: 0 0 5rem 0;
}
.lesson-movie-item:last-child {
  margin: 0;
}

.lesson-movie-wrap {
  display: block;
}
.lesson-movie-wrap p {
  width: 100%;
  line-height: 3rem;
}
@media screen and (min-width: 640px) {
  .lesson-movie-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .lesson-movie-wrap p {
    width: 48%;
    line-height: 3rem;
  }
}

.lesson-movie-min {
  width: 100%;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 640px) {
  .lesson-movie-min {
    width: 48%;
    margin: 0;
  }
}

.lesson-movie-min-item {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.lesson-movie-min-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #333;
}

.flow-wrap {
  margin: 0 0 7rem 0;
}

.flow-item {
  width: 100%;
  background: #f6f6f6;
  padding: 1rem;
  margin: 1rem 0;
}
.flow-item p {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.flow-item p img {
  width: 60px;
  height: 60px;
  margin: 0 2rem 0rem 0;
}
@media screen and (min-width: 640px) {
  .flow-item {
    width: 100%;
    background: #f6f6f6;
    padding: 1.5rem 3rem;
    margin: 2rem 0;
  }
  .flow-item p {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .flow-item p img {
    width: 60px;
    height: 60px;
    margin: 0 2rem 0rem 0;
  }
}

.min-traiangle {
  height: 17.3205080757px;
  width: 20px;
  background: #1E1E23;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 auto;
}

.user-type {
  background: #fff;
  font-size: 1.2rem;
  padding: 0 1rem;
  margin: 0 0 0 2rem;
}
@media screen and (min-width: 640px) {
  .user-type {
    background: #fff;
    font-size: 1.4rem;
    padding: 0 3rem;
    margin: 0 0 0 2rem;
  }
}

.flow-min-text {
  font-weight: 400;
  font-size: 1.2rem;
}

.user-you {
  color: #CC0241;
}

.user-vt {
  color: #004096;
}

.rv-contact-btn {
  max-width: 356px;
  margin: 3.5rem auto 2rem auto;
  display: block;
  padding: 2rem;
  border: 1px solid #333;
}
.rv-contact-btn p {
  position: relative;
  text-align: center;
}
.rv-contact-btn p:after {
  position: absolute;
  top: 30%;
  content: "";
  background: url("../rv-img/SVG/btn-arrow.svg") no-repeat;
  display: inline-block;
  width: 31px;
  height: 5px;
  object-fit: contain;
  margin: 0 0 0 3rem;
}
.rv-contact-btn:hover {
  background: #333;
  color: #fff;
}
.rv-contact-btn:hover p {
  position: relative;
  text-align: center;
}
.rv-contact-btn:hover p::after {
  background: url("../rv-img/SVG/btn-arrow-white.svg") no-repeat;
}

.rv-contact-message {
  text-align: center;
  color: #CC0241;
}

.rv-merit-item-pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .rv-merit-item-pc {
    display: block;
  }
}

.rv-merit-item-sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .rv-merit-item-sp {
    display: none;
  }
}

.rv-button {
  max-width: 440px;
  margin: 0 auto;
}
.rv-button a img {
  max-width: 440px;
}
.rv-button a img:hover {
  opacity: 0.7;
}

.voice-rv-button {
  margin: 3rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .voice-rv-button {
    margin: 7rem auto 0 auto;
  }
}

.voice-data {
  padding: 0;
}
@media screen and (min-width: 640px) {
  .voice-data {
    padding: 2rem 0;
  }
}

.voice-data-title {
  background: #fff;
  max-width: 885px;
  margin: 0 auto;
  border-radius: 1rem;
}
.voice-data-title p {
  color: #AE6C00;
  font-size: 1.6rem;
  padding: 2rem 2.5rem;
  text-align: center;
  letter-spacing: 0.18rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .voice-data-title {
    background: #fff;
    max-width: 885px;
    margin: 0 auto;
    border-radius: 1rem;
  }
  .voice-data-title p {
    color: #AE6C00;
    font-size: 1.8rem;
    padding: 2rem 5.5rem;
    text-align: center;
    letter-spacing: 0.18rem;
    font-weight: bold;
  }
}

.voice-triangle {
  width: 0px;
  height: 0px;
  border-top: 30px solid #FFF;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  margin: 0 auto;
}

.voice-data-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 920px;
  margin: 0 auto;
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .voice-data-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 920px;
    margin: 0 auto;
    padding: 3rem 0 4rem 0;
  }
}

.voice-data-item-title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.voice-data-item-title:after {
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  background: #211301;
  margin: 20px auto 20px auto;
}
@media screen and (min-width: 640px) {
  .voice-data-item-title:after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    background: #211301;
    margin: 30px auto 40px auto;
  }
}

.voice-data-item img {
  width: 240px;
  margin: 0 auto;
}

.rv-data03 {
  width: 265px !important;
  height: 265px;
  object-fit: contain;
}

.voice-data-item-title03:after {
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  background: #211301;
  margin: 30px auto 15px auto;
}

.voice-data-bottom {
  display: block;
  margin: 0 5rem;
  color: #666666;
  background: #fff;
  border-radius: 1rem;
  text-align: center;
  font-weight: bold;
  padding: 1rem 1.5rem;
}
.voice-data-bottom .num {
  font-size: 3rem;
}
.voice-data-bottom .percentage {
  font-size: 2.4rem;
}
.voice-data-bottom span {
  color: #AE6C00;
  margin: 0 0 0 0.5rem;
}
@media screen and (min-width: 640px) {
  .voice-data-bottom {
    display: block;
    margin: 0;
    color: #666666;
    background: #fff;
    border-radius: 1rem;
    text-align: center;
    font-weight: bold;
    padding: 1rem 1.5rem;
  }
  .voice-data-bottom .num {
    font-size: 3rem;
  }
  .voice-data-bottom .percentage {
    font-size: 2.4rem;
  }
  .voice-data-bottom span {
    color: #AE6C00;
    margin: 0 0 0 0.5rem;
  }
}

.voice-data-item-bottom {
  background: #FFF5E6;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice-data-item-bottom p {
  line-height: 4rem;
  text-align: left;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.44rem;
}
.voice-data-item-bottom p span {
  font-size: 3.6rem;
  color: #F78C00;
  border-bottom: 1px solid #F78C00;
}
.voice-data-item-bottom img {
  width: 55px;
  height: 45px;
  object-fit: contain;
  margin: 0 4rem 0 0;
}
@media screen and (min-width: 640px) {
  .voice-data-item-bottom {
    background: #FFF5E6;
    padding: 3.5rem;
    display: flex;
    justify-content: center;
  }
  .voice-data-item-bottom p {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.44rem;
  }
  .voice-data-item-bottom p span {
    font-size: 4rem;
    color: #F78C00;
    border-bottom: 1px solid #F78C00;
  }
  .voice-data-item-bottom img {
    width: 55px;
    height: 45px;
    object-fit: contain;
    margin: 0 4rem 0 0;
  }
}

/* スライダーの矢印全般のスタイル */
.slick-arrow {
  display: block;
  width: 50px !important; /* 丸いボタンの大きさ */
  height: 50px !important; /* 丸いボタンの大きさ */
  border-radius: 50%; /* 丸い形状にする */
  background: #cccccc !important; /* 丸いボタンの色 */
  color: white; /* 矢印の色 */
  font-size: 20px; /* 矢印のサイズ */
  line-height: 50px; /* 矢印を垂直中央に配置 */
  text-align: center; /* 矢印を水平中央に配置 */
  position: absolute;
  top: 102% !important;
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  z-index: 30;
}

/* 前へ矢印のスタイル */
.slick-prev {
  left: 60px !important; /* 左端からの位置 */
}
.slick-prev:before {
  content: url("../rv-img/rv-arrow-prev.svg") !important;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
}

/* 次へ矢印のスタイル */
.slick-next {
  right: 60px !important; /* 右端からの位置 */
}
.slick-next:before {
  content: url("../rv-img/rv-arrow-next.svg") !important;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
}

/* 矢印内部のスタンのスタイル */
.slick-arrow-inner {
  display: block;
  line-height: 1; /* 矢印の行の高さをリセット */
}

/* カスタムドットのスタイル */
.dot {
  color: black; /* ドットの色 */
  font-size: 24px; /* ドットのサイズ */
}

.slick-dotted {
  margin-bottom: 7rem !important;
}/*# sourceMappingURL=rv.css.map */