@charset "UTF-8";
@font-face {
  font-family: KozGoPr6N-Bold;
  src: url("../fonts/KozGoPr6N-Bold.otf");
}
@font-face {
  font-family: KozGoPr6N-Medium;
  src: url("../fonts/KozGoPr6N-Medium.otf");
}
@font-face {
  font-family: KozGoPr6N-Regular;
  src: url("../fonts/KozGoPr6N-Regular.otf");
}
@font-face {
  font-family: KozGoPr6N-Light;
  src: url("../fonts/KozGoPr6N-Light.otf");
}
@font-face {
  font-family: hiraMinProp-regular;
  src: url("../fonts/HiraMinPro-W3.otf");
}
@font-face {
  font-family: hiraMinProp-bold;
  src: url("../fonts/HiraMinPro-W6.otf");
}
@font-face {
  font-family: noto-black;
  src: url("../fonts/NotoSansCJKjp-Black.otf");
}
@font-face {
  font-family: noto-bold;
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
}
@font-face {
  font-family: noto-regular;
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
}
@font-face {
  font-family: BalooBhaijaan-Regular;
  src: url("../fonts/Baloo Bhaijaan Regular.ttf");
}
@font-face {
  font-family: BGothicMB101Pro-Regular;
  src: url("../fonts/A-OTF Gothic MB101 Pro R.otf");
}
@font-face {
  font-family: MiGoMB1Std-DeBold;
  src: url("../fonts/X-ShinYuan-DeBold.ttf");
}
@font-face {
  font-family: AvenirNext-Bold;
  src: url("../fonts/AvenirNextBold.ttf");
}

body{
  color: #fff;
  background: #FFF
}
.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;
}

/*ローディング*/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0bd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
/*ここまで*/

/**/
.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}
/**/

/* 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: left;
  color: black;
}
@media only screen and (max-width: 640px) {
  .ms-text {
    font-size: 2.4rem;
    line-height: 2;
  }
}

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

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

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

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

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

.underline_bg {
  display: inline;
  background: linear-gradient(transparent 68%, #FBB03B 0%);
}

.section-title {
  position: relative;
}
.section-title .lead {
  position: relative;
  font-family: "AvenirNext-Bold";
  font-size: 4.6rem;
  line-height: 1.3;
  text-align: left;
  color: black;
}
.section-title .sub {
  position: relative;
  font-family: KozGoPr6N-Bold;
  font-size: 2.3rem;
  line-height: 2.2;
  text-align: left;
  color: #000000;
}
.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;
}
.link-btn span {
  position: relative;
  font-family: noto-bold;
  font-size: 1.4rem;
  color: black;
  text-decoration: none;
  line-height: 1;
  z-index: 3;
}
.link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #E36C49;
  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;
  display: flex;
  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;
}
@media only screen and (max-width: 640px) {
  .back-to-top {
    width: 7.2rem;
    right: 1.6rem;
    bottom: 11.2rem;
  }
}

/*#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;
}
#header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 100%;
  z-index: 0;
}
#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 {
  background: rgba(255, 255, 255);
  transition: all 0.2s ease-in-out;
}*/

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

@media only screen and (max-width: 1024px) {
  .mainvisual .movie video {
    width: auto;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .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;
  }
}
.mobile-nav-toggle-content {
  margin-top: 0.5rem;
}
.mobile-nav-toggle .toggle-text-menu {
  color: white;
  font-size: 0.9rem;
}
.mobile-nav-toggle .toggle-text-close {
  color: white;
  font-size: 0.9rem;
  display: none;
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 2.7rem;
  height: 1.2rem;
  margin: 0;
}
.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;
}
.mobile-nav-toggle.toggle-active .toggle-text-menu {
  display: none;
}
.mobile-nav-toggle.toggle-active .toggle-text-close {
  display: block;
}
.mobile-nav-toggle.toggle-active .toggle-icon {
  margin-bottom: 1rem;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  transform: translateY(0.5rem) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  transform: translateY(-0.5rem) rotate(45deg);
  width: 2.7rem;
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  top: -100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: white;
  transition: all 0.4s ease-in-out;
  padding: 16.7rem 0 8rem 0;
}
#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;
  }
}
@media only screen and (max-width: 640px) {
  #mobile-nav .container .mobile-nav-menu-item {
    width: 100%;
  }
}
#mobile-nav .container .mobile-nav-menu-item ul .menu-ttl {
  font-size: 1.6rem;
  font-family: AvenirNext-Bold;
  font-weight: bold;
  color: black;
  margin-top: 0;
}
#mobile-nav .container .mobile-nav-menu-item ul .menu-ttl-en {
  margin-bottom: 0.5rem;
}
#mobile-nav .container .mobile-nav-menu-item ul .menu-ttl-jp {
  font-family: KozGoPr6N-Bold;
  font-size: 1.2rem;
}
#mobile-nav .container .mobile-nav-menu-item ul li {
  font-family: KozGoPr6N-Bold;
  font-size: 1.2rem;
  color: #ACADAD;
  margin-top: 2rem;
}
#mobile-nav .container .mobile-bottom-menu {
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 3rem;
  border-bottom: 0.75px solid black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#mobile-nav .container .mobile-bottom-menu li a span {
  font-family: KozGoPr6N-Bold;
  font-size: 1.4rem;
  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-nav-sdg {
  padding: 2.5rem 0 3.7rem 0;
}
#mobile-nav .container .block_img_01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 43rem;
  height: max-content;
}
#mobile-nav .container .block_img_01 img {
  width: 100%;
}
#mobile-nav .container .block_img_02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 43rem;
  height: max-content;
}
#mobile-nav .container .block_img_02 img {
  width: 100%;
}

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

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

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

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

.mainvisual {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.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;
}
.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;
}
.mainvisual .movie video {
  position: relative;
  width: 100%;
}
.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;
}

#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;
}
.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;
  align-items: center;
}
.p-choose .container .choose-group .choose-item {
  border-right: 0.5px solid black;
  padding: 0 6.6rem;
}
.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;
}

.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;
}
.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 {
  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;
}
.top-company .company-layout .company-left .company-left-img_02 {
  position: absolute;
  top: 0;
  left: 26rem;
}
.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;
}
.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);
}
.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;
}
.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);
}
.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.25);
}
@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;
}
.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: 0;
  }
}
.top-company .company-layout .company-right-img_02 {
  position: absolute;
  bottom: 0;
  right: 4rem;
}

.top-number {
  padding: 0 0 14rem 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 {
    display: block;
  }
}
.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;
}
.top-number .number-layout .number-left-content .section-title .sub {
  color: #000000;
}
.top-number .number-layout .number-left-content .section-title .lead {
  color: #000000;
  line-height: 1;
  white-space: nowrap;
}
.top-number .number-layout .number-left-content .ms-text {
  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 .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;
}
.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);
}
.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;
}
.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);
}
.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.25);
  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;
}
.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 {
    left: 0;
  }
}
.top-number .number-layout .number-img_02 {
  position: absolute;
  bottom: 0;
  left: 4rem;
}

.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;
}
.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;
}
.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;
}
.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;
}
.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);
}
.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);
}
.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.25);
}
@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;
}
.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;
  }
}
.top-voice .voice-layout .company-right-img_02 {
  position: absolute;
  bottom: 0;
  right: 4rem;
}

.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%);
}
.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;
}
.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 {
    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;
}

.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;
}
.p-message .container .p-message-content .p-message-left .p-message-block img {
  width: 100%;
}
.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: 1.5rem;
}
.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: #3074B2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .p-person .container .p-person-content .p-person-item {
    border-top: 1px solid #3074B2;
    border-left: none;
  }
}
.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-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;
}
.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;
}
.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;
}
.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;
}
.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 .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;
}
.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);
}
.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);
}
.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;
  }
}
.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: 1.4rem;
  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;
}
.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;
  }
}
.p-archive-require .container .require-card-list {
  position: relative;
  margin-top: 9.5rem;
}
.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;
}
.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::before {
  background: #F6EEE4;
}
.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;
}
.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;
}
.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: 1.4rem;
  font-family: KozGoPr6N-Medium;
  color: white;
  line-height: 1.7;
}
.p-single-voice .single-meta-content .voice-description .voice-name {
  font-size: 2rem;
  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;
}
.p-single-voice .thumb {
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 70rem;
}
.p-single-voice .thumb img {
  width: 100%;
  height: auto;
}
.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;
  }
}
.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;
  }
}
.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;
}
.p-single-voice .single-faq .faq-item-content {
  color: #000000;
  line-height: 2;
  font-size: 1.6rem;
  font-family: KozGoPr6N-Medium;
}

.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;
}
.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%;
  }
}
.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;
}
.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;
}
.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;
}
.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;
}

