@charset "UTF-8";
body {
  font-family: "Arial";
  color: #333333;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.about-text-area__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #004290;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about-text-area__title {
    font-size: 2.625rem;
  }
}
.about-text-area__img {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.about-text-area-img {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.about-text-area__img::before {
  content: "";
  display: block;
  padding-top: 66.56%;
}
.about-text-area__img img {
  position: absolute;
  border: solid 1px #f2f2f2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-text-area__text {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .about-text-area__text {
    font-size: 1rem;
  }
}
.accordion-card {
  color: #fff;
}
.accordion-card__img {
  position: relative;
  width: 100%;
}
.accordion-card__img::before {
  content: "";
  display: block;
  padding-top: 38.25%;
}
.accordion-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordion-card__link {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  padding: 15px 0;
  padding: 0.9375rem 0;
  padding-right: 15px;
  padding-right: 0.9375rem;
  display: inline-block;
  position: relative;
}
.accordion-card__link::before {
  content: "";
  position: absolute;
  top: 43%;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.accordion-card__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  opacity: 0.8;
}

.base-slider {
  padding-bottom: 40px;
}
.base-slider__item {
  position: relative;
  width: 100%;
}
.base-slider__item::before {
  content: "";
  display: block;
  padding-top: 66.56%;
}
.base-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.base-slider .swiper-pagination-bullet-active {
  background-color: #004290;
}
.base-slider .swiper-pagination-bullet {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}

.slider-pc__wrapper {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.slider-pc__item {
  position: relative;
  width: 100%;
}
.slider-pc__item::before {
  content: "";
  display: block;
  padding-top: 60.81%;
}
.slider-pc__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-thumbnail__item {
  position: relative;
  width: 100%;
}
.slider-thumbnail__item::before {
  content: "";
  display: block;
  padding-top: 66.96%;
}
.slider-thumbnail__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-sp__wrapper {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.slider-box {
  position: relative;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #004290;
}

.swiper-button-next::after {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #203446;
  border-right: 1px solid #203446;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swiper-button-prev::after {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #203446;
  border-left: 1px solid #203446;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* SP表示　MVスライド移動ボタン調整 */
@media screen and (max-width: 768px) {
  a.bx-next {
  top: 30% !important;
  }
  a.bx-prev {
    top: 30% !important;
  }
}

.slider-box {
  max-width: 720px;
  position: relative;
}

.slider-pc,
.slider-thumbnail {
  max-width: 720px;
  margin-left: 0;
  margin-right: 0;
}

/* 前への矢印 */
.swiper-button-prev {
  left: -30px;
}

/* 次への矢印 */
.swiper-button-next {
  right: -30px;
}

.breadcrumbs__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs__inner {
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #efefef;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__inner {
    border-bottom: none;
  }
}

.breadcrumbs__list::after {
  content: "";
  display: inline-block;
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/icon-breadcrumbs.svg) no-repeat;
  background-size: contain;
  width: 4px;
  width: 0.25rem;
  height: 7px;
  height: 0.4375rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__list::after {
    width: 0.3125rem;
    height: 0.5rem;
  }
}

.breadcrumbs__list:last-child:after {
  display: none;
}

.breadcrumbs__link {
  color: #666;
  font-size: 10px;
  font-size: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__link {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumbs__link:hover {
    text-decoration: underline;
  }
}

.btn {
  margin: auto;
}

.btn a {
  color: #004290;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 30px;
  padding: 1.125rem 1.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid #004290 2px;
  width: 100%;
  margin-bottom:1em;
}
@media screen and (min-width: 768px) {
  .btn a {
    padding: 0.5rem;
  }
}

.btn a::after {
  content: "";
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/icon-link-blue.svg) no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  height: 0.875rem;
  margin-left: 0.625rem;
  margin-right: 0.65rem;
}

.btn--white a {
  color: #fff;
  border: solid #fff 2px;
}

.btn--white a::after {
  content: "";
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/icon-link.svg) no-repeat;
  background-size: contain;
  width: 7px;
  width: 0.4375rem;
  height: 14px;
  height: 0.875rem;
  margin-left: 14px;
  margin-left: 0.875rem;
}

.card-text-area {
  font-family: "Arial", sans-serif;
}
.card-text-area__inner {
  background-color: #F1F8FC;
  padding: 30px;
  padding: 1.875rem;
}
.card-text-area__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 25px;
  padding-left: 1.5625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
  display: block;
}
.card-text-area__title::before {
  position: absolute;
  content: "";
  border-bottom: 3px solid #004290;
  border-left: 3px solid #004290;
  width: 18.31px;
  width: 1.144375rem;
  height: 9.4px;
  height: 0.5875rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 5%;
  left: 0;
}
.card-text-area__text {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .card-text-area__text {
    font-size: 1rem;
  }
}

.column-nav {
  font-family: "Arial", sans-serif;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .column-nav {
    margin-top: 6.875rem;
    display: block;
  }
}
.column-nav__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 22px 50px 22px 10px;
  border-top: 1px solid #004290;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
}
.column-nav__item {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
}
.column-nav__item a {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.column-nav__item a:hover {
  background-color: #004290;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.u-blue {
  background-color: #004290;
  color: #fff;
}

.contact-link {
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/contact-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 69px;
  padding-top: 4.3125rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .contact-link {
    padding-top: 5.4375rem;
    padding-bottom: 5.4375rem;
  }
}

.contact-link__contents {
  max-width: 275px;
  max-width: 17.1875rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .contact-link__contents {
    max-width: 40.625rem;
  }
}

.contact-link__title {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
}

.contact-link__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.contact-link__btn {
  background: #004290;
  width: 100%;
  max-width: 275px;
  max-width: 17.1875rem;
  margin: 25px auto 0;
  margin: 1.5625rem auto 0;
}
@media screen and (min-width: 768px) {
  .contact-link__btn {
    max-width: 27.5rem;
    margin: 1.875rem auto 0;
  }
}

.contact-link__btn a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 0;
  padding: 2rem 0;
}

.contact-link__btn a::before {
  content: "";
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/Icon-mail.svg) no-repeat;
  background-size: contain;
  width: 25px;
  width: 1.5625rem;
  height: 20px;
  height: 1.25rem;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.footer {
  background: #202120;
}

