/***********************************************
 sub-title
************************************************/
#sub-title{
    position: relative;
    width: 100%;
    height: 370px;
    display: flex;
    align-items: center;
}
.title-bw{
    background: url(../images/bw/title.webp) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-interview{
    background: url(../images/interview/title.webp) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-entry{
    background: url(../images/entry/title.webp) no-repeat;
    background-size: cover;
    background-position: center center;
}
#sub-title:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.45);
}
#sub-title .inner{
    position: relative;
    z-index: 3;
    color: #fff;
    width: 90%;
    margin: 0 auto;
}
#sub-title .inner h1{
    font-size: clamp(1.25rem, 0.964rem + 0.71vw, 1.5rem);
    font-weight: 400;
}
#sub-title .inner h1 span{
    font-family: "Outfit", sans-serif;
    font-size: clamp(3.125rem, 1.339rem + 4.46vw, 4.688rem);
    line-height: 110%;
    display: block;
}
.title-bw .inner h1 span{
    max-width: 640px;
}
.title-bw .inner h1 span img{
    width: 100%;
    height: auto;
}
#sub-title .inner .breadcrumb{
    display: flex;
    font-size: 12px;
    font-weight: 400;
}
#sub-title .inner .breadcrumb li a{
    color: #fff;
    padding-right: 15px;
    position: relative;
}
#sub-title .inner .breadcrumb li a:before{
    position: absolute;
    content: "";
    right:  0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 9px;
    background: url(../images/common/ar-wh.svg) no-repeat;
    background-size: cover;
}
/***********************************************
 sub-contents 
************************************************/
.sub-contents section{
    margin: 0 0 90px 0;
}
/***********************************************
 table
************************************************/
.basic-tb{
    font-size: clamp(1rem, 0.857rem + 0.36vw, 1.125rem);
    border-spacing:0;
    border-bottom: 1px solid #ddd;
}
.basic-tb th{
    border-top: 1px solid #ddd;
    background:#faf4f7;
    padding: 1.5em 1em;
    vertical-align: top;
    width: 1%;
    white-space: nowrap;
    text-align: left;
}
.basic-tb td{
    border-top: 1px solid #ddd;
    padding: 1.5em 1em;
}
/***********************************************
 bw-list
************************************************/
#bw-list{
    padding: 70px 0 0 0;
}
#bw-list .inner{
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}
#bw-list .inner .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#bw-list .inner .row:after{
    content:"";
    display: block;
    width:31.5%;
}
#bw-list .inner .row .bw-set{
    background: rgba(0, 0, 0, 1);
    box-sizing: border-box;
    position: relative;
    width: 31.5%;
    margin-bottom: 35px;
}
#bw-list .inner .row .bw-set a{
    display: block;
    padding: 25px 25px 70px 25px;
    box-sizing: border-box;
}
#bw-list .inner .row .bw-set:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 145px;
    height: 100px;
    background: url(../images/common/warning-01.webp) no-repeat;
    background-size: cover;
    z-index: 5;
}
#bw-list .inner .row .bw-set:after{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 130px;
    height: 85px;
    background: url(../images/common/warning-02.webp) no-repeat;
    background-size: cover;
    z-index: 5;
}
#bw-list .inner .row .bw-set .photo-box img{
    width: 100%;
    height: auto;
}
#bw-list .inner .row .bw-set .bw-info{
    margin: -40px 0 0 10px;
    position: relative;
    z-index: 5;
}
#bw-list .inner .row .bw-set .bw-info .position{
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    display: inline-block;
    padding: 5px;
    background-color: #000;
}
#bw-list .inner .row .bw-set .bw-info h2{
    font-size: clamp(1.75rem, 1.25rem + 1.25vw, 2.188rem);
    font-family: "Outfit", sans-serif;
    font-style: italic;
    color: #fff;
    line-height: 105%;
    -webkit-text-stroke: 2px black;
    text-stroke: 2px black;
    paint-order: stroke;
    letter-spacing: 1px;
    text-align: left;
    margin: 0;
}
#bw-list .inner .row .bw-set .bw-info h3{
    font-size: clamp(1.125rem, 0.982rem + 0.36vw, 1.25rem);
    margin: 10px 0 0 0;
}
#bw-list .inner .row .bw-set .bw-info h3 span{
    background: #fff;
}
/***********************************************
 bw
************************************************/
#bw-title{
    width: 90%;
    margin: 40px auto 20px auto;
    padding-left: 90px;
    background: url(../images/bw/side-bw.webp) no-repeat;
    background-size: contain;
    background-position: left top;
    box-sizing: border-box;
}
#bw-title .breadcrumb{
    display: flex;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
