 :root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #e60f3d;
    --color-gray: #f8f8f8;
    --color-theme: #f9fab3;
	 --color-base-right: #f9edf0;
	 --color-base-darken: #aa0035;
      
    /*--font-family-gothic: "linotype-sabon", sans-serif;*/
     /* --font-family-gothic: gotham, sans-serif;*/
	  --font-family-gothic: "din-2014", sans-serif;
	  --font-family-gothic2: "josefin-sans", sans-serif;

	  --font-family-gothic3:"duos-brush", sans-serif;
	  
      
	  --font-family-mincho-ja: tot-shizukardmin-stdn, sans-serif;

      
    --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }
/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.8;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;/*border:0;*/outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
/*CSSで読み込み時にフェードイン*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*/CSSで読み込み時にフェードイン*/
html {
    scroll-behavior: smooth;
	scroll-padding-top: 100px;
}
body {
  margin: 0 auto;
  padding: 0;
  
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    /*font-family: YuGothic, 游ゴシック, sans-serif;*/
    /*font-family: MS PGothic, sans-serif;*/
	/*font-family: \6e38\30b4\30b7\30c3\30af\4f53, YuGothic, \6e38\30b4\30b7\30c3\30af, Yu Gothic, \30d2\30e9\30ae\30ce\89d2\30b4 Pro, Hiragino Kaku Gothic Pro, \30e1\30a4\30ea\30aa, Meiryo, Osaka, \ff2d\ff33 \ff30\30b4\30b7\30c3\30af, MS PGothic, sans-serif;*/
	/*font-family: "Noto Sans JP", sans-serif;*/
	/*font-family: "Hina Mincho", serif;*/
	font-size: 14px;
    line-height: 1.8;
    <!--font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;-->
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: TTNorms, dnp-shuei-gothic-gin-std, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    line-height: 1.8;
  font-weight: normal;
  color: #000;
  -webkit-text-size-adjust: 100%;
    background:#FFF;
}

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
	
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}
.sec {
	margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
	.sec {
	margin-bottom: 30px;
}
}
.aka {
	color: var(--color-base);
}
.cntr {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.cntr {
	text-align: left;
}
}


/*-----------------------固定お問合せボタン*/
.contact_fixed_btn_wrap.pc_only {
	position: fixed;
	top: 50%;
	right: 0;
	/*margin-left: -20px;*/
	transform: translateY(-50%);
	/*overflow: hidden;*/
    z-index: 1;
	
}
.contact_fixed_btn_wrap.sp_only {
	display: none;
}
.contact_fixed_insta {
	margin: 5px;
	
	
	
}

