@charset "UTF-8";
/*common
----------------------------------------------------*/
/* 設定 */
* {
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    line-height: inherit;
}

strong {
  font-weight: bold;
}

.hira,
.c-nav-ttl,
.str-box .balloon,
.str-box .str-ttl,
.chara-ttl,
.root-in p,
.root-in a,
.ttl-box h3,
.btn-txt-area p,
.model-area p,
.mei,
#g-nav a,
.btn-def,
.n-box .cat,
.n-box .date,
.item-box p:nth-last-of-type(1),
.inq-intro p,
.course-num,
.arial {
  font-family: Arial, Helvetica, "sans-serif" !important;
}

.sample {
  font-family: MyYuGothicM, YuGothic, sans-serif;
}

.utility-sp {
  display: none;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  height: 100%;
  background: url("../img/body-bg.jpg") repeat;
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  height: 100%;
	margin-top: 0px!important;
}


img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

.for-mv {
  display: block;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

.for-pc {
  display: block !important;
	background: #3A9AF9;
}

.for-tab {
  display: none;
}

.for-sp {
  display: none;
}


#menu-btn-check {
	display: none;
}

/* インデント */
p.indent-1 {
  padding-left: 7px;
  text-indent: -7px;
}

p.indent-2 {
  padding-left: 1em;
  text-indent: -1em;
}

/* float */
.fLeft {
  float: left !important;
}

.fRight {
  float: right !important;
}

.yu-mi,
.inst-r dl * {
  font-family: YuMincho, "Yu Mincho", "MS Mincho", serif;
}

/* clearfix */
.cf:after,
.ie9 .crs-links ul:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* align */
.cen {
  text-align: center !important;
}

/*.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}*/

