@charset "UTF-8";
/* Scss Document */
/* Device Width */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #553322;
  line-height: 2;
  background: #fff9f2;
  overflow-x: clip;
}

@media print {
  body {
    width: 1200px;
  }

  a[href]:after {
    content: "" !important;
  }
}
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

main {
  position: relative;
}

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

a {
  outline: none;
}

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

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

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

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

.flex-box {
  display: flex;
}

/* Layout -------------------------------------------------------------------------------- */
.kv-image {
  display: block;
  position: relative;
  top: -97px;
  margin-bottom: -97px;
}
@media screen and (max-width: 900px) {
  .kv-image {
    top: 30px;
    margin-bottom: 54px;
  }
}
.kv-image img {
  vertical-align: bottom;
}
.kv-image + .page-ttl {
  position: relative;
  top: -30px;
  margin: 0;
}
@media only, screen and (max-width: 768px) {
  .kv-image + .page-ttl {
    margin: 35px auto 10px;
    position: static;
  }
}
@media only, screen and (max-width: 768px) {
  .kv-image + .page-ttl span {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
  }
}

.recommend-btn {
  max-width: 960px;
  gap: 60px;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .recommend-btn {
    max-width: inherit;
    width: calc(100% - 30px);
    gap: 4.39238653vw;
  }
}
@media only, screen and (max-width: 820px) {
  .recommend-btn {
    max-width: 315px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.recommend-btn a {
  display: flex;
  align-items: center;
  width: 450px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  background: #e50012;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
@media only, screen and (max-width: 820px) {
  .recommend-btn a {
    width: 315px;
    padding: 16px 25px;
    font-size: 16px;
  }
}
.recommend-btn a:before, .recommend-btn a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  transition: right 0.3s;
}
.recommend-btn a:before {
  width: 23px;
  height: 23px;
  background: #fff;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  right: 30px;
}
@media only, screen and (max-width: 820px) {
  .recommend-btn a:before {
    right: 25px;
  }
}
.recommend-btn a:after {
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #e50012;
  top: 0;
  bottom: 0;
  right: 38px;
}
@media only, screen and (max-width: 820px) {
  .recommend-btn a:after {
    right: 33px;
  }
}
.recommend-btn a:hover {
  opacity: 1;
}
.recommend-btn a:hover:before {
  right: 25px;
}
@media only, screen and (max-width: 820px) {
  .recommend-btn a:hover:before {
    right: 20px;
  }
}
.recommend-btn a:hover:after {
  right: 33px;
}
@media only, screen and (max-width: 820px) {
  .recommend-btn a:hover:after {
    right: 28px;
  }
}

.box-page-about {
  max-width: 1120px;
  margin: 150px auto 90px;
  padding: 70px 80px 50px;
  box-sizing: border-box;
  background: #e50012;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .box-page-about {
    max-width: inherit;
    margin: 50px auto;
    padding: 35px 40px 40px;
    border-radius: 0;
  }
}
.box-page-about .box-page-cat {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 10px;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #553322;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
}
@media only, screen and (max-width: 768px) {
  .box-page-about .box-page-cat {
    width: 192px;
    padding: 4px;
    font-size: 14px;
    top: -18px;
  }
}
.box-page-about .flex-box {
  gap: 60px;
  justify-content: space-between;
}
@media only, screen and (max-width: 768px) {
  .box-page-about .flex-box {
    display: block;
  }
}
@media only, screen and (max-width: 768px) {
  .box-page-about .flex-box .box-page-ttl {
    width: 76vw;
    margin: 0 auto;
  }
}
.box-page-about .flex-box .box-page-ttl h1 {
  margin: 0 0 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only, screen and (max-width: 768px) {
  .box-page-about .flex-box .box-page-ttl h1 {
    font-size: 22px;
  }
}
.box-page-about .flex-box .box-page-ttl p {
  font-size: 16px;
  color: #fff;
}
.box-page-about .flex-box figure {
  width: 250px;
}
@media only, screen and (max-width: 768px) {
  .box-page-about .flex-box figure {
    width: 150px;
    margin: 0 auto;
  }
}

.box-page-recruit {
  max-width: 1120px;
  margin: 120px auto 40px;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 1120px) {
  .box-page-recruit {
    max-width: inherit;
    margin: 50px auto;
    padding: 35px 40px 40px;
    border-radius: 0;
  }
}
@media only, screen and (max-width: 768px) {
  .box-page-recruit {
    margin: 50px auto 30px;
    padding: 0;
  }
}
.box-page-recruit .box-page-cat {
  display: block;
  width: 320px;
  margin: 0 auto 40px;
  padding: 10px;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #553322;
}
@media only, screen and (max-width: 768px) {
  .box-page-recruit .box-page-cat {
    width: 192px;
    margin: 0 auto 20px;
    padding: 4px;
    font-size: 14px;
  }
}
.box-page-recruit h1 {
  margin: 0 auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.05em;
  color: #e50012;
}
@media only, screen and (max-width: 768px) {
  .box-page-recruit h1 {
    font-size: 22px;
  }
}
.box-page-recruit h1.ttl-apply {
  color: #553322;
}

.p-recruit {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 90px;
  border-spacing: 20px 0;
}
@media only, screen and (max-width: 768px) {
  .p-recruit {
    margin: 0 auto 50px;
  }
}
.p-recruit tr th, .p-recruit tr td {
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
}
@media only, screen and (max-width: 768px) {
  .p-recruit tr th, .p-recruit tr td {
    display: block;
  }
}
.p-recruit tr th {
  width: 20%;
  font-weight: 700;
  color: #e50012;
  border-top: solid 1px #e50012;
}
@media only, screen and (max-width: 768px) {
  .p-recruit tr th {
    width: fit-content;
    padding: 15px 0;
    border-bottom: solid 1px #553322;
  }
}
.p-recruit tr td {
  width: 77%;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-top: solid 1px #553322;
}
@media only, screen and (max-width: 768px) {
  .p-recruit tr td {
    width: 100%;
    padding: 15px 0 30px;
    border-top: none;
  }
}

.p-recruit-flow {
  gap: 4.39238653vw;
}
@media screen and (min-width: 1367px) {
  .p-recruit-flow {
    gap: 60px;
  }
}
@media only, screen and (max-width: 768px) {
  .p-recruit-flow {
    gap: 4.8vw;
    justify-content: space-between;
  }
}
.p-recruit-flow p {
  min-height: 236px;
  padding: 8px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #553322;
  border-radius: 10px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .p-recruit-flow p {
    min-height: 180px;
    padding: 1.3333333333vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .p-recruit-flow p {
    padding: 1px;
  }
}
.p-recruit-flow p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 1.4641288433vw 0 1.4641288433vw 1.4641288433vw;
  border-color: transparent transparent transparent #553322;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.9282576867vw;
}
@media screen and (min-width: 1367px) {
  .p-recruit-flow p:after {
    border-width: 20px 0 20px 20px;
    right: -40px;
  }
}
@media only, screen and (max-width: 768px) {
  .p-recruit-flow p:after {
    border-width: 2.4vw 0 2.4vw 2.4vw;
    right: -4.2666666667vw;
  }
}
@media screen and (max-width: 340px) {
  .p-recruit-flow p:after {
    right: -4.4117647059vw;
  }
}
.p-recruit-flow p:last-of-type {
  color: #fff;
  background: #e50012;
  border: solid 1px #e50012;
}
.p-recruit-flow p:last-of-type:after {
  content: none;
}
@media only, screen and (max-width: 768px) {
  .p-recruit-flow.career-flow p:after {
    right: -5.3333333333vw;
  }
}
@media screen and (max-width: 320px) {
  .p-recruit-flow.career-flow p:after {
    right: -4.2666666667vw;
  }
}

.p-recruit-bnr {
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px 80px;
  justify-content: flex-end;
  box-sizing: border-box;
  background: #e50012;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 1150px) {
  .p-recruit-bnr {
    max-width: inherit;
    width: calc(100% - 15px);
  }
}
@media only, screen and (max-width: 820px) {
  .p-recruit-bnr {
    display: block;
    max-width: 350px;
    padding: 100px 0 10px;
  }
}
.p-recruit-bnr .p-recruit-ttl {
  width: 23.4260614934vw;
  position: absolute;
  top: 17px;
  left: -6px;
}
@media screen and (min-width: 1367px) {
  .p-recruit-bnr .p-recruit-ttl {
    width: 320px;
  }
}
@media only, screen and (max-width: 820px) {
  .p-recruit-bnr .p-recruit-ttl {
    width: 190px;
    top: 0;
  }
}
.p-recruit-bnr .p-recruit-box {
  max-width: 580px;
}
@media only, screen and (max-width: 820px) {
  .p-recruit-bnr .p-recruit-box {
    width: 234px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
.p-recruit-bnr .p-recruit-box p {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.p-recruit-bnr .p-recruit-box .flex-box {
  gap: 4.39238653vw;
}
@media screen and (min-width: 1367px) {
  .p-recruit-bnr .p-recruit-box .flex-box {
    gap: 60px;
  }
}
@media only, screen and (max-width: 820px) {
  .p-recruit-bnr .p-recruit-box .flex-box {
    margin: 0 0 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.p-recruit-bnr .p-recruit-box .flex-box a {
  display: flex;
  width: 260px;
  padding: 10px 20px;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #e50012;
  text-decoration: none;
  box-sizing: border-box;
  background: #fff;
  border-radius: 7px;
  border: solid 1px #e50012;
  position: relative;
}
.p-recruit-bnr .p-recruit-box .flex-box a:before, .p-recruit-bnr .p-recruit-box .flex-box a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  transition: right 0.3s;
}
.p-recruit-bnr .p-recruit-box .flex-box a:before {
  width: 23px;
  height: 23px;
  background: #e50012;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  right: 20px;
}
.p-recruit-bnr .p-recruit-box .flex-box a:after {
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  bottom: 0;
  right: 28px;
}
.p-recruit-bnr .p-recruit-box .flex-box a:hover:before {
  right: 15px;
}
.p-recruit-bnr .p-recruit-box .flex-box a:hover:after {
  right: 23px;
}
.p-recruit-bnr .p-recruit-box .flex-box.mynavi a {
  padding: 0;
  background: none;
  border-radius: 0;
}
.p-recruit-bnr .p-recruit-box .flex-box.mynavi a:before, .p-recruit-bnr .p-recruit-box .flex-box.mynavi a:after {
  content: none;
}

/* textile -------------------------------------------------------------------------------- */
.ttl01 {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  text-align: center;
}
@media only, screen and (max-width: 768px) {
  .ttl01 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.ttl02 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  text-align: center;
}
@media only, screen and (max-width: 768px) {
  .ttl02 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.ttl03 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.67;
  text-align: center;
}
@media only, screen and (max-width: 768px) {
  .ttl03 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.page-ttl {
  display: block;
  margin: 0 0 30px;
  font-size: 40px;
  color: #e50012;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
@media only, screen and (max-width: 768px) {
  .page-ttl {
    font-size: 22px;
  }
}
.page-ttl span {
  display: block;
  max-width: 320px;
  margin: 0 auto 30px;
  padding: 15px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  background: #553322;
}
@media only, screen and (max-width: 768px) {
  .page-ttl span {
    max-width: 198px;
    padding: 8px;
    font-size: 14px;
  }
}

.page-read {
  margin: 0 auto 60px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .page-read {
    width: calc(100% - 60px);
    margin: 0 auto 30px;
    text-align: left;
    line-height: 1.6875;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 375px) {
  .page-read {
    width: fit-content;
    padding: 0 20px;
  }
}

/* animation -------------------------------------------------------------------------------- */
.copyAnim {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.copyAnim span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.copyAnim.slideOpen {
  animation: slideLR 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.copyAnim.slideOpen span {
  animation: slideRl 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes slideLR {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes slideRl {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* import file -------------------------------------------------------------------------------- */
header {
  max-width: 1120px;
  margin: 0 auto;
}
header .header-top {
  margin: 0 auto 30px;
  justify-content: space-between;
}
@media only, screen and (max-width: 768px) {
  header .header-top {
    margin: 0 auto 20px;
  }
}
header .header-top .logo {
  width: 380px;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 900px) {
  header .header-top .logo {
    width: 240px;
    margin: 20px 0 0 20px;
  }
}
header .header-top .logo a {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}
header .header-top .logo a img {
  display: inline-block;
  width: 244px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  header .header-top .logo a img {
    width: 158px;
  }
}
@media screen and (max-width: 320px) {
  header .header-top .logo a img {
    width: 142px;
  }
}
header .header-top .logo a span {
  padding: 0 0 5px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 900px) {
  header .header-top .logo a span {
    padding: 0 0 2px 10px;
    font-size: 14px;
  }
}
header .header-top .header-entryBtn {
  display: block;
  width: 278px;
  height: 92px;
  padding: 30px 0 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  background: #ad2f2c;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  header .header-top .header-entryBtn {
    display: none;
  }
}
header .header-top .header-entryBtn span:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  margin: 4px 0 0 10px;
  vertical-align: text-top;
  background: url("../img/icn_blank.png") left top/100% auto no-repeat;
}
header .header-top .header-entryBtn:hover {
  text-decoration: none;
}
header .pc-nav {
  max-width: 1120px;
  margin: 0 auto 60px;
  background: #fff;
  border: solid 2px #e50012;
  border-radius: 70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  header .pc-nav {
    display: none;
  }
}
header .pc-nav ul {
  display: flex;
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  position: relative;
}
header .pc-nav ul li {
  background: #e50012;
}
header .pc-nav ul li a, header .pc-nav ul li p {
  display: block;
  padding: 15px 0;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
header .pc-nav ul li a:after, header .pc-nav ul li p:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: auto;
  padding: 0;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
header .pc-nav ul li a.has-second-nav span, header .pc-nav ul li p.has-second-nav span {
  padding-right: 30px;
  position: relative;
}
header .pc-nav ul li a.has-second-nav span:before, header .pc-nav ul li a.has-second-nav span:after, header .pc-nav ul li p.has-second-nav span:before, header .pc-nav ul li p.has-second-nav span:after {
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
}
header .pc-nav ul li a.has-second-nav span:before, header .pc-nav ul li p.has-second-nav span:before {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  right: 0;
}
header .pc-nav ul li a.has-second-nav span:after, header .pc-nav ul li p.has-second-nav span:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #e50012 transparent transparent transparent;
  top: 2px;
  bottom: 0;
  right: 6px;
}
header .pc-nav ul li:first-of-type {
  flex-basis: 148px;
  border-radius: 70px 0 0 70px;
}
header .pc-nav ul li:nth-of-type(2) {
  flex-basis: 355px;
}
header .pc-nav ul li:nth-of-type(3) {
  flex-basis: 196px;
}
header .pc-nav ul li:nth-of-type(4) {
  flex-basis: 228px;
}
header .pc-nav ul li:nth-of-type(4) p:after {
  content: none;
}
header .pc-nav ul li.pc-nav-entry {
  flex-basis: 252px;
  margin: 0 0 0 auto;
  background: #fff;
  border-radius: 0 70px 70px 0;
}
header .pc-nav ul li.pc-nav-entry a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
  color: #e50012;
  letter-spacing: 0;
}
header .pc-nav ul li.pc-nav-entry a:after {
  content: none;
}
header .pc-nav ul li .sub-nav {
  display: none;
}
header .pc-nav ul li.open .sub-nav {
  display: flex;
  gap: 42px;
  max-width: 1040px;
  margin: auto;
  padding: 13px 30px;
  background: #fff;
  border: solid 1px #e50012;
  border-radius: 10px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 72px;
}
header .pc-nav ul li.open .sub-nav li {
  background: none;
}
header .pc-nav ul li.open .sub-nav li:first-of-type, header .pc-nav ul li.open .sub-nav li:nth-of-type(2), header .pc-nav ul li.open .sub-nav li:nth-of-type(3), header .pc-nav ul li.open .sub-nav li:nth-of-type(4) {
  flex-basis: inherit;
}
header .pc-nav ul li.open .sub-nav li a {
  padding: 0 18px 0 0;
  font-size: 16px;
  color: #553322;
  transition: color 0.3s;
}
header .pc-nav ul li.open .sub-nav li a:before, header .pc-nav ul li.open .sub-nav li a:after {
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
header .pc-nav ul li.open .sub-nav li a:before {
  width: 16px;
  height: 16px;
  background: #e50012;
  border-radius: 100%;
}
header .pc-nav ul li.open .sub-nav li a:after {
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  right: 4px;
}
header .pc-nav ul li.open .sub-nav li a:hover {
  color: #e50012;
}

.drawer {
  display: none;
}
@media screen and (max-width: 900px) {
  .drawer {
    display: block;
    width: 45px;
    height: 45px;
    background: #e50012;
    border-radius: 100%;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: fixed;
    top: 23px;
    right: 20px;
  }
}
.drawer div span {
  position: absolute;
  height: 2px;
  width: 22px;
  margin: auto;
  background: #fff;
  left: 0;
  right: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.drawer div span:nth-child(1) {
  top: 14px;
}
.drawer div span:nth-child(2) {
  top: 21px;
}
.drawer div span:nth-child(3) {
  top: 28px;
}

.open .drawer {
  background: #fff;
}
.open .drawer span {
  background: #e50012;
}
.open .drawer span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.open .drawer span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open .drawer span:nth-child(3) {
  top: 21px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sp-nav {
  display: none;
}
@media screen and (max-width: 900px) {
  .sp-nav {
    display: block;
    width: 85%;
    max-width: 375px;
    height: fit-content;
    margin: auto;
    padding: 0;
    transition: opacity 0.3s, right 0.15s ease-in-out;
    background-color: #e50012;
    box-sizing: border-box;
    opacity: 0;
    position: fixed;
    top: 0;
    overflow-y: scroll;
    right: -100vw;
    left: inherit;
    z-index: -1;
  }
}
@media only, screen and (max-width: 768px) {
  .sp-nav {
    width: 100%;
    max-width: inherit;
  }
}
.sp-nav div {
  width: 100%;
  margin: 0 auto;
}
.sp-nav ul {
  margin-bottom: 40px;
  padding: 40px 40px 0;
  list-style: none;
}
.sp-nav ul li {
  margin: 0;
  text-indent: 0;
}
.sp-nav ul li a {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  border-bottom: solid 1px #fff;
  position: relative;
}
.sp-nav ul li ul {
  margin: 0;
  padding: 10px 0;
}
.sp-nav ul li.has-sub-nav {
  border-bottom: solid 1px #fff;
}
.sp-nav ul li.has-sub-nav span {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  border-bottom: solid 1px #fff;
  position: relative;
  cursor: pointer;
}
.sp-nav ul li.has-sub-nav span:before, .sp-nav ul li.has-sub-nav span:after {
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
}
.sp-nav ul li.has-sub-nav span:before {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  right: 0;
}
.sp-nav ul li.has-sub-nav span:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #e50012 transparent transparent transparent;
  top: 0;
  bottom: 0;
  right: 4px;
  transform: rotate(0deg);
  transform-origin: center center;
}
.sp-nav ul li.has-sub-nav ul {
  height: 0;
  margin-top: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  padding: 0;
  overflow: hidden;
}
.sp-nav ul li.has-sub-nav ul li a {
  font-size: 14px;
}
.sp-nav ul li.sp-sub-open span:after {
  transform: rotate(180deg);
}
.sp-nav ul li.sp-sub-open ul {
  height: auto;
  margin-top: 0;
  padding: 10px 0;
  transition: all 0.3s;
}
.sp-nav ul li.sp-sub-open ul li a {
  padding: 10px 0;
  font-size: 14px;
  border-bottom: none;
}
.sp-nav ul li.sp-sub-open ul li a:before {
  content: "－";
  margin: 0 0.5em 0 0;
  background: none;
  position: static;
}
.sp-nav ul li.sp-sub-open ul li a:after {
  content: none;
}
.sp-nav ul li.sub-nav-recruit {
  margin-top: 0;
  border-bottom: none;
}
.sp-nav ul li.sp-nav-entry {
  margin: 20px 0 0;
}
.sp-nav ul li.sp-nav-entry a {
  padding: 26px 40px;
  font-size: 18px;
  font-weight: 700;
  color: #e50012;
  border-bottom: none;
  background: #fff;
  border: solid 2px #e50012;
  border-radius: 70px;
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.sp-nav ul li.sp-nav-entry a:before, .sp-nav ul li.sp-nav-entry a:after {
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
}
.sp-nav ul li.sp-nav-entry a:before {
  width: 18px;
  height: 18px;
  background: #e50012;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  right: 40px;
}
.sp-nav ul li.sp-nav-entry a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  bottom: 0;
  right: 46px;
  transform-origin: center center;
}
.sp-nav .sp-nav-entryBtn {
  padding: 20px;
  background: #ad2f2c;
  border-top: solid 2px #fff;
}
.sp-nav .sp-nav-entryBtn a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  border-bottom: none;
}
.sp-nav .sp-nav-entryBtn a span:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  margin: 4px 0 0 10px;
  vertical-align: text-top;
  background: url("../img/icn_blank.png") left top/100% auto no-repeat;
}
.sp-nav .sp-nav-entryBtn a:hover {
  text-decoration: none;
}

.sp-nav-open {
  opacity: 1;
  right: 0;
  z-index: 8;
  transition: opacity 0.3s, right 0.3s ease-in-out;
}

footer {
  margin: 220px 0 0;
  background: #553322;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  footer {
    margin: 34.6666666667vw 0 0;
  }
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url("../img/bg_footer.png") center bottom/100% auto no-repeat;
  position: absolute;
  top: -59px;
}
@media screen and (min-width: 1367px) {
  footer:before {
    height: 4.39238653vw;
    top: -4.3191800878vw;
  }
}
@media only, screen and (max-width: 768px) {
  footer:before {
    content: none;
  }
}
footer .icn-footer {
  max-width: 656px;
  margin: 0 auto -120px;
  position: relative;
  top: -120px;
}
@media only, screen and (max-width: 768px) {
  footer .icn-footer {
    max-width: inherit;
    margin: 0 auto -18.2291666667vw;
    top: -18.2291666667vw;
  }
}
footer .footer-box {
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 0 60px;
}
@media screen and (max-width: 1220px) {
  footer .footer-box {
    padding: 30px 50px;
  }
}
@media only, screen and (max-width: 768px) {
  footer .footer-box {
    padding: 30px 0;
  }
}
footer .footer-box a {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: underline;
}
@media only, screen and (max-width: 768px) {
  footer .footer-box a {
    padding: 0 50px;
    line-height: 1.75;
  }
}
footer .footer-box a:hover {
  text-decoration: none;
}
footer .footer-box a:before {
  content: "■";
  display: inline-block;
  margin: 0 0.25em 0 0;
  color: #e50012;
  text-decoration: none;
}
footer .footer-box .flex-box {
  margin: 1em 0 0;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 768px) {
  footer .footer-box .flex-box {
    gap: 1em;
  }
}
footer .footer-box ul li:not(:first-of-type) {
  margin: 2.14em 0 0;
}
@media only, screen and (max-width: 768px) {
  footer .footer-box ul li:not(:first-of-type) {
    margin: 1em 0 0;
  }
}
footer .footer-box ul li ul li:not(:first-of-type) {
  margin: 0;
}
footer .footer-box ul li ul li a {
  margin: 0 0 0 2em;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
@media only, screen and (max-width: 768px) {
  footer .footer-box ul li ul li a {
    font-size: 14px;
    line-height: 2;
  }
}
footer .footer-box ul li ul li a:before {
  content: "－";
  margin: 0 0.5em 0 -0.25em;
  color: #fff;
  text-indent: -0.5em;
}
footer .footer-box ul li p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only, screen and (max-width: 768px) {
  footer .footer-box ul li p {
    padding: 0 50px;
    line-height: 1.75;
  }
}
footer .footer-box ul li p:before {
  content: "■";
  display: inline-block;
  margin: 0 0.25em 0 0;
  color: #e50012;
  text-decoration: none;
}
footer .footer-box .footer-entryBtn {
  margin: auto 0 0;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  footer .footer-box .footer-entryBtn {
    width: 100%;
    border-top: solid 1px #fff;
  }
}
footer .footer-box .footer-entryBtn:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  margin: 4px 0 0 10px;
  vertical-align: text-top;
  background: url("../img/icn_blank.png") left top/100% auto no-repeat;
}
footer .footer-box .footer-entryBtn a {
  font-size: 15px;
  font-weight: 500;
}
@media only, screen and (max-width: 768px) {
  footer .footer-box .footer-entryBtn a {
    display: inline-block;
    padding: 25px 0 0 50px;
  }
}
footer .footer-box .footer-entryBtn a:before {
  content: none;
}
footer .footer-bottom {
  padding: 40px 0;
  background: #e50012;
  border-top: solid 3px #fff;
}
footer .footer-bottom .footer-bottom-box {
  max-width: 1120px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1220px) {
  footer .footer-bottom .footer-bottom-box {
    padding: 0 50px;
  }
}
@media only, screen and (max-width: 768px) {
  footer .footer-bottom .footer-bottom-box {
    display: block;
  }
}
footer .footer-bottom .footer-logo {
  align-items: flex-end;
}
@media only, screen and (max-width: 768px) {
  footer .footer-bottom .footer-logo {
    display: block;
  }
}
footer .footer-bottom .footer-logo img {
  width: 189px;
  vertical-align: bottom;
}
@media only, screen and (max-width: 768px) {
  footer .footer-bottom .footer-logo img {
    display: block;
    width: 184px;
    margin: 0 auto 30px;
  }
}
footer .footer-bottom .footer-logo a {
  display: inline-block;
  margin: 0 10px 2px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: underline;
}
@media only, screen and (max-width: 768px) {
  footer .footer-bottom .footer-logo a {
    display: block;
    margin: 0 auto 30px;
    font-size: 14px;
    text-align: center;
  }
}
footer .footer-bottom .footer-logo a:hover {
  text-decoration: none;
}
footer .footer-bottom .footer-logo a:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  margin: 4px 0 0 10px;
  vertical-align: text-top;
  background: url("../img/icn_blank.png") left top/100% auto no-repeat;
}
footer .footer-bottom .cright {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only, screen and (max-width: 768px) {
  footer .footer-bottom .cright {
    font-size: 12px;
    text-align: center;
  }
}
footer #btn-pagetop {
  opacity: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  border: solid 2px #e50012;
  border-radius: 100%;
  box-sizing: border-box;
  position: fixed;
  bottom: 30px;
  right: 120px;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  footer #btn-pagetop {
    width: 40px;
    height: 40px;
    right: 15px;
  }
}
footer #btn-pagetop:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 10px 21px 10px;
  border-color: transparent transparent #e50012 transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  footer #btn-pagetop:after {
    border-width: 0 7px 13px 7px;
  }
}
footer #btn-pagetop.reach {
  position: absolute;
  bottom: inherit;
  top: -44px;
}
@media screen and (max-width: 900px) {
  footer #btn-pagetop.reach {
    top: -20px;
  }
}
@media only, screen and (max-width: 768px) {
  footer #btn-pagetop.reach {
    top: -20px;
  }
}

.top-kv {
  margin: 0 0 9.5168374817vw;
  position: relative;
  top: -20px;
}
@media screen and (min-width: 1367px) {
  .top-kv {
    margin: 0 0 130px;
  }
}
@media screen and (max-width: 900px) {
  .top-kv {
    margin: 45px auto 10px;
  }
}
.top-kv .top-kv-slide {
  overflow-x: clip;
}
.top-kv .num1, .top-kv .num2 {
  display: none;
}
.top-kv .num1.activeTime, .top-kv .num2.activeTime {
  display: block;
}
.top-kv .top-kv-box {
  width: 100%;
  max-width: 1366px;
  height: 39.0922401171vw;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /*@media screen and (min-width: 1367px){
    height: 534px;
  }*/
}
@media screen and (max-width: 900px) {
  .top-kv .top-kv-box {
    height: 55.3333333333vw;
  }
}
@media only, screen and (max-width: 768px) {
  .top-kv .top-kv-box {
    height: inherit;
    position: static;
  }
}
.top-kv .top-kv-btn {
  justify-content: center;
  gap: 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  z-index: 5;
}
@media only, screen and (max-width: 768px) {
  .top-kv .top-kv-btn {
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    bottom: 50px;
  }
}
.top-kv .top-kv-btn li {
  list-style: none;
}
.top-kv .top-kv-btn li a {
  display: block;
  width: 250px;
  padding: 17px 51px 17px 35px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #e50012;
  border-radius: 70px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.top-kv .top-kv-btn li a:before, .top-kv .top-kv-btn li a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  transition: right 0.3s;
}
.top-kv .top-kv-btn li a:before {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  right: 35px;
}
.top-kv .top-kv-btn li a:after {
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #e50012;
  top: 0;
  bottom: 0;
  right: 40px;
}
.top-kv .top-kv-btn li a:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.top-kv .top-kv-btn li a:hover:before {
  right: 30px;
}
.top-kv .top-kv-btn li a:hover:after {
  right: 35px;
}
.top-kv .top-kv-btn li:last-of-type a {
  color: #e50012;
  background: #fff;
  border: solid 2px #e50012;
}
.top-kv .top-kv-btn li:last-of-type a:before {
  background: #e50012;
}
.top-kv .top-kv-btn li:last-of-type a:after {
  border-color: transparent transparent transparent #fff;
}
.top-kv .top-copy01 {
  width: 360px;
  position: absolute;
  left: 2.9282576867vw;
  bottom: 2.5622254758vw;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s;
}
@media screen and (max-width: 900px) {
  .top-kv .top-copy01 {
    bottom: 7.1111111111vw;
  }
}
@media only, screen and (max-width: 768px) {
  .top-kv .top-copy01 {
    width: 48vw;
    bottom: inherit;
    top: -2px;
    left: 0;
  }
}
.top-kv .top-copy01.close {
  opacity: 0;
}
.top-kv #top-kv-icn01,
.top-kv #top-kv-icn02,
.top-kv #top-kv-icn03 {
  width: 80px;
  position: absolute;
  z-index: 2;
}
@media only, screen and (max-width: 768px) {
  .top-kv #top-kv-icn01,
.top-kv #top-kv-icn02,
.top-kv #top-kv-icn03 {
    width: 40px;
  }
}
.top-kv #top-kv-icn01 {
  left: 8.78477306vw;
  top: 8.78477306vw;
}
@media only, screen and (max-width: 768px) {
  .top-kv #top-kv-icn01 {
    left: 0;
    top: 100vw;
  }
}
.top-kv #top-kv-icn02 {
  right: 9.0043923865vw;
  top: 2.196193265vw;
}
@media only, screen and (max-width: 768px) {
  .top-kv #top-kv-icn02 {
    right: 0;
    top: -2.6666666667vw;
  }
}
.top-kv #top-kv-icn03 {
  right: 17.5695461201vw;
  bottom: 4.39238653vw;
}
@media only, screen and (max-width: 768px) {
  .top-kv #top-kv-icn03 {
    right: 0;
    top: 53.3333333333vw;
  }
}

