@charset "UTF-8";
@font-face {
  font-family: KozGoPr6N-Bold;
  src: url("../fonts/KozGoPr6N-Bold.woff2");
}
@font-face {
  font-family: KozGoPr6N-Medium;
  src: url("../fonts/KozGoPr6N-Medium.woff2");
}
@font-face {
  font-family: KozGoPr6N-Regular;
  src: url("../fonts/KozGoPr6N-Regular.woff2");
}
@font-face {
  font-family: hiraMinProp-regular;
  src: url("../fonts/HiraMinPro-W3.woff2");
}
@font-face {
  font-family: hiraMinProp-bold;
  src: url("../fonts/HiraMinPro-W6.woff2");
}
@font-face {
  font-family: noto-bold;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2");
}
@font-face {
  font-family: MiGoMB1Std-DeBold;
  src: url("../fonts/X-ShinYuan-DeBold.woff2");
}
@font-face {
  font-family: AvenirNext-Bold;
  src: url("../fonts/AvenirNextBold.ttf");
}
.pc {
  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: 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;
  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: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

@keyframes scroll {
  from {
    height: 0;
  }
  to {
    height: 15rem;
  }
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotateZ(0);
  }
  to {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes top-slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2010px 0;
  }
}
@keyframes bottom-slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2557px 0;
  }
}
input[type=text] {
  position: relative;
  background-color: #E7E8E8;
  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;
  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;
  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;
  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;
  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;
  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;
  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: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
picture img {
  width: 100%;
}

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

.image_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: 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: 2.4rem;
    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: 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;
}
@media only screen and (max-width: 640px) {
  .section-title .lead {
    font-size: 7.2rem;
  }
}
.section-title .sub {
  position: relative;
  font-family: KozGoPr6N-Bold;
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: left;
  color: #000000;
}
@media only screen and (max-width: 640px) {
  .section-title .sub {
    font-size: 3.6rem;
  }
}
.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: #33B0E5;
}
.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: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.arrow-btn span {
  width: 4px;
  height: 4px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(45deg);
}

.color-line {
  margin: 1.3rem 0 1.8rem 0;
  display: flex;
  align-items: 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: #33B0E5;
}
.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: #000000;
  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: #000000;
}
@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: flex;
  align-items: 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;
  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: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  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;
}
@media only screen and (max-width: 640px) {
  .link-btn {
    width: 35rem;
    height: 8rem;
    border-radius: 4rem;
    margin: 0 auto;
  }
}
.link-btn span {
  position: relative;
  font-family: noto-bold;
  font-size: 1.4rem;
  color: black;
  text-decoration: none;
  line-height: 1;
  z-index: 3;
}
@media only screen and (max-width: 640px) {
  .link-btn span {
    font-size: 2.4rem;
  }
}
.link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #F6EEE4;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transform-origin: right top;
  transform: scale(0, 1);
  z-index: 1;
  border-radius: 3rem;
}
.link-btn:hover::before {
  transform-origin: left top;
  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;
  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%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transform-origin: right top;
  transform: scale(0, 1);
  z-index: 1;
}
.form-btn:hover {
  color: #672E2B;
}
.form-btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
  opacity: 0;
  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: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  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: flex;
  align-items: 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 {
  transform: translate(0, 0);
}

.modal-open {
  overflow: hidden;
}

.wp-pagination {
  position: relative;
  display: flex;
  align-items: 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 #33B0E5;
  background: #33B0E5;
}
@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: flex;
  justify-content: 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;
  align-items: 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;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-color: #FFA4DF;
  color: #FFA4DF;
}
.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;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-color: #FFA4DF;
  color: #FFA4DF;
}
.wp-pagination .wp-pagenavi .current {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  display: none;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-color: #FFA4DF;
  color: #FFA4DF;
}
.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: #000000;
  display: block;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.wp-pagination .wp-pagenavi .previouspostslink {
  position: absolute;
  top: 50%;
  left: 34%;
  transform: translateY(-50%);
}
.wp-pagination .wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  right: 34%;
  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;
  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: flex;
  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;
  transition: transform ease-in-out 0.4s;
  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%;
  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: #33B0E5;
}
@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: #33B0E5;
  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;
  align-items: center;
  justify-content: center;
  width: 9.4rem;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  z-index: 996;
  display: none;
}
@media only screen and (max-width: 640px) {
  .back-to-top {
    display: flex;
    width: 9rem;
    right: 1.6rem;
    bottom: 15rem;
  }
}
.back-to-top img {
  width: 100%;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding-right: 11rem;
  transition: background 0.3s ease-in-out;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  height: 11rem;
}
@media only screen and (max-width: 640px) {
  #header {
    padding-right: 0;
  }
}
#header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 100%;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  #header .header-wrapper {
    align-items: flex-start;
  }
}
#header .header-wrapper .header-logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  #header .header-wrapper .header-logo {
    width: 36rem;
  }
  #header .header-wrapper .header-logo a {
    width: 100%;
  }
  #header .header-wrapper .header-logo a img {
    width: 100%;
  }
}
#header .header-wrapper .header-nav {
  position: relative;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 640px) {
  #header .header-wrapper .header-nav {
    display: none;
  }
}
#header .header-wrapper .header-nav .header-recruit-require {
  width: 15rem;
  height: 3.5rem;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: AvenirNext-Bold;
  font-weight: bold;
  font-size: 1.4rem;
  color: #E36C49;
  border: 0.5px solid #E36C49;
  border-radius: 1.75rem;
}
#header .header-wrapper .header-nav .header-recruit-corpo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: AvenirNext-Bold;
  font-weight: bold;
  font-size: 1.4rem;
  color: #000000;
  margin-left: 2.5rem;
}

#header.header-scrolled {
  transition: all 0.2s ease-in-out;
}

