@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #131b38;
  font-size: 15px;
  font-weight: 400;
  padding-top: 120px;
  scroll-behavior: smooth;
  overflow-x: scroll;
}
@media (max-width: 1023.9px) {
  body {
    padding-top: 60px;
  }
}
@media (min-width: 1024px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    font-size: 14px;
    overflow-x: hidden;
  }
}
body.body2 {
  padding-top: 0;
}

main, footer {
  width: 1024px;
}
@media (min-width: 1024px) {
  main, footer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main, footer {
    width: 100%;
  }
}

html {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html.is-active {
  overflow: hidden;
}

.body2 main {
  overflow: clip;
  min-height: calc(100vh - 206px);
}

img {
  vertical-align: bottom;
  display: block;
  max-width: 100%;
}

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

::-webkit-input-placeholder {
  color: #c7cad5;
}

::-moz-placeholder {
  color: #c7cad5;
}

::-ms-input-placeholder {
  color: #c7cad5;
}

::placeholder {
  color: #c7cad5;
}

:focus {
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}

a {
  text-underline-offset: 4px;
}

.l-section {
  margin-top: 70px;
  padding: 0 0 200px;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-top: 30px;
    padding: 0 0 50px;
  }
}
.l-section p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-section p {
    font-size: 14px;
  }
}

.l-inner {
  max-width: 1250px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 15px;
  }
}
.l-inner-left {
  padding-left: 25px;
  margin-left: calc(50% - 625px);
  width: calc(50% + 625px);
}
@media (max-width: 1250px) {
  .l-inner-left {
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-inner-left {
    padding-left: 15px;
    width: 100%;
    margin-left: auto;
  }
}
.l-inner-lg {
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner-lg {
    padding: 0 15px;
  }
}
.l-inner-md {
  max-width: 1216px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner-md {
    padding: 0 15px;
  }
}
.l-inner-sm {
  max-width: 976px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner-sm {
    padding: 0 15px;
  }
}

.l-sidebar {
  width: 247px;
  margin-right: 64px;
  padding-top: 3px;
  color: #152c81;
}
@media (max-width: 1176px) {
  .l-sidebar {
    margin-right: 32px;
    width: 20%;
  }
}
.l-sidebar__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 33px;
}
@media (max-width: 1176px) {
  .l-sidebar__title {
    font-size: 16px;
  }
}
.l-sidebar__listtitle {
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
}
@media (max-width: 1176px) {
  .l-sidebar__listtitle {
    font-size: 14px;
  }
}
.l-sidebar__listtitle::after {
  position: absolute;
  content: url(../images/icon/icon-arrow-left.svg);
  left: 0px;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-sidebar__list {
  margin-top: 10px;
  margin-bottom: 40px;
}
.l-sidebar__list--parent .l-sidebar__item {
  background: none;
  color: #152c81;
}
.l-sidebar__list--parent .l-sidebar__item2 {
  font-weight: 700;
}
.l-sidebar__item {
  font-size: 15px;
  line-height: 1.3;
  padding: 9px 10px 10px 27px;
  font-weight: 400;
}
@media (max-width: 1176px) {
  .l-sidebar__item {
    font-size: 14px;
  }
}
.l-sidebar__item2 {
  background: #f2f7fd;
  color: #b3b9cb;
}
.l-sidebar__item2:hover a {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .l-bg-color.is-sp {
    background: unset;
  }
}

.l-bg-color2 {
  background-image: url(../images/bg-square.png);
  position: relative;
}
.l-bg-color2::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #e3ebfa;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-bg-color2.is-sp {
    background: unset;
  }
}

.l-bg-color3 {
  background: #f7f9fd;
}
@media screen and (max-width: 767px) {
  .l-bg-color3.is-sp {
    background: unset;
  }
}

main {
  overflow: hidden;
}

.l-lp__inner--lg {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-lp__inner--lg {
    padding: 0 16px;
  }
}
.l-lp__inner--md {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-lp__inner--md {
    padding: 0 16px;
  }
}
.l-lp__inner--sm {
  max-width: 1041px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-lp__inner--sm {
    padding: 0 16px;
  }
}
.l-lp__inner--nav {
  max-width: 1498px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-lp__inner--nav {
    padding: 0 16px;
  }
}
.l-lp__mv {
  width: 100%;
  height: auto;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .l-lp__mv {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.l-lp__mv img {
  width: 100%;
  height: auto;
}

.c-box {
  -webkit-box-shadow: 0 0 10px rgba(39, 56, 116, .1);
          box-shadow: 0 0 10px rgba(39, 56, 116, .1);
}
.c-box.is-white {
  background: #fff;
  padding: 20px 30px 14px;
  border-radius: 4px;
}
.c-box.is-three {
  width: calc(33.33333% - 10px);
  background: #fff;
  padding: 0 0 5px;
  border-radius: 4px;
}
.c-box.is-three .c-box__head {
  border-radius: 4px 4px 0 0;
}
.c-box.is-three:nth-child(1) .c-box__head {
  background: url(../images/top/bg-jim1.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(1) .c-box__head {
    background-image: url(../images/top/bg-jim1@2x.jpg);
  }
}
.c-box.is-three:nth-child(2) .c-box__head {
  background: url(../images/top/bg-jim2.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(2) .c-box__head {
    background-image: url(../images/top/bg-jim2@2x.jpg);
  }
}
.c-box.is-three:nth-child(3) .c-box__head {
  background: url(../images/top/bg-jim3.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(3) .c-box__head {
    background-image: url(../images/top/bg-jim3@2x.jpg);
  }
}
.c-box.is-three:nth-child(4) .c-box__head {
  background: url(../images/top/bg-jim4.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(4) .c-box__head {
    background-image: url(../images/top/bg-jim4@2x.jpg);
  }
}
.c-box.is-three:nth-child(5) .c-box__head {
  background: url(../images/top/bg-jim5.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(5) .c-box__head {
    background-image: url(../images/top/bg-jim5@2x.jpg);
  }
}
.c-box.is-three:nth-child(6) .c-box__head {
  background: url(../images/top/bg-jim6.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(6) .c-box__head {
    background-image: url(../images/top/bg-jim6@2x.jpg);
  }
}
.c-box.is-three:nth-child(7) .c-box__head {
  background: url(../images/top/bg-jim7.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(7) .c-box__head {
    background-image: url(../images/top/bg-jim7@2x.jpg);
  }
}
.c-box.is-three:nth-child(8) .c-box__head {
  background: url(../images/top/bg-jim8.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(8) .c-box__head {
    background-image: url(../images/top/bg-jim8@2x.jpg);
  }
}
.c-box.is-three:nth-child(9) .c-box__head {
  background: url(../images/top/bg-jim9.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(9) .c-box__head {
    background-image: url(../images/top/bg-jim9@2x.jpg);
  }
}
.c-box.is-three:nth-child(10) .c-box__head {
  background: url(../images/top/bg-jim10.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(10) .c-box__head {
    background-image: url(../images/top/bg-jim10@2x.jpg);
  }
}
.c-box.is-three:nth-child(11) .c-box__head {
  background: url(../images/top/bg-jim11.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(11) .c-box__head {
    background-image: url(../images/top/bg-jim11@2x.jpg);
  }
}
.c-box.is-three:nth-child(12) .c-box__head {
  background: url(../images/top/bg-jim12.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(12) .c-box__head {
    background-image: url(../images/top/bg-jim12@2x.jpg);
  }
}
.c-box.is-three:nth-child(13) .c-box__head {
  background: url(../images/top/bg-jim13.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(13) .c-box__head {
    background-image: url(../images/top/bg-jim13@2x.jpg);
  }
}
.c-box.is-three:nth-child(14) .c-box__head {
  background: url(../images/top/bg-jim14.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(14) .c-box__head {
    background-image: url(../images/top/bg-jim14@2x.jpg);
  }
}
.c-box.is-three:nth-child(15) .c-box__head {
  background: url(../images/top/bg-jim15.jpg) no-repeat top right/contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-box.is-three:nth-child(15) .c-box__head {
    background-image: url(../images/top/bg-jim15@2x.jpg);
  }
}
.c-box.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 6px);
  border-radius: 4px;
}
.c-box.is-flex.is-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 67%;
  overflow: hidden;
}
.c-box.is-flex.is-row:hover {
  opacity: 1;
}
.c-box.is-flex.is-row:hover .c-box__title, .c-box.is-flex.is-row:hover .is-lami--text {
  opacity: 0.6;
}
.c-box.is-flex.is-row:hover .c-box__image.is-no-bottom.is-flex.is-cate img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-box.is-flex.is-row:hover .c-button.is-white::after {
  right: -5px;
}
.c-box.is-blue {
  background: #152c81;
  border-radius: 4px;
  width: 49%;
  max-width: 495px;
  color: #fff;
  padding: 22px 0px 0;
}
@media screen and (max-width: 767px) {
  .c-box.is-blue {
    max-width: unset;
    width: 100%;
    padding: 22px 0 0;
  }
}
.c-box.is-blue .c-box__title {
  padding-left: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-box.is-blue .c-box__title {
    padding-left: 10px;
  }
}
.c-box.is-service {
  width: calc(33.33333% - 10px);
  background: #fff;
  border-radius: 4px;
  max-width: 393px;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-box.is-service:hover .c-box__button {
  background: #152c81;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-box.is-service:hover .c-box__button::after {
  content: url(../images/icon/arrow-white-w4-h8.svg);
}
@media screen and (max-width: 767px) {
  .c-box.is-service {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }
}
.c-box.is-service .c-box__content {
  padding: 9px 19px 13px;
  margin-top: unset;
  gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 129px;
}
@media screen and (max-width: 767px) {
  .c-box.is-service .c-box__content {
    height: auto;
    min-height: unset;
    padding: 9px 11px 12px;
  }
}
.c-box.is-service .c-box__button {
  position: relative;
  border-radius: 27px;
  width: 100%;
  color: #152c81;
  border: 1px solid #152c81;
  max-width: 124px;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 15px 7px 18px;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  margin-left: auto;
}
.c-box.is-service .c-box__button::after {
  position: absolute;
  content: url(../images/icon/arrow-nay-w4-h8.svg);
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-box.is-service .c-box__button {
    margin-top: 10px;
  }
}
.c-box.is-line {
  width: calc(50% - 12px);
  border-top: 6px solid #152c81;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-box.is-link {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  width: 320px;
  margin: 0 5px;
  color: #fff;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .c-box.is-link {
    width: 100%;
    min-height: unset;
    padding: unset;
    margin: unset;
  }
}
.c-box.is-link a {
  background: #152c81;
  border-radius: 4px;
  padding: 40px 20px 10px;
  display: block;
  width: 100%;
  height: 100%;
}
.c-box.is-link a:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-box.is-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 3px 0px;
  }
}
.c-box.is-sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-box.is-sponly {
    display: block;
  }
  .c-box.is-sponly .c-box__head.is-blue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 9px 10px;
  }
  .c-box.is-sponly .c-box__head.is-blue .is-sub {
    color: #fff;
    background: #e6960b;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-box.is-sponly .c-box__head.is-blue .is-sub {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .c-box.is-sponly .c-box__head.is-blue .c-box__title.is-dots.is-sp::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-box.is-web {
    padding-bottom: 18px;
  }
}
.c-box__image {
  margin-bottom: 21px;
}
.c-box__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-top__category-image .c-box__image img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-box__image-2 img {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.c-box__image.is-flex {
  width: 41.5%;
}
@media (min-width: 768px) and (max-width: 1023.9px) {
  .c-box__image.is-flex {
    width: 55%;
  }
}
.c-box__image.is-banner {
  width: 38%;
  height: auto;
  margin-bottom: 1%;
}
.c-box__image.is-banner img {
  display: block;
  width: 87%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-box__image.is-banner2 img {
  display: block;
  width: 78%;
  height: 100%;
  margin: 0px 8%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-box__image.is-link {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-box__image.is-link {
    margin-bottom: unset;
    width: 21%;
  }
}
.c-box__image.is-link img {
  width: 100%;
  height: 60px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-box__image.is-link img {
    width: 50%;
    height: 75px;
  }
}
.c-box__image.is-cate {
  width: 50%;
  overflow: hidden;
}
.c-box__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-box__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .c-box__button {
    margin-top: 0px;
  }
}
.c-box__button .c-button {
  padding: 11px 27px 12px;
}
.c-box__button .c-button::after {
  right: 21px;
}
.c-box__button.is-hisago, .c-box__button.is-web {
  width: 88%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-box__button.is-hisago, .c-box__button.is-web {
    width: 49%;
    margin: unset;
    height: 106px;
  }
}
.c-box__button.is-hisago a, .c-box__button.is-web a {
  display: block;
  width: 100%;
  padding: 11px 18px;
  border-radius: 27px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-box__button.is-hisago a, .c-box__button.is-web a {
    border-radius: 8px;
    padding: 11px 6px 21px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 360px) {
  .c-box__button.is-hisago a, .c-box__button.is-web a {
    font-size: 12px;
  }
}
.c-box__button.is-hisago {
  margin: 33px auto 10px;
}
@media screen and (max-width: 767px) {
  .c-box__button.is-hisago {
    margin: unset;
  }
}
.c-box__button.is-hisago a {
  background: #e6960b;
  border: 2px solid #e6960b;
  color: #fff;
  position: relative;
}
.c-box__button.is-hisago a::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 15px;
  background: url(../images/hisago-icon.svg) no-repeat center center/cover;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-box__button.is-hisago a::after {
    top: 18px;
    right: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateX(50%);
  }
}
@media screen and (max-width: 360px) {
  .c-box__button.is-hisago a::after {
    width: 18px;
    height: 16px;
  }
}
.c-box__button.is-web {
  margin-bottom: -7px;
}
@media screen and (max-width: 767px) {
  .c-box__button.is-web {
    margin: unset;
  }
}
.c-box__button.is-web a {
  background: #fff;
  border: 2px solid #fff;
  color: #152c81;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-box__button.is-web a {
    padding: 11px 6px 29px;
  }
}
.c-box__button.is-web a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 12px;
  background: url(../images/web-icon.svg) no-repeat center center/cover;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-box__button.is-web a::after {
    top: 23px;
    right: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateX(50%);
  }
}
.c-box__button.is-text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-box__button.is-text {
    margin-top: unset;
  }
}
.c-box__head {
  min-height: 96px;
  border-radius: 4px 0px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-box__head.is-blue {
  background: #152c81;
  border-radius: 4px 4px 0 0;
  padding-left: 40px;
  min-height: 56px;
}
@media screen and (max-width: 767px) {
  .c-box__head.is-blue {
    min-height: unset;
    padding: 9px 28px;
  }
}
.c-box__head.is-no-bg {
  min-height: 124px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .c-box__head.is-no-bg {
    min-height: unset;
  }
}
.c-box__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2727;
  color: #152c81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.is-zimu .c-box__title {
  text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff, -4px 4px 4px #fff, 4px -4px 4px #fff, 4px 0 4px #fff, -4px 0 4px #fff, 0 4px 4px #fff, 0px -4px 4px #fff;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .c-box__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-box__title {
    font-size: 16px;
  }
}
.c-box__title span:not([class]) {
  display: inline-block;
  background: #152c81;
  color: #fff;
  padding: 6px 13px;
  border-radius: 14px;
  font-size: 13px;
  margin-left: 9px;
}
.c-box__title span.c-box__title--inner {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2727;
  padding-left: 44px;
  display: block;
  position: relative;
  color: #152c81;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .c-box__title span.c-box__title--inner {
    font-size: 17px;
  }
}
.c-box__title span.c-box__title--inner::after {
  position: absolute;
  content: url(../images/icon/arrow-gray-w10-h5.svg);
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.c-box__title.is-nohover a {
  color: #152c81;
  padding-left: 24px;
}
.c-box__title.is-nohover a::after {
  display: none;
}
.c-box__title.is-nohover .c-box__title--inner2 {
  color: #152c81;
  padding-left: 30px;
}
.c-box__title.is-nohover .c-box__title--inner2::after {
  display: none;
}
.c-box__title.is-dots {
  color: #fff;
  position: relative;
}
.c-box__title.is-dots::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6960b;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
}
@media screen and (max-width: 767px) {
  .c-box__title.is-dots::after {
    width: 8px;
    height: 8px;
    left: -18px;
  }
}
.c-box__title2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2727;
  color: #152c81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .c-box__title2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-box__title2 {
    font-size: 16px;
  }
}
.c-box__title3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2727;
  color: #152c81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .c-box__title3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-box__title3 {
    font-size: 16px;
  }
}
.c-box__title3 span {
  display: inline-block;
  background: #152c81;
  color: #fff;
  padding: 6px 13px;
  border-radius: 14px;
  font-size: 13px;
  margin-left: 9px;
}
.c-box__title3 a {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2727;
  padding-left: 44px;
  display: block;
  position: relative;
  color: #152c81;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .c-box__title3 a {
    font-size: 17px;
  }
}
.c-box__title3 a:hover {
  color: #727891;
  opacity: 1;
}
.c-box__title3 a::after {
  position: absolute;
  content: url(../images/icon/arrow-gray-w10-h5.svg);
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.c-box__title3.is-nohover .c-box__title--inner {
  color: #152c81;
  padding-left: 30px;
}
.c-box__title3.is-nohover .c-box__title--inner::after {
  display: none;
}
.c-box__title3.is-dots {
  color: #fff;
  position: relative;
}
.c-box__title3.is-dots::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6960b;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
}
.c-box__content {
  margin-top: 21px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.c-box__content-2 {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
@media screen and (max-width: 767px) {
  .c-box__content {
    margin-top: unset;
  }
}
.c-box__content.is-flex {
  margin-top: unset;
  width: 349px;
  background: #fff;
}
.c-box__content.is-cata {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-box__content.is-banner {
  margin-top: unset;
  width: 62%;
  padding: 37px 21px 10px;
}
.c-box__content.is-banner2 {
  margin-top: unset;
  width: 62%;
  padding: 37px 21px 13px 19px;
  position: relative;
}
.c-box__content.is-banner2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background: #ebedf2;
  top: 10%;
  left: -2px;
}
.c-box__list {
  padding-bottom: 19px;
}
.is-lami .c-box__list {
  padding-right: 8px;
}
.c-box__list li {
  margin-bottom: 12px;
}
.c-box__list li a {
  color: #676974;
  padding-left: 44px;
  font-weight: 400;
  display: block;
  position: relative;
  letter-spacing: 0.07em;
}
.c-box__list li a:hover {
  color: #152c81;
  opacity: 1;
  padding-left: 54px;
}
.c-box__list li a::after {
  position: absolute;
  content: url(../images/icon/arrow-gray-w10-h5.svg);
  top: 50%;
  left: 23px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.c-box__serch {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-box__serch {
    margin-top: 23px;
  }
}
.c-box__serch-wrap {
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-box__serch-wrap {
    width: calc(100% - 20px);
  }
}
.c-box__serch select {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0 auto 9px;
  background: #fff;
  border-radius: 4px;
  padding: 9px 20px 9px;
  color: #152c81;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  background-image: url(../images/icon/arrow-nay-w10-h5.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 13.26px 7.19px;
}
.c-box__serch select.is-hidden {
  background-color: rgba(255, 255, 255, .7);
  color: rgba(21, 44, 129, .5);
}
@media screen and (max-width: 767px) {
  .c-box__serch select {
    width: 100%;
    margin: -1px auto 15px;
    padding: 10px 10px 9px;
    font-size: 15px;
  }
}
.c-box__serch .--button {
  display: block;
  width: 100%;
  background: #2e4b9b;
  margin-top: 21px;
  text-align: center;
  padding: 16px 0 19px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.c-box__serch .--button.is-hidden {
  color: rgba(255, 255, 255, .6);
}
@media screen and (max-width: 767px) {
  .c-box__serch .--button {
    padding: 15px 0 17px;
    font-size: 15px;
  }
}
.c-box__serch .--wrap {
  position: relative;
}
.c-box__serch .--icon {
  position: absolute;
  content: "";
  width: 23px;
  height: 22px;
  background: url(../images/icon-search.svg) no-repeat center center/cover;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 27%;
}
@media screen and (max-width: 767px) {
  .c-box__serch .--icon {
    right: 12px;
  }
}
.c-box__serch .--icon.is-active {
  background: url(../images/icon-serch.svg) no-repeat center center/cover;
}
.c-box__cate {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-box__cate-item {
  background: #e6960b;
  border-radius: 50px;
  width: 140px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 0 5px;
}
.c-box__wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .c-box__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
    gap: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-box__wrap-hisago {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 22px 10px 8px;
  }
}
.c-box__read {
  text-align: center;
  font-size: 18px;
  line-height: 1.2222;
}
@media screen and (max-width: 767px) {
  .c-box__read {
    text-align: left;
    font-size: 15px;
    line-height: 1.4;
  }
}
.c-box .is-lami {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-box .is-lami .is-hover:hover .c-box__content-2 {
  opacity: 0.6;
}
.c-box .is-lami--text {
  position: relative;
  margin-top: 14px;
  padding-right: 17px;
  color: #152c81;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-box .is-lami--text::after {
  position: absolute;
  content: url(../images/icon/arrow-nay-w10-h5.svg);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-box2 {
  -webkit-box-shadow: 0 0 10px rgba(39, 56, 116, .1);
          box-shadow: 0 0 10px rgba(39, 56, 116, .1);
}
.c-box2.is-white {
  background: #fff;
  padding: 20px 30px 14px;
  border-radius: 4px;
}
.c-box2.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
  background: #fff;
  border-radius: 4px;
}
.c-box2.is-flex.is-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 67%;
  overflow: hidden;
}
.c-box2.is-flex.is-row:hover {
  opacity: 1;
}
.c-box2.is-flex.is-row:hover .c-box__image.is-no-bottom.is-flex.is-cate img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-box2.is-flex.is-row:hover .c-button.is-white::after {
  right: -5px;
}
.c-box2.is-blue {
  background: #152c81;
  border-radius: 4px;
  width: 49%;
  max-width: 495px;
  color: #fff;
  padding: 25px 0px 0;
}
@media screen and (max-width: 767px) {
  .c-box2.is-blue {
    max-width: unset;
    width: 100%;
    padding: 22px 0 0;
  }
}
.c-box2.is-blue .c-box__title {
  padding-left: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-box2.is-blue .c-box__title {
    padding-left: 10px;
  }
}
.c-box2.is-service {
  width: calc(33.33333% - 10px);
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-box2.is-service {
    width: 100%;
    margin-bottom: 22px;
  }
}
.c-box2.is-service .c-box__content {
  padding: 9px 20px 20px;
  height: 66%;
  margin-top: unset;
  gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-box2.is-service .c-box__content {
    display: block;
    height: auto;
    padding: 9px 11px 7px;
  }
}
@media screen and (max-width: 767px) {
  .c-box2.is-service .c-box__button {
    margin-top: 10px;
  }
}
.c-box2.is-line {
  width: calc(50% - 5px);
  border-top: 6px solid #152c81;
  border-radius: 4px;
}
.c-box2.is-line a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-box2.is-link {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  width: 320px;
  margin: 0 5px;
  color: #fff;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .c-box2.is-link {
    width: 100%;
    min-height: unset;
    padding: unset;
    margin: unset;
  }
}
.c-box2.is-link a {
  background: #152c81;
  border-radius: 4px;
  padding: 40px 20px 10px;
  display: block;
  width: 100%;
  height: 100%;
}
.c-box2.is-link a:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-box2.is-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 3px 0px;
  }
}
.c-box2.is-sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-box2.is-sponly {
    display: block;
  }
  .c-box2.is-sponly .c-box__content {
    height: 90px;
  }
  .c-box2.is-sponly .c-box__head.is-blue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 21px 10px 23px;
  }
  .c-box2.is-sponly .c-box__head.is-blue .is-sub {
    color: #fff;
    background: #e6960b;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-box2.is-sponly .c-box__head.is-blue .is-sub {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-box2.is-sponly .c-box__head.is-blue .c-box__title.is-dots.is-sp::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-box2.is-web {
    padding-bottom: 18px;
  }
}
.c-box2__image {
  margin-bottom: 18px;
}
.c-box2__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-box2__image.is-flex {
  width: 246px;
}
.c-box2__image .is-banner {
  width: 38%;
  height: 100%;
  margin-bottom: unset;
}
.c-box2__image .is-banner img {
  display: block;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-box2__image.is-link {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-box2__image.is-link {
    margin-bottom: unset;
    width: 20%;
  }
}
.c-box2__image.is-link img {
  width: 100%;
  height: 60px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-box2__image.is-link img {
    width: 50%;
    height: 75px;
  }
}
.c-box2__image.is-cate {
  width: 50%;
  overflow: hidden;
}
.c-box2__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-box2__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 6px;
}
.c-box2__button .c-button {
  padding: 11px 24px 12px;
}
.c-box2__button.is-hisago, .c-box2__button.is-web {
  width: 88%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-box2__button.is-hisago, .c-box2__button.is-web {
    width: 49%;
    margin: unset;
    height: 107px;
  }
}
.c-box2__button.is-hisago a, .c-box2__button.is-web a {
  display: block;
  width: 100%;
  padding: 11px 20px;
  border-radius: 27px;
}
@media screen and (max-width: 767px) {
  .c-box2__button.is-hisago a, .c-box2__button.is-web a {
    border-radius: 10px;
    padding: 11px 6px 23px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-box2__button.is-hisago {
  margin: 33px auto 10px;
}
@media screen and (max-width: 767px) {
  .c-box2__button.is-hisago {
    margin: unset;
  }
}
.c-box2__button.is-hisago a {
  background: #e6960b;
  border: 2px solid #e6960b;
  color: #fff;
  position: relative;
}
.c-box2__button.is-hisago a::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 15px;
  background: url(../images/hisago-icon.svg) no-repeat center center/cover;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-box2__button.is-hisago a::after {
    top: 25px;
    right: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateX(50%);
  }
}
.c-box2__button.is-web {
  margin-bottom: -7px;
}
@media screen and (max-width: 767px) {
  .c-box2__button.is-web {
    margin: unset;
  }
}
.c-box2__button.is-web a {
  background: #fff;
  border: 2px solid #fff;
  color: #152c81;
  position: relative;
}
.c-box2__button.is-web a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 11px;
  background: url(../images/web-icon.svg) no-repeat center center/cover;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-box2__button.is-web a::after {
    top: 25px;
    right: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateX(50%);
  }
}
.c-box2__button.is-text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-box2__button.is-text {
    margin-top: unset;
  }
}
.c-box2__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2727;
  color: #152c81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .c-box2__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-box2__title {
    font-size: 16px;
    font-weight: 700;
  }
}
.c-box2__title span {
  display: inline-block;
  background: #152c81;
  color: #fff;
  padding: 6px 13px;
  border-radius: 14px;
  font-size: 13px;
  margin-left: 9px;
}
.c-box2__title a {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2727;
  padding-left: 42px;
  display: block;
  position: relative;
  color: #152c81;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .c-box2__title a {
    font-size: 17px;
  }
}
.c-box2__title a:hover {
  color: #727891;
  opacity: 1;
}
.c-box2__title a::after {
  position: absolute;
  content: url(../images/icon/arrow-gray-w10-h5.svg);
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.c-box2__title.is-nohover a {
  color: #152c81;
  padding-left: 24px;
}
.c-box2__title.is-nohover a::after {
  display: none;
}
.c-box2__title.is-dots {
  color: #fff;
  position: relative;
}
.c-box2__title.is-dots::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6960b;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
}
.c-box2__title2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2727;
  color: #152c81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .c-box2__title2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-box2__title2 {
    font-size: 16px;
  }
}
.c-box2__content {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .c-box2__content {
    margin-top: unset;
  }
}
.c-box2__content.is-flex {
  margin-top: unset;
  width: 58%;
}
.c-box2__content.is-cata {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-box2__content.is-banner {
  margin-top: unset;
  width: 62%;
  padding: 37px 21px 13px 19px;
}
.c-box2__content.is-banner2 {
  margin-top: unset;
  width: 62%;
  padding: 37px 21px 13px 19px;
  position: relative;
}
.c-box2__content.is-banner2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background: #ebedf2;
  top: 10%;
  left: -2px;
}
.c-box2__list {
  padding-bottom: 19px;
}
.c-box2__list li {
  margin-bottom: 12px;
}
.c-box2__list li a {
  color: #727891;
  padding-left: 44px;
  font-weight: 400;
  display: block;
  position: relative;
}
.c-box2__list li a:hover {
  color: #152c81;
  opacity: 1;
  padding-left: 54px;
}
.c-box2__list li a::after {
  position: absolute;
  content: url(../images/icon/arrow-gray-w10-h5.svg);
  top: 50%;
  left: 23px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.c-box2__serch {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-box2__serch {
    margin-top: 21px;
  }
}
.c-box2__serch-wrap {
  position: relative;
}
.c-box2__serch-wrap::after {
  position: absolute;
  content: url(../images/icon/arrow-nay-w10-h5.svg);
  top: 48%;
  right: 52px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-box2__serch-wrap::after {
    right: 26px;
  }
}
.c-box2__serch select {
  display: block;
  width: 88%;
  margin: 0 auto 8px;
  background: #fff;
  border-radius: 4px;
  padding: 10px 20px 9px;
  color: #152c81;
  position: relative;
}
.c-box2__serch select.is-hidden {
  background: rgba(255, 255, 255, .7);
}
@media screen and (max-width: 767px) {
  .c-box2__serch select {
    width: 94%;
    margin: 0 auto 15px;
    padding: 10px 10px 9px;
  }
}
.c-box2__serch .--button {
  display: block;
  width: 100%;
  background: #2e4b9b;
  margin-top: 20px;
  text-align: center;
  background: #2f4c9c;
  padding: 14px 0 19px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.c-box2__serch .--button.is-hidden {
  color: rgba(255, 255, 255, .6);
}
@media screen and (max-width: 767px) {
  .c-box2__serch .--button {
    padding: 19px 0 17px;
  }
}
.c-box2__serch .--wrap {
  position: relative;
}
.c-box2__serch .--icon {
  position: absolute;
  content: "";
  width: 23px;
  height: 22px;
  background: url(../images/icon-search.svg) no-repeat center center/cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 27%;
}
@media screen and (max-width: 767px) {
  .c-box2__serch .--icon {
    right: 12px;
  }
}
.c-box2__cate {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-box2__cate-item {
  background: #e6960b;
  border-radius: 50px;
  width: 140px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 0 5px;
}
.c-box2__wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 202px;
}
@media screen and (max-width: 767px) {
  .c-box2__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 93px;
    gap: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-box2__wrap-hisago {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 21px 10px 8px;
  }
}
.c-box2__read {
  text-align: center;
  font-size: 18px;
  line-height: 1.2222;
}
@media screen and (max-width: 767px) {
  .c-box2__read {
    text-align: left;
    font-size: 15px;
  }
}
.c-box2 .is-lami {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-box2 .is-lami--text {
  position: relative;
  margin-top: 14px;
  padding-right: 17px;
  color: #152c81;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-box2 .is-lami--text::after {
  position: absolute;
  content: url(../images/icon/arrow-nay-w10-h5.svg);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-box:hover .is-lami--text::after {
  right: -4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-box2.is-two.is-line:hover .c-button.is-link.is-banner:after {
  right: 4px;
}

.c-text__read {
  line-height: 2;
}

.c-text-decoration {
  padding-left: 1.1em;
  position: relative;
}
.c-text-decoration::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../images/contact/kome.png) no-repeat center center/cover;
  width: 20px;
  height: 22.6px;
  left: -1.5px;
  top: 0.5px;
}
@media screen and (max-width: 767px) {
  .c-text-decoration::before {
    width: 16px;
    height: 18px;
    top: -0.5px;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-text-decoration {
    margin-top: 30px;
  }
}

.c-textlink.is-contact img {
  margin-right: 4px;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .c-textlink.is-contact {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-textlink.is-contact {
    line-height: 26px;
    display: inline;
    font-size: 13px;
  }
}

.c-text-bold {
  font-weight: 700;
  font-size: 16px;
  margin: 33px 0;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .c-text-bold {
    font-size: 14px;
  }
}

.c-mainvisual {
  padding-top: 40px;
  padding-bottom: 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mainvisual {
    padding: 20px 0 30px;
  }
}
.c-mainvisual__text {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #c7cad5;
}
@media screen and (max-width: 767px) {
  .c-mainvisual__text {
    font-size: 13px;
    line-height: 1.5;
  }
}
.c-mainvisual__image {
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual__image {
    margin-bottom: 10px;
  }
}
.c-mainvisual__image img {
  width: 100%;
  max-width: 200%;
  height: auto;
}
.c-mainvisual__wrap {
  position: relative;
}
.c-mainvisual .swiper-slide-active {
  color: #152c81;
}
.c-mainvisual .swiper-slide-active .c-mainvisual__text {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .c-mainvisual .swiper-slide-active .c-mainvisual__text {
    font-size: 13px;
    line-height: 1.5;
  }
}

.c-mainvisual-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.c-mainvisual-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}
.c-mainvisual-pagination .swiper-pagination-bullet {
  background: #152c81;
  opacity: 1;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 4px;
  }
}
.c-mainvisual-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e6960b;
}

.c-mainvisual-button-next,
.c-mainvisual-button-prev {
  width: 48px;
  height: 48px;
  background: #152c81;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 23px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  left: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-mainvisual-button-next:hover,
.c-mainvisual-button-prev:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-mainvisual-button-next::after,
.c-mainvisual-button-prev::after {
  position: absolute;
  content: url(../images/icon/arrow-white-w14-h7-left.svg);
  top: 33%;
  left: 37%;
  width: 10px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual-button-next,
  .c-mainvisual-button-prev {
    display: none;
  }
}

.c-mainvisual-button-next {
  left: unset;
  right: 20px;
}
.c-mainvisual-button-next::after {
  left: 40%;
  top: 27%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-mainvisual .swiper {
  display: none;
}

.swiper.swiper-initialized {
  display: block;
}

.c-banner {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-banner {
    margin-top: 83px;
  }
}
.c-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .c-banner__list {
    gap: 9px 8px;
  }
}
.c-banner__list li {
  width: calc(25% - 10px);
}
@media screen and (max-width: 767px) {
  .c-banner__list li {
    width: calc(50% - 5px);
  }
}

.c-banner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-banner2__item1, .c-banner2__item2 {
  width: 49%;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .c-banner2__item1, .c-banner2__item2 {
    width: 100%;
    height: 102px;
  }
}
.c-banner2__item1 a, .c-banner2__item2 a {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #c7cad5;
  -webkit-box-shadow: 0 0 10px rgba(39, 56, 116, .1);
          box-shadow: 0 0 10px rgba(39, 56, 116, .1);
  color: #152c81;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-banner2__item1 a:hover, .c-banner2__item2 a:hover {
  border: 2px solid #152c81;
  -webkit-box-shadow: 0 0 10px rgba(21, 44, 129, .1);
          box-shadow: 0 0 10px rgba(21, 44, 129, .1);
}
.c-banner2__item1 a {
  padding: 10px;
}
.c-banner2__item1 .c-banner2__text {
  position: relative;
  padding-right: 17px;
}
.c-banner2__item1 .c-banner2__text::after {
  position: absolute;
  content: url(../images/icon/arrow-nay-w15-h8.svg);
  right: -11px;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-banner2__item1 .c-banner2__text::after {
    content: url(../images/icon/arrow-nay-w10-h5.svg);
    rotate: -90deg;
    right: -13px;
    top: 14%;
  }
}
@media screen and (max-width: 360px) {
  .c-banner2__item1 .c-banner2__text::after {
    font-size: 13px;
  }
}
.c-banner2__item2 a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 14px;
}
.c-banner2__item2 .c-banner2__text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .c-banner2__item2 .c-banner2__text {
    width: 69%;
  }
}
.c-banner2__thumb {
  max-width: 199px;
  height: 100%;
  margin-right: 25px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-banner2__thumb {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 14px;
  }
}
.c-banner2__thumb img {
  width: 100%;
  height: 100%;
}
.c-banner2__text--lg {
  font-size: 24px;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-banner2__text--lg {
    font-size: 15px;
    padding-left: 17px;
  }
}
@media screen and (max-width: 360px) {
  .c-banner2__text--lg {
    padding-left: 0;
  }
}
.c-banner2__text--lg2 {
  font-size: 24px;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-banner2__text--lg2 {
    font-size: 16px;
    line-height: 1.4;
  }
}
.c-banner2__text--sm {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-banner2__text--sm {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.61;
  }
}
@media screen and (max-width: 360px) {
  .c-banner2__text--sm {
    font-size: 12px;
  }
}

.c-banner3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-banner3 {
    margin-bottom: 40px;
  }
}
.c-banner3__item {
  width: 49%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-banner3__item {
    width: 100%;
    height: auto;
  }
}
.c-banner3__item > a {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #c7cad5;
  -webkit-box-shadow: 0 0 10px rgba(39, 56, 116, .1);
          box-shadow: 0 0 10px rgba(39, 56, 116, .1);
  color: #152c81;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-banner3__item > a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-banner3__item > a:hover .c-banner3__more::after {
  right: -4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-banner3__body {
  padding: 0px 30px 0px 20px;
  background: #f2f7fd;
  width: 65%;
  height: 213px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-banner3__body {
    width: 100%;
    height: unset;
    background: #fff;
    padding: 0px 0px 16px 0px;
    position: relative;
  }
  .c-banner3__body::after {
    position: absolute;
    content: url(../images/icon/arrow-nay-w12-h6.svg);
    top: 17px;
    right: 14px;
  }
}
.c-banner3__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  width: 35%;
}
.c-banner3__thumb img {
  width: 100%;
  height: 100%;
}
.c-banner3__title {
  font-size: 18px;
  font-weight: 700;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .c-banner3__title {
    background: #f2f7fd;
    font-size: 16px;
    padding: 17px 10px 16px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.c-banner3__text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 18px;
  color: #131b38;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-banner3__text {
    padding: 0px 10px 0px 15px;
  }
}

