@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;500&family=Noto+Sans+JP:wght@300;400&display=swap");
:focus {
  outline: none;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.75;
  color: #333333;
}

img {
  max-width: 100%;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

li {
  list-style: none;
}

/* font
----------------------------------------------- */
p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

a {
  transition: all 0.3s;
  text-decoration: none;
  color: #333333;
}

a:hover {
  transition: all 0.3s;
  text-decoration: underline;
  color: #0d0d0d;
}

/*
h2 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 50px;
  text-align: center;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 30px;
}
*/
.u-font-en {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible;
  /* 2 */
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

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

/**
 * 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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.ir-blog-slick {
  position: relative;
  overflow: initial !important;
}

.ir-blog-slick .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 110%;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #0065cc;
  background-size: 40% !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  border-radius: 50% !important;
  transition: all 0.3s;
}

.ir-blog-slick .slick-arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  content: "" !important;
}

.ir-blog-slick .slick-arrow:hover {
  background-size: 40% !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  opacity: 0.7;
}

.ir-blog-slick .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.ir-blog-slick .slick-next {
  left: 90px;
  background-image: url(/assets/images/common/icon_arrow_blue.png) !important;
}

.ir-blog-slick .slick-prev {
  left: 20px;
  background-image: url(/assets/images/common/icon_arrow_blue--left.png) !important;
}

.breadcrumb {
  margin: 30px 0;
  padding-right: 50px;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding-right: 6.8vw;
    padding-left: 6.8vw;
    margin: 20px 0;
  }
}

.breadcrumb ol {
  display: flex;
  justify-content: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.breadcrumb ol li {
  display: flex;
  align-items: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .breadcrumb ol li {
    font-size: 12px;
  }
}

.breadcrumb ol li a {
  font-size: 14px;
}

@media (max-width: 767px) {
  .breadcrumb ol li a {
    font-size: 12px;
  }
}

.breadcrumb ol li:not(:last-child)::after {
  margin: 0 10px;
  content: ">";
}

@media (max-width: 767px) {
  .breadcrumb ol li:not(:last-child)::after {
    transform: translateY(1px);
  }
}

.breadcrumb ol li:last-child a {
  text-decoration: none !important;
  pointer-events: none;
}

/* ---- page footer ---- */
.l-page-footer {
  padding: 80px 0 30px;
  background-color: #eee;
}

.p-page-footer__body {
  display: flex;
}

.p-page-footer__site-id {
  width: 25%;
}

.p-page-footer__site-id img {
  width: 70%;
}

.p-page-footer__nav {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}

.p-page-footer__nav dl {
  width: 33.3333%;
  margin-bottom: 0;
  padding-right: 30px;
}

.p-page-footer__nav dl:nth-child(3n) {
  padding-right: 0;
}

.p-page-footer__nav dl dt {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}

.p-page-footer__nav dl dt a {
  color: #444;
}

.p-page-footer__nav dl dd {
  margin-left: 0;
}

.p-page-footer__nav dl dd ul {
  margin-bottom: 0;
  padding: 0 0 45px;
}

.p-page-footer__nav dl dd ul li {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.p-page-footer__nav dl dd ul li a {
  color: #444;
}

.p-page-footer__foot {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  padding-top: 30px;
  border-top: 1px solid #dbdbdb;
}

.p-page-footer__foot ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}

.p-page-footer__foot ul li {
  margin-right: 15px;
}

.p-page-footer__foot ul a {
  color: #444;
  font-size: 1.4rem;
}

.p-page-footer__foot p {
  margin-bottom: 0;
  color: #444;
  font-size: 1.4rem;
  letter-spacing: .03em;
}

@media (max-width: 1100px) {
  .p-page-footer__site-id {
    width: 20%;
  }
  .p-page-footer__site-id img {
    width: 60%;
  }
  .p-page-footer__nav {
    width: 80%;
  }
  .p-page-footer__foot {
    display: block;
  }
  .p-page-footer__foot p {
    margin-top: 8px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .l-page-footer {
    padding: 16vw 0 12vw;
    background-color: #f5f5f5;
  }
  .p-page-footer__body {
    display: block;
  }
  .p-page-footer__site-id {
    width: auto;
    margin-top: 7vw;
  }
  .p-page-footer__site-id img {
    width: 160px;
  }
  .p-page-footer__nav {
    display: block;
    width: auto;
  }
  .p-page-footer__nav dl {
    width: auto;
    padding-right: 0;
    border-top-style: none;
  }
  .p-page-footer__nav dl dt {
    margin-bottom: 0;
    border-top: 1px solid #e0e0e0;
    font-size: 1.2rem;
  }
  .p-page-footer__nav dl dt a {
    display: block;
    padding: 18px 0;
  }
  .p-page-footer__nav dl dt a:hover, .p-page-footer__nav dl dt a:active {
    text-decoration: none;
  }
  .p-page-footer__nav dl dd {
    height: 0;
    overflow: hidden;
    transition: height .3s ease-out;
  }
  .p-page-footer__nav dl dd ul {
    padding: 0 0 25px;
  }
  .p-page-footer__nav dl dd ul li {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .p-page-footer__nav dl dd ul li a {
    display: inline-block;
    padding: 7px 0;
  }
  .p-page-footer__nav dl dd ul li a.current {
    display: block;
    padding: 7px;
    color: #fff;
    background-color: #0065cc;
    border-radius: 4px;
  }
  .p-page-footer__toggle {
    position: relative;
  }
  .p-page-footer__toggle::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    z-index: 1;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #eee;
  }
  .p-page-footer__toggle a::before {
    content: "";
    display: block;
    position: absolute;
    right: 17px;
    top: 50%;
    z-index: 2;
    width: 7px;
    height: 1px;
    background-color: #444;
  }
  .p-page-footer__toggle a::after {
    content: "";
    display: block;
    position: absolute;
    right: 17px;
    top: 50%;
    z-index: 2;
    width: 7px;
    height: 1px;
    background-color: #444;
    transform: rotate(90deg);
    transition: transform .2s;
  }
  .p-page-footer__toggle.is-open a::after {
    transform: rotate(180deg);
  }
  .p-page-footer__foot {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
  }
  .p-page-footer__foot ul {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
  }
  .p-page-footer__foot ul li {
    margin-right: 0;
  }
  .p-page-footer__foot ul a {
    display: inline-block;
    padding: 6px 0;
    font-size: 1rem;
  }
  .p-page-footer__foot p {
    margin-top: 10vw;
    color: #888;
    font-size: 1rem;
    letter-spacing: .02em;
    text-align: left;
  }
}

/* ---- page header ---- */
body {
  position: relative;
  overflow-y: scroll;
}

.l-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 125px;
  padding-left: 40px;
  padding-right: 50px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 10px 20px rgba(0, 68, 137, 0);
  transition: background-color .2s ease-out, box-shadow .2s ease-out;
}

.l-page-header .c-site-id {
  position: relative;
  width: 200px;
  height: 100%;
}

.l-page-header .c-site-id a {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/logo_pepti_4c.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 55%;
  overflow: hidden;
  text-indent: -400px;
  opacity: 1;
  transition: opacity .3s ease-out;
}

.l-page-header .c-site-id::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/logo_pepti_1c.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 55%;
  opacity: 0;
  transition: opacity .3s ease-out;
}

.l-page-header .c-header-navigation .header-sns-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.l-page-header .c-header-navigation .header-sns-area p {
  margin: 0;
  margin-right: 30px;
  color: #333333;
}

.l-page-header .c-header-navigation .header-sns-area .sns {
  display: flex;
  align-items: center;
}

.l-page-header .c-header-navigation .header-sns-area .sns a {
  display: flex;
  align-items: center;
  margin-right: 25px;
  transition: all 0.3s;
}

.l-page-header .c-header-navigation .header-sns-area .sns a:last-child {
  margin: 0;
}

.l-page-header .c-header-navigation .header-sns-area .sns a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.l-page-header .c-header-navigation .header-sns-area .sns a:hover {
  opacity: 0.7;
}

.l-page-header .c-header-navigation .nav-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.l-page-header .c-header-navigation .nav-wrapper > a {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 20px;
  border-radius: 100px;
  background-color: #0065cc;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  opacity: 1;
  transition: opacity .2s;
}

.l-page-header .c-header-navigation .nav-wrapper > a:hover, .l-page-header .c-header-navigation .nav-wrapper > a:active {
  opacity: .85;
  text-decoration: none;
}

.l-page-header .c-header-navigation ul {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0 15px 0 0;
}

.l-page-header .c-header-navigation ul li {
  height: 100%;
  margin: 0;
  padding: 0;
}

.l-page-header .c-header-navigation ul a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  color: #333333;
  font-size: 1.6rem;
  transition: color .2s;
}

.l-page-header .c-header-navigation ul a:hover, .l-page-header .c-header-navigation ul a:active,
.l-page-header .c-header-navigation ul a .is-current {
  color: #0065cc;
  text-decoration: none;
}

.l-page-header .c-header-navigation.--en ul li a {
  font-weight: bold;
}

.l-page-header .c-hamburger-button {
  display: none;
}

.l-page-header__guide {
  position: absolute;
  left: 0;
  top: 101vh;
  bottom: 0;
  z-index: -100;
  width: 1px;
  pointer-events: none;
}

.l-page-header.is-scrolled {
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 68, 137, 0.03);
}

#top .l-page-header .c-site-id a {
  opacity: 0;
}

#top .l-page-header .c-site-id::after {
  opacity: 1;
}

#top .l-page-header .header-sns-area p {
  color: #fff;
}

#top .l-page-header .c-header-navigation ul a {
  color: #fff;
}

#top .l-page-header .c-header-navigation ul a:hover, #top .l-page-header .c-header-navigation ul a:active,
#top .l-page-header .c-header-navigation ul a .is-current {
  color: #0065cc;
}

#top .l-page-header.is-scrolled .c-site-id a {
  opacity: 1;
}

#top .l-page-header.is-scrolled .c-site-id::after {
  opacity: 0;
}

#top .l-page-header.is-scrolled .c-header-navigation ul a {
  color: #333333;
}

#top .l-page-header.is-scrolled .c-header-navigation ul a:hover, #top .l-page-header.is-scrolled .c-header-navigation ul a:active,
#top .l-page-header.is-scrolled .c-header-navigation ul a .is-current {
  color: #0065cc;
}

#top .l-page-header.is-scrolled .header-sns-area p {
  color: #333333;
}

.l-page-header .lang-button {
  display: inline-block;
  transition: all 0.3;
  padding: 3px 20px;
  margin: 0 0 0 auto;
  border-radius: 100px;
  background-color: #0065cc;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  opacity: 1;
  transition: opacity .2s;
}

.l-page-header .lang-button:hover, .l-page-header .lang-button:active {
  opacity: .85;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .l-page-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-page-header .c-header-navigation ul {
    padding-right: 9px;
  }
  .l-page-header .c-header-navigation ul a {
    padding: 0 9px;
    font-size: 1.5rem;
  }
  .l-page-header .c-header-navigation > a {
    margin-left: 0;
    padding: 3px 15px;
    font-size: 1.3rem;
  }
}

@media (max-width: 960px) {
  .l-page-header {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
    transition: background-color .2s ease-out, box-shadow .2s ease-out;
  }
  .l-page-header .c-site-id {
    width: 185px;
  }
  .l-page-header .c-site-id a {
    background-size: 80% auto;
    background-position: 50% 60%;
    transition: opacity .15s ease-out;
  }
  .l-page-header .c-site-id::after {
    background-size: 80% auto;
    background-position: 50% 60%;
    transition: opacity .15s ease-out;
  }
  .l-page-header .c-header-navigation {
    display: none;
  }
  .l-page-header .c-hamburger-button {
    display: block;
    width: 80px;
    height: 100%;
  }
  .l-page-header .c-hamburger-button button {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .l-page-header .c-hamburger-button button span {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 0;
    border-top: 1px solid #333333;
    overflow: hidden;
    opacity: 1;
    transition: border-color .4s ease-out, opacity .1s ease-out;
  }
  .l-page-header .c-hamburger-button button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 0;
    border-top: 1px solid #333333;
    transform: translateY(-5px) rotate(0);
    transition: border-color .4s ease-out, transform .2s ease-out;
  }
  .l-page-header .c-hamburger-button button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 0;
    border-top: 1px solid #333333;
    transform: translateY(5px) rotate(0);
    transition: border-color .4s ease-out, transform .2s ease-out;
  }
  #top .l-page-header .c-hamburger-button button span {
    border-top: 1px solid #fff;
  }
  #top .l-page-header .c-hamburger-button button::before {
    border-top: 1px solid #fff;
  }
  #top .l-page-header .c-hamburger-button button::after {
    border-top: 1px solid #fff;
  }
  #top .l-page-header.is-scrolled button span {
    border-top: 1px solid #333333;
  }
  #top .l-page-header.is-scrolled button::before {
    border-top: 1px solid #333333;
  }
  #top .l-page-header.is-scrolled button::after {
    border-top: 1px solid #333333;
  }
  .l-page-header.is-open {
    background-color: #0065cc !important;
    box-shadow: 0 10px 20px rgba(0, 68, 137, 0.2) !important;
  }
  .l-page-header.is-open .lang-button {
    background-color: #fff;
    color: #0065cc;
  }
  .l-page-header.is-open .c-site-id a {
    opacity: 0 !important;
    transition: opacity .15s ease-out;
  }
  .l-page-header.is-open .c-site-id::after {
    opacity: 1 !important;
    transition: opacity .15s ease-out;
  }
  .l-page-header.is-open .c-hamburger-button button span {
    opacity: 0;
  }
  .l-page-header.is-open .c-hamburger-button button::before {
    border-top: 1px solid #fff !important;
    transform: translateY(0) rotate(-30deg);
  }
  .l-page-header.is-open .c-hamburger-button button::after {
    border-top: 1px solid #fff !important;
    transform: translateY(0) rotate(30deg);
  }
}

/* ---- scrollable table ---- */
.c-anchor-link {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 45px;
       column-gap: 45px;
  margin: 0;
  padding: 3% 5%;
  background-color: #f6f6f6;
}

.c-anchor-link a {
  display: inline-block;
  position: relative;
  padding: 13px 40px 13px 0;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.4;
  white-space: initial !important;
  text-decoration: none;
}

.c-anchor-link a::after {
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  top: calc(50% - 9px);
  width: 13px;
  height: 13px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: translateY(0) rotate(45deg);
}

.c-anchor-link a:hover, .c-anchor-link a:active {
  color: #333333;
  text-decoration: none;
}

.c-anchor-link a:hover::after, .c-anchor-link a:active::after {
  -webkit-animation: anchor-link .3s ease-in-out;
          animation: anchor-link .3s ease-in-out;
}

