@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.ttf?v5zgks") format("truetype"), url("../fonts/icomoon/icomoon.woff?v5zgks") format("woff"), url("../fonts/icomoon/icomoon.svg?v5zgks#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cmn_blank_ic01:before {
  content: "\e900";
}

.icon-cmn_arrow_ic01:before {
  content: "\e901";
}

.icon-cmn_arrow_ic02:before {
  content: "\e902";
}

.icon-cmn_check_ic01:before {
  content: "\e903";
}

.icon-cmn_pdf_ic01:before {
  content: "\e904";
}

.icon-cmn_blank_ic02:before {
  content: "\e905";
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

section, article, aside, main, dialog, figure, footer, header, hgroup, nav, picture {
  display: block;
}

address {
  font-style: normal;
}

ul, ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
button,
select,
option,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

button {
  color: inherit;
  cursor: pointer;
}

* {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:after,
*:before {
  font-family: inherit;
  color: inherit;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a, area, button, [role=button], input:not([type=range]),
label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

:root {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  --header-height: 51px;
}
@media (min-width: 769px) {
  :root {
    --header-height: 93px;
  }
}

*[id] {
  scroll-margin-top: var(--header-height);
}

html {
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  font-size: 14px;
}
@media (min-width: 769px) {
  html {
    font-size: 16px;
    min-width: 1260px;
  }
}

body {
  color: #545454;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  line-height: 2;
}

a {
  color: #545454;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: all;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

span {
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

img, svg {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
strong, em {
  font-weight: 700;
}

pre {
  white-space: pre-wrap;
}

table {
  max-width: 100%;
  width: 100%;
}

th, td {
  word-break: break-all;
}

sup, sub {
  font-size: 0.75em;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

input[type=checkbox] {
  cursor: pointer;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  margin-right: 10px;
}
input[type=checkbox]::before {
  content: "";
  font-family: icomoon;
  font-size: 11px;
  display: grid;
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  background: #fff;
  place-content: center;
}
input[type=checkbox]:checked::before {
  content: "\e903";
  color: #fff;
  background-color: #005BAC;
}
input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox]:focus::before {
  outline: 1px solid #005BAC;
  outline-offset: -2px;
}
@media (min-width: 769px) {
  input[type=checkbox] {
    margin-right: 13px;
  }
}

textarea, input[type=text], select {
  min-width: 240px;
  padding: 10px 15px;
  background: #f7f7f7;
}
textarea::placeholder, input[type=text]::placeholder, select::placeholder {
  color: #95A2AD;
}

textarea {
  width: 100%;
  height: 195px;
  resize: vertical;
  display: block;
}

select {
  color: #545454;
}

label {
  cursor: pointer;
}

:is(input, textarea, select).is-error {
  border: 1px solid #D32D26;
  background: #FFF0F2;
}

.l-content {
  margin-top: 40px;
  contain: paint;
}
@media (min-width: 769px) {
  .l-content {
    margin-top: 60px;
  }
}

.l-container {
  margin: 0 20px;
}
@media (min-width: 769px) {
  .l-container {
    max-width: 1260px;
    margin: 0 auto;
    padding-inline: 30px;
  }
}

.l-containerS {
  margin: 0 20px;
}
@media (min-width: 769px) {
  .l-containerS {
    width: 1000px;
    margin: 0 auto;
  }
}

.l-siteHeader {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  padding: 18px 0;
  background: #fff;
  border-bottom: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
}
.l-siteHeader__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-siteHeader__nav {
  position: absolute;
  overflow-y: auto;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  height: calc(100vh - var(--header-height));
  padding: 0 20px 20px;
  background: #fff;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-siteHeader__nav.is-open {
  pointer-events: all;
  opacity: 1;
}
@media (min-width: 769px) {
  .l-siteHeader {
    height: auto;
    padding: 25px 0;
    transition: 0.3s;
  }
  .l-siteHeader.is-shrinked {
    padding: 14px 0;
  }
  .l-siteHeader__inner {
    max-width: 1400px;
    padding-inline: 20px;
  }
  .l-siteHeader__nav {
    overflow: visible;
    position: static;
    display: grid;
    grid-template-areas: "headerSubNav generalTopLink" "headerMainNav generalTopLink";
    height: auto;
    padding: 0;
    pointer-events: all;
    opacity: 1;
  }
}

.l-headerLogo {
  height: 28px;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .l-headerLogo {
    height: 48px;
  }
}

.l-contactBtn {
  display: inline-block;
  margin: 25px 0 30px;
  border: 1px solid #005BAC;
  border-radius: 50px;
  padding: 13px 46px;
  line-height: 1.385;
  font-size: 16px;
  font-weight: 500;
  color: #005BAC;
  transition: 0.3s;
}
.l-contactBtn.current {
  background: #005BAC;
  color: #fff;
}
.l-contactBtn:hover {
  background: #005BAC;
  color: #fff;
}
@media (min-width: 769px) {
  .l-contactBtn {
    margin: 0;
    padding: 8px 25px;
    font-size: 13px;
  }
}

.l-humbergerBtn {
  display: grid;
  place-content: center;
  align-self: stretch;
  width: 40px;
  margin: -10px;
}
.l-humbergerBtn__inner, .l-humbergerBtn__inner::before, .l-humbergerBtn__inner::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #005BAC;
  transition: 0.3s;
}
.l-humbergerBtn__inner::before, .l-humbergerBtn__inner::after {
  position: absolute;
}
.l-humbergerBtn__inner::before {
  transform: translateY(-5px);
}
.l-humbergerBtn__inner::after {
  transform: translateY(5px);
}
.l-humbergerBtn.is-open .l-humbergerBtn__inner {
  background: transparent;
}
.l-humbergerBtn.is-open .l-humbergerBtn__inner::before {
  transform: rotate(-45deg);
}
.l-humbergerBtn.is-open .l-humbergerBtn__inner::after {
  transform: rotate(45deg);
}
@media (min-width: 769px) {
  .l-humbergerBtn {
    display: none;
  }
}

.l-headerMainNav {
  width: 100%;
}
.l-headerMainNav li.current a {
  color: #005BAC;
}
.l-headerMainNav li.current a::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-headerMainNav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
  padding: 9px 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}
.l-headerMainNav a::after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  margin-left: 14px;
  background-color: #545454;
  mask: url(../img/common/cmn_arrow_ic01.svg) no-repeat center center/contain;
  -webkit-mask: url(../img/common/cmn_arrow_ic01.svg) no-repeat center center/contain;
}
@media (min-width: 769px) {
  .l-headerMainNav {
    grid-area: headerMainNav;
    display: flex;
    gap: 0 35px;
    line-height: 1.6;
  }
  .l-headerMainNav a {
    margin-bottom: -25px;
    border: 0;
    padding: 0 0 25px;
    position: relative;
    display: inline-block;
    font-size: 16px;
  }
  .l-siteHeader.is-shrinked .l-headerMainNav a {
    padding: 0 0 14px;
  }
  .l-headerMainNav a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    margin: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #005BAC;
    mask: none;
    -webkit-mask: none;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .l-headerMainNav a:hover {
    color: #005BAC;
  }
  .l-headerMainNav a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.l-langList {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.l-langList > li + li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.33em;
  margin: 0 10px 0 9px;
  width: 8px;
  height: 1px;
  background: #545454;
}
.l-langList a {
  color: #999;
  transition: 0.3s;
}
.l-langList a:hover {
  color: #005BAC;
}
.l-langList a.is-current {
  color: #545454;
}
@media (min-width: 769px) {
  .l-langList {
    font-size: 14px;
  }
  .l-langList > li + li::before {
    margin: 0 5px 0 4px;
  }
}

.l-generalTopLink {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .l-generalTopLink {
    margin-top: 0;
    margin-left: 30px;
    grid-area: generalTopLink;
    align-self: center;
  }
}

.l-headerSubNav {
  text-align: center;
}
@media (min-width: 769px) {
  .l-headerSubNav {
    margin-bottom: 13px;
    grid-area: headerSubNav;
    gap: 0 23px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: 0.3s;
  }
  .l-siteHeader.is-shrinked .l-headerSubNav {
    margin-bottom: 8px;
  }
}

.l-stickyPadding {
  position: absolute;
  top: 0;
  height: 30px;
}
.l-siteHeader.is-shrinked + .l-stickyPadding {
  height: 1px;
}

.l-siteFooter {
  margin-top: 90px;
  color: #9DACB9;
  background: #0B263E;
}
:where(.l-siteFooter) a {
  color: #9DACB9;
}
@media (min-width: 769px) {
  .l-siteFooter {
    margin-top: 110px;
  }
}

.l-footerMainContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px 0;
  padding: 40px 0;
}
.l-footerMainContainer a {
  color: #fff;
  transition: 0.2s;
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 769px) {
  .l-footerMainContainer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 85px 0 70px;
  }
}

.l-footerMainNav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}
.l-footerMainNav a {
  display: block;
}
.l-footerMainNav a:hover {
  opacity: 0.6;
}
@media (min-width: 769px) {
  .l-footerMainNav {
    font-size: 16px;
    width: auto;
    flex-direction: row;
    gap: 0 30px;
  }
}

.l-footerDaicelLogo {
  width: 100px;
}
@media (min-width: 769px) {
  .l-footerDaicelLogo {
    width: 140px;
  }
}

.l-footerSubContainer {
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
}
@media (min-width: 769px) {
  .l-footerSubContainer {
    padding: 60px 0;
  }
}

.l-footerSubNav {
  margin-bottom: 34px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .l-footerSubNav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
  }
}
.l-footerSubNav > li:not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .l-footerSubNav > li:not(:first-child) {
    margin-top: 0;
  }
}
.l-footerSubNav a {
  transition: 0.3s;
  display: block;
}
.l-footerSubNav a:hover {
  opacity: 0.6;
}
.l-footerSubNav a[target=_blank]::after {
  content: "\e905";
  font-family: icomoon;
  margin-left: 0.5em;
}
@media (min-width: 769px) {
  .l-footerSubNav {
    margin-bottom: 0;
    gap: 0 25px;
    font-size: 13px;
  }
  .l-footerSubNav > li {
    width: auto;
  }
}

