@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

html {
  width: 100%;
  font-size: 100%;
  touch-action: manipulation;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  color: #333333;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

input,
select {
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.l-header {
  width: 100%;
}

.l-main {
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .l-main {
    margin-top: 44px;
  }
}

.l-footer {
  width: 100%;
}

.l-contents {
  width: 100%;
}

.l-contents--bg-blue {
  background-color: #003366;
}

@media print,
screen and (min-width: 768px) {
  .l-contents__inner {
    max-width: 1044px;
    margin: 0 auto;
  }
}

@media not all and (min-width: 768px) {
  .l-contents__inner {
    padding: 0 6.4%;
  }
}

.l-contents__inner--width-small {
  max-width: 850px;
}

.c-rounded-button {
  display: block;
  width: 100%;
  background-color: #003366;
  padding-top: 9px;
  padding-right: 5px;
  padding-bottom: 9px;
  padding-left: 5px;
  border: 2px solid #003366;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.c-rounded-button--paddingY-large {
  padding-top: 14px;
  padding-bottom: 14px;
}

.c-rounded-button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
}

@media (hover: hover) {
  .c-rounded-button:not(.is-disabled-hover):hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.c-rounded-button__text {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 0.875rem;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}

.c-rounded-button__text--fs-large {
  font-size: 1.5rem;
}

@media (hover: hover) {
  .c-rounded-button:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: #003366;
  }
}

.c-rounded-button--bg-white {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}

.c-rounded-button--bg-white::before {
  background-color: #003366;
}

.c-rounded-button--bg-white .c-rounded-button__text {
  color: #003366;
}

@media (hover: hover) {
  .c-rounded-button--bg-white:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: #ffffff;
  }
}

.c-rounded-button--bg-black {
  border: 1px solid black;
  background-color: black;
}

.c-rounded-button--bg-black::before {
  background-color: white;
}

.c-rounded-button--bg-black .c-rounded-button__text {
  color: white;
}

@media (hover: hover) {
  .c-rounded-button--bg-black:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: black;
  }
}

.c-rounded-button--bg-transparent {
  border: 2px solid #ffffff;
  background-color: transparent;
}

.c-rounded-button--bg-transparent .c-rounded-button__text {
  color: #ffffff;
}

.c-rounded-button--bg-transparent:before {
  background-color: #ffffff;
}

@media (hover: hover) {
  .c-rounded-button--bg-transparent:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: #4c7094;
  }
}

.c-rounded-button--border-black {
  border: 2px solid #000000;
}

.c-rounded-button--border-black .c-rounded-button__text {
  color: #000000;
}

.c-rounded-button--border-black:before {
  background-color: #000000;
}

@media (hover: hover) {
  .c-rounded-button--border-black:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: #ffffff;
  }
}

.c-rounded-button--tag {
  width: auto;
  border: 2px solid #000000;
  background-color: #e9ecf2;
  padding: 5px 1em;
}

.c-rounded-button--tag .c-rounded-button__text {
  color: #000000;
}

.c-rounded-button--tag:before {
  background-color: #000000;
}

@media (hover: hover) {
  .c-rounded-button--tag:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: #e9ecf2;
  }
}

@media not all and (min-width: 768px) {
  #header-pc {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  #header-pc {
    display: block;
  }
}

#header-pc div {
  display: block;
  position: relative;
  height: 1%;
}

#header-pc.p-header {
  position: relative;
  font-size: 0.8125rem;
}

#header-pc .p-header__inner {
  display: flex;
  justify-content: space-between;
  width: auto;
  max-width: 1280px;
  padding: 12px 16px 5px;
  margin: 0 auto;
  text-align: left;
}

#header-pc .p-site-copy {
  position: absolute;
  top: 12px;
  font-size: 0.6875rem;
  text-align: left;
  margin: 0 0 0 117px;
  padding: 0;
}

#header-pc .p-header-Left {
  width: 445px;
  margin: 2px 0 0;
}

#header-pc .p-site-logo {
  width: 92px;
  height: 38px;
  margin: 0 5px 0 0;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  #header-pc .p-site-logo:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

#header-pc .p-unique-copy {
  position: absolute;
  top: 12px;
  font-size: 0.625rem;
  color: #f2f4f8 !important;
  text-align: left;
  margin: 0 0 0 117px;
  padding: 0;
}

#header-pc .p-top-link {
  margin: 7px 11px 0 0;
  font-size: 0.625rem;
  color: #004098;
  vertical-align: middle;
}

