@charset "UTF-8";

/*
Theme Name: 津商工会議所　就活フェア
Theme URI:  https://www.tshukatsu-tsucci.com/
Author:			Ｏ－ＧＯＥ
*/
/* --------------------------------------------------------------------------------
	topimg
-------------------------------------------------------------------------------- */
main{
  width: 100%;
  padding-top: 120px;
}
.main__wrap{
  width: 100%;
}
.contents__pretxt{
  width: 100%;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.entry__btn{
  width: 60%;
  margin: 50px auto 0 auto;
}
.entry__btn a{
  width: 100%;
  text-align: center;
  border: 2px solid var(--color-bl);
  background-color: var(--color-bl);
  color: #fff;
  border-radius: 50px;
  padding: 15px 0 17px 0;
  font-weight: bold;
  display: block;
  font-size: 2rem;
}
.entry__btn a:hover{
  background-color: #fff;
  color: var(--color-bl);
}
/* --------------------------------------------------------------------------------
	contents
-------------------------------------------------------------------------------- */
section{
  width: 100%;
  position: relative;
  z-index: 10;
}
.contents__wrapper{
  max-width:1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 2%;
  position: relative;
  box-sizing: content-box;
}
.contents__wrapper2{
  max-width:1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2% 5% 2%;
  position: relative;
  box-sizing: content-box;
}
.contents__wrapper3{
  max-width:1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5% 2%;
  position: relative;
  box-sizing: content-box;
}
.container__color_gray{
  background-color: #eee;
}
.container__color_ye{
  background-color: rgba(254, 239, 49, 0.25);
}
.cntbanner__box{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.cntbanner__box a{
  display: block;
}

/* --------------------------------------------------------------------------------
	about
-------------------------------------------------------------------------------- */
.about__wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about__imgbox{
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__imgbox img{
  width: 160px;
  object-fit: contain;
}
.about__txtbox{
  width: 50%;
}
.about__txt h2{
  color: #fff;
  padding: 6px 0;
}
.about__txt h2 span{
  background-color: var(--color-bl);
  padding: 5px 20px 7px 20px;
  font-size: 2.4rem;
  line-height: 1em;
}
.about__txt p{
  width: 100%;
  line-height: 2em;
  margin-top: 5%;
}
.about__txt p span{
  color: var(--color-pk);
}
.overview__wrap{
  width: 100%;
  margin-top: 3%;
}
.overview__wrap h2{
  padding: 0 0 8px 0;
}
.overview__wrap h2 span{
  padding: 0 0 5px 0;
  font-size: 2.4rem;
  line-height: 1em;
  border-bottom: 3px solid var(--color-bl);
}
.overview__cntbox{
  width: 100%;
  margin-top: 1.5%;
}
.overview__cntbox ul{
  width: 100%;
}
.overview__cntbox ul li{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.overview__cntbox ul li:first-child{
  margin-top: 0;
}
.overview__table_l{
  width: 20%;
  text-align: center;
  padding: 5px 0 7px 0;
  background-color: #7ce7d0;
}
.overview__table_r{
  width: 80%;
  background-color: #eee;
  padding: 5px 20px 7px 20px;
}
.posted__wrap{
  width: 100%;
  margin-top: 8%;
}
.posted__wrap h2{
  padding: 0 0 8px 0;
}
.posted__wrap h2 span{
  padding: 0 0 5px 0;
  font-size: 2.4rem;
  line-height: 1em;
  border-bottom: 3px solid var(--color-bl);
}
.posted__cntbox{
  width: 100%;
  margin-top: 3%;
}
.posted__cntbox ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.posted__cntbox ul li{
  width: 15%;
}
.posted__txtbox{
  width: 100%;
  text-align: center;
  margin-top: 3%;
}
/* --------------------------------------------------------------------------------
	gosetsu
-------------------------------------------------------------------------------- */
.gosetsu__bgbox{
  width: 100%;
  background-color: #f4f4f4;
}
.gosetsu__wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gosetsu__imgbox{
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gosetsu__imgbox img{
  width: 100%;
  object-fit: contain;
}
.gosetsu__txtbox{
  width: 65%;
}
.gosetsu__txt h2{
  color: #fff;
  padding: 6px 0;
}
.gosetsu__txt h2 span{
  background-color: var(--color-pk);
  padding: 5px 20px 7px 20px;
  font-size: 2.4rem;
  line-height: 1em;
}
.gosetsu__txt p{
  width: 100%;
  line-height: 2em;
  margin-top: 5%;
}
.gosetsu__txt p span{
  color: var(--color-pk);
}
.gosetsucnt__wrap{
  width: 100%;
  margin-top: 3%;
}
.gosetsucnt__wrap h2{
  padding: 0 0 8px 0;
}
.gosetsucnt__wrap h2 span{
  padding: 0 0 5px 0;
  font-size: 2.4rem;
  line-height: 1em;
  border-bottom: 3px solid var(--color-pk);
}
.gosetsucnt__cntbox{
  width: 100%;
  margin-top: 1.5%;
}
.gosetsucnt__cntbox ul{
  width: 100%;
}
.gosetsucnt__cntbox ul li{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.gosetsucnt__cntbox ul li:first-child{
  margin-top: 0;
}
.gosetsucnt__table_l{
  width: 20%;
  text-align: center;
  padding: 5px 0 7px 0;
  background-color: var(--color-pk);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gosetsucnt__table_r{
  width: 80%;
  background-color: #fff;
  padding: 5px 20px 7px 20px;
}
.rebako__wrap{
  width: 100%;
  margin-top: 5%;
  background-color: #fff;
  border: 1px solid #333;
  padding: 10px 10px 30px 10px;
}
.rebako__ttlbox{
  width: 100%;
  background-color: var(--color-bl);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 10px 0;
}
.rebako__cntwrap{
  width: 90%;
  margin: 3% auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rebako__imgbox{
  width: 40%;
  text-align: center;
  background: url(../images/index/rebako-img01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #333;
  border-radius: 15px;
}
.rebako__cntbox{
  width: 55%;
}
.rebako__cntbox ul{
  width: 100%;
  margin-top: 30px;
}
.rebako__cntbox ul li{
  width: 100%;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-bl);
  text-indent: -1.67em;
  padding-left: 1.67em;
}
.rebako__cntbox ul li span{
  margin-left: 0.5em;
  font-weight: normal;
}
.rebako__cntbox ul li::before{
  font-family: 'Font Awesome 6 Pro';
  content: '\f058';
  color: var(--color-bl);
  font-size: 2rem;
  margin-right: 0.5em;
  font-weight: 400;
}
.rebako__cntbox ul li:first-child{
  margin-top: 0;
}
.rebako__btnbox{
  width: 400px;
  margin: 30px auto 0 auto;
}
.rebako__btn a{
  width: 100%;
  padding: 10px 0 12px 0;
  background-color: var(--color-bl);
  border: 2px solid #333;
  border-radius: 100px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2em;
}
.rebako__btn a:hover{
  background-color: #333;
  color: #fff;
}
.present__wrap{
  width: 100%;
  margin-top: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.present__mainbox{
  width: 33%;
  border: 1px solid var(--color-pk);
}
.present__txtbox{
  width: 60%;
  line-height: 2em;
}
.present__txtbox p{
  text-indent: -1em;
  padding-left: 1em;
}
.present__txtbox p span{
  font-weight: bold;
}
.present__ttlbox{
  width: 100%;
  height: 50px;
  background-color: var(--color-pk);
  display: flex;
  align-items: center;
  justify-content: center;
}
.present__ttlbox img{
  height: 35px;
  object-fit: contain;
}
.present__ttl{
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 15px;
  color: #fff;
}
.present__cntwrap{
  width: 100%;
  padding: 0 5%;
  height: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--color-pk);
  text-align: center;
  background-color: #fff;
}
.present__cntbox{
  width: 100%;
}
.present__itemname{
  width: 100%;
  line-height: 1.2em;
  display: block;
}
.present__itemcnt{
  width: 100%;
  font-size: 3rem;
  font-weight: bold;
  display: block;
}
.present__itemcnt span{
  font-size: 2rem;
}
.method__wrap{
  width: 100%;
  margin-top: 3%;
}
.method__wrap ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.method__wrap ul li{
  width: 30%;
  border: 1px solid var(--color-pk);
  background-color: #fff;
  padding: 0 10px 20px 10px;
}
.method__no{
  width: 100%;
  text-align: center;
  padding: 15px 0 5px 0;
}
.method__no span{
  background-color: var(--color-pk);
  font-size: 1.8rem;
  line-height: 1em;
  padding: 15px 3px 5px 3px;
  color: #fff;
}
.method__ttl{
  width: 100%;
  margin-top: 15px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1em;
  color: var(--color-pk);
}
.method__txt{
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2em;
}
/* --------------------------------------------------------------------------------
	jizen
-------------------------------------------------------------------------------- */
.jizen__bgbox{
  width: 100%;
  height: 270px;
  background-color: var(--color-yl);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jizen__imgbox01{
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.jizen__imgbox02{
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.jizen__imgbox01 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.jizen__imgbox02 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}
.jizen__cntbox{
  width: 100%;
  text-align: center;
  position: relative;
}
.jizen__cntbox h2{
  font-size: 2.4rem;
  font-weight: bold;
}
.jizen__txt{
  margin-top: 15px;
}
.jizen__btnbox{
  width: 400px;
  margin: 30px auto 0 auto;
}
.jizen__btn a{
  width: 100%;
  padding: 10px 0 12px 0;
  background-color: var(--color-pk);
  border: 2px solid #333;
  border-radius: 100px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2em;
}
.jizen__btn a:hover{
  background-color: #333;
  color: #fff;
}
/* --------------------------------------------------------------------------------
	exhibitor
-------------------------------------------------------------------------------- */
.company__bgcolor{
  background-color: #c4f4ea;
}
.exhibitor__ttl{
  font-size: 250%;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.exhibitor__date{
  width: 100%;
  font-size: 120%;
  text-align: center;
}
.exhibitor__count p{
  font-size: 500%;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: var(--color-bl);
  padding-top: 1%;
}
.exhibitor__count p::before{
  content: '全 ';
  font-size: 50%;
  color: #333;
}
.exhibitor__count p::after{
  content: ' 社';
  font-size: 50%;
  color: #333;
}
.exhibitor__menubox{
  width: 100%;
  margin-top: 4%;
}
.exhibitor__menubox ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.exhibitor__menubox ul li{
  width: 184px;
}
.exhibitor__menubox ul li a{
  background-color: #fff;
  padding: 10px 0 12px 0;
  color: #333;
  text-align: center;
  border-radius: 50px;
  font-size: 2rem;
  line-height: 1em;
  font-weight: bold;
  display: block;
}
.exhibitor__menubox ul li a:hover{
  background-color: var(--color-bl);
  color: #fff;
}
.co__container_top{
  width: 100%;
  margin-top: 7%;
}
.co__container{
  width: 100%;
  margin-top: 4%;
}
.co__errortxt{
  width: 100%;
  padding: 5% 0;
  text-align: center;
  font-size: 120%;
}
.co__category{
  font-size: 300%;
  text-align: center;
  width: 100%;
}
.co__cntbox{
  width: 100%;
  margin-top: 2%;
}
.co__cntbox ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between ;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.co__cntbox ul li{
  width: 48%;
  background-color: #fff;
  color: #333;
  margin-bottom: 3%;
}

.displayNone {
  display: none;
}
.accordion a {
  display: block;
}
.contentWrap {
  font-size: 100%;
  padding: 5%;
}
.switch {
  cursor: pointer;
  position: relative;
  border-left: solid 12px var(--color-bl);
  padding: 3% 8% 3% 5%;
  display: flex;
  justify-content: space-between;
  font-feature-settings: "palt";
}
.co__mainwrap{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.co__appeal{
  width: 100%;
  color: var(--color-pk);
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.2em;
}
.co__namebox{
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2em;
}
.co__iconbox{
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.co__icon{
  padding: 3px 1em 5px 1em;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
.icon01{
  color: var(--color-bl);
  border: 1px solid var(--color-bl);
}
.icon02{
  background-color: #eee;
  border: 1px solid #eee;
  color: #333;
}
.icon03{
  color: var(--color-pk);
  border: 1px solid var(--color-pk);
}
.bgcolor__bl{
  background-color: var(--color-bl);
}
.bgcolor__lbl{
  background-color: #0fadf5;
}
.switch:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 3%;
  font-family: 'Font Awesome 6 Pro';
	content: '\f0da';
  font-size: 25px;
  font-weight: 900;
  color: var(--color-bl);
}
.switch.open:after {
  font-family: 'Font Awesome 6 Pro';
	content: '\f0d7';
  font-weight: 900;
}
.co__topimgbox{
	position:relative;
	overflow:hidden;
  width: 100%;
  aspect-ratio: 2 / 1;
  border: solid 1px #333;
  margin-bottom: 15px;
}
.co__topimg{
	width:100%;
	height:100%;
}
.co__topimg > img{
	width:100%;
	height:100%;
	object-fit: cover;
	z-index:50;
	filter: blur(8px);
}
.img__filter > img{
	vertical-align:top;
	width:100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index:60;
}
.co__cntsubttl{
  font-weight: bold;
  width: 100%;
  border-bottom: dotted 1px #333;
  padding-bottom: 1%;
  margin-bottom: 1%;
}
.co__cntjob {
  width: 100%;
  padding-bottom: 3%;
}
.co__cntjob ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.co__cntjob ul li{
  width: auto;
  box-shadow: none;
}
.co__cntjob ul li::before{
  content: '■';
}
.co__cntjob ul li::after{
  content: '　';
}
.co__cnttxt{
  line-height: 120%;
  padding-bottom: 5%;
}
.co_cntlink{
  width: 100%;
}
.co_cntlink a{
  width: 100%;
  background-color: var(--color-pk);
  border: 2px solid #333;
  color: #fff;
  border-radius: 50px;
  display: block;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
.co_cntlink a:hover{
  background-color: #fff;
  color: #333;
}
.co__annotation{
  font-size: 100%;
  text-align: right;
}
/* --------------------------------------------------------------------------------
	info
-------------------------------------------------------------------------------- */
.info__ttl{
  font-size: 250%;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.info__box{
  width: 100%;
  margin-bottom: 5%;
}
.info__box ul{
  width: 100%;
}
.info__box ul li{
  width: 100%;
  border-bottom: dotted 1px #333;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1%;
  margin-top: 2%;
  font-size: 120%;
  line-height:100%;
}
.info__box ul li a{
  color: #333;
}
.info__box ul li a:hover{
  color: #999;
}
.info__date{
  width: 15%;
}
.info__subttl{
  width: 85%;
}
/* --------------------------------------------------------------------------------
	sns
-------------------------------------------------------------------------------- */
.sns__wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sns__ttl{
  font-size: 2.6rem;
}
.sns__border{
  width: 50px;
  border-top: 1px solid #333;
  margin: 0 30px 0 30px;
}
.sns__linkbox ul{
  width: 100%;
  display: flex;
  justify-content: center;
}
.sns__linkbox ul li{
  width: 50px;
  margin-right: 10px;
}
.sns__linkbox ul li:last-child{
  margin-right: 0;
}
/* --------------------------------------------------------------------------------
	津市UIJターン就職支援のご案内
-------------------------------------------------------------------------------- */
.link__cntback{
  width: 100%;
  background-color: var(--color-yl);
  text-align: center;
}
.link__cntttl{
  width: 100%;
  text-align: center;
}
.link__cntttl h2{
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: bold;
}
.link__cnttxt{
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 3%;
}
.link__cntbox{
  width: 100%;
  margin-top: 3%;
}
.link__cntbox ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link__cntbox ul li{
  width: 32%;
  position: relative;
}
.link__cntbox ul li a{
  padding: 13px 0 15px 0;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #fff;
  color: var(--color-bl);
  border: 1px solid var(--color-bl);
  border-radius: 50px;
}
.link__cntbox ul li a:hover{
  background-color: var(--color-bl);
  color: #fff;
}
.contents__wrapper_link{
  max-width:1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
  box-sizing: content-box;
}
.support__wrap{
  width: 100%;
  border: 1px solid #333;
  padding: 10px 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3%;
}
.support__cntbox{
  width: 68%;
  text-align: justify;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.support__contents{
  width: 100%;
}
.support__ttl01,.support__ttl03{
  width: 100%;
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: bold;
  padding: 11.5px 0;
}
.support__ttl02{
  width: 100%;
  font-size: 3.8rem;
  line-height: 1em;
  font-weight: bold;
  padding: 14.5px 0;
  margin-top: 10px;
}
.support__ttl03{
  margin-top: 10px;
}
.support__ttl01 span,.support__ttl02 span,.support__ttl03 span{
  background-color: #fff;
  padding: 5px 10px 7px 10px;
}
.support__txt{
  width: 100%;
  margin-top: 15px;
}
.support__imgbox{
  width: 30%;
}
/* --------------------------------------------------------------------------------
	contact
-------------------------------------------------------------------------------- */
.contact__wrapper{
  width: 100%;
  text-align: center;
}
.contact__ttl{
  width: 100%;
}
.contact__ttl h2{
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1em;
}
.contact__txt{
  font-size: 2rem;
  width: 100%;
  margin-top: 3%;
  line-height: 1.2em;
}
.contact__txt_co{
  width: 100%;
  margin-top: 1.5%;
  line-height: 1.2em;
}
.contact__cntbox{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 3% 0;
  margin-top: 5%;
}
.contact__info{
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  line-height: 1em;
}
.contact__info span{
  margin-right: 0.5em;
}
.contact__number{
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1em;
  margin-top: 2%;
}
.contact__number span{
  margin-right: 1em;
}
.contact__btnbox{
  width: 100%;
  margin-top: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact__btn{
  width: 60%;
}
.contact__btn a{
  width: 100%;
  text-align: center;
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  border-radius: 50px;
  padding: 10px 0 12px 0;
  font-weight: bold;
  display: block;
}
.contact__btn a:hover{
  background-color: #fff;
  color: #333;
}
@media screen and (min-width: 1367px) and (max-width: 1536px) {

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

}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .contents__wrapper{
    padding: 10% 5%;
  }
  .contents__wrapper2{
    padding: 0 5% 10% 5%;
  }
  .contents__wrapper3{
    max-width:1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
    position: relative;
    box-sizing: content-box;
  }
  .cntbanner__box{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* --------------------------------------------------------------------------------
  	topimg
  -------------------------------------------------------------------------------- */
  main{
    width: 100%;
    padding-top: 70px;
  }
  .main__wrap{
    width: 100%;
  }
  .contents__pretxt{
    width: 100%;
    font-size: 2rem;
  }
  .entry__btn{
    width: 100%;
    margin: 50px auto 0 auto;
  }
  .entry__btn a{
    width: 100%;
    font-size: 1.8rem;
  }
  /* --------------------------------------------------------------------------------
  	about
  -------------------------------------------------------------------------------- */
  .about__wrap{
    width: 100%;
  }
  .about__imgbox{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
  }
  .about__txtbox{
    width: 100%;
  }
  .about__txt h2{
    color: #fff;
    padding: 6px 0;
  }
  .about__txt h2 span{
    padding: 5px 10px 7px 10px;
    font-size: 2rem;
    line-height: 1em;
  }
  .about__txt h2 span{
    line-height: 2.4em;
  }
  .about__txt p{
    line-height: 1.5em;
  }
  .about__wrap2{
    width: 100%;
    margin-top: 10%;
  }
  .about__wrap2 h2{
    line-height: 1.8em;
  }
  .about__txt2{
    margin-top: 5%;
    line-height: 1.5em;
  }
  .overview__wrap{
    width: 100%;
    margin-top: 10%;
  }
  .overview__wrap{
    width: 100%;
    margin-top: 10%;
  }
  .overview__wrap h2 span{
    font-size: 2rem;
  }
  .overview__cntbox{
    width: 100%;
    margin-top: 8%;
  }
  .overview__cntbox ul{
    width: 100%;
  }
  .overview__cntbox ul li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .overview__cntbox ul li:first-child{
    margin-top: 0;
  }
  .overview__table_l{
    width: 6em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
  }
  .overview__table_r{
    width: calc(100% - 6em);
    padding: 5px 10px;
  }
  /* --------------------------------------------------------------------------------
  	gosetsu
  -------------------------------------------------------------------------------- */
  .gosetsu__imgbox{
    width: 50%;
    margin: 7% auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gosetsu__txtbox{
    width: 100%;
  }
  .gosetsu__txt h2 span{
    padding: 5px 10px 7px 10px;
    font-size: 2rem;
    line-height: 2.4em;
  }
  .gosetsu__txt p{
    line-height: 1.5em;
  }
  .gosetsucnt__wrap{
    width: 100%;
    margin-top: 10%;
  }
  .gosetsucnt__wrap h2 span{
    font-size: 2rem;
  }
  .gosetsucnt__cntbox{
    width: 100%;
    margin-top: 8%;
  }
  .gosetsucnt__table_l{
    width: 6em;
    padding: 5px 0 7px 0;
  }
  .gosetsucnt__table_r{
    width: calc(100% - 6em);
    padding: 5px 10px 7px 10px;
  }
  .rebako__wrap{
    margin-top: 10%;
  }
  .rebako__ttlbox{
    font-size: 2rem;
  }
  .rebako__cntwrap{
    width: 100%;
    margin: 8% auto 0 auto;
  }
  .rebako__imgbox{
    width: 100%;
    height: 180px;
  }
  .rebako__cntbox{
    width: 100%;
    margin-top: 8%;
  }
  .rebako__cntbox ul{
    width: 100%;
    margin-top: 20px;
  }
  .rebako__cntbox ul li span{
    margin-left: 0;
  }
  .rebako__btnbox{
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .present__wrap{
    margin-top: 8%;
  }
  .present__mainbox{
    width: 100%;
  }
  .present__txtbox{
    width: 100%;
    line-height: 1.5em;
    margin-top: 8%;
  }
  .present__cntwrap{
    width: 100%;
    padding: 15px 5%;
  }
  .present__cntbox{
    width: 100%;
  }
  .method__wrap{
    width: 100%;
    margin-top: 8%;
  }
  .method__wrap ul{
    gap: 20px 0;
  }
  .method__wrap ul li{
    width: 100%;
    padding: 0 10px 20px 10px;
  }
  /* --------------------------------------------------------------------------------
  	jizen
  -------------------------------------------------------------------------------- */
  .jizen__imgbox01{
    width: 100%;
    height: 100%;
  }
  .jizen__imgbox01 img{
    object-fit: cover;
  }
  .jizen__cntbox{
    width: 90%;
    margin: 0 auto;
  }
  .jizen__cntbox h2{
    font-size: 2rem;
  }
  .jizen__txt{
    margin-top: 15px;
  }
  .jizen__btnbox{
    width: 100%;
    margin: 30px auto 0 auto;
  }
  /* --------------------------------------------------------------------------------
  	exhibitor
  -------------------------------------------------------------------------------- */
  .exhibitor__ttl{
    font-size: 180%;
  }
  .exhibitor__date{
    font-size: 1.6rem;
  }
  .exhibitor__count p{
    font-size: 300%;
    padding-top: 0;
  }
  .exhibitor__menubox{
    margin-top: 8%;
  }
  .exhibitor__menubox ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .exhibitor__menubox ul li{
    width: 45%;
  }
  .exhibitor__menubox ul li a{
    background-color: #fff;
    padding: 10px 0 12px 0;
    font-size: 100%;
  }
  .switch {
    font-size: 100%;
  }
  .co__container_top{
    margin-top: 10%;
  }
  .co__container{
    margin-top: 8%;
  }
  .co__namebox{
    font-size: 1.6rem;
  }
  .co__iconbox{
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 5px 10px;
  }
  .co__icon{
    padding: 3px 0.5em 5px 0.5em;
    font-size: 1.3rem;
  }
  .co__cntbox{
    margin-top: 5%;
  }
  .co__category{
    font-size: 220%;
  }
  .co__cntbox ul li{
    width: 100%;
    margin-bottom: 5%;
  }
  .co__cntjob ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .co__cntjob ul li{
    width: auto;
    box-shadow: none;
    margin-bottom: 0;
  }
  .co__annotation{
    font-size: 100%;
    text-align: right;
    margin-bottom: 5%;
  }
  .co__errortxt{
    font-size: 100%;
  }
  /* --------------------------------------------------------------------------------
  	info
  -------------------------------------------------------------------------------- */
  .info__ttl{
    font-size: 180%;
  }
  .info__box ul li{
    padding-bottom: 3%;
    margin-top: 5%;
    font-size: 100%;
  }
  .info__date{
    width: 100%;
    padding-bottom: 2%;
  }
  .info__subttl{
    width: 100%;
    line-height: 1.2em;
  }
  /* --------------------------------------------------------------------------------
  	sns
  -------------------------------------------------------------------------------- */
  .sns__wrap{
    margin-top: 5%;
  }
  .sns__ttl{
    width: 100%;
    text-align: center;
    font-size: 2.6rem;
  }
  .sns__border{
    display: none;
  }
  .sns__linkbox ul{
    margin-top: 5%;
  }
  .sns__linkbox ul li{
    width: 50px;
    margin-right: 30px;
  }
  .sns__linkbox ul li:last-child{
    margin-right: 0;
  }
  /* --------------------------------------------------------------------------------
  	津市UIJターン就職支援のご案内
  -------------------------------------------------------------------------------- */
  .link__cntback{
    background-color: rgba(254, 239, 49, 0.25);
  }
  .link__cntttl h2{
    font-size: 2rem;
    line-height: 1.2em;
  }
  .link__cnttxt{
    margin-top: 5%;
    text-align: justify;
  }
  .link__cntbox{
    width: 100%;
    margin-top: 8%;
  }
  .link__cntbox ul{
    width: 100%;
    gap: 15px;
  }
  .link__cntbox ul li{
    width: 100%;
  }
  .contents__wrapper_link{
    padding: 10% 5%;
  }
  /* --------------------------------------------------------------------------------
  	contact
  -------------------------------------------------------------------------------- */
  .contact__ttl h2{
    font-size: 2.8rem;
  }
  .contact__txt{
    font-size: 1.8rem;
    margin-top: 8%;
  }
  .contact__txt_co{
    width: 100%;
    margin-top: 5%;
    line-height: 1.2em;
  }
  .contact__cntbox{
    width: 100%;
    padding: 5% 0;
    margin-top: 10%;
  }
  .contact__info{
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.2em;
  }
  .contact__info span{
    margin-right: 0;
  }
  .contact__number{
    font-size: 1.6rem;
    line-height: 1.2em;
    margin-top: 5%;
  }
  .contact__number span{
    margin-right: 0;
  }
  .contact__btnbox{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    gap: 15px;
  }
  .contact__btn{
    width: 100%;
  }
}
