@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #000;
  word-break: break-all;
  letter-spacing: 0.05em;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.enTxt {
  font-family: "Work Sans", sans-serif;
}

.enTxt2 {
  font-family: "EB Garamond", serif;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background-color: #faf8f2;
}

.fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}
.fadeUp.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadeDown {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 1s ease, transform 1s ease;
}
.fadeDown.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadeLeft {
  opacity: 0;
  transform: translateX(-50px);
  transition: 1s;
}
.fadeLeft.is-active {
  opacity: 1;
  transform: translateX(0);
}

.fadeRight {
  opacity: 0;
  transform: translateX(50px);
  transition: 1s;
}
.fadeRight.is-active {
  opacity: 1;
  transform: translateX(0);
}

section {
  background-color: #faf8f2;
  color: #4e3a28;
}
section .sec_ttl {
  font-size: clamp(14px, 1vw, 18px);
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  section .sec_ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 430px) {
  section .sec_ttl {
    font-size: clamp(14px, 1vw, 16px);
  }
}
section .ttl {
  font-size: clamp(30px, 5vw, 50px);
  line-height: 1.8;
  margin-bottom: 95px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  section .ttl {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 430px) {
  section .ttl {
    font-size: 27px;
  }
}
section .text {
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 2;
}
@media screen and (max-width: 430px) {
  section .text {
    font-size: clamp(16px, 1vw, 18px);
  }
}

main {
  position: relative;
}
main .tag {
  position: absolute;
  bottom: 20px;
  right: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
main .tag a {
  color: #574230;
  font-size: clamp(10px, 1vw, 15px);
}
main .tag p {
  color: #574230;
  font-size: clamp(10px, 1vw, 15px);
}

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

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.header {
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.header.black {
  background-color: #faf8f2;
  box-shadow: 0 4px 10px #ede3c7;
}
.header.black .nav a:hover {
  color: #faf8f2;
}
.header.black .header__link {
  color: #4e3a28;
}
.header.black .header__link.nav-contact {
  background-color: #f5a14a;
  color: #fffdfc;
}
.header.black .header__link.nav-contact:hover {
  background-color: #fffdfc;
  color: #f5a14a;
}
.header.black .header__link:hover {
  color: #f5a14a;
  opacity: 1;
}
.header.black .header__logo .header__link:hover {
  color: #4e3a28;
}
.header.black .hamburger span {
  background-color: #f5a14a;
}
.header.menu-open .header__logo .header__link {
  color: #fffdfc;
}
.header__inner {
  height: 102px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fffdfc;
}
@media screen and (max-width: 1000px) {
  .header__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 84px;
  }
}
.header__logo {
  position: relative;
  z-index: 3002;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo a {
  vertical-align: middle;
  font-size: clamp(18px, 2.5vw, 25px);
  color: #fffdfc;
  font-weight: bold;
}
@media screen and (max-width: 1050px) {
  .header__logo a {
    font-size: clamp(16px, 2.5vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .header__logo a {
    font-size: 30px;
  }
}
@media screen and (max-width: 430px) {
  .header__logo a {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__nav ul li {
  margin-left: 35px;
}
@media screen and (max-width: 1050px) {
  .header__nav ul li {
    margin-left: 20px;
  }
}
.header__nav ul li a {
  color: #fffdfc;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (max-width: 1050px) {
  .header__nav ul li a {
    font-size: clamp(14px, 2vw, 18px);
  }
}
.header__nav ul li a:hover {
  color: #f5a14a;
  opacity: 1;
}
.header__nav ul li a.nav-contact {
  background-color: #fffdfc;
  color: #f5a14a;
  font-size: clamp(14px, 2vw, 18px);
  padding: 18px 30px;
  border-radius: 31px;
  transition: 0.3s;
}
@media screen and (max-width: 1050px) {
  .header__nav ul li a.nav-contact {
    font-size: clamp(14px, 2vw, 16px);
    padding: 10px 20px;
  }
}
.header__nav ul li a.nav-contact:hover {
  background-color: #f5a14a;
  color: #fffdfc;
  opacity: 1;
}

.hamburger {
  display: none;
  width: 32px;
  height: 27px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 3001;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fffdfc;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 12px;
}

.hamburger span:nth-child(3) {
  bottom: 0;
}

/* ×ボタン */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  background-color: #f5a14a;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  background-color: #f5a14a;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 12px;
  background-color: #f5a14a;
}

/* メニュー */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 100vh;
  background: #4e3a28;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: ellipse(180% 0% at 50% -10%);
  transition: clip-path 0.95s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: top center;
}
.menu.active {
  clip-path: ellipse(180% 180% at 50% 0%);
  transition: clip-path 0.75s cubic-bezier(0.55, 0.05, 0.85, 0.25);
}
.menu ul {
  padding: 100px 40px;
  width: 100%;
}
.menu ul li {
  padding: 20px 0;
  text-align: left;
  border-top: 1px solid #fffdfc;
}
.menu ul li a {
  color: #fffdfc;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu ul li a span {
  position: relative;
}
.menu ul li a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #faf8f2;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s ease;
}
.menu ul li a span:hover::after {
  transform: scaleX(1);
  transform-origin: left top;
}
.menu ul li a .circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fffdfc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.menu ul li a .arrow-wrap {
  position: relative;
  width: 15px;
  height: 15px;
}
.menu ul li a .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.menu ul li a .arrow01 {
  transform: translate(-50%, -50%);
}
.menu ul li a .arrow02 {
  transform: translate(-30px, -50%);
}
.menu ul li a:hover {
  opacity: 1;
}
.menu ul li a:hover::before {
  transform: translateY(0);
}
.menu ul li a:hover .arrow01,
.menu ul li a:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.menu ul li a:hover .arrow01 {
  transform: translate(12px, -50%);
  opacity: 0;
}
.menu ul li a:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.menu ul li a.nav-contact {
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  background-color: #f5a14a;
  color: #fffdfc;
  padding: 18px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(237, 227, 199, 0.0823529412);
  transition: 0.3s;
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 110px;
}
.menu ul li a.nav-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.25));
  transform: translateY(100%);
  transition: 0.4s;
  z-index: 1;
}
.menu ul li a.nav-contact .circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fffdfc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.menu ul li a.nav-contact .arrow-wrap {
  position: relative;
  width: 15px;
  height: 15px;
}
.menu ul li a.nav-contact .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.menu ul li a.nav-contact .arrow01 {
  transform: translate(-50%, -50%);
}
.menu ul li a.nav-contact .arrow02 {
  transform: translate(-30px, -50%);
}
.menu ul li a.nav-contact:hover {
  opacity: 1;
}
.menu ul li a.nav-contact:hover::before {
  transform: translateY(0);
}
.menu ul li a.nav-contact:hover .arrow01,
.menu ul li a.nav-contact:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.menu ul li a.nav-contact:hover .arrow01 {
  transform: translate(12px, -50%);
  opacity: 0;
}
.menu ul li a.nav-contact:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.footer {
  background-color: #4e3a28;
  color: #faf8f2;
}
.footer__contact {
  text-align: center;
  max-width: 1400px;
  width: 98%;
  margin: 0 auto;
  padding: 150px 20px;
  border-bottom: 1px solid rgba(237, 227, 199, 0.2);
}
@media screen and (max-width: 768px) {
  .footer__contact {
    padding: 80px 30px;
  }
}
.footer__contact .text {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .footer__contact .text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .footer__contact .text {
    font-size: clamp(14px, 1vw, 18px);
  }
}
.footer__contact .ttl {
  font-size: clamp(50px, 8vw, 80px);
  margin-bottom: 80px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .footer__contact .ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 430px) {
  .footer__contact .ttl {
    font-size: clamp(30px, 4vw, 40px);
  }
}
.footer__contact .consul {
  font-size: clamp(18px, 2vw, 23px);
  color: #fffdfc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 430px) {
  .footer__contact .consul {
    font-size: clamp(14px, 1vw, 18px);
  }
}
.footer__contact .consul .text2 {
  position: relative;
}
.footer__contact .consul .text2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: #faf8f2;
  transition: transform 0.3s ease;
  transform-origin: left;
  transform: scaleX(1);
}
.footer__contact .consul .text2:hover::after {
  transform-origin: right;
  transform: scaleX(0);
}
.footer__contact .consul .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fffdfc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.footer__contact .consul .arrow-wrap {
  position: relative;
  width: 30px;
  height: 30px;
}
.footer__contact .consul .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.footer__contact .consul .arrow01 {
  transform: translate(-50%, -50%);
}
.footer__contact .consul .arrow02 {
  transform: translate(-30px, -50%);
}
.footer__contact .consul:hover {
  opacity: 1;
}
.footer__contact .consul:hover::before {
  transform: translateY(0);
}
.footer__contact .consul:hover .arrow01,
.footer__contact .consul:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer__contact .consul:hover .arrow01 {
  transform: translate(12px, -50%);
  opacity: 0;
}
.footer__contact .consul:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.footer__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    padding: 70px 30px 45px;
  }
}
.footer__col {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .footer__col {
    width: 100%;
  }
}
.footer__col .ttl {
  font-size: clamp(20px, 3vw, 30px);
  margin-bottom: 35px;
}
@media screen and (max-width: 1100px) {
  .footer__col .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__col .ttl {
    margin-bottom: 20px;
    font-size: clamp(18px, 2vw, 22px);
  }
}
.footer__col .adress {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .footer__col .adress {
    font-size: clamp(14px, 1vw, 18px);
  }
}
.footer__col .map {
  display: inline-block;
  font-size: clamp(12px, 1.8vw, 18px);
  color: #fffdfc;
  line-height: 2;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__col .map {
    font-size: clamp(14px, 1vw, 18px);
  }
}
.footer__col .map img {
  margin-right: 10px;
}
.footer__col .map::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #faf8f2;
  transition: transform 0.3s ease;
  transform-origin: left;
  transform: scaleX(1);
}
.footer__col .map:hover::after {
  transform-origin: right;
  transform: scaleX(0);
}
.footer__col .map:hover {
  opacity: 1;
}
.footer__col .tft {
  font-size: clamp(12px, 2vw, 20px);
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  display: block;
  color: #fffdfc;
}
@media screen and (max-width: 768px) {
  .footer__col .tft {
    font-size: clamp(14px, 1vw, 18px);
    margin-bottom: 20px;
  }
}
.footer__col .tft span {
  background-color: rgba(237, 227, 199, 0.2);
  padding: 3px 7px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .footer__col .tft:last-child {
    margin-bottom: 65px;
  }
}
.footer__nav {
  width: 70%;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}
.footer__nav ul {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    width: 100%;
  }
}
.footer__nav ul .page {
  padding: 25px 0;
  border-top: 1px solid;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer__nav ul .page {
    margin-bottom: 0;
  }
}
.footer__nav ul .page.home {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .footer__nav ul .page.home {
    margin-bottom: 0;
  }
}
.footer__nav ul .page a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #faf8f2;
  font-size: clamp(14px, 2vw, 20px);
}
@media screen and (max-width: 768px) {
  .footer__nav ul .page a {
    font-size: clamp(14px, 1vw, 18px);
  }
}
.footer__nav ul .page a span {
  position: relative;
}
.footer__nav ul .page a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #faf8f2;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s ease;
}
.footer__nav ul .page a span:hover::after {
  transform: scaleX(1);
  transform-origin: left top;
}
.footer__nav ul .page a .circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fffdfc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.footer__nav ul .page a .arrow-wrap {
  position: relative;
  width: 15px;
  height: 15px;
}
.footer__nav ul .page a .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.footer__nav ul .page a .arrow01 {
  transform: translate(-50%, -50%);
}
.footer__nav ul .page a .arrow02 {
  transform: translate(-30px, -50%);
}
.footer__nav ul .page a:hover {
  opacity: 1;
}
.footer__nav ul .page a:hover::before {
  transform: translateY(0);
}
.footer__nav ul .page a:hover .arrow01,
.footer__nav ul .page a:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer__nav ul .page a:hover .arrow01 {
  transform: translate(12px, -50%);
  opacity: 0;
}
.footer__nav ul .page a:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.footer__nav ul .desc {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer__nav ul .desc {
    margin-bottom: 15px;
  }
}
.footer__nav ul .desc a {
  color: #faf8f2;
  font-size: clamp(12px, 1.8vw, 18px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__nav ul .desc a {
    font-size: clamp(14px, 1vw, 16px);
  }
}
.footer__nav ul .desc a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #faf8f2;
  transition: transform 0.3s ease;
  transform-origin: left;
  transform: scaleX(1);
}
.footer__nav ul .desc a:hover::after {
  transform-origin: right;
  transform: scaleX(0);
}
.footer__nav ul .desc a:hover {
  opacity: 1;
}
.footer .cta {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: -10%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .footer .cta {
    bottom: -15px;
    right: 30px;
  }
}
.footer .cta p {
  color: #faf8f2;
  font-size: clamp(14px, 1vw, 18px);
}
.footer .cta .circle2 {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f5a14a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  margin-bottom: 17px;
}
.footer .cta .circle2:hover {
  opacity: 1;
}
.footer .cta .circle2:hover::before {
  transform: translateY(0);
}
.footer .cta .circle2:hover .arrow01,
.footer .cta .circle2:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer .cta .circle2:hover .arrow01 {
  transform: translate(-50%, -50px);
  opacity: 0;
}
.footer .cta .circle2:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.footer .cta .arrow-wrap {
  position: relative;
  width: 15px;
  height: 15px;
}
.footer .cta .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.footer .cta .arrow01 {
  transform: translate(-50%, -50%);
}
.footer .cta .arrow02 {
  transform: translate(-50%, 50px);
}
.footer .mail {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px 150px;
  font-size: clamp(10px, 1vw, 16px);
}
@media screen and (max-width: 768px) {
  .footer .mail {
    font-size: 13px;
    padding: 0 20px 30px;
  }
}

.about__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 167px 20px 200px;
}
@media screen and (max-width: 768px) {
  .about__inner {
    padding: 86px 20px 100px;
  }
}
.about__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 402;
}
@media screen and (max-width: 768px) {
  .about__box {
    flex-direction: column;
  }
}
.about__box--img {
  width: 40%;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .about__box--img {
    width: 100%;
    margin-bottom: 35px;
  }
}
.about__box--img img {
  border-radius: 5px;
}
.about__box .col {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .about__box .col {
    width: 100%;
  }
}
.about__box .col .ttl {
  margin-bottom: 95px;
  font-size: clamp(25px, 4vw, 45px);
}
@media screen and (max-width: 768px) {
  .about__box .col .ttl {
    margin-bottom: 35px;
  }
}
.about__box .col .more {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #ea922b;
  color: #fffdfc;
  padding: 25px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .about__box .col .more {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .about__box .col .more {
    width: 60%;
    font-size: 17px;
  }
}
@media screen and (max-width: 430px) {
  .about__box .col .more {
    padding: 20px;
    font-size: 14px;
  }
}
.about__box .col .more::before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.25));
  width: 180%;
  height: 320%;
  left: 50%;
  bottom: -320%;
  transform: translateX(-50%);
  border-radius: 50%;
  transition: bottom 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
.about__box .col .more .circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fffdfc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about__box .col .more .arrow-wrap {
  position: relative;
  width: 15px;
  height: 15px;
}
.about__box .col .more .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.about__box .col .more .arrow01 {
  transform: translate(-50%, -50%);
}
.about__box .col .more .arrow02 {
  transform: translate(-30px, -50%);
}
.about__box .col .more:hover {
  opacity: 1;
}
.about__box .col .more:hover::before {
  bottom: -20%;
}
.about__box .col .more:hover .arrow01,
.about__box .col .more:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.about__box .col .more:hover .arrow01 {
  transform: translate(12px, -50%);
  opacity: 0;
}
.about__box .col .more:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.message__inner {
  max-width: 1396px;
  margin: 0 auto;
  padding: 300px 20px 200px;
}
@media screen and (max-width: 768px) {
  .message__inner {
    padding: 100px 30px 50px;
  }
}
.message__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .message__box {
    flex-direction: column;
  }
}
.message__box .left {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .message__box .left {
    width: 100%;
  }
}
.message__box .left .sec_ttl {
  margin-bottom: 15px;
}
.message__box .left .ttl {
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .message__box .left .ttl {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .message__box .left .text {
    margin-bottom: 15px;
  }
}
.message__box .right {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .message__box .right {
    width: 100%;
  }
}
.message__box .right .big {
  font-size: clamp(20px, 4vw, 40px);
  line-height: 2;
  margin-bottom: 64px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .message__box .right .big {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .message__box .right .text {
    margin-bottom: 25px;
  }
}
.message__box .right .sign {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .message__box .right .sign p {
    margin-bottom: 0;
  }
}

.philosophy {
  position: relative;
}
.philosophy .brush {
  position: absolute;
  top: -5%;
  right: 0;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.5s ease-out;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .philosophy .brush {
    width: 30%;
    top: -30%;
  }
}
.philosophy .brush.is-active {
  clip-path: inset(0 0 0 0);
}
.philosophy__inner {
  max-width: 1396px;
  margin: 0 auto;
  padding: 0 20px 150px;
}
@media screen and (max-width: 768px) {
  .philosophy__inner {
    padding: 0 30px 50px;
  }
}
.philosophy__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .philosophy__box {
    flex-direction: column;
  }
}
.philosophy__box .left {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .philosophy__box .left {
    width: 100%;
  }
}
.philosophy__box .left .sec_ttl {
  margin-bottom: 15px;
}
.philosophy__box .left .ttl {
  line-height: 1.5;
}
.philosophy__box .right {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .philosophy__box .right {
    width: 100%;
  }
}
.philosophy .values {
  padding: 0 20px;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .philosophy .values {
    padding: 0 40px;
  }
}
.philosophy .values .brush {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s ease-out;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .philosophy .values .brush {
    display: block;
  }
}
.philosophy .values .brush.is-active {
  clip-path: inset(0 0 0 0);
}
.philosophy .values__inner {
  max-width: 1640px;
  margin: 0 auto;
  background-color: #fffdfc;
  padding: 80px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .philosophy .values__inner {
    padding: 60px 30px;
  }
}
.philosophy .values .ttl {
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .philosophy .values .ttl {
    margin-bottom: 35px;
  }
}
.philosophy .values__box {
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .philosophy .values__box {
    max-width: 100%;
  }
}
.philosophy .values__box li {
  font-size: clamp(18px, 3vw, 30px);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  line-height: 1.3;
  font-weight: bold;
  width: 101%;
}
@media screen and (max-width: 768px) {
  .philosophy .values__box li {
    gap: 15px;
    margin-bottom: 25px;
  }
}
.philosophy .values__box li:last-child {
  margin-bottom: 0;
}
.philosophy .values__box li span {
  color: #fffdfc;
  background-color: #ea922b;
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .philosophy .values__box li span {
    width: 25px;
    flex-shrink: 0;
    border-radius: 5px;
  }
}

.profile__inner {
  max-width: 1461px;
  margin: 0 auto;
  padding: 200px 20px;
}
@media screen and (max-width: 768px) {
  .profile__inner {
    padding: 100px 20px;
  }
}
.profile__box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .profile__box {
    flex-direction: column;
  }
}
.profile__box .left {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .profile__box .left {
    width: 100%;
  }
}
.profile__box .left .ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .profile__box .left .ttl {
    margin-bottom: 35px;
  }
}
.profile__box .right {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .profile__box .right {
    width: 100%;
  }
}
.profile__box .right li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(14px, 2vw, 20px);
  line-height: 2;
  padding: 30px 0;
  border-top: 1px solid #e3e3e3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .profile__box .right li {
    flex-direction: column;
    padding: 20px 0;
    line-height: 1.5;
  }
}
.profile__box .right li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 1.5px;
  background: #f5a14a;
}
.profile__box .right li:last-child {
  border-bottom: 1px solid #e3e3e3;
}
.profile__box .right li:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2em;
  height: 1.5px;
  background: #f5a14a;
}
.profile__box .right li .lt {
  width: 30%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .profile__box .right li .lt {
    width: 100%;
  }
}
.profile__box .right li .ld {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .profile__box .right li .ld {
    width: 100%;
  }
}
.profile__box .right li .ld iframe {
  width: 90%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .profile__box .right li .ld iframe {
    width: 100%;
  }
}

