@charset "UTF-8";
/* Foundation */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

@-webkit-keyframes bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* レスポンシブ */
/* px→vw */
/* ラインヘイト自動 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body,
td,
th,
input,
textarea,
a {
  color: #2b2b2b;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  margin: 0 auto;
  background: #ffffff;
}
@media screen and (max-width: 1400px) {
  body {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.6842105263vw;
  }
}

p {
  word-break: break-all;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

img {
  display: inline-block;
  image-rendering: -webkit-optimize-contrast;
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=submit] {
  -webkit-appearance: none;
}

input,
select,
textarea {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  background-color: #ffffff;
  border: #2b2b2b solid 1px;
  border-radius: 5px;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #e4e4e4;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #e4e4e4;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #e4e4e4;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #e4e4e4;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #e4e4e4;
}
@media screen and (max-width: 768px) {
  input,
  select,
  textarea {
    font-size: 1.4rem;
  }
}

input,
select {
  height: 36px;
}

/* フォームのオートコンプリートで背景色がかわる対応 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
          box-shadow: 0 0 0 1000px #ffffff inset;
}

select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
          box-shadow: 0 0 0 1000px #ffffff inset;
}

/* 矢印追加 */
.select-wrap {
  position: relative;
}
.select-wrap::before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Layout */
.l-container {
  overflow: hidden;
}

.l-header {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.l-header.top {
  position: absolute;
}
.l-header.top .l-header__inner {
  background-color: rgba(0, 0, 0, 0);
}
.l-header.hidden {
  opacity: 0;
}

.l-main {
  width: 100%;
  margin: 90px auto 0;
}
@media screen and (max-width: 1400px) {
  .l-main {
    margin-top: 6.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 15.7894736842vw;
  }
}
.l-main__top {
  margin-top: 0;
}

/* Object */
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-hide {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-hide {
    display: block;
  }
}
.c-hide__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-hide__pc {
    display: none;
  }
}

.c-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-bg__blue1 {
  background-color: #165e83;
}
.c-bg__green1 {
  background-color: rgba(193, 228, 233, 0.35);
}

@media screen and (max-width: 768px) {
  .c-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    padding-right: 3.9473684211vw;
  }
  .c-toggle__icon {
    position: relative;
    z-index: 200;
    top: 0;
    right: 0;
    width: 7.8947368421vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-toggle__icon.active .c-toggle__trigger span:nth-of-type(1) {
    -webkit-transform: translateY(2.1052631579vw) rotate(-45deg);
            transform: translateY(2.1052631579vw) rotate(-45deg);
  }
  .c-toggle__icon.active .c-toggle__trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .c-toggle__icon.active .c-toggle__trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-2.1052631579vw) rotate(45deg);
            transform: translateY(-2.1052631579vw) rotate(45deg);
  }
  .c-toggle__icon__in {
    width: 6.3157894737vw;
    height: 4.7368421053vw;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-toggle__icon__in .c-toggle__trigger,
  .c-toggle__icon__in .c-toggle__trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-toggle__icon__in .c-toggle__trigger {
    position: relative;
    width: 6.3157894737vw;
    height: 4.7368421053vw;
  }
  .c-toggle__icon__in .c-toggle__trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.5263157895vw;
    background-color: #ffffff;
    border-radius: 0.5263157895vw;
  }
  .p-header__page.top .c-toggle__icon__in .c-toggle__trigger span {
    background-color: #2b2b2b;
  }
  .c-toggle__icon__in .c-toggle__trigger span:nth-of-type(1) {
    top: 0;
  }
  .c-toggle__icon__in .c-toggle__trigger span:nth-of-type(2) {
    top: 2.1052631579vw;
  }
  .c-toggle__icon__in .c-toggle__trigger span:nth-of-type(3) {
    bottom: 0;
  }
}

.c-logo {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}

.c-btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 50px;
  padding: 0 !important;
  border-radius: 10px;
  background-color: #165e83;
  color: #ffffff !important;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .c-btn {
    width: 11.4285714286vw;
    height: 3.5714285714vw;
    border-radius: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 42.1052631579vw;
    height: 13.1578947368vw;
    border-radius: 2.6315789474vw;
  }
}

.c-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .c-title {
    font-size: 2.7142857143vw;
    margin-bottom: 3.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 6.3157894737vw;
    margin-bottom: 6.5789473684vw;
  }
}
.c-title span {
  display: block;
  font-size: 1.6rem;
  color: #165e83;
}
@media screen and (max-width: 1400px) {
  .c-title span {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .c-title span {
    font-size: 2.6315789474vw;
  }
}

.c-table {
  width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1400px) {
  .c-table {
    width: 57.1428571429vw;
    border-width: 0.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .c-table {
    width: 100%;
  }
}
.c-table th,
.c-table td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .c-table th,
  .c-table td {
    border-width: 0.0714285714vw;
    padding: 2.1428571429vw 2.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .c-table th,
  .c-table td {
    border-width: 0.2631578947vw;
    padding: 3.9473684211vw 2.6315789474vw;
  }
}
.c-table th {
  text-align: left;
  font-weight: 400;
  width: 150px;
}
@media screen and (max-width: 1400px) {
  .c-table th {
    width: 10.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .c-table th {
    width: 21.0526315789vw;
  }
}

.c-form {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .c-form {
    width: 57.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form {
    width: 100%;
  }
}
.c-form input,
.c-form textarea {
  height: auto;
}
.c-form .wpcf7-spinner {
  display: none;
}
.c-form__require,
.c-form .wpcf7-not-valid-tip {
  color: #ff0000;
}
.c-form__subject {
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .c-form__subject {
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__subject {
    margin-bottom: 1.3157894737vw;
  }
}
.c-form__input {
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .c-form__input {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input {
    margin-bottom: 5.2631578947vw;
  }
}
.c-form__input input,
.c-form__input textarea {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 15px;
  border: 1px solid #c0c6c9;
}
@media screen and (max-width: 1400px) {
  .c-form__input input,
  .c-form__input textarea {
    font-size: 1.2857142857vw;
    padding: 1.0714285714vw;
    border-width: 0.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__input input,
  .c-form__input textarea {
    font-size: 3.6842105263vw;
    padding: 2.6315789474vw;
    border-width: 0.2631578947vw;
  }
}
.c-form__acceptance {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .c-form__acceptance {
    margin-bottom: 3.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__acceptance {
    margin-bottom: 7.8947368421vw;
  }
}
.c-form__acceptance input {
  width: auto;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 1400px) {
  .c-form__acceptance input {
    margin-right: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__acceptance input {
    margin-right: 2.6315789474vw;
  }
}
.c-form__acceptance a {
  text-decoration: underline;
}
.c-form__submit {
  text-align: center;
}
.c-form__submit input {
  background-color: #165e83;
  color: #ffffff;
  font-size: 2rem;
  padding: 5px 50px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .c-form__submit input {
    font-size: 1.4285714286vw;
    padding: 0.3571428571vw 3.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__submit input {
    font-size: 5.2631578947vw;
    padding: 1.3157894737vw 18.4210526316vw;
  }
}
.c-form__submit input:hover {
  opacity: 0.7;
}
.c-form__submit input:disabled {
  background-color: #c0c6c9;
}
.c-form__submit input:disabled:hover {
  opacity: 1;
}

.c-fadein__up {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.c-fadein__up.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.c-fadein__nomove {
  animation: fadein__nomove 2s ease 0s 1 normal;
  -webkit-animation: fadein__nomove 2s ease 0s 1 normal;
}

@keyframes fadein__nomove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein__nomove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 90px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1400px) {
  .p-header__inner {
    height: 6.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    display: block;
    height: auto;
  }
}
.p-header__l {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
}
@media screen and (max-width: 1400px) {
  .p-header__l {
    padding-left: 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header__l {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    height: 15.7894736842vw;
    padding-left: 3.9473684211vw;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 999;
  }
}
.p-header__logo a {
  color: #ffffff;
  font-size: 3rem;
}
@media screen and (max-width: 1400px) {
  .p-header__logo a {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo a {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.7368421053vw;
  }
}
.p-header__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 60px;
}
@media screen and (max-width: 1400px) {
  .p-header__r {
    padding-right: 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header__r {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 15.7894736842vw;
    padding-top: 3.1578947368vw;
    width: 100%;
    overflow-y: auto;
    z-index: 800;
    opacity: 0;
    visibility: hidden;
    height: 0;
    background-color: #ffffff;
    padding-bottom: 7.8947368421vw;
    padding-left: 6.3157894737vw;
    padding-right: 6.3157894737vw;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-overflow-scrolling: touch;
  }
  .p-header__r.active {
    opacity: 1;
    visibility: visible;
  }
}
.p-header__page.top .p-header__logo a {
  color: #2b2b2b;
}

.p-nav__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-nav__1 {
    display: block;
  }
}
.p-nav__1 li a {
  color: #ffffff;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .p-nav__1 li a {
    padding-left: 0.7142857143vw;
    padding-right: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__1 li a {
    text-decoration: none;
    padding-left: 15.7894736842vw;
    padding-right: 15.7894736842vw;
    padding-top: 3.9473684211vw;
    padding-bottom: 3.9473684211vw;
    display: block;
    color: #2b2b2b;
  }
}
.p-nav__1 li:nth-of-type(n + 2) {
  margin-left: 30px;
}
@media screen and (max-width: 1400px) {
  .p-nav__1 li:nth-of-type(n + 2) {
    margin-left: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__1 li:nth-of-type(n + 2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__1 li:not(:last-of-type) {
    position: relative;
  }
  .p-nav__1 li:not(:last-of-type)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5.2631578947vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.2631578947vw;
    height: 0.5263157895vw;
    background-color: #165e83;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__1 li:last-of-type a {
    margin: 5.2631578947vw auto 0;
  }
}
.p-header__page.top .p-nav__1 li a {
  color: #2b2b2b;
}

.p-footer__contact {
  padding: 80px 0;
}
@media screen and (max-width: 1400px) {
  .p-footer__contact {
    padding: 5.7142857143vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact {
    padding: 15.7894736842vw 0;
  }
}
.p-footer__contact__title, .p-footer__contact__lead {
  text-align: center;
  color: #ffffff;
}
.p-footer__contact__title span {
  color: #ffffff;
}
.p-footer__contact__lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .p-footer__contact__lead {
    margin-bottom: 3.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__lead {
    margin-bottom: 6.5789473684vw;
  }
}
.p-footer__contact__lnk {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  gap: 160px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .p-footer__contact__lnk {
    padding: 1.4285714286vw 0;
    gap: 11.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__lnk {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    gap: 15.7894736842vw;
    margin: 0 auto;
  }
}
.p-footer__contact__lnk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 2px;
  background-color: #ffffff;
}
@media screen and (max-width: 1400px) {
  .p-footer__contact__lnk::before {
    width: 0.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__lnk::before {
    display: none;
  }
}
.p-footer__tel, .p-footer__mail {
  width: 400px;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 1400px) {
  .p-footer__tel, .p-footer__mail {
    width: 28.5714285714vw;
  }
}
.p-footer__tel__lnk, .p-footer__mail__lnk {
  color: #ffffff;
}
.p-footer__tel__lnk {
  font-size: 4.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .p-footer__tel__lnk {
    font-size: 3.4285714286vw;
  }
}
.p-footer__tel__lnk span {
  margin-left: 10px;
}
@media screen and (max-width: 1400px) {
  .p-footer__tel__lnk span {
    margin-left: 0.7142857143vw;
  }
}
.p-footer__tel__note {
  margin-left: 65px;
}
@media screen and (max-width: 1400px) {
  .p-footer__tel__note {
    margin-left: 4.6428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__tel__note {
    margin-left: 0;
    font-size: 2.6315789474vw;
    text-align: center;
  }
}
.p-footer__mail__lnk {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .p-footer__mail__lnk {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__mail__lnk {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.7368421053vw;
  }
}
.p-footer__mail__lnk i {
  font-size: 5.8rem;
}
@media screen and (max-width: 1400px) {
  .p-footer__mail__lnk i {
    font-size: 4.1428571429vw;
  }
}
.p-footer__mail__lnk span {
  margin-left: 30px;
}
@media screen and (max-width: 1400px) {
  .p-footer__mail__lnk span {
    margin-left: 2.1428571429vw;
  }
}
.p-footer__copy {
  padding: 10px 0;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .p-footer__copy {
    padding: 0.7142857143vw 0;
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__copy {
    padding: 1.3157894737vw 0;
    font-size: 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__tel, .p-footer__mail {
    width: auto;
  }
  .p-footer__tel__lnk i, .p-footer__mail__lnk i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
    color: #165e83;
    width: 21.0526315789vw;
    height: 21.0526315789vw;
    border-radius: 2.6315789474vw;
    font-size: 9.4736842105vw;
  }
  .p-footer__tel__lnk span, .p-footer__mail__lnk span {
    display: none;
  }
}

.p-section {
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 1400px) {
  .p-section {
    padding: 5.7142857143vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-section {
    padding: 15.7894736842vw 0;
  }
}
.p-section__inner {
  margin-left: auto;
  margin-right: auto;
  width: 1400px;
  padding: 0 150px;
}
@media screen and (max-width: 1400px) {
  .p-section__inner {
    width: 100%;
    padding: 0 10.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-section__inner {
    width: 100%;
    padding: 0 5.2631578947vw;
  }
}

.p-fv {
  width: 100%;
  height: 788px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../img/fv_img.jpg");
}
@media screen and (max-width: 1400px) {
  .p-fv {
    height: 56.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fv {
    height: 105.2631578947vw;
  }
}
.p-fv__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 5rem;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .p-fv__title {
    font-size: 3.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__title {
    font-size: 5.7894736842vw;
    text-align: left;
    padding-right: 18.4210526316vw;
  }
}

.p-fv2 {
  width: 100%;
  height: 400px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1400px) {
  .p-fv2 {
    height: 28.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fv2 {
    height: 52.6315789474vw;
  }
}
.p-fv2__company {
  background-image: url("../img/bg_company.jpg");
}
.p-fv2__recruit {
  background-image: url("../img/bg_recruit.jpg");
}
.p-fv2__product {
  background-image: url("../img/fv_img.jpg");
}
.p-fv2__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.8rem;
  background-color: #ffffff;
  color: #165e83;
  padding: 0 50px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .p-fv2__title {
    font-size: 2.7142857143vw;
    padding: 0 3.5714285714vw;
    border-radius: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fv2__title {
    font-size: 5.7894736842vw;
    padding: 0 7.8947368421vw;
    border-radius: 2.6315789474vw;
  }
}

.p-business__heading, .p-business__lead {
  text-align: center;
}
.p-business__lead {
  font-size: 2.2rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .p-business__lead {
    font-size: 1.5714285714vw;
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-business__lead {
    font-size: 3.6842105263vw;
    margin-bottom: 13.1578947368vw;
  }
}
.p-business__step {
  gap: 45px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .p-business__step {
    gap: 3.2142857143vw;
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-business__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.8947368421vw;
    margin-bottom: 15.7894736842vw;
  }
}
.p-business__step li {
  width: 240px;
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (max-width: 1400px) {
  .p-business__step li {
    width: 16.7857142857vw;
    -webkit-box-shadow: 0.3571428571vw 0.3571428571vw 0.4285714286vw rgba(0, 0, 0, 0.15);
            box-shadow: 0.3571428571vw 0.3571428571vw 0.4285714286vw rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 768px) {
  .p-business__step li {
    width: 100%;
    -webkit-box-shadow: 0.3571428571vw, 380 1.3157894737vw 1.5789473684vw rgba(0, 0, 0, 0.15);
            box-shadow: 0.3571428571vw, 380 1.3157894737vw 1.5789473684vw rgba(0, 0, 0, 0.15);
  }
}
.p-business__step li:not(:first-of-type):before {
  content: "\f0da";
  font: var(--fa-font-solid);
  position: absolute;
  top: 50%;
  left: -34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #165e83;
  font-size: 4.8rem;
}
@media screen and (max-width: 1400px) {
  .p-business__step li:not(:first-of-type):before {
    left: -2.4285714286vw;
    font-size: 3.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-business__step li:not(:first-of-type):before {
    content: "\f0d7";
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -7.8947368421vw;
    font-size: 8.4210526316vw;
  }
}
.p-business__step__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-business__step__title i {
  font-style: normal;
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.6rem;
  line-height: 1;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #165e83;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 1400px) {
  .p-business__step__title i {
    font-size: 2.5714285714vw;
    width: 4.2857142857vw;
    height: 4.2857142857vw;
    border-radius: 0.7142857143vw;
    margin-right: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-business__step__title i {
    font-size: 5.2631578947vw;
    width: 9.2105263158vw;
    height: 9.2105263158vw;
    border-radius: 1.3157894737vw;
    margin-right: 2.6315789474vw;
  }
}
.p-business__step__title h3 {
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .p-business__step__title h3 {
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-business__step__title h3 {
    font-size: 4.2105263158vw;
  }
}
.p-business__step__detail {
  padding: 15px 15px 30px;
}
@media screen and (max-width: 1400px) {
  .p-business__step__detail {
    padding: 1.0714285714vw 1.0714285714vw 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-business__step__detail {
    position: relative;
    padding: 1.3157894737vw 5.2631578947vw 2.6315789474vw 11.8421052632vw;
  }
}
@media screen and (max-width: 768px) {
  .p-business__step__detail img {
    display: none;
  }
}
.p-business__step__detail p {
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .p-business__step__detail p {
    margin-top: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-business__step__detail p {
    margin-top: 0;
  }
}
.p-business__ex {
  position: relative;
  border: 1px solid #c0c6c9;
  padding: 30px;
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .p-business__ex {
    border-width: 0.0714285714vw;
    padding: 2.1428571429vw;
    width: 42.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-business__ex {
    border-width: 0.2631578947vw;
    padding: 5.2631578947vw 2.6315789474vw 2.6315789474vw;
    width: 100%;
  }
}
.p-business__ex h3 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  display: inline-block;
  padding: 0 15px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1400px) {
  .p-business__ex h3 {
    padding: 0 1.0714285714vw;
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-business__ex h3 {
    padding: 0 2.6315789474vw;
    font-size: 4.7368421053vw;
  }
}

.p-product__heading, .p-product__lead {
  text-align: center;
}
.p-product__lead {
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .p-product__lead {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product__lead {
    margin-bottom: 5.2631578947vw;
  }
}
.p-product__list {
  gap: 50px 20px;
}
@media screen and (max-width: 1400px) {
  .p-product__list {
    gap: 3.5714285714vw 1.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product__list {
    gap: 7.8947368421vw 2.6315789474vw;
  }
}
.p-product__list li {
  width: 260px;
  background-color: #ffffff;
}
@media screen and (max-width: 1400px) {
  .p-product__list li {
    width: 18.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product__list li {
    width: 43.4210526316vw;
  }
}
.p-product__list li img {
  height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1400px) {
  .p-product__list li img {
    height: 18.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product__list li img {
    height: 43.4210526316vw;
  }
}
.p-product__list li table {
  width: 100%;
}
.p-product__list li table th {
  width: 70px;
  padding-left: 15px;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .p-product__list li table th {
    width: 5vw;
    padding-left: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product__list li table th {
    width: 10.5263157895vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-product__list li table th,
  .p-product__list li table td {
    font-size: 3.1578947368vw;
  }
}
.p-product__morelnk a {
  margin: 30px auto 0;
}
@media screen and (max-width: 1400px) {
  .p-product__morelnk a {
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product__morelnk a {
    margin-top: 7.8947368421vw;
  }
}
.p-product ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-top: 50px;
}
@media screen and (max-width: 1400px) {
  .p-product ul.pagination {
    -webkit-column-gap: 1.0714285714vw;
       -moz-column-gap: 1.0714285714vw;
            column-gap: 1.0714285714vw;
    margin-top: 3.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product ul.pagination {
    -webkit-column-gap: 3.9473684211vw;
       -moz-column-gap: 3.9473684211vw;
            column-gap: 3.9473684211vw;
    argin-top: 7.8947368421vw;
  }
}
.p-product ul.pagination a.page-numbers,
.p-product ul.pagination span.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #2b2b2b;
}
@media screen and (max-width: 1400px) {
  .p-product ul.pagination a.page-numbers,
  .p-product ul.pagination span.page-numbers {
    width: 2.1428571429vw;
    height: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product ul.pagination a.page-numbers,
  .p-product ul.pagination span.page-numbers {
    width: 7.8947368421vw;
    height: 7.8947368421vw;
  }
}
.p-product ul.pagination span.page-numbers {
  background-color: #165e83;
  color: #ffffff;
}

.p-bnrlnk__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-bnrlnk__list {
    gap: 7.8947368421vw;
  }
}
.p-bnrlnk__btn {
  width: 535px;
  height: 250px;
  padding: 50px 35px;
  border-radius: 15px;
  color: #ffffff;
}
@media screen and (max-width: 1400px) {
  .p-bnrlnk__btn {
    width: 37.5vw;
    height: 17.8571428571vw;
    padding: 3.5714285714vw 2.5vw;
    border-radius: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-bnrlnk__btn {
    width: 100%;
    height: 39.4736842105vw;
    padding: 7.8947368421vw 5.2631578947vw;
    border-radius: 2.6315789474vw;
  }
}
.p-bnrlnk__btn span {
  color: #ffffff;
}
.p-bnrlnk__btn__company {
  background-image: url("../img/bg_company.jpg");
}
.p-bnrlnk__btn__recruit {
  background-image: url("../img/bg_recruit.jpg");
}

.p-company__heading {
  text-align: center;
}
.p-company__map {
  margin-top: 15px;
}
@media screen and (max-width: 1400px) {
  .p-company__map {
    margin-top: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__map {
    margin-top: 2.6315789474vw;
  }
}
.p-company__map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1400px) {
  .p-company__map iframe {
    height: 21.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__map iframe {
    height: 52.6315789474vw;
  }
}

.p-history__heading, .p-history__lead, .p-history__txt {
  text-align: center;
}
.p-history__lead {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 1400px) {
  .p-history__lead {
    font-size: 1.5714285714vw;
    margin-bottom: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-history__lead {
    font-size: 4.7368421053vw;
    margin-bottom: 2.6315789474vw;
  }
}
.p-history__txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .p-history__txt {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-history__txt {
    margin-bottom: 5.2631578947vw;
  }
}
.p-history__img {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .p-history__img {
    width: 35.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-history__img {
    width: 100%;
  }
}

.p-recruit__lead {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .p-recruit__lead {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__lead {
    margin-bottom: 5.2631578947vw;
  }
}

.p-contact {
  font-size: 1.8rem;
}
@media screen and (max-width: 1400px) {
  .p-contact {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact {
    font-size: 3.6842105263vw;
  }
}
.p-contact__lead, .p-contact__lead2 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .p-contact__lead, .p-contact__lead2 {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__lead, .p-contact__lead2 {
    margin-bottom: 5.2631578947vw;
  }
}
.p-contact__lead2 {
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .p-contact__lead2 {
    font-size: 1.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__lead2 {
    font-size: 5.2631578947vw;
  }
}
.p-contact__backtop a {
  margin: 0 auto;
}

.u-mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .u-mt-30 {
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-30 {
    margin-top: 7.8947368421vw;
  }
}
.u-mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .u-mt-40 {
    margin-top: 2.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-40 {
    margin-top: 10.5263157895vw;
  }
}
.u-mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  .u-mt-60 {
    margin-top: 4.2857142857vw;
  }
}
.u-mt-120 {
  margin-top: 120px;
}
@media screen and (max-width: 1400px) {
  .u-mt-120 {
    margin-top: 8.5714285714vw;
  }
}

.u-ml-20 {
  margin-left: 20px;
}

.u-pb-164 {
  padding-bottom: 164px;
}
@media screen and (max-width: 1400px) {
  .u-pb-164 {
    padding-bottom: 11.7142857143vw;
  }
}
.u-pb-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  .u-pb-120 {
    padding-bottom: 8.5714285714vw;
  }
}
.u-pb-60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .u-pb-60 {
    padding-bottom: 4.2857142857vw;
  }
}

.u-pt-120 {
  padding-top: 120px;
}
@media screen and (max-width: 1400px) {
  .u-pt-120 {
    padding-top: 8.5714285714vw;
  }
}

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: 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;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}/*# sourceMappingURL=styles.css.map */