@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: KozGoPr6N-H;
  src: url("../fonts/KozGoPr6N-H.otf");
}
@font-face {
  font-family: KozGoPr6N-Bold;
  src: url("../fonts/KozGoPr6N-Bold.otf");
}
@font-face {
  font-family: KozGoPr6N-Medium;
  src: url("../fonts/KozGoPr6N-Medium.otf");
}
@font-face {
  font-family: KozGoPr6N-Regular;
  src: url("../fonts/KozGoPr6N-Regular.otf");
}
@font-face {
  font-family: KozGoPr6N-Light;
  src: url("../fonts/KozGoPr6N-Light.otf");
}
@font-face {
  font-family: hiraMinProp-regular;
  src: url("../fonts/HiraMinPro-W3.otf");
}
@font-face {
  font-family: hiraMinProp-bold;
  src: url("../fonts/HiraMinPro-W6.otf");
}
@font-face {
  font-family: noto-black;
  src: url("../fonts/NotoSansCJKjp-Black.otf");
}
@font-face {
  font-family: noto-bold;
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
}
@font-face {
  font-family: noto-regular;
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
}
@font-face {
  font-family: BalooBhaijaan-Regular;
  src: url("../fonts/Baloo Bhaijaan Regular.ttf");
}
@font-face {
  font-family: BGothicMB101Pro-Regular;
  src: url("../fonts/A-OTF Gothic MB101 Pro R.otf");
}
@font-face {
  font-family: MiGoMB1Std-DeBold;
  src: url("../fonts/X-ShinYuan-DeBold.ttf");
}
@font-face {
  font-family: AvenirNext-Bold;
  src: url("../fonts/AvenirNextBold.ttf");
}
@font-face {
  font-family: AlbertSans-Bold;
  src: url("../fonts/AlbertSans-Bold.ttf");
}
.pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sp {
  display: none !important;
}

.tc {
  display: block !important;
}

.tb {
  display: none !important;
}

@media print, screen and (max-width: 641px) {
  .tc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .sp-hide {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
}
@media only screen and (max-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 4.8rem;
}
@media only screen and (max-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select {
    height: 5.6rem;
  }
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  select {
    background-position: calc(100% - 1rem) 50%;
  }
}

picture,
figure,
.image_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

picture img,
figure img,
.image_wrap img {
  width: 100%;
}

@-webkit-keyframes scroll {
  from {
    height: 0;
  }
  to {
    height: 15rem;
  }
}

@keyframes scroll {
  from {
    height: 0;
  }
  to {
    height: 15rem;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotateZ(0);
            transform: translate(-50%, -50%) rotateZ(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotateZ(0);
            transform: translate(-50%, -50%) rotateZ(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@-webkit-keyframes top-slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2010px 0;
  }
}
@keyframes top-slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2010px 0;
  }
}
@-webkit-keyframes bottom-slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2557px 0;
  }
}
@keyframes bottom-slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2557px 0;
  }
}
input[type=text] {
  position: relative;
  background-color: #E7E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
  height: 4.8rem;
  border: none;
}
input[type=text]:focus {
  border-color: #6B9DCF;
}

input[type=email] {
  position: relative;
  background-color: #E7E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
  height: 4.8rem;
  border: none;
}
input[type=email]:focus {
  border-color: #6B9DCF;
}

input[type=tel] {
  position: relative;
  background-color: #E7E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
  height: 4.8rem;
  border: none;
}
input[type=tel]:focus {
  border-color: #6B9DCF;
}

input[type=number] {
  position: relative;
  background-color: #E7E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
  height: 4.8rem;
  border: none;
}
input[type=number]:focus {
  border-color: #6B9DCF;
}

input[type=password] {
  position: relative;
  background-color: #E7E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
  height: 4.8rem;
  border: none;
}
input[type=password]:focus {
  border-color: #6B9DCF;
}

select {
  position: relative;
  background-color: #E7E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
  height: 4.8rem;
  border: none;
}
select:focus {
  border-color: #6B9DCF;
}

textarea {
  position: relative;
  background-color: #E7E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
  border: none;
}
textarea:focus {
  border-color: #6B9DCF;
}

picture {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
picture img {
  width: 100%;
}

figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
figure img {
  width: 100%;
}

.image_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.image_wrap img {
  width: 100%;
}

.common-page {
  position: relative;
  padding: 8rem 0 12rem;
}
@media only screen and (max-width: 640px) {
  .common-page {
    padding: 6rem 0 18rem;
  }
}

.p-lead-section {
  position: relative;
  padding: 4.8rem 0 7rem;
}
@media only screen and (max-width: 640px) {
  .p-lead-section {
    padding: 4rem 0 6rem;
  }
}

.column-section {
  position: relative;
  padding: 6rem 0;
}
@media only screen and (max-width: 640px) {
  .column-section {
    padding: 5rem 0;
  }
}

.p-archive-section {
  position: relative;
  padding: 7rem 0;
}
@media only screen and (max-width: 640px) {
  .p-archive-section {
    padding: 6rem 0;
  }
}

.ms-text {
  position: relative;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: center;
  color: black;
}
@media only screen and (max-width: 640px) {
  .ms-text {
    font-size: 2.4rem;
    line-height: 2;
  }
}

.m-text {
  position: relative;
  font-family: KozGoPr6N-Bold;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: left;
  color: black;
}
@media only screen and (max-width: 640px) {
  .m-text {
    font-size: 2rem;
    line-height: 4rem;
  }
}

.m-subttl {
  font-size: 3.6rem;
  font-family: KozGoPr6N-Bold;
  color: white;
  font-weight: bold;
  letter-spacing: 1.5rem;
  text-align: center;
  line-height: 1.8;
}

.mx-text {
  position: relative;
  font-family: KozGoPr6N-Bold;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .mx-text {
    font-size: 2.4rem;
  }
}

.lead-title {
  position: relative;
  font-family: MiGoMB1Std-DeBold;
  font-weight: bold;
  font-size: 6rem;
  line-height: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .lead-title {
    margin-bottom: 2rem;
  }
}

.text-list {
  position: relative;
  list-style-type: "・";
  padding-left: 1.8rem;
}

.underline_bg {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(0%, #FBB03B));
  background: linear-gradient(transparent 68%, #FBB03B 0%);
}

.section-title {
  position: relative;
}
.section-title .lead {
  position: relative;
  font-family: "AvenirNext-Bold";
  font-size: 4.6rem;
  line-height: 1.3;
  text-align: left;
  color: black;
}
.section-title .sub {
  position: relative;
  font-family: KozGoPr6N-Bold;
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: left;
  color: #3E3A39;
}
.section-title.c_white::before {
  background: #FFFFFF;
}
.section-title.c_white .lead {
  color: #FFFFFF;
}
.section-title.c_white .sub {
  color: #FFFFFF;
}
.section-title.c_white.c_main::before {
  background: #442F1E;
}
.section-title.inline {
  display: block;
}
.section-title.inline .lead {
  display: inline-block;
}
.section-title.inline .sub {
  display: inline-block;
  margin: 0 0 0 3rem;
}
.section-title.clearfix .link-btn {
  float: right;
}

.arrow-btn {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  border: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.arrow-btn span {
  width: 4px;
  height: 4px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.color-line {
  margin: 1.3rem 0 1.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.color-line .line {
  width: 2.4rem;
  height: 0.24rem;
}
.color-line .line-blue {
  background-color: #3074B2;
}
.color-line .line-sky {
  background-color: #92BCD6;
}
.color-line .line-red {
  background-color: #E36C49;
}

.breadcrumbs {
  position: relative;
  padding: 1.5rem 0;
  background: #ECEDEE;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ol {
  display: block;
  list-style: none;
  margin: 0;
  font-family: notoSansCJKjp-Regular;
  font-size: 1rem;
  font-weight: normal;
  color: #3E3A39;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs ol {
    font-size: 1.2rem;
  }
}
.breadcrumbs ol a {
  color: #442F1E;
}
.breadcrumbs ol li {
  position: relative;
  display: inline;
}
.breadcrumbs ol li + li::before {
  content: "＞";
  display: inline-block;
  font-family: notoSansCJKjp-Regular;
  font-size: 0.8rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs ol li + li::before {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.section-lead {
  position: relative;
}
.section-lead .title {
  position: relative;
  font-family: gothicMB101Pro-Medium;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #3E3A39;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .section-lead .title {
    font-size: 2.4rem;
  }
}
.section-lead .text {
  position: relative;
  font-family: gothicMB101Pro-Regular;
  font-size: 1.4rem;
  line-height: 2;
  color: #3E3A39;
}
@media only screen and (max-width: 640px) {
  .section-lead .text {
    font-size: 1.8rem;
  }
}

/* btn */
.btn-wrap {
  position: relative;
}

.btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 20px;
  max-width: 240px;
  width: 100%;
  height: 50px;
  background: #F2F2F2;
  border: 1px solid #858585;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #1A1A1A;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .btn {
    height: 45px;
    max-width: 200px;
  }
}
.btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.btn:hover {
  background: #A10707;
  border-color: #A10707;
  color: #FFFFFF;
}

.viewmore_link_wrap {
  position: relative;
}
.viewmore_link_wrap .viewmore_link {
  position: relative;
  display: inline-block;
  font-family: "Ubuntu";
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: #FF7100;
  text-decoration: none;
}
.viewmore_link_wrap .viewmore_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF7100;
}
.viewmore_link_wrap .viewmore_link::after {
  content: ">";
  display: inline-block;
  line-height: 1;
  margin-left: 6px;
  vertical-align: text-bottom;
}
.viewmore_link_wrap .viewmore_link:hover::before {
  width: 100%;
  animation: link-lineloop 0.6s ease-out;
  -webkit-animation: link-lineloop 0.6s ease-out;
}

.view-more {
  position: relative;
}

.link-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  cursor: pointer;
  width: 16rem;
  height: 4.5rem;
  border-radius: 3rem;
  background: white;
  overflow: hidden;
  border: 1px solid black;
  z-index: 90;
}
.link-btn span {
  position: relative;
  font-family: noto-bold;
  font-size: 1.4rem;
  color: black;
  text-decoration: none;
  line-height: 1;
  z-index: 3;
}
.link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #F6EEE4;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
  border-radius: 3rem;
}
.link-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link-btn:hover span {
  color: white;
}

.form-btn {
  position: relative;
  display: inline-block;
  padding: 2rem 3rem;
  max-width: 100%;
  width: 30rem;
  background-color: #672E2B;
  border: 1px solid #672E2B;
  border-radius: 0.6rem;
  font-family: "Kozuka Gothic Pr6N", sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 3.6rem;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  cursor: pointer;
  overflow: hidden;
  margin: 0 2rem;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .form-btn {
    width: 32rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .form-btn:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.form-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.form-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.form-btn:hover {
  color: #672E2B;
}
.form-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  padding: 1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog {
  position: relative;
  max-width: 70rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -15%);
          transform: translate(0, -15%);
  margin: auto;
}
.modal .modal-content {
  position: relative;
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  pointer-events: auto;
}
.modal .close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2rem 0.6rem;
  width: 3rem;
  height: 3rem;
  background-color: #FCEE21;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  z-index: 3;
}
.modal .modal-body {
  position: relative;
  padding: 2rem;
}
.modal.show {
  opacity: 1;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open {
  overflow: hidden;
}

.wp-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8rem;
}
@media only screen and (max-width: 640px) {
  .wp-pagination {
    margin-top: 7rem;
  }
}
.wp-pagination .link-btn {
  border: 1px solid #442F1E;
  background: #442F1E;
}
@media only screen and (max-width: 640px) {
  .wp-pagination .link-btn {
    width: 20rem;
    height: 4rem;
    border-radius: 2rem;
    font-size: 1.8rem;
    padding: 1rem 10rem 0.8rem 4rem;
  }
  .wp-pagination .link-btn::after {
    width: 4.8rem;
    height: 2rem;
  }
}
.wp-pagination .wp-pagenavi {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-pagination .wp-pagenavi span,
.wp-pagination .wp-pagenavi a {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #E2E3E3;
  border: 1px solid #E2E3E3;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .wp-pagination .wp-pagenavi span,
  .wp-pagination .wp-pagenavi a {
    font-size: 2rem;
  }
}
.wp-pagination .wp-pagenavi .smaller:hover {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-color: #F6ACBB;
  color: #F6ACBB;
}
.wp-pagination .wp-pagenavi .larger:hover {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-color: #F6ACBB;
  color: #F6ACBB;
}
.wp-pagination .wp-pagenavi .current {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-color: #F6ACBB;
  color: #F6ACBB;
}
.wp-pagination .wp-pagenavi .smaller + .current {
  margin-left: 3rem;
}
.wp-pagination .wp-pagenavi .current + .larger {
  margin-left: 2.5rem;
}
.wp-pagination .wp-pagenavi .first,
.wp-pagination .wp-pagenavi .last {
  display: none;
}
.wp-pagination .wp-pagenavi .previouspostslink,
.wp-pagination .wp-pagenavi .nextpostslink {
  width: 16rem;
  height: 4.5rem;
  border-radius: 2.3rem;
  border: 1px solid black;
  background-color: white;
  color: #3E3A39;
  display: block;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.wp-pagination .wp-pagenavi .previouspostslink {
  position: absolute;
  top: 50%;
  left: 34%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wp-pagination .wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  right: 34%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wp-pagination .wp-pagenavi .pages {
  width: 15rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  border: 1px solid #8B8C8C;
  display: none;
  color: #8B8C8C;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 1.5rem;
}
.wp-pagination .link-btn {
  margin-left: 3.6rem;
}

#toc_container {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 1.5rem;
  font-size: 100%;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 2.4rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  #toc_container {
    letter-spacing: 0;
    padding: 1.8rem;
    margin-top: 2.4rem;
    margin-bottom: 2.5rem;
    border-radius: 1.2rem;
  }
}
#toc_container .toc_title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  #toc_container .toc_title {
    font-size: 1.6rem;
  }
}
#toc_container .toc_list {
  margin-top: 1rem !important;
}
#toc_container .toc_list .toc_number {
  margin-right: 0.4rem;
}

