* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Noto Serif JP", "Noto Serif", serif;
  font-optical-sizing: auto;
}
a {
  text-decoration: none;
  color: inherit;
  letter-spacing: 1.2px;
}
li {
  list-style: none;
}
.grad {
  background: linear-gradient(90deg, #d62362 0%, #e19e2d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
p {
  letter-spacing: 2px;
  line-height: 1.7;
}

.inline {
  display: inline-block;
}

/*header*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: 0.5s ease;
}
header.active {
  background-color: #ffffffec;
}
.header-inner {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
  height: 100px;
  display: flex;
  align-items: center;
  transition: 0.5s ease;
}
header.active .header-inner {
  height: 80px;
}
.header-nav {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 1.05rem;
}
.header-nav ul li {
  width: calc(100% / 5);
  display: flex;
  justify-content: center;
}

.header-logo {
}
.header-logo img {
  display: block;
  width: 70px;
  transition: 0.5s ease;
}
header.active .header-logo img {
  width: 50px;
}
/*fv*/
.fv {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 500px;
  position: relative;
}
.fv-textwrap {
  font-weight: bold;
  font-size: 1.75rem;
}
.fv-textwrap span {
  font-size: 2rem;
}

.fv-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  opacity: 0.2;
  z-index: -1;
  width: 30vw;
  max-width: 400px;
}
.pc-none {
  display: none;
}
/*section*/
section {
  padding: 6rem 0;
}
.more-btnwrap {
  margin-top: 6rem;
  text-align: center;
}
.more-btn {
  padding: 1.5rem 4rem;
  background-image: linear-gradient(
    90deg,
    rgba(214, 35, 98, 0.95),
    rgba(225, 158, 45, 0.95)
  );
  color: #fff;
  font-weight: bold;
}
.more-btnwrap.motto a {
  padding: 1rem 4rem;
}
.section-title {
  text-align: center;
  font-size: 1.75rem;
}
/*about*/
.about-inner {
  background: linear-gradient(
      90deg,
      rgba(214, 35, 98, 0.8),
      rgba(225, 159, 45, 0.8)
    ),
    url(../img/about-bg.jpg);
  background-size: cover;
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
}

.about-titlewrap {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
  z-index: 2;
  width: 90%;
  max-width: 600px;
  text-align: center;
}
.about-title {
  padding: 2rem 1rem 3rem;
  clip-path: polygon(50% 0, 100% 0, 100% 82%, 50% 100%, 50% 100%, 0 82%, 0 0);
  background-color: #fff;
  width: 100%;
}
.about-contents {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.about-contents li {
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.about-contents li + li {
  margin-top: 2rem;
}
.about-contents li img {
  display: block;
  width: 35px;
  margin-right: 1rem;
}
.about-bottom-wrap {
  position: absolute;
  bottom: -9rem;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
  z-index: 2;
  width: 95%;
  max-width: 1100px;
}
.about-bottom-title {
  text-align: center;
  font-size: 1.8rem;
  padding: 3rem 2rem 4.5rem;
  clip-path: polygon(50% 0, 100% 0, 100% 82%, 50% 100%, 50% 100%, 0 82%, 0 0);
  background-color: #fff;
  width: 100%;
  font-weight: 700;
}
/*reason*/
.reason {
  position: relative;
  padding: 0;
}

.reason-inner {
  padding: 9rem 0;
}

.reason-cotents-title {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.reason-lists {
  display: flex;
  justify-content: center;
  width: 95%;
  max-width: 1100px;
  margin: 4rem auto 0;
  flex-wrap: wrap;
}
.reason-item {
  width: calc(100% / 3);
}
.reason-item:nth-of-type(1) {
  padding-right: 2rem;
}
.reason-item:nth-of-type(2) {
  padding: 0 2rem;
}
.reason-item:nth-of-type(3) {
  padding-left: 2rem;
}
.reason-item img {
  display: block;
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
}
.reason-item h4 {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  font-weight: 700;
}
.reason-item:nth-of-type(2) {
  border-left: 2px solid #dadada;
  border-right: 2px solid #dadada;
}
.reason-item p {
  margin-top: 1.2rem;
  font-size: 0.95rem;
}
.pc-none-reason {
  display: none;
}

/*flow*/
.flow-contents {
  width: 95%;
  max-width: 1100px;
  margin: 4rem auto 0;
}
.flow-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.flow-img {
  width: 43%;
}
.flow-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.5/1;
}

.flow-textwrap {
  width: 52%;
}
.flow-num {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.1rem;
}
.flow-num span::after {
  content: attr(data-num);
  margin-left: 0.25rem;
}
.flow-item-title {
  margin-top: 0.5rem;
  font-size: 1.5rem;
}
.flow-text {
  margin-top: 1rem;
}

.flow-arrow {
  margin: 4rem auto 3rem;
  display: block;
}
.flow-box {
  margin-top: 0.5rem;
  border: 2px solid #dfdfdf;
  padding: 0.5rem;
  display: flex;
}
.flow-box ul + ul {
  margin-left: 1rem;
}
.flow-box li + li {
  margin-top: 0.25rem;
}

.flow-note {
  margin: 2rem auto 0;
  font-size: 0.9rem;
  width: 90%;
  max-width: fit-content;
}
.flow-note p {
  letter-spacing: normal;
}
/*plan*/
.plan-top {
  width: 95%;
  max-width: 800px;
  margin: 0 auto 4rem;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.plan-top-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.plan-top-big {
  font-size: 2rem;
}
.plan-top-big span {
  color: rgba(214, 35, 98, 0.95);
}
.plan-top-small {
  line-height: 1.3;
}
.plan-table {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 7rem auto 0;
  max-width: 1000px;
  font-weight: bold;
  text-align: center;
  flex-wrap: wrap;
}
.plan-table-th {
  width: 20%;
  background-color: #d5d5d5;
  padding: 1rem;
  font-size: 1.2rem;
}
.plan-table-td {
  width: 39%;
  border: 2px solid #000;
  padding: 1rem;
  position: relative;
}
.plan-table-title {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 80%;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1rem 1rem 1rem;
  clip-path: polygon(50% 0, 100% 0, 100% 82%, 50% 100%, 50% 100%, 0 82%, 0 0);
}
.plan-table-title span {
  font-size: 2.2rem;
  margin-right: 0.15rem;
}
.plan-td-01 {
  background-color: #e19e2d;
}
.plan-td-02 {
  background-color: #d62362;
}
.plan-table-th p {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
}
.plan-table-th p:not(:first-of-type) {
  border-top: 2px solid #f3f3f3;
}
.plan-table-td p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-table-td p:not(:first-of-type) {
  border-top: 2px solid #d5d5d5;
}
.table-01 {
  height: 150px;
}
.plan-table-th .table-01 {
  padding-top: 2rem;
}
.table-02 {
  height: 120px;
}
.table-03 {
  height: 80px;
}
.table-04 {
  height: 80px;
}
.table-td-inner {
  display: flex;
  align-items: baseline;
}
.plan-table-td .table-01 {
  font-size: 3.5rem;
  letter-spacing: normal;
  padding-top: 2rem;
}
.plan-table-td .table-02 {
  font-size: 3.5rem;
  letter-spacing: normal;
  display: flex;
  align-items: baseline;
  padding-top: 1rem;
}
.plan-table-td .table-03 {
  font-size: 1.5rem;
  letter-spacing: normal;
}
.plan-table-td .table-04 {
  font-size: 1.3rem;
  letter-spacing: normal;
}
.plan-table-td .table-04 .plan-num {
  font-size: 1.75rem;
}
.plan-table-td .yen {
  font-size: 1.75rem;
  margin-left: 0.25rem;
}
.plan-table-td .tax {
  font-size: 1.3rem;
}

.plan-note {
  margin: 2rem auto 0;
  font-size: 0.9rem;
  width: 90%;
  max-width: fit-content;
}
.sp-th {
  display: none;
}
.sp-th {
}
/*qa*/
.qa-top {
  text-align: center;
  margin-bottom: 1rem;
}
.qa-contents {
  width: 90%;
  max-width: 1100px;
  margin: 4rem auto 0;
}
.qa-1 {
  border: 1.5px solid #828282;
}
.qa-1 + .qa-1 {
  margin-top: 1rem;
}

.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-1 summary::before {
  color: #000;
  content: "Q";
}

.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.5s;
}

.qa-1[open] summary::after {
  transform: rotate(225deg);
}

.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #000;
  transition: transform 0.5s, opacity 0.5s;
}

.qa-1[open] p {
  transform: none;
  opacity: 1;
}

.qa-1 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}
.qa-anc {
  font-weight: bold;
  text-decoration: underline;
}

/*term*/
.term-title {
  text-align: center;
  padding: 0 0.5rem;
}
.term-text {
  margin: 2rem auto 0;
  width: 90%;
  max-width: 720px;
}
.term-text p {
  font-weight: 700;
}
.term-text p + p {
  margin-top: 2rem;
}
.term-item {
  position: relative;
}

.term-item + .term-item {
  margin-top: 6rem;
}
.term-item:nth-of-type(2)::before {
  content: "";
  width: 100%;
  max-width: 1100px;
  background-color: #d5d5d5;
  height: 2px;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
.term-boxwrap {
  margin-top: 3rem;
  display: flex;
}
.term-box {
  width: 50%;
}

.term-box:nth-of-type(2) {
  border-left: 2px solid #d5d5d5;
  padding-left: 2rem;
}
.term-box p + p {
  margin-top: 0.25rem;
}
.term-box p.mt3 {
  margin-top: 3rem;
}
.term-box h3 {
  font-size: 1.4rem;
}
/*footer*/
footer {
  background: linear-gradient(
      90deg,
      rgba(214, 35, 98, 0.8),
      rgba(225, 159, 45, 0.8)
    ),
    url(../img/about-bg.jpg);
  background-size: cover;
  padding: 6rem 0;
}
footer.mt6 {
  margin-top: 6rem;
}
.footer-nav {
  color: #fff;
}
.footer-nav ul {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 0;
  flex-wrap: wrap;
}

.footer-logo {
  display: block;
  width: 200px;
  margin: 3rem auto 0;
}
/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 100;
  background: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
  transition: 0.5s ease;
}
header.active .openbtn {
  top: 0.6rem;
}
/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  height: 4px;
  background: linear-gradient(90deg, #d62362 0%, #e19e2d 100%);
  width: 60%;
  transform: translateX(-50%);
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  transform: translateY(6px) translateX(-50%) rotate(-45deg);
  width: 60%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  transform: translateY(-6px) translateX(-50%) rotate(45deg);
  width: 60%;
}
.sp-header-logo {
  display: none;
}
.sp-header-logo img {
  display: block;
  width: 150px;
  transition: 0.5s ease;
}
.sp-nav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  max-width: 400px;
  padding: 6rem 2rem 0;
  transform: translateX(100%);
  transition: 0.5s ease;
}
.sp-nav.active {
  transform: translateX(0);
}
.sp-nav li {
  margin-top: 1.5rem;
  font-size: 1.1rem;
}
.sp-nav li a {
  background: linear-gradient(90deg, #d62362 0%, #e19e2d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 900;
}

/*about*/
/* .header-nav.nav-wh a {
  background: none;
  color: #fff;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: #fff;
  text-fill-color: initial;
} */
.about-fv {
  width: 100%;
  height: 100vh;
  background: url("../img/top-fv.jpg") no-repeat top / cover;
  position: relative;
}
.floting-header {
  position: absolute;
  top: 0;
  z-index: 10;
}

.u-about-fv-textwrap {
  position: absolute;
  left: 12%;
  top: 40%;
  font-size: 1.2rem;
  font-weight: 400;
}
.u-fv-big {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 3px;
}
.u-fv-small {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.8);
}

