@charset "UTF-8";
@import url("sanitize.css");
@import url("../js/slick/slick.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #0071C3;
  color: #ffffff;
}

::selection {
  background-color: #0071C3;
  color: #ffffff;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  background-color: #ffffff;
  color: #1a1a1a;
}

.material-icons,
.pagetop a::before,
.menu-content ul li a::after,
.index ul li a::after,
.linkbo_01 a::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

body {
  font-size: 1.6rem;
  line-height: auto;
}

hr {
  background: transparent;
  border-top: 1px solid #cccccc;
}

a {
  color: #0066be;
  text-decoration: none;
}
a:hover {
  color: #ec0000;
  text-decoration: underline;
}
a:focus {
  overflow: hidden;
}

h1 {
  color: #003962;
  font-size: 5rem;
  font-weight: bold;
  margin: 0 auto 30px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  padding: 20px 10px 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  border-width: 2px 0 0 0;
  color: #0071C3;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
    padding: 15px;
  }
}

h3 {
  font-size: 2.2rem;
  font-weight: 400;
  padding: 10px 20px;
  background-color: #0071C3;
  border-radius: 5px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 2rem;
  font-weight: 400;
  border-left: 10px solid #0071C3;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.8rem;
    padding: 5px 10px;
  }
}

h5 {
  font-size: 1.8rem;
  font-weight: 400;
  background-color: rgba(0, 113, 195, 0.1);
  color: #003962;
  padding: 5px 10px;
  border-radius: 5px;
}

h6 {
  font-size: 1.6rem;
  font-weight: 400;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}

table {
  display: table;
  border-collapse: collapse;
  border: none;
  margin-bottom: 30px;
}
table th, table td {
  display: table-cell;
  border: 1px solid #cccccc;
  padding: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  table th, table td {
    display: block;
    width: 100% !important;
  }
}
table th {
  font-weight: 400;
  text-align: center;
  background-color: rgba(0, 113, 195, 0.1);
}

#bg {
  overflow: hidden;
  min-width: 320px;
}

#header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  transition: 0.5s;
}
#header.is-fix {
  position: fixed;
  top: -100px;
  z-index: 5;
}
#header.is-show {
  position: fixed;
  top: 0;
  z-index: 5;
}

#header_in {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #header_in {
    width: 100%;
    border-radius: 0;
    padding: 10px;
  }
}

#siteid {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #siteid {
    width: 80%;
  }
}
#siteid p {
  margin: 0;
}
#siteid h1,
#siteid p a {
  display: block;
  margin: 0;
  padding: 0;
  height: 60px;
  text-indent: -55555em;
  background-image: url("../site_files/logo/siteid.png");
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
@media screen and (max-width: 767px) {
  #siteid h1,
  #siteid p a {
    height: 50px;
  }
}

#hcontents {
  width: 80%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #hcontents {
    display: none;
  }
}

.header_bo {
  margin: 0;
  padding: 0;
  height: 60px;
  display: flex;
  align-items: center;
}
.header_bo a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #0071C3;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #0071C3;
  transition: 0.5s;
}
.header_bo a:hover {
  background-color: #ffffff;
  color: #0071C3;
  text-decoration: none;
}

.gmenu {
  margin-right: 20px;
}
.gmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}
.gmenu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 0.5em;
  color: #1a1a1a;
}

#pankuzu {
  margin-bottom: 30px;
  font-size: 1.2rem;
}
#pankuzu ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 96%;
  max-width: 1240px;
}
#pankuzu ul li {
  display: inline-block;
}
#pankuzu ul li a::after {
  content: "＞";
  display: inline-block;
  padding: 0 0.5rem;
  color: #1a1a1a;
}
#pankuzu ul li a:hover::after {
  text-decoration: none;
}

.subpage #wrap_in {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .subpage #wrap_in {
    display: inherit;
  }
}

.page_title {
  margin-bottom: 30px;
}
.page_title h1 {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
}

#unit_a {
  width: 74.5%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #unit_a {
    width: 100%;
  }
}
#unit_a img {
  max-width: 100% !important;
  height: auto !important;
}
#unit_a table[border="0"] tr {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#unit_a table[border="0"] tr td {
  border: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #unit_a table[border="0"] tr td {
    width: 100%;
  }
}

