@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@import url(reset.css);
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .imgs img {
		width: 100%
	}
	*::-ms-backdrop, #pagetit {
		height: 150px
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 62.5%;
}
body {
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	line-height: 1.8;
	font-size: 1.4rem;
  background: #FCF2F8;
}
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#container{
  margin: 0 auto;
  background: #FFF;
  position: relative;
}
@media screen and (min-width: 769px){
  #wrap {
    min-width: 1552px;
  }
  #container{
    width: 1280px;
  }
}
img {
	max-width: 100%;
	height: auto
}
li{
	list-style: none;
}
.serif {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'Noto Serif JP', HG明朝B, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
.gothic{
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.tCenter {
	text-align: center;
}
.tleft {
	text-align: left;
}
.tRight {
	text-align: right;
}
.bold{
	font-weight: bold;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.sp {
		display: none
	}
	a,
	button{
		transition: all .3s;
	}
	a:hover,
	button:hover{
		opacity: .7;
	}
	a[href^="tel:"] {
		cursor: text;
		pointer-events: none;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none
	}
	input[type="submit"],
	input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
	  display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
	  outline-offset: -2px;
	}
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		outline: none;
		background: transparent;
	}
	input:not[type="radio"],
	textarea{
	-webkit-appearance: none;
	}
	button,
	input[type="submit"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 0;
		border: none;
		outline: none;
		background: transparent;
	}
}
a {
	color: #444;
}
a:hover {
	color: #444;
}
/* common */
.red{
	color: #D8444E;
}
.green{
	color: #32B200;
}
.orange{
  color: #C65BB2;
}
.large{
	font-size: 133%;
}
.xlarge{
	font-size: 166%;
}
.en{
  font-family: 'Lato', sans-serif;
}
.line{
  background: linear-gradient(transparent 70%,#FFFF00 70%);
}
.btn{
  text-align: center;
  font-weight: bold;
}
.btn a{
  display: block;
  margin: 0 auto;
  background: #419E74;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.btn a:hover{
  text-decoration: underline;
}
.btn a:before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 100%;
  left: 0;
  top: 0;
  background: url("../../img/bwjw2021/btn_highlight.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
/*
.btn a:after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../img/bwjw2021/btn_arrow.png");
  background-size: 100% 100%;
  vertical-align: middle;
  margin: -4px 0 0 5px;
}
*/
@media screen and (min-width: 769px) {
  .btn{
    font-size: 2.9rem;
    margin-top: 60px;
  }
  .btn a{
    width: 360px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .btn{
    font-size: 1.6rem;
    margin-top: 30px;
  }
  .btn a{
    width: 300px;
    max-width: 100%;
    padding: 15px;
  }
}
/* header */
#gNav{
  z-index: 10000;
}
#gNav #btnNav:before,
#gNav #btnNav:after,
#gNav #btnNav span{
  content: "";
  display: block;
  background: #1A1A1A;
  position: absolute;
  left: 0;
  transition: all .3s;
}
#gNav #btnNav:before{
  top: 0;
}
#gNav #btnNav:after{
  bottom: 0;
}
#gNav #btnNav span{
  top: 50%;
  transform: translateY(-50%);
}
body.navOpen #gNav #btnNav span{
  opacity: 0;
}
body.navOpen #gNav #btnNav:before{
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.navOpen #gNav #btnNav:after{
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
#popupNav{
  background: #F8F8F8;
  display: none;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 27px;
  }
  #header .booth{
    display: flex;
    align-items: center;
  }
  #header .booth .txt1{
    display: block;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 1px solid #000;
  }
  #header .booth .txt2{
    display: block;
    font-size: 1.4rem;
    text-align: center;
  }
  #header .booth .num{
    font-size: 4.3rem;
    line-height: 1;
    font-weight: 900;
    margin-left: 10px;
  }
  #gNav{
    position: fixed;
    left: calc(50% + 672px);
    top: 26px;
    width: 67px;
    height: 100%;
  }
  #gNav #btnNav{
    position: relative;
    height: 47px;
    margin-bottom: 200px;
    z-index: 10;
  }
  #gNav #btnNav:before,
  #gNav #btnNav:after,
  #gNav #btnNav span{
    width: 67px;
    height: 9px;
  }
  #gNav > .sns{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #gNav > .sns dt{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 23px;
    font-weight: 900;
  }
  #gNav > .sns dd{
    margin-top: 20px;
  }
  #gNav > .sns dd img{
    width: 40px;
  }
  #popupNav{
    right: -20px;
    top: -20px;
    width: 436px;
    padding: 40px;
  }
}
@media screen and (max-width: 1570px){
  #gNav{
    left: 1447px;
  }
}
@media screen and (max-width: 768px) {
  #header{
    padding: 13px 10px;
    height: 58px;
  }
  #header #logo{
    max-width: 70%;
    width: 230px;
  }
  #gNav #btnNav{
    position: absolute;
    right: 20px;
    top: 15px;
    width: 25px;
    height: 26px;
    z-index: 10;
  }
  #gNav #btnNav:before,
  #gNav #btnNav:after,
  #gNav #btnNav span{
    width: 100%;
    height: 3px;
  }
  #popupNav{
    right: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
    min-height: 100vh;
  }
}
#popupNav .logo{
  width: 280px;
}
#popupNav a{
  text-decoration: none;
}
#popupNav a:hover{
  text-decoration: underline;
}
#popupNav ul{
  text-align: right;
  margin: 36px 0 45px 0;
}
#popupNav ul li{
  margin-bottom: 10px;
}
#popupNav .btn a{
  width: 263px;
  font-size: 1.4rem;
  padding: 15px;
}
#popupNav .bcara{
  font-size: 10px;
  margin: 60px 0 30px;
}
#popupNav .sns{
  display: flex;
}
#popupNav .sns dt{
  font-size: 10px;
  margin-right: 40px;
}
#popupNav .sns dd{
  width: 20px;
  margin-right: 20px;
}

/* footer */

#footer{
  position: relative;
  z-index: 10001;
}
#footer #copyright{
  background: #1A1A1A;
  text-align: center;
  color: #FFF;
  padding: 20px 0;
}

