@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
          clip-path: inset(0 0 99.9% 99.9%);
}

.sp-only {
  display: none !important;
}

are
.pc-only {
  display: block !important;
}

.sa {
  opacity: 0;
  transition: .6s ease;
}

.sa.-up {
  transform: translateY(30px);
}

.sa.-right {
  transform: translateX(30px);
}

.sa.-left {
  transform: translateX(-30px);
}

.sa.is-show {
  transform: none;
  opacity: 1;
}

.sa.-img {
  position: relative;
  opacity: 1;
}

.sa.-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
  transition: .6s;
}

.sa.-img.is-show::after {
  right: 0;
  left: auto;
  width: 0;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1100px;
  background: #090909;
  color: #fff;
  font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.92857;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

main {
  display: block;
  overflow: hidden;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
}

.l-body::before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/cmn/bg_1_pc.jpg) no-repeat center/cover;
  content: '';
}

.l-body.-vision::before {
  background: url(../vision/img/bg_1_pc.jpg) no-repeat top 20% right/cover;
}

.l-wrapper {
  width: 90%;
  margin: 0 auto;
}

.slick-slider {
  -webkit-user-select: none;
      -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
          user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  display: block;
  z-index: 100;
  position: absolute;
  top: 40%;
  width: 3.06667vw;
  height: 4.8vw;
  padding: 0;
  transform: translateY(-50%);
  border: none;
  outline: none;
  color: transparent;
  cursor: pointer;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  color: transparent;
  opacity: .7;
}

.slick-prev {
  left: -6.13333vw;
  background: url(../img/cmn/icn_prev.png) no-repeat center/contain;
}

.slick-next {
  right: -6.13333vw;
  background: url(../img/cmn/icn_next.png) no-repeat center/contain;
}

.slick-dots {
  display: flex !important;
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: #838383;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  opacity: .7;
}

.slick-dots li + li {
  margin-left: 21px;
}

.slick-dots .slick-active button {
  background: #090909;
}

.header {
  box-sizing: border-box;
  display: flex;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 1100px;
  padding: 0 10px;
}

.header::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: .3s;
}

.header.is-scroll::before {
  background: #090909;
}

.header__head {
  width: 200px;
  /* for sp iPad */
}

@media screen and (max-width: 979px) {
  .header__head {
    width: 187px;
  }
}

.header__head a {
  display: block;
  transition: .3s;
}

.header__head a:hover {
  opacity: .7;
}

.header__head a img {
  width: 100%;
}

.header__btn {
  display: none;
}

.header__btn span {
  position: relative;
  width: 5.6vw;
  height: 0.8vw;
  background: #fff;
  transition: .3s;
}

.header__btn span::before, .header__btn span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.8vw;
  background: #fff;
  content: '';
  transition: .3s;
}

.header__btn span::before {
  top: -1.86667vw;
}

.header__btn span::after {
  bottom: -1.86667vw;
}

.header__btn.is-opened span {
  background: none;
}

.header__btn.is-opened span::before {
  top: 0;
  transform: rotate(45deg);
}

.header__btn.is-opened span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.nav.is-opened {
  visibility: visible;
  opacity: 1;
}

.nav__wrap {
  display: flex;
  align-items: center;
}

.nav__items {
  display: flex;
}

.nav__item + .nav__item {
  margin-left: 29px;
  /* for sp iPad */
}

@media screen and (max-width: 979px) {
  .nav__item + .nav__item {
    margin-left: 19px;
  }
}

.nav__parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 11px 0;
  transition: .3s;
}

.nav__parent:hover {
  opacity: .7;
}

.nav__parent strong {
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.46667;
}

.nav__parent small {
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.nav__children {
  display: none;
}

.nav__child {
  width: 43.73333vw;
  border-bottom: 0.26667vw dotted #fff;
}

.nav__child.-bd-none {
  border: none;
}

.nav__child a {
  padding-left: 3.6vw;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.73333vw;
  letter-spacing: -.04em;
  line-height: 3.28571;
}

.nav__btn {
  display: block;
  position: relative;
  width: 183px;
  margin-left: 32px;
  background: #DD011F;
  text-align: center;
  transition: .3s;
}

.nav__btn:hover {
  background: none;
}

.nav__btn::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #DD011F 0%, #ED7988 100%);
  content: '';
}

.nav__btn span {
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.87509;
}

.nav__btn small {
  display: none;
}

.nav__data {
  display: none;
}

.nav__tel a {
  display: flex;
  align-items: baseline;
  margin-top: 5%;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 7.404vw;
  font-weight: 600;
  line-height: 1.36443;
}

.nav__tel a::before {
  width: 4.086vw;
  height: 5.6332vw;
  margin-right: 1.6vw;
  background: url(../img/cmn/icn_tel.svg) no-repeat center/contain;
  content: '';
}

.nav__tel a small {
  font-size: 4.72667vw;
  line-height: 2.42595;
}

.nav__address {
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.73333vw;
  line-height: 1.4825;
}

.footer {
  padding: 44px 0 30px;
  background: #090909;
}

.footer__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 76px;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.footer__item dt {
  display: flex;
  align-items: center;
  font-size: 1.507rem;
  line-height: 1.7505;
}

.footer__item dt img {
  flex-shrink: 0;
  width: 207px;
  margin-right: 16px;
}

.footer__item dd {
  margin-left: 18px;
  font-size: 1.2rem;
  line-height: 1.41667;
}

.footer__tel {
  display: flex;
  align-items: baseline;
  font-size: 2.667rem;
  font-weight: 600;
  line-height: 2.33333;
  pointer-events: none;
}

.footer__tel::before {
  width: 18px;
  height: 23px;
  margin-right: 4px;
  background: url(../img/cmn/icn_tel.svg) no-repeat center/contain;
  content: '';
}

.footer__tel small {
  font-size: 1.5rem;
  line-height: 4.14867;
}

.footer__copy {
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
  text-indent: .1em;
}

.footer-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.footer-nav__items + .footer-nav__items {
  margin-left: 34px;
}

.footer-nav__item {
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.footer-nav__item a {
  transition: .3s;
}

.footer-nav__item a:hover {
  opacity: .7;
}

.footer-nav__parent {
  display: block;
  font-size: 1.3rem;
  line-height: 2.15385;
}

.footer-nav__children {
  margin-top: 3px;
}

.footer-nav__child a {
  display: block;
  font-size: 1.3rem;
  line-height: 1.69231;
}

.footer-nav__child a::before {
  content: '・';
}

.aside-links {
  display: flex;
  justify-content: space-between;
  margin: 0 16px 22px;
}

.aside-links.-col-5 {
  display: flex;
  flex-wrap: wrap;
}

.aside-links.-col-5 .aside-links__item {
  width: 19.55%;
  /* for pc */
}

@media screen and (max-width: 760px) {
  .aside-links.-col-5 .aside-links__item {
    /* for sp Device Only */
    width: 100%;
  }
}

.aside-links__item {
  width: 32.55%;
}

.aside-links__item a {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 159px;
  background: #848484;
  font-weight: 600;
  opacity: 0.8;
  transition: .3s;
}

.aside-links__item a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 9, 9, 0.4);
  content: '';
  transition: .3s;
}

.aside-links__item a:hover::after {
  background: none;
}

.aside-links__item a span {
  z-index: 1;
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
}

.aside-links__item a small {
  z-index: 1;
  position: relative;
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
}

.aside-links__item.-message a {
  background: url(../about/img/img_nav_1.jpg) no-repeat center/cover;
}

.aside-links__item.-corporate a {
  background: url(../about/img/img_nav_2.jpg) no-repeat center/cover;
}

.aside-links__item.-business a {
  background: url(../about/img/img_index3.jpg) no-repeat center/cover;
}

.aside-links__item.-story a {
  background: url(../about/img/img_nav_3.jpg) no-repeat center/cover;
}

.aside-links__item.-history a {
  background: url(../about/img/img_nav_4.jpg) no-repeat center/cover;
}

.contents_story .aside-links__item.-story a {
  opacity: 0.3;
  pointer-events: none;
}

.contents_business .aside-links__item.-business a {
  opacity: 0.3;
  pointer-events: none;
}

.contents_company .aside-links__item.-corporate a {
  opacity: 0.3;
  pointer-events: none;
}

.contents_history .aside-links__item.-history a {
  opacity: 0.3;
  pointer-events: none;
}

.contents_message .aside-links__item.-message a {
  opacity: 0.3;
  pointer-events: none;
}

.-col-4 > .aside-links__item {
  width: 24.1%;
}

.sp-fixed {
  display: none;
}

.sp-fixed__item {
  width: 16vw;
  font-size: 2.93333vw;
  line-height: 1.63636;
}

.sp-fixed__item + .sp-fixed__item {
  margin-left: 0.26667vw;
}

.sp-fixed__item a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 1.6vw;
  background: #090909;
  text-align: center;
}

.sp-fixed__item a::before {
  width: 4.7504vw;
  height: 6.768vw;
  margin-bottom: 0.26667vw;
  content: '';
}

.sp-fixed__item.-entry {
  flex-grow: 1;
  font-size: 6.93333vw;
  font-weight: bold;
  line-height: 2.30769;
  text-align: center;
}

.sp-fixed__item.-entry a {
  padding-top: 0;
  background: #DD011F;
}

