/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.4.3
Tested up to: 6.1
Requires at least: 5.8
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding: 0;
}
li {
  list-style: none;
}
a:hover {
  color: inherit;
}

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

body {
  font-size: 100%;
  letter-spacing: .05em;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", sans-serif;
  line-height: 2;
  color: #272727;
}

p {
  letter-spacing: .1em;
  line-height: 2;
}

#breadcrumb {
  display: none;
}
.l-container {
  padding: 0;
}
.btn {
  padding: 1rem 3rem;
  background-color: #ac1f25;
  color: white;
  font-weight: bold;
  border-radius: 0;
}
.btn:hover {
  color: white;
}
.w-1080 {
  max-width: 1080px;
  margin: auto;
}
.mv {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
}
.mv-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(./assets/img/mv-bg.jpg);
  background-size: cover;
}
.mv-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  display: block;
}
.mv-text {
  position: absolute;
  bottom: 20%;
  right: 5%;
  z-index: 1;
  text-align: right;
  color: white;
  font-weight: 600;
  letter-spacing: .1em;
}
.mv-text h1 {
  line-height: 1.8;
  font-size: 3rem;
}
.mv-text p {
  font-size: 1.5rem;
}
.business {
  padding: 5rem 0;
  background-color: #ffdcdf;
}
.company {
  padding: 5rem 0;
}
.top-h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #ac1f25;
}
.top-h2::after {
  color: #272727;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin-top: 0.5rem;
}
.business .top-h2::after {
  content: "事業内容";
}
.company .top-h2::after {
  content: "会社情報";
}
.top-conts {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont-text {
  width: 45%;
}
.cont-text h3 {
  font-size: 1.5rem;
  color: #ac1f25;
  line-height: 1.6;
}
.cont-img {
  width: 50%;
}
.btn-wrap {
  display: flex;
  gap: 2rem;
}
#header {
  padding: 0 32px;
}
.c-gnav .__mainText {
  font-weight: bold;
}

#footer {
  background-color: #ac1f25;
  color: white;
  padding-top: 2rem;
}
.l-footer__nav {
  justify-content: flex-end;
  padding: 0 3%;
  font-size: 1rem;
  font-weight: bold;
}
.l-footer__nav a {
  font-size: 1rem;
}
.p-topArea.-noimg {
  min-height: auto;
  background-color: white;
}
.c-pageTitle__main {
  color: #272727;
  font-size: 1rem;
}
.c-pageTitle__main::before {
  color: #ac1f25;
  font-size: 2.5rem;
  display: block;
  text-align: center;
}


.simple-table table {
  border-right: none;
}
.simple-table tr td {
  border-left: none;
  border-right: none;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.simple-table tr td:first-child {
  width: 20%;
  font-weight: bold;
}

.p-drawer {
  background-color: #ac1f25;
}
@media screen and (max-width:1080px) {
  .w-1080 {
    width: 94%;
  }
}

@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .simple-table tr td {
    display: block;
    width: 100%;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .simple-table tr td:first-child {
    border: none;
    width: 100%;
    padding-bottom: 0;
  }
  .mv-text h1 {
    font-size: 5vw;
  }
  .mv-text p {
    font-size: 3.5vw;
  }
  #header {
    padding: 0 1rem;
  }
  .cont-img ,.cont-text {
    width: 100%;
  }
  .cont-text {
    margin-bottom: 2rem;
  }
  .cont-text h3 {
    font-size: 1.3rem;
  }
  .company .cont-text {
    order: 1;
  }
  .company .cont-img {
    order: 2;
  }
}