@charset "UTF-8";
@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Black.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Black.ttf") format("truetype");
  font-display: swap;
}

/*--------------------------
 ブレークポイント設定
----------------------------*/
:focus {
  outline: none;
}

/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: 'NotoSerifCJKjp',"Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
  color: #333;
  font-style: normal;
  font-weight: 400;
}

body img {
  width: 100%;
}

body .wrap {
  position: relative;
}

body .uk-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 25px;
}

body .uk-container.narrow {
  max-width: 900px;
}

@media (min-width: 1300px) {
  body .uk-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .uk-container.wide {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media (max-width: 767px) {
  body .uk-container {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'NotoSerifCJKjp',"Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
  line-height: 1.5;
  color: #222;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  text-align: left !important;
}

@media (max-width: 479px) {
  body {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}

/* margin ------*/
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  transition: all 0.5s ease 0s;
}

/* リンク img ------*/
.hv {
  transition: all 0.5s ease 0s;
}

.hv:hover {
  transition: all 0.5s ease 0s;
}

@media (min-width: 1300px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}

@media (min-width: 1300px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 479px) {
  .uk-hidden-xs {
    display: none !important;
  }
}

/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .uk-visible-xs {
    display: block !important;
  }
}

/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* 横並び　flex */
/* 変数 -----*/
.svg-wrap {
  height: 0;
  position: relative;
}

.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* linear */
a {
  transition: all 0.5s ease 0s;
}

a:hover {
  transition: all 0.5s ease 0s;
}

/*--------------------------
 共通事項
----------------------------*/
section {
  box-sizing: border-box;
}

@media (max-width: 479px) {
  section {
    padding: 50px 0;
  }
}

/*--------------------------
 ヘッダー
----------------------------*/
header {
  padding: 10px 40px;
  padding: 10px 40px;
}

header h1 {
  margin: 0;
}

header h1 img {
  width: 175px;
}

@media (max-width: 767px) {
  header h1 {
    text-align: center;
  }
}

/*--------------------------
 メインビジュアル
----------------------------*/
.mainvisual {
  padding: 0;
}

.mainvisual .uk-container .img {
  position: relative;
}

.mainvisual .uk-container .img .ld {
  position: absolute;
  bottom: 8%;
  right: 23%;
  background: #96b2a7;
}

.mainvisual .uk-container .img .ld p {
  margin: 0;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .mainvisual .uk-container .img .ld {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .mainvisual .uk-container .img .ld {
    margin-bottom: 15px;
  }
  .mainvisual .uk-container .img .ld p {
    font-size: 3.5vw;
  }
}

@media (max-width: 479px) and (max-width: 479px) {
  .mainvisual .uk-container .img .ld p .uk-hidden-small {
    display: block !important;
  }
}

.mainvisual .uk-container cp_box *, .mainvisual .uk-container .cp_box *:before, .mainvisual .uk-container .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainvisual .uk-container .cp_box {
  position: relative;
}

.mainvisual .uk-container .cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 80px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(255, 255, 255, 0.95) 70%);
  transition: 0.5s;
}

.mainvisual .uk-container .cp_box label::after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  content: "" " 続きをよむ";
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #c4c4c4;
}

.mainvisual .uk-container .cp_box input:checked + label {
  background: inherit;
  /* 開いた時にグラデーションを消す */
  /* display: none ; 閉じるボタンを消す場合解放 */
}

.mainvisual .uk-container .cp_box input {
  display: none;
}

