@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700;900&family=Lato:wght@400;700;900&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

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

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
  list-style-type: none;
}

li {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

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

area {
  border: none;
  outline: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  outline: none;
}

figure {
  line-height: 0;
}

img {
  width: 100%;
  height: auto;
}

.inview_fade_children {
  opacity: 0;
  transition: 1s transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s, 1s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  transform: translate(0, 20px);
  will-change: transform;
}

.inview_fade_image {
  opacity: 0;
  transition: 1s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  will-change: transform;
}

.inview_fade.is-inview .inview_fade_children {
  opacity: 1;
  transform: translate(0, 0);
}
.inview_fade.is-inview .inview_fade_image {
  opacity: 1;
}

.inview_fade.is-inview .mechanism__imageAnime01 {
  will-change: animation;
  animation: mechanism__anime01 2s 2s infinite ease-in;
  opacity: 0;
}
.inview_fade.is-inview .mechanism__imageAnime02 {
  will-change: animation;
  animation: mechanism__anime02 2s 2s infinite ease-in;
  opacity: 0;
}
.inview_fade.is-inview .mechanism__imageAnime03 {
  will-change: animation;
  animation: mechanism__anime03 2s 2s infinite ease-in;
  opacity: 0;
}

@keyframes mechanism__anime01 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mechanism__anime02 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mechanism__anime03 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.spOp {
  display: block;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #021540;
  margin: 0px;
  overflow: hidden;
  z-index: 10;
  position: relative;
  pointer-events: none;
  position: fixed;
  width: 100%;
  will-change: animation;
}
@media screen and (min-width: 769px) {
  .spOp {
    display: none;
  }
}
.spOp.is-active {
  animation: op__anime 1s 1.6s forwards ease-in-out;
}
.spOp #lottieSp {
  background-color: #021540;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}
.spOp #lottieSp svg {
  width: auto !important;
  min-width: 100% !important;
  height: 100% !important;
  transform: translate3d(-50%, -50%, 0px) !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  max-width: none;
}

.pcOp {
  display: none;
  will-change: animation;
}
@media screen and (min-width: 769px) {
  .pcOp {
    display: block;
    height: 100vh;
    background-color: #021540;
    margin: 0px;
    overflow: hidden;
    z-index: 10;
    position: relative;
    pointer-events: none;
    position: fixed;
    width: 100%;
  }
}
.pcOp.is-active {
  animation: op__anime 1s 1.6s forwards ease-in-out;
}
.pcOp #lottiePc {
  background-color: #021540;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}
.pcOp #lottiePc svg {
  width: 100% !important;
  height: auto !important;
  transform: translate3d(-50%, -50%, 0px) !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
}

@keyframes op__anime {
  100% {
    opacity: 0;
  }
}
.anime-blink::before {
  opacity: 1;
  animation: anime__blink 1.2s 0s infinite ease-in;
}

@keyframes anime__blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.delay0 {
  transition-delay: 0s !important;
}

.delay1 {
  transition-delay: 0.2s !important;
}

.delay2 {
  transition-delay: 0.2s !important;
}

.delay3 {
  transition-delay: 0.3s !important;
}

.delay4 {
  transition-delay: 0.4s !important;
}

.delay5 {
  transition-delay: 0.5s !important;
}

.delay6 {
  transition-delay: 0.6s !important;
}

.delay7 {
  transition-delay: 0.7s !important;
}

.delay8 {
  transition-delay: 0.8s !important;
}

.delay9 {
  transition-delay: 0.9s !important;
}

.delay10 {
  transition-delay: 1s !important;
}

.delay12 {
  transition-delay: 1.2s !important;
}

.delay14 {
  transition-delay: 1.4s !important;
}

.delay16 {
  transition-delay: 1.6s !important;
}

.delay18 {
  transition-delay: 1.8s !important;
}

.delay20 {
  transition-delay: 2s !important;
}

.delay24 {
  transition-delay: 2.4s !important;
}

.delay28 {
  transition-delay: 2.8s !important;
}

.delay32 {
  transition-delay: 3.2s !important;
}

