

@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;
	}
}



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

#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; }
}


.recruit_table th{
width:20%;
font-size:8px;
}

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


.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: 8px;

}
/* タブレット　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;
}


/*
     FILE ARCHIVED ON 09:10:39 Feb 04, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:14:47 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.556
  exclusion.robots: 0.07
  exclusion.robots.policy: 0.057
  esindex: 0.011
  cdx.remote: 40.607
  LoadShardBlock: 333.409 (3)
  PetaboxLoader3.datanode: 289.645 (4)
  PetaboxLoader3.resolve: 112.879 (3)
  load_resource: 101.033
*/