

@media screen and (min-width: 768px){
	.iframe_questionnaire{
		width:100%;
		height:650px;	
	}
}


@media screen and (max-width:767px){
	.iframe_questionnaire{
		width:100%;
		height:860px;
	}
}

@media screen and (min-width: 768px){
	.iframe_cask_contact{
		width:100%;
		height:1650px;	
	}
}


@media screen and (max-width:767px){
	.iframe_cask_contact{
		width:100%;
		height:2060px;
	}
}



@media screen and (min-width: 768px){
	.iframe_sp1{
		width:100%;
		height:450px;	
	}
}


@media screen and (max-width:767px){
	.iframe_sp1{
		width:100%;
		height:1050px;
	}
}


@media screen and (min-width: 768px){
	.iframe_cp1{
		width:100%;
		height:1150px;	
	}
}


@media screen and (max-width:767px){
	.iframe_cp1{
		width:100%;
		height:1660px;
	}
}



@media screen and (min-width: 768px){
	.iframe_dl1{
		width:100%;
		height:850px;	
	}
}


@media screen and (max-width:767px){
	.iframe_dl1{
		width:100%;
		height:1200px;
	}
}


<!-- ▼採用ページ -->

#page-form__form2 {
	margin-top:50px;
}

.recruit2ndRecruitment-rec-jin {
	background-color:#ede1d3;
	padding:50px;
	list-style-type: disc;
}

.recruit2ndRecruitment-rec-list {
	line-height:2em;
	margin-top:20px;
}
.recruit2ndRecruitment-rec-list a{
	text-decoration : underline;
}

.recruit2ndRecruitment-rec-jin p {
	line-height:3em;
}

.recruit2ndRecruitment-rec-mores{
	margin-top:50px;
}

.recruit2ndRecruitment-rec-moreConInner {
	background-color:#ebeadf;
	padding:50px;
	list-style-type: disc;
}

.kuhaku2{
	padding-top:30px;	
	padding-bottom:10px;
}

.kuhaku1{
	margin-top:30px;	
	margin-bottom:10px;
}

.kuhaku{
	margin-top:50px;
	margin-bottom:10px;
}

.recruit2ndRecruitment-rec-moreConInner table th ,tb  {
  font-weight:normal;
	vertical-align: super;
	 border:none;
}

.recruit2ndRecruitment-rec-moreConInner table tr  {
	 border:none;
}

#recruit2ndRecruitment-rec-moreBtnV {
  float: right;
}

.recruit2ndRecruitment-rec-mores li{
	line-height:2em;
}

.noborder{
  border: 0px none;
}
.recruit2ndRecruitment-rec-moreBtn{
	margin-top:10px;
	margin-bottom:10px;
}

.h2_css {
    background: #b69e84;
    color: #fdfffc;
    font-weight: 700;
    margin-bottom: 1.5em;
    padding: 0.9em;
    position: relative;
}

.h2_css:after {
    border: 15px solid transparent;
    border-top-color: #b69e84;
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    top: 100%;
}


 .page-form__form1{
	 margin:0 auto;
	 max-width:960px;
	 padding:12px 0px 24px
}

@media screen and (max-width:767px){
.br-pc {display: none; }
#none-pc {display: none; }


#lead{padding:0px 0px 20px;    font-size: 24px;}
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
#none-sp {display: none; }

#lead{margin:0px 0px -30px;
 font-size: 30px;}
}


#lead {
    font-family: "Noto Serif JP", 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;

	  font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;

	  display: block;
    text-align: center;
	  
}

@media screen and (max-width:1299px){
.br-pc2 {display: none; }
}
@media screen and (min-width:1300px){
.br-sp2 {display: none; }
}

@media screen and (max-width:767px){
  .recruit_table th{
    width:20%;
    font-size:8px;
  }

  .recruit_table td{
    width:80%;
    font-size:8px;
  }
  .p-editor-content td,.p-editor-content th {
    padding:10px 8px !important;
}

}

<!-- ▲採用ページ -->


.card-group{
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  width: 90%;
  height: auto;
   /* ポイント１ */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* ポイント２ */
.card-group > :not(:nth-child(3n-2)){
  margin-left: 20px;
}
/* ポイント３ */
.card-group > :nth-child(n+3){
  margin-top: 20px;
}
.card{
  /* ポイント４ */
  width: calc((100% - 20px * 2) / 3);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.2)
}
.card__imgframe{
  width: 100%;
  height: auto;
  padding-top: 0%;
  background: #bbb;
  box-sizing: border-box;
}
.card__textbox{
  width: 100%;
  height: auto;
  padding: 20px 18px;
  background: #fff;
  box-sizing: border-box;
}
.card__textbox > * + *{
  margin-top: 10px;
}
.card__titletext{
  font-size: 20px;
  font-weight: bold;
  line-height: 125%;
}
.card__overviewtext{
  font-size: 12px;
  line-height: 150%;
}





