@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: 0.625vw;
}

/* スクリーンサイズが1520px以上 */
@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
/* スクリーンサイズが1200px以下の場合に適用 */
@media screen and (max-width: 1100px) {
  html {
    font-size: 53.0625%;
  }
}
@media screen and (max-width: 980px) {
  html {
    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 Sans JP", sans-serif;
}

.serif {
  color: #FFF;
}

article {
  overflow-x: clip;
}

a:hover {
  filter: opacity(0.8);
}

html {
  scroll-behavior: smooth;
}

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

div {
  gap: 0;
}

figure {
  margin: 0 !important;
}
figure img {
  max-width: 100%;
  height: auto;
}

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

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

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

.inner {
  max-width: 1100px !important;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .inner {
    width: 90%;
  }
}
.inner .main-txt {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 980px) {
  .inner .main-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 5.7142857143vw;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 50;
}
.header__wrapper {
  display: flex;
  margin: 0 10px 0 20px;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
}
@media screen and (max-width: 980px) {
  .header__wrapper {
    margin: auto auto auto 2.8571428571vw;
    padding: 0;
  }
}
.header__wrapper .logo a {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  align-items: center;
  column-gap: 10px;
}
@media screen and (max-width: 980px) {
  .header__wrapper .logo a {
    flex-direction: column;
    align-items: flex-start;
    font-size: 10px;
    font-size: 2.0408163265vw;
  }
}
@media screen and (max-width: 980px) {
  .header__wrapper .logo img {
    max-width: 27.1428571429vw;
    width: 100%;
  }
}
.header__wrapper .gnav {
  width: 58%;
}
@media screen and (max-width: 980px) {
  .header__wrapper .gnav {
    width: 69%;
  }
}
.header__wrapper .gnav .header-list {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.header__wrapper .gnav .header-list .list-item--tel {
  font-size: 26px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-right: 12px;
}
@media screen and (max-width: 980px) {
  .header__wrapper .gnav .header-list .list-item--tel {
    font-size: 22px;
    font-size: 4.4897959184vw;
    line-height: 5.5102040816vw;
  }
  .header__wrapper .gnav .header-list .list-item--tel img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.2244897959vw;
  }
}
.header__wrapper .gnav .header-list .list-item--contact {
  max-width: 181px;
  width: 78%;
  background-color: #F99746;
  color: #FFF;
  border-radius: 27px;
  font-size: 15px;
  font-weight: bold;
  margin-right: 4px;
  height: 46px;
}
@media screen and (max-width: 980px) {
  .header__wrapper .gnav .header-list .list-item--contact {
    border-radius: 0;
    font-size: 9px;
    font-size: 1.8367346939vw;
    margin-right: 0;
    max-width: 13.8775510204vw;
    width: 100%;
    height: 13.8775510204vw;
    padding-bottom: 1.2244897959vw;
  }
}
.header__wrapper .gnav .header-list .list-item--contact figure {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .header__wrapper .gnav .header-list .list-item--contact figure img {
    width: 4.8979591837vw;
  }
}
.header__wrapper .gnav .header-list .list-item--contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  column-gap: 5px;
}
@media screen and (max-width: 980px) {
  .header__wrapper .gnav .header-list .list-item--contact a {
    flex-direction: column;
    row-gap: 1.6326530612vw;
    justify-content: flex-end;
    margin-bottom: 1.2244897959vw;
  }
}
.header__wrapper .gnav .header-list .list-item--line {
  max-width: 181px;
  width: 78%;
  background-color: #56B556;
  color: #FFF;
  border-radius: 27px;
  font-size: 15px;
  font-weight: bold;
  height: 46px;
}
@media screen and (max-width: 980px) {
  .header__wrapper .gnav .header-list .list-item--line {
    border-radius: 0;
    font-size: 9px;
    font-size: 1.8367346939vw;
    margin-right: 0;
    max-width: 13.8775510204vw;
    width: 100%;
    height: 13.8775510204vw;
    text-align: center;
    row-gap: 0.4081632653vw;
    padding-bottom: 1.0204081633vw;
  }
}
.header__wrapper .gnav .header-list .list-item--line figure {
  display: inline-block;
}
.header__wrapper .gnav .header-list .list-item--line a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  column-gap: 5px;
}
@media screen and (max-width: 980px) {
  .header__wrapper .gnav .header-list .list-item--line a {
    flex-direction: column;
    row-gap: 1.6326530612vw;
    justify-content: flex-end;
    margin-bottom: 1.2244897959vw;
  }
}

.mv .inner {
  padding: 30px 0 26px;
}
@media screen and (max-width: 980px) {
  .mv .inner {
    padding: 6.1224489796vw 0 5.306122449vw;
    flex-direction: column;
  }
}
.mv .inner .main-txt {
  max-width: 508px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .mv .inner .main-txt {
    max-width: none;
    font-size: 20px;
    font-size: 4.0816326531vw;
    line-height: 5.7142857143vw;
  }
}

