@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #323232;
  background: #fffaea;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

a {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1280px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.heading--lv3 .sub {
  display: block;
  color: #ff5d00;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.heading--lv4 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 1.4px;
}
.heading--lv5 {
  position: relative;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.05px;
  padding-left: 20px;
}
.heading--lv5::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ff5d00;
  border-radius: 50%;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    font-size: 2.7rem;
    gap: 5px;
  }
  .heading--lv3 .sub {
    font-size: 1.6rem;
  }
  .heading--lv4 {
    font-size: 2.1rem;
  }
  .heading--lv5 {
    font-size: 1.7rem;
  }
}
.button--pattern-1 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: opacity 0.2s;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
}
.button--pattern-1:hover {
  transition: opacity 0.3s;
}
.button--pattern-1:hover .icon {
  transition: transform 0.3s ease;
  background-color: rgba(255, 255, 255, 0.4);
}
.button--pattern-1:hover .icon::before {
  transition: transform 0.3s ease;
  transform: translateX(3px);
}
.button--pattern-1 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #FF5D00;
  font-size: 3rem;
}
.button--pattern-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.button--pattern-2:hover {
  opacity: 0.7;
}
.button--pattern-2 .text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #323232;
}
.button--pattern-2 .icon {
  color: #ff5d00;
  font-size: 2rem;
}

.btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #ff5d00;
  border-radius: 50%;
  color: #ffffff;
  font-size: 2.8rem;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.btn-arrow:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    gap: 12px;
    font-size: 1.5rem;
  }
  .button--pattern-1 .icon {
    width: 50px;
    height: 50px;
    font-size: 2.7rem;
  }
  .button--pattern-2 .text {
    font-size: 1.5rem;
  }
  .btn-arrow {
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.sub-mv {
  position: relative;
  height: 350px;
}
.sub-mv__body {
  position: absolute;
  left: max(20px, (100% - 1280px) / 2);
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  max-width: 430px;
}
.sub-mv__title {
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #323232;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
}
.sub-mv__img {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  width: 60%;
  border-radius: 20px;
  overflow: hidden;
  max-width: 910px;
}
.sub-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media only screen and (max-width: 767px) {
  .sub-mv {
    height: 100%;
  }
  .sub-mv__body {
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    max-width: 100%;
  }
  .sub-mv__title {
    font-size: 2.8rem;
  }
  .sub-mv__img {
    position: relative;
    right: 0;
    border-radius: 10px;
    margin: 0 10px;
    width: calc(100% - 20px);
    opacity: 0.6;
  }
}
.header {
  width: 100%;
  height: 100px;
  background: rgba(255, 250, 234, 0.95);
  z-index: 1000;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  gap: 45px;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: #fffaea;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.header__logo img {
  width: 131px;
  height: auto;
  margin-top: 30px;
}
.header__nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__item a {
  font-size: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.2s;
}
.header__item a:hover {
  color: #ff5d00;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}
.header__tel {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__tel span {
  font-size: 2.8rem;
  font-weight: 700;
  white-space: nowrap;
}
.header__tel:hover {
  opacity: 0.7;
}
.header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #323232;
  border-radius: 50%;
  transition: opacity 0.2s;
}
.header__contact:hover {
  opacity: 0.6;
}

.top-line {
  position: fixed;
  right: 70px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fffaea;
  border-radius: 10px 10px 0 0;
  padding: 12px 16px;
  z-index: 100;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.7px;
  transition: opacity 0.2s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.top-line-icon {
  width: 35px;
  height: auto;
}
.top-line:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
  .header__logo {
    width: 120px;
    height: 120px;
    border-radius: 15px;
  }
  .header__logo img {
    width: 80px;
    margin-top: 35px;
  }
  .header__nav {
    display: none;
  }
  .header__right {
    display: none;
  }
  .top-line {
    right: 20px;
    padding: 8px 11px;
    font-size: 1.3rem;
    gap: 8px;
    line-height: 16px;
  }
}
.footer-action {
  position: relative;
  padding: 100px 0;
}
.footer-action__bg {
  position: absolute;
  inset: 0;
  background: url(../img/pages/top/cta/bg.jpg) no-repeat center/cover;
  opacity: 0.2;
  z-index: 0;
}
.footer-action__inner {
  position: relative;
  z-index: 1;
}
.footer-action__body {
  display: flex;
  align-items: center;
  gap: 50px;
}
.footer-action__heading {
  max-width: 315px;
  width: 100%;
}
.footer-action__title {
  align-items: baseline;
}
.footer-action__text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
  margin-top: 20px;
}
.footer-action__text br {
  display: block;
}
.footer-action__links {
  flex: 1;
}
.footer-action__tel-link {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 0px;
  background: #FFFAEA;
  border: 1px solid #323232;
  border-radius: 45px;
  padding: 7px 30px 12px;
  width: calc(100% - 60px);
  line-height: 1;
  margin-bottom: 20px;
}
.footer-action__tel-link:hover {
  opacity: 0.8;
}
.footer-action__tel-link img {
  width: 27px;
  height: 27px;
  margin-top: 10px;
}
.footer-action__tel-link span {
  font-size: 5rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.04em;
  margin-left: 12px;
}
.footer-action__tel-note {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 8px;
  font-weight: 400;
}
.footer-action__buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.footer-action__button {
  max-width: 355px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
  background: #fffaea;
  border: 1px solid #323232;
  border-radius: 45px;
  padding: 18px 20px;
  box-sizing: border-box;
  transition: opacity 0.2s;
}
.footer-action__button:hover {
  opacity: 0.7;
}
.footer-action__button i {
  font-size: 2rem;
  color: #333333;
}
.footer-action__button img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-action__button span {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333333;
}

.footer-bar {
  padding: 50px 0 70px;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #323232;
  padding-top: 15px;
  margin-top: 50px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  display: block;
  width: 173px;
  margin-bottom: 40px;
}
.footer-bar__logo img {
  width: 100%;
  height: auto;
}
.footer-bar__address {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.footer-bar__hours {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 435px;
}
.footer-bar__item a {
  font-size: 1.5rem;
  color: #333333;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.footer-bar__item a::after {
  content: "";
  display: block;
  height: 1px;
  background: #333333;
}
.footer-bar__item a:hover {
  opacity: 0.7;
}
.footer-bar__copyright {
  font-size: 1.3rem;
  font-weight: 400;
  color: #969696;
}
.footer-bar__copyright a:hover {
  opacity: 0.7;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333333;
}
.footer-bar__link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 60px 0;
  }
  .footer-action__body {
    flex-direction: column;
    gap: 40px;
  }
  .footer-action__heading {
    max-width: 100%;
  }
  .footer-action__title {
    align-items: center;
  }
  .footer-action__text br {
    display: none;
  }
  .footer-action__tel-link span {
    font-size: 3rem;
  }
  .footer-action__tel-link img {
    width: 22px;
    height: 22px;
    margin-top: 6px;
  }
  .footer-action__tel-note {
    font-size: 1.3rem;
  }
  .footer-action__buttons {
    flex-direction: column;
    gap: 20px;
  }
  .footer-action__button {
    max-width: 100%;
    padding: 22px 20px;
  }
  .footer-action__button span {
    font-size: 1.8rem;
  }
  .footer-bar {
    padding: 50px 0 60px;
  }
  .footer-bar__wrapper--top {
    flex-direction: column;
    gap: 30px;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    gap: 15px;
  }
  .footer-bar__contents {
    width: 100%;
    align-items: center;
  }
  .footer-bar__logo {
    width: 140px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__links {
    display: none;
  }
  .footer-bar__copyright {
    text-align: center;
  }
}
.drawer-off__button {
  position: fixed;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background: #323232;
  border-radius: 0 0 0 8px;
  cursor: pointer;
  z-index: 1000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 35px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100svh;
  background: #fffaea;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__header {
  display: flex;
  padding: 12px 20px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 80px;
}
.drawer-on__inner {
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__item {
  display: flex;
}
.drawer-on__item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link {
  display: flex;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.drawer-on__sns {
  width: 25px;
}
.drawer-on__button {
  margin-top: 20px;
}
.drawer-on__button--line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #323232;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  border: 1px solid #323232;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #323232;
}
.drawer-on__button--mail .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffd36d;
  padding: 15px 20px;
  margin-top: 20px;
  border-radius: 90px;
}
.drawer-on__tel .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.drawer-on__tel .link .text {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-on__tel .caption {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-mv {
  position: relative;
  height: calc(100vh - 117px);
  max-height: 800px;
  min-height: 600px;
  z-index: 0;
  overflow: hidden;
  margin: 0 50px;
  border-radius: 20px;
}
.top-mv__bg {
  position: absolute;
  inset: 0;
  background: url(../img/pages/top/bg.jpg) no-repeat center/cover;
  z-index: 0;
}
.top-mv__body {
  position: absolute;
  left: 195px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 50px;
}
.top-mv__catch {
  font-size: 5rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #ffffff;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
}
.top-mv__text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 2;
  text-shadow: 2px 2px 5px rgb(72, 51, 9);
}
.top-mv__line-icon {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-mv__line-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #323232;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    margin: 0 20px;
    max-height: 530px;
    min-height: unset;
  }
  .top-mv__body {
    left: 20px;
    right: 20px;
    gap: 30px;
  }
  .top-mv__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .top-mv__catch {
    font-size: 3rem;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
  }
  .top-mv__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .top-mv__line {
    right: 10px;
    padding: 10px 12px;
  }
  .top-mv__line-icon {
    width: 28px;
    height: 28px;
  }
  .top-mv__line-text {
    font-size: 1.2rem;
  }
}
.top-about {
  padding: 100px 0 100px;
}
.top-about__title {
  margin-bottom: 80px;
}
.top-about__boxes {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  position: relative;
  height: 460px;
  z-index: -1;
}
.top-about__box {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 470px;
  height: 260px;
  border-radius: 130px;
  padding: 30px 40px;
  box-sizing: border-box;
  text-align: center;
}
.top-about__box--yellow {
  background: #ffd36d;
  bottom: 0;
  left: calc(50% - 640px);
}
.top-about__box--orange {
  background: #ffc38a;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-about__box--gray {
  background: #e1e1e1;
  bottom: 0;
  right: calc(50% - 640px);
}
.top-about__box-title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #323232;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.top-about__box-list {
  list-style: none;
}
.top-about__box-list li {
  font-size: 1.5rem;
  font-weight: 500;
  color: #323232;
  line-height: 2;
  letter-spacing: 0.05em;
}
.top-about__img {
  display: flex;
  justify-content: center;
  margin-top: -220px;
  margin-bottom: 50px;
  z-index: 1;
}
.top-about__img img {
  width: 350px;
  height: auto;
}
.top-about__lead p {
  text-align: center;
  line-height: 1.9;
  margin-bottom: 10px;
}
.top-about__lead p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0 60px;
  }
  .top-about__title {
    margin-bottom: 40px;
  }
  .top-about__boxes {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 15px;
    margin-bottom: 40px;
  }
  .top-about__box {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
    padding: 25px 20px;
  }
  .top-about__box-title {
    font-size: 2.2rem;
  }
  .top-about__box-list li {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .top-about__img {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .top-about__img img {
    width: 280px;
  }
  .top-about__lead p {
    text-align: left;
  }
}
.top-concept {
  padding: 0 0 100px;
}
.top-concept__title {
  margin-bottom: 40px;
}
.top-concept__body {
  display: flex;
  align-items: center;
  gap: 100px;
}
.top-concept__text-block {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 580px;
  flex-shrink: 0;
}
.top-concept__text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #323232;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.top-concept__text:last-of-type {
  margin-bottom: 54px;
}

