@charset "utf-8";

/* *****共通設定***** */
/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	min-height: 100vh;
	overflow-x: hidden;
	font-size: 16px;	/*基準となるフォントサイズ。下の方にある「画面幅900px以上」で基準を大きなサイズに再設定しています。*/
}

body {
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	background-color:#F9F7DC;
	color: #57524b;		/*全体の文字色*/
	line-height: 2;		/*行間*/
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}
main{
    display: block;
    background-color: #fbfbf2;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}
a {
	text-decoration: none;
}
h1 { font-size: 4.5rem; }
h2, h3{
   color: #401f0f;
}
.gray {
    color: #6c757d;
}
.card{
    border-color: #e0c7b2;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}


#copyright a {
	color:#DCC0A9;
}

.about_site{
	background-color: #f2dac7;border-right:1px dotted #ddd; border-left:1px dotted #ddd; padding:12px; margin:0 0px;
}
.about_site_fig{
	margin:30px;
}
.about_site h3{
	color:#31B6EC; margin:16px;
}


.dl_flex .dl_group {
  display: flex;
}
.dl_flex .dl_group dt{
	width: 20%;
}
.dl_flex .dl_group dd{
	width: 80%;
}
.dl_flex .dl_group dt,
.dl_flex .dl_group dd {
  padding: 3px; /* dtとdd間のスペース */
}


.card-text dl_group{
	display: flex;
	width: 100%;
}
.card-text .dl_group dt,
.card-text .dl_group dd {
  padding: 5px; /* dtとdd間のスペース */
}

.btn_all a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 160px;
	height: 40px;
	margin: 20px auto 5px auto;
	padding:0 0 10px 0;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.btn_all a:hover {
	color: #f2f2f2;
}

.btn_all_01 a {
	background-color: #1BE473;
	border: 1px solid transparent;
	border-radius: 35px;
}

.btn_all_01 a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 35px;
}

.btn_all_01 a:hover {
	background-color: #13A453;
}
/* ヘッダー(navbar) */
.navbar{
    border-bottom: 1px solid #a29080;
    background-color: #401f0f;
}
.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar .navbar-brand{
    height: 90px;
}
.navbar .navbar-brand img{
    height: 100%;
}
.navbar .navbar-nav .active > .nav-link{
    color: #401f0f;
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(251,251,241,1);
}

.header_org a:link {
	color: #ffce11 !important;
}
.header_org a:visited {
	color: #f5c7b0 !important;
}
.header_org a:hover {
	color: #fff !important;
}
.header_org a:active {
	color: #fff !important;
}

	
	

/**************************************************
formの初期化
***************************************************/
input , select , textarea , button{
    box-sizing: border-box;
    -webkit-appearance: none;
    /*iPhone:safariの角丸も消す*/
    border-radius: 0;
	font-size: 1.1rem;
	padding:4px 6px;
}
.entry_form{
    padding:14px;
    width: 100%;
    max-width: 1200px;
    background-color: #f7f7f7;
    margin:0 auto;
}
.entry_form h1{
    font-size:2.2rem; color: #364e96;border: solid 3px #364e96;padding: 0.2em;border-radius: 0.5em;
}
.entry_form h2{	
	font-size:1.8rem;
	border-radius:10px;
	background-color: #94e3fe;
	padding:4px 8px ;
	color:#2c1376;
}

