@charset "UTF-8";
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-table;
  zoom: 1;
}

/*Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0px;
  padding: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 300;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 300;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000000;
}

img {
  vertical-align: bottom;
  width: 100%;
}

i {
  font-style: normal;
}

.pcobj {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pcobj {
    display: none !important;
  }
}

.spobj {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .spobj {
    display: block !important;
  }
}

html {
  -webkit-tap-highlight-color: revert;
  cursor: revert;
  min-width: 1280px;
  font-size: 62.5%;
  color: #303540;
  font-family: "Noto Sans JP", "Jost", sans-serif;
  line-break: normal;
  overflow-wrap: anywhere;
  min-width: 1100px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    min-width: 1px;
  }
}

body {
  font-size: 1.6rem;
}

.swiper-pagination-bullet {
  width: auto;
}

.header {
  min-width: 100px;
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    padding: 0;
  }
}

.header__wrapper {
  max-width: 1110px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header__wrapper {
    padding: 10px 15px;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header__nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .header__nav-heading {
    width: 134px;
  }
}
.header__nav-heading a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 0;
  vertical-align: middle;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .header__nav-list {
    display: none;
  }
}

.header__nav-listitem {
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.header__nav-listitem:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}

.header__nav-listitem a {
  color: #303540;
  text-decoration: none;
  padding: 10px 0;
  padding-left: 30px;
  padding-right: 25px;
}

.header__nav-listitem:first-child a {
  padding-left: 25px;
}

.header__nav-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .header__nav-btn-list {
    display: none;
  }
}

.header__nav-btn-listitem {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 9999px;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
  cursor: pointer;
}
.header__nav-btn-listitem::before {
  -webkit-transition: 0.3s -webkit-filter;
  transition: 0.3s -webkit-filter;
  transition: 0.3s filter;
  transition: 0.3s filter, 0.3s -webkit-filter;
}

.header__nav-btn-listitem:nth-child(1) {
  background: #fff;
  color: #0f55a1;
  border: solid 1px #0f55a1;
  padding: 8px 31px 10px 28.5px;
}

.header__nav-btn-listitem:nth-child(2) {
  background: #f03e62;
  color: #fff;
  border: solid 1px #f03e62;
  padding: 8px 23px 10px 24.8px;
  margin-left: 12px;
}

.header__nav-btn-listitem:nth-child(1):before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  background: url(./../images/header-icon_01.png) no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.header__nav-btn-listitem:nth-child(2):before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 17px;
  background-image: url("./../images/icon_document.png");
  background-size: 100% auto;
  background-position: center center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.header__nav-btn-listitem:nth-child(1):hover {
  background-color: #0f55a1;
  color: #fff;
}
.header__nav-btn-listitem:nth-child(1):hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.header__nav-btn-listitem:nth-child(2):hover {
  background-color: #fff;
  color: #f03e62;
}
.header__nav-btn-listitem:nth-child(2):hover::before {
  -webkit-filter: none;
          filter: none;
}

.header__btn {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #0f55a1;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .header__btn {
    display: block;
  }
}
.header__btn span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s transform, 0.3s opacity;
  transition: 0.3s transform, 0.3s opacity, 0.3s -webkit-transform;
}
.header__btn span:first-child {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.header__btn span:last-child {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.c-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* for IE11 */
  z-index: 100;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 45px 30px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .c-dialog {
    padding: 35px 15px;
  }
}

.c-dialog[aria-hidden=true] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s;
  transition: visibility 0s 0.5s, opacity 0.5s;
  pointer-events: none;
}

.c-dialog__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.68);
}

.c-dialog__document {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
  margin: auto;
  padding: 30px;
  width: 100%;
  max-width: 900px;
  background-color: #fff;
}

.c-dialog__close {
  position: absolute;
  top: -38px;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
}
.c-dialog__close::before, .c-dialog__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 120%;
  height: 3px;
  content: "";
  border-radius: 9999px;
}
.c-dialog__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-dialog__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-section__container {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

.c-section__heading {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4523809524;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section__heading {
    font-size: 3.2rem;
  }
}
.c-section__heading span {
  color: #0f55a1;
}
.c-section__heading::after {
  display: block;
  width: 40px;
  height: 2px;
  margin: 20px auto;
  content: "";
  background-color: #0f55a1;
}
@media screen and (max-width: 767px) {
  .c-section__heading::after {
    margin: 15px auto;
  }
}

[v-cloak] {
  display: none;
}

.c-form-request__btn {
  position: relative;
  display: block;
  width: 530px;
  padding: 29px 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border: 3px solid #fff;
  border-radius: 9999px;
  -webkit-transition: 0.3s background-color, 0.3s color, 0.3s border-color;
  transition: 0.3s background-color, 0.3s color, 0.3s border-color;
}
@media screen and (max-width: 767px) {
  .c-form-request__btn {
    width: 100%;
    padding: 21px 0;
    font-size: 1.8rem;
  }
}

.c-form-request__btn-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
}
.c-form-request__btn-body::before {
  display: block;
  content: "";
  margin-right: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s -webkit-filter;
  transition: 0.3s -webkit-filter;
  transition: 0.3s filter;
  transition: 0.3s filter, 0.3s -webkit-filter;
}
@media screen and (max-width: 767px) {
  .c-form-request__btn-body::before {
    margin-right: 10px;
  }
}

.c-form-request__btn-icon {
  position: absolute;
  top: calc(50% - 19px);
  right: 34px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767px) {
  .c-form-request__btn-icon {
    top: calc(50% - 14.5px);
    right: 36px;
    width: 29px;
    height: 29px;
  }
}
.c-form-request__btn-icon::before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 4px);
  width: 10px;
  height: 16px;
  content: "";
  background-image: url("./../images/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s -webkit-filter;
  transition: 0.3s -webkit-filter;
  transition: 0.3s filter;
  transition: 0.3s filter, 0.3s -webkit-filter;
}
@media screen and (max-width: 767px) {
  .c-form-request__btn-icon::before {
    top: calc(50% - 6px);
    left: calc(50% - 3px);
    width: 8px;
    height: 13px;
  }
}

.c-form-request__btn.contact {
  background-color: #ffee00;
  color: #0f55a1;
}
.c-form-request__btn.contact .c-form-request__btn-body::before {
  width: 39px;
  height: 30px;
  background-image: url("./../images/icon_contact.png");
}
@media screen and (max-width: 767px) {
  .c-form-request__btn.contact .c-form-request__btn-body::before {
    width: 29px;
    height: 22px;
  }
}
.c-form-request__btn.contact .c-form-request__btn-icon::before {
  background-image: url("./../images/icon_arrow_blue.png");
}

.c-form-request__btn.download {
  background-color: #f03e62;
}
.c-form-request__btn.download .c-form-request__btn-body::before {
  width: 40px;
  height: 33px;
  background-image: url("./../images/icon_document.png");
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .c-form-request__btn.download .c-form-request__btn-body::before {
    width: 29px;
    height: 25px;
  }
}

