@charset "UTF-8";
/*
	Theme Name: エージェンシアPC2026
*/
/*20221129規定について追加*/
/*------------------------------ 背景・事例 ------------------------------*/
.bbg {
  background-color: #29abe2;
  background: repeating-linear-gradient(315deg, #23a1dd 0, #23a1dd 5px, #29abe2 5px, #29abe2 10px);
}
.bbg .bbgContents {
  padding: 20px 0;
  width: 960px;
  margin: 0 auto;
}
.bbg .bbgContents h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  line-height: 100px;
}
.bbg .bbgContents .jireilist {}
.bbg .bbgContents .jireilist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bbg .bbgContents .jireilist ul li {
  width: 470px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.bbg .bbgContents .jireilist ul li dl {
  display: flex;
  justify-content: space-between;
}
.bbg .bbgContents .jireilist ul li dl dt {
  width: 150px;
}
.bbg .bbgContents .jireilist ul li dl dd {
  font-size: 14px;
  width: 260px;
}
/*------------------------------ 転職支援サービスとは ------------------------------*/
#agent {}
#agent .mainContents {
  padding: 40px 0 0;
}
#agent .catch1 {
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  margin: 30px 0 60px;
}
#agent .catch1 strong {
  background: #89f4f4;
}
#agent .aboutagent {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#agent .aboutagent .textarea {
  width: 340px;
  font-size: 16px;
  line-height: 2;
}
#agent .aboutagent .textarea strong {
  background: #89f4f4;
}
#agent .aboutagent .aboutimg {
  width: 580px;
}
#agent .gyomu {
  width: 960px;
  margin: 60px auto;
  padding: 40px 0 40px 480px;
  background: url(img/agent/gyomuimg.png), -moz-linear-gradient(top, #eef1f5 0%, #e6e9f0 100%);
  background: url(img/agent/gyomuimg.png), -webkit-linear-gradient(top, #eef1f5 0%, #e6e9f0 100%);
  background-repeat: no-repeat;
}
#agent .gyomu h3 {
  background: #274c8e;
  color: #fff;
  font-size: 24px;
  padding: 10px 40px;
  margin-bottom: 20px;
}
#agent .gyomu p {
  font-size: 16px;
  line-height: 2;
  margin-left: 80px;
  margin-right: 40px
}
#agent .merit {
  width: 960px;
  margin: 0 auto 30px;
  padding: 40px 480px 40px 0;
  background: url(img/agent/chigaiimg.png), -moz-linear-gradient(top, #eef1f5 0%, #e6e9f0 100%);
  background: url(img/agent/chigaiimg.png), -webkit-linear-gradient(top, #eef1f5 0%, #e6e9f0 100%);
  background-repeat: no-repeat;
  background-position: right top
}
/*IE11*/
_:-ms-lang(x)::-ms-backdrop, .gyomu {
  background-color: #e6e9f0;
  background-image: url(img/agent/gyomuimg.png);
}
_:-ms-lang(x)::-ms-backdrop, .merit {
  background-color: #e6e9f0;
  background-image: url(img/agent/chigaiimg.png);
}
#agent .merit h3 {
  background: #274c8e;
  color: #fff;
  font-size: 24px;
  padding: 10px 40px;
  margin-bottom: 20px;
}
#agent .merit p {
  font-size: 16px;
  line-height: 2;
  margin-left: 40px;
}
#agent .catch2 {
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin: 30px 0 60px;
  line-height: 2;
}
#agent .catch2 strong {
  background: #89f4f4;
}
#agent .cbg {
  background: #f7f7f7;
}
#agent .cbg .cwide {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
/*#agent .cbg .cwide h3:before{content:"";border-right: 250px solid transparent;
  border-top: 80px solid #fff;
  border-left: 250px solid transparent;position: absolute;left:0;}
#agent .cbg .cwide h3:after{content:"";position: absolute;left:0;text-align: center;width:500px;top:20px;font-size:26px;color:#005898;}*/
#agent .cbg .cwide h3 {
  text-align: center;
  margin-bottom: 30px;
}
#agent .cbg .cwide h3 span {
  padding: 10px;
  color: #005898;
  border-bottom: 2px solid #005898;
  font-size: 26px;
  display: inline-block;
}
#agent .ebg {}
#agent .ebg .ebgContents {
  width: 960px;
  margin: 0 auto;
  padding: 45px 0 100px;
}
#agent .ebg .ebgContents h3 {
  text-align: center;
  margin-bottom: 30px;
}
#agent .ebg .ebgContents h3 span {
  padding: 10px;
  color: #005898;
  border-bottom: 2px solid #005898;
  font-size: 26px;
  display: inline-block;
}
#agent .ebg .ebgContents .aboutagent {
  background: #fff;
  box-shadow: 0 0 10px #ddd;
}
#agent .ebg .ebgContents .aboutagent li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#agent .ebg .ebgContents .aboutagent li div {
  width: 50%;
}
#agent .ebg .ebgContents .aboutagent li .abouttext {
  padding: 0 50px;
}
/*IE11*/
_:-ms-lang(x)::-ms-backdrop, .aboutagent ul {
  width: 960px !important;
}
_:-ms-lang(x)::-ms-backdrop, .ebg .ebgContents .aboutagent li .abouttext {}
#agent .ebg .ebgContents .aboutagent li .abouttext .catch {
  color: #0095a5;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.2;
}
/*------------------------------ ご利用の流れ ------------------------------*/
#flow .mainContents {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
#flow .flowframe {}
#flow .flowframe ul {}
#flow .flowframe ul li {
  background: #e3e7e7;
  margin-top: 30px;
  border-radius: 10px;
  position: relative;
  padding: 16px 16px 16px 120px;
}
#flow .flowframe ul li .number {
  position: absolute;
  top: -24px;
  left: 24px;
}
#flow .flowframe ul li dl {
  display: flex;
  justify-content: space-between;
}
#flow .flowframe ul li dl dt {
  width: 460px;
  padding-bottom: 20px;
}
#flow .flowframe ul li dl dt h3 {
  font-size: 28px;
  margin: 4px 0;
}
#flow .flowframe ul li dl dt .linkbtn {
  margin: 10px 0;
}
#flow .flowframe ul li dl dt .linkbtn a {
  background: #fff;
  padding: 8px 32px 12px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