#footer #fixedBtn{
  position: fixed;
}
@media screen and (min-width: 769px) {
  #footer #fixedBtn{
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #footer #fixedBtn{
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

/* contents */

#mv{
  position: relative;
}
#mv .eventInfo{
}
#mv .eventInfo h2{
  background: #000;
  color: #FFF;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .05em;
}
#mv .eventInfo .content{
  flex: 1;
}
@media screen and (min-width: 769px) {
  #mv{
    margin-bottom: 2px;
    background: #FFF url("../../img/bwjw2025/mv.png") no-repeat center top;
  }
  #mv .tit{
    padding: 50px 0 0 66px;
  }
  #mv .tit h1{
    margin-bottom: 35px;
  }
  #mv .tit .txt{
    margin-left: -66px;
  }
  #mv .tit .txt p{
    font-size: 2.3rem;
    line-height: 1.4em;
    font-weight: bold;
    margin-left: 57px;
    margin-top: 20px;
  }
  #mv .photo{
    margin: 30px 20px 16px;
    display: flex;
    justify-content: space-between;
  }
  #mv .photo li{
    width: calc((100% - 40px) / 3);
  }
  #mv .eventInfo{
  }
  #mv .eventInfo h2{
    padding: 10px;
    font-size: 24px;
  }
  #mv .eventInfo .content{
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
  }
  #mv .eventInfo .content .date{
    font-size: 14px;
    line-height: 1.5;
  }
  #mv .eventInfo .content .date .day{
    font-size: 26px;
  }
  #mv .eventInfo .content .time{
    font-size: 26px;
  }
  #mv .eventInfo .content .txt{
    font-size: 15px;
    margin-top: 5px;
  }
  #mv .eventInfo .content .txt .place{
    font-size: 14px;
  }
  #mv .eventInfo .content .txt .booth{
    margin-left: 1em;
  }
  #mv .eventInfo .content .txt .booth .boothNum{
    font-size: 26px;
  }
  #mv .badge{
    position: absolute;
    right: 80px;
    bottom: 20px;
  }
  #mv .badge img{
    width: 219px;
  }
}
@media screen and (max-width: 768px) {
  #mv{
    position: relative;
    background: #FFF url("../../img/bwjw2025/mv_sp.png") no-repeat center top / 100% auto;
    overflow: hidden;
  }
  #mv .tit{
    padding: 8.372vw 6.9767vw 5vw 6.9767vw;
  }
  #mv .tit h1{
  }
  #mv .tit h1 img{
    width: 80vw;
  }
  #mv .tit p{
    font-size: 3.721vw;
    font-weight: bold;
  }
  #mv .tit .logo{
    width: 49.534vw;
    margin: 4vw 0 4vw -6.9767vw;
  }
  #mv .eventInfo h2{
    padding: 10px;
    font-size: 3rem;
  }
  #mv .eventInfo .content .date{
    padding: 10px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.9rem;
    text-align: center;
  }
  #mv .eventInfo .content .date .day{
    font-size: 2.8rem;
    margin: 0 3px;
  }
  #mv .eventInfo .content .date .days{
    font-weight: bold;
  }
  #mv .eventInfo .content .date .time{
    font-size: 120%;
  }
  #mv .eventInfo .content .date .lastDay{
    font-size: 1.2rem;
    font-weight: normal;
    display: inline-block;
  }
  #mv .eventInfo .content .txt{
    margin: 10px 20px;
    font-size: 1.4rem;
    text-align: center;
  }
  #mv .eventInfo .content .txt .place{
  }
  #mv .eventInfo .content .txt .boothNum{
    font-size: 120%;
    font-weight: bold;
  }
  #mv .photo{
    display: flex;
    justify-content: space-between;
    width: 202.053vw;
  }
  #mv .photo li{
    width: 65.116vw;
    text-align: center;
    margin-right: 2.325vw;
  }
  #mv .badge{
    position: absolute;
    right: 20px;
    top: 67vw;
    width: 42.7907vw;
    
  }
}
#eventContents{
  background: url("../../img/bwj2024/triangle_bg_l.png");
}
#eventContents .scroll{
  display: flex;
  align-items: flex-start;
}
@keyframes loop-slide-pc {
  from {
    transform: translateX(-30%);
  }
  to {
    transform: translateX(-144.5%);
  }
}
@keyframes loop-slide-sp {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-207.2%);
  }
}
#eventContents .scroll img{
  max-width: none;
}
#eventContents .demo .content .instructor{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#eventContents .demo .content .instructor .img img{
  border-radius: 50%;
}
#eventContents .demo .content .instructor .txt{
  flex: 1;
  margin-left: 20px;
}
#eventContents .demo .content .instructor .txt h3{
  margin-bottom: 10px;
}
#eventContents .demo .schedule{
  border: 1px solid #707070;
  background: #FCFC7A;
  border-radius: 20px;
}
#eventContents .demo .schedule dl dt{
  margin-top: 20px;
}
#topics{
  position: relative;
  z-index: 2;
}
#topics .topicsList > section .img{
  position: relative;
}
#topics .topicsList > section .img figcaption{
  border: 1px solid #000;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background: #FEFE7C;
  position: absolute;
  left: 0;
  top: -20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#topics .topicsList > section .img figcaption .num{
  font-size: 32px;
  display: block;
}
#topics .topicsList > section h3{
  color: #666;
  line-height: 1.5;
}
#topics .topicsList > section .topicsBtn{
  text-align: center;
  margin-top: 20px;
}
#topics .topicsList > section .topicsBtn a{
  background: #333333;
  display: inline-block;
  text-decoration: none;
  width: 290px;
  color: #FFF;
  padding: 10px;
}
#topics #booth {
  overflow: hidden;
}
#topics #booth .lead{
  text-align: center;
  font-weight: bold;
}

