@charset "UTF-8";


body {
  background-color: #fff !important;
}

footer {
  max-width: 1280px !important;
}

.description {
  font-feature-settings: normal;
}


/*---------------------------------------------------------------*\
$parallax
\*---------------------------------------------------------------*/

#parallax {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* content_area */
#parallax .parallax_area {
  position: relative;
  overflow: hidden;
  height: 100%;
}

#parallax .parallax_area:before {
  display: block;
  content: '';
  background-image: url(../img/overlays/05.png);
  background-size: 4px;
  background-repeat: repeat;
  position: absolute;
  opacity: .7;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

/* parallax */
#parallax .wrap_parallax_image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#parallax .parallax_image {
  width: 100%;
}

#parallax .inner_parallax_image {
  width: 100%;
  height: 2000px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* background */
#parallax .truth {
  background-image: url('../img/parallax/background_random_01.jpg');
}


/*---------------------------------------------------------------*\
$cta
\*---------------------------------------------------------------*/

#cta_new {
  box-shadow: none !important;
  width: 100% !important;
  border-radius: 0 !important;
}

#cta_new .visual {
  width: 50% !important;
}

@media screen and (min-width: 1441px) {

  #cta_new .info {
    padding: 80px 56px 80px calc((100% - 1280px)/2) !important;
  }
}


@media screen and (max-width: 1440px) {

  #cta_new {
    padding: 0 0 0 4% !important;
  }
}


@media screen and (max-width: 1280px) {

  #cta_new {
    padding: 0 !important;
  }

  #cta_new .visual {
    width: 100% !important;
  }
}


/*---------------------------------------------------------------*\
$products
\*---------------------------------------------------------------*/

#products {
  width: 100%;
  min-height: 840px;
  overflow: hidden;
  position: relative;
  padding: 140px 0 160px;
  gap: 64px;
}

#products .parallax {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
  height: 1200px;
}

/* info */
#products .info {
  width: calc(100% - 112px);
  max-width: 1280px;
  margin: 0 auto;
  gap: 64px;
}

#products .info .wrap_heading {
  flex-shrink: 0;
  gap: 24px;
}

#products .info .sub_heading {
  font-size: 15px;
}

#products .info .heading,
#products .info .heading * {
  font-size: 36px;
  color: #fff;
}

#products .info .wrap {
  gap: 24px;
}

/* content */
#products .border {
  width: 100%;
  height: 1px;
  margin: 24px 0 48px;
  background-color: rgba(255, 255, 255, .2);
}

/* tab */
#products .links {
  width: calc(100% - 112px);
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#products .links::-webkit-scrollbar {
  display: none;
}

#products .links .wrap {
  width: 1280px;
  gap: 16px;
}

#products .links .tab_slider_bg {
  position: absolute;
  left: 0;
  width: 0;
  height: 56px;
  border-radius: 9999px;
  background-color: rgba(141, 141, 141, .3);
  color: #fff;
  transition: all .4s ease;
  z-index: 0;
  pointer-events: none;
}

#products .links .btnf1 {
  width: fit-content;
  position: relative;
  z-index: 1;
  cursor: pointer;
  height: 56px;
  padding: 0 24px;
  font-size: 17px;
  color: #fff;
  border-radius: 9999px;
  transition: color .3s ease, background .3s ease;
  flex-shrink: 0;
  white-space: nowrap;
}

#products .links .btnf1.actv {
  color: #fff;
  background-color: transparent;
}

#products .actv {
  background-color: #fff;
  ;
  color: #000;
}

/* categories */
#products .cate .wrap {
  width: calc(100% - 112px);
  max-width: 1280px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  gap: 8px;
}

#products .cate li {
  height: 110px;
  border-radius: 4px;
}

#products .cate li a {
  width: 100%;
  height: 100%;
}

#products .cate li a:hover {
  opacity: .4;
}

