@charset "UTF-8";
html {
  font-size: 10px;
}
@media (max-width: 1350px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
p {
  font-size: 1.6rem;
}
.bg-gray {
  background-color: #f6f6f6;
}
/* ------------------------------------------------------------- */
/* layout / parts                                                */
/* ------------------------------------------------------------- */
html.wf-loading {
  opacity: 0;
  transition: all .0s ease;
}
html.wf-active {
  opacity: 1;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
body {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
  outline: none;
}
input, txtarea {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
}
article {
  overflow-x: hidden;
  padding-top: 9.5rem;
}
body.lock {
  overflow: hidden;
}
.outer {
  width: 100%;
}
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 128rem;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.padding-90 {
  padding: 9rem 0;
}
.padding-60 {
  padding: 6rem 0;
}
.padding-60-90 {
  padding: 6rem 0 9rem;
}
@media (max-width: 768px) {
  .padding-90 {
    padding: 4.5rem 0;
  }
  .padding-60 {
    padding: 3rem 0;
  }
  .padding-60-90 {
    padding: 3rem 0 4.5rem;
  }
}
.bgG {
  background: #f6f6f6;
}
.paddingt-60 {
  padding-top: 6rem;
}
.lower.padding-90 {
  padding: 15rem 0 9rem;
}
.m-center {
  display: block;
  margin: 0 auto;
}
.bold {
  font-weight: bold;
}
.reverse {
  flex-direction: row-reverse;
}
/*-----------------画像--------------------*/
img.fit-cover {
  object-fit: cover;
}
img.fit-contain {
  object-fit: contain;
}
figure img {
  width: 100%;
}
img {
  vertical-align: top;
  max-width: 100%;
}
.header-wrap {
  position: fixed;
  display: inline-block;
  z-index: 500;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 0.2rem 0.2rem -0.2rem rgba(0, 0, 0, 0.2);
}
/*-----------------flex--------------------*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.nowrap {
  flex-wrap: nowrap;
}
.flex.right {
  justify-content: flex-end;
}
.flex.center {
  justify-content: center;
}
.flex.left {
  justify-content: flex-start;
}
.flex.vertical {
  flex-direction: column;
  align-items: flex-start;
}
.flex.al-center {
  align-items: center;
}
.flex.al-top {
  align-items: flex-start;
}
.flex.al-bottom {
  align-items: flex-end;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*-----------------Link--------------------*/
a {
  text-decoration: none;
  transition: all .3s ease;
}
section li > a {
  display: block;
}
a {
  color: inherit;
}
a:hover {
  opacity: 0.7;
}
/*----------------btn---------------------*/
.btn-b, input.btn-b {
  font-weight: bold;
  position: relative;
  display: block;
  width: 35rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 3;
  margin: 0 auto;
  z-index: 0;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 3.3rem;
  background-color: #242478;
  transition: all 0.3s ease-in-out;
}
.btn-b::after, input.btn-b::after {
  position: absolute;
  top: 50%;
  right: 6%;
  content: '';
  display: inline-block;
  width: 0.8rem;
  height: 1.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  background-image: url(/manda/asset/image/btn-arw.png);
  transition: right 0.3s ease-in-out;
}
.btn-b:hover, input.btn-b:hover {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -o-filter: brightness(80%);
  -ms-filter: brightness(80%);
  opacity: 1;
}
.btn-b:hover::after, input.btn-b:hover::after {
  right: 5%;
}
.btn-w, input.btn-w {
  font-weight: bold;
  position: relative;
  display: block;
  width: 35rem;
  color: #00005f;
  text-align: center;
  font-size: 1.8rem;
  line-height: 3;
  margin: 0 auto;
  z-index: 0;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 3.3rem;
  border: solid 0.1rem #00005f;
  background-color: none;
  transition: all 0.3s ease-in-out;
}
.btn-w::after, input.btn-w::after {
  position: absolute;
  top: 50%;
  right: 6%;
  content: '';
  display: inline-block;
  width: 0.8rem;
  height: 1.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  background-image: url(/manda/asset/image/btn-arw-w.png);
  transition: right 0.3s ease-in-out;
}
.btn-w:hover, input.btn-w:hover {
  background-color: #00005f44;
  opacity: 1;
}
.btn-w:hover::after, input.btn-w:hover::after {
  right: 5%;
}
/*-----------------BG--------------------*/
.bg-grey {
  background-color: #333333;
  color: #fff;
}
.bg-db {
  background-color: #242478;
}
.bg-b {
  background-color: #3333ab;
}
.bg-lb {
  background-color: #0eafd6;
}
/*----------------text---------------------*/
.txt-c {
  text-align: center;
}
.txt-l {
  text-align: left;
}
.txt-r {
  text-align: right;
}
/*----------------section-tittle---------------------*/
h2.ttl {
  font-size: 3.4rem;
  color: #00005f;
  font-weight: bold;
}
@media (min-width: 769px) {
  /* ------------------------------------------------------------- */
  /* layout / parts                                                */
  /* ------------------------------------------------------------- */
  /* body {
    min-width: 135rem;
  } */
  /* .inner {
    width: 128rem;
  } */
}
@media (max-width: 768px) {
  /* ------------------------------------------------------------- */
  /* layout / parts                                                */
  /* ------------------------------------------------------------- */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  body {
    min-width: auto;
    font-size: 14px;
  }
  .inner {
    width: 90%;
  }
  .inner.large_inner {
    width: 90%;
  }
  .main {
    width: 100%;
  }
  .contents {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  aside {
    width: 100%;
    padding: 0 5vw;
  }
  section {
    overflow: hidden;
  }
  p {
    font-size: 1.6rem;
  }
  h2.ttl {
    font-size: 2.7rem;
  }
  a:hover {
    opacity: 1;
  }
  .btn-b, input.btn-b {
    width: 80%;
  }
  .reverse {
    flex-wrap: wrap;
  }
  h2.ttl span {
    font-size: 3rem;
  }
  h1 {
    font-size: 2.3rem;
  }
  .hd-txt {
    width: 100%;
  }
  .lower.padding-90 {
    padding: 9rem 0 9rem;
  }
  .paddingt-60 {
    padding-top: 0;
  }
  .padding-60-90 {
    padding: 0 0 9rem;
  }
}
@media (max-width: 480px) {
  .btn-b, input.btn-b {
    width: 100%;
  }
}
/* ------------------------------------------------------------- */
/* breadcrumb                                                    */
/* ------------------------------------------------------------- */
.breadcrumb {
  /*position: absolute;
  bottom: 0;
  left: 70px;*/
  padding: 2rem 1rem 2rem 0;
  /*top:480px;*/
}
.breadcrumb li {
  color: #000 !important;
  line-height: 1.7;
}
.breadcrumb a::after {
  content: "/";
  margin: 0 0.8rem;
}
.breadcrumb li a {
  margin-right: 0.7rem;
  line-height: 1.7;
}
@media (max-width: 1618px) {
  .breadcrumb {
    top: 570px;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    top: 400px;
    z-index: 2;
  }
}
/* ------------------------------------------------------------- */
/* header                                                        */
/* ------------------------------------------------------------- */
header .header-inner {
  width: 100%;
  max-width: 130rem;
}
header .header-logo {
  margin-left: 3rem;
}
header .pc li {
  margin-right: 4rem;
}
header .header-contact-btn {
  width: 10rem;
  color: #ffffff;
  font-size: 1.3rem;
  padding: 2rem 0;
}
header .header-contact-btn p {
  margin-top: 0.7rem;
  font-size: 1.4rem;
}
header .header-contact-btn img {
  height: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 1380px) {
  header {
    width: 136.8rem;
  }
}
@media (max-width: 1200px) {
  header .header-logo img {
    width: 20rem;
    height: auto;
  }
  header .header-logo {
    margin-left: 1.5rem;
  }
}
@media (max-width: 900px) {
  header .pc li {
    margin-right: 2rem;
  }
  header .header-contact-btn {
    width: 12rem;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  header {
    width: 100%;
  }
  .sub_menu {
    display: none;
  }
  .link_btn {
    display: none;
  }
  header .fit-contain {
    width: 64%;
  }
  .header_70 {
    height: 5.3rem;
    padding: 0 1.6rem;
  }
  header .header-logo {
    margin-left: 1rem;
  }
  header .header-logo img {
    width: 20rem;
    height: auto;
    margin-left: 0px;
    padding: 0;
  }
  .contact_button.flex {
    display: none;
  }
  .seach_area {
    display: none;
  }
  /* header, .header-left a {height: 50px;} */
  header .header-right {
    display: none;
  }
  header .hd-ttl {
    font-size: 1rem;
  }
  header .hd-logo {
    height: 2.5rem;
    margin-top: 0.2rem;
  }
  header .hd-btn {
    height: 7rem;
    border-radius: 3.5rem;
  }
  /* ----- SP Menu ----- */
  .btn-menu {
    width: 5rem;
    height: 5rem;
    position: fixed;
    right: 0;
    top: 0;
    transition: .3s;
    z-index: 100;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
  }
  .menu-trigger span {
    position: absolute;
    left: 23%;
    width: 55%;
    height: 0.3rem;
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 1.3rem;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 2.3rem;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 1.3rem;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(1.1rem) rotate(-315deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-0.9rem) rotate(315deg);
  }
  .sp-nav-wrap nav {
    transition: all .3s ease;
    transform: translateX(100%);
  }
  .sp-nav-wrap nav.active {
    transform: translateX(0);
    overflow-y: scroll;
    padding-bottom: 0;
  }
  .sp-nav-wrap nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: top;
  }
  .sp-nav-wrap .sp-nav {
    width: 100%;
    margin: 0 auto;
    overflow-y: scroll;
  }
  .sp-nav-wrap nav .sp-nav a {
    display: block;
    font-weight: bold;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.9rem;
    padding: 1.9rem 0;
    position: relative;
  }
  .sp-nav-wrap nav li {
    color: #242478;
    border-bottom: 1px solid #242478;
  }
  .sp-nav-wrap nav li:first-child {
    border-top: 1px solid #242478;
  }
  .sp-nav-wrap nav .hd-btn {
    margin-top: 4rem;
    margin-bottom: 0;
    background-image: none;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-contact-btn {
    width: calc(100% / 3);
  }
  .sp-nav-wrap nav.active .flex {
    width: 100%;
  }
}
/* ------------------------------------------------------------- */
/* footer                                                        */
/* ------------------------------------------------------------- */
footer h2 {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
footer .btn-b img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
}
footer .btn-b {
  margin: 3rem 2rem 0;
}
footer .bg-grey {
  padding: 1rem 4.5rem;
  font-size: 1.4rem;
}
footer .bg-grey .copy {
  font-size: 1.2rem;
}
footer .bg-grey a {
  margin-left: 8rem;
}
footer .bg-grey a::before {
  content: url(/manda/asset/image/footer-arw.png);
  margin-right: 0.7rem;
}
@media (max-width: 768px) {
  footer h2 {
    font-size: 1.7rem;
  }
  footer .bg-grey {
    padding: 2.5rem 3rem;
  }
  footer li:not(:last-child) {
    border-right: none;
  }
  footer p {
    font-size: 1.2rem;
  }
  footer .bg-grey a {
    margin-left: 0;
    margin: 1rem 0 3rem;
  }
  footer .btn-b {
    margin: 3rem 0 0;
  }
}
/* ------------------------------------------------------------- */
/*   lower-kv                                                     */
/* ------------------------------------------------------------- */
.lower-kv {
  position: relative;
  background-image: url(/manda/asset/image/lower-kv-bg01.jpg);
  height: 51rem;
  color: #fff;
  z-index: 0;
}
.lower-kv nav li {
  padding: 0 3.7rem;
  border-left: solid 1px #2e2e8e;
  margin: 3rem 0;
}
.lower-kv nav li:last-child {
  border-right: solid 1px #2e2e8e;
}
.lower-kv nav li a.active {
  border-bottom: solid 3px #fff;
  padding-bottom: 0.3rem;
}
.lower-kv .kv-txt-wrapper {
  position: absolute;
  width: calc(100% - ((100% - 130rem) / 2));
  height: 49rem;
  left: calc((100% - 130rem) / 2);
  /*right: 0;*/
  bottom: -6rem;
  background-size: cover;
}
.lower-kv.info .kv-txt-wrapper {
  background-image: url(/manda/asset/image/lower-kv-bg02.jpg);
}
.lower-kv.service .kv-txt-wrapper {
  background-image: url(/manda/asset/image/lower-kv-bg03.jpg);
}
.lower-kv.kv-download .kv-txt-wrapper {
  background-image: url(/manda/asset/image/lower-kv-bg04.jpg);
}
.lower-kv.kv-contact .kv-txt-wrapper {
  background-image: url(/manda/asset/image/lower-kv-bg05.jpg);
}
.lower-kv.kv-company .kv-txt-wrapper {
  background-image: url(/manda/asset/image/lower-kv-bg06.jpg);
}
.lower-kv .side-img {
  position: absolute;
  bottom: 2rem;
  left: 1.9rem;
}
.lower-kv .page-ttl {
  letter-spacing: 0.07em;
  position: absolute;
  top: 48%;
  left: 3rem;
  margin-left: 3rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
    width: calc(95% - 6rem);
}
.lower-kv h1 {
  font-size: 5rem;
  margin-top: 2rem; 
}
.shadow {
  text-shadow: 0 0 1rem #2b498e;
}
.lower-kv .page-ttl .ttl-sub {
  display: inline;
  font-weight: 500;
  font-size: 2.8rem;
  padding-bottom: 0.4rem;
  border-bottom: solid 0.3rem #fff;
}
.lower.padding-90 {
  padding: 9rem 0 9rem;
}
@media (max-width: 768px) {
  article {
    overflow-x: hidden;
    padding-top: 0;
  }
  .lower-kv {
    height: 100%;
  }
  .lower-kv nav li {
    font-size: 1.1rem;
    text-align: center;
    padding: 0;
    width: calc(100% / 4);
  }
  .lower-kv nav .five-rows li {
    width: calc(100% / 3);
    margin: 1rem 0;
  }
  .lower-kv h1 {
    font-size: 3.3rem;
  }
  .lower-kv .kv-txt-wrapper {
    height: 37rem;
    position: unset
  }
  .lower-kv .page-ttl {
    top: 48%;
    width: calc(90% - 3rem);
  }
  .lower-kv.guideline-kv .page-ttl {
    top: 58%;
  }
  .lower-kv .page-ttl .ttl-sub {
    font-size: 2.3rem;
  }
}
/* ------------------------------------------------------------- */
/* info-lowerpage-side                                           */
/* ------------------------------------------------------------- */
.main {
  width: 93.4rem;
}
.side {
  width: 28rem;
}
.side h2 {
  font-size: 2rem;
}
.side .side-section-ttl {
  color: #fff;
  font-weight: 600;
  padding: 18px 0;
  background-image: url(/manda/asset/image/ma_info/lower_side_ttl_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.side ul {
  margin-bottom: 5rem;
}
.side .side-top-box li {
  padding: 0 1.5rem;
}
.side .side-top-box li a {
  padding: 2rem 0;
  border-bottom: solid 1px #dddddd;
}
.side .side-top-box li:last-child a {
  border-bottom: none;
}
.side p {
  width: 20rem;
  line-height: 1.6;
}
.side .list-box {
  box-shadow: 0px 0px 1.6rem -0.6rem rgba(0, 0, 0, 0.6);
}
/*サイドタイトルライン*/
.side .top-line {
  position: relative;
  color: #00005f;
  padding: 2.3rem 0;
  border-top: solid 1px #d4d4d4;
  margin-bottom: 0;
}
.side .top-line::before {
  position: absolute;
  top: -0.1rem;
  left: 0;
  content: '';
  width: 9rem;
  height: 0.3rem;
  background-color: #00005f;
}
.side .side-list-block a {
  padding: 1rem 0;
}
.side .side-column p {
  width: 19rem;
}
.side .side-download p {
  width: 21rem;
}
.side .side-bnr a {
  display: block;
}
.side .side-bnr a:not(:last-child) {
  margin-bottom: 1.5rem;
}
.side .side-bnr a img {
  width: 100%;
}
.side-column li img {
  width: 8rem;
}
@media (max-width: 768px) {
  .side {
    width: 100%;
    margin-top: 5rem;
  }
  .side .side-top-box img {
    width: 4rem;
  }
  .side .side-top-box .txt-box {
    width: calc(100% - 5.5rem);
  }
  .side .side-top-box .txt-box p {
    width: 100%;
  }
  .side .side-column img {
    width: 8rem;
  }
  .side .side-column .txt-box {
    width: calc(100% - 9.5rem);
  }
  .side .side-column .txt-box p {
    width: 100%;
  }
  .side .side-download img {
    width: 100%;
  }
  .side .side-download .txt-box {
    width: calc(100% - 7.6rem);
  }
  .side .side-download .txt-box p {
    width: 100%;
  }
}
/* ------------------------------------------------------------- */
/* about                                                         */
/* ------------------------------------------------------------- */
.about {
  background-image: url(/manda/asset/image/top/top-about-bg.jpg);
  background-size: cover;
  line-height: 1.6;
}
.about h2 {
  font-size: 4rem !important;
  color: #00005f !important;
  font-weight: bold !important;
  padding-left: 0 !important;
  border-left: none !important;
  margin-bottom: 0 !important;
}
.about .ttl .hd-txt {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 4rem 0 3rem;
}
.about p {
  width: 65.6rem;
  line-height: 1.7;
}
.about .btn-b {
  width: 25rem;
  margin: 5.5rem 0 0;
}
@media (max-width: 768px) {
  .about p, .about .btn-b {
    width: 80%;
  }
  .about h2 {
    font-size: 3rem !important;
  }
  .about .ttl .hd-txt {
    font-size: 2rem !important;
    margin: 1.5rem 0 1rem;
  }
}
@media (max-width: 480px) {
  .about p, .about .btn-b {
    width: 100%;
  }
}
/* ------------------------------------------------------------- */
/* about                                                         */
/* ------------------------------------------------------------- */
.download-container {
  padding: 8rem 0 5rem;
}
.download-container h3 {
  background: #00005f !important;
  color: #fff !important;
  font-size: 2.8rem;
  padding: 1.3rem 2rem !important;
  border-left: none !important;
  font-weight: bold;
  margin-bottom: 0 !important;
  line-height: 1.6;
  text-align: center;
}
.download-container > img {
  margin-bottom: 3rem;
}
.download-container .link-box {
  width: 45rem;
  margin-bottom: 2rem;
}
.download-container .btn-b {
  margin-top: 4rem;
}
.download-container p {
  font-size: 2rem;
  margin-left: 3rem;
  width: 20rem;
}
@media (max-width: 768px) {
  .download-container > img {
    width: 100%;
  }
}
/*------------------210527*/
.flex.after__box {
  justify-content: flex-start;
}
.thanks h2 {
  color: #00005f;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 3.6rem;
  line-height: 1.6;
}
.thanks p {
  font-size: 1.6rem;
  margin-bottom: 5rem;
  line-height: 1.8;
}
/*-----------------input--------------------*/
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #6A6A6A;
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-radius: 2px;
  background-color: #fff;
}
input[type="radio"] {
  display: none;
}
.radio-label, .mktoRadioList label {
  position: relative;
  cursor: pointer;
  margin-right: 30px;
  padding-top: 1px;
  padding-left: 30px;
  font-size: 15px;
}
.radio-label::before, .mktoRadioList label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  border: 1px solid #6A6A6A;
  background-color: #fff;
}
.radio-label::after, .mktoRadioList label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
input[type="radio"]:checked + .radio-label::before, input[type="radio"]:checked + label::before {
  border-color: #19195e;
}
input[type="radio"]:checked + .radio-label::after, input[type="radio"]:checked + label::after {
  background-color: #19195e;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  line-height: 1.5em !important;
  margin-bottom: 0.5em !important;
}
textarea, input[type="text"], input[type="tel"], input[type="email"], input[type="uRL"], input[type="number"] {
  padding: 8px 12px !important;
  font-size: 15px !important;
}
input::placeholder {
  color: #666666;
}
input:-ms-input-placeholder {
  color: #666666;
} /* IE */
input::-ms-input-placeholder {
  color: #666666;
} /* Edge */
select {
  border-radius: 2px !important;
  border: 1px solid #6a6a6a !important;
  padding: 10px 12px !important;
}
.mktoFormRow {
  margin-bottom: 25px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px dotted #aaa;
}
.mktoFormRow:nth-of-type(1) {
  margin-top: 60px !important;
}
.mktoFormRow:nth-last-of-type(2) {
  border-bottom: none;
}
.mktoFormRow .mktoHtmlText h3 {
  font-size: 20px;
  font-weight: bold;
}
.mktoForm .mktoFieldWrap {
  font-size: 16px;
}
aside .mktoFormRow {
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
  border-bottom: none;
}
aside .mktoFormRow:nth-of-type(odd) {
  margin-bottom: 0 !important;
}
aside .mktoFormRow:nth-of-type(1), aside .mktoFormRow:nth-of-type(5) {
  margin-top: 0 !important;
}
aside .mktoFormRow:nth-of-type(2) {
  margin-bottom: 20px !important;
}
.mktoButtonRow {
  width: 100%;
}
.mktoButtonRow .mktoButton {
  font-size: 16px;
  font-weight: 500;
  height: 70px;
  line-height: 40px;
  background-color: #19195e;
  color: #ffffff;
  display: block;
  border-radius: 35px;
  line-height: 70px;
  background-image: url(../img/icon-w-arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 17px;
  background-position: right 20px center;
  transition: all .3s ease;
  text-align: center;
  margin: 40px auto 0 !important;
  width: 370px;
}
aside .mktoButtonRow .mktoButton {
  font-size: 14px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-position: right 10px center;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  margin-left: 0 !important;
  padding-left: 25px !important;
}
@media (max-width: 768px) {
  .mktoButtonRow .mktoButton {
    width: 100%;
    line-height: 50px;
  }
  aside .mktoButtonRow .mktoButton {
    line-height: 20px;
  }
}
/*------------------210708*/
.contents-block h2 {
  font-size: 4rem;
  color: #00005f;
  font-weight: bold;
  margin-bottom: 4rem;
  padding-left: 3rem;
  border-left: solid 0.3rem #00005f;
  line-height: 1.3;
}
.contents-block p {
  line-height: 1.7;
}
/*------------------210719*/
footer .bg-db {
  color: #FFF;
}
footer .bg-db h3 {
  font-size: 2.5rem;
  margin: 1rem 0;
}
.footer-link {
  margin-right: 15%;
}
.footer-link li {
  font-size: 2rem;
  margin: 3rem 0 1.5rem;
}
.footer-sub-link li {
  font-size: 1.4rem;
  margin: 1rem 0 1rem 2rem;
}
.footer-link li::before {
  content: url(/manda/asset/image/footer-arw.png);
  margin-right: 0.7rem;
}
.footer-sub-link li::before {
  content: url(/manda/asset/image/footer-link-sub.png);
  margin-right: 0.7rem;
}
@media (max-width: 768px) {
  .footer-link {
    margin-right: 0;
  }
  footer .bg-db {
    padding: 2.5rem 3rem;
  }
  footer .bg-db a {
    margin-left: 0;
    margin: 1rem 0 3rem;
  }
}
/*----------------------210816*/
.side ul.new0816 a {
  display: block;
  text-align: center;
}
.side ul.new0816 a img {
  max-width: 100%;
}
.side ul.new0816 a .txt-box p {
  width: 100%;
  text-align: left;
}
.download-container .link-box-wrap .link-box p {
  width: 100%;
  margin-left: 0;
}
.download-container .link-box-wrap .link-box img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .download-container .link-box-wrap .link-box {
    width: 100%;
  }
}
.side-download.side-list-block.fixed {
  position: fixed;
  right: 30px;
  bottom: 40px;
  width: 24rem;
  border: 2px solid #ddd;
  background-color: #fff;
  text-align: left;
  line-height: 1.6;
  padding: 1.5rem;
  z-index: 999;
  transition: .5s;
}
.side-download.side-list-block.fixed ul.new0816 a {
  display: block;
}
.side-download.side-list-block.fixed ul.new0816 a img {
  max-width: 100%;
}
.side-download.side-list-block.fixed ul.new0816 a.btn-b {
  width: 100%;
  margin: 1rem 0;
  font-size: 1.3rem;
}
.side-download.side-list-block.fixed ul.new0816 .txt-box {
  margin-top: 1rem;
}
.side-download.side-list-block.fixed ul.new0816 .txt-box p + p {
  font-size: 1.4rem;
}
/*.download-area {
	 transform: translateX(200%);
}*/
.side-download.side-list-block.fixed.close {
  transform: translateX(270px);
}
.download-area #closebanner a {
  position: absolute;
  left: -30px;
  top: -2px;
  text-decoration: none;
  color: #fff;
  width: 30px;
  height: 30px;
  background: #999;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-area #closebanner a::before {
  content: "";
  width: 10px;
  background-color: #fff;
  height: 2px;
  position: absolute;
}
.download-area.close #closebanner a::after {
  content: "";
  width: 10px;
  background-color: #fff;
  height: 2px;
  transform: rotate(90deg);
  position: absolute;
}
@media (max-width: 768px) {
  .side-download.side-list-block.fixed {
    width: 80%;
    right: 0;
    bottom: 0;
  }
  .side-download.side-list-block.fixed ul.new0816 a {
    display: flex;
  }
  .side-download.side-list-block.fixed ul.new0816 a.btn-b {
    display: block;
    margin: 1rem 0 0 0;
  }
  .side-download.side-list-block.fixed ul.new0816 a img {
    width: 29%;
  }
  .side-download.side-list-block.fixed ul.new0816 .txt-box {
    margin-top: 0;
    width: 69%;
  }
  .side-download.side-list-block.fixed.close {
    transform: translateX(100%);
  }
  .side-download.side-list-block.fixed ul.new0816 .txt-box p + p {
    display: none;
  }
}
/*------------------210906*/
.header-logo-wrap {
  display: flex;
  align-items: center;
}
.header-logo-wrap .header-title {
  text-align: right;
  width: 100%;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .header-logo-wrap {
    height: 5rem;
    display: block;
  }
  article {
    margin-top: 8rem;
  }
  .header-logo-wrap .header-title {
    text-align: right;
    width: 20rem;
    margin-top: -2px;
    margin-left: 1rem;
    font-size: 1.1rem;
  }
}
.content_txt_box {
  margin-bottom: 2rem;
}
.content_txt_box h2 {
  font-size: 4rem;
  color: #00005f;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-left: 3rem;
  border-left: solid 0.3rem #00005f;
  line-height: 1.3;
}
/*-------------------------211012*/
.point_wrap {
  margin-top: 60px;
}
.point_wrap strong {
  font-weight: bold;
}
.point_wrap p {
  line-height: 1.7;
}
.footer-sub-link {
  font-weight: normal;
}
/*----------------------211028--------------*/
.footer-pmi-link {
  margin-left: 1rem;
}
.footer-pmi-link ul {
  margin-left: 1rem;
}
.lower-kv nav li {
  padding: 0 2rem;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .lower-kv nav li {
    font-size: 1.2vw;
  }
}
.footer-sub-link {
  font-weight: normal;
}
/*----------------------220318--------------*/
@media only screen and (max-width: 480px) {
  .mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    height: 2.5em !important;
  }
  .mktoForm textarea#contact_free.mktoField {
    height: 10em !important;
  }
  .mktoForm textarea#Address.mktoField {
    height: 5em !important;
  }
}
/*----------------------220402--------------*/
.about.p-company-set h2 {
  margin-bottom: 4rem !important;
}
.p-company-set h2 span {
  display: block;
  font-size: 1.7rem;
}
.p-company-set ul {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 2%;
}
.p-company-set ul li {
  width: 32%;
  padding: 5rem 0;
  background: #ffffff;
  box-shadow: 0 0 4rem rgb(56 42 102 / 20%);
  color: #444444;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.p-company-set h3 {
  margin: 6rem 0 3rem;
  color: #000050;
  font-weight: bold;
  font-size: 1.8rem;
}
.p-company-set strong {
  font-weight: bold;
}
.p-company-set ul li strong {
  font-size: 3rem;
}
.p-footer-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: center;
  padding: 8rem 0;
  gap: 1rem;
  border-top: 1px solid #ddd;
}
.p-footer-cta__bnr {
  position: relative;
  width: 48rem;
  height: 27rem;
  overflow: hidden;
  background-size: cover;
  color: #fff;
  font-size: clamp(14px, 0.8333vw, 16px);
  text-align: center;
}
.p-footer-cta__bnr a:hover {
  opacity: 1;
}
.p-footer-cta__bnr img {
  width: 100%;
  transition: 0.5s all;
}
.p-footer-cta__bnr p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -80%);
  font-weight: bold;
}
.p-footer-cta__bnr strong {
  display: block;
  font-size: clamp(24px, 1.562vw, 30px);
  line-height: 1.8;
}
.p-footer-cta__btn {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.p-footer-cta__btn {
  width: 100%;
  padding: 2rem 0;
  background: #111;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer-cta__bnr:hover img {
    transform: scale(1.1, 1.1);
    transition: 0.5s all;
  }
}
@media screen and (max-width: 768px) {
  .p-company-set ul li {
    width: 100%;
    margin-bottom: 1rem;
    padding: 2rem;
  }
  .p-footer-cta__bnr {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.7rem;
  }
  .p-footer-cta__bnr:last-child {
    margin-bottom: 0;
  }
  .p-footer-cta__bnr {
    height: auto;
  }
}
/*--------220413header-----------*/
header .header-logo-wrap .header-title {
  text-align: left;
  margin-left: 3rem;
  font-size: 1.1rem;
  width: 100%;
  margin-top: 0;
}
header .jpx_logo {
  margin-left: 2rem;
}
header .jpx_logo img {
  max-width: 4.6rem;
}
footer .jpx_logo img {
  max-width: 4.6rem;
}
footer .jpx_logo {
  margin-left: 2rem;
}
footer .copy__wrap {
  padding: 3rem 0;
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
}
footer ul.copy__right {
  margin-right: 5rem;
}
footer .copy__right li {
  padding: 0 3rem;
  border-right: 1px solid #000;
}
footer .copy__right li:last-child {
  border-right: none;
  padding-right: 0;
}
footer .copy {
  color: #6e7786;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  header {
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    top: 0;
  }
  .header-logo-wrap {
    display: flex;
    height: 8rem;
  }
  header .btn-menu {
    top: 15px;
    background-color: inherit;
  }
  header .menu-trigger span {
    background-color: #3333ab;
  }
  .sp-nav-wrap nav {
    padding: 8rem 0;
  }
  header .jpx_logo {
    margin-left: 1rem;
  }
  header .header-logo img {
    width: 16rem;
  }
  header .jpx_logo img {
    max-width: 3.5rem;
  }
  header .header-logo-wrap .header-title {
    margin-left: 1rem;
    margin-top: 0;
  }
  footer ul.copy__right {
    margin: 1rem 0 1rem auto;
    font-size: 1.4rem;
  }
  footer .copy {
    margin-left: auto;
  }
}
/*ポップアップ*/
.side-download.side-list-block.fixed.download-area02 {
  position: fixed;
  left: inherit;
  right: inherit;
  bottom: 40px;
  width: 93.4rem;
  border: 2px solid #ddd;
  background-color: #fff;
  text-align: left;
  line-height: 1.6;
  padding: 10px;
  z-index: 999;
  transition: .5s;
  border: none;
  border-top: 25px solid #00005f;
  box-shadow: rgb(0 0 0 / 47%) 0px 3px 8px;
}
.download-item-wrap {
  display: flex;
  justify-content: space-around;
}
.download-item {
  display: flex;
  justify-content: center;
  border-right: 1px solid #ddd;
  padding: 10px;
  width: 33.333%;
gap:2rem;
}
.download-item:hover {
  opacity: 0.7;
}
.download-item .txt_wrap p {
  font-size: 1.4rem;
}
.download-item .txt_wrap .ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
.download-item:last-child {
  border-right: none;
}
.download-area02 {
  display: none;
}
.download-area02 #batsu {
  position: absolute;
  top: -24px;
  left: 8px;
  color: #fff;
  font-weight: bold;
}
.download-area02.none {
  display: none !important;
}
@media (max-width: 768px) {
  .side-download.side-list-block.fixed.download-area02 {
    display: none !important;
  }
  .dowmload-SP p {
    position: relative;
    text-indent: -1.8rem;
    padding-left: 2rem;
  }
  .dowmload-SP p a {
    color: #00005f;
  }
  .dowmload-SP p::before {
    content: url(/manda/asset/image/btn-arw-w.png);
    margin-right: 1rem;
  }
}
.ma_knowhow_relateinfo li {
  background-color: #fff;
}
.ma_continuation_relateinfo li {
  background-color: #fff;
}
/*220912*/
@media (max-width: 768px) {
  footer .copy__wrap {
    padding: 3rem;
  }
  footer ul.copy__right {
    margin: 1rem 0 2rem 0;
    font-size: 1.4rem;
  }
  footer .copy__right li:first-child {
    padding-left: 0;
  }
}
.header-wrap {
  align-items: center;
}
.header-logo-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 100%;
  margin-left: 1.5rem;
  padding: 0;
}
header .header-logo {
  margin-left: 0;
}
header .header-logo-wrap .header-title {
  margin-left: 0;
}
header .header-contact-btn {
  padding: 2.5rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header .header-contact-btn p {
  margin-top: 0.3rem;
  line-height: 1;
}
.header-logo-img, .footer-logo-img {
  width: 164px !important; /*レギュレーションの為変えない*/
  margin-bottom: 13px;
  margin-top: 13px;
}
.footer-logo-txt {
  font-size: 10px;
  margin-top: 8px;
}
.footer-tosho-logo {
  width: 46px;
}
@media (max-width: 768px) {
  .header-logo-wrap {
    height: 8rem;
    display: block;
    max-width: 100%;
    margin-left: 1.5rem;
  }
  article {
    margin-top: 9rem;
  }
  .p-footer-nav__logo {
    margin-bottom: 15px;
  }
}
/*------------------------------
230303
-------------------------------*/
.btn-b.orange {
  background: rgb(255, 105, 0);
  background: linear-gradient(90deg, rgba(255, 105, 0, 1) 0%, rgba(252, 185, 0, 1) 100%);
}
.lp-document {
  background: url(/manda/asset/image/lp/document-bg.jpg);
  background-size: cover;
  color: #fff;
}
.lp-document h2 {
  color: #fff;
  font-size: 4.0rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.lp-document__item {
  display: flex;
  justify-content: center;
}
.lp-document__item__list {
  width: 42rem;
  background-color: #fff;
  color: #000;
  margin: 0 2rem;
  padding: 25px;
  border: 10px solid #c3ebf5;
  display: flex;
  flex-direction: column;
}
.lp-document__item__list__btnbox {
  margin-top: auto;
}
.lp-document__item__list__btnbox a {
  width: 100%;
}
.lp-document__item__list__imgbox img {
  max-width: 100%;
}
.lp-document__item__list__txtbox {
  margin-bottom: 36px;
}
.lp-document__item__list__txtbox h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #3333ab;
  line-height: 1.4;
  margin: 30px 0 20px 0;
}
.seminar_list .seminar-slider-item {
  margin-top: 3rem;
  padding: 0px 1.8rem;
  border-right: solid 1px rgba(170, 170, 170, 0.3);
}
.seminar_list .seminar-slider-item .txt-box {
  margin-top: 2rem;
  line-height: 1.5;
}
.seminar_list .seminar-slider-item__label {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 13px;
  background-color: #242478;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
.seminar_list .seminar-slider-item__label.live {
  background-color: #ee0000;
}
span.eminar-slider-item__day {
  display: inline-block;
  margin-left: 4px;
  font-weight: bold;
}
.seminar_list .seminar-slider-item img {
  width: 100%;
}
.seminar_list .slide-dots {
  width: 100%;
}
.seminar_list .slick-prev:before, .seminar_list .slick-next:before {
  color: #00005f;
}
.seminar_list .slide-dots li button::before {
  background-image: url(/manda/asset/image/top/KV-slider-dots.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 1.35rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 2.4rem;
}
.seminar_list .slide-dots li {
  display: inline-block;
  margin: 0 0.2rem;
}
.seminar_list .slide-dots {
  width: 100%;
}
.seminar_list .slide-dots li button {
  position: relative;
  text-indent: -9999px;
  padding: 0 1.4rem !important;
}
.seminar_list .slide-dots {
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-align: center;
}
.seminar_list .slide-dots li button::before {
  background-image: url(/manda/asset/image/top/KV-seminar-slider-dots.jpg);
}
.seminar_list .slide-dots li.slick-active button::before {
  background-image: url(/manda/asset/image/top/KV-slider-dots-active.png);
}
.seminar_list .slick-prev {
  left: -7rem;
}
.seminar_list .slick-next {
  right: -7rem;
}
.lp-seminar h2 {
  color: #242478;
  font-size: 4.0rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.seminar_list .seminar-slider-item img {
  width: 100%;
  height: 145px;
}
.lp-seminar .btn-b {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .lp-document h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .lp-document__item {
    display: block;
  }
  .lp-document__item__list {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .lp-document__item__list__txtbox h3 {
    font-size: 2.0rem;
    margin: 15px 0 7px 0;
  }
  .lp-seminar h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .lp-form h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}
.seminar-slider h3 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
}
/*---------------------
230531
----------------------*/
.downloadBlock {
  background: #f4f4ff;
  background-image: url(/manda/image/downloadBlock-bg.jpg);
}
.downloadBlock .inner {
  padding: 6rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.downloadBlock + section.faq {
  background: #FFF;
}
.downloadBlock .dB-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 50px;
  padding: 0 0 30px 0;
}
.downloadBlock .dB-cont {
  flex: 1;
}
.downloadBlock .ttl h2 {
  color: #00005f;
  font-size: 3.0rem;
  padding-left: 2.5rem;
  border-left: solid 1px #00005f;
  font-weight: bold;
  margin-bottom: 3.6rem;
  line-height: 1.6;
}
.downloadBlock .dB-cont p + p {
  margin-top: 1em;
}
@media all and (max-width: 768px) {
  .downloadBlock .inner {
    padding: 3rem;
  }
  .downloadBlock .dB-flex {
    flex-direction: column;
    gap: 30px;
  }
  .downloadBlock .dB-img {
    text-align: center;
  }
  .downloadBlock .ttl h2 {
    font-size: 2.4rem;
  }
}
/*----------------------
230601
-----------------------*/
.main-banner {
  width: 85%;
  margin: 0 auto;
  box-shadow: 0px 0px 1.6rem -0.6rem rgba(0, 0, 0, 0.3);
}
.main-banner a {
  display: flex;
  align-items: center;
}
.main-banner__txtbox {
  flex: 1;
  padding: 10px 40px;
}
.main-banner__txtbox__label {
  display: inline-block;
  background-color: #0eafd6;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 12px;
  padding: 7px 30px;
}
.main-banner__txtbox__mainttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #242478;
  margin-bottom: 13px;
}
.main-banner__txtbox p {
  line-height: 1.6;
}
@media (max-width: 768px) {
  .main-banner {
    width: 100%;
  }
  .main-banner a {
    display: block;
  }
  .main-banner {
    padding: 20px;
  }
  .main-banner__imgbox {
    margin-bottom: 25px;
    text-align: center;
  }
  .main-banner__txtbox {
    padding: 0;
  }
}
.questionnaire_label {
  font-weight: bold;
  text-align: center;
  background-color: #0eafd6;
  color: #fff;
  font-size: 1.4rem;
  padding: 6px;
}
#questionnaire_popbanner {
  text-align: center;
}
#questionnaire_popbanner p:nth-child(2) {
  text-align: left;
}
@media (max-width: 768px) {
  #questionnaire_popbanner a {
    display: block;
  }
  div#questionnaire_popbanner img {
    display: none;
  }
  #questionnaire_popbanner .txt-box {
    width: 100%;
    margin-top: 10px;
  }
  #questionnaire_popbanner .txt-box p + p {
    display: block;
  }
}