.tit_inner {
  text-align: center;
  padding: 31px 0 26px;
  background-color: #1B87D1;
}
@media screen and (max-width: 980px) {
  .tit_inner {
    padding: 4.0816326531vw 0 4.0816326531vw;
  }
  .tit_inner figure img {
    width: auto;
    height: 30px;
  }
}

.top_reason .tit_inner {
  background-color: transparent;
  position: relative;
  padding: 75px 0 227px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .top_reason .tit_inner {
    padding: 15.306122449vw 0 46.3265306122vw;
  }
  .top_reason .tit_inner figure {
    width: 90%;
    margin: auto !important;
  }
  .top_reason .tit_inner figure img {
    height: auto;
  }
}
.top_reason .tit_inner .white-box {
  position: absolute;
  top: 204px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 1030px;
  width: 90%;
  z-index: 10;
  column-gap: 35px;
  padding: 40px 28px 30px;
  border: 3px solid #1b87d1;
}
@media screen and (max-width: 980px) {
  .top_reason .tit_inner .white-box {
    top: 35.7142857143vw;
    padding: 16.3265306122vw 2.0408163265vw;
    width: 95%;
    height: auto;
  }
}
.top_reason .tit_inner .white-box .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 45px;
  color: #f99746;
}
@media screen and (max-width: 980px) {
  .top_reason .tit_inner .white-box .catch {
    font-size: 26px;
    font-size: 5.306122449vw;
  }
}
.top_reason .tit_inner .white-box .reason-list {
  position: absolute;
  right: -5px;
  row-gap: 20px;
  max-width: 932px;
  width: 90%;
}
@media screen and (max-width: 980px) {
  .top_reason .tit_inner .white-box .reason-list {
    row-gap: 4.0816326531vw;
  }
}
.top_reason .tit_inner .white-box .reason-list .list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  color: #222;
  background-color: #EFF5F9;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 980px) {
  .top_reason .tit_inner .white-box .reason-list .list-item p {
    font-size: 15px;
    font-size: 3.0612244898vw;
    text-align: left;
    line-height: 4.4897959184vw;
  }
}
.top_reason .tit_inner .white-box .reason-list .list-item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #2c5e81;
  border-top: 0;
  transform: rotate(315deg);
  position: absolute;
  top: 100%;
  right: 0;
}
.top_reason .tit_inner .white-box .reason-list figure {
  background: url(../images/point_bg.svg) no-repeat center/contain;
  width: 150px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px !important;
}
@media screen and (max-width: 980px) {
  .top_reason .tit_inner .white-box .reason-list figure {
    background: url(../images/point_bg.svg) no-repeat left/100% auto;
    width: 11%;
    max-width: 20.4081632653vw;
    height: 100%;
    margin-right: 10px !important;
    margin-left: 0 !important;
    padding: 12px 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    flex: 1;
  }
  .top_reason .tit_inner .white-box .reason-list figure img {
    width: 70%;
  }
}
@media screen and (max-width: 980px) {
  .top_reason .wp-block-cover {
    min-height: 71.4285714286vw !important;
  }
}

.top_about .inner {
  padding: 39px 0 61px;
}
.top_about .inner .column-item {
  column-gap: 41px;
}
@media screen and (max-width: 980px) {
  .top_about .inner .column-item {
    flex-direction: column;
  }
}
.top_about .inner .column-item .column-left {
  max-width: 540px;
  width: 100%;
  flex-basis: initial;
  flex-grow: initial;
}
@media screen and (max-width: 980px) {
  .top_about .inner .column-item .column-left {
    max-width: none;
  }
}
.top_about .inner .column-item .column-left .main-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  color: #222;
}
@media screen and (max-width: 980px) {
  .top_about .inner .column-item .column-left .main-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 4.8979591837vw;
  }
}
.top_about .inner .column-item .column-left .main-txt.mb35 {
  margin-bottom: 35px;
}
.top_about .inner .column-item .column-left .main-txt.mb30 {
  margin-bottom: 30px;
}
.top_about .inner .column-item .column-left .red-box {
  border: 2px solid #c40000;
  position: relative;
  padding: 22px 14px 13px 24px;
  margin-bottom: 18px;
}
.top_about .inner .column-item .column-left .red-box .catch {
  position: absolute;
  background-color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #c40000;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
  width: 90%;
}
@media screen and (max-width: 980px) {
  .top_about .inner .column-item .column-left .red-box .catch {
    font-size: 16px;
    font-size: 3.2653061224vw;
    top: -2.0408163265vw;
  }
}
.top_about .inner .column-item .column-right .wp-block-image {
  text-align: right;
}
@media screen and (max-width: 980px) {
  .top_about .inner .column-item .column-right .wp-block-image img {
    width: 100% !important;
  }
}
.top_about .inner .wp-block-image {
  text-align: center;
}

