@charset "utf-8";
/* Reset
----------------------------------------------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0
}
ul[role='list'], ol[role='list'] {
  list-style: none
}
body {
  min-height: 100vh;
  line-height: 1.5
}
h1, h2, h3, h4, button, input, label {
  line-height: 1.1
}
h1, h2, h3, h4 {
  text-wrap: balance
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor
}
img, picture {
  max-width: 100%;
  display: block
}
input, button, textarea, select {
  font: inherit
}
textarea:not([rows]) {
  min-height: 10em
}
:target {
  scroll-margin-block: 5ex
}
/* Break Point
----------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /*16px * 62.5% = 10px*/
}
body {
  font-size: 1.6rem;
  /*10px * 1.6 = 16px*/
}
.vpc1367_in {
  display: inline !important;
}
.vsp1367 {
  display: none !important;
}
.vsp1367_in {
  display: none !important;
}
@media screen and (max-width: 1367px) {
  .vsp1367 {
    display: block !important;
  }
  .vsp1367_in {
    display: inline !important;
  }
  .vpc1367, .vpc1367_in {
    display: none !important;
  }
}
.vpc1023_in {
  display: inline !important;
}
.vsp1023 {
  display: none !important;
}
.vsp1023_in {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .vsp1023 {
    display: block !important;
  }
  .vsp1023_in {
    display: inline !important;
  }
  .vpc1023, .vpc1023_in {
    display: none !important;
  }
}
.vpc767_in {
  display: inline !important;
}
.vsp767 {
  display: none !important;
}
.vsp767_in {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .vsp767 {
    display: block !important;
  }
  .vsp767_in {
    display: inline !important;
  }
  .vpc767, .vpc767_in {
    display: none !important;
  }
}
/* Common
----------------------------------------------------------------------------------------------------*/
body {
  background-color: #FFF;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit;
    /* 必要に応じて色も調整 */
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-height: 100%;
    position: relative;
  }
  body {
    margin: 0;
    padding: 0;
  }
}
/* リンクカラー */
a {
  color: #0a0a0a;
  /* default #0a0a0a */
}
/* テキストカラー */
.color-primary {
  color: #0081BB;
  /* default #1779ba */
}
.color-secondary {
  color: #767676;
  /* default #767676 */
}
.color-success {
  color: #7AC943;
  /* default #00913A */
}
.color-warning {
  color: #FF931E;
  /* default #f29600 */
}
.color-alert {
  color: #cc4b37;
  /* default #cc4b37 */
}
/* ボタンカラー */
.button {
  padding: 1rem;
  background-color: #666666;
  /* default #666666 */
  border: none;
  border-radius: 1rem;
  font-weight: bold;
  color: #fefefe;
  transition: 0.5s;
}
.button:hover, .button:focus {
  background-color: #333333;
  /* default #333333 */
  color: #fefefe;
}
.button.primary {
  background-color: #0081BB;
  /* default #1779ba */
  color: #FFF;
}
.button.primary:hover, .button.primary:focus {
  background-color: #14679e;
  /* default #14679e */
  color: #fefefe;
}
.button.secondary {
  background-color: #767676;
  /* default #767676 */
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  /* default #5e5e5e */
  color: #fefefe;
}
.button.success {
  background-color: #7AC943;
  /* default #00913A */
  color: #fefefe;
}
.button.success:hover, .button.success:focus {
  background-color: #006934;
  /* default #006934 */
  color: #fefefe;
}
.button.warning {
  background-color: #FF931E;
  /* default #f29600 */
  color: #fefefe;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  /* default #cc8b00 */
  color: #fefefe;
}
.button.alert {
  background-color: #cc4b37;
  /* default #cc4b37 */
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  /* default #a53b2a */
  color: #fefefe;
}
a.button {
  text-decoration: none;
}
/* ラベルカラー */
.label {
  display: inline-block;
  padding: 0;
  border-radius: 5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  white-space: nowrap;
  cursor: default;
  background: #666666;
  color: #fefefe;
}
.label.primary {
  background: #3FA9F5;
  /* default #1779ba */
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  /* default #767676 */
  color: #fefefe;
}
.label.success {
  background: #7AC943;
  /* default #00913A */
  color: #fefefe;
}
.label.warning {
  background: #FF931E;
  /* default #f29600 */
  color: #fefefe;
}
.label.alert {
  background: #cc4b37;
  /* default #cc4b37 */
  color: #fefefe;
}
/* Text Decoration */
sup {
  font-size: 1rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-center img {
  margin-left: auto;
  margin-right: auto;
}
/* Text Marker */
.marker {
  text-decoration: underline;
  text-decoration-thickness: 2rem;
  text-decoration-color: rgba(255, 255, 0, 0.8);
  text-underline-offset: -1rem;
  text-decoration-skip-ink: none;
}
/* Anker Link */
.jump_point {
  display: block;
  padding-top: 26rem;
  margin-top: -26rem;
}
@media screen and (max-width: 767px) {
.jump_point {
  display: block;
  padding-top: 8rem;
  margin-top: -8rem;
}
}
/* Header
----------------------------------------------------------------------------------------------------*/
.header {
  position: fixed;
  inset: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  z-index: 1000;
  width: 100%;
  height: 16rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 3rem;
}
.header__logo img {
  width: 100%;
  max-width: 59.1rem;
  height: auto;
}
.header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3rem;
}
.header-inner__tel {
  display: block;
  width: min(90%, 38.5rem);
  margin: 0 auto;
  color: #2b7f21;
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 500;
  text-align: left;
  line-height: 1;
}
.header-inner__tel span {
  font-size: clamp(3rem, 3vw, 6rem);
}
.header-inner__nav {
  width: 100%;
  max-width: 172rem;
  background-color: #2b7f21;
  padding: 2.5rem 0;
  margin: 0 auto;
}
.header-inner__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header-inner__nav li {
  padding: 0;
  list-style: none;
}
.header-inner__nav li a {
  display: block;
  width: 20rem;
  padding: 1.3rem;
  border-left: 1px solid #FFF;
  color: #FFF;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.5s;
}
.header-inner__nav li:last-child a {
  border-right: 1px solid #FFF;
}
.header-inner__nav li a:hover {
  background-color: #006934;
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .header-inner {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .header {
    z-index: 1000;
    height: 8rem;
    padding: 0 0 0 2rem;
  }
  .header__logo {
    z-index: 999;
    margin-left: 0;
  }
  .header__logo img {
    width: 19rem;
  }
  .header__logo.panelactive {
    width: 100%;
    z-index: 999;
  }
  .header-inner {
    gap: 3rem;
  }
  .header__item {
    width: 100%;
  }
  .header-inner__nav {
    position: fixed;
    top: -1300%;
    left: 0;
    z-index: 0;
    height: 100dvh;
    width: 100%;
    background: rgba(92, 157, 79, 0.9);
    margin-top: 8rem;
  }
  .header-inner__nav.panelactive {
    top: 0;
    opacity: 1;
  }
  .header-inner__nav ul {
    flex-wrap: wrap;
    justify-content: left;
    width: 33rem;
    margin: 1rem auto;
  }
  .header-inner__nav li a {
    width: 16.5rem;
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .header-inner__nav li:first-child a {
    border-left: 1px solid #FFF;
  }
  .header-inner__nav li:nth-child(even) a {
    border-right: 1px solid #FFF;
  }
  .header-inner__nav-contact {
    display: block;
    width: 33rem;
    margin: 0 auto;
    color: #FFF;
    font-size: 1.4rem;
    text-align: left;
  }
  .header-inner__nav-contact span {
    font-size: 4.8rem;
    font-weight: 500;
  }
}
/* Header Contact Button
----------------------------------------------------------------------------------------------------*/
.header-button {
  position: relative;
  display: inline-block;
  width: 30rem;
  height: 8rem;
  background-color: #2b7f21;
  color: #FFF;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 8rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.header-button:hover {
  background-color: #006934;
  color: #FFF;
}
.header-button .mail {
  position: absolute;
  top: 45%;
  left: 2rem;
}
@media screen and (max-width: 1023px) {
  .header-button {
    font-size: 1.4rem;
  }
  .header-button .mail {
    position: inherit;
    top: 25%;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .header-button {
    font-size: 1.6rem;
  }
  .header-button .mail {
    position: absolute;
    top: 45%;
    left: 2rem;
  }
}
/* Header Open Button
----------------------------------------------------------------------------------------------------*/
.header-inner__openbtn {
  position: relative;
  top: 0;
  right: 1.3rem;
  z-index: 9999;
  height: 5.3rem;
  width: 5.3rem;
  cursor: pointer;
}
.header-inner__openbtn span {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.2rem;
  display: inline-block;
  width: 5.3rem;
  background: #2b7f21;
  border-radius: 5rem;
  transition: all .4s;
}
.header-inner__openbtn.active span {
  background: #2b7f21;
}
.header-inner__openbtn span:nth-of-type(1) {
  top: 1.7rem;
}
.header-inner__openbtn span:nth-of-type(2) {
  top: 2.7rem;
}
.header-inner__openbtn span:nth-of-type(3) {
  top: 3.7rem;
}
@media screen and (min-width: 1024px) {
  .header-inner__openbtn {
    position: inherit;
    display: none;
  }
}
@media screen and (max-width: 1023px) {}
@media screen and (max-width: 767px) {
  .header-inner__openbtn {
    right: 3rem;
  }
}
/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
  width: 100%;
  padding: 0;
  background-color: #2b7f21;
}
.footer__item {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  max-width: 178rem;
  padding: 6.5rem 3rem;
  margin: 0 auto;
  color: #FFF;
  text-align: left;
}
.footer__item-left {
  width: auto;
  font-size: 2rem;
  text-align: left;
  line-height: 1.75;
}
.footer-logo img {
  width: 54.5rem;
  margin-bottom: 3rem;
}
.footer__item__address {
  margin-bottom: 3rem;
}
.footer__item__contact {
  justify-content: space-between;
  width: 38.5rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 1.5;
}
.footer__item__contact span {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.25;
}
.footer__item__link ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 2rem 0;
}
.footer__item__link li {
  padding: 0;
  list-style: none;
}
.footer__item__link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 5rem;
  padding: 0;
  border-left: 1px solid #FFF;
  color: #FFF;
  text-decoration: none;
  font-size: 1.6rem;
}
.footer__item__link li:last-child a {
  border-right: 1px solid #FFF;
}
.footer__item__link li a:hover {
  background-color: #FFF;
  color: #2b7f21;
}
.footer__item-center {
  display: block;
  width: 100%;
  text-align: right;
}
.footer__item-center a {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer__item {
    flex-direction: column;
    padding: 3rem 3rem 5rem;
  }
  .footer__item-left, .footer__item-right {
    width: 100%;
  }
  .footer__item-left {
    width: 100%;
    min-width: 33rem;
    margin: 0 auto 2rem;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .footer-logo img {
    width: 19rem;
    margin-bottom: 2rem;
  }
  .footer__item__link li a {
    width: 16.5rem;
    font-size: 1.4rem;
  }
  .footer__item__contact {
    width: 33rem;
  }
  .footer__item__contact span {
    font-size: 4.8rem;
  }
}
/* Footer Nav
----------------------------------------------------------------------------------------------------*/
.footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 70.4rem;
}
.footer__nav-list li {
  text-align: center;
}
.footer__nav-list a {
  text-decoration: none;
}
.footer__nav-list figure {
  margin: 0;
}
.footer__nav-list img {
  width: 100%;
  height: auto;
  display: block;
}
.footer__nav-list figcaption {
  background-color: #FFF;
  padding: 1.3rem;
  color: #2b7f21;
  font-size: 1.6rem;
}
.footer__nav-list a:hover figcaption {
  background-color: #006934;
  /* padding: 1.3rem; */
  color: #FFF;
  /* font-size: 1.6rem; */
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    gap: 1.2rem;
    max-width: 33rem;
  }
  .footer__nav-list figcaption {
    padding: 0.8rem;
    font-size: 1.4rem;
  }
}
/* Footer Copy
----------------------------------------------------------------------------------------------------*/
.footer-copy {
  width: 100%;
  padding: 7rem;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    padding: 0 1rem 3rem;
    font-size: 1rem;
  }
}
/* Container
----------------------------------------------------------------------------------------------------*/
.container {
  width: 100%;
}
.contents {
  width: 100%;
  margin: 0 auto;
}
.main {
  background-color: #FFF;
  text-align: left;
}
/* Page MV
----------------------------------------------------------------------------------------------------*/
.mv-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30rem;
  background-color: #2b7f21;
  margin-top: 16rem;
}
.mv-title {
  margin: 0 auto;
}
.mv-title__jp h2 {
  margin-bottom: 1rem;
  color: #FFF;
  font-size: clamp(3rem, 3vw, 4.2rem);
  font-weight: 700;
  text-wrap: auto;
}
.mv-title__en {
  padding: 0 1rem;
  color: #FFF;
  font-size: clamp(3rem, 3vw, 4.2rem);
  font-family: "Akatab", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .mv-page {
    margin-top: 8rem;
  }
}
/* Page Navigation
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .sticky-nav {
    position: sticky;
    top: 16rem;
    z-index: 999;
  }
  .header-inner__nav {
    max-width: 100%;
  }
}
/* Page Contents
----------------------------------------------------------------------------------------------------*/
.main {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 5rem 0;
  }
}
/* Telephone Link
----------------------------------------------------------------------------------------------------*/
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width:767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: none;
  }
}
/* Page Top
----------------------------------------------------------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 15px;
}
.pagetop a {
  display: block;
  background-color: #2b7f21;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  transition: 0.5s;
}
.pagetop a:hover {
  display: block;
  background-color: #323232;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
/*---------------------------------------------
昭和建設
---------------------------------------------*/
body {
  font-feature-settings: "palt";
}
.header__logo img {
  max-width: 180rem;
}
/*.header-button {
 display: inline-block;
 width: 30rem;
 height: 8rem;
 background-color: #2b7f21;
 color: #FFF;
 border-radius: 0;
 font-size: 1.6rem;
 font-weight: normal;
 line-height: 8rem;
 text-align: center;
 text-decoration: none;
 cursor: pointer;
}*/
.header-button span {
  position: relative;
}
.header-button span::after {
  position: absolute;
  content: "";
  position: absolute;
  top: 45%;
  left: 2rem;
  background-image: url(../img/icon-mail.svg);
}
.header-button:hover {
  background-color: #006934;
  color: #FFF;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .header-inner__nav ul {
    min-width: 700px;
    padding: 0 20px;
  }
  .header-inner__nav li {
    flex-grow: 1;
  }
  .header-inner__nav li a {
    width: auto;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  /* .header-inner__tel {
  width: 260px;
 }

 .header-inner__tel span {
  font-size: clamp(30px,
    calc(-6.6px + 4.74vw),
    60px);
 } */
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 20rem;
  }
}
.header-button:hover {
  background-color: #8fc42f;
  color: #FFF;
}
.header-inner__nav li a:hover {
  background-color: #8fc42f;
}
/*.jump_point {
  margin: 0;
  padding: 12em 0 0;
}*/
a.new-window {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  transition: 0.5s;
}
a:hover.new-window, a:active.new-window {
  opacity: 0.5;
}
a.new-window::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../img/icon-window.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.4rem;
  vertical-align: middle;
}
.footer-logo {
  max-width: 300px;
  margin-bottom: 3rem;
}
.footer-logo img:first-of-type {
  width: 30rem;
  margin-bottom: 2rem;
}
.footer-logo img:nth-child(2) {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    max-width: 100%;
  }
  a.new-window {
    display: inline;
    font-size: 1.6rem;
  }
  a.new-window::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}