.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 .contact-layout .underline {
	text-decoration: underline;
}
.mw_wp_form .contact-layout .underline:hover {
	text-decoration: none;
}
.mw_wp_form .send {
  width: 24rem;
  margin: 0 auto;
}
.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: #E36C49;
  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;
}
.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%);
}
.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;
}
.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: center;
  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;
  }
}
#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 {
    gap: 5rem 0;
    width: 100%;
  }
}
@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.4rem;
}
#footer .mobile-nav-menu-item ul li {
  font-family: KozGoPr6N-Bold;
  font-size: 1.2rem;
  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%;
  }
}
#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;
}
#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 .mobile-bottom-menu {
  width: 100%;
  padding-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#footer .footer-nav .mobile-bottom-menu li a span {
  font-family: KozGoPr6N-Bold;
  font-size: 1.2rem;
  color: #ACADAD;
}
#footer .footer-nav .mobile-bottom-menu .footer-submenu-border {
  width: 1px;
  height: 1.5rem;
  background: #ACADAD;
  margin: 0 1.5rem;
  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;
}
#footer .footer-nav .header-recruit-corpo {
  display: inline-block;
  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;
}

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

.naemodata{
  display: none;
}

/*------------------------
高橋自動車ここから
--------------------------*/
body{
  color: #fff
}

header.header-pc {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  position: fixed;
  top: 5rem;
    left: 50%;
    transform: translateX(-50%);
  z-index: 10;
  box-sizing: border-box;
}
.headlogo {
    display: inline-block;
    width: 140px;
    position: absolute;
    left: 0px;
    top: 0px;
    /*background: #FCEDE9;
    padding: 30px 35px;*/
}
.menu-trigger {
	display: none;
}
.header-pc nav {
    display: inline-block;
    position: relative;
}
ul.menu-ul {
    display: flex;
	justify-content: flex-end;
	margin: 0;
}
nav .menu-ul li {
	padding: 15px 35px;
	position: relative
}

nav .menu-ul li::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  right:0;
  content: '';
  width: 80%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  margin: auto;
}
.page-template-front-page nav .menu-ul li::after{
  background: #fff;
}

nav .menu-ul li:hover::after {
  transform: scale(1, 1);
}
ul.menu-ul a{
  color: #3e3a39;
}
.page-template-front-page ul.menu-ul a{
  color: #fff;
}
.page-template-front-page .other-logo{
  display: none;
}

@media screen and (max-width: 767px) {
/* （モバイル用） */
    .menu-trigger {
    display: inline-block;
    position: fixed;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 2;
    top: 15px;
    right: 15px;
	}
	.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	transition: all .5s .2s;
	}
	.menu-trigger.active span {
	background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
	top: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
	}
	.menu-trigger span:nth-of-type(2) {
	top: 12px;
	}
	.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
	}
	.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
	}
	.header-pc nav {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	}
	nav .menu-ul {
	padding: 20px 0;
	display: block;
	justify-content: none;
	}
	nav .menu-ul li {
	padding: 15px 0;
	color: #fff;
	}
	nav .menu-ul li:last-child {
    padding-right: 0;
	}
}

/*------------------------
topここから
--------------------------*/
.top-wrap{
  background: linear-gradient(180deg, rgba(255, 21, 21, 1) 0%, rgba(173, 0, 0, 1) 100%);
  border-radius: 0 0 120px 0;
  padding: 18rem 0;
}
#p-index-hero {
    z-index: 2;
    position: relative;
    height: 110vh; /* 丸み全体を表示するために高さを調整 */
}
#p-index-hero .p-index-hero__content {
    display: flex;
    z-index: 3;
    position: absolute;
    top: 0;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-left: 7vw;
    white-space: nowrap;
}
#p-index-hero .p-index-hero__ja {
    margin-bottom: 1rem;
    padding: 0;
    overflow: hidden;
    font-size: 7.8125rem;
    font-weight: 700;
    letter-spacing: .49em;
    line-height: 1.3;
}
#p-index-hero .p-index-hero__ja .p-index-hero__ja-l1, #p-index-hero .p-index-hero__ja .p-index-hero__ja-l2 {
    overflow: hidden;
}
#p-index-hero .p-index-hero__ja span {
    display: block;
    z-index: 1;
    position: relative;
    /*transform: translateY(200%);*/
}
#p-index-hero .p-index-hero__en {
    margin-bottom: 1rem;
    padding: 0;
    font-size: 2.75rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.5;
}
#p-index-hero .p-index-hero__en span {
    display: block;
    z-index: 1;
    position: relative;
    /*transform: translateY(200%);*/
}
#p-index-hero .p-index-hero__clip {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 80vw;
    height: 110vh;
    margin-left: auto;
    overflow: hidden;
    border-radius: 100vh 0 0 100vh;
}
#p-index-hero #p-index-hero__image {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110vh;
    border-radius: 100vh 0 0 100vh;
}

#p-index-hero #p-index-hero__image figure img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-n-list{
  position: absolute;
    z-index: 100; /* 画像コンテナよりも大きな値に設定 */
    right: 10vw;
    bottom: 5vh;
  min-width: 60rem;
}
.top-n-list ul li{
  
}
.top-n-list ul li a {
  display: flex;
    flex-direction: column;
    gap: 8px;
    
  padding: 2rem 3rem 2rem 1rem;
}
.top-n-list ul li:first-child{
  border-bottom: 1px solid #fff;
}
.top-n-list ul li p:first-child{
  display: flex;
    gap: 10px;
}
.top-n-list ul li p .category{
  padding: .3rem 2rem;
    color: #fff;
    border: 1px solid #fff;
}
.top-n-list ul li .t-arrow{
  position: relative;
  padding-right: 4rem;
}
.top-n-list ul li .t-arrow::before{
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/icon/arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

/*------------------------
topここまで
--------------------------*/

/*------------------------
aboutここから
--------------------------*/
#p-index-about {
    z-index: 1;
    position: relative;
    padding: 140px 0 120px;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xs, .container-xxl {
        max-width: 1360px;
    }
}
@media (min-width: 992px) {
    .order-lg-1 {
        order: 1;
    }
}
#p-index-about .p-index-about__image {
    position: relative;
    top: 15rem;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}
#p-index-about .p-index-about__image img {
    aspect-ratio: 1 / 1;
    -o-object-fit: cover;
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
  .order-lg-2 {
        order: 2;
    }
}
@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}
#p-index-about .p-index-about__wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

#p-index-about .p-index-about__heading {
    -ms-writing-mode: tb-rl;
    display: inline;
    margin: 0 0 0 5rem;
    font-size: 3rem;
    line-height: 1.5;
    vertical-align: top;
    writing-mode: vertical-rl;
}
#p-index-about .p-index-about__body {
    -ms-writing-mode: tb-rl;
    display: inline;
    letter-spacing: .05em;
    line-height: 2.5;
    vertical-align: top;
    writing-mode: vertical-rl;
}
#p-index-about .p-index-about__more {
    margin-top: 40px;
    text-align: right;
}
#p-index-about .p-index-about__more a span{
  border-bottom: 1px solid #fff;
    padding-bottom: .3rem;
}
#p-index-about .p-index-about__more a{
  position: relative;
  padding-right: 5rem;
}
#p-index-about .p-index-about__more a::before{
  content: "";
  width: 50px;
  height: 50px;
  background: url("../img/icon/arrow.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
  gap: 30px;
}

.d-demo__list {
  display: flex;
  list-style: none;
  gap: 30px;
}

.d-demo__list--left{
animation :infinity-scroll-left 200s infinite linear 0.5s both;
}

.d-demo__item {
  width: 100vw;
}
.d-demo__item > img{
   width: 100%;
}
.demo__wrap:hover .d-demo__list--left{
  animation-play-state: paused;
}
.nagareru{
  margin-top: 7rem;
}