.recruit__button {
  padding: 0 20px;
  padding-bottom: 271px;
}
@media screen and (max-width: 768px) {
  .recruit__button {
    padding: 0 30px 144px;
  }
}
.recruit__button .more {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-image: url(../../img/2_aboutus/recruit.webp);
  background-position: center;
  color: #fffdfc;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 80px 120px;
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  .recruit__button .more {
    background-image: url(../../img/2_aboutus/recruit_sp.webp);
    padding: 60px 20px;
    text-align: center;
    flex-direction: column;
  }
}
.recruit__button .more::before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.25));
  width: 180%;
  height: 320%;
  left: 50%;
  bottom: -320%;
  transform: translateX(-50%);
  border-radius: 50%;
  transition: bottom 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
.recruit__button .more .left {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .recruit__button .more .left {
    width: 100%;
  }
}
.recruit__button .more .left .sec_ttl {
  margin-bottom: 15px;
}
.recruit__button .more .left .ttl {
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recruit__button .more .left .ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__button .more .left .text {
    margin-bottom: 20px;
  }
}
.recruit__button .more .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fffdfc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.recruit__button .more .arrow-wrap {
  position: relative;
  width: 70px;
  height: 70px;
}
.recruit__button .more .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.recruit__button .more .arrow01 {
  transform: translate(-50%, -50%);
}
.recruit__button .more .arrow02 {
  transform: translate(-100px, -50%);
}
.recruit__button .more:hover {
  opacity: 1;
}
.recruit__button .more:hover::before {
  bottom: -20%;
}
.recruit__button .more:hover .arrow01,
.recruit__button .more:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.recruit__button .more:hover .arrow01 {
  transform: translate(12px, -50%);
  opacity: 0;
}
.recruit__button .more:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.contact__inner {
  max-width: 1364px;
  margin: 0 auto;
  padding: 200px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 100px 30px;
  }
}
.contact__inner .sec_ttl {
  margin-bottom: 15px;
}
.contact__inner .ttl {
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact__inner .ttl {
    margin-bottom: 35px;
  }
}
.contact__inner .text {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contact__inner .text {
    margin-bottom: 45px;
  }
}
.contact__box {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 780px;
  margin: 0 auto;
  height: 130px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .contact__box {
    flex-direction: column;
    height: 200px;
    margin-bottom: 45px;
  }
}
.contact__box .left {
  background-image: url(../../img/1_top/contact1.webp);
  background-position: center;
  background-size: cover;
  color: #fffdfc;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact__box .left {
    background-image: url(../../img/1_top/contact1_sp.webp);
    width: 100%;
    height: 30%;
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact__box .left {
    font-size: 18px;
  }
}
.contact__box .right {
  background-color: #fffdfc;
  color: #4e3a28;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 768px) {
  .contact__box .right {
    width: 100%;
    height: 70%;
    border-radius: 0 0 5px 5px;
  }
}
.contact__box .right p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .contact__box .right p {
    font-size: 16px;
  }
}
.contact__box .right .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact__box .right .tel {
    font-size: 37px;
  }
}
.contact__box .right .tel img {
  margin-right: 10px;
}
.contact .contact-form {
  background-color: #fffdfc;
  padding: 100px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form {
    padding: 40px 30px;
  }
}
.contact .contact-form h3 {
  border-bottom: 1px solid #acacac;
  padding-bottom: 65px;
  margin-bottom: 65px;
  font-size: clamp(20px, 3.5vw, 40px);
}
@media screen and (max-width: 768px) {
  .contact .contact-form h3 {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
.contact .contact-form .form-row {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.contact .contact-form .form-row.textarea {
  align-items: flex-start;
}
.contact .contact-form .form-row.textarea label {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form .form-row.textarea label {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-form .form-row {
    flex-direction: column;
    gap: 10px;
  }
}
.contact .contact-form .form-row p {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .contact .contact-form .form-row p {
    width: 100%;
  }
}
.contact .contact-form .form-row p label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact .contact-form .form-row p label {
    font-size: 17px;
  }
}
.contact .contact-form .form-row p label .required {
  display: block;
  margin-left: 10px;
  padding: 4px;
  background: #c63c1b;
  color: #fffdfc;
  font-size: 15px;
  font-weight: normal;
}
.contact .contact-form .form-row p label .required.any {
  background: #6e6e6e;
}
.contact .contact-form .form-row p:nth-child(2) {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .contact .contact-form .form-row p:nth-child(2) {
    width: 100%;
  }
}
.contact .contact-form .form-row p:nth-child(2) input:not([type=radio]):not([type=checkbox]),
.contact .contact-form .form-row p:nth-child(2) select,
.contact .contact-form .form-row p:nth-child(2) textarea {
  box-sizing: border-box;
  padding: 20px 30px;
  border: 1px solid #b1b1b1;
  background: #fffdfc;
  font-size: clamp(14px, 1vw, 18px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
.contact .contact-form .form-row p:nth-child(2) input:not([type=radio]):not([type=checkbox])::-moz-placeholder, .contact .contact-form .form-row p:nth-child(2) select::-moz-placeholder, .contact .contact-form .form-row p:nth-child(2) textarea::-moz-placeholder {
  font-size: clamp(14px, 1vw, 18px);
  color: #b1b1b1;
}
.contact .contact-form .form-row p:nth-child(2) input:not([type=radio]):not([type=checkbox])::placeholder,
.contact .contact-form .form-row p:nth-child(2) select::placeholder,
.contact .contact-form .form-row p:nth-child(2) textarea::placeholder {
  font-size: clamp(14px, 1vw, 18px);
  color: #b1b1b1;
}
@media screen and (max-width: 768px) {
  .contact .contact-form .form-row p:nth-child(2) input:not([type=radio]):not([type=checkbox]),
  .contact .contact-form .form-row p:nth-child(2) select,
  .contact .contact-form .form-row p:nth-child(2) textarea {
    width: 100%;
    padding: 20px;
  }
}
.contact .contact-form .form-row p:nth-child(2) select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 30px center;
  color: #b1b1b1;
}
@media screen and (max-width: 768px) {
  .contact .contact-form .form-row p:nth-child(2) select {
    background-position: right 10px center;
  }
}
.contact .contact-form .form-row p:nth-child(2) select option {
  color: #b1b1b1;
}
.contact .contact-form .form-row p:nth-child(2) textarea {
  height: 200px;
  padding: 20px 30px;
  resize: none;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .contact .contact-form .form-row p:nth-child(2) textarea {
    width: 100%;
    min-height: 200px;
    box-sizing: border-box;
  }
}
.contact .contact-form .zip p {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: bold;
}
.contact .contact-form .zip p input {
  width: 100px;
  box-sizing: border-box;
  padding: 20px 30px;
  border: 1px solid #b1b1b1;
  background: #fffdfc;
  font-size: 16px;
  font-weight: bold;
}
.contact .contact-form .zip p input::-moz-placeholder {
  font-size: 16px;
  color: #b1b1b1;
}
.contact .contact-form .zip p input::placeholder {
  font-size: 16px;
  color: #b1b1b1;
}
@media screen and (max-width: 768px) {
  .contact .contact-form .zip p input {
    width: 70px;
    padding: 20px 10px;
  }
}
.contact .contact-form .zip p input:last-child {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form .zip p input:last-child {
    width: 80px;
  }
}
.contact .contact-form .wpcf7-radio {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.contact .contact-form .wpcf7-list-item {
  margin: 0;
}
.contact .contact-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact .contact-form .wpcf7-radio input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #ea922b;
}
.contact .contact-form .submit-btn {
  width: 100%;
  border: none;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ea922b;
  color: #fffdfc;
  cursor: pointer;
  padding: 30px 20px;
  border-radius: 5px;
  font-size: clamp(14px, 1.5vw, 20px);
  margin-top: 50px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact .contact-form .submit-btn {
    font-size: clamp(14px, 5vw, 30px);
    padding: 20px;
  }
}
@media screen and (max-width: 430px) {
  .contact .contact-form .submit-btn {
    font-size: 17px;
  }
}
.contact .contact-form .submit-btn::before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.25));
  width: 180%;
  height: 320%;
  left: 50%;
  bottom: -320%;
  transform: translateX(-50%);
  border-radius: 50%;
  transition: bottom 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
.contact .contact-form .submit-btn .circle {
  margin-left: 40px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fffdfc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact .contact-form .submit-btn .circle {
    margin-left: 20px;
  }
}
.contact .contact-form .submit-btn .arrow-wrap {
  position: relative;
  width: 8px;
  height: 8px;
}
.contact .contact-form .submit-btn .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.contact .contact-form .submit-btn .arrow01 {
  transform: translate(-50%, -50%);
}
.contact .contact-form .submit-btn .arrow02 {
  transform: translate(-30px, -50%);
}
.contact .contact-form .submit-btn:hover {
  opacity: 1;
}
.contact .contact-form .submit-btn:hover::before {
  bottom: -20%;
}
.contact .contact-form .submit-btn:hover .arrow01,
.contact .contact-form .submit-btn:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.contact .contact-form .submit-btn:hover .arrow01 {
  transform: translate(12px, -50%);
  opacity: 0;
}
.contact .contact-form .submit-btn:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 0;
  padding: 0.2em 0.1em;
}

.fv {
  position: relative;
}
.fv .brush {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 10%;
  clip-path: inset(0 100% 0 0);
  animation: brushReveal 1.5s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .fv .brush {
    left: 0;
    width: 50%;
  }
}
@keyframes brushReveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.fv .brush2 {
  position: absolute;
  z-index: 401;
  top: 84%;
  right: 0;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.5s ease-out;
}
@media screen and (max-width: 768px) {
  .fv .brush2 {
    width: 30%;
  }
}
@media screen and (max-width: 430px) {
  .fv .brush2 {
    top: 80%;
  }
}
.fv .brush2.is-active {
  clip-path: inset(0 0 0 0);
}
.fv__ttl {
  position: absolute;
  color: #fffdfc;
  font-size: clamp(30px, 5vw, 50px);
  writing-mode: vertical-rl;
  z-index: 500;
  top: 30%;
  right: 20%;
  line-height: 1.4;
}
@media screen and (max-width: 1500px) {
  .fv__ttl {
    top: 25%;
    right: 18%;
  }
}
@media screen and (max-width: 1350px) {
  .fv__ttl {
    top: 20%;
  }
}
@media screen and (max-width: 1150px) {
  .fv__ttl {
    font-size: clamp(20px, 4vw, 40px);
    top: 25%;
  }
}
@media screen and (max-width: 768px) {
  .fv__ttl {
    font-size: clamp(26px, 10vw, 60px);
    top: 15%;
    right: 13%;
  }
}
@media screen and (max-width: 430px) {
  .fv__ttl {
    font-size: 35px;
  }
}
.fv__sub {
  position: absolute;
  color: #fffdfc;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(16px, 2.2vw, 22px);
  writing-mode: vertical-rl;
  z-index: 500;
  top: 37%;
  right: 33%;
  line-height: 2;
}
@media screen and (max-width: 1500px) {
  .fv__sub {
    top: 35%;
  }
}
@media screen and (max-width: 1350px) {
  .fv__sub {
    right: 36%;
    top: 30%;
  }
}
@media screen and (max-width: 1150px) {
  .fv__sub {
    font-size: clamp(14px, 1vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .fv__sub {
    top: 20%;
    right: 55%;
    font-size: clamp(16px, 4vw, 30px);
  }
}
@media screen and (max-width: 430px) {
  .fv__sub {
    font-size: 17px;
  }
}
.fv .fv-swiper {
  position: absolute;
  z-index: 400;
  inset: 0;
}
.fv .fv-swiper .swiper-slide-active {
  animation: waveReveal 1.2s ease forwards;
}
@keyframes waveReveal {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(80% 0, 100% 20%, 100% 80%, 80% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.fv .fv-swiper img {
  width: 26%;
  border-radius: 10px;
}
@media screen and (max-width: 1150px) {
  .fv .fv-swiper img {
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-swiper img {
    width: 52%;
  }
}
.fv .fv-swiper .fv-images .left {
  position: absolute;
  left: 0;
  bottom: 90px;
}
@media screen and (max-width: 1150px) {
  .fv .fv-swiper .fv-images .left {
    bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-swiper .fv-images .left {
    bottom: 10px;
    left: -5%;
  }
}
.fv .fv-swiper .fv-images .center {
  position: absolute;
  left: 28%;
  bottom: 160px;
}
@media screen and (max-width: 1150px) {
  .fv .fv-swiper .fv-images .center {
    bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-swiper .fv-images .center {
    left: auto;
    right: -5%;
    bottom: 30px;
  }
}
.fv .fv-swiper .fv-images .right {
  position: absolute;
  right: -12%;
  bottom: 90px;
}
@media screen and (max-width: 1150px) {
  .fv .fv-swiper .fv-images .right {
    bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-swiper .fv-images .right {
    display: none;
  }
}

.fv__inner.page-about {
  max-width: 1640px;
  margin: 0 auto;
  padding: 250px 20px 0;
}
@media screen and (max-width: 768px) {
  .fv__inner.page-about {
    padding: 150px 30px 0;
  }
}
.fv__inner.page-about .sec_ttl {
  margin-bottom: 15px;
}
.fv__inner.page-about .ttl {
  margin-bottom: 80px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fv__inner.page-about .ttl {
    margin-bottom: 50px;
  }
}
.fv__inner.page-about .aboutFv {
  border-radius: 10px;
  position: relative;
  z-index: 200;
}
.fv__inner.page-about .aboutFv img {
  border-radius: 10px;
}
.fv__inner.page-about .brush {
  right: 0;
}
@media screen and (max-width: 768px) {
  .fv__inner.page-about .brush {
    left: auto;
    right: 0;
    width: 100%;
    top: 30%;
  }
}

.fv__inner.page-works {
  background: url(../../img/3_works/mv1.webp) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 1085px;
  padding: 0 200px;
}
@media screen and (max-width: 1500px) {
  .fv__inner.page-works {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .fv__inner.page-works {
    background: url(../../img/3_works/mv1_sp.webp) no-repeat center center/cover;
    flex-direction: column;
    height: 1200px;
  }
}
@media screen and (max-width: 600px) {
  .fv__inner.page-works {
    height: 900px;
    padding-top: 100px;
  }
}
.fv__inner.page-works .left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .fv__inner.page-works .left {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
}
.fv__inner.page-works .left .text {
  font-size: clamp(20px, 4vw, 40px);
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .fv__inner.page-works .left .text {
    font-size: clamp(20px, 6vw, 40px);
  }
}
.fv__inner.page-works .left .year {
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.2;
}
.fv__inner.page-works .left .year span {
  font-size: clamp(100px, 10vw, 155px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fv__inner.page-works .left .year span {
    font-size: clamp(100px, 20vw, 155px);
  }
}
@media screen and (max-width: 768px) {
  .fv__inner.page-works .left .year {
    font-size: clamp(34px, 10vw, 58px);
  }
}
.fv__inner.page-works .right {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .fv__inner.page-works .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fv__inner.page-works .right .text {
    font-size: clamp(20px, 4vw, 40px);
  }
}
@media screen and (max-width: 430px) {
  .fv__inner.page-works .right .text {
    font-size: clamp(15px, 1.5vw, 18px);
  }
}

.fv__inner.page-recruit {
  padding: 253px 20px 0;
  max-width: 1640px;
  margin: 0 auto;
}
.fv__inner.page-recruit .sec_ttl {
  padding-top: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .fv__inner.page-recruit {
    padding: 140px 30px 0;
  }
}
.fv__inner.page-recruit .ttl {
  padding-bottom: 170px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fv__inner.page-recruit .ttl {
    padding-bottom: 50px;
  }
}

.recruit {
  position: relative;
  overflow-x: hidden;
}
.recruit .brush {
  position: absolute;
  bottom: 2%;
  left: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s ease-out;
}
.recruit .brush img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .recruit .brush {
    clip-path: inset(0 0 100% 0);
    width: 30%;
    left: auto;
    right: 0;
  }
}
.recruit .brush.is-active {
  clip-path: inset(0 0 0 0);
}
@keyframes brushDraw {
  to {
    clip-path: inset(0 0 0 0);
  }
}
.recruit__inner {
  padding: 0 20px;
}
.recruit__box {
  max-width: 1660px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background-color: #fffdfc;
  border-radius: 10px;
  padding: 160px 130px;
}
@media screen and (max-width: 1250px) {
  .recruit__box {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__box {
    flex-direction: column;
    padding: 60px 40px;
    gap: 0;
    position: relative;
    z-index: 2;
  }
}
.recruit__box .sec_ttl {
  margin-bottom: 15px;
}
.recruit__box .ttl {
  line-height: 1.5;
  margin-bottom: 35px;
}
.recruit__box .text {
  margin-bottom: 35px;
}
.recruit__box .circle2 {
  position: absolute;
  right: 20px;
  top: 70px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f5a14a;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruit__box .circle2 {
    display: flex;
  }
}
.recruit__box .circle2:hover {
  opacity: 1;
}
.recruit__box .circle2:hover::before {
  transform: translateY(0);
}
.recruit__box .circle2:hover .arrow01,
.recruit__box .circle2:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.recruit__box .circle2:hover .arrow01 {
  transform: translate(12px, -50%);
  opacity: 0;
}
.recruit__box .circle2:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.recruit__box .arrow-wrap {
  position: relative;
  width: 15px;
  height: 15px;
}
.recruit__box .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.recruit__box .arrow01 {
  transform: translate(-50%, -50%);
}
.recruit__box .arrow02 {
  transform: translate(-50px, -50%);
}
.recruit__box .col {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .recruit__box .col {
    width: 100%;
  }
}
.recruit__box .col .ttl {
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recruit__box .col .ttl {
    margin-bottom: 30px;
  }
}
.recruit__box .col .text {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .recruit__box .col .text {
    margin-bottom: 0;
  }
}
.recruit__box .col .more {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #ea922b;
  color: #fffdfc;
  width: 50%;
  padding: 25px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .recruit__box .col .more {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .recruit__box .col .more {
    display: none;
  }
}
.recruit__box .col .more::before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.25));
  width: 180%;
  height: 320%;
  left: 50%;
  bottom: -320%;
  transform: translateX(-50%);
  border-radius: 50%;
  transition: bottom 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
.recruit__box .col .more .circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fffdfc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.recruit__box .col .more .arrow-wrap {
  position: relative;
  width: 15px;
  height: 15px;
}
.recruit__box .col .more .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.recruit__box .col .more .arrow01 {
  transform: translate(-50%, -50%);
}
.recruit__box .col .more .arrow02 {
  transform: translate(-30px, -50%);
}
.recruit__box .col .more:hover {
  opacity: 1;
}
.recruit__box .col .more:hover::before {
  bottom: -20%;
}
.recruit__box .col .more:hover .arrow01,
.recruit__box .col .more:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.recruit__box .col .more:hover .arrow01 {
  transform: translate(12px, -50%);
  opacity: 0;
}
.recruit__box .col .more:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.recruit__box .col2 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .recruit__box .col2 {
    width: 100%;
  }
}
.recruit__box .col2 .link__box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .recruit__box .col2 .link__box {
    flex-direction: column;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.recruit__box .col2 .link__box .link {
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .recruit__box .col2 .link__box .link {
    width: 100%;
  }
}
.recruit__box .col2 .link__box .link__ttl {
  color: #574230;
  font-size: clamp(12px, 1.8vw, 18px);
  margin-right: 10px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .recruit__box .col2 .link__box .link__ttl {
    font-size: clamp(14px, 1vw, 18px);
  }
}
.recruit__box .col2 .link__box .link__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #574230;
  transition: transform 0.3s ease;
  transform-origin: left;
  transform: scaleX(1);
}
.recruit__box .col2 .link__box .link__ttl:hover::after {
  transform-origin: right;
  transform: scaleX(0);
}
.recruit__box .col2 .link__box .link .circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f5a14a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.recruit__box .col2 .link__box .link .arrow-wrap {
  position: relative;
  width: 8px;
  height: 8px;
}
.recruit__box .col2 .link__box .link .arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.recruit__box .col2 .link__box .link .arrow01 {
  transform: translate(0, -50%);
}
.recruit__box .col2 .link__box .link .arrow02 {
  transform: translate(-30px, -50%);
}
.recruit__box .col2 .link__box .link:hover {
  opacity: 1;
}
.recruit__box .col2 .link__box .link:hover .arrow01,
.recruit__box .col2 .link__box .link:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.recruit__box .col2 .link__box .link:hover .arrow01 {
  transform: translate(12px, -50%);
  opacity: 0;
}
.recruit__box .col2 .link__box .link:hover .arrow02 {
  transform: translate(0, -50%);
  opacity: 1;
}
.recruit__box .col2 .flow-img {
  overflow: hidden;
  width: 100vw;
  margin-right: -20px;
}
.recruit__box .col2 .flow-img__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 15px;
  animation: flow 30s linear infinite;
}
.recruit__box .col2 .flow-img__track img {
  width: 400px;
  height: auto;
  flex-shrink: 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .recruit__box .col2 .flow-img__track img {
    width: 250px;
  }
}
@keyframes flow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 10px));
  }
}

.feeling {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .feeling {
    padding-bottom: 80px;
  }
}
.feeling .brush {
  position: absolute;
  bottom: 150px;
  left: 0;
  clip-path: inset(0 100% 0 0);
  animation: brushDraw 1.5s ease-out forwards;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .feeling .brush {
    bottom: auto;
    top: 0;
    width: 100%;
  }
}
@keyframes brushDraw {
  to {
    clip-path: inset(0 0 0 0);
  }
}
.feeling .brush2 {
  position: absolute;
  top: 0;
  right: 0;
  clip-path: inset(0 100% 0 0);
  animation: brushDraw 1.5s ease-out forwards;
  animation-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .feeling .brush2 {
    display: none;
  }
}
@keyframes brushDraw {
  to {
    clip-path: inset(0 0 0 0);
  }
}
.feeling__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .feeling__inner {
    padding: 0 30px;
  }
}
.feeling__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .feeling__box {
    padding: 0;
    flex-direction: column-reverse;
  }
}
.feeling__box .left {
  width: 40%;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .feeling__box .left {
    width: 100%;
    padding-top: 50px;
  }
}
.feeling__box .left .ttl {
  color: #f5a14a;
  font-size: clamp(30px, 4.5vw, 45px);
  line-height: 1.5;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .feeling__box .left .ttl {
    margin-bottom: 35px;
  }
}
.feeling__box .left .ttl span {
  font-size: clamp(50px, 7vw, 70px);
}
.feeling__box .right {
  width: 40%;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .feeling__box .right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}
.feeling__box .right img {
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .feeling__box .right img {
    width: 100%;
  }
}

.future {
  position: relative;
  background-image: url(../../img/4_recruit/future/future1.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0 40px;
  height: 1170px;
}
@media screen and (max-width: 768px) {
  .future {
    padding: 40px 20px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .future {
    background-image: url(../../img/4_recruit/future/future1_sp.webp);
  }
}
.future .future-bg2 {
  position: absolute;
  left: 0;
  bottom: 10%;
}
@media screen and (max-width: 768px) {
  .future .future-bg2 {
    bottom: 20px;
    z-index: 300;
  }
}
.future__inner {
  max-width: 1520px;
  margin: -90px auto;
  padding: 300px 20px;
  background-color: #fffdfc;
  position: relative;
  z-index: 200;
  border-radius: 50%;
  height: 1470px;
}
@media screen and (max-width: 768px) {
  .future__inner {
    border-radius: 207px;
    margin: 0 auto;
    padding: 100px 20px;
    height: auto;
  }
}
.future__inner .sec_ttl {
  font-size: clamp(12px, 1.5vw, 18px);
  color: #f5a14a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .future__inner .sec_ttl {
    margin-bottom: 5px;
  }
}
.future__inner .ttl {
  font-size: clamp(30px, 5vw, 50px);
  color: #f5a14a;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .future__inner .ttl {
    margin-bottom: 25px;
  }
}
.future__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .future__box {
    flex-direction: column-reverse;
    text-align: center;
    gap: 0;
  }
}
.future__box .left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .future__box .left {
    width: 100%;
    margin-bottom: 35px;
  }
}
.future__box .left h4 {
  font-size: clamp(20px, 2.5vw, 35px);
  color: #f5a14a;
  line-height: 1.9;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .future__box .left h4 {
    margin-bottom: 35px;
    font-size: clamp(17px, 1.5vw, 20px);
  }
}
.future__box .left .text {
  color: #f5a14a;
}
@media screen and (max-width: 768px) {
  .future__box .left .text {
    text-align: left;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 450px) {
  .future__box .left .text {
    text-align: left;
    margin-bottom: 0;
  }
}
.future__box .right {
  width: 35%;
}
.future__box .right img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .future__box .right {
    width: 100%;
    margin-bottom: 35px;
  }
}

