@media (min-width: 768px) {
  .is-hidden_pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .is-hidden_sp {
    display: none;
  }
}
.u-txt_left {
  text-align: left !important;
}

.u-txt_center {
  text-align: center !important;
}

.u-txt_right {
  text-align: right !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pt20 {
  padding-top: 10px;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  width: 100%;
}
@media (max-width: 767px) {
  table {
    display: block;
  }
}

.bold {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
}

.section {
  padding: 100px 0;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

@media (min-width: 768px) {
  .desc_common {
    box-sizing: border-box;
    padding-left: 6vw;
  }
}

.ttl_section {
  color: #e7e7e7;
  font-size: 8rem;
  margin-bottom: 35px;
  position: relative;
  font-weight: 500;
  font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
}
.ttl_section.-gray {
  color: #333333;
}
.ttl_section span {
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 4rem;
  letter-spacing: 8px;
  font-weight: 500;
  color: #0F0F0F;
  position: absolute;
  top: 0;
  left: 9px;
  width: 40px;
  display: inline-block;
  height: 250px;
}
.ttl_section span::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #0F0F0F;
  position: absolute;
  top: 25px;
  left: 0;
  transform: translateY(-50%);
}
.ttl_section span.-white {
  color: #fff;
}
.ttl_section span.-white::before {
  background: #fff;
}
.ttl_section span.-horizontal {
  width: auto;
  writing-mode: horizontal-tb;
}
.ttl_section span.-horizontal::before {
  background: #fff;
  width: 50px;
  height: 1px;
  top: -5px;
}
@media (max-width: 767px) {
  .ttl_section span {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .ttl_section {
    font-size: 4rem;
    margin: 0;
    margin-bottom: 35px;
    letter-spacing: 3px;
  }
}

.ttl_section_serif {
  font-size: 3rem;
  font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ttl_section_serif {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}

.btn_cv {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 15px 30px;
  min-height: 80px;
  text-decoration: none;
  font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #0F0F0F;
  line-height: 1.2;
  background: #fff;
  transition: color 0.25s ease;
}
.btn_cv::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0F0F0F;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.7s ease;
  transition-property: transform;
}
.btn_cv:hover {
  color: #fff;
}
.btn_cv:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn_cv:hover .btn_cv--inner::before {
  background: #FFF;
}
.btn_cv:hover .btn_cv--inner::after {
  border-left-color: #FFF;
}
.btn_cv.-tel {
  font-size: 2rem;
}
.btn_cv.-tel .btn_cv--txt {
  display: block;
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  .btn_cv.-tel .btn_cv--txt {
    margin-top: 7px;
  }
}
.btn_cv--inner {
  position: relative;
}
.btn_cv--inner::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 0;
  width: 25px;
  height: 3px;
  background: #0F0F0F;
  transition: all 0.3s ease;
  transition-property: transform;
}
.btn_cv--inner::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -10px;
  border: 8px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #0F0F0F;
  transition: all 0.3s ease;
  transition-property: transform;
}
.btn_cv--txt {
  font-size: 1.6rem;
}
.btn_cv--txt span {
  margin-left: 5px;
  font-size: 1rem;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .btn_cv--txt {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .btn_cv {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .btn_cv {
    font-size: 2rem;
  }
}

.table_common {
  width: 540px;
  border-left: 1px solid #0F0F0F;
}
.table_common tr {
  border-bottom: 1px solid #0F0F0F;
}
.table_common tr:last-child {
  border-bottom: none;
}
.table_common th,
.table_common td {
  padding: 15px 0 10px;
  box-sizing: border-box;
}
.table_common th {
  padding: 0 45px 0 40px;
  width: 150px;
  text-align: left;
}
@media (max-width: 767px) {
  .table_common th {
    padding: 10px 0 10px 8px;
    width: 70px;
  }
}
@media (max-width: 767px) {
  .table_common {
    width: 85%;
    margin: auto;
  }
}
@media (max-width: 320px) {
  .table_common {
    width: 95%;
  }
}

.is-parallax_block {
  overflow: hidden;
}
.is-parallax_block img {
  width: 100%;
  transition: transform 0.2s ease-out;
}

.is-parallax_img {
  transition: transform 0.2s ease-out;
}

.slide_in {
  overflow: hidden;
  display: inline-block;
}
.slide_in--inner {
  display: inline-block;
}
@media (max-width: 767px) {
  .slide_in {
    overflow: visible;
    width: 100%;
  }
  .slide_in--inner {
    width: 100%;
  }
}

.up_animation {
  opacity: 0;
}

.slide_downup {
  animation-name: slideTextY100;
  animation-duration: 2.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide_updown {
  animation-name: slideTextY-100;
  animation-duration: 2.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide_downup2 {
  animation-name: slideTextY100;
  animation-duration: 2.4s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide_updown2 {
  animation-name: slideTextY-100;
  animation-duration: 2.4s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
  color: #0F0F0F;
}
@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

.wrap {
  min-width: 1200px;
  margin: auto;
}
@media (max-width: 767px) {
  .wrap {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
}

@keyframes up_pd {
  0% {
    padding-top: 100vh;
  }
  80% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
.container {
  width: 1200px;
  margin: auto;
}
@media (max-width: 767px) {
  .container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
}
.container.-lg {
  width: 1280px;
  margin: auto;
}
@media (max-width: 767px) {
  .container.-lg {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
}
.container.-md {
  width: 1080px;
  margin: auto;
}
@media (max-width: 767px) {
  .container.-md {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
}

main {
  display: block;
}
@media (min-width: 768px) and (max-width: 769px) and (orientation: portrait) {
  main {
    min-height: 95vh;
  }
}

.header {
  position: fixed;
  background: #FFF;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280px;
  z-index: 2;
  animation: place 0.9s cubic-bezier(0.3, 0.03, 0.94, 0.68) 4.5s forwards;
  transition: background-color 0.2s;
}
@keyframes place {
  0% {
    top: 100%;
  }
  80% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
.header--inner {
  padding: 25px 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .header--inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .header--inner {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
  }
}
.header--logo {
  display: inline-block;
}
.header--logo a {
  display: block;
}
@media (max-width: 767px) {
  .header--logo img {
    width: 210px;
  }
  .header--logo svg {
    fill: #FFF;
  }
}
@media (max-width: 320px) {
  .header--logo img {
    width: 195px;
  }
}
.header.is-active {
  background: #FFF;
}
.header.is-active .gnav_btn::before {
  color: #0F0F0F;
}
.header.is-active .gnav_btn--line {
  background: #0F0F0F;
}
.header.is-active .gnav_btn.is-open::before {
  color: #FFF;
}
.header.is-active .gnav_btn.is-open .gnav_btn--line {
  background: #FFF;
}
@media (max-width: 767px) {
  .header {
    background: none;
  }
}

.gnav_btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
}
.gnav_btn::before {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translate(0, -50%);
  content: "MENU";
  font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
}
.gnav_btn--line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  transition: 0.3s;
}
.gnav_btn--line:first-child {
  top: 0;
}
.gnav_btn--line:nth-child(2) {
  top: 47%;
  opacity: 1;
}
.gnav_btn--line:last-child {
  bottom: 0;
}
.gnav_btn.is-open::before {
  content: "CLOSE";
}
.gnav_btn.is-open .gnav_btn--line:first-child {
  top: 20%;
  transform: translateY(6px) rotate(-35deg);
}
.gnav_btn.is-open .gnav_btn--line:nth-child(2) {
  display: none;
  opacity: 0;
}
.gnav_btn.is-open .gnav_btn--line:last-child {
  bottom: 20%;
  transform: translateY(-6px) rotate(35deg);
}
@media (min-width: 768px) {
  .gnav_btn {
    display: none;
  }
}

.gnav--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gnav--list {
    display: block;
    margin-top: 65px;
    padding: 30px 20px 15px;
    border-top: solid 1px #FFF;
  }
}
.gnav--item {
  position: relative;
  padding: 0 20px;
  border-left: solid 1px #0F0F0F;
}
.gnav--item:first-child {
  padding-left: 0;
  border-left: none;
}
.gnav--item a {
  display: block;
}
@media (max-width: 767px) {
  .gnav--item {
    padding: 0;
    margin-top: 20px;
    border: none;
  }
  .gnav--item:first-child {
    margin-top: 0;
  }
  .gnav--item a {
    padding: 5px 0;
    color: #fff;
    letter-spacing: 4px;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
    display: flex;
    align-items: center;
  }
  .gnav--item a::before {
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    margin-right: 10px;
  }
}
.gnav--inform {
  padding: 20px 35px;
  font-size: 1.2rem;
  color: #FFF;
}
.gnav--inform p {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .gnav--inform {
    background: #0F0F0F;
  }
}
.gnav--copy {
  margin-top: 45px;
  font-size: 1rem;
  text-align: center;
}
.gnav .btn_cv {
  padding: 20px;
  font-size: 1.8rem;
}
.gnav .btn_cv--txt {
  font-size: 1.5rem;
}
.gnav .btn_cv.-tel .btn_cv--txt {
  margin-top: 3px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .gnav {
    position: fixed;
    z-index: 900;
    top: 0;
    right: -120%;
    width: 79%;
    height: 100vh;
    background: #0F0F0F;
    transition: all 0.6s;
    overflow: auto;
  }
  .gnav.is-open {
    right: 0;
  }
}

.footer {
  background: #0F0F0F;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 45px;
  box-sizing: border-box;
}
.footer--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footer--inner {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer--img {
    float: left;
    margin: -10px 130px 0 0;
  }
}
@media (max-width: 767px) {
  .footer--img {
    text-align: center;
  }
}
.footer .gnav--item {
  border-left: solid 1px #fff;
  padding: 0 17px;
}
.footer .gnav--item::before {
  background: #fff;
}
.footer .gnav--item:first-child {
  border: none;
}
.footer p {
  text-align: right;
  font-size: 1.2rem;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .footer p {
    text-align: center;
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 15px;
  }
}

.loading_animation4 {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: #161821;
  z-index: 100;
  animation: bg_none_4 1.07s cubic-bezier(0.25, 0, 1, 1) 4.5s forwards;
}

.loading_animation3 {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: #232323;
  z-index: 100;
  animation: bg_none_3 1.7s cubic-bezier(0.34, 0.03, 0.13, 0.98) 4s forwards;
}

.loading_animation2 {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: #1b1b1b;
  z-index: 100;
  animation: bg_none_2 1.7s cubic-bezier(0.34, 0.03, 0.13, 0.98) 3.5s forwards;
}

.loading_animation {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: #0F0F0F;
  z-index: 100;
  animation: bg_none 1.7s cubic-bezier(0.34, 0.03, 0.13, 0.98) 3s forwards;
}
.loading_animation--img {
  position: relative;
  display: block;
  margin: auto;
  width: 285px;
  height: 13rem;
  transform: translate3d(0, calc(50vh - 7.2rem), 0) scale(1.2);
  overflow: hidden;
  animation: up_to_white 2.5s ease-in-out 2s forwards, black_to_white 0.2s ease-in-out 3.7s forwards;
}
.loading_animation--inner {
  height: 60%;
  overflow: hidden;
  text-align: center;
}
.loading_animation--logo {
  animation: fadein 0.7s ease-in-out;
}
.loading_animation--wrap {
  animation: up_pd 0.9s cubic-bezier(0.3, 0.03, 0.94, 0.68) 4.5s forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes up_to_white {
  0% {
    transform: translate3d(0, calc(50vh - 7.2rem), 0) scale(1.2);
  }
  100% {
    transform: translate3d(0, 20px, 0) scale(1);
  }
}
@keyframes black_to_white {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bg_none {
  0% {
    height: 100vh;
  }
  80% {
    height: 0;
  }
  100% {
    height: 0;
    z-index: 0;
  }
}
@keyframes bg_none_2 {
  0% {
    height: 100vh;
  }
  80% {
    height: 0;
  }
  100% {
    height: 0;
    z-index: 0;
  }
}
@keyframes bg_none_3 {
  0% {
    height: 100vh;
  }
  80% {
    height: 0;
  }
  100% {
    height: 0;
    z-index: 0;
  }
}
@keyframes bg_none_4 {
  0% {
    height: 100vh;
  }
  80% {
    height: 0;
  }
  100% {
    height: 0;
    z-index: 0;
  }
}
.mv {
  position: relative;
  box-sizing: border-box;
  padding: 350px 0 330px;
  text-align: center;
  color: #fff;
  font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
  font-weight: 400;
  background: url(../img/top/img_mv.jpg) no-repeat center/cover;
}
.mv--txt span {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .mv--txt span {
    font-size: 2.8rem;
    top: 70px;
  }
}
.mv--paragraph {
  font-size: 2.4rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .mv--paragraph {
    font-size: 1.4rem;
  }
}
.mv--scroll {
  font-size: 1.5rem;
  padding-bottom: 35px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 85px;
  height: 50px;
}
.mv--scroll span {
  position: absolute;
  left: -25px;
  top: 70px;
  font-size: 1.5rem;
}
.mv--scroll::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media (max-width: 767px) {
  .mv--scroll {
    bottom: 60px;
  }
  .mv--scroll span {
    font-size: 1.2rem;
  }
}
.mv h2 {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .mv h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mv {
    height: 100vh;
    padding-top: 43vh;
    background-position: 75% center;
  }
}

.concept {
  overflow: hidden;
  padding: 100px 0 295px;
}
@media (max-width: 767px) {
  .concept {
    padding: 50px 0 155px;
  }
}
.concept--inner {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 755px;
}
.concept--paragraph {
  margin-bottom: 25px;
}
.concept--bg {
  background: linear-gradient(to right, transparent 0%, transparent 65%, #0F0F0F 65%, #0F0F0F 100%);
}
@media (max-width: 767px) {
  .concept--bg {
    background: url(../img/top/img_black.jpg) no-repeat right bottom/65% 395px;
    padding-bottom: 60px;
  }
}
.concept--txt {
  margin-left: 100px;
  width: 580px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .concept--txt {
    margin-left: 65px;
    width: auto;
  }
}
.concept--img {
  margin: 185px 0 0 35px;
}
@media (max-width: 767px) {
  .concept--img {
    margin-left: 7px;
  }
}
.concept--fade {
  display: flex;
  z-index: 0;
  position: absolute;
  bottom: -195px;
  right: -10%;
  margin-top: -110px;
  animation-name: fadeIn;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
}
.concept--fade img {
  max-width: none;
}
@media (max-width: 767px) {
  .concept--fade {
    right: 0;
    bottom: -170px;
  }
}
.concept--item {
  opacity: 0;
  transition: 2s;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .concept--item {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .concept--paragraph {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.concept_img {
  height: 500px;
}
.concept_img--wrap {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  position: absolute;
  top: 420px;
  right: -10%;
}
@media (max-width: 767px) {
  .concept_img--wrap {
    position: static;
    margin-top: 120px;
  }
}
@media (min-width: 768px) {
  .concept_img.-item01 {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .concept_img.-item01 {
    width: 180px;
    height: 250px;
  }
}
.concept_img.-item02 {
  margin-top: -185px;
  margin-left: 35px;
}
@media (max-width: 767px) {
  .concept_img.-item02 {
    margin-top: -50px;
    margin-left: 7px;
    width: 120px;
    height: 210px;
  }
}

.fadein {
  opacity: 1;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.service {
  padding-top: 90px;
  color: #FFF;
  background: #0F0F0F;
  overflow-x: hidden;
  box-sizing: border-box;
}
.service .slide_in {
  position: relative;
  z-index: 1;
}
.service--txt {
  margin-left: 100px;
  margin-bottom: 90px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .service--txt {
    margin-left: 70px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .service {
    padding-top: 50px;
  }
}

.service_new {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: relative;
  margin-bottom: 200px;
}
.service_new--img {
  position: relative;
}
@media (min-width: 768px) {
  .service_new--img {
    margin-left: -60px;
  }
}
.service_new--img_right {
  width: 500px;
  height: 370px;
}
@media (max-width: 767px) {
  .service_new--img_right {
    width: 100%;
    height: 250px;
  }
}
.service_new--img_center {
  position: absolute;
  right: calc(100% - 90px);
  bottom: -80px;
  box-shadow: 0 0 12px rgba(15, 15, 15, 0.3);
}
@media (max-width: 767px) {
  .service_new--img_center {
    bottom: 0;
    right: 20px;
  }
}
.service_new--desc {
  box-sizing: border-box;
  margin-left: 230px;
  padding-top: 60px;
  width: 525px;
}
@media (max-width: 767px) {
  .service_new--desc {
    margin-left: 0;
    padding-top: 20px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .service_new {
    display: block;
    margin-bottom: 50px;
  }
}

.service_reform {
  display: flex;
  align-items: flex-start;
  margin-bottom: 220px;
}
.service_reform--img {
  position: relative;
}
.service_reform--img_right {
  width: 500px;
  height: 370px;
}
@media (max-width: 767px) {
  .service_reform--img_right {
    width: 100%;
    height: 250px;
  }
}
.service_reform--img_center {
  position: absolute;
  right: -315px;
  bottom: -100px;
  box-shadow: 0 0 12px rgba(15, 15, 15, 0.3);
}
@media (max-width: 767px) {
  .service_reform--img_center {
    bottom: 0;
    right: 20px;
  }
}
@media (max-width: 320px) {
  .service_reform--img_center {
    bottom: 185px;
  }
}
.service_reform--desc {
  padding-top: 85px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .service_reform--desc {
    margin-left: -120px;
  }
}
@media (max-width: 767px) {
  .service_reform--desc {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .service_reform {
    display: block;
    margin-bottom: 50px;
  }
}

.service_other {
  margin: 0 auto 95px;
}
.service_other--item {
  flex: 0 0 350px;
}
@media (max-width: 767px) {
  .service_other--item {
    margin-top: 50px;
  }
  .service_other--item:first-child {
    margin-top: 0;
  }
}
.service_other--img {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service_other--img {
    margin-bottom: 20px;
    text-align: center;
  }
  .service_other--img img {
    width: 100%;
  }
}
.service_other .ttl_section_serif {
  margin-bottom: 15px;
}
.service_other p {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .service_other {
    width: 1130px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .service_other {
    margin-bottom: 50px;
  }
}

.service_img {
  background: url(../img/top/bg_service.jpg) no-repeat center/cover;
  height: 400px;
}
@media (max-width: 767px) {
  .service_img {
    height: 155px;
  }
}

@media (max-width: 767px) {
  .flow {
    overflow-y: hidden;
  }
}
.flow--ttl {
  margin: 0;
  margin-bottom: 35px;
}
.flow--ttl span {
  width: 15px;
  height: 350px;
}
.flow--txt {
  margin-left: 100px;
  margin-bottom: 160px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .flow--txt {
    margin-left: 70px;
    margin-bottom: 10px;
  }
}

.flow_contents {
  padding: 125px 0 115px;
  margin-top: -82px;
  background: #716E77;
}
.flow_contents--inner {
  position: relative;
}
.flow_contents--img {
  position: absolute;
}
.flow_contents--img.-item01 {
  right: -15%;
  top: -275px;
}
@media (max-width: 767px) {
  .flow_contents--img.-item01 {
    right: 0;
    top: -175px;
  }
}
.flow_contents--img.-item02 {
  top: 265px;
  left: -13%;
}
@media (max-width: 767px) {
  .flow_contents--img.-item02 {
    left: 0;
    top: auto;
    bottom: -180px;
  }
}
.flow_contents--img.-item03 {
  bottom: 0;
  right: -15%;
}
@media (max-width: 767px) {
  .flow_contents--img.-item03 {
    display: none;
  }
}
@media (max-width: 767px) {
  .flow_contents {
    margin-top: 100px;
    padding: 150px 0 160px;
  }
}

.flow_step {
  margin: 0 auto;
  width: 740px;
  color: #FFF;
}
.flow_step--inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .flow_step--inner {
    justify-content: center;
  }
}
.flow_step--num {
  width: 100px;
  height: 100px;
  font-weight: 600;
  font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  font-size: 4rem;
  letter-spacing: 3px;
  color: #0F0F0F;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .flow_step--num {
    font-size: 3rem;
    width: 60px;
    height: 60px;
    line-height: 60px;
    letter-spacing: 1px;
  }
}
.flow_step--txt {
  flex: 1;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .flow_step--txt p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .flow_step--txt {
    margin-left: 10px;
  }
}
.flow_step .ttl_section_serif {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .flow_step .ttl_section_serif {
    margin-bottom: 5px;
    font-size: 2.1rem;
  }
}
.flow_step li {
  margin-bottom: 40px;
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.7s ease-out;
}
.flow_step li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow_step li {
    margin-bottom: 30px;
  }
}
.flow_step img {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .flow_step img {
    margin-right: 20px;
  }
}
.flow_step.started li {
  opacity: 1;
  transform: none;
}
.flow_step.started li:nth-child(1) {
  transition: all 0.7s ease-out 0.1s;
}
.flow_step.started li:nth-child(2) {
  transition: all 0.7s ease-out 0.3s;
}
.flow_step.started li:nth-child(3) {
  transition: all 0.7s ease-out 0.5s;
}
.flow_step.started li:nth-child(4) {
  transition: all 0.7s ease-out 0.7s;
}
.flow_step.started li:nth-child(5) {
  transition: all 0.7s ease-out 0.9s;
}
.flow_step.started li:nth-child(6) {
  transition: all 0.7s ease-out 1s;
}
.flow_step.started li:nth-child(7) {
  transition: all 0.7s ease-out 1.3s;
}
.flow_step.started li:nth-child(8) {
  transition: all 0.7s ease-out 1.5s;
}
.flow_step.started li:nth-child(9) {
  transition: all 0.7s ease-out 1.7s;
}
.flow_step.started li:nth-child(10) {
  transition: all 0.7s ease-out 1.9s;
}
@media (max-width: 767px) {
  .flow_step {
    width: 95%;
  }
}

.company {
  overflow-x: hidden;
}
.company .concept--txt {
  position: relative;
}
.company .container {
  position: relative;
}
.company .ttl_section {
  margin: 0;
  margin-bottom: 120px;
}
.company--img {
  position: absolute;
  top: 50px;
  right: -185px;
}
@media (max-width: 767px) {
  .company--img {
    top: 90px;
    right: inherit;
    left: 80px;
  }
  .company--img img {
    max-width: inherit;
  }
}
.company--link {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  background: url(../img/top/img_company_icon.png) no-repeat right 20% center, #0F0F0F;
  color: #fff;
  width: 210px;
  margin-top: 15px;
  padding: 15px 0 15px 45px;
  box-sizing: border-box;
  border-radius: 35px;
  line-height: 1.333;
}
@media (min-width: 768px) {
  .company--link {
    display: none;
  }
}
.company--table tr:first-child th {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .company--table tr:first-child th {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .company--table th {
    padding-right: 10px;
    width: 85px;
  }
}
@media (min-width: 768px) {
  .company--table iframe {
    margin: 20px -115px 40px 0;
  }
}
@media (min-width: 768px) {
  .company--table {
    margin: -90px 0 0 210px;
  }
}
@media (max-width: 767px) {
  .company--table {
    margin: 190px auto 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .company {
    padding-top: 20px;
  }
}

.profile {
  padding-top: 110px;
}
.profile .ttl_section {
  margin: 0;
  margin-bottom: 265px;
}
.profile .ttl_section span {
  height: 400px;
}
.profile--table {
  margin: -230px 0 0 210px;
}
.profile--table th {
  width: 200px;
}
@media (max-width: 767px) {
  .profile--table th {
    width: 75px;
  }
}
@media (max-width: 767px) {
  .profile--table {
    width: 75%;
    margin: -235px 0 0 70px;
  }
}
.profile .container {
  position: relative;
}
.profile--img {
  position: absolute;
  top: 15%;
  right: -10%;
}
@media (max-width: 767px) {
  .profile--img {
    width: 295px;
    height: 250px;
    top: 14%;
    right: 0;
  }
}
@media (max-width: 320px) {
  .profile--img {
    width: 245px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .profile {
    padding: 60px 0 40px;
  }
}

.contact {
  margin-top: 165px;
  padding-top: 50px;
  background: #0F0F0F;
  box-sizing: border-box;
}
.contact .ttl_section {
  margin: 0;
  margin-bottom: 35px;
  padding-top: 5px;
}
.contact--txt {
  color: #fff;
}
@media (max-width: 767px) {
  .contact--txt {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .contact--inner {
    display: flex;
    justify-content: space-between;
    width: 895px;
    margin: 0 auto;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
}
.contact--item {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact--item {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contact--link {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-top: 50px;
  }
}

.scrollanime {
  opacity: 0;
}

.fadeInDown {
  animation: fadeInDown 1.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.notfound {
  margin-bottom: -165px;
  padding: 180px 0 130px;
  font-size: 1.8rem;
  color: #FFF;
  background: #716E77;
}
.notfound--wrap .header {
  top: 0;
  animation: none;
}
.notfound--inner {
  width: 620px;
  margin: auto;
}
@media (max-width: 767px) {
  .notfound--inner {
    width: auto;
  }
}
.notfound--ttl {
  font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
.notfound--paragraph {
  line-height: 1.8;
}
.notfound--link {
  display: inline-block;
  margin-top: 30px;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .notfound {
    margin-bottom: -50px;
  }
}