/* logos */
#products .logo {
  width: auto;
  height: 36px;
  margin: 0 auto;
}

#products .logo_jamf {
  height: 36px;
}

#products .logo_domo {
  height: 48px;
}

#products .logo_sedna {
  height: 22px;
}

#products .logo_malioncloud {
  height: 20px;
}

#products .logo_kandji {
  height: 30px;
}

#products .logo_1password {
  height: 28px;
}

#products .logo_optisigns {
  height: 28px;
}

#products .logo_crowdstrike {
  height: 28px;
}

#products .logo_splunk {
  height: 28px;
}


@media screen and (max-width: 1280px) {

  /* tab */
  #products .links .wrap {
    width: fit-content;
  }
}


@media screen and (max-width: 1080px) {

  /* categories */
  #products .cate .wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media screen and (max-width: 960px) {

  /* info */
  #products .info {
    flex-direction: column;
    gap: 32px;
  }

  /* tab */
  #products .links {
    width: 100%;
    max-width: inherit;
    gap: 12px;
    padding: 0 56px;
  }
}


@media screen and (max-width: 860px) {

  /* categories */
  #products .cate .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media screen and (max-width: 600px) {

  #products {
    padding: 64px 0;
  }

  /* info */
  #products .info {
    width: calc(100% - 56px);
  }

  #products .info .wrap_heading {
    gap: 16px;
  }

  #products .info .heading,
  #products .info .heading * {
    font-size: 24px;
  }

  #products .info .sub_heading {
    font-size: 12px;
  }

  /* tab */
  #products .links {
    padding: 0 28px;
  }

  #products .links .wrap {
    gap: 4px;
  }

  #products .links .tab_slider_bg {
    height: 40px;
  }

  #products .links li.btnf1 {
    height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  /* categories */
  #products .cate .wrap {
    width: calc(100% - 56px);
  }

  #products .cate li {
    height: 84px;
  }
}


@media screen and (max-width: 480px) {

  /* logos */
  #products .logo_jamf {
    height: 26px;
  }

  #products .logo_sedna {
    height: 16px;
  }

  #products .logo_malioncloud {
    height: 13px;
  }

  #product .logo_okta {
    height: 24px;
  }

  #products .logo_domo {
    height: 38px;
  }

  #products .logo_1password {
    height: 18px;
  }

  #products .logo_okta {
    height: 24px;
  }

  #products .logo_kandji {
    height: 22px;
  }

  #products .logo_optisigns {
    height: 22px;
  }

  #products .logo_crowdstrike {
    height: 20px;
  }

  #products .logo_p2achi_ai {
    height: 24px;
  }

  #products .logo_splunk {
    height: 22px;
  }
}


/*---------------------------------------------------------------*\
$firstview
\*---------------------------------------------------------------*/

#firstview .wrap_firstview {
  position: relative;
}

#firstview {
  height: 100svh;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

#firstview .gradationmesh {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
}

#firstview .visuals {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: .3;
}

#firstview .visual {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



#firstview .content {
  width: 85%;
  max-width: 1600px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 32px auto 0;
}

#firstview .inner_content {
  position: relative;
}

/* content */
#firstview .wrap {
  gap: 6%;
}

#firstview .catch_pc {
  display: none;
}

#firstview .catch_pc,
#firstview .catch_pc * {
  font-size: 4.2vw;
  /* font-size: min(3.6vw, 60px); */
}

body.is_ja #firstview .catch_pc,
body.is_ja #firstview .catch_pc * {
  line-height: 1.3;
}

body.is_en #firstview .catch_pc,
body.is_en #firstview .catch_pc * {
  line-height: 1.2;
}

#firstview .catch_sp {
  display: block;
}

#firstview .catch_sp,
#firstview .catch_sp * {
  font-size: clamp(32px, 7vw, 60px);
  line-height: 1.3;
}

#firstview .subject {
  font-size: 30px;
}