.human__inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 200px 20px;
}
@media screen and (max-width: 768px) {
  .human__inner {
    padding: 100px 30px;
  }
}
.human__inner .sec_ttl {
  font-size: clamp(12px, 1.5vw, 18px);
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .human__inner .sec_ttl {
    text-align: left;
  }
}
.human__inner .ttl {
  font-size: clamp(30px, 5vw, 50px);
  text-align: center;
  margin-bottom: 100px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .human__inner .ttl {
    margin-bottom: 45px;
    text-align: left;
  }
}
.human__box {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .human__box {
    flex-direction: column;
  }
}
.human__box .card {
  background-color: #fffdfc;
  text-align: center;
  padding: 40px 0;
  width: 33%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .human__box .card {
    padding: 20px;
    width: 100%;
  }
}
.human__box .card .border-box {
  padding: 30px 50px;
  border-right: 1px solid rgba(245, 161, 74, 0.29);
}
@media screen and (max-width: 768px) {
  .human__box .card .border-box {
    border-right: none;
    border-bottom: 1px solid rgba(245, 161, 74, 0.29);
    padding: 20px 20px 40px;
  }
}
.human__box .card .border-box.bn {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .human__box .card .border-box.bn {
    border-bottom: none;
  }
}
.human__box .card .border-box img {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .human__box .card .border-box img {
    margin-bottom: 35px;
    width: 50%;
  }
}
.human__box .card .border-box h4 {
  margin-bottom: 20px;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 1.2;
}
@media screen and (max-width: 430px) {
  .human__box .card .border-box h4 {
    font-size: clamp(16px, 2vw, 20px);
  }
}