.c-banner4__item {
  width: 49%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .c-banner4__item {
    width: 100%;
  }
}
.c-banner4__item > a {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #c7cad5;
  -webkit-box-shadow: 0 0 10px rgba(39, 56, 116, .1);
          box-shadow: 0 0 10px rgba(39, 56, 116, .1);
  color: #152c81;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-banner4__item > a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-banner4__item > a:hover .c-banner4__more::after {
  right: -1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-banner4__body {
  padding: 0px 0px 19px 0px;
}
.c-banner4__title {
  font-size: 18px;
  font-weight: 700;
  color: #152c81;
  background: #f2f7fd;
  padding: 17px 0 18px 19px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-banner4__title {
    position: relative;
  }
  .c-banner4__title::after {
    position: absolute;
    content: url(../images/icon/arrow-nay-w12-h6.svg);
    top: 17px;
    right: 14px;
  }
}
.c-banner4__text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 18px;
  color: #131b38;
  line-height: 1.5;
  padding: 0 20px;
}
.c-banner4__more {
  font-size: 12px;
  font-weight: 400;
  margin-top: 21px;
  padding-right: 18px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  margin-left: auto;
  margin-right: 20px;
}
.c-banner4__more::after {
  position: absolute;
  background: url(../images/icon/icon-arrow-right-blue.svg);
  content: "";
  width: 6px;
  height: 11px;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-title__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .c-title__wrap.is-news {
    margin-bottom: -3px;
  }
}
.c-title__wrap .c-button {
  margin-bottom: 24px;
}
.c-title01 {
  font-size: 40px;
  font-weight: 700;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .c-title01 {
    font-size: 20px;
  }
}

.c-title03 {
  font-size: 25px;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
}
.c-title03::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6960b;
  top: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
}

.c-title07 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title07 {
    margin: 0;
    padding: 15px 20px;
    font-size: 25px;
    border-left: 13px solid #152c81;
  }
}
.c-title07:after {
  position: absolute;
  background: url(../images/icon/arrow-white-w10-h5.svg);
  content: "";
  width: 13px;
  height: 8px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-title07:after {
    display: none;
  }
}

.c-content-title__sub {
  position: absolute;
  color: #fff;
  font-size: 12px;
  right: 19px;
  bottom: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-content-title__sub {
    display: none;
  }
}

.c-title-h3 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  color: #131b38;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .c-title-h3 {
    font-size: 18px;
    margin-top: 0;
  }
}

.c-section-title01 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .c-section-title01 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.c-button-hisago {
  background: #e6960b;
  border: 2px solid #e6960b;
  color: #fff;
  position: relative;
  height: 86px;
  border-radius: 4px;
  padding: 11px 6px 25px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-button-hisago {
    height: 54px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
.c-button-hisago::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 15px;
  background: url(../images/hisago-icon.svg) no-repeat center center/cover;
  top: 17px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .c-button-hisago::after {
    content: unset;
    position: static;
  }
}
.c-button-contact {
  background: #f2f7fd;
  border: 1px solid #c7cad5;
  position: relative;
  height: 86px;
  border-radius: 4px;
  padding: 11px 6px 25px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-button-contact {
    height: 54px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
.c-button-contact::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 15px;
  background: url(../images/icon/icon-contact.svg) no-repeat center center/cover;
  top: 17px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .c-button-contact::after {
    content: unset;
    position: static;
  }
}

.c-button3-lg {
  max-width: 822px;
  margin: 0 auto;
  background: #152c81;
  border-radius: 4px;
  padding: 18px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-button3-lg {
    padding: 22px;
    font-size: 18px;
    font-weight: 700;
  }
}
.c-button3-lg::after {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
  top: 25px;
}
@media screen and (min-width: 768px) {
  .c-button3-lg::after {
    display: none;
  }
}
.c-button3-lg > p {
  position: relative;
  display: inline;
}
.c-button3-lg > p::after {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  top: 5px;
  display: none;
}
@media screen and (min-width: 768px) {
  .c-button3-lg > p::after {
    right: -20%;
    top: 10px;
    display: block;
  }
}

.c-button3 {
  max-width: 462px;
  margin: 0 auto;
  background: #152c81;
  border-radius: 4px;
  padding: 18px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-button3 {
    padding: 22px;
    font-size: 16px;
    font-weight: 700;
  }
}
.c-button3::after {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
  top: 25px;
}
@media screen and (min-width: 768px) {
  .c-button3::after {
    display: none;
  }
}
.c-button3 > p {
  position: relative;
  display: inline;
}
.c-button3 > p::after {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  top: 5px;
  display: none;
}
@media screen and (min-width: 768px) {
  .c-button3 > p::after {
    right: -20%;
    top: 10px;
    display: block;
  }
}

.c-button5 {
  max-width: 462px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #c7cad5;
  border-radius: 4px;
  padding: 18px;
  color: #9ca1b5;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-button5 {
    padding: 22px;
    font-size: 16px;
    font-weight: 700;
  }
}
.c-button5::before {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 2px solid #9ca1b5;
  border-left: 2px solid #9ca1b5;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 20px;
  top: 25px;
}
@media screen and (min-width: 768px) {
  .c-button5::before {
    display: none;
  }
}
.c-button5 > p {
  position: relative;
  display: inline;
}
.c-button5 > p::before {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 2px solid #9ca1b5;
  border-left: 2px solid #9ca1b5;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
  top: 5px;
  display: none;
}
@media screen and (min-width: 768px) {
  .c-button5 > p::before {
    left: -20%;
    top: 10px;
    display: block;
  }
}

.c-nav-cate {
  margin-bottom: 30px;
  width: 77%;
}
@media screen and (max-width: 767px) {
  .c-nav-cate {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-nav-cate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 2px;
}
@media screen and (max-width: 1100.9px) {
  .c-nav-cate__list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-cate__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
.c-nav-cate__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 1px;
}
@media screen and (max-width: 1100.9px) {
  .c-nav-cate__list2 {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-cate__list2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
.c-nav-cate__item a {
  display: block;
  width: 180px;
  background: #fff;
  color: #152c81;
  border: 1px solid #152c81;
  border-radius: 50px;
  text-align: center;
  padding: 7px 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-nav-cate__item a {
    width: unset;
    display: inline-block;
    padding: 6px 14px 7px 16px;
    font-size: 15px;
  }
}
.c-nav-cate__item a:hover {
  opacity: 1;
  background: #152c81;
  border: 1px solid #fff;
  color: #fff;
}
.c-nav-cate__item.is-active a {
  background: #152c81;
  border: 1px solid #fff;
  color: #fff;
}

.c-item-content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-item-content {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contents .c-item-content {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .is-top-new .c-item-content__item.swiper-slide, .is-top-recommend .c-item-content__item.swiper-slide, .is-mg-top .c-item-content__item.swiper-slide {
    width: 230px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .is-top-new .c-item-content__item.swiper-slide, .is-top-recommend .c-item-content__item.swiper-slide, .is-mg-top .c-item-content__item.swiper-slide {
    width: 160px;
    height: auto;
  }
}
.c-item-content__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.c-item-content__item a img {
  display: block;
}
.c-item-content__image {
  margin-bottom: 5px;
  outline: 1px solid #ebedf2;
  outline-offset: -1px;
}
@media screen and (max-width: 767px) {
  .c-item-content__image {
    margin-bottom: 17px;
  }
}
.c-item-content__title {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 11px;
  margin-bottom: 10px;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .c-item-content__title {
    font-size: 13px;
    line-height: 1.38;
    margin-top: -1px;
  }
}
.c-item-content__unit {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .c-item-content__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-item-content__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.c-item-content__cate-icon {
  width: 36px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 3px 3px 3px;
  background: #e3ebfa;
  border-radius: 50px;
  color: #152c81;
}
.c-item-content__cate-number {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-left: 3px;
  color: #152c81;
}
.c-item-content__price {
  font-size: 16px;
  font-weight: 500;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .c-item-content__price {
    margin-left: unset;
  }
}
.c-item-content__price span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  width: 40px;
  text-align: center;
}
.c-item-content__discontinued {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8dada;
  border-radius: 4px;
  margin: 11px 0 -15px 0;
  width: 124px;
  height: 24px;
  font-size: 13px;
  font-weight: 500;
  color: #d81919;
}
@media screen and (max-width: 767px) {
  .c-item-content__discontinued {
    margin: 0 0 10px 0;
    width: 116px;
    height: 25px;
    font-size: 12px;
  }
}

.c-item-content__nav {
  position: absolute;
  top: 0;
  margin-top: 92px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-item-content__nav {
    margin-top: 61px;
  }
}

.c-item-content__nav-next,
.c-item-content__nav-prev {
  width: 48px;
  height: 48px;
  background: #e6960b;
  opacity: 0.9;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: 0px;
  cursor: pointer;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .c-item-content__nav-next,
  .c-item-content__nav-prev {
    width: 38px;
    height: 38px;
  }
}
.c-item-content__nav-next::after,
.c-item-content__nav-prev::after {
  position: absolute;
  content: url(../images/icon/arrow-white-w14-h7-left.svg);
  top: 33%;
  left: 37%;
}
@media screen and (max-width: 767px) {
  .c-item-content__nav-next::after,
  .c-item-content__nav-prev::after {
    width: 10px;
    height: 10px;
    content: url(../images/icon/arrow-white-w10-h5.svg);
    rotate: 180deg;
    top: 32%;
  }
}
.c-item-content__nav-next:hover, .c-item-content__nav-next:hover,
.c-item-content__nav-prev:hover,
.c-item-content__nav-prev:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-item-content__nav-next2,
.c-item-content__nav-prev2 {
  width: 48px;
  height: 48px;
  background: #e6960b;
  opacity: 0.9;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .c-item-content__nav-next2,
  .c-item-content__nav-prev2 {
    width: 38px;
    height: 38px;
  }
}
.c-item-content__nav-next2::after,
.c-item-content__nav-prev2::after {
  position: absolute;
  content: url(../images/icon/arrow-white-w14-h7-left.svg);
  top: 35%;
  left: 40%;
}
@media screen and (max-width: 767px) {
  .c-item-content__nav-next2::after,
  .c-item-content__nav-prev2::after {
    width: 10px;
    height: 10px;
    content: url(../images/icon/arrow-white-w10-h5-2.svg);
    rotate: 180deg;
    top: 32%;
  }
}

.c-item-content__nav-prev {
  left: -30px;
}
@media (max-width: 1275px) {
  .c-item-content__nav-prev {
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-content__nav-prev {
    display: none;
  }
}

.c-item-content__nav-next {
  left: unset;
  right: 6%;
}
@media screen and (max-width: 767px) {
  .c-item-content__nav-next {
    right: 15px;
  }
}
.c-item-content__nav-next::after {
  left: 42%;
  top: 28%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-item-content__nav-next::after {
    top: 30%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    rotate: unset;
    content: url(../images/icon/arrow-white-right-w10-h5.svg);
  }
}

.c-item-contentwrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-item-content__nav-next.c-item-content__nav-next2::after {
    top: 30%;
  }
}

@media screen and (max-width: 767px) {
  .c-info-contents__list {
    margin-bottom: 94px;
  }
  .c-info-contents__list:last-child {
    margin-bottom: unset;
  }
}
.c-info-contents__list li {
  padding: 20px 0px 20px;
  border-bottom: 1px solid #ebedf2;
}
@media screen and (max-width: 767px) {
  .c-info-contents__list li {
    padding: 12px 0px 13px 0px;
  }
  .c-info-contents__list li:first-child {
    padding: 13px 10px 13px 0px;
  }
}
.c-info-contents__list li:last-child {
  border-bottom: unset;
}
@media screen and (max-width: 767px) {
  .c-info-contents__list li:last-child {
    border-bottom: 1px solid #ebedf2;
  }
}
.c-info-contents__list li.is-attention {
  margin-top: 9px;
  border-bottom: none;
  padding: 10px 20px 11px 54px;
  position: relative;
  background: #e9eef5;
  border-radius: 10px;
}
.c-info-contents__list li.is-attention::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/icon-attention.svg) no-repeat center center/contain;
  top: 8px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .c-info-contents__list li.is-attention::after {
    width: 20px;
    height: 20px;
    top: 12px;
    left: 10px;
    border: unset;
    -webkit-transform: unset;
            transform: unset;
    right: unset;
  }
}
@media screen and (max-width: 767px) {
  .c-info-contents__list li.is-attention {
    padding: 11px 20px 11px 36px;
    border-radius: 8px;
  }
}
.c-info-contents__list li.is-attention a::after {
  content: none;
}
.c-info-contents__list li.is-attention a:hover {
  background: #e9eef5;
  opacity: 0.7;
}
.c-info-contents__list li.is-attention .c-info-contents__title {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .c-info-contents__list li.is-attention .c-info-contents__title {
    margin-top: 5px;
  }
}
.c-info-contents__list li .c-info-contents__title a {
  display: inline;
  color: #065fd4;
  border-bottom: 1px solid var(--link-color);
}
.c-info-contents__list.is-hover-color li {
  padding: unset;
}
.c-info-contents__list.is-hover-color li .c-info-contents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 20px 20px 20px;
  color: #343434;
}
@media screen and (max-width: 767px) {
  .c-info-contents__list.is-hover-color li .c-info-contents__item {
    display: block;
    padding: 12px 10px 13px 0px;
  }
  .c-info-contents__list.is-hover-color li .c-info-contents__item:first-child {
    padding: 13px 10px 13px 0px;
  }
}
.c-info-contents__list1 {
  margin-top: -10px;
}
.c-info-contents__list2 {
  margin-top: -22px;
}
@media screen and (max-width: 767px) {
  .c-info-contents__list2 {
    margin-top: -18px;
  }
}
.c-info-contents__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 5px;
}
.c-info-contents__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px;
  margin-left: -12px;
}
.c-info-contents__date {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 14px;
  margin-right: 20px;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .c-info-contents__date {
    font-size: 13px;
    width: 65px;
  }
}
.c-info-contents__tag1 {
  margin-left: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 8px 8px 19px;
  border: 1px solid #e6eef7;
  background: #fff;
  border-radius: 4px;
  position: relative;
  color: #152c81;
}
.c-info-contents__tag1::after {
  position: absolute;
  content: "#";
  left: 12px;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-info-contents__tag1::after {
    top: 50%;
  }
}
.c-info-contents__tag1 input[type=radio] {
  display: none;
}
.c-info-contents__tag1:hover, .c-info-contents__tag1.is-active {
  background: #152c81;
  color: #fff;
}
.c-info-contents__tag2 {
  margin-left: 21px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-info-contents__tag2 {
    margin-left: 12px;
    margin-top: 4px;
  }
}
.c-info-contents__tag2 + .c-info-contents__tag2 {
  margin-left: 9px;
}
@media screen and (max-width: 767px) {
  .c-info-contents__tag2 + .c-info-contents__tag2 {
    margin-left: 12px;
  }
}
.c-info-contents__tag2::after {
  position: absolute;
  content: "#";
  left: 0;
  top: 0;
}
.c-info-contents__title {
  font-weight: 400;
  margin-top: 6px;
}
.c-info-contents__title pre:not([class]) {
  font-family: "Noto Sans JP", sans-serif;
  white-space: break-spaces;
}
@media screen and (min-width: 768px) {
  .c-info-contents__title {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .c-info-contents__title {
    margin-top: 5px;
  }
}

.c-earth {
  width: 100%;
  margin-top: 200px;
  position: relative;
  overflow: hidden;
}
.c-earth a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}
.c-earth a .c-button.is-tran {
  opacity: 0.8;
}
.c-earth a:hover {
  opacity: unset;
  -webkit-transition: unset;
  transition: unset;
}
.c-earth.is-active {
  cursor: pointer;
}
.c-earth.is-active::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}
.c-earth.is-active::before {
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  background: rgba(0, 0, 0, .5);
}
.c-earth.is-active .c-button.is-tran {
  background: #fff;
  color: #152c81;
  opacity: 1;
}
.c-earth::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/bg-earth.jpg) no-repeat center center/cover;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-earth::after {
    background-image: url(../images/top/bg-earth@2x.jpg);
  }
}
@media screen and (max-width: 767px) {
  .c-earth::after {
    background-image: url(../images/top/bg-earth_sp.png);
  }
}
.c-earth::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}
@media screen and (max-width: 767px) {
  .c-earth {
    padding: 0px 0 0px;
    margin-top: 79px;
  }
}
.c-earth__inner {
  z-index: 1;
  position: relative;
  padding: 184px 0 162px;
}
@media screen and (max-width: 767px) {
  .c-earth__inner {
    padding: 84px 0 80px;
  }
}
.c-earth__title {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-shadow: 0 0 6px #202C58;
}
@media screen and (max-width: 767px) {
  .c-earth__title {
    font-size: 18px;
  }
}
.c-earth__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .c-earth__button {
    margin-top: 21px;
  }
  .c-earth__button .c-button {
    max-width: 111px;
    padding: 6px 18px;
    font-size: 12px;
  }
  .c-earth__button .c-button.is-tran {
    text-align: unset;
  }
  .c-earth__button .c-button.is-tran::after {
    right: 14px;
  }
}

.c-keyword {
  padding: 20px 0;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .c-keyword {
    padding: 20px 0 17px;
    margin-top: 19px;
  }
}
.c-keyword__serch {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-keyword__serch {
    -webkit-box-shadow: 0px 0px 10px rgba(32, 44, 88, .1);
            box-shadow: 0px 0px 10px rgba(32, 44, 88, .1);
    border-radius: 27px;
  }
}
.c-keyword__serch--inner {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(32, 44, 88, .1);
          box-shadow: 0px 0px 10px 0px rgba(32, 44, 88, .1);
  border-radius: 27px;
}
.c-keyword__serch form::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 100%;
  background: #152c81;
  border-radius: 27px;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-keyword__serch form::after {
    width: 58px;
    height: 100%;
  }
}
.c-keyword__serch form::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 24px;
  background: url(../images/icon-serch.svg) no-repeat center center/cover;
  top: 50%;
  right: 17px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-keyword__serch form::before {
    width: 21px;
    height: 20px;
    right: 19px;
  }
}
.c-keyword__serch-input {
  display: block;
  width: 100%;
  border-radius: 27px;
  padding: 11px 19px;
  font-weight: 400;
  line-height: 1;
  background: #fff;
}
.c-keyword__serch-input.is-keyword {
  border: unset;
}
@media screen and (max-width: 1023.9px) {
  .c-keyword__serch-input {
    font-size: 15px;
    line-height: 1;
    padding: 8px 19px 8px 19px;
  }
}
.c-keyword__serch-input::-webkit-input-placeholder {
  color: #c9ccdb;
  font-weight: 400;
}
.c-keyword__serch-input::-moz-placeholder {
  color: #c9ccdb;
  font-weight: 400;
}
.c-keyword__serch-input::-ms-input-placeholder {
  color: #c9ccdb;
  font-weight: 400;
}
.c-keyword__serch-input::placeholder {
  color: #c9ccdb;
  font-weight: 400;
}
.c-keyword__serch-button {
  position: absolute;
  display: block;
  width: 60px;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 3;
}
.c-keyword__serch-button:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.7;
}
.c-keyword__wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 360px) {
  .c-keyword__wrap {
    display: block;
  }
}
.c-keyword__iconbutton {
  width: 49%;
  height: 61px;
}
@media screen and (max-width: 767px) {
  .c-keyword__iconbutton {
    height: 60px;
  }
}
@media screen and (max-width: 360px) {
  .c-keyword__iconbutton {
    width: 100%;
  }
  .c-keyword__iconbutton:first-child {
    margin-bottom: 8px;
  }
}
.c-keyword__iconbutton a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 19px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-keyword__iconbutton a {
    padding: 12px 19px 12px 21px;
  }
}
.c-keyword__iconbutton.is-log a {
  background: #fff;
}
.c-keyword__iconbutton.is-log a .--text {
  color: #152c81;
}
.c-keyword__iconbutton.is-log a .--icon {
  background: url(../images/icon-cata.svg) no-repeat right center/contain;
  content: "";
  -webkit-transform: unset;
          transform: unset;
  border: unset;
  width: 19px;
  height: 16px;
}
@media screen and (max-width: 360px) {
  .c-keyword__iconbutton.is-log {
    margin-top: 8px;
  }
}
.c-keyword__iconbutton__button {
  background: #e6960b;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 19px;
}
.c-keyword__iconbutton__button .--text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 360px) {
  .c-keyword__iconbutton__button .--text br {
    display: none;
  }
}
.c-keyword__iconbutton__button .--icon {
  content: url(../images/icon/arrow-white-w10-h5.svg);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
  margin-left: 8px;
}
@media screen and (max-width: 360px) {
  .c-keyword__iconbutton .btn_circle br {
    display: none;
  }
}

.c-breadcrumbs {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    width: 100vw;
    background: #f7f9fd;
    font-size: 12px;
  }
  .c-breadcrumbs li {
    display: inline-block;
    line-height: 2;
  }
  .c-breadcrumbs li:last-child {
    display: inline;
  }
}
.c-breadcrumbs li:not(:last-of-type) {
  position: relative;
  padding-right: 25px;
}
.c-breadcrumbs li:not(:last-of-type)::after {
  display: block;
  content: "";
  position: absolute;
  background-image: url(../images/icon/icon-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 13px;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-breadcrumbs li:not(:last-of-type) a {
  color: #065fd4;
  border-bottom: 1px solid #065fd4;
}

.c-product {
  width: calc(100% - 311px);
  margin-bottom: 194px;
}
@media (max-width: 1176px) {
  .c-product {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .c-product {
    width: 100%;
    margin-bottom: 0px;
  }
}
.c-product__inner {
  max-width: 1166px;
  margin: 0 auto;
}
.c-product-head {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .c-product-head {
    margin-bottom: 29px;
  }
}
.c-product-head__wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .c-product-head__wrap {
    margin: 0 calc(50% - 50vw) 6px;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: unset;
  }
}
.c-product-head__body {
  background: #152c81;
  padding: 55px 50px 50px 50px;
  color: #fff;
  width: 50%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  word-wrap: break-word;
}
@media (max-width: 1050px) and (min-width: 769px) {
  .c-product-head__body {
    padding: 55px 30px 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-head__body {
    color: #152c81;
    padding: 25px 15px 20px 15px;
    background: #f7f9fd;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}
.c-product-head__body--title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-product-head__body--title {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.c-product-head__body--text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-product-head__body--text {
    font-size: 14px;
    line-height: 1.4;
    color: #131b38;
  }
}
.c-product-head__thumb {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-product-head__thumb {
    width: 100%;
    height: 247px;
  }
}
.c-product-head__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-product-head__thumb img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.c-product-head__copylight {
  font-size: 12px;
  text-align: right;
  margin-left: 43px;
  font-weight: 400;
}
.c-product-list {
  margin-left: -10px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-product-list__item {
  border: 1px solid #f2f7fd;
  border-radius: 4px;
  width: 12.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 10px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-product-list__item2 {
  width: calc(14.28571% - 10px);
  min-width: 158px;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  margin-left: 10px;
}
.c-product-list__thumb {
  height: 100%;
  width: 100%;
}
.c-product-list__thumb img {
  position: relative;
  z-index: -1;
  border-radius: 3px 3px 0 0;
}
.c-product-list__body {
  background: #f2f7fd;
  width: 100%;
  min-height: 79px;
  height: auto;
  padding: 10px 11px 8px 10px;
}
.c-product-list__body--text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #152c81;
}
.c-product__list2 {
  margin-left: -6px;
}
@media screen and (max-width: 767px) {
  .c-product-catsearch {
    position: relative;
  }
}
.c-product-catsearch__button-inner {
  background: #2f4c9c;
  margin: 0 calc(50% - 50vw);
  padding: 20px calc(50vw - 50%) 18px;
}
.c-product-catsearch__button-inner p {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-product-catsearch__button-inner p:not(:first-of-type) {
    margin-top: 6px;
  }
}
.c-product-catsearch__button-inner p::after {
  position: absolute;
  background: url(../images/icon/icon-arrow-down-white.svg);
  content: "";
  width: 13px;
  height: 8px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
.js-open-toggle .c-product-catsearch__button-inner p::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-product-catsearch__contents {
  margin-top: -8px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-product-catsearch__contents {
    display: none;
  }
}
.c-product-catsearch .u-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-product-catsearch .u-flex:last-of-type {
    margin-bottom: 30px;
  }
}
.c-product-catsearch__thumb {
  width: 70px;
  height: 70px;
  border: 1px #e9eef5 solid;
  border-radius: 4px;
  margin-right: 10px;
  overflow: hidden;
}
.c-product-catsearch__thumb img {
  width: 100%;
  height: 100%;
}
.c-product-catsearch__title {
  font-size: 14px;
  font-weight: 400;
}
.c-product-catsearch2 {
  background: #152c81;
  border-radius: 4px;
  padding: 34px 30px 30px 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-product-catsearch2 {
    padding: 0px 0 20px 0;
    background: #ebedf2;
    margin: 5px calc(50% - 50vw) 0px;
    padding: 0 calc(50vw - 50%);
    width: 100vw;
  }
}
.c-product-catsearch2__title {
  color: #fff;
  font-size: 25px;
  margin-bottom: 23px;
  font-weight: 700;
}
.c-product-catsearch2 .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-product-catsearch2 .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    display: none;
  }
}
.c-product-catsearch2__plus {
  width: 15px;
  height: auto;
  margin: 0px 28px 0 35px;
}
@media (max-width: 1330px) {
  .c-product-catsearch2__plus {
    margin: 0px 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-catsearch2__plus {
    margin: 0px 2.6666666667vw;
  }
}
@media screen and (max-width: 360px) {
  .c-product-catsearch2__plus {
    margin: 0px 1.3333333333vw;
  }
}
.c-product-catsearch2__plus img {
  width: 100%;
  height: auto;
}
.c-product-catsearch2__kakeru {
  width: 15px;
  height: auto;
  margin: 0 0px 0 33px;
}
@media screen and (max-width: 767px) {
  .c-product-catsearch2__kakeru {
    margin-left: 0;
  }
}
.c-product-catsearch2__kakeru img {
  width: 100%;
  height: auto;
}
.c-product-catsearch2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 671px;
}
@media (max-width: 1330px) {
  .c-product-catsearch2__wrap {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .c-product-catsearch2__wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px 0;
  }
}
.c-product-catsearch2__wrap .input {
  background: #fff;
  border-radius: 4px;
  margin: 0 10px;
  height: 42px;
  max-width: 120px;
  width: 70%;
  padding: 0 10px 0 11px;
}
@media (max-width: 1330px) {
  .c-product-catsearch2__wrap .input {
    max-width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-catsearch2__wrap .input {
    width: 32vw;
    max-width: unset;
  }
}
@media screen and (max-width: 560px) {
  .c-product-catsearch2__wrap .input {
    width: 25.6vw;
  }
}
@media screen and (max-width: 360px) {
  .c-product-catsearch2__wrap .input {
    width: 21.3333333333vw;
  }
}
.c-product-catsearch2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-product-catsearch2__text, .c-product-catsearch2__text2 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-product-catsearch2__text, .c-product-catsearch2__text2 {
    color: #152c81;
  }
}
.c-product-catsearch2__text {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-product-catsearch2__text {
    font-size: 16px;
  }
}
.c-product-catsearch2__text2 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-product-catsearch2__text2 {
    font-size: 10px;
  }
}
.c-product-catsearch2 .u-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-product-catsearch2 .button__wrap {
  width: calc(100% - 701px);
  max-width: 404px;
  background: #2e4b9b;
  color: #fff;
  height: 42px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-right: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
@media (max-width: 1330px) {
  .c-product-catsearch2 .button__wrap {
    width: 26%;
  }
}
.c-product-catsearch2 .button__wrap.is-active {
  background: #e6960b;
  pointer-events: unset;
}
@media screen and (max-width: 767px) {
  .c-product-catsearch2 .button__wrap {
    height: 50px;
    width: 100%;
    display: block;
    margin: 10px auto 0;
    background: rgba(46, 75, 155, .5);
  }
}
.c-product-catsearch2 .button__wrap:not(.disabled):hover {
  opacity: 0.6;
}
.c-product-catsearch2 .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-product-catsearch2 .button::after {
  position: absolute;
  content: url(../images/product/search.svg);
  top: 52%;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-product-catsearch2 .button::after {
    right: 3.5%;
    opacity: 0.8;
  }
}
.c-product-catsearch2 .button.is-active::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-product-category {
    margin-top: 50px;
  }
}
.c-product-category__body--text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 8px;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .c-product-category__body--text {
    margin-top: 17px;
    font-size: 13px;
    color: #c7cad5;
  }
}
.c-product-category .swiper-slide-active .c-product-category__body--text {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .c-product-category .swiper-slide-active .c-product-category__body--text {
    font-size: 13px;
    line-height: 1.5;
  }
}
.c-product-category__item {
  width: 32.2580645161%;
}
@media screen and (max-width: 767px) {
  .c-product-category__item {
    width: 100%;
    height: auto;
  }
}
.c-product-category__item:not(:first-of-type) {
  margin-left: 1.6%;
}
@media screen and (max-width: 767px) {
  .c-product-category__item:not(:first-of-type) {
    margin-left: unset;
  }
}
.c-product-category__thumb {
  margin-bottom: 5px;
}
.c-product-more {
  width: 100%;
  height: 80px;
  border-radius: 4px;
  background: #e3ebfa;
  font-size: 20px;
  font-weight: 700;
  color: #152c81;
  margin-top: 50px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-product-more {
    height: 50px;
    font-size: 15px;
    margin-top: 46px;
  }
}
.c-product-more a {
  padding-right: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-product-more a {
    width: 100%;
    text-align: center;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-product-more a::after {
    position: absolute;
    content: url(../images/icon/arrow-nay-w10-h5.svg);
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-product-more a p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-product-more a p {
    position: unset;
    padding-left: 28px;
  }
}
.c-product-more a p::after {
  position: absolute;
  content: "";
  background: url(../images/icon/arrow-nay-w10-h5.svg) no-repeat center center/contain;
  width: 16px;
  height: 9px;
  right: -27px;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-product-more a p::after {
    position: unset;
    content: none;
  }
}
.c-product-more-open {
  display: none;
}
.c-product-freearea {
  margin-top: 50px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .c-product-freearea {
    border-bottom: unset;
  }
}
.c-product-freearea__contents {
  margin: 50px 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #ebedf2;
  width: 100%;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-product-freearea__contents {
    padding-bottom: 0;
    border: 0;
    font-size: 14px;
  }
}
.c-product-freearea__contents figure,
.c-product-freearea__contents picture {
  display: block;
}
.c-product-search {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-product-search {
    background: transparent;
    margin: -1px calc(50% - 50vw) 0;
    padding: 0 calc(50vw - 50%) 20px;
    width: 100vw;
    border-top: 1px solid #c7cad5;
  }
}
.c-product-search__body {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-product-search__body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-search__body + .c-pagenation {
    margin-top: 20px;
  }
}
.c-product-search__number--lg {
  font-size: 20px;
  margin-right: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-product-search__number--lg {
    font-size: 12px;
    margin-right: 3px;
  }
}
.c-product-search__number--lg span {
  font-weight: 700;
  margin-right: 3px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .c-product-search__number--lg span {
    font-size: 17px;
    margin-right: 3px;
  }
}
.c-product-search__number--sm {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-product-search__number--sm {
    font-size: 12px;
  }
}
.c-product-search__number--sm span {
  font-weight: 700;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .c-product-search__number--sm span {
    font-size: 13px;
  }
}
.c-product-search__number + .u-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-product-search__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -9px;
}
.c-product-search__item {
  width: calc(20% - 9px);
  min-width: 226px;
  margin-bottom: 52px;
  margin-left: 9px;
}
.c-product-search__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-product-search__item {
    width: calc(50% - 9px);
    min-width: unset;
    margin-bottom: 22px;
    padding-bottom: 0;
  }
  .c-product-search__item .c-item-content__image {
    margin-bottom: 13px;
  }
}
.c-product-search__item .c-item-content__image {
  border: 1px solid #f2f7fd;
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.c-product-search__item .c-item-content__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-product-search__item .c-item-content__title {
    margin-top: 23px;
  }
  .c-product-search__item .c-item-content__title.c-item-content__title--noicon {
    margin-top: 11px;
  }
}
.c-product-search .c-item-content__cate {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-product-search .c-item-content__cate {
    margin-top: 12px;
  }
}
.c-product-search .c-item-content__price {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .c-product-search .c-item-content__price {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-product__bg {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    width: 100vw;
    background: #f7f9fd;
  }
}

.button-text {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .button-text {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .archive_product_slider {
    margin: 0 calc(50% - 50vw) 40px;
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .c-product__bg .c-product-search__body {
    padding-bottom: 8px;
    border-bottom: 1px solid #ebedf2;
  }
}

.c-product-wrapper {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .c-product-wrapper {
    margin-top: 30px;
  }
}

.c-product__bg .c-pagenation__prev, .c-product__bg .c-pagenation__next {
  background: #fff;
}

.c-table {
  width: 100%;
}
.c-table th {
  color: #152c81;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 2px solid #c7cad5;
  border-left: 2px solid #c7cad5;
  border-right: 2px solid #c7cad5;
  padding: 29px 10px 27px 30px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-table th {
    font-size: 13px;
  }
}
.c-table th:first-of-type {
  border-top: 2px solid #c7cad5;
}
.c-table td {
  font-size: 14px;
  color: #152c81;
  line-height: 1.6;
  border-bottom: 2px solid #c7cad5;
  padding-left: 30px;
  border-right: 2px solid #c7cad5;
}
@media screen and (max-width: 767px) {
  .c-table td {
    font-size: 13px;
  }
}
.c-table td:first-of-type {
  border-top: 2px solid #c7cad5;
}
.c-table.is-single-product {
  margin-top: 22px;
}
.c-table.is-single-product th {
  color: #152c81;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid #c7cad5;
  border-left: unset;
  border-right: unset;
  padding: 33px 10px 30px 17px;
  vertical-align: middle;
  width: 126px;
  border-top: unset;
}
@media screen and (max-width: 767px) {
  .c-table.is-single-product th {
    font-size: 13px;
    vertical-align: unset;
    padding: 17px 10px 10px 10px;
  }
}
.c-table.is-single-product td {
  border-right: unset;
  border-bottom: 1px solid #c7cad5;
  width: calc(100% - 126px);
  border-top: unset;
}
.c-table.is-single-product td:first-child {
  border-top: 1px solid #c7cad5;
}
.c-table.is-single-product .c-table__td1 {
  padding: 8px 18px 8px 18px;
  color: #131b38;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-table.is-single-product .c-table__td1 {
    font-size: 14px;
    padding: 5px 0;
  }
}
.c-table.is-single-product .c-table__td2 {
  padding: 11px 0px 11px 29px;
}
@media screen and (max-width: 767px) {
  .c-table.is-single-product .c-table__td2 {
    padding: 5px 23px;
  }
}
.c-table.is-single-product .c-table__td2 .u-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7.5px;
  margin-top: -7.5px;
}
.c-table.is-single-product .c-table__td2 .u-flex figure {
  margin-left: 7.5px;
  margin-top: 7.5px;
}
@media screen and (max-width: 767px) {
  .c-table.is-single-product .c-table__td2 .u-flex figure {
    width: 37px;
  }
}

.c-table2 tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-table2 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-table2__contentswrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-table2__contentswrap {
    width: 100%;
  }
}
.c-table2__contentswrap--line {
  position: relative;
}
.c-table2__contentswrap--line::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c7cad5;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .c-table2__contentswrap--line::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #c7cad5;
    left: 0;
  }
}
.c-table2__contentswrap2 .data {
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-table2 .title {
  color: #152c81;
  font-weight: 700;
  font-size: 16px;
  background: #f2f7fd;
  padding: 29px 10px 27px 30px;
  width: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #c7cad5;
}
.c-table2 .data {
  font-size: 14px;
  color: #152c81;
  line-height: 1.6;
  padding-left: 30px;
  padding-right: 10px;
  width: calc(100% - 145px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #c7cad5;
}

.c-swiper-charactergoods {
  width: 100%;
}
.c-swiper-charactergoods__item.swiper-slide {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .c-swiper-charactergoods__item.swiper-slide {
    width: 100px;
  }
}
.c-swiper-charactergoods .swiper:last-of-type {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-swiper-charactergoods .swiper:last-of-type {
    margin-top: 5px;
  }
}
.c-swiper-charactergoods .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.c-swiper-charactergoods__image {
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ebedf2;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 3px 1px #ebedf2;
          box-shadow: 0px 0px 3px 1px #ebedf2;
  background: #fff;
}
.c-swiper-charactergoods__image img {
  width: 100%;
  height: 100%;
}
.c-swiper-singleproduct .swiper-slide {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .c-swiper-singleproduct .swiper-slide {
    width: 375px;
  }
}
.c-swiper-singleproduct .slider__singleproduct .c-swiper-singleproduct__image {
  opacity: 1;
  border: unset;
  border-radius: 4px;
  max-width: 400px;
  max-height: 400px;
}
.c-swiper-singleproduct .slider__singleproduct .c-swiper-singleproduct__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-swiper-singleproduct .slider__singleproduct .c-swiper-singleproduct__image {
    margin: 0 auto;
  }
}
.c-swiper-singleproduct .slider__singleproduct .c-swiper-singleproduct__image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.c-swiper-singleproduct .slider__singleproduct__thumb .c-swiper-singleproduct__item {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin-top: 7px;
}
.c-swiper-singleproduct .slider__singleproduct__thumb .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}
.c-swiper-singleproduct .slider__singleproduct__thumb .c-swiper-singleproduct__image {
  border: 1px solid #c7cad5;
  border-radius: 4px;
}
.c-swiper-singleproduct .slider__singleproduct__thumb .c-swiper-singleproduct__image:hover {
  border: 1px solid #e6960b;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-swiper-singleproduct .slider__singleproduct__thumb .c-swiper-singleproduct__image {
    margin: 0 auto;
  }
}
.c-swiper-singleproduct .slider__singleproduct__thumb .c-swiper-singleproduct__image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.c-swiper-singleproduct .swiper-slide-thumb-active {
  border: 1px solid #e6960b;
  border-radius: 4px;
}
.c-swiper-singleproduct .swiper-slide-thumb-active:hover {
  border: unset;
  cursor: pointer;
}
.c-swiper-singleproduct .swiper-slide-thumb-active .c-swiper-singleproduct__image {
  border: unset;
}
.c-swiper-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-swiper-related .swiper {
  width: calc(100% - 135px);
}
.c-swiper-related__item {
  width: 200px;
}
.c-swiper-related .table1 {
  margin-top: 227px;
}
.c-swiper-related .related__nav-next {
  background: #152c81;
}
.c-swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.c-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}
.c-swiper-pagination .swiper-pagination-bullet {
  background: #152c81;
  opacity: 1;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .c-swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
}
.c-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e6960b;
}

