@charset "utf-8";
/* 企業情報の「部門紹介」「SDGsへの取り組み」用のスタイルシートです。 */

/* トンボ飲料のCSV経営とSDGs */
.csv-ttl {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0070C5;
}
.csv-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.58333;
}
.three-kyousou-box-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #0070C5;
  text-align: center;
  margin-bottom: .75rem;
}
.three-kyousou-box {
  padding: 15px;
}
.three-kyousou-box:not(:last-child) {
  margin-bottom: 1.27rem;
}
.kyousou-icon-box {
  margin-bottom: 15px;
  text-align: center;
}
.kyousou-1, .kyousou-2, .kyousou-3 {
  width: 100px;
}
.kyousou-desc {
  line-height: 1.75;
}
.kyousou-desc, .kyousou-desc dd {
  margin-bottom: 0;
}
@media all and (min-width: 576px) {
  .TombowSharedValue {
    width: 60%;
  }
  .three-kyousou-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
  }
  .kyousou-icon-box {
    margin-bottom: 0;
    margin-left: 15px;
    width: 115px;
    order: 1;
  }
  .kyousou-text-box {
    order: 0;
    max-width: 445px;
  }
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
  .kyousou-desc {
    font-size: 1.22rem;
  }
  .three-kyousou-box {
    min-height: 180px;
  }
}
@media all and (min-width: 1200px) {
  
  .csv-ttl {
    font-size: 2.4rem;
  }
  .csv-text {
    font-size: 1.33rem;
  }
  .three-kyousou-box-ttl {
    font-size: 2.6111rem;
  }
}
@media all and (min-width: 1400px) {
  .TombowSharedValue {
    width: 681px;
  }
  .kyousou-icon-box {
    width: 136px;
  }
  .kyousou-1 {
    width: 124px;
  }
  .kyousou-2, .kyousou-3 {
    width: 136px;
  }
  .kyousou-icon-box {
    margin-left: 50px;
  }
  .three-kyousou-box {
    min-height: 220px;
  }
}
/* //トンボ飲料のCSV経営とSDGs */

/* TSV活動ジャンプボタン */
.tsv-list {
  width: 100%;
  max-width: 410px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.11rem;
}
.tsv-item {
  width: 100%;
}
.tsv-link {
  width: 100%;
  margin: 0;
  padding: 12px 15px;
}
.btn-standard.tsv-link::after {
  display: none;
}
@media all and (min-width: 1200px) {
  .tsv-link {
    font-size: 1.22rem;
  }
}
/* //TSV活動ジャンプボタン */

/* 共創 */
.ttl-pattern_tsv {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0070C5;
  text-align: center;
  padding: 9px 0 11px;
  margin-bottom: 1.94rem;
  border-top: 1px solid #0070C5;
  border-bottom: 1px solid #0070C5;
}
.row-gap-1rem {
  row-gap: 1rem;
}
.grouses-logo {
  width: 140px;
}
@media all and (min-width: 768px) {
  .grouses-logo {
    width: 200px;
  }
}
@media all and (min-width: 1200px) {
  .grouses-logo {
    width: 353px;
  }
}
/* //共創 */