.environment__inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px 200px;
}
@media screen and (max-width: 768px) {
  .environment__inner {
    padding: 0 15px 100px;
  }
}
.environment__inner .sec_ttl {
  font-size: clamp(12px, 1.5vw, 18px);
  text-align: center;
}
.environment__inner .ttl {
  font-size: clamp(30px, 5vw, 50px);
  text-align: center;
  margin-bottom: 100px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .environment__inner .ttl {
    margin-bottom: 45px;
  }
}
.environment__box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px 10px;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .environment__box {
    padding-bottom: 25px;
  }
}
.environment__box .card {
  width: 49%;
  background: #fffdfc;
  border-radius: 5px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .environment__box .card {
    flex-direction: column;
    width: 48%;
    padding: 20px;
    height: 270px;
    justify-content: center;
  }
}
.environment__box .card h4 {
  font-size: clamp(16px, 2vw, 22px);
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .environment__box .card h4 {
    margin-bottom: 20px;
    text-align: center;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.2;
  }
}
.environment__box .card .text {
  line-height: 1.5;
  font-size: clamp(14px, 1.5vw, 18px);
}
@media screen and (max-width: 768px) {
  .environment__box .card__img {
    display: none;
  }
}
.environment__box .card__img2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .environment__box .card__img2 {
    display: block;
    width: 50px;
    margin: 0 auto 15px;
  }
}
.environment__img img {
  border-radius: 10px;
}