.c-charactercategory {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-charactercategory {
    margin-right: calc(50% - 50vw);
  }
}
.c-charactercategory__list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-charactercategory__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -40px;
    gap: 0 1.74%;
  }
}
.c-charactercategory__list:not(:first-of-type) {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .c-charactercategory__list {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
.c-charactercategory__item {
  width: 15.21%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-charactercategory__item {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-charactercategory__item {
    margin-left: 3px;
    padding-top: 20px;
    width: 90px;
  }
  .c-charactercategory__item:first-of-type {
    margin-left: 15px;
  }
  .c-charactercategory__item:last-of-type {
    margin-right: 15px;
  }
}
.c-charactercategory__thumb {
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ebedf2;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 3px 1px #ebedf2;
          box-shadow: 0px 0px 3px 1px #ebedf2;
}
.c-charactercategory__title {
  margin-top: 12px;
  font-size: 15px;
  color: #152c81;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-charactercategory__title {
    margin-top: 8px;
    font-size: 13px;
  }
}

#charactercategory {
  position: relative;
}
#charactercategory .c-item-content__nav-next {
  top: 10px;
}
@media screen and (min-width: 768px) {
  #charactercategory .c-item-content__nav-next {
    display: none;
  }
}

.c-twitter a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2f4c9c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 35px;
  width: 208px;
  height: 70px;
  padding-left: 10px;
}
.c-twitter__read {
  margin-left: 10px;
}
.c-twitter__read--lg {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
.c-twitter__read--sm {
  color: #fff;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  display: block;
  font-weight: 400;
}

.c-question {
  border-bottom: 1px solid #ebedf2;
  padding: 14px 20px 10px 0;
  position: relative;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-question {
    padding: 22px 20px 20px 90px;
  }
}
.c-question:hover {
  background: #f7f9fd;
}
@media screen and (min-width: 768px) {
  .c-question:hover::after {
    right: 20px;
  }
}
.c-question:hover a:hover {
  opacity: 1;
}
.c-question:hover p {
  font-weight: 500;
  -webkit-transition: font-weight 3s;
  transition: font-weight 3s;
}
.c-question::after {
  position: absolute;
  background: url(../images/icon/arrow-nay-right-w10-h5.svg);
  content: "";
  width: 8px;
  height: 13px;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-question::after {
    right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-question::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/faq/icon_faq.png) no-repeat center center/cover;
    top: 10px;
    left: 20px;
  }
}
.c-question a {
  font-size: 15px;
  line-height: 1.5;
  color: #152c81;
}
@media screen and (min-width: 768px) {
  .c-question a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .c-question p {
    margin-right: 60px;
  }
}

@media screen and (min-width: 768px) {
  .c-category-list._2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.c-category-item__link2 {
  padding: 10px 20px 13px 20px;
}

.c-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -11px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-icons {
    margin-left: 0;
  }
}
.c-icons__item {
  margin-top: 8px;
  margin-left: 11px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-icons__item {
    margin-left: 8px;
  }
}
.c-icons__item figure {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .c-icons__item figure {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1500px) and (min-width: 768px) {
  .c-icons__item:nth-child(n+13) .c-icons__mega {
    left: -310px;
  }
  .c-icons__item:nth-child(n+13) .c-icons__mega::after {
    left: unset;
    right: 7px;
  }
  .c-icons__item:nth-child(n+13) .c-icons__mega::before {
    left: unset;
    right: 7px;
  }
}
@media (max-width: 1156.9px) and (min-width: 768px) {
  .c-icons__item:nth-of-type(21) .c-icons__mega {
    left: -4px;
  }
  .c-icons__item:nth-of-type(21) .c-icons__mega::after {
    left: 11px;
    right: unset;
  }
  .c-icons__item:nth-of-type(21) .c-icons__mega::before {
    left: 16px;
    right: unset;
  }
}
@media (max-width: 1105px) and (min-width: 768px) {
  .c-icons__item:nth-of-type(20) .c-icons__mega {
    left: -4px;
  }
  .c-icons__item:nth-of-type(20) .c-icons__mega::after {
    left: 11px;
    right: unset;
  }
  .c-icons__item:nth-of-type(20) .c-icons__mega::before {
    left: 16px;
    right: unset;
  }
}
@media (max-width: 1054px) and (min-width: 768px) {
  .c-icons__item:nth-of-type(19) .c-icons__mega {
    left: -4px;
  }
  .c-icons__item:nth-of-type(19) .c-icons__mega::after {
    left: 11px;
    right: unset;
  }
  .c-icons__item:nth-of-type(19) .c-icons__mega::before {
    left: 16px;
    right: unset;
  }
}
.c-icons__mega {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(64, 69, 90, .4);
          box-shadow: 0px 0px 5px rgba(64, 69, 90, .4);
  border-radius: 4px;
  padding: 20px 16px 14px 16px;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 768px) {
  .c-icons__mega {
    width: 347px;
    bottom: 80px;
    left: -4px;
  }
  .c-icons__mega::after {
    position: absolute;
    content: url(../images/icon/icon-cloud-down.svg);
    left: 11px;
    bottom: -19px;
  }
  .c-icons__mega::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 17px;
    height: 10px;
    left: 16px;
    bottom: 0px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-icons__mega.is-active {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    z-index: 99999999;
  }
}
.c-icons__mega--title {
  font-size: 13px;
  font-weight: 700;
}
.c-icons__mega--text {
  font-weight: 400;
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-icons__mega--bg.is-active {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .48);
    z-index: 999999;
  }
  .c-icons__mega--close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("./../../assets/images/icon-modal.png") no-repeat center center/contain;
  }
}

@media screen and (min-width: 768px) {
  .c-icons__item:hover > .c-icons__mega {
    display: block;
  }
}
.c-related table th {
  width: 135px;
  font-size: 15px;
  font-weight: 700;
  border-left: none;
  border-right: none;
  padding: 10px 10px 10px 10px;
  background: #f2f7fd;
  border-bottom: 1px solid #c7cad5;
}
.c-related table td {
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
}
.c-related__tr1 td {
  border-left: none;
  border-right: none;
  height: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.c-related__tr1 td figure {
  width: 171px;
  height: 171px;
}
.c-related__tr1 td img {
  height: 100%;
  width: 100%;
}
.c-related__tr2 td {
  font-size: 14px;
  color: #fff;
  background: #152c81;
  font-weight: 200;
  height: 26px;
}
.c-related__tr3 td {
  color: #5e73bc;
  padding-top: 13px;
  padding-bottom: 22px;
  border-bottom: 1px solid #c7cad5;
  border-right: 1px solid #c7cad5;
}
.c-related__tr4 td {
  font-family: "Poppins", sans-serif;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c7cad5;
  border-right: 1px solid #c7cad5;
}
.c-related__tr5 td {
  padding-top: 16px;
  padding-bottom: 21px;
  border-bottom: 1px solid #c7cad5;
  border-right: 1px solid #c7cad5;
}
.c-related__tr6 td {
  padding-top: 15px;
  padding-bottom: 21px;
  border-bottom: 1px solid #c7cad5;
  border-right: 1px solid #c7cad5;
}
.c-related__tr7 td {
  font-family: "Poppins", sans-serif;
  padding-top: 16px;
  padding-bottom: 21px;
  border-bottom: 1px solid #c7cad5;
  border-right: 1px solid #c7cad5;
}
.c-related__tr7 td > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  color: #fff;
  background: #e6960b;
  width: 100%;
  height: 37px;
  margin-top: 5px;
}

.c-contact__time.-border {
  border: 1px solid #ebedf2;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .c-contact__time.-border {
    border: transparent;
  }
}
.c-contact__fax {
  border-top: 1px solid #fff;
  margin-top: 14px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 11px 28px 0;
}
@media screen and (min-width: 768px) {
  .c-contact__fax {
    margin-top: 7px;
    padding: 9px 28px 0;
  }
}
@media screen and (min-width: 768px) {
  .c-contact__fax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.c-contact__fax p {
  font-size: 14px;
  font-weight: 500;
  color: #152c81;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-contact__fax p {
    line-height: 1.6;
  }
}
.c-contact__fax ._date {
  font-weight: 400;
  color: #131b38;
}
.c-contact__fax ._date span {
  font-family: "Poppins", sans-serif;
  color: #131b38;
  font-size: 16px;
}