.footer__inner {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-top: 5rem;
    padding-bottom: 5.875rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__title {
  color: rgba(255, 255, 255, .8);
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
}

.footer__address {
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 16px;
  margin-top: 1rem;
}

.footer__nav {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.footer__lists {
  border-top: rgba(255, 255, 255, .05) solid 1px;
}
@media screen and (min-width: 768px) {
  .footer__lists {
    max-width: 31.25rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
}

.footer__list {
  border-bottom: rgba(255, 255, 255, .05) solid 1px;
}
@media screen and (min-width: 768px) {
  .footer__list {
    border: none;
    max-width: 12.875rem;
    width: calc(50% - 2.65625rem);
  }
}

@media screen and (min-width: 768px) {
  .footer__list:nth-child(2n) {
    margin-left: 5.3125rem;
  }
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .8);
  padding: 14px 0;
  padding: 0.875rem 0;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .footer__link {
    font-size: 1.2rem;
  }
}

.footer__link::after {
  content: "";
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/icon-link.svg) no-repeat;
  background-size: contain;
  width: 6px;
  width: 0.375rem;
  height: 12px;
  height: 0.75rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__link::after {
    width: 0.5rem;
    height: 0.8125rem;
  }
}

.footer__copy {
  background: #1C1C1C;
  font-size: 11px;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, .5);
  font-weight: 300;
  padding: 30px 20px;
  padding: 1.875rem 20px;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    text-align: center;
    padding: 1.875rem 25px;
  }
}

.groups {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
  background: #F1F8FC;
}
@media screen and (min-width: 768px) {
  .groups {
    padding-top: 6.875rem;
    padding-bottom: 7.5625rem;
  }
}

.groups__contents {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .groups__contents {
    max-width: 68.5625rem;
    width: 100%;
    margin: 4.0625rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .groups__content {
    position: relative;
  }
}

.groups__content + .groups__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .groups__content + .groups__content {
    margin-top: 5rem;
  }
}

.groups__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .groups__img {
    max-width: 42.3125rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .groups__content:nth-child(2n) .groups__img {
    margin-left: auto;
  }
}

.groups__img::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 66.2686567%;
}
@media screen and (min-width: 768px) {
  .groups__img::before {
    padding-top: 66.4697194%;
  }
}

.groups__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.groups__text-box {
  background: #004290;
  color: #fff;
  padding: 30px;
  padding: 1.875rem;
}
@media screen and (min-width: 768px) {
  .groups__text-box {
    max-width: 33.125rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .groups__content:nth-child(2n) .groups__text-box {
    right: unset;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .groups__content:nth-child(3) .groups__text-box {
    padding-bottom: 7.625rem;
  }
}

.groups__content-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
}

.groups__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
}

.groups__btn {
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 275px;
  max-width: 17.1875rem;
}

.header {
  background: #fff;
  z-index: 10;
}

.header__inner {
  width: 100%;
  height: inherit;
  margin: 0 auto;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 0 0 2.5rem;
  }
}

.header__title {
  position: relative;
  width: 100%;
  max-width: 150px;
  max-width: 9.375rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header__title {
    max-width: 15.625rem;
    margin-top: 0.3125rem;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
  }
}

.header__jabtn {
  text-align: right;
}

