@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700;900&family=Noto+Serif+JP&family=Roboto:wght@300;400;700&display=swap");
html {
  font-size: 0.0732064422vw;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
@media screen and (max-width: 479px) {
  html {
    font-size: 0.2666666667vw;
    scroll-padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 1px;
  }
}
* {
  box-sizing: border-box;
}
body {
  font-size: 15rem;
  color: #363636;
  position: relative;
  margin: 0;
  background-color: #fff6e7;
}

.disp-pc {
  display: block;
}
.disp-sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .disp-pc {display: none;}
  .disp-sp {display: block;}
}



/*section*/
.sec_wrapper_a {
  width: 100%;
  background-color: #fff6e7;
}
.sec_wrapper_b {
  width: 100%;
  background: linear-gradient(180deg, rgb(254, 199, 157), rgb(255, 223, 200));
}
.sec_wrapper_c {
  width: 100%;
  background: linear-gradient(180deg, rgb(255, 223, 200), rgb(254, 199, 157));
}
.sec_inner_a {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50rem 50rem;
}
.sec_inner_b {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50rem 50rem;
}
.sec_inner_a_wrapper {
  width: 100%;
  padding:0 60rem;
}
.sec_inner_b_wrapper {
  width: 100%;
  padding: 60rem 60rem;
  background-color: #FFFFFF;
  border-radius: 20px;
}

@media screen and (max-width: 479px) {
.sec_inner_a {
  padding: 20rem 20rem;
}
.sec_inner_b {
  padding: 20rem 20rem;
}
.sec_inner_a_wrapper {
  padding:0;
}
.sec_inner_b_wrapper {
  padding: 30rem 15rem;
}
}
/*section*/



/*margin*/
.mr_t50 {
  margin-top: 50rem;
}
@media screen and (max-width: 479px) {
.mr_t50 {
  margin-top: 30rem;
}
}
/*margin*/



/*head-bar*/
header {
  position: sticky;
  position: -webkit-sticky;
  top: 0; 
  z-index: 10;
}
.head-bar {
  background-color: #000000;
  width: 100%;
  padding: 15px 50px;
  display: flex; 
  align-items: center; 
}
.head-bar .logo-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex; 
  align-items: center; 
  justify-content:space-between;
}
.head-bar .logo-wrapper .logo {
  width: 300px;
}
.head-bar .logo-wrapper .sp_menu {
  display: none;
}
@media screen and (max-width: 479px) {
.head-bar {
  width: 100%;
  padding: 10rem 10rem;
  height: 70rem;
}
.head-bar .logo-wrapper .logo {
  width: 70%;
}
.head-bar .logo-wrapper .sp_menu {
  display: block;
}
}
/*head-bar*/



/*main-visual*/
.main-visual {
  width: 100%;
  background-image: url("../images/sys_main_visual.png");
  background-size: cover;
  background-position: center top;
}
.main-visual .mv-content {
  max-width: 1200px;
  margin: 0 auto;
}
.main-visual .mv-content .mv-inner {
  width: 100%;
  padding: 150rem 50rem;
  color: #FFFFFF;
}
.main-visual .mv-content .mv-inner h1 {
  font-size: 30rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.89rem;
  text-shadow: 2rem 2rem 5rem rgba(0, 0, 0, 0.8);
}
.main-visual .mv-content .mv-inner h1 span {
  font-size: 50rem;
  font-weight: 700;
  letter-spacing: -0.89rem;
  text-shadow: 2rem 2rem 5rem rgba(0, 0, 0, 0.8);
}
.main-visual .mv-content .mv-inner h1 span div {
  color: #fba507;
  display: inline-block;
}
@media screen and (max-width: 479px) {
.main-visual .mv-content .mv-inner {
  padding: 100rem 30rem;
}
.main-visual .mv-content .mv-inner h1 {
  font-size: 20rem;
}
.main-visual .mv-content .mv-inner h1 span {
  font-size: 32rem;
}
}
/*main-visual*/



