@charset "UTF-8";
/*
Theme Name: jbm_recruit
Theme URI: 
Author: Lastism
Description: jbm_recruit
*/
/* reset css　リセット
--------------------------------------------------------------------------------*/
/*! http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* base css
--------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .tb {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .tb {
    display: none;
  }
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  font-style: normal;
  color: #000;
  letter-spacing: 0.5px;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

*:focus {
  outline: none;
}

h2, h3 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
}

h4, h5 {
  font-weight: 500;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  h4, h5 {
    font-size: 23px;
  }
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
}

button {
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* color css
--------------------------------------------------------------------------------*/
/* font-family breakpoint
--------------------------------------------------------------------------------*/
/* l-header css
--------------------------------------------------------------------------------*/
.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  padding: 40px 20px 120px;
  background: #41C37C;
  overflow: scroll;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.l-nav[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.l-nav[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.l-nav__list > li {
  padding: 15px 0 10px 20px;
  position: relative;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .l-nav__list > li {
    padding: 25px 0 10px 25px;
  }
}
.l-nav__list > li + li {
  margin-top: 17px;
}
@media screen and (min-width: 1024px) {
  .l-nav__list > li + li {
    margin-top: 50px;
  }
}

.l-nav__list {
  padding-top: 140px;
  max-width: 835px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-nav__list {
    column-count: 2;
  }
}

.l-nav__list li:last-of-type .l-nav__link {
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .l-nav__list li:last-of-type .l-nav__link {
    font-size: 35px;
  }
}

.l-nav__link {
  display: flex;
  color: #fff;
  color: transparent;
  background: linear-gradient(to right, #436FC8 50%, #fff 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  font-style: normal;
  padding-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .l-nav__link {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    font-style: normal;
  }
}
.l-nav__link:hover {
  background-position: 0 100%;
}
.l-nav__link-num {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .l-nav__link-num {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    font-style: normal;
  }
}
.l-nav__link-news {
  font-size: 11px;
  margin-top: 3px;
  margin-left: 5px;
}
@media screen and (min-width: 1024px) {
  .l-nav__link-news {
    font-size: 17px;
  }
}
.l-nav__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}

.l-nav__link-entry {
  justify-content: space-between;
  align-items: center;
}

.l-nav__link-img {
  cursor: pointer;
  width: 31px;
  height: 31px;
}
@media screen and (min-width: 1024px) {
  .l-nav__link-img {
    width: 46px;
    height: 46px;
  }
}
.l-nav__link-img img {
  position: absolute;
  width: 31px;
}
@media screen and (min-width: 1024px) {
  .l-nav__link-img img {
    width: 46px;
  }
}
.l-nav__link-img img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}

.l-nav__link:hover img {
  opacity: 1;
}

/* l-main css
--------------------------------------------------------------------------------*/
.l-main {
  overflow: clip;
}

/* l-footer css
--------------------------------------------------------------------------------*/
.l-footer {
  background: #141414;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  font-style: normal;
}

.l-footer__container {
  max-width: 835px;
  padding: 40px 20px 50px;
  margin: 0 auto;
}

.l-footer__logo {
  width: 118px;
  padding-bottom: 45px;
}

.l-footer__content {
  padding: 45px 0;
}
@media screen and (min-width: 768px) {
  .l-footer__content {
    padding: 45px 0 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

/* c-btn css
--------------------------------------------------------------------------------*/
.c-btn-menu {
  display: block;
  height: 60px;
  margin-left: auto;
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 8888;
  width: 60px;
  border: 1px solid #fff;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .c-btn-menu {
    top: 40px;
    right: 60px;
  }
}
.c-btn-menu__text {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.c-btn-menu__text::before {
  content: "MENU";
  text-align: center;
  color: #fff;
  font-size: 8px;
  letter-spacing: 1px;
}
.c-btn-menu[aria-expanded=true] .c-btn-menu__text::before {
  content: "";
}
.c-btn-menu__line {
  display: block;
  height: 1px;
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background: #fff;
  transition: 0.4s;
}
.c-btn-menu__line:before, .c-btn-menu__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background: #fff;
  transition: inherit;
}
.c-btn-menu__line:before {
  top: -5px;
}
.c-btn-menu__line:after {
  top: 5px;
}
.c-btn-menu[aria-expanded=true] .c-btn-menu__line {
  background-color: transparent;
}
.c-btn-menu[aria-expanded=true] .c-btn-menu__line::before {
  top: -4px;
  -webkit-animation: 0.3s ease closeBar1 forwards;
  animation: 0.3s ease closeBar1 forwards;
}
.c-btn-menu[aria-expanded=true] .c-btn-menu__line::after {
  top: -4px;
  -webkit-animation: 0.3s ease closeBar2 forwards;
  animation: 0.3s ease closeBar2 forwards;
}
.c-btn-menu.-close::before {
  -webkit-animation: 0.3s ease closeBar1Rev forwards;
  animation: 0.3s ease closeBar1Rev forwards;
}
.c-btn-menu .-close::after {
  -webkit-animation: 0.3s ease closeBar2Rev forwards;
  animation: 0.3s ease closeBar2Rev forwards;
}

.is-in .c-btn-menu {
  border: 1px solid #000;
}
.is-in .c-btn-menu__text::before {
  color: #000;
}
.is-in .c-btn-menu__line {
  background: #000;
}
.is-in .c-btn-menu__line:before, .is-in .c-btn-menu__line:after {
  background: #000;
}

@-webkit-keyframes closeBar1 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes closeBar1 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes closeBar2 {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes closeBar2 {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes closeBar1Rev {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes closeBar1Rev {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes closeBar2Rev {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes closeBar2Rev {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(10px);
  }
}
.c-banner {
  position: fixed;
  bottom: 13px;
  right: 25px;
  z-index: 100;
  letter-spacing: 1px;
  width: 70px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c-banner {
    right: 38px;
  }
}

.c-banner__container::before {
  position: absolute;
  top: 22px;
  left: 24%;
  content: "ENTRY";
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.8;
  font-style: normal;
  color: #fff;
}
.c-banner__container a {
  width: 65px;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 60px 11px 25px;
  background-color: rgba(65, 195, 124, 0.65);
  transition: all 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.4;
}

.c-hideText {
  padding-top: 45px;
}
@media screen and (min-width: 768px) {
  .c-hideText {
    padding-top: 50px;
  }
}

.c-hideText__header {
  background: #fff;
  color: #000;
  border-radius: 18px;
  padding: 10px 10px 15px;
  transition-duration: 0.2s;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  font-style: normal;
}
.c-hideText__header-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  font-style: normal;
  color: #E73A3A;
}
.c-hideText__header-text {
  text-indent: 1em;
  letter-spacing: 1.7px;
  text-align: justify;
}

.c-hideText__content-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  font-style: normal;
  color: #2961D2;
}
.c-hideText__content-ttl-text {
  text-indent: 1em;
  letter-spacing: 1.7px;
  text-align: justify;
}

.c-hideText__content01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
  font-style: normal;
}
.c-hideText__content01-container {
  background: #fff;
  padding: 10px 10px 15px;
  color: #41C37C;
  border-radius: 18px;
}

.c-hideText__line {
  margin: 0 auto;
  width: calc(100% - 35px);
  height: 1px;
  background: linear-gradient(to right, #fff, #fff 4px, transparent 4px, transparent 4px) repeat-x left bottom/8px 1px;
}

.c-hideText__btn {
  text-align: center;
  margin: 10px auto 0;
}
.c-hideText__btn button {
  color: #fff;
  background: rgba(217, 217, 217, 0.3);
  border-radius: 23px;
  border: 1px solid #fff;
  padding: 10px 20px;
}
.c-hideText__btn button:hover {
  background: rgb(217, 217, 217);
}

.c-hideText__btn.js-click {
  display: none;
}

/* c-link css
--------------------------------------------------------------------------------*/
.c-logo {
  position: absolute;
  top: 40px;
  left: 20px;
  z-index: 1;
}
.c-logo img {
  width: 77px;
}

.c-logo-en {
  color: #fff;
}

.c-copyright {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
  font-style: normal;
}

/* c-headline css
--------------------------------------------------------------------------------*/
.c-headline {
  position: absolute;
  left: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 2px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-headline {
    left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .c-headline {
    left: 90px;
  }
}
.c-headline p {
  padding-top: 10px;
  position: relative;
}
.c-headline p::before {
  display: block;
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 25px;
  height: 1px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-section__number .c-headline {
    left: -30px;
  }
}

.c-ttl__business {
  margin: 45px auto 20px;
  padding: 20px;
  display: block;
  text-align: center;
  border-top: 1px solid #436FC8;
  border-bottom: 1px solid #436FC8;
}

/* c-text css
--------------------------------------------------------------------------------*/
.c-text__indent {
  text-indent: 1em;
  letter-spacing: 1.7px;
  padding-bottom: 35px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .c-text__indent {
    padding-bottom: 40px;
  }
}

.c-text__detail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  font-style: normal;
  padding-top: 20px;
}

.c-text__vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.c-flexbox {
  display: flex;
  align-items: center;
}

.c-box__number {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #41C37C;
  border-radius: 27px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 30px 15px 25px;
  max-width: 273px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.c-box__number-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  font-style: normal;
  margin: 0 auto;
}

.c-box__number-subttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  font-style: normal;
  margin: 0 auto;
}

.c-box__number-contentL {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 0.9;
  font-style: normal;
  padding: 10px 0;
  margin: 0 auto;
}

.c-box__number-contentM {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 0.9;
  font-style: normal;
  margin: 0 auto;
  padding: 10px 0;
}

.c-box__number-contentMS {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 0.9;
  font-style: normal;
  margin: 0 auto;
  padding: 10px 0;
}

.c-box__number-contentS {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 0.9;
  font-style: normal;
  margin: 0 auto;
  padding: 10px 0;
}

.c-box__number-contentSS {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 0.9;
  font-style: normal;
  margin: 0 auto;
  padding: 10px 0;
}

.c-box__number-flexstart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.c-box__number-flexstart .c-box__number-contentM {
  margin: 0;
  width: 50%;
  text-align: left;
}

.c-box__number-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.c-box__number-flex .c-box__number-ttl {
  margin: 0;
}

.c-box__number-average {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  font-style: normal;
  vertical-align: top;
}

.c-box__number-value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  font-style: normal;
}

.c-box__number-detail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  font-style: normal;
}

.c-box__number-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  font-style: normal;
  padding-right: 3px;
}