#bw-title .breadcrumb li a{
    padding-right: 15px;
    position: relative;
}
#bw-title .breadcrumb li a:before{
    position: absolute;
    content: "";
    right:  3px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 9px;
    background: url(../images/common/ar-bk.svg) no-repeat;
    background-size: cover;
}
#bw-title span{
    display: inline-block;
    background: #000;
    font-size: 14px;
    line-height: 100%;
    padding: 7px 10px;
    color: #fff;
}
#bw-title h1{
    font-size: clamp(4rem, 2.429rem + 3.93vw, 5.375rem);
    font-family: "Outfit", sans-serif;
    font-style: italic;
    color: #fff;
    line-height: 105%;
    -webkit-text-stroke: 3px black;
    text-stroke: 3px black;
    paint-order: stroke;
    letter-spacing: 1px;
    padding: 20px 0;
    background: url(../images/bw/name-bg.webp) no-repeat;
    background-size: contain;
    background-position: left center;
}
/** black *****************************************/
#black,
#white{
    width: 100%;
    position: relative;
}
#black:after{
    position: absolute;
    content: "";
    left: 10%;
    top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 50px solid #ffffff;
    border-bottom: 0;
}
#black .bg,
#white .bg{
    position: relative;
}
#black .bg img,
#white .bg img{
    width: 100%;
    height: auto;
}
#black .bg a{
    position: absolute;
    content: "";
}
.black-01 .bg a{
    left: 17.5%;
    bottom: 18%;
    width: 6%;
    padding-top: 4%;
}
.black-02 .bg a{
    right: 36%;
    top: 3%;
    width: 7%;
    padding-top: 4%;
}
.black-03 .bg a{
    right: 16.5%;
    bottom: 13%;
    width: 5%;
    padding-top: 3%;
}
.black-04 .bg a{
    left: 40.5%;
    top: 24%;
    width: 7.5%;
    padding-top: 21%;
}
.black-05 .bg a{
    right: 9%;
    top: 35.5%;
    width: 11%;
    padding-top: 12%;
}
.black-06 .bg a{
    left: 46%;
    bottom: 30%;
    width: 4%;
    padding-top:3%;
}
.black-08 .bg a{
    left: 37.5%;
    bottom: 31%;
    width: 4%;
    padding-top:6%;
}
#white .bg a{
    position: absolute;
    content: "";
}
.white-01 .bg a{
    left: 7.5%;
    bottom: 10%;
    width: 6.5%;
    padding-top: 27%;
}
.white-02 .bg a{
    left: 22.5%;
    bottom: 29%;
    width: 12%;
    padding-top: 5%;
}
.white-03 .bg a{
    left: 21%;
    top: 49%;
    width: 9%;
    padding-top: 6%;
}
.white-04 .bg a{
    left: 40%;
    top: 56%;
    width: 7%;
    padding-top: 9%;
}
.white-05 .bg a{
    left: 35%;
    top: 17%;
    width: 13%;
    padding-top: 18%;
}
.white-06 .bg a{
    left: 40%;
    top: 9%;
    width: 5%;
    padding-top: 9%;
}
.white-08 .bg a{
    left: 31%;
    bottom: 24%;
    width: 3%;
    padding-top: 3%;
}
#black .column{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.75);
    padding: 2.5%;
    color: #fff;
}
#white .column{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.6);
    padding: 2.5%;
}
#black .column-r,
#white .column-r{
    right: 5%;
}
#black .column-l,
#white .column-l{
    left: 5%;
}
#black .column .bk-logo{
    display: inline-block;
    max-width: 260px;
    width: 45%;
}
#white .column .white-logo{
    display: inline-block;
    max-width: 250px;
    margin: 0 0 15px 0;
    width: 43%;
}
#black .column .bk-logo img,
#white .column .white-logo img{
    width: 100%;
    height: auto;
}
#black .column h2,
#white .column h2{
    font-size: 2.4vw;
    line-height: 130%;
}
@media screen and (min-width: 1200px) {
#black .column h2,
#white .column h2{
    font-size: 30px;
    line-height: 130%;
}
}
#black .column h2 span,
#white .column h2 span{
    display: block;
}
#black .column p,
#white .column p{
    font-size: clamp(0.938rem, 0.866rem + 0.18vw, 1rem);
}
#black .column .white-bt{
    display: block;
    max-width: 160px;
    margin: 15px auto 0 auto;
    width: 35%;
}
#black .column .white-bt img{
    width: 100%;
    height: auto;
}
#white .column .mgz-bt{
    display: block;
    max-width: 160px;
    margin: 15px auto 0 auto;
    width: 35%;
}
#white .column .mgz-bt img{
    width: 100%;
    height: auto;
}
/** bw-more ******************************************/
#bw-more{
    padding: 70px 0 0 0;
}
#bw-more .inner{
    width: 94%;
    margin: 0 auto;
}
#bw-more .swiper-container-wrapper {
  position: relative; /* 基準にする */
}
#bw-more .inner .bw-set{
    background: #000;
    box-sizing: border-box;
    position: relative;
}
#bw-more .inner .bw-set a{
    display: block;
    padding: 25px 25px 70px 25px;
    box-sizing: border-box;
}
#bw-more .inner .bw-set:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 145px;
    height: 100px;
    background: url(../images/common/warning-01.webp) no-repeat;
    background-size: cover;
    z-index: 5;
}
#bw-more .inner .bw-set:after{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 130px;
    height: 85px;
    background: url(../images/common/warning-02.webp) no-repeat;
    background-size: cover;
    z-index: 5;
}
#bw-more .inner .bw-set .photo-box img{
    width: 100%;
    height: auto;
}
#bw-more .inner .bw-set .bw-info{
    margin: -40px 0 0 10px;
    position: relative;
    z-index: 5;
}
#bw-more .inner .bw-set .bw-info .position{
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    display: inline-block;
    padding: 5px;
    background-color: #000;
}
#bw-more .inner .bw-set .bw-info h2{
    font-size: clamp(1.75rem, 1.25rem + 1.25vw, 2.188rem);
    font-family: "Outfit", sans-serif;
    font-style: italic;
    color: #fff;
    line-height: 105%;
    -webkit-text-stroke: 2px black;
    text-stroke: 2px black;
    paint-order: stroke;
    letter-spacing: 1px;
    text-align: left;
}
#bw-more .inner .bw-set .bw-info h3{
    font-size: clamp(1.125rem, 0.982rem + 0.36vw, 1.25rem);
    margin: 10px 0 0 0;
}
#bw-more .inner .bw-set .bw-info h3 span{
    background: #fff;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #a94182; 
}
/***********************************************
 interview
************************************************/
#interview {
    padding: 70px 0 0 0;
}
#interview .inner{
    width: 90%;
    margin: 0 auto;
    max-width: 960px;
}
#interview  .person{
    position: relative;
    max-width: 1200px;
    width: 95%;
    margin: 90px auto;
}
#interview  .person-l .prof{
    position:absolute;
    content: "";
    left: 0;
}
#interview  .person-r .prof{
    position:absolute;
    content: "";
    right: 0;
}
#interview  .person-l .prof h3{
    width: 50%;
    font-size: 26px;
    line-height: 150%;
    position: relative;
    padding: 20px 15px 20px 90px;
    background: #fff;
    box-sizing: border-box;
}
#interview  .person-r .prof h3{
    width: 50%;
    font-size: 26px;
    line-height: 150%;
    position: relative;
    padding: 20px 0 20px 110px;
    background: #fff;
    box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