#header-pc .p-top-link a {
  color: #004098;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  #header-pc .p-top-link a:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

#header-pc .p-header-right {
  width: 515px;
  text-align: right;
  margin: -3px 0 0;
}

#header-pc .p-head-right-menu {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 2px 0 -4px;
}

#header-pc .p-link {
  margin-right: 7px;
}

#header-pc .p-link a {
  color: #0099cc;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  #header-pc .p-link a:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

#header-pc .p-site-search {
  color: #0099cc;
  margin-bottom: 4px;
  margin-left: 0;
}

#header-pc .p-site-search input#SS_searchQuery {
  width: 115px;
  height: 20px;
  padding: 0 25px 0 5px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  vertical-align: bottom;
  margin-top: -2px;
}

#header-pc .p-site-search input#SS_searchSubmit {
  position: absolute;
  top: 6px;
  right: 100px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  line-height: 0;
  background: url("https://www.his-j.com//cmn/headfoot/images/search_2019.png") no-repeat top center;
  border: 0 none;
  vertical-align: bottom;
  padding: 0;
  cursor: pointer;
}

#header-pc .p-mypage-button {
  display: block;
  font-size: 0.75rem;
  text-align: center;
  background: #004098;
  border-radius: 3px;
  margin-left: 7px;
  margin-bottom: 2px;
  transition: opacity 0.3s;
}

#header-pc .p-mypage-button a {
  display: block;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  padding: 6px 5px 5px;
}

#header-pc .p-mypage-button span {
  display: block;
}

@media (hover: hover) {
  #header-pc .p-mypage-button:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

#header-pc .p-flag {
  display: inline;
  position: relative;
  font-size: 0.75rem;
  text-align: center;
}

#header-pc .p-flag__image {
  position: relative;
  top: 0;
  background: url("https://www.his-j.com/cmn/headfoot/images/sprite_commonNEW2019.png") no-repeat -16px -79px;
}

#header-pc .p-account-menu {
  font-size: 0;
  overflow: hidden;
  padding: 0 !important;
  margin: 0;
}

#header-pc .p-account-menu__list {
  display: inline-block;
  margin: 15px 0 0;
}

#header-pc .p-account-menu__list-item {
  display: inline;
  font-size: 0.6875rem;
  letter-spacing: 0.03em;
  margin-right: 12px;
}

#header-pc .p-account-menu__list-item:last-child {
  margin-right: 0;
}

#header-pc .p-account-menu__list-item a {
  color: #0099cc;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  #header-pc .p-account-menu__list-item a:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

@media not all and (min-width: 768px) {
  #header-sp {
    display: block;
  }
}

@media print,
screen and (min-width: 768px) {
  #header-sp {
    display: none;
  }
}

#header-sp.p-header-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#header-sp.p-header-container.is-fixed {
  overscroll-behavior-y: none;
  overflow-y: auto;
  height: 100vh;
}

#header-sp .p-header {
  width: 100%;
  height: calc(100% + 1px);
  overflow-y: auto;
  background-color: #ffffff;
}

#header-sp .p-header__inner {
  display: flex;
  height: 54px;
  background: #004098;
  padding: 10px 15px;
  margin: 0;
}

#header-sp .p-site-logo {
  width: 15.41%;
  margin-right: 3.77%;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  #header-sp .p-site-logo:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

#header-sp .p-site-copy {
  color: #fff;
  font-size: 57.14%;
  line-height: 1.13;
  width: 30%;
  letter-spacing: 0;
}

#header-sp .p-site-copy__link {
  font-size: 100%;
  font-weight: normal;
  color: #fff;
  line-height: 1.13;
  letter-spacing: 0;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  #header-sp .p-site-copy__link:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

#header-sp .p-site-menu {
  display: flex;
  justify-content: flex-end;
  min-width: 42.32%;
  margin-left: auto;
}

#header-sp .p-contact-button {
  display: block;
  width: 112px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  line-height: 1;
  font-size: 75%;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #f39700;
  border-radius: 15px;
  padding: 10px 10px;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  #header-sp .p-contact-button:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

#header-sp #navToggle.p-nav-toggle {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  transition: 0.5s ease-in-out;
  margin: 0 0 0 4.35%;
  cursor: pointer;
}