.u-about {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
.u-about-contents {
  clip-path: polygon(
    50% 0,
    100% 18%,
    100% 82%,
    50% 100%,
    50% 100%,
    0 82%,
    0 18%
  );
  background-color: #fff;
  padding: 10rem 1rem;
}

.u-about-textwrap {
  margin-top: 2rem;
  text-align: center;
}
.u-about-textwrap p {
  line-height: 2;
  font-weight: 500;
}
.about-more {
  margin-top: 3rem;
}

/*business*/
.business {
  padding-top: 25rem;
}
.business .flow-item + .flow-item {
  margin-top: 4rem;
}
.business-contents {
  width: 95%;
  max-width: 1100px;
  margin: 4rem auto 0;
}
.business-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.business-item + .business-item {
  margin-top: 4rem;
}
.business-img {
  width: 43%;
}
.business-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.5/1;
}

.business-textwrap {
  width: 52%;
}
.business-more {
  text-align: right;
}
.business-textwrap h3 {
  font-size: 1.5rem;
}
.business-textwrap p {
  margin-top: 1.5rem;
}

/*about-page*/
.about-page {
  padding: 0;
  display: flex;
}
.about-page-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.about-page-img {
  width: 45%;
}
.about-page-textwrap {
  width: 50%;
  padding: 8rem 6rem 0 4rem;
}
.about-page-title-en {
  font-size: 4rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.4;
}
.about-page-title {
  line-height: 1.2;
  font-size: 1.5rem;
}
.about-page-textwrap p {
  margin-top: 3rem;
}