.accordion-item-list {
  position: relative;
}
.accordion-item-list .accordion-item {
  position: relative;
}
.accordion-item-list .accordion-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.accordion-item-list .accordion-item .accordion-question {
  position: relative;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 1px solid #727171;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.accordion-item-list .accordion-item .accordion-question::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 2.4rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-left: 1px solid #727171;
  border-bottom: 1px solid #727171;
  -webkit-transition: -webkit-transform ease-in-out 0.4s;
  transition: -webkit-transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-question::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.accordion-item-list .accordion-item .accordion-question h3 {
  position: relative;
  display: block;
  width: 100%;
  font-family: gothicMB101Pro-Medium;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  color: #727171;
  padding: 2.4rem 6rem 2.4rem 10rem;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-question h3 {
    padding: 2.4rem 6rem 2.4rem 6rem;
  }
}
.accordion-item-list .accordion-item .accordion-question h3::before {
  content: "Q.";
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3rem;
  font-family: gothicMB101Pro-Medium;
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: left;
  color: #727171;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-question h3::before {
    left: 2rem;
  }
}
.accordion-item-list .accordion-item .accordion-question.expanded::after {
  border-left: none;
  border-bottom: none;
  border-right: 1px solid #727171;
  border-top: 1px solid #727171;
  top: calc(50% + 0.6rem);
}
.accordion-item-list .accordion-item .accordion-answer {
  position: relative;
  display: none;
  padding: 3.6rem 2.4rem 3.6rem 0;
  background: transparent;
  border: 1px solid #D1BA8E;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-answer {
    padding: 2.4rem 2rem 2.4rem 0;
  }
}
.accordion-item-list .accordion-item .accordion-answer .content {
  position: relative;
  padding: 0 0 0 10rem;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-answer .content {
    padding-left: 6rem;
  }
}
.accordion-item-list .accordion-item .accordion-answer .content::before {
  content: "A";
  position: absolute;
  top: -1rem;
  left: 3rem;
  font-size: 3.6rem;
  line-height: 1.3;
  color: #442F1E;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-answer .content::before {
    left: 2rem;
  }
}
.accordion-item-list .accordion-item .accordion-answer .content .m-text {
  position: relative;
  color: #442F1E;
  font-family: gothicMB101Pro-Regular;
  font-size: 1.4rem;
  color: #3E3A39;
}

/* デバイス毎の改行操作 */
@media screen and (min-width: 1024px) {
  [data-tb],
  [data-sp] {
    display: none !important;
  }
  [data-pc] {
    display: inline-block !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-pc],
  [data-sp] {
    display: none !important;
  }
  [data-tb] {
    display: inline-block !important;
  }
}
@media screen and (max-width: 750px) {
  [data-tb],
  [data-pc] {
    display: none !important;
  }
  [data-sp] {
    display: inline-block !important;
  }
}
.back-to-top {
  position: fixed;
  bottom: 9.6rem;
  right: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.4rem;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  z-index: 996;
}
@media only screen and (max-width: 640px) {
  .back-to-top {
    width: 7.2rem;
    right: 1.6rem;
    bottom: 11.2rem;
  }
}

#header {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 99;
  color: #FFFFFF;
}
#header.fixed {
  background-color: rgba(45, 31, 20, 0.5333333333);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .header-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
}
#header .header-wrapper .header-logo {
  max-width: 172px;
}
#header .header-wrapper .header-nav {
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  #header .header-wrapper .header-nav {
    display: none;
  }
}
#header .header-wrapper .header-nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-family: serif;
}
#header .header-wrapper .header-nav ul li a {
  padding: 5px 0;
  border-bottom: 1px solid transparent;
}
#header .header-wrapper .header-nav ul li a:hover {
  border-bottom: 1px solid #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-toggle {
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  background: #FFFFFF;
  border-radius: 6rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1001;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: none;
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-nav-toggle-content {
  margin-top: 0.5rem;
}
.mobile-nav-toggle .toggle-text-menu {
  color: white;
  font-size: 0.9rem;
}
.mobile-nav-toggle .toggle-text-close {
  color: white;
  font-size: 0.9rem;
  display: none;
}
.mobile-nav-toggle.recruit .toggle-icon span {
  background-color: #F6ACBB;
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 2.7rem;
  height: 1rem;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.27rem;
  background: #B9A79D;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-text-menu {
  display: none;
}
.mobile-nav-toggle.toggle-active .toggle-text-close {
  display: block;
}
.mobile-nav-toggle.toggle-active .toggle-icon {
  margin-bottom: 1rem;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(0.5rem) rotate(-45deg);
          transform: translateY(0.5rem) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  -webkit-transform: translateY(-0.5rem) rotate(45deg);
          transform: translateY(-0.5rem) rotate(45deg);
  width: 2.7rem;
  margin-bottom: -2px;
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 98;
  top: -120vh;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#mobile-nav #waveCanvasHeader {
  top: 20%;
  z-index: 102;
}
#mobile-nav .mv {
  top: 0;
}
#mobile-nav .main-visual-bg-filter, #mobile-nav .main-visual-bg {
  height: 100vh;
  width: 100vw;
  top: 0;
}
#mobile-nav .mobile-nav-main {
  position: relative;
  padding-top: 20%;
  z-index: 100;
  overflow: scroll;
}
#mobile-nav .mobile-nav-main .mv-title-en {
  font-size: 15.625vw;
  letter-spacing: 0.1em;
  color: #E7E7D8;
  line-height: 1.2;
}
#mobile-nav .mobile-nav-main .mobile-nav-menu {
  color: #FFFFFF;
  margin-top: 6.25vw;
}
#mobile-nav .mobile-nav-main .mobile-nav-menu .mobile-nav-menu-item {
  width: 100%;
  position: relative;
}
#mobile-nav .mobile-nav-main .mobile-nav-menu .mobile-nav-menu-item::after {
  content: "";
  position: absolute;
  width: 7.8125vw;
  height: 7.8125vw;
  background-color: #FFFFFF;
  border-radius: 7.8125vw;
  left: 90%;
  margin-top: -12.5vw;
  z-index: 100;
}
#mobile-nav .mobile-nav-main .mobile-nav-menu .mobile-nav-menu-item::before {
  content: "";
  position: absolute;
  width: 1.875vw;
  height: 1.875vw;
  border-top: 2px solid #B9A79D;
  border-right: 2px solid #B9A79D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 93%;
  margin-top: 6.25vw;
  z-index: 101;
}
#mobile-nav .mobile-nav-main .mobile-nav-menu .mobile-nav-menu-item a {
  padding: 3.125vw;
  font-size: 6.25vw;
  font-family: serif;
  font-weight: 600;
  z-index: 102;
}
#mobile-nav .mobile-nav-main.recruit {
  background-image: url(../img/recruit/recruit-bg-01.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
  overflow-y: hidden;
}
#mobile-nav .mobile-nav-main.recruit .mv-img-wrap {
  margin-top: 2vh;
}
#mobile-nav .mobile-nav-main.recruit .mv-img-wrap img {
  width: 70%;
}
#mobile-nav .mobile-nav-main.recruit ul.mobile-nav-menu {
  padding-left: 10%;
  position: relative;
  z-index: 999;
}
#mobile-nav .mobile-nav-main.recruit ul.mobile-nav-menu .mobile-nav-menu-item a {
  font-family: AlbertSans-Bold;
}
#mobile-nav .mobile-nav-main.recruit .mv-deco1 {
  top: 0;
  right: 0;
  width: 30%;
}
#mobile-nav .mobile-nav-main.recruit .mv-deco2 {
  position: absolute;
  margin-top: -30vw;
  left: 0;
  width: 30%;
}
#mobile-nav .container {
  height: 100%;
  position: relative;
}
#mobile-nav .container .mobile-nav-menu {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10rem;
}
@media only screen and (max-width: 640px) {
  #mobile-nav .container .mobile-nav-menu {
    gap: 5rem 0;
  }
}
@media only screen and (max-width: 640px) {
  #mobile-nav .container .mobile-nav-menu-item {
    width: 100%;
  }
}
#mobile-nav .container .mobile-nav-menu-item ul .menu-ttl {
  font-size: 1.6rem;
  font-family: AvenirNext-Bold;
  font-weight: bold;
  color: black;
  margin-top: 0;
}
#mobile-nav .container .mobile-nav-menu-item ul .menu-ttl-en {
  margin-bottom: 0.5rem;
}
#mobile-nav .container .mobile-nav-menu-item ul .menu-ttl-jp {
  font-family: KozGoPr6N-Bold;
  font-size: 1.2rem;
}
#mobile-nav .container .mobile-nav-menu-item ul li {
  font-family: KozGoPr6N-Bold;
  font-size: 1rem;
  color: #ACADAD;
  margin-top: 2rem;
}
#mobile-nav .container .mobile-bottom-menu {
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 3rem;
  border-bottom: 0.75px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#mobile-nav .container .mobile-bottom-menu li a span {
  font-family: KozGoPr6N-Bold;
  font-size: 1rem;
  color: #ACADAD;
}
#mobile-nav .container .mobile-bottom-menu .footer-submenu-border {
  width: 1px;
  height: 1.5rem;
  background: #ACADAD;
  margin: 0 2rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#mobile-nav .container .mobile-nav-sdg {
  padding: 2.5rem 0 3.7rem 0;
}
#mobile-nav .container .block_img_01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 43rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#mobile-nav .container .block_img_01 img {
  width: 100%;
}
#mobile-nav .container .block_img_02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 43rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#mobile-nav .container .block_img_02 img {
  width: 100%;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 640px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}

body.mobile-nav-active #mobile-nav {
  top: 0;
}

main, header, .footer-content-wrap {
  letter-spacing: 0.08em;
  color: #FFFFFF;
  overflow: hidden;
}

.out-container {
  width: 95%;
  margin: auto;
}

.container {
  width: 92%;
  max-width: 1080px;
  margin: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.absolute {
  position: absolute;
}

img {
  display: block;
  width: 100%;
}

a {
  display: block;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.txt {
  font-size: 16px;
  font-family: KozGoPr6N-Regular, sans-serif;
}
@media only screen and (max-width: 640px) {
  .txt {
    font-size: 2.8125vw;
  }
}

.koz-r {
  font-family: KozGoPr6N-Regular, sans-serif;
}

.koz-b {
  font-family: KozGoPr6N-Bold, sans-serif;
}

.koz-h {
  font-family: KozGoPr6N-H, sans-serif;
}

.serif {
  font-family: serif;
}

.sec01-wrap {
  letter-spacing: 0.08em;
}
.sec01-wrap .title-en {
  font-size: 24px;
}
.sec01-wrap .title-jp {
  font-family: serif;
  font-size: 12px;
}

.sub-page-inner-title {
  font-size: 24px;
  font-weight: 600;
  font-family: serif;
  padding-bottom: 15px;
  color: #442F1E;
  border-bottom: 1px solid #442F1E;
}
@media only screen and (max-width: 640px) {
  .sub-page-inner-title {
    font-size: 3.75vw;
  }
}

/****** リンク******/
.link-button {
  margin: auto;
  width: 400px;
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  font-family: KozGoPr6N-Bold, sans-serif;
  color: #3E3A39;
  font-size: 14px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .link-button {
    width: 100%;
    max-width: 400px;
    height: 45px;
    line-height: 45px;
  }
}
.link-button::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/common/arrow-icon.svg);
  margin-left: 23%;
  margin-top: 17px;
}
.link-button:hover::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 25%;
}

.radius-link {
  width: 130px;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 35px;
  font-family: serif;
  font-size: 11px;
}

.title-link {
  color: #FFFFFF;
  font-family: serif;
  font-size: 12px;
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .title-link {
    font-size: 3.28125vw;
  }
}
.title-link::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-image: url(../img/common/arrow-w.svg);
  background-size: cover;
  margin-left: -25px;
  margin-top: 1px;
}
@media only screen and (max-width: 640px) {
  .title-link::before {
    width: 7.03125vw;
    height: 7.03125vw;
    margin-top: -0.78125vw;
    margin-left: -10.15625vw;
  }
}
.title-link:hover::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: -20px;
}

.brown-link {
  border: 1px solid #442F1E;
  color: #442F1E;
  background-color: transparent;
  max-width: 220px;
}
@media print, screen and (max-width: 900px) {
  .brown-link {
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .brown-link {
    width: 48%;
    max-width: unset;
  }
}
@media only screen and (max-width: 640px) {
  .brown-link:first-child {
    margin: 0 20% 20px;
  }
}
.brown-link::after {
  background-image: url(../img/common/brown-arrow.svg);
  margin-top: -43px;
  margin-left: 75px;
}
@media print, screen and (max-width: 900px) {
  .brown-link::after {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .brown-link::after {
    margin-top: -37px;
    margin-left: 30%;
  }
}
.brown-link:hover::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 80px;
}
@media only screen and (max-width: 640px) {
  .brown-link:hover::before {
    margin-left: 32%;
  }
}

#waveCanvas, #waveCanvasHeader {
  opacity: 0.6;
  position: absolute;
  width: 100vw;
  z-index: 50;
}