/*
#topics #booth .machineList{
  padding-top: 60px;
}
#topics #booth .machineList .slick-list{
  overflow: visible;
}
#topics #booth .machineList .slick-track{
  display: flex;
  left: -265px;
}
#topics #booth .machineList .machineBox{
  background: linear-gradient(#FFF, #dbd9d9);
  width: 450px;
  padding: 40px 40px 80px;
  position: relative;
  float: none;
  height: auto;
  margin: -0 40px;
}
#topics #booth .machineList .machineBox .icon{
  width: 147px;
  height: 147px;
  position: absolute;
  left: -23px;
  top: -60px;
  z-index: 1;
}
#topics #booth .machineList .machineBox .img{
  box-shadow: 0 5px 5px rgba(0,0,0,.2);
  position: relative;
}
#topics #booth .machineList .machineBox .million{
  width: 116px;
  position: absolute;
  right: -5px;
  bottom: -5px;
}
#topics #booth .machineList .machineBox h3{
  font-size: 20px;
  margin: 10px 0;
}
#topics #booth .machineList .machineBox .tags{
  display: flex;
  flex-wrap: wrap;
}
#topics #booth .machineList .machineBox .tags li{
  width: 115px;
  margin-right: 12px;
  margin-bottom: 12px;
}
#topics #booth .machineList .machineBox .tags li:nth-child(3n){
  margin-right: 0;
}
#topics #booth .machineList .machineBox .txt{
  font-size: 17px;
  line-height: 1.5;
}
#topics #booth .machineList .machineBox .link{
  position: absolute;
  right: 40px;
  bottom: 40px;
  margin-top: 30px;
  font-size: 14px;
}
#topics #booth .machineList .slick-arrow{
  width: 57px;
  height: 57px;
  background-size: 100% 100%;
  z-index: 2;
}
#topics #booth .machineList .slick-arrow:before{
  content: none;
}
#topics #booth .machineList .slick-prev{
  background-image: url("../../img/bwjw2025/prev.svg");
  left: 84px;
}
#topics #booth .machineList .slick-next{
  background-image: url("../../img/bwjw2025/next.svg");
  right: 84px;
}
*/
#topics #booth .machineSlider .slick-arrow{
  width: 46px;
  height: 46px;
  background-size: 100% 100%;
  z-index: 2;
}
#topics #booth .machineSlider .slick-arrow:before{
  content: none;
}
#topics #booth .machineSlider .slick-prev{
  background-image: url("../../img/bwjw2025/prev.svg");
  left: -67px;
}
#topics #booth .machineSlider .slick-next{
  background-image: url("../../img/bwjw2025/next.svg");
  right: -67px;
}
#seminar .youtube{
  background: #FFF;
  padding: 7px 0;
  position: relative;
}
#seminar .youtube .btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
}
#seminar .youtube .btn a{
  background-color: #DC251A;
  box-shadow: 5px 5px 6px rgba(0,0,0,.44);
}
#seminar .consultingTxt{
  background: #000;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .sec > .in{
    width: 960px;
    margin: 0 auto;
  }
  #topics{
    padding: 100px 0 0;
  }
  #topics h2{
    margin-left: -100px;
    margin-bottom: 50px;
  }
  #topics h2 .chumoku{
    width: 104px;
    transform: rotate(45deg);
  }
  #topics .topicsList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #topics .topicsList > section{
    width: 460px;
    margin-top: 30px;
  }
  #topics .topicsList h3{
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
  }
  #topics .topicsList .img{
    margin-bottom: 10px;
  }
  #topics #items{
    margin: 0 -160px;
    padding-bottom: 100px;
  }
  #topics #items .itemList{
    padding: 70px 0 0;
    width: 820px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #topics #items .itemList > section{
    width: 376px;
  }
  #topics #items .itemList > section:nth-child(n+3){
    margin-top: 80px;
  }
  #topics #items .itemList > section h3{
    font-size: 2.1rem;
  }
  #topics #items .itemList > section p{
    font-size: 1.6rem;
  }
  #topics #hatsu .topicsList{
    padding: 50px 0 0;
  }
  #topics #hatsu .topicsList > section:first-child{
    width: 100%;
  }
  #topics #hatsu .topicsList > section:first-child .inner{
    width: 665px;
    margin: 0 auto;
  }
  #topics #hatsu .topicsList > section:first-child .inner .img img{
    width: 665px;
  }
  #topics #hatsu .topicsList > section:first-child .img img{
    margin-right: -185px;
    max-width: none;
  }
  #topics #hatsu .topicsList > section:nth-child(3){
    margin-left: 100px;
  }
  #topics #hatsu .topicsList > section:nth-child(3) .img img{
    max-width: none;
    width: 490px;
    margin-left: -30px;
  }
  #topics #hatsu .topicsList > section h3{
    position: relative;
    text-align: left;
    padding-left: 100px;
    padding-top: 20px;
  }
  #topics #hatsu .topicsList > section h3 .icon{
    position: absolute;
    left: -80px;
    bottom: -60px;
    z-index: 2;
  }
  #topics #hatsu .topicsList > section h3 .icon img{
    width: 160px;
  }
  #topics #ninki{
    margin: 0 -160px;
  }
  #topics #ninki .topicsList{
    padding: 60px 0 100px;
  }
  #topics #ninki .topicsList > section:nth-child(2n){
    margin-left: 78px;
  }
  #topics #ninki .topicsList > section h3{
    position: relative;
    font-size: 1.7rem;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #topics #ninki .topicsList > section:first-child h3{
    text-align: right;
    justify-content: flex-end;
  }
  #topics #ninki .topicsList > section h3 .icon{
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 2;
  }
  #topics .topicsList > section .topicsBtn a{
    font-size: 16px;
  }
  #seminar{
    padding: 100px 0 0;
    background: linear-gradient(to left, #D082C1, #B56DA6);
  }
  #seminar{
    position: relative;
  }
  #seminar h2{
    position: relative;
    text-align: right;
    margin-bottom: 60px;
  }
  #seminar h2 img{
    margin-right: -50px;
  }
  .sec h2 .jp{
    font-size: 24px;
    display: block;
    margin-top: 10px;
    height: 0;
  }
  #seminar h2 .jp{
    margin-top: 75px;
    margin-right: 150px;
    color: #FFF;
    display: none;
  }
  #seminar .in{
    position: relative;
  }
  #seminar .youtube{
    margin-top: 80px;
  }
  #seminar .consultingTxt{
    font-size: 2.4rem;
    padding: 20px;
  }
  #seminar .youtube .btn a{
    width: 475px;
  }
  #eventContents{
    padding: 100px 0;
  }
  #eventContents h2{
    text-align: center;
    margin-bottom: 50px;
  }
  #eventContents h2 .jp{
    margin-top: 50px;
  }
  #eventContents .scroll img{
    margin-right: 30px;
  }
  #eventContents .photo{
    display: flex;
    margin-bottom: 10px;
    margin-top: -20px;
  }
  #eventContents .photo li{
    margin-right: 17px;
    position: relative;
  }
  #eventContents .photo li .txt{
    background: rgba(0,0,0,.6);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s;
  }
  #eventContents .photo li a:hover,
  #eventContents .photo li a:hover .txt{
    opacity: 1;
  }
  #eventContents .scroll{
    animation: loop-slide-pc 30s infinite linear 1s both;
    transform: translateX(-30%);
  }
  #eventContents .demo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
  }
  #eventContents .demo .content{
    flex: 1;
    margin-right: 50px;
  }
  #eventContents .demo .content .instructor .img{
    width: 190px;
  }
  #eventContents .demo .content .instructor .txt h3{
    font-size: 18px;
  }
  #eventContents .demo .schedule{
    width: 470px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #eventContents .demo .schedule h4{
    font-size: 18px;
  }
  #topics #booth{
    background: #ebebeb;
    margin: 0 -160px;
    padding-bottom: 100px;
  }
  #topics #booth .lead{
    font-size: 28px;
    margin: 60px 0 40px;
  }
  #topics #booth .lead + .btnLine{
    margin-top: -30px;
  }
  #topics #booth .machineSlider{
    width: 948px;
    margin: 0 auto;
    transform: rotateX(20px);
  }
  #topics #booth .machineSlider .slick-slide{
    padding-right: 20px;
  }
  #topics #booth .machineSlider .slick-slide img{
    width: 296px;
  }
  

}
@media screen and (max-width: 768px) {
  .sec h2{
    margin-bottom: 20px;
  }
  .sec h2 .jp{
    font-size: 20px;
    display: block;
    margin-top: 20px;
  }
  .orangeBg.lTxt{
    font-size: 2.1rem;
  }
  #topics{
    padding: 50px 20px;
  }
  #topics h2{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }
  #topics h2 img{
    width: 269px;
    height: auto;
  }
  #topics h2 .chumoku{
    width: 80px;
    max-width: none;
    transform: rotate(45deg);
    height: auto;
  }
  #topics #hatsu,
  #topics #ninki,
  #topics #items{
    margin: 0 -20px;
    padding-bottom: 40px;
  }
  #topics #hatsu .orangeBg{
    margin: 0;
  }
  #topics #items .itemList{
    max-width: 416px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #topics #items .itemList > section{
    margin-top: 50px;
  }
  #topics #items .itemList > section h3{
    text-align: left;
  }
  #topics #items .itemList > section p{
    font-size: 1.4rem;
  }
  .topicsList{
    margin: 0 20px;
  }
  .topicsList > section h3{
    text-align: center;
    font-size: 16px;
    position: relative;
  }
  .topicsList > section{
    margin-top: 30px;
  }
  .topicsList > section .img{
    margin: 10px 0;
  }
  #topics #hatsu .topicsList > section h3 .icon{
    position: absolute;
    left: -15px;
    bottom: -50px;
    z-index: 2;
  }
  #topics #hatsu .topicsList > section h3 .icon img{
    width: 70px;
  }
  #topics #ninki .topicsList > section h3 .icon{
    position: absolute;
    left: -15px;
    bottom: -60px;
    z-index: 2;
  }
  #topics #ninki .topicsList > section h3 .icon img{
    width: 60px;
  }
  #seminar{
    padding: 50px 20px 0;
    background: linear-gradient(to left, #D082C1, #B56DA6);
  }
  #seminar h2{
    margin-bottom: 20px;
    text-align: center;
  }
  #seminar h2 img{
    width: 305px;
  }
  #seminar h2 .jp{
    display: block;
    font-size: 2rem;
    color: #FFF;
    margin-top: 10px;
  }
  #seminar .in > .redTxt{
    text-align: center;
    margin-bottom: 10px;
  }
  #seminar .seminarContent .content h3{
    margin-top: 20px;
    font-size: 1.6rem;
  }
  #eventContents{
    padding: 50px 20px;
  }
  #eventContents p{
    font-size: 1.2rem;
  }
  #eventContents h2 .jp{
    text-align: center;
  }
  #eventContents .scroll img{
    margin-right: 20px;
    width: 716px;
  }
  #eventContents .photo{
    margin: 20px 0;
  }
  #eventContents .photo li{
    margin-top: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
  }
  #eventContents .photo li a{
    background: #4D4D4D;
    padding: 10px;
    border-radius: 10px;
    display: block;
    color: #FFF;
    text-decoration: none;
  }
  #eventContents .photo li img{
    display: none;
  }
  #eventContents .scroll{
    animation: loop-slide-sp 30s infinite linear 1s both;
    transform: translateX(0);
  }
  #eventContents .demo{
    margin-top: 40px;
  }
  #eventContents .demo .content{
    margin-bottom: 30px;
  }
  #eventContents .demo .content .instructor .img{
    width: 135px;
  }
  #eventContents .demo .content .instructor .txt h3{
    font-size: 14px;
  }
  #eventContents .demo .schedule{
    padding: 20px;
  }
  #eventContents .demo .schedule h4{
    font-size: 14px;
  }
  #topics #booth{
    margin: 0 -20px;
  }
  #topics #booth .lead{
    font-size: 14px;
    margin: 30px 0;
  }
  #topics #booth .lead + .btnLine{
    margin-top: -20px;
  }
  #topics #booth .lead + .btnLine img{
    width: 220px;
  }
  /*
  #topics #booth .machineList{
    padding-top: 40px;
  }
  #topics #booth .machineList .slick-track{
    left: auto;
  }
  #topics #booth .machineList .machineBox{
    width: 264px;
    padding: 20px 20px 50px;
    margin: 0 12px;
  }
  #topics #booth .machineList .machineBox .icon{
    width: 86px;
    height: 86px;
    left: -15px;
    top: -40px;
  }
  #topics #booth .machineList .machineBox .img .million{
    width: 67px;
    height: 67px;
  }
  #topics #booth .machineList .machineBox h3{
    font-size: 12px;
    margin-bottom: 5px;
  }
  #topics #booth .machineList .machineBox .tags li{
    width: calc((100% - 10px) / 3);
    margin-bottom: 5px;
    margin-right: 5px;
  }
  #topics #booth .machineList .machineBox .txt{
    font-size: 12px;
  }
  #topics #booth .machineList .machineBox .link{
    font-size: 12px;
    right: 20px;
    bottom: 20px;
  }
  #topics #booth .machineList .slick-arrow{
    width: 34px;
  }
  #topics #booth .machineList .slick-prev{
    left: 50%;
    margin-left: -160px;
  }
  #topics #booth .machineList .slick-next{
    right: 50%;
    margin-right: -160px;
  }
  */
  #topics #booth .machineSlider .slick-slide{
  }
  #topics #booth .machineSlider .slick-slide img{
    width: 68.837vw;
    padding-right: 4vw;
  }
  #topics #booth .machineSlider .slick-arrow{
    width: 10.465vw;
    height: 10.465vw;
  }
  #topics #booth .machineSlider .slick-prev{
    left: 20px;
  }
  #topics #booth .machineSlider .slick-next{
    right: 20px;
  }
}
.seminarContent + p{
  color: #FFF;
  margin-top: 20px;
}
.seminarContent .teacher{
  display: flex;
  align-items: center;
}
.seminarContent .teacher.reverse{
  flex-direction: row-reverse;
}
.seminarContent .teacher + p{
  color: #FFF;
  margin-top: 10px;
}
.seminarContent .teacher .txt{
  flex: 1;
  color: #FFF;
}
.seminarContent .presentation{
  text-align: center;
  color: #C65BB2;
  padding: 10px;
  border-radius: 5px;
  background: #FFF;
  font-weight: bold;
}
.seminarContent .seminarInfo dt{
  background: #868686;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 15px 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seminarContent .seminarInfo dt .time{
  font-weight: bold;
  font-size: 1.6rem;
}
.seminarContent .seminarInfo dt .place{
  font-size: 1.2rem;
}
.seminarContent .seminarInfo dd{
  color: #FFF;
}
.seminarContent .content h3{
  line-height: 1.5;
  color: #FFF;
  padding-left: 10px;
  position: relative;
}
.seminarContent .content h3:before{
  content: "";
  width: 4px;
  height: 90%;
  background: #FFF;
  display: block;
  position: absolute;
  left: 0;
  top: 5%;
}