.entry_form_input_text{
	width: 100%; /*flexの中で100%広げる*/
	height: 28px;
	background-color: #fff;
	border: 1px solid #999; /*枠線非表示*/
	outline: none; /*フォーカス時の枠線非表示*/
	box-sizing: border-box; /*横幅の解釈をpadding, borderまでとする*/
}
.entry_form_textarea{
	width: 100%; /*flexの中で100%広げる*/
	height: 500px;
}
.deco_midashi_01 h2 {
    font-size: 2.4rem;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.deco_midashi_01 h2:before,.deco_midashi_01  h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.deco_midashi_01 h2:before {
  left:0;
}
.deco_midashi_01 h2:after {
  right: 0;
}

.deco_midashi_02 h2 {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  text-align: center;
}
.deco_midashi_02 h2:before, .deco_midashi_02 h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
.deco_midashi_02 h2:before {
  left: 7px;
}
.deco_midashi_02 h2:after {
  right: 7px;
}

.newjob_2{
    width:100%;
    max-width:1200px;
    margin:4px auto;
    background-color:#f7f7f7;
	border-radius:4px;
	padding:10px;
}

.newjob_2_imgtext{
	display: flex;
	width: 100%;
	margin:0;
	padding:0;
}
.newjob_2_img{
	width: 280px;
	padding:0px;
}
.newjob_2_img img{
	width: 100%;
	object-fit:cover;
}

.newjob_2_marker_title {
	display: inline;
	width: 100%;
	color: #333;
	font-size: 1.3rem;
	line-height: 2;
	background: linear-gradient(
    to bottom, /* 方向 */
    transparent 0 0%,  /* 上半分の領域 */
    #a2f2b4 20% 20% /* 下半分の領域 */
  );
}
.newjob_2_text{
	padding:10px;
	width: calc(100% - 300px);
}
.newjob_2_text i, .newjob_2_text_update i{
	color:#F1AE1C;
}
.newjob_2_text p{
    margin:0px;
}
.newjob_2_text span{
    margin-left:10px;
}
.newjob_2_text_small{
    font-size:0.9rem;
}
.newjob_2_text_update{
	font-size:0.8rem;
	text-align: right;
}




.newjob_img{
	width: 300px;
	padding:0px;
}
.newjob_img img{
	width:100%;
	object-fit:cover;
}
.newjob_text{
	padding:10px;
    width: calc(100% - 300px);
}
.newjob_text i{
	color:#F1AE1C;
}
.newjob_text p{
    margin:0px;
}
.newjob_text span{
    margin-left:10px;
}
.newjob_text_small{
    font-size:0.9rem;
}
.newjob_text_update{
	font-size:0.8rem;
	text-align: right;
}
.newjob_btn{
	width: 260px;
	display: flex;
	justify-content:center;
	align-items:center;
}

.newjob_2 h3 {
  position: relative;
  padding: 0.6rem 1.0rem;
  border: 2px solid #F1E758;
  border-radius: 10px;
  background: #F1E758;
}

.newjob_2 h3:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #F1E758 transparent transparent transparent;
}

.newjob_2 h3:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #F1E758 transparent transparent transparent;
}

h2.job_search {
	width: 96%;
	margin:20px auto 0px auto ;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
	background: #fff100;
		font-size: 1.4rem !important; 
}
h2.job_search_pink {
  background: #fca9a9;
}
h2.job_search_lightblue {
	background: #0097E6;
	color:#fff;
}
h2.job_search_green {
	background: #3F9E29;
	color:#fff;
}
h2.job_search_brown {
	background: #b59a57 !important;
	color:#fff;
}

h2.job_search:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

h2.jobguide {
	width: 96%;
	margin:20px auto 0px auto ;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
	background: #82cf97;
}

h2.jobguide:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

.jobguide_listbox ul, .jobguide_listbox ol {
  color: #668ad8;/*文字色*/
  border: dashed 2px #668ad8;/*破線 太さ 色*/
  background: #f1f8ff; /*背景色*/
	padding: 0.5em 0.5em 0.5em 2em;
	margin-bottom:40px;
}

.jobguide_listbox ul li, .jobguide_listbox ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}

table.ta1 {
	word-break: break-all;
	border-collapse: collapse;	
	width: 90%;
	max-width:1200px;
	margin:0px auto 30px auto;
}

.ta1 caption {
	font-weight: bold;
	margin-bottom: 10px;
	caption-side:top;
	font-size: 1.8rem;
}

.ta1 tr{
	border-bottom: solid 3px #fbfbf2;
}
.ta1 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
	padding: 10px 0;
	
}
.ta1 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.ta1 td{
  text-align: left;
  width: 70%;
  padding: 10px 0 10px 30px;
	background-color: #f5f5f5;
}
.ta2 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #f5b3b3;
  color: white;
  text-align: center;
	padding: 10px 0;
	
}
.ta2 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #f5b3b3;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.ta2 td{
  text-align: left;
  width: 70%;
  padding: 10px 0 10px 30px;
	background-color: #fff;
}
.photo_column {
	width:80%;
	max-width: 1200px;	
	text-align: center;
	margin: 20px auto;
}
.photo_column img {
	width: 80%;
	max-width: 600px;
	object-fit: cover;
}
.ttl_frame5 {
  font-weight: bold;
  border: 3px solid #f5b3b3;
  background-color: #fff;
  padding: 0.5em 1em;
  position: relative;
}
.ttl_frame5::after {
  content: '';
  background-color: #f5b3b3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(-1deg);
}
.entry_limit_date .entry_limit_date_list {
	display: flex;
	justify-content: flex-end;
	width: 90%;
	max-width:1200px;
	margin:0px auto;
	font-size: 0.9rem;
}
.entry_limit_date .entry_limit_date_list dt, .entry_limit_date .entry_limit_date_list dd {
	padding: 2px; /* dtとdd間のスペース */

}