@media (max-width: 767px) {
  .c-anchor-link {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .c-anchor-link a {
    padding: 11px 25px 11px 0;
    font-size: 1.3rem;
    width: initial !important;
  }
  .c-anchor-link a::after {
    right: 2px;
    top: calc(50% - 6px);
    width: 9px;
    height: 9px;
  }
  .c-anchor-link a:hover::after, .c-anchor-link a:active::after {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes anchor-link {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(5px) rotate(45deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes anchor-link {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(5px) rotate(45deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}

/* ---- button ---- */
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 80px 0 90px;
  border: 1px solid #0065cc;
  background-color: rgba(0, 101, 204, 0);
  color: #0065cc;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.c-button span {
  position: relative;
  display: block;
  padding: 5px 35px 5px 0;
}

.c-button span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-button:hover, .c-button:active {
  text-decoration: none;
  color: #ffffff;
  background-color: #0065cc;
}

.c-button:hover span::after, .c-button:active span::after {
  background-image: url(../images/common/icon_arrow_white.png);
}

.c-button.c-button__down span::after {
  transform: rotate(90deg);
}

.c-button.c-button__white {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.c-button.c-button__white span::after {
  background-image: url(../images/common/icon_arrow_white.png);
}

.c-button.c-button__white:hover, .c-button.c-button__white:active {
  background-color: white;
  color: #0065cc;
}

.c-button.c-button__white:hover span::after, .c-button.c-button__white:active span::after {
  background-image: url(../images/common/icon_arrow_blue.png);
}

.c-button.c-button__blue {
  background-color: #0065cc;
  color: #fff;
}

.c-button.c-button__blue span::after {
  background-image: url(../images/common/icon_arrow_white.png);
}

.c-button.c-button__blue:hover, .c-button.c-button__blue:active {
  background-color: #fff;
  color: #0065cc;
}

.c-button.c-button__blue:hover span::after, .c-button.c-button__blue:active span::after {
  background-image: url(../images/common/icon_arrow_blue.png);
}

.c-button.c-button__no-arrow span {
  padding-right: 0;
}

.c-button.c-button__no-arrow span::after {
  content: none;
}

@media (max-width: 767px) {
  .c-button {
    display: flex;
    height: 60px;
    padding: 0 20px 0 30px;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }
  .c-button span {
    padding: 5px 25px 5px 0;
  }
  .c-button span::after {
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
  }
  .c-button:hover, .c-button:active {
    text-decoration: none;
    color: #0065cc;
    background-color: rgba(0, 101, 204, 0);
  }
  .c-button:hover span::after, .c-button:active span::after {
    background-image: url(../images/common/icon_arrow_blue.png);
  }
  .c-button.c-button__white:hover, .c-button.c-button__white:active {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
  }
  .c-button.c-button__white:hover span::after, .c-button.c-button__white:active span::after {
    background-image: url(../images/common/icon_arrow_white.png);
  }
  .c-button.c-button__blue:hover, .c-button.c-button__blue:active {
    background-color: #0065cc;
    color: #fff;
  }
  .c-button.c-button__blue:hover span::after, .c-button.c-button__blue:active span::after {
    background-image: url(../images/common/icon_arrow_white.png);
  }
}

.select-container {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.select-container::after {
  font-size: 10px;
  display: inline-block;
  margin-left: 10px;
  content: "▼";
  transform: translateY(-2px);
  color: #0065cc;
}

.select-container .c-form-control {
  font-weight: 200;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.c-card-gradation {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 340px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .c-card-gradation {
    height: 240px;
  }
}

.c-card-gradation .gradation-cover {
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .c-card-gradation .gradation-cover {
    display: block;
    padding-right: 6.8vw;
    padding-left: 6.8vw;
  }
}

.c-card-gradation .gradation-cover.--dark-blue {
  background: linear-gradient(to right, #0d59a7 25%, rgba(0, 0, 0, 0));
}

.c-card-gradation .gradation-cover.--blue {
  background: linear-gradient(to right, #0994bc 25%, rgba(0, 0, 0, 0));
}

.c-card-gradation .gradation-cover.--light-blue {
  background: linear-gradient(to right, #46BCDE 25%, rgba(0, 0, 0, 0));
}

.c-card-gradation .gradation-cover.--light-blue2 {
  background: linear-gradient(to right, #A6CED9 25%, rgba(0, 0, 0, 0));
}

.c-card-gradation .gradation-cover.--deep-blue {
  background: linear-gradient(to right, #003c79 25%, rgba(0, 0, 0, 0));
}

.c-card-gradation .gradation-cover.--green {
  background: linear-gradient(to right, #155c06 25%, rgba(0, 0, 0, 0));
}

.c-card-gradation .gradation-cover .text {
  width: 68%;
}

@media (max-width: 767px) {
  .c-card-gradation .gradation-cover .text {
    width: 100%;
  }
}

.c-card-gradation .gradation-cover .text .title {
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
}

@media (max-width: 767px) {
  .c-card-gradation .gradation-cover .text .title {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}

.c-card-gradation .gradation-cover .text .description {
  font-size: 1.4rem;
  color: #ffffff;
}

@media (max-width: 767px) {
  .c-card-gradation .gradation-cover .text .description {
    margin-bottom: 35px;
  }
}

.c-card-gradation .gradation-cover .vector {
  width: 45px;
  height: 45px;
  border: #ffffff 1px solid;
  border-radius: 50%;
  background-image: url(/assets/images/common/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 35%;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .c-card-gradation .gradation-cover .vector {
    width: 30px;
    height: 30px;
  }
}

.c-card-gradation:hover .vector {
  transform: translateX(15%);
}

/* ---- body container ---- */
/* base container */
.c-body-container {
  padding-right: 50px;
  padding-left: 50px;
}

.c-body-container .c-body-container__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .c-body-container {
    padding-right: 6.8vw;
    padding-left: 6.8vw;
  }
  .c-body-container .c-body-container__inner {
    max-width: none;
  }
}

.c-nav-container {
  background-color: #f6f6f6;
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
  z-index: 100;
}

@media (max-width: 767px) {
  .c-nav-container {
    display: none;
  }
}

.c-nav-container__inner ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
}

.c-nav-container__inner ul li {
  padding: 20px 0;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.c-nav-container__inner ul li:hover {
  background-color: #e0e0e0;
}

.c-nav-container__inner ul li:not(:last-child):not(:has(a.current)):after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  background-color: #e0e0e0;
  top: 20px;
  bottom: 20px;
  right:0;
}
.c-nav-container__inner ul li:last-child {
  border-right: initial;
}

.c-nav-container__inner ul li:has(a.current){
  background-color: #0065cc;
}
.c-nav-container__inner ul li:has(a.current):hover{
  background-color: #0065cc;
  opacity: 0.7;
}

.c-nav-container__inner ul li a {
  display: inline-block;
  padding: 0 20px;
}

.c-nav-container__inner ul li a.current {
  color: #fff;
}

.c-nav-container__inner ul li a.outbound::after {
  width: 13px;
  height: 13px;
  margin-left: 5px;
}

.c-page-heading-container {
  padding-right: 50px;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .c-page-heading-container {
    padding-right: 6.8vw;
    padding-left: 6.8vw;
  }
}

.c-page-heading-container__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .c-page-heading-container__inner {
    max-width: none;
  }
}

.c-content-container {
  padding: 60px;
}

@media (max-width: 767px) {
  .c-content-container {
    padding: 20px;
  }
}

/* ---- button with image ---- */
.c-image-button {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.c-image-button dl {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0 0 5% 6.5%;
}

.c-image-button dl dt {
  margin: 0;
  padding: 0 calc(10% + 40px) 0 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.c-image-button dl dd {
  position: relative;
  margin: .5em 0 0;
  padding: 0 calc(10% + 40px) 0 0;
  font-size: 1.4rem;
  line-height: 1.7;
}

.c-image-button dl dd::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url(../images/common/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 50%;
}

.c-image-button picture {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0, 0, 0.3, 1);
}

.c-image-button picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-image-button:hover, .c-image-button:active {
  color: #fff;
  text-decoration: none;
}

.c-image-button:hover picture, .c-image-button:active picture {
  transform: scale(1.08);
}

@media (max-width: 767px) {
  .c-image-button dl {
    padding: 0 6.8vw 6.8vw 6.8vw;
  }
  .c-image-button dl dt {
    padding: 0;
    font-size: 1.4rem;
  }
  .c-image-button dl dd {
    padding: 0 0 calc(1.2em + 20px) 0;
    font-size: 1rem;
  }
  .c-image-button dl dd::after {
    left: -2px;
    right: auto;
    width: 20px;
    height: 20px;
    background-size: 8px;
  }
  .c-image-button picture {
    transform: none;
    transition: none;
  }
  .c-image-button:hover picture, .c-image-button:active picture {
    transform: none;
  }
}

/* ---- scrollable modal ---- */
.c-scrollable-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.c-scrollable-modal__container {
  position: absolute;
  left: 50%;
  top: 120px;
  z-index: 2;
  width: calc(100% - 50px * 2);
  max-width: 1200px;
  padding: 40px 2% 40px 6%;
  background-color: #fff;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .2s 0s ease-out;
}

.c-scrollable-modal__container .scrollbar-track-y {
  width: 5px;
  border-radius: 2.5px;
  background-color: #e8e8e8;
  overflow: hidden;
}

.c-scrollable-modal__container .scrollbar-thumb-y {
  width: 5px;
  background-color: #0065cc;
}

.c-scrollable-modal__inner {
  height: 480px;
  overflow-y: auto;
}

.c-scrollable-modal__inner .scroll-content {
  margin-right: 5%;
}

.c-scrollable-modal__body[aria-hidden="true"] {
  display: none;
}

.c-scrollable-modal__button {
  position: absolute;
  left: 50%;
  top: 30px;
  z-index: 2;
  width: calc(100% - 50px * 2);
  max-width: 1200px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .2s 0s ease-out;
}

.c-scrollable-modal__button button {
  display: block;
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 0 0 auto;
  border-style: none;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  text-indent: -400px;
  transition: background-color .2s;
}

.c-scrollable-modal__button button::before {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 35px;
  width: 36px;
  height: 2px;
  background-color: #0065cc;
  transform: rotate(45deg);
  transition: background-color .2s;
}

.c-scrollable-modal__button button::after {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 35px;
  width: 36px;
  height: 2px;
  background-color: #0065cc;
  transform: rotate(-45deg);
  transition: background-color .2s;
}

.c-scrollable-modal__button button:hover, .c-scrollable-modal__button button:active {
  background-color: #0065cc;
}

.c-scrollable-modal__button button:hover::before, .c-scrollable-modal__button button:hover::after, .c-scrollable-modal__button button:active::before, .c-scrollable-modal__button button:active::after {
  background-color: #fff;
}

.c-scrollable-modal__cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity .3s ease-out, transform .3s ease-out;
}

.c-scrollable-modal.is-shown {
  pointer-events: auto;
}

.c-scrollable-modal.is-shown .c-scrollable-modal__container,
.c-scrollable-modal.is-shown .c-scrollable-modal__button {
  opacity: 1;
  transition: opacity .2s .2s ease-out;
}

.c-scrollable-modal.is-shown .c-scrollable-modal__cover {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 767px) {
  .c-scrollable-modal__container {
    top: 70px;
    width: calc(100% - 6.8vw * 2);
    max-width: none;
    padding: 20px 2% 20px 4%;
  }
  .c-scrollable-modal__container .scrollbar-track-y {
    width: 3px;
    border-radius: 1.5px;
  }
  .c-scrollable-modal__container .scrollbar-thumb-y {
    width: 3px;
  }
  .c-scrollable-modal__inner .scroll-content {
    margin-right: 4%;
  }
  .c-scrollable-modal__button {
    top: 15px;
    width: calc(100% - 6.8vw * 2);
    max-width: none;
  }
  .c-scrollable-modal__button button {
    width: 40px;
    height: 40px;
    transition: none;
  }
  .c-scrollable-modal__button button::before {
    left: 10px;
    top: 19px;
    width: 20px;
    transition: none;
  }
  .c-scrollable-modal__button button::after {
    left: 10px;
    top: 19px;
    width: 20px;
    transition: none;
  }
  .c-scrollable-modal__button button:hover, .c-scrollable-modal__button button:active {
    background-color: #fff;
  }
  .c-scrollable-modal__button button:hover::before, .c-scrollable-modal__button button:hover::after, .c-scrollable-modal__button button:active::before, .c-scrollable-modal__button button:active::after {
    background-color: #0065cc;
  }
}

/* ---- scrollable table ---- */
.c-scrollable-table {
  position: relative;
  overflow-x: auto;
  padding-bottom: 10px;
}

.c-scrollable-table::-webkit-scrollbar {
  height: 10px;
}

.c-scrollable-table .p-pipeline-table__swipe {
  display: none;
}

.c-scrollable-table::-webkit-scrollbar-track {
  background-color: #e8e8e8;
  border-radius: 2px;
}

.c-scrollable-table::-webkit-scrollbar-thumb {
  background-color: #0065cc;
  border-radius: 2px;
}

.c-scrollable-table__cover {
  display: none;
}

@media (max-width: 767px) {
  .c-scrollable-table {
    margin: 0 -6.8vw;
  }
  .c-scrollable-table::-webkit-scrollbar {
    display: none;
  }
  .c-scrollable-table table {
    position: relative;
    margin-left: 6.8vw;
  }
  .c-scrollable-table table::after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 6.8vw;
    height: 1px;
  }
  .c-scrollable-table__cover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    pointer-events: none;
    opacity: 1;
    transition: opacity .3s ease-out;
  }
  .c-scrollable-table__cover::before {
    content: "";
    display: block;
    position: absolute;
    left: 6.8vw;
    top: 0;
    z-index: 0;
    width: 780px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .c-scrollable-table__cover::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 120px);
    top: 40px;
    z-index: 1;
    width: 240px;
    height: 40px;
    background-image: url(../images/pipeline/swipe.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .c-scrollable-table__cover span {
    display: inline-block;
    position: relative;
    z-index: 3;
  }
  .c-scrollable-table.is-hidden .c-scrollable-table__cover {
    opacity: 0;
  }
}

.c-page-heading {
  margin: 100px 0 0;
  color: #0065cc;
  font-family: "Inter", sans-serif;
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 767px) {
  .c-page-heading {
    font-size: 3.6rem;
  }
}

.c-page-heading span {
  display: block;
  margin-top: .9em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .03em;
}

@media (max-width: 767px) {
  .c-page-heading span {
    font-size: 1.5rem;
  }
}

#article main {
  padding-top: 170px;
}

#article main .c-page-heading-container__inner .data {
  display: flex;
  overflow-x: auto;
  align-items: center;
}

#article main .c-page-heading-container__inner .data div {
  line-height: 1em;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 30px;
}

#article main .c-page-heading-container__inner .data div:not(.date) {
  font-size: 1.4rem;
  margin-right: 10px;
  padding: 5px 15px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

@media (max-width: 767px) {
  #article main .c-page-heading-container__inner .data div:not(.date) {
    font-size: 1.2rem;
  }
}

.c-article-title {
  font-size: 3.6rem;
}

@media (max-width: 767px) {
  .c-article-title {
    font-size: 2.6rem;
  }
}

.p-article-content *:first-child {
  margin-top: 0;
}

.p-article-content h2 {
  font-size: 3.2rem;
  margin: 0;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .p-article-content h2 {
    font-size: 2rem;
  }
}

.p-article-content h3 {
  font-size: 2.8rem;
  margin: 0;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .p-article-content h3 {
    font-size: 1.6rem;
  }
}

.p-article-content h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .p-article-content h4 {
    font-size: 1.2rem;
  }
}

.p-article-content p {
  font-size: 1.6rem;
  margin: 0;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-article-content p {
    font-size: 1.2rem;
  }
}

.p-article-content p a {
  display: inline;
}

.p-article-content a {
  font-size: 1.6rem;
  display: block;
  margin-top: 20px;
  transition: all 0.3s;
  color: #0065cc;
}

@media (max-width: 767px) {
  .p-article-content a {
    font-size: 1.2rem;
  }
}

.p-article-content a.pdf {
  color: #000000;
}

.p-article-content a.pdf::after {
  font-size: 1.4rem;
  line-height: 1em;
  display: inline-block;
  margin-left: 20px;
  padding: 5px 10px;
  content: "PDF";
  color: #0065cc;
  border: 1px solid #0065cc;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .p-article-content a.pdf::after {
    font-size: 1rem;
    margin-left: 10px;
    padding: 2px 7px;
    border-radius: 3px;
  }
}

.p-article-content a.outbound {
  color: #000000;
}

.p-article-content a.outbound::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 20px;
  content: "";
  transform: rotate(-45deg) translateY(5px);
  background-image: url(../images/common/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 767px) {
  .p-article-content a.outbound::after {
    width: 13px;
    height: 13px;
    margin-left: 10px;
  }
}

.p-article-content a:hover {
  opacity: 0.7;
}

.p-article-content ul {
  margin-top: 45px;
  padding-left: 0;
}

.p-article-content ul li {
  display: flex;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-article-content ul li {
    margin-top: 4.6666666667vw;
  }
}

.p-article-content ul li:first-child {
  margin-top: 0;
}

.p-article-content ul li::before {
  display: inline-block;
  margin-right: 25px;
  content: "・";
  color: #0065cc;
}

.p-article-content ol {
  margin-top: 45px;
  padding-left: 0;
  counter-reset: item;
}

.p-article-content ol li {
  margin-top: 20px;
  padding-left: 0.2rem;
  list-style-type: none;
}

.p-article-content ol li::before {
  /* 以下は自由に装飾... */
  font-weight: bold;
  margin-right: 25px;
  content: "0" counter(item);
  counter-increment: item;
  color: #0065cc;
}

.p-article-content ol ul {
  margin-top: 20px;
  counter-reset: item;
}

.p-article-content ol ul li {
  padding-left: 3.2rem;
}

.p-article-content ol ul li::before {
  display: inline-block;
  margin-right: 25px;
  content: "・";
  color: #0065cc;
}

.p-article-content img {
  width: 100%;
  margin-top: 45px;
}

.p-article-content .c-image--1col {
  margin-top: 45px;
}

.p-article-content .c-image--1col p {
  margin-top: 0;
}

.p-article-content .c-image--2col {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .p-article-content .c-image--2col {
    display: block;
  }
}

.p-article-content .c-image--2col div {
  width: 48%;
}

@media (max-width: 767px) {
  .p-article-content .c-image--2col div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-article-content .c-image--2col div:last-child {
    margin-top: 45px;
  }
}

.p-article-content .c-image--2col p {
  margin-top: 0;
}

.p-article-content iframe {
  width: 100%;
  height: 100%;
  margin-top: 45px;
  aspect-ratio: 16 / 9;
}

.p-article-content .c-text-box--blue {
  padding: 30px 40px;
  background-color: #f1f8fe;
}

.p-article-content .c-text-box--gray {
  padding: 30px 40px;
  background-color: #f5f5f5;
}

.p-article-content table {
  border-spacing: 0 30px;
}

.p-article-content table tr th {
  font-weight: bold;
  width: 25%;
  padding-right: 5%;
  text-align: left;
  vertical-align: top;
}

.p-article-content table tr td {
  text-align: left;
  vertical-align: top;
}

.p-article-content table tr td:first-child {
  font-weight: bold;
  width: 25%;
  padding-right: 5%;
}

@media (max-width: 767px) {
  .p-article-content table:not([class]) tr {
    display: block;
  }
}

@media (max-width: 767px) {
  .p-article-content table:not([class]) tr th {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-article-content table:not([class]) tr td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-article-content table:not([class]) tr td:first-child {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-article-content table:not([class]) tr:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

.p-article-content .table-4col {
  display: block;
  overflow-x: auto;
  border-spacing: 0;
  border-collapse: collapse;
}

.p-article-content .table-4col tbody {
  min-width: 840px;
}

.p-article-content .table-4col tr {
  border: 1px solid #cccccc;
}

.p-article-content .table-4col tr th {
  font-weight: bold;
  min-width: 209px;
  padding: 20px 20px;
  color: #ffffff;
  border: 1px solid #cccccc;
  background-color: #0065cc !important;
}

.p-article-content .table-4col tr td {
  min-width: 209px;
  padding: 20px 20px;
  border: 1px solid #cccccc;
}

.p-article-content .table-4col tr td:first-child {
  background-color: #f1f8fe;
}

.p-article-content .share-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  padding: 60px 0;
  border-top: 1px solid #0065cc;
  border-bottom: 1px solid #0065cc;
}

@media (max-width: 767px) {
  .p-article-content .share-area {
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0;
    padding-top: 30px;
  }
}

.p-article-content .share-area .text {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .p-article-content .share-area .text {
    justify-content: center;
    width: 70%;
  }
}

.p-article-content .share-area .text * {
  font-size: 1.6rem;
  margin: 0;
}

@media (max-width: 767px) {
  .p-article-content .share-area .text * {
    font-size: 1.2rem;
  }
}

.p-article-content .share-area .text .title {
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  margin-right: 20px;
  color: #0065cc;
}

@media (max-width: 767px) {
  .p-article-content .share-area .text .title {
    font-size: 2.4rem;
  }
}

.p-article-content .share-area .icon {
  display: flex;
}

@media (max-width: 767px) {
  .p-article-content .share-area .icon {
    justify-content: center;
    width: 70%;
    margin-top: 30px;
  }
}

.p-article-content .share-area .icon a, .p-article-content .share-area .icon button {
  width: 45px;
  height: 45px;
  margin: 0;
  margin-right: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

@media (max-width: 767px) {
  .p-article-content .share-area .icon a, .p-article-content .share-area .icon button {
    width: 37.5px;
    height: 37.5px;
  }
}

.p-article-content .share-area .icon a:last-child, .p-article-content .share-area .icon button:last-child {
  margin-right: 0;
}

.p-article-content .share-area .icon button {
  background-color: #fff !important;
  border: none !important;
  transition: all 0.3s;
}

.p-article-content .share-area .icon button:hover {
  opacity: 0.7;
}

.p-article-content .share-area .icon .chain {
  background-image: url("/assets/images/common/chain-ico.svg");
}

.p-article-content .share-area .icon .facebook {
  background-image: url("/assets/images/common/facebook-ico.svg");
}

.p-article-content .share-area .icon .twitter {
  background-image: url("/assets/images/common/twitter-ico.svg");
}

.p-article-content .btn-area-wrapper .btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .p-article-content .btn-area-wrapper .btn-area {
    margin-top: 30px;
  }
}

.p-article-content .btn-area-wrapper .btn-area a {
  position: relative;
  width: 30%;
  margin: 0;
  padding: 0;
  padding: 20px;
}

@media (max-width: 767px) {
  .p-article-content .btn-area-wrapper .btn-area a {
    width: 48%;
  }
}

.p-article-content .btn-area-wrapper .btn-area a:hover {
  opacity: 1;
}

.p-article-content .btn-area-wrapper .btn-area a:first-child::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 20px;
  content: "";
  transform: rotate(180deg);
  background-image: url(../images/common/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-article-content .btn-area-wrapper .btn-area a:first-child:hover::before {
  background-image: url(/assets/images/common/icon_arrow_white.png);
}

.p-article-content .btn-area-wrapper .btn-area a:last-child::after {
  position: absolute;
  right: 2.5%;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 20px;
  content: "";
  background-image: url(../images/common/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-article-content .btn-area-wrapper .btn-area a:last-child:hover::after {
  background-image: url(/assets/images/common/icon_arrow_white.png);
}

@media (max-width: 767px) {
  .p-article-content .btn-area-wrapper .c-button.u-pc-hidden {
    margin: 0;
    margin-top: 30px;
  }
}

.p-article-content .c-card-item {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

.p-article-content .c-card-item .image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 5%;
}

.p-article-content .c-card-item .image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-article-content .c-card-item .text {
  width: 85%;
}

@media (max-width: 767px) {
  .p-article-content .c-card-item .text {
    width: calc(95% - 100px);
  }
}

.p-article-content .c-card-item .text .title {
  font-weight: bold;
  color: #0065cc;
}

.p-article-content .c-card-item .text p:not([class]) {
  margin-top: 5px;
}

a.outbound {
  color: #000000;
}

a.outbound::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 20px;
  content: "";
  transform: rotate(-45deg) translateY(2px);
  background-image: url(../images/common/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 767px) {
  a.outbound::after {
    width: 13px;
    height: 13px;
    margin-left: 10px;
  }
}

#article .p-article-content table:not([class]) {
  overflow-x: auto !important;
  display: block;
  width: 100% !important;
  height: auto !important;
}

#article .p-article-content table:not([class]) tbody {
  display: table-row-group !important;
  min-width: 840px !important;
}

#article .p-article-content table:not([class]) tbody tr {
  display: table-row;
}

@media (max-width: 767px) {
  #article .p-article-content table:not([class]) tbody tr td {
    width: initial;
    display: table-cell;
    min-width: 200px;
  }
}

/* ---- careers ---- */
#careers {
  /* header padding */
  /* breadcrumbs */
  /*
.breadcrumb {
	margin-top: -20px;
}

@include sp {

	.breadcrumb {
		margin-top: 4vw;
	}

}
*/
}

#careers main {
  padding-top: 125px;
}

@media (max-width: 767px) {
  #careers main {
    padding-top: 80px;
  }
}

#careers main .c-nav-container {
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
  z-index: 99;
}

#careers .breadcrumb + .c-body-container {
  margin-top: 90px;
}

@media (max-width: 767px) {
  #careers main {
    padding-top: calc(40vw - 100px);
  }
  #careers .breadcrumb + .c-body-container {
    margin-top: 20px;
  }
}

/* ---- careers: index ---- */
/* heading */
.p-careers-h2 {
  position: relative;
  padding-top: 110px;
  overflow-x: hidden;
}

.p-careers-h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 450px;
  background-image: linear-gradient(0deg, #fff 0%, #f2f7fc 100%);
}

.p-careers-h2::after {
  content: "Drug Discovery Powerhouse";
  display: block;
  position: absolute;
  left: 4%;
  top: 40px;
  z-index: -1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20rem;
  font-weight: 500;
  white-space: nowrap;
}

.p-careers-h2__heading {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 5.4rem;
}

.p-careers-h2__heading + p {
  display: block;
  width: 900px;
  max-width: 100%;
  margin: 30px 0 130px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 3.6rem;
}

@media (max-width: 767px) {
  .p-careers-h2 {
    padding-top: 15vw;
  }
  .p-careers-h2::before {
    height: 70vw;
  }
  .p-careers-h2::after {
    left: 2%;
    top: 2vw;
    font-size: 14vw;
  }
  .p-careers-h2__heading {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .p-careers-h2__heading + p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin: 4vw 0 13vw;
  }
}

/* ---- careers: policy ---- */
/* container */
.p-careers-policy {
  position: relative;
  padding-top: 480px;
}

.p-careers-policy::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-careers-policy__1::before {
  background-image: url(/assets/images/company/mv_pc.png);
}

.p-careers-policy__2::before {
  background-image: url(../images/careers/policy/img_2_pc.jpg);
}

.p-careers-policy__3::before {
  background-image: url(../images/careers/policy/img_3_pc.jpg);
}

.p-careers-policy + .p-careers-policy {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .p-careers-policy {
    padding-top: 60vw;
  }
  .p-careers-policy::before {
    height: 60vw;
  }
  .p-careers-policy__1::before {
    background-image: url(/assets/images/company/mv_sp.png);
  }
  .p-careers-policy__2::before {
    background-image: url(../images/careers/policy/img_2_sp.jpg);
  }
  .p-careers-policy__3::before {
    background-image: url(../images/careers/policy/img_3_sp.jpg);
  }
  .p-careers-policy + .p-careers-policy {
    margin-top: 20vw;
  }
}

/* heading */
.p-careers-policy__heading {
  position: relative;
  margin: 100px 0 0;
  padding: 70px 0;
  border-top: 1px solid #e0e0e0;
  font-size: 1.8rem;
  letter-spacing: .06em;
  line-height: 1.6;
}

.p-careers-policy__heading::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 1px;
  background-color: #0065cc;
}

.p-careers-policy__heading::after {
  position: absolute;
  right: 4%;
  top: 25px;
  color: #f6f6f6;
  font-family: "Inter", sans-serif;
  font-size: 12rem;
  font-weight: 500;
  letter-spacing: -.03em;
}

.p-careers-policy__heading .u-font-en {
  display: block;
  margin-bottom: .15em;
  font-size: 4.8rem;
  line-height: 1.2;
}

.p-careers-policy__1 .p-careers-policy__heading::after {
  content: "01";
}

.p-careers-policy__2 .p-careers-policy__heading::after {
  content: "02";
}

.p-careers-policy__3 .p-careers-policy__heading::after {
  content: "03";
}

@media (max-width: 1120px) {
  .p-careers-policy__heading .u-font-en .u-pc-hidden {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .p-careers-policy__heading {
    margin: 10vw 0 0;
    padding: 13vw 0 6vw;
    font-size: 1.5rem;
  }
  .p-careers-policy__heading::after {
    top: -2vw;
    right: 0;
    font-size: 5rem;
  }
  .p-careers-policy__heading .u-font-en {
    font-size: 3rem;
  }
}

/* list */
.p-careers-policy__list {
  margin: 0;
  padding: 0;
}

.p-careers-policy__list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.6em;
  font-size: 1.6rem;
  line-height: 2;
}

.p-careers-policy__list li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #e0e0e0;
  transform: scale(0.8);
}