/*------------------------
aboutここまで
--------------------------*/
/*------------------------
serviceここから
--------------------------*/
.title-template{
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}
.title-text h3 .syoumoji{
  position: relative;
  font-size: 7rem;
}
.title-text h3 .syoumoji::before{
  content: "\30B5\30FC\30D3\30B9\7D39\4ECB";
  font-size: 1.6rem;
  position: absolute;
  top: -1.5rem;
  left: 0;
  font-family: "Kozuka Gothic Pr6N", "Noto Sans CJK JP", sans-serif;
  letter-spacing: 0;
}
.title-text h3{
  display: flex;
    align-items: baseline;
    gap: 5rem;
  font-family: "source-sans-3-variable", sans-serif;
    font-variation-settings: "wght" 650;
    letter-spacing: .5rem;
}
.title-text h3 span{
  font-family: "source-sans-3-variable", sans-serif;
font-variation-settings: "wght" 650;
  letter-spacing: .5rem;
}
.title-text p{
  font-size: 2rem;
}
.title-link{
  display: flex;
  align-items: center;
}
.title-link a{
  position: relative;
  padding-right: 5rem;
}
.title-link a span{
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: .3rem;
  border-bottom: 1px solid #abacac;
}
.title-link a::before{
  content: "";
  width: 50px;
  height: 50px;
  background: url("../img/icon/arrow.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
}
.grid1fr1fr{
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
      margin-bottom: 3rem;
}
.grid1fr1fr1fr{
   display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
}
.grid-card{
  background-color: #fff;
  display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
  border-radius: 50px;
    gap: 1rem;
  padding: 2rem 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.grid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.grid-card > p{
  color: #3e3a39;
  text-align: center;
}
.grid-card > p span{
  color: #ff1515;
  border-bottom: 4px dotted #ff1515;
  padding: 0 1rem .5rem;
    font-size: 2.4rem;
}
.grid-card figure{
  margin-bottom: 1.5rem;
}
.grid-card figure img{
  max-height: 20rem;
}

/*------------------------
serviceここまで
--------------------------*/
/*------------------------
worksここから
--------------------------*/
.top-works{
  color: #3e3a39;
  margin-top: 8rem;
}
.kasiramoji{
  color: #ff1515;
}
.top-works .title-text h3 .syoumoji::before{
  content: "\4E8B\4F8B";
}
.top-works .title-template{
  margin-bottom: 4rem;
}
.top-works .title-link a::before{
  background: url("../img/icon/arrow-red.svg") no-repeat center / contain;
}

/*--swiperここから--*/
.l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem 0 0;
  }

  .l-section .l-inner {
    /*padding-top: 8rem;*/
    padding-bottom: 8rem;
  }

  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: url("../img/icon/arrow-white.svg") no-repeat center/contain;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    width: 50px;
    height: 50px;
  }
  /*.swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid #333;
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }*/
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .card02, .card-works {
    overflow: hidden;
  }
  .card02 .swiper, .card-works .swiper {
    overflow: visible;
  }
  .swiper-controller, 
.swiper-controller-works{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .swiper-button-prev, .swiper-button-next {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .swiper-button-disabled::before {
    -webkit-box-shadow: var(--box-shadow-inset);
            box-shadow: var(--box-shadow-inset);
  }
  .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .card02 .slide, .card-works .slide {
    overflow: hidden;
    width: 36rem;
    border-radius: 4px;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
.card-works .slide{
  width: 46rem;
}
  .card02 .slide-media, 
.card-works .slide-media {
    padding-top: 95%;
    border-radius: 25px;
  }
  .card02 .slide-media img, 
.card-works .slide-media img{
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .card02 .slide-content, 
.card-works .slide-content{
    padding: 0rem;
  }
  .card02 .slide-date, 
.card-works .slide-date{
    line-height: 1;
    display: block;
    color: #abacac;
    font-size: 1.5rem;
  }
  .card02 .slide-title, 
.card-works .slide-title{
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*height: 3.2em;*/
    margin-top: 1.6rem;
        margin-bottom: 1rem;
  }
.card02 .s-card-p, 
.card-works .s-card-p{
  display: flex;
    align-items: center;
    gap: 3rem;
}
.category{
  color: #ff1515;
    padding: .3rem 1rem;
    border: 1px solid #ff1515;
    border-radius: 9999px;
    font-size: 1.2rem;
}
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
.swiper-button-prev::before{
  background: url(../img/icon/arrow-white-reverse.svg) no-repeat center / contain;
}
.top-works .title-link{
  gap: 3rem;
}



  @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
      padding: 0 4rem;
    }
    .pc {
      display: none !important;
    }
  }

  @media only screen and (max-width: 599px) {
    html {
      font-size: 50%;
    }
    .pc-tab {
      display: none !important;
    }
    .card02 .slide, 
    .card-works .slide{
      width: 24rem;
    }
  }

  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    /*.swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }*/
    .card02 .slide, 
    .card-works .slide{
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .card02 .slide img, 
    .card-works .slide img{
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .card02 .slide:hover, 
    .card-works .slide:hover{
      -webkit-transform: translateY(-16px);
              transform: translateY(-16px);
      -webkit-box-shadow: var(--box-shadow-hover);
              box-shadow: var(--box-shadow-hover);
    }
    .card02 .slide:hover img, 
    .card-works .slide:hover img{
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }

  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }
/*--swiperここまで--*/
.flow .l-section .l-inner{
  margin: 0 auto 0 0;
}

/*------------------------
worksここまで
--------------------------*/
/*------------------------
newsここから
--------------------------*/
.top-news{
  color: #3e3a39;
  margin-top: 5rem;
}
.grid1fr2fr{
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.top-news .title-text h3 .syoumoji::before{
  content: "\304A\77E5\3089\305B";
}
.top-news .title-template{
  flex-direction: column;
  gap: 5rem;
}
.link-icon{
  position: relative;
  padding-left: 4rem;
}
.link-icon::before{
  content: "";
  width: 20px;
  height: 10px;
  background: url("../img/icon/category.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-news .title-link a::before{
  background: url(../img/icon/arrow-red.svg) no-repeat center / contain;
}
.news-list ul li a{
  display: flex;
    padding: 3.5rem 1rem;
    gap: 1rem;
    border-top: 1px solid #abacac;
}
.news-list ul li:last-child a{
  border-bottom: 1px solid #abacac;
}
.news-list ul li a time{
  color: #abacac;
  margin-right: 2rem;
}
.gray{
  color: #bebfbf;
}

/*------------------------
newsここまで
--------------------------*/

/*------------------------
contactここから
--------------------------*/
#l-aside-contact {
    z-index: 4;
    position: relative;
    color: #fff;
}
#l-aside-contact .l-aside-contact__bg {
    display: flex;
    position: relative;
    align-items: center;
    height: 666px;
    margin-right: 60px;
    margin-bottom: -330px;
    padding: 100px 0;
    overflow: hidden;
    border-radius: 0 9999px 9999px 0;
    background-image: url(../img/top/contact01.png);
    background-position: 50%;
    background-size: cover;
}
/*#l-aside-contact .l-aside-contact__bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    content: "";
}*/
#l-aside-contact .l-aside-contact__container {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
}
.align-items-center {
    align-items: center !important;
}
#l-aside-contact .l-aside-contact__heading {
    white-space: nowrap;
}
#l-aside-contact .l-aside-contact__heading .l-aside-contact__heading-ja {
    letter-spacing: .03em;
    line-height: 1.2;
}
#l-aside-contact .l-aside-contact__heading .l-aside-contact__heading-en {
    line-height: 1;
  font-family: "source-sans-3-variable", sans-serif;
    font-variation-settings: "wght" 650;
    letter-spacing: .5rem;
    font-size: 6rem;
  margin-bottom: 3rem;
}
#l-aside-contact .l-aside-contact__detail {
    margin-bottom: 0;
}
#l-aside-contact .l-aside-contact__detail dt {
    font-size: .75rem;
    font-weight: 700;
}
#l-aside-contact .l-aside-contact__detail dd {
    font-size: 1.0625rem;
    font-weight: 700;
}
#l-aside-contact .l-aside-contact__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  justify-content: flex-start;
    margin-left: 5rem;
  
}
#l-aside-contact .l-aside-contact__tel .l-aside-contact__tel--heading {

}
#l-aside-contact .l-aside-contact__tel .l-aside-contact__tel--link {
    color: #fff;
    /*letter-spacing: .05;*/
    white-space: nowrap;
  font-family: "source-sans-3-variable", sans-serif;
    font-variation-settings: "wght" 650;
    letter-spacing: .1rem;
    font-size: 5rem;
}
#l-aside-contact .l-aside-contact__inquiry {
    text-align: right;
}
#l-aside-contact .l-aside-contact__inquiry .l-aside-contact__inquiry-btn {
    --btn-color: #fff;
    --btn-border-color: #fff;
    white-space: nowrap;
}
.c-button-arrow [data-btn-links] {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.c-button-arrow [data-btn-links]:before {
    speak: none;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(180%) skewY(10deg);
    color: var(--btn-color, #344a63);
    content: attr(data-str);
    transition: all .5s cubic-bezier(.19,1,.22,1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    will-change: transform;
}
.c-button-arrow [data-btn-links] [data-btn-links-str] {
    display: inline-block;
    transition: all .3s cubic-bezier(.19,1,.22,1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    will-change: transform;
}

.c-button-arrow [data-btn-links]:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: right center;
    background-color: var(--btn-border-color, #c7cee0);
    content: "";
    transition: all .6s cubic-bezier(1,0,0,1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(1,0,0,1);
}
.c-button-arrow [data-btn-links]:before {
    speak: none;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(180%) skewY(10deg);
    color: var(--btn-color, #344a63);
    content: attr(data-str);
    transition: all .5s cubic-bezier(.19,1,.22,1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    will-change: transform;
}
.c-button-arrow:active [data-btn-links]:before, .c-button-arrow:focus [data-btn-links]:before, .c-button-arrow:hover [data-btn-links]:before {
    transform: translateY(0);
}
.con-text h5{
  font-size: 2.4rem;
    margin-bottom: 1rem;
}
.con-text p{
  margin-bottom: 3rem;
}
.con-text a span{
  border-bottom: 1px solid #fff;
    padding-bottom: .3rem;
    position: relative;
}
.con-text a span::after{
  content: "";
  width: 50px;
  height: 50px;
  background: url("../img/icon/arrow.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -7rem;
  transform: translateY(-50%);
}


/*------------------------
contactここまで
--------------------------*/
/*------------------------
aboutここから
--------------------------*/
.page-title{
  color: #3e3a39;
    padding: 20rem 0 0;
    margin-bottom: 8rem;
}
.p-title-h1{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-title-h1 span{
  
}
.p-title-h1 h1{
  font-size: 8rem;
  font-family: "source-sans-3-variable", sans-serif;
    font-variation-settings: "wght" 650;
    letter-spacing: .5rem;
}

.anchor-link{
  margin-top: 5rem;
}
.anchor-link ul{
  display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 20px;
}
.anchor-link ul a{
  /*border-bottom: 1px solid #aaabab;*/
  position: relative;
}
.anchor-link ul a::after{
  content: "";
  width: 28px;
  height: 28px;
  background: url("../img/icon/arrow-red2.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.anchor-link ul a::before{
  content: "";
  width: 100%;
  height: 1px;
  background: #aaabab;
  position: absolute;
  bottom: -10px;
  left: 0;
}

#l-aside-contact.about-bg .l-aside-contact__bg{
  margin-bottom: unset;
  background-image: url("../img/top/about01.webp");
  border-radius: 0 9999px 9999px 0;
  height: 900px;
}
#l-aside-contact.about-bg .l-aside-contact__bg:before{
  display: none;
}
#p-index-about.message{
  color: #3e3a39;
}
#p-index-about.message .p-index-about__image{
  top: 0;
}

#p-index-about.message .p-index-about__image img{
  border-radius: 50px;
  max-height: 60rem;
}
#p-index-about.message .p-index-about__heading{
  display: flex;
    flex-direction: column;
}
#p-index-about.message .p-index-about__wrapper{
  justify-content: space-between;
  height: 100%;
}
#p-index-about .p-index-about__body.m-name{
  text-align: end;
  padding-bottom: 3rem;
}
#p-index-about .p-index-about__body.m-name .kaisyamei{
  padding-bottom: 5rem;
}
#p-index-about.message .p-index-about__heading p{
  font-size: 7rem;
  font-family: "source-sans-3-variable", sans-serif;
    font-variation-settings: "wght" 650;
    letter-spacing: .5rem;
}
#p-index-about.message .p-index-about__heading > span{
  font-size: 1.6rem;
}
#p-index-about .p-index-about__body.catch{
  font-size: 3rem;
}
.m-grid{
  display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 5rem;
}
.m-grid figure{
  width: 80%;
  align-items: flex-start;
}
.m-text{
  display: flex;
    flex-direction: column;

}
.m-text .title-template{
  margin-bottom: 0;
}
.mission, .vision, .staff{
  margin-top: 15rem;
}