a.btn--orange {
  color: #fff;
  background-color: #fca9a9;
}

a.btn--orange:hover {
  color: #fff;
  background: #f5b3b3;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

.photo_column ul, .photo_column ol {
  background: #f1f8ff;
  box-shadow: 0px 0px 0px 10px #f1f8ff;/*線の外側*/
  border: dashed 2px #668ad8;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

.photo_column ul li, .photo_column ol li {
  line-height: 1.5;
	padding: 0.5em 0;
	text-align: left;
}


.text_bold_red{
	font-weight: bold;
	color:red;
}
.text_bold{
	font-weight: bold;
}

/*
パンくずリスト
*/
.breadcrumb-001 {
    display: flex;
    gap: 0 10px;
    list-style: none;
    padding: 6px 0 6px 10px;
	font-size: 0.85em;
  white-space: nowrap;
  word-break: keep-all;
  overflow-x: auto;	
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb-001 a , .breadcrumb-001 a:visited{
    color: #800000 !important;
    text-decoration: none;
}

.breadcrumb-001 a:hover{
    color: #61bfed !important;
    text-decoration: underline !important;
}

.breadcrumb-002 {
    display: flex;
    gap: 0 3px;
    list-style: none;
    padding: 0;
    font-size: 0.85em;
  white-space: nowrap;
  word-break: keep-all;
  overflow-x: auto;	
}

.breadcrumb-002 li {
    display: flex;
    align-items: center;
}

.breadcrumb-002 li:not(:last-child)::after {
    display: inline-block;
    margin-left: 3px;
    color: #333333;
    content: '>';
}


.breadcrumb-002 a , .breadcrumb-002 a:visited{
    color: #800000 !important;
    text-decoration: none;
}

.breadcrumb-002 a:hover{
    color: #61bfed !important;
    text-decoration: underline !important;
}
.breadcrumb-003 {
    display: flex;
    gap: 0 10px;
    list-style: none;
    padding: 6px 0 6px 10px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f9f9f9;
	font-size: 0.85em;
	margin-top:0px;
  white-space: nowrap;
  word-break: keep-all;
  overflow-x: auto;	
}

.breadcrumb-003 li {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 10px;
}

.breadcrumb-003 li:first-child a::before {
    display: inline-block;
    width: 1em;
    height: 1em;
	content: '\f015';
	font-family: fontAwesome;
    vertical-align: center;
	margin-right:10px;
}

.breadcrumb-003 li:not(:last-child)::before,
.breadcrumb-003 li:not(:last-child)::after{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    content:'';
}

.breadcrumb-003 li:not(:last-child)::before{
    right: 0;
    border-left: 10px solid #dfdfdf;
}

.breadcrumb-003 li:not(:last-child)::after{
    right: 1px;
    border-left: 10px solid #f9f9f9;
}

.breadcrumb-003 a , .breadcrumb-003 a:visited{
    color: #800000 !important;
    text-decoration: none !important;
}

.breadcrumb-003 a:hover{
    color: #61bfed !important;
    text-decoration: underline !important;
}


/* フッター */
#footer{
	background-color: #563322;
	color:#f7f7f7;
}
#footer .container{
/*    color: #e0c7b2;	*/
}
#footer .footer-ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #ffce11;
}
#footer address p,
#footer #footer-news li{
    margin-bottom: 0.5rem;
}
#footer #footer-news ul{
    margin: 0;
    padding: 0
}
#footer #footer-news ul{
    list-style: none;
}
#footer #footer-news li span{
    display: inline-block;
    margin-right: 0.5rem;
}
#footer #copyright{
    border-top: 1px solid #774831;
    background-color: #401f0f;
    color: #e0c7b2;
}
#footer img {
	width: 360px;
}