/*menu bar*/
.menu_section {
  display: block;
  position: sticky;
  position: -webkit-sticky;
  top: 74px; 
  z-index: 5;
}
@media screen and (max-width: 479px) {
.menu_section {
  display: none;
}
}
.menu-wrapper {
  max-width: 1400px;
  color: white;
  margin: 0 auto;
  padding: 20px 50rem 20px;
}
.menu-wrapper .menu-bar {
  width: 100%;
  margin: 0 auto;
  padding: 2px 0;
  display: flex;
  flex-direction: column;
  background: transparent linear-gradient(132deg, #f9a01c 0%, #f36815 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  box-shadow: 4rem 4rem 7rem 0 rgba(0, 0, 0, 0.4);
}
.menu-wrapper .menu-bar ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.menu-wrapper .menu-bar ul li {
  position: relative;
  margin-right: 20rem;
  padding-right: 20rem;
  font-size: 20rem;
}
.menu-wrapper .menu-bar ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.menu-wrapper .menu-bar ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.menu-wrapper .menu-bar ul li:last-of-type::after {
  display: none;
}
.menu-wrapper .menu-bar ul a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: color .1s ease-in-out;
}
@media (hover: hover) {
  .menu-wrapper .menu-bar ul a:hover {
    color: #f2d9b2;
    transition: color .1s ease-in-out .1s;
  }
}
/*menu bar*/



/*text style*/
.section_title {
  font-size: 28rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FF6702;
  position: relative;
  padding: 4rem 0 18rem;
  text-align: center;
  margin-bottom: 38rem;
}
.section_title:before {
  position: absolute;
  bottom: -5rem;
  left: calc(50% - 35rem);
  width: 70rem;
  height: 5rem;
  content: '';
  border-radius: 1px;
  background: #FF6702;
}
.section_text_main {
  font-size: 20rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30rem;
}
.section_sub_title {
  font-size: 20rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  padding: 5rem 36rem;
  border-radius: 0 22px 22px 0;
  background: transparent linear-gradient(132deg, #f9a01c 0%, #f36815 100%) 0% 0% no-repeat padding-box;
  margin-bottom: 50rem;
  display: inline-block;
}
.section_sub_title span {
  font-size: 14rem;
}

.sec3_sub_text {
  font-size: 16rem;
  line-height: 1.6;
  margin-bottom: 30rem;
}
.sec3_sub_text2 {
  font-size: 16rem;
  margin: 0 0 50rem;
}
.sec3_sub_text2 li{
  margin-bottom: 4rem;
  text-indent: -1em;
  padding-left: 1em;
}

.sec4_sub_text {
  font-size: 20rem;
  font-weight: 700;
  color: #FF6702;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 8rem;
}
.sec4_sub_text2 {
  font-size: 18rem;
  margin-bottom: 12rem;
  padding-left: 1em;
}
.note_01 {
  font-size: 14rem;
}
.note_01 li{
  margin-bottom: 6rem;
  text-indent: -1em;
  padding-left: 1em;
}
.note_02 {
  font-size: 14rem;
  text-indent: -2em;
  padding-left: 2em;
  margin-top: 10rem;
}
@media screen and (max-width: 479px) {
.section_title {
  font-size: 26rem;
  line-height: 1.3;
  margin-bottom: 38rem;
}
.section_title:before {
  position: absolute;
  bottom: -3rem;
}
.section_text_main {
  font-size: 16rem;
  line-height: 1.6;
  margin-bottom: 30rem;
}
.section_sub_title {
  font-size: 18rem;
  padding: 5rem 20rem;
  margin-bottom: 20rem;
}
.section_sub_title span {
  font-size: 14rem;
}

.sec3_sub_text {
  font-size: 16rem;
  line-height: 1.6;
  margin-bottom: 30rem;
}
.sec3_sub_text2 {
  font-size: 14rem;
  margin: 0 0 50rem;
}
.sec3_sub_text2 li{
  margin-bottom: 4rem;
}

.sec4_sub_text {
  font-size: 16rem;
  margin-bottom: 8rem;
}
.sec4_sub_text2 {
  font-size: 14rem;
  margin-bottom: 12rem;
}
.note_01 {
  font-size: 12rem;
}
.note_01 li{
  margin-bottom: 6rem;
}
.note_02 {
  font-size: 12rem;
  margin-top: 10rem;
}
}
/*text style*/



/*scroll-box*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.scroll-box img {
  max-width: 100%;
  min-width: 640px;
  vertical-align: top;
  margin-bottom: 10px;
}
/*===========
scrollbar
===========*/
/*height*/
.scroll-box::-webkit-scrollbar {
  height: 15rem;
}
/*background*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*Moving parts*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*Mouseover*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
/*scroll-box*/



/*3contents*/
.conte3_wrapper {
  display: flex;
  flex-direction: row;
  margin: 30rem 0;
  justify-content: space-between;
}
.conte3_item {
  width: 31%;
  display:flex;
  flex-direction:column;
  margin-bottom: 0;
}
.conte3_item_title {
  font-size: 22rem;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  padding: 40rem 15rem;
  border-top: solid 2px #ff903d;
  border-left: solid 2px #ff903d;
  border-right: solid 2px #ff903d;
  border-radius: 20px 20px 0 0;
  background: transparent linear-gradient(132deg, #f9a01c 0%, #f36815 100%) 0% 0% no-repeat padding-box;
  text-align: center;
}
.conte3_item_image {
  padding: 10rem 90rem;
  border-left: solid 2px #ff903d;
  border-right: solid 2px #ff903d;
  background-color: #FFFFFF;
}
.conte3_item_text {
  font-size: 15rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 16rem 30rem;
  border-left: solid 2px #ff903d;
  border-right: solid 2px #ff903d;
  border-bottom: solid 2px #ff903d;
  border-radius: 0 0 20px 20px;
  background-color: #FFFFFF;
  flex-grow:1;
}

@media screen and (max-width: 479px) {
.conte3_wrapper {
  flex-direction: column;
  margin: 30rem 0;
}
.conte3_item {
  width: 100%;
  margin-bottom: 20rem;
}
.conte3_item_title {
  padding: 20rem 15rem;
}
.conte3_item_image {
  padding: 10rem 100rem;
}
}
/*3contents*/



/*2contents*/
.conte2_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20rem;
}
.conte2_item_1 {
  width: 49%;
}
.conte2_item_2 {
  width: 48%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #ffefd8;
  padding: 20rem 20rem;
}
.conte2_item_2_1 {
  width: 55%;
}
.conte2_item_2_2 {
  width: 40%;
  padding-top: 0;
  text-align: center;
}
.conte2_item_2_2 img {
  width: 70%;
}
.conte2_item_2_2_title {
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.5;
  color: #F97200;
  margin-bottom: 15rem;
}
.conte2_item_2_2_text {
  font-size: 15rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 479px) {
.conte2_wrapper {
  flex-direction: column;
  margin-bottom: 20rem;
}
.conte2_item_1 {
  width: 100%;
}
.conte2_item_2 {
  width: 100%;
  padding: 20rem 20rem;
  flex-direction: column;
}
.conte2_item_2_1 {
  width: 100%;
}
.conte2_item_2_2 {
  width: 100%;
  padding-top: 16rem;
}
.conte2_item_2_2 img {
  width: 50%;
}
.conte2_item_2_2_title {
  font-size: 18rem;
}
}
/*2contents*/



/*2figures*/
.figure2_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.figure2_item {
  width: 49%;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
.figure2_wrapper {
  flex-direction: column;
}
.figure2_item {
  width: 100%;
  margin-bottom: 20rem;
}
}
/*2figures*/



/*inquiry area*/
.inquiry_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30rem;
  color: #FFFFFF;
}
.inquiry_item_1 {
  width: 50%;
  padding: 60rem 20rem;
  background-image: url("../images/sys_img_03.png");
  background-size: cover;
  background-position: center top;
  text-align: center;
}
.inquiry_item_2 {
  width: 50%;
  padding: 60rem 20rem;
  background: transparent linear-gradient(132deg, #f9a01c 0%, #f36815 100%) 0% 0% no-repeat padding-box;
  text-align: center;
}
.inquiry_item_1_text {
  font-size: 30rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30rem;
}
.inquiry_item_1_text span {
  font-size: 20rem;
  font-weight: 400;
}
.inquiry_wrapper .inquiry_item_1 .cta-btn {
  font-size: 16rem;
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
  width: 260rem;
  padding: 13rem;
}
.inquiry_item_2_text1 {
  font-size: 20rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20rem;
}
.inquiry_item_2_text2 {
  font-size: 34rem;
  font-weight: 700;
  line-height: 1.1;
}
.inquiry_item_2_text2 span {
  font-size: 20rem;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
.inquiry_wrapper {
  flex-direction: column;
  margin-top: 30rem;
}
.inquiry_item_1 {
  width: 100%;
  padding: 30rem 18rem;
}
.inquiry_item_2 {
  width: 100%;
  padding: 30rem 18rem;
}
.inquiry_item_1_text {
  font-size: 28rem;
  line-height: 1.1;
  margin-bottom: 30rem;
}
.inquiry_item_1_text span {
  font-size: 18rem;
}
  .inquiry_wrapper .inquiry_item_1 .cta-btn {
  width: 200rem;
  padding: 8rem;
}
.inquiry_item_2_text1 {
  font-size: 18rem;
  margin-bottom: 20rem;
}
.inquiry_item_2_text2 {
  font-size: 32rem;
}
.inquiry_item_2_text2 span {
  font-size: 18rem;
}
}
/*inquiry area*/



/*banner area A*/
.banner_wrapper_a {
  width: 100%;
  background-image: url("../images/sys_bg_01.png");
  background-size: cover;
  background-position: center top;
}
.banner_inner_a {
  max-width: 700px;
  margin: 0 auto;
  padding: 40rem 0;
  color: #FFFFFF;
  text-align: center;
}
.banner_inner_a_text {
  font-size: 30rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20rem;
}
.banner_inner_a_text span {
  font-size: 20rem;
  font-weight: 400;
}
.banner_wrapper_a .banner_inner_a .cta-btn_2 {
  font-size: 16rem;
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
  width: 260rem;
  padding: 13rem;
}
@media screen and (max-width: 479px) {
.banner_inner_a {
  padding: 40rem 10rem;
}
.banner_inner_a_text {
  font-size: 26rem;
  line-height: 1.2;
  margin-bottom: 20rem;
}
.banner_inner_a_text span {
  font-size: 14rem;
}
  .banner_wrapper_a .banner_inner_a .cta-btn_2 {
  width: 200rem;
  padding: 8rem;
}
}
/*banner area A*/



/*banner area B*/
.banner_wrapper_b {
  width: 100%;
  background-image: url("../images/sys_bg_02.png");
  background-size: cover;
  background-position: center top;
}
.banner_inner_b {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30rem 50rem 0 20rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.banner_inner_b_item_1 {
  width: 65%;
  text-align: center;
}
.banner_inner_b_item_2 {
  width: 35%;
}

.banner_inner_b_text1 {
  font-size: 33rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10rem;
}
.banner_inner_b_text2 {
  font-size: 53rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30rem;
}
.banner_inner_b_text2 span {
  font-size: 22rem;
  font-weight: 400;
  margin-left: -20rem;
}
.banner_wrapper_b .banner_inner_b .cta-btn_3 {
  font-size: 16rem;
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
  width: 260rem;
  padding: 13rem;
  margin-bottom: 30rem;
}
@media screen and (max-width: 479px) {
.banner_inner_b {
  padding: 30rem 20rem 0;
  flex-direction: column;
}
.banner_inner_b_item_1 {
  width: 100%;
}
.banner_inner_b_item_2 {
  width: 60%;
}

.banner_inner_b_text1 {
  font-size: 20rem;
  line-height: 1.1;
  margin-bottom: 10rem;
}
.banner_inner_b_text2 {
  font-size: 30rem;
  line-height: 1;
  margin-bottom: 30rem;
}
.banner_inner_b_text2 span {
  font-size: 18rem;
  margin-left: 0;
}
  .banner_wrapper_b .banner_inner_b .cta-btn_3 {
  width: 200rem;
  padding: 8rem;
}
}
/*banner area B*/



/*CTA_1*/
.main-visual .mv-content .cta-btn {
  font-size: 16rem;
  line-height: 1.5;
  z-index: 1;
  width: 260rem;
  margin-top: 40rem;
  padding: 13rem;
}
.cta-btn {
  color: white;
  text-align: center;
  background-image: linear-gradient(100deg in hsl shorter hue, #fb6b02, #fba507, #fb6b02);
  background-size: 200% auto;
  background-position: 99% 0;
  background-clip: border-box;
  padding: 10rem 32rem;
  border-radius: 100rem;
  -webkit-transition: background 0.5s, -webkit-box-shadow 0.5s;
  transition: background 0.5s, -webkit-box-shadow 0.5s;
  transition: background 0.5s, box-shadow 0.5s;
  transition: background 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.cta-btn:hover {
  background-position: 1% 0;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3764705882);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3764705882);
}
@media screen and (max-width: 479px) {
  .main-visual .mv-content .cta-btn {
  width: 200rem;
  margin-top: 20rem;
  padding: 8rem;
}
  .cta-btn {
  padding: 4rem 24rem;
}
}
/*CTA_1*/



/*CTA_2*/
.cta-btn_2 {
  color: white;
  text-align: center;
  border: solid 2px #FFFFFF;
  padding: 10rem 32rem;
  border-radius: 100rem;
  background-color: rgba(255,255,255,0);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.cta-btn_2:hover {
  background-color: rgba(255,255,255,0.5);
}
@media screen and (max-width: 479px) {
  .cta-btn_2 {
    padding: 4rem 24rem;
  }
}
/*CTA_2*/



/*CTA_3*/
.cta-btn_3 {
  color: black;
  text-align: center;
  padding: 10rem 32rem;
  border-radius: 100rem;
  background-color: rgba(255,255,255,1);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.cta-btn_3:hover {
  background-color: rgba(255,255,255,0.5);
}
@media screen and (max-width: 479px) {
  .cta-btn_3 {
    padding: 4rem 24rem;
  }
}
/*CTA_3*/



/*following-banner*/
#following-banner {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 18rem;
  background: transparent linear-gradient(132deg, #FBA507 0%, #FB6B02 100%) 0% 0% no-repeat padding-box;
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: 300rem;
  height: 165rem;
  padding: 8rem;
  -webkit-transition: bottom 0s, opacity 0.5s;
  transition: bottom 0s, opacity 0.5s;
}
#following-banner small {
  font-size: 12rem;
  font-weight: 500;
}
#following-banner small::after {
  content: "";
  display: block;
  width: 3em;
  height: 3em;
  margin: 0.5em auto 0;
  background: url(../images/icon-feather-mail.svg) no-repeat;
  background-size: contain;
}
#following-banner a {
  display: block;
  background: #26354D;
  width: calc(100% - 30rem);
  margin: 8rem auto 0;
  padding: 3rem 0;
  font-size: 12rem;
  font-weight: initial;
  border-radius: 22rem;
}
#following-banner a:hover {
  opacity: 0.8;
}
#following-banner .bnr-close {
    position: absolute;
    top: -16rem;
    right: 2px;
    width: 30rem;
    height: 30rem;
    background: url("../images/close_btn.png")no-repeat;
    background-size: cover;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer
  }