.mainvisual .uk-container .cp_box .cp_container {
  overflow: hidden;
  height: 10em;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

.mainvisual .uk-container .cp_box input:checked + label:after {
  font-family: FontAwesome;
  content: "" " 閉じる";
}

.mainvisual .uk-container .cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 50px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

.mainvisual .uk-container .about {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.mainvisual .uk-container .about h3 {
  font-size: 30px;
  left: 0;
  top: 0;
  line-height: 1.0;
}

@media (max-width: 767px) {
  .mainvisual .uk-container .about h3 {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    font-size: 150%;
  }
}

.mainvisual .uk-container .about p {
  line-height: 1.8;
}

@media (max-width: 767px) {
  .mainvisual .uk-container .about p {
    padding-left: 0;
  }
}

/*--------------------------
 news
----------------------------*/
.news {
  padding: 30px 0 100px;
}

@media (max-width: 767px) {
  .news {
    padding: 10px 0 100px;
  }
}

.news__inner {
  background: #f2f6f6;
  box-sizing: border-box;
  padding: 30px 30px 30px 0;
}

@media (max-width: 767px) {
  .news__inner {
    padding: 20px;
  }
}

@media (max-width: 479px) {
  .news__inner {
    padding: 20x 20px 20px;
  }
}

.news h3 {
  width: 35%;
  float: left;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.news h3::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #a0a0a0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.news h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .news h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    float: none;
  }
  .news h3::after {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    bottom: -10px;
    right: auto;
  }
  .news h3 span {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: auto;
    top: auto;
    position: relative;
  }
}

.news__box {
  width: 60%;
  float: left;
  margin-left: 5%;
}

@media (max-width: 767px) {
  .news__box {
    width: 100%;
    float: none;
    width: 100%;
    margin: 0;
  }
}

.news__list {
  margin: 0;
}

@media (max-width: 767px) {
  .news__list {
    display: block;
  }
}

.news__list li {
  padding: 15px;
  position: relative;
  text-align: left;
}

@media (max-width: 767px) {
  .news__list li {
    padding: 10px;
  }
}

.news__list li a {
  color: #000;
}

.news__list li a:hover {
  color: #55afb4;
}

.news__list li a span {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .news__list li a span {
    font-size: 14px;
  }
}

.news__list li a span.date {
  position: relative;
  padding-left: 0;
  padding-bottom: 0;
}

.news__list li a span.cate {
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 3px 15px;
  border-radius: 13px;
  line-height: 1.0;
}

.news__list li a span.cate01 {
  background: #76b697;
}

.news__list li a span.cate02 {
  background: #55afb4;
}

.news__list li a span.txt {
  display: inline-block;
  width: 60%;
}

@media (max-width: 479px) {
  .news__list li a span.txt {
    display: block;
    padding: 10px 0;
    width: 100%;
  }
}

/*--------------------------
 アンカーリンク
 ----------------------------*/
#seminar .anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

#manufacturer .anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

.Bnr_anchor img {
  margin: 5px auto;
}

.hover_anchor figure:hover img {
  opacity: .8;
}

.hover_anchor figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/*--------------------------
 つくり手のご紹介、セミナー実績共通
----------------------------*/
.contents {
  position: relative;
}

.contents .title {
  position: relative;
  padding: 60px 0;
}

.contents .title h3 {
  top: -50px;
  position: absolute;
}

@media (max-width: 479px) {
  .contents .title h3 {
    top: -150px;
  }
}

.contents .title h3 img {
  width: 100px;
  height: auto;
}

@media (max-width: 479px) {
  .contents .title h3 img {
    width: 70px;
  }
}

.contents .title .ld {
  width: calc(50% - 170px);
}

@media (max-width: 767px) {
  .contents .title .ld {
    margin-top: 250px;
    width: calc(100% - 170px);
  }
}

@media (max-width: 479px) {
  .contents .title .ld {
    width: 100%;
    margin-left: 0 !important;
  }
}

.contents .title .ld p {
  line-height: 1.8;
}

.contents .title .ld span {
  font-size: 70%;
  line-height: 1.2;
}

.contents .title .img {
  position: absolute;
  top: -50px;
  width: 45%;
}

@media (max-width: 767px) {
  .contents .title .img {
    width: calc(100% - 170px);
    height: 350px;
    overflow: hidden;
  }
}

@media (max-width: 479px) {
  .contents .title .img {
    width: calc( 100% - 90px);
  }
}

.contents .movie__list {
  text-align: center;
  margin-top: 15%;
}

@media (max-width: 767px) {
  .contents .movie__list {
    margin-top: 0;
  }
}

.contents .movie__list h4 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 5px;
}