/* text-indent */
.indent {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.att {
  padding-left: 0.7em;
  text-indent: -0.6em;
  display: inline-block;
}

.txt-red {
  color: #f00;
}

/* font-size */
/* margin,padding */
.sce_bottom {
  margin-bottom: 50px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.pa50 {
  padding: 50px 0;
}

/* 半透明 */
a:hover img {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.li-18 {
  line-height: 1.8;
}

.font-ygo {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

.font-italic {
  font-style: italic;
}

img.alignright {
  display: block;
  margin: 0 0 0 auto !important;
}

/* 配置位置 右 */
img.alignleft {
  display: block;
  margin: 0 auto 0 0 !important;
}

/* 配置位置 左 */
img.aligncenter {
  display: block;
  margin: 0 auto !important;
}

/* 配置位置 中央 */
#wrapper {
  width: 100%;
}

.inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.inner02 {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  width: 90%;
  z-index: 20;
}

.inner03{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.oswald {
  font-family: 'Oswald', sans-serif;
}

.jp-font-bold {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.jp-font-normal {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.filson {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.adobe-font-rift-soft {
  font-family: rift-soft,sans-serif;
  font-weight: 400;
  font-style: normal;
}


.no-post{
    padding: 100px;
}

.itemoff{
	display: none;
}

/**************************************************
**********ヘッダー************************************
***************************************************/
header {
  /*(end)header-flex-wrapper*/
}

header .header-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  padding: 20px 0 20px;
  align-items: center;
}

header .header-flex-wrapper .l-box {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-flex-wrapper .l-box img {
	max-width: 90%;
}

header .header-flex-wrapper .l-box .head_desc {
  font-size: 1.6rem;
  font-weight: bold;
  color: #e9bc00;
  padding-left: 20px;
}

header .header-flex-wrapper .r-box {
  width: 50%;
}

header .header-flex-wrapper .r-box .right-text {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 10px;
}

header .header-flex-wrapper .r-box .btn-orenge {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    padding: 10px 1vw;
    -webkit-transition: .3s;
    transition: .3s;
    letter-spacing: 0;
    border-radius: 50px;
	position: relative;
}

header .header-flex-wrapper .r-box .btn-orenge:hover {
  background: #fff;
  color:#719bad;
}

/*(end)header*/
.head-infomation {
  background: #a0d8ef;
  padding: 35px 0 35px;
}

.head-infomation .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*r-box*/
}

.head-infomation .info-box .l-box {
  margin-right: 40px;
}

.head-infomation .info-box .l-box .infotitle {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.3em;
  position: relative;
}

.head-infomation .info-box .l-box .infotitle::before {
  content: "";
  display: inline-block;
  background: #e9bc00;
  width: 15px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.head-infomation .info-box .l-box .infotitle::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 15px;
  height: 3px;
  position: absolute;
  left: 20px;
  bottom: 0;
}

.head-infomation .info-box .r-box .info-detail a {
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: .3s;
  transition: .3s;
}

.head-infomation .info-box .r-box .info-detail a:hover {
  color: #1d46ff;
}

.head-infomation .info-box .r-box .info-detail span {
  padding-right: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}

.revruit_ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.revruit_ul li{
	flex-grow: 1;
	text-align: center;
}




/*(end)head-infomation*/
/**************************************************
**********フッター******************************
***************************************************/
footer {
  /*footer-contact-area*/
  /*footer-desc*/
}

footer .footer-contact-area {
  background: #63B2E3;
  padding: 80px 0 60px;
}

.f_flex {
	display: flex;
	justify-content: space-between;
}

.if_flex {
	display: flex;
}

.f_flex ul li a {
	color: #fff;
	font-size: 2.2rem;
}

.f_flex ul li {
	padding-bottom: 30px;
}

footer .footer-contact-area .footer-logo {
	max-width: 300px;
	margin-right: 50px
}

footer .footer-contact-area p {
	font-size: 22px;
    color: #fff;
	line-height: 3rem;
}

footer .footer-contact-area .contact-btn {
  text-align: center;
}

footer .footer-contact-area .contact-btn .btn-orenge {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  background: #e9bc00;
 padding: 10px 70px;
  margin-top:10px;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px #e9bc00;
}

footer .footer-contact-area .contact-btn .btn-orenge:hover {
  background: #fff;
  color: #e9bc00;
}

footer .footer-desc {
  padding: 18px 0;
  border-bottom: solid 3px #0066cc;
  position: relative;
}

footer .footer-desc::after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50%;
  border-bottom: 3px solid #e9bc00;
}

footer .footer-desc ul {
  text-align: right;
}

footer .footer-desc ul li {
  display: inline-block;
  padding: 0 10px;
}

footer .footer-desc ul li a {
  font-weight: bold;
  font-size: 1.6rem;
  color: #000000;
  position: relative;
  padding-left: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

footer .footer-desc ul li a:hover {
  color: #e9bc00;
}

footer .footer-desc ul li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #FFAD1D;
}

footer .copy-right {
  text-align: center;
  font-size: 1.9rem;
  padding: 20px 0 30px;
}

footer .copy-right p {
  font-weight: bold;
}

/**************************************************
**********トップページ******************************
***************************************************/

.pc_none {
	display: none;
}

.about h2 {
    color: #0070BF;
    text-align: center;
    font-size: 3.2rem;
	font-weight: bold;
	margin-top: 10%;
	margin-bottom: 5%;
	padding: 76px 0 0 0;
   background-image: url(../img/top/ABOUT.png);
   background-size: 540px;
   background-repeat: no-repeat;
}

.about p {
    text-align: center;
    font-size: 2rem;
	line-height: 3rem;
}

.jigyou h2 {
	color: #0070BF;
    text-align: center;
    font-size: 3.2rem;
	font-weight: bold;
	margin-top: 10%;
	margin-bottom: 5%;
}

.j_flex {
	display: flex;
	justify-content: space-around;
	 background-image: url(../img/top/jigyou_back.jpg);
	background-repeat: no-repeat;
    background-size: 100%;
	height: 410px;
	align-items: center;
	margin-bottom: 150px;
}

.j_flex .left , .right{
	color: #fff;
    font-size: 3rem;
    font-weight: bold;
}

.j_flex h3 {
	text-align: center;
	padding-bottom: 80px;
}

.j_flex a {
	color: #fff;
	font-size: 1.8rem;
    border: 2px solid #fff;
	padding: 20px 80px;
}

.job-list h2 {
	color: #0070BF;
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    margin-top: 15%;
    margin-bottom: 5%;
    padding: 76px 0 0 0;
    background-image: url(../img/top/RECRUIT.png);
    background-size: 540px;
    background-repeat: no-repeat;
}

.job-list h3 {
	text-align: center;
    font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 5%;
}

.job-list .work_flex .right {
	color: #000;
	font-size: 1.8rem;
}

.job-list .work_flex .right h4 {
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 2px solid #0070BF;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.job-list .work_flex .left h4 {
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 2px solid #0070BF;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.job-list .work_flex .left {
	color: #000;
	font-size: 1.8rem;
}


.job-list .work_flex {
	display: flex;
	justify-content: space-around;
	margin-bottom: 10%;
}

.work_flex .skm {
	margin-bottom: 50px;
}

.slider-img {
	margin: 0 40px;
}

.cap {
	text-align: center;
}

@media screen and (max-width: 1600px) {
	.j_flex {
	  height: 350px;
    margin-bottom: 50px;
}
} 


.home {
  /*(end)search*/
  /*(end)job-list*/
}


.home .search .title-com {
  text-align: center;
  font-size: 4.8rem;
  line-height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home .search .title-com .com-title-jp {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}

.home .search .title-com span {
  padding-bottom: 10px;
}

.home .search .search-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 40px;
  /*(end).search-box.oreng*/
  /*(end).search-box.red*/
}

.home .search .search-box-wrap .search-box {
  width: 70%;
  border: solid 1px #CCCCCC;
  padding: 1.5%;
  background: #fff;
  margin: 0px auto;
}

.home .search .search-box-wrap .search-box .keyword-title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px 0px 10px 0px / 10px 0px 10px 0px;
  background: #BDE21E;
  padding: 10px 10%;
  position: relative;
  display: inline-block;
  top: -39px;
  transform: translateX(-50%);
  left: 50%;
}

.home .search .search-box-wrap .search-box .keyword-title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-color: #BDE21E transparent transparent transparent;
}

.home .search .search-box-wrap .search-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}

.home .search .search-box-wrap .search-box ul li {
  width: 24%;
  text-align: center;
  margin-bottom: 10px;
}

.home .search .search-box-wrap .search-box ul li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  border: solid 1px #CCCCCC;
  display: block;
  padding: 20px 2%;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.home .search .search-box-wrap .search-box ul li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #BDE21E transparent;
  position: absolute;
  bottom: 2px;
  right: 2px;
}

.home .search .search-box-wrap .search-box ul li a:hover {
  background: #BDE21E;
  color: #fff;
}

.home .search .search-box-wrap .search-box ul li a:hover::before {
  border-color: transparent transparent #fff transparent;
}

.home .search .search-box-wrap .search-box.oreng .keyword-title {
  background: #FFAD1D;
}

.home .search .search-box-wrap .search-box.oreng .keyword-title::before {
  border-color: #FFAD1D transparent transparent transparent;
}

.home .search .search-box-wrap .search-box.oreng li a:hover {
  background: #FFAD1D;
}

.home .search .search-box-wrap .search-box.oreng li a::before {
  border-color: transparent transparent #FFAD1D transparent;
}

.home .search .search-box-wrap .search-box.red .keyword-title {
  background: #D83A3A;
}

.home .search .search-box-wrap .search-box.red .keyword-title::before {
  border-color: #D83A3A transparent transparent transparent;
}

.home .search .search-box-wrap .search-box.red li a:hover {
  background: #D83A3A;
}

.home .search .search-box-wrap .search-box.red li a::before {
  border-color: transparent transparent #D83A3A transparent;
}

.home .search .search-wrap #form4 {
  position: relative;
  max-width: 350px;
  margin-bottom: 20px;
  margin: 0 auto;
}