.pointList #point03 .content .img{
  margin-bottom: 20px;
}
#seminar .redTxt{
  color: #AD272D;
  font-weight: bold;
}
#seminar .redTxt:last-child{
  margin-top: 20px;
}
#specialPrice h2:first-of-type{
  background: linear-gradient(to right, #d23a77, #d5649b);
}
#specialPrice .machine{
  display: flex;
  justify-content: center;
}
#specialPrice .lead{
  text-align: center;
  font-weight: bold;
}
.orangeBg{
  background: linear-gradient(to left, #D082C1, #B56DA6);
  color: #FFF;
}
.orangeBg > span{
  display: block;
}
#specialPrice h2 strong{
  color: #d81c24;
  background: #ffff66;
}
#specialPrice .couponSec h3{
  text-align: center;
}
#specialPrice .couponSec h3 img{
  box-shadow: 7px 7px 10px rgba(0,0,0,.2);
}
#specialPrice .couponSec .target{
  color: #FFF;
  background: linear-gradient(to right, #963487, #c080b4);
  width: 265px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
#specialPrice .couponSec .couponItemList{
  display: flex;
  flex-wrap: wrap;
}
#specialPrice .couponSec .couponItemList .couponItem{
  text-align: center;
}
#specialPrice .couponSec .couponItemList .couponItem h4{
  margin: 10px 0;
}

