@charset "utf-8";


/**********************
共通
***********************/

#main-content .page-area {
	max-width: 1200px;
	padding: 50px;
	margin: 0 auto 20px auto;
	background-color: #ffffff;
	border-radius: 20px;
}
#main-content .list-area {
	max-width: 1000px;
	padding: 50px;
	margin: 0 auto;
}
#main-content {
	padding: 30px 20px 0 20px;
}
@media screen and (max-width:1000px){
#main-content .page-area {
	padding: 20px 20px 50px 20px;
}
#main-content .list-area {
	padding: 20px;
}
}
#main-content img {
	max-width: 100%;
}
#main-content p {
	line-height: 1.7em;
}
#main-content .box {
	padding-bottom: 50px;
}
#main-content i.search-icon::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background: url("../img/icon-serch.png") no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: contain;
}
/*******ボタン*******/
.buttonarea {
	display: flex;
	justify-content: center;
}
.link_button {
	display:inline-block;
	position:relative;
	background-image: linear-gradient(90deg, #99cfee, #0085c0);
	z-index:0;
	padding: 10px 50px;
}
@media screen and (max-width: 1000px) {
.link_button {
	padding: 10px 30px;
	font-size: 16px;
}
}
a.link_button:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    transition:0.5s;
    background:linear-gradient(90deg, #99cfee, #0085c0);
	border-radius: 100px;
}
.link_button:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-2;
	top:0;
    left:0;
    background:linear-gradient(90deg, #0085c0, #99cfee);
	border-radius: 100px;
}
.link_button:hover:before{
  opacity:0;
}
.link_button:hover{
	color: #ffffff;
}
/**/
.view_button {
	display:inline-block;
	position:relative;
	background-image: linear-gradient(90deg, #99cfee, #0085c0);
	z-index:0;
	padding: 10px 100px;
}
@media screen and (max-width: 1000px) {
.view_button {
	padding: 10px 30px;
}
}
a.view_button:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    transition:0.5s;
    background:linear-gradient(90deg, #99cfee, #0085c0);
	border-radius: 100px;
}
.view_button:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-2;
	top:0;
    left:0;
    background:linear-gradient(90deg, #0085c0, #99cfee);
	border-radius: 100px;
}
.view_button:hover:before{
  opacity:0;
}
.view_button:hover{
	color: #ffffff;
}
#linkbutton-area {
	padding:50px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#linkbutton-area .button {
	padding: 10px;
}
@media screen and (max-width: 1000px) {
#linkbutton-area {
	padding:30px 0;
}
}
/*********タグ**********/
#main-content ul.tagarea {
}
#main-content ul.tagarea li {
	display: inline-block;
	padding: 5px 5px 0 0;
}
#main-content span.tag {
	display: block;
	color: #f1709d;
	border: 1px solid #f1709d;
	border-radius: 5px;
	padding: 1px 5px;
	font-size: 15px;
}
@media screen and (max-width: 1200px) {
#main-content span.tag {
	font-size: 12px;
}
}
/*********ページタイトル**********/
#page-title {
	height: 120px;
	background-image: url("../img/back.png");
	background-size: cover;
	position: relative;
}
#page-title h2 {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 30px;
}
@media screen and (max-width:1000px){
#page-title {
	height: 70px;
}
#page-title h2 {
	font-size: 20px;
}
}
/*********パンくず**********/
ul.breadcrumb {
	max-width: 1200px;
	margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	font-size: 12px;
	padding-bottom: 10px;
}
ul.breadcrumb li {
  position: relative;
  margin-right: 15px;
}
ul.breadcrumb li:not(:last-child)::before {
  position: absolute;
  content: ">";
  top: 0;
  bottom: 0;
  right: -11px;
  margin: auto;
  font-size: 1.1rem;
  color: #a5a5a5;
}
/*********ページ見出し**********/
.fixedpage h3 {
	font-size: 25px;
	color: #0085c0;
	text-align: center;
	padding: 5px 0;
	margin: 10px 0 20px 0;
}
.fixedpage h4 {
	font-size: 23px;
	border-bottom: 5px solid #e7f3fd;
	padding: 5px 0;
	margin: 10px 0 20px 0;
}
.fixedpage h5 {
	font-size: 18px;
	padding: 5px 0;
	margin: 5px 0;
}
.fixedpage h6 {
	font-size: 16px;
	padding: 5px 0;
	margin: 5px 0;
}
@media screen and (max-width:1000px){
.fixedpage h3 ,
.fixedpage h4 {
		font-size: 18px;
}
.fixedpage h5 {
		font-size: 16px;
}
}
/*********ページャー**********/
#pagenavi .navi-pager {
	clear:both;
	text-align: center;
	margin:30px 0;
}
#pagenavi .navi-pager li {
	display: inline-block;
}
#pagenavi .navi-pager li a {
	display:block;
	padding:5px 15px;
	margin:0 5px;
	color:#0085c0;
	background-color:#ffffff;
	border:1px solid #0085c0;
	border-radius:3px;
}
#pagenavi .navi-pager li a.linkoff {
	border:1px solid #cccccc;
	color: #cccccc;
	cursor: default;
}
#pagenavi .navi-pager li a.linkoff:hover {
	background-color:#ffffff;
	border:1px solid #cccccc;
	color: #cccccc;
	cursor: default;
}
#pagenavi .navi-pager li a:hover {
	color:#ffffff;
	background-color:#0085c0;
	cursor: pointer;
}
#pagenavi .page_prev {
	position: relative;
  display: block;
  padding-left: 15px;
}
#pagenavi .page_prev:before {
	content: '';
  width: 8px;
  height: 8px;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
  border-top: solid 2px #0085c0;
  border-right: solid 2px #0085c0;
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;

}
#pagenavi .page_next {
	position: relative;
  display: block;
  padding-right: 15px;
}
#pagenavi .page_next:after {
	content: '';
  width: 8px;
  height: 8px;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
  border-top: solid 2px #0085c0;
  border-right: solid 2px #0085c0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;

}
#pagenavi .navi-pager li a:hover > .page_next:after ,
#pagenavi .navi-pager li a:hover > .page_prev:before{
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}
@media screen and (max-width: 760px) {
#pagenavi .navi-pager li a {
	font-size: 13px;
	padding:3px 7px;
	margin:0 2px;
}
}
/********************************************
検索一覧ページ
*********************************************/
#recruit-list .search-count {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 30px;
}
#recruit-list .count {
	font-size: 18px;
	padding: 1em 3em;
}
#recruit-list span.number {
	font-size: 30px;
	padding: 0 0.5em;
	color: #0085c0;
}
#recruit-list .recruit-post-wrap {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 50px;
	margin-bottom: 30px;
}
#recruit-list .recruit-post {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 30px;
}