.top_flow .inner {
  padding: 50px 0 86px;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .top_flow .inner {
    row-gap: 4.0816326531vw;
    padding: 10.2040816327vw 0;
    flex-wrap: wrap !important;
  }
}
.top_flow .inner .flow-item {
  max-width: 275px;
  width: 24%;
  flex-basis: initial;
  flex-grow: initial;
}
@media screen and (max-width: 980px) {
  .top_flow .inner .flow-item {
    flex-basis: initial !important;
    flex-wrap: wrap;
    width: 50%;
    max-width: none !important;
  }
}
.top_flow .inner .flow-item:nth-child(2) {
  max-width: 281px;
  margin-left: -6px;
}
.top_flow .inner .flow-item:nth-child(2) .column-item {
  background: url(../images/02_bg.svg) no-repeat center/contain;
}
@media screen and (max-width: 980px) {
  .top_flow .inner .flow-item:nth-child(2) .column-item {
    max-width: none !important;
  }
}
.top_flow .inner .flow-item:nth-child(3) {
  max-width: 281px;
  margin-left: -6px;
}
.top_flow .inner .flow-item:nth-child(3) .column-item {
  background: url(../images/03_bg.svg) no-repeat center/contain;
}
@media screen and (max-width: 980px) {
  .top_flow .inner .flow-item:nth-child(3) .column-item {
    max-width: none !important;
  }
}
.top_flow .inner .flow-item:nth-child(4) {
  max-width: 281px;
  margin-left: -6px;
}
.top_flow .inner .flow-item:nth-child(4) .column-item {
  background: url(../images/04_bg.svg) no-repeat center/contain;
}
@media screen and (max-width: 980px) {
  .top_flow .inner .flow-item:nth-child(4) .column-item {
    max-width: none !important;
  }
}
.top_flow .inner .flow-item .column-item {
  background: url(../images/01_bg.svg) no-repeat center/contain;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  height: 50px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .top_flow .inner .flow-item .column-item {
    font-size: 26px;
    font-size: 5.306122449vw;
    height: 10.2040816327vw;
  }
}
.top_flow .inner .flow-item .column-item p {
  width: 100%;
}
.top_flow .inner .flow-item .column-item strong {
  font-size: 34px;
}
@media screen and (max-width: 980px) {
  .top_flow .inner .flow-item .column-item strong {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.top_flow .inner .flow-item .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #222;
  min-height: 51px;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
@media screen and (max-width: 980px) {
  .top_flow .inner .flow-item .ttl {
    font-size: 18px;
    font-size: 3.6734693878vw;
    line-height: 5.1020408163vw;
    margin-bottom: 0.612244898vw;
    min-height: 10.4081632653vw;
  }
}
.top_flow .inner .flow-item .main-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #222;
}
@media screen and (max-width: 980px) {
  .top_flow .inner .flow-item .main-txt {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 4.693877551vw;
  }
}
.top_flow .inner .flow-item .icon {
  width: 100%;
  text-align: center;
  height: 121px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .top_flow .inner .flow-item .icon {
    height: 23.4693877551vw;
  }
}
.top_flow .inner .flow-item .tel-box {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 3.3rem;
  color: #1b87d1;
  align-items: center;
  column-gap: 3px;
  margin-top: 3px;
  margin-bottom: 5px;
}
@media screen and (max-width: 980px) {
  .top_flow .inner .flow-item .tel-box {
    font-size: 24px;
    font-size: 4.8979591837vw;
    column-gap: 0.612244898vw;
    margin-top: 0.612244898vw;
    margin-bottom: 1.0204081633vw;
  }
}
.top_flow .inner .flow-item .tel-box figure {
  display: flex;
}
.top_flow .inner .flow-item .wp-block-button {
  width: 250px;
}
@media screen and (max-width: 980px) {
  .top_flow .inner .flow-item .wp-block-button {
    width: 90%;
  }
}
.top_flow .inner .flow-item .wp-block-button .wp-block-button__link {
  width: 100%;
  border-radius: 23px;
  background: #1b87d1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #fff;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding-left: 22px;
}
@media screen and (max-width: 980px) {
  .top_flow .inner .flow-item .wp-block-button .wp-block-button__link {
    width: 100%;
    height: 8.1632653061vw;
    padding-left: 4.4897959184vw;
    border-radius: 4.693877551vw;
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.top_flow .inner .flow-item .wp-block-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/h_mail.svg) no-repeat center/contain;
  width: 17px;
  height: 12px;
  left: 68px;
}
@media screen and (max-width: 980px) {
  .top_flow .inner .flow-item .wp-block-button .wp-block-button__link::before {
    left: 8.1632653061vw;
    width: 3.4693877551vw;
    height: 2.4489795918vw;
  }
}

.top_faq .inner {
  padding: 50px 0 72px;
}
@media screen and (max-width: 980px) {
  .top_faq .inner {
    padding: 10.2040816327vw 0;
  }
}
.top_faq .inner .qa-item {
  border: 2px solid #1b87d1;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .top_faq .inner .qa-item {
    margin-bottom: 6.1224489796vw;
  }
}
.top_faq .inner .qa-item:last-child {
  margin-bottom: 0;
}
.top_faq .inner .qa-item .qa-wrap {
  width: 100%;
  align-items: flex-start;
}
.top_faq .inner .qa-item .qa-wrap.a-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, height 0.3s ease-in-out;
}
.top_faq .inner .qa-item .qa-wrap .q-ttl,
.top_faq .inner .qa-item .qa-wrap .a-ttl {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1B87D1;
}
@media screen and (max-width: 980px) {
  .top_faq .inner .qa-item .qa-wrap .q-ttl,
  .top_faq .inner .qa-item .qa-wrap .a-ttl {
    font-size: 40px;
    font-size: 8.1632653061vw;
    width: 12.2448979592vw;
    height: 12.2448979592vw;
  }
}
.top_faq .inner .qa-item .qa-wrap .a-ttl {
  color: #f99746;
  background-color: #F9F9F9;
}
.top_faq .inner .qa-item .qa-wrap .q-txt,
.top_faq .inner .qa-item .qa-wrap .a-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #222;
  padding: 17px 15px;
  width: calc(100% - 60px);
  position: relative;
}
@media screen and (max-width: 980px) {
  .top_faq .inner .qa-item .qa-wrap .q-txt,
  .top_faq .inner .qa-item .qa-wrap .a-txt {
    font-size: 18px;
    font-size: 3.6734693878vw;
    line-height: 5.1020408163vw;
    padding: 3.4693877551vw 6.1224489796vw 3.4693877551vw 3.0612244898vw;
    width: calc(100% - 12.2448979592vw);
  }
}
.top_faq .inner .qa-item .qa-wrap .a-txt {
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .top_faq .inner .qa-item .qa-wrap .a-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.top_faq .inner .qa-item .qa-wrap .q-txt::after {
  content: "";
  position: absolute;
  background: url(../images/close.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
}
@media screen and (max-width: 980px) {
  .top_faq .inner .qa-item .qa-wrap .q-txt::after {
    right: 2.0408163265vw;
    width: 4.0816326531vw;
    height: 4.0816326531vw;
    right: 2.0408163265vw;
  }
}
.top_faq .inner .qa-item .qa-wrap .a-ttl,
.top_faq .inner .qa-item .qa-wrap .a-txt {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, height 0.3s ease-in-out;
}
.top_faq .inner .qa-item.active {
  height: auto;
  opacity: 1;
  /* activeクラスの表示スタイル */
  visibility: visible;
  /* activeクラスの表示スタイル */
}
.top_faq .inner .qa-item.active .a-wrap,
.top_faq .inner .qa-item.active .a-txt {
  height: auto;
  opacity: 1;
  /* activeクラスの表示スタイル */
  visibility: visible;
}
.top_faq .inner .qa-item.active .a-ttl {
  opacity: 1;
  /* activeクラスの表示スタイル */
  visibility: visible;
  height: 60px;
}
@media screen and (max-width: 980px) {
  .top_faq .inner .qa-item.active .a-ttl {
    height: 12.2448979592vw;
  }
}
.top_faq .inner .qa-item.active .q-txt::after {
  content: "";
  position: absolute;
  background: url(../images/open.svg) no-repeat center/contain;
  width: 20px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
}
@media screen and (max-width: 980px) {
  .top_faq .inner .qa-item.active .q-txt::after {
    right: 2.0408163265vw;
  }
}

.top_howto .inner {
  padding: 45px 0 68px;
}
@media screen and (max-width: 980px) {
  .top_howto .inner {
    padding: 10.2040816327vw 0;
  }
}
.top_howto .inner .wp-block-columns {
  align-items: flex-end !important;
  margin-bottom: 27px;
}
@media screen and (max-width: 980px) {
  .top_howto .inner .wp-block-columns {
    flex-direction: column;
    margin-bottom: 5.5102040816vw;
    align-items: center !important;
    row-gap: 6.1224489796vw;
  }
}
.top_howto .inner .wp-block-columns figure {
  margin-left: -72px !important;
  margin-right: 9px !important;
}
@media screen and (max-width: 980px) {
  .top_howto .inner .wp-block-columns figure {
    margin: auto !important;
  }
}
.top_howto .inner .wp-block-columns .check-list {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-left: 27px;
}
@media screen and (max-width: 980px) {
  .top_howto .inner .wp-block-columns .check-list {
    margin: auto;
    row-gap: 5.1020408163vw;
  }
}
.top_howto .inner .wp-block-columns .check-list .list-item {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #333;
  padding-left: 40px;
}
@media screen and (max-width: 980px) {
  .top_howto .inner .wp-block-columns .check-list .list-item {
    font-size: 20px;
    font-size: 4.0816326531vw;
    padding-left: 8.1632653061vw;
  }
}
.top_howto .inner .wp-block-columns .check-list .list-item::before {
  content: "";
  background: url(../images/check.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 25px;
}
@media screen and (max-width: 980px) {
  .top_howto .inner .wp-block-columns .check-list .list-item::before {
    width: 5.7142857143vw;
    height: 5.1020408163vw;
  }
}
.top_howto .inner figure {
  text-align: center;
}

.top_conditions .inner {
  padding: 60px 0 81px;
}
@media screen and (max-width: 980px) {
  .top_conditions .inner {
    padding: 10.2040816327vw 0;
  }
}
.top_conditions .inner .list-item {
  max-width: 900px;
  width: 90%;
  margin: auto auto 2px;
}
@media screen and (max-width: 980px) {
  .top_conditions .inner .list-item {
    flex-direction: column;
  }
}
.top_conditions .inner .list-item:last-child {
  margin-bottom: 0;
}
.top_conditions .inner .list-item .list-ttl {
  max-width: 200px;
  width: 100%;
  background-color: #1B87D1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  height: 60px;
  text-align: center;
  color: #fff;
  margin-right: 2px;
}
@media screen and (max-width: 980px) {
  .top_conditions .inner .list-item .list-ttl {
    max-width: none;
    font-size: 16px;
    font-size: 3.2653061224vw;
    height: auto;
    margin-right: 0;
    padding: 2.0408163265vw 0;
  }
}
.top_conditions .inner .list-item .list-txt {
  max-width: 698px;
  width: 100%;
  background-color: #EFF5F9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  height: 60px;
  color: #222;
  padding: 19px 14px;
}
@media screen and (max-width: 980px) {
  .top_conditions .inner .list-item .list-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    max-width: none;
    padding: 3.8775510204vw 2.8571428571vw;
    height: auto;
  }
}

.top_contact .inner {
  padding: 40px 0 74px;
}
.top_contact .inner .wpcf7-response-output {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .wpcf7-response-output {
    font-size: 14px;
    font-size: 2.8571428571vw;
    line-height: 4.8979591837vw;
  }
}
@media screen and (max-width: 980px) {
  .top_contact .inner {
    padding: 10.2040816327vw 0;
  }
}
.top_contact .inner .main-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #222;
  margin-bottom: 18px;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .main-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    margin-bottom: 3.6734693878vw;
  }
}
.top_contact .inner .main-txt a {
  text-decoration: underline;
  color: #1B87D1;
}
.top_contact .inner .red_box {
  max-width: 400px;
  width: 100%;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  color: #f00;
  border: 1px solid #f00;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .red_box {
    max-width: 81.6326530612vw;
    font-size: 18px;
    font-size: 3.6734693878vw;
    line-height: 8.9795918367vw;
    border: 0.2040816327vw solid #F00;
  }
}
.top_contact .inner .contact-wrap {
  max-width: 900px;
  width: 100%;
  margin: auto auto 26px;
  padding-top: 36px;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap {
    padding-top: 8.1632653061vw;
    width: 90%;
    margin: auto auto 0;
  }
}
.top_contact .inner .contact-wrap .main-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #222;
  margin-top: 26px;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .main-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.5306122449vw;
    margin-top: 5.306122449vw;
    margin-bottom: 3.0612244898vw;
  }
}
.top_contact .inner .contact-wrap .contact-form {
  width: 100%;
  position: relative;
  z-index: 5;
}
.top_contact .inner .contact-wrap .contact-form .contact-item {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 2px;
  column-gap: 12px;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item {
    padding-bottom: 4.8979591837vw;
    column-gap: 3.0612244898vw;
    margin-bottom: 3.0612244898vw;
  }
}
.top_contact .inner .contact-wrap .contact-form .contact-item:nth-last-child(2) {
  padding-bottom: 0;
  margin-bottom: 54px;
  border-bottom: none;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item {
    flex-direction: column;
    row-gap: 2.0408163265vw;
  }
}
.top_contact .inner .contact-wrap .contact-form .contact-item dt {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  background-color: #EFF5F9;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 13px 24px 15px;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item dt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    min-height: auto;
    max-width: none;
    margin-top: auto;
  }
}
.top_contact .inner .contact-wrap .contact-form .contact-item dt p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item dt p {
    justify-content: flex-start;
    column-gap: 4.0816326531vw;
  }
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item dt {
    min-width: none;
  }
}
@media screen and (max-width: 980px) and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item dt {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.top_contact .inner .contact-wrap .contact-form .contact-item dt .required {
  border-radius: 11px;
  max-width: 40px;
  width: 100%;
  color: #FFF;
  background-color: #E96969;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  padding: 0 5px;
  text-align: center;
  margin-left: auto;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item dt .required {
    margin-left: 0;
    border-radius: 2.4489795918vw;
    max-width: 9.7959183673vw;
    font-size: 14px;
    font-size: 2.8571428571vw;
    line-height: 4.8979591837vw;
    padding: 0 1.0204081633vw;
  }
}
.top_contact .inner .contact-wrap .contact-form .contact-item dt small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #222;
  display: block;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item dt small {
    font-size: 12px;
    font-size: 2.4489795918vw;
  }
}
.top_contact .inner .contact-wrap .contact-form .contact-item dd {
  max-width: 600px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item dd {
    max-width: none;
    display: block;
  }
}
.top_contact .inner .contact-wrap .contact-form .contact-item dd input {
  background: #fafafa;
  width: 680px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 42px;
  padding: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item dd input {
    width: 100%;
    height: 8.5714285714vw;
    padding: 2.0408163265vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.5306122449vw;
  }
}
.top_contact .inner .contact-wrap .contact-form .contact-item dd input::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #aaa;
  line-height: 42px;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item dd input::placeholder {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 8.5714285714vw;
  }
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item dd input {
    height: 10.2040816327vw;
    border-radius: 1.0204081633vw;
    padding: 2.0408163265vw;
  }
}
.top_contact .inner .contact-wrap .contact-form .contact-item dd textarea {
  width: 680px;
  max-width: 680px;
  border-radius: 5px;
  background: #fafafa;
  border: 1px solid #ddd;
  min-height: 142px;
  height: 142px;
  padding: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item dd textarea {
    width: 100%;
    max-width: none;
    border-radius: 1.0204081633vw;
    min-height: 28.9795918367vw;
    padding: 2.0408163265vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.5306122449vw;
  }
}
.top_contact .inner .contact-wrap .contact-form .contact-item dd .kome {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #777;
  margin-top: 7px;
}
.top_contact .inner .contact-wrap .contact-form .contact-item dd .side {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #222;
  vertical-align: bottom;
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item dd .side {
    font-size: 16px;
    font-size: 3.2653061224vw;
    margin-left: 2.0408163265vw;
  }
}
.top_contact .inner .contact-wrap .contact-form .contact-item:nth-last-child(3) dt {
  height: 168px;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item:nth-last-child(3) dt {
    height: auto;
  }
}
.top_contact .inner .contact-wrap .contact-form .contact-item.w100 dd input {
  width: 100px;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item.w100 dd input {
    width: 20.4081632653vw;
  }
}
.top_contact .inner .contact-wrap .contact-form .contact-item.w200 dd input {
  width: 200px;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item.w200 dd input {
    width: 40.8163265306vw;
  }
}
.top_contact .inner .contact-wrap .contact-form .contact-item.w300 dd input {
  width: 300px;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .contact-item.w300 dd input {
    width: 61.2244897959vw;
  }
}
.top_contact .inner .contact-wrap .contact-form .submit-btn {
  max-width: 250px;
  width: 100%;
  margin: auto;
  border-radius: 23px;
  background: #1b87d1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #fff;
  height: 46px;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .submit-btn {
    height: 9.387755102vw;
    border-radius: 4.693877551vw;
    font-size: 15px;
    font-size: 3.0612244898vw;
    max-width: 51.0204081633vw;
  }
}
.top_contact .inner .contact-wrap .contact-form .submit-btn p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.top_contact .inner .contact-wrap .contact-form .submit-btn p input {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .top_contact .inner .contact-wrap .contact-form .submit-btn {
    max-width: 40.8163265306vw;
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.top_contact .inner .contact-wrap .contact-form .submit-btn .wpcf7-spinner {
  display: none;
}

.top_company .inner {
  padding: 50px 0 79px;
}
@media screen and (max-width: 980px) {
  .top_company .inner {
    padding: 10.2040816327vw 0;
  }
}
.top_company .inner .list-item {
  max-width: 900px;
  width: 90%;
  margin: auto auto 0;
  padding-top: 2px;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 980px) {
  .top_company .inner .list-item {
    padding-top: 0.4081632653vw;
    border-top: 0.2040816327vw solid #eee;
    flex-direction: column;
  }
}
.top_company .inner .list-item .list-ttl {
  max-width: 200px;
  width: 100%;
  background-color: #EFF5F9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #222;
  margin-right: 2px;
}
@media screen and (max-width: 980px) {
  .top_company .inner .list-item .list-ttl {
    max-width: none;
    font-size: 16px;
    font-size: 3.2653061224vw;
    margin-right: 0;
    line-height: 6.5306122449vw;
  }
}
.top_company .inner .list-item .list-txt {
  max-width: 698px;
  width: 100%;
  background-color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  height: auto;
  color: #222;
  padding: 19px 14px;
}
@media screen and (max-width: 980px) {
  .top_company .inner .list-item .list-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 4.8979591837vw;
    padding: 3.8775510204vw 2.8571428571vw;
    max-width: none;
  }
}
.top_company .inner .map {
  margin: 40px auto auto;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .top_company .inner .map {
    max-width: none;
  }
  .top_company .inner .map iframe {
    width: 100%;
  }
}

.top_privacy {
  background-color: #FAFAFA;
}
.top_privacy .inner {
  padding: 81px 0 80px;
}
@media screen and (max-width: 980px) {
  .top_privacy .inner {
    padding: 10.2040816327vw 0;
  }
}
.top_privacy .inner .main-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #222;
  margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
  .top_privacy .inner .main-ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 5.1020408163vw;
  }
}
.top_privacy .inner .sub-ttl {
  background-color: #CCCCCC;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #222;
  padding: 12px 13px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .top_privacy .inner .sub-ttl {
    font-size: 18px;
    font-size: 3.6734693878vw;
    padding: 2.4489795918vw 2.6530612245vw;
    margin-bottom: 4.0816326531vw;
  }
}
.top_privacy .inner .main-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 980px) {
  .top_privacy .inner .main-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 5.1020408163vw;
  }
}
.top_privacy .inner .main-txt.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .top_privacy .inner .main-txt.mb40 {
    margin-bottom: 8.1632653061vw;
  }
}
.top_privacy .inner .main-txt.mb52 {
  margin-bottom: 52px;
}
@media screen and (max-width: 980px) {
  .top_privacy .inner .main-txt.mb52 {
    margin-bottom: 10.612244898vw;
  }
}
.top_privacy .inner .red_box {
  background: #f6efef;
  border: 1px solid #c40000;
  padding: 40px 41px 48px 40px;
}
@media screen and (max-width: 980px) {
  .top_privacy .inner .red_box {
    padding: 8.1632653061vw 3.0612244898vw 9.7959183673vw 3.0612244898vw;
  }
}
.top_privacy .inner .red_box .main-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #c40000;
  margin-bottom: 32px;
}
@media screen and (max-width: 980px) {
  .top_privacy .inner .red_box .main-ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 6.5306122449vw;
  }
}
.top_privacy .inner .red_box .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #c40000;
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .top_privacy .inner .red_box .catch {
    font-size: 18px;
    font-size: 3.6734693878vw;
    line-height: 5.306122449vw;
    margin-bottom: 4.8979591837vw;
  }
}
.top_privacy .inner .red_box .main-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #222;
  margin-bottom: 52px;
}
@media screen and (max-width: 980px) {
  .top_privacy .inner .red_box .main-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 4.8979591837vw;
    margin-bottom: 10.612244898vw;
  }
}
.top_privacy .inner .red_box .column-item {
  column-gap: 20px;
}
@media screen and (max-width: 980px) {
  .top_privacy .inner .red_box .column-item {
    flex-direction: column;
    row-gap: 4.0816326531vw;
  }
}
.top_privacy .inner .red_box .column-item .wp-block-column {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .top_privacy .inner .red_box .column-item .wp-block-column {
    max-width: none;
  }
}
.top_privacy .inner .red_box .column-item .wp-block-column .sub-ttl {
  background: #c40000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .top_privacy .inner .red_box .column-item .wp-block-column .sub-ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 4.8979591837vw;
    height: auto;
  }
}
.top_privacy .inner .red_box .column-item .wp-block-column .main-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .top_privacy .inner .red_box .column-item .wp-block-column .main-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 4.8979591837vw;
  }
}