.l-footerCopylight {
  display: block;
}
@media (min-width: 769px) {
  .l-footerCopylight {
    margin-top: 30px;
  }
}

.l-toTop {
  display: grid;
  place-content: center;
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #254058;
  transition: 0.4s;
}
.l-toTop:hover {
  filter: brightness(1.3);
}
.l-toTop::before {
  content: "";
  width: 18px;
  height: 12px;
  background-color: #fff;
  mask: url(../img/common/cmn_arrow_ic01.svg) no-repeat center center/contain;
  -webkit-mask: url(../img/common/cmn_arrow_ic01.svg) no-repeat center center/contain;
  transform: rotate(-90deg);
}
@media (min-width: 769px) {
  .l-toTop {
    width: 60px;
    height: 60px;
  }
}

.c-pageTitle {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 769px) {
  .c-pageTitle {
    margin-bottom: 20px;
    font-size: 60px;
  }
}

@media (min-width: 769px) {
  .c-mainImg {
    margin-right: 0;
    margin-left: max(80px, (100vw - 1200px - 600px) / 2);
  }
}

.c-breadcrumbs {
  display: flex;
  gap: 0 8px;
  overflow-y: auto;
  white-space: nowrap;
  padding: 18px 0;
  font-size: 13px;
  color: #545454;
}
.c-breadcrumbs a {
  color: #999;
  transition: 0.3s;
}
.c-breadcrumbs a:hover {
  color: inherit;
}
.c-breadcrumbs > li {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.c-breadcrumbs > li + li::before {
  content: "";
  display: block;
  flex: 0 0 10px;
  width: 10px;
  height: 1px;
  background: #545454;
}
@media (min-width: 769px) {
  .c-breadcrumbs > li:last-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 769px) {
  .c-breadcrumbs {
    justify-content: flex-end;
    overflow: hidden;
  }
}

.c-bgBlock {
  margin-top: 30px;
  padding: 20px;
  background: #F4F8FC;
}
@media (min-width: 769px) {
  .c-bgBlock {
    margin-top: 60px;
    padding: 37px;
  }
}

.c-bgBlock2 {
  margin-top: 50px;
  padding: 20px;
  background: #EBEBEB;
}
@media (min-width: 769px) {
  .c-bgBlock2 {
    margin-top: 60px;
    padding: 40px 67px;
  }
}

.c-colorLink {
  color: #005BAC;
}

.c-anchorLinkList {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  line-height: 1.5;
  gap: 20px 20px;
}
.c-anchorLinkList > * {
  --item-width: calc(50% - 10px);
  width: var(--item-width);
}
.c-anchorLinkList a {
  position: relative;
  display: block;
  padding-bottom: 17px;
}
.c-anchorLinkList a::after {
  position: absolute;
  content: "\e902";
  font-family: "icomoon";
  font-size: 7px;
  line-height: 1;
  display: block;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.c-anchorLinkList a:hover::after {
  bottom: -5px;
}
@media (min-width: 769px) {
  .c-anchorLinkList.--4col {
    gap: 30px 30px;
  }
  .c-anchorLinkList.--4col > * {
    --item-width: calc(25% - 22.5px);
    width: var(--item-width);
  }
  .c-anchorLinkList.--3col {
    gap: 30px 30px;
  }
  .c-anchorLinkList.--3col > * {
    --item-width: calc(33.3333333333% - 20px);
    width: var(--item-width);
  }
}

.c-heading2 {
  margin-top: 60px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1765;
}
@media (min-width: 769px) {
  .c-heading2 {
    margin-top: 80px;
    font-size: 48px;
  }
}

.c-readMoreLink {
  display: inline-flex;
  align-items: center;
  margin-top: 37px;
  line-height: 1.25;
  padding: 16px 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: #005BAC;
  border: 1px solid #005BAC;
  border-radius: 100px;
  transition: 0.3s;
}
.c-readMoreLink::after {
  content: "\e901";
  font-family: icomoon;
  margin-left: 14px;
  transition: 0.3s;
}
.c-readMoreLink:hover {
  color: #005BAC;
  background: #fff;
}
.c-readMoreLink:hover::after {
  color: #005BAC;
}
.c-readMoreLink--load {
  display: none;
}
.c-readMoreLink--load.is-active {
  display: inline-flex;
}
.c-readMoreLink--load::after {
  content: "\e902";
  font-size: 10px;
  color: #fff;
}
.c-readMoreLink--load:hover::after {
  color: #005BAC;
}
@media (min-width: 769px) {
  .c-readMoreLink {
    margin-top: 80px;
    padding: 20px 50px;
  }
}

.c-blankLink {
  align-items: center;
}
.c-blankLink::after {
  content: "\e900";
  font-family: icomoon;
  margin-left: 14px;
}

.c-blankLinkInner {
  align-items: center;
}
.c-blankLinkInner::after {
  content: "\e905";
  font-family: icomoon;
  margin-left: 14px;
}

@media (min-width: 769px) {
  .c-newsList {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 36px;
  }
}

.c-newsListItem {
  margin-top: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.c-newsListItem:first-child {
  margin-top: 0;
}
.c-newsListItem__text {
  padding: 14px 15px 26px;
  line-height: 1.7;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
}
.c-newsListItem__text p {
  margin-top: 13px;
  line-height: 1.625;
}
.c-newsListItem__header {
  display: flex;
  justify-content: space-between;
}
.c-newsListItem__category {
  color: #005BAC;
  font-size: 12px;
  line-height: 1.4;
  margin-right: 15px;
  display: flex;
  align-items: baseline;
}
.c-newsListItem__category::before {
  flex-shrink: 0;
  content: "";
  display: block;
  margin-right: 10px;
  width: 10px;
  height: 2px;
  background: #005BAC;
  transform: translateY(-0.25em);
}
.c-newsListItem__date {
  font-size: 12px;
  color: #777;
  line-height: 1.4;
  white-space: nowrap;
}
.c-newsListItem__image {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border: 1px solid #eee;
}
.c-newsListItem__image img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  transition: 0.3s;
}
.c-newsListItem:hover .c-newsListItem__image img {
  transform: scale(1.1);
}
@media (min-width: 769px) {
  .c-newsListItem {
    margin-top: 0;
    width: 376px;
  }
  .c-newsListItem__text {
    padding: 16px 16px 30px;
    font-size: 18px;
  }
  .c-newsListItem__text p {
    line-height: 1.67;
  }
  .c-newsListItem__category {
    font-size: 13px;
  }
  .c-newsListItem__date {
    font-size: 14px;
  }
}

.c-stepList {
  --gapX: 30px;
  margin: 20px 0;
  display: flex;
  gap: 0 var(--gapX);
}
.c-stepList > div {
  text-align: center;
  color: #005BAC;
}
.c-stepList__step {
  position: relative;
  width: 80px;
  height: 80px;
  display: grid;
  place-content: center;
  line-height: 1.1;
  font-size: 12px;
  font-weight: 500;
  color: #005BAC;
  border: 1px solid #005BAC;
  border-radius: 100px;
}
.c-stepList > div:nth-child(n+2) .c-stepList__step::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: var(--gapX);
  height: 1px;
  background: #005BAC;
}

.c-stepList__step.is-current {
  color: #fff;
  background-color: #005BAC;
}
.c-stepList__step > span {
  font-size: 29px;
}
@media (min-width: 769px) {
  .c-stepList {
    --gapX: 170px;
    margin: 0 0 34px;
  }
}

.c-required {
  border: 1px solid #D32D26;
  padding: 5px 8px;
  font-size: 12px;
  color: #D32D26;
  background: #fff;
}

.c-heading3 {
  color: #005BAC;
  margin: 40px 0 25px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 500;
}
.c-heading3--lg {
  font-size: 26px;
}
@media (min-width: 769px) {
  .c-heading3 {
    margin: 60px 0 35px;
    font-size: 30px;
  }
  .c-heading3--lg {
    font-size: 38px;
  }
}

.p-relatedPapers {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.p-relatedPapers > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.375;
}
.p-relatedPapers > li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 9px;
  width: 13px;
  height: 13px;
  margin-top: 2.5px;
  background: #005BAC;
}
@media (min-width: 769px) {
  .p-relatedPapers > li::before {
    margin-top: 6px;
  }
}
.p-relatedPapers a::after {
  flex-shrink: 0;
  margin-left: 5px;
  display: inline-block;
  font-size: 13px;
  color: #005BAC;
  margin-bottom: -3px;
}

