@charset "utf-8";
.sp{
	display: none;
}
@media screen and (max-width: 768px){
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}
img{
    max-width: 100%;
}
.en{
    font-family: 'Cormorant Infant', serif;
}

.site--container{
  overflow-x: inherit;
}


.site_main--wrap{
  padding-bottom: 500px;
  background: url(../images/contractor/bg_login_sp.jpg) bottom center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 501px) {
  .site_main--wrap{
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 751px) {
  .site_main--wrap{
    padding-bottom: 400px;
    background: url(../images/contractor/bg_login_pc.jpg) bottom center no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 1199px){
  .site_main--wrap{
    padding-bottom: 300px;
  }
  
}

.site_main--limited-top{
  padding: 0;
}

.site_main--limited-top > .ini{
  padding-bottom: 45px;
}

.site_main--limited-read > .ini {
  padding-bottom: 32.5px;
}
@media screen and (min-width: 751px){
  .site_main--limited-top > .ini{
    width: 90%;
    padding-bottom: 85px;
  }
  .site_main--limited-read > .ini {
    padding-bottom: 45px;
  }
  
}





/*  title
--------------------------------------------*/

.site_main--limited-top .title {
  width: 100%;
  max-width: 500px;
}

@media screen and (min-width: 751px){
  .site_main--limited-top{
    width: 100%;
  }
  .site_main--limited-top .title {
    max-width: 1100px;
    width: 90%;
    padding-left: 5%;
  }
}


@media screen and (max-width:1100px){
  .site_main--limited-top{
    max-width: 80%;
  }
}

@media screen and (max-width:768px){
  .site_main--limited-top{
    max-width: 85%;
  }
}



/*  form
--------------------------------------------*/

.site_main--limited .form {
  max-width: 640px;
  margin: 0 auto;
}

.site_main--limited .form .header {
  padding-bottom: 9.9px;
  text-align: center;
}

.site_main--limited .form .header .annotation {
  display: inline;
  font-size: 0.625rem;
  font-family: YakuHanJP, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 620px) {
  .site_main--limited .form .header .annotation {
    font-size: 0.6875rem;
  }
}

.site_main--limited .form .header .annotation::before {
  content: '\203b';
}

.site_main--limited .form .body {
  margin-left: auto;
  margin-right: auto;
  background-color: #E6EBF1;
  padding: 9.9px;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 751px){
  .site_main--limited .form .body {
    max-width: 560px;
    padding: 20.1px;
    margin-bottom: 37.5px;
  }
}

.site_main--limited .form .body .box {
  display: flex;
}

.site_main--limited .form .body .box .inputtext {
  font-family: "Cormorant Infant", serif;
  border: none;
  border-radius: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: calc( 100% - 110px);
  height: 48px;
  padding: 0 20.1px;
  font-size: 1rem;
}
@media screen and (min-width: 751px){
  .site_main--limited .form .body .box .inputtext {
    font-size: 1.1875rem;
    height: 66px;
  }
}
.site_main--limited .form .body .box .inputtext::placeholder {
  color: #b8b8b8;
}

.site_main--limited .form .body .box .inputtext:-ms-input-placeholder {
  color: #b8b8b8;
}

.site_main--limited .form .body .box .inputtext::-ms-input-placeholder {
  color: #b8b8b8;
}
input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.site_main--limited .form .body .box .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #036;
  width: 110px;
  height: 48px;
  font-family: "Cormorant Infant", serif;
  font-size: 0.75rem;
  border: none;
  transition-duration: 0.3s;
  cursor: pointer;
}

@media screen and (min-width: 751px){
  .site_main--limited .form .body .box .btn-submit {
    height: 66px;
    font-size: 1rem;
  }
}

.site_main--limited .form .body .box .btn-submit:hover {
  opacity: 0.7;
}

.site_main--limited .form .body .box .btn-submit input {
  color: #fff;
  cursor: pointer;
}



.limited_btnarea{
  padding-top: 60px;
}

@media screen and (min-width: 751px){
  .limited_btnarea{
    padding-top: 120px;
  }
}

.limited_btnarea .area-ttl{
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-size: 2.025rem;
  text-align: center;
}

@media screen and (min-width: 751px){
  .limited_btnarea .area-ttl{
    font-size: 2.825rem;
  }
}

.limited_btnarea .lead{
  margin: 20px auto 40px;
  text-align: center;
}

@media screen and (min-width: 751px){
  .limited_btnarea .lead{
    margin: 30px auto 40px;
  }
}

.limited_btnarea ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px 120px;    
}
.limited_btnarea ul li{
    width: 48%;
    text-align: center;
}
.limited_btnarea ul li:nth-of-type(2n){
    padding-left: 1%;
}
.limited_btnarea ul li:nth-of-type(2n+1){
    padding-right: 1%;
}
.limited_btnarea ul li:nth-of-type(n+3){
    margin-top: 80px;
}
.limited_btnarea ul li a{
    transition: 0.3s;
}
.limited_btnarea ul li a:hover{
    opacity: 0.7;
}

