@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  font-family: "Yu Gothic Medium", "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  line-height: 1;
  color: #383838;
}

img {
  max-width: 100%;
  height: auto;
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (width < 768px) {
  body {
    font-size: 0.9375rem;
  }
}
.l-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: background 0.5s, box-shadow 0.5s;
}

.l-header.is-sticky {
  background: #fff;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.08);
}

.l-header-lg {
  overflow-x: clip;
}

.l-header-lg__in {
  width: calc(100% - 60px);
  max-width: 1730px;
  padding: 15px 0;
  margin: 0 auto;
}

.l-header-lg__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 16.184971% 1fr;
  grid-gap: 0;
}

.l-header-lg__logo {
  display: flex;
  align-items: center;
}

.l-header-lg__logo-a {
  display: block;
  transition: opacity 0.2s;
}
.l-header-lg__logo-a:hover {
  opacity: 0.5;
}

.l-header-lg__main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 10px 0 0;
}

.l-header-lg__nav-list {
  display: flex;
  gap: 0 40px;
  margin: 0 0 8px;
}

.l-header-lg__nav-txt {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 8px;
  line-height: 1.3;
}
.l-header-lg__nav-txt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: right top;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-lg__nav-txt:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

.l-header-lg__nav-txt--l {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}

.l-header-lg__nav-txt--s {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: bold;
  color: #00956e;
}
.l-header-lg__nav-txt--s::after {
  background: #00956e;
}

.l-header-lg__nav-item {
  position: relative;
}

.l-header-lg__nav-item:hover .l-header-lg__dropdown,
.l-header-lg__nav-item:focus-within .l-header-lg__dropdown {
  clip-path: inset(0 -50vw);
  visibility: visible;
}

.l-header-lg__dropdown {
  position: absolute;
  z-index: 1;
  width: 100%;
  min-width: max-content;
  padding: 22px;
  clip-path: inset(0 -50vw 100%);
  visibility: hidden;
  background: #f5f5f5;
  border-radius: 10px;
  transition: clip-path 0.5s, visibility 0.5s;
}

.l-header-lg__dropdown-item {
  display: flex;
  gap: 0 10px;
  align-items: flex-start;
  line-height: 1.3;
}
.l-header-lg__dropdown-item + .l-header-lg__dropdown-item {
  margin-top: 15px;
}
.l-header-lg__dropdown-item::before {
  display: block;
  width: 5px;
  height: 5px;
  margin: 7px 0 0;
  content: "";
  border: 1px solid;
  border-color: #383838 #383838 transparent transparent;
  transform: rotate(45deg);
}

.l-header-lg__dropdown-item a {
  position: relative;
  padding: 0 0 5px;
}
.l-header-lg__dropdown-item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: right top;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-lg__dropdown-item a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

.l-header-lg__nav-sub-wrap {
  display: flex;
  gap: 0 30px;
  align-items: flex-start;
}

.l-header-lg__nav-sub {
  padding: 0 20px 0 0;
}

.l-header-lg__nav-sub-list {
  display: flex;
  gap: 0 40px;
  padding: 15px 0 0;
}

.l-header-lg__sns-list {
  display: flex;
  gap: 1.5625rem;
  align-items: center;
  align-self: center;
}

.l-header-lg__sns-a {
  transition: opacity 0.2s;
}

.l-header-lg__sns-a--fb img {
  width: 1.75rem;
}

.l-header-lg__sns-a--x img {
  width: 1.5625rem;
}

.l-header-lg__sns-a--note img {
  width: 4.0625rem;
}

@media (hover: hover) and (pointer: fine) {
  .l-header-lg__sns-a:hover {
    opacity: 0.6;
  }
}
.l-header-lg__search {
  width: 290px;
}

@media screen and (width < 1200px) {
  .l-header-lg {
    display: none;
  }
}
.l-header-sm {
  display: none;
}

@media screen and (width < 1200px) {
  .l-header-sm {
    display: block;
  }
  .l-header-sm__in {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
    max-height: 100svh;
  }
  .l-header-sm__grid {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 50px;
    grid-gap: 0;
    padding: 8px;
  }
  .l-header-sm__logo {
    max-width: 150px;
  }
  .l-header-sm__logo-a {
    display: block;
  }
  .l-header-sm__toggle .txt {
    font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #00956e;
    text-align: center;
  }
  .l-header-sm__toggle .icon {
    position: relative;
    width: 30px;
    height: 22px;
    margin: 0 auto 5px;
    cursor: pointer;
  }
  .l-header-sm__toggle .icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00956e;
    border-radius: 4px;
    transition: all 0.5s;
  }
  .l-header-sm__toggle .icon span:nth-of-type(1) {
    top: 0;
  }
  .l-header-sm__toggle .icon span:nth-of-type(2) {
    top: 10px;
  }
  .l-header-sm__toggle .icon span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header-sm__toggle.is-active .icon span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  .l-header-sm__toggle.is-active .icon span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header-sm__toggle.is-active .icon span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  .l-header-sm__nav {
    display: none;
    height: 100%;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    background: #00956e;
  }
  .l-header-sm__nav-item {
    border-bottom: 1px solid #cceae2;
  }
  .l-header-sm__nav-txt {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #fff;
  }
  .l-header-sm__nav-txt--button::before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 2px;
    content: "";
    background: #fff;
    transition: all 0.3s ease-in-out;
    transform: rotate(90deg);
  }
  .l-header-sm__nav-txt--button::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 2px;
    content: "";
    background: #fff;
    transition: all 0.3s ease-in-out;
  }
  .l-header-sm__nav-txt--button.is-open::before {
    transform: rotate(180deg);
  }
  .l-header-sm__nav-child {
    display: none;
  }
  .l-header-sm__nav-child-item {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
  }
  .l-header-sm__nav-child-item + .l-header-sm__nav-child-item {
    border-top: 1px solid #00956e;
  }
  .l-header-sm__nav-child-a {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 0 0.5em;
    padding: 13px 12px;
    color: #007c5c;
  }
  .l-header-sm__nav-child-a::before {
    display: block;
    align-self: center;
    width: 10px;
    height: 1px;
    content: "";
    background: #00956e;
  }
  .l-header-sm__sns-list {
    display: flex;
    gap: 1.5625rem;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
  }
  .l-header-sm__sns-a {
    transition: opacity 0.2s;
  }
  .l-header-sm__sns-a--fb img {
    width: 1.75rem;
  }
  .l-header-sm__sns-a--x img {
    width: 1.5625rem;
  }
  .l-header-sm__sns-a--note img {
    width: 4.0625rem;
  }
}
@media screen and (width < 1200px) and (hover: hover) and (pointer: fine) {
  .l-header-sm__sns-a:hover {
    opacity: 0.6;
  }
}
@media screen and (width < 1200px) {
  .l-header-sm__search {
    padding: 20px 15px;
  }
  .l-header-sm__search-txt {
    margin: 0 0 10px;
    font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
    font-weight: bold;
    color: #fff;
  }
}
.l-footer__photo {
  aspect-ratio: 384/59;
  background: url("/assets/img/common/img_footer_01.jpg") center center no-repeat #383838;
  background-size: cover;
}

.l-footer__bottom {
  padding: 50px 0;
  color: #fff;
  background: #373737;
}

.l-footer__bottom-in {
  width: calc(100% - 60px);
  max-width: 1730px;
  margin: 0 auto;
}

.l-footer__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 21.9653179% 1fr 26.0115606%;
  grid-gap: 0;
}

.l-footer__logo {
  padding: 0 30px 0 0;
}

.l-footer__logo-a {
  display: inline-block;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__logo-a:hover {
    opacity: 0.6;
  }
}

.l-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

.l-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 1em;
}

.l-footer__nav-item {
  display: flex;
  gap: 0 0.2em;
  font-size: 0.875rem;
  line-height: 1.6;
}
.l-footer__nav-item::before {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0.35em 0 0;
  content: "";
  border: 1px solid #fff;
}

.l-footer__nav-item a {
  position: relative;
}
.l-footer__nav-item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: right top;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav-item a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

.l-footer__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.l-footer__link-list {
  display: flex;
  gap: 0 50px;
  align-items: center;
  justify-content: flex-end;
}

.l-footer__link-a {
  display: inline-block;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__link-a:hover {
    opacity: 0.6;
  }
}

.l-footer__copyright {
  padding: 20px 0 0;
  line-height: 1.4;
  text-align: right;
}

@media screen and (width < 1200px) {
  .l-footer__grid {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 230px 1fr;
    grid-gap: 40px;
  }
  .l-footer__logo {
    grid-area: 1/1/3/2;
    padding: 0;
  }
  .l-footer__nav-wrap {
    grid-area: 1/2/2/3;
  }
  .l-footer__link {
    grid-area: 2/2/3/3;
  }
}
@media screen and (width < 768px) {
  .l-footer__photo {
    aspect-ratio: 15/6;
    background-position: 75% center;
  }
  .l-footer__bottom {
    padding: 30px 0;
  }
  .l-footer__bottom-in {
    width: calc(100% - 40px);
  }
  .l-footer__grid {
    display: block;
  }
  .l-footer__logo {
    max-width: 240px;
    margin: 0 auto 40px;
  }
  .l-footer__nav {
    margin-bottom: 50px;
  }
  .l-footer__nav-list {
    gap: 1em;
  }
  .l-footer__link {
    margin-bottom: 30px;
  }
  .l-footer__link-list {
    gap: 0 30px;
    justify-content: center;
  }
  .l-footer__copyright {
    padding: 0;
    font-size: 0.8125rem;
    text-align: center;
  }
}
.l-container-1300 {
  width: calc(100% - 60px);
  max-width: 1300px;
  margin: auto;
}

.l-container-1200 {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: auto;
}

.l-container-1030 {
  width: calc(100% - 60px);
  max-width: 1030px;
  margin: auto;
}

@media screen and (width < 768px) {
  .l-container-1200 {
    width: calc(100% - 40px);
  }
  .l-container-1030 {
    width: calc(100% - 40px);
  }
}
.c-ttl-page {
  display: flex;
  gap: 0 15px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 2.8125rem;
  font-weight: bold;
  line-height: 1.3;
}
.c-ttl-page::before {
  display: block;
  width: 0.889em;
  height: 0.889em;
  margin: 0.2em 0 0;
  content: "";
  background: url("/assets/img/common/ico_circle.svg") center center no-repeat;
  background-size: contain;
}

.c-ttl-page__in {
  flex: 1;
  color: #00956e;
}
.c-ttl-page__in--gray {
  color: #383838;
}

.c-ttl-page__small {
  font-size: 2.3125rem;
}

@media screen and (width < 1200px) {
  .c-ttl-page {
    font-size: 2.375rem;
  }
  .c-ttl-page__small {
    font-size: 2.125rem;
  }
}
@media screen and (width < 768px) {
  .c-ttl-page {
    font-size: 1.625rem;
  }
  .c-ttl-page__small {
    font-size: 1.5rem;
  }
}
.c-ttl-page-single {
  display: inline-flex;
  gap: 10px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 2.8125rem;
  font-weight: bold;
  line-height: 1.3;
  color: #00956e;
}
.c-ttl-page-single::before {
  display: block;
  width: 0.889em;
  height: 0.889em;
  margin: 0.2em 0 0;
  content: "";
  background: url("/assets/img/common/ico_circle.svg") center center no-repeat;
  background-size: contain;
}

@media screen and (width < 1200px) {
  .c-ttl-page-single {
    font-size: 2.375rem;
  }
}
@media screen and (width < 768px) {
  .c-ttl-page-single {
    font-size: 1.625rem;
  }
}
.c-ttl-sec01 {
  padding: 0.8em 20px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00956e;
  text-align: center;
  border: 4px solid #00956e;
  border-radius: 30px;
}

@media screen and (width < 1200px) {
  .c-ttl-sec01 {
    font-size: 1.5rem;
  }
}
@media screen and (width < 768px) {
  .c-ttl-sec01 {
    font-size: 1.125rem;
    border-radius: 18px;
  }
}
.c-ttl-sec02 {
  position: relative;
  padding: 0 0 0.385em;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #00956e;
  border-bottom: 4px solid #00956e;
}
.c-ttl-sec02::after {
  position: absolute;
  inset: auto auto -9px 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #9a9a9a;
}

.c-ttl-sec03 {
  padding: 0.45em 30px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background: #00956e;
  border-radius: 100vmax;
}