#unit_b {
  width: 23.5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #unit_b {
    width: 100%;
  }
}

.menu_2 {
  margin-bottom: 30px;
}
.menu_2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_2 p,
.menu_2 ul li {
  margin: 0;
  padding: 0;
}
.menu_2 p a,
.menu_2 ul li a {
  display: block;
  padding: 15px 30px 15px 10px;
  border-bottom: 1px solid #cccccc;
  color: #1a1a1a;
  position: relative;
}
.menu_2 p a::after,
.menu_2 ul li a::after {
  content: "play_circle_filled";
  font-family: "Material Icons";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.8rem;
  color: #0071C3;
}
.menu_2 p a:hover,
.menu_2 ul li a:hover {
  text-decoration: none;
  color: #e35d4d;
}
.menu_2 p a:hover::after,
.menu_2 ul li a:hover::after {
  color: #e35d4d;
}

#footer {
  text-align: center;
}

.fmenu {
  padding: 20px 0;
  margin-bottom: 30px;
  background-color: #0071C3;
}
.fmenu ul {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.fmenu ul li a {
  display: inline-block;
  color: #ffffff;
  padding: 0 1rem;
}

.footer_info {
  margin-bottom: 50px;
}
.footer_info .info_name {
  font-size: 2rem;
}
.footer_info address {
  font-style: normal;
}

.support {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto 30px;
  text-align: left;
  border-top: 1px solid #cccccc;
}

.copy {
  font-size: 1rem;
  padding: 10px 0;
}

.pagetop {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 50px;
  right: 20px;
}
.pagetop a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #e35d4d;
  color: #ffffff;
  border-radius: 50%;
}
.pagetop a:hover {
  text-decoration: none;
  background-color: #0071C3;
}
.pagetop a::before {
  content: "expand_less";
  font-family: "Material Icons";
  font-size: 3rem;
  line-height: 1.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 50px;
    height: 50px;
  }
  .pagetop a span {
    display: none;
  }
}

.toppage h2 {
  background-color: transparent;
  color: #0071C3;
  border: none;
  text-align: center;
  font-size: 5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .toppage h2 {
    font-size: 3rem;
  }
}
.toppage h3 {
  background-color: transparent;
  border: none;
}
.toppage #wrap_in {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 10;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  color: #0071C3;
  text-align: center;
}

.slick-prev {
  left: 20px;
}
.slick-prev::before {
  content: "arrow_back_ios";
}

.slick-next {
  right: 20px;
}
.slick-next::before {
  content: "arrow_forward_ios";
}

.slick-prev::before,
.slick-next::before {
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Material Icons";
}

.slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -40px;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  color: #0071C3;
}
.slick-dots li button::before {
  content: "●";
  font-size: 2rem;
  line-height: 2rem;
  opacity: 0.25;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
}

.slide_01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .slide_01 {
    margin-bottom: 60px;
  }
}
.slide_01 p {
  margin: 0 10px;
}
.slide_01 .slick-slide {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.slide_01 .slick-slide img {
  width: 90vw !important;
  max-width: 1240px !important;
  height: auto !important;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .slide_01 .slick-slide img {
    width: 100vw !important;
  }
}

.slick-track {
  overflow: hidden;
}

.slide_area {
  position: relative;
}
.slide_area .slide_copy {
  width: 96%;
  max-width: 1240px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  font-size: clamp(2rem, 3vw, 5rem);
  font-weight: bold;
}
.slide_area .slide_copy p {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  padding: 0 20px;
}

#news_topics [class*=news_topics_] {
  width: 96%;
  max-width: 1028px;
  margin: 0 auto;
  margin-bottom: 100px;
}
#news_topics .rss {
  font-size: 1rem;
  margin: 0 10px;
}
#news_topics .rss a {
  padding: 0 5px;
  background-color: #47b2ff;
  color: #ffffff;
}
#news_topics dl {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#news_topics dl dt {
  margin: 30px 0 0 0;
  padding: 30px 0 0 5.5rem;
  border-top: 1px solid #cccccc;
  position: relative;
}
#news_topics dl dt span {
  display: inline-block;
}
#news_topics dl dt.new::before {
  content: "New!";
  color: #e35d4d;
  display: inline-block;
  position: absolute;
  left: 0;
}
#news_topics dl dd {
  margin: 0;
  padding: 0 0 0 5.5rem;
}
#news_topics .disp_list {
  text-align: center;
}
#news_topics .disp_list a {
  display: inline-block;
  border: 1px solid #0071C3;
  background-color: #0071C3;
  color: #ffffff;
  padding: 20px 30px;
  min-width: 240px;
  border-radius: 50px;
  transition: 0.5s;
}
#news_topics .disp_list a:hover {
  background-color: #ffffff;
  color: #0071C3;
  text-decoration: none;
}