#recruit-list .recruit-image {
	width: 35%;
}
#recruit-list .recruit-about {
	width: 65%;
}
#recruit-list .imgarea {
	padding-right: 30px;
}
#recruit-list .rec-title {
	padding: 10px 0 5px 0;
	font-size: 20px;
}
#recruit-list .rec-company {
	font-size: 18px;
	color: #0085c0;
}
dl.about-area {
	display: flex;
  flex-wrap: wrap;
  width: 100%;
	margin: 10px 0 0 0;
	font-size: 13px;
}
dl.about-area dt {
  width: 20%;
  margin-bottom: 3px;
	color: #0085c0;
	white-space: nowrap;
}
dl.about-area dd {
  width: 80%;
  margin-bottom: 3px;
	margin-left: 0;
}
.search-area-wrap {
	background-color: #ffffff;
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 20px;
}
@media screen and (max-width: 1000px) {
#recruit-list .recruit-post-wrap {
	padding: 20px;
	margin-bottom: 20px;
}
#recruit-list .rec-title {
	font-size: 16px;
}
#recruit-list .rec-company {
	font-size: 16px;
}
}
@media screen and (max-width: 760px) {
	#recruit-list .recruit-image {
	width: 100%;
}
#recruit-list .recruit-about {
	width: 100%;
	font-size: 14px;
}
	#recruit-list .imgarea {
	padding-right: 0;
		padding-bottom: 10px;
}
}
#search h2 {
  text-align: center;
  color: #0085c0;
  padding: 60px 0 0 0;
  margin: 30px 0;
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  #search h2 {
    margin: 20px 0;
    font-size: 25px;
  }
}
/********************************************
イベント一覧ページ
*********************************************/
h3.eventlist-title {
	text-align: center;
  font-size: 25px;
  color: #0085c0;
  padding-bottom: 30px;
}