#firstview .description {
  gap: 20px;
  margin: 40px 0 0 0;
}

#firstview .description * {
  font-size: clamp(14px, 2.5vw, 20px);
}

#firstview .wrap_button {
  margin: 56px 0 0 0;
  gap: 20px;
}

#firstview .button {
  width: 300px;
  height: 64px;
  box-shadow: inset 0 0 25px rgba(255, 255, 255, 0.3),
    inset 0 0 40px rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 1280px) {

  /* heading */
  #firstview .catch_pc {
    display: block;
  }

  #firstview .catch_sp {
    display: none;
  }
}


@media screen and (max-width: 1080px) {

  /* content */
  #firstview .wrap {
    gap: 64px;
  }

  #firstview .wrap_button {
    flex-direction: column;
  }
}


@media screen and (max-width: 960px) {

  #firstview.padding_right {
    padding: 0 0 0 40px;
  }

  /* content */
  #firstview .wrap {
    flex-direction: column;
  }

  #firstview .catch_sp.padding_left {
    padding: 0;
  }
}


@media screen and (max-width: 860px) {

  #firstview .grid_3fr {
    grid-template-columns: 1fr 1fr !important;
  }
}


@media screen and (max-width: 600px) {

  #firstview {
    justify-content: flex-start;
  }

  #firstview .content {
    margin: 24vh auto 0;
  }

  #firstview .catch_sp * {
    font-size: 7.5vw;
  }

  #firstview .description {
    margin: 24px auto 0;
  }

  #firstview .wrap_button {
    margin: 48px 0 0 0;
  }

  #firstview .button {
    width: 240px;
    height: 56px;
  }
}


/*---------------------------------------------------------------*\
$features
\*---------------------------------------------------------------*/

#features {
  position: relative;
  background-color: #ececec;
  z-index: 2;
  width: calc(100% - 112px);
  margin: -5vh auto 0;
  padding: 120px 0 60px;
  border-radius: 80px 80px 0 0;
}

/* content */
#features .wrap {
  width: calc((100% - 112px));
  margin: 0 auto;
  max-width: 1280px;
}

/* lead */
#features .subtitle {
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  font-size: 20px;
  padding: 0 0 32px 0;
}

#features .lead {
  margin: 20px 0 0 0;
}

#features .lead,
#features .lead * {
  font-size: clamp(24px, 5vw, 45px);
}

body.is_ja #features .lead,
body.is_ja #features .lead * {
  line-height: 1.45;
}

body.is_en #features .lead,
body.is_en #features .lead * {
  line-height: 1.3;
}

/* upper content */
#features .upper_content {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin: 64px 0 0 0;
}

#features .upper_content .each {
  position: relative;
  padding: 40px 0 0;
}

#features .upper_content .inner {
  padding: 0 24px;
}

#features .upper_content .number {
  font-size: 15px;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 3px;
}

#features .upper_content .subject {
  font-size: clamp(24px, 2vw, 29px);
  margin: 24px 0 0 0;
  line-height: 1.4;
}

#features .upper_content .description {
  font-size: 17px;
  margin: 16px 0 0 0;
  font-feature-settings: "palt";
  letter-spacing: .5px;
}

#features .upper_content .button {
  width: 190px;
  height: 52px;
  margin: 20px 0 24px;
}

#features .upper_content .button span {
  background: linear-gradient(to right, #ee0063 0%, #f828ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .upper_content .icon_link_arrow {
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #df196b;
  border-right: 2px solid #df196b;
  transform: rotate(45deg);
}

#features .upper_content .graphic {
  margin: 0 auto;
}

#features .upper_content .graphic_01 {
  width: 85%;
  aspect-ratio: 2/1.25;
}

#features .upper_content .graphic_02 {
  position: relative;
  width: auto;
  min-width: 100%;
  height: clamp(150px, 12vw, 160px);
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: none;
  -webkit-filter: drop-shadow(0px -24px 48px rgba(0, 0, 0, .05));
  filter: drop-shadow(0px -24px 48px rgba(0, 0, 0, .05));
  z-index: 1;
  overflow: hidden;
}

