@charset "UTF-8";
@font-face {
  font-family: KozGoPr6N-Bold;
  src: url("../fonts/KozGoPr6N-Bold.otf");
}
@font-face {
  font-family: gothicMB101Pro-Medium;
  src: url("../fonts/A-OTF-GothicMB101Pro-Medium.otf");
}
@font-face {
  font-family: gothicMB101Pro-Regular;
  src: url("../fonts/A-OTF-GothicMB101Pro-Reg.otf");
}
@font-face {
  font-family: notoSansCJKjp-Regular;
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
}
@font-face {
  font-family: hiraMinPro-W6;
  src: url("../fonts/HiraMinPro-W6.otf");
}
@font-face {
  font-family: hiraMinPro-W3;
  src: url("../fonts/HiraMinPro-W3.otf");
}
.pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sp {
  display: none !important;
}

.tc {
  display: block !important;
}

.tb {
  display: none !important;
}

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

main {
  position: relative;
}

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

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

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #E7E8E8;
}

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

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

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

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

.m-text {
  position: relative;
  font-family: hiraMinPro-W3;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: left;
  color: #3E3A39;
}
@media only screen and (max-width: 640px) {
  .m-text {
    font-size: 2.1rem;
    line-height: 4rem;
  }
}

.mx-text {
  position: relative;
  font-family: hiraMinPro-W6;
  font-size: 2.2rem;
  color: #3E3A39;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .mx-text {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}

.lead-title {
  position: relative;
  font-family: KozGoPr6N-Bold;
  color: #82CE98;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4rem;
}
.text-list {
  position: relative;
  list-style-type: "・";
  padding-left: 1.8rem;
}

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

.section-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-title.virtual {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section-title.virtual .lead {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding: 0 1rem;
}
.section-title.virtual .sub {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  border-bottom: none;
  border-left: 0.5px solid #3E3A39;
  padding: 0 1rem;
}
.section-title .lead {
  position: relative;
  font-family: hiraMinPro-W6;
  font-size: 3.6rem;
  line-height: 1.4;
  color: #3E3A39;
  text-align: center;
  padding: 2rem 0 0;
  letter-spacing: 0.25rem;
}
@media only screen and (max-width: 640px) {
  .section-title .lead {
    font-size: 4rem;
  }
}
.section-title .sub {
  position: relative;
  font-family: hiraMinPro-W3;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3E3A39;
  text-align: center;
  text-transform: uppercase;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #3E3A39;
}
@media only screen and (max-width: 640px) {
  .section-title .sub {
    font-size: 2.1rem;
  }
}

.breadcrumbs {
  position: relative;
  padding: 2rem 0;
  background: transparent;
  z-index: 99;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.breadcrumbs ol {
  display: block;
  list-style: none;
  margin: 0;
  font-family: hiraMinPro-W3;
  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: #3E3A39;
}
.breadcrumbs ol li {
  position: relative;
  display: inline;
}
.breadcrumbs ol li + li::before {
  content: "＞";
  display: inline-block;
  font-family: hiraMinPro-W3;
  font-size: 1rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 20px;
  max-width: 240px;
  width: 100%;
  height: 50px;
  background: #F2F2F2;
  border: 1px solid #858585;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #1A1A1A;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .btn {
    height: 45px;
    max-width: 200px;
  }
}
.btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.btn:hover {
  background: #A10707;
  border-color: #A10707;
  color: #FFFFFF;
}

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

.view-more {
  position: relative;
}

.link-btn {
  position: relative;
  width: 30rem;
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  outline: none;
  background-color: transparent;
  font-family: hiraMinPro-W3;
  font-size: 1.6rem;
  color: #3E3A39;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid #3E3A39;
}
@media only screen and (max-width: 640px) {
  .link-btn {
    width: 100%;
    height: 10rem;
    font-size: 2.5rem;
  }
}
.link-btn.white {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.link-btn.white .arrow {
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
.link-btn.white .arrow span {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.link-btn .arrow {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: transparent;
  border: 1px solid #3E3A39;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .link-btn .arrow {
    width: 5rem;
    height: 5rem;
  }
}
.link-btn .arrow span {
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .link-btn .arrow span {
    width: 0.8rem;
    height: 0.8rem;
  }
}

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

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

.modal-open {
  overflow: hidden;
}

.wp-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagination .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-pagination .wp-pagenavi span,
.wp-pagination .wp-pagenavi a {
  position: relative;
  display: inline-block;
  font-family: hiraMinPro-W3;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  color: #64B5E7;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .wp-pagination .wp-pagenavi span,
  .wp-pagination .wp-pagenavi a {
    font-size: 2rem;
  }
}
.wp-pagination .wp-pagenavi a:hover {
  text-decoration: underline;
}
.wp-pagination .wp-pagenavi .smaller {
  border-color: #3E3A39;
  width: 4rem;
  height: 4rem;
  color: #3E3A39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagination .wp-pagenavi .smaller:hover {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3E3A39;
  border-color: #3E3A39;
  color: #FFFFFF;
}
.wp-pagination .wp-pagenavi .larger {
  border-color: #3E3A39;
  width: 4rem;
  height: 4rem;
  color: #3E3A39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagination .wp-pagenavi .larger:hover {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3E3A39;
  border-color: #3E3A39;
  color: #FFFFFF;
}
.wp-pagination .wp-pagenavi .current {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3E3A39;
  border-color: #3E3A39;
  color: #FFFFFF;
}
.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: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #82CE98;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.wp-pagination .wp-pagenavi .previouspostslink {
  margin-right: 2rem;
}
.wp-pagination .wp-pagenavi .nextpostslink {
  margin-left: 2rem;
}
.wp-pagination .wp-pagenavi .pages {
  width: 15rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  border: 1px solid #8B8C8C;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8B8C8C;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 1.5rem;
}
.wp-pagination .link-btn {
  margin-left: 3.6rem;
}

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

.accordion-item-list {
  position: relative;
}
.accordion-item-list .accordion-item {
  position: relative;
}
.accordion-item-list .accordion-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.accordion-item-list .accordion-item .accordion-question {
  position: relative;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 1px solid #727171;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.accordion-item-list .accordion-item .accordion-question::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 2.4rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-left: 1px solid #727171;
  border-bottom: 1px solid #727171;
  -webkit-transition: -webkit-transform ease-in-out 0.4s;
  transition: -webkit-transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-question::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.accordion-item-list .accordion-item .accordion-question h3 {
  position: relative;
  display: block;
  width: 100%;
  font-family: gothicMB101Pro-Medium;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  color: #727171;
  padding: 2.4rem 6rem 2.4rem 10rem;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-question h3 {
    padding: 2.4rem 6rem 2.4rem 6rem;
  }
}
.accordion-item-list .accordion-item .accordion-question h3::before {
  content: "Q.";
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3rem;
  font-family: gothicMB101Pro-Medium;
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: left;
  color: #727171;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-question h3::before {
    left: 2rem;
  }
}
.accordion-item-list .accordion-item .accordion-question.expanded::after {
  border-left: none;
  border-bottom: none;
  border-right: 1px solid #727171;
  border-top: 1px solid #727171;
  top: calc(50% + 0.6rem);
}
.accordion-item-list .accordion-item .accordion-answer {
  position: relative;
  display: none;
  padding: 3.6rem 2.4rem 3.6rem 0;
  background: transparent;
  border: 1px solid #D1BA8E;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-answer {
    padding: 2.4rem 2rem 2.4rem 0;
  }
}
.accordion-item-list .accordion-item .accordion-answer .content {
  position: relative;
  padding: 0 0 0 10rem;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-answer .content {
    padding-left: 6rem;
  }
}
.accordion-item-list .accordion-item .accordion-answer .content::before {
  content: "A";
  position: absolute;
  top: -1rem;
  left: 3rem;
  font-size: 3.6rem;
  line-height: 1.3;
  color: #64B5E7;
}
@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: #64B5E7;
  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;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 2.7rem 12rem 2.7rem 2rem;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  z-index: 999;
}
@media only screen and (max-width: 640px) {
  #header {
    padding-right: 0;
    border-bottom: none;
  }
}
#header .header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  height: 100%;
}
#header .header-wrapper .header-logo {
  position: relative;
  z-index: 999;
}
#header .header-wrapper .header-logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24rem;
}
#header .header-wrapper .header-logo a img {
  width: 100%;
}
#header .header-wrapper .header-logo a .active {
  display: none;
}
#header .header-wrapper .header-nav {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  height: 100%;
  display: block;
}
#header .header-wrapper .header-nav .nav-menu {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0;
  height: 100%;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