#flow .flowframe ul li dl dt .linkbtn a .fa-chevron-circle-right {
  margin-left: 20px;
  color: #0095a5;
}
#flow .flowframe ul li dl dt .linkbtn a:hover {
  background: #0095a5;
  color: #fff;
}
#flow .flowframe ul li dl dt .linkbtn a:hover .fa-chevron-circle-right {
  color: #fff;
}
#flow .flowframe ul li dl dd {}
#flow .flowframe ul li dl dd img {
  border: 8px solid #fff;
}
/*------------------------------ ホテルの職種 ------------------------------*/
#type .mainContents {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
#type .mainContents section {
  margin-top: 30px;
}
#type .mainContents section h3 {
  display: flex;
  align-items: center;
}
#type .mainContents section h3 i {
  font-size: 36px;
  line-height: 80px;
  width: 80px;
  text-align: center;
  color: #fff;
}
#type .mainContents section h3 span {
  padding: 0 20px 0 30px;
  line-height: 80px
}
#type .bumon1 h3 {
  background: #ffecb3;
}
#type .bumon1 h3 i {
  background: #FFC107;
}
#type .bumon2 h3 {
  background: #F0F4C3;
}
#type .bumon2 h3 i {
  background: #CDDC39;
}
#type .bumon3 h3 {
  background: #C8E6C9;
}
#type .bumon3 h3 i {
  background: #81C784;
}
#type .bumon4 h3 {
  background: #F8BBD0;
}
#type .bumon4 h3 i {
  background: #F48FB1;
}
#type .bumon5 h3 {
  background: #D1C4E9;
}
#type .bumon5 h3 i {
  background: #B39DDB;
}
#type .bumon6 h3 {
  background: #B3E5FC;
}
#type .bumon6 h3 i {
  background: #81D4FA;
}
#type .bumon7 h3 {
  background: #FFCCBC;
}
#type .bumon7 h3 i {
  background: #ef9a9a;
}
#type .mainContents section ul {
  margin: 10px 20px 0 80px
}
#type .mainContents section ul li {
  border-bottom: 2px dotted #ddd;
  padding: 10px;
}
#type .mainContents section ul li:last-child {
  border-bottom: none;
}
#type .mainContents section ul li dl {
  display: flex;
  justify-content: space-between;
}
#type .mainContents section ul li dl dt {
  width: 300px;
}
#type .mainContents section ul li dl dd {
  width: 500px;
}
#type .mainContents section ul li dl dd h4 {
  font-size: 24px;
}
#type .bumon1 h4 {
  color: #FF6F00;
}
#type .bumon2 h4 {
  color: #8BC34A;
}
#type .bumon3 h4 {
  color: #009688;
}
#type .bumon4 h4 {
  color: #E91E63;
}
#type .bumon5 h4 {
  color: #7E57C2;
}
#type .bumon6 h4 {
  color: #039BE5;
}
#type .bumon7 h4 {
  color: #ef5350;
}
/*------------------------------ 　求人ホテル様へ ------------------------------*/
#recruit .catch1 {
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  margin: 50px 0;
}
#recruit .jinzaishoukai {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
  background-image: url(img/recruit/recruitimg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 140px;
}
#recruit .jinzaishoukai .textarea {
  width: 540px;
  margin: 0 0 0 auto;
  background: #0095a5;
  padding: 60px 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.42);
}
#recruit .jinzaishoukai .textarea p {
  margin: 0 50px;
  color: #fff;
  line-height: 2;
}
#recruit .cbg {
  background: #f7f7f7;
}
#recruit .cbg .cwide {
  width: 790px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
