@charset "UTF-8";
/*リセット
--------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* common
---------------------------------------------*/
body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.6;
  font-size: 13px;
  color: #000;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 10px;
  }
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  /* Medium */
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

.inner {
  width: 970px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 94%;
  }
}

.back_green {
  background-color: #fafbe9;
}

.back_beige {
  background-color: #f7f6ef;
}

.text_green {
  color: #46c437;
}

.opacity {
  opacity: 0;
}

/* header
---------------------------------------------*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 50px 0 80px;
}

@media screen and (max-width: 768px) {
  header {
    padding: 0 0 60px;
  }
}

header .inner {
  width: 100%;
}

@media screen and (max-width: 768px) {
  header .inner {
    width: 100%;
  }
}

header .inner h1 {
  margin-bottom: 40px;
  width: 380px;
  margin: 25px auto 50px;
}

@media screen and (max-width: 768px) {
  header .inner h1 {
    width: 50%;
    margin: 50px auto 25px;
  }
}

header .inner .read {
  line-height: 2;
  text-align: center;
  color: #777d77;
}

@media screen and (max-width: 768px) {
  header .inner .read {
    font-size: 11px;
    text-align: left;
    width: 84%;
    margin: 0 auto;
  }
}

header .inner .scroll {
  position: absolute;
  bottom: 40px;
  right: 40px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 43px;
  /*小文字でずれる*/
  font-size: 10px;
  z-index: 100;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  header .inner .scroll {
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    line-height: 36px;
    /*小文字でずれる*/
  }
}

header .inner .scroll:hover {
  opacity: 0.5;
}

header .inner .scroll::after {
  content: ">";
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  bottom: -9px;
  right: 19px;
}

@media screen and (max-width: 768px) {
  header .inner .scroll::after {
    bottom: -6px;
    right: 17px;
  }
}

/* youtube
---------------------------------------------*/
.youtube {
  padding: 88px 0 92px;
}

@media screen and (max-width: 768px) {
  .youtube {
    padding: 74px 0 75px;
  }
}

.youtube .video_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .youtube .video_title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.youtube .video_title span {
  display: block;
  font-size: 19px;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 768px) {
  .youtube .video_title span {
    font-size: 12px;
  }
}

.youtube .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* style
---------------------------------------------*/
.sec_style {
  padding: 107px 0 60px;
}

@media screen and (max-width: 768px) {
  .sec_style {
    padding: 73px 0;
  }
}

@media screen and (max-width: 768px) {
  .sec_style .inner {
    width: 84%;
  }
}

.sec_style .inner .sec_style_title {
  width: 556px;
  margin: 0 auto;
  margin-bottom: 143px;
}

@media screen and (max-width: 768px) {
  .sec_style .inner .sec_style_title {
    width: 93%;
    margin-bottom: 61px;
  }
}

.style {
  margin-bottom: 105px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .style {
    margin-bottom: 94px;
  }
}

.style:last-of-type {
  margin-bottom: 0;
}

.style::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #cdd1cd;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -60px;
}

@media screen and (max-width: 768px) {
  .style::before {
    top: -25px;
  }
}

.style .sec_title .sec_title_img {
  width: 182px;
  margin: 0 auto -5px;
}

@media screen and (max-width: 768px) {
  .style .sec_title .sec_title_img {
    width: 40%;
  }
}

.style .sec_title .sec_title_text {
  text-align: center;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 55px;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 768px) {
  .style .sec_title .sec_title_text {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.style .sec_title .sec_title_text span {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 7px;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 768px) {
  .style .sec_title .sec_title_text span {
    font-size: 12px;
  }
}

.style .sec_title .sec_title_text .bold {
  font-weight: bold;
}

.style_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
  gap: 0 30px;
}

@media screen and (max-width: 768px) {
  .style_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}

.style_flex .sec_img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .style_flex .sec_img {
    width: 100%;
    margin-bottom: 32px;
  }
}

.style_flex .sec_text {
  width: calc(50% - 30px);
}

@media screen and (max-width: 768px) {
  .style_flex .sec_text {
    width: 100%;
  }
}

.sec_text_top {
  margin-bottom: 78px;
  margin-left: 54px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec_text_top {
    margin-left: 0;
    margin-bottom: 3px;
  }
}

.sec_text_top .staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 26px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .sec_text_top .staff {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 5%;
    margin-bottom: 28px;
  }
}

.sec_text_top .staff .staff_left {
  width: 133px;
}

@media screen and (max-width: 768px) {
  .sec_text_top .staff .staff_left {
    width: 33%;
  }
}