@media only screen and (max-width: 640px) {
  #header .header-wrapper .header-nav .nav-menu {
    display: none;
  }
}
#header .header-wrapper .header-nav .nav-menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3rem;
}
#header .header-wrapper .header-nav .nav-menu > li:last-child {
  margin-right: 0;
}
#header .header-wrapper .header-nav .nav-menu > li .submenu {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
}
#header .header-wrapper .header-nav .nav-menu > li .submenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#header .header-wrapper .header-nav .nav-menu > li .submenu > li a {
  width: 100%;
  font-size: 1.2rem;
  font-family: hiraMinPro-W3;
  color: #3E3A39;
  line-height: 2;
  padding: 0.5rem 0;
  border-bottom: 0.5px solid #3E3A39;
  text-align: center;
}
#header .header-wrapper .header-nav .nav-menu > li#company-link:hover .submenu {
  display: block;
  position: absolute;
  bottom: -19rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header .header-wrapper .header-nav .nav-menu .menu-link {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: hiraMinPro-W6;
  color: #FFFFFF;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1000px) {
  #header .header-wrapper .header-nav .nav-menu .menu-link {
    font-size: 2.2rem;
  }
}
#header .header-wrapper .header-nav .nav-menu .menu-link::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  width: 100%;
  height: 0.5px;
  background: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
#header .header-wrapper .header-nav .nav-menu .menu-link:hover, #header .header-wrapper .header-nav .nav-menu .menu-link.active {
  color: #fff;
}
#header .header-wrapper .header-nav .nav-menu .menu-link:hover::after, #header .header-wrapper .header-nav .nav-menu .menu-link.active::after {
  display: block;
}
#header.header-scrolled {
  -webkit-box-shadow: 1px 2px 2px #d0d0d0;
          box-shadow: 1px 2px 2px #d0d0d0;
  background-color: white;
}
#header.header-scrolled .header-wrapper .header-logo a .logo {
  display: none;
}
#header.header-scrolled .header-wrapper .header-logo a .active {
  display: block;
}
#header.header-scrolled .header-wrapper .header-nav .nav-menu .menu-link {
  color: #3E3A39;
}
#header.header-scrolled .header-wrapper .mobile-nav-toggle .toggle-icon span {
  background-color: #3E3A39;
}

.mobile-nav-toggle {
  position: absolute;
  right: 3rem;
  top: 0;
  background-color: transparent;
  padding: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 800;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: calc(50% - 1px);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #3E3A39;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  bottom: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #3E3A39;
}

.mobile-nav-active #header .header-wrapper .header-logo a .logo {
  display: none;
}
.mobile-nav-active #header .header-wrapper .header-logo a .active {
  display: block;
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 900;
  top: -100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#mobile-nav .mobile-img {
  width: 100%;
}
#mobile-nav .mobile-img img {
  width: 100%;
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 15rem 3rem 3rem;
}
#mobile-nav .top-sdg {
  padding-top: 10rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  list-style: none;
  cursor: pointer;
}
#mobile-nav .mobile-nav-menu > li .menu-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.5px solid #3E3A39;
  padding: 2.3rem 0;
}
#mobile-nav .mobile-nav-menu > li .menu-link .mobile-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#mobile-nav .mobile-nav-menu > li .menu-link .sub {
  font-family: hiraMinPro-W3;
  font-size: 1.6rem;
  color: #3E3A39;
  margin-bottom: 1.6rem;
}
#mobile-nav .mobile-nav-menu > li .menu-link .lead {
  font-family: hiraMinPro-W6;
  color: #3E3A39;
  font-size: 3.2rem;
  line-height: 1;
}
#mobile-nav .mobile-nav-menu > li .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #3E3A39;
  border: 1px solid #3E3A39;
  border-radius: 50%;
}
#mobile-nav .mobile-nav-menu > li .arrow span {
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#mobile-nav .mobile-nav-menu > li .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0 3rem;
}
#mobile-nav .mobile-nav-menu > li .submenu a {
  font-size: 2.1rem;
  font-family: hiraMinPro-W6;
  color: #B3B4B4;
}

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

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

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

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

