@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&family=Noto+Sans+JP:wght@400;700&display=swap");
/* ========================================
 *  Font Family
 * ======================================== */
/* ==============================
*   Color
*==============================*/
/* ==============================
*   Font Size
*==============================*/
/*==============================
//  Media Query
//==============================*/
/*==============================
//  Font Size Rem
//
//  【概要】        font-sizeの単位をremに変換する
//  【第一引数】    希望のfont-size（数字のみ）
//  【備考】        IE対応のためpxでも出力する
//==============================*/
/*==============================
//  Font Size Rem Line Height Half Leading
//
//  【概要】
//      ・font-sizeの単位をremに変換
//      ・行間のサイズをもとに自動でline-heightを指定
//      ・ハーフリーディングを自動調整
//  【第一引数】
//      ・希望のfont-size（数字のみ）
//  【第二引数】
//      ・希望の行間サイズ（数字のみ）
//==============================*/
/*==============================
//
//  【概要】
//      ・pxをvwに変換
//  【第一引数】
//      ・pxサイズ（数字のみ）
//  【第二引数】
//      ・デザイン幅（数字のみ）初期値はf-variableに記述
//==============================*/
main {
  padding-top: 91px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 14.9333333333vw;
  }
}

.c-pankuzu {
  padding-top: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #BDD0F7;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-pankuzu {
    padding-top: 4vw;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-pankuzu li {
  position: relative;
}
.c-pankuzu li:not(.c-pankuzu li:first-of-type) {
  margin-left: 9px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .c-pankuzu li:not(.c-pankuzu li:first-of-type) {
    margin-left: 1.8666666667vw;
    padding-left: 3.2vw;
  }
}
.c-pankuzu li:not(.c-pankuzu li:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 6px;
  height: 10px;
  background: url(../../src/img/icon/arrow-right--blue.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-pankuzu li:not(.c-pankuzu li:first-of-type)::before {
    top: 0.5333333333vw;
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}
.c-pankuzu li:first-of-type {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-pankuzu li:first-of-type {
    padding-left: 4.2666666667vw;
  }
}
.c-pankuzu li:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 12px;
  height: 12px;
  background: url(../../src/img/icon/icon_home.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-pankuzu li:first-of-type::before {
    top: 0.2666666667vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.c-pankuzu li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.c-banner--quotation {
  margin-bottom: 168px;
}
@media screen and (max-width: 767px) {
  .c-banner--quotation {
    margin-bottom: 20vw;
  }
}
.c-banner--quotation dt {
  border-radius: 5px 5px 0 0;
  background-color: #2261E5;
  text-align: center;
  padding: 20px 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-banner--quotation dt {
    padding: 5.3333333333vw 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .c-banner--quotation dt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .c-banner--quotation dt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}
.c-banner--quotation dd {
  border-radius: 0 0 4px 4px;
  border-left: solid 3px #2261E5;
  border-right: solid 3px #2261E5;
  border-bottom: solid 3px #2261E5;
  display: flex;
  gap: 30px;
  padding: 27px 0 35px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-banner--quotation dd {
    flex-wrap: wrap;
    gap: 6.4vw;
    padding: 8vw 0;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--quotation dd .__person {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--quotation dd .__tel img {
    width: 78.6666666667vw;
  }
}
.c-banner--quotation dd .c-btn--contact {
  width: 314px;
}
@media screen and (max-width: 767px) {
  .c-banner--quotation dd .c-btn--contact {
    width: 78.6666666667vw;
  }
}
.c-banner--quotation.lower {
  margin-bottom: 0;
}

.c-table table {
  width: 100%;
}
.c-table table tr {
  border-bottom: solid 1px #ACC4F6;
}
.c-table table th,
.c-table table td {
  border-top: solid 1px #ACC4F6;
  padding: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.c-table table th::before,
.c-table table td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.c-table table th::after,
.c-table table td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-table table th,
  .c-table table td {
    display: block;
    margin-top: -1px;
  }
}
.c-table table th.center,
.c-table table td.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-table table th.center,
  .c-table table td.center {
    text-align: left;
  }
}
.c-table table th {
  width: 200px;
  background-color: #E8EFFD;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-table table th {
    width: 100%;
  }
}
.c-table table td {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .c-table table td {
    width: 100%;
  }
}
.c-table table td .table-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.c-table table td .table-list ul {
  padding-left: 1em;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-table table td .table-list ul {
    padding-left: 1.3em;
  }
}
.c-table table td .table-list ul li {
  list-style: disc;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.c-table table td .table-list ul li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.c-table table td .table-list ul li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
.c-table table td .table-list ul li:last-of-type {
  margin-bottom: 0;
}
.c-table table td .table-list ul.long {
  width: 100%;
}

.c-table2 table {
  width: 100%;
}
.c-table2 table tr {
  border-bottom: solid 1px #ACC4F6;
  border-left: solid 1px #ACC4F6;
}
.c-table2 table th,
.c-table2 table td {
  border-top: solid 1px #ACC4F6;
  border-right: solid 1px #ACC4F6;
  padding: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.c-table2 table th::before,
.c-table2 table td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.c-table2 table th::after,
.c-table2 table td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-table2 table th,
  .c-table2 table td {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    padding: 10px 7px;
  }
  .c-table2 table th::before,
  .c-table2 table td::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2857142857) * 0.5em);
    content: "";
  }
  .c-table2 table th::after,
  .c-table2 table td::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2857142857) * 0.5em);
    content: "";
  }
}
.c-table2 table th {
  background-color: #E8EFFD;
  font-weight: 700;
  text-align: center;
}
.c-table2 table td .table-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.c-table2 table td .table-list ul {
  padding-left: 1em;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-table2 table td .table-list ul {
    padding-left: 1.3em;
  }
}
.c-table2 table td .table-list ul li {
  list-style: disc;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.c-table2 table td .table-list ul li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.c-table2 table td .table-list ul li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
.c-table2 table td .table-list ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-table2 table td .table-list ul li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    margin-bottom: 0.5em;
  }
  .c-table2 table td .table-list ul li::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2857142857) * 0.5em);
    content: "";
  }
  .c-table2 table td .table-list ul li::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2857142857) * 0.5em);
    content: "";
  }
}
.c-table2 table td .table-list ul.long {
  width: 100%;
}
.c-table2 table td.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-table2 table td.center {
    text-align: left;
  }
}