@media (max-width: 767px) {
  .p-careers-policy__list li {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

/* panel */
.p-careers-policy__panel {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin: 80px 0 0;
  padding: 0;
}

.p-careers-policy__panel li {
  width: 32%;
  min-height: 410px;
  margin: 0;
  padding: 3%;
  border-radius: 15px;
  box-shadow: 0 0 50px #dff1ff inset;
}

.p-careers-policy__panel .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-careers-policy__panel dl {
  margin: 0;
  padding: 0;
  color: #0065cc;
  line-height: 1;
  text-align: center;
}

.p-careers-policy__panel dl dt {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

.p-careers-policy__panel dl dt br {
  display: none;
}

.p-careers-policy__panel dl dd {
  margin: 15px 0 0;
  padding: 0;
}

.p-careers-policy__panel dl dd img {
  display: inline-block;
  width: 96px;
}

.p-careers-policy__panel dl dd p {
  margin: 20px 0 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12rem;
  letter-spacing: -.05em;
}

.p-careers-policy__panel dl dd p.small {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
}

.p-careers-policy__panel dl dd span {
  font-size: 6rem;
}

.p-careers-policy__panel dl dd span.jp {
  font-size: 5.2rem;
  font-weight: bold;
}

.p-careers-policy__panel dl.small dt {
  margin-top: 25px;
}

.p-careers-policy__panel dl.small dt:first-child {
  margin-top: 0;
}

.p-careers-policy__panel dl.small dd {
  margin-top: 8px;
}

.p-careers-policy__panel dl.small dd p {
  margin-top: 0;
  font-size: 6rem;
}

.p-careers-policy__panel dl.small dd span {
  font-size: 4.8rem;
}

@media (max-width: 1120px) {
  .p-careers-policy__panel li {
    padding: 3% 2%;
    min-height: 330px;
  }
  .p-careers-policy__panel dl dt br {
    display: inline;
  }
  .p-careers-policy__panel dl dd p {
    font-size: 8rem;
  }
  .p-careers-policy__panel dl dd p.small {
    font-size: 3rem;
    line-height: 1.3;
  }
  .p-careers-policy__panel dl dd span {
    font-size: 5rem;
  }
  .p-careers-policy__panel dl dd span.jp {
    font-size: 4.2rem;
  }
}

@media (max-width: 767px) {
  .p-careers-policy__panel {
    gap: 3.6vw 4%;
    margin: 8vw 0 0;
  }
  .p-careers-policy__panel li {
    width: 48%;
    min-height: auto;
    padding: 5% 3%;
    border-radius: 10px;
    box-shadow: 0 0 30px #dff1ff inset;
  }
  .p-careers-policy__panel dl dt {
    font-size: 1.3rem;
  }
  .p-careers-policy__panel dl dd {
    margin: 5px 0 0;
  }
  .p-careers-policy__panel dl dd img {
    width: 80px;
  }
  .p-careers-policy__panel dl dd p {
    margin: 7px 0 0;
    font-size: 5rem;
  }
  .p-careers-policy__panel dl dd p.small {
    font-size: 2.3rem;
  }
  .p-careers-policy__panel dl dd span {
    font-size: 3rem;
  }
  .p-careers-policy__panel dl dd span.jp {
    font-size: 2.6rem;
  }
  .p-careers-policy__panel dl.small dt {
    margin-top: 10px;
  }
  .p-careers-policy__panel dl.small dd {
    margin-top: 3px;
  }
  .p-careers-policy__panel dl.small dd p {
    font-size: 4rem;
  }
  .p-careers-policy__panel dl.small dd span {
    font-size: 2.8rem;
  }
}

/* card */
.p-careers-card {
  display: flex;
  margin: 160px 0 200px;
}

.p-careers-card .c-card-gradation {
  width: 50%;
}

.p-careers-card .c-card-gradation .u-credit {
  bottom: 0px;
}

@media (max-width: 767px) {
  .p-careers-card .c-card-gradation .u-credit {
    bottom: 5px;
  }
}

@media (max-width: 767px) {
  .p-careers-card {
    display: block;
    margin: 21vw -6.8vw;
  }
  .p-careers-card .c-card-gradation {
    width: 100%;
  }
}

/* ---- careers: job ---- */
/* header image */
.p-careers-job {
  position: relative;
  padding-top: 480px;
}

.p-careers-job::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 480px;
  background-image: url(/assets/images/careers/policy/img_1_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .p-careers-job {
    padding-top: 60vw;
  }
  .p-careers-job::before {
    height: 60vw;
    background-image: url(/assets/images/careers/policy/img_1_sp.jpg);
  }
}

/* lead copy */
.p-careers-job > .c-body-container__inner > p:first-child {
  margin: 90px 0 0;
  font-size: 1.6rem;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .p-careers-job > .c-body-container__inner > p:first-child {
    margin-top: 10vw;
    font-size: 1.2rem;
  }
}

/* table */
.p-careers-job__table {
  margin-top: 70px;
}

.p-careers-job__table table {
  display: block;
  position: relative;
  width: 1200px;
  border-collapse: collapse;
}

.p-careers-job__table thead {
  display: block;
}

.p-careers-job__table thead tr {
  display: flex;
  -moz-column-gap: 1%;
       column-gap: 1%;
  width: 100%;
}

.p-careers-job__table thead tr th {
  display: block;
  padding: 16px 10px;
  border: 1px solid #0065cc;
  color: #0065cc;
  font-size: 1.6rem;
}

.p-careers-job__table thead tr th:nth-child(1) {
  width: 79.8%;
}

.p-careers-job__table thead tr th:nth-child(2) {
  width: 19.2%;
}

.p-careers-job__table thead tr td {
  display: block;
  width: 19.2%;
  height: 620px;
  margin-top: 1%;
  padding: 35px 10px 0;
  background-color: #f1f9ff;
  font-size: 1.6rem;
  text-align: center;
}

.p-careers-job__table tbody {
  display: block;
  position: absolute;
  left: 0;
  top: 170px;
  width: 100%;
}

.p-careers-job__table tbody tr {
  display: block;
  position: relative;
  height: 70px;
}

.p-careers-job__table tbody tr td {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 50px;
  background-color: #0065cc;
  color: #fff;
  font-size: 1.6rem;
}

.p-careers-job__table tbody tr td::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #0065cc;
}

.p-careers-job__table tbody tr:nth-child(1) td {
  left: 0;
  width: 50%;
}

.p-careers-job__table tbody tr:nth-child(2) td {
  left: 9.6%;
  width: 48%;
}

.p-careers-job__table tbody tr:nth-child(3) td {
  left: 20.2%;
  width: 37.4%;
}

.p-careers-job__table tbody tr:nth-child(4) td {
  left: 20.2%;
  width: 60.6%;
}

.p-careers-job__table tbody tr:nth-child(5) td {
  left: 20.2%;
  width: 60.6%;
}

.p-careers-job__table tbody tr:nth-child(6) td {
  left: 29.8%;
  width: 60.6%;
}

.p-careers-job__table tbody tr:nth-child(7) td {
  left: 0;
  width: 90.4%;
}

@media (max-width: 767px) {
  .p-careers-job__table {
    margin-top: 8vw;
  }
  .p-careers-job__table table {
    width: 760px;
  }
  .p-careers-job__table thead tr th {
    padding: 8px 10px;
    font-size: 1.3rem;
  }
  .p-careers-job__table thead tr td {
    height: 430px;
    padding: 20px 5px 0;
    font-size: 1.3rem;
  }
  .p-careers-job__table tbody {
    top: 110px;
  }
  .p-careers-job__table tbody tr {
    height: 50px;
  }
  .p-careers-job__table tbody tr td {
    height: 36px;
    font-size: 1.2rem;
  }
  .p-careers-job__table tbody tr td::after {
    border-width: 18px 0 18px 10px;
  }
}

/* anchor links */
.p-careers-job__table + .c-anchor-link {
  margin: 120px 0 0;
}

@media (max-width: 767px) {
  .p-careers-job__table + .c-anchor-link {
    margin-top: 15vw;
  }
  .p-careers-job__table + .c-anchor-link a {
    white-space: initial !important;
  }
}

/* group: container */
.p-careers-group {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .p-careers-group {
    margin-top: 15vw;
  }
}

/* group: heading */
.p-careers-group__heading {
  position: relative;
  margin: 100px 0 0;
  padding: 70px 0 0;
  border-top: 1px solid #e0e0e0;
  font-size: 1.8rem;
  letter-spacing: .06em;
  line-height: 1.6;
}

.p-careers-group__heading::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 1px;
  background-color: #0065cc;
}

.p-careers-group__heading .u-font-en {
  display: block;
  margin-bottom: .15em;
  font-size: 4.8rem;
  line-height: 1.2;
}

.p-careers-group__heading + p {
  margin: 40px 0 0;
  font-size: 1.6rem;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .p-careers-group__heading {
    margin: 10vw 0 0;
    padding: 13vw 0 0;
    font-size: 1.5rem;
  }
  .p-careers-group__heading .u-font-en {
    margin-bottom: .3em;
    font-size: 3rem;
    line-height: 1.1;
  }
  .p-careers-group__heading + p {
    margin-top: 6vw;
    font-size: 1.2rem;
  }
}

/* group: panel */
.p-careers-group__panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  padding: 6.7% 5.8%;
  box-shadow: 0 0 50px #dff1ff inset;
}

.p-careers-group__panel:first-of-type {
  margin-top: 70px;
}

.p-careers-group__panel img {
  display: block;
  width: 47%;
}

.p-careers-group__panel > div {
  width: 49%;
  padding-top: 8px;
}

.p-careers-group__panel h3 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .05em;
}

.p-careers-group__panel h3 + p {
  margin: 5px 0 0;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.5;
}

.p-careers-group__panel h3 + p + p {
  margin: 30px 0 0;
  font-size: 1.6rem;
  line-height: 1.9;
}

.p-careers-group__panel a {
  display: inline-block;
  position: relative;
  margin-top: 25px;
  padding: 5px 35px 5px 0;
  color: #0065cc;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-careers-group__panel a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateX(0);
  transition: transform .2s;
}

.p-careers-group__panel a:hover, .p-careers-group__panel a:active {
  text-decoration: none;
}

.p-careers-group__panel a:hover::after, .p-careers-group__panel a:active::after {
  transform: translateX(5px);
}

@media (max-width: 1120px) {
  .p-careers-group__panel img {
    width: 37%;
  }
  .p-careers-group__panel > div {
    width: 59%;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .p-careers-group__panel {
    display: block;
    margin-top: 8vw;
    padding: 6% 6% 5%;
    box-shadow: 0 0 30px #dff1ff inset;
  }
  .p-careers-group__panel:first-of-type {
    margin-top: 8vw;
  }
  .p-careers-group__panel img {
    width: auto;
  }
  .p-careers-group__panel > div {
    width: auto;
    padding-top: 5%;
  }
  .p-careers-group__panel h3 {
    font-size: 1.8rem;
  }
  .p-careers-group__panel h3 + p {
    margin: 0;
    font-size: 1.2rem;
  }
  .p-careers-group__panel h3 + p + p {
    margin: 15px 0 0;
    font-size: 1.2rem;
  }
  .p-careers-group__panel a {
    margin-top: 8px;
    padding: 5px 25px 5px 0;
    font-size: 1.2rem;
    letter-spacing: .03em;
  }
  .p-careers-group__panel a::after {
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    transition: none;
  }
  .p-careers-group__panel a:hover::after, .p-careers-group__panel a:active::after {
    transform: translateX(0);
  }
}

/* ---- careers: people ---- */
/* container */
.p-careers-people {
  position: relative;
  padding-bottom: 160px;
  background-color: #f6f6f6;
}

.p-careers-people::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.p-careers-people.p-careers-people__1::before {
  background-image: url(../images/careers/people/img_1_pc.jpg);
}

.p-careers-people.p-careers-people__2::before {
  background-image: url(../images/careers/people/img_2_pc.jpg);
}

.p-careers-people.p-careers-people__3::before {
  background-image: url(../images/careers/people/img_3_pc.jpg);
}

.p-careers-people.p-careers-people__4::before {
  background-image: url(../images/careers/people/img_4_pc.jpg);
}

.p-careers-people.p-careers-people__5::before {
  background-image: url(../images/careers/people/img_5_pc.jpg);
}

.p-careers-people.p-careers-people__6::before {
  background-image: url(../images/careers/people/img_6_pc.jpg);
}

.p-careers-people:first-of-type {
  margin-top: 160px;
}

@media (max-width: 767px) {
  .p-careers-people {
    padding-bottom: 15vw;
  }
  .p-careers-people::before {
    height: 64vw;
  }
  .p-careers-people.p-careers-people__1::before {
    background-image: url(../images/careers/people/img_1_sp.jpg);
  }
  .p-careers-people.p-careers-people__2::before {
    background-image: url(../images/careers/people/img_2_sp.jpg);
  }
  .p-careers-people.p-careers-people__3::before {
    background-image: url(../images/careers/people/img_3_sp.jpg);
  }
  .p-careers-people.p-careers-people__4::before {
    background-image: url(../images/careers/people/img_4_sp.jpg);
  }
  .p-careers-people.p-careers-people__5::before {
    background-image: url(../images/careers/people/img_5_sp.jpg);
  }
  .p-careers-people.p-careers-people__6::before {
    background-image: url(../images/careers/people/img_6_sp.jpg);
  }
  .p-careers-people:first-of-type {
    margin-top: 15vw;
  }
}

/* head */
.p-careers-people__head {
  position: relative;
  z-index: 1;
  min-height: 480px;
}

.p-careers-people__head h2 {
  margin: 0;
}

.p-careers-people__head h2 span {
  display: inline-block;
  margin-top: 10px;
  padding: 16px 15px;
  background-color: #0065cc;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.3;
}

.p-careers-people__head p:nth-child(2) {
  margin: 40px 0 0;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.5;
}

.p-careers-people__head p:nth-child(2).name-title {
  margin: 40px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.p-careers-people__head p:nth-child(3) {
  margin: 10px 0 0;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.5;
}

.p-careers-people__head p:nth-child(4) {
  margin: 30px 0 0;
  font-size: 1.6rem;
  line-height: 1.9;
}

.p-careers-people__head.left {
  padding: 80px 50% 0 0;
}

.p-careers-people__head.left h2 {
  margin-right: -300px;
}

.p-careers-people__head.right {
  padding: 80px 0 0 45%;
}

.p-careers-people__head.white {
  color: #fff;
}

@media (max-width: 1080px) {
  .p-careers-people__head.left {
    padding: 80px 40% 0 0;
  }
  .p-careers-people__head.left h2 {
    margin-right: -100px;
  }
  .p-careers-people__head.right {
    padding: 80px 0 0 30%;
  }
}

@media (max-width: 767px) {
  .p-careers-people__head {
    min-height: auto;
  }
  .p-careers-people__head h2 {
    margin: -82px 0 0;
  }
  .p-careers-people__head h2 span {
    margin-top: 7px;
    padding: 13px 12px;
    font-size: 1.5rem;
    letter-spacing: normal;
  }
  .p-careers-people__head p:nth-child(2) {
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .p-careers-people__head p:nth-child(3) {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .p-careers-people__head p:nth-child(4) {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .p-careers-people__head.left {
    padding: 64vw 0 0 0;
  }
  .p-careers-people__head.left h2 {
    margin-right: 0;
  }
  .p-careers-people__head.right {
    padding: 64vw 0 0 0;
  }
  .p-careers-people__head.white {
    color: #333333;
  }
}

/* question */
.p-careers-people__question {
  position: relative;
  padding: 6.4% 8%;
  border: 1px solid #0065cc;
  background-color: #fff;
}

.p-careers-people__question:nth-child(n+2) {
  margin-top: 90px;
}

.p-careers-people__question:nth-child(2n) {
  margin-right: 8%;
}

.p-careers-people__question:nth-child(2n+1) {
  margin-left: 8%;
}

.p-careers-people__question div {
  display: flex;
  position: absolute;
  left: 4%;
  top: 0;
  transform: translateY(-50%);
}

.p-careers-people__question div span:first-child {
  padding: 12px 20px;
  color: #0065cc;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.p-careers-people__question div span:last-child {
  padding: 12px 20px;
  color: #fff;
  background-color: #0065cc;
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.p-careers-people__question h3 {
  margin: 0;
  color: #0065cc;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-careers-people__question p {
  margin: 1.8em 0 0;
  font-size: 1.6rem;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .p-careers-people__question {
    padding: 9% 7%;
  }
  .p-careers-people__question:nth-child(n+2) {
    margin-top: 10vw;
  }
  .p-careers-people__question:nth-child(2n) {
    margin-right: 0;
  }
  .p-careers-people__question:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-careers-people__question div {
    left: 3%;
  }
  .p-careers-people__question div span:first-child {
    padding: 8px 12px;
    font-size: 1.6rem;
  }
  .p-careers-people__question div span:last-child {
    padding: 8px 12px;
    font-size: 1.6rem;
  }
  .p-careers-people__question h3 {
    font-size: 1.6rem;
  }
  .p-careers-people__question p {
    font-size: 1.2rem;
  }
}

#company main {
  padding-top: 125px;
}

@media (max-width: 767px) {
  #company main {
    padding-top: 80px;
  }
}

#company .p-listpage-container .p-listpage .p-page .image .u-credit {
  bottom: 15px;
}

.p-company-mainvisual {
  position: relative;
  width: 100vw;
  height: 560px;
  background-image: url(/assets/images/company/mv_pc.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .p-company-mainvisual {
    height: 64vw;
    background-image: url(/assets/images/company/mv_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}

.c-company-h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 5.4rem;
  margin: 145px 0 113px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .c-company-h2 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin: 20.6666666667vw 0 13.3333333333vw;
  }
}

.c-company-h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 3.6rem;
  display: block;
  width: 900px;
  max-width: 100%;
  margin-top: 30px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .c-company-h2 span {
    font-size: 1.2rem;
    line-height: 2.4rem;
    width: 100%;
    margin-top: 4vw;
  }
}

/* ---- contact ---- */
#contact {
  /* header padding */
  /* breadcrumbs */
}

#contact main {
  padding-top: 100px;
}

@media (max-width: 767px) {
  #contact main {
    padding-top: calc(40vw - 100px);
  }
}

#contact .breadcrumb {
  margin-top: -20px;
}

@media (max-width: 767px) {
  #contact .breadcrumb {
    margin-top: 4vw;
  }
}

/* container */
.p-contact {
  margin-top: 120px;
}

.p-contact .c-body-container__inner {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .p-contact {
    margin-top: 9vw;
  }
  .p-contact .c-body-container__inner {
    padding-top: 6vw;
  }
}

/* text */
.c-contact-h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
}