/*comopany*/
.company-contents {
  width: 95%;
  margin: 4rem auto 0;
  max-width: 1100px;
}
.company-table {
  width: 100%;
  border-collapse: collapse;
}
.company-table th {
  width: 30%;
  border: 1.5px solid #000;
  padding: 1.2rem;
  font-size: 1.1rem;
}
.company-table td {
  width: 70%;
  border: 1.5px solid #000;
  padding: 1.2rem 1.2rem 1.2rem 4rem;
  font-weight: 600;
}

/*employ*/
.employ-about-inner {
  background: linear-gradient(
      rgba(214, 35, 98, 0.99) 5%,
      rgba(225, 159, 45, 0.8)
    ),
    url(../img/employ-about.jpg);
  background-size: cover;
  background-position: bottom;
  height: auto;
  padding: 7rem 0 4rem;
  position: relative;
}
.employ-about-inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 50%;
  height: 50px;
  z-index: 2;
}
.employ-about-inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 50%;
  height: 50px;
  z-index: 2;
}
.employ-about-contents {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  width: 95%;
}
.employ-about-item {
  width: calc((100% - 6rem) / 3);
  margin: 1rem;
  color: #fff;
  padding: 2rem 0;
}
.employ-about-item:nth-of-type(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.employ-about-item img {
  display: block;
  height: 200px;
  margin: 0 auto;
}
.employ-about-textwrap {
  margin-top: 1.5rem;
  text-align: center;
}
.employ-about-num {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}
.employ-about-item h3 {
  text-align: center;
  font-size: 1.35rem;
  margin-top: 1rem;
}
.employ-about-text {
  margin-top: 0.5rem;
}

.employ-about-bottom {
  padding: 5rem 0;
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
}
.employ-about-bottom p {
  padding: 0 0.5rem;
}
.employ-about-bottom-span {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}
/*help*/
.help {
  padding-top: 0;
}
.help-title {
  text-align: center;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.help-title::before {
  content: "";
  width: 3px;
  background-color: #000;
  height: 100px;
  transform: rotateZ(-30deg);
}
.help-title::after {
  content: "";
  width: 3px;
  background-color: #000;
  height: 100px;
  transform: rotateZ(30deg);
}
.help-title span {
  margin: 0 3rem;
  display: block;
}
.help-title-small {
  margin-top: 1rem;
  text-align: center;
  font-weight: 600;
}
.help-box {
  display: flex;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin: 10rem auto 0;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  height: 400px;
  position: relative;
}
.help-img {
  width: 480px;
  position: absolute;
  left: 1rem;
  bottom: 0;
}
.help-textwrap {
  width: 50%;
  padding: 1rem;
  margin-left: auto;
}
.help-textwrap li {
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #d62362;
}
.help-textwrap li + li {
  margin-top: 1.5rem;
}
.help-textwrap img {
  display: block;
  width: 35px;
  margin-right: 1rem;
}

/*employ-flow*/
.employ-flow-contents-pc {
  width: 95%;
  max-width: 1100px;
  margin: 4rem auto 0;
}
.employ-flow-contents-sp {
  display: none;
  width: 95%;
  max-width: 1100px;
  margin: 4rem auto 0;
}
.employ-flow-contents-pc .employ-flow-item {
  width: calc(100% / 3);
  position: relative;
  text-align: center;
}
.employ-flow-contents-pc .employ-flow-item h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.employ-flow-contents-pc .employ-flow-item h3 span {
  line-height: 0.5;
  font-size: 1.2rem;
}
.employ-flow-contents-pc .employ-flow-item h3::before {
  content: attr(data-num);
  font-size: 1.5rem;
}
.employ-flow-contents-pc .employ-flow-item img {
  display: block;
  width: 20px;
  position: absolute;
}
.employ-flow-contents-pc .employ-flow-item-wrap.first img,
.employ-flow-contents-pc .employ-flow-item-wrap.first img {
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.employ-flow-contents-pc .employ-flow-item-wrap.second {
  margin-top: 110px;
}
.employ-flow-contents-pc .employ-flow-item-wrap.second img,
.employ-flow-contents-pc .employ-flow-item-wrap.second img {
  left: -10px;
  top: 50%;
  transform: translateY(-50%) rotateZ(180deg);
}

.employ-flow-contents-pc .employ-flow-item-wrap.first .employ-arrow {
  left: 50%;
  right: initial;
  top: initial;
  bottom: -80px;
  transform: translateX(-50%);
  width: 100px;
}
.employ-flow-contents-pc .employ-flow-item-wrap {
  display: flex;
}

.employ-flow-contents-pc .employ-arrow {
  height: 25px;
  display: block;
  margin-left: auto;
}

/*campaign*/
.campaign-title {
  text-align: center;
  font-size: 1.75rem;
  background: linear-gradient(90deg, #d62362 0%, #e19e2d 100%);
  padding: 0.5rem;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
.campaign-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 40px solid #fff;
  border-right: 0;
}

.campaign-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 40px solid #fff;
  border-left: 0;
  z-index: 2;
}
.campaign-contents {
  width: 95%;
  max-width: 1100px;
  margin: 4rem auto 0;
}
.campaign-top {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
}
.campaign-item {
  display: flex;
  align-items: center;
}
.campaign-item:nth-of-type(1) {
  justify-content: flex-end;
}
.campaign-img {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
}
.campaign-img img {
  width: 300px;
  aspect-ratio: 1/1.12;
  object-fit: cover;
}
.campaign-textwrap {
  width: 40%;
}

.campaign-textwrap h3 {
  font-size: 1.7rem;
}
.campaign-textwrap p {
  margin-top: 1rem;
  font-weight: 700;
}
.campaign-item:nth-of-type(1) .campaign-img {
  margin-right: 4rem;
}
.campaign-item:nth-of-type(2) .campaign-img {
  margin-left: 4rem;
}
.campaign-item:nth-of-type(2) {
  justify-content: flex-start;
  text-align: right;
}
.campaign-note {
  width: fit-content;
  margin: 4rem auto 0;
  font-size: 0.95rem;
  font-weight: 500;
}
/*qa employ*/
.qa-contents h3 {
  margin-bottom: 1rem;
}

/*salon*/
.salon-fv {
  height: 100vh;
  width: 100%;
  background: url("../img/salon-fv.jpg") no-repeat center / cover;
  position: relative;
}

.salon-fv-titlewrap {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
}

.salon-fv-text {
  text-align: center;
  font-size: 1.75rem;
}
.salon-fv-title {
  font-size: 2.5rem;
  text-align: center;
}

.salon-about {
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 1rem;
  position: relative;
  top: -7rem;
  z-index: 2;
  background-color: #fff;
}

.salon-about-textwrap {
  text-align: center;
  font-weight: 700;
}
.salon-about-textwrap p {
  margin-top: 3rem;
  font-size: 1.1rem;
  line-height: 2.2;
}
.salon-about .section-title {
  font-size: 2rem;
}
.reason-inner.pt2 {
  padding-top: 2rem;
}
.salon-reason-lists {
  justify-content: center;
  flex-wrap: wrap;
}
.salon-reason-lists .reason-item {
  width: calc(100% / 3);
  margin: 2rem 0;
  padding: 1rem 2rem;
}
.salon-reason-lists .reason-item:nth-of-type(4) {
  border-right: 2px solid #dadada;
}

/*contact-fv*/
.contact-fv {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-top {
  text-align: center;
  margin-bottom: 2rem;
}
.contact-top p + p {
  margin-top: 0.5rem;
}
/*blog*/
.blog-contents {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}
.blog-titlewrap {
  width: 300px;
  text-align: left;
}
.blog-lists {
  width: calc(100% - 350px);
}
.blog-item {
  display: flex;
  width: 100%;
}
.blog-item + .blog-item {
  margin-top: 1rem;
}
.blog-img {
  width: 200px;
  padding: 0.5rem;
}
.blog-img img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
}
.blog-textwrap {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  width: calc(100% - 200px);
}
.blog-more-btn {
  margin-top: auto;
  margin-left: auto;
  position: relative;
}
.blog-more-btn span {
  background: linear-gradient(90deg, #d62362 0%, #e19e2d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: bold;
}

.blog-more-btn img {
  display: block;
  position: absolute;
  bottom: -0.35rem;
  right: -0.5rem;
}
.blog-date {
  font-size: 0.95rem;
}
.blog-item-title {
  margin-top: 0.5rem;
}
.sp-blog-more {
  display: none;
}

/*u-fv*/
.u-fv {
  height: 350px;
  background: linear-gradient(90deg, #d62362 0%, #e19e2d 100%);
  color: #fff;
  position: relative;
}
.u-fv-title {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
}
/*u-blog*/

.u-header-wh .header-nav a {
  color: #fff;
  background: none;
  -webkit-text-fill-color: initial;
  transition: 0.5s ease;
}
header.active.u-header-wh .header-nav a {
  background: linear-gradient(90deg, #d62362 0%, #e19e2d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.header-logo .header-logo-grad {
  display: none;
}
header.active.u-header-wh .header-logo-white {
  display: none;
}
header.active.u-header-wh .header-logo-grad {
  display: block;
}

.sp-header-logo .sp-header-logo-grad {
  display: none;
}
.u-blog-contents {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
}
.u-blog-item {
  display: flex;
  width: 50%;
  width: calc((100% - 2rem) / 2);
  margin: 0.5rem;
}

.u-blog-img {
  width: 200px;
  padding: 0.5rem;
}
.u-blog-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.5 / 1;
}

.u-blog-textwrap {
  width: calc(100% - 200px);
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}

.u-blog-item-title {
  font-size: 1.05rem;
  margin-top: 0.5rem;
}
.u-blog-date {
  font-size: 0.95rem;
}

/*single*/
.single-blog-contents {
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
}
.single-blog-title {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #d62362 0%, #e19e2d 100%);
  border-image-slice: 1;
  padding-bottom: 0.25rem;
  margin-top: 0.5rem;
}
.single-blog-img {
  margin-top: 1.5rem;
  width: 100%;
  max-width: 700px;
}
.single-blog-img img {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.single-blog-textwrap {
  margin-top: 2rem;
}
.single-blog-date {
  font-size: 0.95rem;
}

/*contact*/
input:not([type="radio"]) {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
  background: #fff;
}
.contact-form {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
}
.contact-form .contact-item {
  width: 100%;
}
.contact-form .contact-item p {
  display: flex;
  width: 100%;
}
.contact-form label {
  width: 300px;
  font-weight: 700;
  margin-top: 0.7rem;
}
.wpcf7-form-control-wrap {
  width: calc(100% - 300px);
}

.contact-form span.req {
  background-color: #c30000;
  color: #fff;
  padding: 0.15rem;
  margin-right: 0.5rem;
  font-size: 0.95rem;
}
.contact-form span.nonreq {
  background-color: #d7d7d7;
  padding: 0.15rem;
  margin-right: 0.5rem;
  font-size: 0.95rem;
}
.contact-form .contact-item + .contact-item {
  margin-top: 2rem;
}

.contact-item input,
.contact-item select,
.contact-item textarea {
  padding: 1rem;
  width: 100%;
  border: 1px solid #000;
  border-radius: 0;
}
.confirm-btnwrap p {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

input[type="submit"] {
  display: block;
  margin: 1rem;
  padding: 1rem 4rem;
  background-image: linear-gradient(
    90deg,
    rgba(214, 35, 98, 0.95),
    rgba(225, 158, 45, 0.95)
  );
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-previous {
  margin: 1rem;
  display: block;
  padding: 1rem 4rem;
  background-image: linear-gradient(
    90deg,
    rgba(214, 35, 98, 0.95),
    rgba(225, 158, 45, 0.95)
  );
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
}

/*privacy*/
.u-privacy-contents {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}
.privacy-top {
  margin-top: 1rem;
}
.privacy-top li {
  list-style: initial;
  list-style-position: inside;
}
.u-privacy-contents li {
  margin-top: 0.25rem;
}
.privacy-item + .privacy-item {
  margin-top: 1.5rem;
}
.privacy-item p {
  margin-top: 1rem;
}
.privacy-item-title {
  font-size: 1.3rem;
  border-image: linear-gradient(to right, #d62362 0%, #e19e2d 100%);
  border-image-slice: 1;
  border-left: 6px solid;
  padding-left: 1rem;
}
p.bold {
  font-weight: 700;
}

.contact-btn {
  margin: 3rem auto 0;
  display: block;
  padding: 1rem 2rem;
  text-align: center;
  background-image: linear-gradient(
    90deg,
    rgba(214, 35, 98, 0.95),
    rgba(225, 158, 45, 0.95)
  );
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
}

.privacy-sub-box {
  margin-top: 1rem;
}
.privacy-sub-box h3::before {
  content: "■";
  color: rgba(214, 35, 98, 0.95);
}
.privacy-sub-box-ul {
  margin-left: 1rem;
}
.privacy-sub-box-ul li {
  list-style: decimal;
  list-style-position: inside;
}
/*page-nav*/
.page-nav {
  display: flex;
  justify-content: center;
  margin: 4rem auto 0;
}
.wp-pagenavi span.current {
  background-image: linear-gradient(
    90deg,
    rgba(214, 35, 98, 0.95),
    rgba(225, 158, 45, 0.95)
  );
  color: #fff;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0 0.5rem !important;
  display: inline-block !important;
}

.thanks-title {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}
.thanks-text {
  margin-top: 1rem;
  text-align: center;
}
input.contact-submit {
  margin: 4rem auto 0;
}
.wpcf7-spinner {
  display: none !important;
}
.qa-anc {
  text-decoration: underline;
}
.banner img{
	display:block;
	width:100%;
}
.banner{
width:90%;
max-width:500px;
display:block;
margin:6rem auto 0;
}