@media (max-width: 479px) {
  .contents .movie__list h4 {
    font-size: 5vw;
  }
}

.contents .movie__list div.btnInfo {
  text-align: left;
  font-size: 80%;
}

.contents .movie__list div.btnInfo .longbtnInfo {
  position: relative;
  padding-left: 80px;
}

.contents .movie__list div.btnInfo .longbtnInfo::before {
  content: "オリジナル";
  text-align: center;
  vertical-align: middle;
  width: 70px;
  height: 20px;
  font-size: 80%;
  font-weight: bold;
  color: #ffffff;
  background-color: #fbaf5c;
  position: absolute;
  top: 0;
  left: 0;
}

.contents .movie__list div.btnInfo .digestbtnInfo {
  position: relative;
  padding-left: 80px;
}

.contents .movie__list div.btnInfo .digestbtnInfo::before {
  content: "ダイジェスト";
  text-align: center;
  vertical-align: middle;
  width: 70px;
  height: 20px;
  font-size: 80%;
  font-weight: bold;
  color: #ffffff;
  background-color: #7cc576;
  position: absolute;
  top: 0;
  left: 0;
}

.contents .movie__list p span {
  font-size: 80%;
}

.contents .movie__list ul.list {
  margin-left: -50px;
  text-align: left;
  /* modal */
}

.contents .movie__list ul.list .list_item {
  box-sizing: border-box;
  float: left;
  padding-left: 50px;
  margin-bottom: 50px;
}

@media (max-width: 479px) {
  .contents .movie__list ul.list .list_item {
    margin-bottom: 25px;
  }
}

.contents .movie__list ul.list .list_item__inner {
  position: relative;
  /* hover */
}

.contents .movie__list ul.list .list_item__inner .trig {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.contents .movie__list ul.list .list_item__inner .img img {
  transition: all 0.5s ease 0s;
}

.contents .movie__list ul.list .list_item__inner .text span.date {
  font-size: 13px;
  color: #666;
}

.contents .movie__list ul.list .list_item__inner:hover .img {
  position: relative;
}

.contents .movie__list ul.list .list_item__inner:hover .img img {
  position: relative;
  filter: opacity(0.5);
  transition: all 0.5s ease 0s;
}

.contents .movie__list ul.list .list_item__inner:hover .img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background: url(../img/more.png) no-repeat center/contain;
  width: 110px;
  height: 16px;
}

.contents .movie__list ul.list .list_item .btn {
  margin: 5px 0;
}

.contents .movie__list ul.list .list_item .btn div {
  padding-left: 3px;
}

.contents .movie__list ul.list .list_item .btn a {
  color: #fff;
  padding: 5px;
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 80%;
  transition: all 0.5s ease 0s;
  line-height: 1.2;
}

.contents .movie__list ul.list .list_item .btn a.long {
  background: #fbaf5c;
}

.contents .movie__list ul.list .list_item .btn a.long:hover {
  background: #ffbf7b;
}

.contents .movie__list ul.list .list_item .btn a.digest {
  background: #76b697;
}

.contents .movie__list ul.list .list_item .btn a.digest:hover {
  background: #7ed4ab;
}

.contents .movie__list ul.list .list_item .btn a::after {
  content: '';
  background: url(../img/icon_window.svg) no-repeat center/contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  padding-left: 8px;
}

.contents .movie__list ul.list .list_item .btn a span {
  font-size: 80%;
}

.contents .movie__list ul.list .uk-modal-dialog {
  border-radius: 15px;
  max-width: 500px;
  padding: 30px;
  box-sizing: border-box;
  width: 90%;
}

@media (max-width: 479px) {
  .contents .movie__list ul.list .uk-modal-dialog {
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-align: left;
  }
}

.contents .movie__list ul.list .uk-modal-dialog .uk-close {
  position: relative;
  margin: -45px -45px 0 0;
  opacity: .8;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
}

@media (max-width: 479px) {
  .contents .movie__list ul.list .uk-modal-dialog .uk-close {
    margin: -30px -30px 0 0;
  }
}

