@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 62.5%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* reset.css end */
/* base.css start */
/* common */
body {
  font-family: "Noto SansJP", sans-serif;
  -webkit-font-smoothing: antialiased;
}

article {
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

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

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

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.inner {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .inner {
    width: 100%;
    max-width: 81.25vw;
  }
}

/* header */
.header {
  background-color: transparent;
  position: fixed;
  overflow-x: clip;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  z-index: 50;
}
.header.is-fixed {
  background-color: rgba(27, 43, 96, 0.9);
  transition: all 0.3s;
}
.header.is-fixed .header__wrapper {
  padding-top: 9px;
  padding-bottom: 7px;
}
@media screen and (max-width: 800px) {
  .header.is-fixed .header__wrapper {
    padding-top: 2.25vw;
    padding-bottom: 1.75vw;
  }
}
.header.is-fixed .header__wrapper nav {
  margin-top: 0;
}
.header.is-fixed .header__wrapper .logo {
  max-width: 54px;
  height: 43px;
}
@media screen and (max-width: 800px) {
  .header.is-fixed .header__wrapper .logo {
    max-width: 13.5vw;
    height: 10.75vw;
  }
}
.header.is-fixed .header__wrapper .logo figure {
  height: 43px;
}
@media screen and (max-width: 800px) {
  .header.is-fixed .header__wrapper .logo figure {
    height: 10.75vw;
  }
}
.header.is-fixed .header__wrapper .logo figure img {
  height: 100%;
}
.header__wrapper {
  max-width: 100%;
  width: auto;
  margin: 0 24px 0 14px;
  padding-top: 13px;
  z-index: 40;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .header__wrapper {
    padding-top: 3.25vw;
    margin: 0 6vw 0 3.5vw;
  }
}
.header__wrapper .logo {
  max-width: 86px;
  width: 21%;
}
.header__wrapper .logo figure {
  height: 43px;
}
.header__wrapper .logo figure img {
  height: 100%;
}
@media screen and (max-width: 800px) {
  .header__wrapper .logo {
    max-width: 21.625vw;
  }
  .header__wrapper .logo figure {
    height: 10.75vw;
  }
}
.header__wrapper .logo a {
  display: block;
}
.header__wrapper .logo a img {
  width: 100%;
}
.header__wrapper nav {
  margin-top: 8px;
  margin-left: auto;
}
.header__wrapper nav #g-navi {
  display: flex;
  column-gap: 2.4158125915vw;
}
@media screen and (max-width: 800px) {
  .header__wrapper nav #g-navi {
    flex-direction: column;
    row-gap: 6.25vw;
  }
}
.header__wrapper nav #g-navi li {
  font-size: 1.8rem;
  color: #FFF;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .header__wrapper nav #g-navi li {
    font-size: clamp(14px, 1.6363636364vw, 18px);
  }
}
@media screen and (max-width: 800px) {
  .header__wrapper nav #g-navi li {
    color: #313D4B;
    font-size: 28px;
    font-size: 3.5vw;
  }
}

/* header */
/* ハンバーガーメニュー */
/* チェックボックスを非表示 */
.drawer-hidden {
  display: none;
}

@media screen and (max-width: 800px) {
  #drawer-check:checked ~ .drawer-content {
    width: 100vw;
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 10vw;
  }
  /* ハンバーガーアイコン外枠 */
  .drawer-open {
    display: flex;
    height: 10vw;
    max-width: 10vw;
    background-color: #FFF;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 2.75vw;
    right: 6vw;
    z-index: 100;
  }
  .drawer-open span {
    position: absolute;
    width: 7.5vw;
    height: 0.5vw;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #313D4B;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .drawer-open span:nth-child(1) {
    top: 2.5vw;
    bottom: auto;
  }
  .drawer-open span:nth-child(3) {
    bottom: 2.5vw;
    top: auto;
  }
  #drawer-check:checked ~ .drawer-open span {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  #drawer-check:checked ~ .drawer-open span:nth-of-type(1) {
    transform: translateY(2.75vw) rotate(45deg);
  }
  #drawer-check:checked ~ .drawer-open span:nth-of-type(2) {
    opacity: 0;
  }
  #drawer-check:checked ~ .drawer-open span:nth-of-type(3) {
    transform: translateY(-1.75vw) rotate(-45deg);
  }
  /* メニュー(非表示中)*/
  .drawer-content {
    width: 100vw;
    height: 100%;
    position: fixed;
    right: 0;
    z-index: 90;
    color: #313D4B;
    background: #FFF;
    transition: 0.5s;
    margin: 0;
    text-align: center;
    font-weight: 500;
    /* 必要に応じて高さを調整 */
    overflow-y: auto;
    /* 縦方向にスクロールを許可 */
    overflow-x: hidden;
    top: -100vh;
    padding-top: 20vw;
  }
}
/* ハンバーガーメニュー */
.sec-title {
  font-size: 3.3rem;
  text-align: center;
  font-weight: 500;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #888D9D;
  border-bottom: 1px solid #888D9D;
  width: fit-content;
  margin: auto;
  color: #AF1E24;
}
@media screen and (max-width: 800px) {
  .sec-title {
    font-size: 33px;
    font-size: 4.125vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
  }
}

.ruby {
  position: relative;
  display: inline-block !important;
  text-decoration: inherit;
}
.ruby .ruby-rt {
  font-size: 15px;
  font-size: 1.0980966325vw;
  margin-bottom: 0 !important;
  position: absolute;
  left: 22%;
  top: -0.878477306vw;
  word-break: keep-all;
  white-space: nowrap;
  transform-origin: top center;
}
@media screen and (max-width: 800px) {
  .ruby .ruby-rt {
    font-size: 20px;
    font-size: 2.5vw;
    left: 21%;
    top: -1.5vw;
    letter-spacing: -0.1em;
  }
}

.mvsec {
  background: url(../images/main.png) no-repeat center/cover;
  position: relative;
  height: 46.6325036603vw;
}
@media screen and (max-width: 800px) {
  .mvsec {
    background: url(../images/main_sp.png) no-repeat center/cover;
    height: 130vw;
  }
}
.mvsec::after {
  content: "";
  background: url(../images/ill01.svg) no-repeat center/contain;
  display: inline-block;
  width: 16.9rem;
  height: 23.2rem;
  position: absolute;
  left: 42.532942899vw;
  right: auto;
  margin: auto;
  bottom: -1.9033674963vw;
}
@media screen and (max-width: 1100px) {
  .mvsec::after {
    width: 18%;
    height: 40%;
    left: 39.5314787701vw;
  }
}
@media screen and (max-width: 800px) {
  .mvsec::after {
    width: 42.25vw;
    height: 58vw;
    left: 25vw;
    top: 106.25vw;
    bottom: auto;
  }
}
.mvsec .inner {
  max-width: 80.5270863836vw !important;
  padding-top: 14.7144948755vw;
  padding-bottom: 17.8623718887vw;
}
@media screen and (max-width: 800px) {
  .mvsec .inner {
    max-width: 86.25vw !important;
    padding-top: 47.5vw;
    padding-bottom: 0vw;
  }
}
.mvsec .inner .title .comment {
  position: relative;
  font-size: 56px;
  font-size: 4.0995607613vw;
  font-weight: 600;
  background-color: #FFF;
  border-radius: 10px;
  font-size: 56px;
  font-size: 4.0995607613vw;
  font-weight: 600;
  display: inline-block;
  color: #1B2B60;
  margin-bottom: 0;
  max-width: 49.7071742313vw;
  width: 100%;
  margin: auto;
  display: block;
  text-align: center;
  padding: 1.5373352855vw 0;
}
@media screen and (max-width: 800px) {
  .mvsec .inner .title .comment {
    max-width: 90.75vw;
    font-size: 8rem;
    line-height: 1.175;
    font-size: 80px;
    font-size: 10vw;
    padding: 3vw 0;
  }
}
.mvsec .inner .title .comment::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.5373352855vw solid transparent;
  border-left: 1.5373352855vw solid transparent;
  border-top: 1.4641288433vw solid #ffffff;
  border-bottom: 0;
}
@media screen and (max-width: 800px) {
  .mvsec .inner .title .comment::after {
    border-right: 4vw solid transparent;
    border-left: 4vw solid transparent;
    border-top: 3.75vw solid #ffffff;
  }
}
.mvsec .inner .title .comment .c_red {
  color: #AF1E24;
}
.mvsec .inner .title .firstwrap {
  font-weight: 500;
  font-size: 42px;
  font-size: 3.074670571vw;
  color: #FFF;
  text-align: center;
  display: block;
  margin-bottom: 0.9516837482vw;
}
@media screen and (max-width: 800px) {
  .mvsec .inner .title .firstwrap {
    font-size: 3rem;
    line-height: 1.4666666667;
    font-size: 60px;
    font-size: 7.5vw;
    margin-bottom: 1.375vw;
  }
}

.flowsec .inner {
  padding-top: 44px;
  padding-bottom: 104px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .flowsec .inner {
    padding-top: 37vw;
    padding-bottom: 10vw;
  }
}
.flowsec .inner::after {
  content: "";
  background: url(../images/ill02.svg) no-repeat bottom/contain;
  max-width: 43.4rem;
  max-height: 31.9rem;
  width: 40%;
  height: 35%;
  position: absolute;
  right: 14.4rem;
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .flowsec .inner::after {
    right: 10%;
  }
}
@media screen and (max-width: 800px) {
  .flowsec .inner::after {
    right: 0;
    max-height: none;
    height: 16%;
    width: 50%;
  }
}
.flowsec .inner .sec-title {
  margin-bottom: 45px;
  padding: 25px 0 10px;
}
@media screen and (max-width: 800px) {
  .flowsec .inner .sec-title {
    margin-bottom: 3.75vw;
    padding: 2.5vw 0 1.25vw;
  }
}
.flowsec .inner .sec-title .ruby .ruby-rt {
  font-size: 11px;
  font-size: 0.8052708638vw;
  margin-bottom: 0 !important;
  position: absolute;
  left: 5%;
  top: -0.878477306vw;
  word-break: keep-all;
  white-space: nowrap;
  transform-origin: top center;
}
@media screen and (max-width: 800px) {
  .flowsec .inner .sec-title .ruby .ruby-rt {
    font-size: 16px;
    font-size: 2vw;
    top: -2vw;
    left: 0;
  }
}
.flowsec .inner .flow_detail .flowlist {
  display: flex;
  column-gap: 104px;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .flowsec .inner .flow_detail .flowlist {
    column-gap: 6.25vw;
    margin-bottom: 5vw;
  }
}
.flowsec .inner .flow_detail .flowlist .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 162px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .flowsec .inner .flow_detail .flowlist .list-item {
    max-width: 33%;
    width: 100%;
  }
}
.flowsec .inner .flow_detail .flowlist .list-item:nth-child(2) figure {
  background-color: #354C95;
}
.flowsec .inner .flow_detail .flowlist .list-item:last-child figure {
  background-color: #243771;
}
.flowsec .inner .flow_detail .flowlist .list-item:last-child figure::after {
  content: none;
}
.flowsec .inner .flow_detail .flowlist .list-item .circle {
  width: 162px;
  height: 162px;
  background-color: #506095;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .flowsec .inner .flow_detail .flowlist .list-item .circle {
    width: 18.75vw;
    height: 18.75vw;
    margin-bottom: 3.125vw;
  }
  .flowsec .inner .flow_detail .flowlist .list-item .circle img {
    width: 50%;
  }
}
.flowsec .inner .flow_detail .flowlist .list-item .circle::after {
  content: "";
  background: url(../images/arrow02.svg) no-repeat center/contain;
  width: 48px;
  height: 38px;
  position: absolute;
  left: calc(100% + 27px);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .flowsec .inner .flow_detail .flowlist .list-item .circle::after {
    width: 4.75vw;
    height: 3.5vw;
    left: calc(100% + 2.5vw);
  }
}
.flowsec .inner .flow_detail .flowlist .list-item .flowtxt {
  font-size: 2rem;
  color: #1B2B60;
  font-weight: 600;
  margin-bottom: 14px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .flowsec .inner .flow_detail .flowlist .list-item .flowtxt {
    font-size: 28px;
    font-size: 3.5vw;
    margin-bottom: 1.75vw;
    text-align: center;
  }
}
.flowsec .inner .flow_detail .flowlist .list-item .flowsub {
  font-size: 1.8rem;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .flowsec .inner .flow_detail .flowlist .list-item .flowsub {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.flowsec .inner .flow_detail .maintxt {
  font-size: 1.8rem;
  line-height: 1.7222222222;
  max-width: 700px;
  width: 100%;
  margin: auto auto 29px;
}
@media screen and (max-width: 800px) {
  .flowsec .inner .flow_detail .maintxt {
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.flowsec .inner .flow_detail small {
  display: block;
  font-size: 1.3rem;
  max-width: 700px;
  width: 100%;
  margin: auto auto 72px;
}
@media screen and (max-width: 800px) {
  .flowsec .inner .flow_detail small {
    margin-bottom: 5vw;
    font-size: 24px;
    font-size: 3vw;
  }
}
.flowsec .inner .flow_detail .flow_catch {
  max-width: 700px;
  width: 100%;
  margin: auto;
}
.flowsec .inner .flow_detail .flow_catch p {
  margin-top: -19px;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.3125;
  color: #1b2b60;
}
.flowsec .inner .flow_detail .flow_catch p.c-red {
  margin-top: auto;
  color: #af1e24;
  font-size: 4rem;
  line-height: 0.7;
}
@media screen and (max-width: 800px) {
  .flowsec .inner .flow_detail .flow_catch p.c-red {
    font-size: 40px;
    font-size: 5vw;
    line-height: 4;
  }
}
.flowsec .inner .flow_detail .flow_catch p.c-red strong {
  display: inline-block;
  font-weight: 600;
  font-size: 6rem;
  line-height: 1.8333333333;
  position: relative;
}
@media screen and (max-width: 800px) {
  .flowsec .inner .flow_detail .flow_catch p.c-red strong {
    font-size: 60px;
    font-size: 7.5vw;
  }
}
.flowsec .inner .flow_detail .flow_catch p.c-red strong .ruby .ruby-rt {
  font-size: 12px;
  font-size: 1.5vw;
  left: 8%;
  top: -0.5856515373vw;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .flowsec .inner .flow_detail .flow_catch p.c-red strong .ruby .ruby-rt {
    left: 22%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .flowsec .inner .flow_detail .flow_catch p.c-red strong .ruby .ruby-rt {
    font-size: 20px;
    font-size: 2.5vw;
    top: -1.25vw;
    left: 17%;
  }
}
.flowsec .inner .flow_detail .flow_catch p.c-red strong::before {
  content: none;
}
.flowsec .inner .flow_detail .flow_catch p.c-red strong::after {
  content: "";
  width: 100%;
  height: 21px;
  background-color: rgba(249, 220, 51, 0.6);
  position: absolute;
  margin-bottom: auto;
  left: 0;
  bottom: 20px;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .flowsec .inner .flow_detail .flow_catch p.c-red strong::after {
    height: 2.625vw;
    bottom: 1.875vw;
  }
}
@media screen and (max-width: 800px) {
  .flowsec .inner .flow_detail .flow_catch p {
    font-size: 32px;
    font-size: 4vw;
  }
}

.plansec {
  background-color: #506095;
}
.plansec .sec-title {
  color: #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  margin-bottom: 54px;
  padding: 25px 0 10px;
}
@media screen and (max-width: 800px) {
  .plansec .sec-title {
    margin-bottom: 3.75vw;
    padding: 1.25vw 0 1.25vw;
  }
}
.plansec .inner {
  padding-top: 7.2474377745vw;
  padding-bottom: 8.78477306vw;
}
@media screen and (max-width: 800px) {
  .plansec .inner {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}
.plansec .inner .maintxt {
  max-width: 524px;
  width: 100%;
  margin: auto auto 65px;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .plansec .inner .maintxt {
    font-size: 28px;
    font-size: 3.5vw;
    margin-bottom: 5vw;
    max-width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .scroll_table {
    overflow-x: scroll;
    padding-top: 3.75vw;
  }
  .plansec .inner .scroll_table .plan_top,
  .plansec .inner .scroll_table .plan_bottom {
    width: 200vw;
    margin-bottom: 7.5vw;
  }
}
.plansec .inner .plan_top,
.plansec .inner .plan_bottom {
  border: none;
  border-collapse: collapse;
  position: relative;
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_top,
  .plansec .inner .plan_bottom {
    margin-bottom: 0;
  }
}
.plansec .inner .plan_top th .fz14,
.plansec .inner .plan_bottom th .fz14 {
  font-size: clamp(14px, 1.2727272727vw, 14px);
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_top th .fz14,
  .plansec .inner .plan_bottom th .fz14 {
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.plansec .inner .plan_top th .fz15,
.plansec .inner .plan_bottom th .fz15 {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_top th .fz15,
  .plansec .inner .plan_bottom th .fz15 {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.plansec .inner .plan_top th .fz30,
.plansec .inner .plan_bottom th .fz30 {
  margin-right: 7px;
  font-family: "Jost", sans-serif;
  font-size: clamp(14px, 2.7272727273vw, 30px);
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_top th .fz30,
  .plansec .inner .plan_bottom th .fz30 {
    margin-right: 0.5124450952vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_top th .fz30,
  .plansec .inner .plan_bottom th .fz30 {
    font-size: 32px;
    font-size: 4vw;
  }
}
.plansec .inner .plan_top th.minimum,
.plansec .inner .plan_bottom th.minimum {
  font-size: clamp(14px, 1.8181818182vw, 20px);
  width: 275px;
  background-color: #1B2B60;
  border-radius: 15px 15px 0 0;
  color: #FFF;
  text-align: center;
  padding: 13px 0 7px;
  line-height: initial;
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_top th.minimum,
  .plansec .inner .plan_bottom th.minimum {
    width: 20.1317715959vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_top th.minimum,
  .plansec .inner .plan_bottom th.minimum {
    font-size: 30px;
    font-size: 3.75vw;
    width: 25%;
  }
}
.plansec .inner .plan_top th.full,
.plansec .inner .plan_bottom th.full {
  font-size: clamp(14px, 1.8181818182vw, 20px);
  width: 275px;
  background-color: #AF1E24;
  border-radius: 15px 15px 0 0;
  color: #FFF;
  text-align: center;
  line-height: initial;
  padding: 13px 0 7px;
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_top th.full,
  .plansec .inner .plan_bottom th.full {
    width: 20.1317715959vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_top th.full,
  .plansec .inner .plan_bottom th.full {
    font-size: 30px;
    font-size: 3.75vw;
    width: 25%;
  }
}
.plansec .inner .plan_top tr,
.plansec .inner .plan_bottom tr {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_top tr,
  .plansec .inner .plan_bottom tr {
    font-size: 22px;
    font-size: 2.75vw;
  }
}
.plansec .inner .plan_top tr:nth-child(n+2) th,
.plansec .inner .plan_top tr:nth-child(n+2) td:nth-child(2),
.plansec .inner .plan_bottom tr:nth-child(n+2) th,
.plansec .inner .plan_bottom tr:nth-child(n+2) td:nth-child(2) {
  border-right: 1px solid #888d9d;
}
.plansec .inner .plan_top tr.gray,
.plansec .inner .plan_bottom tr.gray {
  background-color: #E5E6EA;
}
.plansec .inner .plan_top tr.white,
.plansec .inner .plan_bottom tr.white {
  background-color: #FFF;
}
.plansec .inner .plan_top tr th,
.plansec .inner .plan_bottom tr th {
  padding: 25px 68px 27px 40px;
  width: 550px;
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_top tr th,
  .plansec .inner .plan_bottom tr th {
    width: 40.2635431918vw;
    padding: 1.8301610542vw 4.9780380673vw 1.9765739385vw 2.9282576867vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_top tr th,
  .plansec .inner .plan_bottom tr th {
    padding: 1.875vw;
    width: 20%;
  }
}
.plansec .inner .plan_top tr td,
.plansec .inner .plan_bottom tr td {
  vertical-align: middle;
}
.plansec .inner .plan_top tr td .fz30,
.plansec .inner .plan_bottom tr td .fz30 {
  font-size: clamp(14px, 2.7272727273vw, 30px);
  margin-right: 7px;
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_top tr td .fz30,
  .plansec .inner .plan_bottom tr td .fz30 {
    margin-right: 0.5124450952vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_top tr td .fz30,
  .plansec .inner .plan_bottom tr td .fz30 {
    font-size: 30px;
    font-size: 3.75vw;
    margin-right: 0.875vw;
  }
}
.plansec .inner .plan_top tr td.maru, .plansec .inner .plan_top tr td.none,
.plansec .inner .plan_bottom tr td.maru,
.plansec .inner .plan_bottom tr td.none {
  position: relative;
}
.plansec .inner .plan_top tr td.maru::after, .plansec .inner .plan_top tr td.none::after,
.plansec .inner .plan_bottom tr td.maru::after,
.plansec .inner .plan_bottom tr td.none::after {
  content: "";
  width: 24px;
  height: 24px;
  background: transparent;
  position: absolute;
  border-radius: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_top tr td.maru::after, .plansec .inner .plan_top tr td.none::after,
  .plansec .inner .plan_bottom tr td.maru::after,
  .plansec .inner .plan_bottom tr td.none::after {
    width: 1.756954612vw;
    height: 1.756954612vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_top tr td.maru::after, .plansec .inner .plan_top tr td.none::after,
  .plansec .inner .plan_bottom tr td.maru::after,
  .plansec .inner .plan_bottom tr td.none::after {
    width: 3.75vw;
    height: 3.75vw;
  }
}
.plansec .inner .plan_top tr td.maru.minimum::after, .plansec .inner .plan_top tr td.none.minimum::after,
.plansec .inner .plan_bottom tr td.maru.minimum::after,
.plansec .inner .plan_bottom tr td.none.minimum::after {
  border: 4px solid #243771;
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_top tr td.maru.minimum::after, .plansec .inner .plan_top tr td.none.minimum::after,
  .plansec .inner .plan_bottom tr td.maru.minimum::after,
  .plansec .inner .plan_bottom tr td.none.minimum::after {
    border-width: 0.2928257687vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_top tr td.maru.minimum::after, .plansec .inner .plan_top tr td.none.minimum::after,
  .plansec .inner .plan_bottom tr td.maru.minimum::after,
  .plansec .inner .plan_bottom tr td.none.minimum::after {
    border-width: 0.5vw;
  }
}
.plansec .inner .plan_top tr td.maru.full::after, .plansec .inner .plan_top tr td.none.full::after,
.plansec .inner .plan_bottom tr td.maru.full::after,
.plansec .inner .plan_bottom tr td.none.full::after {
  border: 4px solid #af1e24;
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_top tr td.maru.full::after, .plansec .inner .plan_top tr td.none.full::after,
  .plansec .inner .plan_bottom tr td.maru.full::after,
  .plansec .inner .plan_bottom tr td.none.full::after {
    border-width: 0.2928257687vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_top tr td.maru.full::after, .plansec .inner .plan_top tr td.none.full::after,
  .plansec .inner .plan_bottom tr td.maru.full::after,
  .plansec .inner .plan_bottom tr td.none.full::after {
    border-width: 0.5vw;
  }
}
.plansec .inner .plan_top tr td.none::after,
.plansec .inner .plan_bottom tr td.none::after {
  width: 24px;
  height: 4px;
  border: none;
  border-radius: 0;
  background-color: #243771;
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_top tr td.none::after,
  .plansec .inner .plan_bottom tr td.none::after {
    width: 1.756954612vw;
    height: 0.2928257687vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_top tr td.none::after,
  .plansec .inner .plan_bottom tr td.none::after {
    width: 3.75vw;
    height: 0.5vw;
  }
}
.plansec .inner .plan_top tr:first-child:first-child th:first-child {
  position: relative;
}
.plansec .inner .plan_top tr:first-child:first-child th:first-child::before {
  content: "";
  background: url(../images/ill04.svg) no-repeat bottom/188px auto;
  width: 188px;
  height: 219px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_top tr:first-child:first-child th:first-child::before {
    width: 13.7628111274vw;
    height: 16.0322108346vw;
    background-size: contain;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_top tr:first-child:first-child th:first-child::before {
    width: 23.5vw;
    height: 17.5vw;
    background-size: contain;
  }
}
.plansec .inner .plan_bottom {
  margin-bottom: 0;
}
.plansec .inner .plan_bottom::before {
  content: none;
}
.plansec .inner .plan_bottom th {
  width: 543px;
}
.plansec .inner .plan_bottom th.full {
  width: 550px;
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_bottom th.full {
    width: 40.2635431918vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_bottom th.full {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_bottom th {
    width: 39.7510980966vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_bottom th {
    width: 50%;
  }
}
.plansec .inner .plan_bottom td {
  font-family: "Jost", sans-serif;
  color: #AF1E24;
  font-weight: 600;
}
.plansec .inner .plan_bottom td strong {
  position: relative;
}
.plansec .inner .plan_bottom td strong::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  border: none;
  border-radius: 0;
  background-color: #AF1E24;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_bottom td strong::before {
    width: 1.4641288433vw;
    height: 0.2928257687vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_bottom td strong::before {
    width: 2.5vw;
    height: 0.5vw;
  }
}
.plansec .inner .plan_bottom td strong::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-color: #AF1E24;
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_bottom td strong::after {
    width: 0.2928257687vw;
    height: 1.4641288433vw;
    left: -0.878477306vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_bottom td strong::after {
    width: 0.5vw;
    height: 2.5vw;
    left: -1.5vw;
  }
}
.plansec .inner .plan_bottom .ruby {
  position: relative;
  display: inline-block !important;
  text-decoration: inherit;
}
.plansec .inner .plan_bottom .ruby .ruby-rt {
  font-size: 10px;
  font-size: 0.7320644217vw;
  left: -2px;
  top: -0.7320644217vw;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 1100px) {
  .plansec .inner .plan_bottom .ruby .ruby-rt {
    font-size: 13px;
    font-size: 0.9516837482vw;
    left: 0;
    top: -1.0980966325vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_bottom .ruby .ruby-rt {
    font-size: 16px;
    font-size: 2vw;
    left: -0.25vw;
    top: -1.875vw;
    letter-spacing: -0.1em;
  }
}

.stepsec .inner {
  padding-top: 103px;
  padding-bottom: 69px;
}
@media screen and (max-width: 800px) {
  .stepsec .inner {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
    max-width: 82.25vw !important;
  }
}
.stepsec .inner .sec-title {
  margin-bottom: 60px;
  padding: 25px 0 10px;
}
@media screen and (max-width: 800px) {
  .stepsec .inner .sec-title {
    padding: 1.25vw 0 1.25vw;
    margin-bottom: 7.5vw;
  }
}
.stepsec .inner .steplist {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 888px;
  width: 64%;
  margin: auto 200px 34px auto;
}
@media screen and (max-width: 800px) {
  .stepsec .inner .steplist {
    max-width: 71vw;
    width: 100%;
    margin-bottom: 4.25vw;
    margin: auto auto 4.25vw 0;
  }
}
.stepsec .inner .steplist .list-item {
  background-color: #E5E6EA;
  border-radius: 20px;
  display: flex;
}
@media screen and (max-width: 800px) {
  .stepsec .inner .steplist .list-item {
    border-radius: 2.5vw;
  }
}
.stepsec .inner .steplist .list-item:nth-child(3) {
  position: relative;
}
.stepsec .inner .steplist .list-item:nth-child(3)::before {
  content: "";
  background: url(../images/arrow.svg) no-repeat center/60px auto;
  position: absolute;
  left: 100%;
  top: 50px;
  width: 60px;
  height: 363px;
}
@media screen and (max-width: 800px) {
  .stepsec .inner .steplist .list-item:nth-child(3)::before {
    background: url(../images/arrow_sp.svg) no-repeat center/contain;
    top: 6.25vw;
    width: 6vw;
    height: 50.75vw;
  }
}
.stepsec .inner .steplist .list-item:nth-child(3)::after {
  content: "";
  background: url(../images/arrowtxt.svg) no-repeat center/contain;
  width: 121px;
  height: 111px;
  position: absolute;
  left: calc(100% + 80px);
  top: 194px;
}
@media screen and (max-width: 800px) {
  .stepsec .inner .steplist .list-item:nth-child(3)::after {
    content: "";
    background: url(../images/arrowtxt_sp.svg) no-repeat center/contain;
    left: calc(100% + 8.125vw);
    width: 5.5vw;
    height: 55.25vw;
    font-size: 22px;
    font-size: 2.75vw;
    top: 6.25vw;
  }
}
.stepsec .inner .steplist .list-item .leftcol {
  background-color: #506095;
  max-width: 142px;
  width: 20%;
  border-radius: 20px 0 0 20px;
  color: #FFF;
  padding: 30px 0 39px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .stepsec .inner .steplist .list-item .leftcol {
    padding: 2.5vw 0 2.5vw;
    border-radius: 2.5vw 0 0 2.5vw;
    max-width: 12.75vw;
    width: 100%;
    display: flex;
  }
}
.stepsec .inner .steplist .list-item .leftcol::after {
  content: "";
  position: absolute;
  top: 98%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 17px solid #506095;
  border-bottom: 0;
}
@media screen and (max-width: 800px) {
  .stepsec .inner .steplist .list-item .leftcol::after {
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 2.125vw solid #506095;
  }
}
.stepsec .inner .steplist .list-item .leftcol .stepno {
  display: flex;
  flex-direction: column;
  color: #FFF;
  margin: auto;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  font-size: clamp(14px, 2.1818181818vw, 24px);
  text-align: center;
}
@media screen and (max-width: 800px) {
  .stepsec .inner .steplist .list-item .leftcol .stepno {
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.stepsec .inner .steplist .list-item .leftcol .stepno span {
  font-size: 4rem;
  font-size: clamp(14px, 3.6363636364vw, 40px);
}
@media screen and (max-width: 800px) {
  .stepsec .inner .steplist .list-item .leftcol .stepno span {
    font-size: 40px;
    font-size: 5vw;
    margin-top: -0.5vw;
  }
}
.stepsec .inner .steplist .list-item .rightcol {
  display: flex;
  padding-left: 40px;
  padding-right: 49px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .stepsec .inner .steplist .list-item .rightcol {
    padding-left: 2.9282576867vw;
    padding-right: 3.5871156662vw;
  }
}
.stepsec .inner .steplist .list-item .rightcol figure {
  max-width: 67px;
  width: 35%;
}
@media screen and (max-width: 800px) {
  .stepsec .inner .steplist .list-item .rightcol {
    padding: 3.75vw 3.5vw 2.75vw 4.375vw;
  }
  .stepsec .inner .steplist .list-item .rightcol figure {
    width: 21%;
    max-width: 9.375vw;
  }
  .stepsec .inner .steplist .list-item .rightcol figure img {
    width: 100%;
  }
}
.stepsec .inner .steplist .list-item .rightcol .steptxt {
  max-width: 360px;
}
@media screen and (max-width: 800px) {
  .stepsec .inner .steplist .list-item .rightcol .steptxt {
    max-width: 35vw;
    margin-left: 0;
    margin-right: auto;
  }
}
.stepsec .inner .steplist .list-item .rightcol .steptxt .stepttl {
  font-size: 2rem;
  line-height: 1.4;
  color: #1B2B60;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .stepsec .inner .steplist .list-item .rightcol .steptxt .stepttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .stepsec .inner .steplist .list-item .rightcol .steptxt .stepttl {
    font-size: 22px;
    font-size: 2.75vw;
    margin-bottom: 0vw;
  }
}
.stepsec .inner .steplist .list-item .rightcol .steptxt .maintxt {
  font-size: 1.8rem;
  color: #000000;
}
@media screen and (max-width: 1100px) {
  .stepsec .inner .steplist .list-item .rightcol .steptxt .maintxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .stepsec .inner .steplist .list-item .rightcol .steptxt .maintxt {
    font-size: 18px;
    font-size: 2.25vw;
  }
}
.stepsec .inner .steplist .list-item:nth-child(2n) .leftcol {
  background-color: #1B2B60;
}
.stepsec .inner .steplist .list-item:nth-child(2n) .leftcol::after {
  border-top: 17px solid #1B2B60;
}
@media screen and (max-width: 800px) {
  .stepsec .inner .steplist .list-item:nth-child(2n) .leftcol::after {
    border-top: 2.125vw solid #1B2B60;
  }
}
.stepsec .inner .steplist .list-item:last-child .leftcol::after {
  content: none;
}
.stepsec .inner .caption {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stepsec .inner .caption figure {
  margin-right: 12px;
}
.stepsec .inner .caption p {
  font-size: 3rem;
  margin-right: 19px;
  font-size: clamp(14px, 2.7272727273vw, 30px);
}
.stepsec .inner .caption p:nth-child(3) {
  font-size: 1.8rem;
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .stepsec .inner .caption p:nth-child(3) {
    font-size: 20px;
    font-size: 2.5vw;
  }
}

.bg-gray {
  background-color: #E5E6EA;
}

.qasec .inner {
  padding-top: 130px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .qasec .inner {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}
.qasec .inner::before {
  content: "";
  position: absolute;
  top: 72px;
  right: 22px;
  background: url(../images/ill05.svg) no-repeat center/contain;
  width: 21.6rem;
  height: 19.7rem;
}
@media screen and (max-width: 1100px) {
  .qasec .inner::before {
    width: 22%;
    height: 10%;
    right: 10%;
  }
}
@media screen and (max-width: 800px) {
  .qasec .inner::before {
    width: 27vw;
    height: 24.625vw;
    background-size: contain;
    top: 6.25vw;
    right: -6.25vw;
  }
}
.qasec .inner .sec-title {
  margin-bottom: 65px;
  padding: 25px 0 10px;
}
@media screen and (max-width: 800px) {
  .qasec .inner .sec-title {
    margin-bottom: 3.75vw;
    padding: 1.25vw 0 1.25vw;
  }
}
.qasec .inner .qa-item {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  padding-bottom: 40px;
  border-bottom: 1px solid #888D9D;
  max-width: 775px;
  width: 100%;
  margin: auto auto 40px;
}
@media screen and (max-width: 800px) {
  .qasec .inner .qa-item {
    row-gap: 3.75vw;
  }
}
.qasec .inner .qa-item .q-item {
  font-size: 2rem;
  font-size: clamp(14px, 1.8181818182vw, 20px);
  color: #1B2B60;
  white-space: nowrap;
  padding-left: 57px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .qasec .inner .qa-item .q-item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .qasec .inner .qa-item .q-item {
    font-size: 30px;
    font-size: 3.75vw;
    white-space: initial;
    padding-left: 8.75vw;
  }
}
.qasec .inner .qa-item .q-item span {
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 2.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  margin-right: 17px;
}
@media screen and (max-width: 800px) {
  .qasec .inner .qa-item .q-item span {
    max-width: 7.5vw;
    height: 7.5vw;
    width: 7.5vw;
    border-radius: 6.25vw;
    font-size: 32px;
    font-size: 4vw;
    width: 31%;
    margin-right: 1.25vw;
    top: -0.5vw;
  }
}
.qasec .inner .qa-item .a-item {
  font-size: 1.8rem;
  line-height: 1.7222222222;
  color: #000000;
  padding-left: 57px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .qasec .inner .qa-item .a-item {
    font-size: 28px;
    font-size: 3.5vw;
    column-gap: 2.125vw;
    padding-left: 8.75vw;
  }
}
.qasec .inner .qa-item .a-item span {
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 2.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #AF1E24;
  color: #FFF;
  margin-right: 17px;
}
@media screen and (max-width: 800px) {
  .qasec .inner .qa-item .a-item span {
    max-width: 7.5vw;
    height: 7.5vw;
    width: 7.5vw;
    border-radius: 6.25vw;
    font-size: 26px;
    font-size: 3.25vw;
    width: 31%;
    margin-right: 1.25vw;
    top: -0.5vw;
  }
}
.qasec .inner .qa-item:nth-child(5) {
  margin-bottom: 100px;
  position: relative;
}
.qasec .inner .qa-item:nth-child(5)::after {
  content: "";
  background: url(../images/ill06.svg) no-repeat center/contain;
  width: 14.4rem;
  height: 19.3rem;
  position: absolute;
  bottom: -70px;
  right: -5.8rem;
}
@media screen and (max-width: 800px) {
  .qasec .inner .qa-item:nth-child(5)::after {
    width: 18vw;
    height: 24.125vw;
    bottom: -15vw;
    right: 0;
  }
}
.qasec .inner .secondttl {
  font-size: 3.3rem;
  font-size: clamp(14px, 3vw, 33px);
  color: #AF1E24;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .qasec .inner .secondttl {
    font-size: 30px;
    font-size: 3.75vw;
    margin-bottom: 3.75vw;
  }
}
.qasec .inner .secondttl::before {
  content: "";
  background: url(../images/voice.svg) no-repeat center/41px auto;
  display: inline-block;
  width: 41px;
  height: 35px;
  vertical-align: middle;
  margin-right: 12px;
}
.qasec .inner .voicelist {
  display: flex;
  column-gap: 55px;
}
@media screen and (max-width: 1100px) {
  .qasec .inner .voicelist {
    column-gap: 1.4641288433vw;
  }
}
@media screen and (max-width: 800px) {
  .qasec .inner .voicelist {
    row-gap: 6.25vw;
    flex-direction: column;
  }
}
.qasec .inner .voicelist .list-item {
  max-width: 330px;
  width: 33%;
}
@media screen and (max-width: 1100px) {
  .qasec .inner .voicelist .list-item {
    max-width: 33%;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .qasec .inner .voicelist .list-item {
    max-width: 100%;
  }
}
.qasec .inner .voicelist .list-item .frame {
  background-color: #FFF;
  padding: 40px;
  border-radius: 20px;
  min-height: 184px;
  position: relative;
  margin-bottom: 36px;
  min-height: 204px;
}
@media screen and (max-width: 1100px) {
  .qasec .inner .voicelist .list-item .frame {
    padding: 2.196193265vw;
  }
}
@media screen and (max-width: 800px) {
  .qasec .inner .voicelist .list-item .frame {
    padding: 3.75vw;
    margin-bottom: 4.5vw;
    border-radius: 2.5vw;
    min-height: auto;
  }
}
.qasec .inner .voicelist .list-item .frame::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
  border-bottom: 28px solid #ffffff;
  border-top: 0;
  transform: rotate(305deg);
  position: absolute;
  top: 97%;
  left: 10%;
}
@media screen and (max-width: 800px) {
  .qasec .inner .voicelist .list-item .frame::after {
    border-right: 2.625vw solid transparent;
    border-left: 2.625vw solid transparent;
    border-bottom: 3.5vw solid #ffffff;
  }
}
.qasec .inner .voicelist .list-item .frame p {
  font-size: 1.8rem;
  line-height: 1.7222222222;
}
@media screen and (max-width: 800px) {
  .qasec .inner .voicelist .list-item .frame p {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.qasec .inner .voicelist .list-item .voice-detail {
  display: flex;
  column-gap: 8px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .qasec .inner .voicelist .list-item .voice-detail {
    column-gap: 0.5856515373vw;
  }
}
.qasec .inner .voicelist .list-item .voice-detail .icon {
  background-color: #FFF;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .qasec .inner .voicelist .list-item .voice-detail .icon {
    width: 3.6603221083vw;
    height: 3.6603221083vw;
    border-radius: 3.6603221083vw;
  }
  .qasec .inner .voicelist .list-item .voice-detail .icon img {
    max-width: 2.196193265vw;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .qasec .inner .voicelist .list-item .voice-detail .icon {
    width: 6.25vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
  .qasec .inner .voicelist .list-item .voice-detail .icon img {
    max-width: 3.75vw;
  }
}
.qasec .inner .voicelist .list-item .voice-detail p {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .qasec .inner .voicelist .list-item .voice-detail p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 800px) {
  .qasec .inner .voicelist .list-item .voice-detail p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}

.contactsec .inner {
  padding-top: 69px;
  padding-bottom: 66px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .contactsec .inner {
    padding: 8.75vw 0;
  }
}
.contactsec .inner::before {
  content: "";
  background: url(../images/ill07.svg) no-repeat bottom/contain;
  position: absolute;
  bottom: 0;
  left: 130px;
  width: 19.3rem;
  height: 20.8rem;
}
@media screen and (max-width: 1100px) {
  .contactsec .inner::before {
    left: 0;
    width: 14.1288433382vw;
    height: 90%;
  }
}
@media screen and (max-width: 800px) {
  .contactsec .inner::before {
    width: 24.125vw;
    height: 26vw;
    left: -6.25vw;
  }
}
.contactsec .inner .column-item {
  display: flex;
  column-gap: 40px;
  align-items: center;
  margin-right: 71px;
  justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
  .contactsec .inner .column-item {
    margin-right: 5.1976573939vw;
  }
}
@media screen and (max-width: 800px) {
  .contactsec .inner .column-item {
    flex-direction: column;
    row-gap: 3.75vw;
    margin-right: auto;
  }
}
.contactsec .inner .column-item .leftcol .telno {
  font-family: "Jost", sans-serif;
  color: #1B2B60;
  font-size: 4rem;
  letter-spacing: -1.2px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 800px) {
  .contactsec .inner .column-item .leftcol .telno {
    font-size: 70px;
    font-size: 8.75vw;
    letter-spacing: 0;
  }
}
.contactsec .inner .column-item .leftcol .telno span {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .contactsec .inner .column-item .leftcol .telno span {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.contactsec .inner .column-item .leftcol .telno::before {
  content: "";
  position: absolute;
  background: url(../images/tel.svg) no-repeat center/contain;
  width: 11px;
  height: 32px;
  left: -17px;
  bottom: 7px;
}
@media screen and (max-width: 800px) {
  .contactsec .inner .column-item .leftcol .telno::before {
    width: 2.125vw;
    height: 4.875vw;
    left: -3.25vw;
    bottom: 2.625vw;
  }
}
.contactsec .inner .column-item .leftcol .telno .ruby .ruby-rt {
  font-size: 10px;
  font-size: 0.7320644217vw;
  left: -3%;
  top: -0.7320644217vw;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .contactsec .inner .column-item .leftcol .telno .ruby .ruby-rt {
    top: -1.75vw;
    font-size: 14px;
    font-size: 1.75vw;
    letter-spacing: -0.1em;
  }
}
.contactsec .inner .column-item .rightcol {
  max-width: 400px;
  width: 100%;
  background: transparent linear-gradient(180deg, #D34147 0%, #690E12 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  height: 90px;
  display: table;
}
@media screen and (max-width: 1100px) {
  .contactsec .inner .column-item .rightcol {
    max-width: 29.2825768668vw;
    height: 6.588579795vw;
  }
}
@media screen and (max-width: 800px) {
  .contactsec .inner .column-item .rightcol {
    max-width: 50vw;
    height: 11.25vw;
  }
}
.contactsec .inner .column-item .rightcol a {
  color: #FFF;
  font-size: 2rem;
  font-size: clamp(14px, 1.8181818182vw, 20px);
  text-align: center;
  font-weight: 600;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .contactsec .inner .column-item .rightcol a {
    font-size: 20px;
    font-size: 2.5vw;
  }
}
.contactsec .inner .column-item .rightcol a::before {
  content: "";
  background: url(../images/mail.svg) no-repeat center/contain;
  width: 25px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 800px) {
  .contactsec .inner .column-item .rightcol a::before {
    width: 5.625vw;
    height: 3.75vw;
  }
}

.bg-blue {
  background-color: #243771;
}

.formsec {
  color: #FFF;
}
.formsec .inner {
  padding-top: 125px;
  padding-bottom: 120px;
  max-width: 778px;
}
@media screen and (max-width: 800px) {
  .formsec .inner {
    width: 90%;
    padding: 12.5vw 0;
  }
}
.formsec .inner .sec-title {
  color: #FFF;
  margin-bottom: 75px;
  padding: 25px 0 10px;
}
@media screen and (max-width: 800px) {
  .formsec .inner .sec-title {
    margin-bottom: 3.75vw;
    padding: 1.25vw 0 1.25vw;
  }
}
.formsec .inner #formWrap .formTable {
  margin-bottom: 59px;
  padding-bottom: 25px;
  display: flex;
  column-gap: 17px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .formsec .inner #formWrap .formTable {
    column-gap: 1.2445095168vw;
  }
}
@media screen and (max-width: 800px) {
  .formsec .inner #formWrap .formTable {
    flex-direction: column;
    row-gap: 2.5vw;
    margin-bottom: 0;
    padding-bottom: 5vw;
  }
}
.formsec .inner #formWrap .formTable.ais {
  align-items: flex-start;
}
.formsec .inner #formWrap .formTable.ais dt {
  margin: 9px 0 0 0;
}
.formsec .inner #formWrap .formTable:nth-last-child(2) {
  margin-bottom: 59px;
  padding-bottom: 0;
}
.formsec .inner #formWrap .formTable dt {
  font-size: 2rem;
  font-size: clamp(14px, 1.8181818182vw, 20px);
  align-items: flex-end;
  min-width: 290px;
  display: flex;
  letter-spacing: 0.1em;
  margin: auto 0;
}
@media screen and (max-width: 1100px) {
  .formsec .inner #formWrap .formTable dt {
    min-width: 40%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .formsec .inner #formWrap .formTable dt {
    min-width: auto;
    width: 100%;
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.formsec .inner #formWrap .formTable dt .ruby .ruby-rt {
  font-size: 1.2rem;
  top: -0.878477306vw;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .formsec .inner #formWrap .formTable dt .ruby .ruby-rt {
    top: -14px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 800px) {
  .formsec .inner #formWrap .formTable dt .ruby .ruby-rt {
    font-size: 15px;
    font-size: 1.875vw;
    left: 0.375vw;
    top: -1.875vw;
  }
}
.formsec .inner #formWrap .formTable dt .required {
  display: inline-block;
  text-align: center;
  width: 35px;
  border-radius: 4px;
  background-color: #F0C1C3;
  color: #AF1E24;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-size: clamp(14px, 1.0909090909vw, 12px);
  margin-left: auto;
  letter-spacing: 0;
  margin: auto 0 auto auto;
}
.formsec .inner #formWrap .formTable dd {
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  .formsec .inner #formWrap .formTable dd {
    width: 100%;
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.formsec .inner #formWrap .formTable dd input,
.formsec .inner #formWrap .formTable dd select,
.formsec .inner #formWrap .formTable dd textarea {
  background-color: #FFF;
}
.formsec .inner #formWrap .formTable dd.w470 input {
  width: 471px;
  height: 46px;
  border-radius: 4px;
  padding: 12px 15px;
  color: #000;
}
@media screen and (max-width: 1100px) {
  .formsec .inner #formWrap .formTable dd.w470 input {
    width: 400px;
  }
}
@media screen and (max-width: 800px) {
  .formsec .inner #formWrap .formTable dd.w470 input {
    width: 100%;
    height: auto;
  }
}
.formsec .inner #formWrap .formTable dd.w470 input::placeholder {
  color: rgba(136, 141, 157, 0.65);
}
.formsec .inner #formWrap .formTable dd.w215 input,
.formsec .inner #formWrap .formTable dd.w215 select {
  width: 215px;
  height: 46px;
  border-radius: 4px;
  padding: 12px 15px;
  color: #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  .formsec .inner #formWrap .formTable dd.w215 input,
  .formsec .inner #formWrap .formTable dd.w215 select {
    width: 100%;
    font-size: 30px;
    font-size: 3.75vw;
    height: auto;
  }
}
.formsec .inner #formWrap .formTable dd.w215 input::placeholder,
.formsec .inner #formWrap .formTable dd.w215 select::placeholder {
  color: rgba(136, 141, 157, 0.65);
}
.formsec .inner #formWrap .formTable dd.column {
  display: flex;
  flex-direction: column;
}
.formsec .inner #formWrap .formTable dd.rounded-input input[type=radio] {
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #fff;
  cursor: pointer;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .formsec .inner #formWrap .formTable dd.rounded-input input[type=radio] {
    margin-right: 1.25vw;
    width: 3.75vw;
    height: 3.75vw;
    border-radius: 6.25vw;
  }
}
.formsec .inner #formWrap .formTable dd.rounded-input input[type=radio]:checked {
  position: relative;
}
.formsec .inner #formWrap .formTable dd.rounded-input input[type=radio]:checked:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #AF1E24;
  width: 15px;
  height: 15px;
  border-radius: 50px;
}
@media screen and (max-width: 800px) {
  .formsec .inner #formWrap .formTable dd.rounded-input input[type=radio]:checked:after {
    width: 1.875vw;
    height: 1.875vw;
    border-radius: 6.25vw;
  }
}
.formsec .inner #formWrap .formTable dd.rounded-input label {
  margin-right: 66px;
}
@media screen and (max-width: 800px) {
  .formsec .inner #formWrap .formTable dd.rounded-input label {
    margin-right: 8.25vw;
  }
}
.formsec .inner #formWrap .formTable dd.rounded-input label:last-child {
  margin-right: 0;
}
.formsec .inner #formWrap .formTable dd textarea {
  width: 471px;
  border-radius: 4px;
  padding: 12px 15px;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  min-height: 240px;
}
@media screen and (max-width: 1100px) {
  .formsec .inner #formWrap .formTable dd textarea {
    width: 400px;
  }
}
@media screen and (max-width: 800px) {
  .formsec .inner #formWrap .formTable dd textarea {
    width: 100%;
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.formsec .inner #formWrap .formTable dd .selectwrap {
  position: relative;
}
.formsec .inner #formWrap .formTable dd .selectwrap::after {
  content: "";
  width: 15px;
  height: 8px;
  background-color: #333333;
  position: relative;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  border-radius: 1px;
  /* 角丸を指定 */
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  pointer-events: none;
}
.formsec .inner #formWrap .formTable.jcc {
  justify-content: center;
}
.formsec .inner #formWrap .formTable.jcc .custom-check a {
  text-decoration: underline;
}
.formsec .inner #formWrap .formTable.jcc .custom-check .custom-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.formsec .inner #formWrap .formTable.jcc .custom-check .custom-checkbox:checked {
  background-color: #007bff;
  border-color: #007bff;
}
.formsec .inner #formWrap .formTable.jcc .custom-check .custom-checkbox:checked::after {
  content: "✔";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
.formsec .inner #formWrap .formTable.jcc .custom-check .custom-checkbox .custom-checkbox-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  color: #333;
}
.formsec .inner #formWrap .formTable.jcc .custom-check .custom-checkbox .custom-checkbox-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
}
.formsec .inner #formWrap .btn {
  text-align: center;
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .formsec .inner #formWrap .btn {
    max-width: 50vw;
  }
}
.formsec .inner #formWrap .btn::before {
  content: "";
  background: url(../images/mail.svg) no-repeat center/contain;
  width: 25px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 137px;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .formsec .inner #formWrap .btn::before {
    left: 16.25vw;
    width: 3.125vw;
    height: 2.25vw;
  }
}

.submit-btn {
  max-width: 400px;
  width: 100%;
  margin: auto;
  background: transparent linear-gradient(180deg, #E6B100 0%, #95531A 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  height: 90px;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  padding-left: 45px;
}
@media screen and (max-width: 1100px) {
  .submit-btn {
    max-width: 29.2825768668vw;
    height: 6.588579795vw;
  }
}
@media screen and (max-width: 800px) {
  .submit-btn {
    max-width: 50vw;
    height: 11.25vw;
    font-size: 26px;
    font-size: 3.25vw;
    padding-left: 5.625vw;
  }
}

.footer .inner {
  padding-bottom: 35px;
}
.footer .inner .foot-list {
  color: #FFF;
  display: flex;
  column-gap: 33px;
  justify-content: center;
  margin-bottom: 21px;
}
@media screen and (max-width: 1100px) {
  .footer .inner .foot-list {
    column-gap: 2.4158125915vw;
  }
}
@media screen and (max-width: 800px) {
  .footer .inner .foot-list {
    flex-direction: column;
    row-gap: 3.75vw;
    text-align: center;
  }
}
.footer .inner .foot-list li {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 1100px) {
  .footer .inner .foot-list li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 800px) {
  .footer .inner .foot-list li {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.footer .inner .foot-list--bottom {
  color: #FFF;
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
  align-items: flex-end;
}
@media screen and (max-width: 800px) {
  .footer .inner .foot-list--bottom {
    margin-bottom: 4.5vw;
  }
}
.footer .inner .foot-list--bottom li {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 800px) {
  .footer .inner .foot-list--bottom li {
    font-size: 24px;
    font-size: 3vw;
  }
}
.footer .inner .copy {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  color: rgba(229, 230, 234, 0.5);
  text-align: center;
}
@media screen and (max-width: 800px) {
  .footer .inner .copy {
    font-size: 24px;
    font-size: 3vw;
  }
}

.fixed-contact {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 129px;
  height: 129px;
  border-radius: 50%;
  background: linear-gradient(#d34147 0%, #690e12 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .fixed-contact {
    width: 22.25vw;
    height: 22.25vw;
  }
}
.fixed-contact a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.fixed-contact a .fixedtxt {
  color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  padding-top: 24px;
}
@media screen and (max-width: 800px) {
  .fixed-contact a .fixedtxt {
    font-size: 18px;
    font-size: 2.25vw;
    padding-top: 5vw;
  }
}
.fixed-contact a .fixedtxt::before {
  content: "";
  background: url(../images/mail.svg) no-repeat center/contain;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .fixed-contact a .fixedtxt::before {
    width: 3.25vw;
    height: 2.25vw;
  }
}

.thanks-wrap .thanks .inner {
  padding: 50px 0;
  width: fit-content;
}
.thanks-wrap .thanks .inner p {
  font-size: 1.8rem;
  line-height: 2;
  color: #222;
}
@media screen and (max-width: 800px) {
  .thanks-wrap .thanks .inner p {
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.thanks-wrap .footer .inner {
  padding: 20px 0;
}

.error-wrap .error .inner {
  padding: 100px 0;
}
.error-wrap .error .inner h4,
.error-wrap .error .inner p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .error-wrap .error .inner h4,
  .error-wrap .error .inner p {
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.error-wrap .error .inner h4 {
  margin-bottom: 20px;
}
.error-wrap .error .inner .mb100 {
  margin-bottom: 100px;
}
.error-wrap .error .inner .submit-btn {
  color: #FFF;
}
.error-wrap .error .inner .btn {
  text-align: center;
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .error-wrap .error .inner .btn {
    max-width: 50vw;
  }
}
.error-wrap .error .inner .btn::before {
  content: "";
  background: url(../images/mail.svg) no-repeat center/contain;
  width: 25px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 120px;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .error-wrap .error .inner .btn::before {
    left: 12.5vw;
    width: 3.125vw;
    height: 2.25vw;
  }
}
.error-wrap .footer .inner {
  padding: 20px 0;
}/*# sourceMappingURL=style.css.map */