.c-hrzLabel {
  display: inline-flex;
  align-items: flex-start;
  word-break: normal;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .c-hrzLabel {
    padding-right: 20px;
  }
  .c-hrzLabel input[type=checkbox]::before {
    position: relative;
    bottom: -2px;
  }
}
.c-hrzLabel input[type=checkbox] {
  transform: translateY(-4px);
}

.c-formTable {
  display: block;
  border: solid #ddd;
  border-width: 1px 0;
}
.c-formTable tbody, .c-formTable tr, .c-formTable th, .c-formTable td {
  display: block;
}
.c-formTable tr:nth-child(n+2) {
  border-top: 1px solid #ddd;
}
.c-formTable th {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  background: #EDF4FB;
}
.c-formTable .c-required {
  margin-left: auto;
}
.c-formTable td {
  margin-bottom: 24px;
  padding: 20px;
}
.c-formTable__2cols {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px 0;
}
@media (min-width: 769px) {
  .c-formTable {
    display: table;
  }
  .c-formTable tbody {
    display: table-row-group;
  }
  .c-formTable tr {
    display: table-row;
  }
  .c-formTable th, .c-formTable td {
    display: table-cell;
  }
  .c-formTable th {
    position: relative;
    width: 310px;
    padding: 38px 60px 38px 20px;
  }
  .c-formTable--confirm th {
    padding: 30px;
  }
  .c-formTable td {
    padding: 25px 30px;
  }
  .c-formTable .c-required {
    position: absolute;
    top: 36px;
    right: 28px;
  }
  .c-formTable__2cols {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 0px;
  }
  .c-formTable__2cols > * {
    --item-width: calc(50% - 0px);
    width: var(--item-width);
  }
}