.header__jabtn a {
  font-weight: 300;
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.header__jabtn img {
  max-width: 12px;
  max-width: 0.75rem;
  width: 100%;
  display: inline-block;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}


.header__link {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  color: #222;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.header__list {
  position: relative;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
}
.header__list::after {
  content: "";
  position: absolute;
  bottom: 11px;
  bottom: 0.6875rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 2px;
  height: 0.125rem;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
@media screen and (min-width: 768px) {
  .header__list:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.header__list--down {
  font-size: 18px;
  font-size: 1.125rem;
  color: #222;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  background: url(https://www.nomura-g.co.jp/hubfs/common/arrow_gnavi.svg) no-repeat;
  background-size: 0.75rem;
  background-position: 93% 28%;
  cursor: pointer;
}

.header__submenu {
  position: absolute;
  background: #EAEAEA;
  display: none;
  z-index: 20;
  top: 45px;
  top: 2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  width: 9.375rem;
}
.header__submenu--wide {
  width: 256px;
  width: 16rem;
}
.header__submenu li a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  display: block;
  color: #333;
  text-decoration: none;
}
.header__submenu li:first-child a {
  padding-top: 30px;
  padding-top: 1.875rem;
}
.header__submenu li:last-child a {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.header__submenu li .header__submenu__title {
  font-size: 16px;
  font-size: 1rem;
}
.header__submenu li a:hover {
  background: #004290;
  color: #fff;
}



.header__contact {
  background: #222;
  height: inherit;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.header__contact a {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: inherit;
  padding: 28px 35px;
  padding: 1.75rem 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__contact img {
  max-width: 18px;
  max-width: 1.125rem;
  width: 100%;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.header__btn {
  position: relative;
  width: 26px;
  width: 1.625rem;
  height: 18px;
  height: 1.125rem;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header__btn {
    display: none;
  }
}

.header__btn span {
  display: block;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #333;
  position: absolute;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.header__btn span:nth-child(1) {
  top: 0;
}

.header__btn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.header__btn span:nth-child(3) {
  bottom: 0;
}

.header__btn.is-active span:nth-child(1) {
  -webkit-transform: translateY(0.5rem) rotate(-45deg);
          transform: translateY(0.5rem) rotate(-45deg);
}

.header__btn.is-active span:nth-child(2) {
  opacity: 0;
}

.header__btn.is-active span:nth-child(3) {
  -webkit-transform: translateY(-0.5rem) rotate(45deg);
          transform: translateY(-0.5rem) rotate(45deg);
}

.header__spnav {
  display: block;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header__spnav {
    display: none;
  }
}

.header__splists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 208px;
  margin-top: 13rem;
  overflow: scroll;
}

.header__splist {
  list-style: none;
  text-align: center;
  padding-left: 4px;
  padding-left: 0.25rem;
}

.header__splist + .header__splist {
  padding-top: 31px;
  padding-top: 1.9375rem;
}

.header__splink {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: 2px;
  color: #222;
}

.header__spnav.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.img-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }
  @media screen and (min-width: 768px) {
    .img-text {
      display: block;
    }
  }
.img-text__alcoholic-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  @media screen and (min-width: 768px) {
    .img-text__alcoholic-voice {
      display: block;
    }
  }
.img-text__product_example {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  padding-bottom: 1em;
  }
 @media screen and (min-width: 768px) {
    .img-text__product_example {
      display: block;
      padding-bottom 1em;
    }
  }
  .img-text:not(:first-child) {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  @media screen and (min-width: 768px) {
    .img-text:not(:first-child) {
      margin-top: 0;
    }
  }
  @media screen and (min-width: 768px) {
    .img-text__contents {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }
  }
  .img-text__img {
    position: relative;
    width: 40%;
    margin-right: 11px;
    margin-right: 0.6875rem;
  }
  @media screen and (min-width: 768px) {
    .img-text__img {
      width: 100%;
    }
  }
  .img-text__img::before {
    content: "";
    display: block;
    padding-top: 66.97%;
  }
  .img-text__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .img-text__title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Arial", sans-serif;
  }
  @media screen and (min-width: 768px) {
    .img-text__title {
      margin-top: 0.625rem;
      font-size: 1rem;
    }
  }

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .link-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.link-area__link {
  width: 100%;
}
.link-area__link {
  background-repeat: no-rpeat;
  background-size: cover;
}
/*  .link-area__link:nth-child(1) {
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/about-img-rev@2x.jpg) no-repeat;
  background-size: cover;
}

.link-area__link:nth-child(2) {
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/top-sustainability.jpg) no-repeat;
  background-size: cover;
}  */

.link-area__link a {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 107px 0;
  padding: 6.6875rem 0;
}
@media screen and (min-width: 768px) {
  .link-area__link a {
    font-size: 2.5rem;
    padding: 12.8125rem 0;
  }
}

.link-area__link a::after {
  content: "";
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/icon-link.svg) no-repeat;
  background-size: contain;
  width: 12px;
  width: 0.75rem;
  height: 20px;
  height: 1.25rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .link-area__link a::after {
    margin-left: 1.3125rem;
  }
}

.link-btn a {
  color: #333;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .link-btn a {
    font-size: 1.875rem;
  }
}

.link-btn a::after {
  content: "";
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/icon-link-blue.svg) no-repeat;
  background-size: contain;
  width: 5px;
  width: 0.3125rem;
  height: 10px;
  height: 0.625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .link-btn a::after {
    width: 0.625rem;
    height: 0.875rem;
  }
}

.list-table {
  line-height: 1.6;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  padding: 1.25rem 0;
  flex-wrap: wrap;
  font-size: 15px;
  font-size: 0.9375rem;
  border-bottom: 1px solid #EFEFEF;
}
@media screen and (min-width: 768px) {
  .list-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
  }
}
.list-table__title {
  font-weight: 700;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .list-table__title {
    width: 13.5625rem;
  }
}
.list-table__text {
  font-family: "Arial", sans-serif;
}
.list-table__officers-list {
  border-spacing: 0;
  border-collapse: collapse;
  
}
.list-table__officers-list td{
  border: none ;
  padding-top: 0 ;
  padding-bottom: 0 ;
}
@media screen and (min-width: 768px) {
  .list-table__text {
    width: 100%;
    width: calc(100% - 217px);
  }
}
.list-table__link {
  color: #004290;
  border-bottom: 1px solid #004290;
}
/* .en-site .shop-table tbody tr th, td {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}  */

.list-table__officers-list td:not(:last-child) {
  padding-right: 40px;
  padding-right: 2.5rem;
}
.list-table__outline-contents {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.list-table__outline-contents dl:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.list-table__outline-contents dl dt {
  position: relative;
  padding-left: 16px;
}
.list-table__outline-contents dl dt::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #004290;
  top: 38%;
  left: 0;
}
.list-table__outline-contents dl dd {
  padding-left: 16px;
}

.office-wrapper:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.markets {
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-top: 1px solid #EFEFEF;
}
@media screen and (min-width: 768px) {
  .markets {
    padding-top: 5.625rem;
    padding-bottom: 6.4375rem;
    border: none;
  }
}

.markets__title.section-header__title {
  text-align: left;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .markets__title.section-header__title {
    font-size: 2.625rem;
  }
}

.markets__contents {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .markets__contents {
    margin-top: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.markets__content + .markets__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .markets__content + .markets__content {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .markets__content:nth-child(n+3) {
    margin-top: 3.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .markets__content {
    width: calc(50% - 1.25rem);
  }
}

.markets__content-img {
  position: relative;
}

.markets__content-img::before {
  content: "";
  display: block;
  padding-top: 56.119403%;
}

.markets__content-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.markets__btn {
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .markets__btn {
    padding-top: 1.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-link__item {
  color: #004290;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  padding: 5px;
  padding: 0.3125rem;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-link__item:not(:first-child) {
    margin-left: 2.5rem;
  }
}
.page-link__item::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #004290;
  border-left: 1px solid #004290;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 25%;
  left: 0;
}
.page-link__item a {
  display: block;
}


/* メインビジュアル */
.page-mv {
  padding-top: 81px;
  padding-top: 5.0625rem;
  padding-bottom: 81px;
  padding-bottom: 5.0625rem;
}
@media screen and (min-width: 768px) {
  .page-mv {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
}

.page-mv--service {
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/service-mv.jpg) no-repeat;
  background-size: cover;
  background-position-x: left;
}

.page-mv--metal {
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/subhero-img_metal.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* .page-mv--alcoholic{
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/alcoholic-beverages-mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
} */

/* .page-mv--engineering{
  background: url(https://www.nomura-g.co.jp/hubfs/engineering-solution-mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
} */
/* .page-mv--medical {
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/medical-mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
} */
.page-mv--sustainability {
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/sustainability-mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
/*   width: 1366px;
  height: 269px; */
}
/* .page-mv--sustainability::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  top: 0;
} */
.page-mv--metal::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  top: 0;
}

/* .page-mv--policy {
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/policy-mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 202px;
} */
@media screen and (min-width: 769px) {
  .page-mv--policy {
    height: 296px;
  }
}
.page-mv--policy::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  top: 0;
}

.page-mv__title {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .page-mv__title {
    font-size: 3.125rem;
  }
}

.page-mv__subtitle {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .page-mv__subtitle {
    font-size: 3.125rem;
  }
}
.alcoholic-voice-box {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  border: solid #003D84;
  text-align: center;
  color: #003D84;
}
.insta-content {
  margin: 1em 0.1em;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3.5em;
}
.instagram-icon {
  height: 40px;
  width: 170px;
  text-align: center;
}
.instagram-link {
  color: #004290;
 padding: 0.5em;
}


/* alcohoric table area */
.shop-info {
  display: flex;
  flex-direction: row;
  margin-bottom: 3em;
}
  @media screen and (max-width: 768px) {
.shop-info {
  display: flex;
  flex-direction: column;
  margin-left: 0px;
}
}
.shop-table {
  border-collapse:  collapse;
}
.shop-table tbody tr {
  padding-bottom; 1em;
}
.shop-table tbody tr th {
  font-weight: bold;
  text-align: left;
}
.shop-table tbody tr td {
  padding-left: 1em;
}
.shop-table tbody tr th,td {
  border-style: solid;
  border-width: 1px 0;
  border-color: #cccccc;
  padding-top: 1em;
  padding-bottom: 1em; 
}
.shop-information-map {
  margin-left: 1em;
} 
@media screen and (max-width: 768px) {
.shop-information-map {
  justify-content: center;
  margin-top: 2em;
  object-fit: cover;
}
}

.engineer-feature-guraph {
    padding-top:25px;
    padding-top:1.5625rem
    padding-left: 25px;
    padding-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
.sp_br {
display: none;
}
}



/* sustainability */
.sustainability-list ol li {
  list-style-type: decimal;
  padding: 0.5em;
  
}
ol.sustainability-list2 li{
  padding: 0.5em;
  list-style-type:none;
/*   list-style-position:inside; */
  padding-left: 1.8em;
  position: relative;
  counter-increment: cnt;
}
ol.sustainability-list2 li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
  position: absolute;
  top: 0.4em;
  left: 0;
}
.sustainability-title {
  margin-top: 1em;
}
.sustainability-subtitle {
  margin-top: 1em;
  margin-bottom: 1em;
}



/* contact us */
.contact-us-text-area {
  text-align:center;
  padding-top: 3em;
  padding-bottom: 1em;
}
.contact-us {
  padding-top: 50px;
  padding-bottom: 80px;
  justify-content: center;
  padding-left: 25%;
  padding-right: 25%;
}
@media screen and (max-width: 768px) {
  .contact-us{
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  } 
}
.contact-us-text-area {
  text-align:center;
  padding-top: 3em;
  padding-bottom: 3em;
}

.pagetop {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  position: fixed;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  right: 0;
  z-index: 20;
}

/*　上に上がる動き　*/
.pagetop.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*　下に下がる動き　*/
.pagetop.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.policy-img {
  margin-top: 31px;
  margin-top: 1.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
  width: 100%;
}
.policy-img::before {
  content: "";
  display: block;
  padding-top: 66.56%;
}
@media screen and (min-width: 768px) {
  .policy-img::before {
    padding-top: 52.36%;
  }
}
.policy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-header__title {
  color: #004290;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: center;
}

.section-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 18px;
  padding-left: 1.125rem;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .section-title {
    font-size: 1.625rem;
  }
}
.section-title::before {
  position: absolute;
  content: "";
  width: 3px;
  width: 0.1875rem;
  height: 34px;
  height: 2.125rem;
  background-color: #004290;
  top: 0;
  left: 0;
}

.section-title--02 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  display: block;
  position: relative;
  color: #004290;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .section-title--02 {
    font-size: 2.625rem;
  }
}