.c-form-request__btn.contact:hover {
  background-color: #fff;
  border-color: #0f55a1;
}
.c-form-request__btn.contact:hover .c-form-request__btn-icon {
  background-color: #0f55a1;
}
.c-form-request__btn.contact:hover .c-form-request__btn-icon::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.c-form-request__btn.download:hover {
  background-color: #fff;
  border-color: #f03e62;
  color: #f03e62;
}
.c-form-request__btn.download:hover .c-form-request__btn-body::before {
  -webkit-filter: none;
          filter: none;
}
.c-form-request__btn.download:hover .c-form-request__btn-icon {
  background-color: #f03e62;
}
.c-form-request__btn.download:hover .c-form-request__btn-icon::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.c-menu {
  top: 60px;
  padding: 0;
  background-color: #edf5fa;
}
.c-menu .header__btn {
  position: fixed;
  top: 13px;
  right: 15px;
  z-index: 101;
}
.c-menu .header__btn span:first-child {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.c-menu .header__btn span:nth-child(2) {
  opacity: 0;
}
.c-menu .header__btn span:last-child {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.c-menu-dialog__list {
  padding: 0 15px;
}

.c-menu-dialog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 5px;
  font-weight: 600;
  font-size: 1.6rem;
  color: #303540;
  text-decoration: none;
  border-bottom: 1px solid #cce2f0;
}
.c-menu-dialog__link::after {
  display: block;
  width: 29px;
  height: 29px;
  content: "";
  border-radius: 9999px;
  background-color: #fff;
  background-image: url("./../images/icon_arrow_blue.png");
  background-size: 8px 13px;
  background-position: center;
}

.c-menu-dialog__btns {
  padding: 0 15px;
  margin-top: 26px;
}

.c-menu-dialog__btn {
  padding: 13.5px 0;
}
.c-menu-dialog__btn.contact {
  border-color: #0f55a1;
  background-color: #fff;
}
.c-menu-dialog__btn.download {
  border-color: #f03e62;
}
.c-menu-dialog__btn + .c-menu-dialog__btn {
  margin-top: 15px;
}

.c-menu-dialog__btn.contact:hover {
  background-color: #0f55a1;
  color: #fff;
}
.c-menu-dialog__btn.contact:hover .c-form-request__btn-body::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.c-menu-dialog__btn.contact:hover .c-form-request__btn-icon {
  background-color: #fff;
}
.c-menu-dialog__btn.contact:hover .c-form-request__btn-icon::before {
  -webkit-filter: none;
          filter: none;
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 3px #fff;
  border-radius: 50px;
  padding-left: 134px;
}

.c-button.red {
  background: #f03e62;
}

.c-button.white {
  background: #fff;
  border: solid 3px #f03e62;
}

.c-button.yellow {
  background: #eeff00;
  border: solid 3px #fff;
}

.c-button.blue {
  background: #fff;
  border: solid 3px #0f55a1;
}

.c-button::before {
  content: "";
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}

.c-button.red::before {
  background: #fff;
}

.c-button.white::before {
  background: #f03e62;
}

.c-button.yellow::before {
  background: #0f55a1;
}

.c-button.blue::before {
  background: #0f55a1;
}

.c-button__text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4583333333;
  padding: 27px 0;
}

.c-button__text.red {
  color: #fff;
}

.c-button__text.white {
  color: #f03e62;
}

.c-button__text.yellow {
  color: #0f55a1;
}

.c-button__text.blue {
  color: #0f55a1;
}

.c-button img {
  width: 40px;
}

.c-button__text::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 33px;
  background: url(/images/c-button-icon_01.png) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  margin-right: 11px;
}

.c-button__text.red::before {
  background: url(/images/c-button-icon_01.png) no-repeat;
}

.c-button__text.white::before {
  background: url(/images/c-button-icon_02.png) no-repeat;
}

.c-button__text.yellow::before {
  background: url(/images/c-button-icon_03.png) no-repeat;
}

.c-button__text.blue::before {
  background: url(/images/c-button-icon_03.png) no-repeat;
}

.c-button__text::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: rotate(45deg) translatey(-50%);
          transform: rotate(45deg) translatey(-50%);
}

.c-button__text.red::after {
  border-top: solid 3px #f03e62;
  border-right: solid 3px #f03e62;
}

.c-button__text.white::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.c-button__text.yellow::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.c-button__text.blue::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.mv {
  background: url("../images/mv_bg.png") repeat-x;
  background-size: auto 100%;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 14px 15px 16px;
    overflow: hidden;
  }
}

.mv__wrapper {
  max-width: 1170px;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding-top: 14px;
  background-image: url("../images/mv_bg_net.png");
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .mv__wrapper {
    width: 100%;
    padding-top: 10px;
  }
}
.mv__wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url("../images/mv_bg_frame.png");
  background-position: center center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv__wrapper::before {
    width: calc(100% - 30px);
    height: calc(100% - 20px);
    top: 50%;
    background-image: url("../images/mv_bg_frame_sp.png");
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) {
  .mv__wrapper img {
    width: auto;
  }
}

.mv__sub-heading {
  font-size: 1.9rem;
  line-height: 1.1052631579;
  text-align: center;
  color: #0f55a1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__sub-heading {
    font-size: 1.2rem;
  }
}

.mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 80px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__content {
    display: block;
    padding: 23px 15px 0;
  }
}

.mv__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mv__body {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .mv__heading {
    width: 84.375%;
    margin: auto;
  }
}

.mv__text {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mv__text {
    width: 90%;
    margin: 20px auto 0;
  }
}

.mv__image {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .mv__image {
    width: 105.625%;
    margin-left: 0;
    position: relative;
    right: -10px;
    z-index: 2;
  }
}

.mv__cv {
  background-color: #0F55A1;
  padding: 25px 80px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mv__cv {
    display: block;
    padding: 16px 23px 24px;
  }
}

.mv__cv-heading {
  position: relative;
  z-index: 2;
}

.mv__cv-btn {
  position: relative;
  z-index: 2;
  width: 430px;
  padding: 19px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .mv__cv-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 14px;
  }
}

.mv__cv-btn-icon {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .mv__cv-btn-icon {
    right: 20px;
  }
}

.service {
  background: #c7e0f2;
  padding: 62px 0 70px;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 50px 0 40px;
  }
}

.service__wrapper .c-section__heading {
  line-height: 1.09375;
}
.service__wrapper .c-section__heading::after {
  margin: 13px auto;
}

.service__heading {
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .service__heading {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.service__heading + .service__heading {
  color: #303540;
}

.service__heading--02 {
  font-family: "Jost", sans-serif;
  font-size: 7.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service__heading--02 {
    font-size: 5.7rem;
  }
}

.service__content-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .service__content-wrapper {
    margin-top: 30px;
  }
}

.service__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-top: 5px solid #0F55A1;
  padding: 0 66px 55px 66px;
}
@media screen and (max-width: 767px) {
  .service__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 42px 15px 5px;
  }
}