.c-formNote {
  line-height: 1.3;
  margin-top: 10px;
}

.c-inputM {
  width: 280px;
}

.c-textLabel {
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
  margin-right: 3vw;
}
.c-textLabel + .c-textLabel {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .c-textLabel {
    margin-right: 0;
  }
  .c-textLabel + .c-textLabel {
    margin-left: 30px;
    margin-top: 0;
  }
}

.c-selectWrapper {
  position: relative;
}
.c-selectWrapper::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-30%);
  content: "\e902";
  font-family: icomoon;
  font-size: 10px;
  color: #005BAC;
}
.c-selectWrapper select {
  width: 100%;
  padding-right: 60px;
}
@media (min-width: 769px) {
  .c-selectWrapper select {
    width: auto;
    min-width: 280px;
    padding-right: 60px;
  }
}

.c-zipInput {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (min-width: 769px) {
  .c-zipInput {
    flex-direction: row;
    align-items: center;
    gap: 0 20px;
  }
}

.c-completeTxt {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .c-completeTxt {
    margin-top: 35px;
  }
}

.c-importantBlock {
  margin-top: 20px;
  padding: 36px 67px;
  background: #EDF4FB;
}
.c-importantBlock.js-checkableBlock {
  cursor: pointer;
}
.c-importantBlock a {
  color: #005BAC;
}

.c-notationBlock {
  margin-top: 40px;
  border: 1px solid #ddd;
  padding: 35px;
}
.c-notationBlock > .c-importantBlock:last-child {
  margin: 0 -35px -35px;
  padding: 0;
  background: #EBEBEB;
}
.c-notationBlock > .c-importantBlock:last-child > label {
  display: block;
  padding: 32px;
}

.c-discList {
  margin: 30px 0;
}
.c-discList li {
  line-height: 1.6em;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.c-discList li a {
  color: #005BAC;
}
.c-discList li a:hover {
  text-decoration: underline;
}
.c-discList li:not(:first-child) {
  margin-top: 0.5em;
}
.c-discList li::before {
  content: "●　";
  font-size: 0.8em;
  vertical-align: middle;
}

.c-markerDl {
  margin: 1em 0;
}
.c-markerDl > div {
  margin-bottom: 1em;
}
.c-markerDl dt::before {
  content: "■";
  padding-right: 3px;
}

.c-btn {
  border: 1px solid #005BAC;
  border-radius: 200px;
  padding: 20px 25px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #005BAC;
  transition: 0.3s;
  background-blend-mode: difference;
}
.c-btn--md {
  min-width: 0;
  font-size: 14px;
}
.c-btn--lg {
  min-width: 280px;
  padding: 25px;
  line-height: 1.3;
  font-size: 18px;
}
.c-btn--ghost {
  color: #005BAC;
  background: none;
}
.c-btn--error {
  color: #D32D26;
  background: #FFF0F2;
  border: 1px solid #D32D26;
}
.c-btn--back {
  min-width: 220px;
}
.c-btn--back::before {
  content: "\e901";
  font-family: icomoon;
  display: inline-block;
  margin-right: -20px;
  transform: translate(-35px) rotate(180deg);
}
@media (min-width: 769px) {
  .c-btn {
    padding: 20px 25px;
  }
  .c-btn--lg {
    min-width: 340px;
    padding: 25px;
    font-size: 18px;
  }
}

.c-submitBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 769px) {
  .c-submitBlock {
    flex-direction: row;
    justify-content: space-between;
  }
}

.c-notation {
  margin-top: 0;
  font-size: 13px;
  color: #999;
}

.c-errorBlock {
  margin: 30px 0 50px;
  padding: 30px;
  background: #FFF0F2;
  border: 1px solid #D32D26;
  color: #D32D26;
}
.c-errorBlock > ul {
  margin: 0;
}
@media (min-width: 769px) {
  .c-errorBlock {
    margin: 40px 0 60px;
    padding: 30px 60px;
  }
}

.c-error {
  margin-top: 0;
  color: #D32D26;
}

.g-recaptcha {
  margin: 50px auto -50px;
  display: flex;
  justify-content: center;
}

.p-frontPage {
  line-height: 3;
  font-size: 14px;
}
.p-frontPage .p-topHeading {
  line-height: 1.75;
}
.p-frontPage p {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .p-frontPage {
    font-size: 16px;
  }
}

.p-arrowLink {
  align-items: center;
}
.p-arrowLink::after {
  content: "\e901";
  font-family: icomoon;
  font-size: 13px;
  margin-left: 14px;
  color: #fff;
}

.p-targetBlankLink {
  align-items: center;
}
.p-targetBlankLink::after {
  content: "\e905";
  font-family: icomoon;
  font-size: 13px;
  margin-left: 14px;
  color: #fff;
}

.p-topHeading {
  margin-bottom: 35px;
  font-size: 34px;
  font-weight: 500;
  color: #545454;
}
@media (min-width: 769px) {
  .p-topHeading {
    font-size: 58px;
  }
}

.p-topSubHeading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .p-topSubHeading {
    font-size: 24px;
  }
}

.p-topHeroArea {
  overflow: hidden;
  position: relative;
  color: #fff;
}