.c-box__number-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  font-style: normal;
  margin: -16px auto 10px;
}

/* c-slider css
--------------------------------------------------------------------------------*/
.c-slider_business {
  max-width: 273px;
  margin: 0 auto;
  margin-bottom: 55px !important;
}
@media screen and (min-width: 768px) {
  .c-slider_business {
    margin: 0;
  }
}

.slick-list {
  border: 1px solid #436FC8;
  border-radius: 23px;
  overflow: hidden;
}

.slick-dots {
  bottom: -35px !important;
}

.slick-dots li {
  margin: 0 !important;
}

.slick-dots li button {
  width: 15px !important;
}

.slick-dots li button:before {
  font-size: 12px !important;
  color: #D9D9D9 !important;
  width: 15px !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #436FC8 !important;
}

/* js-trigger css
--------------------------------------------------------------------------------*/
/* js-target css
--------------------------------------------------------------------------------*/
/* アニメーション */
.js-hidden {
  opacity: 0;
  transition: 1s;
  transform: translateY(20px);
}

.js-fadeIn {
  opacity: 1;
  transition: 1s;
  transform: translateY(0);
}

.js-banner {
  visibility: hidden;
  opacity: 0;
}

/* p-home-block css
--------------------------------------------------------------------------------*/
.p-section {
  padding: 75px 20px 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section {
    padding: 75px 60px 50px 90px;
  }
}