/* *****トップページ***** */
/* メイン画像 */
h1{
    font-weight: bold !important;
    color: #ffce11;
}
#page-top h1 + span {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}
#page-top .jumbotron-fluid{
		height: 580px;
		width: 100%;
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../images/jobhoudei_top.png") no-repeat center center;
    background-size:cover;
}
#page-top .jumbotron-fluid .container{
    height: 100%;
}
#page-top .jumbotron-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
		border-color: #fff;
		background-color: #000;
}

/* 各セクション */
#page-top section{
    border-bottom: 1px solid #e0c7b2;
    background-color: #fbfbf2;
	padding: 5rem 0;
}
#page-top section:nth-child(odd){
    background-color: #e0c7b2;
}
#page-top section .container > h2{
    margin-bottom: 30px;
    font-size: 2.5rem;
}
#page-top section .container > h2 + p{
    max-width: 700px;
	margin: 0 auto 50px;
}
#sec1 h3{
    font-size: 1.4rem;
}

#sec2 {
    line-height: 180%;
}
#sec2 .row{
    min-height: 160px;
    color: #2f2f2f;
}
#sec4 .card-body .clearfix p,
#sec4 .card-body .clearfix h3{
    margin-left: 115px;
    line-height: 130%;
}
#sec4 .card-body .card-title{
    margin-bottom: 5px;
    color: #401f0f;
}
#sec4 .card-body .card-subtitle{
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #968075;
}
#sec4 img {
    width: 100%;
}
#sec4 .btn {
    width: 100%;
	background-color: #401f0f;
	border: none;
	padding: 1rem 0;
}

#sec5 article > .row {
    border: 1px solid #dddddd;
}
#sec5 > div:nth-child(1) img {
    width: 100%;
}
/*#sec4 > div:nth-child(2){
    margin-left: 220px;
}*/
#sec5 h3{
    margin-bottom: 0.1rem;
}
#sec5 article > div div header {
	padding: 10px;
}

/* *****下層ページ***** */

#breadcrumb-wrapper{
    border-bottom: 1px solid #a29080;
}
#breadcrumb-wrapper,
.breadcrumb{
		font-size: 0.75rem;
		line-height: 1.0rem;
    background-color: #563322;
}
.breadcrumb a{
    color: rgba(255,255,255,.5);
}
.breadcrumb a:hover,
.breadcrumb a:focus{
    color: rgba(255,255,255,1);
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    padding-right: 0.5rem;
    color: rgba(255,255,255,.5);
}
.breadcrumb-item.active{
    color: #ffffff;
}
h1.page-ttl {
    font-size:2rem; 
}
#page h1 + span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}

#page article {
    padding: 5rem 0;
}

#page section {
    padding-bottom: 5rem;
}
#page section:last-child {
    padding-bottom: 0rem;
}

#page h1 + small {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
}

.jumbotron2{
    border-bottom: #dddddd;
	  background-color: #000;
/*		opacity: 0.9;	*/
    background: url("../images/backimg_macchagreen.png") repeat top left;
    border-radius: initial;
		padding: 0;
		height: 300px;
}
.jumbotron2 p{
    margin-bottom: 0;
}

	.jumbotron2 h1 {
		font-size: 2.0rem;
		text-align: center;
		height: 100%;
		padding:150px;
	}
.span_white_small {
		font-size: 1.0rem;
		font-weight: normal;
		color: #fff;
	}
.span_black_small {
		font-size: 1.0rem;
		font-weight: normal;
		color: #000;
	}
	
	.jobguide_h1{
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
		font-size: 2.0rem;
		width: 80%;
		margin:20px auto;
	}
#page .jumbotron{
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../images/houdeinet-top.png") no-repeat center center;
    background-size:cover;
    border-radius: initial;
}
#page .jumbotron .container{
    padding: 0;
}
#page .jumbotron .container p{
    margin-bottom: 0;
}
#page h2 + p{
    margin: 0 0 1.2rem;
}
#page main img{
    max-width: 100%;
}
#page .sample-title{
    display: flex;
    align-items: center;
    text-align: center;	
}

#page .sample-title::after {
    border-top: 3px dotted;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
    margin-left: 0.5em;
}
#page .sample-title span{
    background-color: #fbfbf2;
}
#page .sample-subtitle{
    font-size: 1.5rem;
    font-weight: bold;
    color: #401f0f;
}
	/*  お仕事ガイド */
	.guide_img_text_flex{
		display:flex;
		margin:0px auto 30px auto;
	}
	.guide_img_text_flex_img{
		width: 49%; 
		border-radius:20px;	
	}
			.guide_img_text_flex_text{
		width: 49%;
		padding:12px;
		}