.footer {
  background-color: #1B87D1;
}
.footer .inner {
  padding: 18px 0;
}
@media screen and (max-width: 980px) {
  .footer .inner {
    padding: 3.6734693878vw 0;
  }
}
.footer .inner copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  display: block;
}
@media screen and (max-width: 980px) {
  .footer .inner copy {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 4.8979591837vw;
  }
}

/* ポップアップ */
/* モーダルのスタイル */
#backGuide,
#backGuide p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#backGuide {
  display: none;
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#backGuide .popup-wrap {
  position: absolute;
  width: 600px;
  height: 650px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 980px) {
  #backGuide .popup-wrap {
    width: 90%;
    height: 102.4489795918vw;
  }
}
#backGuide .popup-wrap .close-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222222;
  width: 30px;
  height: 30px;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 980px) {
  #backGuide .popup-wrap .close-btn {
    width: 6.1224489796vw;
    height: 6.1224489796vw;
    border-radius: 10.2040816327vw;
    font-size: 18px;
    font-size: 3.6734693878vw;
    right: 2.0408163265vw;
    top: 2.0408163265vw;
  }
}
#backGuide .popup-wrap .popup-wraptop {
  background-color: #F2F8FC;
  padding-top: 32px;
  padding-left: 23px;
}
@media screen and (max-width: 980px) {
  #backGuide .popup-wrap .popup-wraptop {
    padding-top: 6.5306122449vw;
    padding-left: 4.693877551vw;
  }
}
#backGuide .popup-wrap .popup-wrapbottom {
  background-color: #1B87D1;
  padding-bottom: 20px;
}
@media screen and (max-width: 980px) {
  #backGuide .popup-wrap .popup-wrapbottom {
    padding-bottom: 4.0816326531vw;
    padding-top: 4.0816326531vw;
  }
}
#backGuide .popup-wrap .popup-wrapbottom strong {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 980px) {
  #backGuide .popup-wrap .popup-wrapbottom strong {
    font-size: 23px;
    font-size: 4.693877551vw;
  }
}
#backGuide .popup-wrap .popup-wrapbottom .tellink {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 65px;
  color: #ffe456;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  #backGuide .popup-wrap .popup-wrapbottom .tellink {
    font-size: 38px;
    font-size: 7.7551020408vw;
    line-height: 10vw;
  }
}
@media screen and (max-width: 980px) {
  #backGuide .popup-wrap .popup-wrapbottom .tellink figure {
    width: 6.7346938776vw;
    height: 6.7346938776vw;
  }
}
#backGuide .popup-wrap .popup-wrapbottom .tellink figure img {
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  #backGuide .popup-wrap .popup-wrapbottom .tellink figure img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
}
#backGuide .popup-wrap .popup-wrapbottom small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 18px;
  display: block;
  text-align: center;
  color: #fff;
  margin-bottom: 13px;
}
@media screen and (max-width: 980px) {
  #backGuide .popup-wrap .popup-wrapbottom small {
    font-size: 10px;
    font-size: 2.0408163265vw;
    margin-bottom: 2.6530612245vw;
  }
}
#backGuide .popup-wrap .popup-wrapbottom .contact-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
  border-radius: 50px;
  background-color: #F99746;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  color: #fff;
  height: 80px;
  margin: auto;
  column-gap: 5px;
}
@media screen and (max-width: 980px) {
  #backGuide .popup-wrap .popup-wrapbottom .contact-btn a {
    width: 90%;
    border-radius: 10.2040816327vw;
    font-size: 24px;
    font-size: 4.8979591837vw;
    height: 12.2448979592vw;
    column-gap: 1.0204081633vw;
  }
}

