@charset "utf-8";

.linknone {
    opacity: 0;
    pointer-events: none;
}
.baseTd>.formError {
    left: 15px!important;
}
.iMap {
    width: 100%;
}

.iMap>div {
    width: 100%;
}

.iMap>div>iframe {
    width: 100%;
}
.cursor-pointer {
    cursor: pointer;
}
.conteBx {
    max-width: 1110px;
    width: 96%;
    margin: auto;
}
.inFlex {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.iBx01 {
    max-width: 600px;
    width: 100%;
    margin: auto;
}
.iFlex {
    display: flex;
    align-items: center;
}
.iCmnLink {
    max-width: 400px;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    display: block;
}

.iCmnMsk {
    height: 100%;
    background: rgb(51 51 51 / 30%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iCmnLink:hover>.iCmnMsk {
    background: #fff0;
    transition: .5s;
}
/*-- 共通ブロック-------------------------------------------------------------*/
.white{
  color: #fff!important;
}

.inTxt01 {
    font-size: 14px;
    line-height: 2em;
}
.hidden{
	overflow: hidden;
}

.iMain {
    width: 100%;
}

.iWr01 {
    padding: 40px 0px;
    width: 100%;
}
  .inMt01 {
  	margin: 80px auto 0!important;
  }
.inPx {
	padding: 0 15px;
}
.inRow {
	flex-direction: column-reverse!important;
}
.iMain > .iWr01:first-of-type {
    padding: 80px 0 60px;
}

.iAr01 {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 960px;
    width: 100%;
}
.iAr02 {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 960px;
    width: 100%;
}
.iWr01 .iAr01:nth-of-type(n + 2) {
    margin: 80px auto 0;
}
.iWr01 .iAr02:nth-of-type(n + 2) {
    margin: 80px auto 0;
}
.iBg01 {
     background: #FAF5EA;
}

.iBg02 {
    background-image: url();
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.privacyDt {
    border-left: 5px solid #0741B6!important;
    border-bottom: 1px solid #0741B6;
    padding: 0 0 3px 10px;
    font-weight: 700;
    font-size: 14px;
    margin: 40px 0 0 0;
}
.privacyDd {
    font-size: 13px;
    padding: 0 0 0 20px;
    margin: 15px 0 0 0;
}
/*-- テーブル --------------------------------------------------------------*/
.baseTb {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #ccc;
    border-bottom: none;
    font-size: 16px;
}

.baseTh {
    padding: 15px;
    border-bottom: solid 1px #ccc;
    font-weight: 500;
    background-color: #0741B6;
    font-size: 14px;
    color: #fff;
}

.baseTd {
    padding: 15px;
    border-bottom: solid 1px #ccc;
    background: #fff;
	font-size: 14px;
}

.baseTd > a {
    display: inline-block;
    color: #2B2939;
    text-decoration: underline;
}

.baseTd > a:hover {
    text-decoration: none;
}
.privacyH {
    height: 150px;
}
.privacyBox {
    margin: 40px auto 0 auto;
    padding: 20px 2% 20px 2%;
    border: 1px solid #ccc;
    background: #fff;
}
.requiredText {
    color: #d14949;
    font-weight: 700;
    background-color: #fff;
    align-self: baseline;
    font-size: 14px;
    padding: 2px 5px 0 5px;
}

/*-- 下層カバー --------------------------------------------------------------*/

.iCovWr {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 150px;
}

.iCovMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.6);
}

.iCovAr {
    width: 100%;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: rgb(255 255 255 / 50%);
}
.inLogo {
	position: absolute;
	width: 50%;
	top: 5%;
	left: 1%;
}
.iCovTit {
    font-size: 19px;
    color: #231F1E;
    font-family: 'Montserrat';
    padding: 15px 20px;
}
.iCovSubTit {
    font-size: 16px;
    color: #231F1E;
    font-family: 'Noto Sans JP';
}
/*-- パンくずリスト ----------------------------------------------------------*/

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    /* background: #B1443F; */
}

.pankuzuAr {
    margin: 0 auto;
    padding: 15px 15px;
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
}

.pankuzuCt {
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #333;
}

.pankuzuCt:hover {
    color: #707070;
    opacity: .7;
    color: #303030;
}

.pankuzuIcon {
    margin: 0 5px 0 0;
    font-size: 20px;
    padding: 0 0 2px;
    color: #333;
}

.pankuzuTxt {
    padding: 0 0 2px;
    font-size: 12px;
    color: #333;
}

.pankuzuCt > p {
    padding: 0 0 3px;
    text-decoration: underline;
    color: #333;
}

.pankuzuCt:hover > p {
    text-decoration: none;
}


/*-- 下層調整 ----------------------------------------------------------*/
.corprationFlowAr:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26.0px 15px 0 15px;
    border-color: #0741b6 transparent transparent transparent;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -45px;
}
.corprationFlowAr:last-child:after {
    display: none;
}
.inTit01 {
    color: #0741B6;
    font-size: 17px;
    font-weight: 700;
}
.inTit02 {
    color: #0741B6;
    font-size: 16px;
    font-weight: 700;
}
.inTit03 {
    color: #0741B6;
    font-size: 14px;
    font-weight: 700;
}
.inAr01 {
    /* border-top: 1px solid #0741B6; */
    border-bottom: 1px solid #0741B6;
    padding: 30px 15px 100px;
}
.recruitCompanyBx:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
      pointer-events: none;
}
.menuBody a {
    text-decoration: underline;
    color: #231F1E;
}

.menuBody a:hover {
    color: #231F1E;
    text-decoration: none;
}
.menuWr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
   transition: 0.5;
}
.recruitCompanyBxTit {
    opacity: 0;
   transition: 0.5;
}
.inBxBg {
    background: -webkit-linear-gradient(left, #8AD5E6, #0741B6);
}
.iAr01 .hBtn01 {
    max-width: 100%;
    border: 1px solid #ccc;
}
.iAr01 .hBtn02 {
    max-width: 100%;
   border: 1px solid #ccc;
}

/*-- 表 ----------------------------------------------------------*/
.scrollBx{
	overflow-x: scroll;
    overflow: auto;
}
.inTable {
	border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 780px!important;
}
.inTableTr {
	border-bottom: 1px solid #ccc;
    flex-wrap:nowrap;
}

.inTd {
	border-right: 1px solid #ccc;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.inTit01 {
    font-size: 22px;
}
.inTit03 {
    font-size: 17px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.iCovWr {
    height: 400px;
}
  
.iWr01 {
    padding: 80px 0px;
    width: 100%;
}
.iAr01 {
    max-width: 1200px;
}
.iAr02 {
    max-width: 1200px;
}

.inRow {
	flex-direction: row!important;
}
 .iCovTit {
    font-size: 40px;
}
 .carousel-indicators {
    margin: 0;
}
.privacyDt {
    font-size: 18px;
}

.privacyDd {
    font-size: 16px;
}
  

.baseTh {
    font-size: 16px;
}

.baseTd {
	font-size: 16px;
}

/*-- 下層調整 ----------------------------------------------------------*/
.inTit01 {
    font-size: 30px;
}

.inTit02 {
    font-size: 24px;
} 
.recruitCompanyBxTit {
    opacity: 1;
   transition: 0.5s;
}
.recruitCompanyBx:hover>.recruitCompanyBxTit {
    opacity: 0;
   transition: 0.5s;
}
.menuWr {
    opacity: 0;
   transition: 0.5s;
}
.recruitCompanyBx:hover>.menuWr {
    opacity: 1;
    transition: 0.5s;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */