@charset "UTF-8";
/* CSS Document */
.main-two-column{
  display: flex;
  box-sizing: border-box;
  top: 80px;
  align-items: flex-start;
}

.left-container{
  width: 75%;
  padding-right: 60px;
  box-sizing: border-box;
  display: block;
}

.right-container{
  width: 25%;
  box-sizing: border-box;
  display: block;
}

@media only screen and (max-width: 750px){
  .main-two-column{
    display: block;
    top: 50px;
  }
  .left-container , .right-container{
    width: 100%;
    padding-right: 0;
  }
  
  .right-container{
    margin-top: 40px;
  }
}

.img-container img{
  width: 100%;
  height: auto;
}

.movie-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.column-title {
  position: relative;
  padding: 0.7em 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 2em;
}

.column-title:before {
  position: absolute;
  width: 2em;
  height: 4px;
  top: -2px;
  left: 0;
  content: '';
  background: #FB6CA9;
}

.column-headline{
  margin: 0 0 1.3em;
  line-height: 1.4em;
  color: #666;
  font-size: 1.6em;
}

.subheading {
  position: relative;
  padding: 0.5em 0 0.5em 15px;
  margin: 3em 0 1em;
  font-size: 1.5em;
  line-height: 1.4em;
  border-top: 1px solid #666;
  border-left: 5px solid #FB6CA9;
}

.column-p{
  line-height: 2em;
}

@media only screen and (max-width: 750px){
  .column-title{
    font-size: 1.7em !important;
  }
  
  .column-headline{
    font-size: 1.3em !important;
  }
  .subheading{
    font-size: 1.3em !important;
  }
}

.job-information{
  margin-top: 50px;
}

.subtitle{
  position: relative;
  padding: 5px 5px 5px 42px;
  color: #fff;
  background: #FB6CA9;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-1;
}

.subtitle:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}

.basic-table{
  text-align: left;
  border-collapse:  collapse;
  border: none !important;
}

.basic-table tr{
  vertical-align: top;
  border: none !important;
}

.basic-table td {
  padding: 2em 0;
}

.basic-table td {
  border: none !important;
  border-bottom: 1px solid #666 !important;
  padding-left: 1em;
  line-height: 1.8em;
}

.basic-table td:first-child {
  border-bottom: 3px solid #666 !important;
  width: 10em;
  font-weight: 700;
}

.basic-ul{
  margin: 0;
  padding: 0;
}

.basic-li{
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}

.basic-li:last-of-type{
  margin-bottom: 0;
}

.basic-li::before{
  position: absolute;
  content: "○";
  left: 0;
  top: 0.2em;
  font-size: 0.6em;
  color: #FB6CA9;
}

.mt1em{
  margin-top: 1em;
}

table a{
  color: #FB6CA9 !important;
  text-decoration: underline !important;
}

table a:hover{
  opacity: .5 !important;
}

@media only screen and (max-width: 750px){
  .basic-table td {
    display: block;
    border-bottom: 3px solid #666 !important;
  }
  
  .basic-table td:first-child{
    border-bottom: 1px solid #666 !important;
    width: 100%;
  }
}

.balloon-headline-container{
  position: relative;
  padding: 0.5em 0 0.7em;
  border-bottom: 2px solid #666;
  background: linear-gradient(#e6e6e6 0 calc(100% - 0.2rem), white calc(100% - 0.2rem));
  margin-top: 50px;
}
.balloon-headline-container:before,
.balloon-headline-container:after {
    position: absolute;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.balloon-headline-container:before {
    top: 100%;
    border: 9px solid;
    border-color: transparent;
    border-top-color: #666;
    margin-left: -9px;
}

.balloon-headline-container:after {
    top: 99%;
    border: 8px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -8px;
}

.balloon-headline{
  text-align: center;
  line-height: 1.8em;
}

.contact-subheading{
  text-align: center;
  line-height: 1.8em;
  font-size: 1.2em;
  font-weight: 400;
  position: relative;
  display: inline-block;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  z-index: 1;
}

.contact-subheading:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0.7em;
  background: #FFE96F;
  bottom: 0.2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}


.contact-container02{
  width: 100%;
  margin: 30px auto 90px;
  border: 1px solid #666;
  border-radius: 10px;
  padding: 10px 30px 20px;
  box-sizing: border-box;
}

.contact-dl dt{
  font-weight: 700;
  font-size: 1.1em;
  margin: 30px 0 10px;
  text-align: left;
}

.contact-dl dt:first-child{
  margin-top: 20px;
}

.contact-dl dd{
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  line-height: 1em;
}

.form-area02{
  width: 100%;
  padding: 10px;
  margin: 0 0 10px;
  background: #E6E6E6;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
}

.checkbox{
  align-items: center;
  text-align: center;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 750px){
  .balloon-headline{
    font-size: 1.1em;
  }
  
  .contact-dl dt{
    font-size: 1em;
  }
  
  .contact-container02{
    padding: 0 20px 10px;
    margin: 20px auto 50px;
  }
  
  .contact-subheading:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 0.7em;
    background: #FFE96F;
    top: 0.8em;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
  }
}