.contact_fixed_insta img {
	width: 35px;
	transition: transform .3s ease;
}
.contact_fixed_insta:hover img {
  transform: scale(1.1); /* 拡大 */
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn {
	padding: 15px 15px 20px 15px;
	/*border-radius: 10px 0 0 10px;*/
	z-index: 10;
	transition: .3s;
    writing-mode: vertical-rl;
    font-weight: 700;
    min-height: 150px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	border-radius: 15px 0 0 15px;
	background: var(--color-base);
	 color: #FFF;
}


.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn1 {
    margin-top: 20px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn2 {

    margin-top: 10px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn3 {
	
    margin-top: 10px;
    
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn4 {
	
    margin-top: 10px;
    
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn3 a {
   
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn a {
    color: #FFF;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn:hover {
	padding-right: 25px;
	margin-left: -10px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn a {
	display: block;
	/*padding: 15px 20px 20px 20px;*/
    
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn img {
	width: 28px;
}
@media screen and (max-width: 768px) {
	.contact_fixed_btn_wrap.pc_only {
		display: none;
	}
	.contact_fixed_btn_wrap.sp_only {
		display: block;
		position: fixed;
		bottom: 0px;
		left: 0;
		width: 100%;
        z-index: 1001;
		padding: 0 20px;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
        justify-content: center;
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_insta {
	margin: 5px;
}

.contact_fixed_btn_wrap.sp_only .contact_fixed_insta img {
	width: 35px;
	transition: transform .3s ease;
}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn {
		margin: 0 5px;
		text-align: center;
	}

	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn2 {
		background: none;
		margin-top: 0;
	}
 
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a {
		display: block;
		padding: 10px 0;
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a img {
		width: 60px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
.site-footer {
    padding-bottom: 100px;
    }
}
/*-----------------------固定お問合せボタン*/
/*TOP コンテンツ部分*/
.topcontents {
	padding: min(calc(84 / 1600 * 100vw), 84px) 0 min(calc(64 / 1600 * 100vw), 64px);
	background:#FCFCFC;
}
.topcontents_ttl_wrap {
	margin-bottom: 40px;
}
.topcontents_bn_wrap {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
a.topcontents_bn {
	width: 31%;
	margin: 1%;
	border:solid 3px var(--color-base);
	padding: 30px;
	border-radius: 60px;
	height: 300px;
	
	display: flex;
	flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
	transition: all 0.3s 0s ease-in-out;
	background: var(--color-base-right);
}

a.topcontents_bn h3 {
	
	font-weight: 600;
	text-align: center;
	margin-bottom: 1em;
	font-size:clamp(13px, 2vw, 18px);
	line-height: 1.4;
	transition: all 0.3s 0s ease-in-out;
}
a.topcontents_bn span {
	color: var(--color-base);
	font-size:clamp(14px, 2vw, 30px);
	display: block;
	transition: all 0.3s 0s ease-in-out;
	text-align: center;
}
a.topcontents_bn img {
	width: 80px;
	height: 80px;
	object-fit:contain;
	display: block;
	margin: 0 auto;
}
a.topcontents_bn:hover {
	background: var(--color-base);
	transition: all 0.3s 0s ease-in-out;
}
a.topcontents_bn:hover h3,.topcontents_bn:hover span {
	color: #FFF;
	transition: all 0.3s 0s ease-in-out;
}
@media screen and (max-width: 768px) {
	.topcontents_bn_wrap {
	padding: 0 20px;
}
	
	a.topcontents_bn {
		width: 48%;
	height: 160px;
	padding: 5px;
	border-radius: 30px;
}
	a.topcontents_bn img {
	width: 40px;
	height: 40px;
	
}
}
/*TOP コンテンツ部分*/
footer h1 {
	text-align: center;
	line-height: 1.6;
	font-size: clamp(12px, 1vw, 14px);
}
a.mail_btn {
	border:solid 1px #000;
	border-radius: 50vh;
	padding: 0.1em 1em 0.2em;
	line-height: 1;
	width: auto;
	
}
.company-info_mailbtn {
	padding: 1em 0 0;
}

a.mail_btn i {
	padding-left: 5px;
}
.footer_logo_wrap {
	text-align: center;
	margin: 30px 0;
}
.footer_logo_wrap img {
	width: 100%;
	max-width: 300px;
}
@media screen and (max-width: 768px) {
	footer h1 {
	text-align: left;
	
}
	.footer_logo_wrap img {
	width: 230px;
	
}
}
/*第二共通*/
.daini_ttl {
	display: flex;
	flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
	height: 300px;
	padding-top: 70px;
}

.daini_container {
	max-width: 1200px;
	width: 100%;
	padding: 60px 80px 60px 40px; 
	margin: 0 auto;
		
		
}
.daini_container_768 {
	max-width: 768px;
	width: 100%;
	padding: 60px 80px 60px 40px; 
	margin: 0 auto;
		
		
}

@media screen and (max-width: 768px) {
	.daini_ttl {
	
	height: 160px;
	padding-top: 50px;
}
	.daini_container {
	padding: 30px 20px; 		
}
		.daini_container_768 {
	padding: 30px 20px; 		
}
}

/* =====================================
第二タイトル
===================================== */
.daini_textLine {
    text-shadow: 1px 1px 0 #000,
            -1px -1px 0 #000,
            -1px 1px 0 #000,
            1px -1px 0 #000,
            0px 1px 0 #000,
            0 -1px 0 #000,
            -1px 0 0 #000,
            1px 0 0 #000;
}

.daini_title01 {
    font-size: clamp(35px, 6vw, 80px);
    text-align: center;
    color: var(--black);
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.25;
}

.daini_title01 small {
    display: block;
    font-size: clamp(14px, 2vw, 23px);
    letter-spacing: 0.05em;
    font-weight: 600;
	
}



/*第二共通*/
/*最新情報*/


/*.topics dl {

	
	padding: 0.5em 0;
	border-bottom: solid 1px #C9C9C9;
	font-size: clamp(13px, 1vw, 14px);
}

.topics dt {
font-family: var(--font-family-gothic3);
font-weight: 700;
font-style: normal;
}

@media screen and (max-width: 768px) {
	.topics dl {
margin-bottom: 0;
		
	
}
    .topics dt,.topics dd {
    line-height: 1.6;}
    .topics dt {
        padding: 5px 0 0;
    }
    .topics dd {
        padding: 0 0 5px;
    }
	.topics dt {
height: auto;

}

.topics dd {
    height: auto;
}
}*/
/* ページャー  */
.pager2 {
    margin: 2em 0;
}
.pager2  ul.pagination2 {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager2 .pagination2 li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ccc;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager2 .pagination2 li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager2 .pagination2 li a span{
  display:table-cell;
  vertical-align:middle;
    text-align: center;
}

.pager2 .pagination2 li a:hover,
.pager2 .pagination2 li a.active{
  color: #383838;
  background: #FCFCFC;
}

@media only screen and (max-width: 767px){
  .pager2 .pagination2 li{
    display: none;
  }

  .pager2 .pagination2 li.pre,
  .pager2 .pagination2 li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager2 .pagination2 li.pre a,
  .pager2 .pagination2 li.next a{
    width: 100%;
    text-align: center;
  }

  .pager2 .pagination2 li.pre span::after{
    content: "　前の12件へ";
  }

  .pager2 .pagination2 li.next span::before{
    content: "次の12件へ　";
  }

}
/* ページャー  */

@media screen and (max-width: 768px) {

    h2.information_mds {
    font-size: 1.1em;
   margin-bottom: 0.5em;
    
}
}

/*最新情報*/
/*最新情報詳細*/
.info_shosai_wrap {
	
}
.info_mds_wrap {
	margin-bottom: 1em;
	width: 100%;
	
}
.info_shosai_wrap h4 {
	font-size: clamp(16px, 2.6vw, 26px);
    font-style: 600;
	line-height: 1.8;
	text-align: left;
	border-bottom: solid 1px #777;
	
}
.info_day {
	font-family: var(--font-family-gothic3);
	font-weight: 500;
	text-align: right;
	font-size: clamp(13px, 1.5vw, 15px);
	
}
.info_shosai_txt {
	margin: 1em 0;
		font-size: clamp(13px, 1vw, 14px);
	line-height: 1.8;

}
.info_shosai_wrap_mainimg {
	margin: 20px 0;
}
.info_shosai_wrap_mainimg img {
	width: 100%;
	
}
.info_gallery_wrap {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:flex-start;
	margin: 30px 0;
}
.info_gallery_in {
	width: 19%;
	margin: 0.5%;
	
}
.info_gallery_in img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
@media screen and (max-width:768px) {
	.info_gallery_in {
	width: 32%;
	margin: 0.5%;
	
}
	.info_gallery_in img {
	width: 100%;
	height: 110px;
	object-fit: cover;
}
}
.kakudai {
	
	text-align: center;
	
}
.kakudai p {
	background: #F4F4F4;
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
	width: auto;
	padding: 0 2em;
}
.kakudai i {
	padding-left: 0.5em;
}
.pdf_link_setumei {
	padding: 1em 0 0;
}
.pdf_link_setumei p {
	display: block;
}
a.pdf_link {
	background: #F4F4F4;
	border-radius: 5px;
	border:solid 1px #A8A8A8;
	display: inline-block;
	margin: 5px auto;
	width: 100%;
	
	padding: 0.5em 1em;
	text-align: center;
}
a.pdf_link:hover {
	background: var(--color-theme3);
	color: #FFF;
}
.grd_button {
	 max-width: 230px;
	margin: 60px auto 0;
}
.grd_button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
/*    margin: 0 auto;*/
    max-width: 230px;
    padding: 10px 0px 10px 35px;
    font-family: "Noto Sans Japanese";
    line-height: 1.8;
    text-decoration: none;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
@media screen and (max-width:768px) {
	.grd_button {
	width: 200px;
	margin: 30px auto 0;
}
	.grd_button a {
    
    max-width: 200px;
    
}
}
.grd_button a:before, .grd_button a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.grd_button a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.grd_button a:after {
  left: 0;
  background: #eee;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.grd_button a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
	
}
.grd_button a span.en {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
	font-family: var(--font-family-gothic);
}
.grd_button a:hover span {
  color: #fff;
}
.grd_button a:hover:before {
  left: 2.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.grd_button a:hover:after {
  right: 0;
  width: 100%;
  background: #333;
}
.txt_link_setumei {
	padding-top: 1em;

}
a.txt_link {
	
	border-bottom:solid 1px #A8A8A8;
	display: inline-block;
	margin: 5px auto;
	width:auto;
	transition: .3s;
}
a.txt_link:hover {
	font-weight: 600;
	color:  var(--color-theme);
	transition: .3s;
}
/*最新情報詳細*/
/*当社の強み*/
.strengths_wrap {
	padding: 40px 0;
	border-bottom: solid 1px #777;
}
.strengths_wrap:last-child {
	border-bottom: none;
}
.strengths_box {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:center;
	
}
.strengths_img {
	width:30%;
	padding-left: 40px;
}
.strengths_img img {
	width:100%;
	height: 200px;
	object-fit: cover;
}
.strengths_txt {
	width:70%;
}
.strengths_txt p {
	line-height: 1.8;
	    font-size: clamp(13px, 1vw, 14px);
}
@media screen and (max-width:768px) {
	.strengths_wrap {
	padding: 10px 0;

}
	.strengths_img {
	width:100%;
	padding-left: 0px;
		padding-top: 20px;
}
.strengths_txt {
	width:100%;
}
}
.mds_01 {
	margin-bottom: 30px;
    font-weight: 600;
    background: var(--color-base);
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1;
    padding: 1em 1em;
    color: #FFF;
    border-radius: 50vh;
    text-align: center;
}
.mds_02 {
	margin-bottom: 30px;
    font-weight: 600;
    border-bottom: var(--color-base) solid 2px;
    font-size: clamp(16px, 2.3vw, 23px);
    line-height: 1;
    padding-bottom: 1em;
    
   color: var(--color-base);
    
}

.heading12 {
	position: relative;
	font-size:  clamp(18px, 3vw, 30px);
	 display: flex;
	flex-wrap: wrap;
    justify-content:flex-start;
    align-items: center;
	font-weight: 600;
	 margin-bottom: 0.5em;
padding-left: 70px;
	line-height: 1.6em;
}


.heading12::before {
	position: absolute;
	left: 0;
	top: 0;
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color:  var(--color-base);
	font-size: clamp(30px, 5vw, 50px);
	font-family: "Lilita One", sans-serif;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
    font-weight: 600;
	line-height: 1;
}




@media screen and (max-width:768px) {
.mds_01,.mds_02 {
	margin-bottom: 20px;
    
}

.heading12 {
padding-left: 40px;

}
}
/*当社の強み*/
/*採用情報*/
.catch {
	font-size: clamp(18px, 3vw, 35px);
    font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0.5em;
	
}
.catch2 {
	font-size: clamp(15px, 2vw, 20px);
    font-weight: 500;
	line-height: 1.6;
	margin-bottom: 0.5em;
}
table.tbl caption {
    margin-bottom: 30px;
    font-weight: 600;
    background: var(--color-base);
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1;
    padding: 1em 1em;
    color: #FFF;
    border-radius: 50vh;
    text-align: center;

}


table.tbl {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	margin: 4% 0;
	 border-top: 1px solid #BDBDBD;
}
table.tbl tr {
    border-bottom: 1px solid #BDBDBD;
}
table.tbl tr th,
table.tbl tr td {
    text-align: left;
    vertical-align: top;
}
table.tbl tr th {
    width: 160px;
    font-weight: 700;
    border-bottom: 1px solid #BDBDBD;
    padding: 1em 0;
	background: #F7F7F7;
	
	text-align: center;
}
table.tbl tr td p {
    padding-bottom: 1em;
}
table.tbl tr td {
    width: width: calc(100% - 160px);
    padding: 1em 1.5em;
}

@media screen and (max-width: 767px){

table.tbl tr th,
table.tbl tr td {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5px 0;
	border-bottom: none;
}
	table.tbl tr th {
    padding: 0.5em 1em;
	background:#E1E1E1;
	
}
table.tbl tr {
    border-bottom: none;
}
}
.recruit_otoiawase {
	padding-top: 30px;
}
.otoiawase_wrap {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:center;
	margin: 30px 0;
}
.otoiawase_tel {
	width:50%;
	padding-right: 20px;
	border-right: 1px solid #777;
}
.otoiawase_tel p {
	
font-family: var(--font-family-gothic);
font-size: clamp(18px, 3vw, 30px);
    font-weight: 700;
	line-height: 1.6;
	text-align: center;
	}
.otoiawase_mail {
	width:50%;
	padding-left: 20px;
}

@media screen and (max-width:768px) {
	.otoiawase_wrap {
	margin: 20px 0;

}
	.otoiawase_tel {
	width:100%;
	padding: 0px;
		border: none;
		margin: 0.5em;
	
}
	.otoiawase_mail {
	width:100%;
	padding: 0px;
	
}
}
.button-56 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
   border-radius: 50vh;
    background-color: #e40d3c;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-56:hover {
    background-color: #d4002c;
}

.button-56::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM12.0606 11.6829L5.64722 6.2377L4.35278 7.7623L12.0731 14.3171L19.6544 7.75616L18.3456 6.24384L12.0606 11.6829Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}
.button-recruit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
   border-radius: 50vh;
    background-color: #e40d3c;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
	height: 80px;
	font-size: clamp(15px, 2vw, 20px);
}

.button-recruit:hover {
    background-color: #d4002c;
}

.button-recruit::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("../img/recruitment/man.svg");
	background-repeat: no-repeat;
    content: '';
}

img.recruit_img {
	max-width: 600px;
	width: 100%;
	margin: 20px auto;
	display: block;
}
.recruit_btn_wrap {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
a.recruit_btn {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
width: 48%;
    margin: 1%;
	border-radius: 50vh;
    background-color: #e40d3c;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
	text-align:center;
	font-size: clamp(15px, 1.4vw, 1.4em);
	height: 100px;
}
/*採用情報*/
/*スタッフ紹介*/
.stinterview {
	width: 100%;
	
}

.staff {
	width: 80%;
	margin: 0 auto;
	height: 260px;
	overflow: hidden;
	position: relative; /* 相対位置指定 */
	background-color: var(--color-theme);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right 20px top 10px;
	margin-bottom: 30px;
}
.staff.staff1 {
	background-image: url("../img/staff/staff1.svg");
}
.staff.staff2 {
	background-image: url("../img/staff/staff2.svg");
}
.staff_in {
	padding: 40px 30px;
	
}
.staff img {
	width: 200px;
}
.member_ttl {
	font-size: clamp(14px, 4vw, 40px);
	color: #000;
    font-family: "Lilita One", sans-serif;
    padding-right: 0.2em;
    font-weight: 600;
    letter-spacing: 0.03em;
    
}
.member_ttl span {
	font-size: clamp(18px, 5vw, 50px);
	color: var(--color-base);text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
	padding-left: 0.2em;
}
.staff h3 {
	
	line-height: 1em;
	text-align: left;
	padding: 15px 0;
	font-size: 36px;
	letter-spacing: 2px;
	font-weight: 600;
}
.staff p {
	font-size: 14px;
	line-height: 1.5em;
	
}
.staff .caption {
	font-size: 160%;
	text-align: center;
	padding-top: 60px;
	color: #FFF;
	margin: 20px;
}
.staff .mask {
	width: 100%;
	height: 100%;
	position: absolute; /* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity: 0; /* マスクを表示しない */
	background-color: rgba(32, 68, 149, 0.8); /* マスクは半透明 */
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.staff:hover .mask {
	opacity: 1; /* マスクを表示する */
}
.reedmore {
	color: #FFF;
	position: absolute;
	right: 20px;
	bottom: 20px;
	border: solid #FFF 1px;
	padding: 5px 10px;
	letter-spacing: 2px;
	background: rgba(000, 000, 000, .1);
}
p.reedmore {
	color: #FFF;
}
@media screen and (max-width: 1200px) {
	.staff_in {
		padding: 20px 20px;
	}
	.staff img {
		width: 130px;
	}
	.staff h2 {
		font-size: 12px;
		font-weight: 600;
		color: #FFF;
		border: #FFF 2px solid;
		display: inline-block;
		padding: 3px 10px;
		border-radius: 20px;
		line-height: 1em;
	}
	.staff {
		width: 100%;
		height: 150px;
	}
	.staff .caption {
		font-size: 130%;
		text-align: center;
		padding-top: 30px;
		color: #fff;
	}
	.sample1 h3 {
		color: #204495;
		line-height: 1em;
		text-align: left;
		padding: 10px 0;
		font-size: 26px;
		letter-spacing: 2px;
	}
	.reedmore {
		font-size: 12px;
		color: #383838;
		position: absolute;
		right: 20px;
		bottom: 20px;
		border: solid #383838 1px;
		padding: 3px 5px;
		letter-spacing: 2px;
	}
}
.interview-index_main {
	background-position: 80% 10%;
	background-size: 25%;
	background-color: #CEDAE8;
}
@media (max-width: 768px) {
	.interview-index_main {
		background-size: 70%;
		background-position: 130% -110%;
	}
}
.cd-fixed-bg_staff1 {
	background-image: url("../img/staff/staff1.svg");
}
.cd-fixed-bg_staff2 {
	background-image: url("../img/staff/staff2.svg");
}
.cd-fixed-bg2 h1 {
	color: #204495;
	text-align: left;
	padding-top: 230px;
	font-size: 38px;
	letter-spacing: 5px;
}
.cd-fixed-bg2 h1 span {
	font-size: 26px;
}
.cd-fixed-bg2 .dainikomidashi {
	color: #323C46;
	text-align: left;
	font-size: 14px;
	letter-spacing: 2px;
}
.cd-fixed-bg2 {
	height: 500px;
	background-color: #CEDAE8;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right 90px top 40px;
}
.cd-fixed-bg2_in {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1200px) {
	.cd-fixed-bg2 {
		height: 400px;
		background-color: #CEDAE8;
		background-size: 50%;
		background-repeat: no-repeat;
		background-position: right 10px bottom 0;
	}
	.cd-fixed-bg2_in {
		width: 100%;
		padding: 0 4%;
	}
	.cd-fixed-bg2 h1 {
		color: #204495;
		text-align: left;
		padding-top: 190px;
		font-size: 28px;
		letter-spacing: 2px;
	}
	.cd-fixed-bg2 h1 span {
		font-size: 13px;
	}
	.cd-fixed-bg2 .dainikomidashi {
		color: #323C46;
		text-align: left;
		font-size: 11px;
		letter-spacing: 0px;
	}
}
@media screen and (max-width: 598px) {
	.cd-fixed-bg2 {
		height: 280px;
		background-color: #CEDAE8CEDAE8;
		background-size: 60%;
		background-repeat: no-repeat;
		background-position: right -20px bottom 0;
	}
	.cd-fixed-bg2 h1 {
		color: #204495;
		text-align: left;
		padding-top: 130px;
		font-size: 20px;
		letter-spacing: 2px;
	}
	.cd-fixed-bg2 h1 span {
		font-size: 13px;
	}
	.cd-fixed-bg2 .dainikomidashi {
		color: #323C46;
		text-align: left;
		font-size: 11px;
		letter-spacing: 0px;
	}
}
section.int_iro {
	background-color: var(--color-gray);
	padding: 0;
	margin: 0;
}
.int_blue p {
	color: #FFF;
	line-height: 1.6em;
}
.interview_ttl {
	width: 1200px;
	padding: 0;
	margin: 0 auto;

    height: 400px;
    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top 40px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start; /* 子要素をflexboxにより中央に配置する */
	align-items: center; /* 子要素をflexboxにより中央に配置する */
}
.interview {
	width: 1200px;
	padding: 0;
	margin: 0 auto;

    
    
   
	
	
}
.interview01 {
    background-image: url("../img/staff/staff1.svg");
}
.member_nen {
	font-size:clamp(13px, 1.5vw, 20px);
}
.member_name {
	line-height: 1em;
    text-align: left;
    padding: 15px 0;
    font-size: clamp(20px, 4vw, 60px);
    letter-spacing: 2px;
    font-family: var(--font-family-mincho-ja);
	font-weight: 600;
}
@media screen and (max-width: 1200px) {
	.interview {
		width: 100%;
	}
	.interview_ttl {
	width: 100%;
	
    height:auto;
		padding: 20px;
    
    
    background-position: top 20px right 20px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start; /* 子要素をflexboxにより中央に配置する */
	align-items: center; /* 子要素をflexboxにより中央に配置する */
}
}
.interview img {
	width: 240px;
	padding-right: 15px;
}

@media screen and (max-width:590px) {
	.interview img {
		width: 140px;
	}
	
}

/*2カラム1カラムスタッフインタビュー中身*/
.flex_int {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: stretch; /* 子要素をflexboxにより中央に配置する */
	margin-bottom: 60px;
}
.flex_int div.flex_int_in {
	width: 48%;
	margin: 1%;
}

.flex_int div.flex_int_in img {
	object-fit: cover;
	width: 100%;
	height: 400px;
	padding-top: 1em;
}
.flex_int div.flex_int_in:last-child {
	border-left: solid 1px #383838;
	padding-left: 4%;
}
.interview h4 {
	font-size:clamp(16px, 1.5vw, 30px);
	line-height: 1.6em;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.interview h4 span {
	color: var(--color-base);
	font-size: 180%;
	font-family: "Lilita One", sans-serif;
	padding-right: 0.2em;
	font-weight: 600;
	letter-spacing: 0.03em;
	    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

@media screen and (max-width:768px) {
	.flex_int {
	
	margin-bottom: 0px;
		padding: 20px 0;
}
	.flex_int div.flex_int_in {
		width: 100%;
		margin: 0;
	}
	.flex_int div.flex_int_in img {
		object-fit: cover;
		width: 100%;
		height: 160px;
	}
	.flex_int div.flex_int_in:last-child {
		border-left: none;
		padding-left: 0px;
	}
	.interview h4 {
		margin-bottom: 0.5em;
	}
}
/*スタッフ紹介*/
/*コラム*/
section.column #container {
   max-width: 980px;
 display: flex;
    margin: 0 auto;
}
#main {
  width: calc( 100% - 200px );

}
#side {
  width: 200px;
    padding-right: 40px;
}
@media screen and (max-width: 980px) {
section.column #container {
    margin: 0 20px;
}
}
@media screen and (max-width: 768px) {

section.column #container {
	margin: 0;
    flex-direction: column;
  }
    #main {
  width: calc( 100% );
      order: 2;
        padding: 0;
}
#side {
    order: 1;
  width: 100%;
    padding-right: 0px;
    padding: 1em;
	background: var(--color-gray);
	margin-bottom: 30px;
}
}
.monthly {
     margin-bottom: 2em;
}
.monthly_mb0 {
    margin-bottom: 0;
}
.monthly_mds {
    
    border-bottom: 1px solid #282828;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
    color: var(--color-base);
   font-family: var(--font-family-gothic);
	line-height: 1;
	font-size: clamp(16px, 3vw, 30px);
text-transform: capitalize;
}
.monthly_mds span {
    font-size: clamp(14px, 1vw, 16px);
color: #000;
	display: block;
	padding-top: 0.5em;
	

}
.monthly ul,.monthly_mb0 ul {
    list-style: none;
    font-size: 0.85em;
    line-height: 1.8em;
}
.monthly ul li,.monthly_mb0 ul li {
    padding: 5px 0;
    border-bottom: 1px dotted #282828;
}
.monthly ul li a,,.monthly_mb0 ul li a {
    text-decoration: none;
    color: #282828;
    line-height: 1.4em;
}

.monthly ul.list_monthly li a:before,.monthly_mb0 ul.list_monthly li a:before {
    font-family: FontAwesome;
    content: "\f133";
    padding-right: 7px;
    color: var(--color-base);
}
 .card_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content:flex-start;
}
.card_list .card_item {
    width: 31%;
    margin: 1%;
    background: #FFF;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s 0s ease-in-out;
}
.card_list .card_item a {
     transition: all 0.3s 0s ease-in-out;
}
.card_list .card_item:hover {
    background:  var(--color-base);
}
.day {
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 12px;
    margin: 0;
    text-align: right;
    font-family: var(--font-family-gothic);
}

.card_list .card_item a {
    
}
.card_list .card_item a:hover{
    color: #FFF;
}

.card_list .card_item .thum_box {
  width: 100%;
  height: 180px;
  
  position: relative;
  overflow: hidden;
   
}
.card_list .card_item .thum_box img {
  width: 100%;
  height: 180px;
  object-fit: cover; 
    transition: all 0.3s 0s ease-in-out;
}
.card_list .card_item:hover .thum_box img {
    opacity: 0.5;
}
.card_list .card_item .text_box {
  width: 100%;
  padding: 1.5em;
    
}
.card_list .card_item .title2 {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 12px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.card_list .card_item .title2:hover {
    
}
.card_list .card_item .js-textTrim {
    color: #383838;
    font-size: 0.9em;
}
.card_list .card_item .desc {
}
.card_list .card_item .cat {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #606060;
  padding: 4px 30px 2px;
  margin-bottom: 10px;
}
.card_list .card_item .date02 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color:  var(--color-base);
}
.card_list .card_item .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card_list .card_item .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card_list .card_item .text_box .more {
    text-align: center;
    margin-top: 0.5em;
    font-size: 0.9em;
    display: block;
}
.button-036 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin: 1em auto;
    padding: .4em 2em;
    border: 1px solid var(--color-base);
    border-radius: 2px;
    background-color: #fff;
    font-size: 0.8em;
    transition: all 0.3s 0s ease-in-out;
}

.button-036:hover {
    border: none;
    background-color: var(--color-base);
    color: #fff;
    font-weight: normal;
    border: 1px solid var(--color-base);
}

.button-036::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid var(--color-base);
    border-right: 2px solid var(--color-base);
    content: '';
}

.button-036:hover::after {
    border-color: #fff;
}
@media screen and (max-width: 768px) {
  .card_list .card_item {
  width: 48%;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  margin: 1%;
    background: #FFF;
}
  .card_list .card_item .thum_box {
  width: 100%;
  height: 100px;
  
  position: relative;
  overflow: hidden;
}
.card_list .card_item .thum_box img {
  width: 100%;
  height: 100px;
  object-fit: cover; 
}
    .button-036 {
    width: 100px;
    margin: 1em auto;
    padding: .2em 1em;
}

}
@media screen and (max-width: 480px) {
    
  .card_list .card_item {
  width: 48%;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  margin: 1%;
    background: #FFF;
}
  .card_list .card_item .thum_box {
  width: 100%;
  height: 100px;
  
  position: relative;
  overflow: hidden;
}
.card_list .card_item .thum_box img {
  width: 100%;
  height: 100px;
  object-fit: cover; 
}
  .card_list .card_item .text_box {
  width: 100%;
  padding: 1em;
    
}


}

.column_shosai {
    max-width: 900px;
    margin: 0 auto;
}
.day2 {
    font-size: clamp(13px, 1vw, 16px);
    line-height: 1.6;
    margin-bottom: 12px;
    margin-bottom: 1em;
    text-align: right;
   
    font-family: var(--font-family-gothic);
    font-weight: 700;
}

h3.column_mds2 {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

h2.column_mds {
 font-weight: 700;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: #BBBBBB solid 1px;
   
}

.column_shosai img {
    margin: 2em auto;
    display: block;
    width: 100%;
}
/*コラム*/
/*プライバシー・ポリシー*/

.privacy h3 {
font-size:clamp(16px, 2vw, 20px);
    line-height: 28px;
    
    position: relative;
    margin-top: 0.5em;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 0.5em;
    padding-left: 20px;
    font-weight: normal;
    clear: both;
    letter-spacing: 0.05em;
}
.privacy h3::after {
    display: block;
    width: 5px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 0px;
    background-color: var(--color-base);
    content: '';
}
.privacy p {
    padding-bottom: 1em;
}
.privacy_company {
    border-top:solid 1px #777;
    border-bottom:solid 1px #777;
    
    padding: 20px 0;
    
    margin: 20px 0;
}
/*プライバシー・ポリシー*/
/*サイトマップ*/
.site_map {
    padding: 0 20px 0;
    
}
.flex_sitemap {
  width: 100%;
  margin: 0;
        display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.flex_sitemap_in {
    margin-bottom: 20px;
    margin: 1em 3em 0 0;
    padding: 0 1em 0 0;
    width:  auto;
}


@media screen and (max-width: 768px) {
    .flex_sitemap {width: 100%;}
    .flex_sitemap_in {
    margin-bottom: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
    }
    }

.sitemap li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
    text-decoration: none;
    letter-spacing: 0;
  }
.sitemap li a{
    font-weight: 600;
    color: #4d4d4d;
    position: relative;
    line-height: 2.5em;
    padding-left: 1.5em;
}
.sitemap li a:before {
 font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: absolute;
    /*left: -1.5em;*/
    left: 0;
    color: var(--color-base);
}

.sitemap li a:hover {
    color: var(--color-base);
}
.sitemap li ul {
    margin-bottom: 1em;
}
.sitemap li ul li {
    margin-left: 2em;
    
}
.sitemap li ul li a {
    font-weight: normal;
    line-height: 1.4em;
    position: relative;
    padding-left: 1.5em;
}
.sitemap li ul li a:before {
 content: "";
    position: absolute;
    width: 7px;
    height: 8px;
    border-bottom: 1px solid var(--color-base);
    border-left: 1px solid var(--color-base);
  /*left : -1em; *//*左端からのアイコンまで*/
    left : 0em;
    top: 0;
}

@media screen and (max-width: 768px) {
    .sitemap li {padding: 0.3em 0;
        font-size: 11px;
    }
    .sitemap li:first-child {padding-top: 0px;}
}
/*サイトマップ*/
/*事業概要*/
.business {
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../img/business/9.jpg);
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.business img {
	max-width: 800px;
	position: absolute;
	right: 120px;
	bottom: 60px;
	padding-left: 20px;
	
}
.business_catch_container {
	width: 100%;
	height: 100%;
	padding: 0px 120px 60px 0px;
	display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.business_catch_container p {
	  font-size:clamp(18px, 6vw, 60px);
    line-height: 1.65;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: right;
}
@media screen and (max-width: 768px) {
	.business {
	height: 300px;
}
	.business_catch_container {
	
	padding: 20px ;
	
}
	.business img {
	width: 92%;
	position: absolute;
	right: 4%;
	bottom: 8%;
	left: 4%;
		padding-left: 0px;
}
}
.ul01 {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ul01 li {
	width: 31%;
	margin: 1%;
	
}
.ul01 li p {
	padding-bottom: 1em;
	text-align: center;
	font-weight: 600;
}
.ul01 li img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.ul02 {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ul02 li {
	width: 23%;
	margin: 1%;
	
}
.ul02 li p {
	padding-bottom: 1em;
	text-align: center;
	font-weight: 600;
}
.ul02 li img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
@media screen and (max-width: 768px) {

.ul01 li {
	width: 48%;
	
}
.ul01 li img {
	height: 100px;
}

.ul02 li {
	width: 48%;
}
.ul02 li img {

	height: 100px;

}
}
.sonota {
	font-size: clamp(15px, 2vw, 20px);
    font-weight: 700;
    line-height: 1.6;
    margin: 1em 0;
}

/*事業概要*/
.ul03 li {
	list-style-type: square;
	list-style-position: inside;
}
/*求人用メールフォーム*/

.recruit_odenwa {
	
}
.recruit_odenwa span {
	font-family: var(--font-family-gothic);
    font-size: clamp(18px, 3vw, 30px);
    font-weight: 700;
    line-height: 1.6;
   
}
/*求人用メールフォーム*/