#recruit .cbg .cwide h3 {
  text-align: center;
  margin-bottom: 30px;
}
#recruit .cbg .cwide h3 span {
  padding: 10px;
  color: #0095A5;
  border-bottom: 2px solid #0095A5;
  font-size: 26px;
  display: inline-block;
}
#recruit .cbg .cwide .aboutimg {
  padding: 30px 0 0;
  text-align: center;
}
#recruit .cbg .cwide .aboutimg p {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
}
#recruit .cbg .cwide .aboutimg img {
  border: 1px solid #ccc;
}
#recruit .nagare {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 0;
}
#recruit .nagare h3 {
  text-align: center;
  margin-bottom: 30px;
}
#recruit .nagare h3 span {
  padding: 10px;
  color: #0095A5;
  border-bottom: 2px solid #0095A5;
  font-size: 26px;
  display: inline-block;
}
#recruit .recruitfaq {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 0;
}
#recruit .faqframe {
  box-shadow: 0 0 10px #ddd;
  margin: 10px 10px 40px;
  padding: 20px;
}
#recruit .faqframe h2 {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 20px;
  margin-left: -20px;
}
#recruit .faqframe h2::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 20px;
  height: 4px;
  background-color: #0095A5;
}
#recruit .accordion-content {
  position: relative;
  line-height: 2;
}
#recruit .accordion-content:before {
  content: "A";
  color: #ff554f;
  font-size: 24px;
  position: absolute;
  left: 20px !important;
}
#recruit .accordion-content a {
  color: #ff554f;
  font-weight: bold;
}
#recruit .accordion-content a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0a9';
  font-weight: 900;
}
#recruit .recruitinqbtn {
  margin: 0 auto;
  width: 400px;
  padding-bottom: 80px;
}
#recruit .recruitinqbtn a {
  background: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  border: 3px solid #ddd;
  transition: all 0.3s ease 0s;
}
#recruit .recruitinqbtn a .fa-chevron-circle-right {
  margin-left: 20px;
  color: #0095a5;
}
#recruit .recruitinqbtn a:hover {
  border: 3px solid #2EB6B6;
  color: #2EB6B6;
}
#recruit .recruitinqbtn a:hover .fa-chevron-circle-right {
  color: #2EB6B6;
}
/*------------------------------ 無料お申込み ------------------------------*/
#entry .mainContents {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
#entry .mainContents .entrycatch {
  text-align: center;
}
#entry .mainContents .entrycatch .atten {
  background: #FF9D38;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
}
#entry .entrygroup {
  margin-bottom: 30px;
}
#entry .entrygroup h3 {
  display: inline-block;
  font-size: 16px;
  padding: 0 6em 0 4em;
  position: relative;
  color: #fff;
  z-index: 1;
  background: #005898;
  line-height: 50px;
}
/*#entry .entrygroup h3:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}*/
#entry .entrygroup h3:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-top: solid 60px white;
  z-index: -1;
}
#entry .entrygroup .inquiryframe {
  background: #efefef; /*border-left:4px solid #005898;*/
  margin-bottom: 20px;
  padding: 24px;
}
/*#entry .entrygroup table {}
#entry .entrygroup table th {
  padding: 10px;
  text-align: left;
}
#entry .entrygroup table td {
  padding: 10px;
}*/
#entry .entrygroup.keikensha {
  background: #F0F4C3;
}
#entry .entrygroup.keikensha .keikencatch {
  padding: 16px 24px;
}
#entry .entrygroup.keikensha .inquiryframe {
  background: #F0F4C3;
  border-top: 3px dotted #fff;
}
#entry .entrygroup.mikeikensha {
  background: #C8E6C9;
}
#entry .entrygroup.mikeikensha .keikencatch {
  padding: 16px 24px;
}
#entry .entrygroup.mikeikensha .inquiryframe {
  background: #C8E6C9;
  border-top: 3px dotted #fff;
}
/*PC用レイアウト調整*/
#entry .pcflex {
  display: flex;
}
#entry .pcflex .wp1 {
  width: 300px;
}
#entry .pcflex .wp2 {
  width: 360px;
}
/*------------------------------ お問い合わせ ------------------------------*/
#form .mainContents {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
#form .mainContents a {
  color: #ff554f;
  font-weight: bold;
}
#form .mainContents a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0a9';
  font-weight: 900;
  margin-left: 2px;
}
#form .mainContents em {
  font-style: normal;
  border-bottom: 1px solid #ff554f;
}
#form .inquiryframe {
  background: #efefef;
  margin: 20px 0;
  padding: 24px;
}
/*------------------------------ 確認画面 ------------------------------*/
#check .mainContents {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
#check .inquiryframe {
  background: #efefef;
  margin: 20px 0;
  padding: 24px;
}
#entry_check .mainContents {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
#entry_check .inquiryframe {
  background: #efefef;
  margin: 0 0 20px;
  padding: 24px;
}
#entry_check .entrygroup {
  margin-bottom: 30px;
}
#entry_check .entrygroup h3 {
  display: inline-block;
  font-size: 16px;
  padding: 0 6em 0 4em;
  position: relative;
  color: #fff;
  z-index: 1;
  background: #005898;
  line-height: 50px;
  margin-bottom: 0;
}
#entry_check .entrygroup h3:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-top: solid 60px white;
  z-index: -1;
}
#entry_check .entrygroup .inquiryframe {
  background: #efefef;
  margin-bottom: 20px;
  padding: 24px;
}
#entry_check .entrygroup.keikensha {
  background: #F0F4C3;
}
#entry_check .entrygroup.keikensha .keikencatch {
  padding: 16px 24px;
}
#entry_check .entrygroup.keikensha .inquiryframe {
  background: #F0F4C3;
  border-top: 3px dotted #fff;
}
#entry_check .entrygroup.mikeikensha {
  background: #C8E6C9;
}
#entry_check .entrygroup.mikeikensha .keikencatch {
  padding: 16px 24px;
}
#entry_check .entrygroup.mikeikensha .inquiryframe {
  background: #C8E6C9;
  border-top: 3px dotted #fff;
}
/*------------------------------ 完了画面 ------------------------------*/
#thanks .mainContents {
  width: 600px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