@media (hover: hover) {
  #header-sp #navToggle.p-nav-toggle:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

#header-sp #navToggle.p-nav-toggle li {
  display: block;
  height: 2px;
  background: #004098;
  position: absolute;
  width: 16px;
  left: 7px;
  transition: 0.5s ease-in-out;
}

#header-sp #navToggle.p-nav-toggle li:nth-child(1) {
  top: 8px;
}

#header-sp #navToggle.p-nav-toggle li:nth-child(2) {
  top: 14px;
}

#header-sp #navToggle.p-nav-toggle li:nth-child(3) {
  top: 20px;
}

#header-sp #navToggle.p-nav-toggle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 16px;
  height: 5px;
  margin-left: -8px;
  background: url("https://www.his-j.com/corp/images/common/navMenu.png") no-repeat center center/100%;
}

#header-sp #navToggle.p-nav-toggle.is-opened li {
  left: 6px;
  width: 18px;
  height: 4px;
}

#header-sp #navToggle.p-nav-toggle.is-opened li:nth-child(1) {
  transform: translateY(6px) rotateZ(135deg);
}

#header-sp #navToggle.p-nav-toggle.is-opened li:nth-child(2) {
  transform: scaleX(0);
}

#header-sp #navToggle.p-nav-toggle.is-opened li:nth-child(3) {
  transform: translateY(-6px) rotateZ(-135deg);
}

#header-sp #navToggle.p-nav-toggle.is-opened::after {
  background: url("https://www.his-j.com/corp/images/common/navClose.png") no-repeat center center/100%;
}

.p-side-menu {
  display: flex;
  width: 360px;
  position: fixed;
  top: 25%;
  right: -317px;
  padding-left: 43px;
  z-index: 5;
  visibility: hidden;
  transition: all 0.6s !important;
}

@media not all and (min-width: 768px) {
  .p-side-menu {
    width: 96%;
    max-width: 360px;
    right: max(-84.5333333333%, -317px);
  }
}

.p-side-menu.is-opened {
  margin-right: 317px;
}

@media not all and (min-width: 768px) {
  .p-side-menu.is-opened {
    margin-right: min(84.5333333333%, 317px);
  }
}

.p-side-menu.aos-animate {
  visibility: visible;
}

.p-side-menu__heading {
  flex-shrink: 0;
  writing-mode: vertical-rl;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  color: #ffffff;
  background-color: #003366;
  border-radius: 10px 0 0 10px;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.23);
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 11px;
  transition: background-color 0.5s;
  cursor: pointer;
}

@media (hover: hover) {
  .p-side-menu__heading:not(.is-disabled-hover):hover {
    background-color: #00468C;
  }
}

.p-side-menu__contents {
  width: 100%;
  padding: 22px 13px 14px;
  background-color: #ffffff;
  border-radius: 0 0 0 10px;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.23);
  overflow-x: hidden;
  overflow: auto;
  z-index: 1;
}

.p-side-contact {
  padding: 14px 10px;
  background-color: #e9ecf2;
}

.p-side-contact+.p-side-contact {
  margin-top: 16px;
}

.p-side-contact__text {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}

.p-side-contact__button {
  width: 200px;
  margin: 10px auto 0;
}

.p-side-close-button {
  display: block;
  font-size: 0.875rem;
  color: #a9a9a9;
  text-align: right;
  margin-top: 10px;
  margin-left: auto;
  transition: opacity 0.3s;
  cursor: pointer;
}

@media (hover: hover) {
  .p-side-close-button:not(.is-disabled-hover):hover {
    opacity: 0.6;
  }
}

#gNav.p-nav {
  position: sticky;
  top: -1px;
  width: calc(100% - 100px);
  height: 84px;
  left: 50px;
  background-color: #ffffff;
  border-top: 4px solid #0057B8;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  box-sizing: content-box;
}

@media not all and (min-width: 768px) {
  #gNav.p-nav {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  #gNav.p-nav {
    display: block;
  }
}

#gNav.p-nav::before,
#gNav.p-nav::after {
  content: "";
  position: absolute;
  top: -4px;
  width: 50px;
  height: calc(100% + 4px);
  background-color: #ffffff;
  border-top: 4px solid #0057B8;
}

#gNav.p-nav::before {
  left: -50px;
  border-radius: 0 0 0 100%;
}

#gNav.p-nav::after {
  right: -50px;
  border-radius: 0 0 100% 0;
}

#gNav .p-nav__inner {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

#gNav .p-nav__left-list,
#gNav .p-nav__right-list {
  display: flex;
}