@media only screen and (max-width: 767px) {
  .top-concept {
    padding: 0 0 60px;
  }
  .top-concept__title {
    margin-bottom: 40px;
    text-align: center;
  }
  .top-concept__body {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .top-concept__text-block {
    width: 100%;
  }
  .top-concept__text {
    font-size: 1.5rem;
  }
  .top-concept__text:last-of-type {
    margin-bottom: 30px;
  }
  .top-concept__img img {
    width: 280px;
  }
  .top-concept__btn {
    margin: 0 auto;
  }
}
.top-service {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}
.top-service::before, .top-service::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 47px;
  z-index: 1;
}
.top-service::before {
  background: url(../img/pages/top/service-copy-top.svg) no-repeat center/contain;
  top: -1px;
}
.top-service::after {
  background: url(../img/pages/top/service-copy-bottom.svg) no-repeat center/contain;
  bottom: -1px;
}
.top-service__bg {
  position: absolute;
  inset: 0;
  background: url(../img/pages/top/service-bg.jpg) no-repeat center/cover;
  z-index: 0;
}
.top-service__inner {
  position: relative;
  z-index: 1;
  background: rgba(255, 250, 234, 0.9);
  border-radius: 300px;
  padding: 60px 80px 70px;
  box-sizing: border-box;
}
.top-service__title {
  margin-bottom: 40px;
}
.top-service__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.top-service__items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-service__items img {
  width: 37px;
  height: 37px;
}
.top-service__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 246px;
  height: 160px;
  background: rgba(255, 93, 0, 0.9);
  border-radius: 90px;
}
.top-service__item-name {
  font-size: 3.6rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.top-service__cross {
  font-size: 3.2rem;
  font-weight: 500;
  color: #ff5d00;
}
.top-service__text {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .top-service {
    padding: 100px 0;
  }
  .top-service::before, .top-service::after {
    background-size: cover;
  }
  .top-service__inner {
    border-radius: 30px;
    padding: 40px 20px 50px;
  }
  .top-service__title {
    margin-bottom: 30px;
  }
  .top-service__body {
    gap: 20px;
  }
  .top-service__items {
    gap: 5px;
  }
  .top-service__items img {
    width: 15px;
    height: 15px;
  }
  .top-service__item {
    width: 90px;
    height: 90px;
  }
  .top-service__item-name {
    font-size: 1.5rem;
  }
  .top-service__cross {
    font-size: 2.4rem;
  }
  .top-service__text {
    text-align: left;
  }
}
.top-situation {
  padding: 0 0 100px;
}
.top-situation__title {
  text-align: center;
  align-items: center;
  margin-bottom: 60px;
}
.top-situation__list {
  display: flex;
  gap: 40px;
}
.top-situation__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #ffffff;
  border-radius: 190px;
  padding: 20px 30px 40px;
}
.top-situation__item--yellow {
  background: #ffd36d;
}
.top-situation__item--orange {
  background: #ffc38a;
}
.top-situation__item--gray {
  background: #e1e1e1;
}
.top-situation__img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.top-situation__img img {
  max-width: 270px;
  height: 270px;
}
.top-situation__body {
  display: flex;
  flex-direction: column;
  gap: 35px;
  flex: 1;
  margin-top: 35px;
}
.top-situation__item-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.top-situation__item-text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.top-situation__btn {
  align-items: center;
  justify-content: center;
  margin: 35px auto 0;
}

