@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/assets/fonts/fa-brands-400.eot");
  src: url("/assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fa-brands-400.woff2") format("woff2"), url("/assets/fonts/fa-brands-400.woff") format("woff"), url("/assets/fonts/fa-brands-400.ttf") format("truetype"), url("/assets/fonts/fa-brands-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/assets/fonts/fa-regular-400.eot");
  src: url("/assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fa-regular-400.woff2") format("woff2"), url("/assets/fonts/fa-regular-400.woff") format("woff"), url("/assets/fonts/fa-regular-400.ttf") format("truetype"), url("/assets/fonts/fa-regular-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/assets/fonts/fa-solid-900.eot");
  src: url("/assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fa-solid-900.woff2") format("woff2"), url("/assets/fonts/fa-solid-900.woff") format("woff"), url("/assets/fonts/fa-solid-900.ttf") format("truetype"), url("/assets/fonts/fa-solid-900.svg#fontawesome") format("svg"); }

  * {
  box-sizing: border-box;
  float: none;
  position: static;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
  font-family: Noto Sans JP, Arial, Helvetica, sans-serif;
  color: #222222;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

.btn_blue {
  margin: 40px auto 60px auto;
  text-align: center;
}

.btn_blue a {
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  padding: 2rem 3rem;
  background-color: #3c6cd4;
  font-size: 28px;
  border: 3px solid #ffffff;
  margin: 0 auto;
  width: auto;
  transition: 0.3s all ease;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.btn_blue a span {
  display: inline-block;
  font-weight: bold;
}

.btn_blue a:hover {
  box-shadow: none;
  background-color: #44b6ec;
}

.button-container {
  position: fixed;
  z-index: 1000;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
  opacity: 0;
  transform: translateY(120px);
}
.button-container a {
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  padding: 2rem 3rem;
  background-color: #E9502E;
  font-size: 28px;
  border: 3px solid #ffffff;
  margin: 0 auto;
  width: auto;
  transition: 0.3s all ease;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.button-container a:hover {
  box-shadow: none;
  background-color: #ff6496;
  border: 3px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .button-container a {
    padding: 2rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  .button-container a {
    width: 80vw;
    /* height: 18.6666666667vw; */
  }
}

.button-container.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(120px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.button-container.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(120px);
  }
}

.button {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .button {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 5.7333333333vw;
  }
}

.inner {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .inner {
    width: 78.125vw;
    padding: 0 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
}

.section-title {
  display: flex;
  align-items: center;
  padding-top: 8.3333333333vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-title {
    padding-top: 26.6666666667vw;
  }
}
.section-title::after {
  content: "";
  width: 100%;
  height: 0.5208333333vw;
  background-color: #61619F;
  box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.4);
  border-radius: 0.5208333333vw;
  position: absolute;
  top: 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  .section-title::after {
    height: 1.3333333333vw;
    border-radius: 2.6666666667vw;
    top: 16vw;
  }
}

.section-title02 {
  display: flex;
  align-items: center;
  padding-top: 4.1666666667vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-title02 {
    padding-top: 16vw;
  }
}

.title_box {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #61619F;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .title_box {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .title_box {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}

.section-title-text {
  font-size: 30px;
  font-weight: 600;
  margin-left: 0.78125vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section-title-text {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .section-title-text {
    font-size: 5.3333333333vw;
    margin-left: 1.3333333333vw;
  }
}

.yellow {
  background-color: #F0EB40;
}

.green {
  background-color: #6DBB53;
}

.orange {
  background-color: #E9502E;
}

.blue {
  background-color: #2F93C9;
}

.fixed {
  height: 100vh;
  width: 100vw;
}

.fixed_container {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .fixed_container {
    height: 160vw;
  }
}

.movie_area {
  width: 31.25vw;
  height: 17.578125vw;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -10;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .movie_area {
    width: 100vw;
    height: 100vh;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .movie_area {
    display: none;
  }
}

.movie_container {
  height: 17.578125vw;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .movie_container {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
  }
}

.video {
  width: 31.25vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .video {
    width: 50vw;
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
  }
}

.bacground_area {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .bacground_area {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bacground_area {
    width: 100%;
  }
}

.background {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -100;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .background {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .background {
    width: 100%;
  }
}

.header {
  padding: 1.0416666667vw 1.5625vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 5.3333333333vw;
  }
}

.top_content-wrapper {
  position: relative;
  width: 100%;
  top: 0px;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}

.header_name-container {
  width: 15.625vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header_name-container {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .header_name-container {
    width: 53.3333333333vw;
  }
}

.header_name {
  width: 15.625vw;
  transition: 0.5s all ease;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header_name {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .header_name {
    width: 53.3333333333vw;
  }
}
.header_name:hover {
  opacity: 0.5;
}

.haeder_number-container {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .haeder_number-container {
    display: none;
  }
}

.header_number {
  font-size: 1.3020833333vw;
  font-weight: 600;
  margin-top: 0.3645833333vw;
  font-size: 18px;
  margin-top: 7px;
}
.header_number a {
  text-decoration: none;
  color: #319DD8;
  font-weight: 600;
  transition: 0.5s all ease;
}
.header_number a:hover {
  opacity: 0.5;
}

.header_number-text {
  font-size: 0.7291666667vw;
  font-weight: 600;
  margin-top: 0.5208333333vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header_number-text {
    font-size: 12px;
    margin-top: 4px;
  }
}

.header_menu-button {
  width: 10.6666666667vw;
  height: 6.6666666667vw;
  z-index: 1000;
}

.header_menu-button_open {
  position: fixed;
  right: 2.6666666667vw;
}

.menu_button-line01 {
  width: 10.6666666667vw;
  height: 1.3333333333vw;
  border-radius: 2.6666666667vw;
  background-color: #222222;
  display: block;
  position: relative;
  transition: 0.5s all ease;
}

.menu_button-line01_close {
  transform: rotate(45deg);
  top: 2.6666666667vw;
}

.menu_button-line02 {
  width: 10.6666666667vw;
  height: 1.3333333333vw;
  border-radius: 2.6666666667vw;
  background-color: #222222;
  display: block;
  position: relative;
  top: 1.3333333333vw;
  left: 0;
  transition: 0.8s all ease;
}

.menu_button-line02_close {
  left: -10.6666666667vw;
  opacity: 0;
}

.menu_button-line03 {
  width: 10.6666666667vw;
  height: 1.3333333333vw;
  border-radius: 2.6666666667vw;
  background-color: #222222;
  display: block;
  position: relative;
  top: 2.6666666667vw;
  transition: 0.5s all ease;
}

.menu_button-line03_close {
  transform: rotate(-45deg);
  top: 0vw;
}

.header_menu-container {
  width: 100vw;
  height: 100vh;
  background-color: rgba(238, 235, 205, 0.9);
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 100;
  padding: 2.6666666667vw 0;
  cursor: pointer;
  transition: 0.5s all ease;
}

.hb_menu-container_open {
  left: 0;
}

.hb_menu-wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hb_menu-name_container {
  width: 53.3333333333vw;
  margin: 0 auto;
}

.hb_menu-name {
  width: 53.3333333333vw;
}

.hb_number-container {
  text-align: center;
  margin-top: 8vw;
  margin-bottom: 13.3333333333vw;
}

.hb_number {
  font-size: 5.8666666667vw;
  font-weight: 600;
}
.hb_number a {
  font-weight: 600;
  color: #319DD8;
  text-decoration: none;
}

.hb_number-text {
  font-size: 3.2vw;
  font-weight: 600;
  margin-top: 2.6666666667vw;
}

.top {
  position: relative;
  /* height: 100vh; */
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .top {
    padding: 0 2.6666666667vw;
  }
}

.top_logo-container {
  margin: 0 auto;
  width: 20.8333333333vw;
}
@media screen and (min-width: 768px) {
  .top_logo-container {
    margin: 2.6041666667vw auto 0;
    width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .top_logo-container {
    width: 74.6666666667vw;
    margin: 5.3333333333vw auto 0;
    max-width: 380px;
  }
}

.top_logo {
  padding-top: 0%;
  width: 20.8333333333vw;
}
@media screen and (min-width: 768px) {
  .top_logo {
    width: 300px;
    padding-top: 0%;
  }
}
@media screen and (max-width: 767px) {
  .top_logo {
    padding-top: 5%;
    width: 74.6666666667vw;
    max-width: 380px;
  }
}

.top_icons-container {
  margin-top: 2.0833333333vw;
  margin-bottom: 2.6041666667vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top_icons-container {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_icons-container {
    padding: 0 4vw;
    margin-bottom: 8vw;
  }
}

.top_icons {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 42.7083333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top_icons {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .top_icons {
    width: 100%;
  }
}

.top_icon-container {
  width: 6.25vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top_icon-container {
    width: 80px;
    max-width: 85px;
  }
}
@media screen and (max-width: 767px) {
  .top_icon-container {
    width: 19.7333333333vw;
    max-width: 85px;
  }
}

.top_icon {
  width: 5.2083333333vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top_icon {
    width: 80px;
    max-width: 85px;
  }
}
@media screen and (max-width: 767px) {
  .top_icon {
    width: 19.7333333333vw;
    max-width: 85px;
  }
}

.top_icon-title {
  font-size: 0.8333333333vw;
  font-weight: 600;
  color: #2F93C9;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top_icon-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top_icon-title {
    font-size: 11px;
  }
}

.top_text {
  font-size: 0.6770833333vw;
  line-height: 1.09375vw;
  width: 33.3333333333vw;
  margin: 3.6458333333vw auto 0;
  padding-bottom: 1.5625vw;
}
.top_text a {
  color: #2F93C9;
  text-decoration: none;
  transition: 0.5s all ease;
}
.top_text a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .top_text {
    font-size: 12px;
    line-height: 18px;
    width: 610px;
    margin: 50px auto 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 767px) {
  .top_text {
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin: 50px auto 0;
  }
}

/*----------------------------------------------------------------------------*/
.price {
  position: relative;
  display: block;
  margin-top: 2rem;
  padding: 1rem auto 0 auto;
}

.price_content-wrapper {
  margin: 0 auto;
  width: 100%;
}
.price_icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.price_icons-wrapper:not(:first-child) {
  margin-left: 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  .price_icons-wrapper {
    width: 44vw;
  }
  .price_icons-wrapper:nth-child(n+3) {
    margin-top: 8vw;
  }
}
.price_icon {
  width: 17.7083333333vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .price_icon {
    width: 28.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .price_icon {
    width: 44vw;
  }
}

.price_number-container {
  text-align: center;
  margin-top: 4.1666666667vw;
  margin-bottom: 5.2083333333vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .price_number-container {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.price_number-container2 {
  position: static;
  text-align: center;
  margin-top: 2.1666666667vw;
  margin-bottom: 2.2083333333vw;
}
@media screen and (min-width: 768px) {
  .price_number-container2 {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0%;
    transform: translate(-185%, 0%);
    margin: 0;
  }
}
.price_number-text {
  font-size: 1.3541666667vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .price_number-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .price_number-text {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.price_note {
  width: 23.8229166667vw;
  margin: 1.0416666667vw auto 0;
  font-size: 1.0416666667vw;
}
@media screen and (min-width: 768px) {
  .price_note {
    width: 45.1822916667vw;
    font-size: 2.0833333333vw;
  }
  .price_number-container2 .price_note {
    width: auto;
    font-size: 14px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .price_note {
    width: 69.8666666667vw;
    font-size: 3.2vw;
    margin-bottom: 16vw;
  }
  .price_number-container2 .price_note {
    margin-bottom: 8vw;
  }
}

.price_number-decorations {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .price_number-decorations {
    margin-top: 5px;
  }
  .price_number-container2 .price_number-decorations {
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .price_number-decorations {
    margin-top: 2.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

.price_monthly p {
  font-size: 1.9791666667vw;
  font-weight: 600;
  padding: 0.4427083333vw;
  background-color: #F0EB3A;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .price_monthly p {
    font-size: 25px;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .price_monthly p {
    font-size: 5.0666666667vw;
    padding: 1.3333333333vw;
  }
}
.price_monthly p:nth-child(2) {
  background-color: #6DBB53;
}

.price_number {
  font-size: 4.6354166667vw;
  font-weight: 600;
  color: #E9502E;
  margin-left: 0.78125vw;
}
@media screen and (min-width: 768px) {
  .price_number {
    font-size: 60px;
    margin-left: 15px;
  }
  .price_number-container2 .price_number {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .price_number {
    font-size: 11.7333333333vw;
    margin-left: 1.8666666667vw;
  }
  .price_number-container2 .price_number {
    font-size: 9.7333333333vw;
  }
}
.price_number span {
  font-size: 5.8125vw;
  font-weight: 600;
  color: #E9502E;
  position: relative;
  top: 0.4166666667vw;
}
@media screen and (min-width: 768px) {
  .price_number span {
    font-size: 100px;
  }
  .price_number-container2 .price_number span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .price_number span {
    font-size: 19.7333333333vw;
    top: 0.8vw;
    margin-left: 1.8666666667vw;
  }
  .price_number span {
    font-size: 16.7333333333vw;
  }
}





.point {
  position: relative;
  padding: 0.2083333333vw 0 15.625vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .point {
    padding: 26.0416666667vw 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .point {
    margin-top: 33.3333333333vw;
    height: 506.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}

.point_content {
  width: 59.375vw;
  height: 23.2291666667vw;
  margin: 0 auto;
  position: relative;
}
.point_content:not(:first-child) {
  margin-top: 7.8125vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .point_content:not(:first-child) {
    margin-top: 26.0416666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .point_content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .point_content {
    width: 100%;
    height: auto;
  }
  .point_content:not(:first-child) {
    margin-top: 21.3333333333vw;
  }
}

.point_container {
  position: absolute;
  width: 59.375vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .point_container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .point_container {
    width: 100%;
  }
}

.point_container-title {
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 2.0833333333vw;
  text-align: center;
  color: #ffffff;
  margin-left: 1.3020833333vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .point_container-title {
    font-size: 1.953125vw;
    line-height: 2.9296875vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .point_container-title {
    font-size: 3.4666666667vw;
    line-height: 6.6666666667vw;
    display: block;
    width: 53.3333333333vw;
    margin: 0 auto;
    padding: 4vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  }
}
.point_container-title span {
  font-size: 2.0833333333vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .point_container-title span {
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 767px) {
  .point_container-title span {
    font-size: 5.6vw;
  }
}

.point_image-container {
  width: 53.3333333333vw;
  margin: 2.6666666667vw auto 0;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.point_image {
  width: 53.3333333333vw;
}

.point_titles-wrapper {
  display: flex;
  align-items: center;
  width: 59.375vw;
  height: 7.03125vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .point_titles-wrapper {
    width: 100%;
    height: 0;
    position: relative;
    top: -1.0416666667vw;
    left: 2.2135416667vw;
  }
}

.point_content-title {
  font-size: 1.5625vw;
  font-weight: 600;
  line-height: 2.1354166667vw;
  color: #ffffff;
  margin-left: 4.6875vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .point_content-title {
    font-size: 2.8645833333vw;
    line-height: 3.2552083333vw;
    margin-left: 6.5104166667vw;
  }
}
@media screen and (max-width: 767px) {
  .point_content-title {
    color: #222222;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    margin-top: 5.3333333333vw;
  }
}

.point_description {
  font-size: 1.1458333333vw;
  line-height: 1.71875vw;
  width: 33.8541666667vw;
  margin-left: 22.2916666667vw;
  margin-top: 1.5625vw;
  height: 10.4166666667vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .point_description {
    font-size: 1.8229166667vw;
    line-height: 2.734375vw;
    width: 52.0833333333vw;
    margin-left: 34.5052083333vw;
    height: 23.4375vw;
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .point_description {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    width: 100%;
    margin: 5.3333333333vw 0 0 0;
    height: auto;
  }
}
.normal {
  background-color: #ffffff;
}
.point.display-none-sp li.point_content {
    width: 59.375vw;
    height: 23.2291666667vw;
    margin: 0 auto;
    position: relative;
}
/* point */
.point2.display-none-sp {
  position: relative;
  max-width: 1100px;
  margin: 40px auto 0px auto;
  padding: 0 12px;
}
.point2 .flexbox {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  align-self: stretch;
  height: 100%;
  box-shadow: 3px 3px 6px rgba(105, 130, 150, 0.25);
}
.child {
  width: 40%;
}
.point2 .flexitem {
  width: 33.3%;
  background-color: #fff;

}
.point2 .flexitem img {
 width: 100%;
}
.point2 .point_catch {
  padding: 0.4rem 1rem 0.5rem 1rem;
  text-align: center;
  font-size: clamp(0.625rem, 0.8vw + 1rem, 1.5rem);
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
.point2 .point_catch span {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(0.625rem, 1vw + 0.5rem, 1.125rem);
}
.point2 .point_catch span:nth-of-type(2) {
  display: block;
  font-size: clamp(0.625rem, 0.8vw + 1rem, 1.5rem);
}
.point2 .flexitem:nth-of-type(1) .point_catch {
  background-color: #6dbb53;
}
.point2 .flexitem:nth-of-type(2) .point_catch {
  background-color: #319dd8;
}
.point2 .flexitem:nth-of-type(3) .point_catch {
  background-color: #e9502e;
}
.point2 .point_title {
  padding: 12px 6px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-size: clamp(0.625rem, 0.8vw + 1rem, 1.2rem);
}
.point2 .point_title span {
  display: block;
  font-weight: bold;
}
.point2 .flexitem:nth-of-type(1) .point_title {
  color: #6dbb53;
}
.point2 .flexitem:nth-of-type(2) .point_title {
  color: #319dd8;
}
.point2 .flexitem:nth-of-type(3) .point_title {
  color: #e9502e;
}
.point2 .point_txt {
  padding: 20px 22px;
  line-height: 1.6;
  font-size: clamp(0.625rem, 1vw + 0.5rem, 1.125rem);
}
.point2 .point_img {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.point2 .flexitem:nth-of-type(1) .point_img {
  background-image: url(../image/point_image_01.png);
  background-position: 50% 55%;
}
.point2 .flexitem:nth-of-type(2) .point_img {
  background-image: url(../image/point_image_02.png);
  background-position: 50% 60%;
}
.point2 .flexitem:nth-of-type(3) .point_img {
  background-image: url(../image/point_image_03.png);
  background-position: 50% 70%;
}


.plan_description {
  font-size: 16px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .plan_description {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .plan_description {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    margin-top: 2.6666666667vw;
  }
}

.plan_table {
  border-collapse: collapse;
  width: 800px;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .plan_table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .plan_table {
    width: 100%;
    margin: 2.6666666667vw auto 0;
  }
}

.plan_table-sp {
  margin: 5.3333333333vw 0;
}

.plan_table-head {
  border: 4px solid #9BC043;
  padding: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  background-color: #4B931F;
  vertical-align: middle;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .plan_table-head {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 3px;
  }
}
@media screen and (max-width: 767px) {
  .plan_table-head {
    border: 1.0666666667vw solid #9BC043;
    padding: 2.6666666667vw;
    font-size: 4vw;
    line-height: 5.8666666667vw;
  }
}

.plan_table-data {
  border: 4px solid #9BC043;
  padding: 15px 10px;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .plan_table-data {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 3px;
  }
}
@media screen and (max-width: 767px) {
  .plan_table-data {
    font-size: 4.8vw;
    padding: 1.3333333333vw;
    width: 40vw;
  }
}
.plan_table-data span {
  font-size: 25px;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .plan_table-data span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plan_table-data span {
    font-size: 5.8666666667vw;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .plan_table-data_small {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}

.plan_jusetsu {
  margin-top: 10px;
  margin-bottom: 90px;
  margin-left: 195px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .plan_jusetsu {
    margin-left: 0;
    line-height: 4.5572916667vw;
  }
}
@media screen and (max-width: 767px) {
  .plan_jusetsu {
    margin-top: 4vw;
    margin-bottom: 16vw;
    margin-left: 0;
  }
}

.plan_jusetsu-arrow {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .plan_jusetsu-arrow {
    font-size: 14px;
  }
}

.plan_jusetsu-content {
  padding-top: 25px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .plan_jusetsu-content {
    padding-top: 0;
    padding-left: 0.6510416667vw;
  }
}
.plan_jusetsu-content a {
  font-size: 16px;
  color: #4D96E3;
  text-decoration: none;
  border-bottom: 2px #4D96E3 dotted;
  position: relative;
  transition: 0.5s all ease;
}
@media screen and (max-width: 767px) {
  .plan_jusetsu-content a {
    font-size: 3.7333333333vw;
    border-bottom: 0.5333333333vw #4D96E3 dotted;
  }
}
.plan_jusetsu-content a:hover {
  color: #FF2424;
  border-bottom: 2px #FF2424 dotted;
}
.plan_jusetsu-content a:hover::before {
  background: url("../image/pdf_icon_active.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.plan_jusetsu-content a::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("../image/pdf_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all ease;
}

.plan_jusetsu-text {
  font-size: 16px;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .plan_jusetsu-text {
    font-size: 3.7333333333vw;
  }
}

.cell_decoration01 {
  background-color: #F0FDD1;
  color: #222222;
}

.cell_decoration02 {
  color: #FF2424;
}

.cell_decoration03 {
  background-color: #FFF9EB;
}

.cell_decoration04 {
  background-color: #E9502E;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #D7D7D7;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cell_decoration04 {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cell_decoration04 {
    font-size: 4vw;
    border: 0.5333333333vw solid #D7D7D7;
  }
}

.plan_tab-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.plan_tab-list-item {
  width: 30.6666666667vw;
  height: 10.6666666667vw;
  background-color: #D7D7D7;
  color: #ffffff;
  font-size: 3.4666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  transition: 0.5s all ease;
}

.active {
  background-color: #E9502E;
}

.plan_tab-contents {
  margin-top: 2.6666666667vw;
}

.plan_tab-contents-item {
  font-size: 4.8vw;
  display: none;
}

.show {
  display: block;
}

.about_description {
  font-size: 16px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about_description {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .about_description {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    margin-top: 2.6666666667vw;
  }
}

.about_content-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about_content-wrapper {
    margin-top: 5.3333333333vw;
  }
}

.about_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about_content {
    align-items: flex-start;
  }
}
.about_content:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about_content:not(:first-child) {
    margin-top: 6.4vw;
  }
}

.about_content-icon {
  width: 175px;
  position: absolute;
  top: -5px;
  left: -5px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about_content-icon {
    width: 14.3229166667vw;
  }
}
@media screen and (max-width: 767px) {
  .about_content-icon {
    width: 13.3333333333vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.about_content-iconarea {
  width: 175px;
  height: 175px;
  background-color: #2F93C9;
  border: 5px solid #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about_content-iconarea {
    width: 14.3229166667vw;
    height: 14.3229166667vw;
  }
}
@media screen and (max-width: 767px) {
  .about_content-iconarea {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border: 0.5333333333vw solid #ffffff;
  }
}

.about_content-textarea {
  width: 950px;
  height: auto;
  padding: 40px 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about_content-textarea {
    width: 59.2447916667vw;
    padding: 1.953125vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .about_content-textarea {
    width: 78.6666666667vw;
    height: auto;
    padding: 2.6666666667vw 2.6666666667vw;
  }
}

.about_content-title {
  font-size: 26px;
  font-weight: 600;
  color: #005F92;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about_content-title {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .about_content-title {
    font-size: 4.8vw;
  }
}

.about_content-line {
  width: 100%;
  height: 5px;
  background-color: #005F92;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about_content-line {
    margin-top: 0.9114583333vw;
  }
}
@media screen and (max-width: 767px) {
  .about_content-line {
    height: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}

.about_content-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about_content-text {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    margin-top: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .about_content-text {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}

.about_content-notearea {
  margin-top: 20px;
  margin-left: auto;
}

.about_content-note th {
  padding: 5px;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about_content-note th {
    padding: 0.6510416667vw;
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .about_content-note th {
    font-size: 2.6666666667vw;
    padding: 1.3333333333vw;
  }
}
.about_content-note td {
  line-height: 21px;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about_content-note td {
    font-size: 1.3020833333vw;
    line-height: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  .about_content-note td {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}

.about_content-iconarea02 {
  width: 175px;
  height: 175px;
  background-color: #6DBB53;
  border: 5px solid #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about_content-iconarea02 {
    width: 14.3229166667vw;
    height: 14.3229166667vw;
  }
}
@media screen and (max-width: 767px) {
  .about_content-iconarea02 {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border: 0.5333333333vw solid #ffffff;
  }
}

.about_content-title02 {
  font-size: 26px;
  font-weight: 600;
  color: #29810B;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about_content-title02 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .about_content-title02 {
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
}

.about_content-line02 {
  width: 100%;
  height: 5px;
  background-color: #29810B;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about_content-line02 {
    margin-top: 0.9114583333vw;
  }
}
@media screen and (max-width: 767px) {
  .about_content-line02 {
    height: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}

.premium_content-wrapper {
  margin-top: 45px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .premium_content-wrapper {
    margin-top: 8vw;
    margin-bottom: 17.3333333333vw;
  }
}

.premium_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.premium_content:not(:first-child) {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .premium_content {
    display: block;
  }
  .premium_content:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}

.premium_content-title-container {
  height: 100px;
  width: 272px;
  background-color: #E9502E;
  border: 5px solid #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .premium_content-title-container {
    height: 13.0208333333vw;
    width: 26.0416666667vw;
    border: 0.6510416667vw solid #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .premium_content-title-container {
    width: 61.3333333333vw;
    height: 16vw;
    padding: 1.3333333333vw;
    margin: 0 auto;
    border: 0.5333333333vw solid #ffffff;
  }
}

.premium_content-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .premium_content-title {
    font-size: 1.5625vw;
    line-height: 2.8645833333vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .premium_content-title {
    font-size: 4vw;
    line-height: 5.6vw;
  }
}
.premium_content-title span {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .premium_content-title span {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .premium_content-title span {
    font-size: 5.3333333333vw;
  }
}

.premium_content-text-container {
  height: 100px;
  width: 865px;
  background-color: #FFF9EB;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .premium_content-text-container {
    width: 48.1770833333vw;
    height: 13.0208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .premium_content-text-container {
    width: 61.3333333333vw;
    height: 20vw;
    margin: 1.8666666667vw auto 0;
    padding: 1.3333333333vw;
  }
}

.premium_content-text {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .premium_content-text {
    font-size: 2.34375vw;
    line-height: 3.515625vw;
    padding: 0 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .premium_content-text {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
}

.schedule_description {
  font-size: 16px;
  color: #FF3333;
  margin-top: 35px;
  line-height: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .schedule_description {
    line-height: 3.2552083333vw;
  }
}
@media screen and (max-width: 767px) {
  .schedule_description {
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
}
.schedule_description span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .schedule_description span {
    font-size: 3.2vw;
    position: relative;
    top: 2.6666666667vw;
  }
}

.schedule_image-container {
  width: 800px;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .schedule_image-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .schedule_image-container {
    display: none;
  }
}

.schedule_image {
  width: 800px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .schedule_image {
    width: 100%;
  }
}

.schedule_note {
  font-size: 16px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .schedule_note {
    font-size: 1.8229166667vw;
    line-height: 2.734375vw;
  }
}
@media screen and (max-width: 767px) {
  .schedule_note {
    display: none;
  }
}

.schedule_table {
  margin-top: 80px;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .schedule_table {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .schedule_table {
    margin-top: 8vw;
  }
}

.schedule_table-head {
  height: 100px;
  width: 310px;
  background-color: #6DBB53;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #D7D7D7;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .schedule_table-head {
    height: 9.1145833333vw;
    width: 26.0416666667vw;
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .schedule_table-head {
    width: 35.4666666667vw;
    height: 12vw;
    font-size: 4vw;
  }
}

.schedule_table-data {
  font-size: 18px;
  line-height: 27px;
  background-color: #FFF9EB;
  padding: 17px 23px;
  border: 2px solid #D7D7D7;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .schedule_table-data {
    font-size: 1.8229166667vw;
    line-height: 2.734375vw;
  }
}
@media screen and (max-width: 767px) {
  .schedule_table-data {
    font-size: 3.2vw;
    line-height: 5.6vw;
    padding: 2.6666666667vw 1.8666666667vw;
  }
}

.flow_content-wrapper {
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flow_content-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .flow_content-wrapper {
    margin-top: 8vw;
  }
}

.flow_content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flow_content:not(:first-child) {
  margin-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flow_content:not(:first-child) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .flow_content:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}

.flow_content-numberarea {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  border: 5px solid #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flow_content-numberarea {
    width: 13.0208333333vw;
    height: 13.0208333333vw;
    border: 0.390625vw solid #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .flow_content-numberarea {
    width: 22.6666666667vw;
    height: 22.6666666667vw;
    border: 0.5333333333vw solid #ffffff;
  }
}
.flow_content-numberarea span {
  font-size: 60px;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flow_content-numberarea span {
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .flow_content-numberarea span {
    font-size: 8.5333333333vw;
  }
}

.flow_content-textarea {
  padding: 55px 0;
  width: 850px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flow_content-textarea {
    width: 52.0833333333vw;
    padding: 2.6041666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .flow_content-textarea {
    width: 61.3333333333vw;
    padding: 2.6666666667vw 0;
  }
}

.flow_content-title {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flow_content-title {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .flow_content-title {
    font-size: 3.7333333333vw;
  }
}
.flow_content-title span {
  margin-right: 55px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .flow_content-title span {
    margin-right: 2.6666666667vw;
  }
}

.flow_content-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flow_content-text {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .flow_content-text {
    font-size: 3.2vw;
    line-height: 5.6vw;
    margin-top: 2.6666666667vw;
  }
}

.torikumi_box {
  width: 100%;
  height: 300px;
  border: 2px solid #A3A3A3;
  background-color: #FFF9EB;
  overflow-y: scroll;
  margin-top: 50px;
  padding: 20px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .torikumi_box {
    height: 39.0625vw;
    padding: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi_box {
    padding: 2.6666666667vw;
    height: 80vw;
  }
}

.torikumi_box-title {
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .torikumi_box-title {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi_box-title {
    font-size: 4vw;
  }
}
.torikumi_box-title:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .torikumi_box-title:not(:first-child) {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi_box-title:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
.torikumi_box-title::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #005F92;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -15px;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .torikumi_box-title::before {
    height: 0.2604166667vw;
    box-shadow: 0 0.390625vw 0.78125vw rgba(0, 0, 0, 0.5);
    bottom: -1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi_box-title::before {
    height: 0.5333333333vw;
  }
}

.torikumi_box-textarea {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .torikumi_box-textarea {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi_box-textarea {
    margin-top: 6.6666666667vw;
  }
}

.torikumi_box-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .torikumi_box-text {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    margin-top: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi_box-text {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}

.torikumi_box-table {
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .torikumi_box-table {
    margin-top: 0.6510416667vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi_box-table {
    margin-top: 1.3333333333vw;
  }
}

.torikumi_box-table-head {
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .torikumi_box-table-head {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    padding-top: 0.6510416667vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi_box-table-head {
    font-size: 3.2vw;
    line-height: 4.8vw;
    padding-top: 1.3333333333vw;
  }
}

.torikumi_box-table-data {
  font-size: 16px;
  line-height: 24px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .torikumi_box-table-data {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    padding-left: 0.6510416667vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi_box-table-data {
    font-size: 3.2vw;
    line-height: 4.8vw;
    padding-top: 1.3333333333vw;
  }
}

.torikumi_box-name {
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .torikumi_box-name {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi_box-name {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}

.torikumi_box-table-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .torikumi_box-table-title {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi_box-table-title {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.torikumi_box-table-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #29810B;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .torikumi_box-table-title::before {
    height: 0.1302083333vw;
    bottom: -0.6510416667vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi_box-table-title::before {
    height: 0.2666666667vw;
    bottom: -1.3333333333vw;
  }
}

.postscript_area {
  background-color: #ffffff;
  padding: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .postscript_area {
    padding: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .postscript_area {
    padding: 2.6666666667vw;
  }
}

.postscript_title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .postscript_title {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .postscript_title {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}

.postscript_bold {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .postscript_bold {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    margin-top: 0.6510416667vw;
  }
}
@media screen and (max-width: 767px) {
  .postscript_bold {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 1.3333333333vw;
  }
}

.postscript_blue {
  color: #005F92;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .postscript_blue {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    margin-top: 0.6510416667vw;
  }
}
@media screen and (max-width: 767px) {
  .postscript_blue {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 1.3333333333vw;
  }
}

.postscript_text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .postscript_text {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    margin-top: 0.6510416667vw;
  }
}
@media screen and (max-width: 767px) {
  .postscript_text {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 1.3333333333vw;
  }
}

.pdf_area {
  display: flex;
  padding: 20px;
  align-items: center;
  background-color: #ffffff;
  margin-top: c20px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .pdf_area {
    padding: 1.3020833333vw;
    margin-top: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .pdf_area {
    padding: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.postscript_pdficon {
  width: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .postscript_pdficon {
    width: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .postscript_pdficon {
    width: 13.3333333333vw;
  }
}

.postscript_pdftext-wrapper {
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .postscript_pdftext-wrapper {
    margin-left: 1.3020833333vw;
  }
}

.postscript_bold a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #2F93C9;
  border-bottom: 1px solid #2F93C9;
  transition: 0.5s all ease;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .postscript_bold a {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .postscript_bold a {
    font-size: 3.2vw;
  }
}
.postscript_bold a:hover {
  opacity: 0.5;
  border-bottom: none;
}

.postscript_text {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .postscript_text {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .postscript_text {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}

.footer {
  background-color: #6DBB53;
  margin-top: 120px;
  padding: 50px 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer {
    padding: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 18.6666666667vw;
    padding: 0.2666666667vw 0 12.3333333333vw;
  }
}

.footer_inner {
  width: 850px;
  margin: 0 auto;
  padding: 0 5px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer_inner {
    width: 78.125vw;
    padding: 0 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner {
    width: 100%;
    padding: 5.3333333333vw 2.6666666667vw 5.3333333333vw;
  }
}

.footer_campany-container {
  margin-bottom: 30px;
  width: 100%;
  background-color: #ffffff;
  padding: 15px 0;
  border-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer_campany-container {
    margin-bottom: 3.90625vw;
    padding: 1.953125vw 0;
    border-radius: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer_campany-container {
    margin-bottom: 5.3333333333vw;
    padding: 2.6666666667vw 0;
    border-radius: 2.6666666667vw;
  }
}

.footer_campany-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.footer_campany-title:nth-of-type(2) {
  margin-top: 3vw;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer_campany-title {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer_campany-title {
    font-size: 3.7333333333vw;
  }
}

.footer_campany-title-2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.footer_campany-title-2 {
  margin-top: 4vw;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer_campany-title-2 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer_campany-title-2 {
    font-size: 3.7333333333vw;
  }
}

.footer_campany-logo {
  width: 500px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer_campany-logo {
    width: 39.0625vw;
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer_campany-logo {
    width: 53.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}



.footer_campany-logo-2 {
  width: 300px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer_campany-logo-2 {
    width: 26.0625vw;
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer_campany-logo-2 {
    width: 38.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.footer_text {
  font-size: 14px;
  line-height: 21px;
  margin-top: 5px;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer_text {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .footer_text {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 5.3333333333vw;
  }
}
.footer_text span {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer_text span {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer_text span {
    font-size: 4.2666666667vw;
  }
}

.footer_number {
  font-size: 14px;
  text-align: right;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer_number {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .footer_number {
    font-size: 3.2vw;
  }
}

.copy_writer {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .copy_writer {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .copy_writer {
    font-size: 3.2vw;
  }
}

.small-text {
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .small-text {
    font-size: 8px;
    line-height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .small-text {
    font-size: 9px;
    line-height: 10px;
  }
}

.black-text {
  color: #222222;
}

.top_scroll-wrapper {
  position: fixed;
  bottom: 30px;
  right: 60px;
  opacity: 0;
  transition: 0.3s all ease;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top_scroll-wrapper {
    bottom: 3.90625vw;
    right: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .top_scroll-wrapper {
    bottom: 1%;
    right: 0%;
    /* transform: translateX(50%); */
  }
}

.top_scroll {
  background: url(../image/top_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  display: block;
  transition: 0.3s all ease;
}
.top_scroll:hover {
  background: url(../image/top_arrow_active.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top_scroll {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .top_scroll {
    width: 11.333333vw;
    height: 11.3333333333vw;
  }
}

.show {
  opacity: 1;
}

.recommend-box {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: #FF2424;
  border-radius: 15px;
  width: 180px;
  height: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .recommend-box {
    top: -2.6041666667vw;
    width: 16.9270833333vw;
  }
}

.recommend-text {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 10px;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .recommend-text {
    font-size: 1.8229166667vw;
    border-radius: 1.953125vw;
    letter-spacing: 0.9114583333vw;
  }
}

.display-none-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .display-none-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .display-none-sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */






/* merit */
.merit.display-none-sp {
  margin-top: 5rem;
}
.display-none-sp .merit_content-wrapper {
  max-width: 1160px;
  margin: 0 auto;
}

/* merit table */
.merit table {
  border-collapse: collapse;
}
.merit caption {
  position: relative;
  width: 100%;
  padding: 1rem 2rem 2rem 2rem;
  color: #3ba13b;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.merit caption em {
  display: block;
  position: absolute;
  top: -70%;
  left: 16%;
  padding: 0.5em 0.5em 0.4em 0.8em;
  border-radius: 50px;
  background-color: #E9502E;
  color: #fff;
  transform: rotate(-6deg);
  font-size: 0.7em;
}
.merit caption em:after {
  content: '';
  position: absolute;
  bottom: -9px;
  right: 2rem;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #E9502E transparent transparent transparent;
}
.merit caption span {
  ddisplay: block;
  position: relative;
  border-radius: 100px;
  margin: 0px 0 0.5em 0.2em;
  padding: 0.3em 0.8em 0.2em 0.8em;
  border: 3px solid #fff;
  background-color: #f0eb3a;
  line-height: 36px;
  font-weight: bold;
  color: #222;
  font-size: 30px;
  vertical-align: top;
  box-shadow: 0px 3px 0px rgba(105, 130, 150, 0.25);
}
.merit caption span:nth-of-type(2) {
  background-color: #ddd;
  color: #444;
}
.merit th {
  border: 4px solid #9BC043;
  padding: 6px 15px 4px 15px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  color: #3ba13b;
  background-color: #feffd8;
  vertical-align: middle;
  position: relative;
}
.merit th:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f521';
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6em;
  margin: auto 0.5em auto 0;
  width: 1em;
  background-color: var(--transparent);
  font-weight: 900;
  font-size: 1.6em;
  color: #ffac07;
}
.merit th:nth-of-type(2n) {
  color: #222;
  background-color: #e6e6e6;
}
.merit th:nth-of-type(2n):before {
  color: #727272;
  content: '\f06a';
  font-size: 1.4em;
}
.merit .main-head th {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #4B931F;
  vertical-align: middle;
  position: relative;
  padding: 1rem 2rem;
  position: relative;
  z-index:1;
}
.merit .main-head th:before {
  position: absolute;
  top: 50%;
  left: -40%;
  width: 100%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  margin: auto;
  color: rgb(179 237 47 / 28%);
  font-size: 4.5rem;
  z-index: -1;
  font-family: 'Font Awesome 5 Free';
}
.merit .main-head th:nth-of-type(1):before {
  content: '\f058';
}
.merit .main-head th:nth-of-type(2):before {
  content: '\f071';
}
.merit .main-head th span {
  color: #fff;
 font-weight: bold;
}
.merit td {
  border: 4px solid #9BC043;
  padding: 6px 15px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  color: #222;
  background-color: #fff;
  vertical-align: top;
  position: relative;
}
.merit .table_blank {
  display: none;
}


/* merit2 table */
.merit2 > div {
  padding: 0 1rem;
}
.merit2 table {
  border-collapse: collapse;
}
.merit2 caption {
  position: relative;
  width: 100%;
  padding: 1rem 2rem 2rem 2rem;
  color: #3ba13b;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.merit2 caption em {
  display: block;
  position: absolute;
  top: -35%;
  left: 50%;
  padding: 0.5em 0.5em 0.4em 0.8em;
  border-radius: 50px;
  background-color: #E9502E;
  color: #fff;
  transform: translate(-180%, 0%) rotate(-6deg);
  font-size: 0.7em;
}
.merit2 caption em:after {
  content: '';
  position: absolute;
  bottom: -9px;
  right: 2rem;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #E9502E transparent transparent transparent;
}
.merit2 caption div {
  padding-top: 0.5em;
}
.merit2 caption span {
  ddisplay: block;
  position: relative;
  border-radius: 100px;
  margin: 0px 0 0.5em 0.2em;
  padding: 0.3em 0.8em 0.2em 0.8em;
  border: 3px solid #fff;
  background-color: #f0eb3a;
  line-height: 36px;
  font-weight: bold;
  color: #222;
  font-size: 30px;
  vertical-align: top;
  box-shadow: 0px 3px 0px rgba(105, 130, 150, 0.25);
}
.merit2 caption span:nth-of-type(2) {
  background-color: #ddd;
  color: #444;
}
.merit2 th {
  border: 4px solid #9BC043;
  padding: 6px 15px 4px 15px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  color: #3ba13b;
  background-color: #feffd8;
  vertical-align: middle;
  position: relative;
}
.merit2 table:nth-of-type(2) th:nth-of-type(1) {
  border-top: none;
}
.merit2 th:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f521';
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6em;
  margin: auto 0.5em auto 0;
  width: 1em;
  background-color: var(--transparent);
  font-weight: 900;
  font-size: 1.6em;
  color: #ffac07;
}
.merit2 table:nth-of-type(2) th {
  color: #222;
  background-color: #e6e6e6;
}
.merit2 table:nth-of-type(2) th:before {
  color: #727272;
  content: '\f06a';
}
.merit2 .main-head th {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #4B931F;
  vertical-align: middle;
  position: relative;
  padding: 1rem 2rem;
  position: relative;
  z-index:1;
}
.merit2 table:nth-of-type(2) .main-head th {
  color: #ffffff;
  background-color: #4B931F;
}
.merit2 table:nth-of-type(1) .main-head :before,
.merit2 table:nth-of-type(2) .main-head :before {
  position: absolute;
  top: 50%;
  left: -40%;
  width: 100%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  margin: auto;
  color: rgb(179 237 47 / 28%);
  font-size: 4.5rem;
  z-index: -1;
  font-family: 'Font Awesome 5 Free';
}
.merit2 table:nth-of-type(1) .main-head th:before {
  content: '\f058';
}
.merit2 table:nth-of-type(2) .main-head th:before {
  content: '\f071';
}
.merit2 .main-head th span {
  color: #fff;
 font-weight: bold;
}
.merit2 td {
  border: 4px solid #9BC043;
  padding: 6px 15px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  color: #222;
  background-color: #fff;
  vertical-align: top;
  position: relative;
}