.sec-title-wrap {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .sec-title-wrap {
    margin-bottom: 12.5vw;
  }
}
.sec-title-wrap .flex {
  gap: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  .sec-title-wrap .out-flex {
    display: block;
  }
}
.sec-title-wrap .out-flex .left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 640px) {
  .sec-title-wrap .out-flex .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    margin-top: 20px;
  }
}
.sec-title-wrap .title-txt-wrap {
  white-space: nowrap;
}
.sec-title-wrap .en {
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .sec-title-wrap .en {
    font-size: 5vw;
  }
}
.sec-title-wrap .jp {
  font-size: 12px;
  line-height: 1;
  padding-top: 10px;
}
@media only screen and (max-width: 640px) {
  .sec-title-wrap .jp {
    font-size: 2.5vw;
  }
}
.sec-title-wrap .bar-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec-title-wrap .bar-wrap .bar {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}

.subpage-title-wrap {
  height: 434px;
  background-color: #442F1E;
}
@media only screen and (max-width: 640px) {
  .subpage-title-wrap {
    height: 67.8125vw;
  }
}
.subpage-title-wrap #waveCanvas {
  margin-top: 170px;
}
@media only screen and (max-width: 640px) {
  .subpage-title-wrap #waveCanvas {
    margin-top: 26.5625vw;
  }
}
.subpage-title-wrap .inner {
  height: 100%;
}
.subpage-title-wrap .inner .flex {
  height: 100%;
  padding-bottom: 30px;
}
.subpage-title-wrap .inner .flex .subpage-title {
  font-size: 48px;
  font-family: serif;
}
@media only screen and (max-width: 640px) {
  .subpage-title-wrap .inner .flex .subpage-title {
    font-size: 7.5vw;
  }
}
.subpage-title-wrap .inner .flex .bread-crumble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: relative;
  z-index: 51;
}
.subpage-title-wrap .inner .flex .bread-crumble ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subpage-title-wrap .inner .flex .bread-crumble ul li {
  padding: 0 0 0 15px;
}
.subpage-title-wrap .inner .flex .bread-crumble ul li a {
  position: relative;
}
.subpage-title-wrap .inner .flex .bread-crumble ul li a::after {
  content: "＞";
  margin-left: 15px;
}

.p-privacy {
  padding: 50px 0 100px;
  background-color: #E7E7D8;
}
.p-privacy .container {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.7;
  color: #3E3A39;
}
.p-privacy .container .privacy_item_title {
  margin: 20px 0 10px;
  font-weight: bold;
}

.p-sitemap {
  padding: 50px 0 100px;
  background-color: #E7E7D8;
}
.p-sitemap .container {
  max-width: 800px;
  font-size: 16px;
}
.p-sitemap .container ul {
  margin-top: 30px;
}
.p-sitemap .container li {
  padding: 10px 0;
}
.p-sitemap .container li a {
  color: #3E3A39;
}

main {
  background-color: #442F1E;
}

.mv {
  height: 100vh;
  max-height: 1357px;
}
.mv .mv-content {
  position: relative;
  z-index: 89;
  color: #fff;
  height: 100%;
}
.mv .mv-content .mv-content-inner {
  height: 100%;
}
.mv .mv-content .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10%;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .mv .mv-content .flex {
    padding-bottom: 35vh;
  }
}
.mv .mv-content .flex .dummy, .mv .mv-content .flex .content-wrap {
  width: 100%;
}
.mv .mv-content .flex #waveCanvas, .mv .mv-content .flex #waveCanvasHeader {
  margin-top: 65vh;
}
@media only screen and (max-width: 640px) {
  .mv .mv-content .flex #waveCanvas, .mv .mv-content .flex #waveCanvasHeader {
    margin-top: 40vh;
  }
}
.mv .mv-content .content-wrap-inner .mv-content-message {
  font-family: serif;
  letter-spacing: 0.06em;
}
.mv .mv-content .content-wrap-inner .mv-content-message .message01 {
  font-size: 33px;
}
@media only screen and (max-width: 640px) {
  .mv .mv-content .content-wrap-inner .mv-content-message .message01 {
    font-size: 4.375vw;
  }
}
.mv .mv-content .content-wrap-inner .mv-content-message .message02 {
  margin-top: 2%;
  font-size: 21px;
}
@media only screen and (max-width: 640px) {
  .mv .mv-content .content-wrap-inner .mv-content-message .message02 {
    font-size: 2.65625vw;
  }
}
.mv .mv-content .content-wrap-inner .mv-content-title {
  margin-top: 4%;
  font-size: 123px;
  letter-spacing: 0.08em;
  color: #E6E6D8;
}
@media print, screen and (max-width: 1300px) {
  .mv .mv-content .content-wrap-inner .mv-content-title {
    font-size: 9.4615384615vw;
  }
}
@media print, screen and (max-width: 900px) {
  .mv .mv-content .content-wrap-inner .mv-content-title {
    font-size: 10.2040816327vw;
  }
}
@media only screen and (max-width: 640px) {
  .mv .mv-content .content-wrap-inner .mv-content-title {
    font-size: 15.625vw;
    line-height: 1.2;
  }
}
.mv .main-visual-bg-filter {
  top: 0;
  width: 100vw;
  height: 100vh;
  max-height: 1357px;
  z-index: 88;
  background-color: rgba(0, 0, 0, 0.25);
}
.mv .main-visual-bg {
  top: 0;
  z-index: 87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 画像を横並びにする */
  width: 100%;
  height: 100vh; /* メインビジュアル全体の高さを設定 */
  overflow: hidden; /* はみ出した部分を隠す */
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* 少し影をつけてリッチに */
}
@media only screen and (max-width: 640px) {
  .mv .main-visual-bg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }
}
.mv .main-visual-bg .visual-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 3枚の画像を等幅にする */
  height: 100%;
  overflow: hidden; /* imgのobject-positionが効かない場合のために念のため */
}
@media only screen and (max-width: 640px) {
  .mv .main-visual-bg .visual-item {
    height: 33.3333333333vh;
  }
}
.mv .main-visual-bg .visual-item img {
  width: 100%; /* 親要素の幅いっぱいに広げる */
  height: 100%; /* 親要素の高さに合わせる */
  -o-object-fit: cover;
     object-fit: cover; /* 画像がコンテナを埋めるように拡大縮小し、アスペクト比を維持 */
  -o-object-position: 0% 50%;
     object-position: 0% 50%; /* 初期位置: 左端中央 */
}
.mv .main-visual-bg .content-area {
  height: 100%; /* スクロールできるように十分な高さを確保 */
  background-color: #f8f8f8;
  text-align: center;
  padding-top: 80px;
  font-size: 1.2em;
  color: #555;
}

.top-slider-wrap {
  position: relative;
  z-index: 9;
}
.top-slider-wrap .top-slider-inner.right {
  padding-left: calc((100vw - 1080px) / 2);
}
@media print, screen and (max-width: 1300px) {
  .top-slider-wrap .top-slider-inner.right {
    padding-left: 5%;
  }
}
.top-slider-wrap .top-slider-inner.left {
  padding-right: calc((100vw - 1080px) / 2);
}
@media print, screen and (max-width: 1300px) {
  .top-slider-wrap .top-slider-inner.left {
    padding-right: 5%;
  }
}
.top-slider-wrap .swiper-slide .inner {
  background-color: #FFFFFF;
  border-radius: 10px;
  color: #B9A79D;
  padding: 30px 20px;
  font-family: serif;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .top-slider-wrap .swiper-slide .inner {
    font-size: 2.8125vw;
    padding: 6.25vw 4.6875vw;
  }
}
.top-slider-wrap .swiper-slide .inner .thumb-wrap {
  height: 180px;
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 640px) {
  .top-slider-wrap .swiper-slide .inner .thumb-wrap {
    height: 37.5vw;
  }
}
.top-slider-wrap .swiper-slide .inner .thumb-wrap img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
}
.top-slider-wrap .swiper-slide .inner .txt-wrap {
  padding: 15px 25px;
}
.top-slider-wrap .swiper-slide .inner .date-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 15px;
  margin-bottom: 10px;
}
.top-slider-wrap .swiper-slide .inner .title {
  color: #3E3A39;
  font-size: 14px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .top-slider-wrap .swiper-slide .inner .title {
    font-size: 3.28125vw;
  }
}
.top-slider-wrap .swiper-slide .inner .description {
  padding-top: 15px;
  border-top: 1px solid #B9A79D;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .top-slider-wrap .swiper-slide .inner .description {
    font-size: 2.96875vw;
  }
}
.top-slider-wrap .swiper-slide .inner .arrow-wrap img {
  max-width: 32px;
}
@media only screen and (max-width: 640px) {
  .top-slider-wrap .swiper-slide .inner .arrow-wrap img {
    max-width: 7.03125vw;
  }
}
.top-slider-wrap .swiper-slide:hover .inner .arrow-wrap img {
  margin-left: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section {
  padding: 50px 0;
}

#top-news {
  padding-top: 100px;
  position: relative;
}
#top-news::after {
  content: "";
  position: absolute;
  width: 80vw;
  height: 570px;
  background-color: #2D1F14;
  right: 0;
  margin-top: -320px;
  border-radius: 30px 0 0 30px;
}
@media only screen and (max-width: 640px) {
  #top-news::after {
    margin-top: -82.8125vw;
    height: 132.8125vw;
  }
}

#top-works .sec-inner-mv {
  background-image: url(../img/top/information-img.png);
  background-size: cover;
  background-position: center;
}
#top-works .top-slider-wrap {
  margin-top: -80px;
  position: relative;
  z-index: 3;
}
#top-works .top-slider-wrap .swiper-slide .inner {
  padding: 0;
}

#top-voice .sec-inner-mv {
  background-image: url(../img/top/voice-img.png);
  background-size: cover;
  background-position: center;
}
#top-voice .top-slider-wrap {
  margin-top: -80px;
  position: relative;
  z-index: 3;
}
#top-voice .top-slider-wrap .swiper-slide .inner {
  padding: 0;
}

.sec-inner-mv {
  position: relative;
  z-index: 2;
  padding: 70px 0 120px;
  border-radius: 30px;
}
@media only screen and (max-width: 640px) {
  .sec-inner-mv {
    padding: 6.25vw 0 23.4375vw;
  }
}
.sec-inner-mv .numbering {
  font-size: 33px;
  font-family: serif;
}
@media only screen and (max-width: 640px) {
  .sec-inner-mv .numbering {
    font-size: 3.75vw;
  }
}
.sec-inner-mv .numbering span {
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .sec-inner-mv .numbering span {
    font-size: 3.125vw;
  }
}
.sec-inner-mv .sec-name {
  font-family: serif;
  font-size: 48px;
  margin: 10px 0 30px;
}
@media only screen and (max-width: 640px) {
  .sec-inner-mv .sec-name {
    font-size: 5.9375vw;
  }
}
.sec-inner-mv .title {
  font-size: 26px;
  font-family: serif;
}
@media only screen and (max-width: 640px) {
  .sec-inner-mv .title {
    font-size: 3.75vw;
  }
}
.sec-inner-mv .description {
  line-height: 1.6;
  margin: 20px 0 30px;
}
@media only screen and (max-width: 640px) {
  .sec-inner-mv .description {
    font-size: 2.8125vw;
  }
}
.sec-inner-mv .button-wrap .link-button {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .sec-inner-mv .button-wrap .link-button {
    margin: auto;
  }
}

.top-bg-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#442F1E), to(#DFE0CE));
  background: linear-gradient(to bottom, #442F1E, #DFE0CE);
}

@media only screen and (max-width: 640px) {
  #top-company .compay-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#top-company .compay-inner li {
  width: 31.5%;
}
@media only screen and (max-width: 640px) {
  #top-company .compay-inner li {
    width: 100%;
    margin-bottom: 12.5vw;
  }
}
#top-company .compay-inner li .title {
  font-size: 18px;
  margin: 20px 0 15px;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  #top-company .compay-inner li .title {
    font-size: 3.28125vw;
  }
}
#top-company .compay-inner li .txt {
  line-height: 1.8;
}