.mainvisual {
  position: relative;
  background-image: url(../img/top/mainvisual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 5rem;
}
.mainvisual .container {
  position: relative;
}
.mainvisual .container .sub-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainvisual .container .sub-ttl h1 {
  font-family: hiraMinPro-W6;
  font-size: 2.1rem;
  color: white;
  line-height: 2;
  margin-bottom: 10rem;
}
.mainvisual .main-ttl {
  position: absolute;
  top: 50%;
  left: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48rem;
}
@media only screen and (max-width: 640px) {
  .mainvisual .main-ttl {
    top: 15rem;
    -webkit-transform: unset;
            transform: unset;
    width: 30rem;
  }
}
.mainvisual .main-ttl img {
  width: 100%;
}
.mainvisual .scroll {
  position: absolute;
  bottom: 10rem;
  right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 3;
}
@media only screen and (max-width: 640px) {
  .mainvisual .scroll {
    display: none;
  }
}
.mainvisual .scroll p {
  font-family: hiraMinPro-W3;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
  -ms-writing-mode: bt-lr;
  margin-left: 1rem;
}
.mainvisual .scroll span {
  position: relative;
  height: 9rem;
  width: 1px;
  background: #231815;
}
.mainvisual .scroll span::after {
  content: "";
  width: 1px;
  height: 9rem;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
@-webkit-keyframes scroll {
  from {
    height: 0;
  }
  to {
    height: 9rem;
  }
}
@keyframes scroll {
  from {
    height: 0;
  }
  to {
    height: 9rem;
  }
}

.pageindex {
  position: relative;
  z-index: 2;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-image: url(../img/company/pageindex.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 45rem;
}
.pageindex .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pageindex-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pageindex-title .lead {
  font-family: hiraMinPro-W6;
  font-size: 3.8rem;
  color: white;
  padding: 0 1rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.pageindex-title .sub {
  font-family: hiraMinPro-W3;
  font-size: 1.4rem;
  color: white;
  text-transform: uppercase;
  padding: 0 1rem;
  border-left: 0.5px solid #FFFFFF;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.pageindex.contact {
  background-image: url(../img/contact/pageindex.jpg);
}
.pageindex.blog {
  background-image: url(../img/blog/pageindex.jpg);
}

.top-news {
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
}
.top-news .news-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .top-news .news-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-news .c-title {
  padding-right: 4rem;
  border-right: 1px solid #3E3A39;
  margin-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .top-news .c-title {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 1.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-news .c-title .lead {
  font-family: hiraMinPro-W6;
  font-size: 2.1rem;
  color: #3E3A39;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .top-news .c-title .lead {
    font-size: 3.6rem;
  }
}
.top-news .c-title .sub {
  font-family: hiraMinPro-W3;
  font-size: 1rem;
  color: #3E3A39;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .top-news .c-title .sub {
    font-size: 1.8rem;
    margin-left: 3rem;
  }
}
.top-news .news-layout {
  width: 80%;
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout {
    width: 100%;
    padding-top: 2rem;
    border-top: 1px solid #3E3A39;
  }
}
.top-news .news-layout .news-item .content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-news .news-layout .news-item .content .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout .news-item .content .wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-news .news-layout .news-item .content .wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout .news-item .content .wrap > div {
    margin-bottom: 1rem;
  }
}
.top-news .news-layout .news-item .content .date {
  font-family: hiraMinPro-W3;
  font-size: 1.2rem;
  color: #8C8C8D;
  margin-right: 2rem;
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout .news-item .content .date {
    font-size: 1.6rem;
  }
}
.top-news .news-layout .news-item .content .label {
  font-family: hiraMinPro-W3;
  font-size: 1.3rem;
  color: #3E3A39;
  padding: 0 1rem;
  background-color: transparent;
  margin-right: 2rem;
  border: 1px solid #3E3A39;
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout .news-item .content .label {
    font-size: 1.6rem;
  }
}
.top-news .news-layout .news-item .content .title {
  font-family: hiraMinPro-W6;
  font-size: 1.6rem;
  color: #3E3A39;
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout .news-item .content .title {
    font-size: 1.8rem;
  }
}
.top-news .news-layout .news-item .content .arrow {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #3E3A39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout .news-item .content .arrow {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.top-news .news-layout .news-item .content .arrow span {
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .top-news .news-layout .news-item .content .arrow span {
    width: 1rem;
    height: 1rem;
  }
}

.top-about {
  position: relative;
  padding: 12rem 0;
}
.top-about .section-title {
  margin-bottom: 7.5rem;
}
.top-about .section-title .lead {
  text-align: center;
}
.top-about .section-title .sub {
  text-align: center;
}
.top-about .mx-text {
  text-align: center;
  margin-bottom: 6rem;
}
.top-about .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-about .mark01 {
  position: absolute;
  bottom: 0;
  left: -4rem;
  width: 50rem;
}
@media only screen and (max-width: 640px) {
  .top-about .mark01 {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    left: 0;
  }
}
.top-about .mark01 img {
  width: 100%;
}
.top-about .mark02 {
  position: absolute;
  top: 10rem;
  right: -4rem;
  width: 35rem;
}
@media only screen and (max-width: 640px) {
  .top-about .mark02 {
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
    right: 0;
  }
}
.top-about .mark02 img {
  width: 100%;
}

.top-service {
  position: relative;
  padding: 0 0 12rem 0;
}
.top-service .service-img {
  position: relative;
  width: 100%;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 640px) {
  .top-service .service-img {
    height: 56rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-service .service-img img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .top-service .service-img img {
    width: auto;
    height: 100%;
  }
}
.top-service .service-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-service .service-top .section-title {
  margin-right: 8rem;
}
@media only screen and (max-width: 640px) {
  .top-service .service-top .section-title {
    margin-right: 5rem;
  }
}
.top-service .service-layout {
  padding: 10rem 0 7rem;
}
.top-service .service-layout .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 640px) {
  .top-service .service-layout .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-service .service-layout .service-item .service-left {
  width: 47%;
}
@media only screen and (max-width: 640px) {
  .top-service .service-layout .service-item .service-left {
    width: 100%;
  }
}
.top-service .service-layout .service-item .service-left img {
  width: 100%;
}
.top-service .service-layout .service-item .service-right {
  width: 47%;
}
@media only screen and (max-width: 640px) {
  .top-service .service-layout .service-item .service-right {
    width: 100%;
    margin-top: 3rem;
  }
}
.top-service .service-layout .service-item .service-right .mx-text {
  margin-bottom: 1.5rem;
  text-align: left;
}
.top-service .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-service .mark {
  position: absolute;
  bottom: 3rem;
  right: 2rem;
  width: 40rem;
}
.top-service .mark img {
  width: 100%;
}

.top-overview {
  position: relative;
  padding: 10rem 0;
  background-image: url(../img/top/bg_overview.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.top-overview .section-title img {
  width: 11rem;
  margin: 0 auto;
}
.top-overview .section-title .sub {
  color: white;
  text-align: center;
  margin-top: 3rem;
  border-bottom: 0.5px solid white;
}
.top-overview .section-title .lead {
  color: white;
  text-align: center;
}
.top-overview .mx-text {
  color: white;
  margin: 4.5rem 0 6rem;
}
.top-overview .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-example {
  position: relative;
  padding: 7rem 0;
}
.top-example .example-layout {
  position: relative;
  background-image: url(../img/top/bg_example.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 7rem;
}
@media only screen and (max-width: 640px) {
  .top-example .example-layout {
    padding: 7rem 2rem;
  }
}
.top-example .example-layout .example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-example .example-layout .section-title {
  margin-right: 8rem;
}
@media only screen and (max-width: 640px) {
  .top-example .example-layout .section-title {
    margin-right: 5rem;
  }
}
.top-example .example-layout .section-title .lead {
  color: white;
}
.top-example .example-layout .section-title .sub {
  color: white;
  border-left: 1px solid white;
}
.top-example .example-layout .example-content .m-text {
  color: white;
  margin-bottom: 5rem;
}
.top-example .link-btn.sp {
  margin-top: 6rem;
}

.top-blog {
  position: relative;
  padding: 8rem 0 9rem;
  background-color: #FBFAEC;
}
.top-blog .blog-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-blog .blog-top-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-blog .blog-top .section-title {
  margin-left: 8rem;
}
@media only screen and (max-width: 640px) {
  .top-blog .blog-top .section-title {
    margin-left: 5rem;
  }
}
.top-blog .news-list {
  position: relative;
  width: 100%;
  padding: 7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-blog .news-item {
  position: relative;
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-blog .news-item .blog-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.top-blog .news-item .blog-concept .date {
  font-size: 1.2rem;
  font-family: hiraMinPro-W3;
  color: #8C8C8D;
  padding-right: 2.4rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item .blog-concept .date {
    font-size: 1.6rem;
  }
}
.top-blog .news-item .blog-concept .label {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: hiraMinPro-W3;
  color: #3E3A39;
  border: 0.5px solid #3E3A39;
  padding: 0.5rem 1rem;
  background-color: transparent;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item .blog-concept .label {
    font-size: 1.4rem;
  }
}
.top-blog .news-item .thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18rem;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item .thumb {
    width: 100%;
  }
}
.top-blog .news-item .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.top-blog .news-item .content {
  position: relative;
  width: calc(100% - 20rem);
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item .content {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.top-blog .news-item .content .title {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4rem;
  font-family: hiraMinPro-W3;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  color: #3E3A39;
}
.top-blog .news-item .content .title a {
  color: inherit;
}
.top-blog .news-item .content .title a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item .content .title {
    font-size: 1.8rem;
  }
}
.top-blog .news-item .content .arrow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item .content .arrow-btn {
    display: none;
  }
}
.top-blog .news-item .content .arrow-btn .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #3E3A39;
  border: 1px solid #3E3A39;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item .content .arrow-btn .arrow {
    width: 5rem;
    height: 5rem;
  }
}
.top-blog .news-item .content .arrow-btn .arrow span {
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .top-blog .news-item .content .arrow-btn .arrow span {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.top-blog .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-contact {
  position: relative;
  padding: 7rem 0;
  background-image: url(../img/top/bg_contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.top-contact .contact-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-contact .contact-layout .section-title {
  margin-right: 8rem;
}
@media only screen and (max-width: 640px) {
  .top-contact .contact-layout .section-title {
    margin-right: 5rem;
  }
}
.top-contact .contact-layout .section-title .lead {
  color: white;
}
.top-contact .contact-layout .section-title .sub {
  color: white;
  border-left: 0.5px solid white;
}
.top-contact .contact-layout .contact-content .m-text {
  color: white;
}
.top-contact .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10rem;
}

.p-about {
  position: relative;
  padding: 12rem 0;
}
.p-about .section-title {
  margin-bottom: 7.5rem;
}
.p-about .section-title .lead {
  text-align: center;
}
.p-about .section-title .sub {
  text-align: center;
}
.p-about .mx-text {
  text-align: center;
  margin-bottom: 6rem;
}
.p-about .mark01 {
  position: absolute;
  bottom: 0;
  left: -4rem;
  width: 50rem;
}
@media only screen and (max-width: 640px) {
  .p-about .mark01 {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    left: 0;
  }
}
.p-about .mark01 img {
  width: 100%;
}
.p-about .category-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (max-width: 640px) {
  .p-about .category-list {
    padding: 0 3rem;
  }
}
.p-about .category-list > li {
  width: 13.5rem;
}
@media only screen and (max-width: 640px) {
  .p-about .category-list > li {
    width: 48%;
  }
}
.p-about .category-list > li a {
  width: 100%;
  height: 3.8rem;
  border: 1px solid #3E3A39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: hiraMinPro-W3;
  font-size: 1.4rem;
  color: #3E3A39;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-about .category-list > li a:hover {
  background-color: #3E3A39;
  color: white;
}
@media only screen and (max-width: 640px) {
  .p-about .category-list > li a {
    width: 100%;
    height: 7.5rem;
    font-size: 2.1rem;
  }
}

.p-message {
  position: relative;
  padding: 8rem 0;
}
.p-message .message-layout {
  position: relative;
  z-index: 2;
}
.p-message .message-layout .message-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 640px) {
  .p-message .message-layout .message-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-message .message-layout .message-top .message-img {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .p-message .message-layout .message-top .message-img {
    width: 100%;
  }
}
.p-message .message-layout .message-top .message-img img {
  width: 100%;
}
.p-message .message-layout .message-top .message-img .mx-text.sp {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.p-message .message-layout .message-top .message-info {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .p-message .message-layout .message-top .message-info {
    width: 100%;
  }
}
.p-message .message-layout .message-top .message-info .section-title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-message .message-layout .message-top .message-info .mx-text {
  margin-top: 15rem;
}
.p-message .mark {
  width: 30rem;
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.p-message .mark img {
  width: 100%;
}

.p-overview {
  position: relative;
  background-color: #FBFAEC;
}
.p-overview .overview-img {
  width: 100%;
  margin-bottom: 9rem;
}
@media only screen and (max-width: 640px) {
  .p-overview .overview-img {
    height: 55rem;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}
.p-overview .overview-img img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .p-overview .overview-img img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-overview .overview-layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .p-overview .overview-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-overview .overview-layout .section-title {
  width: 10rem;
}
@media only screen and (max-width: 640px) {
  .p-overview .overview-layout .section-title {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-bottom: 8rem;
  }
}
.p-overview .overview-layout .about-panel {
  width: calc(100% - 18rem);
}
@media only screen and (max-width: 640px) {
  .p-overview .overview-layout .about-panel {
    width: 100%;
  }
}
.p-overview .overview-layout .about-panel .outline-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
  color: #3E3A39;
}
@media only screen and (max-width: 640px) {
  .p-overview .overview-layout .about-panel .outline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.4rem;
  }
}
.p-overview .overview-layout .about-panel .outline-item-left {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #231815;
  font-size: 1.8rem;
  font-family: hiraMinPro-W3;
  font-weight: 500;
  padding: 2rem 0;
  border-bottom: 1px solid #3E3A39;
}
@media only screen and (max-width: 640px) {
  .p-overview .overview-layout .about-panel .outline-item-left {
    font-size: 2.1rem;
    width: 100%;
    padding: 1.5rem 0;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: none;
  }
}
.p-overview .overview-layout .about-panel .outline-item-right {
  font-family: hiraMinPro-W3;
  color: #3E3A39;
  font-size: 1.6rem;
  width: 70%;
  padding: 2rem;
  border-bottom: 0.5px solid #CECFCF;
}
@media only screen and (max-width: 640px) {
  .p-overview .overview-layout .about-panel .outline-item-right {
    font-size: 2.1rem;
    width: 100%;
    padding: 1.5rem 0;
  }
}
.p-overview .overview-layout .about-panel .outline-item-right iframe {
  width: 100%;
  min-height: 30rem;
  margin: 3rem 0 1rem;
}
.p-overview .mark {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  width: 35rem;
}
.p-overview .mark img {
  width: 100%;
}

#p-history {
  position: relative;
  padding: 6rem 0;
}

.p-service {
  position: relative;
  padding: 8rem 0 0;
}
.p-service .service-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 11rem;
}
.p-service .service-top .section-title {
  margin-right: 8rem;
}
@media only screen and (max-width: 640px) {
  .p-service .service-top .section-title {
    margin-right: 5rem;
  }
}
.p-service #service02 .service-img .service-concept {
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-service .service-layout {
  margin-bottom: 14rem;
}
.p-service .service-layout .service-img {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 6rem;
}
.p-service .service-layout .service-img img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .p-service .service-layout .service-img img {
    width: auto;
    height: 40rem;
  }
}
.p-service .service-layout .service-img .service-concept {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-service .service-layout .service-img .service-concept h3 {
  font-family: hiraMinPro-W6;
  font-size: 3.2rem;
  color: white;
  padding: 2.5rem 1.8rem;
  background-color: #3E3A39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
}
.p-service .service-layout .subttl {
  font-family: hiraMinPro-W6;
  font-size: 3.6rem;
  color: #3E3A39;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.p-service .service-layout .detail-layout {
  margin-top: 6.5rem;
  padding-top: 2rem;
  border-top: 0.5px solid #3E3A39;
}
.p-service .service-layout .detail-layout .ttl {
  font-size: 2.4rem;
  font-family: hiraMinPro-W6;
  color: #3E3A39;
  margin-bottom: 4.4rem;
}
.p-service .service-layout .detail-layout .detail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-service .service-layout .detail-layout .detail-content .detail-item {
  width: 31%;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 640px) {
  .p-service .service-layout .detail-layout .detail-content .detail-item {
    width: 48%;
  }
}
.p-service .service-layout .detail-layout .detail-content .detail-item img {
  width: 100%;
}
.p-service .service-layout .detail-layout .detail-content .detail-item .mx-text {
  text-align: left;
  margin: 1rem 0;
  font-size: 1.8rem;
}

.p-service .service-layout .tabs {
  display: flex;
  flex-wrap: wrap;
}
input[name="tab_switch"] {
  display: none;
}
.tabs .tab_label {
  font-size: 2.4rem;
  font-family: hiraMinPro-W6;
  color: #3E3A39;
  border: solid 2px #3E3A39;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 5px 0;
  margin: 0 5px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .tabs .tab_label {
    width: 30%;
    display: block;
    flex: none;
    margin-bottom: 5px;
  }
}
.p-service .service-layout .tabs .tab_label:hover {
  opacity: 0.75;
}
.tabs input:checked + .tab_label {
  color: #fff;
  background-color: #3E3A39;
}
.p-service .service-layout .tabs .tab_content {
  flex: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  display: none;
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  animation: fadeIn 1s ease;
}
.p-service .service-layout .tabs .tab_content .detail-example {
  position: absolute;
  top: 3%;
  left: 1%;
  font-size: 2rem;
  font-family: hiraMinPro-W3;
  color: #3E3A39;
}
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: flex;
}
.p-service .service-layout .tabs .tab_content .detail-item {
  width: 31%;
  box-sizing: border-box;
  margin-right: 3.5rem;
  margin-bottom: 6rem;
}
.p-service .service-layout .tabs .tab_content .detail-item:nth-child(4),
.p-service .service-layout .tabs .tab_content .detail-item:nth-child(7) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .p-service .service-layout .tabs .tab_content .detail-item {
    width: 48%;
    margin-right: 1.5rem;
  }
  .p-service .service-layout .tabs .tab_content .detail-item:nth-child(4) {
    margin-right: 1.5rem;
  }
  .p-service .service-layout .tabs .tab_content .detail-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-service .service-layout .tabs .tab_content .detail-item img {
  width: 100%;
}
.p-service .service-layout .tabs .tab_content .detail-item .mx-text {
  text-align: left;
  margin: 1rem 0;
  font-size: 1.8rem;
}
.p-service .service-layout .tabs .tab_content .detail-item .single-swiper .swiper-button-prev,
.p-service .service-layout .tabs .tab_content .detail-item .single-swiper .swiper-button-next {
  width: 4rem;
  height: 4rem;
  border: 2px solid #3E3A39;
  background-color: #3E3A39;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .p-service .service-layout .tabs .tab_content .detail-item .single-swiper .swiper-button-prev,
  .p-service .service-layout .tabs .tab_content .detail-item .single-swiper .swiper-button-next {
    transform: translateY(10px);
  }
}
.p-service .service-layout .tabs .tab_content .detail-item .single-swiper .swiper-button-prev::after,
.p-service .service-layout .tabs .tab_content .detail-item .single-swiper .swiper-button-next::after {
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
}

.p-example {
  position: relative;
  padding: 8rem 0;
  background-color: #FAF9EB;
}
.p-example .example-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 7rem;
}
.p-example .example-top .section-title {
  margin-left: 8rem;
}
@media only screen and (max-width: 640px) {
  .p-example .example-top .section-title {
    margin-left: 5rem;
  }
}
.p-example .example-layout .example-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}
.p-example .example-layout .example-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .p-example .example-layout .example-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-example .example-layout .example-item .example-img {
  width: 47%;
}
@media only screen and (max-width: 640px) {
  .p-example .example-layout .example-item .example-img {
    width: 100%;
  }
}
.p-example .example-layout .example-item .example-img img {
  width: 100%;
}
.p-example .example-layout .example-item .example-info {
  width: 47%;
}
@media only screen and (max-width: 640px) {
  .p-example .example-layout .example-item .example-info {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-example .example-layout .example-item .example-info .mx-text {
  text-align: left;
}
.p-example .example-layout .example-item .example-info .concept {
  margin: 2.5rem 0 2rem;
  border: 1px solid #3E3A39;
  padding: 2rem;
}
.p-example .example-layout .example-item .example-info .concept p {
  font-size: 1.2rem;
  font-family: hiraMinPro-W3;
  color: black;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .p-example .example-layout .example-item .example-info .concept p {
    font-size: 1.6rem;
  }
}

.blog-card-category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
.blog-card-category .all {
  font-family: KozGoPr6N-Medium;
  font-size: 1.4rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem 1.6rem;
  background-color: #3E3A39;
  margin-right: 1.5rem;
  width: 13rem;
}
@media only screen and (max-width: 640px) {
  .blog-card-category .all {
    font-size: 1.6rem;
  }
}
.blog-card-category .category-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  position: relative;
}
.blog-card-category .category-btn {
  font-family: hiraMinPro-W3;
  font-size: 1.4rem;
  color: #3E3A39;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem 1.6rem;
  border: 1px solid #3E3A39;
  width: 13rem;
}
@media only screen and (max-width: 640px) {
  .blog-card-category .category-btn {
    font-size: 1.6rem;
  }
}
.blog-card-category .category-btn.active {
  background-color: #3E3A39;
  color: white;
}

.p-archive {
  position: relative;
  padding: 8rem 0 15rem;
}

.works-card-list {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .works-card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.works-card-list > li {
  position: relative;
  margin-bottom: 8rem;
  width: 32%;
}
@media only screen and (max-width: 640px) {
  .works-card-list > li {
    width: 100%;
  }
}
.works-card-list .works-item {
  position: relative;
  width: 100%;
}
.works-card-list .works-item .thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}
.works-card-list .works-item .thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.works-card-list .works-item .thumb:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.works-card-list .works-item .content {
  position: relative;
  background: transparent;
  margin-top: 2rem;
}
.works-card-list .works-item .content .title {
  font-family: KozGoPr6N-Bold;
  font-size: 1.8rem;
  color: #231815;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .works-card-list .works-item .content .title {
    font-size: 2.1rem;
  }
}
.works-card-list .works-item .content .date {
  font-family: KozGoPr6N-Regular;
  font-size: 1.2rem;
  color: #82CE98;
}
@media only screen and (max-width: 640px) {
  .works-card-list .works-item .content .date {
    font-size: 1.6rem;
  }
}
.works-card-list .works-item .content .label {
  font-family: KozGoPr6N-Bold;
  font-size: 1.2rem;
  color: #82CE98;
  padding: 0.5rem 1.2rem;
  border-radius: 1.5rem;
  border: 1px solid #82CE98;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  .works-card-list .works-item .content .label {
    font-size: 1.6rem;
  }
}

.p-related-article {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 13rem;
}
.p-related-article .blog-card-list {
  margin-bottom: 0;
}
.p-related-article .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-related-article .section-title .lead,
.p-related-article .section-title .sub {
  text-align: left;
}

.blog-card-list {
  position: relative;
  width: 100%;
  padding: 7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-card-list .news-item {
  position: relative;
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-card-list .news-item .blog-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.blog-card-list .news-item .blog-concept .date {
  font-size: 1.2rem;
  font-family: hiraMinPro-W3;
  color: #8C8C8D;
  padding-right: 2.4rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item .blog-concept .date {
    font-size: 1.6rem;
  }
}
.blog-card-list .news-item .blog-concept .label {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: hiraMinPro-W3;
  color: #3E3A39;
  border: 0.5px solid #3E3A39;
  padding: 0.5rem 1rem;
  background-color: transparent;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item .blog-concept .label {
    font-size: 1.4rem;
  }
}
.blog-card-list .news-item .thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18rem;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item .thumb {
    width: 100%;
  }
}
.blog-card-list .news-item .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-card-list .news-item .content {
  position: relative;
  width: calc(100% - 20rem);
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item .content {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.blog-card-list .news-item .content .title {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4rem;
  font-family: hiraMinPro-W3;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  color: #3E3A39;
}
.blog-card-list .news-item .content .title a {
  color: inherit;
}
.blog-card-list .news-item .content .title a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item .content .title {
    font-size: 1.8rem;
  }
}
.blog-card-list .news-item .content .arrow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item .content .arrow-btn {
    display: none;
  }
}
.blog-card-list .news-item .content .arrow-btn .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #3E3A39;
  border: 1px solid #3E3A39;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item .content .arrow-btn .arrow {
    width: 5rem;
    height: 5rem;
  }
}
.blog-card-list .news-item .content .arrow-btn .arrow span {
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .blog-card-list .news-item .content .arrow-btn .arrow span {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.p-choose {
  position: absolute;
  top: 28rem;
  right: 11%;
  z-index: 777;
}
@media only screen and (max-width: 640px) {
  .p-choose {
    position: unset;
  }
}
.p-choose.service .choose-layout {
  width: 32rem;
}
@media only screen and (max-width: 640px) {
  .p-choose.service .choose-layout {
    width: 100%;
    padding-bottom: 9rem;
  }
}
.p-choose .choose-layout {
  width: 25rem;
}
@media only screen and (max-width: 640px) {
  .p-choose .choose-layout {
    width: 100%;
    padding-bottom: 9rem;
  }
}
.p-choose .choose-layout .choose-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px solid #B9BABA;
}
.p-choose .choose-layout .choose-item h4 {
  font-family: KozGoPr6N-Bold;
  font-size: 1.5rem;
  color: #231815;
}
@media only screen and (max-width: 640px) {
  .p-choose .choose-layout .choose-item h4 {
    font-size: 2.1rem;
  }
}
.p-choose .choose-layout .choose-item .arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #82CE98;
  color: white;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 640px) {
  .p-choose .choose-layout .choose-item .arrow {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
}

.p-company {
  margin-bottom: 10rem;
}
.p-company img {
  width: 100%;
}

.p-message {
  position: relative;
  padding: 10.5rem 0 9.5rem;
}
.p-message .msg-img {
  width: 100%;
  margin-bottom: 6.5rem;
}
.p-message .msg-img img {
  width: 100%;
}
.p-message .section-title {
  margin-bottom: 6rem;
}
.p-message .msg-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #B9BABA;
}
@media only screen and (max-width: 640px) {
  .p-message .msg-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-message .msg-content .msg-ttl {
  width: 25%;
  font-size: 3.2rem;
  color: #231815;
  font-family: KozGoPr6N-Bold;
}
@media only screen and (max-width: 640px) {
  .p-message .msg-content .msg-ttl {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-message .msg-content .msg-info {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .p-message .msg-content .msg-info {
    width: 100%;
  }
}
.p-message .msg-content .msg-info .m-text {
  margin-bottom: 3rem;
}
.p-message .msg-content .msg-info h6 {
  font-family: KozGoPr6N-Regular;
  font-size: 1.6rem;
  color: #231815;
  text-align: right;
}
.p-message .msg-content .msg-info h6 span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .p-message .msg-content .msg-info h6 span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .p-message .msg-content .msg-info h6 {
    font-size: 2.1rem;
  }
}
.p-message .carrer-layout {
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .p-message .carrer-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-message .carrer-layout .carrer-ttl {
  width: 25%;
  font-size: 3.2rem;
  color: #231815;
  font-family: KozGoPr6N-Bold;
}
@media only screen and (max-width: 640px) {
  .p-message .carrer-layout .carrer-ttl {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-message .carrer-layout .carrer-content {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .p-message .carrer-layout .carrer-content {
    width: 100%;
  }
}
.p-message .carrer-layout .carrer-content .carrer-info {
  margin-top: 3rem;
}
.p-message .carrer-layout .carrer-content .carrer-info .carrer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4.2rem 0;
  border-bottom: 1px solid #B9BABA;
}
@media only screen and (max-width: 640px) {
  .p-message .carrer-layout .carrer-content .carrer-info .carrer-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-message .carrer-layout .carrer-content .carrer-info .carrer-item-left {
  width: 30%;
  font-family: KozGoPr6N-Bold;
  font-size: 1.8rem;
  color: #82CE98;
}
@media only screen and (max-width: 640px) {
  .p-message .carrer-layout .carrer-content .carrer-info .carrer-item-left {
    font-size: 2.4rem;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.p-message .carrer-layout .carrer-content .carrer-info .carrer-item-right {
  width: 65%;
  font-family: KozGoPr6N-Regular;
  font-size: 1.6rem;
  color: #231815;
}
@media only screen and (max-width: 640px) {
  .p-message .carrer-layout .carrer-content .carrer-info .carrer-item-right {
    font-size: 2.1rem;
    width: 100%;
  }
}

.p-philosophy {
  position: relative;
  padding: 8rem 0 10rem;
  background-image: url(../img/company/philosophy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-philosophy .section-title {
  margin-bottom: 7.6rem;
}
.p-philosophy .section-title .sub {
  color: white;
}
.p-philosophy .section-title .sub::before {
  background-image: url(../img/common/nav_icon_white.png);
}
.p-philosophy .section-title .lead {
  color: white;
}
.p-philosophy .ttl {
  font-family: KozGoPr6N-Bold;
  font-size: 3.2rem;
  color: white;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .p-philosophy .ttl {
    font-size: 3rem;
  }
}

.p-reason {
  position: relative;
  padding: 8.5rem 0 12.5rem;
}
.p-reason .section-title {
  margin-bottom: 6.5rem;
}
.p-reason .reason-content .reason-item {
  position: relative;
  padding: 4rem 0 11rem;
  border-bottom: 1px solid #B9BABA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-reason .reason-content .reason-item-left {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-reason .reason-content .reason-item-left img {
  width: 70%;
}
.p-reason .reason-content .reason-item-right {
  width: 79%;
}
.p-reason .reason-content .reason-item-right .subttl {
  font-family: KozGoPr6N-Medium;
  font-size: 1.4rem;
  color: #82CE98;
}
@media only screen and (max-width: 640px) {
  .p-reason .reason-content .reason-item-right .subttl {
    font-size: 1.8rem;
  }
}
.p-reason .reason-content .reason-item-right .ttl {
  font-family: KozGoPr6N-Bold;
  font-size: 2.1rem;
  color: #231815;
  margin: 1.6rem 0 2.3rem;
}
@media only screen and (max-width: 640px) {
  .p-reason .reason-content .reason-item-right .ttl {
    font-size: 2.4rem;
  }
}

.p-single {
  position: relative;
  padding: 10rem 0;
}
.p-single .single-meta {
  margin-bottom: 3rem;
}
.p-single .single-meta .wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
}
.p-single .single-meta .title {
  font-family: hiraMinPro-W6;
  font-size: 2.1rem;
  color: #231815;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .p-single .single-meta .title {
    font-size: 2.4rem;
  }
}
.p-single .single-meta .date {
  font-family: hiraMinPro-W3;
  font-size: 1.2rem;
  color: #8C8C8D;
  margin-right: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-meta .date {
    font-size: 1.6rem;
  }
}
.p-single .single-meta .label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: hiraMinPro-W3;
  font-size: 1.2rem;
  border: 1px solid #3E3A39;
  color: #3E3A39;
  padding: 0.3rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .p-single .single-meta .label {
    font-size: 1.6rem;
  }
}
.p-single .single-swiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 6rem;
}
.p-single .single-swiper .swiper {
  position: relative;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-swiper .swiper {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.p-single .single-swiper .swiper-btn {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-single .single-swiper .swiper-button-next,
.p-single .single-swiper .swiper-button-prev {
  position: unset;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: unset !important;
  margin-left: 2rem;
  color: white;
  font-size: 2.4rem;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .p-single .single-swiper .swiper-button-next,
  .p-single .single-swiper .swiper-button-prev {
    width: 7rem;
    height: 7rem;
  }
}
.p-single .single-swiper .swiper-button-next .swiper-button-prev,
.p-single .single-swiper .swiper-button-prev .swiper-button-prev {
  margin-left: 0;
}
.p-single .single-swiper .swiper-button-next:active, .p-single .single-swiper .swiper-button-next:hover,
.p-single .single-swiper .swiper-button-prev:active,
.p-single .single-swiper .swiper-button-prev:hover {
  background-color: #82CE98;
}
.p-single .single-swiper .swiper-button-next::after,
.p-single .single-swiper .swiper-button-prev::after {
  font-size: 1rem;
  color: white;
}
.p-single .single-swiper .swiper-scrollbar {
  width: calc(100% - 20rem);
  position: unset;
  height: 0.5rem;
  background-color: #E6E6E6;
  border-radius: 0;
}
@media only screen and (max-width: 640px) {
  .p-single .single-swiper .swiper-scrollbar {
    display: none;
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-single .single-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #82CE98;
  width: 15rem;
}
.p-single .single-swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.6rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-swiper .swiper-slide {
    padding: 0 0.4rem;
  }
}
.p-single .single-swiper .swiper-slide .thumb {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.p-single .single-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single .single-swiper .swiper-main {
  position: relative;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-swiper .swiper-main {
    margin-bottom: 1.2rem;
  }
}
.p-single .single-swiper .swiper-main .swiper-slide {
  position: relative;
}
.p-single .single-swiper .swiper-thumbs {
  position: relative;
}
.p-single .single-swiper .swiper-thumbs .swiper-slide {
  position: relative;
  width: 18.8rem;
}
@media only screen and (max-width: 640px) {
  .p-single .single-swiper .swiper-thumbs .swiper-slide {
    width: 10.3rem;
  }
}
.p-single .single-swiper .swiper-thumbs .swiper-slide .thumb {
  opacity: 0.45;
}
.p-single .single-swiper .swiper-thumbs .swiper-slide-thumb-active .thumb {
  opacity: 1;
}
.p-single .single-control {
  position: relative;
  margin-top: 8rem;
  margin-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact {
  position: relative;
  padding-top: 8rem;
}
.p-contact #contact-top {
  position: relative;
}
.p-contact #contact-top .mark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40rem;
}
.p-contact #contact-top .mark img {
  width: 100%;
}
.p-contact .contact-top {
  padding-bottom: 8.5rem;
  position: relative;
  z-index: 2;
}
.p-contact .contact-top .section-title {
  margin-bottom: 5rem;
}
.p-contact .phone-layout {
  padding: 5rem 0;
  background-color: #352319;
}
.p-contact .phone-layout .mx-text {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  color: white;
}
.p-contact .phone-layout .mx-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11rem;
  height: 1px;
  background-color: white;
}
.p-contact .phone-layout h5 {
  font-family: hiraMinPro-W6;
  font-weight: bolder;
  font-size: 3.8rem;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact .phone-layout h5 img {
  width: 3rem;
  margin-right: 0.7rem;
}
.p-contact .phone-layout p {
  font-family: hiraMinPro-W3;
  font-size: 1.6rem;
  line-height: 2;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .p-contact .phone-layout p {
    font-size: 2.1rem;
  }
}

.p-form {
  padding: 8rem 0 11rem;
  background-color: #fff;
}
.p-form .form-ttl h4 {
  position: relative;
  font-family: hiraMinPro-W6;
  font-size: 2.2rem;
  color: #231815;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 3.3rem;
}
.p-form .form-ttl h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11rem;
  height: 1px;
  background-color: #3E3A39;
}
.p-form .m-text {
  text-align: center;
}

.form-attention {
  font-family: hiraMinPro-W3;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 4.8rem;
  color: #231815;
}
.form-attention span {
  color: #DE0012;
}

.p-contact-form {
  position: relative;
  display: block;
  font-family: hiraMinPro-W3;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: left;
  color: #231815;
}
@media only screen and (max-width: 640px) {
  .p-contact-form {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.p-contact-form .link-btn {
  background-color: #3E3A39;
  color: white;
}
.p-contact-form .link-btn .arrow {
  border: 1px solid white;
  background-color: transparent;
}
.p-contact-form .link-btn .arrow span {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.p-contact-form .form-group {
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  margin-bottom: 3rem;
}
.p-contact-form .form-group > li {
  position: relative;
  padding: 2rem 0;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-group > li {
    padding: 2rem 0;
  }
}
.p-contact-form .form-input {
  position: relative;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 24rem minmax(0px, 1fr);
  grid-column-gap: 4rem;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input {
    grid-template-columns: 100%;
    grid-row-gap: 1rem;
  }
}
.p-contact-form .form-input + .form-input {
  margin-top: 1rem;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input + .form-input {
    margin-top: 2.4rem;
  }
}
.p-contact-form .form-input .label {
  position: relative;
  padding: 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-family: hiraMinPro-W6;
  color: #3E3A39;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input .label {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2.1rem;
  }
}
.p-contact-form .form-input .label .required {
  background-color: #F54747;
  font-family: hiraMinPro-W3;
  font-size: 1.4rem;
  line-height: 1;
  color: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.2rem 0.3rem;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input .label .required {
    margin-left: 1rem;
  }
}
.p-contact-form .form-input .name-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input .name-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-contact-form .form-input .name-input input {
  width: 47% !important;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input .name-input input {
    width: 100% !important;
    margin-bottom: 2rem;
  }
}
.p-contact-form .form-input .address-input input {
  margin-bottom: 3rem !important;
}
.p-contact-form .form-input .checkbox-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact-form .form-input .checkbox-input .mwform-checkbox-field {
  width: 30%;
}
.p-contact-form .form-input .input {
  position: relative;
}
.p-contact-form .form-input .input > * {
  vertical-align: middle;
}
.p-contact-form .form-input .input input {
  border: 1px solid #CFD0D0;
  background-color: #fff;
  font-size: 1.4rem;
  width: 100%;
  border-radius: 0;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input .input input {
    font-size: 1.6rem;
  }
}
.p-contact-form .form-input .input textarea {
  border: 1px solid #CFD0D0;
  background-color: #fff;
  font-size: 1.4rem;
  width: 100%;
  border-radius: 0;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input .input textarea {
    font-size: 1.6rem;
  }
}
.p-contact-form .form-input .input select {
  border: 1px solid #CFD0D0;
  background-color: #fff;
  border-radius: 0;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input .input select {
    font-size: 1.6rem;
  }
}
.p-contact-form .form-input .sm {
  width: 30rem;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input .sm {
    width: 100%;
  }
}
.p-contact-form .form-input .md {
  width: 45rem;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input .md {
    width: 100%;
  }
}
.p-contact-form .form-input .xs {
  width: 73rem;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input .xs {
    width: 100%;
  }
}
.p-contact-form .form-input .inline-group {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input .inline-group {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.p-contact-form .form-input .inline-group > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input .inline-group > li {
    padding: 0 0.75rem;
  }
}
.p-contact-form .form-input .inline-group .num {
  position: relative;
  width: 8rem;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-input .inline-group .num {
    width: 14rem;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.p-contact-form .form-input .mwform-tel-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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],
.p-contact-form .mwform-checkbox-field [type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.p-contact-form .mwform-checkbox-field [type=radio] + .mwform-checkbox-field-text,
.p-contact-form .mwform-checkbox-field [type=checkbox] + .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
  font-family: KozGoPr6N-Medium;
  font-size: 1.4rem;
  color: #ABACAC;
}
.p-contact-form .mwform-checkbox-field [type=radio] + .mwform-checkbox-field-text::before, .p-contact-form .mwform-checkbox-field [type=radio] + .mwform-checkbox-field-text::after,
.p-contact-form .mwform-checkbox-field [type=checkbox] + .mwform-checkbox-field-text::before,
.p-contact-form .mwform-checkbox-field [type=checkbox] + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-contact-form .mwform-checkbox-field [type=radio] + .mwform-checkbox-field-text::before, .p-contact-form .mwform-checkbox-field [type=radio] + .mwform-checkbox-field-text::after {
  border-radius: 5rem;
}
.p-contact-form .mwform-checkbox-field [type=radio] + .mwform-checkbox-field-text::before {
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #D7D8D8;
  border-radius: 0.45rem;
}
.p-contact-form .mwform-checkbox-field [type=radio] + .mwform-checkbox-field-text::after {
  top: 1rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #D7D8D8;
  -webkit-transition: all 0.2s;
  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] + .mwform-checkbox-field-text::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #D7D8D8;
  border-radius: 0.45rem;
}
.p-contact-form .mwform-checkbox-field [type=checkbox] + .mwform-checkbox-field-text::after {
  top: 0.3rem;
  left: 0.6rem;
  width: 0.8rem;
  height: 1.2rem;
  border: solid #9B8971;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  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;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-term {
    margin-bottom: 3rem;
    letter-spacing: 0;
  }
}
.p-contact-form .form-submit {
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.p-contact-form .form-submit .back-btn {
  background-color: transparent;
  color: #64B5E7;
}
@media only screen and (max-width: 640px) {
  .p-contact-form .form-submit .back-btn {
    margin-bottom: 3rem;
  }
}

.mw_wp_form_confirm .p-contact-form .form-notice {
  display: none;
}
.mw_wp_form_confirm .p-contact-form .form-input .label {
  padding: 0;
}
.mw_wp_form_confirm .p-contact-form .form-input input[type=text] {
  border: 1px solid #d9d9d9;
}
.mw_wp_form_confirm .p-contact-form .form-term {
  display: none;
}

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

.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: hiraMinPro-W3;
  color: #3E3A39;
  margin-bottom: 1rem;
}
.mw_wp_form .contact-layout .contact-item-left span {
  font-family: hiraMinPro-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: hiraMinPro-Regular-90ms-RKSJ-H;
  color: black;
}
.mw_wp_form .contact-layout .contact-item-right select {
  font-family: hiraMinPro-Regular-90ms-RKSJ-H;
  font-size: 1.4rem;
  color: #595757;
}
.mw_wp_form .contact-layout .contact-item-right select option {
  font-family: hiraMinPro-Regular-90ms-RKSJ-H;
  font-size: 1.4rem;
  color: #595757;
}
.mw_wp_form .contact-layout .contact-item .birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mw_wp_form .contact-layout .contact-item .birthday span {
  font-size: 1.3rem;
  font-family: hiraMinPro-Regular-90ms-RKSJ-H;
  color: black;
  margin: 0 2rem;
}
.mw_wp_form .contact-layout .contact-item .address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: hiraMinPro-Regular-90ms-RKSJ-H;
  font-size: 1rem;
  margin-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mw_wp_form .contact-layout .check-item {
  width: 100%;
  height: 5rem;
  background-color: #E36C49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mw_wp_form .contact-layout .check-item .mwform-checkbox-field label span {
  font-size: 1.6rem;
  font-family: hiraMinPro-Regular-90ms-RKSJ-H;
  color: white;
}
.mw_wp_form .send button {
  width: 24rem;
  height: 6rem;
  border: 1px solid #000000;
  color: black;
  background-color: white;
  font-family: hiraMinPro-W6;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.3rem;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}
.mw_wp_form .send:hover button {
  color: white;
  background-color: #F7EFE5;
  border: none;
}

.mw_wp_form_confirm .check-item {
  font-size: 1.6rem;
  font-family: hiraMinPro-Regular-90ms-RKSJ-H;
  color: white;
}
.mw_wp_form_confirm .contact-item .birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: 11rem 0;
}
.top-faq .section-title {
  margin-bottom: 7rem;
}
.top-faq .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 5rem 0;
  gap: 3rem;
}
.top-faq .tabs .view-more {
  width: 13.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #64B5E7;
  color: #64B5E7;
  cursor: pointer;
}
.top-faq .section-title {
  margin: 1rem 0 4rem;
}
.top-faq .section-title .lead,
.top-faq .section-title .sub {
  color: #64B5E7;
}
.top-faq .radio {
  display: none;
}
.top-faq #nine:checked ~ .panels #nine-panel,
.top-faq #ten:checked ~ .panels #ten-panel,
.top-faq #eleven:checked ~ .panels #eleven-panel {
  display: block;
}
.top-faq #nine-tab {
  background-color: #64B5E7;
  color: white;
}
.top-faq #nine-tab::after {
  color: white;
}
.top-faq .faq {
  display: none;
  -webkit-animation: fadein 0.8s;
          animation: fadein 0.8s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-faq .faq-layout {
  position: relative;
}
.top-faq .faq-layout .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-faq .faq-layout .faq-item {
  margin-bottom: 1.5rem;
}
.top-faq .faq-layout .accordion {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 7.5rem;
  padding: 1.5rem 3rem;
}
.top-faq .faq-layout .accordion.active .accordion-arrow1::before {
  content: "-";
}
.top-faq .faq-layout .accordion-text {
  width: calc(100% - 7rem);
  font-family: KozGoPr6N-Bold;
  font-size: 1.8rem;
  color: #64B5E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .top-faq .faq-layout .accordion-text {
    font-size: 2.1rem;
  }
}
.top-faq .faq-layout .accordion-text > div {
  font-family: noto-bold;
  font-size: 2.4rem;
  color: #64B5E7;
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-faq .faq-layout .accordion-arrow1 {
  font-size: 1.6rem;
  line-height: 2;
  color: #64B5E7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 1rem;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background-color: #64B5E7;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-faq .faq-layout .accordion-arrow1::before {
  content: "+";
  display: inline-block;
}
.top-faq .faq-layout .panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: #64B5E7;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.top-faq .faq-layout .panel .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4rem 6rem;
}
@media only screen and (max-width: 640px) {
  .top-faq .faq-layout .panel .wrap {
    padding: 3rem 3rem;
  }
}
.top-faq .faq-layout .panel-text {
  font-family: KozGoPr6N-Regular;
  font-size: 1.6rem;
  text-align: left;
  color: #FFFFFF;
  line-height: 2;
}

.top-sdg {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 640px) {
  .top-sdg {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.top-sdg .container {
  border-radius: 1.5rem;
  position: relative;
  background-image: url(../img/top/bg_sdg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6rem 3rem 5rem;
}
.top-sdg .sdg-mark {
  width: 45rem;
}
.top-sdg .sdg-mark img {
  width: 100%;
}
.top-sdg .lead-title {
  color: white;
  margin: 3.3rem 0 6rem;
}

.p-privacy {
  position: relative;
  padding: 5rem 0 8rem;
}
.p-privacy .privacy-title {
  position: relative;
  margin-bottom: 3rem;
  color: #3E3A39;
  font-size: 2.4rem;
  text-align: left;
  font-family: hiraMinPro-W6;
}
.p-privacy .privacy_item {
  margin-bottom: 2rem;
}
.p-privacy .privacy_item_title {
  display: block;
  padding: 0;
  font-family: hiraMinPro-W3;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  color: #3E3A39;
}
.p-privacy .privacy_item_content {
  position: relative;
  display: block;
  padding: 0 0.5rem;
  font-family: KozGoPr6N-Regular;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  color: #231815;
}

.p-sitemap {
  position: relative;
  padding: 8rem 0 8rem;
}
.p-sitemap .section-title {
  margin-bottom: 3rem;
}
.p-sitemap .section-title .lead {
  font-family: KozGoPr6N-Bold;
  font-size: 3.6rem;
  color: #82CE98;
}
.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: #82CE98;
  padding: 2rem 3rem;
  font-family: KozGoPr6N-Medium;
  font-size: 2.8rem;
  line-height: 4rem;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .p-sitemap .sitemap-menu .menu-link {
    padding: 2.4rem 4rem;
  }
}

#footer {
  position: relative;
  padding: 6rem 0 3.5rem;
  background-color: white;
}
#footer .footer-layout {
  position: relative;
  z-index: 22;
}
#footer .footer-layout .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25rem;
  margin: 0 auto 5rem auto;
}
#footer .footer-layout .footer-logo img {
  width: 100%;
}
#footer .footer-layout .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footer .footer-layout .address p {
  margin-bottom: 1rem;
}

.copyright {
  width: 100%;
  margin-top: 3rem;
}
.copyright .copy-layout {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.back-to-top {
  position: fixed;
  bottom: 9.6rem;
  right: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.4rem;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  z-index: 996;
}
@media only screen and (max-width: 640px) {
  .back-to-top {
    width: 7.2rem;
    right: 1.6rem;
    bottom: 11.2rem;
  }
}
.back-to-top img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.back-to-top:hover img {
  opacity: 0.45;
}