#gNav .p-nav__left-list {
  width: 550px;
}

#gNav .p-nav__left-list .p-nav__list-item {
  flex-shrink: 0;
  cursor: pointer;
}

#gNav .p-nav__left-list .p-nav__list-item.is-active .p-sub-menu-title {
  border-bottom: 8px solid #003366;
}

#gNav .p-nav__left-list .p-nav__list-item .p-sub-menu-title {
  position: relative;
  display: block;
  height: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  padding: 27px 25px;
}

@media only screen and (max-width: 1024px) {
  #gNav .p-nav__left-list .p-nav__list-item .p-sub-menu-title {
    font-size: 1rem;
    padding: 30px 10px;
  }
}

#gNav .p-nav__left-list .p-nav__list-item:not(.is-active) .p-sub-menu-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 8px;
  background-color: #003366;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: translateX(-100%);
}

@media (hover: hover) {
  #gNav .p-nav__left-list .p-nav__list-item:not(.is-disabled-hover):hover:not(.is-active) .p-sub-menu-title::after {
    opacity: 1;
    transform: translateX(0);
  }

  #gNav .p-nav__left-list .p-nav__list-item:not(.is-disabled-hover):hover .p-sub-menu {
    display: flex;
  }
}

@media only screen and (max-width: 1024px) {
  #gNav .p-nav__left-list {
    width: 364px;
  }
}

#gNav .p-nav__right-list {
  width: calc(100% - 685px);
  flex-wrap: wrap;
  justify-content: flex-end;
  transition: opacity 0.3s;
}

#gNav .p-nav__right-list .p-nav__list-item {
  text-align: right;
  margin-right: 30px;
}

#gNav .p-nav__right-list .p-nav__list-item a {
  font-size: 1rem;
  font-weight: bold;
}

@media (hover: hover) {
  #gNav .p-nav__right-list .p-nav__list-item a:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 1024px) {
  #gNav .p-nav__right-list .p-nav__list-item a {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 1150px) {
  #gNav .p-nav__right-list {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  #gNav .p-nav__right-list {
    width: calc(100% - 519px);
  }
}

#gNav .p-nav__link-container {
  text-align: center;
  width: 155px;
}

#gNav .p-nav__link {
  font-size: 0.75rem;
  font-weight: bold;
  transition: opacity 0.3s;
  background: url("../images//common/icon_blank_blue.png") no-repeat right 0 center/13px;
  padding-right: 15px;
}

@media (hover: hover) {
  #gNav .p-nav__link:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

#gNav .p-sub-menu {
  position: absolute;
  display: none;
  max-width: 1100px;
  background-color: #ffffff;
}

#gNav .p-sub-menu.is-opened {
  display: flex;
}

#gNav .p-sub-menu__list {
  /*width: 60%;*/
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
}

#gNav .p-sub-menu__list_no-article {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
}

@media only screen and (max-width: 1024px) {
  #gNav .p-sub-menu__list {
    display: flex;
    width: 50%;
  }
}

#gNav .p-sub-menu__list-item {
  display: flex;
  align-items: center;
  width: calc((100% - 10px) / 3);
  min-width: 200px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 8px;
  padding: 16px;
  transition: opacity 0.3s;
}

#gNav .p-sub-menu__list-item::before {
  content: "";
  display: block;
  margin-right: 16px;
  flex-shrink: 0;
}

#gNav .p-sub-menu__list-item--info::before {
  width: 28px;
  height: 29px;
  background: url("../images/common/icon_document_black.svg") no-repeat left 0 top 0/contain;
}

@media (hover: hover) {
  #gNav .p-sub-menu__list-item--info:not(.is-disabled-hover):hover::before {
    background: url("../images/common/icon_document_white.svg") no-repeat left 0 top 0/contain;
  }
}

#gNav .p-sub-menu__list-item--bag::before {
  width: 27px;
  height: 32px;
  background: url("../images/common/icon_bag_black.svg") no-repeat left 0 top 0/contain;
}

@media (hover: hover) {
  #gNav .p-sub-menu__list-item--bag:not(.is-disabled-hover):hover::before {
    background: url("../images/common/icon_bag_white.svg") no-repeat left 0 top 0/contain;
  }
}

@media (hover: hover) {
  #gNav .p-sub-menu__list-item:not(.is-disabled-hover):hover {
    background-color: #9db6cf;
  }

  #gNav .p-sub-menu__list-item:not(.is-disabled-hover):hover a {
    color: #ffffff;
  }
}

