@charset "UTF-8";
@keyframes more_hover {
  0% {
    scale: 0 1;
  }
  100% {
    scale: 1 1;
  }
}
html {
  letter-spacing: 0.01em;
  font-size: min(0.715vw, 10px);
  font-feature-settings: "palt";
  color: #794011;
  scroll-behavior: smooth;
}
@media (min-width: 769px) {
  html {
    scroll-padding-top: 9.5rem;
  }
}
@media (max-width: 768px) {
  html {
    font-size: min(1.334vw, 10px);
  }
}

body {
  background-color: #fff;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

body, h1, h2, h3, h4, p, figure, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

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

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

input, button {
  font: inherit;
  transition: 0.2s linear;
}
input:focus, button:focus {
  transition: none;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: bottom;
}
img:not([width]) {
  width: 100%;
}
img:not([height]) {
  height: 100%;
}

svg {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.txtlink {
  text-decoration: underline;
}

.txtlink:hover {
  color: #e18b45;
}

.txtlink_noborder:hover {
  color: #e18b45;
}

.js-animation.fadeIn {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.js-animation.fadeIn.is-animated {
  opacity: 1;
}
.js-animation.slideUpIn {
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.4s linear, translate 0.4s ease-out;
}
.js-animation.slideUpIn.is-animated {
  opacity: 1;
  translate: 0 0;
}

.hover-line > *:not(svg) {
  position: relative;
}
.hover-line > *:not(svg)::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: 0;
  right: 0;
  bottom: 1px;
  scale: 0 1;
  transform-origin: left center;
  transition: 0.2s linear;
  pointer-events: none;
}
.hover-line:hover > *:not(svg)::after, a:hover .hover-line > *:not(svg)::after {
  scale: 1 1;
}
a.hover-line {
  position: relative;
}
a.hover-line::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: 0;
  right: 0;
  bottom: 1px;
  scale: 0 1;
  transform-origin: left center;
  transition: 0.2s linear;
  pointer-events: none;
}
a.hover-line:hover::after {
  scale: 1 1;
}
a.hover-line:has(*)::after {
  display: none;
}

.more-arrow {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
}
@media (min-width: 769px) {
  .more-arrow {
    -moz-column-gap: 0.667em;
         column-gap: 0.667em;
    height: 1.334em;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .more-arrow {
    -moz-column-gap: 0.75em;
         column-gap: 0.75em;
    height: 1.438em;
    font-size: 3.2rem;
  }
}
.more-arrow > span {
  fill: none;
  border-radius: 50%;
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .more-arrow > span {
    width: 1.334em;
    height: 1.334em;
  }
}
@media (max-width: 768px) {
  .more-arrow > span {
    width: 1.438em;
    height: 1.438em;
  }
}
.more-arrow > p {
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.more-arrow > p::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: 0;
  right: 0;
  bottom: -1px;
  transform-origin: left center;
  pointer-events: none;
}
a:hover > .more-arrow > p::after {
  scale: 0 1;
  animation: more_hover 0.2s linear 0.1s 1 forwards;
}
a.more-arrow:hover > p::after {
  scale: 0 1;
  animation: more_hover 0.2s linear 0.1s 1 forwards;
}

.more-arrow.col1 {
  color: #fff;
}
.more-arrow.col1 > span {
  background: #794011;
  stroke: #794011;
}
a:hover > .more-arrow.col1 > span {
  background: #b2243c;
  stroke: #fff;
}
a.more-arrow.col1:hover > span {
  background: #b2243c;
  stroke: #fff;
}

.more-arrow.col2 {
  color: #794011;
}
.more-arrow.col2 > span {
  background: #794011;
  stroke: #794011;
}
a:hover > .more-arrow.col2 > span {
  background: #b2243c;
  stroke: #fff;
}
a.more-arrow.col2:hover > span {
  background: #b2243c;
  stroke: #fff;
}

.more-arrow.col3 {
  color: #794011;
}
.more-arrow.col3 > span {
  background: #794011;
  stroke: #fff;
}
a:hover > .more-arrow.col3 > span {
  background: #b2243c;
}
a.more-arrow.col3:hover > span {
  background: #b2243c;
}

.more-arrow.col4 {
  color: #1e4aa0;
}
.more-arrow.col4 > span {
  background: #794011;
  stroke: #794011;
}
a:hover > .more-arrow.col4 > span {
  background: #b2243c;
  stroke: #fff;
}
a.more-arrow.col4:hover > span {
  background: #b2243c;
  stroke: #fff;
}

.header_outer {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
  overflow: hidden;
  background-color: #fff;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .header_inner {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    height: 9.5rem;
    padding: 0 7rem;
  }
}
@media (max-width: 768px) {
  .header_inner {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    height: 10rem;
    padding: 0 4rem;
  }
}
.header_logo {
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .header_logo {
    width: 27rem;
  }
}
@media (max-width: 768px) {
  .header_logo {
    width: 34rem;
  }
}
.header_logo a {
  transition: 0.5s;
}
.header_logo a:hover {
  opacity: 0.7;
}

.nav_outer {
  z-index: 5;
}
@media (min-width: 769px) {
  .nav_outer {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .nav_outer {
    position: fixed;
    background-color: #fff;
    height: 0;
    left: 0;
    right: 0;
    top: 10rem;
    overflow: hidden;
    transition: 0.2s linear;
  }
  .nav_outer.is-opened {
    height: calc(100dvh - 10rem);
  }
}
@media (max-width: 768px) {
  .nav_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100dvh;
    padding: 7rem 0 15rem;
    overflow-y: auto;
  }
}
.nav_list {
  display: flex;
}
@media (min-width: 769px) {
  .nav_list {
    justify-content: flex-end;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media (max-width: 768px) {
  .nav_list {
    flex-direction: column;
    width: 58rem;
  }
}
.nav_list > li {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .nav_list > li {
    align-items: center;
    height: 9.5rem;
  }
  .nav_list > li:has(.js-navChildSwitch.is-opened)::after {
    content: "";
    position: absolute;
    background: #794011;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    width: 1.6rem;
    height: 1.2rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .nav_list > li {
    flex-direction: column;
    padding: 4.2rem 3.2rem;
  }
  .nav_list > li::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
}
.nav_index {
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 769px) {
  .nav_index {
    line-height: 3.393;
    font-size: 2.8rem;
  }
  .nav_index::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    left: 0;
    right: 0;
    bottom: 3.8rem;
    scale: 0 1;
    transform-origin: left center;
    transition: 0.2s linear;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .nav_index {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.313;
    font-size: 3.2rem;
  }
  .nav_index:not(.js-navChildSwitch)::after {
    content: "";
    display: block;
    background-image: url(/img/common/arrow02_k.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.6rem;
    height: 1.858rem;
  }
  .nav_index:is(.js-navChildSwitch)::before, .nav_index:is(.js-navChildSwitch)::after {
    content: "";
    display: block;
    background: #794011;
    width: 2.6rem;
    height: 1px;
  }
  .nav_index:is(.js-navChildSwitch)::before {
    position: absolute;
    right: 0;
    transform: rotateZ(90deg);
  }
  .nav_index:is(.js-navChildSwitch).is-opened::before {
    display: none;
  }
}
@media (min-width: 769px) {
  .nav_index:hover::after {
    scale: 1 1;
  }
}
.nav_child {
  height: 0;
  transition: 0.2s linear;
  overflow: hidden;
}
@media (min-width: 769px) {
  .nav_child {
    position: fixed;
    background: #794011;
    left: 0;
    right: 0;
    top: 9.5rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .nav_child {
    position: relative;
  }
}
.nav_child_list {
  display: flex;
}
@media (min-width: 769px) {
  .nav_child_list {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    height: 9.5rem;
  }
}
@media (max-width: 768px) {
  .nav_child_list {
    flex-direction: column;
    row-gap: 3.2rem;
    padding-top: 5.6rem;
  }
}
.nav_child_list > li {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .nav_child_list > li {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
  .nav_child_list > li::before {
    content: "-";
    line-height: 0.667;
    font-size: 4.2rem;
    translate: 0 -10%;
    scale: 1 0.667;
  }
  .nav_child_list > li:has(a.top)::before {
    display: none;
  }
}
.nav_child_close {
  stroke: #794011;
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  right: 4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .nav_child_close {
    display: none !important;
  }
}
.nav_child_close:hover {
  opacity: 0.6;
}
.nav_link {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.03em;
}
@media (min-width: 769px) {
  .nav_link {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    line-height: 1;
    font-size: 2.8rem;
  }
  .nav_link::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #794011;
    left: 0;
    right: 0;
    bottom: 0.05rem;
    scale: 0 1;
    transform-origin: left center;
    transition: 0.2s linear;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .nav_link {
    line-height: 1;
    font-size: 4.8rem;
    justify-content: center;
  }
}
.nav_link svg {
  stroke: #794011;
  fill: none;
  width: 0.9rem;
  height: 0.9rem;
}
@media (max-width: 768px) {
  .nav_link svg {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .nav_link:hover::after {
    scale: 1 1;
  }
}
.nav_member {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9bdcc3;
  border: solid 1px #282828;
  border-radius: 100vmax;
  font-weight: 700;
}
@media (min-width: 769px) {
  .nav_member {
    gap: 1rem;
    padding: 1rem 2rem;
    line-height: 1.334;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .nav_member {
    gap: 1.5rem;
    padding: 3rem 2rem;
    line-height: 1;
    font-size: 2.6rem;
  }
}
@media (min-width: 769px) {
  .nav_member .icon {
    width: 1.1rem;
    height: 1rem;
  }
}
@media (max-width: 768px) {
  .nav_member .icon {
    width: 2.4rem;
    height: 2rem;
  }
}
.nav_member_link {
  display: block;
}
.nav_member_link:hover {
  opacity: 0.6;
}
.nav_close {
  display: block;
  stroke: #794011;
  stroke-width: 0.15rem;
  width: 5rem;
  height: 5rem;
  margin-top: 12rem;
  cursor: pointer;
}
@media (min-width: 769px) {
  .nav_close {
    display: none !important;
  }
}
.nav_switch {
  position: relative;
  width: 7rem;
  cursor: pointer;
}
@media (min-width: 769px) {
  .nav_switch {
    display: none !important;
  }
}
.nav_switch::before {
  content: "";
  display: none;
  position: absolute;
  background-image: url(../img/nav_close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0;
}
.nav_switch.is-opened::before {
  display: block;
}
.nav_switch.is-opened img {
  opacity: 0;
}

.footer_outer {
  background: #fff;
}
@media (min-width: 769px) {
  .footer_outer {
    padding: 10rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .footer_outer {
    padding: 6.8rem 5rem 5.8rem;
  }
}
.footer_copytight {
  text-align: center;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}
@media (min-width: 769px) {
  .footer_copytight {
    line-height: 1;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .footer_copytight {
    line-height: 1;
    font-size: 2.4rem;
    text-align: center;
  }
}

.btn_hover {
  position: relative;
  display: flex;
  justify-content: center;
  font-weight: 700;
  background-color: #fff;
  border: solid 2px #282828;
  border-radius: 100vmax;
  overflow: hidden;
}
@media (min-width: 769px) {
  .btn_hover {
    width: 32rem;
    margin: 0 auto;
    padding: 1.8rem;
    line-height: 1;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .btn_hover {
    width: 49.6rem;
    margin: 0 auto;
    padding: 2.5rem;
    line-height: 1;
    font-size: 2.6rem;
    border-width: 0.2rem;
  }
}
.btn_hover::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #282828;
  transform: scaleX(0);
  transition: all 0.5s ease;
  transition-property: transform;
}
.btn_hover .txt {
  position: relative;
}
.btn_hover:hover::before {
  transform: scaleY(1);
}
.btn_hover:hover .txt {
  color: #fff;
}
.btn_hover .icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media (min-width: 769px) {
  .btn_hover .icon {
    right: 3.2rem;
    width: 1.9rem;
    height: 1.6rem;
  }
}
@media (max-width: 768px) {
  .btn_hover .icon {
    right: 4.5rem;
    width: 2.5rem;
    height: 2.2rem;
  }
}
.btn_hover:hover .icon {
  fill: #fff;
}
.btn_hover.back .icon {
  scale: -1 1;
  right: auto;
}
@media (min-width: 769px) {
  .btn_hover.back .icon {
    left: 2.8rem;
  }
}
@media (max-width: 768px) {
  .btn_hover.back .icon {
    left: 4.4rem;
  }
}

.kv {
  margin-inline: auto;
  overflow: hidden;
}
@media (min-width: 769px) {
  .kv {
    width: 120rem;
    border-radius: 4rem;
  }
}
@media (max-width: 768px) {
  .kv {
    width: 70rem;
    border-radius: 2rem;
  }
}

.section_head {
  display: grid;
  grid-template-rows: auto auto;
  text-align: center;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.035em;
}
@media (min-width: 769px) {
  .section_head {
    margin-bottom: 3.5rem;
    line-height: 1;
    font-size: 5.6rem;
  }
  .section_head > h2 {
    font: inherit;
  }
  .section_head > h2:first-of-type {
    margin-top: 0em;
  }
  .section_head > h2:last-of-type {
    margin-bottom: 0em;
  }
}
@media (max-width: 768px) {
  .section_head {
    margin-bottom: 5rem;
    line-height: 1;
    font-size: 7rem;
  }
  .section_head > h2 {
    font: inherit;
  }
  .section_head > h2:first-of-type {
    margin-top: 0em;
  }
  .section_head > h2:last-of-type {
    margin-bottom: 0em;
  }
}

.sec_inr {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .sec_inr {
    width: 110rem;
  }
}
@media (max-width: 768px) {
  .sec_inr {
    width: 65rem;
  }
}

@media (min-width: 769px) {
  .sec_characters {
    padding-top: 7.5rem;
  }
}
@media (max-width: 768px) {
  .sec_characters {
    padding-top: 10rem;
  }
}

.characters_list {
  display: grid;
}
@media (min-width: 769px) {
  .characters_list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .characters_list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
  }
}

.characters_list_item {
  overflow: hidden;
}
@media (min-width: 769px) {
  .characters_list_item {
    border-radius: 3rem;
  }
}
@media (max-width: 768px) {
  .characters_list_item {
    border-radius: 2rem;
  }
}
.characters_list_item > a {
  display: block;
  transition: all 0.3s ease-in-out;
}
.characters_list_item > a:hover {
  transform: scale(1.1);
}

@media (min-width: 769px) {
  .sec_mission {
    padding-top: 9.8rem;
  }
}
@media (max-width: 768px) {
  .sec_mission {
    padding-top: 12rem;
  }
}

.mission_txt {
  font-weight: 500;
}
@media (min-width: 769px) {
  .mission_txt {
    line-height: 1.778;
    font-size: 1.8rem;
    text-align: center;
  }
  .mission_txt > p {
    font: inherit;
  }
  .mission_txt > p:first-of-type {
    margin-top: -0.388em;
  }
  .mission_txt > p:last-of-type {
    margin-bottom: -0.388em;
  }
}
@media (max-width: 768px) {
  .mission_txt {
    line-height: 1.643;
    font-size: 2.8rem;
    text-align: center;
  }
  .mission_txt > p {
    font: inherit;
  }
  .mission_txt > p:first-of-type {
    margin-top: -0.321em;
  }
  .mission_txt > p:last-of-type {
    margin-bottom: -0.321em;
  }
}
@media (min-width: 769px) {
  .mission_txt p + p {
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {
  .mission_txt p + p {
    padding-top: 2rem;
  }
}

@media (min-width: 769px) {
  .sec_members {
    padding-top: 9.8rem;
  }
}
@media (max-width: 768px) {
  .sec_members {
    padding-top: 12rem;
  }
}

.members {
  display: grid;
  align-items: center;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .members {
    grid-template-columns: 25rem 1fr;
    -moz-column-gap: 3.8rem;
         column-gap: 3.8rem;
    width: 85.8rem;
  }
}
@media (max-width: 768px) {
  .members {
    row-gap: 2rem;
    width: 65rem;
  }
}
@media (min-width: 769px) {
  .members + .members {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .members + .members {
    padding-top: 10rem;
  }
}

.members_pic {
  overflow: hidden;
}
@media (min-width: 769px) {
  .members_pic {
    border-radius: 2rem;
  }
}
@media (max-width: 768px) {
  .members_pic {
    width: 58rem;
    margin-inline: auto;
    border-radius: 2rem;
  }
}
.members_pic img {
  width: 100%;
}

@media (max-width: 768px) {
  .members_profile {
    padding-top: 2rem;
  }
}

.members_name_jp {
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 769px) {
  .members_name_jp {
    line-height: 1;
    font-size: 3rem;
  }
  .members_name_jp > p {
    font: inherit;
  }
  .members_name_jp > p:first-of-type {
    margin-top: 0em;
  }
  .members_name_jp > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media (max-width: 768px) {
  .members_name_jp {
    line-height: 1;
    font-size: 4.2rem;
    text-align: center;
  }
  .members_name_jp > p {
    font: inherit;
  }
  .members_name_jp > p:first-of-type {
    margin-top: 0em;
  }
  .members_name_jp > p:last-of-type {
    margin-bottom: 0em;
  }
}

.members_name_en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media (min-width: 769px) {
  .members_name_en {
    margin-top: 1rem;
    line-height: 1;
    font-size: 1.8rem;
  }
  .members_name_en > p {
    font: inherit;
  }
  .members_name_en > p:first-of-type {
    margin-top: 0em;
  }
  .members_name_en > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media (max-width: 768px) {
  .members_name_en {
    margin-top: 1.2rem;
    line-height: 1.215;
    font-size: 2.8rem;
    text-align: center;
  }
  .members_name_en > p {
    font: inherit;
  }
  .members_name_en > p:first-of-type {
    margin-top: -0.107em;
  }
  .members_name_en > p:last-of-type {
    margin-bottom: -0.107em;
  }
}

.members_txt {
  font-weight: 500;
  text-align: justify;
}
@media (min-width: 769px) {
  .members_txt {
    margin-top: 2.2rem;
    line-height: 1.734;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .members_txt > p {
    font: inherit;
  }
  .members_txt > p:first-of-type {
    margin-top: -0.366em;
  }
  .members_txt > p:last-of-type {
    margin-bottom: -0.366em;
  }
}
@media (max-width: 768px) {
  .members_txt {
    margin-top: 3.6rem;
    line-height: 1.643;
    font-size: 2.8rem;
  }
  .members_txt > p {
    font: inherit;
  }
  .members_txt > p:first-of-type {
    margin-top: -0.321em;
  }
  .members_txt > p:last-of-type {
    margin-bottom: -0.321em;
  }
}

@media (min-width: 769px) {
  .sec_works {
    padding-top: 10rem;
  }
}
@media (max-width: 768px) {
  .sec_works {
    padding-top: 12rem;
  }
}

.works_list {
  display: grid;
}
@media (min-width: 769px) {
  .works_list {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    row-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .works_list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
  }
}
.works_list > div {
  aspect-ratio: 1/1;
}
.works_list > div img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.company_txt dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .company_txt dl {
    flex-flow: column;
  }
}
.company_txt dl dt {
  flex-basis: 15%;
  font-weight: bold;
}
@media (min-width: 769px) {
  .company_txt dl dt {
    border-bottom: 1px solid #cdac92;
    line-height: 1.625;
    font-size: 1.6rem;
    padding: 3rem;
  }
  .company_txt dl dt > p {
    font: inherit;
  }
  .company_txt dl dt > p:first-of-type {
    margin-top: -0.312em;
  }
  .company_txt dl dt > p:last-of-type {
    margin-bottom: -0.312em;
  }
}
@media (max-width: 768px) {
  .company_txt dl dt {
    background: #f3ebe3;
    line-height: 1.385;
    font-size: 2.6rem;
    padding: 2rem;
  }
  .company_txt dl dt > p {
    font: inherit;
  }
  .company_txt dl dt > p:first-of-type {
    margin-top: -0.192em;
  }
  .company_txt dl dt > p:last-of-type {
    margin-bottom: -0.192em;
  }
}
.company_txt dl dd {
  flex-basis: 85%;
  font-weight: Medium;
}
@media (min-width: 769px) {
  .company_txt dl dd {
    border-bottom: 1px solid #cdac92;
    line-height: 1.625;
    font-size: 1.6rem;
    padding: 3rem;
  }
  .company_txt dl dd > p {
    font: inherit;
  }
  .company_txt dl dd > p:first-of-type {
    margin-top: -0.312em;
  }
  .company_txt dl dd > p:last-of-type {
    margin-bottom: -0.312em;
  }
}
@media (max-width: 768px) {
  .company_txt dl dd {
    line-height: 1.52;
    font-size: 2.5rem;
    padding: 2rem 0 4rem;
  }
  .company_txt dl dd > p {
    font: inherit;
  }
  .company_txt dl dd > p:first-of-type {
    margin-top: -0.26em;
  }
  .company_txt dl dd > p:last-of-type {
    margin-bottom: -0.26em;
  }
}
@media (max-width: 768px) {
  .company_txt dl dd:last-of-type {
    padding-bottom: 2rem;
  }
}

@media (min-width: 769px) {
  .sec_contact {
    padding-top: 14rem;
  }
}
@media (max-width: 768px) {
  .sec_contact {
    padding-top: 12rem;
  }
}

.contact {
  position: relative;
  background-color: #ead3b7;
}
@media (min-width: 769px) {
  .contact {
    padding: 7rem;
    border-radius: 4rem;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 5rem;
    border-radius: 2rem;
  }
}
.contact::before {
  content: "";
  position: absolute;
  background: url(../img/contact_bg.svg) no-repeat 0 0;
  aspect-ratio: 120/92;
}
@media (min-width: 769px) {
  .contact::before {
    top: -4rem;
    left: 10rem;
    width: 12rem;
  }
}
@media (max-width: 768px) {
  .contact::before {
    top: -4rem;
    left: 4rem;
    width: 10rem;
  }
}

.contact_inr {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .contact_inr {
    width: 60rem;
  }
}
@media (max-width: 768px) {
  .contact_inr {
    width: 100%;
  }
}

.form_item {
  display: grid;
}
@media (min-width: 769px) {
  .form_item {
    row-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .form_item {
    row-gap: 1.5rem;
  }
}
@media (min-width: 769px) {
  .form_item + .form_item {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .form_item + .form_item {
    margin-top: 3rem;
  }
}

.form_head {
  font-weight: 700;
}
@media (min-width: 769px) {
  .form_head {
    line-height: 1;
    font-size: 1.6rem;
  }
  .form_head > p {
    font: inherit;
  }
  .form_head > p:first-of-type {
    margin-top: 0em;
  }
  .form_head > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media (max-width: 768px) {
  .form_head {
    line-height: 1;
    font-size: 2.6rem;
  }
  .form_head > p {
    font: inherit;
  }
  .form_head > p:first-of-type {
    margin-top: 0em;
  }
  .form_head > p:last-of-type {
    margin-bottom: 0em;
  }
}
.form_head .required {
  color: #e53910;
}

.form_input input {
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #794011;
}
@media (min-width: 769px) {
  .form_input input {
    padding: 1.3rem;
    line-height: 1;
    font-size: 1.6rem;
    border-radius: 1rem;
  }
}
@media (max-width: 768px) {
  .form_input input {
    padding: 2rem;
    line-height: 1;
    font-size: 3.2rem;
    border-radius: 1rem;
  }
}
.form_input textarea {
  width: 100%;
  background-color: #fff;
  outline: none;
  border: none;
  resize: none;
}
@media (min-width: 769px) {
  .form_input textarea {
    padding: 1.3rem;
    line-height: 1.5;
    font-size: 1.6rem;
    border-radius: 1rem;
  }
}
@media (max-width: 768px) {
  .form_input textarea {
    padding: 1rem;
    line-height: 1.563;
    font-size: 3.2rem;
    border-radius: 1rem;
  }
}

@media (min-width: 769px) {
  .form_btn {
    width: 40rem;
    margin: 4rem auto 0;
  }
}
@media (max-width: 768px) {
  .form_btn {
    width: 46rem;
    margin: 4rem auto 0;
  }
}

.form_btn .button {
  background-color: #794011;
  border-radius: 100vmax;
  color: #fff;
  width: 100%;
  cursor: pointer;
  border: none;
  letter-spacing: 0.25em;
  transform: scale(1);
  font-weight: 700;
}
@media (min-width: 769px) {
  .form_btn .button {
    padding: 2rem;
    line-height: 1;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .form_btn .button {
    padding: 2.8rem 4rem;
    line-height: 1;
    font-size: 3.2rem;
  }
}
.form_btn .button:hover {
  transform: scale(1.2);
  transition: all 0.4s;
}

.error_msg {
  color: #e53910;
  display: none;
}
@media (min-width: 769px) {
  .error_msg {
    margin-top: 1.2rem;
    line-height: 1;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .error_msg {
    margin-top: 1.5rem;
    line-height: 1;
    font-size: 2.2rem;
  }
}

/* スパム対策用（見えない入力欄） */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* 完了メッセージ */
.success_msg {
  font-weight: bold;
  text-align: center;
  display: grid;
  place-content: center;
}
@media (min-width: 769px) {
  .success_msg {
    line-height: 1.648;
    font-size: 3.4rem;
    margin-top: 4rem;
    min-height: 60dvh;
    row-gap: 5rem;
  }
}
@media (max-width: 768px) {
  .success_msg {
    line-height: 1.556;
    font-size: 3.6rem;
    margin-top: 4rem;
    min-height: 80dvh;
    row-gap: 5rem;
  }
}
.success_msg a {
  display: block;
}

.error_global {
  color: red;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  .error_global {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .error_global {
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=style.css.map */