.p-section__contents {
  padding-top: 25px;
  padding-left: 60px;
  max-width: 835px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .p-section__contents {
    padding-left: 0;
  }
}

.p-section__contents-wide835 {
  max-width: 835px;
  margin: 0 auto;
}

.p-section__contents-wide1260 {
  padding-top: 25px;
  padding-left: 60px;
  max-width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-section__contents-wide1260 {
    padding-left: 0;
  }
}

.p-section__about {
  margin-top: 20%;
  background: #436FC8;
  color: #fff;
  padding-bottom: 235px;
}
@media screen and (min-width: 768px) {
  .p-section__about {
    padding-bottom: 60px;
  }
}

.p-section__about-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.8;
  font-style: normal;
  letter-spacing: 0;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .p-section__about .c-text__indent {
    padding-right: 210px;
  }
}

.p-section__about::before {
  display: block;
  content: "";
  position: absolute;
  top: -120px;
  left: calc(50% - 40px);
  background: url(./img/img-about01.png) center center no-repeat;
  background-size: contain;
  width: 270px;
  height: 270px;
}
@media screen and (min-width: 768px) {
  .p-section__about::before {
    top: -80px;
    left: calc(50% + 180px);
  }
}
@media screen and (min-width: 1024px) {
  .p-section__about::before {
    width: 290px;
    height: 290px;
    left: calc(50% + 300px);
  }
}

