@charset "UTF-8";

html {
  font-family: "Noto Sans JP", "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, sans-serif;
  font-size: 0.5208333333vw;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, sans-serif;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: block;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* 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;
  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] {
  -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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.tab {
  display: none;
}

.small {
  display: none;
}

.sp {
  display: none;
}

p.text-box {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}

.font_size150 {
  font-size: 150%;
  line-height: 1;
}

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

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

.align-rihgt {
  text-align: right;
}

.text_color_red {
  color: #FF4848 !important;
}

.text_color_white {
  color: #ffffff !important;
}

.bg_green {
  background-color: #BFCFC5;
}

.btn_color_orange {
  width: 490px;
  display: block;
  border-radius: 6px;
  background-color: #E29510;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.btn_color_orange a {
  width: 100%;
  height: 100%;
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_color_orange:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.btn_color_blue {
  width: 100%;
  display: block;
  border-radius: 24px;
  background-color: #0058AF;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.btn_color_blue a {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: block;
}

.btn_color_blue h2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 42px;
  position: relative;
}

.btn_color_blue h2:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url("../images/check.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.btn_color_blue .line {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  margin: 20px 0;
}

.btn_color_blue span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 42px;
  display: block;
}

.btn_color_blue:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.section__title {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.section__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6C828B;
  margin-top: 10px;
}

.table01 {
  width: 100%;
}

.table01 th {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #6C828B;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #6C828B;
  padding: 23px 10px;
}

.table01 td {
  max-width: 100%;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
  border: solid 1px #333333;
  padding: 19px 10px;
}

.table01 td:first-child {
  width: 34%;
}

.table01 td:nth-child(2) {
  width: 15%;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.list__item {
  padding-left: 35px;
  position: relative;
}

.list__item h3 {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.list__item p {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.list__item span {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
}

.list__item:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/exclamation.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.list_color_red li {
  font-size: 16px;
  color: #FF4848;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.box_bg_grey {
  width: 100%;
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 24px;
}

.box_bg_yellow {
  width: 100%;
  padding: 30px;
  background-color: #FFFDCA;
}

.header {
  width: 100%;
  height: 100px;
}

.header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  width: 368px;
  display: inline-block;
}

.header__logo img {
  height: auto;
}

.mainVisual {
  width: 100%;
  height: 500px;
  position: relative;
}

.mainVisual__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mainVisual__bg picture {
  width: 100%;
  height: 100%;
}

.mainVisual__copy {
  width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainVisual__copy h1 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 40px;
  color: #1562B7;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 22px 10px;
  background-color: rgba(255, 255, 255, .8);
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.footer__contact {
  width: 660px;
  padding: 36px;
  border: solid 4px #6C828B;
}

.footer__belt {
  width: 100%;
  padding: 8px 0;
  border-radius: 100vh;
  background-color: #6C828B;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.footer__logo {
  width: 400px;
  aspect-ratio: 400/54;
  display: block;
}

.footer__logo img {
  height: auto;
}

.footer__email {
  font-size: 16px;
  color: #6C828B;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.footer__email a {
  text-decoration: underline;
}

.footer__copyright {
  display: block;
  font-size: 12px;
  color: #333333;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 15px;
}

.mg-center {
  margin: 0 auto;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

@media only screen and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }

  p.text-box {
    font-size: 1.6rem;
  }

  .btn_color_orange {
    width: 49rem;
  }

  .btn_color_orange a {
    padding: 3.5rem 0;
  }

  .btn_color_blue h2 {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }

  .header__logo {
    width: 36.8rem;
  }

  .container {
    width: 94%;
  }

  .footer__contact {
    width: 66rem;
  }

  .mt-10 {
    margin-top: 1rem;
  }

  .mt-20 {
    margin-top: 2rem;
  }

  .mt-30 {
    margin-top: 3rem;
  }

  .mt-40 {
    margin-top: 4rem;
  }

  .mt-50 {
    margin-top: 5rem;
  }

  .mt-60 {
    margin-top: 6rem;
  }

  .mt-70 {
    margin-top: 7rem;
  }

  .mt-80 {
    margin-top: 8rem;
  }

  .mt-120 {
    margin-top: 12rem;
  }
}

@media only screen and (max-width: 856px) {
  html {
    font-size: 1.1682242991vw;
  }

  .pc {
    display: none;
  }

  .tab {
    display: block;
  }

  p.text-box {
    font-size: 3.2rem;
  }

  .list_color_red li {
    text-align: center;
  }

  .box_bg_grey {
    padding: 30px 2rem;
    border-radius: 1.6rem;
  }

  .box_bg_yellow {
    padding: 30px 2rem;
  }

  .container {
    width: 91.1%;
  }

  .footer__contact {
    width: 100%;
  }

  .footer__logo {
    width: 40rem;
  }
}

@media only screen and (max-width: 560px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }

  .small {
    display: block;
  }
}

@media only screen and (max-width: 428px) {
  html {
    font-size: 2.3364485981vw;
  }

  .sp {
    display: block;
  }

  .btn_color_orange {
    width: 100%;
  }

  .btn_color_blue span {
    padding-left: 0;
  }

  .footer__logo {
    width: 100%;
  }
}
/*# sourceMappingURL=maps/style.css.map */