.thanks .inner {
  min-height: calc(100vh - 129px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanks .inner .wp-block-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .thanks .inner .wp-block-heading {
    font-size: 24px;
    font-size: 4.8979591837vw;
    margin-bottom: 6.1224489796vw;
  }
}
@media screen and (max-width: 980px) {
  .thanks .inner {
    min-height: calc(100vh - 17.1428571429vw);
  }
}

/*----商品案内ページの追加(2024.10.21)----*/
.sub_product{
	margin-top: 80px;
}
@media screen and (max-width: 980px) {
  .sub_product{
    margin-top: 16vw;
  }
}
.sub_product .inner{
  padding: 60px 0 60px;
}
@media screen and (max-width: 980px) {
  .sub_product .inner {
    padding: 10vw 0;
  }
}
.sub_product .inner table td {
  width: 100%;
  background-color: #EFF5F9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #222;
  padding: 19px 14px;
  border: 2px solid #fff;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .sub_product .inner table td {
    max-width: none;
    font-size: 16px;
    font-size: 3.26vw;
    height: auto;
    padding: 3.87vw 2.85vw;
	width: 32vw;
  }
}
.sub_product .inner table tr:first-child{
	font-weight: bold;
}
.sub_product .inner table tr td:first-child{
	background-color: #1B87D1;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 980px) {
	.sub_product .inner table tr td:first-child{
	  width: 24vw;
  }
}
.sub_product--2 .tit_inner {
    background-color: #FFB17F;
}
.sub_product--2 .inner table td {
  background-color: #FFF;
  border: 1px solid #CCC;
}
.sub_product--2 .inner table tr td:first-child{
	background-color: #FFA16A;
}

/*# sourceMappingURL=style.css.map */