@charset "UTF-8";
@import url(./slick.css);
@import url(./slick-theme.css);

h1, h2, h3, h4 {
  font-family: 'Noto Serif JP', serif;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.pf_btn, .pf_deco_btn, .wpcf7-form [type=submit] {
  background: transparent;
  color: var(--main-color);
  border-color: var(--main-color);
  box-shadow: none !important;
  border-radius: 0 !important;
}

.pf_btn:hover, .pf_deco_btn:hover, .wpcf7-form [type=submit]:hover {
  background: var(--main-color);
  color: #fff;
}

.req {
  background: red;
  color: #fff;
  font-size: 10px;
  padding: 2px 4px;
  margin-left: 4px;
}

.pf_page_header {
  color: #fff;
  padding: 6rem 0;
}

.pf_page_header::before {
  background: #000;
  filter: opacity(0.5);
}

.pf_page_header_bg {
  opacity: 1;
}

.btn {
  background: #D6352F;
  color: #fff !important;
  font-weight: bold;
  box-shadow: #817248 0 6px;
  max-width: 100%;
  width: 400px;
  padding: 8px 40px 8px 20px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  position: relative;
}

.btn::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

.btn2 {
  color: #D6352F !important;
  font-weight: bold;
  border: #D6352F 1px solid;
  width: 100%;
  max-width: 300px;
  padding: 8px 20px 8px 20px;
  display: inline-block;
  text-align: center;
}

.btn2:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}

.viewmore {
  color: #D6352F;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding-right: 40px;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}

.viewmore:hover {
  border-bottom: 3px solid #c21500;
  border-image: linear-gradient(to right, #E2221A 0%, #E8C11E 100%);
  border-image-slice: 1;
}

.viewmore::before {
  content: "";
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #D6352F;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  top: 5px;
  right: 0;
  position: absolute;
}

.viewmore::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #D6352F;
  border-right: 1px solid #D6352F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  right: 8px;
  position: absolute;
  top: 12px;
}

.arrow {
  display: block;
  border: 20px solid transparent;
  border-top: 20px solid #D6352F;
  margin: 30px auto 10px;
  width: 40px;
}

.arrow-right {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 15px solid #D6352F;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.ty_post_section {
  position: relative;
}

.ty_post_section:nth-of-type(even) {
  padding: 4rem 0;
  margin: 4rem 0;
}

@media (max-width: 767px) {
  .ty_post_section:nth-of-type(even) {
    padding: 3rem 0;
    margin: 3rem 0;
  }
}

.ty_post_section:nth-of-type(even)::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: #F9F9F9;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  z-index: -1;
}

.ty_post_section:last-of-type {
  margin-bottom: 0;
}

.section {
  padding: 4rem 0;
}

@media (max-width: 767px) {
  .section {
    padding: 3rem 0;
  }
}

.slider .slick-slide {
  margin: 0 1rem;
}

.pf_footer {
  border-top: solid 1px #E8E8E8;
  color: #2C2C2C;
  background-color: #fff;
  padding: 32px 0;
  font-size: 0.8rem;
}

.pf_footer .ty_footer_link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 100%;
  max-width: 400px;
}

.pf_footer .ty_footer_sns {
  margin-bottom: 0.5rem;
}

.pf_footer .ty_footer_sns_ttl {
  display: block;
  font-weight: bold;
}

.pf_footer .ty_footer_sns img {
  width: 30px;
  height: 30px;
  margin-right: 4px;
  margin-bottom: 4px;
}

.pf_footer .icon {
  display: inline-block;
}

.pf_footer .icon img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  margin-right: 8px;
}

.pf_footer .logo img {
  width: auto;
  height: 30px;
}

.pf_footer a {
  color: #2C2C2C !important;
}

.pf_footer .footer-info {
  font-weight: bold;
  font-size: 1.2rem;
}

.pf_footer .footer-info p {
  margin-bottom: 0.2rem;
}