.top-about {
  margin-bottom: 95px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .top-about {
    margin-bottom: 30px;
  }
}
.top-about .top-about-read {
  width: 100%;
  height: 40.9956076135vw;
  padding: 45px 0 0;
  box-sizing: border-box;
  background: url("../img/top/img01.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 900px) {
  .top-about .top-about-read {
    padding: 25px 0 0 25px;
  }
}
@media only, screen and (max-width: 768px) {
  .top-about .top-about-read {
    height: 104vw;
    background: url("../img/top/img01_sp.jpg") center top/cover no-repeat;
  }
}
.top-about .top-about-read p {
  max-width: 1120px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 900px) {
  .top-about .top-about-read p {
    font-size: 16px;
    line-height: 1.75;
  }
}
.top-about .top-about-job {
  max-width: 1120px;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
  margin: 0 auto;
  padding: 50px 80px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  top: -45px;
}
@media screen and (max-width: 1180px) {
  .top-about .top-about-job {
    max-width: inherit;
    width: calc(100% - 120px);
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 900px) {
  .top-about .top-about-job {
    width: calc(100% - 60px);
    flex-wrap: wrap;
  }
}
@media only, screen and (max-width: 768px) {
  .top-about .top-about-job {
    top: -30px;
  }
}
.top-about .top-about-job .top-about-txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .top-about .top-about-job .top-about-txt {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .top-about .top-about-job .top-about-txt .pc-inline {
    display: none;
  }
}
.top-about .top-about-job .top-about-btn {
  width: 450px;
  padding: 17px 35px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #e50012;
  border-radius: 70px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-about .top-about-job .top-about-btn {
    width: 285px;
    margin: 0 auto;
    padding: 17px 30px;
    font-size: 16px;
  }
}
.top-about .top-about-job .top-about-btn:before, .top-about .top-about-job .top-about-btn:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  transition: right 0.3s;
}
.top-about .top-about-job .top-about-btn:before {
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  right: 35px;
}
.top-about .top-about-job .top-about-btn:after {
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #e50012;
  top: 0;
  bottom: 0;
  right: 41px;
}
.top-about .top-about-job .top-about-btn:hover:before {
  right: 30px;
}
.top-about .top-about-job .top-about-btn:hover:after {
  right: 36px;
}
.top-about .top-about-job .top-copy02 {
  width: 18.0819912152vw;
  position: absolute;
  top: -4.2459736457vw;
  right: 13.3235724744vw;
}
@media screen and (min-width: 1367px) {
  .top-about .top-about-job .top-copy02 {
    width: 247px;
    top: -58px;
    right: 182px;
  }
}
@media screen and (max-width: 900px) {
  .top-about .top-about-job .top-copy02 {
    width: 118px;
    top: -50px;
    right: 58px;
  }
}
.top-about .top-about-job .top-about-icn {
  width: 8.4187408492vw;
  position: absolute;
  top: -6.2225475842vw;
  right: 4.2459736457vw;
}
@media screen and (min-width: 1367px) {
  .top-about .top-about-job .top-about-icn {
    width: 115px;
    top: -85px;
    right: 58px;
  }
}
@media screen and (max-width: 900px) {
  .top-about .top-about-job .top-about-icn {
    width: 55px;
    top: -63px;
    right: 0px;
  }
}
.top-about .top-about-box {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.top-about #top-about-icn01,
.top-about #top-about-icn02,
.top-about #top-about-icn03,
.top-about #top-about-icn04 {
  position: absolute;
}
.top-about #top-about-icn01,
.top-about #top-about-icn03 {
  width: 80px;
}
@media only, screen and (max-width: 768px) {
  .top-about #top-about-icn01,
.top-about #top-about-icn03 {
    width: 40px;
  }
}
.top-about #top-about-icn02,
.top-about #top-about-icn04 {
  width: 60px;
}
@media only, screen and (max-width: 768px) {
  .top-about #top-about-icn02,
.top-about #top-about-icn04 {
    width: 30px;
  }
}
.top-about #top-about-icn01 {
  top: -4.6120058565vw;
  right: 5.8565153734vw;
}
@media only, screen and (max-width: 768px) {
  .top-about #top-about-icn01 {
    top: 17.3333333333vw;
    right: 14.9333333333vw;
  }
}
.top-about #top-about-icn02 {
  top: 4.5387994143vw;
  right: 0;
}
@media only, screen and (max-width: 768px) {
  .top-about #top-about-icn02 {
    top: 30.4vw;
  }
}
.top-about #top-about-icn03 {
  top: 28.9897510981vw;
  left: 0;
}
@media only, screen and (max-width: 768px) {
  .top-about #top-about-icn03 {
    top: 93.3333333333vw;
  }
}
.top-about #top-about-icn04 {
  top: 43.9238653001vw;
  left: 8.78477306vw;
}
@media only, screen and (max-width: 768px) {
  .top-about #top-about-icn04 {
    top: 117.3333333333vw;
    left: 4vw;
  }
}