.service__content + .service__content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .service__content + .service__content {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .service__content:nth-child(2) {
    padding: 0 52px 50px 60px;
  }
}
@media screen and (max-width: 767px) {
  .service__content:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .service__content:nth-child(3) {
    padding: 0 66px 35px 66px;
  }
}

.service__content::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: linear-gradient(-45deg, #c7e0f2 50%, #ebf4fa 50%, #ebf4fa 52%, #ebf4fa 52%);
}
@media screen and (max-width: 767px) {
  .service__content::before {
    width: 35px;
    height: 35px;
  }
}

@media screen and (min-width: 768px) {
  .service__content:nth-child(2)::before {
    left: 0;
    background: linear-gradient(45deg, #c7e0f2 50%, #ebf4fa 50%, #ebf4fa 52%, #ebf4fa 52%);
  }
}

@media screen and (min-width: 768px) {
  .service__text-wrapper {
    max-width: 497px;
    padding-top: 75px;
  }
}

@media screen and (min-width: 768px) {
  .service__content:nth-child(2) .service__text-wrapper {
    padding-top: 77px;
  }
}

@media screen and (min-width: 768px) {
  .service__content:nth-child(3) .service__text-wrapper {
    padding-top: 78px;
  }
}

.service__sub-heading {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .service__sub-heading {
    font-size: 2.4rem;
    line-height: 1.5833333333;
  }
}

.service__sub-heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -82px;
  right: -13px;
  width: 192px;
  height: 251px;
  background-image: url("../images/service-icon_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service__sub-heading::after {
    top: -62px;
    right: 0;
    width: 110px;
    height: 145px;
  }
}

.service__content:nth-child(2) .service__sub-heading {
  position: relative;
  z-index: 0;
}

.service__content:nth-child(2) .service__sub-heading::after {
  top: -80px;
  right: 0;
  width: 214px;
  height: 251px;
  background-image: url("../images/service-icon_02.png");
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service__content:nth-child(2) .service__sub-heading::after {
    top: -62px;
    right: 0;
    width: 123px;
    height: 145px;
  }
}

.service__content:nth-child(3) .service__sub-heading {
  position: relative;
  z-index: 0;
}

.service__content:nth-child(3) .service__sub-heading::after {
  top: -85px;
  right: 0;
  width: 209px;
  height: 251px;
  background-image: url("../images/service-icon_03.png");
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service__content:nth-child(3) .service__sub-heading::after {
    top: -62px;
    right: 0;
    width: 120px;
    height: 145px;
  }
}

.service__sub-heading span {
  color: #fff;
  background: #e88923;
  padding: 0 8px;
}

.service__text {
  color: #303540;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.8333333333;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .service__text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    margin-top: 18px;
  }
}

.service__text span {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 4px;
}

.service__img {
  width: 434px;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .service__img {
    width: 210px;
    padding-top: 15px;
    margin: auto;
  }
}

.service__content:nth-child(2) .service__img {
  width: 410px;
  padding-top: 43px;
}
@media screen and (max-width: 767px) {
  .service__content:nth-child(2) .service__img {
    width: 214px;
    padding-top: 15px;
  }
}

.service__content:nth-child(3) .service__img {
  width: 420px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .service__content:nth-child(3) .service__img {
    width: 231px;
    padding-top: 15px;
  }
}

.service__img img {
  width: 100%;
}

.benefit {
  position: relative;
  background: #0f55a1;
  padding: 70px 0 65px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .benefit {
    padding: 40px 0 70px;
  }
}

.benefit::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 42px;
  border-color: #c7e0f2 transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .benefit::before {
    border-width: 25px 30px;
  }
}

.benefit__heading-wrapper {
  text-align: center;
}

.benefit__sub-heading {
  width: 900px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .benefit__sub-heading {
    width: 100%;
  }
}

.benefit__heading {
  display: inline-block;
  color: #ffee00;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 26px;
  border-bottom: 3px solid #ffee00;
}
@media screen and (max-width: 767px) {
  .benefit__heading {
    font-size: 3.7rem;
    margin-top: 20px;
  }
}

.benefit__text {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .benefit__text {
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}

.benefit__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .benefit__img-wrapper {
    display: block;
    margin-top: 50px;
  }
}

.benefit__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .benefit__img {
    width: 84.0579710145%;
    z-index: 2;
    position: relative;
  }
}

.benefit__img + .benefit__img {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .benefit__img + .benefit__img {
    margin-left: 0;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
  }
}

.benefit__balloon {
  position: absolute;
  top: -110px;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .benefit__balloon {
    width: 71.0144927536%;
    top: -35px;
    right: 0;
    z-index: 3;
  }
}

.p-intro {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-intro::before {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 378px);
  height: 553px;
  content: "";
  background-color: #fef6eb;
}
.p-intro::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 114px;
  content: "";
  background-image: url("./../images/intro_bg.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-intro::after {
    height: 85px;
    margin-left: -20px;
  }
}

.p-intro__container {
  padding-top: 70px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-intro__container {
    padding-top: 40px;
    padding-bottom: 65px;
  }
}

.p-intro__content {
  max-width: 1100px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-intro__content {
    margin-top: 30px;
  }
}

.p-intro__slider {
  position: relative;
}

.p-intro__slider-inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-intro__slider-inner {
    width: 100%;
  }
}

.p-intro__swiper {
  overflow: visible;
}

.p-intro__slider-btm {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-intro__slider-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
}

.p-intro__pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
  position: static;
}
@media screen and (max-width: 767px) {
  .p-intro__pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    margin: 0 23px;
  }
}

.p-intro__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 10px;
  background-color: #c5d2de;
  opacity: 1;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767px) {
  .p-intro__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7.5px;
  }
}
.p-intro__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover, .p-intro__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0f55a1;
}

.p-intro__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  opacity: 0.6;
}
.p-intro__slide.swiper-slide-active {
  opacity: 1;
}

.p-intro__arrow {
  width: 75px;
  height: 75px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #0f55a1;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767px) {
  .p-intro__arrow {
    position: static;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 42px;
    height: 42px;
    margin: 0;
  }
}
.p-intro__arrow::before {
  position: absolute;
  width: 31px;
  height: 26px;
  content: "";
  background-image: url("./../images/icon_slider_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s -webkit-filter;
  transition: 0.3s -webkit-filter;
  transition: 0.3s filter;
  transition: 0.3s filter, 0.3s -webkit-filter;
}
@media screen and (max-width: 767px) {
  .p-intro__arrow::before {
    width: 16px;
    height: 13px;
  }
}
.p-intro__arrow::after {
  content: none;
}
.p-intro__arrow--prev {
  left: -64px;
}
.p-intro__arrow--prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-intro__arrow--next {
  right: -64px;
}

.p-intro__arrow:hover {
  background-color: #0f55a1;
}
.p-intro__arrow:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.p-intro__slide-inner {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background-color: #4b99c9;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-inner {
    padding: 18px 8px 8px;
  }
}
@media screen and (max-width: 480px) {
  .p-intro__slide-inner {
    width: 100%;
  }
}
.p-intro__slide-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 54px;
  height: 54px;
  content: "";
  background-image: url("./../images/intro_slide_corner.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-inner::before {
    width: 30px;
    height: 30px;
  }
}