#top-recruit {
  background-color: #E7E7D8;
  position: relative;
}
#top-recruit::after {
  content: "";
  position: absolute;
  width: 95vw;
  height: 420px;
  background-color: #2D1F14;
  right: 2.5%;
  margin-top: -350px;
  border-radius: 30px 30px 0 0;
  z-index: 1;
}
@media print, screen and (max-width: 900px) {
  #top-recruit::after {
    margin-top: -144.4444444444vw;
    height: 222.2222222222vw;
  }
}
@media only screen and (max-width: 640px) {
  #top-recruit::after {
    margin-top: -203.125vw;
    height: 312.5vw;
  }
}
#top-recruit .sec01-wrap {
  text-align: center;
  margin-bottom: 40px;
}
#top-recruit .sec01-wrap .title-en {
  color: #442F1E;
}
#top-recruit .sec01-wrap .title-jp {
  color: #B9A79D;
}
#top-recruit .recruit-inner {
  position: relative;
  z-index: 6;
  gap: 30px;
  margin-top: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 900px) {
  #top-recruit .recruit-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 640px) {
  #top-recruit .recruit-inner {
    margin-top: 7.8125vw;
  }
}
#top-recruit .recruit-inner li {
  width: 31%;
}
@media print, screen and (max-width: 900px) {
  #top-recruit .recruit-inner li {
    width: 90%;
    margin-bottom: 4.4444444444vw;
  }
}
#top-recruit .recruit-inner li .inner {
  background-color: #FFFFFF;
  border-radius: 25px;
  padding: 80px 20px 30px;
  color: #3E3A39;
  height: 100%;
}
@media print, screen and (max-width: 900px) {
  #top-recruit .recruit-inner li .inner {
    padding: 8.8888888889vw 2.2222222222vw 2.2222222222vw;
  }
}
@media only screen and (max-width: 640px) {
  #top-recruit .recruit-inner li .inner {
    padding: 7.8125vw 4.6875vw 3.125vw;
  }
}
#top-recruit .recruit-inner li .inner .img-wrap {
  width: 343.3333333333px;
  height: 145px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: -130px;
}
@media print, screen and (max-width: 1300px) {
  #top-recruit .recruit-inner li .inner .img-wrap {
    height: 10.9230769231vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (max-width: 900px) {
  #top-recruit .recruit-inner li .inner .img-wrap {
    height: 17.7777777778vw;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    width: 85vw;
    margin-top: -14.4444444444vw;
  }
}
#top-recruit .recruit-inner li .inner .img-wrap img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: unset;
}
#top-recruit .recruit-inner li .inner .numbering {
  color: #B9A79D;
  font-family: serif;
  font-size: 20px;
}
#top-recruit .recruit-inner li .inner .title {
  font-family: serif;
  font-size: 18px;
  font-weight: 600;
}
#top-recruit .recruit-inner li .inner .txt {
  margin: 35px 0;
  line-height: 1.6;
}
@media print, screen and (max-width: 900px) {
  #top-recruit .recruit-inner li .inner .txt {
    margin: 3.8888888889vw 0;
  }
}
#top-recruit .recruit-inner li .inner .arrow-wrap {
  max-height: 45px;
}
#top-recruit .recruit-inner li .inner .arrow-wrap img {
  max-width: 45px;
}
#top-recruit .recruit-inner li .inner:hover .arrow-wrap img {
  margin-left: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top-recruit .recruit-inner li .inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
#top-recruit .button-wrap {
  position: relative;
  z-index: 6;
  margin: 40px auto;
}
@media only screen and (max-width: 640px) {
  #top-recruit .button-wrap .link-button::after {
    margin-top: .6em;
    margin-left: auto;
    right: 1em;
    left: auto;
  }
}

#company .anker-wrap {
  background-color: #E7E7D8;
  border-radius: 30px 30px 0 0;
  padding: 100px 0;
}
@media print, screen and (max-width: 900px) {
  #company .anker-wrap {
    padding: 8.8888888889vw 0;
  }
}
#company .anker-wrap .flex {
  max-width: 700px;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  #company .anker-wrap .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #company .anker-wrap .flex .link-button {
    font-size: clamp(0px, 3vw, 14px);
  }
  #company .anker-wrap .flex .link-button::after {
    margin-top: 0;
    margin-left: auto;
    left: auto;
    right: .8em;
    width: 2em;
    height: 2em;
    top: calc(50% - 1em);
  }
}
#company #message {
  background-color: #E7E7D8;
  position: relative;
  overflow: hidden;
}
#company #message .message-inner {
  position: relative;
  z-index: 2;
  padding-right: calc((100vw - 1080px) / 2 - 5vw);
  margin-top: 50px;
}

#company #message .message-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #442F1E;
  width: 100vw;
  height: 100%;
  border-radius: 30px 30px 0 0;
  z-index: -1;
  margin-top: 70px;
}
@media print, screen and (max-width: 1024px) {
  #company #message .message-inner::after {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 640px) {
  #company #message .message-inner::after {
    /* height: 203.125vw; */
    /* margin-top: -171.875vw; */
    margin-top: 75vw;
    border-radius: 10px 10px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  #company #message .message-inner .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#company #message .message-inner .img-wrap {
  width: 43%;
}
@media only screen and (max-width: 640px) {
  #company #message .message-inner .img-wrap {
    width: 100%;
  }
}
#company #message .message-inner .txt-wrap {
  padding: 20px 0;
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 640px) {
  #company #message .message-inner .txt-wrap {
    width: 100%;
  }
}
#company #message .message-inner .txt-wrap .message-inner-title {
  font-size: 26px;
  color: #442F1E;
  font-weight: 600;
}
@media print, screen and (max-width: 1024px) {
  #company #message .message-inner .txt-wrap .message-inner-title {
    height: 4em;
  }
}
@media only screen and (max-width: 640px) {
  #company #message .message-inner .txt-wrap .message-inner-title {
    height: auto;
    color: #FFFFFF;
    font-size: 4.0625vw;
  }
}
#company #message .message-inner .txt-wrap .txt {
  line-height: 2;
  margin-top: 30px;
}
@media print, screen and (max-width: 1300px) {
  #company #message .message-inner .txt-wrap .txt {
    margin-top: 30px;
  }
}
#company #message .message-inner .txt-wrap .right {
  text-align: right;
}
#company #message .message-inner .txt-wrap .right img {
  display: inline-block;
  max-width: 200px;
}
#company .in-img {
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#442F1E), color-stop(50%, #442F1E), color-stop(50%, #E7E7D8), to(#E7E7D8));
  background: linear-gradient(180deg, #442F1E 0%, #442F1E 50%, #E7E7D8 50%, #E7E7D8 100%);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  #company #detail {
    padding-bottom: 1px;
  }
}
#company #detail, #company #history {
  background-color: #E7E7D8;
}
#company #detail table, #company #history table {
  margin: 50px 0;
  color: #442F1E;
  width: 100%;
  position: relative;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  #company #detail table, #company #history table {
    font-size: 3.28125vw;
  }
}
#company #detail table::after, #company #history table::after {
  position: absolute;
  width: 35px;
  height: 1px;
  content: "";
  background-color: #442F1E;
  left: 0;
}
#company #detail table th, #company #detail table td, #company #history table th, #company #history table td {
  text-align: left;
  padding: 30px 0;
}
@media only screen and (max-width: 640px) {
  #company #detail table th, #company #detail table td, #company #history table th, #company #history table td {
    display: block;
    padding: 3.125vw 0;
  }
}
#company #detail table th, #company #history table th {
  width: 154px;
  letter-spacing: 0.4em;
}
#company #detail table td, #company #history table td {
  line-height: 2;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 640px) {
  #company #detail table td, #company #history table td {
    padding-top: 0;
  }
}
#company #detail table td span, #company #history table td span {
  color: #B9A79D;
  margin-top: 10px;
}
#company #detail table tr, #company #history table tr {
  position: relative;
  width: 100%;
}
#company #detail table tr::after, #company #history table tr::after {
  position: absolute;
  width: 35px;
  height: 1px;
  content: "";
  background-color: #442F1E;
  left: 0;
}
#company #detail table tr:first-child::after, #company #history table tr:first-child::after {
  display: none;
}
@media only screen and (max-width: 640px) {
  #company #detail table tr:first-child::after, #company #history table tr:first-child::after {
    display: block;
  }
}

#reason {
  background-color: #E7E7D8;
}
#reason #reason-top {
  padding: 100px 0;
  color: #442F1E;
}
@media print, screen and (max-width: 900px) {
  #reason #reason-top {
    padding: 11.1111111111vw 0;
  }
}
#reason #reason-top .reason-top-inner {
  padding: 70px 0;
  text-align: center;
}
@media print, screen and (max-width: 900px) {
  #reason #reason-top .reason-top-inner {
    padding: 6.6666666667vw 0;
  }
}
#reason #reason-top .reason-top-inner .title {
  font-weight: 600;
  font-size: 26px;
}
@media only screen and (max-width: 640px) {
  #reason #reason-top .reason-top-inner .title {
    font-size: 4.0625vw;
  }
}
#reason #reason-top .reason-top-inner .txt {
  margin-top: 80px;
  line-height: 2;
}
@media print, screen and (max-width: 900px) {
  #reason #reason-top .reason-top-inner .txt {
    margin-top: 6.6666666667vw;
  }
}
#reason #reason-top .work-wrap {
  margin-top: 40px;
  background-color: #FFFFFF;
  padding: 30px;
  border: 1px solid #442F1E;
}
@media only screen and (max-width: 640px) {
  #reason #reason-top .work-wrap {
    padding: 4.6875vw;
  }
}
#reason #reason-top .work-wrap .title {
  font-weight: 600;
  font-size: 24px;
  width: 100%;
  border-bottom: 1px solid #442F1E;
  padding-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  #reason #reason-top .work-wrap .title {
    font-size: 3.75vw;
  }
}
#reason #reason-top .work-wrap ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 30px 0 30px;
  color: #B9A79D;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #reason #reason-top .work-wrap ul {
    font-size: 3.28125vw;
    padding: 10px;
    padding-left: 20px;
  }
}
#reason #reason-top .work-wrap ul li {
  width: 25%;
  padding-left: 5px;
  list-style: disc;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 1300px) {
  #reason #reason-top .work-wrap ul li {
    padding-left: 1px;
    padding-right: 15px;
  }
}
@media print, screen and (max-width: 900px) {
  #reason #reason-top .work-wrap ul li {
    width: 33%;
  }
}
@media only screen and (max-width: 640px) {
  #reason #reason-top .work-wrap ul li {
    width: 50%;
  }
}
#reason .anker-link {
  padding: 0px 0 40px;
}
@media only screen and (max-width: 640px) {
  #reason .anker-link {
    padding: 0 0 20px;
  }
}
#reason .anker-link .inner ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#reason .anker-link .inner ul li {
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  #reason .anker-link .inner ul li {
    width: 31%;
    margin-right: 3.5%;
  }
}
#reason .anker-link .inner ul li:last-child {
  margin-right: 0;
}
#reason .anker-link .inner ul li a {
  border-color: #442F1E;
  color: #442F1E;
  width: 200px;
  font-family: KozGoPr6N-Regular, sans-serif;
}
@media only screen and (max-width: 640px) {
  #reason .anker-link .inner ul li a {
    width: unset;
  }
}
#reason .reason-content .top-txt-wrap {
  padding: 40px 3%;
}
#reason .reason-content .top-txt-wrap .numbering {
  font-size: 33px;
  font-weight: 600;
  font-family: serif;
  color: #E7E7D8;
}
@media only screen and (max-width: 640px) {
  #reason .reason-content .top-txt-wrap .numbering {
    font-size: 2.6666666667vw;
  }
}
#reason .reason-content .top-txt-wrap .numbering span {
  font-size: 20px;
  padding-bottom: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 640px) {
  #reason .reason-content .top-txt-wrap .numbering span {
    font-size: 1.6666666667vw;
  }
}
#reason .reason-content .top-txt-wrap .title {
  font-size: 36px;
  font-family: serif;
  font-weight: 600;
  color: #E7E7D8;
}
@media only screen and (max-width: 640px) {
  #reason .reason-content .top-txt-wrap .title {
    font-size: 4.2222222222vw;
  }
}
#reason .reason-content .top-txt-wrap .txt {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  #reason .reason-content .top-txt-wrap .txt {
    margin-top: 3.3333333333vw;
  }
}
#reason .reason-content .qa-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto;
}
#reason .reason-content .qa-wrap .img-wrap {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  #reason .reason-content .qa-wrap .img-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#reason .reason-content .qa-wrap .txt-wrap {
  width: 55%;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  #reason .reason-content .qa-wrap .txt-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px auto 30px;
  }
}
#reason .reason-content .qa-wrap .txt-wrap .question {
  font-size: 18px;
  margin-bottom: 20px;
  color: #E7E7D8;
}
@media only screen and (max-width: 640px) {
  #reason .reason-content .qa-wrap .txt-wrap .question {
    font-size: 3.28125vw;
  }
}
#reason .reason-content .qa-wrap .txt-wrap .answer {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  #reason .reason-content .qa-wrap .txt-wrap .answer {
    font-size: 2.8125vw;
  }
}
#reason #reason01 {
  background-color: #B9A79D;
  border-radius: 30px 30px 0 0;
  margin-top: 300px;
}
@media only screen and (max-width: 640px) {
  #reason #reason01 {
    border-radius: 10px 10px 0 0;
    margin-top: 33.3333333333vw;
  }
}
#reason #reason01 .container {
  margin-top: -300px;
}
@media print, screen and (max-width: 900px) {
  #reason #reason01 .container {
    margin-top: -33.3333333333vw;
  }
}
#reason #reason02 {
  background-color: #442F1E;
  padding-bottom: 350px;
}
@media only screen and (max-width: 640px) {
  #reason #reason02 {
    padding-bottom: 33.3333333333vw;
  }
}
#reason #reason02 .top-txt-wrap .numbering, #reason #reason02 .top-txt-wrap .title {
  color: #B9A79D;
}
#reason #reason02 .qa-wrap .txt-wrap .question {
  color: #B9A79D;
}
#reason #reason03 {
  position: relative;
  background-color: #B9A79D;
  border-radius: 30px 30px 0 0;
  margin-top: -40px;
}
@media only screen and (max-width: 640px) {
  #reason #reason03 {
    border-radius: 10px 10px 0 0;
  }
}
#reason #reason03 .inner .container {
  position: relative;
}
#reason #reason03 .inner .container .sec-mv-wrap {
  margin-top: -300px;
  position: relative;
}
@media print, screen and (max-width: 900px) {
  #reason #reason03 .inner .container .sec-mv-wrap {
    margin-top: -33.3333333333vw;
  }
}

