<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.p-header {
  z-index: 999;
  position: relative;
  top: 0;
  width: 100%;
  min-width: 120rem;
}

.p-header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 136.5rem;
  margin: 0 auto;
  padding: 0 3rem;
}

.p-header_top {
  height: 12.5rem;
  padding: 4rem 0 0 0rem;
  text-align: left;
}

.p-header_logo {
  margin: 2.5rem 2.2rem;
  text-align: left;
}

.p-header_logo_img {
  z-index: 9999;
  position: relative;
  width: 24rem;
}

.p-header_btn {
  display: none;
}

.p-header_btn.active {
  top: 2.7rem;
  right: 2.5rem;
  left: auto;
}

.p-header_btn.active span {
  background-color: #00498f;
}

.p-header_btn.active span:nth-of-type(1) {
  top: -1.2rem;
  right: 3rem;
  -webkit-transform: translateY(2.4rem) rotate(-45deg);
  transform: translateY(2.4rem) rotate(-45deg);
}

.p-header_btn.active span:nth-of-type(2) {
  top: 0.6rem;
  opacity: 0;
}

.p-header_btn.active span:nth-of-type(3) {
  right: 3rem;
  bottom: 1.9rem;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.p-header_btn span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #00498f;
}

.p-header_btn span:nth-of-type(1) {
  top: 0;
}

.p-header_btn span:nth-of-type(2) {
  top: 1.2rem;
}

.p-header_btn span:nth-of-type(3) {
  bottom: 0.6rem;
}

.p-header_nav {
  height: 100%;
}

.p-header_nav.open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.p-header_list {
  margin-right: 4.1rem;
  font-size: 1.4rem;
  text-align: left;
}

.p-header_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.6rem;
}