/*-----------------------------
230803
-------------------------------*/

.p-manda-advisery__download {
  background-color: #fff;
  color: #000;
  border: 5px solid #c3ebf5;;
  padding: 3rem 3rem;
  max-width: 980px;
  margin: 80px auto;
}

.p-manda-advisery__download__flex {
  display: flex;
  justify-content: space-between;
  /* gap: 100px; */
  padding-bottom: 30px;
    align-items: center;
}

.p-manda-advisery__download__txtbox {
    width: 50%;
}

.p-manda-advisery__download__txtbox h3 {
    color: #00005f;
    font-size: 2.6rem;
    padding-left: 2.5rem;
    border-left: solid 1px #00005f;
    font-weight: bold;
    margin-bottom: 2.6rem;
    line-height: 1.6;
}

.p-manda-advisery__download__btnbox {
  display: flex;
  justify-content: center;
}

.p-manda-advisery__download__btnbox .btn-b {
  margin: 0;
}

.p-manda-advisery__download__imgbox {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {

.p-manda-advisery__download{
    padding: calc(3rem - 5px);
}
  .p-manda-advisery__download__flex {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 30px;
  }

.p-manda-advisery__download__txtbox h3{
font-size:2.4rem;
}
  .p-manda-advisery__download__imgbox {
    width: 100%;
  }
.p-manda-advisery__download__txtbox {
    width: 100%;
}
}

.form_section a {
    color: #153378;
    text-decoration: underline;
    transition:.3s;
}

.form_section a:hover{
    text-decoration: none;   
}

.bnr-img {
    text-align: center;
    padding: 8rem 0;
}

.bnr-img a {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    text-align: center;
}

@media (max-width: 768px) {
.bnr-img a {
width:90%;
}
}



.lp-consultation h2{
    color: #242478;
    font-size: 4.0rem;
    font-weight: bold;
    margin-bottom: 35px;
}
.parts-consultation-conts {
    padding: 50px;
    background: #fff;
}
.parts-consultation-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.parts-consultation-img {
    width: 490px;
}
.parts-consultation-textbox {
    width: calc(100% - 60px - 490px);
    font-weight: 500;
}
.parts-consultation-title {
    font-size: 30px;
    color: rgb(0, 0, 95);
    font-weight: bold;
    line-height: 1.533;
    margin-bottom: 15px;
}
.parts-consultation-list{
    margin-bottom: 20px;
}
.parts-consultation-list ul li{
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height:1.6;
    margin-bottom: 7px;
    text-indent:-18px;
    padding-left:18px;
}
.parts-consultation-list ul li::before{
    content:"・";
}
.parts-consultation-btn {
margin-top: 20px;
}
.parts-consultation-btn .btn-b{
    margin:0;
    max-width:250px;
}
@media (max-width: 768px) {
.lp-consultation h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
}
.parts-consultation-conts {
    padding: 20px;
}
.parts-consultation-flex {
    gap: 20px;
}
.parts-consultation-textbox {
    width: 100%;
}
.parts-consultation-title {
    font-size: 20px;
}
.parts-consultation-list ul li {
    font-size: 14px;
    text-indent:-14px;
    padding-left:14px;
}
.parts-consultation-btn .btn-b {
    max-width: 100%;
}
}


