@charset "UTF-8";

html{
  font-size: 64.5%;
  margin: 0;
}

html:has(.header_list--menu.open),
html:has(.header_list--search.open){
  overflow: hidden;
}


html body {
  margin: 0;
  background: repeat url("https://cdn-ak.f.st-hatena.com/images/fotolife/O/ORIX/20241101/20241101144828.png") 0 0/101.5386px;
  background-color: rgb(16, 10, 45);
}

.montserrat{
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.notosans{
  font-family: "Noto Sans JP", sans-serif;
}

header.global {
  width: 100vw;
  height: auto;
  min-height: 120px;
  position: relative;
}
header.global .header_fixed{
  width: 100%;
  min-width: 460px;
  height: auto;
  min-height: 120px;
  background-color: rgb(16, 10, 45);
  top: 0 !important;
  position: fixed;
  padding: 0;
  z-index: 10;
}
header.global .global_bg{
  width: 100%;
  height: 100%;
  background: repeat url("https://cdn-ak.f.st-hatena.com/images/fotolife/O/ORIX/20241101/20241101144828.png") 0 0/101.5386px;
}
header.global li {
  list-style-type: none;
}
header.global .inner_1 {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #ffffff;
  background-color: rgba(16, 10, 45, .8);
  box-sizing: border-box;
}
header.global .inner_1 .header_list {
  width: 100%;
  max-width: 1260px;
  height: 100%;
  margin: 0 auto;
  padding: 0;

  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
header.global .inner_1 .header_list li:nth-of-type(2) {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  text-align: right;
}
header.global .inner_1 .header_list li:nth-of-type(2) a{
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}
header.global .inner_1 .header_list .header_list--main {
  width: 234px;
  height: 79.63px;
  display: block;
  margin: 0;
  margin-left: 30px;
  margin-top: 21px;
}
header.global .inner_1 .header_list .header_list--logo{
  display: block;
  margin-right: 48px;
  margin-bottom: 12px;
}
header.global .inner_1 .header_list .header_list--main img ,
header.global .inner_1 .header_list .header_list--logo img{
  width: 100%;
  height: 100%;
  display: block;
}
header.global .inner_1 .header_list .header_list--search{
  width: 49px;
  height: 57.92px;
  display: block;
  margin-top: 36px;
  margin-right: 33px;
  position: relative;
  cursor: pointer;
}
header.global .inner_1 .header_list .header_list--search::before{
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: no-repeat url("https://cdn-ak.f.st-hatena.com/images/fotolife/O/ORIX/20241107/20241107144406.png") 0 0/ 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
} 
header.global .inner_1 .header_list .header_list--search::after{
  content: "Search";
  color: #ffffff;
  display: block;
  width: 49px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
header.global .inner_1 .header_list .header_list--menu{
  width: 41px;
  height: 54.5px;
  display: block;
  margin-top: 40px;
  margin-right: 30px;
  position: relative;
}
header.global .inner_1 .header_list .header_list--menu:hover{
  cursor: pointer;
}
header.global .inner_1 .header_list .header_list--menu span{
  width: 40px;
  height: 1px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
header.global .inner_1 .header_list .header_list--menu span:nth-of-type(2){
  top: 13px;
}
header.global .inner_1 .header_list .header_list--menu span:nth-of-type(3){
  top: 26px;
}
header.global .inner_1 .header_list .header_list--menu.open span{
  display: none;
}


header.global .inner_1 .header_list .header_list--menu::after{
  content: "Menu";
  color: #ffffff;
  display: block;
  width: 41px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
header.global .inner_1 .header_list li.open::before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background: no-repeat url("https://cdn-ak.f.st-hatena.com/images/fotolife/O/ORIX/20241107/20241107144402.png") 0 0/100%;
}
header.global .header_search {
  display: none;
  height: 370px;
  padding: 80px calc(50vw - 350px) 0;
  background-color: rgba(16, 10, 45, .8);
  border-bottom: 1px solid #ffffff;
}
header.global .header_search p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
header.global .header_search--area {
  height: 95px;
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
header.global .header_search--area #popterm{
  left: 0;
  margin-left: 0 !important;
}
header.global .header_search--area input {
  width: 539.45px;
  color: #ffffff;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 19px;
  font-size: 26px;
  line-height: 43px;
  padding: 10px;
  caret-color:#981965;
	border: 1px solid #ffffff;
}
header.global .header_search--area input:focus {
  outline:none;
}
header.global .header_search--area button {
  width: 140px;
  height: 55px;
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}
header.global .header_search--area button::before {
  content: "検索";
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
header.global .header_search--tag {
  display: flex;
  margin: 0;
  padding-left: 33px;
}
header.global .header_search--tag li {
  margin-right: 24px;
  display: inline-block;
}
header.global .header_search--tag li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}
header.global .header_search--tag li a:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
header.global .header_menu {
  display: none;
  height: calc(100vh - 120px);
  padding: 80px calc(50vw - 350px) 0;
  padding-bottom: 80px;
  overflow-y: scroll;
  box-sizing: border-box;
  background-color: rgba(16, 10, 45, .8);
  border-bottom: 1px solid #ffffff;
}
header.global .header_menu::-webkit-scrollbar {
  display: none;
}
header.global .header_menu--list {
  border-top: 1px solid #535269;
  padding: 0;
  min-height: 475px;
  margin-bottom: 60px;
}
header.global .header_menu--list .header_menu--li {
  min-height: 79px;
  border-bottom: 1px solid #535269;
  position: relative;
  list-style-type: none;
  margin-bottom: 0;
  padding: 23px 0 0;
  padding-left: 7px;
}
header.global .header_menu--list .header_menu--li.more{
  cursor: pointer;
}
header.global .header_menu--list .header_menu--li::after {
  content: "";
  position: absolute;
  right: 6px;
}
header.global .header_menu--list .header_menu--li.arrow::after {
  width: 8px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: no-repeat url("https://cdn-ak.f.st-hatena.com/images/fotolife/O/ORIX/20241101/20241101144838.png") 0 0/100%;
}
header.global .header_menu--list .header_menu--li.more::after {
  width: 14px;
  height: 14px;
  top: 33px; 
  background: no-repeat url("https://cdn-ak.f.st-hatena.com/images/fotolife/O/ORIX/20241101/20241101163719.png") 0 0/100%;
}
header.global .header_menu--list .header_menu--li.open::after {
  width: 14px;
  height: 2px;
  top: 38px;
  background: no-repeat url("https://cdn-ak.f.st-hatena.com/images/fotolife/O/ORIX/20241105/20241105161456.png") 0 0/100%;
}
header.global .header_menu--list .header_menu--li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  height: 30px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
header.global .header_menu--list .header_menu--li a:hover {
  text-decoration-line: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}
header.global .header_menu--list .header_menu--li#headerSerials .header_menu--serials {
  margin: 0;
  padding-left: 6px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
header.global .header_menu--list .header_menu--li#headerSerials .header_menu--serials li {
  width: 46.5390%;
  height: 65px;
  position: relative;
  margin-right: 6.9219%;
  margin-bottom: 20px;
}
header.global .header_menu--list .header_menu--li#headerSerials .header_menu--serials li a {
  display: flex;
  flex-wrap: wrap;
  height: 65px;
  width: 100%;
}
header.global .header_menu--list .header_menu--li#headerSerials .header_menu--serials li a img {
  display: block;
  width: 115px;
  height: 65px;
  margin-right: 13px;
}
header.global .header_menu--list .header_menu--li#headerSerials .header_menu--serials li a p {
  font-size: 15px;
  font-weight: 500;
  line-height: 65px;
  margin: 0;
  display: block;
  height: 65px;
}
header.global .header_menu--list .header_menu--li#headerSerials .header_menu--serials li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 8px;
  height: 14px;
  background: no-repeat url("https://cdn-ak.f.st-hatena.com/images/fotolife/O/ORIX/20241101/20241101144838.png") 0 0/100%;
}
header.global .header_menu--list .header_menu--li#headerSerials .header_menu--serials li:nth-of-type(2n) {
  margin-right: 0;
}
header.global .header_menu--list .header_menu--li#headerManager .header_menu--company {
  height: 202px;
  margin: 0;
  margin-bottom: 29px;
  padding: 0 6px;
  display: flex;
}
header.global .header_menu--list .header_menu--li#headerManager .header_menu--company li {
  width: 21.6939%;
  height: 194px;
  margin-right: 4.4081%;
}
header.global .header_menu--list .header_menu--li#headerManager .header_menu--company li:last-of-type {
  margin-right: 0;
}
header.global .header_menu--list .header_menu--li#headerManager .header_menu--company li a {
  width: 100%;
  height: 100%;
}
header.global .header_menu--list .header_menu--li#headerManager .header_menu--company li a img {
  width: 100%;
  height: 145px;
  margin-bottom: 16px;
  object-fit: cover;
}
header.global .header_menu--list .header_menu--li#headerManager .header_menu--company li a p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500px;
  line-height: 21px;
  margin: 0;
}
header.global .header_menu--list .header_menu--li#headerTag .header_menu--tag {
  margin: 7px 0 29px;
  display: flex;
  padding-left: 36px;
  height: 24px;
}
header.global .header_menu--list .header_menu--li#headerTag .header_menu--tag li {
  margin-right: 24px;
  display: inline-block;
}
header.global .header_menu--list .header_menu--li#headerTag .header_menu--tag li :last-of-type {
  margin-right: 0;
}
header.global .header_menu--list .header_menu--li#headerTag .header_menu--tag li a {
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}
header.global .header_menu--button {
  display: block;
  width: 450px;
  border: 1px solid #ffffff;
  border-radius: 35px;
  padding: 23.5px 0;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 20px;
  transition: .3s;
}
header.global .header_menu--button:hover {
  background-color: #592063;
  border-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
@media screen and (max-width: 640px) {

  header.global {
    height: 18.667vw;
    min-height: 18.667vw;
    width: 100vw;
    min-width: 100% !important;
  }
  
  header.global .header_fixed{
    min-height: 18.667vw;
    width: 100vw;
    min-width: 100% !important;
  }

  header.global .inner_1 {
    height: 18.667vw;
    margin: 0;
  }
  header.global .inner_1 .header_list {
    max-width: 89.333vw;
  }
  header.global .inner_1 .header_list li:nth-of-type(2) {
    margin-left: auto;
  }
header.global .inner_1 .header_list li:nth-of-type(2) a{
    font-size: 2.667vw;
    line-height: inherit;
}
  header.global .inner_1 .header_list .header_list--main {
    width: 32.533vw;
    height: 11.069vw;
    margin: 0;
    margin-left: 0;
    margin-top: 3.251vw;
  }
  header.global .inner_1 .header_list .header_list--logo{
/*    width: 21.333vw;
    height: 6.376vw;
    margin-top: 7.467vw;*/
    margin-right: 4.267vw;
  }
  header.global .inner_1 .header_list .header_list--search{
    width: 9.333vw;
    height: 11.467vw;
    margin-top: 4.267vw;
    margin-right: 2.667vw;
  }
  header.global .inner_1 .header_list .header_list--search::before{
    width: 6.933vw;
    height: 6.933vw;
  } 
  header.global .inner_1 .header_list .header_list--search::after{
    width: 9.333vw;
    font-size: 2.667vw;
    line-height: 5.333vw;
    height: 5.33vw;
  }
  header.global .inner_1 .header_list .header_list--menu{
    width: 8vw;
    height: 10.955vw;
    margin-top: 4.8vw;
    margin-right: 0;
  }
  header.global .inner_1 .header_list .header_list--menu span{
    width: 8vw;
  }
  header.global .inner_1 .header_list .header_list--menu span:nth-of-type(2){
    top: 2.7vw;
  }
  header.global .inner_1 .header_list .header_list--menu span:nth-of-type(3){
    top: 5.4vw;
  }
  header.global .inner_1 .header_list .header_list--menu::after{
    width: 8vw;
    font-size: 2.667vw;
    line-height: 5.333vw;
    height: 5.33vw;
  }
  header.global .inner_1 .header_list li.open::before{
    width: 6.933vw;
    height: 6.933vw;
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/O/ORIX/20241107/20241107144402.png");
  }
  header.global .header_search {
    height: auto;
    padding: 10.67vw 8vw;
  }
  header.global .header_search p {
    font-size: 4.8vw;
    margin-bottom: 5.067vw;
  }
  header.global .header_search--area {
    width: 100%;
    display: block;
    height: 12vw;
    padding-bottom: 0;
    position: relative;
    border: 1px solid #ffffff;
    border-radius: 2.667vw;
  }
  header.global .header_search--area input {
    width: 85%;
    height: 100%;
    font-size: 5.333vw;
    margin: 0;
    padding: 0 2.667vw;
    border: none;
  }
  header.global .header_search--area button {
    width: 5.333vw;
    border: none;
    background: no-repeat url("https://cdn-ak.f.st-hatena.com/images/fotolife/O/ORIX/20241105/20241105113606.png") 0 0/100%;
    position: absolute;
    top: 3vw;
    right: 4vw;
    height: 5.867vw;
  }
  header.global .header_search--area button::before {
    content: "";
  }
  header.global .header_search--tag {
    margin: 0;
    padding: 0;
    margin-top: 13.07vw;
    padding-top: 7.667vw;
    justify-content: center;
    border-top: 0.27vw solid #ffffff;
    flex-wrap: wrap;
  }
  header.global .header_search--tag li {
    margin-right: 6.5vw;
    margin-bottom: 3.333vw;
    display: inline-block;
  }
  header.global .header_search--tag li:nth-of-type(3n) {
    margin: 0;
  }
  header.global .header_search--tag li a {
    font-size: 4.8vw;
  }
  header.global .header_menu {
    height: calc(100vh - 18.667vw);
    padding: 10.67vw 8vw 40vw;
  }
  header.global .header_menu--list {
    min-height: 117.067vw;
    margin-bottom: 13.333vw;
  }
  header.global .header_menu--list .header_menu--li {
    min-height: 19.48vw;
    margin-bottom: 0;
    padding: 6.5vw 1vw 0;
  }
  header.global .header_menu--list .header_menu--li::after {
    content: "";
    position: absolute;
  }
  header.global .header_menu--list .header_menu--li.arrow::after {
    width: 2.133vw;
    height: 4vw;
    right: 1.867vw;
  }
  header.global .header_menu--list .header_menu--li.more::after {
    width: 3.2vw;
    height: 3.2vw;
    top: 8.267vw;
    right: 1.067vw;
  }
  header.global .header_menu--list .header_menu--li a {
    font-size: 4.267vw;
    line-height: 8.4vw;
    height: 8.4vw;
    padding-left: 0;
    margin-bottom: 6.5vw;
  }
  header.global .header_menu--list .header_menu--li#headerSerials .header_menu--serials {
    padding-left: 0;
    display: block;
    margin-bottom: 6.5vw;
  }
  header.global .header_menu--list .header_menu--li#headerSerials .header_menu--serials li {
    width: 84vw;
    height: 17.333vw;
    margin-right: 0;
    margin-bottom: 4.267vw;
  }
  header.global .header_menu--list .header_menu--li#headerSerials .header_menu--serials li a {
    display: flex;
    padding-left: 1.067vw;
    height: 17.333vw;
    width: 100%;
  }
  header.global .header_menu--list .header_menu--li#headerSerials .header_menu--serials li a img {
    width: 30.667vw;
    height: 17.333vw;
    margin-right: 2.667vw;
  }
  header.global .header_menu--list .header_menu--li#headerSerials .header_menu--serials li a p {
    font-size: 4.267vw;
    line-height: 17.333vw;
  }
  header.global .header_menu--list .header_menu--li#headerSerials .header_menu--serials li::after {
    right: 1.867vw;
  }
  header.global .header_menu--list .header_menu--li#headerManager .header_menu--company {
    height: 120.32vw;
    width: 84vw;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  header.global .header_menu--list .header_menu--li#headerManager .header_menu--company li {
    width: 46.3492%;
    height: 53.333vw;
    margin-right: 7.3016%;
    margin-bottom: 8vw;
  }
  header.global .header_menu--list .header_menu--li#headerManager .header_menu--company li:nth-of-type(2n) {
    margin-right: 0;
  }
  header.global .header_menu--list .header_menu--li#headerManager .header_menu--company li a {
    width: 100%;
    height: 100%;
  }
  header.global .header_menu--list .header_menu--li#headerManager .header_menu--company li a img {
    width: 100%;
    height: 38.933vw;
    margin-bottom: 4.267vw;
  }
  header.global .header_menu--list .header_menu--li#headerManager .header_menu--company li a p {
    line-height: 5.973vw;
    font-size: 4vw;
  }
  header.global .header_menu--list .header_menu--li#headerTag .header_menu--tag {
    height: 22.667vw;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0 auto 8vw;
  }
  header.global .header_menu--list .header_menu--li#headerTag .header_menu--tag li {
    margin-right: 6.4vw;
    height: 9.2vw;
  }
  header.global .header_menu--list .header_menu--li#headerTag .header_menu--tag li:nth-of-type(3n) {
    margin-right: 0;
  }
  header.global .header_menu--list .header_menu--li#headerTag .header_menu--tag li a {
    height: auto;
    font-size: 4.8vw;
    line-height: 8vw;
  }
  header.global .header_menu--button {
    width: 84vw;
    border-radius: 18.667vw;
    padding: 2.667vw 6.133vw;
    font-size: 3.733vw;
    box-sizing: border-box;
    line-height: 10.667vw;
  }
}/*# sourceMappingURL=header.css.map */