/* *****フォーム***** */

.form1 label{
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.form1 input,
.form1 textarea,
.form1 select{
    max-width: 768px;
}
.form1 .form-group{
    margin-bottom: 2rem;
}
	
	
	/* 959px以下に適用されるCSS（タブレット用） */
	/* 959px以下に適用されるCSS（タブレット用） */
	/* 959px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 959px) {
		/* 959px以下に適用されるCSS（タブレット用） */
		.entry_form{
			width: 100%;
			max-width: 800px;
		}
		#page-top .jumbotron-fluid{
			height: 360px;
			background-size: 170%;
		}
		.newjob{
			width:100%;
		}
		.newjob_img{
			width: 240px;
		}
		.newjob_img img{
			width: 100%;
			margin:10px auto;
		}
		.newjob_text{
			padding:10px;
			width: calc(100% - 240px);
		}
		
		.newjob_btn{
			width: 100%;
			display: block;
			justify-content:center
				align-items:center;
		}
		
		.ta1 caption {
			font-size: 1.3rem;
			line-height: 1.8rem;
			margin-bottom: 0px;
			background-color: #d1d152;
		}

		h2.job_search {
			font-size: 1.3rem;
		}

		h2.job_search:before {
			position: absolute;
			top: -6px;
			left: -6px;
			width: 100%;
			height: 100%;
			content: '';
			border: 3px solid #000;
		}
		table.ta1 th,table.ta1 td{
			width:100%;
			display:block;
		}
		table.ta1 td{
			width:100%;
			margin: 10px 0 10px 0;
			padding: 10px 10px 20px 10px;
			background-color: #fbfbf2;
		}

		.ta1 th:after{/* モバイル端末は下矢印に変更 */
			top:100%;
			left:4%;
			border-top: 10px solid #52c2d0;
			border-right: 10px solid transparent;
			border-bottom: 10px solid transparent;
			border-left: 10px solid transparent;	
		}
		.ta2 th:after{/* モバイル端末は下矢印に変更 */
			top:100%;
			left:4%;
			border-top: 10px solid #f5b3b3;
			border-right: 10px solid transparent;
			border-bottom: 10px solid transparent;
			border-left: 10px solid transparent;	
		}
		
		.ta2 td{
			text-align: left;
			width: 70%;
			padding: 10px 0 10px 30px;
			background-color: #fff;
		}
		td.photo_column {
			text-align: center;
			padding:0;
			width: 100%;
		}
		.photo_column img {
			width: 100%;
			margin:0 auto;
			object-fit: contain;
		}
		
			.guide_img_text_flex{
		display:block;
	}
		.guide_img_text_flex_img{
		width: 100%; 
	}
		.guide_img_text_flex_text{
			width: 100%;
		}
		
		
		
} /* @media screen and (max-width: 959px) */
	
/***************************************************************************************************/	
/***************************************************************************************************/	
		
	/* 480px以下に適用されるCSS（スマホ用） */
	/* 480px以下に適用されるCSS（スマホ用） */
	/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
		/* 480px以下に適用されるCSS（スマホ用） */
		.entry_form{
			max-width: 320px;
		}
		
		.entry_form h1{
			padding:20px 3px;
			font-size:1.1rem;
			text-align: center;
			border: solid 2px #364e96;
		}
		.entry_form h2{
			font-size:1.1rem;
		}
		#page-top .jumbotron-fluid{
			height: 220px;
			background-size: 210%;
		}

		.container{
		}
		
		.newjob_h2{
			font-size: 3.7rem;
			padding:0;
		}
		.newjob{
			display:block;
			width:100%;
			padding:0 14px;
		}
		.newjob_2_img{
			width:100%;
		}
		.newjob_2_img img{
			width:100%;
		}
		.newjob_2_text{
			width:100%;
		}
		.newjob_btn{
			width:100%;
			display: block;
			padding:30px 0;
		}
.newjob_2_imgtext{
	display: block;

}

		h2.job_search {
			font-size: 1.05rem;
  padding: 12px 8px;
}

} /* @media screen and (max-width: 480px) */