@charset "UTF-8";

.section .headline__title {
    line-height: 1;
  }
  
  .section .headline__title span.en {
    display: block;
    color: #439295;
    font-family: "Inter", sans-serif;
    font-size: 2.7vw;
    font-weight: 800;
    padding-bottom: 1vw;
  }
    
  .section-hero .content {
    position: relative;
  }
  
  .section-hero .imgarea {
    position: relative;
    border-radius: 0 0 0 1.2em;
    overflow: hidden;
  }
  @media only screen and (min-width: 768px) {
    .section-hero .imgarea .swiper-slide{
      width: 100vw;
      height: 56vw;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .section-hero .content {
        margin-top: 16vw;
    }
        .section-hero .imgarea::before {
      height: 75px;
    }
  }
  
   .section-hero .imgarea .img img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: 50% 20%;
  } 
  
  .section .section-content {
    display: flex;
    padding: 4.6vw 0 3.5vw;
    max-width: 75vw;
    margin: 0 auto;
  }
  @media only screen and (min-width: 768px) {
    .section-hero .imgarea .img img {
        max-height: 25vw;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-hero .imgarea .img img {
        width: 97vw;
        margin: 0 0 0 3vw;
    }

  }
  
/* outline */
.section-hero .txt {
    position: relative;
    /* bottom: 0;
    right: 0;
    width: 43.5vw;
    margin: 0 0 0 auto; */
    width: 75vw;
    margin: 0 auto;
}
.section-hero .txt .local {
    background: #439295;
    color: #fff;
    padding: 0.1vw 1.2vw 0.3vw;
    border-radius: 2vw;
    font-size: 0.97vw;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin: -1vw 0.5vw 1.5vw;
    display: block;
    width: fit-content;
}
  
.section-hero .txt .main-title {
    font-size: 6.4vw;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.06;
    margin: 0 auto;
    color: #439295;
    /* width: 75vw; */
}
.section-hero .txt .main-title-sub {
    font-size: 1.6vw;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin: 2vw 0 0;
    color: #439295;
}

  .section .section-content .headline{
    /* padding: 0.5vw 0.8vw; */
    width: 23vw;
  }
  .section-overview .section-content .headline{
    width: 20.8vw;
  }

  .section .section-content .headline__title{
    font-size: 1.1vw;
    padding: 0.4vw 0 3.2vw;
  }
  .section .headline__title span {
    /* padding-bottom: 0.7vw; */
    font-weight: 700;
  }
  @media only screen and (max-width: 767px) {
    .section-hero .txt { width: 90vw; }
    .section-hero .txt .local {
        font-size: 3vw;
        padding: 0.3vw 2.7vw 1vw;
        border-radius: 4vw;
        margin: -3vw 0 1.5vw;
    }
    .section-hero .txt .main-title {
        font-size: 13.5vw;
        /* width: 93vw; */
    }
    .section-hero .txt .main-title-sub {
        font-size: 4.3vw;
        margin: 0;
    }

  }
  
  /* .section-overview .section-content.flex > .flex-box.text-box {
    width: 52%;
    margin-left: 5%;
  } */
  .section-overview button.more {
    position: relative;
    padding-right: 3vw;
  }
  .section-overview button.more a span{
    letter-spacing: 0.13em;
    padding: 0 0.7vw 0 0.2vw;
    line-height: 2.7vw;
    /* color: #312b27; */
    font-size: 0.9vw;
    font-weight: 700;
  }
  
    /* .section-overview button.more a::after{ left: -2vw; } */
  
  .section-overview button.more a span + span {
    width: 3vw;
    /* right: -2.5vw; */
    top: 50%;
    background: #55a900;
    height: 1.2vw;
    position: absolute;
    border-radius: 1vw;
    transform: translateY(-50%);
  }
  @keyframes loop_animation_right {
    0% {
      transform: translate(-200%, -50%);
    }
    50% {
      transform: translate(0, -50%);
    }
    90% {
      transform: translate(0, -50%);
    }
    100% {
      transform: translate(120%, -50%);
    }
  }
  
  .section-overview button.more a span + span::after {
    content: "";
    background: url(../img/top/arrow.svg) center / contain no-repeat;
    position: absolute;
    width: 0.9vw;
    height: 0.9vw;
    right: 0.3vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-overview button.more:hover a span + span::after {
    animation: loop_animation_right 1.5s linear infinite;
  }
  @media only screen and (max-width: 767px) {
    .section-overview button.more a span + span::after {
      width: 2.8vw;
      height: 2.8vw;
      right: 1vw;
    }
  }
  
  
.section .section-content dl{
    border-bottom: 1px solid #dddce7;
}
  .section .section-content dl:first-child {
    border-top: 1px solid #dddce7;
}
  .section-overview .section-content .pc-flex .text-content{
    width: 90vw;
    padding: 4.8vw 0vw 5.2vw 13.5vw;
    background: #f0edeb;
    margin-right: calc(50% - 50vw);
    margin-left: 5vw;
  }
  @media only screen and (min-width: 768px) {
    .section-overview .section-content .pc-flex{
        padding: 1.1vw 0;
        line-height: 2;    
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 1vw;
    }
  }
  
  .section-overview .list dl {
    position: relative;
  }   
  .section-overview .list dt {
    width: 11.2vw;
    margin: 0;
  }
    .section-overview .list dd {
    /* font-size: 1vw; */
    width: 41.7vw;
  }
  .section-overview .list .w15{
    width: 15vw;
    display: inline-block;
  }
  .section-overview .list a{
    color: #1f7afa;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }

  @media only screen and (max-width: 767px) {
    .section-overview .section-content .pc-flex:first-child {
        padding: 6vw 0;
    }
    
    .section .section-content{ 
      max-width: 90vw;
      flex-wrap: wrap;
      padding : 15vw 0; 
    }
    .section .section-content .headline{
      width: 100%;
      padding: 0;
      position: relative;
      margin-bottom: 4.5vw;
    }
    .section .section-content .headline__title{
      font-size: 3.0vw;
    }
    .section .headline__title span.en{
      font-size: 10vw;
      padding-bottom: 2vw;
      }
    .section-overview .section-content{ 
      padding: 11vw 0 16vw;
    }
    .section-overview .section-content .txt-lt{
      width: 100%;
      padding-left: 5vw;
    }
    .section-overview .section-content.flex > .flex-box.text-box {
      width: 95%;
    }
    .section-overview .section-content.flex .text-content{
      padding: 29vw 0 23vw;
      width: 92vw;
      margin: 12vw -5vw 0 8vw;
    }
    .section-overview .list{ width: 100%; }
    
    .section-overview .list dl {
      width: 100%;
      font-size: 3vw;
      padding: 4vw 0;
    }
    .section-overview .list a {
      height: auto;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 2vw 0;
    }
    .section-overview .list dt {
      width: 100%;
      margin: 0;
      text-align: left;
    }
    /* span.cat {
      position: relative;
      text-align: center;
      width: 24vw;
      left: 0;
      font-size: 2.6vw;
      padding: 0.3vw 0;
      border-radius: 4vw;
    } */
  
    .section-overview .list dd {
      width: 100%;
      font-size: 3.2vw;
      line-height: 1.7;
      letter-spacing: 0.06em;
      /* margin: 0 0 0 13.5vw; */
      padding: 1.0vw 0;
    }
    .section-overview .list .w15{
        width: 50vw;
    }    
    .section-overview button.more{ 
      /* position: absolute; */
      right: 0;
      bottom: 2.2vw;
      margin: 4.5vw 11vw 0 0;
      /* width: 19vw; */
      padding: 0;
    }
  
  
    .section-overview button.more a::after{ left: -2.5vw; }
    
    .section-overview button.more a span{
      line-height: 0vw;
      font-size: 3vw;
      font-weight: 600;
      padding: 0;
      letter-spacing: 0.05em;
    }
    .section-overview button.more a + span{
      width: 9.5vw;
      right: -11.6vw;
      height: 3.6vw;
      border-radius: 3vw;
    }
  }

.section-map .section-content{ 
    padding-top: 4vw;
    /* padding-bottom: 8.3vw; */
}
.section-map .content{
    margin-left: 4vw;    
    width: 100%;
}
.map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 57%;
    margin: 0.5vw 0 0;
  }
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map_txt {
    margin: 2.4vw auto 0;
}

@media only screen and (max-width: 767px) {
    .section-map .section-content {
        padding-top: 2vw;
        padding-bottom: 7vw;
    }
    .section-map .content{
        margin-left: 0;    
    }
    .map {
        padding-top: 100%;
    }
    .map_txt {
        margin: 7vw auto;
    }
}


/* message */
.section .section-content .ceo-img{ 
  /* width: 24vw;  */
  margin-right: 4vw;
}
.ceo-img img {
  width: 100%;
}
.section-message .section-content .headline__title {
  padding-bottom: 2vw;
}
.section-message .section-content .headline p{
  margin-right: 3vw;
  line-height: 2;
}
.section-philosophy .section-content .headline{
  margin-right: 6vw;
}
.section .section-content .list .headline__title span.en {
  font-size: 2vw;
}
.section-message h3 {
  font-size: 1.7vw;
  font-weight: 700;
  margin: 2vw 0;
}

.section-philosophy .section-content .list dl {
  padding: 2vw 0 2.3vw;
  align-items: flex-start;
}
.section .section-content .list .headline__title {
  padding: 0;
  width: 10vw;
  margin-right: 4vw;
}
.section .section-content .list .headline__title span.en {
  font-size: 2vw;
  padding: 0 0 0.7vw;
}
.section-philosophy .section-content .list dd {
  font-size: 1.1vw;
  letter-spacing: 0.13em;
}
@media only screen and (min-width: 768px) {
  .section-message .section-content .headline{
    width: 47vw;
  }
  
  .section-philosophy .section-content .list {
    margin-right: 3vw;
  }  
}

@media only screen and (max-width: 767px) {
  .section-message .section-content {
    flex-direction: column;
  }
  .section .section-content .ceo-img{
    width: 60vw;
    margin: 7vw auto 10vw;
  }
  /* .section-philosophy .section-content .list .headline__title{

  } */
  .section-message h3 {
    font-size: 3.8vw;
    margin-bottom: 7vw;
  }
  
  
  .section-philosophy .section-content .list dl{
    padding: 5vw 0;
  }
  .section .section-content .list .headline__title{
    width: auto;
    justify-content: flex-start;
    gap: 4vw;
    margin-bottom: 1vw;
  }
  .section .section-content .list .headline__title span.en{
    font-size: 4.5vw;
  }
  .section-philosophy .section-content .list dd{
    font-size: 3vw;
  }
}

/*business*/
.section-business .section-content .headline{
  width: auto;
  text-align: center;
}
.section-business .section-content .headline__title {
  font-size: 1.86vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.section-business .section-content .dept{
  margin-bottom: 1.2vw;
}
.deptlists li .deptlist-inner {
  width: 72.2vw;
  border-radius: 0.5vw;
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
  transition: height 0.5s ease;
  height: 21vw;
}
.deptlists li .deptlist-inner > .txt {
  padding: 5vw 5.5vw 4vw;
}
.section-business .headline__title span.en{
  font-size: 0.82vw;
  letter-spacing: 0.00em;
  padding: 1vw 0 2vw;
}
.deptdesc {
  line-height: 1.9;
}
.dept.rqc .deptdesc:last-child{
  margin-bottom: 5vw;
}
.products {
  background: #fff;
  margin: 0 3vw 8vw;
  padding: 3vw 1vw 4vw;
  border-radius: 0.5vw;
}
.section-business .section-content .products .headline__title {
  font-size: 1.6vw;
  color: #8c8d23;
  padding: 1vw 0 2vw;
}
.productlist {
  gap: 2.5vw 0.8vw;
  flex-wrap: wrap;
}
.productlist:has(.soybeans) {
  justify-content: center;
}
.product {
  width: 20.8vw;
  padding: 0 1vw;
}
.product-inner {
  overflow: hidden;
  transition: all .3s ease;
  border-radius: 0.5vw;
}
.product-inner:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.product-inner .imgarea {
  text-align: center;
  align-content: center;
}
.product-inner .txt {
  padding: 1vw 0 1vw 4.4vw;
}
.productname .name {/*落花生*/
  font-size: 1.4vw;
  /* font-weight: 700; */
  color: #795b36;
  position: relative;
}
.productname .en {/*peanut*/
  display: block;
  font-size: 0.82vw;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0vw 0 2vw;
  color: #c9b294;
}

.productdesc {
  letter-spacing: 0.12em;
  font-weight: 400;
}
.arrow {
  background: #54a700;
  width: 1.3vw;
  height: 1.3vw;
  border-radius: 50%;
  position: absolute;
  background: url(../img/common/arrow_circle.svg) center / contain no-repeat;
  transform: translateY(-50%) rotate(90deg);
}
.productname .arrow{  
  top: 50%;
  left: -2vw;
}
.deptlist-inner > .arrow {
  left: calc(50% - 1vw);
  width: 2vw;
  height: 2vw;
  bottom: 3vw;
  /* transform: translate(-50%); */
}

/*開閉アニメーション*/
.dept,
.dept .imgarea, 
.dept .imgarea img,
.dept .deptname .headline__title,
.deptlists li .deptlist-inner,
.deptlists li .deptlist-inner > .txt,
.dept .deptdesc,
.dept .products,
.dept .deptlist-inner > .arrow{
  transition: all 0.8s ease;
}

.dept:not(.active) .imgarea {
  width: 100%;
  position: absolute;
}
.dept:not(.active) .imgarea img{
  filter: brightness(0.7);
  margin-top: -4vw;
}
.deptlists li.dept:not(.active) .deptlist-inner > .txt{
  height: 100%;
  align-content: center;
}
.dept:not(.active) .deptname .headline__title {
  padding: 2.4vw 0;
  filter: brightness(0) invert(1);
}
.dept:not(.active) .deptdesc,
.dept:not(.active) .products {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.dept:not(.active) .deptlist-inner > .arrow{
  bottom: 6vw;
  transform: rotate(180deg);
}
.dept.active .deptlist-inner > .arrow{
  transform: rotate(0deg);
}


.dept.active .deptdesc,
.dept.active .products {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: opacity 0.4s ease;
}

@media only screen and (min-width: 768px) {
  .section-business .section-content{
    max-width: 75vw;
  }
  
  .product-inner .imgarea{
    height: 15vw;
    padding: 1vw 1.4vw 0;
  }
  .productname{
    height: 6vw;
  }
}
@media only screen and (max-width: 767px) {
  .section-business .section-content .headline__title{
    font-size: 4.4vw;
  }
  .section-business .headline__title span.en{
    font-size: 2.3vw;
  }
  .section-business .section-content .dept{
    width: 90vw;
    margin-bottom: 3vw;
  }
  .deptlists li .deptlist-inner{
    width: 100%;
    border-radius: 1.5vw;
  }
  /* .dept:not(.active), */
  .deptlists li.dept:not(.active) .deptlist-inner,
  .dept:not(.active) .imgarea {
    height: 28vw;
  }
  .section-business .section-content .headline{
    margin-bottom: 0;
  }
  .dept:not(.active) .deptlist-inner > .arrow{
    bottom: 5vw;
  }
  .deptlist-inner > .arrow{
    width: 4vw;
    height: 4vw;
  }
  .arrow:after{
    left: calc(50% - 0.3vw);
    width: 1vw;
    height: 1.0vw;
    border-width: 0.01vw;
  }
  .deptlist-inner > .arrow:after{
    transform: rotate(45deg) translate(-65%, -5%) scale(1.2);
  }
  .section-business .section-content .products .headline__title{
    font-size: 4vw;
    padding: 2vw 0 4vw;
  }
  .products {
    margin-bottom: 18vw;
  }
  .dept.active .deptlist-inner > .arrow{
    bottom: 6vw;
    scale: 1.3;
  }
  .dept.rqc .deptdesc:last-child{
    margin-bottom: 18vw;
  }
  .dept.rqc.active  .deptlist-inner > .arrow{
    bottom: 8vw;
  }
  

  .product {
    padding: 0 2vw;
  }
  /*productsより転載*/
  section .img img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .product {
    width: 38vw;
  }
  .product-inner .txt {
    padding: 5vw 2vw 0vw 5vw;
  }  
  .productname .name{
    font-size: 4.3vw;
  }
  .productname .en{
    font-size: 2.4vw;
  }
  .arrow {
    width: 4vw;
    height: 4vw;
  }
  .arrow:after{
    width: 1vw;
    height: 1vw;
    top: calc(50% - 0.5vw);
    left: calc(50% - 0.5vw);
    border-width: 0.04vw;
  }
  .productname .arrow {
    left: -5vw;
  }
  .productlist {
    gap: 4vw; /*6vw*/
  }
  .product-inner .imgarea{
    height: 24vw;
  }

}

/* chart */
.nolink{
  cursor: auto;
  pointer-events: none;
}
.section-chart span.arrow{ position: relative; }
.genealogy .arrow {
  /* top: 50%; */
  margin-left: 0.5vw;
  transform: translateY(0) rotate(90deg);
}
.section-chart .cao .genealogy .arrow {
  position: absolute;
  top: 75%;
  left: 40%;
  /* transform: translateY(-50%); */
}
.section-chart .section-content {
  justify-content: center;
}
.genealogy {
    display: table;
    position: relative;
    margin: 0px auto;
    font-size: 1.5vw;
}
.section-chart .section-content .genealogy dl {
  border: none;
  padding-bottom: 30vw;
}
.genealogy > dl {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: relative;
    padding: 4.2vw 0px 0px;
    margin: 0px;
}
.genealogy > dl::after {
  position: absolute;
  top: 2.7vw;
  left: 18.5vw;
  right: 7.4vw;
  height: 2.4vw;
  background: linear-gradient(to right, #d4d4d4 0%, #d4d4d4 100%) top left 38.5% / 0.3vw 100% no-repeat
        , linear-gradient(to right, #d4d4d4 0%, #d4d4d4 100%) bottom left / 100% 0.3vw no-repeat;
  content: "";
}

.genealogy > dl > dt,
.genealogy-1 > dl > dd,
.genealogy-2 > dl > dd a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3vw 1vw;
  width: 11.1vw;
  /* height: 3em; */
  /* border: 0.2em solid currentColor; */
  /* box-sizing: border-box; */
  text-align: center;
  line-height: 1.5;
  background: #ece9d3;
  color: #000;
  font-size: 0.89vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 0.02vw solid transparent;
}
.genealogy .head {
  background: #439295;
  color: #fff;
  font-size: 1.4vw;
  font-weight: 800;
  letter-spacing: 0.15em;
  padding: 0.3vw;
}
.genealogy > dl > dt {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.genealogy > dl > dd {
    position: relative;
    /* padding: 0px; */
    margin: 2em 1em 0px;
}

.genealogy > dl > dd::before {
  position: absolute;
  top: -2.2vw;
  left: 0px;
  width: 100%;
  height: 2.2vw;
  background: linear-gradient(to right, #d4d4d4 0%, #d4d4d4 100%) top center / 0.3vw 100% no-repeat;
  overflow: hidden;
  content: "";
}
.genealogy > dl > dd .bold {
  font-weight: 700;
  height: 3.2vw;
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cao .genealogy > dl > dd .bold {
  display: block;
  align-content: center;
}
.genealogy ul, .genealogy .dot {
  align-self: flex-start;
}
.genealogy li {
  list-style: "・";
  list-style-position: inside;
}
.brackets{ 
  display: inline-block;
  padding-left: 0.6vw;
  text-indent: -0.6vw;
}
/* .genealogy > dl > dd .dot {
  font-weight: 700;
  text-indent: -0.5vw;
}
  .genealogy > dl > dd .dot::before {
  content: "●";
  color: #439295;
  font-size: 0.7vw;
  position: relative;
  display: contents;
} */
.genealogy .genealogy {
  position: absolute;
  top: -0.2em;
  left: 50%;
  transform: translateX(-50%);
  margin: 0px;
}
.genealogy .genealogy > dl { gap: 0 2%; }
.genealogy .genealogy > dl::after {content: none;}
.genealogy .genealogy > dl > dd{
  margin: 0;
}
.genealogy .genealogy > dl > dd a{
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  line-height: 1.7;
  width: 11vw;
}
.section-chart a:hover {
  border: 0.02vw solid #9a9780 /*#c3bea1*/;
  /* box-sizing: content-box; */
  /* transition: all 0.3s ease; */
}
.genealogy .coo .genealogy > dl > dd a{
  height: 17vw;
}
.genealogy .cao .genealogy > dl > dd a,
.genealogy .cfo .genealogy > dl > dd a{
  padding: 2.3vw 0.5vw;
}
.genealogy .genealogy > dl > dd::before {
  height: 1.2vw;
  top: -1.2vw;
}
.genealogy .cfo .genealogy > dl > dd a{
  width: 12vw;
  padding: 2.3vw 0;
}
.genealogy .cfo .genealogy > dl > dd a .bold{
  display: block;
}
.genealogy .coo .genealogy-2 > dl > dd::after {
  bottom: -1.2vw;
  left: 0px;
  width: 100%;
  height: 1.2vw;
  background: linear-gradient(to right, #d4d4d4 0%, #d4d4d4 100%) top center / 0.3vw 100% no-repeat;
  overflow: hidden;
  content: "";
  position: absolute;
  z-index: -1;
}
.section-chart .section-content .genealogy-3 {
  margin-top: 18.5vw;
}
.section-chart .section-content .genealogy-3 dl {
  padding: 0;
  margin-left: 23.4vw;
}
.genealogy .coo .genealogy-3 > dl > dd a {
  width: 34.5vw;
  height: 11vw;
}
.genealogy .genealogy-3 > dl > dd::before {
  width: 1.3vw;
  height: 27vw;
  background: none;
  border: solid 0.31vw #d4d4d4;
  border-right: none;
  top: -20.8vw;
  left: -1.3vw;
}
.narrow{ letter-spacing: 0;}

@media only screen and (min-width: 768px) {
  .genealogy .head.ceo {width: 17vw;}
  .genealogy .head.coo {width: 34.3vw;}
  .genealogy .head.cao {width: 22.5vw;}
  .genealogy .head.cfo {width: 12.1vw;}
  
}
@media only screen and (max-width: 767px) {
  .section-chart .section-content{
    padding-top: 10vw;
  }
  .genealogy .head{ 
    font-size: 4vw;
    padding: 1vw;
  }
  .genealogy .head.coo {margin-bottom: 155vw; margin-top: 12vw;}
  .genealogy .head.cao {margin-bottom: 30vw; margin-top: 5vw;}
  .genealogy .head.cfo {margin-bottom: 30vw;}
  .genealogy .head.cao dl,
  .genealogy .head.cfo dl {
    gap: 3vw;
    margin-left: 12vw;
}

  .section-chart .section-content .genealogy dl{
    flex-direction: column;
    padding-bottom: 0;
  }
  .genealogy > dl > dt.head{ 
    width: 90vw;
    margin-left: auto;
    margin-right: -6vw;
   }
  .genealogy dd.head {
    width: 80vw;
    margin-right: auto;
  }
  .genealogy .genealogy > dl > dd a{
    width: 62vw;
  }
  .genealogy .coo .genealogy > dl > dd a {
    height: 17vw;
    height: fit-content;
    margin-bottom: 4vw;
    padding: 4vw;
  }
  .genealogy .cao .genealogy > dl > dd a,
  .genealogy .cfo .genealogy > dl > dd a{
    width: 73vw;
    padding: 4vw;
  }
  .genealogy > dl > dt,
  .genealogy-1 > dl > dd,
  .genealogy-2 > dl > dd a,
  .genealogy > dl > dd .bold{
    font-size: 3vw;
  }
  .genealogy > dl > dd .bold{
    text-align: left;
  }
  .section-chart .section-content .genealogy-2 dl {
    padding-top: 11vw;
  }
  .coo .genealogy-2 > dl > dd a {
    align-items: flex-start;
  }
  .section-chart .section-content .genealogy-3 {
    margin-top: 113vw;
  }
  .section-chart .section-content .genealogy-3 dl{
    margin-left: 12vw;
  }
  .genealogy .coo .genealogy-3 > dl > dd a{
    width: 73vw;
  }
  .cao .genealogy .arrow {
    top: 50%;
    left: 100%;
}

  .genealogy > dl::after{
    top: 8.5vw;
    left: -1vw;
    right: auto;
    width: 5vw;
    height: 227.7vw;
    border-left: 1vw solid #d4d4d4;
    background: none;
  }
  .genealogy-1 > dl > .cao::after,
  .genealogy-1 > dl > .cfo::after {
    content: "";
    position: absolute;
    top: 8vw;
    left: 4vw;
    right: auto;
    width: 5vw;
    height: 23.5vw;
    border-left: 1vw solid #d4d4d4;
  }
  .genealogy-1 > dl > .cfo::after {
    height: 9.2vw;
  }
  .genealogy > dl > dd::before,
  .genealogy .genealogy > dl > dd::before,
  .genealogy .coo .genealogy-2 > dl > dd::after{
    height: 0.8vw;
    top: 50%;
    width: 5vw;
    left: -5.2vw;
    background: linear-gradient(to bottom, #d4d4d4 0%, #d4d4d4 100%) top center / 6vw 100% no-repeat;
  }
  .genealogy .coo .genealogy-2 > dl > dd::after{
    left: auto;
    right: -5vw;
  }
  .genealogy .genealogy-3 > dl > dd::before,
  .genealogy .genealogy-3 > dl > dd::after {
    width: 6.3vw;
    height: 140vw;
    background: none;
    border: solid 1vw #d4d4d4;
    border-right: none;
    border-top: none;
    top: -126.5vw;
    left: -6.3vw;
  }
  .genealogy .genealogy-3 > dl > dd::after {
    content: "";
    overflow: hidden;
    position: absolute;
    left: auto;
    right: 0.5vw;
    top: -106vw;
    height: 106vw;
    border-bottom: none;
  }
  .section-chart .cao .genealogy .arrow {
    top: 0;
    left: 100%;
  }
  .cao .genealogy > dl > dd .bold {
    position: relative;
  }
}


/*history*/
.section-history .section-content .list dl {
  padding: 0.98vw 0;
  align-items: flex-start;
}
.section-history .section-content p{
  padding-top: 2vw;
  font-size: 0.98vw;
}
@media only screen and (min-width: 768px) {
  .section-history .section-content{ 
    flex-direction: column;
    padding-bottom: 2vw;
  }
  
  .section-history .section-content .list {
    margin-right: 3vw;
  }
  
  .section-history .section-content .list dl {
    font-size: 1.18vw;
  }
  .section-history .section-content .list dt {
    width: 16vw;
    margin-right: 5vw;
  }
  .section-history .section-content .list dd {
    /* font-size: 1.1vw; */
    /* letter-spacing: 0.13em; */
    width: 51vw;
  } 
}
@media only screen and (max-width: 767px) {
  .section-history .section-content .list dl{ padding: 5vw 0;}
  .section-history .section-content .list dt { padding-bottom: 2vw;}
  .section-history .section-content p{ font-size: 2.5vw; }
}