#news .news-list-wrapper, #news .news-content-wrapper, #work .news-list-wrapper, #work .news-content-wrapper {
  background-color: #E7E7D8;
  padding: 100px 0 150px;
  border-radius: 30px 30px 0 0;
}
@media only screen and (max-width: 640px) {
  #news .news-list-wrapper, #news .news-content-wrapper, #work .news-list-wrapper, #work .news-content-wrapper {
    padding: 10.9375vw 0;
  }
}
#news .news__top, #work .news__top {
  color: #B9A79D;
  padding-right: 20px;
  font-size: 14px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media only screen and (max-width: 640px) {
  #news .news__top, #work .news__top {
    width: 100%;
    font-size: 2.8125vw;
  }
}
#news .news__top .news-day, #work .news__top .news-day {
  position: relative;
}
#news .news__top .news-day:after, #work .news__top .news-day:after {
  content: "/";
  padding-left: 20px;
}
#news .news__top .news-category, #work .news__top .news-category {
  padding-left: 20px;
}
#news .cat-wrap, #work .cat-wrap {
  margin-bottom: 50px;
}
#news .cat-wrap ul, #work .cat-wrap ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  #news .cat-wrap ul, #work .cat-wrap ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#news .cat-wrap ul li, #work .cat-wrap ul li {
  margin: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  #news .cat-wrap ul li, #work .cat-wrap ul li {
    width: 48%;
    margin: 0;
  }
}
#news .cat-wrap ul li:last-child, #work .cat-wrap ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  #news .cat-wrap ul li:first-child, #work .cat-wrap ul li:first-child {
    margin: 20px 20%;
  }
}
#news .cat-wrap ul li.active, #work .cat-wrap ul li.active {
  background-color: #442F1E;
  color: #E7E7D8;
}
#news .cat-wrap ul li.active::after, #work .cat-wrap ul li.active::after {
  background-image: url(../img/common/arrow-w.svg);
}
#news .news-list-wrap .news__box__content-item:first-child .news__box__content-link, #work .news-list-wrap .news__box__content-item:first-child .news__box__content-link {
  border-top: 1px solid #B9A79D;
}
#news .news-list-wrap .news__box__content-link, #work .news-list-wrap .news__box__content-link {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #B9A79D;
  font-family: serif;
}
#news .news-list-wrap .news__box__content-link:hover .arrow-wrap img, #work .news-list-wrap .news__box__content-link:hover .arrow-wrap img {
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#news .news-list-wrap .news__box__content-link .flex, #work .news-list-wrap .news__box__content-link .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  #news .news-list-wrap .news__box__content-link .flex, #work .news-list-wrap .news__box__content-link .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#news .news-list-wrap .news__box__content-link .news-item-inner-content, #work .news-list-wrap .news__box__content-link .news-item-inner-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #news .news-list-wrap .news__box__content-link .news-item-inner-content, #work .news-list-wrap .news__box__content-link .news-item-inner-content {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#news .news-list-wrap .news__box__content-link .news-item-inner-content .news__box__content-txt, #work .news-list-wrap .news__box__content-link .news-item-inner-content .news__box__content-txt {
  color: #3E3A39;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  #news .news-list-wrap .news__box__content-link .news-item-inner-content .news__box__content-txt, #work .news-list-wrap .news__box__content-link .news-item-inner-content .news__box__content-txt {
    width: 100%;
  }
}
#news .news-list-wrap .news__box__content-link .arrow-wrap, #work .news-list-wrap .news__box__content-link .arrow-wrap {
  width: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  #news .news-list-wrap .news__box__content-link .arrow-wrap, #work .news-list-wrap .news__box__content-link .arrow-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }
}
#news .news-list-wrap .news__box__content-link .arrow-wrap img, #work .news-list-wrap .news__box__content-link .arrow-wrap img {
  width: 100%;
}
#news .news-list-wrap .pagination, #work .news-list-wrap .pagination {
  margin-top: 50px;
}
#news .news-list-wrap .pagination .wp-pagenavi, #work .news-list-wrap .pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#news .news-list-wrap .pagination .wp-pagenavi span, #news .news-list-wrap .pagination .wp-pagenavi a, #work .news-list-wrap .pagination .wp-pagenavi span, #work .news-list-wrap .pagination .wp-pagenavi a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  border-radius: 30px;
  color: #442F1E;
  border-color: #442F1E;
  font-size: 18px;
  margin-right: 10px;
}
#news .news-list-wrap .pagination .wp-pagenavi span.current, #news .news-list-wrap .pagination .wp-pagenavi span:hover, #news .news-list-wrap .pagination .wp-pagenavi a.current, #news .news-list-wrap .pagination .wp-pagenavi a:hover, #work .news-list-wrap .pagination .wp-pagenavi span.current, #work .news-list-wrap .pagination .wp-pagenavi span:hover, #work .news-list-wrap .pagination .wp-pagenavi a.current, #work .news-list-wrap .pagination .wp-pagenavi a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #442F1E;
  color: #E7E7D8;
}
#news .news-content-wrapper, #work .news-content-wrapper {
  padding: 100px 0 150px;
  color: #3E3A39;
}
@media only screen and (max-width: 640px) {
  #news .news-content-wrapper, #work .news-content-wrapper {
    padding: 10.9375vw 0;
  }
}
#news .news-content-wrapper .container, #work .news-content-wrapper .container {
  background-color: #FFFFFF;
  padding: 50px;
  border-radius: 30px;
}
@media only screen and (max-width: 640px) {
  #news .news-content-wrapper .container, #work .news-content-wrapper .container {
    padding: 4.6875vw;
    border-radius: 15px;
  }
}
#news .news-content-wrapper .news-content-inner .post-content-wrap, #work .news-content-wrapper .news-content-inner .post-content-wrap {
  padding-bottom: 20px;
  border-bottom: 2px solid #B9A79D;
}
#news .news-content-wrapper .news-content-inner .post-content-wrap .news__box__content-txt, #work .news-content-wrapper .news-content-inner .post-content-wrap .news__box__content-txt {
  font-size: 21px;
  margin-top: 5px;
}
@media only screen and (max-width: 640px) {
  #news .news-content-wrapper .news-content-inner .post-content-wrap .news__box__content-txt, #work .news-content-wrapper .news-content-inner .post-content-wrap .news__box__content-txt {
    font-size: 3.75vw;
  }
}
#news .news-content-wrapper .news-content-inner .thumbnail-slider, #work .news-content-wrapper .news-content-inner .thumbnail-slider {
  width: 100%;
  margin: 40px 0;
}
#news .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider, #work .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider {
  overflow: hidden;
}
#news .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider img, #work .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#news .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider .swiperMain, #work .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider .swiperMain {
  height: 530px;
}
@media print, screen and (max-width: 1300px) {
  #news .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider .swiperMain, #work .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider .swiperMain {
    height: 40.7692307692vw;
  }
}
@media print, screen and (max-width: 900px) {
  #news .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider .swiperMain, #work .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider .swiperMain {
    height: 58.8888888889vw;
  }
}
#news .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider .swiperThumbnail, #work .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider .swiperThumbnail {
  height: 116px;
  margin-top: 20px;
}
@media print, screen and (max-width: 1300px) {
  #news .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider .swiperThumbnail, #work .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider .swiperThumbnail {
    height: 8.9230769231vw;
  }
}
@media print, screen and (max-width: 900px) {
  #news .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider .swiperThumbnail, #work .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider .swiperThumbnail {
    height: 13.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #news .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider .swiperThumbnail, #work .news-content-wrapper .news-content-inner .thumbnail-slider .post-slider .swiperThumbnail {
    height: 12.5vw;
  }
}
#news .news-content-wrapper .news-content-inner .post-content, #work .news-content-wrapper .news-content-inner .post-content {
  line-height: 1.8;
}
#news .news-content-wrapper .brown-link, #work .news-content-wrapper .brown-link {
  background-color: #442F1E;
  color: #E7E7D8;
  max-width: 400px;
  width: 80%;
  margin: 50px auto;
}
#news .news-content-wrapper .brown-link::after, #work .news-content-wrapper .brown-link::after {
  background-image: url(../img/common/arrow-w.svg);
}

.work-list-wrapper {
  background-color: #E7E7D8;
}

#work {
  /* style.css または css/work-archive.css */
}
#work li {
  list-style: none;
}
#work .work-content-area {
  padding: 150px 0;
  background-color: #E7E7D8;
  border-radius: 30px 30px 0 0;
}
@media only screen and (max-width: 640px) {
  #work .work-content-area {
    padding: 15.625vw 0;
  }
}
#work .page-header {
  padding-bottom: 30px;
}
#work .page-header .filter-type-selection {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#work .page-header .filter-type-selection li {
  margin: 0;
  margin-right: 15px;
}
@media only screen and (max-width: 640px) {
  #work .page-header .filter-type-selection li {
    margin: 10px 0;
  }
}
#work .page-header .filter-type-selection li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  #work .page-header .filter-type-selection li:first-child {
    margin: 10px 20%;
  }
}
#work .page-header .filter-type-selection li.active, #work .page-header .filter-type-selection li:hover {
  background-color: #442F1E;
  color: #E7E7D8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#work .page-header .filter-type-selection li.active::after, #work .page-header .filter-type-selection li:hover::after {
  background-image: url(../img/common/arrow-w.svg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 640px) {
  #work .page-header .filter-type-selection {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
#work .filter-tags-area {
  padding-top: 20px;
  border-top: 1px solid #442F1E;
}
#work .filter-tags-area .tag-list-inner-wrap {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media only screen and (max-width: 640px) {
  #work .filter-tags-area .tag-list-inner-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#work .filter-tags-area a {
  display: block;
  border: 1px solid #442F1E;
  color: #442F1E;
  width: 200px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  font-size: 14px;
  margin-right: 20px;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  #work .filter-tags-area a {
    width: 48%;
    margin-right: 0;
  }
}
#work .filter-tags-area a.active {
  color: #E7E7D8;
  background-color: #442F1E;
}
#work .filter-tags-area a.clear-filters-button {
  background-color: #B9A79D;
}
#work .filter-tags-area a.clear-filters-button::before {
  content: "×";
  position: absolute;
  margin-left: -30px;
  font-size: 20px;
}
#work .work-posts-grid {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 100px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  #work .work-posts-grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#work .work-posts-grid article {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #F0F0EB;
}
@media only screen and (max-width: 640px) {
  #work .work-posts-grid article {
    width: 49%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#work .work-posts-grid article:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#work .work-posts-grid article:hover .arrow-wrap img {
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#work .work-posts-grid article:nth-child(3n) {
  margin-right: 0;
}
#work .work-posts-grid article .post-thumbnail {
  border-radius: 10px 10px 0 0;
  height: 200px;
}
@media only screen and (max-width: 640px) {
  #work .work-posts-grid article .post-thumbnail {
    height: 31.25vw;
  }
}
#work .work-posts-grid article .post-thumbnail img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
}
#work .work-posts-grid article .entry-meta {
  color: #B9A79D;
  font-family: serif;
}
@media only screen and (max-width: 640px) {
  #work .work-posts-grid article .entry-meta {
    font-size: 2.34375vw;
  }
}
#work .work-posts-grid article .txt-wrap {
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  #work .work-posts-grid article .txt-wrap {
    padding: 3.125vw;
  }
}
#work .work-posts-grid article .entry-title {
  color: #3E3A39;
  font-size: 16px;
  margin: 15px 0;
  font-family: serif;
}
@media only screen and (max-width: 640px) {
  #work .work-posts-grid article .entry-title {
    font-size: 2.96875vw;
  }
}
#work .work-posts-grid article .arrow-wrap {
  width: 35px;
}
@media only screen and (max-width: 640px) {
  #work .work-posts-grid article .arrow-wrap {
    width: 6.25vw;
  }
}
#work .work-posts-grid article .arrow-wrap img {
  width: 100%;
}
#work .work-post-content-wrap {
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  #work .work-post-content-wrap {
    margin-bottom: 12.5vw;
  }
}
#work .work-post-content-wrap .content-title {
  padding: 15px 0;
  border-bottom: 1px solid #442F1E;
  font-size: 21px;
  font-family: serif;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  #work .work-post-content-wrap .content-title {
    margin-bottom: 3.125vw;
    font-size: 3.75vw;
  }
}
#work .work-post-content-wrap .content-txt {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  #work .work-post-content-wrap .content-txt {
    margin-bottom: 6.25vw;
  }
}

