/*
action用CSS
*/
*{
  margin: 0;
}
/*-------------------------------------------------
主な活動
--------------------------------------------------*/
.action-sub-title{
  font-size: 22px;
  padding-left: 22px;
  position: relative;
  margin:  0;
}
.action-sub-title:before {
  content: "";
  background-color: #AAE1F6;
  width: 8px;
  height: 36px;
  left: 0px;
  top: 0px;
  position: absolute;
}
.action-box-inner-text{
  font-size: 16px;
  margin: 24px 0 40px 0;
  line-height: 2;
}
.action-link-img{
  width: 250px;
  height: 107px;
}
.action-link{
  display: flex;
  justify-content: space-around;
  margin: 48px 0 144px 0; 
}
.action-link-inner{
  width: 25%;
}
.education-head-text{
  margin: 0;
  line-height: 2;
  font-weight: 500;
  color: #222222;
}
.page-head-box-inner2{
  width: calc(100% - 318px - 60px);
}
.mgb32{
  margin-bottom: 32px;
}
/*-------------------------------------------------
佼成カウンセラー養成講座
--------------------------------------------------*/
.sub-title{
  margin: 0;
  font-weight: bold;
}
.teacher-img{
  width: 120px;
  height: 176px;
  object-fit: cover;
}
.education-flex{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.education-main{
  background-color: #E4F4FC;
  padding: 32px 44px 44px;
  margin: 45px 0 50px;
}
.teacher-word{
  width: calc(100% - 120px - 44px);
}
.teacher-title{
  margin: 0 ;
  font-size: 22px;
}
.teacher-msg{
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
.teacher-name{
  text-align: right;
  margin: 0;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.word-lead{
  margin: 32px 0;
}
.word-lead p{
  line-height: 2;
}
.education-btn{
  background: #ffffff;
  text-decoration: none;
  border: 1px solid #0974B8;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 258px;
  height: 53px;
  padding: 10px 25px;
  color: #0974B8;
  font-weight: bold;
  font-size: 16px;
  margin: auto;
  }
.education-btn::after{
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("../images/top/btn_arrow.png");
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 16px;
  transition: 0.3s all;
}
@media(hover: hover) {
.education-btn:hover:after {
  right: 8px;
}
}
.page-btn{
  background: #A4E5FB;
  text-decoration: none;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 337px;
  height: 63px;
  padding: 10px 25px;
  color: black;
  font-weight: bold;
  font-size: 19px;
  margin: auto;
  padding-top: 17px;
  }
.page-btn::after{
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("../images/top/btn_arrow.png");
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 16px;
  transition: 0.3s all;
}
@media(hover: hover) {
.page-btn:hover:after {
  right: 8px;
}
}
.education-btn-box{
  margin: 50px 0 88px 0;
}
/*-------------------------------------------------
佼成カウンセリング相談室
--------------------------------------------------*/
.counseling-box{
  margin: 40px 0 50px 0;
}
.c-lead{
  line-height: 2;
  margin-bottom: 16px;
}
.counseling-box-inner{
  margin-top: 32px;
}
.c-text{
  margin-top: 8px;
}
.mgb-8{
  margin-bottom: 8px;
}
#map{
  margin-bottom: 48px;
}
.counseling-list{
  padding-left: 24px;
}
.c-title{
  font-size: 18px;
}
/*-------------------------------------------------
推薦のことば
--------------------------------------------------*/
.recommend-head-box{
  display: flex;
  justify-content: space-between;
}
.recommend-head-img{
  width: 158px;
  height: 232px;
}
.recommend-head-box-inner2{
  width: calc(100% - 158px - 44px);
  position: relative;
}
.recommend-head-text{
  margin: 0;
  font-weight: bold;
  font-size: 22px;
}
.recommend-head-name{
  text-align: right;
  margin: 0;
  position: absolute;
  bottom: 0px;
  right: 0;
  line-height: 2;
}
.recommend-main{
  margin: 50px 0 0 0;
}
.recommend-main-text{
  margin: 0 0 40px 0;
  line-height: 2;
}
/*-------------------------------------------------
地域活動支援
--------------------------------------------------*/
.support-flex{
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.support-flex p{
  line-height: 2;
}
.support-flex-inner{
  background-color: #E4F4FC;
  padding: 32px;
  width: 100%;
  max-width: 507px;
}
.support-box{
  margin: 50px 0;
}
.support-h3{
  font-size: 22px;
}
.support-btn{
  background: #ffffff;
  text-decoration: none;
  border: 1px solid #0974B8;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 258px;
  height: 53px;
  padding: 10px 25px;
  color: #0974B8;
  font-weight: bold;
  font-size: 16px;
  margin: auto;
  }
.support-btn::after{
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("../images/top/btn_arrow.png");
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 16px;
  transition: 0.3s all;
}
@media(hover: hover) {
.support-btn:hover:after {
  right: 8px;
}
}
.support-sub{
  font-size: 18px;
  font-weight: bold;
}
.support-name{
  text-align: right;
  margin-bottom: 32px;
}
.support-list{
  margin: 36px 0;
}
.support-list li:not(:last-child){
  margin-bottom: 48px;
}
.support-flex-text{
  margin-bottom: 29px;
}
/*-------------------------------------------------
有資格者メッセージ
--------------------------------------------------*/
.pdb-24{
  padding-bottom: 24px;
}
.message-box{
  margin: 40px 0 72px;
}
.message-box-inner-text{
  margin-bottom: 40px;
  line-height: 2;
}
/*-------------------------------------------------
break point 1080px 
--------------------------------------------------*/
@media only screen and (max-width: 1080px) {
.support-flex{
  display: block;
}
.support-flex-inner{
  margin: 50px auto 0;
}
.support-flex-inner{
  max-width: 1080px;
}
.sup-list-br{
  display: none;  
}
.list-span{
  display: inline-block;  
}
}
/*-------------------------------------------------
break point 960px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 960px) {
/*-------------------------------------------------
主な活動
--------------------------------------------------*/
.action-link{
  display: block;
}
.action-link-inner {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
}
/*-------------------------------------------------
break point 750px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 750px) {
.page-head-box-inner2{
  width: 100%;
}
.education-flex{
  display: block;
}
.teacher-name{
  text-align: left;
  margin: 0;
  position: static;
}
.teacher{
  text-align: center;
  margin-bottom: 32px;
  }
.teacher-msg{
  margin-bottom: 24px;
  }
.teacher-word{
  width: 100%;
}
.recommend-head-box{
  display: block;
}
.recommend-head-box-inner{
  text-align: center;
  margin-bottom: 32px;
}
.recommend-head-name{
  position: static;
  text-align: right;
}
.recommend-head-text{
  margin-bottom: 24px;   
}
.recommend-head-box-inner2{
  width: 100%; 
}
}
/*-------------------------------------------------
break point 520px SP
--------------------------------------------------*/
@media only screen and (max-width: 520px) {
/*-------------------------------------------------
主な活動
--------------------------------------------------*/
.action-link{
  margin: 48px 0 72px 0;
}
.action-sub-title {
  font-size: 18px;
  padding-left: 16px;
}
.action-sub-title:before {
  top: -5px;
}
.action-box-inner-text {
  margin: 16px 0 32px 0;
}
.action-box{
    margin-top: 40px;
}
.page-btn{
  max-width: 100%;
}
.teacher-title {
    font-size: 20px;
}
.education-main{
  padding: 33px 24px;
}
.education-btn-box{
  margin: 40px 0 72px 0;
}
.c-title{
  font-size: 16px;
}
.counseling-box-inner{
  margin-top: 0px;
  margin-bottom: 24px;
}
.c-lead{
  margin-bottom: 40px;
}
.counseling-box{
  margin: 40px 0 24px 0;
}
.support-name{
  text-align: left;
  margin-top: 16px;
}
.recommend-head-name{
  text-align: left;
}
.recommend-main {
  margin: 40px 0 0 0;
}
.recommend-main-text{
  margin: 0 0 32px 0;
}
.recommend-head-text{
  font-size: 20px;   
}
.support-flex-inner{
  padding: 32px 20px;
}
.support-h3{
  font-size: 20px;
}
.message-box-inner-text{
  margin-bottom: 32px;
}
#map{
  height: 266px;
}
}