/* BASE CSS */
* {
	list-style: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* ここからカードレイアウトのスタイリング */
/* PC　3カラム */
.bl_media_container {
	display: flex;
	flex-wrap: wrap;
	margin: calc(-30px / 2);
	padding: 30px;
}

.bl_media_itemWrapper {
	width: calc(100% / 3 - 30px);
	margin: calc(30px / 2);
	text-decoration: none;
}

.bl_media_itemWrapper a {
	text-decoration: none;
	scroll-behavior: smooth;
}


.bl_media_item {
	outline: 1px solid #DDD;
	border-radius: 0px;

}
/* タブレット　2カラム */
@media screen and (max-width: 1024px) {
	.bl_media_itemWrapper {
		width: calc(100% / 2 - 30px);
	}
}
/* スマホ 1カラム*/
@media screen and (max-width: 599px) {
	.bl_media_itemWrapper {
		width: calc(100% / 1 - 30px);
	}
}


.bl_media_itemWrapper p{
  display:inline;
}


.pl_blue a{
  color:blue;
}


.pl_blue a:hover{
  color:red;
}

.dw_form{
	margin: 0 auto;
    max-width: 960px;
    padding: 12px 24px 24px;
}

@media screen and (max-width:991px){
.dw_form{
	margin: 0 auto;
    max-width: 100%;
    padding: 12px 0px 24px;
}
.spnone {
  display:none!important;
}
}

@media screen and (min-width: 992px){
.dw_form{
	margin: 0 auto;
    max-width: 960px;
    padding: 12px 24px 24px;
}
.pcnone {
  display:none!important;
}
}


/* 追従バナー */


@media screen and (max-width: 991px)  {
.floating-banner {
    width: 89px;
    position: fixed;
    /* 固定表示 */
    bottom: 100px;
    /* 画面下から16px */
    right: 0px;
    /* 画面の右から16px */
    z-index: 9999;
    /* 常に前面に出す */
    transition: 0.3s;
    /* ホバー時ゆっくり透過 */
    cursor: pointer;
    /* ホバー時カーソルがポインターに */
  transition-timing-function: ease;
    }
}
.floating-banner:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    /* ホバーで透過させる */
}
.floating-banner_img {
    width: 100%;
    /* 画像をfloating-bannerの幅に合わせる */
}
@media screen and (min-width: 992px) {
    /* 画面幅992px以上 */
    .floating-banner {
        width: 118px;
        /* 画面の1/6の幅 */
        bottom: 80px;
        /* 画面下から16px */
        position: fixed;
        /* 固定表示 */
        right: 0px;
        /* 画面の右から16px */
        z-index: 9999;
        /* 常に前面に出す */
        transition: 0.3s;
        /* ホバー時ゆっくり透過 */
        cursor: pointer;
        /* ホバー時カーソルがポインターに */
  transition-timing-function: ease;

    }
}


/* ヘッダー AIシュリーマン  */

.header_back {
    align-items: center;
    background-color: #b38723;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    width: 100%;
}

.l-header__freme {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    height: 40px;
}


.l-header__news1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b38723;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.l-header__text1 a{
    color: #fff;
    transition: 0.3s;
    /* ホバー時ゆっくり透過 */
    cursor: pointer;
    /* ホバー時カーソルがポインターに */
    transition-timing-function: ease;
    text-align:left;
}

.l-header__text1 a:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

.circle3 {
  background: #ec4646;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  border:solid 1px #FFF
}


.country1 img {
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.country1 img{
    transition: 0.3s;
    /* ホバー時ゆっくり透過 */
    cursor: pointer;
    /* ホバー時カーソルがポインターに */
    transition-timing-function: ease;
}

.country1 img:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}




@media (min-width: 992px) and (max-width: 1600px){
    .headder__comment {
    display:none;
    }
    

}


/* モーダルウインドウ  */

.modalbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 0px solid #b4b1a0;
  color: #4c4833;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modalbtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.remodal {
  position: relative;
  padding: 25px;
}
.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.remodal-cancel {
  color: #fff;
  background: #000000;
  width: 100%;
  margin-top: 25px;
}
.remodal-cancel:hover {
  background: #333;
}
#Document_modal{
　padding:20px;
  border: 1px solid #aaa;
  width: 25%;
  box-sizing: border-box;
  text-decoration: none;
  border-radius:0 0 10px 10px;
  display:block;
}

#flex1 {
display:flex;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_media_itemWrapper a{
  text-decoration: none;
}


.submenu1 {
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
    display: block;
    transition: opacity .2s;
    cursor: pointer;
}



/*以下問い合わせフォームカスクセミナー誘導バナー (こーよー作)*/

.cask-seminar-btn {
  font-size: .6px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
	top:-50px;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

@media screen and (min-width: 992px) {
	.cask-seminar-btn {
		top:-30px;
	}
		a.cask-seminar-banner {
  overflow: hidden;
	width:50%;
}
	
.cask-seminar-btn{
	font-size:14px;
}
	}

/*スマホサイズ (こーよー作) */

@media screen and (max-width:991px) {
	.cask-seminar-btn {
		top:-10px;
	}
	.cask-seminar-btn{
	font-size:12px;
}
}


a.cask-seminar-banner {
  overflow: hidden;
  color: #fff;
  border-radius: 8px;
  background: #000;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .60);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .50);
}

a.cask-seminar-banner span {
  position: relative;
}

a.cask-seminar-banner:before {
  position: absolute;
  top:0;
  left: 0;

  width: 1.5rem;
  height: 20rem;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;

  border-radius: 0%;
  background: #b38723;
}

a.cask-seminar-banner:hover:before {
  width: 100%;
  height: 400px;
}
.cask-seminar-btn:hover{
  color: #000;
}

.under_line{
	text-decoration:underline;
}


/*
     FILE ARCHIVED ON 04:34:48 Jul 14, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:47:29 Aug 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.522
  exclusion.robots: 0.064
  exclusion.robots.policy: 0.055
  esindex: 0.009
  cdx.remote: 8.327
  LoadShardBlock: 73.274 (3)
  PetaboxLoader3.datanode: 105.347 (4)
  load_resource: 721.277
  PetaboxLoader3.resolve: 665.932
*/