.limited_btnarea ul li p{
    width: 100%;
}
.limited_btnarea ul li .txt{
    text-align: center;
    font-size: 2.175rem;
    margin-top: 20px;
    
}
.limited_btnarea ul li .txt span{
    display: inline;
}
.limited_btnarea ul li .txt.sub{
    font-size: 0.875rem;
    margin: 0 0 30px;
}

.limited_btnarea .photo{
    width: 100%;
    max-width: 570px;
}
.limited_btnarea .photo .caption{
    color: #2b2f34;
    font-size: 0.6845rem;
    text-align: right;
}



.box--cv{
  max-width: 840px;
  margin: 0 auto;
  box-sizing: border-box;
}
.box--cv.mb{
  margin-bottom: 120px;
}

@media screen and (max-width: 768px){
  .box--cv{
    margin-left: 15px;
    margin-right: 15px;
  }
  .box--cv.mb{
    margin-bottom: 50px;
  }
  .box--cv.bt{
    margin-top: 50px;
    padding-top: 50px;
    border-top: solid 1px #e6e6e6;
  }
}

.box--cv .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box--cv .list li{
  width: 49%;
}
@media screen and (max-width: 768px){
  .box--cv .list li{
    width: 100%;
  }
  .box--cv .list li:nth-of-type(2){
    margin-top: 15px;
  }
}

.box--cv .btn--cv-reserve, .box--cv .btn--cv-online{
  cursor: pointer;
  font-family: YakuHanJP, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
}
@media screen and (max-width: 768px){
  .box--cv .btn--cv-reserve, .box--cv .btn--cv-online {
      font-size: 0.875rem;
  }
}

.box--cv .btn--cv-reserve, .box--cv .btn--cv-online {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 50rem;
  overflow: hidden;
  position: relative;
  -webkit-transform: translatez(0);
  transform: translatez(0);
}

@media all and (-ms-high-contrast: none) {
  .box--cv .btn--cv-reserve, .box--cv .btn--cv-online {
    padding-top: 4px;
  }
}

@media screen and (max-width: 768px){
  .box--cv .btn--cv-reserve, .box--cv .btn--cv-online {
    height: 46px;
    margin-left: auto;
    margin-right: auto;
    max-width: 315px;
    box-sizing: border-box;
  }
}