.p-section__about::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -170px;
  left: calc(50% - 160px);
  background: url(./img/img-about03.png) center center no-repeat;
  background-size: contain;
  width: 500px;
  height: 500px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-section__about::after {
    bottom: -200px;
    left: calc(50% + 70px);
  }
}
@media screen and (min-width: 1024px) {
  .p-section__about::after {
    left: calc(50% + 240px);
  }
}

.p-section__about .p-section__contents {
  position: relative;
}

.p-section__about .p-section__contents::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -215px;
  left: calc(50% - 250px);
  background: url(./img/img-about02.png) center center no-repeat;
  background-size: contain;
  width: 350px;
  height: 350px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-section__about .p-section__contents::after {
    bottom: -45px;
    left: calc(50% + 30px);
  }
}
@media screen and (min-width: 1024px) {
  .p-section__about .p-section__contents::after {
    bottom: -70px;
    left: calc(50% + 140px);
  }
}

.p-section__philosophy {
  background: #fff;
  color: #41C37C;
  padding-bottom: 374px;
}
.p-section__philosophy .c-headline p::before {
  background: #41C37C;
}
@media screen and (min-width: 768px) {
  .p-section__philosophy {
    padding-top: 115px;
    padding-bottom: 200px;
  }
}

.p-section__philosophy .p-section__contents {
  position: relative;
}

.p-section__philosophy .p-section__contents::after {
  position: absolute;
  display: block;
  content: "";
  background: #fff url("img/img-philosophy.png") no-repeat center center;
  background-size: contain;
  width: 400px;
  height: 580px;
  top: 50px;
  left: calc(50% - 130px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-section__philosophy .p-section__contents::after {
    width: 500px;
    height: 700px;
    top: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-section__philosophy .p-section__contents::after {
    left: calc(50% - 60px);
    top: -80px;
  }
}

.p-section__philosophy-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.8;
  font-style: normal;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
  width: 76px;
  height: 210px;
}
@media screen and (min-width: 768px) {
  .p-section__philosophy-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8;
    font-style: normal;
    letter-spacing: 9px;
    width: 108px;
    height: 312px;
  }
}

.p-section__company {
  background: #41C37C;
  color: #fff;
}

.p-section__company-ttl {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-section__company-ttl {
    padding-bottom: 80px;
  }
}

.p-section__company-sdgs {
  padding: 20px 0 55px;
  text-align: center;
}
.p-section__company-sdgs img {
  max-width: 440px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-section__company-sdgs {
    padding: 40px 0 20px;
  }
}

.p-section__movie {
  background: #fff;
  color: #E36060;
}
.p-section__movie .c-headline p::before {
  background: #E36060;
}

.p-section__movie-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.8;
  font-style: normal;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-section__movie-ttl {
    padding-bottom: 25px;
  }
}

.p-section__movie-link {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  font-style: normal;
  margin: 10px auto 0;
}
.p-section__movie-link a {
  color: #000;
}
.p-section__movie-link a:hover {
  color: #E36060;
}