.top_about {
  background-image: url("../all_img/org/top_about_bg.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 100px 0 50px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .top_about {
    margin-bottom: 100px;
  }
}
.top_about h2 {
  color: #ffffff;
  padding-top: 100px;
}
.top_about h3 {
  color: #1a1a1a;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 0;
  font-size: 4vw;
  font-weight: bold;
  font-family: serif;
  line-height: 1.5em;
  padding: 10px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top_about h3 {
    font-size: 5vw;
  }
}
.top_about .about_logo {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
}
.top_about .about_logo img {
  width: 100% !important;
  height: auto !important;
}

.top_business {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .top_business {
    margin-bottom: 100px;
  }
}
.top_business ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 2.5%;
}
@media screen and (max-width: 767px) {
  .top_business ul {
    gap: 20px 2%;
  }
}
.top_business ul li {
  margin: 0;
  padding: 0;
  width: 48.7%;
  position: relative;
  font-size: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_business ul li {
    width: 100%;
    font-size: 1.8rem;
  }
}
.top_business ul li a {
  color: #1a1a1a;
}
.top_business ul li a:hover {
  color: #ec0000;
}
.top_business ul li a:hover img {
  transform: scale(1.1);
}
.top_business ul li span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 20px 20px 20px 60px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  background-image: url("../all_img/org/list_01.png");
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 30px;
}
@media screen and (max-width: 767px) {
  .top_business ul li span {
    background-size: 20px;
  }
}
.top_business ul li img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.top_recruit {
  background-image: url("../all_img/org/top_recruit_03.jpg");
  background-size: cover;
  background-position: center center;
  margin-bottom: 150px;
  height: 70vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_recruit {
    height: 50vh;
  }
}
.top_recruit .top_recruit_in {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 30%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  text-align: center;
  padding: 40px 0;
}
.top_recruit .top_recruit_in h3 {
  font-size: 5rem;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top_recruit .top_recruit_in h3 {
    font-size: 3rem;
  }
}

.top_2_colum {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.top_fb {
  width: 48.7%;
  border: 1px solid #cccccc;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .top_fb {
    width: 100%;
  }
}
.top_fb iframe {
  display: block;
  margin: 0 auto;
  max-width: 100% !important;
}
@media screen and (max-width: 767px) {
  .top_fb iframe {
    height: 300px !important;
  }
}

.top_kifu {
  width: 48.7%;
  border: 1px solid #cccccc;
  padding: 35px 5%;
  text-align: center;
  background-color: #0071C3;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .top_kifu {
    width: 100%;
  }
}
.top_kifu h2 {
  color: #ffffff;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .top_kifu h2 {
    font-size: 3rem;
  }
}
.top_kifu h3 {
  font-size: 4rem;
}

.linkbo_01,
.linkbo_02 {
  text-align: center;
  padding: 20px 0;
}
.linkbo_01 a,
.linkbo_02 a {
  display: inline-block;
  border: 1px solid #0071C3;
  background-color: #0071C3;
  color: #ffffff;
  padding: 20px 30px;
  min-width: 240px;
  border-radius: 50px;
  position: relative;
  transition: 0.5s;
}
.linkbo_01 a:hover,
.linkbo_02 a:hover {
  background-color: #ffffff;
  color: #0071C3;
  text-decoration: none;
}

.linkbo_02 a {
  background-color: #ffffff;
  color: #0071C3;
}
.linkbo_02 a:hover {
  background-color: #0071C3;
  color: #ffffff;
  border-color: #ffffff;
}

