@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  color: #333;
  line-height: 1.8;
  color: #2a2a2a;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

* {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 1.5em;
}
p:last-of-type {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/*-----------------------
*　基本幅
*-----------------------*/
.blContainer {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/*-----------------------
*　カード
*-----------------------*/
.cards {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .cards {
    display: block;
  }
}

.cards_col3 {
  padding-left: 0;
}
.cards_col3 .cards__item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .cards_col3 .cards__item {
    width: 100%;
    margin-right: 0;
  }
}
.cards_col3 .cards__item:nth-child(3) {
  margin-right: 0;
}

.card {
  list-style: none;
}
.card__link {
  display: block;
}
.card__link:hover .card__title {
  text-decoration: underline;
}
.card__imgwrapper {
  margin-bottom: 10px;
}
.card__img {
  width: 100%;
}
.card__title {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.card__description {
  color: #555;
  font-size: 0.9375rem;
  line-height: 1.5;
}

/* セクションタイトル */
.section-title {
  line-height: 1;
  margin-bottom: 32px;
  position: relative;
}
.section-title .en {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .section-title .en {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
}
.section-title .ja {
  display: block;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-title .ja {
    font-size: 1.75rem;
  }
}

/* リンクボタン */
.btn-link {
  width: 228px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .btn-link {
    width: 180px;
    height: 60px;
  }
}
.btn-link::after {
  content: "";
  height: 1px;
  width: 80px;
  background-color: #fff;
  position: absolute;
  top: 32px;
  right: 0;
}

.btn-link-ex {
  width: 228px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.btn-link-ex img {
  width: 16px;
  margin-left: 8px;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
.mv-top {
  position: relative;
}
.mv-top img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mv-top img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mv-top .mv-text {
  position: absolute;
  top: -84px;
  left: 17%;
  font-size: 2.75rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-shadow: 1px 1px 3px #fff;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .mv-top .mv-text {
    font-size: 2rem;
    top: 40px;
    left: 7%;
  }
}

#news {
  max-width: 640px;
  position: relative;
  background-color: #fff;
  padding: 40px 0px 0px 40px;
  margin: 0 0 0 auto;
  top: -120px;
}
@media screen and (max-width: 767px) {
  #news {
    padding: 48px 24px 80px 24px;
    top: 0;
  }
}
#news .section-title::before {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #e60012;
  position: absolute;
  top: -96px;
  left: 28px;
}
@media screen and (max-width: 767px) {
  #news .section-title::before {
    left: 22px;
  }
}
#news .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  #news .list {
    flex-direction: column;
    margin-bottom: 0;
  }
}
#news .list dt {
  width: 26%;
  font-size: 0.875rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #news .list dt {
    width: 100%;
    margin-bottom: 4px;
  }
}
#news .list dt .category {
  background-color: #2a2a2a;
  color: #fff;
  font-size: 0.6875rem;
  padding: 2px 6px;
  margin-left: 8px;
}
#news .list dd {
  width: 74%;
  font-size: 0.875rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #news .list dd {
    width: 100%;
    margin-bottom: 24px;
  }
}
#news .btn-link {
  margin-left: auto;
}

#company {
  margin-bottom: 136px;
}
@media screen and (max-width: 767px) {
  #company {
    margin-bottom: 180px;
  }
}
#company .section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  #company .section-header {
    margin-bottom: 40px;
  }
}
#company .section-header .section-title {
  margin: 0 24px 0 0;
  writing-mode: vertical-rl;
}
#company .section-header .section-title::before {
  content: "";
  width: 1px;
  height: 120px;
  background-color: #e60012;
  position: absolute;
  top: -140px;
  left: 18px;
}
@media screen and (max-width: 767px) {
  #company .section-header .section-title::before {
    height: 80px;
    top: -100px;
    left: 12px;
  }
}
#company .section-header .section-title .en {
  margin-left: 16px;
}
#company .section-header .img {
  max-width: 800px;
  position: relative;
}
#company .section-header .btn-link {
  position: absolute;
  bottom: 0;
  left: 0;
}
#company .text {
  font-size: 0.875rem;
  max-width: 640px;
  line-height: 1.8;
}