.p-intro__slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: normal;
  }
}

.p-intro__slide-header {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 215px;
  margin-top: 5px;
  margin-bottom: 24px;
  min-height: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-header {
    padding: 10px 10px 15px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-intro__slide-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 13px;
  }
}

.p-intro__slide-heading {
  font-weight: 600;
  font-size: 3.1rem;
  line-height: 1.4516129032;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-heading {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.p-intro__slide-heading span {
  color: #fe0;
}

.p-intro__slide-logo {
  position: absolute;
  top: calc(50% - 75px);
  left: 30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-logo {
    position: static;
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-intro__slide-lede {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 17px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  border-radius: 9999px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-lede {
    display: block;
    width: 219px;
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.2142857143;
    border-radius: 10px;
  }
}
.p-intro__slide-lede span {
  display: block;
}

.p-intro__slide-category {
  padding: 4.5px 17px;
  color: #fff;
  background-color: #0f55a1;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-category {
    padding: 6px 12px;
  }
}

.p-intro__slide-name {
  padding: 4.5px 17px 4.5px 12px;
  color: #0f55a1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-name {
    padding: 6px 12px;
  }
}

.p-intro__slide-case {
  position: relative;
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-case {
    width: 100%;
  }
}
.p-intro__slide-case::before {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 16px;
  height: 25px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-intro__slide-case::before {
    top: auto;
    right: calc(50% - 6px);
    bottom: -14px;
    width: 12px;
    height: 11px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}

.p-intro__slide-case-list {
  padding: 33px 30px 36px;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-case-list {
    padding: 11px 7.5px 16px;
  }
}

.p-intro__slide-case-item {
  background-image: linear-gradient(to right, rgba(15, 85, 161, 0.3), rgba(15, 85, 161, 0.3) 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 0 0 21px;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-case-item {
    padding: 0 0 11px;
  }
}
.p-intro__slide-case-item + .p-intro__slide-case-item {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-case-item + .p-intro__slide-case-item {
    margin-top: 10px;
  }
}
.p-intro__slide-case-item:last-child {
  background: none;
  padding: 0;
}
.p-intro__slide-case-item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #0f55a1;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-case-item dt {
    font-size: 1.3rem;
  }
}
.p-intro__slide-case-item dt::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.p-intro__slide-case-item dd {
  margin-top: 5px;
  font-size: 1.7rem;
  line-height: 1.5882352941;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-case-item dd {
    padding: 0 3px;
    margin-top: 2px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}

.p-intro__slide-case-item.light dt::before {
  width: 19px;
  height: 32px;
  margin-left: 5px;
  margin-right: 15px;
  background-image: url("./../images/icon_light.svg");
}
@media screen and (max-width: 767px) {
  .p-intro__slide-case-item.light dt::before {
    width: 13px;
    height: 22px;
    margin-left: 7px;
    margin-right: 8px;
  }
}

.p-intro__slide-case-item.problem dt::before {
  width: 30px;
  height: 27px;
  margin-right: 9px;
  background-image: url("./../images/icon_problem.svg");
}
@media screen and (max-width: 767px) {
  .p-intro__slide-case-item.problem dt::before {
    width: 20px;
    height: 19px;
    margin-right: 5px;
    margin-left: 3px;
  }
}

.p-intro__slide-after {
  width: 715px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-after {
    width: 100%;
    height: 100%;
    margin-top: 12px;
  }
}

.p-intro__slide-after-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 30px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #0f55a1;
  background-color: #ffee00;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-after-heading {
    padding: 10px 22px;
    font-size: 1.6rem;
  }
}
.p-intro__slide-after-heading::before {
  display: block;
  width: 37px;
  height: 27px;
  margin-right: 9px;
  content: "";
  background-image: url("./../images/icon_thumbsup.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-after-heading::before {
    width: 25px;
    height: 18px;
    margin-right: 6px;
  }
}
.p-intro__slide-after-heading::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 190px;
  height: 104px;
  margin-right: 9px;
  content: "";
  background-image: url("./../images/intro_slide_after_img.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-after-heading::after {
    width: 106px;
    height: 65px;
    margin-right: 14px;
    background-image: url("./../images/intro_slide_after_img_sp.png");
  }
}

.p-intro__slide-after-list {
  padding: 18px 30px 38px;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-after-list {
    padding: 8px 10px 15px;
  }
}

.p-intro__slide-after-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: linear-gradient(to right, rgba(15, 85, 161, 0.3), rgba(15, 85, 161, 0.3) 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 0 0 22px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-after-item {
    padding: 0 0 7px;
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.p-intro__slide-after-item::before {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-top: 3px;
  margin-right: 9px;
  content: "";
  background-image: url("./../images/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-after-item::before {
    width: 15px;
    height: 15px;
    margin-right: 6px;
  }
}
.p-intro__slide-after-item + .p-intro__slide-after-item {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-after-item + .p-intro__slide-after-item {
    margin-top: 8px;
  }
}
.p-intro__slide-after-item:last-child {
  background: none;
  padding: 0;
}
.p-intro__slide-after-item span {
  color: #e88923;
  border-bottom: 2px solid #e88923;
}
@media screen and (max-width: 767px) {
  .p-intro__slide-after-item span {
    border-width: 1px;
  }
}

.document {
  background: #0f55a1;
  padding: 42px 0 30px;
}
@media screen and (max-width: 767px) {
  .document {
    padding: 32px 0 30px;
  }
}

.document__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .document__wrapper {
    position: relative;
  }
}

.document__heading-wrapper {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .document__heading-wrapper {
    width: 100%;
  }
}

.document__heading {
  position: relative;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.45;
  border-bottom: 2px solid #fff;
  display: inline;
}
@media screen and (max-width: 767px) {
  .document__heading {
    font-size: 3rem;
    line-height: 1.5;
  }
}

.document__heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -62px;
  left: 0;
  width: 274px;
  height: 50px;
  background: url(../images/document-icon_01.png) no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .document__heading::before {
    top: -52px;
    width: 212px;
    height: 43px;
    background: url(../images/document-icon_01_sp.png) no-repeat;
    background-size: 100% 100%;
  }
}

.document__heading span {
  color: #ffee00;
}

.document__heading span i {
  position: relative;
}

.document__heading span i::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 7px;
  height: 7px;
  background: #E88923;
  border-radius: 35px;
}

.document__text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .document__text {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}

.document__btn {
  width: 530px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .document__btn {
    width: 100%;
    margin-top: 27px;
  }
}

@media screen and (max-width: 767px) {
  .document__img {
    position: absolute;
    top: -10px;
    right: 0;
    width: 34.7826086957%;
  }
}
@media screen and (max-width: 480px) {
  .document__img {
    width: 43.4782608696%;
  }
}

.flow {
  background: #edf5fa;
}

