@charset "UTF-8";
/* =================================
共通
================================= */
.midashi_top {
  margin-bottom: 2.1875rem; }
  .midashi_top strong {
    position: relative;
    z-index: 0;
    line-height: .75;
    margin-bottom: 0.5rem; }
  .midashi_top .num {
    font-size: 8.75rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #e3e3e3; }
  .midashi_top .tit {
    font-size: 3.75rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    letter-spacing: .02em; }
  .midashi_top small {
    font-size: 1.125rem; }
  .midashi_top.color_re .num {
    color: #4b4b4b; }
  .midashi_top.color_re .tit {
    color: #fff; }
  .midashi_top.color_re small {
    color: #fff; }

.btn_top {
  border: 0.0625rem solid #222;
  border-radius: 2.5rem;
  padding: 0.9375rem 5%;
  color: inherit;
  max-width: 24.375rem;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 400;
  background: 0;
  cursor: pointer;
  position: relative; }
  .btn_top:hover {
    opacity: .5;
    transition: all .2s ease-in; }
  .btn_top:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.25rem;
    bottom: 0;
    margin: auto;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.0625rem solid #222;
    border-right: 0.0625rem solid #222;
    transform: rotate(135deg);
    transition: .5s; }
  .btn_top.active:after {
    transform: rotate(-45deg); }

@media print, screen and (max-width: 768px) {
  .midashi_top {
    margin-bottom: 1.5625rem; }
    .midashi_top strong {
      margin-bottom: 0.3125rem; }
    .midashi_top .num {
      font-size: 5rem; }
    .midashi_top .tit {
      font-size: 2.1875rem; }
    .midashi_top small {
      font-size: 0.9375rem; }

  .btn_top {
    width: 80%;
    border-radius: 2.5rem;
    padding: 0.625rem 5%;
    font-size: 0.9375rem;
    max-width: 18.75rem; }
    .btn_top:after {
      right: 1.25rem;
      width: 0.5rem;
      height: 0.5rem; } }
/* =================================
FV動画
================================= */
.hero {
  font-size: 0;
  position: relative;
  margin-bottom: -2px;
  /*動画の下の白い線防止用*/ }
  .hero video {
    width: 100%;
    height: calc(100vh - 110px);
    object-fit: cover; }
  .hero .txt_vertical {
    right: 1.875rem;
    bottom: 3.75rem;
    animation: tenmetsu 0.8s infinite alternate; }
@keyframes tenmetsu {
  0% {
    opacity: 1; }
  100% {
    opacity: .15; } }
@media print, screen and (max-width: 768px) {
  .hero video {
    height: calc(100svh - 55px); }
  .hero .txt_vertical {
    right: 1.25rem;
    bottom: 2.8125rem; } }
/* =================================
01 Introduction 企業理念
================================= */
.introduction_area {
  padding: 4.0625rem 0;
  background: url("../images/top/introduction_bg.jpg") no-repeat center bottom/cover; }
  .introduction_area p {
    font-size: 1.25rem;
    color: #fff;
    line-height: 2.2; }
  .introduction_area .txt_en {
    margin-top: 1.5em;
    color: #888;
    font-family: "Poppins", sans-serif;
    line-height: 1.7;
    letter-spacing: .12em; }

@media print, screen and (max-width: 768px) {
  .introduction_area {
    padding: 3.125rem 0; }
    .introduction_area p {
      font-size: min(18px, 5.2vw); }
    .introduction_area .txt_en {
      text-align: center;
      font-size: 1.125rem; } }
/* =================================
02 Service 事業内容
================================= */
.service_area {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 100%;
  padding: 4.0625rem 0 5rem;
  background: #F5F5F5; }
  .service_area .box {
    padding: 5.9375rem 6% 6.25rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    margin-bottom: 1.5625rem; }
    .service_area .box:last-of-type {
      margin-bottom: 0; }
    .service_area .box.box01 {
      background-image: url("../images/top/service_bg_01.jpg"); }
    .service_area .box.box02 {
      background-image: url("../images/top/service_bg_02.jpg"); }
    .service_area .box.box03 {
      background-image: url("../images/top/service_bg_03.jpg"); }
  .service_area h3 {
    margin-bottom: 1.875rem; }
    .service_area h3 span {
      font-size: 6.25rem;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      line-height: 1;
      position: relative;
      margin-bottom: 1.875rem; }
      .service_area h3 span:before, .service_area h3 span:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #fff;
        width: 40%;
        height: 0.0625rem; }
      .service_area h3 span:before {
        left: 0; }
      .service_area h3 span:after {
        right: 0; }
    .service_area h3 strong {
      font-size: 2.1875rem; }
  .service_area p {
    font-size: 1.0625rem;
    line-height: 2.3;
    text-align: left;
    display: inline-block;
    max-width: 48.125rem; }
  .service_area ul {
    max-width: 770px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.25rem;
    color: #222;
    line-height: 1;
    font-size: 1.25rem;
    margin: 2.5rem auto 0; }
  .service_area li {
    background: #fff;
    padding: 0.625rem 0;
    width: 31.5%; }

@media print, screen and (max-width: 768px) {
  .service_area {
    padding: 3.125rem 0 4.0625rem; }
    .service_area .box {
      padding: 3.75rem 5%;
      margin-bottom: 1.25rem; }
    .service_area h3 {
      margin-bottom: 1.25rem; }
      .service_area h3 span {
        font-size: 3.4375rem;
        margin-bottom: 0.625rem; }
        .service_area h3 span:before, .service_area h3 span:after {
          width: 36%; }
      .service_area h3 strong {
        font-size: 1.4375rem; }
    .service_area p {
      font-size: 1rem;
      max-width: none; }
    .service_area ul {
      display: block;
      max-width: 15.625rem;
      font-size: 1.125rem;
      margin-top: 1.875rem; }
    .service_area li {
      padding: 0.5rem 0;
      width: 100%;
      margin: 0 auto 0.9375rem; }
      .service_area li:last-of-type {
        margin-bottom: 0; } }
/* =================================
03 News 新着情報
================================= */
.news_area {
  padding: 4.0625rem 0;
  background: #fff; }
  .news_area li {
    margin-bottom: 2.1875rem; }
    .news_area li:last-of-type {
      margin-bottom: 0; }
    .news_area li a {
      color: inherit; }
      .news_area li a:hover {
        opacity: 1; }
    .news_area li a p {
      text-decoration: underline; }
      .news_area li a p:hover {
        text-decoration: none;
        opacity: .5;
        transition: all .2s ease-in; }
    .news_area li span {
      font-size: 1rem;
      font-weight: 400;
      font-family: "Poppins", sans-serif;
      color: #fff;
      background: #222;
      line-height: 1;
      letter-spacing: .02em;
      display: inline-block;
      padding: 0.1875rem 1.25rem;
      margin-bottom: 0.625rem; }
    .news_area li p {
      font-size: 1.125rem; }
  .news_area .btn_top {
    margin-top: 2.5rem; }

@media print, screen and (max-width: 768px) {
  .news_area {
    padding: 3.125rem 0; }
    .news_area li {
      position: relative;
      margin-bottom: 1.25rem; }
      .news_area li span {
        font-size: 0.9375rem;
        padding: 0.1875rem 0.9375rem;
        margin-bottom: 0.5rem; }
      .news_area li p {
        font-size: 1rem; }
    .news_area .btn_top {
      margin-top: 1.875rem; } }
/* =================================
04 Contact お問い合わせ
================================= */
.contact_area {
  padding: 4.0625rem 0 5.625rem;
  background: url("../images/top/contact_bg.jpg") no-repeat center/cover; }
  .contact_area p {
    line-height: 2.3;
    font-size: 1.0625rem;
    margin-bottom: 2.5rem;
    display: inline-block; }

@media print, screen and (max-width: 768px) {
  .contact_area {
    padding: 3.125rem 0 4.0625rem; }
    .contact_area p {
      text-align: left;
      font-size: 0.9375rem;
      margin-bottom: 1.875rem; } }
