@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #333333;
  overflow-x: hidden;
}

h2 span, h3 span, h4 span, h5 span {
  color: #00a0e9;
}

a {
  color: #333333;
  text-decoration: none;
}

.min {
  font-family: "Noto Serif JP", serif;
}

header {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  z-index: 10;
}

header .header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  max-width: 1920px;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 110px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__contents .header__logo img {
  width: 325px;
}

header .header__contents .global__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 110px;
}

header .header__contents .global__nav ul li {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-right: 46px;
  position: relative;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
}

header .header__contents .global__nav ul li::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #00a0e9;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  position: absolute;
  bottom: 0px;
  left: 0;
}

header .header__contents .global__nav ul li:last-child {
  margin-right: 0;
}

header .header__contents .global__nav ul li:hover::after {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

main {
  margin: auto;
}

main .mv {
  padding-top: 110px;
}

main .mv .video__container {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1920px;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .mv .video__container video {
  width: 100%;
}

main .mv .video__container .video__img img {
  width: 100%;
}

main .mv .video__container .video__sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1206px;
  padding: 0 40px 40px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
}

main .mv .video__container .video__sidebar h2 {
  font-size: 46px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  color: #333333;
}

main .mv .video__container .video__sidebar h2 small {
  font-size: 22px;
}

@media screen and (max-width: 1028px) and (min-width: 835px) {
  main .mv .video__container .video__sidebar {
    padding: 0 70px 40px;
  }
}

main .bread {
  margin: auto;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

main .bread a {
  font-size: 12px;
  color: #00A0E9;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

main .bread a::before {
  content: ">";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px;
}

main .bread a:first-child::before {
  content: none;
  padding: 0;
}

main .bread a:last-child {
  color: #AAB5BA;
}

main .bread a.home {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("/common/img/icon_home.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

main .about_us {
  background-image: url("/common/img/about_us_bg.png");
  background-size: 2000px 779px;
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  width: 100%;
}

main .about_us .about-us__container {
  padding: 100px 0;
  margin: auto;
  max-width: 1200px;
}

main .about_us .about-us__container .about-us__ttl {
  text-align: center;
}

main .about_us .about-us__container .about-us__ttl h3 {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.312;
}

main .about_us .about-us__container .about-us__ttl small {
  font-size: 15px;
  font-weight: 700;
  color: #F0D156;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .about_us .about-us__container .about-us__ttl small::before, main .about_us .about-us__container .about-us__ttl small::after {
  content: "";
  height: 14px;
  width: 14px;
  background-image: url("/common/img/about-us__ttl.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 5px;
}

main .about_us .about-us__container .about-us__copy {
  text-align: center;
}

main .about_us .about-us__container .about-us__copy h4 {
  font-size: 30px;
  font-weight: 500;
  padding: 70px 0;
  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;
}

main .about_us .about-us__container .about-us__copy h4::before, main .about_us .about-us__container .about-us__copy h4::after {
  content: "";
  height: .5px;
  width: 98px;
  background-color: #333333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px;
}

main .about_us .about-us__container .about-us__txt {
  text-align: center;
  margin-bottom: 70px;
}

main .about_us .about-us__container .about-us__txt p {
  font-size: 16px;
  line-height: 2.08;
  font-weight: 400;
}

main .about_us .about-us__container .about-us__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .about_us .about-us__container .about-us__btn-block .about-us__btn {
  position: relative;
}

main .about_us .about-us__container .about-us__btn-block .about-us__btn .btn {
  width: 348px;
  height: 56px;
  background-color: #ffffff;
  border: 1px solid #333333;
  margin-right: 95px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  overflow-x: hidden;
}

main .about_us .about-us__container .about-us__btn-block .about-us__btn .btn span {
  position: relative;
  z-index: 3;
}

main .about_us .about-us__container .about-us__btn-block .about-us__btn .btn::before {
  content: "";
  width: 348px;
  height: 56px;
  background-color: #00a0e9;
  -webkit-transform: translateX(-350px);
          transform: translateX(-350px);
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
}

main .about_us .about-us__container .about-us__btn-block .about-us__btn .btn__arrow {
  content: "";
  width: 87px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 70px;
  z-index: 3;
  margin: auto;
  background-image: url("/common/img/btn_arrow_b.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

main .about_us .about-us__container .about-us__btn-block .about-us__btn:last-child .btn {
  margin-right: 0;
}

main .about_us .about-us__container .about-us__btn-block .about-us__btn:last-child .btn__arrow {
  right: -24px;
}

main .about_us .about-us__container .about-us__btn-block .about-us__btn:hover a {
  color: #ffffff;
}

main .about_us .about-us__container .about-us__btn-block .about-us__btn:hover .btn::before {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

main .about_us .about-us__container .about-us__btn-block .about-us__btn:hover .btn__arrow {
  -webkit-transform: translateX(-40px) scale(0.8, 1);
          transform: translateX(-40px) scale(0.8, 1);
  background-image: url("/common/img/btn_arrow_w.svg");
}

footer {
  width: 100%;
  height: 134px;
  background-color: #000000;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 3;
}

footer .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer__nav li {
  padding: 0 30px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  list-style: none;
}

footer .footer__nav li a {
  color: #ffffff;
}

footer .footer__nav li::after {
  content: "";
  height: 20px;
  width: .5px;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

footer .footer__nav li:last-child::after {
  content: none;
}

footer .copyright {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 834px) {
  header {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    z-index: 10;
  }
  header .header__contents {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header__contents .header__logo {
    position: relative;
    z-index: 4;
  }
  header .header__contents .header__logo img {
    width: 200px;
  }
  header .header__contents .global__nav {
    display: none;
  }
  header .header__contents .h__nav {
    display: block;
    position: fixed;
    top: 0;
    left: -100vw;
    bottom: 0;
    width: 100vw;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  header .header__contents .h__nav .inner {
    margin: 70px 0;
    border-top: 1px solid #C2C4C7;
  }
  header .header__contents .h__nav .inner ul {
    list-style: none;
    margin: 10px 20px;
    padding: 0;
  }
  header .header__contents .h__nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #C2C4C7;
  }
  header .header__contents .h__nav .inner ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 10px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  header .header__contents .h__nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  header .header__contents .h__nav .inner ul li a::after {
    content: "";
    height: 10px;
    width: 10px;
    background: no-repeat center/contain url("/common/img/menu_arrow.svg");
  }
  header .header__contents .open .h__nav {
    left: 0;
    opacity: 1;
  }
  header .header__contents .toggle_btn {
    display: block;
    position: relative;
    top: 0px;
    right: 0;
    width: 30px;
    height: 8px;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  header .header__contents .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #333;
    border-radius: 4px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  header .header__contents .toggle_btn span:nth-child(1) {
    top: 0px;
  }
  header .header__contents .toggle_btn span:nth-child(2) {
    bottom: 0px;
  }
  header .header__contents .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(-315deg);
            transform: translateY(4px) rotate(-315deg);
  }
  header .header__contents .open .toggle_btn span:nth-child(2) {
    -webkit-transform: translateY(-4px) rotate(315deg);
            transform: translateY(-4px) rotate(315deg);
  }
  main {
    margin: auto;
  }
  main .bread {
    display: none;
  }
  main .about_us {
    background-image: url("/common/img/top_sp_bg02.png"), url("/common/img/top_sp_bg03.png");
    background-size: 375px 435px,470px 225px;
    background-repeat: no-repeat,no-repeat;
    background-position: bottom 145px left 0,bottom right;
    width: 100%;
  }
  main .about_us .about-us__container {
    padding: 80px 0 160px;
    margin: auto;
  }
  main .about_us .about-us__container .about-us__ttl {
    text-align: center;
  }
  main .about_us .about-us__container .about-us__ttl h3 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  main .about_us .about-us__container .about-us__ttl small {
    font-size: 12px;
    font-weight: 700;
    color: #F0D156;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .about_us .about-us__container .about-us__ttl small::before, main .about_us .about-us__container .about-us__ttl small::after {
    content: "";
    height: 11px;
    width: 11px;
    background-image: url("/common/img/about-us__ttl.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 5px;
  }
  main .about_us .about-us__container .about-us__copy {
    text-align: center;
    overflow-x: hidden;
    width: 100%;
  }
  main .about_us .about-us__container .about-us__copy h4 {
    font-size: 17px;
    font-weight: 500;
    padding: 30px 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .about_us .about-us__container .about-us__copy h4::before, main .about_us .about-us__container .about-us__copy h4::after {
    content: "";
    height: .5px;
    width: 100%;
    background-color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  main .about_us .about-us__container .about-us__copy h4::before {
    margin: 0 0 10px 0;
    left: 20px;
  }
  main .about_us .about-us__container .about-us__copy h4::after {
    margin: 10px 0 0 0;
    right: 20px;
  }
  main .about_us .about-us__container .about-us__txt {
    text-align: center;
    margin: 0 20px 25px;
  }
  main .about_us .about-us__container .about-us__txt p {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
  }
  main .about_us .about-us__container .about-us__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .about_us .about-us__container .about-us__btn-block .about-us__btn {
    position: relative;
  }
  main .about_us .about-us__container .about-us__btn-block .about-us__btn .btn {
    width: 281px;
    height: 41px;
    background-color: #ffffff;
    border: 1px solid #333333;
    margin-right: 0px;
    margin-bottom: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    overflow-x: hidden;
  }
  main .about_us .about-us__container .about-us__btn-block .about-us__btn .btn span {
    position: relative;
    z-index: 3;
  }
  main .about_us .about-us__container .about-us__btn-block .about-us__btn .btn::before {
    content: "";
    width: 348px;
    height: 56px;
    background-color: #00a0e9;
    -webkit-transform: translateX(-350px);
            transform: translateX(-350px);
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 2;
  }
  main .about_us .about-us__container .about-us__btn-block .about-us__btn .btn__arrow {
    content: "";
    width: 65px;
    height: 8px;
    position: absolute;
    top: 20px;
    bottom: auto;
    right: -18px;
    z-index: 3;
    margin: auto;
    background-image: url("/common/img/btn_arrow_b.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  main .about_us .about-us__container .about-us__btn-block .about-us__btn:last-child .btn {
    margin-right: 0;
  }
  main .about_us .about-us__container .about-us__btn-block .about-us__btn:last-child .btn__arrow {
    right: -18px;
  }
  main .about_us .about-us__container .about-us__btn-block .about-us__btn:hover a {
    color: #ffffff;
  }
  main .about_us .about-us__container .about-us__btn-block .about-us__btn:hover .btn::before {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  main .about_us .about-us__container .about-us__btn-block .about-us__btn:hover .btn__arrow {
    -webkit-transform: translateX(-40px) scale(0.8, 1);
            transform: translateX(-40px) scale(0.8, 1);
    background-image: url("/common/img/btn_arrow_w.svg");
  }
  footer {
    width: 100%;
    height: 106px;
    background-color: #000000;
    padding: 13px 0 31px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer__nav li {
    padding: 0 5px;
    position: relative;
    font-weight: 500;
    font-size: 10px;
    position: relative;
    list-style: none;
  }
  footer .footer__nav li a {
    color: #ffffff;
  }
  footer .footer__nav li::after {
    content: "";
    height: 14px;
    width: .5px;
    background-color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  footer .footer__nav li:last-child::after {
    content: none;
  }
  footer .copyright {
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 834px) and (min-width: 415px) {
  main .mv {
    background: no-repeat top right url("/common/img/top_sp_bg01.png");
    background-size: 375px 435px;
    padding-top: 70px;
  }
  main .mv .video__container {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1920px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main .mv .video__container video {
    width: 100%;
  }
  main .mv .video__container .video__sidebar {
    position: relative;
    width: 100%;
    max-width: 1206px;
    padding-left: 0px;
    height: auto;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
  }
  main .mv .video__container .video__sidebar h2 {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
    color: #333333;
  }
  main .mv .video__container .video__sidebar h2 small {
    font-size: 14px;
  }
  main .mv .video__container .video__sidebar h2 .sp {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  main .mv {
    padding-top: 70px;
    background: no-repeat top right url("/common/img/top_sp_bg01.png");
    background-size: 375px 435px;
  }
  main .mv .video__container {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1920px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main .mv .video__container video {
    width: 100%;
  }
  main .mv .video__container .video__sidebar {
    position: relative;
    width: 100%;
    max-width: 1036px;
    padding-left: 0px;
    height: auto;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
  }
  main .mv .video__container .video__sidebar h2 {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
    color: #333333;
  }
  main .mv .video__container .video__sidebar h2 small {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */