@charset "UTF-8";
a, article, aside, audio, blockquote, body, caption, dd, div, dl, dt, figcaption, figure, footer, form, button, h1, h2, h3, h4, h5, h6, header, html, iframe, label, li, mark, menu, nav, ol, output, p, pre, ruby, section, span, table, tbody, td, tfoot, th, thead, time, tr, ul, video {
  margin: 0;
  padding: 0;
  font: inherit;
  border: 0;
  vertical-align: baseline;
  min-inline-size: 0;
}

picture {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

i, cite {
  font-style: normal;
}

img {
  border: none;
  vertical-align: top;
}

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

button {
  background: none;
  display: block;
  cursor: pointer;
}

button, input {
  overflow: visible;
  font-size: var(--typo-bd);
}

button, input, select, textarea {
  appearance: none;
  -webkit-appearance: none;
  max-width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  transition: 0.2s;
}

input, select, textarea {
  padding: 4px 8px;
  border: 1px solid var(--line-main);
  background: var(--bg-paper);
  border-radius: 4px;
}

button, input[type=button], input[type=submit], label, select {
  cursor: pointer;
}

input:hover, select:hover, textarea:hover {
  border: 1px solid var(--line-dark);
}

input:focus, select:focus, textarea:focus {
  outline: 0;
  border: 1px solid var(--txt-main);
}

:root {
  --black: rgb(0 0 0);
  --brown: rgba(113 69 0);
  --brown-light: rgba(161 131 81);
  --beige: rgba(240 235 229);
  --green: rgba(30 98 0);
  --green-light: rgba(244 247 243);
  --yellow: rgba(255 245 0);
  --gray: rgba(85 85 85);
  --gray-light: rgba(187 187 187);
  --cream: rgba(255 251 241);
  --white: rgb(255 255 255);
  --gradient-green: linear-gradient(to top,#1e6200 , #268001);
  --gradient-gray: linear-gradient(to top,#EAEAEA , #FFFFFF);
  --txt-main: rgb(18 18 18);
  --txt-link: rgb(41 98 255);
  --bg-main: rgba(247 247 247);
  --radius-round: 100vh;
  --radius-circle: 50%;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.5;
  font-size: var(--typo-bd);
  background: var(--bg-main);
  color: var(--txt-main);
}

#root {
  width: 100%;
  min-height: 100dvh;
  padding-top: 80px;
  position: relative;
}
@media (max-width: 770px) {
  #root {
    padding-top: 0;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}

img {
  transition: 0.2s;
}

@media (min-width: 770px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body, button, textarea, input, select {
  font-family: "Noto Sans JP", serif;
}

/* Component parts
――――――――――――――――――――――――――――――――――――*/
.sec {
  width: 1400px;
  max-width: 94%;
  margin: 0 auto;
}

.sec-full {
  width: 100%;
  margin: 0 auto;
}

/* 中央寄せ */
.prt-center {
  display: grid;
  place-items: center;
}

/* 画像フィット */
.prt-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prt-fit.contain {
  object-fit: contain;
}

/* テキスト改行制御 / <wbr>と併用 */
.prt-word {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* animetion
――――――――――――――――――――――――――――――――――――*/
@keyframes shiny-btn {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* common parts
――――――――――――――――――――――――――――――――――――*/
.common_cta {
  padding: 39px;
  background: var(--gradient-green);
}
@media (max-width: 770px) {
  .common_cta {
    padding: 32px 16px;
  }
}
.common_cta-ti {
  margin-bottom: 16px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: var(--white);
}
@media (max-width: 770px) {
  .common_cta-ti {
    font-size: 24px;
  }
}
.common_cta-inner {
  width: fit-content;
  max-width: 95%;
  margin: auto;
  padding: 24px 32px;
  border-radius: 10px;
  background: var(--white);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .common_cta-inner {
    padding: 24px;
    gap: 16px;
  }
}
@media (max-width: 770px) {
  .common_cta-inner {
    padding: 24px 0;
    flex-direction: column;
  }
}
.common_cta-tel {
  max-width: 90%;
  min-width: 310px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 770px) {
  .common_cta-tel {
    order: 2;
    width: 100%;
    min-width: 0;
  }
}
.common_cta-tel-ti {
  width: 100%;
  padding-bottom: 8px;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid var(--black);
  transition: 0.2s;
}
@media (max-width: 940px) {
  .common_cta-tel-ti {
    font-size: 15px;
  }
}
.common_cta-tel-anc {
  width: 380px;
  max-width: 100%;
  display: block;
}
@media (max-width: 770px) {
  .common_cta-tel-anc {
    max-width: 90%;
  }
}
.common_cta-tel-img {
  width: 100%;
}
.common_cta-tel-txt {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.2s;
}
@media (max-width: 940px) {
  .common_cta-tel-txt {
    font-size: 13px;
  }
}
@media (max-width: 770px) {
  .common_cta-tel-txt {
    font-size: 12px;
  }
}
.common_cta-request {
  width: 464px;
  max-width: fit-content;
  position: relative;
  overflow: hidden;
}
@media (max-width: 770px) {
  .common_cta-request {
    max-width: 90%;
  }
}
.common_cta-request:hover {
  opacity: 0.7;
}
.common_cta-request::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -180px;
  left: 0;
  width: 50px;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  animation: shiny-btn 3s ease-in-out infinite;
}
.common_cta-request-img {
  width: 100%;
}

.common_cta_first .common_cta-inner {
  background: transparent;
}

.common_cta_first .common_cta-ti {
  display: none;
}

@media (max-width: 770px) {
  .common_cta_first .common_cta-request {
    max-width: fit-content;
  }
}
.common_cta-tel-anc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
  box-sizing: border-box;
}

.common_cta-tel-img-box {
  display: inline-block;
  width: 15%;
}

.common_cta-tel-img {
  display: block;
  width: 100%;
}

.common_cta-tel-text {
  display: inline-block;
  font-family: "Roboto";
  font-size: 42px;
  transition: 0.2s;
}

.head-cta-anc.tel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3%;
  box-sizing: border-box;
}

.head-cta-anc-txt {
  width: 100%;
}

.head-cta-tel-img-box {
  display: inline-block;
  width: 15%;
}

.head-cta-tel-img {
  display: block;
  width: 100%;
}

.head-cta-tel-text {
  display: inline-block;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 900px) {
  .common_cta-tel-text {
    font-size: 36px;
  }
}
@media (max-width: 820px) {
  .head-cta-tel-text {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .common_cta-tel-text {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .common_cta-tel-text {
    font-size: 28px;
  }
  .head-cta-tel-text {
    font-size: 18px;
  }
}
/* header
――――――――――――――――――――――――――――――――――――*/
#header {
  width: 100%;
  border-bottom: 1px solid var(--gray-light);
  background: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 770px) {
  #header {
    border: none;
    position: static;
  }
}

.head {
  width: 1200px;
  max-width: 95%;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.head-logo-img {
  width: 200px;
}
.head-logo-txt {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 770px) {
  .head-logo-txt {
    display: none;
  }
}
.head-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.head-cta-anc.tel {
  width: 215px;
}
.head-cta-anc.request {
  width: 176px;
}
.head-cta-anc.request:hover {
  opacity: 0.7;
}
@media (max-width: 770px) {
  .head-cta-anc.request {
    display: none;
  }
}
.head-cta-anc-txt {
  font-size: 12px;
  font-weight: 500;
}
.head-cta-anc-img {
  width: 100%;
}
@media (max-width: 820px) {
  .head-logo-img {
    width: 140px;
  }
  .head-cta-anc.tel {
    width: 200px;
  }
  .head-cta-anc.request {
    width: 140px;
  }
}

/* foot
――――――――――――――――――――――――――――――――――――*/
.foot {
  padding: 40px 0 48px;
  background: var(--white);
}
.foot-logo {
  width: 200px;
  margin: 0 auto 36px;
}
.foot-logo-img {
  width: 100%;
}
.foot-company {
  margin-bottom: 26px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 770px) {
  .foot-company {
    flex-direction: column;
    gap: 4px;
  }
}
.foot-company-name {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 770px) {
  .foot-company-name {
    margin-bottom: 4px;
  }
}
.foot-copy {
  max-width: 90%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  color: #888;
}
