@charset "UTF-8";
/*

  partner CSS

*/


/* 施設一覧ページ */

main {
  height: auto;
  margin: 0;
  position: relative;
  transition: all 0.5s ease-out;
  width: 100%;
  z-index: 1;
  color: #474655;
  line-height: 1.75;
}

a:hover {
  opacity: 0.8;
}

.partner__content{
  background-color: #F4F4F5;
  text-align: center;
  padding: 100px 0;
}

.partner__title {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #FFD35A 0%, #FF84B4 100%);
  border-image-slice: 1;
  display: inline-block;
  line-height: 1.2;
  margin-top: 40px;
}
@media screen and (max-width: 600px){
	.partner__title {
    font-size: 24px;
	}
}

.partner__txt {
  font-size: 16px;
  margin: 40px;
  text-align: center;
}
@media screen and (max-width: 600px){
	.partner__txt {
    text-align: left;
    margin: 24px;
    font-size: 14px;
	}
}

.catalog {
  display: flex;
	flex-wrap: wrap;
  padding: 40px 0;
  justify-content: center;
  max-width:1000px;
  margin: 0 auto;
}
@media screen and (max-width: 600px){
	.catalog {
    padding: 24px 0;
	}
}

.catalog__item {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-left: 20px;
  background-color: #fff;
  padding: 24px;
  border-radius: 22px;
  text-align: left;
  font-size: 14px;
  margin-bottom: 48px;
  width: calc(33% - 32px);
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}

.catalog__hover:hover {
  opacity: 0.8;
}

.catalog__img {
  display: block;
  max-width: 100%;
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.catalog__tag {
  font-size: 11px;
  font-weight: bold;
  padding: 2px 6px;
  background-color: #546176;
  color: #fff;
  margin: 24px 0 0;
  display: inline-block;
  border-radius: 4px;
}

.catalog__name {
  margin: 4px 0 16px;
  font-size: 20px;
  font-weight: bold;
  color: #474655;
}
@media screen and (max-width: 600px){
	.catalog__name {
		font-size: 18px;
	}
}

.catalog__address {
  margin: 8px 0;
  color: #546176;
  text-indent: -23px;
  padding-left: 23px;
}
.catalog__address::before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  font-weight: 900;
  color: #B6BECB;
  padding-right: 8px;
  font-size: 16px;
}

.catalog__traffic {
  margin: 8px 0;
  color: #546176;
  text-indent: -23px;
  padding-left: 23px;
}
.catalog__traffic::before {
  font-family: "Font Awesome 5 Free";
  content: '\f239';
  font-weight: 900;
  color: #B6BECB;
  padding-right: 8px;
  font-size: 16px;
}

.catalog__cb {
  color: #E64A7A;
  font-weight: bold;
  margin: 0 0 80px;
  text-indent: -23px;
  padding-left: 23px;
}
.catalog__cb::before {
  font-family: "Font Awesome 5 Free";
  content: '\f005';
  font-weight: 900;
  color: #FF98B8;
  padding-right: 6px;
  font-size: 16px;
}

.catalog__btn {
  color: #fff;
  background-color: #FF952B;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 25px;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: 0 auto 16px;
  width: 160px;
}

.catalog__btn--pre {
  color: #fff;
  background-color: #ccc;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 25px;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: 0 auto 16px;
  width: 160px;
}

@media screen and (min-width: 850px){
	.catalog__item:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 849px){
	.catalog {
		justify-content: space-around;
    margin: 0 16px;
	}
	.catalog__item {
		margin-left: 0;
    width: calc(96% / 2);
    padding: 32px;
    justify-content: center;
	}
}
@media screen and (max-width: 600px){
	.catalog__item {
		margin-left: 0;
    width: 100%;
    justify-content: center;
    margin-bottom: 24px;
	}
}

.other-catalog {
  display: flex;
	flex-wrap: wrap;
  padding: 40px 0;
  justify-content: center;
  max-width:1000px;
  margin: 0 auto;
}
@media screen and (max-width: 600px){
	.other-catalog {
    padding: 24px 0;
	}
}

