/*--------------------------------------------
メインイメージ
--------------------------------------------*/

h3 {
  padding: 1rem 2rem;
  border-top: 6px double #000;
  border-bottom: 6px double #000;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}

body {
  font-family: 'Noto Sans JP',sans-serif;
   overflow-x: hidden;
}


.privacy-mv {
    background: url('/magazine/2601/img/top-01.jpg') no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
    position: relative;
    height: 460px;
    /*height: 460px;*/
    width: 100%;
}


/********* sp *********/

/*@media only screen and (max-width: 750px) {
    .privacy-mv {
        background: url(/magazine/2401/img/top.jpg) no-repeat;
        background-size: contain;
        background-position: left top;
        height: 450px;
    }
}
*/





.privacy-mv--inner {
    max-width: 1100px;
    margin: 0 auto;
    height: 560px;
    width: 86%;
    position: relative;
}

.privacy-mv--txtbox {
    padding-top: 200px;
}

.privacy-mv--txtbox_not {
    padding-top: 200px;
}


/********* sp *********/

@media only screen and (max-width: 650px) {
    .privacy-mv {
        background: url(/magazine/2601/img/top01.jpg) no-repeat; 
        background-size:contain;
        width: 100%;        
        height: 300px;
        margin-top: 20px;        

    }    
    .privacy-mv--txtbox {
        padding-top: 140px;
    }
    .privacy-mv--txtbox_not {
        padding-top: 85px;
    }
  .privacy-mv--inner {
      margin: 0 auto;
      height: auto;
      width: 86%;
      position: relative;
  }
}

.privacy-mv p {
    color: #fff;
    letter-spacing: 0.35em;
    padding: 0 15px 30px 15px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #73767a;
}

.privacy-mv-sm {
    font-size: 18px;
}


/********* sp *********/

@media only screen and (max-width: 650px) {
    .privacy-mv p {
        padding: 0 0 20px 0;
    }
}

.privacy-mv p::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    background: #d23056;
    width: 400px;
}


/********* sp *********/

@media only screen and (max-width: 650px) {
    .privacy-mv p::before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        display: inline-block;
        height: 1px;
        background: #d23056;
        width: 90%;
    }
}

.privacy-mv p::after {
    position: absolute;
    left: 400px;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    background: #fff;
    width: 40px;
}


/********* sp *********/

@media only screen and (max-width: 650px) {
    .privacy-mv p::after {
        position: absolute;
        left: 90%;
        bottom: 0;
        content: "";
        display: inline-block;
        height: 1px;
        background: #fff;
        width: 10%;
    }
}

.privacy-mv h1 {
    padding: 0 15px;
}


/********* sp *********/

@media only screen and (max-width: 650px) {
    .privacy-mv h1 {
        padding: 0;
    }
}


/*--------------------------------------------
CONTENT
--------------------------------------------*/
.privacy-content {
background-position: left top 340px;
padding: 60px 0 100px 0;
}
/********* sp *********/
@media only screen and (max-width: 650px) {
.privacy-content {
background: none;
padding: 40px 0 0 0;
}
}
.privacy-content.contact-content--noback {
background: none;
}
.privacy-content--inner {
margin: 0 auto;
max-width: 1110px;
width: 86%;
}
.privacy-tt h2 {
color: #000;
/*letter-spacing: 0.35em;*/
padding: 0 15px 30px 0px;
position: relative;
text-transform: uppercase;
}
.privacy-tt h2::before {
position: absolute;
left: 0;
bottom: 0;
content: "";
display: inline-block;
height: 1px;
background: #d23056;
width: 190px;
}
/********* sp *********/
@media only screen and (max-width: 650px) {
.privacy-tt h2::before {
position: absolute;
left: 0;
bottom: 0;
content: "";
display: inline-block;
height: 1px;
background: #d23056;
width: 90%;
}
}
.privacy-tt h2::after {
position: absolute;
left: 190px;
bottom: 0;
content: "";
display: inline-block;
height: 1px;
background: #cccccc;
width: 40px;
}
/********* sp *********/
@media only screen and (max-width: 650px) {
.privacy-tt h2::after {
position: absolute;
left: 90%;
bottom: 0;
content: "";
display: inline-block;
height: 1px;
background: #cccccc;
width: 10%;
}
}

ol.privacy {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0;
}
ol.privacy li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 50%;
  margin-bottom: 0.5rem;
  padding: 15px;
  margin-top: 1em;
  margin-bottom: 1em;
}
ol.privacy li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 2.8rem;
  margin-right: 0.8rem;
  font-family: 'Abril Fatface', serif;
  line-height: 1;
  color: #d23056;
  font-weight: 300;
}

@media only screen and (max-width: 650px) {
    ol.privacy li { width: 100%; padding: 10px;}
    ol.privacy li::before { font-size: 2rem; }
}