.top-voice {
  margin-bottom: 90px;
  align-items: flex-start;
  gap: 9.5168374817vw;
  position: relative;
}
@media screen and (min-width: 1367px) {
  .top-voice {
    gap: 130px;
  }
}
@media screen and (max-width: 900px) {
  .top-voice {
    margin-bottom: 100px;
    gap: 30px;
    flex-wrap: wrap;
  }
}
.top-voice .top-voice-ttl {
  min-width: 406px;
  padding: 0 0 0 8.78477306vw;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1367px) {
  .top-voice .top-voice-ttl {
    padding: 0 0 0 120px;
  }
}
@media screen and (max-width: 900px) {
  .top-voice .top-voice-ttl {
    width: calc(100% - 30px);
    min-width: inherit;
    padding: 0 0 0 30px;
    box-sizing: border-box;
  }
}
.top-voice .top-voice-ttl .ttl01 {
  margin-bottom: 40px;
  padding-top: 12.1522693997vw;
  text-align: left;
}
@media screen and (min-width: 1367px) {
  .top-voice .top-voice-ttl .ttl01 {
    padding-top: 166px;
  }
}
@media only, screen and (max-width: 768px) {
  .top-voice .top-voice-ttl .ttl01 {
    margin-bottom: 20px;
    padding-top: 0;
  }
}
.top-voice .top-voice-ttl .top-voice-copy {
  display: block;
  width: 21.1566617862vw;
  margin: 0 0 25px;
  position: absolute;
  top: 0;
  left: 7.3206442167vw;
}
@media screen and (min-width: 1367px) {
  .top-voice .top-voice-ttl .top-voice-copy {
    width: 289px;
    left: 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-voice .top-voice-ttl .top-voice-copy {
    display: inline-block;
    width: 140px;
    margin: 0 0 0 15px;
    vertical-align: bottom;
    left: 162px;
    top: -36px;
  }
}
.top-voice .top-voice-ttl p {
  font-weight: 400;
  letter-spacing: 0.05em;
}
.top-voice .voice-slide {
  max-width: 60.7613469985vw;
  overflow-x: clip;
}
@media screen and (max-width: 900px) {
  .top-voice .voice-slide {
    max-width: calc(100% - 8.78477306vw);
    margin: 0 0 0 8.78477306vw;
  }
}
@media only, screen and (max-width: 768px) {
  .top-voice .voice-slide {
    max-width: calc(100% - 30px);
    margin: 0 0 0 30px;
  }
}
.top-voice .voice-slide .swiper-slide {
  display: block;
  width: 293px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .top-voice .voice-slide .swiper-slide {
    width: 232px;
  }
}
.top-voice .voice-slide .swiper-slide figure {
  overflow: clip;
  position: relative;
}
.top-voice .voice-slide .swiper-slide figure img {
  vertical-align: bottom;
  transform: scale(1, 1);
  transform-origin: center;
  transition: transform 0.7s;
}
.top-voice .voice-slide .swiper-slide figure figcaption {
  width: 100%;
  padding: 5px 0 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: center;
  background: rgba(55, 33, 22, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only, screen and (max-width: 768px) {
  .top-voice .voice-slide .swiper-slide figure figcaption {
    font-size: 10px;
  }
}
.top-voice .voice-slide .swiper-slide p {
  padding: 20px 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.64;
  text-align: center;
  box-sizing: border-box;
  background: #e50012;
}
@media only, screen and (max-width: 768px) {
  .top-voice .voice-slide .swiper-slide p {
    padding: 18px;
    font-size: 12px;
  }
}
.top-voice .voice-slide .swiper-slide p.catch {
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 1.5;
  color: #e50012;
  background: url("../img/inc_heart.png") left top/24px 20px no-repeat;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media only, screen and (max-width: 768px) {
  .top-voice .voice-slide .swiper-slide p.catch {
    padding: 0 0 0 6.6666666667vw;
    font-size: 2.6666666667vw;
    top: 10px;
    left: 10px;
    background: url("../img/inc_heart.png") left top/5.3333333333vw 4.2666666667vw no-repeat;
  }
}
.top-voice .voice-slide .swiper-slide:hover figure img {
  transform: scale(1.15, 1.15);
}
.top-voice .voice-btn-prev,
.top-voice .voice-btn-next {
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  cursor: pointer;
  background: #e50012;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1367px) {
  .top-voice .voice-btn-prev,
.top-voice .voice-btn-next {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 900px) {
  .top-voice .voice-btn-prev,
.top-voice .voice-btn-next {
    width: 36px;
    height: 36px;
    bottom: -54px;
  }
}
.top-voice .voice-btn-prev:after,
.top-voice .voice-btn-next:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-voice .voice-btn-prev {
  left: 330px;
}
@media screen and (min-width: 1367px) {
  .top-voice .voice-btn-prev {
    left: 330px;
  }
}
@media screen and (max-width: 900px) {
  .top-voice .voice-btn-prev {
    left: inherit;
    right: 86px;
  }
}
.top-voice .voice-btn-prev:after {
  border-width: 7px 11px 7px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 900px) {
  .top-voice .voice-btn-prev:after {
    border-width: 5px 9px 5px 0;
  }
}
.top-voice .voice-btn-next {
  left: 432px;
}
@media screen and (max-width: 900px) {
  .top-voice .voice-btn-next {
    left: inherit;
    right: 15px;
  }
}
.top-voice .voice-btn-next:after {
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 900px) {
  .top-voice .voice-btn-next:after {
    border-width: 5px 0 5px 9px;
  }
}

.top-entry-bnr {
  max-width: 1120px;
  margin: 0 auto 90px;
  padding: 45px 80px;
  box-sizing: border-box;
  gap: 20px;
  justify-content: space-between;
  background: #e50012;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 1150px) {
  .top-entry-bnr {
    max-width: inherit;
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 900px) {
  .top-entry-bnr {
    display: block;
    padding: 45px;
  }
}
.top-entry-bnr .top-copy03 {
  width: 23.4260614934vw;
  position: absolute;
  left: -6px;
  top: 17px;
}
@media screen and (min-width: 1367px) {
  .top-entry-bnr .top-copy03 {
    width: 320px;
  }
}
@media screen and (max-width: 900px) {
  .top-entry-bnr .top-copy03 {
    width: 190px;
    top: 0;
  }
}
.top-entry-bnr .top-entry-bnr-read {
  width: 290px;
  margin: auto 0 0;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .top-entry-bnr .top-entry-bnr-read {
    width: auto;
    margin: 0 0 30px 13.3333333333vw;
  }
}
@media only, screen and (max-width: 768px) {
  .top-entry-bnr .top-entry-bnr-read {
    margin: 35px 0 30px 120px;
  }
}
.top-entry-bnr .top-entry-bnr-box {
  width: 580px;
}
@media screen and (max-width: 900px) {
  .top-entry-bnr .top-entry-bnr-box {
    margin: 0 auto;
  }
}
@media only, screen and (max-width: 768px) {
  .top-entry-bnr .top-entry-bnr-box {
    width: 234px;
  }
}
.top-entry-bnr .top-entry-bnr-box h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media only, screen and (max-width: 768px) {
  .top-entry-bnr .top-entry-bnr-box h2 {
    text-align: center;
  }
}
.top-entry-bnr .top-entry-bnr-box .top-entry-btn {
  gap: 20px;
  justify-content: space-between;
}
@media only, screen and (max-width: 768px) {
  .top-entry-bnr .top-entry-bnr-box .top-entry-btn {
    flex-wrap: wrap;
  }
}
.top-entry-bnr .top-entry-bnr-box .top-entry-btn a {
  display: flex;
  width: 260px;
  padding: 10px 20px;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #e50012;
  text-decoration: none;
  box-sizing: border-box;
  background: #fff;
  border-radius: 7px;
  border: solid 1px #e50012;
  position: relative;
}
.top-entry-bnr .top-entry-bnr-box .top-entry-btn a:before, .top-entry-bnr .top-entry-bnr-box .top-entry-btn a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  transition: right 0.3s;
}
.top-entry-bnr .top-entry-bnr-box .top-entry-btn a:before {
  width: 23px;
  height: 23px;
  background: #e50012;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  right: 20px;
}
.top-entry-bnr .top-entry-bnr-box .top-entry-btn a:after {
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  bottom: 0;
  right: 28px;
}
.top-entry-bnr .top-entry-bnr-box .top-entry-btn a:hover:before {
  right: 15px;
}
.top-entry-bnr .top-entry-bnr-box .top-entry-btn a:hover:after {
  right: 23px;
}
.top-entry-bnr .top-entry-bnr-box .top-entry-btn.mynavi {
  margin: 0 0 30px;
}
.top-entry-bnr .top-entry-bnr-box .top-entry-btn.mynavi a {
  padding: 0;
  background: none;
  border-radius: 0;
}
.top-entry-bnr .top-entry-bnr-box .top-entry-btn.mynavi a:before, .top-entry-bnr .top-entry-bnr-box .top-entry-btn.mynavi a:after {
  content: none;
}

.top-second-bnr-box {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .top-second-bnr-box {
    max-width: inherit;
  }
}
.top-second-bnr-box #top-second-bnr-icn01,
.top-second-bnr-box #top-second-bnr-icn02,
.top-second-bnr-box #top-second-bnr-icn03,
.top-second-bnr-box #top-second-bnr-icn04 {
  position: absolute;
}
.top-second-bnr-box #top-second-bnr-icn01,
.top-second-bnr-box #top-second-bnr-icn02 {
  width: 80px;
}
@media only, screen and (max-width: 768px) {
  .top-second-bnr-box #top-second-bnr-icn01,
.top-second-bnr-box #top-second-bnr-icn02 {
    width: 40px;
  }
}
.top-second-bnr-box #top-second-bnr-icn03,
.top-second-bnr-box #top-second-bnr-icn04 {
  width: 60px;
}
@media only, screen and (max-width: 768px) {
  .top-second-bnr-box #top-second-bnr-icn03,
.top-second-bnr-box #top-second-bnr-icn04 {
    width: 30px;
  }
}
.top-second-bnr-box #top-second-bnr-icn01 {
  top: 4.9780380673vw;
  left: 0;
}
@media only, screen and (max-width: 768px) {
  .top-second-bnr-box #top-second-bnr-icn01 {
    top: -11.4666666667vw;
    left: 6.6666666667vw;
  }
}
.top-second-bnr-box #top-second-bnr-icn02 {
  top: -3.074670571vw;
  right: 0;
}
@media only, screen and (max-width: 768px) {
  .top-second-bnr-box #top-second-bnr-icn02 {
    top: -11.4666666667vw;
    right: 6.6666666667vw;
  }
}
.top-second-bnr-box #top-second-bnr-icn03 {
  left: 6.8814055637vw;
  bottom: 0;
}
@media only, screen and (max-width: 768px) {
  .top-second-bnr-box #top-second-bnr-icn03 {
    top: 0.8vw;
    left: 0;
  }
}
.top-second-bnr-box #top-second-bnr-icn04 {
  top: 6.8814055637vw;
  right: 8.0527086384vw;
}
@media only, screen and (max-width: 768px) {
  .top-second-bnr-box #top-second-bnr-icn04 {
    top: 0.8vw;
    right: 0;
  }
}