#interview .person .prof h3{
    font-size: 2vw;
}
}
#interview .person-r .prof h3{
    margin-left: auto;
}
#interview .person-l .prof h3:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#interview .person-r .prof h3:before{
    position: absolute;
    content: "";
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#interview .person-l .prof h3:before{
    background: url(../images/common/face-yk.webp) no-repeat;
    background-size: cover;
    width: 80px;
    height: 79px;
}
#interview .person-r .prof h3:before{
    background: url(../images/common/face-mk.webp) no-repeat;
    background-size: cover;
    width: 80px;
    height: 81px;
}
#interview .person .prof h4{
    font-size: clamp(1.5rem, 1.071rem + 1.07vw, 1.875rem);
    margin: 30px 0 0 0;
    letter-spacing: 1px;
}
#interview .person .prof h4 span{
    display: block;
    font-size: 14px;
    margin: 0 0 10px 0;
}
#interview .person .prof h4 i{
    display: block;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    color: var(--main-color);
    margin-top: 5px;
}
#interview .person-l .prof .join{
    margin: 20px 0 0 0;
    display: block;
}
#interview .person-r .prof h4{
    margin-left: auto;
    width: 150px;
}
#interview .person-r .prof .join{
    margin: 20px 0 0 auto;
    display: block;
    width: 150px;
}
#interview .person-l .interview-bg {
    margin-left: auto;
}
#interview .person .interview-bg {
    width: calc(80% - 150px);
}
#interview .person .interview-bg img{
    width: 100%;
    height: auto;
}
#interview .inner .lead-txt{
    text-align: center;
    font-size: clamp(1rem, 0.857rem + 0.36vw, 1.125rem);
}
#interview .column .inner h5{
    font-size: clamp(1.5rem, 1.214rem + 0.71vw, 1.75rem);
    padding: 0 0 35px 0;
    margin: 1em 0 2em 0;
    position: relative;
}
#interview .column .inner h5:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 140px;
    height: 3px;
    background: var(--main-color);
}
#interview .column .inner h5:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--main-color);
}
#interview .column .inner .interview-txt {
    font-size: clamp(1rem, 0.857rem + 0.36vw, 1.125rem);
    line-height: 180%;
}
/***********************************************
 entry
************************************************/
#entry {
    padding: 70px 0 0 0;
}
#entry .inner{
    width: 90%;
    margin: 0 auto;
    max-width: 960px;
}
#entry .inner .lead-txt{
    text-align: center;
    font-size: clamp(1rem, 0.857rem + 0.36vw, 1.125rem);
}
#entry .inner  h3{
    font-size: clamp(1.5rem, 1.214rem + 0.71vw, 1.75rem);
    padding: 0 0 35px 0;
    margin: 1em 0 2em 0;
    position: relative;
}
#entry .inner  h3:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 140px;
    height: 3px;
    background: var(--main-color);
}
#entry .inner h3:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--main-color);
}
.form-tb{
    font-size: clamp(1rem, 0.857rem + 0.36vw, 1.125rem);
    border-spacing:0;
    border-bottom: 1px solid #ddd;
}
.form-tb th{
    border-top: 1px solid #ddd;
    background:#faf4f7;
    padding: 1.5em 1em;
    vertical-align: top;
    width: 1%;
    white-space: nowrap;
    text-align: left;
}
.form-tb th span{
    font-size: 14px;
    color: red;
    font-weight: normal;
}
.form-tb td{
    border-top: 1px solid #ddd;
    padding: 1.5em 1em;
}
.form-tb td input[type="text"],
.form-tb td input[type="email"],
.form-tb td input[type="tel"] {
	width: 90%;
	padding: 15px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}