.mission .title-text h3 .syoumoji::before{
  content: "\30DF\30C3\30B7\30E7\30F3";
}

.m-text h1{
  font-size: 7rem;
}
#vision .container, 
#mission .container{
  margin-right: unset;
    max-width: 77%;
}
#vision .container{
  padding-right: 0;
}
.vision .title-text h3 .syoumoji::before{
  content: "\30D3\30B8\30E7\30F3";
}
.v-grid{
  display: grid;
    grid-template-columns: 2fr 1fr;
}
.m-text > h1{
  letter-spacing: 3rem;
    line-height: 1.8;
}
.m-text > p{
  line-height: 2;
    font-size: 2rem;
  margin-top: 3rem;
}
.v-grid figure img{
  border-radius: 100px 0 0 100px;
}
.m-text blockquote{
  margin-top: 5rem;
}

/*スタッフswiper*/
.s-wrapper {
    /*max-width: 1200px;  全体の幅を広げ、左右のスライドが見えるように */
    margin-left: 0; /* 画面端に合わせる */
    margin-right: 0; /* 画面端に合わせる */
    margin-block: 50px;
    overflow: hidden; /* 隠れている部分を表示しないように */
}

@media screen and (max-width: 1000px) {
    .s-wrapper {
        /* スマートフォンなど小さい画面での調整が必要な場合はここに記述 */
    }
}

.s-swiper .swiper {
    padding: 0 50px; /* 左右の余白を確保し、スライドの端が見えるように */
}

.s-swiper .swiper-slide {
    opacity: 0.5;
    transform: scale(0.85);
    transition: 0.5s;
    background-color: #fff; /* スライドの背景色 */
    border-radius: 10px; /* 角を丸くする */
    padding: 30px; /* 内側の余白 */
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  影を追加 */
    box-sizing: border-box; /* paddingとborderをwidth/heightに含める */
    display: flex; /* flexboxを使ってコンテンツを配置 */
    flex-direction: column; /* 縦方向に要素を並べる */
    align-items: center; /* 水平方向の中央揃え */
    text-align: center; /* テキストの中央揃え */
}