.p-header_list:nth-child(n + 5) {
  display: block;
  width: 18.75rem;
  max-width: 18.75rem;
  height: 5rem;
  margin-right: 2rem;
  border-radius: 5rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#cf97e8),
    to(#a898de)
  );
  background: -webkit-linear-gradient(left, #cf97e8, #a898de);
  background: linear-gradient(to right, #cf97e8, #a898de);
  -webkit-box-shadow: 0 1rem 3rem rgb(0 24 78 / 0.2);
  box-shadow: 0 1rem 3rem 0 rgb(0 24 78 / 0.2);
  line-height: 5rem;
  text-align: center;
}

.p-header_list:nth-child(n + 5) .p-header_list_link {
  color: #ffffff;
}

.p-header_list:last-child {
  margin-right: 0;
}

.p-header_list_link {
  display: block;
  color: #00498f;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.p-header_list_link_btn {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-header_list_link_btn:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-header_list_sub {
  margin-right: 4.2rem;
  color: #00498f;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

.p-header_list_sub_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -8.5rem;
}

.p-header_list_sub.is-privacy {
  display: none;
}

.p-header_list_sub:last-child {
  margin-right: 0;
}

.p-footer_top {
  position: relative;
  padding: 4.5rem 0;
  background: #00b9c4;
}

.p-footer_top_wrapper {
  max-width: 124rem;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-footer_top_wrapper::before {
  display: inline-block;
  visibility: initial;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 10.98901vw;
  width: 13.1rem;
  height: 26.2rem;
  background-image: url(/img/common/p-footer_img_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-footer_top_wrapper::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  right: 9.52381vw;
  bottom: 0;
  width: 19rem;
  height: 26.2rem;
  background-image: url(/img/common/p-footer_img_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-footer_top_txt {
  color: #ffffff;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.p-footer_top_btn {
  display: block;
  width: 39rem;
  max-width: 39rem;
  height: 5.5rem;
  margin: 0 auto;
  margin-top: 1.3rem;
  border: 0.2rem solid #ffffff;
  border-radius: 5.5rem;
  color: #ffffff;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 5.5rem;
  text-align: center;
}

.p-footer_top_btn:hover {
  background: #ffffff;
  color: #00b9c4;
  -webkit-transition: color, background 0.3s;
  transition: color, background 0.3s;
}

.p-footer_middle {
  background: #ce97e7;
}

.p-footer_middle_wrapper {
  max-width: 136.5rem;
  margin: 0 auto;
}

.p-footer_middle_list {
  position: relative;
  width: 33%;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.16667;
}

.p-footer_middle_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-footer_middle_list:first-child .p-footer_middle_list_link {
  border-right: 0.2rem solid #c282df;
}

.p-footer_middle_list:first-child .p-footer_middle_list_link_border::before {
  display: block;
  visibility: initial;
  position: absolute;
  top: 50%;
  left: -3.5rem;
  width: 2.35rem;
  height: 2.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/img/common/p-footer_icn_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-footer_middle_list:nth-last-of-type(2) .p-footer_middle_list_link {
  padding-left: 2.5rem;
  border-right: 0.2rem solid #c282df;
}

.p-footer_middle_list:nth-last-of-type(2)
  .p-footer_middle_list_link_border::before {
  display: block;
  visibility: initial;
  position: absolute;
  top: 50%;
  left: -3.5rem;
  width: 1.9rem;
  height: 1.55rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/img/common/p-footer_icn_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-footer_middle_list:last-child .p-footer_middle_list_link_border::before {
  display: block;
  visibility: initial;
  position: absolute;
  top: 50%;
  left: -3.5rem;
  width: 1.65rem;
  height: 2.15rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/img/common/p-footer_icn_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-footer_middle_list_link {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6rem 0;
  color: #fff;
}

.p-footer_middle_list_link:hover {
  background: #c282df;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.p-footer_middle_list_link_border {
  position: relative;
}

.p-footer_bottom {
  padding: 10rem 0 0;
  background: #313648;
  color: #ffffff;
}

.p-footer_bottom_wrapper {
  max-width: 124rem;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-footer_bottom_wrapper::after {
  display: block;
  width: 100%;
  margin-top: 6.2rem;
  border: 0.1rem solid #3f465b;
  content: "";
}

.p-footer_bottom_img {
  display: block;
  width: 32.7rem;
  height: 100%;
  text-align: left;
}

.p-footer_bottom_list {
  margin-right: 5.4rem;
}

.p-footer_bottom_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.4rem;
}

.p-footer_bottom_list_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer_bottom_list_link {
  color: #ffffff;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.p-footer_other {
  padding: 6.1rem 0 4.8rem;
  background: #313648;
  color: #ffffff;
}

.p-footer_other_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 124rem;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-footer_other_list {
  margin-right: 5.1rem;
}

.p-footer_other_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer_other_list_link {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.61538;
}

.p-footer_other_img {
  width: 17rem;
  height: 100%;
  margin-top: -0.8rem;
}

.p-footer_copy {
  max-width: 124rem;
  margin: 0 auto;
  padding-right: 2rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  color: #9298aa;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}

.p-footer_copy_wrapper {
  background: #313648;
}

.p-footer_copy::before {
  display: block;
  width: 100%;
  margin-bottom: 3.2rem;
  border: 0.1rem solid #3f465b;
  content: "";
}

.p-footer_pagetop {
  z-index: 9;
  position: fixed;
  right: 3rem;
  bottom: 14rem;
}

.p-footer_pagetop:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-footer_pagetop_img {
  width: 8rem;
}

.p-footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.p-footer_link_wrapper {
  z-index: 9;
  position: fixed;
  right: 3rem;
  bottom: 2.8rem;
  padding: 1.7rem 1.5rem 1.9rem;
  border-radius: 0.8rem;
  background: #f7931e;
  -webkit-box-shadow: 0 0 3rem 0 rgba(0, 24, 78, 0.1);
  box-shadow: 0 0 3rem 0 rgba(0, 24, 78, 0.1);
  color: #ffffff;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-footer_link_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15rem;
  height: 3.5rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 3.5rem;
  background: #ffffff;
  color: #f7931e;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 3.5rem;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-footer_link_contact:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-footer_link_contact::before {
  display: block;
  display: block;
  visibility: initial;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 1rem;
  background-image: url(/img/common/p-footer_icn_04.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-footer_link_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15rem;
  height: 3.5rem;
  margin-top: -0.5rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 3.5rem;
  background: #ffffff;
  color: #f7931e;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 3.5rem;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-footer_link_download:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-footer_link_download::before {
  display: block;
  display: block;
  visibility: initial;
  width: 1.7rem;
  height: 1.7rem;
  padding-right: 1rem;
  background-image: url(/img/common/p-footer_icn_05.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-content_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-content_wrapper_01 {
  z-index: 1;
  position: relative;
  max-width: 57rem;
  margin: 0 0 0 auto;
  padding: 7.3rem 6.9rem 6.3rem;
  border-radius: 3rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 3rem 0 rgba(0, 24, 78, 0.1);
  box-shadow: 0 0 3rem 0 rgba(0, 24, 78, 0.1);
  text-align: left;
}

.p-content_wrapper_02 {
  z-index: 1;
  position: relative;
  max-width: 57rem;
  margin: 0 auto 0 0;
  padding: 7.3rem 6.9rem 6.3rem;
  border-radius: 3rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 3rem 0 rgba(0, 24, 78, 0.1);
  box-shadow: 0 0 3rem 0 rgba(0, 24, 78, 0.1);
  text-align: left;
}

.p-content_btn_01 {
  display: block;
  max-width: 30rem;
  height: 7rem;
  margin: 0 auto;
  margin-left: 12.5rem;
  border-radius: 0.7rem;
  background-image: -webkit-linear-gradient(90deg, #3edbea 0%, #7ca3ea 100%);
  background: linear-gradient(90deg, #3edbea 0%, #7ca3ea 100%);
  color: #fff;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 7.5rem;
  text-align: center;
}

.p-content_number_01 {
  position: absolute;
  top: -0.5rem;
  left: -13rem;
  color: #105bca;
  font-family: "Barlow", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  letter-spacing: 0;
}

.p-content_ttl_01 {
  position: relative;
  margin-top: -11rem;
}

.p-content_ttl_02 {
  margin-top: 3.8rem;
  color: #032a80;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.p-content_txt_01 {
  margin-top: 1.5rem;
}

.p-content_txt_02 {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.76923;
}

.p-content_img_01 {
  position: absolute;
  top: -12.5rem;
  left: 0;
  width: 73rem;
}

.p-content_img_02 {
  position: absolute;
  top: -12.5rem;
  right: 0;
  width: 73rem;
}

.p-content_flex_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.p-content_flex_wrapper_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 17%;
  margin-right: 2.4rem;
}

.p-content_flex_wrapper_01:last-child {
  margin-right: 0;
}

.p-content_flex_wrapper_02 {
  position: relative;
}

.p-content_flex_ttl_01 {
  display: block;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 2.38889;
}

.p-content_flex_txt_01 {
  margin-left: 0.5rem;
  text-align: left;
}

.p-content_flex_txt_02 {
  z-index: 9;
  position: absolute;
  top: -1.5rem;
  left: 0.5rem;
  color: #00d7d2;
  font-family: "Barlow", sans-serif;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
}

.p-content_flex_img_01 {
  width: 19rem;
}

.p-kv {
  position: relative;
  height: 35.7rem;
  overflow: hidden;
  background: #00b9c4;
}

.p-kv_wrapper {
  position: relative;
}

.p-kv_wrapper::before {
  position: absolute;
  left: 7rem;
  width: 100vw;
  min-width: 120rem;
  height: 30rem;
  border: 0.1rem solid #fff;
  border-radius: 0 0 0 5rem;
  background: #fff;
  content: "";
}

.p-kv_wrapper::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: 5.7rem;
  right: 5rem;
  width: 32.5rem;
  height: 32rem;
  background: url(/img/common/p-kv_img_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-kv_ttl {
  z-index: 2;
  position: relative;
  padding-top: 6.5rem;
  color: #032a80;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.p-kv_ttl_02 {
  z-index: 2;
  position: relative;
  padding-top: 10rem;
  color: #032a80;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  letter-spacing: 0.06em;
  line-height: 1.26;
}

.p-kv_ttl_03 {
  z-index: 2;
  position: relative;
  padding-top: 10rem;
  color: #032a80;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.p-kv_ttl_sub {
  display: block;
  color: #00b9c4;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.p-form {
  padding-right: 2rem;
  padding-bottom: 13rem;
  padding-left: 2rem;
}

.p-form_wrapper {
  padding: 4.4rem 19rem 10rem 19rem;
}

.p-form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #d4d9e7;
  text-align: left;
}

.p-form_group:nth-of-type(7) {
  padding: 1rem 0 2.5rem;
}

.p-form_group_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #d4d9e7;
  text-align: left;
}

.p-form_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 27.8rem;
  padding-right: 3rem;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4375;
}

.p-form_ttl_02 {
  width: 27.8rem;
  padding-right: 3rem;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4375;
}

.p-form_ttl_sub {
  display: block;
  margin-top: 1.5rem;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  letter-spacing: 0.06em;
  line-height: 1.91667;
}

.p-form_content {
  width: calc(100% - 27.8rem);
}

.p-form_content_ttl {
  margin-top: 4rem;
  margin-bottom: 2rem;
  color: #005fbb;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4375;
}

.p-form_content_ttl:first-child {
  margin-top: 2rem;
}

.p-form_content_ttl_sub {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.91667;
}

.p-form_content_ttl_number {
  padding-right: 1rem;
  font-family: "Barlow", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  letter-spacing: 0;
  line-height: 2.19048;
}

.p-form_content_txt {
  font-size: 1.4rem;
  line-height: 1.64286;
  word-break: break-all;
}

.p-form_content_txt_number {
  font-size: 1.4rem;
  line-height: 1.64286;
  word-break: break-all;
}

.p-form_content_txt_input {
  width: 100%;
  padding: 1.5rem;
  border: 0.1rem solid #eef0f6;
  border-radius: 0.4rem;
  background: #eef0f6;
  font-size: 1.6rem;
  line-height: 1.64286;
}

.p-form_content_txt_input::-webkit-input-placeholder {
  color: #b6bbcb;
}

.p-form_content_txt_input::-moz-placeholder {
  color: #b6bbcb;
}

.p-form_content_txt_input:-ms-input-placeholder {
  color: #b6bbcb;
}

.p-form_content_txt_input::-ms-input-placeholder {
  color: #b6bbcb;
}

.p-form_content_txt_input::placeholder {
  color: #b6bbcb;
}

.p-form_content_txt_input_radio {
  background: #b6bbcb;
}

.p-form_content_txt_input_radio input[type="radio"] {
  display: none;
}

.p-form_content_txt_input_radio_label label {
  display: block;
  position: relative;
  margin-left: 3rem;
  padding-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.64286;
}

.p-form_content_txt_input_radio_label label:nth-of-type(5) {
  padding-bottom: 0.7rem;
}

.p-form_content_txt_input_radio_label label input[type="radio"] {
  display: none;
}

.p-form_content_txt_input_radio_label label::before {
  display: block;
  position: absolute;
  top: 0.2rem;
  left: -2.5rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: #d4d9e7;
  content: "";
}

.p-form_content_txt_input_radio_label label::after {
  -webkit-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 1rem;
  left: -2.2rem;
  width: 1.1rem;
  height: 1.1rem;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #005fbb;
  content: "";
  opacity: 0;
}

.p-form_content_txt_input_radio_label label.is-checked:after {
  opacity: 1;
}

.p-form_content_txt_input_checkbox_label label {
  display: block;
  position: relative;
  margin-left: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.64286;
}

.p-form_content_txt_input_checkbox_label label input[type="checkbox"] {
  display: none;
}

.p-form_content_txt_input_checkbox_label label::before {
  display: block;
  position: absolute;
  top: 0.2rem;
  left: -3rem;
  width: 1.7rem;
  height: 1.7rem;
  border: 0.1rem solid #d4d9e7;
  border-radius: 0.3rem;
  background: #ffffff;
  content: "";
}

.p-form_content_txt_input_checkbox_label label::after {
  position: absolute;
  top: 0.4rem;
  left: -2.4rem;
  width: 0.6rem;
  height: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 0.1rem solid #005fbb;
  border-width: 0 0.2rem 0.2rem 0;
  content: "";
  opacity: 0;
}

.p-form_content_txt_input_checkbox_label label.is-checked:after {
  opacity: 1;
}

.p-form_content_txt_input_number {
  width: 50%;
  padding: 1.5rem;
  border: 0.1rem solid #eef0f6;
  border-radius: 0.4rem;
  background: #eef0f6;
  font-size: 1.4rem;
  line-height: 1.64286;
}

.p-form_content_txt_input_number::-webkit-input-placeholder {
  color: #b6bbcb;
}

.p-form_content_txt_input_number::-moz-placeholder {
  color: #b6bbcb;
}

.p-form_content_txt_input_number:-ms-input-placeholder {
  color: #b6bbcb;
}

.p-form_content_txt_input_number::-ms-input-placeholder {
  color: #b6bbcb;
}

.p-form_content_txt_input_number::placeholder {
  color: #b6bbcb;
}

.p-form_content_txt_textarea {
  width: 100%;
  padding: 1.5rem;
  border: 0.1rem solid #eef0f6;
  border-radius: 0.4rem;
  background: #eef0f6;
  font-size: 1.4rem;
  line-height: 1.64286;
}

.p-form_content_txt_sub {
  display: block;
  margin-top: 0.7rem;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.91667;
}

.p-form_content_txt_unit {
  padding-left: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.64286;
}

.p-form_bottom_txt {
  margin-top: 2.7rem;
  color: #005fbb;
  font-family: "YuGothic", "游ゴシック", "メイリオ", "Hiragino Kaku Gothic Pro",
    "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.75;
}

.p-form_btn {
  width: 48rem;
  margin-top: 3.5rem;
  cursor: pointer;
}

@media screen and (max-width: 48em) {
  .p-header {
    z-index: 999;
    width: 100%;
    min-width: 0;
  }
  .p-header_wrapper {
    display: block;
    max-width: 100%;
    padding: 0;
  }
  .p-header_top {
    z-index: 9999;
    position: relative;
    height: 6rem;
    padding: 0 2rem;
  }
  .p-header_logo {
    margin: 0 0 0 2rem;
  }
  .p-header_logo_img {
    width: 18rem;
    margin-top: 2rem;
  }
  .p-header_btn {
    display: inline-block;
    z-index: 9999;
    position: absolute;
    top: 1.6rem;
    right: 2rem;
    width: 2.5rem;
    height: 3.3rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    vertical-align: middle;
    cursor: pointer;
  }
  .p-header_btn.active {
    top: 1.8rem;
    right: 2rem;
  }
  .p-header_btn span:nth-of-type(1) {
    top: 0.4rem;
  }
  .p-header_btn span:nth-of-type(2) {
    top: 1.3rem;
  }
  .p-header_btn span:nth-of-type(3) {
    bottom: 0.9rem;
  }
  .p-header_nav {
    z-index: 999;
    position: fixed;
    top: 6rem;
    right: 0;
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    background: #eef0f6;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .p-header_list_wrapper {
    display: block;
    margin: 0;
  }
  .p-header_list:nth-child(n + 5) {
    display: none;
  }
  .p-header_list {
    position: relative;
    margin-right: 0;
    border-bottom: 0.1rem solid #d6d9db;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .p-header_list::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 2.5rem;
    width: 0.8rem;
    height: 0.8rem;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    border-top: 0.2rem solid #032a80;
    border-right: 0.2rem solid #032a80;
    content: "";
  }
  .p-header_list:first-child {
    border-top: 1px solid #b4b9be;
  }
  .p-header_list {
    padding: 2rem 0 2rem 2rem;
  }
  .p-header_list_link_btn {
    -webkit-transform: none;
    transform: none;
  }
  .p-header_list_sub_wrapper {
    display: block;
    margin-top: 2rem;
    text-align: left;
  }
  .p-header_list_sub {
    margin-right: 0;
    padding: 1.5rem 0 0.4rem 2rem;
    font-size: 1.4rem;
  }
  .p-header_list_sub.is-privacy {
    display: block;
  }
  .p-footer_top {
    padding: 4.6rem 1rem 20.4rem;
  }
  .p-footer_top_wrapper {
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .p-footer_top_wrapper::before {
    top: inherit;
    bottom: -8rem;
    left: 13.33333vw;
    width: 11rem;
  }
  .p-footer_top_wrapper::after {
    top: inherit;
    bottom: -4rem;
    width: 16.5rem;
    height: 22rem;
  }
  .p-footer_top_txt {
    font-size: 2.1rem;
    line-height: 1.42857;
  }
  .p-footer_top_btn {
    width: 100%;
    width: 28.5rem;
    height: 4.5rem;
    margin-top: 2.5rem;
    font-size: 1.6rem;
    line-height: 4.2rem;
  }
  .p-footer_middle {
    z-index: 1;
    position: relative;
    padding: 0;
  }
  .p-footer_middle_wrapper {
    padding: 0;
  }
  .p-footer_middle_list_wrapper {
    display: block;
  }
  .p-footer_middle_list {
    width: 100%;
  }
  .p-footer_middle_list:first-child .p-footer_middle_list_link {
    padding: 2.5rem 0 3.1rem 3rem;
    border-right: none;
    border-bottom: 0.2rem solid #c282df;
  }
  .p-footer_middle_list:nth-last-of-type(2) .p-footer_middle_list_link {
    padding: 3.25rem 0 2.8rem 2rem;
    border-right: none;
    border-bottom: 0.2rem solid #c282df;
  }
  .p-footer_middle_list:nth-last-of-type(2)
    .p-footer_middle_list_link_border::before {
    left: -3rem;
  }
  .p-footer_middle_list:last-child .p-footer_middle_list_link {
    padding: 2.7rem 0 3.15rem 3rem;
  }
  .p-footer_middle_list:last-child .p-footer_middle_list_link_border::before {
    top: 51%;
    left: -3rem;
  }
  .p-footer_middle_list_link {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-footer_bottom {
    padding: 5rem 0 0;
  }
  .p-footer_bottom_wrapper {
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .p-footer_bottom_wrapper::after {
    margin-top: 0.5rem;
  }
  .p-footer_bottom_img {
    width: 27rem;
  }
  .p-footer_bottom_list_wrapper {
    margin-top: 3.8rem;
  }
  .p-footer_bottom_list_wrapper ul {
    display: block;
  }
  .p-footer_bottom_list_content {
    width: 50%;
    text-align: left;
  }
  .p-footer_bottom_list_content:last-child {
    margin-left: 2.5rem;
  }
  .p-footer_bottom_list {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .p-footer_bottom_list_link {
    font-size: 1.6rem;
  }
  .p-footer_other {
    padding: 2.3rem 0 3rem;
  }
  .p-footer_other_wrapper {
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .p-footer_other_wrapper {
    display: block;
  }
  .p-footer_other_list_wrapper {
    display: block;
  }
  .p-footer_other_list {
    margin-right: 0;
    margin-bottom: 0.8rem;
    text-align: left;
  }
  .p-footer_other_list_link {
    letter-spacing: 0.06em;
  }
  .p-footer_other_img {
    display: block;
    margin: 1.4rem 0 0 auto;
  }
  .p-footer_copy::before {
    margin-bottom: 2.2rem;
  }
  .p-footer_copy {
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .p-footer_pagetop {
    right: 1rem;
    bottom: 9.5rem;
  }
  .p-footer_pagetop_img {
    width: 6rem;
  }
  .p-footer_link_wrapper {
    right: 0;
    bottom: 0rem;
    width: 100%;
    padding: 1rem 1.25rem;
    border-radius: 0;
    font-size: 1.2rem;
  }
  .p-footer_link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-footer_link_contact {
    -webkit-transform: none;
    transform: none;
  }
  .p-footer_link_contact {
    width: 16rem;
    height: 3.5rem;
    margin-top: 0;
    line-height: 3.5rem;
  }
  .p-footer_link_download {
    -webkit-transform: none;
    transform: none;
  }
  .p-footer_link_download {
    width: 16rem;
    height: 3.5rem;
    margin-top: 0;
    line-height: 3.5rem;
  }
  .p-content_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-content_wrapper_01 {
    margin-top: -3rem;
    padding: 6.5rem 3rem 5rem;
  }
  .p-content_wrapper_02 {
    margin-top: -3rem;
    padding: 6.5rem 3rem 5rem;
  }
  .p-content_btn_01 {
    max-width: 19.5rem;
    height: 5rem;
    margin: 0 auto;
    margin-left: 9.5rem;
    font-size: 1.7rem;
    line-height: 5rem;
  }
  .p-content_number_01 {
    left: -9rem;
    font-size: 7rem;
  }
  .p-content_ttl_01 {
    margin-top: -9.5rem;
  }
  .p-content_ttl_02 {
    margin-top: 3.3rem;
  }
  .p-content_txt_01 {
    margin-top: 2rem;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .p-content_txt_02 {
    margin-top: 0.2rem;
    padding-left: 1em;
    font-size: 1.2rem;
    line-height: 1.5;
    text-indent: -1em;
  }
  .p-content_img_01 {
    position: initial;
    width: 100%;
  }
  .p-content_img_02 {
    position: initial;
    width: 100%;
  }
  .p-content_flex_01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-content_flex_wrapper_01 {
    width: calc(50% - 1.5rem);
    margin-right: 2.5rem;
    margin-bottom: 4rem;
  }
  .p-content_flex_wrapper_01:nth-child(2n) {
    margin-right: 0;
  }
  .p-content_flex_wrapper_01:nth-child(n + 5) {
    margin-bottom: 0;
  }
  .p-content_flex_txt_01 {
    margin-left: 0;
  }
  .p-content_flex_txt_02 {
    font-size: 3.2rem;
  }
  .p-content_flex_img_01 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p-kv {
    height: 30rem;
  }
  .p-kv_wrapper::before {
    left: 2rem;
    min-width: 0;
    height: 24rem;
    border-radius: 0 0 0 4rem;
  }
  .p-kv_wrapper::after {
    display: inline-block;
    visibility: initial;
    position: absolute;
    top: 0.4rem;
    right: 0;
    width: 35rem;
    height: 35rem;
    background: url(/img/common/p-kv_img_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  .p-kv_ttl {
    padding-top: 3.2rem;
  }
  .p-kv_ttl_02 {
    padding-top: 5.2rem;
    font-size: 3.6rem;
    line-height: 1.3;
  }
  .p-kv_ttl_03 {
    padding-top: 7.6rem;
  }
  .p-form {
    padding-right: 0;
    padding-bottom: 10rem;
    padding-left: 0;
  }
  .p-form_wrapper {
    padding: 3rem 1.5rem 5rem;
  }
  .p-form_group {
    display: block;
    padding: 2.5rem 0;
  }
  .p-form_group:nth-of-type(7) {
    padding-top: 2.5rem;
  }
  .p-form_group_top {
    display: block;
  }
  .p-form_ttl {
    width: auto;
    padding-right: 0;
    font-size: 1.6rem;
  }
  .p-form_ttl_02 {
    width: auto;
    padding-right: 0;
    font-size: 1.6rem;
  }
  .p-form_ttl_sub {
    margin-top: 1rem;
    margin-bottom: -0.5rem;
  }
  .p-form_content {
    width: 100%;
  }
  .p-form_content_ttl {
    font-size: 1.6rem;
  }
  .p-form_content_ttl_number {
    padding-right: 0.5rem;
  }
  .p-form_content_txt_input {
    margin-top: 1.5rem;
  }
  .p-form_content_txt_input_radio_label label {
    margin-left: 3.5rem;
    padding-bottom: 1.5rem;
  }
  .p-form_content_txt_input_radio_label label:nth-of-type(1) {
    margin-top: 1.5rem;
  }
  .p-form_content_txt_input_radio_label label::before {
    top: 0;
    left: -3.5rem;
    width: 2.3rem;
    height: 2.3rem;
  }
  .p-form_content_txt_input_radio_label label::after {
    top: 1.1rem;
    left: -3.2rem;
    width: 1.7rem;
    height: 1.7rem;
  }
  .p-form_content_txt_input_number {
    width: 64%;
    margin-top: 1.4rem;
  }
  .p-form_content_txt_textarea {
    margin-top: 2rem;
  }
  .p-form_content_txt_sub {
    margin-top: 1.2rem;
    padding-left: 1em;
    line-height: 1.58333;
    text-indent: -1em;
  }
  .p-form_content_txt_unit {
    padding-left: 1rem;
  }
  .p-form_bottom_txt {
    margin-top: 3.5rem;
    font-size: 1.6rem;
    text-align: left;
  }
  .p-form_btn {
    width: 100%;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 23.375em) {
  .p-content_btn_01 {
    width: 100%;
    max-width: 52vw;
    height: 13.33333vw;
    margin-left: 25.33333vw;
    font-size: 4.53333vw;
    line-height: 13.33333vw;
  }
  .p-kv_ttl_02 {
    font-size: 2.8rem;
  }
}
</pre></body></html>