@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none !important;
}
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  counter-reset: number 0;
  margin: 0;
  margin-top: 138px;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5em;
}
html {
  font-size: 62.5%;
  letter-spacing: 0.05em;
  text-align: justify;
}
body {
  background-color: #f9fee9;
}
p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span,
label,
input {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span {
  font-size: 1.8rem;
  word-break: break-all;
  color: #353434;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7em;
}
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 1.75em;
}
p {
  margin-bottom: 1em;
}
.lh2 {
  line-height: 2em;
}
section {
  padding: 100px 0;
}
section.first {
  padding-top: 40px;
}
i {
  margin-right: 5px;
}
img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.t-center {
  text-align: center;
}
.f-bold {
  font-weight: 700;
}

.mb0 {
  margin-bottom: 0;
}
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.spin-wrap {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spinner {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

.width1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.width1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.width1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.width900 {
  max-width: 900px;
  margin: 0 auto;
}
.width750 {
  max-width: 750px;
  margin: 0 auto;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}
#page-top img {
  max-height: 50px;
  width: 50px;
}
#page-top img:hover {
  opacity: 0.8;
}
#breadcrumbs {
  margin-bottom: 40px;
  padding: 10px 15px 12px;
}
#breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}
#breadcrumbs ul li {
  padding-left: 10px;
  display: inline-block;
  line-height: 2em;
}
#breadcrumbs ul li.separator {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
#breadcrumbs ul li:first-of-type {
  padding-left: 0;
}
#breadcrumbs ul li a,
#breadcrumbs ul li {
  font-size: 1.4rem;
}
#breadcrumbs ul li a:hover {
  text-decoration: underline;
}
table.tablepress {
  border: 1px solid #e0d7ce;
}
.tablepress tbody th,
.tablepress tbody td {
  padding: 15px;
}
.tablepress tbody td.column-1 {
  border-bottom: 1px solid #ffffff;
}
.tablepress tbody tr:last-of-type td.column-1 {
  border-bottom: none;
}
.tablepress tbody td.column-2 {
  border-bottom: 1px solid #e0d7ce;
}
.tablepress tbody td.column-1 {
  width: 30%;
  font-weight: 700;
  color: #ffffff;
  background-color: #ababab;
}
.tablepress tbody td.column-2 {
  width: 70%;
  background-color: #fff;
}
.tablepress-table-description {
  padding: 40px;
  font-size: 1.5rem;
  line-height: 1.5em;
  background-color: #f8f7f6;
  text-align: left;
  margin-bottom: 50px;
}