.sec_text_top .staff .staff_left img {
  border-radius: 50%;
}

.sec_text_top .staff .staff_right {
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .sec_text_top .staff .staff_right {
    width: 41%;
    padding-top: 0;
    padding-left: 6px;
  }
}

.sec_text_top .staff .staff_right .staff_name {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .sec_text_top .staff .staff_right .staff_name {
    font-size: 13px;
    line-height: 1;
  }
}

.sec_text_top .staff .staff_right .staff_name span {
  font-size: 26px;
  display: block;
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .sec_text_top .staff .staff_right .staff_name span {
    display: inline-block;
    font-size: 18px;
  }
}

.sec_text_top .staff .staff_right .staff_store {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .sec_text_top .staff .staff_right .staff_store {
    line-height: 1.2;
    font-size: 10px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .sec_text_top .staff .staff_right .staff_inst {
    margin-bottom: 7px;
  }
}

.sec_text_top .staff .staff_right .staff_inst a {
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec_text_top .staff .staff_right .staff_inst a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.sec_text_top .staff .staff_right .staff_inst a img {
  width: 19px;
  height: 19px;
  margin-right: 3px;
}

@media screen and (max-width: 768px) {
  .sec_text_top .staff .staff_right .staff_inst a img {
    width: 13px;
    height: 13px;
  }
}

.sec_text_top .staff_link {
  position: absolute;
  left: -18px;
  bottom: -43px;
}

@media screen and (max-width: 768px) {
  .sec_text_top .staff_link {
    position: static;
  }
}

.sec_text_top .staff_link a {
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 10px;
  text-align: center;
  border: 1px solid #000;
  width: 164px;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  .sec_text_top .staff_link a {
    width: 106%;
    line-height: 23px;
  }
}

.sec_text_top .staff_link a:hover {
  opacity: 0.6;
}

.sec_text_middle {
  border: 1px solid #000;
  line-height: 2.69;
  padding: 51px 51px 35px;
  text-align: justify;
  margin-bottom: 38px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec_text_middle {
    padding: 10% 10% 8.5%;
    margin-bottom: 33px;
    line-height: 2.45;
  }
}

.sec_text_middle::before, .sec_text_middle:after {
  content: "";
  display: block;
  width: 30px;
  left: 80px;
}

@media screen and (max-width: 768px) {
  .sec_text_middle::before, .sec_text_middle:after {
    left: 57px;
    width: 19px;
  }
}

.sec_text_middle::before {
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: -2px;
  z-index: 1;
}

.sec_text_middle::after {
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  top: -1px;
  z-index: 2;
}

.sec_text_under {
  position: relative;
  padding: 32px 50px 24px;
}

@media screen and (max-width: 768px) {
  .sec_text_under {
    padding: 9% 9% 7%;
  }
}

.sec_text_under .item_title {
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 54px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .sec_text_under .item_title {
    font-size: 18px;
    left: 7%;
    letter-spacing: 0.07em;
  }
}

.sec_text_under .item_list li {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .sec_text_under .item_list li {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

.sec_text_under .item_list li a {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec_text_under .item_list li a {
    font-size: 11px;
  }
}

.sec_text_under .item_list li a:hover {
  opacity: 0.6;
}

.sec_text_under .item_list li:last-of-type {
  margin-bottom: 0;
}

.sec_img {
  margin-bottom: 0;
  border: none;
}

.sec_point {
  width: 550px;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec_point {
    width: 100%;
  }
}

.sec_style .style:nth-of-type(odd) .style_flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .sec_style .style:nth-of-type(odd) .style_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec_style .style:nth-of-type(odd) .sec_point {
  margin-left: auto;
  margin-right: 0;
}

/* item
---------------------------------------------*/
.sec_item {
  padding: 148px 0 110px;
}

@media screen and (max-width: 768px) {
  .sec_item {
    padding: 71px 0 74px;
  }
}

.sec_item .inner {
  width: 878px;
}

@media screen and (max-width: 768px) {
  .sec_item .inner {
    width: 94%;
  }
}

.sec_item .sec_item_read {
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 0.17em;
}

.sec_item .sec_item_img {
  margin-bottom: 89px;
}

@media screen and (max-width: 768px) {
  .sec_item .sec_item_img {
    margin-bottom: 41px;
  }
}

.sec_item .key_title {
  font-size: 21px;
  text-align: center;
  margin-bottom: 9px;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 768px) {
  .sec_item .key_title {
    font-size: 15px;
    margin-bottom: 2px;
  }
}

.sec_item .key_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sec_item .key_list {
    margin-bottom: 49px;
    gap: 4px;
  }
}

.sec_item .key_list li {
  background-color: #fff;
  border: 1px solid #cdd1cd;
  width: calc((100% - 20px) / 3);
}

@media screen and (max-width: 768px) {
  .sec_item .key_list li {
    width: calc((100% - 5px) / 2);
  }
}

.sec_item .key_list li a {
  display: block;
  line-height: 80px;
  text-align: center;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sec_item .key_list li a {
    line-height: 48px;
    font-size: 10px;
  }
}

.sec_item .key_list li a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.sec_item .all_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #777d77;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 93px;
}

@media screen and (max-width: 768px) {
  .sec_item .all_btn a {
    line-height: 68px;
    font-size: 16px;
  }
}

.sec_item .all_btn a span {
  letter-spacing: 0.07em;
}

.sec_item .all_btn a .en {
  font-size: 30px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .sec_item .all_btn a .en {
    font-size: 20px;
  }
}

.sec_item .all_btn a:hover {
  opacity: 0.8;
}

/* staff
---------------------------------------------*/
.sec_staff {
  padding: 95px 0 150px;
}

@media screen and (max-width: 768px) {
  .sec_staff {
    padding: 75px 0 100px;
  }
}

.sec_staff .inner {
  width: 806px;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner {
    width: 76%;
  }
}

.sec_staff .inner .sec_staff_title {
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 57px;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .sec_staff_title {
    font-size: 15px;
    margin-bottom: 25px;
  }
}

.sec_staff .inner .sec_staff_title .en {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .sec_staff_title .en {
    font-size: 11px;
  }
}

.sec_staff .inner .sec_staff_title .ja {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .sec_staff_title .ja {
    font-size: 10px;
  }
}

.sec_staff .inner .staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0 1px;
}

.sec_staff .inner .staff_list .staff_list_item {
  width: calc((100% - 150px) / 4) !important;
  margin-right: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .staff_list_item {
    width: calc((100% - 7%) / 2) !important;
    margin-right: 7%;
    margin-bottom: 30px;
  }
}

.sec_staff .inner .staff_list .staff_list_item .icon_img {
  width: 123px;
  height: 123px;
  margin: 0 auto 20px;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .staff_list_item .icon_img {
    width: 62px;
    height: 62px;
    margin-bottom: 7px;
  }
}

.sec_staff .inner .staff_list .staff_list_item .icon_img img {
  border-radius: 50%;
}

.sec_staff .inner .staff_list .staff_list_item .name {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .staff_list_item .name {
    font-size: 12px;
  }
}

.sec_staff .inner .staff_list .staff_list_item .store {
  font-size: 10px;
  margin-bottom: 11px;
  line-height: 1.8;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .staff_list_item .store {
    margin-bottom: 3px;
    line-height: 1.6;
  }
}

.sec_staff .inner .staff_list .staff_list_item .inst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5px;
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .staff_list_item .inst {
    margin-bottom: 9px;
  }
}