.form-tb td input[type="text"]:focus,
.form-tb td input[type="email"]:focus,
.form-tb td input[type="tel"]:focus,
.form-tb td textarea:focus,
.form-tb td select:focus  {
	border: 2px solid var(--main-color);
    outline: 0;
}
.form-tb td textarea {
	display: block;
	width: 90%;
	height: 200px;
	padding: 15px;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-appearance: none;
	font-family: inherit;
}
.form-tb td input#birth-y{
	width: 35%;
}
.form-tb td input#email,
.form-tb td input#tel {
	width: 65%;
}
.form-tb td .row {
	display: flex;
    align-items: center;
    margin: 10px 0;
}
.form-tb td span {
	display: inline-block;
    margin-left: 10px;
}
.form-tb td select {
	padding: 10px 15px;
	border: 1px solid #cccccc;
    border-radius: 3px;
	font-family: inherit;
	line-height: normal;
    appearance: none;  
    width: 280px;
}
.form-tb td .selectbox{
  position: relative;
  width: 280px;
}
.form-tb td .selectbox::before{
  position: absolute;
  top: 15px;
  right: 15px;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--main-color);
  border-left: 2px solid var(--main-color);
  transform: rotate(-135deg);
  pointer-events: none;
}
#entry #form_submit{
    text-align: center;
    margin: 15px 0;
}
#entry #form_submit input[type="button"] {
	padding: 20px 0;
    width: 240px;
    text-align: center;
	border-radius: 5px;
	background: var(--main-color);
	font-size: 20px;
	color: #fff;
    border: 1px solid var(--main-color);
}
#entry #form_submit input[type="button"]:hover {
	cursor: pointer;
	background: #1473e6;
    border: 1px solid #1473e6;
}
#entry .alert a{
	color: #1473e6;
}
#entry .flow{
	background: #faf4f7;
    width: 100%;
    padding: 40px 0 70px 0;
}
#entry .flow .inner h4{
	font-size: 20px;
    font-weight: 600;
    color: var(--main-color);
    margin: 2em 0 .5em 0;
}
#entry .flow .inner ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#entry .flow .inner ul li{
	width: 15%;
    position: relative;
}
#entry .flow .inner ul li:not(:last-child):before{
    position: absolute;
    content: "";
    right: -10%;
    top: 0;
    bottom: 0;
    margin: auto;
	background: var(--main-color);
    height: calc(36px / 2);
    width: 12px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#entry .flow .inner ul li img{
	width: 100%;
    height: auto;
    border: 2px solid var(--main-color);
    border-radius: 6px;
    box-sizing: border-box;
}
#entry .flow .inner strong{
	font-size: 18px;
}
/***********************************************
 thanks
************************************************/
#thanks {
    padding: 70px 0 0 0;
}
#thanks .inner{
    width: 90%;
    margin: 0 auto;
    max-width: 960px;
}
#thanks .inner strong{
    font-size: clamp(1.25rem, 0.964rem + 0.71vw, 1.5rem);
}
@media screen and (max-width: 980px) {
/***********************************************
 bw-list
************************************************/
#bw-list .inner .row:after{
    display: none;
}
#bw-list .inner .row .bw-set{
    width: 48%;
}
}
@media screen and (max-width: 960px) {
/***********************************************
 bw
************************************************/
#black .column{
    position: static;
    top: auto;
    transform: none;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    padding: 5% 5% 50px 5%;
}
#white .column{
    position: static;
    top: auto;
    transform: none;
    width: 100%;
    background: rgba(244, 244, 244, 1);
    padding: 5% 5% 50px 5%;
}
#black .column h2,
#white .column h2{
    font-size: 24px;
}
#black .column h2 span,
#white .column h2 span{
    display: inline;
}
#black .column .bk-logo{
    width: 60%;
}
#white .column .white-logo{
    width: 58%;
}
#black .column .white-bt{
    width: 50%;
}
#white .column .mgz-bt{
    width: 50%;
}
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
/***********************************************
 table
************************************************/
.basic-tb th{
    padding: 1.5em 1em;
    width: 100%;
    white-space: normal;
    display: block;
    box-sizing: border-box;
}
.basic-tb td{
    border-top: 1px solid #ddd;
    padding: 1.5em 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
/***********************************************
 interview
************************************************/
#interview  .person-l .ph-photo{
    width: 100%;
    background: url(../images/top/interview-01.webp) no-repeat;
    background-size: cover;
    padding-top: 62%;
}
#interview  .person-r .ph-photo{
    width: 100%;
    background: url(../images/top/interview-02.webp) no-repeat;
    background-size: cover;
    padding-top: 62%;
}
#interview  .person .prof{
    position:static;
    content: "";
    left: auto;
    right: auto;
}
#interview  .person .prof h3{
    width: 95%;
    margin-top: -8%;
    font-size: 5vw;
    line-height: 140%;
    padding: 15px 10px 10px 70px;
}
#interview  .person .prof h3:before{
    left: 0;
}
#interview  .person-l .prof h3:before{
    width: 60px;
    height: 59px;
}
#interview  .person-r .prof h3:before{
    width: 60px;
    height: 61px;
}
#interview  .person-r .prof h3{
    margin-left: 0;
}
#interview  .person-r .prof h4{
    margin: 10px 0 -15px 0;
}
#interview .person-r .prof .join{
    margin: 20px 0 0 0;
    width: auto;
}
#interview .person .interview-bg{
    display: none;
}
/***********************************************
 bw-list
************************************************/
#bw-list .inner .row .bw-set:before{
    width: 100px;
    height: 69px;
}
#bw-list .inner .row .bw-set:after{
    width: 90px;
    height: 59px;
}
#bw-list .inner .row .bw-set a{
    padding: 15px 15px 50px 15px;
}
#bw-list .inner .row .bw-set .bw-info{
    margin: -40px 0 0 5px;
}
/***********************************************
 bw
************************************************/
#bw-title{
    width: 95%;
}
#bw-title{
    padding-left: 50px;
}
#bw-title span{
    padding: 5px 10px;
}
#bw-title h1{
    font-size: 10vw;
 }