body.mobile-nav-active #mobile-nav {
  top: 0;
}
.mainvisual .movie video {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .mainvisual .movie video {
    /*天地中央配置*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
  }
  .mainvisual .play-bt {
    width: 100%;
    text-align: center;
    top: 40%;
    left: 0;
    bottom: 0;
  }
  .mainvisual-title {
    top: 67%;
  }
  .mainvisual-title h1 {
    font-size: 5rem;
  }
  .mainvisual-title h1 span {
    font-size: 3rem;
  }
}
.mobile-nav-toggle {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background: black;
  border-radius: 0.95rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1001;
  margin: 0;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle {
    display: flex;
    width: 9rem;
    height: 9rem;
  }
}
.mobile-nav-toggle-content {
  margin-top: 0.5rem;
}
.mobile-nav-toggle .toggle-text-menu {
  color: white;
  font-size: 0.9rem;
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle .toggle-text-menu {
    font-size: 1.5rem;
  }
}
.mobile-nav-toggle .toggle-text-close {
  color: white;
  font-size: 0.9rem;
  display: none;
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle .toggle-text-close {
    font-size: 1.5rem;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 2.7rem;
  height: 1.2rem;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle .toggle-icon {
    width: 5rem;
    height: 2rem;
  }
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.27rem;
  background: #FFFFFF;
  transition: all 0.4s ease-in-out;
  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;
  width: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle .toggle-icon span:nth-child(2) {
    width: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle .toggle-icon span {
    height: 0.5rem;
  }
}
.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;
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle.toggle-active .toggle-icon {
    margin-bottom: 1.5rem;
  }
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  transform: translateY(0.5rem) rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
    transform: translateY(1rem) rotate(-45deg);
    width: 5rem;
  }
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  transform: translateY(-0.5rem) rotate(45deg);
  width: 2.7rem;
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
    transform: translateY(-0.4rem) rotate(45deg);
    width: 5rem;
  }
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  top: -100%;
  width: 100%;
  height: fit-content;
  overflow-y: auto;
  background: white;
  transition: all 0.4s ease-in-out;
  padding: 0;
  overflow-y: scroll;
}
@media only screen and (max-width: 640px) {
  #mobile-nav {
    padding-top: 6rem;
    height: 100vh;
    overflow: scroll;
    padding-bottom: 13rem;
  }
}
#mobile-nav .container {
  height: 100%;
  position: relative;
}
#mobile-nav .container .mobile-nav-menu {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10rem;
}
@media only screen and (max-width: 640px) {
  #mobile-nav .container .mobile-nav-menu {
    gap: 5rem 0;
    padding-bottom: 25rem;
  }
}
@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;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  #mobile-nav .container .mobile-nav-menu-item ul .menu-ttl {
    font-size: 4.5rem;
  }
}
#mobile-nav .container .mobile-nav-menu-item ul .menu-ttl-jp {
  font-family: KozGoPr6N-Bold;
  font-size: 1.2rem;
}
@media only screen and (max-width: 640px) {
  #mobile-nav .container .mobile-nav-menu-item ul .menu-ttl-jp {
    font-size: 3.2rem;
  }
}
#mobile-nav .container .mobile-nav-menu-item ul li {
  font-family: KozGoPr6N-Bold;
  font-size: 1rem;
  color: #ACADAD;
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  #mobile-nav .container .mobile-nav-menu-item ul li {
    font-size: 2.4rem;
  }
}
#mobile-nav .container .mobile-bottom-menu {
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 3rem;
  border-bottom: 0.75px solid black;
  display: flex;
  align-items: center;
  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;
  transform: rotate(30deg);
}
#mobile-nav .container .mobile-bottom-menu.sp {
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-nav .container .mobile-bottom-menu.sp li a span {
  font-family: KozGoPr6N-Bold;
  font-size: 2.4rem;
  color: #ACADAD;
}
#mobile-nav .container .mobile-nav-sdg {
  display: block;
  padding: 2.5rem 0 3.7rem 0;
}
@media only screen and (max-width: 640px) {
  #mobile-nav .container .mobile-nav-sdg {
    border-top: 1px solid black;
    padding: 7rem 3rem 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mobile-nav .container .mobile-nav-sdg img {
    width: 100%;
  }
}
#mobile-nav .container .block_img_01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 43rem;
  height: max-content;
  z-index: -1;
}
#mobile-nav .container .block_img_01 img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #mobile-nav .container .block_img_01 {
    top: 9rem;
    left: 0;
  }
}
#mobile-nav .container .block_img_02 {
  position: absolute;
  left: 0;
  bottom: -15rem;
  width: 43rem;
  height: max-content;
  z-index: -1;
}
#mobile-nav .container .block_img_02 img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #mobile-nav .container .block_img_02 {
    bottom: -25rem;
  }
}

.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;
  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;
  padding: 16.7rem 0 34rem 0;
}
@media only screen and (max-width: 640px) {
  body.mobile-nav-active #mobile-nav .container {
    padding-top: 34rem;
    overflow: scroll;
  }
}

main#main {
  position: relative;
  overflow: hidden;
}

.mainvisual {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .mainvisual {
    height: 80rem;
  }
}
.mainvisual::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 12rem;
  background: linear-gradient(0deg, #b1afaf 0%, #D2D2D2 100%);
}
.mainvisual .movie {
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .mainvisual .movie {
    height: 80rem;
  }
}
.mainvisual .movie::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D2D2D2;
  background-image: radial-gradient(#D2D2D2 20%, transparent 20%), radial-gradient(#D2D2D2 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  opacity: 0.2;
}

.mainvisual .entry {
  position: fixed;
  bottom: 45rem;
  right: 2rem;
  width: 10rem;
  height: 10rem;
  background: #A50E32;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: hiraMinProp-regular;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  z-index: 100;
}
.mainvisual .entry::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 8.5rem;
  height: 8.5rem;
  border: 1px solid #FFFFFF;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  animation: rotate 7s infinite linear;
}
.mainvisual .entry:hover::after {
  animation: none;
  transform: translate(-50%, -50%) scale(1.2);
}
.mainvisual .play-bt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 50;
}
.mainvisual .scroll p {
  font-family: hiraMinProp-regular;
  font-size: 1.4rem;
  line-height: 1;
  color: black;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.mainvisual .scroll span {
  position: relative;
  display: flex;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1px solid black;
  border-top: 1px solid black;
  transform: rotate(135deg);
}

.mainvisual-title {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  position: absolute;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainvisual-title img {
  width: 100%;
  max-width: 70rem;
}
@media only screen and (max-width: 640px) {
  .mainvisual-title img {
    width: 80%;
  }
}

#modal-video {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 108;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.5s;
}
#modal-video.close {
  filter: opacity(0);
  visibility: hidden;
}
#modal-video.open {
  filter: opacity(1);
  visibility: visible;
}
#modal-video iframe {
  width: 64vw;
  height: 36vw;
}

.mainvisual .scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.pageindex {
  position: relative;
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 50rem;
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  background-image: url(../img/company/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pageindex .logo-ttl {
  font-family: AvenirNext-Bold;
  font-weight: bold;
  font-size: 1.6rem;
  color: white;
  position: absolute;
  top: 10rem;
  left: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .pageindex .logo-ttl {
    font-size: 2.4rem;
  }
}
.pageindex .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.pageindex .container .scroll {
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.pageindex .container .scroll p {
  font-family: hiraMinProp-regular;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  writing-mode: vertical-lr;
  -ms-writing-mode: bt-lr;
  margin-bottom: 2.5rem;
}
.pageindex .container .scroll span {
  position: relative;
  height: 15rem;
  width: 1px;
  background: #ffffff;
}
.pageindex .container .scroll span::after {
  content: "";
  width: 1px;
  height: 15rem;
  background: #171C61;
  position: absolute;
  top: 0;
  left: 0;
  animation: scroll 2s infinite;
}
.pageindex .entry {
  position: fixed;
  bottom: 12rem;
  right: 2rem;
  width: 10rem;
  height: 10rem;
  background: #A50E32;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: hiraMinProp-regular;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}
.pageindex .entry::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 8.5rem;
  height: 8.5rem;
  border: 1px solid #FFFFFF;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  animation: rotate 7s infinite linear;
}
.pageindex .entry:hover::after {
  animation: none;
  transform: translate(-50%, -50%) scale(1.2);
}
.pageindex .pageindex-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
.pageindex .pageindex-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-43%, -50%);
  width: 75rem;
  height: 21rem;
  background-image: url(../img/common/bg_title.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pageindex .pageindex-title-content {
  margin-top: 3rem;
}
.pageindex .pageindex-title-content .lead {
  font-size: 4.6rem;
  font-family: AvenirNext-Bold;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  color: white;
  font-weight: bold;
  text-align: center;
}
.pageindex .pageindex-title-content .sub {
  font-family: KozGoPr6N-Bold;
  font-size: 1.8rem;
  margin-top: 0.5rem;
  color: white;
  position: relative;
  z-index: 99;
  text-align: center;
}

.pageindex.env {
  background-image: url(../img/env/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex.business {
  background-image: url(../img/business/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex.voice {
  background-image: url(../img/voice/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.pageindex.require {
  background-image: url(../img/require/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex.blog {
  background-image: url(../img/blog/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex.blog.single {
  height: 60rem;
}

.pageindex.contact {
  background-image: url(../img/contact/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex.privacy {
  background-image: url(../img/contact/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex.sitemap {
  background-image: url(../img/contact/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex-cat {
  display: flex;
  justify-content: center;
  padding: 0 3rem;
  margin-bottom: 8rem;
  padding-top: 18rem;
}
.pageindex-cat .cat-link {
  width: 20rem;
  height: 5rem;
  border: 1px solid #FFFFFF;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: hiraMinProp-regular;
  font-size: 1.4rem;
  color: #FFFFFF;
  margin: 0 1rem;
}
.pageindex-cat .cat-link:hover {
  background: #A50E32;
  border-color: #A50E32;
  color: #FFFFFF;
}
.pageindex-cat .cat-link.active {
  background: #A50E32;
  border-color: #A50E32;
  color: #FFFFFF;
}

.p-choose {
  padding: 3rem 0;
  background-color: #EBDCC3;
}
.p-choose .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-choose .container .choose-group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .p-choose .container .choose-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-choose .container .choose-group .choose-item {
  border-right: 0.5px solid black;
  padding: 0 6.6rem;
}
.p-choose .container .choose-group .choose-item .m-text {
  text-align: center;
}
.p-choose .container .choose-group .choose-item:first-child {
  padding-left: 0;
}
.p-choose .container .choose-group .choose-item:last-child {
  padding-right: 0;
  border-right: none;
}
@media only screen and (max-width: 640px) {
  .p-choose .container .choose-group .choose-item {
    padding: 3rem 0;
    width: 50%;
  }
  .p-choose .container .choose-group .choose-item:first-child {
    border-right: 0.5px solid black;
  }
  .p-choose .container .choose-group .choose-item:nth-child(2) {
    border-right: none;
  }
  .p-choose .container .choose-group .choose-item:nth-child(3) {
    border-right: 0.5px solid black;
    border-top: 0.5px solid black;
  }
  .p-choose .container .choose-group .choose-item:nth-child(4) {
    border-right: none;
    border-top: 0.5px solid black;
  }
}

.top-company {
  padding: 20rem 0 14rem 0;
}
.top-company .company-layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout {
    display: block;
  }
}
.top-company .company-layout .company-left {
  position: relative;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 11rem;
  padding-right: 15rem;
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout .company-left {
    padding: 0 3rem;
  }
}
.top-company .company-layout .company-left-content .section-title {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout .company-left-content .section-title {
    margin-left: 4rem;
  }
}
.top-company .company-layout .company-left-content .section-title .sub {
  color: #000000;
}
.top-company .company-layout .company-left-content .section-title .lead {
  color: #000000;
  line-height: 1;
  white-space: nowrap;
}
.top-company .company-layout .company-left-content .ms-text {
  text-align: left;
  font-family: KozGoPr6N-Medium;
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout .company-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.top-company .company-layout .company-left .link-btn {
  margin-top: 4rem;
}
.top-company .company-layout .company-left .company-left-img_01 {
  position: absolute;
  bottom: -9rem;
  left: 1.5rem;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout .company-left .company-left-img_01 {
    width: 22rem;
    height: auto;
  }
}
.top-company .company-layout .company-left .company-left-img_01 img {
  width: 100%;
}
.top-company .company-layout .company-left .company-left-img_02 {
  position: absolute;
  top: 0;
  left: 26rem;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout .company-left .company-left-img_02 {
    width: 22rem;
    height: auto;
    left: unset;
    right: 3rem;
  }
}
.top-company .company-layout .company-left .company-left-img_02 img {
  width: 100%;
}
.top-company .company-layout .wrap {
  width: 55%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout .wrap {
    width: 100%;
  }
}
.top-company .company-layout .company-swiper-slider {
  position: relative;
}
.top-company .company-layout .company-swiper-slider .swiper {
  position: relative;
  padding: 10rem 5rem 10rem 8rem;
  margin-bottom: 3rem;
}
.top-company .company-layout .company-swiper-slider .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2rem;
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout .company-swiper-slider .swiper-btn {
    justify-content: center;
  }
}
.top-company .company-layout .company-swiper-slider .swiper-button-next,
.top-company .company-layout .company-swiper-slider .swiper-button-prev {
  position: unset;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: white;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-company .company-layout .company-swiper-slider .swiper-button-next span,
.top-company .company-layout .company-swiper-slider .swiper-button-prev span {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(135deg);
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout .company-swiper-slider .swiper-button-next span,
  .top-company .company-layout .company-swiper-slider .swiper-button-prev span {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.top-company .company-layout .company-swiper-slider .swiper-button-next::after,
.top-company .company-layout .company-swiper-slider .swiper-button-prev::after {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout .company-swiper-slider .swiper-button-next,
  .top-company .company-layout .company-swiper-slider .swiper-button-prev {
    width: 9rem;
    height: 9rem;
  }
}
.top-company .company-layout .company-swiper-slider .swiper-button-next {
  margin-left: 1.5rem;
}
.top-company .company-layout .company-swiper-slider .swiper-button-next span {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout .company-swiper-slider .swiper-button-next span {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.top-company .company-layout .company-swiper-slider .swiper-slide {
  position: relative;
  padding-right: 4.4rem;
}
.top-company .company-layout .company-swiper-slider .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout .company-swiper-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}
.top-company .company-layout .company-swiper-slider .company-item {
  position: relative;
  overflow: hidden;
}
.top-company .company-layout .company-swiper-slider .company-item .thumb {
  position: relative;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 1rem;
  border-radius: 4rem;
}
.top-company .company-layout .company-swiper-slider .company-item .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.top-company .company-layout .company-swiper-slider .company-item .thumb:hover img {
  transform: scale(1.15);
}
.top-company .company-layout .company-swiper-slider .company-item .content {
  position: relative;
}
.top-company .company-layout .company-swiper-slider .company-item .content .title {
  font-family: KozGoPr6N-Medium;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1;
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout .company-swiper-slider .company-item .content .title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.top-company .company-layout .company-right-img_01 {
  position: absolute;
  top: -1rem;
  left: -3.5rem;
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout .company-right-img_01 {
    left: 2rem;
    top: -80rem;
    z-index: -1;
    width: 16rem;
    height: auto;
  }
}
.top-company .company-layout .company-right-img_01 img {
  width: 100%;
}
.top-company .company-layout .company-right-img_02 {
  position: absolute;
  bottom: 0;
  right: 4rem;
}
@media only screen and (max-width: 640px) {
  .top-company .company-layout .company-right-img_02 {
    z-index: -1;
    width: 16rem;
    height: auto;
  }
}
.top-company .company-layout .company-right-img_02 img {
  width: 100%;
}

.top-number {
  padding: 0 0 14rem 0;
}
@media only screen and (max-width: 640px) {
  .top-number {
    padding: 5rem 0 19rem 0;
  }
}
.top-number .number-layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .top-number .number-layout {
    flex-direction: column-reverse;
  }
}
.top-number .number-layout .number-left {
  position: relative;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15rem;
  padding-right: 11rem;
}
@media only screen and (max-width: 640px) {
  .top-number .number-layout .number-left {
    padding: 0 3rem;
  }
}
.top-number .number-layout .number-left-content .section-title {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .top-number .number-layout .number-left-content .section-title {
    margin-right: 4rem;
  }
}
.top-number .number-layout .number-left-content .section-title .sub {
  color: #000000;
  text-align: right;
}
.top-number .number-layout .number-left-content .section-title .lead {
  color: #000000;
  line-height: 1;
  white-space: nowrap;
  text-align: right;
}
.top-number .number-layout .number-left-content .ms-text {
  text-align: left;
  font-family: KozGoPr6N-Medium;
}
@media only screen and (max-width: 640px) {
  .top-number .number-layout .number-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.top-number .number-layout .number-left .link-btn {
  margin-top: 4rem;
}
.top-number .number-layout .number-left .number-img_03 {
  position: absolute;
  bottom: -9rem;
  left: 13.5rem;
}
.top-number .number-layout .number-left .number-img_03 img {
  width: 100%;
}
.top-number .number-layout .wrap {
  width: 55%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .top-number .number-layout .wrap {
    width: 100%;
  }
}
.top-number .number-layout .number-swiper-slider {
  position: relative;
}
.top-number .number-layout .number-swiper-slider .swiper {
  position: relative;
  padding: 10rem 5rem 10rem 8rem;
  margin-bottom: 3rem;
}
.top-number .number-layout .number-swiper-slider .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 2rem;
}
@media only screen and (max-width: 640px) {
  .top-number .number-layout .number-swiper-slider .swiper-btn {
    justify-content: center;
  }
}
.top-number .number-layout .number-swiper-slider .swiper-button-next,
.top-number .number-layout .number-swiper-slider .swiper-button-prev {
  position: unset;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: white;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-number .number-layout .number-swiper-slider .swiper-button-next span,
.top-number .number-layout .number-swiper-slider .swiper-button-prev span {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(135deg);
}
@media only screen and (max-width: 640px) {
  .top-number .number-layout .number-swiper-slider .swiper-button-next span,
  .top-number .number-layout .number-swiper-slider .swiper-button-prev span {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.top-number .number-layout .number-swiper-slider .swiper-button-next::after,
.top-number .number-layout .number-swiper-slider .swiper-button-prev::after {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .top-number .number-layout .number-swiper-slider .swiper-button-next,
  .top-number .number-layout .number-swiper-slider .swiper-button-prev {
    width: 9rem;
    height: 9rem;
  }
}
.top-number .number-layout .number-swiper-slider .swiper-button-next {
  margin-left: 1.5rem;
}
.top-number .number-layout .number-swiper-slider .swiper-button-next span {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .top-number .number-layout .number-swiper-slider .swiper-button-next span {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.top-number .number-layout .number-swiper-slider .swiper-slide {
  position: relative;
  padding-right: 4.4rem;
  opacity: 0.7;
}
.top-number .number-layout .number-swiper-slider .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .top-number .number-layout .number-swiper-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}
.top-number .number-layout .number-swiper-slider .number-item {
  position: relative;
  overflow: hidden;
}
.top-number .number-layout .number-swiper-slider .number-item .thumb {
  position: relative;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 1rem;
  border-radius: 4rem;
}
.top-number .number-layout .number-swiper-slider .number-item .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.top-number .number-layout .number-swiper-slider .number-item .thumb:hover img {
  transform: scale(1.15);
}
.top-number .number-layout .number-swiper-slider .number-item .content {
  position: relative;
}
.top-number .number-layout .number-swiper-slider .number-item .content .title {
  font-family: KozGoPr6N-Medium;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1;
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  .top-number .number-layout .number-swiper-slider .number-item .content .title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.top-number .number-layout .number-img_01 {
  position: absolute;
  top: -1rem;
  right: -3.5rem;
}
@media only screen and (max-width: 640px) {
  .top-number .number-layout .number-img_01 {
    width: 15rem;
    right: 2rem;
    top: -76rem;
  }
}
.top-number .number-layout .number-img_01 img {
  width: 100%;
}
.top-number .number-layout .number-img_02 {
  position: absolute;
  bottom: 0;
  left: 4rem;
}
@media only screen and (max-width: 640px) {
  .top-number .number-layout .number-img_02 {
    width: 30rem;
    left: unset;
    right: 1rem;
  }
}
.top-number .number-layout .number-img_02 img {
  width: 100%;
}

.top-voice {
  padding: 0 0 14rem 0;
}
.top-voice .voice-layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout {
    display: block;
  }
}
.top-voice .voice-layout .voice-left {
  position: relative;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 11rem;
  padding-right: 15rem;
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout .voice-left {
    padding: 0 3rem;
  }
}
.top-voice .voice-layout .voice-left-content {
  z-index: 88;
}
.top-voice .voice-layout .voice-left-content .section-title {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout .voice-left-content .section-title {
    margin-left: 4rem;
  }
}
.top-voice .voice-layout .voice-left-content .section-title .sub {
  color: #000000;
}
.top-voice .voice-layout .voice-left-content .section-title .lead {
  color: #000000;
  line-height: 1;
  white-space: nowrap;
}
.top-voice .voice-layout .voice-left-content .ms-text {
  font-family: KozGoPr6N-Medium;
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout .voice-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.top-voice .voice-layout .voice-left .link-btn {
  margin-top: 4rem;
}
.top-voice .voice-layout .voice-left .voice-left-img {
  position: absolute;
  bottom: -9rem;
  right: 10.5rem;
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout .voice-left .voice-left-img {
    width: 25rem;
    right: 2rem;
    bottom: 0;
  }
}
.top-voice .voice-layout .voice-left .voice-left-img img {
  width: 100%;
}
.top-voice .voice-layout .wrap {
  width: 55%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout .wrap {
    width: 100%;
  }
}
.top-voice .voice-layout .voice-swiper-slider {
  position: relative;
}
.top-voice .voice-layout .voice-swiper-slider .swiper {
  position: relative;
  padding: 10rem 5rem 10rem 8rem;
  margin-bottom: 3rem;
}
.top-voice .voice-layout .voice-swiper-slider .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2rem;
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout .voice-swiper-slider .swiper-btn {
    justify-content: center;
  }
}
.top-voice .voice-layout .voice-swiper-slider .swiper-button-next,
.top-voice .voice-layout .voice-swiper-slider .swiper-button-prev {
  position: unset;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: white;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout .voice-swiper-slider .swiper-button-next,
  .top-voice .voice-layout .voice-swiper-slider .swiper-button-prev {
    width: 9rem;
    height: 9rem;
  }
}
.top-voice .voice-layout .voice-swiper-slider .swiper-button-next span,
.top-voice .voice-layout .voice-swiper-slider .swiper-button-prev span {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(135deg);
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout .voice-swiper-slider .swiper-button-next span,
  .top-voice .voice-layout .voice-swiper-slider .swiper-button-prev span {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.top-voice .voice-layout .voice-swiper-slider .swiper-button-next::after,
.top-voice .voice-layout .voice-swiper-slider .swiper-button-prev::after {
  display: none !important;
}
.top-voice .voice-layout .voice-swiper-slider .swiper-button-next {
  margin-left: 1.5rem;
}
.top-voice .voice-layout .voice-swiper-slider .swiper-button-next span {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout .voice-swiper-slider .swiper-button-next span {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.top-voice .voice-layout .voice-swiper-slider .swiper-slide {
  position: relative;
  padding-right: 4.4rem;
}
.top-voice .voice-layout .voice-swiper-slider .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout .voice-swiper-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}
.top-voice .voice-layout .voice-swiper-slider .voice-item {
  position: relative;
  overflow: hidden;
}
.top-voice .voice-layout .voice-swiper-slider .voice-item .thumb {
  position: relative;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 1rem;
  border-radius: 4rem;
}
.top-voice .voice-layout .voice-swiper-slider .voice-item .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.top-voice .voice-layout .voice-swiper-slider .voice-item .thumb:hover img {
  transform: scale(1.15);
}
.top-voice .voice-layout .voice-swiper-slider .voice-item .content {
  position: relative;
}
.top-voice .voice-layout .voice-swiper-slider .voice-item .content .title {
  font-family: KozGoPr6N-Medium;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1;
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout .voice-swiper-slider .voice-item .content .title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.top-voice .voice-layout .company-right-img_01 {
  position: absolute;
  top: -1rem;
  left: -3.5rem;
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout .company-right-img_01 {
    left: 0;
    width: 16rem;
    top: -72rem;
  }
}
.top-voice .voice-layout .company-right-img_01 img {
  width: 100%;
}
.top-voice .voice-layout .company-right-img_02 {
  position: absolute;
  bottom: 0;
  right: 4rem;
}
@media only screen and (max-width: 640px) {
  .top-voice .voice-layout .company-right-img_02 {
    width: 30rem;
    right: 1rem;
  }
}
.top-voice .voice-layout .company-right-img_02 img {
  width: 100%;
}

.top-recruit {
  padding: 6rem 0 10.6rem 0;
  position: relative;
}
.top-recruit .container .section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 10.6rem;
}
.top-recruit .container .section-title .lead {
  text-align: center;
}
.top-recruit .container .section-title .sub {
  text-align: center;
}
.top-recruit .container .recruit-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .top-recruit .container .recruit-img {
    width: 100%;
  }
}
.top-recruit .container .recruit-img img {
  width: 100%;
}
.top-recruit .container .recruit-btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .top-recruit .container .recruit-btn-group {
    display: block;
  }
}
.top-recruit .container .recruit-btn-group .require-btn {
  width: 47rem;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 4rem;
  border: 1px solid #E36C49;
}
.top-recruit .container .recruit-btn-group .require-btn-content .btn-ttl {
  font-size: 2.8rem;
  font-family: AvenirNext-Bold;
  font-weight: bold;
  color: #E36C49;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .top-recruit .container .recruit-btn-group .require-btn-content .btn-ttl {
    font-size: 3.6rem;
  }
}
.top-recruit .container .recruit-btn-group .require-btn-content .btn-subttl {
  font-size: 1.8rem;
  font-family: KozGoPr6N-Bold;
  margin-top: 1rem;
  color: #E36C49;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .top-recruit .container .recruit-btn-group .require-btn-content .btn-subttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .top-recruit .container .recruit-btn-group .require-btn {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.top-recruit .container .recruit-btn-group .entry-btn {
  width: 47rem;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 4rem;
  border: 1px solid #6B9DCF;
}
.top-recruit .container .recruit-btn-group .entry-btn-content .btn-ttl {
  font-size: 2.8rem;
  font-family: AvenirNext-Bold;
  font-weight: bold;
  color: #6B9DCF;
  text-align: center;
}
.top-recruit .container .recruit-btn-group .entry-btn-content .btn-subttl {
  font-size: 1.8rem;
  font-family: KozGoPr6N-Bold;
  margin-top: 1rem;
  color: #6B9DCF;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .top-recruit .container .recruit-btn-group .entry-btn {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.top-instagram {
  padding: 7rem 0 12rem 0;
  background-color: #F6EEE4;
}
.top-instagram .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.top-instagram .container-fluid .instagram-title {
  margin-bottom: 8.8rem;
}
.top-instagram .container-fluid .instagram-title img {
  width: 35rem;
  height: auto;
}
.top-instagram .container-fluid .instagram-wrapper {
  margin-bottom: 2rem;
}
.top-instagram .container-fluid .instagram-wrapper .instagram-swiper-slider {
  position: relative;
}
.top-instagram .container-fluid .instagram-wrapper .instagram-swiper-slider .swiper {
  position: relative;
}
.top-instagram .container-fluid .instagram-wrapper .instagram-swiper-slider .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 28rem;
  padding-right: 2.4rem;
}
.top-instagram .container-fluid .instagram-wrapper .instagram-swiper-slider .swiper .swiper-wrapper .swiper-slide .instagram-item {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.top-instagram .container-fluid .instagram-wrapper .instagram-swiper-slider .swiper .swiper-wrapper .swiper-slide .instagram-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.top-instagram .container-fluid .instagram-wrapper .instagram-swiper-slider .swiper .swiper-wrapper .swiper-slide .instagram-item:hover img {
  transform: scale(1.15);
}

.business-item:nth-child(1) {
  grid-area: 1/1/2/2;
}
.business-item:nth-child(2) {
  grid-area: 1/2/2/4;
}
.business-item:nth-child(2) .business-item-title {
  margin-bottom: 3rem;
}
.business-item .business-item-title {
  font-family: hiraMinProp-bold;
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
  color: #a50d33;
  text-align: center;
  margin-bottom: 2rem;
}
.business-item .business-item-text01 {
  font-family: NotoSansCJKjp-Black;
  font-size: 3rem;
  color: #3e3a39;
  margin-bottom: 0.5rem;
}

.top-movie-sp {
  display: none;
}
.top-movie-sp .movie-sp-area iframe {
  width: 100%;
}

.top-blog {
  position: relative;
  padding: 8rem 0;
  background: #EEECE8;
}
.top-blog::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg_after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-blog .container {
  position: relative;
  z-index: 3;
}
.top-blog .section-title {
  position: relative;
  margin-bottom: 6rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-blog .section-content {
  position: relative;
  margin-bottom: 5rem;
}
.top-blog .section-content .blog-list li {
  width: 100%;
  padding: 2.5rem 4rem;
  border-top: 1px solid #171C61;
}
.top-blog .section-content .blog-list li:last-child {
  border-bottom: 1px solid #171C61;
}
.top-blog .section-content .blog-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: hiraMinProp-regular;
}
.top-blog .section-content .blog-item .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 3rem;
}
.top-blog .section-content .blog-item .label {
  font-size: 1rem;
  line-height: 1.3;
  color: #171C61;
  z-index: 3;
  padding: 0 1rem;
  border-left: 1px solid #171C61;
  border-right: 1px solid #171C61;
}
.top-blog .section-content .blog-item .date {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
  color: #171C61;
  margin-right: 3rem;
}
.top-blog .section-content .blog-item .title {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  color: #171C61;
}
.top-blog .section-content .blog-item .title a {
  color: inherit;
}
.top-blog .section-content .blog-item .title a:hover {
  text-decoration: underline;
}
.top-blog .section-content .blog-item .more-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-blog .section-content .blog-item .more-btn img {
  width: 100%;
  height: auto;
}

.top-access {
  width: 100%;
}
.top-access .access-layout {
  width: 100%;
  display: flex;
  justify-content: center;
}
.top-access .access-layout iframe {
  width: 100%;
  height: 64rem;
}

.top-contact {
  position: relative;
  padding: 9rem 0;
  background-color: #171C61;
  z-index: 1;
}
.top-contact .section-title {
  position: relative;
  margin-bottom: 4rem;
}
.top-contact .section-title .lead {
  color: #FFFFFF;
}
.top-contact .section-title .sub {
  color: #FFFFFF;
}
.top-contact .section-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-contact .section-content .mx-text {
  color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1.3;
  width: 40%;
}
.top-contact .section-content .touch {
  border: 1px solid #D0B98D;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  color: #D0B98D;
  font-size: 1rem;
}

.p-intro {
  padding: 10rem 0 9rem 0;
  background-color: white;
}
.p-intro .container .mx-text {
  font-size: 3.6rem;
  margin-bottom: 1rem;
  text-align: center;
}
.p-intro .container .ms-text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .p-intro .container .ms-text {
    font-size: 2.4rem;
  }
}

.p-message {
  padding: 12.5rem 0 10.5rem 0;
  position: relative;
}
.p-message .container .m-subttl {
  margin-bottom: 1.5rem;
  color: black;
}
.p-message .container .color-line {
  margin-bottom: 7rem;
}
.p-message .container .color-line .line {
  width: 5.8rem;
  height: 0.58rem;
}
.p-message .container .p-message-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .p-message .container .p-message-content {
    display: block;
  }
}
.p-message .container .p-message-content .p-message-left {
  width: 41%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .p-message .container .p-message-content .p-message-left {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.p-message .container .p-message-content .p-message-left .president-img {
  width: 100%;
  border-radius: 4rem;
}
.p-message .container .p-message-content .p-message-left .p-message-block {
  width: 14.5rem;
  position: absolute;
  left: -6rem;
  bottom: -5.6rem;
  z-index: -1;
}
.p-message .container .p-message-content .p-message-left .p-message-block img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .p-message .container .p-message-content .p-message-left .p-message-block {
    left: -2rem;
  }
}
.p-message .container .p-message-content .p-message-right {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .p-message .container .p-message-content .p-message-right {
    width: 100%;
  }
}
.p-message .container .p-message-content .p-message-right .m-text {
  color: #E36C49;
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .p-message .container .p-message-content .p-message-right .m-text {
    font-size: 3.6rem;
    padding-top: 3rem;
  }
}
.p-message .container .p-message-content .p-message-right .ms-text {
  margin-bottom: 1rem;
  text-align: left;
}
.p-message .container .p-message-content .p-message-right .mx-text {
  color: black;
}

.p-person {
  padding: 12.5rem 0 10.5rem 0;
  position: relative;
}
.p-person .container .m-subttl {
  margin-bottom: 1.5rem;
  color: black;
}
.p-person .container .color-line {
  margin-bottom: 7rem;
}
.p-person .container .color-line .line {
  width: 5.8rem;
  height: 0.58rem;
}
.p-person .container .p-person-content {
  display: grid;
  grid-template-columns: auto auto auto;
}
@media only screen and (max-width: 640px) {
  .p-person .container .p-person-content {
    grid-template-columns: auto;
  }
}
.p-person .container .p-person-content .p-person-item {
  padding: 3.5rem 3rem;
  border-left: 1px solid #3074B2;
  color: #000;
  text-align: left;
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .p-person .container .p-person-content .p-person-item {
    border-top: 1px solid #3074B2;
    border-left: none;
    padding: 5.3rem 3rem;
  }
}
.p-person .container .p-person-content .p-person-item:last-child {
  border-right: 1px solid #3074B2;
}
@media only screen and (max-width: 640px) {
  .p-person .container .p-person-content .p-person-item:last-child {
    border-right: none;
    border-bottom: 1px solid #3074B2;
  }
}
.p-person .container .p-person-content .p-person-item span {
  display: block;
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.8rem;
  color: #3074B2;
}

.p-env {
  padding: 0 0 10.5rem 0;
  position: relative;
}
.p-env .container .m-subttl {
  margin-bottom: 1.5rem;
  color: black;
}
.p-env .container .color-line {
  margin-bottom: 7rem;
}
.p-env .container .color-line .line {
  width: 5.8rem;
  height: 0.58rem;
}
.p-env .container .env-intro {
  font-size: 1.8rem;
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 640px) {
  .p-env .container .env-intro {
    font-size: 2.4rem;
  }
}
.p-env .container .env-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 2.7rem;
}
.p-env .container .env-ttl .color-line {
  flex-direction: column;
  margin: 0;
}
.p-env .container .env-ttl .color-line .line {
  width: 0.58rem;
  height: 1.9rem;
}
.p-env .container .env-ttl .m-text {
  color: #3074B2;
  font-size: 2.4rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 640px) {
  .p-env .container .env-ttl .m-text {
    font-size: 3.6rem;
  }
}
.p-env .container .last-env {
  border-bottom: 1px solid #000000;
  margin-bottom: 10.7rem;
}
.p-env .container .p-env-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #000000;
}
@media only screen and (max-width: 640px) {
  .p-env .container .p-env-content {
    display: block;
  }
}
.p-env .container .p-env-content .p-message-left {
  width: 34%;
  position: relative;
  padding: 2.4rem 0 4rem 0;
}
@media only screen and (max-width: 640px) {
  .p-env .container .p-env-content .p-message-left {
    width: 100%;
    margin-bottom: 2rem;
    padding: 3rem 0;
    border-right: none;
    border-bottom: 1px solid #9B9392;
  }
}
.p-env .container .p-env-content .p-message-left-content {
  border-right: 1px solid #9B9392;
  padding-right: 3rem;
}
@media only screen and (max-width: 640px) {
  .p-env .container .p-env-content .p-message-left-content {
    border-right: none;
    padding-right: 0;
  }
}
.p-env .container .p-env-content .p-message-left-content .m-text {
  margin-bottom: 0.5rem;
}
.p-env .container .p-env-content .p-message-left-content .mx-text {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .p-env .container .p-env-content .p-message-left-content .mx-text {
    font-size: 3.6rem !important;
  }
}
.p-env .container .p-env-content .p-message-left-content .env-img {
  width: 100%;
  height: 22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  background-color: white;
  padding: 0 2rem;
}
@media only screen and (max-width: 640px) {
  .p-env .container .p-env-content .p-message-left-content .env-img {
    height: 37rem;
  }
}
.p-env .container .p-env-content .p-message-left-content .env-img img {
  width: 100%;
}
.p-env .container .p-env-content .p-env-right {
  width: 66%;
  padding: 2.4rem 0 4rem 3rem;
}
@media only screen and (max-width: 640px) {
  .p-env .container .p-env-content .p-env-right {
    width: 100%;
    padding: 3rem 0;
  }
}
.p-env .container .p-env-content .p-env-right .ms-text {
  text-align: left;
}
.p-env .container .p-env-content .p-env-right .m-text {
  color: #E36C49;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.p-env .container .p-env-content .p-env-right .mx-text {
  color: black;
}
.p-env .container .benefit {
  background-color: white;
  border-radius: 4rem;
  padding: 5.4rem 2.7rem 4.7rem 2.7rem;
}
.p-env .container .benefit .m-text {
  color: #E36C49;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.p-env .container .benefit .ms-text {
  text-align: left;
}

.p-flow {
  padding: 5rem 0 8rem;
  position: relative;
}
.p-flow .container .m-subttl {
  margin-bottom: 1.5rem;
  color: black;
}
.p-flow .container .color-line {
  margin-bottom: 7rem;
}
.p-flow .container .color-line .line {
  width: 5.8rem;
  height: 0.58rem;
}
.p-flow .container .env-intro {
  font-size: 1.8rem;
  margin-bottom: 5.5rem;
}
.p-flow .flow-swiper-slider {
  position: relative;
}
.p-flow .flow-swiper-slider .swiper {
  position: relative;
  padding: 10rem;
  margin-bottom: 3rem;
}
.p-flow .flow-swiper-slider .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.p-flow .flow-swiper-slider .swiper-button-next,
.p-flow .flow-swiper-slider .swiper-button-prev {
  position: unset;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: white;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .p-flow .flow-swiper-slider .swiper-button-next,
  .p-flow .flow-swiper-slider .swiper-button-prev {
    width: 9rem;
    height: 9rem;
  }
}
.p-flow .flow-swiper-slider .swiper-button-next span,
.p-flow .flow-swiper-slider .swiper-button-prev span {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(135deg);
}
@media only screen and (max-width: 640px) {
  .p-flow .flow-swiper-slider .swiper-button-next span,
  .p-flow .flow-swiper-slider .swiper-button-prev span {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.p-flow .flow-swiper-slider .swiper-button-next::after,
.p-flow .flow-swiper-slider .swiper-button-prev::after {
  display: none !important;
}
.p-flow .flow-swiper-slider .swiper-button-next {
  margin-left: 1.5rem;
}
.p-flow .flow-swiper-slider .swiper-button-next span {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .p-flow .flow-swiper-slider .swiper-button-next span {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.p-flow .flow-swiper-slider .swiper-slide {
  position: relative;
  padding-right: 4.4rem;
}
.p-flow .flow-swiper-slider .swiper-slide.swiper-slide-active {
  transform: scale(1.25);
}
@media only screen and (max-width: 640px) {
  .p-flow .flow-swiper-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}
.p-flow .flow-item {
  position: relative;
  overflow: hidden;
  background-color: white;
  border-radius: 4rem;
}
@media only screen and (max-width: 640px) {
  .p-flow .flow-item {
    width: 100%;
  }
}
.p-flow .flow-item-top {
  background-color: #6B9DCF;
  border-radius: 4rem 4rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
}
.p-flow .flow-item-top-content .ms-text {
  color: white;
  margin-bottom: 0.5rem;
  text-align: center;
}
.p-flow .flow-item-top-content .m-text {
  font-size: 2.4rem;
  color: white;
  text-align: center;
}
.p-flow .flow-item-content {
  background-color: white;
  border-radius: 0 0 4rem 4rem;
  padding: 3.5rem 4rem;
}
.p-flow .flow-item-content .flow-btn {
  margin-bottom: 1.2rem;
  padding: 1.4rem 2.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3.7rem;
}
.p-flow .flow-item-content .flow-btn:last-child {
  margin-bottom: 0;
}
.p-flow .flow-item-content .flow-btn .ms-text {
  font-size: 1.5rem;
  color: white;
}
.p-flow .flow-item-content .flow-btn .ms-text span {
  font-size: 1rem;
  margin-left: 1rem;
}
.p-flow .flow-item-content .btn-blue {
  background-color: #3074B2;
}
.p-flow .flow-item-content .btn-sky {
  background-color: #92BCD6;
}
.p-flow .flow-item-content .btn-red {
  background-color: #E36C49;
}
.p-flow .flow-item-content .btn-red .ms-text:last-child {
  font-size: 4rem;
  font-family: KozGoPr6N-Bold;
}
.p-flow .flow-item-content .btn-red .ms-text:last-child span {
  font-size: 1.2rem;
}

#p-staff {
  padding-top: 0;
}

.p-business {
  padding: 12rem 0;
  position: relative;
  overflow: hidden;
}
.p-business .container {
  position: relative;
  z-index: 2;
}
.p-business .business-title {
  font-family: KozGoPr6N-Bold;
  font-size: 3.6rem;
  line-height: 1.3;
  color: black;
  text-align: center;
  padding-bottom: 3.6rem;
}
.p-business .line {
  width: 5.8rem;
  height: 0.58rem;
}
.p-business .business-layout {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6rem;
  gap: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .p-business .business-layout {
    display: block;
  }
}
.p-business .business-layout .business-item {
  width: 34rem;
  height: 34rem;
  border-radius: 4rem;
  display: flex;
  flex-direction: column;
  padding: 3rem 2.5rem;
  background: #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .p-business .business-layout .business-item {
    width: 100%;
    margin-bottom: 2.5rem;
    height: 44rem;
  }
}
.p-business .business-layout .business-item .business-item-title {
  font-family: KozGoPr6N-Bold;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  text-align: center;
  width: 21rem;
  padding: 1rem 0;
  background-color: #92BCD6;
  color: white;
  border-radius: 2.2rem;
  margin: 0 auto 2rem auto;
}
.p-business .business-layout .business-item .business-item-text06 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-family: KozGoPr6N-Bold;
  font-size: 3.2rem;
  color: #92BCD6;
  margin-bottom: 1.5rem;
}
.p-business .business-layout .business-item .business-item-text06 span {
  font-size: 6rem;
}
.p-business .business-layout .business-item .business-item-text06 .sex-type {
  font-size: 1.4rem;
}
.p-business .business-layout .business-item .business-item-img {
  height: 10rem;
  height: auto;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  bottom: 2.8rem;
  transform: translateX(-50%);
}
.p-business .business-layout .business-item-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.p-business .business-layout .business-item-wrap.between {
  justify-content: space-between;
  margin-bottom: 0;
}
.p-business .business-layout .business-item-wrap.column {
  display: flex;
  flex-direction: column;
}
.p-business .business-layout .business-item-wrap.column .business-item-wrap-left {
  width: 100%;
}
.p-business .business-layout .business-item-wrap.column .business-item-wrap-right {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-business .business-layout .business-item-left {
  width: 50%;
  display: flex;
}
.p-business .business-layout .business-item-left img {
  width: 20.8rem;
  height: auto;
}
.p-business .business-layout .business-item-wrap-left {
  width: 16.7rem;
}
.p-business .business-layout .business-item-wrap-left img.business-item-img10 {
  width: 16.7rem;
  height: auto;
}
.p-business .business-layout .business-item-wrap-right {
  width: 65%;
}
.p-business .business-layout .business-item-right {
  width: 50%;
  display: flex;
  align-items: center;
}
.p-business .business-layout .business-item-text03 {
  font-family: hiraMinProp-bold;
  font-size: 2rem;
  writing-mode: vertical-lr;
  -ms-writing-mode: bt-lr;
  background: #a50d33;
  color: #FFFFFF;
  padding: 5rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-business .business-layout .business-item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
}
.p-business .business-layout .business-item-text04 {
  font-family: NotoSansCJKjp-Black;
  font-size: 12rem;
  color: #3e3a39;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.p-business .business-layout .business-item-text05 {
  font-family: NotoSansCJKjp-Black;
  font-size: 5.2rem;
  color: #3e3a39;
  text-align: center;
  line-height: 1;
  letter-spacing: 2rem;
}

.p-questionnaire {
  padding: 8rem 0;
  position: relative;
}
.p-questionnaire .section-title {
  margin-bottom: 6rem;
}
.p-questionnaire .questionnaire-title {
  font-family: KozGoPr6N-Bold;
  font-size: 3.6rem;
  color: #B18863;
  line-height: 1.3;
  margin-bottom: 8rem;
}
.p-questionnaire .questionnaire-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.p-questionnaire .questionnaire-layout img.questionnaire01 {
  width: 33.2rem;
  height: auto;
  margin-top: 4rem;
}
.p-questionnaire .questionnaire-layout img.questionnaire02 {
  width: 64.2rem;
  height: auto;
  margin-bottom: 2rem;
}
.p-questionnaire .questionnaire-layout img.questionnaire03 {
  width: 33.2rem;
  height: auto;
  margin-left: 8rem;
}
.p-questionnaire .questionnaire-layout img.questionnaire04 {
  width: 46.8rem;
  height: auto;
  margin-top: 5rem;
  margin-right: 3rem;
}
.p-questionnaire .questionnaire-layout img.questionnaire05 {
  width: 65rem;
  height: auto;
  margin-top: 3rem;
  margin-left: 4rem;
}
.p-questionnaire .questionnaire-layout img.questionnaire06 {
  width: 16.6rem;
  height: auto;
  margin-top: 5rem;
  margin-right: 5rem;
}
.p-questionnaire .questionnaire-layout img.questionnaire07 {
  width: 83.7rem;
  height: auto;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: 0;
}
.p-questionnaire .questionnaire-layout img.questionnaire08 {
  width: 28.1rem;
  height: auto;
  margin-top: 4rem;
  margin-left: 3rem;
}
.p-questionnaire .questionnaire-layout img.questionnaire09 {
  width: 48.7rem;
  height: auto;
  margin-top: 12rem;
}

.voice-card-list {
  position: relative;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  grid-column-gap: 2rem;
  grid-row-gap: 6rem;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .voice-card-list {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    grid-row-gap: 8rem;
  }
}
.voice-card-list .voice-item {
  position: relative;
  background-color: white;
  border-radius: 4rem;
}
.voice-card-list .voice-item .thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
  border-radius: 4rem 4rem 0 0;
}
.voice-card-list .voice-item .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  border-radius: 4rem 4rem 0 0;
}
.voice-card-list .voice-item .thumb:hover img {
  transform: scale(1.15);
}
.voice-card-list .voice-item .content {
  position: relative;
  background: transparent;
  padding: 1.7rem 3rem;
}
.voice-card-list .voice-item .content .voice-position {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
}
.voice-card-list .voice-item .content .voice-position span {
  font-family: KozGoPr6N-Bold;
  font-size: 1.8rem;
  color: #E36C49;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.voice-card-list .voice-item .content .voice-name {
  font-family: KozGoPr6N-Medium;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: right;
  color: black;
}
.voice-card-list .voice-item .content .voice-num {
  font-family: KozGoPr6N-Medium;
  font-size: 1rem;
  line-height: 1.3;
  text-align: right;
  color: black;
}
.voice-card-list .voice-item .content .voice-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-archive-voice {
  position: relative;
  padding: 11rem 0;
  background: #F7EFE5;
}
.p-archive-voice .container {
  position: relative;
  z-index: 3;
}

.p-archive-require {
  padding: 11.2rem 0 14.4rem 0;
}
@media only screen and (max-width: 640px) {
  .p-archive-require {
    padding-top: 4rem;
  }
}
.p-archive-require .container .require-layout {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .p-archive-require .container .require-layout {
    display: block;
  }
}
.p-archive-require .container .require-layout .requireBtn {
  font-family: KozGoPr6N-Bold;
  font-size: 1.4rem;
  background-color: white;
  padding: 1.4rem;
  width: 25rem;
  border-radius: 2.3rem;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.7rem;
  color: black;
}
.p-archive-require .container .require-layout .requireBtn:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .p-archive-require .container .require-layout .requireBtn {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}
.p-archive-require .container .require-card-list {
  position: relative;
  margin-top: 9.5rem;
}
@media only screen and (max-width: 640px) {
  .p-archive-require .container .require-card-list {
    margin-top: 0;
  }
}
.p-archive-require .container .require-card-list .require-part {
  margin-bottom: 8rem;
  background-color: white;
  border-radius: 4rem;
  padding: 8rem 9rem 7rem 9rem;
}
.p-archive-require .container .require-card-list .require-part:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .p-archive-require .container .require-card-list .require-part {
    padding: 8rem 3rem;
  }
}
.p-archive-require .container .require-card-list .last-item {
  border-bottom: 1px solid #3E3A39;
}
.p-archive-require .container .require-card-list .require-item {
  padding: 2rem 0;
  border-top: 1px solid #3E3A39;
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
  color: #FFFFFF;
}
@media only screen and (max-width: 640px) {
  .p-archive-require .container .require-card-list .require-item {
    flex-direction: column;
  }
}
.p-archive-require .container .require-card-list .require-item-left {
  width: 20%;
  font-family: KozGoPr6N-Bold;
  font-size: 1.6rem;
  color: #E36C49;
}
@media only screen and (max-width: 640px) {
  .p-archive-require .container .require-card-list .require-item-left {
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}
.p-archive-require .container .require-card-list .require-item-right {
  width: 75%;
  font-family: KozGoPr6N-Medium;
  color: black;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  .p-archive-require .container .require-card-list .require-item-right {
    width: 100%;
    font-size: 1.8rem;
  }
}
.p-archive-require .container .require-card-list .require-item-right span {
  color: #3074B2;
}
.p-archive-require .container .require-card-list .require-part-btn {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .p-archive-require .container .require-card-list .require-part-btn {
    flex-direction: column;
  }
}
.p-archive-require .container .require-card-list .require-part-btn a {
  margin: 0 2.5rem;
}
@media only screen and (max-width: 640px) {
  .p-archive-require .container .require-card-list .require-part-btn a {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
.p-archive-require .container .require-card-list .btn-entry {
  background-color: #6B9DCF;
  border: none;
}
.p-archive-require .container .require-card-list .btn-entry span {
  color: white;
}
.p-archive-require .container .require-card-list .btn-entry:hover {
  background-color: white;
  border: 1px solid #6B9DCF;
}
.p-archive-require .container .require-card-list .btn-entry:hover span {
  color: #6B9DCF;
}
.p-archive-require .require-swiper-slider {
  position: relative;
}
.p-archive-require .require-swiper-slider .swiper {
  position: relative;
  padding: 10rem 5rem 10rem 8rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  .p-archive-require .require-swiper-slider .swiper {
    padding: 8rem 0;
    margin-bottom: 0;
  }
}
.p-archive-require .require-swiper-slider .swiper-slide {
  position: relative;
  padding-right: 4.4rem;
}
.p-archive-require .require-swiper-slider .swiper-slide.swiper-slide-active {
  transform: scale(1.25);
}
@media only screen and (max-width: 640px) {
  .p-archive-require .require-swiper-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}
.p-archive-require .require-swiper-slider .thumb {
  position: relative;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 1rem;
  border-radius: 4rem;
}
.p-archive-require .require-swiper-slider .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.p-archive-require .require-swiper-slider .thumb:hover img {
  transform: scale(1.15);
}

.example-card-list {
  position: relative;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  padding: 0;
}
.example-card-list > li {
  position: relative;
}
.example-card-list .example-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.example-card-list .example-card .label {
  width: 18rem;
  height: 4rem;
  border-radius: 2rem;
  background: #A50E32;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-family: hiraMinProp-regular1;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.example-card-list .example-card .thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 0;
  margin-bottom: 1.8rem;
}
.example-card-list .example-card .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.example-card-list .example-card .thumb:hover img {
  transform: scale(1.15);
}
.example-card-list .example-card .title {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Kozuka Gothic Pr6N", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 3.6rem;
  text-align: left;
  color: #A50E32;
}
.example-card-list .example-card .title a {
  color: inherit;
}
.example-card-list .example-card .title a:hover {
  text-decoration: underline;
}
.example-card-list .example-card .content {
  position: relative;
  font-family: hiraMinProp-regular2;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: #000000;
  margin-top: 1rem;
}

.products-card-list {
  position: relative;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  padding: 0;
}
.products-card-list > li {
  position: relative;
}
.products-card-list .blog-item {
  position: relative;
}
.products-card-list .blog-item .thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 0;
}
.products-card-list .blog-item .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.products-card-list .blog-item .thumb:hover img {
  transform: scale(1.15);
}
.products-card-list .blog-item .content {
  position: relative;
  background: transparent;
  padding: 1.2rem 0;
  border-radius: 0 0 1rem 1rem;
}
.products-card-list .blog-item .content .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.products-card-list .blog-item .content .label {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
  font-weight: medi;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.2rem;
  text-align: center;
  color: #A50E32;
  z-index: 3;
  padding: 0 1rem;
  border-left: 1px solid #A50E32;
  border-right: 1px solid #A50E32;
}
.products-card-list .blog-item .content .date {
  position: relative;
  display: block;
  font-family: "Kozuka Gothic Pr6N", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: #171C61;
}
.products-card-list .blog-item .content .title {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Kozuka Gothic Pr6N", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 3.6rem;
  text-align: left;
  color: #171C61;
}
.products-card-list .blog-item .content .title a {
  color: inherit;
}
.products-card-list .blog-item .content .title a:hover {
  text-decoration: underline;
}
.products-card-list .blog-item .content .more-btn {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-top: 2rem;
  width: 6.5rem;
  display: flex;
}
.products-card-list .blog-item .content .more-btn img {
  width: 100%;
  height: auto;
}

.blog-card-list {
  position: relative;
  list-style: none;
}
.blog-card-list li {
  width: 100%;
  padding: 2.5rem 4rem;
  border-top: 1px solid #171C61;
}
.blog-card-list li:last-child {
  border-bottom: 1px solid #171C61;
}
.blog-card-list .blog-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  width: calc(100% - 4rem);
  font-family: hiraMinProp-regular;
}
.blog-card-list .blog-item .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
.blog-card-list .blog-item .label {
  font-size: 1rem;
  line-height: 1.3;
  color: #171C61;
  z-index: 3;
  padding: 0 1rem;
  border-left: 1px solid #171C61;
  border-right: 1px solid #171C61;
}
.blog-card-list .blog-item .date {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
  color: #171C61;
  margin-right: 3rem;
}
.blog-card-list .blog-item .title {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  color: #171C61;
}
.blog-card-list .blog-item .title a {
  color: inherit;
}
.blog-card-list .blog-item .title a:hover {
  text-decoration: underline;
}
.blog-card-list .blog-item .more-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-card-list .blog-item .more-btn img {
  width: 100%;
  height: auto;
}

.blog-card-list.single li {
  border-bottom: 1px solid #171C61;
  border-top: none;
}

.voice-wrapper {
  animation: fadein 0.8s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.voice-wrapper {
  display: none;
}

.voice-wrapper.active {
  display: block;
}

.p-single-voice {
  position: relative;
  background-color: white;
}
.p-single-voice .single-main {
  position: relative;
  margin-bottom: 5rem;
}
.p-single-voice .single-meta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5rem;
  z-index: 999;
}
@media only screen and (max-width: 640px) {
  .p-single-voice .single-meta {
    bottom: -36rem;
    top: unset;
  }
}
.p-single-voice .single-meta-content {
  position: relative;
  width: 45rem;
  padding: 5rem 3.4rem;
  background-color: #3074B2;
  border-radius: 4rem;
  min-height: 27rem;
}
.p-single-voice .single-meta-content .title {
  font-size: 2.4rem;
  font-family: KozGoPr6N-Medium;
  color: white;
  line-height: 1.7;
  margin-bottom: 3rem;
}
.p-single-voice .single-meta-content .voice-description {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.p-single-voice .single-meta-content .voice-description .voice-num {
  font-size: 1rem;
  font-family: KozGoPr6N-Medium;
  color: white;
  line-height: 1.7;
}
.p-single-voice .single-meta-content .voice-description .voice-name {
  font-size: 1.8rem;
  font-family: KozGoPr6N-Medium;
  color: white;
  line-height: 1.7;
  margin-right: 1.5rem;
}
.p-single-voice .single-meta-content .voice-position {
  padding: 1.3rem 2.2rem;
  background-color: #E36C49;
  border-radius: 2.5rem;
  color: white;
  font-family: KozGoPr6N-Bold;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -2.5rem;
  right: 0;
}
.p-single-voice .single-meta-content .voice-block {
  position: absolute;
  left: -6rem;
  top: -6rem;
}
@media only screen and (max-width: 640px) {
  .p-single-voice .single-meta-content .voice-block {
    width: 16rem;
  }
}
.p-single-voice .single-meta-content .voice-block img {
  width: 100%;
}
.p-single-voice .thumb {
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 70rem;
}
.p-single-voice .thumb img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .p-single-voice .container {
    padding-top: 30rem;
  }
}
.p-single-voice .single-faq {
  position: relative;
  background: #FFFFFF;
  padding: 5rem 4rem;
}
.p-single-voice .single-faq .faq-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7rem;
  border-top: 1px solid #3074B2;
  border-bottom: 1px solid #E36C49;
  padding: 4.2rem 0;
}
@media only screen and (max-width: 640px) {
  .p-single-voice .single-faq .faq-top {
    flex-direction: column;
  }
}
.p-single-voice .single-faq .faq-top .single-faq-title {
  width: 30%;
  padding-left: 8rem;
  color: black;
  line-height: 2;
  font-size: 3.6rem;
  font-family: AvenirNext-Bold;
}
@media only screen and (max-width: 640px) {
  .p-single-voice .single-faq .faq-top .single-faq-title {
    width: 100%;
    padding-left: 0;
    font-size: 7.2rem;
    text-align: center;
  }
}
.p-single-voice .single-faq .faq-top .single-faq-content {
  padding-left: 8rem;
  width: 70%;
  color: #000000;
  line-height: 2;
  font-size: 1.6rem;
  font-family: KozGoPr6N-Medium;
}
@media only screen and (max-width: 640px) {
  .p-single-voice .single-faq .faq-top .single-faq-content {
    width: 100%;
    padding-left: 0;
    font-size: 2.4rem;
  }
}
.p-single-voice .single-faq .faq-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.p-single-voice .single-faq .faq-item img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .p-single-voice .single-faq .faq-item {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 640px) {
  .p-single-voice .single-faq .faq-item:last-child {
    flex-direction: column;
  }
}
.p-single-voice .single-faq .faq-item-left {
  width: 47%;
}
@media only screen and (max-width: 640px) {
  .p-single-voice .single-faq .faq-item-left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-single-voice .single-faq .faq-item-right {
  width: 47%;
}
@media only screen and (max-width: 640px) {
  .p-single-voice .single-faq .faq-item-right {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-single-voice .single-faq .faq-item-title {
  color: #3074B2;
  line-height: 2;
  font-size: 1.8rem;
  font-family: KozGoPr6N-Bold;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .p-single-voice .single-faq .faq-item-title {
    font-size: 2.4rem;
  }
}
.p-single-voice .single-faq .faq-item-content {
  color: #000000;
  line-height: 2;
  font-size: 1.6rem;
  font-family: KozGoPr6N-Medium;
}
@media only screen and (max-width: 640px) {
  .p-single-voice .single-faq .faq-item-content {
    font-size: 1.8rem;
  }
}

.p-single {
  position: relative;
  padding: 10rem 0;
  background: #EEECE8;
}
.p-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg_after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-single .container {
  position: relative;
  z-index: 3;
}
.p-single .single-content {
  font-family: hiraMinProp-regular;
  font-size: 1.5rem;
  line-height: 2;
  color: #171C61;
}
.p-single .single-control {
  position: relative;
  margin-top: 8rem;
  display: flex;
  justify-content: flex-end;
}
.p-single .single-control .link-btn {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 1rem 3rem;
  border-bottom: 1px solid #171C61;
}
.p-single .single-control .link-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-left: 1px solid #171C61;
  border-bottom: 1px solid #171C61;
  transform: translateY(-50%) rotate(45deg);
}
.p-single .single-control .link-btn span {
  font-family: hiraMinProp-regular;
  font-size: 1.5rem;
  color: #171C61;
  margin-left: 0;
}

.p-day-flow {
  padding: 6rem 0 7rem;
}
.p-day-flow .container .day-clock {
  display: flex;
  align-items: center;
  margin-bottom: 3.3rem;
}
.p-day-flow .container .day-clock-img {
  margin-right: 2.4rem;
}
.p-day-flow .container .day-clock-img img {
  width: 100%;
}
.p-day-flow .container .day-clock .mx-text {
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .p-day-flow .container .day-clock .mx-text {
    font-size: 3.6rem !important;
  }
}
.p-day-flow .container .day-swiper-slider {
  position: relative;
}
.p-day-flow .container .day-swiper-slider .swiper {
  position: relative;
}
.p-day-flow .container .day-swiper-slider .swiper-btn {
  position: absolute;
  top: -3.3rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 99;
}
.p-day-flow .container .day-swiper-slider .swiper-button-next,
.p-day-flow .container .day-swiper-slider .swiper-button-prev {
  position: unset;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: white;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-day-flow .container .day-swiper-slider .swiper-button-next span,
.p-day-flow .container .day-swiper-slider .swiper-button-prev span {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(135deg);
}
.p-day-flow .container .day-swiper-slider .swiper-button-next::after,
.p-day-flow .container .day-swiper-slider .swiper-button-prev::after {
  display: none !important;
}
.p-day-flow .container .day-swiper-slider .swiper-button-next {
  margin-left: 1.5rem;
}
.p-day-flow .container .day-swiper-slider .swiper-button-next span {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(-45deg);
}
.p-day-flow .container .day-swiper-slider .swiper-slide {
  position: relative;
}
.p-day-flow .container .day-swiper-slider .swiper-slide .day-item {
  z-index: 99;
  border-radius: 4rem;
  padding: 4rem 3.3rem;
  background-color: white;
}
@media only screen and (max-width: 640px) {
  .p-day-flow .container .day-swiper-slider .swiper-slide .day-item {
    width: 100%;
    padding: 8rem 3.3rem;
  }
}
.p-day-flow .container .day-swiper-slider .swiper-slide .day-item .day-time {
  font-size: 1.8rem;
  color: #3074B2;
  font-family: KozGoPr6N-Bold;
  margin-bottom: 1.2rem;
}
.p-day-flow .container .day-swiper-slider .swiper-slide .day-item .day-title {
  color: #E36C49;
  font-size: 1.8rem;
  font-family: KozGoPr6N-Bold;
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 640px) {
  .p-day-flow .container .day-swiper-slider .swiper-slide .day-item .day-title {
    font-size: 2.4rem;
  }
}
.p-day-flow .container .day-swiper-slider .swiper-slide .day-item .day-content {
  font-family: KozGoPr6N-Medium;
  font-size: 1.4rem;
  line-height: 1.8;
  color: black;
}

.voice-pagenavi {
  padding: 7.2rem 6.5rem;
  background-color: white;
  border-bottom: 1px solid black;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .voice-pagenavi {
    padding: 7.2rem 3rem;
  }
}
.voice-pagenavi .staff-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2rem;
}
.voice-pagenavi .staff-top-content img {
  width: 100%;
  margin-bottom: 0.5rem;
  max-width: 3rem;
  display: flex;
  margin: 0 auto;
}
.voice-pagenavi .staff-top-content .mx-text {
  font-size: 0.8rem;
}
@media only screen and (max-width: 640px) {
  .voice-pagenavi .staff-top-content .mx-text {
    font-size: 1.3rem;
  }
}
.voice-pagenavi .next-voice,
.voice-pagenavi .prev-voice {
  width: 16rem;
  height: 4.5rem;
  border-radius: 2.3rem;
  border: 1px solid black;
  background-color: white;
  color: #000000;
  display: block;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .voice-pagenavi .next-voice,
  .voice-pagenavi .prev-voice {
    width: 21rem;
    height: 6rem;
    border-radius: 3rem;
  }
}

.p-related-article {
  padding: 10rem 0;
}

.single-post {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: absolute;
  width: calc(54rem + 50vw);
  margin-left: 0;
  margin-right: auto;
  bottom: 0;
  z-index: 1000;
}
.single-post .single-meta {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  font-family: hiraMinProp-regular;
}
.single-post .single-meta .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  margin-left: 2.5rem;
}
.single-post .single-meta .wrap .date {
  color: #171C61;
  writing-mode: vertical-lr;
  -ms-writing-mode: bt-lr;
}
.single-post .single-meta .wrap .label {
  color: #171C61;
  background: #FFFFFF;
  padding: 1rem;
  writing-mode: vertical-lr;
  -ms-writing-mode: bt-lr;
}
.single-post .single-meta .wrap span {
  width: 1px;
  height: 6rem;
  background: #171C61;
  margin: 0.7rem 0;
}
.single-post .single-meta .title {
  color: #171C61;
  line-height: 1.5;
  font-size: 2rem;
  writing-mode: vertical-lr;
  -ms-writing-mode: bt-lr;
}
.single-post .thumbs {
  height: 43rem;
  display: flex;
  justify-content: center;
}
.single-post .thumbs img {
  width: auto;
  height: 100%;
}

.p-archive {
  position: relative;
  padding: 10rem 0;
  background: #EEECE8;
}
.p-archive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg_after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-archive .container {
  position: relative;
  z-index: 3;
}

.blog-card-category {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}
.blog-card-category a {
  padding: 0 3rem;
  border-left: 1px solid #A50E32;
  border-right: 1px solid #A50E32;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-family: hiraMinProp-regular0;
  font-size: 1.5rem;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.blog-card-category a:hover {
  color: #A50E32;
}
.blog-card-category a.active {
  color: #A50E32;
}

.p-form {
  padding: 8rem 0;
  padding: 11rem 15rem 9rem 15rem;
  background-color: white;
  border-radius: 4rem;
}
@media only screen and (max-width: 640px) {
  .p-form {
    padding: 8rem 3rem;
  }
}

.form-attention {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
  font-size: 2.1rem;
  line-height: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4.8rem;
  color: #231815;
}
.form-attention span {
  color: #DE0012;
}

.p-contact {
  position: relative;
  padding: 12rem 0 16rem;
}
.p-contact .container {
  position: relative;
  z-index: 3;
}
.p-contact .contact-intro {
  font-family: KozGoPr6N-Medium;
  font-size: 1.8rem;
  line-height: 2;
  color: black;
  text-align: center;
  margin-bottom: 8rem;
}
.p-contact .complete-title {
  font-family: KozGoPr6N-Medium;
  font-size: 3.6rem;
  line-height: 1.3;
  color: black;
  text-align: center;
  margin-bottom: 4rem;
}
.p-contact .mx-text {
  color: black;
  text-align: center;
  margin-bottom: 6rem;
}
.p-contact .link-btn {
  position: relative;
  width: 38rem;
  height: 6rem;
  border-radius: 4rem;
  font-size: 2.1rem;
  margin: 0 auto 3rem auto;
}
.p-contact .link-btn::before {
  border-radius: 4.5rem;
}

.contact-attention {
  font-family: KozGoPr6N-Regular;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.contact-attention span {
  color: #DE0012;
  font-family: KozGoPr6N-Bold;
}

.required {
  font-family: KozGoPr6N-Regular;
  font-size: 1.8rem;
  color: #DE0012;
}

.p-contact-form {
  position: relative;
  display: block;
  font-family: hiraMinProp-regular;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: left;
  color: #171C61;
}
.p-contact-form .form-group {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 5rem;
}
.p-contact-form .form-group > li {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  border-top: 1px solid #FFFFFF;
}
.p-contact-form .form-group .mw_wp_form_confirm .form-group li:last-child {
  display: none;
}
.p-contact-form .form-input {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.p-contact-form .form-input + .form-input {
  margin-top: 1rem;
}
.p-contact-form .form-input .label {
  position: relative;
  padding: 0.8rem 0;
  display: flex;
  font-size: 1.5rem;
  color: #3E3A39;
  font-family: KozGoPr6N-Medium;
  width: 20%;
}
.p-contact-form .form-input .label p {
  display: flex;
  align-items: center;
}
.p-contact-form .form-input .input {
  position: relative;
  width: 75%;
  font-family: KozGoPr6N-Regular;
  color: #FFFFFF;
}
.p-contact-form .form-input .input > * {
  vertical-align: middle;
}
.p-contact-form .form-input .input select {
  width: 100%;
  background-color: #E7E8E8;
  color: #3E3A39;
  border: none;
}
.p-contact-form .form-input .input option {
  background-color: #E7E8E8;
  border: none;
}
.p-contact-form .form-input .input input {
  color: #3E3A39;
  font-size: 1.4rem;
  width: 100%;
  background-color: #E7E8E8;
  border: none;
}
.p-contact-form .form-input .input textarea {
  width: 100%;
  font-size: 1.4rem;
  color: #3E3A39;
  border: none;
  background-color: #E7E8E8;
}
.p-contact-form .form-input .sm {
  width: 30rem;
  max-width: 100%;
}
.p-contact-form .form-input .md {
  width: 45rem;
  max-width: 100%;
}
.p-contact-form .form-input .xs {
  width: 73rem;
  max-width: 100%;
}
.p-contact-form .form-input .inline-group {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding: 0;
}
.p-contact-form .form-input .inline-group > li {
  position: relative;
  flex: 0 0 auto;
  width: auto;
  padding: 0 0.5rem;
}
.p-contact-form .form-input .inline-group .num {
  position: relative;
  width: 8rem;
  max-width: 100%;
}
.p-contact-form .form-input .inline-group .line {
  position: relative;
  display: block;
  width: 1rem;
  height: 1px;
  background: #000000;
}
.p-contact-form .form-input .field {
  position: relative;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.p-contact-form .form-input .mwform-tel-field {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.p-contact-form .form-input .mwform-tel-field input {
  position: relative;
  width: 14rem;
  max-width: 100%;
  margin: 0 1rem;
}
.p-contact-form .form-input .mwform-zip-field {
  position: relative;
  display: flex;
  align-items: center;
}
.p-contact-form .form-input .mwform-zip-field input {
  position: relative;
  width: 14rem;
  max-width: 100%;
  margin: 0 1rem;
}
.p-contact-form .mwform-checkbox-field {
  position: relative;
  display: inline-block;
  margin: 0;
}
.p-contact-form .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
}
.p-contact-form .mwform-checkbox-field [type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.p-contact-form .mwform-checkbox-field [type=radio] + .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}
.p-contact-form .mwform-checkbox-field [type=radio] + .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-radius: 5rem;
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #171C61;
  border-radius: 0.45rem;
}
.p-contact-form .mwform-checkbox-field [type=radio] + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-radius: 5rem;
  top: 1rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #171C61;
  transition: all 0.2s;
}
.p-contact-form .mwform-checkbox-field [type=radio]:not(:checked) + .mwform-checkbox-field-text::after {
  opacity: 0;
  visibility: hidden;
}
.p-contact-form .mwform-checkbox-field [type=radio]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
  visibility: visible;
}
.p-contact-form .mwform-checkbox-field [type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.p-contact-form .mwform-checkbox-field [type=checkbox] + .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}
.p-contact-form .mwform-checkbox-field [type=checkbox] + .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #FFFFFF;
}
.p-contact-form .mwform-checkbox-field [type=checkbox] + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0.2rem;
  left: 0.6rem;
  width: 0.8rem;
  height: 1.2rem;
  border: solid #FFFFFF;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.p-contact-form .mwform-checkbox-field [type=checkbox]:not(:checked) + .mwform-checkbox-field-text::after {
  opacity: 0;
  visibility: hidden;
}
.p-contact-form .mwform-checkbox-field [type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
  visibility: visible;
}
.p-contact-form .form-term {
  position: relative;
  text-align: center;
  margin-bottom: 4rem;
}
.p-contact-form .form-submit {
  position: relative;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.p-contact-form .form-submit .link-btn {
  position: relative;
  width: 38rem;
  height: 9rem;
  border-radius: 4.5rem;
  font-size: 2.1rem;
  margin: 0 2rem 3rem;
}
.p-contact-form .form-submit .link-btn::before {
  border-radius: 4.5rem;
}
.p-contact-form .form-submit .back-btn {
  background-color: transparent;
  color: #C7AD87;
}

.mw_wp_form .contact-layout .contact-item {
  margin-bottom: 6rem;
}
.mw_wp_form .contact-layout .contact-item:last-child {
  margin-bottom: 4.6rem;
}
.mw_wp_form .contact-layout .contact-item-left {
  font-size: 1.8rem;
  font-family: KozGoPr6N-Medium;
  color: #3E3A39;
  margin-bottom: 1rem;
}
.mw_wp_form .contact-layout .contact-item-left span {
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  color: #D60012;
  font-size: 1.3rem;
}
.mw_wp_form .contact-layout .contact-item-right .mwform-radio-field label span {
  font-size: 1.4rem;
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  color: black;
}
.mw_wp_form .contact-layout .contact-item-right select {
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  font-size: 1.4rem;
  color: #595757;
}
.mw_wp_form .contact-layout .contact-item-right select option {
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  font-size: 1.4rem;
  color: #595757;
}
.mw_wp_form .contact-layout .contact-item .birthday {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mw_wp_form .contact-layout .contact-item .birthday span {
  font-size: 1.3rem;
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  color: black;
  margin: 0 2rem;
}
.mw_wp_form .contact-layout .contact-item .address-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.mw_wp_form .contact-layout .contact-item .address-item input[type=text] {
  width: 21rem;
}
.mw_wp_form .contact-layout .contact-item .address-item .zip-btn {
  width: 9rem;
  height: 3rem;
  color: white;
  background-color: #E36C49;
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  font-size: 1rem;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mw_wp_form .contact-layout .check-item {
  width: 100%;
  height: 5rem;
  background-color: #E36C49;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mw_wp_form .contact-layout .check-item .mwform-checkbox-field label span {
  font-size: 1.6rem;
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  color: white;
}
.mw_wp_form .send button {
  width: 24rem;
  height: 6rem;
  border: 1px solid #000000;
  color: black;
  background-color: white;
  font-family: KozGoPr6N-Bold;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.3rem;
  margin: 0 auto;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}
.mw_wp_form .send:hover button {
  color: white;
  background-color: #F7EFE5;
  border: none;
}

.mw_wp_form_confirm .check-item {
  font-size: 1.6rem;
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H;
  color: white;
}
.mw_wp_form_confirm .contact-item .birthday {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mw_wp_form_confirm .contact-item-right .zip-btn {
  display: none;
}

.mw_wp_form_send_error {
  text-align: center;
  margin-bottom: 5rem;
}

.top-faq {
  position: relative;
  padding-bottom: 8rem;
}
.top-faq .section-title {
  position: relative;
  margin-bottom: 16rem;
}
@media only screen and (max-width: 640px) {
  .top-faq .section-title {
    margin-bottom: 6rem;
  }
}
.top-faq .section-title .lead {
  color: black;
  writing-mode: horizontal-tb;
  text-orientation: unset;
  text-align: center;
}
.top-faq .section-title .sub {
  text-align: center;
}
.top-faq .section-title .faq-block {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .top-faq .section-title .faq-block {
    width: 100%;
  }
}
.top-faq .section-title .faq-block img {
  width: 100%;
}
.top-faq .faq-layout {
  position: relative;
}
.top-faq .faq-layout .container {
  flex-direction: column;
}
.top-faq .faq-layout .faq-item {
  margin-bottom: 3rem;
  width: 100%;
}
.top-faq .faq-layout .accordion {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  background-color: white;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 3rem 3rem 3rem 7rem;
  border-radius: 4rem;
  border: 1px solid #6B9DCF;
}
@media only screen and (max-width: 640px) {
  .top-faq .faq-layout .accordion {
    padding-left: 3rem;
  }
}
.top-faq .faq-layout .accordion.open {
  background-color: white;
  color: #6B9DCF;
  border-radius: 4rem 4rem 0 0;
}
.top-faq .faq-layout .accordion.open .accordion-arrow {
  background-color: #6B9DCF;
}
.top-faq .faq-layout .accordion.open .accordion-arrow::before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(-135deg);
  display: inline-block;
  color: #6B9DCF;
}
.top-faq .faq-layout .accordion-text {
  font-family: KozGoPr6N-Medium;
  font-size: 1.8rem;
  display: flex;
  align-items: flex-start;
  width: 90%;
  color: black;
}
.top-faq .faq-layout .accordion-text span {
  font-size: 4.6rem;
  color: #6B9DCF;
  font-family: AvenirNext-Bold;
  display: flex;
  margin-right: 3rem;
}
.top-faq .faq-layout .accordion-arrow {
  font-size: 2.5rem;
  line-height: 2;
  transition: all 0.3s ease;
  margin-left: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 1px solid rgba(107, 157, 207, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6B9DCF;
  transition: all ease 0.3s;
}
.top-faq .faq-layout .accordion-arrow::before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(45deg);
  display: inline-block;
  color: #6B9DCF;
  transition: all ease 0.3s;
}
.top-faq .faq-layout .panel {
  width: 100%;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  border-radius: 0 0 4rem 4rem;
  border: 1px solid #6B9DCF;
}
.top-faq .faq-layout .panel .wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2.8rem 10rem;
  background-color: white;
}
@media only screen and (max-width: 640px) {
  .top-faq .faq-layout .panel .wrap {
    padding: 2.8rem 3rem;
  }
}
.top-faq .faq-layout .panel-text {
  font-family: KozGoPr6N-Medium;
  font-size: 1.8rem;
  text-align: left;
  color: black;
}

.p-privacy {
  position: relative;
  padding: 18rem 0 8rem;
}
.p-privacy .container {
  position: relative;
  z-index: 3;
}
.p-privacy .privacy-title {
  position: relative;
  margin-bottom: 3rem;
  color: #000;
  font-size: 2.4rem;
  text-align: left;
  font-family: KozGoPr6N-Bold;
}
.p-privacy .privacy_item {
  margin-bottom: 2rem;
}
.p-privacy .privacy_item_title {
  display: block;
  padding: 0;
  font-family: KozGoPr6N-Medium;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  color: black;
}
.p-privacy .privacy_item_content {
  position: relative;
  display: block;
  padding: 0 0.5rem;
  font-family: KozGoPr6N-Medium;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  color: black;
}

.p-sitemap {
  position: relative;
  padding: 18rem 0 8rem;
}
.p-sitemap .container {
  position: relative;
  z-index: 3;
}
.p-sitemap .section-title {
  margin-bottom: 3rem;
}
.p-sitemap .section-title .lead {
  font-family: KozGoPr6N-Bold;
  font-size: 3.6rem;
  color: black;
}
.p-sitemap .sitemap-menu {
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
}
.p-sitemap .sitemap-menu > li {
  position: relative;
  margin-bottom: 1.2rem;
}
.p-sitemap .sitemap-menu .menu-link {
  position: relative;
  display: block;
  width: 100%;
  background: white;
  padding: 2rem 3rem;
  font-family: KozGoPr6N-Medium;
  font-size: 2.4rem;
  line-height: 4rem;
  color: black;
  text-decoration: none;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

#footer {
  position: relative;
  background: #FFFFFF;
  padding: 9rem 0 2.5rem;
}
#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#footer .footer-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  #footer .footer-logo {
    width: 100%;
    margin-bottom: 2rem;
    justify-content: flex-start;
  }
}
#footer .mobile-nav-menu {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10rem;
}
@media only screen and (max-width: 640px) {
  #footer .mobile-nav-menu {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #footer .mobile-nav-menu-item {
    width: 100%;
  }
}
#footer .mobile-nav-menu-item ul .menu-ttl {
  font-size: 1.6rem;
  font-family: AvenirNext-Bold;
  font-weight: bold;
  color: black;
  margin-top: 0;
}
#footer .mobile-nav-menu-item ul .menu-ttl-en {
  margin-bottom: 0.5rem;
}
#footer .mobile-nav-menu-item ul .menu-ttl-jp {
  font-family: KozGoPr6N-Bold;
  font-size: 1.2rem;
}
#footer .mobile-nav-menu-item ul li {
  font-family: KozGoPr6N-Bold;
  font-size: 1rem;
  color: #ACADAD;
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  #footer .mobile-nav-menu-item ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#footer .mobile-nav-menu-item ul li span {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-submenu {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  #footer .footer-submenu {
    margin-top: 2rem;
    width: 100%;
    display: none;
  }
}
#footer .footer-submenu .sdgs-logo {
  width: 17rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-submenu .sdgs-logo img {
  width: 100%;
  height: auto;
}
#footer .copyright {
  margin-top: 1rem;
  font-family: KozGoPr6N-Bold;
  font-size: 1.2rem;
  line-height: 1.3;
  color: black;
  white-space: nowrap;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  #footer .copyright {
    font-size: 1.4rem;
    text-align: left;
  }
}
#footer .copyright .container {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  #footer .copyright .container {
    justify-content: center;
  }
}
#footer .footer-nav .container {
  display: block;
}
#footer .footer-nav .container .footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4rem;
}
#footer .footer-nav .mobile-bottom-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#footer .footer-nav .mobile-bottom-menu li a span {
  font-family: KozGoPr6N-Bold;
  font-size: 1rem;
  color: #ACADAD;
}
@media only screen and (max-width: 640px) {
  #footer .footer-nav .mobile-bottom-menu li a span {
    font-size: 1.4rem;
  }
}
#footer .footer-nav .mobile-bottom-menu .footer-submenu-border {
  width: 1px;
  height: 1.5rem;
  background: #ACADAD;
  margin: 0 2rem;
  transform: rotate(30deg);
}
#footer .footer-nav .header-recruit-require {
  width: 15rem;
  height: 3.5rem;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: AvenirNext-Bold;
  font-weight: bold;
  font-size: 1.4rem;
  color: #E36C49;
  border: 0.5px solid #E36C49;
  border-radius: 1.75rem;
}
@media only screen and (max-width: 640px) {
  #footer .footer-nav .header-recruit-require {
    width: 26rem;
    height: 6.4rem;
    font-size: 2.4rem;
    border-radius: 3rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
#footer .footer-nav .header-recruit-corpo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: AvenirNext-Bold;
  font-weight: bold;
  font-size: 3.6rem;
  color: #000000;
  margin: 3rem 0 1.7rem 0;
}
@media only screen and (max-width: 640px) {
  #footer .footer-nav .header-recruit-corpo {
    font-size: 4rem;
  }
}

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