#contact .sub-page-inner-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  #contact .sub-page-inner-title {
    margin-bottom: 6.25vw;
  }
}
#contact .contact-content-wrap {
  background-color: #E7E7D8;
  border-radius: 30px 30px 0 0;
  padding: 100px 0;
  color: #3E3A39;
}
#contact .tel-contact {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  #contact .tel-contact {
    margin-bottom: 10.9375vw;
  }
}
#contact .tel-contact .tel-contact-inner {
  text-align: center;
}
#contact .tel-contact .tel-contact-inner .tel-wrap a {
  font-size: 48px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 640px) {
  #contact .tel-contact .tel-contact-inner .tel-wrap a {
    font-size: 7.5vw;
  }
}
#contact .form-contact .form-wrap {
  margin-top: 50px;
  padding: 50px 30px;
  background-color: #FFFFFF;
}
#contact .form-contact .form-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  #contact .form-contact .form-wrap dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#contact .form-contact .form-wrap dl dt {
  width: 200px;
  margin-right: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  #contact .form-contact .form-wrap dl dt {
    width: 100%;
    margin-bottom: 20px;
    font-size: 3.75vw;
  }
}
#contact .form-contact .form-wrap dl .mwform-required-field {
  padding: 5px;
  background-color: #921C12;
  color: #FFFFFF;
  margin-left: 10px;
  font-size: 10px;
}
#contact .form-contact .form-wrap dd {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 640px) {
  #contact .form-contact .form-wrap dd {
    width: 100%;
  }
}
#contact .form-contact .form-wrap dd > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #contact .form-contact .form-wrap dd.purpose .horizontal-item {
    width: 32%;
    width: auto;
    margin-right: 20px;
  }
}
#contact .form-contact .form-wrap dd .horizontal-item {
  display: block;
  width: 45%;
  margin-left: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  #contact .form-contact .form-wrap dd .horizontal-item {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #contact .form-contact .form-wrap dd .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#contact .form-contact .form-wrap dd .flex .half-width {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  #contact .form-contact .form-wrap dd .flex .half-width {
    width: 100%;
  }
}
#contact .form-contact .form-wrap dd input, #contact .form-contact .form-wrap dd textarea {
  background-color: unset;
  border: 1px solid #3E3A39;
  margin-bottom: 10px;
}
#contact .form-contact .form-wrap dd .mwform-checkbox-field label * {
  display: inline;
}
#contact .form-contact .form-wrap dd .mwform-checkbox-field label .u-link {
  color: #921C12;
  font-weight: bold;
}
#contact .form-contact .form-wrap dd.purpose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contact .form-contact .form-wrap dd.purpose > span {
  width: 50%;
}
#contact .form-contact .form-wrap .brown-link {
  display: block;
  position: relative;
  background-color: #442F1E;
  color: #E7E7D8;
  max-width: 400px;
  width: 80%;
  margin: 50px auto;
}
@media only screen and (max-width: 640px) {
  #contact .form-contact .form-wrap .brown-link {
    margin: 6.25vw auto;
  }
}
#contact .form-contact .form-wrap .brown-link input {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  background-color: unset;
  color: #E7E7D8;
  border: unset;
}
#contact .form-contact .back-button {
  border: 1px solid #442F1E;
  margin: auto;
  max-width: 300px;
  display: block;
}
@media only screen and (max-width: 640px) {
  #contact .form-contact .back-button {
    width: 50%;
  }
}
#contact .form-contact .back-button::after {
  display: none;
}
#contact .qa-wrap {
  margin-top: 150px;
  margin-bottom: 100px;
  /* brown-link スタイル（元のデザインを尊重） */
  /* タブコンテンツのコンテナ */
  /* ==================================== */
  /* アコーディオンのCSS */
  /* ==================================== */
  /* アコーディオンアイテムの基本スタイル */
  /* アコーディオン見出し（質問部分） */
  /* アクティブなアコーディオンヘッダー */
  /* アコーディオンアイコン */
  /* プラス記号（縦棒） */
  /* プラス記号（横棒） */
  /* アクティブなアコーディオン見出しのアイコン（マイナス記号に） */
  /* アクティブなヘッダーのアイコンの色 */
  /* アコーディオンコンテンツ（回答部分） */
  /* .qa-answer内のpタグなどの余白調整 */
  /* アクティブなアコーディオンコンテンツ */
}
@media only screen and (max-width: 640px) {
  #contact .qa-wrap {
    margin: 15.625vw auto 12.5vw;
  }
}
#contact .qa-wrap .tab-container {
  width: 100%;
  margin: 30px auto;
}
#contact .qa-wrap .tab-buttons {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  #contact .qa-wrap .tab-buttons {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
#contact .qa-wrap .tab-buttons .brown-link {
  width: 23%;
  margin-right: 2%;
}
@media print, screen and (max-width: 900px) {
  #contact .qa-wrap .tab-buttons .brown-link {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #contact .qa-wrap .tab-buttons .brown-link {
    margin: 10px 0;
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  #contact .qa-wrap .tab-buttons .brown-link:first-child {
    margin: 10px 0;
  }
}
#contact .qa-wrap .tab-buttons .brown-link:nth-child(4n) {
  margin-right: 0;
}
@media print, screen and (max-width: 900px) {
  #contact .qa-wrap .tab-buttons .brown-link:nth-child(4n) {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 640px) {
  #contact .qa-wrap .tab-buttons .brown-link:nth-child(4n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 900px) {
  #contact .qa-wrap .tab-buttons .brown-link:nth-child(3n) {
    margin-right: 0;
  }
}
#contact .qa-wrap .tab-buttons .brown-link span {
  display: block;
  width: 100%;
}
#contact .qa-wrap .tab-buttons .brown-link::after {
  margin-top: -43px;
  margin-left: 70px;
}
@media print, screen and (max-width: 900px) {
  #contact .qa-wrap .tab-buttons .brown-link::after {
    margin-left: 8vw;
  }
}
@media only screen and (max-width: 640px) {
  #contact .qa-wrap .tab-buttons .brown-link::after {
    margin-top: -35px;
    margin-left: 14vw;
  }
}
@media only screen and (max-width: 640px) {
  #contact .qa-wrap .tab-buttons {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#contact .qa-wrap .tab-button.brown-link {
  color: #8B4513; /* 例: 茶系の色 */
}
#contact .qa-wrap .tab-button {
  display: block;
  width: 100%;
  margin-right: 15px;
  margin-left: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  #contact .qa-wrap .tab-button {
    margin: 15px 0;
    width: 48%;
  }
}
#contact .qa-wrap .tab-button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  #contact .qa-wrap .tab-button:first-child {
    margin: 0px 20%;
  }
}
#contact .qa-wrap .tab-button::after {
  margin-top: 17px;
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  #contact .qa-wrap .tab-button::after {
    margin-left: 3.125vw;
    margin-top: 10px;
  }
}
#contact .qa-wrap .tab-button.active::after, #contact .qa-wrap .tab-button:hover::after {
  background-image: url(../img/common/arrow-w.svg);
}
#contact .qa-wrap .tab-content {
  display: none; /* 初期状態では非表示 */
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#contact .qa-wrap .tab-content.active {
  display: block; /* アクティブなタブだけ表示 */
  opacity: 1;
}
#contact .qa-wrap .tab-button.active, #contact .qa-wrap .tab-button:hover {
  background-color: #442F1E;
  color: #E7E7D8; /* アクティブ時の強調色 */
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contact .qa-wrap .accordion-item {
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden; /* 子要素のはみ出しを防ぐ */
}
#contact .qa-wrap .accordion-header {
  padding: 15px 20px 15px 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  #contact .qa-wrap .accordion-header {
    font-size: 3.28125vw;
  }
}
#contact .qa-wrap .accordion-header::before {
  position: absolute;
  content: "Q";
  font-size: 40px;
  font-family: KozGoPr6N-Bold, sans-serif;
  margin-left: -40px;
}
@media only screen and (max-width: 640px) {
  #contact .qa-wrap .accordion-header::before {
    font-size: 6.25vw;
  }
}
#contact .qa-wrap .accordion-icon {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* アイコンが縮まないように */
  margin-left: 10px; /* 質問とアイコンの間にスペース */
  border: 1px solid #808080;
  padding: 15px;
  border-radius: 40px;
}
@media only screen and (max-width: 640px) {
  #contact .qa-wrap .accordion-icon {
    width: 30px;
    height: 30px;
  }
}
#contact .qa-wrap .accordion-icon::before,
#contact .qa-wrap .accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #555;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#contact .qa-wrap .accordion-icon::before {
  top: 50%;
  left: 20%;
  width: 60%;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contact .qa-wrap .accordion-icon::after {
  top: 20%;
  left: 50%;
  width: 2px;
  height: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#contact .qa-wrap .accordion-header.active .accordion-icon::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg); /* 横棒を回転させて縦棒と重ねる */
  opacity: 0; /* またはdisplay:none;で消す */
}
#contact .qa-wrap .accordion-header.active .accordion-icon {
  border: unset;
}
#contact .qa-wrap .accordion-content {
  max-height: 0; /* 初期状態で非表示にするため */
  overflow: hidden; /* コンテンツがはみ出さないように */
  -webkit-transition: max-height 0.5s ease-out, padding 0.5s ease-out, opacity 0.5s ease-out;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0; /* 初期状態で透明 */
  padding: 0 20px 0 50px;
  font-size: 16px;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  #contact .qa-wrap .accordion-content {
    font-size: 2.8125vw;
  }
}
#contact .qa-wrap .accordion-content p:last-child {
  margin-bottom: 0; /* 最後の段落の下マージンをなくす */
}
#contact .qa-wrap .accordion-content.active {
  max-height: unset !important; /* 十分な高さを設定（コンテンツの最大高さより大きく） */
  opacity: 1; /* フェードイン */
  background-color: #EDEEEF;
  padding: 20px 20px 20px 50px;
}

@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 開始位置: 元の位置 */
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); /* 中間位置: 15px上へ */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 終了位置: 元の位置に戻る */
  }
}