.solutions {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .solutions {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.solutions--gray {
  background: #F7F7F7;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .solutions--gray {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.solutions--gray .solutions__title {
  text-align: left;
}

.solutions__contents {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .solutions__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .solutions__content {
    width: 50%;
  }
}
.solutions__content {
  background: no-repeat;
  background-size: cover;
}
/* .solutions__content:nth-child(1) {
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/solutions-img1.jpg) no-repeat;
  background-size: cover;
}

.solutions__content:nth-child(2) {
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/solutions-img2.jpg) no-repeat;
  background-size: cover;
}

.solutions__content:nth-child(3) {
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/solutions-img3.jpg) no-repeat;
  background-size: cover;
}

.solutions__content:nth-child(4) {
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/solutions-img4.jpg) no-repeat;
  background-size: cover;
} */

.solutions__inner {
  padding-top: 82px;
  padding-top: 5.125rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .solutions__inner {
    padding-top: 10.375rem;
    padding-bottom: 5.0625rem;
    max-width: 37.25rem;
    width: 100%;
  }
}

.solutions__content-title {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  border-bottom: solid rgba(255, 255, 255, .4) 2px;
}
@media screen and (min-width: 768px) {
  .solutions__content-title {
    font-size: 2rem;
  }
}

.solutions__content-title::after {
  content: "";
  position: absolute;
  width: 100px;
  width: 6.25rem;
  height: 2px;
  height: 0.125rem;
  background: #fff;
  left: 0;
  bottom: -2px;
  bottom: -0.125rem;
}

.solutions__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.solutions__content-subtitle {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .solutions__content-subtitle {
    font-size: 0.9375rem;
  }
}

.solutions__content-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .solutions__content-btn a {
    font-size: 0.9375rem;
  }
}

.solutions__content-btn a::after {
  content: "";
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/icon-link.svg) no-repeat;
  background-size: contain;
  width: 5px;
  width: 0.3125rem;
  height: 10px;
  height: 0.625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .solutions__content-btn a::after {
    width: 0.4375rem;
    height: 0.875rem;
  }
}

.solutions__btn {
  max-width: 275px;
  max-width: 17.1875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .solutions__btn {
    margin-top: 3.75rem;
  }
}
.solutions__btn__top {
  max-width: 275px;
  max-width: 17.1875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .solutions__btn__top {
    margin-top: 3.75rem;
  }
}

.main-view__swiper .swiper-pagination {
  text-align: right;
}
.main-view__swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, .3);
  width: 12px;
/*   width: 0.75rem; */
  height: 12px;
