@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 50px;
  }
}
body {
  color: #002765;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
.sc {
  font-family: "Noto Sans SC", sans-serif;
}

.tc {
  font-family: "Noto Sans TC", sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

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

.font-outfit {
  font-family: "Outfit", sans-serif;
}

.ds-f {
  display: flex;
}

.text-center {
  text-align: center;
}

.nomura-anchor {
  position: relative;
  top: -60px;
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -999;
}

@media screen and (max-width: 768px) {
  .nomura-anchor {
    top: -20px;
  }
}
.nomura-header {
  position: relative;
  z-index: 9999;
}
.nomura-header .top {
  padding: 0 15px;
  height: 22px;
  display: flex;
  align-items: center;
  background-color: #032680;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .nomura-header .top {
    display: none;
  }
}
.nomura-header .header {
  background-color: #fff;
  width: 100%;
  height: 150px;
}
.nomura-header .header .header-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 5px;
}
.nomura-header .header .header-inner .logo {
  padding: 20px 0 0 0;
}
.nomura-header .header .header-inner .language-sp {
  display: none;
}
.nomura-header .header .header-inner .main-menu ul {
  justify-content: space-between;
  align-items: end;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
.nomura-header .header .header-inner .main-menu ul .menu-item {
  position: relative;
}
.nomura-header .header .header-inner .main-menu ul .menu-item .menu-drop {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  color: #9a7e63;
  transition: all 0.5s;
  white-space: nowrap;
  letter-spacing: 1.2px;
}
.nomura-header .header .header-inner .main-menu ul .menu-item .menu-drop-sp-only {
  display: none;
}
.nomura-header .header .header-inner .main-menu ul .menu-item .menu-drop::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 35%;
  right: 5px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-top: 8px solid #9a7e63;
  z-index: 2;
  transition: all 0.5s;
}
.nomura-header .header .header-inner .main-menu ul .menu-item .menu-drop:hover {
  background-color: #9a7e63;
  color: #fff;
}
.nomura-header .header .header-inner .main-menu ul .menu-item .menu-drop:hover::after {
  border-top: 8px solid #fff;
}
@media screen and (max-width: 768px) {
  .nomura-header .header .header-inner .main-menu ul .menu-item .menu-drop-pc-only {
    display: none;
  }
  .nomura-header .header .header-inner .main-menu ul .menu-item .menu-drop-sp-only {
    display: block;
  }
  .nomura-header .header .header-inner .main-menu ul .menu-item .menu-drop:hover {
    background-color: #002765;
  }
}
.nomura-header .header .header-inner .main-menu ul .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  /* menu-dropの下に配置 */
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.9);
}
.nomura-header .header .header-inner .main-menu ul .menu-item .sub-menu .menu-sub-item {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
}
.nomura-header .header .header-inner .main-menu ul .menu-item .sub-menu .menu-sub-item a {
  color: #000;
  display: inline-block;
  padding: 10px 30px 10px 20px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.nomura-header .header .header-inner .main-menu ul .menu-item .sub-menu .menu-sub-item a:hover {
  color: #fff;
}
.nomura-header .header .header-inner .main-menu ul .menu-item .sub-menu .menu-sub-item:hover {
  background-color: #9a7e63;
}
@media screen and (max-width: 768px) {
  .nomura-header .header .header-inner .main-menu ul .menu-item .sub-menu .menu-sub-item:hover {
    background-color: #002765;
  }
}
.nomura-header .header .header-inner .main-menu ul .menu-item .sub-menu .menu-sub-item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 10%;
  bottom: 0;
  right: 2%;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #9a7e63;
  z-index: 2;
}
.nomura-header .header .header-inner .main-menu ul .menu-item .sub-menu .menu-sub-item:hover::after {
  border-left: 8px solid #fff;
}
.nomura-header .header .header-inner .main-menu ul .contact-us .contact-us-inner {
  width: 195px;
  height: 35px;
  background-color: #b71c22;
  border-radius: 40px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: 1.2px;
  font-family: "Outfit", sans-serif !important;
}
.nomura-header .header .header-inner .main-menu ul .contact-us .contact-us-inner div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nomura-header .header .header-inner .main-menu ul .contact-us .contact-us-inner div a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nomura-header .header .header-inner .main-menu ul .contact-us .contact-us-inner div a img {
  margin-left: 10px;
}
@media screen and (max-width: 990px) {
  .nomura-header .header .header-inner .main-menu ul .contact-us .contact-us-inner {
    width: 145px;
    font-size: 1.3rem;
  }
  .nomura-header .header .header-inner .main-menu ul .contact-us .contact-us-inner div a img {
    margin-left: 5px;
  }
}
.nomura-header .header .header-inner .main-menu ul .nomu-com .nomu-com-inner {
  position: relative;
  width: 195px;
  height: 35px;
  padding: 0 30px;
  border: 2px solid #b71c22;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nomura-header .header .header-inner .main-menu ul .nomu-com .nomu-com-inner .pc-only {
  position: absolute;
  top: -75%;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  white-space: nowrap;
  font-family: "Outfit", sans-serif;
}
.nomura-header .header .header-inner .main-menu ul .nomu-com .nomu-com-inner a {
  color: #b71c22;
  font-family: "font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;";
}
.nomura-header .header .header-inner .main-menu ul .nomu-com .nomu-com-inner a .sp-only {
  display: none;
}
.nomura-header .header .header-inner .main-menu ul .nomu-com-inner::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.5%;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #b71c22;
  /* 好みで色を変えてください */
  z-index: 2;
}
@media screen and (max-width: 990px) {
  .nomura-header .header .header-inner .main-menu ul .nomu-com .nomu-com-inner {
    width: 145px;
    padding: 0;
  }
  .nomura-header .header .header-inner .main-menu ul .nomu-com .nomu-com-inner .pc-only {
    font-size: 1rem;
  }
}
.nomura-header .header .header-inner .main-menu ul .language {
  display: flex;
  flex-direction: column;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 7px;
}
.nomura-header .header .header-inner .main-menu ul .language .menu-drop {
  padding-right: 0;
  color: #666;
  font-size: 0.7rem;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 7px;
  border: 1px solid #666;
  overflow: hidden;
}
.nomura-header .header .header-inner .main-menu ul .language .menu-drop span {
  color: #666;
  font-size: 0.7rem;
  font-family: "Arimo", sans-serif;
  transform: translateY(-5px);
}
.nomura-header .header .header-inner .main-menu ul .language .menu-drop:hover {
  background-color: #002765;
  color: #fff;
}
.nomura-header .header .header-inner .main-menu ul .language .menu-drop:hover span {
  color: #fff;
}
.nomura-header .header .header-inner .main-menu ul .language .menu-drop::after {
  display: none;
}
.nomura-header .header .header-inner .main-menu ul .language .sub-menu {
  width: 100px;
  /* サブメニューの幅 */
  right: 0;
}
.nomura-header .header .header-inner .main-menu ul .language .sub-menu .menu-sub-item {
  transition: all 0.5s;
}
.nomura-header .header .header-inner .main-menu ul .language .sub-menu .menu-sub-item a {
  color: #000;
  font-size: 1.2rem;
}
.nomura-header .header .header-inner .main-menu ul .language .sub-menu .menu-sub-item a:hover {
  color: #fff;
}
.nomura-header .header .header-inner .main-menu ul .language .sub-menu .menu-sub-item:hover {
  background-color: #002765;
}
.nomura-header .header .header-inner .main-menu ul .language .sub-menu .menu-sub-item::after {
  border-left: 8px solid #002765;
  /* 好みで色を変えてください */
}
.nomura-header .header .header-inner .main-menu ul .language .sub-menu .menu-sub-item:hover::after {
  border-left: 8px solid #fff;
  /* 好みで色を変えてください */
}
@media screen and (max-width: 990px) {
  .nomura-header .header .header-inner .main-menu ul .language {
    width: 40px;
    height: 40px;
    padding: 0;
    padding-right: 0;
  }
  .nomura-header .header .header-inner .main-menu ul .language .menu-drop span {
    transform: translateY(-1px) scale(0.8);
  }
}
.nomura-header .header .header-inner .main-menu ul .language:hover {
  background-color: #002765;
  color: #fff;
}
.nomura-header .header .header-inner .main-menu ul .language::after {
  display: none;
}
.nomura-header .header .header-inner .main-menu ul .top-sp {
  display: none;
}
@media screen and (max-width: 990px) {
  .nomura-header .header .header-inner .main-menu ul {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .nomura-header .header {
    height: auto;
  }
}

.nomura-header.fixed {
  height: 172px;
}

@media screen and (max-width: 768px) {
  .nomura-header.fixed {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .nomura-header {
    padding-bottom: 0;
  }
  .nomura-header .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .nomura-header .header .header-inner {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .nomura-header .header .header-inner .logo {
    height: 60px;
    padding: 0;
    padding-left: 25px;
    display: flex;
    align-items: center;
  }
  .nomura-header .header .header-inner .logo a {
    position: relative;
  }
  .nomura-header .header .header-inner .logo a img {
    width: 60%;
    flex: 0 0 auto;
  }
  .nomura-header .header .header-inner .language-sp {
    display: block;
  }
  .nomura-header .header .header-inner .language-sp button {
    position: absolute;
    top: 0;
    right: 50px;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #fff;
  }
  .nomura-header .header .header-inner .language-sp button div {
    font-size: 0.7rem;
    color: #000;
  }
  .nomura-header .header .header-inner .language-sp .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1;
  }
  .nomura-header .header .header-inner .main-menu ul {
    flex-direction: column;
    align-items: normal;
    padding-top: 0;
    font-size: 2rem;
  }
  .nomura-header .header .header-inner .main-menu ul .menu-item {
    position: relative;
    padding-top: 10px;
    border-top: 2px solid #9a7e63;
  }
  .nomura-header .header .header-inner .main-menu ul .menu-item .menu-drop {
    color: #fff;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .nomura-header .header .header-inner .main-menu ul .menu-item .menu-drop::after {
    border-top: none;
    border: none;
    position: absolute;
    top: 25%;
    right: 30px;
    content: "";
    /* 擬似要素の内容を空にする */
    display: inline-block;
    width: 2px;
    /* 線の幅 */
    height: 15px;
    /* 線の高さ */
    background-color: #fff;
    /* 線の色 */
    margin-left: 5px;
    /* ボタンとメニューテキストの間隔を調整 */
    vertical-align: middle;
    /* 縦方向の中央揃え */
    transition: ease 0.4s;
  }
  .nomura-header .header .header-inner .main-menu ul .menu-item .menu-drop::before {
    position: absolute;
    top: 40%;
    right: 24px;
    content: "";
    /* 擬似要素の内容を空にする */
    display: inline-block;
    width: 15px;
    /* 線の幅 */
    height: 2px;
    /* 線の高さ */
    background-color: #fff;
    /* 線の色 */
    margin-left: 5px;
    /* ボタンとメニューテキストの間隔を調整 */
    vertical-align: middle;
    /* 縦方向の中央揃え */
  }
  .nomura-header .header .header-inner .main-menu ul .menu-item .menu-drop.open::after {
    transform: rotate(90deg);
  }
  .nomura-header .header .header-inner .main-menu ul .menu-item .sub-menu {
    position: unset;
    width: 100%;
    background-color: #002765;
    padding: 0 15px;
  }
  .nomura-header .header .header-inner .main-menu ul .menu-item .sub-menu .menu-sub-item {
    padding: 5px 20px 5px 0;
    border-top: 1px solid #9a7e63;
  }
  .nomura-header .header .header-inner .main-menu ul .menu-item .sub-menu .menu-sub-item a {
    color: #fff;
  }
  .nomura-header .header .header-inner .main-menu ul .menu-item .sub-menu .menu-sub-item::after {
    border-left: 8px solid #fff;
  }
  .nomura-header .header .header-inner .main-menu ul .menu-item::after {
    display: none;
  }
  .nomura-header .header .header-inner .main-menu ul .contact-us {
    position: relative;
    padding: 10px 5px 10px 5px;
    border-top: 2px solid #9a7e63;
  }
  .nomura-header .header .header-inner .main-menu ul .contact-us .contact-us-inner {
    position: relative;
    justify-content: left;
    width: 100%;
    padding: 20px 0 20px 15px;
    border: 2px solid #fff;
    font-size: 2rem;
  }
  .nomura-header .header .header-inner .main-menu ul .contact-us .contact-us-inner div a img {
    position: absolute;
    right: 10%;
    bottom: 27%;
    margin-left: 0;
  }
  .nomura-header .header .header-inner .main-menu ul .contact-us .contact-us-inner::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4.5%;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
    /* 好みで色を変えてください */
    z-index: 2;
  }
  .nomura-header .header .header-inner .main-menu ul .nomu-com {
    border-top: 2px solid #9a7e63;
    padding: 10px 5px 10px 5px;
  }
  .nomura-header .header .header-inner .main-menu ul .nomu-com .nomu-com-inner {
    width: 100%;
    border: none;
    justify-content: left;
    position: relative;
    padding: 20px 0 20px 15px;
    background-color: #fff;
    border: none;
    border-radius: 30px;
  }
  .nomura-header .header .header-inner .main-menu ul .nomu-com .nomu-com-inner div {
    width: 100%;
    margin: 5px auto;
  }
  .nomura-header .header .header-inner .main-menu ul .nomu-com .nomu-com-inner div a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    top: -8px;
  }
  .nomura-header .header .header-inner .main-menu ul .nomu-com .nomu-com-inner div a img {
    position: absolute;
    right: 10%;
    bottom: -15%;
  }
  .nomura-header .header .header-inner .main-menu ul .nomu-com .nomu-com-inner div a .pc-only {
    position: absolute;
    top: 86%;
    left: 0;
    transform: none;
  }
  .nomura-header .header .header-inner .main-menu ul .nomu-com .nomu-com-inner div a .sp-only {
    display: block;
  }
  .nomura-header .header .header-inner .main-menu ul .language {
    display: none;
  }
  .nomura-header .header .header-inner .main-menu ul .top-sp {
    display: block;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    font-weight: 300;
  }
  .nomura-header .header .hamburger-menu {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
  }
  .nomura-header .header.open {
    background-color: #002765;
  }
  .language-sp .sub-menu-lnguage {
    padding: 0 10px;
  }
  .language-sp .sub-menu-lnguage li {
    position: relative;
    margin-bottom: 5px;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #fff;
  }
  .language-sp .sub-menu-lnguage li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .language-sp .sub-menu-lnguage li:hover {
    background-color: #fff;
  }
  .language-sp .sub-menu-lnguage li:hover a {
    color: #002765;
  }
  .language-sp .sub-menu-lnguage li::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 15%;
    bottom: 0;
    right: 4%;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
    /* 好みで色を変えてください */
    z-index: 2;
  }
  .language-sp .sub-menu-lnguage li:hover::after {
    color: #002765;
  }
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
.header.scroll-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 50px;
}