.home .search .search-wrap #sbox4 {
  height: 50px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px;
  outline: 0;
  background: #fff;
  width: 100%;
  border: solid 2px #D83A3A;
}

.home .search .search-wrap #sbtn4 {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: #D83A3A;
  color: #fff;
  border: none;
  border-radius: 0 25px 25px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.home .search .search-wrap #sbtn4 .fa-search {
  font-size: 20px;
  position: absolute;
  top: 30%;
  left: 30%;
}

.home .search .search-wrap #sbtn4:hover {
  color: #FF6E6E;
}

.home .job-list .title-com {
  text-align: center;
  font-size: 4.8rem;
  line-height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home .job-list .title-com .com-title-jp {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}

.home .job-list .title-com span {
  padding-bottom: 10px;
}

.home .job-list .recruit-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 10;
  margin-top: 40px;
  /*(end)recruit-info-box*/
}

.home .job-list .recruit-info-wrap::after {
  content: "";
  display: block;
  width: 30%;
}

.home .job-list .recruit-info-wrap .recruit-info-box {
  width: 30%;
  border: solid #63B2E3 5px;
  background: #fff;
  padding: 2%;
  margin-bottom: 50px;
  /*z-index: 10;*/
}

.home .job-list .recruit-info-wrap .recruit-info-box .thamnail {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.home .job-list .recruit-info-wrap .recruit-info-box .thamnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: .2s;
  transition: .2s;
}

.home .job-list .recruit-info-wrap .recruit-info-box .time {
  font-size: 1.2rem;
  text-align: center;
  color: #666666;
  background: #F2F2F2;
  padding: 8px 1%;
  margin-bottom: 20px;
}

.home .job-list .recruit-info-wrap .recruit-info-box .desc-title {
  font-size: 1.6rem;
  color: #63B2E3;
  font-weight: bold;
  padding-bottom: 20px;
}

.home .job-list .recruit-info-wrap .recruit-info-box .rec-boxwrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #CCCCCC;
  padding: 12px 0;
}

.home .job-list .recruit-info-wrap .recruit-info-box .rec-boxwrap dl dt {
  width: 30%;
}

.home .job-list .recruit-info-wrap .recruit-info-box .rec-boxwrap dl dd {
  width: 70%;
}

.home .job-list .recruit-info-wrap .recruit-info-box .rec-boxwrap dl:last-of-type {
  border-bottom: none;
}

.home .job-list .recruit-info-wrap .recruit-info-box .g-btn {
  text-align: center;
}