.top-second-bnr {
  max-width: 70.2781844802vw;
  margin: 0 auto;
  justify-content: space-between;
  gap: 4.39238653vw;
}
@media screen and (min-width: 1367px) {
  .top-second-bnr {
    max-width: 960px;
    gap: 60px;
  }
}
@media only, screen and (max-width: 768px) {
  .top-second-bnr {
    max-width: 255px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.top-second-bnr a {
  display: block;
  width: 450px;
  height: 18.3016105417vw;
  padding: 35px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  background: #e50012;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 1367px) {
  .top-second-bnr a {
    width: 450px;
    height: 250px;
  }
}
@media only, screen and (max-width: 768px) {
  .top-second-bnr a {
    width: 255px;
    height: 145px;
    padding: 20px;
    font-size: 16px;
  }
}
.top-second-bnr a p {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1210px) {
  .top-second-bnr a p {
    margin: 0 0 10px;
  }
}
.top-second-bnr a.top-second-bnr-system figure {
  max-width: 16.2518301611vw;
  position: absolute;
  top: 25px;
  right: 35px;
}
@media screen and (min-width: 1367px) {
  .top-second-bnr a.top-second-bnr-system figure {
    max-width: 222px;
  }
}
@media screen and (max-width: 1210px) {
  .top-second-bnr a.top-second-bnr-system figure {
    position: static;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media only, screen and (max-width: 768px) {
  .top-second-bnr a.top-second-bnr-system figure {
    max-width: 96px;
    position: absolute;
    top: 25px;
    left: inherit;
    right: 25px;
  }
}
.top-second-bnr a.top-second-bnr-data figure {
  max-width: 13.2503660322vw;
  position: absolute;
  top: 42px;
  right: 64px;
}
@media screen and (min-width: 1367px) {
  .top-second-bnr a.top-second-bnr-data figure {
    max-width: 181px;
  }
}
@media screen and (max-width: 1210px) {
  .top-second-bnr a.top-second-bnr-data figure {
    position: static;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media only, screen and (max-width: 768px) {
  .top-second-bnr a.top-second-bnr-data figure {
    max-width: 82px;
    position: absolute;
    top: 10px;
    left: inherit;
    right: 15px;
  }
}
.top-second-bnr a:before, .top-second-bnr a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  transition: right 0.3s;
}
.top-second-bnr a:before {
  width: 23px;
  height: 23px;
  background: #fff;
  border-radius: 100%;
  bottom: 25px;
  right: 20px;
}
.top-second-bnr a:after {
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #e50012;
  bottom: 31px;
  right: 28px;
}
.top-second-bnr a:hover:before {
  right: 15px;
}
.top-second-bnr a:hover:after {
  right: 23px;
}

#btn-part,
.btn-part {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 262px;
  margin: auto;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  background: #ad2f2c;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -60px;
  opacity: 0;
  z-index: 5;
  transition: opacity 0.3s, right 0.3s;
}
@media only, screen and (max-width: 768px) {
  #btn-part,
.btn-part {
    width: 40px;
    height: 198px;
    font-size: 12px;
  }
}
#btn-part:hover,
.btn-part:hover {
  text-decoration: underline;
}
#btn-part span,
.btn-part span {
  padding: 0 0 0 3px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
@media only, screen and (max-width: 768px) {
  #btn-part span,
.btn-part span {
    padding: 0 0 0 5px;
  }
}
#btn-part span:after,
.btn-part span:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  margin: 10px 0 0;
  vertical-align: text-top;
  background: url("../img/icn_blank.png") left top/100% auto no-repeat;
}
@media only, screen and (max-width: 768px) {
  #btn-part span:after,
.btn-part span:after {
    width: 12px;
    height: 10px;
  }
}
#btn-part.btn-open,
.btn-part.btn-open {
  right: 0;
  opacity: 1;
}

.effect,
.effect02 {
  opacity: 0;
  transform: translateY(100px) scale(0.3, 0.3);
  transform-origin: center;
  transition: transform 0.3s;
}

.animFadeup {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards, bounce 3s linear infinite;
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.3, 0.3);
  }
  100% {
    opacity: 1;
    transform: translateY(-10px) scale(1, 1);
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.animFadeup02 {
  animation: fadeup02 1s cubic-bezier(0.33, 1, 0.68, 1) forwards, bounce02 3s 0.75s linear infinite;
}

@-webkit-keyframes fadeup02 {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.3, 0.3);
  }
  100% {
    opacity: 1;
    transform: translateY(10px) scale(1, 1);
  }
}
@-webkit-keyframes bounce02 {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.animFadeup03 {
  animation: fadeup03 1s cubic-bezier(0.33, 1, 0.68, 1) forwards, bounce03 4s linear infinite;
}

@-webkit-keyframes fadeup03 {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.3, 0.3);
  }
  100% {
    opacity: 1;
    transform: translateY(15px) scale(1, 1);
  }
}
@-webkit-keyframes bounce03 {
  0% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}
.p-system-plan {
  max-width: 1120px;
  margin: 0 auto 90px;
}
@media only, screen and (max-width: 768px) {
  .p-system-plan {
    margin: 0 auto 50px;
  }
}
.p-system-plan p {
  max-width: 800px;
  margin: 0 auto 60px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  .p-system-plan p {
    max-width: inherit;
    width: calc(100% - 120px);
  }
}
@media only, screen and (max-width: 768px) {
  .p-system-plan p {
    margin: 0 auto 30px;
  }
}
.p-system-plan figure {
  width: 1120px;
}
@media screen and (max-width: 1120px) {
  .p-system-plan figure {
    padding-bottom: 20px;
  }
}
@media only, screen and (max-width: 768px) {
  .p-system-plan figure {
    width: 730px;
  }
}

.p-system-organization {
  margin: 0 auto 90px;
}
@media only, screen and (max-width: 768px) {
  .p-system-organization {
    margin: 0 auto 50px;
  }
}

.p-system-step {
  max-width: 1120px;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .p-system-step {
    max-width: inherit;
    width: calc(100% - 120px);
  }
}
@media only, screen and (max-width: 768px) {
  .p-system-step {
    width: 76vw;
    flex-wrap: wrap;
    margin: 0 auto 20px;
  }
}
.p-system-step:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #553322 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}
@media only, screen and (max-width: 768px) {
  .p-system-step:after {
    bottom: -20px;
  }
}
.p-system-step:last-of-type {
  margin: 0 auto;
}
.p-system-step:last-of-type:after {
  content: none;
}
.p-system-step h3 {
  width: 223px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: #e50012;
}
@media only, screen and (max-width: 768px) {
  .p-system-step h3 {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }
}
.p-system-step figure {
  width: 223px;
}
@media only, screen and (max-width: 768px) {
  .p-system-step figure {
    width: 100%;
  }
}
.p-system-step figure img {
  vertical-align: bottom;
}
.p-system-step div {
  flex: 1;
  padding: 0 0 50px 30px;
  font-weight: 400;
  box-sizing: border-box;
  border-bottom: solid 1px #553322;
}
@media only, screen and (max-width: 768px) {
  .p-system-step div {
    padding: 20px 0;
  }
}
.p-system-step div li {
  list-style: none;
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.p-system-step div li:before {
  content: "●";
  display: inline-block;
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.p-system-step div dl {
  display: flex;
  flex-wrap: wrap;
}
.p-system-step div dl dt {
  width: 5em;
  margin: 0 -0.5em;
}
.p-system-step div dl dt:after {
  content: "";
  display: inline;
  letter-spacing: 0;
}
.p-system-step div dl dd {
  width: calc(100% - 5em);
  margin: 0;
  padding: 0;
}

.p-system-action .p-system-action-box {
  max-width: 1120px;
  margin: 0 auto 90px;
  flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 1180px) {
  .p-system-action .p-system-action-box {
    max-width: inherit;
    width: calc(100% - 120px);
    gap: 35px 4%;
  }
}
@media only, screen and (max-width: 768px) {
  .p-system-action .p-system-action-box {
    width: 84vw;
    gap: 35px;
    margin: 0 auto 50px;
  }
}
.p-system-action .p-system-action-box div {
  width: 350px;
}
@media screen and (max-width: 1180px) {
  .p-system-action .p-system-action-box div {
    width: 48%;
  }
}
@media only, screen and (max-width: 768px) {
  .p-system-action .p-system-action-box div {
    width: 100%;
  }
}
.p-system-action .p-system-action-box div h3 {
  padding: 10px;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #e50012;
}
.p-system-action .p-system-action-box div p {
  padding: 30px;
  font-weight: 400;
  background: #fff;
}
.p-system-action .p-system-action-box div figure img {
  vertical-align: bottom;
}

@media screen and (max-width: 1120px) {
  .simplebar-track.simplebar-horizontal {
    height: 15px;
    border-radius: 8px;
    background: #F3F1EF;
  }
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-scrollbar::before {
  background: #A8A8A8;
}

.p-data-box {
  max-width: 1120px;
  margin: 0 auto 90px;
  flex-wrap: wrap;
  gap: 40px;
}
@media only, screen and (max-width: 768px) {
  .p-data-box {
    width: 92%;
    margin: 0 auto 50px;
    gap: 30px;
  }
}
.p-data-box figure {
  max-width: 540px;
}
@media only, screen and (max-width: 768px) {
  .p-data-box figure {
    max-width: inherit;
  }
}
.p-data-box figure img {
  vertical-align: top;
}

.p-jobs-need {
  max-width: 640px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 700px) {
  .p-jobs-need {
    max-width: inherit;
    width: calc(100% - 60px);
  }
}

.p-jobs-faq {
  max-width: 1120px;
  margin: 0 auto 60px;
}
@media only, screen and (max-width: 768px) {
  .p-jobs-faq {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
}
.p-jobs-faq dl {
  margin: 0 auto 40px;
}
@media only, screen and (max-width: 768px) {
  .p-jobs-faq dl {
    margin: 0 auto 20px;
  }
}
.p-jobs-faq dl dt {
  padding: 18px 40px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #e50012;
  background: #fff;
  border: solid 1px #e50012;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media only, screen and (max-width: 768px) {
  .p-jobs-faq dl dt {
    padding: 15px 60px 15px 30px;
    font-size: 16px;
    line-height: 1.68;
  }
}
.p-jobs-faq dl dt span {
  display: inline-block;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.p-jobs-faq dl dt:before, .p-jobs-faq dl dt:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  transition: right 0.3s;
}
.p-jobs-faq dl dt:before {
  width: 30px;
  height: 30px;
  background: #e50012;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  right: 35px;
}
@media only, screen and (max-width: 768px) {
  .p-jobs-faq dl dt:before {
    width: 24px;
    height: 24px;
    right: 30px;
  }
}
.p-jobs-faq dl dt:after {
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  top: 3px;
  bottom: 0;
  right: 45px;
  transform: rotate(0deg);
  transform-origin: center;
}
@media only, screen and (max-width: 768px) {
  .p-jobs-faq dl dt:after {
    right: 37px;
  }
}
.p-jobs-faq dl dd {
  width: calc(100% - 20px);
  height: 0;
  margin: 0 auto;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  background: #fce8ea;
  border: solid 1px #e50012;
  border-radius: 10px;
  position: relative;
  top: -10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  overflow: hidden;
}
@media only, screen and (max-width: 768px) {
  .p-jobs-faq dl dd {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.68;
  }
}
.p-jobs-faq dl dd span {
  display: inline-block;
  margin-left: 1.25em;
  text-indent: -1.25em;
}
.p-jobs-faq dl dd a {
  color: #553322;
  text-decoration: underline;
}
.p-jobs-faq dl dd a:hover {
  text-decoration: none;
}
.p-jobs-faq dl.open dt:after {
  transform: rotate(180deg);
  top: 0;
}
.p-jobs-faq dl.open dd {
  height: auto;
  padding: 19px 30px;
  transition: all 0.3s;
}
@media only, screen and (max-width: 768px) {
  .p-jobs-faq dl.open dd {
    padding: 19px 20px;
  }
}

.p-voice-list {
  margin: 120px auto 0;
}
@media only, screen and (max-width: 768px) {
  .p-voice-list {
    margin: 30px auto 0;
  }
}
.p-voice-list h1 {
  max-width: 320px;
  margin: 0 auto 30px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #553322;
}
@media only, screen and (max-width: 768px) {
  .p-voice-list h1 {
    max-width: 192px;
    padding: 4px 0;
    font-size: 14px;
  }
}
.p-voice-list p {
  margin: 0 auto 60px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 996px) {
  .p-voice-list p {
    width: 84%;
    margin: 0 auto 20px;
  }
}
@media only, screen and (max-width: 768px) {
  .p-voice-list p {
    text-align: left;
  }
}
.p-voice-list .flex-box {
  max-width: 960px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 996px) {
  .p-voice-list .flex-box {
    max-width: calc(100% - 36px);
    gap: 18px;
  }
}
@media only, screen and (max-width: 768px) {
  .p-voice-list .flex-box {
    gap: 18px;
  }
}
.p-voice-list .flex-box a {
  display: block;
  width: 293px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 996px) {
  .p-voice-list .flex-box a {
    width: calc((100% - 36px) / 3);
  }
}
@media only, screen and (max-width: 768px) {
  .p-voice-list .flex-box a {
    width: calc((100% - 18px) / 2);
  }
}
.p-voice-list .flex-box a figure {
  overflow: clip;
  position: relative;
}
.p-voice-list .flex-box a figure img {
  vertical-align: bottom;
  transform: scale(1, 1);
  transform-origin: center;
  transition: transform 0.7s;
}
.p-voice-list .flex-box a figure figcaption {
  width: 100%;
  padding: 5px 0 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: center;
  background: rgba(55, 33, 22, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only, screen and (max-width: 768px) {
  .p-voice-list .flex-box a figure figcaption {
    padding: 0;
    font-size: 10px;
  }
}
.p-voice-list .flex-box a p {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.64;
  text-align: center;
  box-sizing: border-box;
  background: #e50012;
}
@media only, screen and (max-width: 768px) {
  .p-voice-list .flex-box a p {
    display: flex;
    min-height: 70px;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .p-voice-list .flex-box a p {
    font-size: 11px;
  }
}
.p-voice-list .flex-box a p.catch {
  width: auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #e50012;
  background: none;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media only, screen and (max-width: 768px) {
  .p-voice-list .flex-box a p.catch {
    display: inline-block;
    /*font-size: 9px;*/
    font-size: 2.4vw;
    top: 8px;
    left: 8px;
  }
}
.p-voice-list .flex-box a p.catch:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  background: url("../img/inc_heart.png") left top/100% auto no-repeat;
}
@media only, screen and (max-width: 768px) {
  .p-voice-list .flex-box a p.catch:before {
    width: 3.2vw;
    height: 2.6666666667vw;
  }
}
.p-voice-list .flex-box a:hover figure img {
  transform: scale(1.15, 1.15);
}

.p-voice-detail {
  max-width: 1120px;
  margin: 0 auto;
}
.p-voice-detail picture {
  display: block;
  margin: 0 0 70px;
}
@media only, screen and (max-width: 768px) {
  .p-voice-detail picture {
    margin: 0 0 25px;
  }
}
.p-voice-detail picture img {
  vertical-align: bottom;
}
.p-voice-detail h1 {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1180px) {
  .p-voice-detail h1 {
    margin: 0 30px 20px;
  }
}
@media only, screen and (max-width: 768px) {
  .p-voice-detail h1 {
    font-size: 22px;
    line-height: 1.5;
  }
}
.p-voice-detail h1 span {
  display: block;
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: #e50012;
  letter-spacing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .p-voice-detail h1 span {
    margin: 0 0 10px;
    font-size: 13px;
  }
}
.p-voice-detail h1 span:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 30px;
  margin: auto 10px auto 0;
  vertical-align: middle;
  background: url("../img/inc_heart.png") left top/100% auto no-repeat;
}
@media only, screen and (max-width: 768px) {
  .p-voice-detail h1 span:before {
    width: 21px;
    height: 15px;
  }
}
.p-voice-detail h1.ttl-fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.75s, opacity 0.5s;
}
.p-voice-detail h1.ttl-fadeUp.ttl-open {
  transform: translateY(0);
  opacity: 1;
}
.p-voice-detail .p-voice-box {
  margin: 0 0 30px;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 1180px) {
  .p-voice-detail .p-voice-box {
    margin: 0 30px 30px;
  }
}
@media only, screen and (max-width: 768px) {
  .p-voice-detail .p-voice-box {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.p-voice-detail .p-voice-box .p-voice-boxL {
  width: 14.6412884334vw;
  padding: 0 0 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #553322;
}
@media screen and (min-width: 1367px) {
  .p-voice-detail .p-voice-box .p-voice-boxL {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .p-voice-detail .p-voice-box .p-voice-boxL {
    min-width: 200px;
  }
}
@media only, screen and (max-width: 768px) {
  .p-voice-detail .p-voice-box .p-voice-boxL {
    width: 154px;
    min-width: inherit;
    padding: 0 0 10px;
    font-size: 13px;
  }
}
.p-voice-detail .p-voice-box .p-voice-boxR {
  width: 780px;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media only, screen and (max-width: 768px) {
  .p-voice-detail .p-voice-box .p-voice-boxR {
    width: 100%;
    font-size: 16px;
  }
}
.p-voice-detail .p-voice-box .p-voice-boxR h2 {
  display: block;
  margin: 50px 0 50px 40px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  color: #e50012;
  text-indent: -40px;
  letter-spacing: 0.05em;
}
@media only, screen and (max-width: 768px) {
  .p-voice-detail .p-voice-box .p-voice-boxR h2 {
    margin: 30px 0 30px 36px;
    font-size: 20px;
    text-indent: -36px;
  }
}
.p-voice-detail .p-voice-box .p-voice-boxR h2:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 24px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: url("../img/inc_heart.png") left top/100% auto no-repeat;
}
@media only, screen and (max-width: 768px) {
  .p-voice-detail .p-voice-box .p-voice-boxR h2:before {
    width: 26px;
    height: 20px;
  }
}
.p-voice-detail .p-voice-box .p-voice-boxR h2 span {
  padding: 0;
  background-image: linear-gradient(0deg, #faccd0 4px, transparent 4px);
  background-repeat: no-repeat;
  background-position: left bottom 4px;
  background-size: 100%;
}
.p-voice-detail .p-voice-box .p-voice-boxR .photo-large {
  margin: 0 auto 40px;
}
@media only, screen and (max-width: 768px) {
  .p-voice-detail .p-voice-box .p-voice-boxR .photo-large {
    margin: 0 auto 30px;
  }
}
.p-voice-detail .p-voice-box .p-voice-read {
  margin-bottom: 60px;
  font-weight: 500;
}
.p-voice-detail .p-voice-box .interview {
  margin-bottom: 40px;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .p-voice-detail .p-voice-box .interview {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media only, screen and (max-width: 768px) {
  .p-voice-detail .p-voice-box .interview {
    margin-bottom: 30px;
    gap: 0;
  }
}
.p-voice-detail .p-voice-box .interview p, .p-voice-detail .p-voice-box .interview div {
  width: 580px;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .p-voice-detail .p-voice-box .interview p, .p-voice-detail .p-voice-box .interview div {
    width: calc(100% - 1em);
    margin: 0 0 0 1em;
  }
}
.p-voice-detail .p-voice-box .interview p.name, .p-voice-detail .p-voice-box .interview div.name {
  width: 11.7130307467vw;
  text-align: left;
}
@media screen and (min-width: 1367px) {
  .p-voice-detail .p-voice-box .interview p.name, .p-voice-detail .p-voice-box .interview div.name {
    width: 160px;
  }
}
@media screen and (max-width: 900px) {
  .p-voice-detail .p-voice-box .interview p.name, .p-voice-detail .p-voice-box .interview div.name {
    width: 100%;
    margin: 0;
  }
}
.p-voice-detail .p-voice-box .interview p span, .p-voice-detail .p-voice-box .interview div span {
  padding: 0;
  background-image: linear-gradient(0deg, #faccd0 4px, transparent 4px);
  background-repeat: no-repeat;
  background-position: left bottom 4px;
  background-size: 100%;
}
.p-voice-detail .p-voice-box .interview.answerer p {
  font-weight: 500;
}
.p-voice-detail .p-voice-box .interview div > p {
  width: 100%;
  margin: 0 0 40px;
}
@media only, screen and (max-width: 768px) {
  .p-voice-detail .p-voice-box .interview div > p {
    margin: 0 0 20px;
  }
}
.p-voice-detail .p-voice-box .interview div > figure {
  margin: 0 0 0 15px;
}
@media only, screen and (max-width: 768px) {
  .p-voice-detail .p-voice-box .interview div > figure {
    margin: 0 15px;
  }
}

.p-voice-more {
  margin: 0 auto 260px;
}
@media only, screen and (max-width: 768px) {
  .p-voice-more {
    margin: 0 auto 150px;
  }
}
.p-voice-more h2 {
  max-width: 1120px;
  margin: 0 auto 60px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 1180px) {
  .p-voice-more h2 {
    margin: 0 30px 20px;
  }
}
@media only, screen and (max-width: 768px) {
  .p-voice-more h2 {
    font-size: 20px;
  }
}
.p-voice-more .voice-slide {
  overflow-x: clip;
}
.p-voice-more .voice-slide .swiper-slide {
  display: block;
  width: 293px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .p-voice-more .voice-slide .swiper-slide {
    width: 232px;
  }
}
.p-voice-more .voice-slide .swiper-slide figure {
  overflow: clip;
  position: relative;
}
.p-voice-more .voice-slide .swiper-slide figure img {
  vertical-align: bottom;
  transform: scale(1, 1);
  transform-origin: center;
  transition: transform 0.7s;
}
.p-voice-more .voice-slide .swiper-slide figure figcaption {
  width: 100%;
  padding: 5px 0 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: center;
  background: rgba(55, 33, 22, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only, screen and (max-width: 768px) {
  .p-voice-more .voice-slide .swiper-slide figure figcaption {
    font-size: 2.6666666667vw;
  }
}
.p-voice-more .voice-slide .swiper-slide p {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.64;
  text-align: center;
  box-sizing: border-box;
  background: #e50012;
}
@media only, screen and (max-width: 768px) {
  .p-voice-more .voice-slide .swiper-slide p {
    display: flex;
    height: 19.7333333333vw;
    align-items: center;
    justify-content: center;
    font-size: 2.9333333333vw;
  }
}
.p-voice-more .voice-slide .swiper-slide p.catch {
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 1.5;
  color: #e50012;
  background: url("../img/inc_heart.png") left top/24px 20px no-repeat;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media only, screen and (max-width: 768px) {
  .p-voice-more .voice-slide .swiper-slide p.catch {
    display: block;
    padding: 0 0 0 6.6666666667vw;
    font-size: 2.6666666667vw;
    top: 10px;
    left: 10px;
    background: url("../img/inc_heart.png") left top/5.3333333333vw 4.2666666667vw no-repeat;
  }
}
.p-voice-more .voice-slide .swiper-slide:hover figure img {
  transform: scale(1.15, 1.15);
}
.p-voice-more .voice-btn-prev,
.p-voice-more .voice-btn-next {
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  cursor: pointer;
  background: #e50012;
  border-radius: 100%;
  position: absolute;
  bottom: -78px;
}
@media screen and (min-width: 1367px) {
  .p-voice-more .voice-btn-prev,
.p-voice-more .voice-btn-next {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 900px) {
  .p-voice-more .voice-btn-prev,
.p-voice-more .voice-btn-next {
    width: 36px;
    height: 36px;
    bottom: -54px;
  }
}
.p-voice-more .voice-btn-prev:after,
.p-voice-more .voice-btn-next:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-voice-more .voice-btn-prev {
  right: 120px;
}
@media screen and (max-width: 900px) {
  .p-voice-more .voice-btn-prev {
    right: 86px;
  }
}
.p-voice-more .voice-btn-prev:after {
  border-width: 7px 11px 7px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 900px) {
  .p-voice-more .voice-btn-prev:after {
    border-width: 5px 9px 5px 0;
  }
}
.p-voice-more .voice-btn-next {
  right: 43px;
}
@media screen and (max-width: 900px) {
  .p-voice-more .voice-btn-next {
    right: 15px;
  }
}
.p-voice-more .voice-btn-next:after {
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 900px) {
  .p-voice-more .voice-btn-next:after {
    border-width: 5px 0 5px 9px;
  }
}

.effect-fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.75s, opacity 0.5s;
}
.effect-fadeUp.fadeUp-open {
  transform: translateY(0);
  opacity: 1;
}

.p-entry-bnr {
  margin: 0 auto;
  justify-content: center;
  gap: 60px;
}
@media only, screen and (max-width: 768px) {
  .p-entry-bnr {
    width: 234px;
    gap: 30px;
    flex-wrap: wrap;
  }
}
.p-entry-bnr a {
  display: flex;
  width: 260px;
  align-items: center;
  padding: 13px 20px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
  color: #e50012;
  text-decoration: none;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #e50012;
  border-radius: 7px;
  position: relative;
}
@media only, screen and (max-width: 768px) {
  .p-entry-bnr a {
    width: 100%;
    min-height: 72px;
    font-size: 18px;
  }
}
.p-entry-bnr a:before, .p-entry-bnr a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: right 0.3s;
}
.p-entry-bnr a:before {
  width: 23px;
  height: 23px;
  background: #e50012;
  border-radius: 100%;
  right: 20px;
}
.p-entry-bnr a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  right: 28px;
}
.p-entry-bnr a:hover:before {
  right: 15px;
}
.p-entry-bnr a:hover:after {
  right: 23px;
}
.p-entry-bnr.p-entry-mynavi {
  margin: 0 auto 60px;
}
@media only, screen and (max-width: 768px) {
  .p-entry-bnr.p-entry-mynavi {
    margin: 0 auto 45px;
  }
}
.p-entry-bnr.p-entry-mynavi a {
  padding: 0;
  background: none;
  border: none;
}
.p-entry-bnr.p-entry-mynavi a:before, .p-entry-bnr.p-entry-mynavi a:after {
  content: none;
}

.p-apply-form {
  max-width: 960px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1020px) {
  .p-apply-form {
    max-width: inherit;
    width: calc(100% - 60px);
  }
}
@media only, screen and (max-width: 768px) {
  .p-apply-form {
    margin: 0 auto;
  }
}
.p-apply-form tr th, .p-apply-form tr td {
  padding: 0 0 30px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only, screen and (max-width: 768px) {
  .p-apply-form tr th, .p-apply-form tr td {
    font-size: 16px;
  }
}
.p-apply-form tr th {
  width: 182px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-form tr th {
    display: inline-block;
    padding: 0 0 20px;
  }
}
.p-apply-form tr th.required {
  width: 80px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-form tr th.required {
    width: 65px;
  }
}
.p-apply-form tr th.required span {
  padding: 0 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #e50012;
  border-radius: 2px;
}
.p-apply-form tr th.p-apply-vertical-top {
  vertical-align: top;
  padding-top: 20px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-form tr th.pc-inline {
    display: none;
  }
}
.p-apply-form tr td {
  width: 72%;
}
@media only, screen and (max-width: 768px) {
  .p-apply-form tr td {
    display: block;
    width: 100%;
  }
}
.p-apply-form tr td .p-apply-confirmTxt {
  margin: 30px 0 20px;
  font-size: 14px;
  color: #e50012;
}
.p-apply-form tr td .p-apply-zip {
  padding: 0 1em 0 0;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  padding: 27px;
  font-size: 20px;
  line-height: 1.5;
  background: #fff;
  box-sizing: border-box;
  border: solid 1px #ccc2bc;
  border-radius: 10px;
  outline: none;
}
@media only, screen and (max-width: 768px) {
  input[type=text],
input[type=number],
input[type=tel],
input[type=email],
textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  input[type=text],
input[type=number],
input[type=tel],
input[type=email],
textarea {
    padding: 20px;
  }
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  font-weight: 400;
  color: #99857a;
}

input[type=text].p-apply-input-year {
  width: 28%;
  margin: 0 20px 0 0;
}
@media only, screen and (max-width: 768px) {
  input[type=text].p-apply-input-year {
    width: 38%;
    margin: 0 20px 20px 0;
  }
}
@media screen and (max-width: 360px) {
  input[type=text].p-apply-input-year {
    min-width: 133px;
    margin: 0 10px 20px 0;
  }
}
input[type=text].p-apply-input-month {
  width: 18.9%;
  margin: 0 20px;
}
@media only, screen and (max-width: 768px) {
  input[type=text].p-apply-input-month {
    width: 28%;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 360px) {
  input[type=text].p-apply-input-month {
    min-width: 90px;
    margin: 0 10px 0 0;
  }
}
input[type=text].p-apply-input-day {
  width: 18.9%;
  margin: 0 20px;
}
@media only, screen and (max-width: 768px) {
  input[type=text].p-apply-input-day {
    width: 28%;
  }
}
@media screen and (max-width: 360px) {
  input[type=text].p-apply-input-day {
    min-width: 90px;
    margin: 0 10px;
  }
}
input[type=text]#zip {
  width: 34%;
}
@media only, screen and (max-width: 768px) {
  input[type=text]#zip {
    width: 64%;
    max-width: 164px;
    box-sizing: border-box;
  }
}

textarea#address {
  min-height: 1em;
}
textarea#message {
  min-height: 24em;
}

input[type=radio] {
  margin: 0 0.5em 0 0;
}
input[type=radio] + label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
input[type=radio] + label::before, input[type=radio] + label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
input[type=radio] + label::before {
  background-color: #fff;
  border: 1px solid #553322;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 0;
  box-sizing: border-box;
}
input[type=radio] + label::after {
  background-color: #e50012;
  border-radius: 50%;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 3px;
}
input[type=radio]:checked + label::after {
  opacity: 1;
}
input[type=radio]:not(:last-of-type) + label {
  display: inline-block;
  margin: 30px 2em 30px 0;
}
input[type=radio].visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.p-apply-box {
  max-width: 960px;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .p-apply-box {
    max-width: inherit;
    width: calc(100% - 60px);
  }
}
.p-apply-box p {
  margin: 0 0 40px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box p {
    text-align: left;
  }
}
.p-apply-box p a {
  color: #e50012;
  text-decoration: underline;
}
.p-apply-box p a:hover {
  text-decoration: none;
}
.p-apply-box label {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 375px) {
  .p-apply-box label {
    font-size: 18px;
  }
}
.p-apply-box #p-apply-check {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
.p-apply-box #p-apply-check + span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.p-apply-box #p-apply-check + span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 1px solid #553322;
  box-sizing: border-box;
  border-radius: 100%;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
}
.p-apply-box #p-apply-check:checked + span:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #e50012;
  border-radius: 100%;
  position: absolute;
  left: 3px;
  top: 5px;
  bottom: 0;
}
.p-apply-box .flex-box {
  margin: 45px 0 0;
  gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box .flex-box {
    gap: 30px;
  }
}
.p-apply-box .flex-box a,
.p-apply-box .flex-box .p-apply-btn input,
.p-apply-box .flex-box .p-apply-btn02 input {
  display: flex;
  align-items: center;
  width: 530px;
  padding: 50px 35px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #e50012;
  border: none;
  border-radius: 10px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box .flex-box a,
.p-apply-box .flex-box .p-apply-btn input,
.p-apply-box .flex-box .p-apply-btn02 input {
    display: block;
    width: 315px;
    padding: 20px 35px;
    font-size: 16px;
  }
}
.p-apply-box .flex-box a:disabled,
.p-apply-box .flex-box .p-apply-btn input:disabled,
.p-apply-box .flex-box .p-apply-btn02 input:disabled {
  cursor: default;
  background: #ccc;
}
.p-apply-box .flex-box .p-apply-btn {
  position: relative;
}
.p-apply-box .flex-box .p-apply-btn:before, .p-apply-box .flex-box .p-apply-btn:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.p-apply-box .flex-box .p-apply-btn:before {
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 100%;
  right: 30px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box .flex-box .p-apply-btn:before {
    width: 18px;
    height: 18px;
    right: 25px;
  }
}
.p-apply-box .flex-box .p-apply-btn:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #ccc;
  right: 38px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box .flex-box .p-apply-btn:after {
    border-width: 5px 0 5px 5px;
    right: 31px;
  }
}
.p-apply-box .flex-box .p-apply-btn.active:before, .p-apply-box .flex-box .p-apply-btn.active:after {
  transition: right 0.3s;
}
.p-apply-box .flex-box .p-apply-btn.active:after {
  border-color: transparent transparent transparent #e50012;
}
.p-apply-box .flex-box .p-apply-btn.active:hover:before {
  right: 25px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box .flex-box .p-apply-btn.active:hover:before {
    right: 20px;
  }
}
.p-apply-box .flex-box .p-apply-btn.active:hover:after {
  right: 33px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box .flex-box .p-apply-btn.active:hover:after {
    right: 26px;
  }
}
.p-apply-box .flex-box a,
.p-apply-box .flex-box .p-apply-btn02 {
  position: relative;
}
.p-apply-box .flex-box a:before, .p-apply-box .flex-box a:after,
.p-apply-box .flex-box .p-apply-btn02:before,
.p-apply-box .flex-box .p-apply-btn02:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: right 0.3s;
}
.p-apply-box .flex-box a:before,
.p-apply-box .flex-box .p-apply-btn02:before {
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 100%;
  right: 30px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box .flex-box a:before,
.p-apply-box .flex-box .p-apply-btn02:before {
    width: 18px;
    height: 18px;
    right: 25px;
  }
}
.p-apply-box .flex-box a:after,
.p-apply-box .flex-box .p-apply-btn02:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #e50012;
  right: 38px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box .flex-box a:after,
.p-apply-box .flex-box .p-apply-btn02:after {
    border-width: 5px 0 5px 5px;
    right: 31px;
  }
}
.p-apply-box .flex-box a:hover:before,
.p-apply-box .flex-box .p-apply-btn02:hover:before {
  right: 25px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box .flex-box a:hover:before,
.p-apply-box .flex-box .p-apply-btn02:hover:before {
    right: 20px;
  }
}
.p-apply-box .flex-box a:hover:after,
.p-apply-box .flex-box .p-apply-btn02:hover:after {
  right: 33px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box .flex-box a:hover:after,
.p-apply-box .flex-box .p-apply-btn02:hover:after {
    right: 26px;
  }
}
.p-apply-box .flex-box a.btnBack input,
.p-apply-box .flex-box .p-apply-btn02.btnBack input {
  background: #c6c0ba;
}
.p-apply-box .flex-box a.btnBack:before,
.p-apply-box .flex-box .p-apply-btn02.btnBack:before {
  transition: left 0.3s;
  right: inherit;
  left: 30px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box .flex-box a.btnBack:before,
.p-apply-box .flex-box .p-apply-btn02.btnBack:before {
    left: 25px;
  }
}
.p-apply-box .flex-box a.btnBack:after,
.p-apply-box .flex-box .p-apply-btn02.btnBack:after {
  transition: left 0.3s;
  border-width: 7px 7px 7px 0;
  border-color: transparent #c6c0ba transparent transparent;
  right: inherit;
  left: 38px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box .flex-box a.btnBack:after,
.p-apply-box .flex-box .p-apply-btn02.btnBack:after {
    border-width: 5px 5px 5px 0;
    left: 31px;
  }
}
.p-apply-box .flex-box a.btnBack:hover:before,
.p-apply-box .flex-box .p-apply-btn02.btnBack:hover:before {
  left: 25px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box .flex-box a.btnBack:hover:before,
.p-apply-box .flex-box .p-apply-btn02.btnBack:hover:before {
    left: 20px;
  }
}
.p-apply-box .flex-box a.btnBack:hover:after,
.p-apply-box .flex-box .p-apply-btn02.btnBack:hover:after {
  left: 33px;
}
@media only, screen and (max-width: 768px) {
  .p-apply-box .flex-box a.btnBack:hover:after,
.p-apply-box .flex-box .p-apply-btn02.btnBack:hover:after {
    left: 26px;
  }
}

/*# sourceMappingURL=style.css.map */