#features .upper_content .graphic_02 .test {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  max-width: none;
  z-index: 10;
}

#features .upper_content .graphic_03 {
  width: 100%;
  aspect-ratio: 2/1;
}

/* bottom content */
#features .bottom_content {
  padding: 100px 24px 80px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  gap: 90px;
}

#features .info {
  gap: 24px;
  width: 100%;
}

#features .bottom_content .subject {
  font-size: 29px;
  line-height: 1.3;
}

#features .bottom_content .arrow {
  width: 130px;
  height: 58px;
  flex-shrink: 0;
  visibility: hidden;
}

#features .bottom_content .icon {
  width: 14px;
}


@media screen and (max-width: 1080px) {

  /* content */
  #features .wrap {
    width: calc((100% - 80px));
  }

  /* upper content */
  #features .upper_content {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 720px;
    margin: 64px auto 0;
    gap: 48px;
  }

  /* bottom content */
  #features .bottom_content {
    flex-direction: column;
    align-items: end;
    gap: 32px;
  }
}


@media screen and (max-width: 760px) {

  /* lead */
  #features .subtitle {
    text-align: left;
  }

  #features .lead {
    text-align: left;
  }
}


@media screen and (max-width: 600px) {

  #features {
    border-radius: 48px 48px 0 0;
    padding: 80px 0 0;
    margin: -3vh auto 0;
  }

  /* lead */
  #features .subtitle {
    font-size: 14px;
  }

  /* content */
  #features .wrap {
    width: calc((100% - 56px));
  }

  /* upper content */
  #features .upper_content {
    margin: 32px 0 0 0;
  }

  #features .upper_content .number {
    font-size: 13px;
  }

  #features .upper_content .subject {
    margin: 12px 0 0 0;
  }

  #features .upper_content .description {
    font-size: 14px;
  }

  #features .upper_content .button {
    width: 100%;
    height: 44px;
  }

  /* bottom content */
  #features .bottom_content {
    padding: 80px 0;
  }

  #features .bottom_content .subject {
    font-size: 22px;
  }

  #features .bottom_content .arrow {
    width: 90px;
    height: 40px;
  }

  #features .bottom_content .icon {
    width: 12px;
  }
}


/*---------------------------------------------------------------*\
$strength
\*---------------------------------------------------------------*/

#strength {
  margin: 0 auto;
  overflow: hidden;
  background-color: #f9f9f9;
  background-image: url('../img/top/test.png');
  background-size: 100% 560px;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}

#strength .parallax {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .1;
  height: 560px;
}

#strength .content {
  z-index: 1;
  width: calc(100% - 112px);
  max-width: 1280px;
  margin: 0 auto;
  gap: 72px;
  padding: 100px 0 56px;
  position: relative;
}

#strength .vertical_border {
  display: block;
  content: '';
  position: absolute;
  top: 260px;
  left: 136px;
  width: 3px;
  height: 0px;
  border-radius: 12px;
  background-color: #df196b;
  z-index: 1;
}

#strength .mockup {
  position: absolute;
  z-index: 0;
  top: 60px;
  right: 0;
  width: 300px;
}

/* upper content */
#strength .upper_content {
  position: relative;
  padding: 0 0 0 56px;
  gap: 40px;
}

#strength .upper_content .graphic {
  z-index: 1;
  flex-shrink: 0;
  width: 160px;
  aspect-ratio: 1/1;
  background-image: url('../img/top/bg_earth_strength.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#strength .upper_content .text {
  gap: 16px;
  width: 100%;
}

#strength .upper_content .subtitle {
  font-size: 20px;
}

#strength .upper_content .heading,
#strength .upper_content .heading * {
  display: inline;
  color: #fff;
}