.p-topSlider {
  position: relative;
}
.p-topSlider__inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(50vw - 327px);
  bottom: 0;
  left: -200vw;
  background: #005BAC;
}
@media (min-width: 769px) {
  .p-topSlider__inner::before {
    top: 50%;
  }
}
.p-topSlider img {
  width: 100%;
}
@media (min-width: 769px) {
  .p-topSlider {
    padding-left: 80px;
  }
}

.p-topLeadBlock__text {
  padding: 38px 20px 38px 0;
  line-height: 2;
  position: relative;
}
.p-topLeadBlock__text::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 200vw;
  height: calc(100% + 125px);
  right: 0;
  bottom: -55px;
  background: #005BAC;
}
.p-topLeadBlock__image {
  margin-right: -20px;
}
@media (min-width: 769px) {
  .p-topLeadBlock {
    margin-top: 70px;
    display: flex;
    align-items: flex-start;
  }
  .p-topLeadBlock__text {
    padding: 0 0 55px;
    position: relative;
  }
  .p-topLeadBlock__text::before {
    height: calc(100% + 125px + 1px);
    right: -242px;
    bottom: 0;
    background: #005BAC;
  }
  .p-topLeadBlock__image {
    margin-right: -120px;
    margin-left: 36px;
  }
  .p-topLeadBlock__image img {
    max-width: unset;
    width: 600px;
  }
}

.p-topCategoryWrapper {
  background: url(../img/index/index_bg01.svg) left calc(50vw - 600px + 80px) top 55% no-repeat;
  margin-bottom: 70px;
}

.p-topCategoryBlock {
  position: relative;
  margin: 70px 0;
}
.p-topCategoryBlock__inner {
  padding: 0;
}
.p-topCategoryBlock__image {
  padding-right: 46px;
}
.p-topCategoryBlock__heading {
  margin-bottom: 30px;
  font-size: 34px;
  color: #545454;
}
.p-topCategoryBlock__link {
  display: block;
}
.p-topCategoryBlock__image {
  width: 100%;
}
.p-topCategoryBlock__body {
  margin-top: 36px;
  line-height: 2;
}
@media (min-width: 769px) {
  .p-topCategoryBlock {
    margin: 0;
    padding-left: 447px;
    height: 482px;
    display: grid;
    align-content: center;
  }
  .p-topCategoryBlock__inner {
    padding-left: 20px;
  }
  .p-topCategoryBlock__heading {
    line-height: 1;
    font-size: 58px;
  }
  .p-topCategoryBlock__link {
    height: 481px;
    position: absolute;
    top: 0;
    left: -80px;
  }
  .p-topCategoryBlock__image {
    width: auto;
    height: 100%;
    padding-right: 0;
  }
  .p-topCategoryBlock__body {
    margin-top: 30px;
  }
  .p-topCategoryBlock .c-readMoreLink {
    margin-top: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1380px) {
  .p-topCategoryBlock__link {
    left: -30px;
  }
}

.p-topCategoryBlock--flipped .p-topCategoryBlock__heading {
  text-align: right;
}
.p-topCategoryBlock--flipped .p-topCategoryBlock__image {
  padding: 0 0 0 46px;
}
@media (min-width: 769px) {
  .p-topCategoryBlock--flipped {
    padding-left: 0;
    padding-right: 447px;
  }
  .p-topCategoryBlock--flipped .p-topCategoryBlock__inner {
    padding-left: 0;
    padding-right: 20px;
  }
  .p-topCategoryBlock--flipped .p-topCategoryBlock__heading {
    text-align: left;
  }
  .p-topCategoryBlock--flipped .p-topCategoryBlock__link {
    margin-left: 0;
    margin-right: -80px;
    height: 482px;
    padding: 0;
    right: 0;
    left: auto;
  }
}
@media (min-width: 769px) and (max-width: 1380px) {
  .p-topCategoryBlock--flipped .p-topCategoryBlock__link {
    margin-right: -30px;
  }
}

.p-topNewsSection {
  margin-bottom: 90px;
  padding: 55px 0 72px;
  position: relative;
}
.p-topNewsSection::before {
  content: "";
  display: block;
  width: calc(100% - 20px - 26px);
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  background: #EDF4FB;
}
@media (min-width: 769px) {
  .p-topNewsSection {
    padding: 80px 0;
  }
  .p-topNewsSection::before {
    width: calc(100% - (100% - 1200px) / 2 - 103px);
    left: 0;
  }
}

.p-topNewsMore {
  display: inline-flex;
  justify-content: space-between;
  margin-top: 40px;
  width: 165px;
  border-bottom: 1px solid #ACD4F8;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #005BAC;
  transition: 0.3s;
}
.p-topNewsMore::after {
  color: #005BAC;
}
.p-topNewsMore:hover {
  padding-left: 10px;
}

.p-topAboutUsImage {
  background: #EFF5FF;
}
@media (min-width: 769px) {
  .p-topAboutUsImage {
    padding: 0 calc(50vw - 720px);
  }
}

.p-topAboutUsBlock {
  position: relative;
  z-index: 10;
  margin: -26px 0 0;
  padding: 26px;
  line-height: 2;
  background: #fff;
}
.p-topAboutUsBlock__heading {
  margin-bottom: 15px;
}
.p-topAboutUsBlock__body {
  margin: 15px 0 -15px;
}
@media (min-width: 769px) {
  .p-topAboutUsBlock {
    margin: -126px 80px 0 390px;
    padding: 60px 70px;
    width: 890px;
  }
  .p-topAboutUsBlock .c-readMoreLink {
    margin-top: 70px;
  }
}

.p-relatedSection {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .p-relatedSection {
    margin-top: 0;
    padding-top: 50px;
  }
}

.swiper-pagination-horizontal {
  height: 26px;
}
@media (min-width: 769px) {
  .swiper-pagination-horizontal {
    height: 46px;
  }
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #005BAC;
  opacity: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005BAC;
}

.p-top__scroll__bar__area {
  position: absolute;
  display: none;
  bottom: -73px;
  left: -96px;
}
@media (min-width: 769px) {
  .p-top__scroll__bar__area {
    display: block;
  }
}

.p-top__scroll__bar {
  position: relative;
  display: block;
  height: 200px;
  width: 200px;
}

.p-top__scroll__bar span {
  display: inline-block;
  position: absolute;
  right: 70px;
  bottom: 70px;
  z-index: 2;
  padding: 40px 10px 110px;
  line-height: 1;
  text-decoration: none;
  transition: 0.2s;
  overflow: hidden;
}
.p-top__scroll__bar span p {
  color: #fff;
  font-size: 11px;
  transform: translate(0%, 50%) rotate(-90deg);
}
.p-top__scroll__bar span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #fff;
  display: block;
  animation: topscroll 2s cubic-bezier(1, 0, 0, 1) infinite;
}
.p-top__scroll__bar span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
}