.c-contact-h2 span {
  display: block;
  margin-top: .9em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.c-contact-h2 + div {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.c-contact-h2 + div p {
  margin: .9em 0 0;
}

.c-contact-h2 + div a {
  color: #0065cc;
}

.c-contact-h2 + div a:hover, .c-contact-h2 + div a:active {
  color: #0065cc;
}

@media (max-width: 767px) {
  .c-contact-h2 {
    font-size: 2.4rem;
  }
  .c-contact-h2 span {
    margin-top: .8em;
    font-size: 1.2rem;
  }
  .c-contact-h2 + div {
    margin-top: 7vw;
    font-size: 1.2rem;
  }
}

/* steps */
.p-contact__step {
  display: flex;
  justify-content: center;
  width: 400px;
  margin: 50px auto 0;
  padding: 25px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.p-contact__step li {
  position: relative;
  width: 120px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-align: center;
}

.p-contact__step li.is-current {
  color: #0065cc;
}

.p-contact__step li::after {
  content: "＞";
  position: absolute;
  right: -.5em;
  top: 0;
  color: #999;
  font-size: 1.6rem;
  transform: scale(0.7);
}

.p-contact__step li:last-child::after {
  content: none;
}

.p-contact__step.en {
  width: 560px;
}

.p-contact__step.en li {
  width: 180px;
}

@media (max-width: 767px) {
  .p-contact__step {
    width: 200px;
    margin: 10vw auto 0;
    padding: 15px 0;
  }
  .p-contact__step li {
    width: 60px;
    font-size: 1.2rem;
  }
  .p-contact__step li::after {
    font-size: 1.2rem;
  }
  .p-contact__step.en {
    width: 320px;
  }
  .p-contact__step.en li:nth-child(1) {
    width: 80px;
  }
  .p-contact__step.en li:nth-child(2) {
    width: 130px;
  }
  .p-contact__step.en li:nth-child(3) {
    width: 110px;
  }
}

/* form */
.p-contact__form {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0 0;
  padding: 0;
}

.p-contact__form dt {
  position: relative;
  width: 300px;
  margin: 0;
  padding: 50px 115px 50px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.p-contact__form dt span {
  display: block;
  position: absolute;
  right: 0;
  top: 45px;
  width: 100px;
  padding: 7px 0;
  border: 1px solid #0065cc;
  border-radius: 5px;
  color: #0065cc;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
}

.p-contact__form dt:first-child {
  padding-top: 4px;
  padding-bottom: 35px;
}

.p-contact__form dt:first-child span {
  top: -1px;
}

.p-contact__form dt:first-child + dd {
  padding-top: 0;
  padding-bottom: 20px;
}

.p-contact__form dd {
  width: calc(100% - 300px);
  margin: 0;
  padding: 30px 0 30px 8%;
  border-bottom: 1px solid #e0e0e0;
}

.p-contact__form dd p {
  margin: 7px 0 0;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 1.3;
}

.p-contact__form.confirm dt {
  line-height: 1.6;
}

.p-contact__form.confirm dt:first-child {
  padding-top: 4px;
  padding-bottom: 50px;
}

.p-contact__form.confirm dt:first-child + dd {
  padding-top: 4px;
  padding-bottom: 50px;
}

.p-contact__form.confirm dd {
  padding: 50px 0 50px 8%;
  font-size: 1.6rem;
  line-height: 1.6;
}

.p-contact__form input[type='text'], .p-contact__form input[type='email'], .p-contact__form input[type='tel'] {
  width: 100%;
  max-width: 600px;
  padding: 18px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  transition: background-color .2s;
}

.p-contact__form input[type='text']:focus, .p-contact__form input[type='email']:focus, .p-contact__form input[type='tel']:focus {
  background-color: #fff;
}

.p-contact__form input::-moz-placeholder, .p-contact__form textarea::-moz-placeholder {
  color: #999;
}

.p-contact__form input:-ms-input-placeholder, .p-contact__form textarea:-ms-input-placeholder {
  color: #999;
}

.p-contact__form input::placeholder,
.p-contact__form textarea::placeholder {
  color: #999;
}

.p-contact__form textarea {
  width: 100%;
  max-width: 600px;
  height: 200px;
  padding: 16px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  transition: background-color .2s;
}

.p-contact__form textarea:focus {
  background-color: #fff;
}

.p-contact__form input[type='radio'] {
  display: none;
}

.p-contact__form input[type='radio'] + label {
  position: relative;
  display: inline-block;
  padding-left: 42px;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.p-contact__form input[type='radio'] + label::before {
  position: absolute;
  content: '';
  top: calc(50% - 15px);
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background-color: #f5f5f5;
}

.p-contact__form input[type='radio'] + label::after {
  position: absolute;
  content: '';
  top: calc(50% - 8px);
  left: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0065cc;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity .2s, transform .2s;
}

.p-contact__form input[type='radio']:checked + label::after {
  opacity: 1;
  transform: scale(1);
}

.p-contact__form .category-row {
  display: flex;
  flex-wrap: wrap;
}

.p-contact__form .category-row div {
  margin: 0 2.5em 15px 0;
}

.p-contact__form .category-row div:last-child {
  margin-right: 0;
}

.p-contact__form .name-row {
  display: flex;
  align-items: center;
}

.p-contact__form .name-row div:nth-child(1) {
  width: 2.8em;
  font-size: 1.6rem;
  white-space: nowrap;
}

.p-contact__form .name-row div:nth-child(3) {
  width: 5.8em;
  padding: 0 0 0 3em;
  font-size: 1.6rem;
  white-space: nowrap;
}

.p-contact__form .name-row input[type='text'] {
  max-width: 200px;
}

.p-contact__form .name-row.en div:nth-child(1) {
  width: 7em;
}

.p-contact__form .name-row.en div:nth-child(3) {
  width: 9em;
}

.p-contact__form .zip-row {
  display: flex;
  align-items: center;
}

.p-contact__form .zip-row div:nth-child(2) {
  padding: 0 1.2em;
  font-size: 1.6rem;
}

.p-contact__form .zip-row input[type='text'] {
  max-width: 200px;
}

@media (max-width: 960px) {
  .p-contact__form {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0 0;
    padding: 0;
  }
  .p-contact__form dt {
    width: 260px;
    padding: 50px 75px 50px 0;
  }
  .p-contact__form dt span {
    width: 80px;
  }
  .p-contact__form dd {
    width: calc(100% - 260px);
  }
  .p-contact__form .name-row div:nth-child(1) {
    width: 2.5em;
  }
  .p-contact__form .name-row div:nth-child(3) {
    width: 3.5em;
    padding: 0 0 0 1em;
  }
  .p-contact__form .name-row.en {
    flex-wrap: wrap;
  }
  .p-contact__form .name-row.en div:nth-child(1) {
    width: 120px;
  }
  .p-contact__form .name-row.en div:nth-child(2) {
    width: calc(100% - 120px);
  }
  .p-contact__form .name-row.en div:nth-child(3) {
    width: 120px;
    margin-top: 15px;
    padding: 0;
  }
  .p-contact__form .name-row.en div:nth-child(4) {
    width: calc(100% - 120px);
    margin-top: 15px;
  }
  .p-contact__form .zip-row div:nth-child(2) {
    padding: 0 .8em;
  }
  .p-contact__form + #td-buttons button {
    width: 270px;
  }
}

@media (max-width: 767px) {
  .p-contact__form {
    display: block;
    margin: 13vw 0 0;
  }
  .p-contact__form dt {
    display: flex;
    align-items: center;
    width: auto;
    padding: 8vw 0 0;
    border-bottom-style: none;
    font-size: 1.2rem;
  }
  .p-contact__form dt span {
    display: inline-block;
    position: static;
    width: auto;
    margin-left: 15px;
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 1rem;
  }
  .p-contact__form dt:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-contact__form dt:first-child + dd {
    padding-top: 4vw;
    padding-bottom: 6.5vw;
  }
  .p-contact__form dd {
    width: auto;
    padding: 4vw 0 8.5vw;
  }
  .p-contact__form dd p {
    margin: 6px 0 0;
    font-size: 1rem;
  }
  .p-contact__form.confirm dt:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-contact__form.confirm dt:first-child + dd {
    padding-top: 4vw;
    padding-bottom: 6.5vw;
  }
  .p-contact__form.confirm dd {
    padding: 4vw 0 8.5vw;
    font-size: 1.2rem;
  }
  .p-contact__form input[type='text'], .p-contact__form input[type='email'], .p-contact__form input[type='tel'] {
    max-width: none;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 1.6rem;
  }
  .p-contact__form textarea {
    height: 44vw;
    max-width: none;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-contact__form input[type='radio'] {
    display: none;
  }
  .p-contact__form input[type='radio'] + label {
    padding-left: 30px;
    font-size: 1.2rem;
  }
  .p-contact__form input[type='radio'] + label::before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  .p-contact__form input[type='radio'] + label::after {
    top: calc(50% - 5px);
    left: 5px;
    width: 10px;
    height: 10px;
  }
  .p-contact__form .category-row div {
    margin: 0 2.5em 2vw 0;
  }
  .p-contact__form .name-row {
    flex-wrap: wrap;
  }
  .p-contact__form .name-row div:nth-child(1) {
    width: 36px;
    font-size: 1.2rem;
  }
  .p-contact__form .name-row div:nth-child(2) {
    width: calc(100% - 36px);
  }
  .p-contact__form .name-row div:nth-child(3) {
    width: 36px;
    margin-top: 4vw;
    padding: 0;
    font-size: 1.2rem;
  }
  .p-contact__form .name-row div:nth-child(4) {
    width: calc(100% - 36px);
    margin-top: 4vw;
  }
  .p-contact__form .name-row input[type='text'] {
    max-width: none;
  }
  .p-contact__form .name-row.en div:nth-child(1) {
    width: 80px;
  }
  .p-contact__form .name-row.en div:nth-child(2) {
    width: calc(100% - 80px);
  }
  .p-contact__form .name-row.en div:nth-child(3) {
    width: 80px;
  }
  .p-contact__form .name-row.en div:nth-child(4) {
    width: calc(100% - 80px);
  }
  .p-contact__form .zip-row div:nth-child(2) {
    font-size: 1.2rem;
  }
  .p-contact__form .zip-row input[type='text'] {
    max-width: 100px;
  }
  .p-contact__form + #td-buttons button {
    width: 100%;
  }
}

/* buttons */
.p-contact__button {
  margin: 60px 0 180px;
  text-align: center;
}

.p-contact__button button {
  width: 300px;
  margin: 0 20px;
  padding: 0;
}

@media (max-width: 767px) {
  .p-contact__button {
    margin: 13vw 0 25vw;
  }
  .p-contact__button button {
    width: 100%;
    margin: 5vw 0 0;
  }
}

/* company name */
#th-companyName,
#td-companyName {
  display: none;
}

#th-companyName.is-shown,
#td-companyName.is-shown {
  display: block;
}

/* thanks page */
#contact .p-message-container {
  margin: 80px 0 200px;
}

@media (max-width: 767px) {
  #contact .p-message-container {
    margin: 8vw 0 16vw;
  }
}

/* ---- hamburger menu ---- */
.p-mega-menu__body dl dd a.outbound::after,
.p-page-footer__body dl dd a.outbound::after {
  width: 12px;
  height: 13px;
  margin-left: 10px;
}

.l-global-container {
  width: 100%;
}

.p-hamburger-menu {
  display: none;
}

.p-hamburger-menu__cover {
  display: none;
}

@media (max-width: 960px) {
  .p-hamburger-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    padding: 32vw 6.8vw 18vw;
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.2s cubic-bezier(0.4, 0.16, 0.72, 0.8), transform 0.2s cubic-bezier(0.4, 0.16, 0.72, 0.8);
    pointer-events: none;
  }
  .p-hamburger-menu .header-sns-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.6666666667vw;
  }
  .p-hamburger-menu .header-sns-area p {
    margin: 0;
    margin-right: 4vw;
    color: #fff;
  }
  .p-hamburger-menu .header-sns-area .sns {
    display: flex;
    align-items: center;
  }
  .p-hamburger-menu .header-sns-area .sns a {
    display: flex;
    align-items: center;
    margin-right: 4vw;
    transition: all 0.3s;
  }
  .p-hamburger-menu .header-sns-area .sns a:last-child {
    margin: 0;
    margin-right: 7px;
  }
  .p-hamburger-menu .header-sns-area .sns a img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .p-hamburger-menu .header-sns-area .sns a:hover {
    opacity: 0.7;
  }
  .p-hamburger-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.08, 0.8, 0.72, 1), transform 0.4s cubic-bezier(0.08, 0.8, 0.72, 1);
    pointer-events: auto;
  }
  .p-hamburger-menu dl {
    margin: 0;
    padding: 0;
  }
  .p-hamburger-menu dl dt {
    margin: 0;
    padding: 0;
    border-top: 1px solid #2d7ed0;
    font-size: 1.2rem;
  }
  .p-hamburger-menu dl dt a {
    display: block;
    padding: 18px 0;
    color: #fff;
  }
  .p-hamburger-menu dl dt a:hover, .p-hamburger-menu dl dt a:active {
    color: #fff;
    text-decoration: none;
  }
  .p-hamburger-menu dl dd {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: height .3s ease-out;
  }
  .p-hamburger-menu dl dd ul {
    padding: 0 0 25px;
  }
  .p-hamburger-menu dl dd ul li {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .p-hamburger-menu dl dd ul li a {
    display: inline-block;
    padding: 7px 0;
    color: #fff;
  }
  .p-hamburger-menu dl dd ul li a:hover, .p-hamburger-menu dl dd ul li a:active {
    color: #fff;
    text-decoration: none;
  }
  .p-hamburger-menu__toggle {
    position: relative;
  }
  .p-hamburger-menu__toggle::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    z-index: 1;
    width: 21px;
    height: 21px;
    border: 1px solid #2d7ed0;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color .2s;
  }
  .p-hamburger-menu__toggle a::before {
    content: "";
    display: block;
    position: absolute;
    right: 17px;
    top: 50%;
    z-index: 2;
    width: 7px;
    height: 1px;
    background-color: #fff;
  }
  .p-hamburger-menu__toggle a::after {
    content: "";
    display: block;
    position: absolute;
    right: 17px;
    top: 50%;
    z-index: 2;
    width: 7px;
    height: 1px;
    background-color: #fff;
    transform: rotate(90deg);
    transition: transform .2s;
  }
  .p-hamburger-menu__toggle.is-open::after {
    background-color: #2d7ed0;
  }
  .p-hamburger-menu__toggle.is-open a::after {
    transform: rotate(180deg);
  }
  .p-hamburger-menu > ul {
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid #2d7ed0;
  }
  .p-hamburger-menu > ul a {
    display: inline-block;
    padding: 6px 0;
    color: #fff;
    font-size: 1rem;
  }
  .p-hamburger-menu > ul a:hover, .p-hamburger-menu > ul a:active {
    color: #fff;
    text-decoration: none;
  }
  .p-hamburger-menu__cover {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #0065cc;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.2s cubic-bezier(0.4, 0.16, 0.72, 0.8), transform 0.15s cubic-bezier(0.08, 0.8, 0.72, 1);
    pointer-events: none;
  }
  .p-hamburger-menu__cover.is-open {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease-out, transform 0.12s cubic-bezier(0.08, 0.8, 0.72, 1);
    pointer-events: auto;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.p-ir-news {
  width: 100%;
  padding-bottom: 0 !important;
  background: initial !important;
}

.p-ir-news__inner .p-news-index__colored-bg li button {
  display: block;
  color: #333333;
  background-color: #f5f5f5;
}

.p-ir-news__inner .p-news-index__colored-bg .p-news-index__list a .category span {
  color: #333333;
  border: 1px solid #e0e0e0;
}

.p-ir-news__inner .p-news-index__colored-bg .p-news-index__list li {
  border-bottom: 1px solid #e0e0e0;
}

.p-ir-news__inner .p-news-index__colored-bg .p-news-index__list {
  border-top: 1px solid #e0e0e0;
}

.p-ir-news__inner .p-news-index__colored-bg button {
  border-style: initial !important;
}

.side-menu {
  position: -webkit-sticky;
  position: sticky;
  top: calc(20vh + 90px);
  width: 300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90vh;
  margin-left: 60px;
}

.side-menu p a {
  display: block;
  position: relative;
  font-size: 24px;
  margin-bottom: 4rem;
  line-height: 1rem;
}

.side-menu p a:hover::after {
  transform: translateX(10px);
}

.side-menu p a::after {
  transition: all 0.3s;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../images/common/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 767px) {
  .side-menu {
    display: none;
  }
}

.side-menu__inner {
  overflow: auto;
  border-radius: 0 10px 10px 0;
  background-color: #f5f5f5;
}

.side-menu dl {
  margin: 0;
}

.side-menu dl .ac_header {
  padding: 2vh 25px;
  transition: all 0.3s;
}

.side-menu dl .ac_header.current {
  color: #ffffff;
  background-color: #0065cc;
}

.side-menu dl .ac_header.current:hover {
  background-color: #0065cc;
  opacity: 0.7;
}

.side-menu dl .ac_header.current a {
  color: #ffffff;
}

.side-menu dl .ac_header:hover {
  background-color: #e0e0e0;
}

.side-menu dl .ac_inner {
  display: none;
  margin-left: 33px;
}

.side-menu dl .ac_inner ul {
  margin: 0;
  padding-left: 25px;
  border-left: 1px dotted #cccccc;
}

.p-ir-news-2col {
  padding-bottom: 200px !important;
}

@media (max-width: 767px) {
  .p-ir-news-2col {
    padding-bottom: 21vw !important;
  }
}

.p-ir-news-2col__inner .p-ir-news__inner {
  width: calc(100% - 360px);
}

@media (max-width: 767px) {
  .p-ir-news-2col__inner .p-ir-news__inner {
    width: 100%;
  }
}

.p-ir-news-2col__inner .p-ir-news__inner .p-news-index__tab button {
  padding: 15px 20px;
}

.p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper {
  padding: 0;
  margin-top: 50px;
  transition: all 0.6s;
  height: auto;
}

.p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper__title li {
  margin-top: 60px !important;
}

.p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper__inner__item {
  margin-bottom: 1.5rem;
}

.p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper__inner__item .date {
  display: inline-block;
  width: 130px;
  white-space: nowrap;
  float: left;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper__inner__item .date {
    font-size: 1.2rem;
    width: 100px;
  }
}

.p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper__inner__item .date + .pdf {
  width: calc(100% - 130px);
  display: inline-block;
}

@media (max-width: 767px) {
  .p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper__inner__item .date + .pdf {
    width: calc(100% - 100px);
  }
}

.p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper .c-ir-h3 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper .c-ir-h3 {
    margin-bottom: 4vw;
  }
}

.p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper li {
  margin-top: 20px;
}

.p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper li:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper li {
    margin-top: 4vw !important;
  }
}

.p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper li.visible {
  display: block;
  opacity: 1;
}

.p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper li.unvisible {
  display: none;
  opacity: 0;
}

.p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper a.pdf {
  font-size: 1.6rem;
}

.p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper a.pdf::after {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 10px;
  line-height: 1;
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  content: "PDF";
  color: #0065cc;
  border: 1px solid #0065cc;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: none;
}

@media (max-width: 767px) {
  .p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper a.pdf {
    font-size: 1.2rem;
  }
}

.p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper a.zip {
  font-size: 1.6rem;
}

.p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper a.zip::after {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 10px;
  line-height: 1;
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  content: "ZIP";
  color: #0065cc;
  border: 1px solid #0065cc;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: none;
}

@media (max-width: 767px) {
  .p-ir-news-2col__inner .p-ir-news__inner .pdf-wrapper a.zip {
    font-size: 1.2rem;
  }
}

.p-ir-news-2col__inner .p-ir-news__inner .text-data {
  margin-bottom: 6rem;
  padding-left: 0;
}

#ir main {
  padding-top: 125px;
}

@media (max-width: 767px) {
  #ir main {
    padding-top: 80px;
  }
}

#ir .p-calendar-items .p-news-index__list li a {
  pointer-events: none !important;
  display: block !important;
  padding: 35px 35px 35px 0;
}

@media (max-width: 767px) {
  #ir .p-calendar-items .p-news-index__list li a {
    padding: 5.5vw 0 5vw;
  }
}

#ir .p-calendar-items .p-news-index__list li a::after {
  display: none !important;
}

.p-ir-mainvisual {
  position: relative;
  width: 100vw;
  height: 560px;
  background-image: url(/assets/images/ir/mv_pc.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.p-ir-mainvisual .u-credit {
  position: absolute;
  bottom: 70px;
}

@media (max-width: 767px) {
  .p-ir-mainvisual {
    height: 480px;
  }
}

.p-ir-mainvisual .stock-price-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  background-color: rgba(0, 101, 204, 0.85);
}

@media (max-width: 767px) {
  .p-ir-mainvisual .stock-price-info {
    padding-right: 6.8vw;
    padding-left: 6.8vw;
  }
}

.p-ir-mainvisual .stock-price-info__inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .p-ir-mainvisual .stock-price-info__inner {
    justify-content: space-between;
  }
}

.p-ir-mainvisual .stock-price-info__inner a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #ffffff;
}