.home .job-list .recruit-info-wrap .recruit-info-box .g-btn .detail-btn {
  -webkit-transition: .3s;
     transition: .3s;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background: #FF7F00;
    display: inline-block;
    padding: 20px 20px;
    width: 90%;
    margin-top: 30px;
}

.home .job-list .recruit-info-wrap .recruit-info-box .g-btn .detail-btn:hover {
  background: #ffbd6f;
  color: #fff;
}

.re_btn_wrap{
	text-align: center;
	margin-top: 70px;
}

.re_btan_anker{
    display: inline-block;
    color: #000;
    font-weight: bold;
    transition: .3s;
    border: solid 5px #62C9BD;
    background: #fff;
    border-radius: 20px;
    padding: 20px 3% 20px 4%;
    margin-bottom: 120px;
    font-size: 1.8rem;
    letter-spacing: 5px;
}

.re_btan_anker::after {
	content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/top/maru.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
	margin-left: 15px;
}

.re_btan_anker:hover{
	color: #0693e3;
	background: #fff;
}

/*正社員　パート・アルバイト*/
.regular_wrap{
	display: flex;
	justify-content: space-between;
	max-width: 70%;
	margin: 0 auto;
}

.regular_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.regular_wrap p{
	text-align: center;
}

.regular_wrap .reg_l_box{
	width: 48%;
	text-align: center;
	margin-bottom:10px;
}

.regular_wrap .reg_r_box{
	width: 48%;
	text-align: center;
	margin-bottom:10px;
}

.reg_anker{
	transition: .3s;
	background: #0066cc;
	border: solid 1px #0066cc;
	display: block;
	color: #fff;
	padding: 20px 2%;
	font-weight: bold;
	font-size: 1.5rem;
}

.reg_anker:hover{
	color: #3a94d8;
	background: #fff;
}

.part_anker{
	transition: .3s;
	background: #e9bc00;
	border: solid 1px #e9bc00;
	display: block;
	color: #fff;
	padding: 20px 2%;
	font-weight: bold;
	font-size: 1.5rem;
}

.part_anker:hover{
	color: #e9bc00;
	background: #fff;
}

.contract_anker{
	transition: .3s;
	background: #87cefa;
	border: solid 1px #87cefa;
	display: block;
	color: #fff;
	padding: 20px 2%;
	font-weight: bold;
	font-size: 1.5rem;
}

.contract_anker:hover{
	color: #3a94d8;
	background: #fff;
}

.entrust_anker{
	transition: .3s;
	background: #ffc44d;
	border: solid 1px #ffc44d;
	display: block;
	color: #fff;
	padding: 20px 2%;
	font-weight: bold;
	font-size: 1.5rem;
}

.entrust_anker:hover{
	color: #e9bc00;
	background: #fff;
}

.inputgooglemap iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
}

.banner{
	text-align:center;
	margin:50px 0;
}



/*(end) home*/
/*# sourceMappingURL=style.css.map */






/**************************************************
**********求人一覧ページ******************************
***************************************************/

#breadcrumb {
	max-width: 1340px;
    margin: 0 auto;
    position: relative;
    width: 90%;
	display: none;
}

#breadcrumb ul {
	margin-bottom: 2%;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li::after {
	content: ">";
    color: #000000;
    margin: 0 4px;
}

#breadcrumb li:last-child::after {
	display: none;
}

#breadcrumb a {
	color: #e9bc00;
}

.index-job-list {
  background: url(../img/top/blue-back.jpg) no-repeat top 0 center/100%;
  padding: 0 0 10px;
  position: relative;
  /*(end)title-com*/
  /*(end)recruit-info-wrap*/
}

.index-job-list .inner::before {
  background: url(../img/top/white-squer.svg) no-repeat center/contain;
  width: 100%;
  height: 27vw;
  content: "";
  display: block;
  position: absolute;
}

.index-job-list .title-com {
  text-align: center;
  font-size: 4.8rem;
  line-height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index-job-list .title-com .com-title-jp {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}

.index-job-list .title-com span {
  padding-bottom: 10px;
}

.index-job-list .recruit-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 10;
  margin-top: 40px;
  margin-bottom: 20px;
}

.index-job-list .recruit-info-wrap::after {
  content: "";
  display: block;
  width: 30%;
}

.index-job-list .recruit-info-wrap .recruit-info-box {
  width: 30%;
  border: solid #CCCCCC 1px;
  background: #fff;
  padding: 2%;
  margin-bottom: 30px;
  z-index: 10;
}

.index-job-list .recruit-info-wrap .recruit-info-box .thamnail {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.index-job-list .recruit-info-wrap .recruit-info-box .thamnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: .2s;
  transition: .2s;
}

.index-job-list .recruit-info-wrap .recruit-info-box .time {
  font-size: 1.2rem;
  text-align: center;
  color: #666666;
  background: #F2F2F2;
  padding: 8px 1%;
  margin-bottom: 20px;
}

