@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: ShiseidoGinza-ExtraLight;
  src: url("../font/ginzafont/ShiseidoGinza-Extralight.woff?$staticlink$");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ShiseidoGinza-Light;
  src: url("../font/ginzafont/ShiseidoGinza-Light.woff?$staticlink$");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ShiseidoGinza-Regular;
  src: url("../font/ginzafont/ShiseidoGinza-Regular.woff?$staticlink$");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ShiseidoGinza-Medium;
  src: url("../font/ginzafont/ShiseidoGinza-Medium.woff?$staticlink$");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ShiseidoGinza-Bold;
  src: url("../font/ginzafont/ShiseidoGinza-Bold.woff?$staticlink$");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ShiseidoGinzaExt-Regular;
  src: url("../font/ginzafont/ShiseidoGinzaExt-Regular.otf?$staticlink$");
  font-weight: 400;
  font-style: normal;
}
body {
  padding: 0;
  margin: 0;
  font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  position: relative;
  z-index: 0;
}

.primary-content img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 812px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 813px) {
  .is-sp {
    display: none;
  }
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:after, .simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

:root {
  --lending-trim: calc((1em - 1lh) / 2);
}

.fadein {
  opacity: 0;
  -webkit-transform: translate3d(0, 2%, 0);
          transform: translate3d(0, 2%, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.43, 0.05, 0.17, 1) 0s, -webkit-transform 1s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  transition: opacity 1s cubic-bezier(0.43, 0.05, 0.17, 1) 0s, -webkit-transform 1s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  transition: transform 1s cubic-bezier(0.43, 0.05, 0.17, 1) 0s, opacity 1s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  transition: transform 1s cubic-bezier(0.43, 0.05, 0.17, 1) 0s, opacity 1s cubic-bezier(0.43, 0.05, 0.17, 1) 0s, -webkit-transform 1s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}

.fadein.view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* ===============================================
# コンテナー
=============================================== */
article {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===============================================
# kv
=============================================== */
@media screen and (max-width: 812px) {
  .l-kv {
    position: relative;
    aspect-ratio: 375/400;
    background: url("../contentassetimages/lp/24aw/ccn2-science/kv_sp.jpg?$staticlink$") no-repeat 0 0/cover;
  }
  .l-kv__inner {
    padding: 12.2666666667vw 0 0 8vw;
    color: #fff;
  }
  .l-kv__catch {
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: 6.6666666667vw;
    line-height: 1.84;
  }
  .l-kv__title {
    margin-top: 8vw;
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: 4.8vw;
    line-height: 1.6666666667;
  }
}
@media screen and (min-width: 813px) {
  .l-kv {
    aspect-ratio: 1440/482;
    background: url("../contentassetimages/lp/24aw/ccn2-science/kv.jpg?$staticlink$") no-repeat 0 0/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-left: 29.1666666667vw;
  }
  .l-kv__inner {
    color: #fff;
  }
  .l-kv__catch {
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: 2.9861111111vw;
    line-height: 1.5813953488;
  }
  .l-kv__title {
    margin-top: 2.7777777778vw;
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: 1.8055555556vw;
    line-height: 1.6923076923;
  }
}
/* ===============================================
# イントロ
=============================================== */
@media screen and (max-width: 812px) {
  .l-intro {
    background: #000 url("../contentassetimages/lp/24aw/ccn2-science/bg_sp.jpg?$staticlink$") no-repeat top left/cover;
  }
  .l-intro__anchor {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8vw 5.3333333333vw;
  }
  .l-intro__anchor li:nth-child(n+2) {
    border-top: solid 1px #fff;
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
  .l-intro__anchor li a {
    display: block;
    width: 100%;
    text-decoration: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.414%22%20height%3D%229.121%22%20viewBox%3D%220%200%2015.414%209.121%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M1084.4%2C1366.186l7%2C7-7%2C7%22%20transform%3D%22translate(1380.893%20-1083.692)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat right center;
    background-size: 3.2vw;
    padding-right: 13.3333333333vw;
  }
  .l-intro__anchor li a span {
    display: block;
    font-family: "TazuganeGothicStdN-Regular" !important;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    color: #fff;
  }
  .l-intro__inner {
    padding: 10.6666666667vw 5.3333333333vw;
    color: #fff;
    text-align: center;
  }
  .l-intro__title {
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: 6.9333333333vw;
    line-height: 1.4615384615;
  }
  .l-intro__lead {
    margin-top: 6.9333333333vw;
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
@media screen and (min-width: 813px) {
  .l-intro {
    background: #000 url("../contentassetimages/lp/24aw/ccn2-science/bg.jpg?$staticlink$") no-repeat top left/cover;
  }
  .l-intro__anchor {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-intro__anchor li {
    padding: 15px 40px;
  }
  .l-intro__anchor li:nth-child(n+2) {
    border-left: solid 1px #fff;
  }
  .l-intro__anchor li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: min(26.3888888889vw, 380px);
    height: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    position: relative;
  }
  .l-intro__anchor li a span {
    display: block;
    font-family: "TazuganeGothicStdN-Regular" !important;
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.5;
    color: #fff;
    padding-right: min(1.6666666667vw, 24px);
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.414%22%20height%3D%229.121%22%20viewBox%3D%220%200%2015.414%209.121%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M1084.4%2C1366.186l7%2C7-7%2C7%22%20transform%3D%22translate(1380.893%20-1083.692)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat right center;
    background-size: min(1.1111111111vw, 16px);
  }
  .l-intro__inner {
    padding: min(10.4166666667vw, 150px) 0 min(9.7222222222vw, 140px);
    color: #fff;
    text-align: center;
    position: relative;
  }
  .l-intro__inner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
  .l-intro__title {
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: min(2.6388888889vw, 38px);
    line-height: 1.8421052632;
  }
  .l-intro__lead {
    margin-top: min(2.7777777778vw, 40px);
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: min(1.25vw, 18px);
    line-height: 1.6666666667;
  }
}
/* ===============================================
# CONT
=============================================== */
.l-cont__title {
  color: #fff;
  font-family: "TazuganeGothicStdN-Book" !important;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 812px) {
  .l-cont__title {
    padding: 0 5.3333333333vw;
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
    margin-bottom: 10.6666666667vw;
  }
  .l-cont__title span {
    display: inline-block;
    border-left: solid 2px #fff;
    padding-left: 3.7333333333vw;
    font-family: "ShiseidoGinza-ExtraLight" !important;
    font-size: 8vw;
    line-height: 0.8;
    margin-bottom: 4.2666666667vw;
  }
  .l-cont__title em {
    display: block;
    font-style: normal;
    text-indent: -0.6em;
  }
}
@media screen and (min-width: 813px) {
  .l-cont__title {
    font-size: min(2.2222222222vw, 32px);
    line-height: 1.46875;
    margin-bottom: min(3.4722222222vw, 50px);
  }
  .l-cont__title span {
    display: inline-block;
    border-left: solid 4px #fff;
    padding-left: min(1.1111111111vw, 16px);
    font-family: "ShiseidoGinza-ExtraLight" !important;
    font-size: min(3.4027777778vw, 49px);
    line-height: 0.8;
    margin-bottom: min(1.6666666667vw, 24px);
  }
  .l-cont__title em {
    display: block;
    font-style: normal;
    text-indent: -0.6em;
  }
}
.l-cont__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (min-width: 813px) {
  .l-cont__inner {
    padding: 0 min(10vw, 144px);
  }
}
/* ===============================================
# CONT01
=============================================== */
.l-cont01 {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 812px) {
  .l-cont01 {
    padding-bottom: 16vw;
  }
  .l-cont01__catch {
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: 4.2666666667vw;
    line-height: 2;
    margin-bottom: 5.3333333333vw;
    padding: 0 5.3333333333vw;
  }
  .l-cont01__text {
    margin-top: 5.3333333333vw;
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    padding: 0 5.3333333333vw;
  }
  .l-cont01__img {
    margin: 5.3333333333vw 0;
  }
}
@media screen and (min-width: 813px) {
  .l-cont01 {
    padding-bottom: min(9.7222222222vw, 140px);
  }
  .l-cont01__catch {
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: min(1.6666666667vw, 24px);
    line-height: 2;
    margin-bottom: min(2.0833333333vw, 30px);
    position: relative;
    z-index: 1;
    max-width: min(38.6111111111vw, 556px);
  }
  .l-cont01__text {
    margin-top: min(1.3888888889vw, 20px);
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: min(1.25vw, 18px);
    line-height: 1.6666666667;
    position: relative;
    z-index: 1;
    max-width: min(38.6111111111vw, 556px);
  }
  .l-cont01__img {
    width: min(48.6111111111vw, 700px);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
}
/* ===============================================
# CONT02
=============================================== */
.l-cont02 {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 812px) {
  .l-cont02 {
    padding-bottom: 16vw;
  }
  .l-cont02__text {
    margin-top: 5.3333333333vw;
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    padding: 0 5.3333333333vw;
  }
  .l-cont02__imgs {
    margin-top: 8vw;
    margin-bottom: 16vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .l-cont02__imgs__unit figcaption {
    display: block;
    margin-top: 5.3333333333vw;
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  .l-cont02__sub {
    margin: 10.6666666667vw 5.3333333333vw 0;
    border: solid 2px #fff;
    border-radius: 0 10.6666666667vw 0 10.6666666667vw;
    padding: 10.1333333333vw 4.8vw;
  }
  .l-cont02__sub__title {
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
    margin-bottom: 8vw;
  }
  .l-cont02__sub__text {
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  .l-cont02__sub__list li {
    margin-top: 8vw;
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    list-style-type: disc;
    margin-left: 1em;
  }
  .l-cont02__sub__figure {
    margin-top: 8vw;
  }
  .l-cont02__sub__figure figcaption {
    text-align: center;
    display: block;
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    margin-bottom: 5.3333333333vw;
  }
  .l-cont02__sub__img {
    padding-bottom: 20px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-cont02__sub__img::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
  }
  .l-cont02__sub__img .simplebar-track.simplebar-horizontal {
    height: 8px !important;
    border-radius: 8px;
  }
  .l-cont02__sub__img .simplebar-scrollbar::before {
    background: #B5B5B5;
    border-radius: 4px;
    height: 4px !important;
    margin-left: 1px;
    margin-top: 1px;
  }
  .l-cont02__sub__img .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .l-cont02__sub__img .simplebar-track {
    background-color: #fff;
  }
  .l-cont02__sub__img .simplebar-scrollbar:before {
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
  }
  .l-cont02__sub__img__inner {
    width: 1012px;
  }
  .l-cont02__sub__imgs {
    margin-top: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
@media screen and (min-width: 813px) {
  .l-cont02 {
    padding-bottom: min(5.5555555556vw, 80px);
  }
  .l-cont02__text {
    margin-top: min(1.3888888889vw, 20px);
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: min(1.25vw, 18px);
    line-height: 1.6666666667;
    position: relative;
  }
  .l-cont02__imgs {
    margin-top: min(3.4722222222vw, 50px);
    margin-bottom: min(6.9444444444vw, 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(5.5555555556vw, 80px);
  }
  .l-cont02__imgs__unit:first-child {
    -ms-flex-preferred-size: 517px;
        flex-basis: 517px;
  }
  .l-cont02__imgs__unit:last-child {
    -ms-flex-preferred-size: 464px;
        flex-basis: 464px;
  }
  .l-cont02__imgs__unit figcaption {
    display: block;
    margin-top: min(1.3888888889vw, 20px);
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: min(1.25vw, 18px);
    line-height: 1.6666666667;
  }
  .l-cont02__sub {
    margin-top: min(4.1666666667vw, 60px);
    border: solid 2px #fff;
    border-radius: 0 40px 0 40px;
    padding: min(5.5555555556vw, 80px) min(3.4722222222vw, 50px);
  }
  .l-cont02__sub__title {
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: min(2.2222222222vw, 32px);
    line-height: 1.46875;
    margin-bottom: min(2.7777777778vw, 40px);
  }
  .l-cont02__sub__text {
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: min(1.25vw, 18px);
    line-height: 1.6666666667;
  }
  .l-cont02__sub__list li {
    list-style-type: disc;
    margin-left: 1em;
    margin-top: min(3.4722222222vw, 50px);
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: min(1.25vw, 18px);
    line-height: 1.6666666667;
  }
  .l-cont02__sub__figure {
    margin: min(3.4722222222vw, 50px) 0 0;
    display: block;
    padding: 0;
  }
  .l-cont02__sub__figure figcaption {
    text-align: center;
    font-size: min(1.25vw, 18px);
    display: block;
    margin-bottom: min(1.3888888889vw, 20px);
  }
  .l-cont02__sub__img img {
    max-width: 1012px;
    display: block;
    margin: 0 auto;
  }
  .l-cont02__sub__imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(3.4722222222vw, 50px);
  }
  .l-cont02__sub__imgs__unit {
    max-width: 471px;
  }
}
/* ===============================================
# CONT03
=============================================== */
@media screen and (max-width: 812px) {
  .l-cont03 {
    background: #000 url("../contentassetimages/lp/24aw/ccn2-science/bg2_sp.jpg?$staticlink$") no-repeat top left/cover;
    color: #fff;
    padding: 10.6666666667vw 0 16vw;
  }
  .l-cont03__text {
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    padding: 0 5.3333333333vw;
  }
  .l-cont03__figure {
    margin: 8vw 5.3333333333vw 0;
  }
  .l-cont03__figure figcaption {
    text-align: center;
    display: block;
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 813px) {
  .l-cont03 {
    background: #000 url("../contentassetimages/lp/24aw/ccn2-science/bg2.jpg?$staticlink$") no-repeat top left/cover;
    color: #fff;
    padding: min(9.7222222222vw, 140px) 0 min(13.75vw, 198px);
  }
  .l-cont03__text {
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: min(1.25vw, 18px);
    line-height: 1.6666666667;
    width: min(44.4444444444vw, 640px);
  }
  .l-cont03__figure {
    display: block;
    width: min(32.7083333333vw, 471px);
    position: absolute;
    top: 0;
    right: min(10vw, 144px);
  }
  .l-cont03__figure figcaption {
    text-align: center;
    font-size: min(1.25vw, 18px);
    display: block;
    margin-bottom: min(1.3888888889vw, 20px);
  }
}
/* ===============================================
# RESEARCHER
=============================================== */
@media screen and (max-width: 812px) {
  .l-researcher__inner {
    padding: 16vw 5.3333333333vw;
  }
  .l-researcher__photo {
    width: 74.9333333333vw;
    margin: 0 auto;
    margin-bottom: 8vw;
    text-align: center;
  }
  .l-researcher__photo figcaption {
    display: block;
    margin-top: 5.3333333333vw;
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: 3.7333333333vw;
    line-height: 2.2857142857;
  }
  .l-researcher__title {
    margin-top: 8vw;
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-bottom: 5.3333333333vw;
  }
  .l-researcher__title span {
    text-transform: lowercase;
  }
  .l-researcher__text {
    margin-top: 2.6666666667vw;
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
@media screen and (min-width: 813px) {
  .l-researcher {
    max-width: 1440px;
    margin: 0 auto;
    padding: min(6.9444444444vw, 100px) min(10vw, 144px);
  }
  .l-researcher__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(4.8611111111vw, 70px);
  }
  .l-researcher__photo {
    -ms-flex-preferred-size: 281px;
        flex-basis: 281px;
    text-align: center;
  }
  .l-researcher__photo figcaption {
    display: block;
    text-align: center;
    margin-top: min(2.0833333333vw, 30px);
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.6;
  }
  .l-researcher__cont {
    -ms-flex-preferred-size: 801px;
        flex-basis: 801px;
  }
  .l-researcher__title {
    font-family: "TazuganeGothicStdN-Book" !important;
    font-size: min(1.5277777778vw, 22px);
    line-height: 1.3636363636;
    margin-bottom: min(2.0833333333vw, 30px);
  }
  .l-researcher__title span {
    text-transform: lowercase;
  }
  .l-researcher__title:not(:first-child) {
    margin-top: min(3.4722222222vw, 50px);
  }
  .l-researcher__text {
    margin-top: min(1.3888888889vw, 20px);
    font-family: "TazuganeGothicStdN-Light" !important;
    font-size: min(1.25vw, 18px);
    line-height: 1.6666666667;
  }
}