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 .onlyones-section .wrapper {
  max-width: 1400px;
}
html body .onlyones-section01 {
  margin-bottom: 67px;
}
html body .onlyones-section01 .onlyones-title {
  margin-bottom: 38px;
  font-size: 30px;
  line-height: 50px;
  color: #0E1A3C;
}
@media screen and (max-width: 991px) {
  html body .onlyones-section01 .onlyones-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body .onlyones-section01 .onlyones-title {
    margin-bottom: 19px;
  }
}
html body .onlyones-section01 .onlyones-title .sp {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .onlyones-section01 .onlyones-title .sp {
    display: block;
  }
}
html body .onlyones-section01 .onlyones-intro {
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .onlyones-section01 .onlyones-intro {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body .onlyones-section01 .onlyones-intro {
    margin-bottom: 50px;
  }
}
html body .onlyones-section01 .onlyones-inner {
  display: flex;
  gap: 0 35px;
  padding: 19px 20px 56px;
  box-sizing: border-box;
  border: 1px solid #707070;
}
@media screen and (max-width: 991px) {
  html body .onlyones-section01 .onlyones-inner {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  html body .onlyones-section01 .onlyones-inner {
    flex-direction: column;
    gap: 30px 0;
  }
}
html body .onlyones-section01 .onlyones-inner .inner-left {
  max-width: 410px;
}
@media screen and (max-width: 991px) {
  html body .onlyones-section01 .onlyones-inner .inner-left {
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  html body .onlyones-section01 .onlyones-inner .inner-left {
    max-width: 410px;
  }
}
html body .onlyones-section01 .onlyones-inner .inner-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 52px 0;
  margin-top: 26px;
}
@media screen and (max-width: 1199px) {
  html body .onlyones-section01 .onlyones-inner .inner-right {
    gap: 26px 0;
  }
}
@media screen and (max-width: 767px) {
  html body .onlyones-section01 .onlyones-inner .inner-right {
    margin-top: 0;
  }
}
html body .onlyones-section01 .onlyones-inner .inner-right .right-title {
  font-size: 28px;
  line-height: 42px;
  color: #505050;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .onlyones-section01 .onlyones-inner .inner-right .right-title {
    font-size: 24px;
    line-height: 36px;
  }
}
html body .onlyones-section01 .onlyones-inner .inner-right .right-title span {
  color: #0E1A3C;
  font-weight: normal;
}
html body .onlyones-section01 .onlyones-inner .inner-right .right-title br {
  display: none;
}
@media screen and (max-width: 1199px) {
  html body .onlyones-section01 .onlyones-inner .inner-right .right-title br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body .onlyones-section01 .onlyones-inner .inner-right .right-title br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  html body .onlyones-section01 .onlyones-inner .inner-right .right-title br {
    display: block;
  }
}
html body .onlyones-section01 .onlyones-inner .inner-right .right-text {
  font-size: 20px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .onlyones-section01 .onlyones-inner .inner-right .right-text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .onlyones-section01 .onlyones-inner .inner-right .right-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px 0;
}
@media screen and (max-width: 1199px) {
  html body .onlyones-section01 .onlyones-inner .inner-right .right-inner {
    gap: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  html body .onlyones-section01 .onlyones-inner .inner-right .right-inner {
    align-items: center;
  }
}
html body .onlyones-section01 .onlyones-inner .inner-right .right-inner .box-link-arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
}
html body .onlyones-section01 .onlyones-inner .inner-right .right-inner .box-link-arrow a {
  margin: 0 20px 0 0;
}
html body .onlyones-section02 {
  margin-bottom: 410px;
}
@media screen and (max-width: 991px) {
  html body .onlyones-section02 {
    margin-bottom: 205px;
  }
}
html body .onlyones-section02 .onlyones-title {
  margin-bottom: 70px;
  font-size: 36px;
  line-height: 68px;
  color: #505050;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .onlyones-section02 .onlyones-title {
    font-size: 28px;
    line-height: 42px;
  }
}
@media screen and (max-width: 991px) {
  html body .onlyones-section02 .onlyones-title {
    margin-bottom: 35px;
  }
}
html body .onlyones-section02 .onlyones-subtitle {
  margin-bottom: 11px;
  font-size: 36px;
  line-height: 68px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .onlyones-section02 .onlyones-subtitle {
    font-size: 32px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  html body .onlyones-section02 .onlyones-subtitle {
    margin-bottom: 20px;
  }
}
html body .onlyones-section02 .onlyones-inner + .onlyones-inner {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  html body .onlyones-section02 .onlyones-inner + .onlyones-inner {
    margin-top: 50px;
  }
}
html body .onlyones-section02 .onlyones-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  html body .onlyones-section02 .onlyones-list {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
}
html body .onlyones-section02 .onlyones-item {
  flex: 0 0 calc((100% - 60px) / 4);
  padding: 15px 18px;
  box-sizing: border-box;
  border: 1px solid #707070;
}
@media screen and (max-width: 991px) {
  html body .onlyones-section02 .onlyones-item {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  html body .onlyones-section02 .onlyones-item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 575px) {
  html body .onlyones-section02 .onlyones-item {
    flex: 1;
    max-width: 310px;
  }
}
html body .onlyones-section02 .onlyones-item_pic {
  margin-bottom: 13px;
  max-width: 300px;
}
html body .onlyones-section02 .onlyones-item_title {
  font-size: 16px;
  line-height: 30px;
  color: #505050;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .onlyones-section02 .onlyones-item_title {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .onlyones-section02 .onlyones-item_title span {
  color: #0E1A3C;
  font-weight: normal;
}
html body .onlyones-section02 .onlyones-item .box-link-arrow a {
  margin: 0;
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  html body .onlyones-section02 .onlyones-item .box-link-arrow a {
    margin-top: 20px !important;
  }
}

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