.c-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  padding-right: 11px;
  overflow: hidden;
  line-height: 1.15;
}
@media screen and (min-width: 768px) {
  .c-location {
    font-size: 18px;
    padding: 0 20px 0 0;
  }
}
.c-location__item {
  padding: 12px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-location__item::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 62px;
  right: -60px;
  top: -2px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-location__item::before {
    height: 42px;
    right: -59px;
  }
}
@media screen and (max-width: 767px) {
  .c-location__item:last-of-type::before {
    width: 17px;
    right: -16px;
  }
}
@media screen and (min-width: 768px) {
  .c-location__item {
    padding: 19px 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-location__item p {
    padding-left: 22px;
    font-size: 18px;
  }
}
.c-location__item._01 {
  background: #2f4c9c;
  position: relative;
  min-width: 116px;
}
@media screen and (max-width: 360px) {
  .c-location__item._01 {
    min-width: unset;
  }
}
.c-location__item._01::before {
  background-image: url(../images/icon/contact-arrow-bl.svg);
}
@media screen and (max-width: 767px) {
  .c-location__item._01::before {
    background-image: url(../images/icon/contact-arrow-bl-sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .c-location__item._01 p {
    padding-left: 6px;
  }
}
.c-location__item._02 {
  background: #c7cad5;
  position: relative;
}
.c-location__item._02::before {
  background-image: url(../images/icon/contact-arrow-gl.svg);
}
@media screen and (max-width: 767px) {
  .c-location__item._02::before {
    background-image: url(../images/icon/contact-arrow-gl-sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .c-location__item._02 p {
    padding-left: 6px;
  }
}
.c-location__item._03 {
  background: #c7cad5;
  position: relative;
}
.c-location__item._03::before {
  background-image: url(../images/icon/contact-arrow-gl2.svg);
}
@media screen and (max-width: 767px) {
  .c-location__item._03::before {
    background-image: url(../images/icon/contact-arrow-gl2-sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .c-location__item._03 p {
    padding-left: 4px;
  }
}

.p-contact-completion .c-location {
  background: none;
}

.c-cta-product {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .c-cta-product {
    padding: 40px 0;
    margin-top: 50px;
  }
}
.c-cta-product__bg {
  background: #fff;
  padding: 67px 10px 60px;
}
@media screen and (max-width: 767px) {
  .c-cta-product__bg {
    background: unset;
    padding: 0px;
  }
}
.c-cta-product__inner {
  max-width: 926px;
  margin: 0 auto;
}
.c-cta-product section:not(:first-of-type) {
  margin-top: 50px;
}
.c-cta-product .p-contact-about__item._bg {
  background: unset;
  padding: unset;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .c-cta-product .p-contact-about__item._bg {
    margin: 20px auto 0;
  }
}
.c-cta-product .p-contact-about__text {
  max-width: 862px;
  padding: 0 20px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .c-cta-product .p-contact-about__text {
    max-width: unset;
    padding: unset;
  }
}
.c-cta-product .p-contact-about__card {
  max-width: 862px;
  padding: 0 20px;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .c-cta-product .p-contact-about__card {
    max-width: unset;
    padding: unset;
  }
}
.c-cta-product .p-contact-about__wrapper {
  background: unset;
  padding: 0;
}
.c-cta-product .p-contact-about__subtitle.-pc {
  font-weight: 700;
  line-height: 1.4;
}

/*c-borderについては他のページで使われているので後ほど確認*/
.c-border {
  display: block;
  width: 100%;
  height: 1px;
  background: #ebedf2;
}

.c-border2 {
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background: #c7cad5;
}

.c-border3 {
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background: #ebedf2;
}

.c-link-arrow {
  color: #065fd4;
  border-bottom: 1px solid #065fd4;
  position: relative;
  padding-right: 13px;
}
.c-link-arrow:hover::after {
  right: -5px;
}
.c-link-arrow::after {
  position: absolute;
  content: url(../images/icon/arrow-gray-w10-h5.svg);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .c-block-company .c-content-title {
    padding-left: calc(50vw - 46%);
    padding-right: calc(50vw - 46%);
  }
}
.c-block-company__title {
  max-width: 1166px;
  margin: 0 auto;
}
.c-block-company__content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-block-company__content {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .c-block-company__content {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-block-company__content.is-fsc {
    margin-top: 30px;
  }
}
.c-block-company__content .l-inner-sm {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-block-company__content .l-inner-sm {
    padding: 0 25px;
  }
}
.c-block-company__content.is-company {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-block-company__content.is-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.c-block-company__content.is-slider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-block-company__content.is-slider .--item {
  margin-top: 16px;
  line-height: 26px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-block-company__content.is-slider .--item {
    line-height: 20px;
    margin-top: 10px;
  }
}
.c-block-company__content.is-slider .--item p {
  font-weight: 400;
}
.c-block-company__content.is-slider .--item.is-first {
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .c-block-company__content.is-slider .--item.is-first {
    margin-top: 23px;
  }
}
.c-block-company__img {
  max-width: 134px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-block-company__img {
    max-width: 177px;
  }
}
@media screen and (max-width: 767px) {
  .c-block-company__img {
    margin: 0 auto 30px;
  }
}
.c-block-company__img.is-fsc {
  max-width: 166px;
}
@media screen and (max-width: 767px) {
  .c-block-company__img.is-fsc {
    max-width: 113px;
    margin: 0 auto;
  }
}
.c-block-company__img.is-pet {
  max-width: 104px;
}
@media screen and (max-width: 767px) {
  .c-block-company__img.is-pet {
    max-width: 67px;
  }
}
.c-block-company__img.is-pla {
  max-width: 124px;
}
@media screen and (max-width: 767px) {
  .c-block-company__img.is-pla {
    max-width: 84px;
  }
}
.c-block-company__img.is-company {
  max-width: 200px;
  margin: unset;
}
@media screen and (max-width: 767px) {
  .c-block-company__img.is-company {
    max-width: 100px;
  }
}
.c-block-company__unit {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-block-company__unit {
    margin-top: 0;
    margin-left: 50px;
    width: 80%;
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .c-block-company__unit {
    margin-top: 22px;
  }
}
.c-block-company__unit-item {
  line-height: 1.5;
}
.c-block-company__unit-item:not(:first-child) {
  margin-top: 30px;
}
.c-block-company__unit-text {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  margin-top: 8px;
}
.c-block-company__unit-text--2 {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .c-block-company__unit-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}
.c-block-company__unit-text.is-company {
  margin: 19px 0 24px;
}
@media screen and (max-width: 767px) {
  .c-block-company__unit-text.is-company {
    margin: 14px 0 0;
  }
}
.c-block-company__unit.is-company {
  max-width: 656px;
  padding-left: unset;
  margin-left: unset;
}
@media screen and (max-width: 767px) {
  .c-block-company__unit.is-company {
    max-width: unset;
  }
}
.c-block-company__unit.is-slider {
  max-width: 300px;
  padding-left: unset;
  margin-left: unset;
}
@media screen and (max-width: 767px) {
  .c-block-company__unit.is-slider {
    margin-top: 33px;
  }
}
.c-block-company .is-name {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-block-company .is-name {
    margin-left: 20px;
  }
}
.c-block-company .is-name .is-main {
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .c-block-company .is-name .is-main {
    display: block;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-block-company .is-name .is-sub {
    display: block;
    font-size: 14px;
    font-weight: 400;
  }
}
.c-block-company__slider {
  max-width: 462px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .c-block-company__slider {
    max-width: unset;
  }
}
.c-block-company__slider img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-block-company__slider-thumbnail {
  margin-top: 10px;
}
.c-block-company__slider-thumbnail-item {
  outline: none;
  background-color: transparent;
}
.c-block-company__slider-catch {
  position: relative;
}
.c-block-company__slider .custom-prev-button,
.c-block-company__slider .custom-next-button {
  width: 20px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  background-image: url(../images/icon/arrow-white-w10-h5.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  z-index: 2;
}
.c-block-company__slider .custom-prev-button {
  left: 4px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-block-company__slider .custom-next-button {
  right: 4px;
}
.c-block-company__text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 31px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-block-company__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 21px;
  }
}
.c-block-company__list {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .c-block-company__list {
    margin-top: 14px;
  }
}
.c-block-company__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-block-company__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-block-company__list ul li {
  width: 100%;
}

.c-hisago-kobou-header {
  position: relative;
}
.c-hisago-kobou-header__wrraper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
}
.c-hisago-kobou-header__wrraper a {
  color: #fff;
}
.c-hisago-kobou-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .32);
}
@media screen and (max-width: 767px) {
  .c-hisago-kobou-header__inner {
    border-top: 1px solid rgba(255, 255, 255, .32);
    border-bottom: unset;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-hisago-kobou-header .c-breadcrumbs {
    background: transparent;
    padding: 7px 15px;
  }
}
.c-hisago-kobou-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-hisago-kobou-header__nav ul li a {
  padding: 32px 32px 31px 32px;
  display: block;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1400px) {
  .c-hisago-kobou-header__nav ul li a {
    padding: 32px 15px 31px 15px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-hisago-kobou-header__nav ul li a {
    padding: 11px 9px 14px 9px;
    display: block;
    font-weight: 700;
    position: relative;
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .c-hisago-kobou-header__nav ul li a {
    padding: 11px 10px 14px 0px;
    font-size: 10px;
  }
}
.c-hisago-kobou-header__nav ul li a.is-active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.c-hisago-kobou-header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.c-hisago-kobou-header .c-breadcrumbs li:not(:last-of-type) a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.p-top {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-top {
    padding-top: 14px;
    padding-bottom: 40px;
  }
}
.p-top-contents {
  padding: 99px 0 0px;
}
@media screen and (max-width: 767px) {
  .p-top-contents {
    padding: 40px 0 0;
  }
}
.p-top-contents.is-news {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-contents.is-news {
    border-top: 1px solid #ebedf2;
    padding: 42px 0 0;
    margin: 42px 0 -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contents.is-news .c-info-contents2 {
    margin-top: 6px;
  }
}
.p-top-contents.is-mg-top {
  margin-top: 101px;
}
@media screen and (max-width: 767px) {
  .p-top-contents.is-mg-top {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contents.is-mg-top .c-box.is-link a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contents.is-mg-top .c-box__image.is-link {
    width: 18%;
  }
  .p-top-contents.is-mg-top .c-box__image.is-link img {
    height: auto;
  }
}
.p-top-contents.is-mg-top .c-box__read {
  font-weight: 500;
}
.p-top-contents__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023.9px) and (min-width: 768px) {
  .p-top-contents__inner {
    padding-bottom: 20px;
  }
}
@media (max-width: 1023.9px) and (min-width: 768px) {
  .p-top-contents1 .p-top-contents__inner {
    padding-bottom: 0;
  }
}
.p-top-contents__inner.is-around {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px 11px;
}
.p-top-contents__inner.is-around::after {
  width: calc(33.33333% - 10px);
  display: block;
  content: "";
}
.p-top-contents__inner.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 11px;
}
@media screen and (max-width: 767px) {
  .p-top-contents__inner.is-center {
    gap: 20px;
  }
}
.p-top-contents__inner.is-center2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-contents__inner.is-center2 {
    gap: 20px;
  }
}
.p-top-contents__inner.is-store {
  margin-top: 61px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-contents__inner.is-store {
    margin-top: unset;
    padding-bottom: 15px;
  }
}
.p-top-contents__inner.is-service {
  margin-top: 61px;
  padding-bottom: 82px;
}
@media screen and (max-width: 767px) {
  .p-top-contents__inner.is-service {
    margin-top: unset;
    padding-bottom: unset;
  }
}
.p-top-contents__inner.is-service .c-box__title {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-contents__inner.is-service .c-box__title {
    font-size: 16px;
  }
}
.p-top-contents__inner.is-service .c-button.is-white::after {
  content: url(../images/icon/arrow-nay-w4-h8.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 47%;
  right: 15px;
  border-top: unset;
  border-right: unset;
}
.p-top-contents__inner.is-service .c-button.is-white:hover::after {
  content: url(../images/icon/arrow-white-w4-h8.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 47%;
  right: 10px;
  border-top: unset;
  border-right: unset;
}
.p-top-contents__item {
  width: 49%;
  max-width: 585px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top-contents__item .c-button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-top-contents__item.is-news {
  width: 46.5%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top-contents__item.is-news {
    width: 100%;
    max-width: unset;
    margin-bottom: 80px;
  }
  .p-top-contents__item.is-news .c-title__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.p-top-contents2 {
  padding: 102px 0 0px;
}
@media screen and (max-width: 767px) {
  .p-top-contents2 {
    padding: 42px 0 0;
  }
}
.p-top-contents3 {
  padding: 101px 0 0px;
}
@media screen and (max-width: 767px) {
  .p-top-contents3 {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contents4 {
    padding: 65px 0 0px;
  }
}
.p-top-contents4 .c-button.is-link {
  font-weight: 500;
}
.p-top__category-image {
  position: relative;
}
.p-top__category-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top-news__more {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-top-news__more {
    margin-bottom: 20px;
  }
}
.p-top-news__more-link {
  color: #152c81;
  font-weight: 500;
  padding-right: 16px;
  position: relative;
  display: block;
}
.p-top-news__more-link:hover {
  background: transparent;
  color: #152c81;
}
.p-top-news__more-link:hover::after {
  content: url(../images/icon/arrow-gray-w10-h5.svg);
  right: -5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-top-news__more-link::after {
  position: absolute;
  content: url(../images/icon/arrow-gray-w10-h5.svg);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-top-contents1 {
  padding: 102px 0 0px;
}
@media screen and (max-width: 767px) {
  .p-top-contents1 {
    padding: 40px 0 0;
  }
}
@media (max-width: 1145px) {
  .p-top-contents1 .c-title.is-main {
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-top-contents1 .c-text__link {
  color: #065fd4;
  border-bottom: 1px solid #065fd4;
  margin-top: 22px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-top-contents1 .c-box {
  display: block;
}
.p-top-contents1 .c-box__image {
  max-width: 525px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-top-contents1 .c-box__image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top-contents1 .c-box:hover {
  opacity: 1;
  -webkit-transition: unset;
  transition: unset;
}
.p-top-contents1 .c-box:hover .c-box__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top-contents1 .c-box:hover .c-button {
  background: #152c81;
  color: #fff;
}
.p-top-contents1 .c-box:hover .c-button::after {
  content: url(../images/icon/arrow-white-right-w10-h5.svg);
}
.p-top-contents1 .c-button {
  background: #e3ebfa;
  color: #152c81;
  opacity: 1;
}
.p-top-contents1 .c-button::after {
  content: url(../images/icon/arrow-nay-right-w10-h5.svg);
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.p-top-contents1 .c-button:hover::after {
  right: 21px;
}
.p-top-contents1.is-news {
  padding-top: 201px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-contents1.is-news {
    padding: 40px 0 0;
    margin-bottom: -40px;
  }
}
.p-top-contents1.is-mg-top {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-contents1.is-mg-top {
    margin-top: 23px;
  }
}
.p-top-contents1__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top-contents1__inner.is-around {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 17px 15px;
}
.p-top-contents1__inner.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-contents1__inner.is-center {
    gap: 20px;
  }
}
.p-top-contents1__inner.is-store {
  margin-top: 61px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-contents1__inner.is-store {
    margin-top: unset;
    padding-bottom: 15px;
  }
}
.p-top-contents1__inner.is-service {
  margin-top: 61px;
  padding-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .p-top-contents1__inner.is-service {
    margin-top: unset;
    padding-bottom: unset;
  }
}
.p-top-contents1__item {
  width: 49%;
}
.p-top-contents1__item.is-news {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .p-top-contents1__item.is-news {
    width: 100%;
    margin-bottom: 84px;
  }
  .p-top-contents1__item.is-news .c-title__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.p-top__info-item {
  margin-bottom: 8px;
}
.p-top__info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f7fa;
  border: 1px solid #f5f7fa;
  border-radius: 10px;
  padding: 8px 20px 8px 54px;
  font-weight: 500;
  line-height: 1.5;
}
.p-top__info-link pre:not([class]) {
  font-family: "Noto Sans JP", sans-serif;
}
.p-top__info-link span:not([class]) {
  position: relative;
}
.p-top__info-link span:not([class])::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/icon-attention.svg) no-repeat center center/contain;
  top: 50%;
  left: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top__info-link span:not([class])::after {
    width: 20px;
    height: 20px;
    top: 12px;
    border: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-top__info-link {
    border-radius: 8px;
  }
}
.p-top__info-link:hover {
  background: #e9eef5;
  opacity: 1;
}
.p-top__info-link--nohover:hover {
  background: #f5f7fa;
  opacity: 1;
}
.p-top__info-link p a,
.p-top__info-link span.p-top__info-link--under {
  color: #065fd4;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-top__info-link p a:hover,
.p-top__info-link span.p-top__info-link--under:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-top__info-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-top__info-title {
    font-size: 14px;
  }
}
.p-top-border {
  margin-top: 100px;
}

.p-charactergoods-inner .c-twitter a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-inner .c-item-content__nav-next::after {
    width: 13px;
    height: 8px;
    content: url(../images/icon/arrow-white-right-w10-h5.svg);
    rotate: 0;
  }
}
.p-charactergoods-breadcrumbs {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-breadcrumbs {
    margin-bottom: 0px;
  }
}
.p-charactergoods-swiper {
  width: 100%;
  margin: 0;
  padding: 35px 0 78px;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-swiper {
    padding: 30px 0 40px;
  }
}
.p-charactergoods-swiper .c-title-1 {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-swiper .c-title-1 {
    margin-bottom: 14px;
  }
}
.p-charactergoods-cat {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-cat {
    margin-top: 0;
  }
}
.p-charactergoods-info {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-info {
    border-top: #c7cad5 1px solid;
    margin: 0px calc(50% - 50vw);
    width: 100vw;
  }
}
.p-charactergoods-info .u-md-hidden--flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-charactergoods-info .c-info-contents {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-info .c-info-contents__list {
    margin-bottom: 0px;
  }
}
.p-charactergoods-info .c-info-contents__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.p-charactergoods-info .c-info-contents__title {
  display: inline-block;
  margin-left: 30px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-info .c-info-contents__title {
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
  }
}
.p-charactergoods-info .c-info-contents__list li:last-child {
  border-bottom: 1px solid #ebedf2;
}
.p-charactergoods-info__info {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-info__info {
    margin-top: 10px;
  }
}
.p-charactergoods-info__info-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f7fa;
  border: 1px solid #f5f7fa;
  border-radius: 10px;
  padding: 8px 0 7px 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-info__info-item a {
    padding: 8px 6px 7px 10px;
  }
}
.p-charactergoods-info__info-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-info__info-title {
    font-size: 14px;
  }
}
.p-charactergoods-info__bottom .c-twitter a {
  margin: 20px auto 0;
}
.p-charactergoods-search {
  margin-top: 100px;
  margin-bottom: 218px;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-search {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-charactergoods-search .p-charactergoods-inner {
    padding: 0;
  }
}
.p-charactergoods-search .c-title02 {
  margin-bottom: 30px;
}
.p-charactergoods-search__body > .u-flex {
  margin-top: 50px;
  margin-left: -80px;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-search__body > .u-flex {
    margin-top: 0px;
    display: unset;
    margin-left: 0px;
  }
}
.p-charactergoods-search__body > .u-flex:first-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-search__body > .u-flex:first-of-type {
    margin-top: 0px;
  }
}
.p-charactergoods-search__listwrap {
  border-top: 2px solid #ebedf2;
  position: relative;
  width: 27.5%;
  margin-left: 80px;
}
.p-charactergoods-search__listwrap:last-of-type {
  width: 27.027027027%;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-search__listwrap:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-charactergoods-search__listwrap {
    border-top: none;
    position: static;
    margin-left: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
.p-charactergoods-search__listwrap::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #152c81;
  top: -2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-search__listwrap::after {
    position: static;
    content: unset;
  }
}
.p-charactergoods-search__list-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-search__list-title {
    font-size: 15px;
    background: #e3ebfa;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0 25px 0 15px;
    width: 100%;
    position: relative;
  }
  .p-charactergoods-search__list-title::before {
    display: block;
    position: absolute;
    top: 26px;
    right: 25px;
    width: 14px;
    height: 2px;
    background: #152c81;
    content: "";
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-charactergoods-search__list-title::after {
    display: block;
    position: absolute;
    top: 20px;
    right: 31px;
    width: 2px;
    height: 14px;
    background: #152c81;
    content: "";
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-charactergoods-search__list-title.on-click::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-charactergoods-search__list {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-search__list {
    display: none;
    margin-top: 10px;
  }
}
.p-charactergoods-search__list li {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-search__list li:not(:last-of-type) {
    border-bottom: 1px solid #ebedf2;
    padding-bottom: 12px;
  }
}
.p-charactergoods-search__list li a {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #152c81;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-search__list li a {
    font-size: 14px;
    padding: 0 15px;
  }
}
.p-charactergoods-search__list li a::after {
  position: absolute;
  background: url(../images/icon/icon-arrow-right.svg);
  content: "";
  width: 8px;
  height: 13px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-charactergoods-search__list li a::after {
    position: static;
    content: unset;
  }
}

.p-single-product-main {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-single-product-main {
    padding-bottom: 0;
  }
}
.p-single-product-main .l-inner {
  padding-left: 41px;
  padding-right: 41px;
}
@media screen and (max-width: 767px) {
  .p-single-product-main .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-single-product-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-single-product-top__head {
  width: 400px;
  margin-left: 20px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__head {
    width: 100%;
    margin-right: 4%;
    margin-left: 0px;
    margin-top: 20px;
  }
}
.p-single-product-top__body:nth-of-type(2) {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__body:nth-of-type(2) {
    width: 100%;
  }
}
.p-single-product-top__body .c-button-hisago {
  width: calc(50% - 10px);
  padding: 11px 6px 18px 6px;
  font-weight: 500;
}
.p-single-product-top__body .c-button-hisago::after {
  top: 18px;
}
@media (min-width: 768px) and (max-width: 1202px) {
  .p-single-product-top__body .c-button-hisago {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 6px 25px;
  }
  .p-single-product-top__body .c-button-hisago span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-single-product-top__body .c-button-hisago {
    width: 100%;
    margin: 0 auto;
    padding: 11px 6px 10px 6px;
  }
}
.p-single-product-top__body .c-button-contact {
  width: calc(50% - 10px);
  color: #152c81;
  padding: 11px 6px 19px;
  font-weight: 500;
}
.p-single-product-top__body .c-button-contact::after {
  top: 18px;
  right: 49.5%;
  width: 21px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__body .c-button-contact {
    width: 100%;
    padding: 11px 6px 12px;
    margin: 12px auto 0;
  }
}
.p-single-product-top__body .c-button-download {
  margin-left: auto;
  color: #152c81;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__body .c-button-download {
    margin-top: 13px;
    width: 100%;
  }
}
.p-single-product-top__body2 {
  width: calc(100% - 400px);
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__body2 {
    width: 100%;
    margin-left: 0;
  }
}
.p-single-product-top__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__thumb {
    margin-top: 0;
  }
}
.p-single-product-top__thumb .thumblist-item {
  width: 76px;
  border-radius: 4px;
  border: #c7cad5 solid 1px;
  margin-left: 5px;
  margin-top: 5px;
  overflow: hidden;
}
.p-single-product-top__thumb .thumblist-item:first-child, .p-single-product-top__thumb .thumblist-item:nth-child(6) {
  margin-left: 0;
}
.p-single-product-top__thumb .thumblist-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-product-top__thumb .thumblist-item.current {
  border: #e6960b 1px solid;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__pagenation {
    margin-top: 12px;
  }
}
.p-single-product-top__copylight {
  font-size: 12px;
  margin-top: 12px;
  font-weight: 400;
}
.p-single-product-top__numberwrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__numberwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 26px;
  }
}
.p-single-product-top__number {
  font-size: 22px;
  color: #152c81;
  font-weight: 700;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__number {
    font-size: 18px;
  }
}
.p-single-product-top__number span {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.p-single-product-top__code {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__code {
    margin-top: 6px;
  }
}
.p-single-product-top__code span {
  font-size: 15px;
}
.p-single-product-top__price {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__price {
    margin-top: 16px;
  }
}
.p-single-product-top__price span {
  font-size: 18px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__textwrap {
    position: relative;
    max-width: 500px;
    padding: 0px;
    margin: 20px auto;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-single-product-top__textwrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-single-product-top__textwrap.is-active {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-single-product-top__textwrap.is-active::before {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.p-single-product-top__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  max-height: 999999px;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__text {
    font-size: 14px;
    margin-top: unset;
    line-height: 1.4;
  }
  .p-single-product-top__text--height {
    height: 70px;
  }
}
@media screen and (max-width: 560px) {
  .p-single-product-top__text {
    font-size: 13px;
  }
  .p-single-product-top__text--height {
    height: 50px;
  }
}
.p-single-product-top__link2 {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #065fd4;
  border-bottom: 1px solid #065fd4;
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 30px;
}
.p-single-product-top__link2::after {
  position: absolute;
  content: url(../images/icon/icon-pdf.svg);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #065fd4;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__link2 {
    font-size: 14px;
  }
}
.p-single-product-top__link3 {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #065fd4;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 30px;
}
.p-single-product-top__link-area {
  margin: 20px 0;
}
.p-single-product-top__link-area a {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__link-area a {
    font-size: 14px;
  }
}
.p-single-product-top__buttonwrap {
  margin-top: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-single-product-top__buttonwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-single-product-moviewrap {
  max-width: 560px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-single-product-moviewrap {
    max-width: unset;
    margin: 20px auto 0;
  }
}
.p-single-product-movie {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.p-single-product-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .p-single-product-movie {
    margin-top: 20px;
  }
  .p-single-product-movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
}
.p-single-product-freearea {
  margin: 50px 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #ebedf2;
  width: 100%;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-single-product-freearea {
    margin-top: 20px;
    width: auto;
    font-size: 14px;
  }
}
.p-single-product-freearea figure,
.p-single-product-freearea picture {
  display: block;
}
.p-single-product-banners {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-single-product-banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    padding: unset;
  }
}
.p-single-product-banners .c-banner2__text--lg {
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-single-product-banners .c-banner2__text--lg {
    line-height: 1.375;
    padding-left: 0;
  }
}
.p-single-product-banners .c-banner2__item2 {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .p-single-product-banners .c-banner2__item2 {
    margin-top: 10px;
  }
}
.p-single-product-banners .c-banner2__item1 a,
.p-single-product-banners .c-banner2__item2 a {
  border: 1px solid #c7cad5;
}
@media screen and (max-width: 767px) {
  .p-single-product-banners .c-banner2__item1 p {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-single-product-banners .c-banner2__item1 span {
    padding-left: 19px;
  }
}
.p-single-product-tablelist {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-single-product-tablelist {
    margin-top: 50px;
  }
}
.p-single-product-tablelist .c-title02 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-single-product-tablelist .c-title02 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-single-product-tablelist__wrap {
    overflow: hidden;
    position: relative;
  }
  .p-single-product-tablelist__wrap::after {
    content: "";
    position: absolute;
    left: -5%;
    bottom: 0;
    width: 110%;
    height: 100px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(255, 255, 255)), color-stop(0%, rgb(255, 255, 255)), color-stop(0%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-single-product-tablelist__wrap.is-active::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-single-product-tablelist__wrap.is-active .c-table2 {
    height: auto;
  }
}
.p-single-product-contentsbox {
  margin-top: 106px;
}
.p-single-product-contentsbox .c-banner3__item > a:hover {
  border: 1px solid #c7cad5;
}
.p-single-product-contentsbox .c-banner4__item > a {
  border: 1px solid #c7cad5;
}
.p-single-product-contentsbox .c-banner4__item > a:hover {
  border: 1px solid #c7cad5;
}
.p-single-product-contentsbox .c-banner4__title {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-single-product-contentsbox {
    margin-top: 50px;
  }
  .p-single-product-contentsbox .c-banner3__title {
    padding: 14px 10px 16px 13px;
  }
  .p-single-product-contentsbox .c-banner3__text {
    margin-top: 9px;
    padding: 0px 10px 0px 13px;
  }
  .p-single-product-contentsbox .c-banner4__title {
    font-size: 16px;
    padding: 14px 10px 16px 13px;
  }
  .p-single-product-contentsbox .c-banner4__text {
    margin-top: 9px;
    padding: 0px 10px 0px 13px;
  }
  .p-single-product-contentsbox .c-banner4__body {
    padding: 0px 0px 10px 0px;
  }
}
.p-single-product-contentsbox .c-banner3__thumb {
  width: 37%;
}
.p-single-product-contentsbox .c-banner3__body {
  padding: 30px 30px 39px 20px;
  height: 100%;
  width: 63%;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-single-product-contentsbox .c-banner3__body {
    padding: 0;
    width: 100%;
  }
}
.p-single-product-contentsbox .c-banner4__more {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-single-product-contentsbox .c-banner4 {
    margin-top: 8px;
  }
}
.p-single-product-related {
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .p-single-product-related {
    margin-top: 50px;
  }
}
.p-single-product-related .c-border2 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  width: 100%;
}
.p-single-product-related .c-swiper-related {
  margin-top: 42px;
}
.p-single-product-related .is-button {
  width: 48px;
  height: 48px;
  background: #152c81;
  border-radius: 50%;
  position: absolute;
  top: 64.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-single-product-related .is-button {
    display: none;
  }
}
.p-single-product-related .is-button:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-single-product-related .is-button::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 17px;
}
.p-single-product-related .is-button--prev {
  left: -48px;
}
.p-single-product-related .is-button--prev::after {
  content: url(../images/icon/arrow-white-w14-h7-left.svg);
  left: 40%;
}
.p-single-product-related .is-button--next {
  right: -48px;
}
.p-single-product-related .is-button--next::after {
  content: url(../images/icon/arrow-white-w14-h7-right.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 40%;
  top: 32%;
}
.p-single-product-related ul {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single-product-related ul {
    padding-right: 30px;
    margin-left: 0px;
  }
}
.p-single-product-related ul li {
  width: 172px;
  word-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .p-single-product-related ul li {
    width: 138px;
  }
  .p-single-product-related ul li:nth-child(2n+1) {
    background: #f2f7fd;
  }
}
.p-single-product-related ul li.p-single-product-related__head {
  width: 135px;
}
@media screen and (max-width: 767px) {
  .p-single-product-related ul li.p-single-product-related__head {
    width: 29px;
  }
}
.p-single-product-related ul li:last-child .item07 {
  border-right: 1px solid #152c81;
}

.attention {
  background: #f8dada;
  border-radius: 10px;
  padding: 12px 14px 18px;
  max-width: 1168px;
  margin: 0 auto 39px;
}
@media screen and (max-width: 767px) {
  .attention {
    padding: 14px 10px 18px;
    margin: 19px auto 0;
  }
}
.attention__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d81919;
}
.attention__head p {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
}
.attention__head span {
  width: 25px;
  height: 25px;
  display: block;
}
.attention__head span img {
  width: 100%;
}
.attention__text {
  font-weight: 400;
  font-size: 16px;
  max-width: 1066px;
  margin: 11px auto 0;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .attention__text {
    font-size: 14px;
    text-align: left;
    line-height: 1.45;
  }
}
.attention__text > a {
  color: #065fd4;
  text-decoration: underline;
}

.p-faq {
  padding: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding: 0 0 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__header {
    font-size: 20px;
  }
}
.p-faq__leade {
  margin-top: 7px;
  line-height: 1.4;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-faq__leade {
    margin-top: 12px;
    line-height: 1.7;
    font-size: 16px;
  }
}
.p-faq__body._01 {
  border-bottom: 1px solid #c7cad5;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 66px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-faq__body._01 {
    margin: 81px auto 0;
    width: unset;
    padding: 0 0 50px;
  }
}
.p-faq__body._02 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-faq__body._02 {
    margin: 50px auto 0;
  }
}
.p-faq__category02 {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .p-faq__category02 {
    margin-top: 33px;
  }
}
.p-faq__hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-faq__hidden {
    display: unset;
  }
}
.p-faq__footer {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-faq__footer {
    display: none;
  }
}

.p-faq-category__header {
  max-width: 1216px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-faq-category__header {
    padding: 0 15px;
  }
}
.p-faq-category .c-border {
  width: 100%;
  margin: 0;
}
.p-faq-category__body {
  margin: 35px auto 15px;
}
@media screen and (min-width: 768px) {
  .p-faq-category__body {
    margin: 48px auto 75px;
    width: unset;
  }
}
.p-faq-category__pagenation {
  margin-top: 22px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-faq-category__pagenation {
    margin-top: 29px;
  }
}
.p-faq-category__content {
  margin-top: 51px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-faq-category__content {
    margin-top: 82px;
    margin-bottom: 200px;
  }
}

.p-single {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-single {
    padding-bottom: 200px;
  }
}
.p-single__header {
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-single__header {
    padding-bottom: 55px;
  }
}
.p-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .p-single__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
.p-single__tag {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-single__tag {
    margin-top: -5px;
  }
}
.p-single__date {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.p-single__content {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-single__content {
    padding: 30px 0;
  }
}
.p-single__content p {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single__content p {
    line-height: 1.6;
    font-size: 16px;
  }
}
.p-single__table-wrapper {
  overflow-x: auto;
  padding-bottom: 5px;
}
.p-single__table-wrapper::-webkit-scrollbar {
  height: 3px;
}
.p-single__table-wrapper::-webkit-scrollbar-track {
  background-color: #ebedf2;
}
.p-single__table-wrapper::-webkit-scrollbar-thumb {
  background-color: #5e73bc;
}
.p-single__table {
  border-collapse: collapse;
  white-space: nowrap;
}
.p-single__table th:not(:first-child) {
  border-left: 1px solid #c7cad5;
}
.p-single__table td {
  white-space: nowrap;
}
.p-single__table td:not(:first-child) {
  border-left: 1px solid #c7cad5;
}
.p-single__footer {
  text-align: left;
}
.p-single__footer p {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-single__footer p {
    font-size: 14px;
  }
}
.p-single__footer p:not(:first-child) {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .p-single__footer p:not(:first-child) {
    margin-top: 35px;
  }
}
.p-single__button {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-single__button {
    margin-top: 53px;
  }
}
.p-single ::-webkit-scrollbar {
  border-radius: 3px;
  height: 3px;
}
.p-single ::-webkit-scrollbar-thumb {
  background: #152c81;
  border-radius: 3px;
}
.p-single :-webkit-scrollbar-track {
  background: #ebedf2;
  border-radius: 3px;
}

.p-answer {
  margin: 10px 0 50px;
}
@media screen and (min-width: 768px) {
  .p-answer {
    margin: 0px 0 200px;
  }
}
@media screen and (min-width: 768px) {
  .p-answer__body {
    padding: 0 120px 80px;
  }
}
.p-answer__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebedf2;
}
@media screen and (min-width: 768px) {
  .p-answer__question {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px;
  }
}
.p-answer__question > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 37px;
  height: 37px;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .p-answer__question > img {
    width: 50px;
    height: 50px;
    margin-top: 0px;
  }
}
.p-answer__question > span {
  color: #152c81;
  font-size: 18px;
  font-weight: 700;
  margin-left: 13px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-answer__question > span {
    font-size: 25px;
    line-height: 1.2;
    margin-left: 20px;
  }
}
.p-answer__response {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-answer__response {
    margin-top: 34px;
  }
}
.p-answer__response > img {
  width: 37px;
  height: 37px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -4px;
}
@media screen and (min-width: 768px) {
  .p-answer__response > img {
    width: 50px;
    height: 50px;
    margin-top: -4px;
  }
}
.p-answer__wrapper {
  margin-left: 13px;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-answer__wrapper {
    font-size: 16px;
    line-height: 1.6;
    margin-left: 20px;
  }
}
.p-answer__wrapper p {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-answer__wrapper p {
    line-height: 1.4;
  }
}
.p-answer__wrapper > p:not(:first-child) {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-answer__wrapper > p:not(:first-child) {
    margin-top: 27px;
  }
}
.p-answer__wrapper ul {
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .p-answer__wrapper ul {
    margin-top: 27px;
  }
}
.p-answer__wrapper ul li {
  font-weight: 400;
}
.p-answer__wrapper a {
  font-weight: 700;
  color: #065fd4;
  border-bottom: 1px solid #065fd4;
}
.p-answer .c-border {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.p-answer__search {
  margin-top: 65px;
}
@media screen and (min-width: 768px) {
  .p-answer__search {
    margin-top: 80px;
  }
}
.p-answer__content {
  margin-top: 66px;
}
@media screen and (min-width: 768px) {
  .p-answer__content {
    margin-top: 81px;
  }
}

.p-contact-wrapper .p-contact {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact {
    margin-bottom: 200px;
  }
}
.p-contact-wrapper .p-contact__leade {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-top: 34px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f7f9fd;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__leade {
    margin: 88px auto 0;
    padding: 30px 30px 30px;
    width: unset;
  }
}
.p-contact-wrapper .p-contact__note {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__note {
    margin-top: 52px;
  }
}
.p-contact-wrapper .p-contact__note p {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__note p {
    font-size: 16px;
  }
}
.p-contact-wrapper .p-contact__info {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__info {
    margin-top: 50px;
  }
}
.p-contact-wrapper .p-contact__form {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__form {
    margin-top: 50px;
  }
}
.p-contact-wrapper .p-contact__form-inner {
  max-width: 976px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__form-inner {
    padding: 0 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__form-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-wrapper .p-contact__form-title {
    line-height: 1;
  }
}
.p-contact-wrapper .p-contact__inputfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__inputfield {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-contact-wrapper .p-contact__inputfield:not(:first-child) {
  margin-top: 32px;
}
.p-contact-wrapper .p-contact__inputfield:not(:first-child)._1 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__inputfield:not(:first-child)._1 {
    margin-top: 31px;
  }
}
.p-contact-wrapper .p-contact__inputfield label {
  font-size: 16px;
  font-weight: 700;
  color: #152c81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__inputfield label {
    width: 256px;
    font-size: 18px;
  }
}
.p-contact-wrapper .p-contact__inputfield label .required {
  background: #e6960b;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
  width: 40px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 1px;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__inputfield label .required {
    font-size: 14px;
    white-space: nowrap;
    width: 50px;
    height: 25px;
  }
}
.p-contact-wrapper .p-contact__inputfield .mwform-checkbox-field label {
  width: auto;
}
.p-contact-wrapper .p-contact__inputfield .mwform-checkbox-field label > span {
  font-size: 14px;
}
.p-contact-wrapper .p-contact__inputfield .mwform-checkbox-field label input[type=checkbox]::before {
  left: 8px;
}
@media screen and (max-width: 767px) {
  .p-contact-wrapper .p-contact__inputfield .mwform-checkbox-field label input[type=checkbox]::before {
    left: 9px;
  }
}
.p-contact-wrapper .p-contact__inputfield .mwform-checkbox-field label input[type=checkbox]::after {
  top: -3px;
  left: 11px;
}
.p-contact-wrapper .p-contact__inputfield .kinds {
  padding-top: 0;
}
.p-contact-wrapper .p-contact__input-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 14px;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__input-item {
    width: calc(97% - 246px);
    margin-left: 3%;
    margin-top: 0;
  }
}
.p-contact-wrapper .p-contact__input-item .error {
  margin-bottom: 5px;
  padding: 5px 8px 5px 30px;
  background-color: #f8dada;
  background-image: url(../images/icon/icon-validation.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left 8px center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__input-item .error {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-wrapper .p-contact__input-item .error {
    font-size: 13px;
  }
}
.p-contact-wrapper .p-contact__input-item input,
.p-contact-wrapper .p-contact__input-item select,
.p-contact-wrapper .p-contact__input-item textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-contact-wrapper .p-contact__input-item input[type=text],
.p-contact-wrapper .p-contact__input-item input[type=tel],
.p-contact-wrapper .p-contact__input-item input[type=email],
.p-contact-wrapper .p-contact__input-item textarea {
  padding: 12px 12px 12px 19px;
  border: 1px solid #c7cad5;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 12px 10px 19px;
}
@media screen and (max-width: 767px) {
  .p-contact-wrapper .p-contact__input-item input[type=text],
  .p-contact-wrapper .p-contact__input-item input[type=tel],
  .p-contact-wrapper .p-contact__input-item input[type=email],
  .p-contact-wrapper .p-contact__input-item textarea {
    font-size: 14px;
    padding: 10px 12px 10px 9px;
  }
}
.p-contact-wrapper .p-contact__input-item textarea {
  min-height: 222px;
}
@media screen and (max-width: 767px) {
  .p-contact-wrapper .p-contact__input-item textarea {
    min-height: 200px;
  }
}
.p-contact-wrapper .p-contact__input-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact-wrapper .p-contact__input-zip input {
  width: 63px;
  margin: 0 5px;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__input-zip input {
    width: 72px;
    margin: 0 10px 0 11px;
    padding: 13px 20px 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__input-zip input.-lg {
    width: 82px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__input-zip.-number input {
    padding: 13px 20px 10px 20px;
  }
}
.p-contact-wrapper .p-contact__input-zip.-tel input {
  width: 70px;
  margin: 0 5px;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__input-zip.-tel input {
    width: 82px;
    margin: 0 10px;
    padding: 13px 20px 10px 20px;
  }
}
.p-contact-wrapper .p-contact__input-zip.-tel input:first-child {
  margin-left: 0;
}
.p-contact-wrapper .p-contact__inputnote {
  font-size: 13px;
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__inputnote {
    font-size: 14px;
    margin-top: 2px;
    line-height: 1.6;
  }
}
.p-contact-wrapper .p-contact__inputnote--indent {
  margin-left: 13px;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__inputnote--indent {
    margin-left: 13px;
  }
}
.p-contact-wrapper .p-contact__inputnote--indent2 {
  margin-left: 12px;
  font-weight: 700;
}
.p-contact-wrapper .p-contact__inputnote--indent3 {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__inputnote--indent3 {
    margin-left: 10px;
  }
}
.p-contact-wrapper .p-contact__inputnote--bold {
  font-weight: 700;
}
.p-contact-wrapper .p-contact__inputnote--en {
  font-family: "Poppins", sans-serif;
}
.p-contact-wrapper .p-contact__inputnote2 {
  font-size: 13px;
  margin-top: 1px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__inputnote2 {
    font-size: 14px;
    margin-top: 0px;
  }
}
.p-contact-wrapper .p-contact__inputnote2--indent {
  margin-left: 16px;
}
.p-contact-wrapper .p-contact__inputnote2--en {
  font-family: "Poppins", sans-serif;
}
.p-contact-wrapper .p-contact__input-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.p-contact-wrapper .p-contact__input-parts.p-contact__input-parts--confirm-none {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__input-parts.p-contact__input-parts--confirm-none {
    margin-top: 39px;
  }
}
.p-contact-wrapper .p-contact__input-parts.p-contact__input-parts--confirm-none p {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__input-parts.p-contact__input-parts--confirm-none p {
    font-size: 14px;
  }
}
.p-contact-wrapper .p-contact__input-parts input[type=email] {
  width: 100%;
}
.p-contact-wrapper .p-contact__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -8px;
  margin-left: -2px;
}
@media screen and (max-width: 767px) {
  .p-contact-wrapper .p-contact__input-group {
    margin-left: -35px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__input-group {
    margin-top: -20px;
    width: calc(97% - 246px);
    margin-left: 3%;
  }
}
.p-contact-wrapper .p-contact__input-group > .mwform-radio-field.horizontal-item {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact-wrapper .p-contact__input-group > .mwform-radio-field.horizontal-item {
    margin-left: 35px;
    width: calc(50% - 35px);
    margin-top: 28px;
  }
}
.p-contact-wrapper .p-contact__input-group > .mwform-radio-field.horizontal-item:not(:first-of-type) {
  margin-left: 35px;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__input-group > .mwform-radio-field.horizontal-item:not(:first-of-type) {
    margin-left: 47px;
  }
}
.p-contact-wrapper .p-contact__input-group label {
  font-weight: 500;
  font-size: 14px;
  padding-top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact-wrapper .p-contact__input-group input[type=radio] {
  width: 15px;
  /*radioボタンの横幅*/
  height: 20px;
  /*radioボタンの縦幅*/
  border-radius: 100px;
  position: relative;
  vertical-align: sub;
}
.p-contact-wrapper .p-contact__input-group .mwform-radio-field .mwform-radio-field-text {
  margin-left: 5px;
}
.p-contact-wrapper .p-contact__input-group input[type=radio]::before,
.p-contact-wrapper .p-contact__input-group input[type=radio]::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.p-contact-wrapper .p-contact__input-group input[type=radio]::before {
  background-color: #fff;
  border: 1px solid #152c81;
  height: 21px;
  width: 21px;
  left: 0px;
}
.p-contact-wrapper .p-contact__input-group input[type=radio]::after {
  background-color: #152c81;
  opacity: 0;
  height: 11px;
  width: 11px;
  left: 5px;
}
.p-contact-wrapper .p-contact__input-group input[type=radio]:checked::after {
  opacity: 1;
}
.p-contact-wrapper .p-contact__textarea-note {
  margin-top: 5px;
}
.p-contact-wrapper .p-contact__textarea-item {
  line-height: 1.4;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__textarea-item {
    line-height: 1.5;
    font-size: 14px;
  }
}
.p-contact-wrapper .p-contact__textarea-item.-bold {
  font-weight: 700;
}
.p-contact-wrapper .p-contact__textarea-item.-bold span {
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
}
.p-contact-wrapper .p-contact__agree {
  margin-top: 50px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: #f2f7fd;
  padding-top: 33px;
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__agree {
    margin: 50px auto 0;
    width: unset;
    padding: 50px 0 50px;
  }
}
.p-contact-wrapper .p-contact__leade02 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__leade02 p {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
  }
}
.p-contact-wrapper .p-contact__privacy {
  margin: 20px auto 0;
  background: #fff;
  padding: 10px 14px 0 10px;
  max-width: 926px;
  height: 200px;
  border: 4px solid #fff;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__privacy {
    padding: 14px 10px 10px;
    height: 222px;
    margin: 30px auto 0;
  }
}
.p-contact-wrapper .p-contact__privacy::-webkit-scrollbar {
  width: 7px;
  height: 196px;
}
.p-contact-wrapper .p-contact__privacy::-webkit-scrollbar-track {
  border-radius: 4px;
  background: transparent;
}
.p-contact-wrapper .p-contact__privacy::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #f2f7fd;
}
.p-contact-wrapper .p-contact__section {
  font-size: 13px;
  line-height: 1.4;
  max-width: 816px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__section {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 4px;
  }
}
.p-contact-wrapper .p-contact__section:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__section:not(:first-child) {
    margin-top: 50px;
  }
}
.p-contact-wrapper .p-contact__section p {
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact-wrapper .p-contact__section p {
    line-height: 1.4;
    margin-top: 1px;
  }
}
.p-contact-wrapper .p-contact__section ._subtitle {
  font-weight: 700;
}
.p-contact-wrapper .p-contact__section-indent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-contact-wrapper .p-contact__inputfield02 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__inputfield02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-contact-wrapper .p-contact__inputfield02 > label {
  font-size: 16px;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__inputfield02 > label {
    font-size: 18px;
    width: auto;
    width: initial;
    padding-top: 0;
  }
}
@media screen and (max-width: 360px) {
  .p-contact-wrapper .p-contact__inputfield02 > label {
    font-size: 16px;
    width: 50%;
  }
}
.p-contact-wrapper .p-contact__inputfield02 > label .required {
  margin-right: 9px;
  margin-left: 0;
}
.p-contact-wrapper .p-contact__checkbox {
  background: #fff;
  border-radius: 4px;
  padding: 15px 16px 12px 16px;
  width: 58%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* チェックボックスデザイン */
}
@media screen and (max-width: 360px) {
  .p-contact-wrapper .p-contact__checkbox {
    width: 50%;
    max-width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__checkbox {
    width: 128px;
    margin-left: 24px;
    padding: 15px 0px;
  }
}
.p-contact-wrapper .p-contact__checkbox > label {
  font-size: 14px;
  margin-left: 0px;
}
@media screen and (min-width: 768px) {
  .p-contact-wrapper .p-contact__checkbox > label {
    margin-left: 21px;
  }
}
.p-contact-wrapper .p-contact__checkbox input[type=checkbox] {
  -webkit-transform: scale(2);
          transform: scale(2);
  position: relative;
}
.p-contact-wrapper .p-contact__checkbox input[type=checkbox]::before,
.p-contact-wrapper .p-contact__checkbox input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.p-contact-wrapper .p-contact__checkbox input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #666464;
  width: 20px;
  /*チェックボックスの横幅*/
  height: 20px;
  /*チェックボックスの縦幅*/
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 16px;
}
.p-contact-wrapper .p-contact__checkbox input[type=checkbox] {
  cursor: pointer;
  padding-left: 30px;
  /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
.p-contact-wrapper .p-contact__checkbox input[type=checkbox]::before,
.p-contact-wrapper .p-contact__checkbox input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.p-contact-wrapper .p-contact__checkbox input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #152c81;
  width: 11px;
  height: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 17px;
}
@media screen and (max-width: 767px) {
  .p-contact-wrapper .p-contact__checkbox input[type=checkbox]::before {
    left: 7px;
  }
}
.p-contact-wrapper .p-contact__checkbox input[type=checkbox]::after {
  border-bottom: 1px solid #152c81;
  border-left: 1px solid #152c81;
  opacity: 0;
  opacity: 0;
  /*チェック前は非表示*/
  height: 4px;
  width: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 5px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact-wrapper .p-contact__checkbox input[type=checkbox]::after {
    left: 10px;
  }
}
.p-contact-wrapper .p-contact__checkbox input[type=checkbox]:checked::after {
  opacity: 1;
  /*チェック後表示*/
}

.mw_wp_form_confirm .p-contact__inputnote2,
.mw_wp_form_confirm .required {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-contact-completion {
    padding-bottom: 200px;
  }
}
.p-contact-completion__leade {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-contact-completion__leade {
    margin-top: 53px;
    text-align: center;
    font-size: 16px;
  }
}
.p-contact-completion__leade p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-contact-completion__leade p {
    line-height: 1.6;
  }
}
.p-contact-completion__leade p:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact-completion__leade p:not(:first-child) {
    margin-top: 26px;
  }
}
.p-contact-completion__button.-sp {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .p-contact-completion__button.-sp {
    display: none;
  }
}
.p-contact-completion__button.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-contact-completion__button.-pc {
    margin-top: 80px;
    display: block;
  }
}
.p-contact-completion__body {
  margin-top: 20px;
  background: #f2f7fd;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 42px;
  padding-bottom: 50px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-contact-completion__body {
    margin: 56px auto 0;
    padding: 63px 10px 63px 10px;
    width: unset;
  }
}
.p-contact-completion__bodywrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-contact-completion__bodywrap {
    max-width: 824px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
.p-contact-completion .c-button2 p {
  width: 100%;
  padding-left: 0;
}
.p-contact-completion .c-button2 p::before {
  left: -2px;
}

.p-confirm-wrapper .p-confirm {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-confirm-wrapper .p-confirm {
    padding-bottom: 200px;
  }
}
.p-confirm-wrapper .p-confirm__main .l-inner-sm {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-confirm-wrapper .p-confirm__main .l-inner-sm {
    padding: 0 25px;
  }
}
.p-confirm-wrapper .p-confirm__leade {
  margin-top: 30px;
}
.p-confirm-wrapper .p-confirm__leade > p {
  line-height: 1.4;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-confirm-wrapper .p-confirm__leade > p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-confirm-wrapper .p-confirm__leade {
    margin-top: 50px;
  }
}
.p-confirm-wrapper .p-confirm__body {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-confirm-wrapper .p-confirm__body {
    margin-top: 50px;
  }
}
.p-confirm-wrapper .p-confirm__body .p-contact__form-title,
.p-confirm-wrapper .p-confirm__body .kinds {
  background: #e3ebfa;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #c7cad5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-confirm-wrapper .p-confirm__body .p-contact__form-title,
  .p-confirm-wrapper .p-confirm__body .kinds {
    margin: 0 auto;
    padding: 20px 30px;
    width: 280px;
  }
}
.p-confirm-wrapper .p-confirm__body .p-contact__inputfield {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-confirm-wrapper .p-confirm__body .p-contact__inputfield {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: 1px solid #c7cad5;
    border-right: 1px solid #c7cad5;
  }
  .p-confirm-wrapper .p-confirm__body .p-contact__inputfield--border {
    border-bottom: 1px solid #c7cad5;
  }
}
@media screen and (max-width: 767px) {
  .p-confirm-wrapper .p-confirm__body .p-contact__inputfield:not(:first-child) .p-contact__form-title {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-confirm-wrapper .p-confirm__body .p-contact__inputfield:not(:first-child) .kinds {
    border-top: 0;
  }
}
.p-confirm-wrapper .p-confirm__body .p-contact__input-item,
.p-confirm-wrapper .p-confirm__body .p-contact__input-group {
  padding: 10px 0;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .p-confirm-wrapper .p-confirm__body .p-contact__input-item,
  .p-confirm-wrapper .p-confirm__body .p-contact__input-group {
    margin: 0;
    padding: 20px 30px;
    width: calc(100% - 280px);
    border-top: 1px solid #c7cad5;
    font-size: 16px;
  }
}
.p-confirm-wrapper .p-confirm__body .p-contact__input-item:last-child,
.p-confirm-wrapper .p-confirm__body .p-contact__input-group:last-child {
  border-bottom: 1px solid #c7cad5;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-confirm-wrapper .p-confirm__body .p-contact__input-item:last-child,
  .p-confirm-wrapper .p-confirm__body .p-contact__input-group:last-child {
    margin: 0 auto;
    padding: 20px 30px;
    width: calc(100% - 280px);
    border-bottom: transparent;
    line-height: 1.6;
  }
}
.p-confirm-wrapper .p-confirm__body .p-contact__input-item .en,
.p-confirm-wrapper .p-confirm__body .p-contact__input-group .en {
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
.p-confirm-wrapper .p-confirm__footer {
  margin-top: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-confirm-wrapper .p-confirm__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 47px;
  }
}
.p-confirm-wrapper .p-contact__agree {
  display: none;
}
.p-confirm-wrapper .p-contact__inputnote {
  display: none;
}
.p-confirm-wrapper #email_confirm {
  display: none;
}
.p-confirm-wrapper .p-contact__input-parts--confirm-none {
  display: none;
}
.p-confirm-wrapper .p-contact__input-zip.-number {
  display: none;
}

.p-contact-about {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-contact-about {
    padding-bottom: 200px;
  }
}
.p-contact-about__inquiry {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-contact-about__inquiry {
    margin-top: 79px;
  }
}
.p-contact-about__inquiry._mail {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-contact-about__inquiry._mail {
    margin-top: 100px;
  }
}
.p-contact-about__text {
  margin-top: 0px;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contact-about__text {
    margin-top: 46px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-about__text._chat {
    margin-top: 52px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-about__text._tel {
    margin-top: 48px;
  }
}
.p-contact-about__text._tel2 {
  margin-top: 77px;
}
@media screen and (min-width: 768px) {
  .p-contact-about__text._tel2 {
    margin-top: 81px;
  }
}
.p-contact-about-cta {
  margin-top: 20px;
  background: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-contact-about-cta {
    margin-top: 50px;
    padding: 44px 0 47px;
    background: #f2f7fd;
  }
}
.p-contact-about-cta__title {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  max-width: 823px;
  margin: 5px auto;
  color: #152c81;
}
@media screen and (min-width: 768px) {
  .p-contact-about-cta__title {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 3px;
    text-align: center;
  }
}
.p-contact-about-cta__list {
  max-width: 823px;
  margin: 9px auto 0;
}
@media screen and (min-width: 768px) {
  .p-contact-about-cta__list {
    margin: 23px auto 0;
  }
}
.p-contact-about-cta._sm {
  background: #f2f7fd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-about-cta._sm {
    padding: 31px;
    margin-top: 30px;
  }
}
.p-contact-about-cta._sm > p {
  font-size: 14px;
  font-weight: 700;
  color: #152c81;
}
@media screen and (min-width: 768px) {
  .p-contact-about-cta._smd {
    margin-top: 0;
  }
}
.p-contact-about-box__contents-mail {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.p-contact-about__subtitle {
  padding-left: 14px;
  position: relative;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #152c81;
}
@media screen and (min-width: 768px) {
  .p-contact-about__subtitle {
    margin-top: 0;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-left: 20px;
  }
}
@media (max-width: 1070px) {
  .p-contact-about__subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-about__subtitle {
    font-size: 14px;
  }
}
.p-contact-about__subtitle::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e6960b;
  border-radius: 50%;
  left: 0;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .p-contact-about__subtitle::before {
    width: 10px;
    height: 10px;
    top: 10px;
  }
}

.p-service {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding-bottom: 200px;
  }
}
.p-service__nav {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .p-service__nav {
    margin-top: 30px;
  }
}
.p-service__content1 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-service__content1 {
    margin-top: 52px;
  }
}
.p-service__content2 {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .p-service__content2 {
    margin-top: 61px;
  }
}
.p-service__content3 {
  margin-top: 68px;
}
@media screen and (min-width: 768px) {
  .p-service__content3 {
    margin-top: 82px;
  }
}
.p-service__content4 {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .p-service__content4 {
    margin-top: 81px;
  }
}
.p-service__item + .p-service__item {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-service__item + .p-service__item {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__item + .p-service__item + .p-service__item {
    margin-top: 87px;
  }
}
.p-service__sub-title {
  margin-top: 30px;
  border: 1px solid #e6eefb;
  padding: 4px 16px;
  position: relative;
  color: #152c81;
  font-size: 18px;
  font-weight: 500;
}
.p-service__sub-title::after {
  position: absolute;
  left: 0;
  top: -0.8px;
  background: #152c81;
  content: "";
  width: 6px;
  height: 105%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-service__sub-title {
    margin-top: 52px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__text {
    width: 583px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__text > p {
    color: #131b38;
  }
}
.p-service__text > p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 20px;
}
.p-service__text > p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-service__text > p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
  }
}
.p-service__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-service__title-box {
    margin-top: 0;
  }
}
.p-service__title-left {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-service__title-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-service__logo {
  width: 93%;
  margin-top: -15px;
}
@media screen and (min-width: 768px) {
  .p-service__logo {
    width: 259px;
    margin-top: 0;
  }
}
.p-service__logo2 {
  width: 67%;
}
@media screen and (min-width: 768px) {
  .p-service__logo2 {
    width: 161px;
  }
}
.p-service__logo3 {
  width: 76%;
}
@media screen and (min-width: 768px) {
  .p-service__logo3 {
    width: 193px;
  }
}
.p-service__tabwrap1 {
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-service__tabwrap1 {
    margin-left: 30px;
    margin-top: 9px;
    width: 250px;
  }
}
.p-service__tabwrap1 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-service__tabwrap1 div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-service__tabwrap2 {
  margin-top: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-service__tabwrap2 {
    margin-left: 30px;
    margin-top: 9px;
    width: 250px;
  }
}
.p-service__tabwrap2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-service__tabwrap2 div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-service__tabwrap3 {
  margin-top: 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-service__tabwrap3 {
    margin-left: 30px;
    margin-top: 9px;
    width: 300px;
  }
}
.p-service__tabwrap3 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-service__tabwrap3 div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-service__sp-img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-service__sp-img {
    display: none;
  }
}
.p-service__button {
  display: block;
  margin-top: 20px;
  max-width: 173px;
  background: #152c81;
  border-radius: 4px;
  padding: 12px 10px 14px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service__button {
    padding: 15px 22px;
    max-width: 180px;
    margin-top: 21px;
  }
}
.p-service__button::after {
  position: absolute;
  background: url(../images/icon/arrow-white-w10-h5-2.svg);
  content: "";
  width: 8px;
  height: 13px;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-service__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-service__img {
    display: block;
    width: 36%;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.p-service__card {
  border: 1px solid #c7cad5;
  border-radius: 4px;
  padding: 22px 20px 20px;
  margin-top: 30px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-service__card {
    min-height: 288px;
    width: 49%;
    margin-top: 50px;
    padding: 32px 28px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-service__card + .p-service__card {
    margin-top: 9px;
  }
}
.p-service__card-text {
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-service__card-text {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
  }
}
.p-service__card .p-service__button {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .p-service__card .p-service__button {
    margin-top: 20px;
  }
}
.p-service__card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #152c81;
}
@media screen and (min-width: 768px) {
  .p-service__card-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-service__card-title > p:first-of-type {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-service__card-title > p:first-of-type {
    font-size: 25px;
  }
}
.p-service__card-title > p:nth-of-type(2) {
  margin-top: 0;
}

.p-company {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding-bottom: 200px;
  }
}
.p-company__nav {
  margin-top: 30px;
}
.p-company__content {
  margin-top: 52px;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .p-company__content {
    margin-top: 52px;
    margin-bottom: 52px;
  }
}
.p-company__content:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-company__content:last-child {
    margin-bottom: 0;
  }
}
.p-company__graph {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__graph {
    margin: 13px auto 30px;
  }
}
.p-company__graph th span {
  font-size: 17px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-company__graph th span {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .p-company__td1, .p-company__td2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-company__td1 a {
  text-decoration: underline;
  color: #065fd4;
}
.p-company__td2 {
  border-top: 1px solid #c7cad5;
  margin-top: 15px;
  padding-top: 15px;
}
.p-company__title {
  margin-top: 50px;
}
.p-company .l-inner-sm {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-company .l-inner-sm {
    padding: 0 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-company__philosophy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 50px;
  }
}
.p-company__philosophy-body {
  margin-top: 20px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p-company__philosophy-body {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.p-company__philosophy-body h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-company__philosophy-body h3 {
    font-size: 25px;
  }
}
.p-company__philosophy-body > p {
  margin-top: 12px;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-company__philosophy-body > p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
.p-company__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-company__photo {
    margin-top: 0;
    display: block;
  }
}
.p-company__photo img {
  width: 20%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-company__photo img {
    width: 100%;
    margin-left: 70px;
  }
}
.p-company__name {
  font-weight: 400;
}
.p-company__name span {
  font-weight: 600;
}
.p-company__name.sp {
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-company__name.sp {
    display: none;
  }
}
.p-company__name.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-company__name.pc {
    display: block;
    font-size: 16px;
    line-height: 1.6;
  }
  .p-company__name.pc span {
    font-size: 22px;
    line-height: 1.2;
    margin-left: 20px;
  }
}
.p-company__overview-head {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-company__overview-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-company__wrapper {
    width: 50%;
  }
}
.p-company__gallery {
  margin: 0 0 7px 0;
}
@media screen and (min-width: 768px) {
  .p-company__gallery {
    margin: 0 0 10px 0;
  }
}
.p-company__gallery img {
  border-radius: 4px;
  width: 100%;
}
.p-company__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.p-company__choice.slick-track {
  -webkit-transform: unset;
          transform: unset;
}
.p-company__choice li {
  cursor: pointer;
  outline: none;
}
.p-company__choice img {
  border-radius: 4px;
}
.p-company__info {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-company__info {
    width: 50%;
    margin-top: 0;
  }
}
.p-company__info li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-company__info li {
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-company__info li:first-child {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-company__info li:first-child {
    font-size: 25px;
  }
}
.p-company__info li:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-company__info li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-company__info li:nth-of-type(2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-company__info li:nth-of-type(2) {
    margin-top: 35px;
  }
}
.p-company__info li > p:nth-of-type(1) {
  font-weight: 600;
}
.p-company__sub-title {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #152c81;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-company__sub-title {
    display: none;
  }
}
.p-company__history {
  margin-top: 30px;
}

.p-product-search__inner {
  margin-top: 28px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-product-search__inner {
    border-top: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.p-product-search__header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-product-search {
    background: unset;
  }
  .p-product-search-title {
    margin-top: 0;
  }
  .p-product-search .c-product-search__body {
    margin-top: 0;
  }
}
.p-product-search__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-search__body {
    margin-top: 0;
  }
}
.p-product-search__box {
  background: #ebedf2;
  border-radius: 4px;
  text-align: center;
  padding: 56px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-product-search__box {
    padding: 22px 0 20px;
  }
}
.p-product-search__box p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-product-search__box p {
    font-size: 16px;
  }
}
.p-product-search-cta {
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .p-product-search-cta {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-search-cta .c-cta-product {
    margin-top: 0;
  }
}
.p-product-search-cta .c-cta-product .p-contact-about__subtitle.-pc {
  font-size: 16px;
}
.p-product-search-cta .c-cta-product .p-contact-about__card {
  margin: 36px auto 0;
}
.p-product-search-cta2 {
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .p-product-search-cta2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-search-cta2 .c-cta-product {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-product-search-cta2 .c-cta-product2 {
    margin-top: 50px;
  }
}
.p-product-search-cta2__text {
  max-width: 820px;
  margin: 0 auto;
}
.p-product-search-cta2__text2 {
  max-width: 820px;
  margin: 16px auto 0;
}
.p-product-search-cta2__card {
  max-width: 820px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-product-search-cta2__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 18px auto 0;
  }
}
.p-product__border {
  margin-top: 46px;
}

#total_posts_info,
#start_num_info,
#end_num_info {
  visibility: hidden;
  display: none;
}

.p-product-nomal-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-product-nomal-list__head {
    margin-bottom: 32px;
  }
}
.p-product-nomal-list__head .c-product-head__copylight {
  margin-left: auto;
  margin-top: 10px;
}
.p-product-nomal-list__thumbwrap {
  padding: 10px 0 12px;
}
.p-product-nomal-list__thumb {
  margin: 0 auto;
  width: 93px;
}
.p-product-nomal-list__thumb img {
  width: 100%;
  height: auto;
}
.p-product-nomal-list__noimg {
  margin: 0 auto;
  width: 100%;
}
.p-product-nomal-list__noimg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-product-nomal-list2__item {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-nomal-slider {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .p-product-nomal-slider__body--text {
    margin-top: 10px;
  }
}
.p-product-nomal-border {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .p-product-nomal-border {
    margin: 38px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.p-product-nomal__tablewrap {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-product-nomal__tablewrap {
    margin-top: 10px;
    background: unset;
  }
}
.p-product-nomal-table__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-nomal-table__body {
    margin-top: 0px;
  }
}
.p-product-nomal-pagenation {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-product-nomal-pagenation {
    margin-top: 30px;
  }
}

.p-dealer {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-dealer {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
.p-dealer__subtitle1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-dealer__subtitle1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.4;
  }
}
.p-dealer__subtitle1 p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-dealer__subtitle1 p {
    font-size: 14px;
  }
}
.p-dealer__subtitle2 {
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-dealer__subtitle2 {
    margin-top: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.4;
  }
}
.p-dealer__subtitle2 p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-dealer__subtitle2 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-dealer__subtitle2 a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;
  }
}
.p-dealer-searchbox {
  margin-top: 29px;
  background: #152c81;
  border-radius: 4px;
  width: 100%;
  color: #fff;
  padding: 22px 0px 0;
}
@media (min-width: 768px) {
  .p-dealer-searchbox {
    margin-top: 53px;
    padding: 32px 30px 30px 30px;
  }
}
.p-dealer-searchbox__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2727;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .p-dealer-searchbox__title {
    padding-left: 0;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .p-dealer-searchbox .c-box__content {
    margin-top: 0;
  }
}
.p-dealer-searchbox .c-box__serch-wrap {
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-dealer-searchbox .c-box__serch-wrap {
    width: calc(33.33333% - 72.33333px);
    margin-right: 3px;
    font-size: 14px;
  }
}
.p-dealer-searchbox .c-box__serch-wrap::after {
  right: 19px;
}
@media (min-width: 768px) {
  .p-dealer-searchbox .c-box__serch-wrap::after {
    right: 22px;
    top: 19px;
  }
}
@media (min-width: 768px) {
  .p-dealer-searchbox .c-box__serch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 22px;
  }
}
@media (min-width: 768px) {
  .p-dealer-searchbox .c-box__serch select {
    margin-bottom: 0;
    height: 42px;
    width: 100%;
    padding: 8px 38px 9px 20px;
  }
}
@media (min-width: 768px) {
  .p-dealer-searchbox .c-box__serch .--button {
    margin-top: 0;
    height: 42px;
    border-radius: 4px;
    width: 217px;
    font-size: 14px;
    padding: 7px 10px 10px 27px;
    text-align: left;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .p-dealer-searchbox .c-box__serch .--icon {
    right: 34px;
  }
}
.p-dealer-list {
  background: #f7f9fd;
  margin-top: 30px;
  border-radius: 4px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-dealer-list {
    margin: 21px calc(50% - 50vw) 0;
    padding: 18px calc(50vw - 50%) 20px;
    width: 100vw;
  }
}
.p-dealer-list__item {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 1em;
}
.p-dealer-list__item:not(:first-of-type) {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-dealer-list__item {
    line-height: 1.4;
  }
  .p-dealer-list__item:not(:first-of-type) {
    margin-top: 12px;
  }
}
.p-dealer-list__item::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../../assets/images/contact/kome.png) no-repeat center center/cover;
  width: 15px;
  height: 17px;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .p-dealer-list__item::after {
    top: 0;
  }
}
.p-dealer-tablelist {
  margin-top: 53px;
}
.p-dealer-tablelist.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-dealer-tablelist {
    margin-top: 33px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-dealer-tablelist-2 {
    margin-top: 6px;
    margin-bottom: 50px;
  }
}
.p-dealer-tablelist__count {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-dealer-tablelist__count {
    font-size: 12px;
  }
}
.p-dealer-tablelist__count span {
  font-weight: 700;
  font-size: 22px;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .p-dealer-tablelist__count span {
    font-size: 17px;
    margin-left: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-dealer-tablelist {
    display: block;
  }
}
.p-dealer-tablelist.active {
  display: block;
}

.p-dealer2 .p-dealer-list {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-dealer2 .p-dealer-list {
    margin-top: 30px;
    padding: 21px calc(50vw - 50%) 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-dealer2 .p-dealer__subtitle a {
    margin-top: 29px;
  }
}
.p-dealer2-tablelist {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-dealer2-tablelist {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-dealer2-tablelist:last-of-type {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .p-dealer2-tablelist-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-eco {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-eco.is-top {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-eco {
    padding-bottom: 200px;
  }
  .p-eco.is-top {
    padding-bottom: 0;
  }
  .p-eco.is-content {
    margin-top: 48px;
  }
}
.p-eco__header {
  position: relative;
}
.p-eco__background {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .p-eco__background {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.p-eco__background img {
  height: 670px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-eco__background img {
    height: 653px;
  }
}
.p-eco__top {
  position: absolute;
  display: block;
  content: "";
  top: 50px;
  background: url(../images/eco/eco_background-sp.png) no-repeat center top/cover;
  width: 100%;
  height: auto;
  top: 50px;
  padding: 20px 16px 20px 20px;
}
@media screen and (min-width: 768px) {
  .p-eco__top {
    background: url(../images/eco/eco_background-pc.png) no-repeat center center/cover;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0px 95px 50px;
  }
}
@media (max-width: 1095px) {
  .p-eco__top {
    height: auto;
  }
}
.p-eco__top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-eco__top-logo {
  max-width: 110px;
  margin: 19px auto 0;
}
@media screen and (min-width: 768px) {
  .p-eco__top-logo {
    max-width: 166px;
    margin-top: 57px;
  }
}
.p-eco__body.l-inner-sm {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-eco__body.l-inner-sm {
    padding: 0 25px;
  }
}
.p-eco__body .text_p-eco {
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-eco__body .text_p-eco {
    margin-top: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-eco__body .text_p-eco {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 360px) {
  .p-eco__body .text_p-eco {
    font-size: 12px;
  }
}
.p-eco__body > .c-text-decoration {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .p-eco__body > .c-text-decoration {
    margin-top: 0;
  }
}
.p-eco__nav {
  margin-top: 50px;
}
.p-eco__content {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-eco__content {
    margin-top: 100px;
  }
  .p-eco__content.is-fsc {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-eco__content .l-inner-sm {
    padding: 0 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-eco__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.p-eco__flex > p:last-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-eco__flex > p:last-child {
    display: block;
    font-size: 12px;
    font-weight: 400;
  }
}
.p-eco__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-eco__wrapper {
    margin-top: 31px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-eco__img {
  max-width: 112px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-eco__img {
    max-width: 177px;
  }
}
.p-eco__text {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-eco__text {
    margin-top: 0;
    margin-left: 50px;
    width: 80%;
  }
}
.p-eco__text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-eco__text p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-eco__text .read {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-eco__text .read {
    font-size: 22px;
    line-height: 1.5;
  }
}
.p-eco__text ._memo {
  font-weight: 700;
  margin-top: 30px;
}
.p-eco__text > :nth-of-type(3) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-eco__text > :nth-of-type(3) {
    margin-top: 30px;
  }
}
.p-eco__link-text {
  margin-top: 6px;
}
.p-eco__link-text a {
  font-size: 15px;
  font-weight: 400;
}
.p-eco__link-text img {
  display: inline-block;
  margin-left: 3em;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.p-eco__link-text._kome {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-eco__link-text._kome {
    margin-top: 30px;
    font-size: 14px;
  }
}
.p-eco__link {
  text-decoration: underline;
  color: #065fd4;
  font-size: 14px;
}
.p-eco__link.-bg {
  font-size: 16px;
  font-weight: 700;
}
.p-eco__list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-eco__list {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-eco__list.c-category-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-eco__text-01:not(:first-child) {
  margin-top: 30px;
}
.p-eco__text-01 > :first-of-type {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-eco__text-01 > :first-of-type {
    font-size: 22px;
    line-height: 1.5;
  }
}
.p-eco__text-01 > :nth-of-type(2) {
  margin-top: 10px;
}
.p-eco .c-block-company__list {
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .p-eco .c-block-company__list {
    margin-top: 21px;
  }
}
.p-eco .c-text-decoration {
  font-size: 14px;
}

.p-recruit {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-recruit {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .l-inner-sm {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .c-content-title p {
    margin-left: -2px;
  }
}
.p-recruit__content1 {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .p-recruit__content1 {
    margin-top: 57px;
  }
}
.p-recruit__content1 p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-recruit__content1 p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 30px;
  }
}
.p-recruit__content2 {
  margin-top: 51px;
}
@media screen and (min-width: 768px) {
  .p-recruit__content2 {
    margin-top: 102px;
  }
}
.p-recruit__item {
  background-color: #f2f7fd;
  border-radius: 4px;
  margin-top: 30px;
  padding: 22px 20px 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-recruit__item {
    margin-top: 50px;
    padding: 47px 10px;
    text-align: center;
  }
}
.p-recruit__item > p {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-recruit__item > p {
    font-size: 18px;
    line-height: 1.8;
  }
}
.p-recruit__item > p:not(:first-child) {
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .p-recruit__item > p:not(:first-child) {
    margin-top: 31px;
  }
}
.p-recruit__item .nobr {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-recruit__item .nobr {
    display: block;
  }
}
.p-recruit__button {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-recruit__button {
    margin-top: 30px;
  }
}
.p-recruit__card {
  margin-top: 22px;
  border: 1px solid #c7cad5;
  border-radius: 4px;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-recruit__card {
    padding: 37px 49px 41px;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__card-wrapper {
    position: relative;
  }
}
.p-recruit__card-titlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-recruit__card-titlewrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-recruit__card-titlewrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-recruit__card-titlewrap2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6px;
  }
}
.p-recruit__card-img {
  width: 23px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-recruit__card-img {
    width: 30px;
  }
}
.p-recruit__card-text {
  margin-top: 20px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit__card-text {
    margin-top: 16px;
    padding-left: 50px;
  }
}
.p-recruit__card-text span {
  margin-left: 13px;
}
@media screen and (min-width: 768px) {
  .p-recruit__card-text span {
    margin-left: 3px;
  }
}
.p-recruit__card-text2 {
  margin-top: 10px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit__card-text2 {
    margin-top: 5px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__card-text2 span {
    margin-left: 3px;
  }
}
.p-recruit__card-contact {
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .p-recruit__card-contact {
    margin-top: 9px;
  }
}
.p-recruit__card-contact + .p-recruit__card-contact {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-recruit__card-contact + .p-recruit__card-contact {
    margin-top: 27px;
  }
}
.p-recruit__card-contact p:first-child {
  font-weight: 700;
}
.p-recruit__card-contact address span {
  margin: 0 1em;
}
.p-recruit__arrow {
  max-width: 28px;
  margin: 15px auto 0;
}
@media screen and (min-width: 768px) {
  .p-recruit__arrow {
    max-width: 38px;
    margin: 17px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__arrow + .p-recruit__card {
    margin-top: 19px;
  }
}
.p-recruit__footer {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .p-recruit__footer {
    margin-top: 44px;
  }
}

@media screen and (min-width: 768px) {
  .p-caution__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-caution__header .c-button-syuuri {
  margin-bottom: 0;
}
.p-caution__info {
  margin-top: 20px;
  border: 1px solid #152c81;
  border-radius: 21px;
  padding: 9px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 163px;
}
@media screen and (min-width: 768px) {
  .p-caution__info {
    max-width: 205px;
    margin-top: 0;
  }
}
.p-caution__info img {
  width: 14px;
  height: auto;
}
.p-caution__info p {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-caution__info p {
    font-size: 16px;
  }
}
.p-caution__nav {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-caution__nav {
    margin-top: 56px;
  }
}
.p-caution__content {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-caution__content {
    margin-top: 53px;
  }
}
.p-caution__content .l-inner-sm {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-caution__content .l-inner-sm {
    padding: 0 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-caution__content + .p-caution__content {
    margin-top: 102px;
  }
}
.p-caution__read {
  border: 1px solid #c7cad5;
  border-radius: 4px;
  padding: 20px 20px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-caution__read {
    padding: 28px 10px 21px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-caution__read .nobr {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-caution__read .nobr {
    display: block;
  }
}
.p-caution__item {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-caution__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
  }
}
.p-caution__card {
  background: #f2f7fd;
  border-radius: 4px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-caution__card {
    background-color: transparent;
    width: 50%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-caution__card + .p-caution__card {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-caution__card + .p-caution__card {
    margin-top: 0;
    margin-left: 146px;
  }
}
.p-caution__card-text p:nth-of-type(2) {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-caution__card-text p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-caution__card-text p:nth-of-type(2) span {
  font-weight: 700;
}
.p-caution__card-img {
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .p-caution__card-img {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-caution__card-img img {
    max-width: unset;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-caution__cause {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-caution__box1, .p-caution__box2 {
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 51px;
  }
}
.p-caution__box1-item, .p-caution__box2-item {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-caution__box1-item, .p-caution__box2-item {
    margin-top: 0;
  }
}
.p-caution__box1-text, .p-caution__box2-text {
  position: relative;
  padding-left: 42px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-caution__box1-text, .p-caution__box2-text {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 24px;
  }
}
.p-caution__box1-text::before, .p-caution__box2-text::before {
  position: absolute;
  content: "";
  background: url(../images/caution/cross.svg) no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
  left: -2px;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .p-caution__box1-text::before, .p-caution__box2-text::before {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
.p-caution__box1 {
  margin-left: -123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-caution__box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.p-caution__box1-item {
  width: calc(33.33333% - 123px);
  margin-left: 123px;
}
@media screen and (max-width: 767px) {
  .p-caution__box1-item {
    width: 100%;
    margin-left: 0px;
  }
  .p-caution__box1-item + .p-caution__box1-item {
    margin-top: 29px;
  }
}
.p-caution__box1-thumb {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-caution__box1-thumb {
    max-width: 306px;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-caution__box2 {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-caution__box2-item {
    margin-top: 29px;
  }
  .p-caution__box2-item + .p-caution__box2-item {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-caution__box2-item + .p-caution__box2-item {
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-caution__box2-item img {
    max-width: 254px;
  }
}
@media screen and (max-width: 767px) {
  .p-caution__box2-thumb {
    max-width: 221px;
    margin: 10px auto 0;
  }
}
.p-caution__box2-thumb img {
  width: 100%;
  height: auto;
}
.p-caution__box2-thumb1 {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-caution__box2-thumb1 {
    margin-top: 13px;
  }
}
.p-caution__box2-thumb2 {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-caution__box2-thumb2 {
    margin-top: 12px;
  }
}
.p-caution__box2-thumb3 {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-caution__box2-thumb3 {
    margin-top: 8px;
  }
}
.p-caution__box2-thumb4 {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-caution__box2-thumb4 {
    margin-top: 11px;
  }
}
@media screen and (min-width: 768px) {
  .p-caution__measures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
}
.p-caution__measures__card {
  background: #f2f7fd;
  border-radius: 4px;
  padding: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-caution__measures__card {
    margin-top: 0;
    padding: 33px 32px 29px 28px;
    width: 33.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-caution__measures__card + .p-caution__measures__card {
    margin-left: 13px;
  }
}
.p-caution__measures__text {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-caution__measures__text {
    line-height: 1.4285714286;
  }
}
@media screen and (min-width: 768px) {
  .p-caution__measures__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 7px;
  }
}
.p-caution__measures__text span {
  font-weight: 700;
}
.p-caution__measures__img._01 {
  margin-top: 10px;
}
.p-caution__happened {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-caution__happened {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-caution__happened-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-caution__happened-img {
  max-width: 100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-caution__happened-img {
    max-width: 177px;
    margin: 0;
  }
}
.p-caution__happened-text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-caution__happened-text {
    margin-top: 9px;
    width: 75%;
  }
}
.p-caution__happened-text p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-caution__happened-text p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-caution__roller {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-caution__roller {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-caution__roller-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-caution__roller-read {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-caution__roller-read {
    font-size: 16px;
    line-height: 1.6;
    width: 50%;
  }
}
.p-caution__roller-img {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-caution__roller-img {
    width: 385px;
    margin-right: 3%;
    margin-left: 2%;
    margin-top: 0;
  }
}
.p-caution__roller-card {
  margin-top: 42px;
  background: #f7f9fd;
  border-radius: 4px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-caution__roller-card {
    padding: 33px 30px 27px 30px;
    margin-top: 21px;
  }
}
.p-caution__roller-card__text--sm {
  margin-top: 11px;
  text-indent: -14px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-caution__roller-card__text--sm {
    padding-left: 14px;
  }
}
.p-caution__roller-list {
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .p-caution__roller-list {
    margin-top: 21px;
  }
}
.p-caution__roller-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-caution__roller-list-item:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-caution__roller-list-item:not(:first-of-type) {
    margin-top: 10px;
  }
}
.p-caution__roller-list-item p {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-caution__roller-list-item p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 1.6;
    margin-left: 8px;
  }
}
.p-caution__footer {
  margin-top: 29px;
  background: #f2f7fd;
  border-radius: 4px;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-caution__footer {
    margin-top: 96px;
    padding-top: 81px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-caution__footer {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-repair__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-repair__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-repair__nav {
    display: block;
    margin-top: 55px;
  }
}
.p-repair__read {
  margin-top: 35px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-repair__read {
    font-size: 16px;
    line-height: 1.43;
    max-width: 926px;
    margin: 53px auto;
  }
}
.p-repair__read-text--sm {
  font-size: 14px;
  margin-top: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-repair__read-text--sm {
    margin-top: 25px;
  }
}
.p-repair__content {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .p-repair__content {
    margin-top: 79px;
  }
}
@media screen and (max-width: 767px) {
  .p-repair__content + .p-repair__content {
    margin-top: 0px;
  }
}
.p-repair__content > p {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-repair__content > p {
    margin-top: 50px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-repair__content-text {
  margin-top: 31px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-repair__content-text {
    margin-top: 53px;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-repair__box {
    max-width: 660px;
    margin: 0 auto;
  }
}
.p-repair__inner {
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .p-repair__inner {
    max-width: 660px;
    margin-top: 50px;
  }
}
.p-repair__inner2 {
  max-width: 926px;
  margin: 0 auto;
}
.p-repair__card {
  margin-top: 10px;
  border: 1px solid #c7cad5;
  border-radius: 4px;
  padding: 21px 20px 17px 19px;
}
@media screen and (min-width: 768px) {
  .p-repair__card {
    padding: 31px 30px 28px;
  }
}
.p-repair__card > p {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-repair__card address {
    margin-top: 20px;
  }
}
.p-repair__card address p {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-repair__card address p {
    margin-top: 13px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-repair__card address p:last-of-type {
    margin-top: 10px;
  }
}
.p-repair__card address p span {
  margin-left: 1em;
}
.p-repair__footer {
  background: #f2f7fd;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-top: 30px;
  padding-top: 29px;
  padding-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-repair__footer {
    margin-top: 94px;
    padding-top: 54px;
    padding-bottom: 50px;
  }
}

.p-privacypolicy {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy {
    padding-bottom: 200px;
  }
}
.p-privacypolicy__inner {
  max-width: 926px;
  margin: 0 auto;
}
.p-privacypolicy__inner > p {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__inner > p {
    margin-top: 50px;
    font-size: 16px;
    line-height: 1.62;
  }
}
.p-privacypolicy__inner > p .nobr {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__inner > p .nobr {
    display: block;
  }
}
.p-privacypolicy__list {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__list {
    margin-top: 50px;
  }
}
.p-privacypolicy__list + .p-privacypolicy__list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__list + .p-privacypolicy__list {
    margin-top: 50px;
  }
}
.p-privacypolicy__list p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__list p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.62;
  }
}
.p-privacypolicy__numberlist {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__numberlist {
    margin-top: 20px;
  }
}
.p-privacypolicy__numberitem {
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  text-indent: 0;
  padding-left: 0;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__numberitem {
    line-height: 1.6;
    font-size: 16px;
    margin-top: 0px;
  }
}
.p-privacypolicy__numberitem span {
  margin-right: 2px;
}
.p-privacypolicy__numberitem p {
  margin: 0;
}
.p-privacypolicy__date {
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 49px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__date {
    text-align: right;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 47px;
  }
}
.p-privacypolicy .c-textlink img {
  margin-bottom: 0.4em;
  margin-left: 0.5em;
}

.p-system {
  padding-bottom: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-system {
    padding-bottom: 200px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-system__inner {
  max-width: 926px;
  margin: 0 auto;
}
.p-system__content {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-system__content {
    margin-top: 78px;
  }
}
.p-system__content + .p-system__content {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-system__content + .p-system__content {
    margin-top: 50px;
  }
}

.p-404 {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-404 {
    padding-bottom: 200px;
    text-align: center;
  }
}
.p-404__content > p {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-404__content > p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 36px;
  }
}
.p-404__content > p .nobr {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-404__content > p .nobr {
    display: block;
  }
}

.p-news {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin-bottom: 50px;
  }
}
.p-news-form {
  padding: 50px;
  background: #f2f7fd;
}
@media screen and (max-width: 767px) {
  .p-news-form {
    padding: 30px 14.8px;
    margin: 0 calc(50% - 50vw) 30px;
    width: 100vw;
  }
}
.p-news-form__title {
  font-size: 16px;
  width: 190px;
  font-weight: 700;
  padding-bottom: 4px;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-news-form__title {
    width: 120px;
  }
}
.p-news-form__border {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-news-form__border {
    margin-top: 27px;
  }
}
.p-news-form-select-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news-form-select-field {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-news-form-select-field__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-form-select-field__body {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 173px;
  }
}
.p-news-form-select-field__body::after {
  position: absolute;
  content: url(../images/icon/arrow-nay-w10-h5.svg);
  top: 44%;
  left: 106px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-news-form-select-field__body::after {
    left: auto;
    right: 20px;
    top: 46%;
  }
}
.p-news-form-select-field__body select {
  display: block;
  width: 139px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e6eef7;
  color: #152c81;
  padding: 11px 20px 13px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-news-form-select-field__body select {
    width: 100%;
  }
}
.p-news-form-input-field {
  display: none;
}
.p-news-form-input-field__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-news-form-input-field.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-news-form-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 50px;
}
@media screen and (max-width: 767px) {
  .p-news-form-input-group {
    gap: 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-news-form-input-group li {
    width: 50%;
  }
  .p-news-form-input-group li:nth-child(odd) {
    padding-right: 5px;
  }
}
.p-news-form-input-group a {
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  cursor: pointer;
  padding-left: 27px;
  font-size: 14px;
  font-weight: 500;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-news-form-input-group a {
    padding-left: 27px;
  }
}
.p-news-form-input-group a::before,
.p-news-form-input-group a::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 6px;
}
.p-news-form-input-group a::before {
  background: transparent;
  border: 1px solid #152c81;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  left: 0px;
  top: 0;
}
.p-news-form-input-group a::after {
  background-color: #152c81;
  border-radius: 50%;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 6px;
}
.p-news-form-input-group .is-active a::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-news-form-input-group--2 {
    width: 100%;
  }
}
.p-news-form-input-taggroup {
  margin-left: -6px;
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-news-form-input-taggroup {
    margin-top: 24px;
  }
}
.p-news-form-input-taggroup li {
  cursor: pointer;
  margin-top: 10px;
  margin-left: 6px;
  padding: 3px 12px 6px 19px;
}
@media screen and (max-width: 767px) {
  .p-news-form-input-taggroup li {
    margin-top: 11px;
    margin-left: 8px;
    padding: 8px 11px 8px 19px;
  }
}
.p-news-form-input-taggroup li a:hover {
  opacity: 1;
}
.p-news-info {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-news-info {
    margin-top: -12px;
  }
}
@media screen and (max-width: 767px) {
  .p-news-info .c-info-contents__head .c-info-contents__tag2 {
    display: none;
  }
}
.p-news-info .c-info-contents__date {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-news-info .c-info-contents__date {
    width: 100%;
    font-size: 13px;
  }
}
.p-news-info .c-info-contents__cate {
  margin-left: 0;
  margin-right: 7px;
}
.p-news-info .c-info-contents__cate:first-of-type {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-news-info .c-info-contents__cate:first-of-type {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-news-info .c-info-contents__cate {
    margin-top: 5px;
  }
}
.p-news-info .c-info-contents__list li {
  padding: 18px 20px 18px;
}
@media screen and (max-width: 767px) {
  .p-news-info .c-info-contents__list li {
    padding: 15px 0px 13px;
  }
}
.p-news-info .c-info-contents__list a {
  padding: 0px 0px 0px;
}
.p-news-info .c-info-contents__list a .c-info-contents__title {
  color: #065fd4;
  text-decoration: underline;
  margin-top: 8px;
}
.p-news-info .c-info-contents__list li:last-child {
  border-bottom: 1px solid #ebedf2;
}
.p-news-info .c-info-contents__list li a::after {
  content: unset;
  position: unset;
}
.p-news-info .c-info-contents__title {
  margin-top: 6px;
}
.p-news-info .c-info-contents__bottom {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-news-info .c-info-contents__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
.p-news-info__thumb {
  margin: 50px auto 26px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .p-news-info__thumb {
    margin: 20px auto 30px;
    width: 30px;
    height: 30px;
  }
}
.p-news-info__thumb img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.p-news-info-implist {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-news-info-implist {
    margin-top: 62px;
  }
}
.p-news-info-implist__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  background: #f5f7fa;
  border: 1px solid #f5f7fa;
  border-radius: 10px;
  padding: 8px 0 7px 20px;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (max-width: 767px) {
  .p-news-info-implist__item a {
    padding: 8px 6px 7px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-news-info-implist__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news-info-implist__date {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-right: 20px;
}
.p-news-info-implist__tag {
  font-size: 12px;
  background: #fff;
  height: 23px;
  padding: 0 28px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.p-news-info-implist__title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-news-info-implist__title {
    font-size: 14px;
  }
}

.p-catalog {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-catalog {
    padding-bottom: 50px;
  }
}
.p-catalog-info {
  margin-top: 80px;
}
.p-catalog-info__inner {
  max-width: 926px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-catalog-info figure {
  width: 162px;
}
.p-catalog-info p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  font-size: 16px;
  line-height: 1.6;
}
.p-catalog-contentsarea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-catalog-contentsarea__list {
    margin-left: -12px;
  }
}
.p-catalog-contentsarea__item {
  width: calc(50% - 20px);
  min-height: 193px;
  border: #c7cad5 1px solid;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-catalog-contentsarea__item {
    width: calc(50% - 12px);
    border-radius: 5px;
    min-height: 228px;
    margin-bottom: 10px;
    margin-left: 12px;
  }
}
.p-catalog-contentsarea__item-head {
  width: calc(100% - 334px);
}
@media screen and (max-width: 767px) {
  .p-catalog-contentsarea__item-head {
    width: 100%;
  }
}
.p-catalog-contentsarea__item-head figure img {
  width: 100%;
  height: auto;
}
.p-catalog-contentsarea__item-body {
  width: 334px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-catalog-contentsarea__item-body {
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog-contentsarea__item-body > div {
    padding: 0 10px;
  }
}
.p-catalog-contentsarea__item-text {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-catalog-contentsarea__item-text {
    font-size: 13px;
    line-height: 1.4;
  }
}
.p-catalog-contentsarea__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0px 27px 0px 0;
}
@media screen and (max-width: 767px) {
  .p-catalog-contentsarea__content {
    padding: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-catalog-contentsarea__content picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 21px;
}
@media screen and (max-width: 767px) {
  .p-catalog-contentsarea__content picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 25px;
    height: 91px;
  }
  .p-catalog-contentsarea__content picture img {
    max-width: 116px;
    max-height: 71px;
  }
}
.p-catalog__text {
  position: relative;
  padding-left: 1.2em;
  margin-top: 80px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}
.p-catalog__text::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../../assets/images/contact/kome.png) no-repeat center center/cover;
  width: 15px;
  height: 17px;
  left: 0;
  top: 0;
}

.p-soft {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-soft {
    padding-bottom: 50px;
  }
}
.p-soft__inner {
  max-width: 926px;
  margin: 0 auto;
}
.p-soft__read {
  margin-top: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-soft__read-thumb {
  width: 162px;
}
.p-soft__read-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.p-soft__method {
  margin: 47px calc(50% - 50vw) 0;
  padding: 53px calc(50vw - 50%) 47px;
  width: 100vw;
  background: #f7f9fd;
}
@media (max-width: 1023.9px) {
  .p-soft__method {
    margin: 47px 0 0;
    padding: 53px 25px 47px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-soft__method {
    padding: 30px 0 28px;
    margin: 34px auto 0;
  }
}
.p-soft__method-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -50px;
  max-width: 926px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-soft__method-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
    margin-top: -26px;
  }
}
.p-soft__method-item {
  width: calc(50% - 25px);
}
.p-soft__method-item:not(:first-child) {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-soft__method-item {
    width: auto;
    margin-left: 0;
    margin-top: 26px;
  }
  .p-soft__method-item:not(:first-child) {
    margin-left: 0;
  }
}
.p-soft__method-text {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-soft__method-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-trick {
  padding-bottom: 195px;
}
@media screen and (max-width: 767px) {
  .p-trick {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-trick__nav-2 .l-lp__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 27px;
  }
}
.p-trick__nav-2 .l-lp__navitem {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-trick__nav-2 .l-lp__navitem {
    width: 50%;
    position: unset;
    content: unset;
  }
  .p-trick__nav-2 .l-lp__navitem a {
    position: relative;
    padding-right: 20.5px;
  }
  .p-trick__nav-2 .l-lp__navitem a::after {
    position: absolute;
    content: url(../images/icon/arrow-gray-w10-h5.svg);
    top: 2px;
    right: 0;
  }
}
.p-trick__othertitle {
  margin-top: 101px;
}
@media screen and (max-width: 767px) {
  .p-trick__othertitle {
    margin-top: 42px;
  }
}
.p-trick__othertitle--sm {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-trick__othertitle--sm {
    font-size: 14px;
    line-height: 1.42;
  }
}
.p-trick__othertitle--lg {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #152c81;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .p-trick__othertitle--lg {
    font-size: 22px;
    line-height: 1.45;
    margin-top: 10px;
    padding: 0 33px;
  }
}
.p-trick__othertitle--lg::after, .p-trick__othertitle--lg::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #152c81;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-trick__othertitle--lg::after, .p-trick__othertitle--lg::before {
    top: 48%;
  }
}
.p-trick__othertitle--lg::before {
  left: unset;
  right: 0;
}
.p-trick-question__title {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-trick-question__title {
    margin-top: 43px;
  }
}
.p-trick-question__lead {
  font-size: clamp(26px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.64;
  color: #152c81;
  margin-top: 37px;
  text-align: left;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-trick-question__lead {
    font-size: 15px;
    line-height: 1.46;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .p-trick-question__lead {
    font-size: 13px;
  }
}
.p-trick-question__lead--sm {
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-trick-question__lead--sm {
    font-size: 12px;
    line-height: 1.83;
  }
}
.p-trick-question__text {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-top: 37px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-trick-question__text {
    font-size: 14px;
    line-height: 1.57;
    font-weight: 400;
    text-align: left;
    margin-top: 25px;
  }
}
.p-trick-question__text span {
  position: relative;
  font-weight: 700;
}
.p-trick-question__text span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #131b38;
  left: 0;
  bottom: -4px;
}
@media screen and (max-width: 767px) {
  .p-trick-question__text span::after {
    bottom: 0;
  }
}
.p-trick-point__head {
  background-image: url(../images/point-bg.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  padding: 47px 100px 26px 100px;
  margin-top: 50px;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 767px) {
  .p-trick-point__head {
    background: unset;
    padding: unset;
    border-radius: unset;
    margin-top: 38px;
  }
}
.p-trick-point__lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-trick-point__lead {
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
}
.p-trick-point__lead span {
  position: relative;
}
.p-trick-point__lead span::after {
  position: absolute;
  content: "";
  width: 5.49px;
  height: 5.49px;
  background: #2f4c9c;
  opacity: 0.2;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -6.5px;
}
@media screen and (max-width: 767px) {
  .p-trick-point__lead span::after {
    width: 4px;
    height: 4px;
    top: -2.5px;
  }
}
.p-trick-point__thumb {
  margin-top: 23px;
  max-width: 537px;
}
@media screen and (max-width: 767px) {
  .p-trick-point__thumb {
    margin: 16px auto 0;
    position: relative;
    left: 2px;
  }
}
.p-trick-point__thumb img {
  width: 100%;
  height: auto;
}
.p-trick-point__bottom {
  background: #f3f7ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 100px 23px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-trick-point__bottom {
    display: block;
    position: unset;
    padding: 2px 15px 13px;
    margin-top: 18px;
  }
}
.p-trick-point__bottom::before {
  position: absolute;
  content: "";
  background-image: url(../images/point-pen.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -63px;
  right: 72px;
  width: 84px;
  height: 111px;
}
@media screen and (max-width: 767px) {
  .p-trick-point__bottom::before {
    position: unset;
    background-image: unset;
    content: unset;
  }
}
.p-trick-point__title {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #152c81;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-trick-point__title {
    font-size: 16px;
  }
}
.p-trick-point__list {
  position: relative;
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  .p-trick-point__list {
    margin-left: 0px;
    margin-top: -2px;
  }
}
.p-trick-point__list::before {
  position: absolute;
  content: "";
  background: #c8dbe6;
  width: 3px;
  height: 71%;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-trick-point__list::before {
    position: unset;
    content: unset;
  }
}
.p-trick-point__listitem {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.14;
  color: #152c81;
  margin-left: 54px;
}
@media screen and (max-width: 767px) {
  .p-trick-point__listitem {
    margin-left: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    margin-top: 10px;
  }
}
.p-trick-ex {
  margin-top: 99px;
}
@media screen and (max-width: 767px) {
  .p-trick-ex {
    margin-top: 40px;
  }
}
.p-trick-ex__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px;
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0px;
  }
}
.p-trick-ex__card--item {
  width: calc(33.33333% - 16px);
  margin-left: 16px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card--item {
    width: 100%;
    margin-left: 0px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card--item:not(:first-of-type) {
    margin-top: 16px;
  }
}
.p-trick-ex__card--thumb {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card--thumb {
    position: absolute;
  }
}
.p-trick-ex__card--thumb img {
  width: 100%;
  height: auto;
}
.p-trick-ex__card--thumb--1 {
  max-width: 10.6119791667vw;
  margin: 2.2135416667vw auto 2.5390625vw;
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card--thumb--1 {
    max-width: 77px;
    margin: unset;
    right: 29px;
    top: 30px;
  }
}
.p-trick-ex__card--thumb--2 {
  max-width: 10.6119791667vw;
  margin: 3.8411458333vw auto 2.7994791667vw;
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card--thumb--2 {
    max-width: 82px;
    margin: unset;
    right: 25px;
    top: 32px;
  }
}
.p-trick-ex__card--thumb--3 {
  max-width: 9.9609375vw;
  margin: 2.6692708333vw auto 2.1484375vw;
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card--thumb--3 {
    max-width: 77px;
    margin: unset;
    right: 29px;
    top: 17px;
  }
}
.p-trick-ex__card--body {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card--body {
    padding-bottom: 14px;
  }
}
.p-trick-ex__card--title {
  background: #f3f7ff;
  padding: 28px 10px;
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card--title {
    padding: 13px 14px;
    border-radius: 4px 4px 0 0;
  }
}
.p-trick-ex__card--title .icon_check {
  font-size: 24px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #152c81;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card--title .icon_check {
    font-size: 18px;
    margin: unset;
  }
}
.p-trick-ex__card--list {
  padding: 29px 10px 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card--list {
    padding: unset;
    margin: 8px 0;
  }
}
.p-trick-ex__card--listitem {
  color: #152c81;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card--listitem {
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: 0em;
    font-weight: 400;
    margin-left: 20px;
    padding-left: 8px;
  }
}
.p-trick-ex__card--listitem::after {
  position: absolute;
  content: "";
  left: -12px;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #152c81;
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card--listitem::after {
    width: 3px;
    height: 3px;
    left: 0px;
    top: 9px;
  }
}
.p-trick-ex__card--listitem span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card--listitem span {
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: 0em;
    font-weight: 400;
    margin-left: 10px;
  }
}
.p-trick-ex__card--text {
  margin-top: 27px;
  font-size: 15px;
  line-height: 1.73;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-trick-ex__card--text {
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
    margin-top: 7px;
    margin-left: 14px;
    font-weight: 400;
  }
}
.p-trick-linenup {
  margin-top: 101px;
}
@media screen and (max-width: 767px) {
  .p-trick-linenup {
    margin-top: 43px;
  }
}
.p-trick-box {
  border: #c2c2c2 1px solid;
  border-radius: 4px;
  padding-bottom: 58px;
  padding-top: 29px;
}
@media screen and (max-width: 767px) {
  .p-trick-box {
    padding-bottom: 28px;
    padding-top: 22px;
    overflow: hidden;
  }
}
.p-trick-box--1 {
  padding-top: unset;
}
@media screen and (max-width: 767px) {
  .p-trick-box--1 .p-trick-box__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-trick-box--1 .p-trick-box__sp-inner {
    padding: 0 16px;
  }
}
.p-trick-box--2 {
  margin-top: 51px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-trick-box--2 {
    margin-top: 29px;
    padding-bottom: 29px;
  }
  .p-trick-box--2 + .p-trick-box--2 {
    margin-top: 20px;
  }
}
.p-trick-box__inner {
  max-width: 1041px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-trick-box__inner {
    padding: 0 16px;
  }
}
.p-trick-box__new {
  font-size: 19px;
  font-weight: 700;
  color: #152c81;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 75px auto 0;
}
@media screen and (max-width: 767px) {
  .p-trick-box__new {
    font-size: 14px;
    line-height: 1.42;
    font-weight: 400;
    text-align: center;
    padding-right: 10px;
    margin: 32px auto 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-trick-box__new span {
    padding-left: 56px;
  }
}
@media screen and (max-width: 360px) {
  .p-trick-box__new {
    font-size: 11px;
  }
  .p-trick-box__new span {
    padding-right: 0;
    padding-left: 46px;
  }
}
.p-trick-box__new::before {
  position: absolute;
  content: "";
  background: #152c81;
  border-radius: 50%;
  left: -110px;
  top: -35px;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .p-trick-box__new::before {
    left: 0px;
    width: 36.49px;
    height: 36.49px;
    top: -10px;
    left: 11px;
  }
}
@media screen and (max-width: 360px) {
  .p-trick-box__new::before {
    left: 0;
  }
}
.p-trick-box__new::after {
  position: absolute;
  content: "NEW";
  color: #fff;
  border-radius: 50%;
  left: -86px;
  top: 0;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-trick-box__new::after {
    left: 18px;
    top: 2px;
    font-size: 10px;
  }
}
@media screen and (max-width: 360px) {
  .p-trick-box__new::after {
    left: 7px;
  }
}
.p-trick-box__title {
  font-size: 34px;
  line-height: 1.44;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #152c81;
  text-align: center;
  width: 100%;
  max-width: 550px;
  margin: 0 auto 0;
  position: relative;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-trick-box__title {
    font-size: 20px;
    line-height: 1.45;
    padding-bottom: 21px;
  }
}
.p-trick-box__title--1 {
  margin: 23px auto 0;
}
@media screen and (max-width: 767px) {
  .p-trick-box__title--1 {
    margin: 7px auto 0;
  }
}
.p-trick-box__title::before {
  position: absolute;
  content: "";
  background: #152c81;
  left: 0px;
  bottom: -0.5px;
  width: 10px;
  height: 2px;
}
.p-trick-box__title::after {
  position: absolute;
  content: "";
  background: #707070;
  opacity: 0.16;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.p-trick-box__lead {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-trick-box__lead {
    font-size: 14px;
    line-height: 1.42;
    font-weight: 400;
    text-align: left;
    margin-top: 21px;
  }
}
.p-trick-box__thumb {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-trick-box__thumb {
    margin: 20px calc(50% - 50vw) 0;
    width: 100vw;
    padding: 0 calc(50vw - 55.5%);
  }
}
.p-trick-box__thumblist {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-trick-box__thumblist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.p-trick-box__thumbitem:not(:first-of-type) {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .p-trick-box__thumbitem:not(:first-of-type) {
    margin-left: unset;
    margin-top: 16px;
  }
}
.p-trick-box__thumb2 {
  max-width: 322px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-trick-box__thumb2 {
    max-width: unset;
  }
}
.p-trick-box__thumb2 img {
  width: 100%;
  height: auto;
}
.p-trick-box__thumb3 {
  max-width: 472px;
  width: 100%;
}
.p-trick-box__thumb3 img {
  width: 100%;
  height: auto;
}
.p-trick-box__thumbtitle {
  margin-top: 13px;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-trick-box__thumbtitle {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.48;
  }
}
.p-trick-box__lineup {
  font-size: 13px;
}
.p-trick-pointbox {
  background: #f3f7ff;
  border-radius: 4px;
  margin-top: 72px;
  padding: 48px 53px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox {
    margin: 30px 0 0;
    padding: 47px 14px 4px;
    border-radius: unset;
  }
}
.p-trick-pointbox + .p-trick-pointbox {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox + .p-trick-pointbox {
    margin-top: 13px;
  }
}
.p-trick-pointbox::after {
  position: absolute;
  content: "POINT";
  font-family: "Poppins", sans-serif;
  font-size: 29px;
  font-weight: 700;
  color: #152c81;
  letter-spacing: 0.06em;
  left: 52px;
  top: -17px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox::after {
    left: 16px;
    top: 18px;
    font-size: 16px;
  }
}
.p-trick-pointbox--1 {
  position: relative;
}
.p-trick-pointbox--1::before {
  position: absolute;
  content: "";
  background-image: url(../images/kami-p-4.png);
  background-size: cover;
  right: 53px;
  top: 48px;
  width: 126.85px;
  height: 59.7px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox--1::before {
    right: 16px;
    top: 34px;
    width: 78.63px;
    height: 37.01px;
  }
}
@media screen and (max-width: 360px) {
  .p-trick-pointbox--1::before {
    top: 38px;
    width: 60px;
    height: 28.24px;
  }
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox--1 {
    padding: 49px 16px 4px;
  }
}
.p-trick-pointbox--1::after {
  content: "POINT. 1";
}
.p-trick-pointbox--2::after {
  content: "POINT. 2";
}
.p-trick-pointbox--3::after {
  content: "POINT. 3";
}
.p-trick-pointbox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__flex-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-trick-pointbox__thumb {
  width: 100%;
  margin-left: 10px;
}
.p-trick-pointbox__thumb--panchi {
  max-width: 237px;
  margin-top: -22px;
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__thumb--panchi {
    margin: 9px auto 0;
    max-width: 226px;
  }
}
.p-trick-pointbox__thumb--datsupula {
  max-width: 297px;
  margin-top: 5px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__thumb--datsupula {
    max-width: unset;
    margin-top: 12px;
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.p-trick-pointbox__thumb img {
  width: 100%;
  height: auto;
}
.p-trick-pointbox__title {
  font-size: 24px;
  font-weight: 700;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 360px) {
  .p-trick-pointbox__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-trick-pointbox__title--2 {
    font-size: 20px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__title--2 {
    margin-top: 4px;
  }
}
.p-trick-pointbox__title--2 + .p-trick-pointbox__title--2 {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__title--2 + .p-trick-pointbox__title--2 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-trick-pointbox__title--3 {
    font-size: 20px;
    margin-top: 14px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__title--3 {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-trick-pointbox__title--4 {
    font-size: 20px;
    margin-top: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__title--4 {
    margin-top: 8px;
  }
}
.p-trick-pointbox__lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__lead {
    font-size: 14px;
    line-height: 1.42;
    font-weight: 400;
    margin-top: 10px;
  }
}
.p-trick-pointbox__pattern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  margin-left: -14px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__pattern {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
    margin-left: 0;
  }
}
.p-trick-pointbox__pattern--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 14px);
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__pattern--item {
    width: 100%;
    margin-left: 0;
  }
  .p-trick-pointbox__pattern--item + .p-trick-pointbox__pattern--item {
    margin-top: 10px;
  }
}
.p-trick-pointbox__pattern--body {
  background: #fff;
  width: calc(100% - 141px);
  padding: 22px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__pattern--body {
    padding: 17px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__pattern--body2 {
    padding: 12px 15px 5px;
  }
}
.p-trick-pointbox__pattern--thumb {
  width: 141px;
  height: auto;
}
.p-trick-pointbox__pattern--thumb img {
  width: 100%;
  height: auto;
}
.p-trick-pointbox__pattern--title {
  font-size: 16px;
  font-weight: 700;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__pattern--title {
    font-size: 14px;
  }
}
.p-trick-pointbox__pattern--text {
  line-height: 1.42;
  font-size: 14px;
  font-weight: 500;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__pattern--text {
    line-height: 1.38;
    font-size: 13px;
    font-weight: 400;
  }
}
.p-trick-pointbox__list1 {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list1 {
    margin-top: 39px;
  }
}
.p-trick-pointbox__list1--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(21, 44, 129, .5);
  padding: 19px 10px 18px 10px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list1--item {
    padding: 17px 0px 13px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-trick-pointbox__list1--title, .p-trick-pointbox__list1--text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list1--title, .p-trick-pointbox__list1--text {
    font-size: 14px;
    line-height: 1.42;
  }
}
.p-trick-pointbox__list1--title {
  font-weight: 500;
  width: 132px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list1--title {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list1--text {
    font-weight: 400;
  }
}
.p-trick-pointbox__list1--title2 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list1--title2 {
    margin-top: unset;
  }
}
.p-trick-pointbox__list1--info {
  font-size: 13px;
  line-height: 1.46;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list1--info {
    font-size: 12px;
    line-height: 1.66;
    margin-top: 0;
    font-weight: 400;
  }
}
.p-trick-pointbox__list1--body {
  width: calc(100% - 132px);
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list1--body {
    width: 100%;
    margin-top: 11px;
  }
}
.p-trick-pointbox__list1--body2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list1--body2 {
    display: block;
    margin-top: 0;
  }
}
.p-trick-pointbox__list1--body2 .p-trick-pointbox__list1--text {
  margin-top: 10px;
}
.p-trick-pointbox__list1--thumb {
  width: 100%;
  max-width: 205px;
  margin-right: -12px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list1--thumb {
    margin: 15px auto 3px;
    max-width: 189px;
  }
}
.p-trick-pointbox__list1--thumb img {
  width: 100%;
  height: auto;
}
.p-trick-pointbox__list2 {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list2 {
    margin-top: 16px;
  }
}
.p-trick-pointbox__list2--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(21, 44, 129, .5);
  padding: 19px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list2--item {
    padding: 15px 0px 0px 0px;
    display: block;
  }
}
.p-trick-pointbox__list2--text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list2--text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    margin-top: 15px;
  }
}
.p-trick-pointbox__list2--title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  width: 90px;
  height: 38px;
  border: 1px solid;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list2--title {
    font-size: 14px;
    width: 78px;
    height: 30px;
  }
}
.p-trick-pointbox__list2--body {
  margin-left: 69px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list2--body {
    margin-left: 0px;
    margin-bottom: 11px;
  }
}
.p-trick-pointbox__list2--list {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list2--list {
    margin-top: 9px;
    margin-left: -1px;
  }
}
.p-trick-pointbox__list2--listitem {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #152c81;
  line-height: 1.66;
  text-indent: -16px;
  text-indent: -1rem;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list2--listitem {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42;
  }
}
.p-trick-pointbox__list2--listitem span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__list2--listitem span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    margin-left: 7px;
  }
}
.p-trick-pointbox__button {
  background: #152c81;
  border-radius: 4px;
  max-width: 560px;
  width: 100%;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 48px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__button {
    height: 60px;
    margin: 30px auto 0;
    width: 100%;
    max-width: unset;
    padding: 0 21px 0 18px;
  }
}
.p-trick-pointbox__button p {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-trick-pointbox__button p {
    font-size: 14px;
    text-align: left;
  }
}
.p-trick-pointbox__button p::after {
  position: absolute;
  content: url(../images/icon/arrow-white-w10-h5-2.svg);
  top: 0;
  right: 0;
}
.p-trick-pointbox__nado {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 14px;
  color: #152c81;
  margin-top: 13px;
}
.p-trick-pack {
  margin-top: 50px;
  border-radius: 4px;
  padding-bottom: 13px;
  background: #fffff8;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(39, 56, 116, .16);
          box-shadow: 0px 0px 10px 0px rgba(39, 56, 116, .16);
}
@media screen and (max-width: 767px) {
  .p-trick-pack {
    margin: 30px 0 0;
    border: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
.p-trick-pack__line {
  width: 100%;
  height: 7px;
  background-color: #2F4C9C;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.p-trick-pack__line::after {
  position: absolute;
  content: "";
  background-image: url(../images/pack-border.png);
  background-size: cover;
  width: 100%;
  height: 7px;
  border-radius: 4px 4px 0 0;
  opacity: 0.7;
}
.p-trick-pack__inner {
  max-width: 635px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-trick-pack__inner {
    padding: 0 16px;
  }
}
.p-trick-pack__title {
  border: 1px solid #e6eefb;
  padding: 12px 22px 10px;
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #152c81;
  margin: 25px auto 0;
  width: 100%;
  max-width: 638px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-trick-pack__title {
    font-size: 15px;
    line-height: 1.3;
    padding: 7px 23px 8px;
    margin: 20px auto 0;
  }
}
.p-trick-pack__title::after {
  position: absolute;
  left: 0;
  top: -0.8px;
  background: #152c81;
  content: "";
  width: 8px;
  height: 103%;
  z-index: 1;
}
.p-trick-pack__title--en {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-trick-pack__title--en {
    font-size: 18px;
    line-height: 1.1;
  }
}
.p-trick-pack__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -10px;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-trick-pack__list {
    display: block;
    margin-top: 20px;
  }
}
.p-trick-pack__list--item {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-trick-pack__list--item {
    margin-left: 0px;
  }
  .p-trick-pack__list--item + .p-trick-pack__list--item {
    margin-top: 19px;
  }
}
.p-trick-pack__list--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-trick-pack__list--thumb {
  width: 100%;
  max-width: 103.24px;
  margin-right: 11px;
}
@media screen and (max-width: 767px) {
  .p-trick-pack__list--thumb {
    max-width: 94.24px;
    padding-left: 3px;
    margin-right: 0;
  }
}
.p-trick-pack__list--thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-trick-pack__list--body {
    margin-left: 24px;
  }
}
.p-trick-pack__list--lead {
  font-size: 13px;
  font-weight: 700;
  color: #152c81;
  line-height: 1.46;
}
.p-trick-pack__list--title {
  font-size: 18px;
  font-weight: 700;
  color: #152c81;
  line-height: 1.77;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-trick-pack__list--title {
    font-size: 16px;
  }
}
.p-trick-pack__list--link {
  font-size: 15px;
  font-weight: 700;
  color: #152c81;
  background: #e3ebfa;
  border-radius: 4px;
  width: 181px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-trick-pack__list--link {
    font-size: 14px;
    width: 173px;
  }
}
.p-trick-pack__list--link p {
  position: relative;
  padding-right: 17px;
}
@media screen and (max-width: 767px) {
  .p-trick-pack__list--link p {
    padding-right: 15px;
  }
}
.p-trick-pack__list--link p::after {
  position: absolute;
  content: url(../images/icon/arrow-nay-w10-h5.svg);
  right: 0;
  top: 0;
  rotate: -90deg;
}
.p-trick-pack__lead {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #152c81;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-trick-pack__lead {
    font-size: 14px;
    line-height: 1.42;
    text-align: left;
    margin-top: 22px;
  }
}
.p-trick-ciaa__list {
  margin-top: -18px;
  max-width: 647.54px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-trick-ciaa__list {
    display: block;
    margin-top: -7px;
  }
}
.p-trick-ciaa__thumb {
  width: 92.89px;
}
.p-trick-ciaa__thumb img {
  width: 100%;
  height: auto;
}
.p-trick-swiper {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-trick-swiper {
    margin: 20px calc(50% - 50vw) 0;
    padding: 0 calc(50vw - 55.5%);
    width: 100vw;
  }
}
.p-trick-swiper__thumb {
  height: 447px;
}
@media screen and (max-width: 767px) {
  .p-trick-swiper__thumb {
    height: 180px;
  }
}
.p-trick-swiper__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-trick-swiper .swiper-horizontal > .swiper-pagination-bullets,
.p-trick-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-trick-swiper .swiper-pagination-custom,
.p-trick-swiper .swiper-pagination-fraction {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .p-trick-swiper .swiper-horizontal > .swiper-pagination-bullets,
  .p-trick-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .p-trick-swiper .swiper-pagination-custom,
  .p-trick-swiper .swiper-pagination-fraction {
    margin: 4px auto 0;
  }
}
.p-trick-swiper__pagination.swiper-pagination-bullets .swiper-pagination-bullet, .p-trick-swiper__pagination2.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #2f4c9c;
}

.p-invoice {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-invoice {
    padding-bottom: 50px;
  }
}
.p-invoice-bookmark {
  background: #e3ebfa;
  margin-top: 50px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-invoice-bookmark {
    background: #f7f9fd;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 30px 14px;
  }
}
.p-invoice-bookmark__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-invoice-bookmark__list {
    display: block;
    padding: unset;
  }
}
.p-invoice-bookmark__item {
  width: 320px;
  height: 50px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #152c81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-invoice-bookmark__item {
    width: 100%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-left: 19px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0em;
  }
}
.p-invoice-bookmark__item a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-bookmark__item a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-invoice-bookmark__item + .p-invoice-bookmark__item {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-invoice-bookmark__item + .p-invoice-bookmark__item {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.p-invoice-bookmark__item.is-active {
  border: 1px solid #152c81;
  background: #152c81;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-invoice-bookmark__item.is-active {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .p-invoice-bookmark__item.is-active::after {
    content: url(../images/icon/arrow-white-right-w10-h5.svg);
  }
  .p-invoice-bookmark__item::after {
    content: url(../images/icon/arrow-nay-right-w10-h5.svg);
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-invoice-nav__title {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #152c81;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-nav__title {
    font-size: 22px;
    letter-spacing: 0em;
    margin-top: 31px;
  }
}
.p-invoice-nav__nav {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-invoice-nav__nav {
    margin-top: 49px;
  }
}
.p-invoice-box {
  border: 1px solid #c2c2c2;
  border-radius: 4px;
}
.p-invoice-box__inner {
  margin: 0 auto;
  max-width: 1020px;
  padding: 50px 10px;
}
@media screen and (max-width: 767px) {
  .p-invoice-box__inner {
    padding: 30px 14px;
  }
}
.p-invoice-box__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.44;
  color: #152c81;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-box__title {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
}
.p-invoice-box__title-2 {
  line-height: 1.72;
  font-size: 29px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .p-invoice-box__title-2 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}
.p-invoice-features__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__lead {
    display: block;
    margin-top: 9px;
  }
}
.p-invoice-features__lead-2 {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__lead-2 {
    margin-top: 1px;
  }
}
.p-invoice-features__lead--bg {
  background: #f9f9f9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__lead--bg {
    padding: 8px 9px;
    margin: 0 0px;
    display: inline-block;
  }
}
.p-invoice-features__lead--text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__lead--text {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2;
    text-align: left;
    display: inline-block;
  }
}
.p-invoice-features__lead--text2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__lead--text2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    text-align: left;
  }
}
.p-invoice-features__lead--text2 .one {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background: #da75a3;
  width: 27px;
  height: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 17px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__lead--text2 .one {
    margin-left: unset;
    font-size: 12px;
    width: 23px;
    height: 23px;
  }
}
.p-invoice-features__lead--text2 .two {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background: #408f48;
  width: 27px;
  height: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__lead--text2 .two {
    margin-left: 8px;
    font-size: 12px;
    width: 23px;
    height: 23px;
  }
}
.p-invoice-features__lead--text2 .three {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background: #76207c;
  width: 27px;
  height: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__lead--text2 .three {
    margin-left: 8px;
    font-size: 12px;
    width: 23px;
    height: 23px;
  }
}
.p-invoice-features__lead--text2 .four {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background: #439edd;
  width: 27px;
  height: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__lead--text2 .four {
    margin-left: 8px;
    font-size: 12px;
    width: 23px;
    height: 23px;
  }
}
.p-invoice-features__lead--sm {
  font-size: 14px;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__lead--sm {
    font-size: 12px;
    display: block;
    margin-top: -6px;
  }
}
.p-invoice-features__list {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__list {
    margin-top: 40px;
  }
}
.p-invoice-features__list--title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.039em;
  line-height: 1.45;
  color: #152c81;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__list--title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 40px;
  }
}
.p-invoice-features__list--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__list--list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10.5px;
    margin-top: 7px;
  }
}
.p-invoice-features__list--item {
  width: calc(25% - 9.75px);
  height: 80px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__list--item {
    width: calc(50% - 10.5px);
    height: 142px;
    margin-left: 10.5px;
    margin-top: 10px;
  }
}
.p-invoice-features__list--item.one {
  background: #ffdeed;
}
.p-invoice-features__list--item.one .p-invoice-features__list--number {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background: #da75a3;
  width: 27px;
  height: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 17px;
  font-weight: 700;
}
.p-invoice-features__list--item.one .p-invoice-features__list--number span {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__list--item.one .p-invoice-features__list--number {
    margin-left: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-invoice-features__list--item.one .p-invoice-features__list--text {
    margin-top: 37px;
  }
}
.p-invoice-features__list--item.two {
  background: #e8f6ea;
}
.p-invoice-features__list--item.two .p-invoice-features__list--number {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background: #408f48;
  width: 27px;
  height: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 17px;
  font-weight: 700;
  left: -7px;
  top: 15px;
}
.p-invoice-features__list--item.two .p-invoice-features__list--number span {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__list--item.two .p-invoice-features__list--number {
    left: 50%;
    top: 21px;
    margin-left: 0px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-invoice-features__list--item.two .p-invoice-features__list--text {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__list--item.two .p-invoice-features__list--text {
    margin-left: 0px;
    margin-top: 54px;
  }
}
.p-invoice-features__list--item.three {
  background: #ecd3ee;
}
.p-invoice-features__list--item.three .p-invoice-features__list--number {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background: #76207c;
  width: 27px;
  height: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 17px;
  font-weight: 700;
}
.p-invoice-features__list--item.three .p-invoice-features__list--number span {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__list--item.three .p-invoice-features__list--number {
    margin-left: unset;
  }
}
.p-invoice-features__list--item.three .p-invoice-features__list--text {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__list--item.three .p-invoice-features__list--text {
    margin-left: 0px;
    margin-top: 37px;
  }
}
.p-invoice-features__list--item.four {
  background: #d2edff;
}
.p-invoice-features__list--item.four .p-invoice-features__list--number {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background: #439edd;
  width: 27px;
  height: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 17px;
  font-weight: 700;
}
.p-invoice-features__list--item.four .p-invoice-features__list--number span {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__list--item.four .p-invoice-features__list--number {
    margin-left: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-invoice-features__list--item.four .p-invoice-features__list--text {
    margin-top: 17px;
  }
}
.p-invoice-features__list--number {
  position: absolute;
  left: -1px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__list--number {
    left: 50%;
    top: 21px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-invoice-features__list--text {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023.9px) {
  .p-invoice-features__list--text {
    line-height: 1.42;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-invoice-features__list--text {
    line-height: 1.42;
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .p-invoice-features__list--text {
    font-size: 12px;
  }
}
.p-invoice-features__ex {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__ex {
    margin-top: 40px;
  }
}
.p-invoice-features__ex--title {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f5f5;
  font-size: 20px;
  font-weight: 700;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__ex--title {
    font-size: 15px;
    height: 52px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
}
.p-invoice-features__ex--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__ex--flex {
    display: block;
    margin-top: 19px;
  }
}
.p-invoice-features__ex--item.old .p-invoice-features__ex--name span {
  background: #f5f5f5;
  color: #131b38;
}
.p-invoice-features__ex--item.old .p-invoice-features__ex--thumb {
  max-width: 400px;
  margin: 10px auto 0;
}
.p-invoice-features__ex--item.new .p-invoice-features__ex--name span {
  background: #152c81;
  color: #fff;
}
.p-invoice-features__ex--item.new .p-invoice-features__ex--thumb {
  max-width: 500px;
  margin: 10px auto 0;
}
.p-invoice-features__ex--name {
  font-size: 16px;
  color: #676974;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__ex--name {
    font-size: 14px;
  }
}
.p-invoice-features__ex--name span {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__ex--name span {
    font-size: 14px;
    padding: 7px 9px;
    margin-right: 20px;
  }
}
.p-invoice-features__ex--thumb {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__ex--thumb {
    margin-top: 10px;
  }
}
.p-invoice-features__ex--thumb img {
  width: 100%;
  height: auto;
}
.p-invoice-features__ex--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 30px;
  margin-top: -23px;
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__ex--arrow {
    margin: 12px auto 9px;
  }
}
.p-invoice-features__ex--arrow-2 {
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .p-invoice-features__ex--arrow-2 {
    margin: 12px auto 9px;
  }
}
.p-invoice-features__ex--arrow img {
  width: 100%;
  height: auto;
}
.p-invoice-type {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-invoice-type {
    margin-top: 30px;
  }
}
.p-invoice-type__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 68px;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .p-invoice-type__list {
    display: block;
    margin-left: 0px;
    margin-top: 60px;
  }
}
.p-invoice-type__list--item {
  width: calc(50% - 20px);
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-invoice-type__list--item {
    width: 100%;
    margin-left: 0px;
  }
}
.p-invoice-type__list--item.type1 .p-invoice-type__list--head {
  background: #c0e0d9;
}
@media screen and (max-width: 767px) {
  .p-invoice-type__list--item.type2 {
    margin-top: 70px;
  }
}
.p-invoice-type__list--item.type2 .p-invoice-type__list--head {
  background: #e3ebfa;
}
.p-invoice-type__list--head {
  border-radius: 4px;
  padding: 80px 0 30px;
}
@media screen and (max-width: 767px) {
  .p-invoice-type__list--head {
    padding: 74px 0 23px;
  }
}
.p-invoice-type__list--thumb {
  max-width: 157px;
  margin: 0 auto;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-invoice-type__list--thumb img {
  width: 100%;
  height: auto;
}
.p-invoice-type__list--title {
  font-size: 20px;
  margin-top: 17px;
  font-weight: 700;
  color: #152c81;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-type__list--title {
    font-size: 16px;
  }
}
.p-invoice-type__list--body {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-invoice-type__list--body {
    font-size: 11px;
    margin-top: 20px;
  }
}
.p-invoice-type__list--text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-invoice-type__list--text {
    font-size: 14px;
    line-height: 1.428;
  }
}
.p-invoice-type__list--text2 {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-invoice-type__list--text2 {
    font-size: 14px;
    line-height: 1.428;
    margin-top: 20px;
  }
}
.p-invoice-linenup {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-invoice-linenup {
    margin-top: -3px;
  }
}
.p-invoice-linenup__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-invoice-linenup__navs {
    display: block;
  }
}
.p-invoice-linenup__navs--item + .p-invoice-linenup__navs--item {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-invoice-linenup__navs--item + .p-invoice-linenup__navs--item {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.p-invoice-linenup__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-invoice-linenup__nav {
    margin-top: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 6px;
    margin-left: -10px;
  }
}
.p-invoice-linenup__nav--item {
  font-size: 16px;
  font-weight: 500;
  background: #f3f7ff;
  color: #152c81;
  border-radius: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
.p-invoice-linenup__nav--item:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-invoice-linenup__nav--item {
    font-size: 14px;
    height: 40px;
    padding: 0px 16px;
    margin-top: 10px;
    margin-left: 10px;
  }
}
.p-invoice-linenup__nav--item + .p-invoice-linenup__nav--item {
  margin-left: 10px;
}
.p-invoice-linenup__nav--item.is-active {
  background: #152c81;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-invoice-linenup__nav--item.is-active {
    padding: 0px 16px;
  }
}
.p-invoice-linenup__table {
  margin-top: 50px;
  width: 100%;
  border-top: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
}
@media screen and (max-width: 767px) {
  .p-invoice-linenup__table {
    margin-top: 16px;
    border-right: unset;
    border-top: unset;
  }
}
.p-invoice-linenup__table th {
  background: #f2f7fd;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 20px;
  border-left: 2px solid #eaeaea;
}
@media screen and (max-width: 767px) {
  .p-invoice-linenup__table th {
    display: none;
    border-left: unset;
  }
}
.p-invoice-linenup__table th:nth-of-type(1) {
  width: 29%;
}
.p-invoice-linenup__table th:nth-of-type(2) {
  width: 14%;
}
.p-invoice-linenup__table th:nth-of-type(3) {
  width: 45%;
}
.p-invoice-linenup__table th:nth-of-type(4) {
  width: 12%;
}
.p-invoice-linenup__table td {
  border-bottom: 2px solid #eaeaea;
  border-left: 2px solid #eaeaea;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  padding: 8px 20px;
}
@media screen and (max-width: 767px) {
  .p-invoice-linenup__table td {
    display: block;
    width: 100%;
    border-bottom: unset;
    border-left: unset;
    padding: 10px 7px;
  }
  .p-invoice-linenup__table td.td1 {
    font-weight: 500;
    line-height: 1.68;
    font-size: 16px;
    padding: 12px 0px;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #eaeaea;
  }
  .p-invoice-linenup__table td.td1--2 {
    margin-top: 25px;
  }
  .p-invoice-linenup__table td.td1--2 span {
    font-size: 14px;
    line-height: 1.92;
    font-weight: 400;
    display: block;
    margin-top: -5px;
  }
  .p-invoice-linenup__table td.td2 {
    font-weight: 400;
    line-height: 1.46;
    font-size: 14px;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    background: #f2f7fd;
  }
  .p-invoice-linenup__table td.td3 {
    font-weight: 400;
    line-height: 1.46;
    font-size: 13px;
    letter-spacing: 0.01em;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .p-invoice-linenup__table td.td4 {
    font-weight: 400;
    line-height: 2.07;
    font-size: 13px;
    text-align: right;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 7px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-invoice-linenup__table td.td4--sp-none {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-invoice-linenup__table td .td4--text-sp-none {
    display: none;
  }
}
.p-invoice-linenup__link {
  background: #f5f5f5;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 35px 10px 30px;
}
@media screen and (max-width: 767px) {
  .p-invoice-linenup__link {
    margin: 37px auto 0;
    padding: 30px 14px 30px;
  }
}
.p-invoice-linenup__link--title {
  font-size: 26px;
  font-weight: 700;
  color: #152c81;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-linenup__link--title {
    font-size: 20px;
    line-height: 1.45;
  }
}
.p-invoice-linenup__link--text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .p-invoice-linenup__link--text {
    font-size: 14px;
    line-height: 1.428;
    text-align: left;
    margin-top: 20px;
  }
}
.p-invoice-linenup__link--button {
  background: #152c81;
  margin: 0 auto;
  width: 462px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-invoice-linenup__link--button {
    font-size: 14px;
    width: 100%;
    height: 60px;
  }
}
.p-invoice-linenup__link--button p {
  background: #152c81;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-invoice-linenup__link--button p {
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
  }
}
.p-invoice-linenup__link--button p::after {
  position: absolute;
  content: url(../images/icon/arrow-white-w10-h5-2.svg);
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-invoice-linenup__panel {
  display: none;
}
.p-invoice-linenup__panel.is-active {
  display: block;
}
.p-invoice-method {
  margin-top: 102px;
}
@media screen and (max-width: 767px) {
  .p-invoice-method {
    margin-top: 40px;
  }
}
.p-invoice-method__lead {
  font-size: 22px;
  font-weight: 700;
  color: #152c81;
  margin-top: 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-method__lead {
    font-size: 16px;
    line-height: 1.5;
    margin-top: -2px;
    text-align: left;
  }
}
.p-invoice-method__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-invoice-method__text {
    font-size: 14px;
    line-height: 1.428;
    text-align: left;
    margin-top: 20px;
  }
}
.p-invoice-method__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-method__flex {
    display: block;
    margin: 20px auto 0;
  }
}
.p-invoice-method__item {
  width: 408px;
}
@media screen and (max-width: 767px) {
  .p-invoice-method__item {
    width: 100%;
  }
}
.p-invoice-method__item + .p-invoice-method__item {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-invoice-method__item + .p-invoice-method__item {
    margin-left: 0px;
    margin-top: 22px;
  }
}
.p-invoice-method__name {
  font-size: 16px;
  color: #676974;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-method__name {
    font-size: 14px;
  }
}
.p-invoice-method__name span {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 10px;
  margin-right: 18px;
  background: #152c81;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-invoice-method__name span {
    font-size: 14px;
  }
}
.p-invoice-method__thumb {
  margin-top: 20px;
}
.p-invoice-method__thumb img {
  width: 100%;
  height: auto;
}

.p-invoice-about .p-invoice-bookmark {
  margin-top: 0;
}
.p-invoice-about__head {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about__head {
    margin-top: 31px;
  }
}
.p-invoice-about__title {
  font-size: 44px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #152c81;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-about__title {
    font-size: 22px;
  }
}
.p-invoice-about__lead {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  color: #152c81;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about__lead {
    font-size: 14px;
    text-align: left;
    line-height: 1.42;
  }
}
.p-invoice-about__info {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about__info {
    font-size: 12px;
    text-align: left;
    line-height: 2.16;
    margin-top: 6px;
  }
}
.p-invoice-about__info a {
  color: #065fd4;
  font-weight: 700;
  position: relative;
  padding-right: 21px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about__info a {
    font-size: 12px;
    line-height: 2.16;
  }
}
.p-invoice-about__info a::before {
  position: absolute;
  content: url(../images/invoice/out-link.svg);
  right: 0;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about__info a::before {
    right: 4px;
    top: -4px;
  }
}
.p-invoice-about__info a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -4px;
  background: #065fd4;
}
@media screen and (max-width: 767px) {
  .p-invoice-about__info a::after {
    bottom: -4px;
  }
}
.p-invoice-about-box {
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-box {
    margin-top: 40px;
    border: unset;
  }
}
.p-invoice-about-box__inner {
  margin: 0 auto;
  max-width: 1020px;
  padding: 50px 10px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-box__inner {
    padding: unset;
  }
}
.p-invoice-about-box__item {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-box__item {
    margin-top: 23px;
  }
}
.p-invoice-about-box__item + .p-invoice-about-box__item {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-box__item + .p-invoice-about-box__item {
    margin-top: 32px;
  }
}
.p-invoice-about-box__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.44;
  color: #152c81;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-box__title {
    font-size: 18px;
    line-height: 1.44;
  }
}
.p-invoice-about-box__title-2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-box__title-2 {
    font-size: 14px;
    line-height: 1.42;
  }
}
.p-invoice-about-box__title-2::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: #152c81;
  top: 0;
  left: 0;
}
.p-invoice-about-box__title-2::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #e6960b;
  top: 0;
  left: 0;
}
.p-invoice-about-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f8f8f8;
  border-radius: 4px;
  margin-top: 16px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-box__flex {
    display: block;
    padding: 16px 14px;
  }
}
.p-invoice-about-box__flex--title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-box__flex--title {
    font-size: 14px;
    line-height: 1.42;
  }
}
.p-invoice-about-box__flex--text {
  font-size: 16px;
  line-height: 1.625;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-box__flex--text {
    font-size: 14px;
    line-height: 1.42;
    margin-left: 0px;
    font-weight: 400;
    margin-top: 10px;
  }
}
.p-invoice-about-box__flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-box__flex2 {
    display: block;
    margin-top: 15px;
  }
}
.p-invoice-about-box__flex2--title {
  font-weight: 500;
  font-size: 14px;
  border-radius: 23px;
  background: #f3f7ff;
  color: #152c81;
  width: 76px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-invoice-about-box__flex2--text {
  font-size: 16px;
  line-height: 1.625;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-box__flex2--text {
    font-size: 14px;
    line-height: 1.42;
    font-weight: 400;
    margin-left: 0px;
    margin-top: 11px;
  }
}
.p-invoice-about-box__text {
  font-size: 16px;
  line-height: 1.625;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-box__text {
    font-size: 14px;
    line-height: 1.42;
    font-weight: 400;
    margin-left: 0px;
    margin-top: 17px;
  }
}
.p-invoice-about-box .p-invoice-features__list {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-box .p-invoice-features__list {
    margin-top: 15px;
    padding: 0 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-invoice-about-box .p-invoice-features__list--title {
    margin-top: 15px;
  }
}
.p-invoice-about-schedule {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-schedule {
    margin-top: 40px;
  }
}
.p-invoice-about-schedule__title {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f5f5;
  font-size: 22px;
  letter-spacing: 0.039em;
  font-weight: 700;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-schedule__title {
    font-size: 15px;
    padding-left: 13px;
    height: 52px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
}
.p-invoice-about-schedule__thumb {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-schedule__thumb {
    margin-top: 16px;
  }
}
.p-invoice-about-schedule__info {
  font-size: 13px;
  text-align: right;
  font-weight: 700;
  margin-top: 34px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-schedule__info {
    font-size: 12px;
    letter-spacing: 0em;
    margin-top: 19px;
    margin-right: -10px;
  }
}
.p-invoice-about-banner {
  margin-top: 47px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner {
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
.p-invoice-about-banner__line {
  width: 100%;
  height: 7px;
  background-color: #152c81;
  border-radius: 4px 4px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__line {
    border-radius: unset;
  }
}
.p-invoice-about-banner__line::after {
  position: absolute;
  content: "";
  background-image: url(../images/pack-border.png);
  background-size: cover;
  width: 100%;
  height: 7px;
  border-radius: 4px 4px 0 0;
}
.p-invoice-about-banner__flex {
  background: #fffff8;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(39, 56, 116, .16);
          box-shadow: 0px 0px 10px 0px rgba(39, 56, 116, .16);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 27px 17px 27px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__flex {
    display: block;
    padding: 20px 15px 20px 15px;
    background: #fffff8;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(39, 56, 116, .16);
            box-shadow: 0px 0px 10px 0px rgba(39, 56, 116, .16);
  }
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__head {
    width: 100%;
  }
}
.p-invoice-about-banner__title {
  border: 1px solid #e6e6e6;
  background: #ffffff;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #152c81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3px;
  padding: 0 18px 0 18px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__title {
    width: 100%;
    display: block;
    margin-left: 0;
    padding: 6px 18px 0 22px;
    font-size: 14px;
    line-height: 1.42;
  }
}
.p-invoice-about-banner__title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #f8b642;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__title::after {
    width: 7px;
  }
}
.p-invoice-about-banner__logo {
  width: 126px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__logo {
    display: inline-block;
    width: 95.75px;
    margin-right: 0px;
  }
}
.p-invoice-about-banner__logo img {
  width: 100%;
  height: auto;
}
.p-invoice-about-banner__lead {
  font-size: 36px;
  font-weight: 700;
  color: #152c81;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 19px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__lead {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.06em;
    margin-top: 21px;
    margin-left: 0px;
  }
}
.p-invoice-about-banner__lead .l-lp__underline {
  position: relative;
  z-index: 1;
  margin-left: -12px;
  margin-right: -10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__lead .l-lp__underline {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.p-invoice-about-banner__lead .l-lp__underline::after {
  z-index: 0;
  bottom: -5px;
}
.p-invoice-about-banner__lead .sm {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__lead .sm {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.06em;
  }
}
.p-invoice-about-banner__lead .dot {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__lead .dot {
    font-size: 20px;
    line-height: 1.45;
    margin-left: 0px;
    position: unset;
  }
}
.p-invoice-about-banner__lead .dot::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2f4c9c;
  opacity: 0.12;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__lead .dot::after {
    position: unset;
  }
}
.p-invoice-about-banner__text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #152c81;
  margin-left: 9px;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__text {
    font-size: 14px;
    line-height: 1.45;
    margin-top: 10px;
    margin-left: 0px;
  }
}
.p-invoice-about-banner__body {
  width: 429px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__body {
    width: 100%;
  }
}
.p-invoice-about-banner__thumb {
  width: 100%;
  margin-top: -36px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__thumb {
    margin-top: 3px;
    width: 106%;
    margin-left: -10px;
  }
}
.p-invoice-about-banner__thumb img {
  width: 100%;
  height: auto;
}
.p-invoice-about-banner__button {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  background: #152c81;
  width: 325px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  position: relative;
  padding-right: 21px;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__button {
    width: 100%;
    height: 60px;
    margin-top: 8px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-left: 16px;
  }
}
.p-invoice-about-banner__button::after {
  position: absolute;
  content: url(../images/icon/arrow-white-w10-h5-2.svg);
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-invoice-about-banner__button::after {
    right: 15px;
  }
}

.p-invoice-soft .p-invoice-bookmark {
  margin-top: 0;
}
.p-invoice-soft__head {
  margin-top: 60px;
  margin-left: -22px;
}
@media screen and (max-width: 767px) {
  .p-invoice-soft__head {
    margin-top: 31px;
    margin-left: 0px;
  }
}
.p-invoice-soft__title {
  font-size: 44px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #152c81;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-invoice-soft__title {
    font-size: 22px;
  }
}
.p-invoice-soft__title2 {
  width: 100%;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f5f5;
  font-size: 22px;
  letter-spacing: 0.039em;
  font-weight: 700;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-invoice-soft__title2 {
    font-size: 15px;
    padding-left: 13px;
    height: 52px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 14px;
  }
}
.p-invoice-soft__text {
  font-size: 16px;
  line-height: 1.62;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .p-invoice-soft__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    padding-left: 0px;
  }
}
.p-invoice-soft__item {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-invoice-soft__item {
    margin-top: 40px;
  }
}
.p-invoice-soft__item + .p-invoice-soft__item {
  margin-top: 61px;
}
@media screen and (max-width: 767px) {
  .p-invoice-soft__item + .p-invoice-soft__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-invoice-soft__tablewrap {
    overflow-x: scroll;
    width: 100%;
  }
  .p-invoice-soft__tablewrap::-webkit-scrollbar {
    height: 3px;
  }
  .p-invoice-soft__tablewrap::-webkit-scrollbar-track {
    background-color: #ebedf2;
  }
  .p-invoice-soft__tablewrap::-webkit-scrollbar-thumb {
    background-color: #152C81;
    border-radius: 10px;
  }
}
.p-invoice-soft__table {
  border-right: #eaeaea 2px solid;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-invoice-soft__table {
    margin-top: 20px;
    width: 964px;
    margin-bottom: 5px;
  }
}
.p-invoice-soft__table th {
  text-align: center;
  width: 53px;
  background: #f3f7ff;
  border-bottom: #eaeaea 1px solid;
  border-left: #eaeaea 2px solid;
  border-top: #eaeaea 2px solid;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .p-invoice-soft__table th {
    font-size: 14px;
    height: 56px;
  }
}
.p-invoice-soft__table th.th1 {
  text-align: left;
  width: 285px;
  border-bottom: unset;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0px 17px;
}
@media screen and (max-width: 767px) {
  .p-invoice-soft__table th.th1 {
    font-size: 14px;
    padding: 0px 7px;
    width: 119px;
  }
}
.p-invoice-soft__table th.th2 {
  text-align: left;
  width: 229px;
  border-bottom: unset;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0px 17px;
}
@media screen and (max-width: 767px) {
  .p-invoice-soft__table th.th2 {
    font-size: 14px;
    padding: 0px 7px;
    width: 158.5px;
  }
}
.p-invoice-soft__table th.th3 {
  width: 367px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0px 23px;
}
@media screen and (max-width: 767px) {
  .p-invoice-soft__table th.th3 {
    font-size: 14px;
  }
}
.p-invoice-soft__table td {
  border-bottom: #eaeaea 2px solid;
  border-left: #eaeaea 2px solid;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  height: 74px;
  padding: 15px 17px;
}
@media screen and (max-width: 767px) {
  .p-invoice-soft__table td {
    font-size: 14px;
    line-height: 1.42;
    font-weight: 400;
    padding: 14px 7px;
    height: 61px;
  }
}
.p-invoice-soft__table td.text {
  font-size: 11px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  padding: unset;
  color: #152c81;
}
.p-invoice-soft__table td.text2 {
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  padding: 0px 17px 0;
  color: #131B38;
}
.p-invoice-soft__table td.text3 {
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  padding: 0px 17px 0;
  color: #152c81;
}
.p-invoice-soft__table td.check {
  vertical-align: middle;
  padding: unset;
}
.p-invoice-soft__table td.check div {
  width: 13px;
  height: 13px;
  background: #152c81;
  border-radius: 50px;
  margin: 0 auto;
}
.p-invoice-soft__table td.check--2 {
  position: relative;
}
.p-invoice-soft__table td.check--2::after {
  position: absolute;
  content: "※";
  font-size: 11px;
  color: #152c81;
  right: 6px;
  top: 15px;
}
.p-invoice-soft__table tr {
  /*       &:nth-of-type(6),
        &:nth-of-type(7) {
          td {
            padding: 15px 17px 0px;
          }
        } */
}
.p-invoice-soft__table tr .td--pading-none {
  padding: 15px 2px 17px 17px;
}

.p-kobo-download {
  padding: 0 0px 200px;
}
@media screen and (max-width: 767px) {
  .p-kobo-download {
    padding: 0 0px 50px;
  }
}
.p-kobo-download__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #f2f7fd;
  padding: 0 30px;
}
@media (min-width: 768px) and (max-width: 1023.9px) {
  .p-kobo-download__head {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-kobo-download__head {
    min-width: 1024px;
  }
}
.p-kobo-download__head--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-kobo-download__head--nav {
    padding: 0 15px 22px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #f2f7fd;
  }
}
@media screen and (max-width: 767px) {
  .p-kobo-download__head--item {
    width: 50%;
    margin-top: 23px;
  }
}
.p-kobo-download__head--item a {
  display: block;
  font-size: 15px;
  padding: 32px 32px 31px 32px;
  font-weight: 700;
  color: #152C81;
  position: relative;
}
@media (max-width: 1435px) {
  .p-kobo-download__head--item a {
    padding: 32px 15px 31px 15px;
    font-size: 11px;
  }
}
.p-kobo-download__head--item a.is-active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #2f4c9c;
  bottom: 0;
  left: 0;
}
.p-kobo-download__head--buttonwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.p-kobo-download__head--button {
  display: inline-block;
  min-width: 268px;
  color: #fff;
  background: #152c81;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .p-kobo-download__head--button {
    min-width: unset;
    font-size: 12px;
  }
}
.p-kobo-download__head--button p {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 13px 40px 14px 18px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .p-kobo-download__head--button p {
    padding: 13px 30px 14px 15px;
    text-align: left;
  }
}
.p-kobo-download__head--button p::after {
  position: absolute;
  content: url(../images/download-sm.svg);
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-kobo-download__head--button:nth-of-type(2) p {
  padding-right: 26px;
}
@media (min-width: 768px) and (max-width: 1450px) {
  .p-kobo-download__head--button:nth-of-type(2) p {
    padding-right: 45px;
  }
}
.p-kobo-download__head--button:nth-of-type(2) p::after {
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-kobo-download__head--button:nth-of-type(3) p {
  padding-right: 24px;
}
@media (min-width: 768px) and (max-width: 1450px) {
  .p-kobo-download__head--button:nth-of-type(3) p {
    padding-right: 45px;
  }
}
.p-kobo-download__head--button:nth-of-type(3) p::after {
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1140px) {
  .p-kobo-download__head--button span {
    display: block;
  }
}
.p-kobo-download__title {
  font-size: 40px;
  font-weight: 700;
  color: #152c81;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-kobo-download__title {
    font-size: 20px;
    margin-top: 34px;
  }
}
.p-kobo-download__lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  .p-kobo-download__lead {
    font-size: 14px;
    line-height: 1.42;
  }
}
.p-kobo-download__text {
  font-size: 16px;
  line-height: 1.62;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-kobo-download__text {
    font-size: 14px;
    line-height: 1.42;
    margin-top: 20px;
  }
}
.p-kobo-download__text + .p-kobo-download__text {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-kobo-download__text + .p-kobo-download__text {
    margin-top: 21px;
  }
}
.p-kobo-download__list {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .p-kobo-download__list {
    margin-top: 55px;
  }
}
.p-kobo-download__list--item + .p-kobo-download__list--item {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .p-kobo-download__list--item + .p-kobo-download__list--item {
    margin-top: 35px;
  }
}
.p-kobo-download__list--text {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-kobo-download__list--text {
    font-size: 14px;
    line-height: 1.42;
    margin-top: 20px;
  }
}
.p-kobo-download__list--text a {
  display: inline-block;
}
.p-kobo-download__list--text2 {
  font-size: 16px;
  line-height: 1.625;
  text-indent: -16px;
  text-indent: -1rem;
  padding-left: 16px;
  padding-left: 1rem;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-kobo-download__list--text2 {
    font-size: 14px;
    line-height: 1.42;
  }
}
.p-kobo-download__list--link {
  color: #065fd4;
  position: relative;
  font-weight: 700;
}
.p-kobo-download__list--link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #065fd4;
  bottom: 0;
  left: 0;
}

.p-hisago {
  background: #f7f6f4;
}
.p-hisago .c-breadcrumbs li:not(:last-of-type)::after {
  background-image: url(../images/icon/arrow-white-w10-h5-2.svg);
}

.p-hisago-head {
  padding-top: 33px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-hisago-head {
    padding-top: 22px;
    padding-bottom: 48px;
  }
}
.p-hisago-head .l-inner {
  max-width: 1270px;
}
.p-hisago-head__head {
  max-width: 429px;
  margin: 0 auto 51px;
}
@media screen and (max-width: 767px) {
  .p-hisago-head__head {
    max-width: 320px;
    margin: unset;
  }
}
.p-hisago-head .l-lp__inner--nav {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-hisago-head .l-lp__inner--nav {
    margin-top: 70px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-hisago-head .l-lp__inner--nav .l-lp__navitem {
    margin: 0;
    width: 50%;
  }
  .p-hisago-head .l-lp__inner--nav .l-lp__navitem::after {
    display: none;
  }
  .p-hisago-head .l-lp__inner--nav .l-lp__navitem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .p-hisago-head .l-lp__inner--nav .l-lp__navitem a::after {
    content: url(../images/icon/arrow-gray-w10-h5.svg);
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .p-hisago-head .l-lp__inner--nav .l-lp__navitem a {
    font-size: 12px;
  }
}
.p-hisago-head .l-lp__nav {
  background: #fff;
  border-radius: 4px;
  padding: 17px 14px;
  border-bottom: unset;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px 0;
}
@media screen and (max-width: 767px) {
  .p-hisago-head .l-lp__nav {
    background: transparent;
    border-radius: 4px;
    padding: 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 22px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 26px;
    border-bottom: 1px solid #dcdcdc;
  }
}
.p-hisago-head .l-inner-md {
  width: 100%;
  max-width: 1040px;
}
.p-hisago-head__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .p-hisago-head__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 19px;
  }
}
.p-hisago-head__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-hisago-head__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-hisago-head__link:not(:last-child) {
  margin-bottom: 26px;
}
.p-hisago-head__link p {
  font-weight: 700;
  margin-right: 20px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-hisago-head__link p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.7;
  }
}
.p-hisago-head__link .--img {
  width: 112px;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .p-hisago-head__link .--img {
    margin-right: 2px;
  }
  .p-hisago-head__link .--img + a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0;
    padding-right: 17px;
    line-height: 1.5;
    text-align: left;
  }
}
@media screen and (max-width: 360px) {
  .p-hisago-head__link .--img + a {
    font-size: 12px;
  }
}
.p-hisago-head__bottom {
  margin-top: 33px;
  border: 1px solid #152c81;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .p-hisago-head__bottom {
    padding: 20px 15px;
  }
}
.p-hisago-head__bottom-head {
  text-align: center;
  color: #152c81;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-hisago-head__bottom-head {
    line-height: 26px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
  }
}
@media screen and (max-width: 360px) {
  .p-hisago-head__bottom-head {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-hisago-head__bottom-head span {
    width: 100%;
  }
}
.p-hisago-head__bottom p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .p-hisago-head__bottom p {
    text-align: left;
  }
}

.p-hisago-mv img {
  width: 100%;
}

.p-hisago-step {
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-hisago-step {
    padding: 50px 0;
  }
}
.p-hisago-step__title {
  padding-bottom: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-hisago-step__title {
    margin-bottom: 30px;
  }
}
.p-hisago-step__title::after {
  display: none;
  padding-bottom: 0;
}
.p-hisago-step .l-inner-md {
  max-width: 1040px;
  width: 100%;
}
.p-hisago-step__list li {
  background: #f3f7ff;
  border-radius: 4px;
  padding: 30px 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-hisago-step__list li:nth-child(2) .p-hisago-step__content p {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-hisago-step__list li {
    padding: 15px 15px 10px;
    display: block;
  }
}
.p-hisago-step__list li:not(:last-child) {
  margin-bottom: 38px;
}
.p-hisago-step__list li:not(:last-child)::after {
  position: absolute;
  content: url(../images/icon-step-flow.svg);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
}
.p-hisago-step__eng {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 29px;
  letter-spacing: 0.06em;
  color: #152c81;
  padding-right: 83px;
  line-height: 54px;
}
@media screen and (min-width: 768px) {
  .p-hisago-step__eng {
    width: 196px;
  }
}
@media screen and (max-width: 767px) {
  .p-hisago-step__eng {
    font-size: 15px;
    line-height: 1.2;
  }
}
.p-hisago-step__content {
  border-left: 2.5px solid rgba(194, 194, 194, .4);
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-hisago-step__content {
    padding-left: 0;
    border-left: unset;
  }
}
.p-hisago-step__content p {
  font-size: 24px;
  line-height: 36px;
  color: #152c81;
  padding: 9px 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-hisago-step__content p {
    font-size: 16px;
    padding: 0;
  }
}
.p-hisago-step__content p .is-link {
  text-decoration: underline;
  color: #065fd4;
  display: inline-block;
}
.p-hisago-step__content span {
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-hisago-step__content span {
    font-size: 14px;
    line-height: 1.3;
  }
}
.p-hisago-step__button {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .p-hisago-step__button {
    margin-top: 7px;
  }
}

.p-hisago-about {
  background: url(../images/bg-hisago-about.jpg) no-repeat center top/cover;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-hisago-about {
    padding: 50px 0;
  }
}
.p-hisago-about .l-inner-md {
  max-width: 1040px;
  margin: 0 auto;
}
.p-hisago-about__title {
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-hisago-about__title {
    margin-bottom: 30px;
  }
}
.p-hisago-about__title::after {
  display: none;
}
.p-hisago-about__box {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(39, 56, 116, .05);
          box-shadow: 0 0 10px rgba(39, 56, 116, .05);
  border-radius: 4px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .p-hisago-about__box {
    padding: 15px;
  }
}
.p-hisago-about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-hisago-about__head {
    display: block;
    margin-bottom: 18px;
  }
}
.p-hisago-about__head-logo {
  width: 192px;
}
@media screen and (max-width: 767px) {
  .p-hisago-about__head-logo {
    width: 153px;
    margin-bottom: 15px;
  }
}
.p-hisago-about__head-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-hisago-about__head-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.p-hisago-about__text p {
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-hisago-about__text p {
    line-height: 1.4;
  }
}
.p-hisago-about__text p:not(:last-child) {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .p-hisago-about__text p:not(:last-child) {
    line-height: 1.4;
  }
}
.p-hisago-about__text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  font-size: 14px;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  .p-hisago-about__text span {
    font-size: 13px;
    line-height: 20px;
    padding-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 6px;
  }
}
.p-hisago-about__text span::before {
  content: "※";
}

.p-hisago-news {
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-hisago-news {
    padding: 53px 0;
  }
}
.p-hisago-news .l-inner-md {
  max-width: 1040px;
  margin: 0 auto;
}
.p-hisago-news__title {
  padding-bottom: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-hisago-news__title {
    margin-bottom: 26px;
  }
}
.p-hisago-news__title::after {
  display: none;
}
.p-hisago-news ul li {
  margin-bottom: 26.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-hisago-news ul li {
    margin-bottom: 20.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-hisago-news ul li {
    display: block;
  }
}
.p-hisago-news ul li span {
  width: 111px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
}
.p-hisago-news ul li p {
  width: calc(100% - 111px);
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .p-hisago-news ul li p {
    width: 100%;
    line-height: 18px;
  }
}
.p-hisago-news__button {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-hisago-news__button {
    text-align: center;
    margin-top: 32px;
  }
}

.p-hisago-template {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-hisago-template {
    padding: 50px 0;
  }
}
.p-hisago-template .l-inner-md {
  max-width: 1040px;
  margin: 0 auto;
}
.p-hisago-template__title {
  padding-bottom: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-hisago-template__title {
    margin-bottom: 30px;
  }
}
.p-hisago-template__title::after {
  display: none;
}
.p-hisago-template__inner {
  background: #fff;
  padding: 50px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(39, 56, 116, .05);
          box-shadow: 0 0 10px rgba(39, 56, 116, .05);
}
@media screen and (max-width: 767px) {
  .p-hisago-template__inner {
    padding: 15px;
  }
}
.p-hisago-template__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-hisago-template__block {
    display: block;
  }
}
.p-hisago-template__red {
  font-size: 14px;
  line-height: 1;
  color: #d81919;
  background: #f8dada;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 23px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-hisago-template__red {
    font-size: 13px;
    height: 26px;
    margin-bottom: 1px;
  }
}
.p-hisago-template__content {
  width: calc(100% - 55px);
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-hisago-template__content {
    width: 100%;
    padding-left: 0;
  }
}
.p-hisago-template__content b {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #131b38;
}
@media screen and (max-width: 767px) {
  .p-hisago-template__content b {
    font-size: 14px;
    display: block;
    margin-bottom: -14px;
  }
}
.p-hisago-template__content p {
  margin-top: 29px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-hisago-template__content p {
    margin-top: 27px;
    margin-bottom: 17px;
    font-size: 15px;
  }
}
.p-hisago-template__button {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-hisago-template__button {
    margin-top: 34px;
  }
}
.p-hisago-template__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 20px;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .p-hisago-template__cards {
    gap: 50px;
  }
}
.p-hisago-template__card {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .p-hisago-template__card {
    width: 100%;
  }
}
.p-hisago-template__card-image {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-hisago-template__card-image {
    margin-bottom: 15px;
  }
}
.p-hisago-template__card p {
  min-height: 46px;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hisago-template__card p {
    min-height: unset;
    margin-bottom: 19px;
  }
}
.p-hisago-template__card p:nth-of-type(3) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-hisago-template__card p:nth-of-type(3) {
    margin-top: 19px;
  }
}