.pick-up-company{
  margin-bottom: 50px;
}

.side-title {
  position: relative;
  padding-left: 1.6em;/*アイコン分のスペース*/
  line-height: 1.4;
  margin: 0;
  font-size: 1.4em;
  padding-bottom: 10px;
  border-bottom: 1px dashed #666;
}

.side-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c6";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.5em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  bottom: 3px;/*アイコンの位置*/
  color: #FB6CA9; /*アイコン色*/
  font-weight: 900;
}

.pick-up-container{
  background: #E0E7EE;
  padding: 15px;
  transition: all 0.3s 0s ease;
}

.pick-up-container:hover{
  opacity: .5;
}

.right-container .pick-up-container{
  margin: 20px 0;
}

.right-container{
  margin-bottom: 50px;
}

.pick-up-name{
  margin: 15px 0 5px;
  padding-bottom: 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #666;
}

.pick-up-p p{
  margin: 0;
  font-size: 0.9em;
}

.pick-up-p{
  padding: 0;
}

.business-type-container{
  margin: 0;
  padding: .3em .7em;
  position: absolute;
  background: #4A8CC9;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.business-type-p{
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 13px;
  color: #fff;
}

.flex-container , .flex-two-container{
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
}

.flex-container{
  justify-content: flex-start;
  width: calc(100% + 1.3%);
}

.flex-two-container{
  justify-content: space-between;
}

.flex-two-container{
  margin-top: -5px;
}

.flex-container article{
  display: block;
  width: 23.7%;
  min-width: 230px;
  background: #E0E7EE;
  margin: 20px 1.3% 0 0;
}

.flex-two-container article{
  display: block;
  width: 48.3%;
  margin-right: 25px;
  background: #E0E7EE;
  margin: 0 0 25px 0;
}

.flex-two-container article:nth-child(2n){
  margin-right: 0;
}

.pick-up-container .img-container{
  height: 150px;
  overflow: hidden;
  position: relative;
}

.flex-two-container .pick-up-container .img-container{
  height: 180px;
}

.pick-up-container .img-container img{
  height: 100%;
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.3s 0s ease;
}

.pick-up-container a:hover img{
  height: 120%;
  min-height: 120%;
  width: 120%;
}


@media only screen and (max-width: 750px){
  .flex-container , .flex-two-container{
    display: block;
  }
  
  .flex-container article , .flex-two-container article{
    width: 100%;
    margin-right: 0;
  }
  
  .flex-container article .img-container , .flex-two-container article .img-container{
    height: 260px;
  }
}

.mt2{
  margin-top: 60px !important;
}

.br-sp{
  display: none;
}

@media only screen and (max-width: 750px){
  .br-sp{
    display: inline;
  }
}

.credit-container{
  background: #E6E6E6;
  padding: 10px 15px;
  margin-top: 30px;
}

.credit-h4{
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
}

.credit-p{
  margin: 0;
}

@media only screen and (max-width: 750px){
  .credit-h4{
    margin: 0 0 10px;
  }
  .credit-p{
    margin: 0 0 10px;
  }
}

.credit-container .small-cap{
  margin: 0;
}

.grecaptcha-badge {
  bottom: 70px !important;
}

.small-cap a{
  display: inline;
  color: #FB6CA9;
  text-decoration: underline;
  transition: all 0.3s 0s ease;
}

.small-cap a:hover{
  opacity: .5;
}