@keyframes topscroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.p-products__productList {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 65px 65px;
}
.p-products__productList > * {
  --item-width: calc(100% - 0px);
  width: var(--item-width);
}
.p-products__productList > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .p-products__productList {
    margin: 56px 0 100px;
    flex-flow: row wrap;
    gap: 65px 36px;
  }
  .p-products__productList > * {
    --item-width: calc(50% - 18px);
    width: var(--item-width);
  }
  .p-products__productList .c-readMoreLink {
    margin-top: auto;
  }
}

.p-products__productName {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.33333;
}
@media (min-width: 769px) {
  .p-products__productName {
    font-size: 30px;
  }
}

.p-products__tags {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.p-products__tags > li {
  border: 1px solid #4CA6E5;
  padding: 7px 14px;
  line-height: 1.4;
  font-size: 14px;
  color: #4CA6E5;
}

.p-products__text {
  margin: 0;
}
@media (min-width: 769px) {
  .p-products__text {
    margin: 0 0 20px;
  }
}

:where(.p-technologies) .c-blankLink {
  transition: 0.2s;
}
:where(.p-technologies) .c-blankLink:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  :where(.p-technologies) .c-bgBlock {
    margin-bottom: 100px;
  }
}
:where(.p-technologies) .p-arrowLink {
  transition: 0.2s;
}
:where(.p-technologies) .p-arrowLink:hover {
  opacity: 0.7;
}
:where(.p-technologies) .p-anchorLinkList {
  margin: 0 auto;
}
@media (min-width: 769px) {
  :where(.p-technologies) .p-anchorLinkList {
    width: 700px;
  }
}
:where(.p-technologies) .p-technologyName {
  position: relative;
  font-weight: 500;
  line-height: 1.325;
  margin: 60px 0 22px;
  padding-top: 25px;
  font-size: 28px;
}
:where(.p-technologies) .p-technologyName::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  border-top: 1px solid #005BAC;
}
@media (min-width: 769px) {
  :where(.p-technologies) .p-technologyName {
    margin: 80px 0 42px;
    padding-top: 25px;
    font-size: 40px;
  }
}
:where(.p-technologies) .p-technologyLead {
  margin-top: 20px;
}
@media (min-width: 769px) {
  :where(.p-technologies) .p-technologyLead {
    margin-top: 35px;
  }
}
:where(.p-technologies) .p-relatedHeading {
  margin: 40px 0 15px;
  font-size: 20px;
  line-height: 1.3333;
  font-weight: 500;
  color: #005BAC;
}
@media (min-width: 769px) {
  :where(.p-technologies) .p-relatedHeading {
    margin: 40px 0 25px;
    font-size: 24px;
  }
}
:where(.p-technologies) .p-relatedProducts {
  background: #005BAC;
  padding: 22px 11px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
:where(.p-technologies) .p-relatedProducts :where(a) {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  line-height: 1.3125;
  color: #fff;
}
:where(.p-technologies) .p-relatedProducts :where(a)::after {
  font-size: 13px;
}
@media (min-width: 769px) {
  :where(.p-technologies) .p-relatedProducts {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 60px 67px;
    font-size: 16px;
    font-weight: 500;
    gap: 40px 16px;
  }
  :where(.p-technologies) .p-relatedProducts > * {
    --item-width: calc(33.3333333333% - 10.6666666667px);
    width: var(--item-width);
  }
}
:where(.p-technologies) .p-relatedPapers {
  border: 1px solid #ddd;
  padding: 22px;
}
@media (min-width: 769px) {
  :where(.p-technologies) .p-relatedPapers {
    padding: 32px 67px;
  }
}
:where(.p-technologies) .p-relatedSection {
  margin-top: 110px;
}

.p-news__filters > div {
  border-top: 1px solid #ddd;
  padding: 21px 5px;
}
.p-news__filters > div:first-child {
  border-top: 0;
  padding-top: 5px;
}
.p-news__filters > div:last-child {
  padding-bottom: 5px;
}
.p-news__filters__prop {
  font-weight: 500;
}
.p-news__filters__value {
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .p-news__filters > div {
    display: flex;
    padding: 21px 5px;
  }
  .p-news__filters > div:first-child {
    padding-top: 5px;
  }
  .p-news__filters > div:last-child {
    padding-bottom: 5px;
  }
  .p-news__filters__prop {
    margin-right: 33px;
    width: 112px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .p-news__filters__prop::after {
    content: "";
    margin-left: auto;
    width: 16px;
    height: 1px;
    background: #707070;
  }
  .p-news__filters__value {
    margin-top: 0;
    margin-right: 50px;
  }
  .p-news__filters label {
    display: flex;
    align-items: center;
  }
}
.p-news__newsList {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .p-news__newsList {
    margin-top: 100px;
  }
}

.p-newsSingle__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33333333;
}
@media (min-width: 769px) {
  .p-newsSingle__title {
    font-size: 50px;
  }
}
.p-newsSingle__header {
  margin-top: 20px;
  display: flex;
}
.p-newsSingle__category {
  color: #005BAC;
  margin-left: 28px;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  align-items: baseline;
}
.p-newsSingle__category::before {
  flex-shrink: 0;
  content: "";
  display: block;
  margin-right: 10px;
  width: 10px;
  height: 2px;
  background: #005BAC;
  transform: translateY(-0.25em);
}
.p-newsSingle__date {
  font-size: 12px;
  line-height: 1.4;
  color: #777;
  white-space: nowrap;
}
.p-newsSingle__articleBody {
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 40px 0;
}
@media (min-width: 769px) {
  .p-newsSingle__articleBody {
    padding: 80px 100px;
  }
}
.p-newsSingle__articleBody img {
  max-width: 100%;
}
.p-newsSingle__articleBody img:nth-child(1) {
  margin-top: 0;
}
.p-newsSingle__articleBody h2 {
  margin: 40px 0 10px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 769px) {
  .p-newsSingle__articleBody h2 {
    font-size: 28px;
    margin: 60px 0 15px;
  }
}
.p-newsSingle__articleBody h2:nth-child(1) {
  margin-top: 0;
}
.p-newsSingle__articleBody a {
  color: #005BAC;
}
.p-newsSingle__articleBody a[target=_blank]::after {
  content: "\e905";
  font-family: icomoon;
  margin-left: 0.5em;
}
.p-newsSingle__articleBody a:hover {
  text-decoration: underline;
}
.p-newsSingle__articleBody p,
.p-newsSingle__articleBody ul,
.p-newsSingle__articleBody ol {
  line-height: 2;
  margin: 15px 0 0;
}
@media (min-width: 769px) {
  .p-newsSingle__articleBody p,
  .p-newsSingle__articleBody ul,
  .p-newsSingle__articleBody ol {
    margin: 30px 0 0;
  }
}
.p-newsSingle__articleBody p:nth-child(1),
.p-newsSingle__articleBody ul:nth-child(1),
.p-newsSingle__articleBody ol:nth-child(1) {
  margin-top: 0;
}
.p-newsSingle__articleBody ul {
  list-style: disc;
  padding-left: 1em;
}
.p-newsSingle__articleBody ul li:not(:first-child) {
  margin-top: 5px;
}
.p-newsSingle__articleBody ol {
  list-style: decimal;
  padding-left: 1em;
}
.p-newsSingle__articleBody ol li:not(:first-child) {
  margin-top: 5px;
}
.p-newsSingle__articleBody strong,
.p-newsSingle__articleBody em {
  font-weight: 500;
}
.p-newsSingle__articleBody .alignright {
  float: right;
  margin-left: 1em;
}
.p-newsSingle__articleBody .alignleft {
  float: left;
  margin-right: 1em;
}
.p-newsSingle__articleBody .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-newsSingle__articleCols2 {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 36px;
}
.p-newsSingle__articleCols2 > * {
  --item-width: calc(50% - 18px);
  width: var(--item-width);
}
.p-newsSingle__newsList {
  margin-top: 60px;
}
.p-newsSingle__readMoreLink {
  margin: 50px 0 70px;
}
.p-newsSingle__readMoreLink:hover::after {
  background: transparent;
}
@media (min-width: 769px) {
  .p-newsSingle__readMoreLink {
    margin: 46px 0 100px;
  }
}

.p-leadText {
  line-height: 2;
}
.p-leadText a {
  text-decoration: underline;
}
.p-leadText a:hover {
  text-decoration: none;
}

.p-countryHeading {
  display: flex;
  align-items: center;
  margin: 50px 0 15px;
  line-height: 1.45;
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .p-countryHeading {
    font-size: 28px;
  }
}
:where(.c-heading2 + section) .p-countryHeading:first-child {
  margin-top: 30px;
}
.p-countryHeading::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 20px;
  height: 2px;
  background: #245BA6;
}
@media (min-width: 769px) {
  .p-countryHeading::before {
    margin-right: 15px;
    width: 24px;
  }
}
@media (min-width: 769px) {
  .p-countryHeading {
    margin: 50px 0 30px;
    font-size: 34px;
  }
  :where(.c-heading2 + section) .p-countryHeading:first-child {
    margin-top: 40px;
  }
}

