@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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
}

img.w50 {
  max-width: 50%;
  height: auto;
}
@media screen and (max-width: 800px) {
  img.w50 {
    max-width: 100%;
  }
}

.maintxt {
  font-size: 1.8rem;
  line-height: 1.7222222222;
}
@media screen and (max-width: 800px) {
  .maintxt {
    font-size: 16px;
  }
}

a {
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.6;
}

.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 * {
  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;
  }
}

.text-center {
  text-align: center;
}

/* 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: 18px;
}
@media screen and (max-width: 1100px) {
  .header.is-fixed .header__wrapper {
    padding-top: 2.25vw;
    padding-bottom: 1.75vw;
    height: 68px;
  }
}
.header.is-fixed .header__wrapper nav #g-navi {
  margin-top: 0;
}
.header.is-fixed .header__wrapper nav #g-navi li {
  color: #fff;
}
.header.is-fixed .header__wrapper nav #g-navi li:hover:not(.btn-entry) {
  color: #eff3ff !important;
}
.header.is-fixed .header__wrapper nav #g-navi .btn-entry {
  background-color: #fff;
  color: #1B2B60;
}
.header.is-fixed .header__wrapper nav #g-navi .btn-entry .ico_mail::before {
  background: url(../images/mail_blue.svg) no-repeat center/contain;
}
.header.is-fixed .header__wrapper nav #g-navi .btn-entry__group > a {
  background: #1B2B60;
  color: #fff;
}
.header.is-fixed .header__wrapper nav #g-navi .btn-entry__group > a span {
  color: #fff;
}
.header.is-fixed .header__wrapper nav #g-navi .btn-entry__group > a svg {
  fill: #fff !important;
}
.header.is-fixed .header__wrapper .logo {
  max-width: 180px;
  height: 37px;
}
@media screen and (max-width: 800px) {
  .header.is-fixed .header__wrapper .logo {
    max-width: 150px;
    width: 100%;
  }
}
.header.is-fixed .header__wrapper .logo figure {
  height: 43px;
}
@media screen and (max-width: 800px) {
  .header.is-fixed .header__wrapper .logo figure {
    width: 100%;
  }
}
.header.is-fixed .header__wrapper .logo figure img {
  height: auto;
}
@media screen and (max-width: 800px) {
  .header.is-fixed .header__wrapper .logo figure img {
    height: auto !important;
  }
}
.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;
    height: 68px;
  }
}
.header__wrapper .logo {
  max-width: 180px;
  width: 21%;
}
.header__wrapper .logo figure {
  height: 37px;
}
.header__wrapper .logo figure img {
  height: 100%;
}
@media screen and (max-width: 800px) {
  .header__wrapper .logo {
    max-width: 150px;
    width: 100%;
  }
  .header__wrapper .logo figure {
    height: auto;
  }
}
.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;
  -moz-column-gap: 1.8301610542vw;
       column-gap: 1.8301610542vw;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .header__wrapper nav #g-navi {
    flex-direction: column;
    row-gap: 6.25vw;
  }
}
.header__wrapper nav #g-navi .navi_line {
  background: linear-gradient(currentColor 0 0) var(--p, 0) 100%/var(--d, 0) 3px no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
  padding: 5px 0;
}
.header__wrapper nav #g-navi .navi_line:hover {
  --d: 100%;
  --p: 100%;
}
.header__wrapper nav #g-navi li {
  font-size: 1.6rem;
  color: #1B2B60;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .header__wrapper nav #g-navi li {
    font-size: clamp(14px, 1.2727272727vw, 14px);
  }
}
@media screen and (max-width: 1100px) {
  .header__wrapper nav #g-navi li {
    font-size: clamp(14px, 0.9090909091vw, 10px);
  }
}
@media screen and (max-width: 1100px) {
  .header__wrapper nav #g-navi li {
    color: #313D4B;
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.header__wrapper nav #g-navi .has-dropdown {
  position: relative;
  list-style: none;
}
.header__wrapper nav #g-navi .has-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1100px) {
  .header__wrapper nav #g-navi .has-dropdown a {
    display: block;
  }
}
.header__wrapper nav #g-navi .has-dropdown .l-dropDown {
  position: absolute;
  top: 100%;
  left: -15px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  min-width: 150px;
}
.header__wrapper nav #g-navi .has-dropdown .l-dropDown li {
  list-style: none;
}
.header__wrapper nav #g-navi .has-dropdown .l-dropDown li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  transition: background 0.3s ease;
}
.header__wrapper nav #g-navi .has-dropdown .l-dropDown li a:hover {
  background: #f0f0f0;
}
.header__wrapper nav #g-navi .has-dropdown:hover .l-dropDown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 1100px) {
  .header__wrapper nav #g-navi .has-dropdown .l-dropDown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
  }
  .header__wrapper nav #g-navi .has-dropdown li a {
    padding: 8px;
    border-bottom: 1px solid #ddd;
  }
}
.header__wrapper nav #g-navi .btn-entry {
  background-color: #1B2B60;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
}
.header__wrapper nav #g-navi .btn-entry__group {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  gap: 15px;
}
.header__wrapper nav #g-navi .btn-entry__group a {
  padding: 0.4em 0.5em 0.1em;
  border-radius: 3px;
  color: #1B2B60;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 80%, rgb(235, 235, 235));
}
.header__wrapper nav #g-navi .btn-entry__group a span {
  font-size: 0.6em;
  font-weight: normal;
  color: #1B2B60;
}
.header__wrapper nav #g-navi .btn-entry__group a svg {
  vertical-align: top;
  margin-top: -0.1em;
  display: inline-block;
}

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

@media screen and (max-width: 1100px) {
  #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: 40px;
    background-color: #FFF;
    width: 40px;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 13px;
    right: 20px;
    z-index: 100;
  }
  .drawer-open span {
    position: absolute;
    width: 80%;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #313D4B;
    transition: all 0.4s;
  }
  .drawer-open span:nth-child(1) {
    top: 10px;
    bottom: auto;
  }
  .drawer-open span:nth-child(3) {
    bottom: 10px;
    top: auto;
  }
  #drawer-check:checked ~ .drawer-open span {
    transition: all 0.4s;
  }
  #drawer-check:checked ~ .drawer-open span:nth-of-type(1) {
    transform: translateY(14px) 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(-5px) 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: 20vw 0;
  }
}
/* ハンバーガーメニュー */
.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: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #AF1E24;
}
@media screen and (max-width: 1100px) {
  .sec-title {
    font-size: 33px;
    font-size: 4.125vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
  }
}

