html body .contents_breadcrumb {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 0;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  html body .contents_breadcrumb {
    margin-left: 20px;
  }
}
html body .bg-lg {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
html body .hero {
  height: 450px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .hero {
    height: 390px;
  }
}
html body .hero-textbox {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
html body .hero-textbox .catch {
  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;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 42px;
  color: #F8F8F8;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch {
    font-size: 28px;
    line-height: 36px;
  }
}
html body .hero-textbox .catch span {
  display: inline-block;
  position: relative;
  font-size: 42px;
  line-height: 56px;
  color: #F8F8F8;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch span {
    font-size: 42px;
    line-height: 56px;
  }
}
html body .hero-textbox .catch span::after, html body .hero-textbox .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 50%;
  width: 60px;
}
html body .hero-textbox .catch span::before {
  right: 100%;
  margin-right: 5px;
}
html body .hero-textbox .catch span::after {
  left: 100%;
  margin-left: 5px;
}
html body .hero-textbox .sub {
  font-size: 16px;
  line-height: 24px;
  color: #F8F8F8;
  font-size: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .sub {
    font-size: 16px;
    line-height: 24px;
  }
}
html body .heroTitle {
  max-width: 1920px;
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  html body .heroTitle {
    margin-bottom: 35px;
  }
}
html body .heroTitle-textbox {
  max-width: 1760px;
  margin-left: auto;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox {
    height: 70px;
    margin-bottom: 20px;
  }
}
html body .heroTitle-textbox p {
  font-size: 240px;
  line-height: 240px;
  color: #DBDBDB;
  font-weight: 200;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.27 !important;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox p {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox p {
    padding-left: 1rem;
    opacity: 0.27 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
html body .heroTitle-textbox h1 {
  position: absolute;
  font-size: 60px;
  line-height: 50px;
  color: #0E1A3C;
  font-weight: 500;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 120px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox h1 {
    top: 25px;
    left: 35px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
html body .heroTitle .sub {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 36px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1199px) {
  html body .heroTitle .sub {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub {
    margin-bottom: 30px;
    margin-left: 35px;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle .sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub.sp {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub.pc {
    display: none;
  }
}
html body .heroTitle-mv {
  max-width: 820px;
  width: 100%;
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-mv {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body .heroTitle-mv {
    max-width: 480px;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle-mv {
    max-width: 320px;
  }
}
html body .heroTitle-inner {
  max-width: 1760px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 6px;
  margin: 0 0 120px auto;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px 0;
    margin-bottom: 60px;
    max-width: 820px;
    margin-left: auto;
    padding-left: 35px;
  }
}
html body .heroTitle-inner .inner-left {
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle-inner .inner-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner .inner-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  html body .heroTitle-inner .inner-left {
    padding-right: 35px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle-inner .inner-left {
    margin-left: 0;
    margin-right: auto;
  }
}
html body .heroTitle-inner .inner-left .left-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle-inner .inner-left .left-text {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner .inner-left .left-text {
    margin-bottom: 20px;
  }
}
html body .heroTitle-inner .inner-right {
  max-width: 1120px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle-inner .inner-right {
    max-width: 840px;
  }
}
@media screen and (max-width: 1199px) {
  html body .heroTitle-inner .inner-right {
    max-width: 630px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner .inner-right {
    max-width: 100%;
  }
}
html body .heroTitle02 {
  max-width: 1860px;
  margin-left: auto;
}
html body .heroTitle02 .heroTitle-textbox {
  max-width: 1860px;
}
html body .heroTitle02 .heroTitle-textbox .jost {
  max-width: 1800px;
  padding-left: 0;
}
html body .heroTitle02 .heroTitle-textbox .catch {
  left: 120px;
}
@media screen and (max-width: 1600px) {
  html body .heroTitle02 .heroTitle-textbox .catch {
    left: 35px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-inner .inner-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
html body .heroTitle02 .heroTitle-list {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-list {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle02 .heroTitle-list {
    max-width: 310px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  padding-bottom: 11px;
  border-bottom: 1px dotted #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item {
    gap: 8px;
    padding-bottom: 6px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item div {
  width: 8px;
  height: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item div {
    width: 5px;
    height: 5px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item div::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #0E1A3C;
  border-right: 1px solid #0E1A3C;
  top: -50%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item div::after {
    width: 5px;
    height: 5px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item a {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item a {
    font-size: 15px;
    line-height: 21px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item + .heroTitle-item {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item + .heroTitle-item {
    padding-top: 6px;
  }
}
html body .heroTitle02 .heroTitle-list02 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list02 .heroTitle-item_heading {
    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;
    gap: 0 10px;
  }
}
html body .heroTitle02 .heroTitle-list02 .heroTitle-item_title {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-list02 .heroTitle-item_title {
    font-size: 16px;
    line-height: 25px;
  }
}
html body .heroTitle02 .heroTitle-list02 .heroTitle-item_line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 240px;
  width: 100%;
  height: 1px;
  background-color: #0E1A3C;
}
html body .heroTitle02 .heroTitle-list02 .heroTitle-item_text {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-list02 .heroTitle-item_text {
    font-size: 16px;
    line-height: 25px;
  }
}
html body .contents_breadcrumb {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 0;
}
html body .contents_breadcrumb {
  padding: 0;
}
html body .company-section {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 991px) {
  html body .company-section {
    scroll-margin-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  html body .company-section {
    scroll-margin-top: 70px;
  }
}
html body .company-section .wrapper {
  max-width: 1400px;
}
@media screen and (max-width: 1600px) {
  html body .company-section .wrapper {
    max-width: 95.8%;
    width: 95.8%;
  }
}
@media screen and (max-width: 1400px) {
  html body .company-section .wrapper {
    max-width: 95.8%;
    width: 95.8%;
  }
}
@media screen and (max-width: 1199px) {
  html body .company-section .wrapper {
    max-width: 95.8%;
    width: 95.8%;
  }
}
@media screen and (max-width: 991px) {
  html body .company-section .wrapper {
    width: 95.8%;
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 575px) {
  html body .company-section .wrapper {
    padding: 0 40px;
  }
}
html body .company-section p {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .company-section p {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .company-section .company-title {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 50px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .company-section .company-title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section .company-title {
    margin-bottom: 17px;
  }
}
html body .company-section01 .wrapper {
  max-width: 1400px;
}
html body .company-section01 .company-title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 60px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .company-section01 .company-title {
    font-size: 26px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section01 .company-title {
    margin-bottom: 30px;
  }
}
html body .company-section01 .company-subtitle {
  margin-bottom: 100px;
  font-size: 30px;
  line-height: 50px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .company-section01 .company-subtitle {
    font-size: 18px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .company-section01 .company-subtitle {
    margin-bottom: 36px;
  }
}
html body .company-section01 .company-list {
  max-width: 1100px;
  width: 100%;
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  html body .company-section01 .company-list {
    max-width: 768px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section01 .company-list {
    gap: 0.5rem;
  }
}
html body .company-section01 .company-item {
  padding: 0.5rem 0.7rem;
  background: #fff;
  border: 1px solid #0E1A3C;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .company-section01 .company-item {
    padding: 0.3rem 0.5rem;
    font-size: 0.9em;
  }
}
html body .company-section01 .company-item:hover {
  background: #0E1A3C;
}
html body .company-section01 .company-item:hover p {
  color: #fff;
}
html body .company-section02 {
  background: #0E1A3C;
}
@media screen and (max-width: 991px) {
  html body .company-section02 .wrapper {
    padding: 0 !important;
  }
}
html body .company-section02 .company-title {
  padding-top: 156px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .company-section02 .company-title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 991px) {
  html body .company-section02 .company-title {
    padding-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section02 .company-title {
    margin-bottom: 9px;
    padding-top: 54px;
  }
}
html body .company-section02 .company-subtitle {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .company-section02 .company-subtitle {
    font-size: 19px;
    line-height: 31px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section02 .company-subtitle {
    margin-bottom: 16px;
  }
}
html body .company-section02 .company-subtitle br {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .company-section02 .company-subtitle br {
    display: block;
  }
}
html body .company-section02 .company-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  padding-bottom: 140px;
}
@media screen and (max-width: 991px) {
  html body .company-section02 .company-flex {
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
    padding-bottom: 60px;
  }
  html body .company-section02 .company-flex .flex-left,
  html body .company-section02 .company-flex .flex-right {
    width: 100%;
  }
  html body .company-section02 .company-flex .flex-left {
    order: 0;
  }
  html body .company-section02 .company-flex .flex-right {
    order: 1;
  }
}
html body .company-section02 .company-flex .flex-left {
  max-width: 470px;
}
html body .company-section02 .company-flex .flex-left p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  html body .company-section02 .company-flex .flex-left p {
    font-size: 16px;
    line-height: 20px;
  }
}
html body .company-section02 .company-flex .flex-left p span {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .company-section02 .company-flex .flex-left p span {
    font-size: 15px;
    line-height: 20px;
  }
}
html body .company-section02 .company-flex .flex-left .left-pic {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  html body .company-section02 .company-flex .flex-left .left-pic img {
    text-align: center;
    margin: 0 auto;
  }
}
html body .company-section02 .company-flex .flex-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
html body .company-section02 .company-flex .flex-right p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  html body .company-section02 .company-flex .flex-right p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section02 .company-flex .flex-right p {
    line-height: 32px;
  }
}
html body .company-section03 {
  background: #0E1A3C;
}
html body .company-section03 .wrapper {
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .company-section03 .wrapper {
    width: 95.8%;
    padding: 0 auto !important;
  }
}
html body .company-section03 .info03_list {
  max-width: 1100px;
  margin: 0 auto;
}
html body .company-section03 .company-title {
  margin-bottom: 25px;
  padding-top: 200px;
  font-size: 36px;
  line-height: 50px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .company-section03 .company-title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  html body .company-section03 .company-title {
    margin-bottom: 17px;
    padding-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section03 .company-title {
    margin-bottom: 17px;
    padding-top: 56px;
  }
}
html body .company-section03 .company-dl {
  padding: 25px 0;
  border-top: 1px solid #0E1A3C;
  border-bottom: 1px solid #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .company-section03 .company-dl {
    border: none;
  }
}
html body .company-section03 .company-dl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  html body .company-section03 .company-dl_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11px 0;
  }
}
html body .company-section03 .company-dl_wrapper + .company-dl_wrapper {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .company-section03 .company-dl_wrapper + .company-dl_wrapper {
    margin-top: 12.5px;
    padding-top: 12.5px;
    border-top: 1px solid #DCDFE6;
  }
}
html body .company-section03 .company-dl_wrapper dt {
  width: 20%;
}
@media screen and (max-width: 991px) {
  html body .company-section03 .company-dl_wrapper dt {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section03 .company-dl_wrapper dt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
html body .company-section03 .company-dl_wrapper dt h3 {
  font-size: 16px;
  line-height: 22px;
  color: #0E1A3C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .company-section03 .company-dl_wrapper dt h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section03 .company-dl_wrapper dt h3 {
    margin-right: 13px;
  }
}
html body .company-section03 .company-dl_wrapper dt div {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .company-section03 .company-dl_wrapper dt div {
    width: 100%;
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    background-color: #505050;
  }
}
html body .company-section03 .company-dl_wrapper dd {
  width: 80%;
}
@media screen and (max-width: 991px) {
  html body .company-section03 .company-dl_wrapper dd {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section03 .company-dl_wrapper dd {
    width: 100%;
  }
}
html body .company-section03 .company-dl_wrapper dd p {
  color: #0E1A3C;
}
html body .company-section04 {
  background: #0E1A3C;
}
html body .company-section04 .wrapper {
  background: #F8F8F8;
}
@media screen and (max-width: 1600px) {
  html body .company-section04 .wrapper {
    max-width: 95.8%;
    width: 95.8%;
  }
}
@media screen and (max-width: 1400px) {
  html body .company-section04 .wrapper {
    max-width: 95.8%;
    width: 95.8%;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section04 .wrapper {
    width: 95.8%;
    padding: 0 20px !important;
  }
}
html body .company-section04 .info04_list {
  max-width: 1100px;
  margin: 0 auto;
}
html body .company-section04 .company-inner {
  padding-bottom: 120px;
}
html body .company-section04 .company-map {
  width: 100%;
  height: 435px;
}
@media screen and (max-width: 767px) {
  html body .company-section04 .company-map {
    height: 190px;
  }
}
html body .company-section04 .company-map iframe {
  width: 100%;
  height: 100%;
}
html body .company-section04 h2 {
  padding-top: 132px;
}
@media screen and (max-width: 767px) {
  html body .company-section04 h2 {
    margin-bottom: 13px;
    padding-top: 56px;
  }
}
html body .company-section04 h3 {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .company-section04 h3 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section04 h3 {
    margin-bottom: 8px;
  }
}
html body .company-section04 p {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  html body .company-section04 p {
    margin-bottom: 12.5px;
  }
}
html body .company-section05 {
  position: relative;
  background: #0E1A3C;
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  html body .company-section05 {
    padding: 0px 0 0px 0;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section05 {
    padding: 0px 0 60px 0;
  }
}
html body .company-section05 .company-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  max-width: 1400px;
  height: 100%;
  background: #f8f8f8;
  z-index: 0;
  border-radius: 0;
}
@media screen and (max-width: 1600px) {
  html body .company-section05 .company-bg {
    max-width: 95.8%;
    width: 95.8%;
  }
}
@media screen and (max-width: 1400px) {
  html body .company-section05 .company-bg {
    max-width: 95.8%;
    width: 95.8%;
  }
}
@media screen and (max-width: 1199px) {
  html body .company-section05 .company-bg {
    margin: 0 auto;
    max-width: 95.8%;
    width: 95.8%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section05 .company-bg {
    width: 95.8%;
  }
}
html body .company-section05 .wrapper {
  position: relative;
  z-index: 1;
  max-width: none !important;
  padding: 0 !important;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  html body .company-section05 .wrapper {
    width: 95.8%;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  html body .company-section05 .wrapper {
    margin: 0 !important;
    width: 95.8%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section05 .wrapper {
    margin: 0 !important;
    width: 100%;
  }
}
html body .company-section05 .company-title {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
  color: #333;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .company-title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section05 .company-title {
    margin-bottom: 40px;
  }
}
html body .company-section05 .alternating-layout {
  display: grid;
  gap: 80px 0;
  margin: 0 auto;
  max-width: 2000px;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .alternating-layout {
    gap: 60px 0;
  }
}
html body .company-section05 .model-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  align-items: center;
}
html body .company-section05 .model-item .model-content {
  order: 1;
  position: relative;
  left: 30%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .model-item .model-content {
    left: 0;
    width: 66%;
    margin: 0 auto;
  }
}
html body .company-section05 .model-item .model-image {
  order: 2;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .model-item .model-image {
    width: 90%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section05 .model-item {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  html body .company-section05 .model-item .model-content,
  html body .company-section05 .model-item .model-image {
    order: 0;
    padding: 0;
  }
}
html body .company-section05 .model-item.reverse .model-content {
  order: 2;
  padding-left: 0;
  position: relative;
  left: 10%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .model-item.reverse .model-content {
    left: 0;
    width: 66%;
    margin: 0 auto;
  }
}
html body .company-section05 .model-item.reverse .model-image {
  order: 1;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .model-item.reverse .model-image {
    width: 90%;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section05 .model-item.reverse .model-content,
  html body .company-section05 .model-item.reverse .model-image {
    order: 0;
    padding: 0;
  }
  html body .company-section05 .model-item.reverse .model-image {
    width: 90%;
    margin: 0;
  }
}
html body .company-section05 .model-image {
  width: 100%;
}
html body .company-section05 .model-image img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}
html body .company-section05 .model-content {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .model-content {
    max-width: 100%;
  }
}
html body .company-section05 .model-content h3 {
  margin-bottom: 10.5px;
  padding-bottom: 10.5px;
  font-size: 15px;
  line-height: 22px;
  color: #505050;
  font-weight: bold;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .model-content h3 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section05 .model-content h3 {
    margin-bottom: 12.5px;
    padding-bottom: 12.5px;
  }
}
html body .company-section05 .model-content p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 21px;
  color: #666;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .model-content p {
    font-size: 14px;
    line-height: 21px;
  }
}
html body .company-section05 .model-tel {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: bold;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .model-tel {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .company-section05 .model-tel:hover {
  opacity: 0.7;
}
html body .company-section05 .box-link-arrow {
  width: 245px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .box-link-arrow {
    margin-top: 13px;
    width: 100%;
  }
}
html body .company-section05 .box-link-arrow a {
  width: 100%;
}
html body .company-section06 {
  background: #0E1A3C;
}
html body .company-section06 .wrapper {
  background: #fff;
  padding-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  html body .company-section06 .wrapper {
    margin: 0 auto;
    width: 95.8%;
    max-width: 95.8%;
    padding: 0 0 120px 0;
  }
}
@media screen and (max-width: 1199px) {
  html body .company-section06 .wrapper {
    margin: 0 auto;
    width: 95.8%;
    max-width: 95.8%;
    padding: 0 0 120px 0;
  }
}
@media screen and (max-width: 991px) {
  html body .company-section06 .wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section06 .wrapper {
    width: 95.8%;
    margin: 0 auto !important;
    padding: 0 20px 0px 20px !important;
  }
}
html body .company-section06 .company-title {
  width: 1100px;
  margin: 0 auto;
  padding: 120px 0 60px 0;
}
@media screen and (max-width: 767px) {
  html body .company-section06 .company-title {
    padding: 60px 0 30px 0;
  }
}
html body .company-section06 .company-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 47.5px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  html body .company-section06 .company-flex {
    gap: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section06 .company-flex {
    gap: 13px 0;
    -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;
  }
}
html body .company-section06 .company-flex + .company-flex {
  margin-top: 94px;
}
@media screen and (max-width: 767px) {
  html body .company-section06 .company-flex + .company-flex {
    margin-top: 50px;
  }
}
html body .company-section06 .company-flex + .company-flex:last-child {
  padding-bottom: 60px;
}
html body .company-section06 .company-flex .flex-left {
  max-width: 560px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
html body .company-section06 .company-flex .flex-right {
  max-width: 466px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  html body .company-section06 .company-flex .flex-right {
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section06 .company-flex .flex-right {
    max-width: 100%;
  }
}
html body .company-section06 .company-flex .flex-right h3 {
  margin-bottom: 6px;
  font-size: 36px;
  line-height: 50px;
  color: #0E1A3C;
}
@media screen and (max-width: 991px) {
  html body .company-section06 .company-flex .flex-right h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section06 .company-flex .flex-right h3 {
    margin-bottom: 7px;
  }
}
html body .company-section06 .company-flex .flex-right h3 span {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 22px;
  color: #0E1A3C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .company-section06 .company-flex .flex-right h3 span {
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section06 .company-flex .flex-right h3 span {
    margin-bottom: 7px;
  }
}
html body .company-section06 .company-flex .flex-right .right-sm {
  margin-bottom: 20.5px;
  padding-bottom: 20.5px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  html body .company-section06 .company-flex .flex-right .right-sm {
    margin-bottom: 12.5px;
    padding-bottom: 12.5px;
  }
}
html body .company-section07 {
  background: #0E1A3C;
  padding-bottom: 185px;
}
@media screen and (max-width: 991px) {
  html body .company-section07 .wrapper {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section07 {
    padding-bottom: 60px;
  }
}
html body .company-section07 .info07_list {
  max-width: 1100px;
  margin: 0 auto;
}
html body .company-section07 .company-title {
  margin-bottom: 25px;
  padding-top: 145px;
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .company-section07 .company-title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section07 .company-title {
    margin-bottom: 17px;
    text-align: center;
    margin: 0 auto;
    padding-top: 60px;
  }
}
html body .company-section07 .company-dl {
  padding: 25px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  html body .company-section07 .company-dl {
    border: none;
  }
}
html body .company-section07 .company-dl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  html body .company-section07 .company-dl_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11px 0;
  }
}
html body .company-section07 .company-dl_wrapper + .company-dl_wrapper {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  html body .company-section07 .company-dl_wrapper + .company-dl_wrapper {
    padding-top: 0;
    margin-top: 11px;
    border-top: none;
  }
}
html body .company-section07 .company-dl_wrapper dt {
  width: 20%;
}
@media screen and (max-width: 991px) {
  html body .company-section07 .company-dl_wrapper dt {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section07 .company-dl_wrapper dt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
html body .company-section07 .company-dl_wrapper dt h3 {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-size: bold;
}
@media screen and (max-width: 767px) {
  html body .company-section07 .company-dl_wrapper dt h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section07 .company-dl_wrapper dt h3 {
    margin-right: 13px;
  }
}
html body .company-section07 .company-dl_wrapper dt div {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .company-section07 .company-dl_wrapper dt div {
    width: 100%;
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    background-color: #fff;
  }
}
html body .company-section07 .company-dl_wrapper dd {
  width: 80%;
}
@media screen and (max-width: 991px) {
  html body .company-section07 .company-dl_wrapper dd {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section07 .company-dl_wrapper dd {
    width: 100%;
  }
}
html body .company-section07 .company-dl_wrapper dd p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .company-section07 .company-dl_wrapper dd p {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .company-section08 {
  margin-bottom: 430px;
  padding: 5%;
  margin-bottom: 430px;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body .company-section08 {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section08 {
    margin-bottom: 30px;
  }
}
html body .company-section08 .info08_list {
  max-width: 1100px;
  margin: 0 auto;
}
html body .company-section08 .wrapper {
  padding: 0 !important;
}
html body .company-section08 .about-bg {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html body .company-section08 .about-bg {
    padding: 20px;
  }
}
html body .company-section08 p {
  color: #fff;
}
html body .company-section08 .prlx-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/company/about-bg_pc.webp) no-repeat top center;
  background-size: cover;
  z-index: -1;
  -webkit-transform: translateY(0) scale(1.4);
  -ms-transform: translateY(0) scale(1.4);
  transform: translateY(0) scale(1.4);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
@media screen and (max-width: 767px) {
  html body .company-section08 .prlx-bg2 {
    background: url(../../images/company/about-bg_sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .company-section08 .company-title {
  color: #fff;
  align-items: center;
  display: flex;
}
html body .company-section08 .company-title::before, html body .company-section08 .company-title::after {
  background-color: #fff;
  content: "";
  flex-grow: 1;
  height: 1px;
}
html body .company-section08 .company-title::before {
  margin-right: 15px;
}
html body .company-section08 .company-title::after {
  margin-left: 15px;
}
html body .company-section08 .company-inner + .company-inner {
  margin-top: 50px;
}
html body .company-section08 .company-inner:first-of-type {
  margin-top: 50px;
}
html body .company-section08 .company-inner:last-of-type {
  margin-bottom: 12px;
  border-bottom: 1px solid #fff;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  html body .company-section08 .company-inner:last-of-type {
    margin-bottom: 14px;
    padding-bottom: 40px;
  }
}
html body .company-section08 .company-list_typeImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 33px;
}
@media screen and (max-width: 767px) {
  html body .company-section08 .company-list_typeImage {
    -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;
    gap: 14px 0;
  }
}
html body .company-section08 h3 {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .company-section08 h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section08 h3 {
    margin-bottom: 14px;
  }
}

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