.contents .movie__list ul.list .uk-modal-dialog .uk-close::before, .contents .movie__list ul.list .uk-modal-dialog .uk-close::after {
  display: block;
  margin: 0;
  border: none;
  width: 70%;
  /*バツ線の長さ*/
  height: 4px;
  /*バツ線の太さ*/
  background: #fff;
  transform-origin: 0% 50%;
  position: absolute;
  transition: .3s;
}

.contents .movie__list ul.list .uk-modal-dialog .uk-close::before {
  content: '';
  transform: rotate(45deg);
  top: 7px;
  left: 10px;
}

.contents .movie__list ul.list .uk-modal-dialog .uk-close::after {
  transform: rotate(-45deg);
  content: "" !important;
  top: 27px;
  left: 10px;
}

.contents .movie__list ul.list .uk-modal-dialog .movie, .contents .movie__list ul.list .uk-modal-dialog youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.contents .movie__list ul.list .uk-modal-dialog .movie iframe, .contents .movie__list ul.list .uk-modal-dialog youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.contents .movie__list ul.list .uk-modal-dialog .text {
  padding: 0 !important;
}

.contents .movie__list ul.list .uk-modal-dialog .text p {
  margin-bottom: 0;
  margin-left: 5px;
  line-height: 1.8;
  color: #666;
  font-size: 14px;
}

.contents .movie__list ul.list .uk-modal-dialog .text p.product {
  font-size: 24px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  font-weight: bold;
  color: #000;
}

@media (max-width: 479px) {
  .contents .movie__list ul.list .uk-modal-dialog .text p.product {
    font-size: 18px !important;
  }
}

.contents .movie__list ul.list .uk-modal-dialog .text p.company, .contents .movie__list ul.list .uk-modal-dialog .text p.seminar-name {
  font-weight: 500;
  font-size: 20px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-weight: bold !important;
  color: #000;
}

@media (max-width: 479px) {
  .contents .movie__list ul.list .uk-modal-dialog .text p.company, .contents .movie__list ul.list .uk-modal-dialog .text p.seminar-name {
    font-size: 16px;
  }
}

.contents .movie__list ul.list .uk-modal-dialog .text p a {
  color: #55afb4;
  text-decoration: underline;
}

.contents .movie__list ul.list .uk-modal-dialog .btn {
  margin: 30px 0;
}

.contents .movie__list ul.list .uk-modal-dialog .btn a {
  color: #fff;
  padding: 15px;
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 18px;
}

.contents .movie__list ul.list .uk-modal-dialog .btn a::after {
  content: '';
  background: url(../img/icon_window.svg) no-repeat center/contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.contents .movie__list ul.list .uk-modal-dialog .copy {
  font-size: 10px;
  border-top: 1px solid #ccc;
  padding: 15px 0 0;
  text-align: center;
  letter-spacing: 1px;
}

/*--------------------------
 つくり手のご紹介
----------------------------*/
.manufacture {
  margin-top: 130px;
  background: #f5f5f5;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .manufacture {
    padding-bottom: 200px;
  }
}

.manufacture .title {
  position: relative;
  padding: 60px 0;
}

.manufacture .title h3 {
  left: 25px;
}

@media (max-width: 479px) {
  .manufacture .title h3 {
    left: 0 !important;
  }
}

.manufacture .title .ld {
  margin-left: 170px;
}

@media (max-width: 767px) {
  .manufacture .title .ld {
    margin-top: 40%;
  }
}

@media (max-width: 479px) {
  .manufacture .title .ld {
    margin-top: 30%;
  }
}

.manufacture .title .img {
  right: 0;
}

@media (max-width: 479px) {
  .manufacture .title .img {
    right: -15px !important;
    top: -100px;
  }
}

.manufacture .movie__list {
  position: relative;
  margin-top: 20%;
  /* イラスト01 */
}

@media (max-width: 767px) {
  .manufacture .movie__list {
    margin-top: 5%;
  }
}

.manufacture .movie__list .illust01 {
  position: absolute;
  left: 20px;
  top: -200px;
}