.p-lower__service-list {
  padding-top: 40px;
  padding-bottom: 82px;
  margin-bottom: 0px;
  background-color: #E8EFFD;
}
@media screen and (max-width: 767px) {
  .p-lower__service-list {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-lower__service-list h2 {
  text-align: center;
  margin-top: -61px;
  margin-bottom: 25px;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-lower__service-list h2 {
    margin-top: -14.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-lower__service-list h2::before {
  display: none;
}
.p-lower__service-list hr {
  border-top: solid 1px #ACC4F6;
  margin-bottom: 76px;
}
@media screen and (max-width: 767px) {
  .p-lower__service-list hr {
    margin-bottom: 9.6vw;
  }
}
.p-lower__tel {
  padding: 30px 0;
  text-align: center;
  border: solid 3px #2261E5;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-lower__tel {
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lower__tel img {
    width: 100%;
  }
}
.p-lower__nav-list {
  padding-top: 82px;
  padding-bottom: 82px;
  margin-bottom: 0px;
  background-color: #E8EFFD;
}
@media screen and (max-width: 767px) {
  .p-lower__nav-list {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}

.p-top-contents-02 {
  background-color: #E8EFFD;
  padding-top: 57px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-contents-02 {
    padding-top: 18.1333333333vw;
    padding-bottom: 16.8vw;
  }
}
.p-top-contents-02__catch {
  display: inline-block;
  padding: 20px 35px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2261E5;
  border: solid 1px #2261E5;
  background-color: #ffffff;
  border-radius: 6px;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-contents-02__catch {
    padding: 5.3333333333vw 9.0666666667vw;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    transform: none;
    top: -13.3333333333vw;
    left: 16.8vw;
  }
  .p-top-contents-02__catch::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3333333333) * 0.5em);
    content: "";
  }
  .p-top-contents-02__catch::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3333333333) * 0.5em);
    content: "";
  }
}
.p-top-contents-02__catch::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #2261E5 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.p-top-contents-02__catch::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 10px 10px 0 10px;
  z-index: 2;
}
.p-top-contents-02 h2 {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.p-top-contents-02 h2 span {
  color: #2261E5;
}
@media screen and (max-width: 767px) {
  .p-top-contents-02 h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-bottom: 5.3333333333vw;
  }
  .p-top-contents-02 h2::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3333333333) * 0.5em);
    content: "";
  }
  .p-top-contents-02 h2::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3333333333) * 0.5em);
    content: "";
  }
}
.p-top-contents-02 h3 {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-contents-02 h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-bottom: 4.2666666667vw;
  }
  .p-top-contents-02 h3::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3333333333) * 0.5em);
    content: "";
  }
  .p-top-contents-02 h3::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3333333333) * 0.5em);
    content: "";
  }
}
.p-top-contents-02 h3 span {
  color: #2261E5;
}
.p-top-contents-02 hr {
  border-top: solid 1px #ACC4F6;
  margin-bottom: 76px;
}
@media screen and (max-width: 767px) {
  .p-top-contents-02 hr {
    margin-bottom: 9.6vw;
  }
}
.p-top-contents-02__list {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-contents-02__list {
    margin-bottom: 10.6666666667vw;
  }
}
.p-top-contents-02__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-contents-02__nav {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-top-contents-02__nav a {
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.16));
  background-color: #ffffff;
  border-radius: 5px;
}
.p-top-contents-02__nav a h4 {
  color: #2261E5;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  padding-left: 32px;
  margin-bottom: 25px;
  position: relative;
}
.p-top-contents-02__nav a h4::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3888888889) * 0.5em);
  content: "";
}
.p-top-contents-02__nav a h4::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3888888889) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-contents-02__nav a h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    padding-left: 8.5333333333vw;
    margin-bottom: 3.7333333333vw;
  }
  .p-top-contents-02__nav a h4::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3333333333) * 0.5em);
    content: "";
  }
  .p-top-contents-02__nav a h4::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3333333333) * 0.5em);
    content: "";
  }
}
.p-top-contents-02__nav a h4::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  display: block;
  background: url(../../src/img/icon/icon_arrow-right--blue.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-contents-02__nav a h4::before {
    top: 1.6vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-top-contents-02__nav a:hover {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
.p-top-contents-02__nav a:hover h4 {
  color: #198CFF;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.p-top-contents-02__nav a:hover h4::before {
  background: url(../../src/img/icon/icon_arrow-right--blue-02.svg) no-repeat;
}
.p-top-contents-02__nav-thumb {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.p-top-contents-02__nav-thumb img {
  width: 100%;
}
.p-top-contents-02__nav-text {
  padding: 40px 30px 35px;
}
@media screen and (max-width: 767px) {
  .p-top-contents-02__nav-text {
    padding: 6.6666666667vw;
  }
}
.p-top-contents-02__nav-text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}
.p-top-contents-02__nav-text p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5625) * 0.5em);
  content: "";
}
.p-top-contents-02__nav-text p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5625) * 0.5em);
  content: "";
}
.p-top-contents-02__voice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-contents-02__voice {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.p-top-contents-02__voice a {
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.16));
  padding: 28px 30px;
}
@media screen and (max-width: 767px) {
  .p-top-contents-02__voice a {
    padding: 6.6666666667vw 7.4666666667vw 8vw 7.4666666667vw;
  }
}
.p-top-contents-02__voice a dl {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-contents-02__voice a dl {
    flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contents-02__voice a dl dt {
    width: 100%;
  }
}
.p-top-contents-02__voice a dl dt img {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .p-top-contents-02__voice a dl dt img {
    display: block;
    width: 40vw;
    margin: 0 auto;
  }
}
.p-top-contents-02__voice a dl dd p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}
.p-top-contents-02__voice a dl dd p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5625) * 0.5em);
  content: "";
}
.p-top-contents-02__voice a dl dd p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5625) * 0.5em);
  content: "";
}
.p-top-contents-02__voice a h5 {
  color: #2261E5;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 32px;
  position: relative;
}
.p-top-contents-02__voice a h5::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3888888889) * 0.5em);
  content: "";
}
.p-top-contents-02__voice a h5::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3888888889) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-contents-02__voice a h5 {
    margin-bottom: 4vw;
    padding-left: 8vw;
  }
}
.p-top-contents-02__voice a h5::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  display: block;
  background: url(../../src/img/icon/icon_arrow-right--blue.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-contents-02__voice a h5::before {
    top: 1.6vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-top-contents-02__voice a:hover {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
.p-top-contents-02__voice a:hover h5 {
  color: #198CFF;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.p-top-contents-02__voice a:hover h5::before {
  background: url(../../src/img/icon/icon_arrow-right--blue-02.svg) no-repeat;
}
.p-top-contents-02__company {
  margin-top: 80px;
  padding-top: 40px;
  border-top: solid 1px #ACC4F6;
}
@media screen and (max-width: 767px) {
  .p-top-contents-02__company {
    margin-top: 10.6666666667vw;
    padding-top: 4.8vw;
  }
}
.p-top-contents-02__company-thumb {
  transition: all 0.3s;
}
.p-top-contents-02__company-thumb:hover {
  opacity: 0.8;
}

.p-voice table {
  width: 100%;
}
.p-voice table tr {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-voice table tr {
    flex-wrap: wrap;
  }
}
.p-voice table tr:last-of-type th, .p-voice table tr:last-of-type td {
  border-bottom: solid 1px #ACC4F6;
}
.p-voice table th, .p-voice table td {
  display: block;
  border-top: solid 1px #ACC4F6;
  padding: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.p-voice table th::before, .p-voice table td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.p-voice table th::after, .p-voice table td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
.p-voice table th {
  width: 154px;
  background-color: #E8EFFD;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-voice table th {
    width: 100%;
    padding: 3.2vw 4.2666666667vw;
  }
}
.p-voice table td {
  width: 33.6%;
}
@media screen and (max-width: 767px) {
  .p-voice table td {
    width: 100%;
    padding: 5.3333333333vw 0;
  }
}
.p-voice table td:nth-of-type(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-voice table td:nth-of-type(odd) {
    margin-right: 0px;
  }
}
.p-voice table td ul {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-voice table td ul {
    padding-left: 1.3em;
  }
}
.p-voice table td ul li {
  list-style: disc;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.p-voice table td ul li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.p-voice table td ul li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
.p-voice table td ul li:last-of-type {
  margin-bottom: 0;
}

.p-qa--faq-list {
  width: 100%;
  border: 2px solid #BCCFF7;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-qa--faq-list {
    margin-bottom: 10.6666666667vw;
  }
}
.p-qa--faq-list:last-child {
  margin-bottom: 0;
}
.p-qa--faq-list dt {
  background-color: #E8EFFD;
  padding: 30px 30px 30px 100px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  position: relative;
}
.p-qa--faq-list dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3636363636) * 0.5em);
  content: "";
}
.p-qa--faq-list dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3636363636) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-qa--faq-list dt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3888888889;
    padding: 20px 15px 20px 50px;
  }
  .p-qa--faq-list dt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3888888889) * 0.5em);
    content: "";
  }
  .p-qa--faq-list dt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3888888889) * 0.5em);
    content: "";
  }
}
.p-qa--faq-list dt .qa-q {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 22px;
  left: 40px;
  border-radius: 20px;
  background-color: #2261E5;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  width: 40px;
  height: 40px;
}
.p-qa--faq-list dt .qa-q::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3636363636) * 0.5em);
  content: "";
}
.p-qa--faq-list dt .qa-q::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3636363636) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-qa--faq-list dt .qa-q {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    width: 30px;
    height: 30px;
    top: 15px;
    left: 13px;
    border-radius: 15px;
  }
  .p-qa--faq-list dt .qa-q::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }
  .p-qa--faq-list dt .qa-q::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }
}
.p-qa--faq-list dd {
  background-color: #ffffff;
  padding: 40px 30px 40px 100px;
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}
.p-qa--faq-list dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5625) * 0.5em);
  content: "";
}
.p-qa--faq-list dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5625) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-qa--faq-list dd {
    padding: 20px 15px 20px 50px;
  }
}
.p-qa--faq-list dd .qa-a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 28px;
  left: 40px;
  border-radius: 20px;
  background-color: #2261E5;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  width: 40px;
  height: 40px;
}
.p-qa--faq-list dd .qa-a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3636363636) * 0.5em);
  content: "";
}
.p-qa--faq-list dd .qa-a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3636363636) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-qa--faq-list dd .qa-a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    width: 30px;
    height: 30px;
    top: 15px;
    left: 13px;
    border-radius: 15px;
  }
  .p-qa--faq-list dd .qa-a::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }
  .p-qa--faq-list dd .qa-a::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }
}

