@charset "UTF-8";
@font-face {
  font-family: Futura PT;
  src: url(../fonts/FuturaPTHeavy.otf);
  font-weight: 900
}
@font-face {
  font-family: Futura PT;
  src: url(../fonts/FuturaPTDemi.otf);
  font-weight: 600
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}
html {
  font-size: 62.5%
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}
table, input, textarea, select, option {
  line-height: 1.1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
:focus {
  outline: 0
}
ins {
  text-decoration: none
}
del {
  text-decoration: line-through
}
img {
  vertical-align: top
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
a:hover, a:hover img {
  filter: alpha(opacity=80);
  opacity: .8
}
img {
  max-width: 100%
}
.sp-only {
  display: none
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none
  }
  .sp-only {
    display: block
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header.header-fix {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px)
}
@media only screen and (max-width: 1024px) {
  .header.header-fix {
    -webkit-transform: none;
    transform: none
  }
}
.header .header__wrap {
  background: #393C4B;
  mix-blend-mode: multiply;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*padding: 5px 5px 5px 29px;*/
    padding: 5px 29px 5px 29px;
  height: 100px
}
@media only screen and (max-width: 1440px) {
  .header .header__wrap {
    padding: 5px
  }
}
@media only screen and (max-width: 1024px) {
  .header .header__wrap {
    height: auto;
    padding: 0;
    border-bottom: 0
  }
}
@media only screen and (max-width: 1024px) {
  .header .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 100%;
    /*padding: 0 20px;*/
      padding: 0 10px 0 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100px;
    border-bottom: 1px solid #fff
  }
  .header .header__inner.is-active {
    background: #30323D
  }
  .header .header__inner.is-active .header__toggle span {
    border-color: transparent
  }
  .header .header__inner.is-active .header__toggle span:before {
    -webkit-transform: rotateZ(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px)
  }
  .header .header__inner.is-active .header__toggle span:after {
    -webkit-transform: rotateZ(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px)
  }
}
@media only screen and (max-width: 767px) {
  .header .header__inner {
    height: 70px
  }
}
.header .header__logo {
  max-width: 302px
}
.header .header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 767px) {
  .header .header__logo {
    max-width: 150px
  }
}
.header .header__toggle {
  display: none;
  width: 50px;
  height: 50px
}
@media only screen and (max-width: 1024px) {
  .header .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.header .header__toggle span {
  position: relative;
  width: 30px;
  border-top: 2px solid #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header .header__toggle span:before, .header .header__toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px solid #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header .header__toggle span:before {
  top: -12px
}
.header .header__toggle span:after {
  top: 8px
}
.header .nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px
}
@media only screen and (max-width: 1024px) {
  .header .nav {
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    top: 100px;
    background: #30323D;
    /*padding: 130px 20px 20px;*/
      padding: 20px 20px 20px;
    height: calc(100vh - 100px);
    overflow: auto;
    opacity: 0;
    visibility: hidden
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .header .nav {
    top: 70px;
    height: calc(100vh - 70px)
  }
}
@media only screen and (max-width: 1024px) {
  .header .nav.is-transition {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }
  .header .nav.is-active {
    opacity: 1;
    visibility: visible
  }
  .header .nav .nav__item:last-child {
    /*margin-top: 20px*/
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .header .nav .nav__item:last-child {
/*    position: absolute;
    top: 20px;
    left: 0;
    width: calc(100% - 40px);
    margin: 0 20px*/
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 1024px) {
  .nav {
    display: block
  }
}
.nav .nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.nav .nav__item:not(:first-child) {
  margin-left: 23px
}
@media only screen and (max-width: 1440px) {
  .nav .nav__item:not(:first-child) {
    margin-left: 15px
  }
}
@media only screen and (max-width: 1024px) {
  .nav .nav__item:not(:first-child) {
    margin-left: 0
  }
}
.nav .nav__link {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .12em
}
.nav .nav__link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (min-width: 768px) {
  .nav .nav__link:hover:after {
    width: 100%
  }
}
@media only screen and (max-width: 1024px) {
  .nav .nav__link {
    padding: 20px 0
  }
}
.nav .nav__phone {
  display: block;
  background: #CA0000;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: .12em;
  font-family: Futura PT, sans-serif;
  font-weight: 900;
  width: 300px;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
  margin-left: 30px;
  text-indent: 5px
}
@media only screen and (max-width: 1440px) {
  .nav .nav__phone {
    width: 200px;
    font-size: 2.4rem
  }
}
@media only screen and (max-width: 1024px) {
  .nav .nav__phone {
    width: 100%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    font-size: 3rem
  }
  .nav .nav__phone:before {
    display: none
  }
}
.nav .nav__phone-number {
  position: relative;
  top: -3px
}
@media only screen and (max-width: 1024px) {
  .nav .nav__phone-number {
    display: block
  }
}
.nav .nav__phone-text {
  display: block;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: .1em;
  position: relative;
  top: -6px;
  text-indent: 1px;
  font-weight: 700
}
@media only screen and (max-width: 1440px) {
  .nav .nav__phone-text {
    font-size: 1rem
  }
}
@media only screen and (max-width: 1024px) {
  .nav .nav__phone-text {
    display: block
  }
}
@media only screen and (max-width: 767px) {
  .nav .nav__phone-text {
    display: block;
    font-size: 1.2rem;
    top: 0
  }
}
.contact-box {
  background: #30323D;
  color: #fff;
  padding: 114px 0 53px;
  border-bottom: 1px solid #4E505E
}
@media only screen and (max-width: 767px) {
  .contact-box {
    padding: 40px 0
  }
}
.contact-box .container {
  max-width: 1180px
}
.contact-box .contact-box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media only screen and (max-width: 767px) {
  .contact-box .contact-box__wrap {
    display: block
  }
}
.contact-box .titleMain {
  width: 300px
}
@media only screen and (max-width: 1024px) {
  .contact-box .titleMain {
    width: 280px
  }
}
@media only screen and (max-width: 767px) {
  .contact-box .titleMain {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
  }
}
.contact-box .titleMain__jp {
  padding-left: 0
}
@media only screen and (max-width: 767px) {
  .contact-box .titleMain__jp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.contact-box .titleMain__jp:before {
  background: #CCCCCC
}
.contact-box .titleMain__en {
  font-size: 4.5rem;
  margin-top: 23px
}
.contact-box .titleMain__en:after {
  border-color: #fff;
  bottom: 6px
}
.contact-box .contact-box__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 57px
}
@media only screen and (max-width: 767px) {
  .contact-box .contact-box__inner {
    padding-left: 0
  }
}
@media only screen and (max-width: 1440px) {
  .contact-box .contact-box__content {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}
@media only screen and (max-width: 767px) {
  .contact-box .contact-box__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.contact-box .contact-box__text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .05em;
  margin: -2px 0 11px;
  font-weight: 600
}
@media only screen and (max-width: 767px) {
  .contact-box .contact-box__text {
    margin: 20px 0;
    font-size: 1.6rem
  }
}
.contact-box .contact-box__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 1440px) {
  .contact-box .contact-box__phone {
    display: block
  }
}
.contact-box .contact__phone {
  font-size: 6rem;
  line-height: 1;
  letter-spacing: .02em;
  font-family: Futura PT, sans-serif;
  font-weight: 600;
  white-space: nowrap
}
@media only screen and (max-width: 1024px) {
  .contact-box .contact__phone {
    font-size: 5rem
  }
}
@media only screen and (max-width: 767px) {
  .contact-box .contact__phone {
    font-size: 3.8rem
  }
}
.contact-box .contact__phone span {
  font-size: 3.5rem;
  letter-spacing: .08em
}
@media only screen and (max-width: 767px) {
  .contact-box .contact__phone span {
    font-size: 1.6rem
  }
}
.contact-box .contact__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .1em;
  margin-left: 16px;
  position: relative;
  top: -2px;
  white-space: nowrap
}
@media only screen and (max-width: 1440px) {
  .contact-box .contact__text {
    margin-left: 0;
    text-align: right
  }
}
@media only screen and (max-width: 767px) {
  .contact-box .contact__text {
    font-size: 1.6rem
  }
}
footer {
  padding: 48px 0 53px;
  background: #30323D;
  color: #fff
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 40px 0 20px
  }
}
footer .container {
  max-width: 1180px
}
footer .footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  footer .footer__wrap {
    display: block
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer__info {
    margin-right: -65px
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__info {
    margin-right: 0;
    text-align: center
  }
}
footer .footer__logo {
  max-width: 302px;
  position: relative;
  left: -12px
}
@media only screen and (max-width: 767px) {
  footer .footer__logo {
    left: 0;
    width: 280px;
    margin: 0 auto
  }
}
footer .footer__text {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .1em;
  margin: 5px 0 21px
}
@media only screen and (max-width: 1024px) {
  footer .footer__text {
    font-size: 1.5rem
  }
}
footer .footer__txt {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: .1em;
  text-indent: -8px;
  color: #ccc
}
@media only screen and (max-width: 1024px) {
  footer .footer__txt {
    font-size: 1.3rem
  }
}
footer .footer__content {
  max-width: 520px
}
@media only screen and (max-width: 1024px) {
  footer .footer__content {
    max-width: 410px
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__content {
    max-width: 100%
  }
}
footer .footer__copyright {
  font-size: 1.3rem;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: .1em;
  color: #ccc;
  text-align: right
}
@media only screen and (max-width: 767px) {
  footer .footer__copyright {
    text-align: center
  }
}
footer .nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 10px 0 18px
}
@media only screen and (max-width: 1024px) {
  footer .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px
  }
}
@media only screen and (max-width: 767px) {
  footer .nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px
  }
}
footer .nav .nav__item {
  margin-bottom: 19px;
  margin-left: 23px !important
}
@media only screen and (max-width: 767px) {
  footer .nav .nav__item {
    width: calc(50% - 20px) !important;
    margin-bottom: 0;
    border-bottom: 1px solid #4E505E;
    margin: 0 10px !important
  }
}
footer .nav .nav__item:first-child {
  width: 25%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media only screen and (max-width: 767px) {
  footer .nav .nav__item:first-child {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
footer .nav .nav__item:not(:first-child), footer .nav .nav__item:not(::nth-child(5)) {
  margin-left: 39px
}
@media only screen and (max-width: 767px) {
  footer .nav .nav__item:not(:first-child), footer .nav .nav__item:not(::nth-child(5)) {
    margin-left: 0
  }
}
footer .nav .nav__item:last-child {
  margin-left: 19px
}
@media only screen and (max-width: 767px) {
  footer .nav .nav__item:last-child {
    margin-left: 0;
    width: 100% !important
  }
}
footer .nav .nav__link {
  font-weight: 600;
  padding: 0
}
@media only screen and (max-width: 767px) {
  footer .nav .nav__link {
    padding: 20px 0
  }
}
.scrolltop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  -webkit-transform: translateY(100px);
  transform: translateY(100px)
}
.scrolltop a {
  display: block;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #30323d;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.scrolltop a svg {
  height: 48px;
  width: 48px
}
.scrolltop a svg path {
  -webkit-transform: scale(2);
  transform: scale(2)
}
.scrolltop.UpMove {
  -webkit-animation: UpAnime .5s forwards;
  animation: UpAnime .5s forwards
}
.scrolltop.DownMove {
  -webkit-animation: DownAnime .5s forwards;
  animation: DownAnime .5s forwards
}
@-webkit-keyframes UpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
}
@keyframes UpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
}
@-webkit-keyframes DownAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
}
@keyframes DownAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 767px) {
  .breadcrumb li {
    line-height: normal
  }
}
.breadcrumb li:not(:last-child):after {
  content: "/";
  display: inline-block;
  font-size: 1.3rem;
  line-height: normal;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0 10px 0 2px
}
.breadcrumb a, .breadcrumb span {
  font-size: 1.3rem;
  line-height: normal;
  font-weight: 500;
  letter-spacing: .05em
}
body {
  color: #393c4b;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.6rem
  }
}
main {
  overflow: hidden;
  background: #F2F4F4
}
.page-child {
  padding-top: 100px
}
@media only screen and (max-width: 767px) {
  .page-child {
    padding-top: 70px
  }
}
.page-child .container {
  max-width: 1180px
}
section {
  padding: 50px 0 90px
}
.container {
  margin: 0 auto;
  max-width: 1245px;
  padding: 0 20px
}
.mainvisual {
  position: relative
}
.mainvisual .mainvisual__img {
  height: 100vh
}
@media only screen and (max-width: 767px) {
  .mainvisual .mainvisual__img {
    height: 400px
  }
}
.mainvisual .mainvisual__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.mainvisual .mainvisual__content {
  position: absolute;
  bottom: 114px;
  left: 76px;
  width: 100%
}
@media only screen and (max-width: 767px) {
  .mainvisual .mainvisual__content {
    bottom: 40px;
    left: 40px
  }
}
.mainvisual .mainvisual__title {
  font-size: 6rem;
  line-height: 1.5;
  font-weight: 900;
  color: #fff;
  font-family: Inter, sans-serif;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .mainvisual .mainvisual__title {
    font-size: 3rem
  }
}
.mainvisual .mainvisual__title span {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(50px) rotate(10deg);
  transform: translateY(50px) rotate(10deg);
  opacity: 0
}
.mainvisual .mainvisual__title span:nth-child(1) {
  -webkit-animation: fade-in .6s .1s forwards ease-out;
  animation: fade-in .6s .1s forwards ease-out
}
.mainvisual .mainvisual__title span:nth-child(2) {
  -webkit-animation: fade-in .6s .2s forwards ease-out;
  animation: fade-in .6s .2s forwards ease-out
}
.mainvisual .mainvisual__title span:nth-child(3) {
  -webkit-animation: fade-in .6s .3s forwards ease-out;
  animation: fade-in .6s .3s forwards ease-out
}
.mainvisual .mainvisual__title span:nth-child(4) {
  -webkit-animation: fade-in .6s .4s forwards ease-out;
  animation: fade-in .6s .4s forwards ease-out
}
.mainvisual .mainvisual__title span:nth-child(5) {
  -webkit-animation: fade-in .6s .5s forwards ease-out;
  animation: fade-in .6s .5s forwards ease-out
}
.mainvisual .mainvisual__title span:nth-child(6) {
  -webkit-animation: fade-in .6s .6s forwards ease-out;
  animation: fade-in .6s .6s forwards ease-out
}
.mainvisual .mainvisual__title span:nth-child(8) {
  -webkit-animation: fade-in .6s .7s forwards ease-out;
  animation: fade-in .6s .7s forwards ease-out
}
.mainvisual .mainvisual__title span:nth-child(9) {
  -webkit-animation: fade-in .6s .8s forwards ease-out;
  animation: fade-in .6s .8s forwards ease-out
}
.mainvisual .mainvisual__title span:nth-child(10) {
  -webkit-animation: fade-in .6s .9s forwards ease-out;
  animation: fade-in .6s .9s forwards ease-out
}
.mainvisual .mainvisual__title span:nth-child(11) {
  -webkit-animation: fade-in .6s 1s forwards ease-out;
  animation: fade-in .6s 1s forwards ease-out
}
.mainvisual .mainvisual__title:after {
  content: "";
  display: inline-block;
  width: 0px;
  border-bottom: 1px solid #fff;
  position: relative;
  top: 2px;
  left: 9px;
  -webkit-animation: mv-text-after .6s 2s forwards ease-out;
  animation: mv-text-after .6s 2s forwards ease-out
}
@media only screen and (max-width: 767px) {
  .mainvisual .mainvisual__title:after {
    max-width: 90px
  }
}
@-webkit-keyframes fade-in {
  to {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0) rotate(0)
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0) rotate(0)
  }
}
@-webkit-keyframes mv-text-after {
  to {
    width: 181px
  }
}
@keyframes mv-text-after {
  to {
    width: 181px
  }
}
.mv {
  padding: 109px 0 50px
}
@media only screen and (max-width: 767px) {
  .mv {
    padding: 15px 0 25px
  }
}
.mv .mv__wrap {
  position: relative
}
.mv .titleMain .titleMain__jp {
  padding-left: 0
}
.mv .titleMain .titleMain__en {
  text-shadow: rgb(57, 60, 75) 1px 0px 0px, rgb(57, 60, 75) .540302px .841471px 0px, rgb(57, 60, 75) -.416147px .909297px 0px, rgb(57, 60, 75) -.989992px .14112px 0px, rgb(57, 60, 75) -.653644px -.756802px 0px, rgb(57, 60, 75) .283662px -.958924px 0px, rgb(57, 60, 75) .96017px -.279415px 0px
}
.mv .titleMain .titleMain__en:after {
  display: none
}
.mv .text {
  font-weight: 600;
  margin-top: 41px;
  color: #000
}
@media only screen and (max-width: 767px) {
  .mv .text {
    margin-top: 20px
  }
}
.mv .breadcrumb {
  position: absolute;
  top: 0;
  right: 0
}
@media only screen and (max-width: 767px) {
  .mv .breadcrumb {
    position: relative;
    top: 0;
    margin-bottom: 40px
  }
}
a[href^="tel:"] {
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: inherit
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .05em
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 1.6rem
  }
}
@media only screen and (min-width: 768px) {
  .btn:hover {
    opacity: 1
  }
  .btn:hover:before {
    background: #393C4B url(../img/common/icon/ic_arrow_wh.png) no-repeat center
  }
  .btn:hover span:after {
    width: 100%
  }
}
.btn:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #393C4B;
  background: #fff url(../img/common/icon/ic_arrow.png) no-repeat center;
  background-size: 24px 24px !important;
  margin-right: 19px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.btn span {
  position: relative;
  line-height: 1
}
.btn span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  border-bottom: 1px solid #393C4B;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.btn__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: -50%
}
@media only screen and (max-width: 767px) {
  .btn__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto
  }
}
.btn__group .btn {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}
.btn__group .btn:not(:first-child) {
  margin-left: 30px
}
@media only screen and (max-width: 767px) {
  .btn__group .btn:not(:first-child) {
    margin-left: 0
  }
}
.titleMain__jp {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px
}
.titleMain__jp:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #CA0000;
  margin-right: 10px;
  position: relative;
  top: 11px
}
.titleMain__en {
  display: block;
  font-size: 7rem;
  line-height: 1;
  font-weight: 700;
  font-family: Raleway, sans-serif;
  letter-spacing: .05em;
  position: relative;
  margin-top: 10px
}
@media only screen and (max-width: 1024px) {
  .titleMain__en {
    font-size: 5rem
  }
}
.titleMain__en:after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #393C4B
}
@media only screen and (max-width: 1024px) {
  .titleMain__en:after {
    bottom: 7px
  }
}
.titleSub {
  font-size: 2.5rem;
  line-height: normal;
  font-weight: 700;
  letter-spacing: .02em;
  border-bottom: 1px solid #393C4B;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .titleSub {
    margin-bottom: 30px;
    font-size: 2.2rem
  }
}
.titleSub:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 120px;
  border-bottom: 1px solid #CA0000
}
.textAfter {
  font-size: 18rem;
  line-height: .7;
  font-family: Raleway, sans-serif;
  color: #d8dbdd80;
  position: absolute;
  bottom: 0;
  left: -347px;
  white-space: nowrap;
  mix-blend-mode: multiply;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 767px) {
  .textAfter {
    font-size: 9rem
  }
}
.textAfter span {
  will-change: transform;
  -webkit-transform: translateX(0);
  transform: translate(0);
  white-space: nowrap;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
  margin-left: 50px
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%)
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%)
  }
}
.text {
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: .05em
}
@media only screen and (max-width: 767px) {
  .text {
    font-size: 1.6rem
  }
}
.imgtext .imgtext__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media only screen and (max-width: 767px) {
  .imgtext .imgtext__wrap {
    display: block
  }
}
.imgtext .imgtext__title {
  font-size: 2.5rem;
  line-height: 1.68;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 52px
}
@media only screen and (max-width: 1024px) {
  .imgtext .imgtext__title {
    font-size: 2.3rem
  }
}
@media only screen and (max-width: 767px) {
  .imgtext .imgtext__title {
    font-size: 2rem;
    margin-bottom: 30px
  }
}
.imgtext .imgtext__img {
  overflow: hidden;
  border-radius: 10px;
  width: 50%;
  max-width: 540px
}
@media only screen and (max-width: 767px) {
  .imgtext .imgtext__img {
    width: 100%;
    max-width: 100%
  }
}
.imgtext .imgtext__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 57px;
  margin-top: -4px
}
@media only screen and (max-width: 1024px) {
  .imgtext .imgtext__content {
    padding-left: 30px
  }
}
@media only screen and (max-width: 767px) {
  .imgtext .imgtext__content {
    padding-left: 0;
    margin-top: 20px
  }
}
.imgtext .text {
  line-height: 1.7;
  letter-spacing: .02em
}
.imgtext .text + .text {
  margin-top: 10px
}
.imgtext .btn {
  margin-top: 30px
}
.imgtext .caption {
  font-size: 1.4rem
}
.concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -32px
}
@media only screen and (max-width: 1024px) {
  .concept {
    margin: 0 -16px
  }
}
@media only screen and (max-width: 767px) {
  .concept {
    margin: 0;
    display: block
  }
}
.concept .concept__item {
  width: 33.3333333333%;
  padding: 0 32px
}
@media only screen and (max-width: 1024px) {
  .concept .concept__item {
    padding: 0 16px
  }
}
@media only screen and (max-width: 767px) {
  .concept .concept__item {
    padding: 0;
    width: 100%;
    margin: 0 auto 30px;
    max-width: 340px
  }
}
.concept .concept__item:last-child .concept__title:after {
  display: none
}
@media only screen and (max-width: 767px) {
  .concept .concept__item:last-child {
    margin-bottom: 0
  }
}
.concept .concept__title {
  position: relative;
  width: 100%;
  height: 21.25vw;
  background: url(../img/common/circle.png) no-repeat center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3rem;
  line-height: normal;
  font-weight: 600;
  letter-spacing: .3em
}
@media only screen and (max-width: 1024px) {
  .concept .concept__title {
    font-size: 2.4rem
  }
}
@media only screen and (max-width: 767px) {
  .concept .concept__title {
    height: 51.2820512821vw
  }
}
.concept .concept__title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -51px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  background: url(../img/common/icon/ic_close.png) no-repeat center;
  background-size: 37px 37px
}
@media only screen and (max-width: 1024px) {
  .concept .concept__title:after {
    right: -31px
  }
}
@media only screen and (max-width: 767px) {
  .concept .concept__title:after {
    display: none
  }
}
.concept .text {
  line-height: 1.7;
  margin-top: 30px;
  letter-spacing: .02em
}
@media only screen and (max-width: 767px) {
  .concept .text {
    margin-top: 15px;
    text-align: center
  }
}
.pointer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px
}
@media only screen and (max-width: 1024px) {
  .pointer {
    margin: 0 -15px
  }
}
@media only screen and (max-width: 767px) {
  .pointer {
    margin: 0;
    display: block
  }
}
.pointer .imgtext {
  width: 50%;
  padding: 0 30px
}
@media only screen and (max-width: 1024px) {
  .pointer .imgtext {
    padding: 0 15px
  }
}
@media only screen and (max-width: 767px) {
  .pointer .imgtext {
    padding: 0;
    width: 100%;
    margin-bottom: 30px
  }
  .pointer .imgtext:last-child {
    margin-bottom: 0
  }
}
.pointer .imgtext .imgtext__wrap {
  display: block
}
.pointer .imgtext .imgtext__img {
  width: 100%
}
.pointer .imgtext .imgtext__content {
  padding-left: 0;
  text-align: center;
  margin-top: 53px
}
@media only screen and (max-width: 767px) {
  .pointer .imgtext .imgtext__content {
    margin-top: 20px
  }
}
.affiliate .text {
  line-height: 1.7;
  letter-spacing: .02em
}
.affiliate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px
}
.affiliate ul li {
  width: 33.3333333333%;
  padding: 0 15px;
  margin-bottom: 30px
}
@media only screen and (max-width: 1024px) {
  .affiliate ul li {
    width: 50%
  }
}
@media only screen and (max-width: 767px) {
  .affiliate ul li {
    width: 100%;
    padding: 0
  }
}
.affiliate .affiliate__item:not(:last-child) {
  margin-bottom: 32px
}
.affiliate .affiliate__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px
}
.affiliate .affiliate__title:before {
  content: "\25a0  ";
  position: relative;
  left: -4px
}
.affiliate .affiliate__text {
  font-weight: 400;
  margin-top: 10px
}
.affiliate .affiliate__link {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  display: block;
  font-weight: 400;
  color: #393c4b;
  word-break: break-all;
  padding: 24px 0;
  text-align: center;
  line-height: 1.7647058824
}
@media only screen and (max-width: 767px) {
  .affiliate .affiliate__link {
    font-size: 1.4rem;
    padding: 15px 0
  }
}
.affiliate .affiliate__link:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  width: 24px;
  height: 24px;
  background: url(/_demo/iytire2df/mockup/assets/img/common/icon/ic_arrow.png) no-repeat center;
  background-size: 24px 24px
}
.app-process li:not(:last-child) {
  margin-bottom: 40px
}
.app-process .app-process__title {
  font-size: 1.7rem;
  line-height: 2.3;
  font-weight: 700;
  letter-spacing: .1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 767px) {
  .app-process .app-process__title {
    font-size: 1.6rem
  }
}
.app-process .text {
  line-height: 2.3
}
.app-process .recruit__box {
  margin-left: 0;
  margin-top: 15px
}
.table {
  width: 100%
}
.table tr:last-child td {
  border-bottom: 0
}
.table tr:last-child td:after {
  display: none
}
.table td {
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: .1em;
  padding: 22px 0 23px;
  position: relative;
  border-bottom: 1px solid #fff;
  vertical-align: top
}
@media only screen and (max-width: 767px) {
  .table td {
    display: block;
    font-size: 1.6rem
  }
}
.table td:first-child {
  font-weight: 600;
  width: 25.3%;
  white-space: nowrap
}
@media only screen and (max-width: 767px) {
  .table td:first-child {
    width: 100%
  }
}
.table td:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #E0E0E0
}
.about-us .about-us__title {
  font-size: 4.6rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 43px;
  text-align: center
}
@media only screen and (max-width: 1024px) {
  .about-us .about-us__title {
    font-size: 4.2rem
  }
}
@media only screen and (max-width: 767px) {
  .about-us .about-us__title {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 30px
  }
}
@media only screen and (max-width: 389px) {
  .about-us .about-us__title {
    font-size: 7.6923076923vw
  }
}
.about-us .about-us__text p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .05em;
  font-weight: 600
}
@media only screen and (max-width: 767px) {
  .about-us .about-us__text p {
    font-size: 1.6rem;
    line-height: 2
  }
}
.about-us .about-us__text p + P {
  margin-top: 10px
}
.about-us .about-us__tit {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 40px
}
@media only screen and (max-width: 767px) {
  .about-us .about-us__tit {
    font-size: 1.5rem;
    margin-top: 30px
  }
}
.bltop .bltop__img {
  border-radius: 10px;
  overflow: hidden
}
.bltop .bltop__grbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 1024px) {
  .bltop .bltop__grbtn {
    display: block
  }
}
.bltop .bltop__grbtn .btn {
  width: 50%
}
@media only screen and (max-width: 1024px) {
  .bltop .bltop__grbtn .btn {
    width: 100%
  }
}
@media only screen and (max-width: 1024px) {
  .bltop .bltop__grbtn .btn:last-child {
    margin-top: 20px
  }
}
.bltop--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media only screen and (max-width: 767px) {
  .bltop--flex {
    display: block
  }
}
.bltop--flex .bltop__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 60px
}
@media only screen and (max-width: 1024px) {
  .bltop--flex .bltop__content {
    padding-right: 20px
  }
}
@media only screen and (max-width: 767px) {
  .bltop--flex .bltop__content {
    padding-right: 0
  }
}
.bltop--flex .bltop__img {
  max-width: 600px;
  width: 50%
}
@media only screen and (max-width: 767px) {
  .bltop--flex .bltop__img {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%
  }
}
.bltop--flex .titleMain {
  margin-top: -11px;
  margin-bottom: 42px
}
@media only screen and (max-width: 767px) {
  .bltop--flex .titleMain {
    margin: 0 0 20px
  }
}
.bltop--flex .btn {
  margin-top: 57px
}
@media only screen and (max-width: 767px) {
  .bltop--flex .btn {
    margin-top: 30px
  }
}
.top__group {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff
}
@media only screen and (max-width: 767px) {
  .top__group {
    display: block
  }
}
.top__group .bltop {
  width: 50%;
  max-width: 540px
}
@media only screen and (max-width: 767px) {
  .top__group .bltop {
    width: 100%;
    max-width: 100%
  }
}
.top__group .bltop:nth-child(2) {
  margin-top: 161px;
  margin-left: 60px
}
@media only screen and (max-width: 1024px) {
  .top__group .bltop:nth-child(2) {
    margin-left: 20px
  }
}
@media only screen and (max-width: 767px) {
  .top__group .bltop:nth-child(2) {
    margin-left: 0;
    margin-top: 40px
  }
}
.top__group .bltop .bltop__content {
  margin-top: 48px
}
@media only screen and (max-width: 767px) {
  .top__group .bltop .bltop__content {
    margin-top: 20px
  }
}
.top__group .titleMain {
  margin-bottom: 53px
}
@media only screen and (max-width: 767px) {
  .top__group .titleMain {
    margin: 0 0 20px
  }
}
.top__group .titleMain__jp:before {
  background: #CCCCCC
}
.top__group .titleMain__en:after {
  border-color: #fff
}
.top__group .btn {
  margin-top: 58px
}
@media only screen and (max-width: 767px) {
  .top__group .btn {
    margin-top: 30px
  }
}
@media only screen and (min-width: 768px) {
  .top__group .btn:hover:before {
    border-color: #fff;
    background: transparent url(../img/common/icon/ic_arrow_wh.png) no-repeat center
  }
}
.top__group .btn span:after {
  border-color: #fff
}
.map iframe {
  width: 100%;
  height: 570px
}
.recruit__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 14px 28px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto
}
@media only screen and (max-width: 767px) {
  .recruit__box {
    max-width: 100%;
    display: block
  }
}
.recruit__box .recruit__boxLogo {
  padding-right: 28px;
  width: 50%
}
.recruit__box .recruit__boxLogo img {
  max-width: 251px;
  width: 100%
}
@media only screen and (max-width: 767px) {
  .recruit__box .recruit__boxLogo {
    width: 100%;
    text-align: center;
    padding-right: 0
  }
}
.recruit__box .recruit__boxContent {
  border-left: 1px solid #E0E0E0;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  width: 50%
}
@media only screen and (max-width: 767px) {
  .recruit__box .recruit__boxContent {
    white-space: normal;
    border-left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-top: 20px
  }
}
.recruit__box .recruit__boxContent .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700
}
.recruit__box .recruit__boxContent .btn:before {
  top: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: 18px 18px
}
.policy {
  max-width: 898px;
  margin: 0 auto;
  color: #222
}
.policy .text {
  letter-spacing: .1em;
  line-height: 2
}
.policy .text + ul {
  margin-top: 42px
}
.policy li:not(:last-child) {
  margin-bottom: 41px
}
.policy li:nth-child(5) li:first-child ul {
  margin-top: 43px !important
}
.policy li:nth-child(5) li:first-child ul ul {
  margin-top: 6px !important
}
.policy li ul {
  margin-top: 22px !important;
  counter-reset: my-sec-counter
}
.policy li ul li {
  counter-increment: my-sec-counter
}
.policy li ul li:not(:last-child) {
  margin-bottom: 10px
}
.policy li ul li .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.policy li ul li .text:before {
  content: counter(my-sec-counter) ".";
  display: inline-block;
  width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.policy li ul li ul {
  width: 100%;
  padding-left: 40px;
  margin-top: 0 !important
}
.policy li ul li ul li .text:before {
  content: "("counter(my-sec-counter) ")";
  display: inline-block;
  width: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.policy li ul li ul li ul {
  margin-top: 6px !important;
  padding-left: 45px
}
.policy li ul li ul li ul li:not(:last-child) {
  margin-bottom: 5px
}
.policy li ul li ul li ul li .text:before {
  content: counter(my-sec-counter, lower-alpha) ".";
  display: inline-block;
  width: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.policy .policy__title {
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: .05em;
  color: #222
}
.policy .policy__title + .text {
  margin-top: 15px
}
.policy .policy__info {
  margin-top: 20px
}
.policy .policy__info .policy__infoRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.policy .policy__info .policy__infoRow:not(:last-child) {
  margin-bottom: 10px
}
@media only screen and (max-width: 767px) {
  .policy .policy__info .policy__infoRow {
    display: block
  }
}
.policy .policy__info .policy__infoTit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 183px;
  margin-right: 37px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.policy .policy__info .policy__infoTit:after {
  content: ":";
  display: inline-block
}
@media only screen and (max-width: 767px) {
  .policy .policy__info .policy__infoTit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline;
    margin-right: 0
  }
}
.policy .policy__info .policy__infoTit, .policy .policy__info .policy__infoText {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: .1em;
  font-weight: 500
}
@media only screen and (max-width: 767px) {
  .policy .policy__info .policy__infoTit, .policy .policy__info .policy__infoText {
    display: inline;
    font-size: 1.6rem
  }
}
.page-top .header .header__wrap {
  background: rgba(57, 60, 75, .5);
  mix-blend-mode: multiply
}
.p-top .p-top__about {
  padding: 107px 0 109px;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #E7E7E7
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__about {
    padding: 50px 0
  }
}
.p-top .p-top__about .about-us {
  max-width: 1019px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}
.p-top .p-top__vision {
  padding: 98px 0;
  position: relative;
  z-index: 1
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__vision {
    padding: 50px 0
  }
}
.p-top .p-top__vision .bltop__content {
  min-width: 60%
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__vision .bltop__content {
    min-width: inherit
  }
}
.p-top .p-top__vision .bltop__img img {
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__vision .bltop__img img {
    height: auto
  }
}
.p-top .p-top__group {
  position: relative;
  padding: 109px 0 113px;
  margin-top: -259px;
  margin-left: 60px
}
@media only screen and (max-width: 1440px) {
  .p-top .p-top__group {
    margin-left: 0
  }
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__group {
    padding: 50px 0;
    margin-top: 0
  }
}
.p-top .p-top__group:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/top-group_bg.png) no-repeat center;
  background-size: cover;
  border-radius: 15px 0 0 15px
}
@media only screen and (max-width: 1440px) {
  .p-top .p-top__group:after {
    border-radius: 0
  }
}
.p-top .p-top__group .top__group {
  margin-left: -30px
}
@media only screen and (max-width: 1440px) {
  .p-top .p-top__group .top__group {
    margin-left: 0
  }
}
.p-top .p-top__branch {
  padding: 120px 0 40px
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__branch {
    padding: 60px 0 20px
  }
}
.p-top .p-top__branch .bltop .bltop__content {
  max-width: 600px
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__branch .bltop .bltop__content {
    max-width: 100%
  }
}
.p-top .p-top__branch .bltop .bltop__img {
  max-width: 540px;
  min-height: auto
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__branch .bltop .bltop__img {
    max-width: 100%
  }
}
.p-top .p-top__branch .bltop .bltop__grbtn {
  margin-top: -5px
}
@media only screen and (max-width: 1440px) {
  .p-top .p-top__branch .bltop .bltop__grbtn {
    margin-right: -60px
  }
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__branch .bltop .bltop__grbtn {
    margin-right: 0;
    margin-top: 0
  }
}
.p-top .p-top__recruit {
  padding: 40px 0 120px
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__recruit {
    padding: 20px 0 60px
  }
}
.p-top .p-top__recruit .container {
  max-width: 1400px
}
.p-top .p-top__recruit .bltop {
  position: relative;
  overflow: hidden;
  border-radius: 15px
}
.p-top .p-top__recruit .bltop .bltop__content {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 123px 50px;
  z-index: 1;
  position: relative
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__recruit .bltop .bltop__content {
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.p-top .p-top__recruit .bltop .bltop__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0
}
@media only screen and (max-width: 1400px) {
  .p-top .p-top__recruit .bltop .bltop__img {
    left: -61.8489583333vw;
    width: calc(100% + 61.8489583333vw)
  }
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__recruit .bltop .bltop__img {
    position: relative;
    left: 0;
    width: 100%
  }
}
.p-top .p-top__recruit .bltop .bltop__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__recruit .bltop .bltop__img img {
    height: auto
  }
}
.p-top .p-top__recruit .bltop .titleMain {
  margin-bottom: 40px
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__recruit .bltop .titleMain {
    width: 100%;
    margin-bottom: 20px
  }
}
.p-top .p-top__recruit .bltop .titleMain__jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__recruit .bltop .titleMain__jp {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.p-top .p-top__recruit .bltop .titleMain__en {
  width: 375px;
  text-align: right;
  margin-top: 11px
}
@media only screen and (max-width: 1024px) {
  .p-top .p-top__recruit .bltop .titleMain__en {
    width: 300px
  }
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__recruit .bltop .titleMain__en {
    width: 100%;
    text-align: left
  }
}
.p-top .p-top__recruit .bltop .titleMain__en:after {
  bottom: 10px
}
@media only screen and (max-width: 1024px) {
  .p-top .p-top__recruit .bltop .titleMain__en:after {
    bottom: 7px
  }
}
.p-top .p-top__recruit .bltop .text {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  left: 14px
}
@media only screen and (max-width: 1024px) {
  .p-top .p-top__recruit .bltop .text {
    font-size: 1.7rem
  }
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__recruit .bltop .text {
    left: 0;
    margin-top: 20px;
    font-size: 1.6rem
  }
}
.p-top .p-top__recruit .bltop .btn {
  margin-top: 59px
}
@media only screen and (max-width: 767px) {
  .p-top .p-top__recruit .bltop .btn {
    margin-top: 30px
  }
}
.p-vision__section {
  position: relative
}
.p-vision__section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100%;
  max-width: 1140px;
  border-bottom: 1px solid #fff
}
@media only screen and (max-width: 1180px) {
  .p-vision__section:after {
    max-width: calc(100% - 40px)
  }
}
.p-vision__section:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100%;
  max-width: 1140px;
  border-bottom: 1px solid #E0E0E0
}
@media only screen and (max-width: 1180px) {
  .p-vision__section:before {
    max-width: calc(100% - 40px)
  }
}
.p-vision__first {
  padding: 51px 0 90px
}
@media only screen and (max-width: 767px) {
  .p-vision__first {
    padding: 25px 0 50px
  }
}
.p-vision__concept {
  padding: 84px 0 86px
}
@media only screen and (max-width: 767px) {
  .p-vision__concept {
    padding: 50px 0
  }
}
.p-vision__pointer {
  padding: 84px 0 114px
}
@media only screen and (max-width: 767px) {
  .p-vision__pointer {
    padding: 50px 0
  }
}
.p-summary__section {
  padding: 29px 0 93px
}
@media only screen and (max-width: 767px) {
  .p-summary__section {
    padding: 0 0 50px
  }
}
.p-business__section {
  padding: 61px 0 40px
}
@media only screen and (max-width: 767px) {
  .p-business__section {
    padding: 30px 0 20px
  }
}
.p-business__section .imgtext {
  position: relative;
  padding: 90px 0;
  border-bottom: 1px solid #fff
}
@media only screen and (max-width: 767px) {
  .p-business__section .imgtext {
    padding: 45px 0
  }
}
.p-business__section .imgtext:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #E0E0E0
}
.p-business__section .imgtext:first-child {
  padding-top: 0
}
.p-business__section .imgtext:nth-child(even) .imgtext__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.p-business__section .imgtext:nth-child(even) .imgtext__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-right: 57px
}
@media only screen and (max-width: 767px) {
  .p-business__section .imgtext:nth-child(even) .imgtext__content {
    padding-right: 0
  }
}
.p-business__section .imgtext .imgtext__content {
  margin-top: -9px
}
@media only screen and (max-width: 767px) {
  .p-business__section .imgtext .imgtext__content {
    margin-top: 20px
  }
}
.p-business__section .imgtext .titleSub {
  margin-bottom: 21px
}
.p-business__affiliate {
  padding: 41px 0 120px
}
@media only screen and (max-width: 767px) {
  .p-business__affiliate {
    padding: 20px 0 60px
  }
}
.p-business__affiliate .titleSub {
  margin-bottom: 23px
}
.p-branch .bltop {
  margin-top: 40px
}
@media only screen and (max-width: 767px) {
  .p-branch .bltop {
    margin-top: 20px
  }
}
.p-branch .bltop__grbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 544px
}
@media only screen and (max-width: 767px) {
  .p-branch .bltop__grbtn {
    display: block
  }
}
.p-branch .bltop__grbtn .btn:last-child {
  margin-top: 0
}
@media only screen and (max-width: 767px) {
  .p-branch .bltop__grbtn .btn:last-child {
    margin-top: 20px
  }
}
.p-branch .p-branch__section {
  position: relative;
  padding: 66px 0 98px
}
@media only screen and (max-width: 767px) {
  .p-branch .p-branch__section {
    padding: 30px 0 50px
  }
}
.p-branch .p-branch__section:last-of-type {
  padding-bottom: 113px
}
@media only screen and (max-width: 767px) {
  .p-branch .p-branch__section:last-of-type {
    padding-bottom: 60px
  }
}
.p-branch .p-branch__section + .p-branch__section {
  padding-top: 88px
}
@media only screen and (max-width: 767px) {
  .p-branch .p-branch__section + .p-branch__section {
    padding-top: 50px
  }
}
.p-branch .p-branch__section + .p-branch__section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100%;
  max-width: 1140px;
  border-bottom: 1px solid #fff
}
@media only screen and (max-width: 1180px) {
  .p-branch .p-branch__section + .p-branch__section:after {
    max-width: calc(100% - 40px)
  }
}
.p-branch .p-branch__section + .p-branch__section:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100%;
  max-width: 1140px;
  border-bottom: 1px solid #E0E0E0
}
@media only screen and (max-width: 1180px) {
  .p-branch .p-branch__section + .p-branch__section:before {
    max-width: calc(100% - 40px)
  }
}
.p-branch .imgtext + .imgtext {
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .p-branch .imgtext + .imgtext {
    margin-top: 30px
  }
}
.p-branch .imgtext__wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.p-branch .imgtext .titleSub {
  margin-top: 30px;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 7px
}
@media only screen and (max-width: 767px) {
  .p-branch .imgtext .titleSub {
    margin-top: 15px
  }
}
.p-branch .imgtext .titleSub:after {
  display: none
}
.p-branch .imgtext .table tr:last-child td {
  border-bottom: 1px solid #fff
}
.p-branch .imgtext .table tr:last-child td:after {
  display: block
}
.p-branch .imgtext .table td:first-child {
  width: 31.3%
}
@media only screen and (max-width: 767px) {
  .p-branch .imgtext .table td:first-child {
    width: 100%;
    display: block
  }
}
.p-branch .imgtext .btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 35px
}
.p-branch .store-list .imgtext .titleSub {
  margin-top: 4px
}
.p-map .bltop {
  margin-top: 40px
}
@media only screen and (max-width: 767px) {
  .p-map .bltop {
    margin-top: 20px
  }
}
.p-map .bltop__grbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 544px
}
@media only screen and (max-width: 767px) {
  .p-map .bltop__grbtn {
    display: block
  }
}
.p-map .bltop__grbtn .btn:last-child {
  margin-top: 0
}
@media only screen and (max-width: 767px) {
  .p-map .bltop__grbtn .btn:last-child {
    margin-top: 20px
  }
}
.p-map__section {
  padding: 70px 0 120px
}
@media only screen and (max-width: 767px) {
  .p-map__section {
    padding: 40px 0 60px
  }
}
.p-recruit__first .recruit__box {
  margin-top: -73px
}
@media only screen and (max-width: 1180px) {
  .p-recruit__first .recruit__box {
    margin-top: 0;
    margin-left: 0
  }
}
.p-recruit__new-graduate {
  padding: 30px 0 120px
}
@media only screen and (max-width: 767px) {
  .p-recruit__new-graduate {
    padding: 30px 0 60px
  }
}
.p-recruit__new-graduate .titleSub {
  margin-bottom: 27px
}
.p-recruit__new-graduate .table td {
  line-height: 2.3
}
.p-policy__section {
  padding: 61px 0 120px
}
@media only screen and (max-width: 767px) {
  .p-policy__section {
    padding: 30px 0 60px
  }
}