/*
  SP: 〜744px
  TAB: 745px〜1023px
  PC: 1024px〜
*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 744px) {
  * {
    word-break: break-all;
  }
}

html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-display: swap;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  letter-spacing: normal;
  color: #000;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

input[type=submit],
a {
  text-decoration: none;
  transition: opacity 0.2s;
  cursor: pointer;
}
input[type=submit]:hover,
a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1023px) {
  ._pc {
    display: none !important;
  }
}

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

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

@media screen and (max-width: 744px) {
  ._pcTab {
    display: none !important;
  }
}

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

* {
  max-width: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.is-drawerActive {
  position: fixed;
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.container {
  max-width: calc(100% - 36px);
  margin-right: auto;
  margin-left: auto;
}
.container--small {
  max-width: calc(100% - 64px);
}

.l-header {
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 16px 0;
  box-shadow: 0px 4px 10px rgba(222, 229, 236, 0.25);
}
@media screen and (max-width: 1023px) {
  .l-header {
    box-shadow: none;
    padding: 0;
  }
}

.l-header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: calc(100% - 160px);
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}

.l-header__fixed {
  display: contents;
}
@media screen and (max-width: 1023px) {
  .l-header__fixed {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 56px;
    position: relative;
    z-index: 1;
    background: #fff;
  }
}
@media screen and (max-width: 744px) {
  .l-header__fixed {
    height: 60px;
  }
}

.l-header__logo {
  width: 142px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    width: 101px;
    margin-top: 12px;
    margin-left: 32px;
  }
}
@media screen and (max-width: 744px) {
  .l-header__logo {
    width: 116px;
    margin-left: 16px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .l-header__nav {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
    background: #E9F3F6;
  }
  .l-header__nav.is-open {
    opacity: 1;
    pointer-events: all;
  }
}

.l-header__navList {
  display: flex;
  align-items: center;
  margin-top: -12px;
}
@media screen and (max-width: 1023px) {
  .l-header__navList {
    margin: 0;
    padding-top: 128px;
    flex-direction: column;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    gap: 32px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 744px) {
  .l-header__navList {
    padding-top: 132px;
  }
}

.l-header__navItem {
  margin-left: 44px;
}
@media screen and (max-width: 1023px) {
  .l-header__navItem {
    margin-left: 0;
    width: 100%;
  }
}

.l-header__navLink {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #2C3854;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-header__navLink {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #2C3854;
    text-align: left;
  }
}
@media screen and (max-width: 744px) {
  .l-header__navLink {
    font-size: 20px;
  }
}
.l-header__navLink::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% + 4px);
  width: 8px;
  aspect-ratio: 1/1;
  background: #004696;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .l-header__navLink::before {
    content: none;
  }
}
.l-header__navLink.active, .l-header__navLink:hover {
  color: #004696;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .l-header__navLink.active, .l-header__navLink:hover {
    color: #2C3854;
  }
}
.l-header__navLink.active::before, .l-header__navLink:hover::before {
  opacity: 1;
}

.l-footer {
  padding: 40px 20px 136px;
  background: #E9F3F6;
  position: relative;
}
@media screen and (max-width: 744px) {
  .l-footer {
    padding: 30px 20px 112px;
  }
}
.l-footer--lower {
  padding: 72px 0;
}
@media screen and (max-width: 744px) {
  .l-footer--lower {
    padding: 46px 0;
  }
}

.l-footer__logo {
  width: 142px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .l-footer__logo {
    width: 124px;
  }
}

.l-footer__copy {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #2C3854;
}
@media screen and (max-width: 744px) {
  .l-footer__copy {
    font-size: 12px;
    margin-top: 24px;
  }
}

.pagetop {
  background: #004696;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 113px;
  right: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .pagetop {
    top: 128px;
    right: 32px;
  }
}
@media screen and (max-width: 744px) {
  .pagetop {
    width: 32px;
    height: 32px;
    top: 97px;
    right: 15px;
  }
}
.pagetop span {
  width: 16px;
  height: 16px;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .pcBody {
    background: #05034B;
  }
  .pcBody::before, .pcBody::after {
    content: "";
    position: fixed;
  }
  .pcBody::before {
    background: url(./../img/body_bg_01.webp) center center/contain no-repeat;
    width: 486px;
    aspect-ratio: 975/1377;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
  }
  .pcBody::after {
    background: url(./../img/body_bg_02.webp) center center/contain;
    width: 462px;
    aspect-ratio: 461/705;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
  }
}

.main {
  overflow: hidden;
}

.c-secTitle01 {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #2C3854;
  padding-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .c-secTitle01 {
    font-size: 24px;
    padding-bottom: 14px;
  }
}
.c-secTitle01::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #004696;
}

.c-lineBtn a {
  background: #06C755;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.c-lineBtn__icon {
  width: 24px;
  margin: -4px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .c-lineBtn__icon {
    margin: 0;
  }
}

.c-lineBtn__text01 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-right: 13px;
}
@media screen and (max-width: 1023px) {
  .c-lineBtn__text01 {
    margin-right: 10px;
  }
}

.c-lineBtn__text02 {
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 4px 8px;
  height: -moz-fit-content;
  height: fit-content;
}

.c-telBtn a {
  background: #F5532F;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.c-telBtn__icon {
  width: 12px;
  margin-bottom: 6px;
}

.c-telBtn__text01 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-left: 10px;
}

.c-telBtn__text02 {
  margin-left: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}

.c-telBtn__text03 {
  padding: 2px 3px;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  transform: scale(0.8);
  border: 0.5px solid #FFFFFF;
  border-radius: 2px;
  margin-right: -9px;
}

.c-webBtn a {
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.c-webBtn__icon {
  width: 18px;
}

.c-webBtn__text01 {
  margin-left: 11px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #2C3854;
}

.p-hamburger {
  display: none;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  outline: none;
  transition: all 0.2s ease-in-out;
  width: 56px;
  height: 56px;
  margin: 0;
  top: 0;
  right: 0;
  background: #004696;
}
@media screen and (max-width: 1023px) {
  .p-hamburger {
    display: block;
  }
}
@media screen and (max-width: 744px) {
  .p-hamburger {
    width: 60px;
    height: 60px;
  }
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 29.87px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
}

.p-hamburger__line::before,
.p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  transition: all 0.2s ease-in-out;
}

.p-hamburger__line::before {
  top: -10px;
}

.p-hamburger__line::after {
  top: 10px;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before,
.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
  background-color: #fff;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  transform: rotate(45deg);
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  transform: rotate(-45deg);
}

.p-fv {
  height: 458px;
  padding: 0 20px;
  background: url(./../img/fv_bg_01.jpg) center center/cover;
}
@media screen and (max-width: 1023px) {
  .p-fv {
    padding: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-fv {
    height: auto;
  }
}

.p-fv__inner {
  max-width: 1120px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-fv__inner {
    max-width: 800px;
  }
}
@media screen and (max-width: 744px) {
  .p-fv__inner {
    flex-direction: column;
  }
}

.p-fv__textWrap {
  flex: 1;
  background: url(./../img/fv_bg_03.png) right 58px bottom/min(239px, 19vw) no-repeat;
}
@media screen and (max-width: 1023px) {
  .p-fv__textWrap {
    padding-left: 24px;
    background: url(./../img/fv_bg_03.png) right 3px bottom/min(203px, 26vw) no-repeat;
  }
}
@media screen and (max-width: 744px) {
  .p-fv__textWrap {
    padding-left: 16px;
    padding-bottom: 58px;
    background: url(./../img/fv_bg_03.png) right -7px bottom -13px/min(187px, 90vw) no-repeat;
  }
}

.p-fv__awardWrap {
  display: flex;
  gap: 32px;
  width: 100%;
  margin-top: 43px;
}
@media screen and (max-width: 1023px) {
  .p-fv__awardWrap {
    margin-top: 21px;
    width: 272px;
    gap: 16px;
  }
}
@media screen and (max-width: 744px) {
  .p-fv__awardWrap {
    margin-top: 11px;
  }
}

.p-fv__award {
  flex: 1;
  background: url(./../img/fv_bg_02.png) center center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 113/105;
  max-width: 113px;
}
@media screen and (max-width: 1023px) {
  .p-fv__award {
    width: 80px;
    aspect-ratio: 80/74;
  }
}
.p-fv__award:nth-child(3) {
  padding: 4px 0 0;
}
@media screen and (max-width: 1023px) {
  .p-fv__award:nth-child(3) {
    padding: 12px 0 0;
  }
}

.p-fv__awardText01 {
  font-weight: 700;
  font-size: 11.2199px;
  line-height: 1.43;
  text-align: center;
  color: #004696;
  text-shadow: 0px 0.801418px 3.20567px #FFFFFF;
  display: block;
  margin: -2px 0 -4px;
}
@media screen and (max-width: 1023px) {
  .p-fv__awardText01 {
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    color: #004696;
    text-shadow: 0px 0.567376px 2.2695px #FFFFFF;
    transform: scale(0.79);
  }
}

.p-fv__awardText02 {
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: baseline;
  font-weight: 700;
  font-size: 12.8227px;
  line-height: 14px;
  color: #004696;
  text-shadow: 0px 0.801527px 3.20611px #FFFFFF;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .p-fv__awardText02 {
    font-weight: 900;
    font-size: 10px;
    line-height: 11px;
  }
}

.p-fv__awardText02--num {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 32.0567px;
  line-height: 38px;
  color: #004696;
  margin-right: 2px;
}
@media screen and (max-width: 1023px) {
  .p-fv__awardText02--num {
    font-weight: 800;
    font-size: 22.695px;
    line-height: 27px;
  }
}

.p-fv__awardText02--num02 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 28.855px;
  color: #004696;
  text-shadow: 0px 0.801527px 3.20611px #FFFFFF;
  line-height: 1;
  margin: 9px 0 2px;
}
@media screen and (max-width: 1023px) {
  .p-fv__awardText02--num02 {
    font-size: 20.4255px;
  }
}
.p-fv__awardText02--num02::first-letter {
  font-family: "Inter", sans-serif;
}

.p-fv__awardText01--small {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #004696;
  text-shadow: 0px 0.801527px 3.20611px #FFFFFF;
  white-space: nowrap;
  margin: -10px 0 1px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-fv__awardText01--small {
    transform: scale(0.7);
    transform-origin: left;
    margin: -11px 0 1px;
  }
}

.p-fv__awardText01--num {
  font-family: "Inter", sans-serif;
  margin-right: 1px;
  font-weight: 700;
  font-size: 12.0229px;
  line-height: 15px;
  text-align: center;
  color: #004696;
  text-shadow: 0px 0.801527px;
}

.p-fv__awardText03 {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.67;
  text-align: center;
  color: #004696;
  text-shadow: 0px 0.801527px 3.20611px #FFFFFF;
  position: relative;
  top: -6px;
}
@media screen and (max-width: 1023px) {
  .p-fv__awardText03 {
    transform: scale(0.7);
    top: -8px;
  }
}

.p-fv__text01 {
  margin-top: 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #2C3854;
}
@media screen and (max-width: 1023px) {
  .p-fv__text01 {
    font-weight: 400;
    font-size: 16px;
    color: #2C3854;
  }
}
.p-fv__text02 {
  font-weight: 500;
  font-size: 32px;
  color: #2C3854;
  padding-left: 6px;
  margin-top: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .p-fv__text02 {
    font-size: 22px;
    line-height: 1.2;
    padding-left: 3px;
    margin-top: 20px;
  }
}

.p-fv__text02--strong {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 36px;
  margin: 0 9px 0 -3px;
}
@media screen and (max-width: 1023px) {
  .p-fv__text02--strong {
    font-size: 32px;
    display: inline-block;
    margin: 0 9px 0 0px;
  }
}
.p-fv__text02--strong::before {
  content: "";
  position: absolute;
  left: -3px;
  right: 0;
  margin: 0 auto;
  bottom: 4px;
  width: calc(100% + 3px);
  height: 10px;
  background: #A9D1F5;
  border-radius: 9999px;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-fv__text02--strong::before {
    height: 6px;
    bottom: 2px;
  }
}

.fv__pointWrap {
  display: flex;
  gap: 15px;
  margin-top: 38px;
}
@media screen and (max-width: 1023px) {
  .fv__pointWrap {
    gap: 7px;
  }
}

.fv__point {
  padding: 0 8px;
  height: 38px;
  background: #004696;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
  border-radius: 1.67357px;
}
@media screen and (max-width: 1023px) {
  .fv__point {
    height: 24px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    padding: 0px 9px 3px;
  }
}
.fv__point > span {
  display: flex;
  width: 20px;
  margin-right: 4px;
}
@media screen and (max-width: 1023px) {
  .fv__point > span {
    width: 14px;
    margin-right: 3px;
  }
}

.p-fv__text03 {
  margin-top: 8px;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #888888;
}
@media screen and (max-width: 1023px) {
  .p-fv__text03 {
    transform: scale(0.8);
    transform-origin: left;
  }
}

.p-fv__contact {
  margin-right: -3px;
  background: #004696;
  width: 375px;
  padding: 0 51px 32px;
}
@media screen and (max-width: 1023px) {
  .p-fv__contact {
    margin-right: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-fv__contact {
    width: 100%;
    height: 458px;
  }
}

.p-fv__contactTitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  margin-top: 32px;
}

.p-fv__contactTitle--strong {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #FFFFFF;
  display: block;
}
.p-fv__contactRadioList01 {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-fv__contactRadioLabel01 {
  display: block;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #2C3854;
  padding: 12px 0 12px 52px;
  cursor: pointer;
}
.p-fv__contactRadioLabel01 input {
  display: none;
}
.p-fv__contactRadioLabel01 span {
  position: relative;
}
.p-fv__contactRadioLabel01 span::before {
  content: "";
  position: absolute;
  right: calc(100% + 16px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 12px;
  border: 1px solid #B1B1B1;
  border-radius: 50%;
}
.p-fv__contactRadioLabel01 input:checked + span::before {
  background: #004696;
  border: 1px solid #004696;
}

.p-fv__contactBtnWrap {
  display: flex;
  margin-top: auto;
}

.p-fv__contactBtn {
  width: 96px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}
.p-fv__contactBtn span {
  display: flex;
  align-items: center;
}

.p-fv__contactBtn--prev {
  margin: 0;
  border: 1px solid #FFFFFF;
}
.p-fv__contactBtn--prev span {
  margin-right: 10px;
}

.p-fv__contactBtn--next {
  margin: 0 0 0 auto;
  background: #F5532F;
  border: 1px solid #2C3854;
}
.p-fv__contactBtn--next span {
  margin-left: 10px;
}

.p-fv__rangeWrap {
  margin: 32px 0 24px;
  height: 20px;
  position: relative;
}

.p-fv__rangeBar {
  position: absolute;
  height: 4px;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  background: #F3F6F8;
  border-radius: 9999px;
}
.p-fv__rangeBar::before {
  content: "";
  position: absolute;
  background: #F5532F;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 9999px;
}

.p-fv__rangeBar.status02::before {
  width: 54px;
}

.p-fv__rangeBar.status03::before {
  width: 109px;
}

.p-fv__rangeBar.status04::before {
  width: 164px;
}

.p-fv__rangeBar.status05::before {
  width: 219px;
}

.p-fv__rangeIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #F5532F;
  background: #FFFFFF;
}

.p-fv__rangeIcon.status02 {
  left: 44px;
}

.p-fv__rangeIcon.status03 {
  left: 99px;
}

.p-fv__rangeIcon.status04 {
  left: 154px;
}

.p-fv__rangeIcon.status05 {
  left: 209px;
}

.p-fv__contactInputLabel01Container {
  display: flex;
}

.p-fv__contactInputLabel01 {
  display: block;
}

.p-fv__contactInputLabel01 + .p-fv__contactInputLabel01 {
  margin-top: 35px;
}

.p-fv__contactTermsWrap {
  padding: 4px 0 4px 5px;
  width: 45px;
  flex-shrink: 0;
}

.p-fv__contactTerms {
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-fv__contactTerms--optional {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.p-fv__contactTerms--required {
  border: 1px solid transparent;
  background: #D2ECF5;
  color: #2C3854;
}

.p-fv__contactInputLabel01Inner {
  margin-left: 15px;
  margin-top: 2px;
}

.p-fv__contactInputLabel01Text01 {
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  display: block;
}

.p-fv__contactInputLabel01Text02 {
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-left: 10px;
  display: block;
  margin-top: 2px;
}

.p-fv__contactInputLabel01Text03 {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-top: 2px;
}

.p-fv__contactInputText {
  margin-top: 16px;
  font-size: 14px;
  padding: 15px 24px;
  border: none;
  outline: none;
  background: #FFFFFF;
  border-radius: 4px;
  width: 100%;
  color: #2C3854;
}
.p-fv__contactInputText::-moz-placeholder {
  color: #9A9A9A;
}
.p-fv__contactInputText::placeholder {
  color: #9A9A9A;
}

.p-fv__contactSelect {
  margin-top: 16px;
  font-size: 14px;
  padding: 15px 24px;
  border: none;
  outline: none;
  background: #FFFFFF;
  border-radius: 4px;
  width: 100%;
  color: #2C3854;
}

.p-fv__contactTextarea {
  margin-top: 16px;
  font-size: 14px;
  padding: 15px 24px;
  border: none;
  outline: none;
  background: #FFFFFF;
  border-radius: 4px;
  width: 100%;
  height: 129px;
}

.p-fv__contactForm,
.p-fv__contactSlideWrap,
.p-fv__contactSlide {
  height: 100%;
}

.p-fv__contactSlide {
  display: flex;
  flex-direction: column;
}

.p-fv__errorMessage {
  margin-top: 9px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.5;
  color: #FFE925;
  display: none;
}
.p-fv__errorMessage > span {
  width: 14px;
  display: flex;
  margin-right: 4px;
}

.p-fv__contactSlide--slide02,
.p-fv__contactSlide--slide03,
.p-fv__contactSlide--slide04,
.p-fv__contactSlide--slide05 {
  display: none;
}

.p-result {
  padding: 72px 0 56px;
}
@media screen and (max-width: 744px) {
  .p-result {
    padding: 48px 0 10px;
  }
}

.p-result__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #2C3854;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-result__title {
    font-size: 20px;
    line-height: 29px;
  }
}

.p-result__title--strong {
  font-weight: 700;
  font-size: 40px;
  color: #004696;
}
@media screen and (max-width: 744px) {
  .p-result__title--strong {
    font-size: 24px;
  }
}

.p-result__slideList {
  display: flex;
  justify-content: center;
}

.p-result__slideItem {
  width: 440px;
  padding: 31px 0 24px;
  background: #FFFFFF;
  box-shadow: -0.649336px 3.89601px 25.9735px #DEE5EC;
  border-radius: 5.19469px;
  margin: 0 18px;
}
@media screen and (max-width: 744px) {
  .p-result__slideItem {
    padding: 20px 0 24px;
    width: 296px;
    margin: 0 1px;
  }
}

.p-result__slideTitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9F3F6;
  padding: 12px 0 12px 40px;
  font-weight: 500;
  font-size: 15.5841px;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 744px) {
  .p-result__slideTitle {
    font-size: 10.2341px;
    line-height: 1;
    padding: 10px 0px 11px 16px;
  }
}

.p-result__slideTitle--cat {
  position: absolute;
  width: 75.97px;
  height: 75.97px;
  left: 31.81px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004696;
  font-weight: 500;
  font-size: 23.3761px;
  line-height: 1;
  color: #FFFFFF;
  border-radius: 50%;
}
@media screen and (max-width: 744px) {
  .p-result__slideTitle--cat {
    width: 50px;
    height: 50px;
    font-size: 15.3512px;
    left: 20px;
  }
}

.p-result__slideTitle--icon {
  display: flex;
  height: 17.5330219269px;
  width: 17.5319652557px;
  margin-right: 10px;
}
@media screen and (max-width: 744px) {
  .p-result__slideTitle--icon {
    height: 11.5133781433px;
    width: 11.5133781433px;
    margin-right: 6px;
  }
}

.p-result__slideText01 {
  font-weight: 500;
  font-size: 15.5841px;
  line-height: 1;
  color: #000000;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding-left: 8px;
}
@media screen and (max-width: 744px) {
  .p-result__slideText01 {
    font-size: 10.2341px;
    margin-top: 14px;
    padding-left: 0;
  }
}

.p-result__slideText01--bold {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 37.6615px;
  line-height: 45px;
  color: #004696;
  margin-left: 10px;
}
@media screen and (max-width: 744px) {
  .p-result__slideText01--bold {
    font-size: 24.7324px;
    line-height: 30px;
    margin-left: 6px;
  }
}

.p-result__slideText01--num {
  font-family: "Lato", sans-serif;
  font-size: 37.6615px;
  line-height: 45px;
  color: #004696;
  font-weight: 700;
  margin-right: 21px;
}
@media screen and (max-width: 744px) {
  .p-result__slideText01--num {
    font-size: 24.7324px;
    line-height: 30px;
    margin-right: 14px;
  }
}

.p-result__slideImage01 {
  width: 287.02px;
  margin: 20px auto 0;
}
@media screen and (max-width: 744px) {
  .p-result__slideImage01 {
    width: 188.48px;
    margin: 14px auto 0;
  }
}

.slick-list,
.slick-track {
  max-width: none;
}

.slick-track {
  padding: 32px 0;
}

.p-result__slideItem {
  transform: scale(0.9);
  transition: all 0.2s;
}

.p-result__slideItem.slick-active {
  transform: scale(1);
}

.p-result__slideTitle--plWide {
  padding-left: 80px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -15px;
}
@media screen and (max-width: 744px) {
  .slick-dots {
    bottom: 0;
  }
}

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 16px;
  background: #D9D9D9;
  border-radius: 50%;
}
@media screen and (max-width: 744px) {
  .slick-dots li {
    margin: 0 10px;
  }
}
.slick-dots li.slick-active {
  width: 16px;
  height: 16px;
  background: #F5532F;
}

.slick-dots li button:before {
  opacity: 0 !important;
}

.p-point {
  background: #E9F3F6;
  padding: 72px 20px;
}
@media screen and (max-width: 744px) {
  .p-point {
    padding: 48px 20px;
  }
}

.p-point__list {
  width: 788px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-point__list {
    width: 724px;
  }
}
@media screen and (max-width: 744px) {
  .p-point__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 36px;
  }
}

.p-point__item {
  flex: 1;
}

.p-point__image {
  width: 128px;
  margin: 0 auto;
}

.p-point__text01 {
  margin-top: 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #2C3854;
}
@media screen and (max-width: 744px) {
  .p-point__text01 {
    margin-top: 9px;
  }
}

.p-trouble {
  padding: 72px 20px;
}
@media screen and (max-width: 744px) {
  .p-trouble {
    padding: 48px 16px;
  }
}

.p-trouble__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #2C3854;
  text-align: center;
}

.p-trouble__title--strong {
  display: block;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #2C3854;
}
@media screen and (max-width: 744px) {
  .p-trouble__title--strong {
    font-size: 24px;
    margin-top: 5px;
  }
}

.p-trouble__container {
  display: flex;
  gap: 64px;
  width: 750px;
  margin: 72px auto 0;
}
@media screen and (max-width: 1023px) {
  .p-trouble__container {
    margin-top: 32px;
    width: 718px;
    gap: 32px;
  }
}
@media screen and (max-width: 744px) {
  .p-trouble__container {
    flex-direction: column;
  }
}

.p-trouble__block {
  flex: 1;
  border-radius: 6px;
  overflow: hidden;
  background: #E9F3F6;
  height: -moz-fit-content;
  height: fit-content;
}

.p-trouble__blockTitle {
  background: #004696;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
  padding: 12px 0;
}

.p-trouble__icon01 {
  width: 20px;
  margin-right: 6px;
  display: flex;
}

.p-trouble__list {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-trouble__item {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 8px 0 8px 21px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2C3854;
}

.p-trouble__icon02 {
  display: flex;
  margin-right: 8px;
  width: 19px;
}

.p-trouble__icon03 {
  display: flex;
  margin-right: 8px;
  width: 13px;
}

.p-trouble__icon04 {
  display: flex;
  margin-right: 8px;
  width: 12px;
}

.p-trouble__icon05 {
  display: flex;
  margin-right: 8px;
  width: 18px;
}

.p-trouble__icon06 {
  display: flex;
  margin-right: 8px;
  width: 12px;
}

.p-trouble__icon07 {
  display: flex;
  margin-right: 8px;
  width: 10px;
}

.p-trouble__icon08 {
  display: flex;
  margin-right: 8px;
  width: 12px;
}

.c-cv01 {
  overflow: hidden;
}

.c-cv01__title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  background: #2C3854;
  padding: 16px 0;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-cv01__title {
    display: block;
    text-align: center;
    line-height: 1.55;
  }
}
.c-cv01__title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 34px;
  height: 54px;
  border: 33px solid transparent;
  border-top: 48px solid #2C3854;
  top: calc(100% - 20px);
}
@media screen and (max-width: 1023px) {
  .c-cv01__title::before {
    border: 42px solid transparent;
    border-top: 58px solid #2C3854;
  }
}
@media screen and (max-width: 744px) {
  .c-cv01__title::before {
    width: 16px;
    height: 14px;
    border: 8px solid transparent;
    border-top: 16px solid #2C3854;
    top: 100%;
  }
}

.c-cv01__title--title01 {
  font-weight: 500;
  font-size: 32px;
  color: #FFFFFF;
}
@media screen and (max-width: 744px) {
  .c-cv01__title--title01 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-cv01__title--title02 {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
}
@media screen and (max-width: 744px) {
  .c-cv01__title--title02 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-cv01__title--title03 {
  position: relative;
  margin: 0 4px;
  font-weight: 500;
  font-size: 32px;
  color: #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .c-cv01__title--title03 {
    font-size: 29.4857px;
    line-height: 43px;
  }
}
.c-cv01__title--title03::before {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: 6px;
  background: #F5532F;
  bottom: 4px;
  right: 0;
  left: -2px;
  margin: 0 auto;
  border-radius: 9999px;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .c-cv01__title--title03::before {
    width: calc(100% + 10px);
    left: -5px;
  }
}
@media screen and (max-width: 744px) {
  .c-cv01__title--title03::before {
    width: calc(100% + 4px);
    left: -2px;
  }
}

.c-cv01__body {
  height: 180px;
  background: url(./../img/cv01_bg_01.jpg) center center/cover;
}
@media screen and (max-width: 1023px) {
  .c-cv01__body {
    height: 172px;
  }
}
@media screen and (max-width: 744px) {
  .c-cv01__body {
    height: 200px;
  }
}

.c-cv01__bodyInner {
  width: 706px;
  margin: 0 auto;
  display: flex;
  position: relative;
  left: 4px;
}
@media screen and (max-width: 1023px) {
  .c-cv01__bodyInner {
    width: 660px;
    left: 0;
  }
}

.c-cv01__image {
  width: 149px;
  flex-shrink: 0;
  margin-top: -16px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .c-cv01__image {
    width: 160px;
    margin-top: -55px;
  }
}
@media screen and (max-width: 744px) {
  .c-cv01__image {
    width: 116px;
    margin-top: -8px;
    margin-left: 16px;
  }
}

.c-cv01__textWrap {
  margin-left: 109px;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .c-cv01__textWrap {
    margin-left: 40px;
  }
}
@media screen and (max-width: 744px) {
  .c-cv01__textWrap {
    margin-left: 11px;
  }
}

.c-cv01__pointWrap {
  display: flex;
  margin-top: 51px;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .c-cv01__pointWrap {
    margin-top: 45px;
  }
}
@media screen and (max-width: 744px) {
  .c-cv01__pointWrap {
    margin-top: 29px;
  }
}

.c-cv01__point {
  display: flex;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #2C3854;
}
@media screen and (max-width: 744px) {
  .c-cv01__point {
    font-size: 14px;
  }
}
.c-cv01__point span {
  display: flex;
  width: 24px;
  margin-right: 8px;
}
@media screen and (max-width: 744px) {
  .c-cv01__point span {
    width: 16px;
    margin-right: 3px;
  }
}

.c-cv01__btnWrap {
  margin-top: 16px;
  margin-bottom: 30px;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 744px) {
  .c-cv01__btnWrap {
    margin-top: 23px;
    flex-direction: column;
    gap: 7px;
  }
}

.c-cv01__btn--line {
  width: 216px;
  height: 48px;
  box-shadow: 2px 2px 4px #C1D3C9;
}

.c-cv01__btn--tel {
  width: 216px;
  height: 48px;
  box-shadow: 2px 2px 4px #D8D8D8;
}

.p-about {
  padding: 72px 20px;
}
@media screen and (max-width: 744px) {
  .p-about {
    padding: 48px 16px;
  }
}

.p-about__inner {
  width: 1016px;
  margin: 0 auto;
}

.p-about__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  color: #2C3854;
}
@media screen and (max-width: 744px) {
  .p-about__title {
    font-size: 24px;
    line-height: 35px;
  }
}

.p-about__pointWrap {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 744px) {
  .p-about__pointWrap {
    flex-direction: column;
    gap: 6px;
    margin-top: 16px;
    align-items: center;
  }
}

.p-about__point {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #004696;
  background: #E9F3F6;
  border-radius: 5px;
  padding: 8px 16px;
}
@media screen and (max-width: 744px) {
  .p-about__point {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-about__point span {
  display: flex;
  width: 20px;
  margin-right: 10px;
}
.p-about__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  margin-top: 40px;
  align-items: stretch;
}
@media screen and (max-width: 1023px) {
  .p-about__container {
    flex-direction: column;
    gap: 64px;
    width: 368px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 744px) {
  .p-about__container {
    margin-top: 32px;
    gap: 44px;
  }
}

.p-about__block {
  flex: 1;
  border-radius: 8px;
  background: #E9F3F6;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-about__block {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 744px) {
  .p-about__block {
    border-radius: 6px;
  }
}
.p-about__block:nth-child(2) {
  padding-bottom: 39px;
}
@media screen and (max-width: 1023px) {
  .p-about__block:nth-child(2) {
    padding-bottom: 22px;
  }
}
.p-about__block:nth-child(3) {
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .p-about__block:nth-child(3) {
    padding-bottom: 22px;
  }
}
.p-about__block:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: calc(100% + 24px);
  width: 20px;
  height: 20px;
  border: 17px solid transparent;
  border-left: 17px solid #2C3854;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .p-about__block:not(:last-child)::before {
    top: calc(100% + 24px);
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 17px solid transparent;
    border-top: 17px solid #2C3854;
  }
}
@media screen and (max-width: 744px) {
  .p-about__block:not(:last-child)::before {
    top: calc(100% + 17px);
    border: 12px solid transparent;
    border-top: 12px solid #2C3854;
  }
}

.p-about__blockTitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #FFFFFF;
  padding: 12px 0;
  text-align: center;
  background: #004696;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 744px) {
  .p-about__blockTitle {
    font-size: 20px;
    padding: 14px 0 10px;
  }
}

.p-about__image01 {
  width: 178px;
  margin: 32px auto 19px;
}
@media screen and (max-width: 1023px) {
  .p-about__image01 {
    margin: 22px auto 17px;
  }
}
@media screen and (max-width: 744px) {
  .p-about__image01 {
    width: 166px;
    margin: 24px auto 17px;
  }
}

.p-about__image02 {
  width: 120px;
  margin: 44px auto 19px;
}
@media screen and (max-width: 1023px) {
  .p-about__image02 {
    margin: 24px auto 18px;
  }
}
@media screen and (max-width: 744px) {
  .p-about__image02 {
    width: 112px;
    margin: 24px auto 18px;
  }
}

.p-about__image03 {
  width: 119px;
  margin: 24px auto 19px;
}
.p-about__text01 {
  padding: 0 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #2C3854;
}
@media screen and (max-width: 744px) {
  .p-about__text01 {
    padding: 0 16px;
  }
}

@media screen and (max-width: 1023px) {
  .p-cv02 .c-lineBtn__icon {
    margin: -3px 10px 0 -5px;
  }
  .p-cv02 .c-lineBtn__text01 {
    margin-right: 16px;
  }
  .p-cv02 .c-lineBtn__text02 {
    margin-right: -6px;
  }
}
@media screen and (max-width: 744px) {
  .p-cv02 .c-lineBtn__icon {
    margin: -3px 0 0;
  }
  .p-cv02 .c-lineBtn__text01 {
    margin-right: 10px;
  }
  .p-cv02 .c-lineBtn__text02 {
    margin-right: 0;
  }
}

.p-cv02__textWrap {
  background: #2C3854;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-cv02__textWrap {
    padding: 11px 0;
  }
}
.p-cv02__textWrap::before {
  content: "";
  position: absolute;
  top: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 34px;
  height: 54px;
  border: 26px solid transparent;
  border-top: 42px solid #2C3854;
  box-sizing: border-box;
}
@media screen and (max-width: 744px) {
  .p-cv02__textWrap::before {
    width: 16px;
    height: 14px;
    border: 8px solid transparent;
    border-top: 16px solid #2C3854;
  }
}

.p-cv02__numWrap {
  background: url(./../img/cv02_bg_02.png) center center/cover;
  width: 141px;
  aspect-ratio: 141/131;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 47px;
}
@media screen and (max-width: 744px) {
  .p-cv02__numWrap {
    width: 82px;
    flex-shrink: 0;
    margin-right: 17px;
    aspect-ratio: 82/76;
  }
}

.p-cv02__numText01 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 1px 4px #2C3854;
}
@media screen and (max-width: 744px) {
  .p-cv02__numText01 {
    font-size: 10px;
    line-height: 1;
    margin: 17px 0 -8px;
  }
}

.p-cv02__numText02 {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  text-shadow: 0px 1px 4px #000000;
  display: flex;
  align-items: baseline;
  padding-right: 8px;
}
@media screen and (max-width: 744px) {
  .p-cv02__numText02 {
    font-size: 10px;
    padding-right: 4px;
  }
}

.p-cv02__numText02--num {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
  margin-right: 4px;
}
@media screen and (max-width: 744px) {
  .p-cv02__numText02--num {
    font-size: 20.9362px;
    margin-right: 2px;
  }
}
.p-cv02__numText02--num::first-letter {
  font-family: "Inter", sans-serif;
}

.p-cv02__numText03 {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.67;
  color: #FFFFFF;
  text-shadow: 0px 1px 4px #2C3854;
  position: relative;
  top: -6px;
}
@media screen and (max-width: 744px) {
  .p-cv02__numText03 {
    font-size: 10px;
    top: -14px;
  }
}

.cv02__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .cv02__title {
    text-align: left;
    line-height: 1.6;
  }
}
@media screen and (max-width: 744px) {
  .cv02__title {
    font-size: 16px;
    line-height: 23px;
  }
}

.cv02__title--strong {
  font-weight: 500;
  font-size: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .cv02__title--strong {
    font-size: 16px;
    line-height: 23px;
  }
}
.cv02__title--strong::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #F5532F;
  bottom: 6px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 9999px;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .cv02__title--strong::before {
    width: calc(100% - 4px);
    height: 8px;
    bottom: 4px;
    left: -4px;
  }
}
@media screen and (max-width: 744px) {
  .cv02__title--strong::before {
    height: 6px;
    bottom: 1px;
    left: -10px;
  }
}

.c-cv02__btnWrap {
  background: url(./../img/cv02_bg_01.jpg) center center/cover;
  padding: 77px 0 52px;
  display: flex;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 1023px) {
  .c-cv02__btnWrap {
    padding: 64px 0 68px;
  }
}
@media screen and (max-width: 744px) {
  .c-cv02__btnWrap {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 32px 0;
  }
}

.c-cv02__btn--line {
  width: 266px;
  height: 60px;
}
@media screen and (max-width: 744px) {
  .c-cv02__btn--line {
    width: 216px;
    height: 48px;
  }
}

.c-cv02__btn--tel {
  width: 266px;
  height: 58px;
}
@media screen and (max-width: 744px) {
  .c-cv02__btn--tel {
    width: 216px;
    height: 48px;
  }
}

.p-service {
  padding: 72px 20px;
}
@media screen and (max-width: 1023px) {
  .p-service {
    padding: 72px 20px 133px;
  }
}
@media screen and (max-width: 744px) {
  .p-service {
    padding: 48px 16px 100px;
  }
}

.p-service__inner {
  width: 1095px;
  margin: 0 auto;
}

.p-service__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .p-service__list {
    grid-template-columns: 1fr 1fr;
    width: 718px;
    margin: 40px auto 0;
    position: relative;
  }
}
@media screen and (max-width: 744px) {
  .p-service__list {
    grid-template-columns: 1fr;
    margin: 32px auto 0;
    grid-row-gap: 24px;
  }
}

.p-service__item {
  display: flex;
}

.p-service__icon {
  width: 48px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 11px;
  background: #E9F3F6;
  padding: 10px;
}

.p-service__textWrap {
  padding-top: 10px;
}

.p-service__text01 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #004696;
}

.p-service__text02 {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #2C3854;
}

.p-service__moreText {
  display: none;
  position: absolute;
  bottom: -62px;
  left: 0;
  text-align: center;
  width: 100%;
  padding-right: 20px;
}
@media screen and (max-width: 744px) {
  .p-service__moreText {
    bottom: -53px;
  }
}
.p-service__moreText span {
  font-size: 14px;
  line-height: 1.5;
  color: #9A9A9A;
  position: relative;
}
.p-service__moreText span::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border: 7px solid transparent;
  left: calc(100% + 6px);
  margin: auto;
  border-left: 7px solid transparent;
  border-top: 7px solid #9A9A9A;
}

.p-service__moreText.p-service__moreText--tab {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-service__moreText.p-service__moreText--tab {
    display: block;
  }
}
@media screen and (max-width: 744px) {
  .p-service__moreText.p-service__moreText--tab {
    display: none;
  }
}

.p-service__moreText.p-service__moreText--sp {
  display: none;
}
@media screen and (max-width: 744px) {
  .p-service__moreText.p-service__moreText--sp {
    display: block;
  }
}

.p-serviceHiddenTab {
  display: contents;
}
@media screen and (max-width: 1023px) {
  .p-serviceHiddenTab .p-service__item {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .p-serviceHiddenTab .p-service__item {
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .p-serviceHiddenTab {
    display: none;
    position: relative;
  }
}
@media screen and (max-width: 744px) {
  .p-serviceHiddenTab {
    display: contents;
  }
}

.p-serviceHiddenSp {
  display: contents;
}
@media screen and (max-width: 744px) {
  .p-serviceHiddenSp {
    display: none;
    position: relative;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}

.p-reason {
  padding: 72px 20px 40px;
}
@media screen and (max-width: 744px) {
  .p-reason {
    padding: 48px 16px 0;
  }
}

.p-reason__inner {
  width: 858px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-reason__inner {
    width: 732px;
    margin: 0 auto;
  }
}

.p-reason__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 46px;
  grid-row-gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .p-reason__list {
    grid-row-gap: 16px;
  }
}
@media screen and (max-width: 744px) {
  .p-reason__list {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}

.p-reason__item {
  border-radius: 8px;
  background: #F3F6F8;
  padding: 24px 28px 24px 28px;
}
@media screen and (max-width: 1023px) {
  .p-reason__item {
    padding: 14px 12px 14px 13px;
  }
}

.p-reason__itemHead {
  display: flex;
  align-items: center;
}

.p-reason__itemNum {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
  color: #A9D1F5;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .p-reason__itemNum {
    font-size: 40px;
  }
}

.p-reason__itemTitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #004696;
}
@media screen and (max-width: 1023px) {
  .p-reason__itemTitle {
    font-size: 20px;
  }
}

.p-reason__itemBody {
  margin-top: 16px;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-reason__itemBody {
    margin-top: 8px;
  }
}

.p-reason__itemText01 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #4C5976;
  margin-right: 8px;
  flex: 1;
}
.p-reason__itemImage01 {
  width: 82px;
}

.p-reason__itemImage02 {
  width: 58px;
}
@media screen and (max-width: 1023px) {
  .p-reason__itemImage02 {
    margin-right: 12px;
  }
}

.p-reason__itemImage03 {
  width: 77px;
}
@media screen and (max-width: 1023px) {
  .p-reason__itemImage03 {
    margin-right: 4px;
  }
}

.p-reason__itemImage04 {
  width: 81px;
}
@media screen and (max-width: 1023px) {
  .p-reason__itemImage04 {
    margin-right: 2px;
  }
}

.p-voice {
  padding: 72px 20px;
}
@media screen and (max-width: 744px) {
  .p-voice {
    padding: 47px 19px;
  }
}

.p-voice__inner {
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-voice__inner {
    width: 610px;
  }
}

.p-voice__container {
  display: flex;
  gap: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .p-voice__container {
    gap: 24px;
    margin-top: 32px;
  }
}

.p-voice__item {
  flex: 1;
  border: 1.33333px solid #004696;
  border-radius: 50%;
  background: #F3F6F8;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-voice__item {
    width: 96px;
    height: 96px;
    overflow: hidden;
    max-width: 96px;
  }
}
.p-voice__item:nth-child(2) .p-voice__textNum {
  position: relative;
  top: -7px;
}
@media screen and (max-width: 744px) {
  .p-voice__item:nth-child(2) .p-voice__textNum {
    top: -3px;
  }
}
.p-voice__item:nth-child(3) .p-voice__text01 {
  position: relative;
  top: 10px;
}
@media screen and (max-width: 1023px) {
  .p-voice__item:nth-child(3) .p-voice__text01 {
    top: 3px;
    margin-bottom: -7px;
  }
}
@media screen and (max-width: 744px) {
  .p-voice__item:nth-child(3) .p-voice__textNum--small {
    position: relative;
    top: 5px;
  }
}

.p-voice__text01 {
  font-weight: 500;
  font-size: 21.3333px;
  line-height: 1.5;
  text-align: center;
  color: #004696;
}
@media screen and (max-width: 1023px) {
  .p-voice__text01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 744px) {
  .p-voice__text01 {
    font-size: 10.24px;
  }
}

.p-voice__textNum {
  display: flex;
  align-items: baseline;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 1023px) {
  .p-voice__textNum {
    padding: 0 0 0 5px;
  }
}
@media screen and (max-width: 744px) {
  .p-voice__textNum {
    padding: 0;
  }
}

.p-voice__textNum--num {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 85.3333px;
  line-height: 1;
  color: #004696;
  margin-right: 5px;
}
@media screen and (max-width: 1023px) {
  .p-voice__textNum--num {
    font-size: 64px;
  }
}
@media screen and (max-width: 744px) {
  .p-voice__textNum--num {
    font-size: 40.96px;
    margin-right: 2px;
  }
}

.p-voice__textNum--small {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 26.6667px;
  line-height: 1.5;
  color: #004696;
}
@media screen and (max-width: 1023px) {
  .p-voice__textNum--small {
    font-size: 20px;
  }
}
@media screen and (max-width: 744px) {
  .p-voice__textNum--small {
    font-size: 12.8px;
  }
}

.p-voice__text01--num {
  font-weight: 500;
  font-size: 13.3333px;
  line-height: 16px;
  text-align: center;
  color: #004696;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1023px) {
  .p-voice__text01--num {
    font-size: 10px;
  }
}

.p-voice__text01--small {
  font-weight: 500;
  font-size: 10.6667px;
  line-height: 15px;
  text-align: center;
  color: #004696;
  margin: 13px 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-voice__text01--small {
    margin: 9px 0 -3px;
    font-size: 10px;
  }
}
@media screen and (max-width: 744px) {
  .p-voice__text01--small {
    transform: scale(0.5);
    transform-origin: center;
    white-space: nowrap;
    margin: 5px 0 -5px -4px;
    font-size: 10px;
  }
}

.p-voice__textNum--numMiddle {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 56px;
  line-height: 1.5752;
  color: #004696;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 1023px) {
  .p-voice__textNum--numMiddle {
    font-size: 42px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 744px) {
  .p-voice__textNum--numMiddle {
    font-size: 26.88px;
  }
}

.p-voice__textNum--numFirst {
  font-family: "Inter", sans-serif;
}

.p-case {
  padding: 72px 20px;
}
@media screen and (max-width: 1023px) {
  .p-case {
    padding: 72px 0px 58px;
  }
}
@media screen and (max-width: 744px) {
  .p-case {
    padding: 48px 0 68px;
  }
}

.p-case__inner {
  width: 1040px;
  margin: 0 auto;
}

.p-case__list {
  display: grid;
  margin-top: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 1023px) {
  .p-case__list {
    margin-top: 7px;
    display: block;
  }
}
@media screen and (max-width: 744px) {
  .p-case__list {
    margin-top: 0;
  }
}

.p-case__item {
  background: #F3F6F8;
  border-radius: 4px;
  padding: 24px 16px;
  min-height: 475px;
}
@media screen and (max-width: 1023px) {
  .p-case__item {
    width: 320px;
    margin: 0 12px;
  }
}
@media screen and (max-width: 744px) {
  .p-case__item {
    margin: 0 6px;
  }
}

.p-case__itemHead {
  display: flex;
  justify-content: center;
}

.p-case__icon {
  width: 54px;
  margin-right: 16px;
  flex-shrink: 0;
}

.p-case__text01 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #2C3854;
}

.p-case__text02 {
  margin-top: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #2C3854;
}

.p-case__text03 {
  margin-top: 24px;
  background: #FFFFFF;
  border: 1px solid #CFDFE4;
  border-radius: 3px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #004696;
  padding: 5px 0 4px;
}

.p-case__text04 {
  font-weight: 400;
  line-height: 1.5;
  color: #4C5976;
  font-size: 14px;
  margin-top: 8px;
  min-height: 82px;
}

.p-case__text05 {
  margin-top: 24px;
  background: #004696;
  border-radius: 3px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 0 4px;
}

.p-flow {
  padding: 72px 20px;
}
@media screen and (max-width: 744px) {
  .p-flow {
    padding: 48px 24px;
  }
}

.p-flow__inner {
  width: 913px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-flow__inner {
    width: 502px;
  }
}

.p-flow__list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-flow__list {
    gap: 42px;
    flex-direction: column;
  }
}
@media screen and (max-width: 744px) {
  .p-flow__list {
    gap: 32px;
    max-width: 328px;
    margin: 32px auto 0;
  }
}
.p-flow__list::before {
  content: "";
  position: absolute;
  top: 78px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  background: #004696;
  height: 2px;
  width: 647px;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-flow__list::before {
    width: 2px;
    height: calc(100% - 160px);
    top: 80px;
    left: 80px;
    right: auto;
  }
}
@media screen and (max-width: 744px) {
  .p-flow__list::before {
    left: 62px;
  }
}

.p-flow__item {
  width: 274px;
}
@media screen and (max-width: 1023px) {
  .p-flow__item {
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .p-flow__item:nth-child(1) .p-flow__iconWrap {
    margin-top: 4px;
  }
}
@media screen and (max-width: 744px) {
  .p-flow__item:nth-child(1) .p-flow__iconWrap {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .p-flow__item:nth-child(2) .p-flow__iconWrap {
    margin-top: 16px;
  }
}
@media screen and (max-width: 744px) {
  .p-flow__item:nth-child(2) .p-flow__iconWrap {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .p-flow__item:nth-child(3) .p-flow__iconWrap {
    margin-top: 27px;
  }
}
@media screen and (max-width: 744px) {
  .p-flow__item:nth-child(3) .p-flow__iconWrap {
    margin-top: 17px;
  }
}

.p-flow__iconWrap {
  width: 160px;
  height: 160px;
  background: #FFFFFF;
  border: 2.08571px solid #004696;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-flow__iconWrap {
    margin: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-flow__iconWrap {
    width: 124px;
    height: 124px;
    flex-shrink: 0;
  }
}

.p-flow__icon01 {
  width: 48px;
}
@media screen and (max-width: 744px) {
  .p-flow__icon01 {
    width: 36px;
  }
}

.p-flow__iconText {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #004696;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-flow__iconText {
    font-size: 16px;
  }
}

.p-flow__textWrap {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .p-flow__textWrap {
    width: 271px;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 744px) {
  .p-flow__textWrap {
    width: 171px;
  }
}

.p-flow__image01 {
  width: 85.3px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-flow__image01 {
    width: 56px;
  }
}

.p-flow__image02 {
  width: 122px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-flow__image02 {
    width: 80px;
  }
}

.p-flow__image03 {
  width: 168px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1023px) {
  .p-flow__image03 {
    margin: 0 auto 4px;
  }
}
@media screen and (max-width: 744px) {
  .p-flow__image03 {
    width: 118px;
  }
}

.p-flow__text01 {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #2C3854;
}
@media screen and (max-width: 1023px) {
  .p-flow__text01 {
    margin-top: 7px;
  }
}
@media screen and (max-width: 744px) {
  .p-flow__text01 {
    margin-top: 8px;
    font-size: 14px;
  }
}

.p-faq {
  padding: 72px 20px;
}
@media screen and (max-width: 1023px) {
  .p-faq {
    background: #F3F6F8;
  }
}
@media screen and (max-width: 744px) {
  .p-faq {
    padding: 48px 16px;
  }
}

.p-faq__inner {
  width: 736px;
  margin: 0 auto;
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .p-faq__list {
    gap: 32px;
  }
}
@media screen and (max-width: 744px) {
  .p-faq__list {
    margin-top: 32px;
    gap: 42px;
  }
}

.p-faq__question {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #2C3854;
}
@media screen and (max-width: 744px) {
  .p-faq__question {
    font-size: 16px;
  }
}
.p-faq__question::before {
  content: "Q";
  width: 36px;
  height: 36px;
  background: #004696;
  border-radius: 2.39812px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #FFFFFF;
  margin-right: 16px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  flex-shrink: 0;
}
@media screen and (max-width: 744px) {
  .p-faq__question::before {
    margin-right: 12px;
  }
}

.p-faq__answer {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #2C3854;
}
@media screen and (max-width: 744px) {
  .p-faq__answer {
    align-items: flex-start;
  }
}
.p-faq__answer::before {
  content: "A";
  width: 36px;
  height: 36px;
  background: #F5532F;
  border-radius: 2.39812px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #FFFFFF;
  margin-right: 16px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  flex-shrink: 0;
}
@media screen and (max-width: 744px) {
  .p-faq__answer::before {
    margin-right: 12px;
  }
}

.p-request {
  padding: 72px 20px;
}
@media screen and (max-width: 744px) {
  .p-request {
    padding: 48px 16px;
  }
}

.p-request__inner {
  width: 1093px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-request__inner {
    width: 343px;
  }
}

.p-request__container {
  margin-top: 40px;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .p-request__container {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 744px) {
  .p-request__container {
    margin-top: 32px;
  }
}

.p-request__block {
  border-radius: 6px;
  overflow: hidden;
  flex: 1;
}

.p-request__blockTitle {
  padding: 12px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004696;
}
.p-request__blockTitle span {
  width: 24px;
  margin-right: 6px;
}
@media screen and (max-width: 1023px) {
  .p-request__blockTitle span {
    margin-top: -6px;
  }
}

.p-request__blockBody {
  padding: 24px 21px 24px 21px;
  background: #E9F3F6;
}

.p-request__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-request__item {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #2C3854;
}
.p-request__item::before {
  width: 4px;
  height: 4px;
  background: #2C3854;
  border-radius: 50%;
  content: "";
  margin: 10px 8px 0;
}

.p-contact {
  padding: 72px 20px;
}
@media screen and (max-width: 1023px) {
  .p-contact {
    padding: 0 0 72px;
  }
}
@media screen and (max-width: 744px) {
  .p-contact {
    padding: 0;
  }
}

.p-contact__inner {
  width: 1120px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 744px) {
  .p-contact__inner {
    flex-direction: column;
  }
}

.p-contact__textWrap {
  width: 45.98%;
  background: #F3F6F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 7px;
}
@media screen and (max-width: 1023px) {
  .p-contact__textWrap {
    width: 40.4%;
    padding: 2px;
  }
}
@media screen and (max-width: 744px) {
  .p-contact__textWrap {
    width: 100%;
    padding: 27px 0 25px;
  }
}
.p-contact__textWrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 100%;
  width: 34px;
  height: 54px;
  border: 26px solid transparent;
  border-left: 36px solid #F3F6F8;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .p-contact__textWrap::before {
    width: 34px;
    height: 23px;
    border: 18px solid transparent;
    border-left: 24px solid #F3F6F8;
  }
}
@media screen and (max-width: 744px) {
  .p-contact__textWrap::before {
    border: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 16px solid #F3F6F8;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 100%;
    width: 12px;
  }
}

.p-contact__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #004696;
  text-align: center;
}
.p-contact__title--strong {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #004696;
  display: block;
}
@media screen and (max-width: 744px) {
  .p-contact__title--strong {
    line-height: 1.2;
  }
}

.p-contact__title--num {
  font-family: "Lato", sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 744px) {
  .p-contact__title--num {
    font-size: 35.6427px;
    letter-spacing: 0.05em;
  }
}

.p-contact__text01 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  padding: 8px 12px;
  border-radius: 2.75309px;
  border: 1px solid #004696;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #004696;
}
@media screen and (max-width: 744px) {
  .p-contact__text01 {
    font-size: 14px;
    margin: 22px auto 0;
  }
}

.p-contact__formWrap {
  background: #004696;
  flex: 1;
  padding: 32px 0;
  height: 502px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 744px) {
  .p-contact__formWrap {
    padding: 40px 0 34px;
    flex-basis: auto;
    height: 491px;
  }
}

.p-contact__contactForm {
  width: 273px;
  margin: 0 auto;
}

.p-contact__contactRadioList01 {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 744px) {
  .p-contact__contactRadioList01 {
    margin-top: 32px;
  }
}

.p-contact__contactRadioLabel01 {
  display: block;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #2C3854;
  padding: 12px 0 12px 52px;
  cursor: pointer;
}
.p-contact__contactRadioLabel01 input {
  display: none;
}
.p-contact__contactRadioLabel01 span {
  position: relative;
}
.p-contact__contactRadioLabel01 span::before {
  content: "";
  position: absolute;
  right: calc(100% + 16px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 12px;
  border: 1px solid #B1B1B1;
  border-radius: 50%;
}
.p-contact__contactRadioLabel01 input:checked + span::before {
  background: #004696;
  border: 1px solid #004696;
}

.p-contact__formText01 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-contact__formText01 {
    font-size: 20px;
  }
}

.p-contact__text02 {
  margin-top: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
  padding: 0 88px;
}
@media screen and (max-width: 1023px) {
  .p-contact__text02 {
    padding: 0 24px;
  }
}
@media screen and (max-width: 744px) {
  .p-contact__text02 {
    font-size: 10px;
    margin-top: 31px;
    padding: 0 34px;
  }
}

.p-contact__contactBtnWrap {
  display: flex;
  margin-top: auto;
}

.p-contact__contactBtn {
  width: 96px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}
.p-contact__contactBtn span {
  display: flex;
  align-items: center;
}

.p-contact__contactBtn--prev {
  margin: 0;
  border: 1px solid #FFFFFF;
}
.p-contact__contactBtn--prev span {
  margin-right: 10px;
}

.p-contact__contactBtn--next {
  margin: 0 0 0 auto;
  background: #F5532F;
  border: 1px solid #2C3854;
}
.p-contact__contactBtn--next span {
  margin-left: 10px;
}

.p-contact__contactSlide {
  display: flex;
  flex-direction: column;
}

.p-contact__contactForm {
  height: 100%;
}

.p-contact__contactSlideWrap {
  height: 100%;
}

.p-contact__contactSlide {
  display: none;
  height: 100%;
}

.p-contact__contactSlide--slide01 {
  display: flex;
}

.p-contact .p-fv__rangeWrap {
  margin-top: 0;
}

.p-company {
  padding: 72px 20px 0;
  background: #E9F3F6;
}
@media screen and (max-width: 744px) {
  .p-company {
    padding: 48px 20px 0;
  }
}

.p-company__inner {
  width: 771px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-company__inner {
    width: 617px;
  }
}

.p-company__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #2C3854;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-company__title {
    font-size: 20px;
  }
}

.p-company__table {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 744px) {
  .p-company__table {
    margin: 30px auto 0;
    width: 262px;
  }
}
.p-company__table dt,
.p-company__table dd {
  font-size: 14px;
  line-height: 1.5;
  color: #2C3854;
}
@media screen and (max-width: 744px) {
  .p-company__table dt,
  .p-company__table dd {
    line-height: 1.6;
  }
}
.p-company__table dt a,
.p-company__table dd a {
  font-size: 14px;
  line-height: 1.5;
  color: #2C3854;
}
@media screen and (max-width: 744px) {
  .p-company__table dt a,
  .p-company__table dd a {
    line-height: 1.6;
  }
}
.p-company__table dt:not(:first-of-type),
.p-company__table dd:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 744px) {
  .p-company__table dt:not(:first-of-type),
  .p-company__table dd:not(:first-of-type) {
    margin-top: 0;
  }
}
.p-company__table dt {
  width: 196px;
  flex-shrink: 0;
  margin-right: 24px;
}
@media screen and (max-width: 744px) {
  .p-company__table dt {
    width: 100%;
    margin-right: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
  }
  .p-company__table dt:not(:first-of-type) {
    margin-top: 16px;
  }
}
.p-company__table dd {
  width: calc(100% - 196px - 24px);
}
@media screen and (max-width: 744px) {
  .p-company__table dd {
    width: 100%;
    margin-top: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 744px) {
  .p-company__table dd a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
  }
}

.p-company__link {
  font-size: 14px;
  line-height: 1.5;
  color: #2C3854;
  text-decoration: underline;
  pointer-events: all;
}
@media screen and (max-width: 744px) {
  .p-company__link {
    line-height: 1.6;
  }
}

.p-fixedCv {
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #2C3854;
  padding: 8px 0;
}
@media screen and (max-width: 1023px) {
  .p-fixedCv {
    padding: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-fixedCv {
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .p-fixedCv .c-lineBtn__icon {
    margin: 0 8px 0 0;
  }
}
@media screen and (max-width: 744px) {
  .p-fixedCv .c-lineBtn__icon {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .p-fixedCv .c-lineBtn__text01 {
    margin-right: 16px;
  }
}
@media screen and (max-width: 744px) {
  .p-fixedCv .c-lineBtn__text01 {
    margin-right: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (max-width: 744px) {
  .p-fixedCv .c-lineBtn__text02 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .p-fixedCv .c-telBtn__text03 {
    margin-left: 16px;
    margin-right: 0;
    transform: none;
    padding: 5px 7px 4px;
  }
}
@media screen and (max-width: 744px) {
  .p-fixedCv .c-telBtn__text03 {
    margin: 0;
    border: none;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.5;
    padding: 0;
    transform: scale(0.8);
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .p-fixedCv .c-webBtn a {
    background: #2C3854;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 744px) {
  .p-fixedCv .c-webBtn a {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 744px) {
  .p-fixedCv .c-webBtn__icon {
    width: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .p-fixedCv .c-webBtn__text01 {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 744px) {
  .p-fixedCv .c-webBtn__text01 {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    margin: 6px 0 0;
  }
}
@media screen and (max-width: 744px) {
  .p-fixedCv .c-telBtn__icon {
    width: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 744px) {
  .p-fixedCv .c-telBtn__text02 {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    margin-left: 0;
  }
}

.p-fixedCv__inner {
  width: 984px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-fixedCv__inner {
    width: 100%;
  }
}

.p-fixedCv__btnWrap {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .p-fixedCv__btnWrap {
    width: 100%;
    gap: 0;
  }
}

.p-fixedCv__btn--line {
  width: 216px;
  height: 48px;
}

.p-fixedCv__btn--web {
  width: 216px;
  height: 48px;
}

.p-fixedCv__btn--tel {
  width: 218px;
  height: 48px;
}

@media screen and (max-width: 1023px) {
  .p-fixedCv__btn--line,
  .p-fixedCv__btn--web,
  .p-fixedCv__btn--tel {
    flex: 1;
    height: 58px;
  }
  .p-fixedCv__btn--line a,
  .p-fixedCv__btn--web a,
  .p-fixedCv__btn--tel a {
    border-radius: 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 744px) {
  .p-fixedCv__btn--line a,
  .p-fixedCv__btn--web a,
  .p-fixedCv__btn--tel a {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 744px) {
  .p-fixedCv__btn--line,
  .p-fixedCv__btn--web,
  .p-fixedCv__btn--tel {
    height: 64px;
  }
}

.p-fixedCv__pointWrap {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: 55px;
}
@media screen and (max-width: 1023px) {
  .p-fixedCv__pointWrap {
    display: none;
  }
}

.p-fixedCv__point {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.p-fixedCv__point span {
  width: 20px;
  margin-right: 4px;
  display: flex;
}

.p-confirmationStatus {
  padding: 72px 0 0;
}
@media screen and (max-width: 744px) {
  .p-confirmationStatus {
    padding-top: 48px;
  }
}

.p-confirmationStatus__list {
  width: 352px;
  margin: 0 auto;
  display: flex;
  gap: 104px;
  padding-bottom: 9px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-confirmationStatus__list {
    width: 206px;
    gap: 48px;
    padding: 0;
  }
}
.p-confirmationStatus__list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 23px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 272px;
  height: 2px;
  background: #9A9A9A;
}
@media screen and (max-width: 744px) {
  .p-confirmationStatus__list::before {
    width: 170px;
    top: 19px;
  }
}

.p-confirmationStatus__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-confirmationStatus__circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9A9A9A;
}
@media screen and (max-width: 744px) {
  .p-confirmationStatus__circle {
    width: 36px;
    height: 36px;
  }
}
.p-confirmationStatus__circle--orange {
  background: #F5532F;
}

.p-confirmationStatus__icon {
  display: flex;
  width: 21px;
}
@media screen and (max-width: 744px) {
  .p-confirmationStatus__icon {
    width: 16px;
  }
}

.p-confirmationStatus__num {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
}
@media screen and (max-width: 744px) {
  .p-confirmationStatus__num {
    font-size: 20px;
  }
}

.p-confirmationStatus__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
  color: #9A9A9A;
}
@media screen and (max-width: 744px) {
  .p-confirmationStatus__text {
    margin-top: 6px;
  }
}
.p-confirmationStatus__text--orange {
  color: #F5532F;
}

.p-confirmationStatus__headText {
  margin-top: 48px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #2C3854;
}
@media screen and (max-width: 1023px) {
  .p-confirmationStatus__headText {
    margin-top: 32px;
  }
}

.p-confirmationBody {
  margin-top: 48px;
  padding-bottom: 72px;
}
@media screen and (max-width: 1023px) {
  .p-confirmationBody {
    margin-top: 32px;
  }
}
@media screen and (max-width: 744px) {
  .p-confirmationBody {
    padding: 0 16px 50px;
  }
}

.p-confirmationBody__container {
  background: #F3F6F8;
  border: 1px solid #9A9A9A;
  border-radius: 16px;
  width: 913px;
  margin: 0 auto 48px;
  padding: 64px 0 76px;
}
@media screen and (max-width: 1023px) {
  .p-confirmationBody__container {
    width: 657px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__container {
    padding: 48px 22px 40px;
  }
}
.p-confirmationBody__container--wide {
  width: 948px;
}
@media screen and (max-width: 1023px) {
  .p-confirmationBody__container--wide {
    width: 692px;
  }
}

.p-confirmationBody__table {
  width: 529px;
  margin: 0 auto;
}
.p-confirmationBody__table dt {
  font-size: 14px;
  line-height: 1.5;
  color: #2C3854;
}
.p-confirmationBody__table dt:not(:first-of-type) {
  margin-top: 23px;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__table dt:not(:first-of-type) {
    margin-top: 10px;
  }
}
.p-confirmationBody__table dd {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #2C3854;
  padding-left: 16px;
  margin-top: 11px;
  padding-bottom: 6px;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__table dd {
    font-size: 16px;
    margin-top: 8px;
  }
}
.p-confirmationBody__table dd.message {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__table dd.message {
    font-size: 16px;
  }
}

.p-confirmationBody__btnWrap {
  display: flex;
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__btnWrap {
    padding: 0 16px;
    gap: 0;
    justify-content: space-between;
  }
}

.p-confirmationBody__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 5px;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__btn {
    height: 40px;
    font-size: 16px;
  }
}

.p-confirmationBody__btn--prev {
  width: 152px;
  color: #2C3854;
  border: 1px solid #2C3854;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__btn--prev {
    width: 130px;
  }
}
.p-confirmationBody__btn--prev span {
  display: flex;
  width: 6px;
  margin-right: 14px;
}

.p-confirmationBody__btn--submit {
  color: #FFFFFF;
  background: #F5532F;
  width: 176px;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__btn--submit {
    width: 130px;
  }
}
.p-confirmationBody__btn--submit span {
  display: flex;
  width: 6px;
  margin-left: 14px;
}

.p-confirmationBody__btn--next {
  color: #FFFFFF;
  background: #F5532F;
  width: 316px;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__btn--next {
    width: 242px;
    margin: 0 auto;
  }
}
.p-confirmationBody__btn--next span {
  display: flex;
  width: 6px;
  margin-left: 14px;
}

.p-confirmationBody__btn--top {
  width: 252px;
  color: #2C3854;
  border: 1px solid #2C3854;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__btn--top {
    width: 210px;
    margin: 0 auto;
  }
}
.p-confirmationBody__btn--top span {
  display: flex;
  width: 6px;
  margin-right: 14px;
}

.p-confirmationForm {
  width: 564px;
  margin: 0 auto;
}
.p-confirmationBody__item + .p-confirmationBody__item {
  margin-top: 24px;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__item + .p-confirmationBody__item {
    margin-top: 16px;
  }
}

.p-confirmationBody__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #2C3854;
  margin-bottom: 16px;
}

.p-confirmationBody__contactRadioList01 {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__contactRadioList01 {
    gap: 8px;
  }
}

.p-confirmationBody__contactRadioLabel01 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  border: 1px solid #CFDFE4;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1.5;
  color: #2C3854;
  padding: 10px 32px 12px 56px;
  cursor: pointer;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__contactRadioLabel01 {
    font-size: 14px;
    padding: 8px 24px 6px 46px;
  }
}
.p-confirmationBody__contactRadioLabel01 input {
  display: none;
}
.p-confirmationBody__contactRadioLabel01 span {
  position: relative;
}
.p-confirmationBody__contactRadioLabel01 span::before {
  content: "";
  position: absolute;
  right: calc(100% + 16px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 16px;
  height: 16px;
  border: 1px solid #B1B1B1;
  border-radius: 50%;
  outline: 1px solid transparent;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__contactRadioLabel01 span::before {
    right: calc(100% + 8px);
    width: 14px;
    height: 14px;
  }
}
.p-confirmationBody__contactRadioLabel01 input:checked + span::before {
  background: #004696;
  border: 3px solid #FFFFFF;
  outline: 1px solid #004696;
}

.p-confirmationBody__contactInputText {
  padding: 11px 24px;
  width: 400px;
  border: none;
  outline: none;
  background: #FFFFFF;
  border: 1px solid #CFDFE4;
  border-radius: 5px;
  color: #2C3854;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__contactInputText {
    font-size: 16px;
    padding: 7px 24px;
  }
}
.p-confirmationBody__contactInputText::-moz-placeholder {
  color: #9A9A9A;
}
.p-confirmationBody__contactInputText::placeholder {
  color: #9A9A9A;
}

.p-confirmationBody__contactSelect {
  font-size: 20px;
  line-height: 1.5;
  padding: 12px 24px;
  border: none;
  outline: none;
  background: #FFFFFF;
  border: 1px solid #CFDFE4;
  border-radius: 5px;
  width: 400px;
  color: #2C3854;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__contactSelect {
    font-size: 16px;
    padding: 7px 24px;
  }
}

.p-confirmationBody__contactTextarea {
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 24px;
  border: none;
  outline: none;
  background: #FFFFFF;
  border: 1px solid #CFDFE4;
  border-radius: 5px;
  width: 100%;
  height: 139px;
}
@media screen and (max-width: 744px) {
  .p-confirmationBody__contactTextarea {
    height: 220px;
    font-size: 16px;
    padding: 16px 24px;
  }
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}/*# sourceMappingURL=style.css.map */