.header.scroll-nav .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
.header.scroll-nav .header-inner .logo {
  width: 25%;
  flex: 0 0 auto;
  padding: 0;
}
.header.scroll-nav .header-inner .main-menu {
  margin-bottom: 0;
  padding-top: 0;
  width: 73%;
  flex: 0 0 auto;
}
.header.scroll-nav .header-inner .main-menu ul {
  font-size: 1.3rem;
  align-items: center;
}
.header.scroll-nav .header-inner .main-menu ul .contact-us .contact-us-inner {
  width: 125px;
  font-size: 1.1rem;
}
.header.scroll-nav .header-inner .main-menu ul .contact-us .contact-us-inner div a img {
  margin-left: 5px;
}
.header.scroll-nav .header-inner .main-menu ul .nomu-com .nomu-com-inner {
  width: 125px;
  padding: 0;
}
.header.scroll-nav .header-inner .main-menu ul .nomu-com .nomu-com-inner .pc-only {
  display: none;
}
.header.scroll-nav .header-inner .main-menu ul .language {
  width: 30px;
  height: 30px;
  padding: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header.scroll-nav .header-inner .main-menu ul .language .menu-drop span {
  display: none;
}
.header.scroll-nav .header-inner .main-menu ul .language .menu-drop:hover {
  border: none;
}
@media screen and (max-width: 900px) {
  .header.scroll-nav .header-inner .main-menu ul {
    font-size: 1.1rem;
  }
  .header.scroll-nav .header-inner .main-menu ul .menu-item .menu-drop {
    padding-right: 14px;
  }
  .header.scroll-nav .header-inner .main-menu ul .menu-item .menu-drop::after {
    border: 4px solid transparent;
    border-top: 5px solid #9a7e63;
  }
  .header.scroll-nav .header-inner .main-menu ul .menu-item .menu-drop:hover::after {
    border-top: 5px solid #fff;
  }
  .header.scroll-nav .header-inner .main-menu ul .contact-us .contact-us-inner {
    width: 115px;
    height: 30px;
  }
  .header.scroll-nav .header-inner .main-menu ul .nomu-com .nomu-com-inner {
    width: 115px;
    height: 30px;
  }
}

.hamburger-menu {
  position: relative;
  border: none;
  width: 50px;
  height: 50px;
  z-index: 1000;
}
.hamburger-menu .hamburger_bar {
  display: block;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease 0.4s;
  background-color: #000;
}
.hamburger-menu .hamburger_bar:nth-child(1) {
  top: 35%;
}
.hamburger-menu .hamburger_bar:nth-child(2) {
  top: 45%;
}
.hamburger-menu .hamburger_bar:nth-child(3) {
  top: 55%;
}
.hamburger-menu .open .hamburger_bar {
  left: 26%;
}
.hamburger-menu .open .hamburger_bar:nth-child(1) {
  top: 44%;
  transform: rotate(45deg);
}
.hamburger-menu .open .hamburger_bar:nth-child(2) {
  display: none;
}
.hamburger-menu .open .hamburger_bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 47%;
}
.hamburger-menu .hamburger_menu {
  color: #000;
  font-size: 0.7rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.nomura-mv {
  position: relative;
  z-index: 1;
  background: linear-gradient(#1f57b7, #006dda, #a8ebff, #d1ecfb);
  box-shadow: 0 7px 7px 0 rgba(154, 126, 99, 0.6);
}
.nomura-mv .mv-inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.nomura-mv .mv-inner h1 {
  position: absolute;
  top: 4%;
  left: 15%;
  color: #fff;
  font-size: 5.5rem;
  font-weight: 600;
  letter-spacing: 5.5px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .nomura-mv .mv-inner h1 {
    font-size: 2.7rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    letter-spacing: 2px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  .nomura-mv {
    margin-top: 60px;
  }
  .nomura-mv img {
    width: 100%;
  }
}
.mv-under {
  max-width: 980px;
  position: relative;
  z-index: 2;
  margin: -15px auto 0 auto;
}
.mv-under .mv-under-inner {
  line-height: 2;
}
.mv-under .mv-under-text {
  text-align: right;
  font-size: 2.1rem;
  font-weight: bold;
}
.mv-under .mv-under-text span {
  display: inline-block;
  padding: 5px 15px;
  background-color: #9a7e63;
  color: #fff;
}
.mv-under .mv-under-text span:last-of-type {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .mv-under .mv-under-text {
    font-size: 1.2rem;
  }
  .mv-under .mv-under-text span {
    display: inline;
    box-decoration-break: clone;
    padding: 5px 15px;
  }
  .mv-under .mv-under-text span:last-of-type {
    padding-top: 0;
  }
}
.mv-under .mv-under-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 25px 0 25px;
}
@media screen and (max-width: 768px) {
  .mv-under .mv-under-inner p {
    letter-spacing: 0.6px;
    line-height: 1.8;
  }
}

.nomura-main-inner {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 1010px) {
  .nomura-main-inner {
    padding: 0 15px;
  }
}
.nomura-sub-inner {
  max-width: 800px;
  margin: 0 auto;
  line-height: 2;
}

@media screen and (max-width: 1010px) {
  .nomura-sub-inner {
    padding: 0 10px;
  }
}
.main-text {
  padding: 20px 0 40px 0;
}

@media screen and (max-width: 768px) {
  .main-text {
    padding: 10px 10px 20px 10px;
    letter-spacing: 0;
  }
}
h2 {
  position: relative;
  color: #9a7e63;
  font-size: 4.4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 1px;
  }
}
h2::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 100%;
  width: 50vw;
  height: 2px;
  z-index: -1;
  background-color: #9a7e63;
}