@media screen and (max-width: 479px) {
  #following-banner {
    width: 100%;
    height: auto;
  }
  #following-banner small::after {
    content: none;
  }
  #following-banner a br {
    display: none;
  }
}
#following-banner.hidden {
  bottom: -170rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s, bottom 0s 0.5s;
  transition: opacity 0.5s, bottom 0s 0.5s;
}
/*following-banner*/



/*footer*/
footer {
  color: white;
  background-color: #121341;
}
footer .inner {
  display: flex;
  flex-direction: column;
  padding: 20rem 0 110rem;
}
footer .inner ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
footer .inner ul li {
  position: relative;
  margin-right: 25rem;
  padding-right: 25rem;
  font-size: 14rem;
}
footer .inner ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
footer .inner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
footer .inner ul li:last-of-type::after {
  display: none;
}
footer .inner ul a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: color .1s ease-in-out;
}
@media (hover: hover) {
  footer .inner ul a:hover {
    color: #fd4f23;
    transition: color .1s ease-in-out .1s;
  }
}
footer .inner .copyright {
  font-size: 0.8em;
  text-align: center;
}

@media screen and (max-width: 479px) {
footer .inner {
  padding: 16rem 0 140rem;
}
footer .inner ul li {
  margin-right: 1.5em;
  padding-right: 1.5em;
  }
footer .inner ul li {
  position: relative;
  margin-right: 14rem;
  padding-right: 14rem;
  font-size: 12rem;
}
}
/*footer*/



/*hamburger menu*/
.hb_menu_bars {
  width: 50px;
  padding: 0 5px;
}
.hb_menu_cross {
  width: 70px;
  padding: 20px 15px 20px;
}
.nav-unshown {
  display: none;
}
/* Thin black cover for closing */
#nav-close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
}

/* contents */
#sp-navi-in {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 80%;
  max-width: 560px;
  height: 100%;
  overflow: auto;
  background: #000000;
  transition: .3s ease-in-out;
  transform: translateX(105%);
}

/* When checked, various information is displayed */
#nav-input:checked ~ #nav-close {
  display: block;
}

/* Show contents (slide) */
#nav-input:checked ~ #sp-navi-in {
  box-shadow: 6px 0 25px rgb(0 0 0 / 15%);
  transform: translateX(0%);
}

.sp-navi-inner {
  color: #FFFFFF;
  background-color: #222121;
  padding: 10px 20px;
}
.sp-navi__navi {
  margin: 0;
}
.sp-navi__navi li {
  margin: 20px;
}
/*hamburger menu*/