#specialPrice .sarani{
  font-weight: bold;
  text-align: center;
}
#specialPrice .img{
  text-align: center;
}
#items{
  background: url("../../img/bwj2024/triangle_bg_l.png");
}
#items .itemList > section h3{
  text-align: center;
  color: #C65BB2;
  margin-bottom: 10px;
}
#items .itemList > section .img{
  text-align: center;
}
#items .itemList > section .txt{
  margin: 10px 0 15px;
}
#items .itemList > section .itemBtn{
  position: relative;
}
#items .itemList > section .itemBtn:before{
  content: "";
  width: 46px;
  height: 46px;
  display: block;
  background: rgba(255,255,0,.4);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -23px;
}
#items .itemList > section .itemBtn a{
  display: inline-block;
  border-bottom: 1px solid #C65BB2;
  color: #C65BB2;
  text-decoration: none;
  width: 15em;
  font-weight: bold;
  position: relative;
}
#items .itemList > section .itemBtn a:after{
  content: "";
  width: 15px;
  height: 1px;
  display: block;
  background: #C65BB2;
  position: absolute;
  right: 0;
  bottom: 5px;
  transform: rotate(45deg);
}
.seminarContent .teacher .txt h4{
  border-left: 3px solid #FFF;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .seminarContent{
    position: relative;
    min-height: 395px;
  }
  .seminarContent .content{
    padding-right: 500px;
  }
  .seminarContent .content > .img{
    position: absolute;
    right: -60px;
    bottom: 0;
    margin-bottom: 0;
  }
  .seminarContent .content p:first-child{
    font-size: 1.8rem;
    font-weight: bold;
  }
  .seminarContent .content h3{
    font-size: 2.35rem;
    margin: 0 0 20px;
  }
  .seminarContent .seminarInfo{
    margin-bottom: 20px;
  }
  .seminarContent > .img{
    width: 460px
  }
  .seminarContent .teacher .img{
    margin-right: 30px;
  }
  .seminarContent .teacher.reverse .img{
    margin-left: 30px;
    margin-right: 0;
  }
  .seminarContent .teacher .txt h4{
    font-size: 2rem;
  }
  .seminarContent .presentation{
    font-size: 2.3rem;
  }
  #seminar .redTxt{
    font-size: 18px;
  }
  .pointList .point{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 150px;
    position: relative;
  }
  .pointList .point#point01{
    margin-top: 80px;
  }
  .pointList .point:nth-child(2n+1){
    flex-direction: row-reverse;
  }
  .pointList .point:nth-child(2n+1) .img{
    margin-left: 40px;
  }
  .pointList .point:nth-child(2n) .img{
    margin-right: 40px;
  }
  .pointList .point .content{
    flex: 1;
  }
  .pointList .point .content .num img,
  #specialPrice .num img{
    width: 140px;
  }
  .pointList .point .content  h3{
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 10px 0 20px;
  }
  #specialPrice{
    padding: 0 0 80px;
  }
  #specialPrice .lead{
    font-size: 2rem;
    margin: 50px 0;
  }
  #specialPrice h2{
    text-align: center;
    margin: 0 -160px;
  }
  #specialPrice .couponSec{
    margin-bottom: 80px;
  }
  #specialPrice .couponSec h3{
    margin-bottom: 50px;
  }
  #specialPrice .couponSec .target{
    font-size: 20px;
  }
  #specialPrice .couponSec .couponItemList{
    justify-content: center;
  }
  #specialPrice .couponSec .couponItemList .couponItem{
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    margin-top: 60px;
  }
  #specialPrice .couponSec .couponItemList .couponItem:nth-child(3n),
  #specialPrice .couponSec .couponItemList .couponItem:last-child{
    margin-right: 0;
  }
  #specialPrice .couponSec .couponItemList .couponItem h4{
    font-size: 1.8rem;
  }
  #specialPrice .machine{
    margin: 60px 0;
  }
  #specialPrice .machine li{
    margin: 0 20px;
  }
  #specialPrice .sarani{
    margin: 50px 0 30px;
    font-size: 2.8rem;
  }
  .orangeBg{
    line-height: 1.6;
    padding: 40px;
    text-align: center;
    font-weight: bold;
  }
  .orangeBg span:not(:first-child){
    margin-top: 10px;
  }
  .orangeBg.lTxt{
    font-size: 4rem;
    line-height: 1.3;
  }
  .orangeBg.lTxt .midashi{
    font-size: 4.6rem;
  }
  #specialPrice .txt{
    width: 460px;
    margin: 0 auto;
  }
  .point.imgFix:nth-child(2n) > .img{
    position: fixed;
    top: 0;
    left: calc( (100% / 2) - 640px + 500px + 160px);
    right: auto
  }
  .point.imgFix:nth-child(2n+1) > .img{
    position: fixed;
    top: 0;
    right: calc( (100% / 2) - 640px + 500px + 160px);
    left: auto;
  }
  @media screen and (max-width: 1570px){
    /*
    .point.imgFix:nth-child(2n+1) > .img{
      left: 796px;
    }
    .point.imgFix:nth-child(2n) > .img{
      right: auto;
      left: 296px;
    }
    */
  }
  .point.imgFixEnd > .img{
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
  }
  .point.imgFixEnd:nth-child(2n) > .img{
    left: auto !important;
    right: 0;
  }
  .point.imgFixEnd:nth-child(2n+1) > .img{
    right: auto !important;
    left: 0 !important;
  }
  /*
  .point.aaa{
    padding-right: 50%;
  }
  .point.aaa > .img{
    position: fixed;
    width: 640px;
    height: 100vh;
    top: 0;
    left: calc(50% );
  }
  .point.aaa > .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
  }
  */
}
@media screen and (max-width: 768px) {
  .pointList .point{
    margin-top: 40px;
  }
  /*
  .pointList .point:not(#point01) > .img{
    position: relative;
    height: 0;
    left: 0 !important;
    top: 0 !important;
    padding-top: 80%;
    width: 100%;
    overflow: hidden;
  }
  .pointList .point:not(#point01) > .img img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  */
  .pointList .point .num{
    text-align: center;
    margin-top: -80px;
    position: relative;
  }
  .pointList .point .content .num img,
  #specialPrice .num img{
    width: 145px;
  }
  .pointList .point .content  h3{
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 10px 0 20px;
  }
  .seminarContent > .content > .img{
    margin: 0 -20px 20px;
  }
  .seminarContent .content p:first-child{
    text-align: center;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .seminarContent .teacher .img{
    margin-right: 20px;
    margin-bottom: 0;
    width: 130px;
  }
  .seminarContent .teacher .txt{
    font-size: 12px;
  }
  .seminarContent .presentation{
    font-size: 2rem;
  }
  .seminarContent .seminarInfo{
    margin-bottom: 20px;
  }
  .seminarContent .seminarInfo dt{
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    display: block;
  }
  .seminarContent .seminarInfo dt .time{
    font-size: 1.4rem;
    display: block;
  }
  .seminarContent .seminarInfo dt .place{
    font-size: 1.2rem;
    display: block;
  }
  .seminarContent .seminarInfo dd{
    font-size: 1.2rem;
  }
   h3{
    font-size: 1.8rem;
    margin: 10px 0 20px;
  }
  .seminarContent .content .teacher .img{
    width: 150px;
  }
  .seminarContent .content .teacher h4{
    font-size: 1.6rem;
  }
  .seminarContent .content .teacher + p{
    font-size: 12px;
  }
  .seminarContent + p{
    font-size: 1.2rem;
  }
  #seminar .youtube{
    margin: 20px -20px 0;
  }
  #seminar .consultingTxt{
    margin: 0 -20px;
    padding: 10px;
    font-size: 1.4rem;
  }
  #specialPrice{
    padding: 50px 20px;
  }
  #specialPrice .num{
    text-align: center;
  }
  #specialPrice h2{
    font-size: 1.8rem;
  }
  #specialPrice .machine{
    margin: 20px 0;
  }
  #specialPrice .couponSec{
    margin: 40px 20px;
  }
  #specialPrice .couponSec .target{
    margin: 40px auto 30px;
    width: 180px;
    font-size: 1.6rem;
  }
  #specialPrice .couponSec .couponItemList{
    display: block;
  }
  #specialPrice .couponSec .couponItemList .couponItem{
    margin: 30px auto 0;
    max-width: 75%;
  }
  #specialPrice .sarani{
    margin: 30px 0;
    font-size: 1.6rem;
  }
  .orangeBg{
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 -20px;
  }
  #specialPrice .orangeBg:first-child{
    margin-top: -50px;
  }
}
#voice{
  background: url("../../img/bwjw2021/voice_bg.png");
}
#voice .voice{
  position: relative;
}
@media screen and (min-width: 769px){
  #voice{
    padding: 90px 50px 50px;
  }
  #voice h2{
    width: 468px;
    margin-left: -150px;
  }
  #voice .voiceList{
    display: flex;
    justify-content: space-between;
  }
  #voice #voice01{
    padding-top: 80px;
    margin-right: 40px;
    width: 348px;
  }
  #voice #voice01 h3{
    position: absolute;
    width: 194px;
    top: 0;
    right: -105px;
  }
  #voice #voice01 .txt{
    margin-top: 20px;
  }
  #voice .voiceList .voiceRight{
    flex: 1;
  }
  #voice #voice02{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
    padding-left: 70px;
  }
  #voice #voice02 h3{
    position: absolute;
    right: 243px;
    bottom: -47px;
    width: 192px;
  }
  #voice #voice02 .txt{
    flex: 1;
    margin-right: 35px;
    padding-bottom: 164px;
  }
  #voice #voice03{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 60px;
    padding-right: 40px;
  }
  #voice #voice03 h3{
    position: absolute;
    left: 262px;
    bottom: -25px;
    width: 209px;
  }
  #voice #voice03 .txt{
    flex: 1;
    margin-left: 35px;
    padding-bottom: 190px;
  }
  #voice .voice .txt{
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px){
  #voice{
    padding: 50px 20px;
  }
  #voice h2{
    width: 250px;
    margin-bottom: -10px;
  }
  #voice .voice{
    position: relative;
  }
  #voice #voice01,
  #voice #voice03{
    margin-right: 100px;
  }
  #voice #voice02{
    margin-top: 70px;
    margin-left: 100px;
  }
  #voice #voice03{
    margin-top: 70px;
  }
  #voice .voice h3{
    position: absolute;
  }
  #voice #voice01 h3{
    width: 117px;
    right: -65px;
    top: -18px;
  }
  #voice #voice02 h3{
    width: 121px;
    left: -75px;
    top: -44px;
  }
  #voice #voice03 h3{
    width: 132px;
    right: -60px;
    top: -54px;
  }
  #voice .voice .txt{
    margin-top: 10px;
  }
}
#access{
  background: url("../../img/bwj2024/triangle_bg_l.png");
}
#access .tab{
  display: flex;
}
#access .accessMap .areaMap p{
  margin-top: 5px;
}
@media screen and (min-width: 769px){
  #access{
    padding: 50px 0 80px;
  }
  #access h2{
    text-align: center;
  }
  #access h2 img{
    width: 565px;
  }
  #access .tab{
    justify-content: space-between;
    margin: -80px 0 60px;
  }
  #access .tab li{
    font-size: 34px;
    font-weight: bold;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF;
  }
  #access .accessMap{
    display: flex;
    justify-content: space-between;
  }
  #access .accessMap .gMap{
    width: 460px;
  }
  #access .accessMap .areaMap{
    width: 460px;
  }
}
@media screen and (max-width: 768px){
  #access{
    padding: 50px 20px;
  }
  #access h2{
    text-align: center;
  }
  #access .tab{
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  #access .tab li{
    font-weight: bold;
    font-size: 1.6rem;
    color: #C65BB2;
    padding: 15px 0;
    text-align: center;
    width: 50%;
    background: #FFF;
  }
  #access .tab li.active{
    background: #C65BB2;
    color: #FFF;
  }
  #access h2 img{
    width: 302px;
  }
  #access .accessMap .gMap{
    aspect-ratio: 1 / 1;
  }
  #access .accessMap .gMap iframe{
    width: 100%;
    height: 100%;
  }
  #access .accessMap > div{
    display: none;
  }
  #access .accessMap > div.show{
    display: block;
  }
}
#message{
  background: url("../../img/bwj2024/triangle_bg_l.png");
}
#message .in .content .corona p{
  font-weight: bold;
  color: #DA1E79;
}
#message .in .content .corona ul{
  display: flex;
}
#message .in .content .corona ul li{
  width: 100px;
  margin-right: 10px;
}
#message .in .content .corona ul li:last-child{
  margin-right: 0;
}
#message .in .img{
  overflow: hidden;
}
#message .in .img .scroll{
  display: flex;
  align-items: flex-start;
}
@keyframes loop-slide-img-pc {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-165.3%);
  }
}
@keyframes loop-slide-img-sp {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-115.7%);
  }
}
@media screen and (min-width: 769px){
  #message{
    padding: 0 0 164px;
  }
  #message h2{
    text-align: right;
    margin-bottom: 40px;
  }
  #message h2 img{
    width: 707px;
    margin-right: -40px;
  }
  #message .in{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
  }
  #message .in .img{
    margin-right: -248px;
    width: 762px;
  }
  #message .in .content{
    width: 430px;
  }
  #message .in .content .txt{
    line-height: 2.2;
    font-size: 1.6rem;
  }
  #message .in .content .corona{
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #message .in .content .corona p{
    font-size: 1.5rem;
  }
  #message .in .scroll{
    animation: loop-slide-img-pc 30s infinite linear 1s both;
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px){
  #message{
    padding: 50px 20px;
  }
  #message h2{
    margin-bottom: 20px;
    text-align: center;
  }
  #message h2 img{
    width: 340px;
  }
  #message .in .content{
    margin-top: 20px;
  }
  #message .in .content .corona{
    margin-top: 20px;
  }
  #message .in .scroll{
    animation: loop-slide-img-sp 30s infinite linear 1s both;
    transform: translateX(0);
  }
}
#contact{
  background: #F8F8F8;
}
#contact h2{
  text-align: center;
}
.contactTable th .required{
  color: #FFF;
  float: right;
  font-size: 1.2rem;
  background: #AE272D;
  padding: 2px 15px;
}
.contactTable td input[type="text"],
.contactTable td input[type="email"]{
  border: 1px solid #AAA;

}
.contactTable td label{
  display: inline-block;
  margin-right: 20px;
}
.contactTable td select{
  border: 1px solid #AAA;
  padding: 3px;
  background: #FFF;
}
.contactTable td label input[type="radio"]{
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.contactTable td .address div{
  display: flex;
  margin-top: 5px;
}
.contactTable td .address div:first-child{
  margin-top: 0;
}
.contactTable td .address div dt{
  width: 8em;
}
.contactTable td .address div dd{
  flex: 1;
}
.contactTable td textarea{
  border: 1px solid #AAA;
  padding: 5px;
}
.btnSubmit{
  text-align: center;
}
.btnSubmit button{
  display: inline-block;
  background: #AE272D;
  padding: 20px;
  font-weight: bold;
  color: #FFF;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 769px){
  #contact{
    padding: 80px 0;
  }
  #contact h2{
    margin-bottom: 30px;
  }
  #contact .in{
    width: 960px;
    margin: 0 auto;
  }
  .contactTable{
    margin: 40px 0;
    width: 100%;
  }
  .contactTable th{
    border-bottom: 1px solid #999;
    padding: 20px 0;
    font-weight: normal;
    width: 220px;
    vertical-align: top;
  }
  .contactTable td{
    border-bottom: 1px solid #999;
    padding: 20px 0 20px 50px;
  }
  .contactTable td input[type="text"],
  .contactTable td input[type="email"]{
    height: 30px;
    width: 400px;
  }
  .contactTable td input.name{
    width: 200px;
  }
  .contactTable td input.zip1{
    width: 60px;
  }
  .contactTable td input.zip2{
    width: 80px;
  }
  .contactTable td textarea{
    width: 600px;
    height: 160px;
  }
  .btnSubmit{
    margin-top: 40px;
  }
  .btnSubmit button{
    font-size: 1.8rem;
    width: 320px;
  }
}
@media screen and (max-width: 768px){
  #contact{
    padding: 50px 20px;
  }
  #contact h2{
    margin-bottom: 20px;
  }
  .contactTable{
    margin: 20px 0;
    border-top: 1px solid #999;
  }
  .contactTable,
  .contactTable tbody,
  .contactTable tr,
  .contactTable th,
  .contactTable td{
    display: block;
  }
  .contactTable tr{
    border-bottom: 1px solid #999;
    padding: 15px 0;
  }
  .contactTable th{
    margin-bottom: 10px;
  }
  .btnSubmit{
    margin-top: 20px;
  }
  .btnSubmit button{
    font-size: 1.6rem;
    width: 260px;
  }
  .contactTable td input[type="text"],
  .contactTable td input[type="email"]{
    font-size: 1.6rem;
    width: 100%;
  }
  .contactTable td input.name{
    width: 120px;
  }
  .contactTable td input.zip1{
    width: 60px;
  }
  .contactTable td input.zip2{
    width: 80px;
  }
  .contactTable td textarea{
    width: 100%;
    height: 160px;
  }
}
#brand{
  background: url("../../img/bwjw2021/voice_bg.png");
}
#brand ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px){
  #brand{
    padding: 80px;
  }
  #brand ul li:nth-child(1) img{
    width: 236px;
  }
  #brand ul li:nth-child(2) img{
    width: 210px;
  }
  #brand ul li:nth-child(3) img{
    width: 154px;
  }
  #brand ul li:nth-child(4) img{
    width: 178px;
  }
}
@media screen and (max-width: 768px){
  #brand{
    padding: 50px 10px;
  }
  #brand ul{
    flex-wrap: wrap;
    margin-top: -20px;
  }
  #brand ul li{
    width: 50%;
    text-align: center;
    margin-top: 20px;
  }
  #brand ul li:nth-child(1) img{
    width: 147px;
  }
  #brand ul li:nth-child(2) img{
    width: 130px;
  }
  #brand ul li:nth-child(3) img{
    width: 96px;
  }
  #brand ul li:nth-child(4) img{
    width: 111px;
  }
}