.p-ir-mainvisual .stock-price-info__inner a::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  content: "";
  background-image: url(/assets/images/common/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.p-ir-mainvisual .stock-price-info__inner div {
  display: flex;
  align-items: center;
}

.p-ir-mainvisual .stock-price-info__inner div:first-child {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .p-ir-mainvisual .stock-price-info__inner div:first-child {
    margin-right: 4vw !important;
  }
}

@media (max-width: 960px) {
  .p-ir-mainvisual .stock-price-info__inner div:first-child {
    margin-right: 20px;
  }
}

.p-ir-mainvisual .stock-price-info__inner div p {
  font-size: 1.8rem;
  line-height: 1em;
  margin: 0;
  margin-right: 30px;
  white-space: nowrap;
  color: #ffffff;
}

@media (max-width: 767px) {
  .p-ir-mainvisual .stock-price-info__inner div p {
    font-size: 2.6666666667vw;
    margin-right: 1vw;
    margin-right: 2.6666666667vw !important;
  }
}

@media (max-width: 960px) {
  .p-ir-mainvisual .stock-price-info__inner div p {
    margin-right: 20px;
  }
}

.p-ir-mainvisual .stock-price-info__inner div .num {
  font-size: 3.6rem;
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  .p-ir-mainvisual .stock-price-info__inner div .num {
    font-size: 5.3333333333vw !important;
  }
}

.p-ir-mainvisual .stock-price-info__inner div .num.up {
  display: flex;
  align-items: center;
}

.p-ir-mainvisual .stock-price-info__inner div .num.up::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  content: "";
  transform: translateY(3px);
  background-image: url(/assets/images/common/triangle-up.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

@media (max-width: 767px) {
  .p-ir-mainvisual .stock-price-info__inner div .num.up::after {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 767px) {
  .p-ir-mainvisual .stock-price-info__inner div .date {
    margin: 0;
  }
}

.c-ir-h2 {
  font-family: "Inter", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 50px;
}

.c-ir-h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  margin-top: 0.9em;
  letter-spacing: 0.03em;
}

.c-ir-h3 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 35px;
  letter-spacing: 0.03em;
}

.c-ir-text {
  font-size: 1.6rem;
  line-height: 2.25;
}

@media (max-width: 767px) {
  .c-ir-h2 {
    font-size: 3.6rem;
    margin: 0 0 6.5vw;
  }
  .c-ir-h2 span {
    font-size: 1.2rem;
    margin-top: 0.8em;
  }
  .c-ir-h3 {
    font-size: 1.8rem;
    margin: 0 0 3vw;
  }
  .c-ir-text {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.p-ir-container {
  margin-top: 120px !important;
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .p-ir-container {
    margin-top: 21vw !important;
  }
}

.p-ir-container__inner {
  padding-top: 80px !important;
}

@media (max-width: 767px) {
  .p-ir-container__inner {
    padding-top: 10.6666666667vw !important;
  }
}

.p-ir-container .c-button {
  position: initial !important;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .p-ir-container .c-button {
    width: 100%;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .p-ir-container .c-button {
    margin-top: 30px;
  }
}

.p-ir-materials__inner .c-content-container {
  background-color: #f5f5f5;
}

.p-ir-materials__inner .c-content-container__inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
  .p-ir-materials__inner .c-content-container__inner ul {
    display: block;
    width: 100%;
  }
}

.p-ir-materials__inner .c-content-container__inner ul li {
  width: 45%;
}

@media (max-width: 767px) {
  .p-ir-materials__inner .c-content-container__inner ul li {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p-ir-materials__inner .c-content-container__inner ul li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .p-ir-materials__inner .c-content-container__inner ul li:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.p-ir-materials__inner .c-content-container__inner ul a {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .p-ir-materials__inner .c-content-container__inner ul a {
    font-size: 1.2rem;
  }
}

.p-ir-materials__inner .c-content-container__inner ul a.pdf {
  margin-right: 10px !important;
}

.p-ir-materials__inner .c-content-container__inner ul a.pdf::after {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  content: "PDF";
  color: #0065cc;
  border: 1px solid #0065cc;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: none;
}

@media (max-width: 767px) {
  .p-ir-materials__inner .c-content-container__inner ul a.pdf::after {
    font-size: 1rem;
    height: auto;
  }
}

.p-ir-materials__inner .c-button span::after {
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .p-ir-cardArea {
    padding: 0;
    padding-left: 6.8vw;
    padding-right: 6.8vw;
  }
}

.p-ir-cardArea__inner {
  display: flex;
  padding-top: 0 !important;
  border: none !important;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .p-ir-cardArea__inner {
    display: block;
  }
}

.p-ir-cardArea__inner a.item {
  aspect-ratio: 15/14;
  width: 24%;
  background-color: #F5F5F5;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2% 0;
  align-items: center;
}

@media (max-width: 767px) {
  .p-ir-cardArea__inner a.item {
    width: 100%;
    aspect-ratio: 13/9;
    margin-top: 5.3333333333vw;
    padding: 7% 0;
  }
}

.p-ir-cardArea__inner a.item:hover .u-font-en::after {
  transform: translate(6px, 1px);
}

.p-ir-cardArea__inner a.item .title {
  font-size: 2rem;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-ir-cardArea__inner a.item .title {
    font-size: 1.6rem;
  }
}

.p-ir-cardArea__inner a.item img {
  width: 20%;
}

.p-ir-cardArea__inner a.item .u-font-en {
  margin: 0;
  font-size: 1.6rem;
  color: #0065cc;
}

@media (max-width: 767px) {
  .p-ir-cardArea__inner a.item .u-font-en {
    font-size: 1.2rem;
  }
}

.p-ir-cardArea__inner a.item .u-font-en::after {
  display: inline-block;
  content: "";
  background-image: url("/assets/images/common/icon_arrow_blue.png");
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 15px;
  transform: translate(0px, 1px);
  transition: all 0.3s;
}

.js-bgImage img {
  display: none !important;
}

.p-ir-blog {
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .p-ir-blog {
    padding-bottom: 21vw;
  }
}

.p-ir-blog__inner .items-wrapper {
  position: relative;
}

.p-ir-blog__inner .items-wrapper__cover {
  background: linear-gradient(to left, #fff 25%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  display: inline;
  width: 15%;
  height: 100%;
  z-index: 100;
}

.p-ir-blog__inner .items-wrapper .ir-blog-slick {
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  transform: translateX(-20px);
}

.p-ir-blog__inner .items-wrapper .ir-blog-slick .item {
  width: 450px !important;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .p-ir-blog__inner .items-wrapper .ir-blog-slick .item {
    width: 70vw !important;
  }
}

.p-ir-blog__inner .items-wrapper .ir-blog-slick .item .image {
  width: 100%;
  height: 265px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .p-ir-blog__inner .items-wrapper .ir-blog-slick .item .image {
    height: 40vw;
  }
}

.p-ir-blog__inner .items-wrapper .ir-blog-slick .item .text {
  font-size: 1.6rem;
  margin-top: 20px;
}

.p-ir-blog__inner .items-wrapper .ir-blog-slick .item .text .data {
  display: flex;
  align-items: center;
}

.p-ir-blog__inner .items-wrapper .ir-blog-slick .item .text .data .date {
  margin-right: 10px;
}

.p-ir-blog__inner .items-wrapper .ir-blog-slick .item .text .data .tag {
  font-size: 14px;
  line-height: 1em;
  padding: 8px 18px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.p-pref-second .image {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .p-pref-second .image {
    width: auto;
    overflow-x: scroll;
  }
}

.p-pref-second .image img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
}

@media (max-width: 767px) {
  .p-pref-second .image img {
    width: 700px;
    flex-shrink: 0;
  }
}

.p-pref-second .select-container {
  margin-bottom: 0;
  margin-top: 60px;
}

.p-pref-second .p-news-index__panel > li {
  position: initial;
  pointer-events: initial;
}

.p-pref-second .p-news-index__panel > li[data-period="all"] {
  opacity: 1;
  display: block;
}

.p-ir-news__inner .button-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .p-ir-news__inner .button-area {
    display: block;
  }
}

.p-ir-news__inner .button-area .c-button {
  margin: 0;
  width: 47%;
  padding: 0;
}

.p-ir-news__inner .button-area .c-button:nth-child(n + 3) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .p-ir-news__inner .button-area .c-button:nth-child(n + 3) {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .p-ir-news__inner .button-area .c-button:nth-child(n + 2) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .p-ir-news__inner .button-area .c-button {
    display: inline-flex;
    width: 100%;
  }
}

.p-ir-memo dl dt,
.p-ir-memo dl dd {
  font-weight: 100 !important;
}

.p-ir-memo dl dt:first-of-type,
.p-ir-memo dl dd:first-of-type {
  font-weight: 100;
}

.p-ir-memo dl dt {
  font-weight: bold !important;
}

.p-ir-memo dl dd {
  font-weight: 100;
}

.p-ir-memo dl dd:first-of-type {
  font-weight: 100;
}

.p-ir-blog .p-news-index .p-news-index__list li a {
  display: flex;
  flex-wrap: nowrap;
  padding: 35px 0px 32px 0;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .p-ir-blog .p-news-index .p-news-index__list li a {
    display: block;
    padding: 20px 0;
  }
}

.p-ir-blog .p-news-index .p-news-index__list li a .image {
  width: 15rem;
  height: 15rem;
  border: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
  .p-ir-blog .p-news-index .p-news-index__list li a .image {
    width: 10rem;
    height: 10rem;
  }
}

.p-ir-blog .p-news-index .p-news-index__list li a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-ir-blog .p-news-index .p-news-index__list li a .text-wrapper {
  width: 100%;
}

.p-ir-blog .p-news-index .p-news-index__list li a .text-wrapper .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-ir-blog .p-news-index .p-news-index__list li a .text-wrapper .date {
  display: inline-block;
}

@media (max-width: 767px) {
  .p-ir-blog .p-news-index .p-news-index__list li a .text-wrapper .date {
    display: inline-block;
  }
}

.p-ir-blog .p-news-index .p-news-index__list li a .text-wrapper .category {
  display: inline-block;
}

.p-ir-blog .p-news-index .p-news-index__list li a .text-wrapper .category span {
  margin-right: 2%;
}

.p-ir-blog .p-news-index .p-news-index__list li a .text-wrapper .category span:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .p-ir-blog .p-news-index .p-news-index__list li a .text-wrapper .category {
    display: inline-block;
  }
}

.p-ir-blog .p-news-index .p-news-index__list li a .description {
  margin-top: 0.6em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .p-ir-blog .p-news-index .p-news-index__list li a .description {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.p-ir-blog .p-news-index .p-news-index__list li a .sp-wrapper {
  display: contents;
}

@media (max-width: 767px) {
  .p-ir-blog .p-news-index .p-news-index__list li a .sp-wrapper {
    display: flex;
  }
}

.p-ir-blog .p-news-index .p-news-index__list li a.pdf::after {
  top: 15.45%;
}

@media (max-width: 767px) {
  .p-ir-blog .p-news-index .p-news-index__list li a.pdf::after {
    top: 13.6%;
  }
}

.p-ir-blog .p-news-index .p-news-index__list li a.outbound::after {
  top: 19.45%;
}

@media (max-width: 767px) {
  .p-ir-blog .p-news-index .p-news-index__list li a.outbound::after {
    top: 15.6%;
  }
}

.p-ir-blog .p-news-index .p-news-index__list li a::after {
  top: 15.45%;
  right: 10px;
}

@media (max-width: 767px) {
  .p-ir-blog .p-news-index .p-news-index__list li a::after {
    top: 15.6%;
  }
}

.p-ir-faq {
  /*=========
faq
=========*/
}

.p-ir-faq .accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  padding: 35px 0;
  position: relative;
  line-height: 1em;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}

.p-ir-faq .accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #F0F5F9;
}

.p-ir-faq .accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  border-radius: 50%;
  border: 1px solid #0065cc;
  transition: all 0.3s;
}

.p-ir-faq .accordion_area .accordion_one .ac_header.open .i_box {
  background-color: #0065cc;
}

.p-ir-faq .accordion_area .accordion_one .ac_header .i_box:before,
.p-ir-faq .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #0065cc;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.p-ir-faq .accordion_area .accordion_one .ac_header .i_box:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-ir-faq .accordion_area .accordion_one .ac_header.open .i_box:before {
  background-color: #fff;
}

.p-ir-faq .accordion_area .accordion_one .ac_header .i_box:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.p-ir-faq .accordion_area .accordion_one .ac_header.open .i_box:after {
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #fff;
}

.p-ir-faq .accordion_area .accordion_one .ac_inner {
  display: none;
  padding-bottom: 35px;
  box-sizing: border-box;
  background: #fff;
}

.p-ir-faq .accordion_area .accordion_one .ac_inner:last-child {
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 768px) {
  .p-ir-faq .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 0;
  }
  .p-ir-faq .accordion_area .accordion_one .ac_header .i_box {
    width: 23px;
    height: 23px;
  }
  .p-ir-faq .accordion_area .accordion_one .ac_header .i_box:before,
  .p-ir-faq .accordion_area .accordion_one .ac_header .i_box:after {
    width: 1px;
    height: 10px;
  }
  .p-ir-faq .accordion_area .accordion_one .ac_inner {
    padding-bottom: 1.5rem;
  }
}

.p-ir-faq .p-faq__headinner {
  display: block;
  padding-left: 40px;
  position: relative;
  line-height: 1.5;
}

.p-ir-faq .p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q";
  font-family: Inter;
  color: #0065cc;
  font-size: 2.4rem;
  font-weight: bold;
  transform: translateY(-5px);
}

.p-ir-faq .p-faq__headinner p.p-faq__q-txt {
  width: 80%;
  font-size: 1.6rem;
  margin: 0;
}

@media screen and (max-width: 736px) {
  .p-ir-faq .p-faq__headinner {
    padding-left: 25px;
  }
  .p-ir-faq .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-ir-faq .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}

.p-ir-faq .p-faq__bodyinner {
  display: block;
  padding-left: 40px;
  position: relative;
  line-height: 1.5;
}

.p-ir-faq .p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A";
  font-family: Inter;
  font-size: 2.4rem;
  font-weight: bold;
  transform: translateY(-5px);
}

.p-ir-faq .p-faq__bodyinner p.p-faq__a-txt {
  font-size: 1.6rem;
  margin: 0;
}

@media screen and (max-width: 736px) {
  .p-ir-faq .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-ir-faq .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-ir-faq .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}

/* ---- hamburger menu ---- */
.p-mega-menu {
  position: fixed;
  left: 0;
  top: 130px;
  z-index: 101;
  width: 100%;
  padding: 0 50px;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0.16, 0.72, 0.8);
  pointer-events: none;
}

.p-mega-menu__indicator {
  display: block;
  position: absolute;
  left: calc(50% - 6px);
  top: -14px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 14px 12px;
  border-color: transparent transparent #fff transparent;
  opacity: 0;
  transition: left 0s ease-out, opacity 0s .15s ease-out;
}

.p-mega-menu.is-open {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.08, 0.8, 0.72, 1);
  pointer-events: auto;
}

.p-mega-menu.is-open .p-mega-menu__indicator {
  opacity: 1;
  transition: left .2s ease-out, opacity 0s 0s ease-out;
}

.p-mega-menu__body {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  height: 0;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.08, 0.8, 0.72, 1);
}

.p-mega-menu dl {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 35px 60px;
  opacity: 0;
  transition: opacity .2s ease-out;
  pointer-events: none;
}

.p-mega-menu dl.is-open {
  opacity: 1;
  pointer-events: auto;
}

.p-mega-menu dl dt {
  width: 30%;
  margin: 0;
  padding: 5px 25px 0 0;
  border-right: 1px solid #e0e0e0;
}

.p-mega-menu dl dt a {
  display: inline-block;
  position: relative;
  padding: 0 45px 0 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  transition: color .2s;
}

.p-mega-menu dl dt a:hover, .p-mega-menu dl dt a:active {
  color: #0065cc;
  text-decoration: none;
}

.p-mega-menu dl dt a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 13px);
  right: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #333;
  border-radius: 50%;
  background-image: url(../images/common/icon_arrow_black.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 50%;
  opacity: .75;
}

.p-mega-menu dl dd {
  width: 70%;
  margin: 0;
  padding: 0 0 0 8%;
}

.p-mega-menu dl dd ~ dt {
  display: none;
}

.p-mega-menu dl ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.p-mega-menu dl ul li {
  width: 50%;
  margin: 0;
  padding: 5px 20px 6px 0;
}

.p-mega-menu dl ul a {
  font-size: 1.6rem;
  line-height: 1.3;
}

.p-mega-menu__cover {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0.16, 0.72, 0.8);
  pointer-events: none;
}

.p-mega-menu__cover.is-open {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.08, 0.8, 0.72, 1);
  pointer-events: auto;
}

@media (max-width: 960px) {
  .p-mega-menu {
    display: none;
  }
  .p-mega-menu__cover {
    display: none;
  }
}

/* ---- news index ---- */
/* tab */
.p-news-index__tab {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.p-news-index__tab::-webkit-scrollbar {
  display: none;
}

.p-news-index__tab ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.p-news-index__tab li {
  margin: 0 9px 0 0;
}

.p-news-index__tab li:last-child {
  margin-right: 0;
}

.p-news-index__tab button {
  padding: 20px 40px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #f5f5f5;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: border-color .2s, background-color .2s, color .2s;
}

.p-news-index__tab button:hover, .p-news-index__tab button:active {
  border: 1px solid #cce4f8;
  background-color: #cce4f8;
  color: #0065cc;
}

.p-news-index__tab button[aria-selected='true'] {
  border: 1px solid #0065cc !important;
  background-color: #0065cc !important;
  color: #fff !important;
  pointer-events: none;
}

.p-news-index__colored-bg button {
  border-style: none !important;
  background-color: #fff;
  color: #0065cc;
  transition: background-color .2s, color .2s;
}

@media (max-width: 767px) {
  .p-news-index__tab {
    margin: 0 -6.8vw;
  }
  .p-news-index__tab ul {
    padding: 0 0 0 6.8vw;
  }
  .p-news-index__tab li {
    margin: 0 8px 0 0;
  }
  .p-news-index__tab li:last-child {
    padding-right: 6.8vw;
  }
  .p-news-index__tab button {
    padding: 12px 20px;
    border-radius: 3px;
    font-size: 1rem;
  }
  .p-news-index__tab button[aria-selected='true']:hover, .p-news-index__tab button[aria-selected='true']:active {
    border: 1px solid #0065cc;
    background-color: #0065cc;
    color: #fff;
  }
  .p-news-index__colored-bg button {
    background-color: #fff;
    color: #0065cc;
  }
}

/* panel */
.p-news-index__panel {
  position: relative;
  margin: 60px 0 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  transition: height .6s;
}

.p-news-index__panel > li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.08, 0.64, 0.56, 1);
}

.p-news-index__panel > li[aria-hidden='false'] {
  opacity: 1;
  pointer-events: auto;
}

.p-news-index__panel__not {
  display: initial !important;
  position: initial !important;
  opacity: initial !important;
  pointer-events: initial !important;
}

@media (max-width: 767px) {
  .p-news-index__panel {
    margin: 55px 0 0;
    transition: height .4s;
  }
  .p-news-index__panel > li {
    transition: opacity 0.4s cubic-bezier(0.08, 0.64, 0.56, 1);
  }
}

/* article list */
.p-news-index__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e0e0e0;
}

.p-news-index__list li {
  border-bottom: 1px solid #e0e0e0;
}

.p-news-index__list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 35px 150px 32px 0;
}

.p-news-index__list a .date {
  width: 100px;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1;
}

.p-news-index__list a .category {
  width: calc(100% - 250px);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.p-news-index__list a .category span {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
}

.p-news-index__list a .title {
  margin-top: .6em;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9;
}

.p-news-index__list a:hover, .p-news-index__list a:active {
  text-decoration: none;
}

.p-news-index__list a:hover .title, .p-news-index__list a:active .title {
  text-decoration: underline;
}

.p-news-index__list a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 66px;
  width: 18px;
  height: 18px;
  background-image: url(../images/common/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-news-index__list a.outbound::after {
  transform: rotate(-45deg);
}

.p-news-index__list a.pdf::after {
  content: "PDF";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 15px);
  right: 43px;
  width: 64px;
  height: 30px;
  border: 1px solid #0065cc;
  border-radius: 3px;
  background-image: none;
  color: #0065cc;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.p-news-index__colored-bg .p-news-index__list {
  border-top: 1px solid #bcd7f2;
}

.p-news-index__colored-bg .p-news-index__list li {
  border-bottom: 1px solid #bcd7f2;
}

.p-news-index__colored-bg .p-news-index__list a .category span {
  border-color: #fff;
  color: #0065cc;
}

.p-news-index__colored-bg .p-news-index__list a:hover .category span, .p-news-index__colored-bg .p-news-index__list a:active .category span {
  color: #0065cc;
}

@media (max-width: 767px) {
  .p-news-index__list a {
    padding: 5.5vw 0 5vw;
  }
  .p-news-index__list a .date {
    width: 60px;
    font-size: 1rem;
  }
  .p-news-index__list a .category {
    width: calc(100% - 60px);
    font-size: 1rem;
  }
  .p-news-index__list a .category span {
    padding: 4px 10px;
    border-radius: 3px;
  }
  .p-news-index__list a .title {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .p-news-index__list a:hover .title, .p-news-index__list a:active .title {
    text-decoration: none;
  }
  .p-news-index__list a::after {
    top: 6vw;
    right: 4px;
    width: 14px;
    height: 14px;
    background-image: url(../images/common/icon_arrow_blue.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .p-news-index__list a.pdf::after {
    top: 5.5vw;
    right: 4px;
    width: 32px;
    height: auto;
    padding: 4px 0;
    font-size: 1rem;
  }
}

/* ---- pipeline ---- */
#pipeline {
  /* header padding */
  /* breadcrumbs */
  /*
.breadcrumb {
	margin-top: -20px;
}

@include sp {

	.breadcrumb {
		margin-top: 4vw;
	}

}
*/
}

#pipeline main {
  padding-top: 125px;
}

@media (max-width: 767px) {
  #pipeline main {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  #pipeline main {
    padding-top: calc(40vw - 100px);
  }
}

/* main visual */
.p-pipeline-mainvisual {
  position: relative;
  width: 100vw;
  height: 560px;
  background-image: url(/assets/images/pipeline/mv_pc.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .p-pipeline-mainvisual {
    height: 64vw;
    background-image: url(/assets/images/pipeline/mv_sp.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}

/* table */
.p-pipeline-table table {
  width: 1200px;
  border-collapse: collapse;
}

.p-pipeline-table thead th {
  padding: 10px;
  border-right: 2px solid #fff;
  background-color: #0065cc;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.p-pipeline-table thead tr:first-child th:nth-child(1),
.p-pipeline-table thead tr:first-child th:nth-child(2),
.p-pipeline-table thead tr:first-child th:nth-child(3) {
  width: 250px;
}

.p-pipeline-table thead tr:first-child th:nth-child(4) {
  width: 90px;
}

.p-pipeline-table thead tr:first-child th:last-child {
  border-right-style: none;
}

.p-pipeline-table thead tr:last-child th {
  width: 90px;
  border-top: 2px solid #fff;
  font-weight: normal;
}

.p-pipeline-table tbody td {
  height: 114px;
  padding: 16px 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background-color: #f5f5f5;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}

.p-pipeline-table tbody td:first-child {
  font-weight: bold;
}

.p-pipeline-table tbody td:first-child span {
  display: inline-block;
  padding-bottom: 2px;
}

.p-pipeline-table tbody td:first-child span:nth-child(n+2) {
  padding-bottom: 3px;
  font-size: 1.6rem;
}

.p-pipeline-table tbody td:nth-child(3) img {
  display: block;
  width: 210px;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}

.p-pipeline-table tbody td:nth-child(4) {
  position: relative;
}

.p-pipeline-table tbody td:nth-child(4) img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 360px;
  max-width: none;
  transform: translateY(-50%);
  image-rendering: -webkit-optimize-contrast;
}

.p-pipeline-table tbody td:last-child {
  border-right-style: none;
}

.p-pipeline-table tbody td button {
  display: block;
  position: relative;
  width: 54px;
  height: 32px;
  margin: 0 auto;
  border-style: none;
  border-radius: 16px;
  background-color: #0065cc;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  text-indent: -400px;
  opacity: 1;
  transition: opacity .2s;
}

.p-pipeline-table tbody td button:hover, .p-pipeline-table tbody td button:active {
  opacity: .7;
}

.p-pipeline-table tbody td button::before {
  content: "";
  display: block;
  position: absolute;
  left: 17px;
  top: 15px;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.p-pipeline-table tbody td button::after {
  content: "";
  display: block;
  position: absolute;
  left: 17px;
  top: 15px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: rotate(90deg);
}

.p-pipeline-table tbody span.font-large {
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .p-pipeline-table table {
    width: 780px;
  }
  .p-pipeline-table thead th {
    padding: 5px;
    border-right: 1px solid #fff;
    font-size: 1.2rem;
  }
  .p-pipeline-table thead tr:first-child th:nth-child(1),
  .p-pipeline-table thead tr:first-child th:nth-child(2),
  .p-pipeline-table thead tr:first-child th:nth-child(3) {
    width: 160px;
  }
  .p-pipeline-table thead tr:first-child th:nth-child(4) {
    width: 60px;
  }
  .p-pipeline-table thead tr:last-child th {
    width: 60px;
    border-top: 1px solid #fff;
  }
  .p-pipeline-table tbody td {
    height: 58px;
    padding: 8px 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 1.2rem;
  }
  .p-pipeline-table tbody td:first-child span {
    padding-bottom: 2px;
  }
  .p-pipeline-table tbody td:first-child span:nth-child(n+2) {
    padding-bottom: 2px;
    font-size: 1rem;
  }
  .p-pipeline-table tbody td:nth-child(3) img {
    width: 130px;
  }
  .p-pipeline-table tbody td:nth-child(4) img {
    width: 240px;
  }
  .p-pipeline-table tbody td button {
    width: 32px;
    height: 32px;
    transition: none;
  }
  .p-pipeline-table tbody td button:hover, .p-pipeline-table tbody td button:active {
    opacity: 1;
  }
  .p-pipeline-table tbody td button::before {
    left: 8px;
    width: 16px;
  }
  .p-pipeline-table tbody td button::after {
    left: 8px;
    width: 16px;
  }
}

/* overall */
.p-pipeline-overall {
  margin-bottom: 50px;
}

.p-pipeline-overall:nth-of-type(3) {
  margin-bottom: 200px;
}

.p-pipeline-overall img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 80%;
  margin: 0 auto;
}

.p-pipeline-overall p {
  width: 80%;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .p-pipeline-overall p {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .p-pipeline-overall {
    display: block;
    margin-bottom: 21vw;
  }
  .p-pipeline-overall img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0vw auto 0;
  }
  .p-pipeline-overall img:first-child {
    margin-top: 0;
  }
}

/* modal */
.p-pipeline-modal .c-scrollable-modal__body > :first-child {
  margin-top: 0 !important;
}

.p-pipeline-modal h3 {
  margin: 2em 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

.p-pipeline-modal h3 + p {
  margin-top: .5em;
}

.p-pipeline-modal h3 + table,
.p-pipeline-modal h3 + dl,
.p-pipeline-modal h3 + .u-pc-hidden + table,
.p-pipeline-modal h3 + .u-pc-hidden + dl {
  margin-top: 1em;
}

.p-pipeline-modal p {
  margin: 2em 0 0;
  font-size: 1.6rem;
  line-height: 2;
}

.p-pipeline-modal p.note {
  font-size: 1.2rem;
}

.p-pipeline-modal a {
  text-decoration: underline;
}

.p-pipeline-modal a:active, .p-pipeline-modal a:hover {
  text-decoration: none;
}

.p-pipeline-modal table {
  border-collapse: collapse;
  width: 100%;
  margin: 2em 0 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-pipeline-modal table th,
.p-pipeline-modal table td {
  padding: 16px 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.p-pipeline-modal table th:last-child,
.p-pipeline-modal table td:last-child {
  border-right-style: none;
}

.p-pipeline-modal table th {
  color: #fff;
  background-color: #0065cc;
}

.p-pipeline-modal table td {
  background-color: #f5f5f5;
  text-align: center;
}

.p-pipeline-modal dl {
  margin: 2em 0 0;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

.p-pipeline-modal dl + dl {
  margin-top: 0;
}

.p-pipeline-modal dl dt {
  margin: 2px 0 0;
  padding: 16px 8px;
  background-color: #0065cc;
  color: #fff;
  font-weight: bold;
}

.p-pipeline-modal dl dd {
  margin: 2px 0 0;
  padding: 13px 8px;
  background-color: #f5f5f5;
}

@media (max-width: 767px) {
  .p-pipeline-modal h3 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
  .p-pipeline-modal h3 + .u-sp-hidden + table,
  .p-pipeline-modal h3 + .u-sp-hidden + dl {
    margin-top: 1em;
  }
  .p-pipeline-modal p {
    font-size: 1.2rem;
    line-height: 1.9;
  }
  .p-pipeline-modal p.note {
    font-size: 1rem;
  }
  .p-pipeline-modal a:active, .p-pipeline-modal a:hover {
    text-decoration: underline;
  }
  .p-pipeline-modal table {
    width: 100%;
    font-size: 1.2rem;
  }
  .p-pipeline-modal table th,
  .p-pipeline-modal table td {
    padding: 10px 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .p-pipeline-modal dl {
    font-size: 1.2rem;
    line-height: 1.9;
  }
  .p-pipeline-modal dl dt {
    margin: 1px 0 0;
    padding: 10px 8px;
  }
  .p-pipeline-modal dl dd {
    margin: 1px 0 0;
    padding: 7px 8px;
  }
}

#science main {
  padding-top: 125px !important;
}

@media (max-width: 767px) {
  #science main {
    padding-top: 80px !important;
  }
}

#science .p-listpage-container .p-listpage .p-page .image {
  height: 300px;
}

@media (max-width: 767px) {
  #science .p-listpage-container .p-listpage .p-page .image {
    height: 20vw;
  }
}

@media (max-width: 767px) {
  #science .p-listpage-container .p-listpage .p-page .head {
    margin-top: 3.866667vw;
  }
}

#science .p-listpage-container .p-listpage .p-page .head .en {
  line-height: 1.4;
}

@media (min-width: 768px) {
  #science .c-nav-container__inner ul li a {
    font-size: 1.4rem;
  }
}

.p-science-mainvisual {
  position: relative;
  width: 100vw;
  height: 560px;
  background-image: url(/assets/images/careers/policy/img_1_pc.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .p-science-mainvisual {
    background-image: url(/assets/images/careers/policy/img_1_sp.jpg);
  }
}

.p-message-container *:first-child {
  margin-top: 0 !important;
}

.p-message-container p a {
  transition: all 0.3s;
  color: #0065cc;
  word-break: break-all;
}

.p-message-container p a:hover {
  opacity: 0.6;
}

.p-message-container img {
  margin-top: 45px;
  display: block;
}

@media (max-width: 767px) {
  .p-message-container img {
    margin-top: 40px;
  }
}

.p-message-container img.contain {
  -o-object-fit: contain;
     object-fit: contain;
  width: 60%;
  height: initial;
}

@media (max-width: 767px) {
  .p-message-container img.contain {
    width: 100%;
  }
}

.p-message-container img.contain.--large {
  width: 100%;
}

.p-message-container img.contain.middle.--small {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .p-message-container img.contain.middle.--small {
    width: 100%;
  }
}

.p-message-container img.contain.--small {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .p-message-container img.contain.--small {
    width: 70%;
  }
}

.p-message-container h2.--large {
  font-size: 4.8rem;
}

@media (max-width: 767px) {
  .p-message-container h2.--large {
    font-size: 3.6rem;
    line-height: 1.2em;
  }
}

.p-message-container h2 span {
  display: block;
  font-size: 1.8rem;
  display: block;
}

@media (max-width: 767px) {
  .p-message-container h2 span {
    font-size: 1.2rem;
    margin: 1.5vw;
  }
}

.p-message-container h3 {
  font-weight: bold;
  font-size: 2rem;
  padding-left: 30px;
  border-left: 1px solid #0065cc;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .p-message-container h3 {
    margin-top: 4.6666666667vw;
    padding-left: 15px;
    font-size: 1.6rem;
  }
}

.p-message-container h3.--en {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .p-message-container h3.--en {
    font-size: 2rem;
  }
}

.p-message-container h3 span {
  font-size: 1.6rem;
  display: block;
  font-weight: 100;
}

@media (max-width: 767px) {
  .p-message-container h3 span {
    font-size: 1.2rem;
  }
}

.p-message-container h3:empty {
  border-top: none;
  padding-left: 0;
}

.p-message-container h3:empty::before {
  content: "";
  display: inline;
  width: 1px;
  background-color: #0065cc;
  margin-right: 10px;
}

.p-message-container .u-bt {
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .p-message-container .u-bt {
    margin-top: 50px;
  }
}

.p-message-container dl {
  display: flex;
  margin-top: 45px;
  flex-wrap: wrap;
  width: 100%;
}

.p-message-container dl dt,
.p-message-container dl dd {
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 0;
  padding: 20px 0;
}

.p-message-container dl dt:first-of-type,
.p-message-container dl dd:first-of-type {
  font-weight: bold;
}

.p-message-container dl dt:last-of-type,
.p-message-container dl dd:last-of-type {
  border-bottom: none;
}

.p-message-container dl dt {
  width: 33%;
  border-bottom: 1px solid #0065cc;
}

.p-message-container dl dd {
  width: 67%;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 5%;
}

.p-message-container ul {
  padding: 0;
  margin: 0;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .p-message-container ul {
    margin-top: 4.6666666667vw;
    font-size: 1.2rem;
  }
}

.p-message-container ul li {
  margin-top: 30px;
  display: flex;
}

@media (max-width: 767px) {
  .p-message-container ul li {
    margin-top: 4.6666666667vw;
  }
}

.p-message-container ul li:first-child {
  margin-top: 0;
}

.p-message-container ul li::before {
  content: "・";
  display: inline-block;
  color: #0065cc;
  margin-right: 10px;
}

.p-message-container ol {
  padding-left: 10px;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .p-message-container ol {
    margin-top: 4.6666666667vw;
    font-size: 1.2rem;
  }
}

.p-message-container ol > li {
  list-style: auto !important;
  padding-left: 10px;
  margin-top: 20px;
}

.p-message-container ol > li:first-child {
  margin-top: 0;
}

.p-message-container ol ul {
  margin-top: 10px;
}

.p-message-container ol ul li {
  margin-top: 10px;
}

.p-news-index.--second {
  margin-top: 65px;
}

.p-news-index.--second .p-news-index__panel {
  margin-top: 35px;
}

.p-news-index.--second .p-news-index__panel .p-news-index__list li::before {
  content: initial !important;
}

.p-news-index.--second .p-news-index__panel .p-news-index__list a .title {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .p-news-index.--second .p-news-index__panel .p-news-index__list a .title {
    margin-top: 1.6em;
  }
}

.p-news-index.--second .p-news-index__panel li::before {
  content: initial !important;
}

@media (max-width: 767px) {
  .p-news-index.--second .p-news-index__tab {
    width: 100%;
    margin: 0;
  }
}

.p-news-index.--second .p-news-index__tab ul {
  justify-content: space-between;
  padding: 0;
}

.p-news-index.--second .p-news-index__tab ul li {
  width: 48%;
  margin: 0;
  padding: 0;
}

.p-news-index.--second .p-news-index__tab ul li::before {
  content: initial !important;
}

.p-news-index.--second .p-news-index__tab ul li button {
  width: 100%;
}

@media (max-width: 767px) {
  .p-news-index.--second .p-news-index__tab ul li button {
    padding: 15px 10px;
  }
}

#sustainability main .p-message-container .note {
  margin-top: 30px;
}

#sustainability main .p-message-container .note p {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2em;
  margin: 0;
}

#sustainability main .p-message-container .esg-table-wrapper {
  overflow-x: auto;
}