body.is_ja #strength .upper_content .heading,
body.is_ja #strength .upper_content .heading * {
  font-size: clamp(24px, 6vw, 50px);
  line-height: 1.3;
}

body.is_en #strength .upper_content .heading,
body.is_en #strength .upper_content .heading * {
  font-size: clamp(24px, 5vw, 50px);
  line-height: 1.2;
}

/* middle content */
#strength .middle_content {
  position: relative;
  gap: 48px;
}

#strength .middle_content .each {
  padding: 56px;
  gap: 40px;
}

#strength .middle_content .graphic {
  width: 160px;
  aspect-ratio: 1 / 1;
  gap: 12px;
  flex-shrink: 0;
  z-index: 1;
}

#strength .middle_content .icon {
  background-size: contain;
  background-position: center;
  width: 40px;
}

#strength .middle_content .info {
  width: 100%;
}

#strength .middle_content .subject {
  font-size: min(4.5vw, 30px);
  position: relative;
  line-height: 1.4;
}

#strength .middle_content .description {
  margin: 32px 0 0 0;
  font-feature-settings: "palt";
}

#strength .middle_content .badge {
  padding: 0 4px 0 32px;
  margin: 40px 0 0 0;
  height: 64px;
  gap: 20px;
  box-shadow: 14px 10px 40px rgb(0 0 0 / 30%);
}

#strength .middle_content .badge .catch {
  padding: 12px 0;
  flex-shrink: 0;
}

#strength .middle_content .badge strong {
  font-size: 40px;
  font-weight: 600;
  line-height: 0.8;
}

#strength .middle_content .badge .logo {
  width: 270px;
  height: calc(100% - 8px);
}

#strength .middle_content .badge .logo img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
}

#strength .middle_content .text {
  font-size: 15px;
}

/* bottom content */
#strength .bottom_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  position: relative;
  z-index: 2;
}

#strength .bottom_content .each {
  height: 250px;
  display: flex;
  flex-direction: column;
}

body.is_ja #strength .bottom_content .each {
  padding: 24px 24px 24px 14px;
}

body.is_en #strength .bottom_content .each {
  padding: 24px;
}

body.is_ja #strength .bottom_content .catch {
  margin: 0 0 0 10px;
}

body.is_en #strength .bottom_content .catch {
  margin: 0;
}

body.is_ja #strength .bottom_content .catch {
  font-size: clamp(22px, 6vw, 30px);
  line-height: 1.4;
}

body.is_en #strength .bottom_content .catch {
  font-size: clamp(17px, 4vw, 20px);
  line-height: 1.4;
}

#strength .bottom_content .title {
  font-size: 22px;
  margin: 0 0 4px 10px;
}

#strength .bottom_content .digit_slot {
  font-size: 64px;
  position: relative;
  display: flex;
  align-items: center;
}

#strength .bottom_content .digit_column {
  position: relative;
  font-size: inherit;
  height: 1em;
  overflow: hidden;
}

body.is_ja #strength .bottom_content .digit_column {
  width: 1ch;
}

body.is_en #strength .bottom_content .digit_column {
  width: fit-content;
}

#strength .bottom_content .digit_list {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  font-size: inherit;
  transition: transform 2s cubic-bezier(0.42, 0, 0.58, 1);
  will-change: transform;
}

#strength .bottom_content .digit {
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: inherit;
  display: inline-block;
  width: 1ch;
}

#strength .bottom_content .each.primary_black .digit {
  color: #fff;
}

#strength .bottom_content .digit.dot {
  display: inline-block;
  width: 10px;
  text-align: center;
}

#strength .bottom_content .side_text {
  font-size: 26px;
  margin: 6px 0 0 6px;
}


@media screen and (max-width: 1280px) {

  /* middle content */
  #strength .middle_content .badge {
    padding: 0 4px 0 36px;
  }
}