@media only screen and (max-width: 1024px) {
  #gNav .p-sub-menu__list-item {
    width: 100%;
  }
}

#gNav .p-sub-menu__article {
  /*width: 40%;*/
  width: 30%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #e9ecf2;
  /*padding: 60px 40px;*/
  padding: 20px;
}

@media only screen and (max-width: 1024px) {
  #gNav .p-sub-menu__article {
    width: 50%;
  }
}

#gNav .p-sub-menu__article-item {
  margin: 5px 5px;
}

#gNav .p-sub-menu__article-image {
  border-radius: 8px;
}

#gNav .p-sub-menu__article-title {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 20px;
}

#gNavSp {
  padding-bottom: 100px !important;
}

#gNavSp .p-nav {
  height: calc(100% - 54px);
  display: block;
  overflow-y: auto;
  background-color: #ffffff;
}

#gNavSp .p-nav-list {
  padding-top: 50px;
}

#gNavSp .p-nav-list .p-nav-list__item.is-opened .p-nav-list__item-title--accordion::after {
  transform: translateY(-50%) rotateZ(0);
}

#gNavSp .p-nav-list__item-title {
  font-size: 1.25rem;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: opacity 0.3s;
  padding: 16px calc(5.3333333333% + 50px);
}

#gNavSp .p-nav-list__item-title--accordion {
  position: relative;
}

#gNavSp .p-nav-list__item-title--accordion::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(5.3333333333% + 15px);
  transform: translateY(-50%) rotateZ(60deg);
  transition: transform 0.3s;
  display: block;
  width: 12px;
  height: 11px;
  background: url("../images/common/icon_triangle_black.svg") no-repeat center/contain;
}

@media (hover: hover) {
  #gNavSp .p-nav-list__item-title:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

#gNavSp .p-nav-list__item-contents {
  background-color: #e9ecf2;
}

#gNavSp .p-nav-list__contact-button {
  width: 155px;
  margin: 16px auto 0;
}

#gNavSp .p-nav-list__link-container {
  text-align: center;
  margin-top: 12px;
}

#gNavSp .p-nav-list__link {
  font-size: 0.75rem;
  background: url("../images//common/icon_blank_blue.png") no-repeat right 0 center/15px;
  padding-right: 20px;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  #gNavSp .p-nav-list__link:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

#gNavSp .p-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5.3333333333%;
}

#gNavSp .p-links__item {
  width: 50%;
  font-size: 0.875rem;
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  #gNavSp .p-links__item:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

#gNavSp .p-links__item span {
  font-size: 0.75rem;
  font-weight: normal;
  padding-left: 5px;
}

#gNavSp .p-links__item a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 16px 25px 16px 5px;
  background: url("../images/common/icon_arrow_gray.svg") no-repeat right 15px center/7px 12px;
}

#gNavSp .p-links__item--wide {
  width: 100%;
}

#gNavSp .p-links__item--icon-info {
  background: url("../images/common/icon_document_black.svg") no-repeat left 5px center/20px 21px;
}

#gNavSp .p-links__item--icon-info a {
  padding-left: 30px;
}

#gNavSp .p-links__item--icon-bag {
  background: url("../images/common/icon_bag_black.svg") no-repeat left 5px center/20px 24px;
}

#gNavSp .p-links__item--icon-bag a {
  padding-left: 30px;
}

#gNavSp .p-articles {
  display: flex;
  justify-content: center;
  padding: 25px 5.3333333333% 40px;
}

#gNavSp .p-articles__item {
  transition: opacity 0.3s;
}

@media (hover: hover) {
  #gNavSp .p-articles__item:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

#gNavSp .p-articles__item+.p-articles__item {
  margin-left: 36px;
}

#gNavSp .p-articles__image {
  border-radius: 8px;
}

#gNavSp .p-articles__title {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.p-article-slider {
  margin-bottom: 0 !important;
}

@media print,
screen and (min-width: 768px) {
  .p-article-slider .p-article-slider-item-container {
    display: flex;
  }
}

@media not all and (min-width: 768px) {
  .p-article-slider .p-article-slider-item-container {
    display: block;
  }
}

.p-article-slider .p-article-slider-item {
  border-radius: 12px;
  transition: background-color 0.5s;
}