.mvsec {
  background: url(../images/pic_mv.webp) no-repeat;
  background-size: 60%;
  background-position: calc(100% + 60px) bottom;
  position: relative;
  background-color: #c9d4f0;
}
@media screen and (max-width: 800px) {
  .mvsec {
    height: 400px;
    display: flex;
    align-items: center;
  }
}
.mvsec .inner {
  color: #1B2B60;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: left;
  max-width: 80.5270863836vw !important;
  padding-top: 13.17715959vw;
  padding-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .mvsec .inner {
    padding-top: 9.5168374817vw;
  }
}
@media screen and (max-width: 800px) {
  .mvsec .inner {
    padding-bottom: 0;
    padding-top: 0;
    max-width: 86.25vw !important;
  }
}
.mvsec .inner .copy {
  font-size: 48px;
  font-weight: 200;
  margin: 0px 0px 15px 40px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .mvsec .inner .copy {
    font-size: 26px;
    margin: 0 0 16px;
  }
}
.mvsec .inner .copy_small {
  font-size: 42px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .mvsec .inner .copy_small {
    font-size: 22px;
  }
}
.mvsec .inner .copy_sub {
  font-size: 18px;
  font-weight: 300;
  margin: 0px 0 0 40px;
}
@media screen and (max-width: 800px) {
  .mvsec .inner .copy_sub {
    font-size: 16px;
    margin: 0;
  }
}