.box--cv .btn--cv-online {
  border: 1px solid #18548f;
  color: #18548f;
  overflow: hidden;
  position: relative;
  -webkit-transform: translatez(0);
  transform: translatez(0);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  box-sizing: border-box;
}
.box--cv .btn--cv-reserve {
  background-color: #18548f;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transform: translatez(0);
  transform: translatez(0);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.box--cv .btn--cv-reserve:hover, .box--cv .btn--cv-reserve:focus{
  -webkit-transition: all 0.6s ease-out 0.1s;
  transition: all 0.6s ease-out 0.1s;
  opacity: .7;
}
.box--cv .btn--cv-online:hover, .box--cv .btn--cv-online:focus{
  -webkit-transition: all 0.6s ease-out 0.1s;
  transition: all 0.6s ease-out 0.1s;
  color: #fff;
  border-color: #18548f;
  background-color: #18548f;
}
.box--cv .btn--cv-reserve .icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 28px;
    height: 8px;
    background: url(../images/common/icon_arrow01.png) 0 0 no-repeat;
    background-size: 28px 8px;
    margin-top: -4px;
    transition-duration: 0.3s;
}
.box--cv .btn--cv-online .icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 28px;
    height: 8px;
    background: url(../images/common/icon_arrow02.png) 0 0 no-repeat;
    background-size: 28px 8px;
    margin-top: -4px;
    transition-duration: 0.3s;
}
.box--cv .btn--cv-reserve:hover .icon::after {
    right: 16px;
    background: url(../images/common/icon_arrow01.png) 0 0 no-repeat;
    background-size: 28px 8px;
}
.box--cv .btn--cv-online:hover .icon::after {
    right: 16px;
    background: url(../images/common/icon_arrow01.png) 0 0 no-repeat;
    background-size: 28px 8px;
}
.box--cv .btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
}
.box--cv .btn .gradient {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 300%;
    height: 100%;
    bottom: auto;
    margin: auto;
    z-index: -1;
    background: #043464;
    background: linear-gradient(90deg, #18548f 0%, #18548f 50%, rgba(4, 52, 100, 0.125) 100%);
    -webkit-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    transform: translateX(-35%);
}
.box--cv .btn:hover .gradient, .box--cv .btn:focus .gradient {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1.4s ease-out 0s;
    transition: all 1.4s ease-out 0s;
}


@media screen and (max-width: 768px){
    .limited_btnarea ul{
        padding: 0 30px 45px;
    }
    .limited_btnarea ul li{
        width: 100%;
    }
    .limited_btnarea ul li:nth-of-type(2n+1){
        padding-right: 0;
    }
    .limited_btnarea ul li:nth-last-of-type(2n){
        padding-left: 0;
    }
    .limited_btnarea ul li:nth-of-type(n+2){
        margin-top: 50px;
        padding-right: 0;
    }
    .limited_btnarea ul li .txt{
        font-size: 1.5rem;
        letter-spacing: 0.2rem;
        margin-top: 10px;
    }
    .limited_btnarea ul li .txt.sub{
        font-size: 0.75rem;
        margin-bottom: 20px;
    }
    .limited_btnarea ul li .txt span{
        display: inline-block;
        line-height: 1.2;
        text-align: center;
    }
}


.site_main--limited-visual .body ul li .cont-ttl {
  margin-top: 15px;
  font-size: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 751px){
  .site_main--limited-visual > .ini {
    padding: 120px 80px;
  }
}

@media screen and (min-width: 751px){
  .site_main--limited-visual .header {
    padding-bottom: 80px;
  }
}

/*coming soon*/
.comingsoon .link span{
    background-color: #C0C0C0;
    color: #fff;
    transition: 0s;
    border: none;
}
.comingsoon .link span::after{
    content: none;
}
.comingsoon .photo .image{
    opacity: 0.6;
    background-color: #000000;
    display: inline-block;
    position: relative;
}
.comingsoon .photo .image img{
    opacity: 0.5;
    display: block;
}
/*
.comingsoon .photo .image::after{
    content: 'COMING\ASOON';
    white-space: pre;
    text-align: center;
    color: #ffffff;
    position: absolute;
    font-size: 1.4375rem;
    font-family: YakuHanMP, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 751px){
    .comingsoon .photo .image::after{
        content: 'COMING SOON';
        font-size: 1.875rem;
    }
}
*/