@charset "UTF-8";
/* ----------------------------
	Common Style Setting
	Create Date: 25.04.22
----------------------------*/
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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*/
}

/* 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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*   Common Setting
----------------------------*/
/* 変数定義 */
:root {
  --black90: #1C1A1B;
  --black80: #333333;
  --black70: #433B3B;
  --black30: #CCCCCC;
  --orange: #FF5B00;
  --ffjp: "Hiragino Sans ProN", "ヒラギノ角ゴシック ProN", "Hiragino Sans Pro", "Yu Gothic UI", "游ゴシック", "MSゴシック", "メイリオ", Meiryo, Osaka, sans-serif;
  --ffNoto: "Noto Sans JP", sans-serif;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

body {
  position: relative;
  font-family: var(--ffjp);
  margin: 0px;
  padding: 0px;
  color: #000000;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

/**================================= Global Header =================================**/
.global-header {
  padding: 0 20px;
  padding-top: calc(14/375*100vw);
  position: absolute;
}

.site-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: calc(12/375*100vw);
  color: var(--black70);
  font-weight: 600;
  max-width: 1200px;
  margin: 0 auto;
}
.site-title img {
  width: calc(101/375*100vw);
  margin-right: calc(5/375*100vw);
}

/**================================= Contents =================================**/
/* HERO
--------------------*/
.hero-area {
  height: calc(390/375*100vw);
  padding: calc(65.6/375*100vw) 20px 0;
  background: url(../images/fv_bgimg_sp.jpg) no-repeat center center/cover;
}
.hero-area__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.hero-area__copy01 {
  width: calc(274/375*100vw);
  margin-bottom: calc(17.5/375*100vw);
}
.hero-area__copy01 img {
  width: 100%;
}
.hero-area__copy02 {
  width: calc(238.54/375*100vw);
  margin-bottom: calc(40/375*100vw);
}
.hero-area__copy02 img {
  width: 100%;
}
.hero-area__labels {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: calc(3.9/375*100vw);
  row-gap: calc(5/375*100vw);

  width: calc(176.17/375*100vw);
  margin-bottom: calc(14/375*100vw);
}
.hero-area__label {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: calc(20/375*100vw);
  height: calc(32/375*100vw);
}
.hero-area__label span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 calc(3.9/375*100vw);
  height: 100%;
  line-height: 1;
  font-size: calc(14/375*100vw);
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
}
.hero-area__label.--s {
  width: calc(77.07/375*100vw);
  background-image: url(../images/fv_bglabel_s.svg);
}
.hero-area__label.--m {
  width: calc(94.51/375*100vw);
  background-image: url(../images/fv_bglabel_m.svg);
}
.hero-area__label.--l {
  width: 100%;
  background-image: url(../images/fv_bglabel_l.svg);
}
.hero-area__feature-box {
  position: relative;
  width: calc(179/375*100vw);
  margin-left: calc(2/375*100vw);
}
.hero-area__feature-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(246/375*100vw);
  height: calc(77/375*100vw);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50% / 50%;
  filter: blur(calc(8/375*100vw));
  z-index: 0;
}
.hero-area__feature-box img {
  position: relative;
}

/* QUESTION
--------------------*/
.section-question {
  padding-bottom: 50px;
}

.qestion-heading {
  background-color: var(--orange);
  text-align: center;
  color: white;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 3em;
}
.qestion-heading__fl {
  font-size: 140%;
}
.qestion-heading::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0 11px;
  border-color: var(--orange) transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-1px);
          transform: translateX(-50%) translateY(-1px);
}

.question-qtxt {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}

.qestion-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.qestion-list__item {
  width: calc(50% - 10px);
}
.qestion-list__btn {
  width: 100%;
  height: 60px;
  background-color: white;
  border: var(--orange) solid 1px;
  color: var(--orange);
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 5px;
  position: relative;
  padding-right: 10px;
}
.qestion-list__btn::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 10px;
  border-right: var(--orange) solid 2px;
  border-bottom: var(--orange) solid 2px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* Contents Tel */