#thanks {
    background: #FFEFEF;
    padding: 20px;
    font-size: 16px;
}
.screen-reader-response{
  text-align: center;
  margin-top: 30px;
  color: #AE272D;
}
.wpcf7-not-valid-tip{
  color: #AE272D;
  display: block;
}
.wpcf7-response-output{
  text-align: center;
  margin-top: 20px;
}

#pre{
  background: linear-gradient( to right, #e9eaf3, #f9f8f4);
}
#pre .preInfo .lead{
  background: #80b13f;
  color: #FFF;font-weight: bold;
  text-align: center;
  padding: 10px;
}
#pre .preInfo p:not(:first-child){
  margin-top: 2em;
}
#pre .bcaraInfo{
  text-align: center;
}
#pre .bcaraInfo p:not(:first-child){
  margin-top: 2em;
}
#pre .bcaraInfo p.tel{
  font-size: 200% !important;
}
#pre .bcaraInfo p.tel a{
  text-decoration: none;
}
@media screen and (min-width: 769px){
  #pre{
    padding-bottom: 100px;
  }
  #pre h2{
    font-size: 46px;
  }
  #pre .in{
    width: 1100px;
    max-width: 100%;
  }
  #pre .preInfo{
    margin-top: 100px;
    position: relative;
    padding-right: 470px;
    min-height: 441px;
  }
  #pre .preInfo .img{
    width: 420px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #pre .preInfo .lead{
    font-size: 24px;
  }
  #pre .preInfo p:not(:first-child){
    font-size: 20px;
  }
  #pre .bcaraInfo{
    margin-top: 120px;
  }
  #pre .bcaraInfo p:not(:first-child){
    margin-top: 2em;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px){
  #pre{
    padding: 50px 20px;
  }
  #pre h2{
    background: none;
    color: #963487;
    padding: 0;
  }
  #pre .preInfo .img{
    margin: 10px 8% 20px;
  }
  #pre .bcaraInfo{
    margin-top: 40px;
  }
  #pre .bcaraInfo p:not(:first-child){
    font-size: 12px;
  }
  #pre .bcaraInfo .logo img{
    max-width: 60%;
  }
  #pre .bcaraInfo p.tel{
    font-size: 18px !important;
  }
}