#sustainability main .p-message-container .esg-table-wrapper table {
  min-width: 840px;
  font-size: 1.4rem;
}

#sustainability main .p-message-container .esg-table-wrapper table tbody {
  overflow-x: auto;
}

#sustainability main .p-message-container .esg-table-wrapper table tr:first-child {
  background-color: #f5f5f5;
}

#sustainability main .p-message-container .esg-table-wrapper table tr th, #sustainability main .p-message-container .esg-table-wrapper table tr td {
  min-width: 125px;
  padding: 5px;
  text-align: center;
}

#sustainability main .p-message-container .esg-table-wrapper table tr th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  min-width: 200px;
  text-align: left;
}

#sustainability main .p-message-container .esg-table-wrapper table tr.low th:first-of-type::before {
  display: inline-block;
  content: "∟";
  color: #cccccc;
}

#sustainability main .p-message-container .esg-table-wrapper table tr.low.__01 th:first-of-type::before {
  margin-left: 10px;
}

#sustainability main .p-message-container .esg-table-wrapper table tr.low.__02 th:first-of-type::before {
  margin-left: 20px;
}

#sustainability main .p-message-container .esg-table-wrapper table tr.low.__03 th:first-of-type::before {
  margin-left: 30px;
}

#sustainability main .p-message-container .esg-table-wrapper table tr.low.__04 th:first-of-type::before {
  margin-left: 40px;
}

#sustainability main .p-message-container .esg-table-wrapper table tr:nth-of-type(n + 2) th:first-child {
  background-color: #ffffff;
}

#sustainability main .c-content-container {
  margin-top: 60px;
  background-color: #f5f5f5;
}

#sustainability main .c-content-container__inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

#sustainability main .c-content-container__inner ul li {
  width: 100%;
  margin: 0;
}

#sustainability main .c-content-container__inner ul li:nth-child(n + 3) {
  margin-top: 30px;
}

#sustainability main .c-content-container__inner ul li::before {
  display: none;
}

#sustainability main .c-content-container__inner ul li a {
  font-size: 1.6rem;
}

#sustainability main .c-content-container__inner ul li a.pdf {
  margin-right: 10px !important;
}

#sustainability main .c-content-container__inner ul li a.pdf::after {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 3px 6px;
  content: "PDF";
  color: #0065cc;
  border: 1px solid #0065cc;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: none;
}

#sustainability main {
  padding-top: 100px;
}

#sustainability .p-content-container .gray-box .item .list-url {
  display: block;
}

#sustainability .p-content-container .gray-box .item .list-url a {
  display: block;
}

.p-sustainability-mainvisual {
  position: relative;
  width: 100vw;
  height: 560px;
  background-image: url(/assets/images/esg/mv_pc.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .p-sustainability-mainvisual {
    height: 64vw;
    background-image: url(/assets/images/esg/mv_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}

.c-sustainability-h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 5.4rem;
  margin: 145px 0 113px;
}

@media (max-width: 767px) {
  .c-sustainability-h2 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin: 20.6666666667vw 0 13.3333333333vw;
  }
}

.c-sustainability-h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 3.6rem;
  font-weight: 200;
  display: block;
  margin-top: 30px;
  letter-spacing: 0;
  width: 900px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .c-sustainability-h2 span {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-top: 4vw;
  }
}

.pdf-wrapper--sus {
  padding: 0;
  margin-top: 50px;
  transition: all 0.6s;
  height: auto;
}

.pdf-wrapper--sus__title li {
  margin-top: 60px !important;
}

.pdf-wrapper--sus__inner__item {
  margin-bottom: 1.5rem;
}

.pdf-wrapper--sus__inner__item .date {
  display: inline-block;
  width: 130px;
  white-space: nowrap;
  float: left;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .pdf-wrapper--sus__inner__item .date {
    font-size: 1.2rem;
    width: 100px;
  }
}

.pdf-wrapper--sus__inner__item .date + .pdf {
  width: calc(100% - 130px);
  display: inline-block;
}

@media (max-width: 767px) {
  .pdf-wrapper--sus__inner__item .date + .pdf {
    width: calc(100% - 100px);
  }
}

.pdf-wrapper--sus li {
  margin-top: 20px;
}

.pdf-wrapper--sus li:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .pdf-wrapper--sus li {
    margin-top: 4vw !important;
  }
}

.pdf-wrapper--sus li.visible {
  display: block;
  opacity: 1;
}

.pdf-wrapper--sus li.unvisible {
  display: none;
  opacity: 0;
}

.pdf-wrapper--sus a.pdf {
  font-size: 1.6rem;
}

.pdf-wrapper--sus a.pdf::after {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 10px;
  line-height: 1;
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  content: "PDF";
  color: #0065cc;
  border: 1px solid #0065cc;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: none;
}

@media (max-width: 767px) {
  .pdf-wrapper--sus a.pdf {
    font-size: 1.2rem;
  }
}

.pdf-wrapper--sus a.zip {
  font-size: 1.6rem;
}

.pdf-wrapper--sus a.zip::after {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 10px;
  line-height: 1;
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  content: "ZIP";
  color: #0065cc;
  border: 1px solid #0065cc;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: none;
}

@media (max-width: 767px) {
  .pdf-wrapper--sus a.zip {
    font-size: 1.2rem;
  }
}

.p-sustainability-container .c-ir-h3 {
  margin: 0;
  margin-top: 45px;
}

.p-sustainability-container .pdf-wrapper--sus {
  margin-top: 25px;
}

.p-sustainability-container .select-container {
  margin-bottom: 0;
  margin-top: 50px;
}

.p-sustainability-container .c-sus-image {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 40px;
  line-height: 0;
  overflow: auto;
}

.p-sustainability-container .c-sus-image img {
  width: 100%;
}

.effort-btn-area {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .effort-btn-area {
    display: block;
  }
}

.effort-btn-area .c-button {
  width: 30%;
  padding: 0;
}

@media (max-width: 767px) {
  .effort-btn-area .c-button {
    width: 100%;
  }
}

.p-listpage-container {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .p-listpage-container {
    padding-bottom: 21vw;
  }
}

.p-listpage-container .p-listpage {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.p-listpage-container .p-listpage .p-page {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 3);
}

@media (max-width: 767px) {
  .p-listpage-container .p-listpage .p-page {
    width: calc((100% - 4vw) / 2);
    margin-right: 4vw;
  }
  .p-listpage-container .p-listpage .p-page:nth-child(even) {
    margin-right: 0;
  }
  .p-listpage-container .p-listpage .p-page:nth-child(n+3) {
    margin-top: 9.8666666667vw;
  }
}

@media (min-width: 768px) {
  .p-listpage-container .p-listpage .p-page:nth-child(n+4) {
    margin-top: 80px;
  }
  .p-listpage-container .p-listpage .p-page:hover .image {
    box-shadow: 0 20px 40px 0 rgba(0, 68, 137, 0.19);
  }
  .p-listpage-container .p-listpage .p-page:hover .head {
    color: #0065cc;
  }
  .p-listpage-container .p-listpage .p-page:hover .head:after {
    right: 35px;
    background-image: url(/assets/images/company/page_arrow_blue.png);
  }
}

.p-listpage-container .p-listpage .p-page a {
  position: relative;
  display: block;
  width: 100%;
}

.p-listpage-container .p-listpage .p-page a:hover {
  text-decoration: none;
}

.p-listpage-container .p-listpage .p-page .image {
  line-height: 0;
  display: block;
  width: 100%;
  height: 520px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .p-listpage-container .p-listpage .p-page .image {
    height: 54vw;
  }
}

.p-listpage-container .p-listpage .p-page .image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-listpage-container .p-listpage .p-page .head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 35px;
  padding-right: 42px;
  transition: all 0.3s ease;
  color: #333333;
}

@media (max-width: 767px) {
  .p-listpage-container .p-listpage .p-page .head {
    margin-top: 5.8666666667vw;
    padding-right: 0;
  }
}

.p-listpage-container .p-listpage .p-page .head .en {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: block;
  width: calc(100% - 40px);
}

@media (max-width: 767px) {
  .p-listpage-container .p-listpage .p-page .head .en {
    font-size: 1.8rem;
    width: 100%;
  }
}

.p-listpage-container .p-listpage .p-page .head .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: block;
  width: calc(100% - 40px);
  margin-top: 6px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .p-listpage-container .p-listpage .p-page .head .jp {
    font-size: 1rem;
    width: 100%;
    margin-top: 1.0666666667vw;
  }
}

.p-listpage-container .p-listpage .p-page .head:after {
  position: absolute;
  top: 0;
  right: 40px;
  display: block;
  width: 42px;
  height: 42px;
  content: "";
  transition: all 0.3s ease;
  background: url(/assets/images/company/page_arrow.png) 50% 50% no-repeat;
  background-size: 40px;
}

@media (max-width: 960px) {
  .p-listpage-container .p-listpage .p-page .head:after {
    display: none;
  }
}

.p-listpage-container .p-listpage .p-page .head.outbound::after {
  transform: rotate(-45deg);
}

.p-listpage-container .p-listpage .p-page .description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  width: calc(100% - 40px);
  margin-top: 16px;
  color: #666666;
}

@media (max-width: 767px) {
  .p-listpage-container .p-listpage .p-page .description {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
    margin-top: 4vw;
  }
}

.p-listpage-container p a {
  color: #0065cc;
}

.p-message-container {
  position: relative;
  display: block;
  width: 100%;
}

.p-message-container + .p-message-container {
  margin-top: 100px;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .p-message-container + .p-message-container {
    margin-top: 16vw;
    padding-top: 10.6666666667vw;
  }
}

.p-message-container > img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .p-message-container > img {
    height: 48vw;
  }
}

.p-message-container > img.signature {
  display: block;
  width: 20%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-top: 0;
  margin-right: 0;
  text-align: right;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767px) {
  .p-message-container > img.signature {
    width: 40%;
    margin-top: 0vw;
  }
}

.p-message-container .title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .p-message-container .title {
    margin-bottom: 6.5vw;
  }
}

.p-message-container .title .en {
  font-family: "Inter", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
}

@media (max-width: 767px) {
  .p-message-container .title .en {
    font-size: 2.4rem;
  }
}

.p-message-container .title .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.9em;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .p-message-container .title .jp {
    font-size: 1.2rem;
    margin-top: 0.8em;
  }
}

.p-message-container h2 {
  font-size: 3rem;
  font-weight: normal;
  line-height: 4.5rem;
  position: relative;
  display: block;
  width: 100%;
  margin-top: 65px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .p-message-container h2 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-top: 12vw;
    letter-spacing: 0.05em;
  }
}

.p-message-container h2.small {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .p-message-container h2.small {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-top: 9.3333333333vw;
    letter-spacing: 0.05em;
  }
}

.p-message-container p {
  font-size: 1.6rem;
  line-height: 3rem;
  width: 100%;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .p-message-container p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-top: 4.6666666667vw;
  }
}

.p-message-container p.sign {
  width: 100%;
  margin-top: 60px;
  text-align: right;
}

@media (max-width: 767px) {
  .p-message-container p.sign {
    margin-top: 14.6666666667vw;
  }
}

.p-history-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .p-history-container {
    margin-top: 5.3333333333vw;
  }
}

.p-history-container:before {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  content: "";
  background: #cce4f8;
}

@media (max-width: 767px) {
  .p-history-container:before {
    top: 6px;
    left: 6px;
    height: calc(100% - 3.2vw);
  }
}

.p-history-container .time-point {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 45px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .p-history-container .time-point {
    margin-top: 10vw;
    padding-left: 25px;
  }
}

.p-history-container .time-point:first-child {
  margin-top: 0;
}

.p-history-container .time-point .time {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 175px;
  padding-right: 40px;
  text-align: right;
  color: #000000;
}

@media (max-width: 767px) {
  .p-history-container .time-point .time {
    font-size: 1.2rem;
    line-height: 1.2rem;
    justify-content: flex-start;
    width: 100%;
    padding-right: 0;
  }
}

.p-history-container .time-point .content {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3rem;
  position: relative;
  display: flex;
  width: calc(100% - 175px);
  color: #000000;
}

@media (max-width: 767px) {
  .p-history-container .time-point .content {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2.4rem;
    width: 100%;
    margin-top: 3.3333333333vw;
    color: #000000;
  }
}

.p-history-container .time-point:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #0065cc;
  border-radius: 8px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .p-history-container .time-point:before {
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}

.p-members-container + .p-members-container {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .p-members-container + .p-members-container {
    padding-top: 10.6666666667vw;
  }
}

.p-members-container:last-child .members-list:last-child {
  padding-bottom: 0;
}

.p-members-container:last-child .members-list:last-child .member:last-child {
  padding-bottom: 0;
}

.p-members-container .title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .p-members-container .title {
    margin-bottom: 6.5vw;
  }
}

.p-members-container .title .en {
  font-family: "Inter", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
}

@media (max-width: 767px) {
  .p-members-container .title .en {
    font-size: 2.4rem;
  }
}

.p-members-container .title .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.9em;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .p-members-container .title .jp {
    font-size: 1.2rem;
    margin-top: 0.8em;
  }
}

.p-members-container .members-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .p-members-container .members-list {
    margin-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}

.p-members-container .members-list .member {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 60px;
  transition: all 1s ease;
  transform: translate(0, 50%);
  opacity: 0;
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
  .p-members-container .members-list .member {
    padding-bottom: 10.6666666667vw;
  }
}

@media (max-width: 767px) {
  .p-members-container .members-list .member {
    padding-bottom: 9.3333333333vw;
  }
}

.p-members-container .members-list .member.show {
  transition: all 1s ease;
  transform: translate(0, 0);
  opacity: 1;
}

.p-members-container .members-list .member:last-child {
  border: none;
}

.p-members-container .members-list .member .avatar {
  position: relative;
  width: 260px;
  max-width: 35%;
  height: 340px;
}

@media (max-width: 767px) {
  .p-members-container .members-list .member .avatar {
    width: 100%;
    max-width: 100%;
    height: 75vw;
  }
}

.p-members-container .members-list .member .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 7%;
     object-position: 50% 7%;
}

.p-members-container .members-list .member .detail {
  width: calc(100% - 260px);
  min-width: 65%;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .p-members-container .members-list .member .detail {
    width: 100%;
    margin-top: 7.3333333333vw;
    padding-left: 0;
  }
}

.p-members-container .members-list .member .detail .position {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #0065cc;
}

@media (max-width: 767px) {
  .p-members-container .members-list .member .detail .position {
    font-size: 1.2rem;
  }
}

.p-members-container .members-list .member .detail .degree {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .p-members-container .members-list .member .detail .degree {
    margin-top: 0;
  }
}

.p-members-container .members-list .member .detail .degree .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}

@media (max-width: 767px) {
  .p-members-container .members-list .member .detail .degree .jp {
    font-size: 1.5rem;
  }
}

