@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  color: #444;
  font-family: "Noto Sans JP", "Helvetica", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "Arial", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0 0 24px;
  line-height: 1.5;
}
h2 {
  line-height: 1.5;
  margin: 0 0 24px;
  font-weight: normal;
}
h3 {
  line-height: 1.5;
  margin: 0 0 24px;
  font-weight: normal;
}
h4 {
  line-height: 1.5;
  margin: 0 0 24px;
  font-weight: normal;
}
h5 {
  line-height: 1.5;
  margin: 0 0 24px;
  font-weight: normal;
}
P {
  line-height: 1.8;
  margin: 0;
  padding: 0 0 0.5rem;
  text-align: justify;
}
SMALL {
  line-height: 1.4;
}
figure {
  margin: 0;
  padding: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top: 1px solid #d7d7d7;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #004ea2;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
a:hover {
  color: #526770;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
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;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
BODY {
  padding-top: 60px;
}
@media only screen and (min-width: 1080px) {
  BODY {
    padding-top: 90px;
  }
}
.siteheader {
  display: grid;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 999;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 12px;
  grid-template-columns: 300px 1fr;
}
@media only screen and (min-width: 1080px) {
  .siteheader {
    grid-auto-rows: 45px 25px;
    grid-template-columns: 320px 1fr 180px;
  }
}
@media only screen and (min-width: 1280px) {
  .siteheader {
    grid-template-columns: 360px 1fr 180px;
  }
}
.siteheader-logo {
  /* z-index: 999; */
  margin: 12px 0 0 12px;
}
@media only screen and (min-width: 1140px) {
  .siteheader-logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.siteheader-logo IMG {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.siteheader-globalnav {
  align-self: start;
  justify-self: end;
}
@media only screen and (min-width: 1080px) {
  .siteheader-globalnav {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media only screen and (min-width: ) {
  .siteheader-globalnav {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.siteheader-globalnav_top {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: end;
  justify-self: end;
}
.siteheader-bnr {
  display: none;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media only screen and (min-width: 1080px) {
  .siteheader-bnr {
    margin: 0;
    display: flex;
    padding: 0;
    line-height: 1;
    flex-direction: column;
  }
}
.siteheader-bnr_contact {
  margin: 0;
  display: flex;
  align-items: center;
  height: 45px;
}
.siteheader-bnr_contact A {
  background: #004ea2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.siteheader-bnr_contact A:hover {
  background: #526770;
}
@media only screen and (min-width: 1080px) {
  .siteheader-bnr_contact A {
    width: 100%;
    height: 100%;
  }
}
.siteheader-bnr_chemicalnavi {
  display: flex;
  height: 45px;
  align-items: center;
  background: #fff;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.siteheader-bnr_chemicalnavi A {
  display: block;
  text-align: center;
  width: 100%;
}
.siteheader-bnr_chemicalnavi IMG {
  max-width: 140px;
}
.globalnav {
  width: 55px;
  height: 55px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004ea2;
}
@media only screen and (min-width: 1080px) {
  .globalnav {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    background: none;
    height: auto;
  }
}
.globalnav-toggle {
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 999;
}
@media only screen and (min-width: 1080px) {
  .globalnav-toggle {
    display: none;
  }
}
.globalnav-toggle I {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.globalnav-toggle I:nth-child(1) {
  top: 0;
}
.globalnav-toggle I:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.globalnav-toggle I:nth-child(3) {
  bottom: 0;
}
.globalnav-toggle.show I:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.globalnav-toggle.show I:nth-child(2) {
  opacity: 0;
}
.globalnav-toggle.show I:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}
@media only screen and (min-width: 1080px) {
  .globalnav-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 99;
    position: relative;
  }
  .globalnav-list LI {
    list-style: none;
    padding: 0;
    margin: 0 0 0 12px;
  }
}
@media only screen and (min-width: 1080px) and (min-width: 1280px) {
  .globalnav-list LI {
    margin: 0 0 0 24px;
  }
}
@media only screen and (min-width: 1080px) and (min-width: 1500px) {
  .globalnav-list LI {
    margin: 0 0 0 48px;
  }
}
@media only screen and (min-width: 1080px) {
  .globalnav-list LI:nth-child(2) {
    margin-left: 0;
  }
  .globalnav-list LI A {
    transition: all 0.5s ease 0s;
    letter-spacing: 0.1rem;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1080px) and (min-width: 1140px) {
  .globalnav-list LI A {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1080px) and (min-width: 1280px) {
  .globalnav-list LI A {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1080px) {
  .globalnav-list LI:hover A {
    color: #004ea2;
  }
  .globalnav-list LI.menu-item-has-children > A {
    display: flex;
    align-items: center;
  }
  .globalnav-list LI.menu-item-has-children > A:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M201.4%20374.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20306.7%2086.6%20169.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    margin-left: 0.3rem;
    padding: 8px;
    line-height: 1;
  }
  .globalnav-list LI .sub-menu {
    /*position:absolute;*/
    margin: 0;
    padding: 0;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 1080px) and (min-width: 1080px) {
  .globalnav-list LI .sub-menu {
    /* display:none*/
  }
}
@media only screen and (min-width: 1080px) {
  .globalnav-list LI .sub-menu_right {
    right: 0;
  }
  .globalnav-list LI .sub-menu LI {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .globalnav-list LI .sub-menu LI A {
    background: #eee;
    border-radius: 0;
    display: block;
    padding: 12px 24px;
    font-size: 14px;
  }
  .globalnav-list LI .sub-menu LI A:hover {
    background: #526770;
    color: #fff;
  }
  .globalnav-list LI .sub-menu LI:last-child A {
    border-radius: 0 0 4px 4px;
  }
  .globalnav-list LI.globalnav-list_sublist_contact {
    display: none;
  }
  .globalnav-list LI.globalnav-list_sublist_cheminavi {
    display: none;
  }
  .globalnav-list .globalnav-list_sublist_searchform,
  .globalnav-list .globalnav-list_sublist_language,
  .globalnav-list .globalnav-list_sublist_language_las {
    display: none;
  }
}
@media only screen and (max-width: 1079px) {
  .globalnav-list {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: calc(100vh - 100px);
    top: 60px;
    left: 0;
    margin: 0;
    padding: 0 0 50px 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    overflow: auto;
    box-shadow: 3px 3px 3px #000;
    transition: all 0.5s ease 0s;
    letter-spacing: 0.1rem;
  }
  .globalnav-list LI {
    margin: 0;
    padding: 0 48px;
    list-style: none;
    border-top: 1px solid #ccc;
  }
  .globalnav-list LI A,
  .globalnav-list LI.no-link {
    display: block;
    padding: 12px;
    border-radius: 4px;
    transition: all 0.5s ease 0s;
    letter-spacing: 0.1rem;
    color: #444;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1079px) and (min-width: 1200px) {
  .globalnav-list LI A {
    text-align: center;
    font-weight: 500;
  }
}
@media only screen and (max-width: 1079px) {
  .globalnav-list LI A:hover {
    background: #004ea2;
    color: #fff;
  }
  .globalnav-list LI A BR {
    display: none;
  }
  .globalnav-list LI .sub-menu {
    margin: 0 0 12px 0;
    padding: 0;
  }
}
@media only screen and (max-width: 1079px) and (min-width: 1080px) {
  .globalnav-list LI .sub-menu {
    background: #eee;
    border-radius: 2px;
    margin: 0;
  }
}
@media only screen and (max-width: 1079px) {
  .globalnav-list LI .sub-menu LI {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: none;
  }
  .globalnav-list LI .sub-menu LI A,
  .globalnav-list LI .sub-menu LI.no-link {
    display: block;
    font-weight: 500;
    padding: 8px 0 8px 24px;
  }
  .globalnav-list LI .sub-menu LI A:before {
    content: "- ";
  }
}
@media only screen and (max-width: 1079px) and (min-width: 992px) {
  .globalnav-list LI .sub-menu LI A {
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 1079px) {
  .globalnav-list .globalnav-list_sublist_searchform {
    margin: 0;
    border-top: none;
    padding: 24px 48px;
  }
  .globalnav-list .globalnav-list_sublist_searchform .form {
    display: flex;
  }
  .globalnav-list .globalnav-list_sublist_searchform .form INPUT[type="text"] {
    font-size: 13px;
    padding: 12px;
    flex-grow: 1;
  }
  .globalnav-list .globalnav-list_sublist_searchform .form BUTTON {
    border: none;
    background: none;
    cursor: pointer;
  }
  .globalnav-list .globalnav-list_sublist_cheminavi A {
    background: none;
    text-align: center;
  }
  .globalnav-list .globalnav-list_sublist_cheminavi A:hover {
    background: none;
  }
  .globalnav-list .globalnav-list_sublist_language {
    text-align: center;
    padding: 24px 0 !important;
  }
  .globalnav-list .globalnav-list_sublist_language A {
    display: inline-block;
    border: 1px solid #bcbcbc;
    font-size: 14px;
    font-weight: normal;
  }
  .globalnav-list .globalnav-list_sublist_language A:hover {
    background: #707070;
  }
  .globalnav-list.show {
    opacity: 1;
    visibility: visible;
  }
}
.globalnav-top {
  display: none;
}
@media only screen and (min-width: 1080px) {
  .globalnav-top {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 99;
    position: relative;
  }
}
.globalnav-top LI {
  list-style: none;
  padding: 0;
  line-height: 1;
}
.globalnav-top LI A {
  font-size: 14px;
  letter-spacing: 0;
  color: #444;
}
.globalnav-top LI A:hover {
  color: #526770;
}
.globalnav-top_logo {
  margin: 0 24px 0 0;
  max-width: 150px;
}
.globalnav-top_logo IMG {
  margin-top: 6px;
}
.globalnav-top_language {
  margin: 0 12px 0 0;
  padding: 0 12px 0 0 !important;
  border-right: 1px solid #707070;
}
.globalnav-top_searchform {
  margin: 4px 0 0 24px;
}
.globalnav-top_searchform .form {
  display: flex;
}
.globalnav-top_searchform .form INPUT[type="text"] {
  font-size: 13px;
  padding: 5px;
  width: 180px;
}
.globalnav-top_searchform .form BUTTON {
  border: none;
  background: none;
}
.maincontents {
  margin-bottom: 96px;
}
.maincontents-header {
  border-bottom: 1px solid #707070;
  padding: 0 0 12px 0;
  margin: 0 0 24px 0;
}
.maincontents-rightsidebar {
  width: calc(100% - 48px);
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 368px) {
  .maincontents-rightsidebar {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .maincontents-rightsidebar {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 528px;
  }
}
@media only screen and (min-width: 768px) {
  .maincontents-rightsidebar {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .maincontents-rightsidebar {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 944px;
  }
}
@media only screen and (min-width: 1200px) {
  .maincontents-rightsidebar {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1152px;
  }
}
@media only screen and (min-width: 1390px) {
  .maincontents-rightsidebar {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1342px;
  }
}
@media only screen and (min-width: 992px) {
  .maincontents-rightsidebar {
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr 280px;
  }
}
.sidebar {
  background: #f0f0f0;
  padding: 24px 24px 0 24px;
  margin-bottom: 96px;
}
.sidebar-title {
  color: #004ea2;
  font-size: 18px;
  border-bottom: 1px solid #707070;
  padding: 0 0 4px 0;
  margin: 0 0 12px 0;
}
.sidebar-title SPAN {
  display: inline-block;
  padding: 0 0 0 12px;
  font-size: 14px;
  color: #444;
}
.sidebar-nav {
  margin: 0 0 48px 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav LI {
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 1.3;
}
.sidebar-nav LI A {
  display: block;
}
.sidebar-nav LI A:before {
  content: "- ";
}
.sidebar-nav_postdate LI {
  line-height: 1.5;
}
.sidebar-nav_postdate LI A SPAN {
  display: block;
  color: #444;
  padding-left: 12px;
}
.sitefooter {
  background: #004ea2;
  margin: 0;
  padding: 48px 0 12px 0;
}
.sitefooter-logo {
  margin: 0 0 48px 0;
  max-width: 450px;
}
.sitefooter-nav {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .sitefooter-nav {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .sitefooter-nav {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .sitefooter-nav {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.sitefooter-nav UL {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0 12px 0 0;
}
.sitefooter-nav UL LI {
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.sitefooter-nav UL LI A {
  color: #fff;
  font-weight: 400;
}
.sitefooter-nav UL LI A:hover {
  color: #8a8a01;
}
.sitefooter-nav_child LI {
  font-size: 12px !important;
  margin: 12px 0 0 0 !important;
  display: flex;
  gap: 4px;
}
.sitefooter-nav_child LI:before {
  content: "-";
  color: #fff;
}
.sitefooter-sns {
  background: #f3f4f5;
  padding: 48px 0 48px 0;
}
.sitefooter-sns UL {
  display: flex;
  gap: 12px;
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.sitefooter-sns UL LI {
  margin: 0;
  padding: 0;
}
.sitefooter-sns UL LI A {
  color: #004ea2;
  display: flex;
  gap: 6px;
  align-items: center;
}
.sitefooter-sns UL LI A .sitefooter-sns_icon {
  fill: #004ea2;
  width: 40px;
}
.sitefooter-sns UL LI A:hover .sitefooter-sns_icon {
  fill: #526770;
}
.sitefooter-sns .button {
  font-size: 14px;
  background-size: 8px 16px;
  padding: 8px 42px 8px 42px !important;
}
.sitefooter-copyright {
  width: calc(100% - 48px);
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 0;
  display: block;
  font-size: 12px;
  text-align: right;
  color: #7d7d7d;
}
@media only screen and (min-width: 368px) {
  .sitefooter-copyright {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .sitefooter-copyright {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 528px;
  }
}
@media only screen and (min-width: 768px) {
  .sitefooter-copyright {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .sitefooter-copyright {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 944px;
  }
}
@media only screen and (min-width: 1200px) {
  .sitefooter-copyright {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1152px;
  }
}
@media only screen and (min-width: 1390px) {
  .sitefooter-copyright {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1342px;
  }
}
.container {
  width: calc(100% - 48px);
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 368px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 528px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 944px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1152px;
  }
}
@media only screen and (min-width: 1390px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1342px;
  }
}
.container-lg {
  width: calc(100% - 48px);
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 368px) {
  .container-lg {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 576px) {
  .container-lg {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 528px;
  }
}
@media only screen and (min-width: 768px) {
  .container-lg {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container-lg {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 944px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-lg {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 944px;
  }
}
@media only screen and (min-width: 1390px) {
  .container-lg {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 944px;
  }
}
.container-md {
  width: calc(100% - 48px);
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 368px) {
  .container-md {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 576px) {
  .container-md {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 528px;
  }
}
@media only screen and (min-width: 768px) {
  .container-md {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container-md {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 720px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-md {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 720px;
  }
}
@media only screen and (min-width: 1390px) {
  .container-md {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 720px;
  }
}
.container-sm {
  width: calc(100% - 24px);
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 368px) {
  .container-sm {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 576px) {
  .container-sm {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 528px;
  }
}
@media only screen and (min-width: 768px) {
  .container-sm {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 528px;
  }
}
@media only screen and (min-width: 992px) {
  .container-sm {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 528px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-sm {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 528px;
  }
}
@media only screen and (min-width: 1390px) {
  .container-sm {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 528px;
  }
}
.mainvisual-home {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainvisual-home_text H3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .mainvisual-home_text H3 {
    font-size: 32px;
    margin-bottom: 48px;
  }
}
.mainvisual-page {
  width: 80%;
  height: 200px;
  background-image: url("../images/home/mainvisual01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 110px 0;
}
@media only screen and (min-width: 768px) {
  .mainvisual-page {
    width: 70%;
    height: 270px;
    margin: 0 0 130px 0;
  }
}
@media only screen and (min-width: 992px) {
  .mainvisual-page {
    margin: 0 0 110px 0;
  }
}
.mainvisual-page:before {
  content: "";
  position: absolute;
  right: 0;
  top: 270px;
  background: #004ea2;
  width: 80%;
  height: 200px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .mainvisual-page:before {
    top: 300px;
    width: 70%;
    height: 270px;
  }
}
.mainvisual-image {
  position: relative;
  width: 100%;
}
.mainvisual-image:before {
  content: "";
  display: block;
  padding-top: 38%;
}
@media only screen and (min-width: 1598px) {
  .mainvisual-image:before {
    padding-top: 609px;
  }
}
.mainvisual-image-home {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 48px);
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 368px) {
  .mainvisual-image-home {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .mainvisual-image-home {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 528px;
  }
}
@media only screen and (min-width: 768px) {
  .mainvisual-image-home {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .mainvisual-image-home {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 944px;
  }
}
@media only screen and (min-width: 1200px) {
  .mainvisual-image-home {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1152px;
  }
}
@media only screen and (min-width: 1390px) {
  .mainvisual-image-home {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1342px;
  }
}
.mainvisual-image-home_text H3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .mainvisual-image-home_text H3 {
    font-size: 28px;
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .mainvisual-image-home_text H3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual-image-home_text .button {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 36px !important;
    padding-right: 18px !important;
  }
}
.mainvisual-image-page {
  width: 80%;
  height: 200px;
  background-image: url("../images/home/mainvisual01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 110px 0;
}
@media only screen and (min-width: 768px) {
  .mainvisual-image-page {
    width: 70%;
    height: 270px;
    margin: 0 0 130px 0;
  }
}
@media only screen and (min-width: 992px) {
  .mainvisual-image-page {
    margin: 0 0 110px 0;
  }
}
.mainvisual-image-page:before {
  content: "";
  position: absolute;
  right: 0;
  top: 270px;
  background: #004ea2;
  width: 80%;
  height: 200px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .mainvisual-image-page:before {
    top: 300px;
    width: 70%;
    height: 270px;
  }
}
.datalists {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .datalists {
    display: grid;
    gap: 0;
    grid-template-columns: [key] minmax(80px, min-content) [value] 1fr;
  }
}
.datalists DT {
  padding: 12px 0;
  margin: 0;
  color: #004ea2;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .datalists DT {
    grid-column: key;
    white-space: nowrap;
    padding: 24px 24px 24px 0;
    border-bottom: 1px solid #004ea2;
  }
}
.datalists DD {
  padding: 0 0 12px 0;
  margin: 0;
  line-height: 1.3;
  border-bottom: 1px solid #d7d7d7;
}
@media only screen and (min-width: 768px) {
  .datalists DD {
    grid-column: value;
    padding: 24px 0;
  }
}
.datalists DD A {
  color: #444;
  display: inline-block;
}
.datalists DD A:hover {
  color: #004ea2;
}
.datalists-default DT {
  font-weight: bold;
}
.datalists-default DD {
  margin: 0 0 24px 0;
}
.language_en .linklists {
  width: 100%;
  padding: 0;
  margin: 0;
}
.language_en .linklists DT {
  padding: 12px 0;
  margin: 0;
  color: #004ea2;
  line-height: 1.3;
}
.language_en .linklists DD {
  padding: 0 0 12px 0;
  margin: 0;
  line-height: 1.3;
  border-bottom: 1px solid #d7d7d7;
}
.language_en .linklists DD A {
  color: #444;
  display: inline-block;
}
.language_en .linklists DD A:hover {
  color: #004ea2;
}
.postlists {
  margin: 0;
  padding: 0;
  list-style: none;
}
.postlists-post {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .postlists-post {
    display: flex;
    align-items: flex-start;
    gap: 0 24px;
  }
}
.postlists-post_meta {
  width: 100%;
  padding-left: 12px;
  border-left: 3px solid #707070;
}
@media only screen and (min-width: 992px) {
  .postlists-post_meta {
    width: 100px;
  }
}
.postlists-post_body {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .postlists-post_body {
    flex: 1;
  }
}
.postlists-post_date {
  font-weight: 500;
  font-size: 17px;
}
.postlists-post_title {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 12px;
}
.postlists-post_eyecatch {
  padding: 0;
  margin: 0;
}
.postlists-post_eyecatch A {
  display: block;
}
.postlists-post_description {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}
.postlists-post_description A {
  display: block;
}
.postlists-post_description_eyecatch {
  width: 120px;
  height: auto;
  float: left;
  margin: 0 12px 12px 0;
}
@media only screen and (min-width: 768px) {
  .postlists-post_description_eyecatch {
    width: 150px;
  }
}
.postlists-post_readmore {
  padding: 0 12px;
  text-align: right;
}
.postlists-post_readmore .button-icon {
  fill: #004ea2;
  margin: 2px 0 0 0;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.postlists-post_readmore:hover .button-icon {
  fill: #526770;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.postlists-horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .postlists-horizontal {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.postlists-horizontal .postlists-post {
  display: block;
  width: 100%;
  margin: 0 0 48px 0;
  padding: 0;
}
.postlists-horizontal .postlists-post_title {
  padding: 0 12px;
}
.postlists-horizontal .postlists-post_eyecatch {
  padding: 0;
  margin: 0 12px 0;
}
@media only screen and (min-width: 992px) {
  .postlists-horizontal .postlists-post_eyecatch {
    float: none;
    width: 100%;
    margin: 0 0 12px 0;
  }
}
.postlists-horizontal .postlists-post_eyecatch IMG {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
}
.postlists-horizontal .postlists-post_description {
  padding: 0 12px;
}
.breadcrumb {
  width: calc(100% - 48px);
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  margin-bottom: 48px;
  font-size: 0.8rem;
}
@media only screen and (min-width: 368px) {
  .breadcrumb {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .breadcrumb {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 528px;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .breadcrumb {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 944px;
  }
}
@media only screen and (min-width: 1200px) {
  .breadcrumb {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1152px;
  }
}
@media only screen and (min-width: 1390px) {
  .breadcrumb {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1342px;
  }
}
.breadcrumb A,
.breadcrumb SPAN {
  text-transform: uppercase;
}
.wp-pagenavi {
  margin: 48px 0 24px 0;
  background: #d7d7d7;
  padding: 24px;
  border-radius: 4px;
  text-align: center;
}
.wp-pagenavi SPAN,
.wp-pagenavi A {
  background-color: #fff;
  padding: 12px;
  margin: 0 6px;
  border-radius: 2px;
}
.wp-pagenavi A:hover {
  background: #526770;
  color: #fff;
}
.headline-pagetitle {
  color: #444;
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 12px;
  line-height: 1.2;
}
.headline-pagetitle_en {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", "Helvetica", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "Arial", "メイリオ", "Meiryo", sans-serif;
  text-transform: uppercase;
  color: #004ea2;
  margin: 48px 0 24px 0;
  line-height: 1.2;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .headline-pagetitle_en {
    font-size: 2.6rem;
  }
}
.headline-lv1 {
  font-size: 1.8rem !important;
  letter-spacing: 0.1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", "Helvetica", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "Arial", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.3;
  text-align: center;
}
.headline-lv1:after {
  content: "";
  border-bottom: 3px solid #004ea2;
  width: 60px;
  display: block;
  margin: 12px auto;
}
.headline-lv2 {
  font-size: 2.4rem !important;
  letter-spacing: 0.1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", "Helvetica", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "Arial", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
  color: #004ea2;
}
.headline-lv2:after {
  content: "";
  border-bottom: 2px solid #004ea2;
  width: 60px;
  display: block;
  margin-top: 12px;
}
.headline-lv2 SPAN {
  color: #444;
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 12px;
}
.headline-lv3 {
  display: flex;
  align-items: center;
  color: #004ea2;
  font-weight: 500;
  gap: 24px;
}
.headline-lv3:after {
  border-top: 1px solid #004ea2;
  content: "";
  flex-grow: 1;
}
.headline-lv4 {
  color: #004ea2;
  padding: 0.8rem 0;
  margin-bottom: 24px;
  background-image: linear-gradient(90deg, #004ea2 0 30%, #bcbcbc 20%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: bottom;
  display: flex;
  align-items: center;
  gap: 24px;
}
.headline-lv5 {
  background: #f3f4f5;
  padding: 12px;
  line-height: 1.3;
  color: #004ea2;
  border-radius: 4px;
  font-size: 20px !important;
  font-weight: bold;
}
.headline-titlearea {
  background: #004ea2;
  text-align: center;
  margin: 24px 0;
  padding: 72px 0 48px 0;
}
.headline-titlearea_title {
  font-size: 28px;
  font-weight: normal;
  color: #fff;
}
.headline-titlearea_title:after {
  content: "";
  border-bottom: 2px solid #fff;
  width: 60px;
  display: block;
  margin: 12px auto 0 auto;
}
.icon-plusonimg_img {
  position: relative;
  width: 100%;
  display: block;
  z-index: 0;
}
.icon-plusonimg_img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.icon-plusonimg_img IMG {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.icon-plusonimg_img_svg {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  width: 20px;
  height: 20px;
  padding: 10px;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.icon-plusonimg_img_svg SVG {
  width: 20px;
  height: 20px;
  fill: #004ea2;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.icon-plusonimg_text {
  text-align: center;
  color: #444;
  padding: 6px 0 0 0;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.icon-plusonimg:hover .icon-plusonimg_text {
  color: #004ea2;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.icon-plusonimg:hover .icon-plusonimg_img:after {
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
  background-color: rgba(0, 78, 162, 0.2);
}
.icon-plusonimg:hover .icon-plusonimg_img_svg {
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
  background: #526770;
}
.icon-plusonimg:hover .icon-plusonimg_img_svg SVG {
  fill: #fff;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.icon-externallink {
  fill: #004ea2;
}
.icon-externallink:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23004ea2%22%20d%3D%22M256%2064C256%2046.33%20270.3%2032%20288%2032H415.1C415.1%2032%20415.1%2032%20415.1%2032C420.3%2032%20424.5%2032.86%20428.2%2034.43C431.1%2035.98%20435.5%2038.27%20438.6%2041.3C438.6%2041.35%20438.6%2041.4%20438.7%2041.44C444.9%2047.66%20447.1%2055.78%20448%2063.9C448%2063.94%20448%2063.97%20448%2064V192C448%20209.7%20433.7%20224%20416%20224C398.3%20224%20384%20209.7%20384%20192V141.3L214.6%20310.6C202.1%20323.1%20181.9%20323.1%20169.4%20310.6C156.9%20298.1%20156.9%20277.9%20169.4%20265.4L338.7%2096H288C270.3%2096%20256%2081.67%20256%2064V64zM0%20128C0%2092.65%2028.65%2064%2064%2064H160C177.7%2064%20192%2078.33%20192%2096C192%20113.7%20177.7%20128%20160%20128H64V416H352V320C352%20302.3%20366.3%20288%20384%20288C401.7%20288%20416%20302.3%20416%20320V416C416%20451.3%20387.3%20480%20352%20480H64C28.65%20480%200%20451.3%200%20416V128z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px;
  padding-left: 20px;
}
.coution-list {
  list-style: none;
  margin: 0 0 0 12px;
  position: relative;
  padding-left: 30px;
}
.coution-list LI {
  margin-bottom: 6px;
}
.coution-list LI:before {
  content: "(*)";
  position: absolute;
  left: 0;
  width: 25px;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-right P {
  text-align: right !important;
}
.text-italic {
  font-style: italic;
  display: contents;
}
.text-lead {
  font-size: 115%;
  margin-bottom: 24px;
}
.text-serif {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
}
.text-notice {
  color: #f95555;
}
.text-lg {
  font-size: 2rem;
}
.text-md {
  font-size: 1.5rem;
}
.text-sm {
  font-size: 0.8rem;
}
.text-ul_center {
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.text-color_primary {
  color: #004ea2;
}
.text-color_blue {
  color: #004ea2;
}
.text-color_pink {
  color: #c51247;
}
.text-color_green {
  color: #2d740a;
}
.text-color_yellow {
  color: #8a8a01;
}
.text-color_purple {
  color: #1024b7;
}
.text-color_orange {
  color: #f36300;
}
.button {
  border-width: 1px;
  border-style: solid;
  border-color: #004ea2;
  color: #fff;
  line-height: 1.3;
  padding: 12px 48px 16px 48px;
  text-align: center;
  background-color: #004ea2;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.button:hover {
  background-color: #f2fafe;
  color: #004ea2;
}
.button.button-icon_left {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M64%20448c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L178.8%20256L41.38%20118.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25l-160%20160C80.38%20444.9%2072.19%20448%2064%20448z%22%2F%3E%3C%2Fsvg%3E");
}
.button.button-icon_left:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23004ea2%22%20d%3D%22M64%20448c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L178.8%20256L41.38%20118.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25l-160%20160C80.38%20444.9%2072.19%20448%2064%20448z%22%2F%3E%3C%2Fsvg%3E");
}
.button.button-icon_externallink {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M256%2064C256%2046.33%20270.3%2032%20288%2032H415.1C415.1%2032%20415.1%2032%20415.1%2032C420.3%2032%20424.5%2032.86%20428.2%2034.43C431.1%2035.98%20435.5%2038.27%20438.6%2041.3C438.6%2041.35%20438.6%2041.4%20438.7%2041.44C444.9%2047.66%20447.1%2055.78%20448%2063.9C448%2063.94%20448%2063.97%20448%2064V192C448%20209.7%20433.7%20224%20416%20224C398.3%20224%20384%20209.7%20384%20192V141.3L214.6%20310.6C202.1%20323.1%20181.9%20323.1%20169.4%20310.6C156.9%20298.1%20156.9%20277.9%20169.4%20265.4L338.7%2096H288C270.3%2096%20256%2081.67%20256%2064V64zM0%20128C0%2092.65%2028.65%2064%2064%2064H160C177.7%2064%20192%2078.33%20192%2096C192%20113.7%20177.7%20128%20160%20128H64V416H352V320C352%20302.3%20366.3%20288%20384%20288C401.7%20288%20416%20302.3%20416%20320V416C416%20451.3%20387.3%20480%20352%20480H64C28.65%20480%200%20451.3%200%20416V128z%22%2F%3E%3C%2Fsvg%3E");
}
.button.button-icon_externallink:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23004ea2%22%20d%3D%22M256%2064C256%2046.33%20270.3%2032%20288%2032H415.1C415.1%2032%20415.1%2032%20415.1%2032C420.3%2032%20424.5%2032.86%20428.2%2034.43C431.1%2035.98%20435.5%2038.27%20438.6%2041.3C438.6%2041.35%20438.6%2041.4%20438.7%2041.44C444.9%2047.66%20447.1%2055.78%20448%2063.9C448%2063.94%20448%2063.97%20448%2064V192C448%20209.7%20433.7%20224%20416%20224C398.3%20224%20384%20209.7%20384%20192V141.3L214.6%20310.6C202.1%20323.1%20181.9%20323.1%20169.4%20310.6C156.9%20298.1%20156.9%20277.9%20169.4%20265.4L338.7%2096H288C270.3%2096%20256%2081.67%20256%2064V64zM0%20128C0%2092.65%2028.65%2064%2064%2064H160C177.7%2064%20192%2078.33%20192%2096C192%20113.7%20177.7%20128%20160%20128H64V416H352V320C352%20302.3%20366.3%20288%20384%20288C401.7%20288%20416%20302.3%20416%20320V416C416%20451.3%20387.3%20480%20352%20480H64C28.65%20480%200%20451.3%200%20416V128z%22%2F%3E%3C%2Fsvg%3E");
}
.button-primary_outline {
  border-color: #004ea2;
  color: #004ea2;
  background-color: #fff;
}
.button-primary_outline .button-icon {
  fill: #004ea2;
}
.button-primary_outline:hover {
  color: #526770;
  border-color: #526770;
}
.button-primary_outline:hover .button-icon {
  fill: #526770;
}
.button-white_outline {
  border-color: #fff;
}
.button-white_outline IMG {
  fill: #fff;
}
.button-white_outline:hover {
  color: #004ea2;
}
.button-white_outline:hover .button-icon {
  fill: #004ea2;
}
.button-icon {
  width: 15px;
  height: 15px;
  margin: 0 48px 0 0;
}
.button-icon_left {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23004ea2%22%20d%3D%22M64%20448c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L178.8%20256L41.38%20118.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25l-160%20160C80.38%20444.9%2072.19%20448%2064%20448z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 10px 20px;
  background-position: center left 12px;
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.button-icon_left:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%2302bdf4%22%20d%3D%22M64%20448c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L178.8%20256L41.38%20118.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25l-160%20160C80.38%20444.9%2072.19%20448%2064%20448z%22%2F%3E%3C%2Fsvg%3E");
}
.button-icon_up {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M352%20352c-8.188%200-16.38-3.125-22.62-9.375L192%20205.3l-137.4%20137.4c-12.5%2012.5-32.75%2012.5-45.25%200s-12.5-32.75%200-45.25l160-160c12.5-12.5%2032.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25C368.4%20348.9%20360.2%20352%20352%20352z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 15px 20px;
  background-position: center left 12px;
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.button-icon_up:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23004ea2%22%20d%3D%22M352%20352c-8.188%200-16.38-3.125-22.62-9.375L192%20205.3l-137.4%20137.4c-12.5%2012.5-32.75%2012.5-45.25%200s-12.5-32.75%200-45.25l160-160c12.5-12.5%2032.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25C368.4%20348.9%20360.2%20352%20352%20352z%22%2F%3E%3C%2Fsvg%3E");
}
.button-icon_externallink {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M256%2064C256%2046.33%20270.3%2032%20288%2032H415.1C415.1%2032%20415.1%2032%20415.1%2032C420.3%2032%20424.5%2032.86%20428.2%2034.43C431.1%2035.98%20435.5%2038.27%20438.6%2041.3C438.6%2041.35%20438.6%2041.4%20438.7%2041.44C444.9%2047.66%20447.1%2055.78%20448%2063.9C448%2063.94%20448%2063.97%20448%2064V192C448%20209.7%20433.7%20224%20416%20224C398.3%20224%20384%20209.7%20384%20192V141.3L214.6%20310.6C202.1%20323.1%20181.9%20323.1%20169.4%20310.6C156.9%20298.1%20156.9%20277.9%20169.4%20265.4L338.7%2096H288C270.3%2096%20256%2081.67%20256%2064V64zM0%20128C0%2092.65%2028.65%2064%2064%2064H160C177.7%2064%20192%2078.33%20192%2096C192%20113.7%20177.7%20128%20160%20128H64V416H352V320C352%20302.3%20366.3%20288%20384%20288C401.7%20288%20416%20302.3%20416%20320V416C416%20451.3%20387.3%20480%20352%20480H64C28.65%20480%200%20451.3%200%20416V128z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 16px 20px;
  background-position: center right 12px;
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.button-icon_externallink:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23004ea2%22%20d%3D%22M256%2064C256%2046.33%20270.3%2032%20288%2032H415.1C415.1%2032%20415.1%2032%20415.1%2032C420.3%2032%20424.5%2032.86%20428.2%2034.43C431.1%2035.98%20435.5%2038.27%20438.6%2041.3C438.6%2041.35%20438.6%2041.4%20438.7%2041.44C444.9%2047.66%20447.1%2055.78%20448%2063.9C448%2063.94%20448%2063.97%20448%2064V192C448%20209.7%20433.7%20224%20416%20224C398.3%20224%20384%20209.7%20384%20192V141.3L214.6%20310.6C202.1%20323.1%20181.9%20323.1%20169.4%20310.6C156.9%20298.1%20156.9%20277.9%20169.4%20265.4L338.7%2096H288C270.3%2096%20256%2081.67%20256%2064V64zM0%20128C0%2092.65%2028.65%2064%2064%2064H160C177.7%2064%20192%2078.33%20192%2096C192%20113.7%20177.7%20128%20160%20128H64V416H352V320C352%20302.3%20366.3%20288%20384%20288C401.7%20288%20416%20302.3%20416%20320V416C416%20451.3%20387.3%20480%20352%20480H64C28.65%20480%200%20451.3%200%20416V128z%22%2F%3E%3C%2Fsvg%3E");
}
.button-icon_download {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M448 416v-64c0-17.67-14.33-32-32-32s-32 14.33-32 32v64c0 17.67-14.33 32-32 32H96c-17.67 0-32-14.33-32-32v-64c0-17.67-14.33-32-32-32s-32 14.33-32 32v64c0 53.02 42.98 96 96 96h256C405 512 448 469 448 416zM246.6 342.6l128-128c12.51-12.51 12.49-32.76 0-45.25c-12.5-12.5-32.75-12.5-45.25 0L256 242.8V32c0-17.69-14.31-32-32-32S192 14.31 192 32v210.8L118.6 169.4c-12.5-12.5-32.75-12.5-45.25 0s-12.5 32.75 0 45.25l128 128C213.9 355.1 234.1 355.1 246.6 342.6z"/></svg>');
  background-repeat: no-repeat;
  background-size: 16px 20px;
  background-position: center right 12px;
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.button-icon_download:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23004ea2" d="M448 416v-64c0-17.67-14.33-32-32-32s-32 14.33-32 32v64c0 17.67-14.33 32-32 32H96c-17.67 0-32-14.33-32-32v-64c0-17.67-14.33-32-32-32s-32 14.33-32 32v64c0 53.02 42.98 96 96 96h256C405 512 448 469 448 416zM246.6 342.6l128-128c12.51-12.51 12.49-32.76 0-45.25c-12.5-12.5-32.75-12.5-45.25 0L256 242.8V32c0-17.69-14.31-32-32-32S192 14.31 192 32v210.8L118.6 169.4c-12.5-12.5-32.75-12.5-45.25 0s-12.5 32.75 0 45.25l128 128C213.9 355.1 234.1 355.1 246.6 342.6z"/></svg>');
}
.button-next {
  padding: 12px 12px 12px 24px !important;
  background: #fff;
  border: 1px solid #7d7d7d;
  color: #7d7d7d;
}
.button-next:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%237d7d7d%22%20d%3D%22M64%20448c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L178.8%20256L41.38%20118.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25l-160%20160C80.38%20444.9%2072.19%20448%2064%20448z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: center right 12px;
  width: 15px;
  height: 15px;
  padding-right: 24px !important;
}
.button-next:hover {
  background: #7d7d7d;
  color: #fff;
}
.button-next:hover:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M64%20448c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L178.8%20256L41.38%20118.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25l-160%20160C80.38%20444.9%2072.19%20448%2064%20448z%22%2F%3E%3C%2Fsvg%3E");
}
.button-prev {
  padding: 12px 24px 12px 12px !important;
  background: #fff;
  border: 1px solid #7d7d7d;
  color: #7d7d7d;
}
.button-prev:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%237d7d7d%22%20d%3D%22M192%20448c-8.188%200-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75%200-45.25l160-160c12.5-12.5%2032.75-12.5%2045.25%200s12.5%2032.75%200%2045.25L77.25%20256l137.4%20137.4c12.5%2012.5%2012.5%2032.75%200%2045.25C208.4%20444.9%20200.2%20448%20192%20448z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: center left 12px;
  width: 15px;
  height: 15px;
  padding-left: 24px !important;
}
.button-prev:hover {
  background: #7d7d7d;
  color: #fff;
}
.button-prev:hover:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M192%20448c-8.188%200-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75%200-45.25l160-160c12.5-12.5%2032.75-12.5%2045.25%200s12.5%2032.75%200%2045.25L77.25%20256l137.4%20137.4c12.5%2012.5%2012.5%2032.75%200%2045.25C208.4%20444.9%20200.2%20448%20192%20448z%22%2F%3E%3C%2Fsvg%3E");
}
.button-white_outline.button-icon_left {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M64%20448c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L178.8%20256L41.38%20118.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25l-160%20160C80.38%20444.9%2072.19%20448%2064%20448z%22%2F%3E%3C%2Fsvg%3E");
}
.button-white_outline.button-icon_left:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23004ea2%22%20d%3D%22M64%20448c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L178.8%20256L41.38%20118.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25l-160%20160C80.38%20444.9%2072.19%20448%2064%20448z%22%2F%3E%3C%2Fsvg%3E");
}
.button-primary_outline.button-icon_left {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23004ea2%22%20d%3D%22M64%20448c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L178.8%20256L41.38%20118.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25l-160%20160C80.38%20444.9%2072.19%20448%2064%20448z%22%2F%3E%3C%2Fsvg%3E");
}
.button-primary_outline.button-icon_left:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%2302bdf4%22%20d%3D%22M64%20448c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L178.8%20256L41.38%20118.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25l-160%20160C80.38%20444.9%2072.19%20448%2064%20448z%22%2F%3E%3C%2Fsvg%3E");
}
.table {
  border-collapse: collapse;
  width: 100%;
}
.table TR:first-child TH {
  border-top: solid 1px #bcbcbc;
}
.table TH {
  border-top: none;
  border-right: solid 1px #bcbcbc;
  border-bottom: none;
  border-left: solid 1px #bcbcbc;
  padding: 12px;
  text-wrap: nowrap;
  text-align: left;
  vertical-align: center;
  display: block;
  background: #f3f4f5;
}
@media only screen and (min-width: 768px) {
  .table TH {
    display: table-cell;
    border-top: solid 1px #bcbcbc;
    border-right: none;
    border-bottom: solid 1px #bcbcbc;
    border-left: solid 1px #bcbcbc;
    padding: 24px 24px;
  }
}
.table TD {
  border-top: solid 1px #bcbcbc;
  border-right: solid 1px #bcbcbc;
  border-bottom: solid 1px #bcbcbc;
  border-left: solid 1px #bcbcbc;
  padding: 12px;
  display: block;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .table TD {
    display: table-cell;
    border-top: solid 1px #bcbcbc;
    border-right: solid 1px #bcbcbc;
    border-bottom: solid 1px #bcbcbc;
    border-left: none;
    padding: 24px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .form-input {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.form-input DT {
  margin: 0;
  padding: 24px 0 6px 0;
}
.form-input DD {
  flex: 1;
  padding: 0 0 12px 0;
  margin: 0;
}
.form-input_checkbox {
  padding-top: 18px !important;
}
@media only screen and (min-width: 768px) {
  .form-input_checkbox {
    padding: 12px 0;
    display: flex;
    align-items: center;
  }
}
.form INPUT[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #7d7d7d;
  border-radius: 4px;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.form INPUT[type="text"]:focus {
  outline: none;
  box-shadow: 0 0 5px 1px #004ea2;
}
.form INPUT[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.form INPUT[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 5px 1px #004ea2;
}
.form INPUT[type="checkbox"] + LABEL {
  display: inline-block;
  font-size: 16px;
  margin: 0 24px 12px 0;
  width: calc(100% - 80px);
}
@media only screen and (min-width: 768px) {
  .form INPUT[type="checkbox"] + LABEL {
    width: auto;
    margin: 0 24px 0 0;
  }
}
.form INPUT[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.form INPUT[type="radio"]:focus {
  outline: none;
  box-shadow: 0 0 5px 1px #004ea2;
  border-radius: 50%;
}
.form INPUT[type="radio"] + LABEL {
  display: inline-block;
  font-size: 16px;
  margin: 0 24px 12px 0;
  width: calc(100% - 80px);
}
@media only screen and (min-width: 768px) {
  .form INPUT[type="radio"] + LABEL {
    width: auto;
    margin: 0 24px 0 0;
  }
}
.form TEXTAREA {
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #7d7d7d;
  border-radius: 4px;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.form TEXTAREA:focus {
  outline: none;
  box-shadow: 0 0 5px 1px #004ea2;
}
.form SELECT {
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #7d7d7d;
  border-radius: 4px;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.form SELECT:focus {
  outline: none;
  box-shadow: 0 0 5px 1px #004ea2;
}
.form-privacynotice {
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 24px;
}
.form-privacynotice P {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
.mw_wp_form SPAN.error {
  background: #ffdbdb;
  color: #f95555;
  padding: 12px;
  border-radius: 4px;
  display: block;
  margin: 12px 0 24px 0;
}
.mw_wp_form_confirm .form-input DT {
  font-weight: bold;
}
.mw_wp_form_confirm .form-input DD {
  border-bottom: 1px solid #707070;
  padding-bottom: 24px;
}
.hr {
  width: calc(100% - 48px);
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 368px) {
  .hr {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .hr {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 528px;
  }
}
@media only screen and (min-width: 768px) {
  .hr {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .hr {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 944px;
  }
}
@media only screen and (min-width: 1200px) {
  .hr {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1152px;
  }
}
@media only screen and (min-width: 1390px) {
  .hr {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1342px;
  }
}
.hr-footstamp {
  border-bottom: 1px solid #d7d7d7;
}
.hr-footstamp:after {
  content: "";
  background: url("../images/common/icon-footstamp-gray.png") no-repeat center center #fff;
  width: 36px;
  height: 36px;
  margin: -16px auto 0 auto;
  display: block;
  border-radius: 50%;
}
.bnrlists {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.bnrlists LI {
  padding: 12px;
  margin: 0;
  border: 1px solid #d7d7d7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bnrlists LI IMG {
  width: 180px;
  height: auto;
}
.gap-m0 {
  margin-top: 0px !important;
  margin-left: 0px !important;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
}
.gap-m1 {
  margin-top: 12px !important;
  margin-left: 12px !important;
  margin-bottom: 12px !important;
  margin-right: 12px !important;
}
.gap-m2 {
  margin-top: 24px !important;
  margin-left: 24px !important;
  margin-bottom: 24px !important;
  margin-right: 24px !important;
}
.gap-m3 {
  margin-top: 36px !important;
  margin-left: 36px !important;
  margin-bottom: 36px !important;
  margin-right: 36px !important;
}
.gap-m4 {
  margin-top: 48px !important;
  margin-left: 48px !important;
  margin-bottom: 48px !important;
  margin-right: 48px !important;
}
.gap-m5 {
  margin-top: 60px !important;
  margin-left: 60px !important;
  margin-bottom: 60px !important;
  margin-right: 60px !important;
}
.gap-m6 {
  margin-top: 72px !important;
  margin-left: 72px !important;
  margin-bottom: 72px !important;
  margin-right: 72px !important;
}
.gap-m7 {
  margin-top: 84px !important;
  margin-left: 84px !important;
  margin-bottom: 84px !important;
  margin-right: 84px !important;
}
.gap-m8 {
  margin-top: 96px !important;
  margin-left: 96px !important;
  margin-bottom: 96px !important;
  margin-right: 96px !important;
}
.gap-m9 {
  margin-top: 108px !important;
  margin-left: 108px !important;
  margin-bottom: 108px !important;
  margin-right: 108px !important;
}
.gap-mt0 {
  margin-top: 0px !important;
}
.gap-mt1 {
  margin-top: 12px !important;
}
.gap-mt2 {
  margin-top: 24px !important;
}
.gap-mt3 {
  margin-top: 36px !important;
}
.gap-mt4 {
  margin-top: 48px !important;
}
.gap-mt5 {
  margin-top: 60px !important;
}
.gap-mt6 {
  margin-top: 72px !important;
}
.gap-mt7 {
  margin-top: 84px !important;
}
.gap-mt8 {
  margin-top: 96px !important;
}
.gap-mt9 {
  margin-top: 108px !important;
}
.gap-ml0 {
  margin-left: 0px !important;
}
.gap-ml1 {
  margin-left: 12px !important;
}
.gap-ml2 {
  margin-left: 24px !important;
}
.gap-ml3 {
  margin-left: 36px !important;
}
.gap-ml4 {
  margin-left: 48px !important;
}
.gap-ml5 {
  margin-left: 60px !important;
}
.gap-ml6 {
  margin-left: 72px !important;
}
.gap-ml7 {
  margin-left: 84px !important;
}
.gap-ml8 {
  margin-left: 96px !important;
}
.gap-ml9 {
  margin-left: 108px !important;
}
.gap-mb0 {
  margin-bottom: 0px !important;
}
.gap-mb1 {
  margin-bottom: 12px !important;
}
.gap-mb2 {
  margin-bottom: 24px !important;
}
.gap-mb3 {
  margin-bottom: 36px !important;
}
.gap-mb4 {
  margin-bottom: 48px !important;
}
.gap-mb5 {
  margin-bottom: 60px !important;
}
.gap-mb6 {
  margin-bottom: 72px !important;
}
.gap-mb7 {
  margin-bottom: 84px !important;
}
.gap-mb8 {
  margin-bottom: 96px !important;
}
.gap-mb9 {
  margin-bottom: 108px !important;
}
.gap-mr0 {
  margin-right: 0px !important;
}
.gap-mr1 {
  margin-right: 12px !important;
}
.gap-mr2 {
  margin-right: 24px !important;
}
.gap-mr3 {
  margin-right: 36px !important;
}
.gap-mr4 {
  margin-right: 48px !important;
}
.gap-mr5 {
  margin-right: 60px !important;
}
.gap-mr6 {
  margin-right: 72px !important;
}
.gap-mr7 {
  margin-right: 84px !important;
}
.gap-mr8 {
  margin-right: 96px !important;
}
.gap-mr9 {
  margin-right: 108px !important;
}
.gap-p0 {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
}
.gap-p1 {
  padding-top: 12px !important;
  padding-left: 12px !important;
  padding-bottom: 12px !important;
  padding-right: 12px !important;
}
.gap-p2 {
  padding-top: 24px !important;
  padding-left: 24px !important;
  padding-bottom: 24px !important;
  padding-right: 24px !important;
}
.gap-p3 {
  padding-top: 36px !important;
  padding-left: 36px !important;
  padding-bottom: 36px !important;
  padding-right: 36px !important;
}
.gap-p4 {
  padding-top: 48px !important;
  padding-left: 48px !important;
  padding-bottom: 48px !important;
  padding-right: 48px !important;
}
.gap-p5 {
  padding-top: 60px !important;
  padding-left: 60px !important;
  padding-bottom: 60px !important;
  padding-right: 60px !important;
}
.gap-p6 {
  padding-top: 72px !important;
  padding-left: 72px !important;
  padding-bottom: 72px !important;
  padding-right: 72px !important;
}
.gap-p7 {
  padding-top: 84px !important;
  padding-left: 84px !important;
  padding-bottom: 84px !important;
  padding-right: 84px !important;
}
.gap-p8 {
  padding-top: 96px !important;
  padding-left: 96px !important;
  padding-bottom: 96px !important;
  padding-right: 96px !important;
}
.gap-p9 {
  padding-top: 108px !important;
  padding-left: 108px !important;
  padding-bottom: 108px !important;
  padding-right: 108px !important;
}
.gap-pt0 {
  padding-top: 0px !important;
}
.gap-pt1 {
  padding-top: 12px !important;
}
.gap-pt2 {
  padding-top: 24px !important;
}
.gap-pt3 {
  padding-top: 36px !important;
}
.gap-pt4 {
  padding-top: 48px !important;
}
.gap-pt5 {
  padding-top: 60px !important;
}
.gap-pt6 {
  padding-top: 72px !important;
}
.gap-pt7 {
  padding-top: 84px !important;
}
.gap-pt8 {
  padding-top: 96px !important;
}
.gap-pt9 {
  padding-top: 108px !important;
}
.gap-pl0 {
  padding-left: 0px !important;
}
.gap-pl1 {
  padding-left: 12px !important;
}
.gap-pl2 {
  padding-left: 24px !important;
}
.gap-pl3 {
  padding-left: 36px !important;
}
.gap-pl4 {
  padding-left: 48px !important;
}
.gap-pl5 {
  padding-left: 60px !important;
}
.gap-pl6 {
  padding-left: 72px !important;
}
.gap-pl7 {
  padding-left: 84px !important;
}
.gap-pl8 {
  padding-left: 96px !important;
}
.gap-pl9 {
  padding-left: 108px !important;
}
.gap-pb0 {
  padding-bottom: 0px !important;
}
.gap-pb1 {
  padding-bottom: 12px !important;
}
.gap-pb2 {
  padding-bottom: 24px !important;
}
.gap-pb3 {
  padding-bottom: 36px !important;
}
.gap-pb4 {
  padding-bottom: 48px !important;
}
.gap-pb5 {
  padding-bottom: 60px !important;
}
.gap-pb6 {
  padding-bottom: 72px !important;
}
.gap-pb7 {
  padding-bottom: 84px !important;
}
.gap-pb8 {
  padding-bottom: 96px !important;
}
.gap-pb9 {
  padding-bottom: 108px !important;
}
.gap-pr0 {
  padding-right: 0px !important;
}
.gap-pr1 {
  padding-right: 12px !important;
}
.gap-pr2 {
  padding-right: 24px !important;
}
.gap-pr3 {
  padding-right: 36px !important;
}
.gap-pr4 {
  padding-right: 48px !important;
}
.gap-pr5 {
  padding-right: 60px !important;
}
.gap-pr6 {
  padding-right: 72px !important;
}
.gap-pr7 {
  padding-right: 84px !important;
}
.gap-pr8 {
  padding-right: 96px !important;
}
.gap-pr9 {
  padding-right: 108px !important;
}
.bg-gray {
  padding: 48px;
  background: #f3f4f5;
}
.bg-blue {
  padding: 48px;
  background: #f2fafe;
}
.bg-pink {
  padding: 48px;
  background: #fff0f7;
}
.bg-green {
  padding: 48px;
  background: #edffe4;
}
.bg-yellow {
  padding: 48px;
  background: #ffffdf;
}
.bg-purple {
  padding: 48px;
  background: #e5e8ff;
}
.bg-orange {
  padding: 48px;
  background: #ffe5d3;
}
.bg-image {
  padding: 48px;
  background-image: url("../images/support/material/bg-photo.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-image_inner {
  background: rgba(255, 255, 255, 0.85);
  padding: 48px;
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.map IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.map-company {
  margin: 24px 0 96px 0;
}
.widget {
  margin-bottom: 48px;
  margin-bottom: 48px;
}
.widget-title {
  font-weight: 700;
  font-size: 20px;
  border-bottom: 1px solid #444;
  margin: 0 0 12px 0;
  padding: 0 0 6px 0;
  text-transform: uppercase;
}
.widget UL {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
}
.widget UL A {
  color: #444;
  display: block;
  padding: 5px 0 0 30px;
  line-height: 1.4;
}
.widget UL A:before {
  content: "";
  background-image: url("../images/common/linkarrow-short.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: center center;
  background-color: #444;
  margin-right: 8px;
  margin-bottom: -3px;
  margin-left: -30px;
  opacity: 1;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.widget UL A:hover {
  color: #004ea2;
}
.widget UL A:hover:before {
  background-color: #004ea2;
  opacity: 1;
}
.widget UL .post-date {
  margin: 0 0 12px 0;
  padding: 0 0 0 32px;
  display: block;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
}
.widget FORM DIV {
  display: flex;
  gap: 0;
}
.widget FORM DIV #s {
  left: 0;
  top: 0;
  outline: 0;
  height: 40px;
  padding: 0 10px;
  border-radius: 4px 0 0 4px;
  background: #eee;
  flex: 1;
  border: 1px solid #d7d7d7;
}
.widget FORM DIV #searchsubmit {
  width: 70px;
  height: 42px;
  right: 0;
  top: 0;
  border-radius: 0 4px 4px 0;
  background: #444;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
  cursor: pointer;
}
.widget FORM DIV #searchsubmit:hover {
  background: #004ea2;
}
.curriculum {
  background: #f3f4f5;
  padding: 24px;
}
.curriculum-item {
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 24px;
  margin: 0 0 24px 0;
}
@media only screen and (min-width: 768px) {
  .curriculum-item {
    display: grid;
    grid-template-columns: 220px 1fr;
  }
}
.curriculum-item_title {
  color: #004ea2;
}
@media only screen and (min-width: 768px) {
  .curriculum-item_title {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: center;
    text-align: center;
  }
}
.curriculum-item_theme {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .curriculum-item_theme {
    grid-row: 1/2;
    grid-column: 2/3;
    border-left: 1px solid #bcbcbc;
    padding-left: 24px;
  }
}
.curriculum-item_description {
  grid-row: 2/3;
  grid-column: 1/3;
  background: #f3f4f5;
  position: relative;
  padding: 24px;
}
.curriculum-item_description:before,
.curriculum-item_description:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
}
.curriculum-item_description:before {
  border-left: solid 2px #7d7d7d;
  border-top: solid 2px #7d7d7d;
  top: 0;
  left: 0;
}
.curriculum-item_description:after {
  border-right: solid 2px #7d7d7d;
  border-bottom: solid 2px #7d7d7d;
  bottom: 0;
  right: 0;
}
.curriculum-item P {
  margin: 0;
}
.curriculum-item UL {
  margin: 0;
}
.curriculum-item DL {
  display: grid;
  grid-template-columns: 4rem 1fr;
  grid: 12px;
  margin: 0;
}
.curriculum-item DL DT {
  width: 5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.curriculum-item DL DD {
  margin: 0;
  margin-bottom: 1rem;
}
.label {
  display: inline-block;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 2px;
  line-height: 1;
  text-wrap: nowrap;
  margin-right: 8px;
  margin-bottom: 8px;
  background: #004ea2;
  color: #fff;
}
.label-news {
  background: #7d7d7d;
  min-width: 5rem;
  text-align: center;
}
.label-corprate {
  background: #01a2ea;
}
.label-notice {
  background: #f95555;
}
A.label:hover {
  color: #fff;
  background: #000409;
}
.row {
  display: flex;
  gap: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.row-md {
  display: block;
}
@media only screen and (min-width: 768px) {
  .row-md {
    display: flex;
    gap: 48px;
  }
}
.row-md .col,
.row-md .col-1,
.row-md .col-2 {
  margin-bottom: 48px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .row-md .col,
  .row-md .col-1,
  .row-md .col-2 {
    margin-bottom: 0;
  }
}
.row-lg {
  display: block;
}
@media only screen and (min-width: 992px) {
  .row-lg {
    display: flex;
    gap: 48px;
  }
}
.row-lg .col,
.row-lg .col-1,
.row-lg .col-2 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .row-lg .col,
  .row-lg .col-1,
  .row-lg .col-2 {
    margin-bottom: 0;
  }
}
.row-reverse {
  flex-direction: row-reverse;
}
.col {
  flex: 1;
}
.col-1 {
  flex: 1;
}
.col-2 {
  flex: 2;
}
.col-3 {
  flex: 3;
}
.pagetop {
  margin: 48px 0 0 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
}
.pagetop A {
  width: 40px;
  height: 40px;
  background: #004ea2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagetop-icon {
  width: 15px;
  fill: #fff;
}
.numlist-support {
  background: #ece9e1;
  padding: 24px;
}
.numlist-support OL {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) {
  .numlist-support OL {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.numlist-support OL LI {
  margin: 0;
  text-align: center;
  border: 2px solid #004ea2;
  background: #fff;
  padding: 12px;
  font-size: 14px;
}
.numlist-support_num {
  font-size: 68px;
  display: block;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  color: #004ea2;
}
.numlist-support_title {
  color: #004ea2;
  display: block;
  font-size: 24px;
  border-bottom: 1px solid #bcbcbc;
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
}
.step {
  display: block;
}
@media only screen and (min-width: 992px) {
  .step {
    display: flex;
    gap: 4px;
  }
}
.step-item {
  flex: 1;
  border: 3px solid #d7d7d7;
  padding: 12px;
  border-radius: 15px;
}
.step-item H4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #004ea2;
  border-bottom: 2px dotted #7d7d7d;
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  height: 65px;
  display: grid;
  text-align: center;
  align-items: center;
}
.step-item H4 BR {
  display: none;
}
@media only screen and (min-width: 992px) {
  .step-item H4 BR {
    display: inline;
  }
}
.step-item FIGURE {
  text-align: center;
}
.step-item P {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .step-item P {
    text-align: left;
  }
}
.step-item UL {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .step-item UL {
    display: block;
  }
}
.step-item_arrow {
  text-align: center;
  margin: 4px 0;
}
@media only screen and (min-width: 992px) {
  .step-item_arrow {
    width: 30px;
    text-align: center;
    align-self: center;
    margin: 0px;
  }
}
.step-item_arrow IMG {
  transform: rotate(90deg);
}
@media only screen and (min-width: 992px) {
  .step-item_arrow IMG {
    transform: rotate(0deg);
  }
}
.search-list {
  list-style: none;
  margin: 0 0 48px 0;
  padding: 0;
}
.search-list LI {
  padding: 0 0 24px 0;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #707070;
}
.search-list_description {
  font-size: 14px;
  line-height: 1.4;
  display: block;
}
.accordion-button {
  padding: 24px;
  background: #f3f4f5;
  position: relative;
  font-size: 20px;
  cursor: pointer;
}
.accordion-button:before {
  content: "＋";
  position: absolute;
  right: 20px;
  color: #004ea2;
  font-size: 24px;
}
.accordion-button.accordion-active:before {
  content: "－";
}
.accordion-contents {
  display: none;
}
.iframe-video16by9 {
  position: relative;
  height: 0;
  margin: 0 auto;
  width: 100%;
  padding-top: 60%;
}
@media only screen and (min-width: 992px) {
  .iframe-video16by9 {
    width: 70%;
    padding-top: 42%;
  }
}
.iframe-video16by9 IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.snsbnr {
  width: 100%;
  padding: 0;
  margin: 24px 0;
  background-image: url("../images/home/sns-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: row-reverse;
}
.snsbnr_inner {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 24px;
}
@media only screen and (min-width: 576px) {
  .snsbnr_inner {
    width: 50%;
  }
}
.snsbnr_inner H3 {
  color: #fff;
  font-weight: 900;
  margin: 0 0 24px 0;
}
.pageanchor {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .pageanchor {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .pageanchor {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.pageanchor-list {
  margin: 0;
  padding: 0;
  display: flex;
}
.pageanchor-list A {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 20px;
  text-align: center;
  place-content: center;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #004ea2;
  line-height: 1.2;
  min-height: 38px;
}
.pageanchor-list A_anchorbg {
  background-image: url("../images/csr/common/pageanchor-bg.png");
  background-repeat: no-repeat;
  background-position: top left;
}
.pageanchor-list A:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M201.4%20374.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20306.7%2086.6%20169.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  margin-left: 0.3rem;
  padding: 8px;
  line-height: 1;
  text-align: right;
}
.pageanchor-list A:hover {
  background-color: #526770;
  color: #fff;
}
.pageanchor-list A:hover:after {
  filter: brightness(0%) invert(100%);
}
.home-news {
  height: 260px;
  overflow-x: scroll;
  margin-bottom: 48px;
}
.home-news::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.home-news::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.home-leadvisual {
  background: url("../images/home/leadvisual-bg.png") no-repeat right -200px center #004ea2;
  padding: 48px 0;
  margin-bottom: 48px;
}
.home-leadvisual_inner {
  width: 100%;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .home-leadvisual_inner {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) {
  .home-leadvisual_inner {
    width: 55%;
  }
}
.home-leadvisual_inner H2 {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 48px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6), 0px 0px 2px rgba(0, 0, 0, 0.9);
}
.home-leadvisual_inner P {
  margin-bottom: 48px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6), 0px 0px 2px rgba(0, 0, 0, 0.9);
}
.home-leadvisual_inner BR {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home-leadvisual_inner BR {
    display: inline;
  }
}
.home-service {
  margin-bottom: 48px;
}
.home-service_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) {
  .home-service_nav {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.home-service_nav_inline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.home-service_nav_inline LI {
  width: 47%;
  margin: 0 0 6px 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .home-service_nav_inline LI {
    width: 31%;
  }
}
.home-service_nav LI {
  margin: 0;
}
.home-service_nav LI IMG {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.home-product {
  margin-bottom: 96px;
}
.home-product_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .home-product_nav {
    display: flex;
    gap: 2px;
  }
}
.home-product_nav LI {
  margin: 0;
  padding: 0;
  width: 100%;
}
.home-product_nav LI A {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home-product_nav LI A {
    height: 300px;
  }
}
.home-product_nav LI A:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.home-product_nav LI H3 {
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6), 0px 0px 2px rgba(0, 0, 0, 0.9);
  font-weight: 500;
  margin-top: 24px;
  font-size: 1.4rem;
  z-index: 99;
}
.home-product_nav LI H3:after {
  content: "";
  border-bottom: 2px solid #fff;
  width: 60px;
  display: block;
  margin: 12px auto;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.home-product_nav_personalcare {
  background: url("../images/home/product01.png") no-repeat center center;
}
.home-product_nav_personalcare:after {
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
  background-color: rgba(0, 78, 162, 0.1);
}
.home-product_nav_personalcare:hover:after {
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
  background-color: rgba(0, 78, 162, 0.4);
}
.home-product_nav_medicine {
  background: url("../images/home/product02.png") no-repeat center center;
}
.home-product_nav_medicine:after {
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
  background-color: rgba(1, 204, 248, 0.1);
}
.home-product_nav_medicine:hover:after {
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
  background-color: rgba(1, 204, 248, 0.4);
}
.home-product_nav_chemical {
  background: url("../images/home/product03.png") no-repeat center center;
}
.home-product_nav_chemical:after {
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
  background-color: rgba(1, 248, 210, 0.1);
}
.home-product_nav_chemical:hover:after {
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
  background-color: rgba(1, 248, 210, 0.4);
}
.home-about {
  background: url("../images/home/about-bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 48px 0;
}
@media only screen and (min-width: 992px) {
  .home-about {
    padding: 48px;
  }
}
.home-about_headline {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", "Helvetica", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "Arial", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6), 0px 0px 2px rgba(0, 0, 0, 0.9);
}
.home-about_headline SPAN {
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  margin-left: 12px;
}
.home-about_nav UL {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-rows: 200px 200px 200px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 992px) {
  .home-about_nav UL {
    grid-template-rows: 200px 200px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home-about_nav UL LI {
  margin: 0;
  background-size: cover;
}
.home-about_nav UL LI A {
  background: rgba(255, 255, 255, 0);
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  height: 100%;
  flex-wrap: wrap;
  padding: 0 24px;
}
.home-about_nav UL LI A:hover {
  background: rgba(82, 103, 112, 0.2);
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.home-about_nav UL LI A SPAN {
  color: #444;
  font-size: 0.9rem;
  display: block;
  margin-top: 4px;
  width: 100%;
}
.home-about_nav_about {
  grid-row: 1/2;
  grid-column: 1/3;
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .home-about_nav_about {
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
.home-about_nav_about IMG {
  width: 100%;
  max-width: 100px;
  height: auto;
  margin: 0 auto 4px auto;
}
@media only screen and (min-width: 992px) {
  .home-about_nav_about IMG {
    max-width: 140px;
  }
}
.home-about_nav_companyprofile {
  grid-row: 2/3;
  grid-column: 1/2;
  background: url("../images/home/about02.png") no-repeat center center;
}
@media only screen and (min-width: 992px) {
  .home-about_nav_companyprofile {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.home-about_nav_globalnetwork {
  grid-row: 2/3;
  grid-column: 2/3;
  background: url("../images/home/about03.png") no-repeat center center;
}
@media only screen and (min-width: 992px) {
  .home-about_nav_globalnetwork {
    grid-row: 1/2;
    grid-column: 3/4;
  }
}
.home-about_nav_csr {
  grid-row: 3/4;
  grid-column: 1/2;
  background: url("../images/home/about04.png") no-repeat center center;
}
@media only screen and (min-width: 992px) {
  .home-about_nav_csr {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
.home-about_nav_recruit {
  grid-row: 3/4;
  grid-column: 2/3;
  background: url("../images/home/about05.png") no-repeat center center;
}
@media only screen and (min-width: 992px) {
  .home-about_nav_recruit {
    grid-row: 2/3;
    grid-column: 3/4;
  }
}
.home-pickup {
  background: #f2fafe;
  padding: 24px 0;
  margin: 24px 0 96px 0;
}
.home-pickup_headline {
  text-align: center;
  font-size: 2.4rem !important;
  letter-spacing: 0.1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", "Helvetica", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "Arial", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
  color: #004ea2;
  padding: 0 0 24px 0;
}
.home-links {
  margin-bottom: 96px;
}
.home-links_bnrlink {
  margin-bottom: 48px;
}
.home-links H3 {
  margin-bottom: 0;
}
.home-links_textlink LI {
  margin-bottom: 12px;
}
.home-links_textlink LI A {
  color: #444;
}
.home-links_textlink LI A:hover {
  color: #526770;
}
.home-links_bnrlink .swiper-button-prev,
.home-links_bnrlink .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #eee;
}
.home-links_bnrlink .swiper-button-prev:after,
.home-links_bnrlink .swiper-button-next:after {
  font-size: 16px;
}
.home-links_bnrlink .swiper-button-prev .swiper-slide A,
.home-links_bnrlink .swiper-button-next .swiper-slide A {
  display: block;
}
.home-links_bnrlink .swiper-button-prev {
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .home-links_bnrlink .swiper-button-prev {
    left: 50px;
  }
}
.home-links_bnrlink .swiper-button-next {
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .home-links_bnrlink .swiper-button-next {
    right: 50px;
  }
}
.post-date {
  font-weight: 500;
  font-size: 16px;
}
.post-title {
  font-size: 20px;
  color: #004ea2;
  margin: 0;
  padding: 4px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .post-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .post-title {
    font-size: 28px;
  }
}
.post-eyecatch {
  display: block;
  padding: 0 48px 24px 48px;
  text-align: center;
}
.post-body {
  margin-bottom: 48px;
}
.post-body IMG {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.post-body P + H1,
.post-body P + H2,
.post-body P + H3,
.post-body P + H4,
.post-body P + H5,
.post-body OL + H1,
.post-body OL + H2,
.post-body OL + H3,
.post-body OL + H4,
.post-body OL + H5,
.post-body UL + H1,
.post-body UL + H2,
.post-body UL + H3,
.post-body UL + H4,
.post-body UL + H5,
.post-body TABLE + H1,
.post-body TABLE + H2,
.post-body TABLE + H3,
.post-body TABLE + H4,
.post-body TABLE + H5,
.post-body .wp-block-table + H1,
.post-body .wp-block-table + H2,
.post-body .wp-block-table + H3,
.post-body .wp-block-table + H4,
.post-body .wp-block-table + H5 {
  margin-top: 48px;
}
.post-body P {
  margin-bottom: 12px;
}
.post-body TABLE {
  border-collapse: collapse;
}
.post-body TABLE TH,
.post-body TABLE TD {
  padding: 12px;
  border: 1px solid #d7d7d7;
}
.post-body TABLE TH {
  background-color: #f3f4f5;
}
.post-body .alignleft {
  max-width: 100%;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .post-body .alignleft {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .post-body .alignleft {
    max-width: 50%;
    text-align: left;
  }
}
.post-body .alignright {
  max-width: 100%;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .post-body .alignright {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .post-body .alignright {
    max-width: 50%;
    text-align: right;
  }
}
.post-body .img-alignleft {
  max-width: 100%;
  margin: 0 auto 12px auto;
  display: block;
  float: none;
}
@media only screen and (max-width: 767px) {
  .post-body .img-alignleft {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .post-body .img-alignleft {
    max-width: 50%;
    float: left;
    margin: 0 24px 24px 0;
  }
}
.post-body .img-alignright {
  max-width: 100%;
  margin: 0 auto 12px auto;
  display: block;
  float: none;
}
@media only screen and (max-width: 767px) {
  .post-body .img-alignright {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .post-body .img-alignright {
    max-width: 50%;
    float: right;
    margin: 0 0 24px 24px;
  }
}
.post-body .img-border {
  border-radius: 4px;
  border: 1px solid #707070;
}
.post-body .wp-block-image {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .post-body .wp-block-image:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .post-body .wp-block-image {
    width: 100%;
  }
}
.post-footer_pagenav {
  padding: 0;
  margin: 48px 0;
  list-style: none;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
.post-footer_pagenav LI {
  margin: 0;
  padding: 0;
}
.post-footer_pagenav_prev {
  text-align: left;
}
.post-footer_pagenav_next {
  text-align: right;
}
.post-singlebody H2 {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .post-singlebody H2 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .post-singlebody H2 {
    font-size: 24px;
  }
}
.post-singlebody H3 {
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #004ea2;
  font-weight: 500;
  gap: 24px;
}
.post-singlebody H3:after {
  border-top: 1px solid #004ea2;
  content: "";
  flex-grow: 1;
}
.post-singlebody H4 {
  font-size: 18px;
  color: #004ea2;
  padding: 0.8rem 0;
  margin-bottom: 24px;
  background-image: linear-gradient(90deg, #004ea2 0 30%, #bcbcbc 20%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: bottom;
  display: flex;
  align-items: center;
  gap: 24px;
}
.post-singlebody H5 {
  font-size: 16px;
  background: #f3f4f5;
  padding: 12px;
  line-height: 1.3;
  color: #004ea2;
  border-radius: 4px;
  font-size: 20px !important;
  font-weight: bold;
}
.post-body .corporate-mmv {
  border-radius: 4px;
  border: 2px solid #004ea2;
  margin: 96px 0;
  padding: 48px 48px 24px 48px;
  text-align: center;
  position: relative;
}
.post-body .corporate-mmv_label {
  display: block;
  text-align: center;
  margin: -70px 0 24px 0;
}
.post-body .corporate-mmv_label SPAN {
  display: inline-block;
  background: #004ea2;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 12px 48px;
}
.post-body .corporate-mmv H2 {
  margin: 12px 0 24px 0 !important;
  font-size: 2.4rem;
  text-align: center;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .post-body .corporate-mmv_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }
}
.post-body .corporate-mmv_list_item {
  border-radius: 2px;
  background: #f2fafe;
  padding: 24px;
  text-align: center;
  width: calc(100% - 48px);
}
@media only screen and (min-width: 768px) {
  .post-body .corporate-mmv_list_item {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .post-body .corporate-mmv_list_item {
    width: 28%;
  }
}
.post-body .corporate-mmv_list_item H3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
  color: #004ea2;
}
.post-body .corporate-mmv_list_item H4 {
  font-size: 16px;
  color: #004ea2;
  padding: 0;
  margin: 0 0 12px 0;
}
.post-body .corporate-mmv_list_item H4 BR {
  display: none;
}
@media only screen and (min-width: 576px) {
  .post-body .corporate-mmv_list_item H4 BR {
    display: inline-block;
  }
}
.post-body .corporate-mmv_list_item IMG {
  max-width: 180px;
}
.post-body .corporate-mmv_list_item OL {
  text-align: left;
  padding-left: 24px;
}
.post-body .corporate-mmv_list_item OL LI {
  text-align: justify;
  margin-bottom: 12px;
  font-size: 14px;
}
.post-body .corporate-outline_nav {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 24px;
}
.post-body .corporate-outline_nav LI {
  margin: 0;
  padding: 0;
  text-align: center;
}
.post-body .corporate-outline_nav LI IMG {
  border-radius: 0;
}
.post-body .corporate-group_list {
  background: #f2fafe;
  padding: 48px;
  margin-bottom: 48px;
}
.post-body .corporate-group_list_title {
  display: block;
}
.post-body .corporate-group_list_title IMG {
  display: block;
}
@media only screen and (min-width: 768px) {
  .post-body .corporate-group_list_title IMG {
    transform: scale(0.9);
    transform-origin: left top;
  }
}
.post-body .corporate-group_headerlogo {
  text-align: center;
}
.post-body .corporate-group_headerlogo IMG {
  max-width: 100px;
  margin-bottom: 12px;
}
.post-body .corporate-group_nav {
  background: #f3f4f5;
  padding: 96px 0 96px 0;
}
.post-body .corporate-group_nav_headline {
  font-size: 32px !important;
  color: #004ea2;
  text-align: center;
  text-transform: uppercase;
}
.post-body .corporate-group_nav_headline SPAN {
  display: block;
  font-size: 18px;
  color: #444;
}
.post-body .corporate-group_nav UL {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .post-body .corporate-group_nav UL {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.post-body .corporate-group_nav UL LI {
  margin: 0;
  padding: 0;
}
.post-body .corporate-group_nav UL LI A {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 24px 12px;
  height: calc(100% - 48px);
  color: #444;
}
.post-body .corporate-group_nav UL LI A:hover {
  background: #f2fafe;
}
.post-body .corporate-group_nav UL LI A IMG {
  max-width: 120px;
}
.language_en .post-body .corporate-mmv_list_item OL LI {
  text-align: left;
}
.post-body .csr-mission-vision {
  position: relative;
  margin: 0 0 48px 0;
}
.post-body .csr-mission-vision_inner {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .post-body .csr-mission-vision_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
  }
}
.post-body .csr-mission-vision_mission {
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  .post-body .csr-mission-vision_mission {
    overflow: visible;
  }
}
.post-body .csr-mission-vision_mission_fig {
  position: relative;
}
.post-body .csr-mission-vision_mission_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-34%, -48%) scale(2.8, 2.8);
}
@media only screen and (min-width: 992px) {
  .post-body .csr-mission-vision_mission_bg {
    transform: translate(-28%, -48%) scale(4.8, 4.8);
  }
}
.post-body .csr-mission-vision_vision {
  text-align: center;
}
.post-body .csr-mission-vision_arrow {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg) scale(0.8, 0.8);
}
@media only screen and (min-width: 992px) {
  .post-body .csr-mission-vision_arrow {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.post-body .csr-commitment {
  background-image: url("../images/csr/csr01/commit-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 24px 0;
  margin: 0 0 96px 0;
}
.post-body .csr-commitment_title {
  font-size: 1.4rem !important;
  letter-spacing: 0.1rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  color: #004ea2;
}
.post-body .csr-commitment_list {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .post-body .csr-commitment_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .post-body .csr-commitment_list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.post-body .csr-commitment_list LI {
  display: flex;
  margin: 0;
  padding: 12px;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  border-radius: 4px;
}
.post-body .csr-commitment_leadcopy {
  text-align: center;
}
.post-body .csr-visionnav {
  height: 280px;
  max-width: 480px;
  margin: 0 auto 24px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
  overflow: hidden;
}
.post-body .csr-visionnav:after {
  content: url("../images/csr/common/btn-vision_bg.png");
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.post-body .csr-visionnav:hover .csr-visionnav_button SPAN {
  background-color: #526770;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M64%20448c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L178.8%20256L41.38%20118.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25l-160%20160C80.38%20444.9%2072.19%20448%2064%20448z%22%2F%3E%3C%2Fsvg%3E");
}
.post-body .csr-visionnav_bg1 {
  background-image: url("../images/csr/csr01/btn-vision_photo01.jpg");
}
.post-body .csr-visionnav_bg2 {
  background-image: url("../images/csr/csr01/btn-vision_photo02.jpg");
}
.post-body .csr-visionnav_text {
  padding: 24px;
  z-index: 10;
  position: relative;
  color: #fff;
}
.post-body .csr-visionnav_text H4 {
  font-size: 1.3rem;
  margin: 0 0 12px 0;
  padding: 0;
}
.post-body .csr-visionnav_text P {
  width: 170px;
  line-height: 1.4;
  font-size: 0.9rem;
}
.post-body .csr-visionnav_button {
  padding: 24px;
  align-self: flex-end;
  z-index: 10;
  position: relative;
}
.post-body .csr-visionnav_button SPAN {
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23004ea2%22%20d%3D%22M64%20448c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L178.8%20256L41.38%20118.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25l-160%20160C80.38%20444.9%2072.19%20448%2064%20448z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: center right 12px;
  padding: 6px 48px;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.post-body .csr-actionnav {
  margin: 0 auto 24px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.post-body .csr-actionnav:before {
  content: url("../images/csr/common/pageanchor-bg.png");
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.post-body .csr-actionnav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 78, 162, 0.5);
}
.post-body .csr-actionnav:hover:after {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.post-body .csr-actionnav:hover H4 {
  color: #444;
}
.post-body .csr-actionnav:hover .csr-actionnav_button SPAN {
  background-color: #526770;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M64%20448c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L178.8%20256L41.38%20118.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25l-160%20160C80.38%20444.9%2072.19%20448%2064%20448z%22%2F%3E%3C%2Fsvg%3E");
}
.post-body .csr-actionnav_bg1 {
  background-image: url("../images/csr/common/photo-torikumi01.jpg");
}
.post-body .csr-actionnav_bg2 {
  background-image: url("../images/csr/common/photo-torikumi02.jpg");
}
.post-body .csr-actionnav_bg2.--new {
  background-image: url("../images/csr/common/menu-button-shizai.png");
  background-position: center 24%;
}
.post-body .csr-actionnav_bg3 {
  background-image: url("../images/csr/common/photo-torikumi03.jpg");
}
.post-body .csr-actionnav H4 {
  color: #fff;
  font-size: 1.3rem;
  margin: 0 0 12px 0;
  padding: 48px 12px 12px 12px;
  text-align: center;
  z-index: 10;
}
.post-body .csr-actionnav_button {
  padding: 24px;
  z-index: 10;
  position: relative;
  text-align: center;
}
.post-body .csr-actionnav_button SPAN {
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23004ea2%22%20d%3D%22M64%20448c-8.188%200-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75%200-45.25L178.8%20256L41.38%20118.6c-12.5-12.5-12.5-32.75%200-45.25s32.75-12.5%2045.25%200l160%20160c12.5%2012.5%2012.5%2032.75%200%2045.25l-160%20160C80.38%20444.9%2072.19%20448%2064%20448z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: center right 24px;
  padding: 6px 48px;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1rem;
}
.post-body .csr-downloadbutton {
  display: inline-block;
  background-image: url("../images/csr/csr01/icon-pdf.png");
  background-position: left 48px center;
  background-repeat: no-repeat;
  padding: 36px 48px 36px 130px;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 4px;
  border: 1px solid #707070;
  color: #444;
}
.post-body .csr-downloadbutton:hover {
  background-color: #ccc;
}
.post-body .csr-mainvisual {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 0 48px 0;
}
.post-body .csr-mainvisual:after {
  content: "";
  /* background-image: url("../images/csr/common/mainvisual-cover.png"); */
  background-image: url("../images/csr/common/mainvisual-cover-new.png");
  background-position: top 0 left -400px;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-body .csr-mainvisual.--new:after {
  background-image: url("../images/csr/common/sizai-mv.png");
  background-position: top;
  background-size: cover;
}
/*
@media only screen and (max-width: 768px) {
  .post-body .csr-mainvisual.--new:after {
    background-image: url("../images/csr/common/menu-button-shizai.png");
    background-position: top;
    background-size: cover;
  }
} */
@media only screen and (min-width: 768px) {
  .post-body .csr-mainvisual:after {
    background-position: top 0 left -300px;
  }
}

@media only screen and (min-width: 992px) {
  .post-body .csr-mainvisual:after {
    background-position: top 0 left 0;
  }
}
@media only screen and (min-width: 992px) {
  .post-body .csr-mainvisual.csr-mainvisual_bg05:after {
    background-position: top 0 left -150px;
  }
}
.post-body .csr-mainvisual_bg03 {
  background-image: url("../images/csr/csr03/mainvisual.jpg");
}
.post-body .csr-mainvisual_bg04 {
  background-image: url("../images/csr/csr04/mainvisual.jpg");
}
@media only screen and (max-width: 768px) {
  .post-body .csr-mainvisual_bg04 {
    background-image: url("../images/csr/csr04/mainvisual.jpg");
  }
}
.post-body .csr-mainvisual_bg04.--new {
  background-image: url("../images/csr/csr04/mainvisual.jpg");
}
@media only screen and (max-width: 768px) {
  .post-body .csr-mainvisual_bg04.--new {
    background-image: url("../images/csr/common/menu-button-shizai.png");
  }
}
.post-body .csr-mainvisual_bg05 {
  background-image: url("../images/csr/csr05/mainvisual.jpg");
}
.post-body .csr-mainvisual_lead {
  padding: 48px;
  width: 70%;
  z-index: 10;
  position: relative;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .post-body .csr-mainvisual_lead {
    width: 60%;
  }
}
.post-body .csr-headicon_haisui {
  position: relative;
}

.post-body .csr-headicon_building {
  position: relative;
}

.post-body .csr-headicon_dropper {
  position: relative;
}
.post-body .csr-headicon_earth {
  position: relative;
}
.post-body .csr-headicon_earth:after {
  content: "";
  background-image: url("../images/csr/csr03/icon03-04.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 159px;
  height: 204px;
  position: absolute;
  top: -40px;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .post-body .csr-headicon_earth:after {
    background-size: 100%;
    top: -30px;
    right: -140px;
  }
}
.post-body .csr-headicon_earth_left {
  position: relative;
}

.post-body .csr-headicon_flag {
  position: relative;
}
.post-body .csr-headicon_flag:after {
  content: "";
  background-image: url("../images/csr/csr04/iocn04-01.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 122px;
  height: 94px;
  position: absolute;
  top: 20px;
  right: -20px;
}
@media only screen and (min-width: 768px) {
  .post-body .csr-headicon_flag:after {
    background-size: 100%;
    top: -20px;
    right: 0;
  }
}
.post-body .csr-headicon_stars {
  position: relative;
}

.post-body .csr-headicon_tree {
  position: relative;
}
.post-body .csr-headicon_tree:after {
  content: "";
  background-image: url("../images/csr/csr03/icon03-05.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 159px;
  height: 204px;
  position: absolute;
  top: 400px;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .post-body .csr-headicon_tree:after {
    background-size: 100%;
    top: -30px;
    right: 0;
  }
}
.post-body .csr-headicon_symbol {
  position: relative;
}
.post-body .csr-headicon_symbol:after {
  content: "";
  background-image: url("../images/csr/csr03/icon03-06.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 159px;
  height: 204px;
  position: absolute;
  top: 400px;
  right: 50px;
}
@media only screen and (min-width: 768px) {
  .post-body .csr-headicon_symbol:after {
    background-size: 100%;
    top: 100px;
    right: -40px;
  }
}
.post-body .csr-headicon_flask {
  position: relative;
}
.post-body .csr-headicon_flask:after {
  content: "";
  background-image: url("../images/csr/csr04/icon04-05.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 110px;
  height: 163px;
  position: absolute;
  top: -30px;
  right: -20px;
}
@media only screen and (min-width: 768px) {
  .post-body .csr-headicon_flask:after {
    background-size: 100%;
    top: -90px;
    right: -90px;
  }
}
.post-body .csr-headicon_bottle {
  position: relative;
}
.post-body .csr-headicon_bottle:after {
  content: "";
  background-image: url("../images/csr/csr04/icon04-04.png");
  background-size: 60%;
  background-position: top right;
  background-repeat: no-repeat;
  width: 144px;
  height: 188px;
  position: absolute;
  top: -30px;
  right: -20px;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .post-body .csr-headicon_bottle:after {
    background-size: 100%;
    top: 0;
    right: -40px;
  }
}
.post-body .csr-history {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 0 0 96px 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .post-body .csr-history {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .post-body .csr-history {
    grid-template-columns: 1fr 1fr 1fr 141px;
  }
}
.post-body .csr-history > LI {
  border-left: 2px dotted #707070;
  padding-left: 24px;
}
.post-body .csr-history > LI:last-child {
  border-left: none;
  padding-left: 0;
  text-align: center;
}
.post-body .csr-history > LI UL {
  list-style: disc;
  margin: 24px 0 0 0;
  padding-left: 24px;
}
.post-body .csr-nicall {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 0;
  margin: 0 0 96px 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .post-body .csr-nicall {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.post-body .csr-nicall H4 {
  position: relative;
  margin: 1.5em 0;
  padding: 12px;
  border-radius: 7px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #38beef;
}
.post-body .csr-nicall H4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid rgba(0, 0, 0, 0);
  border-top: 15px solid #38beef;
}
.post-body .csr-process {
  background: #f2fafe;
  padding: 48px 0;
}
.post-body .csr-process H2 {
  font-size: 1.4rem;
  color: #004ea2;
  margin: 0 0 48px 0;
  text-align: center;
}
.post-body .csr-process_steps {
  margin: 48px 0 0 0;
  padding: 0;
  position: relative;
}
.post-body .csr-process_steps:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #004ea2;
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 0;
}
.post-body .csr-process_steps_item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  list-style: none;
  border-bottom: 1px dashed #7d7d7d;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .post-body .csr-process_steps_item {
    display: grid;
    grid-template-columns: 280px 1fr;
  }
}
.post-body .csr-process_steps_item_icon {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: start;
}
.post-body .csr-process_steps_item_icon IMG {
  width: 80px;
}
.post-body .csr-process_steps_item_icon H3 {
  line-height: 1.4;
  margin: 0;
}
.post-body .csr-process_steps_item_description {
  list-style: disc;
  margin-left: 90px;
  align-self: start;
}
@media only screen and (min-width: 768px) {
  .post-body .csr-process_steps_item_description {
    margin-left: 0;
  }
}
.post-body .csr-process_steps_item_description LI {
  line-height: 1.4;
  margin-bottom: 12px;
}
.post-body .riskmanagement-flow {
  max-width: 768px;
  margin: 0 auto 48px auto;
}
.post-body .riskmanagement-datalist {
  max-width: 768px;
  margin: 24px auto 48px auto;
}
.post-body .riskmanagement-datalist DT {
  padding: 12px;
  background: #f2fafe;
  margin: 0;
}
.post-body .riskmanagement-datalist DD {
  padding: 12px 12px 24px 12px;
  margin: 0;
}
.post-body .globalnetwork-item_title {
  font-size: 20px;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 0;
  text-align: left;
}
.post-body .globalnetwork-item_lead {
  margin: 0 0 12px 0;
  text-align: left;
}
.post-body .globalnetwork-item UL {
  margin: 0;
  padding: 0;
}
.post-body .globalnetwork-item UL LI {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
  word-break: break-all;
}
.post-body .globalnetwork-item UL LI:before {
  content: "■";
  color: #004ea2;
  margin-right: 8px;
}
.post-body .colloid-item {
  display: flex;
  gap: 24px;
}
.post-body .colloid-item_fig {
  width: 160px;
}
.post-body .colloid-item_description {
  width: calc(100% - 180px);
}
.post-body .colloid-item_description_title {
  color: #004ea2;
  margin: 0 0 0 0;
}
.post-body .colloid-item_description_text {
  border-bottom: 1px dashed #707070;
}
.post-body .faq-datalist_question {
  font-size: 16px;
  color: #004ea2;
  padding-left: 30px;
  margin: 0 0 12px 0;
}
.post-body .faq-datalist_question:before {
  content: "Q.";
  font-size: 20px;
  color: #004ea2;
  margin-right: 5px;
  font-weight: bold;
  margin-left: -30px;
}
.post-body .faq-datalist_answer {
  margin: 0 0 24px 0;
  padding: 0 0 24px 30px;
  border-bottom: 1px dotted #707070;
}
.post-body .faq-datalist_answer:before {
  content: "A.";
  font-size: 20px;
  color: #444;
  margin-right: 5px;
  font-weight: bold;
  margin-left: -30px;
}
.post-body .merger-title {
  text-align: center;
}
.post-body .merger-title IMG {
  margin-bottom: 24px;
}
.post-body .merger-catchcopy {
  font-size: 30px;
  text-align: center;
  color: #004ea2;
  font-style: italic;
  margin-bottom: 12px;
}
.post-body .merger-logo {
  text-align: center;
  margin-bottom: 48px;
}
.post-body .merger-logo IMG {
  margin: 0 12px;
}
.post-body .merger-logo_nikkol {
  width: 360px;
}
.post-body .merger-leadcopy {
  font-size: 30px;
  text-align: center;
  font-style: italic;
  margin-bottom: 12px;
}
.post-body .merger-message {
  margin: 48px auto;
  max-width: 900px;
}
@media only screen and (min-width: 768px) {
  .post-body .merger-message {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 48px;
  }
}
.post-body .merger-message_photo {
  text-align: center;
}
.post-body .merger-message_photo_class {
  text-align: center;
  line-height: 1.4;
  margin: 0 0 12px 0;
  padding: 0;
}
.post-body .merger-message_photo_name {
  text-align: center;
  line-height: 1.4;
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
.post-body .merger-message_text_logo IMG {
  max-width: 300px;
}
.post-body .merger-vision {
  background: #f2fafe;
  color: #004ea2;
  padding: 48px 24px 24px 24px;
  border-radius: 20px;
  margin-bottom: 48px;
}
.post-body .merger-vision_leadcopy {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}
.post-body .merger-vision_inner {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}
.post-body .merger-vision_inner P {
  text-align: center;
}
.post-body .merger-vision_inner H3 {
  text-align: center;
  margin: 0 0 12px 0;
}
.post-body .merger-vision_inner_logo {
  text-align: center;
}
.post-body .merger-vision_inner_logo IMG {
  max-width: 200px;
}
.post-body .merger-youtube {
  position: relative;
  height: 0;
  margin: 0 auto;
  width: 100%;
  padding-top: 60%;
}
@media only screen and (min-width: 992px) {
  .post-body .merger-youtube {
    width: 70%;
    padding-top: 42%;
  }
}
.post-body .merger-youtube IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media only screen and (min-width: 768px) {
  .post-body .products-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
}
.post-body .products-bannar {
  text-align: center;
}
.post-body .products-bannar IMG {
  margin: 12px;
}
.message {
  margin: 0 0 24px 0;
}
.message-header {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  margin: 0 0 24px 0;
  padding: 12px !important;
}
@media only screen and (min-width: 768px) {
  .message-header {
    grid-template-columns: 160px 1fr;
  }
}
.message-header_name H3 {
  margin: 0 0 12px 0;
}
.message-header_name STRONG {
  font-weight: normal;
  font-size: 20px;
}
.message-body_photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.message-thumbnail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .message-thumbnail {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .message-thumbnail {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.message-thumbnail_link {
  display: block;
  color: #444;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 !important;
}
.message-thumbnail_link:hover {
  background: #d7d7d7 !important;
}
.message-thumbnail_item {
  display: grid;
  grid-template-columns: 1fr 160px;
  align-items: center;
}
.message-thumbnail_item P {
  padding: 12px;
  line-height: 1.4;
}
.message_challenge {
  width: 100%;
  margin: 0 auto 96px auto;
  grid-template-columns: 1fr !important;
}
@media only screen and (min-width: 768px) {
  .message_challenge {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media only screen and (min-width: 992px) {
  .message_challenge {
    grid-template-columns: 1fr 1fr !important;
    width: 70%;
  }
}
.message_challenge .icon-plusonimg_img_svg {
  width: calc(100% - 20px) !important;
  height: auto !important;
  display: grid;
  grid-template-columns: 1fr 20px;
  align-items: center;
  gap: 12px;
}
.message_challenge .icon-plusonimg_img_svg SPAN {
  color: #444;
}
.message_challenge .icon-plusonimg:hover SPAN {
  color: #fff;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0);
}
.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
.swiper {
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.swiper-slide {
  background-position: center center;
  background-size: cover;
}
.swiper-pagination {
  bottom: 12px !important;
  left: 0 !important;
  right: 6px !important;
  text-align: right !important;
  width: auto !important;
  width: calc(100% - 48px);
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 368px) {
  .swiper-pagination {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .swiper-pagination {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 528px;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-pagination {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .swiper-pagination {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 944px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-pagination {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1152px;
  }
}
@media only screen and (min-width: 1390px) {
  .swiper-pagination {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1342px;
  }
}
.swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 4px;
  background-color: #d7d7d7 !important;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 80px;
  }
}
.swiper-pagination-bullet-active {
  background-color: #004ea2 !important;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.language_en P {
  text-align: left;
}
.language_en .headline-pagetitle {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", "Helvetica", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "Arial", "メイリオ", "Meiryo", sans-serif;
  text-transform: uppercase;
  color: #004ea2;
  margin: 48px 0 24px 0;
  line-height: 1.2;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .language_en .headline-pagetitle {
    font-size: 2.6rem;
  }
}
.otgs-development-site-front-end {
  display: none;
}
#wpadminbar {
  bottom: 0 !important;
  top: auto;
}

/*------------------------ ↓↓↓ 2024/04/22追加分 ↓↓↓ ------------------------*/
a,
button {
  transition-duration: 0.4s;
}
.el_hdgLg {
  color: #004ea2;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
  position: relative;
}
.el_textBtn {
  background-color: #004ea2;
  border: 1px solid #004ea2;
  box-shadow: 0 6px 12px rgba(0, 78, 162, 0.2);
  color: #fff;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 25px 69px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_textBtn {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 16px 49px;
  }
}
.el_textBtn,
.el_textBtn_circleArrow {
  border-radius: 100px;
  justify-content: center;
  position: relative;
}
.el_textBtn_circleArrow {
  align-items: center;
  border: 1px solid;
  display: flex;
  height: 28px;
  margin-top: -14px;
  position: absolute;
  right: 25px;
  top: 50%;
  transition-duration: 0.4s;
  transition-property: opacity, border-color, background-color, box-shadow, color;
  transition-property: border-color, background-color;
  width: 28px;
}
@media screen and (max-width: 767px) {
  .el_textBtn_circleArrow {
    height: 22px;
    margin-top: -11px;
    right: 18px;
    width: 22px;
  }
}
.el_textBtn_circleArrow:before {
  border-bottom: 2px solid;
  border-right: 2px solid;
  content: "";
  height: 8px;
  margin-right: 4px;
  transform: rotate(-45deg);
  transition: border-color 0.4s;
  width: 8px;
}
.el_textBtn_circleArrow:before {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .el_textBtn_circleArrow:before {
    height: 6px;
    margin-right: 2px;
    width: 6px;
  }
}

.el_textBtn:focus-visible,
[data-whatintent="mouse"] .el_textBtn:hover {
  background-color: #fff;
  box-shadow: none !important;
  color: #004ea2;
}

.el_textBtn:focus-visible .el_textBtn_circleArrow,
[data-whatintent="mouse"] .el_textBtn:hover .el_textBtn_circleArrow {
  background-color: #004ea2;
}

.el_textBtn:focus-visible .el_textBtn_circleArrow:before,
[data-whatintent="mouse"] .el_textBtn:hover .el_textBtn_circleArrow:before {
  border-color: #fff;
}

.el_textBtn__noFocusStyle:focus {
  background-color: #004ea2;
  color: #fff;
}

.el_textBtn__magenta {
  background-color: #e60081;
  border-color: #e60081;
  box-shadow: 0 6px 12px rgba(170, 97, 131, 0.36);
}
.el_textBtn__magenta:hover {
  background-color: #ffffff;
  color: #e60081;
  border-color: #e60081;
  box-shadow: 0 6px 12px rgba(170, 97, 131, 0.36);
}
.el_textBtn__magenta:focus-visible,
.el_textBtn__magenta:hover {
  color: #e60081;
}

.el_textBtn__magenta:focus-visible .el_textBtn_circleArrow,
.el_textBtn__magenta:hover .el_textBtn_circleArrow {
  background-color: #e60081;
}
.el_textBtn__magenta:hover {
  color: #e60081;
}

.el_textBtn__magenta:focus-visible .el_textBtn_circleArrow:before {
  background-color: #e60081;
}

.bl_btn .el_textBtn_circleArrow {
  right: 22px;
}
@media screen and (max-width: 767px) {
  .bl_btn .el_textBtn_circleArrow {
    right: 18px;
  }
}
.bl_btn:not(:first-child) {
  margin-top: 40px;
}
.bl_btn + .bl_btn {
  margin-top: 30px;
}
.bl_btn .el_textBtn {
  font-size: 1.2rem;
  padding: 18px 69px;
}
.bl_btn__center {
  text-align: center;
}
.bl_btn__right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .bl_btn:not(:first-child) {
    margin-top: 30px;
  }
  .bl_btn + .bl_btn {
    margin-top: 16px;
  }
  .bl_btn .el_textBtn {
    font-size: 1rem;
    padding: 3vw 0;
    width: calc(100%);
  }
  .bl_btn .el_textBtn_circleArrow {
    right: 18px;
  }
}
.bl_contSet_item + .bl_contSet_item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .bl_contSet_item + .bl_contSet_item {
    margin-top: 40px;
  }
}
.bl_iconAndTitleList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bl_iconAndTitleList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .bl_iconAndTitleList {
    display: block;
  }
}
.bl_iconAndTitleList:not(:first-child) {
  margin-top: 30px;
}
.bl_iconAndTitleList > li {
  width: calc(33.33333% - 20px);
}
@media screen and (max-width: 767px) {
  .bl_iconAndTitleList > li {
    width: auto;
  }
}
.bl_iconAndTitleList > li > div {
  align-items: center;
  background-color: #dceff5;
  display: flex;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .bl_iconAndTitleList > li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bl_iconAndTitleList > li > div {
    padding: 20px;
  }
}

.bl_iconAndTitleList > li .icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 80px;
  justify-content: center;
  margin-right: 26px;
  width: 80px;
}
.bl_iconAndTitleList > li .title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 0;
  margin-bottom: 0;
}

.bl_articleList_item a .thumbnail > div {
  box-shadow: 0 12px 22px rgba(132, 157, 194, 0.16);
}

.bl_articleList_item a .thumbnail > div:after {
  border: 1px solid #dce7eb;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.bl_articleList_item a:hover .thumbnail img {
  transform: scale(1.1);
}
.bl_articleList_item__new .thumbnail:before {
  align-items: center;
  background-color: #e60081;
  border-radius: 50%;
  color: #fff;
  content: "NEW";
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 46px;
  z-index: 1;
}

.bl_articleList {
  display: flex;
  flex-wrap: wrap;
  margin: -50px 0 0 -40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bl_articleList_item {
  padding: 50px 0 0 40px;
}
.bl_articleList__3col .bl_articleList_item {
  width: calc((100% / 3) - 40px);
}
.bl_articleList_item .thumbnail > div {
  overflow: hidden;
  position: relative;
}
.bl_articleList_item a .thumbnail > div {
  box-shadow: 0 12px 22px rgba(132, 157, 194, 0.16);
}
.bl_articleList_item .thumbnail > div:before {
  content: "";
  display: block;
}
.bl_articleList__3col .bl_articleList_item .thumbnail > div:before {
  padding-top: 66.6666666667%;
}
.bl_articleList_item .thumbnail img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 0.4s;
  width: 100%;
}
.bl_articleList_item a .thumbnail > div:after {
  border: 1px solid #dce7eb;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 1;
}
.bl_articleList_item .title {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
.bl_articleList_item .title:not(:last-child) {
  margin-bottom: 15px;
}
.bl_articleList_item a .title {
  padding-left: 32px;
  position: relative;
  transition: color 0.4s;
}
.bl_articleList_item a .title .circleArrow {
  align-items: center;
  border: 1px solid;
  border-radius: 100px;
  color: #004ea2;
  display: flex;
  height: 22px;
  justify-content: center;
  left: 0;
  position: relative;
  position: absolute;
  top: 4px;
  transition-duration: 0.4s;
  transition-property: opacity, border-color, background-color, box-shadow, color;
  width: 22px;
}
.bl_articleList_item a .title .circleArrow:before {
  border-bottom: 2px solid;
  border-right: 2px solid;
  content: "";
  height: 6px;
  margin-right: 3px;
  transform: rotate(-45deg);
  transition: border-color 0.4s;
  width: 6px;
}

.ly_container {
  box-sizing: content-box;
  margin: auto;
  padding: 0;
  width: 1200px;
}

.ly_container__liquid {
  max-width: 1440px;
  width: auto;
}

.ly_container__md {
  width: 960px;
}

@media screen and (max-width: 767px) {
  .ly_container {
    padding: 0;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .bl_articleList {
    display: block;
    margin: 0;
  }

  .bl_articleList:not(:first-child) {
    margin-top: 30px;
  }

  [class*="el_hdg"] + .bl_articleList {
    margin-top: 0;
  }

  .bl_articleList + .bl_articleList {
    margin-top: 30px;
  }

  .bl_articleList_item {
    padding: 0;
  }

  .bl_articleList_item + .bl_articleList_item {
    margin-top: 30px;
  }

  .bl_articleList_item .thumbnail:not(:last-child) {
    margin-bottom: 16px;
  }

  .bl_articleList_item .meta:not(:last-child) {
    margin-bottom: 10px;
  }

  .bl_articleList_item .meta .el_time {
    transform: translateY(1px);
  }

  .bl_articleList_item .title:not(:last-child) {
    margin-bottom: 10px;
  }

  .bl_articleList_item .note {
    margin-top: 5px;
  }

  .bl_articleList_item .video:not(:last-child) {
    margin-bottom: 16px;
  }
  .bl_articleList_item .footer {
    margin-top: 15px;
  }

  .bl_articleList_item .footer .el_textBtn {
    padding-bottom: 11px;
    padding-top: 11px;
  }

  .bl_articleList__2col .bl_articleList_item,
  .bl_articleList__3col .bl_articleList_item,
  .bl_articleList__4col .bl_articleList_item {
    width: auto;
  }
}

.bl_articleList_item a:hover .title {
  color: #004ea2;
}

.bl_articleList_item a:hover .title .circleArrow {
  background-color: #004ea2;
}

.bl_articleList_item a:hover .title .circleArrow:before {
  border-color: #fff;
}

body.page-id-3831 .mainvisual-page {
  background-position: center right;
}

.blue_rect {
  color: #004ea2;
  border: 1px solid #004ea2;
  padding: 1em;
}
/*------------------------ ↑↑↑ 2024/04/22追加分 ↑↑↑ ------------------------*/

/*------------------------ ↓↓↓ 2024/04/24追加分 ↓↓↓ ------------------------*/

.home-product_nav p,
.home-service_nav p {
  padding: 1em;
}
.icon-plusonimg_text h3 {
  margin: 0;
}
.home .text-lead {
  margin-bottom: 2em;
}
.el_textBtn__magenta.icon-externallink:after {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M256%2064C256%2046.33%20270.3%2032%20288%2032H415.1C415.1%2032%20415.1%2032%20415.1%2032C420.3%2032%20424.5%2032.86%20428.2%2034.43C431.1%2035.98%20435.5%2038.27%20438.6%2041.3C438.6%2041.35%20438.6%2041.4%20438.7%2041.44C444.9%2047.66%20447.1%2055.78%20448%2063.9C448%2063.94%20448%2063.97%20448%2064V192C448%20209.7%20433.7%20224%20416%20224C398.3%20224%20384%20209.7%20384%20192V141.3L214.6%20310.6C202.1%20323.1%20181.9%20323.1%20169.4%20310.6C156.9%20298.1%20156.9%20277.9%20169.4%20265.4L338.7%2096H288C270.3%2096%20256%2081.67%20256%2064V64zM0%20128C0%2092.65%2028.65%2064%2064%2064H160C177.7%2064%20192%2078.33%20192%2096C192%20113.7%20177.7%20128%20160%20128H64V416H352V320C352%20302.3%20366.3%20288%20384%20288C401.7%20288%20416%20302.3%20416%20320V416C416%20451.3%20387.3%20480%20352%20480H64C28.65%20480%200%20451.3%200%20416V128z%22%2F%3E%3C%2Fsvg%3E);
}
.home-service_nav li:hover {
  background: #f2fafe;
}
.swiper {
  margin-bottom: 24px;
  padding-bottom: 48px;
}
/*------------------------ ↓↓↓ TOPページ(202407） ↓↓↓ ------------------------*/
.home-service_nav LI IMG {
  height: 250px;
  object-fit: cover;
}
.icon-plusonimg_text h3 {
  font-weight: 600;
}
.home-service_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr;
}
.icon-plusonimg_img h3 {
  position: absolute;
  top: 40%;
  margin: 0;
  padding: 1.5% 0 1.5% 1.5%;
  color: #fff;
  font-weight: 600;
  background-color: #004ea299;
  /* font-size: 1.8rem; */
  width: 98.5%;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .home-service_nav {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, 1fr);
  }
  }
  .icon-plusonimg_img h3 {
    font-size: 1.8rem;
  }
}
/*------------------------ ↑↑↑ TOPページ(202407） ↑↑↑ ------------------------*/
/*------------------------ ↓↓↓お問合せフォーム（202407） ↓↓↓ ------------------------*/
.container-md.contact,
.container-md.confirm {
  max-width: 960px;
}
.el_flowList {
  border: 2px solid #fff;
  display: flex;
  height: 50px;
  margin: auto;
  max-width: 490px;
}
.el_flowList li {
  align-items: center;
  background-color: #dce7eb;
  color: #8a97a3;
  display: flex;
  font-weight: 500;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
}
.el_flowList li:not(:last-child):after,
.el_flowList li:not(:last-child):before {
  border-color: transparent;
  border-style: solid;
  border-width: 23px 0 23px 10px;
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.el_flowList li:not(:last-child):before {
  border-left-color: #fff;
  margin-left: 2px;
}
.el_flowList li:not(:last-child):after {
  border-left-color: #dce7eb;
}
.el_flowList li.current:after {
  border-left-color: #004ea2;
}
.el_flowList li.current {
  background-color: #004ea2;
  color: #fff;
}
.el_flowList li:not(:last-child) {
  border-right: 2px solid #fff;
}
.el_flowList li p {
  padding: 0;
  margin: 0;
}
.el_flowList li:not(:last-child) p {
  transform: translateX(5px);
}
.mw_wp_form .vertical-item {
  display: block;
  padding-right: 1.5em;
}
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0;
}
span.mwform-radio-field-text {
  vertical-align: super;
}
.form-input dt {
  font-weight: bold;
}
.form select.p-region-id {
  width: 200px;
}
.form-privacyfooter {
  margin-top: 2em;
}
.form-privacynotice {
  border: none;
  padding: 32px;
  background: #f2fafe;
}
.mw_wp_form SPAN.error {
  width: 100%;
}
.mw_wp_form_confirm .form-privacyfooter {
  display: none;
}
.mw_wp_form_confirm .buttons {
  display: flex;
  margin-top: 2em;
}
input.backbutton {
  margin-right: 2em;
}
.mw_wp_form_confirm .row:not(.name) .col {
  border-bottom: 1px solid #707070;
}
.bl_flowBlock_item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .contact .col {
    flex: 0;
  }
  .contact .form INPUT[type="text"] {
    width: auto;
  }
  .form-input DD {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .contact .row:not(.name),
  .confirm .row:not(.name) {
    display: block;
  }
  .el_flowList {
    height: 40px;
    padding-left: 0;
  }
  .el_flowList li {
    font-size: 1rem;
  }
  .el_flowList li:not(:last-child) p {
    transform: translateX(3px);
  }
  .el_flowList li:last-child p {
    transform: translateX(1px);
  }
  .el_flowList li:not(:last-child):after,
  .el_flowList li:not(:last-child):before {
    border-width: 18px 0 18px 8px;
  }
  input.backbutton {
    margin-right: 1em;
  }
  .thanks .text-center {
    font-size: 0.9rem;
  }
}
/*------------------------ ↑↑↑お問合せフォーム（202407） ↑↑↑ ------------------------*/
/*------------------------ メガドロップダウンメニュー（202410）------------------------*/

@media only screen and (max-width: 1079px) {
  .globalnav-list LI .sub-menu-bg,
  .globalnav-list LI a:hover .sub-menu-bg {
    display: none;
  }
  .globalnav-list LI a:hover .sub-menu-sp {
    display: block;
  }
  .sub-menu-sp .sub-menu .indent {
    padding-left: 36px;
  }
  .globalnav-list LI A {
    text-transform: none;
  }
}
@media only screen and (min-width: 1080px) {
  .globalnav {
    display: block;
  }
  .siteheader {
    grid-auto-rows: 45px 33px;
  }
  .globalnav-list LI A {
    text-transform: none;
  }
  .globalnav-list LI .sub-menu-sp {
    display: none;
  }

  .globalnav-list .sub-menu .title-top,
  .globalnav-list .sub-menu li a {
    color: #fff;
  }

  .globalnav-list LI .sub-menu LI {
    border: none;
  }
  .globalnav-list LI .sub-menu LI A {
    background: none;
    border-radius: 0;
    display: inline;
    padding: inherit;
  }
  .globalnav-list LI.menu-item-has-children > p {
    display: flex;
    align-items: center;
    color: #444;
  }

  .menu-toggle {
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0;
  }

  .globalnav-list LI.menu-item-has-children > p:after {
    content: "";
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M201.4%20374.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20306.7%2086.6%20169.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    margin-left: 0.3rem;
    padding: 8px;
    line-height: 1;
  }

  .globalnav-list LI.menu-item-has-children.children-new.open > p:after {
    transform: rotate(180deg);
  }

  .globalnav-list LI.menu-item-has-children.children-new.open > p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #004ea2;
    left: 0;
    bottom: -2px;
  }

  .globalnav-list {
    column-gap: 12px;
  }

  .globalnav-list LI.menu-item-has-children.children-new {
    display: flex;
    align-items: center;
    -moz-column-gap: 7px;
    column-gap: 7px;
  }

  .globalnav-list LI.menu-item-has-children.children-new p {
    transition: opacity 0.3s;
  }

  .globalnav-list LI.menu-item-has-children.children-new p:hover {
    opacity: 0.7;
  }

  .globalnav-list LI.menu-item-has-children.children-new .sub-menu-bg {
    /* display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease; */
    display: block;
    max-height: 0; /* 初期は隠す */
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.6s ease, opacity 0.5s ease, visibility 0.5s ease;
  }

  /* open クラス付きでドロップダウンを表示 */
  .globalnav-list LI.menu-item-has-children.children-new.open .sub-menu-bg {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    max-height: 800px;
    pointer-events: auto;
  }

  .globalnav-list LI.menu-item-has-children.children-new > p {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    padding-bottom: 0;
  }

  .globalnav-list LI.menu-item-has-children.children-new p:before {
    width: 0;
    content: "";
  }

  .sub-menu-bg {
    position: absolute;
    width: 100vw;
    left: 0;
    overflow: hidden;
    top: 27px;
    /* width: 100%; */
    z-index: -1;
    opacity: 0; /* 初期状態では透明 */
    visibility: hidden; /* メニューがない状態でも場所を取らないように */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding-top: 5px;
    /* display: none;*/
  }

  .sub-menu {
    background-color: rgba(0, 78, 162, 0.9);
    padding: 7px 20px !important;
  }

  .sub-menu-wrap {
    display: flex;
  }

  .submenu-title {
    color: #fff;
    padding-right: 30px;
    flex-shrink: 0;
    padding-top: 45px;
    min-width: 200px;
  }
  .submenu-title h2 {
    font-size: 24px;
    font-weight: 700;
  }
  .submenu-title a.title-top {
    margin-top: 5px;
    color: #fff;
    font-size: 0.9vw;
    display: flex;
    align-items: center;
  }
  .submenu-title a.title-top::before {
    background-image: url(../images/global-menu/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 14px !important;
    height: 14px;
    margin-right: 5px;
  }

  .submenu-title a.title-top:hover::before {
    background-image: url(../images/global-menu/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 14px !important;
    height: 14px !important;
    margin-right: 5px;
    position: static !important;
  }

  .subumenu-left {
    border-left: 1px solid #fff;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .subumenu-left .cate-wrap {
    margin-top: 5px;
  }
  .subumenu-left .cate-wrap .news__date {
    font-size: 12px;
    color: #fff;
    display: block;
  }
  .subumenu-left .cate-wrap .cate {
    background-color: #707070;
    color: #fff;
    padding: 5px;
    font-weight: 500;
    font-size: 10px;
  }
  .subumenu-left .main-menu {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 13px;
    column-gap: 13px;
    row-gap: 25px;
  }
  .subumenu-left .main-menu li {
    margin-left: 0;
  }
  .subumenu-left .main-menu li p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
  }

  @media only screen and (max-width: 1600px) {
    .subumenu-left .main-menu li p {
      font-size: 1vw;
    }
  }

  .subumenu-left .main-menu img {
    width: 100%;
    /* height: 100%;*/
    object-fit: cover;
    aspect-ratio: 200 / 76;
  }
  .subumenu-left .other-menu {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 15px;
  }
  .subumenu-left .other-menu li {
    margin-left: 0;
  }
  .subumenu-left .other-menu .other-link {
    font-size: 16px;
    color: #fff;
  }
  @media only screen and (max-width: 1600px) {
    .subumenu-left .other-menu .other-link {
      font-size: 1vw;
    }
  }

  .subumenu-left .main-menu.support-menu {
    grid-template-columns: repeat(3, 1fr);
    width: 53%;
  }

  .subumenu-left.news-menu {
    display: flex;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
  .subumenu-left.news-menu .other-menu {
    flex-direction: column;
    row-gap: 5px;
    margin-top: 0;
  }
  .subumenu-left.news-menu .main-menu {
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .subumenu-left.news-menu .main-menu p {
    text-align: left;
    line-height: 1.4166666667;
    margin-top: 10px;
  }

  .subumenu-left.csr-menu {
    display: flex;
    -moz-column-gap: 55px;
    column-gap: 55px;
  }
  .subumenu-left.csr-menu .other-menu {
    display: block;
  }
  .subumenu-left.csr-menu .other-menu li + li {
    margin-top: 5px;
  }
  .subumenu-left.csr-menu .other-menu-link {
    color: #fff;
    font-size: 16px;
  }

  @media only screen and (max-width: 1600px) {
    .subumenu-left.csr-menu .other-menu-link {
      font-size: 1vw;
    }
  }

  .subumenu-left.csr-menu li.other-menu-link {
    padding-top: 5px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
  }
  .subumenu-left.csr-menu .other-menu-link.indent {
    padding-left: 15px;
  }
  .subumenu-left.csr-menu .csr-report {
    padding-left: 50px;
  }
  .subumenu-left.csr-menu .csr-report img {
    max-width: 200px;
    aspect-ratio: 1840 / 1302;
    object-fit: cover;
  }
  .subumenu-left.csr-menu .csr-report p {
    color: #fff;
    text-align: center;
    font-size: 0.9vw;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subumenu-left.csr-menu .csr-report p:after {
    content: "";
    background-image: url(../images/global-menu/pdf-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 17.5px;
    height: 18px;
    margin-left: 5px;
  }
  .subumenu-left.news-menu img {
    max-width: 200px;
    object-fit: cover;
    aspect-ratio: 200 / 76;
  }
}
/*------------------------ メガドロップダウンメニュー（202410）------------------------*/

/*------------------------ 導線調整（202501) ------------------------*/
.sitefooter .logo-contact {
  display: flex;
  column-gap: 3em;
  flex-wrap: wrap;
}
.sitefooter-logo {
  width: 450px;
}

@media only screen and (max-width: 1080px) {
  .sitefooter-logo {
    margin-bottom: 16px !important;
  }
  .sitefooter .footer-contact {
    margin-bottom: 24px;
  }
}

/*------------------------ 導線調整（202501) ------------------------*/

/*------------------------ 2025/04/15追記 ------------------------*/

/*----環境 -----*/
.post-body p.headline-new {
  font-size: 1.17em;
  color: #fff;
  background-color: #004ea2;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .post-body p.headline-new {
    width: auto;
  }
}

.post-body p.headline-new.--white {
  background: transparent;
  color: #004ea2;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  padding-left: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.container01 .num {
  width: 76%;
  margin-inline: auto;
  display: block;
}

.csr-flex-pair {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.csr-flex-pair img {
  flex: 0 0 auto;
  max-width: 45%;
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (max-width: 768px) {
  .container04 {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}

.container03 .solar img {
  margin-top: 20px;
}

.container04 .ecoaction {
  margin-top: -80px;
}

@media only screen and (max-width: 768px) {
  .container04 .ecoaction {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.container04 .ecoaction img {
  width: 38%;
  display: block;
  margin-inline: auto;
  margin-top: 20px;
}

.container04 .sun img:nth-of-type(2) {
  margin-top: 20px;
}

.container05 .gus {
  width: 76%;
  margin-inline: auto;
  display: block;
  margin-top: 20px;
}

.container05 .num {
  width: 87%;
  margin-inline: auto;
  display: block;
}

@media only screen and (max-width: 768px) {
  .container06 .zeb {
    margin-top: 40px;
    display: block;
  }
}

.container06 .zeb .zeb-media {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 20px;
}
.container06 .zeb .zeb-photos {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.container06 .zeb .zeb-photo {
  margin: 0;
}
.container06 .zeb .zeb-photo img {
  width: 100%;
  display: block;
}
.container06 .zeb .zeb-photo figcaption {
  margin-top: 4px;
  font-size: 12px;
  line-height: 24px;
  color: #444444;
  font-weight: 100;
  font-family: "Noto Sans JP", sans-serif;
}
.container06 .zeb .zeb-stat {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
}
.container06 .zeb .zeb-stat img {
  width: 100%;
  max-width: 220px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .container06 .zeb .zeb-media {
    flex-direction: column;
    gap: 20px;
  }
  .container06 .zeb .zeb-stat {
    flex: 1 1 auto;
    width: 70%;
    margin-inline: auto;
  }
}

.container07 .ecoaction img {
  width: 68.5%;
  display: block;
  margin-inline: auto;
  margin-top: 20px;
}

.container03 .ecoaction img {
  width: 55%;
  display: block;
  margin-inline: auto;
  margin-top: 20px;
}

.container05 img.tochigi {
  width: 60%;
  display: block;
  margin-inline: auto;
}

/*----持続可能な資材調達 -----*/
.policy-list {
  background-color: #f3f4f5;
  padding: 1.5em;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  counter-reset: policy;
  list-style: none;
}
.policy-list li {
  list-style: none;
  display: flex;
  align-items: center;
  counter-increment: policy;
}
.policy-list li + li {
  margin-top: 1em;
}
.policy-list li::before {
  content: counter(policy);
  background-color: #56666f;
  width: 23px;
  height: 23px;
  color: #fff;
  margin-right: 1em;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 2px;
}
.policy-list li span {
  display: none;
}

.container04-1 a {
  display: block;
  margin-top: 40px;
  background-color: #62bbea;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin-inline: auto;
  color: #fff;
  width: 70%;
  border-radius: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container04-1 a:after {
  content: "";
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .container04-1 a {
    width: 90%;
  }
}

.headline-new ~ .headline-lv4 {
  margin-top: 20px;
}

.container04-3 {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .container04-3 .col:nth-of-type(1) {
    margin-bottom: 20px;
  }
}

.container04-3-imgs {
  display: flex;
  align-items: center;
  column-gap: 75px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .container04-3-imgs {
    column-gap: 20px;
  }
}

.container04-3-imgs img:nth-of-type(1) {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  .container04-3-imgs img:nth-of-type(1) {
    width: 60px;
  }
}

.container04-3-imgs img:nth-of-type(2) {
  width: 57%;
}
@media only screen and (max-width: 768px) {
  .container04-3-imgs img:nth-of-type(2) {
    flex: 1;
  }
}

.container04-4 .col:nth-of-type(1) {
  margin-bottom: 20px;
}

.container04-4-imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .container04-4-imgs {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-end;
    margin-bottom: 48px;
  }
}

.container04-4-imgs img {
  width: 50%;
}

.container04-4-imgs img:nth-of-type(1) {
  width: 43%;
}
@media only screen and (max-width: 768px) {
  .container04-4-imgs img:nth-of-type(1) {
    width: 88%;
  }
}
.container04-4-imgs img:nth-of-type(2) {
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .container04-4-imgs img:nth-of-type(2) {
    width: 100%;
    padding-bottom: 0;
  }
}

.container04-5 .gmp img {
  display: block;
  width: 35%;
  margin-inline: auto;
}

.container04-5 .eco img {
  display: block;
  width: 36%;
  margin-inline: auto;
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .container04-5 .eco img {
    margin-top: 20px;
  }
}

.container04-6 {
  margin-bottom: 140px;
}

@media only screen and (max-width: 768px) {
  .container04-6 {
    margin-bottom: 60px;
  }
}

.container04-6 .food img {
  display: block;
  width: 35%;
  margin-inline: auto;
}

.container04-6 .med img {
  display: block;
  width: 37%;
  margin-inline: auto;
}

.container04-ef .col:nth-of-type(2) img.ef-logo {
  display: block;
  width: 60%;
  max-width: 280px;
  margin: 0 auto 20px;
}

.container04-ef .ef-list {
  background-color: #f3f4f5;
  padding: 1.5em;
  border-radius: 8px;
  list-style: none;
  margin: 0;
}

.container04-ef .ef-list li {
  margin: 0;
}

.container04-ef .ef-list li + li {
  margin-top: 1em;
}

.container04-ef .ef-list li strong {
  color: #004ea2;
  font-weight: bold;
}

.container04-ef a {
  display: block;
  margin-top: 40px;
  padding: 16px 40px 16px 20px;
  background-color: #5eb7e8;
  color: #fff;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.container04-ef a:after {
  content: "";
  border: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .container04-ef a {
    width: 90%;
  }
}

/*----人権・倫理 -----*/

.container05-1 ~ .col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .container05-1 .col {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .container05-1 ~ .col {
    flex-direction: column-reverse;
    margin-top: 0;
    margin-bottom: 48px;
  }
}

.container05-1 ~ .col img {
  width: 45%;
  padding-right: 50px;
}

@media only screen and (max-width: 768px) {
  .container05-1 ~ .col img {
    width: 100%;
    padding-right: 0;
  }
}

.container05-1-link {
  display: block;
  margin-top: 40px;
  background-color: #62bbea;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  margin-inline: auto;
  color: #fff;
  width: 37%;
  border-radius: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container05-1-link:after {
  content: "";
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .container05-1-link {
    width: 90%;
    margin-top: 20px;
  }
}

.container05-2 ~ .col.list {
  row-gap: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .container05-2 .col {
    margin-bottom: 0;
  }
}

.nicall-list {
  margin-top: 0;
  margin-bottom: 0;
}

.nicall-list .nicall-item dt {
  width: 100%;
  background-color: #abb8be;
  text-align: center;
  color: #fff;
}

.nicall-item + .nicall-item {
  margin-top: 30px;
}

.nicall-list .nicall-item dd {
  margin-top: 10px;
  margin-left: 0;
}

.container05-3 .img {
  margin-bottom: 20px;
}

.container05-5 img {
  width: 90%;
  display: block;
  margin-inline: auto;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .container05-5 img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .container05-5 > .col {
    margin-bottom: 20px;
  }
}

.container05-6 .men img {
  display: block;
  margin-inline: auto;
  width: 68%;
  margin-top: 62px;
}

@media only screen and (max-width: 768px) {
  .container05-6 .men img {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .container05-7 > .col {
    margin-bottom: 20px;
  }
  .container05-8 > .col {
    margin-bottom: 20px;
  }
}

.container05-9 {
  margin-bottom: 140px;
}

.col p span {
  font-size: 14px;
  display: block;
}

.mark p span {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 1rem;
}
/*------------------------ カテゴリーラベル色変更（202507) ------------------------*/
.subumenu-left .cate-wrap .cate.academic-work,
.label-news.academic-work {
  background-color: #da57a0;
}
.subumenu-left .cate-wrap .cate.pick-up-nikkol,
.label-news.pick-up-nikkol {
  background-color: #3b99e6;
}
.subumenu-left .cate-wrap .cate.products,
.label-news.products {
  background-color: #75a82c;
}
/*------------------------ カテゴリーラベル色変更（202507) ------------------------*/
/*------------------------ ECO Friendlyページ（202508) ------------------------*/
/* ECO説明部分 */
.eco_detaillist {
  padding: 0 8em;
  margin-bottom: 48px;
}
.eco_detaillist h4 {
  padding: 12px;
  background: #f2fafe;
  margin-bottom: 24px;
  margin-top: 24px !important;
}
.eco_detaillist p {
  padding-bottom: 0;
}
ul.eco-f-caption {
  list-style-type: none;
  font-size: 90%;
  margin-bottom: 48px;
  padding: 0 9em;
}
.ecof-productimg {
  padding: 0 8em;
}
/* ロゴ部分 */
.logo-main img {
  max-width: 343px !important;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.eco-f-logolist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.eco-f-logolist p {
  flex: 1 1 30%;
  text-align: center;
}

.eco-f-logolist img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .eco_detaillist {
    padding: 0;
    margin-bottom: 48px;
  }
  .ecof-productimg,
  ul.eco-f-caption {
    padding: 0 !important;
  }
  .eco-f-logolist {
    flex-direction: column;
    align-items: center;
  }
  .eco-f-logolist p {
    flex: none;
    width: 80%;
    margin-bottom: 20px;
  }
}
/*------------------------ ECO Friendlyページ（202508) ------------------------*/
/*------------------------ 製品情報ページ（202509）------------------------*/
.support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 0 0 0.5em;
  padding: 0;
  list-style: none;
}

.support-list_item {
  width: 32.5%;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .support-list_item { width: 100% !important; }
}

.support-list_item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.support-list_item h3 {
	color:#004ea2;
  margin: 0 0 0.5em;
  background: #f2fafe;
  padding: 0.5em;
  padding-left: 2.5em;
  font-weight: bold;
  position: relative;
}

.support-list_item h3::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 10px;
  height: 20px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 10px 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' preserveAspectRatio='none'%3E%3Cpath fill='%23004ea2' d='M64 448c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L178.8 256L41.38 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25l-160 160C80.38 444.9 72.19 448 64 448z'/%3E%3C/svg%3E");
}
.support-list_item a:hover h3,
.support-list_item a:focus-visible h3 { color:#526770; }

.support-list_item a:hover h3::before,
.support-list_item a:focus-visible h3::before {
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' preserveAspectRatio='none'%3E%3Cpath fill='%2302bdf4' d='M64 448c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L178.8 256L41.38 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25l-160 160C80.38 444.9 72.19 448 64 448z'/%3E%3C/svg%3E");
}

.support-list_item p {
  margin: 0 0 0.5em;
  line-height: 1.7;
  flex: 1;
}

.support-list_item img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.15s linear;
}
.support-list_item img:hover {
  opacity: 0.7;
}

/*------------------------ 製品情報ページ（202509）------------------------*/
/*------------------------ トップページ調整（202510）------------------------*/
@media screen and (min-width: 768px) {
.home .home-service_nav {
    grid-template-columns: repeat(3, 1fr);
}
}
.home-product_nav LI H3 {
    font-size: 1.8rem;
	font-weight:800;
    width: 100%;
    text-align: center;
    background-color: rgba(204, 204, 204, 0.6);
    padding: 10px;
	color: #004ea2;
	text-shadow: none;
}
.home-product_nav LI H3::after {
	border-bottom:none;
	margin:0;
}
/*------------------------ トップページ調整（202510）------------------------*/

/*------------------------ ECO-Friendly バナー（202604）------------------------*/
.ecofriendly-banner {
  margin: 60px 0 40px;
  text-align: center;
}
.ecofriendly-banner A {
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 4px;
  overflow: hidden;
}
.ecofriendly-banner A:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ecofriendly-banner IMG {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
}
.post-body .ecofriendly-banner__lead {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.csr-figure {
  margin: 0;
  padding: 0;
}
.csr-figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.csr-figcaption {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 24px;
  color: #444444;
  font-weight: 100;
  font-family: "Noto Sans JP", sans-serif;
}

.csr-factory-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.csr-factory-grid figure {
  margin: 0;
}
.csr-factory-grid img {
  display: block;
  width: 100%;
  height: auto;
}
.csr-factory-row {
  display: flex;
  gap: 20px;
}
.csr-factory-row .csr-factory-sub {
  flex: 1 1 0;
  min-width: 0;
}
