html body .hero {
  height: 450px;
  position: relative;
  background: url(../../images/company/mv-pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .hero {
    background: url(../../images/company/mv-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
@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 {
  width: 450px;
  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: 16px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch {
    width: 260px;
  }
}
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: 26px;
    line-height: 42px;
  }
}
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: 16px;
  color: #F8F8F8;
  font-size: normal;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .sub {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .sub {
    background-color: #fff;
    color: #0E1A3C;
  }
}
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: 1100px;
}
@media screen and (max-width: 991px) {
  html body .company-section .wrapper {
    max-width: 768px;
  }
}
@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-section {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  html body .company-section + .company-section {
    margin-top: 60px;
  }
}
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 .company-title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 50px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .company-section02 .company-title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section02 .company-title {
    margin-bottom: 9px;
  }
}
html body .company-section02 .company-subtitle {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 45px;
  color: #0E1A3C;
}
@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;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  html body .company-section02 .company-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px 0;
  }
}
html body .company-section02 .company-flex .flex-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
html body .company-section02 .company-flex .flex-right {
  max-width: 470px;
}
html body .company-section02 .company-flex .flex-right p {
  font-size: 16px;
  line-height: 20px;
  color: #0E1A3C;
  text-align: right;
}
@media screen and (max-width: 767px) {
  html body .company-section02 .company-flex .flex-right p {
    font-size: 16px;
    line-height: 20px;
  }
}
html body .company-section02 .company-flex .flex-right p span {
  font-size: 15px;
  line-height: 20px;
  color: #505050;
}
@media screen and (max-width: 767px) {
  html body .company-section02 .company-flex .flex-right p span {
    font-size: 15px;
    line-height: 20px;
  }
}
html body .company-section02 .company-flex .flex-right .right-pic {
  margin-bottom: 8px;
}
html body .company-section03 .company-dl {
  padding: 25px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@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 #707070;
}
@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: #505050;
  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-section04 .company-inner + .company-inner {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  html body .company-section04 .company-inner + .company-inner {
    margin-top: 45px;
  }
}
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%;
}
@media screen and (max-width: 767px) {
  html body .company-section04 h2 {
    margin-bottom: 13px;
  }
}
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 .company-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .company-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px 0;
  }
}
html body .company-section05 .company-flex + .company-flex {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .company-flex + .company-flex {
    margin-top: 50px;
  }
}
html body .company-section05 .company-flex .flex-left {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .company-flex .flex-left {
    max-width: 100%;
  }
}
html body .company-section05 .company-flex .flex-left 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 .company-flex .flex-left h3 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  html body .company-section05 .company-flex .flex-left h3 {
    margin-bottom: 12.5px;
    padding-bottom: 12.5px;
  }
}
html body .company-section05 .company-flex .flex-left .left-tel {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .company-flex .flex-left .left-tel {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .company-section05 .company-flex .flex-right {
  max-width: 740px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .company-flex .flex-right {
    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;
  }
}
@media screen and (max-width: 575px) {
  html body .company-section05 .company-flex .flex-right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
html body .company-section05 .company-flex .flex-right .right-pic {
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .company-section05 .company-flex .flex-right .right-pic img {
    margin: 0 auto;
  }
}
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;
  }
}
html body .company-section05 .box-link-arrow a {
  width: 100%;
}
html body .company-section06 .company-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 47.5px;
}
@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 .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 .company-dl {
  padding: 25px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@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 #707070;
}
@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: #505050;
  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: #505050;
  }
}
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-section08 {
  margin-bottom: 430px;
}
@media screen and (max-width: 767px) {
  html body .company-section08 {
    margin-bottom: 220px;
  }
}
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;
}
@media screen and (max-width: 767px) {
  html body .company-section08 .company-inner:last-of-type {
    margin-bottom: 14px;
  }
}
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: #505050;
  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 */