.entry {
  color: #fff;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: left;
  bottom: -90px;
  background: #af1e24;
  border-radius: 8px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto 0px auto;
  padding: 30px 45px;
  width: 100%;
  max-width: 80.5270863836vw !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .entry {
    bottom: -110px;
    position: static;
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .entry {
    bottom: 0px;
    padding: 20px 25px;
  }
}
.entry-summry {
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
}
.entry-title {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .entry-title {
    font-size: 20px;
  }
}
.entry-text {
  font-size: 16px;
}
.entry-btn {
  display: inline-block;
  color: #243771;
  font-weight: 600;
  font-size: 15px;
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  height: auto;
  justify-content: center;
  padding: 25px 15px 25px 45px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .entry-btn {
    padding: 15px 15px 15px 45px;
  }
}
.entry-btn:hover {
  opacity: 0.6;
}
.entry-btn .ico_mail {
  position: relative;
}
.entry-btn .ico_mail::before {
  content: "";
  background: url(../images/mail_blue.svg) no-repeat center/contain;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .entry-btn .ico_mail::before {
    width: 3.25vw;
    height: 2.25vw;
  }
}
.entry-btn .font-small {
  font-size: 12px;
  display: block;
}

.entry-summry {
  padding-top: 6em;
  text-align: center;
}
.entry-summry__contents {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .entry-summry__contents {
    text-align: left;
  }
}
.entry-summry__contents .entry-title {
  font-size: 3rem;
}
.entry-summry__contents .entry-text {
  margin-top: 1em;
  font-size: 2rem;
  font-weight: bold;
}
.entry-summry__area {
  margin-top: 3rem;
  background: #AF1E24;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  display: inline-block;
}
.entry-summry__title {
  color: #fff;
  font-size: 1.5rem;
}
.entry-summry__group {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .entry-summry__group {
    flex-direction: column;
  }
}
.entry-summry__group a {
  font-size: 3rem;
  font-weight: bold;
  border-radius: 5px;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 70%, rgb(212, 212, 212));
  color: #333;
  padding: 0.6em 0.8em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  .entry-summry__group a {
    font-size: 2rem;
  }
}
.entry-summry__group svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.3em;
  fill: #333 !important;
}
.entry-summry__group span {
  font-size: 0.8em;
  font-weight: normal;
  color: #333;
}

.aboutsec {
  padding-top: 80px;
  padding-bottom: 8.78477306vw;
}
@media screen and (max-width: 800px) {
  .aboutsec {
    padding-top: 80px;
  }
}
.aboutsec .sec-title {
  padding: 25px 0 10px;
}
@media screen and (max-width: 800px) {
  .aboutsec .sec-title {
    padding: 2.5vw 0 1.25vw;
  }
}
.aboutsec .inner-wide {
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin: 35px 0px 0px 0px;
  padding: 30px 0px;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .aboutsec .inner-wide {
    flex-direction: column-reverse;
    margin: 5px 0px 0px 0px;
  }
}
.aboutsec .inner-wide .inner-img {
  width: 50%;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
}
@media screen and (max-width: 800px) {
  .aboutsec .inner-wide .inner-img {
    width: 100%;
    margin-top: 20px;
  }
}
.aboutsec .inner-wide .inner-img img {
  width: 100%;
}
.aboutsec .inner-wide .inner-text {
  width: 50%;
  padding: 0 50px;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  align-items: center;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .aboutsec .inner-wide .inner-text {
    width: 100%;
  }
}
.aboutsec .inner-wide .box-recommend {
  margin-top: 20px;
  background-color: #eff3ff;
  border-radius: 8px;
  padding: 15px;
}
.aboutsec .inner-wide .box-recommend h3 {
  font-weight: 600;
  color: #506095;
  font-size: 18px;
}
.aboutsec .inner-wide .box-recommend .list-check {
  list-style: none;
}
.aboutsec .inner-wide .box-recommend .list-check li {
  position: relative;
  text-indent: -33px;
  padding-left: 30px;
}
.aboutsec .inner-wide .box-recommend .list-check li::before {
  content: "";
  background: url(../images/ico-check.svg) no-repeat center/contain;
  width: 25px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}