.s-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.s-swiper .swiper-slide img {
    border-radius: 50px; /* 画像を丸くする */
  max-height: 550px;
  object-fit: cover;
}
.s-swiper-text{
  display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    gap: 2rem;
}
.s-swiper-text h4{
  font-size: 3rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.s-swiper-text ul li{
  color: #555;
}
.s-swiper-text h4 p{
}
.s-swiper-text h4 > span{
  font-size: 1.6rem;
}

.s-swiper .swiper-slide__content {
    width: 100%;
    text-align: left; /* テキストを左揃えにする */
}

.s-swiper .swiper-slide__position {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.s-swiper .swiper-slide__name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.s-swiper .swiper-slide__heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.s-swiper .swiper-slide__list {
    list-style: none; /* デフォルトのリストスタイルを削除 */
    padding: 0;
    margin-bottom: 20px;
}

.s-swiper .swiper-slide__list li {
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
}

.s-swiper .swiper-slide__list li span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: red; /* リストの箇条書きのドットの色 */
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0; /* 縮小させない */
    margin-top: 6px; /* 行の開始位置と揃える */
}

.s-swiper .swiper-slide__text {
    line-height: 1.6;
}
.s-swiper-img{
  display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

/* ナビゲーションボタンのスタイル */
/*.s-swiper .swiper-button-prev,
.s-swiper .swiper-button-next {
    color: #000;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}*/

.s-swiper .swiper-button-prev::after,
.s-swiper .swiper-button-next::after {
    font-size: 20px; /* アイコンのサイズ */
}

/* ページネーションのスタイル */
.s-swiper .swiper-pagination-bullet {
    background-color: #ccc; /* 通常のドットの色 */
    opacity: 1;
}

.s-swiper .swiper-pagination-bullet-active {
    background-color: #007aff; /* アクティブなドットの色 */
}
.s-s-btn{
  display: flex;
    justify-content: center;
    padding: 4rem 0;
    gap: 5rem;
}
.s-swiper .s-s-btn .swiper-button-prev::before, .s-swiper .s-s-btn .swiper-button-next::before{
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/arrow-white.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-swiper .s-s-btn .swiper-button-prev::before{
  background: url("../img/icon/arrow-white-reverse.svg") no-repeat center/contain;
}

.s-swiper .s-s-btn .swiper-button-prev::after, .s-swiper .s-s-btn .swiper-button-next::after{
  display: none;
}

/*スタッフswiperここまで*/
.staff{
      color: #3e3a39;
}
.red-bg{
  background: linear-gradient(180deg, rgba(255, 21, 21, 1) 0%, rgba(173, 0, 0, 1) 100%);
  border-radius: 0 100px 0 100px;
  padding: 12rem 0;
}
.profile .title-template{
  margin-bottom: 5rem;
}
.staff-anchor{
  padding: 5rem 0;
}
.s-a-grid{
  display: grid;
  grid-template-columns: repeat(3, auto);
    gap: 2rem;
}
.s-a-grid .s-a-card{
  display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  gap: 1rem;
}
.s-a-card figure{
  
}
.s-a-card figure img{
  border-radius: 50px;
}
.s-a-card h5{
  font-size: 2.4rem;
}
.map{
  margin: 5rem 0;
}
.map-link{
  height: 800px;
    background-color: #d8d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border-radius: 100px;
}
@media (max-width: 768px) { }
@media (max-width: 480px) { .map-link{ height: 400px; border-radius: 40px; } }
.profile ul{
  padding: 2rem 0;
}
.profile ul li{
  border-bottom: 1px solid #fff;
    display: grid;
    grid-template-columns: calc(100% / 12 * 2.5) calc(100% / 12 * 9.5);
    padding: 2rem 0;
}
.profile .title-text h3 .syoumoji::before{
  content: "\4F1A\793E\60C5\5831";
}
.page-bg{
  margin-top: 10rem;
}

/*------------------------
aboutここまで
--------------------------*/
/*------------------------
serviceここから
--------------------------*/
.page-id-875 #l-aside-contact.about-bg .l-aside-contact__bg{
  background-image: url("../img/service/service01.webp");
}
.page-id-875 .anchor-link ul{
  row-gap: 5rem;
}
.sticky{
  margin-top: 5rem;
}

.service-grid{
  display: flex;
}
.s-side{
  width: 23.5%;
}
.s-side ul { /* ここにposition: sticky; を追加 */
  position: sticky;
  /*transform: translate(-50%, -50%);*/
    top: 45%;
  z-index: 100; /* 他の要素より手前に表示 */
  padding: 0; /* ulのデフォルトのpaddingをリセットする場合 */
  margin: 0 auto; /* ulのデフォルトのmarginをリセットする場合 */
  width: max-content;
}

.s-side ul li a {
  color: #bebfbf;
  text-decoration: none;
  display: block;
}
.s-side ul li a.active {
  color: #ff1515;
}

.s-con .container{
  margin-left: unset;
  max-width: 70%;
  padding: 0;
}
.s-contents{
  width: 76.5%;
    color: #3e3a39;
}
.syaken{
  /*margin-top: 5rem;*/
}
.hanbai, .bankin, .ippan{
  margin-top: 5rem;
}
.syaken-title{
  display: flex;
    align-items: center;
  font-size: 3rem;
    gap: 2rem;
    margin-bottom: 2rem;
}
.syaken-title figure{
  width: 6%;
}
.sya-card{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sya-card h5{
  font-size: 2.5rem;
}
.sya-card-top{
  margin-bottom: 5rem;
}
.sya-card figure img{
  border-radius: 25px 25px 0 0;
}
.sya-grid{
  display: grid;
    grid-template-columns: repeat(2, auto);
  column-gap: 3rem;
  row-gap: 5rem;
}
.sya-img-text{
  display: flex;
  flex-direction: column;
}
.sya-img-text p{
  background-color: #3e3a39;
    color: #fff;
    border-radius: 0 0 25px 25px;
    padding: 2rem;
}
.sya-card ul{
  list-style: disc;
    padding-left: 2rem;
}
.sya-card.sya-card-top figure img{
  border-radius: 25px;
}

.flow .title-text h3 .syoumoji::before{
  content: "\8ECA\691C\306E\6D41\308C";
}
.price .title-text h3 .syoumoji::before{
  content: "\6599\91D1\8868";
}
.flow {
  margin-top: 10rem;
}
.flow .title-template, .price .title-template{
  margin-bottom: 2rem;
}

.font-bold{
  font-size: 3rem;
    font-weight: bold;
      margin-bottom: 1rem;
}
.price.s-con .container{
  margin-bottom: 3rem;
}
.price.s-con .safety.container{
  margin-top: 5rem;
}
.safety h5{
  
}
.safety > p{
  margin-bottom: 3rem;
}
.price > p{
  margin-top: .5rem;
}


.houtei.syaken{
  margin-top: 10rem;
}


/*表ここから*/
.table-container {
    overflow-x: auto; /* 横スクロールを可能にする */
    max-width: 100%; /* 親要素の幅に合わせて最大幅を設定 */
    background-color: #fff;
    /*border-radius: 8px;*/
}

table {
  /*border-collapse: separate;  これが重要 */
    border-spacing: 10px; /* 全てのセル間に10pxの隙間 */
    /* border-spacing: 10px 5px; */ /* 水平10px, 垂直5px の隙間 */
    width: 100%; /* コンテナ内でテーブルが広がるように */
    border-collapse: collapse; /* セルのボーダーを結合 */
    min-width: 700px; /* テーブルの最小幅を設定し、これ以下で横スクロールが発生 */
}

th, td {
    padding: 15px 15px;
    text-align: center;
    /*border: 1px solid #ddd;  全てのセルにボーダー */
    white-space: nowrap; /* テキストの折り返しを防ぐ */
  /*border: 5px solid #fff;*/
  font-weight: normal;
}

/* ヘッダー行のスタイル */
thead th {
    background-color: #3e3a39;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    border-color: #3e3a39; /* ヘッダーのボーダー色 */
}

/* 項目名の列（最初の列）のスタイル */
.row-header {
    background-color: #ff1515; /* 赤系の色 */
    color: #fff;
    /*font-weight: bold;*/
    text-align: center; /* 中央寄せ */
    /*padding-left: 20px;  左側に少し余白 */
    border-color: #ff1515; /* 行ヘッダーのボーダー色 */
  border-bottom: 5px solid #fff;
}

/* データ行のスタイル */
tbody tr:nth-child(even) {
    background-color: #ffc7c7; /* 薄い赤色 */
}

tbody tr:nth-child(odd) {
    background-color: #ffc7c7;
}
tbody tr:last-child td{
  border-bottom: none !important;

}

/* 合計行のスタイル */
.total-row {
    background-color: #ffcccc; /* 合計行の背景色を濃い赤色に */
    font-weight: bold;
}

.total-row .row-header {
    background-color: #ff1515; /* 合計行の項目名も同様の赤色 */
}
tbody tr td{
  border: 5px solid #fff;
}
tbody tr td:first-child{
  border: 5px solid #fff;
}
thead tr:first-child th{
  border-top: none;
  vertical-align: middle;
}
thead tr th{
  border: 5px solid #fff;
}
.leftnone{
  border-left: none !important;
}
.rightnone{
  border-right: none !important;
}
thead tr:first-child th:first-child{
  border-radius: 8px 0 0 0;
}
thead tr:first-child th:last-child{
  border-radius: 0 8px 0 0;
}
tbody tr:last-child td:first-child{
  border-radius: 0 0 0 8px;
}
tbody tr:last-child td:last-child{
  border-radius: 0 0 8px 0;
}

/* レスポンシブ対応のメディアクエリ */
@media (max-width: 768px) {
    th, td {
        padding: 10px 12px;
        font-size: 0.9em;
    }

    .row-header {
        padding-left: 10px;
    }
}

@media (max-width: 480px) {
    th, td {
        padding: 8px 10px;
        font-size: 0.8em;
    }
    .row-header {
        padding-left: 8px;
    }
}
/*表ここまで*/
.sya-tokuten{
  margin-top: 8rem;
}
.sya-tokuten h5{
  color: #fff;
    background-color: #ff1515;
    border-radius: 8px;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
}
.tokuten-list{
  padding-left: 2rem;
}
.tokuten-list p:not(:last-child){
  margin-bottom: 2rem;
}
.economy{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
}
.economy h4{
  background-color: #3e3a39;
    text-align: center;
  padding: 1.5rem 0;
}
.e-grid{
  display: grid;
  grid-template-columns: repeat(6,auto);
  gap: 1rem;
}
.e-grid .e-item{
  background-color: #ff1515;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.e-grid .e-item p{
  text-align: center;
}
.economy figure img{
  width: 5%;
}
.sya-tokuten.ri-su .tokuten-list p{
  margin-bottom: .5rem;
}
.tokuten-list ul{
  list-style: disc;
    padding-left: 2rem;
    margin-bottom: 2rem;
}
.r-img{
  display: flex;
    justify-content: center;
    gap: 10rem;
}
.r-img figure:first-child{
  width: 25%;
}
.r-img figure:last-child{
  width: 35%;
}

.page-id-875 main#main{
  overflow: visible;
}

/*------------------------
serviceここまで
--------------------------*/
/*------------------------
newslistここから
--------------------------*/
.n-title{
  display: flex;
    justify-content: space-between;
}
.n-list ul a li{
  display: flex;
    gap: 2rem;
    border-top: 1px solid #abacac;
    padding: 3rem;
  align-items: center;
    min-width: 0;
}
.n-list ul a:last-child li{
  border-bottom: 1px solid #abacac;
}
.n-list ul li time{
  color: #abacac;
  width: 10%;
  flex-shrink: 0;
}
.n-list ul li .n-l-c{
  font-size: 1.6rem;
  width: 10%;
  flex-shrink: 0;
}
.n-list ul li span{
  font-size: 1.6rem;
}
.n-list ul li a{
  color: #3e3a39;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
  display: flex;
    gap: 1rem;
  border-top: 1px solid #abacac;
    padding: 3rem;
}
.n-list ul li:last-child{
  border-bottom: 1px solid #abacac;
}

.n-list ul li p time{
  margin-right: 1rem;
}
.n-list ul li p span{
  padding: .3rem 2rem;
}
.n-list ul li p:last-child{
  color: #3e3a39;
  -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.n-category .link-icon.active {
  color: #ff1515;
}
.wp-pagenavi {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #ff1515 !important;
  border-radius: 5px;
  color: #ff1515;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease;
}

.wp-pagenavi a:hover {
  background-color: #ff1515;
  color: #fff;
}

.wp-pagenavi span.current {
  background-color: #ff1515;
  color: #fff;
}
.n-list{
  margin-bottom: 12rem;
}


/*------------------------
newslistここまで
--------------------------*/

.swiper-slide img {
  height: auto;
  width: 100%;
}

.n-detail{
  color: #3e3a39;
}
.n-d-btn{
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.n-detail .swiper-slide img{
  max-height: 500px;
    object-fit: contain;
    min-height: 480px;
  border-radius: 10px;
}
.n-d-text{
  margin: 5rem 0 10rem;
}
.n-d-text h2{
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff1515;
  margin-bottom: 20px;

}
.n-d-text h3{
  padding-left: 10px;
  border-left: 4px solid #ff1515;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  
}
.n-d-back{
  text-align: center;
  margin-bottom: 10rem;
}
.n-d-back a{
  border-bottom: 1px solid #abacac;
  padding-bottom: .3rem;
  position: relative;
}
.n-d-back a::after{
  content: "";
  width: 50px;
  height: 50px;
  background: url("../img/icon/arrow-red.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -7rem;
  transform: translateY(-50%);
  
}
.n-d-title{
  display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}
.n-d-title p:first-child{
  display: flex;
    gap: 2rem;
}
.n-d-title p:last-child{
  font-size: 2rem;
}
.n-d-title p time{
  color: #abacac;
}

.special-text{
  margin-bottom: 3rem;
}
.special-text h4 {
  color: #ff1515;
  display: flex;
  align-items: center; /* 子要素を垂直方向の中央に配置 */
  gap: 1rem;
    margin-bottom: 1rem;
}

.special-text h4 span {
  /* テキストのスタイル調整 */
  white-space: nowrap; /* テキストが改行されないようにする */
}

.special-text h4 .red-line {
  flex: 1; /* 残りのスペースを全て埋める */
  height: 1px;
  background-color: #ff1515;
}
.special-text > p{
  padding-right: 3rem;
}
.s-t-last.special-text{
  margin-bottom: 10rem;
}

.question{
  color: #3e3a39;
  margin: 5rem 0;
}

.c-wrap {
  /*background-color: #fff;
  border-radius: 1rem;
  padding: 4rem 8rem;
  max-width: 800px;
  margin: 0 auto;*/
}

.contact-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  margin-bottom: 3rem;
}
.address.contact-item{
  align-items: flex-start;
}
.address.contact-item > label{
  margin-top: 1rem;
}

.contact-label {
  /*font-weight: bold;*/
}
.contact-label span{
  margin-left: 0.5rem;
}

.contact-input-group {
  display: flex;
  gap: 3rem;
}

.input-item {
  flex: 1;
}

.contact-item input,
.contact-item textarea,
.contact-item select {
  width: 100%;
  padding: 1rem;
  border-radius: 9999px;
  background-color: #fff;
}

.address-group {
  flex-direction: column;
    display: flex;
    gap: 3rem;
}

.contact-privacy {
  display: grid;
    grid-template-columns: 1fr 2fr;
  align-items: center;
  margin-top: 4rem;
}
#your-comment{
  border-radius: 10px;
}

.privacy-wrap {
  margin-left: 2rem;
}

.contact-button {
  text-align: center;
  margin-top: 4rem;
}

.contact-button button {
  background-color: #fff;
    color: #ff1515;
    padding: 1.5rem 10rem;
    border-radius: 9999px;
    font-weight: bold;
    cursor: pointer;
}
input[type="checkbox"] {
  display: inline-block !important;
  visibility: visible !important;
  appearance: auto; /* SafariやiOS対応 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.submit{
  color: #ff1515;
    background-color: #fff;
    border: none;
    border-radius: 9999px;
    padding: 1.5rem 10rem;
    font-size: 1.6rem;
    font-weight: bold;
}
.mw_wp_form .contact .error{
  color: #fff;
}
.c-text{
  text-align: center;
  margin-bottom: 8rem;
}
.c-text > p{
  margin-bottom: 5rem;
}
.c-tel a{
  font-family: "source-sans-3-variable", sans-serif;
    font-variation-settings: "wght" 650;
    letter-spacing: .1rem;
    font-size: 5rem;
}



/*確認画面*/

.confirm-list {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}

.confirm-list dt, .confirm-list dd {
  margin-bottom: 1rem;
}

.confirm-list dt {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}

.confirm-list dd {
  margin-left: 0;
  padding-top: 0.5rem;
  border-bottom: 1px dashed #ccc; /* 点線で区切り */
}

.confirm-button-group {
  text-align: center;
  margin-top: 4rem;
}

.confirm-button-group input {
  padding: 1.5rem 6rem;
  border: none;
  border-radius: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  margin: 0 1rem;
}

.confirm-button-group .submit-button {
  background-color: #ff2a2a;
  color: #fff;
}
/*確認画面ここまで*/
/* 完了画面のデザイン */
.complete-button a {
  display: inline-block;
  background-color: #ff2a2a;
  color: #fff;
  padding: 1rem 3rem;
  border-radius: 3rem;
  text-decoration: none;
  margin-top: 2rem;
}

/*完了画面ここまで*/


summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  /* Safariで表示されるデフォルトの三角形アイコンを非表示にします */
  &::-webkit-details-marker {
    display: none;
  }
}
.accordion-wrapper .js-details{
  margin-bottom: 1rem;
}

.summary_inner {
  border-radius: 15px;
    background: #ff1515;
    color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}

.icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;

  /* アイコンのバーのスタイル */
  &::before{
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/icon/arrow-down.svg") no-repeat center/contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.question .p-title-h1{
  gap: 0;
}
.q-tab{
  display: flex;
    align-items: center;
}
.q-tab ul{
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 1.5rem;
    column-gap: 2rem;
color: #bebfbf;
}

details[hidden] {
  display: none;
}



/* is-openedクラスが付与されたときのスタイル */
details.is-opened .icon {
  transform: rotate(180deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.content {
  overflow: hidden;

  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}

.content_inner {
  padding: 24px 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.q-tab ul li.is-active {
  color: #ff1515;
  transition: all 0.3s;
}
.q-tab ul li{
  cursor: pointer;
}


footer{
  background: linear-gradient(180deg, rgba(255, 21, 21, 1) 0%, rgba(173, 0, 0, 1) 100%);
  padding: 40rem 0 3rem;
}
.f-logo{
  display: flex;
  align-items: center;
  gap: 5rem;
    margin-bottom: 3rem;
}
.f-logo figure{
  width: 12%;
}
.f-menu{
  display: flex;
    justify-content: flex-end;
    gap: 15rem;
  margin-bottom: 3rem;
}
.f-menu .f-page{
  font-size: 2.2rem;
}
.copyright{
  margin-left: -5rem;
}
.f-menu .link-icon::before{
  background: url("../img/icon/category-white.svg") no-repeat center / contain;
  width: 40px;
    height: 5px;
  left: -10px;
}
.f-menu a{
  padding-left: 4rem;
}
.f-menu ul li:not(:last-child){
  margin-bottom: .5rem;
}

/*------------------------
hamburgerここから
--------------------------*/

/* Header fixed and background colors */
.header {
  position: fixed;
  top: 0px;
  max-height: 85px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
/* UL element Navigation Main Menu */
.navbar-collapse {
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar {
  margin-bottom: 0;
  border-radius: 0px;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.header .navbar {
  margin-bottom: 0;
  background: linear-gradient(180deg, rgba(255, 21, 21, 1) 0%, rgba(173, 0, 0, 1) 100%);
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.7, 1, .7, 1);
  position: relative;
  min-height: 85px;
}
.navbar-nav { padding-right: 30px; }
/* Menu LI items and children */
.navbar-nav {
  list-style: none;
  margin-top: 55px;
  padding-right: 20px;
}
li.nav-item {
  position: relative;
  font-size: 1em;
  float: left;
  /*height: 50px;*/
}
a.nav-item-child {
  font-size: 1em;
  font-family: 'Oswald', sans-serif !important;
  color: #fff;
  line-height: 25px;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
a.nav-item-child p{
  position: relative;
  font-family: "source-sans-3-variable", sans-serif;
    font-variation-settings: "wght" 650;
    letter-spacing: .5rem;
    font-size: 5rem;
  text-align: left;
}
a.nav-item-child p::before{
  content: "\4F1A\793E\6982\8981";
  font-size: 16px;
  position: absolute;
  top: -3rem;
  left: 0;
}
a.nav-item-child p::after{
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/arrow.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
a.nav-item-child p.s-service::before{
  content: "\30B5\30FC\30D3\30B9\7D39\4ECB";
}
a.nav-item-child p.s-news::before{
  content: "\304A\77E5\3089\305B";
}
a.nav-item-child p.s-contact::before{
  content: "\304A\554F\3044\5408\308F\305B";
}
/*.navbar-nav>li.nav-item>a:hover {
  margin-bottom: 10px;
  border-bottom: 2px solid #ae952e;
  padding-bottom: 3px;
  color: #ccc;
}*/
header .nav-item-child:focus, .header .nav-item-child:hover { background: inherit }
.header .navbar-nav .nav-item:not(:last-child){
  margin-bottom: 2rem;
}
.sp-logo{
  position: absolute;
  top: 15px;
    left: 4%;
  z-index: 3;
}
.sp-logo figure{
      width: 70px;
}

/* MAX-WIDTH 767px */
@media (max-width:767px) {
.header .menu-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0
}
.header .navbar>.container, .header .navbar>.container>.nav-collapse {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0
}
.header .navbar>.container { width: auto }
}
.header .nav-item-hover:after, .link:after, .work .work-overlay:before { content: " " }
.header .navbar-toggle {
  width: 45px;
  height: 35px;
  border: none;
  margin: 35px 0;
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 31px;
  margin-right: 35px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #fff;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle .toggle-icon:after, .header .navbar-toggle .toggle-icon:before {
  position: absolute;
  left: 0;
  background: #fff;
  content: " "
}
.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle:hover .toggle-icon {
  background: #ae952e;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
/*.header .navbar-toggle:hover .toggle-icon:after, .header .navbar-toggle:hover .toggle-icon:before {
  width: 21px;
  height: 1px;
  background: #ae952e;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}*/
.header .header .logo-img-main, .header .nav-item.active .nav-item-hover:after, .header .nav-item:hover .nav-item-hover:after {
  transition-duration: .4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle:hover .toggle-icon.is-clicked { background: rgba(81,87,105,0) }
/* MIN-WIDTH 768px */
@media (min-width: 768px) {
.navbar-toggle { display: none; }
}

/* MAX-WIDTH 991px */
@media (max-width:991px) {
.header .navbar-nav {
  margin: 0;
  float: none
}
.header .navbar-nav .nav-item { float: none }
.header .menu-container:after, .header .menu-container:before {
  content: " ";
  display: table
}
.header .menu-container:after { clear: both }
.header .logo .logo-img-main { display: none }
.header .logo .logo-img-active { display: inline-block }
.header .nav-item-child {
  line-height: 1.4;
  padding: 12px 12px 12px 15px
}
/*.header .nav-item-hover:after {
  position: absolute;
  top: 19px
}*/
/*======= TOGGLE MENU ======*/
#toggle, #toggle + label { display: inherit; }
#toggle {
  width: 45px;
  height: 40px;
  opacity: 0;
  border: none;
  margin: 35px 0;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
  float: right;
  padding: 9px 10px;
  margin-top: 31px;
  margin-right: 35px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.menu-mobile {
  padding-top: 80px;
  text-align: center;
  color: #FFF;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#toggle:checked ~ .menu-mobile { 
  height: 500px;
  padding-top: 120px;
  }
#toggle + label {
  position: absolute;
  top: 10px;
  right: 35px;
  border: none;
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#toggle + label:after {
  content: '\2630';
  font-size: 3.4em;
}
#toggle:hover + label { color: #ae952e; }
#toggle:checked ~ .message { height: 150px; }
#toggle:checked + label:after {
  content: '\2573';
  font-size: 2.4em;
}
}
/* MIN-WIDTH 992px */
@media (min-width:992px) {
.header .navbar-nav-right { float: right }
}
/*------------------------
hamburgerここまで
--------------------------*/

/* フェードアウト用のスタイル */
/* style.css */
#content-area {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

#content-area.fade-in {
    opacity: 1;
}

#content-area.fade-out {
    opacity: 0;
}


/*------------------------
mediaqueryここから
--------------------------*/
@media (min-width: 576px) {
    .container{
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container{
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container{
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container{
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container{
        max-width: 1360px;
    }
}




/* =====================================
  top
===================================== */

@media screen and (max-width: 1921px) {
  #p-index-hero .p-index-hero__clip{
    height: 106vh;
  }
}
@media screen and (max-width: 1500px){
  #p-index-hero #p-index-hero__image figure img{
    height: 110vh;
  }
}
@media screen and (max-width: 1400px){
  .f-menu{
    gap: 7rem;
  }
  .l-inner{
    max-width: 1000px;
  }
}
@media screen and (max-width: 1100px){
  #l-aside-contact .l-aside-contact__bg{
    height: 450px;
    margin-bottom: -230px;
  }
  .headlogo{
    width: 80px;
  }
}
@media screen and (min-width: 1001px){
  .spbr{
    display: none;
  }
}
@media screen and (max-width: 1000px){
  nav .menu-ul li {
    padding: 15px 20px;
    font-size: 16px;
  }
  .top-wrap{
    padding: 0 0 5rem;
  }
  #p-index-hero .p-index-hero__clip{
    border-radius: 0 0 0 45vh;
    width: 100vw;
  }
  #p-index-about{
    padding: 0 0 10rem;
  }
  #p-index-about .p-index-about__more a::before, 
  .title-link a::before{
    width: 45px;
    height: 45px;
    right: -3rem;
  }
  #p-index-about .p-index-about__more a, 
  #p-index-about .p-index-about__body, 
  .title-text p, 
  .title-text h3 .syoumoji::before, 
  .title-link a, 
  .card02 .slide-title, .card-works .slide-title, 
  .con-text p, .con-text a, .grid-card > p{
    font-size: 16px;
  }
  .grid-card > p span{
    font-size: 3rem;
  }
  #p-index-about .p-index-about__image{
    top: 8rem;
  }
  .order-1{order: 1;}
  .order-2{order: 2;}
  .nagareru{
    margin-top: 0;
  }
  .d-demo__item {
    width: 130vw;
}
  .title-text h3{
    flex-direction: column;
    gap: 0;
  }
  .swiper-controller, .swiper-controller-works{
    gap: 5rem;
  }
  .top-works .title-link {
    gap: 4rem;
}
  .card02 .slide-date, .card-works .slide-date, 
  .category{
    font-size: 12px;
  }
  .news-list ul li a p{
    font-size: 16px;
  }
  #l-aside-contact .l-aside-contact__cta{
    margin-left: 0;
  }
  #l-aside-contact .l-aside-contact__container .row{
    gap: 5rem;
  }
  .con-text a span::after{
    width: 45px;
    height: 45px;
    right: -9rem;
  }
  .con-text h5{
    font-size: 3rem;
  }
  #l-aside-contact .l-aside-contact__tel .l-aside-contact__tel--heading {
    font-size: 16px;
}
  .grid1fr1fr1fr, .grid1fr1fr{
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px){
  .header{
    display: none;
  }
  .spbr768{
    display: none;
  }
}
@media screen and (max-width: 768px){
  .swiper-controller, .swiper-controller-works{
    display: none;
  }
  .title-link a, 
  #p-index-about .p-index-about__more a{
    padding-right: 7rem;
  }
  .header-pc{
    display: none !important;
  }
  .grid1fr2fr {
    grid-template-columns: 1fr;
  }
  .top-news .title-text ul{
    display: none;
  }
  .top-news .title-template{
    flex-direction: row;
    margin-bottom: 3rem;
  }
  .sp-center{
    text-align: center;
  }
  .c-footer#l-aside-contact .l-aside-contact__bg{
    margin-right: 0;
    border-radius: 0; /* 擬似要素で半円を作成するため、元の半円は削除 */
     background-image: none;
  }
   /* 擬似要素を追加 */
  .c-footer#l-aside-contact::after {
    content: ""; /* 擬似要素には必須 */
    position: absolute;
    top: 0;
    right: -20vw; /* はみ出す量を調整 */
    height: 100%;
    width: 120vw; /* はみ出す部分を含めた幅 */
    background-image: url(../img/top/contact01.png);
    background-position: 50%;
    background-size: cover;
    border-radius: 0 9999px 9999px 0;
    z-index: -1; /* コンテンツの下に配置 */
  }
  #l-aside-contact .l-aside-contact__cta{
    justify-content: center;
  }
  .top-news{
    margin-bottom: 8rem;
  }
  .copyright{
    text-align: center;
  }
  .f-menu{
    display: none;
  }
}
@media screen and (min-width: 501px){
  .sp500{
    display: none;
    
  }
}
@media screen and (max-width: 500px){
  #p-index-hero .p-index-hero__ja{
    font-size: 30px;
  }
  #p-index-hero .p-index-hero__en{
    font-size: 13px;
  }
  .top-n-list{
    display: none;
  }
  #p-index-hero .p-index-hero__content{
    justify-content: end;
    height: 75vh;
  }
  .sp501{
    display: none !important;
  }
  .top-sp-p{
    display: flex;
    flex-direction: row-reverse;
        gap: 10px;
  }
  #p-index-about .p-index-about__body{
    line-height: 1.6
  }
  #p-index-about .p-index-about__heading{
    font-size: 20px;
    margin: 0 0 0 2rem;
    font-weight: bold;
  }
  #p-index-about .top-sp-p .p-index-about__body:not(:last-child){
    
  }
  .d-demo__item {
        width: 300vw;
    }
  .nagareru {
        margin-top: 20px;
    }
  #p-index-about .p-index-about__more a::before, .title-link a::before{
    right: 0;
  }
  .title-template{
    flex-direction: column;
    gap: 20px;
  }
  .title-text p{
    font-size: 13px;
    letter-spacing: 0;
  }
  .title-link{
    justify-content: flex-end;
  }
  .grid-card > p{
    font-size: 13px;
  }
  .top-wrap{
    border-radius: 0 0 50px 50px;
  }
  .top-works .title-template{
    gap: 0;
  }
  .card-works .slide-date, .category{
    padding: .3rem 2.5rem;
  }
  .top-news .title-template{
    flex-direction: column;
        gap: 0;
  }
  .news-list ul li a{
    flex-direction: column;
    gap: 0px;
  }
  a.nav-item-child p{
    font-size: 3rem;
  }
  .header .navbar-nav .nav-item:not(:last-child){
    margin-bottom: 0
  }
      .con-text h5 {
        font-size: 2.5rem;
    }
  #l-aside-contact .l-aside-contact__container, .sp-center{
    padding-right: 0;
    padding-left: 0;
  }
  .con-text p{
    font-size: 13px;
  }
  #l-aside-contact .l-aside-contact__heading .l-aside-contact__heading-en, .con-text p{
    margin-bottom: 2rem;
  }
      #l-aside-contact .l-aside-contact__bg {
        height: 550px;
  }
  footer{
    padding: 33rem 0 3rem;
  }
  .f-logo{
    gap: 3rem;
  }
  .f-logo{
    font-size: 14px;
  }
  .about-title .p-title-h1 h1{
    font-size: 6rem;
  }
  .p-title-h1{
    gap:0;
  }
  .anchor-link ul a::after{
    width: 20px;
    height: 20px;
  }
  .anchor-link ul a::before{
    bottom: 0;
  }
  .anchor-link ul{
    grid-template-columns: 1fr 1fr;
    font-size: 13px;
    column-gap: 5px;
  }
}
/* =====================================
  about
===================================== */
@media screen and (max-width: 1921px) {
  #vision .container, #mission .container{
    max-width: 85%;
  }
  .m-text h1{
    font-size: 6rem;
  }
  .m-grid{
    gap: 3rem;
  }
  .v-grid{
    grid-template-columns: 2.5fr 1fr;
  }
}
@media screen and (max-width: 1500px){
  #vision .container, #mission .container{
    max-width: 98%;
  }
  .m-text h1 {
    font-size: 5rem;
}
  .m-text > h1{
    letter-spacing: 2.5rem;
  }
}
@media screen and (max-width: 1300px){
  .m-text h1 {
    font-size: 4rem;
}
}