@media screen and (max-width: 1200px) {

  #strength .content {
    width: 100%;
  }

  /* middle content */
  #strength .middle_content .badge {
    flex-direction: column;
    padding: 16px 8px 8px;
    gap: 16px;
    border-radius: 8px;
    height: auto;
  }

  #strength .middle_content .badge .catch {
    text-align: center;
    padding: 0;
  }

  #strength .middle_content .badge .logo {
    width: 100%;
    height: 48px;
    border-radius: 4px;
  }

  #strength .middle_content .badge .logo img {
    max-width: 110px;
  }

  /* bottom content */
  #strength .bottom_content {
    width: calc(100% - 112px);
    margin: 0 auto;
  }
}


@media screen and (max-width: 1080px) {

  /* middle content */
  #strength .mockup {
    display: none;
  }
}


@media screen and (max-width: 960px) {

  /* middle content */
  #strength .middle_content .badge .catch {
    line-height: 1.7;
  }
}


@media screen and (max-width: 860px) {

  #strength .vertical_border {
    top: 220px;
    left: 116px;
  }

  /* upper content */
  #strength .upper_content .graphic {
    width: 120px;
  }

  /* middle content */
  #strength .middle_content .each {
    padding: 56px;
    border-radius: 0;
  }

  #strength .middle_content .each:first-of-type {
    border-radius: 28px 28px 0 0;
  }

  #strength .middle_content .graphic {
    width: 120px;
  }

  #strength .middle_content .icon {
    width: 42px;
  }

  /* bottom content */
  #strength .bottom_content {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #strength .bottom_content .digit_slot {
    font-size: 48px;
  }

  #strength .bottom_content .side_text {
    font-size: 20px;
  }
}


@media screen and (max-width: 600px) {

  #strength {
    width: 100%;
    margin: 0 auto;
  }

  #strength .vertical_border {
    width: 2px;
  }

  #strength .content {
    width: calc((100% - 0px));
    padding: 40px 0;
    gap: 40px;
  }

  #strength .vertical_border {
    top: 112px;
    left: 63px;
  }

  /* upper content */
  #strength .upper_content {
    padding: 0 0 0 28px;
    gap: 16px;
  }

  #strength .upper_content:after {
    left: calc(50px);
  }

  #strength .upper_content .graphic {
    width: 72px;
  }

  #strength .upper_content .graphic * {
    font-size: 10px;
    font-weight: 600;
  }

  #strength .upper_content .subtitle {
    font-size: 12px;
  }

  /* middle content */
  #strength .middle_content {
    gap: 28px;
  }

  #strength .middle_content .each {
    padding: 56px 28px;
    gap: 16px;
  }

  #strength .middle_content .graphic {
    width: 72px;
    gap: 2px;
  }

  #strength .middle_content .graphic * {
    font-size: 10px;
    scale: .9;
  }

  #strength .middle_content .subject {
    font-size: 19px;
  }

  #strength .middle_content .description {
    font-size: 14px;
  }

  body.is_ja #strength .middle_content .description {
    margin: 16px 0 0 0;
  }

  body.is_en #strength .middle_content .description {
    margin: 24px 0 0 0;
  }

  #strength .middle_content .icon {
    width: 26px;
  }

  #strength .middle_content .badge {
    margin: 24px 0 0 0;
  }

  #strength .middle_content .badge .catch>span {
    font-size: 13px !important;
  }

  #strength .middle_content .badge strong {
    font-size: 26px;
  }

  #strength .middle_content .badge .logo img {
    max-width: 100px;
  }

  /* bottom content */
  #strength .bottom_content .each {
    height: 160px;
    padding: 24px 20px;
  }

  body.is_ja #strength .bottom_content .each {}

  #strength .digit_slot {
    font-size: 40px;
  }

  #strength .digit {
    gap: 6px;
  }

  #strength .number {
    font-size: 44px;
  }

  #strength .title {
    font-size: 15px;
    margin: 0 0 4px 6px;
  }

  #strength .side_text {
    font-size: 17px;
  }

  /* bottom content */
  #strength .bottom_content {
    width: calc(100% - 56px);
    gap: 24px;
  }
}