.flow__wrapper {
  text-align: center;
  padding: 70px 15px 88px 15px;
}
@media screen and (max-width: 767px) {
  .flow__wrapper {
    padding: 50px 15px 36px 15px;
  }
}

@media screen and (max-width: 767px) {
  .flow__heading {
    font-size: 3.1rem;
    line-height: 1.1290322581;
  }
}

.flow__box-heading {
  display: inline-block;
  color: #0f55a1;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  width: 460px;
  border: solid 1px #0f55a1;
  padding: 5px 10px;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flow__box-heading {
    width: auto;
    font-size: 1.3rem;
    padding: 6px 20px;
  }
}

.flow__box-heading span {
  display: inline-block;
  margin-left: 15px;
}

.flow__content-wrapper {
  margin-top: 25px;
}

.flow__content-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .flow__content-item {
    display: block;
  }
}

.flow__content-item + .flow__content-item {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .flow__content-item + .flow__content-item {
    margin-top: 36px;
  }
}

.flow__content-item + .flow__content-item + .flow__content-item {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .flow__content-item + .flow__content-item + .flow__content-item {
    margin-top: 36px;
  }
}

.flow__content-item::after {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 24px;
  border-color: #edb67b transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .flow__content-item::after {
    bottom: -45px;
  }
}

.flow__content-item + .flow__content-item::after {
  bottom: -44px;
}
@media screen and (max-width: 767px) {
  .flow__content-item + .flow__content-item::after {
    bottom: -45px;
  }
}

.flow__content-item:last-child.flow__content-item::after {
  content: none;
}

.flow__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .flow__content-item {
    display: block;
  }
}

.flow__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  background: #0f55a1;
}
@media screen and (max-width: 767px) {
  .flow__left {
    width: 100%;
    display: block;
  }
}

.flow__icon {
  width: 68px;
}
@media screen and (max-width: 767px) {
  .flow__icon {
    width: 100%;
  }
}

.flow__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 980px;
}
@media screen and (max-width: 767px) {
  .flow__right {
    width: 100%;
    display: block;
    padding: 16px 15px 26px;
  }
}

.flow__right::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: linear-gradient(45deg, #fff 60%, #ebf4fa 60%, #ebf4fa 60%, #ebf4fa 60%);
}
@media screen and (max-width: 767px) {
  .flow__right::after {
    width: 35px;
    height: 35px;
    top: auto;
    bottom: 0;
    background: linear-gradient(135deg, #ffffff 60%, #ebf4fa 60%, #ebf4fa 60%, #ebf4fa 60%);
  }
}

.flow__img {
  margin-left: 22px;
  min-width: 92px;
}
@media screen and (max-width: 767px) {
  .flow__img {
    margin-left: 0;
    min-width: auto;
    width: 65px;
    position: absolute;
  }
}

.flow__textbox {
  text-align: left;
  padding: 27px 0;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .flow__textbox {
    padding: 0;
    margin-left: 0;
  }
}

.flow__textbox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .flow__textbox > div {
    display: block;
    width: calc(100% - 65px);
    margin-left: auto;
  }
}

.flow__period {
  display: inline-block;
  color: #0f55a1;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.625;
  background: #edf5fa;
  padding: 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .flow__period {
    font-size: 1.2rem;
    padding: 2px 10px;
  }
}

.flow__sub-heading {
  color: #303540;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4230769231;
  margin-left: 9px;
}
@media screen and (max-width: 767px) {
  .flow__sub-heading {
    display: block;
    font-size: 1.9rem;
    margin-left: 0;
    margin-top: 5px;
  }
}

.flow__text {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.625;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .flow__text {
    font-size: 1.3rem;
    line-height: 1.7692307692;
    margin-top: 15px;
  }
}

.flow__small-text {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .flow__small-text {
    font-size: 1.2rem;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 8px;
  }
}

.price {
  background-image: url("../images/price_bg_net.png");
  background-position: center center;
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .price {
    background-size: cover;
  }
}

.price__wrapper {
  padding: 70px 15px 88px 15px;
}
@media screen and (max-width: 767px) {
  .price__wrapper {
    padding: 40px 15px 50px 15px;
  }
}

.price__table {
  max-width: 880px;
  margin: 40px auto auto;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .price__table {
    margin: 24px auto auto;
    width: 100%;
  }
}

.price__top-heading {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  background: #0f55a1;
  text-align: center;
  width: 740px;
}
@media screen and (max-width: 767px) {
  .price__top-heading {
    font-size: 1.6rem;
    width: auto;
    padding: 13px 0;
  }
}

_::-webkit-full-page-media, _:future, :root .price__top-heading {
  padding: 13px 0;
}

.price__side-heading {
  color: #303540;
  font-size: 2rem;
  line-height: 1.3181818182;
  background: #f5f4f0;
  text-align: center;
  width: 140px;
  padding: 56px 0;
}
@media screen and (max-width: 767px) {
  .price__side-heading {
    font-size: 1.2rem;
    letter-spacing: -0.1em;
    width: auto;
    padding: 39px 0;
  }
}

.price__side-heading--02 {
  padding: 26px 0;
}
@media screen and (max-width: 767px) {
  .price__side-heading--02 {
    padding: 17px 0;
    letter-spacing: -0.25em;
  }
}

.price__side-heading--03 {
  padding: 38px 0;
}
@media screen and (max-width: 767px) {
  .price__side-heading--03 {
    padding: 20px 0;
    letter-spacing: -0.25em;
  }
}

.price__inner-data {
  color: #0f55a1;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .price__inner-data {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .price__inner-data--02 {
    padding: 5px 0;
  }
}

.price__inner-big {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .price__inner-big {
    font-size: 3.1rem;
  }
}

.price__inner-small {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .price__inner-small {
    font-size: 1.4rem;
  }
}

.price__table .yellow {
  background: #ffee00;
}

.price__table table, td, th {
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.example__top {
  position: relative;
  z-index: 1;
  padding: 70px 0 0;
  background-color: #edf5fa;
}
@media screen and (max-width: 767px) {
  .example__top {
    padding: 40px 0 0;
  }
}
.example__top::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 174px;
  content: "";
  background-color: #0f55a1;
}

@media screen and (max-width: 767px) {
  .example__heading {
    line-height: 1.1290322581;
  }
}

.example__body {
  margin-top: 22px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .example__body {
    margin-top: 25px;
    font-size: 1.3rem;
    line-height: 1.6923076923;
    text-align: left;
  }
}
.example__body span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .example__body span {
    font-size: 1.2rem;
  }
}