#black:after{
    position: absolute;
    content: "";
    left: 10%;
    top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 25px solid #ffffff;
    border-bottom: 0;
}
/***********************************************
 bw-more
************************************************/
#bw-more .inner .bw-set:before{
    width: 100px;
    height: 69px;
}
#bw-more .inner .bw-set:after{
    width: 90px;
    height: 59px;
}
#bw-more .inner .bw-set a{
    padding: 15px 15px 50px 15px;
}
#bw-more .inner .bw-set .bw-info{
    margin: -40px 0 0 5px;
}
/***********************************************
 entry
************************************************/
#entry .inner .lead-txt{
    text-align: left;
}
.form-tb th{
    width: 100%;
    white-space: normal;
    display: block;
    box-sizing: border-box;
}
.form-tb td{
    border-top: 1px solid #ddd;
    padding: 1.5em 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.form-tb td select {
    width: 230px;
}
.form-tb td .selectbox{
  width: 230px;
}
#entry .flow .inner ul li{
	width: 30%;
    margin-bottom: 15px;
}
#entry .flow .inner ul li:not(:last-child):before{
    right: -12%;
}
}
@media screen and (max-width: 500px) {
/***********************************************
 bw-list
************************************************/
#bw-list .inner .row .bw-set{
    width: 100%;
}
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
}