.information {
  position: relative;
  background-color: #f5a14a;
  border-radius: 20px;
  margin: 0 100px;
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .information {
    padding: 60px;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .information {
    padding: 40px;
  }
}
@media screen and (max-width: 430px) {
  .information {
    padding: 25px 20px;
  }
}
.information .information-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .information .information-img {
    width: 50%;
    top: 1%;
  }
}
@media screen and (max-width: 430px) {
  .information .information-img {
    width: 50%;
    top: 10px;
  }
}
.information__inner {
  max-width: 1542px;
  margin: 0 auto;
  padding: 200px 70px 150px;
  border-radius: 20px;
  background-color: #fffdfc;
}
@media screen and (max-width: 1000px) {
  .information__inner {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 768px) {
  .information__inner {
    padding: 80px 50px;
  }
}
.information__inner .sec_ttl {
  text-align: center;
}
.information__inner .ttl {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .information__inner .ttl {
    margin-bottom: 45px;
  }
}
.information__box {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .information__box {
    margin-bottom: 70px;
  }
}
.information__box:last-of-type {
  margin-bottom: 0;
}
.information__box h4 {
  background: #f8f8f8;
  font-size: clamp(18px, 2.5vw, 30px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 30px;
  gap: 20px;
  margin-bottom: 70px;
}
.information__box h4 span {
  font-size: clamp(12px, 1vw, 16px);
  background-color: #dfeff2;
  padding: 10px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .information__box h4 span {
    padding: 8px 10px;
  }
}
.information__box h4 span.or {
  background-color: #f5edda;
}
@media screen and (max-width: 768px) {
  .information__box h4 {
    margin-bottom: 45px;
    gap: 10px;
    justify-content: center;
    padding: 15px;
  }
}
@media screen and (max-width: 430px) {
  .information__box h4 {
    font-size: clamp(16px, 2vw, 20px);
  }
}
.information__box h5 {
  font-size: clamp(16px, 2vw, 23px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin: 0 30px 35px;
}
@media screen and (max-width: 430px) {
  .information__box h5 {
    font-size: clamp(18px, 2vw, 20px);
    margin: 0 0 35px;
  }
}
.information__box h5::before {
  content: "";
  display: block;
  background-color: #f5a14a;
  width: 5px;
  height: 1.5em;
}
@media screen and (max-width: 768px) {
  .information__box h5 {
    margin-bottom: 15px;
  }
}
.information__box .text {
  margin-bottom: 50px;
  margin: 0 30px 50px;
}
@media screen and (max-width: 768px) {
  .information__box .text {
    margin: 0 0 40px;
  }
}
.information__box ul {
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .information__box ul {
    margin: 0;
  }
}
.information__box ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(14px, 1.5vw, 18px);
  border-top: 1px solid #dddddd;
  background-color: #f8f8f8;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .information__box ul li {
    flex-direction: column;
    background-color: #fffdfc;
    padding: 20px 0;
  }
}
.information__box ul li:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.information__box ul li .lt {
  width: 15%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .information__box ul li .lt {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
}
.information__box ul li .ld {
  width: 80%;
  padding: 20px;
  line-height: 1.3;
  background-color: #fffdfc;
}
@media screen and (max-width: 768px) {
  .information__box ul li .ld {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}

.recruit-contact {
  padding: 200px 20px;
}
@media screen and (max-width: 768px) {
  .recruit-contact {
    padding: 100px 20px;
  }
}
.recruit-contact__inner {
  max-width: 1396px;
  margin: 0 auto;
  padding: 70px 20px;
  background-color: #f5f1e5;
  text-align: center;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .recruit-contact__inner {
    padding: 60px 20px;
  }
}
.recruit-contact__inner .ttl {
  font-size: clamp(20px, 4vw, 40px);
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recruit-contact__inner .ttl {
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .recruit-contact__inner .ttl {
    font-size: clamp(20px, 2vw, 26px);
  }
}
.recruit-contact__inner .text {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-contact__inner .text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 430px) {
  .recruit-contact__inner .text {
    font-size: clamp(14px, 1vw, 18px);
  }
}
.recruit-contact__inner .text span {
  color: #ff982e;
}
.recruit-contact__inner .more {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background: #ea922b;
  color: #fffdfc;
  width: 30%;
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 5px;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 23px);
}
@media screen and (max-width: 768px) {
  .recruit-contact__inner .more {
    gap: 20px;
    width: 60%;
  }
}
@media screen and (max-width: 430px) {
  .recruit-contact__inner .more {
    font-size: clamp(14px, 1vw, 18px);
    padding: 20px;
  }
}
.recruit-contact__inner .more::before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.25));
  width: 180%;
  height: 320%;
  left: 50%;
  bottom: -320%;
  transform: translateX(-50%);
  border-radius: 50%;
  transition: bottom 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
.recruit-contact__inner .more .circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fffdfc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.recruit-contact__inner .more .arrow-wrap {
  position: relative;
  width: 15px;
  height: 15px;
}
.recruit-contact__inner .more .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.recruit-contact__inner .more .arrow01 {
  transform: translate(-50%, -50%);
}
.recruit-contact__inner .more .arrow02 {
  transform: translate(-30px, -50%);
}
.recruit-contact__inner .more:hover {
  opacity: 1;
}
.recruit-contact__inner .more:hover::before {
  bottom: -20%;
}
.recruit-contact__inner .more:hover .arrow01,
.recruit-contact__inner .more:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.recruit-contact__inner .more:hover .arrow01 {
  transform: translate(12px, -50%);
  opacity: 0;
}
.recruit-contact__inner .more:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.strengths__inner {
  padding: 0 20px;
}
.strengths__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1640px;
  margin: 0 auto;
  gap: 20px;
  background-color: #fffdfc;
  border-radius: 10px;
  padding: 100px 122px;
}
@media screen and (max-width: 1350px) {
  .strengths__box {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .strengths__box {
    flex-direction: column;
    gap: 35px;
    padding: 45px 20px;
  }
}
.strengths__box .col {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .strengths__box .col {
    width: 100%;
  }
}
.strengths__box .col .sec_ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .strengths__box .col .sec_ttl {
    text-align: center;
  }
}
.strengths__box .col .ttl {
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  .strengths__box .col .ttl {
    font-size: clamp(30px, 4vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .strengths__box .col .ttl {
    text-align: center;
    font-size: clamp(30px, 5vw, 50px);
    margin-bottom: 35px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .strengths__box .col .ttl {
    font-size: clamp(22px, 2vw, 27px);
  }
}
@media screen and (max-width: 768px) {
  .strengths__box .col .text {
    margin-bottom: 25px;
  }
}
.strengths__box .col2 {
  width: 48%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  .strengths__box .col2 {
    width: 100%;
  }
}
.strengths__box .col2 .card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fffdfc;
  border-radius: 5px;
  background: url(../../img/1_top/strengths1.webp) no-repeat center center/cover;
  padding: 30px;
}
.strengths__box .col2 .card:nth-child(2) {
  background: url(../../img/1_top/strengths2.webp) no-repeat center center/cover;
}
.strengths__box .col2 .card:nth-child(3) {
  background: url(../../img/1_top/strengths3.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1300px) {
  .strengths__box .col2 .card {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .strengths__box .col2 .card {
    flex-direction: column;
    justify-content: center;
  }
}
.strengths__box .col2 .card .number {
  font-family: "Roboto", sans-serif;
  padding-right: 45px;
  padding-left: 25px;
  font-weight: 300;
}
@media screen and (max-width: 1300px) {
  .strengths__box .col2 .card .number {
    padding-right: 30px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .strengths__box .col2 .card .number {
    padding: 0;
  }
}
.strengths__box .col2 .card .number span {
  font-size: clamp(55px, 9vw, 95px);
}
@media screen and (max-width: 1200px) {
  .strengths__box .col2 .card .number span {
    font-size: clamp(45px, 7vw, 75px);
  }
}
@media screen and (max-width: 768px) {
  .strengths__box .col2 .card .number span {
    font-size: 30px;
  }
}
.strengths__box .col2 .card .text2 {
  padding-left: 70px;
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.5;
}
@media screen and (max-width: 1300px) {
  .strengths__box .col2 .card .text2 {
    padding-left: 40px;
  }
}
.strengths__box .col2 .card .text2 span {
  font-size: clamp(20px, 4vw, 40px);
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .strengths__box .col2 .card .text2 span {
    font-size: clamp(20px, 3vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .strengths__box .col2 .card .text2 span {
    font-size: clamp(30px, 8vw, 45px);
  }
}
@media screen and (max-width: 430px) {
  .strengths__box .col2 .card .text2 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .strengths__box .col2 .card .text2 {
    font-size: clamp(18px, 6vw, 30px);
    text-align: center;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 430px) {
  .strengths__box .col2 .card .text2 {
    font-size: 18px;
  }
}

.works__inner {
  max-width: 1394px;
  margin: 0 auto;
  padding: 200px 20px;
}
@media screen and (max-width: 768px) {
  .works__inner {
    padding: 100px 20px;
  }
}
.works__inner .sec_ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .works__inner .sec_ttl {
    margin-bottom: 10px;
  }
}
.works__inner .ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .works__inner .ttl {
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.works__inner .sub {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .works__inner .sub {
    font-size: clamp(18px, 1vw, 22px);
  }
}
.works__inner .text {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .works__inner .text {
    margin-bottom: 35px;
  }
}
.works__inner .more {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ea922b;
  color: #fffdfc;
  padding: 40px 20px;
  border-radius: 5px;
  font-size: clamp(14px, 2vw, 20px);
}
@media screen and (max-width: 768px) {
  .works__inner .more {
    font-size: clamp(14px, 3vw, 30px);
    padding: 20px;
  }
}
.works__inner .more::before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.25));
  width: 180%;
  height: 320%;
  left: 50%;
  bottom: -320%;
  transform: translateX(-50%);
  border-radius: 50%;
  transition: bottom 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
.works__inner .more .circle {
  margin-left: 40px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fffdfc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.works__inner .more .arrow-wrap {
  position: relative;
  width: 8px;
  height: 8px;
}
.works__inner .more .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.works__inner .more .arrow01 {
  transform: translate(-50%, -50%);
}
.works__inner .more .arrow02 {
  transform: translate(-30px, -50%);
}
.works__inner .more:hover {
  opacity: 1;
}
.works__inner .more:hover::before {
  bottom: -20%;
}
.works__inner .more:hover .arrow01,
.works__inner .more:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.works__inner .more:hover .arrow01 {
  transform: translate(12px, -50%);
  opacity: 0;
}
.works__inner .more:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.works__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 20px;
  margin-bottom: 80px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .works__box {
    flex-direction: column;
    margin-bottom: 45px;
    padding: 45px 0 25px;
  }
}
.works__box .card {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .works__box .card {
    width: 100%;
  }
}
.works__box .card img {
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .works__box .card img {
    margin-bottom: 15px;
  }
}
.works__box .card h5 {
  font-size: clamp(20px, 3vw, 30px);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .works__box .card h5 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 430px) {
  .works__box .card h5 {
    font-size: clamp(18px, 2vw, 23px);
  }
}
.works__box .card .text {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .works__box .card .text {
    margin-bottom: 25px;
  }
}

.page-works__inner {
  max-width: 1383px;
  margin: 0 auto;
  padding: 200px 20px 150px;
}
@media screen and (max-width: 768px) {
  .page-works__inner {
    padding: 100px 30px;
  }
}
.page-works__inner .sec_ttl {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page-works__inner .sec_ttl {
    margin-bottom: 5px;
  }
}
.page-works__inner .ttl {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-works__inner .ttl {
    margin-bottom: 35px;
  }
}
.page-works__box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-works__box {
    flex-direction: column;
  }
}
.page-works__box .card {
  width: 24%;
  border-radius: 10px;
  background-color: #fffdfc;
  color: #4e3a28;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page-works__box .card {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 15px;
    flex-direction: row;
  }
}
.page-works__box .card .card-img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .page-works__box .card .card-img {
    width: 30%;
    border-radius: 10px 0 0 10px;
    height: auto;
  }
}
.page-works__box .card .card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s ease;
}
@media screen and (max-width: 768px) {
  .page-works__box .card .card-img img {
    height: 100%;
  }
}
.page-works__box .card .col {
  height: 88px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-works__box .card .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    height: auto;
  }
}
.page-works__box .card .col .text {
  line-height: 1.2;
  position: relative;
  color: #4e3a28;
  justify-self: start;
}
.page-works__box .card .col .text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #4e3a28;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-works__box .card .col .text {
    font-size: clamp(16px, 2vw, 20px);
  }
}
.page-works__box .card:hover {
  opacity: 1;
}
.page-works__box .card:hover .card-img img {
  transform: scale(1.2);
}
.page-works__box .card:hover .col .text::after {
  transform: scaleX(1);
  transform-origin: left top;
}

