@charset "UTF-8";
.recruit.license .intro {
  margin-bottom: 50px;
}
.recruit.license .support {
  position: relative;
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .recruit.license .support {
    margin-bottom: 80px;
  }
}
.recruit.license .support:before {
  content: "";
  display: block;
  width: 100%;
  height: 211px;
  background: url(/recruit/license/img/loop_txt.png) repeat-x;
  background-position: 0 0;
  background-size: 4703px auto;
  animation: flow-txt 60s linear infinite;
  position: absolute;
  top: -105px;
}
@keyframes flow-txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4703px 0;
  }
}
.recruit.license .support .section-ttl {
  margin: 1em 0 0.5em;
  position: relative;
}
.recruit.license .support .section-ttl:before {
  content: "";
  display: block;
  width: 238px;
  height: 38px;
  background: url(/recruit/license/img/ttl_sub.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
}
.recruit.license .support .support-list li {
  padding: 40px 0;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit.license .support .support-list li {
    justify-content: center;
  }
}
.recruit.license .support .support-list li:first-of-type {
  border-top: 1px solid #E6E6E6;
}
.recruit.license .support .support-list li .support-num {
  width: 84px;
  height: 84px;
  background: #CE3533;
  border-radius: 6px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .recruit.license .support .support-list li .support-num {
    width: 64px;
    height: 64px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.recruit.license .support .support-list li .support-num .en {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .recruit.license .support .support-list li .support-num .en {
    font-size: 0.625rem;
  }
}
.recruit.license .support .support-list li .support-num .num {
  font-size: 3.125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit.license .support .support-list li .support-num .num {
    font-size: 2rem;
  }
}
.recruit.license .support .support-list li .support-txt {
  width: calc(100% - 314px);
}
@media screen and (max-width: 767px) {
  .recruit.license .support .support-list li .support-txt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.recruit.license .support .support-list li .support-txt dt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .recruit.license .support .support-list li .support-txt dt {
    font-size: 1.25rem;
    text-align: center;
  }
}
.recruit.license .support .support-list li .support-image {
  width: 190px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .recruit.license .support .support-list li .support-image {
    margin-left: 0;
  }
}
.recruit.license .certification {
  /*.certification-wrap{
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;

  	.certification-col2{
  		width: 541px;

  		@include mq(md){
  			width: 100%;
  		}

  		.section-block{
  			margin-bottom: 65px;
  		}

  		.certification-list{
  			li{
  				padding: 15px 10px 15px 1.0em;
  				display: flex;
  				flex-wrap: wrap;
  				justify-content: space-between;
  				position: relative;

  				&:before{
  					content: '・';
  					display: block;
  					position: absolute;
  					left: 0;
  				}

  				&:after{
  					content: "";
  					display: block;
  					width: 100%;
  					height: 1px;
  					background-image: linear-gradient(to right, $font-color 1px, transparent 1px);
  					background-size: 6px 1px;
  					position: absolute;
  					left: 0;
  					bottom: 0;
  				}

  				.certification-name{
  					width: calc(100% - 70px);

  					@include mq(md){
  						width: calc(100% - 80px);
  					}
  				}

  				.num{
  					width: 60px;
  					font-size: rem(20);
  					font-weight: bold;
  					font-family: $font-family-en;

  					@include mq(md){
  						display: flex;
  						align-items: center;
  					}

  					span{
  						font-size: rem(14);
  					}
  				}
  			}
  		}
  	}
  }*/
}
.recruit.license .certification .page-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruit.license .certification .page-ttl {
    margin-bottom: 30px;
  }
}
.recruit.license .certification .section-block {
  margin-bottom: 65px;
}
.recruit.license .certification .section-block:last-of-type {
  margin-bottom: 0;
}
.recruit.license .certification .section-block .license-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit.license .certification .section-block .license-list {
    display: block;
  }
}
.recruit.license .certification .section-block .license-list li {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-right: 1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .recruit.license .certification .section-block .license-list li {
    font-size: 0.875rem;
  }
}
.recruit.license .certification .section-block .license-list li:before {
  content: "#";
}/*# sourceMappingURL=license.css.map */