@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 開始位置: 元の位置 */
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); /* 中間位置: 15px上へ */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 終了位置: 元の位置に戻る */
  }
}
#recruit {
  /* 固定背景のコンテナ */
  /* 各背景画像の指定 */
}
#recruit .scroll-wrap {
  right: 30px;
  top: 70vh;
}
#recruit .scroll-wrap::after {
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  position: absolute;
  content: "";
  margin-top: 70px;
  margin-left: 48px;
  -webkit-animation: moveUpDown 2s ease-in-out infinite;
          animation: moveUpDown 2s ease-in-out infinite;
}
#recruit .scroll-wrap .scroll-txt {
  font-family: "AlbertSans-Bold", serif;
  font-size: 14px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 52;
}
#recruit .rec-title-wrap {
  margin-bottom: 40px;
}
#recruit .rec-title-wrap .flex {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 30px;
}
@media only screen and (max-width: 640px) {
  #recruit .rec-title-wrap .flex {
    gap: 10px;
  }
}
#recruit .rec-title-wrap .flex .en {
  font-size: 53px;
  font-family: "AlbertSans-Bold", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  #recruit .rec-title-wrap .flex .en {
    font-size: 7.5vw;
  }
}
#recruit .rec-title-wrap .flex .jp {
  padding-top: 20px;
  border-top: 1px solid #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 8px;
  font-size: 16px;
  font-family: serif;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  #recruit .rec-title-wrap .flex .jp {
    font-size: 2.8125vw;
  }
}
#recruit .welfare-inner, #recruit .value-inner, #recruit .item-wrap {
  margin: 80px 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #recruit .welfare-inner, #recruit .value-inner, #recruit .item-wrap {
    margin: 7.8125vw 0;
  }
}
#recruit .welfare-inner .number-wrap, #recruit .value-inner .number-wrap, #recruit .item-wrap .number-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#recruit .welfare-inner .number-wrap .num, #recruit .value-inner .number-wrap .num, #recruit .item-wrap .number-wrap .num {
  font-size: 36px;
}
#recruit .welfare-inner .number-wrap .bar, #recruit .value-inner .number-wrap .bar, #recruit .item-wrap .number-wrap .bar {
  height: 1px;
  background-color: #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#recruit .welfare-inner .content-wrap, #recruit .value-inner .content-wrap, #recruit .item-wrap .content-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  font-family: serif;
}
#recruit .welfare-inner .content-wrap .title, #recruit .value-inner .content-wrap .title, #recruit .item-wrap .content-wrap .title {
  width: 33%;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.8;
}
@media print, screen and (max-width: 900px) {
  #recruit .welfare-inner .content-wrap .title, #recruit .value-inner .content-wrap .title, #recruit .item-wrap .content-wrap .title {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .welfare-inner .content-wrap .title, #recruit .value-inner .content-wrap .title, #recruit .item-wrap .content-wrap .title {
    font-size: 3.28125vw;
  }
}
#recruit .welfare-inner .content-wrap .txt, #recruit .value-inner .content-wrap .txt, #recruit .item-wrap .content-wrap .txt {
  width: 62%;
  line-height: 1.9;
}
@media print, screen and (max-width: 900px) {
  #recruit .welfare-inner .content-wrap .txt, #recruit .value-inner .content-wrap .txt, #recruit .item-wrap .content-wrap .txt {
    width: 100%;
    margin-bottom: 25px;
  }
}
#recruit .fixed-backgrounds {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* コンテンツの下に配置 */
  overflow: hidden; /* はみ出す部分を隠す */
  z-index: 3;
}
#recruit .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0; /* デフォルトでは非表示 */
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; /* フェードイン・アウトのアニメーション */
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
#recruit .background-image.active {
  opacity: 1; /* active クラスが付与されたら表示 */
}
#recruit .bg-1 {
  background-image: url("../img/recruit/recruit-bg-01.jpg"); /* Salmon */
}
#recruit .bg-2 {
  background-image: url("../img/recruit/recruit-bg-02.jpg"); /* SteelBlue */
}
#recruit .bg-3 {
  background-image: url("../img/recruit/recruit-bg-03.jpg"); /* LimeGreen */
}
#recruit .bg-4 {
  background-image: url("../img/recruit/recruit-bg-04.jpg"); /* LimeGreen */
}
#recruit .recruit-inner-wrapper {
  position: relative;
  z-index: 4;
}
#recruit .recruit-inner-wrapper #rec-mv {
  padding: 0;
}
#recruit .recruit-inner-wrapper #rec-mv .mv-main {
  height: 100vh;
  padding-top: 50vh;
  position: relative;
  z-index: 5;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-mv .mv-main {
    height: 80vw;
    padding-top: 40vh;
    padding-bottom: 10vh;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-mv .mv-main {
    height: 100vh;
    padding-top: 60vh;
  }
}
#recruit .recruit-inner-wrapper #rec-mv .mv-main img {
  width: 55%;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-mv .mv-main img {
    width: 60%;
  }
}
#recruit .recruit-inner-wrapper #rec-mv .mv-content {
  margin-top: -10px;
  position: relative;
  z-index: 5;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-mv .mv-content {
    margin-top: 0;
  }
}
#recruit .recruit-inner-wrapper #rec-mv .mv-content .title {
  font-size: 36px;
  font-family: serif;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-mv .mv-content .title {
    font-size: 4vw;
  }
}
#recruit .recruit-inner-wrapper #rec-mv .mv-content .title span {
  padding: 7px 5px;
  background-color: #F6ACBB;
  margin-bottom: 10px;
  display: inline-block;
}
#recruit .recruit-inner-wrapper #rec-mv .mv-content .mv-txt {
  font-size: 21px;
  line-height: 2.5;
  padding-left: 240px;
  margin-top: 80px;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-mv .mv-content .mv-txt {
    padding-left: 20%;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-mv .mv-content .mv-txt {
    padding-left: 0;
    margin-top: 7.8125vw;
    font-size: 3.28125vw;
    padding-bottom: 30px;
  }
}
#recruit .recruit-inner-wrapper #rec-mv .mv-deco1 {
  width: 20%;
  right: 0;
  top: 0;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-mv .mv-deco1 {
    width: 30%;
  }
}
#recruit .recruit-inner-wrapper #rec-mv .mv-deco2 {
  width: 24%;
  left: 0;
  top: 52vh;
  z-index: 4;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-mv .mv-deco2 {
    top: 40vh;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-mv .mv-deco2 {
    top: 60vh;
    width: 30%;
  }
}
#recruit .recruit-inner-wrapper #rec-business {
  background-color: rgba(0, 0, 0, 0.4862745098);
  border-radius: 30px 30px 0 0;
  padding: 100px 0 150px;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-business {
    padding: 12.5vw 0;
  }
}
#recruit .recruit-inner-wrapper #rec-business .business-inner {
  position: relative;
}
#recruit .recruit-inner-wrapper #rec-business .business-inner::before {
  content: "";
  position: absolute;
  width: 1080px;
  height: 642px;
  background-image: url(../img/recruit/deco07.png);
  background-size: cover;
  background-position: center;
  margin-top: 400px;
}
@media print, screen and (max-width: 1300px) {
  #recruit .recruit-inner-wrapper #rec-business .business-inner::before {
    width: 90vw;
    height: 53.5vw;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-business .business-inner::before {
    width: 130vw;
    left: -15vw;
    height: 77.2777777778vw;
  }
}
#recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap .item {
  width: 50%;
  margin-top: 80px;
}
@media print, screen and (max-width: 1300px) {
  #recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap .item {
    margin-top: 50px;
    width: 70%;
  }
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap .item {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap .item {
    width: 100%;
    margin-top: 0;
  }
}
#recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap .item .numbering {
  font-size: 60px;
  padding-left: 100px;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap .item .numbering {
    padding: 0;
    text-align: center;
    font-size: 9.375vw;
  }
}
#recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap .item .business-name {
  font-size: 19px;
  font-family: serif;
  font-weight: 600;
  max-width: 300px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap .item .business-name {
    text-align: center;
    max-width: unset;
  }
}
#recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap .item .deco-wrap {
  max-width: 300px;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap .item .deco-wrap {
    margin: 10px auto;
  }
}
#recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap .item .title {
  font-size: 28px;
  font-family: serif;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap .item .title {
    font-size: 3.28125vw;
  }
}
#recruit .recruit-inner-wrapper #rec-business .business-inner .item-wrap .item .txt {
  margin-top: 30px;
  line-height: 2;
}
#recruit .recruit-inner-wrapper #rec-value {
  background-color: rgba(246, 172, 187, 0.7294117647);
  border-radius: 30px;
  padding: 100px 0;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-value {
    padding: 12.5vw 0;
  }
}
#recruit .recruit-inner-wrapper #rec-value .value-inner::before {
  position: absolute;
  content: "";
  width: 885px;
  height: 829px;
  background-image: url(../img/recruit/deco06.png);
  background-size: cover;
  margin-top: -120px;
  margin-left: 100px;
}
@media print, screen and (max-width: 1300px) {
  #recruit .recruit-inner-wrapper #rec-value .value-inner::before {
    width: 90vw;
    height: 84.3050847458vw;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-value .value-inner::before {
    width: 130vw;
    left: -15vw;
    height: 77.2777777778vw;
  }
}
#recruit .recruit-inner-wrapper #rec-service {
  padding: 100px 0;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-service {
    padding: 12.5vw 0;
  }
}
#recruit .recruit-inner-wrapper #rec-service .service-mv-content {
  margin: 100px auto 50px;
  font-family: serif;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-service .service-mv-content {
    margin: 30vw auto clamp(100px, 35vw, 120px);
  }
}
#recruit .recruit-inner-wrapper #rec-service .service-mv-content .title {
  font-size: 36px;
  font-weight: 600;
  z-index: 6;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-service .service-mv-content .title {
    font-size: 3.75vw;
  }
}
#recruit .recruit-inner-wrapper #rec-service .service-mv-content .txt {
  font-family: serif;
  padding-left: 20%;
  margin-top: 50px;
  line-height: 2.5;
  font-size: 21px;
  z-index: 5;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-service .service-mv-content .txt {
    padding-left: 0;
    margin-top: 7.8125vw;
    font-size: 3.75vw;
  }
}
#recruit .recruit-inner-wrapper #rec-service .mv-deco1 {
  width: 720px;
  right: -310px;
  margin-top: -130px;
  z-index: 4;
}
@media print, screen and (max-width: 1300px) {
  #recruit .recruit-inner-wrapper #rec-service .mv-deco1 {
    width: 50vw;
    right: -25vw;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-service .mv-deco1 {
    width: 80vw;
    right: -40vw;
    /* margin-top: -60px; */
    margin-top: -20vw;
  }
}
#recruit .recruit-inner-wrapper #rec-service .mv-deco2 {
  width: 330px;
  margin-top: -380px;
  left: -110px;
  z-index: 4;
}
@media print, screen and (max-width: 1300px) {
  #recruit .recruit-inner-wrapper #rec-service .mv-deco2 {
    width: 30vw;
    left: -10vw;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-service .mv-deco2 {
    width: 30vw;
    left: 0vw;
    margin-top: -100px;
  }
}
#recruit .recruit-inner-wrapper #rec-service .service-flow-wrap {
  padding-left: calc((100vw - 1080px) / 2);
  position: relative;
  z-index: 6;
}
@media print, screen and (max-width: 1300px) {
  #recruit .recruit-inner-wrapper #rec-service .service-flow-wrap {
    padding-left: 5%;
  }
}
#recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap {
  background-color: #FEF4D7;
  border-radius: 50px 0 0 0;
  margin-bottom: 50px;
  padding: 40px;
  color: #3E3A39;
}
#recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .title-wrap {
  color: #F6ACBB;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
#recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .title-wrap .num {
  font-size: 36px;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .title-wrap .num {
    font-size: 5.625vw;
  }
}
#recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .title-wrap .bar {
  height: 1px;
  width: 70px;
  background-color: #F6ACBB;
}
#recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .title-wrap .title-txt {
  font-family: serif;
  font-weight: 600;
  font-size: 28px;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .title-wrap .title-txt {
    font-size: 4.375vw;
  }
}
#recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .txt-wrap {
  padding-left: 11%;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .txt-wrap {
    padding-left: 0;
  }
}
#recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .txt-wrap .txt {
  line-height: 1.9;
}
#recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .txt-wrap .detail-wrap {
  margin-top: 50px;
}
#recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .txt-wrap .detail-wrap .detail-item {
  margin: 20px auto;
  padding: 20px 0px 20px 20px;
  border-left: 4px solid #F6ACBB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .txt-wrap .detail-wrap .detail-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: unset;
    border-top: 4px solid #F6ACBB;
    padding: 15px 0;
  }
}
#recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .txt-wrap .detail-wrap .detail-item .time {
  width: 200px;
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .txt-wrap .detail-wrap .detail-item .time {
    width: 100%;
  }
}
#recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .txt-wrap .detail-wrap .detail-item .detail-txt-wrap {
  padding: 30px 20px;
  border-radius: 15px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-service .service-flow-wrap .flow-item-wrap .txt-wrap .detail-wrap .detail-item .detail-txt-wrap {
    width: 100%;
  }
}
#recruit .recruit-inner-wrapper #rec-numbers {
  background-color: #353CBA;
  border-radius: 30px 30px 0 0;
  padding: 100px 0;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap {
  margin: 100px auto 0;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li {
  width: 31%;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner {
  background-color: #FFFFFF;
  font-family: serif;
  border-radius: 30px;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .title {
  background-color: #F6ACBB;
  color: #FFFFFF;
  text-align: center;
  font-size: 21px;
  padding: 12px 0;
  border-radius: 30px 30px 0 0;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap {
  padding: 20px;
  color: #F6ACBB;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .flex .item {
  width: 48%;
  text-align: center;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .flex .item .label {
  width: 100%;
  background-color: #F6ACBB;
  color: #FFFFFF;
  text-align: center;
  border-radius: 30px;
  font-size: 14px;
  padding: 5px 0;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .flex .item .num-wrap {
  font-size: 28px;
}
@media print, screen and (max-width: 1300px) {
  #recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .flex .item .num-wrap {
    font-size: 2.1538461538vw;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .flex .item .num-wrap {
    font-size: 5vw;
  }
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .flex .item .num-wrap span {
  font-size: 58px;
}
@media print, screen and (max-width: 1300px) {
  #recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .flex .item .num-wrap span {
    font-size: 4.4615384615vw;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .flex .item .num-wrap span {
    font-size: 10vw;
  }
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .num-wrap {
  font-size: 51px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
@media print, screen and (max-width: 1300px) {
  #recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .num-wrap {
    font-size: 3.9230769231vw;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .num-wrap {
    font-size: 5vw;
  }
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .num-wrap span {
  font-size: 100px;
}
@media print, screen and (max-width: 1300px) {
  #recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .num-wrap span {
    font-size: 7.6923076923vw;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .num-wrap span {
    font-size: 10vw;
  }
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .content {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .img-wrap {
  height: 124px;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap li .inner .content-wrap .img-wrap img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap .slider-button-wrap .number-swiper-button-prev, #recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap .slider-button-wrap .number-swiper-button-next {
  position: relative;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap .slider-button-wrap {
  max-width: 130px;
  margin: 50px auto;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap .slider-button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap .slider-button-wrap .number-swiper-button-prev, #recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap .slider-button-wrap .number-swiper-button-next {
  position: relative;
  width: 50px;
  height: 50px;
  background-image: url(../img/recruit/slider-arrow-pink.png);
  background-size: cover;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap .slider-button-wrap .number-swiper-button-prev::after, #recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap .slider-button-wrap .number-swiper-button-next::after {
  display: none;
}
#recruit .recruit-inner-wrapper #rec-numbers .numbers-wrap .slider-button-wrap .number-swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#recruit .recruit-inner-wrapper #rec-welfare {
  background-color: #6ACE9E;
  border-radius: 30px 30px 0 0;
  margin-top: -40px;
  padding: 100px 0;
}
#recruit .recruit-inner-wrapper #rec-voice {
  background-color: #F0A727;
  border-radius: 30px 30px 0 0;
  margin-top: -40px;
  padding: 100px 0;
  position: relative;
}
#recruit .recruit-inner-wrapper #rec-voice::before {
  content: "";
  position: absolute;
  width: 50vw;
  height: 50vw;
  border-radius: 40vw;
  background-color: #ED9507;
  right: -23vw;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-voice::before {
    width: 80vw;
    height: 80vw;
    right: -60vw;
    margin-top: 5vw;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .content-item {
  display: none; /* 初期状態では全て非表示 */
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#recruit .recruit-inner-wrapper #rec-voice .content-item.active {
  display: block; /* アクティブなものだけ表示 */
  opacity: 1;
}
#recruit .recruit-inner-wrapper #rec-voice .slider-wrap {
  width: 50%;
  margin: auto;
  margin: 50px auto;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-voice .slider-wrap {
    width: 70%;
    padding-bottom: 20px;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .slider-wrap .img-wrap img {
  border-radius: 300px;
  height: 300px;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-voice .slider-wrap .img-wrap img {
    height: 27.7777777778vw;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-voice .slider-wrap .img-wrap img {
    height: 39.0625vw;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .slider-wrap .txt-wrap {
  width: 80%;
  border: 1px solid #3E3A39;
  padding: 30px;
  background-color: #FFFFFF;
  margin: auto;
  color: #3E3A39;
  border-radius: 30px;
  margin-top: -40px;
  z-index: 6;
  position: relative;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-voice .slider-wrap .txt-wrap {
    padding: 3.3333333333vw;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .slider-wrap .txt-wrap .title {
  font-size: 21px;
  font-weight: 600;
  font-family: serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #3E3A39;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-voice .slider-wrap .txt-wrap .title {
    font-size: 2.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-voice .slider-wrap .txt-wrap .title {
    font-size: 3.28125vw;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .slider-wrap .txt-wrap .detail {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  color: #F0A727;
  font-family: serif;
  padding-top: 10px;
  font-size: 21px;
  font-weight: 600;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-voice .slider-wrap .txt-wrap .detail {
    font-size: 2.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-voice .slider-wrap .txt-wrap .detail {
    font-size: 3.28125vw;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100vw;
  margin-left: -50%;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 250px;
  z-index: 999;
}
@media print, screen and (max-width: 1300px) {
  #recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap {
    margin-left: -20%;
    margin-top: 22.2222222222vw;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap {
    margin-left: -20%;
    margin-top: 74.6666666667vw;
    padding: 0 30%;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap .swiper-button-prev, #recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap .swiper-button-next {
  position: relative;
  width: 100px;
  height: 100px;
  background-image: url(../img/recruit/slider-arrow-o.png);
  background-size: cover;
  margin-top: 50px;
}
@media print, screen and (max-width: 1300px) {
  #recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap .swiper-button-prev, #recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap .swiper-button-prev::after, #recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap .swiper-button-next::after {
  display: none;
}
#recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap .swiper-button-prev:hover, #recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap .swiper-button-next:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap .swiper-button-prev {
  left: 0px;
  right: unset;
}
#recruit .recruit-inner-wrapper #rec-voice .slider-button-wrap .swiper-button-prev {
  right: 0px;
  left: unset;
}
#recruit .recruit-inner-wrapper #rec-voice .slier-content-area {
  position: relative;
  z-index: 98;
}
#recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item {
  position: relative;
  z-index: 98;
}
#recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .img-wrap {
  width: 90%;
  height: 470px;
  margin: auto;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .img-wrap {
    height: 44.4444444444vw;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .img-wrap {
    width: 100%;
    height: 62.5vw;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .item-mv-wrap {
  background-color: #FFFFFF;
  color: #2D1F14;
  width: calc(720px + (100vw - 1080px) / 2);
  margin-left: 360px;
  right: 0;
  position: relative;
  padding: 30px calc((100vw - 1080px) / 2) 30px 30px;
  border-radius: 20px 0 0 20px;
  margin-top: -100px;
}
@media print, screen and (max-width: 1300px) {
  #recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .item-mv-wrap {
    width: calc(70% + 5vw);
    padding: 20px 5vw 20px 20px;
    margin-left: 30%;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .item-mv-wrap {
    width: calc(100% + 5vw);
    padding: 20px 5vw 20px 20px;
    margin-left: 0;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .item-mv-wrap .inner {
  border-left: 1px solid #3E3A39;
  padding: 30px 0 30px 30px;
  font-family: serif;
}
#recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .item-mv-wrap .inner .title-txt {
  font-size: 21px;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .item-mv-wrap .inner .title-txt {
    font-size: 3.75vw;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .item-mv-wrap .inner .year-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #F0A727;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-family: serif;
  font-size: 31px;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .item-mv-wrap .inner .year-name {
    font-size: 5.625vw;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .item-mv-wrap .inner .year-name .year {
  margin-right: 20px;
}
#recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .qa-wrap {
  margin-top: 50px;
  font-family: serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 98;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .qa-wrap {
    font-size: 2.8125vw;
    margin-top: 17.3333333333vw;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .qa-wrap .item {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .qa-wrap .item {
    margin-bottom: 4.6875vw;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .qa-wrap .question {
  font-size: 21px;
  margin-bottom: .5em;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .qa-wrap .question {
    /* margin-bottom: 7.8125vw; */
    font-size: 3.75vw;
  }
}
#recruit .recruit-inner-wrapper #rec-voice .slier-content-area .content-item .qa-wrap .answer {
  line-height: 2;
}
#recruit .recruit-inner-wrapper #rec-career {
  background-color: #F6ACBB;
  border-radius: 30px 30px 0 0;
  margin-top: -40px;
  padding: 100px 0;
}
#recruit .recruit-inner-wrapper #rec-career .item {
  margin-bottom: 40px;
}
#recruit .recruit-inner-wrapper #rec-career .item .content-wrap .title {
  margin-bottom: 15px;
  width: 100%;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-career .item .content-wrap .txt-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#recruit .recruit-inner-wrapper #rec-career .item .content-wrap .txt-wrap .txt {
  width: 42%;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-career .item .content-wrap .txt-wrap .txt {
    width: 100%;
  }
}
#recruit .recruit-inner-wrapper #rec-career .item .content-wrap .txt-wrap .skill-wrap {
  background-color: #FFFFFF;
  width: 55%;
  border-radius: 20px;
  padding: 20px;
  font-size: 16px;
  color: #3E3A39;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-career .item .content-wrap .txt-wrap .skill-wrap {
    width: 100%;
  }
}
#recruit .recruit-inner-wrapper #rec-career .item .content-wrap .txt-wrap .skill-wrap .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#recruit .recruit-inner-wrapper #rec-career .item .content-wrap .txt-wrap .skill-wrap .skill-title {
  color: #F6ACBB;
  font-weight: 600;
}
#recruit .recruit-inner-wrapper #rec-career .item .content-wrap .txt-wrap .skill-wrap .bar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #F6ACBB;
}
#recruit .recruit-inner-wrapper #rec-career .item-inner-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-career .item-inner-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#recruit .recruit-inner-wrapper #rec-career .item-inner-flex .img-wrap {
  width: 25%;
  padding-top: 20px;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-career .item-inner-flex .img-wrap {
    width: 100%;
  }
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-career .item-inner-flex .img-wrap img.pc {
    display: none !important;
  }
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-career .item-inner-flex .img-wrap img.sp {
    display: block !important;
  }
}
#recruit .recruit-inner-wrapper #rec-career .item-inner-flex .item .content-wrap .title {
  margin-bottom: 15px;
  width: 100%;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-career .item-inner-flex .item .content-wrap .txt-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#recruit .recruit-inner-wrapper #rec-career .item-inner-flex .item .content-wrap .txt-wrap .txt {
  width: 53%;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-career .item-inner-flex .item .content-wrap .txt-wrap .txt {
    width: 100%;
  }
}
#recruit .recruit-inner-wrapper #rec-career .item-inner-flex .item .content-wrap .txt-wrap .skill-wrap {
  width: 45%;
}
@media print, screen and (max-width: 900px) {
  #recruit .recruit-inner-wrapper #rec-career .item-inner-flex .item .content-wrap .txt-wrap .skill-wrap {
    width: 100%;
  }
}
#recruit .recruit-inner-wrapper #rec-requierment {
  padding: 100px 0;
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-content {
  display: none; /* 初期状態では非表示 */
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-content.active {
  display: block; /* アクティブなタブだけ表示 */
  opacity: 1;
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-container {
  margin-bottom: 30px;
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-container .tab-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-requierment .tab-container .tab-buttons {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-container .tab-buttons .tab-button {
  border-radius: 50px;
  max-width: 220px;
  margin-right: 20px;
  margin-left: 0;
  background-color: unset;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: serif;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-requierment .tab-container .tab-buttons .tab-button {
    max-width: unset;
    width: 48%;
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-requierment .tab-container .tab-buttons .tab-button:first-child {
    margin: 15px 20%;
  }
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-container .tab-buttons .tab-button.active, #recruit .recruit-inner-wrapper #rec-requierment .tab-container .tab-buttons .tab-button:hover {
  background-color: #F6ACBB;
  color: #FFFFFF;
  border-color: #F6ACBB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-container .tab-buttons .tab-button::after {
  display: none;
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-content-container {
  margin: 50px auto;
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-content-container .img-wrap {
  width: 100%;
  height: 350px;
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-content-container .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-content-container table {
  width: 100%;
  margin: 40px auto;
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-content-container table tr {
  width: 100%;
  border-top: 1px solid #FFFFFF;
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-content-container table tr:last-child {
  border-bottom: 1px solid #FFFFFF;
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-content-container table th, #recruit .recruit-inner-wrapper #rec-requierment .tab-content-container table td {
  padding: 20px;
  text-align: left;
  font-size: 16px;
  font-family: serif;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-requierment .tab-content-container table th, #recruit .recruit-inner-wrapper #rec-requierment .tab-content-container table td {
    display: block;
    width: 100%;
  }
}
#recruit .recruit-inner-wrapper #rec-requierment .tab-content-container table th {
  width: 200px;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-inner-wrapper #rec-requierment .tab-content-container table th {
    width: 100%;
    padding-bottom: 0;
  }
}

.footer-content-wrap {
  display: block;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-color: #442F1E;
  color: #FFFFFF;
  z-index: 4;
  position: relative;
  margin-top: -50px;
}
.footer-content-wrap .footer-contact-wrap {
  text-align: center;
  padding: 50px 0;
}
@media only screen and (max-width: 640px) {
  .footer-content-wrap .footer-contact-wrap {
    padding: 6.25vw 0;
  }
}
.footer-content-wrap .footer-contact-wrap .description {
  margin: 40px 0;
  font-size: 16px;
  font-family: serif;
}
@media only screen and (max-width: 640px) {
  .footer-content-wrap .footer-contact-wrap .description {
    margin: 3.125vw 0;
  }
}
.footer-content-wrap .footer-contact-wrap .phone a {
  font-size: 48px;
  font-family: serif;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .footer-content-wrap .footer-contact-wrap .phone a {
    font-size: 8.125vw;
    margin: 3.125vw 0;
  }
}
@media only screen and (max-width: 640px) {
  .footer-content-wrap .footer-contact-wrap .phone-desc {
    font-size: 3.125vw;
  }
}
.footer-content-wrap .footer-contact-wrap .button-wrap {
  width: 100%;
  margin-top: 35px;
}
@media only screen and (max-width: 640px) {
  .footer-content-wrap .footer-contact-wrap .button-wrap .link-button::after {
    margin-top: .6em;
    margin-left: auto;
    left: auto;
    right: 1em;
  }
}
.footer-content-wrap #footer {
  background-color: #2D1F14;
  padding: 50px;
  border-radius: 30px;
}
@media print, screen and (max-width: 1300px) {
  .footer-content-wrap #footer {
    padding: 3.8461538462vw;
  }
}
@media only screen and (max-width: 640px) {
  .footer-content-wrap #footer {
    padding: 7.8125vw 1.5625vw;
  }
}
.footer-content-wrap #footer .container {
  width: 95%;
}
.footer-content-wrap #footer .footer-head {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .footer-content-wrap #footer .footer-head .footer-logo, .footer-content-wrap #footer .footer-head .contact-link {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .footer-content-wrap #footer .footer-head .contact-link a {
    margin: 20px auto 0;
  }
}
.footer-content-wrap #footer .footer-logo img {
  max-width: 200px;
}
@media only screen and (max-width: 640px) {
  .footer-content-wrap #footer .footer-logo img {
    max-width: unset;
    width: 36.5625vw;
  }
}
.footer-content-wrap #footer .footer-logo .txt {
  font-size: 13px;
  margin-top: 20px;
}
.footer-content-wrap #footer .footer-nav-menu {
  margin-top: 40px;
  padding: 50px 40px 0px 60px;
  border-top: 1px solid #FFFFFF;
}
@media print, screen and (max-width: 1300px) {
  .footer-content-wrap #footer .footer-nav-menu {
    padding: 3.8461538462vw 3.0769230769vw 0 4.6153846154vw;
  }
}
@media print, screen and (max-width: 900px) {
  .footer-content-wrap #footer .footer-nav-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 640px) {
  .footer-content-wrap #footer .footer-nav-menu {
    margin-top: 6.25vw;
    padding: 4.6875vw 1.5625vw 0;
  }
}
.footer-content-wrap #footer .footer-nav-menu a {
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  font-size: 12px;
  font-family: serif;
  font-weight: 300;
}
@media print, screen and (max-width: 900px) {
  .footer-content-wrap #footer .footer-nav-menu .footer-nav-menu-item.sub {
    width: 100%;
    margin-top: 15px;
  }
}
@media print, screen and (max-width: 900px) {
  .footer-content-wrap #footer .footer-nav-menu .footer-nav-menu-item.sub .menu-ttl .nav-btn {
    width: 100%;
    text-align: center;
  }
  .footer-content-wrap #footer .footer-nav-menu .footer-nav-menu-item.sub .menu-ttl .nav-btn::before {
    display: none;
  }
}
.footer-content-wrap #footer .footer-nav-menu .menu-ttl .nav-btn {
  font-weight: 600;
  letter-spacing: 0.16em;
  position: relative;
  font-size: 15px;
}
.footer-content-wrap #footer .footer-nav-menu .menu-ttl .nav-btn::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/arrow-icon.svg);
  margin-left: -22px;
  margin-top: 2px;
}
.footer-content-wrap .copyright {
  padding: 15px 0;
  text-align: center;
  font-family: serif;
  font-size: 12px;
  letter-spacing: 0.1em;
}