.tokuten{
  background: #FFFAD5;
}
.tokuten .lead{
  text-align: center;
  font-weight: bold;
  color: #C65BB2;
  font-size: 1.8rem;
}
.tokuten .tokutenList{
  margin: 0 auto;
  color: #454545;
}
.tokuten .tokutenList ul li .in{
  background: #FFF;
  box-shadow: 3px 3px 5px rgba(0,0,0,.1);
  position: relative;
}
.tokuten .tokutenList ul li .in .img{
  z-index: 10;
}
.tokuten .tokutenList ul li .in .label{
  text-align: center;
  background: #C65BB2;
  color: #FFF;
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  left: 0;
  top: 0;
}
.tokuten .tokutenList ul li .in .label .num{
  font-size: 150%;
  line-height: 1.2;
}
.tokuten .tokutenList ul li .in .img{
  position: absolute;
}
.tokuten .tokutenList ul li .in .list ul li{
  font-weight: bold;
  color: #C65BB2;
  position: relative;
  padding-left: 1em;
  margin-bottom: 0;
}
.tokuten .tokutenList ul li .in .list ul li:before{
  content: "●";
  position: absolute;
  left: 0;
}
.tokuten .tokutenList ul li .notes{
  margin-top: 10px;
  line-height: 1.4;
}
.tokuten .tokutenList .txt{
  line-height: 1.5;
}
@media screen and (min-width: 769px){
  .tokuten{
    padding-bottom: 80px;
  }
  .tokuten .lead{
    font-size: 2.3rem;
    margin: 50px 0;
  }
  .tokuten .tokutenList{
    width: 720px;
  }
  .tokuten .tokutenList > ul{
    margin-bottom: 40px;
  }
  .tokuten .tokutenList ul li{
    margin-bottom: 17px;
  }
  .tokuten .tokutenList ul li .in{
    padding: 20px 20px 20px 120px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .tokuten .tokutenList ul li .in .line{
    font-size: 2.4rem;
  }
  .tokuten .tokutenList ul li .in .label{
    width: 93px;
  }
  .tokuten .tokutenList ul li:nth-child(1) .in .img{
    right: 100px;
    top: 0;
  }
  .tokuten .tokutenList ul li:nth-child(2) .in .img{
    right: 30px;
    top: -20px;
    transform: rotate(8deg);
  }
  .tokuten .tokutenList ul li:nth-child(3) .in .img{
    right: 12px;
    top: -50px;
  }
  .tokuten .tokutenList ul li:nth-child(5) .in .img{
    right: -32px;
    top: -10px;
  }
  .tokuten .tokutenList ul li:nth-child(5) .in .line{
    font-size: 1.6rem;
  }
  .tokuten .tokutenList ul li .in .orange{
    font-size: 2.8rem;
  }
  .tokuten .tokutenList ul li .in .list{
    display: flex;
  }
  .tokuten .tokutenList ul li .in .list ul{
    width: 50%;
  }
  .tokuten .tokutenList ul li .in .list ul li{
    font-size: 1.6rem;
  }
  .tokuten .tokutenList ul li .notes{
    width: 420px;
    font-size: 12px;
  }
  .tokuten .btn{
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px){
  .tokuten{
    padding-bottom: 30px;
  }
  .tokuten .tokutenList{
    margin: 30px 20px;
  }
  .tokuten .tokutenList > ul{
    margin-bottom: 25px;
  }
  .tokuten .tokutenList ul li{
    margin-bottom: 17px;
  }
  .tokuten .tokutenList ul li .in{
    padding: 10px 10px 10px 80px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .tokuten .tokutenList ul li .in .line{
    font-size: 1.8rem;
  }
  .tokuten .tokutenList ul li .notes{
    font-size: 1.2rem;
  }
  .tokuten .tokutenList ul li .in .label{
    width: 60px;
  }
  .tokuten .tokutenList ul li:nth-child(1) .in .img{
    right: 5px;
    top: 5px;
    width: 90px;
  }
  .tokuten .tokutenList ul li:nth-child(2) .in .img{
    right: 3px;
    top: 5px;
    width: 90px;
  }
  .tokuten .tokutenList ul li:nth-child(3) .in .img{
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
  }
  .tokuten .tokutenList ul li .list li{
    font-size: 1.4rem;
  }
  .tokuten .tokutenList .txt{
    position: relative;
    font-size: 1.2rem;
  }
}

#about{
  position: relative;
  overflow: hidden;
}
#about:after{
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(transparent, #FFF);
  display: block;
}
#about .tit{
  text-align: center;
  background: linear-gradient(to left, #D082C1, #B56DA6);
}
#about .in{
  position: relative;
}
#about .in .lead{
  font-weight: bold;
  color: #454545;
}
#about .in .txt{
  color: #454545;
}
#about .in .img{
  position: absolute;
}
#about .in .photo{
  display: flex;
  position: relative;
  z-index: 2;
}
#about .in .contentList{
  display: flex;
  flex-wrap: wrap;
}
#about .in .contentList li{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#about .in .contentList li span{
  background: #C65BB2;
  color: #FFF;
  font-weight: bold;
  border-radius: 100px;
  width: 100%;
}
@media screen and (min-width: 769px){
  #about{
    padding: 0 80px 0;
    background: url("../../img/bwjw2025/about_bg.jpg") no-repeat center top / 100% auto;
  }
  #about .tit{
    padding: 20px;
    margin: 0 -80px 30px;
  }
  #about > .in{
    width: auto;
  }
  #about .in .photo{
    margin-left: 80px;
  }
  #about .in .photo li{
    margin-right: 20px;
  }
  #about .in .lead{
    font-size: 4rem;
    line-height: 1.5;
    padding-top: 40px;
    margin-bottom: 30px;
    margin-left: 80px;
  }
  #about .in .txt{
    font-size: 2rem;
    margin-left: 80px;
  }
  #about .in .img{
    position: absolute;
    right: -80px;
    top: 0;
  }
  #about .in .contentList{
    width: 584px;
    margin-left: 80px;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
  }
  #about .in .contentList li{
    font-size: 16px;
    margin-top: 10px;
    margin-right: 40px;
    width: 138px;
  }
  #about .in .contentList li:nth-child(3n){
    margin-right: 0;
  }
  #about .in .contentList li span{
    padding: 3px;
    margin-top: -20px;
    width: 131px;
  }
}
@media screen and (max-width: 768px){
  #about{
    background: url("../../img/bwjw2025/about_bg_sp.jpg") no-repeat left top / 100% auto;
    padding: 0 10px 0;
  }
  #about:after{
    height: 60%;
    background: linear-gradient(transparent, #FFF 50%);
  }
  #about .tit{
    margin: 0 -10px 20px;
    padding: 20px 20px 10px;
  }
  #about .in{
    padding: 0 20px;
  }
  #about .in .img{
    position: absolute;
    width: 56%;
    right: -15%;
    top: -4%;
  }
  #about .in .lead{
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  #about .in .txt{
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
  }
  #about .in .photo{
    justify-content: space-between;
    margin: 0 -30px;
  }
  #about .in .photo li{
    width: calc((100% - 20px) / 3);
  }
  #about .in .contentList{
    justify-content: space-between;
    margin: 0 -10px 10px;
    position: relative;
    z-index: 2;
  }
  #about .in .contentList li{
    width: calc((100% - 5%) / 6);
  }
  #about .in .contentList li span{
    font-size: 1.593vw;
    padding: .8vw 0;
    margin-top: -2vw;
  }
}

