
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 900px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 40px 60px;
}

@media (max-width: 768px) {
  .modaal-content-container {
    padding: 24px 16px;
  }
}
.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before,
.modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding: 60px 10px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Slider */
.slick-loading .slick-list {
  /* background: #fff url(/ajax-loader.gif) center center no-repeat; */
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  /* src: url(/fonts/slick.eot);
  src: url(/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/fonts/slick.woff) format('woff'), url(/fonts/slick.ttf) format('truetype'), url(/fonts/slick.svg#slick) format('svg'); */
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ========================================================== */
/* Reset Style */
/* ========================================================== */
* {
  box-sizing: border-box;
  margin: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  font-family: "Poppins", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-size-adjust: none;
  background: #ffffff none;
  overflow-scrolling: touch;
  padding-top: 121px;
}

body#logout {
  padding-top: 81px;
}

body#head02 {
  padding-top: 81px;
}

@media (max-width: 1023px) {
  body {
    padding-top: 97px;
  }
  body#logout {
    padding-top: 57px;
  }
  body#head02 {
    padding-top: 57px;
  }
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

li, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  color: #111111;
}

ul, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ========================================================== */
/* ヘッダー */
/* ========================================================== */
.site_header .main_header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.3s;
  background: #FFFFFF;
  border-bottom: 1px solid #cccccc;
  z-index: 8;
}
.site_header .logo img {
  transition: 0.3s;
}
.site_header .header_top_link {
  background-color: #E6F2FB;
}
.site_header .header_top_link ul {
  max-width: 1208px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
}
.site_header .header_top_link ul li {
  padding-left: 16px;
  font-size: 12px;
  position: relative;
}
.site_header .header_top_link ul li:hover {
  color: #0379C4;
}
.site_header .header_top_link .drop_menu {
  cursor: pointer;
}
.site_header .header_top_link .h_menu_column {
  display: none;
  width: auto;
  margin: 0 0 0 0;
  padding: 10px 24px 10px 10px;
  position: absolute;
  left: 0;
  top: 28px;
  background-color: #007FCB;
  border-radius: 5px;
  z-index: 1;
}
@media (max-width: 1290px) {
  .site_header .header_top_link .h_menu_column {
    left: auto;
    right: -5px;
  }
}
@media (max-width: 768px) {
  .site_header .header_top_link .h_menu_column {
    left: auto;
    right: -5px;
  }
}
.site_header .header_top_link .h_menu_column ul {
  list-style: none;
  padding: 0;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.site_header .header_top_link .h_menu_column ul li {
  padding-left: 0;
  margin: 0 0 8px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .site_header .header_top_link .h_menu_column ul li {
    font-size: 9px;
  }
}
.site_header .header_top_link .h_menu_column ul li:hover {
  color: #fff;
}
.site_header .header_top_link .h_menu_column ul li:last-child {
  margin: 0;
}
.site_header .header_top_link .h_menu_column ul li a {
  display: inline-block;
  background: url(/assets/site_fronts/common/ico_fmenu_arrow-4c78facf988e0599cf9a5dda5890a01934e6b62a08b0bc74e4ad04c58413f1fb.svg) no-repeat left center;
  padding: 0 0 0 14px;
}
.site_header .header_top_link .h_menu_column ul li a:hover {
  text-decoration: underline;
}
.site_header .header_top_link .h_menu_column ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/assets/site_fronts/common/ico_blank_white-b616e84978b97b2b15b3d7126146318cde6004daa01e0bdc0c0e782a0a0c3fce.svg) no-repeat;
  margin: 0 0 0 8px;
}
.site_header .header_top_link .h_menu_column ul li ul {
  margin: 16px 0 0 0;
}
.site_header .header_top_link .h_menu_column ul li ul li {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 16px 0;
}
.site_header .header_top_link .h_menu_column ul li ul li a {
  background: none;
}
.site_header .header_inner {
  max-width: 1208px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.site_header .header_inner .logo {
  display: none;
  margin: 0 40px 0 0;
}
.site_header .header_inner nav ul {
  display: flex;
  padding: 0;
  list-style: none;
}
.site_header .header_inner nav ul li {
  margin: 0 0 0 40px;
}
.site_header .header_inner nav ul li:first-child {
  margin: 0;
}
.site_header .header_inner nav ul li a, .site_header .header_inner nav ul li span {
  position: relative;
  cursor: pointer;
  font-weight: bold;
}
.site_header .header_inner nav ul li a::before, .site_header .header_inner nav ul li span::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0379C4;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.site_header .header_inner nav ul li.current a::before, .site_header .header_inner nav ul li a:hover::before {
  transform: scale(1, 1);
}
.site_header .header_inner nav ul li.current a, .site_header .header_inner nav ul li.current span {
  color: #0379C4;
}
.site_header .header_inner nav ul a:hover, .site_header .header_inner nav ul span:hover {
  color: #0379C4;
}
.site_header .header_inner nav ul li .product::after {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 0 0 2px;
  display: inline-block;
  background: url(/assets/site_fronts/common/ico_header_product_arrow-124a01dbfbfdc844bfd935221bcfea3af7dfe46602dfb8c3d83f358c1172a42a.svg) no-repeat center top;
  background-size: contain;
  position: relative;
  top: -2px;
}
.site_header .header_inner nav ul li:hover .product::after {
  background: url(/assets/site_fronts/common/ico_header_product_arrow_on-2ab96cb344812f97c1eb496f1cda5ca129e65926d229f284d85bd03caccb5e4f.svg) no-repeat center top;
  background-size: contain;
}
.site_header .header_inner nav ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/assets/site_fronts/common/ico_blank_black-b56eed8c4aa419082c0fb0ab19f03b86e43db5a7612a426b516968899d7c6d29.svg) no-repeat;
  margin: 0 0 0 8px;
}
.site_header .header_inner .h_menu {
  display: flex;
  align-items: center;
  margin: 0 0 0 86px;
}
.site_header .header_inner .h_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 45px;
  border-radius: 45px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1023px) {
  .site_header .header_inner .h_menu a {
    width: 120px;
    height: 35px;
    border-radius: 35px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .site_header .header_inner .h_menu a {
    width: 76px;
    height: 35px;
    border-radius: 35px;
    font-size: 10px;
  }
}
.site_header .header_inner .h_menu .btn_login {
  border: 2px solid #058FD3;
  background: #FFFFFF;
  color: #058FD3;
  font-weight: bold;
  margin: 0 8px 0 0;
}
.site_header .header_inner .h_menu .btn_login:hover {
  background: #F2FAFF;
}
.site_header .header_inner .h_menu .btn_contact {
  background: #FF7520;
  color: #FFFFFF;
  font-weight: bold;
}
.site_header .header_inner .h_menu .btn_contact:hover {
  background: #E5580D;
}
.site_header .header_inner .menu_open {
  width: 40px;
  font-size: 10px;
  line-height: 1;
  margin: 0 0 0 24px;
  cursor: pointer;
}
.site_header .header_inner .menu_open span {
  display: block;
  width: 40px;
  height: 2px;
  background: #333333;
  margin: 0 0 9px 0;
}
.site_header .pc_menu_container {
  display: none;
  position: relative;
  z-index: 9;
}
.site_header .pc_menu {
  height: 100%;
  width: 100%;
  background: #E5F3FC;
  padding: 48px 0 80px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: scroll;
}
.site_header .pc_menu .menu_header {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
}
.site_header .pc_menu .menu_header .menu_header_inner {
  max-width: 1208px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.site_header .pc_menu .menu_header .logo {
  margin: 48px 0 56px 0;
}
.site_header .pc_menu .menu_header .menu_close {
  width: 40px;
  height: 49px;
  margin: 14px 0 0 0;
  padding-top: 38px;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.site_header .pc_menu .menu_header .menu_close span {
  display: block;
  width: 40px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 29px;
}
.site_header .pc_menu .menu_header .menu_close span:first-child {
  transform: rotate(45deg);
}
.site_header .pc_menu .menu_header .menu_close span:nth-child(2) {
  transform: rotate(-45deg);
}
.site_header .pc_menu .menu_inner {
  max-width: 1208px;
  margin: 0 auto;
  position: relative;
}
.site_header .pc_menu .menu_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 40px;
}
.site_header .pc_menu .menu_container .menu_column ul {
  list-style: none;
  padding: 0;
}
.site_header .pc_menu .menu_container .menu_column ul li {
  margin: 0 0 32px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.site_header .pc_menu .menu_container .menu_column ul li:last-child {
  margin: 0;
}
.site_header .pc_menu .menu_container .menu_column ul li a {
  display: inline-block;
  background: url(/assets/site_fronts/common/ico_bmenu_arrow-d4d9e3690b0d533fe93e6c625cabdf731e0fd163f58556874168be3eec1f55ed.svg) no-repeat left center;
  padding: 0 0 0 14px;
}
.site_header .pc_menu .menu_container .menu_column ul li a:hover {
  color: #0379C4;
}
.site_header .pc_menu .menu_container .menu_column ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/assets/site_fronts/common/ico_blank_blue-0509715645d3eac1e670158f93fa4d756ffcc7bb369b01ac4e81a43e20b45043.svg) no-repeat;
  margin: 0 0 0 8px;
}
.site_header .pc_menu .menu_container .menu_column ul li ul {
  margin: 32px 0 0 0;
}
.site_header .pc_menu .menu_container .menu_column ul li ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 24px 0;
}
.site_header .pc_menu .menu_container .menu_column ul li ul li a {
  background: none;
}
.site_header .pc_menu .menu_container .menu_column .btn {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 24px 0;
  font-weight: bold;
}
.site_header .pc_menu .menu_container .menu_column .btn_recruit {
  height: 80px;
  background: url(/assets/site_fronts/common/bg_bmenu_recruit-1364682153e78b149804a7e1820df17c99750074792cd00e332bced765e37016.jpg) no-repeat;
  background-size: contain;
  color: #FFFFFF;
}
.site_header .pc_menu .menu_container .menu_column .btn_recruit::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/assets/site_fronts/common/ico_blank_white-b616e84978b97b2b15b3d7126146318cde6004daa01e0bdc0c0e782a0a0c3fce.svg) no-repeat;
  margin: 0 0 0 8px;
}
.site_header .pc_menu .menu_container .menu_column .btn_recruit:hover {
  opacity: 0.8;
}
.site_header .pc_menu .menu_container .menu_column .btn_contact {
  height: 58px;
  background: #0379C4;
  color: #FFFFFF;
}
.site_header .pc_menu .menu_container .menu_column .btn_contact:hover {
  background: #0068AA;
}
.site_header .pc_menu .menu_container .menu_column .btn_request {
  height: 58px;
  border: 1px solid #0379C4;
  background: #FFFFFF;
  color: #0379C4;
}
.site_header .pc_menu .menu_container .menu_column .btn_request:hover {
  background: #E5F3FC;
}
.site_header .pc_menu .menu_container .menu_column .for_tel .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 8px 0;
}
.site_header .pc_menu .menu_container .menu_column .for_tel a {
  display: inline-block;
  margin: 0 0 5px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  cursor: default;
}
.site_header .pc_menu .menu_container .menu_column .for_tel a::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(/assets/site_fronts/common/ico_bmenu_tel-3b781b11c61e814ad66c8a40a054136e30c656489e3abf243fa154b4a8ab07ab.svg) no-repeat;
  margin: 0 8px 0 0;
}
.site_header .pc_menu .menu_container .menu_column .for_tel .uketsuke {
  line-height: 25px;
}
.site_header .sp_menu_container {
  display: none;
  position: relative;
  z-index: 9;
}
.site_header .sp_menu {
  height: 100%;
  width: 100%;
  background: #E5F3FC;
  padding: 0 0 80px 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: scroll;
  z-index: 100;
}
.site_header .sp_menu .menu_header {
  width: 100%;
  padding: 0 0 0 16px;
  background: #FFFFFF;
  border-bottom: 1px solid #cccccc;
}
.site_header .sp_menu .menu_header .menu_header_inner {
  max-width: 1208px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site_header .sp_menu .menu_header .logo {
  display: none;
}
.site_header .sp_menu .menu_header .logo img {
  width: 94px;
  height: auto;
  transition: 0.3s;
}
.site_header .sp_menu .menu_header .menu_close {
  width: 40px;
  height: 49px;
  margin: 14px 0 0 0;
  padding-top: 38px;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.site_header .sp_menu .menu_header .menu_close span {
  display: block;
  width: 40px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 29px;
}
.site_header .sp_menu .menu_header .menu_close span:first-child {
  transform: rotate(45deg);
}
.site_header .sp_menu .menu_header .menu_close span:nth-child(2) {
  transform: rotate(-45deg);
}
.site_header .sp_menu .menu_inner {
  position: relative;
}
.site_header .sp_menu .menu_inner ul {
  list-style: none;
  padding: 0;
}
.site_header .sp_menu .menu_inner ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid rgba(3, 121, 196, 0.1);
}
.site_header .sp_menu .menu_inner ul li a {
  display: block;
  background: url(/assets/site_fronts/common/ico_bmenu_arrow-d4d9e3690b0d533fe93e6c625cabdf731e0fd163f58556874168be3eec1f55ed.svg) no-repeat calc(100% - 16px) 50%;
  padding: 16px;
}
.site_header .sp_menu .menu_inner ul li a:hover {
  color: #0379C4;
}
.site_header .sp_menu .menu_inner ul li a[target=_blank] {
  background: url(/assets/site_fronts/common/ico_blank_blue-0509715645d3eac1e670158f93fa4d756ffcc7bb369b01ac4e81a43e20b45043.svg) no-repeat calc(100% - 16px) 50%;
}
.site_header .sp_menu .menu_inner .btn_area {
  padding: 16px;
  border-bottom: 1px solid rgba(3, 121, 196, 0.1);
  display: flex;
  justify-content: space-between;
}
.site_header .sp_menu .menu_inner .btn_area .btn {
  width: 48.9795918%;
  height: 48px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
}
.site_header .sp_menu .menu_inner .btn_area .btn_contact {
  background: #0379c4;
  background: -moz-linear-gradient(left, #0379c4 0%, #00b1ff 100%);
  background: -webkit-linear-gradient(left, #0379c4 0%, #00b1ff 100%);
  background: linear-gradient(to right, #0379c4 0%, #00b1ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0379c4", endColorstr="#00b1ff",GradientType=1 );
  color: #FFFFFF;
}
.site_header .sp_menu .menu_inner .btn_area .btn_contact:hover {
  background: #00b1ff;
  background: -moz-linear-gradient(left, #00b1ff 0%, #0379c4 100%);
  background: -webkit-linear-gradient(left, #00b1ff 0%, #0379c4 100%);
  background: linear-gradient(to right, #00b1ff 0%, #0379c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00b1ff", endColorstr="#0379c4",GradientType=1 );
}
.site_header .sp_menu .menu_inner .btn_area .btn_request {
  border: 1px solid #0379C4;
  background: #FFFFFF;
  color: #0379C4;
}
.site_header .sp_menu .menu_inner .btn_area .btn_request:hover {
  background: #E5F3FC;
}
.site_header .product_menu_container {
  display: none;
  width: 100%;
  position: absolute;
  top: 81px;
  left: 0;
  z-index: 10;
}
.site_header .product_menu {
  max-width: 1208px;
  margin: 0 auto;
  background: #FFFFFF;
  position: relative;
}
.site_header .product_menu .menu_header {
  padding: 16px 32px 16px 32px;
}
.site_header .product_menu .menu_header h2 {
  font-size: 20px;
  line-height: 1.4;
}
.site_header .product_menu .menu_header a.arrow {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  position: absolute;
  top: 16px;
  left: 140px;
}
.site_header .product_menu .menu_header a.arrow::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/assets/site_fronts/common/ico_arrow_textlink-f9ee8c606d6379a0edf79ce0a0ca1067da8b602b9eb00ff4cced4e9074a578ea.svg) no-repeat;
  margin: 0 0 0 16px;
}
.site_header .product_menu .menu_header a.arrow:hover {
  color: #0379C4;
}
.site_header .product_menu .product_menu_close {
  width: 30px;
  height: 30px;
  margin: 16px 0 0 0;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
  right: 32px;
}
.site_header .product_menu .product_menu_close span {
  display: block;
  width: 32px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 14px;
}
.site_header .product_menu .product_menu_close span:first-child {
  transform: rotate(45deg);
}
.site_header .product_menu .product_menu_close span:nth-child(2) {
  transform: rotate(-45deg);
}
.site_header .product_menu .menu_inner {
  margin: 0 32px 0 32px;
  border-top: 1px solid #cccccc;
  padding: 16px 0 32px 0;
}
.site_header .product_menu .menu_inner .menu_container {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-rows: auto;
  gap: 32px;
}
.site_header .product_menu .menu_inner .menu_container .separater {
  background: #cccccc;
}
.site_header .product_menu .menu_inner .menu_container .menu_column .category_btn {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
  height: 56px;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding: 0 24px;
}
.site_header .product_menu .menu_inner .menu_container .menu_column .melltas {
  background: url(/assets/site_fronts/common/ico_product_arrow-6d49c6cd47fc3096f62f69b4c6f27e8b1a643007c2198ba511e0cff6bea4b89a.svg) no-repeat calc(100% - 16px) #38AC7F;
}
.site_header .product_menu .menu_inner .menu_container .menu_column .melltas small {
  display: block;
  margin: 5px 0 -10px 0;
  font-size: 11px;
}
.site_header .product_menu .menu_inner .menu_container .menu_column .medical {
  background: url(/assets/site_fronts/common/ico_product_arrow-6d49c6cd47fc3096f62f69b4c6f27e8b1a643007c2198ba511e0cff6bea4b89a.svg) no-repeat calc(100% - 16px) #3DA5E8;
}
.site_header .product_menu .menu_inner .menu_container .menu_column .kaigo {
  background: url(/assets/site_fronts/common/ico_product_arrow-6d49c6cd47fc3096f62f69b4c6f27e8b1a643007c2198ba511e0cff6bea4b89a.svg) no-repeat calc(100% - 16px) #FF8336;
}
.site_header .product_menu .menu_inner .menu_container .menu_column ul {
  list-style: none;
  padding: 0;
}
.site_header .product_menu .menu_inner .menu_container .menu_column ul li {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 1.4;
}
.site_header .product_menu .menu_inner .menu_container .menu_column ul li:last-child {
  margin: 0;
}
.site_header .product_menu .menu_inner .menu_container .menu_column ul li a {
  display: inline-block;
  background: url(/assets/site_fronts/common/ico_bmenu_arrow-d4d9e3690b0d533fe93e6c625cabdf731e0fd163f58556874168be3eec1f55ed.svg) no-repeat left 0.3em;
  padding: 0 0 0 16px;
}
.site_header .product_menu .menu_inner .menu_container .menu_column ul li a:hover {
  color: #0379C4;
}

@media (max-width: 1208px) and (min-width: 769px) {
  .site_header .main_header {
    padding: 0 10px;
  }
  .site_header .main_header .header_top_link {
    margin: 0 -10px;
    padding: 0 10px;
  }
}
@media (max-width: 1023px) {
  .site_header .header_inner {
    height: 56px;
  }
  .logo img {
    width: 125px;
    height: auto;
    transition: 0.3s;
  }
}
@media (max-width: 1208px) and (min-width: 769px) {
  .site_header .header_inner .logo {
    margin: 0 1.9867549669vw 0 0;
  }
}
@media (max-width: 1023px) {
  .site_header .header_inner .logo {
    margin: 0 0 0 16px;
  }
  .site_header .header_inner .logo img {
    width: 125px;
  }
}
@media (max-width: 1208px) and (min-width: 769px) {
  .site_header .header_inner nav ul li {
    margin: 0 0 0 1.9867549669vw;
    white-space: nowrap;
  }
}
@media (max-width: 1208px) and (min-width: 769px) {
  .site_header .header_inner nav ul li a, .site_header .header_inner nav ul li span {
    font-size: 1.3245033113vw;
  }
}
@media (max-width: 1208px) and (min-width: 769px) {
  .site_header .header_inner .support_contact {
    margin: 0 0 0 4.1390728477vw;
  }
}
@media (max-width: 1023px) {
  .site_header .header_inner .support_contact {
    display: none;
  }
}
@media (max-width: 1208px) and (min-width: 769px) {
  .site_header .header_inner .support_contact a {
    font-size: 1.1589403974vw;
    width: 11.9205298013vw;
  }
}
@media (max-width: 1208px) and (min-width: 769px) {
  .site_header .header_inner .menu_open {
    margin: 0 0 0 1.9867549669vw;
  }
}
@media (max-width: 1023px) {
  .site_header .header_inner .menu_open {
    width: 56px;
    height: 56px;
    margin: 0;
    padding: 16px 12px;
  }
}
@media (max-width: 1023px) {
  .site_header .header_inner .menu_open span {
    width: 32px;
  }
}
@media (max-width: 768px) {
  .header_top_link {
    padding: 0 10px;
  }
  .site_header .header_inner .logo img {
    width: 94px;
  }
}
/* PC用右上メニュー */
/*------------------------------------ */
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .pc_menu {
    padding: 48px 1.3245033113vw 80px 1.3245033113vw;
  }
}
@media (min-height: 600px) {
  .site_header .pc_menu {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .site_header .pc_menu {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .pc_menu .menu_header {
    width: calc(100% - 2.6490066225vw);
  }
}
@media (max-width: 1023px) {
  .site_header .pc_menu .menu_header .menu_close {
    width: 56px;
    height: 56px;
    margin: 0;
    padding: 16px 12px;
  }
}
@media (max-width: 1023px) {
  .site_header .pc_menu .menu_header .menu_close span {
    width: 32px;
  }
}
@media (max-height: 599px) {
  .site_header .pc_menu .menu_inner {
    padding: 56px 0 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .pc_menu .menu_container {
    gap: 3.3112582781vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .pc_menu .menu_container .menu_column ul li {
    margin: 0 0 2.6490066225vw 0;
    font-size: 1.4900662252vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .pc_menu .menu_container .menu_column ul li a {
    padding: 0 0 0 1.1589403974vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .pc_menu .menu_container .menu_column ul li ul {
    margin: 2.6490066225vw 0 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .pc_menu .menu_container .menu_column ul li ul li {
    margin: 0 0 1.9867549669vw 0;
    font-size: 1.3245033113vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .pc_menu .menu_container .menu_column .btn {
    margin: 0 0 1.9867549669vw 0;
    font-size: 1.3245033113vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .pc_menu .menu_container .menu_column .btn_recruit {
    height: 6.6225165563vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .pc_menu .menu_container .menu_column .btn_contact {
    height: 4.8013245033vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .pc_menu .menu_container .menu_column .btn_request {
    height: 4.8013245033vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .pc_menu .menu_container .menu_column .for_tel .title {
    margin: 0 0 0.6622516556 0;
    font-size: 1.1589403974vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .pc_menu .menu_container .menu_column .for_tel a {
    margin: 0 0 0.4139072848vw 0;
    font-size: 1.9867549669vw;
    line-height: 2.7317880795vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .pc_menu .menu_container .menu_column .for_tel .uketsuke {
    line-height: 2.0695364238vw;
    font-size: 1.3245033113vw;
  }
}
/* SP用右上メニュー */
/*------------------------------------ */
@media (min-width: 1024px) {
  .site_header .sp_menu {
    display: none;
  }
}
@media (max-width: 1023px) {
  .site_header .sp_menu .menu_header .menu_close {
    width: 56px;
    height: 56px;
    margin: 0;
    padding: 16px 12px;
  }
}
@media (max-width: 1023px) {
  .site_header .sp_menu .menu_header .menu_close span {
    width: 32px;
  }
}
/* 製品メニュー */
/*------------------------------------ */
@media (max-width: 1023px) {
  .site_header .product_menu_container {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .product_menu .menu_header {
    padding: 1.3245033113vw 2.6490066225vw 1.3245033113vw 2.6490066225vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .product_menu .menu_header h2 {
    font-size: 1.6556291391vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .product_menu .menu_header a.arrow {
    font-size: 1.1589403974vw;
    line-height: 2.3178807947vw;
    top: 1.3245033113vw;
    left: 11.5894039735vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .product_menu .product_menu_close {
    right: 2.6490066225vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .product_menu .product_menu_close span {
    top: 1.1589403974vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .product_menu .menu_inner {
    margin: 0 2.6490066225vw 0 2.6490066225vw;
    padding: 1.3245033113vw 0 2.6490066225vw 0;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .product_menu .menu_inner .menu_container {
    gap: 2.6490066225vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .product_menu .menu_inner .menu_container .menu_column .category_btn {
    height: 4.6357615894vw;
    font-size: 1.4900662252vw;
    padding: 0 1.9867549669vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .product_menu .menu_inner .menu_container .menu_column .melltas small {
    margin: 0.4139072848px 0 -0.8278145695vw 0;
    font-size: 0.9105960265vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .product_menu .menu_inner .menu_container .menu_column ul li {
    margin: 0 0 1.3245033113vw 0;
    font-size: 1.1589403974vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_header .product_menu .menu_inner .menu_container .menu_column ul li a {
    padding: 0 0 0 1.3245033113vw;
  }
}
@media (min-width: 769px) {
  .is_scroll_down .logo img {
    width: 125px;
    height: auto;
    transition: 0.3s;
  }
  .is_scroll_down .site_header .main_header_tl {
    top: -40px;
  }
  .is_scroll_down .site_header .header_inner {
    height: 56px;
  }
}
@media (max-width: 768px) {
  .is_scroll_down .site_header .main_header_tl {
    top: -40px;
  }
}
/* ロゴ切り替え */
/*------------------------------------ */
.logo_carerepo .site_header .header_inner .logo_carerepo_img {
  display: block;
}
.logo_carerepo .site_header .sp_menu .menu_header .logo_carerepo_img {
  display: block;
}

.logo_corporate .site_header .header_inner .logo_corporate_img {
  display: block;
}
.logo_corporate.is_scroll_down .logo img {
  width: 175px;
}
@media (max-width: 1023px) {
  .logo_corporate .site_header .header_inner .logo img {
    width: 175px;
  }
}
.logo_corporate .site_header .sp_menu .menu_header .logo_corporate_img {
  display: block;
}
.logo_corporate .site_header .sp_menu .menu_header .logo_corporate_img img {
  width: 175px;
}

.logo_recruit .site_header .header_inner .logo_recruit_img {
  display: block;
}
.logo_recruit.is_scroll_down .logo img {
  width: 275px;
}
@media (max-width: 1023px) {
  .logo_recruit .site_header .header_inner .logo img {
    width: 275px;
  }
}
.logo_recruit .site_header .sp_menu .menu_header .logo_recruit_img {
  display: block;
}
.logo_recruit .site_header .sp_menu .menu_header .logo_recruit_img img {
  width: 275px;
}

/* ========================================================== */
/* フッター */
/* ========================================================== */
/* CTA */
/*------------------------------------ */
.site_footer {
  margin-top: 80px;
}
.site_footer .cta_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 220px 220px 195px;
  grid-template-areas: "request_area request_area download_area download_area" "request_area request_area faq_area seminar_area" "recruit_area recruit_area column_area column_area";
}
.site_footer .cta_container .request_area {
  grid-area: request_area;
  background: #E5F3FC;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site_footer .cta_container .request_area h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.57777;
  margin: 0 0 22px 0;
}
.site_footer .cta_container .request_area p {
  margin: 0 0 24px 0;
}
.site_footer .cta_container .request_area .btn_blue {
  width: 272px;
  height: 56px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0379C4;
  font-weight: bold;
  color: #FFFFFF;
}
.site_footer .cta_container .request_area .btn_blue:hover {
  background: #0068AA;
}
.site_footer .cta_container .download {
  grid-area: download_area;
  background: #0379C4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site_footer .cta_container .download:hover {
  background: #0068AA;
}
.site_footer .cta_container .download .inner {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site_footer .cta_container .download .inner img {
  margin: 0 0 0 24px;
}
.site_footer .cta_container .faq {
  grid-area: faq_area;
  background: #2B9BE2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site_footer .cta_container .faq:hover {
  background: #1980C1;
}
.site_footer .cta_container .faq .inner {
  font-size: 24px;
  line-height: 1.283333;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
.site_footer .cta_container .faq .inner img {
  margin: 0 0 16px 0;
  display: inline;
}
.site_footer .cta_container .seminar {
  grid-area: seminar_area;
  background: #28A8D8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site_footer .cta_container .seminar:hover {
  background: #1D8CB5;
}
.site_footer .cta_container .seminar .inner {
  font-size: 24px;
  line-height: 1.283333;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
.site_footer .cta_container .seminar .inner img {
  margin: 0 0 16px 0;
  display: inline;
}
.site_footer .cta_container .recruit {
  grid-area: recruit_area;
  background: url(/site_fronts/common/img_footer_recruit.jpg) no-repeat;
  background-size: cover;
}
.site_footer .cta_container .recruit .inner div::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/assets/site_fronts/common/ico_blank_white-b616e84978b97b2b15b3d7126146318cde6004daa01e0bdc0c0e782a0a0c3fce.svg) no-repeat;
  margin: 0 0 0 8px;
}
.site_footer .cta_container .column {
  grid-area: column_area;
  background: url(/site_fronts/common/img_footer_column.jpg) no-repeat;
  background-size: cover;
}
.site_footer .cta_container .recruit .inner, .site_footer .cta_container .column .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: rgba(22, 36, 44, 0.85);
  font-size: 24px;
  line-height: 1.283333;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
.site_footer .cta_container .recruit .inner:hover, .site_footer .cta_container .column .inner:hover {
  background: rgba(22, 36, 44, 0.6);
}
.site_footer .fbnr {
  background: #0065A2;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.site_footer .fbnr .inner {
  width: 100%;
  max-width: 1208px;
  padding: 80px 0 50px;
}
.site_footer .fbnr .inner ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
}
.site_footer .fbnr .inner ul li {
  width: 33.333%;
  margin: 0 20px;
}
.site_footer .footer_menu {
  background: #0065A2;
  color: #FFFFFF;
}
.site_footer .footer_menu .fmenu_inner {
  display: flex;
  max-width: 1208px;
  margin: auto;
  padding: 80px 0 85px 0;
}
.site_footer .footer_menu .fmenu_inner .menu_column {
  width: 200px;
  margin: 0 8px 0 0;
}
.site_footer .footer_menu .fmenu_inner .menu_column ul {
  list-style: none;
  padding: 0;
}
.site_footer .footer_menu .fmenu_inner .menu_column ul li {
  margin: 0 0 16px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.site_footer .footer_menu .fmenu_inner .menu_column ul li:last-child {
  margin: 0;
}
.site_footer .footer_menu .fmenu_inner .menu_column ul li a {
  display: inline-block;
  background: url(/assets/site_fronts/common/ico_fmenu_arrow-4c78facf988e0599cf9a5dda5890a01934e6b62a08b0bc74e4ad04c58413f1fb.svg) no-repeat left center;
  padding: 0 0 0 14px;
}
.site_footer .footer_menu .fmenu_inner .menu_column ul li a:hover {
  text-decoration: underline;
}
.site_footer .footer_menu .fmenu_inner .menu_column ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/assets/site_fronts/common/ico_blank_white-b616e84978b97b2b15b3d7126146318cde6004daa01e0bdc0c0e782a0a0c3fce.svg) no-repeat;
  margin: 0 0 0 8px;
}
.site_footer .footer_menu .fmenu_inner .menu_column ul li ul {
  margin: 16px 0 0 0;
}
.site_footer .footer_menu .fmenu_inner .menu_column ul li ul li {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 16px 0;
}
.site_footer .footer_menu .fmenu_inner .menu_column ul li ul li a {
  background: none;
}
.site_footer .footer_menu .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1208px;
  margin: 0 auto;
  padding: 24px 0 24px 0;
  padding-bottom: 24px !important;
}
.site_footer .footer_menu .copyright .logo_column {
  display: flex;
}
.site_footer .footer_menu .copyright .logo_column .flogo {
  width: 176px;
  margin-right: 40px;
}
.site_footer .footer_menu .copyright .logo_column ul li {
  display: inline-block;
  font-size: 12px;
  margin-right: 1em;
}
.site_footer .footer_menu .copyright .logo_column ul li a:hover {
  text-decoration: underline;
}
.site_footer .footer_menu .copyright .copy {
  font-size: 13px;
}

.site_footer--02 {
  margin-top: 0;
}
.site_footer--02 .footer_menu {
  background: none;
  color: #CCCCCC;
  text-align: center;
}
.site_footer--02 .footer_menu .copyright {
  display: block;
}

.site_footer--logout {
  margin-top: 0;
  padding-top: 0;
}
.site_footer--logout .footer_menu {
  text-align: center;
}
.site_footer--logout .footer_menu .copyright {
  display: block;
  max-width: none;
  padding-top: 0;
}
.site_footer--logout .footer_menu .copyright .logo_column {
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.site_footer--logout .footer_menu .copyright .logo_column .flogo {
  width: 176px;
  margin: 0 auto;
  padding: 45px 0 30px;
}
.site_footer--logout .footer_menu .copyright .copy {
  padding: 20px 0;
}

@media (max-width: 1023px) {
  .site_footer .cta_container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .request_area {
    width: 100%;
    padding: 32px;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .request_area h2 {
    font-size: 24px;
    margin: 0 0 16px 0;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .request_area p {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .request_area .btn_blue {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .download {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .download .inner {
    font-size: 16px;
    padding: 17px 0 13px 0;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .download .inner img {
    width: 80px;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .faq {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .faq .inner {
    font-size: 16px;
    padding: 22px 0 22px 0;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .faq .inner img {
    width: 24px;
    margin: 0 0 8px 0;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .seminar {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .seminar .inner {
    font-size: 16px;
    padding: 22px 0 22px 0;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .seminar .inner img {
    width: 24px;
    margin: 0 0 8px 0;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .recruit, .site_footer .cta_container .column {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .site_footer .cta_container .recruit .inner, .site_footer .cta_container .column .inner {
    font-size: 16px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .site_footer--logout .footer_menu .copyright {
    display: block;
    max-width: none;
    padding-top: 0;
  }
  .site_footer--logout .footer_menu .copyright .logo_column {
    display: block;
    padding-bottom: 35px;
  }
  .site_footer--logout .footer_menu .copyright .logo_column .flogo {
    width: 181px;
    margin: 0 auto !important;
    padding: 35px 0 25px;
  }
  .site_footer--logout .footer_menu .copyright .copy {
    padding: 15px 0 0;
  }
}
/* フッターメニュー */
/*------------------------------------ */
@media (max-width: 1208px) {
  .site_footer .footer_menu .fmenu_inner {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 53px 0 40px 0;
    margin: 0 16px 0 16px;
  }
}
@media (min-width: 769px) and (max-width: 1208px) {
  .site_footer .footer_menu .fmenu_inner .menu_column {
    width: auto;
  }
  .site_footer .footer_menu .fmenu_inner .menu_column ul li {
    font-size: 11px;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_footer .footer_menu .fmenu_inner .logo_column {
    min-width: 16.5562913907vw;
    margin: 0 7.8642384106vw 0 0;
  }
}
@media (max-width: 1023px) {
  .site_footer .footer_menu .fmenu_inner .logo_column {
    min-width: none;
    width: 100%;
    margin: 0 0 56px 0;
    text-align: center;
  }
  .site_footer .footer_menu .fmenu_inner .logo_column img {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_footer .footer_menu .fmenu_inner .logo_column .for_tel {
    margin: 3.3112582781vw 0 0 0;
  }
}
@media (max-width: 1023px) {
  .site_footer .footer_menu .fmenu_inner .logo_column .for_tel {
    text-align: left;
    display: inline-block;
    margin: 21px 0 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_footer .footer_menu .fmenu_inner .logo_column .for_tel a {
    margin: 0 0 0.4139072848vw 0;
    font-size: 1.9867549669vw;
    line-height: 2.7317880795vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_footer .footer_menu .fmenu_inner .logo_column .for_tel .uketsuke {
    line-height: 2.0695364238vw;
    font-size: 1.3245033113vw;
  }
}
@media (max-width: 1023px) {
  .site_footer .footer_menu .fmenu_inner .logo_column .for_tel .uketsuke {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_footer .footer_menu .fmenu_inner .menu_column {
    min-width: 11vw;
    margin: 0 0.6622516556vw 0 0;
  }
}
@media (max-width: 1023px) {
  .site_footer .footer_menu .fmenu_inner .menu_column {
    min-width: none;
    margin: 0 0 35px 0;
  }
}
@media (max-width: 769px) {
  .site_footer .footer_menu .fmenu_inner .menu_column {
    min-width: none;
    width: 100%;
    margin: 0 0 35px 0;
  }
  .site_footer .footer_menu .fmenu_inner .menu_column ul {
    display: flex;
    flex-wrap: wrap;
  }
  .site_footer .footer_menu .fmenu_inner .menu_column ul li {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_footer .footer_menu .fmenu_inner .menu_column ul li {
    margin: 0 0 1.3245033113vw 0;
    font-size: 1.1589403974vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_footer .footer_menu .fmenu_inner .menu_column ul li a {
    padding: 0 0 0 1.1589403974vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_footer .footer_menu .fmenu_inner .menu_column ul li ul {
    margin: 1.3245033113 0 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_footer .footer_menu .fmenu_inner .menu_column ul li ul li {
    font-size: 0.9933774834vw;
    margin: 0 0 1.3245033113vw 0;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_footer .footer_menu .fmenu_inner .magazine_column {
    min-width: 21.1920529801vw;
    font-size: 1.1589403974vw;
  }
}
@media (max-width: 1023px) {
  .site_footer .footer_menu .fmenu_inner .magazine_column {
    min-width: none;
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_footer .footer_menu .fmenu_inner .magazine_column .btn {
    margin: 1.3245033113vw 0 0 0;
    font-size: 1.3245033113vw;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .site_footer .footer_menu .fmenu_inner .magazine_column .btn_contact {
    height: 4.6357615894vw;
  }
}
@media (max-width: 1208px) {
  .site_footer .footer_menu .copyright {
    text-align: center;
    padding: 0 16px;
  }
}
@media (max-width: 1023px) {
  .site_footer .footer_menu .copyright p {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 1023px) {
  .site_footer .footer_menu .copyright .bnr_area {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .site_footer .footer_menu .copyright .bnr_area a {
    margin: 0 10px 0 10px;
  }
}
@media (max-width: 1208px) {
  .site_footer .fbnr {
    padding: 0 16px;
  }
}
@media (max-width: 769px) {
  .site_footer .fbnr {
    display: block;
    padding: 0 16px;
  }
  .site_footer .fbnr .inner {
    width: 100%;
    padding: 50px 0 45px;
  }
  .site_footer .fbnr .inner ul {
    display: block;
    margin: 0;
  }
  .site_footer .fbnr .inner ul li {
    width: 100%;
    margin: 0;
  }
  .site_footer .fbnr .inner ul li + li {
    margin-top: 25px;
  }
  .site_footer .footer_menu .fmenu_inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px 0 0 0;
    margin: 0 16px 40px 16px;
  }
  .site_footer .footer_menu .copyright {
    display: block;
    padding-bottom: 20px;
  }
  .site_footer .footer_menu .copyright .logo_column {
    display: block;
  }
  .site_footer .footer_menu .copyright .logo_column .flogo {
    width: 176px;
    margin: 0 auto 40px;
  }
  .site_footer .footer_menu .copyright .logo_column ul li {
    display: inline-block;
    font-size: 12px;
    margin-right: 1em;
    margin-bottom: 10px;
  }
  .site_footer .footer_menu .copyright .logo_column ul li a:hover {
    text-decoration: underline;
  }
}
/* ページトップボタン */
/*------------------------------------ */
.pagetop {
  position: fixed;
  bottom: 24px;
  right: 10px;
  z-index: 1;
  width: 48px;
  height: 48px;
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #0379C4;
}
.pagetop a:hover {
  background: #0068AA;
}

/* ========================================================== */
/* スクロール時のヘッダーの動作 */
/* ========================================================== */
/* ========================================================== */
/* 右上メニューオープンボタンクリック時の処理 */
/* ========================================================== */
@media (max-height: 599px) {
  body.bmenu_open {
    height: 100%;
  }
}
/* ========================================================== */
/* コンテンツ幅・グリッド（詳細ページ600px） */
/* ========================================================== */
.container_w600 {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .container_w600 {
    padding: 0 16px;
  }
}
/* ========================================================== */
/* コンテンツ幅・グリッド（詳細ページ640px） */
/* ========================================================== */
.container_w640 {
  max-width: 640px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .container_w640 {
    padding: 0 16px;
  }
}
/* ========================================================== */
/* コンテンツ幅・グリッド（詳細ページ792px） */
/* ========================================================== */
.container_w792 {
  max-width: 792px;
  margin: 0 auto;
}

@media (max-width: 792px) {
  .container_w792 {
    padding: 0 16px;
  }
}
/* ========================================================== */
/* コンテンツ幅・グリッド（詳細ページ860px） */
/* ========================================================== */
.container_w860 {
  max-width: 860px;
  margin: 0 auto;
}

@media (max-width: 860px) {
  .container_w860 {
    padding: 0 16px;
  }
}
/* ========================================================== */
/* コンテンツ幅・グリッド（詳細ページ1000px） */
/* ========================================================== */
.container_w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .container_w1000 {
    padding: 0 16px;
  }
}
/* ========================================================== */
/* コンテンツ幅・グリッド（詳細ページ1075px） */
/* ========================================================== */
.container_w1075 {
  max-width: 1075px;
  margin: 0 auto;
}

@media (max-width: 1075px) {
  .container_w1075 {
    padding: 0 16px;
  }
}
/* ========================================================== */
/* コンテンツ幅・グリッド（詳細ページ1208px） */
/* ========================================================== */
.container_w1208 {
  max-width: 1208px;
  margin: 0 auto;
}

@media (max-width: 1208px) {
  .container_w1208 {
    padding: 0 16px;
  }
}
/* ========================================================== */
/* コンテンツ幅・グリッド（2カラム） */
/* ========================================================== */
.display_grid {
  display: grid;
  grid-template-columns: 792px 352px;
  gap: 64px;
  grid-template-areas: "main_area sub_area";
}
.display_grid .grid_main {
  grid-area: main_area;
}
.display_grid .grid_sub {
  grid-area: sub_area;
}

@media (max-width: 1208px) and (min-width: 1024px) {
  .display_grid {
    display: grid;
    grid-template-columns: 65.5629139073vw 26.1390728477vw;
    gap: 5.298013245vw;
  }
}
@media (max-width: 1023px) {
  .display_grid {
    display: block;
  }
  .display_grid .grid_main {
    padding: 0;
  }
}
/* サイドバーウィジェット */
/* ========================================================== */
.grid_sub .widget {
  margin: 0 0 40px 0;
  border-top: 2px solid #0379C4;
}
.grid_sub .widget h3 {
  padding: 24px 24px 24px 32px;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.grid_sub .widget.widget_categories h3 {
  background: url(/site_fronts/common/ico_category.svg) no-repeat 0 50%;
}
.grid_sub .widget.widget_categories ul {
  padding: 0;
  margin: 0;
  border-top: 1px solid #DDDDDD;
  list-style: none;
}
.grid_sub .widget.widget_categories ul li {
  border-bottom: 1px solid #DDDDDD;
}
.grid_sub .widget.widget_categories ul li a {
  padding: 16px 0 16px 0;
  display: block;
}
.grid_sub .widget.widget_tag_cloud h3 {
  background: url(/site_fronts/common/ico_tag.svg) no-repeat 0 50%;
}
.grid_sub .widget.widget_tag_cloud .tagcloud .tag-cloud-link {
  display: inline-block;
  margin: 0 4px 8px 0;
  padding: 4px 8px 5px 8px;
  border-radius: 2px;
  background: #F7F7F7;
  font-size: 12px !important;
  line-height: 1.4;
  vertical-align: middle;
  text-decoration: none;
  color: #333333;
}
.grid_sub .widget.widget_tag_cloud .tagcloud .tag-cloud-link::before {
  margin: 0 2px 0 0;
  content: "#";
}
.grid_sub .widget.widget_tag_cloud .tagcloud .tag-cloud-link:hover {
  border-color: #0379C4;
  background: #E5F3FC;
  color: #0379C4;
}
.grid_sub .widget .popular-posts {
  border-top: none;
}
.grid_sub .widget .popular-posts h3 {
  background: url(/site_fronts/common/ico_populuer.svg) no-repeat 0 50%;
}
.grid_sub .widget .popular-posts ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.grid_sub .widget .popular-posts li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  position: relative;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #DDDDDD;
}
.grid_sub .widget .popular-posts li:last-child {
  margin: 0;
}
.grid_sub .widget .popular-posts li::before {
  position: absolute;
  top: 2px;
  left: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #0379C4;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.grid_sub .widget .popular-posts li:nth-child(1)::before {
  content: "1";
}
.grid_sub .widget .popular-posts li:nth-child(2)::before {
  content: "2";
}
.grid_sub .widget .popular-posts li:nth-child(3)::before {
  content: "3";
}
.grid_sub .widget .popular-posts li:nth-child(4)::before {
  content: "4";
}
.grid_sub .widget .popular-posts li:nth-child(5)::before {
  content: "5";
}
.grid_sub .widget .popular-posts li .wpp-thumbnail {
  border-radius: 4px;
}
.grid_sub .widget .popular-posts li .wpp-post-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.grid_sub .widget.widget_media_image {
  border-top: none;
}

/* ========================================================== */
/* コンテンツ枠設定 */
/* ========================================================== */
.contents_container {
  position: relative;
  overflow: hidden;
}

/* ========================================================== */
/* トップページ */
/* ========================================================== */
.toppage .header_information {
  background: #333333;
}
.toppage .header_information .container_w1208 {
  color: #FFFFFF;
}
.toppage .header_information .container_w1208 a {
  display: inline-block;
  padding: 8px 0 8px 36px;
  background: url(/assets/site_fronts/common/ico_alert_white-e757ebfca52732e9d6fc9a83204d8a6f07984607e734e1fa8098c3a96d31d8cd.svg) no-repeat 0 50%;
  line-height: 1.4;
}
.toppage .header_information .container_w1208 a span {
  padding: 0 0 0 16px;
}
.toppage .section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
.toppage .section_header .title {
  font-weight: bold;
}
.toppage .section_header .title .en {
  margin: 0 0 8px 0;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #0379C4;
}
.toppage .section_header .title .ja {
  font-size: 40px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.toppage .section_header .for_list_link {
  font-size: 14px;
  font-weight: bold;
}
.toppage .section_header .for_list_link.arrow {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
.toppage .section_header .for_list_link.arrow::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/assets/site_fronts/common/ico_arrow_textlink-f9ee8c606d6379a0edf79ce0a0ca1067da8b602b9eb00ff4cced4e9074a578ea.svg) no-repeat;
  margin: 0 0 0 16px;
}
.toppage .section_header .for_list_link.arrow:hover {
  color: #0379C4;
}
.toppage .mv {
  background: url(/site_fronts/common/img_top_mv_pc.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.toppage .mv_outer {
  background: -moz-linear-gradient(left, rgba(0, 186, 255, 0.65) 0%, rgba(0, 127, 255, 0.65) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 186, 255, 0.65) 0%, rgba(0, 127, 255, 0.65) 100%);
  background: linear-gradient(to right, rgba(0, 186, 255, 0.65) 0%, rgba(0, 127, 255, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a600baff", endColorstr="#a6007fff",GradientType=1 );
}
.toppage .mv_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 560px;
}
.toppage .mv_inner .text {
  margin: 0 31px 0 0;
}
.toppage .mv_inner .text h2 {
  margin: 0 0 30px 0;
  font-weight: bold;
  color: #FFFFFF;
}
.toppage .mv_inner .text h2 span {
  display: block;
}
.toppage .mv_inner .text h2 .small {
  font-size: 26px;
  line-height: 2.65384;
}
.toppage .mv_inner .text h2 .large {
  font-size: 60px;
  line-height: 1.283333;
}
.toppage .mv_inner .device {
  margin: 0 0 0 31px;
}
.toppage .top_news {
  margin: 0 0 100px 0;
}
.toppage .top_news .container_w1208 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  padding: 26px 0 35px 0;
}
.toppage .top_news h2 {
  margin: 0 29px 0 0;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.toppage .top_news ul {
  padding: 0;
  list-style: none;
  line-height: 1.4;
}
.toppage .top_news ul li {
  display: flex;
  align-items: center;
}
.toppage .top_news ul li .date {
  margin: 0 16px 0 0;
  font-size: 14px;
  color: #666666;
}
.toppage .top_news ul li a:hover {
  color: #0379C4;
}
.toppage .top_seminar {
  margin: 0 0 150px 0;
}
.toppage .top_solution {
  background: url(/assets/site_fronts/common/bg_top_solution_pc-00fd0c8381b66de273daa19624b4a3d3969c89e6df130f36039e43f7c8b17a2f.png) no-repeat center bottom #F2FAFF;
  background-size: 100% auto;
  padding: 120px 0 175px 0;
}
.toppage .top_solution .section_header {
  margin: 0 0 176px 0;
}
.toppage .top_solution .solution_container {
  display: flex;
  justify-content: center;
}
.toppage .top_solution .solution_container .solution_box {
  position: relative;
  display: block;
  width: 312px;
  margin: 0 50px 0 50px;
  box-shadow: 0 5px 25px rgba(0, 86, 141, 0.1);
  background: #FFFFFF;
  border-radius: 8px;
  padding: 175px 32px 40px 32px;
  text-align: center;
}
.toppage .top_solution .solution_container .solution_box:nth-child(1) {
  margin: 0 50px 0 0;
}
.toppage .top_solution .solution_container .solution_box:nth-child(3) {
  margin: 0 0 0 50px;
}
.toppage .top_solution .solution_container .solution_box:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
.toppage .top_solution .solution_container .solution_box:hover .illust {
  top: -84px;
}
.toppage .top_solution .solution_container .solution_box .illust {
  position: absolute;
  top: -76px;
}
.toppage .top_solution .solution_container .solution_box .title {
  margin: 0 0 8px 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 42px;
}
.toppage .top_solution .solution_container .solution_box .title img {
  margin: auto;
}
.toppage .top_solution .solution_container .solution_box .arrow {
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.toppage .top_solution .solution_container .solution_box .arrow::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 16px;
}
.toppage .top_solution .solution_container .solution_box .arrow:hover {
  color: #0379C4;
}
.toppage .top_solution .solution_container .solution_box.welfare:hover {
  border: 4px solid #FF8336;
  padding: 171px 28px 36px 28px;
}
.toppage .top_solution .solution_container .solution_box.welfare .arrow {
  color: #FF8336;
}
.toppage .top_solution .solution_container .solution_box.welfare .arrow::after {
  background: url(/assets/site_fronts/common/ico_arrow_welfare-5a711369b72662b02b9020f2d41ba3c04a5587f39067d7f0cdf666a07834ac8a.svg) no-repeat;
}
.toppage .top_solution .solution_container .solution_box.mell:hover {
  border: 4px solid #38AC7F;
  padding: 171px 28px 36px 28px;
}
.toppage .top_solution .solution_container .solution_box.mell .arrow {
  color: #38AC7F;
}
.toppage .top_solution .solution_container .solution_box.mell .arrow::after {
  background: url(/assets/site_fronts/common/ico_arrow_mell-c17c4aca2acab9baa7d53de94d75e263bc7e66e85876582ab0137fdb4f70ac34.svg) no-repeat;
}
.toppage .top_solution .solution_container .solution_box.medical:hover {
  border: 4px solid #3DA5E8;
  padding: 171px 28px 36px 28px;
}
.toppage .top_solution .solution_container .solution_box.medical .arrow {
  color: #3DA5E8;
}
.toppage .top_solution .solution_container .solution_box.medical .arrow::after {
  background: url(/assets/site_fronts/common/ico_arrow_medical-17c77dff05802a2d1b8e3bcba7b49b8212e7edd2349b728ea40615b018f5e83d.svg) no-repeat;
}
.toppage .top_solution .solution_container .solution_box p {
  margin: 32px 0 0 0;
  text-align: left;
}
.toppage .top_case_study {
  background: #F2FAFF;
  padding: 120px 0 122px 0;
}
.toppage .top_case_study .section_header {
  display: block;
  margin: 0 0 32px 0;
  text-align: center;
}
.toppage .top_case_study .section_header .title .en {
  margin: 0 0 16px 0;
}
.toppage .top_case_study .catch {
  text-align: center;
  margin: 0 0 40px 0;
}
.toppage .top_case_study .cmn_carousel_container {
  padding: 0;
  background: none;
}
.toppage .top_case_study .cmn_carousel_container .button {
  margin: 0;
}
.toppage .top_support {
  background: url(/assets/site_fronts/common/bg_top_support_pc-a3a0764628b585e923da820ea5c7864a4c7f5d79c2fcb9142b69e990e987b297.jpg) no-repeat center #0379C4;
  background-size: cover;
  padding: 80px 0 80px 0;
}
.toppage .top_support .inner {
  max-width: 796px;
  background: #FFFFFF;
  padding: 56px;
  border-radius: 8px;
}
.toppage .top_support .section_header {
  margin: 0 0 32px 0;
}
.toppage .top_support .section_header .title .en {
  margin: 0 0 16px 0;
}
.toppage .top_support p {
  margin: 0 0 32px 0;
}
.toppage .top_support .button {
  margin: 0;
}
.toppage .top_news_list {
  padding: 150px 0 150px 0;
}
.toppage .top_news_list .section_header {
  display: block;
}
.toppage .top_news_list .section_header .title {
  margin: 0 0 16px 0;
}
.toppage .top_news_list .section_header .title .en {
  margin: 0 0 16px 0;
}
.toppage .top_news_list .inner {
  display: grid;
  width: 100%;
  grid-template-columns: auto 936px;
  grid-template-areas: "title body";
}
.toppage .top_news_list .inner .section_header {
  grid-area: title;
}
.toppage .top_news_list .inner .news_body {
  grid-area: body;
}
.toppage .top_news_list .inner .tab_container .tab_header .tab {
  margin: 0 0 24px 0;
}
.toppage .top_news_list .inner .tab_container .tab_header .tab:not(:last-of-type) {
  margin: 0 40px 24px 0;
}
.toppage .top_company {
  background: url(/assets/site_fronts/common/bg_top_company-33d2e8d6eff0a762648cdee7e1421a4849e8710841857c9f4b699fb02c7a78ed.jpg) no-repeat right;
  background-size: 50%;
  padding: 32px 0 32px 0;
  margin: 0 0 150px 0;
  position: relative;
}
.toppage .top_company .section_header {
  display: block;
}
.toppage .top_company .inner {
  max-width: 560px;
}
.toppage .top_company p {
  margin: 0 0 40px 0;
}
.toppage .top_company .button_area {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "btn1 btn2" "btn3 btn4";
  gap: 16px 16px;
}
.toppage .top_company .button_area .button {
  margin: 0;
}
.toppage .top_company .button_area .button:nth-child(1) {
  grid-area: btn1;
}
.toppage .top_company .button_area .button:nth-child(2) {
  grid-area: btn2;
}
.toppage .top_company .button_area .button:nth-child(3) {
  grid-area: btn3;
}
.toppage .top_company .button_area .button:nth-child(4) {
  grid-area: btn4;
}
.toppage .top_column {
  margin: 0 0 150px 0;
}
.toppage .top_column .section_header {
  margin: 0 0 60px 0;
}
.toppage .column_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.toppage .column_list .clickable_area {
  display: flex;
  align-items: flex-start;
  width: 48.34437%;
  margin: 0 0 40px 0;
}
.toppage .column_list .clickable_area:nth-child(7), .toppage .column_list .clickable_area:nth-child(8) {
  margin: 0;
}
.toppage .column_list .clickable_area .thumbnail {
  min-width: 168px;
  max-width: 168px;
  margin: 0 24px 0 0;
  aspect-ratio: 1.91/1;
}
.toppage .column_list .clickable_area .thumbnail img {
  width: 100%;
  height: 100%;
}
.toppage .column_list .clickable_area .text .title {
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0 0 8px 0;
}
.toppage .column_list .clickable_area .text .date {
  font-size: 12px;
  color: #999999;
  line-height: 1.4;
}
.toppage .column_list .clickable_area:hover .text .title {
  color: #0379C4;
}

@media (max-width: 1023px) {
  .toppage .header_information .container_w1208 {
    padding: 0 8px;
  }
}
@media (max-width: 1023px) {
  .toppage .header_information .container_w1208 a {
    display: flex;
    justify-content: space-between;
    padding: 8px 0 8px 24px;
    background: url(/assets/site_fronts/common/ico_alert_white-e757ebfca52732e9d6fc9a83204d8a6f07984607e734e1fa8098c3a96d31d8cd.svg) no-repeat 0 10px;
    background-size: 14px;
    font-size: 14px;
  }
}
/* セクションヘッダー */
/* ========================================================== */
@media (max-width: 1023px) {
  .toppage .section_header {
    margin: 0 0 32px 0;
  }
}
@media (max-width: 1023px) {
  .toppage .section_header .title .en {
    margin: 0;
    font-size: 10px;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) {
  .toppage .section_header .title .ja {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .toppage .section_header .for_list_link {
    margin: 8px 0 0 0;
  }
}
/* MV */
/* ========================================================== */
@media (max-width: 1023px) {
  .toppage .mv {
    background: url(/site_fronts/common/img_top_mv_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
@media (max-width: 1023px) {
  .toppage .mv_outer {
    background: -moz-linear-gradient(left, rgba(0, 127, 255, 0.65) 0%, rgba(0, 186, 255, 0.65) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 127, 255, 0.65) 0%, rgba(0, 186, 255, 0.65) 100%);
    background: linear-gradient(to right, rgba(0, 127, 255, 0.65) 0%, rgba(0, 186, 255, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6007fff", endColorstr="#a600baff",GradientType=1 );
  }
}
@media (max-width: 1208px) {
  .toppage .mv_inner {
    height: 46.357615894vw;
  }
}
@media (max-width: 1023px) {
  .toppage .mv_inner {
    display: block;
    height: auto;
    padding: 70px 16px 8px 16px;
    text-align: center;
  }
}
@media (max-width: 1208px) {
  .toppage .mv_inner .text {
    margin: 0 2.5662251656vw 0;
  }
}
@media (max-width: 1023px) {
  .toppage .mv_inner .text {
    margin: 0;
  }
  .toppage .mv_inner .text .button {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 1023px) {
  .toppage .mv_inner .text h2 {
    margin: 0 0 8px 0;
  }
}
@media (max-width: 1208px) {
  .toppage .mv_inner .text h2 .small {
    font-size: 2.1523178808vw;
  }
}
@media (max-width: 1023px) {
  .toppage .mv_inner .text h2 .small {
    font-size: 15px;
  }
}
@media (max-width: 1208px) {
  .toppage .mv_inner .text h2 .large {
    font-size: 4.9668874172vw;
  }
}
@media (max-width: 1023px) {
  .toppage .mv_inner .text h2 .large {
    font-size: 40px;
  }
}
@media (max-width: 1208px) {
  .toppage .mv_inner .device {
    aspect-ratio: 1.91/1;
    width: 56.9536423841vw;
    margin: 0 0 0 2.5662251656vw;
  }
}
@media (max-width: 1023px) {
  .toppage .mv_inner .device {
    width: auto;
    margin: 0;
  }
}
@media (max-width: 1208px) {
  .toppage .mv_inner .device img {
    width: 100%;
    height: 100%;
  }
}
/* トップページNEWS */
/* ========================================================== */
@media (max-width: 1023px) {
  .toppage .top_news {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 1023px) {
  .toppage .top_news .container_w1208 {
    display: block;
    margin: 0 16px 0 16px;
    padding: 37px 0 30px 0;
  }
}
@media (max-width: 1023px) {
  .toppage .top_news h2 {
    margin: 0 0 24px 0;
    text-align: center;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .toppage .top_news ul li {
    display: block;
  }
}
@media (max-width: 1023px) {
  .toppage .top_news ul li .date {
    margin: 0 0 8px 0;
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .toppage .top_news ul li a {
    font-size: 13px;
  }
}
/* トップページセミナー */
/* ========================================================== */
@media (max-width: 1023px) {
  .toppage .top_seminar {
    margin: 0 0 80px 0;
  }
  .toppage .top_seminar .section_header .title .ja {
    font-size: 26px;
  }
}
/* トップページソリューション */
/* ========================================================== */
@media (max-width: 1023px) {
  .toppage .top_solution {
    padding: 32px 0 72px 0;
    background: url(/assets/site_fronts/common/bg_top_solution_sp-7b03c327eb1409215c0ffcb0739728ac33de892ef5460b9ba9a5dc47440b7848.png) no-repeat center bottom #F2FAFF;
    background-size: 100% auto;
  }
}
@media (max-width: 1023px) {
  .toppage .top_solution .section_header {
    margin: 0 0 106px 0;
  }
}
@media (max-width: 1023px) {
  .toppage .top_solution .solution_container {
    display: block;
    padding: 0 16px 0 16px;
  }
}
@media (max-width: 1023px) {
  .toppage .top_solution .solution_container .solution_box {
    width: 100%;
    margin: 0 0 144px 0;
    padding: 100px 32px 32px 32px;
  }
}
@media (max-width: 1023px) {
  .toppage .top_solution .solution_container .solution_box:nth-child(1) {
    margin: 0 0 144px 0;
  }
}
@media (max-width: 1023px) {
  .toppage .top_solution .solution_container .solution_box:nth-child(3) {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .toppage .top_solution .solution_container .solution_box .illust {
    top: -105px;
    left: 0;
    right: 0;
  }
  .toppage .top_solution .solution_container .solution_box .illust img {
    width: 180px;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .toppage .top_solution .solution_container .solution_box p {
    margin: 16px 0 0 0;
  }
}
/* トップページケーススタディー */
/* ========================================================== */
@media (max-width: 1023px) {
  .toppage .top_case_study {
    padding: 80px 16px 80px 16px;
    background-size: 100% auto;
  }
}
@media (max-width: 1023px) {
  .toppage .top_case_study .section_header {
    margin: 0 0 32px 0;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .toppage .top_case_study .section_header .title .en {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .toppage .top_case_study .catch {
    margin: 0 0 32px 0;
    text-align: left;
  }
}
/* トップページサポート */
/* ========================================================== */
@media (max-width: 1023px) {
  .toppage .top_support {
    background: url(/assets/site_fronts/common/bg_top_support_sp-8d981899dddbb47f1bfb3267a6389722efebbf5320fae83980ebdab09dfdc3a6.jpg) no-repeat top #0379C4;
    background-size: contain;
    padding: 200px 0 114px 0;
  }
}
@media (max-width: 1023px) {
  .toppage .top_support .inner {
    padding: 40px;
  }
}
@media (max-width: 1023px) {
  .toppage .top_support .section_header .title .en {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .toppage .top_support .button {
    width: 100%;
    min-width: auto;
  }
}
/* トップページお知らせ */
/* ========================================================== */
@media (max-width: 1023px) {
  .toppage .top_news_list {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 1023px) {
  .toppage .top_news_list .section_header {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .toppage .top_news_list .section_header .title .en {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .toppage .top_news_list .inner {
    display: block;
  }
}
/* トップページカンパニー */
/* ========================================================== */
@media (min-width: 1608px) {
  .toppage .top_company {
    background-size: auto 100%;
  }
}
@media (max-width: 1023px) {
  .toppage .top_company {
    background: url(/assets/site_fronts/common/bg_top_company-33d2e8d6eff0a762648cdee7e1421a4849e8710841857c9f4b699fb02c7a78ed.jpg) no-repeat top center;
    background-size: calc(100% - 32px);
    padding: 66.6666666667vw 0 80px 0;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .toppage .top_company .section_header {
    margin: 0 0 20px 0;
  }
  .toppage .top_company .section_header .title {
    margin: 0 0 16px 0;
  }
  .toppage .top_company .section_header .title .en {
    margin: 0 0 16px 0;
  }
  .toppage .top_company .section_header .title .ja {
    font-size: 36px;
  }
}
@media (max-width: 1208px) {
  .toppage .top_company .inner {
    max-width: 46.357615894vw;
  }
}
@media (max-width: 1023px) {
  .toppage .top_company .inner {
    max-width: none;
  }
}
@media (max-width: 1023px) {
  .toppage .top_company p {
    margin: 0 0 32px 0;
  }
}
@media (max-width: 1208px) {
  .toppage .top_company .button_area .button {
    min-width: auto;
  }
}
@media (max-width: 1023px) {
  .toppage .top_company .button_area .button {
    width: 100%;
  }
}
/* トップページお役立ちコラム */
/* ========================================================== */
@media (max-width: 1023px) {
  .toppage .top_column {
    margin: 0 0 80px 0;
  }
}
@media (max-width: 1023px) {
  .toppage .top_column .section_header {
    margin: 0 0 32px 0;
  }
}
@media (max-width: 1023px) {
  .toppage .column_list {
    display: block;
  }
}
@media (max-width: 1023px) {
  .toppage .column_list .clickable_area {
    width: auto;
    margin: 0 0 16px 0;
  }
}
@media (max-width: 1023px) {
  .toppage .column_list .clickable_area .thumbnail {
    min-width: 120px;
    max-width: 120px;
  }
}
@media (max-width: 1023px) {
  .toppage .column_list .clickable_area .text .title {
    margin: 0 0 4px 0;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
/* ========================================================== */
/* お知らせ一覧 */
/* ========================================================== */
.news_all_list {
  padding: 0 0 120px 0;
}
.news_all_list .pagetitle {
  margin: 0 0 120px 0;
}
@media (max-width: 1023px) {
  .news_all_list .pagetitle {
    margin: 0 0 40px 0;
  }
}
.news_all_list .tab_container {
  margin: 0 0 40px 0;
}
.news_all_list .tab_container .tab_header {
  margin: 0 0 24px 0;
}
.news_all_list .tab_container .tab_header .tab {
  margin: 0;
}
.news_all_list .tab_container .tab_header .tab:not(:last-of-type) {
  margin: 0 40px 0 0;
}
.news_all_list .pagenation_container {
  margin: 0 0 40px 0;
}
.news_all_list .past_information {
  text-align: center;
}

@media (min-width: 1024px) {
  .news_all_list .tab_container .tab_header {
    justify-content: center;
  }
}
/* ========================================================== */
/* お知らせ詳細 */
/* ========================================================== */
.news_detail article {
  padding-top: 80px;
  margin: 0 auto 80px auto;
}
.news_detail .article_title {
  margin: 0 0 64px 0;
  padding: 0 0 64px 0;
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 1023px) {
  .news_detail .article_title {
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
  }
}
.news_detail .article_title .meta {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
}
.news_detail .article_title .date {
  font-size: 14px;
  color: #666666;
  margin: 0 16px 0 0;
}
.news_detail .article_title h1 {
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .news_detail .article_title h1 {
    font-size: 24px;
  }
}
.news_detail .related_information {
  margin: 0 0 120px 0;
}
.news_detail .related_information h2 {
  margin: 0 0 40px 0;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3176;
}
.news_detail .related_information .information_list_container {
  margin: 0 0 40px 0;
}
.news_detail .related_information .button {
  margin: 0;
}

/* ========================================================== */
/* 導入事例　一覧 */
/* ========================================================== */
.case_all_list .pagetitle {
  margin: 0;
}
.case_all_list .cmn_carousel_container {
  background: #F2FAFF;
  padding: 0 0 94px 0;
}
.case_all_list .cmn_carousel_container .case_carousel.slick-dotted.slick-slider {
  margin: 0;
}
.case_all_list .tag_list {
  margin: 80px 0 32px 0;
}
.case_all_list .case_card_container {
  margin: 0 0 40px 0;
}
.case_all_list .pagenation_container {
  margin: 0 0 120px 0;
}

/* ========================================================== */
/* 導入事例　詳細 */
/* ========================================================== */
.case_detail .pagetitle {
  margin: 0;
}
@media (min-width: 1024px) {
  .case_detail .pagetitle {
    background: url(/site_fronts/common/bg_case_h1_pc.png) no-repeat center;
  }
}
.case_detail .pagetitle .cmp_media20_text80 {
  gap: 0 40px;
  display: grid;
  width: 100%;
  margin: 0 auto;
  grid-template-areas: "area_media area_text";
  grid-template-columns: 272px 1fr;
  grid-template-rows: auto;
}
.case_detail .pagetitle .cmp_media20_text80 .cmp_media {
  grid-area: area_media;
}
.case_detail .pagetitle .cmp_media20_text80 .cmp_text {
  grid-area: area_text;
}
.case_detail .pagetitle .cmp_media20_text80 .cmp_text p {
  font-size: 14px;
  line-height: 1.4;
}
.case_detail .pagetitle .cmp_media20_text80 figure img {
  border-radius: 8px;
}
.case_detail .pagetitle .cmp_media20_text80 h1 {
  letter-spacing: 0;
  text-align: left;
}
.case_detail .pagetitle .cmp_media20_text80 h1::after {
  margin: 22px 0 24px 0;
}
@media (max-width: 1023px) {
  .case_detail .pagetitle .cmp_media20_text80 {
    display: block;
  }
  .case_detail .pagetitle .cmp_media20_text80 figure {
    max-width: 272px;
    display: block;
    margin: 0 auto 24px auto;
  }
}
.case_detail .before_after {
  padding: 40px 0;
  background: #F7F7F7;
}
.case_detail .before_after .ba_container {
  position: relative;
  gap: 0 40px;
  display: grid;
  width: 100%;
  margin: 0 auto;
  grid-template-areas: "area_before area_after";
  grid-template-columns: 1fr 1fr;
}
.case_detail .before_after .ba_container::after {
  content: url(/site_fronts/common/ico_ba_arrow.svg);
  position: absolute;
  top: 70px;
  left: 600px;
  width: 32px;
  height: 34px;
  display: block;
}
@media (max-width: 1208px) {
  .case_detail .before_after .ba_container::after {
    left: 49.6688741722vw;
  }
}
.case_detail .before_after .before {
  grid-area: area_before;
}
.case_detail .before_after .before li {
  background: url(/site_fronts/common/ico_check_gray.svg) no-repeat left 2px;
}
.case_detail .before_after .after {
  grid-area: area_after;
}
.case_detail .before_after .after li {
  background: url(/site_fronts/common/ico_check_blue.svg) no-repeat left 2px;
}
.case_detail .before_after .ba_box {
  background: #FFFFFF;
  padding: 24px 64px;
}
.case_detail .before_after .ba_box .en {
  margin: 0 0 8px 0;
  line-height: 1.4;
  color: #0379C4;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.case_detail .before_after .ba_box h2 {
  margin: 0 0 24px 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.case_detail .before_after .ba_box ul {
  padding: 0;
  list-style: none;
}
.case_detail .before_after .ba_box ul li {
  padding: 0 0 0 40px;
  margin: 0 0 24px 0;
  line-height: 1.8;
}
.case_detail .before_after .ba_box ul li:last-child {
  margin: 0;
}
.case_detail .case_body {
  padding: 80px 0 80px 0;
}
@media (max-width: 1023px) {
  .case_detail .case_body {
    padding: 80px 16px 80px 16px;
  }
}
.case_detail .cmp_case_customer {
  gap: 0 40px;
  display: grid;
  width: 100%;
  margin: 0 auto 80px auto;
  grid-template-areas: "area_media area_text";
  grid-template-columns: 272px 1fr;
  grid-template-rows: auto;
}
@media (max-width: 1023px) {
  .case_detail .cmp_case_customer {
    display: block;
  }
}
.case_detail .cmp_case_customer .cmp_media {
  grid-area: area_media;
}
.case_detail .cmp_case_customer .cmp_text {
  grid-area: area_text;
}
.case_detail .cmp_case_customer .cmp_text h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
}
.case_detail .cmp_case_customer .cmp_text p {
  font-size: 14px;
  line-height: 1.4;
}
.case_detail .cmp_case_customer .cmp_text table th {
  padding: 16px;
  white-space: nowrap;
}
.case_detail .cmp_case_customer .cmp_text table td {
  padding: 16px;
  font-size: 14px;
}
.case_detail .cmp_case_customer .cmp_text table td .cat_tag.case_category {
  margin: 0 4px 0 0;
}
@media (max-width: 1023px) {
  .case_detail .cmp_case_customer .cmp_text table td .cat_tag.case_category {
    margin: 4px 4px 0 0;
  }
  .case_detail .cmp_case_customer .cmp_text table td .cat_tag.case_category:first-child {
    margin: 0 4px 0 0;
  }
}
@media (max-width: 1023px) {
  .case_detail .cmp_case_customer figure {
    text-align: center;
  }
}
.case_detail .cmp_case_customer figure img {
  border-radius: 8px;
}
.case_detail .cmp_case_customer h1 {
  letter-spacing: 0;
  text-align: left;
}
.case_detail .cmp_case_customer h1::after {
  margin: 22px 0 24px 0;
}
@media (max-width: 1023px) {
  .case_detail .cmp_media20_text80 {
    display: block;
  }
  .case_detail .cmp_media20_text80 figure {
    max-width: 272px;
    display: block;
    margin: 0 auto 24px auto;
  }
}

/* ========================================================== */
/* セミナー一覧 */
/* ========================================================== */
.seminar_all_list {
  padding: 0 0 120px 0;
}
.seminar_all_list .tab_container .tab_header {
  margin: 0 0 40px 0;
}
@media (min-width: 1024px) {
  .seminar_all_list .tab_container .tab_header {
    justify-content: center;
  }
}
.seminar_all_list .tab_container .tab_header .tab {
  margin: 0;
}
.seminar_all_list .tab_container .tab_header .tab:not(:last-of-type) {
  margin: 0 40px 0 0;
}
.seminar_all_list .tab_container .tag_cloud {
  text-align: center;
  margin: 0 0 32px 0;
}
.seminar_all_list .pagenation_container {
  margin: 0 0 40px 0;
}
.seminar_all_list .past_information {
  text-align: center;
}

/* ========================================================== */
/* セミナー詳細 */
/* ========================================================== */
.seminar_detail article {
  padding-top: 80px;
  margin: 0 auto 160px auto;
}
.seminar_detail .article_contents .cmp_eyecatch {
  margin: 0 0 56px 0;
}
.seminar_detail .article_contents .seminar_category {
  margin: 0 0 16px 0;
}
.seminar_detail .article_contents table th {
  min-width: 150px;
  vertical-align: top;
  white-space: nowrap;
}
.seminar_detail .article_contents table.time_table th {
  width: 15%;
  line-height: 2.5;
}
.seminar_detail .article_contents table.time_table td {
  line-height: 2.5;
}
.seminar_detail .seminar_outline {
  margin: 0 0 160px 0;
}
.seminar_detail .article_title {
  margin: 0 0 48px 0;
}
@media (max-width: 1023px) {
  .seminar_detail .article_title {
    margin: 0 0 40px 0;
  }
}
.seminar_detail .article_title h1 {
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .seminar_detail .article_title h1 {
    font-size: 24px;
  }
}
.seminar_detail .tag_list {
  margin: 0 0 24px 0;
}
.seminar_detail .date_place {
  border-top: 1px solid #cccccc;
}
.seminar_detail .date_place dl {
  border-bottom: 1px solid #cccccc;
  padding: 24px 0;
  display: flex;
  font-size: 18px;
  line-height: 1.4;
}
.seminar_detail .date_place dl.date dt {
  background: url(/site_fronts/common/ico_clock.svg) no-repeat 0 0;
}
.seminar_detail .date_place dl.place dt {
  background: url(/site_fronts/common/ico_mappin.svg) no-repeat 0 0;
}
.seminar_detail .date_place dt {
  padding: 0 0 0 37px;
}
.seminar_detail .description {
  padding: 24px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
}

/* ========================================================== */
/* コラム一覧・詳細　共通 */
/* ========================================================== */
.column_detail,
.column_all_list {
  position: relative;
}
.column_detail .floating_bnr,
.column_all_list .floating_bnr {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .column_detail .floating_bnr,
.column_all_list .floating_bnr {
    display: none !important;
  }
}
.column_detail .floating_bnr .cta_block_container,
.column_all_list .floating_bnr .cta_block_container {
  position: relative;
  display: block;
  background: url(/assets/site_fronts/common/bg_block_cta_sp-5ba794d59368fa840fb3e16da9c0c14c5a5a2df4b99d8eacc3924a1614f59bd1.png) no-repeat;
  background-size: cover;
  width: 344px;
}
.column_detail .floating_bnr .cta_block_container .close,
.column_all_list .floating_bnr .cta_block_container .close {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}
.column_detail .floating_bnr .cta_block_container .image_area,
.column_all_list .floating_bnr .cta_block_container .image_area {
  margin: 0 0 16px 0;
}
.column_detail .floating_bnr .cta_block_container .text_area,
.column_all_list .floating_bnr .cta_block_container .text_area {
  text-align: center;
}
.column_detail .floating_bnr .cta_block_container .text_area .title,
.column_all_list .floating_bnr .cta_block_container .text_area .title {
  text-align: center;
}
.column_detail .floating_bnr .cta_block_container .text_area p,
.column_all_list .floating_bnr .cta_block_container .text_area p {
  text-align: left;
}

/* ========================================================== */
/* コラム一覧 */
/* ========================================================== */
.column_all_list {
  padding: 0 0 160px 0;
}
.column_all_list .pagenation_container {
  margin: 40px 0 0 0;
}

/* ========================================================== */
/* コラム詳細 */
/* ========================================================== */
.column_detail article {
  padding-top: 80px;
  margin: 0 auto 80px auto;
}
.column_detail .article_title {
  margin: 0 0 64px 0;
}
@media (max-width: 1023px) {
  .column_detail .article_title {
    margin: 0 0 40px 0;
  }
}
.column_detail .article_title .category {
  margin: 0 0 11px 0;
}
.column_detail .article_title .date {
  font-size: 14px;
  color: #666666;
  margin: 16px 0 16px 0;
}
.column_detail .article_title h1 {
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .column_detail .article_title h1 {
    font-size: 24px;
  }
}
.column_detail .related_article {
  margin: 160px 0 120px 0;
}
.column_detail .grid_sub {
  padding: 80px 0 0 0;
}
@media (max-width: 1023px) {
  .column_detail .grid_sub {
    padding: 0;
  }
}

/* ========================================================== */
/* 用語集一覧 詳細 */
/* ========================================================== */
.glossary_all_list .index_box,
.glossary_detail .index_box {
  margin: 0 0 80px 0;
}
.glossary_all_list .anker_link_container,
.glossary_detail .anker_link_container {
  margin: 0 0 40px 0;
}
.glossary_all_list .anker_link_container ul,
.glossary_detail .anker_link_container ul {
  margin: 0 !important;
}
.glossary_all_list .company_words_container,
.glossary_detail .company_words_container {
  margin: 0 0 8px 0;
}
.glossary_all_list .company_words_container ul,
.glossary_detail .company_words_container ul {
  margin: 0 !important;
}

/* ========================================================== */
/* 用語集詳細 */
/* ========================================================== */
@media (max-width: 1023px) {
  .glossary_detail .term_detail {
    padding: 0;
  }
}
.glossary_detail .term_detail .button {
  margin: 40px 0 120px 0;
}

/* ========================================================== */
/* 製品 */
/* ========================================================== */
.products .pagetitle {
  margin: 0;
}
.products .pagetitle h1 {
  margin: 0 0 14px 0;
}
.products .pagetitle h1::after {
  display: none;
}
.products .pagetitle h1 img {
  margin: 0 auto 32px auto;
}
.products .pagetitle .catchcopy {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.products .pagetitle.products_top {
  padding: 40px 0 24px 0;
}
.products .pagetitle.products_top .display_grid {
  grid-template-columns: 416px 730px;
  flex-direction: column-reverse;
  align-items: center;
  grid-template-areas: "text_column image_column";
}
@media (max-width: 1208px) and (min-width: 1024px) {
  .products .pagetitle.products_top .display_grid {
    grid-template-columns: 1fr 34.4370860927vw;
  }
}
@media (max-width: 1023px) {
  .products .pagetitle.products_top .display_grid {
    display: block;
  }
}
.products .pagetitle.products_top .display_grid .image_column {
  grid-area: image_column;
}
.products .pagetitle.products_top .display_grid .image_column img {
  margin: 0 auto;
}
.products .pagetitle.products_top .display_grid .text_column {
  grid-area: text_column;
}
.products .pagetitle.products_top h1 {
  text-align: left;
}
@media (max-width: 1023px) {
  .products .pagetitle.products_top h1 {
    text-align: center;
  }
}
.products .pagetitle.products_top .catchcopy {
  margin: 0 0 48px 0;
  text-align: left;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .products .pagetitle.products_top .catchcopy {
    margin: 0 0 16px 0;
  }
}
.products .pagetitle.products_top .cat_btn_container {
  justify-content: center;
}
.products.welfare .pagetitle {
  background: url(/site_fronts/common/bg_h1_welfare.png) no-repeat center right;
  background-size: cover;
}
.products.welfare .product_nav {
  background: #EA6621;
}
.products.welfare .point_number {
  color: #FF8336;
}
.products.welfare .grid_container {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin: 0 0 80px 0;
}
@media (max-width: 1023px) {
  .products.welfare .grid_container {
    display: block;
  }
}
.products.medical .pagetitle {
  background: url(/site_fronts/common/bg_h1_medical.png) no-repeat center right;
  background-size: cover;
}
.products.medical .product_nav {
  background: #0068AA;
}
.products.medical .point_number {
  color: #3DA5E8;
}
.products.melltas .pagetitle {
  background: url(/site_fronts/common/bg_h1_merutasu.png) no-repeat center right;
  background-size: cover;
}
.products.melltas .product_nav {
  background: #007F49;
}
.products.melltas .point_number {
  color: #38AC7F;
}
.products .product_nav {
  margin: 0 0 80px 0;
}
.products .product_nav ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  display: flex;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
@media (max-width: 1023px) {
  .products .product_nav ul {
    padding: 0 0 0 16px !important;
  }
}
.products .product_nav li {
  margin: 0 65px 0 0;
}
@media (max-width: 1023px) {
  .products .product_nav li {
    margin: 0 24px 0 0;
  }
}
.products .product_nav a {
  display: block;
  padding: 18px 0 18px 0;
  color: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
}
.products .about_products {
  display: grid;
  grid-template-columns: 584px 1fr;
  gap: 60px;
  margin: 0 0 160px 0;
}
@media (min-width: 1024px) and (max-width: 1208px) {
  .products .about_products {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1023px) {
  .products .about_products {
    display: block;
    margin: 0 0 80px 0;
  }
  .products .about_products .text_area {
    margin: 0 0 24px 0;
  }
}
.products .about_products .image_area img {
  margin: 0 0 0 auto;
}
@media (max-width: 1023px) {
  .products .about_products .image_area img {
    margin: 0 auto;
  }
}
.products .about_products h2 {
  margin: 0 0 32px 0;
  font-size: 34px;
  line-height: 1.31764;
  letter-spacing: 0.08em;
}
@media (max-width: 1023px) {
  .products .about_products h2 {
    font-size: 24px;
  }
}
.products .feature_products {
  margin: 0 0 160px 0;
}
@media (max-width: 1023px) {
  .products .feature_products {
    margin: 0 0 80px 0;
  }
}
.products .feature_products h2 {
  margin: 0 0 32px 0;
  font-size: 34px;
  line-height: 1.31764;
  letter-spacing: 0.08em;
}
@media (max-width: 1023px) {
  .products .feature_products h2 {
    font-size: 24px;
  }
}
.products .feature_products .grid_container {
  display: grid;
}
@media (max-width: 1023px) {
  .products .feature_products .grid_container {
    display: block;
  }
}
@media (max-width: 1023px) {
  .products .feature_products .point_box {
    margin: 0 0 40px 0;
  }
}
.products .feature_products .point_box .point_number {
  margin: 0 0 8px 0;
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .products .feature_products .point_box .point_number {
    font-size: 20px;
  }
}
.products .feature_products .point_box h3 {
  margin: 0 0 16px 0;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media (max-width: 1023px) {
  .products .feature_products .point_box h3 {
    font-size: 20px;
  }
}
.products .product_list h2 {
  margin: 0 0 60px 0;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 1023px) {
  .products .product_list h2 {
    font-size: 24px;
  }
}
.products .video_card_container {
  margin: 0 0 120px 0;
}
.products .cmp_kanren_contents {
  margin: 0 auto 120px auto;
}
@media (max-width: 1023px) {
  .products .cmp_kanren_contents .cmp_bnr_container .cmp_bnr_box {
    width: 44.128205vw;
    margin: 0 2.0833333333vw 2.0833333333vw 2.0833333333vw;
  }
}
.products .cmn_carousel_container {
  margin: 0 0 160px 0;
}
@media (max-width: 1023px) {
  .products .cmn_carousel_container {
    margin: 0 0 80px 0;
  }
}
.products .seminar_card_scroll_container + .btn_area {
  margin: 0 auto 160px auto;
}
.products .seminar_card_scroll_container + .btn_area .button {
  margin: 0;
}
.products .worry_container {
  margin: 0 0 80px 0;
  padding: 40px;
  border: 1px solid #DDDDDD;
}
.products .worry_container h2 {
  text-align: center;
  margin: 0 0 26px 0;
  font-size: 34px;
  letter-spacing: 0.08em;
  line-height: 1.3176;
}
@media (max-width: 1023px) {
  .products .worry_container h2 {
    font-size: 24px;
  }
}
.products .worry_container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.products .worry_container ul li {
  padding: 0 0 0 40px;
  margin: 0 0 24px 0;
  background: url(/site_fronts/common/ico_check_blue.svg) no-repeat left 2px;
  line-height: 1.55;
}
.products .worry_container ul li:last-child {
  margin: 0;
}
.products .worry_container ul li::before {
  display: none;
}
.products ul.list_green_check {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.products ul.list_green_check li {
  padding: 0 0 0 40px !important;
  margin: 0 0 16px 0 !important;
  background: url(/site_fronts/common/ico_check_green.svg) no-repeat left;
  line-height: 1.55;
}
.products ul.list_green_check li:last-child {
  margin: 0;
}
.products ul.list_green_check li::before {
  display: none !important;
}
.products .bg_brand {
  background: #0379C4;
  padding: 80px 0;
}
.products .bg_brand h2 {
  color: #FFFFFF;
}
.products .bg_brand_lingt1 {
  background: #F2FAFF;
  padding: 80px 0;
}

/* 製品 主な機能カルーセル */
/* ========================================================== */
.function_feature {
  margin: 0 0 160px 0;
}
.function_feature .carousel_controll {
  margin: 0 0 32px 0;
  text-align: center;
}
.function_feature .carousel_controll span {
  margin: 0 8px 0 8px;
  padding: 8px 16px;
  border-radius: 17px;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .function_feature .carousel_controll span {
    margin: 0 8px 8px 8px;
  }
}
.function_feature .function_carousel {
  position: relative;
  background: #000000;
  padding: 32px 40px;
  border-radius: 16px;
}
.function_feature .function_carousel .slider_arrow {
  display: flex;
  z-index: 1;
  position: absolute;
  top: -15%;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 24px;
  background: #0379C4;
  cursor: pointer;
}
.function_feature .function_carousel .slider_arrow.prev_arrow {
  transform: rotate(180deg) translateX(460px);
}
.function_feature .function_carousel .slider_arrow.next_arrow {
  transform: translateX(460px);
}
.function_feature .function_carousel .description {
  margin: 16px 0 0 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.6;
}

/* 製品　導入の流れ */
/* ========================================================== */
.products .start_flow {
  margin: 0 0 160px 0;
}
@media (max-width: 1023px) {
  .products .start_flow {
    margin: 0 0 80px 0;
  }
}
.products .start_flow + .cta_block_container {
  margin: 0 0 160px 0;
}
@media (max-width: 1023px) {
  .products .start_flow + .cta_block_container {
    margin: 0 0 80px 0;
  }
}
.products .products_flow_container {
  display: grid;
  grid-template-columns: 168px 792px;
  gap: 40px;
  grid-template-areas: "progress_line step_container";
}
@media (max-width: 1023px) {
  .products .products_flow_container {
    grid-template-columns: 30px 1fr;
    gap: 16px;
  }
}
.products .products_flow_container:last-child .step_container {
  padding: 0 0 40px 0;
}
@media (max-width: 1023px) {
  .products .products_flow_container:last-child .step_container {
    padding: 0;
  }
}
.products .products_flow_container.first {
  margin: 80px 0 0 0;
}
.products .products_flow_container.second .progress_line, .products .products_flow_container.third .progress_line, .products .products_flow_container.fourth .progress_line, .products .products_flow_container.fifth .progress_line {
  padding: 84px 0 0 0;
}
.products .products_flow_container.first .step_box:first-child {
  margin: 0;
}
.products .products_flow_container .progress_line {
  grid-area: progress_line;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}
@media (max-width: 1023px) {
  .products .products_flow_container .progress_line {
    font-size: 16px;
    letter-spacing: 0.8em;
  }
}
.products .products_flow_container .step_container {
  grid-area: step_container;
}
.products .products_flow_container .step_box {
  padding: 0 0 40px 0;
  margin: 40px 0 0 0;
  border-bottom: 1px solid #DDDDDD;
}
.products .products_flow_container .step_box .step_header {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 8px 16px;
  grid-template-areas: "icon stem_number" "icon h3";
  margin: 0 0 24px 0;
}
@media (max-width: 1023px) {
  .products .products_flow_container .step_box .step_header {
    grid-template-columns: 50px 1fr;
    gap: 0 16px;
    margin: 0 0 16px 0;
  }
}
.products .products_flow_container .step_box .step_header.sub {
  grid-template-areas: "icon h4";
}
.products .products_flow_container .step_box .step_header .icon {
  grid-area: icon;
}
.products .products_flow_container .step_box .step_header .stem_number {
  grid-area: stem_number;
  font-size: 26px;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .products .products_flow_container .step_box .step_header .stem_number {
    font-size: 16px;
  }
}
.products .products_flow_container .step_box .step_header h3 {
  grid-area: h3;
  margin: 0;
}
@media (max-width: 1023px) {
  .products .products_flow_container .step_box .step_header h3 {
    font-size: 16px;
  }
}
.products .products_flow_container .step_box .step_header h4 {
  grid-area: h4;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 26px;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .products .products_flow_container .step_box .step_header h4 {
    font-size: 16px;
  }
}
.products .products_flow_container .step_box p {
  margin: 0;
}
.products .products_flow_container .step_box .btn_area {
  display: flex;
  margin: 24px 0 0 0;
}
@media (max-width: 1023px) {
  .products .products_flow_container .step_box .btn_area {
    display: block;
  }
}
.products .products_flow_container .step_box .btn_area .button {
  margin: 0 16px 0 0;
}
@media (max-width: 1023px) {
  .products .products_flow_container .step_box .btn_area .button {
    margin: 0 0 16px 0;
  }
  .products .products_flow_container .step_box .btn_area .button:last-child {
    margin: 0;
  }
}
.products.melltas .products_flow_container.first .progress_line {
  background: #F5FCF0;
}
.products.melltas .products_flow_container.second .progress_line {
  background: url(/site_fronts/common/bg_product_flow_mell01_pc.svg) no-repeat center top #DEF3E3;
  background-size: 101%;
}
@media (max-width: 1023px) {
  .products.melltas .products_flow_container.second .progress_line {
    background: url(/site_fronts/common/bg_product_flow_mell01_sp.svg) no-repeat center top #DEF3E3;
    background-size: 100%;
  }
}
.products.melltas .products_flow_container.third .progress_line {
  background: url(/site_fronts/common/bg_product_flow_mell02_pc.svg) no-repeat center top #61BE98;
  background-size: 101%;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .products.melltas .products_flow_container.third .progress_line {
    background: url(/site_fronts/common/bg_product_flow_mell02_sp.svg) no-repeat center top #61BE98;
    background-size: 100%;
  }
}
.products.melltas .products_flow_container.fourth .progress_line {
  background-image: url(/site_fronts/common/bg_product_flow_mell03_pc.svg), url(/site_fronts/common/bg_product_flow_mell04_pc.svg);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-color: #38AC7F;
  background-size: 101%;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .products.melltas .products_flow_container.fourth .progress_line {
    background-image: url(/site_fronts/common/bg_product_flow_mell03_sp.svg), url(/site_fronts/common/bg_product_flow_mell04_sp.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.products.melltas .products_flow_container .step_box .stem_number, .products.melltas .products_flow_container .step_box h4 {
  color: #38AC7F;
}
.products.welfare .products_flow_container.first .progress_line {
  background: #FFF8E4;
}
.products.welfare .products_flow_container.second .progress_line {
  background: url(/site_fronts/common/bg_product_flow_welfare01_pc.svg) no-repeat center top #FFE5D5;
  background-size: 101%;
}
@media (max-width: 1023px) {
  .products.welfare .products_flow_container.second .progress_line {
    background: url(/site_fronts/common/bg_product_flow_welfare01_sp.svg) no-repeat center top #FFE5D5;
    background-size: 100%;
  }
}
.products.welfare .products_flow_container.third .progress_line {
  background: url(/site_fronts/common/bg_product_flow_welfare02_pc.svg) no-repeat center top #FFA871;
  background-size: 101%;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .products.welfare .products_flow_container.third .progress_line {
    background: url(/site_fronts/common/bg_product_flow_welfare02_sp.svg) no-repeat center top #FFA871;
    background-size: 100%;
  }
}
.products.welfare .products_flow_container.fourth .progress_line {
  background-image: url(/site_fronts/common/bg_product_flow_welfare03_pc.svg), url(/site_fronts/common/bg_product_flow_welfare04_pc.svg);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-color: #FF8336;
  background-size: 101%;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .products.welfare .products_flow_container.fourth .progress_line {
    background-image: url(/site_fronts/common/bg_product_flow_welfare03_sp.svg), url(/site_fronts/common/bg_product_flow_welfare04_sp.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.products.welfare .products_flow_container .step_box .stem_number, .products.welfare .products_flow_container .step_box h4 {
  color: #FF8336;
}
.products.medical .products_flow_container.first .progress_line {
  background: #F4FDFD;
}
.products.medical .products_flow_container.second .progress_line {
  background: url(/site_fronts/common/bg_product_flow_medical01_pc.svg) no-repeat center top #C3E5FC;
  background-size: 101%;
}
@media (max-width: 1023px) {
  .products.medical .products_flow_container.second .progress_line {
    background: url(/site_fronts/common/bg_product_flow_medical01_sp.svg) no-repeat center top #C3E5FC;
    background-size: 100%;
  }
}
.products.medical .products_flow_container.third .progress_line {
  background: url(/site_fronts/common/bg_product_flow_medical02_pc.svg) no-repeat center top #98CFF3;
  background-size: 101%;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .products.medical .products_flow_container.third .progress_line {
    background: url(/site_fronts/common/bg_product_flow_medical02_sp.svg) no-repeat center top #98CFF3;
    background-size: 100%;
  }
}
.products.medical .products_flow_container.fourth .progress_line {
  background: url(/site_fronts/common/bg_product_flow_medical03_pc.svg) no-repeat center top #64B8EE;
  background-size: 101%;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .products.medical .products_flow_container.fourth .progress_line {
    background: url(/site_fronts/common/bg_product_flow_medical03_sp.svg) no-repeat center top #64B8EE;
    background-size: 100%;
  }
}
.products.medical .products_flow_container.fifth .progress_line {
  background-image: url(/site_fronts/common/bg_product_flow_medical04_pc.svg), url(/site_fronts/common/bg_product_flow_medical05_pc.svg);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-color: #3DA5E8;
  background-size: 101%;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .products.medical .products_flow_container.fifth .progress_line {
    background-image: url(/site_fronts/common/bg_product_flow_medical04_sp.svg), url(/site_fronts/common/bg_product_flow_medical05_sp.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.products.medical .products_flow_container .step_box .stem_number, .products.medical .products_flow_container .step_box h4 {
  color: #3DA5E8;
}

/* 製品　料金 */
/* ========================================================== */
.products .price section section {
  margin: 0 0 160px 0;
}
@media (max-width: 1023px) {
  .products .price section section {
    margin: 0 0 80px 0;
  }
}
.products.welfare .price .pack_image {
  margin: 0;
}
.products.welfare .price .price_part_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 40px 0 0 0;
}
@media (max-width: 1023px) {
  .products.welfare .price .price_part_container {
    display: block;
    margin: 40px 0 0 0;
  }
}
.products.welfare .price .price_part_container .price_part {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 24px;
  background: #FFE5D5;
  border-radius: 8px;
  padding: 24px;
}
@media (max-width: 1023px) {
  .products.welfare .price .price_part_container .price_part {
    grid-template-columns: 80px 1fr;
    gap: 16px;
    margin: 0 0 24px 0;
  }
}
.products.welfare .price .price_part_container .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  width: 126px;
  height: 126px;
  border-radius: 63px;
}
@media (max-width: 1023px) {
  .products.welfare .price .price_part_container .icon {
    width: 80px;
    height: 80px;
  }
}
.products.welfare .price .price_part_container .icon img {
  width: 64px;
}
@media (max-width: 1023px) {
  .products.welfare .price .price_part_container .icon img {
    width: 40px;
  }
}
.products.welfare .price .price_part_container h3 {
  margin: 0 0 16px 0;
  font-size: 20px;
  line-height: 1.4;
}
.products.welfare .price .price_part_container p {
  margin: 0;
}
.products.medical .price .pack_image {
  margin: 40px 0 0 0;
}
@media (max-width: 1023px) {
  .products.medical .price .pack_image {
    margin: 40px 0 0 0;
  }
}
.products.melltas .price .merit_box {
  background: #F5FCF0;
  margin: 0 0 40px 0;
  padding: 24px 64px;
}
@media (max-width: 1023px) {
  .products.melltas .price .merit_box {
    padding: 24px;
  }
}
.products.melltas .price .merit_box .en {
  margin: 0 0 8px 0;
  line-height: 1.4;
  color: #38AC7F;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.products.melltas .price .merit_box h3 {
  margin: 0 0 24px 0;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .products.melltas .price .merit_box h3 {
    font-size: 20px;
  }
}
.products.melltas .price .merit_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products.melltas .price .merit_box ul li {
  padding: 0 0 0 40px !important;
  margin: 0 0 24px 0 !important;
  background: url(/site_fronts/common/ico_check_green.svg) no-repeat left 2px;
  line-height: 1.8;
}
.products.melltas .price .merit_box ul li::before {
  display: none !important;
}
.products.melltas .price .merit_box ul li:last-child {
  margin: 0 !important;
}
.products.melltas .price .price_pack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin: 40px 0 0 0;
}
.products.melltas .price .pack_box {
  border: 1px solid #DDDDDD;
}
@media (max-width: 1023px) {
  .products.melltas .price .pack_box {
    margin: 0 0 40px 0;
  }
}
.products.melltas .price .pack_box h3 {
  margin: 0;
  padding: 34px 40px;
  border-bottom: 1px solid #DDDDDD;
  background: #F5FCF0;
  color: #007F49;
  font-size: 20px;
  letter-spacing: 0.08em;
}
.products.melltas .price .pack_box ul {
  margin: 0;
  padding: 24px 40px;
}
.products.melltas .price .pack_box ul li {
  margin: 0 0 24px 0;
}
.products.melltas .price .pack_box ul li:last-child {
  margin: 0;
}

/* ========================================================== */
/* よくあるご質問 */
/* ========================================================== */
.faq_list {
  padding: 0 0 120px 0;
}
.faq_list .pagetitle {
  margin: 0 0 80px 0;
}
@media (max-width: 1023px) {
  .faq_list .pagetitle {
    margin: 0 0 40px 0;
  }
}
.faq_list .tab_container {
  margin: 0 0 40px 0;
}
.faq_list .tab_container .tab_header {
  justify-content: center;
  margin: 0 0 56px 0;
}
@media (max-width: 1023px) {
  .faq_list .tab_container .tab_header {
    justify-content: flex-start;
  }
}
.faq_list .tab_container .tab_header .tab {
  margin: 0;
}
.faq_list .tab_container .tab_header .tab:not(:last-of-type) {
  margin: 0 40px 0 0;
}
.faq_list .tab_container h2 {
  text-align: center;
}

/* ========================================================== */
/* 課題から探す */
/* ========================================================== */
@media (max-width: 1023px) {
  .kadai_search .pagetitle {
    margin: 0 0 40px 0;
  }
}
.kadai_search .bnr_area {
  margin: 0 0 160px 0;
}
@media (max-width: 1023px) {
  .kadai_search .bnr_area {
    margin: 0 0 80px 0;
  }
}
.kadai_search .kadai_header {
  display: grid;
  grid-template-columns: 296px 1fr 1fr;
  gap: 40px;
  margin: 0 0 40px 0;
}
@media (max-width: 1208px) and (min-width: 1024px) {
  .kadai_search .kadai_header {
    grid-template-columns: 24.5033112583vw 1fr 1fr;
    gap: 3.3112582781vw;
  }
}
@media (max-width: 1023px) {
  .kadai_search .kadai_header {
    display: flex;
    gap: 0;
    margin: 0 0 80px 0;
  }
}
.kadai_search .kadai_header .column_title {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .kadai_search .kadai_header .column_title {
    position: relative;
    margin: 0 16px 0 0;
    padding: 0 0 11px 0;
    font-size: 14px;
    cursor: pointer;
  }
  .kadai_search .kadai_header .column_title:first-child {
    display: none;
  }
  .kadai_search .kadai_header .column_title:hover {
    color: #0379C4;
  }
  .kadai_search .kadai_header .column_title::before {
    display: none;
  }
  .kadai_search .kadai_header .column_title.active {
    padding: 0 0 8px 0;
    border-bottom: 3px solid #0379C4;
    color: #333333;
  }
}
.kadai_search .kadai_container {
  margin: 0 0 160px 0;
  background: url(/site_fronts/common/bg_kadai_search.svg) repeat-y 148px;
}
@media (max-width: 1208px) and (min-width: 1024px) {
  .kadai_search .kadai_container {
    background: url(/site_fronts/common/bg_kadai_search.svg) repeat-y 12.2516556291vw;
    background-size: 70vw;
  }
}
@media (max-width: 1023px) {
  .kadai_search .kadai_container {
    margin: 0 0 80px 0;
    background: none;
  }
}
.kadai_search .kadai_container .kadai_row {
  display: grid;
  grid-template-columns: 296px 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
  margin: 0 0 80px 0;
}
@media (max-width: 1208px) and (min-width: 1024px) {
  .kadai_search .kadai_container .kadai_row {
    grid-template-columns: 24.5033112583vw 1fr 1fr;
    gap: 3.3112582781vw;
  }
}
@media (max-width: 1023px) {
  .kadai_search .kadai_container .kadai_row {
    position: relative;
    grid-template-columns: 25.6vw 1fr;
    gap: 2.1333333333vw;
  }
  .kadai_search .kadai_container .kadai_row::after {
    content: "";
    display: block;
    width: 5px;
    height: calc(100% + 80px);
    background: #3DA5E8;
    position: absolute;
    left: 12.5vw;
    top: 0;
    z-index: -1;
  }
  .kadai_search .kadai_container .kadai_row.medi::after {
    background: #3DA5E8;
  }
  .kadai_search .kadai_container .kadai_row.wel::after {
    background: #FF8336;
  }
  .kadai_search .kadai_container .kadai_row:last-child::after {
    display: none;
  }
}
.kadai_search .kadai_container .kadai_row:last-child {
  background: #FFFFFF;
}
.kadai_search .kadai_container .kadai_flow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #F7F7F7;
}
@media (max-width: 1023px) {
  .kadai_search .kadai_container .kadai_flow {
    height: auto;
    padding: 8px;
  }
}
.kadai_search .kadai_container .kadai_flow h3 {
  margin: 0 0 24px 0;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1023px) {
  .kadai_search .kadai_container .kadai_flow h3 {
    font-size: 18px;
    margin: 0 0 8px 0;
  }
}
.kadai_search .kadai_container .kadai_medical {
  background: #F2FAFF;
  padding: 40px 24px 40px 24px;
}
@media (max-width: 1208px) and (min-width: 1024px) {
  .kadai_search .kadai_container .kadai_medical {
    padding: 3.3112582781vw 1.9867549669vw 3.3112582781vw 1.9867549669vw;
  }
}
@media (max-width: 1023px) {
  .kadai_search .kadai_container .kadai_medical {
    padding: 16px;
  }
}
.kadai_search .kadai_container .kadai_welfare {
  background: #FFFCF4;
  padding: 40px 24px 40px 24px;
}
@media (max-width: 1208px) and (min-width: 1024px) {
  .kadai_search .kadai_container .kadai_welfare {
    padding: 3.3112582781vw 1.9867549669vw 3.3112582781vw 1.9867549669vw;
  }
}
@media (max-width: 1023px) {
  .kadai_search .kadai_container .kadai_welfare {
    padding: 16px;
  }
}
.kadai_search .kadai_container .search_card_container {
  display: block;
}
.kadai_search .kadai_container .search_card_container .search_card {
  width: auto;
  margin: 0 0 40px 0;
}
@media (max-width: 1208px) and (min-width: 1024px) {
  .kadai_search .kadai_container .search_card_container .search_card {
    padding: 1.9867549669vw;
  }
  .kadai_search .kadai_container .search_card_container .search_card .title .icon {
    min-width: 4.6357615894vw;
  }
  .kadai_search .kadai_container .search_card_container .search_card .title p {
    width: 18.86755vw;
  }
}
@media (max-width: 1023px) {
  .kadai_search .kadai_container .search_card_container .search_card {
    margin: 0 0 24px 0;
    padding: 16px;
  }
  .kadai_search .kadai_container .search_card_container .search_card .title {
    display: block;
    margin: 0 auto 8px auto;
  }
  .kadai_search .kadai_container .search_card_container .search_card .title .icon {
    margin: 0 auto 8px auto;
  }
  .kadai_search .kadai_container .search_card_container .search_card .title p {
    width: auto;
    font-size: 18px;
  }
  .kadai_search .kadai_container .search_card_container .search_card .description {
    font-size: 14px;
    line-height: 1.4;
  }
}
.kadai_search .kadai_container .search_card_container .search_card:last-child {
  margin: 0;
}

/* 課題から探す 詳細 */
/* ========================================================== */
@media (max-width: 1023px) {
  .kadai_search_detail .pagetitle {
    margin: 0 0 40px 0;
  }
}
.kadai_search_detail .bnr_area {
  margin: 0 0 160px 0;
}
@media (max-width: 1023px) {
  .kadai_search_detail .bnr_area {
    margin: 0 0 80px 0;
  }
}
.kadai_search_detail h3 {
  margin: 0 0 24px 0 !important;
}
.kadai_search_detail .task_box {
  border: 1px solid #DDDDDD;
  margin: 0 0 160px 0;
  padding: 40px;
}
@media (max-width: 1023px) {
  .kadai_search_detail .task_box {
    padding: 24px;
    margin: 0 0 80px 0;
  }
}
.kadai_search_detail .task_box h3 {
  margin: 0 0 24px 0 !important;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .kadai_search_detail .task_box h3 {
    font-size: 20px;
  }
}
.kadai_search_detail .task_box ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.kadai_search_detail .task_box ul li {
  padding: 0 0 0 40px !important;
  margin: 0 0 24px 0 !important;
  background: url(/site_fronts/common/ico_check_blue.svg) no-repeat left 4px;
  line-height: 1.8;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .kadai_search_detail .task_box ul li {
    font-size: 16px;
  }
}
.kadai_search_detail .task_box ul li::before {
  display: none !important;
}
.kadai_search_detail .task_box ul li:last-child {
  margin: 0 !important;
}
.kadai_search_detail .check {
  padding: 0 0 0 40px;
  margin: 0 0 24px 0;
  background: url(/site_fronts/common/ico_check_blue.svg) no-repeat left 2px;
}
.kadai_search_detail .resolution {
  margin: 0 0 160px 0;
}
@media (max-width: 1023px) {
  .kadai_search_detail .resolution {
    margin: 0 0 80px 0;
  }
}
.kadai_search_detail .resolution p {
  margin: 0 0 40px 0;
}
.kadai_search_detail .resolution .case_carousel_card {
  width: 100%;
  margin: 0 0 24px 0;
}
.kadai_search_detail .resolution .case_carousel_card .profile {
  justify-content: flex-start;
}
.kadai_search_detail .resolution .case_carousel_card .profile .name {
  width: auto;
}
.kadai_search_detail .kadai_list {
  margin: 0 auto 120px auto;
}
@media (max-width: 1023px) {
  .kadai_search_detail .kadai_list {
    margin: 0 auto 60px auto;
  }
}

/* コンテンツ　2カラム */
/* ========================================================== */
.column_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.column_wrap .main_column {
  width: 900px;
}
.column_wrap .menu_column {
  width: 248px;
  margin-right: 60px;
}
.column_wrap .menu_column dl {
  border-top: 2px solid #0379C4;
}
.column_wrap .menu_column dl dt {
  font-size: 20px;
  font-weight: 600;
  background: url(/assets/site_fronts/common/icon_sidemenu-526bb1de1b67f855b5c353eb339fe257ca3c858e71f2587cbec1d6cd7b5ce1b5.svg) left 50% no-repeat;
  padding: 24px 20px 24px 32px;
  border-bottom: 1px solid #707070;
  line-height: 1;
}
.column_wrap .menu_column dl dd a {
  width: 100%;
  display: block;
  padding: 16px 20px 16px 0;
  border-bottom: 1px solid #707070;
  text-decoration: none;
  color: #333333;
}
.column_wrap .menu_column dl dd a:hover {
  color: #0379C4;
}

@media (max-width: 1208px) {
  .column_wrap .menu_column {
    margin-right: 20px;
  }
  .column_wrap .menu_column dl {
    font-size: 14px;
  }
  .column_wrap .menu_column dl dt {
    font-size: 16px;
    font-weight: 600;
    background: url(/assets/site_fronts/common/icon_sidemenu-526bb1de1b67f855b5c353eb339fe257ca3c858e71f2587cbec1d6cd7b5ce1b5.svg) left 50% no-repeat;
    background-size: 16px 16px;
    padding: 24px 10px 24px 20px;
  }
}
@media (max-width: 768px) {
  .column_wrap {
    display: block;
  }
  .column_wrap .main_column {
    width: 100%;
  }
  .column_wrap .menu_column {
    width: 248px;
  }
}
/* ========================================================== */
/* ========================================================== */
/* Base Fonts */
/* ========================================================== */
.u-fwN {
  font-weight: normal !important;
}

.u-fwB {
  font-weight: bold !important;
}

.u-fzSS {
  font-size: 75% !important;
}

.u-fzS {
  font-size: 88% !important;
}

.u-fzN {
  font-size: 100% !important;
}

.u-fzL {
  font-size: 113% !important;
}

.u-fzLL {
  font-size: 125% !important;
}

.u-fzLLL {
  font-size: 138% !important;
}

.u-fzLLLL {
  font-size: 178% !important;
}

sup {
  vertical-align: super !important;
  font-size: 50% !important;
}

sub {
  vertical-align: sub !important;
  font-size: 50% !important;
}

.letter-s {
  letter-spacing: -0.03em !important;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-flex__item {
  margin-right: 16px;
}

.d-block {
  display: block;
}

/* ========================================================== */
/* Font Size */
/* ========================================================== */
@media (max-width: 768px) {
  .f14-sp {
    font-size: 14px !important;
  }
  .f18-sp {
    font-size: 18px !important;
  }
  .f20-sp {
    font-size: 20px !important;
  }
}
/* ========================================================== */
/* Inline Align */
/* ========================================================== */
.u-taL {
  text-align: left !important;
}

.u-taC {
  text-align: center !important;
}

.u-taR {
  text-align: right !important;
}

.u-vaT {
  vertical-align: top !important;
}

.u-vaM {
  vertical-align: middle !important;
}

.u-vaB {
  vertical-align: bottom !important;
}

.u-blockC {
  margin: 0 auto !important;
}

.u-blockR {
  margin: 0 0 0 auto !important;
}

@media (max-width: 768px) {
  .u-taC-sp {
    text-align: center !important;
  }
  .u-taL-sp {
    text-align: left !important;
  }
}
/* ========================================================== */
/* Text Link */
/* ========================================================== */
.u-txtL {
  color: #0379C4 !important;
  text-decoration: underline !important;
}

@media (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .u-sp--02 {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .u-pc--02 {
    display: none !important;
  }
}
/* ========================================================== */
/* Margin */
/* ========================================================== */
.mt00 {
  margin-top: 0 !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb_2em {
  margin-bottom: 2em !important;
}

@media (max-width: 768px) {
  .mt50-sp {
    margin-top: 50px !important;
  }
  .mt60-sp {
    margin-top: 60px !important;
  }
}
/* ========================================================== */
/* BG COLOR */
/* ========================================================== */
.bg_blue {
  background-color: #F8FBFE;
}

.bg_yellow {
  background-color: #FFFDF2;
}

/* ========================================================== */
/* TEXT COLOR */
/* ========================================================== */
.txt_gray5 {
  color: #555555;
}

/* ========================================================== */
/* LINE HEIGHT */
/* ========================================================== */
.line-h-min {
  line-height: 1.3;
}

.cmp_head {
  margin: 0 auto 40px;
  padding: 20px;
  background: #DDDDDD;
  font-size: 20px;
  font-weight: bold;
}

.logged-in .site_header .main_header {
  margin-top: 32px;
}

/* components01.html 投稿系コンポーネント 基本形の共通スタイル */
/*------------------------------------ */
.cmp_block {
  width: 100%;
  margin: 0 auto 80px auto;
}

/* アイキャッチ：[1.91:1]の比率で作成します。 */
/*------------------------------------ */
.cmp_eyecatch {
  margin: 0 auto 80px 0;
}

/* セクションのマージン */
/*------------------------------------ */
.sec {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .sec {
    margin-bottom: 30px;
  }
}
/* ヘッダー下のセクションマージン　必要なら */
/*------------------------------------ */
.first_sec {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .first_sec {
    margin-top: 30px;
  }
}
/* ヘッダー下のセクションマージン　必要なら */
/*------------------------------------ */
.first_sec {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .first_sec {
    margin-top: 60px;
  }
}
/* セクション マージン調整 */
/*------------------------------------ */
.sec_margin {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .sec_margin {
    margin-top: 60px;
  }
}
/* 目次 */
/*------------------------------------ */
#toc_container {
  display: block !important;
  width: 100%;
  margin: 64px 0 64px 0;
}
#toc_container .toc_title {
  padding: 4px;
  background: #0379C4;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0;
}
#toc_container .toc_title .toc_toggle {
  font-size: 14px;
  font-weight: normal;
}
#toc_container .toc_title .toc_toggle a {
  color: #FFFFFF;
  text-decoration: none;
}
#toc_container .toc_list {
  padding: 24px 40px 40px 40px;
  background: #F2FAFF;
  list-style: none;
}
#toc_container .toc_list li {
  font-size: 14px;
  line-height: 1.4;
}
#toc_container .toc_list li::before {
  display: none;
}
#toc_container .toc_list li a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #CDDAE2;
  text-decoration: none !important;
  color: #333333;
}
#toc_container .toc_list li a:hover {
  color: #0379C4;
  text-decoration: underline !important;
}
#toc_container .toc_list li a .toc_number {
  margin: 0 8px 0 4px;
  color: #0379C4;
  font-weight: bold;
}
#toc_container .toc_list li ul {
  padding: 0 0 0 40px;
  margin: 0;
}
#toc_container .toc_list li ul li {
  list-style: none;
}

/* 区切り線 */
/*------------------------------------ */
.article_contents hr.wp-block-separator {
  margin: 64px 0 64px 0;
  border: none;
  border-top: 1px solid #DDDDDD;
}

/* テキストリンク */
/*------------------------------------ */
/* 基本テキストリンク */
.article_contents a {
  color: #0379C4;
  text-decoration: underline;
}
.article_contents a:hover {
  color: #00B1FF;
}

/* 矢印付きリンク */
.article_contents p.arrow a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
.article_contents p.arrow a::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 16px;
  background: url(/assets/site_fronts/common/ico_arrow_textlink-f9ee8c606d6379a0edf79ce0a0ca1067da8b602b9eb00ff4cced4e9074a578ea.svg) no-repeat;
  content: "";
}
.article_contents p.arrow a:hover {
  color: #0379C4;
}

/* 別窓リンク */
.article_contents a[target=_blank]::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 0 0 8px;
  background: url(/assets/site_fronts/common/ico_blank_blue-0509715645d3eac1e670158f93fa4d756ffcc7bb369b01ac4e81a43e20b45043.svg) no-repeat;
  content: "";
}

/* PDFファイルリンク */
.article_contents a[href$=".pdf"]::after {
  display: inline-block;
  width: 17px;
  height: 20px;
  margin: 0 0 0 8px;
  background: url(/assets/site_fronts/common/ico_pdf_blue-e28fc8ec8e346ae552d23380cce79d33164a6964de5dc836d0b5004698d9ae1f.svg) no-repeat;
  content: "";
}

/* 段落ブロック */
/*------------------------------------ */
.article_contents p {
  margin: 0 0 1em 0;
  line-height: 1.8;
}
.article_contents p.alert_red {
  color: #F0332B;
  font-weight: bold;
}
.article_contents p.brand_dark {
  color: #0068AA;
  font-weight: bold;
}
.article_contents p.mell_green_dark {
  color: #007F49;
  font-weight: bold;
}
.article_contents p.walfare_orange_dark {
  color: #E5580D;
  font-weight: bold;
}
.article_contents p.walfare_orange_dark_mark {
  font-weight: bold;
}
.article_contents p.walfare_orange_dark_mark strong {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 42%, #ffecc1 43%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 42%, #ffecc1 43%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 42%, #ffecc1 43%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffecc1",GradientType=0 );
}

/* アンダーライン */
/*------------------------------------ */
.article_contents p {
  margin: 0 0 1em 0;
  line-height: 1.8;
}
.article_contents p.alert_red {
  color: #F0332B;
  font-weight: bold;
}
.article_contents p.brand_dark {
  color: #0068AA;
  font-weight: bold;
}
.article_contents p.mell_green_dark {
  color: #007F49;
  font-weight: bold;
}
.article_contents p.walfare_orange_dark {
  color: #E5580D;
  font-weight: bold;
}
.article_contents p.walfare_yellow_dark_mark {
  font-weight: bold;
}
.article_contents p.walfare_yellow_dark_mark span {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 70%, #FFFCA9 71%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, #FFFCA9 71%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #FFFCA9 71%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#FFFCA9",GradientType=0 );
}

/* 見出しブロック */
/*------------------------------------ */
.article_contents h2 {
  margin: 80px 0 40px 0;
  font-size: 34px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .article_contents h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .article_contents h2 {
    margin: 0 0 20px 0;
  }
}
.article_contents h2:first-child {
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .article_contents h2:first-child {
    margin: 0 0 20px 0;
  }
}
.article_contents h2.border {
  text-align: center;
}
.article_contents h2.border::after {
  display: block;
  width: 50px;
  height: 4px;
  margin: 14px auto 40px auto;
  background: #0379C4;
  content: "";
}
@media (max-width: 768px) {
  .article_contents h2.border::after {
    margin: 14px auto 20px auto;
  }
}
.article_contents h2.alert_red {
  color: #F0332B;
  font-weight: bold;
}
.article_contents h3 {
  margin: 56px 0 24px 0;
  font-size: 26px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .article_contents h3 {
    font-size: 20px;
  }
}
.article_contents h3:first-child {
  margin: 0 0 40px 0;
}
.article_contents h3.border {
  position: relative;
  padding: 0 0 14px 0;
}
.article_contents h3.border::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #0379C4;
  content: "";
}
.article_contents h3.border::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DDDDDD;
  content: "";
}
.article_contents h4 {
  margin: 40px 0 16px 0;
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .article_contents h4 {
    font-size: 18px;
  }
}
.article_contents h5 {
  margin: 32px 0 16px 0;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .article_contents h5 {
    font-size: 16px;
  }
}

/* リストブロック */
/*------------------------------------ */
.article_contents ul:not(.toc_list) {
  margin: 0 0 24px 0;
  padding: 0;
  line-height: 1.4;
  list-style: none;
}
.article_contents ul:not(.toc_list) li {
  margin: 0 0 1em 0;
  position: relative;
  padding: 0 0 0 1em;
}
.article_contents ul:not(.toc_list) li::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #0379C4;
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
}
.article_contents ol {
  margin: 0 0 24px 0;
  padding: 0 0 0 1em;
  line-height: 1.4;
}
.article_contents ol li {
  margin: 0 0 1em 0;
}

/* テーブルブロック */
/*------------------------------------ */
.article_contents table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.4;
}
.article_contents table th {
  padding: 24px 16px 24px 16px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background: #F7F7F7;
  font-weight: bold;
  text-align: left;
}
.article_contents table td {
  padding: 24px 16px 24px 16px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background: #FFFFFF;
}
.article_contents table caption {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  caption-side: bottom;
}

@media (max-width: 768px) {
  .article_contents table {
    border-top: 1px solid #DDDDDD;
    font-size: 14px;
  }
  .article_contents table th {
    width: 100%;
    padding: 15px;
    display: block;
    border: none;
  }
  .article_contents table td {
    width: 100%;
    padding: 15px;
    display: block;
    border-top: none;
  }
  .article_contents table caption {
    padding: 0 15px;
  }
}
/* YOUTUBE動画ブロック */
/*------------------------------------ */
.article_contents .youtube_video_container {
  aspect-ratio: 16/9;
  width: 100%;
}
.article_contents .youtube_video_container iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* 画像ブロック */
/*------------------------------------ */
.article_contents figure {
  display: block;
  margin: 0 auto 24px;
}
.article_contents figure.w800 {
  width: 800px;
}
@media (max-width: 768px) {
  .article_contents figure.w800 {
    width: 100%;
  }
}
.article_contents figure img {
  display: inline;
  margin: 0 auto;
  vertical-align: middle;
}
.article_contents figure figcaption {
  margin: 24px 0 0 0;
  font-size: 14px;
  line-height: 1.4;
}

/* ファイルブロック */
/*------------------------------------ */
.article_contents .wp-block-file a:nth-child(2) {
  display: inline-block;
  width: 116px;
  margin: 0 0 0 8px;
  padding: 5px 0 5px 0;
  border-radius: 18px;
  background: #0379C4;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.article_contents .wp-block-file a:nth-child(2):hover {
  background: #0068AA;
}

/* components02.html 投稿系コンポーネント 高度なレイアウト用共通スタイル */
/*------------------------------------ */
.article_contents .cmp_advanced_block {
  gap: 0 40px;
  display: grid;
  width: 100%;
  margin: 0 auto 80px auto;
}
.article_contents .cmp_advanced_block .cmp_media {
  grid-area: area_media;
}
.article_contents .cmp_advanced_block .cmp_text {
  grid-area: area_text;
}
.article_contents .cmp_advanced_block .cmp_column_01 {
  grid-area: area_column_01;
}
.article_contents .cmp_advanced_block .cmp_column_02 {
  grid-area: area_column_02;
}
.article_contents .cmp_advanced_block .cmp_column_03 {
  grid-area: area_column_03;
}
.article_contents .cmp_advanced_block .cmp_column_04 {
  grid-area: area_column_04;
}
.article_contents .cmp_advanced_block figure.aligncenter {
  text-align: center;
}
.article_contents .cmp_advanced_block figure.alignright {
  text-align: right;
}
.article_contents .cmp_advanced_block figure figcaption {
  margin: 16px 0 0 0;
  font-size: 14px;
}
.article_contents .cmp_advanced_block h2 {
  margin: 0 0 39px 0;
  font-size: 34px;
  letter-spacing: 0.08em;
}
.article_contents .cmp_advanced_block h3 {
  margin: 0 0 23px 0;
  font-size: 26px;
  letter-spacing: 0.08em;
}
.article_contents .cmp_advanced_block h3.border {
  position: relative;
  padding: 0 0 14px 0;
}
.article_contents .cmp_advanced_block h3.border::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #0379C4;
  content: "";
}
.article_contents .cmp_advanced_block h3.border::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DDDDDD;
  content: "";
}

@media (max-width: 768px) {
  .article_contents .cmp_advanced_block figure {
    display: block;
    margin: 0 auto 24px;
  }
  .article_contents .cmp_advanced_block figure img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .article_contents .cmp_advanced_block h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .article_contents .cmp_advanced_block h3 {
    font-size: 20px;
  }
}
/* メディアとテキストブロック(50:50) */
/*------------------------------------ */
/* 左：メディア50% 右：テキスト50% */
.article_contents .cmp_media50_text50 {
  grid-template-areas: "area_media area_text";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media (max-width: 768px) {
  .article_contents .cmp_media50_text50 {
    display: block;
  }
  .article_contents .cmp_media50_text50 figure {
    max-width: 480px;
  }
}
/* 左：テキスト50% 右：メディア50% */
.article_contents .cmp_text50_media50 {
  grid-template-areas: "area_text area_media";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media (max-width: 768px) {
  .article_contents .cmp_text50_media50 {
    display: block;
  }
  .article_contents .cmp_text50_media50 figure {
    max-width: 480px;
  }
}
/* メディアとテキストブロック(20:80) */
/*------------------------------------ */
/* 左：メディア20% 右：テキスト80% */
.article_contents .cmp_media20_text80 {
  grid-template-areas: "area_media area_text";
  grid-template-columns: 200px 1fr;
  grid-template-rows: auto;
}

@media (max-width: 768px) {
  .article_contents .cmp_media20_text80 {
    display: block;
  }
  .article_contents .cmp_media20_text80 figure {
    max-width: 200px;
  }
}
/* 左：メディア20% 右：テキスト80% */
.article_contents .cmp_text80_media20 {
  grid-template-areas: "area_text area_media";
  grid-template-columns: 1fr 200px;
  grid-template-rows: auto;
}

@media (max-width: 768px) {
  .article_contents .cmp_text80_media20 {
    display: block;
  }
  .article_contents .cmp_text80_media20 figure {
    max-width: 200px;
  }
}
/* メディアとテキストブロック(25:75) */
/*------------------------------------ */
/* 左：メディア25% 右：テキスト75% */
.article_contents .cmp_media25_text75 {
  grid-template-areas: "area_media area_text";
  grid-template-columns: 250px 1fr;
  grid-template-rows: auto;
}

@media (max-width: 768px) {
  .article_contents .cmp_media25_text75 {
    display: block;
  }
  .article_contents .cmp_media25_text75 figure {
    max-width: 250px;
  }
}
/* 左：メディア20% 右：テキスト80% */
.article_contents .cmp_text80_media20 {
  grid-template-areas: "area_text area_media";
  grid-template-columns: 1fr 200px;
  grid-template-rows: auto;
}

@media (max-width: 768px) {
  .article_contents .cmp_text80_media20 {
    display: block;
  }
  .article_contents .cmp_text80_media20 figure {
    max-width: 200px;
  }
}
/* メディアとテキストブロック(28:72) */
/*------------------------------------ */
/* 左：メディア20% 右：テキスト72% */
.article_contents .cmp_media28_text72 {
  grid-template-areas: "area_media area_text";
  grid-template-columns: 280px 1fr;
  grid-template-rows: auto;
}

@media (max-width: 768px) {
  .article_contents .cmp_media28_text72 {
    display: block;
  }
  .article_contents .cmp_media28_text72 figure {
    max-width: 280px;
  }
}
/* 左：メディア20% 右：テキスト80% */
.article_contents .cmp_text72_media28 {
  grid-template-areas: "area_text area_media";
  grid-template-columns: 1fr 280px;
  grid-template-rows: auto;
}

@media (max-width: 768px) {
  .article_contents .cmp_text72_media28 {
    display: block;
  }
  .article_contents .cmp_text72_media28 figure {
    max-width: 280px;
  }
}
/* メディアとテキストブロック(40:60) */
/*------------------------------------ */
/* 左：メディア40% 右：テキスト60% */
.article_contents .cmp_media40_text60 {
  grid-template-areas: "area_media area_text";
  grid-template-columns: 327px 1fr;
  grid-template-rows: auto;
}

@media (max-width: 768px) {
  .article_contents .cmp_media40_text60 {
    display: block;
  }
  .article_contents .cmp_media40_text60 figure {
    max-width: 327px;
  }
}
/* 左：メディア20% 右：テキスト80% */
.article_contents .cmp_text60_media40 {
  grid-template-areas: "area_text area_media";
  grid-template-columns: 1fr 327px;
  grid-template-rows: auto;
}

@media (max-width: 768px) {
  .article_contents .cmp_text60_media40 {
    display: block;
  }
  .article_contents .cmp_text60_media40 figure {
    max-width: 327px;
  }
}
/* 2-4カラムブロック */
/*------------------------------------ */
/* 2カラム */
.article_contents .cmp_2column {
  grid-template-areas: "area_column_01 area_column_01 area_column_01 area_column_01 area_column_01 area_column_01 area_column_02 area_column_02 area_column_02 area_column_02 area_column_02 area_column_02";
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.article_contents .cmp_2column figure {
  margin: 0 0 24px 0;
}
.article_contents .cmp_2column h3 {
  text-align: center;
}

@media (max-width: 768px) {
  .article_contents .cmp_2column {
    display: block;
  }
  .article_contents .cmp_2column .cmp_column_01, .article_contents .cmp_2column .cmp_column_02 {
    margin: 0 0 56px 0;
  }
}
/* 3カラム */
.article_contents .cmp_3column {
  grid-template-areas: "area_column_01 area_column_01 area_column_01 area_column_01 area_column_02 area_column_02 area_column_02 area_column_02 area_column_03 area_column_03 area_column_03 area_column_03";
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.article_contents .cmp_3column figure {
  margin: 0 0 24px 0;
}
.article_contents .cmp_3column h3 {
  text-align: center;
}

@media (max-width: 768px) {
  .article_contents .cmp_3column {
    display: block;
  }
  .article_contents .cmp_3column .cmp_column_01, .article_contents .cmp_3column .cmp_column_02, .article_contents .cmp_3column .cmp_column_03 {
    margin: 0 0 56px 0;
  }
  .article_contents .cmp_3column .cmp_column_01 figure, .article_contents .cmp_3column .cmp_column_02 figure, .article_contents .cmp_3column .cmp_column_03 figure {
    text-align: center;
  }
}
/* 4カラム */
.article_contents .cmp_4column {
  grid-template-areas: "area_column_01 area_column_01 area_column_01 area_column_02 area_column_02 area_column_02 area_column_03 area_column_03 area_column_03 area_column_04 area_column_04 area_column_04";
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  margin: 0 0 24px 0;
}
.article_contents .cmp_4column figure {
  margin: 0 0 24px 0;
}
.article_contents .cmp_4column h3 {
  text-align: center;
}

@media (max-width: 768px) {
  .article_contents .cmp_4column {
    grid-template-areas: "area_column_01 area_column_02" "area_column_03 area_column_04";
    /* SP時は4カラム */
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 80px 16px;
  }
  .article_contents .cmp_4column .cmp_column_01, .article_contents .cmp_4column .cmp_column_02, .article_contents .cmp_4column .cmp_column_03, .article_contents .cmp_4column .cmp_column_04 {
    margin: 0 0 56px 0;
  }
}
/* グループブロック */
/*------------------------------------ */
/* 写真あり */
.article_contents .cmp_group {
  grid-template-areas: "area_text area_media";
  grid-template-columns: 1fr 160px;
  grid-template-rows: auto;
  padding: 40px;
  border-radius: 8px;
  background: #F7F7F7;
}
.article_contents .cmp_group h3, .article_contents .cmp_group p {
  margin: 0 0 16px 0;
}
.article_contents .cmp_group a {
  color: #0379C4;
  text-decoration: underline;
}
.article_contents .cmp_group .cmp_media figure {
  margin: 0;
}

@media (max-width: 768px) {
  .article_contents .cmp_group {
    display: block;
  }
  .article_contents .cmp_group .cmp_media figure {
    max-width: 160px;
    margin: 0 auto 40px auto;
  }
}
/* 写真なし */
.article_contents .cmp_group_nophoto {
  display: block;
  padding: 40px;
  border-radius: 8px;
  background: #F7F7F7;
}
.article_contents .cmp_group_nophoto h3 {
  margin: 0 0 16px 0;
}
.article_contents .cmp_group_nophoto p {
  margin: 0 0 16px 0;
}
.article_contents .cmp_group_nophoto p:last-child {
  margin: 0;
}
.article_contents .cmp_group_nophoto a {
  color: #0379C4;
  text-decoration: underline;
}
.article_contents .cmp_group_nophoto span {
  color: #0379C4;
}

/* その他 */
/*------------------------------------ */
/* 関連コンテンツ */
.cmp_kanren_contents {
  display: block;
  max-width: 1248px;
  margin: 0 auto 40px auto;
}
.cmp_kanren_contents h2 {
  margin-bottom: 39px;
  font-size: 32px;
  text-align: center;
}
.cmp_kanren_contents .cmp_bnr_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cmp_kanren_contents .cmp_bnr_container .cmp_bnr_box {
  width: 30.1282051%;
  margin: 0 20px 40px 20px;
}

/* パンくずリスト */
/*------------------------------------ */
.pankuz {
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  max-width: 1208px;
  margin: 0 auto;
}
.pankuz ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  padding: 0;
  overflow-x: scroll;
  list-style: none;
}
.pankuz ul::-webkit-scrollbar {
  display: none;
}
.pankuz ul li {
  font-size: 12px;
  white-space: nowrap;
}
.pankuz ul li::after {
  margin: 0 8px 0 8px;
  content: url(/assets/site_fronts/common/ico_pankuz_arrow-14ce98fded3df7df6bb1a407f1bfd0a8554e894dd6bbddd71a60a5ef32cf087b.svg);
}
.pankuz ul li:last-child::after {
  display: none;
}
.pankuz ul li a {
  color: #0379C4;
}
.pankuz ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 1208px) and (min-width: 769px) {
  .pankuz ul {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 768px) {
  .pankuz ul {
    padding: 0 0 0 16px !important;
  }
}
/* h1見出し */
/*------------------------------------ */
.pagetitle {
  margin: 0 0 40px 0;
  padding: 32px 16px 32px 16px;
  background: url(/assets/site_fronts/common/bg_h1_pc-1c425d97dd10a5b330cc13fac1f7bd6d274a86186ef8696825700afe14d00134.png) center;
  background-size: cover;
}
.pagetitle h1 {
  font-size: 30px;
  letter-spacing: 0.08em;
  text-align: center;
}
.pagetitle h1::after {
  display: block;
  width: 52px;
  height: 3px;
  margin: 22px auto 0 auto;
  background: #0379C4;
  content: "";
}
.pagetitle h1.no-border::after {
  display: none;
}
.pagetitle h1.no-border span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.03em;
  padding-top: 17px;
}

@media (max-width: 768px) {
  .pagetitle {
    padding: 92px 16px 92px 16px;
    margin-bottom: 60px;
    background: url(/assets/site_fronts/common/bg_h1_sp-b239f9761d530e097738f2e69635650cb135e0eec1745de68752e6162baf5bd9.png) center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .pagetitle h1 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .pagetitle h1::after {
    margin: 16px auto 0 auto;
  }
}
/* 記事詳細見出し */
/*------------------------------------ */
.pagetitle-detail {
  margin: 0 0 40px 0;
  padding: 80px 16px 24px 16px;
  border-bottom: 1px solid #DDDDDD;
}
.pagetitle-detail h1 {
  font-size: 36px;
  letter-spacing: 0.08em;
}
.pagetitle-detail .date_cat {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
}
.pagetitle-detail .date_cat .date {
  margin: 0 24px 0 0;
  color: #666666;
  font-size: 14px;
  min-width: 80px;
}

@media (max-width: 768px) {
  .pagetitle-detail {
    padding: 50px 16px 40px 16px;
    margin-bottom: 60px;
  }
  .pagetitle-detail h1 {
    font-size: 26px;
  }
  .pagetitle-detail .date_cat {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .pagetitle-detail .date_cat .date {
    margin: 0 6px 0 0;
    color: #666666;
    font-size: 14px;
    min-width: 80px;
  }
}
/* 投稿系のボタン */
/*------------------------------------ */
/* 汎用ボタン　共通 */
.wp-block-button .wp-block-button__link {
  display: inline-block;
  min-width: 272px;
  margin: 0 0 24px 0;
  padding: 16px;
  border-radius: 8px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.wp-block-button .wp-block-button__link.w25 {
  width: 25%;
}
.wp-block-button .wp-block-button__link.w50 {
  width: 50%;
}
.wp-block-button .wp-block-button__link.w75 {
  width: 75%;
}
.wp-block-button .wp-block-button__link.w100 {
  width: 100%;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button.alignright {
  text-align: right;
}

/* 汎用ボタン　塗り */
.wp-block-button.btn_brand .wp-block-button__link {
  background: #0379C4;
  color: #FFFFFF;
}
.wp-block-button.btn_brand .wp-block-button__link:hover {
  background: #0068AA;
}
.wp-block-button.btn_brand .wp-block-button__link[target=_blank]::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 0 0 8px;
  background: url(/assets/site_fronts/common/ico_blank_white-b616e84978b97b2b15b3d7126146318cde6004daa01e0bdc0c0e782a0a0c3fce.svg) no-repeat;
  content: "";
}
.wp-block-button.btn_brand .wp-block-button__link[href$=".pdf"] {
  padding: 14px 16px 15px 16px;
}
.wp-block-button.btn_brand .wp-block-button__link[href$=".pdf"]::after {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 17px;
  height: 20px;
  margin: 0 0 0 8px;
  background: url(/assets/site_fronts/common/ico_pdf_white-8eb2d9e6b91cdf90c57ef690946952c7793657670e73c6111799c8bf4bc45f58.svg) no-repeat;
  content: "";
}

/* 汎用ボタン　ライン */
.wp-block-button.btn_line .wp-block-button__link {
  border: 1px solid #0379C4;
  background: #FFFFFF;
  color: #0379C4;
}
.wp-block-button.btn_line .wp-block-button__link:hover {
  background: #E5F3FC;
}
.wp-block-button.btn_line .wp-block-button__link[target=_blank]::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 0 0 8px;
  background: url(/assets/site_fronts/common/ico_blank_blue-0509715645d3eac1e670158f93fa4d756ffcc7bb369b01ac4e81a43e20b45043.svg) no-repeat;
  content: "";
}
.wp-block-button.btn_line .wp-block-button__link[href$=".pdf"] {
  padding: 14px 16px 15px 16px;
}
.wp-block-button.btn_line .wp-block-button__link[href$=".pdf"]::after {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 17px;
  height: 20px;
  margin: 0 0 0 8px;
  background: url(/assets/site_fronts/common/ico_pdf_blue-e28fc8ec8e346ae552d23380cce79d33164a6964de5dc836d0b5004698d9ae1f.svg) no-repeat;
  content: "";
}

/* 無効ボタン */
.wp-block-button.disabled .wp-block-button__link {
  border: none !important;
  background: #DDDDDD !important;
  color: #999999 !important;
  cursor: default;
}

/* 投稿系以外のボタン */
/*------------------------------------ */
/* 投稿系以外 汎用ボタン　共通 */
.button {
  display: inline-block;
  min-width: 272px;
  margin: 0 0 24px 0;
  padding: 16px;
  border-radius: 8px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
}
.button.w25 {
  width: 25%;
}
.button.w50 {
  width: 50%;
}
.button.w75 {
  width: 75%;
}
.button.w100 {
  width: 100%;
}

/* 投稿系以外 汎用ボタン　塗り */
.button.btn_brand {
  background: #0379C4;
  color: #FFFFFF !important;
  border: none;
  cursor: pointer;
}
.button.btn_brand:hover {
  background: #0068AA;
}
.button.btn_brand[target=_blank]::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 0 0 8px;
  background: url(/assets/site_fronts/common/ico_blank_white-b616e84978b97b2b15b3d7126146318cde6004daa01e0bdc0c0e782a0a0c3fce.svg) no-repeat;
  content: "";
}
.button.btn_brand[href$=".pdf"] {
  padding: 14px 16px 15px 16px;
}
.button.btn_brand[href$=".pdf"]::after {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 17px;
  height: 20px;
  margin: 0 0 0 8px;
  background: url(/assets/site_fronts/common/ico_pdf_white-8eb2d9e6b91cdf90c57ef690946952c7793657670e73c6111799c8bf4bc45f58.svg) no-repeat;
  content: "";
}

/* 投稿系以外 汎用ボタン　ライン */
.button.btn_line {
  border: 1px solid #0379C4;
  background: #FFFFFF;
  color: #0379C4 !important;
}
.button.btn_line:hover {
  background: #E5F3FC;
}
.button.btn_line[target=_blank]::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 0 0 8px;
  background: url(/assets/site_fronts/common/ico_blank_blue-0509715645d3eac1e670158f93fa4d756ffcc7bb369b01ac4e81a43e20b45043.svg) no-repeat;
  content: "";
}
.button.btn_line[href$=".pdf"] {
  padding: 14px 16px 15px 16px;
}
.button.btn_line[href$=".pdf"]::after {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 17px;
  height: 20px;
  margin: 0 0 0 8px;
  background: url(/assets/site_fronts/common/ico_pdf_blue-e28fc8ec8e346ae552d23380cce79d33164a6964de5dc836d0b5004698d9ae1f.svg) no-repeat;
  content: "";
}

/* 投稿系以外 無効ボタン */
.button.disabled {
  border: none !important;
  background: #DDDDDD !important;
  color: #999999 !important;
  cursor: default;
}

/* 投稿系以外 ボタン配置 */
.btn_al {
  text-align: left;
}

.btn_ac {
  text-align: center;
}
.btn_ac a {
  margin-left: 20px;
  margin-right: 20px;
}

.btn_ar {
  text-align: right;
}

/* 製品カテゴリートップ用ボタン */
.cat_btn_container {
  display: flex;
}

.button.btn_category_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  min-width: auto;
  height: 56px;
  margin: 0 8px 0 0;
  padding: 0;
  border: 1px solid #000000;
  background: #000000;
  color: #FFFFFF !important;
}
.button.btn_category_download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  min-width: auto;
  height: 56px;
  margin: 0 0 0 8px;
  padding: 0;
  border: 1px solid #000000;
  background: #FFFFFF;
  color: #333333 !important;
}
.button.btn_category_contact:hover, .button.btn_category_download:hover {
  opacity: 0.8;
}

/* カテゴリー・タグ */
/*------------------------------------ */
/* セミナー用カテゴリーアイコン */
.cat_tag {
  /* お知らせカテゴリーアイコン */
  /* 導入事例用カテゴリーアイコン */
  /* コラム用カテゴリーアイコン */
  /* セミナー・コラムタグ */
}
.cat_tag.seminar_category {
  display: inline-block;
  padding: 2px 10px 3px 10px;
  margin: 0 8px 8px 0;
  border: 1px solid #333333;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 17px;
}
.cat_tag.seminar_category.seminar_category-blue {
  border-color: #0379C4;
  background: #0379C4;
  color: #FFFFFF;
}
.cat_tag.information_category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 24px;
  background: #0379C4;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
}
.cat_tag.case_category {
  display: inline-block;
  margin: 0 4px 8px 0;
  padding: 4px 8px 4px 8px;
  border: 1px solid #CDDAE2;
  border-radius: 12px;
  background: #FFFFFF;
  color: #0379C4;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 15px;
  vertical-align: middle;
  text-decoration: none;
}
.cat_tag.case_category:hover {
  border-color: #0379C4;
  background: #E5F3FC;
}
.cat_tag.case_category.current {
  border-color: #0379C4;
  background: #0379C4;
  color: #FFFFFF;
}
.cat_tag.column_category {
  display: inline-block;
  padding: 4px 12px 4px 12px;
  border-radius: 13px;
  background: #0379C4;
  color: #FFFFFF !important;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 17px;
  text-decoration: none;
}
.cat_tag.column_category:hover {
  border-color: #0379C4;
  background: #0068AA;
}
.cat_tag.seminar_tag {
  display: inline-block;
  margin: 0 4px 8px 0;
  padding: 4px 8px 5px 8px;
  border-radius: 2px;
  background: #F7F7F7;
  font-size: 12px;
  line-height: 1.4;
  vertical-align: middle;
  text-decoration: none;
  color: #333333;
}
.cat_tag.seminar_tag::before {
  margin: 0 2px 0 0;
  content: "#";
}
.cat_tag.seminar_tag:hover {
  border-color: #0379C4;
  background: #E5F3FC;
  color: #0379C4;
}
.cat_tag.seminar_tag.current {
  background: #0379C4;
  color: #FFFFFF;
}
.cat_tag.time_category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 24px;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .cat_tag.information_category {
    width: auto;
    min-width: 80px;
    height: 18px;
    font-size: 11px;
    line-height: 17px;
    padding: 0 10px;
  }
}
/* 一覧（カード） */
/*------------------------------------ */
/* セミナー用カード */
.seminar_card_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seminar_card_container::after {
  width: 31.125827%;
  content: "";
}
.seminar_card_container .seminar_card {
  width: 31.125827%;
  margin: 0 0 50px 0;
}
.seminar_card_container .seminar_card .thumbnail {
  aspect-ratio: 1.91/1;
  margin: 0 0 16px 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
}
.seminar_card_container .seminar_card .thumbnail img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.seminar_card_container .seminar_card .date_category {
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
}
.seminar_card_container .seminar_card .date_category .date {
  display: inline-block;
  margin: 0 11px 0 0;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.08;
}
.seminar_card_container .seminar_card .title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.seminar_card_container .seminar_card .title--02 {
  font-size: 16px;
  margin: 0 0 10px;
}
.seminar_card_container .seminar_card .c_name {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.4;
}
.seminar_card_container .seminar_card .clickable_area {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333333;
}
.seminar_card_container .seminar_card .clickable_area:hover .thumbnail img {
  transform: scale(1.08);
}
.seminar_card_container .seminar_card .clickable_area:hover .title {
  color: #0379C4;
}
.seminar_card_container .seminar_card .status {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  border-radius: 8px 0 8px 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
}
.seminar_card_container .seminar_card .status.accepting {
  width: 112px;
  background: #E8875C;
}
.seminar_card_container .seminar_card .status.archives {
  width: 160px;
  background: #111111;
}
.seminar_card_container .seminar_card .status.finished {
  width: 112px;
  background: #999999;
}
.seminar_card_container.column--04 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.seminar_card_container.column--04::after {
  width: 25%;
  content: "";
}
.seminar_card_container.column--04 .seminar_card {
  width: 25%;
  margin: 0 0 50px 0;
  padding: 0 15px 0;
}
.seminar_card_container.column--04 .seminar_card .date_category {
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
}
.seminar_card_container.column--04 .seminar_card .date_category .date {
  display: inline-block;
  margin: 0 11px 0 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.08;
}
.seminar_card_container.column--04 .seminar_card .status {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  border-radius: 8px 0 8px 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
}
.seminar_card_container.column--04 .seminar_card .status.accepting {
  width: 112px;
  background: #E8875C;
}
.seminar_card_container.column--04 .seminar_card .status.archives {
  width: 112px;
  background: #111111;
}
.seminar_card_container.column--04 .seminar_card .status.finished {
  width: 112px;
  background: #999999;
}

@media (max-width: 768px) {
  .seminar_card_container.column--02-sp .seminar_card .date_category {
    display: block;
  }
}
@media (max-width: 768px) {
  .seminar_card_container.column--02-sp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .seminar_card_container.column--02-sp::after {
    width: 50%;
    content: "";
  }
  .seminar_card_container.column--02-sp .seminar_card {
    width: 50%;
    margin: 0 0 40px 0;
    padding: 0 12px 0;
    display: none;
  }
  .seminar_card_container.column--02-sp .seminar_card:nth-child(1), .seminar_card_container.column--02-sp .seminar_card:nth-child(2), .seminar_card_container.column--02-sp .seminar_card:nth-child(3), .seminar_card_container.column--02-sp .seminar_card:nth-child(4) {
    display: block;
  }
  .seminar_card_container.column--02-sp .seminar_card .date_category {
    display: block;
    margin: 0 0 8px 0;
  }
  .seminar_card_container.column--02-sp .seminar_card .date_category .date {
    display: block;
    margin: 0 11px 0 0;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.08;
  }
  .seminar_card_container.column--02-sp .seminar_card .status {
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 8px 0;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
  }
  .seminar_card_container.column--02-sp .seminar_card .status.accepting {
    width: 83px;
    background: #E8875C;
  }
  .seminar_card_container.column--02-sp .seminar_card .status.archives {
    width: 100px;
    background: #111111;
  }
  .seminar_card_container.column--02-sp .seminar_card .status.finished {
    width: 83px;
    background: #999999;
  }
}
@media (max-width: 768px) {
  .seminar_card_container {
    display: block;
  }
}
@media (max-width: 768px) {
  .seminar_card_container::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .seminar_card_container .seminar_card {
    width: 100%;
    margin: 0 0 53px 0;
  }
}
@media (max-width: 768px) {
  .seminar_card_container .seminar_card .date_category .date {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .seminar_card_container .seminar_card .title {
    font-size: 16px;
  }
}
/* セミナー（SP時横スクロール版） */
.seminar_card_scroll_container {
  margin: 0 0 40px 0;
}
.seminar_card_scroll_container .seminar_card_container .seminar_card, .seminar_card_scroll_container .seminar_card_container .title {
  margin: 0 0 0 0;
}

@media (max-width: 768px) {
  .seminar_card_scroll_container {
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: calc(100% + 32px);
    margin: 0 0 40px -16px;
    padding: 0 16px 0 16px;
    overflow-x: scroll;
  }
  .seminar_card_scroll_container::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) {
  .seminar_card_scroll_container .seminar_card_container {
    display: flex;
    flex-wrap: nowrap;
    width: 932px;
  }
}
@media (max-width: 768px) {
  .seminar_card_scroll_container .seminar_card_container .seminar_card {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .seminar_card_container .seminar_card .title--02 {
    font-size: 14px;
  }
}
/* コラム用カード */
.column_card_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 792px;
}
.column_card_container .column_card {
  width: 47.474747%;
  margin: 0 0 40px 0;
}
.column_card_container .column_card .thumbnail {
  aspect-ratio: 1.91/1;
  margin: 0 0 16px 0;
  overflow: hidden;
  border-radius: 8px;
}
.column_card_container .column_card .thumbnail img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.column_card_container .column_card .category {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
}
.column_card_container .column_card .date {
  margin: 0 11px 0 0;
  margin: 0 0 16px 0;
  color: #666666;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.column_card_container .column_card .title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.column_card_container .column_card .clickable_area {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333333;
}
.column_card_container .column_card .clickable_area:hover .thumbnail img {
  transform: scale(1.08);
}
.column_card_container .column_card .clickable_area:hover .title {
  color: #0379C4;
}

@media (max-width: 768px) {
  .column_card_container {
    display: block;
  }
}
@media (max-width: 768px) {
  .column_card_container .column_card {
    width: 100%;
    margin: 0 0 53px 0;
  }
}
@media (max-width: 768px) {
  .column_card_container .column_card .title {
    font-size: 16px;
  }
}
/* 会社情報用カード */
.company_card_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company_card_container::after {
  width: 31.125827%;
  content: "";
}
.company_card_container .company_card {
  width: 31.125827%;
  margin: 0 0 50px 0;
}
.company_card_container .company_card .thumbnail {
  aspect-ratio: 1.91/1;
  margin: 0 0 16px 0;
  overflow: hidden;
  border-radius: 8px;
}
.company_card_container .company_card .thumbnail img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.company_card_container .company_card .title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.company_card_container .company_card .clickable_area {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333333;
}
.company_card_container .company_card .clickable_area:hover .thumbnail img {
  transform: scale(1.08);
}
.company_card_container .company_card .clickable_area:hover .title {
  color: #0379C4;
}

@media (max-width: 768px) {
  .company_card_container {
    display: block;
  }
}
@media (max-width: 768px) {
  .company_card_container::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .company_card_container .company_card {
    width: 100%;
    margin: 0 0 53px 0;
  }
}
@media (max-width: 768px) {
  .company_card_container .company_card .title {
    font-size: 16px;
  }
}
/* 事例カルーセル用カード */
.case_carousel_card {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 600px;
  padding: 40px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 5px 25px rgba(0, 86, 141, 0.1);
  transition: 0.3s;
  text-decoration: none !important;
  color: #333333 !important;
}
.case_carousel_card .title {
  width: 100%;
  margin: 0 0 24px 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.case_carousel_card .profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.case_carousel_card .profile .avatar {
  aspect-ratio: 1/1;
  width: 96px;
  height: 96px;
  margin: 0 16px 0 0;
}
.case_carousel_card .profile .avatar img {
  width: 100%;
  height: 100%;
}
.case_carousel_card .profile .name {
  width: 408px;
  font-size: 14px;
  line-height: 1.4;
}
.case_carousel_card:hover {
  box-shadow: 0 5px 25px rgba(0, 86, 141, 0.2);
}
.case_carousel_card:hover .title {
  color: #0379C4;
}

@media (max-width: 768px) {
  .case_carousel_card {
    width: 344px;
  }
}
@media (max-width: 360px) {
  .case_carousel_card {
    width: 304px;
  }
}
@media (max-width: 768px) {
  .case_carousel_card .profile {
    height: 96px;
  }
}
@media (max-width: 768px) {
  .case_carousel_card .profile .name {
    display: flex;
    align-items: center;
    width: auto;
    height: 100%;
    font-size: 12px;
  }
}
/* 事例一覧用カード */
.case_card_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case_card_container::after {
  width: 31.125827%;
  content: "";
}
.case_card_container .case_list_card {
  display: block;
  width: 31.125827%;
  margin: 0 0 40px 0;
  padding: 24px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  text-decoration: none !important;
  color: #333333 !important;
}
.case_card_container .case_list_card .title {
  width: 100%;
  margin: 0 0 24px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.case_card_container .case_list_card .profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 24px 0;
}
.case_card_container .case_list_card .profile .avatar {
  aspect-ratio: 1/1;
  width: 24.39%;
}
.case_card_container .case_list_card .profile .avatar img {
  width: 100%;
  height: 100%;
}
.case_card_container .case_list_card .profile .name {
  width: 70.73%;
  font-size: 14px;
  line-height: 1.4;
}
.case_card_container .case_list_card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .case_card_container {
    display: block;
  }
}
@media (max-width: 768px) {
  .case_card_container::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .case_card_container .case_list_card {
    width: 100%;
  }
}
/* 動画用カード */
.video_card_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.video_card_container::after {
  width: 31.125827%;
  content: "";
}
.video_card_container .video_card {
  display: block;
  width: 31.125827%;
  margin: 0 0 40px 0;
  padding: 24px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  text-decoration: none !important;
  color: #333333 !important;
}
.video_card_container .video_card .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 24px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.video_card_container .video_card .title .icon {
  width: 17.07%;
}
.video_card_container .video_card .title p {
  width: 78.04%;
  margin: 0;
}
.video_card_container .video_card .lineup {
  margin: 24px 0 0 0;
  padding: 0;
  list-style: none;
}
.video_card_container .video_card .lineup li {
  border-top: 1px solid #DDDDDD;
  padding: 0;
  margin: 0;
}
.video_card_container .video_card .lineup li::before {
  display: none;
}
.video_card_container .video_card .lineup li a {
  display: block;
  padding: 16px 0 16px 0;
  background: url(/assets/site_fronts/common/ico_arrow_textlink-f9ee8c606d6379a0edf79ce0a0ca1067da8b602b9eb00ff4cced4e9074a578ea.svg) no-repeat right 20px;
  text-decoration: none;
  color: #333333;
}
.video_card_container .video_card .lineup li a:hover {
  color: #0379C4;
}
.video_card_container .video_card .lineup li:last-child a {
  padding: 16px 0 0 0;
}
.video_card_container a.video_card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .video_card_container {
    display: block;
  }
}
@media (max-width: 768px) {
  .video_card_container::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .video_card_container .video_card {
    width: 100%;
  }
}
/* 課題から探す用カード */
.search_card_container {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
.search_card_container::after {
  width: 368px;
  content: "";
}
.search_card_container .search_card {
  display: block;
  width: 368px;
  margin: 0 0 24px 0;
  padding: 24px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  text-decoration: none;
  color: #333333;
}
.search_card_container .search_card.current {
  background: #F2FAFF;
}
.search_card_container .search_card .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 24px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.search_card_container .search_card .title .icon {
  width: 56px;
}
.search_card_container .search_card .title p {
  width: 240px;
  margin: 0;
  line-height: inherit;
}
.search_card_container .search_card:hover {
  box-shadow: 0 5px 25px rgba(0, 86, 141, 0.2);
  color: inherit !important;
}

@media (max-width: 768px) {
  .search_card_container {
    display: block;
  }
}
@media (max-width: 768px) {
  .search_card_container::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .search_card_container .search_card {
    width: 100%;
  }
}
/* タブメニュー */
/*------------------------------------ */
@media (max-width: 768px) {
  .tab_container .tab_scroll_container {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
  }
  .tab_container .tab_scroll_container::-webkit-scrollbar {
    display: none;
  }
}
.tab_container .tab_header {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.tab_container .tab_header .tab {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 11px 0;
  color: #999999;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.tab_container .tab_header .tab:not(:last-of-type) {
  margin: 0 40px 10px 0;
}
.tab_container .tab_header .tab:hover {
  color: #0379C4;
}
.tab_container .tab_header .tab::before {
  display: none;
}
.tab_container .tab_header .tab.current {
  padding: 0 0 8px 0;
  border-bottom: 3px solid #0379C4;
  color: #333333;
}
.tab_container .tab_contents {
  position: relative;
}
.tab_container .tab_contents .tab_contents_box {
  width: 100%;
}
.tab_container .tab_contents .tab_contents_box:not(:first-of-type) {
  display: none;
}

@media (max-width: 768px) {
  .tab_container .tab_header {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .tab_container .tab_header .tab {
    margin: 0 0 24px 0;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .tab_container .tab_header .tab:not(:last-of-type) {
    margin: 0 24px 24px 0;
  }
}
@media (min-width: 768px) {
  .tab_container .tab_header.flex-c {
    justify-content: center;
  }
}
/* タブメニュー */
/*------------------------------------ */
.tab_container--min .tab_scroll_container .tab_header .tab {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 11px 0;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.tab_container--min .tab_scroll_container .tab_header .tab:not(:last-of-type) {
  margin: 0 64px 0 0;
}
.tab_container--min .tab_scroll_container .tab_header .tab:hover {
  color: #0379C4;
}
.tab_container--min .tab_scroll_container .tab_header .tab.current {
  padding: 0 0 8px 0;
  border-bottom: 2px solid #0379C4;
  color: #333333;
}
.tab_container--min .tab_scroll_container .tab_contents {
  position: relative;
}
.tab_container--min .tab_scroll_container .tab_contents .tab_contents_box {
  width: 100%;
}
.tab_container--min .tab_scroll_container .tab_contents .tab_contents_box:not(:first-of-type) {
  display: none;
}

@media (max-width: 768px) {
  .tab_container .tab_scroll_container {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
  }
  .tab_container .tab_scroll_container::-webkit-scrollbar {
    display: none;
  }
  .tab_container--min .tab_scroll_container .tab_header .tab:not(:last-of-type) {
    margin: 0 24px 0 0;
  }
}
@media (max-width: 768px) {
  .tab_container .tab_header {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .tab_container .tab_header .tab {
    margin: 0 0 24px 0;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .tab_container .tab_header .tab:not(:last-of-type) {
    margin: 0 24px 24px 0;
  }
}
/* アンカーリンク */
/*------------------------------------ */
.anker_link_container ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.anker_link_container ul li {
  width: 16.6666%;
  margin: 0 0 40px 0 !important;
  padding: 0 !important;
}
.anker_link_container ul li::before {
  display: none !important;
}
.anker_link_container ul li a {
  display: inline-block;
  padding: 0 0 0 27px;
  background: url(/assets/site_fronts/common/ico_ankerlink_arrow-dff1a67813d0a4a9d399a278cb17800474fe018b103370aa0358be7e8099afc4.svg) no-repeat 0 50%;
  text-decoration: underline;
  color: #333333;
}
.anker_link_container ul li a:hover {
  color: #0379C4;
}

@media (max-width: 768px) {
  .anker_link_container ul li {
    width: 20%;
    margin: 0 0 32px 0;
  }
}
@media (max-width: 768px) {
  .anker_link_container ul li a {
    padding: 0 0 0 20px;
  }
}
/* FAQ */
/*------------------------------------ */
.faq_container .faq_box {
  margin: 0 0 16px 0;
  border-radius: 8px;
  background: #F7F7F7;
}
.faq_container .faq_box.faq_box_white {
  background-color: #fff;
  margin: 0 0 24px 0;
}
.faq_container .faq_box dt {
  position: relative;
  padding: 24px 64px;
  background: url(/assets/site_fronts/common/ico_faq_q_pc-736636956752bac0c3ed51402c016384d73487cda66c5d91e977c0efe234e22e.svg) no-repeat 24px 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  transition: 0.3s;
  cursor: pointer;
}
.faq_container .faq_box dt::before {
  display: block;
  position: absolute;
  top: 36px;
  right: 28px;
  width: 16px;
  height: 2px;
  background: #333333;
  content: "";
  transition: 0.3s;
}
.faq_container .faq_box dt::after {
  display: block;
  position: absolute;
  top: 29px;
  right: 35px;
  width: 2px;
  height: 16px;
  background: #333333;
  content: "";
  transition: 0.3s;
}
.faq_container .faq_box dt.open::before {
  transform: rotate(180deg);
}
.faq_container .faq_box dt.open::after {
  transform: rotate(270deg);
}
.faq_container .faq_box dd {
  display: none;
  margin: 16px 0 0 0;
  padding: 0 24px 24px;
}
.faq_container .faq_box dd a {
  display: inline-block;
  margin: 14px 0 0 0;
  color: #0379C4;
  font-weight: bold;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .faq_container .faq_box:hover dt {
    transition: 0.3s;
    color: #0379C4;
  }
}
@media (max-width: 768px) {
  .faq_container .faq_box dt {
    padding: 16px 48px 16px 40px;
    background: url(/assets/site_fronts/common/ico_faq_q_sp-ee0abd400971f58dfdf049a726b6db0afdeac9d16740e4759c1b075f0ad00053.svg) no-repeat 16px 16px;
    font-size: 16px;
  }
  .faq_container .faq_box dt::before {
    top: 28px;
    right: 20px;
  }
  .faq_container .faq_box dt::after {
    top: 21px;
    right: 27px;
  }
}
@media (max-width: 768px) {
  .faq_container .faq_box dd {
    font-size: 14px;
    padding: 0 16px 16px 16px;
  }
}
/* ページネーション */
/*------------------------------------ */
.pagenation_container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}
.pagenation_container ul li {
  margin: 0 5px !important;
  padding: 0 !important;
}
.pagenation_container ul li::before {
  display: none !important;
}
.pagenation_container ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  color: #666666;
  line-height: 1;
  text-decoration: none;
}
.pagenation_container ul li a:hover {
  border-color: #0379C4;
  color: #0379C4;
}
.pagenation_container ul li.current a {
  border-color: #0379C4;
  background: #0379C4;
  color: #FFFFFF;
}
.pagenation_container ul li.prev_arrow {
  transform: rotate(180deg);
}
.pagenation_container ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #666666;
  line-height: 1;
}

/* サイト内共通回遊用パーツ */
/*------------------------------------ */
/* 導入事例カルーセル */
.cmn_carousel_container {
  padding: 80px 0 80px 0;
  background: #F2FAFF;
}
.cmn_carousel_container h2 {
  max-width: 1208px;
  margin: 0 auto 40px auto;
  font-size: 34px;
  letter-spacing: 0.08em;
  text-align: center;
}
.cmn_carousel_container .case_carousel.slick-dotted.slick-slider {
  margin: 0 0 104px 0;
}
.cmn_carousel_container .case_carousel .case_carousel_card {
  margin: 0 12px 0 12px;
}
.cmn_carousel_container .case_carousel .slick-list {
  overflow: visible;
}
.cmn_carousel_container .case_carousel .slider_arrow {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 24px;
  background: #0379C4;
  cursor: pointer;
}
.cmn_carousel_container .case_carousel .slider_arrow.prev_arrow {
  transform: rotate(180deg) translateX(312px);
}
.cmn_carousel_container .case_carousel .slider_arrow.next_arrow {
  transform: translateX(312px);
}
.cmn_carousel_container .case_carousel .slick-dots {
  display: flex;
  bottom: -54px;
  justify-content: center;
  height: 14px;
}
.cmn_carousel_container .case_carousel .slick-dots li {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 10px;
}
.cmn_carousel_container .case_carousel .slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 7px;
  background: #CDDAE2;
}
.cmn_carousel_container .case_carousel .slick-dots li button::before {
  display: none;
}
.cmn_carousel_container .case_carousel .slick-dots li.slick-active button {
  background: #0379C4;
}

@media (max-width: 768px) {
  .cmn_carousel_container .case_carousel .slider_arrow {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .cmn_carousel_container .case_carousel .slider_arrow.prev_arrow {
    right: auto;
    left: 4px;
    transform: rotate(180deg) translateX(0);
  }
}
@media (max-width: 768px) {
  .cmn_carousel_container .case_carousel .slider_arrow.next_arrow {
    right: 4px;
    left: auto;
    transform: translateX(0);
  }
}
/* 企業情報、用語集等の下部に設置するテキストのみの回遊パーツ */
/*------------------------------------ */
.company_words_container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
.company_words_container ul::after {
  width: 31.043046%;
  content: "";
}
.company_words_container ul li {
  width: 31.043046%;
  margin: 0 0 24px 0 !important;
  padding: 0 !important;
}
.company_words_container ul li::before {
  display: none !important;
}
.company_words_container ul li a {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 24px 0 24px;
  border-radius: 8px;
  background: url(/assets/site_fronts/common/ico_arrow_textlink-f9ee8c606d6379a0edf79ce0a0ca1067da8b602b9eb00ff4cced4e9074a578ea.svg) no-repeat calc(100% - 16px) 50% #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333333;
}
.company_words_container ul li a:hover {
  background: url(/assets/site_fronts/common/ico_arrow_textlink-f9ee8c606d6379a0edf79ce0a0ca1067da8b602b9eb00ff4cced4e9074a578ea.svg) no-repeat calc(100% - 16px) 50% #F2FAFF;
  color: #0379C4;
}

@media (max-width: 768px) {
  .company_words_container ul {
    display: block;
  }
}
@media (max-width: 768px) {
  .company_words_container ul::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .company_words_container ul li {
    width: 100%;
  }
}
/* 一覧（テキスト） */
/*------------------------------------ */
.information_list_container ul {
  padding: 0;
  border-top: 1px solid #DDDDDD;
  list-style: none;
}
.information_list_container ul li {
  margin: 0 0 0.625em 0 !important;
  border-bottom: 1px solid #DDDDDD;
}
.information_list_container ul li::before {
  display: none !important;
}
.information_list_container ul li a {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0;
  color: #333333;
  text-decoration: none;
}
@media (min-width: 769px) {
  .information_list_container ul li a {
    line-height: 1;
  }
}
.information_list_container ul li a:hover {
  color: #0379C4;
}
.information_list_container ul li a:hover .date {
  color: #666666;
}
.information_list_container ul li a .date_cat {
  display: flex;
  align-items: center;
  margin: 0 24px 0 0;
}
.information_list_container ul li a .date_cat .date {
  margin: 0 24px 0 0;
  color: #666666;
  font-size: 14px;
  min-width: 80px;
}

@media (max-width: 768px) {
  .information_list_container ul li a {
    flex-wrap: wrap;
  }
  .information_list_container ul li a .title {
    width: 100%;
    font-size: 13px;
  }
  .information_list_container ul li a .date_cat {
    width: 100%;
    margin: 0 0 8px 0;
  }
}
@media (max-width: 769px) {
  .information_list_container ul li a .date_cat {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .information_list_container ul li a .date_cat .date {
    margin: 0 6px 0 0;
    color: #666666;
    font-size: 14px;
    min-width: 80px;
  }
}
/* モーダルウィンドウ */
/*------------------------------------ */
.modal_contents {
  display: none;
}

.modaal-container h2 {
  margin: 0 0 24px 0;
  font-size: 34px;
  letter-spacing: 0.08em;
  line-height: 1.31;
  text-align: center;
}
.modaal-container p {
  margin: 0 0 40px 0;
}
.modaal-container .button:last-child {
  margin: 0 0 0 0;
}
.modaal-container .modaal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #000000;
}
.modaal-container .modaal-close::before, .modaal-container .modaal-close::after {
  top: 6px;
  left: 15px;
  width: 3px;
}
.modaal-container .modaal-close:focus:before, .modaal-container .modaal-close:focus:after {
  background: #FFFFFF;
}
.modaal-container .modaal-close:hover:before, .modaal-container .modaal-close:hover:after {
  background: #FFFFFF;
}

/* フォーム */
/*------------------------------------ */
/* プログレスバー */
.form_progress_bar {
  max-width: 792px;
  margin: 0 auto;
}
.form_progress_bar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}
.form_progress_bar ul .number {
  z-index: 1;
  position: relative;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  padding: 0 !important;
  margin: 0 !important;
}
.form_progress_bar ul .number::before {
  display: none !important;
}
.form_progress_bar ul .number .step_num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 0 10px 0;
  border: 1px solid #DDDDDD;
  border-radius: 30px;
  background: #FFFFFF;
  color: #AFAFAF;
  font-size: 24px;
}
.form_progress_bar ul .number.current {
  color: #0379C4;
}
.form_progress_bar ul .number.current .step_num {
  border-color: #0379C4;
  background: #0379C4;
  color: #FFFFFF;
}
.form_progress_bar ul .number.complete {
  color: #0379C4;
}
.form_progress_bar ul .number.complete .step_num {
  border: 2px solid #0379C4;
}
.form_progress_bar ul .number.complete + .line {
  background: #0379C4;
}
.form_progress_bar ul .line {
  width: 306px;
  height: 1px;
  margin: 0 0 30px 0 !important;
  background: #DDDDDD;
  padding: 0 !important;
}
.form_progress_bar ul .line::before {
  display: none !important;
}

@media (max-width: 768px) {
  .form_progress_bar ul {
    position: relative;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .form_progress_bar ul .number .step_num {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }
}
@media (max-width: 768px) {
  .form_progress_bar ul .line {
    position: absolute !important;
    top: 24px;
    width: 39vw;
  }
  .form_progress_bar ul .line:nth-child(2) {
    left: 48px;
  }
  .form_progress_bar ul .line:nth-child(4) {
    right: 48px;
  }
}
/* プログレスバー */
.error_message {
  margin: 0 0 80px 0;
  padding: 16px 16px 16px 52px;
  border-radius: 8px;
  background: url(/assets/site_fronts/common/ico_alert-6a4fa1410aececd0b4aaaf86c4dcb54fa67b7a11fc42df8b441d9ae6964d670a.svg) no-repeat 16px 16px #FFEAEA;
  color: #F0332B;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .error_message {
    margin: 0 0 40px 0;
  }
}
/* フォームレイアウト */
.form_container input[type=text], .form_container input[type=tel], .form_container input[type=email], .form_container input[type=password], .form_container input[type=file] {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #CDDAE2;
  border-radius: 5px;
}
.form_container input[type=file] {
  padding: 7px 16px;
}
.form_container input[type=text]:hover, .form_container input[type=tel]:hover, .form_container input[type=email]:hover, .form_container input[type=password]:hover {
  border-color: #0379C4;
}
.form_container input[type=text]:focus, .form_container input[type=tel]:focus, .form_container input[type=email]:focus, .form_container input[type=password]:focus {
  border-color: #0379C4;
  outline: 0;
  box-shadow: 0 0 5px #0379C4;
}
.form_container .input_area .error_txt {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #D9120A;
}
.form_container .error input[type=text], .form_container .error input[type=tel], .form_container .error input[type=email], .form_container .error input[type=password] {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #F0332B;
  background-color: #FFEAEA;
  border-radius: 5px;
}
.form_container .error input[type=text]:hover, .form_container .error input[type=tel]:hover, .form_container .error input[type=email]:hover, .form_container .error input[type=password]:hover {
  border-color: #F0332B;
}
.form_container .error input[type=text]:focus, .form_container .error input[type=tel]:focus, .form_container .error input[type=email]:focus, .form_container .error input[type=password]:focus {
  border-color: #F0332B;
  outline: 0;
  box-shadow: 0 0 5px #F0332B;
}
.form_container .error .error_txt {
  display: block;
}
.form_container .p-registration__search-input {
  display: flex;
  position: relative;
}
.form_container .p-registration__search-input .input_box .input_area input {
  width: calc(100% - 110px);
}
.form_container .p-registration__search-input .wp-block-button__link {
  margin-top: 2.3rem;
  min-width: 100px;
  width: 100px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .form_container .p-registration__search-input .input_box .input_area input {
    width: calc(100% - 110px);
    margin-left: 5px;
  }
  .form_container .p-registration__search-input .wp-block-button__link {
    min-width: 100px;
    width: 100px;
    margin-top: inherit;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.form_container .p-registration__search-btn {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .form_container .p-registration__confirm-btn {
    display: flex;
    gap: 1rem;
    justify-content: center;
  }
}
.form_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #CDDAE2;
  border-radius: 5px;
  background-image: url(/assets/site_fronts/common/ico_header_product_arrow_on-2ab96cb344812f97c1eb496f1cda5ca129e65926d229f284d85bd03caccb5e4f.svg);
  background-position: calc(100% - 16px) 50%;
  background-repeat: no-repeat;
}
.form_container select:hover {
  border-color: #0379C4;
}
.form_container select:focus {
  border-color: #0379C4;
  outline: 0;
  box-shadow: 0 0 5px #0379C4;
}
.form_container .error select {
  border: 1px solid #F0332B;
  background-color: #FFEAEA;
}
.form_container .error select:hover {
  border-color: #F0332B;
}
.form_container .error select:focus {
  border-color: #F0332B;
  box-shadow: 0 0 5px #F0332B;
}
.form_container .error .error_txt {
  display: block;
}
.form_container textarea {
  width: 100%;
  height: 160px;
  padding: 8px 16px 8px 16px;
  border: 1px solid #CDDAE2;
  border-radius: 5px;
}
.form_container textarea:hover {
  border-color: #0379C4;
}
.form_container textarea:focus {
  border-color: #0379C4;
  outline: 0;
  box-shadow: 0 0 5px #0379C4;
}
.form_container .error textarea {
  border: 1px solid #F0332B;
  background-color: #FFEAEA;
}
.form_container .error textarea:hover {
  border-color: #F0332B;
}
.form_container .error textarea:focus {
  border-color: #F0332B;
  box-shadow: 0 0 5px #F0332B;
}
.form_container .error .error_txt {
  display: block;
}
.form_container label.radio {
  display: block;
  position: relative;
  margin: 11px 0 14px 0;
  padding-left: 32px;
  line-height: 24px;
  cursor: pointer;
}
.form_container label.radio:last-child {
  margin: 11px 0 0 0;
}
.form_container label.radio input[type=radio] {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form_container label.radio .outside {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border: 2px solid #CDDAE2;
  border-radius: 50%;
  background: #FFFFFF;
}
.form_container label.radio .outside-top {
  top: 15px;
}
.form_container label.radio input[type=radio]:checked + .outside {
  transform: scale(1, 1);
  border: 6px solid #0379C4;
  animation: radio-select 0.1s linear;
}
.form_container .error label.radio .outside {
  border: 2px solid #F0332B;
  background-color: #FFEAEA;
}

.no-transforms .form_container label.radio input[type=radio]:checked + .outside {
  width: 14px;
  height: 14px;
}

.form_container label.check {
  display: block;
  position: relative;
  margin: 11px 0 14px 0;
  padding-left: 32px;
  line-height: 24px;
  cursor: pointer;
}
.form_container label.check:last-child {
  margin: 11px 0 0 0;
}
.form_container label.check input[type=checkbox] {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form_container label.check .outside {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border: 2px solid #CDDAE2;
  border-radius: 4px;
  background: #FFFFFF;
}
.form_container label.check .outside-top {
  top: 15px;
}
.form_container label.check .inside {
  display: inline-block;
  position: absolute;
  top: 50%;
  top: 5px;
  left: 50%;
  left: 3px;
  width: 15px;
  height: 10px;
  transform: translate(-50%, -50%);
  transform: scale(0, 0);
  background: url(/assets/site_fronts/common/ico_form_check-26c9bca50f77277397f45aebd3391a30e384623f25406dd235e1c49998edf4e3.svg) no-repeat;
  background-size: contain;
}

.form_container .error label.check .outside {
  border: 2px solid #f00;
  background-color: #FFEAEA;
}

.no-transforms .form_container label.check .inside {
  top: auto;
  left: auto;
  width: 0;
  height: 0;
}

.form_container label.check input[type=checkbox]:checked + .outside .inside {
  transform: scale(1, 1);
  animation: radio-select 0.1s linear;
}

.no-transforms .form_container label.check input[type=checkbox]:checked + .outside .inside {
  width: 14px;
  height: 14px;
}

.form_container label.check input[type=checkbox]:checked + .outside {
  border: 2px solid #0379C4;
  background: #0379C4;
}
.form_container .input_box {
  gap: 4%;
  display: grid;
  grid-template-columns: 37.6% 58.4%;
  width: 100%;
  margin: 0 0 16px 0;
}
.form_container .input_box.no_label .label_area::before {
  display: none;
}
.form_container .input_box.check_ok .label_area::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/site_fronts/common/ico_check_ok-b62e5a19d68a291b0ea0e2de81189d7facacab09acb47ea3c11748855272b010.svg) no-repeat;
  background-size: contain;
  content: "";
}
.form_container .input_box.required .label_area::before {
  background: #F0332B;
  color: #FFFFFF;
  content: "必須";
}
.form_container .input_box .label_area {
  padding: 8px 0 0 0;
}
.form_container .input_box .label_area::before {
  display: inline-block;
  width: 40px;
  margin: 0 4px 0 0;
  border-radius: 2px;
  background: #CDDAE2;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  content: "任意";
}
.form_container .input_box .label_area .min-txt {
  color: #999999;
  display: block;
  padding-left: 45px;
}
.form_container .input_box .input_area .two_column {
  gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.form_container .input_box .input_area .two_column .column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form_container .input_box .input_area .two_column .column input[type=text], .form_container .input_box .input_area .two_column .column input[type=tel], .form_container .input_box .input_area .two_column .column input[type=email], .form_container .input_box .input_area .two_column .column input[type=password] {
  max-width: 100%;
}

.form_container .inline_txt {
  border: 1px solid #CDDAE2;
  width: 100%;
  height: 320px;
  overflow: auto;
  font-size: 14px;
  padding: 24px;
}
.form_container .inline_txt_check {
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #999999;
  background-color: #DDDDDD;
  border: 1px solid #CDDAE2;
  border-top: none;
  padding: 16px;
}
.form_container .inline_txt_check .check {
  color: #999999;
  cursor: default;
  font-size: 14px;
}
.form_container .inline_txt_check .check.is-active {
  color: #333333;
  cursor: pointer;
}
.form_container .inline_txt_check.is-active {
  background-color: #F2FAFF;
}
.form_container .btn_confirm.non-active a {
  cursor: default;
  pointer-events: none;
  background-color: #DDDDDD;
  color: #999999 !important;
}
.form_container .gray_box {
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 40px;
  margin-top: 60px;
}
.form_container .gray_box ul {
  margin: 0;
}
.form_container .gray_box ul li {
  display: block;
  margin: 0 0 0 0;
  padding: 0;
}
.form_container .gray_box ul li::before {
  display: none;
}
.form_container .gray_box ul li + li {
  margin-top: 8px;
}

.form_2column .form_container .inline_txt {
  border: 1px solid #CDDAE2;
  width: 100%;
  height: 160px;
  overflow: auto;
  font-size: 14px;
  padding: 16px;
}

@media (max-width: 768px) {
  .form_container .input_box {
    display: block;
    margin: 0 0 32px 0;
  }
}
@media (max-width: 768px) {
  .form_container .input_box .label_area {
    margin: 0 0 8px 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .form_container .input_box .input_area.two_column {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .form_container .input_box .input_area.two_column .column input[type=text], .form_container .input_box .input_area.two_column .column input[type=tel], .form_container .input_box .input_area.two_column .column input[type=email], .form_container .input_box .input_area.two_column .column input[type=password] {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .form_container .inline_txt {
    padding: 16px;
  }
  .form_container .gray_box {
    padding: 30px 16px;
  }
}
/* 資料ダウンロード、メールマガジン 入力画面 / 確認画面 */
/* ========================================================== */
.form_2column .article_contents h2.border {
  text-align: left;
}

.form_2column {
  gap: 64px;
  display: grid;
  grid-template-columns: 792px 1fr;
}

@media (max-width: 1023px) {
  .form_2column {
    display: block;
  }
}
.form_2column ul.col2 {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .form_2column ul.col2 {
    display: block;
  }
}
.form_2column ul.col2 li {
  width: 50%;
  margin: 0 0 24px 0 !important;
}

@media (max-width: 1023px) {
  .form_2column ul.col2 li {
    width: 100%;
  }
}
.form_2column .cta_block_container {
  margin: 80px 0 0 0;
  padding: 16px 32px;
  background: url(/assets/site_fronts/common/bg_block_cta_pc-c6ac64c560d0292312b9614fee2c8567cd50bd1c58729c92a0c9cf50329c06db.png) no-repeat 0 30%;
}

@media (max-width: 1023px) {
  .form_2column .cta_block_container {
    margin: 7.8201368524vw 0 0 0;
  }
}
.form_2column .cta_block_container .text_area p {
  margin: 0;
}

.form_2column .cta_block_container .text_area .title {
  display: flex;
  align-items: flex-end;
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 40px;
  line-height: 1;
}

@media (max-width: 1023px) {
  .form_2column .cta_block_container .text_area .title {
    gap: 8px;
    display: grid;
    grid-template-areas: "icon number" "time time";
    grid-template-columns: 32px 1fr;
    font-size: 24px;
  }
  .form_2column .cta_block_container .text_area .title .number {
    grid-area: number;
  }
}
.form_2column .cta_block_container .text_area .title .icon {
  margin: 0 8px 0 0;
}

@media (max-width: 1023px) {
  .form_2column .cta_block_container .text_area .title .icon {
    grid-area: icon;
  }
}
.form_2column .cta_block_container .text_area small {
  font-size: 21px;
}

@media (max-width: 1023px) {
  .form_2column .cta_block_container .text_area small {
    grid-area: time;
    font-size: 14px;
  }
}
.sub_column {
  margin: 0 0 70px 0;
}

@media (max-width: 768px) {
  .sub_column {
    margin: 0 0 60px 0;
  }
}
.form_2column .sub_column .form_container {
  padding: 24px;
  background: #F7F7F7;
}

.form_2column .sub_column .form_container .input_box {
  display: block;
}

.form_2column .sub_column .form_container .input_box .label_area {
  padding: 0 0 8px 0;
}

.form_2column .sub_column .form_container .input_box .input_area .two_column {
  gap: 16px;
}

.form_2column .sub_column .form_container .input_box .input_area.agree_check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form_2column .sub_column .form_container .input_box .input_area.agree_check label.check {
  margin: 0;
}

.form_2column .sub_column .form_container .button {
  width: 100%;
  margin: 0;
  border: none;
}

@media (min-width: 769px) {
  .form_2column .sub_column .form_container .input_box .input_area .two_column_select {
    gap: 0;
    display: block;
  }
  .form_2column .sub_column .form_container .input_box .input_area .two_column_select .column {
    display: block;
    margin-bottom: 15px;
  }
  .form_2column .sub_column .form_container .input_box .input_area .two_column_select .column:last-child {
    margin-bottom: 0;
  }
  .form_2column .sub_column .form_container .input_box .input_area .two_column_select .column input[type=text], .form_2column .sub_column .form_container .input_box .input_area .two_column_select .column input[type=tel], .form_2column .sub_column .form_container .input_box .input_area .two_column_select .column input[type=email], .form_2column .sub_column .form_container .input_box .input_area .two_column_select .column input[type=password] {
    max-width: 100%;
  }
}
.form_container .gray_box > p {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .form_2column .sub_column .form_container .gray_box {
    width: 100%;
    background-color: #F7F7F7;
    border-radius: 8px;
    padding: 0;
    margin-top: 60px;
  }
  .form_2column .sub_column .form_container .gray_box h3 {
    font-size: 20px;
  }
  .form_2column .sub_column .form_container .gray_box ul {
    margin: 0;
  }
  .form_2column .sub_column .form_container .gray_box ul li {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
  }
  .form_2column .sub_column .form_container .gray_box ul li::before {
    display: none;
  }
  .form_2column .sub_column .form_container .gray_box ul li + li {
    margin-top: 8px;
  }
}
.form_2column .sub_column .form_container .sec {
  margin-bottom: 0;
}

.form_2column .sub_column .form_container h3 {
  display: none;
}

.form_container .sec_privacy {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .form_container .sec_privacy {
    margin-bottom: 24px;
  }
}
.form_2column .sub_column .form_container .sec_privacy {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .form_2column .sub_column .form_container .sec_privacy {
    margin-bottom: 24px;
  }
}
/* CTA */
/*------------------------------------ */
/* 共通設定 */
.cta_block_container {
  gap: 50px;
  display: grid;
  grid-template-areas: "text_area image_area";
  grid-template-columns: auto 230px;
  align-items: center;
  width: 100%;
  margin: 0 0 80px 0;
  padding: 32px;
  border-radius: 8px;
  background: url(/assets/site_fronts/common/bg_block_cta_pc-c6ac64c560d0292312b9614fee2c8567cd50bd1c58729c92a0c9cf50329c06db.png) no-repeat;
  background-size: cover;
}
.cta_block_container .image_area {
  grid-area: image_area;
}
.cta_block_container .image_area img {
  margin: 0 auto;
}
.cta_block_container .text_area {
  grid-area: text_area;
}
.cta_block_container .text_area .title {
  margin: 0 0 15px 0;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.cta_block_container .text_area p {
  margin: 0 0 20px 0;
  font-weight: bold;
  line-height: 1.75;
}
.cta_block_container .text_area .button:last-child {
  margin: 0;
}
.cta_block_container.text_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta_block_container.text_btn .text_area .title {
  margin: 0;
}
.cta_block_container.text_btn .btn_area {
  min-width: 272px;
  max-width: 272px;
}
.cta_block_container.text_btn .btn_area .button {
  margin: 0;
}
.cta_block_container.no_image {
  gap: 0;
  grid-template-columns: auto;
}
.cta_block_container.no_image .image_area {
  display: none;
}
.cta_block_container.cta_support {
  display: block;
  padding: 40px 32px 40px 32px;
  background: url(/assets/site_fronts/common/bg_block_support-64c5edd78dcf72f7260fc6e9dfc82599771b5fc27f34dab0d98d4bd901441be1.jpg) no-repeat;
  background-size: cover;
}
.cta_block_container.cta_support .btn_area {
  display: flex;
}
.cta_block_container.cta_support .btn_area .button:first-child {
  margin: 0 16px 0 0;
}
.cta_block_container.max_width {
  display: block;
  padding: 80px 32px 80px 32px;
  border-radius: 0;
  background: #0379c4;
  background: -moz-linear-gradient(left, #0379c4 0%, #00b1ff 100%);
  background: -webkit-linear-gradient(left, #0379c4 0%, #00b1ff 100%);
  background: linear-gradient(to right, #0379c4 0%, #00b1ff 100%);
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0379c4", endColorstr="#00b1ff",GradientType=1 );
}
.cta_block_container.max_width .text_area .title {
  margin: 0 0 50px 0;
  font-size: 34px;
}
.cta_block_container.max_width .btn_area {
  display: flex;
  justify-content: center;
}
.cta_block_container.max_width .btn_area .btn_box {
  margin: 0 20px 0 20px;
  color: #FFFFFF;
}
.cta_block_container.max_width .btn_area .btn_box .button {
  margin: 16px 0 0 0;
}
.cta_block_container.max_width .btn_area .btn_box .button.btn_brand {
  border: 1px solid #FFFFFF;
}

@media (max-width: 768px) {
  .cta_block_container {
    display: block;
    background: url(/assets/site_fronts/common/bg_block_cta_sp-5ba794d59368fa840fb3e16da9c0c14c5a5a2df4b99d8eacc3924a1614f59bd1.png) no-repeat;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .cta_block_container .image_area {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cta_block_container .text_area {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cta_block_container .text_area .title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cta_block_container .text_area p {
    text-align: left;
  }
}
/* タイトルとボタンのみ */
@media (max-width: 768px) {
  .cta_block_container.text_btn {
    display: block;
  }
}
@media (max-width: 768px) {
  .cta_block_container.text_btn .text_area {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cta_block_container.text_btn .btn_area {
    margin: 0 auto;
  }
}
/* 画像なし */
@media (max-width: 768px) {
  .cta_block_container.no_image .text_area .title {
    text-align: left;
  }
}
/* 画像なし */
@media (max-width: 768px) {
  .cta_block_container.cta_support {
    background: url(/assets/site_fronts/common/bg_block_support_sp-b0b66e347d4fdc8d8d184d44fd53c59fbe144e57f892d4ccbae13d916ff4425c.jpg) no-repeat;
    background-size: cover;
  }
  .cta_block_container.cta_support .text_area .title {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .cta_block_container.cta_support .text_area p {
    max-width: 543px;
  }
}
@media (max-width: 768px) {
  .cta_block_container.cta_support .btn_area {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cta_block_container.cta_support .btn_area .button:first-child {
    margin: 0 0 16px 0;
  }
}
/* 画像なし */
@media (max-width: 768px) {
  .cta_block_container.max_width {
    padding: 40px 32px 40px 32px;
    background: -moz-linear-gradient(-45deg, #0379c4 0%, #00b1ff 100%);
    background: -webkit-linear-gradient(-45deg, #0379c4 0%, #00b1ff 100%);
    background: linear-gradient(to -45deg, #0379c4 0%, #00b1ff 100%);
  }
}
@media (max-width: 768px) {
  .cta_block_container.max_width .text_area .title {
    margin: 0 0 24px 0;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .cta_block_container.max_width .btn_area {
    display: block;
  }
}
@media (max-width: 768px) {
  .cta_block_container.max_width .btn_area .btn_box .button.btn_brand {
    margin: 16px 0 24px 0;
  }
}
.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

/* カラム */
/*------------------------------------ */
.cmp_column .cmp_column--03 {
  display: flex;
  justify-content: space-between;
}
.cmp_column .cmp_column--03 .cmp_column__item {
  width: 375px;
}

@media (max-width: 768px) {
  .cmp_column .cmp_column--01-sp {
    display: block;
    margin-top: -20px;
  }
  .cmp_column .cmp_column--01-sp .cmp_column__item {
    width: 100%;
  }
  .cmp_column .cmp_column--01-sp .cmp_column__item + .cmp_column__item {
    margin-top: 25px;
  }
}
/* CTA */
/*------------------------------------ */
.cta_bnr__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 80px 0;
  padding: 40px 32px;
  border-radius: 8px;
  background: url(/assets/site_fronts/common/bg_block_cta_pc-c6ac64c560d0292312b9614fee2c8567cd50bd1c58729c92a0c9cf50329c06db.png) no-repeat;
  background-size: cover;
}
.cta_bnr__item .text_area .title {
  margin: 0 0 15px 0;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}
.cta_bnr__item .text_area .txt {
  margin: 0 0 20px 0;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
.cta_bnr__item .text_area .txt.txt--pop {
  display: inline-block;
  position: relative;
}
.cta_bnr__item .text_area .txt.txt--pop::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 10%;
  width: 2px;
  height: 80%;
  background-color: #111;
  transform: rotate(-25deg);
}
.cta_bnr__item .text_area .txt.txt--pop::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 10%;
  width: 2px;
  height: 80%;
  background-color: #111;
  transform: rotate(25deg);
}

@media (max-width: 768px) {
  .cta_bnr__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 60px 0;
    padding: 35px 30px;
    border-radius: 8px;
    background: url(/assets/site_fronts/common/bg_block_cta_sp-5ba794d59368fa840fb3e16da9c0c14c5a5a2df4b99d8eacc3924a1614f59bd1.png) no-repeat;
    background-size: cover;
  }
  .cta_bnr__item .text_area .title {
    margin: 0 0 15px 0;
    font-size: 20px;
  }
  .cta_bnr__item .text_area .txt {
    font-size: 13px;
    letter-spacing: -0.03em;
    margin: 0 0 20px 14px;
    display: flex;
    justify-content: center;
  }
  .cta_bnr__item .text_area .txt.txt--pop::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 10%;
    width: 2px;
    height: 80%;
    background-color: #111;
    transform: rotate(-25deg);
  }
  .cta_bnr__item .text_area .txt.txt--pop::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 10%;
    width: 2px;
    height: 80%;
    background-color: #111;
    transform: rotate(25deg);
  }
}
/* Flow */
/*------------------------------------ */
.flow_wrap {
  border-radius: 8px;
  background-color: #E6F2FB;
  width: 100%;
  padding: 37px 0;
  margin-bottom: 25px;
}

.flow_container {
  display: flex;
  justify-content: center;
}
.flow_container .flow__item {
  width: 215px;
  margin: 0 42px;
  padding: 32px 0;
  background-color: #F6F8FA;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  color: #007FCB;
  border-radius: 5px;
  position: relative;
}
.flow_container .flow__item::before {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  width: 16px;
  height: 45px;
  background: url(/assets/site_fronts/common/ico_flow-963015e8889298777ffa8b0f11f8e39808c3d4e55269326c720006ab0e47cbda.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.flow_container .flow__item:last-child::before {
  display: none;
}
.flow_container .flow__item.item_yellow {
  background-color: #FFFEE2;
}
.flow_container.bottom_arrow {
  padding-bottom: 90px;
  position: relative;
}
.flow_container.bottom_arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 125px;
  height: 45px;
  background: url(/assets/site_fronts/common/ico_arrow-f6888f69e6cfc073fd09f017d78a437f43987003232c7b05fbfc1bc36c054e0f.svg) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .flow_wrap {
    padding: 11px 0;
    margin-bottom: 25px;
  }
  .flow_container .flow__item {
    width: 33.33%;
    margin: 0 16px;
    padding: 11px 0;
    font-size: 13px;
  }
  .flow_container .flow__item::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    width: 6px;
    height: 18px;
    background: url(/assets/site_fronts/common/ico_flow-963015e8889298777ffa8b0f11f8e39808c3d4e55269326c720006ab0e47cbda.svg) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
  .flow_container.bottom_arrow {
    padding-bottom: 40px;
    position: relative;
  }
  .flow_container.bottom_arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 15px;
    background: url(/assets/site_fronts/common/ico_arrow-f6888f69e6cfc073fd09f017d78a437f43987003232c7b05fbfc1bc36c054e0f.svg) no-repeat;
    background-size: contain;
    transform: translateX(-50%);
  }
}
/* Plan */
/*------------------------------------ */
.plan_container {
  display: flex;
  margin: 0 -9px 10px;
}
.plan_container .item {
  width: 33.3%;
  margin: 0 9px;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 14px 14px;
  text-align: center;
}
.plan_container .item h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.plan_container .item .ttl {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.plan_container .item .ttl--02 {
  font-size: 19px;
}
.plan_container .item .ttl--03 {
  margin-bottom: 10px;
}
.plan_container .item .ttl--03 li {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}
.plan_container .item .ttl--03 li::before {
  display: none;
}
.plan_container .item .orange-01 {
  color: #FF7520;
  font-size: 34px;
}
.plan_container .item .orange-02 {
  color: #FF7520;
  font-size: 24px;
}
.plan_container .item .orange-03 {
  color: #FF7520;
  font-size: 30px;
}

@media (max-width: 768px) {
  .plan_container {
    display: block;
    margin: 0 0 10px 0;
  }
  .plan_container .item {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .plan_container .item h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E2E2;
  }
  .plan_container .item .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .plan_container .item .ttl--02 {
    font-size: 19px;
  }
  .plan_container .item .ttl--03 {
    margin-bottom: 10px;
  }
  .plan_container .item .ttl--03 li {
    font-size: 20px;
  }
  .plan_container .item + .item {
    margin-top: 30px;
  }
}
.check {
  display: none;
  opacity: 1;
}
.check:disabled + label {
  cursor: default;
  opacity: 0.5;
}
.check:checked + label:after {
  opacity: 1;
}

/* ギャラリー */
/*------------------------------------ */
.gallery_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery_container .gallery_item {
  position: relative;
}
.gallery_container .gallery_item_cap {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 20px 10px 10px;
  line-height: 1.4;
  min-height: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  display: flex;
  align-items: flex-end;
}
.gallery_container .gallery_item_cap p {
  margin: 0;
}
.gallery_container .gallery_item img {
  width: 100%;
  height: auto;
}
.gallery_container.col2 .gallery_item {
  width: 49.2%;
  margin: 0 0 15px;
}
.gallery_container.col3 .gallery_item {
  width: 32.5%;
  margin: 0 0 12px;
}

@media (max-width: 768px) {
  .gallery_container {
    display: block;
  }
  .gallery_container .gallery_item_cap {
    padding: 20px 10px 10px;
    min-height: 60px;
  }
  .gallery_container.col2 .gallery_item {
    width: 100%;
    margin: 0 0 20px;
  }
  .gallery_container.col3 .gallery_item {
    width: 100%;
    margin: 0 0 20px;
  }
}
