@charset "utf-8";
/*--------------------
ページ内共通
-----------------------------------------*/
/* 見出し */
.sec-heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .sec-heading {
    font-size: 2.8rem;
  }
}

/*--------------------
mv
-----------------------------------------*/
.mv {
  background: url(/column/images/top/mv_bg_sp.png) no-repeat top center / cover;
}

.mv__inner {
  padding: 0.2rem;
}

.mv__container {
  margin: 4rem 3.2rem;
}

.mv__logo {
  width: 137px;
  margin: 0 auto;
}

.mv__heading {
  margin-top: 1.2rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.mv__catch {
  margin-top: 1.2rem;
  color: #333;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .mv {
    background: url(/column/images/top/mv_bg_pc.png) no-repeat top center / cover;
  }

  .mv__inner {
    max-width: 780px;
    margin: 0 auto;
  }

  .mv__container {
    margin: 7.2rem 6rem;
  }

  .mv__logo {
    width: 239px;
    padding: 0;
    margin: 0 auto;
  }

  .mv__heading {
    margin-top: 1.6rem;
    font-size: 5.2rem;
  }

  .mv__catch {
    margin-top: 2.4rem;
    color: #333;
    font-size: 1.8rem;
  }
}

/*--------------------
tab
-----------------------------------------*/
.tab__inner {
  padding: 0 1.6rem;
}

.tab__list {
  display: flex;
  gap: 0.2rem;
  justify-content: center;
}