/*   height: 0.75rem; */
}
@media screen and (min-width: 768px) {
  .main-view__swiper .swiper-pagination-bullet {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    font-size: 0.9375rem;
    color: #fff;
    background: none;
    padding: 0.4375rem 0;
    opacity: 1;
  }
}
.main-view__swiper .swiper-pagination-bullet-active {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .main-view__swiper .swiper-pagination-bullet-active {
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: none;
  }
}
.main-view__swiper .slide-img {
  position: relative; 
}
@media screen and (max-width: 768px) {
  .main-view__swiper .slide-img{
    height: 280px;
  }
}
.main-view__swiper .slide-img::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 58.6666667%;
}
@media screen and (min-width: 768px) {
  .main-view__swiper .slide-img::before {
    padding-top: 49.2679356%;
  }
}
.main-view__swiper .slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-view__swiper .swiper__link {
  padding-top: 43px;
  padding-top: 2.6875rem;
  padding-bottom: 51px;
  padding-bottom: 3.1875rem;
  padding-left: 20px;
  padding-right: 20px;
  background: #004290;
  color: #fff;
  height: 262px;
  height: 16.375rem;
}
@media screen and (min-width: 768px) {
  .main-view__swiper .swiper__link {
    position: absolute;
    background: none;
    left: 5rem;
    bottom: 5rem;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.main-view__swiper .swiper__title {
  font-size: 40px;
/*   font-size: 2.625rem; */
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .main-view__swiper .swiper__title {
    font-size: 5.3125rem;
  }
}
.main-view__swiper .swiper__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .main-view__swiper .swiper__subtitle {
    font-size: 2rem;
  }
}
.main-view__swiper .swiper__btn {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .main-view__swiper .swiper__btn {
    font-size: 1.25rem;
  }
}
.main-view__swiper .swiper__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
}
.main-view__swiper .swiper__btn a::after {
  content: "";
  background: url(https://www.nomura-g.co.jp/hubfs/english2022/icon-link.svg) no-repeat;
  background-size: contain;
  width: 7px;
  width: 0.4375rem;
  height: 12px;
  height: 0.75rem;
  margin-left: 14px;
  margin-left: 0.875rem;
}
.main-view__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 235px;
  bottom: 14.6875rem;
  left: unset;
  right: 20px;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .main-view__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5rem;
    right: 5rem;
    width: 30%;
  }
}

.text-area__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #deedff;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 769px) {
  .text-area__title {
    font-size: 1.25rem;
    margin-top: 50px;
    margin-top: 3.75rem;
  }
}
.medical-sub {
  padding-bottom: 1em;
}

.alcoholic-sub {
  padding-top: 3em;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #deedff;
}
.alcoholic-img-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-top: 1.5em;
  padding-bottom:1em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .text-area__title {
    font-size: 1.25rem;
  }
}
.text-area__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  font-family: "Arial", sans-serif;
  padding-top: 25px;
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .text-area__text {
    padding-top: 1.875rem; 
    font-size: 1rem;
  }
}