#thanks .thankscatch {
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  margin: 20px 0;
}
#thanks .reason {
  margin: 10px 0;
  border: 2px solid #DC0F12;
  padding: 10px;
}
#thanks .reason ul {
  font-size: 18px;
  color: #DC0F12;
  list-style: disc;
  margin-left: 2em;
}
#thanks .reason ul li {
  margin-bottom: 5px;
}
#thanks .gotopbtn {
  margin: 0 auto;
  width: 300px;
  padding-top: 60px;
}
#thanks .gotopbtn a {
  background: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  border: 3px solid #ddd;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
#thanks .gotopbtn a .fa-chevron-circle-right {
  margin-left: 20px;
  color: #0095a5;
}
#thanks .gotopbtn a:hover {
  border: 3px solid #2EB6B6;
  color: #2EB6B6;
}
#thanks .gotopbtn a:hover .fa-chevron-circle-right {
  color: #2EB6B6;
}
#entry_thanks .mainContents {
  width: 600px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
#entry_thanks .thankscatch {
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  margin: 20px 0;
}
#entry_thanks .reason {
  margin: 10px 0;
  border: 2px solid #DC0F12;
  padding: 10px;
}
#entry_thanks .reason ul {
  font-size: 18px;
  color: #DC0F12;
  list-style: disc;
  margin-left: 2em;
}
#entry_thanks .reason ul li {
  margin-bottom: 5px;
}
#entry_thanks .gotopbtn {
  margin: 0 auto;
  width: 300px;
  padding-top: 60px;
}
#entry_thanks .gotopbtn a {
  background: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  border: 3px solid #ddd;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