.p-section__business {
  background: #fff;
  color: #436FC8;
}
.p-section__business .c-headline p::before {
  background: #436FC8;
}

.p-section__business-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.8;
  font-style: normal;
}

.p-section__business-wrap {
  position: relative;
}

.p-section__business-text {
  color: #000;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  .p-section__business-text {
    position: absolute;
    top: 50%;
    left: 305px;
    width: calc(100% - 305px);
    transform: translateY(-50%);
  }
}

.p-section__qa {
  background: #41C37C;
  color: #fff;
}
.p-section__qa .c-headline p::before {
  background: #fff;
}

.p-section__qa-ttl {
  max-width: 497px;
  margin: 0 auto 15px;
}

@media screen and (min-width: 768px) {
  .p-section__qa-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 55px;
    margin-right: -55px;
  }
}
@media screen and (min-width: 768px) {
  .p-section__qa-list li {
    width: calc(50% - 55px);
  }
}
@media screen and (min-width: 1024px) {
  .p-section__qa-list li {
    width: calc(25% - 55px);
  }
}

.p-section__staff {
  background: #41C37C;
  color: #fff;
}
.p-section__staff .c-headline p::before {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-section__staff-left {
    min-width: 276px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-section__staff-left {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-section__staff-right {
    padding-top: 190px;
  }
}
@media screen and (min-width: 1024px) {
  .p-section__staff-right {
    padding-left: 90px;
  }
}

.p-section__staff-list li {
  background: linear-gradient(to right, #fff, #fff 4px, transparent 4px, transparent 4px) repeat-x left bottom/8px 1px;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-section__staff-list li {
    display: flex;
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.p-section__staff-list li:first-of-type {
  padding-top: 0;
}
.p-section__staff-list li:last-of-type {
  background: none;
}

.p-section__staff-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  font-style: normal;
  position: relative;
  padding-right: 40px;
}
.p-section__staff-ttl::before {
  position: absolute;
  right: 20px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
}

.p-section__staff-number {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.8;
  font-style: normal;
}

.p-section__staff-post span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.8;
  font-style: normal;
}

.p-section__staff-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  font-style: normal;
  position: relative;
  padding-bottom: 40px;
}
.p-section__staff-name::before {
  position: absolute;
  bottom: 20px;
  left: 0;
  content: "";
  width: 12px;
  height: 1px;
  background: #fff;
}

.p-section__staff-nameEn {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  font-style: normal;
  letter-spacing: 1.2px;
}

.p-section__staff-img {
  max-width: 273px;
  margin: -40px auto 0;
  position: relative;
  z-index: -1;
}

.p-section__staff-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  font-style: normal;
  margin-top: -47px;
  padding-bottom: 35px;
}

.p-section__staff-text {
  padding-bottom: 10px;
}

.p-section__staff-qualification {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  padding-bottom: 20px;
}
.p-section__staff-qualification span {
  font-weight: 600;
}

.p-section__number {
  color: #41C37C;
  padding-bottom: 80px;
}
.p-section__number .c-headline p::before {
  background: #41C37C;
}
.p-section__number .p-section__container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-section__number {
    padding-bottom: 120px;
  }
}

.p-section__number::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -170px;
  left: calc(50% - 260px);
  background: url(./img/img-numbers.png) center center no-repeat;
  background-size: contain;
  width: 380px;
  height: 570px;
}
@media screen and (min-width: 768px) {
  .p-section__number::after {
    bottom: -290px;
    left: calc(50% - 490px);
    width: 630px;
    height: 900px;
  }
}

.p-section__number-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-section__number-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    font-style: normal;
  }
}

.p-section__number-list {
  padding: 35px 0 60px;
}
@media screen and (min-width: 576px) {
  .p-section__number-list {
    column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-section__number-list {
    padding: 50px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .p-section__number-list {
    column-count: 3;
  }
}

.p-section__number-subttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 5px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  position: relative;
  left: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .p-section__number-subttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8;
    font-style: normal;
    letter-spacing: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .p-section__number-subttl {
    left: calc(50% + 150px);
  }
}

.p-section__news {
  padding: 65px 20px 50px;
  background: #436FC8;
  color: #fff;
}
.p-section__news .c-headline p::before {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-section__news {
    padding: 110px 60px 50px 70px;
  }
}

.p-section__news-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  font-style: normal;
  padding-bottom: 15px;
}

