@charset 'UTF-8';
/*--------------------------------------------------
共通
--------------------------------------------------*/
/*flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
{-webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);}
*/

body{
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}
/*::selection{ background-color: #fffbcc; }*/
/*数字、英語部分{font-family: 'Didact Gothic', sans-serif;}*/
.position_r{
	position: relative;
}
.common_section{
  padding: 80px 0;
  margin: 0;
  position: relative;
}
.page_section,
.page_section.single_section{
  padding: 100px 0 300px;
  margin-bottom: -250px;
}
/*タイトル===============*/
.section_title{/*トップページ*/
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0 0 50px;
  position: relative;
}
.section_title span{
  margin-top: 10px;
}
.section_title_img{
  max-height: 65px;
  margin-right: 20px;
}
_::-webkit-full-page-media, _:future, :root .section_title_img{
  width: fit-content;
}
.page_title{/*下層ページ*/
  text-align: center;
}
.page_title span{
  display: block;
  font-weight: 600;
}
/*ボタン===============*/
.common_btn{
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  letter-spacing: 2px;
  border: 1px solid #000;
  border-radius: 50px;
  width: 100%;
  max-width: 330px;
  padding: 20px 20px;
  margin: 0 auto;
  position: relative;
  background-color: #f7e85e;
  box-shadow: 2px 2px 0 #000;
  transition: 0.3s;
}
.btn_angle{
  width: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  transition: 0.3s;
}
.common_btn:hover{
  color: #000;
  background-color: #fff597;
  box-shadow: 0px 0px 0 #000;
}
.common_btn:hover .btn_angle{
  right: 10px;
}