@media screen and (width < 1200px) {
  .c-ttl-sec03 {
    font-size: 1.5rem;
  }
}
@media screen and (width < 768px) {
  .c-ttl-sec03 {
    padding: 0.7em 20px;
    font-size: 1.125rem;
    border-radius: 20px;
  }
}
.c-btn-01 {
  display: inline-flex;
  gap: 0 15px;
  align-items: center;
  justify-content: space-between;
  padding: 1.2em;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: bold;
  background-image: linear-gradient(45deg, #383838 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  border: 1px solid #383838;
  border-radius: 10px;
  transition: background-position 0.55s, color 0.3s;
}
.c-btn-01::after {
  width: 1.75em;
  height: 1.75em;
  content: "";
  background: #383838;
  mask-image: url("/assets/img/common/ico_arrow_01.svg");
  transition: background 0.3s;
}
.c-btn-01:hover {
  color: #fff;
  background-position: 0;
}
.c-btn-01:hover::after {
  background: #fff;
}

.c-btn-01__in {
  flex: 1;
}

.c-btn-01--green {
  color: #00956e;
  background-image: linear-gradient(45deg, #00956e 50%, transparent 50%);
  border: 1px solid #00956e;
}
.c-btn-01--green::after {
  background: #00956e;
}

.c-btn-scroll-down {
  position: relative;
  padding: 70px 0 0;
  font-family: Roboto, sans-serif;
  color: #383838;
}

.c-btn-scroll-down::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1px;
  height: 60px;
  margin: auto;
  content: "";
  background-color: #000;
  animation: scroll 2s infinite;
}

.c-btn-scroll-down__in {
  display: block;
}

.c-btn-scroll-down__in::before {
  display: block;
  width: 10px;
  height: 36px;
  content: "";
  background: #000;
  mask-image: url("/assets/img/top/txt_hero_scroll_01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.c-img-round {
  max-width: max-content;
  overflow: hidden;
  border-radius: 30px;
}

.c-select-sidebar {
  position: relative;
  display: flex;
  align-items: center;
  vertical-align: bottom;
  border-radius: 10px;
}
.c-select-sidebar::after {
  position: absolute;
  inset: auto 10px auto auto;
  display: block;
  width: 1.75em;
  height: 1.75em;
  pointer-events: none;
  content: "";
  background: #00956e;
  mask-image: url("/assets/img/common/ico_arrow_01.svg");
  transform: rotate(90deg);
}

.c-select-sidebar__tag {
  flex: 1;
  padding: 15px 50px 15px 15px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: bold;
  border-radius: 10px;
  transition: background 0.2s;
}
.c-select-sidebar__tag:focus {
  background: rgba(0, 149, 110, 0.1);
}

.c-select-sidebar--green {
  color: #00956e;
  border: 1px solid #00956e;
}

.c-form-search {
  position: relative;
  font-size: 1rem;
  vertical-align: bottom;
  border: 2px solid #00956e;
  border-radius: 9999px;
}

.c-form-search input[type=text] {
  width: 100%;
  padding: 8px 40px 8px 15px;
  border-radius: 9999px;
}

.c-form-search button[type=submit] {
  position: absolute;
  inset: 0 10px 0 auto;
  width: 20px;
  height: 20px;
  margin: auto;
  background: #00956e;
  mask-image: url("/assets/img/common/ico_search_01.svg");
  mask-repeat: no-repeat;
  mask-position: center;
}

.c-form-search--white {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

.c-form-search--white button[type=submit] {
  background: #fff;
}

.c-pagination {
  display: inline-flex;
}

.c-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.c-pagination .page-numbers {
  display: inline-flex;
  transition: 0.2s;
}

.c-pagination .page-numbers:not(.next, .prev, .dots) {
  align-items: center;
  justify-content: center;
  width: 2.8em;
  height: 2.8em;
  font-weight: bold;
  color: #00956e;
  border: 1px solid #00956e;
  border-radius: 100vmax;
}

@media (hover: hover) and (pointer: fine) {
  .c-pagination .page-numbers:not(.next, .prev, .dots):hover {
    color: #fff;
    background: #00956e;
  }
}
.c-pagination .page-numbers.dots {
  align-self: center;
  font-weight: bold;
  color: #00956e;
}

.c-pagination .page-numbers.current {
  color: #fff;
  background: #00956e;
}

.c-pagination .page-numbers.prev,
.c-pagination .page-numbers.next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8em;
  height: 2.8em;
  font-weight: bold;
  color: #fff;
  background: #00956e;
  border: 1px solid #00956e;
  border-radius: 9999px;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination .page-numbers.prev:hover,
  .c-pagination .page-numbers.next:hover {
    color: #00956e;
    background: #fff;
  }
}

.c-breadcrumb {
  background: #e3f3ef;
}

.c-breadcrumb__in {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: calc(100% - 60px);
  max-width: 1730px;
  padding: 15px 0;
  margin: 0 auto;
}

.c-breadcrumb__in > span {
  display: flex;
  gap: 0 13px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.c-breadcrumb__in > span:not(:first-child)::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0.4em 0 0;
  content: "";
  border: 1px solid;
  border-color: #00956e #00956e transparent transparent;
  transform: rotate(45deg);
}

.c-breadcrumb__in span[property=itemListElement] a {
  display: inline-flex;
  color: #00956e;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb__in span[property=itemListElement] a:hover {
    opacity: 0.5;
  }
}

.c-breadcrumb__in span[property=name] {
  display: inline-block;
  max-width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.c-breadcrumb span.current-item {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: bold;
  color: #00956e;
}

@media screen and (width < 768px) {
  .c-breadcrumb__in {
    flex-wrap: nowrap;
    width: calc(100% - 30px);
    overflow-x: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-card-page:hover .c-card-page__img {
    transform: scale(1.05);
  }
  .c-card-page:hover .c-card-page__ttl-in {
    background-size: 100% 1px;
  }
  .c-card-page:hover .c-card-page__thumbnail::before {
    opacity: 0.5;
  }
}

.c-card-page__thumbnail {
  position: relative;
  max-width: max-content;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 30px;
}
.c-card-page__thumbnail::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #00956e;
  border-radius: 30px;
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 0.2s;
}

.c-card-page__img {
  transition: transform 0.2s;
}

.c-card-page__ttl {
  text-align: center;
}

.c-card-page__ttl-in {
  padding: 0 0 3px;
  margin: 20px 0 0;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  color: #00956e;
  text-align: center;
  background-image: linear-gradient(90deg, #00956e, #00956e);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background 0.3s;
}

.c-card-page__txt-year {
  display: block;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (width < 768px) {
  .c-card-page__ttl-in {
    font-size: 1.375rem;
  }
  .c-card-page__txt-year {
    font-size: 1.25rem;
  }
}
.c-nav-history__item {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
.c-nav-history__item + .c-nav-history__item {
  margin-top: 0.5em;
}

.c-nav-history__link {
  position: relative;
  display: inline-block;
  color: #ccc;
  transition: color 0.2s;
}
.c-nav-history__link.is-active {
  color: #00956e;
}
@media (hover: hover) and (pointer: fine) {
  .c-nav-history__link:hover {
    color: #00956e;
  }
}

.p-cmn-soon {
  padding: 150px 0;
}

.p-cmn-soon__img {
  display: block;
  width: 850px;
  margin: 0 auto;
}

.p-cmn-knowledge-link {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 50px;
  max-width: max-content;
  margin: 0 auto;
}

.p-cmn-knowledge-link__btn {
  display: inline-flex;
  gap: 0 15px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0.7em 1em;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00956e;
  word-break: keep-all;
  overflow-wrap: anywhere;
  background-image: linear-gradient(45deg, #00956e 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  border: 1px solid #00956e;
  border-radius: 10px;
  transition: background-position 0.55s, color 0.3s;
}
.p-cmn-knowledge-link__btn::after {
  width: 1.75em;
  height: 1.75em;
  content: "";
  background: #00956e;
  mask-image: url("/assets/img/common/ico_arrow_01.svg");
  transition: background 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-cmn-knowledge-link__btn:hover {
    color: #fff;
    background-position: 0;
  }
  .p-cmn-knowledge-link__btn:hover::after {
    background: #fff;
  }
}

.p-cmn-knowledge-link__btn span {
  flex: 1;
}

@media screen and (width < 768px) {
  .p-cmn-knowledge-link {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
  .p-cmn-knowledge-link__btn {
    font-size: 1rem;
  }
}
.p-error-404 {
  padding: 150px 0;
  text-align: center;
}

.p-error-404__ttl {
  margin: 0 0 50px;
  font-family: Roboto, "Yu Gothic Medium", "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  color: #00956e;
}

.p-error-404__txt {
  margin: 0 0 60px;
}

.p-error-404__txt p {
  line-height: 2;
}

.p-error-404__txt p + p {
  margin-top: 1em;
}

@media screen and (width < 768px) {
  .p-error-404 {
    padding: 100px 0;
  }
  .p-error-404__ttl {
    font-size: 2.375rem;
  }
  .p-error-404__txt {
    text-align: left;
  }
}
.p-search-header {
  padding: 100px 0 40px;
}

.p-search-header__ttl {
  margin: 0 0 30px;
}

.p-search-header__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 300px;
  grid-gap: 0 50px;
}

.p-search-header__keyword {
  grid-area: 1/1/2/2;
  padding: 8px 0 0;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.7;
}

.p-search-header__keyword b {
  color: #00956e;
}

.p-search-header__form {
  grid-area: 1/2/2/3;
}

@media screen and (width < 768px) {
  .p-search-header {
    padding: 50px 0 30px;
  }
  .p-search-header__grid {
    display: block;
  }
  .p-search-header__keyword {
    padding: 0;
    margin: 50px 0 0;
    font-size: 1.125rem;
  }
}
.p-search-list {
  margin: 0 0 150px;
}

.p-search-list__article-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin: 0 0 70px;
}

.p-search-list__article {
  padding: 25px;
  border: 1px solid #383838;
  border-radius: 10px;
  transition: background 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-search-list__article:hover {
    background: #e3f3ef;
  }
}

.p-search-list__ttl {
  margin: 0 0 10px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-search-list__ttl a {
  color: #00956e;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.p-search-list__excerpt {
  font-size: 0.9375rem;
  line-height: 2;
}

.p-search-list__notfound {
  padding: 40px 20px;
  line-height: 2;
  text-align: center;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  transition: background 0.2s;
}

.p-search-list__pagination {
  text-align: center;
}

@media screen and (width < 768px) {
  .p-search-list {
    margin-bottom: 100px;
  }
  .p-search-list__article {
    padding: 20px;
  }
  .p-search-list__ttl {
    font-size: 1.125rem;
  }
  .p-search-list__excerpt {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.p-privacy-header {
  margin: 100px 0 40px;
}

@media screen and (width < 768px) {
  .p-privacy-header {
    margin: 50px 0 20px;
  }
}
.p-privacy-document {
  margin: 0 0 150px;
}

.p-privacy-document section + section {
  margin-top: 50px;
}

.p-privacy-document__ttl {
  margin-bottom: 30px;
  font-size: 1.625rem;
}

.p-privacy-document__txt {
  line-height: 2;
}

.p-privacy-document__signature {
  line-height: 2;
  text-align: right;
}

.p-privacy-document__ol {
  margin-left: 2em;
  counter-reset: item;
}

.p-privacy-document__ol-item {
  line-height: 1.8;
  text-indent: -1.35em;
}
.p-privacy-document__ol-item + .p-privacy-document__ol-item {
  margin-top: 0.4em;
}
.p-privacy-document__ol-item::before {
  margin-right: 0.5em;
  content: counter(item) ".";
  counter-increment: item;
}

@media screen and (width < 768px) {
  .p-privacy-document {
    margin-bottom: 100px;
  }
  .p-privacy-document__ttl {
    font-size: 1.25rem;
  }
}
.p-faq-header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 52.9230769231% 1fr;
  grid-gap: 10px 60px;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto;
}

.p-faq-header__ttl {
  display: flex;
  grid-area: 1/1/2/3;
  gap: 0 10px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 2.8125rem;
  font-weight: bold;
  line-height: 1.3;
  color: #00956e;
}

.p-faq-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-faq-header__img {
  grid-area: 2/2/3/3;
}

@media screen and (width < 1200px) {
  .p-faq-header {
    grid-template-columns: 50% 1fr;
    grid-gap: 20px 30px;
  }
  .p-faq-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-faq-header {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(100% - 40px);
    margin: 50px auto 70px;
  }
}
.p-faq-list {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
  margin: 0 0 150px;
}

.p-faq-list__question {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 30px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00956e;
  border-bottom: 4px solid #00956e;
}
.p-faq-list__question::after {
  position: absolute;
  inset: auto auto -9px 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #9a9a9a;
}

.p-faq-list__num {
  display: inline-block;
  margin-right: 0.5em;
}

.p-faq-list__answer {
  line-height: 2.3;
}

.p-faq-list__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 32.8333%;
  grid-gap: 0 60px;
}

.p-faq-list__grid-answer {
  line-height: 2.3;
}

.p-faq-list__q11-img {
  display: block;
  margin: 0 auto;
}

@media screen and (width < 1200px) {
  .p-faq-list__grid {
    gap: 0 30px;
  }
}
@media screen and (width < 768px) {
  .p-faq-list {
    gap: 50px 0;
    margin-bottom: 100px;
  }
  .p-faq-list__question {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
  .p-faq-list__answer {
    line-height: 2;
  }
  .p-faq-list__grid-answer {
    line-height: 2;
  }
  .p-faq-list__grid-img .c-img-round img {
    width: 100%;
  }
}
@media screen and (width < 480px) {
  .p-faq-list__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}
.p-news-header {
  padding: 70px 0 50px;
}

@media screen and (width < 768px) {
  .p-news-header {
    padding: 50px 0 30px;
  }
}
.p-news-grid {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 280px;
  grid-gap: 70px;
}

@media screen and (width < 1200px) {
  .p-news-grid {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (width < 768px) {
  .p-news-grid {
    grid-gap: 50px;
  }
}
.p-news-sidebar {
  position: sticky;
  inset: calc(var(--headerHeight) + 50px) auto auto 0;
}

.p-news-sidebar__ttl {
  padding: 10px 15px;
  margin: 0 0 10px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #00956e;
  border-radius: 10px;
}

.p-news-sidebar__category {
  padding: 0 2px;
  margin: 0 0 50px;
}

.p-news-sidebar__category li + li {
  margin-top: 1px;
  border-top: 1px solid #00956e;
}

.p-news-sidebar__category > li:last-child {
  border-bottom: 1px solid #00956e;
}

.p-news-sidebar__category li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 35px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  color: #00956e;
  list-style: none;
  transition: background 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-news-sidebar__category li a:hover {
    background: #e3f3ef;
  }
}

.p-news-sidebar__category li a::before {
  position: absolute;
  inset: 0 auto 0 15px;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  content: "";
  border: 1px solid;
  border-color: #00956e #00956e transparent transparent;
  transform: rotate(45deg);
}

@media screen and (width < 768px) {
  .p-news-sidebar__ttl {
    font-size: 1rem;
  }
}
.p-news-list__archive-ttl {
  padding: 10px 18px;
  margin: 0 0 50px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  background: #00956e;
  border-radius: 10px;
}

.p-news-list__article-list {
  margin-bottom: 70px;
}

.p-news-list__article {
  display: flex;
  gap: 0 0.8em;
  padding: 1em 0;
  border-top: 1px solid #383838;
}
.p-news-list__article:last-child {
  border-bottom: 1px solid #383838;
}

.p-news-list__article-link {
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-news-list__article-link:hover {
    color: #00956e;
  }
}

.p-news-list__article-ttl-txt {
  display: inline;
}

.p-news-list__article-date {
  margin-top: 0.4em;
}

.p-news-list__article-category {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 7.5em;
}

.p-news-list__article-category-item {
  display: block;
  padding: 0.5em;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  background: #dfdfdf;
  border-radius: 5px;
}
.p-news-list__article-category-item.research {
  color: #fff;
  background: #419370;
}
.p-news-list__article-category-item.press-release {
  background: #b3d4c6;
}
.p-news-list__article-category-item.media {
  color: #fff;
  background: #d99f71;
}
.p-news-list__article-category-item.news {
  background: #edd3bd;
}
.p-news-list__article-category-item.uncategorized {
  background: #b7b8b8;
}

.p-news-list__article-ttl {
  flex: 1;
  line-height: 1.7;
}

.p-news-list__notfound {
  line-height: 1.7;
  text-align: center;
  opacity: 0.6;
}

.p-news-list__pagination {
  text-align: center;
}

@media screen and (width < 768px) {
  .p-news-list__archive-ttl {
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .p-news-list__article-list {
    margin-bottom: 30px;
  }
  .p-news-list__article {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .p-news-list__article + .p-news-list__article {
    margin-top: 0;
    border-top: 1px solid #ccc;
  }
  .p-news-list__article-date {
    align-self: center;
    margin: 5px 0;
  }
  .p-news-list__article-category {
    flex-direction: row;
    width: auto;
  }
  .p-news-list__article-category-item {
    font-size: 0.75rem;
  }
  .p-news-list__article-ttl {
    flex: auto;
    width: 100%;
    padding: 5px 0 0;
  }
}
.p-news-article__ttl {
  margin: 0 0 0.5em;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4;
}

.p-news-article__postdata {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  padding: 0 0 30px;
  margin: 0 0 50px;
  border-bottom: 1px solid #383838;
}

.p-news-article__date {
  display: flex;
  gap: 0 10px;
  align-items: center;
  line-height: 1.5;
}
.p-news-article__date::before {
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background: #a8a8a8;
  mask-image: url("/assets/img/common/ico_date_01.svg");
  mask-position: center center;
}

.p-news-article__date span {
  flex: 1;
}

.p-news-article__category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p-news-article__category-item {
  display: block;
  padding: 0.5em 1em;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  background: #dfdfdf;
  border-radius: 5px;
  transition: opacity 0.2s;
}
.p-news-article__category-item.research {
  color: #fff;
  background: #419370;
}
.p-news-article__category-item.press-release {
  background: #b3d4c6;
}
.p-news-article__category-item.media {
  color: #fff;
  background: #d99f71;
}
.p-news-article__category-item.news {
  background: #edd3bd;
}
.p-news-article__category-item.uncategorized {
  background: #b7b8b8;
}
@media (hover: hover) and (pointer: fine) {
  .p-news-article__category-item:hover {
    opacity: 0.7;
  }
}

.p-news-article__content {
  padding: 0 0 70px;
  border-bottom: 1px solid #383838;
}

.p-news-article__content a {
  color: #00956e;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-news-article__content a:hover {
    opacity: 0.6;
  }
}

.p-news-article__content p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2.1;
}

.p-news-article__content .wp-block-heading {
  margin: 20px 0;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: bold;
}
.p-news-article__content .wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-news-article__content .wp-block-image .wp-element-caption {
  text-align: center;
}
.p-news-article__content h1.wp-block-heading {
  font-size: 2rem;
}
.p-news-article__content h2.wp-block-heading {
  font-size: 1.75rem;
}
.p-news-article__content h3.wp-block-heading {
  font-size: 1.625rem;
}
.p-news-article__content h4.wp-block-heading {
  font-size: 1.5rem;
}
.p-news-article__content h5.wp-block-heading {
  font-size: 1.375rem;
}
.p-news-article__content h6.wp-block-heading {
  font-size: 1.25rem;
}
.p-news-article__content .wp-block-table {
  margin: 10px 0;
}
.p-news-article__content .wp-block-table th,
.p-news-article__content .wp-block-table td {
  padding: 12px 10px;
  border-color: #383838;
}
.p-news-article__content .wp-block-table thead {
  background: #eee;
  border-bottom: 0;
}
.p-news-article__content .wp-block-table tfoot {
  background: #eee;
  border-top: 0;
}
.p-news-article__content ul, .p-news-article__content ol {
  margin: 0.8em 0;
}
.p-news-article__content ul li {
  position: relative;
  padding: 0 0 0 1em;
  line-height: 1.9;
}
.p-news-article__content ul li + li {
  margin-top: 0.5em;
}
.p-news-article__content ul li::before {
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  width: 0.7em;
  height: 0.7em;
  margin: 0.5em 0 0;
  content: "";
  background: url("/assets/img/common/ico_circle.svg") center center no-repeat;
  background-size: contain;
}
.p-news-article__content ol {
  padding: 0 0 0 1em;
}
.p-news-article__content ol li {
  line-height: 1.9;
  list-style: decimal;
}
.p-news-article__content ol li + li {
  margin-top: 0.5em;
}
.p-news-article__content .wp-block-embed {
  margin: 10px 0;
}
.p-news-article__content .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.p-news-article__content .wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-news-article__content .wp-box {
  padding: 18px 25px;
  margin: 20px 0;
  line-height: 1.9;
  border-radius: 8px;
}
.p-news-article__content .wp-box.box-01 {
  border: 2px solid #ff3e3e;
}
.p-news-article__content .wp-box.box-02 {
  border: 2px solid #00956e;
}
.p-news-article__content .wp-box.box-03 {
  background: #f2f2f2;
}
.p-news-article__content .wp-box.box-04 {
  background: #e1f9f1;
}

.p-news-article__postlink {
  padding: 50px 0 0;
}

.p-news-article__postlink .nav-links {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 30px;
  line-height: 1.8;
}

.p-news-article__postlink .nav-links a {
  color: #00956e;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-news-article__postlink .nav-links a:hover {
    opacity: 0.7;
  }
}

.p-news-article__postlink .nav-next,
.p-news-article__postlink .nav-previous {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-news-article__postlink .nav-next {
  position: relative;
  grid-area: 1/1/2/2;
  padding: 0 0 0 20px;
}

.p-news-article__postlink .nav-next a::before {
  inset: 0.55em auto auto 2px;
  transform: rotate(-135deg);
}

.p-news-article__postlink .nav-previous {
  position: relative;
  grid-area: 1/2/2/3;
  padding: 0 20px 0 0;
  text-align: right;
}

.p-news-article__postlink .nav-previous a::after {
  inset: 0.55em 2px auto auto;
  transform: rotate(45deg);
}

.p-news-article__postlink .nav-next a::before,
.p-news-article__postlink .nav-previous a::after {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border: 1px solid;
  border-color: #00956e #00956e transparent transparent;
}

@media screen and (width < 1200px) {
  .p-news-article__ttl {
    font-size: 1.75rem;
  }
}
@media screen and (width < 768px) {
  .p-news-article__ttl {
    font-size: 1.25rem;
  }
  .p-news-article__postdata {
    margin-bottom: 30px;
  }
  .p-news-article__content p {
    line-height: 1.9;
  }
  .p-news-article__content .wp-box {
    padding: 15px;
    margin: 20px 0;
  }
  .p-news-article__postlink .nav-links {
    display: flex;
    flex-direction: column;
    gap: 1em 0;
  }
}
.p-top-hero {
  margin: 10px 0 100px;
}

.p-top-hero__in {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1730px;
  margin: 0 auto;
}

.p-top-hero__frame {
  position: relative;
  height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  height: calc(var(--vh, 1vh) * 100 - var(--headerHeight) - 50px); /* アドレスバー・ツールバーを除いた100vhから、ヘッダーの高さを引き、さらに余白調整 */
  max-height: 850px;
  overflow: hidden;
  background: #eee;
  border-radius: 30px;
}

.p-top-hero__scroll {
  position: absolute;
  inset: auto -50px 10px auto;
  transition: 0.3s;
}
@media screen and (width < 1840px) {
  .p-top-hero__scroll {
    right: -20px;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-top-hero__video {
  width: 100%;
}

.p-top-hero__video.is-ready::before, .p-top-hero__video.is-ready::after {
  opacity: 0;
}

.p-top-hero__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.p-top-hero__video .loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/video/top_poster.jpg") center center no-repeat;
  background-size: cover;
  transition: opacity 1s;
}
.p-top-hero__video .loading::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.7);
}

.p-top-hero__video.is-ready .loading {
  opacity: 0;
}

.p-top-hero__video .txt-bg {
  position: absolute;
  inset: auto auto 0 0;
  z-index: 1;
  width: 100%;
  height: 40%;
  background: #000;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.p-top-hero__video .txt {
  position: absolute;
  inset: auto auto 50px 50px;
  z-index: 1;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.p-top-hero__video .js-hero-txt .char {
  display: inline-block;
  opacity: 0;
}

.p-top-hero__video .js-hero-txt.is-animation .char {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.p-top-hero__slider {
  display: none;
}

@media screen and (width < 1200px) {
  .p-top-hero__frame {
    height: calc(var(--vh, 1vh) * 100 - var(--headerHeight) - 40px); /* アドレスバー・ツールバーを除いた100vhから、ヘッダーの高さを引き、さらに余白調整 */
  }
}
@media screen and (width < 768px) {
  .p-top-hero {
    margin: 0 0 50px;
  }
  .p-top-hero__in {
    width: 100%;
  }
  .p-top-hero__frame {
    height: calc(var(--vh, 1vh) * 100 - var(--headerHeight)); /* アドレスバー・ツールバーを除いた100vhから、ヘッダーの高さを引く */
    border-radius: 0;
  }
  .p-top-hero__scroll {
    inset: auto 20px 20px auto;
    z-index: 9990;
  }
  .p-top-hero__scroll.c-btn-scroll-down::before {
    background: #fff;
  }
  .p-top-hero__scroll .c-btn-scroll-down__in::before {
    background: #fff;
  }
  .p-top-hero__video {
    display: none;
  }
  .p-top-hero__slider {
    position: relative;
    display: block;
    height: 100%;
  }
  .p-top-hero__slider .swiper,
  .p-top-hero__slider .swiper-container,
  .p-top-hero__slider .swiper-slide {
    height: 100%;
  }
  .p-top-hero__slider .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .p-top-hero__slider .swiper-slide > img.img02 {
    object-position: top;
  }
  .p-top-hero__slider .txt-bg {
    position: absolute;
    inset: auto auto 0 0;
    z-index: 1000;
    width: 100%;
    height: 40%;
    background: #000;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
  .p-top-hero__slider .txt {
    position: absolute;
    inset: auto auto 20px 20px;
    z-index: 1000;
    font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
  }
  .p-top-hero__slider .js-hero-txt .char {
    display: inline-block;
    opacity: 0;
  }
  .p-top-hero__slider .js-hero-txt.is-animation .char {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
}
.p-top-introduction {
  margin: 0 0 150px;
}

.p-top-introduction__grid {
  width: calc(100% - 60px);
  max-width: max-content;
  margin: 0 auto;
}

.p-top-introduction__txt-l {
  grid-area: 1/1/2/3;
  margin: 0 0 40px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 2.1875rem;
  font-weight: bold;
  line-height: 1.9;
}

.p-top-introduction__main {
  position: relative;
  grid-area: 2/1/3/2;
  padding: 0 100px 0 0;
}

.p-top-introduction__txt-s {
  margin: 0 0 60px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-top-introduction__txt-s p + p {
  margin-top: 1.8em;
}

.p-top-introduction__logo {
  position: absolute;
  inset: auto 0 0 auto;
  width: 85px;
}

@media screen and (width < 1200px) {
  .p-top-introduction__txt-l {
    font-size: 2rem;
  }
  .p-top-introduction__main {
    padding-right: 120px;
  }
  .p-top-introduction__logo {
    right: 0;
  }
}
@media screen and (width < 768px) {
  .p-top-introduction {
    margin-bottom: 100px;
  }
  .p-top-introduction__grid {
    width: calc(100% - 40px);
  }
  .p-top-introduction__txt-l {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .p-top-introduction__main {
    padding-right: 0;
  }
  .p-top-introduction__txt-s {
    font-size: inherit;
    line-height: 1.9;
  }
  .p-top-introduction__logo {
    position: static;
    width: 120px;
    margin: 0 auto;
  }
}
.p-top-news {
  margin: 0 0 100px;
}

.p-top-news__ttl {
  margin: 0 0 25px;
}

.p-top-news__article {
  display: flex;
  gap: 0 0.8em;
  padding: 1em 0;
  border-top: 1px solid #383838;
}
.p-top-news__article:last-child {
  border-bottom: 1px solid #383838;
}

.p-top-news__article-link {
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-news__article-link:hover {
    color: #00956e;
  }
}

.p-top-news__article-ttl-txt {
  display: inline;
}

.p-top-news__article-date {
  margin-top: 0.4em;
}

.p-top-news__article-category {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 7.5em;
}

.p-top-news__article-category-item {
  display: block;
  padding: 0.5em;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.p-top-news__article-category-item.research {
  color: #fff;
  background: #419370;
}
.p-top-news__article-category-item.press-release {
  background: #b3d4c6;
}
.p-top-news__article-category-item.media {
  color: #fff;
  background: #d99f71;
}
.p-top-news__article-category-item.news {
  background: #edd3bd;
}
.p-top-news__article-category-item.uncategorized {
  background: #b7b8b8;
}

.p-top-news__article-ttl {
  flex: 1;
  line-height: 1.7;
}

.p-top-news__btn {
  margin-top: 50px;
  text-align: center;
}
.p-top-news__btn .c-btn-01 {
  font-size: 1.125rem;
}

.p-top-news__notfound {
  line-height: 1.7;
  text-align: center;
  opacity: 0.6;
}

@media screen and (width < 768px) {
  .p-top-news__ttl {
    margin-bottom: 15px;
  }
  .p-top-news__ttl img {
    max-height: 23px;
  }
  .p-top-news__box {
    padding: 10px 20px;
    overflow: hidden;
  }
  .p-top-news__article {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .p-top-news__article + .p-top-news__article {
    margin-top: 0;
    border-top: 1px solid #ccc;
  }
  .p-top-news__article-date {
    align-self: center;
    margin: 5px 0;
  }
  .p-top-news__article-category {
    flex-direction: row;
    width: auto;
  }
  .p-top-news__article-category-item {
    font-size: 0.75rem;
  }
  .p-top-news__article-ttl {
    flex: auto;
    width: 100%;
    padding: 5px 0 0;
  }
  .p-top-news__btn .c-btn-01 {
    font-size: inherit;
  }
  .p-top-news__notfound {
    padding: 20px 15px;
  }
}
.p-top-page {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 0 auto;
}
.p-top-page--germanium {
  margin-bottom: 100px;
}
.p-top-page--research {
  margin-bottom: 100px;
}
.p-top-page--asai {
  margin-bottom: 100px;
}
.p-top-page--library {
  margin-bottom: 190px;
}

.p-top-page__grid {
  display: flex;
  gap: 0 4.137931%;
  justify-content: space-between;
}

.p-top-page__ttl {
  width: 48.275862%;
  margin-bottom: 10px;
}

.p-top-page__img {
  width: 47.5862068%;
  min-height: 430px;
  overflow: hidden;
  border-radius: 30px;
}

.p-top-page__img img {
  height: 100%;
  object-fit: cover;
}

.p-top-page__content {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
}

.p-top-page__content-in {
  width: 100%;
  max-width: 450px;
}

.p-top-page__ttl-sub {
  margin-bottom: 15px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
}

.p-top-page__txt {
  margin: 0 0 25px;
  line-height: 2;
}

.p-top-page__list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.p-top-page__list-link {
  display: inline-flex;
  gap: 0 15px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.7em 1em;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #00956e;
  word-break: keep-all;
  overflow-wrap: anywhere;
  background-image: linear-gradient(45deg, #00956e 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  border: 1px solid #00956e;
  border-radius: 10px;
  transition: background-position 0.55s, color 0.3s;
}
.p-top-page__list-link::after {
  width: 1.75em;
  height: 1.75em;
  content: "";
  background: #00956e;
  mask-image: url("/assets/img/common/ico_arrow_01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-page__list-link:hover {
    color: #fff;
    background-position: 0;
  }
  .p-top-page__list-link:hover::after {
    background: #fff;
  }
}

.p-top-page__list-link > span {
  flex: 1;
}

.p-top-page--r .p-top-page__ttl {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.p-top-page--r .p-top-page__content {
  border-top: 1px solid #383838;
  border-right: 1px solid #383838;
  border-radius: 0 30px 0 0;
}

.p-top-page--l .p-top-page__img {
  order: 2;
}

.p-top-page--l .p-top-page__content {
  border-top: 1px solid #383838;
  border-left: 1px solid #383838;
  border-radius: 30px 0 0;
}

@media screen and (width < 1200px) {
  .p-top-page--library {
    margin-bottom: 150px;
  }
  .p-top-page__grid {
    gap: 20px;
  }
  .p-top-page__ttl-sub {
    font-size: 1.5rem;
  }
}
@media screen and (width < 768px) {
  .p-top-page {
    width: calc(100% - 40px);
  }
  .p-top-page--library {
    margin-bottom: 100px;
  }
  .p-top-page__grid {
    flex-direction: column;
  }
  .p-top-page__ttl {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-top-page__ttl img {
    width: auto;
    max-height: 32px;
  }
  .p-top-page__ttl--align-r {
    text-align: left;
  }
  .p-top-page__content {
    padding: 25px;
  }
  .p-top-page__img {
    width: 100%;
    min-height: auto;
  }
  .p-top-page__ttl-sub {
    font-size: 1.25rem;
  }
  .p-top-page--r .p-top-page__ttl {
    text-align: left;
  }
  .p-top-page--r .p-top-page__img {
    order: 1;
  }
  .p-top-page--r .p-top-page__content {
    order: 0;
  }
  .p-top-page--l .p-top-page__img {
    order: 1;
  }
  .p-top-page--l .p-top-page__content {
    order: 0;
    border-right: 1px solid #383838;
    border-left: none;
    border-radius: 0 30px 0 0;
  }
}
.p-overview-breadcrumb {
  margin-bottom: 100px;
}

.p-overview-header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 56.153846% 1fr;
  grid-gap: 10px 60px;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto;
}

.p-overview-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-overview-header__img {
  grid-area: 2/2/3/3;
}

@media screen and (width < 1200px) {
  .p-overview-header {
    grid-template-columns: 50% 1fr;
    grid-gap: 20px 30px;
  }
  .p-overview-header__ttl {
    grid-area: 1/1/2/3;
  }
  .p-overview-header__txt {
    font-size: inherit;
  }
  .p-overview-header__img {
    width: 100%;
  }
}
@media screen and (width < 768px) {
  .p-overview-header {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(100% - 40px);
    margin-top: 50px;
  }
}
.p-overview-born {
  margin: 0 0 80px;
}

.p-overview-born__ttl {
  margin-bottom: 50px;
}

.p-overview-born__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 32.5% 1fr;
  grid-gap: 0 50px;
}
@media screen and (width < 1200px) {
  .p-overview-born__grid {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 480px) {
  .p-overview-born__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-overview-born__grid-main {
  grid-area: 1/2/2/3;
}

.p-overview-born__grid-img {
  grid-area: 1/1/2/2;
}

.p-overview-born__grid-img .c-img-round img {
  width: 100%;
}

.p-overview-born__txt {
  line-height: 2.3;
}

.p-overview-born__txt p + p {
  margin-top: 1.5em;
}

@media screen and (width < 768px) {
  .p-overview-born__ttl {
    margin-bottom: 30px;
  }
  .p-overview-born__grid-main {
    margin-bottom: 30px;
  }
  .p-overview-born__grid-img .c-img-round {
    aspect-ratio: 1/1;
  }
}
.p-overview-manufacturing {
  margin-bottom: 80px;
}

.p-overview-manufacturing__ttl {
  margin-bottom: 50px;
}

.p-overview-manufacturing__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 32.5%;
  grid-gap: 0 50px;
}
@media screen and (width < 1200px) {
  .p-overview-manufacturing__grid {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 480px) {
  .p-overview-manufacturing__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-overview-manufacturing__grid-img .c-img-round img {
  width: 100%;
}

.p-overview-manufacturing__txt {
  line-height: 2.3;
}

.p-overview-manufacturing__txt p + p {
  margin-top: 1.5em;
}

@media screen and (width < 768px) {
  .p-overview-manufacturing__ttl {
    margin-bottom: 30px;
  }
}
.p-overview-features {
  margin: 0 0 90px;
}

.p-overview-features__ttl {
  margin-bottom: 50px;
}

.p-overview-features__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 32.5% 1fr;
  grid-gap: 0 50px;
  margin: 0 0 60px;
}
@media screen and (width < 1200px) {
  .p-overview-features__grid {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 480px) {
  .p-overview-features__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-overview-features__grid-main {
  grid-area: 1/2/2/3;
}

.p-overview-features__grid-img {
  grid-area: 1/1/2/2;
}

.p-overview-features__grid-img .c-img-round img {
  width: 100%;
}

.p-overview-features__txt {
  line-height: 2.3;
}

.p-overview-features__txt p + p {
  margin-top: 1.5em;
}

.p-overview-features__txt-s {
  font-size: 0.875rem;
  line-height: 2.3;
}

.p-overview-features__formula {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 44.7368421% 1fr 41.5789473%;
  grid-gap: 0;
  gap: 0 1.0526%;
  max-width: 59.375rem;
  margin: 0 auto;
}

.p-overview-features__formula-arrow {
  display: flex;
  justify-self: center;
  margin-top: 130%;
}

.p-overview-features__formula-txt {
  font-size: 0.875rem;
  line-height: 1.9;
  text-align: center;
  word-break: break-all;
}

@media screen and (width < 768px) {
  .p-overview-features__ttl {
    margin-bottom: 30px;
  }
  .p-overview-features__formula-txt {
    margin-top: 0.625rem;
    font-size: 0.625rem;
  }
}
.p-overview-data {
  margin-bottom: 80px;
}

.p-overview-data__ttl {
  margin-bottom: 45px;
}

.p-overview-data__grid {
  display: flex;
  gap: 0 70px;
  justify-content: space-between;
}

.p-overview-data__txt {
  margin-bottom: 45px;
  line-height: 2.3;
}

.p-overview-data__caution {
  display: flex;
  flex: 1;
  gap: 0 25px;
  align-self: center;
  width: 63%;
}

.p-overview-data__caution-ico {
  width: 52px;
}

.p-overview-data__caution-txt {
  flex: 1;
  font-size: 0.875rem;
  line-height: 2;
}

.p-overview-data__btn {
  display: inline-flex;
  gap: 0 15px;
  align-items: center;
  justify-content: space-between;
  width: 25%;
  padding: 0.6em 1em;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00956e;
  background-image: linear-gradient(45deg, #00956e 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  border: 2px solid #00956e;
  border-radius: 20px;
  transition: background-position 0.55s, color 0.3s;
}
.p-overview-data__btn::after {
  width: 1.583em;
  height: 1.583em;
  content: "";
  background: #00956e;
  mask-image: url("/assets/img/common/ico_arrow_01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background 0.3s;
}
.p-overview-data__btn:hover {
  color: #fff;
  background-position: 0;
}
.p-overview-data__btn:hover::after {
  background: #fff;
}

.p-overview-data__btn > span {
  flex: 1;
  padding-left: 1em;
  text-align: center;
}

@media screen and (width < 1200px) {
  .p-overview-data__grid {
    gap: 0 30px;
  }
  .p-overview-data__btn {
    padding: 20px;
  }
  .p-overview-data__btn > span {
    padding-left: 0;
  }
}
@media screen and (width < 768px) {
  .p-overview-data__ttl {
    margin-bottom: 30px;
  }
  .p-overview-data__grid {
    display: block;
  }
  .p-overview-data__txt {
    margin-bottom: 30px;
  }
  .p-overview-data__caution {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-overview-data__btn {
    display: flex;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    font-size: 1.25rem;
  }
  .p-overview-data__btn > span {
    padding-left: 1em;
  }
}
.p-overview-logo {
  margin-bottom: 150px;
}

.p-overview-logo__ttl {
  margin-bottom: 50px;
}

.p-overview-logo__grid {
  display: flex;
  gap: 0 70px;
  justify-content: space-between;
}

.p-overview-logo__grid-main {
  flex: 1;
  max-width: 720px;
}

.p-overview-logo__grid-img {
  width: 29.25%;
}

.p-overview-logo__txt {
  line-height: 2.3;
}
.p-overview-logo__txt p + p {
  margin-top: 2em;
}

.p-overview-logo__txt-s {
  font-size: 0.75rem;
  line-height: 1.8;
}

@media screen and (width < 1200px) {
  .p-overview-logo__grid {
    gap: 0 30px;
  }
}
@media screen and (width < 768px) {
  .p-overview-logo {
    margin-bottom: 100px;
  }
  .p-overview-logo__ttl {
    margin-bottom: 30px;
  }
  .p-overview-logo__grid {
    flex-direction: column;
    gap: 30px;
  }
  .p-overview-logo__grid-main {
    order: 1;
  }
  .p-overview-logo__grid-img {
    width: 100%;
  }
  .p-overview-logo__grid-img img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
}
.p-data-header {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto 130px;
}

.p-data-header__ttl {
  margin: 0 0 45px;
}

.p-data-header__grid {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 56.1666666% 1fr;
  grid-gap: 0 60px;
}

.p-data-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-data-header__img {
  grid-area: 2/2/3/3;
  width: 100%;
}

@media screen and (width < 1200px) {
  .p-data-header {
    margin-bottom: 100px;
  }
  .p-data-header__ttl {
    margin-bottom: 20px;
  }
  .p-data-header__grid {
    grid-template-columns: 50% 1fr;
    grid-gap: 0 30px;
  }
  .p-data-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-data-header {
    width: calc(100% - 40px);
    margin: 50px auto;
  }
  .p-data-header__grid {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .p-data-header__img {
    align-self: center;
  }
}
.p-data-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.0833333333%;
  margin: 0 0 150px;
}

.p-data-list__item {
  position: relative;
}

.p-data-list__item--span1 {
  flex-basis: 18.25%;
}

.p-data-list__item--span2 {
  flex-basis: 38.75%;
}

.p-data-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background-image: linear-gradient(45deg, #00956e 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  border: 3px solid #00956e;
  border-radius: 20px;
  transition: background-position 0.55s, color 0.3s;
}
.p-data-list__link:hover {
  background-position: 0;
}
.p-data-list__link:hover .txt,
.p-data-list__link:hover .ico {
  fill: #fff;
}

.p-data-list__link .img--span1 {
  width: 84.5070422535%;
}

.p-data-list__link .img--span2 {
  width: 59.9128540305%;
}

.p-data-list__link .txt {
  fill: #383839;
  transition: 0.3s;
}

.p-data-list__link .ico {
  fill: #00956e;
  transition: 0.3s;
}

@media screen and (width < 768px) {
  .p-data-list {
    gap: 20px;
    max-width: 500px;
    margin: 0 auto 100px;
  }
  .p-data-list__item--span1 {
    flex-basis: calc(50% - 10px);
  }
  .p-data-list__item--span2 {
    flex-basis: 100%;
  }
}
.p-immunity-header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr 41.5%;
  grid-gap: 10px 35px;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto;
}

.p-immunity-header__ttl {
  margin: 0 0 20px;
}

.p-immunity-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-immunity-header__img {
  grid-area: 2/2/3/3;
}

@media screen and (width < 1200px) {
  .p-immunity-header {
    grid-template-columns: 50% 1fr;
    grid-gap: 20px 30px;
  }
  .p-immunity-header__ttl {
    grid-area: 1/1/2/3;
    margin-bottom: 0;
  }
  .p-immunity-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-immunity-header {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(100% - 40px);
    margin-top: 50px;
  }
  .p-immunity-header__img {
    align-self: center;
  }
}
.p-immunity-cmn-ttl {
  padding: 0.25em 20px;
  margin: 0 auto;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00956e;
  text-align: center;
  border: 1px solid #00956e;
  border-radius: 10px;
}

.p-immunity-cmn-ttl--w655 {
  max-width: 655px;
}

.p-immunity-cmn-method {
  display: flex;
  gap: 0 20px;
  align-items: flex-start;
  padding: 25px 30px;
  margin: 0 auto;
  background: #efefef;
  border-radius: 20px;
}

.p-immunity-cmn-method__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  aspect-ratio: 1/1;
  font-size: 18px;
  font-weight: normal;
  background: #fff;
  border-radius: 50%;
}

.p-immunity-cmn-method__txt {
  flex: 1;
  font-size: 1.125rem;
  line-height: 1.7;
}

.p-immunity-cmn-method--w870 {
  max-width: 870px;
}

@media screen and (width < 768px) {
  .p-immunity-cmn-ttl {
    font-size: 1rem;
  }
  .p-immunity-cmn-method {
    padding: 20px;
  }
  .p-immunity-cmn-method__txt {
    font-size: inherit;
  }
}
.p-immunity-nk {
  margin: 0 0 90px;
}

.p-immunity-nk__ttl {
  margin-bottom: 40px;
}

.p-immunity-nk__txt-01 {
  margin-bottom: 45px;
  line-height: 2;
}

.p-immunity-nk__method {
  margin-bottom: 50px;
}

.p-immunity-nk__ttl-sub-01 {
  margin-bottom: 60px;
}

.p-immunity-nk__graph {
  display: block;
  margin: 0 auto;
}

.p-immunity-nk__graph--01 {
  margin-bottom: 100px;
}

.p-immunity-nk__graph--02 {
  margin-bottom: 80px;
}

.p-immunity-nk__graph--03 {
  margin-bottom: 90px;
}

.p-immunity-nk__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 50px;
}

.p-immunity-nk__results-ttl {
  padding-top: 1em;
}

.p-immunity-nk__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-immunity-nk__cite {
  display: block;
  max-width: max-content;
  margin: 0 0 0 auto;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 2;
}

@media screen and (width < 768px) {
  .p-immunity-nk__ttl {
    margin-bottom: 25px;
  }
  .p-immunity-nk__txt-01 {
    margin-bottom: 30px;
  }
  .p-immunity-nk__ttl-sub-01 {
    margin-bottom: 30px;
  }
  .p-immunity-nk__graph--01,
  .p-immunity-nk__graph--02,
  .p-immunity-nk__graph--03 {
    margin-bottom: 50px;
  }
  .p-immunity-nk__results {
    display: block;
    margin-bottom: 20px;
  }
  .p-immunity-nk__results-ttl {
    padding-top: 0;
  }
  .p-immunity-nk__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-immunity-nk__results-txt {
    font-size: 1.0625rem;
  }
}
.p-immunity-ifn {
  margin: 0 0 150px;
}

.p-immunity-ifn__ttl {
  margin: 0 0 30px;
}

.p-immunity-ifn__txt-01 {
  margin-bottom: 45px;
  line-height: 2;
}

.p-immunity-ifn__method {
  margin: 0 0 50px;
}

.p-immunity-ifn__ttl-sub-01 {
  margin: 0 0 70px;
}

.p-immunity-ifn__graph {
  display: block;
  margin: 0 auto 85px;
}

.p-immunity-ifn__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 50px;
}

.p-immunity-ifn__results-ttl {
  padding-top: 1em;
}

.p-immunity-ifn__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-immunity-ifn__cite {
  display: block;
  max-width: max-content;
  margin: 0 0 0 auto;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 2;
}

@media screen and (width < 768px) {
  .p-immunity-ifn {
    margin-bottom: 100px;
  }
  .p-immunity-ifn__txt-01 {
    margin-bottom: 30px;
  }
  .p-immunity-ifn__graph {
    margin-bottom: 50px;
  }
  .p-immunity-ifn__results {
    display: block;
    margin-bottom: 20px;
  }
  .p-immunity-ifn__results-ttl {
    padding-top: 0;
  }
  .p-immunity-ifn__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-immunity-ifn__results-txt {
    font-size: 1.0625rem;
  }
}
.p-safety-header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 56.153846% 1fr;
  grid-gap: 10px 60px;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto 75px;
}

.p-safety-header__ttl {
  margin: 0 0 25px;
}

.p-safety-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-safety-header__img {
  grid-area: 2/2/3/3;
  width: 100%;
}

@media screen and (width < 1200px) {
  .p-safety-header {
    grid-template-columns: 50% 1fr;
    grid-gap: 20px 30px;
  }
  .p-safety-header__ttl {
    grid-area: 1/1/2/3;
    margin-bottom: 0;
  }
  .p-safety-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-safety-header {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(100% - 40px);
    margin-top: 50px;
  }
  .p-safety-header__img {
    align-self: center;
  }
}
.p-safety-verify {
  margin: 0 0 80px;
}

.p-safety-verify__ttl {
  margin: 0 0 35px;
}

.p-safety-verify__txt-01 {
  margin: 0 0 75px;
  line-height: 2.3;
}

.p-safety-verify__graph {
  display: block;
  margin: 0 auto;
}

@media screen and (width < 768px) {
  .p-safety-verify__ttl {
    margin-bottom: 25px;
  }
  .p-safety-verify__txt-01 {
    margin-bottom: 30px;
  }
}
.p-safety-glp {
  margin: 0 0 80px;
}

.p-safety-glp__ttl {
  margin: 0 0 35px;
}

.p-safety-glp__txt-01 {
  margin: 0 0 45px;
  line-height: 2.3;
}

.p-safety-glp__list {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
  margin: 0 0 100px;
}

.p-safety-glp__note {
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: right;
}

.p-safety-glp__caution {
  padding: 18px 35px;
  margin: 0 0 20px;
  font-size: 1.0625rem;
  line-height: 1.7;
  background: #efefef;
  border-radius: 20px;
}

.p-safety-glp-box__ttl {
  display: flex;
  gap: 0 15px;
  margin: 0 0 5px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00956e;
}
.p-safety-glp-box__ttl::before {
  display: block;
  width: 18px;
  aspect-ratio: 21/31;
  content: "";
  background: url("/assets/img/common/ico_arrow_02.svg") center center no-repeat;
  background-size: contain;
}

.p-safety-glp-box__ttl-in {
  flex: 1;
}

.p-safety-glp-box__in {
  padding: 0 0 0 38px;
}

.p-safety-glp-box__desc {
  margin: 0 0 20px;
  line-height: 2;
}

.p-safety-glp-box__note {
  margin-top: 30px;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: right;
}

.p-safety-glp-results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 130px 1fr;
  grid-gap: 0 70px;
}

.p-safety-glp-results__ttl {
  margin-top: 0.5em;
}

.p-safety-glp-results__txt {
  font-size: 1.375rem;
  line-height: 1.7;
}

@media screen and (width < 1200px) {
  .p-safety-glp-box__ttl {
    font-size: 1.5rem;
  }
  .p-safety-glp-results__txt {
    font-size: 1.25rem;
  }
}
@media screen and (width < 768px) {
  .p-safety-glp__ttl {
    margin-bottom: 25px;
  }
  .p-safety-glp__txt-01 {
    margin-bottom: 30px;
  }
  .p-safety-glp__list {
    gap: 30px 0;
    margin-bottom: 50px;
  }
  .p-safety-glp__note {
    text-align: left;
  }
  .p-safety-glp__caution {
    padding: 20px;
    font-size: inherit;
  }
  .p-safety-glp-box + .p-safety-glp-box {
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
  .p-safety-glp-box__ttl {
    font-size: 1.375rem;
  }
  .p-safety-glp-box__ttl::before {
    width: 13px;
  }
  .p-safety-glp-box__in {
    padding-left: 0;
  }
  .p-safety-glp-box__note {
    text-align: left;
  }
  .p-safety-glp-results {
    display: block;
  }
  .p-safety-glp-results__ttl {
    width: auto;
    height: 22px;
    margin: 0 0 20px;
  }
  .p-safety-glp-results__txt {
    font-size: 1.0625rem;
  }
}
.p-safery-investigation {
  margin: 0 0 50px;
}

.p-safery-investigation__ttl {
  margin: 0 0 30px;
}

.p-safery-investigation__txt {
  line-height: 2.3;
}

.p-safery-investigation__list {
  display: grid;
  gap: 7px 0;
  margin: 0 0 60px;
}

.p-safery-investigation__link-pdf {
  line-height: 2;
  color: #00956e;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: 0.2s;
}
.p-safery-investigation__link-pdf::after {
  display: inline-flex;
  width: 1.25rem;
  aspect-ratio: 18/20;
  padding: 6px 0;
  margin: 0 0 0 0.5em;
  content: "";
  background: url("/assets/img/common/ico_pdf_01.svg") center center no-repeat;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  .p-safery-investigation__link-pdf:hover {
    opacity: 0.7;
  }
}

.p-safery-investigation__link-pdf > span {
  flex: 1;
  align-items: center;
}

.p-safery-investigation__caution {
  padding: 18px 35px;
  font-size: 1.0625rem;
  line-height: 1.7;
  background: #efefef;
  border-radius: 20px;
}

@media screen and (width < 768px) {
  .p-safery-investigation__list {
    gap: 1em 0;
    margin-bottom: 30px;
  }
  .p-safery-investigation__caution {
    padding: 20px;
    font-size: inherit;
  }
}
.p-safety-certification {
  margin: 0 0 150px;
}

.p-safety-certification__ttl {
  margin: 0 0 40px;
}

.p-safety-certification__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 160px 1fr;
  grid-gap: 0 50px;
}

.p-safety-certification__txt {
  line-height: 2;
}

@media screen and (width < 768px) {
  .p-safety-certification {
    margin-bottom: 100px;
  }
  .p-safety-certification__ttl {
    margin-bottom: 20px;
  }
  .p-safety-certification__grid {
    display: block;
  }
  .p-safety-certification__grid-img {
    display: block;
    margin: 0 auto 20px;
  }
}
.p-virus-cmn-method {
  display: flex;
  gap: 0 20px;
  align-items: flex-start;
  padding: 25px 30px;
  margin: 0 auto;
  background: #efefef;
  border-radius: 20px;
}

.p-virus-cmn-method__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  aspect-ratio: 1/1;
  font-size: 18px;
  font-weight: normal;
  background: #fff;
  border-radius: 50%;
}

.p-virus-cmn-method__txt {
  flex: 1;
  font-size: 1.125rem;
  line-height: 1.7;
}

.p-virus-cmn-method--w870 {
  max-width: 870px;
}

@media screen and (width < 768px) {
  .p-virus-cmn-method {
    padding: 20px;
  }
  .p-virus-cmn-method__txt {
    font-size: inherit;
  }
}
.p-virus-header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr 42.583333%;
  grid-gap: 10px 35px;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto;
}

.p-virus-header__ttl {
  margin: 0 0 20px;
}

.p-virus-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-virus-header__img {
  grid-area: 2/2/3/3;
}

@media screen and (width < 1200px) {
  .p-virus-header__ttl {
    grid-area: 1/1/2/3;
    margin-bottom: 0;
  }
  .p-virus-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-virus-header {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(100% - 40px);
    margin-top: 50px;
  }
  .p-virus-header__img {
    align-self: center;
  }
}
.p-virus-research-01 {
  margin: 0 0 90px;
}

.p-virus-research-01__ttl {
  margin: 0 0 40px;
}

.p-virus-research-01__txt-01 {
  margin-bottom: 45px;
  line-height: 2;
}

.p-virus-research-01__method {
  margin: 0 0 100px;
}

.p-virus-research-01__graph {
  display: block;
  margin: 0 auto 80px;
}

.p-virus-research-01__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 20px;
}

.p-virus-research-01__results-ttl {
  padding-top: 1em;
}

.p-virus-research-01__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-virus-research-01__cite {
  display: block;
  max-width: max-content;
  margin: 0 0 0 auto;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 2;
}

@media screen and (width < 768px) {
  .p-virus-research-01__ttl {
    margin-bottom: 25px;
  }
  .p-virus-research-01__txt-01 {
    margin-bottom: 30px;
  }
  .p-virus-research-01__method {
    margin-bottom: 50px;
  }
  .p-virus-research-01__results {
    display: block;
    margin-bottom: 20px;
  }
  .p-virus-research-01__results-ttl {
    padding-top: 0;
  }
  .p-virus-research-01__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-virus-research-01__results-txt {
    font-size: 1.0625rem;
  }
}
.p-virus-research-02 {
  margin: 0 0 80px;
}

.p-virus-research-02__ttl {
  margin: 0 0 40px;
}

.p-virus-research-02__txt-01 {
  margin-bottom: 45px;
  line-height: 2;
}

.p-virus-research-02__method {
  margin: 0 0 50px;
}

.p-virus-research-02__graph {
  display: block;
  margin: 0 auto 80px;
}

.p-virus-research-02__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 20px;
}

.p-virus-research-02__results-ttl {
  padding-top: 1em;
}

.p-virus-research-02__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-virus-research-02__results-txt-small {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-virus-research-02__cite {
  display: block;
  max-width: max-content;
  margin: 0 0 0 auto;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 2;
}

@media screen and (width < 1200px) {
  .p-virus-research-02__txt-01 {
    margin-bottom: 30px;
  }
}
@media screen and (width < 768px) {
  .p-virus-research-02__ttl {
    margin-bottom: 25px;
  }
  .p-virus-research-02__results {
    display: block;
  }
  .p-virus-research-02__results-ttl {
    padding-top: 0;
  }
  .p-virus-research-02__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-virus-research-02__results-txt {
    font-size: 1.0625rem;
  }
}
.p-virus-research-03 {
  margin: 0 0 150px;
}

.p-virus-research-03__ttl {
  margin: 0 0 40px;
}

.p-virus-research-03__txt-01 {
  margin-bottom: 45px;
  line-height: 2;
}

.p-virus-research-03__method {
  margin: 0 0 50px;
}

.p-virus-research-03__graph-wrap {
  display: block;
  max-width: max-content;
  padding: 0 140px 0 0;
  margin: 0 auto 80px;
}

.p-virus-research-03__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 20px;
}

.p-virus-research-03__results-ttl {
  padding-top: 1em;
}

.p-virus-research-03__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-virus-research-03__results-txt-small {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-virus-research-03__cite {
  display: block;
  max-width: max-content;
  margin: 0 0 0 auto;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 2;
}

@media screen and (width < 1200px) {
  .p-virus-research-03__graph-wrap {
    padding-right: 0;
  }
}
@media screen and (width < 768px) {
  .p-virus-research-03 {
    margin-bottom: 100px;
  }
  .p-virus-research-03__ttl {
    margin-bottom: 25px;
  }
  .p-virus-research-03__txt-01 {
    margin-bottom: 30px;
  }
  .p-virus-research-03__results {
    display: block;
    margin-bottom: 20px;
  }
  .p-virus-research-03__results-ttl {
    padding-top: 0;
  }
  .p-virus-research-03__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-virus-research-03__results-txt {
    font-size: 1.0625rem;
  }
}
.p-inflammation-cmn-method {
  display: flex;
  gap: 0 20px;
  align-items: flex-start;
  padding: 25px 30px;
  margin: 0 auto;
  background: #efefef;
  border-radius: 20px;
}

.p-inflammation-cmn-method__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  aspect-ratio: 1/1;
  font-size: 18px;
  font-weight: normal;
  background: #fff;
  border-radius: 50%;
}

.p-inflammation-cmn-method__txt {
  flex: 1;
  font-size: 1.125rem;
  line-height: 1.7;
}

.p-inflammation-cmn-method--w870 {
  max-width: 870px;
}

@media screen and (width < 768px) {
  .p-inflammation-cmn-method {
    padding: 20px;
  }
  .p-inflammation-cmn-method__txt {
    font-size: inherit;
  }
}
.p-inflammation-header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr 31.8333333333%;
  grid-gap: 10px 35px;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto;
}

.p-inflammation-header__ttl {
  margin: 0 0 20px;
}

.p-inflammation-header__txt {
  grid-area: 2/1/3/2;
  max-width: 680px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-inflammation-header__img {
  grid-area: 2/2/3/3;
  margin-top: -35px;
}

@media screen and (width < 1200px) {
  .p-inflammation-header__ttl {
    grid-area: 1/1/2/3;
    margin-bottom: 0;
  }
  .p-inflammation-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-inflammation-header {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(100% - 40px);
    margin-top: 50px;
  }
  .p-inflammation-header__img {
    align-self: center;
    margin-top: 0;
  }
}
.p-inflammation-research-01 {
  margin: 0 0 70px;
}

.p-inflammation-research-01__ttl {
  margin: 0 0 40px;
}

.p-inflammation-research-01__txt-01 {
  margin-bottom: 45px;
  line-height: 2;
}

.p-inflammation-research-01__note {
  display: flex;
  flex-direction: column;
  gap: 3px 0;
  margin: 0 0 55px;
  font-size: 0.875rem;
  line-height: 1.8;
}

.p-inflammation-research-01__method {
  margin: 0 0 100px;
}

.p-inflammation-research-01__graph {
  display: block;
  margin: 0 auto 65px;
}

.p-inflammation-research-01__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 40px;
}

.p-inflammation-research-01__results-ttl {
  padding-top: 1em;
}

.p-inflammation-research-01__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-inflammation-research-01__cite {
  display: block;
  max-width: max-content;
  margin: 0 0 75px auto;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.8;
}

@media screen and (width < 768px) {
  .p-inflammation-research-01__ttl {
    margin-bottom: 25px;
  }
  .p-inflammation-research-01__txt-01 {
    margin-bottom: 30px;
  }
  .p-inflammation-research-01__note {
    margin-bottom: 30px;
  }
  .p-inflammation-research-01__method {
    margin-bottom: 50px;
  }
  .p-inflammation-research-01__graph {
    margin-bottom: 30px;
  }
  .p-inflammation-research-01__results {
    display: block;
    margin-bottom: 20px;
  }
  .p-inflammation-research-01__results-ttl {
    padding-top: 0;
  }
  .p-inflammation-research-01__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-inflammation-research-01__results-txt {
    font-size: 1.0625rem;
  }
}
.p-inflammation-research-02 {
  margin: 0 0 120px;
}

.p-inflammation-research-02__ttl {
  margin: 0 0 40px;
}

.p-inflammation-research-02__txt-01 {
  margin-bottom: 45px;
  line-height: 2.2;
}

.p-inflammation-research-02__method {
  margin: 0 0 70px;
}

.p-inflammation-research-02__img {
  display: block;
  margin: 0 auto 40px;
}

.p-inflammation-research-02__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 40px;
}

.p-inflammation-research-02__results-ttl {
  padding-top: 1em;
}

.p-inflammation-research-02__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-inflammation-research-02__cite {
  display: block;
  margin: 0 auto 70px;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 2;
  text-align: right;
}

@media screen and (width < 1200px) {
  .p-inflammation-research-02__txt-01 {
    margin-bottom: 30px;
  }
}
@media screen and (width < 768px) {
  .p-inflammation-research-02 {
    margin-bottom: 100px;
  }
  .p-inflammation-research-02__ttl {
    margin-bottom: 25px;
  }
  .p-inflammation-research-02__method {
    margin-bottom: 50px;
  }
  .p-inflammation-research-02__results {
    display: block;
    margin-bottom: 20px;
  }
  .p-inflammation-research-02__results-ttl {
    padding-top: 0;
  }
  .p-inflammation-research-02__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-inflammation-research-02__results-txt {
    font-size: 1.0625rem;
  }
  .p-inflammation-research-02__cite {
    max-width: max-content;
    margin: 0 0 0 auto;
    text-align: left;
  }
}
.p-bone-cmn-method {
  display: flex;
  gap: 0 20px;
  align-items: flex-start;
  padding: 25px 30px;
  margin: 0 auto;
  background: #efefef;
  border-radius: 20px;
}

.p-bone-cmn-method__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  aspect-ratio: 1/1;
  font-size: 18px;
  font-weight: normal;
  background: #fff;
  border-radius: 50%;
}

.p-bone-cmn-method__txt {
  flex: 1;
  font-size: 1.125rem;
  line-height: 1.7;
}

.p-bone-cmn-method--w870 {
  max-width: 870px;
}

@media screen and (width < 768px) {
  .p-bone-cmn-method {
    padding: 20px;
  }
  .p-bone-cmn-method__txt {
    font-size: inherit;
  }
}
.p-bone-header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr 46.25%;
  grid-gap: 20px 35px;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto;
}

.p-bone-header__ttl {
  margin: 0 0 20px;
}

.p-bone-header__txt {
  grid-area: 2/1/3/2;
  max-width: 680px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-bone-header__img {
  grid-area: 2/2/3/3;
  margin-top: -10px;
}

@media screen and (width < 1200px) {
  .p-bone-header__ttl {
    margin-bottom: 0;
  }
  .p-bone-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-bone-header {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(100% - 40px);
    margin-top: 50px;
  }
  .p-bone-header__img {
    align-self: center;
    margin-top: 0;
  }
}
.p-bone-research-01 {
  margin: 0 0 70px;
}

.p-bone-research-01__ttl {
  margin: 0 0 40px;
}

.p-bone-research-01__txt-01 {
  margin-bottom: 30px;
  line-height: 2.3;
}

.p-bone-research-01__method {
  margin: 0 0 60px;
}

.p-bone-research-01__graph {
  display: block;
  margin: 0 auto 35px;
}

.p-bone-research-01__cite {
  display: block;
  max-width: max-content;
  margin: 0 0 55px auto;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.8;
}

.p-bone-research-01__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 20px;
}

.p-bone-research-01__results-ttl {
  padding-top: 1em;
}

.p-bone-research-01__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

@media screen and (width < 768px) {
  .p-bone-research-01__ttl {
    margin-bottom: 25px;
  }
  .p-bone-research-01__txt-01 {
    margin-bottom: 30px;
  }
  .p-bone-research-01__method {
    margin-bottom: 50px;
  }
  .p-bone-research-01__graph {
    margin-bottom: 30px;
  }
  .p-bone-research-01__results {
    display: block;
    margin-bottom: 20px;
  }
  .p-bone-research-01__results-ttl {
    padding-top: 0;
  }
  .p-bone-research-01__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-bone-research-01__results-txt {
    font-size: 1.0625rem;
  }
}
.p-bone-research-02 {
  margin: 0 0 120px;
}

.p-bone-research-02__ttl {
  margin: 0 0 40px;
}

.p-bone-research-02__txt-01 {
  margin-bottom: 45px;
  line-height: 2.3;
}

.p-bone-research-02__method {
  margin: 0 0 12px;
}

.p-bone-research-02__note {
  max-width: 870px;
  margin: 0 auto 140px;
  font-size: 0.875rem;
}

.p-bone-research-02__graph {
  display: block;
  margin: 0 auto 25px;
}

.p-bone-research-02__cite {
  display: block;
  margin: 0 auto 50px;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 2;
  text-align: right;
}

.p-bone-research-02__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 20px;
}

.p-bone-research-02__results-ttl {
  padding-top: 1em;
}

.p-bone-research-02__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

@media screen and (width < 1200px) {
  .p-bone-research-02__txt-01 {
    margin-bottom: 30px;
  }
}
@media screen and (width < 768px) {
  .p-bone-research-02 {
    margin-bottom: 100px;
  }
  .p-bone-research-02__ttl {
    margin-bottom: 25px;
  }
  .p-bone-research-02__method {
    margin-bottom: 20px;
  }
  .p-bone-research-02__note {
    margin-bottom: 50px;
  }
  .p-bone-research-02__cite {
    max-width: max-content;
    margin: 0 0 50px auto;
    text-align: left;
  }
  .p-bone-research-02__results {
    display: block;
  }
  .p-bone-research-02__results-ttl {
    padding-top: 0;
  }
  .p-bone-research-02__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-bone-research-02__results-txt {
    font-size: 1.0625rem;
  }
}
.p-pain-cmn-method {
  display: flex;
  gap: 0 20px;
  align-items: flex-start;
  padding: 25px 30px;
  margin: 0 auto;
  background: #efefef;
  border-radius: 20px;
}

.p-pain-cmn-method__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  aspect-ratio: 1/1;
  font-size: 18px;
  font-weight: normal;
  background: #fff;
  border-radius: 50%;
}

.p-pain-cmn-method__txt {
  flex: 1;
  font-size: 1.125rem;
  line-height: 1.7;
}

.p-pain-cmn-method--w870 {
  max-width: 870px;
}

@media screen and (width < 768px) {
  .p-pain-cmn-method {
    padding: 20px;
  }
  .p-pain-cmn-method__txt {
    font-size: inherit;
  }
}
.p-pain-header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr 35.58333%;
  grid-gap: 20px 35px;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto;
}

.p-pain-header__ttl {
  margin: 0 0 20px;
}

.p-pain-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-pain-header__img {
  grid-area: 2/2/3/3;
  margin-top: -10px;
}

@media screen and (width < 1200px) {
  .p-pain-header__ttl {
    margin-bottom: 0;
  }
  .p-pain-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-pain-header {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(100% - 40px);
    margin-top: 50px;
  }
  .p-pain-header__img {
    align-self: center;
    margin-top: 0;
  }
}
.p-pain-research-01 {
  margin: 0 0 100px;
}

.p-pain-research-01__ttl {
  margin: 0 0 40px;
}

.p-pain-research-01__txt-01 {
  margin-bottom: 60px;
  line-height: 2.3;
}

.p-pain-research-01__method {
  margin: 0 0 45px;
}

.p-pain-research-01__graph {
  display: block;
  margin: 0 auto 110px;
}

.p-pain-research-01__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 50px;
}

.p-pain-research-01__results-ttl {
  padding-top: 1em;
}

.p-pain-research-01__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-pain-research-01__cite {
  display: block;
  max-width: max-content;
  margin: 0 0 0 auto;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.8;
}

@media screen and (width < 768px) {
  .p-pain-research-01 {
    margin-bottom: 70px;
  }
  .p-pain-research-01__ttl {
    margin-bottom: 25px;
  }
  .p-pain-research-01__txt-01 {
    margin-bottom: 30px;
  }
  .p-pain-research-01__method {
    margin-bottom: 50px;
  }
  .p-pain-research-01__graph {
    margin-bottom: 50px;
  }
  .p-pain-research-01__results {
    display: block;
    margin-bottom: 30px;
  }
  .p-pain-research-01__results-ttl {
    padding-top: 0;
  }
  .p-pain-research-01__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-pain-research-01__results-txt {
    font-size: 1.0625rem;
  }
}
.p-pain-research-02 {
  margin: 0 0 120px;
}

.p-pain-research-02__ttl {
  margin: 0 0 40px;
}

.p-pain-research-02__txt-01 {
  margin-bottom: 45px;
  line-height: 2.3;
}

.p-pain-research-02__method {
  margin: 0 0 12px;
}

.p-pain-research-02__note {
  max-width: 870px;
  margin: 0 auto 80px;
  font-size: 0.875rem;
  line-height: 2;
}

.p-pain-research-02__graph {
  display: block;
  margin: 0 auto 40px;
}

.p-pain-research-02__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 50px;
}

.p-pain-research-02__results-ttl {
  padding-top: 1em;
}

.p-pain-research-02__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-pain-research-02__cite {
  display: block;
  margin: 0 auto 50px;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 2;
  text-align: right;
}

@media screen and (width < 1200px) {
  .p-pain-research-02__txt-01 {
    margin-bottom: 30px;
  }
}
@media screen and (width < 768px) {
  .p-pain-research-02 {
    margin-bottom: 100px;
  }
  .p-pain-research-02__ttl {
    margin-bottom: 25px;
  }
  .p-pain-research-02__method {
    margin-bottom: 20px;
  }
  .p-pain-research-02__note {
    margin-bottom: 50px;
  }
  .p-pain-research-02__results {
    display: block;
    margin-bottom: 30px;
  }
  .p-pain-research-02__results-ttl {
    padding-top: 0;
  }
  .p-pain-research-02__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-pain-research-02__results-txt {
    font-size: 1.0625rem;
  }
  .p-pain-research-02__cite {
    max-width: max-content;
    margin: 0 0 50px auto;
    text-align: left;
  }
}
.p-blood-cmn-method {
  display: flex;
  gap: 0 20px;
  align-items: flex-start;
  padding: 25px 30px;
  margin: 0 auto;
  background: #efefef;
  border-radius: 20px;
}

.p-blood-cmn-method__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  aspect-ratio: 1/1;
  font-size: 18px;
  font-weight: normal;
  background: #fff;
  border-radius: 50%;
}

.p-blood-cmn-method__txt {
  flex: 1;
  font-size: 1.125rem;
  line-height: 1.7;
}

.p-blood-cmn-method__txt--middle {
  display: flex;
  align-self: center;
}

.p-blood-cmn-method--w870 {
  max-width: 870px;
}

@media screen and (width < 768px) {
  .p-blood-cmn-method {
    padding: 20px;
  }
  .p-blood-cmn-method__txt {
    font-size: inherit;
  }
}
.p-blood-header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr 41.25%;
  grid-gap: 20px 35px;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto 185px;
}

.p-blood-header__ttl {
  margin: 0 0 20px;
}

.p-blood-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-blood-header__img {
  grid-area: 2/2/3/3;
  margin-top: -10px;
}

@media screen and (width < 1200px) {
  .p-blood-header {
    margin-bottom: 100px;
  }
  .p-blood-header__ttl {
    margin-bottom: 0;
  }
  .p-blood-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-blood-header {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(100% - 40px);
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-blood-header__img {
    align-self: center;
    margin-top: 0;
  }
}
.p-blood-process {
  margin: 0 0 140px;
}

@media screen and (width < 768px) {
  .p-blood-process {
    margin-bottom: 70px;
  }
}
.p-blood-research-01 {
  margin: 0 0 70px;
}

.p-blood-research-01__ttl {
  margin: 0 0 40px;
}

.p-blood-research-01__txt-01 {
  margin-bottom: 60px;
  line-height: 2.3;
}

.p-blood-research-01__method {
  margin: 0 0 65px;
}

.p-blood-research-01__graph-wrap {
  max-width: 60.75rem;
  margin: 0 auto 110px;
  overflow: clip;
}

.p-blood-research-01__graph {
  display: block;
  width: 87.139917%;
  margin-left: 12.86%;
}

.p-blood-research-01__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 5px;
}

.p-blood-research-01__results-ttl {
  padding-top: 1em;
}

.p-blood-research-01__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-blood-research-01__cite {
  display: block;
  max-width: max-content;
  margin: 0 0 0 auto;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.8;
}

@media screen and (width < 768px) {
  .p-blood-research-01 {
    margin-bottom: 70px;
  }
  .p-blood-research-01__ttl {
    margin-bottom: 25px;
  }
  .p-blood-research-01__txt-01 {
    margin-bottom: 30px;
  }
  .p-blood-research-01__method {
    margin-bottom: 50px;
  }
  .p-blood-research-01__graph-wrap {
    margin-bottom: 50px;
  }
  .p-blood-research-01__graph {
    width: 100%;
    margin-left: 0;
  }
  .p-blood-research-01__results {
    display: block;
    margin-bottom: 30px;
  }
  .p-blood-research-01__results-ttl {
    padding-top: 0;
  }
  .p-blood-research-01__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-blood-research-01__results-txt {
    font-size: 1.0625rem;
  }
}
.p-blood-research-02 {
  margin: 0 0 80px;
}

.p-blood-research-02__ttl {
  margin: 0 0 40px;
}

.p-blood-research-02__txt-01 {
  margin-bottom: 45px;
  line-height: 2.3;
}

.p-blood-research-02__method {
  margin: 0 0 90px;
}

.p-blood-research-02__graph {
  display: block;
  margin: 0 auto 60px;
}

.p-blood-research-02__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 65px;
}

.p-blood-research-02__results-ttl {
  padding-top: 1em;
}

.p-blood-research-02__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-blood-research-02__cite {
  display: block;
  margin: 0 auto 50px;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 2;
  text-align: right;
}

@media screen and (width < 1200px) {
  .p-blood-research-02__txt-01 {
    margin-bottom: 30px;
  }
}
@media screen and (width < 768px) {
  .p-blood-research-02 {
    margin-bottom: 100px;
  }
  .p-blood-research-02__ttl {
    margin-bottom: 25px;
  }
  .p-blood-research-02__method {
    margin-bottom: 20px;
  }
  .p-blood-research-02__results {
    display: block;
    margin-bottom: 30px;
  }
  .p-blood-research-02__results-ttl {
    padding-top: 0;
  }
  .p-blood-research-02__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-blood-research-02__results-txt {
    font-size: 1.0625rem;
  }
  .p-blood-research-02__cite {
    max-width: max-content;
    margin: 0 0 50px auto;
    text-align: left;
  }
}
.p-blood-research-03 {
  margin: 0 0 80px;
}

.p-blood-research-03__ttl {
  margin: 0 0 40px;
}

.p-blood-research-03__txt-01 {
  margin-bottom: 75px;
  line-height: 2.3;
}

.p-blood-research-03__method {
  margin: 0 0 10px;
}

.p-blood-research-03__note {
  max-width: 870px;
  margin: 0 auto 60px;
  font-size: 0.875rem;
  line-height: 2;
}

.p-blood-research-03__graph {
  display: block;
  margin: 0 auto 90px;
}

.p-blood-research-03__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 45px;
}