/********************************************
コラム一覧ページ
*********************************************/
.column-wrap {
	max-width: 1000px;
	margin: 0 auto;
}
ul.column-list li {
	padding: 20px 50px 20px 10px;
  border-bottom: 1px solid #cccccc;
}
/********************************************
各コラムページ
*********************************************/
#column p {
	padding-bottom:10px;
}
#column strong {
	background-color: rgb(253, 237, 243);
	padding: 2px 10px;
}
#column a.arrow {
	color: #0085c0;
	display: inline-block;
	margin-bottom: 10px;
	padding-right: 25px;
	position: relative;
}
#column a.arrow:hover {
	opacity: 0.7;
}
#column a.arrow::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #e7f3fd;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#column a.arrow::after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
  border-top: solid 1px #0085c0;
  border-right: solid 1px #0085c0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
}
#column .image_logo {
	padding: 10px 0;
	
}
#column .image_logo img {
	max-height: 200px;
}
/**********************
固定ページ(概要・コラムなど)
***********************/

/*********サイト概要**********/
#recommend-recruit {
	background-color: #fdedf3;
	padding: 30px 50px 30px 50px;
	margin: 20px 0;
	border-radius: 20px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	flex-wrap: wrap;
}
.point {
	width: 48%;
	padding-bottom: 20px;
}
.point-title {
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    align-items: center;
}
#recommend-recruit h5 {
	font-size: 20px;
	color: #f1709d;
	padding-left: 20px;
}
.point-text {
	padding-left: 100px;
	font-size: 14px;
}
@media screen and (max-width: 760px) {
#recommend-recruit {
    display: block;
	padding: 30px;
}
.point {
	width: 100%;
	margin-bottom: 20px;
}
.point-text {
	padding-left: 0;
	padding-top: 10px;
}
}
.terms {
	padding-top: 20px;
}
.flow {
	padding-top: 20px;
}
.flow h5 {
	color: #0096d5;
}

/**********************
投稿ページ(募集要項・イベント)
***********************/
#postpage h3 {
	font-size: 25px;
	padding-bottom: 20px;
}
#postpage h4 {
	font-size: 25px;
	text-align: center;
	padding-bottom: 20px;
}
#postpage .section-box {
	padding-top: 50px;
}
#postpage .post-top {
	display:flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