.index {
  margin-bottom: 50px;
}
.index dl dd {
  display: none;
}
.index dl,
.index ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.index dl dt,
.index ul li {
  margin: 0 0 20px 0;
  padding: 0;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .index dl dt,
  .index ul li {
    width: 100%;
  }
}
.index dl dt a,
.index ul li a {
  display: block;
  height: 100%;
  padding: 10px 40px 10px 10px;
  border-bottom: 1px solid #0071C3;
  position: relative;
  color: #1a1a1a;
}
.index dl dt a::after,
.index ul li a::after {
  content: "chevron_right";
  position: absolute;
  font-family: "Material Icons";
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.8rem;
}
.index dl dt a:hover,
.index ul li a:hover {
  color: #e35d4d;
  text-decoration: none;
}

.site_map {
  margin-bottom: 50px;
}
.site_map p {
  font-size: 2rem;
}
.site_map ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.site_map ul li::before {
  content: "play_circle_filled";
  font-family: "Material Icons";
  color: #0071C3;
  margin-right: 0.5rem;
}
.site_map ul li[class*=layer_] {
  border-top: 1px dotted #cccccc;
  font-size: 1.8rem;
  padding-top: 30px;
  margin-bottom: 30px;
}
.site_map ul li.layer_1 {
  border-top: 3px solid #0071C3;
  font-size: 2rem;
}
.site_map ul.in_page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
  padding-top: 20px;
}
.site_map ul.in_page li {
  width: 49%;
  padding: 5px 0 5px 2rem;
}
.site_map ul.in_page li::before {
  content: "chevron_right";
}
.site_map ul.in_page li {
  text-indent: -2rem;
}
@media screen and (max-width: 767px) {
  .site_map ul.in_page li {
    width: 100%;
  }
}

#send_mailform {
  padding: 20px;
}
#send_mailform .inputform {
  border-top: 1px solid #cccccc;
}
#send_mailform .inputform dl {
  display: flex;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 20px 0;
}
#send_mailform .inputform dl dt {
  width: 30%;
  margin: 0;
}
#send_mailform .inputform dl dt span {
  font-size: 1.6rem;
  white-space: nowrap;
}
#send_mailform .inputform dl dd {
  width: 70%;
  margin: 0;
}
#send_mailform .inputform dl dd input[type=text] {
  padding: 5px;
  font-size: 2rem;
  max-width: 80%;
  min-width: 80%;
}
#send_mailform .inputform dl dd textarea {
  padding: 5px;
  font-size: 2rem;
  max-width: 80%;
  min-width: 80%;
}
#send_mailform .inputform dl dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#send_mailform .inputform dl dd ul li {
  padding: 0;
}
#send_mailform .form_button .send_btn {
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
  border: none;
  background: #0071C3;
  color: #ffffff;
  border-radius: 50px;
  font-size: 2rem;
}

.effect_1 {
  padding-top: 100px;
  transition: 0.8s;
}

.effect_2 {
  margin-left: -100%;
  margin-right: 100%;
  transition: 0.5s;
}

.effect_3 {
  margin-left: 100%;
  margin-right: -100%;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 150;
    background-color: #ffffff;
  }
  .menu-btn span,
  .menu-btn span::before,
  .menu-btn span::after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: #0071C3;
    position: absolute;
    transition: 0.4s ease-in-out;
  }
  .menu-btn span::before {
    bottom: 8px;
  }
  .menu-btn span::after {
    top: 8px;
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-btn {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    transition: 0.2s ease-in-out;
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: 0.2s ease-in-out;
    background-color: #ffffff;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    background-color: #ffffff;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 140;
    background-color: #0071C3;
    transition: all 0.5s;
    overflow: scroll;
    padding: 70px 20px;
  }
  .menu-content p {
    margin: 0;
    padding: 0;
  }
  .menu-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-content ul li {
    margin: 0;
    padding: 0;
  }
  .menu-content p a,
  .menu-content ul li a {
    display: block;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 10px 30px 10px 10px;
    position: relative;
  }
  .menu-content p a::after,
  .menu-content ul li a::after {
    content: "chevron_right";
    position: absolute;
    font-family: "Material Icons";
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.4rem;
    color: #ffffff;
  }
}/*# sourceMappingURL=org.css.map */