.p-blood-research-03__results-ttl {
  padding-top: 1em;
}

.p-blood-research-03__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-blood-research-03__cite {
  display: block;
  margin: 0 auto 50px;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 2;
  text-align: right;
}

@media screen and (width < 1200px) {
  .p-blood-research-03__txt-01 {
    margin-bottom: 30px;
  }
}
@media screen and (width < 768px) {
  .p-blood-research-03 {
    margin-bottom: 100px;
  }
  .p-blood-research-03__ttl {
    margin-bottom: 25px;
  }
  .p-blood-research-03__method {
    margin-bottom: 20px;
  }
  .p-blood-research-03__results {
    display: block;
    margin-bottom: 30px;
  }
  .p-blood-research-03__results-ttl {
    padding-top: 0;
  }
  .p-blood-research-03__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-blood-research-03__results-txt {
    font-size: 1.0625rem;
  }
  .p-blood-research-03__cite {
    max-width: max-content;
    margin: 0 0 50px auto;
    text-align: left;
  }
}
.p-blood-research-04 {
  margin: 0 0 80px;
}

.p-blood-research-04__ttl {
  margin: 0 0 40px;
}

.p-blood-research-04__txt-01 {
  margin-bottom: 35px;
  line-height: 2.3;
}

.p-blood-research-04__method {
  margin: 0 0 60px;
}