.index-job-list .recruit-info-wrap .recruit-info-box .desc-title {
  font-size: 1.6rem;
  color: #e9bc00;
  font-weight: bold;
  padding-bottom: 20px;
}

.index-job-list .recruit-info-wrap .recruit-info-box .rec-boxwrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #CCCCCC;
  padding: 12px 0;
}

.index-job-list .recruit-info-wrap .recruit-info-box .rec-boxwrap dl dt {
  width: 30%;
}

.index-job-list .recruit-info-wrap .recruit-info-box .rec-boxwrap dl dd {
  width: 70%;
}

.index-job-list .recruit-info-wrap .recruit-info-box .rec-boxwrap dl:last-of-type {
  border-bottom: none;
}

.index-job-list .recruit-info-wrap .recruit-info-box .g-btn {
  text-align: center;
}

.index-job-list .recruit-info-wrap .recruit-info-box .g-btn .detail-btn {
  -webkit-transition: .3s;
  transition: .3s;
  color: #e9bc00;
  font-size: 1.6rem;
  font-weight: bold;
  border: solid 3px #e9bc00;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 20px;
  width: 90%;
  margin-top: 30px;
}

.index-job-list .recruit-info-wrap .recruit-info-box .g-btn .detail-btn:hover {
  background: #e9bc00;
  color: #fff;
}


.empty_box {
	    width: 30%;
    padding: 2%;
    margin-bottom: 30px;
    z-index: 10;
	height: 941px;
}

/**************************************************
**********求人詳細ページ******************************
***************************************************/
.font_size *{
	font-size: 1.6rem;
	line-height: 35px;
}

.flex_rec_voice{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.flex_rec_voice .left_flex{
	width: 30%;
}

.flex_rec_voice .right_flex{
	width: 65%;
}

/* takahashi 追加 */
.SearchFormOption {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.SearchFormOption select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-weight: bold;
}
.SearchFormOption select::-ms-expand {
    display: none;
}
.SearchFormOption  {
	position: relative;
	border-radius: 2px;
	border: 1px solid #CCCCCC;
	background: #ffffff;
}
.SearchFormOption::before {
	position: absolute;
	top: 44%;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #0c0b0b;
	pointer-events: none;
}
.SearchFormOption select {
	padding: 8px 38px 8px 8px;
	color: #0c0b0b;
}
.SearchSubmit_btn {
    transition: .3s;
    background: #ff8100;
    border: solid 1px #e9bc00;
    display: block;
    color: #fff;
    padding: 20px 2%;
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    margin: 25px auto 10px;
    max-width: 250px;
    min-width: 250px;
    width: 90%;
    border-radius: 10px;
}
.home .search .search-box-wrap .search-box ul.formList {
    display: block;
}
.home .search .search-box-wrap .search-box ul.formList li {
    max-width: 500px;
    width: 96%;
    margin-top: 5px;
}
ul.formList li.SearchFormOption::before{
    border-top: 6px solid #D83A3A;
}
ul.formList li.SearchFormOption{
    /* border: 2px solid  #D83A3A; */
    padding: 0.8rem;
}

@media only screen and (max-width: 600px){
.flex_rec_voice .left_flex{
	width: 100%;
}

.flex_rec_voice .right_flex{
	width: 100%;
}
}


.rec_title{
	font-weight: bold;
	padding-bottom: 20px;
}

.rec_voice_wrap{
	margin-top: 50px;
}

.single-title {
  color: #ffffff;
  background: #e9bc00;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 2%;
}

.single-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4%;
}

.single-desc {
  width: 40%;
  box-sizing: border-box;
  padding: 2%;
}

.single-desc img {
  width: 100%;
}

.single-desc-list {
  padding: 4% 0;
}

.single-desc-list dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dashed #ccc;
}

.single-desc-list dl:first-child {
  border-top: 1px dashed #ccc;
}

.single-desc-list dt {
  width: 30%;
  box-sizing: border-box;
  padding: 2%;
}

.single-desc-list dd {
  width: 70%;
  box-sizing: border-box;
  padding: 2%;
  line-height: 1.5;
}

.single-txt {
  width: 60%;
  box-sizing: border-box;
  padding: 2%;
  line-height: 1.5;
}

.single-sub-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #e9bc00;
    font-weight: 600;
}

.single-more-title {
    background: #0066cc;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding: 1%;
    margin-bottom: 4%;
}

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

	.single-more-title{
		padding: 15px 2%;
	}

}

.single-job-info {
  padding: 0 0 4%;
}