.flowsec .inner {
  padding-top: 7.2474377745vw;
  padding-bottom: 8.78477306vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .flowsec .inner {
    padding-top: 12.375vw;
    padding-bottom: 10vw;
  }
}
.flowsec .sec-title {
  margin-bottom: 45px;
  padding: 25px 0 10px;
}
@media screen and (max-width: 800px) {
  .flowsec .sec-title {
    margin-bottom: 3.75vw;
    padding: 2.5vw 0 1.25vw;
  }
}
.flowsec .flow_detail .flowlist {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .flowsec .flow_detail .flowlist {
    -moz-column-gap: 6.25vw;
         column-gap: 6.25vw;
    margin-bottom: 5vw;
    flex-direction: column;
  }
}
.flowsec .flow_detail .flowlist .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .flowsec .flow_detail .flowlist .list-item {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.flowsec .flow_detail .flowlist .list-item .circle {
  width: 300px;
  height: 300px;
  background-size: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
}
@media screen and (max-width: 800px) {
  .flowsec .flow_detail .flowlist .list-item .circle {
    margin-bottom: 3.125vw;
  }
}
.flowsec .flow_detail .flowlist .list-item .circle-1 {
  background: url(../images/ill01.svg) center 150px no-repeat;
  background-color: #fff;
}
.flowsec .flow_detail .flowlist .list-item .circle-2 {
  background: url(../images/ill08.svg) center 150px no-repeat;
  background-color: #fff;
}
.flowsec .flow_detail .flowlist .list-item .circle-3 {
  background: url(../images/ill09.svg) center 150px no-repeat;
  background-color: #fff;
}
.flowsec .flow_detail .flowlist .list-item .flowtxt {
  font-size: 2rem;
  color: #506095;
  font-weight: 600;
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .flowsec .flow_detail .flowlist .list-item .flowtxt {
    font-size: 1.8rem;
    margin-bottom: 1.75vw;
    margin-bottom: 110px;
  }
}
.flowsec .flow_detail .flowlist .list-item .flowsub {
  font-size: 1.8rem;
  color: #000000;
  text-align: left;
  line-height: 1.7;
}
.flowsec .maintxt {
  max-width: 700px;
  width: 100%;
  margin: auto auto 29px;
}
.flowsec .img-box {
  position: relative;
  width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .flowsec .img-box {
    width: 300px;
  }
}
.flowsec .img-box .img-fixedtxt {
  position: absolute;
  left: 30px;
  top: 40px;
  font-size: 23px;
  line-height: 1.7;
  font-weight: 600;
  color: #1B2B60;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .flowsec .img-box .img-fixedtxt {
    left: 15px;
    top: 20px;
    font-size: 14px;
  }
}
.flowsec .img-box .img-fixedtxt strong {
  color: #AF1E24;
  font-size: 34px;
  text-decoration: underline;
  text-decoration-color: #F6ED87;
  text-decoration-thickness: 6px; /* 下線の太さ */
  text-underline-offset: 0px;
}
@media screen and (max-width: 800px) {
  .flowsec .img-box .img-fixedtxt strong {
    font-size: 20px;
  }
}
.flowsec .img-box img {
  width: 100%;
}

.reasonsec .sec-title {
  margin-bottom: 45px;
  padding: 25px 0 10px;
}
@media screen and (max-width: 800px) {
  .reasonsec .sec-title {
    margin-bottom: 3.75vw;
    padding: 2.5vw 0 1.25vw;
  }
}
.reasonsec .inner {
  padding-top: 7.2474377745vw;
  padding-bottom: 8.78477306vw;
}
@media screen and (max-width: 800px) {
  .reasonsec .inner {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}
.reasonsec .inner .maintxt {
  max-width: 524px;
  width: 100%;
  margin: auto auto 65px;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .reasonsec .inner .maintxt {
    margin-bottom: 5vw;
    max-width: 90%;
  }
}
.reasonsec .inner .reason .reason-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .reasonsec .inner .reason .reason-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.reasonsec .inner .reason .reason-item {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.reasonsec .inner .reason .reason-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.reasonsec .inner .reason .reason-title h3 {
  font-size: 24px;
  color: #fff;
  background: #506095;
  padding: 8px 10px 5px 10px;
  border-radius: 5px;
}
.reasonsec .inner .reason .reason-title h4 {
  font-size: 24px;
  color: #506095;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .reasonsec .inner .reason .reason-title h4 {
    font-size: 18px;
  }
}
.reasonsec .inner .reason p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.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 .sec-title-small {
  border: none;
  font-size: 2.8rem;
}
@media screen and (max-width: 800px) {
  .plansec .sec-title-small {
    margin-top: 20px;
    font-size: 2rem;
  }
}
.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;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .plansec .inner .maintxt {
    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: 100vw;
    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 th p,
.plansec .inner .plan_bottom tr th p {
  font-weight: 400;
  margin-top: 10px;
}
.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 .plus {
  position: relative;
}
.plansec .inner .plan_bottom td .plus::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 .plus::before {
    width: 1.4641288433vw;
    height: 0.2928257687vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_bottom td .plus::before {
    width: 2.5vw;
    height: 0.5vw;
  }
}
.plansec .inner .plan_bottom td .plus::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 .plus::after {
    width: 0.2928257687vw;
    height: 1.4641288433vw;
    left: -0.878477306vw;
  }
}
@media screen and (max-width: 800px) {
  .plansec .inner .plan_bottom td .plus::after {
    width: 0.5vw;
    height: 2.5vw;
    left: -1.5vw;
  }
}

.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 auto 34px auto;
}
@media screen and (max-width: 800px) {
  .stepsec .inner .steplist {
    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 .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: 40px;
  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 .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: 16px;
    margin-bottom: 0vw;
  }
}
.stepsec .inner .steplist .list-item .rightcol .steptxt .stepttl-small {
  color: #1B2B60;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.stepsec .inner .steplist .list-item .rightcol .steptxt .maintxt {
  color: #000000;
}
.stepsec .inner .steplist .list-item .rightcol .steptxt .list {
  font-size: 1.5rem;
  list-style: disc;
  padding-left: 25px;
}
.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;
  margin-bottom: 10px;
}
.stepsec .inner .caption figure {
  margin-right: 12px;
}
.stepsec .inner .caption p {
  font-size: 16px;
  margin-right: 19px;
  font-size: clamp(14px, 2.7272727273vw, 30px);
}
.stepsec .inner .caption p:nth-child(3) {
  font-size: 1.8rem;
  margin-right: 0;
}

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