.p-blood-research-04__graph {
  display: block;
  margin: 0 auto 80px;
}

.p-blood-research-04__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 30px;
}

.p-blood-research-04__results-ttl {
  padding-top: 1em;
}

.p-blood-research-04__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-blood-research-04__cite {
  display: block;
  margin: 0 auto 50px;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 2;
  text-align: right;
}

@media screen and (width < 1200px) {
  .p-blood-research-04__txt-01 {
    margin-bottom: 30px;
  }
}
@media screen and (width < 768px) {
  .p-blood-research-04 {
    margin-bottom: 100px;
  }
  .p-blood-research-04__ttl {
    margin-bottom: 25px;
  }
  .p-blood-research-04__graph {
    margin-bottom: 50px;
  }
  .p-blood-research-04__results {
    display: block;
    margin-bottom: 30px;
  }
  .p-blood-research-04__results-ttl {
    padding-top: 0;
  }
  .p-blood-research-04__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-blood-research-04__results-txt {
    font-size: 1.0625rem;
  }
  .p-blood-research-04__cite {
    max-width: max-content;
    margin: 0 0 50px auto;
    text-align: left;
  }
}
.p-skin-cmn-method {
  display: flex;
  gap: 0 20px;
  align-items: flex-start;
  padding: 25px 30px;
  margin: 0 auto;
  background: #efefef;
  border-radius: 20px;
}

.p-skin-cmn-method__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  aspect-ratio: 1/1;
  font-size: 18px;
  font-weight: normal;
  background: #fff;
  border-radius: 50%;
}

.p-skin-cmn-method__txt {
  flex: 1;
  font-size: 1.125rem;
  line-height: 1.7;
}

.p-skin-cmn-method__txt--middle {
  display: flex;
  align-self: center;
}

.p-skin-cmn-method--w870 {
  max-width: 870px;
}

@media screen and (width < 768px) {
  .p-skin-cmn-method {
    padding: 20px;
  }
  .p-skin-cmn-method__txt {
    font-size: inherit;
  }
}
.p-skin-header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr 53.9166%;
  grid-gap: 20px 40px;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto 135px;
}

.p-skin-header__ttl {
  margin: 0 0 20px;
}

.p-skin-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-skin-header__img {
  grid-area: 2/2/3/3;
  margin-top: -10px;
}

@media screen and (width < 1200px) {
  .p-skin-header {
    margin-bottom: 100px;
  }
  .p-skin-header__ttl {
    margin-bottom: 0;
  }
  .p-skin-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-skin-header {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(100% - 40px);
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-skin-header__img {
    align-self: center;
    margin-top: 0;
  }
}
.p-skin-research-01 {
  margin: 0 0 55px;
}

.p-skin-research-01__ttl {
  margin: 0 0 50px;
}

.p-skin-research-01__method {
  margin: 0 0 50px;
}

.p-skin-research-01__graph-wrap {
  max-width: max-content;
  margin: 0 auto 90px;
}

.p-skin-research-01__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 45px;
}

.p-skin-research-01__results-ttl {
  padding-top: 1em;
}

.p-skin-research-01__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-skin-research-01__cite {
  display: block;
  max-width: max-content;
  margin: 0 0 0 auto;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.8;
}

@media screen and (width < 768px) {
  .p-skin-research-01__ttl {
    margin-bottom: 30px;
  }
  .p-skin-research-01__graph-wrap {
    margin-bottom: 60px;
  }
  .p-skin-research-01__results {
    display: block;
    margin-bottom: 30px;
  }
  .p-skin-research-01__results-ttl {
    padding-top: 0;
  }
  .p-skin-research-01__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-skin-research-01__results-txt {
    font-size: 1.0625rem;
  }
}
.p-skin-research-02 {
  margin: 0 0 100px;
}

.p-skin-research-02__ttl {
  margin: 0 0 50px;
}

.p-skin-research-02__method {
  margin: 0 0 80px;
}

.p-skin-research-02__img-wrap {
  max-width: 55.5625rem;
  margin: 0 auto 135px;
}

.p-skin-research-02__results {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 150px 1fr;
  grid-gap: 0 30px;
  margin: 0 0 30px;
}

.p-skin-research-02__results-ttl {
  padding-top: 1em;
}

.p-skin-research-02__results-txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25;
}

.p-skin-research-02__cite {
  display: block;
  max-width: max-content;
  margin: 0 0 0 auto;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.8;
}

@media screen and (width < 768px) {
  .p-skin-research-02__ttl {
    margin-bottom: 30px;
  }
  .p-skin-research-02__method {
    margin-bottom: 50px;
  }
  .p-skin-research-02__img-wrap {
    margin-bottom: 60px;
  }
  .p-skin-research-02__results {
    display: block;
    margin-bottom: 30px;
  }
  .p-skin-research-02__results-ttl {
    padding-top: 0;
  }
  .p-skin-research-02__results-ttl img {
    width: auto;
    height: 22px;
    margin-bottom: 20px;
  }
  .p-skin-research-02__results-txt {
    font-size: 1.0625rem;
  }
}
.p-company-header {
  position: relative;
  max-width: 1200px;
  padding: 0 0 45px;
  margin: 100px auto 80px;
  border-bottom: 4px solid #00956e;
}
.p-company-header::after {
  position: absolute;
  inset: auto auto -9px 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #9a9a9a;
}

.p-company-header__ttl {
  margin: 0 0 35px;
}

.p-company-header__txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

@media screen and (width < 1200px) {
  .p-company-header__ttl {
    margin-bottom: 20px;
  }
  .p-company-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-company-header {
    margin: 50px auto;
  }
}
.p-company-list {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 90px 4.25%;
  margin: 0 0 80px;
}

.p-company-list__desc {
  margin: 10px 0 0;
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
}

@media screen and (width < 1200px) {
  .p-company-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px 8.5%;
    max-width: 800px;
    margin: 0 auto 100px;
  }
  .p-company-list__desc {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-company-list {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
    align-items: center;
    margin-bottom: 70px;
  }
  .p-company-list__item {
    max-width: 366px;
  }
}
.p-company-recruit {
  margin: 0 0 150px;
  text-align: right;
}

.p-company-recruit__btn {
  display: inline-flex;
  gap: 0 20px;
  align-items: center;
  justify-content: space-between;
  padding: 0.6em 1em;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00956e;
  background-image: linear-gradient(45deg, #00956e 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  border: 2px solid #00956e;
  border-radius: 20px;
  transition: background-position 0.55s, color 0.3s;
}
.p-company-recruit__btn::after {
  width: 1.583em;
  height: 1.583em;
  content: "";
  background: #00956e;
  mask-image: url("/assets/img/common/ico_arrow_01.svg");
  transition: background 0.3s;
}
.p-company-recruit__btn:hover {
  color: #fff;
  background-position: 0;
}
.p-company-recruit__btn:hover::after {
  background: #fff;
}

@media screen and (width < 1200px) {
  .p-company-recruit {
    max-width: 720px;
    margin: 0 auto 100px;
  }
}
@media screen and (width < 768px) {
  .p-company-recruit {
    text-align: center;
  }
  .p-company-recruit__btn {
    font-size: 1.25rem;
  }
}
.p-profile-header {
  margin: 100px auto 70px;
}

.p-profile-header__ttl {
  margin: 0 0 40px;
}

.p-profile-header__img {
  display: block;
  margin: 0 auto;
}

@media screen and (width < 1200px) {
  .p-profile-header__img {
    width: 100%;
    max-width: 710px;
  }
}
@media screen and (width < 768px) {
  .p-profile-header {
    margin-top: 50px;
  }
}
.p-profile-info {
  margin: 0 0 120px;
}

.p-profile-info__ttl {
  margin: 0 0 70px;
}

.p-profile-info-list__item {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 19.16% 1fr;
  grid-gap: 0 20px;
  padding: 25px 0;
  border-bottom: 2px solid #383839;
}

.p-profile-info-list__ja {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00956e;
}

.p-profile-info-list__en {
  font-size: 1.125rem;
  line-height: 1.5;
}

.p-profile-info-list__content {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: bold;
}

.p-profile-info-list__content p {
  font-size: 1.125rem;
  line-height: 1.6;
}

.p-profile-info-list__map {
  position: relative;
  max-width: 740px;
  aspect-ratio: 37/18;
}

.p-profile-info-list__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (width < 1200px) {
  .p-profile-info__ttl {
    margin-bottom: 30px;
  }
}
@media screen and (width < 768px) {
  .p-profile-info {
    margin-bottom: 100px;
  }
  .p-profile-info__ttl {
    margin-bottom: 10px;
  }
  .p-profile-info-list__item {
    display: block;
  }
  .p-profile-info-list__ttl {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    margin-bottom: 20px;
  }
  .p-profile-info-list__ja {
    font-size: 1.125rem;
  }
  .p-profile-info-list__en {
    align-self: center;
    padding: 0.2em 0 0;
    font-size: 0.9375rem;
  }
  .p-profile-info-list__content p {
    font-size: inherit;
  }
  .p-profile-info-list__map {
    aspect-ratio: 4/3;
  }
}
.p-profile-chart {
  margin: 0 0 150px;
}

.p-profile-chart__ttl {
  margin: 0 0 100px;
}

.p-profile-chart__img {
  display: block;
  margin: 0 auto;
}

@media screen and (width < 1200px) {
  .p-profile-chart__ttl {
    margin-bottom: 50px;
  }
  .p-profile-chart__img {
    width: 90%;
    max-width: 700px;
  }
}
@media screen and (width < 768px) {
  .p-profile-chart {
    margin-bottom: 100px;
  }
  .p-profile-chart__img {
    width: 100%;
  }
}
.p-philosophy-header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 60.416666% 1fr;
  grid-gap: 10px 60px;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto;
}