@media print,
screen and (min-width: 768px) {
  .p-article-slider .p-article-slider-item {
    width: 524px;
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 5px 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-article-slider .p-article-slider-item {
    margin: 0 auto;
  }
}

@media not all and (min-width: 768px) {
  .p-article-slider .p-article-slider-item {
    display: block;
    padding: 20px 10px;
  }

  .p-article-slider .p-article-slider-item+.p-article-slider-item {
    margin-top: 10px;
  }
}

@media (hover: hover) {
  .p-article-slider .p-article-slider-item:not(.is-disabled-hover):hover {
    background-color: #f2f4f8;
  }

  .p-article-slider .p-article-slider-item:not(.is-disabled-hover):hover .p-article-slider-item__image img {
    transform: scale(105%);
  }

  .p-article-slider .p-article-slider-item:not(.is-disabled-hover):hover .p-article-slider-item__image-full img {
    transform: scale(105%);
  }
}

.p-article-slider .p-article-slider-item__image {
  overflow: hidden;
  border-radius: 8px;
}

.p-article-slider .p-article-slider-item__image-full {
  overflow: hidden;
  border-radius: 8px;
}

@media print,
screen and (min-width: 768px) {
  .p-article-slider .p-article-slider-item__image {
    width: 200px !important;
    flex-shrink: 0;
  }

  .p-article-slider .p-article-slider-item__image-full {
    width: 100%;
    flex-shrink: 0;
  }
}

@media not all and (min-width: 768px) {
  .p-article-slider .p-article-slider-item__image {
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
  }

  .p-article-slider .p-article-slider-item__image-full {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

.p-article-slider .p-article-slider-item__image img {
  transition: transform 0.5s;
}

.p-article-slider .p-article-slider-item__image-full img {
  transition: transform 0.5s;
  margin: 0 auto;
}

.p-article-slider .p-article-slider-item__text-container {
  background: url("../images/common/icon_arrow_blue.svg") no-repeat right center/18px 38px;
  transition: transform 0.5s;
}

@media print,
screen and (min-width: 768px) {
  .p-article-slider .p-article-slider-item__text-container {
    width: calc(100% - 200px);
    background: url("../images/common/icon_arrow_blue.svg") no-repeat right center/18px 38px;
    padding: 0 35px 0 16px;
  }
}

@media not all and (min-width: 768px) {
  .p-article-slider .p-article-slider-item__text-container {
    background: url("../images/common/icon_arrow_blue.svg") no-repeat right bottom 10px/18px 38px;
    padding-right: 35px;
    margin-top: 24px;
  }
}

.p-article-slider .p-article-slider-item__title {
  font-size: 1.25rem;
  font-weight: bold;
}

.p-article-slider .p-article-slider-item__explain {
  font-size: 1rem;
  /*font-weight: bold;*/
}

@media print,
screen and (min-width: 768px) {
  .p-article-slider .p-article-slider-item__explain {
    margin-top: 20px;
  }
}

@media not all and (min-width: 768px) {
  .p-article-slider .p-article-slider-item__explain {
    margin-top: 16px;
  }
}

.p-article-slider .slick-dots {
  bottom: -40px !important;
  text-align: center;
}

.p-article-slider .slick-dots li button:before {
  opacity: 1;
  color: #ffffff;
}

.p-article-slider .slick-dots li.slick-active button:before {
  opacity: 0.2;
  color: #333333;
}

@media not all and (min-width: 768px) {
  .u-display-pc {
    display: none !important;
  }
}

@media print,
screen and (min-width: 768px) {
  .u-display-sp {
    display: none !important;
  }
}

.u-text-align-center {
  text-align: center;
}

.u-text-align-left {
  text-align: left;
}

.u-text-align-right {
  text-align: right;
}

.u-font-weight-normal {
  font-weight: normal !important;
}

.u-font-weight-bold {
  font-weight: bold !important;
}

/*-------------------------
  others
-------------------------*/
.full {
  width: 100% !important;
  width: 100% !important;
}

/*-------------------------
  breadcrumb-corp
-------------------------*/
/*↓↓改修版パンくず用 230712～↓↓*/
#breadcrumb-corp {
  font-size: 0.8rem;
  color: #555;
  line-height: 1;
  padding: 1.25rem 0;
  background: #FFF;
}

#breadcrumb-corp a {
  color: #004098;
  margin-right: 1em;
}

#breadcrumb-corp a:after {
  content: ">";
  display: inline-block;
  margin-left: 1em;
}

#breadcrumb-corp a:hover {
  text-decoration: underline;
}