.p-members-container .members-list .member .detail .degree .en {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  margin-left: 21px;
  color: #666666;
}

@media (max-width: 767px) {
  .p-members-container .members-list .member .detail .degree .en {
    font-size: 1rem;
    margin-left: 2vw;
  }
}

.p-members-container .members-list .member .detail .biography {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.875;
  margin-top: 40px;
  letter-spacing: 0.05em;
  color: #333333;
}

@media (max-width: 767px) {
  .p-members-container .members-list .member .detail .biography {
    font-size: 1.2rem;
    margin-top: 4.6666666667vw;
  }
}

.p-members-container .members-list .member + .member {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .p-members-container .members-list .member + .member {
    margin-top: 10.6666666667vw;
  }
}

.p-content-container + .p-content-container {
  margin-top: 120px;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .p-content-container + .p-content-container {
    margin-top: 16vw;
    padding-top: 10.6666666667vw;
  }
}

.p-content-container .title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .p-content-container .title {
    margin-bottom: 6.5vw;
  }
}

.p-content-container .title .en {
  font-family: "Inter", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
}

@media (max-width: 767px) {
  .p-content-container .title .en {
    font-size: 2.4rem;
  }
}

.p-content-container .title .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.9em;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .p-content-container .title .jp {
    font-size: 1.2rem;
    margin-top: 0.8em;
  }
}

.p-content-container h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 25px;
  padding-top: 30px;
  padding-left: 20px;
  letter-spacing: 0.05em;
  color: #333333;
  border-top: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
  .p-content-container h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 10.6666666667vw;
    margin-bottom: 6.6666666667vw;
    padding-top: 8vw;
    padding-left: 4vw;
  }
}

.p-content-container h2:before {
  position: absolute;
  top: 33px;
  left: 0;
  display: block;
  width: 2px;
  height: calc(100% - 35px);
  content: "";
  background: #0065cc;
}

@media (max-width: 767px) {
  .p-content-container h2:before {
    top: 8vw;
    height: calc(100% - 8vw);
  }
}

.p-content-container h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  color: #333333;
}

@media (max-width: 767px) {
  .p-content-container h3 {
    font-size: 1.8rem;
    margin-top: 9.3333333333vw;
    margin-bottom: 4vw;
  }
}

.p-content-container p {
  font-size: 1.6rem;
  line-height: 3rem;
  width: 100%;
}

@media (max-width: 767px) {
  .p-content-container p {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}

.p-content-container p.small {
  font-size: 1.4rem;
  margin-top: -8px;
}

@media (max-width: 767px) {
  .p-content-container p.small {
    font-size: 1rem;
    margin-top: -5px;
  }
}

.p-content-container p a {
  color: #0065cc;
}

.p-content-container ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  .p-content-container ul {
    margin: 2.6666666667vw 0 0;
  }
}

.p-content-container ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 24px;
  color: #333333;
}

@media (max-width: 767px) {
  .p-content-container ul li {
    font-size: 1.2rem;
    line-height: 2.4rem;
    padding-left: 5.0666666667vw;
  }
}

.p-content-container ul li:before {
  position: absolute;
  top: 10px;
  left: 4px;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 5px;
  background: #cccccc;
}

@media (max-width: 767px) {
  .p-content-container ul li:before {
    top: 0.75rem;
  }
}

.p-content-container .blue-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .p-content-container .blue-list {
    padding-top: 2.6666666667vw;
  }
}

.p-content-container .blue-list .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 23px 60px 23px 35px;
  background: #f1f9ff;
}

@media (max-width: 767px) {
  .p-content-container .blue-list .item {
    padding: 4vw 8vw;
  }
}

.p-content-container .blue-list .item .number {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  width: 75px;
  color: #0065cc;
}

@media (max-width: 767px) {
  .p-content-container .blue-list .item .number {
    font-size: 2rem;
    width: 100%;
  }
}

.p-content-container .blue-list .item .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 75px);
}

@media (max-width: 767px) {
  .p-content-container .blue-list .item .content {
    width: 100%;
    margin-top: 1.3333333333vw;
  }
}

.p-content-container .blue-list .item .content .head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #333333;
}

@media (max-width: 767px) {
  .p-content-container .blue-list .item .content .head {
    font-size: 1.5rem;
  }
}

.p-content-container .blue-list .item .content p {
  margin-top: 8px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .p-content-container .blue-list .item .content p {
    margin-top: 1.3333333333vw;
  }
}

.p-content-container .blue-list .item + .item {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .p-content-container .blue-list .item + .item {
    margin-top: 2.6666666667vw;
  }
}

.p-content-container .gray-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .p-content-container .gray-list {
    margin-top: 16vw;
  }
}

.p-content-container .gray-list .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px 30px;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .p-content-container .gray-list .item {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}

.p-content-container .gray-list .item + .item {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .p-content-container .gray-list .item + .item {
    margin-top: 2.6666666667vw;
  }
}

.p-content-container .gray-list .item .head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  letter-spacing: 0.05em;
  color: #333333;
}

@media (max-width: 767px) {
  .p-content-container .gray-list .item .head {
    font-size: 1.5rem;
  }
}

.p-content-container .gray-list .item .head + p {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .p-content-container .gray-list .item .head + p {
    margin-top: 5.3333333333vw;
  }
}

.p-content-container .gray-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .p-content-container .gray-box {
    margin-top: 10.6666666667vw;
  }
}

.p-content-container .gray-box .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .p-content-container .gray-box .item {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}

.p-content-container .gray-box .item + .item {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .p-content-container .gray-box .item + .item {
    margin-top: 2.6666666667vw;
  }
}

.p-content-container .gray-box .item .head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  width: 100%;
  letter-spacing: 0.05em;
  color: #333333;
}

@media (max-width: 767px) {
  .p-content-container .gray-box .item .head {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.p-content-container .gray-box .item .head.big {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .p-content-container .gray-box .item .head.big {
    font-size: 1.8rem;
  }
}

.p-content-container .gray-box .item .head + p {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 15px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .p-content-container .gray-box .item .head + p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-top: 2.6666666667vw;
  }
}

.p-content-container .gray-box .item .list-url {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
  gap: 10px 24px;
}

@media (max-width: 767px) {
  .p-content-container .gray-box .item .list-url {
    margin-top: 4vw;
    padding-top: 5.3333333333vw;
    gap: 1.3333333333vw 2vw;
  }
}

.p-content-container .gray-box .item .list-url a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.875;
  position: relative;
  display: inline-block;
  align-items: center;
  flex-wrap: wrap;
  color: #333333;
}

@media (max-width: 767px) {
  .p-content-container .gray-box .item .list-url a {
    font-size: 1.2rem;
    margin-right: 4vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-content-container .gray-box .item .list-url a {
    margin-right: 10px;
  }
}

.p-content-container .gray-box .item .list-url a.pdf:after {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 10px;
  content: "";
  background: url("/assets/images/esg/environment/pdf_icon.png") 50% 50% no-repeat;
  background-size: 39px;
}

@media (max-width: 767px) {
  .p-content-container .gray-box .item .list-url a.pdf:after {
    top: 5px;
    width: 3rem;
    height: 2rem;
    margin-left: 0.5rem;
    background-size: 2.95rem;
  }
}

.p-content-container .gray-block {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
  padding: 40px;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .p-content-container .gray-block {
    margin-top: 13.3333333333vw;
    padding: 8vw;
  }
}

.p-content-container .gray-block + .gray-block {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-content-container .gray-block + .gray-block {
    margin-top: 5.3333333333vw;
  }
}

.p-content-container .gray-block .image {
  position: relative;
  display: block;
  width: 180px;
  max-width: 30%;
}

@media (max-width: 767px) {
  .p-content-container .gray-block .image {
    width: 50%;
    max-width: 50%;
    margin: auto;
  }
}

.p-content-container .gray-block .image img {
  width: 100%;
}

.p-content-container .gray-block .content {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 180px);
  min-width: 70%;
  padding-left: 33px;
}

@media (max-width: 767px) {
  .p-content-container .gray-block .content {
    width: 100%;
    margin-top: 2.6666666667vw;
    padding-left: 0;
  }
}

.p-content-container .gray-block .content .head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.25;
  width: 100%;
  height: 70px;
  padding-top: 10px;
  color: #333333;
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
  .p-content-container .gray-block .content .head {
    font-size: 1.8rem;
    line-height: 2;
    height: auto;
  }
}

.p-content-container .gray-block .content .detail {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .p-content-container .gray-block .content .detail {
    padding-top: 6.6666666667vw;
  }
}

.p-content-container .gray-block .content .detail p {
  line-height: 2.8rem;
}

@media (max-width: 767px) {
  .p-content-container .gray-block .content .detail p {
    line-height: 1.7;
  }
}

.p-content-container .gray-block .content .detail .bold {
  font-weight: 400;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .p-content-container .gray-block .content .detail .bold {
    margin-bottom: 0.6666666667vw;
  }
}

.p-content-container .scrollable {
  position: relative;
  overflow: auto;
}

.p-content-container table.strip {
  position: relative;
  width: 100%;
  border-spacing: 0;
  /* Removes the cell spacing via CSS */
  border-collapse: collapse;
}

@media (max-width: 767px) {
  .p-content-container table.strip {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.p-content-container table.strip.en tr th:first-child,
.p-content-container table.strip.en tr td:first-child {
  width: 500px;
}

@media (max-width: 767px) {
  .p-content-container table.strip.en tr th:first-child,
  .p-content-container table.strip.en tr td:first-child {
    width: 300px;
  }
}

.p-content-container table.strip.en tr th:last-child,
.p-content-container table.strip.en tr td:last-child {
  width: auto;
}

@media (max-width: 767px) {
  .p-content-container table.strip.en tr th:last-child,
  .p-content-container table.strip.en tr td:last-child {
    width: auto;
  }
}

.p-content-container table.strip tr {
  width: 100%;
}

@media (max-width: 767px) {
  .p-content-container table.strip tr {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.p-content-container table.strip tr:nth-child(odd) {
  background: #f5f5f5;
}

.p-content-container table.strip tr th {
  font-weight: 400;
}

.p-content-container table.strip tr th,
.p-content-container table.strip tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  min-width: 30%;
  padding: 18px 30px;
  text-align: left;
  color: #333333;
  border: none;
}

@media (max-width: 767px) {
  .p-content-container table.strip tr th,
  .p-content-container table.strip tr td {
    font-size: 1.2rem;
    padding: 4.8vw 8vw;
  }
}

.p-content-container table.strip tr th:last-child,
.p-content-container table.strip tr td:last-child {
  width: 300px;
}

@media (max-width: 767px) {
  .p-content-container table.strip tr th:last-child,
  .p-content-container table.strip tr td:last-child {
    width: 150px;
  }
}

.p-content-container table.white {
  position: relative;
  width: 100%;
  margin-top: 35px;
  border-spacing: 0;
  /* Removes the cell spacing via CSS */
  border-collapse: collapse;
}

@media (max-width: 767px) {
  .p-content-container table.white {
    margin-top: 9.3333333333vw;
  }
}

.p-content-container table.white tr {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.p-content-container table.white tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.875;
  padding: 35px 10px;
  vertical-align: top;
  color: #333333;
}

@media (max-width: 767px) {
  .p-content-container table.white tr td {
    font-size: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 2.6666666667vw 1.3333333333vw;
  }
}

.p-content-container table.white tr td :last-child {
  margin-bottom: 0;
}

.p-content-container table.white tr td:first-child {
  font-weight: 400;
  width: 250px;
  max-width: 30%;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .p-content-container table.white tr td:first-child {
    width: 100%;
    max-width: 100%;
    padding-top: 5.3333333333vw;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.p-content-container table.white tr td:last-child {
  width: 70%;
}

@media (max-width: 767px) {
  .p-content-container table.white tr td:last-child {
    width: 100%;
    padding-bottom: 4vw;
  }
}

.p-content-container table.white tr td span.note {
  font-size: 1.2rem;
  display: block;
  width: 100%;
  margin-top: 5px;
  color: #666666;
}

@media (max-width: 767px) {
  .p-content-container table.white tr td span.note {
    font-size: 1.2rem;
    margin-top: 1.3333333333vw;
  }
}

.p-content-container table.white tr td img {
  line-height: 0;
  width: 100%;
}

.p-content-container table.white tr td .head {
  font-weight: 400;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .p-content-container table.white tr td .head {
    margin-top: 1.3333333333vw;
  }
}

.p-content-container table.white tr td a {
  color: #0065cc;
}

.p-content-container table.white tr td iframe {
  width: 100%;
  height: 350px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-content-container table.white tr td iframe {
    height: 300px;
  }
}

.p-content-container .picture-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .p-content-container .picture-box {
    margin-top: calc(2.6666666667vw + 15px);
    margin-bottom: 12vw;
  }
}

.p-content-container .picture-box img {
  width: 100%;
}

@media (max-width: 767px) {
  .p-content-container .picture-box img {
    max-width: 100%;
  }
}

.p-content-container .picture-box .small {
  font-size: 1.2rem;
  margin-top: 50px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .p-content-container .picture-box .small {
    font-size: 2.6666666667vw;
    line-height: 2rem;
    margin-top: 4vw;
  }
}

.p-content-container .row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .p-content-container .row {
    margin-top: 8.6666666667vw;
  }
}

.p-content-container .row.col-3 {
  margin-top: 55px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .p-content-container .row.col-3 {
    margin-top: 0vw;
    margin-bottom: 4vw;
  }
}

.p-content-container .row.col-3 .col {
  display: block;
  width: calc((100% - 60px) / 3);
  margin-left: 30px !important;
}

@media (max-width: 767px) {
  .p-content-container .row.col-3 .col {
    width: calc((100% - 8vw) / 3);
    margin-left: 4vw !important;
  }
}

.p-content-container .row.col-3 .col:nth-child(3n+1) {
  margin-left: 0 !important;
}

.p-content-container .row .col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 20px) / 2);
}

@media (max-width: 767px) {
  .p-content-container .row .col {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}

.p-content-container .row .col :last-child {
  margin-bottom: 0;
}

.p-content-container .row .col img {
  width: 100%;
}

.p-content-container .row .col img + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .p-content-container .row .col img + p {
    margin-top: 0;
  }
}

.p-content-container .row .col:nth-child(even) {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .p-content-container .row .col:nth-child(even) {
    margin-left: 0;
  }
}

.p-content-container .row .col .u-credit {
  right: 10px;
  bottom: 37px;
  width: initial;
}

@media (max-width: 767px) {
  .p-content-container .row .col .u-credit {
    bottom: 25px;
  }
}

.p-content-container .actions-diagram-01 {
  line-height: 0;
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  margin-top: 40px;
}

.p-content-container .actions-diagram-01 img {
  width: 840px;
  max-width: 840px;
}

@media (max-width: 767px) {
  .p-content-container .actions-diagram-01 img {
    width: 672px;
    max-width: 672px;
  }
}

.p-content-container .actions-diagram-01.mid img {
  width: 650px;
  max-width: 650px;
}

@media (max-width: 767px) {
  .p-content-container .actions-diagram-01.mid img {
    width: 672px;
    max-width: 672px;
  }
}

.p-content-container .actions-diagram-02 {
  line-height: 0;
  position: relative;
  display: block;
  overflow: auto;
  max-width: 100%;
  margin-top: 65px;
}

.p-content-container .actions-diagram-02 img {
  display: block;
  width: 600px;
  max-width: 600px;
  margin: auto;
}

@media (max-width: 767px) {
  .p-content-container .actions-diagram-02 img {
    width: 480px;
    max-width: 480px;
  }
}

.p-content-container .environment-diagram-01 {
  line-height: 0;
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 65px;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .p-content-container .environment-diagram-01 {
    padding-bottom: 0;
  }
}

.p-content-container .environment-diagram-01 img {
  display: block;
  width: 523px;
  max-width: 523px;
  margin: auto;
}

@media (max-width: 767px) {
  #company .p-content-container table.white tr td {
    flex-direction: column;
  }
}

_::-webkit-full-page-media,
_:future,
:root .signature {
  height: initial !important;
  object-fit: contain;
}

/* ---- top page ---- */
/* text */
.c-top-h2 {
  margin: 0 0 50px;
  color: #0065cc;
  font-family: "Inter", sans-serif;
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 1;
}

.c-top-h2 span {
  display: block;
  margin-top: .9em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .03em;
}

.c-top-h3 {
  margin: 0 0 35px;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .03em;
}

.c-top-text {
  font-size: 1.6rem;
  line-height: 2.25;
}

@media (max-width: 767px) {
  .c-top-h2 {
    margin: 0 0 6.5vw;
    font-size: 3.6rem;
  }
  .c-top-h2 span {
    margin-top: .8em;
    font-size: 1.2rem;
  }
  .c-top-h3 {
    margin: 0 0 3vw;
    font-size: 1.8rem;
  }
  .c-top-text {
    font-size: 1.2rem;
    line-height: 2;
  }
}

/* main visual */
.p-top-mainvisual {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-image: url(../images/top/mv_pc.jpg);
  background-size: cover;
  background-position: 50%;
}

.p-top-mainvisual p {
  width: 100%;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 8.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.p-top-mainvisual p span {
  font-weight: 200;
}

.p-top-mainvisual iframe {
  position: absolute;
  right: 50px;
  bottom: calc(7.5% - 20px);
  width: 320px;
  height: 180px;
}

.p-top-mainvisual a {
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  bottom: 7.5%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(1);
  transition: transform .3s;
}

.p-top-mainvisual a::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .3;
  transform: scale(1);
  transition: transform .38s;
}

.p-top-mainvisual a::after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .2;
  transform: scale(1);
  transition: transform .44s;
}

.p-top-mainvisual a span {
  display: block;
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 8px);
  z-index: 3;
  width: 12px;
  height: 12px;
  border-right: 2px solid #0065cc;
  border-bottom: 2px solid #0065cc;
  overflow: hidden;
  text-indent: -400px;
  transform: rotate(45deg);
}

.p-top-mainvisual a:hover, .p-top-mainvisual a:active {
  transform: scale(1.08);
}

.p-top-mainvisual a:hover::before, .p-top-mainvisual a:active::before {
  transform: scale(1.03);
}

.p-top-mainvisual a:hover::after, .p-top-mainvisual a:active::after {
  transform: scale(1.06);
}

@media (max-width: 960px) {
  .p-top-mainvisual p {
    font-size: 8.75vw;
  }
  .p-top-mainvisual a {
    left: calc(50px + 20px);
  }
}

@media (max-width: 767px) {
  .p-top-mainvisual {
    background-image: url(../images/top/mv_sp.jpg);
  }
  .p-top-mainvisual p {
    font-size: 9.6vw;
    line-height: 1.4;
  }
  .p-top-mainvisual iframe {
    display: none;
  }
  .p-top-mainvisual a {
    left: calc(50% - 22px);
    bottom: 6.4%;
    width: 42px;
    height: 42px;
    transform: none;
    transition: none;
  }
  .p-top-mainvisual a::before {
    left: -7px;
    top: -7px;
    width: 56px;
    height: 56px;
    transform: none;
    transition: none;
  }
  .p-top-mainvisual a::after {
    left: -14px;
    top: -14px;
    width: 70px;
    height: 70px;
    transform: none;
    transition: none;
  }
  .p-top-mainvisual a span {
    left: calc(50% - 4px);
    top: calc(50% - 6px);
    width: 8px;
    height: 8px;
    border-right: 1px solid #0065cc;
    border-bottom: 1px solid #0065cc;
  }
  .p-top-mainvisual a:hover, .p-top-mainvisual a:active {
    transform: none;
  }
  .p-top-mainvisual a:hover::before, .p-top-mainvisual a:active::before {
    transform: none;
  }
  .p-top-mainvisual a:hover::after, .p-top-mainvisual a:active::after {
    transform: none;
  }
}

/* who we are */
.p-top-whoweare {
  padding-top: 200px;
  padding-bottom: 160px;
}

.p-top-whoweare__inner {
  display: flex;
}

.p-top-whoweare__head {
  width: 50%;
}

.p-top-whoweare__body {
  width: 50%;
}

@media (max-width: 1300px) {
  .p-top-whoweare .c-top-h3 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-top-whoweare {
    position: relative;
    padding-top: 21vw;
    padding-bottom: calc(28vw + 60px);
  }
  .p-top-whoweare__inner {
    display: block;
  }
  .p-top-whoweare__head {
    width: auto;
  }
  .p-top-whoweare__body {
    width: auto;
  }
  .p-top-whoweare .c-top-h3 br {
    display: inline;
  }
  .p-top-whoweare .c-button {
    position: absolute;
    left: 6.8vw;
    bottom: 21vw;
    width: calc(100% - 13.6vw);
  }
}

/* science */
.p-top-science {
  padding-top: 160px;
  padding-bottom: 100px;
  background-image: linear-gradient(90deg, #f0f5f9 0%, #dcefff 100%);
}

.p-top-science__inner {
  position: relative;
}

.p-top-science .c-top-text {
  max-width: 900px;
}

.p-top-science .c-button {
  position: absolute;
  right: 0;
  top: 10px;
}

@media (max-width: 960px) {
  .p-top-science .c-top-h3 br.u-pc-hidden {
    display: inline;
  }
}

@media (max-width: 767px) {
  .p-top-science {
    padding-top: 21vw;
    padding-bottom: 18vw;
  }
  .p-top-science .c-top-text {
    max-width: none;
  }
  .p-top-science .c-button {
    position: static;
    margin-top: 10vw;
  }
}

/* science links */
.p-top-science + div {
  padding-top: 1px;
  background-image: url(../images/top/bg_science_pc.jpg);
  background-size: cover;
  background-position: 50%;
}

.p-top-science + div ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  transform: translateY(80px);
}

.p-top-science + div ul li {
  width: calc(50% - 10px);
  margin: 20px 20px 0 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left 50% bottom 50px;
  background-size: 140px auto;
  box-shadow: 0 20px 40px rgba(0, 68, 137, 0.2);
}

.p-top-science + div ul li:nth-child(1) {
  background-image: url(../images/top/science_1.png);
}

.p-top-science + div ul li:nth-child(2) {
  background-image: url(../images/top/science_2.png);
  margin-right: 0;
}

.p-top-science + div ul li:nth-child(3) {
  background-image: url(../images/top/science_3.png);
}

.p-top-science + div ul li:nth-child(4) {
  background-image: url(../images/top/science_4.png);
  margin-right: 0;
}

.p-top-science + div ul a {
  display: block;
  position: relative;
  height: 100%;
  padding: 50px 15% 200px;
}