.single-job-info img {
  max-width: 100%;
  margin-bottom: 4%;
}
.single-job-info .bx-wrapper{
  position: relative;
}
.single-job-info .bx-prev{
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px;
  background: rgba(255,255,255,0.6);
  border: solid 2px #0066cc;
  border-radius: 50%;
}
.single-job-info .bx-next{
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px;
  background: rgba(255,255,255,0.6);
  border: solid 2px #0066cc;
  border-radius: 50%;
}
.listimageslider img{
  width: 100%;
  height: auto;
}
.seniorflex{
  display: flex;
  justify-content: space-between;
}
.seniorflex .SeniorImage{
  width: 100%;
  max-width: 420px;
}
.seniorflex .seniorvoice{
  width: calc(100% - 450px);
}
.seniorvoice p{
  line-height: 1.5;
}
.bx-viewport {
  pointer-events: none;
}
.moviebox{
  position: relative;
  margin-bottom: 50px;
}
.moviebox > iframe{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 720px){
  .seniorflex{
    flex-wrap: wrap;
  }
  .seniorflex .seniorvoice{
    width: 100%;
  }
}
.attractionflex{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.attractionflex img{
  width: 30%;
}
@media only screen and (max-width: 720px){
  .attractionflex img{
    width: 100%;
  }
}
.merit-title{
    text-align: center;
}

.merit-title span{
    text-align: center;
    font-size: 2.1rem;
    color: #627317;
    margin-bottom: 4%;
    font-weight: bold;
    border-bottom: solid 1px #627317;
    display: inline-block;
}

.merit-table {
  margin-bottom: 8%;
}

.merit-table dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #965d06;
  box-sizing: border-box;
}

.merit-table dt {
  width: 20%;
  padding: 2% 0;
  text-align: center;
  color: #fff;
  background: #e98c00;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 1.8rem;
  line-height: 25px;
}

.merit-table dd {
    width: 76%;
    padding: 2% 0;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
	line-height: 32px;
}

.ggmap {
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 8%;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.single-contact-btn {
  text-align: center;
}

.single-contact-btn a {
  text-align: center;
    display: inline-block;
    background: #ed446a;
    color: #fff;
    width: auto;
    padding: 2rem 9rem;
    border: 1px solid #ed446a;
    font-size: 16px;
    letter-spacing: 0;
    transition: .3s;
    margin: 30px 0 30px;
    transition:.3s;
}

.single-contact-btn a:hover {
  opacity: .7;
}

.single-more-info{
    margin-bottom: 50px;
}
.single-more-info p{
  line-height: 1.8;
  margin-bottom: 10px;
}
/*スマホ開閉*/
.opencontent a.openbtn
{
  display: none;
}
@media only screen and (max-width: 720px){
  /*共通化*/
  .opencontent a.openbtn{
    display: block;
    width: 100%;
    height: 30px;
    background: #ccc;
    margin-top: -4%;
    position: relative;
  }
  .opencontent a.openbtn::after{
    content: "";
    display: block;
    position: absolute;
    border-top: solid #fff 10px;
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #FFF 0px;
    left: calc(50% - 10px);
    top: 10px;
    transition: 0.3s;
  }
  .opencontent > div{
    height: 0;
    transition: 0.3s;
    padding: 0;
    overflow-y: hidden;
  }
  .opened > div{
    padding: 0 0 4%;
    height: auto;
  }
  .opened a.openbtn{
    margin-top: 0;
  }
  .opened a.openbtn::after{
    border-top: solid #fff 0px;
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #FFF 10px;
  }

}
/**************************************************
**********お問い合わせフォーム******************************
***************************************************/
.mail-box{
	margin-top:10px;
}
.com-inner {
    width: 1000px;
    margin: 0 auto;
}

.panks-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0px auto;
}

.panks-content ul {
    margin-bottom: 10px;
}

.panks-content li {
    display: inline;
}

.contact-t-back-btn {
    padding-bottom: 30px;
}

.com-title-box {
    background-color: #0066cc;
    padding: 15px;
    margin: 0 0 10px;
}

.com-title-box h1 {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    padding-top: 5px;
    border-left: 4px solid #FFF;
    padding-left: 10px;
    line-height: 130%;
}

.contact-box-warpper {
    background-color: #FFF;
    border: solid 1px #ddd;
    margin: 20px 1% 30px;
    padding: 30px;
}

.table-body dl {
    margin-bottom: 20px;
}

.table-body dt {
    position: relative;
    font-size: 1.6rem;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: 10px;
}

.contact-box-warpper input[type=text],.contact-box-warpper input[type=textarea],.contact-box-warpper input[type=tel],.contact-box-warpper input[type=email] {
    font-size: 15px;
    border: solid 1px #ddd;
    width: 95%;
    line-height: 34px;
    padding-left: 15px;
}

.req {
    display: inline-block;
    background-color: #fe0022;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 20px;
    margin: 0 5px 5px 0;
    padding: 3px 5px;
}

.req-blue {
    background: #2196f3;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 20px;
    margin: 0 5px 5px 0;
    padding: 3px 5px;
    display: inline-block;
}