@media print,
screen and (max-width: 768px) {
  #breadcrumb-corp {
    display: flex;
    white-space: nowrap;
    overflow: auto;
    /*margin-top: 50px;*/
  }

  #breadcrumb-corp a {
    margin-right: 0.5rem;
  }

  #breadcrumb-corp a:after {
    margin-left: 0.5rem;
  }
}

/*↑↑改修版パンくず用 230712～↑↑*/
/*-------------------------
  p-contetns-contact
-------------------------*/
.p-contetns-contact {
  padding: 5rem 1.5rem
}

@media not all and (min-width: 768px) {
  .p-contetns-contact {
    padding: 1rem 1.5rem
  }
}

.p-contetns-contact+.p-contetns-contact {
  margin-top: 16px;
}

.p-contetns-contact__lead {
  font-size: 1.275rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}

@media print,
screen and (min-width: 768px) {
  .p-contetns-contact__lead {
    position: relative;
    display: block;
    padding: 0 45px;
    margin-bottom: 2.5rem;
  }

  .p-contetns-contact__lead:before,
  .p-contetns-contact__lead:after {
    content: '';
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #333;
  }

  .p-contetns-contact__lead:before {
    left: 0;
    transform: rotate(60deg);
  }

  .p-contetns-contact__lead:after {
    right: 0;
    transform: rotate(-60deg);
  }
}

.p-contetns-contact__text {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 1.2rem;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}

@media (hover: hover) {
  .c-rounded-button:not(.is-disabled-hover):hover .p-contetns-contact__text {
    color: #003366;
  }
}

.p-contetns-contact__button {
  width: 680px;
  margin: 15px auto 0;
  text-align: center;
  padding: 1rem;
}

@media not all and (min-width: 768px) {
  .p-contetns-contact__button {
    width: 100%;
  }
}

/*-------------------------
  p-qa-list 
-------------------------*/
.p-qa-list__item {
  background-color: #E9ECF2;
}

.p-qa-list__item+.p-qa-list__item {
  margin-top: 8px;
}

.p-qa-list__question {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.p-qa-list__question-text {
  display: block;
  width: calc(100% - (40px + 1em));
}

.p-qa-list__toggle-button {
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #707F89;
  border-radius: 50%;
  margin-left: 1em;
}

.p-qa-list__toggle-button::before,
.p-qa-list__toggle-button::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-qa-list__toggle-button::before {
  width: 16px;
  height: 2px;
}

.p-qa-list__toggle-button::after {
  width: 2px;
  height: 16px;
}

.is-opened .p-qa-list__toggle-button::after {
  width: 0;
  height: 0;
}

.p-qa-list__answer {
  display: none;
}

.is-opened .p-qa-list__answer {
  display: block;
}

.p-qa-list a {
  color: #336699;
  text-decoration: underline;
}

@media print,
screen and (min-width: 768px) {
  .p-qa-list__question {
    font-size: 1.25rem;
    padding: 30px;
    cursor: pointer;
  }

  .p-qa-list__question:hover {
    opacity: .8;
  }

  .p-qa-list__answer {
    font-size: 1rem;
    padding: 0 30px 30px;
  }
}

@media not all and (min-width: 768px) {
  .p-qa-list__question {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 0.875rem;
    padding: 15px;
  }

  .p-qa-list__answer {
    font-size: 0.875rem;
    padding: 0 15px 15px;
  }
}

/*-------------------------
事例
-------------------------*/
.voice {
  background-color: #e9ecf2;
  border-radius: 12px;
  padding: 20px;
  margin-top: 84px;
}

.voice h3 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  text-align: center;
}

.voice h3:before,
.voice h3:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

.voice h3:before {
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  left: 0;
}

.voice h3:after {
  content: '';
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  right: 0;
}

.voice h3 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #003366;
  margin-bottom: 1rem;
}

.voice-item {
  margin-bottom: 1rem;
}

.voice-item ul {
  margin: 0.5em;
  padding-left: 1em;
  text-indent: -1.4em;
}

.voice-item ul li:before {
  content: "・";
  color: #ccc;
  font-size: 1.3rem;
}

.voice-item ul li {
  line-height: 1.4rem;
}

.voice-item h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.75;
  border-bottom: 1px solid #666;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.voice-item span {
  font-weight: bold;
}

.voice .p-issue-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.5s;
  border-radius: 12px;
}