.sp-fixed__item.-entry a::before {
  content: none;
}

.sp-fixed__item.-entry a span {
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 7.70267vw;
  line-height: 1;
}

.sp-fixed__item.-entry a small {
  font-size: 2.93333vw;
  line-height: 2;
}

.sp-fixed__item.-access a::before {
  background: url(../img/cmn/icn_map.svg) no-repeat center/contain;
}

.sp-fixed__item.-tel a::before {
  background: url(../img/cmn/icn_tel.svg) no-repeat center/contain;
}

.heading-1 {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding-bottom: 28px;
  font-weight: 600;
}

.heading-1::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 46px;
  height: 1px;
  transform: translateX(-50%);
  background: #fff;
  content: '';
}

.heading-1 strong {
  font-size: 2.5rem;
  line-height: 2;
}

.heading-1 span {
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333;
  text-transform: uppercase;
}

.btn-1 {
  box-sizing: border-box;
  display: flex;
  position: relative;
  justify-content: center;
  width: 276px;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid #fff;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 2.07143;
  text-align: center;
  transition: .3s;
}

.btn-1::before, .btn-1::after {
  position: absolute;
  content: '';
  transition: .3s;
}

.btn-1::before {
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 100%;
  background: #fff;
}

.btn-1::after {
  top: 50%;
  right: 10px;
  width: 6px;
  height: 8px;
  transform: translateY(-50%);
  background: url(../img/cmn/icn_arrow_2.svg) no-repeat center/contain;
}

.btn-1:hover {
  color: #090909;
}

.btn-1:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

.btn-1:hover::after {
  background: url(../img/cmn/icn_arrow_3.svg) no-repeat center/contain;
}

.btn-1 span {
  position: relative;
}

.btn-1.-left {
  margin-left: 0;
}

.btn-2 {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 277px;
  background: #DD011F;
  font-weight: 600;
  opacity: 0.8;
  transition: .3s;
}

.btn-2::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #DD011F 0%, #ED7988 100%);
  content: '';
  opacity: 0;
  transition: .3s;
}

.btn-2:hover::before {
  opacity: 1;
}

.btn-2 span {
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 5.2rem;
  line-height: 1;
}

.btn-2 small {
  font-size: 1.6rem;
  line-height: 2.5;
}

.top-mv {
  position: relative;
  height: calc(100vh - 50px);
  overflow: hidden;
}

.top-mv__wrap {
  position: relative;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
}

.top-mv__head {
  position: absolute;
  top: 50%;
  left: 76.9%;
  width: 311px;
  transform: translate(-50%, -50%);
}

.top-mv__head img {
  width: 100%;
}

.top-mv__images {
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}

.top-mv__images div {
  height: 100%;
}

.top-mv__image {
  overflow: hidden;
}

.top-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top-mv__image.slick-active img {
  transform: scale(1.1);
  transition: 5.5s linear;
}

.top-news {
  margin-bottom: 19px;
  background: #DD011F;
}

.top-news__item a {
  display: flex;
  align-items: center;
  height: 50px;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height: 1.73333;
  transition: .3s;
}

.top-news__item a:hover {
  opacity: .7;
}

.top-news__heading {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  flex-grow: 1;
  max-height: 26px;
  overflow: hidden;
}

.top-news__data {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  order: -1;
  margin-right: 7px;
}

.top-news__category {
  padding: 0 5px;
  color: #DD011F;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.30769;
  text-align: center;
  /* background: #fff; */
}

.top-news__category .icon_box {
  overflow: hidden;
  text-align: inherit;
}

.top-news__category .icon,
.top-news__category .category {
  display: inline-block;
  margin-bottom: 2px;
  padding: 1px 5px;
  color: #fff;
  font-size: 11px;
  vertical-align: top;
}

.top-business {
  z-index: 1;
  position: relative;
  padding: 75px 0 80px;
}

.top-business .l-wrapper {
  max-width: 1100px;
}

.top-business::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 20px);
  height: 100%;
  transform: translateX(-50%);
  background: rgba(34, 34, 34, 0.85);
  content: '';
}

.top-business__item {
  margin-bottom: 38px;
}

.top-business__head {
  margin-bottom: 34px;
  font-size: 3.2rem;
  letter-spacing: -.07em;
  line-height: 1.46875;
  text-align: center;
  text-indent: -.07em;
}

.top-business__head::before {
  display: block;
  width: 54px;
  height: 45px;
  margin: 0 auto 26px;
  background: url(../img/cmn/logo_2.png) no-repeat center/contain;
  content: '';
}

.top-business__head span {
  color: #DD011F;
}

.top-business__images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
}

.top-business__image {
  width: 348px;
}

.top-business__image img {
  width: 100%;
}

.top-business__txt {
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.top-amazing {
  box-sizing: border-box;
  margin-bottom: 80px;
  padding: 0 10px;
}

.top-amazing__head {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 65px 0 38px;
  overflow: hidden;
}

.top-amazing__head::before {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 362px;
  height: 362px;
  transform: translate(-50%, -50%);
  background: url(../img/img_stamp.png) no-repeat center/contain;
  content: '';
  opacity: .62;
}

.top-amazing__head span {
  position: relative;
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.647rem;
  letter-spacing: .05em;
  line-height: 1.28447;
  text-indent: .05em;
}

.top-amazing__head strong {
  position: relative;
  font-size: 5.7rem;
  letter-spacing: -.1em;
  line-height: 1.12281;
  text-indent: -.1em;
}

.top-amazing__items {
  margin-bottom: 57px;
}

.top-amazing__item {
  z-index: 1;
  position: relative;
}

.top-amazing__item + .top-amazing__item {
  margin-top: 16px;
}

.top-amazing__item::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 10px);
  height: 100%;
  transform: translateX(-50%);
  background: rgba(34, 34, 34, 0.8);
  content: '';
}

.top-amazing__box {
  display: flex;
  justify-content: flex-end;
  max-width: 1410px;
  margin: 0 auto;
  padding: 21px 30px;
}

.top-amazing__box.-reverse {
  justify-content: flex-start;
}

.top-amazing__detail {
  position: relative;
  flex-shrink: 0;
  width: 551px;
  margin-left: 35px;
  padding-top: 32px;
}

.top-amazing__detail::after {
  z-index: -1;
  position: absolute;
  top: -33px;
  right: 5px;
  width: 215px;
  height: 215px;
  background: url(../img/img_stamp.png) no-repeat center/contain;
  content: '';
}

.top-amazing__detail.-even {
  margin: 0 41px 0 0;
  text-align: right;
}

.top-amazing__detail.-even::after {
  right: auto;
  left: -8px;
  transform: rotate(22deg);
}

.top-amazing__heading {
  display: flex;
  flex-direction: column;
  margin-bottom: -4px;
  font-weight: 600;
}

.top-amazing__heading span {
  position: relative;
  margin-bottom: 4px;
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.8rem;
  line-height: 2.145;
}

.top-amazing__heading span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 248px;
  height: 1px;
  background: #3A3A3A;
  content: '';
}

.top-amazing__heading strong {
  font-size: 5.2rem;
  line-height: 1.8375;
}

.-even > .top-amazing__heading span::after {
  right: 0;
  left: auto;
}

.top-amazing__data dt {
  margin-bottom: 12px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: 1.4416;
}

.top-amazing__data dd {
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.top-amazing__image {
  width: 683px;
  height: 335px;
}

.-reverse > .top-amazing__image {
  order: -1;
}

.top-amazing__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top-box + .top-box {
  margin-top: 23px;
}

.top-box__wrap {
  z-index: 1;
  position: relative;
}

.top-box__wrap::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 35px);
  height: 100%;
  transform: translateX(-50%);
  background: rgba(221, 1, 31, 0.85);
  content: '';
}

.top-box__box {
  display: flex;
  max-width: 1410px;
  margin: 0 auto;
  padding: 35px 50px;
}

.top-box__item {
  flex-grow: 1;
  flex-shrink: 0;
  width: 380px;
  padding-top: 32px;
}

.top-box__item.-even {
  padding-left: 30px;
}

.top-box__head {
  margin-bottom: 16px;
  font-size: 5rem;
  line-height: 1.2182;
}

.top-box__detail {
  margin-bottom: 32px;
}

.top-box__detail dt {
  margin-bottom: 11px;
  font-size: 2.5rem;
  line-height: 1.4416;
}

.top-box__detail dd {
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.top-box__btn + .top-box__btn {
  margin-top: 18px;
}

.top-box__image {
  width: 887px;
  height: 462px;
  margin-left: 51px;
}

.-reverse > .top-box__image {
  order: -1;
  margin: 0 51px 0 0;
}

.top-box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top-message {
  padding: 126px 0 122px;
}

.top-message__head {
  margin-bottom: 35px;
  font-size: 4.657rem;
  font-weight: 600;
  line-height: 1.30277;
  text-align: center;
}

.top-message__head::before {
  display: block;
  width: 54px;
  height: 45px;
  margin: 0 auto 23px;
  background: url(../img/cmn/logo_2.png) no-repeat center/contain;
  content: '';
}

.top-message__txt {
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.top-message__txt + .top-message__txt {
  margin-top: 24px;
}

.top-message__txt strong {
  font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.66909;
}

.top-message__txt strong.-red {
  display: block;
  margin-top: 23px;
  color: #DD011F;
  font-size: 4.3rem;
  line-height: 1.28093;
}

.top-number {
  display: block;
  position: relative;
  height: 295px;
  margin: 0 15px 19px;
  background: url(../img/bg_1_pc.png) no-repeat center/cover;
  opacity: 0.8;
  transition: .3s;
}

.top-number:hover {
  opacity: .7;
}

.top-number__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 600;
}

.top-number__head span {
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.647rem;
  line-height: 1.63846;
}

.top-number__head strong {
  font-size: 4.668rem;
  line-height: 1.25;
}

.top-number__num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 19.195rem;
  font-weight: 600;
  line-height: 1.73029;
  opacity: .4;
}