.p-officeSection {
  padding: 20px 0;
  line-height: 2;
}
.p-officeSection:last-child {
  border-bottom: 1px solid #ddd;
}
.p-officeSection > :where(p) {
  margin-top: 0;
  line-height: 1.5;
}
.p-officeSection a {
  text-decoration: underline;
}
.p-officeSection a:hover {
  text-decoration: none;
}
.p-officeSection a[href^="tel:"] {
  text-decoration: none;
}
@media (min-width: 769px) {
  .p-officeSection {
    padding: 30px 0 35px;
  }
}

.p-officeHeading {
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  .p-officeHeading {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.p-officeHeading:not(:first-child) {
  margin-top: 25px;
}
@media (min-width: 769px) {
  .p-officeHeading:not(:first-child) {
    margin-top: 30px;
  }
}

.p-officeAddress {
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .p-officeAddress {
    font-size: 17px;
  }
}

.p-targetCountries {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .p-targetCountries {
    font-size: 16px;
  }
}

.p-about__main {
  position: relative;
  margin: 40px 0 0;
  padding: 50px 0;
}
.p-about__main::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -20px;
  background: #F4F8FC;
}
.p-about__main__img {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .p-about__main__img {
    margin-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .p-about__main__text {
    padding-right: 50px;
  }
}
.p-about__main__text .p-topHeading {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .p-about__main__text .p-topHeading {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.p-about__main__textItem {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .p-about__main__textItem {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .p-about__main {
    margin: 60px 0 0;
    padding: 80px 0;
  }
  .p-about__main::before {
    min-width: 1330px;
    right: 70px;
    left: auto;
  }
  .p-about__main__text {
    padding-right: 100px;
  }
}

.p-whitepaperSortList {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .p-whitepaperSortList {
    margin-top: 30px;
  }
}

.p-whitepaperSortListItem {
  margin-top: 6px;
}
@media (min-width: 769px) {
  .p-whitepaperSortListItem {
    margin-top: 10px;
  }
}
.p-whitepaperSortListItem:not(:last-child) {
  margin-right: 6px;
}
@media (min-width: 769px) {
  .p-whitepaperSortListItem:not(:last-child) {
    margin-right: 10px;
  }
}
.p-whitepaperSortListItem.is-current .p-whitepaperSortListItem__link {
  color: #fff;
  background-color: #005BAC;
}

.p-whitepaperSortListItem__link {
  color: #005BAC;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  background-color: #fff;
  border: 1px solid #005BAC;
  border-radius: 99em;
  min-width: 90px;
  padding: 12px 15px;
  display: inline-block;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .p-whitepaperSortListItem__link {
    font-size: 16px;
    min-width: 140px;
  }
}
.p-whitepaperSortListItem__link:hover {
  color: #fff;
  background-color: #005BAC;
}

.p-whitepaperList {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .p-whitepaperList {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 36px;
    margin-top: 60px;
  }
}

.p-whitepaperListItem {
  margin-top: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #ddd;
}
@media (min-width: 769px) {
  .p-whitepaperListItem {
    margin-top: 0;
    width: 376px;
  }
}
.p-whitepaperListItem:first-child {
  margin-top: 0;
}
.p-whitepaperListItem__image {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-whitepaperListItem__image img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 10px;
  object-fit: contain;
  background: #f1f1f1;
  transition: 0.3s;
}
.p-whitepaperListItem__content {
  border-top: 1px solid #ddd;
  padding: 14px 15px 26px;
}
.p-whitepaperListItem__title {
  color: #005BAC;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media (min-width: 769px) {
  .p-whitepaperListItem__title {
    font-size: 18px;
  }
}
.p-whitepaperListItem__topics {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  margin-top: 12px;
}
.p-whitepaperListItem__topics__title {
  color: #13A7EB;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.p-whitepaperListItem__topics ul {
  margin-top: 8px;
}
.p-whitepaperListItem__topics ul > li {
  font-size: 13px;
  line-height: 1.6666666667;
  display: flex;
}
@media (min-width: 769px) {
  .p-whitepaperListItem__topics ul > li {
    font-size: 15px;
  }
}
.p-whitepaperListItem__topics ul > li::before {
  content: "";
  background-color: #13A7EB;
  flex: 0 0 8px;
  height: 8px;
  margin-right: 8px;
  transform: translateY(7px);
}
@media (min-width: 769px) {
  .p-whitepaperListItem__topics ul > li::before {
    flex: 0 0 11px;
    height: 11px;
    margin-right: 12px;
    transform: translateY(7px);
  }
}
.p-whitepaperListItem__topics ul > li:not(:first-child) {
  margin-top: 2px;
}
@media (min-width: 769px) {
  .p-whitepaperListItem__topics ul > li:not(:first-child) {
    margin-top: 4px;
  }
}
.p-whitepaperListItem__lead {
  font-size: 13px;
  line-height: 1.8666666667;
  margin-top: 12px;
}
@media (min-width: 769px) {
  .p-whitepaperListItem__lead {
    font-size: 15px;
  }
}
.p-whitepaperListItem:hover .p-whitepaperListItem__image img {
  transform: scale(1.1);
}

.p-whitepaperBody {
  margin-bottom: 70px;
  border: solid #ddd;
  border-width: 1px 0;
  padding: 33px 0 50px;
}
.p-whitepaperBody img {
  margin-top: 43px;
  border: 1px solid #ddd;
}

.p-whitepaperHeading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
}
.p-whitepaperHeading:nth-child(n+2) {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .p-whitepaperHeading {
    font-size: 24px;
  }
}

.p-mailMagazineSampleContainer {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .p-mailMagazineSampleContainer {
    width: 788px;
    display: flex;
    gap: 36px 36px;
    margin: 20px auto 0;
  }
  .p-mailMagazineSampleContainer > * {
    --item-width: calc(50% - 18px);
    width: var(--item-width);
  }
}
.p-mailMagazineSampleContainer + p {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .p-mailMagazineSampleContainer + p {
    text-align: center;
    margin-top: 35px;
  }
}

.p-borderBlock {
  margin-top: 20px;
  border: 1px solid #ddd;
  padding: 30px;
}
.p-borderBlock.is-checked {
  border-color: #005BAC;
}
.p-borderBlock p {
  margin: 15px 0 30px;
}
@media (min-width: 769px) {
  .p-borderBlock {
    margin-top: 0;
  }
}

.p-relatedList {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.p-relatedList__item {
  height: 400px;
  background-position: center;
  background-size: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-blend-mode: darken;
  transition: 0.4s;
  cursor: pointer;
}
.p-relatedList__item:hover {
  background-size: 110%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-relatedList__item a {
  padding: 80px 30px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
}
.p-relatedList__heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}
.p-relatedList__body {
  line-height: 1.875;
  margin-top: 20px;
}
.p-relatedList__more {
  margin-top: auto;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .p-relatedList {
    margin-top: 60px;
    flex-direction: row;
    gap: 0 36px;
  }
  .p-relatedList__item {
    width: 376px;
    height: 500px;
  }
  .p-relatedList__item a {
    padding: 120px 30px 40px;
  }
  .p-relatedList__heading {
    font-size: 32px;
  }
  .p-relatedList__body {
    margin-top: 25px;
  }
}

.p-relatedList__item--netWork {
  background-image: url(../img/common/cmn_relatedSection01.jpg);
}
.p-relatedList__item--mailMagazine {
  background-image: url(../img/common/cmn_relatedSection02.jpg);
}
.p-relatedList__item--news {
  background-image: url(../img/common/cmn_relatedSection03.jpg);
}
.p-relatedList__item--products {
  background-image: url(../img/common/cmn_relatedSection04.jpg);
}
.p-relatedList__item--technologies {
  background-image: url(../img/common/cmn_relatedSection05.jpg);
}
.p-relatedList__item--aboutUs {
  background-image: url(../img/common/cmn_relatedSection06.jpg);
}
.p-relatedList__item--contact {
  background-image: url(../img/common/cmn_relatedSection07.jpg);
}
.p-relatedList__item--veloxtar {
  background-image: url(../img/common/cmn_relatedSection08.jpg);
}
.p-relatedList__item--whitePaper {
  background-image: url(../img/common/cmn_relatedSection09.jpg);
}
.p-relatedList__item--hisoRad {
  background-image: url(../img/common/cmn_relatedSection10.jpg);
}
.p-relatedList__item--granfillerD {
  background-image: url(../img/common/cmn_relatedSection11.jpg);
}
.p-relatedList__item--excipients {
  background-image: url(../img/common/cmn_relatedSection12.jpg);
}
.p-relatedList__item--ls {
  background-image: url(../img/common/cmn_relatedSection13_ja.jpg);
}

.u-mt-0 {
  margin-top: 0;
}

.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-textMed {
  font-weight: 500;
}

@media (min-width: 769px) {
  .u-fsS {
    font-size: 14px;
  }
}

.u-placeCenter {
  display: grid;
  place-content: center;
}

.u-fw {
  width: 100%;
}

.u-m0 {
  margin: 0;
}

.u-mtL {
  margin-top: 90px;
}

.u-mtS {
  margin-top: 30px;
}

.u-mlM {
  margin-left: 30px;
}

.u-myL {
  margin-block: 45px;
}

.u-noneInS {
  display: none;
}
@media (min-width: 769px) {
  .u-noneInS {
    display: initial;
  }
}

.u-noneInL {
  display: initial;
}
@media (min-width: 769px) {
  .u-noneInL {
    display: none;
  }
}