.manufacture .movie__list .illust01 img {
  width: 180px;
  height: auto;
}

@media (max-width: 767px) {
  .manufacture .movie__list .illust01 {
    top: -145px;
    left: 5%;
  }
  .manufacture .movie__list .illust01 img {
    width: 150px;
  }
}

@media (max-width: 479px) {
  .manufacture .movie__list .illust01 {
    right: 5%;
    left: auto;
    top: -145px;
  }
  .manufacture .movie__list .illust01 img {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .manufacture .movie__list h4 {
    text-align: left;
    margin-left: 30%;
  }
}

@media (max-width: 479px) {
  .manufacture .movie__list h4 {
    margin-left: 5%;
  }
}

.manufacture .movie__list .search {
  margin: 50px 0 50px;
  margin-left: -20px;
}

@media (max-width: 767px) {
  .manufacture .movie__list .search {
    margin: 80px 0 50px;
    margin-left: -10px;
    text-align: left;
  }
}

.manufacture .movie__list .search .search_item {
  display: inline-block;
  padding: 10px 5px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  width: calc( 10% - 6px);
  margin-left: 10px;
  border: 2px solid;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  font-weight: bold;
}

.manufacture .movie__list .search .search_item.cate00 {
  border-color: #55afb4;
  color: #55afb4;
}

.manufacture .movie__list .search .search_item.cate01 {
  border-color: #7cc576;
  color: #7cc576;
}

.manufacture .movie__list .search .search_item.cate02 {
  border-color: #fbb468;
  color: #fbb468;
}

.manufacture .movie__list .search .search_item.cate03 {
  border-color: #7ecef4;
  color: #7ecef4;
}

.manufacture .movie__list .search .search_item.cate04 {
  border-color: #f29c9f;
  color: #f29c9f;
}

.manufacture .movie__list .search .search_item.cate05 {
  border-color: #a6937c;
  color: #a6937c;
}

.manufacture .movie__list .search .search_item.cate06 {
  border-color: #40c2bf;
  color: #40c2bf;
}

.manufacture .movie__list .search .search_item.cate07 {
  border-color: #556fb5;
  color: #556fb5;
}

.manufacture .movie__list .search .search_item.cate08 {
  border-color: #a186be;
  color: #a186be;
}

@media (max-width: 767px) {
  .manufacture .movie__list .search .search_item {
    width: calc( 33% - 14px);
    margin: 5px 0 5px 10px;
    padding: 10px 5px;
  }
}

.manufacture .movie__list .search .search_item.is-active {
  color: #fff;
}

.manufacture .movie__list .search .search_item.is-active.cate00 {
  background: #55afb4;
}

.manufacture .movie__list .search .search_item.is-active.cate01 {
  background: #7cc576;
}

.manufacture .movie__list .search .search_item.is-active.cate02 {
  background: #fbb468;
}

.manufacture .movie__list .search .search_item.is-active.cate03 {
  background: #7ecef4;
}

.manufacture .movie__list .search .search_item.is-active.cate04 {
  background: #f29c9f;
}

.manufacture .movie__list .search .search_item.is-active.cate05 {
  background: #a6937c;
}

.manufacture .movie__list .search .search_item.is-active.cate06 {
  background: #40c2bf;
}

.manufacture .movie__list .search .search_item.is-active.cate07 {
  background: #556fb5;
}

.manufacture .movie__list .search .search_item.is-active.cate08 {
  background: #a186be;
}

.manufacture .movie__list .search .search_item:hover {
  color: #fff;
}

.manufacture .movie__list .search .search_item:hover.cate00 {
  background: #55afb4;
}

.manufacture .movie__list .search .search_item:hover.cate01 {
  background: #7cc576;
}

.manufacture .movie__list .search .search_item:hover.cate02 {
  background: #fbb468;
}

.manufacture .movie__list .search .search_item:hover.cate03 {
  background: #7ecef4;
}

.manufacture .movie__list .search .search_item:hover.cate04 {
  background: #f29c9f;
}

.manufacture .movie__list .search .search_item:hover.cate05 {
  background: #a6937c;
}

.manufacture .movie__list .search .search_item:hover.cate06 {
  background: #40c2bf;
}

.manufacture .movie__list .search .search_item:hover.cate07 {
  background: #556fb5;
}

.manufacture .movie__list .search .search_item:hover.cate08 {
  background: #a186be;
}

.manufacture .movie__list .is-hide {
  display: none;
}

@media (max-width: 479px) {
  .manufacture .movie__list ul.list {
    margin-left: -15px;
  }
}

.manufacture .movie__list ul.list .list_item {
  width: 33.33%;
  /* modal */
}

@media (max-width: 767px) {
  .manufacture .movie__list ul.list .list_item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .manufacture .movie__list ul.list .list_item {
    padding-left: 15px;
  }
}

.manufacture .movie__list ul.list .list_item[data-group="cate01"] .text span.cate {
  background: #7cc576;
}

.manufacture .movie__list ul.list .list_item[data-group="cate02"] .text span.cate {
  background: #fbb468;
}

.manufacture .movie__list ul.list .list_item[data-group="cate03"] .text span.cate {
  background: #7ecef4;
}

.manufacture .movie__list ul.list .list_item[data-group="cate04"] .text span.cate {
  background: #f29c9f;
}

.manufacture .movie__list ul.list .list_item[data-group="cate05"] .text span.cate {
  background: #a6937c;
}

.manufacture .movie__list ul.list .list_item[data-group="cate06"] .text span.cate {
  background: #40c2bf;
}

.manufacture .movie__list ul.list .list_item[data-group="cate07"] .text span.cate {
  background: #556fb5;
}

.manufacture .movie__list ul.list .list_item[data-group="cate08"] .text span.cate {
  background: #a186be;
}

.manufacture .movie__list ul.list .list_item__inner {
  /* hover */
}

.manufacture .movie__list ul.list .list_item__inner .img {
  background: #55afb4;
}

.manufacture .movie__list ul.list .list_item__inner .text {
  padding: 20px;
  background: #fff;
  position: relative;
}

@media (max-width: 479px) {
  .manufacture .movie__list ul.list .list_item__inner .text {
    padding: 10px;
  }
}

.manufacture .movie__list ul.list .list_item__inner .text span {
  font-size: 14px;
}

.manufacture .movie__list ul.list .list_item__inner .text span.cate {
  color: #fff;
  line-height: 1.0;
  padding: 3px 20px;
  border-radius: 15px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media (max-width: 479px) {
  .manufacture .movie__list ul.list .list_item__inner .text span.cate {
    font-size: 12px;
    padding: 2px 15px;
  }
}

.manufacture .movie__list ul.list .list_item__inner .text span.date {
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (max-width: 479px) {
  .manufacture .movie__list ul.list .list_item__inner .text span.date {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    margin-top: 10px;
    padding-left: 5px;
    font-size: 12px;
  }
}

.manufacture .movie__list ul.list .list_item__inner .text p {
  margin-bottom: 0;
  margin-left: 5px;
}

.manufacture .movie__list ul.list .list_item__inner .text p.company {
  font-weight: 500;
  margin-top: 20px;
}

@media (max-width: 479px) {
  .manufacture .movie__list ul.list .list_item__inner .text p.company {
    margin-top: 10px;
  }
}

.manufacture .movie__list ul.list .list_item__inner .text p.product {
  font-size: 14px;
  margin-top: 10px;
  height: calc( 1.8em * 3 );
  line-height: 1.8;
}

@media (max-width: 479px) {
  .manufacture .movie__list ul.list .list_item__inner .text p.product {
    height: calc( 1.3em * 5 );
    line-height: 1.3;
  }
}

.manufacture .movie__list ul.list .list_item__inner:hover .img {
  position: relative;
}

.manufacture .movie__list ul.list .list_item__inner:hover .img img {
  position: relative;
  filter: opacity(0.5);
  transition: all 0.5s ease 0s;
}

.manufacture .movie__list ul.list .list_item__inner:hover .img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background: url(../img/more.png) no-repeat center/contain;
  width: 110px;
  height: 16px;
}

.manufacture .movie__list ul.list .list_item .uk-modal-dialog .uk-close {
  background: #55afb4;
}

.manufacture .movie__list ul.list .list_item .uk-modal-dialog .btn a {
  background: #55afb4;
}

.manufacture .movie__list ul.list .list_item .uk-modal-dialog .btn a:hover {
  background: #6ccad0;
}

/*--------------------------
オンライン学習会
----------------------------*/
.seminar .uk-container {
  position: relative;
  margin-top: 100px;
  /* イラスト02 */
}

.seminar .uk-container .illust02 {
  position: absolute;
  right: 0;
  top: -120px;
}

.seminar .uk-container .illust02 img {
  width: 220px;
  height: auto;
}

@media (max-width: 767px) {
  .seminar .uk-container .illust02 {
    top: 420px;
    /*left: 10%;*/
  }
  .seminar .uk-container .illust02 img {
    width: 200px;
  }
}

@media (max-width: 479px) {
  .seminar .uk-container .illust02 {
    right: auto;
    left: 5%;
    top: -6%;
  }
}

.seminar .title {
  position: relative;
  padding: 60px 0;
}

.seminar .title h3 {
  right: 25px;
  top: 0px;
  position: absolute;
}

@media (max-width: 767px) {
  .seminar .title h3 {
    right: 0;
    top: -50px;
  }
}

@media (max-width: 479px) {
  .seminar .title h3 {
    top: -40%;
  }
}

.seminar .title .ld {
  margin-left: 50%;
}

@media (max-width: 767px) {
  .seminar .title .ld {
    margin-top: 40%;
    margin-left: 0;
  }
}

@media (max-width: 479px) {
  .seminar .title .ld {
    margin-top: 50%;
  }
}

.seminar .title .img {
  left: 0;
}

@media (max-width: 479px) {
  .seminar .title .img {
    left: -15px !important;
    top: -10px;
  }
}

.seminar .movie__list ul.list {
  margin-top: 50px;
}

.seminar .movie__list ul.list .list_item {
  width: 50%;
  /* modal */
}

@media (max-width: 767px) {
  .seminar .movie__list ul.list .list_item {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media (max-width: 479px) {
  .seminar .movie__list ul.list .list_item {
    margin-bottom: 30px;
  }
}

.seminar .movie__list ul.list .list_item__inner .img {
  width: calc( 50% - 30px);
  float: left;
  background: #76b697;
  margin-right: 30px;
  box-sizing: border-box;
}

@media (max-width: 479px) {
  .seminar .movie__list ul.list .list_item__inner .img {
    width: calc( 45% - 15px);
    margin-right: 15px;
  }
}

.seminar .movie__list ul.list .list_item__inner .img_nolink {
  width: calc( 50% - 30px);
  float: left;
  background: #76b697;
  margin-right: 30px;
  box-sizing: border-box;
}

@media (max-width: 479px) {
  .seminar .movie__list ul.list .list_item__inner .img_nolink {
    width: calc( 45% - 15px);
    margin-right: 15px;
  }
}

.seminar .movie__list ul.list .list_item__inner .text {
  width: 50%;
  float: left;
  /*padding-top: 30px;*/
  box-sizing: border-box;
}

@media (max-width: 479px) {
  .seminar .movie__list ul.list .list_item__inner .text {
    padding-top: 0;
    width: 55%;
  }
}

.seminar .movie__list ul.list .list_item__inner .text span.date {
  position: relative;
  font-size: 13px;
  color: #666;
}

.seminar .movie__list ul.list .list_item__inner .text p {
  margin-bottom: 0;
  font-size: 13px;
  margin-top: 10px;
  color: #666;
  line-height: 1.8;
}

@media (max-width: 479px) {
  .seminar .movie__list ul.list .list_item__inner .text p {
    line-height: 1.5;
  }
}

.seminar .movie__list ul.list .list_item__inner .text p.seminar-name {
  font-weight: 500;
  margin-top: 10px;
  /*margin-bottom: 40px;*/
  margin-bottom: 10px;
  border-bottom: 1px solid #76b697;
  font-size: 18px;
  padding-bottom: 5px;
  color: #000;
}

@media (max-width: 479px) {
  .seminar .movie__list ul.list .list_item__inner .text p.seminar-name {
    margin-bottom: 15px;
  }
}

.seminar .movie__list ul.list .list_item__inner .text p.seminar-instructor {
  font-weight: 500;
  font-size: 18px;
}

.seminar .movie__list ul.list .list_item .uk-modal-dialog .uk-close {
  background: #76b697;
}

.seminar .movie__list ul.list .list_item .uk-modal-dialog .btn a {
  background: #76b697;
}

.seminar .movie__list ul.list .list_item .uk-modal-dialog .btn a:hover {
  background: #a7d4be;
}

/*-------------------------
ajax-wrap
----------------------------*/
#ajax-wrap {
  border-radius: 15px;
  max-width: 500px;
  padding: 10px;
  box-sizing: border-box;
  /*width: 90%;*/
}

@media (max-width: 479px) {
  #ajax-wrap {
    width: 90%;
    padding: 0px;
  }
}

#ajax-wrap.movie {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-top: 56.25%;
}

#ajax-wrap iframe {
  width: 480px;
  height: 270px;
}