#entry_thanks .gotopbtn a .fa-chevron-circle-right {
  margin-left: 20px;
  color: #0095a5;
}
#entry_thanks .gotopbtn a:hover {
  border: 3px solid #2EB6B6;
  color: #2EB6B6;
}
#entry_thanks .gotopbtn a:hover .fa-chevron-circle-right {
  color: #2EB6B6;
}
/*------------------------------ よくある質問 ------------------------------*/
#faq .mainContents {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
#faq .faqanq {
  padding: 20px;
  margin-bottom: 40px;
}
#faq .faqanq ul {
  display: flex;
  justify-content: space-between;
}
#faq .faqanq ul li {
  width: 142px;
}
#faq .faqanq ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
#faq .faqframe {
  box-shadow: 0 0 10px #ddd;
  margin: 10px 10px 40px;
  padding: 20px;
}
#faq .faqframe h2 {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 20px;
  margin-left: -20px;
}
#faq .faqframe h2::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 20px;
  height: 4px;
  background-color: #0095A5;
}
#faq .accordion-content {
  position: relative;
  line-height: 2;
}
#faq .accordion-content:before {
  content: "A";
  color: #ff554f;
  font-size: 24px;
  position: absolute;
  left: 20px !important;
}
#faq .accordion-content a {
  color: #ff554f;
  font-weight: bold;
}
#faq .accordion-content a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0a9';
  font-weight: 900;
}
/*------------------------------ 運営情報 ------------------------------*/
#info .mainContents {
  width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}
#info .mainContents table {
  width: 900px;
  border-spacing: 5px;
  border-collapse: separate;
}
#info .mainContents table th {
  background: #0095A5;
  color: #fff;
  width: 200px;
  padding: 10px;
  border: 1px solid #0095A5;
}
#info .mainContents table td {
  background: #F8FAFD;
  padding: 10px 20px;
  border: 1px solid #ddd;
}
#info .mainContents table td a {
  color: #ff554f;
  font-weight: bold;
}
#info .mainContents table td a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0a9';
  font-weight: 900;
}
/*------------------------------ プライバシーポリシー ------------------------------*/
#pp .mainContents {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
#pp .ppmain {
  padding: 20px;
}
#pp .ppmain ol {
  counter-reset: li;
  list-style: none;
  margin-left: 30px;
}
#pp .ppmain ol li {
  margin-bottom: 20px;
  position: relative;
}
#pp .ppmain ol > li::before {
  position: absolute;
  left: -30px;
  content: counter(li) ".";
  counter-increment: li;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  color: #005898;
}
#pp .ppmain ol li h3 {
  font-size: 20px;
  line-height: 2;
  color: #005898;
}
#pp .ppmain ol li a {
  color: #ff554f;
  font-weight: bold;
}
#pp .ppmain ol li a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0a9';
  font-weight: 900;
}
#pp .ppmain ol li ul.kakko{margin-left:2.4em;}
#pp .ppmain ol li ul.kakko li{text-indent: -3em;margin-bottom: 0;}
/*------------------------------ 利用規約 ------------------------------*/
#rules{}
#rules .mainContents {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
#rules .rulesmain {
  padding: 20px;
}
#rules .rulesmain ol {
  counter-reset: li;
  list-style: none;
}
#rules .rulesmain ol li {
  margin-bottom: 20px;
  position: relative;
}

