@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    text-size-adjust: none;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

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

input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  padding: 2.6666666667vw 2.6666666667vw;
  border-bottom: 1.0666666667vw solid #00804f;
}

.l-header__inner a img {
  width: 100%;
}

.l-header__inner a:first-child {
  width: 100%;
}

.l-header__inner a:last-child {
  width: 48%;
}

.l-header__inner h1 {
  width: 38%;
}

.c-title-01 {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  padding: 0.5em 0.75em;
  border: 3px solid;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-01 {
    font-size: 5.3333333333vw;
  }
}

.c-subtitle-01 {
  font-size: 2.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-subtitle-01 {
    font-size: 5.3333333333vw;
  }
}

.p-home__section-inner01 {
  margin: 0 auto;
  padding: 5.3333333333vw 8vw;
  width: 100%;
}

.p-home__section01 {
  background-image: url(../../assets/images/common/bg01.svg);
  position: relative;
  z-index: 1;
  padding: 5.3333333333vw 0;
}

.p-home__section01 a {
  display: block;
  margin: 0 auto;
  width: 62%;
}

.p-home__section01 img {
  width: 100%;
  margin: 0 auto;
}

.p-home__section02 {
  background-image: url(../../assets/images/common/bg02.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-home__section02 img:nth-child(2) {
  margin-top: 10.6666666667vw;
}

.p-home__section02 img:last-child {
  margin-top: 8vw;
}

.p-home__section02 a {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.p-home__section03 {
  background-image: url(../../assets/images/common/bg03.svg);
}

.p-home__section03-inner {
  margin-top: 8vw;
  margin-bottom: 10.6666666667vw;
}

.p-home__section03-inner img {
  margin-top: 2.6666666667vw;
}

.p-home__section03-inner img:nth-child(5) {
  width: 20%;
  margin: 5.3333333333vw auto 0;
}

.p-home__section03-inner img:last-child {
  margin-top: 5.3333333333vw;
}

.p-home__section03-wrap01 {
  display: flex;
  align-items: center;
  margin-bottom: 1.6vw;
}

.p-home__section03-wrap01 span {
  display: block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-color: #00804f;
  border-radius: 100px;
  margin-right: 1.0666666667vw;
}

.p-home__section03-wrap01 p {
  color: #00804f;
  font-weight: 700;
  font-size: 3.7333333333vw;
  letter-spacing: 0.07em;
}

.p-home__section03 img:last-child {
  margin-top: 5.3333333333vw;
}

.p-home__section04 {
  background-color: #ffffcc;
}

.p-home__section04-inner {
  padding: 8vw 9.0666666667vw;
}

.p-home__section04-inner h3 {
  text-align: center;
  font-size: 5.3333333333vw;
}

.p-home__section04-box h3 {
  font-size: 5.3333333333vw;
  text-align: center;
  line-height: 1.2;
}

.p-home__section04-box p {
  background-image: url("../../assets/images/common/human-area.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.arrow_box {
  position: relative;
  padding: 2.6666666667vw;
  text-align: left;
  border: 0.5333333333vw solid #00804f;
  color: #000;
  font-size: 2.6666666667vw;
  line-height: 1.4;
  border-radius: 3.2vw;
  background-color: #fff;
}

.arrow_box:after,
.arrow_box:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 32%;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 5.6vw;
  border-bottom-width: 0;
  border-left-width: 6.4vw;
  border-right-width: 6.4vw;
  margin-top: -2.6666666667vw;
  border-right-color: #fff;
  margin-right: -0.2666666667vw;
}

.arrow_box:before {
  border-color: rgba(0, 64, 149, 0);
  border-top-width: 6.6666666667vw;
  border-bottom-width: 0;
  border-left-width: 1.3333333333vw;
  border-right-width: 7.4666666667vw;
  margin-top: -3.2vw;
  margin-right: 0;
  border-right-color: #00804f;
}

.p-home__section04-box-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 2.6666666667vw;
}

.p-home__section04-box-inner img {
  width: 32%;
}

.p-home__section04-box-inner div {
  width: 64%;
  margin-top: 1.0666666667vw;
}

.p-home__section04-box {
  margin-top: 5.3333333333vw;
}

.p-home__section04-box:first-child {
  margin-top: 0;
}

.p-home__section04-box:last-child img {
  margin-top: -2.6666666667vw;
}

.p-home__title {
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #ffffff;
  padding: 2.1333333333vw;
  background-color: #00804f;
  text-align: center;
}

.p-home__title span {
  margin: 0 -1.3333333333vw;
}

.p-home__section04 h3 {
  font-size: 5.0666666667vw;
  font-weight: 700;
  color: #00804f;
  margin-bottom: 1.6vw;
  text-align: center;
  margin-top: 10.6666666667vw;
}

.p-home__section04 h3:first-child {
  margin-top: 0;
}

.p-home__section04 h3 span {
  margin: 0 -1.3333333333vw;
}

.p-home__section04-box a {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.p-home__section04 img:last-child {
  width: 100%;
  margin: 8vw auto 0;
}

.p-home__section05 {
  background-image: url(../../assets/images/common/bg04.svg);
}

.p-home__section05 p {
  font-size: 3.2vw;
  font-weight: 700;
  text-align: justify;
  line-height: 1.3;
  letter-spacing: -0.07em;
  margin: 5.3333333333vw 0;
}

.p-home__section05 p span {
  color: #d50012;
}

.p-home__section05 img:last-child {
  margin-top: 5.3333333333vw;
}

input[type=checkbox].on-off {
  display: none;
}

.menu ul {
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
}

.menu li {
  padding: 5px;
}

input[type=checkbox].on-off + ul {
  height: 0;
  overflow: hidden;
}

input[type=checkbox].on-off:checked + ul {
  height: 45.8666666667vw;
}

.accordion-002 {
  background-color: #ffffff;
  border: none;
}

.accordion-002 summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 1.6vw 8vw;
  background: linear-gradient(to bottom, #fefefe 0, #d5d5d5 100%);
  color: #000;
  font-weight: 700;
  cursor: pointer;
  font-size: 4.2666666667vw;
  transition: all 1s;
}

.accordion-002 summary img {
  width: 6%;
  margin-right: 1.8666666667vw;
}

.accordion-002 summary::-webkit-details-marker {
  display: none;
}

.accordion-txt02 {
  font-size: 3.2vw;
  font-weight: 500;
  padding: 2.6666666667vw 5.3333333333vw;
  line-height: 1.3;
}

.accordion-txt02-inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 1.0666666667vw;
}

.accordion-txt02 span {
  color: #00804f;
  font-weight: 700;
}

.accordion-txt02-inner div {
  width: 48%;
}

.accordion-txt02-inner div p {
  margin-top: 1.0666666667vw;
}

.accordion-txt02-inner div img {
  margin-top: 1.6vw;
}

.accordion-txt02-inner .p-home__section07-img {
  width: 50%;
}

.menu02 {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
.menu02 label {
  background: #9acf15;
  background: linear-gradient(180deg, #9acf15 0%, #26a40c 27%, #1c8806 100%);
  color: #fff;
  padding: 10px;
  display: block;
  display: flex;
  justify-content: center;
  font-size: 4.8vw;
  font-weight: 700;
  border-radius: 10px;
  width: 90%;
  margin: 2.6666666667vw auto 0;
}
.menu02 input[type=checkbox].on-off {
  display: none;
}
.menu02 ul {
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
}
.menu02 li {
  width: 90%;
  margin: 0 auto;
  padding-top: 2.6666666667vw;
}
.menu02 input[type=checkbox].on-off + ul {
  height: 0;
  overflow: hidden;
}
.menu02 input[type=checkbox].on-off:checked + ul {
  height: 79.9333333333vw;
}
.menu02 label::after {
  transform: translateY(-25%) rotate(45deg);
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  margin-left: 3.2vw;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: transform 0.3s;
  margin-top: 1.0666666667vw;
}
.menu02 .label01-active::after {
  transform: rotate(225deg);
  position: relative;
  top: 1.0666666667vw;
}

.p-home__section07 {
  padding-bottom: 16vw;
}

.p-home__section04-box:nth-child(2) {
  margin-top: 10.6666666667vw;
}

.p-home__section04-box:nth-child(3) {
  margin-top: 10.6666666667vw;
}

.p-home__section04-box:last-child {
  margin-top: 10.6666666667vw;
}

.p-home__section06-box {
  padding: 1.6vw;
  border: 3px solid #85ba1f;
}

.p-home__section06-txt {
  margin: 1.6vw 0;
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 1.2;
}

.p-home__section06-box div {
  border: 2px solid #009090;
}

.p-home__section06-box h3 {
  background-color: #009090;
  color: #ffff00;
  padding: 0.5333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
}

.p-home__section06-box div p {
  padding: 1.6vw;
  line-height: 1.4;
  font-size: 3.2vw;
}

.p-home__section06-img {
  width: 16%;
  margin: 0 auto;
  margin-bottom: 0.2666666667vw;
}

.p-top-box {
  background: #00814f;
  padding: 40px 40px;
}
@media only screen and (max-width: 47.9375em) {
  .p-top-box {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}

.p-top-box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.6vw;
}

.p-top-box__item {
  width: 32%;
  text-align: center;
  background: #fff;
  color: #00814f;
  font-weight: 700;
  font-size: 3.4666666667vw;
  padding: 1.3333333333vw;
  line-height: 1;
  letter-spacing: -0.1em;
}

.p-home__mv img {
  width: 100%;
}

/* summer2025分記述 */
.p-sec {
  background-image: url(../../assets/images/common/bg04.svg);
}

.p-top-campaign {
  /* background-image: url(../../assets/images/summer2025/bg-g.png);
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  background-size: auto auto;
background-color: rgba(133, 186, 31, 1);
background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, rgba(157, 200, 37, 1) 6px, rgba(157, 200, 37, 1) 8px );
  /* padding-bottom: 150px; */
  clip-path: polygon(0 0, 0 98%, 50% 100%, 100% 98%, 100% 0, 100% 0%);
  padding-top: 40px;
}

.p-home__mv {
  position: relative;
}

.p-home__mv p {
  color: #00804f;
  font-weight: bold;
  font-size: 4.2666666667vw;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}

.p-top-campaign .top {
  position: relative;
}

.top p {
  /* color: #fff; */
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 0.8;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

.t-yellow {
  color: #fff000;
  font-weight: 700;
}

.t-green {
  color: #00804f;
}

.top {
  margin-bottom: 1px;
  position: relative;
}

.c-banner {
  /* width: 55%; */
  padding: 0 8vw;
  margin: 0 auto;
  margin-bottom: 30px;
}

.campaign-list {
  padding: 0 8vw;
  margin: 0 auto 15px;
}

.campaign-list li {
  margin-bottom: 10px;
}

.campaign-list li:last-child {
  margin-bottom: 0;
}

.up-list {
  width: 90%;
  padding: 0 8vw;
  margin: 0 auto 15px;
}

.up-list li {
  margin-bottom: 40px;
}

.up-list li:last-child {
  margin-bottom: 0;
}

.banner {
  padding: 0 8vw;
  margin: 0 auto;
}

.p-reason-ttl {
  width: 80%;
  margin: 8vw auto 24.2px;
}

.p-reason-j-ttl {
  width: 80%;
  margin: 8vw auto 24.2px;
}

.blc-list {
  padding: 0 8vw;
  margin: 0 auto 15px;
}

.blc-list li .wrap p{
  font-size: 3.2vw;
  font-weight: 700;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: -0.07em;
  margin: 5.3333333333vw 0;
}

.blc-list li .wrap p span{
  color: #d50012;
}

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

.blc-inner {
  padding: 0 8vw;
}

.blc-item {
  margin-bottom: 8vw;
}

.blc-item:last-child {
  margin-bottom: 0;
}

.p-free {
  /* background-image: url(../../assets/images/summer2025/free-g.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; */
  padding: 5.333333vw 8vw;
  background-size: auto auto;
  background-color: rgba(133, 186, 31, 1);
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, rgba(157, 200, 37, 1) 6px, rgba(157, 200, 37, 1) 8px );
}

.p-box {
  /* max-width: 375px; */
  padding: 0 8vw;
  margin: 0 auto;
}

.p-free .wrap {
  background-image: url(../../assets/images/summer2025/free-w-b.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 7vw 8vw 5.333333vw;
  text-align: center;
}

.p-box .wrap {
  background-image: url(../../assets/images/summer2025/free-w-b.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 7vw 8vw 5.333333vw;
  text-align: center;
}

.p-free-ttl {
  width: 320px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.p-free-body {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 12px;
}

.p-free-btn {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  
}

.btn-wrap {
  /* width: 70%; */
  width: 220px;
  margin: 0 auto;
}

.btn-wrap a {
  display: inline-block;
  margin-top: 15px;
}

.btn-wrap2 {
  /* width: 90%; */
  width: 283px;
  margin: 0 auto;
  text-align: center;
}

.btn-wrap2 a {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
}

.mini-hd .plan {
  color: #00804f;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  text-align: center;
  position: relative;
}

.mini-hd .plan::before {
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/summer2025/waku-g.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50% ,-50%);
}

.mini-hd .plan2 {
  color: #00804f;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  text-align: center;
  position: relative;
}

.mini-hd .plan2::before {
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/summer2025/waku-g2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50% ,-50%);
}

.p-free-ttl .plan2 {
  color: #00804f;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  text-align: center;
  position: relative;
}

.p-free-ttl .plan2::before {
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/summer2025/waku-g.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50% ,-50%);
}

.ori-txt {
  text-align: right;
  font-size: 2.6666666667vw;
  line-height: 1.4;
  color: #8cc11f;
  margin-top: 5px;
}

.accordion_inner {
  display: none;
}

.w42 {
  width: 42% !important;
}

.p-link-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 8vw;
  margin: 40px auto;
}

.m20 {
  margin: 40px 0;
}

.mt-20 {
  margin-top: 20px;
}

.p-bg-blue {
  background: #1d2087;
  padding: 40px 0;
}

.text-w {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  text-align: center;
  margin-top: 30px;
}

.hd-yg {
  color: #00804f;
  background: #FFF000;
}

.results-name {
  margin-top: 60px;

}

.results-name div{
  color: #fff !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.d-list {

}

.d-item {
  margin-bottom: 30px;
}

.d-item:last-child {
  margin-bottom: 0;
}

.d-ttl {
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #00804f;
  text-align: center;
  margin-bottom: 10px;
}

.d-flex {
  display: flex;
  justify-content: space-between;
}

.d-img {
  width: 54%;
  margin-right: 15px;
}

.d-text {
  width: 46%;
  font-size: 2.6666666667vw;;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: -0.07em;
}

.w42 {
  width: 42% !important;
}

.p-home__mv-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.slider {
  display: flex;
  padding: 0;
  margin: 0;
  transition: transform 0.5s ease;
  list-style: none;
}

.slider li {
  min-width: 100%;
  box-sizing: border-box;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}

.pagination .dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.pagination .dot.active {
  background: #555;
}


.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-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: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    /* margin-top: 60px */
}

.slick-list:focus {
    outline: 0
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat
}

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

.slick-slide,.slick-slide img,.slick-slider .slick-list,.slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: 100%
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom:1}

.slick-track:after,.slick-track:before {
    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
}

.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
}

@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: 400;
    font-style: normal
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: 0;
    display: none;
}

/* .slick-next:focus,.slick-prev:focus {
    outline: 0
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
} */

/* .slick-prev {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    z-index: 1;
    border-bottom: 2px solid #00b080;
    border-left: 2px solid #00b080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.slick-next {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    z-index: 1;
    border-right: 2px solid #00b080;
    border-top: 2px solid #00b080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
} */

.slick-slider {
    margin-bottom: 40px
}

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

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


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

.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover {
    cursor: pointer
}

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

.slick-dots li.slick-active button:before {
    color: #06b
}


/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */