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

html {
  margin-top: 0 !important;
}

#page {
  overflow: hidden;
}

h2, h3, ul, li, p, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
}

img {
  vertical-align: bottom;
}

a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

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

.d-flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .d-flex {
    flex-direction: column;
  }
}

@media screen and (min-width: 480px) and (max-width: 834px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 834px) {
  .tab {
    display: block;
  }
}
@media screen and (min-width: 834px) {
  .tab {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .tab {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}
@media screen and (min-width: 834px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .sp {
    display: none;
  }
}

.content-width {
  max-width: 1050px;
  margin: auto;
}

.card li {
  background: #FFF;
  border-radius: 10px;
  flex: 0 0 31.2%;
  margin: 10px;
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .card li {
    flex: 0 0 30.5%;
  }
}

.ttl-h2 {
  font-size: 25px;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .ttl-h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .ttl-h2 {
    margin-bottom: 30px;
  }
}
.ttl-h2 span {
  color: #BC2124;
  font-size: 13px;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .ttl-h2 span {
    font-size: 11px;
  }
}

.site-header {
  width: 100%;
  transition: all 0.5s 0s ease;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
}
.site-header.invert {
  background: rgba(253, 253, 253, 0.9);
  box-shadow: 0 0px 8px #d4d4d4;
}
.site-header .header-inner {
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .site-header .header-inner {
    flex-direction: row;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .site-header .header-inner .site-branding {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .site-header .header-inner .site-branding {
    width: 40%;
    margin-top: -30px;
  }
}
.site-header .header-inner .site-branding h1 {
  margin: 0;
  padding: 0px 15px;
  width: 260px;
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .site-header .header-inner .site-branding h1 {
    width: 220px;
  }
}
@media screen and (max-width: 480px) {
  .site-header .header-inner .site-branding h1 {
    width: 180px;
    padding: 10px;
  }
}
.site-header .header-navi {
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .site-header .header-navi {
    flex: 0 0 50%;
    justify-content: flex-end;
    flex-direction: row;
  }
}
.site-header .header-navi .main-navigation {
  width: auto;
}
.site-header .header-navi ul {
  justify-content: flex-end;
}
.site-header .header-navi ul a {
  padding: 0 15px;
  color: inherit;
  font-weight: bold;
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .site-header .header-navi ul a {
    padding: 0 8px;
  }
}
.site-header .header-navi .main-navigation .menu-toggle {
  border: none;
  background: none;
  position: relative;
  padding: 20px 0 0 0;
  font-size: 9px;
  z-index: 10;
  transition: all 0.5s 0s ease;
}
.site-header .header-navi .main-navigation .menu-toggle::before, .site-header .header-navi .main-navigation .menu-toggle::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #666;
  border-radius: 2px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s 0s ease;
}
.site-header .header-navi .main-navigation .menu-toggle::before {
  top: 20%;
}
.site-header .header-navi .main-navigation .menu-toggle::after {
  top: 47%;
}
.site-header .header-navi .main-navigation.toggled .menu-toggle {
  position: absolute;
  right: 20px;
  top: 10px;
}
.site-header .header-navi .main-navigation.toggled .menu-toggle::before {
  transform: rotate(30deg);
  top: 30%;
}
.site-header .header-navi .main-navigation.toggled .menu-toggle::after {
  transform: rotate(-30deg);
  top: 30%;
}
.site-header .header-navi .menu-header-navi-container ul {
  transition: all 0.5s 0s ease;
}
@media screen and (max-width: 480px) {
  .site-header .header-navi .menu-header-navi-container ul {
    background: rgba(253, 253, 253, 0.9);
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 5;
    height: 100vh;
    padding: 100px 20px 20px 20px;
  }
  .site-header .header-navi .menu-header-navi-container ul li {
    margin-bottom: 15px;
  }
}
.site-header .header-navi .btn-contact {
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  .site-header .header-navi .btn-contact {
    width: 40px;
  }
}
.site-header .header-navi .btn-contact a {
  background: #BC2124 url(images/icon_mail.svg) no-repeat 10px center;
  background-size: 20px;
  color: #FFF;
  text-align: center;
  display: block;
  position: relative;
  padding: 20px 30px 20px 40px;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .site-header .header-navi .btn-contact a {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .site-header .header-navi .btn-contact a span {
    display: none;
  }
}
.site-header .header-navi .btn-contact a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .site-header .header-navi .btn-contact a::before {
    display: none;
  }
}

.main-title {
  background: url(images/bg_main.png) no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 100px 0 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .main-title {
    height: 45vh;
  }
}
@media screen and (max-width: 480px) {
  .main-title {
    height: 70vh;
    padding: 45px 0 30px;
  }
}
.main-title .load-fade {
  opacity: 0;
  transition: all 3.5s ease-in-out 1.8s;
}
.main-title .load-fade.done {
  opacity: 1;
}
.main-title h1 {
  position: absolute;
  margin: auto;
  width: 65%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 480px) {
  .main-title h1 {
    width: 90%;
  }
}
.main-title h1.load-fade {
  opacity: 0;
  transition: all 1s ease-in-out 1.5s;
}
.main-title .main-img {
  position: absolute;
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .main-title .main-img {
    width: 15%;
  }
}
@media screen and (max-width: 480px) {
  .main-title .main-img {
    width: 20%;
  }
}
.main-title .main-img.mi-1 {
  left: 0;
  top: 8%;
  animation: floating-y 2.8s ease-in-out 4s infinite alternate-reverse;
}
.main-title .main-img.mi-1 img {
  animation: floating-x 2.8s ease-in-out 3.5s infinite alternate-reverse;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-1 {
    width: 30%;
  }
}
.main-title .main-img.mi-2 {
  left: 18%;
  top: 10%;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-2 {
    left: 28%;
    top: 20%;
    width: 15%;
  }
}
.main-title .main-img.mi-3 {
  left: 28%;
  top: 7%;
  animation: floating-y2 1.8s ease-in-out 4.5s infinite alternate-reverse;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-3 {
    left: 30%;
    top: 10%;
    width: 12%;
  }
}
.main-title .main-img.mi-4 {
  left: 40%;
  top: 7%;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-4 {
    left: 58%;
    top: 20%;
  }
}
.main-title .main-img.mi-5 {
  left: 62%;
  top: 8%;
  animation: floating-y 2.5s ease-in-out 4s infinite alternate-reverse;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-5 {
    left: 70%;
    top: 10%;
    width: 10%;
  }
}
.main-title .main-img.mi-6 {
  left: 70%;
  top: 7%;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-6 {
    left: 38%;
    top: 10%;
    width: 25%;
  }
}
.main-title .main-img.mi-7 {
  left: 82%;
  top: 10%;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-7 {
    left: 80%;
    top: 15%;
    width: 22%;
  }
}
.main-title .main-img.mi-8 {
  left: 86%;
  top: 35%;
  animation: floating-y 1.8s ease-in-out 4.5s infinite alternate-reverse;
}
.main-title .main-img.mi-8 img {
  animation: floating-x 1.8s ease-in-out 3.5s infinite alternate-reverse;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-8 {
    left: 80%;
    top: 80%;
  }
}
.main-title .main-img.mi-9 {
  left: 84%;
  top: 52%;
  animation: floating-y2 1.6s ease-in-out 4.2s infinite alternate-reverse;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-9 {
    left: 82%;
    top: 55%;
  }
}
.main-title .main-img.mi-10 {
  left: 86%;
  top: 80%;
  animation: floating-y2 1.3s ease-in-out 4.2s infinite alternate-reverse;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-10 {
    left: 65%;
    top: 70%;
  }
}
.main-title .main-img.mi-11 {
  left: 68%;
  top: 70%;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-11 {
    left: 42%;
    top: 70%;
    width: 28%;
  }
}
.main-title .main-img.mi-12 {
  left: 60%;
  top: 75%;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-12 {
    display: none;
  }
}
.main-title .main-img.mi-13 {
  left: 43%;
  top: 76%;
  animation: floating-y 1.6s ease-in-out 4s infinite alternate-reverse;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-13 {
    display: none;
  }
}
.main-title .main-img.mi-14 {
  left: 28%;
  top: 70%;
  animation: floating-y2 1.8s ease-in-out 4.5s infinite alternate-reverse;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-14 {
    display: none;
  }
}
.main-title .main-img.mi-15 {
  left: 13%;
  top: 82%;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-15 {
    left: -20px;
    top: 82%;
    width: 25%;
  }
}
.main-title .main-img.mi-16 {
  left: 0;
  top: 82%;
  animation: floating-y 1.2s ease-in-out 4s infinite alternate-reverse;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-16 {
    display: none;
  }
}
.main-title .main-img.mi-17 {
  left: 2%;
  top: 55%;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-17 {
    left: 20%;
    top: 74%;
    width: 25%;
  }
}
.main-title .main-img.mi-18 {
  left: 0;
  top: 36%;
  animation: floating-y2 1.6s ease-in-out 4.4s infinite alternate-reverse;
}
@media screen and (max-width: 480px) {
  .main-title .main-img.mi-18 {
    left: 0;
    top: 62%;
    width: 25%;
  }
}

@keyframes floating-x {
  0% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(1%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}
@keyframes floating-y2 {
  0% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(-1%);
  }
}
.lead {
  padding: 80px 0;
  background: #FAF3EE;
}
@media screen and (max-width: 480px) {
  .lead {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .lead {
    padding: 50px 20px;
  }
}
.lead .d-flex {
  flex-wrap: nowrap;
}
@media screen and (min-width: 834px) {
  .lead-text {
    margin-left: 50px;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .lead-text {
    margin-left: 30px;
    flex: 0 0 60%;
  }
}
.lead-text h2 {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .lead-text h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .lead-text h2 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.lead-text h2 span {
  background: #FFF;
  margin: 5px 0 0;
}
.lead-text p {
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .lead-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .lead-img {
    order: 1;
  }
}

.works {
  padding: 60px 0;
  background: url(images/bg_works.png);
  background-attachment: fixed;
}
@media screen and (max-width: 480px) {
  .works {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .works {
    padding: 50px 20px;
  }
}
.works ul {
  justify-content: flex-start;
}
.works li {
  border-radius: 10px 0px;
  border: 1px solid #D8D8D8;
  padding: 20px;
  margin-top: 30px;
}
.works li h3 {
  font-size: 15px;
  margin-top: 15px;
}
.works li img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .works li img {
    height: 120px;
  }
}

.media {
  padding: 60px 0;
  background: #FAF3EE;
}
@media screen and (max-width: 480px) {
  .media {
    padding: 50px 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .media {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 480px) {
  .media .ttl-h2 {
    padding: 0 20px;
  }
}
.media .media-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .media .media-list {
    padding: 0 20px;
  }
}
.media .media-list li {
  overflow: hidden;
  flex: 0 0 23%;
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .media .media-list li {
    flex: 0 0 22.3%;
  }
}
.media .media-list li p {
  padding: 20px;
  font-size: 14px;
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .media .media-list li p {
    padding: 15px;
  }
}
.media .media-list li img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .media .media-list li img {
    height: 170px;
  }
}

.loopSlide {
  position: relative;
  display: flex;
  width: 100vw;
  overflow: hidden;
}
.loopSlide ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-shrink: 0;
}
.loopSlide ul:first-child {
  animation: slide1 60s -30s linear infinite;
}
.loopSlide ul:last-child {
  animation: slide2 60s linear infinite;
}
.loopSlide ul li {
  display: inline-block;
  margin-right: 30px;
  list-style: none;
  text-align: center;
}
.loopSlide ul li img {
  display: block;
  width: auto;
  height: 32px;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.team {
  padding: 60px 0;
  background: #E8E8E8;
}
@media screen and (max-width: 480px) {
  .team {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .team {
    padding: 50px 20px;
  }
}
.team li {
  padding: 20px;
}
.team li h3 {
  text-align: center;
  height: 48px;
  font-size: 1.1rem;
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .team li h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .team li h3 {
    height: auto;
  }
}
.team li .team-img {
  width: 80%;
  margin: 20px auto;
  text-align: center;
}
.team li .team-img img {
  height: 138px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.support {
  padding: 60px 0;
  background: #FAF3EE;
}
@media screen and (max-width: 480px) {
  .support {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .support {
    padding: 50px 20px;
  }
}
.support li {
  background: none;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .support li {
    margin-bottom: 30px;
    padding: 0;
  }
}
.support li h3 {
  font-size: 1.2rem;
}
.support li .support-img {
  margin: 20px auto;
  width: 45%;
}
.support .works h3 {
  font-size: 1rem;
}

.news {
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  .news {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .news {
    padding: 50px 20px;
  }
}
.news ul {
  justify-content: space-between;
}
.news ul li {
  border-radius: 5px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  flex: 0 0 49%;
  margin-bottom: 20px;
}
.news ul li a {
  flex-wrap: nowrap;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .news ul li a {
    flex-direction: row;
  }
}
.news ul li a .news-img {
  flex: 0 0 35%;
  max-height: 100px;
}
.news ul li a .news-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news ul li a h3 {
  padding: 15px 15px 15px 20px;
  font-size: 14px;
  color: #000;
}

.site-footer {
  background: #646464;
  color: #FFF;
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  .site-footer {
    padding: 40px 20px;
  }
}
.site-footer .footer-logo-img {
  width: 250px;
  background: #FFF;
  margin-bottom: 15px;
  padding: 3px 5px;
}
.site-footer .footer-logo p {
  font-size: 14px;
}
.site-footer .content-width {
  justify-content: space-between;
}
.site-footer .content-width .footer-menu a {
  color: #FFF;
  text-decoration: none;
  padding: 2px 0;
  display: block;
}

.page-t {
  padding-top: 80px;
}

.entry-title {
  text-align: center;
}

.page-header {
  background: url(images/bg_works.png);
  background-size: 100%;
  text-align: center;
  position: relative;
  height: 35vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header h1 {
  font-size: 40px;
  z-index: 2;
}
.page-header span {
  font-size: 140px;
  color: #999;
  opacity: 0.15;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .page-header {
    height: 18vh;
  }
  .page-header h1 {
    font-size: 23px;
  }
  .page-header span {
    font-size: 80px;
    bottom: -25px;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .page-header {
    height: 20vh;
  }
}

@media screen and (max-width: 480px) {
  .page-main {
    padding: 0 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .page-main {
    padding: 0 20px;
  }
}

.service h2 {
  background: #BC2124;
  color: #FFF;
  padding: 8px;
  margin: 60px 0 30px;
  border-radius: 3px;
}
@media screen and (max-width: 480px) {
  .service h2 {
    margin: 40px 0 20px;
  }
}
.service-cont {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .service-cont {
    margin-bottom: 30px;
  }
}
.service-cont_img {
  flex: 0 0 30%;
  padding: 10px;
  border: 1px solid #c4c4c4;
}
@media screen and (max-width: 480px) {
  .service-cont_img {
    margin-bottom: 15px;
  }
}
.service-cont_text {
  flex: 0 0 70%;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .service-cont_text {
    padding-left: 0;
  }
}
.service-cont_text .service-name {
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .service-cont_text .service-name {
    align-items: flex-start;
    margin-bottom: 10px;
  }
}
.service-cont_text .service-name img {
  width: auto;
  height: 42px;
  padding-right: 10px;
  border-right: 1px solid #c4c4c4;
}
.service-cont_text .service-name img.service-name_logo_s {
  height: 30px;
}
@media screen and (max-width: 480px) {
  .service-cont_text .service-name img.service-name_logo_s {
    height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .service-cont_text .service-name img {
    height: 30px;
    border-right: none;
    padding: 0 0 8px 0;
  }
}
.service-cont_text .service-name h3 {
  margin-left: 10px;
  font-weight: bold;
  color: #5B5B5B;
}
@media screen and (max-width: 480px) {
  .service-cont_text .service-name h3 {
    font-size: 14px;
    margin-left: 0;
  }
}
.service-link {
  text-align: right;
}
.service-link a {
  border: 1px solid #BC2124;
  color: #BC2124;
  border-radius: 50px;
  padding: 8px 30px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.support-page {
  padding: 0;
  background: #FAF3EE;
}
.support-page .support-case {
  padding: 50px;
}
@media screen and (max-width: 480px) {
  .support-page .support-case {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .support-page .support-case {
    padding: 30px 20px;
  }
}
.support-page .support-case > p {
  border-radius: 5px;
  border: 2px solid #BC2124;
  color: #BC2124;
  background: #FFF;
  padding: 10px;
}
.support-page .support-case ul {
  margin-top: 30px;
  justify-content: space-between;
}
.support-page .support-case ul li {
  background: #FFF;
  border-radius: 5px;
  flex: 0 0 48%;
  padding: 20px;
  margin-bottom: 20px;
}
.support-page .support-case ul li h3 {
  color: #BC2124;
  margin-bottom: 15px;
}
.support-page .support-case_img img {
  height: 90px;
  width: auto;
}
.support-page .support-case_text {
  border-radius: 5px;
  border: 1px solid #A7A7A7;
  padding: 8px;
  margin: 15px 0;
}
.support-page .works h2 {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.support-page .works li {
  background: #FFF;
  padding: 20px;
}
.support-page .support-contact {
  padding: 50px 0;
}
.support-page .support-contact .btn-contact {
  margin-top: 20px;
}
.support-page .support-contact .btn-contact a {
  background: #BC2124 url(images/icon_mail.svg) no-repeat 10px center;
  background-size: 20px;
  color: #FFF;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 15px 70px 15px 80px;
  border-radius: 50px;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .support-page .support-contact .btn-contact a {
    padding: 15px 50px;
  }
}
.support-page .support-contact .btn-contact a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .company {
    padding: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 834px) {
  .company {
    padding: 0;
  }
}
.company h2 {
  font-size: 25px;
}
.company-info {
  padding: 50px 0;
}
.company-info h2 {
  color: #BC2124;
}
.company-info_table {
  width: 80%;
  margin: 20px auto 50px;
}
@media screen and (max-width: 480px) {
  .company-info_table {
    width: 90%;
  }
}
.company-info_table dl {
  border-bottom: 1px solid #DADADA;
  padding: 30px 0;
}
.company-info_table dl dt {
  flex: 0 0 20%;
}
@media screen and (max-width: 480px) {
  .company-info_table dl {
    padding: 20px 0;
  }
  .company-info_table dl dt {
    margin-bottom: 8px;
  }
}
.company .mission {
  background: #B83F41;
  color: #FFF;
  padding: 60px 0;
}
.company .mission-inner {
  max-width: 880px;
  margin: auto;
}
.company .mission-cont {
  padding: 20px;
  border-bottom: 1px solid #FFF;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .company .mission-cont {
    padding: 20px 0;
    margin: 0 20px;
  }
}
.company .mission-cont h3 {
  flex: 0 0 20%;
  font-size: 22px;
}
.company .mission-cont h3 span {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .company .mission-cont h3 {
    text-align: center;
    margin-bottom: 8px;
  }
}
.company .mission-cont_text {
  flex: 0 0 80%;
}
.company .mission-cont .value-list dt {
  flex: 0 0 15%;
}
.company .mission-cont .value-list dd {
  flex: 0 0 85%;
}
@media screen and (max-width: 480px) {
  .company .mission-cont .value-list dd {
    margin-bottom: 8px;
  }
}
.company .member {
  padding: 50px 0;
}
.company .member h2 {
  color: #BC2124;
  margin-bottom: 20px;
}
.company .member ul {
  justify-content: center;
}
.company .member ul li {
  flex: 0 0 26%;
  padding: 20px;
}
.company .member ul li h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.company .member ul li h3 span {
  display: block;
  font-size: 15px;
}
.company .member ul li p {
  font-size: 14px;
}

.sec-recruit h2 {
  padding: 10px 0;
  text-align: center;
  background: #3d3d3d;
  color: #FFF;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.sec-recruit h3 {
  margin: 20px 0 10px;
  border-bottom: 1px dotted #999;
  padding-bottom: 5px;
}

.post-bg {
  background: #eee;
  padding: 100px 0 30px;
}

.post {
  padding: 30px 50px;
  background: #FFF;
  margin: 0 50px;
}
@media screen and (max-width: 480px) {
  .post {
    padding: 20px;
    margin: 0 20px;
  }
}
.post h1 {
  font-size: 1.2em;
  margin: 0.67em 0;
  border-bottom: 3px solid #f5f5f5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.post-thumbnail {
  text-align: center;
  margin-bottom: 20px;
}

.post-navigation .nav-links {
  justify-content: space-between;
  margin: 50px 0;
}
.post-navigation .nav-links > div {
  max-width: 46%;
}
.post-navigation .nav-links a {
  font-size: 12px;
  position: relative;
  display: inline-block;
}
.post-navigation .nav-links a .nav-subtitle {
  content: "";
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.post-navigation .nav-links .nav-previous a {
  padding: 8px 20px 8px 30px;
}
.post-navigation .nav-links .nav-previous a .nav-subtitle {
  transform: rotate(316deg);
  left: 8px;
}
.post-navigation .nav-links .nav-next a {
  padding: 8px 30px 8px 20px;
}
.post-navigation .nav-links .nav-next a .nav-subtitle {
  transform: rotate(130deg);
  right: 8px;
}/*# sourceMappingURL=main.css.map */