@media screen and (min-width: 1001px){
  .message .m-text h4, .message .m-text p{
    display: none;
  }
}
@media screen and (max-width: 1000px){
  #p-index-about .p-index-about__heading{
    writing-mode: unset;
    margin: 0;
  }
  #p-index-about .p-index-about__body.catch, 
  #p-index-about .p-index-about__body.m-name{
    display: none;
  }
  #p-index-about .p-index-about__wrapper{
    flex-direction: row;
  }
  .message .m-text > p{
    text-align: end;
  }
  .message .m-text > p .kaisyamei{
    margin-right: 5rem;
  }
  .message .m-text{
    margin-top: 3rem;
  }
  .m-text > h4{
    font-size: 4rem;
  }
  .message .m-text blockquote{
    margin-top: 2rem;
  }
  #p-index-about.message{
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px){
  
}
@media screen and (max-width: 768px){
  #l-aside-contact.about-bg .l-aside-contact__bg{
    height: 550px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 501px){
}
@media screen and (max-width: 500px){
  .page-title{
    margin-bottom: 4rem;
  }
  .m-text > h4{
        font-size: 2.8rem;
    }
  .message .m-text blockquote{
    font-size: 14px;
  }
  .profile ul li{
    font-size: 15px;
  }
      .m-text > h1 {
        letter-spacing: 1.5rem;
    }
  .m-grid{
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  .m-grid figure{
    width: 100%;
    justify-content: center;
  }
  .m-grid figure img{
    width: 50%;
  }
      .m-text h1 {
        font-size: 3rem;
    }
  .v-grid{
    grid-template-columns: 1fr;
  }
  .v-grid figure{
    display: none;
  }
  .vision .title-text h3{
    position: relative;
  }
  .vision .title-text h3::after{
    content: "";
    width: 100px;
    height: 200px;
    background: url("../img/top/about03.webp") no-repeat center/cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 35px 0 0 35px;
  }
  #vision .container, #mission .container {
        max-width: 100%;
    }
      .m-text h1 {
        font-size: 2.4rem;
    }
  .m-text > h1 {
        letter-spacing: 1rem;
    }
  #vision .m-text > p{
    font-size: 13px;
    padding-right: 3rem;
  }
  .s-swiper .swiper {
    padding: 0 20px;
}
  .s-swiper .swiper-slide{
    padding: 0px;
  }
  .s-swiper-text h5, 
  .s-swiper-text ul{
    font-size: 15px;
  }
  .s-swiper .swiper-slide__text{
    font-size: 13px;
  }
  .red-bg{
    padding: 5rem 0;
  }
  .s-a-grid{
    grid-template-columns: 1fr 1fr;
  }
  .s-swiper-img{
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
/*------------------------
serviceここから
--------------------------*/
@media screen and (min-width: 1001px){
}
@media screen and (max-width: 1000px){
  .e-grid {
    display: flex; /* grid から flex に切り替える */
    flex-wrap: nowrap; /* 改行せず横並び */
    overflow-x: auto; /* 横スクロール許可 */
    -webkit-overflow-scrolling: touch; /* スマホのスムーズスクロール */
    gap: 1rem;
  }

  .e-grid .e-item {
    flex: 0 0 auto; /* 縮ませない */
    min-width: 150px; /* 必要に応じて幅指定 */
  }
}
@media screen and (min-width: 769px){
  
}
@media screen and (max-width: 768px){
  .s-con .container{
    max-width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .flow .swiper-controller, .swiper-controller-works{
    display: flex;
    gap: 8rem;
  }
  .page-id-875 main#main{
    overflow: hidden;
}
  .s-side{
    display: none;
  }
  .s-contents{
    width: 100%;
  }
  .table-container, 
  .price > p{
    padding-left: 3rem;
  }
}
@media screen and (min-width: 501px){
}
@media screen and (max-width: 500px){
  .syaken-title figure {
    width: 20%;
}
  .sya-card h5 {
    font-size: 2.4rem;
}
  .sya-card p, .sya-card ul{
    font-size: 16px;
  }
  .sya-grid {
    grid-template-columns: 1fr;
}
  .tokuten-list {
    padding-left: 0;
}
  .flow .title-template{
    flex-direction: row;
  }
  .flow .swiper-controller, .swiper-controller-works{
    gap: 5rem;
  }
  .card-works .s-card-p{
    font-size: 16px;
  }
  .font-bold {
    font-size: 2.4rem;
  }
  .pss p, .safety > p{
    font-size: 16px;
  }
  .e-grid .e-item p, .price > p, .c-text{
    font-size: 16px;
  }
  .tokuten-list p, .sya-card blockquote, 
  .contact-privacy{
    font-size: 16px;
  }
  .r-img{
    flex-direction: column;
    gap: 3rem;
  }
  .r-img figure:first-child, .r-img figure:last-child{
    width: 100%;
  }
  .n-list ul li a{
    flex-direction: column;
  }
  .n-t-s .p-title-h1 > span{
    font-size: 13px;
  }
  .n-t-s .p-title-h1 h1 {
    font-size: 7rem;
  }
  .n-t-s .n-category ul{
    font-size: 15px;
  }
  .n-detail .swiper-slide img{
    max-height: 300px;
    max-width: 350px;
  }
  .n-d-btn{
    gap: 5rem;
  }
  .special-text > p{
    padding: 0;
    font-size: 16px;
  }
  .contact-item .contact-privacy, .contact-item{
    grid-template-columns: 1fr;
  }
  .contact-input-group{
     gap: 1rem;
  }
  .question .n-title{
    flex-direction: column;
  }
  .q-tab{
    /*justify-content: center;*/
  }
  .q-tab ul{
    font-size: 13px;
    row-gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .accordion-wrapper .js-details{
    font-size: 16px;
  }
  .content_inner {
    padding: 24px 0;
}
  #toggle + label{
    top: 25px;
        right: 35px;
  }
  #toggle + label:after{
    font-size: 2.5em;
  }
}