#rules .rulesmain ol li h3 {
  font-size: 20px;
  line-height: 2;
  color: #005898;
}
#rules .rulesmain ol li p{margin-left:30px;}
#rules .rulesmain ol li a {
  color: #ff554f;
  font-weight: bold;
}
#rules .rulesmain ol li a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0a9';
  font-weight: 900;
}
#rules .rulesmain ol li ul.kakko{margin-left:4em;}
#rules .rulesmain ol li ul.kakko li{text-indent: -2.6em;margin-bottom: 0;}
/*------------------------------ 404 ------------------------------*/
.post404 {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 100px;
  text-align: center;
}
.post404 h2 {
  margin-bottom: 32px;
}
.post404 h2 strong {
  color: #2EB6B6;
  font-size: 72px;
}
.post404 .toplink {
  width: 300px;
  margin: 16px auto;
}
.post404 .toplink a {
  font-size: 20px;
  background: #0095a5;
  color: #fff;
  padding: 10px 20px 14px;
  border-radius: 40px;
  display: block;
  text-align: center;
  line-height: 1;
}
.post404 .toplink a i {
  margin-left: 10px;
}
.post404 .toplink a:hover {
  background: #2EB6B6;
}
/*------------------------------ 求人情報 ------------------------------*/
#recruitment .mainContents {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
#recruitment .mainContents .intro{margin:10px 0;}
#recruitment .mainContents .areaanq{margin-top:24px;}
#recruitment .mainContents .areaanq ul{display: flex;justify-content:center;}
#recruitment .mainContents .areaanq ul li{margin:5px 20px;}
#recruitment .mainContents .areaanq ul li a{
  display: block;
  padding: 10px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  /*border-radius: 30px;*/
  transition: all 0.3s ease 0s;background:#264A8B;color:#fff;
}
#recruitment .mainContents .areaanq ul li a:after{
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;margin-left:10px;
}
#recruitment .mainContents .areaanq ul li a:hover{background: #2EB6B6;}
/*#recruitment .mainContents .areaanq ul li a.naha{background: #ffecb3;}
#recruitment .mainContents .areaanq ul li a.nanbu{background: #F0F4C3;}
#recruitment .mainContents .areaanq ul li a.chubu{background: #C8E6C9;}
#recruitment .mainContents .areaanq ul li a.hokubu{background: #F8BBD0;}
#recruitment .mainContents .areaanq ul li a.ritou{background: #D1C4E9;}*/
#recruitment .mainContents h2{
  padding: 0 24px;
  line-height: 60px;margin:32px 0 16px;background:#0095A5;color:#fff;
}
/*#recruitment .mainContents h2.naha{background: #ffecb3;}
#recruitment .mainContents h2.nanbu{background: #F0F4C3;}
#recruitment .mainContents h2.chubu{background: #C8E6C9;}
#recruitment .mainContents h2.hokubu{background: #F8BBD0;}
#recruitment .mainContents h2.ritou{background: #D1C4E9;}*/
#recruitment .mainContents table{border-spacing: inherit;border:4px solid #ccc;margin-bottom:32px;}
#recruitment .mainContents table tr td{padding:16px 32px;border:1px solid #ccc;}
#recruitment .mainContents table tr td:first-child{width:300px;background: #efefef;font-weight: bold;}
#recruitment .mainContents table tr td:last-child{}
#recruitment .mainContents figure{width:100%;}

/*20221129規定について追加*/

#recruit .kitei {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 0;
}
#recruit .kitei h3 {
  text-align: center;
  margin-bottom: 30px;
}
#recruit .kitei h3 span {
  padding: 10px;
  color: #0095A5;
  border-bottom: 2px solid #0095A5;
  font-size: 26px;
  display: inline-block;
}
#recruit .kitei .kiteiframe{background: #274c8e;
  color: #fff;padding:16px 36px 36px;}
#recruit .kitei .kiteiframe dt{text-align: center;font-weight: bold;font-size:1.3em;padding:24px 0 8px;}
 #recruit .kitei .kiteiframe dd{font-size:1.1em;}