.voice .p-issue-item {
  display: flex;
  flex-direction: column;
  margin: 2em 0;
  width: 100%;
}

.voice .p-info {
  column-gap: 32px;
}

.comment-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 1.2rem;
  background: #f4f7fd;
  border-radius: 12px;
  margin-top: 1.2rem;
}

.comment-image img {
  transition: transform 0.5s;
  border-radius: 50%;
}

.comment-image {
  width: 80px;
  margin-inline: auto;
}

.comment-detail {
  width: 100%;
}

.comment-heading {
  font-weight: bold;
}

@media not all and (min-width: 768px) {
  .voice {
    padding: 30px 6.4%;
  }

  .voice h3 {
    margin-top: 1rem;
  }

  .voice .p-issue-item {
    margin: 0;
  }
}

@media (min-width: 640px) {
  .comment-item {
    flex-direction: row;
  }

  .comment-image {
    width: 165px;
  }
}


/*-------------------------
  お知らせ
-------------------------*/
#news {
  margin-top: 0px;
  margin-bottom: 5rem;
}

#news .p-news-list {
  margin-top: 0;
}

/*-------------------------
  お知らせ（スクロールバー）
-------------------------*/
@media print,
screen and (min-width: 768px) {
  .p-news-list-sb {
    margin-bottom: 10%;
    height: 280px;
    overflow-y: scroll;
    padding-right: 50px;
    margin-top: 0 !important;
  }
}

/* scroll bar */
.p-news-list-sb::-webkit-scrollbar {
  width: 8px;
}

.p-news-list-sb::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
}

.p-news-list-sb::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 10px;
  box-shadow: none;
}

.p-news-list-sb dl {
  display: flex;
}

.p-news-list__tag {
  display: inline;
}

.p-news-list-sb dl dt {
  margin-right: 2em;
}

.p-news-list-sb dl dd {
  width: 80%;
}

.p-news-list-sb dl dt img {
  width: 125px;
}

@media not all and (min-width: 768px) {
  .p-news-list-sb {
    height: 380px;
    display: block;
    overflow-y: scroll;
    margin: 2rem 0 3rem 0 !important;
  }

  .p-news-list__tag {
    display: inline-block;
  }

  .p-news-list-sb dl dd {
    font-size: 0.8rem;
  }

  .p-news-list-sb dl dt {
    margin-right: 1em;
  }

  .p-news-list-sb dl dt img {
    width: 90px;
  }
}

/*-------------------------
  others
-------------------------*/
/*===== hover無効 =====*/
/*画像アニメーション*/
@media (hover: hover) {
  .n-hover:not(.is-disabled-hover):hover .p-info-item__image img {
    transform: scale(100%) !important;
    pointer-events: none;
  }
}

/*お知らせ*/
@media (hover: hover) {
  .n-hover__link:not(.is-disabled-hover):hover {
    background-color: #FFF !important;
  }
}

.n-hover__detail {
  background-image: none !important;
}

/*mv内ボタン*/
@media print,
screen and (min-width: 768px) {
  .mv-rounded-button {
    width: 350px;
    margin-top: 30px;
    padding: 1rem;
    display: inline-block;
  }

  .mv-rounded-button__text {
    font-size: 1rem;
  }
}

@media not all and (min-width: 768px) {
  .mv-rounded-button {
    width: 300px;
    margin: 30px 0 0;
    padding: 1rem;
  }
}

/*===== 装飾 =====*/
.fc-blue {
  color: #003366;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.jc-c {
  justify-content: center !important;
}

table .tdc {
  background-color: #adbbd8;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}


.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
}


/* 20240720追加*/
.p-menu-item .c-rounded-button-w {
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding-top: 9px;
  padding-right: 5px;
  padding-bottom: 9px;
  padding-left: 5px;
  border: 2px solid #003366;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.p-menu-item .c-rounded-button-w__text {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 0.875rem;
  color: #003366;
  transition: color 0.6s;
  z-index: 2;
}

@media (hover: hover) {
  .p-menu-item .c-rounded-button-w:not(.is-disabled-hover):hover .c-rounded-button-w__text {
    color: #ffffff;
  }
}

.p-menu-item .c-rounded-button-w::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #003366;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
}

@media (hover: hover) {
  .p-menu-item .c-rounded-button-w:not(.is-disabled-hover):hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}


/*20250120追加
@media not all and (min-width: 768px) {
#hubspot-messages-iframe-container iframe {
    padding: 27% 5% 0 0;
}}*/