/*---------------------------------------------------------------*\
$logos
\*---------------------------------------------------------------*/

#logos {
  background-color: #f9f9f9;
  padding: 0 0 150px;
}

#logos .splide__list {
  height: auto !important;
}

#logos .splide__slide {
  height: 100px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  padding: 0 16px;
}

#logos .splide__slide img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 600px) {

  #logos {
    padding: 0 0 80px;
  }

  .splide__slide {
    height: 56px;
  }
}


/*---------------------------------------------------------------*\
$topics
\*---------------------------------------------------------------*/

#topics {
  padding: 130px 0;
  background-color: #f5f5f799;
  gap: 64px;
}

/* heading */
#topics .wrap_heading {
  gap: 24px;
  max-width: 1280px;
  width: calc((100% - 112px));
  margin: 0 auto;
}

#topics .sub_heading {
  font-size: 15px;
}

#topics .heading,
#topics .heading * {
  font-size: 36px;
}

/* tab */
#topics .tab {
  width: calc(100% - 112px);
  max-width: 1280px;
  padding: 0 0 24px 0px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  margin: 0 auto;
}

#topics .tab_area_topics {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}

#topics .tab_slider_bg_topics {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 56px;
  background-color: #000;
  border-radius: 9999px;
  transition: all .4s ease;
  z-index: 0;
}

#topics .each_tab_series_topics {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #000;
  border-radius: 9999px;
  transition: color 0.3s ease;
}

#topics .each_tab_series_topics.active {
  color: #fff;
}

#topics .each_series_topics {
  display: none;
  flex-direction: column;
  width: calc(100% - 112px);
  max-width: 1280px;
  margin: 0 auto;
}

#topics .each_series_topics.active {
  display: flex;
}

/* series */
#topics .series {
  gap: 24px;
}

#topics .each_series.active {
  width: calc(100% - 40px);
}

/* series */
#topics .series {
  position: relative;
  gap: 56px;
}

/* content - left */
#topics .series .left {
  width: 50%;
  flex-shrink: 1;
}

#topics .series .left>a {
  gap: 20px;
}

#topics .series .left .thumbnail_large {
  width: 100%;
  aspect-ratio: 2/1.25;
}

#topics .series .left .wrap_info {
  gap: 8px;
  padding: 0 24px 32px;
}

#topics .series .left .date_posted {
  font-size: 14px;
}

#topics .series .left .title {
  font-size: 20px;
}

/* content - right */
#topics .series .right {
  width: 55%;
  gap: 32px;
}

#topics .series .right .each_topic>a {
  position: relative;
}

#topics .series .right .border:last-of-type {
  display: none;
}

#topics .series .right .wrap_info {
  width: 100%;
  gap: 6px;
  padding: 0 24px;
}

#topics .series .right .title {
  display: -webkit-box;
  /* フレックスボックスのように扱う */
  -webkit-box-orient: vertical;
  /* 縦方向に配置 */
  -webkit-line-clamp: 3;
  /* 最大3行まで表示 */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

#topics .series .right .thumbnail {
  width: 260px;
  flex-shrink: 0;
  aspect-ratio: 2/1.25;
}

#topics .series .right .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#topics .series .right .date_posted {
  font-size: 12px;
}

#topics .series .right .more {
  height: 64px;
  font-size: 16px;
  margin: 24px 0 0 0;
}


@media screen and (max-width: 1080px) {

  /* series */
  #topics .each_series_topics {
    width: calc(100% - 80px);
  }

  /* content - right */
  #topics .series .right .thumbnail {
    width: 160px;
    aspect-ratio: 1/1;
  }
}