.consulting-bnr {
    max-width: 1000px;
    margin: 0 auto;
}

.consulting-bnr {
    border: 6px solid #c3ebf5;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 30px;
}
.consulting-bnr.area-link{
transition:.3s;
}
.consulting-bnr.area-link:hover{
opacity:.8;
}
.consulting-bnr-img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
}

.consulting-bnr-textbox {}

.consulting-bnr-subtitle {
    font-size: 18px;
  color: rgb(17, 17, 17);
  line-height: 1.556;
    font-weight:500;
    margin-bottom:10px;
}
.consulting-bnr-title {
  font-size: 34px;
  color: rgb(36, 36, 120);
  font-weight: bold;
  margin-bottom: 30px;
}
.consulting-bnr-title-label {
  color: rgb(255, 255, 255);
  line-height: 1;
  font-size: 22px;
  background: rgb(36, 36, 120);
  display:inline-block;
  padding: 3px 13px 6px;
    margin-bottom: 8px;
}
.consulting-bnr-img::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 60%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 60%);
background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.consulting-bnr-img img{
    height:100%;
    max-width:none;
}
@media (max-width: 768px) {
.consulting-bnr {
    padding: 20px;
}

.consulting-bnr-img {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.consulting-bnr-img::before {
    content: none;
}

.consulting-bnr-img img {
    width: calc(100% + 40px);
    margin-left: -40px;
}

.consulting-bnr-title {
    font-size: 25px;
}
}

.side-bnr {
    margin-bottom: 5rem;
}



.c-floating-banner {
    display: none;
    z-index: 999;
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 260px;
    background: #fff;
}
.c-floating-banner a {
    transition: 0.3s;
    display: block;
}
.c-floating-banner a img{
    height: auto;
    width: 100%;
}
.c-floating-banner__close {
    position: absolute;
    top: 1px;
    left: -30px;
}
.c-floating-banner__close span {
    display: block;
    position: relative;
    top: -1px;
    width: 30px;
    height: 30px;
    background: #333;
    cursor: pointer;
}
.c-floating-banner__close span::before,
.c-floating-banner__close span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 25px;
    background: #fff;
    content: "";
}
.c-floating-banner__close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.c-floating-banner__close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.c-floating-banner.is-close {
    display: none !important;
}
@media (max-width: 768px) {
    .c-floating-banner {
        right: 0;
        bottom: 0;
        width: 40% !important;
    }
}

/*250326*/
/*article.post_article {
  overflow-x: unset;
}
@media (min-width: 769px) {
  .sticky_container {
    position: sticky;
    top: 150px;
  }
}*/