.bg-skyblue {
  background-color: #f6f8ff;
}

.qasec .inner {
  padding-top: 130px;
  padding-bottom: 100px;
  position: relative;
  /* accordion */
}
@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%;
    max-height: 150px;
    right: 10%;
  }
}
@media screen and (max-width: 800px) {
  .qasec .inner::before {
    display: none;
  }
}
.qasec .inner .sec-title {
  margin-bottom: 35px;
  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 .maintxt {
  max-width: 700px;
  width: 100%;
  margin: auto auto 65px;
}
.qasec .inner .s-faq__accordion {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #888D9D;
  row-gap: 17px;
  max-width: 1100px;
  width: 100%;
  margin: auto auto 70px;
  font-weight: 600;
}
.qasec .inner .s-faq__accordion .toggle {
  display: none;
}
.qasec .inner .s-faq__accordion .option {
  position: relative;
  padding: 10px 0px;
  font-size: 2rem;
  font-size: clamp(14px, 1.8181818182vw, 20px);
  color: #1B2B60;
  position: relative;
  border-bottom: 1px solid #888D9D;
}
.qasec .inner .s-faq__accordion .title,
.qasec .inner .s-faq__accordion .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.qasec .inner .s-faq__accordion .title {
  display: block;
  line-height: 4;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.qasec .inner .s-faq__accordion .title .s-faq__q {
  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;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .qasec .inner .s-faq__accordion .title .s-faq__q {
    max-width: 5vw;
    height: 5vw;
    width: 5vw;
    border-radius: 6.25vw;
    font-size: 24px;
    font-size: 3vw;
    width: 31%;
    margin-right: 1.25vw;
    top: -0.5vw;
  }
}
.qasec .inner .s-faq__accordion .title .s-faq__text {
  display: inline-block;
  line-height: 1.7;
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  .qasec .inner .s-faq__accordion .title .s-faq__text {
    padding-left: 10px;
  }
}
.qasec .inner .s-faq__accordion .title::after, .qasec .inner .s-faq__accordion .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #AF1E24;
  transition: all 0.3s;
}
.qasec .inner .s-faq__accordion .title::after {
  transform: rotate(90deg);
}
.qasec .inner .s-faq__accordion .content {
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
}
.qasec .inner .s-faq__accordion .content p {
  position: relative;
  color: #333;
  line-height: 1.5;
  padding: 10px 0 10px 60px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .qasec .inner .s-faq__accordion .content p {
    padding: 10px 0 10px 45px;
  }
}
.qasec .inner .s-faq__accordion .content p 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 .s-faq__accordion .content p span {
    max-width: 5vw;
    height: 5vw;
    width: 5vw;
    border-radius: 6.25vw;
    font-size: 24px;
    font-size: 3vw;
    width: 31%;
    margin-right: 1.25vw;
  }
}
.qasec .inner .s-faq__accordion .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.qasec .inner .s-faq__accordion .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
.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;
    -moz-column-gap: 2.125vw;
         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;
  -moz-column-gap: 55px;
       column-gap: 55px;
}
@media screen and (max-width: 1100px) {
  .qasec .inner .voicelist {
    -moz-column-gap: 1.4641288433vw;
         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 .voicettl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
.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: 16px;
  }
}
.qasec .inner .voicelist .list-item .voice-detail {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .qasec .inner .voicelist .list-item .voice-detail {
    -moz-column-gap: 0.5856515373vw;
         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: 0;
  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 .sec-title {
  border: none;
}
.contactsec .inner .maintxt {
  margin-bottom: 40px;
}
.contactsec .inner .column-item {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  justify-content: center;
  /*margin-right: 71px; 電話番号画ある場合の表示
  justify-content: flex-end;

  @include g.tb {
      margin-right: g.vw-pc(71);
  }*/
}
@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: 600px;
  width: 100%;
  display: table;
}
@media screen and (max-width: 1100px) {
  .contactsec .inner .column-item .rightcol {
    max-width: 54.9048316252vw;
    height: 6.588579795vw;
  }
}
@media screen and (max-width: 800px) {
  .contactsec .inner .column-item .rightcol {
    height: 11.25vw;
  }
}
.contactsec .inner .column-item .rightcol .contact_btn_group {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .contactsec .inner .column-item .rightcol .contact_btn_group {
    flex-direction: column;
  }
}
.contactsec .inner .column-item .rightcol a {
  color: #FFF;
  font-size: 2rem;
  font-size: clamp(14px, 1.6363636364vw, 18px);
  text-align: center;
  font-weight: 600;
  position: relative;
  display: flex;
  vertical-align: middle;
  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;
  padding: 1.5em 1em;
}
@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;
  }
}
.contactsec .inner .column-item .rightcol a .contact-btn__txtgroup {
  display: inline-block;
  text-align: left;
}
.contactsec .inner .column-item .rightcol a .contact-btn__txtgroup span {
  display: block;
}
.contactsec .inner .column-item .entry-summry {
  padding-top: 3rem;
}
.contactsec .inner .column-item .entry-summry__area {
  margin-top: 0;
}

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