.tab__button {
  width: min(84.25px, calc(84.25 / 375 * 100vw));
  border: none;
  background: #E3E3E3;
  padding: 1.2rem 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.tab__button.is-active {
  pointer-events: none;
}

/* // 非アクティブ時の文字色 */
.tab__button--all .tab__text {
  background: linear-gradient(90deg, #017256 0%, #3869B2 50%, #013366 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab__button--group1 .tab__text {
  color: #267989;
}
.tab__button--group2 .tab__text {
  color: #004EA2;
}
.tab__button--group3 .tab__text {
  color: #00835F;
}
/* 非アクティブ時の文字色 // */

/* // アクティブ時&ホバー時の文字色 */
.tab__button.is-active .tab__text,
.tab__button:hover .tab__text {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
}
/* アクティブ時＆ホバー時の文字色 // */

/* GTM用にクリック無視 */
.tab__button .tab__text {
  pointer-events: none;
}
/* アクティブ時＆ホバー時の文字色 // */

/* // アクティブ時＆ホバー時の背景色 */
.tab__button--all.is-active,
.tab__button--all:hover {
  background: linear-gradient(90deg, #017256 0%, #3869B2 50%, #013366 100%);
}
.tab__button--group1.is-active,
.tab__button--group1:hover {
  background: #00758E;
}
.tab__button--group2.is-active,
.tab__button--group2:hover {
  background-color: #004EA2;
}
.tab__button--group3.is-active,
.tab__button--group3:hover {
  background: #00835F;
}
/* アクティブ時＆ホバー時の背景色 // */

@media screen and (min-width: 769px) {
  .tab__inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
  }

  .tab__list {
    gap: 0.4rem;
  }

  .tab__button {
    width: 187px;
    padding: 1.6rem 0;
    font-size: 2rem;
  }
}

/*--------------------
column-list
-----------------------------------------*/
.column-list__title {
  position: relative;
}

.column-list__title__group {
  padding-top: 12rem;
}

.column-list__title__group.--all {
  background: linear-gradient(0deg, rgba(235, 245, 246, 0.00) 0%, #EBF5F6 29.81%);
  padding-top: 2.4rem;
}

.column-list__title__group.--bg-group1 {
  background: url(/column/images/top/img_kando_life_sp.jpg) no-repeat top center / contain;
}

.column-list__title__group.--bg-group2 {
  background: url(/column/images/top/img_asset_life_sp.jpg) no-repeat top center / contain;
}

.column-list__title__group.--bg-group3 {
  background: url(/column/images/top/img_health_life_sp.jpg) no-repeat top center / contain;
}

.column-list__title__inner {
  padding: 0 1.6rem;
}

.column-list__title__all-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.column-list__title__all-heading {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.column-list__title__all-text {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.column-list__title__all-image {
  max-width: 259px;
  margin: 0 auto;
}

.column-list__title__box {
  padding: 1.6rem 1.2rem;
  border-radius: 6px;
  background:#FFF;
  box-shadow: 0 2px 12px 0 rgba(68, 68, 68, 0.15);
}

.column-list__title__heading {
  margin: 0;
  padding-bottom: 0;
}

.column-list__title__heading--num {
  font-family: Inter;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.8px;
}

.column-list__title__heading--group {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2;
  margin-left: 0.3rem;
}

.column-list__title__heading--text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.8px;
  margin-left: 0.3rem;
}

.--group1.column-list__title__heading{
  border-bottom: solid 2px #267989;
}
.--group1 .column-list__title__heading--num,
.--group1 .column-list__title__heading--text {
  color: #267989;
}

.--group2.column-list__title__heading{
  border-bottom: solid 2px #004EA2;
}
.--group2 .column-list__title__heading--num,
.--group2 .column-list__title__heading--text {
  color: #004EA2;
}

.--group3.column-list__title__heading{
  border-bottom: solid 2px #00835F;
}
.--group3 .column-list__title__heading--num,
.--group3 .column-list__title__heading--text {
  color: #00835F;
}

.column-list__title__text {
  padding: 0 0.4rem;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}

.column-list__content {
  margin-top: 7.2rem;
}

.column-list__content__inner {
  padding: 0 1.4rem;
}

.column-list__content__box {
  margin-top: 2.4rem;
}

.column-list__content__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: relative;
}

.column-item {
  display: flex;
  border-radius: 6px;
  box-shadow: 0 4.152px 24.909px 0 rgba(68, 68, 68, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  height: 0;
  transition:
    opacity 0.6s,
    height 0.6s;
}
.column-item.is-active {
  z-index: 1;
  pointer-events: auto;
  position: relative;
  opacity: 1;
  height: auto;
}

.column-item__card-link {
  display: flex;
  overflow: hidden;
}

.column-item__card-link:hover .column-item__thumb img {
  transform: scale(1.1);
}

.column-item__card-link:hover .column-item__link {
  text-decoration: underline;
}

.column-item__thumb {
  width: 120px;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
}

.column-item__thumb img {
  transition: transform .2s ease;
}

.column-item__wrap {
  flex: 1;
  padding: 1.2rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.column-item__heading {
  margin: 0;
  color: #267989;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
}

.column-item__text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.column-item__link {
  display: block;
  margin-top: 0.6rem;
  border-radius: 3px;
  border: 2px solid #267989;
  padding: 0 1.2rem 0 2.8rem;
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.75rem 2.8rem;
  position: relative;
}

.column-item__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #267989;
}

.column-item__label-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 0.2rem;
}

.column-item__label {
  display: grid block;
  place-content: center;
  background-color: #267989;
  color: #fff;
  z-index: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  width: 54px;
  height: 17px;
  border-radius: 6px 0 6px 0;
}

.js-new .column-item__label-wrap::before {
  content: "NEW";
  display: grid block;
  place-content: center;
  background-color: #df3210;
  color: #fff;
  z-index: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  width: 36px;
  height: 17px;
  border-radius: 6px 0 0 0;
}

.js-new .column-item__label {
  border-radius: 0 0 6px 0;
}

[data-groupidx="1"] .column-item__label {
  background-color: #267989;
}
[data-groupidx="2"] .column-item__label {
  background-color: #004EA2;
}
[data-groupidx="3"] .column-item__label {
  background-color: #00835F;
}

@media screen and (min-width: 769px) {
  .column-list__title__group {
    padding-top: 10rem;
  }

  .column-list__title__group.--all {
    background: linear-gradient(0deg, rgba(235, 245, 246, 0.00) 0%, #EBF5F6 29.81%);
    padding-top: 4rem;
  }

  .column-list__title__group.--bg-group1 {
  background: url(/column/images/top/img_kando_life_pc.jpg) no-repeat top center / cover;
}

.column-list__title__group.--bg-group2 {
  background: url(/column/images/top/img_asset_life_pc.jpg) no-repeat top center / cover;
}

.column-list__title__group.--bg-group3 {
  background: url(/column/images/top/img_health_life_pc.jpg) no-repeat top center / cover;
}

  .column-list__title__inner {
    max-width: 792px;
    padding: 0;
    margin: 0 auto;
  }

  .column-list__title__all-wrap {
    flex-direction: row;
    gap: 0;
  }

  .column-list__title__all-wrap-l {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }

  .column-list__title__all-heading {
    font-size: 2.8rem;
  }

  .column-list__title__all-text {
    margin-top: 0;
    margin-right: 1.1rem;
    font-size: 1.6rem;
  }

  .column-list__title__all-image {
    max-width: 320px;
    flex-shrink: 0;
  }

  .column-list__title__box {
    max-width: 760px;
    margin: 0 auto;
    padding: 4rem 6rem;
    border-radius: 0;
    box-shadow: 0 2px 12px 0 rgba(68, 68, 68, 0.15);
  }

  .column-list__title__heading--num {
    font-size: 8.8rem;
    line-height: 1;
  }

  .column-list__title__heading--group {
    font-size: 3.4rem;
    margin-left: 1.6rem;
  }

  .column-list__title__heading--text {
    font-size: 2.4rem;
    margin-left: 1.6rem;
  }

  .column-list__title__text {
    padding: 0;
    margin-top: 1.7rem;
    font-size: 1.6rem;
  }

  .column-list__content__inner {
    padding: 0;
    max-width: 984px;
    margin: 0 auto;
  }

  .column-list__content__box {
    margin-top: 4rem;
  }

  .column-list__content__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.2rem;
    margin: 0 3rem;
  }

  .column-item {
    max-width: 306px;
  }

  .column-item__card-link {
    flex-direction: column;
  }

  .column-item__thumb {
    width: auto;
    max-width: 306px;
    border-radius: 6px 6px 0 0;
  }

  .column-item__wrap {
    padding: 1.6rem 1.6rem 2rem;
  }

  .column-item__heading {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .column-item__text {
    font-size: 1.4rem;
    line-height: 2;
  }

  .column-item__link {
    margin-top: 1.6rem;
    padding: 1.55rem 0;
    color: #000;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 0.75rem 2.8rem;
  }

  .column-item__label {
    font-size: 1.6rem;
    width: 88px;
    height: 28px;
  }

  .js-new .column-item__label-wrap::before {
    font-size: 1.6rem;
    width: 60px;
    height: 28px;
  }
}

/*--------------------
brand
-----------------------------------------*/
.brand {
  margin-top: 7.2rem;
}

.brand__inner {
  padding: 0 0.75rem;
}

.brand__text {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

.brand__box {
  margin-top: 2.4rem;
  background: #EBF5F6;
  padding: 0.8rem 0.8rem 2.4rem;
}

.brand__image {
  width: 100%;
}

.brand__bt {
  margin-top: 3.2rem;
  margin-bottom: 0;
}

.brand__bt .bt_pt1_blank {
  max-width: 307px;
  width: 100%;
  padding: 1rem 1rem 1.1rem;
  font-size: 1.6rem;
}
.brand__bt .bt_pt1_blank .--small {
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .brand__inner {
    padding: 0;
    max-width: 922px;
    margin: 0 auto;
  }

  .brand__text {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.7;
  }

  .brand__box {
    padding: 3.2rem;
  }

  .brand__image {
    max-width: 594px;
    margin: 0 auto;
  }

  .brand__bt {
    margin-top: 3.2rem;
  }

  .brand__bt .bt_pt1_blank {
    max-width: 467px;
    padding: 2rem;
    font-size: 2.5rem;
  }

  .brand__bt .bt_pt1_blank .--small {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }

  .brand__bt .bt_pt1_blank .ico_blank {
    width: 23px;
    height: 23px;
  }
}

/*--------------------
about
-----------------------------------------*/
.about {
  margin: 7.2rem 0;
}

.about__inner {
  padding: 0 1.4rem;
}

.about__image-wrap {
  margin: 2.4rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about__text {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}

.about__bt {
  margin-top: 2.4rem;
  margin-bottom: 0;
}

.about__bt .bt_pt1 {
  max-width: 307px;
  width: 100%;
  padding: 1rem 1rem 1.1rem;
  font-size: 1.6rem;
}

.about__bt .bt_pt1::after {
  right: 24px;
  width: 8px;
  height: 8px;
}

.about__bt .bt_pt1 .--small {
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
}

/*-----------------------------------------------------------------
logo
------------------------------------------------------------------*/
.logo_copyLight {
    margin-bottom: 100px;
}
.logo_copyLight {
    width: min(94%, 984px);
    margin-inline: auto;
}
.logo_peanuts {
    max-width: 160px;
}

@media screen and (min-width: 769px) {
  .about__inner {
    padding: 0;
    max-width: 986px;
    margin: 0 auto;
  }

  .about__image-wrap {
    display: flex;
    justify-content: center;
  }

  .about__image {
    max-width: 246.5px;
  }

  .about__text {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .about__bt {
    margin-top: 3.2rem;
  }

  .about__bt .bt_pt1 {
    max-width: 467px;
    padding: 2rem;
    font-size: 2.5rem;
  }

  .about__bt .bt_pt1::after {
    right: 35px;
    width: 12px;
    height: 12px;
  }

  .about__bt .bt_pt1 .--small {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
}
