@media screen and (max-width: 600px) {
  .brSP {
    display: none; } }

@media (min-width: 426px) and (max-width: 768px) {
  .brTB {
    display: none; } }

@media screen and (min-width: 769px) {
  .brPC {
    display: none; } }

p {
  font-size: 1.8rem; }
  @media only screen and (max-width: 600px) {
    p {
      font-size: 1.6rem; } }

h1 {
  font-family: "Roboto", serif;
  font-size: 7.2rem;
  line-height: 1.4;
  margin: 0; }

h2 {
  font-size: 2.4rem;
  line-height: 1.6;
  border-bottom: 6px solid #8A7342; }
  @media only screen and (max-width: 600px) {
    h2 {
      font-size: 2rem; } }
  h2 span.line {
    border-bottom: 5px solid #000;
    padding: 0 2rem 2px 0.5rem; }

a:hover {
  opacity: 0.7; }

a.btn01 {
  font-size: 1.3rem;
  background: #fff;
  color: #000;
  letter-spacing: 0rem;
  padding: 0.25rem 3rem;
  border-radius: 20px; }

a.btn02 {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 500;
  background: #fff;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0rem;
  padding: 1rem 10rem;
  border-radius: 30px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 600px) {
    a.btn02 {
      width: 90vw;
      padding: 1rem 0; } }
  a.btn02::after {
    content: "";
    background: url("../../images/icon_mail.svg");
    background-size: cover;
    display: inline-block;
    vertical-align: text-top;
    width: 60px;
    height: 35px; }

body {
  font-family: "Inter", sans-serif; }

header {
  width: 100vw;
  height: 62px;
  background: #000;
  color: #fff;
  position: fixed;
  z-index: 10; }
  header .header-inner {
    max-width: 1920px;
    width: 80vw;
    height: 62px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      header .header-inner {
        width: 90vw; } }
  header .header-logo {
    width: 200px;
    height: 25px; }
    @media only screen and (max-width: 768px) {
      header .header-logo {
        width: 180px; } }

section.main {
  background: url("../../images/main_bg.png");
  background-size: cover;
  height: 19.8vw;
  position: relative;
  top: 62px;
  box-sizing: content-box;
  border-bottom: 30px solid #000; }
  @media (min-width: 769px) and (max-width: 1024px) {
    section.main {
      height: 25vw; } }
  @media only screen and (max-width: 768px) {
    section.main {
      height: 40vw; } }
  @media only screen and (max-width: 600px) {
    section.main {
      background: url("../../images/main_bg_sp.png");
      background-size: cover;
      height: 84vw;
      position: relative; } }
  section.main .main_inner {
    max-width: 1920px;
    width: 80vw;
    height: 19.8vw;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    @media (min-width: 769px) and (max-width: 1024px) {
      section.main .main_inner {
        height: 25vw; } }
    @media only screen and (max-width: 768px) {
      section.main .main_inner {
        width: 90vw;
        height: 40vw; } }
    @media only screen and (max-width: 600px) {
      section.main .main_inner {
        height: 84vw; } }
    section.main .main_inner .hand_lead {
      width: 50vw;
      color: #fff;
      text-shadow: 0px -6px 10px rgba(0, 0, 0, 0.6), 6px 0px 10px rgba(0, 0, 0, 0.6), 0px 6px 10px rgba(0, 0, 0, 0.6), -6px 0px 10px rgba(0, 0, 0, 0.6); }
      @media only screen and (max-width: 600px) {
        section.main .main_inner .hand_lead {
          width: 80vw;
          z-index: 2; } }
    section.main .main_inner .hand_img {
      width: 30vw;
      align-self: flex-start; }
      @media only screen and (max-width: 768px) {
        section.main .main_inner .hand_img {
          width: 40vw; } }
      @media only screen and (max-width: 600px) {
        section.main .main_inner .hand_img {
          width: 50vw;
          right: 5vw;
          position: absolute;
          z-index: 1; } }
      section.main .main_inner .hand_img img {
        aspect-ratio: 1 / 1.22; }

section.column01 {
  max-width: 1920px;
  width: 80vw;
  position: relative;
  top: 62px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    section.column01 {
      width: 90vw; } }
  @media only screen and (max-width: 600px) {
    section.column01 {
      width: 90vw; } }
  section.column01 p {
    margin: 80px auto; }
  section.column01 .flex {
    display: flex;
    gap: 10px;
    margin-bottom: 80px; }
    @media only screen and (max-width: 600px) {
      section.column01 .flex {
        flex-direction: column; } }
    section.column01 .flex .flex-inner {
      width: calc((80vw - 20px) / 3); }
      @media only screen and (max-width: 768px) {
        section.column01 .flex .flex-inner {
          width: 90vw; } }
      @media only screen and (max-width: 600px) {
        section.column01 .flex .flex-inner {
          width: 90vw; } }
      section.column01 .flex .flex-inner span {
        font-family: "Roboto", serif;
        font-style: italic;
        font-size: 3.6rem;
        line-height: 1.6; }
      section.column01 .flex .flex-inner .point {
        background: #000;
        color: #fff;
        font-size: 2rem;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          section.column01 .flex .flex-inner .point {
            height: 8rem;
            text-align: left;
            padding-left: 0.5rem; } }
        @media only screen and (max-width: 600px) {
          section.column01 .flex .flex-inner .point {
            height: auto; } }
      section.column01 .flex .flex-inner ul {
        margin: 10px 0;
        padding-left: 0.5rem; }
        section.column01 .flex .flex-inner ul li {
          font-size: 1.3rem;
          list-style: disc inside;
          text-indent: -1.75rem;
          padding-left: 1.5rem; }
      section.column01 .flex .flex-inner p {
        margin: 10px 0;
        padding-left: 0.5rem;
        font-size: 1.3rem;
        list-style: disc inside;
        padding-left: 1.5rem; }

section.column02 {
  background: url("../../images/bg.png");
  background-size: cover;
  height: 29.2vw;
  position: relative;
  top: 62px;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  border-bottom: 10px solid #8A7342; }
  @media only screen and (max-width: 768px) {
    section.column02 {
      padding: 20px 0;
      height: 50vw; } }
  @media only screen and (max-width: 600px) {
    section.column02 {
      background: url("../../images/bg_sp.png");
      background-size: cover;
      height: 111vw; } }
  section.column02 .inner {
    max-width: 1920px;
    width: 80vw;
    margin: 0 auto;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      section.column02 .inner {
        width: 90vw; } }
    @media only screen and (max-width: 600px) {
      section.column02 .inner {
        width: 90vw; } }
    section.column02 .inner .grid {
      display: grid;
      grid-auto-flow: column;
      grid-gap: 20px;
      margin: 40px 0; }
      @media only screen and (max-width: 768px) {
        section.column02 .inner .grid {
          grid-gap: 10px; } }
      @media only screen and (max-width: 600px) {
        section.column02 .inner .grid {
          grid-auto-flow: dense;
          grid-template-columns: repeat(3, 1fr);
          grid-gap: 10px; } }
      section.column02 .inner .grid figure {
        display: inline-block; }

section.column03 {
  max-width: 1920px;
  position: relative;
  top: 62px;
  width: 80vw;
  margin: 80px auto; }
  @media only screen and (max-width: 768px) {
    section.column03 {
      width: 90vw; } }
  @media only screen and (max-width: 600px) {
    section.column03 {
      width: 90vw; } }
  section.column03 figure {
    position: relative; }
    section.column03 figure figcaption {
      position: absolute;
      top: 14vw;
      text-align: center;
      color: #fff; }
      section.column03 figure figcaption .case {
        font-size: 2.4rem;
        font-weight: bold; }
      section.column03 figure figcaption p {
        font-size: 1.3rem; }

footer {
  position: relative;
  top: 62px; }
  footer .pagetop {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #8A7342;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: fixed;
    z-index: 10;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    bottom: 2vw;
    right: 2vw; }
    @media only screen and (max-width: 600px) {
      footer .pagetop {
        width: 45px;
        height: 45px; } }
    footer .pagetop::before {
      content: '';
      display: block;
      width: 26px;
      height: 26px;
      border: 1px solid #fff;
      border-width: 3px 3px 0 0;
      position: absolute;
      top: 22px;
      left: 16px;
      transform: rotate(-45deg);
      background: none; }
      @media only screen and (max-width: 600px) {
        footer .pagetop::before {
          width: 20px;
          height: 20px;
          top: 17px;
          left: 13px; } }
  footer .request {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 60px 0; }
    footer .request p {
      font-size: 2rem;
      margin: 20px 0; }
      @media only screen and (max-width: 600px) {
        footer .request p {
          font-size: 1.3rem; } }
  footer .copy {
    text-align: center;
    padding: 30px 0 10px;
    border-top: 10px solid #8A7342; }
    footer .copy .svg {
      width: 220px; }

/*----slider----*/
.slider {
  padding: 0 2.5vw;
  margin: 20px 0; }
  @media only screen and (max-width: 600px) {
    .slider {
      margin-bottom: 0; } }
  @media only screen and (max-width: 600px) {
    .slider.slick-dotted.slick-slider {
      padding-bottom: 0; } }
  .slider .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #8A7342;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); }
    .slider .slick-arrow::before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border: 1px solid #fff;
      border-width: 3px 3px 0 0;
      position: absolute;
      top: 14px;
      transform: rotate(45deg);
      background: none; }
  .slider .slick-next {
    right: 0px; }
  .slider .slick-prev {
    left: 0px; }
  .slider .slick-next::before {
    left: 12px;
    right: auto; }
  .slider .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 12px;
    left: auto; }

.dots .slick-dots {
  position: relative;
  bottom: -10px;
  text-align: center; }
  @media (min-width: 601px) and (max-width: 768px) {
    .dots .slick-dots {
      bottom: 40px; } }
  @media screen and (min-width: 600px) {
    .dots .slick-dots {
      bottom: 60px; } }
  .dots .slick-dots li {
    display: inline-block; }
  .dots .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%; }
  .dots .slick-dots .slick-active button {
    background: #8A7342; }