.other-catalog__tag {
  font-size: 11px;
  font-weight: bold;
  padding: 2px 6px;
  background-color: #546176;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}

.other__title {
  font-size: 24px;
  font-weight: bold;
  padding: 24px 0;
}

.other-catalog__item {
  margin: 0 0 24px 20px;
  background-color: #fff;
  padding: 16px 24px;
  border-radius: 22px;
  text-align: left;
  font-size: 12px;
  width: 45%;
  color: #546176;
}
.other-catalog__item:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px){
	.other-catalog__item {
    padding: 14px 20px;
    margin: 0 0 16px 16px;
	}
}
@media screen and (max-width: 600px){
	.other-catalog__item {
    padding: 14px 16px;
    margin: 0 0 12px 12px;
	}
}

.other-catalog__name {
  margin: 0 0 8px 4px;
  font-size: 16px;
  font-weight: bold;
  color: #474655;
  font-weight: bold;
  display: inline-flex;
}
@media screen and (max-width: 768px){
	.other-catalog__name {
		display: block;
    margin: 4px 0;
	}
}

.other-catalog__address {
  color: #546176;
  text-indent: -18px;
  padding-left: 18px;
  margin-bottom: 4px;
}
.other-catalog__address::before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  font-weight: 900;
  color: #B6BECB;
  padding-right: 6px;
  font-size: 14px;
}

.other-catalog__traffic {
  color: #546176;
  text-indent: -18px;
  padding-left: 18px;
}
.other-catalog__traffic::before {
  font-family: "Font Awesome 5 Free";
  content: '\f239';
  font-weight: 900;
  color: #B6BECB;
  padding-right: 6px;
  font-size: 14px;
}

/* 施設詳細ページ */

.detail__content{
  padding: 100px 0 0;
  background-color: #fff;
}

.overview {
  display: flex;
	flex-wrap: wrap;
  padding: 40px 0 100px;
  justify-content: space-between;
  max-width:1000px;
  margin: 0 auto;
}

.overview__content{
  margin-left: 56px;
  font-size: 16px;
  width: 46%;
}

.overview__img {
  display: block;
  width: 48%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 950px){
  .overview {
    justify-content: flex-start;
    margin: 0 24px;
  }
  .overview__content{
    margin: 24px;
    width: 100%;
    font-size: 14px;
  }
	.overview__img  {
    width: 100%;
	}
}
@media screen and (max-width: 600px){
  .overview {
    margin: 0 16px;
    padding: 40px 0;
  }
  .overview__content{
    margin: 16px 0 0 0;
  }
  .detail__content{
    padding: 40px 0 0;
  }
}

.overview__tag {
  font-size: 14px;
  font-weight: bold;
  padding: 1px 8px;
  background-color: #546176;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}

.overview__name {
  font-size: 30px;
  font-weight: bold;
  margin: 8px 0 24px;
}

.overview__name--small{
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 600px){
	.overview__tag {
    font-size: 
    12px;
	}
  .overview__name {
    font-size: 21px;
    margin: 4px 0 16px;
  }
  .overview__name--small{
    font-size: 14px;
  }
}

.overview__address {
  margin-bottom: 8px;
  color: #546176;
  text-indent: -23px;
  padding-left: 23px;
  margin-bottom: 4px;
}
.overview__address::before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  font-weight: 900;
  color: #B6BECB;
  padding-right: 8px;
  font-size: 18px;
}

.overview__traffic {
  margin-bottom: 10px;
  color: #546176;
  text-indent: -23px;
  padding-left: 23px;
  line-height: 1.6;
}
.overview__traffic::before {
  font-family: "Font Awesome 5 Free";
  content: '\f239';
  font-weight: 900;
  color: #B6BECB;
  padding-right: 8px;
  font-size: 18px;
}

.overview__cb {
  color: #E64A7A;
  font-weight: bold;
  text-indent: -23px;
  padding-left: 23px;
}
.overview__cb::before {
  font-family: "Font Awesome 5 Free";
  content: '\f005';
  font-weight: 900;
  color: #FF98B8;
  padding-right: 6px;
  font-size: 16px;
}

.overview__sns {
  margin: 24px 0;
  position: relative;
}

.sns__icon {
  font-size: 34px;
  margin-right: 8px;
  color: #474655;
}