.tel_box--content {
  margin-top: 4em;
  text-align: center;
}
.tel_box--content .tel_box__body {
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 20px;
}
.tel_box--content .tel_text {
  font-size: 1.5rem;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tel_box--content .tel_text::before {
  content: "";
  width: 36px;
  height: 20px;
  background: url(../images/icn_freedial.svg) no-repeat center center/contain;
  margin-right: 5px;
}

/**================================= Global Footer =================================**/
.global-footer {
  border-top: var(--black30) solid 1px;
}

.footer_address {
  font-size: 10pt;
  line-height: 1.8;
}

/* Copyright */
.copyWrap {
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 97;
  background: #F8F8F8;
}

.copy {
  font-size: 9pt;
  padding: 8px 0px;
  min-height: 4vh;
  color: #A7A7A7;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .pcOnly {
    display: none;
  }
  .footer_address {
    display: block;
    width: 100%;
    margin: 20px auto 10px;
    position: relative;
  }
  .address_box {
    position: relative;
    padding-left: 1em;
  }
  .tel_box:last-child {
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .tel_box {
    display: block;
    background: #F1F1F1;
    margin-bottom: 0;
    padding: 20px 10px;
  }
}
@media screen and (min-width: 897px) {
  .spOnly {
    display: none;
  }
  /**================================= Global Header =================================**/
  .global-header {
    width: 100%;
    top: 40px;
    padding-top: 0;
  }
  .site-title {
    font-size: 1.125rem;
  }
  .site-title img {
    width: 170px;
    margin-right: 23px;
  }
  /**================================= Contents =================================**/
  /* HERO
  --------------------*/
  .hero-area {
    padding: 138px 20px 0;
    background-image: url(../images/fv_bgimg_pc.jpg);
    height: 700px;
  }
  .hero-area__copy01 {
    width: 700px;
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .hero-area__copy02 {
    width: 541px;
    margin-bottom: 38px;
    margin-left: 20px;
  }
  .hero-area__labels {
    justify-content: start;
    column-gap: 12px;
    row-gap: 12px;
    width: 399px;
    margin-left: 30px;
    margin-bottom: 22px;
  }
  .hero-area__label {
    padding-left: 30px;
    height: 73px;
  }
  .hero-area__label span {
    padding: 0;
    font-size: 34px;
  }
  .hero-area__label.--s {
    width: 174px;
  }
  .hero-area__label.--m {
    width: 213px;
  }
  .hero-area__label.--l {
    width: 100%;
  }
  .hero-area__feature-box {
    width: 422px;
    margin-left: 20px;
  }
  .hero-area__feature-box::before {
    width: 422px;
    height: 152px;
    filter: blur(18px);
  }
  /* QUESTION
  --------------------*/
  .section-question {
    padding-bottom: 90px;
  }
  .qestion-heading {
    font-size: 1.375rem;
    padding: 20px;
    margin-bottom: 3em;
  }
  .qestion-heading__fl {
    font-size: 140%;
  }
  .qestion-heading::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 24px 0 24px;
    border-color: var(--orange) transparent transparent transparent;
    bottom: -21px;
  }
  .question-qtxt {
    font-size: 1.25rem;
    margin-bottom: 2.5em;
  }
  .qestion-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 13px;
  }
  .qestion-list__item {
    width: 25%;
  }
  .qestion-list__btn {
    font-size: 1.125rem;
    font-weight: 700;
    padding-right: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .qestion-list__btn::before {
    right: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .qestion-list__btn:hover {
    background-color: var(--orange);
    color: white;
  }
  .qestion-list__btn:hover::before {
    border-color: white;
  }
  /* Contents Tel */
  .tel_box--content {
    margin-top: 4em;
    text-align: center;
  }
  .tel_box--content .tel_box__body {
    display: block;
    font-size: 0.8125rem;
    margin-bottom: 20px;
  }
  .tel_box--content .tel_text {
    font-size: 1.5rem;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tel_box--content .tel_text::before {
    content: "";
    width: 36px;
    height: 20px;
    background: url(../images/icn_freedial.svg) no-repeat center center/contain;
    margin-right: 5px;
  }
  /**================================= Global Footer =================================**/
  .footer_address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1040px;
    margin: 10px auto;
    padding: 0 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .address_box img {
    float: left;
  }
  .address_box {
    padding: 10px 0;
  }
  .address_box p {
    float: right;
    margin-left: 20px;
    margin-top: 15px;
  }
  .tel_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5px;
  }
  .tel_box .tel_box__text .tel_box__body {
    display: block;
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
  .tel_box .tel_box__text .tel_box__tel {
    font-size: 1.5rem;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  .tel_box .tel_box__text .tel_box__tel::before {
    content: "";
    width: 36px;
    height: 20px;
    background: url(../images/icn_freedial.svg) no-repeat center center/contain;
    margin-right: 5px;
  }
  .tel_box img {
    margin-left: 30px;
  }
}/*# sourceMappingURL=style.css.map */