.sub-header {
  height: 300px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.sub-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.sub-header-txt {
  color: #353434;
  line-height: 1.5em;
  font-size: 6.4rem;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

input[type="text"],
textarea,
input[type="email"],
input[type="tel"] {
  background-color: #f3f3f3;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 10px 15px;
  width: 100%;
  color: #1a1a1a;
}

.privacy-head {
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 3px #ef9606;
  margin-top: 40px;
  color: #ef9606;
  font-weight: 700;
}
.privacy-head:nth-of-type(1) {
  margin-top: 0;
}
.privacy-head span {
  color: #ef9606;
  margin-left: 5px;
  font-weight: 700;
  font-size: 1.4rem;
}
.search-txt01 {
  font-weight: 700;
  font-size: 2rem;
  color: #ef9606;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 3px solid #ef9606;
}
.error-inner {
  margin-bottom: 100px;
}
.error-inner p {
  text-align: center;
  margin-bottom: 30px;
}
.error-url {
  font-size: 1.6rem;
}
.error-url span {
  font-size: 1.6rem;
}

/*=======================================================

Common

========================================================*/

.font-en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.bg-brown01 {
  background-color: #d7d3d0;
}

.bg-brown02 {
  background-color: #e8e7c3;
}

.ttl01 {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
}

.ttl01 span {
  color: #ef9606;
  display: block;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 2.4rem;
}

.t-white {
  color: #fff !important;
}

.ttl02 {
  font-size: 2.4rem;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
  background-color: #ef9606;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 20px;
}

.head01 {
  background-color: #ef9606;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.btn01-wrap {
  position: relative;
  z-index: 0;
}

.btn01 {
  background-color: #ef9606;
  background-image: url(/wp-content/uploads/2024/05/btn-arrow01.svg);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: top 50% right 25px;
  border-radius: 999px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 20px 25px;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 500px;
  width: 100%;
}

.btn01:hover {
  background-color: transparent;
}

.btn01::after {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#f29600),
    color-stop(50.2%, #f38510),
    to(#f5632e)
  );
  background: linear-gradient(to left, #f29600 0%, #f38510 50.2%, #f5632e 100%);
  border-radius: 999px;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.btn02-wrap {
  position: relative;
  z-index: 0;
}

.btn02 {
  background-color: #ef9606;
  background-image: url(/wp-content/uploads/2024/05/btn-arrow01.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: top 50% right 25px;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 20px 40px;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 400px;
  width: 100%;
}

.btn02.center {
  text-align: center;
  margin: 0 auto;
}

.btn02:hover {
  background-color: transparent;
}

.btn02::after {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#f29600),
    color-stop(50.2%, #f38510),
    to(#f5632e)
  );
  background: linear-gradient(to left, #f29600 0%, #f38510 50.2%, #f5632e 100%);
  border-radius: 999px;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.js-fade-up {
  -webkit-transform: translateY(40px) !important;
  transform: translateY(40px) !important;
  -webkit-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
  opacity: 0 !important;
}

.js-fade-up.is-inview {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}

/*=======================================================

Header

========================================================*/

header {
  position: fixed;
  top: 0;
  z-index: 100;

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(253 254 233)),
    to(rgba(242, 239, 236, 0))
  );

  background: linear-gradient(
    to bottom,
    rgb(253 254 233) 0%,
    rgba(242, 239, 236, 0) 100%
  );
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 60px;
}

.logo-nav.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-nav {
  margin-left: 50px;
}

.head-nav-list > li a {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 5px 20px 10px;
  background-image: url(/wp-content/uploads/2024/05/nav-arrow.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 12px auto;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  display: block;
}

.head-nav-list > li a:hover {
  opacity: 0.7;
}

.logo {
  width: 300px;
  margin-bottom: 0;
}

.logo:hover {
  opacity: 0.8;
}

.header-contact-btn-wrap {
  position: relative;
  z-index: 0;
}

.header-contact-btn {
  display: block;
  padding: 15px 80px;
  background-color: #ef9606;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 999px;
  position: relative;
}

.header-contact-btn:hover {
  background-color: transparent;
}

.header-contact-btn::after {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#f29600),
    color-stop(50.2%, #f38510),
    to(#f5632e)
  );
  background: linear-gradient(to left, #f29600 0%, #f38510 50.2%, #f5632e 100%);
  border-radius: 999px;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.header-contact-btn .header-contact-btn i {
  margin-right: 5px;
}

.sp_nav {
  display: none;
}

.hamburger {
  cursor: pointer;
  height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 10;
}

.hamburger span {
  background-color: #ef9606;
  height: 2px;
  left: 12px;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 25px;
}

.hamburger_linetop {
  top: 26px;
}

.hamburger_linebottom {
  top: 36px;
}

.nav_open .hamburger span {
  background-color: #fff;
}

header .sp_nav {
  text-align: center;
}

.sidemenu {
  height: 100vh;
  padding-top: 50px;
  position: fixed;
  right: -100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: rgba(154, 154, 101, 0.8);
}

.sidemenu nav ul {
  border-top: solid #a19c90 1px;
}

.sidemenu nav ul li a {
  color: #fff;
  font-size: 1.2rem;
  padding: 15px 15px;
  display: block;
  border-bottom: 1px solid #a19c90;
}

.side-sns-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px 80px;
}

.side-sns-link a {
  width: 80px;
  padding: 0 10px;
  margin-top: 30px;
}

.side-sns-link a:nth-of-type(2) {
  width: 40px;
}

.overlay {
  background-color: #000000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}

.nav_open .sidemenu {
  right: 0;
}

.nav_open .hamburger_linetop {
  top: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav_open .hamburger_linebottom {
  top: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav_open .overlay {
  opacity: 0.5;
  visibility: visible;
}

/*=======================================================

MV

========================================================*/

.mv {
  padding: 100px 0 140px;
}

.mv-inner {
  width: 80%;
  margin: 0 auto;
}

.mv-head {
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  margin-bottom: 20px;
}

.mv-txt {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  margin-bottom: 50px;
}

/*=======================================================

HOME

========================================================*/

.illust-section {
  padding: 0;
  overflow: hidden;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper-slide {
  width: 18%;
  height: auto;
  background-color: #fff;
}

.swiper-slide img {
  aspect-ratio: 1 / 1;
  width: 101%;
  height: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}

.bg-red01 {
  background-color: #ea9999;
}

.bg-blue01 {
  background-color: #99d4d9;
}

.bg-yellow01 {
  background-color: #eae899;
}

.bg-green01 {
  background-color: #a6da96;
}

.bg-purple01 {
  background-color: #bd98d5;
}

.illust-copy {
  margin-top: 15px;
  max-width: 1600px;
  text-align: right;
  padding: 0 15px;
  color: #8a7a59;
}

.solution-section {
  padding-top: 60px;
}

.solution-head-wrap {
  text-align: center;
  position: relative;
}

.solution-head {
  letter-spacing: 0.05em;
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 80px;
  display: inline-block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f76b1c),
    to(#fad961)
  );
  background: linear-gradient(90deg, #f76b1c 0%, #fad961 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 80px;
}

.solution-head-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
  width: 50px;
  height: 3px;
  margin: 0 auto;
  background: #ef9606;
}

.solution-txt {
  text-align: center;
  line-height: 2.5em;
}

.flow-list li {
  position: relative;
  padding-bottom: 60px;
}

.flow-list li::before {
  height: 100%;
  width: 1px;
  background-color: #353434;
  position: absolute;
  left: 72px;
  content: "";
}

.flow-list li:last-of-type {
  padding-bottom: 0;
}

.flow-list li:last-of-type::before {
  display: none;
}

.flow-icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #529e3b;
  position: relative;
}

.flow-content {
  width: calc(100% - 170px);
  padding-top: 25px;
}

.flow-icon img {
  width: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-bottom: 0 auto;
  margin: 0 auto;
}

.flow-list li:nth-of-type(3) img {
  width: 45px;
}

.flow-list li:nth-of-type(4) img {
  width: 50px;
}

.flow-head {
  font-size: 2.4rem;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.flow-list li p {
  margin-bottom: 0;
}

.flow-content .btn02 {
  margin-top: 40px;
}

.achievement-box {
  padding: 50px 30px 30px;
  background-color: #e8e7c3;
}

.achievement-head {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}

.achievement-txt {
  margin-bottom: 60px;
  text-align: center;
}

.achievement-list-head-img {
  margin-bottom: 20px;
}

.achievement-list-head-img img {
  width: 48%;
  pointer-events: none;
}

.achievement-list {
  margin-top: 40px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.achievement-list li {
  width: 24%;
  margin-bottom: 20px;
}

.achievement-list li img {
  width: 100%;
}

.achievement-list::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.achievement-list::after {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/*=======================================================

Footer

========================================================*/

#footer {
  padding: 80px 0 0;
  background-color: #e8e7c3;
}

.footer-logo {
  max-width: 400px;
  margin: 0 auto 40px;
}

.footer-address {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.footer-tel {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer-tel i {
  font-size: 2rem;
  margin-right: 5px;
}

.footer-tel:hover {
  opacity: 0.5;
}

.sns-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px 80px;
}

.sns-link a {
  width: 100px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0 10px;
}

.sns-link a:nth-of-type(2) {
  width: 50px;
}

.sns-link a:hover {
  opacity: 0.7;
}

.footer-nav-wrap {
  padding: 15px;
  background-color: #cfcfa5;
}

.footer-nav.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-nav li {
  padding: 0 10px;
}

.footer-nav li a {
  font-size: 1.5rem;
}

.footer-nav li a:hover {
  text-decoration: underline;
}

.copyright p {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  margin-bottom: 0;
  padding: 15px;
  background-color: #b6b689;
  color: #fff;
}

/*=======================================================

Company

========================================================*/

.overview-box {
  margin-bottom: 120px;
}

.table01 table.tablepress {
  border: none;
}

.table01 .tablepress tbody td {
  border: none;
  padding: 15px 10px;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0);
}

.table01 .tablepress tbody td a {
  color: #0095cf;
}

.table01 .tablepress tbody td a:hover {
  text-decoration: underline;
}

.table01 .tablepress tbody td.column-1 {
  width: 100px;
  font-weight: 500;
  color: #353434;
  background-color: rgba(255, 255, 255, 0);
  border-right: 1px solid #353434;
}

.table01 .tablepress tbody td.column-2 {
  padding-left: 40px;
  width: calc(100% - 100px);
}

/*=======================================================

Policy

========================================================*/

.ttl05.flex {
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ttl05 .txt01 span {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #ef9606;
  letter-spacing: 0.05em;
  margin-right: 20px;
}

.ttl05 .txt02 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ef9606;
  letter-spacing: 0.05em;
  border-left: 1px solid #353434;
  padding: 5px 0 5px 20px;
  line-height: 1.5em;
}

.privacy-section p,
.privacy-section li {
  font-size: 1.6rem;
}

.privacy-ttl {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  color: #ef9606;
}

.privacy-block01 {
  margin-bottom: 100px;
}

.privacy-box01 {
  margin-bottom: 40px;
}

.privacy-txt01 {
  margin-bottom: 70px;
}

.privacy-txt02 {
  margin-bottom: 40px;
}

.privacy-head01 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ef9606;
}

.privacy-head02 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  background-image: url(/wp-content/uploads/2024/05/o-squire.svg);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: top 5px left;
  padding-left: 23px;
  color: #ef9606;
}

.list02 > li {
  padding-bottom: 5px;
}

.list02 > li p {
  padding-left: 2.5em;
  text-indent: -2.5em;
  margin-bottom: 5px;
}

.list02 li:last-of-type {
  padding-bottom: 0;
}

.list03 {
  margin-left: 10px;
}

.list04 .list03 {
  margin-left: 40px;
}

.list03 li {
  background-image: url(/wp-content/uploads/2024/05/o-circle02.svg);
  background-size: 15px 15px;
  background-position: top 6px left;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-bottom: 5px;
}

.list03 li:last-of-type {
  padding-bottom: 0;
}

.list04 {
  margin-left: 40px;
}

.list04 > li {
  padding-bottom: 5px;
}

.list04 > li p {
  margin-bottom: 5px;
}

.privacy-box02 {
  margin-top: 30px;
  margin-bottom: 80px;
}

.privacy-box03 {
  margin-top: 10px;
}

.privacy-end {
  display: block;
  text-align: right;
}

/*=======================================================

Contact

========================================================*/

.contact-form01 {
  width: 100%;
  margin-bottom: 20px;
}

.contact-form01 th p {
  margin-bottom: 5px;
  margin-top: 15px;
}

.contact-form01 th {
  font-size: 1.6rem;
  width: 100%;
  display: block;
}

input[type="text"],
textarea,
input[type="email"],
input[type="tel"] {
  background-color: #fff;
  font-size: 1.4rem;
  padding: 10px 15px;
  color: #353434;
}

.contact-form01 td {
  font-size: 1.6rem;
  width: 100%;
  display: block;
  width: 100%;
}

.required {
  padding: 7px 10px 5px;
  color: #f3f3f3;
  line-height: 1em;
  background-color: #ef9606;
  font-size: 1.2rem;
  margin-left: 10px;
  border-radius: 5px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  display: inline-block;
}

.wpcf7-checkbox span {
  margin-left: 0;
}

input[type="checkbox"] {
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  border-radius: 0;
  width: 22px !important;
  height: 22px !important;
  background: #fff;
  border-radius: 4px;
}

input[type="checkbox"]:checked {
  background: #ef9605;
  border: none !important;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  width: 15px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #c03232;
}

.privacy-check {
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffffff;
  color: #c03232;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 15px;
  line-height: 1.5em;
  text-align: center;
}

.contact-btn {
  position: relative;
  z-index: 0;
  margin-top: 50px;
}

.wpcf7-submit {
  background-color: #ef9606;
  background-image: url(/wp-content/uploads/2024/05/btn-arrow01.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: top 50% right 25px;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 20px 40px;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 400px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  text-align: center;
}

.wpcf7-submit:hover {
  background-color: transparent;
}

.contact-btn::after {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#f29600),
    color-stop(50.2%, #f38510),
    to(#f5632e)
  );
  background: linear-gradient(to left, #f29600 0%, #f38510 50.2%, #f5632e 100%);
  border-radius: 999px;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
  max-width: 400px;
  width: 100%;
  height: 100px;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.complete-txt {
  text-align: center;
  margin-bottom: 80px;
}