.overview__hp {
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #474655;
  display: inline-block;
  padding: 0px 12px;
  border-radius: 4px;
  position: absolute;
  top: 0px;
  margin-left: 10px;
  color: #474655;
}
.overview__hp::before {
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: 900;
  color: #474655;
  padding-right: 6px;
  font-size: 18px;
}

.overview__blog {
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #474655;
  display: inline-block;
  padding: 0px 12px;
  border-radius: 4px;
  color: #474655;
}
.overview__blog::before {
  font-family: "Font Awesome 5 Free";
  content: '\f304';
  font-weight: 900;
  color: #474655;
  padding-right: 6px;
  font-size: 18px;
}
@media screen and (max-width: 600px){
  .overview__address {
    margin-bottom: 0;
  }
  .overview__traffic {
    margin-bottom: 4px;
  }
  .overview__sns {
    margin: 16px 0 32px;
  }
  .overview__address::before {
    font-size: 16px;
  }
  .overview__traffic::before {
    font-size: 16px;
  }
  .overview__cb::before {
    font-size: 14px;
  }
}

.feature__bg--gray {
  background-color: #F4F4F5;
  padding: 0 40px;
}
@media screen and (max-width: 600px){
	.feature__bg--gray {
    padding: 0;
	}
}

.feature {
  display: flex;
	flex-wrap: wrap;
  padding: 100px 0;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #F4F4F5;
  max-width: 1000px;
}
@media screen and (max-width: 600px){
	.feature {
    padding: 40px 0;
    margin: 0 16px;
    justify-content: flex-start;
	}
}

.feature--paragraph {
  display: flex;
	flex-wrap: wrap;
  padding: 0 0 100px;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #F4F4F5;
  max-width: 1000px;
}
@media screen and (max-width: 600px){
	.feature--paragraph {
    padding: 0 0 40px;
    margin: 0 16px;
    justify-content: flex-start;
	}
}

.feature__wrap--uservoice {
  padding: 32px 32px 40px;
  margin: 0 auto 40px;
  background-color: #FFF;
  border-radius: 16px;
  max-width: 1000px;
}
@media screen and (max-width: 600px){
	.feature__wrap--uservoice {
    padding: 24px 16px;
    margin: 0 16px 24px ;
    justify-content: flex-start;
	}
}

.feature__content {
  margin-right: 40px;
  font-size: 14px;
  width: 46%;
}

.feature__content--width100 {
  width: 100%;
  margin: 40px 0;
}

.feature__content--left {
  margin-left: 40px;
  font-size: 14px;
  width: 46%;
}

.feature__img {
  display: block;
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
  width: 45%;
}