.company-profile__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.company-profile__title {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .company-profile__title {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1150px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents-wrapper__left {
    width: 66%;
  }
}

.features__title {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 769px) {
  .features__title {
    margin-top: 5.3125rem;
    margin-bottom: 2.1875rem;
  }
}
.features__card-text-area:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.group-profile {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .group-profile {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.group-profile__sub-title {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .group-profile__sub-title {
    margin-top: 5rem;
  }
}
.group-profile__img {
  margin-top: 31px;
  margin-top: 1.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
  width: 100%;
}
.group-profile__img::before {
  content: "";
  display: block;
  padding-top: 66.56%;
}
@media screen and (min-width: 768px) {
  .group-profile__img::before {
    padding-top: 52.36%;
  }
}
.group-profile__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*  */
.group-profile-img {
  margin-top: 31px;
  margin-top: 1.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .group-profile-img::before {
    padding-top: 52.36%;
  }
}
.group-profile-img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.metal-about {
  padding-top: 44px;
  padding-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .metal-about {
    padding-top: 6.25rem;
  }
}

.policy-page-link {
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
  border-bottom: 1px solid #EFEFEF;
}
@media screen and (min-width: 768px) {
  .policy-page-link {
    padding-top: 6.25rem;
    padding-bottom: 1.25rem;
    margin-bottom: 3.75rem;
  }
}
.product-examples {
    padding-bottom:3.5rem;
  }
.product-examples__title {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 769px) {
  .product-examples__title {
    margin-top: 5.3125rem;
    margin-bottom: 2.1875rem;
  }
}

.product-examples__text-area:not(:first-child) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .product-examples__text-area:not(:first-child) {
    margin-bottom: 1.9375rem;
  }
}

.quality-principle {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .quality-principle {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.quality-principle__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.quality-principle p:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.related-market {
  padding-bottom: 95px;
  padding-bottom: 5.9375rem;
}
.related-market__title {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 769px) {
  .related-market__title {
    margin-top: 5.3125rem;
    margin-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .related-market__title {
    margin-top: 5rem;
  }
}

.service-accordion {
  display: none;
  background-color: #004290;
  margin-top: 21px;
  margin-top: 1.3125rem;
  margin-bottom: 31px;
  margin-bottom: 1.9375rem;
  position: relative;
}
.service-accordion::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 12px solid #004290;
  border-top: 0;
}
.service-accordion__title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.666;
  padding: 20px;
  padding: 1.25rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  position: relative;
}
.service-accordion__title::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
}
.service-accordion__cards {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #fff;
  border-top: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .service-accordion__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .service-accordion__card {
    max-width: 25rem;
    width: 100%;
    margin-right: 2.5rem;
  }
}
.service-accordion__card:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .service-accordion__card:not(:first-child) {
    margin-top: 0rem;
  }
}
.service-accordion__colse-btn {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: end;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  align-items: center;
  flex-direction: row-reverse;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  position: relative;
  color: #fff;
}
.service-accordion__colse-btn::before {
  content: "";
  background-image: url(https://www.nomura-g.co.jp/hubfs/english2022/Icon-close.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-left: 8px;
}

.service-accordion .open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.service__contents {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .service__title {
    margin-top: 50px;
    margin-top: 3.125rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  @media screen and (min-width: 769px) {
    .service__title {
      margin-top: 5.3125rem;
      margin-bottom: 2.1875rem;
    }
  }



.js-btn.open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
@media screen and (min-width: 769px) {
  .js-open-contents {
    width: 208%;
  }
}
.ac01::before,
.ac03::before,
.ac05::before,
.odd::before{
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 12px solid #004290;
  border-top: 0;
}
@media screen and (min-width: 769px) {
.ac01,
.ac03,
.ac05,  
.odd{
    top: 15px;
  }
.ac01::before,
.ac03::before,
.ac05::before, 
.odd::before{
    left: 30%;
  }
}
.ac02::before,
.ac04::before,
.ac06::before,
.even::before{
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 12px solid #004290;
  border-top: 0;
}
@media screen and (min-width: 769px) {
.ac02,
.ac04,
.ac06,
.even{
    right: 108%;
    top: 15px;
  }
.ac02::before,
.ac04::before,
.ac06::before,
.even:before{
    left: 70%;
  }
}





/* .en-site--xxx 修正部分 */
.en-site .header {
  height: 60px;
}

@media screen and (max-width: 999px) {
  .en-site .header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
}

@media screen and (min-width: 768px) {
  .en-site .header {
    height: 95px;
  }
}

@media screen and (min-width: 768px) {
  .en-site .header__nav {
    align-items: unset;
  }
}

@media screen and (min-width: 768px) {
  .en-site .header__wrapper {
    margin-top: 17px;
  }
}

@media screen and (min-width: 768px) {
  .en-site .header__jabtn a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .en-site .header__lists {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .en-site .header__link {
    letter-spacing: 0;
  }
}

.en-site .gnavi__btn {
  display: none;
}

@media screen and (max-width: 999px) {
  .en-site .gnavi__btn {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 26px;
    height: 18px;
    text-align: center;
    cursor: pointer;
  }

  .en-site .gnavi__btn>div {
    position: relative;
    width: 26px;
    height: 18px;
    margin: 0 auto;
    z-index: 1000;
  }

  .en-site .gnavi__btn>div span {
    background: #333;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
    width: 100%;
  }

  .en-site .gnavi__btn>div span:first-child {
    top: 0;
  }

  .en-site .gnavi__btn>div span:nth-child(2) {
    top: 7px;
  }

  .en-site .gnavi__btn>div span:nth-child(3) {
    top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .en-site .gnavi__btn {
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 999px) {
  .en-site.gnavi-open {
    overflow: hidden;
    position: relative;
  }

  .en-site.gnavi-open:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    z-index: 1;
  }

  .en-site.gnavi-open .news-important {
    position: relative;
    z-index: 990;
  }

  .en-site.gnavi-open .site-header .site-header__inner {
    background-color: rgba(51, 51, 51, 0.5);
  }

  .en-site.gnavi-open .site-header .site-header__inner .gnavi {
    transform: translateZ(0) translateX(0);
  }

  .en-site.gnavi-open .gnavi__btn {
    top: 31px;
  }

  .en-site.gnavi-open .gnavi__btn>div span {
    background: #fff;
    width: 28px;
  }

  .en-site.gnavi-open .gnavi__btn>div span:first-child {
    top: 0px;
    transform: rotate(34deg);
  }

  .en-site.gnavi-open .gnavi__btn>div span:nth-child(2) {
    left: 50%;
    top: 0px;
    width: 0;
  }

  .en-site.gnavi-open .gnavi__btn>div span:nth-child(3) {
    top: 0px;
    transform: rotate(-34deg);
  }
}

@media screen and (max-width: 767px) {
  .en-site.gnavi-open .site-header--white .gnavi__btn {
    top: 31px;
  }
}

.en-site .gnavi {
  float: right;
  margin: 28px 40px 0 0;
  width: calc(100% - 390.17px);
}

@media screen and (min-width: 768px) {
  .en-site .gnavi {
    display: none;
  }
}

.en-site .gnavi .gnavi__list01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.en-site .gnavi .gnavi__list01>li {
  position: relative;
  margin: 0 15px;
}

.en-site .gnavi .gnavi__list01>li:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: calc(100% - 15px);
  height: 2px;
  background-color: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.8s;
}

.en-site .gnavi .gnavi__list01>li.gnavi__list-news:after {
  width: 100%;
}

.en-site .gnavi .gnavi__list01>li.active:after {
  transform: scale(1, 1);
}

.en-site .gnavi .gnavi__list01>li span.gnavi-ttl {
  font-size: 93.8%;
  display: block;
  color: #333;
  font-weight: bold;
  position: relative;
  padding: 10px 15px 10px 0;
  cursor: pointer;
  background: url(https://9343706.fs1.hubspotusercontent-na1.net/hubfs/9343706/common/arrow_gnavi.svg) no-repeat right bottom 17px;
  background-size: 9.96px 5.99px;
}

.en-site .gnavi .gnavi__list01>li span.gnavi-ttl .icon-plus {
  display: none;
}

.en-site .gnavi .gnavi__list01>li>a {
  font-size: 93.8%;
  display: block;
  color: #333;
  font-weight: bold;
  position: relative;
  padding: 10px 0 10px;
}

.en-site .gnavi .gnavi__list01>li>a:hover {
  text-decoration: none;
}

.en-site .gnavi .gnavi__list01>li.gnavi__list-contacttel {
  margin: 0 5px 0 18px;
  border: 1px solid #cecece;
  background-color: #fff;
  width: 190px;
  height: 40px;
  padding: 4px 0 0;
  text-align: center;
}

.en-site .gnavi .gnavi__list01>li.gnavi__list-contacttel:after {
  display: none;
}

.en-site .gnavi .gnavi__list01>li.gnavi__list-contact {
  margin: 0;
}

.en-site .gnavi .gnavi__list01>li.gnavi__list-contact:after {
  display: none;
}

.en-site .gnavi .gnavi__list01>li.gnavi__list-contact a {
  width: 192px;
  display: block;
  padding: 13px 0;
  font-size: 81.3%;
  color: #fff;
}

.en-site .gnavi .gnavi__list01>li.gnavi__list-contact a:hover {
  color: #333;
}

.en-site .gnavi .gnavi__list01 .gnavi-sec__list {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 250px;
  height: auto;
  transform: translate(-50%, 0);
}

.en-site .gnavi .gnavi__list01 .gnavi-sec__list li a {
  display: block;
  background-color: #f1f1f1;
  line-height: 1.7;
  letter-spacing: 0;
  font-size: 81.3%;
  padding: 10px 20px;
  font-weight: bold;
}

.en-site .gnavi .gnavi__list01 .gnavi-sec__list li a.active,
.en-site .gnavi .gnavi__list01 .gnavi-sec__list li a:hover {
  background-color: #fff;
  color: #004290;
  text-decoration: none;
}

.en-site .gnavi .gnavi__list01 .gnavi__list-profile .gnavi-sec__list {
  width: 300px
}

.en-site .gnavi .gnavi__list01 .gnavi__list-ourgroups .gnavi-sec__list {
  width: 280px
}

@media screen and (max-width: 999px) {
  .en-site .gnavi {
    margin: 0;
    float: none;
    width: 80%;
    background: #004290;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    transition: all 600ms ease-out;
    transform: translateZ(0) translateX(100%);
    color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 60px 0 80px;
  }

  .en-site .gnavi .gnavi__list01 {
    display: block;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .en-site .gnavi .gnavi__list01>li {
    margin: 0;
  }

  .en-site .gnavi .gnavi__list01>li:after {
    display: none;
  }

  .en-site .gnavi .gnavi__list01>li span.gnavi-ttl {
    font-size: 100%;
    position: relative;
    padding: 20px 20px 20px 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: url(https://9343706.fs1.hubspotusercontent-na1.net/hubfs/9343706/common/arrow_nav.svg) no-repeat 20px center;
    background-size: 5px 10px;
    color: #fff;
  }

  .en-site .gnavi .gnavi__list01>li span.gnavi-ttl .icon-plus {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(https://9343706.fs1.hubspotusercontent-na1.net/hubfs/9343706/common/icon_plus.svg) no-repeat center center #111;
    background-size: 9px 9px;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
  }

  .en-site .gnavi .gnavi__list01>li span.gnavi-ttl.menuopen .icon-plus {
    background-image: url(https://9343706.fs1.hubspotusercontent-na1.net/hubfs/9343706/common/icon_minus.svg);
    background-size: 9px 1px;
  }

  .en-site .gnavi .gnavi__list01>li>a {
    font-size: 100%;
    color: #fff;
    padding: 20px 20px 20px 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: url(https://9343706.fs1.hubspotusercontent-na1.net/hubfs/9343706/common/arrow_nav.svg) no-repeat 20px center;
    background-size: 5px 10px;
  }

  .en-site .gnavi .gnavi__list01>li.gnavi__list-contacttel {
    display: none;
  }

  .en-site .gnavi .gnavi__list01>li.gnavi__list-contact a {
    width: auto;
    padding: 20px 20px 20px 35px;
    font-size: 100%;
    text-align: left;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .en-site .gnavi .gnavi__list01>li.gnavi__list-contact a:hover {
    color: #fff;
  }

  .en-site .gnavi .gnavi__list01 .gnavi-sec__list {
    transform: translate(0, 0);
    width: 100%;
    position: static;
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .en-site .gnavi .gnavi__list01 .gnavi-sec__list li a {
    width: 100%;
    background-color: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 0 30px;
    font-size: 86.7%;
    padding: 15px 20px 15px 8px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .en-site .gnavi .gnavi__list01 .gnavi-sec__list li a:before {
    content: "-";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }

  .en-site .gnavi .gnavi__list01 .gnavi-sec__list li a.active,
  .en-site .gnavi .gnavi__list01 .gnavi-sec__list li a:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
  }

  .en-site .gnavi .gnavi__list01 .gnavi-sec__list li a span.icon-blank04 {
    background-image: url(https://9343706.fs1.hubspotusercontent-na1.net/hubfs/9343706/common/icon_blank03.svg);
  }

  .en-site .gnavi .gnavi__list01 .gnavi-sec__list li:last-child a {
    border-bottom: 0;
  }

  .en-site .gnavi .gnavi__list01 .gnavi__list-profile .gnavi-sec__list,
  .en-site .gnavi .gnavi__list01 .gnavi__list-ourgroups .gnavi-sec__list {
    width: 100%
  }

  .en-site .gnavi .gnavi__list02 {
    width: 100%;
    padding: 28px 20px 0;
  }

  .en-site .gnavi .gnavi__list02 li a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
    font-size: 73.4%;
  }
}

.en-site .page-mv {
  height: 296px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  .en-site .page-mv {
    margin-top: 95px;
  }
}
@media screen and (max-width: 767px) {
  .en-site .page-mv {
    height: 200px;
    margin-top: 60px;
  }
}

.en-site .page-mv .page-mv__inner .page-mv__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .en-site .page-mv .page-mv__inner .page-mv__title {
    line-height: 0.93;
  }
}

.en-site .page-mv .page-mv__inner .page-mv__subtitle {
  font-family: Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  top: 59%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .en-site .page-mv .page-mv__inner .page-mv__subtitle {
    font-size: 32px;
    line-height: 1.77;
  }
}

.en-site .column-nav {
  width: 285px;
}

.en-site .page-link {
  justify-content: space-between;
}

.en-site .page-link__item {
  display: flex;
}

.en-site .page-link__item::before {
  position: relative;
  top: 1px;
  left: unset;
  margin-right: 10px;
}

.en-site .page-link__item:not(:first-child) {
  margin-left: 0;
}

.en-site .section-title::before {
  height: 100%;
}

.en-site .section-sustainability {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .en-site .section-sustainability {
    margin-bottom: 100px;
  }
}

.en-site .sustainability-list ol {
  padding-left: 20px;
}

/*# sourceMappingURL=styles.css.map */



/* form */
.hs-input { background-color: #FFFFFF; border-width: 2px; border-style: solid; border-color: #D8D8D8; border-radius: 3px !important; box-sizing: border-box; width: 100%; margin: 6px 0 0 0; outline: none; }

.hs-input[type="date"] { height: 60px; border-radius: 3px; }

.hs-form-checkbox-display .hs-input, .hs-form-booleancheckbox-display .hs-input { margin: 6px 0 0 0; cursor: pointer; }

.hs-form-radio-display .hs-input { margin: 6px 0 0 0; cursor: pointer; }

.hs-input[type="text"], .hs-input[type="email"], .hs-input[type="tel"] { padding: 18px !important; width: 100% !important; }

.hs-input[type="radio"], .hs-input[type="checkbox"] { accent-color: #399891; width: 20px !important; height: 20px !important; margin: 0 10px 0 0; display: inline-block; }

select.hs-input { padding: 18px !important; }

textarea.hs-input { box-sizing: border-box; height: 200px; padding: 18px !important; }

.hs-field-desc { font-size: 14px; }

.form-columns-1, .form-columns-2, .form-columns-3 { max-width: 100% !important; width: 100%; margin: 0 0 30px 0 !important; }

@media screen and (max-width: 499px) { .form-columns-1, .form-columns-2, .form-columns-3 { margin: 0 !important; } }

.form-columns-1 label, .form-columns-2 label, .form-columns-3 label { font-size: 16px; font-weight: bold; margin: 0; }

.form-columns-1 label .hs-form-required, .form-columns-2 label .hs-form-required, .form-columns-3 label .hs-form-required { color:#A52525; font-weight: bold; font-size: 0; display: inline-block; margin: 0 0 0 6px; position: relative; top: -2px; }

.form-columns-1 label .hs-form-required::before, .form-columns-2 label .hs-form-required::before, .form-columns-3 label .hs-form-required::before { font-size: 11px; content: "*Required"; padding: 0 5px; display: inline-block; }

.form-columns-1 label.hs-error-msg, .form-columns-2 label.hs-error-msg, .form-columns-3 label.hs-error-msg { color: #004290; font-size: 16px; font-weight: normal; margin: 5px 0 0 0; display: block; }

@media screen and (max-width: 499px) { .form-columns-1 label.hs-error-msg, .form-columns-2 label.hs-error-msg, .form-columns-3 label.hs-error-msg { margin: 5px 0 30px 0; } }

.form-columns-1 label strong, .form-columns-2 label strong, .form-columns-3 label strong { font-size: 70%; }

.form-columns-1 .input, .form-columns-2 .input, .form-columns-3 .input { margin-right: 0 !important; }

@media screen and (max-width: 499px) { .form-columns-1 .input, .form-columns-2 .input, .form-columns-3 .input { margin: 0 0 20px 0 !important; } }

.form-columns-1 select, .form-columns-2 select, .form-columns-3 select { -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; cursor: pointer; width: 100% !important; }

.hs-dateinput:before { top: 55%; right: 20px; }

.hs-error-msgs { color: #EB613F; font-size: 16px; font-weight: normal; margin: 5px 0 10px 0; display: block; }

.form-columns-0 .hs-richtext a { text-decoration: underline; }

.form-columns-0 .hs-richtext a:hover { text-decoration: none; }

.form-columns-2 { display: flex; justify-content: space-between; }

@media screen and (max-width: 499px) { .form-columns-2 { display: block; } }

.form-columns-2 .hs-form-field { width: calc(50% - 20px) !important; }

@media screen and (max-width: 768px) { .form-columns-2 .hs-form-field { width: calc(50% - 10px) !important; } }

@media screen and (max-width: 499px) { .form-columns-2 .hs-form-field { width: 100% !important; } }

.form-columns-2 .hs-form-field:nth-child(2) { float: right !important; }

.form-columns-3 { display: flex; justify-content: space-between; }

@media screen and (max-width: 499px) { .form-columns-3 { display: block; } }

.form-columns-3 .hs-form-field { width: calc(33.33% - 20px) !important; }

@media screen and (max-width: 768px) { .form-columns-3 .hs-form-field { width: calc(33.33% - 10px) !important; } }

@media screen and (max-width: 499px) { .form-columns-3 .hs-form-field { width: 100% !important; } }

.form-columns-3 .hs-form-field:nth-child(2) { float: right !important; }

.hs-form-field { margin-bottom: 0 !important; }

.hs-form-field.hs_recaptcha { margin-bottom: 30px !important; }

.hs-form-radio-display { margin: 12px 0 0 0; font-weight: normal !important; cursor: pointer; }

.hs-form-checkbox-display, .hs-form-booleancheckbox-display { cursor: pointer; margin: 12px 0 0 0; font-weight: normal !important; }

fieldset { max-width: 100% !important; }

.hs-submit { cursor: pointer; text-align: center; color: #ffffff; font-weight: bold; width: 420px; margin: 0 auto; box-sizing: border-box !important; display: block; font-size: 19px; position: relative; z-index: 1; }


@media screen and (max-width: 499px) { .hs-submit { width: 100%; } }

.hs-submit:focus, .hs-submit:hover { font-weight: bold; color: #fff; }

.hs-submit:focus::before, .hs-submit:hover::before { opacity: 0; }

.hs-submit .hs-button { width: 100%; border-width: 0 !important; background-color: #004290; color: #fff; padding: 20px 0; transition: 0.5s;}

.hs-submit .hs-button:hover { opacity: 0.75;}

.hs_submit { text-align: center; }

.caution { color: #004290; }

.mh-cta-img { width: auto; max-height: 290px; }

.grecaptcha-badge { margin: 0 auto; }




/* not found */
.not-found-text-area__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-top: 2em;
}
.not-found-text-area {
  text-align:center;
  padding-top: 3em;
  padding-bottom: 1em;
}
.not-found-box{
  display: flex;
  justify-content: center;
  @media (max-width: 767px) { #css{width:auto;} }{
  flex-direction: column;
  }
}
.not-found-box-item {
  color: #2c2c2f;
  background: #F7F7F7;
  text-align:center;
  margin:1em;
  height: 100px;
  width: 274px;
  font-weight: bold;
  text-align: center;
}
.not-found-box-item p {
  padding-top: 2em;
}
.back-top{
  color:#003F8A;
  padding: 3em;
}




/*  medical device page レイアウト変更 */
.medical-example-img img{
  width: 450px; 
  margin: 35px 0px 10px;
}
h5.medical-example-h5{
  font-size: 120%;
  margin: 40px 0 20px;
}
.medical-example-table {
  overflow-x: auto; 
  max-width: 100%; 
  width: 100%; 
  margin-left: auto; 
  margin-right: auto;
}
.medical-example-table table {
  width: 100%; 
  border-collapse: collapse; 
  table-layout: fixed; 
  border: 1px solid #99acc2; 
  height: 565px;
}
.medical-example-table tr {
  height: 34px;
}
.medical-example-table th {
  width: 25%; 
  padding: 4px; 
  height: 39px; 
  text-align: center; 
  background-color: #eeeeee; 
  border: 1px solid #666666;
}
.medical-example-table td {
  width: 25%; 
  padding: 4px; 
  height: 34px; 
  text-align: center; 
  border: 1px solid #666666;
}
.medical-basic-table {
  border-collapse: collapse; 
  table-layout: fixed; 
  margin-left: auto; 
  margin-right: auto; 
  width: 100%; 
  border: 1px solid #99acc2;
}
.medical-basic-table tr{
  height:39px;
}
.medical-basic-table th {
  width: 30%; 
  padding: 4px; 
  height: 30px; 
  background-color: #eeeeee; 
  border: 1px solid #666666; 
  text-align: center;"
 
}
.medical-basic-table td {
  width: 72.449%; 
  padding: 4px; 
  height: 30px; 
  border: 1px solid #666666;"
}


/* 
 * dnd_area 
 *  */
/* .contents-wrapper__left h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #004290;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contents-wrapper__left h2{
    font-size: 2.625rem;
  }
}
.contents-wrapper__left h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 18px;
  padding-left: 1.125rem;
  display: block;
  position: relative;
  margin-top: 50px;
    margin-top: 3.125rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contents-wrapper__left h3{
  font-size: 1.625rem;
    margin-top: 5.3125rem;
      margin-bottom: 2.1875rem;
  }
}
.contents-wrapper__left h3::before{
  position: absolute;
  content: "";
  width: 3px;
  width: 0.1875rem;
  height: 34px;
  height: 2.125rem;
  background-color: #004290;
  top: 0;
  left: 0;
}
.contents-wrapper__left p {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .contents-wrapper__left p {
    font-size: 1rem;
  }
}


 */