.example__slider {
  position: relative;
  max-width: 1100px;
  padding: 58px 0;
  margin: 39px auto 0;
  background-color: #fff;
  background-image: url("./../images/example_bg.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  border: 7px solid #b49582;
}
@media screen and (max-width: 767px) {
  .example__slider {
    width: 100%;
    padding: 32.5px 0 14px;
    margin-top: 38px;
    background-image: url("./../images/example_bg_sp.png");
  }
}
.example__slider::before {
  position: absolute;
  top: -24px;
  left: calc(50% - 116px);
  width: 232px;
  height: 40px;
  content: "";
  background-image: url("./../images/example_obj.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .example__slider .example__swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .example__slider .example__swiper {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (min-width: 768px) {
  .example__slider .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .example__slider .swiper-wrapper .example__slide:nth-child(n+4) {
    margin-top: 36px;
  }
}

.example__slider-inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .example__slider-inner {
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .example__slider-inner {
    width: 293px;
  }
}

.example__slide {
  width: 313px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .example__slide {
    padding-right: 5px;
    margin-bottom: 5px;
  }
}

.example__slide[data-a11y-dialog-show] {
  position: relative;
  cursor: pointer;
}
.example__slide[data-a11y-dialog-show]::before {
  position: absolute;
  right: -6px;
  bottom: -6px;
  z-index: 1;
  width: 40px;
  height: 40px;
  content: "";
  background-image: url("./../images/icon_glass.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .example__slide[data-a11y-dialog-show]::before {
    right: 0;
    bottom: -5px;
    width: 36px;
    height: 36px;
  }
}
.example__slide[data-a11y-dialog-show] img {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.example__slide[data-a11y-dialog-show]:hover img {
  opacity: 0.7;
}

.example__arrow {
  display: none;
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
  margin: -9px 0 0;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #0f55a1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767px) {
  .example__arrow {
    display: block;
  }
}
.example__arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 13px;
  margin: auto;
  content: "";
  background-image: url("./../images/icon_slider_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s -webkit-filter;
  transition: 0.3s -webkit-filter;
  transition: 0.3s filter;
  transition: 0.3s filter, 0.3s -webkit-filter;
}
.example__arrow::after {
  content: none;
}
.example__arrow--prev {
  left: -4px;
}
.example__arrow--prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.example__arrow--next {
  right: -4px;
}

.example__arrow:hover {
  background-color: #0f55a1;
}
.example__arrow:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.example__pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
  display: none;
}
@media screen and (max-width: 767px) {
  .example__pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 10px;
  }
}

.example__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7.5px;
  background-color: #c5d2de;
  opacity: 1;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.example__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover, .example__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0f55a1;
}

.example__consult {
  padding: 39px 0 50px;
  background-color: #0f55a1;
}
@media screen and (max-width: 767px) {
  .example__consult {
    padding: 30px 0 44px;
  }
}

.example__consult-heading {
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: -0.04em;
  text-align: center;
  color: #f2f5f7;
}
@media screen and (max-width: 767px) {
  .example__consult-heading {
    font-size: 3rem;
  }
}
.example__consult-heading .bdr {
  border-bottom: 2px solid #fff;
}
.example__consult-heading .yellow {
  color: #ffee00;
}
.example__consult-heading i {
  position: relative;
  letter-spacing: -0.2em;
}
.example__consult-heading i::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 7px;
  height: 7px;
  background: #e88923;
  border-radius: 35px;
}

.example__consult-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .example__consult-btns {
    display: block;
    margin-top: 54px;
  }
}

.example__consult-group {
  position: relative;
}
@media screen and (max-width: 767px) {
  .example__consult-group + .example__consult-group {
    margin-top: 25px;
  }
}

.example__consult-balloon {
  position: absolute;
  top: -35px;
  left: 50%;
  z-index: 1;
  padding: 5px 14px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0f55a1;
  background-color: #fff;
  border: 2px solid #0f55a1;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .example__consult-balloon {
    top: -24px;
    padding: 2px 14px;
    font-size: 1.3rem;
  }
}
.example__consult-balloon:before {
  position: absolute;
  left: calc(50% - 5.5px);
  bottom: -9px;
  width: 11px;
  height: 9px;
  content: "";
  background-color: #0f55a1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.example__consult-balloon:after {
  position: absolute;
  left: calc(50% - 5.5px);
  bottom: -6px;
  width: 11px;
  height: 9px;
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.p-example__dialog-document {
  padding: 0;
}

.question {
  padding: 65px 0 105px;
}
@media screen and (max-width: 767px) {
  .question {
    padding: 50px 0;
  }
}

.question__group {
  background-color: #FEF6EB;
  padding: 25px 30px 0;
}
@media screen and (max-width: 767px) {
  .question__group {
    padding: 16px 15px 0;
  }
}
.question__group:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .question__group:nth-child(n+2) {
    margin-top: 15px;
  }
}

.question__contact-button {
  border: none;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
  color: #303540;
  margin-bottom: 25px;
  padding: 0;
  position: relative;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .question__contact-button {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    margin-bottom: 16px;
    padding-left: 44px;
    padding-right: 20px;
  }
}
.question__contact-button::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "Q";
  width: 40px;
  height: 40px;
  background-color: #E88923;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Red Hat Display", sans-serif;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .question__contact-button::before {
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
  }
}
.question__contact-button::after {
  position: absolute;
  top: 12px;
  right: 0;
  content: "";
  width: 10px;
  height: 16px;
  background-image: url("../images/icon_arrow_blue.png");
  background-size: 100% 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .question__contact-button::after {
    top: 17px;
    width: 8px;
    height: 12px;
  }
}

.question__contact-button[aria-expanded=true]::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.question__contact-details {
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  contain: content;
}

.question__contact-details[aria-hidden=true] {
  height: 0;
  visibility: hidden;
  -webkit-transition: height 0.5s, visibility 0.5s 0.5s;
  transition: height 0.5s, visibility 0.5s 0.5s;
}

.question__contact-inner {
  position: relative;
  padding: 20px 0 30px;
  border-top: 1px solid #DDDDDD;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .question__contact-inner {
    padding: 16px 0 22px;
    padding-left: 44px;
    font-size: 1.3rem;
    line-height: 1.7692307692;
  }
}
.question__contact-inner::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "A";
  width: 40px;
  height: 40px;
  border: 2px solid #E88923;
  background-color: #ffffff;
  border-radius: 50%;
  color: #E88923;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 767px) {
  .question__contact-inner::before {
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
  }
}

.p-request {
  background-color: #0f55a1;
}
.p-request input[name=type] {
  display: none;
}

.p-request__container {
  padding-top: 78px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-request__container {
    padding-top: 30px;
    padding-bottom: 38px;
  }
}

.p-request__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-request__wrap {
    display: block;
  }
}

.p-request__info {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .p-request__info {
    width: 100%;
  }
}

.p-request__block {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-request__block {
    padding-bottom: 32px;
  }
}

.p-request__heading {
  text-align: left;
  letter-spacing: 0.04em;
}
.p-request__heading::after {
  background-color: #fff;
  margin-top: 13px;
  margin-left: 0;
}

.download .p-request__info-img {
  position: relative;
  padding: 26px 47px;
  margin-top: 29px;
  background-color: #dfe9f2;
}
@media screen and (max-width: 767px) {
  .download .p-request__info-img {
    padding: 22px 39px;
    margin-top: 24px;
  }
}
.download .p-request__info-img img {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.download .p-request__info-img::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 165px;
  height: 143px;
  margin-top: -143px;
  content: "";
  background-image: url("./../images/request_download_person.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .download .p-request__info-img::before {
    width: 115px;
    height: 100px;
    margin-top: -100px;
  }
}