.p-topics {
  border-top: 1px solid #fff;
}

.p-topics__list {
  border-bottom: 1px solid #fff;
}
.p-topics__list a {
  padding: 20px 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-topics__date {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  color: transparent;
  background: linear-gradient(to right, #41C37C 50%, #fff 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
}

.p-topics__list a:hover .p-topics__date {
  background-position: 0 100%;
}

.p-topics__ttl {
  color: transparent;
  background: linear-gradient(to right, #41C37C 50%, #fff 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
}

.p-topics__list a:hover .p-topics__ttl {
  background-position: 0 100%;
}

.p-topics__img {
  position: relative;
  width: 30px;
  height: 30px;
}
.p-topics__img img {
  position: absolute;
  width: 30px;
}
.p-topics__img img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}

.p-topics__list a:hover img {
  opacity: 1;
}

.p-section__news-link {
  display: block;
  border: 1px solid #fff;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  font-style: normal;
  background: rgba(217, 217, 217, 0.3);
  text-align: center;
  padding: 10px;
  margin: 40px auto 0;
  width: 116px;
}

.p-section__news-link:hover {
  background: rgb(217, 217, 217);
}

.p-section__entry {
  padding: 80px 0 100px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.p-section__entry p {
  color: #fff;
}

.p-section__entry-ttl {
  font-family: "Roboto", sans-serif;
  font-size: 114px;
  font-weight: 600;
  line-height: 1;
  font-style: normal;
  color: #41C37C;
  letter-spacing: 9px;
  position: relative;
  left: -8px;
}

.p-section__entry-img {
  position: relative;
  cursor: pointer;
  width: 144px;
  height: 140px;
  margin: 0 auto;
  padding-top: 50px;
}
.p-section__entry-img img {
  position: absolute;
  left: 0;
  width: 144px;
}
.p-section__entry-img img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}

.p-section__entry a:hover img {
  opacity: 1;
}

/* main-visual css
--------------------------------------------------------------------------------*/
.p-mv {
  position: sticky;
  top: 0;
  height: 100vh;
}
.p-mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-hero {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-hero__txt p {
  color: #fff;
  line-height: 2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 600;
}
.p-hero__txt-01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  letter-spacing: 6px;
  height: 325px;
}
.p-hero__txt-02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: calc(50% - 32px);
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 110px;
}
.p-hero__txt-02::before {
  content: "";
  width: 1px;
  height: 90px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 145px);
  left: calc(50% - 1px);
}

/* news css
--------------------------------------------------------------------------------*/
.p-page__header {
  background-color: palegoldenrod;
  width: 100%;
  height: 240px;
  background: url(./img/page.jpg) center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page__header {
    height: 350px;
  }
}

.p-page__heading {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 1.5px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-page__heading {
    font-weight: 600;
    font-size: 30px;
  }
}

.p-page__container {
  background: #436FC8;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-page__container {
    padding-bottom: 100px;
  }
}

.p-page__contents {
  padding: 50px 20px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-page__contents {
    padding: 100px 40px 0;
  }
}

.p-news__post-ttl {
  color: #fff;
}

.p-page__contents-inner {
  color: #fff;
}

.p-news__sub .p-page__contents-inner {
  padding-top: 20px;
}
.p-news__sub .p-page__contents-inner p {
  padding-bottom: 10px;
}

/* contact css
--------------------------------------------------------------------------------*/
.p-contact__container {
  color: #fff;
  padding-bottom: 50px;
  max-width: 835px;
  margin: 0 auto;
}

.p-contact {
  max-width: 835px;
  margin: 0 auto;
  font-weight: 300;
}

.p-contact dt {
  margin: 0 0 5px 0;
  color: #fff;
}

.p-contact dd {
  margin: 0 0 30px 0;
}