@media (max-width: 479px) {
  #ajax-wrap iframe {
    width: 100% !important;
    height: 100% !important;
  }
}

#ajax-wrap .text {
  padding: 0 !important;
}

#ajax-wrap .text p {
  margin-bottom: 0;
  margin-left: 5px;
  line-height: 1.8;
  color: #666;
  font-size: 14px;
}

@media (max-width: 479px) {
  #ajax-wrap .text p {
    line-height: 1.5;
  }
}

#ajax-wrap .text p.company {
  font-size: 20px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-weight: bold !important;
  color: #000;
}

#ajax-wrap .text p.product {
  font-size: 24px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  font-weight: bold;
  color: #000;
}

@media (max-width: 479px) {
  #ajax-wrap .text p.product {
    line-height: 1.2;
    font-size: 18px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

#ajax-wrap .text p.seminar-name {
  font-weight: 500;
  font-size: 20px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-weight: bold !important;
  color: #000;
}

#ajax-wrap .btn {
  margin: 30px 0;
}

#ajax-wrap .btn a {
  background: #55afb4;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.5s ease 0s;
}

#ajax-wrap .btn a::after {
  content: '';
  background: url(../img/icon_window.svg) no-repeat center/contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}

#ajax-wrap .btn a:hover {
  background: #6ccad0;
}

