@charset "UTF-8";
/* リセットcss */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap);
/*
color-swatch ========================================*/
/*
breakpoint ==========================================================================*/
/*
font ========================================*/
/* Noto Sans */
/*
all ==========================================================================*/
.sectionTtl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: #a69025;
  margin-bottom: 2.5rem;
  line-height: 1.13;
}
@media screen and (max-width: 768px) {
  .sectionTtl {
    font-size: clamp(45px, 8vw, 60px);
    margin-bottom: 1rem;
  }
}
.sectionTtl small {
  position: relative;
  padding-left: 1rem;
  font-size: 16px;
  color: #52534e;
}
.sectionTtl small::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/common/title_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.sectionTxt {
  font-size: 18px;
  margin-bottom: 2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sectionTxt {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .sectionTxt {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #777777;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0.7rem 0.8rem;
  }
}
header h1 {
  width: 123px;
}
@media screen and (max-width: 1024px) {
  header h1 {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 90px;
  }
}
header h1 a {
  display: block;
}
header h1 a img {
  display: block;
}
@media screen and (max-width: 550px) {
  header nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1000px;
    background-color: rgba(166, 144, 37, 0.9);
    z-index: 98;
    padding: 4rem 1.5rem;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 550px) {
  header nav.active {
    left: 0;
  }
}
header nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 550px) {
  header nav ul {
    flex-direction: column;
  }
}
header nav ul li {
  margin-right: 1.75rem;
}
@media screen and (max-width: 1024px) {
  header nav ul li {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  header nav ul li {
    margin-right: 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  header nav ul li {
    width: 100%;
    padding-block: 1rem;
    margin-right: 0;
    border-bottom: solid 1px #fff;
  }
}
@media screen and (max-width: 550px) {
  header nav ul li:first-child {
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 550px) {
  header nav ul li:last-child {
    border-bottom: none;
  }
}
header nav ul li a {
  display: block;
  font-size: 0.75rem;
}
@media screen and (max-width: 1024px) {
  header nav ul li a {
    font-size: 0.68rem;
  }
}
@media screen and (max-width: 768px) {
  header nav ul li a {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 550px) {
  header nav ul li a {
    text-align: center;
    color: #fff;
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  header nav ul li a:active, header nav ul li a:visited {
    color: #fff;
  }
}
header nav ul li.contact {
  margin-right: 0;
}
@media screen and (max-width: 550px) {
  header nav ul li.contact {
    margin-top: 1rem;
  }
}
header nav ul li.contact a {
  border-radius: 1rem;
  padding: 0.25rem 1.25rem;
  background: #a69025;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header nav ul li.contact a {
    padding: 0.2rem 1rem;
  }
}
@media screen and (max-width: 550px) {
  header nav ul li.contact a {
    background: #fff;
    color: #a69025;
  }
}
header .slide__nav {
  display: none;
  width: 30px;
  height: 34px;
  position: relative;
  transform: translateY(4px);
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  header .slide__nav {
    display: block;
    z-index: 100;
  }
}
header .slide__nav span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #a69025;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
header .slide__nav span:nth-child(1) {
  top: 0;
}
header .slide__nav span:nth-child(2) {
  top: 7px;
}
header .slide__nav span:nth-child(3) {
  top: 14px;
}
header .slide__nav p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 11px;
  color: #a69025;
}
header .slide__nav.active span {
  background-color: #fff;
}
header .slide__nav.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
header .slide__nav.active span:nth-child(2) {
  display: none;
}
header .slide__nav.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
header .slide__nav.active p {
  color: #fff;
  transform: translateX(-2px);
}

.mv {
  position: relative;
  padding-top: 2rem;
  height: 750px;
}
@media screen and (max-width: 1024px) {
  .mv {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    height: 500px;
  }
}
.mv::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(166, 144, 37, 0.2);
}
.mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__catch {
  position: absolute;
  width: clamp(500px, 67vw, 750px);
  height: auto;
  top: 25%;
  right: 0;
  background-color: rgba(166, 144, 37, 0.8);
  color: #fff;
  z-index: 1;
  text-align: right;
  padding: 2rem 2rem 2rem 0;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-radius: 0.25rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  .mv__catch {
    top: 29%;
    width: clamp(500px, 73vw, 750px);
    padding: 1.75rem 1.75rem 1.75rem 0;
    font-size: clamp(1rem, 5vw, 1.75rem);
  }
}
@media screen and (max-width: 768px) {
  .mv__catch {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
}
@media screen and (max-width: 550px) {
  .mv__catch {
    width: clamp(340px, 91vw, 500px);
    padding: 1rem 1rem 1rem 0;
    font-size: clamp(0.75rem, 5vw, 1.5rem);
  }
}
.mv__catch span {
  font-size: 1.75rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  margin: 0 0.25rem;
  vertical-align: text-top;
}
@media screen and (max-width: 1024px) {
  .mv__catch span {
    font-size: clamp(0.875rem, 5vw, 1.75rem);
  }
}
@media screen and (max-width: 550px) {
  .mv__catch span {
    margin: 0 0.15rem;
  }
}
.mv__catch strong {
  font-size: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .mv__catch strong {
    font-size: clamp(1.5rem, 5.4vw, 2.25rem);
  }
}
.mv__catch small {
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .mv__catch small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .mv__catch small {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 550px) {
  .mv__catch small {
    font-size: 0.75rem;
  }
}
.mv__catch .sp-br {
  display: none;
}
@media screen and (max-width: 550px) {
  .mv__catch .sp-br {
    display: block;
  }
}
.mv a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  margin: auto;
  display: block;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  z-index: 1;
  border-radius: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #a69025;
}
.mv a:active, .mv a:visited {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .mv a {
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mv a {
    font-size: 0.75rem;
    bottom: 1rem;
  }
}

.service {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #fff;
  border-radius: 8rem 0 8rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .service {
    border-radius: 11vw 0 11vw 0;
  }
}
@media screen and (max-width: 768px) {
  .service {
    border-radius: 8vw 0 8vw 0;
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 550px) {
  .service {
    padding-bottom: 2rem;
  }
}
.service__commission {
  width: 100%;
  padding: 2.5rem 1.5rem;
  background-image: url(../img/service/service01.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem;
  color: #fff;
  border-radius: 0.25rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1024px) {
  .service__commission {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .service__commission {
    padding: 1rem;
  }
}
.service__commission h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .service__commission h3 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  .service__commission h3 {
    font-size: 20px;
  }
}
.service__commission p {
  width: 75%;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service__commission p {
    line-height: 1.5;
    width: 100%;
  }
}
.service__grid {
  display: grid;
  grid-template-columns: repeat(2, 48.5%);
  justify-content: space-between;
  grid-row-gap: 4%;
}
@media screen and (max-width: 1024px) {
  .service__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 1rem;
  }
}
.service__grid--item {
  color: #fff;
  padding: 1rem 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.25rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1024px) {
  .service__grid--item {
    padding: 1.5rem;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .service__grid--item {
    padding: 1rem;
  }
}
.service__grid--item h3 {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 550px) {
  .service__grid--item h3 {
    font-size: 20px;
  }
}
.service__grid--item .response {
  font-size: 16px;
  margin-bottom: 0.5rem;
  word-break: keep-all;
}
.service__grid--item .response strong {
  font-size: 18px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.service__grid--item .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.service__grid--item:nth-child(1) {
  background-image: url(../img/service/service02.jpg);
}
.service__grid--item:nth-child(2) {
  background-image: url(../img/service/service03.jpg);
}
.service__grid--item:nth-child(3) {
  background-image: url(../img/service/service04.jpg);
}
.service__grid--item:nth-child(4) {
  background-image: url(../img/service/service05.jpg);
}

.works {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url(../img/works/works_bg.png);
  background-size: 106%;
  background-repeat: no-repeat;
  background-position: center center;
  /* archive */
  /* single */
}
@media screen and (max-width: 768px) {
  .works {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.works__sliderContainer {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  margin-bottom: 2rem;
  /* 左方向（上段） */
  /* 右方向（下段） */
}
@media screen and (max-width: 768px) {
  .works__sliderContainer {
    margin-bottom: 0.25rem;
  }
}
.works__sliderContainer--slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 226px;
}
@media screen and (max-width: 1024px) {
  .works__sliderContainer--slide {
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .works__sliderContainer--slide {
    height: 130px;
  }
}
.works__sliderContainer--slide .slider-track {
  display: flex;
  gap: 20px;
  animation: scrollLeft 40s linear infinite;
}
@media screen and (max-width: 1024px) {
  .works__sliderContainer--slide .slider-track {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .works__sliderContainer--slide .slider-track {
    gap: 10px;
    animation: scrollLeft 25s linear infinite;
  }
}
@media screen and (max-width: 550px) {
  .works__sliderContainer--slide .slider-track {
    animation: scrollLeft 15s linear infinite;
  }
}
.works__sliderContainer--slide .slider-track img {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  width: 310px;
  height: 208.5px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  pointer-events: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1024px) {
  .works__sliderContainer--slide .slider-track img {
    width: 250px;
    height: 166.5px;
  }
}
@media screen and (max-width: 768px) {
  .works__sliderContainer--slide .slider-track img {
    width: 165px;
    height: 119.5px;
  }
}
.works__sliderContainer--slide.reverse .slider-track {
  animation: scrollRight 40s linear infinite;
}
@media screen and (max-width: 768px) {
  .works__sliderContainer--slide.reverse .slider-track {
    animation: scrollRight 25s linear infinite;
  }
}
@media screen and (max-width: 550px) {
  .works__sliderContainer--slide.reverse .slider-track {
    animation: scrollRight 15s linear infinite;
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-110%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(0);
  }
}
.works__pass a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin: auto;
  padding: 0.75rem 4rem 0.75rem 3rem;
  background-color: #a69025;
  color: #fff;
  border-radius: 2rem;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .works__pass a {
    font-size: 20px;
    padding: 0.5rem 3rem 0.5rem 2rem;
  }
}
.works__pass a::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/common/arrow_r_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.works__pass a:hover {
  opacity: 1;
  text-decoration: underline;
}
.works__pass a:hover::before {
  right: 14px;
}
.works__pass a:visited, .works__pass a:active {
  color: #fff;
}
.works__pass a small {
  font-size: 12px;
}
.works__pass .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding-inline: 1rem;
}
.works__pass .overlay .modal {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 550px) {
  .works__pass .overlay .modal {
    padding: 1.75rem 1rem;
  }
}
.works__pass .overlay .modal h2 {
  color: #52534e;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 550px) {
  .works__pass .overlay .modal h2 {
    font-size: 1rem;
  }
}
.works__pass .overlay .modal input {
  width: 100%;
  padding: 0.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  border: solid 1px #ccc;
  font-size: 1rem;
}
@media screen and (max-width: 550px) {
  .works__pass .overlay .modal input {
    font-size: 0.75rem;
  }
}
.works__pass .overlay .modal .error {
  color: red;
  margin-top: 0.5rem;
}
.works__pass .overlay .modal .buttons {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.works__pass .overlay .modal .buttons .submit {
  background-color: #a69025;
  color: #fff;
  padding: 0.8rem;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  width: 48%;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 550px) {
  .works__pass .overlay .modal .buttons .submit {
    font-size: 0.75rem;
    padding: 0.7rem;
  }
}
.works__pass .overlay .modal .buttons .cancel {
  background-color: #52534e;
  color: #fff;
  padding: 0.8rem;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  width: 48%;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 550px) {
  .works__pass .overlay .modal .buttons .cancel {
    font-size: 0.75rem;
    padding: 0.7rem;
  }
}
.works__archive {
  padding-top: 2rem;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  .works__archive {
    margin-bottom: 47vw;
  }
}
@media screen and (max-width: 550px) {
  .works__archive {
    margin-bottom: 210vw;
  }
}
.works__archive--tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .works__archive--tab {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}
.works__archive--tab a {
  width: calc((100% - 0.6rem) / 4);
  display: block;
  text-align: center;
  background-color: #fff;
  padding-block: 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}
.works__archive--tab a.current {
  background-color: #a69025;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .works__archive--tab a {
    width: calc((100% - 0.2rem) / 2);
    padding-block: 0.3rem;
    font-size: 0.65rem;
  }
}
.works__archive--grid {
  display: grid;
  grid-template-columns: repeat(3, 32.5%);
  justify-content: space-between;
  grid-row-gap: 2%;
}
@media screen and (max-width: 768px) {
  .works__archive--grid {
    grid-template-columns: repeat(2, 49%);
  }
}
@media screen and (max-width: 550px) {
  .works__archive--grid {
    grid-template-columns: 1fr;
    grid-row-gap: 1%;
  }
}
.works__archive--grid a {
  display: block;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
  transition: scale 0.5s ease;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 550px) {
  .works__archive--grid a {
    padding: 0.5rem;
  }
}
.works__archive--grid a img {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}
.works__archive--grid a h2 {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.works__archive--grid a p {
  font-size: 0.5rem;
}
.works__single {
  padding-top: 2rem;
}
.works__single--top {
  margin-bottom: 4rem;
}
.works__single--top h2 {
  font-size: clamp(0.75rem, 5vw, 1.5rem);
  margin-bottom: 0.5rem;
}
.works__single--top h2 small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.works__single--top p {
  font-size: clamp(0.65rem, 3vw, 1rem);
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.works__single--top img {
  display: block;
  margin-inline: auto;
  max-width: 750px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .works__single--top img {
    max-width: 500px;
  }
}
@media screen and (max-width: 550px) {
  .works__single--top img {
    max-width: 350px;
  }
}
.works__single--content table {
  width: 100%;
  max-width: 890px;
  margin: 0 auto 3rem;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 3px 0 rgba(166, 144, 37, 0.8);
  border-radius: 0.5rem;
  padding: 2rem;
}
@media screen and (max-width: 550px) {
  .works__single--content table {
    padding: 1rem 0.5rem;
  }
}
.works__single--content table tr {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}
.works__single--content table tr:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .works__single--content table tr {
    margin-bottom: 1.25rem;
  }
}
.works__single--content table tr th {
  padding: 0.25rem 0.5rem;
  text-align: left;
  background-color: #a69025;
  color: #fff;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 550px) {
  .works__single--content table tr th {
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
  }
}
.works__single--content table tr td {
  font-size: 0.75rem;
  line-height: 1.875;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 550px) {
  .works__single--content table tr td {
    font-size: 0.5rem;
    line-height: 1.75;
  }
}
.works__single--content a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin: auto;
  text-align: center;
  padding: 0.75rem 3rem;
  background-color: #a69025;
  color: #fff;
  border-radius: 2rem;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .works__single--content a {
    font-size: 20px;
    padding: 0.5rem 2rem;
  }
}
.works__single--content a:visited, .works__single--content a:active {
  color: #fff;
}
.works__single--captcha {
  margin-top: 2rem;
}
.works__single--captcha img {
  display: block;
  margin: 0 auto 2rem;
}
.works__single--captcha img:last-child {
  margin: 0 auto 3rem;
}
.works__single--captcha img.pc {
  width: 100%;
  max-width: 890px;
  -o-object-fit: contain;
     object-fit: contain;
}
.works__single--captcha img.sp {
  width: 100%;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.works__single--captcha a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin: auto;
  text-align: center;
  padding: 0.75rem 3rem;
  background-color: #a69025;
  color: #fff;
  border-radius: 2rem;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .works__single--captcha a {
    font-size: 20px;
    padding: 0.5rem 2rem;
  }
}
.works__single--captcha a:visited, .works__single--captcha a:active {
  color: #fff;
}

.profile {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fff;
  border-radius: 8rem 0 8rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .profile {
    border-radius: 11vw 0 11vw 0;
  }
}
@media screen and (max-width: 768px) {
  .profile {
    border-radius: 8vw 0 8vw 0;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 550px) {
  .profile {
    background-size: 300%;
  }
}
.profile h3 {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  background-color: #a69025;
  padding: 0.25rem 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .profile h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
  .profile h3 {
    font-size: 20px;
    padding: 0.25rem 0.75rem;
  }
}
.profile__language--grid, .profile__tool--grid {
  display: grid;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .profile__language--grid, .profile__tool--grid {
    justify-content: center;
  }
}
.profile__language--grid li, .profile__tool--grid li {
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 3px 0 rgba(166, 144, 37, 0.8);
  padding: 1rem;
}
@media screen and (max-width: 1024px) {
  .profile__language--grid li, .profile__tool--grid li {
    padding: 1rem 0.5rem;
  }
}
.profile__language--grid li h4, .profile__tool--grid li h4 {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .profile__language--grid li h4, .profile__tool--grid li h4 {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
}
.profile__language--grid li h4 small, .profile__tool--grid li h4 small {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.profile__language--grid li img, .profile__tool--grid li img {
  display: block;
  max-width: 115px;
  height: 30%;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 1024px) {
  .profile__language--grid li img, .profile__tool--grid li img {
    margin: 0 auto 0.75rem;
    height: 25%;
  }
}
.profile__language--grid li p, .profile__tool--grid li p {
  font-size: 16px;
  padding-inline: 0.5rem;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .profile__language--grid li p, .profile__tool--grid li p {
    padding-inline: 0;
  }
}
@media screen and (max-width: 550px) {
  .profile__language--grid li p, .profile__tool--grid li p {
    padding-inline: 1.5rem;
  }
}
.profile__language {
  margin-bottom: 4rem;
}
@media screen and (max-width: 550px) {
  .profile__language {
    margin-bottom: 6rem;
  }
}
.profile__language--grid {
  grid-template-columns: repeat(4, 23%);
}
@media screen and (max-width: 1024px) {
  .profile__language--grid {
    grid-template-columns: repeat(4, 24%);
  }
}
@media screen and (max-width: 768px) {
  .profile__language--grid {
    gap: 1.5%;
    grid-template-columns: repeat(2, 250px);
  }
}
@media screen and (max-width: 550px) {
  .profile__language--grid {
    grid-template-columns: repeat(1, 345px);
  }
}
.profile__tool {
  margin-bottom: 4rem;
}
@media screen and (max-width: 550px) {
  .profile__tool {
    margin-bottom: 9rem;
  }
}
.profile__tool--grid {
  max-width: 890px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 31%);
  gap: 3% 2.8%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .profile__tool--grid {
    grid-template-columns: repeat(2, 250px);
    gap: 1.5%;
  }
}
@media screen and (max-width: 550px) {
  .profile__tool--grid {
    grid-template-columns: repeat(1, 345px);
  }
}
.profile__flow--wrap {
  max-width: 890px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 3px 0 rgba(166, 144, 37, 0.8);
  border-radius: 0.5rem;
  padding: 3rem 2rem 3rem 5rem;
}
@media screen and (max-width: 550px) {
  .profile__flow--wrap {
    padding: 2rem 1rem 2rem 2.5rem;
  }
}
.profile__flow--wrap li {
  padding-bottom: 1.5rem;
  position: relative;
}
.profile__flow--wrap li:last-child {
  padding-bottom: 0;
}
.profile__flow--wrap li::before {
  position: absolute;
  content: "";
  top: 3px;
  left: -42.5px;
  width: 1px;
  height: 100%;
  background-color: #a69025;
}
@media screen and (max-width: 550px) {
  .profile__flow--wrap li::before {
    left: -30.5px;
  }
}
.profile__flow--wrap li .date {
  position: relative;
  color: #a69025;
  font-size: 16px;
  margin-bottom: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.profile__flow--wrap li .date::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -52px;
  width: 20px;
  height: 20px;
  background-image: url(../img/profile/profile_circle.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 550px) {
  .profile__flow--wrap li .date::before {
    left: -40px;
  }
}
.profile__flow--wrap li h4 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.profile__flow--wrap li .desc {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

footer {
  padding-top: 5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 550px) {
  footer {
    padding-top: 3rem;
  }
}
footer p {
  font-size: 14px;
  text-align: center;
}
footer .topBackBtn {
  cursor: pointer;
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #a69025;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .topBackBtn img {
  width: 60%;
  display: block;
  transform: rotate(-90deg);
}

.contact {
  /* thank you 画面 */
}
.contact .profile__flow--wrap {
  padding: 3rem 1rem 0;
}
@media screen and (max-width: 768px) {
  .contact .profile__flow--wrap {
    padding: 2rem 1rem 0;
  }
}
.contact .mw_wp_form_complete .profile__flow--wrap {
  padding: 2rem 1rem;
  margin-bottom: 1rem;
}
.contact .mw_wp_form_complete .profile__flow--wrap p {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact .mw_wp_form_complete .profile__flow--wrap p {
    font-size: 0.75rem;
  }
}
.contact .mw_wp_form_complete .btn--area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1%;
}
.contact .mw_wp_form_complete .btn--area a {
  width: 20%;
  text-align: center;
  padding-block: 0.5rem;
  border-radius: 0.5rem;
  background-color: #a69025;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .contact .mw_wp_form_complete .btn--area a {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .contact .mw_wp_form_complete .btn--area a {
    width: 60%;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  .contact .mw_wp_form_complete .btn--area a {
    width: 80%;
  }
}
.contact table {
  width: 100%;
  margin-bottom: 2rem;
}
.contact table tr {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 60%;
  padding-inline: 1rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .contact table tr {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
    padding-inline: 0;
  }
}
@media screen and (max-width: 550px) {
  .contact table tr {
    margin-bottom: 1rem;
  }
}
.contact table tr th,
.contact table tr td {
  font-size: 0.75rem;
}
.contact table tr th {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact table tr th {
    margin-bottom: 0.5rem;
  }
}
.contact table tr th span {
  background-color: #a69025;
  color: #fff;
  border-radius: 0.25rem;
  margin-left: 0.5rem;
  padding-inline: 0.5rem;
  font-size: 0.75rem;
}
.contact table tr.choice td {
  display: grid;
  grid-template-columns: 1fr;
}
.contact table tr.choice td .mwform-checkbox-field {
  margin-left: 0 !important;
  margin-bottom: 0.5rem;
}
.contact table tr:not(.choice) td input,
.contact table tr:not(.choice) td textarea {
  width: 100%;
  padding: 0.5rem;
  border: solid 1px #a69025;
  border-radius: 0.25rem;
  background-color: #fff;
}
.contact table tr:not(.choice) td input::-moz-placeholder, .contact table tr:not(.choice) td textarea::-moz-placeholder {
  opacity: 0.5;
}
.contact table tr:not(.choice) td input::placeholder,
.contact table tr:not(.choice) td textarea::placeholder {
  opacity: 0.5;
}
.contact .btn--area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1%;
}
@media screen and (max-width: 550px) {
  .contact .btn--area {
    flex-direction: column;
  }
}
.contact .btn--area input {
  width: 10rem;
  padding-block: 0.5rem;
  border-radius: 0.5rem;
  background-color: #a69025;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .contact .btn--area input {
    width: 80%;
    font-size: 0.75rem;
  }
}
.contact .btn--area input[name=submitBack] {
  background-color: #52534e;
}

/*
all ==========================================================================*/
html, body {
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 0;
  margin: 0;
  background-color: #eee9de;
  color: #52534e;
  font-size: 24px;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}

img {
  vertical-align: bottom;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  text-decoration: none;
  color: #52534e;
}
a:active, a:visited {
  text-decoration: none;
  color: #52534e;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.6;
}

ul li {
  list-style: none;
}

.wrapper {
  width: min(1200px + 1rem, 100%);
  margin-inline: auto;
  padding-inline: 0.5rem;
}/*# sourceMappingURL=top.css.map */