.p-hisago-kankyo {
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-hisago-kankyo {
    padding: 54px 0;
  }
}
.p-hisago-kankyo .l-inner-md {
  max-width: 1040px;
  margin: 0 auto;
}
.p-hisago-kankyo table {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-hisago-kankyo table {
    margin-bottom: 13px;
  }
}

.p-hisago-attention {
  padding: 60px 0 208px;
}
@media screen and (max-width: 767px) {
  .p-hisago-attention {
    padding: 50px 0;
  }
}
.p-hisago-attention .l-inner-md {
  max-width: 1040px;
  margin: 0 auto;
}
.p-hisago-attention__title {
  padding-bottom: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-hisago-attention__title {
    margin-bottom: 30px;
  }
}
.p-hisago-attention__title::after {
  display: none;
}
.p-hisago-attention__inner {
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(39, 56, 116, .05);
          box-shadow: 0px 0px 10px rgba(39, 56, 116, .05);
  background: #fff;
  padding: 50px 48px 34px;
}
@media screen and (max-width: 767px) {
  .p-hisago-attention__inner {
    padding: 29px 15px 15px;
  }
}
.p-hisago-attention__head {
  text-align: center;
}
.p-hisago-attention__head span {
  display: inline-block;
  background: #f3f7ff;
  border-radius: 23px;
  color: #131b38;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  .p-hisago-attention__head span {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 9px 15px;
    border-radius: 10px;
    text-align: left;
  }
}
.p-hisago-attention__block:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-hisago-attention__block:not(:last-child) {
    margin-bottom: 25px;
  }
}
.p-hisago-attention__block p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hisago-attention__block p {
    line-height: 1.45;
  }
}

.p-hisago-popup {
  background: rgba(37, 42, 54, .5);
}
.p-hisago-popup .first,
.p-hisago-popup .second {
  background: #fff;
  padding: 60px 60px 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-hisago-popup .first,
  .p-hisago-popup .second {
    padding: 55px 20px;
  }
}
.p-hisago-popup .second {
  padding: 71px 103px;
}
@media screen and (max-width: 767px) {
  .p-hisago-popup .second {
    padding: 70px 24px;
  }
}
.p-hisago-popup .p-hisago-attention__inner {
  height: 313px;
  overflow-y: scroll;
  padding-right: 20px;
  padding-top: 0;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .p-hisago-popup .p-hisago-attention__inner {
    margin-bottom: 20px;
    height: 244px;
    padding-left: 7px;
  }
  .p-hisago-popup .p-hisago-attention__inner .p-hisago-attention__head {
    text-align: center;
  }
}
.p-hisago-popup .p-hisago-attention__inner::-webkit-scrollbar {
  background: #efefef;
  width: 13px;
  border-radius: 23px;
}
.p-hisago-popup .p-hisago-attention__inner::-webkit-scrollbar-thumb {
  background: #2f4c9c;
  border-radius: 23px;
}
.p-hisago-popup__button a .fs-24 {
  font-size: 24px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hisago-popup__button a .fs-24 {
    font-size: 16px;
  }
}
.p-hisago-popup__button a .fs-28 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-hisago-popup__button a .fs-28 {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .p-hisago-popup__button a .fs-28 {
    font-size: 16px;
  }
}
.p-hisago-popup__button a .fs-20 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-hisago-popup__button a .fs-20 {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .p-hisago-popup__button a .fs-20 {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-hisago-popup__button--design a .fs-24 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-hisago-popup__button--design a .fs-28 {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  .p-hisago-popup__button--design a .fs-28 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-hisago-popup__button--design a .fs-20 {
    top: 4px;
    font-size: 11px;
  }
}
.p-hisago-popup__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-hisago-popup__buttons {
    gap: 10px;
  }
}
.p-hisago-popup__buttons--design {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-hisago-popup__buttons--design a {
    font-size: 12px;
    padding-right: 35px;
    line-height: 1;
  }
}
.p-hisago-popup__cancel {
  margin-top: 30px;
}
.p-hisago-popup__cancel div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-hisago-popup__cancel div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  color: #202c58;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-hisago-popup__cancel div p {
    font-size: 15px;
  }
}
.p-hisago-popup__cancel div p::before {
  content: url(../images/icon-batsu.svg);
}
.p-hisago-popup__cancel div p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #202c58;
  left: 0;
  bottom: -7px;
}
.p-hisago-popup #closePopup-text,
.p-hisago-popup #closeDesignPopup-text,
.p-hisago-popup #closePopup-textDownloadPage {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.p-hisago-popup #closePopup-text:hover,
.p-hisago-popup #closeDesignPopup-text:hover,
.p-hisago-popup #closePopup-textDownloadPage:hover {
  opacity: 0.6;
}
.p-hisago-popup__close {
  content: url(../images/icon-popup-close.svg);
  position: absolute;
  top: 27px;
  right: 27px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.p-hisago-popup__close:hover {
  opacity: 0.6;
}

.p-hisago-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.p-pro-label__bread {
  margin: 11px 0 29px 30px;
}
@media screen and (max-width: 767px) {
  .p-pro-label__bread {
    margin: 0 calc(50% - 50vw);
  }
}
.p-pro-label__nav {
  margin-top: 40px;
}

.p-pro-label-about {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-about {
    padding-bottom: 41px;
  }
}
.p-pro-label-about__text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #152c81;
  line-height: 38px;
}
.p-pro-label-about__text .--min {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-about__text {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 360px) {
  .p-pro-label-about__text {
    font-size: 14px;
  }
}
.p-pro-label-about__link {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-about__link {
    text-align: right;
  }
}
.p-pro-label-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-about__list {
    gap: 33px 35px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 36px;
    padding: 0 12px;
  }
}
.p-pro-label-about__list-item {
  width: calc(25% - 30px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pro-label-about__list-item {
    width: calc(50% - 17.5px);
  }
}
.p-pro-label-about__list-icon {
  position: absolute;
  left: 0;
  top: 0;
  background: #152c81;
  border-radius: 50px 50px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 66px;
  height: 66px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-pro-label-about__list-icon {
    width: 10.4vw;
    height: 10.4vw;
  }
}
.p-pro-label-about__list-icon img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-pro-label-about__list-icon img {
    width: 5.6vw;
    height: 5.6vw;
  }
}
.p-pro-label-about__list-image {
  overflow: hidden;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-about__list-image {
    margin-bottom: 13px;
  }
}
.p-pro-label-about__list-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-pro-label-about__list-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-pro-label-about__list-text {
    font-size: 16px;
  }
}
.p-pro-label-about__list-text span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-about__list-text span {
    font-size: 12px;
  }
}

.p-pro-label-banner {
  padding: 89px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-banner {
    padding: 30px 0;
  }
}
.p-pro-label-banner__read {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-banner__read {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
  }
}
.p-pro-label-banner__block {
  background: #fff;
  border: 1px solid #c7cad5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 36px;
  max-width: 782px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-pro-label-banner__block {
    background: unset;
    border: unset;
    padding: unset;
  }
}
.p-pro-label-banner__image {
  width: 45%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-banner__image {
    width: 100%;
    margin: 0 auto;
  }
}
.p-pro-label-banner__link {
  width: 50%;
  font-size: 24px;
  font-weight: 700;
  color: #152c81;
  padding-right: 36px;
  text-align: right;
  position: relative;
}
.p-pro-label-banner__link:after {
  position: absolute;
  content: url(../images/icon/arrow-nay-w12-h6.svg);
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-pro-label-feature {
  padding-bottom: 200px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature {
    padding-top: 42px;
    padding-bottom: 50px;
  }
}
.p-pro-label-feature__item {
  border: 1px solid #c2c2c2;
  border-radius: 4px;
}
.p-pro-label-feature__item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-pro-label-feature__head {
  background: #f2f7fd;
  border-radius: 3px 3px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__head {
    gap: 16px;
  }
}
.p-pro-label-feature__head-icon {
  width: 110px;
  height: 100px;
  background: #152c81;
  border-radius: 3px 50px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__head-icon {
    width: 61px;
    height: 57px;
    padding-left: 10px;
  }
}
.p-pro-label-feature__head-icon img {
  width: 55px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__head-icon img {
    width: 34px;
  }
}
.p-pro-label-feature__head-title {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.06em;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__head-title {
    font-size: 20px;
  }
}
.p-pro-label-feature__head-title span {
  display: block;
  font-size: 12px;
  padding-left: 9px;
  line-height: 1;
  letter-spacing: 0.65em;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__head-title span {
    font-size: 10px;
    letter-spacing: 0.3em;
    padding-left: 0;
  }
}
.p-pro-label-feature__head-title span.is-md {
  display: inline-block;
  padding-left: 0;
  letter-spacing: 0.06em;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__head-title span.is-md {
    font-size: 12px;
    display: block;
  }
}
.p-pro-label-feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__inner {
    display: block;
  }
}
.p-pro-label-feature__image {
  width: 47%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__image {
    width: 100%;
  }
}
.p-pro-label-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 3px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__image img {
    height: auto;
    border-radius: 0;
  }
}
.swiper-horizontal .p-pro-label-feature__image-pagenation {
  position: absolute;
  right: 10px;
  bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  z-index: 9999;
  left: unset;
  width: auto;
}
.swiper-horizontal .p-pro-label-feature__image-pagenation span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal .p-pro-label-feature__image-pagenation span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.swiper-horizontal .p-pro-label-feature__image-pagenation span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2f4c9c;
}
.p-pro-label-feature__image-button-next, .p-pro-label-feature__image-button-prev {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
}
.p-pro-label-feature__image-button-next {
  content: url(../images/icon-slider-button-next.svg);
  right: -5px;
}
.p-pro-label-feature__image-button-prev {
  content: url(../images/icon-slider-button-prev.svg);
  left: -5px;
}
.p-pro-label-feature__content {
  width: 53%;
  padding-left: 50px;
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__content {
    width: 100%;
    padding: 20px 16px 16px;
  }
}
.p-pro-label-feature__content-inner {
  margin-top: 20px;
  border-top: 1px solid rgba(112, 112, 112, .16);
  padding-top: 23px;
}
.p-pro-label-feature__content-block:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__content-block:not(:last-child) {
    margin-bottom: 34px;
  }
}
.p-pro-label-feature__content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-pro-label-feature__content-list {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__content-list {
    padding-left: 0;
  }
}
.p-pro-label-feature__content-list li {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__content-list li {
    font-size: 14px;
  }
}
.p-pro-label-feature__content-list li:not(:last-child) {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__content-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.p-pro-label-feature__content-list.is-disc li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-pro-label-feature__content-list.is-disc li::after {
  display: none;
}
.p-pro-label-feature__content-head {
  position: relative;
}
.p-pro-label-feature__content-head-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  position: absolute;
  top: -9px;
  left: 181px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__content-head-icons {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 10px;
  }
}
.p-pro-label-feature__content-head-icon {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__content-head-icon {
    width: 37px;
  }
}
.p-pro-label-feature__read {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__read {
    font-size: 16px;
    line-height: 24px;
  }
}
.p-pro-label-feature__read span {
  display: block;
  color: #131b38;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  .p-pro-label-feature__read span {
    margin-top: 8px;
    margin-bottom: -12px;
  }
}
.p-pro-label-feature__read span:before {
  content: "※";
}

.p-mulch__bread {
  margin: 11px 0 27px 30px;
}
@media screen and (max-width: 767px) {
  .p-mulch__bread {
    margin: 0 calc(50% - 50vw);
  }
}
.p-mulch__nav {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-mulch__nav {
    margin-top: 40px;
  }
}
.p-mulch__nav .l-lp__navitem {
  letter-spacing: unset;
}

.p-mulch-printer-feature__youtube {
  margin: 0 auto 49px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature__youtube {
    margin: 0 auto 27px;
  }
}
.p-mulch-printer-feature__youtube iframe {
  display: block;
  width: 100%;
  max-width: 720px;
  height: 407px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature__youtube iframe {
    height: 194px;
  }
}
.p-mulch-printer-feature__text {
  text-align: center;
  color: #152c81;
  font-size: 33px;
  font-weight: 700;
  line-height: 49px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature__text {
    font-size: 15px;
    line-height: 27px;
  }
}
@media screen and (max-width: 360px) {
  .p-mulch-printer-feature__text {
    font-size: 12px;
  }
}
.p-mulch-printer-feature__text .fs-30 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature__text .fs-30 {
    font-size: 15px;
    line-height: 17px;
  }
}
.p-mulch-printer-feature__text .is-dot {
  position: relative;
}
.p-mulch-printer-feature__text .is-dot::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(21, 44, 129, .12);
  border-radius: 50%;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature__text .is-dot::before {
    display: none;
  }
}
.p-mulch-printer-feature__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature__links {
    margin-top: 30px;
    gap: 10px;
  }
}
.p-mulch-printer-feature__link {
  width: calc(33.3% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3f7ff;
  border-radius: 4px;
  min-height: 100px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature__link {
    padding: unset;
    width: 100%;
    min-height: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
  }
}
.p-mulch-printer-feature__link.is-lg {
  width: calc(50% - 10px);
  min-height: 200px;
  padding: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature__link.is-lg {
    min-height: 88px;
    width: 100%;
    padding-left: 0;
  }
}
.p-mulch-printer-feature__link-image {
  width: 34%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature__link-image {
    width: 26%;
    height: auto;
  }
}
.p-mulch-printer-feature__link-image img {
  width: 100%;
  height: 100%;
  border-radius: 3px 0 0 3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mulch-printer-feature__link .is-icon {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature__link .is-icon {
    font-size: 15px;
    line-height: 23px;
    padding-right: 11px;
  }
}
.p-mulch-printer-feature__link .is-icon span:nth-child(1) {
  display: inline;
}
.p-mulch-printer-feature__link .is-icon span:nth-child(2) {
  display: inline-block;
}
.p-mulch-printer-feature__link .is-icon span:last-child {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature__link .is-icon span:last-child {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 0px;
  }
}
.p-mulch-printer-feature__link .is-icon:not(:last-child) {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature__link .is-icon:not(:last-child) {
    margin-bottom: 10px;
  }
}
.p-mulch-printer-feature__link .is-icon2 {
  font-size: 18px;
  padding-left: 46px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature__link .is-icon2 {
    font-size: 14px;
    padding-left: 22px;
    line-height: 23px;
    padding-right: 11px;
  }
}
.p-mulch-printer-feature__link .is-icon2::after {
  position: absolute;
  content: url(../images/check.svg);
  left: 12px;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature__link .is-icon2::after {
    content: url(../images/check-sp.svg);
    top: -1px;
    left: 0px;
  }
}
.p-mulch-printer-feature .p-mulch-printer-feature__link-image + .p-mulch-printer-feature__link-content {
  width: 65%;
  padding-left: 40px;
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-feature .p-mulch-printer-feature__link-image + .p-mulch-printer-feature__link-content {
    width: 74%;
    padding-left: 28px;
    padding-right: 0;
  }
}

.p-mulch-printer-banner {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-banner {
    margin-top: 27px;
  }
}
.p-mulch-printer-banner__block {
  background: url(../images/bg-mulch-printer-banner.jpg) no-repeat top center/cover;
  padding: 47px 45px 35px;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-banner__block {
    display: block;
    margin: 0 auto;
    background: url(../images/bg-mulch-printer-banner-sp.png) no-repeat top center/cover;
    padding: 33px 3px 21px 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(39, 56, 116, .16);
            box-shadow: 0px 0px 10px 0px rgba(39, 56, 116, .16);
    border-radius: 4px;
  }
}
.p-mulch-printer-banner__left {
  width: 25%;
  max-width: 260px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-banner__left {
    width: 100%;
    max-width: unset;
  }
}
.p-mulch-printer-banner__left-image {
  margin-bottom: 15px;
}
.p-mulch-printer-banner__left-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #152c81;
  text-align: center;
}
.p-mulch-printer-banner__left-text span {
  text-decoration: underline;
  font-size: 14px;
  text-underline-offset: 4px;
}
.p-mulch-printer-banner__center {
  width: 51%;
}
@media (min-width: 768px) and (max-width: 1023.9px) {
  .p-mulch-printer-banner__center {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-banner__center {
    width: 100%;
    padding-right: 11px;
  }
}
.p-mulch-printer-banner__center-read {
  display: inline-block;
  padding: 17px 20px 17px 13px;
  color: #e59100;
  border: 1px solid #e6e6e6;
  background: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-banner__center-read {
    width: 100%;
    font-size: 14px;
    padding: 12px 20px 11px 13px;
  }
}
.p-mulch-printer-banner__center-read::before {
  position: absolute;
  content: "";
  height: 100%;
  background: #e59100;
  left: 0;
  top: 0;
  width: 8px;
}
.p-mulch-printer-banner__center-title {
  font-size: 30px;
  font-weight: 700;
  color: #152c81;
  line-height: 46px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-banner__center-title {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 25px;
  }
}
.p-mulch-printer-banner__center-title .fs-31 {
  font-size: 31px;
}
.p-mulch-printer-banner__center-title .fs-28 {
  font-size: 28px;
}
.p-mulch-printer-banner__center-title .fs-24 {
  font-size: 24px;
}
.p-mulch-printer-banner__center ul li {
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-banner__center ul li {
    padding-left: 16px;
    line-height: 1.4;
  }
}
.p-mulch-printer-banner__center ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-banner__center ul li:not(:last-child) {
    margin-bottom: 4px;
  }
}
.p-mulch-printer-banner__center ul li::before {
  position: absolute;
  content: url(../images/icon-list-arrow.svg);
  left: 0;
  top: 0;
}
.p-mulch-printer-banner__center ul li b {
  font-weight: 700;
}
.p-mulch-printer-banner__right {
  width: 25%;
  max-width: 242px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-banner__right {
    width: 100%;
    max-width: unset;
    padding-right: 11px;
    margin-top: 20px;
  }
}
.p-mulch-printer-banner__right-image {
  max-width: 232px;
  margin-left: auto;
  margin-top: -9px;
}

.p-mulch-printer-lineup {
  padding-top: 85px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup {
    padding-top: 42px;
    padding-bottom: 50px;
  }
}
.p-mulch-printer-lineup__block {
  margin-bottom: 103px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__block {
    margin-bottom: 43px;
  }
}
.p-mulch-printer-lineup__block-item {
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__block-item {
    display: block;
    margin-bottom: 19px;
  }
}
.p-mulch-printer-lineup__block-image {
  width: 47.5%;
}
.p-mulch-printer-lineup__block-image img {
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__block-image {
    width: 100%;
    padding: 8% 10% 0 22%;
  }
  .p-mulch-printer-lineup__block-image.is-fsc {
    padding: 7% 5% 0 21%;
  }
}
.p-mulch-printer-lineup__block-content {
  width: 52.5%;
  padding: 50px 0px 50px 50px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__block-content {
    width: 100%;
    padding: 20px 18px 27px 13px;
  }
}
.p-mulch-printer-lineup__block-content.is-nomal {
  padding: 50px 90px 50px 50px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__block-content.is-nomal {
    padding: 20px 18px 27px 13px;
  }
}
.p-mulch-printer-lineup__block-title {
  font-size: 35px;
  line-height: 1.44;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #152c81;
  width: 100%;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__block-title {
    font-size: 20px;
    line-height: 1.45;
    padding-bottom: 21px;
    margin-bottom: 20px;
  }
}
.p-mulch-printer-lineup__block-title::before {
  position: absolute;
  content: "";
  background: #152c81;
  left: 0px;
  bottom: -0.5px;
  width: 10px;
  height: 2px;
}
.p-mulch-printer-lineup__block-title::after {
  position: absolute;
  content: "";
  background: #707070;
  opacity: 0.16;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.p-mulch-printer-lineup__block-title + p {
  font-size: 17px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__block-title + p {
    font-size: 14px;
    line-height: 20px;
    color: #152c81;
    font-weight: 400;
  }
}
.p-mulch-printer-lineup__block-wrapper {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__block-wrapper {
    margin-top: 21px;
  }
}
.p-mulch-printer-lineup__block-inner:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__block-inner:not(:last-child) {
    margin-bottom: 26px;
  }
}
.p-mulch-printer-lineup__block-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p-mulch-printer-lineup__block-inner ul li a {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 3px;
  background: #e9eef5;
  color: #152c81;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__block-inner ul li a {
    padding: 12px 15px;
  }
}
.p-mulch-printer-lineup__block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__block-button {
    gap: 20px;
  }
}
.p-mulch-printer-lineup__block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-mulch-printer-lineup__block-right {
  margin-right: 30px;
  width: 83px;
  margin-left: 22px;
}
.p-mulch-printer-lineup__block-main {
  width: calc(100% - 135px);
}
.p-mulch-printer-lineup__block-head-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-mulch-printer-lineup__block-head-content p {
  width: 66%;
  color: #152c81;
  line-height: 1.4;
}
.p-mulch-printer-lineup__block-head-content .p-mulch-printer-lineup__block-image {
  width: 25.5%;
  padding: 0;
}
.p-mulch-printer-lineup__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 34px;
  color: #152c81;
  font-weight: 700;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__sub-title {
    font-size: 22px;
    gap: 18px;
    margin-bottom: 31px;
  }
}
.p-mulch-printer-lineup__sub-title::before, .p-mulch-printer-lineup__sub-title::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #152c81;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__sub-title::before, .p-mulch-printer-lineup__sub-title::after {
    width: 14px;
  }
}
.p-mulch-printer-lineup__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 18px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__sub {
    gap: 20px;
  }
}
.p-mulch-printer-lineup__sub-item {
  width: calc(33.3% - 12px);
  position: relative;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  padding-bottom: 130px;
}
@media screen and (min-width: 768px) {
  .p-mulch-printer-lineup__sub-item:nth-child(4) p {
    margin-top: 37px;
    margin-bottom: 19px;
  }
  .p-mulch-printer-lineup__sub-item:nth-child(4) .p-mulch-printer-lineup__sub-button2 {
    bottom: 132px;
  }
}
.p-mulch-printer-lineup__sub-item:nth-child(5) .p-mulch-printer-lineup__sub-image {
  padding-left: 21%;
  padding-right: 21%;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__sub-item {
    width: 100%;
    padding-bottom: 20px;
  }
  .p-mulch-printer-lineup__sub-item:nth-child(2) .p-mulch-printer-lineup__sub-image {
    padding-top: 12%;
    padding-left: 28%;
    padding-right: 4%;
  }
  .p-mulch-printer-lineup__sub-item:nth-child(3) .p-mulch-printer-lineup__sub-image {
    padding-top: 13%;
    padding-left: 28%;
    padding-right: 8%;
  }
  .p-mulch-printer-lineup__sub-item:nth-child(4) .p-mulch-printer-lineup__sub-image {
    padding-top: 13%;
    padding-left: 28%;
    padding-right: 4%;
  }
  .p-mulch-printer-lineup__sub-item:nth-child(5) .p-mulch-printer-lineup__sub-image {
    padding-top: 13%;
    padding-left: 27%;
    padding-right: 27%;
  }
}
.p-mulch-printer-lineup__sub-item.is-lg {
  padding-bottom: 320px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__sub-item.is-lg {
    padding-bottom: 20px;
  }
}
.p-mulch-printer-lineup__sub-item p {
  padding: 0 54px;
  line-height: 26.2px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__sub-item p {
    padding: 0 14px;
    line-height: 20px;
  }
}
.p-mulch-printer-lineup__sub-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 174px;
  height: 162px;
  z-index: -1;
}
.p-mulch-printer-lineup__sub-image {
  padding-left: 30%;
  height: 289px;
  padding-right: 12%;
  padding-top: 16%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__sub-image {
    padding-left: 29%;
    height: auto;
    padding-right: 7%;
    padding-top: 18%;
    margin-bottom: 20px;
  }
}
.p-mulch-printer-lineup__sub-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mulch-printer-lineup__sub-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #152c81;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__sub-subtitle {
    text-align: left;
    font-size: 20px;
    padding: 0 14px;
    margin-bottom: 3px;
    line-height: 13px;
    display: block;
    margin-bottom: 11px;
  }
}
.p-mulch-printer-lineup__sub-subtitle span {
  font-size: 16px;
  line-height: 24px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__sub-subtitle span {
    margin-top: 4px;
    font-size: 14px;
  }
}
.p-mulch-printer-lineup__sub-subtitle2 {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__sub-subtitle2 {
    margin-bottom: 11px;
  }
}
.p-mulch-printer-lineup__sub-button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 54px 50px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__sub-button {
    position: relative;
    padding: 30px 14px 9px;
  }
}
.p-mulch-printer-lineup__sub-button2 {
  position: absolute;
  left: 0;
  bottom: 85px;
  width: 100%;
  padding: 0 54px 50px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-lineup__sub-button2 {
    position: relative;
    padding: 30px 14px 9px;
    bottom: 0;
  }
}

.p-mulch-printer-banner-bottom {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-banner-bottom {
    padding-bottom: 0;
  }
}
.p-mulch-printer-banner-bottom__block {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 40px 25px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-banner-bottom__block {
    display: block;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 50px 15px;
  }
}
.p-mulch-printer-banner-bottom__item {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-banner-bottom__item {
    width: 100%;
    display: block;
  }
  .p-mulch-printer-banner-bottom__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-mulch-printer-banner-bottom__item p {
  color: #152c81;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-banner-bottom__item p {
    font-size: 14px;
  }
}
.p-mulch-printer-banner-bottom__item p::after {
  content: url(../images/icon/arrow-nay-w4-h8.svg);
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-mulch-printer-banner-bottom__item p::after {
    margin-left: 8px;
  }
}

.p-bplog {
  padding-bottom: 201px;
}
@media screen and (max-width: 767px) {
  .p-bplog {
    padding-bottom: 49px;
  }
}
.p-bplog__inner {
  max-width: 686px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-bplog__inner {
    max-width: 767px;
    padding: 0 16px;
  }
}
.p-bplog__textbox {
  background: #f7f9fd;
  border-radius: 4px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .p-bplog__textbox {
    margin: 0 calc(50% - 50vw);
    padding: 20px 15px 10px 15px;
    width: 100vw;
  }
}
.p-bplog__text {
  font-size: 14px;
}
.p-bplog__text + .p-bplog__text {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-bplog__text + .p-bplog__text {
    margin-top: 20px;
  }
}
.p-bplog__logform {
  margin-top: 31px;
}
.p-bplog__logform form > p:not([class]) {
  color: #ff0000;
}
.p-bplog__logname {
  font-size: 16px;
  font-weight: 700;
  color: #152c81;
}
.p-bplog__logname:not(:first-of-type) {
  margin-top: 22px;
}
.p-bplog__input {
  width: 100%;
  height: 44px;
  padding: 10px 20px;
  border: 1px solid #c7cad5;
  border-radius: 4px;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .p-bplog__input {
    height: 40px;
    padding: 10px 8px;
  }
}
.p-bplog ::-webkit-input-placeholder {
  color: #152c81;
  font-size: 16px;
  opacity: 0.2;
}
.p-bplog ::-moz-placeholder {
  color: #152c81;
  font-size: 16px;
  opacity: 0.2;
}
.p-bplog ::-ms-input-placeholder {
  color: #152c81;
  font-size: 16px;
  opacity: 0.2;
}
.p-bplog ::placeholder {
  color: #152c81;
  font-size: 16px;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .p-bplog ::-webkit-input-placeholder {
    font-size: 14px;
  }
  .p-bplog ::-moz-placeholder {
    font-size: 14px;
  }
  .p-bplog ::-ms-input-placeholder {
    font-size: 14px;
  }
  .p-bplog ::placeholder {
    font-size: 14px;
  }
}

.p-bp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-bp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
}
.p-bp__sidebar {
  width: 247px;
}
@media screen and (max-width: 767px) {
  .p-bp__sidebar {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: #f7f9fd;
  }
}
@media screen and (max-width: 767px) {
  .p-bp__sidebar--inner {
    background: #f7f9fd;
  }
}
@media screen and (max-width: 767px) {
  .p-bp__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
.p-bp__nav.sticky-nav {
  position: sticky;
  top: 82px;
  width: 247px;
  z-index: 999;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media screen and (max-width: 1400px) {
  .p-bp__nav.sticky-nav {
    top: 96px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p-bp__nav.sticky-nav {
    top: 82px;
  }
}
.p-bp__navitem {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-bp__navitem {
    width: 50%;
    font-size: 14px;
  }
}
.p-bp__navitem a {
  padding: 10.5px 0 11.5px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-bp__buttons {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-bp__buttons {
    margin-top: 20px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
.p-bp__body {
  width: calc(100% - 247px);
}
@media screen and (max-width: 767px) {
  .p-bp__body {
    width: 100%;
    margin-left: 0px;
  }
}
.p-bp__inner {
  max-width: 1096px;
  margin: 0 auto;
}
.p-bp__title2--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-bp__news--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ebedf2;
  padding: 18px 0px 18px 20px;
}
@media screen and (max-width: 767px) {
  .p-bp__news--item {
    display: block;
    padding: 12px 0px 12px 0px;
  }
}
.p-bp__news--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-bp__news--wrap {
    display: block;
  }
}
.p-bp__news--wrap:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-bp__news--wrap::after {
  position: absolute;
  content: url(../images/bp-link.png);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-bp__news--wrap::after {
    top: 50%;
  }
}
.p-bp__news--wrap .p-bp__news--title {
  padding-right: 65px;
}
.p-bp__news--wrap-nopdf::after {
  content: "";
}
.p-bp__news--date {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-bp__news--date {
    font-size: 13px;
  }
}
.p-bp__news--title {
  font-size: 15px;
  line-height: 1.5333333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-bp__news--title {
    font-size: 14px;
    line-height: 1.5;
    margin-left: 0;
    -webkit-line-clamp: 2;
    margin-top: 7px;
  }
}
.p-bp__news2--item {
  border-bottom: 1px solid #ebedf2;
  padding: 18px 21px 20px;
}
@media screen and (max-width: 767px) {
  .p-bp__news2--item {
    padding: 12px 1px 12px;
  }
}
.p-bp__news2--wrap {
  display: block;
  position: relative;
}
.p-bp__news2--wrap::after {
  position: absolute;
  content: url(../images/bp-link.png);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.p-bp__news2--wrap:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-bp__news2--wrap .p-bp__news2--title {
  padding-right: 65px;
}
.p-bp__news2--wrap-nopdf::after {
  content: "";
}
.p-bp__news2--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-bp__news2--head {
    display: block;
  }
}
.p-bp__news2--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-bp__news2--list {
    width: calc(100% - 42px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    margin-top: 5px;
  }
}
.p-bp__news2--date {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-bp__news2--date {
    font-size: 13px;
  }
}
.p-bp__news2--title {
  font-size: 15px;
  line-height: 1.3333333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 6px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .p-bp__news2--title {
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-height: 1.2857142857;
  }
}
.p-bp-top {
  padding-bottom: 208px;
}
@media screen and (max-width: 767px) {
  .p-bp-top {
    padding-bottom: 49px;
  }
}
.p-bp-top-campaign {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-bp-top-campaign {
    margin-top: 70px;
  }
}
.p-bp-top-campaign__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -19px;
  gap: 19px 0;
}
@media screen and (max-width: 767px) {
  .p-bp-top-campaign__contents {
    display: block;
    margin-left: 0px;
  }
}
.p-bp-top-campaign__item {
  position: relative;
  border: #ebedf2 solid 1px;
  border-radius: 4px;
  margin-top: 0px;
  margin-left: 19px;
  width: calc(50% - 19px);
  padding: 30px 30px;
}
@media screen and (max-width: 767px) {
  .p-bp-top-campaign__item {
    width: 100%;
    margin-left: 0;
    margin-top: 21px;
    padding: 10px 9px;
  }
  .p-bp-top-campaign__item + .p-bp-top-campaign__item {
    margin-top: 10px;
  }
}
.p-bp-top-campaign__item a .p-bp-top-campaign__title {
  padding-right: 50px;
}
.p-bp-top-campaign__item a .p-bp-top-campaign__title::after {
  position: absolute;
  content: url(../images/bp-link.png);
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-bp-top-campaign__item a .p-bp-top-campaign__title--nopdf::after {
  content: "";
}
.p-bp-top-campaign__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-bp-top-campaign__title {
    font-size: 14px;
    line-height: 1.2857142857;
    position: unset;
  }
}
.p-bp-top-campaign__text {
  font-size: 15px;
  line-height: 1.4666666667;
  margin-top: 11px;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-bp-top-campaign__text {
    font-size: 14px;
    line-height: 1.2857142857;
    padding-right: 65px;
  }
}
.p-bp-top-new {
  margin-top: 107px;
}
@media screen and (max-width: 767px) {
  .p-bp-top-new {
    margin-top: 84px;
  }
}
.p-bp-top-new__item + .p-bp-top-new__item {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .p-bp-top-new__item + .p-bp-top-new__item {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-bp-top-new__tablewrap {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    width: calc(100% + 10px);
    padding-bottom: 5px;
  }
  .p-bp-top-new__tablewrap::-webkit-scrollbar {
    height: 3px;
  }
  .p-bp-top-new__tablewrap::-webkit-scrollbar-track {
    background-color: #ebedf2;
  }
  .p-bp-top-new__tablewrap::-webkit-scrollbar-thumb {
    background-color: #152c81;
    border-radius: 50px;
  }
  .p-bp-top-new__tablewrap::-webkit-scrollbar-corner {
    background-color: #ebedf2;
  }
}
.p-bp-top-new__table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-bp-top-new__table {
    width: 964px;
  }
}
.p-bp-top-new__table th:not(:last-of-type) {
  width: 174px;
}
@media screen and (max-width: 767px) {
  .p-bp-top-new__table th:not(:last-of-type) {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-bp-top-new__table th:last-of-type {
    text-align: left;
  }
}
.p-bp-top-new__table td a {
  padding-right: 60px;
  display: block;
  width: 100%;
}
.p-bp-top-new__table td a::after {
  width: 40px;
  height: 40px;
  position: absolute;
  content: url(../images/bp-link.png);
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-bp-top-new__table td a:not(.p-bp-top-new__td--nopdf) {
    padding-left: 25px;
  }
  .p-bp-top-new__table td a:not(.p-bp-top-new__td--nopdf)::after {
    content: none;
  }
  .p-bp-top-new__table td a:not(.p-bp-top-new__td--nopdf)::before {
    width: 25px;
    height: 25px;
    position: absolute;
    content: url(../images/bp-link_sp.svg);
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-bp-top-new__table td .p-bp-top-new__td--nopdf::after {
  content: "";
}
@media screen and (max-width: 767px) {
  .p-bp-top-new__table td .p-bp-top-new__td--nopdf::before {
    content: "";
  }
}
.p-bp-top-revision {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-bp-top-revision {
    margin-top: 86px;
  }
}
.p-bp-top-public {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-bp-top-public {
    margin-top: 67px;
  }
}
.p-bp-top-public__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -19px;
  margin-top: 98px;
}
@media screen and (max-width: 767px) {
  .p-bp-top-public__list {
    display: block;
    margin-left: 0;
    margin-top: 36px;
  }
}
.p-bp-top-public__item {
  background: #f7f9fd;
  border-radius: 4px;
  width: calc(50% - 19px);
  margin-left: 19px;
  padding: 53px 20px;
}
@media screen and (max-width: 767px) {
  .p-bp-top-public__item {
    margin: 0 calc(50% - 50vw) 0;
    width: 100vw;
    padding: 33px calc(50vw - 50%) 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-bp-top-public__title2 {
    margin-top: -10px;
  }
}
.p-bp-top-public__buttonwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 438px;
  width: 100%;
}
.p-bp-top-movie {
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  .p-bp-top-movie {
    margin-top: 54px;
  }
}
.p-bp-top-movie__sliderwrap {
  position: relative;
}
.p-bp-top-movie__slider {
  width: 100vw;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-bp-top-movie__slider {
    margin-top: 21px;
  }
}
.p-bp-top-movie__item {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-bp-top-movie__item {
    width: 257px;
  }
}
.p-bp-top-movie__image {
  border-radius: 4px;
  position: relative;
  padding-top: 56.25%;
}
.p-bp-top-movie__image iframe {
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-bp-top-movie__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  margin-top: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #152c81;
}
@media screen and (max-width: 767px) {
  .p-bp-top-movie__title {
    font-size: 13px;
    line-height: 1.3846153846;
    margin-top: 21px;
  }
}
.p-bp-top-movie__nav {
  position: absolute;
  top: 0;
  width: 100%;
}
.p-bp-top-movie__nav-prev, .p-bp-top-movie__nav-next {
  width: 48px;
  height: 48px;
  background: #e6960b;
  opacity: 0.9;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .p-bp-top-movie__nav-prev, .p-bp-top-movie__nav-next {
    width: 37px;
    height: 37px;
    margin-top: 54px;
  }
}
.p-bp-top-movie__nav-prev {
  left: -24px;
}
@media screen and (max-width: 767px) {
  .p-bp-top-movie__nav-prev {
    display: none;
  }
}
.p-bp-top-movie__nav-prev::after {
  position: absolute;
  content: url(../images/icon/arrow-white-w14-h7-left.svg);
  top: 33%;
  left: 37%;
}
.p-bp-top-movie__nav-next {
  left: unset;
  right: -2%;
}
@media screen and (max-width: 767px) {
  .p-bp-top-movie__nav-next {
    right: 15px;
  }
}
.p-bp-top-movie__nav-next::after {
  position: absolute;
  content: url(../images/icon/arrow-white-w14-h7-left.svg);
  left: 42%;
  top: 28%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-bp-top-movie__nav-next::after {
    top: 30%;
    width: 10px;
    height: 10px;
    content: url(../images/icon/arrow-white-w10-h5-2.svg);
    rotate: 180deg;
  }
}
.p-bp-reorganization {
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .p-bp-reorganization {
    padding-bottom: 49px;
  }
}
.p-bp-reorganization__news {
  margin-top: 60px;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-bp-reorganization__news {
    margin-top: 36px;
  }
}
.p-bp-reorganization__news.active {
  display: block;
}
.p-bp-download {
  padding-bottom: 199px;
}
@media screen and (max-width: 767px) {
  .p-bp-download {
    padding-bottom: 50px;
  }
}
.p-bp-download__text {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-bp-download__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.p-bp-download__listbox {
  margin-top: 10px;
  background: #f7f9fd;
  border-radius: 4px;
  margin-top: 29px;
  padding: 31px 32px;
  line-height: 1.6428571429;
}
@media screen and (max-width: 767px) {
  .p-bp-download__listbox {
    border-radius: 0px;
    width: 100vw;
    margin: 22px calc(50% - 50vw) 0;
    padding: 19px 14px;
  }
}
.p-bp-download__section {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-bp-download__section {
    margin-top: 53px;
  }
}
.p-bp-download__section + .p-bp-download__section {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-bp-download__section + .p-bp-download__section {
    margin-top: 53px;
  }
}

@media screen and (min-width: 768px) {
  .p-online__table {
    display: none;
  }
  .p-online__table.is-active {
    display: block;
  }
}
.p-online .c-border3 {
  margin: 0;
  width: 100%;
}

.p-template {
  padding-bottom: 195px;
}
@media screen and (max-width: 767px) {
  .p-template {
    padding-bottom: 48px;
  }
}
.p-template__nav {
  margin-top: 43px;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .u-smt0 {
    margin-top: 0px !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smt25 {
    margin-top: 25px !important;
  }
  .u-smt30 {
    margin-top: 30px !important;
  }
  .u-smt35 {
    margin-top: 35px !important;
  }
  .u-smt40 {
    margin-top: 40px !important;
  }
  .u-smt45 {
    margin-top: 45px !important;
  }
  .u-smt50 {
    margin-top: 50px !important;
  }
  .u-smt55 {
    margin-top: 55px !important;
  }
  .u-smt60 {
    margin-top: 60px !important;
  }
  .u-smt65 {
    margin-top: 65px !important;
  }
  .u-smt70 {
    margin-top: 70px !important;
  }
  .u-smt75 {
    margin-top: 75px !important;
  }
  .u-smt80 {
    margin-top: 80px !important;
  }
  .u-smt85 {
    margin-top: 85px !important;
  }
  .u-smt90 {
    margin-top: 90px !important;
  }
  .u-smt95 {
    margin-top: 95px !important;
  }
  .u-smt100 {
    margin-top: 100px !important;
  }
  .u-smb0 {
    margin-bottom: 0px !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-smb25 {
    margin-bottom: 25px !important;
  }
  .u-smb30 {
    margin-bottom: 30px !important;
  }
  .u-smb35 {
    margin-bottom: 35px !important;
  }
  .u-smb40 {
    margin-bottom: 40px !important;
  }
  .u-smb45 {
    margin-bottom: 45px !important;
  }
  .u-smb50 {
    margin-bottom: 50px !important;
  }
  .u-smb55 {
    margin-bottom: 55px !important;
  }
  .u-smb60 {
    margin-bottom: 60px !important;
  }
  .u-smb65 {
    margin-bottom: 65px !important;
  }
  .u-smb70 {
    margin-bottom: 70px !important;
  }
  .u-smb75 {
    margin-bottom: 75px !important;
  }
  .u-smb80 {
    margin-bottom: 80px !important;
  }
  .u-smb85 {
    margin-bottom: 85px !important;
  }
  .u-smb90 {
    margin-bottom: 90px !important;
  }
  .u-smb95 {
    margin-bottom: 95px !important;
  }
  .u-smb100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spt0 {
    padding-top: 0px !important;
  }
  .u-spt5 {
    padding-top: 5px !important;
  }
  .u-spt10 {
    padding-top: 10px !important;
  }
  .u-spt15 {
    padding-top: 15px !important;
  }
  .u-spt20 {
    padding-top: 20px !important;
  }
  .u-spt25 {
    padding-top: 25px !important;
  }
  .u-spt30 {
    padding-top: 30px !important;
  }
  .u-spt35 {
    padding-top: 35px !important;
  }
  .u-spt40 {
    padding-top: 40px !important;
  }
  .u-spt45 {
    padding-top: 45px !important;
  }
  .u-spt50 {
    padding-top: 50px !important;
  }
  .u-spt55 {
    padding-top: 55px !important;
  }
  .u-spt60 {
    padding-top: 60px !important;
  }
  .u-spt65 {
    padding-top: 65px !important;
  }
  .u-spt70 {
    padding-top: 70px !important;
  }
  .u-spt75 {
    padding-top: 75px !important;
  }
  .u-spt80 {
    padding-top: 80px !important;
  }
  .u-spt85 {
    padding-top: 85px !important;
  }
  .u-spt90 {
    padding-top: 90px !important;
  }
  .u-spt95 {
    padding-top: 95px !important;
  }
  .u-spt100 {
    padding-top: 100px !important;
  }
  .u-spb0 {
    padding-bottom: 0px !important;
  }
  .u-spb5 {
    padding-bottom: 5px !important;
  }
  .u-spb10 {
    padding-bottom: 10px !important;
  }
  .u-spb15 {
    padding-bottom: 15px !important;
  }
  .u-spb20 {
    padding-bottom: 20px !important;
  }
  .u-spb25 {
    padding-bottom: 25px !important;
  }
  .u-spb30 {
    padding-bottom: 30px !important;
  }
  .u-spb35 {
    padding-bottom: 35px !important;
  }
  .u-spb40 {
    padding-bottom: 40px !important;
  }
  .u-spb45 {
    padding-bottom: 45px !important;
  }
  .u-spb50 {
    padding-bottom: 50px !important;
  }
  .u-spb55 {
    padding-bottom: 55px !important;
  }
  .u-spb60 {
    padding-bottom: 60px !important;
  }
  .u-spb65 {
    padding-bottom: 65px !important;
  }
  .u-spb70 {
    padding-bottom: 70px !important;
  }
  .u-spb75 {
    padding-bottom: 75px !important;
  }
  .u-spb80 {
    padding-bottom: 80px !important;
  }
  .u-spb85 {
    padding-bottom: 85px !important;
  }
  .u-spb90 {
    padding-bottom: 90px !important;
  }
  .u-spb95 {
    padding-bottom: 95px !important;
  }
  .u-spb100 {
    padding-bottom: 100px !important;
  }
}
.u-pointer-none {
  pointer-events: none;
}

.u-w03per {
  width: 3%;
}

.u-w05per {
  width: 5%;
}

.u-w10per {
  width: 10%;
}

.u-w13per {
  width: 13%;
}

.u-w15per {
  width: 15%;
}

.u-w20per {
  width: 20%;
}

.u-w23per {
  width: 23%;
}

.u-w25per {
  width: 25%;
}

.u-w30per {
  width: 30%;
}

.u-w33per {
  width: 33%;
}

.u-w35per {
  width: 35%;
}

.u-w40per {
  width: 40%;
}

.u-w43per {
  width: 43%;
}

.u-w45per {
  width: 45%;
}

.u-w50per {
  width: 50%;
}

.u-w53per {
  width: 53%;
}

.u-w55per {
  width: 55%;
}

.u-w60per {
  width: 60%;
}

.u-w63per {
  width: 63%;
}

.u-w65per {
  width: 65%;
}

.u-w70per {
  width: 70%;
}

.u-w73per {
  width: 73%;
}

.u-w75per {
  width: 75%;
}

.u-w80per {
  width: 80%;
}

.u-w83per {
  width: 83%;
}

.u-w85per {
  width: 85%;
}

.u-w90per {
  width: 90%;
}

.u-w93per {
  width: 93%;
}

.u-w95per {
  width: 95%;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #f4f8ff;
}

/* hidden
--------------------------------------------------------------*/
.u-xxl-hidden {
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .u-xxl-hidden {
    display: none;
  }
}
.u-xxl-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023.9px) {
  .u-xxl-hidden--flex {
    display: none;
  }
}

.u-xxl-only {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .u-xxl-only {
    display: block;
  }
}

.u-xl-only {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-md-only--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-md-only--inline {
    display: inline-block;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-md-hidden--flex {
    display: none;
  }
}
@media (max-width: 1023.9px) {
  .u-md-hidden--flex.is-tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-md-hidden--inline {
    display: none;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-no-bottom {
  margin-bottom: unset;
}

.is-no-bg {
  background: unset;
}

/* images
--------------------------------------------------------------*/
.m0auto {
  margin: 0 auto;
}