.reform {
  padding: 0 20px 50px;
}
@media screen and (max-width: 768px) {
  .reform {
    padding: 0 20px 40px;
  }
}
.reform:last-of-type {
  padding-bottom: 270px;
}
@media screen and (max-width: 768px) {
  .reform:last-of-type {
    padding-bottom: 150px;
  }
}
.reform__inner {
  max-width: 1634px;
  margin: 0 auto;
  background-color: #fffdfc;
  border-radius: 10px;
  padding: 140px 100px;
}
.reform__inner.pb70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 1100px) {
  .reform__inner {
    padding: 65px 20px;
  }
}
@media screen and (max-width: 768px) {
  .reform__inner {
    padding: 65px 10px;
  }
}
.reform__inner h4 {
  padding: 35px 20px 0;
  font-size: clamp(16px, 3vw, 30px);
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .reform__inner h4 {
    padding: 25px 20px 0;
    font-size: clamp(18px, 2vw, 21px);
  }
}
.reform__inner h4.pt70 {
  padding: 70px 20px 0;
}
@media screen and (max-width: 768px) {
  .reform__inner h4.pt70 {
    padding: 25px 20px 0;
  }
}
.reform__inner .text {
  margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .reform__inner .text {
    margin-bottom: 50px;
    font-size: clamp(16px, 1vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .reform__inner .text.mb0 {
    margin-bottom: 0;
  }
}
.reform__inner .text.p20 {
  padding: 0 20px;
}
.reform__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .reform__box {
    flex-direction: column;
  }
}
.reform__box .left {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .reform__box .left {
    width: 100%;
  }
}
.reform__box .left .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: clamp(20px, 4vw, 40px);
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .reform__box .left .ttl {
    margin-bottom: 30px;
    line-height: 1.5;
    align-items: flex-start;
  }
}
@media screen and (max-width: 430px) {
  .reform__box .left .ttl {
    font-size: clamp(20px, 2.5vw, 25px);
  }
}
@media screen and (max-width: 768px) {
  .reform__box .left .ttl img {
    width: 20px;
    margin-top: 0.3em;
  }
}
.reform__box .right {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .reform__box .right {
    width: 100%;
  }
}
.reform__box .right img {
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .reform__box .right img {
    margin-bottom: 20px;
  }
}
.reform__box2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #acacac;
}
@media screen and (max-width: 768px) {
  .reform__box2 {
    flex-direction: column;
  }
}
.reform__box2:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.reform__box2 .slider {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .reform__box2 .slider {
    width: 100%;
  }
}
.reform__box2 .slider .works-image {
  position: relative;
}
.reform__box2 .slider .works-image img {
  display: block;
  width: 100%;
}
.reform__box2 .slider {
  /* コメントがある時だけ表示 */
}
.reform__box2 .slider .works-image.has-comment::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.reform__box2 .slider .works-comment {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fffdfc;
  z-index: 2;
  font-size: clamp(12px, 1vw, 16px);
}
.reform__box2 .slider .reform-slider {
  padding: 0 20px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .reform__box2 .slider .reform-slider {
    margin-bottom: 10px;
  }
}
.reform__box2 .slider .reform-slider .swiper-button-next .circle {
  position: absolute;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #ea922b;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.reform__box2 .slider .reform-slider .swiper-button-next .arrow-wrap {
  position: relative;
  width: 15px;
  height: 15px;
}
.reform__box2 .slider .reform-slider .swiper-button-next .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.reform__box2 .slider .reform-slider .swiper-button-next .arrow01 {
  transform: translate(-50%, -50%);
}
.reform__box2 .slider .reform-slider .swiper-button-next .arrow02 {
  transform: translate(-50px, -50%);
}
.reform__box2 .slider .reform-slider .swiper-button-next:hover {
  opacity: 1;
}
.reform__box2 .slider .reform-slider .swiper-button-next:hover .circle {
  background-color: #faae5f;
}
.reform__box2 .slider .reform-slider .swiper-button-next:hover::before {
  transform: translateY(0);
}
.reform__box2 .slider .reform-slider .swiper-button-next:hover .arrow01,
.reform__box2 .slider .reform-slider .swiper-button-next:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.reform__box2 .slider .reform-slider .swiper-button-next:hover .arrow01 {
  transform: translate(12px, -50%);
  opacity: 0;
}
.reform__box2 .slider .reform-slider .swiper-button-next:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.reform__box2 .slider .reform-slider .swiper-button-prev .circle {
  position: absolute;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #ea922b;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.reform__box2 .slider .reform-slider .swiper-button-prev .arrow-wrap {
  position: relative;
  width: 15px;
  height: 15px;
}
.reform__box2 .slider .reform-slider .swiper-button-prev .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.reform__box2 .slider .reform-slider .swiper-button-prev .arrow01 {
  transform: translate(-50%, -50%);
}
.reform__box2 .slider .reform-slider .swiper-button-prev .arrow02 {
  transform: translate(50px, -50%);
}
.reform__box2 .slider .reform-slider .swiper-button-prev:hover {
  opacity: 1;
}
.reform__box2 .slider .reform-slider .swiper-button-prev:hover .circle {
  background-color: #faae5f;
}
.reform__box2 .slider .reform-slider .swiper-button-prev:hover::before {
  transform: translateY(0);
}
.reform__box2 .slider .reform-slider .swiper-button-prev:hover .arrow01,
.reform__box2 .slider .reform-slider .swiper-button-prev:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.reform__box2 .slider .reform-slider .swiper-button-prev:hover .arrow01 {
  transform: translate(-12px, -50%);
  opacity: 0;
}
.reform__box2 .slider .reform-slider .swiper-button-prev:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.reform__box2 .slider .reform-slider .swiper-button-prev::after,
.reform__box2 .slider .reform-slider .swiper-button-next::after {
  display: none;
}
.reform__box2 .slider .reform-slider .works-image {
  border-radius: 10px;
  overflow: hidden;
}
.reform__box2 .slider .reform-slider .works-image img {
  display: block;
  width: 100%;
}
.reform__box2 .slider .reform-thumb {
  padding: 0 20px;
}
.reform__box2 .slider .reform-thumb .swiper-slide {
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}
.reform__box2 .slider .reform-thumb .swiper-slide img {
  border-radius: 5px;
}
.reform__box2 .slider .reform-thumb .swiper-slide-thumb-active {
  opacity: 0.5;
}
.reform__box2 .col {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .reform__box2 .col {
    width: 100%;
    padding: 0 20px;
  }
}
.reform__box2 .col h5 {
  font-size: clamp(18px, 2vw, 25px);
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .reform__box2 .col h5 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
.reform__box2 .col .text {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .reform__box2 .col .text {
    margin-bottom: 50px;
  }
}
.reform__box2 .col__box {
  position: relative;
  background-color: #faf8f2;
  border-radius: 5px;
  padding: 25px 35px;
}
@media screen and (max-width: 768px) {
  .reform__box2 .col__box {
    padding: 30px 30px 50px;
  }
}
.reform__box2 .col__box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .reform__box2 .col__box ul {
    flex-direction: column;
  }
}
.reform__box2 .col__box ul li {
  width: 48%;
  font-size: clamp(12px, 1vw, 15px);
  display: flex;
  align-items: first baseline;
  justify-content: flex-start;
  gap: 5px;
  min-width: 0;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .reform__box2 .col__box ul li {
    width: 100%;
    white-space: wrap;
  }
}
.reform__box2 .col__box ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f5a14a;
  border-radius: 50%;
  flex-shrink: 0;
}
.reform__box2 .col__box .etc {
  position: absolute;
  font-size: clamp(12px, 1vw, 16px);
  bottom: 25px;
  right: 45px;
}
@media screen and (max-width: 768px) {
  .reform__box2 .col__box .etc {
    right: 35px;
    bottom: 20px;
  }
}
.reform__box2 .col__ttl {
  font-size: clamp(14px, 2vw, 20px);
  margin-bottom: 15px;
  color: #f5a14a;
  font-weight: bold;
}