.req-tell {
    background: #87cefa;
    color: #000000;
    font-size: 1.8rem;
	font-weight: bold;    
    line-height: 20px;
    margin: 0 5px 5px 0;
    padding: 3px 5px;
    display: inline-block;
}

.c1 textarea, .c2 textarea {
    font-size: 15px;
    border: solid 1px #ddd;
    width: 95%;
}

.mwform-checkbox-field label, .mwform-radio-field label {
    font-weight: normal;
    margin-bottom: 0;
}

.sikaku-area input[type=checkbox] {
    font-weight: bold;
}

.sikaku-area .c1 .mwform-checkbox-field-text {
	font-weight: bold;
	font-size: 1.4rem;
    padding-top: 5px;
}

.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left: 0 !important;
}

input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
    vertical-align: middle;
}

.sikaku-area label {
    display: block;
    margin: 0;
    padding: inherit;
}

.sikaku-area label {
	display: inline-block;
/*    float: left;*/
    width: 32%;
    padding: 10px 0;
}

.form-btn {
    text-align: center;
}

.form-btn .submit {
    display: inline-block;
    background-color: #e83c3c;
    border: 1px solid #e83c3c;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 60px;
    padding: 0 89px 0 87px;
    transition: all .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer;
    margin-bottom: 30px;
}

.contact-box-warpper .time01{
    margin-bottom: 20px;
}

.contact-box-warpper select{
    font-size: 1.5rem;
    font-weight: bold;
    padding: 6px 2px;
}

.contact-box-warpper .file_dd{
    margin-bottom: 20px;
}


/*　ページャー　*/
.wp-pagenavi{
    text-align: center;
    padding-bottom: 40px;
}

/*　アピールポイント　*/
.point-inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 96%;
}

.point-inner ul {
    margin: 20px 0 20px;
}

.point-inner ul li {
    display: inline-block;
    border: solid 1px #000;
    padding: 0.2em;
    margin-bottom: 10px;
}

.point-inner ul li a{
    color: #000;
}


/*　カラー　*/

