@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital@0;1&family=Shippori+Mincho:wght@400;600&family=Cormorant:ital@0;1&display=swap');

@media screen and (max-width :834px) {

}
/* ===============================================
# 共通
=============================================== */
html{
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
}
header{
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px 0 0 40px;
  z-index: 1;
  display: block;
}
header a{
  width: 164px;
  display: block;
}
header img{
  height: 50px;
}
main{
  width: 100%;
  padding-top: 0;
  margin: 0;
}
main .inner{
  max-width: 1320px;
  width: 95%;
}



b, em, strong {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}


.font_en{
  font-family: "Libre Caslon Text", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.font_min{
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
}
.txt_center{
  text-align: center;
}

.txt_right{
  text-align: right;
}


.ttl_project01{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
}
.ttl_project02{
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
}
.txt_p{
  font-size: 16px;
  font-size: 1.6rem;
}
.marker_red{
  background: -moz-linear-gradient(transparent 40%,rgba(233,165,165,0.3) 0%);
  background: -webkit-linear-gradient(transparent 40%,rgba(233,165,165,0.3) 0%);
  background: linear-gradient(transparent 40%,rgba(233,165,165,0.3) 0%);
}
.txt_note{
  font-size:15px;
  font-size:1.5rem;
  margin-top: 10px;
}
.list_disc li + li{
  margin-top: 6px;
}
.list_disc li{
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
}
.list_disc li::before{
  content: "";
  display: block;
  background-color: #efefef;
  border-radius: 50px;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
}
footer{
  background-color: #262626;
  color: #fff;
}
footer .box_adr dd a{
  color: #fff;
}
footer .menu_siteinfo ul li a{
  color:#fff;
  background-image: url(/assets/img/ico_arrow_w.svg);
}
@media screen and (max-width :834px) {
  header{
    padding: 12px 0 0 8px;
  }
  header img{
    height: 41px;
  }
  main .inner{
    width: 94.666%;
  }
  .ttl_project01{
    font-size: 17px;
    font-size: 1.7rem;
  }
  .ttl_project02{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .txt_p{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .txt_note{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .list_disc li{
    font-size: 13px;
    font-size: 1.3rem;
  }
  .list_disc li::before{
    width: 5px;
    height: 5px;
  }
  .scroll_area{
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-color: rgba(87,87,86,0.6) rgba(87,87,86,0.1);
  }
  .scroll_area::-webkit-scrollbar-thumb{
    background: rgba(87,87,86,0.1);
  }
  .scroll_area > *{
    width: 850px !important;
    margin-bottom: 0;
    max-width: inherit;
    display: block;
  }
  .txt_scroll{
    font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 9px;
    background-color: rgba(0,0,0,0.1);
    text-align: center;
    margin-bottom: 10px;
  }
  .txt_scroll span{
    position: relative;
  }
  .txt_scroll span::before,
  .txt_scroll span::after{
    content: "";
    display: block;
    background: url(../../img/ico_swiper_arrow.svg) no-repeat;
    background-size: contain;
    width: 31px;
    height: 3px;
    position: absolute;
    right: -44px;
    top: 50%;
  }
  .txt_scroll span::before{
    right: auto;
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1);
    left: -44px;
  }
}
/* アニメーション
----------------------------------------------- */
.js_fade{
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.js_fade.fadeup.show{
  -webkit-animation: fadeInUp 1s ease 0.3s forwards;
  animation: fadeInUp 1.2s ease 0.3s forwards;
}
.js_fade.fadeLeft.show{
  -webkit-animation: fadeInLeft 1s ease 0.3s forwards;
  animation: fadeInLeft 1s ease 0.3s forwards;
}
.js_fade.fadeRight.show{
  -webkit-animation: fadeInRight 1s ease 0.3s forwards;
  animation: fadeInRight 1s ease 0.3s forwards;
}
.js_fade.slideLeft{
  position: relative;
  opacity: 1;
  overflow: hidden;
}
.js_fade.slideLeft::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}
.js_fade.slideLeft.show::before{
  -webkit-animation: slideLeft 1s ease 0.3s forwards;
  animation: slideLeft 1s ease 0.3s forwards;
}
/* js_target */
.js_target{
  opacity: 0;
}
.js_target.fade_in{
  -webkit-animation: fadeIn 1.2s ease 0.3s forwards;
  animation: fadeIn 1.2s ease 0.3s forwards;
}
/* eachTextAnime */
.eachTextAnime{
  overflow: hidden;
}
.eachTextAnime span{
  opacity: 0;
}
.eachTextAnime.appeartext span{
  -webkit-animation:fadeInUp 1s ease 0.3s forwards;
  animation:fadeInUp 1s ease 0.3s forwards;
  display: inline-block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
     -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media print{
  .js_fade{
    opacity: 1;
    visibility: visible;
  }
}
/*android*/
.android .js_fade{
  opacity: 1;
  visibility: visible;
}


/* ===============================================
# sec_main
=============================================== */
.box_bg_img{
  position: relative;
  top: 0;
  width: 100%;
}
.box_bg_img img{
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: none;
  width: 100%;
}
.sec_main{
  background: url(../../img/bg_main.svg)no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 114px;
  position: relative;
}
.sec_main .area_ttl{
  padding-top: 24%;
  padding-bottom: 8%;
  background: url(../../img/bg_main_top.png)no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  min-height: 700px;
}
.sec_main .area_ttl .area_scroll{
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 94px;
}
.sec_main .area_ttl .area_scroll::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 60px;
  opacity: 0;
  background-color: #fff;
  -webkit-animation: scroll 1.4s ease-in-out infinite;
  animation: scroll 1.4s ease-in-out infinite;
}
@keyframes scroll{
  0%{
    top:0;
    opacity: 0;
  }
  30%{
    opacity: 1;
  }
  100%{
    top:100%;
    opacity: 0;
  }
}
.sec_main .area_ttl h1{
  font-family: "Cormorant",serif;
  font-size: 120px;
  font-size: 12rem;
  font-size: clamp(90px,10.77vw,120px);
  color: #fff;
  text-align: center;
  position: relative;
  line-height: 1;
  letter-spacing: 9px;
}
.sec_main .area_ttl h1 span.ttl_main{
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
  display: block;
}
.sec_main .area_ttl .copy{
  position: relative;
  display:-webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  margin-top: 10px;
}
.sec_main .area_ttl .copy span.ttl_copy01{
  width: 289px;
  display: inline-block;
  height: 50px;
  -webkit-box-align: end;
  align-items: flex-end;
  display:-webkit-box;
  display: flex;
  margin-right: 30px;
  animation-delay: 2.5s;
}
.sec_main .area_ttl .copy span.ttl_copy02{
  width: 357px;
  display: inline-block;
  height: 50px;
  position: relative;
  height: 86px;
  padding: 0 30px;
  width: 420px;
  animation-delay: 3s;
  overflow: hidden;
}
.sec_main .area_ttl .copy span.ttl_copy02::before{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(86deg, rgba(233,165,165,0.69) 0%, rgba(224,188,195,0.69) 23%, rgba(101,192,224,0.69) 51%, rgba(174,162,219,0.69) 100%);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-animation: fadeInLeft 1.2s ease 0.3s forwards;
  animation: fadeInLeft 1.2s ease 0.3s forwards;
  animation-delay: 3s;
  opacity: 1;
}
.sec_main .area_ttl .copy span.ttl_copy02 img{
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sec_main .area_ttl .copy span.ttl_copy03{
  width: 29.696%;
  position: absolute;
  bottom: -75px;
  right: 7.651%;
  min-width: 300px;
  animation-delay: 2.5s;
}
.sec_main .area_lead{
  color: #fff;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
  padding-top: 113px;
}
.sec_main .area_lead .txt_main{
  display:-webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  line-height: 1;
}
.sec_main .area_lead .txt_main .en{
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 3px;
}
.sec_main .area_lead .txt_main .jp{
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 30px;
  letter-spacing: 1px;
}
.sec_main .area_lead .txt_sub{
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  display: inline-block;
  padding: 0 42px;
  letter-spacing: 2px;
  margin-top: 7px;
}
.sec_main .area_lead .txt_sub::before,
.sec_main .area_lead .txt_sub::after{
  content: "";
  display: block;
  background-color: #fff;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
}
.sec_main .area_lead .txt_sub::before{
  left: 0;
}
.sec_main .area_lead .txt_sub::after{
  right: 0;
}
.sec_main .area_lead .lead_ttl + .lead_txt{
  margin-top: 65px;
}
.sec_main .area_lead .lead_txt{
  letter-spacing: 2px;
  line-height: 2;
}
.sec_main .area_lead .lead_txt + .lead_txt{
  margin-top: 40px;
}
@media screen and (max-width :834px) {
  .sec_main{
    background: url(../../img/bg_main_sp.svg)repeat-y;
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 68px;
  }
  .sec_main .area_ttl{
    background-image: url(../../img/bg_main_top_sp.png);
    padding-top: 56.5%;
    padding-bottom: 20.5%;
    min-height: 500px;
  }
  .sec_main .area_ttl .inner{
    width: 100%;
  }
  .sec_main .area_ttl h1{
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.2;
    letter-spacing: 7px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .sec_main .area_ttl .copy{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
  }
  .sec_main .area_ttl .copy span.ttl_copy01{
    width: 37.73%;
    margin-right: 0;
    height: 6.4%;
    max-width: 210px;
  }
  .sec_main .area_ttl .copy span.ttl_copy02{
    width: 56%;
    height: 43px;
    height: 11.466vw;
    padding: 0 14px;
    margin-top: 10px;
    margin-top: 2.666vw;
    max-width: 250px;
    max-height: 70px;
  }
  .sec_main .area_ttl .copy span.ttl_copy03{
    width: 52.266%;
    bottom: -38px;
    right: 3px;
    min-width: auto;
    max-width: 300px;
  }

  .sec_main .area_ttl .area_scroll{
    height: 55px;
    bottom: -24px;
  }
  .sec_main .area_ttl .area_scroll::after{
    height: 30px;
    width: 1px;
  }
  .sec_main .area_lead{
    padding-top: 82px;
  }
  .sec_main .area_lead .inner{
    width: 86.666%;
  }
  .sec_main .area_lead .txt_main{
    display: block;
    text-align: center;
  }
  .sec_main .area_lead .txt_main .en{
    display: block;
    font-size: 45px;
    font-size: 4.5rem;
  }
  .sec_main .area_lead .txt_main .jp{
    margin-left: auto;
    margin-top: 12px;
    display: block;
  }
  .sec_main .area_lead .txt_sub{
    font-size: 24px;
    font-size: 2.4rem;
    padding: 12px 0;
    margin-top: 20px;
    line-height: 1.2;
  }
  .sec_main .area_lead .txt_sub::before,
  .sec_main .area_lead .txt_sub::after{
    width: 100%;
    left: 0;
  }
  .sec_main .area_lead .txt_sub::before{
    top: 0;
  }
  .sec_main .area_lead .txt_sub::after{
    top: auto;
    bottom: 0;
  }
  .sec_main .area_lead .lead_ttl + .lead_txt{
    margin-top: 30px;
  }
  .sec_main .area_lead .lead_txt{
    text-align: left;
  }
  .sec_main .area_lead .lead_txt + .lead_txt{
    margin-top: 28px;
  }
}







/*  sec_main .area_lead_link( copied from box_issue)
----------------------------------------------- */
.area_lead_link  .area_scroll {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 14px;
}

.area_lead_link  .area_scroll::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    opacity: 0;
    background-color: #fff;
    -webkit-animation: scroll 1.4s ease-in-out infinite;
    animation: scroll 1.4s ease-in-out infinite;
}




/*//scrool*/

.area_lead_link{
  padding: 10px 50px;
  margin-top: 30px;
}

.area_lead_link h5{
font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
}

.area_lead_link a.Btn{
display: inline-block;
padding: 10px 0;
text-align: center;
font-size: 16px;
transition: 1.0s;
color: #fff;
text-decoration: none;	
transition: 1.0s;	
}

.area_lead_link a.Btn:hover{
color: #035B6B;

}


.area_lead_link  .box_border .box_bglist .flex{
  position: relative;
  -webkit-box-pack: justify;
  justify-content: center;
	
}
.area_lead_link  .box_border .box_bglist .flex .item{
  max-width: 400px;
 padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.1);
		  margin-bottom: 0px;
/* 	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
/*	max-inline-size: max-content;*/
}
.area_lead_link  .box_border .box_bglist .flex .item + .item{
  margin-left: 20px;
}


@media screen and (max-width :1300px) {

  .area_lead_link  .box_border .box_bglist .flex{
    max-width: 860px;
    margin: 0 auto;
  }
  .area_lead_link  .box_border .box_bglist .flex .item{
    padding: 2px 0 0;
    width: 26%;
	  	  margin-bottom: 0px;
  }
}
@media screen and (max-width :834px) {
  .area_lead_link .box_issue{
    margin-top: 50px;
    padding: 38px 15px;
  }
  .area_lead_link .box_issue.inner{
    width: 94.666%;
  }

 .area_lead_link h5{
font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
  .area_lead_link  .box_border .box_bglist .flex{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .area_lead_link  .box_border .box_bglist .flex .item{
   padding: 15px  10px;
	  margin-bottom: 8px;
    width: 100%;
	border-top: none;

  }
  .area_lead_link  .box_border .box_bglist .flex .item + .item{
    margin-left: 0;
  }

	
.area_lead_link a.Btn{
display: inline-block;
padding: 1px 0;
text-align: center;
font-size: 16px;
transition: 1.0s;
color: #fff;
text-decoration: none;	
transition: 1.0s;	
}

.area_lead_link a.Btn:hover{
color: #035B6B;

}

.area_lead_link  .area_scroll {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 24px;
}

.area_lead_link  .area_scroll::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 10px;
    opacity: 0;
    background-color: #fff;
    -webkit-animation: scroll 1.4s ease-in-out infinite;
    animation: scroll 1.4s ease-in-out infinite;
}

	
	

}


/* ===============================================
# sec_purpose
=============================================== */
.sec_purpose{
  background: url(../../img/bg_about.jpg) repeat;
  position: relative;
  padding-top: 86px;
  position: relative;
}
.sec_purpose::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(-132deg, rgba(233,165,165,0.26) 0%, rgba(101,192,224,0.26) 40%, rgba(174,162,219,0.26) 80%);
  background: -webkit-linear-gradient(-132deg, rgba(233,165,165,0.26) 0%, rgba(101,192,224,0.26) 40%, rgba(174,162,219,0.26) 80%);
  background: linear-gradient(-132deg, rgba(233,165,165,0.26) 0%, rgba(101,192,224,0.26) 40%, rgba(174,162,219,0.26) 80%);
}
.sec_purpose .area_ttl{
  text-align: center;
}
.sec_purpose .area_ttl .ttl_purpose{
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 3px;
}
.sec_purpose .area_ttl .ttl_purpose_sub{
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 10px;
  letter-spacing: 2px;
  position: relative;
  padding: 0 38px;
  display: inline-block;
}
.sec_purpose .area_ttl .ttl_purpose_sub::before,
.sec_purpose .area_ttl .ttl_purpose_sub::after{
  content: "";
  display: block;
  background-color: #000;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
}
.sec_purpose .area_ttl .ttl_purpose_sub::before{
  left: 0;
}
.sec_purpose .area_ttl .ttl_purpose_sub::after{
  right: 0;
}
.sec_purpose .list_purpose{
  list-style-type: none;
  counter-reset: number;
  text-indent: 0;
  margin-top: 72px;
  width: 92.424%;
  margin-left: auto;
  margin-right: auto;
}
.sec_purpose .list_purpose li{
  position:relative;
  counter-increment: number;
  border: 2px solid #fff;
  background-color: rgba(255,255,255,0.2);
  max-width: 980px;
  padding: 40px 50px 38px 47px;
}
.sec_purpose .list_purpose li::before{
  position: absolute;
  right: -54px;
  top: -47px;
  min-width: 1em;
  display: inline-block;
  counter-increment: count 1;
  content: "0" counter(number);
  font-family: "Libre Caslon Text", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: italic;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  color: rgba(0, 0, 0, .18);
}
.sec_purpose .list_purpose li + li{
  margin-top: 86px;
}
.sec_purpose .list_purpose li:nth-child(even){
  margin-left: auto;
  margin-right: 0;
}
.sec_purpose .list_purpose li:nth-child(even)::before{
  left: -56px;
}
.sec_purpose .list_purpose li p.ttl{
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.sec_purpose .list_purpose li p.txt{
  margin-top: 13px;
  text-align: justify;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width :834px) {
  .sec_purpose{
    padding-top: 44px;
  }
  .sec_purpose .inner{
    width: 86.666%;
  }
  .sec_purpose .area_ttl .ttl_purpose{
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .sec_purpose .area_ttl .ttl_purpose_sub{
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 20px;
    padding: 12px 23px;
    line-height: 1.2;
  }
  .sec_purpose .area_ttl .ttl_purpose_sub::before,
  .sec_purpose .area_ttl .ttl_purpose_sub::after{
    width: 100%;
    left: 0;
  }
  .sec_purpose .area_ttl .ttl_purpose_sub::before{
    top: 0;
  }
  .sec_purpose .area_ttl .ttl_purpose_sub::after{
    top: auto;
    bottom: 0;
  }
  .sec_purpose .list_purpose{
    margin-top: 37px;
    width: 100%;
  }
  .sec_purpose .list_purpose li{
    padding: 23px 24px 25px 19px;
    border-width: 1px;
  }
  .sec_purpose .list_purpose li p.ttl{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .sec_purpose .list_purpose li p.txt{
    margin-top: 7px;
    line-height: 1.72;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_purpose .list_purpose li::before{
    font-size: 50px;
    font-size: 5rem;
    right: -22px;
    top: -23px;
  }
  .sec_purpose .list_purpose li + li{
    margin-top: 37px;
  }
  .sec_purpose .list_purpose li:nth-child(even){
    margin-right: auto;
  }
  .sec_purpose .list_purpose li:nth-child(even)::before{
    left: -23px;
  }
}
/* box_issue
----------------------------------------------- */
.sec_purpose .box_issue{
  background-color: #fff;
  padding: 60px 50px;
  margin-top: 100px;
}
.sec_purpose .box_issue .ttl_issue{
  text-align: center;
}
.sec_purpose .box_issue .ttl_issue .main{
  font-size: 42px;
  font-size: 4.2rem;
  display: block;
}
.sec_purpose .box_issue .ttl_issue .sub{
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding: 0 38px;
  display: inline-block;
}
.sec_purpose .box_issue .ttl_issue .sub::before,
.sec_purpose .box_issue .ttl_issue .sub::after{
  content: "";
  display: block;
  background-color: #000;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
}
.sec_purpose .box_issue .ttl_issue .sub::before{
  left: 0;
}
.sec_purpose .box_issue .ttl_issue .sub::after{
  right: 0;
}
.sec_purpose .box_issue .txt_lead{
  text-align: center;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
  margin-top: 27px;
  line-height: 1.8;
}
.sec_purpose .box_issue .box_border{
  border: 10px solid #dee4e6;
  margin-top: 30px;
  padding: 25px 40px 45px;
}
.sec_purpose .box_issue .box_border .ttl_project01{
  font-weight: 600;
  text-align: center;
}
.sec_purpose .box_issue .box_bg_p{
  background-color: #fdf6f6;
  padding: 10px 20px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 23px;
}
.sec_purpose .box_issue .txt_catch{
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
.sec_purpose .box_issue .txt_p{
  margin-top: 24px;
}
.sec_purpose .box_issue .box_border .box_bglist{
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  padding-top: 90px;
}
.sec_purpose .box_issue .box_border .box_bglist .bg{
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.sec_purpose .box_issue .box_border .box_bglist .flex{
  position: relative;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.sec_purpose .box_issue .box_border .box_bglist .flex .item{
  max-width: 420px;
  padding: 15px 20px;
}
.sec_purpose .box_issue .box_border .box_bglist .flex .item + .item{
  margin-left: 20px;
}
.sec_purpose .box_issue .box_border .box_bglist .list_disc{
  margin-top: 20px;
}
.list_disc.purple li::before{
  background-color: #aea2db;
}
.list_disc.blue li::before{
  background-color: #63bfe2;
}

@media screen and (max-width :1300px) {
  .sec_purpose .box_issue .box_border .box_bglist{
    padding-top: 0;
  }
  .sec_purpose .box_issue .box_border .box_bglist .bg{
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    max-width: 570px;
    display: block;
    margin: 0 auto;
  }
  .sec_purpose .box_issue .box_border .box_bglist .flex{
    max-width: 860px;
    margin: 0 auto;
  }
  .sec_purpose .box_issue .box_border .box_bglist .flex .item{
    padding: 20px 0 0;
    width: 50%;
  }
}
@media screen and (max-width :834px) {
  .sec_purpose .box_issue{
    margin-top: 50px;
    padding: 38px 15px;
  }
  .sec_purpose .box_issue.inner{
    width: 94.666%;
  }
  .sec_purpose .box_issue .ttl_issue .main{
    font-size: 26px;
    font-size: 2.6rem;
    margin-top: 20px;
  }
  .sec_purpose .box_issue .ttl_issue .sub{
    font-size: 17px;
    font-size: 1.7rem;
    padding: 12px 23px;
    line-height: 1.2;
  }
  .sec_purpose .box_issue .ttl_issue .sub::before,
  .sec_purpose .box_issue .ttl_issue .sub::after{
    width: 100%;
    left: 0;
  }
  .sec_purpose .box_issue .ttl_issue .sub::before{
    top: 0;
  }
  .sec_purpose .box_issue .ttl_issue .sub::after{
    top: auto;
    bottom: 0;
  }
  .sec_purpose .box_issue .txt_lead{
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 18px;
  }
  .sec_purpose .box_issue .box_border{
    border: 4px solid #dee4e6;
    margin-top: 20px;
    padding: 18px 15px 23px;
  }
  .sec_purpose .box_issue .box_bg_p{
    margin-top: 12px;
  }
  .sec_purpose .box_issue .txt_catch{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_purpose .box_issue .txt_p{
    margin-top: 13px;
  }
  .sec_purpose .box_issue .box_border .box_bglist{
    padding-top: 0;
  }
  .sec_purpose .box_issue .box_border .box_bglist .flex{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .sec_purpose .box_issue .box_border .box_bglist .flex .item{
    padding: 15px 0 0;
    width: 100%;
  }
  .sec_purpose .box_issue .box_border .box_bglist .flex .item + .item{
    margin-left: 0;
  }
  .sec_purpose .box_issue .box_border .box_bglist .list_issue{
    margin-top: 10px;
    padding: 10px 15px;
  }
  .sec_purpose .box_issue .box_border .box_bglist .list_issue.purple{
    background-color: #f7f6fb;
  }
  .sec_purpose .box_issue .box_border .box_bglist .list_issue.blue{
    background-color: #eff8fc;
  }
  .sec_purpose .box_issue .box_border .box_bglist .list_issue li{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_purpose .box_issue .box_border .box_bglist .list_issue li + li{
    margin-top: 5px;
  }
}
/* area_policy
----------------------------------------------- */
.sec_purpose .area_policy{
  padding-top: 88px;
  position: relative;
  overflow: hidden;
}
.sec_purpose .area_policy::before{
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 340px;
  pointer-events: none;
}
.sec_purpose .area_policy .ttl_policy{
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 4px;
  text-align: center;
}
.sec_purpose .area_policy .swiper_policy{
  overflow: hidden;
  padding-bottom: 100px;
}
.sec_purpose .area_policy ul{
  display:-webkit-box;
  display: flex;
  margin-top: 50px;
  position: relative;
}
.sec_purpose .area_policy ul li{
  width: 280px;
  display:-webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.sec_purpose .area_policy ul li + li{
  margin-left: 25px;
  margin-right: 25px;
}
.sec_purpose .area_policy ul li img{
  border-radius: 250px;
}
.sec_purpose .area_policy ul li .ttl{
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 10px;
  font-weight: 600;
  display:-webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  height: 65px;
}
.sec_purpose .area_policy ul li .txt{
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: auto;
  padding-top: 18px;
  line-height: 1.85;
}
@media screen and (max-width :834px) {
  .sec_purpose .area_policy{
    padding-top: 43px;
    padding-bottom: 45px;
  }
  .sec_purpose .area_policy::before{
    top: 232px;
  }
  .sec_purpose .area_policy .ttl_policy{
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
    letter-spacing: 3px;
  }
  .sec_purpose .area_policy ul{
    margin-top: 25px;
  }
  .sec_purpose .area_policy ul li{
    width: 224px;
  }
  .sec_purpose .area_policy ul li + li{
    margin-left: 15px;
    margin-right: 15px;
  }
  .sec_purpose .area_policy ul li img{
    width: 180px;
    display: block;
    margin: 0 auto;
  }
  .sec_purpose .area_policy ul li .ttl{
    font-size: 18px;
    font-size: 1.8rem;
    height: 35px;
  }
  .sec_purpose .area_policy ul li .txt{
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: auto;
    padding-top: 6px;
    line-height: 1.7;
  }
  .sec_purpose .area_policy .swiper_policy{
    position: relative;
    padding-bottom: 30px;
  }
  .sec_purpose .area_policy .swiper_prev,
  .sec_purpose .area_policy .swiper_next{
    position: absolute;
    width: 31px;
    bottom: 0;
    height: 31px;
    z-index: 2;
  }
  .sec_purpose .area_policy .swiper_prev{
    left: 20.5%;
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1);
  }
  .sec_purpose .area_policy .swiper_next{
    right: 20.5%;
  }
  .sec_purpose .area_policy .swiper-pagination{
    position: absolute;
    bottom: 0;
    font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
    font-size: 11px;
    font-size: 1.1rem;
    z-index: 1;
  }
}
/* ===============================================
# sec_about
=============================================== */
.sec_about{
  background: url(../../img/bg_about.jpg)repeat;
  background-size: 100px;
  padding-top: 84px;
  padding-bottom: 100px;
}
.sec_about .inner{
  width: 90%;
  max-width: 1220px;
}
/* ttl_about */
.sec_about .ttl_about{
  font-size: 42px;
  font-size: 4.2rem;
  text-align: center;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
}
.sec_about .area_ttl + .txt_lead{
  margin-top: 40px;
}
/* .area_ttl.white */
.sec_about .area_ttl.white{
  background-color: #fff;
  padding: 33px;
  margin-top: 60px;
}
.sec_about .area_ttl.white .ttl_about{
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
}
.sec_about .area_ttl.white + *{
  margin-top: 40px;
}
@media screen and (max-width :834px) {
  .sec_about{
    padding-top: 37px;
    padding-bottom: 50px;
  }
  .sec_about .inner{
    width: 94.6%;
  }
  /* ttl_about */
  .sec_about .ttl_about{
    font-size: 26px;
    font-size: 2.6rem;
  }
  /* .area_ttl.white */
  .sec_about .area_ttl.white{
    padding: 15px;
    margin-top: 40px;
  }
  .sec_about .area_ttl.white .ttl_about{
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.2;
  }
  .sec_about .area_ttl.white + *{
    margin-top: 20px;
  }
  .sec_about .box_bg + .area_ttl.white{
    margin-top: 0;
  }
}
/* txt_lead */
.sec_about .txt_lead{
  text-align: center;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width :834px) {
  .sec_about .txt_lead{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .sec_about .area_ttl + .txt_lead{
    margin-top: 30px;
  }
}




/* box_bg */
.sec_about .box_bg{
  background-color: rgba(255,255,255,.4);
  padding: 40px 50px;
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 40px;
}
.sec_about .box_bg + .box_bg{
  margin-top: 60px;
}
.sec_about .box_bg .ttl_project01 + *{
  margin-top: 30px;
}
.sec_about .box_bg .ttl_project02 + *{
  margin-top: 20px;
}
.sec_about .box_bg .box_img{
  margin-top: 40px;
}
@media screen and (max-width :834px) {
  .sec_about .txt_lead + .box_bg{
    margin-top: 20px;
  }
  .sec_about .box_bg{
    margin-top: 25px;
    padding: 24px 10px;
  }
  .sec_about .box_bg + .box_bg{
    margin-top: 30px;
  }
  .sec_about .box_bg .ttl_project01 + *{
    margin-top: 15px;
  }
  .sec_about .box_bg .ttl_project02 + *{
    margin-top: 10px;
  }
  .sec_about .box_bg .box_img{
    margin-top: 30px;
  }
  .sec_about .box_bg .box_img img{
    max-width: 650px;
    display: block;
    margin: 0 auto;
  }
}
/* box_inner */
.sec_about .box_inner{
  margin-top: 30px;
}
@media screen and (max-width :834px) {
  .sec_about .box_inner{
    margin-top: 15px;
  }
}
/* table */
.sec_about table{
  margin: 0 auto;
  max-width: 650px;
}
.sec_about table tr + tr{
  border-top: 1px solid #dee4e6;
}
.sec_about table th,
.sec_about table td{
  padding: 13px 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
.sec_about table th{
  background-color: #eff5f7;
  text-align: left;
}
.sec_about table td{
  background-color: #fff;
}
@media screen and (max-width :834px) {
  .sec_about table th,
  .sec_about table td{
    padding: 11px 13px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* area_about */
.sec_about .area_about .flex .item{
  width: 50%;
}
.sec_about .area_about .box_bottom_img{
  margin-top: 40px;
}
@media screen and (min-width :1001px) {
  .sec_about .area_about .flex .item + .item{
    margin-left: 40px;
  }
}
@media screen and (max-width :1000px) {
  .sec_about .area_about .box_inner.flex{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .sec_about .area_about .flex .item{
    width: 100%;
  }
  .sec_about .area_about .flex .item_img{
    margin-bottom: 20px;
  }
  .sec_about .area_about .flex .item_img img{
    width: 86.666%;
    display: block;
    margin: 0 auto;
    max-width: 650px;
  }
}
@media screen and (max-width :834px) {
  .sec_about .area_about .box_bottom_img{
    margin-top: 20px;
  }
  .sec_about .area_about table th{
    width: 27%;
  }
}


/*add area_scale　レイアウト変更2025*/
/* area_about */
.sec_about .area_scale2 .flex .item{
  width: 50%;
}
.sec_about .area_scale2 .box_top_img{
  margin-bottom: 40px;
}
@media screen and (min-width :1001px) {
  .sec_about .area_scale2 .flex .item + .item{
    margin-left: 40px;
  }
}
@media screen and (max-width :1000px) {
  .sec_about .area_scale2 .box_inner.flex{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .sec_about .area_scale2 .flex .item{
    width: 100%;
  }
  .sec_about .area_scale2 .flex .item_img{
    margin-bottom: 20px;
  }
  .sec_about .area_scale2 .flex .item_img img{
    width: 86.666%;
    display: block;
    margin: 0 auto;
    max-width: 650px;
  }
}
@media screen and (max-width :834px) {
  .sec_about .area_scale2 .box_top_img{
    margin-bottom: 20px;
  }
  .sec_about .area_scale2 table th{
    width: 27%;
  }
}



/* area_scale2  追加*/

/* txt_lead */
.sec_about .box_bg .ttl_project01 + * {
    margin-bottom: 30px;
}

	
	.sec_about .area_scale2 .box_txt_table{
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
}
.sec_about .area_scale2 .box_txt_table .main{
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.sec_about .area_scale2 .box_txt_table .sub{
  font-size: 13px;
  font-size: 1.3rem;
}
.sec_about .area_scale2 .col_table{
  width: 100%;
  text-align: center;
}
.sec_about .area_scale2 .col_table th{
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.3;
  height: 70px;
}
.sec_about .area_scale2 .col_table td{
  padding: 0;
  height: 50px;
  vertical-align: middle;
}
.sec_about .area_scale2 .col_table th + th,
.sec_about .area_scale2 .col_table td + td{
  border-left: 1px solid #dee4e6;
}

@media screen and (min-width :835px) {
  .sec_about .area_scale2 .flex .item + .item{
    margin-left: 40px;
  }
}
@media screen and (max-width :834px) {
  .sec_about .area_scale2 img{
    max-width: 650px;
    display: block;
    margin: 0 auto;
  }
  .sec_about .area_scale2 .box_inner.flex{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
  }
  .sec_about .area_scale2 .ttl_project02{
    text-align: center;
  }
  .sec_about .area_scale2 .item_img img{
    width: 86.666%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 650px;
  }
  .sec_about .area_scale2 .box_txt_table{
    margin-bottom: 0;
  }
  .sec_about .area_scale2 .box_txt_table .main{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_about .area_scale2 .box_txt_table .sub{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_about .area_scale2 .flex .item + .item{
    margin-top: 20px;
  }
}



/* area_scale  original css    レイアウト変更のため　　2025～　使用なし　area_scale2*/
.sec_about .area_scale .box_txt_table{
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
}
.sec_about .area_scale .box_txt_table .main{
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.sec_about .area_scale .box_txt_table .sub{
  font-size: 13px;
  font-size: 1.3rem;
}
.sec_about .area_scale .col_table{
  width: 100%;
  text-align: center;
}
.sec_about .area_scale .col_table th{
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.3;
  height: 70px;
}
.sec_about .area_scale .col_table td{
  padding: 0;
  height: 50px;
  vertical-align: middle;
}
.sec_about .area_scale .col_table th + th,
.sec_about .area_scale .col_table td + td{
  border-left: 1px solid #dee4e6;
}

@media screen and (min-width :835px) {
  .sec_about .area_scale .flex .item + .item{
    margin-left: 40px;
  }
}
@media screen and (max-width :834px) {
  .sec_about .area_scale img{
    max-width: 650px;
    display: block;
    margin: 0 auto;
  }
  .sec_about .area_scale .box_inner.flex{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
  }
  .sec_about .area_scale .ttl_project02{
    text-align: center;
  }
  .sec_about .area_scale .item_img img{
    width: 86.666%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 650px;
  }
  .sec_about .area_scale .box_txt_table{
    margin-bottom: 0;
  }
  .sec_about .area_scale .box_txt_table .main{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_about .area_scale .box_txt_table .sub{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_about .area_scale .flex .item + .item{
    margin-top: 20px;
  }
}
/* area_image */
@media screen and (max-width :834px) {
  .sec_about .area_image.box_bg{
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* area_concept */
.sec_about .area_concept{
  padding-top: 40px;
  display:-webkit-box;
  display: flex;
}
.sec_about .area_concept .inner{
  max-width: 1220px;
}
.sec_about .area_concept .box_left,
.sec_about .area_concept .box_right{
  width:48.36%;
  position: relative;
  z-index: 1;
}
.sec_about .area_concept .box_left::before,
.sec_about .area_concept .box_right::before{
  content: "";
  display: block;
  border: 4px solid #fff;
  max-width: 490px;
  width: 83.05%;
  aspect-ratio: 490/330;
  position: absolute;
  top: 20px;
  left: 50px;
  z-index: -1;
}


.sec_about .area_concept .box_right{
  margin-top: 40px;
}
.sec_about .area_concept figure{
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
  margin-top: 5.4%;
  width: 83.05%;
}
.sec_about .area_concept figure figcaption{
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.sec_about .area_concept .box_top.flex{
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.sec_about .area_concept .box_center{
  max-width: 1020px;
  margin: 0 auto;
  margin-top: 90px;
  border: 4px solid #fff;
  padding: 50px;
  position: relative;
}
.sec_about .area_concept .box_center .ttl_project01{
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec_about .area_concept .box_center .flex + .flex{
  margin-top: 40px;
}
.sec_about .area_concept .box_center .flex .item_img{
  width: 46%;
}
.sec_about .area_concept .box_center .flex .item_img + .item{
  margin-left: 50px;
  width: 49.14%;
}
.sec_about .area_concept .box_center .ttl_project02 + .list_disc{
  margin-top: 30px;
}




@media screen and (max-width :834px) {
  .sec_about .area_concept{
    padding-top: 30px;
  }
  .sec_about .area_concept .box_top.flex{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
  }
  .sec_about .area_concept .box_left,
  .sec_about .area_concept .box_right{
    width: 100%;
    width: 84.507%;
  }
  .sec_about .area_concept .box_right{
    margin-top: 27px;
    margin-left: auto;
    margin-right: 0;
  }
  .sec_about .area_concept .box_left::before,
  .sec_about .area_concept .box_right::before{
    width: 81.666%;
    top: 15px;
    left: 15px;
    border-width: 2px;
  }
  .sec_about .area_concept .box_right::before{
    right: 15px;
    left: auto;
  }
  .sec_about .area_concept .box_right .ttl_project01{
    text-align: right;
  }
  .sec_about .area_concept .box_right figure{
    margin-right: auto;
    margin-left: 0;
  }
  .sec_about .area_concept figure{
    width: 81.666%;
    margin-top: 14px;
  }
  .sec_about .area_concept figure figcaption{
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 4px;
    text-align: center;
  }
  .sec_about .area_concept .box_center{
    margin-top: 52px;
    width: 91.613%;
    padding: 23px 15px 15px;
    border-width: 2px;
  }
  .sec_about .area_concept .box_center .flex{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
  }
  .sec_about .area_concept .box_center .flex .item_img{
    width: 100%;
  }
  .sec_about .area_concept .box_center .flex .item_img + .item{
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .sec_about .area_concept .box_center .ttl_project01{
    top: -18px;
  }
  .sec_about .area_concept .box_center .ttl_project02 + .list_disc{
    margin-top: 5px;
  }
  .sec_about .area_concept .box_center .flex + .flex{
    margin-top: 30px;
  }
}

/*世田谷エリア 梅ヶ丘エリア ２画像追加*/
.sec_about .area_concept .box_2col {
	max-width: 100%;
	margin-bottom: 40px;
/*	display: flex;
	justify-content: space-between;
	gap: 20px 10px;*/
}
.sec_about .area_concept .box_2col {width: 100%;}
.sec_about .area_concept .box_2col img{width: 100%;margin-bottom: 20px;}


.box_right img,
.box_left img{margin-bottom: 20px;}

/*　空間イメージ　メイン画像下　２点横並び画像追加　2025追加　*/

.sec_about .area_concept .box_center img{margin-bottom: 20px;}
/*NO USE　*/
.sec_about .area_concept .box_center .box_2col_kukan{
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	gap: 20px 10px;
}

.sec_about .area_concept .box_center .box_2col_kukan {width: 46%;}
.sec_about .area_concept .box_center .box_2col_kukan img{ width: 100%;}



/* =============================================== 
# アイコン  common_parts.css  line91
=============================================== */
.ico_file[src*=".svg"]{
  width: 19px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.ico_blank[src*=".svg"]{
  width: 17px;
  margin-left: 10px;
  vertical-align: middle;
}
p .ico_file[src*=".svg"]{
  width: 19px;
  margin-right: 5px;
}
p .ico_blank[src*=".svg"]{
  margin-right: 5px;
}
@media screen and (max-width :834px){
  .ico_file[src*=".svg"]{
    width: 15px;
  }
  .ico_blank[src*=".svg"]{
    width: 15px;
  }

}