.p-contact__required {
  background: #f44a4a;
  display: inline-block;
  font-size: 10px;
  padding: 0 5px;
  border-radius: 20px;
  margin-left: 5px;
}

.wpcf7-not-valid-tip {
  color: #ff9f9f;
}

.p-contact__optional {
  background: #b0b0b0;
  display: inline-block;
  font-size: 10px;
  padding: 0 5px;
  border-radius: 20px;
  margin-left: 5px;
}

.wpcf7 input[type=text i], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 select {
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  border: 1px solid #A1A1A1;
  padding: 0 15px;
  border-radius: 17px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #A1A1A1;
  border-radius: 17px;
  padding: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

::placeholder {
  color: #CDCDCD;
}

/* ラジオボタン */
.wpcf7-radio input[type=radio] {
  display: none;
  vertical-align: top;
}

.wpcf7-radio > .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-radio input[type=radio] + span {
  padding-left: 25px;
  position: relative;
  margin-right: 25px;
  vertical-align: top;
  color: #fff;
}

.wpcf7-radio input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.wpcf7-radio input[type=radio]:checked + span {
  color: #fff;
}

.wpcf7-radio input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
}

.p-contact__accept {
  font-weight: 300;
  color: #fff;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact__accept {
    text-align: center;
    margin: 0 auto;
  }
}

.p-contact__accept a {
  color: #82CC68;
  text-decoration: underline;
}

.p-contact__accept a:hover {
  text-decoration: none;
}

.p-contact__policy {
  background: #fff;
  border: 1px solid #A1A1A1;
  border-radius: 17px;
  padding: 10px 20px 20px;
  height: 180px;
  font-size: 12px;
  overflow: scroll;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-contact__policy {
    height: 220px;
  }
}

.p-contact__policy h3 {
  font-size: 15px;
  padding: 15px 0 5px;
}

.p-contact__accept a {
  margin-left: 5px;
}

.wpcf7-submit:disabled {
  background-color: #A1A1A1;
}

.p-contact__btn {
  text-align: center;
  margin: 30px auto;
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  font-style: normal;
  letter-spacing: 2px;
  width: 169px;
  padding: 10px;
  border-radius: 12px;
  background-color: #000;
  border: none;
  color: #fff;
  cursor: pointer;
}

input[type=submit]:hover {
  background: #A1A1A1;
}

span.wpcf7-spinner {
  display: none;
}

input[type=file]::file-selector-button, input[type=file]::-webkit-file-upload-button {
  display: none;
}

input[type=file] {
  margin-top: 10px;
  padding: 11px 0 11px 15px;
  width: 100%;
  line-height: 2;
  border: 2px solid #A1A1A1;
  border-radius: 17px;
}

.file_list {
  outline: none;
}

.file_list::before {
  width: 130px;
  height: 51px;
  transition: all 0.3s;
  background: #A1A1A1;
  color: #fff;
  border-radius: 0 17px 17px 0;
  content: "ファイルを選択";
  right: 0;
  position: absolute;
  top: -18px;
  line-height: 51px;
  text-align: center;
}

dd.file-bottom {
  margin-bottom: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-contact__google {
  font-size: 10px;
  color: #fff;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-contact__google {
    text-align: center;
  }
}

.p-contact__google a {
  text-decoration: underline;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  max-width: 835px;
  margin: 0 auto;
}

/* p-footer css
--------------------------------------------------------------------------------*/
.p-footer-store__item {
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-footer-store__item:last-child {
    padding-bottom: 0;
  }
}
.p-footer-store__item a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  display: flex;
}
.p-footer-store__item a img {
  width: 15px;
  height: auto;
  margin-left: 5px;
}

/*  css
--------------------------------------------------------------------------------*/
/*  slick css
--------------------------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./img/slick.eot");
  src: url("./img/slick.eot?#iefix") format("embedded-opentype"), url("./img/slick.woff") format("woff"), url("./img/slick.ttf") format("truetype"), url("./img/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*  lity css
--------------------------------------------------------------------------------*/
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*# sourceMappingURL=style.css.map */