@media only screen and (max-width: 767px) {
  .top-situation {
    padding: 0 0 60px;
  }
  .top-situation__title {
    margin-bottom: 40px;
  }
  .top-situation__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .top-situation__item {
    width: calc(100% - 80px);
    max-width: 400px;
    border-radius: 200px;
    padding: 20px 40px 30px;
  }
  .top-situation__body {
    gap: 10px;
    margin-top: 30px;
  }
  .top-situation__item-title {
    font-size: 2rem;
    height: auto;
  }
  .top-situation__item-text {
    font-size: 1.5rem;
  }
  .top-situation__btn {
    margin-top: 30px;
  }
}
.top-reason {
  padding: 100px 0 100px;
}
.top-reason__title {
  margin-bottom: 80px;
}
.top-reason__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.top-reason__item {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 30px 50px;
  border-bottom: 1px solid #323232;
}
.top-reason__item:first-child {
  border-top: 1px solid #323232;
}
.top-reason__img {
  flex-shrink: 0;
  width: 200px;
}
.top-reason__img img {
  width: 100%;
  height: auto;
}
.top-reason__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top-reason__item-title {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.top-reason__item-text {
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.top-reason__btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-reason {
    padding: 60px 0;
  }
  .top-reason__title {
    margin-bottom: 40px;
  }
  .top-reason__list {
    margin-bottom: 40px;
  }
  .top-reason__item {
    flex-flow: column;
    gap: 30px;
    padding: 30px 20px;
  }
  .top-reason__img {
    width: 140px;
  }
  .top-reason__body {
    gap: 20px;
  }
  .top-reason__item-title {
    font-size: 2rem;
  }
  .top-reason__item-text {
    font-size: 1.4rem;
  }
}
.top-column {
  padding: 0 0 100px;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  align-items: baseline;
  margin-bottom: 50px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.8;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/285;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 20px;
  margin-bottom: 10px;
}
.top-column__item .time {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.top-column__item .title {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px dashed #323232;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__item .caption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__button {
  position: absolute;
  top: 15px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 0 0 60px;
  }
  .top-column__title {
    margin-bottom: 40px;
    align-items: center;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .top-column__item .link {
    width: 100%;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
  .top-column__item .title {
    font-size: 1.6rem;
  }
  .top-column__item .caption {
    font-size: 1.3rem;
  }
  .top-column__button {
    position: static;
    margin: 0 auto;
    display: flex;
  }
}
.top-news {
  padding: 0 0 100px;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 50px;
}
.top-news__title {
  align-items: baseline;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  max-width: 760px;
  width: 100%;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #323232;
  padding: 25px 0;
}
.top-news__item .link:hover {
  opacity: 0.7;
}
.top-news__item .link i::before {
  color: #FF5D00;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-news__item .time {
  line-height: 1;
}
.top-news__item .title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}
.top-news__item .icon {
  color: #ff5d00;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 0 0 60px;
  }
  .top-news__inner {
    flex-direction: column;
    gap: 40px;
  }
  .top-news__title {
    align-items: center;
  }
  .top-news__item:first-child .link {
    padding-top: 0;
  }
  .top-news__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .top-news__item .wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 90%;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__button {
    position: static;
    margin: 0 auto;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  font-size: 1.4rem;
  padding: 2px 10px;
  border: 1px solid #323232;
  border-radius: 90px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  font-size: 1.4rem;
  padding: 2px 10px;
  border: 1px solid #323232;
  border-radius: 90px;
}
.blog-single__title {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}
.solution {
  padding: 80px 0;
}
.solution__title {
  margin-bottom: 60px;
}
.solution__item {
  margin-bottom: 80px;
}
.solution__block {
  display: flex;
  gap: 100px;
  padding-bottom: 60px;
}
.solution__img {
  width: 430px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.solution__img img {
  max-width: 360px;
  width: 100%;
  height: auto;
}
.solution__content {
  flex: 1;
  min-width: 0;
}
.solution__block-title {
  margin-bottom: 30px;
}
.solution__block-sub {
  margin-bottom: 20px;
}
.solution__block-texts {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.solution__block-text {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.solution__box {
  position: relative;
  border-radius: 130px;
  padding: 90px 20px 70px;
  margin-top: 40px;
}
.solution__box--yellow {
  background: #ffd36d;
}
.solution__box--orange {
  background: #ffc38a;
}
.solution__box-title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 130px;
  border: 2px solid #FDFBF2;
  max-width: 444px;
  width: calc(100% - 20px);
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution__box-title--yellow {
  background: #ffd36d;
}
.solution__box-title--orange {
  background: #ffc38a;
}
.solution__box-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 50px;
  max-width: 770px;
  margin: auto;
}
.solution__box-item {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
  padding: 0 0 15px;
  border-bottom: 4px dotted #FF5D00;
}

.solution-pleasant {
  padding: 80px 0;
  background: #fff7dd;
}
.solution-pleasant__title {
  margin-bottom: 80px;
}
.solution-pleasant__body {
  display: flex;
  align-items: center;
  gap: 60px;
}
.solution-pleasant__text-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.solution-pleasant__text {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.solution-pleasant__img {
  width: 570px;
  height: 350px;
  border-radius: 350px;
  overflow: hidden;
  flex-shrink: 0;
}
.solution-pleasant__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media only screen and (max-width: 767px) {
  .solution {
    padding: 60px 0 0;
  }
  .solution__title {
    margin-bottom: 40px;
    text-align: center;
  }
  .solution__item {
    margin-bottom: 50px;
  }
  .solution__block {
    flex-direction: column;
    gap: 30px;
    padding: 0 0 40px;
  }
  .solution__img {
    width: 200px;
    margin: 0 auto;
  }
  .solution__box-list {
    grid-template-columns: auto;
  }
  .solution__block-title {
    margin-bottom: 15px;
  }
  .solution__block-sub {
    margin-bottom: 15px;
  }
  .solution__block-text {
    font-size: 1.4rem;
  }
  .solution__box {
    border-radius: 30px;
    padding: 40px 25px 25px;
  }
  .solution__box-title {
    top: -30px;
    padding: 10px 50px;
    max-width: 150px;
  }
  .solution__box-item {
    font-size: 1.6rem;
  }
  .solution-pleasant {
    padding: 70px 0;
  }
  .solution-pleasant__title {
    margin-bottom: 40px;
    text-align: center;
  }
  .solution-pleasant__body {
    flex-direction: column;
    gap: 40px;
  }
  .solution-pleasant__img {
    width: 100%;
    height: 270px;
  }
  .solution-pleasant__text {
    font-size: 1.4rem;
  }
}
.service {
  padding: 80px 0;
}
.service__inner {
  display: flex;
  flex-flow: column;
  gap: 60px;
}
.service__title {
  margin-bottom: 20px;
}
.service__block {
  padding: 0 70px 70px;
  border-radius: 130px;
}
.service__block--yellow {
  background: #FFD36D;
}
.service__block--orange {
  background: #FFC38A;
}
.service__block--gray {
  background: #E1E1E1;
}
.service__body {
  margin-top: 50px;
}
.service__content {
  display: flex;
  gap: 150px;
  align-items: center;
}
.service__img {
  width: 290px;
  flex-shrink: 0;
  margin-top: -20px;
}
.service__img img {
  width: 100%;
  height: auto;
}
.service__block-title {
  margin-bottom: 30px;
}
.service__block-text {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.service__box {
  margin-top: 50px;
}
.service__box-title {
  border-radius: 130px;
  border: 2px solid #FDFBF2;
  width: 100%;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.service__box-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 50px;
  max-width: 850px;
  margin: auto;
}
.service__box-item {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
  padding: 0 0 15px;
  border-bottom: 4px dotted #FF5D00;
}

.service-support {
  padding: 80px 0;
  background: #FFF7DD;
}
.service-support__title {
  margin-bottom: 60px;
}
.service-support__lead {
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 60px;
}
.service-support__flow-title {
  margin-bottom: 60px;
}
.service-support__flow {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  max-width: 900px;
  margin: 0 auto 50px;
}
.service-support__step {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
}
.service-support__step-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 100;
}
.service-support__step-head--yellow {
  background: #FFD36D;
}
.service-support__step-head--orange {
  background: #FFC38A;
}
.service-support__step-head--gray {
  background: #E1E1E1;
}
.service-support__step-num {
  position: absolute;
  top: -5px;
  left: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  font-size: 2.5rem;
  font-weight: 700;
  flex-shrink: 0;
  z-index: -1;
}
.service-support__step-num--yellow {
  background: #FFD36D;
}
.service-support__step-num--orange {
  background: #FFC38A;
}
.service-support__step-num--gray {
  background: #E1E1E1;
}
.service-support__step-body {
  flex: 1;
  padding-top: 8px;
}
.service-support__step-title {
  margin-bottom: 10px;
}
.service-support__step-text {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.service-support__consult-box {
  display: flex;
  gap: 80px;
  margin-bottom: 70px;
}
.service-support__consult-title {
  margin-bottom: 50px;
}
.service-support__consult-list {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.service-support__consult-lead {
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .service {
    padding: 60px 0;
  }
  .service__title {
    margin-bottom: 0px;
  }
  .service__block {
    flex-direction: column;
    gap: 25px;
    padding: 0 30px 50px;
    margin-top: 20px;
    border-radius: 60px;
  }
  .service__body {
    margin-top: 0px;
  }
  .service__content {
    flex-flow: column-reverse;
    gap: 20px;
  }
  .service__img {
    width: 180px;
    margin: -20px auto 0;
  }
  .service__block-title {
    margin-bottom: 10px;
    text-align: center;
  }
  .service__box {
    margin-top: 40px;
  }
  .service__box-title {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 30px;
  }
  .service__box-list {
    grid-template-columns: auto;
    max-width: 100%;
  }
  .service__box-item {
    font-size: 1.6rem;
    padding: 0 0 10px;
  }
  .service-support {
    padding: 60px 0;
  }
  .service-support__title {
    margin-bottom: 30px;
    text-align: center;
  }
  .service-support__lead {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 40px;
  }
  .service-support__flow-title {
    margin-bottom: 10px;
    text-align: center;
  }
  .service-support__flow {
    margin-bottom: 50px;
  }
  .service-support__step {
    gap: 20px;
    padding: 25px 0;
  }
  .service-support__step-head {
    width: 110px;
    height: 110px;
  }
  .service-support__step-head img {
    width: 50px;
  }
  .service-support__step-num {
    left: 0;
    width: 44px;
    height: 44px;
    font-size: 2rem;
  }
  .service-support__step-text {
    font-size: 1.4rem;
  }
  .service-support__consult-box {
    flex-flow: column;
    gap: 30px;
    margin-bottom: 50px;
  }
  .service-support__consult-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .service-support__consult-list {
    gap: 10px;
    margin: 0 auto;
  }
  .service-support__consult-item {
    font-size: 1.7rem;
  }
}
.reason {
  padding: 80px 0;
  background: #fffaea;
}
.reason__title {
  margin-bottom: 60px;
}
.reason__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  gap: 60px;
}
.reason__item {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 70px;
  border-radius: 130px;
}
.reason__item--yellow {
  background: #FFD36D;
}
.reason__item--orange {
  background: #FFC38A;
}
.reason__item--gray {
  background: #E1E1E1;
}
.reason__content {
  max-width: 480px;
  width: 100%;
}
.reason__num {
  margin-bottom: 10px;
}
.reason__img {
  width: 400px;
  flex-shrink: 0;
}
.reason__img img {
  width: 100%;
  height: auto;
}
.reason__body {
  flex: 1;
}
.reason__item-title {
  margin-bottom: 20px;
}
.reason__item-list {
  list-style-type: disc;
  padding-left: 15px;
  margin: 10px 0;
}
.reason__item-list li::marker {
  color: #FF5D00;
  font-size: 0.6em;
}
.reason__item-text {
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.reason__lead-content {
  margin-top: 80px;
}
.reason__lead-title {
  margin-bottom: 30px;
  text-align: center;
}
.reason__lead-text {
  text-align: center;
}

.reason-works {
  padding: 80px 0;
  background: #fff7dd;
}
.reason-works__title {
  margin-bottom: 60px;
}
.reason-works__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  margin: 80px 0;
}
.reason-works__item {
  width: 32%;
  background: #FFD36D;
  border-radius: 20px;
  overflow: hidden;
}
.reason-works__img {
  width: 100%;
  aspect-ratio: 340/242;
  background: url(../img/pages/reason/no-img.jpg) no-repeat center/cover;
}
.reason-works__item-body {
  padding: 20px 30px;
}
.reason-works__item-title {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.reason-works__item-subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FF5D00;
  padding: 0;
}
.reason-works__item-subtitle::before {
  content: unset;
}
.reason-works__item-text {
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.reason-works__btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .reason {
    padding: 60px 0;
  }
  .reason__title {
    margin-bottom: 40px;
    text-align: center;
  }
  .reason__content {
    max-width: 100%;
  }
  .reason__num {
    width: 130px;
    margin: 0 auto 10px;
  }
  .reason__list {
    margin-bottom: 0;
    gap: 30px;
  }
  .reason__item {
    flex-direction: column;
    gap: 25px;
    padding: 40px 30px;
    border-radius: 50px;
  }
  .reason__img {
    width: 100%;
    max-width: 250px;
  }
  .reason__item-title {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.6;
  }
  .reason__lead-content {
    margin-top: 50px;
  }
  .reason__lead-title {
    margin-bottom: 20px;
  }
  .reason-works {
    padding: 60px 0;
  }
  .reason-works__title {
    margin-bottom: 40px;
  }
  .reason-works__list {
    flex-flow: column;
    gap: 40px;
    margin: 50px 0;
  }
  .reason-works__item {
    width: 100%;
  }
  .reason-works__body {
    padding: 20px;
  }
  .reason-works__item-title {
    margin-bottom: 10px;
  }
  .reason-works__item-text {
    margin-bottom: 10px;
  }
}
.works {
  padding: 80px 0;
}
.works__content {
  background: #FFD36D;
  border-radius: 130px;
  padding: 70px;
}
.works__content ul li {
  padding: 30px 0;
  border-top: 1px solid #FF5D00;
}
.works__content ul li:last-child {
  border-bottom: 1px solid #FF5D00;
}
.works__img {
  width: 100%;
  aspect-ratio: 560/400;
  background: url(../img/pages/works/no-img.jpg) no-repeat center/cover;
  max-width: 560px;
  margin: 0 auto 50px;
  border-radius: 20px;
}
.works__title {
  margin-bottom: 30px;
}
.works__subtitle {
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FF5D00;
  margin-bottom: 5px;
}
.works__subtitle::before {
  content: unset;
}
.works__btn {
  margin: 0 auto;
  display: flex;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .works {
    padding: 60px 0;
  }
  .works__content {
    border-radius: 50px;
    padding: 50px 30px;
  }
  .works__content ul li {
    padding: 20px 0;
  }
  .works__img {
    margin: 0 auto 30px;
  }
  .works__title {
    margin-bottom: 20px;
  }
  .works__btn {
    margin-top: 40px;
  }
}
.greeting {
  padding: 80px 0;
}
.greeting__title {
  align-items: flex-start;
  margin-bottom: 60px;
}
.greeting__body {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 70px;
}
.greeting__content {
  flex: 1;
  min-width: 0;
}
.greeting__block-title {
  margin-bottom: 30px;
}
.greeting__text {
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.greeting__img {
  width: 470px;
  border-radius: 130px;
  overflow: hidden;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.greeting__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.greeting__cards {
  display: flex;
  gap: 30px;
}
.greeting__card {
  flex: 1;
  border-radius: 190px;
  padding: 40px 30px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.greeting__card--yellow {
  background: #ffd36d;
}
.greeting__card--orange {
  background: #ffc38a;
}
.greeting__card--gray {
  background: #e1e1e1;
}
.greeting__card-img {
  width: 180px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-top: -60px;
}
.greeting__card-title {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.35;
}
.greeting__card-text {
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.company-info {
  padding: 80px 0;
  background: #fff7dd;
}
.company-info__title {
  text-align: left;
  align-items: flex-start;
  margin-bottom: 50px;
}
.company-info__body {
  display: flex;
  gap: 80px;
  margin-bottom: 80px;
}
.company-info__table-wrap {
  max-width: 510px;
  width: 100%;
}
.company-info__table {
  width: 100%;
  border-collapse: collapse;
}
.company-info__table-th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #323232;
  letter-spacing: 0.05em;
  padding: 10px 10px 10px 0;
  white-space: nowrap;
  vertical-align: top;
  width: 100px;
}
.company-info__table-td {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 10px 0;
  line-height: 1.7;
  vertical-align: top;
}
.company-info__map {
  max-width: 490px;
  width: 100%;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #d9d9d9;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.company-info__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.company-info__area-title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #323232;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  text-align: center;
}
.company-info__area-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #323232;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 5px;
}
.company-info__area-text:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .greeting {
    padding: 60px 0;
  }
  .greeting__title {
    margin-bottom: 30px;
  }
  .greeting__body {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
  }
  .greeting__img {
    width: 100%;
    border-radius: 40px;
    height: 250px;
  }
  .greeting__block-title {
    margin-bottom: 20px;
  }
  .greeting__text {
    margin-bottom: 20px;
  }
  .greeting__cards {
    margin-top: 60px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .greeting__card {
    width: calc(100% - 80px);
    max-width: 400px;
    border-radius: 200px;
    padding: 30px 40px 80px;
  }
  .greeting__card-title {
    font-size: 2.2rem;
  }
  .greeting__card-img {
    margin-top: 0px;
  }
  .company-info {
    padding: 60px 0;
  }
  .company-info__title {
    margin-bottom: 40px;
  }
  .company-info__body {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
  }
  .company-info__table-wrap {
    max-width: 100%;
  }
  .company-info__map {
    max-width: 100%;
    height: 300px;
  }
  .company-info__table-th {
    font-size: 1.4rem;
    width: 90px;
    padding: 5px 10px 5px 0;
  }
  .company-info__table-td {
    font-size: 1.4rem;
    padding: 5px 0;
  }
  .company-info__area-title {
    font-size: 2.2rem;
  }
  .company-info__area-text {
    font-size: 1.4rem;
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */