@charset "UTF-8";
/*
 * このファイルは - 直 接 修 正 禁 止 - です。
 * ファイルを別途作成し、そのファイルに追加・修正してください。
*/
body {
  display: block
}
:where(html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, picture) {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
picture {
  display: block
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}
:where(h1, h2, h3, h4, h5, h6) {
  font-size: 100%;
  font-weight: normal
}
ul, ol {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
th, td {
  word-wrap: break-word
}
caption, th {
  text-align: left
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 0
}
img[src$=".svg"] {
  max-width: 100%
}
@font-face {
  font-family: "icons";
  src: url("/dcms_media/other/icons.woff") format("woff"), url("/dcms_media/other/icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}
html {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  line-break: strict;
  -ms-overflow-x: hidden;
  overflow-x: hidden
}
@media screen and (max-width: 373.8px) {
  html {
    font-size: 56%
  }
}
* {
  line-height: 1.75;
  letter-spacing: .08em;
  font-size: 1.6rem
}
a {
  color: #333;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.2s ease-in;
  cursor: pointer
}
a :where(img) {
  transition: all 0.2s ease-in
}
a:hover :where(img) {
  opacity: 0.7
}
:where(h1, h2, h3, h4, h5) {
  font-weight: 900
}
h1 {
  font-size: 6rem
}
@media screen and (max-width: 679.8px) {
  h1 {
    font-size: 3rem
  }
}
h2 {
  font-size: 4.2rem
}
@media screen and (max-width: 679.8px) {
  h2 {
    font-size: 2.5rem
  }
}
h3 {
  font-size: 2.8rem
}
@media screen and (max-width: 679.8px) {
  h3 {
    font-size: 2.2rem
  }
}
h4 {
  font-size: 2.4rem
}
@media screen and (max-width: 679.8px) {
  h4 {
    font-size: 2rem
  }
}
h5 {
  font-size: 1.8rem
}
.l-main {
  width: 95%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999
}
.l-header__inner {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  position: relative;
  z-index: 0
}
.l-header__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.2s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}
.l-header__inner.is-scrolled::before {
  opacity: 1
}
.l-header__inside {
  width: 95%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px
}
@media screen and (max-width: 679.8px) {
  .l-header__inside {
    padding-top: 10px;
    padding-bottom: 10px
  }
}
.l-header__logo {
  display: block;
  width: 230px
}
@media screen and (max-width: 679.8px) {
  .l-header__logo {
    width: 150px
  }
}
.l-header__list {
  display: flex
}
@media screen and (max-width: 979.8px) {
  .l-header__list {
    flex-flow: column;
    position: absolute;
    top: 0;
    left: -100vw;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    transition: 0.5s ease-in;
    padding-top: 200px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px
  }
  .l-header__list.is-open {
    visibility: visible;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%)
  }
}
.l-header__list-item {
  margin-left: 20px
}
@media screen and (max-width: 979.8px) {
  .l-header__list-item {
    margin-left: 0;
    text-align: center
  }
}
@media screen and (max-width: 979.8px) {
  .l-header__list-item + .l-header__list-item {
    margin-top: 10px
  }
}
.l-header__list-item a {
  color: #133162;
  font-weight: 700;
  position: relative;
  display: inline-block
}
.l-header__list-item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #133162;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s
}
.l-header__list-item a:hover::after {
  transform: scale(1, 1)
}
.l-header__hamburger {
  display: none
}
@media screen and (max-width: 979.8px) {
  .l-header__hamburger {
    display: block;
    margin-left: auto
  }
}
.l-footer {
  width: 95%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 200px
}
.l-footer * {
  color: #133162;
  font-size: 1.4rem;
  font-weight: 500
}
.l-footer__inner {
  display: flex;
  flex-flow: column;
  align-items: center
}
.l-footer__link {
  position: relative;
  display: inline-block
}
.l-footer__link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #133162;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s
}
.l-footer__link:hover::after {
  transform: scale(1, 1)
}
.l-footer__link::after {
  height: 1px
}
.l-footer__link + .l-footer__link {
  margin-left: 10px;
  position: relative
}
.l-footer__link + .l-footer__link::before {
  content: "";
  width: 1px;
  height: calc(100% - 7px);
  background-color: #133162;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%)
}
.l-footer__annotation {
  font-size: 1.1rem;
  margin-top: 20px
}
.l-footer__copy {
  margin-top: 30px
}
.c-hamburger {
  width: 40px;
  cursor: pointer
}
.c-hamburger__line {
  display: block;
  background-color: #133162;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s ease-in
}
.c-hamburger__line:nth-child(n+2) {
  margin-top: 4px
}
.c-hamburger__text {
  color: #133162;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif
}
.is-open .c-hamburger__line {
  transform: translateY(2px) rotate(-225deg)
}
.is-open .c-hamburger__line:nth-child(2) {
  transform: translateY(-3px) rotate(225deg)
}
.is-open .c-hamburger__line:nth-child(3) {
  opacity: 0;
  visibility: hidden
}
.c-list-note {
  counter-reset: my-counter
}
.c-list-note__item {
  font-size: 1.4rem;
  font-weight: 500
}
.c-list-note__item::before {
  content: "\203b"counter(my-counter);
  counter-increment: my-counter;
  display: inline-block
}
*[class*="js-biggerlink"] {
  transition: all 0.2s ease-in
}
*[class*="js-biggerlink"]:hover {
  cursor: pointer
}
.js-banner.is-mobile {
  transition: all 0.2s ease-in;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 30px)
}
.js-banner.is-scroll {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0)
}
.p-banner {
  position: fixed;
  z-index: 998;
  bottom: 20px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  background: #fece2f;
  filter: drop-shadow(0px 5px 0px #d6ad25);
  border-radius: 10px;
  width: 95%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  transition: all 0.2s ease-in
}
@media screen and (max-width: 679.8px) {
  .p-banner {
    padding: 10px;
    bottom: 10px
  }
}
.p-banner__inside {
  display: flex;
  justify-content: center;
  align-items: center
}
@media screen and (max-width: 679.8px) {
  .p-banner__inside {
    flex-flow: column
  }
}
.p-banner__text {
  font-size: 1.6rem;
  font-weight: 700;
  width: 192px
}
@media screen and (max-width: 679.8px) {
  .p-banner__text {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 1.3rem;
    width: 100%
  }
}
.p-banner__sub {
  font-size: 1.2rem;
  font-weight: 500;
  display: block
}
@media screen and (max-width: 679.8px) {
  .p-banner__sub {
    font-size: 1rem;
    margin-left: 3px
  }
}
.p-banner__tel {
  margin-left: 20px;
  width: 319px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  margin-right: 25px;
  border-right: 2px solid #fff;
  box-sizing: content-box
}
@media screen and (max-width: 979.8px) {
  .p-banner__tel {
    width: 260px;
    margin-left: 10px;
    padding-right: 5px;
    margin-right: 10px
  }
}
@media screen and (max-width: 679.8px) {
  .p-banner__tel {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    border-right: 0
  }
}
.p-banner__tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%
}
.p-banner__tel img {
  display: block;
  height: auto;
  width: 100%
}
.p-banner__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  border-radius: 40px;
  background: #cc2d2d;
  box-shadow: 0px 5px 0px #a32020;
  padding: 20px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (max-width: 1199.8px) {
  .p-banner__button {
    width: auto;
    flex: 1
  }
}
@media screen and (max-width: 979.8px) {
  .p-banner__button {
    font-size: 2.2rem;
    padding: 10px
  }
}
@media screen and (max-width: 679.8px) {
  .p-banner__button {
    font-size: 2rem;
    width: 100%
  }
}
.p-hero {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  position: relative;
  z-index: 0
}
.p-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  background-image: url(/dcms_media/image/lp-hero-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% -100px;
  z-index: -3
}
@media screen and (max-width: 679.8px) {
  .p-hero::before {
    background-position: 50% -130px
  }
}
.p-hero__inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative
}
.p-hero__inner > * {
  width: 100%;
  max-width: 680px
}
.p-hero__comment {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  background-color: #133162;
  padding: 10px;
  border-radius: 35px;
  text-align: center;
  position: relative;
  z-index: 0;
  max-width: 550px
}
@media screen and (max-width: 679.8px) {
  .p-hero__comment {
    font-size: 1.8rem;
    margin-top: 15px
  }
}
.p-hero__comment::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 53px;
  width: 25px;
  height: 17px;
  background-image: url(/dcms_media/image/lp-hero-comment.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat
}
.p-hero__comment-small {
  font-size: 2rem
}
@media screen and (max-width: 679.8px) {
  .p-hero__comment-small {
    font-size: 1.6rem
  }
}
.p-hero__title {
  color: #133162;
  text-align: center;
  width: auto;
  max-width: none;
  font-size: 6rem
}
@media screen and (max-width: 1063.8px) {
  .p-hero__title {
    font-size: 4rem
  }
}
@media screen and (max-width: 979.8px) {
  .p-hero__title {
    margin-right: 110px
  }
}
@media screen and (max-width: 679.8px) {
  .p-hero__title {
    font-size: 2.6rem;
    margin-top: 10px;
    margin-right: 0
  }
}
.p-hero__title-small {
  font-size: 3rem
}
@media screen and (max-width: 1063.8px) {
  .p-hero__title-small {
    font-size: 2.6rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-hero__title-small {
    font-size: 1.6rem
  }
}
.p-hero__title-midpoint {
  font-size: inherit;
  font-weight: inherit;
  margin-left: -20px;
  margin-right: -20px
}
@media screen and (max-width: 1063.8px) {
  .p-hero__title-midpoint {
    margin-left: -10px;
    margin-right: -10px
  }
}
.p-hero__price {
  font-size: 2rem;
  font-weight: 700;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-image: url(/dcms_media/image/lp-hero-price.png);
  background-size: 100%;
  background-position: 50% 60%;
  background-repeat: no-repeat
}
.p-hero__price-num {
  font-size: 10rem;
  color: #cc2d2d;
  position: relative;
  letter-spacing: 0;
  display: block;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  line-height: 1
}
.p-hero__price-jp {
  position: absolute;
  bottom: 40px;
  left: 38px;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1
}
.p-hero__item {
  width: calc(100% / 3);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(24, 82, 177, 0.3);
  padding-bottom: 20px
}
@media screen and (max-width: 679.8px) {
  .p-hero__item {
    width: 100%
  }
}
.p-hero__item + .p-hero__item {
  margin-left: 30px
}
@media screen and (max-width: 679.8px) {
  .p-hero__item + .p-hero__item {
    margin-left: 0;
    margin-top: 15px
  }
}
.p-hero__items {
  display: flex;
  margin-top: 25px
}
@media screen and (max-width: 679.8px) {
  .p-hero__items {
    flex-flow: column
  }
}
.p-hero__item-head, .p-hero__item-text {
  padding-left: 15px;
  padding-right: 15px
}
.p-hero__item-head {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 0;
  overflow: hidden
}
.p-hero__item-head::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(https://mikahdzfcjp.sbs/dcms_media/image/lp-hero-item.png);
  background-size: 150%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1
}
.p-hero__item-text {
  font-weight: 700;
  text-align: center;
  margin-top: 20px
}
.p-hero__item-text--02 {
  margin-top: 8px
}
.p-hero__item-num {
  font-family: "Montserrat", sans-serif;
  color: #cc2d2d;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0
}
.p-hero__item-num--01 {
  font-size: 5.5rem
}
.p-hero__item-num--02 {
  font-size: 4.3rem
}
.p-hero__icon {
  width: 270px;
  height: 270px;
  background-image: url(/dcms_media/image/lp-icon-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50px;
  right: -50px;
  z-index: -2
}
@media screen and (max-width: 1339.8px) {
  .p-hero__icon {
    width: 200px;
    height: 200px;
    right: -10px
  }
}
@media screen and (max-width: 979.8px) {
  .p-hero__icon {
    right: 0;
    top: 80px
  }
}
@media screen and (max-width: 679.8px) {
  .p-hero__icon {
    position: static;
    margin-right: auto;
    width: 150px;
    height: 150px
  }
}
.p-hero__icon-text {
  color: #cc2d2d;
  letter-spacing: 0;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1))
}
@media screen and (max-width: 1339.8px) {
  .p-hero__icon-text {
    font-size: 3rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-hero__icon-text {
    font-size: 2.4rem
  }
}
.p-hero__icon-text--black {
  color: #333;
  font-size: 3.8rem;
  font-weight: 700
}
@media screen and (max-width: 1339.8px) {
  .p-hero__icon-text--black {
    font-size: 2.5rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-hero__icon-text--black {
    font-size: 2rem
  }
}
.p-hero__img {
  position: absolute;
  top: 240px;
  right: -200px;
  width: 360px;
  height: auto;
  z-index: -1
}
@media screen and (max-width: 1339.8px) {
  .p-hero__img {
    width: 200px;
    right: -10px
  }
}
@media screen and (max-width: 979.8px) {
  .p-hero__img {
    display: none
  }
}
@media screen and (max-width: 679.8px) {
  .p-hero__img {
    display: block;
    top: 0;
    right: auto;
    left: 155px;
    width: auto;
    height: 150px
  }
}
.p-mv {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  position: relative;
  z-index: 0
}
.p-mv--pattern03 {
  padding-bottom: 40px
}
@media screen and (max-width: 979.8px) {
  .p-mv--pattern03 .p-mv__items {
    margin-top: 200px
  }
}
@media screen and (max-width: 979.8px) {
  .p-mv--pattern04 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}
.p-mv--pattern04 .p-mv__inner {
  padding: 35px;
  align-items: flex-start;
  z-index: 2;
  margin-bottom: 20px
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__inner {
    padding: 15px
  }
}
.p-mv--pattern04 .p-mv__title {
  text-align: left
}
.p-mv--pattern04 .p-mv__icon {
  width: 150px;
  height: 150px
}
@media screen and (max-width: 979.8px) {
  .p-mv--pattern04 .p-mv__icon {
    margin-left: auto;
    margin-right: 0
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__icon {
    width: 100px;
    height: 100px
  }
}
.p-mv--pattern04 .p-mv__icon-text {
  font-size: 1.8rem
}
@media screen and (min-width : 83px) {
  .p-mv--pattern04 .p-mv__icon-text {
    font-size: 2.6rem
  }
}
.p-mv--pattern04 .p-mv__icon-text--black {
  font-size: 1.4rem
}
@media screen and (min-width : 83px) {
  .p-mv--pattern04 .p-mv__icon-text--black {
    font-size: 2rem
  }
}
.p-mv--pattern04 .p-mv__right {
  top: 43%;
  left: 84%;
  z-index: 1;
  position: absolute
}
@media screen and (max-width: 979.8px) {
  .p-mv--pattern04 .p-mv__right {
    top: 27%;
    left: auto;
    right: 20px
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__right {
    top: 40%
  }
}
@media screen and (min-width: 980px) {
  .p-mv--pattern04 .p-mv__price {
    position: absolute;
    left: 64%;
    top: 24%
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__price {
    font-size: 1.6rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__price-num {
    font-size: 6.8rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__price-jp {
    bottom: 25px;
    left: 23px;
    font-size: 0.8rem
  }
}
.p-mv--pattern04 .p-mv__slider-img .main-visual__panel img {
  max-width: 206px;
  position: absolute;
  bottom: 0;
  right: 12%
}
@media screen and (max-width: 979.8px) {
  .p-mv--pattern04 .p-mv__slider-img .main-visual__panel img {
    max-width: 180px;
    right: 10%
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__slider-img .main-visual__panel img {
    max-width: 120px;
    right: 0
  }
}
.p-mv--pattern04 .p-mv__slider-data {
  position: relative
}
.p-mv--pattern04 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #133162
}
.p-mv--pattern04 .swiper-pagination-bullets {
  bottom: 15px
}
@media screen and (max-width: 979.8px) {
  .p-mv--pattern04 .swiper-pagination-bullets {
    bottom: 0px;
    position: relative
  }
}
@media screen and (max-width: 1024.8px) {
  .p-mv--pattern04 .p-mv__slider-data {
    overflow-x: hidden;
    margin-bottom: 20px
  }
}
.p-mv--pattern04 .swiper-slide {
  background: linear-gradient(#70B8E2 17.34%, #e9f5fa 100%)
}
@media screen and (max-width: 979.8px) {
  .p-mv--pattern04 .p-mv__items {
    /*padding-right: 180px*/
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__items {
    flex-flow: row;
    flex-wrap: wrap;
    padding-right: 120px;
    justify-content: space-between;
    max-width: 500px;
    align-items: center;
    margin: 0 auto
  }
}
@media screen and (max-width: 979.8px) {
  .p-mv--pattern04 .p-mv__item-num {
    font-size: 2.2rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__item-num {
    font-size: 2rem
  }
}
@media screen and (max-width: 979.8px) {
  .p-mv--pattern04 .p-mv__item-num--01 {
    font-size: 2.8rem;
    line-height: 1
  }
}
@media screen and (max-width: 979.8px) {
  .p-mv--pattern04 .p-mv__item-head, .p-mv--pattern04 .p-mv__item-text {
    /*font-size: 1rem;*/
    padding-top: 5px
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__item-head, .p-mv--pattern04 .p-mv__item-text {
    padding: 5px
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__item-text {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__item {
    width: calc(100% / 2 - 5px);
    padding-bottom: 5px
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__item + .p-mv__item {
    margin-left: 0;
    margin-top: 0px
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__item:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
  }
}
@media screen and (max-width: 979.8px) {
  .p-mv--pattern04 .p-mv__item-text--02 {
    margin-top: 20px
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv--pattern04 .p-mv__item-text--02 {
    margin-top: 0px;
    padding-bottom: 5px
  }
}
.is-editor .p-mv--pattern04 .js-main__slider .swiper-wrapper {
  display: block;
  transform: none
}
.p-mv__bg {
  width: 100%;
  height: calc(100% + 300px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3
}
.p-mv__bg img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  margin-top: -100px
}
@media screen and (max-width: 979.8px) {
  .p-mv__bg img {
    margin-top: -130px
  }
}
@media screen and (max-width: 979.8px) {
  .p-mv__bg-pc {
    display: none
  }
}
.p-mv__bg-md {
  display: none
}
@media screen and (max-width: 979.8px) {
  .p-mv__bg-md {
    display: block
  }
}
.p-mv__bg--pattern03 {
  height: 100%
}
@media screen and (max-width: 979.8px) {
  .p-mv__bg--pattern03 {
    height: calc(100% - 260px)
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__bg--pattern03 {
    height: calc(100% - 630px)
  }
}
.p-mv__bg--pattern03 img {
  margin-top: 0
}
.p-mv__bg--pattern05 {
  height: calc(100% - 20px)
}
@media screen and (max-width: 979.8px) {
  .p-mv__bg--pattern05 {
    height: calc(100% - 100px)
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__bg--pattern05 {
    height: calc(100% - 540px)
  }
}
.p-mv__bg--pattern05 img {
  margin-top: 0
}
@media screen and (max-width: 979.8px) {
  .p-mv__bg--pattern05 img {
    object-position: 100% 15%;
    margin-top: -30px
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__bg--pattern05 img {
    margin-top: 0
  }
}
.p-mv__inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative
}
.p-mv__inner > * {
  width: 100%;
  max-width: 680px
}
.p-mv__comment {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #133162;
  padding: 10px;
  border-radius: 50vh;
  text-align: center;
  position: relative;
  z-index: 0;
  max-width: 550px
}
@media screen and (max-width: 979.8px) {
  .p-mv__comment {
    margin-top: 15px
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__comment {
    font-size: 1.8rem
  }
}
.p-mv__comment--red {
  background-color: #bf272d
}
.p-mv__comment--red::before {
  display: none
}
.p-mv__comment--normal {
  padding-left: 30px;
  padding-right: 30px
}
@media screen and (max-width: 679.8px) {
  .p-mv__comment--normal {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px
  }
}
.p-mv__comment--normal::before {
  display: none
}
.p-mv__comment::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 53px;
  width: 25px;
  height: 17px;
  background-image: url(lp-hero-comment.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat
}
.p-mv__comment-small {
  font-size: 2rem
}
@media screen and (max-width: 679.8px) {
  .p-mv__comment-small {
    font-size: 1.6rem
  }
}
.p-mv__title {
  color: #133162;
  text-align: center;
  width: auto;
  max-width: none;
  font-size: 6rem
}
@media screen and (max-width: 1063.8px) {
  .p-mv__title {
    font-size: 4rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__title {
    font-size: 2.6rem;
    margin-top: 10px;
    margin-right: 0
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__title--02 {
    text-align: left
  }
}
.p-mv__title-medium {
  font-size: 5rem
}
@media screen and (max-width: 1063.8px) {
  .p-mv__title-medium {
    font-size: 3rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__title-medium {
    font-size: 2rem
  }
}
.p-mv__title-small {
  font-size: 3rem
}
@media screen and (max-width: 1063.8px) {
  .p-mv__title-small {
    font-size: 2.6rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__title-small {
    font-size: 1.6rem
  }
}
.p-mv__title-midpoint {
  font-size: inherit;
  font-weight: inherit;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 1063.8px) {
  .p-mv__title-midpoint {
    margin-left: -10px;
    margin-right: -10px
  }
}
.p-mv__title-key {
  color: #cc2d2d;
  font-size: inherit;
  position: relative
}
.p-mv__title-key img {
  width: 38px;
  height: auto;
  position: absolute;
  top: -10px;
  left: -10px
}
.p-mv__price {
  font-size: 2rem;
  font-weight: 700;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-image: url(/dcms_media/image/lp-hero-price.png);
  background-size: 100%;
  background-position: 50% 60%;
  background-repeat: no-repeat
}
.p-mv__price-num {
  font-size: 10rem;
  color: #cc2d2d;
  position: relative;
  letter-spacing: 0;
  display: block;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  line-height: 1
}
.p-mv__price-jp {
  position: absolute;
  bottom: 40px;
  left: 38px;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1
}
.p-mv__item {
  width: calc(100% / 3);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(24, 82, 177, 0.3);
  padding-bottom: 20px
}
@media screen and (max-width: 679.8px) {
  .p-mv__item {
    width: 100%
  }
}
.p-mv__item + .p-mv__item {
  margin-left: 30px
}
@media screen and (max-width: 679.8px) {
  .p-mv__item + .p-mv__item {
    margin-left: 0;
    margin-top: 15px
  }
}
.p-mv__items {
  display: flex;
  margin-top: 25px
}
@media screen and (max-width: 679.8px) {
  .p-mv__items {
    flex-flow: column
  }
}
.p-mv__item-head, .p-mv__item-text {
  padding-left: 15px;
  padding-right: 15px
}
.p-mv__item-head {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 0;
  overflow: hidden
}
.p-mv__item-head::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(https://mikahdzfcjp.sbs/dcms_media/image/lp-hero-item.png);
  background-size: 150%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1
}
.p-mv__item-text {
  font-weight: 700;
  text-align: center;
  margin-top: 20px
}
.p-mv__item-text--02 {
  margin-top: 8px
}
.p-mv__item-num {
  font-family: "Montserrat", sans-serif;
  color: #cc2d2d;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0
}
.p-mv__item-num--01 {
  font-size: 5.5rem
}
.p-mv__item-num--02 {
  font-size: 4.3rem
}
.p-mv__icon {
  width: 270px;
  height: 270px;
  background-image: url(/dcms_media/image/lp-icon-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: -1
}
@media screen and (max-width: 1339.8px) {
  .p-mv__icon {
    width: 200px;
    height: 200px
  }
}
@media screen and (max-width: 979.8px) {
  .p-mv__icon {
    z-index: 0
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__icon {
    margin-right: auto;
    width: 150px;
    height: 150px
  }
}
.p-mv__icon--rotate {
  transform: rotate(-10deg)
}
@media screen and (max-width: 979.8px) {
  .p-mv__icon--left-md {
    margin-right: auto;
    margin-left: 80px
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__icon--left-md {
    margin-left: 0
  }
}
.p-mv__icon--balloon {
  background-image: none;
  background-color: #133162;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.2;
  width: 228px;
  height: 228px;
  position: relative;
  z-index: 0
}
@media screen and (max-width: 979.8px) {
  .p-mv__icon--balloon {
    width: 127px;
    height: 127px;
    font-size: 1.6rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__icon--balloon {
    margin-left: 15px
  }
}
.p-mv__icon--balloon img:not([class]) {
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%)
}
.p-mv__icon-imgtxt {
  position: absolute;
  top: -30px;
  left: -10px;
  transform: translate(0)
}
@media screen and (max-width: 979.8px) {
  .p-mv__icon-imgtxt {
    width: 100px;
    height: auto;
    top: -15px;
    left: -5px
  }
}
.p-mv__icon-text {
  color: #cc2d2d;
  letter-spacing: 0;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1))
}
@media screen and (max-width: 1339.8px) {
  .p-mv__icon-text {
    font-size: 3rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__icon-text {
    font-size: 2.4rem
  }
}
.p-mv__icon-text--black {
  color: #333;
  font-size: 3.8rem;
  font-weight: 700
}
@media screen and (max-width: 1339.8px) {
  .p-mv__icon-text--black {
    font-size: 2.5rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__icon-text--black {
    font-size: 2rem
  }
}
.p-mv__right {
  position: absolute;
  top: 50px;
  left: 85%;
  z-index: -2
}
@media screen and (max-width: 1339.8px) {
  .p-mv__right {
    left: 80%
  }
}
@media screen and (max-width: 979.8px) {
  .p-mv__right {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center
  }
}
.p-mv__right-img {
  margin-top: -80px
}
@media screen and (max-width: 1339.8px) {
  .p-mv__right-img {
    width: 30vw;
    height: auto
  }
}
@media screen and (max-width: 979.8px) {
  .p-mv__right-img {
    margin-top: 0
  }
}
.p-mv__right-img--01 {
  z-index: 0
}
@media screen and (max-width: 979.8px) {
  .p-mv__right-img--01 {
    margin-left: -20%;
    width: calc(100% - 180px);
    z-index: -1
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__right-img--01 {
    width: calc(100% - 100px)
  }
}
.p-mv__right-img--02 {
  z-index: -1
}
@media screen and (max-width: 1339.8px) {
  .p-mv__right-img--02 {
    margin-top: -40px
  }
}
@media screen and (max-width: 979.8px) {
  .p-mv__right-img--02 {
    width: calc(100% - 130px);
    max-width: 221px;
    margin-top: 0;
    margin-left: 0
  }
}
@media screen and (max-width: 979.8px) {
  .p-mv__right-img img {
    width: 100%;
    height: auto
  }
}
.p-mv__img {
  position: absolute;
  top: 240px;
  right: -200px;
  width: 360px;
  height: auto;
  z-index: -1
}
@media screen and (max-width: 1339.8px) {
  .p-mv__img {
    width: 200px;
    right: -10px
  }
}
@media screen and (max-width: 979.8px) {
  .p-mv__img {
    display: none
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__img {
    display: block;
    top: 0;
    right: auto;
    left: 155px;
    width: auto;
    height: 150px
  }
}
.p-mv__elem {
  position: relative;
  z-index: -1
}
@media screen and (max-width: 979.8px) {
  .p-mv__elem {
    max-width: 100%
  }
}
.p-mv__elem--icon {
  position: absolute;
  z-index: 0;
  top: -50px;
  left: -100px
}
@media screen and (max-width: 979.8px) {
  .p-mv__elem--icon {
    left: 0;
    top: 50%;
    transform: translateY(-50%)
  }
}
.p-mv__elem--icon .p-mv__icon {
  width: 190px;
  height: 190px
}
@media screen and (max-width: 979.8px) {
  .p-mv__elem--icon .p-mv__icon {
    width: 130px;
    height: 130px
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__elem--icon .p-mv__icon {
    width: 94px;
    height: 94px
  }
}
.p-mv__elem--icon .p-mv__icon-text {
  font-size: 3.3rem
}
@media screen and (max-width: 979.8px) {
  .p-mv__elem--icon .p-mv__icon-text {
    font-size: 2.2rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__elem--icon .p-mv__icon-text {
    font-size: 1.5rem
  }
}
.p-mv__elem--icon .p-mv__icon-text--black {
  font-size: 2.5rem
}
@media screen and (max-width: 979.8px) {
  .p-mv__elem--icon .p-mv__icon-text--black {
    font-size: 1.6rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__elem--icon .p-mv__icon-text--black {
    font-size: 1.1rem
  }
}
.p-mv__elems {
  position: relative;
  display: flex;
  justify-content: center
}
@media screen and (max-width: 979.8px) {
  .p-mv__elems {
    max-width: 100%
  }
}
.p-mv__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  border-radius: 50vh;
  background: #cc2d2d;
  box-shadow: 0px 5px 0px #a32020;
  padding: 20px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff
}
@media screen and (max-width: 979.8px) {
  .p-mv__button {
    font-size: 2.2rem;
    padding: 10px
  }
}
@media screen and (max-width: 679.8px) {
  .p-mv__button {
    font-size: 2rem
  }
}
.p-pack__head {
  display: flex;
  justify-content: center;
  margin-top: 60px
}
@media screen and (max-width: 979.8px) {
  .p-pack__head {
    margin-top: 42px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__head {
    margin-top: 30px
  }
}
.p-pack__head-inside {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #133162;
  position: relative;
  z-index: 0;
  text-align: center;
  background: linear-gradient(to top, transparent 0%, transparent 10%, #e1ebf4 10%, #e1ebf4 45%, transparent 45%, transparent 100%)
}
.p-pack__head-key {
  font-size: 3rem
}
@media screen and (max-width: 679.8px) {
  .p-pack__head-key {
    font-size: 2.5rem
  }
}
.p-pack__title {
  font-size: 4.8rem;
  font-weight: 900;
  color: #133162;
  text-align: center;
  margin-top: 20px
}
@media screen and (max-width: 679.8px) {
  .p-pack__title {
    font-size: 2.8rem
  }
}
.p-pack__title-lead {
  font-size: 3.2rem;
  display: block
}
@media screen and (max-width: 679.8px) {
  .p-pack__title-lead {
    font-size: 2.4rem
  }
}
.p-pack__title-name {
  font-size: inherit;
  color: #cc2d2d
}
.p-pack__item {
  border-radius: 10px;
  background: #eaeef4;
  box-shadow: 0px 5px 0px #d2d7e0;
  padding: 40px;
  position: relative;
  z-index: 0;
  margin-top: 40px
}
@media screen and (max-width: 979.8px) {
  .p-pack__item {
    margin-top: 28px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__item {
    margin-top: 20px
  }
}
@media screen and (max-width: 979.8px) {
  .p-pack__item {
    padding: 20px
  }
}
.p-pack__item-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #133162
}
@media screen and (max-width: 679.8px) {
  .p-pack__item-title {
    margin-top: 10px;
    font-size: 2.2rem
  }
}
.p-pack__item-title--small {
  font-size: 2.4rem
}
@media screen and (max-width: 679.8px) {
  .p-pack__item-title--small {
    font-size: 2rem
  }
}
.p-pack__item-text {
  font-weight: 500;
  margin-top: 20px
}
@media screen and (max-width: 979.8px) {
  .p-pack__item-text {
    margin-top: 14px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__item-text {
    margin-top: 10px
  }
}
.p-pack__items {
  display: flex;
  margin-left: -35px
}
@media screen and (max-width: 979.8px) {
  .p-pack__items {
    margin-left: -10px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__items {
    margin-left: 0;
    flex-flow: column
  }
}
.p-pack__items .p-pack__item {
  padding: 30px 25px;
  margin-left: 35px;
  width: calc(calc(100% / 3) - 35px)
}
@media screen and (max-width: 979.8px) {
  .p-pack__items .p-pack__item {
    padding: 15px 10px;
    margin-left: 10px;
    width: calc(calc(100% / 3) - 10px)
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__items .p-pack__item {
    width: 100%;
    margin-left: 0
  }
}
.p-pack__items .p-pack__item-title {
  text-align: center;
  margin-top: 20px
}
@media screen and (max-width: 979.8px) {
  .p-pack__items .p-pack__item-title {
    margin-top: 14px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__items .p-pack__item-title {
    margin-top: 10px
  }
}
.p-pack__item-icon {
  background-color: #fff;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center
}
.p-pack__item-icon--full {
  width: 100%;
  padding: 20px;
  border-radius: 5px
}
.p-pack__item-icon img {
  max-width: 80%
}
.p-pack__item-bg {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center
}
@media screen and (max-width: 979.8px) {
  .p-pack__item-bg {
    margin-top: 14px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__item-bg {
    margin-top: 10px
  }
}
.p-pack__item-logo {
  max-width: 100%
}
.p-pack__item-inside {
  display: flex;
  align-items: center
}
@media screen and (max-width: 679.8px) {
  .p-pack__item-inside {
    flex-flow: column
  }
}
.p-pack__item-img {
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  flex: 1;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center
}
@media screen and (max-width: 679.8px) {
  .p-pack__item-img {
    width: 100%
  }
}
.p-pack__item-img img {
  height: 100%;
  width: auto
}
.p-pack__item-str {
  width: 50%;
  margin-left: 30px
}
@media screen and (max-width: 979.8px) {
  .p-pack__item-str {
    margin-left: 15px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__item-str {
    width: 100%;
    margin-left: 0
  }
}
.p-pack__item-sub {
  font-size: 1.8rem;
  display: block
}
.p-pack__list-item {
  font-weight: 700;
  position: relative;
  padding-left: 25px
}
.p-pack__list-item + .p-pack__list-item {
  margin-top: 5px
}
.p-pack__list-item::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/dcms_media/image/lp-pack-list.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0
}
.p-pack__cv {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  background-color: #133162;
  padding-top: 170px;
  padding-bottom: 80px;
  margin-top: 70px;
  position: relative;
  z-index: 0
}
@media screen and (max-width: 979.8px) {
  .p-pack__cv {
    padding-bottom: 56px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv {
    padding-bottom: 40px
  }
}
@media screen and (max-width: 979.8px) {
  .p-pack__cv {
    margin-top: 49px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv {
    margin-top: 35px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv {
    padding-top: 80px
  }
}
.p-pack__cv::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv::before {
    border-width: 70px 50vw 0 50vw
  }
}
.p-pack__cv-title {
  text-align: center;
  color: #fff;
  font-weight: 700
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv-title {
    font-size: 2.2rem
  }
}
.p-pack__cv-key {
  font-size: 5.2rem
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv-key {
    font-size: 3rem;
    display: block
  }
}
.p-pack__cv-head {
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 50px
}
@media screen and (max-width: 979.8px) {
  .p-pack__cv-head {
    margin-top: 35px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv-head {
    margin-top: 25px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv-head {
    font-size: 2rem
  }
}
.p-pack__cv-head::before, .p-pack__cv-head::after {
  content: "";
  height: 3px;
  width: 10px;
  flex: 1;
  background-color: #fff
}
.p-pack__cv-head::before {
  margin-right: 15px
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv-head::before {
    margin-right: 7px
  }
}
.p-pack__cv-head::after {
  margin-left: 15px
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv-head::after {
    margin-left: 7px
  }
}
.p-pack__cv-button {
  margin-left: 60px;
  width: calc(50% - 60px);
  margin-top: 30px
}
@media screen and (max-width: 979.8px) {
  .p-pack__cv-button {
    margin-top: 21px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv-button {
    margin-top: 15px
  }
}
@media screen and (max-width: 979.8px) {
  .p-pack__cv-button {
    margin-left: 20px;
    width: calc(50% - 20px)
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv-button {
    margin-left: 0;
    width: 100%
  }
}
.p-pack__cv-buttons {
  display: flex;
  margin-left: -60px
}
@media screen and (max-width: 979.8px) {
  .p-pack__cv-buttons {
    margin-left: -20px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv-buttons {
    flex-flow: column;
    margin-left: 0
  }
}
.p-pack__cv-link {
  background-color: #cc2d2d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 60px;
  box-shadow: 0px 5px 0px #a32020;
  font-size: 2.4rem;
  font-weight: 700;
  transition: all 0.2s ease-in
}
@media screen and (max-width: 979.8px) {
  .p-pack__cv-link {
    padding: 20px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv-link {
    padding: 10px;
    font-size: 2rem
  }
}
.p-pack__cv-link:hover {
  box-shadow: 0 0 0 transparent;
  opacity: 0.8
}
.p-pack__cv-link img {
  margin-right: 10px
}
@media screen and (max-width: 979.8px) {
  .p-pack__cv-link img {
    margin-right: 5px
  }
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv-link img {
    width: 20px;
    height: auto
  }
}
.p-pack__cv-button--tel .p-pack__cv-link {
  color: #333;
  background: #fece2f;
  box-shadow: 0px 5px 0px #b2932d
}
.p-pack__cv-button--tel .p-pack__cv-link:hover {
  box-shadow: 0px 5px 0px #b2932d;
  opacity: 1
}
.p-pack__cv-button--tel .p-pack__cv-link.is-active:hover {
  box-shadow: 0 0 0 transparent;
  opacity: 0.8
}
.p-pack__cv-button--tel .p-pack__cv-link.is-active a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}
.p-pack__cv-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 10px
}
@media screen and (max-width: 679.8px) {
  .p-pack__cv-text {
    font-size: 1.2rem
  }
}
.p-cv {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  background-color: #133162;
  padding-top: 60px;
  padding-bottom: 80px
}
@media screen and (max-width: 979.8px) {
  .p-cv {
    padding-top: 42px
  }
}
@media screen and (max-width: 679.8px) {
  .p-cv {
    padding-top: 30px
  }
}
@media screen and (max-width: 979.8px) {
  .p-cv {
    padding-bottom: 56px
  }
}
@media screen and (max-width: 679.8px) {
  .p-cv {
    padding-bottom: 40px
  }
}
.p-cv__comment {
  font-size: 2.8rem;
  font-weight: 700;
  color: #133162;
  background-color: #fff;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
  border-radius: 35px;
  text-align: center;
  position: relative;
  line-height: 1
}
@media screen and (max-width: 679.8px) {
  .p-cv__comment {
    font-size: 2.2rem
  }
}
.p-cv__comment-red {
  color: #cc2d2d;
  font-size: inherit
}
.p-cv__comment-small {
  font-size: 2rem;
  color: #333
}
.p-cv__comment::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 53px;
  width: 25px;
  height: 17px;
  background-image: url(/dcms_media/image/lp-cv-comment.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat
}
.p-cv__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5
}
@media screen and (max-width: 679.8px) {
  .p-cv__title {
    font-size: 2.2rem
  }
}
.p-cv__title-key {
  font-size: 4.2rem
}
@media screen and (max-width: 679.8px) {
  .p-cv__title-key {
    font-size: 2.8rem;
    display: block
  }
}
.p-cv__button {
  margin-left: 60px;
  width: calc(50% - 60px);
  margin-top: 30px
}
@media screen and (max-width: 979.8px) {
  .p-cv__button {
    margin-top: 21px
  }
}
@media screen and (max-width: 679.8px) {
  .p-cv__button {
    margin-top: 15px
  }
}
@media screen and (max-width: 979.8px) {
  .p-cv__button {
    margin-left: 20px;
    width: calc(50% - 20px)
  }
}
@media screen and (max-width: 679.8px) {
  .p-cv__button {
    margin-left: 0;
    width: 100%
  }
}
.p-cv__buttons {
  display: flex;
  margin-left: -60px
}
@media screen and (max-width: 979.8px) {
  .p-cv__buttons {
    margin-left: -20px
  }
}
@media screen and (max-width: 679.8px) {
  .p-cv__buttons {
    flex-flow: column;
    margin-left: 0
  }
}
.p-cv__link {
  background-color: #cc2d2d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 60px;
  box-shadow: 0px 5px 0px #a32020;
  font-size: 2.4rem;
  font-weight: 700;
  transition: all 0.2s ease-in
}
@media screen and (max-width: 979.8px) {
  .p-cv__link {
    padding: 20px
  }
}
@media screen and (max-width: 679.8px) {
  .p-cv__link {
    padding: 10px;
    font-size: 2rem
  }
}
.p-cv__link:hover {
  box-shadow: 0 0 0 transparent;
  opacity: 0.8
}
.p-cv__link img {
  margin-right: 10px
}
@media screen and (max-width: 979.8px) {
  .p-cv__link img {
    margin-right: 5px
  }
}
@media screen and (max-width: 679.8px) {
  .p-cv__link img {
    width: 20px;
    height: auto
  }
}
.p-cv__button--tel .p-cv__link {
  color: #333;
  background: #fece2f;
  box-shadow: 0px 5px 0px #b2932d
}
.p-cv__button--tel .p-cv__link:hover {
  box-shadow: 0px 5px 0px #b2932d;
  opacity: 1
}
.p-cv__button--tel .p-cv__link.is-active:hover {
  box-shadow: 0 0 0 transparent;
  opacity: 0.8
}
.p-cv__button--tel .p-cv__link.is-active a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}
.p-cv__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 10px
}
@media screen and (max-width: 679.8px) {
  .p-cv__text {
    font-size: 1.2rem
  }
}
.p-faq__a + .p-cv {
  margin-top: 120px
}
@media screen and (max-width: 979.8px) {
  .p-faq__a + .p-cv {
    margin-top: 84px
  }
}
@media screen and (max-width: 679.8px) {
  .p-faq__a + .p-cv {
    margin-top: 60px
  }
}
.p-recommend__title {
  color: #133162;
  font-size: 4.2rem;
  text-align: center;
  margin-top: 100px
}
@media screen and (max-width: 979.8px) {
  .p-recommend__title {
    margin-top: 70px
  }
}
@media screen and (max-width: 679.8px) {
  .p-recommend__title {
    margin-top: 50px
  }
}
@media screen and (max-width: 679.8px) {
  .p-recommend__title {
    font-size: 2.5rem
  }
}
.p-recommend__item {
  border-radius: 10px;
  background: #eaeef4;
  box-shadow: 0px 5px 0px #d2d7e0;
  overflow: hidden;
  margin-top: 40px
}
@media screen and (max-width: 979.8px) {
  .p-recommend__item {
    margin-top: 28px
  }
}
@media screen and (max-width: 679.8px) {
  .p-recommend__item {
    margin-top: 20px
  }
}
.p-recommend__item + .p-recommend__item {
  margin-top: 50px
}
@media screen and (max-width: 979.8px) {
  .p-recommend__item + .p-recommend__item {
    margin-top: 35px
  }
}
@media screen and (max-width: 679.8px) {
  .p-recommend__item + .p-recommend__item {
    margin-top: 25px
  }
}
.p-recommend__item + .p-cv {
  margin-top: 120px
}
@media screen and (max-width: 979.8px) {
  .p-recommend__item + .p-cv {
    margin-top: 84px
  }
}
@media screen and (max-width: 679.8px) {
  .p-recommend__item + .p-cv {
    margin-top: 60px
  }
}
.p-recommend__name {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #133162;
  padding: 15px
}
@media screen and (max-width: 679.8px) {
  .p-recommend__name {
    font-size: 2.2rem
  }
}
.p-recommend__body {
  display: flex;
  padding: 40px
}
@media screen and (max-width: 979.8px) {
  .p-recommend__body {
    padding: 20px
  }
}
@media screen and (max-width: 679.8px) {
  .p-recommend__body {
    flex-flow: column
  }
}
.p-recommend__img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center
}
.p-recommend__img img {
  max-width: 100%;
  height: auto
}
.p-recommend__str {
  border-radius: 5px;
  background: #fff;
  padding: 20px 30px;
  width: 360px;
  margin-left: 20px;
  position: relative
}
@media screen and (max-width: 979.8px) {
  .p-recommend__str {
    padding: 20px;
    margin-left: 10px;
    width: 35%
  }
}
@media screen and (max-width: 679.8px) {
  .p-recommend__str {
    margin-left: 0;
    width: 100%;
    margin-top: 10px
  }
}
.p-recommend__str::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 22px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%
}
@media screen and (max-width: 679.8px) {
  .p-recommend__str::after {
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0)
  }
}
.p-recommend__str + .p-recommend__str {
  margin-left: 40px
}
@media screen and (max-width: 979.8px) {
  .p-recommend__str + .p-recommend__str {
    margin-left: 30px
  }
}
@media screen and (max-width: 679.8px) {
  .p-recommend__str + .p-recommend__str {
    margin-left: 0;
    margin-top: 30px
  }
}
.p-recommend__str + .p-recommend__str::after {
  display: none
}
.p-recommend__str--anser {
  box-shadow: 0px 0px 30px rgba(202, 47, 51, 0.26)
}
.p-recommend__str--anser .p-recommend__head {
  color: #cc2d2d
}
.p-recommend__str--anser .p-recommend__list-item {
  color: #333
}
.p-recommend__str--anser .p-recommend__list-item::before {
  background-image: url(/dcms_media/image/lp-list-check.png);
  width: 20px;
  height: 20px
}
.p-recommend__head {
  font-size: 2.4rem;
  font-weight: 700;
  color: #828b9a;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px
}
@media screen and (max-width: 679.8px) {
  .p-recommend__head {
    font-size: 2.2rem
  }
}
.p-recommend__list {
  margin-top: 20px;
  color: #828b9a
}
@media screen and (max-width: 979.8px) {
  .p-recommend__list {
    margin-top: 14px
  }
}
@media screen and (max-width: 679.8px) {
  .p-recommend__list {
    margin-top: 10px
  }
}
.p-recommend__list-item {
  position: relative;
  font-weight: 500;
  padding-left: 23px;
  line-height: 1.25
}
.p-recommend__list-item::before {
  content: "";
  width: 20px;
  height: 17px;
  background-image: url(/dcms_media/image/lp-list-ex.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0
}
.p-recommend__list-item + .p-recommend__list-item {
  margin-top: 15px
}
@media screen and (max-width: 979.8px) {
  .p-recommend__list-item + .p-recommend__list-item {
    margin-top: 10.5px
  }
}
@media screen and (max-width: 679.8px) {
  .p-recommend__list-item + .p-recommend__list-item {
    margin-top: 7.5px
  }
}
.p-price__title {
  font-size: 4.2rem;
  font-weight: 900;
  margin-top: 100px;
  text-align: center;
  position: relative;
  color: #133162
}
@media screen and (max-width: 979.8px) {
  .p-price__title {
    margin-top: 70px
  }
}
@media screen and (max-width: 679.8px) {
  .p-price__title {
    margin-top: 50px
  }
}
.p-price__title::before {
  content: "";
  width: 100%;
  max-width: 310px;
  height: 54px;
  background-image: url(/dcms_media/image/lp-title-bg.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1
}
.p-price__lead {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #133162;
  line-height: 1.2;
  margin-top: 30px
}
@media screen and (max-width: 979.8px) {
  .p-price__lead {
    margin-top: 21px
  }
}
@media screen and (max-width: 679.8px) {
  .p-price__lead {
    margin-top: 15px
  }
}
.p-price__head {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1.15;
  margin-top: 60px
}
@media screen and (max-width: 979.8px) {
  .p-price__head {
    margin-top: 42px
  }
}
@media screen and (max-width: 679.8px) {
  .p-price__head {
    margin-top: 30px
  }
}
@media screen and (max-width: 679.8px) {
  .p-price__head {
    font-size: 2.4rem
  }
}
.p-price__head::before, .p-price__head::after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  flex: 1;
  background-color: #bfcdd9
}
.p-price__head::before {
  margin-right: 150px
}
@media screen and (max-width: 979.8px) {
  .p-price__head::before {
    margin-right: 70px
  }
}
@media screen and (max-width: 979.8px) {
  .p-price__head::before {
    margin-right: 10px
  }
}
.p-price__head::after {
  margin-left: 150px
}
@media screen and (max-width: 979.8px) {
  .p-price__head::after {
    margin-left: 70px
  }
}
@media screen and (max-width: 979.8px) {
  .p-price__head::after {
    margin-left: 10px
  }
}
.p-price__list {
  margin-top: 30px
}
@media screen and (max-width: 979.8px) {
  .p-price__list {
    margin-top: 21px
  }
}
@media screen and (max-width: 679.8px) {
  .p-price__list {
    margin-top: 15px
  }
}
.p-price__list--nonum li::before {
  content: "\203b"
}
.p-price__item {
  background-color: #eaeef4;
  filter: drop-shadow(0px 5px 0px #d2d7e0);
  margin-left: 35px;
  width: calc(calc(100% / 3) - 35px);
  border-radius: 10px;
  overflow: hidden
}
@media screen and (max-width: 979.8px) {
  .p-price__item {
    width: calc(calc(100% / 3) - 15px);
    margin-left: 15px
  }
}
@media screen and (max-width: 679.8px) {
  .p-price__item {
    width: 100%;
    margin-left: 0
  }
}
@media screen and (max-width: 679.8px) {
  .p-price__item + .p-price__item {
    margin-top: 15px
  }
}
.p-price__items {
  display: flex;
  margin-top: 40px;
  margin-left: -35px
}
@media screen and (max-width: 979.8px) {
  .p-price__items {
    margin-top: 28px
  }
}
@media screen and (max-width: 679.8px) {
  .p-price__items {
    margin-top: 20px
  }
}
@media screen and (max-width: 979.8px) {
  .p-price__items {
    margin-left: -15px
  }
}
@media screen and (max-width: 679.8px) {
  .p-price__items {
    margin-left: 0;
    flex-flow: column
  }
}
.p-price__item-main {
  background-color: #1853a3;
  padding: 20px 20px 30px;
  height: calc(100% - 100px)
}
.p-price__item-name {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff
}
@media screen and (max-width: 679.8px) {
  .p-price__item-name {
    font-size: 2.4rem
  }
}
.p-price__item-text {
  color: #fff;
  font-weight: 500;
  margin-top: 5px
}
.p-price__item-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 20px
}
@media screen and (max-width: 979.8px) {
  .p-price__item-bottom {
    padding: 10px
  }
}
.p-price__item-bottom__text {
  font-weight: 500
}
.p-price__item-num {
  color: #1853a3;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 4.96rem;
  letter-spacing: 0
}
@media screen and (max-width: 979.8px) {
  .p-price__item-num {
    font-size: 3.5rem
  }
}
.p-price__item:nth-child(2) {
  background-color: #eff4ea
}
.p-price__item:nth-child(2) .p-price__item-main {
  background-color: #57a036
}
.p-price__item:nth-child(2) .p-price__item-num {
  color: #57a036
}
.p-price__item:nth-child(3) {
  background-color: #f4eaea
}
.p-price__item:nth-child(3) .p-price__item-main {
  background-color: #cc2d2d
}
.p-price__item:nth-child(3) .p-price__item-num {
  color: #cc2d2d
}
.p-table {
  border-radius: 10px;
  background: #eaeef4;
  box-shadow: 0px 5px 0px #d2d7e0;
  overflow: hidden;
  margin-top: 50px
}
@media screen and (max-width: 979.8px) {
  .p-table {
    margin-top: 35px
  }
}
@media screen and (max-width: 679.8px) {
  .p-table {
    margin-top: 25px
  }
}
.p-table__title {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 20px;
  background-color: #133162
}
.p-table__inside {
  padding: 30px 40px
}
@media screen and (max-width: 679.8px) {
  .p-table__inside {
    overflow-x: scroll
  }
}
.p-table__body {
  width: 100%
}
@media screen and (max-width: 679.8px) {
  .p-table__body {
    width: 1040px
  }
}
.p-table th, .p-table td {
  padding: 20px
}
.p-table__head {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  background: #828b9a;
  border-radius: 10px 0 0 0;
  width: 400px;
  text-align: center
}
@media screen and (max-width: 1339.8px) {
  .p-table__head {
    width: auto
  }
}
@media screen and (max-width: 679.8px) {
  .p-table__head {
    width: 400px
  }
}
.p-table__head + .p-table__head {
  background: #cc2d2d;
  border-radius: 0 10px 0 0
}
.p-table__row {
  background-color: #fff
}
.p-table__row:nth-child(2) td:first-child {
  border-radius: 10px 0 0 0
}
.p-table__row:nth-child(2n-1) {
  background-color: #f5f5f5
}
.p-table__row:first-child {
  background-color: transparent
}
.p-table__cell {
  font-weight: 500;
  text-align: left;
  color: #777777
}
.p-table__cell + .p-table__cell {
  box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.1);
  text-align: center
}
.p-table__price {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #333
}
.p-table__price--minus {
  color: #cc2d2d
}
.p-table__price--total {
  color: #cc2d2d;
  font-size: 4rem
}
.p-table__unit {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333
}
.p-table__total {
  font-size: 2.8rem;
  font-weight: 700;
  color: #133162
}
.p-table--02 th, .p-table--02 td {
  padding: 15px
}
.p-table--02 .p-table__head {
  width: 256px
}
@media screen and (max-width: 1063.8px) {
  .p-table--02 .p-table__head {
    width: auto
  }
}
@media screen and (max-width: 979.8px) {
  .p-table--02 .p-table__head {
    width: 256px
  }
}
@media screen and (max-width: 979.8px) {
  .p-table--02 .p-table__body {
    width: 1040px
  }
}
@media screen and (max-width: 979.8px) {
  .p-table--02 .p-table__inside {
    overflow-x: scroll
  }
}
.p-table--02 th:nth-child(1) {
  max-width: 240px
}
.p-table--02 th:nth-of-type(2) {
  background-color: #a4b0ba
}
.p-table--02 th:nth-of-type(3) {
  background-color: #828b9a;
  border-radius: 0
}
.p-table--02 .p-table__row:nth-child(n+2) td:first-child {
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: middle
}
.p-table--02 .p-table__row:nth-child(n+2) td + td {
  color: #333;
  font-size: 1.4rem
}
.p-table--02 .p-table__cell {
  text-align: left
}
.p-table__income {
  font-weight: 700
}
.p-table__flex {
  display: flex;
  align-items: center
}
.p-table__icon {
  width: 17px;
  height: 17px
}
.p-table__icon img {
  width: 100%;
  height: auto
}
.p-table__str {
  margin-left: 10px;
  line-height: 1.2;
  flex: 1;
  font-size: 1.4rem
}
.p-table__str-sub {
  font-size: 1.2rem;
  font-weight: 500
}
.p-table__str-bold {
  font-weight: 700;
  margin-left: 25px
}
.p-table__str-num {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .04em
}
.p-table__cost {
  font-size: 2rem;
  font-weight: 700;
  color: #133162
}
.p-measures {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2)
}
.p-measures--bg {
  position: relative
}
.p-measures--bg::after {
  content: "";
  width: 100%;
  height: 705px;
  background-image: url(/dcms_media/image/lp-measures-bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1
}
.p-measures__title {
  font-size: 5.2rem;
  font-weight: 900;
  color: #cc2d2d;
  text-align: center;
  margin-top: 60px
}
@media screen and (max-width: 979.8px) {
  .p-measures__title {
    margin-top: 42px
  }
}
@media screen and (max-width: 679.8px) {
  .p-measures__title {
    margin-top: 30px
  }
}
@media screen and (max-width: 979.8px) {
  .p-measures__title {
    font-size: 4rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-measures__title {
    font-size: 3rem
  }
}
.p-measures__lead {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 5px
}
@media screen and (max-width: 979.8px) {
  .p-measures__lead {
    font-size: 2.2rem
  }
}
.p-measures__img {
  width: 100%;
  max-width: 513px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px
}
@media screen and (max-width: 979.8px) {
  .p-measures__img {
    margin-top: 23.8px
  }
}
@media screen and (max-width: 679.8px) {
  .p-measures__img {
    margin-top: 17px
  }
}
.p-measures__img img {
  width: 100%;
  height: auto
}
.p-ranking__title {
  font-size: 4.2rem;
  font-weight: 900;
  color: #133162;
  text-align: center;
  margin-top: 100px
}
@media screen and (max-width: 979.8px) {
  .p-ranking__title {
    margin-top: 70px
  }
}
@media screen and (max-width: 679.8px) {
  .p-ranking__title {
    margin-top: 50px
  }
}
@media screen and (max-width: 979.8px) {
  .p-ranking__title {
    font-size: 3rem
  }
}
@media screen and (max-width: 979.8px) {
  .p-ranking__title {
    font-size: 2.8rem
  }
}
.p-ranking__title, .p-ranking__title * {
  line-height: 1.2
}
.p-ranking__title-sub {
  font-size: 2.8rem;
  display: block;
  font-weight: 700
}
@media screen and (max-width: 979.8px) {
  .p-ranking__title-sub {
    font-size: 2.2rem
  }
}
.p-ranking__title-em {
  font-size: 6.2rem;
  font-family: "Montserrat", sans-serif
}
@media screen and (max-width: 979.8px) {
  .p-ranking__title-em {
    font-size: 5rem;
    display: block
  }
}
.p-faq__q, .p-faq__a {
  display: flex;
  align-items: baseline;
  padding: 13px 20px
}
@media screen and (max-width: 979.8px) {
  .p-faq__q, .p-faq__a {
    padding: 13px 60px 13px 20px
  }
}
@media screen and (max-width: 679.8px) {
  .p-faq__q, .p-faq__a {
    padding: 10px
  }
}
.p-faq__initial {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  width: 24px;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 20px
}
@media screen and (max-width: 679.8px) {
  .p-faq__initial {
    margin-right: 10px
  }
}
.p-faq__initial--q {
  color: #133162
}
.p-faq__initial--a {
  color: #cc2d2d
}
.p-faq__q {
  margin-top: 50px;
  background: #eaeef4;
  filter: drop-shadow(0px 5px 0px #d2d7e0);
  color: #133162;
  cursor: pointer;
  transition: 0.3s;
  position: relative
}
@media screen and (max-width: 979.8px) {
  .p-faq__q {
    margin-top: 35px
  }
}
@media screen and (max-width: 679.8px) {
  .p-faq__q {
    margin-top: 25px
  }
}
.p-faq__q:hover {
  opacity: 0.7
}
.p-faq__q:before, .p-faq__q:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 5px;
  background-color: #133162;
  border-radius: 10px;
  transition: 0.3s
}
.p-faq__q:before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg)
}
.p-faq__q:after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg)
}
.p-faq__q.open:after {
  transform: translateY(0%) rotate(0deg)
}
@media screen and (max-width: 679.8px) {
  .p-faq__q {
    padding: 10px 50px 10px 10px
  }
}
.p-faq__head {
  font-size: 2.4rem;
  font-weight: 700;
  flex: 1
}
@media screen and (max-width: 679.8px) {
  .p-faq__head {
    font-size: 2rem;
    line-height: 1.5
  }
}
.p-faq__a {
  align-items: flex-start;
  margin-top: 30px
}
@media screen and (max-width: 979.8px) {
  .p-faq__a {
    margin-top: 21px
  }
}
@media screen and (max-width: 679.8px) {
  .p-faq__a {
    margin-top: 15px
  }
}
.p-faq__text {
  font-weight: 500
}
.p-faq__title {
  margin-top: 100px
}
@media screen and (max-width: 979.8px) {
  .p-faq__title {
    margin-top: 70px
  }
}
@media screen and (max-width: 679.8px) {
  .p-faq__title {
    margin-top: 50px
  }
}
.p-faq__title-main {
  color: #133162;
  font-size: 4.2rem;
  font-weight: 900;
  text-align: center
}
@media screen and (max-width: 679.8px) {
  .p-faq__title-main {
    font-size: 2.6rem
  }
}
.p-faq__title-sub {
  color: #133162;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center
}
@media screen and (max-width: 679.8px) {
  .p-faq__title-sub {
    font-size: 2rem
  }
}
.p-person {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  background-color: #eaeef4;
  padding-top: 80px;
  padding-bottom: 100px;
  margin-top: 100px
}
@media screen and (max-width: 979.8px) {
  .p-person {
    padding-top: 56px
  }
}
@media screen and (max-width: 679.8px) {
  .p-person {
    padding-top: 40px
  }
}
@media screen and (max-width: 979.8px) {
  .p-person {
    padding-bottom: 70px
  }
}
@media screen and (max-width: 679.8px) {
  .p-person {
    padding-bottom: 50px
  }
}
@media screen and (max-width: 979.8px) {
  .p-person {
    margin-top: 70px
  }
}
@media screen and (max-width: 679.8px) {
  .p-person {
    margin-top: 50px
  }
}
.p-person__title {
  text-align: center;
  font-size: 5.2rem;
  font-weight: 900;
  color: #133162
}
@media screen and (max-width: 679.8px) {
  .p-person__title {
    font-size: 3.6rem
  }
}
.p-person__title, .p-person__title * {
  line-height: 1.2
}
.p-person__title-small {
  font-size: 4.2rem
}
@media screen and (max-width: 679.8px) {
  .p-person__title-small {
    font-size: 2.6rem
  }
}
.p-person__title-em {
  color: #cc2d2d;
  font-size: inherit
}
@media screen and (max-width: 679.8px) {
  .p-person__title-em {
    display: block
  }
}
.p-person__item {
  margin-left: 10px;
  width: calc(calc(100% / 4) - 10px);
  margin-top: 10px
}
@media screen and (max-width: 679.8px) {
  .p-person__item {
    width: calc(calc(100% / 3) - 10px)
  }
}
.p-person__item img {
  width: 100%;
  height: auto
}
.p-person__items {
  margin-top: 50px
}
@media screen and (max-width: 979.8px) {
  .p-person__items {
    margin-top: 35px
  }
}
@media screen and (max-width: 679.8px) {
  .p-person__items {
    margin-top: 25px
  }
}
.p-person__items-inside {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px
}
.p-intro__title {
  margin-top: 140px;
  text-align: center;
  color: #133162;
  font-weight: 900;
  font-size: 4.2rem
}
@media screen and (max-width: 979.8px) {
  .p-intro__title {
    margin-top: 98px
  }
}
@media screen and (max-width: 679.8px) {
  .p-intro__title {
    margin-top: 70px
  }
}
@media screen and (max-width: 979.8px) {
  .p-intro__title {
    font-size: 3rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-intro__title {
    font-size: 2.4rem
  }
}
.p-intro__title-key {
  font-size: 5.2rem
}
@media screen and (max-width: 679.8px) {
  .p-intro__title-key {
    font-size: 3rem
  }
}
.p-intro__item {
  margin-left: 34px;
  width: calc(calc(100% / 3) - 34px)
}
@media screen and (max-width: 979.8px) {
  .p-intro__item {
    margin-left: 15px;
    width: calc(calc(100% / 3) - 15px)
  }
}
@media screen and (max-width: 679.8px) {
  .p-intro__item {
    width: 100%;
    margin-left: 0
  }
}
@media screen and (max-width: 679.8px) {
  .p-intro__item + .p-intro__item {
    margin-top: 20px
  }
}
.p-intro__items {
  margin-top: 50px;
  display: flex;
  margin-left: -34px
}
@media screen and (max-width: 979.8px) {
  .p-intro__items {
    margin-top: 35px
  }
}
@media screen and (max-width: 679.8px) {
  .p-intro__items {
    margin-top: 25px
  }
}
@media screen and (max-width: 979.8px) {
  .p-intro__items {
    margin-left: -15px
  }
}
@media screen and (max-width: 679.8px) {
  .p-intro__items {
    flex-flow: column;
    margin-left: 0
  }
}
.p-intro__img {
  width: 100%;
  display: flex;
  justify-content: center
}
.p-intro__img img {
  display: block;
  max-width: 100%
}
.p-intro__str {
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0px 5px 0px #d2d7e0;
  background-color: #eaeef4;
  padding: 30px;
  margin-top: 20px
}
@media screen and (max-width: 979.8px) {
  .p-intro__str {
    margin-top: 14px
  }
}
@media screen and (max-width: 679.8px) {
  .p-intro__str {
    margin-top: 10px
  }
}
@media screen and (max-width: 979.8px) {
  .p-intro__str {
    padding: 15px
  }
}
@media screen and (max-width: 679.8px) {
  .p-intro__str {
    padding: 10px
  }
}
.p-intro__text {
  font-weight: 500
}
.p-voice {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  padding-top: 80px;
  padding-bottom: 120px;
  margin-top: 120px;
  background-color: #eaeef4
}
@media screen and (max-width: 979.8px) {
  .p-voice {
    padding-top: 56px
  }
}
@media screen and (max-width: 679.8px) {
  .p-voice {
    padding-top: 40px
  }
}
@media screen and (max-width: 979.8px) {
  .p-voice {
    padding-bottom: 84px
  }
}
@media screen and (max-width: 679.8px) {
  .p-voice {
    padding-bottom: 60px
  }
}
@media screen and (max-width: 979.8px) {
  .p-voice {
    margin-top: 84px
  }
}
@media screen and (max-width: 679.8px) {
  .p-voice {
    margin-top: 60px
  }
}
.p-voice__title {
  text-align: center;
  color: #133162;
  font-weight: 900
}
.p-voice__lead {
  color: #133162;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
  line-height: 1.3
}
@media screen and (max-width: 979.8px) {
  .p-voice__lead {
    font-size: 2.5rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-voice__lead {
    font-size: 2.2rem
  }
}
.p-voice__lead-key {
  color: #cc2d2d;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1
}
@media screen and (max-width: 679.8px) {
  .p-voice__lead-key {
    font-size: 2.5rem
  }
}
.p-voice__item {
  margin-top: 60px
}
@media screen and (max-width: 979.8px) {
  .p-voice__item {
    margin-top: 42px
  }
}
@media screen and (max-width: 679.8px) {
  .p-voice__item {
    margin-top: 30px
  }
}
.p-voice__top {
  border-radius: 10px 10px 0px 0px;
  padding: 15px;
  background-color: #133162;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center
}
.p-voice__num {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif
}
.p-voice__inside {
  display: flex;
  padding: 50px;
  background-color: #fff;
  filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.17))
}
@media screen and (max-width: 679.8px) {
  .p-voice__inside {
    flex-flow: column;
    padding: 15px
  }
}
.p-voice__str {
  flex: 1
}
@media screen and (max-width: 679.8px) {
  .p-voice__str {
    width: 100%
  }
}
.p-voice__img {
  margin-left: 40px;
  width: 280px
}
@media screen and (max-width: 679.8px) {
  .p-voice__img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 280px;
    margin-top: 10px
  }
}
.p-voice__head {
  color: #133162
}
.p-voice__text {
  font-weight: 500;
  margin-top: 20px
}
@media screen and (max-width: 979.8px) {
  .p-voice__text {
    margin-top: 14px
  }
}
@media screen and (max-width: 679.8px) {
  .p-voice__text {
    margin-top: 10px
  }
}
.p-voice__name {
  color: #828b9a;
  font-weight: 700;
  margin-top: 30px
}
@media screen and (max-width: 979.8px) {
  .p-voice__name {
    margin-top: 21px
  }
}
@media screen and (max-width: 679.8px) {
  .p-voice__name {
    margin-top: 15px
  }
}
.p-voice__link {
  color: #133162;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-top: 3px
}
.p-voice__link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #133162;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s
}
.p-voice__link:hover::after {
  transform: scale(1, 1)
}
.p-step__title {
  text-align: center;
  color: #133162;
  font-weight: 900;
  margin-top: 100px
}
@media screen and (max-width: 979.8px) {
  .p-step__title {
    margin-top: 70px
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__title {
    margin-top: 50px
  }
}
.p-step__item {
  display: flex;
  align-items: stretch;
  margin-top: 40px
}
@media screen and (max-width: 979.8px) {
  .p-step__item {
    margin-top: 28px
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__item {
    margin-top: 20px
  }
}
.p-step__item + .p-step__item {
  margin-top: 30px
}
@media screen and (max-width: 979.8px) {
  .p-step__item + .p-step__item {
    margin-top: 21px
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__item + .p-step__item {
    margin-top: 15px
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__item {
    flex-flow: column;
    align-items: center
  }
}
.p-step__head {
  width: 260px;
  border-radius: 10px 0px 0px 10px;
  background: #133162;
  box-shadow: 0px 5px 0px #d2d7e0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px
}
@media screen and (max-width: 679.8px) {
  .p-step__head {
    width: 100%;
    border-radius: 10px 10px 0px 0px
  }
}
.p-step__num {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 0
}
@media screen and (max-width: 979.8px) {
  .p-step__num {
    font-size: 4rem
  }
}
.p-step__name {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center
}
@media screen and (max-width: 979.8px) {
  .p-step__name {
    font-size: 2.2rem
  }
}
.p-step__cts {
  flex: 1;
  padding: 40px;
  border-radius: 0px 10px 0px 0px;
  background: #eaeef4;
  box-shadow: 0px 5px 0px #d2d7e0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center
}
@media screen and (max-width: 979.8px) {
  .p-step__cts {
    padding: 20px
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__cts {
    width: 100%;
    border-radius: 0px
  }
}
.p-step__text {
  font-weight: 700;
  text-align: center
}
.p-step__cv {
  width: 100%
}
.p-step__cv-button {
  width: calc(50% - 10px);
  margin-top: 20px
}
@media screen and (max-width: 979.8px) {
  .p-step__cv-button {
    margin-top: 14px
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__cv-button {
    margin-top: 10px
  }
}
@media screen and (max-width: 979.8px) {
  .p-step__cv-button {
    width: 100%
  }
}
.p-step__cv-button + .p-step__cv-button {
  margin-left: 20px
}
@media screen and (max-width: 979.8px) {
  .p-step__cv-button + .p-step__cv-button {
    margin-left: 0
  }
}
.p-step__cv-buttons {
  display: flex;
  width: 100%
}
@media screen and (max-width: 979.8px) {
  .p-step__cv-buttons {
    flex-flow: column
  }
}
.p-step__cv-link {
  background-color: #cc2d2d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-radius: 45px;
  box-shadow: 0px 5px 0px #a32020;
  font-size: 1.8rem;
  font-weight: 700;
  transition: all 0.2s ease-in
}
@media screen and (max-width: 979.8px) {
  .p-step__cv-link {
    padding: 20px
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__cv-link {
    padding: 10px;
    font-size: 2rem
  }
}
.p-step__cv-link:hover {
  box-shadow: 0 0 0 transparent;
  opacity: 0.8
}
.p-step__cv-link img {
  margin-right: 10px
}
@media screen and (max-width: 979.8px) {
  .p-step__cv-link img {
    margin-right: 5px
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__cv-link img {
    width: 20px;
    height: auto
  }
}
.p-step__cv-button--tel .p-step__cv-link {
  color: #333;
  background: #fece2f;
  box-shadow: 0px 5px 0px #b2932d
}
.p-step__cv-button--tel .p-step__cv-link:hover {
  box-shadow: 0px 5px 0px #b2932d;
  opacity: 1
}
.p-step__cv-button--tel .p-step__cv-link.is-active:hover {
  box-shadow: 0 0 0 transparent;
  opacity: 0.8
}
.p-step__cv-button--tel .p-step__cv-link.is-active a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}
.p-step__cv-text {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 15px
}
@media screen and (max-width: 979.8px) {
  .p-step__cv-text {
    margin-top: 10.5px
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__cv-text {
    margin-top: 7.5px
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__cv-text {
    font-size: 1.2rem
  }
}
.p-step__box {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  background-color: #eaeef4;
  padding-top: 140px;
  padding-bottom: 100px;
  margin-top: 40px;
  position: relative
}
@media screen and (max-width: 979.8px) {
  .p-step__box {
    margin-top: 28px
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__box {
    margin-top: 20px
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__box {
    padding-top: 100px;
    padding-bottom: 50px
  }
}
.p-step__box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
@media screen and (max-width: 679.8px) {
  .p-step__box::before {
    border-width: 70px 50vw 0 50vw
  }
}
.p-step__box-inside {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  z-index: 2
}
@media print, screen and (max-width: 1449.8px) {
  .p-step__box-inside {
    padding-left: 130px;
    padding-right: 130px
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__box-inside {
    padding-left: 0;
    padding-right: 0
  }
}
.p-step__box-text {
  font-weight: 500;
  text-align: center;
  display: inline-block
}
.p-step__box-key {
  color: #cc2d2d;
  font-weight: 700;
  font-size: 2.8rem
}
@media screen and (max-width: 679.8px) {
  .p-step__box-key {
    font-size: 2rem
  }
}
.p-step__box-sub {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #828b9a;
  text-align: left
}
@media screen and (max-width: 679.8px) {
  .p-step__box-sub {
    text-align: center
  }
}
.p-step__box-headline {
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  z-index: 0;
  text-align: center;
  margin-top: 30px
}
@media screen and (max-width: 979.8px) {
  .p-step__box-headline {
    margin-top: 21px
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__box-headline {
    margin-top: 15px
  }
}
@media print, screen and (max-width: 1449.8px) {
  .p-step__box-headline {
    font-size: 2.8rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-step__box-headline {
    font-size: 2.2rem
  }
}
.p-step__box-img {
  position: absolute;
  z-index: -1
}
@media screen and (max-width: 679.8px) {
  .p-step__box-img {
    display: none
  }
}
.p-step__box-img--left {
  right: 92%;
  bottom: -20px;
  width: 230px;
  height: auto
}
@media print, screen and (max-width: 1449.8px) {
  .p-step__box-img--left {
    right: auto;
    left: 0;
    width: 160px
  }
}
.p-step__box-img--right {
  left: 92%;
  bottom: 60px;
  width: 108px;
  height: auto
}
@media print, screen and (max-width: 1449.8px) {
  .p-step__box-img--right {
    left: auto;
    right: 0
  }
}
.p-reserve {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  background-color: #133162;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 90px
}
@media screen and (max-width: 979.8px) {
  .p-reserve {
    padding-top: 56px
  }
}
@media screen and (max-width: 679.8px) {
  .p-reserve {
    padding-top: 40px
  }
}
@media screen and (max-width: 979.8px) {
  .p-reserve {
    padding-bottom: 56px
  }
}
@media screen and (max-width: 679.8px) {
  .p-reserve {
    padding-bottom: 40px
  }
}
@media screen and (max-width: 979.8px) {
  .p-reserve {
    margin-top: 63px
  }
}
@media screen and (max-width: 679.8px) {
  .p-reserve {
    margin-top: 45px
  }
}
.p-reserve * {
  color: #fff
}
.p-reserve__title {
  color: #fff;
  text-align: center
}
.p-reserve__lead {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 20px
}
@media screen and (max-width: 979.8px) {
  .p-reserve__lead {
    margin-top: 14px
  }
}
@media screen and (max-width: 679.8px) {
  .p-reserve__lead {
    margin-top: 10px
  }
}
@media screen and (max-width: 979.8px) {
  .p-reserve__lead {
    font-size: 2.4rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-reserve__lead {
    font-size: 2rem
  }
}
.p-reserve__form {
  margin-top: 40px
}
@media screen and (max-width: 979.8px) {
  .p-reserve__form {
    margin-top: 28px
  }
}
@media screen and (max-width: 679.8px) {
  .p-reserve__form {
    margin-top: 20px
  }
}
.p-office__title {
  margin-top: 115px;
  text-align: center;
  color: #133162
}
@media screen and (max-width: 979.8px) {
  .p-office__title {
    margin-top: 80.5px
  }
}
@media screen and (max-width: 679.8px) {
  .p-office__title {
    margin-top: 57.5px
  }
}
.p-office__lead {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #133162
}
@media screen and (max-width: 679.8px) {
  .p-office__lead {
    font-size: 2rem
  }
}
.p-office__lead + .p-office__card {
  margin-top: 40px
}
@media screen and (max-width: 979.8px) {
  .p-office__lead + .p-office__card {
    margin-top: 28px
  }
}
@media screen and (max-width: 679.8px) {
  .p-office__lead + .p-office__card {
    margin-top: 20px
  }
}
.p-office__card {
  display: flex;
  border-radius: 5px 5px 0px 0px;
  background: #eaeef4;
  box-shadow: 0px 5px 0px #d2d7e0;
  padding: 25px 30px;
  margin-top: 60px
}
@media screen and (max-width: 979.8px) {
  .p-office__card {
    margin-top: 42px
  }
}
@media screen and (max-width: 679.8px) {
  .p-office__card {
    margin-top: 30px
  }
}
@media screen and (max-width: 979.8px) {
  .p-office__card {
    flex-flow: column;
    align-items: center
  }
}
@media screen and (max-width: 679.8px) {
  .p-office__card {
    padding: 15px
  }
}
.p-office__card-left {
  width: 515px
}
@media screen and (max-width: 1339.8px) {
  .p-office__card-left {
    width: 500px
  }
}
@media screen and (max-width: 979.8px) {
  .p-office__card-left {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center
  }
}
.p-office__card-right {
  flex: 1;
  margin-left: 90px;
  display: flex;
  flex-flow: column;
  justify-content: center
}
@media screen and (max-width: 1339.8px) {
  .p-office__card-right {
    margin-left: 3%
  }
}
@media screen and (max-width: 979.8px) {
  .p-office__card-right {
    margin-left: 0
  }
}
.p-office__head {
  color: #133162;
  font-weight: 700;
  font-size: 2.8rem
}
@media screen and (max-width: 1339.8px) {
  .p-office__head {
    font-size: 2.4rem
  }
}
@media screen and (max-width: 679.8px) {
  .p-office__head {
    font-size: 2.2rem
  }
}
.p-office__tel {
  display: flex;
  align-items: center
}
@media screen and (max-width: 679.8px) {
  .p-office__tel {
    flex-wrap: wrap;
    justify-content: center
  }
}
.p-office__tel-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #828b9a;
  margin-left: 10px
}
@media screen and (max-width: 679.8px) {
  .p-office__tel-text {
    display: block;
    width: 100%;
    text-align: center
  }
}
.p-office__icon {
  width: 31px;
  height: auto;
  margin-right: 5px
}
.p-office__num, .p-office__num a {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  color: #1853a3
}
@media screen and (max-width: 979.8px) {
  .p-office__area {
    margin-top: 10px
  }
}
@media screen and (max-width: 679.8px) {
  .p-office__area {
    padding: 10px 15px;
    display: inline-block
  }
}
.p-office__area-inside {
  display: inline-flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px
}
@media screen and (max-width: 679.8px) {
  .p-office__area-inside {
    flex-flow: column
  }
}
.p-office__area-head {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #828b9a;
  white-space: nowrap
}
@media screen and (max-width: 679.8px) {
  .p-office__area-head {
    display: block;
    text-align: center
  }
}
.p-office__area-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #333
}
@media screen and (max-width: 679.8px) {
  .p-office__area-text {
    border-top: 1px solid #333;
    border-left: 0;
    display: block;
    margin-left: 0;
    padding-left: 0;
    padding-top: 5px;
    margin-top: 5px
  }
}
.p-office__item {
  margin-top: 30px;
  margin-left: 20px;
  width: calc(50% - 20px)
}
@media screen and (max-width: 979.8px) {
  .p-office__item {
    margin-top: 21px
  }
}
@media screen and (max-width: 679.8px) {
  .p-office__item {
    margin-top: 15px
  }
}
@media screen and (max-width: 679.8px) {
  .p-office__item {
    width: 100%;
    margin-left: 0
  }
}
.p-office__items {
  display: flex;
  margin-left: -20px;
  flex-wrap: wrap
}
@media screen and (max-width: 679.8px) {
  .p-office__items {
    flex-flow: column;
    margin-left: 0
  }
}
.p-office__item__open {
  border-radius: 5px 5px 0px 0px;
  background: #eaeef4;
  box-shadow: 0px 5px 0px #d2d7e0;
  padding: 30px;
  cursor: pointer;
  position: relative
}
@media screen and (max-width: 679.8px) {
  .p-office__item__open {
    padding: 15px
  }
}
.p-office__item__open:before, .p-office__item__open:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 5px;
  background-color: #133162;
  border-radius: 10px;
  transition: 0.3s
}
.p-office__item__open:before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg)
}
.p-office__item__open:after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg)
}
.p-office__item__open.open {
  box-shadow: none;
  z-index: 0
}
.p-office__item__open.open:after {
  transform: translateY(0%) rotate(0deg)
}
.p-office__item__hide {
  border-radius: 5px 5px 0px 0px;
  background: #eaeef4;
  box-shadow: 0px 5px 0px #d2d7e0;
  padding: 30px 30px 30px 30px;
  margin-top: -45px
}
@media screen and (max-width: 679.8px) {
  .p-office__item__hide {
    padding: 15px
  }
}
.p-office__address {
  font-weight: 500;
  margin-top: 10px
}
@media screen and (max-width: 979.8px) {
  .p-office__address {
    margin-top: 7px
  }
}
@media screen and (max-width: 679.8px) {
  .p-office__address {
    margin-top: 5px
  }
}
.p-office__access {
  background-color: #fff;
  padding: 25px;
  margin-top: 20px
}
@media screen and (max-width: 979.8px) {
  .p-office__access {
    margin-top: 14px
  }
}
@media screen and (max-width: 679.8px) {
  .p-office__access {
    margin-top: 10px
  }
}
.p-office__access-head {
  font-weight: 700;
  color: #133162;
  display: block
}
.p-office__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: #1853a3;
  box-shadow: 0px 5px 0px #133162;
  color: #fff;
  font-weight: 700;
  padding: 13px;
  margin-top: 20px
}
@media screen and (max-width: 979.8px) {
  .p-office__button {
    margin-top: 14px
  }
}
@media screen and (max-width: 679.8px) {
  .p-office__button {
    margin-top: 10px
  }
}
.p-office__button:hover {
  box-shadow: 0 0 0 transparent;
  opacity: 0.7
}
.p-thanks__title {
  font-size: 4.2rem;
  color: #133162;
  text-align: center;
  font-weight: 900;
  margin-top: 215px
}
@media screen and (max-width: 679.8px) {
  .p-thanks__title {
    font-size: 2.5rem;
    margin-top: 180px
  }
}
.p-thanks__head {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 60px
}
@media screen and (max-width: 979.8px) {
  .p-thanks__head {
    margin-top: 42px
  }
}
@media screen and (max-width: 679.8px) {
  .p-thanks__head {
    margin-top: 30px
  }
}
@media screen and (max-width: 679.8px) {
  .p-thanks__head {
    font-size: 2rem
  }
}
.p-thanks__text {
  font-weight: 500;
  text-align: center;
  margin-top: 50px
}
@media screen and (max-width: 979.8px) {
  .p-thanks__text {
    margin-top: 35px
  }
}
@media screen and (max-width: 679.8px) {
  .p-thanks__text {
    margin-top: 25px
  }
}
.p-thanks__text + .p-thanks__text {
  margin-top: 20px
}
@media screen and (max-width: 979.8px) {
  .p-thanks__text + .p-thanks__text {
    margin-top: 14px
  }
}
@media screen and (max-width: 679.8px) {
  .p-thanks__text + .p-thanks__text {
    margin-top: 10px
  }
}
.p-thanks__button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 490px;
  border-radius: 25px;
  background: #1853a3;
  box-shadow: 0px 5px 0px #133162;
  color: #fff;
  font-weight: 700;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px
}
@media screen and (max-width: 979.8px) {
  .p-thanks__button {
    margin-top: 35px
  }
}
@media screen and (max-width: 679.8px) {
  .p-thanks__button {
    margin-top: 25px
  }
}
.p-thanks__button:hover {
  box-shadow: 0 0 0 transparent;
  opacity: 0.7
}
.t-thanks {
  background-image: url(/dcms_media/image/lp-thanks.png);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: 50% -60px
}
@media screen and (max-width: 979.8px) {
  .t-thanks {
    background-size: 100%;
    background-position: center
  }
}
@media screen and (max-width: 679.8px) {
  .t-thanks {
    background-position: 50% 150px
  }
}
.t-thanks .p-banner {
  display: none
}
.t-thanks .l-footer {
  margin-top: 190px;
  padding-bottom: 30px
}
@media screen and (max-width: 979.8px) {
  .t-thanks .l-footer {
    margin-top: 133px
  }
}
@media screen and (max-width: 679.8px) {
  .t-thanks .l-footer {
    margin-top: 95px
  }
}
.u-text-center {
  text-align: center
}
.u-text-right {
  text-align: right
}
.u-text-left {
  text-align: left
}
@media screen and (max-width: 979.8px) {
  .u-only-pc {
    display: none
  }
}
.u-only-pc-tab {
  display: none
}
@media screen and (min-width : 83px) {
  .u-only-pc-tab {
    display: block
  }
}
.u-only-tab {
  display: none
}
@media screen and (min-width: 680px) and (max-width: 979.8px) {
  .u-only-tab {
    display: block
  }
}
.u-only-sp {
  display: none
}
@media screen and (max-width: 679.8px) {
  .u-only-sp {
    display: block
  }
}
.u-only-tab-sp {
  display: none
}
@media screen and (max-width: 979.8px) {
  .u-only-tab-sp {
    display: block
  }
}
.u-margin-top--250 {
  margin-top: -250px !important
}
.u-margin-right--250 {
  margin-right: -250px !important
}
.u-margin-bottom--250 {
  margin-bottom: -250px !important
}
.u-margin-left--250 {
  margin-left: -250px !important
}
.u-margin-top--245 {
  margin-top: -245px !important
}
.u-margin-right--245 {
  margin-right: -245px !important
}
.u-margin-bottom--245 {
  margin-bottom: -245px !important
}
.u-margin-left--245 {
  margin-left: -245px !important
}
.u-margin-top--240 {
  margin-top: -240px !important
}
.u-margin-right--240 {
  margin-right: -240px !important
}
.u-margin-bottom--240 {
  margin-bottom: -240px !important
}
.u-margin-left--240 {
  margin-left: -240px !important
}
.u-margin-top--235 {
  margin-top: -235px !important
}
.u-margin-right--235 {
  margin-right: -235px !important
}
.u-margin-bottom--235 {
  margin-bottom: -235px !important
}
.u-margin-left--235 {
  margin-left: -235px !important
}
.u-margin-top--230 {
  margin-top: -230px !important
}
.u-margin-right--230 {
  margin-right: -230px !important
}
.u-margin-bottom--230 {
  margin-bottom: -230px !important
}
.u-margin-left--230 {
  margin-left: -230px !important
}
.u-margin-top--225 {
  margin-top: -225px !important
}
.u-margin-right--225 {
  margin-right: -225px !important
}
.u-margin-bottom--225 {
  margin-bottom: -225px !important
}
.u-margin-left--225 {
  margin-left: -225px !important
}
.u-margin-top--220 {
  margin-top: -220px !important
}
.u-margin-right--220 {
  margin-right: -220px !important
}
.u-margin-bottom--220 {
  margin-bottom: -220px !important
}
.u-margin-left--220 {
  margin-left: -220px !important
}
.u-margin-top--215 {
  margin-top: -215px !important
}
.u-margin-right--215 {
  margin-right: -215px !important
}
.u-margin-bottom--215 {
  margin-bottom: -215px !important
}
.u-margin-left--215 {
  margin-left: -215px !important
}
.u-margin-top--210 {
  margin-top: -210px !important
}
.u-margin-right--210 {
  margin-right: -210px !important
}
.u-margin-bottom--210 {
  margin-bottom: -210px !important
}
.u-margin-left--210 {
  margin-left: -210px !important
}
.u-margin-top--205 {
  margin-top: -205px !important
}
.u-margin-right--205 {
  margin-right: -205px !important
}
.u-margin-bottom--205 {
  margin-bottom: -205px !important
}
.u-margin-left--205 {
  margin-left: -205px !important
}
.u-margin-top--200 {
  margin-top: -200px !important
}
.u-margin-right--200 {
  margin-right: -200px !important
}
.u-margin-bottom--200 {
  margin-bottom: -200px !important
}
.u-margin-left--200 {
  margin-left: -200px !important
}
.u-margin-top--195 {
  margin-top: -195px !important
}
.u-margin-right--195 {
  margin-right: -195px !important
}
.u-margin-bottom--195 {
  margin-bottom: -195px !important
}
.u-margin-left--195 {
  margin-left: -195px !important
}
.u-margin-top--190 {
  margin-top: -190px !important
}
.u-margin-right--190 {
  margin-right: -190px !important
}
.u-margin-bottom--190 {
  margin-bottom: -190px !important
}
.u-margin-left--190 {
  margin-left: -190px !important
}
.u-margin-top--185 {
  margin-top: -185px !important
}
.u-margin-right--185 {
  margin-right: -185px !important
}
.u-margin-bottom--185 {
  margin-bottom: -185px !important
}
.u-margin-left--185 {
  margin-left: -185px !important
}
.u-margin-top--180 {
  margin-top: -180px !important
}
.u-margin-right--180 {
  margin-right: -180px !important
}
.u-margin-bottom--180 {
  margin-bottom: -180px !important
}
.u-margin-left--180 {
  margin-left: -180px !important
}
.u-margin-top--175 {
  margin-top: -175px !important
}
.u-margin-right--175 {
  margin-right: -175px !important
}
.u-margin-bottom--175 {
  margin-bottom: -175px !important
}
.u-margin-left--175 {
  margin-left: -175px !important
}
.u-margin-top--170 {
  margin-top: -170px !important
}
.u-margin-right--170 {
  margin-right: -170px !important
}
.u-margin-bottom--170 {
  margin-bottom: -170px !important
}
.u-margin-left--170 {
  margin-left: -170px !important
}
.u-margin-top--165 {
  margin-top: -165px !important
}
.u-margin-right--165 {
  margin-right: -165px !important
}
.u-margin-bottom--165 {
  margin-bottom: -165px !important
}
.u-margin-left--165 {
  margin-left: -165px !important
}
.u-margin-top--160 {
  margin-top: -160px !important
}
.u-margin-right--160 {
  margin-right: -160px !important
}
.u-margin-bottom--160 {
  margin-bottom: -160px !important
}
.u-margin-left--160 {
  margin-left: -160px !important
}
.u-margin-top--155 {
  margin-top: -155px !important
}
.u-margin-right--155 {
  margin-right: -155px !important
}
.u-margin-bottom--155 {
  margin-bottom: -155px !important
}
.u-margin-left--155 {
  margin-left: -155px !important
}
.u-margin-top--150 {
  margin-top: -150px !important
}
.u-margin-right--150 {
  margin-right: -150px !important
}
.u-margin-bottom--150 {
  margin-bottom: -150px !important
}
.u-margin-left--150 {
  margin-left: -150px !important
}
.u-margin-top--145 {
  margin-top: -145px !important
}
.u-margin-right--145 {
  margin-right: -145px !important
}
.u-margin-bottom--145 {
  margin-bottom: -145px !important
}
.u-margin-left--145 {
  margin-left: -145px !important
}
.u-margin-top--140 {
  margin-top: -140px !important
}
.u-margin-right--140 {
  margin-right: -140px !important
}
.u-margin-bottom--140 {
  margin-bottom: -140px !important
}
.u-margin-left--140 {
  margin-left: -140px !important
}
.u-margin-top--135 {
  margin-top: -135px !important
}
.u-margin-right--135 {
  margin-right: -135px !important
}
.u-margin-bottom--135 {
  margin-bottom: -135px !important
}
.u-margin-left--135 {
  margin-left: -135px !important
}
.u-margin-top--130 {
  margin-top: -130px !important
}
.u-margin-right--130 {
  margin-right: -130px !important
}
.u-margin-bottom--130 {
  margin-bottom: -130px !important
}
.u-margin-left--130 {
  margin-left: -130px !important
}
.u-margin-top--125 {
  margin-top: -125px !important
}
.u-margin-right--125 {
  margin-right: -125px !important
}
.u-margin-bottom--125 {
  margin-bottom: -125px !important
}
.u-margin-left--125 {
  margin-left: -125px !important
}
.u-margin-top--120 {
  margin-top: -120px !important
}
.u-margin-right--120 {
  margin-right: -120px !important
}
.u-margin-bottom--120 {
  margin-bottom: -120px !important
}
.u-margin-left--120 {
  margin-left: -120px !important
}
.u-margin-top--115 {
  margin-top: -115px !important
}
.u-margin-right--115 {
  margin-right: -115px !important
}
.u-margin-bottom--115 {
  margin-bottom: -115px !important
}
.u-margin-left--115 {
  margin-left: -115px !important
}
.u-margin-top--110 {
  margin-top: -110px !important
}
.u-margin-right--110 {
  margin-right: -110px !important
}
.u-margin-bottom--110 {
  margin-bottom: -110px !important
}
.u-margin-left--110 {
  margin-left: -110px !important
}
.u-margin-top--105 {
  margin-top: -105px !important
}
.u-margin-right--105 {
  margin-right: -105px !important
}
.u-margin-bottom--105 {
  margin-bottom: -105px !important
}
.u-margin-left--105 {
  margin-left: -105px !important
}
.u-margin-top--100 {
  margin-top: -100px !important
}
.u-margin-right--100 {
  margin-right: -100px !important
}
.u-margin-bottom--100 {
  margin-bottom: -100px !important
}
.u-margin-left--100 {
  margin-left: -100px !important
}
.u-margin-top--95 {
  margin-top: -95px !important
}
.u-margin-right--95 {
  margin-right: -95px !important
}
.u-margin-bottom--95 {
  margin-bottom: -95px !important
}
.u-margin-left--95 {
  margin-left: -95px !important
}
.u-margin-top--90 {
  margin-top: -90px !important
}
.u-margin-right--90 {
  margin-right: -90px !important
}
.u-margin-bottom--90 {
  margin-bottom: -90px !important
}
.u-margin-left--90 {
  margin-left: -90px !important
}
.u-margin-top--85 {
  margin-top: -85px !important
}
.u-margin-right--85 {
  margin-right: -85px !important
}
.u-margin-bottom--85 {
  margin-bottom: -85px !important
}
.u-margin-left--85 {
  margin-left: -85px !important
}
.u-margin-top--80 {
  margin-top: -80px !important
}
.u-margin-right--80 {
  margin-right: -80px !important
}
.u-margin-bottom--80 {
  margin-bottom: -80px !important
}
.u-margin-left--80 {
  margin-left: -80px !important
}
.u-margin-top--75 {
  margin-top: -75px !important
}
.u-margin-right--75 {
  margin-right: -75px !important
}
.u-margin-bottom--75 {
  margin-bottom: -75px !important
}
.u-margin-left--75 {
  margin-left: -75px !important
}
.u-margin-top--70 {
  margin-top: -70px !important
}
.u-margin-right--70 {
  margin-right: -70px !important
}
.u-margin-bottom--70 {
  margin-bottom: -70px !important
}
.u-margin-left--70 {
  margin-left: -70px !important
}
.u-margin-top--65 {
  margin-top: -65px !important
}
.u-margin-right--65 {
  margin-right: -65px !important
}
.u-margin-bottom--65 {
  margin-bottom: -65px !important
}
.u-margin-left--65 {
  margin-left: -65px !important
}
.u-margin-top--60 {
  margin-top: -60px !important
}
.u-margin-right--60 {
  margin-right: -60px !important
}
.u-margin-bottom--60 {
  margin-bottom: -60px !important
}
.u-margin-left--60 {
  margin-left: -60px !important
}
.u-margin-top--55 {
  margin-top: -55px !important
}
.u-margin-right--55 {
  margin-right: -55px !important
}
.u-margin-bottom--55 {
  margin-bottom: -55px !important
}
.u-margin-left--55 {
  margin-left: -55px !important
}
.u-margin-top--50 {
  margin-top: -50px !important
}
.u-margin-right--50 {
  margin-right: -50px !important
}
.u-margin-bottom--50 {
  margin-bottom: -50px !important
}
.u-margin-left--50 {
  margin-left: -50px !important
}
.u-margin-top--45 {
  margin-top: -45px !important
}
.u-margin-right--45 {
  margin-right: -45px !important
}
.u-margin-bottom--45 {
  margin-bottom: -45px !important
}
.u-margin-left--45 {
  margin-left: -45px !important
}
.u-margin-top--40 {
  margin-top: -40px !important
}
.u-margin-right--40 {
  margin-right: -40px !important
}
.u-margin-bottom--40 {
  margin-bottom: -40px !important
}
.u-margin-left--40 {
  margin-left: -40px !important
}
.u-margin-top--35 {
  margin-top: -35px !important
}
.u-margin-right--35 {
  margin-right: -35px !important
}
.u-margin-bottom--35 {
  margin-bottom: -35px !important
}
.u-margin-left--35 {
  margin-left: -35px !important
}
.u-margin-top--30 {
  margin-top: -30px !important
}
.u-margin-right--30 {
  margin-right: -30px !important
}
.u-margin-bottom--30 {
  margin-bottom: -30px !important
}
.u-margin-left--30 {
  margin-left: -30px !important
}
.u-margin-top--25 {
  margin-top: -25px !important
}
.u-margin-right--25 {
  margin-right: -25px !important
}
.u-margin-bottom--25 {
  margin-bottom: -25px !important
}
.u-margin-left--25 {
  margin-left: -25px !important
}
.u-margin-top--20 {
  margin-top: -20px !important
}
.u-margin-right--20 {
  margin-right: -20px !important
}
.u-margin-bottom--20 {
  margin-bottom: -20px !important
}
.u-margin-left--20 {
  margin-left: -20px !important
}
.u-margin-top--15 {
  margin-top: -15px !important
}
.u-margin-right--15 {
  margin-right: -15px !important
}
.u-margin-bottom--15 {
  margin-bottom: -15px !important
}
.u-margin-left--15 {
  margin-left: -15px !important
}
.u-margin-top--10 {
  margin-top: -10px !important
}
.u-margin-right--10 {
  margin-right: -10px !important
}
.u-margin-bottom--10 {
  margin-bottom: -10px !important
}
.u-margin-left--10 {
  margin-left: -10px !important
}
.u-margin-top--5 {
  margin-top: -5px !important
}
.u-margin-right--5 {
  margin-right: -5px !important
}
.u-margin-bottom--5 {
  margin-bottom: -5px !important
}
.u-margin-left--5 {
  margin-left: -5px !important
}
.u-margin-top-0 {
  margin-top: 0px !important
}
.u-margin-right-0 {
  margin-right: 0px !important
}
.u-margin-bottom-0 {
  margin-bottom: 0px !important
}
.u-margin-left-0 {
  margin-left: 0px !important
}
.u-margin-top-5 {
  margin-top: 5px !important
}
.u-margin-right-5 {
  margin-right: 5px !important
}
.u-margin-bottom-5 {
  margin-bottom: 5px !important
}
.u-margin-left-5 {
  margin-left: 5px !important
}
.u-margin-top-10 {
  margin-top: 10px !important
}
.u-margin-right-10 {
  margin-right: 10px !important
}
.u-margin-bottom-10 {
  margin-bottom: 10px !important
}
.u-margin-left-10 {
  margin-left: 10px !important
}
.u-margin-top-15 {
  margin-top: 15px !important
}
.u-margin-right-15 {
  margin-right: 15px !important
}
.u-margin-bottom-15 {
  margin-bottom: 15px !important
}
.u-margin-left-15 {
  margin-left: 15px !important
}
.u-margin-top-20 {
  margin-top: 20px !important
}
.u-margin-right-20 {
  margin-right: 20px !important
}
.u-margin-bottom-20 {
  margin-bottom: 20px !important
}
.u-margin-left-20 {
  margin-left: 20px !important
}
.u-margin-top-25 {
  margin-top: 25px !important
}
.u-margin-right-25 {
  margin-right: 25px !important
}
.u-margin-bottom-25 {
  margin-bottom: 25px !important
}
.u-margin-left-25 {
  margin-left: 25px !important
}
.u-margin-top-30 {
  margin-top: 30px !important
}
.u-margin-right-30 {
  margin-right: 30px !important
}
.u-margin-bottom-30 {
  margin-bottom: 30px !important
}
.u-margin-left-30 {
  margin-left: 30px !important
}
.u-margin-top-35 {
  margin-top: 35px !important
}
.u-margin-right-35 {
  margin-right: 35px !important
}
.u-margin-bottom-35 {
  margin-bottom: 35px !important
}
.u-margin-left-35 {
  margin-left: 35px !important
}
.u-margin-top-40 {
  margin-top: 40px !important
}
.u-margin-right-40 {
  margin-right: 40px !important
}
.u-margin-bottom-40 {
  margin-bottom: 40px !important
}
.u-margin-left-40 {
  margin-left: 40px !important
}
.u-margin-top-45 {
  margin-top: 45px !important
}
.u-margin-right-45 {
  margin-right: 45px !important
}
.u-margin-bottom-45 {
  margin-bottom: 45px !important
}
.u-margin-left-45 {
  margin-left: 45px !important
}
.u-margin-top-50 {
  margin-top: 50px !important
}
.u-margin-right-50 {
  margin-right: 50px !important
}
.u-margin-bottom-50 {
  margin-bottom: 50px !important
}
.u-margin-left-50 {
  margin-left: 50px !important
}
.u-margin-top-55 {
  margin-top: 55px !important
}
.u-margin-right-55 {
  margin-right: 55px !important
}
.u-margin-bottom-55 {
  margin-bottom: 55px !important
}
.u-margin-left-55 {
  margin-left: 55px !important
}
.u-margin-top-60 {
  margin-top: 60px !important
}
.u-margin-right-60 {
  margin-right: 60px !important
}
.u-margin-bottom-60 {
  margin-bottom: 60px !important
}
.u-margin-left-60 {
  margin-left: 60px !important
}
.u-margin-top-65 {
  margin-top: 65px !important
}
.u-margin-right-65 {
  margin-right: 65px !important
}
.u-margin-bottom-65 {
  margin-bottom: 65px !important
}
.u-margin-left-65 {
  margin-left: 65px !important
}
.u-margin-top-70 {
  margin-top: 70px !important
}
.u-margin-right-70 {
  margin-right: 70px !important
}
.u-margin-bottom-70 {
  margin-bottom: 70px !important
}
.u-margin-left-70 {
  margin-left: 70px !important
}
.u-margin-top-75 {
  margin-top: 75px !important
}
.u-margin-right-75 {
  margin-right: 75px !important
}
.u-margin-bottom-75 {
  margin-bottom: 75px !important
}
.u-margin-left-75 {
  margin-left: 75px !important
}
.u-margin-top-80 {
  margin-top: 80px !important
}
.u-margin-right-80 {
  margin-right: 80px !important
}
.u-margin-bottom-80 {
  margin-bottom: 80px !important
}
.u-margin-left-80 {
  margin-left: 80px !important
}
.u-margin-top-85 {
  margin-top: 85px !important
}
.u-margin-right-85 {
  margin-right: 85px !important
}
.u-margin-bottom-85 {
  margin-bottom: 85px !important
}
.u-margin-left-85 {
  margin-left: 85px !important
}
.u-margin-top-90 {
  margin-top: 90px !important
}
.u-margin-right-90 {
  margin-right: 90px !important
}
.u-margin-bottom-90 {
  margin-bottom: 90px !important
}
.u-margin-left-90 {
  margin-left: 90px !important
}
.u-margin-top-95 {
  margin-top: 95px !important
}
.u-margin-right-95 {
  margin-right: 95px !important
}
.u-margin-bottom-95 {
  margin-bottom: 95px !important
}
.u-margin-left-95 {
  margin-left: 95px !important
}
.u-margin-top-100 {
  margin-top: 100px !important
}
.u-margin-right-100 {
  margin-right: 100px !important
}
.u-margin-bottom-100 {
  margin-bottom: 100px !important
}
.u-margin-left-100 {
  margin-left: 100px !important
}
.u-margin-top-105 {
  margin-top: 105px !important
}
.u-margin-right-105 {
  margin-right: 105px !important
}
.u-margin-bottom-105 {
  margin-bottom: 105px !important
}
.u-margin-left-105 {
  margin-left: 105px !important
}
.u-margin-top-110 {
  margin-top: 110px !important
}
.u-margin-right-110 {
  margin-right: 110px !important
}
.u-margin-bottom-110 {
  margin-bottom: 110px !important
}
.u-margin-left-110 {
  margin-left: 110px !important
}
.u-margin-top-115 {
  margin-top: 115px !important
}
.u-margin-right-115 {
  margin-right: 115px !important
}
.u-margin-bottom-115 {
  margin-bottom: 115px !important
}
.u-margin-left-115 {
  margin-left: 115px !important
}
.u-margin-top-120 {
  margin-top: 120px !important
}
.u-margin-right-120 {
  margin-right: 120px !important
}
.u-margin-bottom-120 {
  margin-bottom: 120px !important
}
.u-margin-left-120 {
  margin-left: 120px !important
}
.u-margin-top-125 {
  margin-top: 125px !important
}
.u-margin-right-125 {
  margin-right: 125px !important
}
.u-margin-bottom-125 {
  margin-bottom: 125px !important
}
.u-margin-left-125 {
  margin-left: 125px !important
}
.u-margin-top-130 {
  margin-top: 130px !important
}
.u-margin-right-130 {
  margin-right: 130px !important
}
.u-margin-bottom-130 {
  margin-bottom: 130px !important
}
.u-margin-left-130 {
  margin-left: 130px !important
}
.u-margin-top-135 {
  margin-top: 135px !important
}
.u-margin-right-135 {
  margin-right: 135px !important
}
.u-margin-bottom-135 {
  margin-bottom: 135px !important
}
.u-margin-left-135 {
  margin-left: 135px !important
}
.u-margin-top-140 {
  margin-top: 140px !important
}
.u-margin-right-140 {
  margin-right: 140px !important
}
.u-margin-bottom-140 {
  margin-bottom: 140px !important
}
.u-margin-left-140 {
  margin-left: 140px !important
}
.u-margin-top-145 {
  margin-top: 145px !important
}
.u-margin-right-145 {
  margin-right: 145px !important
}
.u-margin-bottom-145 {
  margin-bottom: 145px !important
}
.u-margin-left-145 {
  margin-left: 145px !important
}
.u-margin-top-150 {
  margin-top: 150px !important
}
.u-margin-right-150 {
  margin-right: 150px !important
}
.u-margin-bottom-150 {
  margin-bottom: 150px !important
}
.u-margin-left-150 {
  margin-left: 150px !important
}
.u-margin-top-155 {
  margin-top: 155px !important
}
.u-margin-right-155 {
  margin-right: 155px !important
}
.u-margin-bottom-155 {
  margin-bottom: 155px !important
}
.u-margin-left-155 {
  margin-left: 155px !important
}
.u-margin-top-160 {
  margin-top: 160px !important
}
.u-margin-right-160 {
  margin-right: 160px !important
}
.u-margin-bottom-160 {
  margin-bottom: 160px !important
}
.u-margin-left-160 {
  margin-left: 160px !important
}
.u-margin-top-165 {
  margin-top: 165px !important
}
.u-margin-right-165 {
  margin-right: 165px !important
}
.u-margin-bottom-165 {
  margin-bottom: 165px !important
}
.u-margin-left-165 {
  margin-left: 165px !important
}
.u-margin-top-170 {
  margin-top: 170px !important
}
.u-margin-right-170 {
  margin-right: 170px !important
}
.u-margin-bottom-170 {
  margin-bottom: 170px !important
}
.u-margin-left-170 {
  margin-left: 170px !important
}
.u-margin-top-175 {
  margin-top: 175px !important
}
.u-margin-right-175 {
  margin-right: 175px !important
}
.u-margin-bottom-175 {
  margin-bottom: 175px !important
}
.u-margin-left-175 {
  margin-left: 175px !important
}
.u-margin-top-180 {
  margin-top: 180px !important
}
.u-margin-right-180 {
  margin-right: 180px !important
}
.u-margin-bottom-180 {
  margin-bottom: 180px !important
}
.u-margin-left-180 {
  margin-left: 180px !important
}
.u-margin-top-185 {
  margin-top: 185px !important
}
.u-margin-right-185 {
  margin-right: 185px !important
}
.u-margin-bottom-185 {
  margin-bottom: 185px !important
}
.u-margin-left-185 {
  margin-left: 185px !important
}
.u-margin-top-190 {
  margin-top: 190px !important
}
.u-margin-right-190 {
  margin-right: 190px !important
}
.u-margin-bottom-190 {
  margin-bottom: 190px !important
}
.u-margin-left-190 {
  margin-left: 190px !important
}
.u-margin-top-195 {
  margin-top: 195px !important
}
.u-margin-right-195 {
  margin-right: 195px !important
}
.u-margin-bottom-195 {
  margin-bottom: 195px !important
}
.u-margin-left-195 {
  margin-left: 195px !important
}
.u-margin-top-200 {
  margin-top: 200px !important
}
.u-margin-right-200 {
  margin-right: 200px !important
}
.u-margin-bottom-200 {
  margin-bottom: 200px !important
}
.u-margin-left-200 {
  margin-left: 200px !important
}
.u-margin-top-205 {
  margin-top: 205px !important
}
.u-margin-right-205 {
  margin-right: 205px !important
}
.u-margin-bottom-205 {
  margin-bottom: 205px !important
}
.u-margin-left-205 {
  margin-left: 205px !important
}
.u-margin-top-210 {
  margin-top: 210px !important
}
.u-margin-right-210 {
  margin-right: 210px !important
}
.u-margin-bottom-210 {
  margin-bottom: 210px !important
}
.u-margin-left-210 {
  margin-left: 210px !important
}
.u-margin-top-215 {
  margin-top: 215px !important
}
.u-margin-right-215 {
  margin-right: 215px !important
}
.u-margin-bottom-215 {
  margin-bottom: 215px !important
}
.u-margin-left-215 {
  margin-left: 215px !important
}
.u-margin-top-220 {
  margin-top: 220px !important
}
.u-margin-right-220 {
  margin-right: 220px !important
}
.u-margin-bottom-220 {
  margin-bottom: 220px !important
}
.u-margin-left-220 {
  margin-left: 220px !important
}
.u-margin-top-225 {
  margin-top: 225px !important
}
.u-margin-right-225 {
  margin-right: 225px !important
}
.u-margin-bottom-225 {
  margin-bottom: 225px !important
}
.u-margin-left-225 {
  margin-left: 225px !important
}
.u-margin-top-230 {
  margin-top: 230px !important
}
.u-margin-right-230 {
  margin-right: 230px !important
}
.u-margin-bottom-230 {
  margin-bottom: 230px !important
}
.u-margin-left-230 {
  margin-left: 230px !important
}
.u-margin-top-235 {
  margin-top: 235px !important
}
.u-margin-right-235 {
  margin-right: 235px !important
}
.u-margin-bottom-235 {
  margin-bottom: 235px !important
}
.u-margin-left-235 {
  margin-left: 235px !important
}
.u-margin-top-240 {
  margin-top: 240px !important
}
.u-margin-right-240 {
  margin-right: 240px !important
}
.u-margin-bottom-240 {
  margin-bottom: 240px !important
}
.u-margin-left-240 {
  margin-left: 240px !important
}
.u-margin-top-245 {
  margin-top: 245px !important
}
.u-margin-right-245 {
  margin-right: 245px !important
}
.u-margin-bottom-245 {
  margin-bottom: 245px !important
}
.u-margin-left-245 {
  margin-left: 245px !important
}
.u-margin-top-250 {
  margin-top: 250px !important
}
.u-margin-right-250 {
  margin-right: 250px !important
}
.u-margin-bottom-250 {
  margin-bottom: 250px !important
}
.u-margin-left-250 {
  margin-left: 250px !important
}


/*ここから追記*/

.p-banner__button {
	white-space: nowrap;
}

.main__title {
  width: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
  position: relative;
  white-space: nowrap;
}
.speech_bubble {
  transform: rotate(-15deg);
  position: absolute;
  left: 0px;
  top: -50px;
  height: 80px;
}
.p-mv__title {
  line-height: 1;
}
.p-mv__title-large {
  font-size: 9rem;
  position: relative;
  line-height: 1.2 !important;
}
.p-mv__title-medium {
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.2 !important;
}
.p-mv__title-small {
  font-size: 4rem;
  line-height: 1.2 !important;
}
.speech_bubble {
  position: absolute;
  top: -50px;
  left: -20px;
  z-index: -999;
  width: 160px;
  height: auto;
}
.title-key {
  display: none;
}
.font_red {
  color: #cc2d2d;
}
.main__img {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: auto;
}
.main__block {
  margin: auto;
  width: 100%;
  position: relative;
}
.p-mv__items {
  position: absolute;
  bottom: -80px;
  left: 0px;
  right: 0px;
}
.commission {
  width: 440px;
  height: auto;
  object-fit: contain;
  margin-bottom: 25%;
  margin-right: 5%;
}
.kv_img_01 {
  width: 40%;
}
.p-mv--pattern04 .p-mv__inner {
  padding-bottom: 0;
  border-bottom: solid 10vh #DAE0F6;
	margin: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 979 .8px) {
  .main__title {
    width: auto;
    display: flex;
    position: relative;
  }
	
.p-mv__items{
    padding: 0px;
}
  .speech_bubble {
    transform: rotate(-10deg);
    position: absolute;
    left: 40px;
    top: -45px;
  }
  .font_red {
    color: #cc2d2d;
  }
  .main__img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .p-mv__items {
    position: absolute;
    bottom: -60px;
    left: 0px;
    right: 0px;
    margin: auto;
	  padding-right: 0px;
  }

  .commission {
    width: 40%;
    height: auto;
    object-fit: contain;
    margin-bottom: 10%;
    margin-right: 5%;
  }
  .kv_img_01 {
    width: 25%;
    max-height: 450px;
  }
  .p-mv--pattern04 .p-mv__inner {
	  padding-top:80px;
    padding-bottom: 0;
    border-bottom: solid 10vh #DAE0F6;
  }
  .p-mv__title-large {
    font-size: 8.2rem;
    position: relative;
  }
  .p-mv__title-medium {
    font-size: 5rem;
    font-weight: 900;
  }
  .p-mv__title-small {
    font-size: 3.5rem;
  }
  .p-mv__title img {
    position: absolute;
    top: -50px;
    left: -20px;
    z-index: -999;
    width: 50px;
  }
  .title-key {
    display: none;
  }
  .p-mv--pattern04 .p-mv__item-head, .p-mv--pattern04 .p-mv__item-text {
    font-size: 1.8rem;
  }
  .p-mv--pattern04 .p-mv__item-num {
    font-size: 3rem;
  }
  .p-mv--pattern04 .p-mv__item-text--02 {
    margin-top: 30px;
  }
	
	
	
}
.p-mv--pattern04 .p-mv__title {
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 679.8px) {
  .main__title {
    display: block;
    text-align: center;
    width: 100%;
    white-space: nowrap;
  }
  .speech_bubble {
    width: 160px;
    height: auto;
    margin-right: 0;
	transform: rotate(0);
    position: static;
  }

  .p-mv--pattern04 .p-mv__title {
    text-align: center;
	  padding-top:0;
  }
  .p-mv__title-large {
    font-size: 4.5rem;
    position: relative;
  }
  .p-mv__title-medium {
    font-size: 2.7rem;
    font-weight: 900;
  }
  .p-mv__title-small {
    font-size: 2rem;
  }
  .p-mv__title img {
    position: absolute;
    top: -15px;
    left: -20px;
    z-index: -999;
    width: 50px;
    height: auto;
  }
  .p-mv--pattern04 .p-mv__items {
    flex-flow: nowrap;
    display: flex;
    flex-direction: column;
    padding-right: 0px;
  }
  .title-key {
    display: block;
  }
  .p-mv__item {
    margin-bottom: 5%;
    width: 100% !important;
  }
  .p-mv__items {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .p-mv__item + .p-mv__item {
    margin-left: 0;
  }
  .p-mv__inner > * {
    max-width: 100%;
  }
  .p-mv--pattern04 .p-mv__item-head, .p-mv--pattern04 .p-mv__item-text {
    font-size: 2rem;
  }
  .p-mv--pattern04 .p-mv__item-num {
    font-size: 4rem;
  }
  .p-mv--pattern04 .p-mv__inner {
    border-bottom: none;
  }
  .commission {
    width: 55%;
	margin-bottom: 15%;
  }
  .kv_img_01 {
    width: 35%;
  }
}
@media screen and (max-width: 300px) {
  .p-mv__title-large {
    font-size: 4rem;
    position: relative;
  }
  .p-mv__title-medium {
    font-size: 2.3rem;
    font-weight: 900;
  }
  .p-mv__title-small {
    font-size: 1.6rem;
  }
  .p-mv__title img {
    width: 30px;
    top: -10px;
    left: -10px;
  }
}

/*230803 追記*/


.p-cv__buttons img {
    vertical-align: top;
    max-width: 100%;
    height: 4rem;
    border: 0;
    width: auto;
}

.p-cv__link{
	padding: 2rem;
}

.p-cv__button--tel .p-cv__link{
	padding: 0.8rem;
}

.p-cv__button--tel .p-cv__link p{
    font-size: 2.4rem !important;
	text-align: center;
	color: #cc2d2d;
	white-space: nowrap;
	font-weight: 700;
	line-height: 1.3;
}

.p-cv__button--tel .p-cv__link span{
	color: #000;
	line-height: 1.3;
	text-align: center;
}

/*
.p-cv__button--tel .p-cv__link span::first-line{
	font-size: 1.3rem !important;
	color: #000;
	font-weight: 700;
}
*/

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}