.p-request__info-body {
  margin-top: 24px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-request__info-body {
    margin-top: 20px;
    margin-left: 8px;
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-request__info-body span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-request__info-body span {
    padding: 0 8px;
  }
}
.p-request__info-body span::before, .p-request__info-body span::after {
  position: absolute;
  bottom: 5px;
  width: 2px;
  height: 25px;
  content: "";
  background-color: #fff;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .p-request__info-body span::before, .p-request__info-body span::after {
    height: 21px;
  }
}
.p-request__info-body span::before {
  left: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
}
.p-request__info-body span::after {
  right: 5px;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}

.p-request__info-list {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-request__info-list {
    margin-top: 11px;
  }
}

.p-request__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-request__info-item {
    font-size: 1.3rem;
  }
}
.p-request__info-item + .p-request__info-item {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-request__info-item + .p-request__info-item {
    margin-top: 13px;
  }
}
.p-request__info-item::before {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-right: 7px;
  content: "";
  background-image: url("./../images/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-request__info-item::before {
    width: 25px;
    height: 25px;
    margin-top: -1px;
  }
}

.p-request__info-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .p-request__info-imgs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 18px;
  }
}
.p-request__info-imgs img {
  width: 202px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-request__info-imgs img {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-request__info-imgs img:first-child {
    margin-right: 11px;
  }
}

.p-request__tel {
  padding: 27px 35px 22px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-request__tel {
    padding: 17px 25px 11px;
  }
}

.p-request__tel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px 12px;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .p-request__tel-heading {
    padding: 0 0 12px;
    font-size: 1.4rem;
  }
}
.p-request__tel-heading::before {
  display: block;
  width: 23px;
  height: 23px;
  margin-right: 9px;
  content: "";
  background-image: url("./../images/icon_tel.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-request__tel-heading::before {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-right: 7px;
  }
}

@media screen and (max-width: 767px) {
  .p-request__tel-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-request__tel-number {
  padding-left: 5px;
  margin-top: 2px;
  font-weight: 600;
  font-size: 3.9rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-request__tel-number {
    padding-left: 0;
    font-size: 2.9rem;
  }
}

a[href*="tel:"] {
  color: #0f55a1;
  text-decoration: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.p-request__tel-time {
  padding-left: 5px;
  margin-top: -3px;
  font-size: 1.5rem;
  color: #303540;
}
@media screen and (max-width: 767px) {
  .p-request__tel-time {
    padding-left: 0;
    margin-top: 0;
    font-size: 1.2rem;
  }
}
.p-request__tel-time span {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-request__tel-time span {
    display: block;
  }
}

.p-request__block {
  width: 100%;
  color: #fff;
}

.p-request__form {
  width: 600px;
  padding: 68px 50px;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-request__form {
    width: 100%;
    padding: 28px 14px;
    margin-top: 30px;
  }
}

.p-request__form input,
.p-request__form select,
.p-request__form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 9.5px 20px;
  font-size: 16px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-request__form input,
.p-request__form select,
.p-request__form textarea {
    font-size: 1.2rem;
  }
}
.p-request__form input::-webkit-input-placeholder, .p-request__form select::-webkit-input-placeholder, .p-request__form textarea::-webkit-input-placeholder {
  color: rgba(48, 53, 64, 0.3);
}
.p-request__form input::-moz-placeholder, .p-request__form select::-moz-placeholder, .p-request__form textarea::-moz-placeholder {
  color: rgba(48, 53, 64, 0.3);
}
.p-request__form input:-ms-input-placeholder, .p-request__form select:-ms-input-placeholder, .p-request__form textarea:-ms-input-placeholder {
  color: rgba(48, 53, 64, 0.3);
}
.p-request__form input::-ms-input-placeholder, .p-request__form select::-ms-input-placeholder, .p-request__form textarea::-ms-input-placeholder {
  color: rgba(48, 53, 64, 0.3);
}
.p-request__form input::placeholder,
.p-request__form select::placeholder,
.p-request__form textarea::placeholder {
  color: rgba(48, 53, 64, 0.3);
}
.p-request__form .input-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-request__form .input-radio {
    font-size: 1.3rem;
  }
}
.p-request__form .input-radio span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  border-radius: 50%;
  border: 1px solid #21282e;
}
@media screen and (max-width: 767px) {
  .p-request__form .input-radio span {
    width: 32px;
    height: 32px;
    margin-right: 7px;
  }
}
.p-request__form .input-radio span::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  content: "";
  border-radius: 50%;
  background-color: #0f55a1;
  opacity: 0;
}
.p-request__form.load .input-radio {
  cursor: not-allowed;
}
.p-request__form .input-radio + .input-radio {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-request__form .input-radio + .input-radio {
    margin-left: 20px;
  }
}
.p-request__form .input-name {
  width: 204px;
}
@media screen and (max-width: 767px) {
  .p-request__form .input-name {
    width: 100%;
  }
}
.p-request__form:not(.confirm) .input-post {
  width: 424px;
}
@media screen and (max-width: 767px) {
  .p-request__form:not(.confirm) .input-post {
    width: 100%;
  }
}
.p-request__form:not(.confirm) .input-tel {
  width: 423px;
}
@media screen and (max-width: 767px) {
  .p-request__form:not(.confirm) .input-tel {
    width: 100%;
  }
}
.p-request__form .textarea-contact {
  resize: none;
  height: 150px;
}

.p-request__error {
  width: 100%;
  font-size: 1.4rem;
  color: #fa0045;
}
@media screen and (max-width: 767px) {
  .p-request__error {
    margin-top: 2px;
    font-size: 1.1rem;
  }
}

.p-request__form-item + .p-request__form-item {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-request__form-item + .p-request__form-item {
    margin-top: 19px;
  }
}
.p-request__form-item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-request__form-item dt {
    font-size: 1.4rem;
  }
}
.p-request__form-item dd {
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .p-request__form-item dd {
    margin-top: 8px;
  }
}
.p-request__form-item dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-request__form-item dd > div {
    gap: 13px;
  }
}
.p-request__form-item.required dt::after {
  content: "必須";
  padding: 2px 6px;
  margin-left: 15px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 3px;
  background-color: #d04c4c;
}
@media screen and (max-width: 767px) {
  .p-request__form-item.required dt::after {
    padding: 2px 5px;
    margin-left: 10px;
    font-size: 1.2rem;
  }
}