.middleInfo{
  position: relative;
}
.middleInfo:before,
.middleInfo:after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  height: 15px;
}
.middleInfo:before{
  top: 0;
  background: linear-gradient(to right, #C65BB2 75%,transparent);
}
.middleInfo:after{
  bottom: 0;
  background: linear-gradient(to left, #C65BB2 75% ,transparent);
}
.middleInfo .booth{
  font-weight: bold;
  color: #C65BB2;
}
.middleInfo .reserve{
  font-weight: bold;
  color: #C65BB2;
}
.middleInfo .txt{
  font-weight: bold;
}
.middleInfo .booth .num{
  margin-left: 10px;
  line-height: 1;
}
@media screen and (min-width: 769px){
  .middleInfo{
    padding: 90px 230px;
    background: url("../../img/bwjw2025/eventinfo_bg.jpg") no-repeat center top / cover;
  }
  .middleInfo .booth{
    font-size: 2.3rem;
    margin-top: 40px;
  }
  .middleInfo .booth .num{
    font-size: 6rem;
  }
  .middleInfo .reserve{
    font-size: 3rem;
  }
  .middleInfo .txt{
    font-size: 1.9rem;
    margin-top: 30px;
  }
}

.beginner{
  background: #FFFAD5;
}
.beginner h2{
  text-align: center;
  color: #C65BB2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.beginner h2:before,
.beginner h2:after{
  content: "";
  background: url("../../img/bwjw2025/icon_beginner.svg") no-repeat center center / 100% auto;
  display: block;
}
.beginner h2 span{
  background: #C65BB2;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.beginner .lead{
  text-align: center;
}
.beginner .lead .underline{
  border-bottom: 6px solid #FFF610;
}
.beginner .img{
  text-align: center;
}
@media screen and (min-width: 769px){
  .beginner{
    padding: 60px;
  }
  .beginner h2{
    font-size: 4rem;
    margin-bottom: 50px;
    text-align: center;
  }
  .beginner h2:before,
  .beginner h2:after{
    width: 62px;
    height: 92px;
  }
  .beginner h2:before{
    margin-right: 50px;
  }
  .beginner h2:after{
    margin-left: 50px;
  }
  .beginner h2 span{
    border-radius: 10px;
    width: 55px;
    height: 55px;
    margin: 0 3px;
  }
  .beginner .lead{
    font-size: 24px;
  }
  .beginner .txt{
    margin: 50px 0 80px;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 768px){
  .beginner{
    padding: 40px 20px;
  }
  .beginner h2{
    font-size: 2.1rem;
    margin: 0 -10px 30px;
  }
  .beginner h2:before,
  .beginner h2:after{
    width: 30px;
    height: 48px;
  }
  .beginner h2:before{
    margin-right: 7px;
  }
  .beginner h2:after{
    margin-left: 7px;
  }
  .beginner h2 span{
    border-radius: 5px;
    width: 32px;
    height: 32px;
    margin: 0 1px;
  }
  .beginner .lead{
    font-size: 17px;
  }
  .beginner .txt{
    margin: 20px 0 30px;
    font-size: 12px;
    text-align: center;
  }
}