.about {
  padding-top: 60px;
  margin-bottom: 100px;
}
.about h2 {
  letter-spacing: 1.5px;
}
.about h3 {
  max-width: 400px;
  padding: 10px 5px 10px 20px;
  border-left: 12px solid #9a7e63;
  background-color: #fff;
  color: #9a7e63;
  font-size: 2.6rem;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .about h3 {
    padding: 5px 5px 5px 10px;
    font-size: 1.8rem;
  }
}
.about h4 {
  margin-bottom: 10px;
  font-size: 2.3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about h4 {
    font-size: 1.7rem;
  }
}
.about .about-title {
  padding-bottom: 40px;
  justify-content: space-between;
}
.about .about-title p {
  width: 46.5%;
  flex: 0 0 auto;
  padding: 20px 0 0 80px;
  border-top: 2px solid #002765;
  color: #9a7e63;
  line-height: 1.8;
  letter-spacing: 2px;
}
.about .about-title div {
  width: 49%;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .about .about-title {
    flex-direction: column;
  }
  .about .about-title p {
    width: auto;
    padding: 10px 0 20px 0;
    font-weight: 400;
    letter-spacing: 0.6px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .about .about-title div {
    width: auto;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 50px;
  }
}
.about-contents {
  margin-bottom: 5px;
  padding: 70px 0 90px 0;
  background-color: #eee;
}

@media screen and (max-width: 768px) {
  .about-contents {
    padding: 40px 0;
  }
}
.track-record .items {
  padding: 40px 40px;
  justify-content: space-between;
  background-color: #fff;
}
.track-record .items .item {
  width: 24%;
  flex: 0 0 auto;
  text-align: center;
}
.track-record .items .item p {
  margin-bottom: 25px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .track-record .items {
    flex-wrap: wrap;
    row-gap: 35px;
    padding: 30px 25px;
  }
  .track-record .items .item {
    width: 45%;
    flex: 0 0 auto;
  }
  .track-record .items .item p {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .track-record {
    padding: 140px 0 50px 0;
    margin-top: -150px;
  }
}
.clients-pipelines {
  position: relative;
}
.clients-pipelines .clients {
  width: 500px;
  position: absolute;
  top: 5%;
  left: 8%;
  color: #fff;
}
.clients-pipelines .clients div {
  justify-content: space-between;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 45px 10px 0;
}
.clients-pipelines .clients div ul {
  font-size: 1.4rem;
  letter-spacing: 0, 4em;
}
.clients-pipelines .clients div ul li {
  margin-bottom: 5px;
}
.clients-pipelines .clients div ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .clients-pipelines .clients {
    width: 90%;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .clients-pipelines .clients div {
    padding: 10px 20px 10px 0;
    column-gap: 2%;
  }
}
@media screen and (max-width: 767px) and (max-width: 510px) {
  .clients-pipelines .clients div ul {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .companies-map {
    width: 100%;
  }
}
.group-companies {
  position: relative;
}
.group-companies div {
  width: 395px;
  position: absolute;
  bottom: 2%;
  right: 4%;
  color: #fff;
}
.group-companies div dl {
  margin-bottom: 10px;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.group-companies div dl dt {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.group-companies div dl dd {
  position: relative;
  padding-left: 15px;
}
.group-companies div dl .silver::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 28%;
  width: 10px;
  height: 10px;
  background: #9db1bc;
}
.group-companies div dl .gold::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 28%;
  width: 10px;
  height: 10px;
  background: #9a7e63;
}
@media screen and (max-width: 925px) {
  .group-companies div {
    width: 360px;
  }
  .group-companies div h4 {
    margin-bottom: 0;
  }
  .group-companies div dl {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .group-companies .companies {
    width: 100%;
  }
  .group-companies div {
    width: 90%;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 510px) {
  .group-companies div {
    bottom: 4%;
  }
  .group-companies div h4 {
    margin-bottom: 10px;
  }
  .group-companies div dl {
    margin-bottom: 10px;
  }
  .group-companies div dl dt {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .group-companies div dl dd {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.company-profile h3 {
  color: #9a7e63;
  font-size: 3.3rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  .company-profile h3 {
    font-size: 2.3rem;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}
.company-profile .company-profile-title {
  justify-content: space-between;
}
.company-profile .company-profile-title div:first-child {
  width: 49%;
  flex: 0 0 auto;
  position: relative;
  border-top: 2px solid #002765;
}
.company-profile .company-profile-title div:first-child p {
  padding-left: 19%;
  color: #9a7e63;
  font-size: 2rem;
  letter-spacing: 1px;
  letter-spacing: 0;
}
.company-profile .company-profile-title div:first-child p:first-child {
  padding-top: 20px;
  margin-bottom: 5px;
}
.company-profile .company-profile-title div:first-child p:last-of-type {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.company-profile .company-profile-title div:last-child {
  width: 49%;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .company-profile .company-profile-title {
    flex-direction: column;
  }
  .company-profile .company-profile-title div:first-child {
    width: auto;
  }
  .company-profile .company-profile-title div:first-child p {
    font-size: 1.6rem;
    padding-left: 0;
    padding-top: 10px;
  }
  .company-profile .company-profile-title div:first-child p:first-child {
    padding-top: 10px;
  }
  .company-profile .company-profile-title div:first-child p:last-of-type {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .company-profile .company-profile-title div:last-child {
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .company-profile .company-profile-title div:last-child img {
    width: 85%;
  }
}

.profile {
  margin-top: -170px;
  padding: 80px 20px 2.5px 20px;
  background-color: #eee;
}
.profile .first-contents {
  padding: 100px 0 90px 0;
  background-color: #002765;
}
.profile .first-contents h3 {
  border-bottom: 2px solid #fff;
  letter-spacing: 2px;
}
.profile .first-contents dl {
  color: #fff;
  padding-top: 30px;
}
.profile .first-contents dl dt {
  width: 30%;
  flex: 0 0 auto;
  border-bottom: 1px solid #9a7e63;
  font-weight: bold;
}
.profile .first-contents dl dd {
  width: 70%;
  flex: 0 0 auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.profile .first-contents dl dd ul li {
  margin-bottom: 20px;
}
.profile .first-contents dl:last-child dt {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .profile .first-contents dl:last-child dt {
    border-bottom: 1px solid #9a7e63;
  }
}
.profile .first-contents dl:last-child dd {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .profile .first-contents dl {
    flex-direction: column;
    padding-top: 20px;
  }
  .profile .first-contents dl dt {
    position: relative;
    width: auto;
    padding-bottom: 0;
    border-bottom: 1px solid #9a7e63;
    font-weight: bold;
    z-index: 5;
  }
  .profile .first-contents dl dt::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 46%;
    height: 1px;
    background-color: #9a7e63;
  }
  .profile .first-contents dl dd {
    width: auto;
    padding: 5px 0 0 10px;
    border-top: 1px solid #fff;
    border-bottom: none;
    line-height: 1.5;
  }
  .profile .first-contents dl dd ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .profile .first-contents {
    padding-bottom: 10px;
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .profile {
    border-bottom: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -230px;
  }
}
.nomura-real-estate-solutions {
  background-color: #eee;
  padding: 5px 20px 0 20px;
}
.nomura-real-estate-solutions .second-contents {
  padding: 80px 0 130px 0;
  background-color: #002765;
  overflow: hidden;
}
.nomura-real-estate-solutions .second-contents .title {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 2px solid #fff;
  position: relative;
  z-index: 4;
}
.nomura-real-estate-solutions .second-contents .title p {
  color: #fff;
}
.nomura-real-estate-solutions .second-contents .title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 100%;
  width: 50vw;
  height: 2px;
  z-index: -1;
  background-color: #9a7e63;
}
@media screen and (max-width: 768px) {
  .nomura-real-estate-solutions .second-contents .title {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
  }
  .nomura-real-estate-solutions .second-contents .title p span {
    border-bottom: none;
  }
  .nomura-real-estate-solutions .second-contents .title::after {
    bottom: -1px;
    height: 1px;
  }
}

@media screen and (max-width: 768px) {
  .nomura-real-estate-solutions {
    padding: 2.5px 15px 0 15px;
  }
  .nomura-real-estate-solutions .second-contents {
    padding: 30px 0 0 0;
  }
  .nomura-real-estate-solutions .second-contents .nomura-sub-inner {
    padding-bottom: 100px;
  }
}
.accordion {
  position: relative;
  border-bottom: 2px solid #fff;
  color: #fff;
  /* クリック時のスタイル */
}
.accordion .check {
  display: none;
  transition: all 0.5s;
}
.accordion .accordion-title {
  font-size: 3.3rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 50px;
  border-bottom: 2px solid #fff;
  color: #9a7e63;
}
.accordion .label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 140px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  padding-right: 20px;
  background-color: #fff;
  color: #002765;
  font-size: 1.4rem;
}
.accordion .label:after {
  content: "";
  position: absolute;
  bottom: 37%;
  right: 6px;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto;
  transition: all 0.5s;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
}
.accordion .check:checked + .label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  margin: auto;
  transition: all 0.5s;
  bottom: 19%;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
}
.accordion .label::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  background-color: #9a7e63;
  border: 1px solid #fff;
}
.accordion dl dt {
  width: 30%;
  flex: 0 0 auto;
  padding: 30px 0;
  font-weight: bold;
  border-bottom: 1px solid #9a7e63;
}
.accordion dl dd {
  width: 70%;
  flex: 0 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}
.accordion dl:last-child dt {
  border-bottom: none;
}
.accordion dl:last-child dd {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .accordion .accordion-title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .accordion dl {
    flex-direction: column;
    padding-top: 20px;
  }
  .accordion dl dt {
    position: relative;
    z-index: 5;
    padding-bottom: 5px;
    width: auto;
    padding: 0 0 10px 0;
  }
  .accordion dl dt:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 46%;
    height: 1px;
    background-color: #9a7e63;
  }
  .accordion dl dd {
    width: auto;
    padding: 5px 0 0 10px;
    border-bottom: none;
    border-top: 1px solid #fff;
    line-height: 1.5;
  }
}
.accordion .accordion-content {
  font-size: 1.6rem;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.5s;
  /*通常時は見えなくする*/
  overflow: hidden;
  /*  通常時は高さ0を指定  */
  height: 0;
  transition: all 0.5s;
}
.accordion .check:checked + .label + dl + dl + .accordion-content {
  height: auto;
  font-size: 1.6rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .accordion .check:checked + dl + dl + .accordion-content {
    font-size: 1.4rem;
  }
}

.history {
  margin-bottom: 100px;
  padding: 0 20px 100px 20px;
  background-color: #eee;
}
.history .third-inner {
  padding: 80px 0 130px 0;
  background-color: #fff;
}
.history .third-inner .accordion {
  border-bottom: 2px solid #9a7e63;
}
.history .third-inner .accordion .accordion-title {
  border-bottom: 2px solid #9a7e63;
}
.history .third-inner .accordion .label {
  color: #9a7e63;
  border: 1px solid #9a7e63;
}
.history .third-inner .accordion .label::before {
  border: none;
}
.history .third-inner .accordion .label:after {
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
}
.history .third-inner .accordion .check:checked + .label:after {
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
}
.history .third-inner .accordion dl {
  position: relative;
  justify-content: space-between;
}
.history .third-inner .accordion dl dt {
  position: relative;
  width: 18%;
  height: 25px;
  padding: 0;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9a7e63;
  border-radius: 20px;
  color: #9a7e63;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .history .third-inner .accordion dl dt {
    font-size: 1.2rem;
    width: 43%;
  }
  .history .third-inner .accordion dl dd {
    line-height: 1.5;
  }
}
.history .third-inner .accordion dl dt::after {
  position: absolute;
  top: 45%;
  right: -48%;
  content: "";
  background-color: #9a7e63;
  width: 48%;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .history .third-inner .accordion dl dt::after {
    width: 134%;
    left: 100%;
  }
}
.history .third-inner .accordion dl dd {
  color: #000;
}
.history .third-inner .accordion dl::before {
  content: "";
  position: absolute;
  top: calc(40px + (100% - 25px) / 2);
  left: 7%;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  transition: all 0.5s;
  border-top: #9a7e63 2px solid;
  border-right: #9a7e63 2px solid;
  transform: translateY(-50%);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.history .third-inner .accordion dl:last-child::before {
  display: none;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .history .third-inner .accordion dl::before {
    bottom: -30px;
    top: auto;
    left: 48%;
    width: 15px;
    height: 15px;
    border-top: 1px solid #9a7e63;
    border-right: 1px solid #9a7e63;
  }
}

@media screen and (max-width: 768px) {
  .history {
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .history .third-inner {
    padding: 30px 0 100px 0;
  }
  .history .third-inner .accordion {
    padding-bottom: 20px;
  }
  .history .third-inner .accordion .accordion-title {
    margin-bottom: -20px;
  }
}
.our-service {
  padding-top: 100px;
}
.our-service h2 {
  z-index: 4;
}
.our-service h2::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 100%;
  width: 50vw;
  height: 2px;
  z-index: -1;
  background-color: #9a7e63;
}
.our-service h3 {
  padding: 10px 5px 10px 20px;
  border-left: 12px solid #9a7e63;
  background-color: #fff;
  color: #9a7e63;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .our-service h3 {
    padding: 5px 5px 5px 10px;
    font-size: 1.8rem;
    letter-spacing: 1px;
    font-weight: 400;
  }
}
.our-service h4 {
  width: 50%;
  flex: 0 0 auto;
  padding: 5px 0 5px 15px;
  margin-bottom: 20px;
  background-color: #00429b;
  color: #fff;
  letter-spacing: 2px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .our-service h4 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
  }
}
.our-service .our-service-title {
  justify-content: space-between;
}
.our-service .our-service-title p {
  width: 49%;
  flex: 0 0 auto;
  padding: 20px 0 0 80px;
  border-top: 2px solid #002765;
  color: #9a7e63;
  z-index: 4;
  font-size: 2rem;
  letter-spacing: 1px;
}
.our-service .our-service-title div {
  width: 49%;
  flex: 0 0 auto;
  margin-right: -25px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .our-service .our-service-title {
    flex-direction: column;
  }
  .our-service .our-service-title p {
    width: auto;
    padding: 10px 0 20px 0;
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .our-service .our-service-title div {
    width: auto;
    margin-right: -15px;
  }
}

@media screen and (max-width: 768px) {
  .our-service {
    padding-top: 50px;
  }
}
.support {
  padding: 150px 0 50px 0;
  margin: -100px 0 5px 0;
  background-color: #eee;
}

.support-inner {
  background-color: #fff;
  padding: 50px 90px;
}
.support-inner .text01 {
  padding: 80px 0;
  letter-spacing: 1px;
}
.support-inner .transaction-support {
  padding: 50px 0;
  padding-top: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #9a7e63;
}
.support-inner .transaction-support p,
.support-inner .transaction-support .item {
  width: 48%;
  flex: 0 0 auto;
  letter-spacing: 1px;
}
.support-inner .transaction-support .item {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .support-inner .text01 {
    padding: 40px 0;
  }
  .support-inner .transaction-support {
    flex-direction: column;
    padding: 0 0 40px 0;
  }
  .support-inner .transaction-support p,
  .support-inner .transaction-support .item {
    width: 100%;
  }
  .support-inner .transaction-support .item {
    justify-content: center;
    padding-top: 30px;
    column-gap: 2%;
  }
}
.support-inner h5 {
  padding: 20px 0;
  font-family: "Outfit", sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  color: #00429b;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 768px) {
  .support-inner h5 {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.7px;
  }
}
.support-inner .buying-selling {
  padding-bottom: 50px;
  justify-content: space-between;
  border-bottom: 1px solid #9a7e63;
}
.support-inner .buying-selling ul {
  width: 48%;
  flex: 0 0 auto;
  font-size: 1.4rem;
}
.support-inner .buying-selling ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.support-inner .buying-selling ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #9a7e63;
}
@media screen and (max-width: 768px) {
  .support-inner .buying-selling {
    flex-direction: column;
  }
  .support-inner .buying-selling ul {
    width: auto;
  }
  .support-inner .buying-selling ul li {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .support-inner {
    position: relative;
    padding: 50px 15px;
    padding-top: 100%;
  }
  .support-inner .max {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.services {
  padding: 70px 0 90px 0;
  background-color: #eee;
}
.services .support-inner {
  margin-bottom: 5px;
}
.services dl {
  position: relative;
  padding: 25px 0;
  justify-content: space-between;
}
.services dl dt {
  width: 25%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9a7e63;
  border-radius: 20px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
}
.services dl dd {
  width: 70%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.services dl .triangle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 18px solid #00429b;
  z-index: 10;
}
.services dl .left-line,
.services dl .right-line {
  position: absolute;
  height: 1px;
  /* 三角形の高さに合わせる */
  width: 46%;
  /* 線の太さ */
  background-color: #9a7e63;
  /* 線の色 */
  bottom: 16%;
  /* 三角形の高さの半分に合わせる */
}
.services dl .left-line {
  left: 10px;
  /* 左の余白 */
}
.services dl .right-line {
  right: 10px;
  /* 右の余白 */
}
.services dl:last-child .triangle {
  display: none;
}
.services dl:last-child .left-line,
.services dl:last-child .right-line {
  display: none;
}
@media screen and (max-width: 768px) {
  .services dl {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .services dl dt {
    width: 45%;
    height: 25px;
    margin-bottom: 10px;
  }
  .services dl dd {
    width: 80%;
    margin-bottom: 20px;
    justify-content: center;
  }
  .services dl .triangle {
    bottom: 5%;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 14px solid #00429b;
  }
  .services dl .left-line,
  .services dl .right-line {
    height: 1px;
    /* 三角形の高さに合わせる */
    width: 40%;
    /* 線の太さ */
    bottom: 12%;
    /* 三角形の高さの半分に合わせる */
  }
}

@media screen and (max-width: 768px) {
  .services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .services .support-inner {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.site {
  padding: 70px 0 90px 0;
}
.site .border {
  border-bottom: 2px solid #002765;
}
.site .main-text {
  color: #9a7e63;
}
.site .nomu {
  padding: 50px 0;
  border: 1px solid #b71c22;
  color: #002765;
}
.site .nomu .nomu-title {
  width: 50%;
  flex: 0 0 auto;
  padding: 10px 0 10px 15px;
  margin-bottom: 45px;
  background-color: #b71c22;
  color: #fff;
  font-size: 3.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.site .nomu .nomura-sub-inner {
  color: #002765;
}
.site .nomu .nomura-sub-inner .items {
  justify-content: space-between;
}
.site .nomu .nomura-sub-inner .items .item {
  width: 49%;
  flex: 0 0 auto;
}
.site .nomu .nomura-sub-inner .items .item .ds-f {
  width: 80%;
  flex: 0 0 auto;
  padding-top: 30px;
  justify-content: space-between;
}
.site .nomu .nomura-sub-inner .sp-only {
  display: none;
}
.site .nomu .nomura-sub-inner .nomu-link {
  padding-top: 60px;
  text-align: center;
}
.site .nomu .nomura-sub-inner .nomu-link .ds-f {
  position: relative;
  width: 60%;
  margin: 0 auto 25px auto;
  border: 2px solid #b71c22;
  border-radius: 40px;
  color: #b71c22;
  padding: 10px 60px;
  font-family: "font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;";
  font-size: 2.6rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
.site .nomu .nomura-sub-inner .nomu-link .ds-f a {
  margin-right: 5px;
  color: #b71c22;
}
.site .nomu .nomura-sub-inner .nomu-link .ds-f img {
  position: absolute;
  right: 10%;
}
.site .nomu .nomura-sub-inner .nomu-link p {
  color: #000;
}
@media screen and (max-width: 768px) {
  .site .nomu {
    padding: 30px 15px;
  }
  .site .nomu .nomu-title {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 5px 0 5px 15px;
    margin-bottom: 20px;
  }
  .site .nomu .nomura-sub-inner {
    padding: 0;
  }
  .site .nomu .nomura-sub-inner .pc-only {
    display: none;
  }
  .site .nomu .nomura-sub-inner .sp-only {
    display: block;
    flex-direction: column;
  }
  .site .nomu .nomura-sub-inner .sp-only p {
    margin-bottom: 20px;
  }
  .site .nomu .nomura-sub-inner .sp-only .item {
    width: auto;
    align-items: end;
    text-align: center;
  }
  .site .nomu .nomura-sub-inner .sp-only .item div:first-child {
    width: 20%;
    flex: 0 0 auto;
  }
  .site .nomu .nomura-sub-inner .sp-only .item div:last-child {
    width: 80%;
    flex: 0 0 auto;
  }
  .site .nomu .nomura-sub-inner .nomu-link .ds-f {
    width: auto;
    padding: 0 60px;
    margin-bottom: 5px;
  }
  .site .nomu .nomura-sub-inner .nomu-link .ds-f a {
    width: 100%;
  }
  .site .nomu .nomura-sub-inner p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .site {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site .main-text {
    color: #9a7e63;
    font-weight: 500;
    letter-spacing: 1.5px;
  }
}
.hongkong-office .border {
  border-bottom: 2px solid #002765;
}
.hongkong-office .border h2 {
  letter-spacing: 1.5px;
}
.hongkong-office .support-inner {
  margin-top: 40px;
}
.hongkong-office h5 {
  margin-bottom: 10px;
  color: #9a7e63;
  border-bottom: 1px solid #9a7e63;
}
.hongkong-office .color-black {
  color: #000;
}
.hongkong-office .font-12 {
  padding-top: 20px;
  font-size: 1.2rem;
}
.hongkong-office .information {
  padding-top: 30px;
}
.hongkong-office .information .ds-f {
  padding: 10px 0;
  justify-content: space-between;
}
.hongkong-office .information .ds-f div {
  position: relative;
  width: 48%;
  flex: 0 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #002765;
  border-radius: 40px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.hongkong-office .information .ds-f div a {
  margin-right: 5px;
  color: #002765;
}
.hongkong-office .information .ds-f div img {
  position: absolute;
  right: 5%;
}
.hongkong-office .information .ds-f div:first-child {
  font-size: 2.8rem;
}
.hongkong-office .information .ds-f div:last-child {
  font-size: 2rem;
}
@media screen and (max-width: 860px) {
  .hongkong-office .information .ds-f div a {
    margin-right: 15px;
  }
  .hongkong-office .information .ds-f div:first-child {
    font-size: 2.2rem;
  }
  .hongkong-office .information .ds-f div:last-child {
    font-size: 1.8rem;
  }
}
.hongkong-office .information .ds-f .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .hongkong-office .information {
    text-align: center;
  }
  .hongkong-office .information .pc-only {
    display: none;
  }
  .hongkong-office .information .ds-f {
    flex-direction: column;
  }
  .hongkong-office .information .ds-f .sp-only {
    display: block;
    border: none;
    padding-top: 0;
    padding-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .hongkong-office .information .ds-f .sp-only .font-12 {
    padding-top: 10px;
  }
  .hongkong-office .information .ds-f div {
    width: auto;
  }
}

.disclaimer {
  padding: 80px 20px;
  text-align: center;
  font-size: 1.2rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .disclaimer {
    text-align: left;
    padding: 50px 20px;
    letter-spacing: 2px;
  }
}
.nomura-footer {
  padding: 80px 10px;
  background-color: #002765;
  color: #fff;
}
.nomura-footer .btn-pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 9000;
}
.nomura-footer .btn-pagetop a {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.nomura-footer .btn-pagetop a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .nomura-footer .btn-pagetop a:hover {
    opacity: 1;
  }
}
.nomura-footer .footer-inner {
  max-width: 980px;
  margin: 0 auto;
  justify-content: space-between;
}
.nomura-footer .footer-inner p {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.nomura-footer .footer-inner ul {
  font-size: 1.4rem;
  white-space: nowrap;
}
.nomura-footer .footer-inner ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.nomura-footer .footer-inner ul li a img {
  margin-left: 5px;
}
.nomura-footer .footer-inner .category {
  padding-right: 10%;
  border-right: 1px solid #fff;
}
.nomura-footer .footer-inner .links {
  padding-left: 10%;
}
.nomura-footer .footer-inner .logo {
  width: 45%;
  flex: 0 0 auto;
}
.nomura-footer .footer-inner .logo div:first-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 845px) {
  .nomura-footer {
    padding: 50px 25px;
  }
  .nomura-footer .footer-inner {
    padding: 0 10px;
    flex-direction: column;
  }
  .nomura-footer .footer-inner .ds-f {
    flex-direction: column;
  }
  .nomura-footer .footer-inner .category {
    padding-right: 0;
    margin-bottom: 40px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .nomura-footer .footer-inner .category ul {
    padding: 10px 0 60px 15px;
  }
  .nomura-footer .footer-inner .links {
    padding-left: 0;
  }
  .nomura-footer .footer-inner .links ul {
    padding: 10px 0 60px 15px;
  }
  .nomura-footer .footer-inner .logo {
    width: 90%;
    padding-left: 10px;
  }
}
.copyright {
  padding: 5px 5px;
  background-color: #eee;
  color: #000;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .copyright {
    text-align: center;
  }
}
.rollover-sp .on {
  display: none;
}

.rollover {
  display: inline-block;
  position: relative;
}
.rollover .off {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.4s ease;
}
.rollover .on {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.rollover .on,
.rollover .off {
  display: block;
}

.rollover:hover .off {
  opacity: 0;
}

.header.scroll-nav .rollover .off {
  top: 50%;
}
.header.scroll-nav .rollover .on {
  top: 50%;
}

@media screen and (max-width: 768px) {
  .rollover-sp {
    display: inline-block;
  }
  .rollover-sp .off {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.4s ease;
  }
  .rollover-sp .on {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .rollover-sp .on,
  .rollover-sp .off {
    display: block;
  }
  .rollover-sp.open .off {
    opacity: 0;
  }
  .rollover-sp.open .language-sp button {
    background-color: #002765 !important;
  }
  .rollover-sp.open .language-sp button div {
    color: #fff !important;
  }
  .language-sp .hamburger-menu-language div {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    row-gap: 7px;
  }
  .language-sp .hamburger-menu-language div .off {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .language-sp .hamburger-menu-language div .on {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sc h2,
.tc h2 {
  font-weight: bold;
}
.sc .mv-under .mv-under-inner p,
.tc .mv-under .mv-under-inner p {
  letter-spacing: 1.8px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sc .mv-under .mv-under-inner p,
  .tc .mv-under .mv-under-inner p {
    letter-spacing: 0.7px;
  }
}
.sc .mv-under .mv-under-text span:last-of-type,
.tc .mv-under .mv-under-text span:last-of-type {
  padding-top: 5px;
}
.sc .main-text,
.tc .main-text {
  letter-spacing: 0.5px;
}
.sc .about h3,
.tc .about h3 {
  font-weight: bold;
}
.sc .about .about-title p,
.tc .about .about-title p {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sc .about .about-title p,
  .tc .about .about-title p {
    font-size: 1.6rem;
  }
}
.sc .company-profile .company-profile-title div:first-child p:first-child,
.tc .company-profile .company-profile-title div:first-child p:first-child {
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .sc .company-profile .company-profile-title div:first-child p:first-child,
  .tc .company-profile .company-profile-title div:first-child p:first-child {
    font-size: 1.6rem;
  }
}
.sc .track-record .items .item p,
.tc .track-record .items .item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sc .track-record .items .item p,
  .tc .track-record .items .item p {
    font-size: 1.6rem;
  }
}
.sc .profile .first-contents dl dt,
.tc .profile .first-contents dl dt {
  font-weight: 400;
}
.sc .profile .first-contents h3,
.tc .profile .first-contents h3 {
  font-weight: bold;
}
.sc .second-contents .accordion dl dt,
.tc .second-contents .accordion dl dt {
  font-weight: 400;
}
.sc .second-contents .label,
.tc .second-contents .label {
  font-weight: bold;
}
.sc .history .third-inner .accordion dl dt,
.tc .history .third-inner .accordion dl dt {
  width: 23%;
}
.sc .history .third-inner .accordion dl dt::after,
.tc .history .third-inner .accordion dl dt::after {
  width: 25%;
  right: -25%;
}
.sc .history .third-inner .accordion dl::before,
.tc .history .third-inner .accordion dl::before {
  left: 10%;
}
.sc .history .third-inner .accordion .label,
.tc .history .third-inner .accordion .label {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sc .history .third-inner .accordion dl dt,
  .tc .history .third-inner .accordion dl dt {
    width: 64%;
  }
  .sc .history .third-inner .accordion dl dt::after,
  .tc .history .third-inner .accordion dl dt::after {
    width: 46%;
    right: -46%;
  }
  .sc .history .third-inner .accordion dl::before,
  .tc .history .third-inner .accordion dl::before {
    left: 48%;
  }
}
.sc .our-service h3,
.tc .our-service h3 {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .sc .our-service h4,
  .tc .our-service h4 {
    font-weight: bold;
  }
}
.sc .services .main-text span,
.tc .services .main-text span {
  display: inline-block;
  padding-top: 20px;
}
.sc .site .nomu .nomura-sub-inner .items .item p span,
.tc .site .nomu .nomura-sub-inner .items .item p span {
  display: inline-block;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .sc .site .nomu .nomura-sub-inner .sp-only p,
  .tc .site .nomu .nomura-sub-inner .sp-only p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sc .site .sp-only span,
  .tc .site .sp-only span {
    display: inline-block;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sc .hongkong-office h5,
  .tc .hongkong-office h5 {
    font-weight: bold;
  }
  .sc .hongkong-office .font-12,
  .tc .hongkong-office .font-12 {
    font-size: 1.1rem;
  }
}

.sc .nomura-header .header .header-inner .main-menu ul {
  font-family: "Noto sans SC", sans-serif;
}
.sc .main-menu .nomu-com .nomu-com-inner .pc-only {
  font-family: "Noto sans SC", sans-serif;
}
.sc h2 {
  font-family: "Noto sans SC", sans-serif;
}
.sc .about h3 {
  font-family: "Noto sans SC", sans-serif;
}
.sc .company-profile h3 {
  font-family: "Noto sans SC", sans-serif;
}
.sc .accordion .label {
  font-family: "Noto sans SC", sans-serif;
}
.sc .our-service h3 {
  font-family: "Noto sans SC", sans-serif;
}
.sc .support-inner h5 {
  font-family: "Noto sans SC", sans-serif;
}
.sc .services dl dt {
  font-family: "Noto sans SC", sans-serif;
}
.sc .site .nomu .nomu-title {
  font-family: "Noto sans SC", sans-serif;
}
.sc .information .ds-f div {
  font-family: "Noto sans SC", sans-serif;
}
.sc .nomura-header .header .header-inner .main-menu ul .menu-item .sub-menu .menu-sub-item a {
  font-family: "Noto sans SC", sans-serif;
}

.tc .main-menu ul .menu-drop {
  font-family: "Noto sans TC", sans-serif;
}
.tc .main-menu .nomu-com .nomu-com-inner .pc-only {
  font-family: "Noto sans TC", sans-serif;
}
.tc h2 {
  font-family: "Noto sans TC", sans-serif;
}
.tc .about h3 {
  font-family: "Noto sans TC", sans-serif;
}
.tc .company-profile h3 {
  font-family: "Noto sans TC", sans-serif;
}
.tc .accordion .label {
  font-family: "Noto sans TC", sans-serif;
}
.tc .our-service h3 {
  font-family: "Noto sans TC", sans-serif;
}
.tc .support-inner h5 {
  font-family: "Noto sans TC", sans-serif;
}
.tc .services dl dt {
  font-family: "Noto sans TC", sans-serif;
}
.tc .site .nomu .nomu-title {
  font-family: "Noto sans TC", sans-serif;
}
.tc .information .ds-f div {
  font-family: "Noto sans TC", sans-serif;
}
.tc .nomura-header .header .header-inner .main-menu ul .menu-item .sub-menu .menu-sub-item a {
  font-family: "Noto sans TC", sans-serif;
}

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