.new-slider {
  position: relative;
  padding: 0 20px !important;
}
.new-slider .swiper-button-next .circle {
  position: absolute;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #ea922b;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.new-slider .swiper-button-next .arrow-wrap {
  position: relative;
  width: 15px;
  height: 15px;
}
.new-slider .swiper-button-next .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.new-slider .swiper-button-next .arrow01 {
  transform: translate(-50%, -50%);
}
.new-slider .swiper-button-next .arrow02 {
  transform: translate(-50px, -50%);
}
.new-slider .swiper-button-next:hover {
  opacity: 1;
}
.new-slider .swiper-button-next:hover .circle {
  background-color: #faae5f;
}
.new-slider .swiper-button-next:hover::before {
  transform: translateY(0);
}
.new-slider .swiper-button-next:hover .arrow01,
.new-slider .swiper-button-next:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.new-slider .swiper-button-next:hover .arrow01 {
  transform: translate(12px, -50%);
  opacity: 0;
}
.new-slider .swiper-button-next:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.new-slider .swiper-button-prev .circle {
  position: absolute;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #ea922b;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.new-slider .swiper-button-prev .arrow-wrap {
  position: relative;
  width: 15px;
  height: 15px;
}
.new-slider .swiper-button-prev .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.new-slider .swiper-button-prev .arrow01 {
  transform: translate(-50%, -50%);
}
.new-slider .swiper-button-prev .arrow02 {
  transform: translate(50px, -50%);
}
.new-slider .swiper-button-prev:hover {
  opacity: 1;
}
.new-slider .swiper-button-prev:hover .circle {
  background-color: #faae5f;
}
.new-slider .swiper-button-prev:hover::before {
  transform: translateY(0);
}
.new-slider .swiper-button-prev:hover .arrow01,
.new-slider .swiper-button-prev:hover .arrow02 {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.new-slider .swiper-button-prev:hover .arrow01 {
  transform: translate(-12px, -50%);
  opacity: 0;
}
.new-slider .swiper-button-prev:hover .arrow02 {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.new-slider .swiper-button-prev::after,
.new-slider .swiper-button-next::after {
  display: none;
}
.new-slider img {
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */