@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Barlow:wght@600&family=M+PLUS+1p:wght@400;500;800&display=swap");
/* Document
 * * ========================================================================== */
/**
 * * Add border box sizing in all browsers (opinionated).
 * */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * * 1. Add text decoration inheritance in all browsers (opinionated).
 * * 2. Add vertical alignment inheritance in all browsers (opinionated).
 * */
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/**
 * * 1. Use the default cursor in all browsers (opinionated).
 * * 2. Change the line height in all browsers (opinionated).
 * * 3. Use a 4-space tab width in all browsers (opinionated).
 * * 4. Remove the grey highlight on links in iOS (opinionated).
 * * 5. Prevent adjustments of font size after orientation changes in
 * *    IE on Windows Phone and in iOS.
 * * 6. Breaks words to prevent overflow in all browsers (opinionated).
 * */
html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

/* Sections
 * * ========================================================================== */
/**
 * * Remove the margin in all browsers (opinionated).
 * */
body {
  margin: 0;
}

/**
 * * Correct the font size and margin on `h1` elements within `section` and
 * * `article` contexts in Chrome, Edge, Firefox, and Safari.
 * */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * * ========================================================================== */
/**
 * * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 * */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * * Remove the margin on nested lists in Edge 18- and IE.
 * */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * * 1. Add the correct sizing in Firefox.
 * * 2. Show the overflow in Edge 18- and IE.
 * */
hr {
  height: 0;
  overflow: visible;
}

/**
 * * Add the correct display in IE.
 * */
main {
  display: block;
}

/**
 * * Remove the list style on navigation lists in all browsers (opinionated).
 * */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Correct the odd `em` font sizing in all browsers.
 * */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
 * * ========================================================================== */
/**
 * * Remove the gray background on active links in IE 10.
 * */
a {
  background-color: transparent;
}

/**
 * * Add the correct text decoration in Edge 18-, IE, and Safari.
 * */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * * Add the correct font weight in Chrome, Edge, and Safari.
 * */
b,
strong {
  font-weight: bolder;
}

/**
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Correct the odd `em` font sizing in all browsers.
 * */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * * Add the correct font size in all browsers.
 * */
small {
  font-size: 80%;
}

/* Embedded content
 * * ========================================================================== */
/* * Change the alignment on media elements in all browsers (opinionated).
 * */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * * Add the correct display in IE 9-.
 * */
audio,
video {
  display: inline-block;
}

/**
 * * Add the correct display in iOS 4-7.
 * */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * * Remove the border on iframes in all browsers (opinionated).
 * */
iframe {
  border-style: none;
}

/**
 * * Remove the border on images within links in IE 10-.
 * */
img {
  border-style: none;
}

/**
 * * Change the fill color to match the text color in all browsers (opinionated).
 * */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * * Hide the overflow in IE.
 * */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * * ========================================================================== */
/**
 * * Collapse border spacing in all browsers (opinionated).
 * */
table {
  border-collapse: collapse;
}

/* Forms
 * * ========================================================================== */
/**
 * * Remove the margin on controls in Safari.
 * */
button,
input,
select {
  margin: 0;
}

/**
 * * 1. Show the overflow in IE.
 * * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 * */
button {
  overflow: visible;
  text-transform: none;
}

/**
 * * Correct the inability to style buttons in iOS and Safari.
 * */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * * 1. Change the inconsistent appearance in all browsers (opinionated).
 * * 2. Correct the padding in Firefox.
 * */
fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

/**
 * * Show the overflow in Edge 18- and IE.
 * */
input {
  overflow: visible;
}

/**
 * * 1. Correct the text wrapping in Edge 18- and IE.
 * * 2. Correct the color inheritance from `fieldset` elements in IE.
 * */
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

/**
 * * 1. Add the correct display in Edge 18- and IE.
 * * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 * */
progress {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * * Remove the inheritance of text transform in Firefox.
 * */
select {
  text-transform: none;
}

/**
 * * 1. Remove the margin in Firefox and Safari.
 * * 2. Remove the default vertical scrollbar in IE.
 * * 3. Change the resize direction in all browsers (opinionated).
 * */
textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

/**
 * * Remove the padding in IE 10-.
 * */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * * 2. Correct the outline style in Safari.
 * */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * * Correct the cursor style of increment and decrement buttons in Safari.
 * */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * * Correct the text style of placeholders in Chrome, Edge, and Safari.
 * */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 * */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * * 1. Correct the inability to style upload buttons in iOS and Safari.
 * * 2. Change font properties to `inherit` in Safari.
 * */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/**
 * * Remove the inner border and padding of focus outlines in Firefox.
 * */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * * Restore the focus outline styles unset by the previous rule in Firefox.
 * */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * * Remove the additional :invalid styles in Firefox.
 * */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * * ========================================================================== */
/* * Add the correct display in Edge 18- and IE.
 * */
details {
  display: block;
}

/* * Add the correct styles in Edge 18-, IE, and Safari.
 * */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/* * Add the correct display in all browsers.
 * */
summary {
  display: list-item;
}

/* Scripting
 * * ========================================================================== */
/**
 * * Add the correct display in IE 9-.
 * */
canvas {
  display: inline-block;
}

/**
 * * Add the correct display in IE.
 * */
template {
  display: none;
}

/* User interaction
 * * ========================================================================== */
/* * 1. Remove the tapping delay in IE 10.
 * * 2. Remove the tapping delay on clickable elements
 *    in all browsers (opinionated).
 * */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/**
 * * Add the correct display in IE 10-.
 * */
[hidden] {
  display: none;
}

/* Accessibility
 * * ========================================================================== */
/**
 * * Change the cursor on busy elements in all browsers (opinionated).
 * */
[aria-busy=true] {
  cursor: progress;
}

/* * Change the cursor on control elements in all browsers (opinionated).
 * */
[aria-controls] {
  cursor: pointer;
}

/* * Change the cursor on disabled, not-editable, or otherwise
 * * inoperable elements in all browsers (opinionated).
 * */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/* * Change the display on visually hidden accessible elements
 * * in all browsers (opinionated).
 * */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  font-size: min(1.25vw, 16px);
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.0625rem;
  color: #000000;
}
body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
body::-moz-selection {
  background-color: #cccccc;
  color: #ffffff;
}
body::selection {
  background-color: #cccccc;
  color: #ffffff;
}
body a {
  text-decoration: none;
  color: #000000;
}
body a.-link {
  color: #154486;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body a.-link:hover {
  text-decoration: underline;
}
body p {
  margin: 0;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-size: unset;
  font-weight: unset;
  margin: 0;
}
body img {
  width: 100%;
}
body ul, body ol {
  padding: 0;
  margin: 0;
}
body ul li, body ol li {
  list-style: none;
}
body button {
  cursor: pointer;
  border: unset;
  background: unset;
  padding: 0;
}
body figure {
  margin: 0;
}
body iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
  z-index: 100;
}
.header .l-container {
  height: inherit;
}
.header .hd_line {
  content: "";
  display: block;
  width: 100%;
  height: inherit;
  top: 0;
  position: absolute;
  pointer-events: none;
  z-index: 6;
  transition-property: background-color, -webkit-box-shadow;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: inherit;
  z-index: 5;
}
.header .header_wrap .site_logo_wrap {
  display: inline-block;
  position: relative;
  z-index: 150;
}
.header .header_wrap .site_logo_wrap .site_logo {
  width: 11.25rem;
  margin: 0;
  cursor: pointer;
}
.header .header_wrap .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_wrap .header_nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 2rem;
}
.header .header_wrap .header_nav .menu .menu_li {
  position: relative;
  height: 100%;
}
.header .header_wrap .header_nav .menu .menu_li .menu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.header .header_wrap .header_nav .menu .menu_li .menu_link .under_bt {
  width: 10px;
  margin-right: 10px;
}
.header .header_wrap .header_nav .menu .menu_li .menu_link .under_bt_on {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-animation: under_img 0.5s;
          animation: under_img 0.5s;
}
.header .header_wrap .header_nav .menu .menu_li .menu_link .under_bt_off {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation: under_img_off 0.5s;
          animation: under_img_off 0.5s;
}
.header .header_wrap .header_nav .menu .menu_li .menu_link .menu_txt {
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.875rem;
  font-weight: 600;
}
.header .header_wrap .header_nav .menu .menu_li .menu_link .menu_txt:hover {
  color: #00629d;
}
.header .header_wrap .header_nav .menu .menu_li .menu_under {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
.header .header_wrap .header_nav .menu .menu_li .menu_under .menu_under_li {
  line-height: 1;
  padding: 0 15px;
  border-right: 1px solid #333333;
}
.header .header_wrap .header_nav .menu .menu_li .menu_under .menu_under_li:first-child {
  border-left: 1px solid #333333;
}
.header .header_wrap .header_nav .menu .menu_li .menu_under .menu_under_li .menu_under_a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header_wrap .header_nav .menu .menu_li .menu_under .menu_under_li .menu_under_a:hover {
  color: #00629d;
}
.header .header_wrap .menu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header_wrap .menu_btn .menu_btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  border-radius: 3px;
  padding: 0 0.75rem;
}
.header .header_wrap .menu_btn .menu_btn_link .menu_btn_txt {
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  font-size: 0.875rem;
}
.header .header_wrap .menu_btn .menu_btn_link_1 {
  background-color: #00629d;
  margin-right: 0.625rem;
}
.header .header_wrap .menu_btn .menu_btn_link_1:hover {
  background-color: #0180cc;
}
.header .header_wrap .menu_btn .menu_btn_link_2 {
  background-color: #ce524f;
}
.header .header_wrap .menu_btn .menu_btn_link_2:hover {
  background-color: #ea5c58;
}

.l-main {
  padding-top: 6.25rem;
  padding-bottom: 1.75rem;
  overflow: hidden;
}

.footer {
  border-top: 1px solid #c8c8c8;
}
.footer .footer_wrap .footer_inf {
  position: relative;
  width: 100%;
  background-color: #333333;
  padding: 1.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .footer_wrap .footer_inf .operation {
  margin-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.footer .footer_wrap .footer_inf .operation .operation_dt {
  width: 5rem;
  position: relative;
  line-height: 1.7;
}
.footer .footer_wrap .footer_inf .operation .operation_dt::before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  content: "：";
}
.footer .footer_wrap .footer_inf .operation .operation_dd {
  padding-left: 1em;
  line-height: 1.7;
}
.footer .footer_wrap .footer_inf .cp {
  color: #fff;
  font-size: 0.875rem;
  position: relative;
  margin-right: 2.5rem;
}
.footer .footer_wrap .footer_inf .ft_link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.footer .footer_wrap .footer_inf .ft_link:hover {
  color: #999999;
}
.footer .footer_wrap .footer_inf .ft_link__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.footer .footer_wrap .footer_inf .ft_link.-arrow {
  position: relative;
  display: block;
  padding-left: 1rem;
}
.footer .footer_wrap .footer_inf .ft_link.-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  -webkit-clip-path: polygon(0% 0%, 50% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 50% 50%, 0% 100%);
  background-color: #ffffff;
  width: 1rem;
  height: 0.5rem;
}

.l-container--640 {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.l-container--720 {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.l-container--800 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.l-container--880 {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.l-container--900 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.l-container--960 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.l-container--1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.l-container--1040 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.l-container--1120 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.l-container--1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.l-container--1280 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.l-section {
  max-width: 76.25rem;
  margin: 0 auto;
  padding-top: 6.25rem;
  margin-top: -6.25rem;
}

a.c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27.5rem;
  height: 5rem;
  background-color: #154486;
  border-radius: 100vh;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.25rem;
  background-color: #154486;
  -webkit-box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.c-btn::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  background-image: url("/lp/insurance/assets/img/ico-btn-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.25rem;
  aspect-ratio: 1/1;
}

.c-btn:hover {
  -webkit-filter: saturate(200%);
          filter: saturate(200%);
}

.c-btn--page-top {
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  width: 3.75rem;
  height: 3.75rem;
  background: #616161;
  border-radius: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 400;
}
.c-btn--page-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-btn--page-top:hover {
  opacity: 0.7;
}
.c-btn--page-top__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  width: 1.5rem;
  height: auto;
}

.c-txt__hl {
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.5rem;
  font-family: "M PLUS 1p", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-txt__hl span {
  border-bottom: 3px solid #3E6CAD;
}
.c-txt__blowing {
  position: relative;
  background-color: #3E6CAD;
  border-radius: 100vh;
  padding: 1.5rem 3rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}
.c-txt__blowing::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 95%);
          transform: translate(-50%, 95%);
  width: 4.5rem;
  height: 1.5rem;
  background-color: #3E6CAD;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.3);
}
.c-txt__blowing p {
  color: #ffffff;
  text-align: center;
}
.c-txt__comment {
  position: relative;
  font-size: 0.875rem;
  padding-left: 1rem;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-txt__comment::before {
  position: absolute;
  content: "※";
  left: 0;
}

.c-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.75rem;
}
.c-list__ttl {
  position: relative;
  padding-left: 1.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.c-list__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.75rem;
  aspect-ratio: 1/1;
  background-color: #3E6CAD;
  border-radius: 100vh;
}

.c-list__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.c-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-list__sub-ttl {
  position: relative;
  width: 12rem;
}
.c-list__sub-ttl::after {
  position: absolute;
  content: ":";
  right: 1rem;
}

.c-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.c-accordion__item {
  -webkit-box-shadow: 0rem 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
}
.c-accordion__header {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 4.5rem;
  cursor: pointer;
  font-weight: bold;
}
.c-accordion__content {
  padding-bottom: 2rem;
  padding-right: 4.5rem;
  display: none;
}

.c-accordion__header {
  position: relative;
  padding-left: 3rem;
  margin-left: 2rem;
}
.c-accordion__header::before {
  content: "";
  position: absolute;
  left: 0;
  color: #3E6CAD;
  font-family: "barlow", "M PLUS 1p", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
}

.c-accordion__content {
  position: relative;
  padding-left: 3rem;
  margin-left: 2rem;
}
.c-accordion__content::before {
  content: "";
  position: absolute;
  left: 0;
  color: #3E6CAD;
  font-family: "barlow", "M PLUS 1p", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
}

.c-accordion__item:nth-of-type(1) .c-accordion__header::before {
  content: "Q1";
}
.c-accordion__item:nth-of-type(1) .c-accordion__content::before {
  content: "A1";
}
.c-accordion__item:nth-of-type(2) .c-accordion__header::before {
  content: "Q2";
}
.c-accordion__item:nth-of-type(2) .c-accordion__content::before {
  content: "A2";
}
.c-accordion__item:nth-of-type(3) .c-accordion__header::before {
  content: "Q3";
}
.c-accordion__item:nth-of-type(3) .c-accordion__content::before {
  content: "A3";
}
.c-accordion__item:nth-of-type(4) .c-accordion__header::before {
  content: "Q4";
}
.c-accordion__item:nth-of-type(4) .c-accordion__content::before {
  content: "A4";
}
.c-accordion__item:nth-of-type(5) .c-accordion__header::before {
  content: "Q5";
}
.c-accordion__item:nth-of-type(5) .c-accordion__content::before {
  content: "A5";
}
.c-accordion__item:nth-of-type(6) .c-accordion__header::before {
  content: "Q6";
}
.c-accordion__item:nth-of-type(6) .c-accordion__content::before {
  content: "A6";
}
.c-accordion__item:nth-of-type(7) .c-accordion__header::before {
  content: "Q7";
}
.c-accordion__item:nth-of-type(7) .c-accordion__content::before {
  content: "A7";
}
.c-accordion__item:nth-of-type(8) .c-accordion__header::before {
  content: "Q8";
}
.c-accordion__item:nth-of-type(8) .c-accordion__content::before {
  content: "A8";
}
.c-accordion__item:nth-of-type(9) .c-accordion__header::before {
  content: "Q9";
}
.c-accordion__item:nth-of-type(9) .c-accordion__content::before {
  content: "A9";
}

.c-accordion__header__ico {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  aspect-ratio: 1/1;
}
.c-accordion__header__ico::before, .c-accordion__header__ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 0.1875rem;
  background-color: #3E6CAD;
  border-radius: 100vh;
}
.c-accordion__header__ico::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-accordion__header__ico::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.c-accordion__header.is-open .c-accordion__header__ico::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-top__fv__wrap {
  max-width: 70rem;
  margin: 0 auto;
  padding-bottom: 1.25rem;
}
.p-top__fv__ttl {
  font-size: 1.125rem;
  font-family: "M PLUS 1p", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: 3rem;
}
.p-top__fv__ttl span.-mb {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.p-top__fv__ttl span.-bl {
  color: #3E6CAD;
}
.p-top__fv__ttl span.-lg {
  font-size: 1.75rem;
  padding: 0 0.25rem;
}
.p-top__fv__ttl span.-non {
  padding-left: 0;
}
.p-top__fv__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 17.5rem;
}
.p-top__fv__inner {
  position: relative;
}
.p-top__fv__inner--form {
  width: 52%;
  margin-left: 1.25rem;
}
.p-top__fv__video__wrap {
  position: relative;
  width: 17.5rem;
  height: 17.5rem;
  z-index: 1;
  margin-left: 5rem;
}
.p-top__fv__video__thum, .p-top__fv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top__fv__blowing {
  padding: 1rem;
  border-radius: 12px;
  background-color: rgba(255, 232, 232, 0.9);
  -webkit-box-shadow: 0rem 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0rem 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.3);
}
.p-top__fv__blowing p {
  font-size: 0.875rem;
}
.p-top__fv__blowing::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 232, 232, 0.9);
  -webkit-box-shadow: 0rem 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0rem 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.3);
}
.p-top__fv__blowing.-blowing_01 {
  position: absolute;
  top: -1.25rem;
  left: -5rem;
  z-index: 10;
}
.p-top__fv__blowing.-blowing_01::after {
  bottom: 0;
  right: 2.5rem;
  -webkit-transform: translateY(95%);
          transform: translateY(95%);
  width: 2rem;
  height: 1rem;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 100%);
          clip-path: polygon(0% 0%, 80% 0%, 100% 100%);
}
.p-top__fv__blowing.-blowing_02 {
  position: absolute;
  bottom: 1rem;
}
.p-top__fv__blowing.-blowing_02::after {
  top: 0;
  left: 5rem;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
  width: 1.625rem;
  height: 1.125rem;
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
.p-top__fv__form__wrap {
  height: 100%;
  margin-bottom: 3.5rem;
}
.p-top__fv .pfah-wrapper {
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.p-top__fv .pfah-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.p-top__fv .pfah-form .pfah-row {
  position: relative;
  height: 2.5rem;
  margin: 0;
}
.p-top__fv .pfah-form .pfah-row .error-lastname, .p-top__fv .pfah-form .pfah-row .error-email {
  position: absolute;
  top: -1.25rem;
  left: 0;
  font-size: 1rem;
  white-space: nowrap;
}
.p-top__fv .pfah-form .top_form_name {
  border: 1px solid #cccccc;
  width: 9rem;
  height: 100%;
  padding-left: 0.5rem;
  font-size: 1rem;
}
.p-top__fv .pfah-form .top_form_mail {
  border: 1px solid #cccccc;
  width: 15.875rem;
  height: 100%;
  padding-left: 0.5rem;
  font-size: 1rem;
}
.p-top__fv .pfah-form .top_form_btn {
  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: 7.25rem;
  height: 2.5rem;
  background-color: #154486;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-top__fv .pfah-form .top_form_btn:hover {
  background-color: #0180cc;
}
.p-top__fv .pfah-form .top_form_btn .btn_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.375rem;
  margin-right: 0.5rem;
}
.p-top__fv .pfah-form .top_form_btn .btn_txt {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}
.p-top__fv .pfah-done {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.p-top__fv .pfah-done .pfah-done-wrapper {
  position: unset;
  -webkit-transform: unset;
          transform: unset;
}
.p-top__fv .pfah-done .pfah-done-text {
  font-size: 1rem;
  line-height: 2;
  text-align: start;
}
.p-top__fv .pfah-error {
  max-height: 0;
  height: 0;
}
.p-top__fv .p-top__fv__note {
  margin-top: 1rem;
}
.p-top__fv aside {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #000000;
}
.p-top__fv__arrow {
  width: 8.5rem;
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 5;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
}
.p-top__fv .js-invisible.is-invisible {
  opacity: 0;
  -webkit-animation: invisible 0.5s;
          animation: invisible 0.5s;
}
@-webkit-keyframes invisible {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes invisible {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.p-top__sec__wrap {
  padding: 3rem 0;
}
.p-top__sec__wrap.-bg {
  background-color: #C0D1E8;
}

.p-top__conjugation .l-container {
  padding: 0 2.5rem;
}
.p-top__conjugation .p-top__sec__wrap {
  padding-bottom: 1rem;
}
.p-top__conjugation .c-txt__blowing {
  max-width: 57rem;
  margin-bottom: 4.5rem;
}
.p-top__conjugation .c-txt__blowing p {
  font-size: 1.5rem;
}
.p-top__conjugation__outer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.p-top__conjugation__card {
  position: relative;
  background-color: #ffffff;
  padding: 3rem 2.5rem 2.5rem;
  height: 100%;
}
.p-top__conjugation__card__comming-soon {
  display: none;
}
.p-top__conjugation__card__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  margin-bottom: 1.75rem;
}
.p-top__conjugation__card__ttl p {
  color: #1EA0DE;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.p-top__conjugation__card__lead {
  margin-bottom: 1rem;
  height: 4.25rem;
}
.p-top__conjugation__card__comming-soon {
  position: relative;
  margin-bottom: 1rem;
}
.p-top__conjugation__card__video {
  margin-bottom: 1rem;
}
.p-top__conjugation__card__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-top__conjugation__card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.5rem;
}
.p-top__conjugation__card__tag {
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0 0.125rem;
  width: 4.25rem;
  min-width: 4.25rem;
  text-align: center;
}
.p-top__conjugation__card__tag.-pt_1 {
  background-color: #154486;
}
.p-top__conjugation__card__tag.-pt_2 {
  background-color: #3E6CAD;
}
.p-top__conjugation__card__deta {
  font-size: 0.875rem;
}
.p-top__conjugation__card__num {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.5rem;
  aspect-ratio: 1/1;
  background-color: #154486;
  border-radius: 100vh;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.p-top__conjugation__card__num::before {
  content: "";
  font-family: "Anton", "M PLUS 1p", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.625rem;
  color: #ffffff;
  width: 3.5rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__conjugation__inner:nth-of-type(1) .p-top__conjugation__card__num::before {
  content: "1";
}
.p-top__conjugation__inner:nth-of-type(2) .p-top__conjugation__card__num::before {
  content: "2";
}
.p-top__conjugation__inner:nth-of-type(3) .p-top__conjugation__card__num::before {
  content: "3";
}
.p-top__conjugation__inner:nth-of-type(4) .p-top__conjugation__card__num::before {
  content: "4";
}
.p-top__conjugation__card.--comming-soon {
  position: relative;
}
.p-top__conjugation__card.--comming-soon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
}
.p-top__conjugation__card.--comming-soon .p-top__conjugation__card__comming-soon {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  text-transform: uppercase;
  text-align: center;
  font-family: "barlow", "M PLUS 1p", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.p-top__conjugation .c-txt__comment {
  margin-top: 3.5rem;
  margin-left: auto;
}

.p-top__contact__wrap {
  width: 80%;
  margin: 0 auto;
  border-radius: 48px;
  padding: 2.5rem 2.5rem 2.5rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
}
.p-top__contact h4 {
  font-family: "M PLUS 1p", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-bottom: 3.5rem;
}
.p-top__contact__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}

.p-top__trading__img {
  margin-bottom: 3.5rem;
}
.p-top__trading__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 1rem;
}

.p-top__reason__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
.p-top__reason__circle {
  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;
  background-color: #ffffff;
  border-radius: 100vh;
  width: 21.25rem;
  aspect-ratio: 1/1;
}
.p-top__reason__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__reason__num {
  font-family: "Anton", "M PLUS 1p", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #154486;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.p-top__reason__deta {
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
}
.p-top__reason__deta span {
  color: #1EA0DE;
  font-size: 1.25rem;
}
.p-top__reason__img {
  height: 5.5rem;
}
.p-top__reason__img img {
  width: auto;
  height: 100%;
}

.p-top__service .p-top__sec__wrap {
  padding-bottom: 1rem;
}
.p-top__service__outer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 2.5rem;
  padding-top: 2.25rem;
}
.p-top__service .c-txt__blowing {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1.125rem 0;
  max-width: 21.875rem;
  margin-bottom: 0.75rem;
}
.p-top__service .c-txt__blowing p {
  font-size: 1.125rem;
  font-weight: bold;
}
.p-top__service__card {
  position: relative;
  background-color: #ffffff;
  padding: 0 1.5rem 2.5rem;
  height: 100%;
}
.p-top__service__card__ttl {
  color: #3E6CAD;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.25rem;
}
.p-top__service__card__lead {
  margin-bottom: 1rem;
}
.p-top__service__card__img {
  margin-bottom: 1rem;
}
.p-top__service__card__video {
  margin-bottom: 1rem;
}
.p-top__service__card__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.p-top__service__card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
}
.p-top__service__card__tag {
  color: #ffffff;
  font-size: 1rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0.375rem 0.125rem;
  background-color: #154486;
  border-radius: 4px;
  height: 2.75rem;
  letter-spacing: 0;
}
.p-top__service__card__deta {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}
.p-top__service__card__deta span {
  color: #154486;
  font-size: 3.5rem;
  font-family: "Anton", "M PLUS 1p", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-right: 0.5rem;
  padding-left: 0.25rem;
}
.p-top__service__inner.-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: unset;
}
.p-top__service__inner.-sm .p-top__service__gr {
  background-color: #ffffff;
}
.p-top__service__inner.-sm .p-top__service__gr:nth-of-type(1) {
  height: 40%;
}
.p-top__service__inner.-sm .p-top__service__gr:nth-of-type(2) {
  height: 50%;
}
.p-top__service__inner.-sm .p-top__service__card-sm__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.75rem;
}
.p-top__service__inner.-sm .p-top__service__card-sm__outer .p-top__service__card-sm__inner.-img {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top__service__inner.-sm .p-top__service__card-sm__outer img.-num_01 {
  width: 60%;
}
.p-top__service__inner.-sm .p-top__service__card-sm__outer .p-top__service__card-sm__inner.-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top__service__inner.-sm .p-top__service__card-sm__outer img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top__service__comment {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 1rem;
}

.p-top__question .p-top__sec__wrap {
  padding-bottom: 0;
}
.p-top__question .c-list {
  padding-top: 1rem;
}
.p-top__question .c-list__ttl {
  font-size: 1rem;
  font-weight: normal;
  padding-left: 1rem;
  margin-bottom: 0;
}
.p-top__question .c-list__ttl::before {
  width: 0.5rem;
  aspect-ratio: 1/1;
}
.p-top__question .c-accordion .c-txt__comment {
  margin-top: 1.25rem;
}

span.u-inline-bl {
  display: inline-block;
}

br.u-br--sp {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  br.u-br--sp {
    display: block;
  }
}

br.u-br--pc {
  display: block;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  br.u-br--pc {
    display: none;
  }
}

/* 25-1205　修正 */
.p-top__conjugation .p-top__sec__wrap {
    padding-bottom: 3rem;
}