@charset "UTF-8";
/*
 * reset.css • v1.0.0
 * andex
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: inherit;
  border-style: none;
}

:focus-visible {
  outline: 2px solid #0057a0;
  outline-offset: 3px;
}

:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html, body {
  background: #FFF9F2;
  width: 100%;
  color: #452612;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.896rem + 0.14vw, 1rem);
  letter-spacing: 1px;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
}
@media screen and (max-width: 780px) {
  html, body {
    font-size: 15px;
  }
}

body.active {
  overflow: hidden;
}

.wrap {
  overflow-x: hidden;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

ul, ol {
  list-style-type: none;
}

h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(2.5rem, -0.313rem + 6.25vw, 4.375rem);
  line-height: 1.5;
  letter-spacing: 1px;
}
h2.ttl {
  font-size: clamp(1.125rem, 1.042rem + 0.28vw, 1.25rem) !important;
}
h2.ttl span {
  font-size: clamp(1.875rem, 0.625rem + 4.17vw, 3.75rem);
}
@media screen and (max-width: 780px) {
  h2.ttl span {
    display: block;
  }
}

.pcview {
  display: block;
}
@media screen and (max-width: 780px) {
  .pcview {
    display: none;
  }
}

.spview {
  display: none;
}
@media screen and (max-width: 780px) {
  .spview {
    display: block;
  }
}

.header {
  position: relative;
  z-index: 9999;
}
.header h1 {
  position: fixed;
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 780px) {
  .header h1 {
    top: 25px;
    left: 15px;
    width: 45%;
  }
}
.header h1 img {
  filter: invert(0);
  transition: filter 0.2s ease;
}
.header h1 img.inverted {
  filter: invert(0.8);
}
.header .header__inner .header-menu {
  width: 100%;
}
.header .header__inner .header-menu .hamburger {
  position: fixed;
  top: 30px;
  right: 30px;
  background: #FFF;
  width: 180px;
  height: 55px;
  border: none;
  border-radius: 50px;
  text-align: center;
  font-size: 32px;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .header .header__inner .header-menu .hamburger {
    top: 15px;
    right: 15px;
    width: 140px;
    height: 50px;
  }
}
.header .header__inner .header-menu .hamburger > div div {
  position: absolute;
  top: 0;
  right: 50px;
}
@media screen and (max-width: 780px) {
  .header .header__inner .header-menu .hamburger > div div {
    right: 40px;
  }
}
.header .header__inner .header-menu .hamburger > div div span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header .header__inner .header-menu .hamburger > div div span:nth-child(1) {
  width: 40px;
  height: 1.5px;
  top: 21.5px;
  background: #452612;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 780px) {
  .header .header__inner .header-menu .hamburger > div div span:nth-child(1) {
    top: 21px;
    width: 30px;
  }
}
.header .header__inner .header-menu .hamburger > div div span:nth-child(2) {
  background: #452612;
  width: 40px;
  height: 1.5px;
  transition: 0.3s ease-in-out;
  top: 32px;
}
@media screen and (max-width: 780px) {
  .header .header__inner .header-menu .hamburger > div div span:nth-child(2) {
    top: 29px;
    width: 30px;
  }
}
.header .header__inner .header-menu .hamburger > div .hamburger-text::after {
  content: "MENU";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .header .header__inner .header-menu .hamburger > div .hamburger-text::after {
    left: 24px;
  }
}
.header .header__inner .header-menu .hamburger.active {
  background: #FFF;
}
.header .header__inner .header-menu .hamburger.active span:nth-child(1) {
  top: 24px;
  transform-origin: center center;
  transform: translateX(-50%) rotate(-20deg);
}
.header .header__inner .header-menu .hamburger.active span:nth-child(2) {
  top: 24px;
  transform-origin: center center;
  transform: translateX(-50%) rotate(20deg);
}
.header .header__inner .header-menu .hamburger.active .hamburger-text::after {
  content: "CLOSE";
}
.header .header__inner .header-menu .header__nav {
  background: linear-gradient(45deg, #ba1600, #c70035, #f01e22, #a37b0b);
  background-size: 200% 200%;
  animation: Grad 8s ease infinite;
  width: 100vw;
  height: 100dvh;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: ease 0.4s;
  overflow: auto;
  visibility: hidden;
}
@keyframes Grad {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.header .header__inner .header-menu .header__nav .header__nav__inner {
  height: 100vh;
  display: flex;
  align-items: center;
}
.header .header__inner .header-menu .header__nav .nav-list {
  padding: 6.25rem;
  order: 1;
}
@media screen and (max-width: 780px) {
  .header .header__inner .header-menu .header__nav .nav-list {
    padding: 3rem;
  }
}
.header .header__inner .header-menu .header__nav .nav-list .nav-items {
  padding-top: 2.5rem;
}
.header .header__inner .header-menu .header__nav .nav-list .nav-items a {
  color: #FFF;
  padding-bottom: 0.5rem;
  font-size: clamp(1rem, 0.833rem + 0.56vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
}
.header .header__inner .header-menu .header__nav .nav-list .nav-items a span {
  font-size: clamp(1.875rem, 1.042rem + 2.78vw, 3.125rem);
  font-weight: 600;
  padding-inline: 0 0.5em;
}
.header .header__inner .header-menu .header__nav .nav-list .nav-items a:hover {
  transition: 0.3s ease-in-out;
}
.header .header__inner .header-menu .header__nav .nav-list .nav-items:last-child {
  margin-block: 3rem 0;
}
.header .header__inner .header-menu .header__nav .nav-list .nav-items:last-child a {
  font-size: clamp(0.875rem, 0.792rem + 0.28vw, 1rem);
  padding-bottom: 0;
}
.header .header__inner .header-menu .header__nav.active {
  opacity: 1;
  visibility: visible;
  position: fixed;
}

main {
  margin: 0 auto;
  width: min(92%, 1200px);
}

footer {
  width: 100%;
  background: #452612;
  color: #FFF;
  padding: clamp(1.875rem, 1.042rem + 2.78vw, 3.125rem);
}
footer .tel {
  text-decoration: none;
}
footer .tel span {
  pointer-events: none !important;
}
@media screen and (max-width: 780px) {
  footer .tel span {
    pointer-events: none !important;
  }
}
footer .tel span a {
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  footer {
    padding: 0 20px 30px;
  }
}
footer .footer__main {
  display: flex;
  justify-content: space-between;
}
footer .footer__main .footer__main-company {
  width: max(300px, 40%);
}
footer .footer__main .footer__main-company dt {
  margin-block: 0 15px;
}
footer .footer__main .footer__main-company dt .site-title__logo {
  width: 200px;
  display: block;
  margin-block: 0 10px;
}
footer .footer__main .footer__main-company dd {
  font-size: 0.9em;
}
footer .footer__main .footer__main-company dd a {
  text-decoration: none;
  color: #FFFFFF;
}
footer .footer__main .footer__main-nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 2em;
}
footer .footer__main .footer__main-nav ul li a {
  color: #FFF;
  text-decoration-color: transparent;
  transition: ease all 0.3s;
  font-family: "Noto Serif JP", serif;
}
footer .footer__main .footer__main-nav ul li a:hover {
  text-decoration-color: #FFF;
}
footer .footer__main .footer__main-contact {
  width: 350px;
}
footer .footer__main .footer__main-contact a {
  width: 100%;
}
footer .footer__copy {
  font-size: 0.8rem;
  margin-block: 40px 0;
}
@media screen and (max-width: 1000px) {
  footer .footer__main-nav ul {
    flex-wrap: wrap;
    width: 350px;
  }
}
@media screen and (max-width: 800px) {
  footer .footer__main {
    display: flex;
    flex-direction: column-reverse;
  }
  footer .footer__main .footer__main-company {
    width: 100%;
    margin-top: 15px;
  }
  footer .footer__main .footer__main-company dt {
    margin-block: 20px;
  }
  footer .footer__main .footer__main-company dt .site-title__logo {
    width: 60%;
  }
  footer .footer__main .footer__main-company dt span {
    margin-top: 15px;
  }
  footer .footer__main .footer__main-nav ul {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    display: block;
  }
  footer .footer__main .footer__main-nav ul li {
    position: relative;
    border-bottom: 1px solid #785353;
  }
  footer .footer__main .footer__main-nav ul li a {
    display: block;
    padding: 18px 3%;
  }
  footer .footer__main .footer__main-nav .footer__main-contact {
    width: 100%;
  }
}
footer .footer__copy {
  display: flex;
  justify-content: space-between;
  font-size: 0.8em;
  text-align: center;
  margin-block: 40px 0;
  color: #785353;
}
footer .footer__copy a {
  color: #785353;
  text-decoration-color: #785353;
  transition: ease all 0.3s;
}
footer .footer__copy a:hover {
  text-decoration-color: transparent;
}
@media screen and (max-width: 780px) {
  footer .footer__copy {
    flex-direction: column;
    gap: 0.5em;
  }
  footer .footer__copy p:first-of-type {
    order: 2;
  }
  footer .footer__copy p:last-of-type {
    order: 1;
  }
}

.btn-cicle {
  background: #D42428;
  color: #FFF;
  font-size: clamp(1rem, 0.958rem + 0.14vw, 1.063rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 1.3em 1.5em 1.3em 1.5em;
  position: relative;
  margin-block: 50px 0;
  border-radius: 50px;
  display: inline-block;
  transition: ease all 0.3s;
  line-height: 1;
  width: 350px;
}
@media screen and (max-width: 780px) {
  .btn-cicle {
    width: 100%;
  }
}
.btn-cicle::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  z-index: 2;
}
.btn-cicle:hover {
  background: #452612;
}
.btn-cicle.white:hover {
  background: #FFF;
  color: #D42428;
}
.btn-cicle.white:hover::before {
  background: #D42428;
}
.btn-cicle.list-back {
  background: #FFF;
  color: #D42428;
}
.btn-cicle.list-back::before {
  background: #D42428;
}
.btn-cicle.list-back:hover {
  color: #452612;
}
.btn-cicle.list-back:hover::before {
  background: #452612;
}

.mainvl {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100dvh;
  position: relative;
}
@media screen and (max-width: 780px) {
  .mainvl {
    height: 500px;
  }
}
.mainvl .bgrandom {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 780px) {
  .mainvl .bgrandom {
    grid-template-columns: 1fr;
  }
}
.mainvl .bgrandom #bgrandom__item-01 {
  width: 100%;
  height: 100dvh;
  background-image: url(../img/mainvl/image01.webp);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  .mainvl .bgrandom #bgrandom__item-01 {
    background-position: center -70px;
    height: 250px;
  }
}
.mainvl .bgrandom #bgrandom__item-02 {
  width: 100%;
  height: 100dvh;
  background-image: url(../img/mainvl/image04.webp);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  .mainvl .bgrandom #bgrandom__item-02 {
    height: 250px;
  }
}
.mainvl .mainvl__content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 780px) {
  .mainvl .mainvl__content {
    top: 88%;
  }
}
.mainvl .mainvl__content p {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(1.5rem, -0.417rem + 4.72vw, 3.125rem);
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 780px) {
  .mainvl .mainvl__content p {
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.9);
  }
}
.mainvl .mainvl__content h1 img {
  display: block;
  width: clamp(240px, 30%, 600px);
  margin: 0 auto;
}

.gradation-cover, .news__content-cover {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: linear-gradient(45deg, #ba1600, #c70035, #f01e22, #a37b0b);
  background-size: 200% 200%;
  animation: Grad 8s ease infinite;
  overflow: hidden;
}
.gradation-cover::before, .news__content-cover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
  z-index: 2;
}
.gradation-cover .blob, .news__content-cover .blob {
  width: 150vw;
  height: 150dvh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gradation-cover .lead, .news__content-cover .lead {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.833rem + 0.56vw, 1.25rem);
  text-shadow: 0px 0px 40px rgba(100, 16, 16, 0.5);
  color: #FFF;
  z-index: 3;
  margin: 0 auto;
  width: min(92%, 1200px);
  padding: 10% 0;
}
.gradation-cover .lead h2, .news__content-cover .lead h2 {
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 5% 0;
  font-size: clamp(1.5rem, 0.208rem + 3.06vw, 2.5rem);
}
.gradation-cover .lead p, .news__content-cover .lead p {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 1px;
}
.gradation-cover .lead p:has(+ p), .news__content-cover .lead p:has(+ p) {
  margin-block: 0 3%;
}
.gradation-cover .lead p br, .news__content-cover .lead p br {
  display: none;
}
.gradation-cover .news__content, .news__content-cover .news__content {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  width: min(92%, 1200px);
  padding: 10% 0;
}

@keyframes Grad {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.business__contet {
  padding: 10% 0;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 20px 15%;
}
.business__contet h2 {
  color: #D42428;
}
.business__contet h2 span {
  display: block;
  font-size: clamp(1.125rem, 0.625rem + 1.67vw, 1.875rem);
  letter-spacing: 2px;
  text-indent: -0.4em;
}
.business__contet p {
  font-size: clamp(0.938rem, 0.896rem + 0.14vw, 1rem);
}
.business__contet p.content__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: clamp(1.2rem, 0.917rem + 0.28vw, 1.125rem);
  margin-block: 30px;
  line-height: 1.7;
}
.business__contet .business__content-image img {
  border-radius: 80px;
}
@media screen and (max-width: 780px) {
  .business__contet .business__content-image img {
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: 0 75%;
    border-radius: 40px;
  }
}
@media screen and (max-width: 780px) {
  .business__contet {
    grid-template-columns: 1fr;
  }
  .business__contet .business__content-txt {
    order: 2;
  }
  .business__contet .business__content-image {
    order: 1;
  }
}

.news__content {
  display: grid;
  grid-template-columns: 40% 60%;
}
@media screen and (max-width: 780px) {
  .news__content {
    grid-template-columns: 1fr;
  }
}
.news__content h2 {
  color: #FFF;
  line-height: 1;
}
.news__content h2 span {
  font-size: clamp(1rem, 0.625rem + 1.25vw, 1.563rem);
  display: block;
  line-height: 2.5;
}
.news__content dl {
  width: 100%;
}
.news__content dl > div {
  display: grid;
  grid-template-columns: 20% 80%;
  border-bottom: 1px solid #FFF;
  padding-block: 1.5em;
}
@media screen and (max-width: 780px) {
  .news__content dl > div {
    grid-template-columns: 1fr;
  }
}
.news__content dl > div dt {
  color: #FFF;
}
.news__content dl > div dd a {
  color: #FFF;
  text-decoration-color: transparent;
  font-size: 1.1em;
  transition: ease all 0.3s;
}
.news__content dl > div dd a:hover {
  text-decoration-color: #FFF;
}

main.business .business__lead-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.896rem + 0.14vw, 1rem);
}
main.business h3 {
  font-size: clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem);
  font-weight: 600;
  margin-block: 5% 3%;
}
main.business img {
  display: block;
  width: 100%;
}
main.business img.four-company {
  margin-block: 5%;
}
main.business .strengths__content {
  border-radius: 20px;
  border: 2px dashed #FFF;
  position: relative;
}
@media screen and (max-width: 780px) {
  main.business .strengths__content {
    margin-block: 15% 0;
  }
}
main.business .strengths__content h3 {
  font-size: clamp(1.125rem, 0.833rem + 0.97vw, 1.563rem);
  display: inline-block;
  background: #FFE2E2;
  color: #452612;
  border-radius: 50px;
  line-height: 1;
  padding: 0.3em 2em 0.5em;
  margin-block: 0;
  position: absolute;
  top: -10%;
  left: 3%;
}
@media screen and (max-width: 780px) {
  main.business .strengths__content h3 {
    left: 50%;
    top: -7%;
    transform: translateX(-50%);
    width: 90%;
    padding: 0.4em 2em 0.6em;
  }
}
main.business .strengths__content h3 span {
  font-size: clamp(1.5rem, 1.25rem + 0.83vw, 1.875rem);
}
main.business .strengths__content ul {
  padding: 5% 3% 3%;
  display: grid;
  gap: 1rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
@media screen and (max-width: 780px) {
  main.business .strengths__content ul {
    padding: 9% 4% 4%;
    grid-template-columns: 1fr;
    gap: 0.7rem 0;
  }
}
main.business .strengths__content ul li {
  display: grid;
  place-items: center;
  color: #452612;
  background: rgba(255, 255, 255, 0.8039215686);
  border-radius: 15px;
  padding: 0.5em;
  font-weight: 600;
}
main.business .method__content {
  margin-block: 7% 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6235294118);
  padding: 4%;
  color: #452612;
  text-shadow: none;
}
main.business .method__content h2 {
  margin: 0 0 2% 0;
}
main.business .method__content dl {
  display: grid;
  gap: 2rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-block: 3% 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 780px) {
  main.business .method__content dl {
    gap: 1em;
  }
}
main.business .method__content dl div {
  display: flex;
  flex-direction: column;
  color: #452612;
  background: rgba(255, 255, 255, 0.8039215686);
  border-radius: 15px;
  padding: 1em;
  gap: 15px 0;
}
@media screen and (max-width: 780px) {
  main.business .method__content dl div {
    gap: 7px 0;
    padding: 1.5em;
  }
}
main.business .method__content dl div dt {
  order: 2;
  text-align: center;
  font-weight: 600;
}
main.business .method__content dl div dd:first-of-type {
  order: 1;
}
@media screen and (max-width: 780px) {
  main.business .method__content dl div dd:first-of-type img {
    width: 70%;
    margin: 0 auto;
  }
}
main.business .method__content dl div dd:last-of-type {
  order: 3;
  font-size: clamp(0.938rem, 0.896rem + 0.14vw, 1rem);
}

main.company dl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.938rem, 0.896rem + 0.14vw, 1rem);
}
main.company dl div {
  display: grid;
  grid-template-columns: 20% 80%;
  border-bottom: 1px solid #FFF;
  padding: 1.5em 0.5em;
}
@media screen and (max-width: 780px) {
  main.company dl div {
    grid-template-columns: 1fr;
  }
  main.company dl div dt {
    font-weight: 600;
  }
  main.company dl div dd.tel a {
    text-decoration: none;
  }
  main.company dl div dd.tel a span {
    pointer-events: none;
  }
}
main.company dl div a {
  color: #FFF;
}
main.company dl div a:visited {
  color: #FFF;
}
main.company dl iframe {
  width: 100%;
  aspect-ratio: 5/3;
  margin-block: 3% 0;
}
@media screen and (max-width: 780px) {
  main.company dl iframe {
    aspect-ratio: 5/4;
  }
}

main.privacy .privacy__content * {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.938rem, 0.896rem + 0.14vw, 1rem);
  font-weight: 400;
  line-height: 1.7;
}
main.privacy .privacy__content h3 {
  margin-block: 4% 1%;
  font-size: clamp(1.063rem, 0.938rem + 0.42vw, 1.25rem);
  font-weight: 500;
}
main.privacy .privacy__content h4 {
  margin-block: 2% 0.5%;
}
main.privacy .cookie h2 {
  margin-block: 10% 5%;
}
main.privacy ol {
  list-style-type: decimal;
  margin-left: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}
main.privacy a {
  color: #FFF;
  text-decoration-color: #FFF;
  transition: ease all 0.3s;
}
main.privacy a:hover {
  text-decoration-color: transparent;
}
main.privacy dl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.938rem, 0.896rem + 0.14vw, 1rem);
  margin-block: 5% 0;
}
main.privacy dl div {
  display: grid;
  grid-template-columns: 30% 70%;
  border-bottom: 1px solid #FFF;
  padding: 1.5em 0.5em;
}
main.privacy dl div:first-of-type {
  border-top: 1px solid #FFF;
}
@media screen and (max-width: 780px) {
  main.privacy dl div {
    grid-template-columns: 1fr;
  }
  main.privacy dl div dt {
    font-weight: 600;
  }
}
main.privacy dl div ul {
  list-style-type: disc;
  margin-left: 1em;
}

main.news .content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.938rem, 0.896rem + 0.14vw, 1rem);
  background: rgba(255, 255, 255, 0.8862745098);
  color: #452612;
  text-shadow: none;
  padding: 5%;
  border-radius: 20px;
}
main.news .content * {
  font-family: "Noto Sans JP", sans-serif;
}
main.news .content .ttl-1 {
  font-size: clamp(1.125rem, 0.833rem + 0.97vw, 1.563rem);
  font-family: "Noto Sans JP", sans-serif;
}
main.news .content a {
  color: #D42428;
  transition: ease all 0.3s;
}
main.news .content a:hover {
  color: #452612;
}
main.news .btn {
  text-align: center;
}
main.news .btn a {
  text-align: left;
}

main.contact iframe#formbridge-iframe {
  border-radius: 35px;
}
@media screen and (max-width: 780px) {
  main.contact iframe#formbridge-iframe {
    border-radius: 20px;
  }
}

@media screen and (max-width: 780px) {
  main.business .gradation-cover .lead, main.company .gradation-cover .lead, main.contact .gradation-cover .lead, main.privacy .gradation-cover .lead, main.news .gradation-cover .lead {
    padding: 100px 0 10%;
  }
  main.business .gradation-cover .lead .method__content p {
    line-height: 1.5;
  }
}