.sec_staff .inner .staff_list .staff_list_item .inst .icon_inst a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.sec_staff .inner .staff_list .staff_list_item .inst .icon_inst a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.sec_staff .inner .staff_list .staff_list_item .inst .icon_inst a img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .staff_list_item .inst .icon_inst a img {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .staff_list_item .inst .icon_inst a.inst_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sec_staff .inner .staff_list .staff_list_item .code_llnk a {
  display: block;
  line-height: 28px;
  width: 100%;
  border: 1px solid #000;
  color: #000;
  font-size: 10px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .staff_list_item .code_llnk a {
    line-height: 32px;
  }
}

.sec_staff .inner .staff_list .staff_list_item .code_llnk a:hover {
  opacity: 0.6;
}

.staff_list_item.top {
  position: relative;
}

.sec_staff .inner .staff_list .slick-slide {
  margin-bottom: 44px;
  padding: 0 1px;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .slick-slide {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .sec_staff .inner .staff_list .slick-slide div li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .slick-slide div li:nth-of-type(even) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .sec_staff .inner .staff_list .slick-slide div:first-child {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .slick-slide div:last-child li:nth-of-type(3n),
  .sec_staff .inner .staff_list .slick-slide div:last-child li:nth-of-type(4n) {
    margin-bottom: 0;
  }
}

.sec_staff .inner .staff_list .prev,
.sec_staff .inner .staff_list .next {
  position: absolute;
  top: 37%;
  height: 88px;
  width: 36px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .prev,
  .sec_staff .inner .staff_list .next {
    height: 43px;
    width: 19px;
    top: 44%;
  }
}

.sec_staff .inner .staff_list .prev:hover,
.sec_staff .inner .staff_list .next:hover {
  opacity: 0.5;
}

.sec_staff .inner .staff_list .prev {
  left: -128px;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .prev {
    left: -36px;
  }
}

.sec_staff .inner .staff_list .prev::before, .sec_staff .inner .staff_list .prev::after {
  content: "";
  display: block;
  height: 1px;
  width: 58px;
  background-color: #000;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  position: absolute;
  top: 50%;
  left: 0;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .prev::before, .sec_staff .inner .staff_list .prev::after {
    width: 25px;
  }
}

.sec_staff .inner .staff_list .prev::before {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.sec_staff .inner .staff_list .prev::after {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.sec_staff .inner .staff_list .next {
  right: -135px;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .next {
    right: -36px;
  }
}

.sec_staff .inner .staff_list .next::before, .sec_staff .inner .staff_list .next::after {
  content: "";
  display: block;
  height: 1px;
  width: 58px;
  background-color: #000;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  position: absolute;
  top: 50%;
  right: 0;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .next::before, .sec_staff .inner .staff_list .next::after {
    width: 25px;
  }
}

.sec_staff .inner .staff_list .next::before {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.sec_staff .inner .staff_list .next::after {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.sec_staff .inner .staff_list button {
  /*リセット*/
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sec_staff .inner .staff_list .slide-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.sec_staff .inner .staff_list .slide-dots li {
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .slide-dots li {
    margin: 0 10px;
  }
}

.sec_staff .inner .staff_list .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.sec_staff .inner .staff_list .slide-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d0d0d0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .sec_staff .inner .staff_list .slide-dots li button:before {
    width: 7px;
    height: 7px;
  }
}

.sec_staff .inner .staff_list .slide-dots li button:hover::before {
  background-color: #797979;
}

.sec_staff .inner .staff_list .slide-dots li.slick-active button:before {
  background-color: #797979;
}

/* leeep
---------------------------------------------*/
.sec_leeep {
  margin-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .sec_leeep {
    margin-bottom: 150px;
    font-size: 11px;
  }
}

.sec_leeep p {
  text-align: center;
  position: relative;
  width: 350px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .sec_leeep p {
    width: 310px;
    margin: 0 auto 20px;
  }
}

.sec_leeep p span {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .sec_leeep p span {
    font-size: 12px;
  }
}

.sec_leeep a {
  color: #797979;
}

.sec_leeep p::before {
  content: '((';
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 22px;
}

.sec_leeep p::after {
  content: '))';
  position: absolute;
  top: 3px;
  right: 0px;
  font-size: 22px;
}

/* voice
---------------------------------------------*/
.sec_voice .banner {
  width: 694px;
  margin: 0 auto 95px;
}

@media screen and (max-width: 768px) {
  .sec_voice .banner {
    margin-bottom: 100px;
    width: 100%;
  }
}

.sec_voice:hover {
  opacity: 0.8;
}

/* footer
---------------------------------------------*/
footer {
  padding: 52px 0 40px;
}

footer .logo {
  width: 135px;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  footer .logo {
    width: 30%;
    margin: 0 auto 12px;
  }
}

footer .logo a {
  display: block;
}

footer .logo a:hover {
  opacity: 0.7;
}

footer .copy {
  text-align: center;
  font-size: 10px;
}

/* itemArea
---------------------------------------------*/
.itemblock h2 {
  text-align: center;
  color: #46c437;
}

@media screen and (min-width: 769px) {
  .itemblock h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .itemblock h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 769px) {
  ul.itemArea, div.itemArea {
    width: 828px;
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  ul.itemArea, div.itemArea {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) {
  ul.itemArea li, ul.itemArea > div, div.itemArea li, div.itemArea > div {
    width: calc(200 / 828 * 100%);
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  ul.itemArea li, ul.itemArea > div, div.itemArea li, div.itemArea > div {
    width: 48%;
    margin-bottom: 30px;
  }
}

ul.itemArea li a, ul.itemArea > div a, div.itemArea li a, div.itemArea > div a {
  color: #777D7B;
  display: block;
  text-align: center;
  text-decoration: none;
}

ul.itemArea li a::after, ul.itemArea > div a::after, div.itemArea li a::after, div.itemArea > div a::after {
  content: "BUY";
  width: 70%;
  border: 1px solid #46c437;
  display: block;
  margin: 0 auto;
  color: #46c437;
  text-decoration: none;
  text-align: center;
  margin-top: 12px;
}
/*# sourceMappingURL=style.css.map */