.p-philosophy-header__ttl {
  display: flex;
  grid-area: 1/1/2/3;
  gap: 0 10px;
  margin: 0 0 30px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 2.8125rem;
  font-weight: bold;
  line-height: 1.3;
  color: #00956e;
}

.p-philosophy-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-philosophy-header__img {
  grid-area: 2/2/3/3;
}

@media screen and (width < 1200px) {
  .p-philosophy-header {
    grid-template-columns: 50% 1fr;
    grid-gap: 20px 30px;
  }
  .p-philosophy-header__ttl {
    margin-bottom: 0;
  }
  .p-philosophy-header__txt {
    font-size: inherit;
  }
  .p-philosophy-header__img {
    align-self: center;
  }
}
@media screen and (width < 768px) {
  .p-philosophy-header {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(100% - 40px);
    margin-top: 50px;
  }
}
.p-philosophy-01 {
  margin: 0 0 65px;
}

.p-philosophy-01__ttl {
  margin: 0 0 30px;
}

.p-philosophy-01__txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.8;
  text-align: center;
}

@media screen and (width < 1200px) {
  .p-philosophy-01__txt {
    font-size: inherit;
    line-height: 2.3;
  }
}
.p-philosophy-02 {
  margin: 0 0 150px;
}

.p-philosophy-02__ttl {
  margin: 0 0 30px;
}

.p-philosophy-02__txt-wrap {
  margin: 0 0 90px;
}

.p-philosophy-02__txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.8;
  text-align: center;
}
.p-philosophy-02__txt + .p-philosophy-02__txt {
  margin-top: 60px;
}

.p-philosophy-02__logo {
  display: block;
  max-width: 156px;
  margin: 0 auto;
}

@media screen and (width < 768px) {
  .p-philosophy-02 {
    margin-bottom: 100px;
  }
  .p-philosophy-02__txt-wrap {
    margin-bottom: 50px;
  }
  .p-philosophy-02__txt {
    font-size: inherit;
    line-height: 2.3;
    text-align: left;
  }
  .p-philosophy-02__txt + .p-philosophy-02__txt {
    margin-top: 30px;
  }
  .p-philosophy-02__logo {
    max-width: 110px;
  }
}
.p-message-header {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1200px;
  padding: 0 0 45px;
  margin: 100px auto 80px;
  border-bottom: 4px solid #00956e;
}
.p-message-header::after {
  position: absolute;
  inset: auto auto -9px 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #9a9a9a;
}

@media screen and (width < 768px) {
  .p-message-header {
    width: calc(100% - 40px);
    padding-bottom: 20px;
    margin: 50px auto;
  }
}
.p-message-txt {
  margin: 0 0 80px;
}

.p-message-txt__txt {
  font-size: 1.125rem;
  line-height: 2.3;
}
.p-message-txt__txt + .p-message-txt__txt {
  margin-top: 2em;
}

@media screen and (width < 1200px) {
  .p-message-txt__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-message-txt {
    margin-bottom: 50px;
  }
}
.p-message-signature {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 51.666666% 1fr;
  grid-gap: 0 30px;
  margin: 0 0 150px;
}

.p-message-signature__content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.p-message-signature__logo {
  width: 100%;
  max-width: 309px;
  margin: 0 0 35px;
}

.p-message-signature__txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: right;
}

.p-message-signature__name {
  font-size: 1.375rem;
}

@media screen and (width < 768px) {
  .p-message-signature {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
  }
  .p-message-signature__img {
    width: 100%;
  }
  .p-message-signature__content {
    align-self: center;
    max-width: max-content;
  }
  .p-message-signature__logo {
    display: block;
    max-width: 250px;
    margin: 50px 0 20px;
  }
  .p-message-signature__txt {
    font-size: 1rem;
    text-align: left;
  }
  .p-message-signature__name {
    font-size: 1.25rem;
  }
}
.p-brand-story-header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 52.923076% 1fr;
  grid-gap: 10px 60px;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto;
}

.p-brand-story-header__ttl {
  display: flex;
  grid-area: 1/1/2/3;
  gap: 0 10px;
  margin: 0 0 20px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 2.8125rem;
  font-weight: bold;
  line-height: 1.3;
  color: #00956e;
}

.p-brand-story-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-brand-story-header__img {
  grid-area: 2/2/3/3;
}

@media screen and (width < 1200px) {
  .p-brand-story-header {
    grid-template-columns: 50% 1fr;
    grid-gap: 20px 30px;
  }
  .p-brand-story-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-brand-story-header {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 50px auto 70px;
  }
  .p-brand-story-header__ttl {
    margin-bottom: 0;
  }
  .p-brand-story-header__img {
    margin: 0 auto;
  }
}
.p-brand-story-beginning {
  margin: 0 0 110px;
}

.p-brand-story-beginning__ttl {
  margin: 0 0 60px;
}