.p-top-science + div ul a:hover, .p-top-science + div ul a:active {
  text-decoration: none;
}

.p-top-science + div ul a:hover span::after, .p-top-science + div ul a:active span::after {
  transform: translateX(5px);
}

.p-top-science + div ul h4 {
  margin: 0;
  color: #333333;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.p-top-science + div ul h4 br.tb {
  display: none;
}

.p-top-science + div ul p {
  margin-top: 25px;
  line-height: 1.9;
}

.p-top-science + div ul span {
  display: inline-block;
  position: absolute;
  right: 7%;
  bottom: 35px;
  padding: 5px 35px 5px 0;
  color: #0065cc;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-top-science + div ul span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateX(0);
  transition: transform .2s;
}

@media (max-width: 1100px) {
  .p-top-science + div ul li {
    background-position: left 50% bottom 80px;
  }
  .p-top-science + div ul a {
    padding: 50px 12% 200px;
  }
  .p-top-science + div ul h4 {
    margin: 0;
    color: #333333;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
  }
}

@media (max-width: 960px) {
  .p-top-science + div ul h4 br.tb {
    display: inline;
  }
}

@media (max-width: 767px) {
  .p-top-science + div {
    background-image: url(../images/top/bg_science_sp.jpg);
  }
  .p-top-science + div ul {
    display: block;
    transform: translateY(13vw);
  }
  .p-top-science + div ul li {
    width: auto;
    margin: 3vw 0 0;
    background-position: left 50% bottom 16vw;
    background-size: 110px auto;
    box-shadow: 0 10px 20px rgba(0, 68, 137, 0.2);
  }
  .p-top-science + div ul li:nth-child(1) {
    margin-top: 0;
  }
  .p-top-science + div ul a {
    height: auto;
    padding: 9vw 6vw calc(22vw + 70px);
  }
  .p-top-science + div ul a:hover, .p-top-science + div ul a:active {
    text-decoration: none;
  }
  .p-top-science + div ul h4 {
    font-size: 1.5rem;
  }
  .p-top-science + div ul h4 br.tb {
    display: none;
  }
  .p-top-science + div ul p {
    margin-top: 3vw;
    line-height: 1.8;
  }
  .p-top-science + div ul span {
    right: 50%;
    bottom: 6vw;
    padding: 5px 25px 5px 0;
    font-size: 1.2rem;
    letter-spacing: .03em;
    transform: translateX(55%);
  }
  .p-top-science + div ul span::after {
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
  }
}

/* news */
.p-top-news {
  padding-top: 160px;
  padding-bottom: 160px;
  background-image: linear-gradient(90deg, #f0f5f9 0%, #dcefff 100%);
}

.p-top-news__inner {
  position: relative;
}

.p-top-news .c-top-h2 {
  margin-bottom: 60px;
}

.p-top-news .c-button {
  position: absolute;
  right: 0;
  top: 10px;
}

.p-top-news .p-news-index__list a .title {
  max-width: 640px;
}

@media (max-width: 767px) {
  .p-top-news {
    padding-top: 21vw;
    padding-bottom: 21vw;
  }
  .p-top-news .c-top-h2 {
    margin-bottom: 8vw;
  }
  .p-top-news .c-button {
    position: static;
    margin-top: 10vw;
  }
  .p-top-news .p-news-index__list a .title {
    max-width: none;
  }
}

/* ir */
.p-top-ir {
  padding-top: 300px;
  padding-bottom: 160px;
}

.p-top-ir .c-body-container__inner .u-credit {
  right: 59%;
}

.p-top-ir__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding: 120px 0;
}

.p-top-ir__inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background-image: url(../images/top/ir_pc.jpg);
  background-size: cover;
  background-position: 50%;
}

.p-top-ir__text {
  width: 50%;
}

.p-top-ir .c-button {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .p-top-ir {
    padding-top: 32vw;
    padding-bottom: 16vw;
    background-image: url(../images/top/ir_sp.jpg);
    background-size: cover;
    background-position: 0 100%;
    background-repeat: no-repeat;
  }
  .p-top-ir__inner {
    display: block;
    padding: 0;
  }
  .p-top-ir__inner::after {
    content: none;
  }
  .p-top-ir__text {
    width: auto;
  }
  .p-top-ir__text .c-top-h2 {
    text-shadow: 1px 1px 10px #000;
    color: #fff;
  }
  .p-top-ir .c-button {
    margin-top: 8vw;
    background-color: #fff;
  }
}

/* recruit */
.p-top-recruit {
  padding-top: 0;
  padding-bottom: 200px;
  /*
  .c-button {
    margin-top: 35px;
  }
  */
}

.p-top-recruit .c-top-text {
  max-width: 900px;
}

@media (max-width: 767px) {
  .p-top-recruit {
    padding-top: 21vw;
    padding-bottom: 16vw;
    /*
    .c-button {
      margin-top: 8vw;
    }
    */
  }
  .p-top-recruit .c-top-text {
    max-width: none;
  }
}

/* recruit links */
.p-top-recruit + div {
  padding-bottom: 60px;
  background-image: linear-gradient(90deg, #f0f5f9 0%, #dcefff 100%);
}

.p-top-recruit + div .p-top-recruit__links {
  display: flex;
  align-items: flex-start;
  position: relative;
  transform: translateY(-80px);
}

.p-top-recruit + div .c-image-button:nth-child(1) {
  width: 50%;
  height: 400px;
}

.p-top-recruit + div .c-image-button:nth-child(2) {
  width: 50%;
  height: 200px;
}

.p-top-recruit + div .c-image-button:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 200px;
}

@media (max-width: 767px) {
  .p-top-recruit + div {
    padding: 0;
    background-image: none;
  }
  .p-top-recruit + div .p-top-recruit__links {
    flex-wrap: wrap;
    transform: none;
  }
  .p-top-recruit + div .c-image-button:nth-child(1) {
    width: 100%;
    height: 38vw;
  }
  .p-top-recruit + div .c-image-button:nth-child(2) {
    height: 42vw;
  }
  .p-top-recruit + div .c-image-button:nth-child(3) {
    position: relative;
    height: 42vw;
  }
}

/* contact */
.p-top-contact {
  padding-top: 90px;
  padding-bottom: 100px;
  background-image: linear-gradient(90deg, #0065cc 0%, #69b1ff 100%);
}

.p-top-contact__inner {
  display: flex;
}

.p-top-contact__head {
  width: 33.3333%;
}

.p-top-contact__body {
  width: 66.6666%;
}

.p-top-contact .c-top-h2 {
  color: #fff;
  font-size: 6rem;
}

.p-top-contact .c-top-text {
  margin-bottom: 40px;
  color: #fff;
}

@media (max-width: 960px) {
  .p-top-contact__head {
    width: 42%;
  }
  .p-top-contact__body {
    width: 58%;
  }
}

@media (max-width: 767px) {
  .p-top-contact {
    padding-top: 9vw;
    padding-bottom: 11vw;
  }
  .p-top-contact__inner {
    display: block;
  }
  .p-top-contact__head {
    width: auto;
  }
  .p-top-contact__body {
    width: auto;
  }
  .p-top-contact .c-top-h2 {
    margin-bottom: 5vw;
    font-size: 3rem;
    text-align: center;
  }
  .p-top-contact .c-top-h2 span {
    font-size: 1rem;
  }
  .p-top-contact .c-top-text {
    margin-bottom: 6vw;
  }
}

/* ---- text align ---- */
.u-left {
  text-align: left;
}

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

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

@media (max-width: 767px) {
  .u-sp-left {
    text-align: left;
  }
  .u-sp-center {
    text-align: center;
  }
  .u-sp-right {
    text-align: right;
  }
}

.u-border-t {
  border-top: 1px solid #e0e0e0;
  position: relative;
}

.u-border-t::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #0065cc;
  transform: translateY(-1px);
}

.u-border-t__none {
  border-top: none !important;
}

.u-bg-white {
  background-color: #fff;
}

.u-df {
  display: flex;
}

@media (max-width: 767px) {
  .u-df {
    display: block;
  }
}

.u-df.u-jc-sb {
  justify-content: space-between;
}

/* ---- hidden ---- */
@media (min-width: 768px) {
  .u-pc-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-sp-hidden {
    display: none !important;
  }
}

.image-reverse {
  transform: scale(-1, 1);
}

.black-over {
  position: relative;
}

.black-over::before {
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 2, 67, 0.1);
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt80 {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 8vw;
  }
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt200 {
  padding-top: 200px;
}

@media (max-width: 767px) {
  .u-pt200 {
    padding-top: 21vw;
  }
}

div:has(> .u-credit) {
  position: relative;
}

.u-credit {
  font-family: "Droid Sans";
  font-size: 1.6rem;
  position: absolute;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  margin: 0;
  color: #ffffff !important;
}

.u-credit.--black {
  color: #000 !important;
}

@media (max-width: 767px) {
  .u-credit {
    font-size: 1.6rem;
  }
}

.u-credit--2 {
  font-family: "Droid Sans";
  font-size: 1.6rem;
  position: absolute;
  top: 450px;
  right: 10px;
  margin: 0;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .u-credit--2 {
    font-size: 1.6rem;
    top: 51vw;
  }
}

.u-pdf-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.875;
  position: relative;
  display: inline-block;
  align-items: center;
  flex-wrap: wrap;
  color: #333333;
}

@media (max-width: 767px) {
  .u-pdf-text {
    font-size: 1.6rem;
    margin-right: 4vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .u-pdf-text {
    margin-right: 10px;
  }
}

.u-pdf-text:after {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 10px;
  content: "";
  background: url("/assets/images/esg/environment/pdf_icon.png") 50% 50% no-repeat;
  background-size: 39px;
}

@media (max-width: 767px) {
  .u-pdf-text:after {
    top: 5px;
    width: 3rem;
    height: 2rem;
    margin-left: 0.5rem;
    background-size: 2.95rem;
  }
}

/* #67484#note-16 */
.c-section-heading {
  font-family: "Inter", sans-serif;
  font-size: 76.8px;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.c-section-heading span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 0.9em;
}

.c-section-heading + div {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 78px;
}
@media screen and (max-width: 767px) {
  .c-section-heading + div {
    margin-top: 50px;
  }
}

.c-section-heading + div p {
  margin: 0.9em 0 0;
}

@media (max-width: 767px) {
  .c-section-heading {
    font-size: 38.4px;
    font-size: 2.4rem;
  }
  .c-section-heading span {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin-top: 0.8em;
  }
  .c-section-heading + div {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin-top: 7vw;
  }
}
.p-materials {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-materials {
    flex-direction: column;
    gap: 15px;
  }
}

.p-materials__container {
  background-color: #f5f5f5;
  padding: 40px 42px 40px;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1180px) {
  .p-materials__container {
    padding: 23px 20px 29px;
    width: 100%;
  }
}

.p-materials__container--full {
  width: 100%;
}

.p-materials__container-heading {
  border-bottom: 1px solid #e0e0e0;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
  padding-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .p-materials__container-heading {
    font-size: 22.4px;
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
}

.p-materials__container-sub-heading {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-materials__container-sub-heading {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin: 18px 0 0;
  }
}

.p-materials__items + .p-materials__container-sub-heading {
  margin-top: 23px;
}

.p-materials__items {
  margin: 19px 0 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-materials__items {
    margin-top: 10px;
  }
}

.p-materials__item + .p-materials__item {
  margin-top: 5px;
}

.u-arrow-right::after {
  background-image: url(../images/common/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 20px;
  transform: translateY(2px);
  width: 18px;
}
@media screen and (max-width: 767px) {
  .u-arrow-right::after {
    height: 13px;
    margin-left: 6px;
    width: 13px;
  }
}

.u-pdf-icon::after {
  align-items: center;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #0065cc;
  border-radius: 3px;
  color: #0065cc;
  content: "PDF";
  display: inline-block;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  margin-left: 10px;
  padding: 3px 6px;
}
@media screen and (max-width: 767px) {
  .u-pdf-icon::after {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 6px;
  }
}


/* page-top */
.l-page-top {
  bottom: 48px;
  position: fixed;
  right: 48px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-page-top {
    display: none;
  }
}

.c-page-top {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
  width: 65px;
}

.l-page-top.is-active {
  opacity: 1;
  visibility: visible;
}

.c-page-top img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.c-page-top:hover,
.c-page-top:active {
  -webkit-text-decoration: none;
  opacity: 0.85;
  text-decoration: none;
}


.p-pipeline-container {
  margin-top: 160px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-pipeline-container {
    margin-top: 80px;
    padding-bottom: 21vw;
  }
}

.p-pipeline-items {
  --pipeline-padding-inline: min(1.25vw, 20px);
}
@media screen and (max-width: 1180px) {
  .p-pipeline-items {
    --pipeline-padding-inline: 10px;
  }
}

.p-pipeline-items__heading {
  font-size: 32px;
  font-size: 2rem;
  margin-top: 30px;
}

.p-pipeline-items__note {
  color: #0065CC;
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-bottom: 8px;
  margin-top: 38px;
  text-align: right;
}
@media screen and (max-width: 1180px) {
  .p-pipeline-items__note {
    font-size: 17.6px;
    font-size: 1.1rem;
    margin-top: 18px;
  }
}

@media screen and (max-width: 1180px) {
  .p-pipeline-items__cover.c-scrollable-table__cover::before {
    left: 0;
  }
}

.p-pipeline-items__head {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  display: flex;
  padding-bottom: 25px;
  padding-top: 25px;
  position: sticky;
  top: 125px;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  .p-pipeline-items__head {
    padding-bottom: 10px;
    padding-top: 10px;
    top: 80px;
  }
}

.p-pipeline-items__col-name {
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .p-pipeline-items__col-name {
    flex-shrink: 0;
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

.p-pipeline-items__col-name:first-child {
  padding-left: var(--pipeline-padding-inline);
}

.p-pipeline-items__col-name:last-child {
  padding-right: 30px;
}

@media screen and (max-width: 1180px) {
  .p-pipeline-items__col-name:nth-child(4),
  .p-pipeline-items__col-name:nth-child(5) {
    display: none;
  }
}

.p-pipeline-items__group-name {
  font-size: 25.6px;
  font-size: 1.6rem;
  margin: 0;
  padding-bottom: 17px;
  padding-left: var(--pipeline-padding-inline);
  padding-right: var(--pipeline-padding-inline);
  padding-top: 17px;
  position: sticky;
  top: 205px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1180px) {
  .p-pipeline-items__group-name {
    font-size: 19.2px;
    font-size: 1.2rem;
    padding-bottom: 10px;
    padding-top: 10px;
    top: 123px;
  }
}

.p-pipeline-items__row {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
  .p-pipeline-items__row {
    flex-wrap: wrap;
  }
}

.p-pipeline-items__dt {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 25.6px;
  font-size: 1.6rem;
  justify-content: center;
  padding-bottom: 24px;
  padding-left: var(--pipeline-padding-inline);
  padding-right: 1em;
  padding-top: 24px;
}
@media screen and (max-width: 1180px) {
  .p-pipeline-items__dt {
    font-size: 19.2px;
    font-size: 1.2rem;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.p-pipeline-items__dt span {
  color: #666;
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1180px) {
  .p-pipeline-items__dt span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-pipeline-items__dd {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-left: 0;
  padding-bottom: 24px;
  padding-right: 1em;
  padding-top: 24px;
}
@media screen and (max-width: 1180px) {
  .p-pipeline-items__dd {
    font-size: 19.2px;
    font-size: 1.2rem;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.p-pipeline-items__dd:last-child {
  border-left: 1px solid #e0e0e0;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1180px) {
  .p-pipeline-items__dd:last-child {
    border-left: none;
    flex-direction: column;
  }
}

@media screen and (max-width: 1180px) {
  .p-pipeline-items__dd:last-child::after {
    content: "詳細";
  }
}

.p-pipeline-items__stages {
  grid-row-gap: 4px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 4px;
}

.p-pipeline-items__stage {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .p-pipeline-items__stage {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-pipeline-items__stage::before,
.p-pipeline-items__stage::after {
  content: "";
  display: block;
}

.p-pipeline-items__stage::before {
  background-color: #e0e0e0;
  clip-path: polygon(calc(100% - 6px) 0, 100% 48%, calc(100% - 6px) 100%, 0 100%, 0 0);
  height: 10px;
  margin-bottom: 4px;
  margin-right: 10px;
  width: 70px;
}
@media screen and (max-width: 1180px) {
  .p-pipeline-items__stage::before {
    margin-right: 5px;
    width: 60px;
  }
}

.p-pipeline-items__stage::after {
  background-color: #fff;
  bottom: 1px;
  clip-path: polygon(calc(100% - 5px) 0, 100% 48%, calc(100% - 5px) 100%, 0 100%, 0 0);
  height: 8px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 67px;
}
@media screen and (max-width: 1180px) {
  .p-pipeline-items__stage::after {
    width: 57px;
  }
}

.p-pipeline-items__detail {
  background-color: #fff;
  border: 1px solid #0065cc;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0;
  height: 26px;
  position: relative;
  width: 40px;
}

.p-pipeline-items__detail::before,
.p-pipeline-items__detail::after {
  background-color: #0065cc;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}

.p-pipeline-items__detail::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* 
カラーバリエーション
・1つ目のグループは紫系の色
・2つ目のグループはピンク系の色
・3つ目のグループは水色系の色
・4つ目以降は上記3つの色を繰り返す
*/
/* 見出し行 */
.p-pipeline-items__group:nth-child(3n+2) .p-pipeline-items__group-name {
  background-color: #f9f0ff;
  border-bottom: 1px solid #7030a0;
  color: #7030a0;
}

.p-pipeline-items__group:nth-child(3n+3) .p-pipeline-items__group-name {
  background-color: #fff0fb;
  border-bottom: 1px solid #cf1c7e;
  color: #cf1c7e;
}

.p-pipeline-items__group:nth-child(3n+4) .p-pipeline-items__group-name {
  background-color: #eaf4ff;
  border-bottom: 1px solid #0065cc;
  color: #0065cc;
}

.p-pipeline-items__group:nth-child(3n+2) .p-pipeline-items__group-name {
  background-color: #f9f0ff;
  border-bottom: 1px solid #7030a0;
  color: #7030a0;
}

/* ステージを示す色 */
.p-pipeline-items__group:nth-child(3n+2) .p-pipeline-items__stage.is-active:nth-child(1):after {
  background-color: #dec4f1;
}

.p-pipeline-items__group:nth-child(3n+2) .p-pipeline-items__stage.is-active:nth-child(2):after {
  background-color: #b98cdc;
}

.p-pipeline-items__group:nth-child(3n+2) .p-pipeline-items__stage.is-active:nth-child(3):after {
  background-color: #9859c7;
}

.p-pipeline-items__group:nth-child(3n+2) .p-pipeline-items__stage.is-active:nth-child(4):after {
  background-color: #7030a0;
}

.p-pipeline-items__group:nth-child(3n+2) .p-pipeline-items__stage.is-active:nth-child(5):after,
.p-pipeline-items__group:nth-child(3n+3) .p-pipeline-items__stage.is-active:nth-child(1):after {
  background-color: #f6badb;
}

.p-pipeline-items__group:nth-child(3n+2) .p-pipeline-items__stage.is-active:nth-child(6):after,
.p-pipeline-items__group:nth-child(3n+3) .p-pipeline-items__stage.is-active:nth-child(2):after {
  background-color: #ec8fc2;
}

.p-pipeline-items__group:nth-child(3n+2) .p-pipeline-items__stage.is-active:nth-child(7):after,
.p-pipeline-items__group:nth-child(3n+3) .p-pipeline-items__stage.is-active:nth-child(3):after {
  background-color: #e15fa6;
}

.p-pipeline-items__group:nth-child(3n+2) .p-pipeline-items__stage.is-active:nth-child(8):after,
.p-pipeline-items__group:nth-child(3n+3) .p-pipeline-items__stage.is-active:nth-child(4):after {
  background-color: #cf1c7e;
}

.p-pipeline-items__group:nth-child(3n+4) .p-pipeline-items__stage.is-active:nth-child(1):after {
  background-color: #9bcafa;
}

.p-pipeline-items__group:nth-child(3n+4) .p-pipeline-items__stage.is-active:nth-child(2):after {
  background-color: #64a8ed;
}

.p-pipeline-items__group:nth-child(3n+4) .p-pipeline-items__stage.is-active:nth-child(3):after {
  background-color: #3189e3;
}

.p-pipeline-items__group:nth-child(3n+4) .p-pipeline-items__stage.is-active:nth-child(4):after {
  background-color: #0065cc;
}

.p-pipeline__description {
  font-size: 28.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-pipeline__description {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

.p-pipeline__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 112px;
}
@media screen and (max-width: 767px) {
  .p-pipeline__content {
    margin-top: 60px;
  }
}

.u-pipeline-col1 {
  flex-grow: 1;
  width: min(17.5vw, 280px);
}
@media screen and (max-width: 1180px) {
  .u-pipeline-col1 {
    flex-grow: initial;
    width: 45%;
  }
}

.u-pipeline-col2 {
  width: 220px;
  width: min(13.75vw, 220px);
}
@media screen and (max-width: 1180px) {
  .u-pipeline-col2 {
    width: 28%;
  }
}

.u-pipeline-col3 {
  width: 260px;
  width: min(16.25vw, 260px);
}
@media screen and (max-width: 1180px) {
  .u-pipeline-col3 {
    width: 27%;
  }
}

.u-pipeline-col4 {
  width: 350px;
}
@media screen and (max-width: 1180px) {
  .u-pipeline-col4 {
    width: 300px;
    width: 70%;
  }
}

.u-pipeline-col5 {
  text-align: right;
  width: 90px;
}
@media screen and (max-width: 1180px) {
  .u-pipeline-col5 {
    margin-left: auto;
    width: 60px;
  }
}

.p-pipeline-modal .c-scrollable-modal__button {
  top: 100px;
  transform: translateX(calc(20px - 50%));
}
@media screen and (max-width: 767px) {
  .p-pipeline-modal .c-scrollable-modal__button {
    top: 50px;
  }
}

.p-pipeline-modal .c-scrollable-modal__button button {
  background-color: #0065CC;
  height: 40px;
  width: 40px;
}

.p-pipeline-modal .c-scrollable-modal__button button::before,
.p-pipeline-modal .c-scrollable-modal__button button::after {
  background-color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 37.5%;
}

.p-pipeline-modal .c-scrollable-modal__button button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-pipeline-modal .c-scrollable-modal__button button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/*# sourceMappingURL=style.css.map */