ol.privacy_infor {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0;
}
ol.privacy_infor li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 15px;
  margin-top: 1em;
  margin-bottom: 1em;
}
ol.privacy_infor li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 2.8rem;
  margin-right: 0.8rem;
  font-family: 'Abril Fatface', serif;
  line-height: 1;
  color: #d23056;
  font-weight: 300;
}

@media only screen and (max-width: 650px) {
    ol.privacy_infor li { width: 100%; padding: 10px;}
    ol.privacy_infor li::before { font-size: 2rem; }
}

ol.infor-b {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0;
  margin-left: -20px;
}

ol.infor-b li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 15px;
  margin-top: 1em;
  margin-bottom: 1em;
}

ol.infor-b li::before {
  content: "" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 2rem;
  margin-right: 0.8rem;
  font-family: 'Abril Fatface', serif;
  line-height: 1;
  color: #eceeee;
  font-weight: 300;
}

ol.infor-b ul.for  {
  display: block;
  counter-reset: my-awesome-counter;
  list-style-type: square; 
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.infor span { font-size: 22px;}
.infor_det span { font-size: 16px; margin-top: 10px; margin-left: 30px;}
p.infor_det { margin-top: 20px; margin-left: 20px; }

.infor .info__1 { margin-top: 30px; margin-left: 20px;}

.infor .info__1 p.info__2 { margin-left: 40px; margin-top: 30px;}


@media only screen and (max-width: 650px) {
  .infor span { font-size: 16px;}
  .infor_det span  { font-size: 13px;}

  .infor .info__1 p.info__2 { margin-left: 0px; margin-top: 20px;}
  .infor .info__1 { margin-top: 20px; margin-left: 0px;}
}

.privacy_detail {
    background-color: #eceeee;
    padding: 30px;
    margin: 50px 0px 0px 0px;
}

.module-border-wrap {
  position: relative;
  background-color: #eceeee;
  border-color:#eceeee; 
  border-bottom-color: #d23056;
  border-style:solid;
  border-width: 1px;
}

.module {
  background: #FFF;
  padding: 30px;
}

.mt_20 {
margin-top: 20px;
}
.mt_50 {
margin-top: 50px;
}
.mt_80 {
margin-top: 80px;
}


/* style.css*/
/* -- .top -- */
.top{
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.topimg2025{
    max-width: 1100px;
    margin:0 auto 50px;
/*    height: 560px; */
    height: auto;
    width: 100%;
}
.top .inner{
  width: 100%;
  max-width: 900px;
/*  text-align: center; */
  padding-bottom: 20px;
}
/* スマホ表示　*/
@media screen and (max-width:650px) {
.top {
    margin-top: 10px;
  }
.top .inner{
 margin: 0 auto;
  }
} 

.top .limited{
  font-size: 12px;
}
.top p{
  font-size: 17px;
  line-height: 30px;
  font-weight: bolder;
  font-family: serif;
  padding-left: 10px;
}
.top p span{
  font-size: 16px;
  font-weight: bolder;
  font-family: serif;
}
.top .consept{
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 15px;
}

@media screen and (max-width:650px) {
  .top p {
    font-size: 15px;
    padding: 0 20px;

  }
  .sub-top{
    /* background: url(../img/sub_top_02.jpeg) right bottom no-repeat;
    background-size: cover; */
    background: url(../img/pttn_smtb_back.gif) repeat;
    width: 100%;
    height: 150px;
    display: flex;
  }
  /* .sub-top.kanyu{
    background: url(../img/sub_top.jpeg) right bottom no-repeat;
    background-size: cover;
  } */
  .sub-top .inner{
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    align-items: center;
    justify-content: center;
  }
  .sub-top .site-name{
    font-size: 12px;
    margin-bottom: 20px;
  }
  .sub-top h2.ttl{
    font-size: 24px;
    line-height: 1em;
  }
  .sub-top h2.ttl .min{
    line-height: 0.8em;
  }
}
/* -- サブ項目 -- */
.content-inner {
margin: 0 auto;
max-width: 1110px;
width: 86%;
}

.sub-cont-area{
  text-align: center;
  max-width: 1024px;
  margin: 35px auto 0px;
  position: relative;
}
@media screen and (max-width:650px) {
  .esg-600{
    margin: 40px auto 0px;
  }
}
.art{
  background: linear-gradient(to right, #e16f9b 28%, #fac3cc);
  background: -moz-linear-gradient(left, #e16f9b 28%, #fac3cc);
  background: -webkit-linear-gradient(left, #e16f9b 28%, #fac3cc);
}
.esg{
  background: linear-gradient(to right, #4CAF50 28%, #CDDC39);
  background: -moz-linear-gradient(left, #4CAF50 28%, #CDDC39);
  background: -webkit-linear-gradient(left, #4CAF50 28%, #CDDC39);
}

.sub-cont-ttl span{
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 3px;
}
.sub-cont-ttl.art span{
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  z-index: 1;
  padding: 3px 3px 3px 70px;
}
.special-img{
  position: absolute;
  top: -50%;
  right: 50%;
  transform: translate(-351px, 18px);
  z-index: 1;
  width: 60px;
  height: auto;
}
.sub-cont-art{
  background: -moz-linear-gradient(to bottom,#FFF8DB 82%,#FFFFFF); 
  background: -webkit-linear-gradient(to bottom,#FFF8DB 82%,#FFFFFF); 
  background: linear-gradient(to bottom,#FFF8DB 82%,#FFFFFF); 
}
.sub-cont-art-inner{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width:650px) {
  .sub-cont-art-inner{
    display: block;
    padding-top: 23px;
  }
  .sub-cont-ttl{
    display: flex;
    justify-content: space-evenly;
    align-items: center;  
  }
  .sub-cont-ttl.art span{
    padding: 3px 3px 3px 0px;
  }
  .special-img{
    position: static;
    top: initial;
    right: initial;
    transform: initial;
    z-index: 1;
    width: 60px;
    height: auto;
  }
  
}
.art-txt p{
  font-size: 17px;
  line-height: 25px;
  margin: -10px 0px 0px 0px;
  font-family: serif;
  font-weight: bold;
  z-index: 1;
}
.sp-pic{
  margin: 30px 0px 28px 0px;
}
.art-pic p{
  text-align: center;
}
@media screen and (max-width:650px) {
  .art-pic{
    margin: initial;
  }
  .art-pic div{
    text-align: center;
    margin-bottom: 15px;
  }
  .art-txt{
    margin: initial;
  }
  .art-txt p{
    font-size: 17px;
    line-height: 25px;
    margin: -12px 0px 0px 0px;
    padding: 0 16px;
    font-family: serif;
    font-weight: bold;
  }
}
.scroll-btn{
  margin-top: 38px;
}
.scroll-btn a{
  display: inline;
  font-size: 13px;
  color: #fff;
  border-radius: 34px;
  padding: 4px 10px;
  letter-spacing: 2px;
  background-color: #FEB959;
  transition: all 0.5s ease;
}
.scroll-btn a:hover{
  opacity: 0.7;
}
.pic-size{
  max-width: 570px;
  width: 100%;
  height: auto;
}
.sub-cont-esg{
  z-index: 2;
  padding: 0px 18px;
}
.sub-ttl{
  font-size: 15px;
  margin: 40px;
}
.sub-cont-esg-inner{
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
@media screen and (max-width:650px) {
  .sub-cont-esg-inner{
    display: block;
  }
}
.esg-txt{
  text-align: left;
  width: 525px;
  color: #fff;
  padding-left: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.esg-txt-ttl{
  font-size: 16px;
  font-weight: bold;
}
.esg-txt a{
  color: #fff;
}
@media screen and (max-width:650px) {
  .esg-txt{
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .esg-txt-ttl {
    padding-top: 4px;
  }
}
.pic-size-esg-s{
  height: 90px;
  width: 207px;
  vertical-align: top;
}
.sub-cont-border{
  display: flex;
  border: solid 1px #37A092;
  outline: solid 2px #37A092;
  outline-offset: 3px;
  background: #fff;
  align-items: center;
}
.esg-pic{
}
.esg-btn{
  margin-top: 2px;
}
.esg-btn a{
  background-color: #37A092;
  color: #fff;
  float: right;
}
@media screen and (max-width:650px) {
  .esg-btn{
    z-index: 2;
  }
  .esg-pic {
    margin-top: -62px;
  }
}
.esg-name{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.esg-name p{
  padding-right: 24px;
  font-size: 14px;
}
.esg-name div{
  padding-right: 24px;
  font-size: 14px;
}
@media screen and (max-width:650px) {
  .esg-name{
    margin-top: 10px;
    flex-direction: column;
    align-items: initial;
    margin-bottom: 8px;
  }
  .esg-name p{
    line-height: 16px;
    margin-top: initial;
    margin-bottom: 10px;
  }
  .esg-name div{
    line-height: 16px;
    margin-top: initial;
    margin-bottom: 10px;
  }
}
.fund{
  margin-top: 6px;
}
@media screen and (max-width:650px) {
  .fund{
    margin-top: 2px;
  }
}
.document{
  margin-top: 6px;
}
@media screen and (max-width:650px) {
  .document{
    margin-top: -4px;
  }
}
/* -- メイン-アート -- */
.main-cont-art{
  background-color: #fff;
}
.sp-cont-main{
  margin-top: 40px;
}
.main-cont-ttl{
  text-align: center;
}
.main-cont-ttl.art span{
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 10px 3px;
}
.main-cont-ttl span{
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 3px;
  z-index: 1;
}
.main-art-txt-top{
  text-align: left;
  line-height: 25px;
  padding: 50px 30px;
  font-size: 16px;
}
.main-art-prof{
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 10px 10px 0;
  border:solid 2px #c6c6c6;
}
@media screen and (max-width:650px) {
  .main-cont-ttl{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 -30px;
  }
  .main-cont-ttl.art span {
    padding: 10px;
    font-size: 20px;  
    text-align: left;

  }
  .main-art-prof{
    display: block;
    justify-content: initial;
    text-align: center;
    border:solid 2px #c6c6c6;
  }
  .main-art-txt-top {
    padding: 38px 10px;
  }
}
.profile-pic{
  max-width: 250px;
  margin-right: 25px;
  padding:20px;
}
.profile-txt{
  font-size: 17px;
  width: 600px;
  line-height: 22x;
}
.profile-pic-first{
  width: 100%;
  height: auto;
}
.career{
  display: flex;
  column-gap: 10px;
}
.career p:nth-child(2){
  max-width: 600px;
  margin-left: 14px;
}
@media screen and (max-width:650px) {
  .profile-txt {
    font-size: 17px;
    margin: 0 auto;
    max-width: 470px;
    width: 100%;
    line-height: 22px;
  }
  .career p:nth-child(2) {
    max-width: 388px;
    text-align: left;
    margin-left: 14px; 
  }
  .profile-pic {
    margin: 0 auto;
  }
}
.profile-txt h4{
  font-size: 18px;
  color: #383838;
}
.profile-txt h4:nth-of-type(2){
  font-weight: bold;
  margin-bottom: 7px;
}
.profile-txt p{
  font-size: 16px;
  color: #383838;
  line-height: 22px;
}
.main-art-association{
  background-color: #Fff;
  padding: 10px 133px 28px;
  display: flex;
}
.ttl-association{
  font-size: 20px;
  font-weight: bold;
  color: #383838;
  z-index: 2;
}
.txt-association{
  z-index: 1;
  font-size: 16px;
  margin-top: 0px;
  line-height: 27px;
  padding-right: 40px;
  padding-bottom: 30px;
}
.main-art-qa-inner{
  padding: 0px 20px 50px;
}
/*　スマホ版表示　*/
@media screen and (max-width:650px) {
.main-art-qa-inner{
  padding: 0px 0px 40px;
 }
}

.main-art-qa{
  position: relative;
  padding-top: 48px;
}
.qa-txt-ttl{
  font-size: 25px;
  font-weight: bold;
  color: #383838;
  border-left: solid 10px #383838;
  padding-left: 10px;
  z-index: 2;
}

/*---------sp--------*/
@media screen and (max-width:650px) {
.qa-txt-ttl{
  font-size: 20px;
 }
}

.txt-pic{
  display: flex;
  align-items: center;
}
.txt-pic.rev{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.txt-pic figure{
  margin-left: 35px;
}
.txt-pic.rev figure{
  margin-left: 0px;
  margin-right: 35px;
}
.qa-txt{
  z-index: 1;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 17px;
  line-height: 27px;
}
.qa-txt p{
  font-size: 16px;
  line-height: 27px;
  margin: 13px 0;
}
.qa-txt .qa-main{
  font-size: 17px;
  color: #383838;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 18px;
}
.qa-txt div:nth-of-type(2){
  /*margin-top: 44px;*/
}
.qa-txt span{
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.qa-txt h4{
  font-size: 18px;
  color: #383838;
  font-weight: 600;
  margin:20px 0;
}
.qa-txt b{
  font-weight: 600;
}
.qa-txt img{
  width:100%;
  text-align: center;
  margin: 0px 20px 40px;
}

@media screen and (max-width:650px) {
  .qa-txt img{
  width:92%;
  margin: 0px 10px 40px;

  } 
}

.qa-pic{
  text-align: center;
  margin-top: 26px;
}
.qa-pic figcaption:nth-of-type(1){
  color: #383838;
  font-size: 15px;
}
.qa-pic figcaption span{
  font-size: 11px;
}
@media screen and (max-width:650px) {
  .qa-pic3 {
    width: 400px;
    height: auto;
    
  }
  .main-art-association {
    padding: 10px 64px 28px;
    flex-direction: column;
    align-items: center;
  }
  .txt-pic {
    flex-direction: column;
  }
  .txt-pic.rev {
    flex-direction: column;
    align-items: center;
  }
  .txt-pic figure {
    margin-left: 0px;
  }
  .txt-pic.rev figure {
    margin-left: 0px;
    margin-right: 0px;
  }
  .txt-association {
    padding-right: 0px;
  }
}
.main-art-qa2{
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding-top: 38px;
}
.qa-txt2{
  position: absolute;
  right: 82px;
  width: 454px;
  height: 320px;
  z-index: 1;
  font-size: 13px;
  background-color:rgba(255,255,255,0.8);
}
.qa-txt2 div{
  font-size: 16px;
  color: #383838;
}
.qa-txt2 div:nth-of-type(2){
  margin-top: 44px;
  font-size: 16px;
  color: #383838;
}
.main-art-txt-end{
  text-align: center;
  line-height: 28px;
  padding: 52px 170px;
  font-size: 17px;
  z-index: 2;
}
.main-art-txt-end p{
  line-height: 28px;
  font-size: 17px;
}
.main-art-txt-end p.banner-pic{
  line-height: initial;
  font-size: initial;
}
.main-art-txt-end p.banner-pic a{
  transition: all 0.5s ease;
}
.main-art-txt-end p.banner-pic a:hover{
  opacity: 0.7;
}
/*
.main-art-txt-end a{
  display: inline;
  text-decoration: underline;
  font-size: 17px;
  color: #1E659A;
}
*/
@media screen and (max-width:650px) {
  .main-art-txt-end{
    padding: 52px 0px;
  }
}
.banner-art{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.art-link-2{
  margin-left: 54px;
}
@media screen and (max-width:650px) {
  .banner-art{
    justify-content: center;
  }
  .art-btn-1,.art-btn-2{
    width: auto;
    height: 52px;
  }
  .art-link-2{
    margin-left: 20px;
  }
  
}
/* -- メイン ESG -- */
.main-esg-txt-top{
  text-align: center;
  line-height: 20px;
  padding: 40px;
  font-size: 15px;
}
.main-director-esg{
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding-top: 38px;
  background-color: #EFF2F3;
  padding-left: 65px;
  padding-bottom: 20px;
}
@media screen and (max-width:650px) {
  .main-director-esg{
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 16px;
  }
}
.main-director-esg::after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: -1;
  width:100%;
  height:100%;
  background: #eff2f3;
}
.director-txt{
  color: #1D1D1D;
  padding: 35px 43px;
  margin-top: 19px;
  margin-left: -26px;
  width: 610px;
  z-index: 1;
  line-height: 23px;
  font-size: 14px;
  background-color: rgba(255,255,255,0.8);
}
.director-txt div{
  font-size: 13px;
  color: #1D1D1D;
}
@media screen and (max-width:650px) {
  .director-txt{
    max-width: 570px;
    width: 100%;
    margin-left: 0px;
  }
}
.esg-ttl{
  margin-top: 15px;
  margin-left: 21px;
  padding-left: 3px;
  border-left: 3px solid;
  z-index: 1;
  display: flex;
  /*align-items: center;*/
}
.esg-ttl h4{
  font-size: 25px;
  color: #2B7E73;
  font-weight: bold;
  border-left: 3px solid;
  padding-left: 7px;
}
.esg-ttl span{
  display: inline-block;
  font-size: 25px;
  color: #2B7E73;
  font-weight: bold;
}

@media screen and (max-width:650px) {
  .esg-ttl{
    margin-right: 10px;
  }
}
.main-fund-esg{
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 110px;
  background-color: #FFF;
}
.main-fund-esg .esg-ttl{
  margin-right: 21px;
  margin-left: 48px;
}
@media screen and (max-width: 650px){
  .main-fund-esg{
    padding-right: 0px;
    flex-direction: column;
    justify-content: center;
    margin-top: 33px;
    align-items: flex-start;
  }
  .main-fund-esg .esg-ttl{
    margin-left: 36px;
    margin-right: initial;
  }
}
.esg-txt-cont2{
  z-index: 1;
  width: 100%;
}
.fund-txt{
  padding: 36px 41px;
  color: #1D1D1D;
  width: 680px;
  z-index: 1;
  margin-top: 17px;
  line-height: 23px;
  font-size: 14px;
  background-color: rgba(239,242,243,0.8);
}
.fund-txt div{
  font-size: 13px;
  color: #1D1D1D;
}
.fund-txt p{
  color: #1D1D1D;
  font-size: 14px;
}
.fund-txt .fig-name{
  font-size: 16px;
  color: #2B7E73;
  font-weight: bold;
  border-left: 3px solid;
  padding-left: 5px;
}
.esg-graph-img{
  width: 100%;
  height: auto;
  max-width: 600px;
}
.fund-txt figure{
  margin: 30px 0; 
}
figure.esg-pic.main-fund {
  z-index: 2;
  margin-left: -15px;
  width: 354px;
  height: auto;
}
@media screen and (max-width: 650px){
  .fund-txt {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    margin-top: 18px;
  }
  figure.esg-pic.main-fund {
    z-index: 2;
    margin-top: -18px;
    margin-left: 13px;
    width: 354px;
    height: auto;
  }
}
.main-document-esg{
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-top: 96px;
  background-color: #EFF2F3;
  padding-top: 54px;
  padding-left: 65px;
  padding-bottom: 40px;
  margin-bottom: 24px;
}
.main-document-esg::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(-4deg);
  transform-origin: top left;
  z-index: -1;
  width:100%;
  height:100%;
  background: #eff2f3;
}
@media screen and (max-width: 650px){
  .main-document-esg{
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 13px;
    padding-right: 16px;
  }
  .main-document-esg .esg-ttl{
    margin-right: 16px;
  }
}
.document-txt{
  color: #1D1D1D;
  padding: 32px 38px;
  margin-top: 12px;
  margin-left: -16px;
  width: 600px;
  z-index: 1;
  font-size: 14px;
  line-height: 23px;
  background-color: rgba(255,255,255,0.8);
}
.document-txt div{
  font-size: 13px;
  color: #1D1D1D;
}
@media screen and (max-width:650px) {
  .document-txt{
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    margin-top: 18px;
  }
}
.esg-pic figcaption{
  font-size: 18px;
  font-weight: bold;
  color: #2B7E73;
}
@media screen and (max-width:650px) {
  .esg-pic figcaption{
    text-align: right;
  }
}
.esg-pic.main-fund figcaption{
  font-size: 18px;
  font-weight: bold;
  color: #2B7E73;
  text-align: right;
  z-index: 1;
}

/*--------------------------------------
              footer css
--------------------------------------*/
.foot-pic{
  max-width: 520px;
  margin: 80px auto 45px;
  z-index: 1;
}
.foot-pic a{
  transition: all 0.5s ease;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));
}
.foot-pic a:hover{
  opacity: 0.7;
}
.foot-pic-size{
  max-width: 520px;
  width: 100%;
  height: auto;
}
.pagetop{
  background: #ddd;
  border-radius: 5px;
  width: 150px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: -50px;
  font-size: 1.6rem;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
footer{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0 0;
}
.fl_l div{
  font-size: 12px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.fl_l div:first-of-type{
  margin-bottom: 12px;
}
.fl_l div:first-of-type strong{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  color: #fff;
}
.c-right{
  margin-top: 12px;
}
footer.bg-wh{
  background: #fff;
}
footer img{
  width: 200px;
}
footer.kanyu{
  background: #fff;
  padding: 0;
}
.links{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  width: 100%;
  max-width: 640px;
}
.links div{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.links div.under::after{
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  border: 1px solid #fff;
  bottom: 0;
}
.links div.attend{
  font-size: 12px;
}
.links ul{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px;
}
.links ul.col{
  flex-direction: column;
  align-items: center;
}
.links ul.col li{
  display: flex;
}
.links ul:not(.col) li{
  margin: 0 10px;
}
.links ul.col li .link-img{
  background: #eee;
  padding: 10px;
  display: flex;
  align-items: center;
}
.links ul.col li .link-img a{
  display: flex;
  align-items: center;
}
.links ul.col li .discription{
  font-size: 14px;
  text-align: left;
  padding: 10px;
  font-weight: bold;
  color: #666;
  background: #fff;
  letter-spacing: .1em;
  width: 410px;
  display: flex;
  align-items: center;
}
.links ul.col li .discription img{
  object-fit: contain;
  height: 63px;
  width: 40px;
  min-height: 63px;
  min-width: 40px;
}
.foot-attend{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #eee;
  width: 100%;
  padding: 20px;
}
.foot-attend img{
  width: 200px;
}
.foot-attend .txt{
  font-size: 10px;
  font-weight: bold;
  max-width: 360px;
}
.supporter-link{
  width: 100%;
  background: #0099b3;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.supporter-link img{
  width: 300px;
}
.supporter-link p{
  color: #fff;
  font-size: 10px;
}
#footerArea{
  position: relative;
  z-index: 999;
  padding: 20px 20px 20px;
  color: #000000;
  font-size: 95%;
  background: #2E2E2E;
  width: 100%;
}
.fl_l{
  text-align: center;
}
.fl-link{
  display: inline-block;
  margin: 0 auto;
}
#footer{
  max-width: 1024px;
  margin: 0 auto;
}
#footerArea .logo{
  width: 640px;
  margin: 0px 10px 8px auto;
  text-align: right;
}
#footerArea .footNav {
  margin-bottom: 3px;
  text-align: left;
}
#footerArea .footNav li {
  display: inline;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #666;
}
#footerArea .footNav li.first{
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
#footerArea .footNav li a{
  display: inline;
  color: #666;
  text-decoration: none;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  text-decoration: underline;
}
#footerArea .footNav li a:hover{
  text-decoration: none;
  color: #003365;
}
#footerArea .footNav li a:active{
  color: #003365;
}
#footerArea p {
  margin-bottom: 2px;
  text-align: right;
}
.copyright{
  margin: 10px 0;
}
@media screen and (max-width:650px) {
  .links ul{
    flex-direction: column;
    align-items: center;
  }
  .links ul.col li{
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .links ul.col li div{
    margin: 0;
  }
  .links div.attend{
    font-size: 12px;
    padding: 10px;
  }
  .links ul.col li .link-img{
    padding: 0;
  }
  .links ul.col li .discription{
    font-size: 10px;
  }
  .links ul:not(.col) li{
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .links ul li{
    width: 200px;
  }
  .links ul li a{
    width: 200px;
  }
  #footerArea .logo{
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 10px;
    text-align: right;
  }
  #footer{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 10px;
  }
  #footerArea .fl_l{
    margin-bottom: 10px;
  }
  #footerArea .footNav{
    width: 100%;
    text-align: right;
  }
  .copyright{
    font-size: 10px;
    padding: 10px 0;
  }
}

/*--------------------------------------
            fix-btn css
--------------------------------------*/
.fix-btn{
  position: fixed;
  z-index: 99;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  background-color: violet;
}
.fix-btn .btn-top a img{
  width: 100%;
  height: auto;
}
.fix-btn .btn-area{
  background: #ffecd1;
}
@media screen and (max-width:650px) {
  .fix-btn{
    width: 100%;
    bottom: 5px;
  }
  .fix-btn .btn-area{
    height: 140px;
  }
  .fix-btn .btn-area .btn{
    margin-top: 0;
  }
}

@media screen and (max-width:480px) {
  .min-sp{
    display: block;
  }
  .menu-link{
    padding: 0 5px;
  }
  .sub-top h2.ttl{
    font-size: 20px;
  }
  .v-c .txt, .v-c .txt .gl{
    font-size: 10px;
  }
  .column .ttl{
    font-size: 14px;
  }
  .c-content dt{
    font-size: 14px;
  }
  .c-ttl{
    font-size: 16px;
  }
  .c-right .c-img{
    right: auto;
    left: 10px;
  }
  .c-left .c-img{
    left: auto;
    right: 10px;
  }
  .seminar .video-links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.back{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.back a{
  color: #0099b3;
  font-size: 14px;
  text-decoration: underline;
  position: relative;
}
.back a:hover{
  text-decoration: none;
}
.back a::before{
  content: '▲';
  position: absolute;
  color: #0099b3;
  transform: rotateZ(90deg);
  left: -14px;
}

/* -- 左右飾り-- */
.dec-left{
  position: absolute;
  z-index: 1;
  top: 80px;
  left: -80px;
}
.dec-right{
  position: absolute;
  z-index: 1;
  top: 100px;
  right: -80px;
}
.dec-left-sp{
  display: none;
  position: absolute;
  z-index: 1;
  top: -31px;
  left: -38px;  
}
.dec-right-sp{
  display: none;
  position: absolute;
  z-index: 1;
  top: -20px;
  right: -10px;
}
@media screen and (max-width:650px) {
  .dec-left-sp{
    display: none;
  }
  .dec-right-sp{
    display: none;
  }
  .dec-left{
    display: none;
  }
  .dec-right{
    display: none;
  }
}


/* 左に画像右に文字 */
.box-wrapper{
    margin:10px 0px 10px;
    text-align: center;
    justify-content: center;
}

.box-img{
    width: 400px;
    height: 300px;
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding:10px;
}
.box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: solid #eee 1px;
}
/* SP版（スマートフォン対応） */
@media screen and (max-width: 650px) {
  .box-img {
    width: 100%;      /* 画面幅いっぱいに */
    height: 200px;    /* SP用の高さ */
    margin-right: 0;  /* 右マージンをリセット */
  }
}

/* さらに小さい画面用（オプション） */
@media screen and (max-width: 480px) {
  .box-img {
    height: 180px;    /* より小さい画面用の高さ */
  }
}

.box-message {
    width: 400px;
    text-align: left;
}

.box-container {
    margin-bottom: -20px;
}

.box-img,.box-message{
  display: inline-block;
  vertical-align:middle;
}

/*  右の文字の特殊数字 */
.box-message h2 {
    position: relative;
    color: #333333;
    font-size: 20px;
    font-weight: 800;
}

.box-message h2::before {
    position: absolute;
    bottom: 40px;
    left: -20px;
    z-index: -1;
    color: #eeecff;
    font-size: 3em;
    line-height: 1;
    content: attr(data-number);
    pointer-events: none;
    font-weight: 400;
}

/*　リンク先ボタンの設定　*/

.box-message .button-001 {
  background: /*#ce365a #ed8f25*/ #b293d2 url(/assets/images/ic_arrow_white.png) no-repeat;
  background-size: 7px;
  background-position: right 13px center;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 0.6em 1.4em 0.6em 1.2em;
  max-width: 170px;
  width: 100%;
  font-weight: 600;
  border: none;
  margin: 3em 0 0 7em;
}

.box-message .button-001 a{
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}

/********* sp *********/
/*  画像のサイズ配置 */
@media only screen and (max-width: 650px) {
/*.box-img{
    width: 70%;
    height: auto;
    margin-right: 0px;
    padding:10px;
  }*/
/*  右の文字の特殊数字 */
  .box-message h2 {
      font-weight: 400;
      padding-left: 80px;
      font-size: 16px;
    }
  .box-message h2::before {
      bottom: 10px;
      left: 40px;
      z-index: -1;
      line-height: 1;
      content: attr(data-number);
      pointer-events: none;
      font-weight: 400;
      text-align: center;
  }
/*　sp版リンク先ボタンの設定　*/
  .box-message .button-001 {
    display: inline-block;
    color: #fff;
    padding: 0.6em 1.4em 0.6em 1.2em;
    max-width: 170px;
    width: 100%;
    font-weight: 600;
    border: none;
    margin: 10px 120px 20px 120px;
  }
  .box-message .button-001 a{
      font-weight: 600;
      color: #fff;
      font-size: 14px;
  }

/*  sp版boxの中の範囲 */
  .box-container {
      margin-bottom: 10px;
  }
}


.p mark{
  font-weight: 600;
   background: linear-gradient(transparent 40%, #00ffff 80%);
}

/**一覧表**/
.asset-table {
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.asset-table th {
    background-color: #ffeef4;
    color: #4d4d4d;
    padding: 10px 15px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    border-right: 1px solid rgba(255,255,255,0.3);
}

.asset-table th:last-child {
    border-right: none;
}

.asset-table td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    color: #333;
    line-height: 1.6;
}

.asset-table td:last-child {
    border-right: none;
}

.asset-table tr:last-child td {
    border-bottom: none;
}

.asset-table tr:hover {
    background-color: #f8f9ff;
}

.asset-table .category {
    font-weight: bold;
    color: #4d4d4d;
    min-width: 200px;
}

@media (max-width: 650px) {
    .asset-table {
        font-size: 0.9em;
    }

    .asset-table th,
    .asset-table td {
        padding: 10px;
    }
}


/**筆者コメント**/
.author-experience {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8f0f7 100%);
  border-right: 4px solid #dfdfdf;
  border-bottom: 4px solid #dfdfdf;
  border-radius: 8px;
  padding: 24px;
  margin: 32px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.experience-header {
  margin-bottom: 16px;
}

.experience-title {
  margin: 0;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #2c3e50;
  background: linear-gradient(90deg, #777777, #357abd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-top: none;
  border-bottom: solid 2px #999;
  display: ;
  align-items: center;
  gap: 8px;
  padding: 10px;
}

.experience-content {
  margin-top: 16px;
}

.experience-content p {
  margin: 0 0 12px 0;
  line-height: 1.8;
  color: #34495e;
  font-size: 15px;
}

.experience-content p:last-child {
  margin-bottom: 0;
}

/* レスポンシブ対応 */
@media (max-width: 650px) {
  .author-experience {
    padding: 20px 16px;
    margin: 24px 0;
  }
  
  .experience-icon {
    width: 20px;
    height: 20px;
  }
  
  .experience-title {
    font-size: 16px;
  }
  
  .experience-content p {
    font-size: 14px;
  }
}

/***************/
/**専門家コメント**/
/***************/
.interview-section {
  background-color: #ffeef4;
  padding: 30px 20px;
  margin: 30px 0;
  border-radius: 8px;
}

/* ★ヘッダー部分のレイアウト（画像とテキストを横並び） */
.interview-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: -10px;
}

.expert-image {
  width: 120px;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  margin-left: 20px;
  margin-top: -10px;
}

/* ★追加: ヘッダーテキスト部分のコンテナ */
.header-text {
  flex: 1;
}


.interview-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.interview-intro {
  line-height: 1.6;
  margin-bottom: 25px;
}

.interview-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.interview-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.interview-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.question {
  font-size: 16px;
  font-weight: bold;
  color: #f27da7;
  margin-bottom: 10px;
  line-height: 1.6;
}

.question strong {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #f27da7;
}

.answer {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  padding-left: 25px;
  margin: 0;
}
.answer strong {
  display: inline-block;
  margin-right: 5px;
  color: #555;
  font-weight: 600;
  font-size: 20px;
}

/* ★レスポンシブ対応 */
@media screen and (max-width: 650px) {
  .interview-header {
    flex-direction: column-reverse;
    align-items: center;
    text-align: left;
    gap: 5px;
  }
  .interview-title {
    font-size: 18px;
    margin-top: 10px;
}  
  .expert-image {
    margin-bottom: -10px;
    height: 90%;
  }
  .interview-section {
    padding: 20px 15px;
  }
  .interview-intro {
    font-size: 16px;    
  } 
  .interview-content {
    padding: 15px;
  }  
  .answer {
    padding-left: 3px;
  }
}

/****************/
/**  記事監修  **/
/***************/
.supervisor {
  font-size: 14px;
  text-align: right;
  padding: 50px 0;
}

/****************/
/** TIPS **/
/****************/
/* タイトルを目立たせる */
.section-title {
  font-size: 1.2em;
  padding: 20px 4px 1px;
  font-weight: 600;
}

/* 箇条書き部分を目立たせる */
.highlight-list {
  background-color: #ffeef4;
  padding: 12px 20px 12px 40px;
  margin: 12px 0;
  max-width: 700px;
  border-radius: 5px;
}

.highlight-list li {
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}


.highlight-list2 {
  margin: 10px auto;
}

.highlight-list2 li {
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

/* ★レスポンシブ対応 */
@media screen and (max-width: 650px) {
.highlight-list2 li {
    margin-bottom: 10px;
}


}
/******************/
/** 吹き出し風BOX **/
/******************/
.box-fuki {
    position: relative;
    margin-top: 2em;
    margin-left: 10px;
    padding: 1.8em 1.5em 1em 1.5em;
    border: 2px solid #f68295;
    max-width: 700px;
    border-radius: 5px;
}

.box-fuki > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #f68295;
    color: #fff;
    font-size: .9em;  
    font-weight: 500;
}

.box-fuki > div::before {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #f68295;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