.p-brand-story-beginning__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 32.5% 1fr;
  grid-gap: 0 50px;
}
@media screen and (width < 1200px) {
  .p-brand-story-beginning__grid {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 480px) {
  .p-brand-story-beginning__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-brand-story-beginning__grid-main {
  grid-area: 1/2/2/3;
}

.p-brand-story-beginning__grid-img {
  grid-area: 1/1/2/2;
}

.p-brand-story-beginning__grid-img .c-img-round {
  max-width: none;
}

.p-brand-story-beginning__grid-img .c-img-round img {
  width: 100%;
}

.p-brand-story-beginning__txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-brand-story-beginning__txt p + p {
  margin-top: 3em;
}

@media screen and (width < 1200px) {
  .p-brand-story-beginning__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-brand-story-beginning__ttl {
    margin-bottom: 30px;
  }
  .p-brand-story-beginning__grid-img .c-img-round img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center 10%;
  }
  .p-brand-story-beginning__txt p + p {
    margin-top: 1.5em;
  }
}
.p-brand-story-material {
  margin: 0 0 100px;
}

.p-brand-story-material__ttl {
  margin: 0 0 60px;
}

.p-brand-story-material__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 32.5%;
  grid-gap: 0 50px;
}
@media screen and (width < 1200px) {
  .p-brand-story-material__grid {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 480px) {
  .p-brand-story-material__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-brand-story-material .c-img-round {
  max-width: none;
}

.p-brand-story-material .c-img-round img {
  width: 100%;
}

.p-brand-story-material__txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-brand-story-material__txt p + p {
  margin-top: 3em;
}

@media screen and (width < 1200px) {
  .p-brand-story-material__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-brand-story-material__ttl {
    margin-bottom: 30px;
  }
  .p-brand-story-material__txt p + p {
    margin-top: 1.5em;
  }
  .p-brand-story-material__grid-img .c-img-round img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.p-brand-story-commitment {
  margin: 0 0 110px;
}

.p-brand-story-commitment__ttl {
  margin: 0 0 70px;
}

.p-brand-story-commitment__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 32.5% 1fr;
  grid-gap: 0 50px;
}
@media screen and (width < 1200px) {
  .p-brand-story-commitment__grid {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 480px) {
  .p-brand-story-commitment__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-brand-story-commitment__grid-main {
  grid-area: 1/2/2/3;
}

.p-brand-story-commitment__grid-img {
  grid-area: 1/1/2/2;
}

.p-brand-story-commitment__grid-img .c-img-round {
  max-width: none;
}

.p-brand-story-commitment__grid-img .c-img-round img {
  width: 100%;
}

.p-brand-story-commitment__txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-brand-story-commitment__txt p + p {
  margin-top: 3em;
}

@media screen and (width < 1200px) {
  .p-brand-story-commitment__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-brand-story-commitment__ttl {
    margin-bottom: 30px;
  }
  .p-brand-story-commitment__grid-img .c-img-round img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .p-brand-story-commitment__txt p + p {
    margin-top: 1.5em;
  }
}
.p-brand-story-logo {
  margin: 0 0 150px;
}

.p-brand-story-logo__ttl {
  margin: 0 0 60px;
}

.p-brand-story-logo__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 20.8333333333%;
  grid-gap: 0 30px;
  max-width: 1020px;
  margin: 0 auto;
}

.p-brand-story-logo__grid-main {
  grid-area: 1/1/2/2;
}

.p-brand-story-logo__grid-img {
  grid-area: 1/2/2/3;
  padding: 70px 0 0;
}

.p-brand-story-logo__img {
  width: 100%;
  max-width: 195px;
}

.p-brand-story-logo__lead {
  margin: 0 0 30px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 2.1875rem;
  font-weight: bold;
  line-height: 1.8;
}

.p-brand-story-logo__txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.5;
}

@media screen and (width < 1200px) {
  .p-brand-story-logo__lead {
    font-size: 2rem;
  }
  .p-brand-story-logo__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-brand-story-logo {
    margin-bottom: 100px;
  }
  .p-brand-story-logo__ttl {
    margin-bottom: 30px;
  }
  .p-brand-story-logo__grid {
    display: block;
  }
  .p-brand-story-logo__grid-img {
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
  }
  .p-brand-story-logo__img {
    max-width: 130px;
  }
  .p-brand-story-logo__lead {
    max-width: max-content;
    margin: 0 auto 30px;
    font-size: 1.375rem;
  }
  .p-brand-story-logo__txt {
    line-height: 2.3;
  }
}
.p-history-header {
  width: calc(100% - 60px);
  max-width: 1200px;
  padding: 0 0 80px;
  margin: 100px auto 65px;
  border-bottom: 4px solid #00956e;
}

.p-history-header__ttl {
  margin: 0 0 20px;
}

.p-history-header__grid {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 56.5833333% 1fr;
  grid-gap: 0 60px;
}

.p-history-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-history-header__img {
  grid-area: 2/2/3/3;
}

.p-history-header__img > img {
  width: 100%;
}

@media screen and (width < 1200px) {
  .p-history-header__grid {
    grid-template-columns: 50% 1fr;
    grid-gap: 0 30px;
  }
  .p-history-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-history-header {
    width: calc(100% - 40px);
    padding-bottom: 50px;
    margin: 50px auto;
  }
  .p-history-header__grid {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .p-history-header__img {
    text-align: center;
  }
  .p-history-header__img img {
    max-width: 300px;
  }
}
.p-history-grid {
  max-width: 1330px;
  margin: 0 auto 150px;
}

.p-history-grid__in {
  display: flex;
  gap: 0 30px;
  align-items: flex-end;
  margin-left: -65px;
}

.p-history-grid__side {
  position: sticky;
  bottom: 20px;
  left: 0;
  width: 100px;
}

.p-history-grid__main {
  max-width: 1200px;
}

@media screen and (width < 1200px) {
  .p-history-grid__in {
    display: block;
    margin-left: 0;
  }
  .p-history-grid__side {
    display: none;
  }
  .p-history-grid__main {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (width < 768px) {
  .p-history-grid {
    margin-bottom: 100px;
  }
  .p-history-grid__main {
    width: calc(100% - 40px);
  }
}
.p-history-sec-list {
  display: grid;
  gap: 30px 0;
}

.p-history-sec-list__group {
  display: grid;
  gap: 30px 0;
}

.p-history-sec {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 100px 1fr;
  grid-gap: 0 50px;
}

.p-history-sec__year {
  padding: 15px 5px;
  text-align: center;
  background: #e0e0e0;
}

.p-history-sec__year-ja {
  margin: 10px 0 0;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-history-sec__content {
  padding: 0 0 15px;
}

@media screen and (width < 1200px) {
  .p-history-sec {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 768px) {
  .p-history-sec-list__group {
    gap: 70px 0;
  }
  .p-history-sec {
    display: flex;
    flex-direction: column;
  }
  .p-history-sec__year {
    display: flex;
    gap: 0 10px;
    align-items: center;
    padding: 20px;
    margin: 0 0 20px;
  }
  .p-history-sec__year-ja {
    margin: 0;
  }
}
.p-history-box + .p-history-box {
  margin: 60px 0 0;
}

.p-history-box__ttl {
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 30px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
  color: #00956e;
  border-bottom: 4px solid #00956e;
}
.p-history-box__ttl::after {
  position: absolute;
  inset: auto auto -9px 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #9a9a9a;
}

.p-history-box__category {
  display: flex;
  gap: 0 15px;
  margin: 0 0 25px;
}

.p-history-box__category-item {
  min-width: 7.8em;
  padding: 10px 20px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #00956e;
  border-radius: 10px;
}

.p-history-box__txt {
  line-height: 2.3;
}

.p-history-box__txt--s {
  font-size: 0.875rem;
}

.p-history-box__txt p + p {
  margin-top: 2em;
}

.p-history-box__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 37.1428571429%;
  grid-gap: 0 50px;
}

.p-history-box__img-txt {
  margin: 8px 0 0;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}

.p-history-box__img-txt--l {
  text-align: left;
}

@media screen and (width < 768px) {
  .p-history-box + .p-history-box {
    margin: 40px 0 0;
  }
  .p-history-box__ttl {
    font-size: 1.25rem;
  }
  .p-history-box__category {
    margin-bottom: 15px;
  }
  .p-history-box__category-item {
    padding: 10px;
    font-size: 1rem;
  }
  .p-history-box__txt {
    line-height: 2;
  }
  .p-history-box__grid {
    display: flex;
    flex-direction: column;
    gap: 25px 0;
  }
  .p-history-box__img img {
    display: block;
    margin: 0 auto;
  }
  .p-history-box__img-txt {
    max-width: max-content;
    margin: 10px auto 0;
    text-align: left;
  }
}
.p-recruit-header {
  position: relative;
  max-width: 1200px;
  padding: 0 0 50px;
  margin: 100px auto 40px;
  border-bottom: 4px solid #00956e;
}
.p-recruit-header::after {
  position: absolute;
  inset: auto auto -9px 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #9a9a9a;
}

.p-recruit-header__ttl {
  margin: 0 0 30px;
}

.p-recruit-header__txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

@media screen and (width < 1200px) {
  .p-recruit-header__ttl {
    margin-bottom: 20px;
  }
  .p-recruit-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-recruit-header {
    padding: 0 0 30px;
    margin: 50px auto;
  }
}
.p-recruit-closed {
  margin: 0 0 100px;
  line-height: 2.5;
}

@media screen and (width < 768px) {
  .p-recruit-closed {
    line-height: 2;
  }
}
.p-research-header {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1200px;
  padding: 0 0 70px;
  margin: 100px auto 80px;
  border-bottom: 4px solid #00956e;
}
.p-research-header::after {
  position: absolute;
  inset: auto auto -9px 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #9a9a9a;
}

.p-research-header__ttl {
  margin: 0 0 15px;
}

.p-research-header__grid {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 59% 1fr;
  grid-gap: 0 60px;
}

.p-research-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-research-header__img {
  grid-area: 2/2/3/3;
}

@media screen and (width < 1200px) {
  .p-research-header__grid {
    grid-template-columns: 50% 1fr;
    grid-gap: 0 30px;
  }
  .p-research-header__txt {
    font-size: inherit;
  }
  .p-research-header__img {
    width: 100%;
  }
}
@media screen and (width < 768px) {
  .p-research-header {
    width: calc(100% - 40px);
    margin: 50px auto;
  }
  .p-research-header__grid {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-research-list {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 4.25%;
  margin: 0 0 150px;
}

@media screen and (width < 1200px) {
  .p-research-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px 8.5%;
    max-width: 800px;
    margin: 0 auto 100px;
  }
}
@media screen and (width < 768px) {
  .p-research-list {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
    align-items: center;
  }
}
.p-research-dept-header {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto 150px;
}

.p-research-dept-header__ttl {
  margin: 0 0 35px;
}

.p-research-dept-header__grid {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 56.1666666% 1fr;
  grid-gap: 0 60px;
}

.p-research-dept-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-research-dept-header__img {
  grid-area: 2/2/3/3;
}

@media screen and (width < 1200px) {
  .p-research-dept-header {
    margin-bottom: 100px;
  }
  .p-research-dept-header__ttl {
    margin-bottom: 20px;
  }
  .p-research-dept-header__grid {
    grid-template-columns: 50% 1fr;
    grid-gap: 0 30px;
  }
  .p-research-dept-header__txt {
    font-size: inherit;
  }
  .p-research-dept-header__img {
    width: 100%;
  }
}
@media screen and (width < 768px) {
  .p-research-dept-header {
    width: calc(100% - 40px);
    margin: 50px auto;
  }
  .p-research-dept-header__grid {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-research-dept-biology {
  margin: 0 0 90px;
}

.p-research-dept-biology__ttl {
  margin: 0 0 70px;
}

.p-research-dept-biology__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 32.5% 1fr;
  grid-gap: 0 50px;
}
@media screen and (width < 1200px) {
  .p-research-dept-biology__grid {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 480px) {
  .p-research-dept-biology__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-research-dept-biology__grid-main {
  grid-area: 1/2/2/3;
}

.p-research-dept-biology__grid-img {
  grid-area: 1/1/2/2;
}

.p-research-dept-biology__grid-img .c-img-round {
  max-width: none;
}

.p-research-dept-biology__grid-img .c-img-round img {
  width: 100%;
}

.p-research-dept-biology__txt {
  line-height: 2.3;
}

@media screen and (width < 768px) {
  .p-research-dept-biology__ttl {
    margin-bottom: 30px;
  }
}
.p-research-dept-chemistry {
  margin: 0 0 150px;
}

.p-research-dept-chemistry__ttl {
  margin: 0 0 50px;
}

.p-research-dept-chemistry__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 32.5%;
  grid-gap: 0 50px;
}
@media screen and (width < 1200px) {
  .p-research-dept-chemistry__grid {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 480px) {
  .p-research-dept-chemistry__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-research-dept-chemistry__txt {
  line-height: 2.3;
}

.p-research-dept-chemistry__notes {
  font-size: 0.875rem;
  line-height: 1.9;
}

@media screen and (width < 768px) {
  .p-research-dept-chemistry {
    margin-bottom: 100px;
  }
  .p-research-dept-chemistry__ttl {
    margin-bottom: 30px;
  }
  .p-research-dept-chemistry__grid-img .c-img-round {
    max-width: none;
  }
  .p-research-dept-chemistry__grid-img .c-img-round img {
    width: 100%;
  }
}
.p-process-header {
  margin: 100px auto 70px;
}

.p-process-header__ttl {
  margin: 0 0 25px;
}

.p-process-header__img {
  display: block;
  margin: 0 auto;
}

@media screen and (width < 1200px) {
  .p-process-header__img {
    width: 100%;
    max-width: 710px;
  }
}
@media screen and (width < 768px) {
  .p-process-header {
    margin-top: 50px;
  }
}
.p-process-research {
  margin: 0 0 70px;
}

.p-process-research__ttl {
  margin: 0 0 40px;
}

.p-process-research__txt {
  line-height: 2.3;
}

.p-process-research__img {
  display: block;
  margin: 0 auto;
}

.p-process-results {
  margin: 0 0 150px;
}

.p-process-results__ttl {
  margin: 0 0 50px;
}

.p-process-results-box {
  display: grid;
  gap: 60px 0;
}

.p-process-results-box__ttl {
  display: flex;
  gap: 0 15px;
  margin: 0 0 15px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00956e;
}
.p-process-results-box__ttl::before {
  display: block;
  width: 18px;
  aspect-ratio: 21/31;
  content: "";
  background: url("/assets/img/common/ico_arrow_02.svg") center center no-repeat;
  background-size: contain;
}

.p-process-results-box__list-wrap {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 26em 1fr;
  grid-gap: 0 30px;
  padding: 0 0 0 38px;
}

.p-process-results-box__list {
  font-size: 1.25rem;
  line-height: 1.5;
}

.p-process-results-box__list > li {
  padding-left: 1em;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: bold;
  text-indent: -1em;
}
.p-process-results-box__list > li::before {
  content: "・";
}
.p-process-results-box__list > li + li {
  margin-top: 15px;
}

@media screen and (width < 1200px) {
  .p-process-results-box__ttl {
    font-size: 1.5rem;
  }
  .p-process-results-box__list-wrap {
    padding-left: 0;
  }
  .p-process-results-box__list {
    font-size: 1.125rem;
  }
}
@media screen and (width < 768px) {
  .p-process-results {
    margin-bottom: 100px;
  }
  .p-process-results__ttl {
    margin-bottom: 30px;
  }
  .p-process-results-box {
    gap: 30px 0;
  }
  .p-process-results-box__ttl {
    font-size: 1.375rem;
  }
  .p-process-results-box__ttl::before {
    width: 13px;
  }
  .p-process-results-box__list-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
  }
}
.p-mfg-quality-header {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1200px;
  padding: 0 0 80px;
  margin: 100px auto 65px;
  border-bottom: 4px solid #00956e;
}
.p-mfg-quality-header::after {
  position: absolute;
  inset: auto auto -9px 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #9a9a9a;
}

.p-mfg-quality-header__ttl {
  margin: 0 0 35px;
}

.p-mfg-quality-header__grid {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 56.1666666% 1fr;
  grid-gap: 0 60px;
}

.p-mfg-quality-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-mfg-quality-header__img {
  grid-area: 2/2/3/3;
}

@media screen and (width < 1200px) {
  .p-mfg-quality-header__grid {
    grid-template-columns: 50% 1fr;
    grid-gap: 0 30px;
  }
  .p-mfg-quality-header__txt {
    font-size: inherit;
  }
  .p-mfg-quality-header__img {
    width: 100%;
  }
}
@media screen and (width < 768px) {
  .p-mfg-quality-header {
    width: calc(100% - 40px);
    padding-bottom: 50px;
    margin: 50px auto;
  }
  .p-mfg-quality-header__ttl {
    margin-bottom: 20px;
  }
  .p-mfg-quality-header__grid {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .p-mfg-quality-header__img {
    margin: 0 auto;
  }
}
.p-mfg-quality-list {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 4.25%;
  margin: 0 0 150px;
}

@media screen and (width < 1200px) {
  .p-mfg-quality-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px 8.5%;
    max-width: 800px;
    margin: 0 auto 100px;
  }
  .p-mfg-quality-list__item:last-child {
    grid-area: 2/1/3/3;
    text-align: center;
  }
}
@media screen and (width < 768px) {
  .p-mfg-quality-list {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
    align-items: center;
  }
  .p-mfg-quality-list__item {
    max-width: 366px;
  }
  .p-mfg-quality-list__item:last-child {
    width: 70%;
    max-width: 300px;
  }
}
.p-mfg-dept-header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 56.1538461538% 1fr;
  grid-gap: 10px 60px;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto 110px;
}

.p-mfg-dept-header__ttl {
  margin: 0 0 25px;
}

.p-mfg-dept-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-mfg-dept-header__img {
  grid-area: 2/2/3/3;
  width: 100%;
}

@media screen and (width < 1200px) {
  .p-mfg-dept-header {
    grid-template-columns: 50% 1fr;
    grid-gap: 20px 30px;
  }
  .p-mfg-dept-header__txt {
    font-size: inherit;
  }
  .p-mfg-dept-header__ttl {
    grid-area: 1/1/2/3;
    margin-bottom: 0;
  }
}
@media screen and (width < 768px) {
  .p-mfg-dept-header {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(100% - 40px);
    margin: 50px auto 70px;
  }
}
.p-mfg-dept-bulk {
  margin: 0 0 100px;
}

.p-mfg-dept-bulk__ttl {
  margin: 0 0 30px;
}

.p-mfg-dept-bulk__lead {
  margin: 0 0 30px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.p-mfg-dept-bulk__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 32.5% 1fr;
  grid-gap: 0 50px;
}
@media screen and (width < 1200px) {
  .p-mfg-dept-bulk__grid {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 480px) {
  .p-mfg-dept-bulk__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-mfg-dept-bulk__grid-main {
  grid-area: 1/2/2/3;
}

.p-mfg-dept-bulk__grid-img {
  grid-area: 1/1/2/2;
}

.p-mfg-dept-bulk__grid-img .c-img-round {
  max-width: none;
}

.p-mfg-dept-bulk__grid-img .c-img-round img {
  width: 100%;
}

.p-mfg-dept-bulk__txt {
  line-height: 2.3;
}

@media screen and (width < 768px) {
  .p-mfg-dept-bulk__lead {
    font-size: 1.125rem;
  }
}
.p-mfg-dept-formulation {
  margin: 0 0 90px;
}

.p-mfg-dept-formulation__ttl {
  margin: 0 0 30px;
}

.p-mfg-dept-formulation__lead {
  margin: 0 0 30px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.p-mfg-dept-formulation__txt {
  line-height: 2.3;
}

.p-mfg-dept-formulation__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 32.5%;
  grid-gap: 0 50px;
}
@media screen and (width < 1200px) {
  .p-mfg-dept-formulation__grid {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 480px) {
  .p-mfg-dept-formulation__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-mfg-dept-formulation__grid-img .c-img-round {
  max-width: none;
}

.p-mfg-dept-formulation__grid-img .c-img-round img {
  width: 100%;
}

@media screen and (width < 768px) {
  .p-mfg-dept-formulation__lead {
    font-size: 1.125rem;
  }
}
.p-mfg-dept-quality {
  margin: 0 0 150px;
}

.p-mfg-dept-quality__ttl {
  margin: 0 0 30px;
}

.p-mfg-dept-quality__lead {
  margin: 0 0 30px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.p-mfg-dept-quality__txt {
  line-height: 2.3;
}

.p-mfg-dept-quality__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 32.5% 1fr;
  grid-gap: 0 50px;
}
@media screen and (width < 1200px) {
  .p-mfg-dept-quality__grid {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 480px) {
  .p-mfg-dept-quality__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-mfg-dept-quality__grid-main {
  grid-area: 1/2/2/3;
}

.p-mfg-dept-quality__grid-img {
  grid-area: 1/1/2/2;
}

@media screen and (width < 768px) {
  .p-mfg-dept-quality {
    margin-bottom: 100px;
  }
  .p-mfg-dept-quality__lead {
    font-size: 1.125rem;
  }
  .p-mfg-dept-quality__grid-img .c-img-round {
    max-width: none;
  }
  .p-mfg-dept-quality__grid-img .c-img-round img {
    width: 100%;
  }
}
.p-initiatives-header {
  margin: 100px auto 70px;
}

.p-initiatives-header__ttl {
  margin: 0 0 40px;
}

.p-initiatives-header__img {
  display: block;
  margin: 0 auto;
}

@media screen and (width < 1200px) {
  .p-initiatives-header__img {
    width: 100%;
    max-width: 710px;
  }
}
@media screen and (width < 768px) {
  .p-initiatives-header {
    margin-top: 50px;
  }
}
.p-initiatives-policy {
  margin: 0 0 80px;
}

.p-initiatives-policy__ttl {
  margin: 0 0 40px;
}

.p-initiatives-policy__list {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  padding: 0 15px;
  counter-reset: number 0;
}

.p-initiatives-policy__list-item {
  display: flex;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
}
.p-initiatives-policy__list-item::before {
  margin: 0 15px 0 0;
  content: counter(number) ".";
  counter-increment: number 1;
}

@media screen and (width < 768px) {
  .p-initiatives-policy__list-item {
    font-size: 1.0625rem;
  }
}
.p-initiatives-gmp {
  margin: 0 0 150px;
}

.p-initiatives-gmp__ttl {
  margin: 0 0 70px;
}

.p-initiatives-gmp__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 32.5% 1fr;
  grid-gap: 0 50px;
}
@media screen and (width < 1200px) {
  .p-initiatives-gmp__grid {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 480px) {
  .p-initiatives-gmp__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-initiatives-gmp__grid-main {
  grid-area: 1/2/2/3;
}

.p-initiatives-gmp__grid-img {
  grid-area: 1/1/2/2;
}

.p-initiatives-gmp__txt {
  line-height: 2.3;
}

.p-initiatives-gmp__list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin: 0 0 10px;
}

.p-initiatives-gmp__list-item {
  line-height: 1.8;
}

@media screen and (width < 768px) {
  .p-initiatives-gmp {
    margin-bottom: 100px;
  }
  .p-initiatives-gmp__ttl {
    margin-bottom: 30px;
  }
  .p-initiatives-gmp__img {
    display: block;
    margin: 0 auto;
  }
}
.p-asai-header {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1200px;
  padding: 0 0 70px;
  margin: 100px auto 80px;
  border-bottom: 4px solid #00956e;
}
.p-asai-header::after {
  position: absolute;
  inset: auto auto -9px 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #9a9a9a;
}

.p-asai-header__ttl {
  margin: 0 0 30px;
}

.p-asai-header__grid {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 56.1666666% 1fr;
  grid-gap: 0 60px;
}

.p-asai-header__txt {
  grid-area: 2/1/3/2;
  font-size: 1.125rem;
  line-height: 2.3;
}

.p-asai-header__txt p + p {
  margin-top: 1.5em;
}

.p-asai-header__img {
  grid-area: 2/2/3/3;
  width: 100%;
}

@media screen and (width < 1200px) {
  .p-asai-header__grid {
    grid-template-columns: 50% 1fr;
    grid-gap: 0 30px;
  }
  .p-asai-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-asai-header {
    width: calc(100% - 40px);
    padding-bottom: 50px;
    margin: 50px auto 70px;
  }
  .p-asai-header__ttl {
    margin-bottom: 20px;
  }
  .p-asai-header__grid {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .p-asai-header__img {
    aspect-ratio: 20/13;
    margin: 0 auto;
    object-fit: cover;
  }
}
.p-asai-list {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 4.25%;
  margin: 0 0 150px;
}

@media screen and (width < 1200px) {
  .p-asai-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px 8.5%;
    max-width: 800px;
    margin: 0 auto 100px;
  }
  .p-asai-list__desc {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-asai-list {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
    align-items: center;
  }
  .p-asai-list__item {
    max-width: 366px;
  }
}
.p-asai-story {
  margin: 0 0 150px;
}

.p-asai-story__btn {
  display: block;
  padding: 15px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  color: #00956e;
  text-align: center;
  background-image: linear-gradient(45deg, #00956e 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  border: 5px solid #00956e;
  border-radius: 30px;
  transition: background-position 1s, color 0.3s;
}
.p-asai-story__btn:hover {
  color: #fff;
  background-position: 0;
}

.p-ak-history-header {
  width: calc(100% - 60px);
  max-width: 1200px;
  padding: 0 0 80px;
  margin: 100px auto 65px;
  border-bottom: 4px solid #00956e;
}

.p-ak-history-header__ttl {
  margin: 0 0 40px;
}

.p-ak-history-header__grid {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 56.1666666% 1fr;
  grid-gap: 0 60px;
}

.p-ak-history-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-ak-history-header__img {
  grid-area: 2/2/3/3;
}

.p-ak-history-header__img > img {
  width: 100%;
}

@media screen and (width < 1200px) {
  .p-ak-history-header__grid {
    grid-template-columns: 50% 1fr;
    grid-gap: 0 30px;
  }
  .p-ak-history-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-ak-history-header {
    width: calc(100% - 40px);
    padding-bottom: 50px;
    margin: 50px auto;
  }
  .p-ak-history-header__ttl {
    margin-bottom: 20px;
  }
  .p-ak-history-header__grid {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .p--akhistory-header__img {
    text-align: center;
  }
  .p--akhistory-header__img img {
    max-width: 300px;
  }
}
.p-ak-history-grid {
  max-width: 1330px;
  margin: 0 auto 50px;
}

.p-ak-history-grid__in {
  display: flex;
  gap: 0 30px;
  align-items: flex-end;
  margin-left: -65px;
}

.p-ak-history-grid__side {
  position: sticky;
  bottom: 20px;
  left: 0;
  width: 100px;
}

.p-ak-history-grid__main {
  width: 1200px;
}

@media screen and (width < 1200px) {
  .p-ak-history-grid__in {
    display: block;
    margin-left: 0;
  }
  .p-ak-history-grid__side {
    display: none;
  }
  .p-ak-history-grid__main {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (width < 768px) {
  .p-ak-history-grid {
    margin-bottom: 50px;
  }
  .p-ak-history-grid__main {
    width: calc(100% - 40px);
  }
}
.p-ak-history-sec-list {
  display: grid;
  gap: 30px 0;
}

.p-ak-history-sec-list__group {
  display: grid;
  gap: 30px 0;
}

.p-ak-history-sec {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 100px 1fr;
  grid-gap: 0 50px;
}

.p-ak-history-sec__year {
  padding: 15px 5px;
  text-align: center;
  background: #e0e0e0;
}

.p-ak-history-sec__year-ja {
  margin: 10px 0 5px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-ak-history-sec__year-age {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}

.p-ak-history-sec__content {
  padding: 0 0 15px;
}

@media screen and (width < 1200px) {
  .p-ak-history-sec {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 768px) {
  .p-ak-history-sec-list__group {
    gap: 70px 0;
  }
  .p-ak-history-sec {
    display: flex;
    flex-direction: column;
  }
  .p-ak-history-sec__year {
    display: flex;
    gap: 0 10px;
    align-items: center;
    padding: 20px;
    margin: 0 0 20px;
  }
  .p-ak-history-sec__year-ja {
    margin: 0;
  }
}
.p-ak-history-box + .p-ak-history-box {
  margin: 60px 0 0;
}

.p-ak-history-box__ttl {
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 30px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
  color: #00956e;
  border-bottom: 4px solid #00956e;
}
.p-ak-history-box__ttl::after {
  position: absolute;
  inset: auto auto -9px 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #9a9a9a;
}

.p-ak-history-box__txt {
  line-height: 2.3;
}

.p-ak-history-box__txt--s {
  font-size: 0.875rem;
}

.p-ak-history-box__txt p + p {
  margin-top: 2em;
}

.p-ak-history-box__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 37.1428571429%;
  grid-gap: 0 50px;
}

.p-ak-history-box__img-txt {
  margin: 8px 0 0;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}

.p-ak-history-box__img-txt a {
  color: #00956e;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: opacity 0.2s;
}
.p-ak-history-box__img-txt a:hover {
  opacity: 0.7;
}

.p-ak-history-box__img-txt--l {
  text-align: left;
}

.p-ak-history-box__quote {
  padding: 10px 15px 15px;
  background: #cbe9e1;
}

.p-ak-history-box__quote blockquote {
  line-height: 2.5;
}

.p-ak-history-box__quote > .cite {
  text-align: right;
}

.p-ak-history-box__quote > .cite cite {
  font-style: normal;
}

@media screen and (width < 768px) {
  .p-ak-history-box + .p-ak-history-box {
    margin: 40px 0 0;
  }
  .p-ak-history-box__ttl {
    font-size: 1.25rem;
  }
  .p-ak-history-box__txt {
    line-height: 2;
  }
  .p-ak-history-box__grid {
    display: flex;
    flex-direction: column;
    gap: 25px 0;
  }
  .p-ak-history-box__img img {
    display: block;
    margin: 0 auto;
  }
  .p-ak-history-box__img-txt {
    max-width: max-content;
    margin: 10px auto 0;
    text-align: left;
  }
}
.p-ak-history-nav {
  margin: 0 0 150px;
}

.p-ak-history-nav__in {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 50px;
}

.p-ak-history-nav__prev {
  grid-area: 1/1/2/2;
}

.p-ak-history-nav__next {
  display: flex;
  grid-area: 1/2/2/3;
  justify-content: flex-end;
}

.p-ak-history-nav-btn {
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 460px;
  height: 100%;
  padding: 13px 25px;
  background-image: linear-gradient(45deg, #00956e 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  border: 2px solid #00956e;
  border-radius: 10px;
  transition: background-position 0.55s, color 0.3s;
}
.p-ak-history-nav-btn::after {
  width: 2.375em;
  height: 2.375em;
  content: "";
  background: #00956e;
  mask-image: url("/assets/img/common/ico_arrow_01.svg");
  mask-repeat: no-repeat;
  transition: background 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-ak-history-nav-btn:hover {
    color: #fff;
    background-position: 0;
  }
  .p-ak-history-nav-btn:hover::after {
    background: #fff;
  }
  .p-ak-history-nav-btn:hover .p-ak-history-nav-btn__ttl {
    color: #fff;
  }
}

.p-ak-history-nav-btn--prev::after {
  order: -1;
  transform: rotate(180deg);
}

.p-ak-history-nav-btn__in {
  flex: 1;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.p-ak-history-nav-btn__ttl {
  font-size: 1.375rem;
  color: #00956e;
  transition: color 0.3s;
}

.p-ak-history-nav-btn__year {
  font-size: 1.125rem;
}

@media screen and (width < 768px) {
  .p-ak-history-nav {
    margin-bottom: 100px;
  }
  .p-ak-history-nav__in {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
  .p-ak-history-nav__prev {
    display: flex;
    justify-content: center;
  }
  .p-ak-history-nav__next {
    justify-content: center;
  }
  .p-ak-history-nav-btn {
    padding: 12px 15px;
  }
  .p-ak-history-nav-btn__ttl {
    font-size: 1.125rem;
  }
  .p-ak-history-nav-btn__year {
    font-size: 1rem;
  }
}
.p-books-header {
  position: relative;
  max-width: 1200px;
  margin: 100px auto 60px;
}

.p-books-header__ttl {
  margin: 0 0 40px;
}

.p-books-header__txt {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

@media screen and (width < 1200px) {
  .p-books-header__ttl {
    margin-bottom: 20px;
  }
  .p-books-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-books-header {
    margin: 50px auto;
  }
}
.p-books-item-list {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
  margin: 0 0 100px;
}

.p-books-item {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 31.6666666% 1fr;
  grid-gap: 0 65px;
}

.p-books-item__contents {
  grid-area: 1/2/2/3;
}

.p-books-item__ttl-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  align-items: center;
}

.p-books-item__ttl {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 2.1875rem;
  font-weight: bold;
  line-height: 1.7;
  color: #00956e;
}

.p-books-item__status {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.4375rem;
  font-weight: bold;
}

.p-books-item__details {
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 20px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 4px solid #00956e;
}
.p-books-item__details::after {
  position: absolute;
  inset: auto auto -9px 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #9a9a9a;
}

.p-books-item__txt {
  font-size: 1.125rem;
  line-height: 1.8;
}

.p-books-item__note {
  line-height: 2;
}

.p-books-item__img {
  grid-area: 1/1/2/2;
}

@media screen and (width < 1200px) {
  .p-books-item__ttl {
    font-size: 1.75rem;
  }
  .p-books-item__status {
    font-size: 1.125rem;
  }
  .p-books-item__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-books-item {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
  .p-books-item__ttl-wrap {
    gap: 0;
  }
  .p-books-item__ttl {
    font-size: 1.375rem;
  }
  .p-books-item__status {
    font-size: 1rem;
  }
  .p-books-item__img {
    display: block;
    margin: 0 auto;
  }
}
.p-knowledge-header {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1200px;
  padding: 0 0 90px;
  margin: 100px auto 75px;
  border-bottom: 4px solid #00956e;
}
.p-knowledge-header::after {
  position: absolute;
  inset: auto auto -9px 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #9a9a9a;
}

.p-knowledge-header__ttl {
  margin: 0 0 35px;
}

.p-knowledge-header__grid {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 57.8333333333% 1fr;
  grid-gap: 0 30px;
}

.p-knowledge-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-knowledge-header__img {
  grid-area: 2/2/3/3;
}

@media screen and (width < 1200px) {
  .p-knowledge-header__ttl {
    margin-bottom: 20px;
  }
  .p-knowledge-header__grid {
    grid-template-columns: 50% 1fr;
    grid-gap: 0 30px;
  }
  .p-knowledge-header__txt {
    font-size: inherit;
  }
}
@media screen and (width < 768px) {
  .p-knowledge-header {
    width: calc(100% - 40px);
    padding-bottom: 50px;
    margin-top: 50px;
  }
  .p-knowledge-header__grid {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .p-knowledge-header__img {
    margin: 0 auto;
  }
}
.p-knowledge-list {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 4.25%;
  margin: 0 0 150px;
}

@media screen and (width < 1200px) {
  .p-knowledge-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px 8.5%;
    max-width: 800px;
    margin: 0 auto 100px;
  }
}
@media screen and (width < 768px) {
  .p-knowledge-list {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
    align-items: center;
    margin-bottom: 70px;
  }
}
.p-germanium-header {
  margin: 100px auto 70px;
}

.p-germanium-header__ttl {
  margin: 0 0 40px;
}

.p-germanium-header__img {
  display: block;
  margin: 0 auto;
}

@media screen and (width < 1200px) {
  .p-germanium-header__img {
    width: 100%;
    max-width: 710px;
  }
}
@media screen and (width < 768px) {
  .p-germanium-header {
    margin-top: 50px;
  }
}
.p-germanium-overview {
  margin: 0 0 90px;
}

.p-germanium-overview__ttl {
  margin: 0 0 80px;
}

.p-germanium-overview__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 32.5% 1fr;
  grid-gap: 0 50px;
}
@media screen and (width < 1200px) {
  .p-germanium-overview__grid {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 480px) {
  .p-germanium-overview__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-germanium-overview__grid-main {
  grid-area: 1/2/2/3;
}

.p-germanium-overview__grid-img {
  grid-area: 1/1/2/2;
}

.p-germanium-overview__grid-img .c-img-round {
  max-width: none;
}

.p-germanium-overview__grid-img .c-img-round img {
  width: 100%;
}

.p-germanium-overview__txt {
  line-height: 2.3;
}

@media screen and (width < 1200px) {
  .p-germanium-overview__ttl {
    margin-bottom: 30px;
  }
}
.p-germanium-applications {
  margin: 0 0 100px;
}

.p-germanium-applications__ttl {
  margin: 0 0 50px;
}

.p-germanium-applications__grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 32.5%;
  grid-gap: 0 50px;
}
@media screen and (width < 1200px) {
  .p-germanium-applications__grid {
    grid-gap: 0 30px;
  }
}
@media screen and (width < 480px) {
  .p-germanium-applications__grid {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-germanium-applications__ttl-sub {
  display: flex;
  gap: 0 8px;
  margin: 0 0 3px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00956e;
}
.p-germanium-applications__ttl-sub::before {
  display: block;
  width: 18px;
  aspect-ratio: 21/31;
  content: "";
  background: url("/assets/img/common/ico_arrow_02.svg") center center no-repeat;
  background-size: contain;
}

.p-germanium-applications__txt {
  line-height: 2.3;
}

.p-germanium-applications__img-01,
.p-germanium-applications__img-02 {
  max-width: none;
}

.p-germanium-applications__img-01 img,
.p-germanium-applications__img-02 img {
  width: 100%;
}

.p-germanium-applications__img-01 {
  margin-bottom: 30px;
}

@media screen and (width < 1200px) {
  .p-germanium-applications__ttl-sub {
    font-size: 1.5rem;
  }
}
@media screen and (width < 768px) {
  .p-germanium-applications {
    margin-bottom: 50px;
  }
  .p-germanium-applications__ttl {
    margin-bottom: 30px;
  }
  .p-germanium-applications__ttl-sub {
    font-size: 1.375rem;
  }
  .p-germanium-applications__ttl-sub::before {
    width: 13px;
  }
}
.p-inorg-org-header {
  margin: 100px auto 75px;
}

.p-inorg-org-header__ttl {
  margin: 0 0 40px;
}

.p-inorg-org-header__img {
  display: block;
  margin: 0 auto;
}

@media screen and (width < 1200px) {
  .p-inorg-org-header__img {
    width: 100%;
    max-width: 710px;
  }
}
@media screen and (width < 768px) {
  .p-inorg-org-header {
    margin: 50px auto;
  }
  .p-inorg-org-header__ttl {
    margin-bottom: 30px;
  }
}
.p-inorg-org-sec {
  margin: 0 0 100px;
}

.p-inorg-org-sec__ttl {
  margin: 0 0 40px;
}

.p-inorg-org-sec__ttl-sub {
  display: flex;
  gap: 0 8px;
  align-items: flex-start;
  margin: 0 0 3px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00956e;
}
.p-inorg-org-sec__ttl-sub::before {
  display: block;
  width: 18px;
  aspect-ratio: 21/31;
  margin: 0.2em 0 0;
  content: "";
  background: url("/assets/img/common/ico_arrow_02.svg") center center no-repeat;
  background-size: contain;
}

.p-inorg-org-sec__ttl-sub span {
  flex: 1;
}

@media screen and (width < 1200px) {
  .p-inorg-org-sec__ttl-sub {
    font-size: 1.5rem;
  }
}
@media screen and (width < 768px) {
  .p-inorg-org-sec {
    margin-bottom: 50px;
  }
  .p-inorg-org-sec__ttl {
    margin-bottom: 25px;
  }
  .p-inorg-org-sec__ttl-sub {
    font-size: 1.375rem;
  }
  .p-inorg-org-sec__ttl-sub::before {
    width: 13px;
    margin-top: 0.3em;
  }
}
.p-inorg-org-inorganic {
  padding: 10px 0 0;
  margin: 0 0 110px;
}

.p-inorg-org-inorganic__txt {
  margin: 0 0 30px;
  line-height: 2.3;
}

.p-inorg-org-inorganic__caution {
  max-width: 980px;
  margin: 0 auto 40px;
  font-size: 0.875rem;
  line-height: 2;
}

.p-inorg-org-inorganic__img {
  display: flex;
  gap: 0 2.040816%;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

.p-inorg-org-inorganic__img img {
  width: 48.979591%;
  max-width: 390px;
}

.p-inorg-org-inorganic__table-wrap {
  margin: 0 0 5px;
  overflow-x: auto;
}

.p-inorg-org-inorganic__table {
  width: 100%;
  min-width: 700px;
  max-width: 980px;
  margin: 0 auto;
}

.p-inorg-org-inorganic__table th,
.p-inorg-org-inorganic__table td {
  padding: 7px 20px;
  line-height: 1.5;
  vertical-align: middle;
  border-bottom: 2px solid #d6d6d6;
  border-left: 2px solid #d6d6d6;
}

.p-inorg-org-inorganic__table .head {
  color: #fff;
  background: #4cb49a;
}

.p-inorg-org-inorganic__table .left-cell {
  width: 115px;
  border-left: none;
}

.p-inorg-org-inorganic__table .ttl {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.p-inorg-org-inorganic__table .mark {
  font-size: 0.7em;
  vertical-align: top;
}

@media screen and (width < 768px) {
  .p-inorg-org-inorganic {
    margin-bottom: 70px;
  }
  .p-inorg-org-inorganic__img {
    flex-direction: column;
    gap: 20px;
  }
  .p-inorg-org-inorganic__img img {
    width: 100%;
    max-width: none;
  }
  .p-inorg-org-inorganic__table .ttl {
    font-size: 1rem;
  }
}
.p-inorg-org-organic {
  padding: 15px 0 0;
  margin: 0 0 70px;
}

.p-inorg-org-organic__txt {
  margin: 0 0 70px;
  line-height: 2.3;
}

.p-inorg-org-organic__img {
  display: block;
  margin: 0 auto;
}

@media screen and (width < 768px) {
  .p-inorg-org-organic__txt {
    margin-bottom: 50px;
  }
}
.p-inorg-org-difference {
  padding: 10px 0 0;
}

.p-inorg-org-difference__txt {
  margin: 0 0 40px;
  line-height: 2.3;
}
.p-inorg-org-difference__txt p + p {
  margin-top: 1.8em;
}

.p-inorg-org-difference__txt-02 {
  margin: 0 0 70px;
  line-height: 2.3;
}

.p-inorg-org-difference__txt-02 .mark {
  font-size: 0.7em;
  vertical-align: top;
}

.p-inorg-org-difference__table-wrap {
  margin: 0 0 50px;
  overflow-x: auto;
}

.p-inorg-org-difference__table {
  width: 100%;
  min-width: 700px;
  max-width: 980px;
  margin: 0 auto;
}

.p-inorg-org-difference__table th,
.p-inorg-org-difference__table td {
  padding: 7px 20px;
  line-height: 1.5;
  vertical-align: middle;
  border-bottom: 2px solid #d6d6d6;
  border-left: 2px solid #d6d6d6;
}

.p-inorg-org-difference__table .head {
  color: #fff;
  background: #4cb49a;
}

.p-inorg-org-difference__table .left-cell {
  width: 115px;
  border-left: none;
}

.p-inorg-org-difference__table .ttl {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.p-inorg-org-difference__list {
  max-width: 980px;
  padding: 10px 25px;
  margin: 0 auto 10px;
  background: #cbe9e1;
}

.p-inorg-org-difference__list-item {
  display: flex;
  flex-wrap: wrap;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1.8;
}
.p-inorg-org-difference__list-item + .p-inorg-org-difference__list-item {
  margin-top: 8px;
}

.p-inorg-org-difference__list-item dt::after {
  content: "・・・";
}

.p-inorg-org-difference__notes {
  max-width: 980px;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 2;
}

@media screen and (width < 768px) {
  .p-inorg-org-difference__txt-02 {
    margin-bottom: 30px;
  }
  .p-inorg-org-difference__table-wrap {
    margin-bottom: 30px;
  }
  .p-inorg-org-difference__table .ttl {
    font-size: 1rem;
  }
}
.p-names-header {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 57% 1fr;
  grid-gap: 0 50px;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 100px auto 130px;
}

.p-names-header__ttl {
  margin: 0 0 35px;
}

.p-names-header__txt {
  grid-area: 2/1/3/2;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3;
}

.p-names-header__img {
  grid-area: 2/2/3/3;
}

@media screen and (width < 1200px) {
  .p-names-header {
    grid-template-columns: 50% 1fr;
    grid-gap: 20px 30px;
  }
  .p-names-header__ttl {
    grid-area: 1/1/2/3;
  }
  .p-names-header__txt {
    font-size: inherit;
  }
  .p-names-header__img {
    width: 100%;
  }
}
@media screen and (width < 768px) {
  .p-names-header {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 50px auto;
  }
  .p-names-header__ttl {
    margin-bottom: 0;
  }
}
.p-names-list__ttl {
  margin: 0 0 3px;
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-names-list__item + .p-names-list__item {
  margin-top: 45px;
}

.p-names-list__txt {
  line-height: 2.3;
}

.p-names-list__num {
  display: inline-block;
  margin-right: 1em;
}

@media screen and (width < 768px) {
  .p-names-list__ttl {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.p-names-sec01 {
  margin: 0 0 65px;
}

.p-names-sec01__ttl {
  margin: 0 0 35px;
}

@media screen and (width < 768px) {
  .p-names-sec01 {
    margin-bottom: 50px;
  }
  .p-names-sec01__ttl {
    margin-bottom: 25px;
  }
}
.p-names-sec02 {
  margin: 0 0 65px;
}

.p-names-sec02__ttl {
  margin: 0 0 35px;
}

@media screen and (width < 768px) {
  .p-names-sec02 {
    margin-bottom: 50px;
  }
  .p-names-sec02__ttl {
    margin-bottom: 25px;
  }
}
.p-names-sec03 {
  margin: 0 0 150px;
}

.p-names-sec03__ttl {
  margin: 0 0 35px;
}

@media screen and (width < 768px) {
  .p-names-sec03 {
    margin-bottom: 50px;
  }
  .p-names-sec03__ttl {
    margin-bottom: 25px;
  }
}
.u-color-green {
  color: #00956e;
}

.u-marker {
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, #fed180, #fed180);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 0.8em;
  transition: background-size 1.5s;
}
.u-marker.is-active {
  background-size: 100% 0.8em;
}

.u-marker--size65 {
  background-size: 0 0.65em;
}
.u-marker--size65.is-active {
  background-size: 100% 0.65em;
}

.u-highlight {
  background: #fed180;
}

.u-anchor-line {
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .u-anchor-line:hover {
    opacity: 0.7;
  }
}

.u-anchor-line--green {
  color: #00956e;
}

.u-fw-bold {
  font-family: "Yu Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: bold;
}

.u-underline {
  text-decoration-line: underline;
}

.u-tracking-10 {
  letter-spacing: 0.01em;
}

.u-tracking-20 {
  letter-spacing: 0.02em;
}

.u-tracking-30 {
  letter-spacing: 0.03em;
}

.u-tracking-40 {
  letter-spacing: 0.03em;
}

.u-tracking-50 {
  letter-spacing: 0.05em;
}

.u-tracking-60 {
  letter-spacing: 0.06em;
}

.u-tracking-70 {
  letter-spacing: 0.07em;
}

.u-tracking-80 {
  letter-spacing: 0.08em;
}

.u-tracking-90 {
  letter-spacing: 0.09em;
}

.u-tracking-100 {
  letter-spacing: 0.1em;
}

.u-word-break {
  word-break: break-all;
}

.u-break-keep {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.u-sup {
  font-size: 0.7em;
}

.u-sub {
  font-size: 0.8em;
  vertical-align: sub;
}

@media screen and (1200px <= width) {
  .u-hidden-lg {
    display: none;
  }
}
@media screen and (768px <= width < 1200px) {
  .u-hidden-md {
    display: none;
  }
}
@media screen and (width < 768px) {
  .u-hidden-sm {
    display: none;
  }
}
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt130 {
  margin-top: 130px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt160 {
  margin-top: 160px !important;
}

.u-mt170 {
  margin-top: 170px !important;
}

.u-mt180 {
  margin-top: 180px !important;
}

.u-mt190 {
  margin-top: 190px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mt210 {
  margin-top: 210px !important;
}

.u-mt220 {
  margin-top: 220px !important;
}

.u-mt230 {
  margin-top: 230px !important;
}

.u-mt240 {
  margin-top: 240px !important;
}

.u-mt250 {
  margin-top: 250px !important;
}

@media screen and (width < 768px) {
  .u-mt0-sm {
    margin-top: 0px !important;
  }
  .u-mt5-sm {
    margin-top: 5px !important;
  }
  .u-mt10-sm {
    margin-top: 10px !important;
  }
  .u-mt15-sm {
    margin-top: 15px !important;
  }
  .u-mt20-sm {
    margin-top: 20px !important;
  }
  .u-mt25-sm {
    margin-top: 25px !important;
  }
  .u-mt30-sm {
    margin-top: 30px !important;
  }
  .u-mt35-sm {
    margin-top: 35px !important;
  }
  .u-mt40-sm {
    margin-top: 40px !important;
  }
  .u-mt45-sm {
    margin-top: 45px !important;
  }
  .u-mt50-sm {
    margin-top: 50px !important;
  }
  .u-mt55-sm {
    margin-top: 55px !important;
  }
  .u-mt60-sm {
    margin-top: 60px !important;
  }
  .u-mt65-sm {
    margin-top: 65px !important;
  }
  .u-mt70-sm {
    margin-top: 70px !important;
  }
  .u-mt75-sm {
    margin-top: 75px !important;
  }
  .u-mt80-sm {
    margin-top: 80px !important;
  }
  .u-mt85-sm {
    margin-top: 85px !important;
  }
  .u-mt90-sm {
    margin-top: 90px !important;
  }
  .u-mt95-sm {
    margin-top: 95px !important;
  }
  .u-mt100-sm {
    margin-top: 100px !important;
  }
  .u-mt110-sm {
    margin-top: 110px !important;
  }
  .u-mt120-sm {
    margin-top: 120px !important;
  }
  .u-mt130-sm {
    margin-top: 130px !important;
  }
  .u-mt140-sm {
    margin-top: 140px !important;
  }
  .u-mt150-sm {
    margin-top: 150px !important;
  }
  .u-mt160-sm {
    margin-top: 160px !important;
  }
  .u-mt170-sm {
    margin-top: 170px !important;
  }
  .u-mt180-sm {
    margin-top: 180px !important;
  }
  .u-mt190-sm {
    margin-top: 190px !important;
  }
  .u-mt200-sm {
    margin-top: 200px !important;
  }
  .u-mt210-sm {
    margin-top: 210px !important;
  }
  .u-mt220-sm {
    margin-top: 220px !important;
  }
  .u-mt230-sm {
    margin-top: 230px !important;
  }
  .u-mt240-sm {
    margin-top: 240px !important;
  }
  .u-mt250-sm {
    margin-top: 250px !important;
  }
}
@media screen and (width < 1200px) {
  .u-mt0-md {
    margin-top: 0px !important;
  }
  .u-mt5-md {
    margin-top: 5px !important;
  }
  .u-mt10-md {
    margin-top: 10px !important;
  }
  .u-mt15-md {
    margin-top: 15px !important;
  }
  .u-mt20-md {
    margin-top: 20px !important;
  }
  .u-mt25-md {
    margin-top: 25px !important;
  }
  .u-mt30-md {
    margin-top: 30px !important;
  }
  .u-mt35-md {
    margin-top: 35px !important;
  }
  .u-mt40-md {
    margin-top: 40px !important;
  }
  .u-mt45-md {
    margin-top: 45px !important;
  }
  .u-mt50-md {
    margin-top: 50px !important;
  }
  .u-mt55-md {
    margin-top: 55px !important;
  }
  .u-mt60-md {
    margin-top: 60px !important;
  }
  .u-mt65-md {
    margin-top: 65px !important;
  }
  .u-mt70-md {
    margin-top: 70px !important;
  }
  .u-mt75-md {
    margin-top: 75px !important;
  }
  .u-mt80-md {
    margin-top: 80px !important;
  }
  .u-mt85-md {
    margin-top: 85px !important;
  }
  .u-mt90-md {
    margin-top: 90px !important;
  }
  .u-mt95-md {
    margin-top: 95px !important;
  }
  .u-mt100-md {
    margin-top: 100px !important;
  }
  .u-mt110-md {
    margin-top: 110px !important;
  }
  .u-mt120-md {
    margin-top: 120px !important;
  }
  .u-mt130-md {
    margin-top: 130px !important;
  }
  .u-mt140-md {
    margin-top: 140px !important;
  }
  .u-mt150-md {
    margin-top: 150px !important;
  }
  .u-mt160-md {
    margin-top: 160px !important;
  }
  .u-mt170-md {
    margin-top: 170px !important;
  }
  .u-mt180-md {
    margin-top: 180px !important;
  }
  .u-mt190-md {
    margin-top: 190px !important;
  }
  .u-mt200-md {
    margin-top: 200px !important;
  }
  .u-mt210-md {
    margin-top: 210px !important;
  }
  .u-mt220-md {
    margin-top: 220px !important;
  }
  .u-mt230-md {
    margin-top: 230px !important;
  }
  .u-mt240-md {
    margin-top: 240px !important;
  }
  .u-mt250-md {
    margin-top: 250px !important;
  }
}
.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-mb130 {
  margin-bottom: 130px !important;
}

.u-mb140 {
  margin-bottom: 140px !important;
}

.u-mb150 {
  margin-bottom: 150px !important;
}

.u-mb160 {
  margin-bottom: 160px !important;
}

.u-mb170 {
  margin-bottom: 170px !important;
}

.u-mb180 {
  margin-bottom: 180px !important;
}

.u-mb190 {
  margin-bottom: 190px !important;
}

.u-mb200 {
  margin-bottom: 200px !important;
}

.u-mb210 {
  margin-bottom: 210px !important;
}

.u-mb220 {
  margin-bottom: 220px !important;
}

.u-mb230 {
  margin-bottom: 230px !important;
}

.u-mb240 {
  margin-bottom: 240px !important;
}

.u-mb250 {
  margin-bottom: 250px !important;
}

@media screen and (width < 1200px) {
  .u-mb0-md {
    margin-bottom: 0px !important;
  }
  .u-mb5-md {
    margin-bottom: 5px !important;
  }
  .u-mb10-md {
    margin-bottom: 10px !important;
  }
  .u-mb15-md {
    margin-bottom: 15px !important;
  }
  .u-mb20-md {
    margin-bottom: 20px !important;
  }
  .u-mb25-md {
    margin-bottom: 25px !important;
  }
  .u-mb30-md {
    margin-bottom: 30px !important;
  }
  .u-mb35-md {
    margin-bottom: 35px !important;
  }
  .u-mb40-md {
    margin-bottom: 40px !important;
  }
  .u-mb45-md {
    margin-bottom: 45px !important;
  }
  .u-mb50-md {
    margin-bottom: 50px !important;
  }
  .u-mb55-md {
    margin-bottom: 55px !important;
  }
  .u-mb60-md {
    margin-bottom: 60px !important;
  }
  .u-mb65-md {
    margin-bottom: 65px !important;
  }
  .u-mb70-md {
    margin-bottom: 70px !important;
  }
  .u-mb75-md {
    margin-bottom: 75px !important;
  }
  .u-mb80-md {
    margin-bottom: 80px !important;
  }
  .u-mb85-md {
    margin-bottom: 85px !important;
  }
  .u-mb90-md {
    margin-bottom: 90px !important;
  }
  .u-mb95-md {
    margin-bottom: 95px !important;
  }
  .u-mb100-md {
    margin-bottom: 100px !important;
  }
  .u-mb110-md {
    margin-bottom: 110px !important;
  }
  .u-mb120-md {
    margin-bottom: 120px !important;
  }
  .u-mb130-md {
    margin-bottom: 130px !important;
  }
  .u-mb140-md {
    margin-bottom: 140px !important;
  }
  .u-mb150-md {
    margin-bottom: 150px !important;
  }
  .u-mb160-md {
    margin-bottom: 160px !important;
  }
  .u-mb170-md {
    margin-bottom: 170px !important;
  }
  .u-mb180-md {
    margin-bottom: 180px !important;
  }
  .u-mb190-md {
    margin-bottom: 190px !important;
  }
  .u-mb200-md {
    margin-bottom: 200px !important;
  }
  .u-mb210-md {
    margin-bottom: 210px !important;
  }
  .u-mb220-md {
    margin-bottom: 220px !important;
  }
  .u-mb230-md {
    margin-bottom: 230px !important;
  }
  .u-mb240-md {
    margin-bottom: 240px !important;
  }
  .u-mb250-md {
    margin-bottom: 250px !important;
  }
}
@media screen and (width < 768px) {
  .u-mb0-sm {
    margin-bottom: 0px !important;
  }
  .u-mb5-sm {
    margin-bottom: 5px !important;
  }
  .u-mb10-sm {
    margin-bottom: 10px !important;
  }
  .u-mb15-sm {
    margin-bottom: 15px !important;
  }
  .u-mb20-sm {
    margin-bottom: 20px !important;
  }
  .u-mb25-sm {
    margin-bottom: 25px !important;
  }
  .u-mb30-sm {
    margin-bottom: 30px !important;
  }
  .u-mb35-sm {
    margin-bottom: 35px !important;
  }
  .u-mb40-sm {
    margin-bottom: 40px !important;
  }
  .u-mb45-sm {
    margin-bottom: 45px !important;
  }
  .u-mb50-sm {
    margin-bottom: 50px !important;
  }
  .u-mb55-sm {
    margin-bottom: 55px !important;
  }
  .u-mb60-sm {
    margin-bottom: 60px !important;
  }
  .u-mb65-sm {
    margin-bottom: 65px !important;
  }
  .u-mb70-sm {
    margin-bottom: 70px !important;
  }
  .u-mb75-sm {
    margin-bottom: 75px !important;
  }
  .u-mb80-sm {
    margin-bottom: 80px !important;
  }
  .u-mb85-sm {
    margin-bottom: 85px !important;
  }
  .u-mb90-sm {
    margin-bottom: 90px !important;
  }
  .u-mb95-sm {
    margin-bottom: 95px !important;
  }
  .u-mb100-sm {
    margin-bottom: 100px !important;
  }
  .u-mb110-sm {
    margin-bottom: 110px !important;
  }
  .u-mb120-sm {
    margin-bottom: 120px !important;
  }
  .u-mb130-sm {
    margin-bottom: 130px !important;
  }
  .u-mb140-sm {
    margin-bottom: 140px !important;
  }
  .u-mb150-sm {
    margin-bottom: 150px !important;
  }
  .u-mb160-sm {
    margin-bottom: 160px !important;
  }
  .u-mb170-sm {
    margin-bottom: 170px !important;
  }
  .u-mb180-sm {
    margin-bottom: 180px !important;
  }
  .u-mb190-sm {
    margin-bottom: 190px !important;
  }
  .u-mb200-sm {
    margin-bottom: 200px !important;
  }
  .u-mb210-sm {
    margin-bottom: 210px !important;
  }
  .u-mb220-sm {
    margin-bottom: 220px !important;
  }
  .u-mb230-sm {
    margin-bottom: 230px !important;
  }
  .u-mb240-sm {
    margin-bottom: 240px !important;
  }
  .u-mb250-sm {
    margin-bottom: 250px !important;
  }
}
.u-ml0 {
  margin-left: 0px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-ml110 {
  margin-left: 110px !important;
}

.u-ml120 {
  margin-left: 120px !important;
}

.u-ml130 {
  margin-left: 130px !important;
}

.u-ml140 {
  margin-left: 140px !important;
}

.u-ml150 {
  margin-left: 150px !important;
}

.u-ml160 {
  margin-left: 160px !important;
}

.u-ml170 {
  margin-left: 170px !important;
}

.u-ml180 {
  margin-left: 180px !important;
}

.u-ml190 {
  margin-left: 190px !important;
}

.u-ml200 {
  margin-left: 200px !important;
}

.u-ml210 {
  margin-left: 210px !important;
}

.u-ml220 {
  margin-left: 220px !important;
}

.u-ml230 {
  margin-left: 230px !important;
}

.u-ml240 {
  margin-left: 240px !important;
}

.u-ml250 {
  margin-left: 250px !important;
}

@media screen and (width < 1200px) {
  .u-ml0-md {
    margin-left: 0px !important;
  }
  .u-ml5-md {
    margin-left: 5px !important;
  }
  .u-ml10-md {
    margin-left: 10px !important;
  }
  .u-ml15-md {
    margin-left: 15px !important;
  }
  .u-ml20-md {
    margin-left: 20px !important;
  }
  .u-ml25-md {
    margin-left: 25px !important;
  }
  .u-ml30-md {
    margin-left: 30px !important;
  }
  .u-ml35-md {
    margin-left: 35px !important;
  }
  .u-ml40-md {
    margin-left: 40px !important;
  }
  .u-ml45-md {
    margin-left: 45px !important;
  }
  .u-ml50-md {
    margin-left: 50px !important;
  }
  .u-ml55-md {
    margin-left: 55px !important;
  }
  .u-ml60-md {
    margin-left: 60px !important;
  }
  .u-ml65-md {
    margin-left: 65px !important;
  }
  .u-ml70-md {
    margin-left: 70px !important;
  }
  .u-ml75-md {
    margin-left: 75px !important;
  }
  .u-ml80-md {
    margin-left: 80px !important;
  }
  .u-ml85-md {
    margin-left: 85px !important;
  }
  .u-ml90-md {
    margin-left: 90px !important;
  }
  .u-ml95-md {
    margin-left: 95px !important;
  }
  .u-ml100-md {
    margin-left: 100px !important;
  }
  .u-ml110-md {
    margin-left: 110px !important;
  }
  .u-ml120-md {
    margin-left: 120px !important;
  }
  .u-ml130-md {
    margin-left: 130px !important;
  }
  .u-ml140-md {
    margin-left: 140px !important;
  }
  .u-ml150-md {
    margin-left: 150px !important;
  }
  .u-ml160-md {
    margin-left: 160px !important;
  }
  .u-ml170-md {
    margin-left: 170px !important;
  }
  .u-ml180-md {
    margin-left: 180px !important;
  }
  .u-ml190-md {
    margin-left: 190px !important;
  }
  .u-ml200-md {
    margin-left: 200px !important;
  }
  .u-ml210-md {
    margin-left: 210px !important;
  }
  .u-ml220-md {
    margin-left: 220px !important;
  }
  .u-ml230-md {
    margin-left: 230px !important;
  }
  .u-ml240-md {
    margin-left: 240px !important;
  }
  .u-ml250-md {
    margin-left: 250px !important;
  }
}
@media screen and (width < 768px) {
  .u-ml0-sm {
    margin-left: 0px !important;
  }
  .u-ml5-sm {
    margin-left: 5px !important;
  }
  .u-ml10-sm {
    margin-left: 10px !important;
  }
  .u-ml15-sm {
    margin-left: 15px !important;
  }
  .u-ml20-sm {
    margin-left: 20px !important;
  }
  .u-ml25-sm {
    margin-left: 25px !important;
  }
  .u-ml30-sm {
    margin-left: 30px !important;
  }
  .u-ml35-sm {
    margin-left: 35px !important;
  }
  .u-ml40-sm {
    margin-left: 40px !important;
  }
  .u-ml45-sm {
    margin-left: 45px !important;
  }
  .u-ml50-sm {
    margin-left: 50px !important;
  }
  .u-ml55-sm {
    margin-left: 55px !important;
  }
  .u-ml60-sm {
    margin-left: 60px !important;
  }
  .u-ml65-sm {
    margin-left: 65px !important;
  }
  .u-ml70-sm {
    margin-left: 70px !important;
  }
  .u-ml75-sm {
    margin-left: 75px !important;
  }
  .u-ml80-sm {
    margin-left: 80px !important;
  }
  .u-ml85-sm {
    margin-left: 85px !important;
  }
  .u-ml90-sm {
    margin-left: 90px !important;
  }
  .u-ml95-sm {
    margin-left: 95px !important;
  }
  .u-ml100-sm {
    margin-left: 100px !important;
  }
  .u-ml110-sm {
    margin-left: 110px !important;
  }
  .u-ml120-sm {
    margin-left: 120px !important;
  }
  .u-ml130-sm {
    margin-left: 130px !important;
  }
  .u-ml140-sm {
    margin-left: 140px !important;
  }
  .u-ml150-sm {
    margin-left: 150px !important;
  }
  .u-ml160-sm {
    margin-left: 160px !important;
  }
  .u-ml170-sm {
    margin-left: 170px !important;
  }
  .u-ml180-sm {
    margin-left: 180px !important;
  }
  .u-ml190-sm {
    margin-left: 190px !important;
  }
  .u-ml200-sm {
    margin-left: 200px !important;
  }
  .u-ml210-sm {
    margin-left: 210px !important;
  }
  .u-ml220-sm {
    margin-left: 220px !important;
  }
  .u-ml230-sm {
    margin-left: 230px !important;
  }
  .u-ml240-sm {
    margin-left: 240px !important;
  }
  .u-ml250-sm {
    margin-left: 250px !important;
  }
}
.u-mr0 {
  margin-right: 0px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mr110 {
  margin-right: 110px !important;
}

.u-mr120 {
  margin-right: 120px !important;
}

.u-mr130 {
  margin-right: 130px !important;
}

.u-mr140 {
  margin-right: 140px !important;
}

.u-mr150 {
  margin-right: 150px !important;
}

.u-mr160 {
  margin-right: 160px !important;
}

.u-mr170 {
  margin-right: 170px !important;
}

.u-mr180 {
  margin-right: 180px !important;
}

.u-mr190 {
  margin-right: 190px !important;
}

.u-mr200 {
  margin-right: 200px !important;
}

.u-mr210 {
  margin-right: 210px !important;
}

.u-mr220 {
  margin-right: 220px !important;
}

.u-mr230 {
  margin-right: 230px !important;
}

.u-mr240 {
  margin-right: 240px !important;
}

.u-mr250 {
  margin-right: 250px !important;
}

@media screen and (width < 1200px) {
  .u-mr0-md {
    margin-right: 0px !important;
  }
  .u-mr5-md {
    margin-right: 5px !important;
  }
  .u-mr10-md {
    margin-right: 10px !important;
  }
  .u-mr15-md {
    margin-right: 15px !important;
  }
  .u-mr20-md {
    margin-right: 20px !important;
  }
  .u-mr25-md {
    margin-right: 25px !important;
  }
  .u-mr30-md {
    margin-right: 30px !important;
  }
  .u-mr35-md {
    margin-right: 35px !important;
  }
  .u-mr40-md {
    margin-right: 40px !important;
  }
  .u-mr45-md {
    margin-right: 45px !important;
  }
  .u-mr50-md {
    margin-right: 50px !important;
  }
  .u-mr55-md {
    margin-right: 55px !important;
  }
  .u-mr60-md {
    margin-right: 60px !important;
  }
  .u-mr65-md {
    margin-right: 65px !important;
  }
  .u-mr70-md {
    margin-right: 70px !important;
  }
  .u-mr75-md {
    margin-right: 75px !important;
  }
  .u-mr80-md {
    margin-right: 80px !important;
  }
  .u-mr85-md {
    margin-right: 85px !important;
  }
  .u-mr90-md {
    margin-right: 90px !important;
  }
  .u-mr95-md {
    margin-right: 95px !important;
  }
  .u-mr100-md {
    margin-right: 100px !important;
  }
  .u-mr110-md {
    margin-right: 110px !important;
  }
  .u-mr120-md {
    margin-right: 120px !important;
  }
  .u-mr130-md {
    margin-right: 130px !important;
  }
  .u-mr140-md {
    margin-right: 140px !important;
  }
  .u-mr150-md {
    margin-right: 150px !important;
  }
  .u-mr160-md {
    margin-right: 160px !important;
  }
  .u-mr170-md {
    margin-right: 170px !important;
  }
  .u-mr180-md {
    margin-right: 180px !important;
  }
  .u-mr190-md {
    margin-right: 190px !important;
  }
  .u-mr200-md {
    margin-right: 200px !important;
  }
  .u-mr210-md {
    margin-right: 210px !important;
  }
  .u-mr220-md {
    margin-right: 220px !important;
  }
  .u-mr230-md {
    margin-right: 230px !important;
  }
  .u-mr240-md {
    margin-right: 240px !important;
  }
  .u-mr250-md {
    margin-right: 250px !important;
  }
}
@media screen and (width < 768px) {
  .u-mr0-sm {
    margin-right: 0px !important;
  }
  .u-mr5-sm {
    margin-right: 5px !important;
  }
  .u-mr10-sm {
    margin-right: 10px !important;
  }
  .u-mr15-sm {
    margin-right: 15px !important;
  }
  .u-mr20-sm {
    margin-right: 20px !important;
  }
  .u-mr25-sm {
    margin-right: 25px !important;
  }
  .u-mr30-sm {
    margin-right: 30px !important;
  }
  .u-mr35-sm {
    margin-right: 35px !important;
  }
  .u-mr40-sm {
    margin-right: 40px !important;
  }
  .u-mr45-sm {
    margin-right: 45px !important;
  }
  .u-mr50-sm {
    margin-right: 50px !important;
  }
  .u-mr55-sm {
    margin-right: 55px !important;
  }
  .u-mr60-sm {
    margin-right: 60px !important;
  }
  .u-mr65-sm {
    margin-right: 65px !important;
  }
  .u-mr70-sm {
    margin-right: 70px !important;
  }
  .u-mr75-sm {
    margin-right: 75px !important;
  }
  .u-mr80-sm {
    margin-right: 80px !important;
  }
  .u-mr85-sm {
    margin-right: 85px !important;
  }
  .u-mr90-sm {
    margin-right: 90px !important;
  }
  .u-mr95-sm {
    margin-right: 95px !important;
  }
  .u-mr100-sm {
    margin-right: 100px !important;
  }
  .u-mr110-sm {
    margin-right: 110px !important;
  }
  .u-mr120-sm {
    margin-right: 120px !important;
  }
  .u-mr130-sm {
    margin-right: 130px !important;
  }
  .u-mr140-sm {
    margin-right: 140px !important;
  }
  .u-mr150-sm {
    margin-right: 150px !important;
  }
  .u-mr160-sm {
    margin-right: 160px !important;
  }
  .u-mr170-sm {
    margin-right: 170px !important;
  }
  .u-mr180-sm {
    margin-right: 180px !important;
  }
  .u-mr190-sm {
    margin-right: 190px !important;
  }
  .u-mr200-sm {
    margin-right: 200px !important;
  }
  .u-mr210-sm {
    margin-right: 210px !important;
  }
  .u-mr220-sm {
    margin-right: 220px !important;
  }
  .u-mr230-sm {
    margin-right: 230px !important;
  }
  .u-mr240-sm {
    margin-right: 240px !important;
  }
  .u-mr250-sm {
    margin-right: 250px !important;
  }
}
.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt110 {
  padding-top: 110px !important;
}

.u-pt120 {
  padding-top: 120px !important;
}

.u-pt130 {
  padding-top: 130px !important;
}

.u-pt140 {
  padding-top: 140px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt160 {
  padding-top: 160px !important;
}

.u-pt170 {
  padding-top: 170px !important;
}

.u-pt180 {
  padding-top: 180px !important;
}

.u-pt190 {
  padding-top: 190px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pt210 {
  padding-top: 210px !important;
}

.u-pt220 {
  padding-top: 220px !important;
}

.u-pt230 {
  padding-top: 230px !important;
}

.u-pt240 {
  padding-top: 240px !important;
}

.u-pt250 {
  padding-top: 250px !important;
}

@media screen and (width < 768px) {
  .u-pt0-sm {
    padding-top: 0px !important;
  }
  .u-pt5-sm {
    padding-top: 5px !important;
  }
  .u-pt10-sm {
    padding-top: 10px !important;
  }
  .u-pt15-sm {
    padding-top: 15px !important;
  }
  .u-pt20-sm {
    padding-top: 20px !important;
  }
  .u-pt25-sm {
    padding-top: 25px !important;
  }
  .u-pt30-sm {
    padding-top: 30px !important;
  }
  .u-pt35-sm {
    padding-top: 35px !important;
  }
  .u-pt40-sm {
    padding-top: 40px !important;
  }
  .u-pt45-sm {
    padding-top: 45px !important;
  }
  .u-pt50-sm {
    padding-top: 50px !important;
  }
  .u-pt55-sm {
    padding-top: 55px !important;
  }
  .u-pt60-sm {
    padding-top: 60px !important;
  }
  .u-pt65-sm {
    padding-top: 65px !important;
  }
  .u-pt70-sm {
    padding-top: 70px !important;
  }
  .u-pt75-sm {
    padding-top: 75px !important;
  }
  .u-pt80-sm {
    padding-top: 80px !important;
  }
  .u-pt85-sm {
    padding-top: 85px !important;
  }
  .u-pt90-sm {
    padding-top: 90px !important;
  }
  .u-pt95-sm {
    padding-top: 95px !important;
  }
  .u-pt100-sm {
    padding-top: 100px !important;
  }
  .u-pt110-sm {
    padding-top: 110px !important;
  }
  .u-pt120-sm {
    padding-top: 120px !important;
  }
  .u-pt130-sm {
    padding-top: 130px !important;
  }
  .u-pt140-sm {
    padding-top: 140px !important;
  }
  .u-pt150-sm {
    padding-top: 150px !important;
  }
  .u-pt160-sm {
    padding-top: 160px !important;
  }
  .u-pt170-sm {
    padding-top: 170px !important;
  }
  .u-pt180-sm {
    padding-top: 180px !important;
  }
  .u-pt190-sm {
    padding-top: 190px !important;
  }
  .u-pt200-sm {
    padding-top: 200px !important;
  }
  .u-pt210-sm {
    padding-top: 210px !important;
  }
  .u-pt220-sm {
    padding-top: 220px !important;
  }
  .u-pt230-sm {
    padding-top: 230px !important;
  }
  .u-pt240-sm {
    padding-top: 240px !important;
  }
  .u-pt250-sm {
    padding-top: 250px !important;
  }
}
@media screen and (width < 1200px) {
  .u-pt0-md {
    padding-top: 0px !important;
  }
  .u-pt5-md {
    padding-top: 5px !important;
  }
  .u-pt10-md {
    padding-top: 10px !important;
  }
  .u-pt15-md {
    padding-top: 15px !important;
  }
  .u-pt20-md {
    padding-top: 20px !important;
  }
  .u-pt25-md {
    padding-top: 25px !important;
  }
  .u-pt30-md {
    padding-top: 30px !important;
  }
  .u-pt35-md {
    padding-top: 35px !important;
  }
  .u-pt40-md {
    padding-top: 40px !important;
  }
  .u-pt45-md {
    padding-top: 45px !important;
  }
  .u-pt50-md {
    padding-top: 50px !important;
  }
  .u-pt55-md {
    padding-top: 55px !important;
  }
  .u-pt60-md {
    padding-top: 60px !important;
  }
  .u-pt65-md {
    padding-top: 65px !important;
  }
  .u-pt70-md {
    padding-top: 70px !important;
  }
  .u-pt75-md {
    padding-top: 75px !important;
  }
  .u-pt80-md {
    padding-top: 80px !important;
  }
  .u-pt85-md {
    padding-top: 85px !important;
  }
  .u-pt90-md {
    padding-top: 90px !important;
  }
  .u-pt95-md {
    padding-top: 95px !important;
  }
  .u-pt100-md {
    padding-top: 100px !important;
  }
  .u-pt110-md {
    padding-top: 110px !important;
  }
  .u-pt120-md {
    padding-top: 120px !important;
  }
  .u-pt130-md {
    padding-top: 130px !important;
  }
  .u-pt140-md {
    padding-top: 140px !important;
  }
  .u-pt150-md {
    padding-top: 150px !important;
  }
  .u-pt160-md {
    padding-top: 160px !important;
  }
  .u-pt170-md {
    padding-top: 170px !important;
  }
  .u-pt180-md {
    padding-top: 180px !important;
  }
  .u-pt190-md {
    padding-top: 190px !important;
  }
  .u-pt200-md {
    padding-top: 200px !important;
  }
  .u-pt210-md {
    padding-top: 210px !important;
  }
  .u-pt220-md {
    padding-top: 220px !important;
  }
  .u-pt230-md {
    padding-top: 230px !important;
  }
  .u-pt240-md {
    padding-top: 240px !important;
  }
  .u-pt250-md {
    padding-top: 250px !important;
  }
}
.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pb110 {
  padding-bottom: 110px !important;
}

.u-pb120 {
  padding-bottom: 120px !important;
}

.u-pb130 {
  padding-bottom: 130px !important;
}

.u-pb140 {
  padding-bottom: 140px !important;
}

.u-pb150 {
  padding-bottom: 150px !important;
}

.u-pb160 {
  padding-bottom: 160px !important;
}

.u-pb170 {
  padding-bottom: 170px !important;
}

.u-pb180 {
  padding-bottom: 180px !important;
}

.u-pb190 {
  padding-bottom: 190px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

.u-pb210 {
  padding-bottom: 210px !important;
}

.u-pb220 {
  padding-bottom: 220px !important;
}

.u-pb230 {
  padding-bottom: 230px !important;
}

.u-pb240 {
  padding-bottom: 240px !important;
}

.u-pb250 {
  padding-bottom: 250px !important;
}

@media screen and (width < 1200px) {
  .u-pb0-md {
    padding-bottom: 0px !important;
  }
  .u-pb5-md {
    padding-bottom: 5px !important;
  }
  .u-pb10-md {
    padding-bottom: 10px !important;
  }
  .u-pb15-md {
    padding-bottom: 15px !important;
  }
  .u-pb20-md {
    padding-bottom: 20px !important;
  }
  .u-pb25-md {
    padding-bottom: 25px !important;
  }
  .u-pb30-md {
    padding-bottom: 30px !important;
  }
  .u-pb35-md {
    padding-bottom: 35px !important;
  }
  .u-pb40-md {
    padding-bottom: 40px !important;
  }
  .u-pb45-md {
    padding-bottom: 45px !important;
  }
  .u-pb50-md {
    padding-bottom: 50px !important;
  }
  .u-pb55-md {
    padding-bottom: 55px !important;
  }
  .u-pb60-md {
    padding-bottom: 60px !important;
  }
  .u-pb65-md {
    padding-bottom: 65px !important;
  }
  .u-pb70-md {
    padding-bottom: 70px !important;
  }
  .u-pb75-md {
    padding-bottom: 75px !important;
  }
  .u-pb80-md {
    padding-bottom: 80px !important;
  }
  .u-pb85-md {
    padding-bottom: 85px !important;
  }
  .u-pb90-md {
    padding-bottom: 90px !important;
  }
  .u-pb95-md {
    padding-bottom: 95px !important;
  }
  .u-pb100-md {
    padding-bottom: 100px !important;
  }
  .u-pb110-md {
    padding-bottom: 110px !important;
  }
  .u-pb120-md {
    padding-bottom: 120px !important;
  }
  .u-pb130-md {
    padding-bottom: 130px !important;
  }
  .u-pb140-md {
    padding-bottom: 140px !important;
  }
  .u-pb150-md {
    padding-bottom: 150px !important;
  }
  .u-pb160-md {
    padding-bottom: 160px !important;
  }
  .u-pb170-md {
    padding-bottom: 170px !important;
  }
  .u-pb180-md {
    padding-bottom: 180px !important;
  }
  .u-pb190-md {
    padding-bottom: 190px !important;
  }
  .u-pb200-md {
    padding-bottom: 200px !important;
  }
  .u-pb210-md {
    padding-bottom: 210px !important;
  }
  .u-pb220-md {
    padding-bottom: 220px !important;
  }
  .u-pb230-md {
    padding-bottom: 230px !important;
  }
  .u-pb240-md {
    padding-bottom: 240px !important;
  }
  .u-pb250-md {
    padding-bottom: 250px !important;
  }
}
@media screen and (width < 768px) {
  .u-pb0-sm {
    padding-bottom: 0px !important;
  }
  .u-pb5-sm {
    padding-bottom: 5px !important;
  }
  .u-pb10-sm {
    padding-bottom: 10px !important;
  }
  .u-pb15-sm {
    padding-bottom: 15px !important;
  }
  .u-pb20-sm {
    padding-bottom: 20px !important;
  }
  .u-pb25-sm {
    padding-bottom: 25px !important;
  }
  .u-pb30-sm {
    padding-bottom: 30px !important;
  }
  .u-pb35-sm {
    padding-bottom: 35px !important;
  }
  .u-pb40-sm {
    padding-bottom: 40px !important;
  }
  .u-pb45-sm {
    padding-bottom: 45px !important;
  }
  .u-pb50-sm {
    padding-bottom: 50px !important;
  }
  .u-pb55-sm {
    padding-bottom: 55px !important;
  }
  .u-pb60-sm {
    padding-bottom: 60px !important;
  }
  .u-pb65-sm {
    padding-bottom: 65px !important;
  }
  .u-pb70-sm {
    padding-bottom: 70px !important;
  }
  .u-pb75-sm {
    padding-bottom: 75px !important;
  }
  .u-pb80-sm {
    padding-bottom: 80px !important;
  }
  .u-pb85-sm {
    padding-bottom: 85px !important;
  }
  .u-pb90-sm {
    padding-bottom: 90px !important;
  }
  .u-pb95-sm {
    padding-bottom: 95px !important;
  }
  .u-pb100-sm {
    padding-bottom: 100px !important;
  }
  .u-pb110-sm {
    padding-bottom: 110px !important;
  }
  .u-pb120-sm {
    padding-bottom: 120px !important;
  }
  .u-pb130-sm {
    padding-bottom: 130px !important;
  }
  .u-pb140-sm {
    padding-bottom: 140px !important;
  }
  .u-pb150-sm {
    padding-bottom: 150px !important;
  }
  .u-pb160-sm {
    padding-bottom: 160px !important;
  }
  .u-pb170-sm {
    padding-bottom: 170px !important;
  }
  .u-pb180-sm {
    padding-bottom: 180px !important;
  }
  .u-pb190-sm {
    padding-bottom: 190px !important;
  }
  .u-pb200-sm {
    padding-bottom: 200px !important;
  }
  .u-pb210-sm {
    padding-bottom: 210px !important;
  }
  .u-pb220-sm {
    padding-bottom: 220px !important;
  }
  .u-pb230-sm {
    padding-bottom: 230px !important;
  }
  .u-pb240-sm {
    padding-bottom: 240px !important;
  }
  .u-pb250-sm {
    padding-bottom: 250px !important;
  }
}
.u-pl0 {
  padding-left: 0px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pl110 {
  padding-left: 110px !important;
}

.u-pl120 {
  padding-left: 120px !important;
}

.u-pl130 {
  padding-left: 130px !important;
}

.u-pl140 {
  padding-left: 140px !important;
}

.u-pl150 {
  padding-left: 150px !important;
}

.u-pl160 {
  padding-left: 160px !important;
}

.u-pl170 {
  padding-left: 170px !important;
}

.u-pl180 {
  padding-left: 180px !important;
}

.u-pl190 {
  padding-left: 190px !important;
}

.u-pl200 {
  padding-left: 200px !important;
}

.u-pl210 {
  padding-left: 210px !important;
}

.u-pl220 {
  padding-left: 220px !important;
}

.u-pl230 {
  padding-left: 230px !important;
}

.u-pl240 {
  padding-left: 240px !important;
}

.u-pl250 {
  padding-left: 250px !important;
}

@media screen and (width < 1200px) {
  .u-pl0-md {
    padding-left: 0px !important;
  }
  .u-pl5-md {
    padding-left: 5px !important;
  }
  .u-pl10-md {
    padding-left: 10px !important;
  }
  .u-pl15-md {
    padding-left: 15px !important;
  }
  .u-pl20-md {
    padding-left: 20px !important;
  }
  .u-pl25-md {
    padding-left: 25px !important;
  }
  .u-pl30-md {
    padding-left: 30px !important;
  }
  .u-pl35-md {
    padding-left: 35px !important;
  }
  .u-pl40-md {
    padding-left: 40px !important;
  }
  .u-pl45-md {
    padding-left: 45px !important;
  }
  .u-pl50-md {
    padding-left: 50px !important;
  }
  .u-pl55-md {
    padding-left: 55px !important;
  }
  .u-pl60-md {
    padding-left: 60px !important;
  }
  .u-pl65-md {
    padding-left: 65px !important;
  }
  .u-pl70-md {
    padding-left: 70px !important;
  }
  .u-pl75-md {
    padding-left: 75px !important;
  }
  .u-pl80-md {
    padding-left: 80px !important;
  }
  .u-pl85-md {
    padding-left: 85px !important;
  }
  .u-pl90-md {
    padding-left: 90px !important;
  }
  .u-pl95-md {
    padding-left: 95px !important;
  }
  .u-pl100-md {
    padding-left: 100px !important;
  }
  .u-pl110-md {
    padding-left: 110px !important;
  }
  .u-pl120-md {
    padding-left: 120px !important;
  }
  .u-pl130-md {
    padding-left: 130px !important;
  }
  .u-pl140-md {
    padding-left: 140px !important;
  }
  .u-pl150-md {
    padding-left: 150px !important;
  }
  .u-pl160-md {
    padding-left: 160px !important;
  }
  .u-pl170-md {
    padding-left: 170px !important;
  }
  .u-pl180-md {
    padding-left: 180px !important;
  }
  .u-pl190-md {
    padding-left: 190px !important;
  }
  .u-pl200-md {
    padding-left: 200px !important;
  }
  .u-pl210-md {
    padding-left: 210px !important;
  }
  .u-pl220-md {
    padding-left: 220px !important;
  }
  .u-pl230-md {
    padding-left: 230px !important;
  }
  .u-pl240-md {
    padding-left: 240px !important;
  }
  .u-pl250-md {
    padding-left: 250px !important;
  }
}
@media screen and (width < 768px) {
  .u-pl0-sm {
    padding-left: 0px !important;
  }
  .u-pl5-sm {
    padding-left: 5px !important;
  }
  .u-pl10-sm {
    padding-left: 10px !important;
  }
  .u-pl15-sm {
    padding-left: 15px !important;
  }
  .u-pl20-sm {
    padding-left: 20px !important;
  }
  .u-pl25-sm {
    padding-left: 25px !important;
  }
  .u-pl30-sm {
    padding-left: 30px !important;
  }
  .u-pl35-sm {
    padding-left: 35px !important;
  }
  .u-pl40-sm {
    padding-left: 40px !important;
  }
  .u-pl45-sm {
    padding-left: 45px !important;
  }
  .u-pl50-sm {
    padding-left: 50px !important;
  }
  .u-pl55-sm {
    padding-left: 55px !important;
  }
  .u-pl60-sm {
    padding-left: 60px !important;
  }
  .u-pl65-sm {
    padding-left: 65px !important;
  }
  .u-pl70-sm {
    padding-left: 70px !important;
  }
  .u-pl75-sm {
    padding-left: 75px !important;
  }
  .u-pl80-sm {
    padding-left: 80px !important;
  }
  .u-pl85-sm {
    padding-left: 85px !important;
  }
  .u-pl90-sm {
    padding-left: 90px !important;
  }
  .u-pl95-sm {
    padding-left: 95px !important;
  }
  .u-pl100-sm {
    padding-left: 100px !important;
  }
  .u-pl110-sm {
    padding-left: 110px !important;
  }
  .u-pl120-sm {
    padding-left: 120px !important;
  }
  .u-pl130-sm {
    padding-left: 130px !important;
  }
  .u-pl140-sm {
    padding-left: 140px !important;
  }
  .u-pl150-sm {
    padding-left: 150px !important;
  }
  .u-pl160-sm {
    padding-left: 160px !important;
  }
  .u-pl170-sm {
    padding-left: 170px !important;
  }
  .u-pl180-sm {
    padding-left: 180px !important;
  }
  .u-pl190-sm {
    padding-left: 190px !important;
  }
  .u-pl200-sm {
    padding-left: 200px !important;
  }
  .u-pl210-sm {
    padding-left: 210px !important;
  }
  .u-pl220-sm {
    padding-left: 220px !important;
  }
  .u-pl230-sm {
    padding-left: 230px !important;
  }
  .u-pl240-sm {
    padding-left: 240px !important;
  }
  .u-pl250-sm {
    padding-left: 250px !important;
  }
}
.u-pr0 {
  padding-right: 0px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pr110 {
  padding-right: 110px !important;
}

.u-pr120 {
  padding-right: 120px !important;
}

.u-pr130 {
  padding-right: 130px !important;
}

.u-pr140 {
  padding-right: 140px !important;
}

.u-pr150 {
  padding-right: 150px !important;
}

.u-pr160 {
  padding-right: 160px !important;
}

.u-pr170 {
  padding-right: 170px !important;
}

.u-pr180 {
  padding-right: 180px !important;
}

.u-pr190 {
  padding-right: 190px !important;
}

.u-pr200 {
  padding-right: 200px !important;
}

.u-pr210 {
  padding-right: 210px !important;
}

.u-pr220 {
  padding-right: 220px !important;
}

.u-pr230 {
  padding-right: 230px !important;
}

.u-pr240 {
  padding-right: 240px !important;
}

.u-pr250 {
  padding-right: 250px !important;
}

@media screen and (width < 1200px) {
  .u-pr0-md {
    padding-right: 0px !important;
  }
  .u-pr5-md {
    padding-right: 5px !important;
  }
  .u-pr10-md {
    padding-right: 10px !important;
  }
  .u-pr15-md {
    padding-right: 15px !important;
  }
  .u-pr20-md {
    padding-right: 20px !important;
  }
  .u-pr25-md {
    padding-right: 25px !important;
  }
  .u-pr30-md {
    padding-right: 30px !important;
  }
  .u-pr35-md {
    padding-right: 35px !important;
  }
  .u-pr40-md {
    padding-right: 40px !important;
  }
  .u-pr45-md {
    padding-right: 45px !important;
  }
  .u-pr50-md {
    padding-right: 50px !important;
  }
  .u-pr55-md {
    padding-right: 55px !important;
  }
  .u-pr60-md {
    padding-right: 60px !important;
  }
  .u-pr65-md {
    padding-right: 65px !important;
  }
  .u-pr70-md {
    padding-right: 70px !important;
  }
  .u-pr75-md {
    padding-right: 75px !important;
  }
  .u-pr80-md {
    padding-right: 80px !important;
  }
  .u-pr85-md {
    padding-right: 85px !important;
  }
  .u-pr90-md {
    padding-right: 90px !important;
  }
  .u-pr95-md {
    padding-right: 95px !important;
  }
  .u-pr100-md {
    padding-right: 100px !important;
  }
  .u-pr110-md {
    padding-right: 110px !important;
  }
  .u-pr120-md {
    padding-right: 120px !important;
  }
  .u-pr130-md {
    padding-right: 130px !important;
  }
  .u-pr140-md {
    padding-right: 140px !important;
  }
  .u-pr150-md {
    padding-right: 150px !important;
  }
  .u-pr160-md {
    padding-right: 160px !important;
  }
  .u-pr170-md {
    padding-right: 170px !important;
  }
  .u-pr180-md {
    padding-right: 180px !important;
  }
  .u-pr190-md {
    padding-right: 190px !important;
  }
  .u-pr200-md {
    padding-right: 200px !important;
  }
  .u-pr210-md {
    padding-right: 210px !important;
  }
  .u-pr220-md {
    padding-right: 220px !important;
  }
  .u-pr230-md {
    padding-right: 230px !important;
  }
  .u-pr240-md {
    padding-right: 240px !important;
  }
  .u-pr250-md {
    padding-right: 250px !important;
  }
}
@media screen and (width < 768px) {
  .u-pr0-sm {
    padding-right: 0px !important;
  }
  .u-pr5-sm {
    padding-right: 5px !important;
  }
  .u-pr10-sm {
    padding-right: 10px !important;
  }
  .u-pr15-sm {
    padding-right: 15px !important;
  }
  .u-pr20-sm {
    padding-right: 20px !important;
  }
  .u-pr25-sm {
    padding-right: 25px !important;
  }
  .u-pr30-sm {
    padding-right: 30px !important;
  }
  .u-pr35-sm {
    padding-right: 35px !important;
  }
  .u-pr40-sm {
    padding-right: 40px !important;
  }
  .u-pr45-sm {
    padding-right: 45px !important;
  }
  .u-pr50-sm {
    padding-right: 50px !important;
  }
  .u-pr55-sm {
    padding-right: 55px !important;
  }
  .u-pr60-sm {
    padding-right: 60px !important;
  }
  .u-pr65-sm {
    padding-right: 65px !important;
  }
  .u-pr70-sm {
    padding-right: 70px !important;
  }
  .u-pr75-sm {
    padding-right: 75px !important;
  }
  .u-pr80-sm {
    padding-right: 80px !important;
  }
  .u-pr85-sm {
    padding-right: 85px !important;
  }
  .u-pr90-sm {
    padding-right: 90px !important;
  }
  .u-pr95-sm {
    padding-right: 95px !important;
  }
  .u-pr100-sm {
    padding-right: 100px !important;
  }
  .u-pr110-sm {
    padding-right: 110px !important;
  }
  .u-pr120-sm {
    padding-right: 120px !important;
  }
  .u-pr130-sm {
    padding-right: 130px !important;
  }
  .u-pr140-sm {
    padding-right: 140px !important;
  }
  .u-pr150-sm {
    padding-right: 150px !important;
  }
  .u-pr160-sm {
    padding-right: 160px !important;
  }
  .u-pr170-sm {
    padding-right: 170px !important;
  }
  .u-pr180-sm {
    padding-right: 180px !important;
  }
  .u-pr190-sm {
    padding-right: 190px !important;
  }
  .u-pr200-sm {
    padding-right: 200px !important;
  }
  .u-pr210-sm {
    padding-right: 210px !important;
  }
  .u-pr220-sm {
    padding-right: 220px !important;
  }
  .u-pr230-sm {
    padding-right: 230px !important;
  }
  .u-pr240-sm {
    padding-right: 240px !important;
  }
  .u-pr250-sm {
    padding-right: 250px !important;
  }
}
.u-hover-o50 {
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-o50:hover {
    opacity: 0.5;
  }
}

.u-hover-o60 {
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-o60:hover {
    opacity: 0.6;
  }
}

.u-hover-o70 {
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-o70:hover {
    opacity: 0.7;
  }
}

.u-hover-o80 {
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-o80:hover {
    opacity: 0.7;
  }
}

.u-clearfix::after,
.u-clearfix::before {
  display: block;
  clear: both;
  content: "";
}

.u-clearfix {
  display: block;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*# sourceMappingURL=style.css.map */