.k_yellow {
    background: linear-gradient(transparent 40%, #ffff66 40%);
}

.k_pink {
    background: linear-gradient(transparent 40%, #ff99ff 40%);
}

.k_green {
    background: linear-gradient(transparent 40%, #99ff99 40%);
}

.k_pink, .k_yellow, .k_green, .k_blue {
    font-weight: bold;
}


.k_midashi-Typea  {
    position: relative;
    padding-top: 3px;
    padding-left: 25px;
    border-top: 3px solid #ccc;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 15px;
}

.k_midashi-Typea::before {
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 2;
    content: '';
    width: 10px;
    height: 10px;
    border: 3px solid #00acee;
    border-radius: 100%;
}

.k_midashi-Typea::after {
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 25%;
    height: 3px;
    background-color: #00acee;
}

.k_midashi-Typeb {
    border-left: 4px solid rgba(0,172,238,1.00);
    font-size: 1.3em;
    padding: 3px 3px 3px 10px;
    border-bottom: dotted 1px #ccc;
		margin-bottom: 15px;
}

.k_box-Typea{
		margin-bottom: 50px;
}

.k_pa{
	padding:10px 0;
}


/*　メリットセクション　*/
.merit-seciton{
    margin-bottom: 30px;
}

.merit-seciton .cont-bar {
    border-bottom: solid 2px #cccccc;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #FFAD1D;
}

.merit-seciton .cont-box {
    padding-bottom: 20px;
}


.single-map-area{
    position: relative;
}


/*
@media only screen and (max-width: 768px)
.sikaku-area label {
    float: left;
    width: 48%;
    padding: 10px 0;
}
*/


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
    サブタイトル
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
.common-sub-page-holder{
    background: #0066cc;
    padding: 30px 2%;
    margin-bottom: 10px;
}

.sub-title-text{
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
}

.title-design-no01{
    position: relative;
    padding: 8px 0 5px 20px;
    font-weight: bold;
    font-size: 2.2rem;
    background: #e9bc00;
    color: #fff;
    margin-bottom: 30px;
}

.inner-sub{
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}



/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
    運営会社
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
.managment-company-wrapper{
    padding-bottom: 100px;
}

.managment-company table {
    border-top: 1px solid #ffdc00;
    margin: 0 0 40px;
}

.managment-company table th {
    width: 20%;
    background-color: #ffdc00;
    border-bottom: 1px solid #fff;
}

.managment-company table td {
    border-right: 1px solid #ffdc00;
    border-bottom: 1px solid #ffdc00;
}

.managment-company table th, .managment-company table td {
    vertical-align: top;
    padding: 15px 10px;
}




/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
    プライバシーポリシー
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

.privacy-wrapper{
    padding-bottom: 100px;
}

.privacy-wrapper .coun-box{
  counter-reset: number;
}

.privacy-wrapper .num {
  padding-left:1em;
  text-indent:-1em;
}

.privacy-wrapper .coun-box .num:before {
  counter-increment: number;
  content: counter(number)".";
}

.privacy-wrapper .privacy-box dl{
    padding-bottom: 20px;
}

.privacy-wrapper .privacy-box dl dt{
    font-size: 2rem;
    font-weight: bold;
}

.privacy-wrapper .privacy-box dl .num-in{
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
    運営会社(メールフォーム)
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
.contact-comapny-box-warpper{
    margin-bottom: 100px;
}

.contact-comapny-box-warpper table{
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    margin-bottom: 20px;
    width: 100%;
}

.contact-comapny-box-warpper .required{
    display: table;
    width: 100%;
}

.contact-comapny-box-warpper .text,.contact-comapny-box-warpper .required .icon{
    display: table-cell;
    vertical-align: top;
    text-align: right;
}

.contact-comapny-box-warpper .txt{
    width: 100%;
    font-weight: bold;
    font-size: 1.5rem;
}

.contact-comapny-box-warpper .required .icon{
    white-space: nowrap;
    font-size: 85.71429%;
}

.contact-comapny-box-warpper .required .icon-01{
    font-style: normal;
    padding: 2px 8px;
    background: #002b62;
    line-height: 1;
    color: #fff;
}

em{
    font-weight: normal;
    font-style: normal;
    color: #fff;
}

.contact-comapny-box-warpper table th{
    text-align: left;
    width: 30%;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 16px;
    vertical-align: top;
    background: #e4e8f5;
    position: relative;
}

.contact-comapny-box-warpper table td{
    width: 70%;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 16px;
    vertical-align: top;
}

.contact-comapny-box-warpper input[type="text"] {
    border: 1px solid #cccccc;
    width: 100%;
}

.contact-comapny-box-warpper input {
    font-size: 14px;
    padding: 20px;
}

.contact-comapny-box-warpper .more-btn-confirm .sumbtn
,.contact-comapny-box-warpper .more-btn-confirm .coback-btn {
    width: 200px;
    line-height: 1.0;
    background-color: #002b62;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin: 2rem;
    border: solid 1px #002b62;
    transition: .3s;
}

.contact-comapny-box-warpper .more-btn-confirm .sumbtn:hover
,.contact-comapny-box-warpper .more-btn-confirm .coback-btn:hover
{
    background: #fff;
    color: #002b62;
}

.contact-comapny-box-warpper .txt-area {
    width: 100%;
    font-size: 13px;
    border: 1px solid #BFBFBF;
}

.ns-box{
    padding-top: 30px;
}

.back_to_top{
    display: block;
    color: #fff;
    background: #ff751d;
    font-weight: bold;
    font-size: 1.5rem;
    width: 200px;
    margin: 20px auto;
    padding: 10px 2%;
    transition: .3s;
    border: solid 1px #ff751d;
}

.back_to_top:hover{
    color: #ff751d;
    background: #fff;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
    お知らせ詳細
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
.news-single{
    margin-bottom: 100px;
}

.inner-news{
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}

.inner-news h2{
    background: #FFAD1D;
    padding: 10px 15px 10px;
    margin-bottom: 20px;
}

.inner-news h2 .time{
    color: #fff;
    font-weight: bold;
}

.inner-news h2 .title{
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
}

.inner-news .cont-area{
    margin-bottom: 80px;
}

.inner-news .cont-area img{
    max-width: 100%;
    height: auto;
}

.detail-back-btn{
    text-align: center;
}

.detail-back-btn .news-detail-back-btn{
    padding: 20px 70px;
    transition: .3s;
}

.detail-back-btn .single-btn{
    background: #ff6a1d;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    border: solid 1px #ff6a1d;
}

.detail-back-btn .single-btn:hover{
    color: #ff6a1d;
    background: #fff;
}

.offering{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #6c8d00;
    font-size: 24px;
    font-weight: bold;
    color: #6c8d00;
    padding-bottom: 10px;
    max-width: 200px;
    margin: 0 auto 30px;
}

.offering span{
    width: 40px;
    padding-right: 10px
}

.listimageslider li {
	padding-top: 350px;
    position: relative;
    overflow: hidden;
}

.listimageslider img {
position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
    お知らせ一覧
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
.news-list .recruit-info-wrap{
    margin-top: 0;
    padding-top: 40px;
}

@media screen and (max-width: 1300px) { 
.jigyou_ttl {
    font-size: 24px!important;
	 line-height: 3rem!important;
}

@media screen and (max-width: 768px) { 
.jigyou_ttl {
    font-size: 20px!important;
	 color: #0070BF!important;
    text-align: center!important;
    font-weight: bold!important;
    line-height: 3rem!important;
    margin-top: 50px!important;
    margin-bottom: 80px!important;
}
}