.formsec {
  color: #FFF;
}
.formsec .inner {
  padding-top: 100px;
  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: 35px;
  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 .maintxt {
  margin-bottom: 45px;
}
.formsec .inner #formWrap .formTable {
  margin-bottom: 59px;
  padding-bottom: 25px;
  display: flex;
  -moz-column-gap: 17px;
       column-gap: 17px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .formsec .inner #formWrap .formTable {
    -moz-column-gap: 1.2445095168vw;
         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;
  white-space: nowrap;
  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;
  padding-left: 3px;
  padding-right: 3px;
}
.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% !important;
    height: auto;
  }
}
.formsec .inner #formWrap .formTable dd.w470 input::-moz-placeholder {
  color: rgba(136, 141, 157, 0.65);
}
.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::-moz-placeholder, .formsec .inner #formWrap .formTable dd.w215 select::-moz-placeholder {
  color: rgba(136, 141, 157, 0.65);
}
.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] {
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          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: 120px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  padding-left: 45px;
  color: #fff;
}
@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: 100%;
    height: 15vw;
    font-size: 30px;
    font-size: 3.75vw;
    padding-left: 5.625vw;
  }
}

.footer .inner {
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer .inner .foot-list {
  color: #FFF;
  display: flex;
  -moz-column-gap: 33px;
       column-gap: 33px;
  justify-content: center;
  margin-bottom: 21px;
}
@media screen and (max-width: 1100px) {
  .footer .inner .foot-list {
    -moz-column-gap: 2.4158125915vw;
         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: 100%;
    height: 60px;
    border-radius: 0;
    bottom: 0px;
    right: 0px;
  }
}
.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: 30px;
    font-size: 3.75vw;
    padding-top: 0;
  }
}
.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;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: -30px;
  }
}

.thanks-wrap .thanks .inner {
  padding: 50px 0;
  width: -moz-fit-content;
  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 */