.more_btn{
  display: block;
  width: 100%;
  max-width: 150px;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid #000;
  box-shadow: 3px 3px 0px #000;
  background-color: #79f2b8;
  transition: 0.3s;
  padding: 7px 10px;
  margin: 30px auto 0;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.more_btn:hover{
  color: #fff;
  box-shadow: 0px 0px 0px #000;
  background-color: #c4f7dc;
}

.btn_pink{ background-color: #f2b1e9; }
.btn_pink:hover{background-color: #ffd6f9;}

/*背景===============*/
.bg_index_minus{ position: relative; }
.bg_index_minus:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.bg_index_minus.bg_gray_minus:before{ background-color: #f7f7f7; }
.bg_index_minus.pink_grade:before{ background: linear-gradient(#f9c5d9, #ffdebb 80%); }
.bg_index_minus.blue_grade:before{ background: linear-gradient(#b0e8f4 40%, #b1b9f2); }
.bg_index_minus.purple_grade:before { background: linear-gradient(#c4b4ef, #aecdff 80%); }
.bg_index_minus.ping_blue_grade:before{ background: linear-gradient(#FFB5EF, #C2EBF2 80%); }
.bg_index_minus.green_grade:before{ background: linear-gradient(#C7FFC2, #FFFBB6 80%); }
.bg_gray{background-color: #f7f7f7;}
/*その他===============*/
.sp_nobr:before{
  content: "\A" ;
  white-space: pre ;
}
.nobr{ white-space: nowrap; }
.ofi{
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}
.sp_display{ display: none; }
.line_h_30{ line-height: 30px; }
/*--------------------------------------------------
ヘッダー
--------------------------------------------------*/
/*トップページ==============================*/
.memphis{
  position: absolute;
  pointer-events: none;
}
.top_head_memphis_lt{
  top: 10px;
  left: 20px;
  width: 35vw;
  max-width: 800px;
  min-width: 500px;
}
.top_head_memphis_l{
  width: 70px;
  top: 100px;
  left: 18vw;
}
.top_head_memphis_rt{
  top: 10px;
  right: 20px;
  width: 35vw;
  max-width: 800px;
  min-width: 600px;
}
.top_head_memphis_r{
  width: 50px;
  top: 120px;
  right: 18vw;
}
.head_favo_link{
  display: block;
  position: fixed;
  top: 80px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 100%;
  background-color: #f7e85e;
  transition: 0.3s;
  text-align: center;
  box-shadow: 2px 2px 0 #000;
  pointer-events: auto;
  z-index: 8;
}
.head_favo_link img{
  width: 27px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.head_favo_link:hover{
  background-color: #fff9a9;
  box-shadow: 0px 0px 0 #000;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/*下層ページ==============================*/
.page_top_memphis{
  width: 100%;
  min-width: 900px;
  max-width: 1900px;
  top: 0;
  right: 0;
}
/*--------------------------------------------------
フッター
--------------------------------------------------*/
.fcontact_t_memphis{
  top: 20px;
  left: -30px;
  z-index: -1;
  max-width: 410px;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.contact_memphis{
  top: 20px;
  right: 10%;
  width: 400px;
  z-index: -1;
}
.f_con_crepe{
  width: 150px;
  position: absolute;
  top: -35px;
  left: 15%;
  z-index: -1;
  pointer-events: none;
}
/*お問い合わせ==============================*/
.f_contact_area{
  padding: 200px 0 50px;
  position: relative;
}
.f_contact_area:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 15%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 15%, 100% 100%, 0 100%);
}
.f_contact_flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f_con_textarea,
.f_con_btnarea{
  width: 50%;
}
.f_con_textarea{ padding-right: 20px; }
.f_contact_btn{
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-weight: 500;
  letter-spacing: 2px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 300px;
  transition: 0.3s;
  margin: 0 auto;
}
.f_contact_btn:hover{
  color: #000;
  -webkit-transform: translate(0%,-10px);
  -moz-transform: translate(0%,-10px);
  -ms-transform: translate(0%,-10px);
  -o-transform: translate(0%,-10px);
  transform: translate(0%,-10px);
  border-color: #000;
}
.f_con_icon{
  max-height: 100px;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transform: translate(15px,0%);
  -moz-transform: translate(15px,0%);
  -ms-transform: translate(15px,0%);
  -o-transform: translate(15px,0%);
  transform: translate(15px,0%);
}
/*バナーエリア==============================*/
.banner_area{
  padding: 20px 0 30px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.f_banner_btn{
  display: block;
  border: 1px solid #000;
}
.f_banner_btn img{
  width: 100%;
  transition: 0.3s;
}
.f_banner_btn:hover img{
  opacity: 0.7;
}
/*フッター==============================*/
.site-foot{
  background: #cca2e0;
  color: #000;
  padding: 40px 0 10px;
}
.footer_logo{
  width: 100%;
  max-width: 320px;
}
.foot-sitemap{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.foot-sitemap li{
  margin: 0;
  line-height: 30px;
}
.foot-sitemap li a{
  color: #000;
  white-space: nowrap;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px solid #000;
  line-height: 14px;
}
.foot-sitemap li:last-child a{ border-right: none; }
.foot-sitemap li a:hover{ color: #666; }
/*SNSアイコン*/
.f_sns_area{
  text-align: right;
}
.f_sns_icon{
  display: inline-block;
  width: 100%;
  max-width: 35px;
  margin: 0 10px 0 5px;
  transition: 0.3s;
}
.f_sns_icon:hover{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/*コピーライト*/
.copyright{
  font-family: 'Didact Gothic', sans-serif;
  text-align: right;
  margin-top: 20px;
  font-size: 13px;
}
.recaptcha_text{
  font-family: 'Didact Gothic', sans-serif;
  text-align: right;
  font-size: 13px;
  margin-top: 0;
}
.recaptcha_text a{ color: #000; }
.grecaptcha-badge { visibility: hidden; }

/*トップへ戻るボタン*/
.tob_back_btn{
  right: 10px;
  display: block;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  width: 70px;
  height: 70px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  transition: 0.3s;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}
.tob_back_btn span{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.tob_back_btn img{
  display: inline-block;
  max-width: 20px;
  margin-bottom: 2px;
}
.tob_back_btn:hover{
  color: #000;
  -webkit-transform: translate(0%,-5px);
  -moz-transform: translate(0%,-5px);
  -ms-transform: translate(0%,-5px);
  -o-transform: translate(0%,-5px);
  transform: translate(0%,-5px);
}
/*--------------------------------------------------
検索
--------------------------------------------------*/
.search_f_section{
  margin-bottom: 30px;
}
.search_j_title{
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.f_search_aco_area{
  background-color: #c5f8ff;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.f_search_aco_btn{
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 20px;
  cursor: pointer;
}
.f_search_aco_btn:before{
  content: '+';
  position: absolute;
  top: 0px;
  left: 3px;
}
.active.f_search_aco_btn:before{
  content: '-';
}
.f_search_aco_content{ margin-top: 5px; }
#f_searchform label{
  letter-spacing: 1px;
  white-space: nowrap;
  margin-right: 20px;
  line-height: 33px;
}
#f_searchform input[type="checkbox"]{
  width: 15px;
  height: 15px;
}
#f_searchform #s-box{
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 5px 20px;
}
.search_btn_area{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -o-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
}
#s-btn-area {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  margin: 0px auto;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 15px 10px;
  width: 100%;
  max-width: 150px;
  background-color: #f7e85e;
  box-shadow: 2px 2px 0 #000;
  transition: 0.3s;
}
#s-btn-area:hover{
  background-color: #fff597;
  box-shadow: 0px 0px 0 #000;
}
/*--------------------------------------------------
トップページ
--------------------------------------------------*/
/*オープニングアニメーション==============================*/
.shutter{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color:#f7e75d;
  z-index: 999;
  -webkit-animation: byeShutter 2s forwards cubic-bezier(.3, 0, 0, 1);
  animation: byeShutter 2s forwards cubic-bezier(.3, 0, 0, 1);
  width: 100%;
  height: 100vh;
  pointer-events: none;
  display: none;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
.op_img{
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  width: 90%;
  max-width: 500px;
  z-index: 2;
  -webkit-animation: op_imgami 0.7s forwards ease-in;
  animation: op_imgami 0.7s forwards ease-in;
}
@keyframes op_imgami{
  0% {top: 50%;}
  50% {top: 47%;}
  70% {top: 50%;}
  90% {top: 48%;}
  100% {top: 50%;}
}
.shutter::before, .shutter::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.shutter::before {
  background-color: #f9c5d9;
  width: 0;
  height: 0;
  -webkit-animation: shutterOpen 2s forwards cubic-bezier(.3, 0, 0, 1);
  animation: shutterOpen 2s forwards cubic-bezier(.3, 0, 0, 1);
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.shutter::after{
  background-color: #b1e7f4;
  width: 120%;
  height: 0;
  margin-left:-10%;
  -webkit-animation: shutterOpen2 2s forwards cubic-bezier(.3, 0, 0, 1);
  animation: shutterOpen2 2s forwards cubic-bezier(.3, 0, 0, 1);
}
@keyframes shutterOpen2{
  60%{
    width:120%;
    height:0;
    transform:rotate(5deg);
  }
  90%{
    width:120%;
    height:100%;
    transform:rotate(-5deg);
  }
  100%{
    width:120%;
    height:100%;
    transform:rotate(-5deg);
  }
}
.action.shutter{ display: block; }

/*メインビジュアル==============================*/
.mainvisual_area{
  position: relative;
  padding: 100px 0 250px;
  margin-bottom: -220px;
}
.mainvisual_area:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: linear-gradient(#c4b4ef, #aecdff 80%);*/
  background: linear-gradient(#FFB5EF, #C2EBF2 80%);
  z-index: -2;
}
.mv_cover{
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 40px auto 200px;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.mv_bg{
  animation: fuwafuwa_bg 1.5s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 0.5s;
}
.mv_person{
  position: absolute;
  top: 150px;
  right: 100px;
}
.mv_memphis{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  animation: fuwafuwa_memphis 1.5s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes fuwafuwa_memphis {
  0% { transform: translate(0,0px); }
  100% { transform: translate(0,-10px); }
}
@keyframes fuwafuwa_bg {
  0% { transform: translate(0,0px); }
  100% { transform: translate(0,-10px); }
}

.mv_left_m{
  left: 0;
  top: 15vw;
  width: 45vw;
  max-width: 650px;
}
.mv_right_m{
  right: 0;
  top: 15vw;
  width: 45vw;
  max-width: 650px;
}
.mv_catch_copy{
  position: absolute;
  top: 130px;
  left: 70px;
  width: 100%;
  max-width: 350px;
  z-index: 1;
  animation: fuwafuwa_memphis 1.5s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  clip-path:polygon(-1% 20%, 0% -2%, 0% 128%, 9% 100%);
  transition: 0.3s;
  transition-delay: 0.5s;
}
.mv_catch_copy.action{
  clip-path:polygon(-1% 20%, 78% -2%, 150% 128%, 9% 100%);
}
/*小千谷ちぢみ==============================*/
.ojiya_tijimi_under{
  bottom: 150px;
  left: 0px;
  -webkit-transform: translate(-100%,-70%) scale(0.5);
  -moz-transform: translate(-100%,-70%) scale(0.5);
  -o-transform: translate(-100%,-70%) scale(0.5);
  transform: translate(-100%,-70%) scale(0.5);
  width: 100%;
  min-width: 2000px;
  transition: 0.6s;
}
.ojiya_tijimi_under.action{
  left: 0px;
  -webkit-transform: translate(0%,0) scale(1);
  -moz-transform: translate(0%,0) scale(1);
  -o-transform: translate(0%,0) scale(1);
  transform: translate(0%,0) scale(1);
}
.ojiya_tijimi_top{
  bottom: 150px;
  right: 0px;
  -webkit-transform: translate(100%,-80%) scale(0.5);
  -moz-transform: translate(100%,-80%) scale(0.5);
  -o-transform: translate(100%,-80%) scale(0.5);
  transform: translate(100%,-80%) scale(0.5);
  width: 100vw;
  min-width: 2000px;
  max-width: 3000px;
  transition: 0.6s;
}
.ojiya_tijimi_top.action{
  right: 0px;
  -webkit-transform: translate(0%,0) scale(1);
  -moz-transform: translate(0%,0) scale(1);
  -o-transform: translate(0%,0) scale(1);
  transform: translate(0%,0) scale(1);
}
/*メッセージ==============================*/
.top_main_message{
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.message_m{
  bottom: 600px;
  right: 3vw;
  width: 300px;
}
/*手紙*/
.tegami_area{
  width: 55%;
  max-width: 420px;
  position: relative;
  /*padding-top: 150px;*/
  padding-left: 20px;
}
.tegami_area.inview_ani{
  opacity: 0;
  -webkit-transform: translate(-200px,0px);
  -moz-transform: translate(-200px,0px);
  -o-transform: translate(-200px,0px);
  transform: translate(-200px,0px);
  transition: .5s cubic-bezier(.3, 0, 0, 1.3);
  transition-delay: 0.5s;
}
.tegami_area.inview_ani.action{
  opacity: 1;
  -webkit-transform: translate(0px,0px);
  -moz-transform: translate(0px,0px);
  -o-transform: translate(0px,0px);
  transform: translate(0px,0px);
}

.site_catchcopy_img{
  width: 56vw;
  max-width: 650px;
  padding: 0 10px;
  position: absolute;
  top: 20px;
  left: 48%;
  margin: 0 auto;
  -webkit-transform: translate(-50%,0) rotate(-5deg);
  -moz-transform: translate(-50%,0) rotate(-5deg);
  -o-transform: translate(-50%,0) rotate(-5deg);
  transform: translate(-50%,0) rotate(-5deg);
  z-index: 2;
}
.top_tegami{
  width: calc(100% - 40px);
  max-width: 530px;
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  z-index: 1;
  padding: 40px 30px 80px;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 0px #000);
}
.tegami_text{
  letter-spacing: 1px;
  line-height: 45px;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-repeat: repeat-y;
  background-size: 100% 45px;
  padding-bottom: 1px;
}
.top_tegami:before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  top: -30px;
  left: -3px;
}
.top_tegami:before{
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.top_read_text{
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  font-size: 25px;
  font-weight: 600;
  line-height: 55px;
  color: #fff;
  margin: 0;
}
.top_read_marker{
  background-color: #ff8eeb;
  padding: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
/*動画*/
.main_movie_area{
  width: 45%;
  max-width: 650px;
  text-align: right;
  padding: 0 20px 0 50px;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.main_movie_area.inview_ani{
  opacity: 0;
  -webkit-transform: translate(200px,0px)rotate(3deg);
  -moz-transform: translate(200px,0px)rotate(3deg);
  -o-transform: translate(200px,0px)rotate(3deg);
  transform: translate(200px,0px)rotate(3deg);
  transition: .5s cubic-bezier(.3, 0, 0, 1.3);
  transition-delay: 1s;
}
.main_movie_area.inview_ani.action{
  opacity: 1;
  -webkit-transform: translate(0px,0px)rotate(3deg);
  -moz-transform: translate(0px,0px)rotate(3deg);
  -o-transform: translate(0px,0px)rotate(3deg);
  transform: translate(0px,0px)rotate(3deg);
}
.main_movie_area iframe{
  width: 100%;
  max-width: 650px;
  height: 24vw;
  max-height: 326px;
  box-shadow: 10px 10px 0 #000;
  margin: 0;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #000;
}
/*ポップインおぢや ボタン==============================*/
.mainvisual_area:has(+ .top_popinojiya_btn_area){
  padding-bottom: 300px !important;
  margin-bottom: -150px;
}
.mainvisual_area:has(+ .top_popinojiya_btn_area) .ojiya_tijimi_under{
  bottom: 330px;
}
.top_popinojiya_btn_area + .top_news_area{
  padding-top: 280px !important;
}
.top_popinojiya_btn_area + .top_news_area .news_memphis_l{
  top: 80px;
}
.top_popinojiya_btn{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
  -webkit-transform: translate(0%,-30%);
  -moz-transform: translate(0%,-30%);
  -ms-transform: translate(0%,-30%);
  -o-transform: translate(0%,-30%);
  transform: translate(0%,-30%);
}
.top_popinojiya_btn p{
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.top_popinojiya_btn a{
  display: block;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  background-color: #45eae6;
  border: 1px solid #000;
  transition: 0.3s;
  width: calc(100% - 20px);
  max-width: 400px;
  box-shadow: 3px 3px 0 #000;
  margin: 0 auto;
}
.top_popinojiya_btn a img{
  max-width: 300px;
  width: 100%;
}
.top_popinojiya_btn a:hover{
  box-shadow: 0px 0px 0 #000;
  background-color: #84fffc;
}

@media only screen and (max-width: 600px) {
  .top_popinojiya_btn_area + .top_news_area .news_memphis_l{ top: 150px; }
  .top_popinojiya_btn p{
    font-size: 4.5vw;
  }
  .top_popinojiya_btn a{
    width: calc(100% - 50px);
  }
}

/*お知らせ==============================*/
.top_news_area{
  position: relative;
  padding: 200px 0 150px;
}
.top_news_area:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  z-index: -1;
  clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0 100%);
  -webkit-clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0 100%);
}
.top_news_area .container{
  position: relative;
  z-index: 1;
}
.news_t_memphis{
  top: 0px;
  left: 0px;
  max-width: 350px;
  z-index: -1;
  -webkit-transform: translate(-25%,-50%);
  -moz-transform: translate(-25%,-50%);
  -ms-transform: translate(-25%,-50%);
  -o-transform: translate(-25%,-50%);
  transform: translate(-25%,-50%);
}
.news_memphis_l{
  top: 20px;
  right: 10%;
  width: 330px;
}
.news_list{ margin-bottom: 50px; }
.news_list li{
  width: 100%;
  padding: 10px 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-image: linear-gradient(to right, #a3a3a3, #a3a3a3 6px, transparent 6px);
  background-size: 13px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  letter-spacing: 1px;
}
.news_tag_area{
  display: inline-block;
  min-width: 210px;
}
.news_tag{
  background-color: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  padding: 0px 10px;
  white-space: nowrap;
  margin-left: 10px;
}
.news_link_area{}
.news_list li a{
  display: block;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.news_btn_area{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.top_news_btn{
  max-width: 100%;
}
.news_list li a:hover{
  color: #00cd6b;
  background-color: #fff;
}
/*条件検索==============================*/
.pc_boy{
  width: 100%;
  max-width: 300px;
  right: 63vw;
  top: 3%;
  z-index: -1;
}
.top_serrch_kikyu_right{
  right: 5%;
  top: 6%;
  z-index: -1;
  max-width: 260px;
  min-width: 190px;
  width: 35vw;
}
.top_serrch_kikyu_left{
  left: 5%;
  bottom: 30%;
  max-width: 260px;
  min-width: 190px;
  width: 35vw;
}
.top_search_title{
  text-align: center;
}
.search_t_memphis{
  top: -15px;
  left: 130px;
  -webkit-transform: translate(80%,-50%);
  -moz-transform: translate(80%,-50%);
  -ms-transform: translate(80%,-50%);
  -o-transform: translate(80%,-50%);
  transform: translate(80%,-50%);
  width: 350px;
  z-index: -1;
}
/*スライダー*/
.top_serch_slider{
  z-index: 1;
  margin-bottom: 50px;
  display: none;
}
.top_serch_slider .slick-list{ overflow: visible; }
.top_ss_link{
  display: block;
  position: relative;
  transition: 0.3s;
  width: 100%;
  padding: 20px 10px 15px;
  color: #000;
}
.top_ss_imgcover{
  width: 100%;
  height: 320px;
  overflow: hidden;
  box-shadow: 5px 5px 0 #fff;
  border-radius: 20px;
  border: 1px solid #000;
}
.top_ss_catch{
  position: absolute;
  right: 20px;
  top: 0px;
  writing-mode: vertical-rl;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  max-height: 300px;
}
.top_ss_check_btn{
  display: inline-block;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: #f7e85e;
  position: absolute;
  bottom: 0;
  left: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 20px;
}
.top_ss_link:hover{
  color: #000;
  -webkit-transform: translate(0%,-10px);
  -moz-transform: translate(0%,-10px);
  -ms-transform: translate(0%,-10px);
  -o-transform: translate(0%,-10px);
  transform: translate(0%,-10px);
}
/*企業検索*/
.keyword_title{
  margin: 150px auto 30px;
  width: 100%;
  max-width: 800px;
  position: relative;
  z-index: 1;
}
.keyword_t_memphis{
  top: -40px;
  left: 0px;
  max-width: 400px;
  z-index: -1;
  -webkit-transform: translate(-35%,-50%);
  -moz-transform: translate(-35%,-50%);
  -ms-transform: translate(-35%,-50%);
  -o-transform: translate(-35%,-50%);
  transform: translate(-35%,-50%);
}
.top_serach_area{
  padding: 350px 0 250px;
  margin: -200px 0 -250px;
  position: relative;
}
.top_serach_area:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#F9C5D9, #F9C5D9, #FFDEBB 80%);
  z-index: -2;
}
.top_serach_box{
  padding: 30px 30px 60px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #b0e8f4;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 50px auto 0;
  z-index: 1;
}

/*ギャラリー==============================*/
.gallery_area{
  padding: 270px 0 350px;
  margin-bottom: -250px;
  width: 100%;
  position: relative;
}
.gallery_area:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#C7FFC2, #FFFBB6 80%);
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}
.gallery_t_memphis{
  top: -50px;
  left: 0px;
  right: 0;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  width: 250px;
  z-index: -1;
  margin: 0 auto;
}
.top_gallery_col{
  width: calc(100% + 30px);
  margin-right: -30px;
  display: -webkit-box;
  display: flex;
}
.top_gallery_thumb_list{
  width: calc(65% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.top_gallery_thumb{
  width: 33.333%;
  margin: 0 -1px -1px 0;
}
.top_gallery_thumb a{
  display: block;
  width: 100%;
  height: 19vw;
  max-height: 200px;
  border: 1px solid #000;
  overflow: hidden;
  position: relative;
}
.top_gallery_thumb a:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(242,177,233,0) 70%, rgba(242,177,233,0.85) 90%); 
  background: linear-gradient(to bottom, rgba(242,177,233,0) 70%, rgba(242,177,233,0.85) 90%);
  pointer-events: none;
  z-index: 1;
}
.top_gallery_thumb a img{
  transition: 0.5s;
}
.top_g_tagname{
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 2;
}
.top_gallery_thumb a:hover img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.top_gallery_text{
  width: calc(35% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  min-width: 370px;
}
.top_gallery_col .section_title{
  text-align: center;
}
.top_gallery_col .section_title_img{
  max-height: 90px;
}
.top_gallery_text{
  letter-spacing: 2px;
  line-height: 30px;
  margin: 50px 0;
}
.top_g_camera{ 
  width: 100%;
  max-width: 250px;
  position: absolute;
  bottom: 0px;
  right: 5%;
  z-index: -1;
}
/*ショート動画==============================*/
.top_movie_area{
  margin-top: 200px;
}
.top_movie_area .section_title{
  text-align: center;
}
.movie_t_memphis{
  top: -15px;
  left: 0px;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  max-width: 350px;
  width: 45vw;
  min-width: 250px;
  z-index: -1;
}
.top_movie_slider{
  width: 100%;
  max-width: 900px;
  margin: 70px auto 0 !important;
  display: none;
}
.top_movie_slider .slick-list{
  height: 100%;
}
.topms_content{
  padding: 0 20px;
  text-align: center;
  transition: 0.5s;
  transform: scale(0.7);
  position: relative;
  cursor: grab;
}
.topms_content:active{
  cursor: grabbing;
}
.topms_content iframe{
  width: 100%;
  height: 50vw;
  max-height: 500px;
  max-width: 281px;
  transition: 0.5s;
  border: 1px solid #000;
  margin: 50px auto 15px;
}
.top_short_title{ font-size: 18px; }
.top_movie_slider .slick-current .topms_content{
  /*padding: 0;*/
  transform: scale(1);
}
/*ドット*/
.top_movie_slider .slick-dots{
  position: static;
  padding: 40px 0;
}
.top_movie_slider .slick-dots li{
  width: 8px;
  height: 8px;
  margin: 0 20px;
}
.top_movie_slider .slick-dots li button{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f2b1e9;
}
.top_movie_slider .slick-dots li button:before{
  content: none;
}
.top_movie_slider .slick-dots li.slick-active button{
  background-color: #000;
}
/*アングル*/
.top_movie_slider .slick-arrow{
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.top_movie_slider .slick-prev{ right: 300px; }
.top_movie_slider .slick-next{ left: 300px; }
.top_movie_slider .slick-prev:before, .top_movie_slider .slick-next:before{
  content: '';
  display: inline-block;
  border-top: 2px solid #000;
  opacity: 1;
  width: 30px;
  height: 30px;
}
.top_movie_slider .slick-prev:before{
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top_movie_slider .slick-next:before{
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p_youtube_btn, .p_youtube_btn:visited{
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  background-color: #f2b1e9;
  border: 1px solid #000;
  transition: 0.3s;
  box-shadow: 2px 2px 0 #000;
  padding: 20px;
  margin: 40px auto 0;
}
.p_youtubebtn_icon{
  height: 25px;
  margin-right: 5px;
}
.p_youtube_btn:hover{
  color: #000;
  box-shadow: 0px 0px 0 #000;
  background-color: #ffd6f9;
}
/*コンテンツ==============================*/
/*流れる文字*/
.text_slider{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  animation: loop-slide 30s infinite linear both;
  pointer-events: none;
  z-index: -1;
}
@keyframes loop-slide{
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.text_slider li{
  font-size: 160px;
  font-weight: 600;
  color: #fff8fc;
  white-space: nowrap;
}

.kasenjiki_img{
  width: 100%;
  max-width: 350px;
  top: 0px;
  right: 19vw;
  z-index: -1;
}

.top_content_area{
  padding: 250px 0 200px;
  width: 100%;
  position: relative;
}
.top_content_area:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #35318f;
  z-index: -1;
  clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0 85%);
  -webkit-clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0 85%);
}
.event_t_memphis{
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 230px;
  -webkit-transform: translate(-50%,-100%);
  -moz-transform: translate(-50%,-100%);
  -o-transform: translate(-50%,-100%);
  transform: translate(-50%,-100%);
  z-index: -1;
}
.top_content_area .section_title{
  text-align: center;
  color: #fff;
}
.top_content_text{
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 30px 0 80px;
}
.t_contents_link{
  display: block;
  position: relative;
  text-decoration: none;
}
.t_contents_thumb{
  border: 1px solid #000;
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  height: 21vw;
  max-height: 230px;
  margin: 0 auto;
}
.t_contents_thumb img{
  transition: 0.5s;
}
.t_contnts_angle{
  width: 45px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
.t_contnts_angle .btn_angle{
  width: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.t_contents_link:hover .t_contents_thumb img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.t_contents_link:hover .t_contnts_angle{
  background-color: #f7e85e;
}
.t_contents_caption{
  color: #fff;
  line-height: 25px;
  margin-top: 10px;
  padding: 0 10px;
}
/*お役立ち情報==============================*/
.useful_area{
  padding: 250px 0 200px;
  width: 100%;
  margin: -200px 0 -150px;
  position: relative;
}
.useful_area:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#b0e8f4 40%, #b1b9f2);
  z-index: -2;
}
.useful_area .container{
  position: relative;
  z-index: 1;
}
.useful_t_memphis{
  top: -10px;
  left: -100px;
  width: 340px;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  z-index: -1;
}
.useful_memphis_l{
  top: 300px;
  right: 4%;
  z-index: -1;
  width: 400px;
}
.top_column_hanabi{
  top: 0px;
  right: 5%;
  width: 25vw;
  min-width: 140px;
  max-width: 250px;
  z-index: -1;
}
.useful_link_area{
  margin: 0 auto 50px;
  padding-right: 10px;
  width: 100%;
  max-width: 810px;
}
.top_column_link{
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.top_column_banner{
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px 30px 15px 15px;
  transition: 0.3s;
  color: #000;
}
.top_column_link span{
  font-size: 14px;
  color: #79f2b8;
  display: block;
}
.top_column_angle{
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: -10px;
  border: 1px solid #000;
  background-color: #f7e85e;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  transition: 0.3s;
}
.top_column_angle .btn_angle{
  right: 0;
  left: 0;
  margin: 0 auto;
}
.top_column_link:hover .top_column_banner{
  color: #79f2b8;
  -webkit-transform: translate(0%,-10px);
  -moz-transform: translate(0%,-10px);
  -o-transform: translate(0%,-10px);
  transform: translate(0%,-10px);
}
.top_column_link:hover .top_column_angle{
  right: -15px;
}

/*小千谷市ガイド==============================*/
.top_ojiya_g_area{
  padding: 200px 0 0 0;
}
.top_og_textarea{
  padding-left: 50px;
}
.top_ojiya_g_area .common_btn{
  margin: 0;
}
.ojiya_g_memphis{
  top: 40px;
  right: 40%;
  z-index: -1;
  width: 400px;
  -webkit-transform: translate(0%,-100%);
    -moz-transform: translate(0%,-100%);
    -o-transform: translate(0%,-100%);
    transform: translate(0%,-100%);
}
.top_ojiya_t_text{
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.top_ojiya_guide_link{
  border: 1px solid #000;
  display: block;
  width: 100%;
  max-width: 400px;
  height: 50vw;
  max-height: 400px;
  border-radius: 100%;
  overflow: hidden;
  transition: 0.3s;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.top_ss_link_dott{
  position: relative;
  max-width: 400px;
  max-height: 400px;
  margin: 0 auto;
  z-index: 1;
}
.top_ss_link_dott:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed #fff;
  border-radius: 100%;
  -webkit-transform: translate(0%,-50%) scale(0.8);
  -moz-transform: translate(0%,-50%) scale(0.8);
  -o-transform: translate(0%,-50%) scale(0.8);
  transform: translate(0%,-50%) scale(0.8);
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}
.top_ojiya_guide_link:hover{
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.top_ss_link_dott:has(.top_ojiya_guide_link:hover):before{
  -webkit-transform: translate(0%,-50%) scale(1);
  -moz-transform: translate(0%,-50%) scale(1);
  -o-transform: translate(0%,-50%) scale(1);
  transform: translate(0%,-50%) scale(1);
  opacity: 1;
}

/*--------------------------------------------------
お知らせ一覧
--------------------------------------------------*/
.home_nba{ margin: 80px auto 50px; }
/*--------------------------------------------------
記事個別ページ
--------------------------------------------------*/
.normal_shingle_body{
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 40px 20px;
  position: relative;
  min-height: 30vh;
}
.n_songle_title{
  font-size: 26px;
  letter-spacing: 2px;
  margin: 10px 0 20px;
  padding-bottom: 15px;
  background-image: linear-gradient(to right, #000 4px, transparent 4px);
  background-size: 15px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.single_date{ line-height: 25px; }
.news_tag{}
.single_body{ min-height: 30vh; }
.single_body p{
  line-height: 30px;
  letter-spacing: 1px;
}
.single_body figure{ margin: 1em 0; }
.single_body h1.has-background, .single_body h2.has-background, .single_body h3.has-background,
.single_body h4.has-background, .single_body h5.has-background, .single_body h6.has-background {
  padding: 20px;
}

/*ovh*/
.ovh{ margin-top: 50px;}
.ovh_previous a, .ovh_next a{
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  color: #000;
  letter-spacing: 2px;
}
.ovh_previous a img, .ovh_next a img{
  max-width: 20px;
  transition: 0.3s;
  vertical-align: middle;
}
.ovh_previous a img{ margin-right: 10px; }
.ovh_next a img{ margin-left: 10px; }
.ovh_previous a:hover img{
  -webkit-transform: translate(-5px,0);
  -moz-transform: translate(-5px,0);
  -ms-transform: translate(-5px,0);
  -o-transform: translate(-5px,0);
  transform: translate(-5px,0);
}
.ovh_next a:hover img{
  -webkit-transform: translate(5px,0);
  -moz-transform: translate(5px,0);
  -ms-transform: translate(5px,0);
  -o-transform: translate(5px,0);
  transform: translate(5px,0);
}

/*--------------------------------------------------
企業一覧
--------------------------------------------------*/
/*アコーディオン*/
.c_aco_area{
  margin-bottom: 60px;
  position: relative;
}
.aco_area_bgimg{
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%,-40%);
  -moz-transform: translate(-40%,-40%);
  -ms-transform: translate(-40%,-40%);
  -o-transform: translate(-40%,-40%);
  transform: translate(-40%,-40%);
  width: 100%;
  max-width: 200px;
  z-index: -1;
}
.company_list_bgimg_l{
  top: 0;
  left: 0;
  -webkit-transform: translate(-60%,-10%);
  -moz-transform: translate(-60%,-10%);
  -ms-transform: translate(-60%,-10%);
  -o-transform: translate(-60%,-10%);
  transform: translate(-60%,-10%);
  width: 100%;
  max-width: 250px;
  z-index: -1;
}
.company_list_bgimg_r{
  top: 50%;
  right: 0;
  -webkit-transform: translate(60%,-50%);
  -moz-transform: translate(60%,-50%);
  -ms-transform: translate(60%,-50%);
  -o-transform: translate(60%,-50%);
  transform: translate(60%,-50%);
  width: 100%;
  max-width: 150px;
  z-index: -1;
}
.company_accordion{
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #b0e8f4;
}
.c_aco_btn{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
}
.c_aco_btn:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 1px;
  width: calc(100% - 2px);
  transition: 0.3s;
}
.c_aco_btn:after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
    top: 50%;
    right: 20px;
  -webkit-transform: translate(0%,-50%) rotate(45deg);
  -moz-transform: translate(0%,-50%) rotate(45deg);
  -ms-transform: translate(0%,-50%) rotate(45deg);
  -o-transform: translate(0%,-50%) rotate(45deg);
  transform: translate(0%,-50%) rotate(45deg);
  transition: 0.3s;
}
.company_aco{
  padding: 20px 20px 40px;
  margin-top: 0;
  position: relative;
}
.company_aco a{
  margin-right: 10px;
  padding: 5px;
  letter-spacing: 2px;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  line-height: 45px;
  transition: 0.3s;
  background-color: #fff;
}
.company_aco a:hover{ background-color: transparent; }
.c_aco_btn.show:after{
  -webkit-transform: translate(0%,-50%) rotate(135deg);
  -moz-transform: translate(0%,-50%) rotate(135deg);
  -ms-transform: translate(0%,-50%) rotate(135deg);
  -o-transform: translate(0%,-50%) rotate(135deg);
  transform: translate(0%,-50%) rotate(135deg);
}
.c_aco_btn.show:before{ bottom: 1px; }

/*カード*/
.company_list_flex{
  position: relative;
  width: calc(100% + 20px);
  margin-right: -20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.company_list_col{
  width: calc(33.33333% - 20px);
  margin-right: 20px;
  margin-bottom: 50px;
  position: relative;
  transition: 0.3s;
}
.company_card{
  display: block;
  /*padding: 20px 20px 40px;*/
  padding: 20px 20px 90px;
  background-color: #F7F7F7;
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 5px 5px 0 #000;
  transition: 0.3s;
  position: relative;
  color: #000;
  text-decoration: none;
  width: 100%;
  max-width: 350px;
  height: 100%;
  margin: 0 auto;
}
/*業種別色*/
.com_type_pink{ background-color: #ffcef8; }
.com_type_yellow{ background-color: #fff9a9; }
.com_type_green{ background-color: #c3f7dc; }
.com_type_l_blue{ background-color: #b1e7f4;}
.com_type_purple{ background-color: #dacfff; }
.com_type_orange{ background-color: #f8d18c; }
/*業種別色ここまで*/
.com_c_thumb{
  width: 100%;
  height: 20vw;
  max-height: 180px;
  overflow: hidden;
}
.com_type_cover{
  margin-top: -10px;
}
.com_type{
  border: 1px solid #000;
  font-size: 14px;
  border-radius: 20px;
  padding: 0px 10px;
  white-space: nowrap;
  margin-left: 5px;
}
.com_c_title{
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
  letter-spacing: 2px;
  line-height: 30px;
}
.com_c_tag_area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 5px);
  margin-right: -5px;
  margin-bottom: 10px;
}
.com_c_tag_area li{
  width: calc(33.33333% - 5px);
  margin-right: 5px;
  background-color: #f7e85e;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 10px;
}
.com_c_text{
  background-color: #fff;
  padding: 5px 5px;
  font-size: 14px;
}
.com_c_more{
  max-width: 200px;
  text-align: center;
  padding: 10px;
  background-color: #79F2B8;
  border: 1px solid #000;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,50%);
  -moz-transform: translate(0%,50%);
  -ms-transform: translate(0%,50%);
  -o-transform: translate(0%,50%);
  transform: translate(0%,50%);
  transition: 0.3s;
}
.company_list_col:hover{
  -webkit-transform: translate(0%,-5px);
  -moz-transform: translate(0%,-5px);
  -ms-transform: translate(0%,-5px);
  -o-transform: translate(0%,-5px);
  transform: translate(0%,-5px);
}
.company_list_col:hover .company_card{
  box-shadow: 5px 10px 0 #000;
  color: #000;
}
.company_list_col:hover .company_card .com_c_more{
  background-color: #c3f7dc;
}
.company_notfound{
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
/*いいねボタン、お気に入りボタン*/
.favo_like_area{/*企業個別*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 10px auto;
  position: relative;
  z-index: 1;
}
.fl_in_company_list{/*一覧用*/
  position: absolute;
    bottom: 40px;
    right: 20px;
  margin: 0;
}
.simplefavorite-button,
.wpulike-heart .wp_ulike_general_class{
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #757575;
  height: 40px;
}
.simplefavorite-button{
  max-width: 115px;
  min-width: 115px;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
}
.simplefavorite-button svg{
  width: 23px;
  margin-right: 4px;
  vertical-align: bottom;
}
.simplefavorite-button svg.sf-icon-star-full{ color: #F7E85E; }
.simplefavorite-button.active{ opacity: 1 !important; }
.wpulike{
  padding: 0;
  margin: 0 0 0 10px;
}
.wpulike-heart .wp_ulike_general_class{
  box-shadow: none;
}
.wpulike-heart .count-box{ padding: 0 5px 0 1px; }

/*--------------------------------------------------
企業一覧個別ページ
--------------------------------------------------*/
.single_section{
  padding: 0px 0 300px;
  margin-bottom: -250px;
  position: relative;
}
.single_section:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#f9c5d9, #ffdebb 80%);
  z-index: -1;
}
/*メインビ付近*/
.kw_kikyu_img{
 top: 15%;
  right: 3%;
  z-index: -1;
 max-width: 260px;
 min-width: 190px;
 width: 35vw;
}
.single_section .kw_kikyu_img{
/*  top: 15%;
  right: 3%;
  z-index: -1;*/
}
.com_title_area{
  padding: 100px 0 200px;
  position: relative;
}
.com_title_area:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b0e8f4;
  z-index: -1;
  clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0 100%);
  -webkit-clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0 100%);
}
.company_title{
  margin: 40px 0 60px;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  line-height: 90px;
}
.company_title .com_title_bg{
  background-color: #fff;
  padding: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.company_title .com_title_bg span{
  font-size: 30px;
  vertical-align: bottom;
}
.com_mv_cover{
  position: relative;
  margin-bottom: 10px;
}
.com_mv_memphis_l{
  position: absolute;
  top: -10px;
  left: -40px;
  max-width: 140px;
  z-index: 1;
}
.com_mv_memphis_r{
  position: absolute;
  bottom: 0px;
  right: -50px;
  max-width: 160px;
  z-index: 1;
}
/*メインビジュアルスライダー*/
.company_mainvisual{
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  height: 55vw;
  max-height: 600px;
  min-width: 200px;
}
.cmv_slider div, .cmv_slider .slick-track, .cmv_slider .slick-list{ height: 100%; }
.cmv_slide_item{
  width: 100%;
  height: 100%;
}
.cmv_slider_navi{
  margin: 0 auto 10px;
}
.cmvs_navi_item{
  padding-right: 10px;
  opacity: 0.5;
  transition: 0.3s;
}
.slick-current .cmvs_navi_item{ opacity: 1; }
.cmvs_navi_item .cmvs_navi_img_cover{
  border-radius: 10px;
  border: 1px solid #000;
  overflow: hidden;
  max-height: 140px;
  height: 12vw;
  min-height: 70px;
}
.cmv_slider_navi .slick-prev,
.cmv_slider_navi .slick-next{
  background-color: #fff;
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  z-index: 1;
}
.cmv_slider_navi .slick-prev:before,
.cmv_slider_navi .slick-next:before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  position: absolute;
    top: 50%;
  margin: 0 auto;
}
.cmv_slider_navi .slick-prev:before{
  border-left: 2px solid #000;
  left: 40%;
  -webkit-transform: translate(0%,-50%) rotate(-45deg);
  -moz-transform: translate(0%,-50%) rotate(-45deg);
  -o-transform: translate(0%,-50%) rotate(-45deg);
  transform: translate(0%,-50%) rotate(-45deg);
}
.cmv_slider_navi .slick-next:before{
  border-right: 2px solid #000;
  right: 40%;
  -webkit-transform: translate(0%,-50%) rotate(45deg);
  -moz-transform: translate(0%,-50%) rotate(45deg);
  -o-transform: translate(0%,-50%) rotate(45deg);
  transform: translate(0%,-50%) rotate(45deg);
}

/*タグエリア*/
.com_main_text p{ line-height: 30px; }
.com_tagarea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}
.com_tag_area{ width: 100%;}
.company_tag{ line-height: 45px; }
.company_tag span{
  border: 1px solid #000;
  background-color: #f7e85e;
  padding: 5px 20px;
  letter-spacing: 1px;
  text-align: center;
  white-space: nowrap;
  margin-right: 15px;
  border-radius: 30px;
}
.company_sns_area{
  min-width: 220px;
  text-align: right;
  display: contents;
}
.com_sns_icon{
  display: inline-block;
  width: 100%;
  max-width: 35px;
  margin: 0 0px 0 10px;
  transition: 0.3s;
}
.com_sns_icon:hover{
   -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/*動画*/
.company_movie_area{
  position: relative;
  padding: 100px 0;
  margin-top: -210px;
}
.company_movie_area:before{
  content: '';
  background: linear-gradient(#c4b4ef, #aecdff 80%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0 85%);
  -webkit-clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0 85%);
  z-index: -1;
}
.com_moviebgleft_memphis{
  top: -40px;
  left: 0px;
  max-width: 600px;
  -webkit-transform: translate(-30%,0);
  -moz-transform: translate(-30%,0);
  -o-transform: translate(-30%,0);
  transform: translate(-30%,0);
  z-index: -1;
}
.com_camera{
  width: 100%;
  max-width: 250px;
  position: absolute;
  top: 20px;
  left: -10px;
  z-index: -1;
}
.com_hababi{
  width: 100%;
  max-width: 250px;
  position: absolute;
  right: 0;
  left: 0;
  top: 37%;
  margin: 0 auto;
  z-index: -1;
}
.com_movie_flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.com_movie_title_fukidashi{
  width: 100%;
  max-width: 400px;
  color: #45DD8D;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  padding: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.com_movie_title_fukidashi:before{
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -2;
}
.com_movie_title_fukidashi:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 20px;
  z-index: -1;
}
.com_movie_title_fukidashi:has(.f_toge_right){
  -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.com_movie_title_fukidashi:has(.f_toge_left){
  -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}
.cmt_fukidashi_toge{
  display: inline-block;
  position: absolute;
  top: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.cmt_fukidashi_toge.f_toge_right{
  border-left: 20px solid #fff;
  right: 0px;
  -webkit-transform: translate(100%,-50%);
  -moz-transform: translate(100%,-50%);
  -o-transform: translate(100%,-50%);
  transform: translate(100%,-50%);
}
.cmt_fukidashi_toge.f_toge_left{
  border-right: 20px solid #fff;
  left: 0px;
  -webkit-transform: translate(-100%,-50%);
  -moz-transform: translate(-100%,-50%);
  -o-transform: translate(-100%,-50%);
  transform: translate(-100%,-50%);
}
.com_m_col{
  text-align: center;
  padding: 0 10px;
  width: 60%;
}
.com_m_col_small{
  text-align: center;
  padding: 0 10px;
  width: 40%;
  min-width: 400px;
}
.com_m_short{ padding-left: 20px; }
.com_m_short iframe{
  width: 100%;
  max-width: 320px;
  height: 61vw;
  max-height: 570px;
  border: 1px solid #000;
  box-shadow: 10px 10px 0 #fff;
}
.com_m_pv{ padding-right: 20px; }
.com_m_pv iframe{
  border: 1px solid #000;
  box-shadow: 10px 10px 0 #fff;
  width: 100%;
  height: 30vw;
  max-height: 324px;
}

/*企業情報一覧*/
.com_kirikae_btn_area{
  justify-content: space-around;
  width: 100%;
  max-width: 600px;
  margin: 0 auto -1px;
  position: relative;
  z-index: 1;
}
.com_kirikae_btn{
  background-color: #000;
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px;
  text-align: center;
  -webkit-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 10px;
  cursor: pointer;
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  white-space: nowrap;
}
.com_kirikae_btn.action{
  background-color: #fff;
  color: #000;
  pointer-events: none;
  cursor: none;
}
.company_cover{
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 70px 20px;
  position: relative;
}
.company_body{
  width: 100%;
  display: none;
}
.company_body.action{
  display: block;
}
/*企業情報*/
.com_main_catch{
  font-size: 25px;
  margin: 0 0 30px; 
}
.com_main_catch span{
  background-image: linear-gradient(#F9C2D7, #F9C2D7);
  background-size: 0 15px;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  transition: background-size 1s ease-out;
}
.com_main_catch.action span{
  background-size: 100% 15px;
  box-decoration-break: slice; /* Firefox用に指定 */
  -webkit-box-decoration-break: clone; /* Firefox以外のブラウザ用に指定 */
}
.com_info_image{
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 30vw;
  max-height: 300px;
}
/*webマガジンボタン*/
.com_webmaga_btn_toptext{
  margin: 30px 0 0;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  color: #ff5ae2;
}
.com_webmaga_btn{
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 15px;
  background-color: #ffd3f7;
  border: 1px solid #000;
  box-shadow: 5px 5px 0px #000;
  margin: 5px auto 50px;
  transition: 0.5s;
  position: relative;
  opacity: 0;
}

.com_webmaga_btn:hover{
-webkit-transform: translate(5px,5px);
  -moz-transform: translate(5px,5px);
  -o-transform: translate(5px,5px);
  transform: translate(5px,5px);
  box-shadow: 0px 0px 0px #000;
}
.com_webmaga_btn.action{
	animation: big 0.5s cubic-bezier(.3, 0, 0, 1.2);
	opacity: 1;
}
@keyframes big {
  0% {
  	-webkit-transform: scale(0.1);
	  -moz-transform: scale(0.1);
	  -o-transform: scale(0.1);
	  transform: scale(0.1);
  }
  50% { 
  	-webkit-transform: scale(1.2);
	  -moz-transform: scale(1.2);
	  -o-transform: scale(1.2);
	  transform: scale(1.2);
	}
  100% {
  	-webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1);
  }
}
/*会社情報*/
.dott_border_area{
  padding: 50px 0;
  margin: 50px 0 50px;
  position: relative;
  background-image : linear-gradient(to right, #000 4px, transparent 4px);
   background-size: 15px 4px;
   background-repeat: repeat-x;
   background-position: left bottom;
   z-index: 1;
}
.dott_border_area:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image : linear-gradient(to right, #000 4px, transparent 4px);
   background-size: 15px 4px;
   background-repeat: repeat-x;
   background-position: left top;
   z-index: -1;
}
.com_smapho{
  top: -50px;
  right: 30px;
  width: 260px;
  z-index: -1;
}
.company_subtitle{
  font-size: 14px;
  margin: 20px 0 50px;
  letter-spacing: 1px;
}
.com_subt_img{
  max-height: 35px;
}
_::-webkit-full-page-media, _:future, :root .com_subt_img{
  width: fit-content;
}
.com_inco_title span,
.com_sch_title span{
  margin-left: 20px;
  white-space: nowrap;
}
.com_info_add_title{
  text-align: center;
  margin-bottom: 10px;
  padding: 2px 5px;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: #b0e8f4;
}
.com_info_add_text{
  margin: 0;
  text-align: center;
  overflow-wrap: anywhere;
}
.com_info_add_text a{
  color: #000;
}
.com_maru_title{
  border: 1px solid #000;
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 18px;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.com_maru_t_pink{ background-color: #f9c5d9; }

.com_info_table_area{
  margin-bottom: 30px;
}
.com_info_con{
  width: 100%;
  display: -webkit-box;
  display: flex;
}
.com_info_con_title{
  min-width: 180px;
  max-width: 180px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  padding: 20px 10px 20px 20px;
  line-height: 25px;
  background-color: #F7CDF3;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.com_info_con:first-child .com_info_con_title{
  border-top: 1px solid #000;
  -webkit-border-radius: 10px 0px 0px 0px / 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px / 10px 0px 0px 0px;
  border-radius: 10px 0px 0px 0px / 10px 0px 0px 0px;
}
.com_info_con:last-child .com_info_con_title{
  -webkit-border-radius: 0px 0px 0px 10px / 0px 0px 0px 10px;
  -moz-border-radius: 0px 0px 0px 10px / 0px 0px 0px 10px;
  border-radius: 0px 0px 0px 10px / 0px 0px 0px 10px;
}
.com_info_con_text{
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #fff;
  line-height: 25px;
}
.com_info_con:first-child .com_info_con_text{
  border-top: 1px solid #000;
  -webkit-border-radius: 0px 10px 0px 0px / 0px 10px 0px 0px;
  -moz-border-radius: 0px 10px 0px 0px / 0px 10px 0px 0px;
  border-radius: 0px 10px 0px 0px / 0px 10px 0px 0px;
}
.com_info_con:last-child .com_info_con_text{
  -webkit-border-radius: 0px 0px 10px 0px / 0px 0px 10px 0px;
  -moz-border-radius: 0px 0px 10px 0px / 0px 0px 10px 0px;
  border-radius: 0px 0px 10px 0px / 0px 0px 10px 0px;
}
.com_i_t_icon{
  width: 40px;
  min-width: 40px;
  margin-right: 10px;
}
.com_i_t_name{
  font-size: 14px;
  font-weight: 600;
}

/*スケジュール*/
.com_clock_bag{
  right: 10px;
  top: -50px;
  width: 260px;
  z-index: -1;
}
.com_sc_table{
  width: 100%;
  max-width: 800px;
  margin: 0 auto 60px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.com_sc_table:before{
  content: '';
  border-right: 1px solid #a3a3a3;
  position: absolute;
  top: 50%;
  left: 120px;
  height: calc(100% - 50px);
  z-index: -1;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.com_sc_table tr{
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.com_sc_table tr:first-child:before,
.com_sc_table tr:last-child:before{
  content: '';
  width: 3px;
  height: 50%;
  position: absolute;
  left: 120px;
  background-color: #fff;
}
.com_sc_table tr:first-child:before{ top: 0; }
.com_sc_table tr:last-child:before{ bottom: 0; }

.com_sc_table tr:last-child{ margin-bottom: 0; }
.com_sc_table .com_sc_time{
  text-align: center;
  min-width: 100px;
  position: relative;
}
.com_sc_table .sc_notime{ min-width: 100px; }
.com_sc_table .com_sc_time span{
  position: relative;
  padding: 10px;
  display: block;
}
.com_sc_table .com_sc_time span:before{
  content: '';
  background-color: #FFF9A9;
  border-radius: 10px;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.com_sc_table .com_sc_yotei{
  width: 100%;
  padding: 10px 10px 10px 60px;
  position: relative;
}
.com_sc_table .com_sc_yotei:before{
  content: '';
  border: 1px solid #a3a3a3;
  background-color: #fff;
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
  z-index: -1;
}
.com_sc_table .com_sc_yotei:after{
  content: '';
  border: 2px solid #a3a3a3;
  border-radius: 100%;
  background-color: #fff;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 10px;
  position: absolute;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.com_sc_table td .com_sc_title{
  font-weight: 600;
  display: block;
  line-height: 30px;
}
.com_sc_table td .com_sc_text{
  display: block;
  line-height: 30px;
  font-size: 14px;
}
.company_map{
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  margin: 40px auto 40px;
}
.company_map iframe{
  width: 100%;
  height: 200px;
}
/*ひとこと*/
.com_hitokoto{
  margin-top: 50px;
  display: -webkit-box;
  display: flex;
}
.senpai_img_area{
  margin-right: 40px;
  min-width: 200px;
}
.com_senpai_image{
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.senpani_fukidashi{
  width: 100%;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  padding: 20px;
}
.senpani_fukidashi:before,
.senpani_fukidashi:after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-100%,-50%);
  -moz-transform: translate(-100%,-50%);
  -ms-transform: translate(-100%,-50%);
  -o-transform: translate(-100%,-50%);
  transform: translate(-100%,-50%);
}
.senpani_fukidashi:before{
  left: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid #000;
  border-bottom: 15px solid transparent;
}
.senpani_fukidashi:after{
  left: 1.5px;
  border-top: 15px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 15px solid transparent;
}
.hitokoto_title{
  position: absolute;
  top: -20px;
  left: 20px;
  margin: 0;
  font-size: 18px;
  letter-spacing: 1px;
}
.hitokoto_title span{
  display: inline-block;
  background-color: #c4f7dc;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 5px 15px;
}
.com_senpai_name{
  font-size: 14px;
  margin: 10px 0;
  border-bottom: 1px solid #A3A3A3;
}
.com_senpai_name span{
  font-weight: 500;
  font-size: 16px;
}

/*イベント情報*/
#company_event{
  min-height: 550px;
}
.com_recruit_news li{
  max-width: 100%;
}
.com_recruit_news .news_tag_area{ min-width: 270px; }
.rec_tag{
  border: 1px solid #000;
  color: #000;
}
.news_tag.shigoto_taiken{ background-color: #badaff; }
.news_tag.internship{ background-color: #b0e8f4; }
.news_tag.seminar{ background-color: #fff9a9; }
.news_tag.setsumeikai{ background-color: #f9c5d9; }
.news_tag.other{ background-color: #dacfff; }
.news_tag.saiyou_shiken{ background-color: #c3f7dc; }
.news_tag.open_company{ background-color: #f8d18c; }


/*お知らせ個別に使われている*/
.rec_tag_blue{ background-color: #badaff; }
.rec_tag_l_blue{ background-color: #b0e8f4; }
.rec_tag_yellow{ background-color: #fff9a9; }
.rec_tag_pink{ background-color: #f9c5d9; }
.rec_tag_purple{ background-color: #dacfff; }
.rec_tag_green{ background-color: #c3f7dc; }
.rec_tag_orange{ background-color: #f8d18c; }
/*=====*/

/*採用情報*/
.com_recruit_table{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  line-height: 30px;
  letter-spacing: 1px;
}
.com_recruit_table tr{
  display: block;
  margin-bottom: 10px;
  border: 1px solid #000;
}
.com_recruit_table th, .com_recruit_table td{
  padding: 15px 20px;
}
.com_recruit_table th{
  background-color: #c8c0ed;
  border-right: 1px solid #000;
  min-width: 180px;
}
.com_recruit_table td{
  width: 100%;
  overflow-wrap: anywhere;
}
.com_recruit_table td a{ color: #000; }
/*背景*/
.com_bgleft_memphis{
  top: -40px;
  left: 0px;
  max-width: 400px;
  -webkit-transform: translate(-80%,0);
  -moz-transform: translate(-80%,0);
  -ms-transform: translate(-80%,0);
  -o-transform: translate(-80%,0);
  transform: translate(-80%,0);
  z-index: -1;
}
.com_bgright_memphis{
  top: -90px;
  right: 0px;
  max-width: 400px;
  -webkit-transform: translate(57%,0);
  -moz-transform: translate(57%,0);
  -ms-transform: translate(57%,0);
  -o-transform: translate(57%,0);
  transform: translate(57%,0);
  z-index: -1;
}
.com_bgbottom_memphis{
  max-width: 250px;
  bottom: -100px;
  right: 0px;
  -webkit-transform: translate(85%,0);
  -moz-transform: translate(85%,0);
  -ms-transform: translate(85%,0);
  -o-transform: translate(85%,0);
  transform: translate(85%,0);
}
.com_bg_kikyu_p{
  top: 50%;
  left: -160px;
  max-width: 260px;
  min-width: 190px;
  width: 35vw;
}
/*所属カテゴリー=======================*/
.single_cate_area{
  border: 1px solid #000;
  background-color: #b0e8f4;
  padding: 20px 10px 10px 20px;
  position: relative;
  margin-top: 40px;
  border-radius: 10px;
}
.s_cate_title{
  padding-right: 30px;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 0 10px;
}
.s_cate_content{ padding-top: 10px; }
.s_cate_content a{
  display: inline-block;
  font-size: 14px;
  background-color: #e3faff;
  padding: 2px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  margin: 0 10px 10px 0;
  transition: 0.3s;
}
.s_cate_content a:hover{
  background-color: #fff;
}
.s_cate_con_title{
  display: inline-block;
  margin-bottom: 10px;
}
/*関連記事=======================*/
.osusume_area{
  padding: 100px 0 0px;
  position: relative;
}
.osusume_menphis{
  position: absolute;
  width: 200px;
  top: 60px;
  left: -80px;
}
.osusume_title{
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.osusume_title img{
  max-height: 50px;
}
.yarpp-related h3{ display: none; }
.yarpp-thumbnails-horizontal{
  width: calc(100% + 20px);
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail{
  display: block;
  width: calc(25% - 20px);
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 10px;
  box-shadow: 5px 5px 0 #000;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default{
  width: 100%;
  margin: 0 0 10px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
  width: 100%;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail:hover{
  -webkit-transform: translate(0%,-5px);
  -moz-transform: translate(0%,-5px);
  -o-transform: translate(0%,-5px);
  transform: translate(0%,-5px);
  box-shadow: 5px 10px 0 #000;
}
/*--------------------------------------------------
お気に入り一覧
--------------------------------------------------*/
.nishikigoi_illust{
  position: absolute;
  top: 0px;
  right: 0;
  width: 25vw;
  min-width: 140px;
  max-width: 250px;
  pointer-events: none;
}

/*--------------------------------------------------
ギャラリー一覧
--------------------------------------------------*/
.c_aco_green{ background-color: #c4f7dc; }
.gallery_cate_title{
  text-align: center;
  margin: 50px auto;
  font-size: 25px;
  font-weight: 500;
}
.gallery_cate_title span{
  background-color: #fff;
  padding: 10px;
  text-align: center;
  display: inline-block;
}
.gallery_col{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% + 20px);
  margin-right: -20px;
  margin-top: 50px;
}
.gallery_list_bgimg_l{
  top: 10%;
  left: 0;
  -webkit-transform: translate(-60%,-10%);
  -moz-transform: translate(-60%,-10%);
  -ms-transform: translate(-60%,-10%);
  -o-transform: translate(-60%,-10%);
  transform: translate(-60%,-10%);
  width: 100%;
  max-width: 250px;
  z-index: -1;
}
.gallery_card{
  width: calc(20% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.gallery_thumb{
  display: block;
  position: relative;
  width: 100%;
  height: 17.4vw;
  max-height: 188px;
  padding: 10px;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 3px 3px 0 #000;
  overflow: hidden;
  color: #000;
  transition: 0.3s;
}
.gallery_zoom{
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.gallery_zoom svg{
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.gallery_thumb:hover{
  color: #79f2b8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0px 0px 0 #000;
}
.gyallery_com_link{
  display: block;
  color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff9a9;
  padding: 3px 10px;
  margin: 15px auto 0;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.gyallery_com_link:hover{
  color: #000;
  background-color: #f2b1e9;
}
/*Luminous*/
.lum-gallery-button:after{
  width: 20px;
  height: 20px;
}
.lum-lightbox.lum-open{ z-index: 20; }
.lum-img{
  pointer-events: none;
  max-height: 89vh !important;
}
.lum-lightbox-inner .lum-lightbox-caption{
 margin-top: 10px; 
}
/*--------------------------------------------------
ぽっぷとーく（WEBマガジン）一覧
--------------------------------------------------*/
.webmaga_link{
	display: block;
	position: relative;
	transition: 0.3s;
	text-decoration: none;
	color: #000;
	clear: both;
}
.webmaga_thumb{
	border: 1px solid #000;
	width: 100%;
	height: 22vw;
	max-height: 230px;
	overflow: hidden;
}
.webmaga_thumb img{ transition: 0.5s; }
.webmaga_link_title{
	font-size: 18px;
	font-weight: 600;
	line-height: 35px;
	-webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  position: relative;
  margin: -35px 0 0;
  padding-left: 10px;
  z-index: 1;
}
.webmaga_link_title span{
	background-color: #fff;
	padding: 2px 0;
}
.webmaga_link_deta{
	float: left;
}
.webmaga_more_btn{
	float: right;
	border: 1px solid #000;
	padding: 0px 10px;
	background-color: #79f2b8;
	width: 110px;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	-webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
  margin: 15px 0 20px 10px;
  transition: 0.3s;
}
.webmaga_link:hover{
	color: #000;
}
.webmaga_link:hover .webmaga_thumb img{
	-webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.webmaga_link:hover .webmaga_more_btn{
	background-color: #c4f7dc;
}
/*--------------------------------------------------
WEBマガジン-個別
--------------------------------------------------*/
.webmagazine_mainvisual{
  width: 100%;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  height: 65vw;
  max-height: 682px;
}
.webmagazine_title{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 65px;
  text-align: left;
  display: table;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: 1;
}
.webmagazine_title span{
  /*background-color: #c4f7dc;*/
  background-image: linear-gradient(#c4f7dc, #c4f7dc);
  background-size: 0 53px;
  background-position: bottom left;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
}
.webmagazine_title.action span{
  background-size: 100% 53px;
  box-decoration-break: slice;
  -webkit-box-decoration-break: clone;
}

.webmaga_deta{}
.webmaga_deta span{
  background-color: #000;
  color: #fff;
  text-align: center;
  margin-left: 20px;
  border-radius: 20px;
  padding: 1px 10px;
  font-size: 14px;
}
/*会社情報*/
/*.wm_company_area{
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #f7e85e;
  padding: 15px;
  display: -webkit-box;
  display: flex;
  margin: 10px auto 50px;
}*/
.wm_company_area{
  display: -webkit-box;
  display: flex;
  margin: 20px auto 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
/*.wm_company_img{
  min-width: 180px;
  max-width: 180px;
  height: 180px;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}*/
.wm_company_img{
  width: 50vw;
  max-width: 300px;
  height: 180px;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}
.wm_company_textarea{
  padding-left: 10px;
  width: 100%;
}
.wm_company_name{
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 10px;
}
.wm_company_text{
  line-height: 28px;
}
.webmaga_company_link{
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  text-decoration: none;
  padding: 5px 40px 5px 20px;
  position: relative;
  margin: 20px 0 0;
  transition: 0.3s; 
}
.webmaga_company_link:hover{ color: #fff; }
.webmaga_company_link:hover .btn_angle{ right: 10px; }

/*動画*/
.wm_movie_area{
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
.wm_short_area{
  padding: 0 20px;
  width: 33vw;
  max-width: 270px;
  text-align: center;
}
.wm_short_area iframe{
  width: 100%;
  height: 38vw;
  max-height: 410px;
  border: 1px solid #000;
  box-shadow: 10px 10px 0 #000;
}
.wm_short_area{
  padding: 0 20px;
  width: 60vw;
  text-align: center;
}
.wm_pv_area{
  width: 68vw;
  max-width: 700px;
}
.wm_pv_area iframe{
  width: 100%;
  height: 38vw;
  max-height: 410px;
  border: 1px solid #000;
  box-shadow: 10px 10px 0 #000;
}
.wm_short_area + .wm_pv_area{
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.wm_short_area + .wm_pv_area iframe{
  width: 100%;
  height: 38vw;
}
.wm_movie_title{
  position: relative;
  margin: 0 auto 20px;
  z-index: 1;
}
.wm_movie_title:before{
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 20px;
}
.wm_movie_title:after{
  border-top: 15px solid #fff;
  bottom: 5px;
  right: 5px;
  left: 0;
  z-index: -1;
}
.wm_movie_title p{
  padding: 10px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 20px;
  color: #45dd8d;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.wm_movie_title p:before, .wm_movie_title p:after,
.wm_movie_title:after{
  content: '';
  display: block;
  position: absolute;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transform: translate(0%,100%);
  -moz-transform: translate(0%,100%);
  -o-transform: translate(0%,100%);
  transform: translate(0%,100%);
  width: 20px;
}
.wm_movie_title p:before{
  border-top: 15px solid #000;
  bottom: 0px; 
  left: 0;
  right: 0;
}
.wm_movie_title p:after{
  border-top: 15px solid #fff;
  bottom: 2.5px;
  left: 0;
  right: 0; 
}
/*プロフィール*/
.wm_interview_is{
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 1px;
}
.wm_profile_area{
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #f9c5d9;
  padding: 15px;
  display: -webkit-box;
  display: flex;
  margin: 10px auto 0px;
}
.wm_prof_img{
  min-width: 180px;
  max-width: 180px;
  height: 180px;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}
.wm_prof_hobby{
  font-size: 14px;
}

/*本文*/
.magazine_body {}
.magazine_body .interview_table{
  margin: 1em auto 0;
  width: calc(100% - 60px);
}
.magazine_body .interview_table td,
.magazine_body .interview_table th{
  border: none;
  padding: 0;
  line-height: 30px;
  letter-spacing: 1px;
}
.magazine_body .interview_table th{
  vertical-align: top;
  text-align: left;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #35318f;
}
.magazine_body .interview_table td{
  width: 100%;
  padding-left: 5px;
}
.magazine_body figure{
  margin: 40px auto;
}
.magazine_body h4{
  font-size: 20px;
  letter-spacing: 1px;
}


/*セクションタイトル*/
.wm_section_titlearea{
  position: relative;
  border: 2px solid #000;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 45vw;
  max-height: 400px;
  min-height: 200px;
  margin: 100px auto 5px;
}
.wm_section_title{
  text-align: left;
  margin: 0;
  position: absolute;
  left: -10px;
  bottom: 50px;
  padding: 0 10px 0 5px;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.wm_section_title span{
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  /*background-color: #fff;*/
  background-image: linear-gradient(#fff, #fff);
  background-size: 0 53px;
  background-position: bottom left;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
}
.wm_section_title.action span{
  background-size: 100% 53px;
  box-decoration-break: slice;
  -webkit-box-decoration-break: clone;
}
.wm_titlebgimg_caption{
  width: 95%;
  font-size: 14px;
  text-align: right;
  color: #35318f;
  margin: 0 auto 40px;
  line-height: 25px !important;
}
.magazine_body :where(.wp-block-columns){
  margin: 0px;
}

/*--------------------------------------------------
就活コラム
--------------------------------------------------*/
.column_link{
  display: block;
  text-decoration: none;
  color: #000;
  letter-spacing: 1px;
  position: relative;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.column_img_thumb{
  width: 100%;
  max-width: 280px;
  height: 30vw;
  max-height: 280px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #000;
  box-shadow: 3px 3px 0 #000;
}
.column_title_area{
  width: 100%;
  position: relative;
  margin-top: -11%;
  z-index: 1;
}
.column_date{
  font-size: 14px;
  white-space: nowrap;
}
.column_date span{
  background-color: #fff;
  padding: 0 5px;
}
.column_title{
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
}
.column_title span{
  background-color: #fff;
  padding: 0 5px;
}
.column_link:hover{
  color: #f06cdc;
}
.column_link:hover .btn_shadow{
  filter: drop-shadow( 1px 1px 0 #000 ) drop-shadow( -1px -1px 0 #000)
    drop-shadow(-1px 1px 0 #000) drop-shadow(1px -1px 0 #000);
}
.column_link img{ transition: 0.5s; }
.column_link:hover img{
  -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
_::-webkit-full-page-media, _:future, :root .column_link img{
  transition: 0;
}
/*--------------------------------------------------
ぽっぷわーくとぅーん
--------------------------------------------------*/
/*一覧=========================*/
.pwt_logo{ margin:0 auto 60px; }
.pwt_logo img{max-width: 350px; }
.pwt_vol_link{
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #ff3590;
  padding: 5px 15px 20px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-top: 10px solid #c4b5f0;
  box-shadow: 8px 5px 0 #000;
  border-radius: 2px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 30px;
  transition: 0.3s;
}
.pwt_vol_link_title{
  font-size: 23px;
  margin: 0 0 5px;
  letter-spacing: -1px;
}
.pwt_vol_link img{ width: calc(100% - 40px); }

.pwt_vol_link:hover{
  color: #ff3590;
  -webkit-transform: translate(0,-10px);
  -moz-transform: translate(0,-10px);
  -o-transform: translate(0,-10px);
  transform: translate(0,-10px);
  box-shadow: 0px 0px 0 #000;
}
.pwt_read_more{
  position: absolute;
  bottom: -20px;
  right: -10px;
  background-color: #fff9a9;
  border: 1px solid #000;
  color: #000;
  padding: 5px 10px;
  border-radius: 40px;
}

/*個別=========================*/


/*--------------------------------------------------
小千谷市ガイド
--------------------------------------------------*/
.guide_link{
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  transition: 0.3s;
  max-width: 280px;
  margin: 0 auto;
}
.guide_thumb{
  border: 1px solid #000;
  width: 100%;
  height: 28vw;
  max-height: 280px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 3px 3px #000;
  transition: 0.3s;
}
.guide_thumb img{transition: 0.5s;}
.guide_title{
  position: relative;
  margin-top: -30px;
  z-index: 1;
}
.guide_title span{
  background-color: #fff;
}
.guide_more{
  font-size: 16px;
  max-width: 180px;
  margin: 10px auto 0;
  border: 1px solid #000;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 2px;
  padding: 8px 10px;
  background-color: #f7e85e;
  transition: 0.3s;
}
.guide_link:hover{
  color: #1ad179
}
.guide_link:hover .guide_more{
  color: #000;
  background-color: #fff597;
}

.guide_link:hover .guide_thumb img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/*--------------------------------------------------
LINE登録企業一覧
--------------------------------------------------*/
.line_c_list_link{
  display: block;
  position: relative;
  border: 1px solid #000;
  border-radius: 70px;
  box-shadow: 3px 3px 0 #000;
  padding: 25px 10px 20px;
  background-color: #fff;
  font-weight: 600;
  font-size: 20px;
  color: #35318f;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  letter-spacing: 1px;
}
.line_c_ll_tag{
  display: inline-table;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  font-size: 14px;
  border-radius: 20px;
  padding: 0px 10px;
  white-space: nowrap;
  margin-left: 5px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.line_c_list_link .line_c_ll_more{
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #fff9a9;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -10px;
  right: 0;
  letter-spacing: 0;
  transition: 0.3s;
}

.line_c_list_link:hover{
  box-shadow: 0px 0px 0 #000;
  color: #000;
  background-color: #FFF9A9;
}
.line_c_list_link:hover .line_c_ll_more{
  background-color: #fffbc7;
}

/*--------------------------------------------------
お問い合わせ
--------------------------------------------------*/
.contact_page_text{
  width: 100%;
  max-width: 750px;
  margin: 0 auto 50px;
  line-height: 30px;
  letter-spacing: 2px;
}
.contact_page_text .pp_link{
  color: #14c16e;
}
input { font-family: 'Noto Sans JP', sans-serif; }
.contact_table {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  letter-spacing: 2px;
}
.required {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #f9c5d9;
  padding: 1px 10px;
  margin-left: 10px;
}
.contact_table th, .contact_table td{
  display: block;
  padding: 10px 0;
  text-align: left;
}
.contact_table th{
  vertical-align: top;
  padding-top: 20px;
}
.contact_table td{
  padding-top: 0;
}
.contact_table span.wpcf7-list-item {
  margin: 0 20px 0 0;
}
.contact_table input,
.contact_table textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
  margin: 5px 0px 0px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
}
.contact_table input[type="checkbox"],
.contact_table input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px !important;
  margin: 5px 10px 10px 5px;
  font-size: 100%;
}
.submit_area{
  text-align: center;
}
input[type="submit"] {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  margin: 30px auto;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  max-width: 180px;
  background-color: #f7e85e;
  box-shadow: 2px 2px 0 #000;
  transition: 0.3s;
}
input[type="submit"]:hover{
  box-shadow: 0px 0px 0 #000;
}
.wpcf7-not-valid-tip{
  color: #ff2323;
  font-weight: 500;
  right: 5px;
}
.wpcf7 form .wpcf7-response-output{
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
/*--------------------------------------------------
プライバシーポリシー
--------------------------------------------------*/
.pp_section{
  padding: 40px 0;
  position: relative;
}
.pp_title{
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
}
.pp_title_color{
  border: 1px solid #000;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #fff9a9;
}
.pp_text, .pp_list li{
  line-height: 30px;
  letter-spacing: 1px;
}
.pp_list{
  margin-left: 30px;
}
.pp_list li{
  list-style: decimal;
  margin-bottom: 10px;
}
.pp_list li::marker{
  font-weight: 600;
  font-size: 20px;
}
/*--------------------------------------------------
レスポンシブ
--------------------------------------------------*/
@media only screen and (min-width: 1500px) {
  /*ヘッダー トップページ=============================*/
  .top_head_memphis_l{
    top: 130px;
    left: 16vw;
    width: 90px;
  }
  .top_head_memphis_r{
    top: 110px;
    right: 16vw;
    width: 70px;
  }
}
@media only screen and (max-width: 1500px) {
  .kasenjiki_img{ right: 10px;}
  /*企業紹介個別ページ=============================*/
  .kw_kikyu_img{
    top: 20vw;
    right: -110px;
    min-width: 150px;
    width: 30vw;
  }
  .com_bgleft_memphis{ max-width: 300px; }
  .com_bgright_memphis{
    max-width: 300px;
    top: -40px;
  }
  .com_bgbottom_memphis{ max-width: 170px;}
}
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1300px) {
  /*ヘッダー トップページ=============================*/
  .top_head_memphis_r{
    width: 3.5vw;
    max-width: 50px;
  }
  .pc_boy{ right: 70vw; }
  .kasenjiki_img{
    width: 33vw;
    min-width: 200px;
  }
  .ojiya_tijimi_under{ bottom: 0; }
}
@media only screen and (max-width: 1100px) {
  /*ヘッダー トップページ=============================*/
  .top_head_memphis_l{ width: 6vw; }
  .top_head_memphis_r{
    top: 100px;
    width: 3vw;
  }
  /*トップページ=============================*/
  .ojiya_g_memphis{
    right: 20%;
  }
  /*企業紹介個別ページ=============================*/
  .com_mv_memphis_l{
    left: -5vw;
    max-width: 120px;
    width: 20vw;
    min-width: 70px;
  }
  .com_mv_memphis_r{
    right: -5vw;
    width: 17vw;
    min-width: 70px;
  }
  .com_moviebgleft_memphis{
    -webkit-transform: translate(0%,0);
    -moz-transform: translate(0%,0);
    -o-transform: translate(0%,0);
    transform: translate(0%,0);
  }
  .slick-prev{ left: -10px; }
  .slick-next{ right: -10px; }
}
@media only screen and (max-width: 1000px) {
  /*ヘッダー トップページ=============================*/
  .top_head_memphis_lt{
    left: auto;
    right: 50vw;
  }
  .top_head_memphis_rt{
    right: auto;
    left: 50vw;
    min-width: 500px;
  }

  /*フッター=============================*/
  .contact_memphis{
    top: 60px;
    left: 60vw;
    right: auto;
  }
  .f_con_crepe{left: 30px;}
  .f_contact_flex{ flex-direction: column; }
  .f_con_textarea, .f_con_btnarea{ width: 100%; }
  .f_con_textarea{
    padding-right: 0;
    margin-bottom: 20px;
  }
  .f_con_btnarea{
    max-width: 700px;
    margin: 0 auto;
  }
  /*トップページ=============================*/
  .mv_left_m, .mv_right_m{ display: none; }
  .news_memphis_l{
    right: 10px;
    width: 40vw;
    min-width: 200px;
  }
  .top_serrch_kikyu_right{
    right: 0;
    top: 4%;
  }
  .top_serrch_kikyu_left{
    left: 0;
    bottom: 4%;
  }
  .top_g_camera{
    bottom: -50px;
  }
  .useful_memphis_l{
    right: auto;
    left: 50vw;
  }
  /*小千谷ちぢみ*/
  .ojiya_tijimi_under{
    bottom: 300px;
    min-width: 1500px;
    transition: 1s;
  }
  .ojiya_tijimi_top{
    bottom: 300px;
    min-width: 1500px;
    transition: 1s;
  }


  /*企業一覧ページ=============================*/
  .aco_area_bgimg{
    -webkit-transform: translate(-10%,-40%);
    -moz-transform: translate(-10%,-40%);
    -ms-transform: translate(-10%,-40%);
    -o-transform: translate(-10%,-40%);
    transform: translate(-10%,-40%);
  }
  .company_list_bgimg_l{
    -webkit-transform: translate(-40%,-10%);
    -moz-transform: translate(-40%,-10%);
    -ms-transform: translate(-40%,-10%);
    -o-transform: translate(-40%,-10%);
    transform: translate(-40%,-10%);
  }
  .company_list_bgimg_r{
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0%,10%);
    -moz-transform: translate(0%,10%);
    -ms-transform: translate(0%,10%);
    -o-transform: translate(0%,10%);
    transform: translate(0%,10%);
  }
  /*企業紹介個別ページ=============================*/
  .com_bgleft_memphis{
    max-width: 240px;
    -webkit-transform: translate(-20%,0%);
    -moz-transform: translate(-20%,0%);
    -ms-transform: translate(-20%,0%);
    -o-transform: translate(-20%,0%);
    transform: translate(-20%,0%);
  }
  .com_bgright_memphis{
    max-width: 300px;
    top: -40px;
  }
  .com_bgbottom_memphis{
    max-width: 170px;
    -webkit-transform: translate(65%,0%);
    -moz-transform: translate(65%,0%);
    -ms-transform: translate(65%,0%);
    -o-transform: translate(65%,0%);
    transform: translate(65%,0%);
  }
  .com_bg_kikyu_p{ 
    top: -40px;
    z-index: -1;
   }
   .osusume_menphis{ left: 0; }
   .com_movie_title_fukidashi{
    font-size: 3.5vw;
    line-height: 4.5vw;
   }
   .com_m_pv iframe{ height: 29vw; }

   /*ギャラリーページ=============================*/
   .gallery_list_bgimg_l {
    -webkit-transform: translate(-40%,-10%);
    -moz-transform: translate(-40%,-10%);
    -ms-transform: translate(-40%,-10%);
    -o-transform: translate(-40%,-10%);
    transform: translate(-40%,-10%);
    }
}
@media only screen and (max-width: 900px) {
  /*トップページ=============================*/
  .mv_person{
    width: 80%;
    right: 3vw;
    top: 23vw;
  }
  .mv_catch_copy{
    left: 3vw;
    top: 17vw;
    width: 45vw;
    min-width: 150px;
  }
  .mv_cover{margin-bottom: 5vw;}
  .message_m{
    right: auto;
    left: 10px;
    width: 40vw;
    min-width: 200px;
    bottom: 250px;
  }
  .top_main_message{
    flex-direction: column;
    margin-top: 100px;
  }
  .tegami_area{
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .top_read_text{
    font-size: 20px;
    line-height: 50px;
  }
  .main_movie_area{
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0 20px 0 10px;
  }
  .pc_boy{
    right: auto;
    left: 10px;
    width: 45vw;
    min-width: 150px;
  }
  .site_catchcopy_img{
    width: 97vw;
    max-width: 600px;
    left: 50%;
  }
  .main_movie_area iframe{
    width: 90%;
    max-width: 400px;
    height: 46vw;
    max-height: 225px;
    box-shadow: 5px 5px 0 #000;
  }
  .top_short_movie iframe{
    margin-top: 5vw;
  }
  .top_ojiya_guide_link{
    width: 46vw;
    height: 46vw;
  }
  /*企業一覧ページ=============================*/
  .company_list_col{
    width: calc(50% - 20px);
    max-width: 350px;
  }
  /*企業紹介個別ページ=============================*/
  .com_info_card_area{ margin-top: 30px; }
  .com_info_con_title{ min-width: 175px; }
  .com_i_t_icon{ margin-right: 10px; }
  .com_m_pv iframe{ height: 26vw; }

  /*WEBマガジン=============================*/
  .webmagazine_title{
    font-size: 4.5vw;
    line-height: 7.5vw;
    bottom: 4.5vw;
  }
  .wm_short_area{ min-width: 300px; }
  .wm_short_area iframe{
    height: 460px;
    max-height: 460px;
  }
  .wm_pv_area iframe{
    height: 38vw;
    max-height: 340px;
  }
  .wm_short_area + .wm_pv_area iframe{ height: 35vw; }
  .wm_section_titlearea{ width: 100%;}
  .wm_section_title{
    bottom: 6vw;
  }
  .wm_section_title span{
    font-size: 23px;
    line-height: 40px;
  }
  .wm_titlebgimg_caption{ width: 100%; }
}
@media only screen and (max-width: 800px) {
  /*トップページ=============================*/
  .column_title{
    font-size: 18px;
    margin-top: 5px;
  }
  .t_contents_thumb{ border-radius: 5vw; }
  .t_contnts_angle{
    width: 5vw;
    height: 5vw;
  }
  .search_t_memphis{
    left: auto;
    right: 40px;
    width: 60vw;
    min-width: 260px;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
  }
  /*ギャラリー*/
  .top_gallery_col{
    flex-direction: column;
    margin-right: 0;
    width: 100%;
  }
  .top_gallery_thumb_list{
    width: 100%;
    margin: 0 0 50px;
    order: 1;
  }
  .top_gallery_text{
    width: 100%;
    min-width: 1px;
    margin: 30px 0;
    text-align: center;
  }
  .top_gallery_thumb a{ height: 27vw; }
  .top_gallery_col .sp_nodisplay{ display: none; }
  .top_gallery_col .sp_display{
    display: block;
    order: 2;
  }
  .top_short_title{ font-size: 16px; }
  .top_g_camera{ bottom: -200px; }
  /*企業個別ページ=============================*/
  .company_title{
    font-size: 6vw;
    line-height: 11.5vw;
  }
  .company_title .com_title_bg span{
    font-size: 4vw;
  }
  .company_mainvisual{ margin-bottom: 10px; }
  .company_tag span{
    margin-right: 5px;
    font-size: 14px;
  }
  .com_c_thumb{
    height: 23vw;
  }
  .com_movie_title_fukidashi{ max-width: 300px; }
  .com_m_col_small{ min-width: 300px; }
  .com_m_pv iframe{ height: 30vw; }
  .yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
    font-size: 16px;
  }
  .com_info_con_title{ flex-direction: column; }
  .com_i_t_icon{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .com_info_con_title{
    text-align: center;
    min-width: 120px;
    padding: 15px 10px;
  }
  .com_info_con_text{ padding: 15px 10px; }

  /*ギャラリー=============================*/
  .gallery_card{ width: calc(25% - 20px); }
  

  /*WEBマガジン=============================*/
  .webmaga_link_title{
  	font-size: 18px;
  	line-height: 30px;
  	padding-left: 0;
  	margin-top: -30px;
  }
  .webmaga_more_btn{
  	font-size: 20px;
  	line-height: 25px;
  	width: 100px;
  }
  .webmaga_link_deta{ font-size: 14px; }

  /*個別*/
  .wm_movie_area{
    flex-direction: column;
  }
  .wm_short_area, .wm_pv_area{
    width: 100%;
    padding: 0;
  }
  .wm_short_area{
    max-width: 260px;
    margin: 0 auto 30px;
    min-width: 1px;
  }
  .wm_pv_area{
    max-width: 500px;
    margin: 0 auto;
  }
  .wm_pv_area iframe{
    width: 100%;
    max-width: 500px;
    height: 53vw;
    max-height: 290px;
  }
  .wm_movie_title{
    margin-top: 30px;
    max-width: 500px;
  }
  .wm_short_area + .wm_pv_area iframe{ height: 52vw; }
  /*おじや市ガイド=============================*/
  .guide_link{
    font-size: 16px;
  }
  .guide_more{
    font-size: 14px;
    padding: 5px 8px;
    max-width: 150px;
  }
}
@media only screen and (max-width: 782px){
  .magazine_body .wp-block-columns{
    flex-direction: column;
    gap: 0;
  }
  .magazine_body .wp-block-columns .wp-block-column:first-of-type figure{
    margin-bottom: 0;
  }
  .magazine_body .wp-block-columns .wp-block-column:not(:first-of-type) figure{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .magazine_body .wp-block-columns .wp-block-column:last-of-type figure{
    margin-bottom: 40px;
  }
  .magazine_body .wp-block-columns + p,
  .magazine_body .wp-block-columns + .interview_table{
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  /*トップページ=============================*/
  .topms_content{ padding: 0 10px; }
  .topms_content iframe{ height: 53vw; }
  .t_contents_caption{
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
  }
  
  /*企業個別ページ=============================*/
  .kw_kikyu_img{
    right: -13%;
    top: 25vw;
  }
  .com_bg_kikyu_p{
    left: -100px;
    top: -100px;
  }
  .company_movie_area:before{
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0 90%);
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0 90%);
  }
  .com_movie_flex{
    flex-direction: column;
  }
  .com_camera{
    left: auto;
    top: -100px;
    right: -10px;
    width: 40vw;
  }
  .com_hababi{
  	width: 40vw;
  	min-width: 170px;
  	right: auto;
  	left: -50px;
  	top: 100vw;
  }
  .com_m_col, .com_m_col_small{ width: 100%; }
  .com_m_col_small{ min-width: 100px; }
  .com_m_col.order, .com_m_col_small.order{ order: 1; }
  .com_movie_title_fukidashi{
    font-size: 25px;
    line-height: 35px;
  }
  .com_movie_title_fukidashi:has(.f_toge_right){
    margin: 0 auto 30px 0;
  }
  .com_movie_title_fukidashi:has(.f_toge_left){
    margin: 0 0 30px auto;
  }
  .cmt_fukidashi_toge.f_toge_right,
  .cmt_fukidashi_toge.f_toge_left{
    -webkit-transform: translate(0%,100%);
    -moz-transform: translate(0%,100%);
    -o-transform: translate(0%,100%);
    transform: translate(0%,100%);
    top: auto;
    bottom: 1px;
    border-top: 15px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: none;
  }
  .cmt_fukidashi_toge.f_toge_right{
    left: auto;
    right: 20px;
  }
  .cmt_fukidashi_toge.f_toge_left{
    right: auto;
    left: 20px;
  }
  .com_m_short, .com_m_pv{ padding: 0; }
  .com_m_short iframe{
    height: 110vw;
    width: 62vw;
  }
  .com_m_pv iframe{
    max-width: 500px;
    height: 50vw;
    max-height: 280px;
  }

  /*ギャラリー=============================*/
  .gallery_card{ width: calc(33.333% - 20px); }
  .gallery_thumb{
    max-height: 208px;
    height: 30vw;
  }

  /*WEBマガジン=============================*/
  .magazine_body .interview_table td,
  .magazine_body .interview_table th{
    display: block;
  }
  .magazine_body .interview_table td{ padding-left: 0; }

  /*ぽっぷわーくとぅーん=============================*/
  .pwt_logo img{ max-width: 280px; }
  .pwt_vol_link_title{
    font-size: 20px;
    line-height: 23px;
  }
  .pwt_read_more{ font-size: 14px; }
}
@media only screen and (max-width: 600px) {
  /*flex{
  flex-direction: column;}*/
  .sp_br:before{
    content: "\A" ;
    white-space: pre ;
  }
  .sp_nobr:before{
    content: "" ;
  }
  .order{
    order: 1;
  }
  .sp_nodisplay{ display: none; }
  .sp_display{ display: block; }
  /*タイトル*/
  .section_title{
    margin-bottom: 30px;
    text-align: left;
  }
  .section_title_img{
    margin-right: auto;
    max-height: 50px;
  }
  _::-webkit-full-page-media, _:future, :root .section_title_img{/*Safari用*/
    max-height: 65px;
  }
  .section_title span{
    display: block;
    font-size: 16px;
  }
  /*ボタン*/
  .common_btn{
    font-size: 16px;
    padding: 15px 15px;
    max-width: 300px;
  }
  .btn_angle{ width: 15px; }
  .more_btn{
    font-size: 23px;
    max-width: 130px;
  }
  /*ヘッダー=============================*/
  .head_favo_link{
    top: 70px;
    right: 10px;
    width: 35px;
    height: 35px;
  }
  .head_favo_link img{ width: 23px; }
  /*ヘッダー トップページ=============================*/
  .top_head_memphis_l{
    top: 115px;
    left: -30px;
    width: 50px;
  }
  .top_head_memphis_r{
    top: 120px;
    right: -30px;
    width: 50px;
  }
  /*フッター=============================*/
  .f_contact_area{ padding: 130px 0 10px; }
  .f_contact_area:before{
    clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0 100%);
  }
  .f_con_textarea{ margin-bottom: 0; }
  .f_contact_btn{
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px;
  }
  .f_con_icon{
    max-width: 80px;
    height: 20vw;
    -webkit-transform: translate(3vw,0%);
    -moz-transform: translate(3vw,0%);
    -ms-transform: translate(3vw,0%);
    -o-transform: translate(3vw,0%);
    transform: translate(3vw,0%);
  }
  .fcontact_t_memphis{
    top: 10px;
    width: 310px;
  }
  .contact_memphis{ display: none; }
  .f_con_crepe{
    left: auto;
    right: 10px;
    top: 0px;
    width: 25vw;
    min-width: 70px;
  }
  .f_banner_btn{
    max-width: 300px;
    margin: 0 auto;
  }
  .footer_logo{
    max-width: 250px;
  }
  .foot-sitemap{
    flex-direction: column;
    margin: 20px 0;
  }
  .foot-sitemap li{ margin-bottom: 10px; }
  .foot-sitemap li a{
    border-right: none;
    padding: 3px 0;
  }
  .f_sns_area{text-align: left;}
  .f_sns_icon{ margin: 0 15px 0 0 }
  .copyright, .recaptcha_text{ text-align: left; }
  /*トップへ戻るボタン*/
  .tob_back_btn{
    font-size: 10px;
    width: 50px;
    height: 50px;
  }
  .tob_back_btn img{ max-width: 15px; }

  /*検索=============================*/
  .pc_boy{ top: 4%; }
  .search_btn_area{ min-width: 80px; }
  #searchform input{ padding: 10px 20px; }
  #searchform #s-btn-area{ padding: 10px; }
  .p-filter__check-text, #f_searchform #s-box{ font-size: 14px; }

  /*トップページ=============================*/
  .op_img{ width: 80%; }
  .mainvisual_area{padding: 70px 0 290px; }
  
  @keyframes fuwafuwa_memphis {
    0% { transform: translate(0,0px); }
    100% { transform: translate(0,-5px); }
  }
  @keyframes fuwafuwa_bg {
    0% { transform: translate(0,0px); }
    100% { transform: translate(0,-5px); }
  }

  .tegami_area.inview_ani{
    transition-delay: 0.8s;
  }
  .main_movie_area.inview_ani{
    transition-delay: 0.8s;
  }

  .top_search_title{ text-align: center; }

  /*メッセージ*/
  .top_main_message{ margin-top: 20vw; }
  .top_tegami{ padding: 40px 20px 70px;}
  .top_tegami:before{
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    top: -25px;
  }
  .top_read_text{
    font-size: 16px;
    line-height: 40px;
  }
  /*お知らせ*/
  .top_news_area{ padding-top: 150px; }
  .top_news_area:before{
    clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0 100%);
  -webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0 100%);
  }
  .news_t_memphis{
    max-width: 250px;
    top: 20px;
    left: -10px;
  }
  .news_memphis_l{
    right: -40px;
    top: -50px;
  }
  .news_list li{
    flex-direction: column;
    padding-top: 0;
  }
  .news_tag_area{margin-bottom: 5px; }
  .news_date, .news_tag{ font-size: 12px; }
  .news_list{ margin-bottom: 30px; }
  .news_list li a{
    font-size: 13px;
    line-height: 18px;
  }
  .news_link_area{ width: 100%; }

  /*企業検索*/
  .top_serrch_kikyu_right{
    top: 8%;
    right: -25px;
  }
  .top_serrch_kikyu_left{
    bottom: 13%;
    left: -50px;
  }
  .top_serch_slider{ margin-bottom: 30px; }
  .top_ss_imgcover{ height: 300px; }
  .top_ss_check_btn{
    left: 10px;
    padding: 0 15px;
    font-size: 16px;
  }
  .search_t_memphis{
    width: 270px;
    top: -10px;
    right: -20px;
  }
  .keyword_title{
    margin: 100px auto 30px;
    max-width: 400px;
  }
  .keyword_t_memphis{
    -webkit-transform: translate(0%,-30%);
    -moz-transform: translate(0%,-30%);
    -o-transform: translate(0%,-30%);
    transform: translate(0%,-30%);
    width: 80vw;
  }
  .text_slider li{ font-size: 110px; }
  .top_serach_box{
    padding: 10px 10px 50px;
  }
  #s-btn-area{ padding: 10px; }
  /*ギャラリー*/
  .gallery_area{ padding: 230px 0 300px; }
  .gallery_area:before{
    clip-path: polygon(0% 0%, 100% 50%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
  }
  .top_gallery_text{
    font-size: 14px;
    line-height: 28px;
  }
  .top_gallery_col .section_title_img{ max-height: 60px; }
  .top_gallery_thumb{ width: 50%; }
  .top_gallery_thumb a{
    height: 45vw;
    max-height: 280px;
  }
  .top_gallery_thumb a:before{
    background: -webkit-linear-gradient(bottom, rgba(242,177,233,0) 75%, rgba(242,177,233,0.85) 90%); 
    background: linear-gradient(to bottom, rgba(242,177,233,0) 75%, rgba(242,177,233,0.85) 90%);
  }
  .top_g_camera{
    bottom: 30vw;
    right: 5vw;
    width: 35vw;
    min-width: 100px;
  }
  /*ショート*/
  .movie_t_memphis{ left: -10%; }
  .top_movie_area{
    padding-top: 100px;
    margin-top: 0;
  }
  .top_movie_area .section_title_img{
    display: block;
    margin: 0 auto 10px;
  }
  .top_movie_slider{ margin-top: 40px !important; }
  .topms_content{
    padding: 0;
    opacity: 0.5;
  }
  .topms_content iframe{
    margin: 0 0 10px;
    height: 97vw;
    min-height: 355px;
  }
  .topms_content .top_short_title span{
    transition: 0.5s;
    opacity: 0;
  }
  .top_movie_slider .slick-current .topms_content{
    position: relative;
    z-index: 1;
    opacity: 1;
  }
  .top_movie_slider .slick-current .topms_content iframe,
  .top_movie_slider .slick-current .top_short_title{
    min-width: 200px;
  }
  .top_movie_slider .slick-current .topms_content iframe{
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .top_movie_slider .slick-current .top_short_title span{
    opacity: 1;
  }
  .top_movie_slider .slick-dots{ padding: 20px; }
  .top_movie_slider .slick-arrow{ bottom: 45px; }
  .top_movie_slider .slick-prev:before, .top_movie_slider .slick-next:before{
    width: 5vw;
    max-width: 30px;
    min-width: 20px;
    height: 5vw;
    max-height: 30px;
    min-height: 20px;
  }
  .top_movie_slider .slick-prev{ right: 70%; }
  .top_movie_slider .slick-next{ left: 70%; }
  .p_youtube_btn, .p_youtube_btn:visited{
    font-size: 16px;
    padding: 10px;
    margin-top: 30px;
  }

  /*コンテンツ*/
  .top_content_area{ padding: 270px 0 150px; }
  .top_content_area .section_title{ text-align: left; }
  .top_content_text{
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 50px;
  }
  .t_contents_thumb{
    border-radius: 8vw;
    height: 42vw;
    max-height: 260px;
  }
  .t_contnts_angle{
    width: 10vw;
    height: 10vw;
    max-width: 45px;
    max-height: 45px;
  }
  .t_contents_caption{
    font-size: 16px;
    line-height: 25px;
    padding: 0 10px;
  }
  /*就活コラム*/
  .top_column_hanabi{ top: 3%; }
  .useful_t_memphis{
    max-height: 300px !important;
    width: 350px;
    left: -130px;
  }
  .top_column_link{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .top_column_banner{ padding: 10px 30px 15px 10px; }

  /*小千谷市ガイド*/
  .top_ojiya_g_area{
    padding: 100px 0 0;
  }
  .section_title img.ojiya_g_memphis{
    max-height: 90px;
    width: auto;
    right: auto;
    left: -40px;
  }
  .top_og_textarea{ padding-left: 0; }
  .top_ss_link_dott,
  .top_ojiya_guide_link{
    width: 80vw;
    max-width: 300px;
    height: 80vw;
    max-height: 300px;
  }
  .top_ojiya_t_text{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
  }
  .top_ojiya_g_area .common_btn{
    margin: 30px auto 0;
  }

  /*就活コラム一覧=============================*/
  .com_tagarea{flex-direction: column;}
  .com_tag_area{ order: 1; }
  .company_sns_area{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  .com_sns_icon{ margin: 0 4px; }
  
  .column_img_thumb{ height: 45vw; }
  .column_date{ font-size: 12px; }
  .column_title{
    font-size: 16px;
    margin-top: 1px;
    z-index: 1;
  }
  /*お知らせ一覧=============================*/
  .home_nba{
    margin: 50px auto 10px;
  }
  /*お知らせ個別ページ=============================*/
  .normal_shingle_body{ padding: 30px 20px; }
  .n_songle_title{ font-size: 23px; }
  .single_body p, .single_body ul li{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .single_body h2{
    font-size: 23px;
    line-height: 30px;
  }
  .single_body h5{ margin-bottom: 5px; }
  .single_body .wp-element-caption{ font-size: 12px; }
  /*ovh*/
  .ovh_previous a, .ovh_next a{
    display: inline-block;
    width: 100%;
    max-width: 180px;
    margin: 0 auto 30px;
  }
  .ovh_previous a{ text-align: left; }
  .ovh_next a{ text-align: right; }

  /*企業一覧ページ=============================*/
  .c_aco_area{ margin-bottom: 50px; }
  .c_aco_btn{
    padding: 7px 40px 7px 20px;
    display: block;
    font-size: 16px;
  }
  .company_aco{ padding: 10px 10px 40px; }
  .company_aco a{
    font-size: 14px;
    line-height: 40px;
  }
  .company_list_flex{
    flex-direction: column;
    margin-right: 0;
    width: 100%;
  }
  .company_list_col{
    width: 100%;
    margin: 0 auto 50px;
  }
  .company_card{ padding: 10px 10px 80px; }
  .com_c_thumb{ height: 180px; }
  .com_c_title{ margin: 5px 0 0; }
  .com_c_tag_area{ margin-top: 10px; }
  .com_c_tag_area li{
    padding: 3px;
    font-size: 11px;
    line-height: 15px;
  }
  .com_c_more{
    font-size: 14px;
    padding: 7px;
    max-width: 170px;
  }
  .fl_in_company_list{
    bottom: 30px;
    right: 10px;
  }

  /*企業個別ページ=============================*/
  .com_title_area{
    padding: 70px 0 150px;
  }
  .company_title{
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 60px;
  }
  .company_title .com_title_bg span{
    font-size: 20px;
  }
  .simplefavorite-button, .wpulike-heart .wp_ulike_general_class{
    font-size: 12px;
    padding: 5px;
    height: 35px;
  }
  .simplefavorite-button{
    min-width: 100px;
    line-height: 20px;
  }
  .cmv_slider_navi{ margin-bottom: 20px; }
  .kw_kikyu_img{ right: -30px; }
  .com_sns_icon{ max-width: 30px; }
  .company_tag{ line-height: 35px; }
  .company_tag span{
    font-size: 11px;
    padding: 5px 10px;
  }
  .com_kirikae_btn{
    font-size: 14px;
    letter-spacing: 0px;
    padding: 10px 5px;
    width: 90%;
    min-width: 85px;
  }
  .company_cover{ padding: 30px 15px; }
  .com_main_catch{
    font-size: 23px;
    margin-bottom: 15px;
  }
  .com_main_catch span{
    background-size: 0 10px;
    padding-bottom: 2px;
  }
  .com_main_catch.action span{
    background-size: 100% 10px;
  }
  .com_webmaga_btn{ font-size: 18px; }
  .company_subtitle{ margin-bottom: 30px; }
  .com_info_image{
    max-height: 400px;
    height: 50vw;
    margin: 10px auto 0;
  }
  .com_sch_title span, .com_inco_title span{
    margin: 10px 0px 0px;
    display: block;
  }
  .com_smapho{
    right: 0;
    top: -100px;
    width: 40vw;
    min-width: 180px;
  }
  .com_main_text p, .dott_border_area p, .com_sc_table,
  .com_hitokoto p, .com_recruit_table{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .com_info_con_title{
    padding: 10px;
    min-width: 100px;
    width: 100px;
  }
  .com_i_t_icon{ margin-bottom: 0;}
  .com_i_t_name{
    font-size: 14px;
    line-height: 20px;
  }
  .com_info_con_text{
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
  }
  .cic_setsugou_bottom{ margin-bottom: -10px; }
  .com_info_con.cic_setsugou_bottom .com_info_con_title,
  .com_info_con.cic_setsugou_bottom .com_info_con_text,
  .com_info_con.cic_setsugou_top .com_info_con_title,
  .com_info_con.cic_setsugou_top .com_info_con_text{
    border-radius: 0;
  }
  .com_info_con.cic_setsugou_top .com_info_con_title,
  .com_info_con.cic_setsugou_top .com_info_con_text{
    border-top: none;
  }

  .com_webmaga_btn_toptext{ font-size: 18px; }
  .com_webmaga_btn{ max-width: 300px; }
  /*スケジュール*/
  .com_clock_bag{
    top: 70px;
    width: 40vw;
    min-width: 180px;
  }
  .com_sc_table:before, .com_sc_table tr:last-child:before{ left: 15px; }
  .com_sc_table tr:first-child:before{ content: none; }
  .com_sc_table tr:last-child:before{ height: calc(50% - 25px); }
  .com_sc_table td{
    display: block;
  }
  .com_sc_table .com_sc_time{
    max-width: 100px;
    min-width: 1px;
    margin: 0 0 15px;
  }
  .com_sc_table .com_sc_yotei{
    padding-left: 0;
    margin: 10px 0 20px auto;
    position: relative;
    padding: 10px 10px 10px 50px;
  }
  .com_sc_table .com_sc_yotei:before{
    width: calc(100% - 35px);
  }
  .com_sc_table .com_sc_yotei:after{
    left: 5px;
  }
  .com_sc_table tr:last-child .com_sc_yotei{
    margin-bottom: 0;
  }
  .com_sc_table td{ margin-bottom: 20px; }
  .com_sc_table td .com_sc_title{
    background-color: transparent;
    border: none;
    border-radius: 0;
    line-height: 25px;
  }
  .com_sc_table td .com_sc_text{
    margin-top: 0;
    padding: 5px 0px 0;
    line-height: 25px;
  }
  .com_sc_table .sc_notime{ display: none; }
  .com_maru_title{ font-size: 16px; }
  .com_info_card{ min-height: 1px; }
  
  /*一言*/
  .hitokoto_title{ font-size: 16px; }
  .com_hitokoto{ flex-direction: column;}
  .senpai_img_area{
    order: 1;
    margin: 40px auto 0;
    width: 100%;
    text-align: center;
  }
  .com_senpai_image{ width: 50%; }
  .senpani_fukidashi:before, .senpani_fukidashi:after{
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0%,100%);
    -moz-transform: translate(0%,100%);
    -ms-transform: translate(0%,100%);
    -o-transform: translate(0%,100%);
    transform: translate(0%,100%);
  }
  .senpani_fukidashi:before{
    bottom: 0;
    border-top: 20px solid #000;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  .senpani_fukidashi:after{
    bottom: 1.5px;
    border-top: 20px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  /*求人情報*/
  .com_recruit_table th, .com_recruit_table td{
    display: block;
    padding: 7px;
  }
  .com_recruit_table th{
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
  }
  /*おすすめ記事*/
  .yarpp-thumbnails-horizontal .yarpp-thumbnail{
    width: calc(50% - 20px);
  }
  /*お気に入り一覧=============================*/
  .nishikigoi_illust{
    width: 30vw;
    top: -30px;
  }
  /*ギャラリー=============================*/
  .gallery_cate_title{
    margin: 30px auto;
    font-size: 20px;
  }
  .gallery_cate_title span{ padding: 5px 10px; }
  .gyallery_com_link{
    font-size: 14px;
    margin-top: 10px;
  }
  .lum-gallery-button{ height: 80vh; }
  .lum-previous-button{ left: 0px; }
  .lum-next-button{ right: 0px; }
  .lum-lightbox-inner .lum-lightbox-caption{
    font-size: 14px;
  }
  /*WEBマガジン=============================*/
  .webmaga_link{
  	width: 100%;
  	max-width: 350px;
  	margin: 0 auto;
  }
  .webmaga_thumb{ height: 60vw; }
  
  /*個別*/
  .webmagazine_title{
    font-size: 25px;
    line-height: 45px;
    position: relative;
  }
  .wm_company_area{
    flex-direction: column;
    margin-bottom: 30px;
  }
  .wm_company_img{
    width: 100%;
    max-width: 100%;
    height: 55vw;
    max-height: 280px;
    margin: 0 auto;
  }
  .wm_company_textarea{
    padding-left: 0;
    margin-top: 10px;
  }
  .wm_company_text,
  .magazine_body .interview_table td,
  .magazine_body .interview_table th{
    font-size: 14px;
    line-height: 25px;
  }
  .wm_section_titlearea{
    margin-bottom: -30px;
  }
  .wm_section_title{
    position: relative;
  }
  .wm_titlebgimg_caption{
    margin-bottom: 20px;
  }
  .magazine_body .interview_table{
    width: calc(100% - 50px);
  }
  .magazine_body h4{ font-size: 18px; }
  .wm_profile_area .wm_company_textarea{
    padding-left: 10px;
    margin-top: 0;
  }

  /*お役立ち情報=============================*/
  .post-type-archive-useful_column .page_title .section_title_img,
  .post-type-archive-web_magazine .page_title .section_title_img,
  .single-web_magazine .page_title .section_title_img,
  .error404 .page_title .section_title_img,
  .privacy-policy .page_title .section_title_img{
    max-height: 120px;
  }
  /*LINE登録企業一覧=============================*/
  .line_c_list_link{
    font-size: 18px;
    padding: 15px 10px;
    max-width: 400px;
  }
  .line_c_list_link .line_c_ll_more{
    padding: 3px 8px;
    bottom: -18px;
    font-size: 12px;
  }


  /*お問い合わせ=============================*/
  .contact_table span.wpcf7-list-item {
    display: block;
  }
  .contact_page_text{
    font-size: 14px;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .contact_table{
    font-size: 14px;
    letter-spacing: 0;
  }
  .contact_table th{ padding-top: 10px; }
  .required{ font-size: 12px; }
  .contact_table input, .contact_table textarea{ padding: 7px; }
  input[type="submit"]{
    font-size: 18px;
    max-width: 120px;
    padding: 7px;
    margin: 10px auto;
  }
  /*プライバシーポリシー=============================*/
  .pp_section{ padding: 30px 0 10px; }
  .pp_title_color{
    padding: 7px 10px;
    font-size: 16px;
  }
  .pp_title{
    font-size: 17px;
    letter-spacing: 0;
  }
  .pp_text, .pp_list li{
    line-height: 27px;
    letter-spacing: 0;
    font-size: 14px;
  }
  .pp_list{margin-left: 25px; }
  .pp_list li::marker{ font-size: 18px; }

  /*小千谷市ガイド=============================*/
  .guide_link{ font-size: 14px;}
  .guide_thumb{
    height: 44vw;
    max-height: 200px;
    max-width: 200px;
    margin: 0 auto 5px;
  }
  .guide_more{
    font-size: 12px;
    max-width: 120px;
  }
}
@media only screen and (max-width: 500px) {
  .common_btn{
    padding: 10px;
    letter-spacing: 0;
    font-size: 14px;
    max-width: 250px;
  }
  /*フッター=============================*/
  .f_contact_btn{
    font-size: 12px;
    letter-spacing: 0px;
  }
  /*トップページ=============================*/
  .mv_cover{margin-bottom: 50px;}
  .ojiya_tijimi_top{bottom: 300px;}
  /*メッセージ*/
  .top_tegami{ width: calc(100% - 20px); }
  .tegami_text{
    font-size: 14px;
    line-height: 35px;
    background-size: 100% 35px;
  }
  .kasenjiki_img{
    width: 40vw;
    min-width: 180px;
    z-index: 1;
  }
  /*お知らせ一覧ページ=============================*/
  .top_news_btn{
    max-width: 400px;
  }
  /*お知らせ個別ページ=============================*/
  .normal_shingle_body{
    padding: 20px 15px;
  }
  .single_date{ font-size: 12px; }
  .news_tag{ margin-left: 5px; }
  .n_songle_title{
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    padding-bottom: 10px;
    background-image: linear-gradient(to right, #000 3px, transparent 3px);
    background-size: 10px 3px;
  }
  .ovh_previous a, .ovh_next a{
    font-size: 14px;
    letter-spacing: 1px;
  }
  .ovh_previous a img, .ovh_next a img{ max-width: 15px; }

  /*企業個別ページ=============================*/
  .cmvs_navi_item{ padding-right: 5px; }
  .cmv_slider_navi .slick-prev,
  .cmv_slider_navi .slick-next{
    width: 30px;
    height: 30px;
  }
  .cmv_slider_navi .slick-prev:before,
  .cmv_slider_navi .slick-next:before{
    width: 10px;
    height: 10px;
  }
  .com_movie_title_fukidashi{
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .s_cate_content{ padding-top: 0; }
  .s_cate_con_title{ display: block; }
  /*ギャラリー=============================*/
  .gallery_card{ width: calc(50% - 20px); }
  .gallery_thumb{
    max-height: 222px;
    height: 45vw;
    padding: 2vw;
  }
  /*Luminous*/
  .lum-lightbox-inner img{
    max-height: 100% !important;
    max-width: 100% !important;
  }
  /*WEBマガジン=============================*/
  .webmagazine_title{
    font-size: 23px;
    line-height: 40px;
  }
  .wm_section_title span{
    font-size: 20px;
    line-height: 35px;
  }
  .wm_profile_area{
    flex-direction: column;
  }
  .wm_profile_area .wm_company_textarea{
    padding-left: 0px;
    margin-top: 10px;
  }
  .wm_prof_img{
    max-width: 100%;
    width: 100%;
    height: 55vw;
    max-height: 250px;
    margin: 0 auto;
  }
  .wm_profile_area .wm_company_name{ text-align: center; }
  .wm_interview_is{ font-size: 20px; }
}
@media only screen and (max-width: 400px) {
  /*トップページ=============================*/
  .ojiya_tijimi_top, .ojiya_tijimi_under{min-width: 1300px;}
  .top_content_area .section_title{ margin-top: -60px; }
  .column_title{ font-size: 14px; }
  .top_gallery_thumb a:before{
    background: -webkit-linear-gradient(bottom, rgba(242,177,233,0) 70%, rgba(242,177,233,0.85) 90%); 
    background: linear-gradient(to bottom, rgba(242,177,233,0) 70%, rgba(242,177,233,0.85) 90%);
  }
  /*ショート動画*/
  .top_movie_slider .slick-current .topms_content iframe,
  .top_movie_slider .slick-current .top_short_title{
    position: relative;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
  }
  .top_movie_slider .slick-current .topms_content iframe{ margin-bottom: 10px; }
  .top_movie_slider .slick-dots{ padding: 20px 0; }
  .top_movie_slider .slick-prev{ right: 260px; }
  .top_movie_slider .slick-next{ left: 260px; }
  /*コンテンツ*/
  .t_contents_caption{
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
  }

  /*企業個別ページ=============================*/
  .com_kirikae_btn{
    font-size: 12px;
  }
  /*お気に入り一覧=============================*/
  .nishikigoi_illust{ top: 20px; }
}

@media only screen and (max-width: 350px) {
  /*.top_movie_slider .slick-list{ max-height: 500px; }*/
}