#ajax-wrap .copy {
  font-size: 10px;
  border-top: 1px solid #ccc;
  padding: 15px 0 0;
  text-align: center;
  letter-spacing: 1px;
}

/*--------------------------
 footer
----------------------------*/
footer {
  background: url(../img/ft_bg.png) no-repeat bottom center/100% auto;
  background-color: #f5f5f5;
}

@media (max-width: 767px) {
  footer {
    background-size: auto 130px;
    background-position: 90% 0px;
  }
}

footer .uk-container {
  position: relative;
  padding-top: calc( 263 / 2000 * 100%);
}

@media (max-width: 767px) {
  footer .uk-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 130px;
  }
}

footer .uk-container .footer__copy {
  position: absolute;
  left: 25px;
  bottom: 6%;
  font-size: 11px;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  footer .uk-container .footer__copy {
    position: relative;
    left: auto;
    bottom: auto;
    background: #639177;
    padding: 10px 0;
    text-align: center;
  }
}

/*--------------------------
 ページのトップへ
----------------------------*/
#pageTop {
  position: fixed;
  right: 20px;
  z-index: 999;
  margin: 0;
}

@media (max-width: 767px) {
  #pageTop {
    right: 15px;
  }
}

#pageTop a {
  display: block;
  position: relative;
}

#pageTop a img {
  width: 50px;
  height: auto;
}