.feature__title {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 0 12px;
  color: #474655;
  background: transparent;
  border-left: solid 5px #FF98B8;
  margin-bottom: 24px;
}
.feature__title--uservoice , .feature__title--staffvoice  {
  font-size: 18px;
  font-weight: bold;
  color: #474655;
  margin-bottom: 8px;
}
.feature__title--uservoice:before {
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url(https://academybc.jp/wp/wp-content/uploads/2021/10/icon-smile-2.png) no-repeat;
	background-size:contain;
  margin-right: 6px;
  padding-bottom: 5px;
  vertical-align: middle;
}
.feature__title--staffvoice:before {
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url(https://academybc.jp/wp/wp-content/uploads/2021/10/icon-good-1.png) no-repeat;
	background-size:contain;
  margin-right: 6px;
  vertical-align: middle;
  padding-bottom: 4px;
}
@media screen and (max-width: 600px){
  .feature__content--width100 {
    margin: 0;
  }  
	.feature__title {
    font-size: 18px;
	}
  .feature__title--uservoice , .feature__title--staffvoice {
    font-size: 16px;
  }
  .feature__content {
    margin-right: 0;
    width: 100%;
  }
  .feature__content--left {
    margin-left: 0;
    font-size: 14px;
    width: 100%;
  }
  .feature__img {
    width: 100%;
    height: 200px;
  }
}

.feature__txt {
  font-size: 16px;
}
@media screen and (max-width: 600px){
	.feature__txt {
    margin: 24px 0 0;
    font-size: 14px;
	}
}

.feature__txt--uservoice {
  font-size: 16px;
}
@media screen and (max-width: 600px){
	.feature__txt--uservoice {
    font-size: 14px;
	}
}

.feature__txt--point {
  font-weight: bold;
  color: #E64A7A;
}

.links {
  display: flex;
  flex-wrap: wrap;
}

.links__recruitment {
  background-color: #E0F1FF;
  padding: 16px;
  border-radius: 16px;
  text-align: left;
  font-size: 12px;
  text-align: center;
}

.links__txt--recruitment {
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  color: #546176;
}
.links__txt--recruitment::before {
  font-family: "Font Awesome 5 Free";
  content: '\f002';
  font-weight: 900;
  color: #4B93E6;
  padding-right: 6px;
  font-size: 18px;
}

.links__btn--blue {
  color: #fff !important;
  background-color: #4B93E6;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 25px;
  display: block;
  text-align: center;
  bottom: 1em;
  margin: 10px auto 4px;
  display: inline-block;
}
.links__btn--blue:hover {
  opacity: 0.8;
  color: #fff;
}

.links__content {
  text-align: center;
  width: calc(50% - 8px);
}

.links__content--right {
  text-align: center;
  margin-left: 16px;
  width: calc(50% - 8px);
}

.other-catalog__item:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px){
	.other-catalog__item {
    padding: 14px 20px;
    margin: 0 0 16px 16px;
	}
}
@media screen and (max-width: 600px){
	.other-catalog__item {
    padding: 14px 16px;
    margin: 0 0 12px 12px;
	}
  .links__recruitment {
    padding: 8px;
  }
  .links__txt--recruitment {
    font-size: 12px;
  }
  .links__content--right {
    margin-left: 8px;
  }
  .links__txt--recruitment::before {
    font-size: 16px;
  }
}

.links__point {
  color: #4B93E6;
  font-size: 12px;
  font-weight: bold;
  margin-top: 4px;
  line-height: 1.5;
}

.links__info {
  background-color: #FFF4C6;
  padding: 16px;
  border-radius: 16px;
  text-align: left;
  font-size: 12px;
  text-align: center;
}

.links__txt--info {
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  color: #546176;
}
.links__txt--info::before {
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: 900;
  color: #FD9D1A;
  padding-right: 6px;
  font-size: 18px;
}

.links__btn--orange {
  color: #fff !important;
  background-color: #FF872F;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 25px;
  display: block;
  text-align: center;
  bottom: 1em;
  margin: 10px auto 4px;
  display: inline-block;
}
.links__btn--orange:hover {
  opacity: 0.8;
  color: #fff;
}

.under-links {
  display: flex;
	flex-wrap: wrap;
  padding: 40px 0;
  justify-content: center;
  max-width:1000px;
  margin: 0 auto;
}
@media screen and (max-width: 600px){
	.under-links {
    padding: 24px 16px 100px;
	}
  .links__info {
    padding: 8px;
  }
  .links__txt--info {
    font-size: 12px;
  }
  .links__btn--blue {
    font-size: 14px;
    padding: 12px;
  }
  .links__btn--orange {
    font-size: 14px;
    padding: 12px;
  }
  .links__point {
    font-size: 10px;
  }
  .links__txt--info::before {
    font-size: 16px;
  }
}

.under-links__content {
  text-align: center;
}

.under-links__item {
  margin: 0;
  background-color: #fff;
  padding: 16px 24px;
  border-radius: 16px;
  text-align: center;
  font-size: 12px;
  color: #546176;
  width: 300px;
}

.under-links__item--right {
  margin: 0 0 24px 40px;
  background-color: #fff;
  padding: 16px 24px;
  border-radius: 16px;
  text-align: center;
  font-size: 12px;
  color: #546176;
  width: 300px;
}
.m-r8 {
  margin-right: 8px;
}
@media screen and (max-width: 768px){
	.under-links__item {
    padding: 14px 20px;
    margin: 0 0 16px 16px;
	}
}
@media screen and (max-width: 600px){
	.under-links__item {
    padding: 10px;
    margin: 0 0 12px 0;
	}
  .under-links__item--right {
    padding: 10px;
    margin: 0 0 24px 8px;
    width: 100%;
  }
}
.pc-none {
  display: none;
}
.sp-none {
}
@media screen and (max-width: 600px){
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