.pf_sc-tt {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.pf_sc-tt_small {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem !important;
  margin-bottom: 0.4rem;
}

.pf_sc-tt::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #E2221A 0%, #E8C11E 100%);
  margin: 0 auto;
  margin-top: 15px;
}

.sc-tl {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.sc-tl .sub-tl {
  border-bottom: 3px solid #c21500;
  border-image: linear-gradient(to right, #E2221A 0%, #E8C11E 100%);
  border-image-slice: 1;
  color: #D6352F;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  display: block;
  font-weight: bold;
  width: max-content;
}

.sub-tl {
  border-bottom: 3px solid #c21500;
  border-image: linear-gradient(to right, #E2221A 0%, #E8C11E 100%);
  border-image-slice: 1;
  color: #D6352F;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
  font-weight: bold;
  width: max-content;
}

.sc-tl2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.sc-tl2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #E2221A 0%, #E8C11E 100%);
  margin: 0 auto;
  margin-top: 15px;
}

.insta-link {
  color: #000000;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.insta-link img {
  width: 40px;
}

.top_section {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 60px;
}

.top_section .container {
  z-index: 100;
}

.top_section .catch img {
  width: 600px;
  max-width: 100%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
}

.top_section::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.top_section .top-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 767px) {
  .top_section {
    height: auto;
    aspect-ratio: 3/4;
  }

  .top_section .top-video {
    height: auto;
  }

  .top_section .catch-1 {
    font-size: 8vw;
    white-space: nowrap;
    line-height: 1.2em;
  }

  .top_section .btn {
    width: auto;
  }
}

/* アコーディオン全体 */
.accordion {
  max-width: 800px;
  margin: 0 auto;
}

/* アコーディオン */
.accordion__item {
  border: 1px solid #ccc;
  margin-top: 10px;
  cursor: pointer;
}

/* アコーディオンのタイトル */
.accordion__title {
  position: relative;
  padding: 15px 60px 15px 20px;
  font-weight: bold;
  cursor: pointer;
}

/* (+)アイコン */
.accordion__title::after {
  border-right: solid 2px #FD6262;
  border-top: solid 2px #FD6262;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}

.accordion__title::after {
  transform: rotate(135deg);
}

/* アコーディオンのコンテンツ */
.accordion__content {
  padding: 0 20px 15px 20px;
  display: none;
  cursor: pointer;
}

.accordion__content.is-open {
  display: block;
}

/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::after {
  transform: rotate(-45deg);
}

.cases_section .item h3 {
  margin-top: 10px;
  text-align: center;
}

.cases_section .item img {
  height: 60px;
  margin: 0 auto;
  display: block;
  width: 70px;
}

.news_section .news-list .news-title {
  background: linear-gradient(to right, #E8C11E, #E2221A);
  padding: 20px 40px;
  color: #fff;
}

.news_section .news-list .news-item {
  padding: 20px;
}

.news_section .news-list .news-item small {
  display: block;
}

.news_section .news-list .news-item a {
  color: #000;
  font-size: 1em;
  margin-bottom: 0.8rem;
  display: block;
}

.news_section .news-list .news-btn-right {
  margin-left: auto;
  margin-right: 20px;
}

.news_section .news-list .news-btn {
  border: solid 1px #D6352F;
  padding: 6px;
  color: #D6352F;
  display: block;
  width: 120px;
  font-size: 0.9rem;
  text-align: center;
}

@media (min-width: 768px) {
  .news_section .news-list {
    display: flex;
    align-items: stretch;
  }

  .news_section .news-list .news-title {
    display: flex;
    align-items: center;
  }

  .news_section .news-list .news-item {
    width: 100%;
  }

  .news_section .news-list .news-btn-right {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .news_section .news-title {
    padding: 10px 20px !important;
  }

  .news_section .news-btn-right {
    margin: 0 auto !important;
  }

  .news_section .news-btn {
    margin: 0 auto 20px !important;
  }

  .news_section .news-list .news-item {
    padding: 20px !important;
  }
}

.full-img-col {
  padding-right: 0;
}

.full-img-col img {
  width: 50vw;
  margin-left: -14vw;
  padding-left: 0;
  padding-right: 40px;
  float: right;
}

.full-img-col-right {
  padding-left: 0;
}

.full-img-col-right img {
  width: 50vw;
  max-height: 600px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 0;
  object-fit: cover;
  float: left;
}

@media (min-width: 2200px) {
  .full-img-col {
    padding-right: 15px;
    padding-left: 15px;
  }

  .full-img-col img {
    width: 100%;
    max-height: 600px;
    padding-left: 0;
    padding-right: 0;
    float: right;
  }

  .full-img-col-right {
    padding-right: 15px;
    padding-left: 15px;
  }

  .full-img-col-right img {
    width: 100%;
    max-height: 600px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    object-fit: cover;
    float: left;
  }
}

@media (max-width: 767px) {
  .full-img-col img {
    width: 100vw;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .full-img-col-right img {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: 300px !important;
    object-fit: cover;
  }
}

.business-items .business-item {
  margin-bottom: 40px;
}

.business-items .business-item img {
  margin-bottom: 10px;
}

.business_section {
  background: #F4F4F4;
}

.about_section {
  padding-top: -0;
  padding-bottom: -0;
}

.activity_section {
  padding-top: -0;
  padding-bottom: -0;
}

.contact_section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact_section h3 {
  display: inline-block;
  font-size: 1.4em;
  border-bottom: solid 2px #fff;
}

.contact_section .recruit-link-btn {
  background-image: url("../img/recruit-btn-bg.jpg?20230317");
  background-size: cover;
  background-position: center;
  height: 300px;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.contact_section .recruit-link-btn::before {
  content: "";
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  right: 20px;
  position: absolute;
}

.contact_section .recruit-link-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  right: 33px;
  position: absolute;
  bottom: 31px;
}

.contact_section .contact-link-btn {
  background-image: url("../img/contact-btn-bg.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  position: relative;
}

.contact_section .contact-link-btn::before {
  content: "";
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  right: 20px;
  position: absolute;
}

.contact_section .contact-link-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  right: 33px;
  position: absolute;
  bottom: 31px;
}

@media (max-width: 768px) {
  .contact_section {
    grid-template-columns: 1fr;
  }

  .contact_section .recruit-link-btn {
    height: 200px;
  }

  .contact_section .contact-link-btn {
    height: 200px;
  }
}

.about_q {
  list-style: none;
}

.about_q .qa_wrap {
  border-bottom: solid 1px #E8E8E8;
}

.about_q .qa_wrap .q_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: none;
  background: #fff;
  outline: 0;
  position: relative;
  text-align: left;
  padding: 15px 0;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about_q .qa_wrap .q_btn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  border-bottom: 2px solid #989898;
  border-right: 2px solid #989898;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about_q .qa_wrap .q_btn .q {
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 50px;
}

.about_q .qa_wrap .q_btn .q:before {
  content: 'Q.';
  color: #B9B9B9;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 20px;
}

.about_q .qa_wrap .a {
  width: 100%;
  display: none;
  align-items: center;
}

.about_q .qa_wrap .a:before {
  display: block;
  content: 'A.';
  color: #de828c;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 20px;
}

.about_q .qa_wrap.open .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.about_q .qa_wrap.open .q_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.slider_card .slick-slide {
  margin: 0 15px;
}

@media screen and (max-width: 770px) {
  .slider_card .slick-slide {
    margin: 0 10px;
  }
}

@media screen and (max-width: 568px) {
  .slider_card .slick-slide {
    margin: 0 8px;
  }
}

.slider_card .slick-track {
  display: flex;
}

.slider_card .pf_deco_box {
  height: auto;
}

.slider_card .slick-prev {
  left: -5px;
}

.slider_card .slick-next {
  right: -25px;
}

/*# sourceMappingURL=top.css.map */