#postpage .imagearea {
	width: 50%;
}
#postpage .textarea {
	width: 50%;
	font-size: 18px;
}
#postpage .textarea-content {
	padding: 0 0 0 30px;
}
@media screen and (max-width: 1000px) {
#postpage h3,
#postpage h4{
	font-size: 20px;
}
#postpage .imagearea ,
#postpage .textarea	{
	width: 100%;
}
#postpage .textarea-content {
	padding: 30px 0 0 0;
}
}
/*社名*/
#postpage .company {
	font-size: 18px;
	color: #0085c0;
	padding-bottom: 5px;
}
/*掲載日*/
p.publish-day {
	text-align: right;
	padding-bottom: 0.3em;
	font-size: 13px;
}
/*チラシ*/
.chirashiarea {
	display:flex;
	flex-wrap: nowrap;
	gap: 0 10px;
}
.chirashiarea a:hover {
	opacity: 0.7;
}
/*規約テーブル*/
table.table-kiyaku {
	border-collapse:collapse;
	width:auto;
	margin: 10px 0;
}
table.table-kiyaku th {
	font-weight:normal;
	padding: 10px 20px;
	white-space: nowrap;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
	background-color: #f5f5f5;
	word-break: break-all;
}
table.table-kiyaku td {
	padding: 10px 20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: left;
	word-break: break-all;
}
@media screen and (max-width:640px){
table.table-kiyaku th ,
	table.table-kiyaku td {
	padding: 5px 5px;
		font-size: 14px;
	}
}
/*フォームテーブル*/
table.table-default {
	border-collapse:collapse;
	width:100%;
}
table.table-default th {
	width:25%;
	font-weight:normal;
	padding: 10px 20px;
	white-space: nowrap;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
	background-color: #f5f5f5;
}
table.table-default td {
	width:75%;
	padding: 10px 20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	word-break: break-all;
}
@media screen and (max-width:900px){
table.table-default th ,
table.table-default td {
    display: block;
    width: 100%;
	box-sizing: border-box;
}
table.table-default th ,
table.table-default td {
    border-bottom: none;
}
table.table-default td {
	border-top: none;
}
}
/*Googlemapリンク*/
a.maplink {
	display: inline-block;
    position: relative;
	background-color: #f4a2c1;
	color: #ffffff;
	padding: 1px 10px;
	border-radius: 100px;
	margin-left: 1em;
	font-size: 12px;
}
a.maplink::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    background: url("../img/icon-link.png") no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: contain;
}
a.maplink:hover {
	opacity: 0.7;
	cursor: pointer;
}
/*SNSリンク*/
.snslink li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.snslink li a {
	position: relative;
}
.snslink li a:after {
  content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background: url("../img/icon-snslink.png") no-repeat;
	background-size: auto;
    background-size: auto;
    background-size: contain;
}

/* youtubeフレーム */
@media screen and (min-width:760px){
#postpage .youtube {
  width: 50%;
}
}
.youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Shorts */
.youtube.shorts {
  aspect-ratio: 9 / 16;
  max-width: 420px;
  /*margin: 0 auto;*/
}

/**********************
お問い合わせフォーム
***********************/
.form-area {
	background-color: #ffffff;
	max-width: 1000px;
	margin: 50px auto 0 auto;
	border: 5px solid #e5e5e5;
	padding: 50px;
}
.form-area h3 {
	text-align: center;
	font-size: 25px;
}
#contact-form {
	border-collapse:collapse;
	margin-top:20px;
	width:100%;
}
#contact-form th {
	width:25%;
	font-weight:normal;
	padding: 10px 10px;
	white-space: nowrap;
	border-bottom:1px solid #ccc;
	text-align:left;
}
#contact-form td {
	width:75%;
	padding: 10px 10px;
	border-bottom:1px solid #ccc;
	word-break: break-all;
}
#contact-form .required {
	font-size: 1.2rem;
	font-size:12px;
	display:inline-block;
	padding:0 5px;
	color:#FFF;
	background-color:#f4a2c1;
	margin:0 5px;
}
#contact-form input,
#contact-form textarea  {
	font-size: 1.5rem;
	font-size: 15px;
	text-align:left;
	background-color:#f5f5f5;
	border:1px solid #cfcfcf;
	border-radius:3px;
	padding:10px;
}
#contact-form .long {
	width:90%;
	box-sizing:border-box;
}
#contact-form .medium {
	width:30%;
	box-sizing:border-box;
}
#contact-form .short {
	width:20%;
	box-sizing:border-box;
}
#contact-form textarea  {
	width:90%;
	box-sizing:border-box;
	border-radius:3px;
}
#button-area {
	padding:50px 0 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#button-area .button {
	padding: 10px;
}
#contact-form .form-memo {
	padding-top: 10px;
}
#contact-form span.first {
	padding-bottom: 10px;
	display: block;
}
#contact-form a {
	color: #0085c0;
}
@media screen and (max-width:900px){
.form-area {
	padding: 50px 20px 50px 20px;
}
#contact-form th ,
#contact-form td {
    display: block;
    width: 100%;
	box-sizing: border-box;
}
#contact-form th {
    border-bottom: none;
}
#contact-form .medium {
	width:80%;
}
#contact-form .long ,
#contact-form textarea {
	width:100%;
}
}