.p-request__form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-request__form-body {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}
.p-request__form-body input {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  margin-right: 12px;
  border-color: #303540;
  background-color: #fff;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-request__form-body input {
    width: 20px;
    height: 20px;
    margin-right: 16px;
  }
}
.p-request__form-body input::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 8px;
  margin-top: 1px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  opacity: 0;
  content: "";
  -webkit-transform: rotate(-52deg) translate(-50%, -50%);
          transform: rotate(-52deg) translate(-50%, -50%);
}
.p-request__form-body input:checked {
  border-color: #0076ff;
  background-color: #0076ff;
}
.p-request__form-body input:checked::before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-request__form-body span {
    margin-top: -2px;
  }
}
.p-request__form-body a {
  color: #303540;
}

.p-request__form-btn {
  position: relative;
  display: block;
  width: 400px;
  padding: 25px 0;
  margin: 40px auto 0;
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
  background-color: #cccccc;
  border-radius: 9999px;
  border: 2px solid #cccccc;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}
@media screen and (max-width: 767px) {
  .p-request__form-btn {
    width: 100%;
    padding: 16px 0;
    margin-top: 24px;
    font-size: 1.8rem;
  }
}

.p-request__form-btn:not(:disabled) {
  cursor: pointer;
}

.p-request__form-btn.active {
  color: #fff;
  background-color: #f03e62;
  border: 2px solid #f03e62;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}

.p-request__form-btn-icon {
  position: absolute;
  top: calc(50% - 15px);
  right: 28.5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767px) {
  .p-request__form-btn-icon {
    right: 25px;
    width: 29px;
    height: 29px;
  }
}
.p-request__form-btn-icon::before {
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 4px);
  width: 9px;
  height: 14px;
  content: "";
  background-image: url("./../images/icon_arrow-gray.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-request__form-btn-icon::before {
    width: 8px;
    height: 13px;
  }
}

.p-request__form-btn.active .p-request__form-btn-icon::before {
  background-image: url("./../images/icon_arrow.png");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-request__form-btn--back {
  position: relative;
  display: block;
  width: 300px;
  padding: 17px 0;
  margin: 30px auto 0;
  font-size: 2.1rem;
  font-weight: 600;
  color: #cccccc;
  background-color: #ffffff;
  border-radius: 9999px;
  border: 2px solid #cccccc;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}
@media screen and (max-width: 767px) {
  .p-request__form-btn--back {
    width: 285px;
    padding: 14.5px 0;
    margin-top: 25px;
    font-size: 1.8rem;
  }
}

.p-request__form-btn--back:not(:disabled) {
  cursor: pointer;
}

.p-request__form-btn--back.active {
  color: #0f55a1;
  background-color: #ffffff;
  border: 2px solid #0f55a1;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}

.p-request__form-btn-icon--back {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #cccccc;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767px) {
  .p-request__form-btn-icon--back {
    right: 25px;
    width: 29px;
    height: 29px;
  }
}
.p-request__form-btn-icon--back::before {
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 4px);
  width: 9px;
  height: 14px;
  content: "";
  background-image: url("./../images/icon_arrow-left-gray.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-request__form-btn-icon--back::before {
    width: 8px;
    height: 13px;
  }
}

.p-request__form-btn--back.active .p-request__form-btn-icon--back {
  background-color: #0f55a1;
}

.p-request__form-btn--back.active .p-request__form-btn-icon--back::before {
  background-image: url("./../images/icon_arrow-left.png");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#type_download:checked ~ .p-request__container .input-radio[for=type_download] span::before {
  opacity: 1;
}

#type_contact:checked ~ .p-request__container .input-radio[for=type_contact] span::before {
  opacity: 1;
}

.confirm {
  padding-top: 19px;
}
.confirm .p-request__form-body {
  display: block;
  padding-bottom: 35px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .confirm .p-request__form-body {
    font-size: 1.6rem;
    padding-bottom: 18px;
    margin-top: 0;
  }
}
.confirm .p-request__form-list {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .confirm .p-request__form-list {
    margin-top: 23px;
  }
}
.confirm .p-request__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .confirm .p-request__form-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.confirm .p-request__form-item dt {
  width: 205px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 55px;
}
@media screen and (max-width: 767px) {
  .confirm .p-request__form-item dt {
    width: auto;
    margin-right: 0;
  }
}
.confirm .p-request__form-item dt::after {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .confirm .p-request__form-item dt::after {
    margin-left: 10px;
  }
}
.confirm .p-request__form-item dd {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .confirm .p-request__form-item dd {
    font-size: 1.2rem;
    width: 100%;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .confirm .p-request__form-item .input-email {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .confirm .p-request__form-item .input-tel {
    font-size: 1.5rem;
  }
}
.confirm .p-request__form-item:last-child dd {
  width: 100%;
}
.confirm .p-request__form-item:last-child dd div {
  width: 100%;
}
.confirm .p-request__form-item:last-child dd div span {
  width: 100%;
}
.confirm .p-request__form-item + .p-request__form-item {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .confirm .p-request__form-item + .p-request__form-item {
    margin-top: 25px;
  }
}
.confirm .input-name {
  width: 92px;
}
@media screen and (max-width: 767px) {
  .confirm .input-name {
    width: 70px;
  }
}
.confirm .textarea-contact {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  overflow-y: auto;
}
.confirm .p-request__form-btn {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .confirm .p-request__form-btn {
    width: 100%;
    padding: 16px 0;
    margin-top: 24px;
    font-size: 1.8rem;
  }
}

.p-request__dialog-document {
  padding: 60px 75.5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-request__dialog-document {
    padding: 35px 15px;
  }
}

.p-request__dialog-heading {
  padding-bottom: 30px;
  font-size: 4.2rem;
  font-weight: 600;
  color: #0f55a1;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-request__dialog-heading {
    padding-bottom: 20px;
    font-size: 3.1rem;
  }
}

.p-request__dialog-body {
  margin-top: 29px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-request__dialog-body {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    text-align: left;
  }
}

.p-request__dialog-btn {
  position: relative;
  display: block;
  width: 300px;
  padding: 17px 0;
  margin: 42px auto 0;
  font-size: 2.1rem;
  font-weight: 600;
  color: #0f55a1;
  border-radius: 9999px;
  border: 2px solid #0f55a1;
  cursor: pointer;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}
@media screen and (max-width: 767px) {
  .p-request__dialog-btn {
    width: 285px;
    padding: 14.5px 0;
    margin-top: 25px;
    font-size: 1.8rem;
  }
}

.p-request__dialog-btn-icon {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  background-color: #0f55a1;
  border: 2px solid #0f55a1;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.p-request__dialog-btn-icon::before, .p-request__dialog-btn-icon::after {
  position: absolute;
  inset: 0;
  width: 3px;
  height: 18px;
  margin: auto;
  content: "";
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.p-request__dialog-btn-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-request__dialog-btn-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-request__dialog-btn:hover {
  background-color: #0f55a1;
  color: #fff;
}
.p-request__dialog-btn:hover .p-request__dialog-btn-icon {
  background-color: #fff;
}
.p-request__dialog-btn:hover .p-request__dialog-btn-icon::before, .p-request__dialog-btn:hover .p-request__dialog-btn-icon::after {
  background-color: #0f55a1;
}

.footer__copy {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 12px;
    padding: 16px 0;
  }
}