@media screen and (max-width: 960px) {

  /* top - headlines */
  #topics .series .sub_hedline {
    font-size: 11px;
  }

  #topics .series .headline {
    font-size: 22px;
  }

  /* content */
  #topics .series {
    flex-direction: column;
  }

  /* content - left */
  #topics .series .left {
    min-width: inherit;
    width: 100%;
    flex-direction: row-reverse;
    align-items: start;
  }

  /* content - right */
  #topics .series .right {
    max-width: inherit;
    width: 100%;
  }
}


@media screen and (max-width: 760px) {

  #topics .wrap_heading {
    flex-direction: column-reverse;
  }
}


@media screen and (max-width: 600px) {

  #topics {
    padding: 64px 0;
    gap: 32px;
  }

  /* heading */
  #topics .wrap_heading {
    width: calc(100% - 56px);
  }

  #topics .sub_heading {
    font-size: 12px;
  }

  #topics .heading,
  #topics .heading * {
    font-size: 24px;
  }

  /* tab */
  #topics .tab {
    width: calc(100% - 56px);
  }

  #topics .each_tab_series>span {
    font-size: 12px;
  }

  #topics .tab_area {
    padding: 6px;
    /* 任意の余白。これが全体に効く */
  }

  #topics .tab_slider_bg {
    top: 6px;
    /* .tab_areaのpaddingと同じ値 */
    height: 40px;
    /* 背景の見た目の高さ */
  }

  #topics .each_tab_series {
    height: 40px;
    font-size: 11px;
    padding: 0;
    /* .tab_slider_bg の height に合わせる */
  }

  #topics .each_tab_series_topics {
    font-size: 13px;
    height: 40px;
  }

  #topics .tab_slider_bg_topics {
    height: 40px;
  }

  /* series */
  #topics .series {
    gap: 24px;
  }

  #topics .each_series_topics {
    width: calc(100% - 56px);
  }

  #topics .each_series.active {
    width: calc(100% - 40px);
  }

  /* content - left */
  #topics .series .left .date_posted {
    font-size: 10px;
  }

  #topics .series .left .title {
    font-size: 16px;
  }

  /* content - right */
  #topics .series .right {
    gap: 20px;
  }

  #topics .series .right .date_posted {
    font-size: 10px;
  }

  #topics .series .right .title {
    font-size: 14px;
  }

  #topics .series .right .more {
    font-size: 13px;
    margin: 16px 0 0 0;
  }

  #topics .series .right .thumbnail {
    width: 120px;
  }
}


/*---------------------------------------------------------------*\
$news
\*---------------------------------------------------------------*/

#news {
  max-width: 1280px;
  margin: 0 auto !important;
  padding: 130px 0 140px !important;
}

/* heading */
#news .wrap_heading {
  gap: 24px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 40px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
}

#news .sub_heading {
  font-size: 15px;
}

#news .heading,
#news .heading * {
  font-size: 36px;
}

/* content */
#news .main {
  gap: 4%;
}

#news .sortmenu .select {
  background-color: #fafafa !important;
}

#news .each_post:after {
  border-bottom: solid 1px rgba(0, 0, 0, .1) !important;
}

#news .each_post:nth-of-type(2n) {
  padding: 0 !important;
}


@media screen and (max-width: 760px) {

  /* heading */
  #news .wrap_heading {
    border: none;
    padding: 0;
  }

  /* content */
  #news .sortmenu {
    background-color: #fafafa !important;
  }

  #news .sortmenu .select {
    background-color: #fff !important;
  }
}


@media screen and (max-width: 600px) {

  #news {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  /* heading */
  #news .wrap_heading {
    flex-direction: column-reverse;
    border: none;
    padding: 0;
  }

  #news .sub_heading {
    font-size: 12px;
  }

  #news .heading,
  #news .heading * {
    font-size: 26px;
  }

  /* content */
  #news {
    flex-direction: column;
  }

  #news .inner {
    padding: 24px 0px !important;
  }
}