@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 900px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .is-sp {
    display: none !important;
  }
}
body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background: #fff;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 14px;
    max-width: 500px;
    margin: 0 auto;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .inner {
    padding: 0 20px;
  }
}

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

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #1a1a1a;
  background: #F4F4F4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 10px;
  margin: 0;
  outline: none;
}

.drawer-content {
  height: 100vh !important;
  background: #1a1a1a !important;
}

@media screen and (max-width: 900px) {
  .mv-news {
    background: #fff;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .header {
    padding: 10px 0;
    max-width: 500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #1a1a1a;
}
.header.active .flex .logo a {
  color: #fff;
}
.header.active .flex .right ul li a {
  color: #fff;
}
.header.active .flex .right ul .parent .sub-menu {
  background: #1a1a1a;
}
.header.active .flex .right ul .parent .sub-menu .sub-list a {
  color: #fff;
}
.header .inner {
  max-width: 1400px;
  white-space: nowrap;
}
.header .flex {
  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;
}
.header .flex .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .flex .logo a:hover {
  opacity: 0.6;
}
.header .flex .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex .right ul li {
  margin-right: 30px;
}
.header .flex .right ul li a {
  padding: 30px 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 15px;
  color: #000;
}
.header .flex .right ul li a:hover {
  color: #C71718;
}
.header .flex .right ul .parent {
  position: relative;
}
.header .flex .right ul .parent:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.header .flex .right ul .parent .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  width: 160px;
  text-align: center;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.header .flex .right ul .parent .sub-menu .sub-list {
  position: relative;
}
.header .flex .right ul .parent .sub-menu .sub-list a {
  padding: 10px 0 !important;
  border-bottom: 1px solid #C71718;
  font-size: 15px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .flex .right ul .parent .sub-menu .sub-list a:hover {
  color: #C71718;
}
.header .flex .right ul .parent .sub-menu .sub-list:last-child a {
  border-bottom: none;
}
.header .flex .right .btn a {
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#AA4242), to(#C71718)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#AA4242), to(#C71718)) border-box;
  background: linear-gradient(to bottom, #AA4242 0%, #C71718 100%) padding-box, linear-gradient(to bottom, #AA4242 0%, #C71718 100%) border-box;
  border: 1px solid transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header .flex .right .btn a:hover {
  background: #fff;
  color: #C71718;
  border: 1px solid #C71718;
}
.header .logo a {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .header .logo a {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .header .logo a {
    font-size: 20px;
  }
}
.header .logo a span {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .header .logo a span {
    font-size: 10px;
  }
}

.drawer-icon {
  position: fixed;
  top: 17px;
  right: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 901px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 25px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 25px;
  height: 2px;
  background: #C71718;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgb(27, 19, 16);
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.drawer-content.is-active {
  display: block;
}

.drawer-icon-nav .m-title {
  pointer-events: none;
}

.drawer-icon-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-icon-nav ul li {
  margin-bottom: 30px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.drawer-icon-nav .m-title {
  margin-bottom: 10px;
}
.drawer-icon-nav .sub-list {
  margin-bottom: 10px;
}
.drawer-icon-nav .sub-list:last-child {
  margin-bottom: 0;
}
.drawer-icon-nav .btn a {
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#AA4242), to(#C71718)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#AA4242), to(#C71718)) border-box;
  background: linear-gradient(to bottom, #AA4242 0%, #C71718 100%) padding-box, linear-gradient(to bottom, #AA4242 0%, #C71718 100%) border-box;
  border: 1px solid transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

.footer {
  background: url(../img/footer-bg.webp) no-repeat center center/cover;
  padding: 60px 0 40px;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 40px 0 20px;
  }
}
.footer .inner {
  max-width: 1400px;
}
.footer .logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .footer .logo {
    text-align: center;
  }
}
.footer .logo a {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 30px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .logo a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .footer .logo a {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .footer .logo a {
    text-align: center;
  }
}
.footer .logo a span {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .footer .logo a span {
    font-size: 10px;
  }
}
.footer .address {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .footer .address {
    text-align: center;
  }
}
.footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .footer .flex {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .footer .flex .left {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .footer .flex .right {
    max-width: 300px;
    margin: 0 auto;
  }
}
.footer .flex .right .right-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .footer .flex .right .right-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer .flex .right .ul1:nth-child(1) {
  margin-right: 60px;
}
@media screen and (max-width: 900px) {
  .footer .flex .right .ul1:nth-child(1) {
    margin-right: 0;
  }
}
.footer .flex .right .ul1 .li1 {
  margin-bottom: 15px;
}
.footer .flex .right .ul1 .li1 a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .flex .right .ul1 .li1 a:hover {
  opacity: 0.6;
}
.footer .flex .right .ul1 .li1 ul li {
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
.footer .flex .right .ul1 .li1 ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  color: #fff;
}
.footer .flex .right .ul1 .li1 ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.footer .flex .right .m-title {
  margin-bottom: 15px;
  display: inline-block;
}
.footer .btn a {
  display: block;
  padding: 15px 30px;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  background: #fff;
  color: #C71718;
  border: 1px solid #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 400px;
}
.footer .btn a:hover {
  background: #C71718;
  color: #fff;
  border: 1px solid #C71718;
}
.footer .copyright {
  color: #fff;
  font-size: 14px;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .footer .copyright {
    font-size: 12px;
    margin-top: 30px;
  }
}

.mv {
  position: relative;
}
.mv .contents {
  position: absolute;
  top: 30%;
  max-width: 1100px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 900px) {
  .mv .contents {
    padding: 0 20px;
    top: 25%;
  }
}
.mv .contents .title {
  font-family: "Zen Old Mincho", serif;
  font-size: 55px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .mv .contents .title {
    font-size: 24px;
  }
}
.mv .bottom {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

.mv-news {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1400px;
  padding: 0 40px;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .mv-news {
    padding: 0 20px;
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    width: initial;
  }
}
.mv-news a {
  background: #fff;
  display: inline-block;
  padding: 20px 20px 20px 40px;
  position: relative;
  border-radius: 0 10px 0px 0;
  width: 40%;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mv-news a:hover {
  color: #C71718;
}
@media screen and (max-width: 900px) {
  .mv-news a {
    width: 100%;
    padding: 20px 0;
  }
}
.mv-news a::before {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  left: -1000px;
  width: 1000px;
  height: 100%;
}
.mv-news .mv-news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .mv-news .mv-news-flex {
    display: block;
  }
}
.mv-news .mv-news-flex .left {
  color: #C71718;
  font-size: 20px;
  font-family: "din-2014", sans-serif;
  color: #C71718;
  padding-right: 15px;
  border-right: 2px solid #C71718;
  margin-right: 15px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .mv-news .mv-news-flex .left {
    border-right: initial;
    font-size: 18px;
  }
}
.mv-news .mv-news-flex .right-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv-news .mv-news-flex .right {
  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;
  width: 100%;
}
.mv-news .mv-news-flex .right .date {
  font-family: "din-2014", sans-serif;
  font-size: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 900px) {
  .mv-news .mv-news-flex .right .date {
    font-size: 13px;
  }
}
.mv-news .mv-news-flex .right .title {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .mv-news .mv-news-flex .right .title {
    font-size: 12px;
  }
}
.mv-news .arrow {
  width: 25px;
  height: 25px;
  border: 1px solid #C71718;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
.mv-news .arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 43%;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
  border-left: 1px solid #C71718;
  border-bottom: 1px solid #C71718;
}

.scroll-down {
  text-align: center;
}

.scroll-down__mouse {
  position: relative;
  width: 30px;
  height: 60px;
  background: #fff;
  border-radius: 999px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .scroll-down__mouse {
    width: 20px;
    height: 40px;
  }
}

.scroll-down__dot {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scrollDot 1.7s ease-in-out infinite;
          animation: scrollDot 1.7s ease-in-out infinite;
}
@media screen and (max-width: 900px) {
  .scroll-down__dot {
    width: 10px;
    height: 10px;
  }
}

.scroll-down__text {
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 10px;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 900px) {
  .scroll-down__text {
    font-size: 12px;
  }
}

@-webkit-keyframes scrollDot {
  0% {
    top: 10%;
    opacity: 1;
  }
  100% {
    top: 60%;
    opacity: 1;
  }
}

@keyframes scrollDot {
  0% {
    top: 10%;
    opacity: 1;
  }
  100% {
    top: 60%;
    opacity: 1;
  }
}
body,
html {
  overflow-x: hidden;
}

body {
  background: #1a1a1a;
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 900px) {
  .section {
    padding: 40px 0;
  }
}

html {
  scroll-behavior: smooth;
}

#about {
  position: relative;
  top: -82.5px;
}
@media screen and (max-width: 900px) {
  #about {
    top: -50px;
  }
}

.section {
  max-width: 1700px;
  margin: 0 auto;
}

.about {
  background: #1a1a1a;
  position: relative;
}
.about .left {
  position: absolute;
  width: 30%;
  bottom: 5%;
  left: 0%;
}
@media screen and (max-width: 900px) {
  .about .left {
    display: none;
  }
}
.about .right {
  position: absolute;
  width: 30%;
  top: 5%;
  right: 0%;
}
@media screen and (max-width: 900px) {
  .about .right {
    display: none;
  }
}
.about .sp-flex {
  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;
  margin-top: 30px;
}
.about .sp-flex .sp-left {
  width: 48%;
}
.about .sp-flex .sp-right {
  width: 48%;
}
@media screen and (min-width: 901px) {
  .about .sp-flex {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .about {
    padding-bottom: 200px;
  }
}
.about .inner {
  position: relative;
  z-index: 10;
}
.about p {
  color: #fff;
  margin-top: 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .about p {
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
  }
}
.about .btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .about .btn {
    margin-top: 30px;
  }
}
.about .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 700px;
}

.section-title1 {
  color: #C71718;
  font-size: 36px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .section-title1 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
.section-title1 {
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .section-title1 {
    font-size: 22px;
  }
}

.section-btn a {
  padding: 18px 30px;
  background: #C71718;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #C71718;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-btn a:hover {
  background: #fff;
  color: #C71718;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-btn a:hover .section-btn-arrow {
  border: 1px solid #C71718;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-btn a:hover .section-btn-arrow::after {
  border-left: 1px solid #C71718;
  border-bottom: 1px solid #C71718;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-btn a .section-btn-flex {
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-btn a .section-btn-arrow {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-left: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-btn a .section-btn-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 43%;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.logo-slider {
  overflow: hidden;
  width: 100%;
}

.logo-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: logoSlide 50s linear infinite;
          animation: logoSlide 50s linear infinite;
}

.logo-slider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25vw;
          flex: 0 0 25vw;
  width: 25vw;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .logo-slider__item {
    padding: 0 10px;
  }
}

.logo-slider__item img {
  display: block;
  width: 100%;
  height: auto;
}

/* 900px以下：2枚表示 */
@media screen and (max-width: 900px) {
  .logo-slider__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50vw;
            flex: 0 0 50vw;
    width: 50vw;
  }
}
@-webkit-keyframes logoSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes logoSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-slider .logo-slider {
  overflow: hidden;
  width: 100%;
}
.top-slider .logo-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: logoSlide 60s linear infinite;
          animation: logoSlide 60s linear infinite;
}
.top-slider .logo-slider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25vw;
          flex: 0 0 25vw;
  width: 25vw;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px;
}
@media screen and (max-width: 900px) {
  .top-slider .logo-slider__item {
    padding: 0 10px;
  }
}
.top-slider .logo-slider__item img {
  display: block;
  width: 100%;
  height: auto;
}
.top-slider {
  /* 900px以下：2枚表示 */
}
@media screen and (max-width: 900px) {
  .top-slider .logo-slider__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50vw;
            flex: 0 0 50vw;
    width: 50vw;
  }
}
@keyframes logoSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.top-slider {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), color-stop(50%, #1a1a1a), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to bottom, #1a1a1a 0%, #1a1a1a 50%, #fff 50%, #fff 100%);
}

.top-business {
  background: #fff;
}
.top-business .img {
  margin-top: -100px;
  width: 80%;
}
@media screen and (max-width: 900px) {
  .top-business .img {
    width: 100%;
    margin-top: 0px;
  }
}
.top-business .section-title1 {
  position: relative;
  z-index: 2;
}
.top-business .box {
  background: #C71718;
  max-width: 560px;
  margin-left: auto;
  padding: 60px 40px;
  position: relative;
  z-index: 3;
  border-radius: 8px;
  margin-top: -180px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .top-business .box {
    margin-top: 30px;
    padding: 20px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.top-business .box h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .top-business .box h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.top-business .box p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .top-business .box p {
    font-size: 14px;
  }
}
.top-business .box .btn {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .top-business .box .btn {
    margin-top: 20px;
    text-align: center;
  }
}
.top-business .box .btn .section-btn a {
  background: #fff;
  color: #C71718;
  border: 1px solid #fff;
}
.top-business .box .btn .section-btn a:hover {
  background: #C71718;
  color: #fff;
}
.top-business .box .btn .section-btn a:hover .section-btn-arrow {
  background: #C71718;
  border: 1px solid #fff;
}
.top-business .box .btn .section-btn a:hover .section-btn-arrow::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.top-business .box .btn .section-btn-arrow {
  width: 25px;
  height: 25px;
  border: 1px solid #C71718;
  border-radius: 50%;
  display: inline-block;
  margin-left: 40px;
  position: relative;
}
.top-business .box .btn .section-btn-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 43%;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
  border-left: 1px solid #C71718;
  border-bottom: 1px solid #C71718;
}

.top-bottom {
  padding: 0;
}
.top-bottom .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .top-bottom .flex {
    display: block;
  }
}
.top-bottom .flex .item {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .top-bottom .flex .item {
    min-height: 350px;
  }
}
.top-bottom .flex .item a {
  height: 100%;
}
.top-bottom .flex .item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .top-bottom .flex .item {
    width: 100%;
  }
}
.top-bottom .flex .item a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-bottom a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-bottom .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  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;
}
@media screen and (max-width: 900px) {
  .top-bottom .contents {
    padding: 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top-bottom .contents .title {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin: 0 60px;
}
@media screen and (max-width: 900px) {
  .top-bottom .contents .title {
    font-size: 20px;
    margin: 0 30px;
  }
}
.top-bottom .arrow {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
.top-bottom .arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 43%;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 901px) {
  .top-bottom .section-title1 {
    position: relative;
    top: -40px;
  }
}
@media screen and (max-width: 900px) {
  .top-bottom .section-title1 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

.common-heading .img {
  width: 70%;
  margin-left: auto;
  height: 580px;
}
@media screen and (max-width: 900px) {
  .common-heading .img {
    width: 100%;
    height: 350px;
  }
}
.common-heading .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-heading .contents {
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 900px) {
  .common-heading .contents {
    max-width: 500px;
    top: 90px;
  }
}
@media screen and (max-width: 500px) {
  .common-heading .contents {
    -webkit-transform: initial;
            transform: initial;
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  .common-heading .contents .inner {
    padding: 0;
  }
}
.common-heading .contents .box {
  display: inline-block;
  background: #C71718;
  padding: 80px 80px 80px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .common-heading .contents .box {
    padding: 40px 20px 20px 20px;
    display: block;
    width: 90%;
  }
}
.common-heading .contents .box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 100%;
  left: -1000px;
  content: "";
  background: #C71718;
}
@media screen and (max-width: 900px) {
  .common-heading .contents .box::before {
    display: none;
  }
}
.common-heading .contents .ja {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .common-heading .contents .ja {
    font-size: 20px;
  }
}
.common-heading .contents .en {
  font-size: 28px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .common-heading .contents .en {
    font-size: 16px;
  }
}

.bread {
  padding: 20px 0 0;
}
.bread .flex {
  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;
}
.bread .inner {
  max-width: 1400px;
}
.bread a,
.bread span,
.bread .text {
  color: #696969;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .bread a,
  .bread span,
  .bread .text {
    font-size: 10px;
  }
}
.bread .arrow {
  width: 10px;
  margin: 0 10px;
}
.bread .arrow img {
  position: relative;
  top: -4px;
}
.bread a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bread a:hover {
  opacity: 0.6;
}

.privacy {
  color: #fff;
}
.privacy h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .privacy h3 {
    font-size: 20px;
  }
}
.privacy p {
  line-height: 2;
}

@media screen and (min-width: 901px) {
  .common-heading .contents .box {
    min-width: 350px;
  }
}
.section-title2 {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .section-title2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.c-table {
  color: #fff;
  line-height: 1.8;
}
.c-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #707070;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .c-table .row {
    padding: 15px 0;
  }
}
.c-table .row:last-child {
  border-bottom: none;
}
.c-table .dt {
  width: 300px;
  font-weight: 700;
  padding: 0px 20px 0px 40px;
}
@media screen and (max-width: 900px) {
  .c-table .dt {
    padding: 0;
    width: 90px;
    font-size: 13px;
  }
}
.c-table .dd {
  width: calc(100% - 300px);
}
@media screen and (max-width: 900px) {
  .c-table .dd {
    padding: 0;
    width: calc(100% - 110px);
    font-size: 13px;
  }
}

.map {
  max-width: 900px;
  margin: 0 auto;
}
.map .wrap {
  padding-top: 65%;
  position: relative;
}
.map .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.greeting1 {
  color: #fff;
}
.greeting1 .section-title2 {
  text-align: center;
}
.greeting1 .lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .greeting1 .lead {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.greeting1 .img {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .greeting1 .img {
    margin-bottom: 20px;
  }
}
.greeting1 p {
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .greeting1 p {
    font-size: 14px;
  }
}
.greeting1 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
}
@media screen and (max-width: 900px) {
  .greeting1 .flex1 {
    display: block;
    margin: 20px 0;
  }
}
.greeting1 .flex1 .img2 {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .greeting1 .flex1 .img2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.greeting1 .flex1 p {
  width: 45%;
}
@media screen and (max-width: 900px) {
  .greeting1 .flex1 p {
    width: 100%;
  }
}
.greeting1 .lead2 {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .greeting1 .lead2 {
    margin-top: 30px;
  }
}
.greeting1 .name {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
.greeting1 .name .text1 {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .greeting1 .name .text1 {
    font-size: 16px;
  }
}
.greeting1 .name .text2 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .greeting1 .name .text2 {
    font-size: 22px;
  }
}

.last {
  padding-top: 40px;
}

.recruit1 {
  color: #fff;
}
.recruit1 .lead {
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .recruit1 .lead {
    margin-bottom: 30px;
  }
}
.recruit1 h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .recruit1 h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.recruit1 h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .recruit1 h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.recruit1 p {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .recruit1 p {
    margin-bottom: 20px;
  }
}
.recruit1 .btn {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .recruit1 .btn {
    margin-top: 25px;
  }
}

.recruit2 {
  padding-top: 40px;
  padding-bottom: 150px;
}
@media screen and (max-width: 900px) {
  .recruit2 {
    padding-bottom: 40px;
  }
}

.can1 {
  color: #fff;
}
.can1 h3 {
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .can1 h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.can1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .can1 ul {
    margin-bottom: 20px;
  }
}
.can1 ul li {
  background: #fff;
  padding: 40px 20px;
  border-radius: 4px;
}
@media screen and (max-width: 900px) {
  .can1 ul li {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 901px) {
  .can1 ul li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .can1 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .can1 ul li:nth-child(n+4) {
    margin-top: 30px;
  }
  .can1 ul li {
    min-height: 251px;
  }
}
@media screen and (max-width: 900px) {
  .can1 ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .can1 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .can1 ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  .can1 ul li {
    min-height: 175px;
  }
}
.can1 ul li .wrap {
  max-width: 288px;
  margin: 0 auto;
}
.can1 ul li h4 {
  text-align: center;
  color: #C71718;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .can1 ul li h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .can1 ul li h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.can1 ul li p {
  font-size: 18px;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .can1 ul li p {
    font-size: 13px;
    line-height: 1.7;
  }
}

.l-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .l-text {
    margin-top: 30px;
    font-size: 20px;
  }
}

.se-section {
  color: #fff;
}

.se-section {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .se-section ul {
    padding-top: 20px;
  }
}
.se-section ul li {
  margin-bottom: 80px;
  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;
}
@media screen and (max-width: 900px) {
  .se-section ul li {
    margin-bottom: 50px;
    display: block;
  }
}
.se-section ul li:nth-child(2n) {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  flex-direction: row-reverse;
}
.se-section ul li .contents {
  background: #C71718;
  border-radius: 4px;
  padding: 40px 40px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .se-section ul li .contents {
    padding: 20px;
  }
}
.se-section ul li .img {
  width: 57%;
}
@media screen and (max-width: 900px) {
  .se-section ul li .img {
    width: 100%;
  }
}
.se-section ul li .contents {
  width: 47%;
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .se-section ul li .contents {
    position: initial;
    width: 100%;
    margin-bottom: 10px;
  }
}
.se-section ul li:nth-child(2n) .contents {
  right: initial;
  left: 0;
}
.se-section ul li .num {
  font-family: "din-2014", sans-serif;
  font-size: 45px;
  font-weight: 700;
  position: absolute;
  left: 40px;
  top: -35px;
}
@media screen and (max-width: 900px) {
  .se-section ul li .num {
    left: 20px;
    top: -25px;
    font-size: 30px;
  }
}
.se-section ul li h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .se-section ul li h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.se-section ul li h3 span {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 900px) {
  .se-section ul li h3 span {
    font-size: 14px;
  }
}
.se-section ul li p {
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .se-section ul li p {
    font-size: 14px;
  }
}

.contact {
  color: #fff;
}
.contact .required {
  background: #C71718;
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
}
.contact .required.no {
  background: #696969;
}
.contact .lead {
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .contact .lead {
    margin-bottom: 20px;
  }
}
.contact .lead .required {
  margin-right: 5px;
}
.contact .box {
  color: #000;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 900px) {
  .contact .box {
    padding: 20px;
  }
}
.contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .contact .row {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .contact .row {
    margin-bottom: 20px;
    display: block;
  }
}
.contact .row .dt {
  width: 300px;
  font-weight: 500;
}
@media screen and (min-width: 901px) {
  .contact .row .dt {
    padding-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .contact .row .dt {
    width: 100%;
    margin-bottom: 7px;
  }
}
.contact .row .dt .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .row .dd {
  width: calc(100% - 350px);
}
@media screen and (max-width: 900px) {
  .contact .row .dd {
    width: 100%;
  }
}
.contact textarea {
  resize: none;
  height: 150px;
}
.contact .check {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .submit {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .contact .submit {
    margin-top: 30px;
  }
}
.contact .submit-btn {
  padding: 18px 30px;
  background: #C71718;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #C71718;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .submit-btn:hover {
  background: #fff;
  color: #C71718;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .submit-btn:hover .section-btn-arrow {
  border: 1px solid #C71718;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .submit-btn:hover .section-btn-arrow::after {
  border-left: 1px solid #C71718;
  border-bottom: 1px solid #C71718;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .submit-btn .section-btn-flex {
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .submit-btn .section-btn-arrow {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-left: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .submit-btn .section-btn-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 43%;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .submit-kabel {
  display: block;
}

.thanks {
  color: #fff;
}
.thanks p {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .thanks p {
    text-align: left;
  }
}

.news {
  color: #fff;
}
.news ul {
  background: #fff;
  border-radius: 10px;
  padding: 60px;
}
@media screen and (max-width: 900px) {
  .news ul {
    padding: 20px;
  }
}
.news ul li {
  margin-bottom: 20px;
  border-bottom: 0.7px solid #696969;
}
.news ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  .news ul li {
    margin-bottom: 20px;
  }
}
.news ul li:last-child {
  margin-bottom: 0;
}
.news ul li a {
  color: #1a1a1a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0;
  display: block;
}
.news ul li a:hover {
  color: #C71718;
}
.news ul li a .flex {
  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;
}
.news ul li a .flex .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .news ul li a .flex .left {
    display: block;
  }
}
.news ul li a .flex .left .time {
  font-family: "din-2014", sans-serif;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .news ul li a .flex .left .time {
    width: 100px;
    min-width: 100px;
  }
}
@media screen and (max-width: 900px) {
  .news ul li a .flex .left .time {
    font-size: 14px;
  }
}
.news ul li a .flex .left .title {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .news ul li a .flex .left .title {
    font-size: 16px;
  }
}
.news ul li .arrow {
  width: 25px;
  height: 25px;
  border: 1px solid #C71718;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.news ul li .arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 43%;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
  border-left: 1px solid #C71718;
  border-bottom: 1px solid #C71718;
}

.single .box {
  background: #fff;
  border-radius: 10px;
  padding: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .single .box {
    padding: 20px;
  }
}
.single h1 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .single h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.single .time {
  font-size: 18px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .single .time {
    font-size: 14px;
  }
}
.single .contents p {
  line-height: 2;
  margin-bottom: 20px;
}
.single .contents h2 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #C71718;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .single .contents h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.single .contents h3,
.single .contents h4,
.single .contents h5 {
  font-size: 18px;
  font-weight: 700;
  color: #C71718;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .single .contents h3,
  .single .contents h4,
  .single .contents h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.single .contents img {
  width: 100%;
  height: auto;
}
.single .contents a {
  color: #1a1a1a;
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single .contents a:hover {
  opacity: 0.6;
}
.single .btn {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .single .btn {
    margin-top: 30px;
  }
}

.about .btn,
.about .left,
.about .right,
.about .sp-left,
.about .sp-right,
.about .section-title1,
.about .inner p {
  opacity: 0;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
}

.about .bg {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.about .left {
  -webkit-transform: translateX(-120px);
          transform: translateX(-120px);
}

.about .right {
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
}

.about .sp-left {
  -webkit-transform: translateX(-80px) translateY(40px);
          transform: translateX(-80px) translateY(40px);
}

.about .sp-right {
  -webkit-transform: translateX(80px) translateY(40px);
          transform: translateX(80px) translateY(40px);
}

.about .section-title1 {
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
}

.about .inner p {
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
}

.about .btn {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

.about.is-active .left,
.about.is-active .right,
.about.is-active .sp-left,
.about.is-active .sp-right,
.about.is-active .section-title1,
.about.is-active .inner p,
.about.is-active .btn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.about.is-active .bg {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.about.is-active .left {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.about.is-active .right {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.about.is-active .section-title1 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.about.is-active .inner p {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

.about.is-active .sp-left {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

.about.is-active .sp-right {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.about.is-active .btn {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.top-business .section-title1,
.top-business .img,
.top-business .box h3,
.top-business .box p,
.top-business .btn,
.top-bottom .item {
  opacity: 0;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
}

/* ======================
top-business
====================== */
.top-business .section-title1 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.top-business .img {
  -webkit-transform: scale(0.9) translateY(80px);
          transform: scale(0.9) translateY(80px);
}

.top-business .box h3 {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.top-business .box p {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

.top-business .btn {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

/* 発火 */
.top-business.is-active .section-title1,
.top-business.is-active .img,
.top-business.is-active .box h3,
.top-business.is-active .box p,
.top-business.is-active .btn {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

/* タイミング */
.top-business.is-active .section-title1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.top-business.is-active .img {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.top-business.is-active .box h3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.top-business.is-active .box p {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.top-business.is-active .btn {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

/* ======================
top-bottom
====================== */
.top-bottom .item:nth-child(1) {
  -webkit-transform: translateX(-100px) translateY(60px);
          transform: translateX(-100px) translateY(60px);
}

.top-bottom .item:nth-child(2) {
  -webkit-transform: translateX(100px) translateY(60px);
          transform: translateX(100px) translateY(60px);
}

.top-bottom.is-active .item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top-bottom.is-active .item:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.top-bottom.is-active .item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.map,
.section-title2,
.c-table .row {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
}

/* タイトル */
.is-active .section-title2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.section-title2.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* テーブル */
.c-table.is-active .row {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 順番にずらす */
.c-table.is-active .row:nth-child(1) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.c-table.is-active .row:nth-child(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.c-table.is-active .row:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.c-table.is-active .row:nth-child(4) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.c-table.is-active .row:nth-child(5) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.c-table.is-active .row:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.c-table.is-active .row:nth-child(7) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.c-table.is-active .row:nth-child(8) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

.c-table.is-active .row:nth-child(9) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.c-table.is-active .row:nth-child(10) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

.c-table .row.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.map.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.can1 .section-title2,
.can1 > .inner > p,
.can1 h3,
.can1 ul li,
.can1 .l-text {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
}

/* active */
.can1 .section-title2.is-active,
.can1 > .inner > p.is-active,
.can1 h3.is-active,
.can1 ul li.is-active,
.can1 .l-text.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.greeting1 .section-title2,
.greeting1 .lead,
.greeting1 .img,
.greeting1 > .inner > p,
.greeting1 .flex1,
.greeting1 .lead2,
.greeting1 .name {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

/* ======================
初期位置
====================== */
.greeting1 .section-title2 {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

.greeting1 .lead {
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
}

.greeting1 .img {
  -webkit-transform: scale(0.92) translateY(80px);
          transform: scale(0.92) translateY(80px);
}

.greeting1 > .inner > p {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

.greeting1 .flex1 {
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
}

.greeting1 .lead2 {
  -webkit-transform: scale(0.9) translateY(80px);
          transform: scale(0.9) translateY(80px);
}

.greeting1 .name {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

/* ======================
active
====================== */
.greeting1 .section-title2.is-active,
.greeting1 .lead.is-active,
.greeting1 .img.is-active,
.greeting1 > .inner > p.is-active,
.greeting1 .flex1.is-active,
.greeting1 .lead2.is-active,
.greeting1 .name.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.recruit1 .lead,
.recruit1 h3,
.recruit1 h4,
.recruit1 > .inner > p,
.recruit1 .btn {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
}

.recruit1 .lead.is-active,
.recruit1 h3.is-active,
.recruit1 h4.is-active,
.recruit1 > .inner > p.is-active,
.recruit1 .btn.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.se-section ul li {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
}

.se-section ul li.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mv .contents .title {
  overflow: hidden;
}

.mv .contents .title .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation: mvTitleChar 0.8s ease forwards;
          animation: mvTitleChar 0.8s ease forwards;
}

@-webkit-keyframes mvTitleChar {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mvTitleChar {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mv-news {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-animation: mvNewsFade 1s ease forwards;
          animation: mvNewsFade 1s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@media screen and (min-width: 901px) {
  @-webkit-keyframes mvNewsFade {
    0% {
      opacity: 0;
      -webkit-transform: translateY(80px) translateX(-50%);
              transform: translateY(80px) translateX(-50%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0) translateX(-50%);
              transform: translateY(0) translateX(-50%);
    }
  }
  @keyframes mvNewsFade {
    0% {
      opacity: 0;
      -webkit-transform: translateY(80px) translateX(-50%);
              transform: translateY(80px) translateX(-50%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0) translateX(-50%);
              transform: translateY(0) translateX(-50%);
    }
  }
}
@media screen and (max-width: 900px) {
  @-webkit-keyframes mvNewsFade {
    0% {
      opacity: 0;
      -webkit-transform: translateY(80px);
              transform: translateY(80px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes mvNewsFade {
    0% {
      opacity: 0;
      -webkit-transform: translateY(80px);
              transform: translateY(80px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
@media screen and (max-width: 900px) {
  .common-heading .contents .box {
    padding-top: 20px;
  }
}
.privacy h3,
.privacy p {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.privacy h3.is-active,
.privacy p.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.news ul {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.news ul.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contact .lead,
.contact .box {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.contact .lead.is-active,
.contact .box.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.thanks .thanks__lead,
.thanks .thanks__text {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.thanks .thanks__lead.is-active,
.thanks .thanks__text.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single .box {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.single .box.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pagination {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination span {
  color: #C71718;
}
.pagination a {
  color: #1a1a1a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination a:hover {
  color: r #C71718;
}
.pagination a, .pagination span {
  margin: 0 10px;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .pagination a, .pagination span {
    font-size: 16px;
  }
}
.pagination .next, .pagination .prev {
  display: none;
}

.footer .flex .right .m-title {
  pointer-events: none;
}

.drawer-icon-nav ul li,
.drawer-icon-nav .btn {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/* 開いた時 */
.drawer-content.is-active .drawer-icon-nav ul li,
.drawer-content.is-active .drawer-icon-nav .btn {
  -webkit-animation: drawerFadeUp 0.7s ease forwards;
          animation: drawerFadeUp 0.7s ease forwards;
}

/* 順番 */
.drawer-content.is-active .drawer-icon-nav ul li:nth-child(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.drawer-content.is-active .drawer-icon-nav ul li:nth-child(2) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.drawer-content.is-active .drawer-icon-nav ul li:nth-child(3) {
  -webkit-animation-delay: 0.19s;
          animation-delay: 0.19s;
}

.drawer-content.is-active .drawer-icon-nav ul li:nth-child(4) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}

.drawer-content.is-active .drawer-icon-nav ul li:nth-child(5) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}

.drawer-content.is-active .drawer-icon-nav .btn {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

@-webkit-keyframes drawerFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes drawerFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.submit input {
  position: absolute;
  left: -1000%;
  opacity: 0;
}

.wpcf7-spinner {
  display: none !important;
}

.check a {
  color: #1a1a1a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.check a:hover {
  opacity: 0.6;
}

.row2 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.row2 .last {
  padding-top: 0;
}
.row2 input[type=checkbox] {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.row2 .wpcf7-list-item-label {
  position: relative;
  margin-left: 0;
  padding-left: 30px;
}
.row2 .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #1a1a1a;
}
.row2 .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: 0;
  width: 20px;
  height: 5px;
  border-left: 4px solid #C71718;
  border-bottom: 4px solid #C71718;
  opacity: 0;
}
.row2 input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.check input[type=checkbox] {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.check .wpcf7-list-item-label {
  position: relative;
  margin-left: 0;
  padding-left: 30px;
}
.check .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #1a1a1a;
}
.check .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: 0;
  width: 20px;
  height: 5px;
  border-left: 4px solid #C71718;
  border-bottom: 4px solid #C71718;
  opacity: 0;
}
.check input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .contact .row {
    text-align: center;
  }
}