.vision {
  padding: 111px 10px 145px;
}

.vision__wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.vision__box + .vision__box {
  margin-top: 71px;
}

.vision__heading {
  color: #DD011F;
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 6.6rem;
  font-weight: 600;
  line-height: 1.81818;
}

.vision__item {
  font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.vision__item + .vision__item {
  margin-top: 106px;
}

.vision__item > dt {
  margin-bottom: 28px;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1.345;
}

.vision__item > dd {
  width: 645px;
}

.vision__txt {
  font-size: 1.7rem;
  line-height: 2.11706;
}

.vision__txt + .vision__txt {
  margin-top: 39px;
}

.vision__futures {
  margin-top: 36px;
}

.vision__future + .vision__future {
  margin-top: 38px;
}

.vision__future dt {
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.54062;
}

.vision__future dd {
  font-size: 1.7rem;
  line-height: 2.11706;
}

.business {
  padding: 112px 0 99px;
}

.business .l-wrapper {
  max-width: 1100px;
}

.business__lead {
  margin: 36px 0 44px;
  padding-bottom: 51px;
  border-bottom: 2px solid #5F5F5F;
}

.business__lead dt {
  margin-bottom: 16px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.46875;
  text-align: center;
}

.business__lead dd {
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.business__item + .business__item {
  margin-top: 83px;
}

.business__heading {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 10px 0;
  border-top: 1px solid #5F5F5F;
  border-bottom: 1px solid #5F5F5F;
  font-weight: 600;
}

.business__heading span {
  display: block;
  font-size: 3rem;
  line-height: 1.702;
}

.business__heading small {
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 1;
}

.business__heading.-col {
  padding: 10px 0;
  padding-top: 20px;
}

.business__txt {
  margin-bottom: 44px;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.business__images {
  display: flex;
  justify-content: space-between;
  max-width: 874px;
  margin: 0 auto;
}

.business__images.-col03 {
  max-width: 1080px;
}

.business__images.-col03 .business__image {
  /* for pc */
}

@media screen and (min-width: 761px) {
  .business__images.-col03 .business__image {
    max-width: 32%;
  }
}

.business__image {
  width: 418px;
}

.business__image img {
  width: 100%;
  margin-bottom: 14px;
}

.business__image figcaption {
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.97375;
  text-align: center;
}

.business-flow {
  margin-bottom: 91px;
}

.business-flow__head {
  margin-bottom: 28px;
  color: #DD011F;
  font-size: 2.912rem;
  font-weight: 600;
  line-height: 1.46909;
  text-align: center;
}

.business-flow__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.business-flow__item {
  width: 240px;
}

.business-flow__item + .business-flow__item {
  position: relative;
}

.business-flow__item + .business-flow__item::before {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  border-width: 8px 0 8px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: '';
}

.business-flow__item a {
  display: block;
  height: 249px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  transition: .3s;
}

.business-flow__item a:hover {
  opacity: .7;
}

.business-flow__detail {
  padding: 21px;
}

.business-flow__detail::before {
  display: block;
  margin: 0 auto 4px;
  content: '';
}

.business-flow__detail dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 600;
}

.business-flow__detail dt span {
  font-size: 2.8rem;
  line-height: 1.67857;
}

.business-flow__detail dt small {
  font-size: 1.757rem;
  line-height: 1.46841;
}

.business-flow__detail dd {
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.71429;
  text-align: center;
}

.business-flow__detail.-type-1::before {
  width: 64px;
  height: 48px;
  margin: 8px auto;
  background: url(../about/img/icn_business_1.png) no-repeat center/contain;
}

.business-flow__detail.-type-2::before {
  width: 60px;
  height: 61px;
  background: url(../about/img/icn_business_2.png) no-repeat center/contain;
}

.business-flow__detail.-type-3::before {
  width: 56px;
  height: 56px;
  margin-top: 2px;
  background: url(../about/img/icn_business_3.png) no-repeat center/contain;
}

.business-flow__detail.-type-4::before {
  width: 56px;
  height: 49px;
  margin-top: 5px;
  background: url(../about/img/icn_business_4.png) no-repeat center/contain;
}

.business-flow__note {
  display: block;
  width: 375px;
  margin: 0 auto;
  border-radius: 17px;
  background: #fff;
  color: #090909;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 2.35714;
  text-align: center;
}

.other-content__head {
  margin-bottom: 5px;
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 2.73094;
  text-align: center;
}

.number {
  padding: 111px 0 100px;
}

.number__lead {
  margin: 33px 0 61px;
  font-size: 2.3rem;
  line-height: 1.48;
  text-align: center;
}

.number__items {
  margin-bottom: 108px;
}

.number__item {
  display: flex;
  justify-content: space-between;
  background: #2E2E2E;
}

.number__item + .number__item {
  margin-top: 42px;
}

.number__detail {
  padding: 44px 20px 44px 50px;
}

.number__heading {
  color: #DD011F;
  font-size: 4.669rem;
  font-weight: 600;
  line-height: 1.44185;
}

.number__history dt {
  margin-bottom: 23px;
  font-size: 3.498rem;
  font-weight: 600;
  line-height: 1.44168;
}

.number__history dd {
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.number__fig {
  flex-shrink: 0;
  width: 473px;
}

.number__fig img {
  width: 100%;
}

.number__licene {
  display: flex;
  align-items: flex-start;
  margin-top: 17px;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.number__licene img {
  flex-shrink: 0;
  width: 70px;
  margin: 5px 30px 0 0;
}

.number-result {
  margin-bottom: 86px;
}

.number-result__head {
  margin-bottom: 38px;
  font-size: 4.305rem;
  line-height: 1.46876;
  text-align: center;
}

.number-result__head strong {
  color: #DD011F;
  font-size: 6.841rem;
  letter-spacing: .03em;
  line-height: 0.92428;
  text-indent: .03em;
}

.number-result__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -30px;
}

.number-result__image {
  width: 31%;
  max-width: 344px;
  margin-bottom: 30px;
}

.number-result__image img {
  width: 100%;
  margin-bottom: 9px;
}

.number-result__image figcaption {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.89684;
  text-align: center;
}

.number-data {
  max-width: 952px;
  margin: 0 auto;
}

.number-data__intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 98px;
}

.number-data__data {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 456px;
  padding: 35px 45px 44px;
  border: 1px solid #fff;
}

.number-data__heading {
  color: #DD011F;
  font-size: 4.669rem;
  font-weight: 600;
  line-height: 1.44185;
}

.number-data__heading span {
  font-size: 6.4rem;
  line-height: 1.05187;
}

.number-data__num {
  margin-bottom: 9px;
  font-size: 6.468rem;
  font-weight: 600;
  line-height: 1.40198;
}

.number-data__num span {
  font-size: 9.068rem;
  line-height: 1;
}

.number-data__txt {
  width: 100%;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.number-data__txt strong {
  font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.498rem;
  line-height: 1.02916;
}

.-detail > .number-data__txt {
  margin-top: 16px;
}

.number-data__item {
  box-sizing: border-box;
  display: flex;
  position: relative;
  justify-content: space-between;
  min-height: 290px;
  padding: 0 15px;
}

.number-data__item + .number-data__item {
  margin-top: 47px;
}

.number-data__detail {
  flex-grow: 1;
  padding-top: 14px;
}

.number-data__fig {
  flex-shrink: 0;
  width: 338px;
}

.number-data__fig img {
  width: 100%;
}

.number-graph {
  position: absolute;
  top: 0;
  right: 15px;
  flex-shrink: 0;
  width: 290px;
  height: 290px;
}

.number-graph__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.number-graph__item {
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: flex-end;
  transform: translate(-50%, -50%);
  font-weight: 600;
}

.number-graph__item.-graph-1 {
  top: 70%;
  left: 62%;
}

.number-graph__item.-graph-1 dt {
  min-width: 5em;
  font-size: 2.359rem;
  line-height: 1.61085;
}

.number-graph__item.-graph-1 dd {
  font-size: 3.857rem;
  line-height: 1.03708;
}

.number-graph__item.-graph-2 {
  top: 30.5%;
  left: 10%;
}

.number-graph__item.-graph-2 dt {
  font-size: 2.1rem;
  line-height: 1.77952;
}

.number-graph__item.-graph-2 dd {
  font-size: 2.8rem;
  line-height: 1.07143;
}

.number-graph__item.-graph-3 {
  top: 9.5%;
  left: 20%;
}

.number-graph__item.-graph-3 dt {
  font-size: 1.7rem;
  line-height: 1.52941;
}

.number-graph__item.-graph-3 dd {
  font-size: 2.8rem;
  line-height: 1.07143;
}

.number-graph__item.-graph-4 {
  top: 15%;
  left: 52%;
  align-items: flex-start;
}

.number-graph__item.-graph-4 dt {
  font-size: 1.7rem;
  line-height: 1.52941;
}

.number-graph__item.-graph-4 dd {
  font-size: 2.1rem;
  line-height: 1.09524;
}

@media all and (-ms-high-contrast: none) {
  .business__heading {
    padding-top: 20px;
  }
}

@media screen and (max-width: 760px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  .sa.-sp-up {
    transform: translateY(30px);
  }
  .sa.is-show {
    transform: none;
  }
  body {
    min-width: 0;
    font-size: 3.73333vw;
    line-height: 1.75;
  }
  body.is-nav {
    overflow: hidden;
  }
  .l-body::before {
    background: url(../img/cmn/bg_1_sp.jpg) no-repeat center/cover;
  }
  .l-body.-vision::before {
    background: url(../vision/img/bg_1_sp.jpg) no-repeat center top 20%/cover;
  }
  .l-wrapper {
    width: 90.66667vw;
  }
  .slick-dots li + li {
    margin-left: 20px;
  }
  .header {
    min-width: 0;
    height: 13.33333vw;
    padding: 0 3.73333vw;
  }
  .header__head {
    z-index: 1;
    position: relative;
    width: 50.53333vw;
  }
  .header__btn {
    display: flex;
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 13.33333vw;
    height: 13.33333vw;
    background: #090909;
  }
  .nav {
    box-sizing: border-box;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 18.66667vw 0;
    overflow: hidden;
    background: rgba(34, 34, 34, 0.95);
    opacity: 0;
    transition: .3s;
  }
  .nav__wrap {
    display: block;
    width: 93.06667vw;
    height: calc(100vh - 30.66667vw);
    margin: 0 auto;
    overflow-y: scroll;
  }
  .nav__items {
    display: block;
    margin-bottom: 6.93333vw;
  }
  .nav__item + .nav__item {
    margin: 2.13333vw 0 0;
  }
  li.nav__item.sp-only.other_contents_sp_menu {
    margin-top: 6%;
  }
  .nav__parent {
    position: relative;
    flex-direction: row;
    padding: 2.13333vw 4.53333vw;
    background: #000;
  }
  .nav__parent::after {
    position: absolute;
    top: 50%;
    right: 1.33333vw;
    width: 3.2vw;
    height: 3.2vw;
    transform: translateY(-50%);
    background: url(../img/cmn/icn_arrow_1.svg) no-repeat center/contain;
    content: '';
  }
  .nav__parent strong {
    margin-right: 1.6vw;
    font-size: 5.86667vw;
    letter-spacing: .02em;
    line-height: 1.52273;
  }
  .nav__parent small {
    font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.76433;
  }
  .nav__parent.-red {
    background: #DD011F;
  }
  .nav__children {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nav__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 29.73333vw;
    margin: 0;
  }
  .nav__btn span {
    font-size: 10vw;
    font-size: 10vw;
    line-height: 1;
  }
  .nav__btn small {
    display: block;
    font-size: 3.73333vw;
    line-height: 1.57143;
  }
  .nav__data {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24vw;
  }
  .footer {
    padding: 12.8vw 0 24vw;
  }
  .footer__item {
    display: block;
    margin-bottom: 10.13333vw;
    padding: 0;
    border: none;
  }
  .footer__item dt {
    flex-direction: column;
    align-items: center;
    font-size: 4.26667vw;
  }
  .footer__item dt img {
    width: 62.8vw;
    min-height: 0;
    margin: 0 0 1.6vw;
  }
  .footer__item dd {
    margin: 0;
    font-size: 3.90667vw;
    line-height: 1.41672;
    text-align: center;
  }
  .footer__tel {
    justify-content: center;
    margin-top: 4vw;
    font-size: 8.004vw;
    line-height: 1.36443;
    pointer-events: initial;
  }
  .footer__tel::before {
    width: 4.8vw;
    height: 6.53333vw;
    margin-right: 0.8vw;
  }
  .footer__tel small {
    font-size: 4.72667vw;
    line-height: 2.42595;
  }
  .footer__copy {
    font-size: 2.66667vw;
    line-height: 2.1945;
  }
  .footer-nav {
    display: none;
  }
  .aside-links {
    display: block;
    width: 90.66667vw;
    margin: 0 auto 13.6vw;
  }
  .aside-links__item {
    width: 100%;
  }
  .aside-links__item + .aside-links__item {
    margin-top: 3.6vw;
  }
  .-col-4 > .aside-links__item + .aside-links__item {
    margin-top: 0;
  }
  .aside-links__item a {
    box-sizing: border-box;
    height: 25.06667vw;
    padding-top: 1.33333vw;
  }
  .aside-links__item a span {
    font-size: 4.8vw;
  }
  .aside-links__item a small {
    font-size: 3.2vw;
  }
  .aside-links__item.-story a span {
    font-size: 4.26667vw;
  }
  .-col-4 > .aside-links__item {
    width: 43.86667vw;
    margin-bottom: 3.06667vw;
  }
  .-col-4 > .aside-links__item a {
    height: 30.66667vw;
  }
  .sp-fixed {
    display: flex;
    visibility: visible;
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16vw;
    background: #fff;
    opacity: 0;
    transition: .3s;
  }
  .sp-fixed.is-scroll {
    visibility: visible;
    opacity: 1;
  }
  .heading-1 {
    padding-bottom: 6.66667vw;
  }
  .heading-1::after {
    width: 12.33427vw;
    height: 0.26667vw;
  }
  .heading-1 strong {
    font-size: 5.06667vw;
    line-height: 1.84211;
  }
  .heading-1 span {
    font-size: 3.46667vw;
    line-height: 1.25923;
  }
  .btn-1 {
    width: 65.06667vw;
    padding: 2.26667vw 0;
    border-width: 0.26667vw;
    font-size: 3.46667vw;
    line-height: 1.97462;
  }
  .btn-1::after {
    right: 2.13333vw;
    width: 1.33333vw;
    height: 1.6vw;
  }
  .btn-1.-left {
    margin-left: auto;
  }
  .btn-2 {
    height: 54.93333vw;
  }
  .btn-2 span {
    font-size: 11.24133vw;
  }
  .btn-2 small {
    font-size: 3.73333vw;
  }
  .top-mv {
    height: calc(100vh - 17.73333vw);
  }
  .top-mv__wrap {
    width: 100%;
  }
  .top-mv__head {
    right: 0;
    left: auto;
    width: 46.26667vw;
    transform: translateY(-50%);
  }
  .top-news {
    margin-bottom: 4.93333vw;
  }
  .top-news__item a {
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    height: 17.73333vw;
    padding: 3.46667vw 0;
    font-size: 3.73333vw;
    line-height: 1.13557;
  }
  .top-news__heading {
    width: 100%;
    max-height: 4.23947vw;
  }
  .top-news__data {
    margin: 0 0 1.46667vw;
  }
  .top-news__category {
    padding: 0 0.66667vw;
    font-size: 3.46667vw;
    line-height: 1.22292;
  }
  .top-business {
    padding: 11.46667vw 0 17.06667vw;
  }
  .top-business::before {
    width: 90.66667vw;
  }
  .top-business__item {
    margin-bottom: 7.06667vw;
    padding: 0 4.8vw;
  }
  .top-business__head {
    margin-bottom: 6.26667vw;
    font-size: 5.4vw;
    letter-spacing: -0.001em;
    line-height: 1.53178;
    text-indent: -.1em;
  }
  .top-business__head::before {
    width: 10.4vw;
    height: 8.8vw;
    margin-bottom: 4.53333vw;
  }
  .top-business__images {
    flex-wrap: wrap;
    margin-bottom: 4.4vw;
  }
  .top-business__image {
    width: 39.46667vw;
  }
  .top-business__image:first-of-type {
    width: 100%;
    margin-bottom: 2.66667vw;
  }
  .top-business__txt {
    letter-spacing: -.02em;
    text-align: left;
  }
  .top-amazing {
    margin-bottom: 10vw;
    padding: 0;
  }
  .top-amazing__wrap {
    width: 90.66667vw;
    margin: 0 auto;
  }
  .top-amazing__head {
    padding: 12.26667vw 0 9.6vw;
  }
  .top-amazing__head::before {
    top: 52%;
    width: 53.84147vw;
    height: 53.84147vw;
  }
  .top-amazing__head span {
    font-size: 4.26667vw;
    line-height: 1.51188;
  }
  .top-amazing__head strong {
    font-size: 8.26667vw;
    line-height: 1.26726;
  }
  .top-amazing__items {
    margin-bottom: 10.13333vw;
  }
  .top-amazing__item + .top-amazing__item {
    margin-top: 4.8vw;
  }
  .top-amazing__item::before {
    width: 90.66667vw;
  }
  .top-amazing__box {
    flex-direction: column;
    justify-content: flex-start;
    padding: 5.33333vw 4.8vw 4vw;
    padding-bottom: 9%;
  }
  .top-amazing__detail {
    width: 100%;
    margin-left: 0;
    padding-top: 3.06667vw;
  }
  .top-amazing__detail::after {
    z-index: 1;
    top: -7.2vw;
    right: 0;
    width: 32vw;
    height: 32vw;
  }
  .top-amazing__detail.-even {
    margin-right: 0;
  }
  .top-amazing__detail.-even::after {
    left: 1.06667vw;
  }
  .top-amazing__heading {
    margin-bottom: 0;
  }
  .top-amazing__heading span {
    margin-bottom: 0.26667vw;
    font-size: 4.26667vw;
    line-height: 2.09375;
  }
  .top-amazing__heading span::after {
    width: 45.33333vw;
    height: 0.26667vw;
  }
  .top-amazing__heading strong {
    font-size: 8vw;
    line-height: 1.7765;
  }
  .top-amazing__data dt {
    margin-bottom: 2.4vw;
    font-size: 4.8vw;
    line-height: 1.47028;
  }
  .top-amazing__data dd {
    letter-spacing: -.02em;
  }
  .top-amazing__image {
    order: -1;
    width: 100%;
    height: auto;
    min-height: 0%;
  }
  .top-box + .top-box {
    margin-top: 5.6vw;
  }
  .top-box__wrap {
    width: 90.66667vw;
    margin: 0 auto;
  }
  .top-box__wrap::before {
    width: 100%;
  }
  .top-box__box {
    flex-direction: column;
    padding: 5.46667vw 4.8vw 10.13333vw;
  }
  .top-box__item {
    width: 100%;
    padding-top: 4vw;
  }
  .top-box__item.-even {
    padding-left: 0;
  }
  .top-box__head {
    margin-bottom: 2.4vw;
    font-size: 7.6vw;
    letter-spacing: -.05em;
    line-height: 1.29368;
  }
  .top-box__detail {
    margin-bottom: 5.86667vw;
  }
  .top-box__detail dt {
    margin-bottom: 2.53333vw;
    font-size: 4.8vw;
    line-height: 1.47028;
  }
  .top-box__btn + .top-box__btn {
    margin-top: 4.26667vw;
  }
  .top-box__image {
    order: -1;
    width: 100%;
    height: auto;
    min-height: 0%;
    margin-left: 0;
  }
  .-reverse > .top-box__image {
    margin: 0;
  }
  .top-message {
    padding: 25.33333vw 0 24vw;
  }
  .top-message__head {
    margin-bottom: 4.66667vw;
    font-size: 6.93333vw;
    letter-spacing: -.08em;
    line-height: 1.28846;
    text-indent: -.08em;
  }
  .top-message__head::before {
    width: 10.4vw;
    height: 8.8vw;
    margin-bottom: 4.53333vw;
  }
  .top-message__txt {
    letter-spacing: -.07em;
    text-indent: -.07em;
  }
  .top-message__txt + .top-message__txt {
    margin-top: 6.26667vw;
  }
  .top-message__txt strong {
    font-size: 5.33333vw;
    line-height: 1.32325;
  }
  .top-message__txt strong.-red {
    margin-top: 6.26667vw;
    font-size: 6.93333vw;
    letter-spacing: -.07em;
    line-height: 1.44365;
    text-indent: -.07em;
  }
  .top-number {
    width: 90.66667vw;
    height: 49.86667vw;
    margin: 0 auto 4.8vw;
  }
  .top-number__head {
    padding-top: 1.33333vw;
  }
  .top-number__head span {
    font-size: 4.26667vw;
  }
  .top-number__head strong {
    font-size: 8.53333vw;
    line-height: 1.26703;
  }
  .top-number__num {
    top: 33%;
    font-size: 16.89333vw;
    line-height: 1.73023;
  }
  .vision {
    padding: 23.46667vw 4.8vw;
  }
  .vision__box + .vision__box {
    margin-top: 11.86667vw;
  }
  .vision__heading {
    font-size: 10.66667vw;
  }
  .vision__item + .vision__item {
    margin-top: 16vw;
  }
  .vision__item > dt {
    margin-bottom: 4.26667vw;
    font-size: 6.66667vw;
    letter-spacing: -.05em;
    line-height: 1.3184;
  }
  .vision__item > dd {
    width: 100%;
  }
  .vision__txt {
    font-size: 3.73333vw;
    line-height: 1.75;
  }
  .vision__txt + .vision__txt {
    margin-top: 6.4vw;
  }
  .vision__futures {
    margin-top: 6.4vw;
  }
  .vision__future + .vision__future {
    margin-top: 6.4vw;
  }
  .vision__future dt {
    margin-bottom: 2.66667vw;
    font-size: 4.8vw;
    line-height: 1.36944;
  }
  .vision__future dd {
    font-size: 3.73333vw;
    line-height: 1.75;
  }
  .business {
    padding: 21.33333vw 0 15.6vw;
  }
  .business__lead {
    margin: 7.33333vw 0 8.26667vw;
    padding-bottom: 9.33333vw;
    border-width: 0.26667vw;
  }
  .business__lead dt {
    margin-bottom: 3.2vw;
    font-size: 6vw;
    line-height: 1.53178;
  }
  .business__lead dd {
    text-align: left;
  }
  .business__item + .business__item {
    margin-top: 13.6vw;
  }
  .business__heading {
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 3.2vw;
    padding: 2.4vw 0;
    border-width: 0.26667vw;
  }
  .business__heading span {
    font-size: 6.13333vw;
    line-height: 1.69783;
  }
  .business__heading small {
    margin: 0 0 0 0.66667vw;
    font-size: 4.05467vw;
    line-height: 1.41006;
  }
  .business__heading.-col {
    padding: 2.4vw 0;
  }
  .business__heading.-col {
    padding-top: 2.66667vw;
  }
  .business__txt {
    margin-bottom: 6.53333vw;
  }
  .business__images {
    display: block;
    width: 81.33333vw;
  }
  .business__image {
    width: 100%;
  }
  .business__image + .business__image {
    margin-top: 5.86667vw;
  }
  .business__image img {
    margin-bottom: 2.66667vw;
  }
  .business__image figcaption {
    font-size: 4vw;
    line-height: 1.63333;
  }
  .business-flow {
    margin-bottom: 11.06667vw;
  }
  .business-flow__head {
    margin-bottom: 3.73333vw;
    font-size: 5.6vw;
    line-height: 1.64119;
  }
  .business-flow__items {
    display: block;
    margin-bottom: 6.4vw;
  }
  .business-flow__item {
    width: 100%;
  }
  .business-flow__item + .business-flow__item {
    margin-top: 6.93333vw;
  }
  .business-flow__item + .business-flow__item::before {
    top: -4.66667vw;
    left: 50%;
    transform: translateX(-50%);
    border-width: 2.8vw 2.33333vw 0 2.33333vw;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .business-flow__item a {
    height: auto;
    border-radius: 1.33333vw;
  }
  .business-flow__detail {
    position: relative;
    padding: 3.6vw 3.6vw 4.26667vw 25.73333vw;
  }
  .business-flow__detail::before {
    position: absolute;
    top: 5.73333vw;
    left: 4.8vw;
  }
  .business-flow__detail dt {
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 0.4vw;
  }
  .business-flow__detail dt span {
    font-size: 5.6vw;
    line-height: 1.65095;
  }
  .business-flow__detail dt small {
    margin-left: 0.66667vw;
    font-size: 3.6vw;
    line-height: 1.41;
  }
  .business-flow__detail dd {
    font-size: 3.73333vw;
    line-height: 1.60714;
    text-align: left;
  }
  .business-flow__detail.-type-1::before {
    width: 14vw;
    height: 10.53333vw;
    margin: 0;
  }
  .business-flow__detail.-type-2::before {
    width: 13.6vw;
    height: 14.13333vw;
  }
  .business-flow__detail.-type-3::before {
    width: 12.66667vw;
    height: 12.93333vw;
    margin-top: 0;
  }
  .business-flow__detail.-type-4::before {
    width: 14.8vw;
    height: 12.93333vw;
    margin-top: 0;
  }
  .business-flow__note {
    width: 100%;
    border-radius: 4.8vw;
    font-size: 3.46667vw;
    line-height: 2.72462;
  }
  .other-content {
    margin-bottom: -10.8vw;
  }
  .other-content__head {
    font-size: 5.06667vw;
    line-height: 3.03474;
  }
  .number {
    padding: 21.33333vw 0 16vw;
  }
  .number__lead {
    margin: 6vw 0 8.26667vw;
    font-size: 4.53333vw;
    letter-spacing: -.05em;
    line-height: 1.55676;
    text-indent: -.05em;
  }
  .number__items {
    margin-bottom: 11.73333vw;
  }
  .number__item {
    display: block;
  }
  .number__item + .number__item {
    margin-top: 6vw;
  }
  .number__detail {
    padding: 3.46667vw 4vw 6vw;
  }
  .number__heading {
    font-size: 7.73333vw;
    line-height: 1.675;
  }
  .number__history {
    margin-top: -0.66667vw;
  }
  .number__history dt {
    margin-bottom: 3.06667vw;
    font-size: 6vw;
    line-height: 1.35067;
  }
  .number__fig {
    width: 100%;
  }
  .number__licene {
    margin-top: 0.53333vw;
  }
  .number__licene img {
    width: 22.26667vw;
    margin: 1.6vw 4.8vw 0 0;
  }
  .number-result {
    margin-bottom: 10.66667vw;
  }
  .number-result__head {
    margin-bottom: 4vw;
    font-size: 7.28933vw;
    line-height: 1.46863;
  }
  .number-result__head strong {
    font-size: 11.58267vw;
    line-height: 0.92425;
  }
  .number-result__images {
    width: 81.6vw;
    margin: 0 auto;
  }
  .number-result__image {
    width: 100%;
    margin-bottom: 0;
  }
  .number-result__image img {
    margin-bottom: 1.86667vw;
  }
  .number-result__image figcaption {
    font-size: 4vw;
    line-height: 2.03667;
  }
  .number-data__intro {
    display: block;
    margin-bottom: 8.93333vw;
  }
  .number-data__data {
    width: 100%;
    padding: 4vw 5.06667vw 6vw;
    border-width: 0.26667vw;
  }
  .number-data__data + .number-data__data {
    margin-top: 5.73333vw;
  }
  .number-data__heading {
    font-size: 7.73333vw;
    line-height: 1.675;
  }
  .number-data__heading span {
    font-size: 10.66667vw;
    line-height: 1.21437;
  }
  .number-data__num {
    margin-bottom: 2.53333vw;
    font-size: 11.46667vw;
    line-height: 1.34884;
  }
  .number-data__num span {
    font-size: 18.02933vw;
    line-height: 0.85786;
  }
  .number-data__txt strong {
    font-size: 6vw;
    line-height: 1.35067;
  }
  .-detail > .number-data__txt {
    margin-top: 0.8vw;
  }
  .-detail > .number-data__txt + .number-data__txt {
    margin-top: 2.93333vw;
  }
  .number-data__item {
    flex-direction: column;
    padding: 0;
  }
  .number-data__item + .number-data__item {
    margin-top: 7.2vw;
  }
  .number-data__fig {
    width: 81.33333vw;
    min-height: 0%;
    margin: 4vw auto 0;
  }
  .number-graph {
    position: relative;
    top: auto;
    right: auto;
    width: 62.53333vw;
    height: 62.53333vw;
    margin: 4.13333vw auto 4.53333vw;
  }
  .number-graph__item.-graph-1 dt {
    font-size: 5.15067vw;
  }
  .number-graph__item.-graph-1 dd {
    font-size: 8.424vw;
  }
  .number-graph__item.-graph-2 dt {
    font-size: 4.58667vw;
  }
  .number-graph__item.-graph-2 dd {
    font-size: 6.11467vw;
  }
  .number-graph__item.-graph-3 dt {
    font-size: 3.712vw;
  }
  .number-graph__item.-graph-3 dd {
    font-size: 6.11467vw;
  }
  .number-graph__item.-graph-4 dt {
    font-size: 3.712vw;
  }
  .number-graph__item.-graph-4 dd {
    font-size: 4.58667vw;
  }
}

@keyframes top-mv {
  100% {
    transform: scale(1.1);
  }
}

.contents_area {
  margin: 50px auto;
}

@media screen and (max-width: 760px) {
  .contents_area {
    /* for sp Device Only */
    margin: 8% auto;
  }
}

.main_members .number {
  padding-bottom: 0;
}

@media screen and (max-width: 760px) {
  .main_system .main_members {
    /* for sp Device Only */
    margin-bottom: 0;
  }
}

@media screen and (max-width: 740px) {
  .section_member_area .section_other_list .news_list .box {
    width: 48%;
    margin-bottom: 8%;
    float: left;
  }
  .section_member_area .section_other_list .news_list .box:nth-child(odd) {
    margin-right: 3%;
  }
  .section_member_area .section_other_list .news_list .box:nth-child(2n+1) {
    clear: both;
  }
  .section_member_area .section_other_list .news_list .box .ph.ph_sys {
    margin-bottom: 5px;
  }
  .section_member_area .section_other_list .news_list .box .info_box {
    width: auto;
    float: none;
  }
  .section_member_area .section_other_list .news_list .box .info_box .dept_area {
    font-size: 2.9vw;
  }
  .section_member_area .section_other_list .news_list .box .info_box .name_k {
    font-size: 2.5vw;
  }
  .section_member_area .section_other_list .news_list .box .info_box .name {
    font-size: 4vw;
  }
}

/* for pc */
@media screen and (min-width: 761px) {
  .section_member_area .section_other_list .news_list .box {
    width: 31.2%;
    margin: 0 auto 50px;
    margin-right: 3%;
    float: left;
  }
  .section_member_area .section_other_list .news_list .box .ph.ph_sys {
    width: 100%;
    margin-bottom: 10px;
    float: none;
    overflow: hidden;
  }
  .section_member_area .section_other_list .news_list .box:nth-child(3n) {
    margin-right: 0;
  }
  .section_member_area .section_other_list .news_list .box:nth-child(3n+1) {
    clear: both;
  }
}

.section_member_area .info_box {
  width: 100%;
  float: none;
  text-align: center;
}

.section_member_area .info_box .name {
  font-size: 2.4rem;
  line-height: 1.6;
}

.section_member_area .info_box .name_k {
  opacity: 0.6;
}

@media screen and (max-width: 760px) {
  .main_system .main_members {
    /* for sp Device Only */
  }
  .main_system .main_members .contents_area {
    margin: 10% auto 5%;
  }
}

.main_system .main_members .section_detail {
  width: 100%;
  max-width: 1200px;
}

.main_system .main_members .section_detail .btn-1.back:after {
  right: auto;
  left: 10px;
  transform: translateY(-33%) rotate(59deg);
}

.main_system .main_members .section_detail .system_article p {
  margin-bottom: 40px !important;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8 !important;
}

@media screen and (max-width: 760px) {
  .main_system .main_members .section_detail .system_article p {
    /* for sp Device Only */
    margin-bottom: 7% !important;
  }
}

.main_system .main_members .section_detail .system_article p img {
  width: 100% !important;
  max-width: 680px !important;
  margin: 0 auto 90px;
}

@media screen and (max-width: 760px) {
  .main_system .main_members .section_detail .system_article p img {
    /* for sp Device Only */
    margin: 0 auto 14%;
  }
}

.main_system .main_members .section_detail .name_box {
  margin-bottom: 70px;
}

@media screen and (max-width: 760px) {
  .main_system .main_members .section_detail .name_box {
    /* for sp Device Only */
    margin-bottom: 8%;
  }
}

.main_system .main_members .section_detail .info_box {
  margin-bottom: 30px;
}

.main_system .main_members .section_detail .info_box .name {
  font-size: 2.8rem;
}

@media screen and (max-width: 760px) {
  .main_system .main_members .section_detail .cnt_box {
    /* for sp Device Only */
    width: 90%;
    margin: 0 auto 6%;
  }
}

.main_system .main_members .section_detail .other_box {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.main_system .main_members .section_detail .other_box .tit {
  justify-content: center;
  width: 9%;
  background: #494949;
}

@media screen and (max-width: 760px) {
  .main_system .main_members .section_detail .other_box .tit {
    /* for sp Device Only */
    width: 18%;
    margin-bottom: 2%;
  }
}

.main_system .main_members .section_detail .other_box .tit_contents {
  width: 32%;
  background: #222222;
}

@media screen and (max-width: 760px) {
  .main_system .main_members .section_detail .other_box .tit_contents {
    /* for sp Device Only */
    width: 58%;
    margin-bottom: 2%;
  }
}

.main_system .main_members .section_detail .other_box .tit, .main_system .main_members .section_detail .other_box .tit_contents {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 760px) {
  .main_system .main_members .section_detail .other_box .tit, .main_system .main_members .section_detail .other_box .tit_contents {
    /* for sp Device Only */
    padding: 2% 6%;
  }
}

.main_system .main_members .section_detail .main_box .txt_box {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 43%;
  padding: 30px;
  background: #DD011F;
}

@media screen and (max-width: 760px) {
  .main_system .main_members .section_detail .main_box .txt_box {
    /* for sp Device Only */
    width: 100%;
  }
}

.main_system .main_members .section_detail .main_box .unit {
  display: flex;
  flex-wrap: wrap;
}

.main_system .main_members .section_detail .main_box .unit .ph {
  width: 50%;
  max-width: 600px;
  margin: 0;
  padding-bottom: 33%;
  /* for sp iPad */
}

@media screen and (max-width: 979px) {
  .main_system .main_members .section_detail .main_box .unit .ph {
    width: 48%;
  }
}

.main_system .main_members .section_detail .main_box .unit .tit {
  font-size: 2.8rem;
  text-align: left;
}

.main_system .main_members .l-wrapper {
  width: 90%;
  max-width: 1200px;
}

@media screen and (max-width: 760px) {
  /* for sp Device Only */
  .main_system .main_members .l-wrapper {
    width: 100%;
  }
  .main_system .main_members .section_detail {
    width: 100%;
    padding: 0;
  }
  .main_system .main_members .section_detail .main_box .unit {
    display: block;
  }
  .main_system .main_members .section_detail .main_box .unit .ph {
    width: 100%;
    padding-bottom: 67%;
  }
  .main_system .main_members .section_detail .main_box .unit .txt_box {
    width: 90%;
    padding: 5%;
  }
  .main_system .main_members .section_detail .main_box .unit .txt_box .tit {
    font-size: 5.5vw;
  }
}

.main_company {
  /* for pc */
}

@media screen and (min-width: 761px) {
  .main_company .number {
    padding: 111px 0 60px;
  }
}

@media screen and (max-width: 760px) {
  .main_company {
    /* for sp Device Only */
  }
  .main_company .number {
    padding: 21.33333vw 0 5vw;
  }
}

.main_company .business__heading {
  margin-bottom: 45px;
}

.main_company .business__heading small {
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.main_company .tbl {
  margin-bottom: 130px;
}

@media screen and (max-width: 760px) {
  .main_company .tbl {
    /* for sp Device Only */
    margin-bottom: 15%;
  }
}

@media screen and (max-width: 760px) {
  .main_company {
    /* for sp Device Only */
  }
  .main_company .business__heading {
    margin-bottom: 8%;
  }
}

.main_company .map_area iframe {
  display: block;
  width: 90%;
  height: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_company .map_area iframe {
    /* for sp Device Only */
    height: 50vw;
  }
}

.main_personality .l-wrapper {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .main_personality .l-wrapper .heading-1 {
    /* for sp Device Only */
    margin-bottom: 6%;
  }
}

.main_personality .l-wrapper .business__lead {
  margin: 36px 0 64px;
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 760px) {
  .main_personality .l-wrapper .business__lead {
    display: block;
    /* for sp Device Only */
    width: 90%;
    margin: 0 auto 5%;
  }
}

.main_personality .l-wrapper .business__lead dt {
  margin-bottom: 10px;
  font-size: 4.6rem;
}

@media screen and (max-width: 760px) {
  .main_personality .l-wrapper .business__lead dt {
    /* for sp Device Only */
    font-size: 8.5vw;
    line-height: 11.8vw;
  }
}

@media screen and (max-width: 760px) {
  .main_personality .l-wrapper .business__lead dd {
    /* for sp Device Only */
    margin-bottom: 11%;
  }
}

.main_personality .section_personality .ph {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 760px) {
  .main_personality .section_personality .ph {
    /* for sp Device Only */
    width: 92%;
    margin: 0 auto 11%;
  }
}

.main_personality .contents_box {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 760px) {
  .main_personality .contents_box {
    /* for sp Device Only */
    width: 80%;
    margin-bottom: 10%;
  }
}

.main_personality .list_area {
  display: block;
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
}

.main_personality .list_area .list_about li {
  display: inline-block;
  width: 30.0%;
  margin-right: 4%;
  text-align: center;
  /* for pc */
}

@media screen and (max-width: 760px) {
  .main_personality .list_area .list_about li {
    /* for sp Device Only */
    display: block;
    width: 90%;
    margin: 0 auto 7%;
  }
}

.main_personality .list_area .list_about li h4 {
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: solid 1px #5d5d5d;
  font-size: 2.8rem;
  text-align: center;
}

.main_personality .list_area .list_about li p {
  display: flex;
  justify-content: center;
  text-align: left;
}

@media screen and (min-width: 761px) {
  .main_personality .list_area .list_about li:last-child {
    margin-right: 0;
  }
}

.main_recruit .l-wrapper {
  width: 90%;
  max-width: 1400px;
}

.main_recruit .l-wrapper .business__lead {
  margin: 36px 0 64px;
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 760px) {
  .main_recruit .l-wrapper .business__lead {
    margin-top: 6%;
    /* for sp Device Only */
    margin-bottom: 12%;
  }
}

@media screen and (max-width: 760px) and (max-width: 760px) {
  .main_recruit .l-wrapper .business__lead dd {
    /* for sp Device Only */
    text-align: center;
  }
}

.main_recruit .l-wrapper .top-box__box {
  padding: 35px 35px;
}

@media screen and (max-width: 760px) {
  .main_recruit .l-wrapper .top-box__box {
    /* for sp Device Only */
    padding: 5%;
    padding-bottom: 12%;
  }
}

.main_recruit .l-wrapper .top-box__wrap::before {
  width: calc(100%);
  background: rgba(83, 83, 83, 0.8);
}

.main_recruit .l-wrapper .top-box__image {
  width: 70%;
  max-width: 890px;
  height: auto;
}

.main_recruit .l-wrapper .top-box__image img {
  height: auto;
}

@media screen and (max-width: 760px) {
  .main_recruit .l-wrapper .top-box__image {
    /* for sp Device Only */
    width: 100%;
  }
}

.main_recruit .l-wrapper .top-box__item {
  width: 30%;
  max-width: 380px;
  padding-top: 8%;
  /* for sp iPad */
}

@media screen and (max-width: 979px) {
  .main_recruit .l-wrapper .top-box__item {
    padding-top: 3%;
  }
}

@media screen and (max-width: 760px) {
  .main_recruit .l-wrapper .top-box__item {
    width: 100%;
    /* for sp Device Only */
    padding-top: 5%;
  }
}

.main_recruit .l-wrapper .top-box__item .top-box__detail,
.main_recruit .l-wrapper .top-box__item .top-box__buttons,
.main_recruit .l-wrapper .top-box__item .top-box__head {
  width: 100%;
}

.main_message .heading-1 {
  margin-bottom: 80px;
}

@media screen and (max-width: 760px) {
  .main_message .heading-1 {
    /* for sp Device Only */
    margin-bottom: 9%;
  }
}

.main_message .top-amazing.message_parts {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0;
}

.main_message .l-wrapper {
  width: 100%;
}

.main_message .l-wrapper .mv_contents {
  position: relative;
  width: 100%;
  height: 490px;
  background: url(../about/img/img_message_1.jpg) no-repeat top center;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .main_message .l-wrapper .mv_contents {
    height: 75vw;
    /* for sp Device Only */
    background: url(../about/img/img_message_1_sp.jpg) no-repeat top center;
    background-size: 100%;
  }
}

.main_message .inner {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  padding-left: 60%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 760px) {
  .main_message .inner {
    /* for sp Device Only */
    top: 14%;
    right: 0%;
    left: auto;
    width: 54%;
    padding-left: 0%;
    transform: translateX(0);
  }
}

.main_message .inner h3 {
  margin-bottom: 30px;
  color: #DD011F;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 760px) {
  .main_message .inner h3 {
    margin-bottom: 5%;
    /* for sp Device Only */
    font-size: 5.5vw;
  }
}

.main_message .inner .dept {
  margin-bottom: 10px;
  color: #333333;
  font-size: 1.7rem;
  line-height: 1.5;
}

@media screen and (max-width: 760px) {
  .main_message .inner .dept {
    margin-bottom: 0;
    /* for sp Device Only */
    font-size: 3.6vw;
  }
}

.main_message .inner .name {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 600;
}

@media screen and (max-width: 760px) {
  .main_message .inner .name {
    /* for sp Device Only */
    font-size: 6vw;
  }
}

.main_message .inner .name small {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.main_message .top-amazing__wrap {
  width: 100%;
}

.main_message .top-amazing__item {
  padding: 35px 0;
}

.main_message .top-amazing__item::before {
  width: 100%;
  background: rgba(221, 1, 31, 0.8);
}

@media screen and (max-width: 760px) {
  .main_message .top-amazing__item {
    /* for sp Device Only */
    padding: 0;
  }
}

.main_message .top-amazing__detail {
  order: 1;
  width: 89%;
  max-width: 611px;
  padding-right: 32px;
  padding-left: 0;
}

@media screen and (max-width: 760px) {
  .main_message .top-amazing__detail {
    /* for sp Device Only */
    width: 100%;
    padding-right: 0;
  }
}

.main_message .-reverse .top-amazing__detail {
  margin-left: 0;
}

.main_message .-reverse > .top-amazing__image {
  order: 2;
}

.main_message .top-amazing__detail::after {
  display: none;
}

.main_message .top-amazing__data dt {
  margin-bottom: 25px;
  font-size: 3.5rem;
}

@media screen and (max-width: 760px) {
  .main_message .top-amazing__data dt {
    margin-bottom: 1%;
    /* for sp Device Only */
    font-size: 6vw;
  }
}

.main_message .top-amazing__data dd {
  font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.68rem;
  line-height: 2.1;
}

@media screen and (max-width: 760px) {
  .main_message .top-amazing__data dd {
    /* for sp Device Only */
    font-size: 4vw;
    line-height: 1.8;
  }
}

.main_message .top-amazing__image {
  width: 50%;
  max-width: 683px;
  height: 24vw;
  max-height: 495px;
}

@media screen and (max-width: 760px) {
  .main_message .top-amazing__image {
    width: 100%;
    /* for sp Device Only */
    height: 65vw;
    margin-top: 5%;
  }
}

.main_message .-reverse.-fueture figure.top-amazing__image.sa.-img.is-show {
  height: 410px;
}

@media screen and (max-width: 760px) {
  .main_message .-reverse.-fueture figure.top-amazing__image.sa.-img.is-show {
    /* for sp Device Only */
    height: 56vw;
  }
}

.main_message .top-amazing__item.-onlyone::before {
  display: none;
}

.main_message .top-amazing__item.-onlyone .top-amazing__data dt {
  text-align: left;
}

.main_message .top-amazing__item.-onlyone .top-amazing__data dd {
  text-align: left;
}

.main_message .top-amazing__item.-onlyone .top-amazing__detail.-even {
  padding-right: 0;
  padding-left: 32px;
}

@media screen and (max-width: 760px) {
  .main_message .top-amazing__item.-onlyone .top-amazing__detail.-even {
    /* for sp Device Only */
    padding-left: 0;
  }
}

.main_message .contents_area h3 {
  margin-bottom: 20px;
  font-size: 3.4rem;
  text-align: center;
}

.main_message .contents_area .tbl {
  margin-bottom: 0;
  /* for pc */
}

@media screen and (min-width: 761px) {
  .main_message .contents_area .tbl dt {
    justify-content: left;
    width: 20%;
    border-bottom: none;
    font-size: 1.6rem;
  }
  .main_message .contents_area .tbl dd {
    width: 80%;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 760px) {
  .main_message .contents_area .tbl {
    /* for sp Device Only */
    width: 90%;
  }
}

.main_message .number {
  padding: 111px 0 10px;
}

.main_message .top-amazing.message_parts {
  margin-bottom: 0;
}

.main_message .contents_area {
  margin: 80px auto 60px;
}

.main_about_index .number {
  padding: 111px 0 0;
}

.main_about_index .number .contents_area {
  margin: 20px auto 20px;
}

.main_about_index .number .main_about {
  margin-bottom: 0px;
}

h2.heading-3,
.heading-1 {
  font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

@media screen and (max-width: 760px) {
  /* for sp Device Only */
  .policy .l-wrapper {
    width: 87vw;
  }
}

.main_history .l-wrapper,
.main_members .l-wrapper,
.number.policy .l-wrapper,
.main_number .number .l-wrapper {
  max-width: 1100px;
}

.main_amazing .top-amazing__head {
  overflow: visible;
}

.main_amazing .lead {
  z-index: 1000;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.main_amazing .top-amazing__box {
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_amazing .top-amazing__box .top-amazing__detail {
  width: 44%;
  max-width: 621px;
  margin-left: 1%;
}

@media screen and (max-width: 760px) {
  .main_amazing .top-amazing__box .top-amazing__detail {
    /* for sp Device Only */
    width: 100%;
    height: 54vw;
    margin-left: auto;
  }
}

.main_amazing .top-amazing__box .top-amazing__image {
  width: 52%;
  max-width: 733px;
  height: 22vw;
}

@media screen and (max-width: 760px) {
  .main_amazing .top-amazing__box .top-amazing__image {
    /* for sp Device Only */
    width: 100%;
    height: 54vw;
  }
}

.main_amazing .box_other {
  position: relative;
  width: 92%;
  max-width: 1156px;
  margin: 50px auto 0;
  margin-top: 50px;
}

.main_amazing .box_other:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 107%;
  height: 1px;
  transform: translateX(-50%);
  background: #404040;
  content: "";
}

.main_amazing .business-flow__item.-type-0 {
  width: 30%;
  max-width: 290px;
}

@media screen and (max-width: 760px) {
  .main_amazing .business-flow__item.-type-0 {
    /* for sp Device Only */
    width: 100%;
    max-width: auto;
  }
}

.main_amazing .business-flow__item.-type-0 dt {
  font-size: 3.3rem;
  letter-spacing: 0.1rem;
}

.main_amazing .business-flow__item:nth-child(2):before {
  display: none;
}

.main_amazing .business-flow__item {
  width: 17%;
  max-width: 190px;
}

@media screen and (max-width: 760px) {
  .main_amazing .business-flow__item {
    /* for sp Device Only */
    width: 100%;
    max-width: 100%;
  }
}

.main_amazing .business-flow__item .-type-1::before {
  width: 53px;
  height: 37px;
}

.main_amazing .business-flow__item .-type-2::before {
  width: 47px;
  height: 61px;
}

@media screen and (max-width: 760px) {
  .main_amazing .business-flow__item .-type-2::before {
    /* for sp Device Only */
    top: 5%;
  }
}

.main_amazing .business-flow__item .-type-3::before {
  width: 45px;
  height: 61px;
}

@media screen and (max-width: 760px) {
  .main_amazing .business-flow__item .-type-3::before {
    /* for sp Device Only */
    top: 5%;
  }
}

.main_amazing .business-flow__item .-type-4::before {
  width: 47px;
  height: 61px;
}

@media screen and (max-width: 760px) {
  .main_amazing .business-flow__item .-type-4::before {
    /* for sp Device Only */
    top: 5%;
  }
}

.main_amazing .business-flow__detail {
  display: block;
  min-height: 110px;
  padding: 12% 11%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: .3s;
}

@media screen and (max-width: 760px) {
  .main_amazing .business-flow__detail {
    min-height: 11vw;
    margin-bottom: 15%;
    /* for sp Device Only */
    padding: 5%;
    border-radius: 3px;
  }
}

.main_amazing .business-flow__detail span {
  display: block;
  font-size: 2.1rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_amazing .business-flow__detail span {
    /* for sp Device Only */
    padding-top: 2.5%;
  }
}

.main_amazing .top-amazing__detail.-even {
  width: 43%;
  max-width: 541px;
  margin-left: 0;
}

@media screen and (max-width: 760px) {
  .main_amazing .top-amazing__detail.-even {
    /* for sp Device Only */
    width: 100%;
  }
}

.main_amazing .top-amazing__detail.-even li.business-flow__item:not(:first-child) {
  width: 16%;
  max-width: 190px;
}

.main_amazing .business-flow__item + .business-flow__item::before {
  left: -14px;
  border-width: 5px 0 5px 6px;
}

@media screen and (max-width: 760px) {
  /* for sp Device Only */
  .main_amazing .business-flow__item + .business-flow__item::before {
    top: -49%;
    left: 50%;
    transform: translateX(-50%) rotate(136deg);
    border-width: 10px 0 5px 11px;
  }
}

.main_amazing .number {
  padding: 111px 0 0;
}

.main_amazing .number__detail {
  margin: 0 auto;
  padding: 20px 20px 30px 50px;
}

@media screen and (max-width: 760px) {
  .main_amazing .number__detail {
    /* for sp Device Only */
    padding: 4%;
  }
}

.main_amazing .number__detail .number__licene {
  align-items: flex-end;
}

@media screen and (max-width: 760px) {
  .main_amazing .number__detail .number__licene {
    /* for sp Device Only */
    display: block;
  }
  .main_amazing .number__detail .number__licene img {
    margin: 13% auto 5%;
  }
}

.main_amazing .number__detail .number__heading {
  color: #fff;
  font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4rem;
}

@media screen and (max-width: 760px) {
  .main_amazing .number__detail .number__heading {
    margin-bottom: 2%;
    /* for sp Device Only */
    font-size: 6vw;
    text-align: center;
  }
}

.main_amazing .top-amazing__item + .top-amazing__item {
  margin-top: 26px;
}

@media screen and (max-width: 760px) {
  .main_amazing .top-amazing__box .box_other.contents02 {
    /* for sp Device Only */
    margin-top: 15%;
  }
}

@media screen and (max-width: 760px) {
  .main_amazing .top-amazing__box .box_other.contents03 {
    /* for sp Device Only */
    margin-top: 0%;
  }
}

.main_amazing .top-amazing__box.-contents01 .business-flow__item {
  width: 17%;
  max-width: 190px;
}

.main_amazing .box_other.contents03,
.main_amazing .box_other.contents02 {
  width: 100%;
  max-width: 1270px;
}

@media screen and (max-width: 760px) {
  .main_amazing .box_other.contents03,
  .main_amazing .box_other.contents02 {
    /* for sp Device Only */
  }
}

.main_amazing .box_other.contents03:after,
.main_amazing .box_other.contents02:after {
  display: none;
}

.main_amazing .box_other.contents03 li,
.main_amazing .box_other.contents02 li {
  width: 22%;
  max-width: 300px;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
}

@media screen and (max-width: 760px) {
  .main_amazing .box_other.contents03 li,
  .main_amazing .box_other.contents02 li {
    /* for sp Device Only */
    width: 100%;
    max-width: 100%;
  }
}

.main_amazing .box_other.contents02 li {
  width: 24%;
  max-width: 300px;
}

@media screen and (max-width: 760px) {
  .main_amazing .box_other.contents02 li {
    /* for sp Device Only */
    width: 100%;
    max-width: 100%;
    margin-top: 3%;
  }
}

.main_amazing .box_other.contents03 .business-flow__items,
.main_amazing .box_other.contents02 .business-flow__items {
  align-items: center;
}

.main_amazing .box_other.contents03 .business-flow__item + .business-flow__item::before,
.main_amazing .box_other.contents02 .business-flow__item + .business-flow__item::before {
  display: none;
}

.main_amazing .box_other.contents03 {
  max-width: 1340px;
}

@media screen and (max-width: 760px) {
  .main_amazing .box_other.contents03 {
    /* for sp Device Only */
  }
  .main_amazing .box_other.contents03 .business-flow__items {
    display: flex;
    flex-wrap: wrap;
  }
  .main_amazing .box_other.contents03 .business-flow__items .business-flow__item:first-child {
    order: 4;
    margin-top: 5%;
  }
}

.main_amazing .box_other.contents03 li.business-flow__item:first-child {
  display: flex;
  align-items: center;
  width: 30%;
  max-width: 380px;
}

@media screen and (max-width: 760px) {
  .main_amazing .box_other.contents03 li.business-flow__item:first-child {
    /* for sp Device Only */
    width: 100%;
    max-width: 100%;
  }
}

.main_application .tbl dd {
  display: block;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/*# sourceMappingURL=style.css.map */