.p-flow--wrap {
  width: 100%;
  position: relative;
  padding: 40px;
  background-color: #E8EFFD;
  border-radius: 4px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow--wrap {
    margin-bottom: 12vw;
    padding: 15px 15px 20px;
  }
}
.p-flow--wrap h4 {
  width: 100%;
  background-color: #222;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  border-radius: 4px;
  text-align: center;
  padding: 9px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}
.p-flow--wrap h4::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3636363636) * 0.5em);
  content: "";
}
.p-flow--wrap h4::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3636363636) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-flow--wrap h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .p-flow--wrap h4::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }
  .p-flow--wrap h4::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }
}
.p-flow--wrap h4 span {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-right: 10px;
}
.p-flow--wrap h4 span::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.p-flow--wrap h4 span::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-flow--wrap h4 span {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2857142857;
  }
  .p-flow--wrap h4 span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2857142857) * 0.5em);
    content: "";
  }
  .p-flow--wrap h4 span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2857142857) * 0.5em);
    content: "";
  }
}
.p-flow--wrap dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-flow--wrap dl.flow--s {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-flow--wrap dl.flow--s {
    margin-bottom: 20px;
  }
}
.p-flow--wrap dl dt {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-flow--wrap dl dt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.p-flow--wrap dl dd {
  width: 48%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-flow--wrap dl dd {
    width: 100%;
  }
}
.p-flow--wrap dl dd .flow-arrow li {
  margin-bottom: 0.8em;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
  padding-left: 30px;
  position: relative;
}
.p-flow--wrap dl dd .flow-arrow li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.p-flow--wrap dl dd .flow-arrow li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-flow--wrap dl dd .flow-arrow li {
    padding-left: 7.4666666667vw;
  }
}
.p-flow--wrap dl dd .flow-arrow li:last-child {
  margin-bottom: 0;
}
.p-flow--wrap dl dd .flow-arrow li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  display: block;
  background: url(../../src/img/icon/icon_check--blue.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-flow--wrap dl dd .flow-arrow li::before {
    top: 1.8666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.p-flow--wrap dl dd .point {
  width: 100%;
  position: relative;
  background-color: #2261E5;
  border-radius: 6px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px;
  text-align: center;
  margin-bottom: 30px;
}
.p-flow--wrap dl dd .point::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-flow--wrap dl dd .point::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-flow--wrap dl dd .point {
    margin-bottom: 20px;
  }
}
.p-flow--wrap dl dd .point::after {
  content: "";
  position: absolute;
  display: block;
  border-top: 11px solid #2261E5;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  margin-left: -8px;
  bottom: -7px;
}
.p-flow--wrap .c-btn--contact {
  width: 314px;
}
@media screen and (max-width: 767px) {
  .p-flow--wrap .c-btn--contact {
    width: 78.6666666667vw;
  }
}
.p-flow--wrap::after {
  content: "";
  position: absolute;
  display: block;
  border-top: 22px solid #E8EFFD;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  left: 50%;
  margin-left: -21px;
  bottom: -22px;
}
.p-flow--wrap:last-of-type {
  margin-bottom: 0;
}
.p-flow--wrap:last-of-type::after {
  display: none;
}

.p-sitemap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.p-sitemap li {
  width: 100%;
  padding: 35px;
  border-bottom: 2px solid #BCCFF7;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
}
.p-sitemap li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3888888889) * 0.5em);
  content: "";
}
.p-sitemap li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3888888889) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-sitemap li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    padding: 20px 5px;
  }
  .p-sitemap li::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3125) * 0.5em);
    content: "";
  }
  .p-sitemap li::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3125) * 0.5em);
    content: "";
  }
}
.p-sitemap li a {
  font-weight: 700;
  position: relative;
  padding-left: 32px;
}
.p-sitemap li a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  display: block;
  background: url(../../src/img/icon/icon_arrow-right--blue.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .p-sitemap li a::before {
    top: 0.2666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-sitemap li a:hover {
  color: #2261E5;
}
.p-sitemap li:first-child {
  border-top: 2px solid #BCCFF7;
}
.p-sitemap h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  color: inherit;
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
}
.p-sitemap h4::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3888888889) * 0.5em);
  content: "";
}
.p-sitemap h4::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3888888889) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-sitemap h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 10px;
  }
  .p-sitemap h4::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3125) * 0.5em);
    content: "";
  }
  .p-sitemap h4::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3125) * 0.5em);
    content: "";
  }
}
.p-sitemap h4::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  display: block;
  background: url(../../src/img/icon/icon_certification.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .p-sitemap h4::before {
    top: 0vw;
    left: -0.5333333333vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.p-sitemap .p-sitemap-lower {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-sitemap .p-sitemap-lower ul {
  width: 50%;
  margin: 0 0 -12px;
}
@media screen and (max-width: 767px) {
  .p-sitemap .p-sitemap-lower ul {
    margin: 0;
    width: 100%;
  }
}
.p-sitemap .p-sitemap-lower ul li {
  width: 100%;
  padding: 12px 0;
  border-bottom: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.p-sitemap .p-sitemap-lower ul li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.p-sitemap .p-sitemap-lower ul li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-sitemap .p-sitemap-lower ul li {
    padding: 10px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
  .p-sitemap .p-sitemap-lower ul li::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2857142857) * 0.5em);
    content: "";
  }
  .p-sitemap .p-sitemap-lower ul li::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2857142857) * 0.5em);
    content: "";
  }
}
.p-sitemap .p-sitemap-lower ul li a {
  font-weight: normal;
}
.p-sitemap .p-sitemap-lower ul li a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  display: block;
  background: url(../../src/img/icon/arrow-right--blue-02.svg) no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .p-sitemap .p-sitemap-lower ul li a::before {
    top: 1.6vw;
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}
.p-sitemap .p-sitemap-lower ul li a:hover {
  color: #2261E5;
}
.p-sitemap .p-sitemap-lower ul li:first-child {
  border-top: none;
}