.mail_magazinebtn{
  bottom: auto;
  top: 330px;
}

/*タブレット*/
@media screen and (max-width:1010px){
  .mail_magazinebtn{
    top: 146px;
  } 
}

/*スマホ*/
@media screen and (max-width:768px){
  .mail_magazinebtn{
    top: auto;
    bottom: 0;
  }
}

.about_content{
  overflow-x: hidden;
}

.about_content_box{
  margin-bottom: 120px;
  padding-top: 50px;
}

.about_content_box h2{
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 229.99999999999997%;
  color: #006E6F;
  margin-bottom: 30px;
  gap: 30px;
  display: flex;
  align-items: center;
  width: calc(50% - 15px);
}

.about_content_box h2 span{
  width: auto;
  height: 38px;
  display: flex;
  align-items: center;
}

.about_content_box h2 span img{
  width: auto;
  height: 100%;
}

.about_content_inner{
  display: flex;
  gap: 30px;
  padding-bottom: 60px;
}

.about_content_text{
  width: calc(50% - 15px);
  position: relative;
  z-index: 10;
}

.about_content_text p{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

.about_content_image{
  width: calc(50% - 15px);
  position: relative;
  z-index: 10;
}

.about_content_image img{
  border-radius: 30px;
  margin-top: -130px;
}

.about_bk_right .about_content_inner{
  position: relative;
}

.about_bk_right .about_content_text p{
  padding-left: 50px;
  padding-top: 50px;
}

.about_bk_left .about_content_text p{
  padding-right: 50px;
  padding-top: 50px;
}

.about_bk_left{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.about_bk_left .about_content_inner{
  position: relative;
}

.about_bk_right .about_content_inner::before{
  background-color: #EAEFF2;
  border-radius: 30px 0 0 30px;
  height: 100%;
  width: 150vw;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.about_bk_left .about_content_inner::before{
  background-color: #EAEFF2;
  border-radius: 0 30px 30px 0;
  height: 100%;
  width: 150vw;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width:1500px){
  .about_content_box h2{
    font-size: 26px;
  }
  .about_content_box h2 span{
    height: 34px;
  }
  .about_content_box{
    margin-bottom: 100px;
  }
}


@media screen and (max-width:1300px){
  .about_content_box h2 {
      font-size: 22px;
  }
  .about_content_box h2 span{
    height: 30px;
  }
}

/*タブレット*/
@media screen and (max-width:1010px){
  .about_content_inner{
    gap: 15px;
  }
  .about_bk_right .about_content_inner{
    padding: 40px 0 40px 30px;
  }
  .about_bk_left .about_content_inner{
    padding: 30px 0 40px 0;
  }
  .about_content_box{
    padding-top: 0;
  }
  .about_content_box h2 {
      width: 100%;
      gap: 20px;
  }
  .about_bk_right .about_content_text p,.about_bk_left .about_content_text p{
    padding: 0;
  }
  .about_content_image img{
    margin-top: 0;
    border-radius: 15px;
  }
  .about_content_text p{
    font-size: 16px;
  }
  .about_content_box{
    margin-bottom: 60px;
  }
}

/*スマホ*/
@media screen and (max-width:768px){
  .about_content_inner{
    flex-wrap: wrap;
    gap: 0;
  }
  .about_content_box h2{
    font-size: 20px;
    flex-direction: column;
    gap: 15px;
    align-items: start;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .about_content_box h2 span{
    height: 26px;
  }
  .about_content_text{
    width: 100%;
    padding: 30px 0;
  }
  .about_content_text p{
    font-size: 15px;
  }
  .about_content_image{
    width: 100%;
  }
  .about_bk_right .about_content_inner::before,.about_bk_left .about_content_inner::before{
    height: auto;
    bottom: 40vw;
    margin: 0 calc(50% - 50vw);
	  width: 100vw;
    border-radius: 0;
  }
  .about_bk_right .about_content_inner,.about_bk_left .about_content_inner{
    padding: 0;
  }
  .about_bk_left .about_content_text{ 
    order: 1;
  }
  .about_bk_left .about_content_image{ 
    order: 2;
  }
}

.about_content_fllow{
  margin-bottom: 100px;
}

/*タブレット*/
@media screen and (max-width:1010px){
  .about_content_fllow{
    margin-bottom: 60px;
  }
}

.support{
  margin-bottom: 120px;
}

.support_inner{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.support_content{
  background-color: rgba(0,110,111,0.65);
  padding: 50px 35px;
  width: calc(50% - 15px);
}

.support_content h3{
  color: #fff;
  border-bottom: solid 1px #fff;
  padding-bottom: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  line-height: 180%;
  text-align: center;
  margin-bottom: 44px;
}

.support_content p{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #fff;
}

.support_content:nth-child(1){
  border-top-left-radius: 30px;
}

.support_content:nth-child(2){
  border-top-right-radius: 30px;
}

.support_content:nth-child(3){
  border-bottom-left-radius: 30px;
}

.support_content:nth-child(4){
  border-bottom-right-radius: 30px;
}

@media screen and (max-width:1500px){
  .support{
    margin-bottom: 100px;
  }
}

/*タブレット*/
@media screen and (max-width:1010px){
  .support{
    margin-bottom: 60px;
  }
  .support_inner{
    gap: 15px;
  }
  .support_content{
    width: calc(50% - 7.5px);
    padding: 50px 20px 40px 20px;
  }
  .support_content h3{
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .support_content p{
    font-size: 16px;
  }
  .support_content:nth-child(1){
    border-top-left-radius: 15px;
  }
  .support_content:nth-child(2){
    border-top-right-radius: 15px;
  }
  .support_content:nth-child(3){
    border-bottom-left-radius: 15px;
  }
  .support_content:nth-child(4){
    border-bottom-right-radius: 15px;
  }
}

/*スマホ*/
@media screen and (max-width:768px){
  .support_content{
    width: 100%;
    padding: 40px 20px 40px 20px;
    min-height: 311px;
  }
  .support_content:nth-child(1){
    border-radius: 15px 15px 0 0;
  }
  .support_content:nth-child(2){
    border-top-right-radius: 0;
  }
  .support_content:nth-child(3){
    border-bottom-left-radius: 0;
  }
  .support_content:nth-child(4){
    border-radius: 0 0 15px 15px;
  }
  .support_content h3{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .support_content p{
    font-size: 15px;
  }
}

.list_link{
  padding: 100px 0;
  background-image: url(../img/pg/pg_2nd-back-img@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 120px;
}

.list_link h2{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 180%;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

.list_link p{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 55px;
  color: #fff;
}

.list_link .btn{
  margin: auto;
}

@media screen and (max-width:1500px){
    .list_link{
      margin-bottom: 100px;
    }
}

/*タブレット*/
@media screen and (max-width:1010px){
  .list_link{
    padding: 60px 0;
    background-image: url(../img/pg/tab/tab_pg_2nd-back-img@2x.jpg);
  }
  .list_link h2{
    font-size: 26px;
    margin-bottom: 50px;
  }
  .list_link p{
    font-size: 16px;
    margin-bottom: 50px;
  }
}

/*スマホ*/
@media screen and (max-width:768px){
  .list_link{
    background-image: url(../img/pg/sp/sp_pg_2nd-back-img@2x.jpg);
  }
  .list_link h2{
    font-size: 20px;
  }
  .list_link p{
    font-size: 15px;
  }
}