/* SDGs */
.declaration {
  font-size: 1.77rem;
  font-weight: 700;
}
.about_sdgs dd {
  line-height: 1.625;
}
.sdgs-ttl {
  position: relative;
  font-size: 1.44rem;
  font-weight: 700;
  padding: 1rem 0 1rem 4.44rem;
}
.sdgs-ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 3.33rem;
  height: 3.33rem;
  background: url(../images/sdgs/sdgs-ring.svg) no-repeat center center/contain;
}
.effort-img-wrap {
  position: relative;
  overflow: hidden;
}
.sdgs-effort-ttl {
  position: absolute;
  top: 1.5rem;
  left: 0;
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  padding-left: 15px;
}
.sdgs-effort-ttl_number {
  position: relative;
  z-index: 10;
  bottom: 0.5rem;
}
.sdgs-effort-ttl_number_1 img {
  width: 24px;
}
.sdgs-effort-ttl_number_2 img ,.sdgs-effort-ttl_number_3 img {
  width: 26px;
}
.sdgs-effort-ttl_text {
  font-size: 1.2rem;
  color: #0070C5;
  z-index: 0;
  padding: 0.4rem 1rem;
  position: relative;
}
.sdgs-effort-ttl_text::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.sdgs-icons-list {
  display: flex;
}
.sdgs-icons-list li:not(:last-child) {
  padding-right: .75rem;
}
.sdgs-effort-wrap {
  margin-bottom: 3rem;
}
@media all and (min-width: 768px) {
  .sdgs-out-link {
    font-size: .88rem;
  }
}
@media all and (min-width: 992px) {
  .declaration {
    font-size: 1.77rem;
  }
  .sdgs-effort-ttl_number_1 img {
    width: 2.5rem;
  }
  .sdgs-effort-ttl_number_2 img,.sdgs-effort-ttl_number_3 img {
    width: 2.77rem;
  }
  .sdgs-effort-ttl {
    top: 3.33rem;
    padding-left: 1.94rem;
  }
  .sdgs-effort-ttl_text {
    font-size: 1.44rem;
    padding: .55rem 1.55rem .55rem 1.33rem;
  }
  .sdgs-effort-ttl_text::before {
    width: 50vw;
  }
  .sdgs-effort-wrap {
    margin-bottom: 4.44rem;
  }
}
/* //SDGs */
/* 部門紹介 */
.section-links-wrap {
  text-align: center;
  width: 325px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 4rem;
}
.section-links-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 254px;
  height: 254px;
  border-radius: 50%;
  background-color: #F0F8FC;
  z-index: -1;
}
.section-link-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 125px;
  padding-top: 27px;
}
.section-link-ttl {
  font-size: 15px;
  margin-top: 5px;
  font-weight: 700;
}
.section-links-flex {
  display: flex;
}
.section-links-flex_1, .section-links-flex_4 {
  justify-content: center;
}
.section-links-flex_2, .section-links-flex_3 {
  justify-content: space-between;
}
.section-links-flex_2 {
  padding: 0px 12px;
  margin-top: -25px;
}
.section-links-flex_3 {
  padding-top: 12px;
}
.section-links-flex_4 {
  column-gap: 20px;
}
.section-link-img {
  border-radius: 50%;
  width: 60px;
}
.section-link-btn {
  display: block;
  width: 80px;
  max-width: 100%;
  font-size: 13px;
  font-weight: 700;
  padding: 2px;
  border-radius: 30px;
  color: #0070C5;
  background: #fff;
  border: 1px solid #0070C5;
  transition: .3s;
  margin-top: -14px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
.section-link:hover .section-link-btn {
  color: #fff;
  background: #0070C5;
}
.section-head {
  margin-bottom: 1.66rem;
}
.section-head-img {
  position: relative;
  text-align: center;
  margin-bottom: -26px;
}
.section-head-img img {
  width: 85%;
}
.section-head-text {
  padding: 2.5rem 1.5rem 1.5rem;
  position: relative;
}
.section-head-text::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F0F8FC;
  z-index: -1;
}
.section-box:nth-child(odd) .section-head-text::before {
  right: 0;
}
.section-box:nth-child(even) .section-head-text::before {
  left: 0;
}
.section-name {
  font-size: 1.55rem;
  font-weight: 700;
  color: #0070C5;
  margin-bottom: .75rem;
}
.mb-section {
  margin-bottom: 4rem;
}
.section-smallttl {
  font-size: 1.11rem;
  font-weight: 700;
  color: #0070C5;
  padding-bottom: .55rem;
  margin-bottom: .75rem;
  border-bottom: 1px solid #0070C5;
}
@media all and (min-width: 576px) {
  .section-links-wrap {
    width: 410px;
    margin-bottom: 5rem;
  }
  .section-links-wrap::before {
    width: 300px;
    height: 300px;
  }
  .section-link-center {
    width: 172px;
  }
  .section-links-flex_3 {
    padding-top: 18px;
  }
  .section-links-flex_4 {
    column-gap: 26px;
    padding-top: 7px;
  }
  .section-link-img {
    width: 88px;
  }
  .section-link-btn {
    width: 100px;
    font-size: 14px;
    margin-top: -18px;
  }
  .section-box {
    padding-top: 2.33rem;
  }
  .section-head-img {
    top: -2.33rem;
    margin-bottom: 0;
  }
  .section-name {
    margin-bottom: 1.66rem;
  }
  .section-head {
    display: flex;
  }
  .section-head-img {
    width: 54%;
  }
  .section-head-img img {
    width: 100%;
  }
  .section-head-text {
    width: 46%;
    padding: 1.66rem;
    min-height: 230px;
  }
  .section-head-text::before {
    width: 185%;
  }
  .section-box:nth-child(even) .section-head-img {
    order: 1;
  }
  .section-head-imgright:nth-child(even) .section-head-text {
    order: 0;
  }
  .mb-section {
    margin-bottom: 5rem;
  }
}
@media all and (min-width: 768px) {
  .section-head-text {
    min-height: 285px;
  }
}
@media all and (min-width: 992px) {
  .section-links-wrap {
    width: 100%;
  }
  .section-links-wrap::before {
    width: 600px;
    height: 600px;
  }
  .section-link-center {
    width: 318px;
    padding-top: 5rem;
  }
  .section-link-ttl {
    font-size: 1.94rem;
  }
  .section-links-flex_2 {
    padding: 0 3rem;
  }
  .section-links-flex_3 {
    padding-top: 3rem;
  }
  .section-links-flex_4 {
    column-gap: 3rem;
  }
  .section-link-img {
    width: 164px;
  }
  .section-link-btn {
    width: 194px;
    font-size: 1.44rem;
    padding: 5.5px;
    margin-top: -28px;
  }
  .section-head-text {
    min-height: 320px;
    padding: 3.88rem 1.66rem;
  }
}
@media all and (min-width: 1200px) {
  .section-links-wrap {
    width: 780px;
  }
  .section-head-text {
    min-height: 376px;
  }
}

/* //部門紹介 */
@media all and (min-width: 1400px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}