#service {
  margin: -16px 0 120px 0;
}
#service .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #service .inner {
    flex-direction: column;
  }
}
#service .section-title::before {
  content: "";
  width: 1px;
  height: 120px;
  background-color: #e60012;
  position: absolute;
  top: -140px;
  left: 46px;
}
@media screen and (max-width: 767px) {
  #service .section-title::before {
    height: 80px;
    top: -100px;
    left: 32px;
  }
}
@media screen and (max-width: 767px) {
  #service .section-header {
    position: static;
  }
}
#service .section-header .img {
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  #service .section-header .img {
    max-width: 100%;
    text-align: center;
  }
}
#service .detail {
  max-width: 640px;
  padding-top: 48px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  #service .detail {
    width: 100%;
    margin-right: 0;
  }
}
#service .detail .flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  #service .detail .flex {
    flex-direction: column;
  }
}
#service .detail .description {
  max-width: 300px;
  padding: 0 32px 32px 0;
}
@media screen and (max-width: 767px) {
  #service .detail .description {
    max-width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
}
#service .detail .description .title {
  font-weight: bold;
  margin-bottom: 24px;
}
#service .detail .description .text {
  font-size: 0.875rem;
}
#service .detail .detail-img-b {
  max-width: 380px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  #service .detail .detail-img-b {
    max-width: 100%;
    margin: 24px 0 24px 0;
  }
}
#service .case {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #service .case {
    margin-bottom: 24px;
  }
}
#service .case .description {
  max-width: 560px;
  background-color: #fff;
  padding: 8px;
  position: absolute;
  top: -130px;
  left: 45%;
}
@media screen and (max-width: 767px) {
  #service .case .description {
    max-width: 100%;
    padding: 0 24px;
    position: static;
  }
}
#service .case .description .title {
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #service .case .description .title {
    margin: 0 0 24px 0;
  }
}
#service .case .description .text {
  font-size: 0.875rem;
  margin-bottom: 32px;
}
#service .case .slider {
  margin-bottom: 24px;
}
#service .case .slider li {
  max-width: 400px;
}
#service .case .slider .slick-slide {
  margin: 0 10px;
}
#service .case .slider .prev {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 10;
  left: 0;
}
@media screen and (max-width: 767px) {
  #service .case .slider .prev {
    width: 40px;
    height: 40px;
  }
}
#service .case .slider .prev::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: calc(50% - 7px);
  left: 42%;
  transform: rotate(225deg);
}
@media screen and (max-width: 767px) {
  #service .case .slider .prev::before {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
  }
}
#service .case .slider .next {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 10;
  right: 0;
}
@media screen and (max-width: 767px) {
  #service .case .slider .next {
    width: 40px;
    height: 40px;
  }
}
#service .case .slider .next::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: calc(50% - 7px);
  right: 42%;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #service .case .slider .next::before {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
  }
}

/*-------------------------------------------
Recruit
-------------------------------------------*/
#recruit {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #recruit {
    margin-bottom: 80px;
  }
}
#recruit .flex {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #recruit .flex {
    flex-direction: column;
  }
}
#recruit .section-header {
  max-width: 620px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .section-header {
    margin: 0 0 40px 0;
  }
}
#recruit .section-title {
  background-color: #fff;
  padding: 24px 0 24px 24px;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
}
#recruit .section-title::before {
  content: "";
  width: 1px;
  height: 120px;
  background-color: #e60012;
  position: absolute;
  top: -116px;
  left: 42px;
}
@media screen and (max-width: 767px) {
  #recruit .section-title::before {
    height: 80px;
    top: -80px;
    left: 38px;
  }
}
#recruit .section-title .en {
  margin: 0 0 0 16px;
}
#recruit .img {
  max-width: 300px;
  margin: 240px 24px 0 0;
}
@media screen and (max-width: 767px) {
  #recruit .img {
    max-width: 60%;
    margin: 0 0 40px 0;
  }
}
#recruit .detail {
  max-width: 620px;
  display: flex;
  margin: -200px 0 0 auto;
}
@media screen and (max-width: 767px) {
  #recruit .detail {
    max-width: 100%;
    flex-direction: column;
    margin: 0;
  }
}
#recruit .detail .detail-img {
  width: 50%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  #recruit .detail .detail-img {
    max-width: 60%;
    margin: -200px 0 16px auto;
  }
}
#recruit .detail .flex {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #recruit .detail .flex {
    width: 100%;
  }
}
#recruit .detail .description .title {
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #recruit .detail .description .title {
    margin-bottom: 16px;
  }
}
#recruit .detail .description .text {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  #recruit .detail .description .text {
    margin-bottom: 20px;
  }
}

.contact {
  padding: 120px 0;
  background: linear-gradient(75deg, #f5f5f5 0%, #f5f5f5 50%, #fff 50%, #fff 100%);
}
@media screen and (max-width: 767px) {
  .contact {
    background: #f5f5f5;
    padding: 48px 24px;
  }
}
.contact .content {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .contact .content {
    flex-direction: column;
    padding: 24px;
  }
}
.contact .content .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .contact .content .title {
    font-size: 1rem;
  }
}
.contact .content .tel-area {
  width: 50%;
  border-right: solid 1px #e60012;
  padding: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .content .tel-area {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #e60012;
    padding: 24px 0;
  }
}
.contact .content .tel-area .tel {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact .content .tel-area .tel {
    font-size: 1.75rem;
  }
}
.contact .content .tel-area .text {
  font-size: 0.875rem;
  margin-top: 8px;
}
.contact .content .form-area {
  width: 50%;
  padding: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .content .form-area {
    width: 100%;
  }
}
.contact .content .form-area .btn-link {
  padding-right: 0;
  margin: 0 auto;
}
.contact .content .form-area .btn-link::after {
  content: none;
}
/*# sourceMappingURL=top.css.map */