@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 {
  -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 */
}

caption {
  text-align: left;
}

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

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

body {
  font-family: "Kiwi Maru", serif;
}

.kmft {
  font-family: "Kiwi Maru", serif;
}

.nsft {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
}

.ftw5 {
  font-weight: 500;
}

.ftw3 {
  font-weight: 300;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

/*PCのとき改行する*/
.br_pc {
  display: block;
}

@media screen and (min-width: 769px) {
  .br_pc {
    display: none;
  }
}

/*タブレットのとき改行する*/
.br_tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_tb {
    display: block;
  }
}

/*SPのとき改行する*/
.br_sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .br_sp {
    display: block;
  }
}

/*XSサイズのとき改行する*/
.br_xs {
  display: none;
}

@media screen and (max-width: 330px) {
  .br_xs {
    display: block;
  }
}

.disp-sp {
  display: none;
}

.disp-pc {
  display: block;
}

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

body {
  font-family: "Kiwi Maru", serif;
}

.kmft {
  font-family: "Kiwi Maru", serif;
}

.nsft {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
}

.ftw5 {
  font-weight: 500;
}

.ftw3 {
  font-weight: 300;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

/*PCのとき改行する*/
.br_pc {
  display: block;
}

@media screen and (min-width: 769px) {
  .br_pc {
    display: none;
  }
}

/*タブレットのとき改行する*/
.br_tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_tb {
    display: block;
  }
}

/*SPのとき改行する*/
.br_sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .br_sp {
    display: block;
  }
}

/*XSサイズのとき改行する*/
.br_xs {
  display: none;
}

@media screen and (max-width: 330px) {
  .br_xs {
    display: block;
  }
}

.disp-sp {
  display: none;
}

.disp-pc {
  display: block;
}

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

.header {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: fixed;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.header .inner {
  height: 80px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.nav_logo_text {
  width: 383px;
}

.nav_line_button {
  width: 168px;
}

.popup {
  background-color: #E59FAF;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem 1rem;
}

.popup-text {
  color: #fff;
  text-align: center;
}

.mainvisual {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 850px;
  max-width: 1700px;
  margin: 80px auto 0 auto;
  background: url(../image/body_pattern.png);
  background-size: 25px;
}

.header_logo {
  width: 392px;
}

.company {
  padding-top: 2rem;
  text-align: center;
}

.company p {
  font-size: 16px;
}

.company img {
  max-width: 300px;
}

.bg_obj_header_1 {
  position: absolute;
  top: -9%;
  right: auto;
  bottom: auto;
  left: 10%;
  width: 500px;
  z-index: -1;
}

.header_pattern_left {
  position: absolute;
  top: 6%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 460px;
}

.header_pattern_right {
  position: absolute;
  top: -7%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 414px;
}

.header_copy_left {
  position: absolute;
  top: 25%;
  right: auto;
  bottom: auto;
  left: 18%;
  width: 150px;
}

.line_button {
  position: absolute;
  top: auto;
  right: 2%;
  bottom: 12%;
  left: auto;
  width: 404px;
  text-align: right;
}

.anchor-link {
  display: inline-block;
  padding-right: 5px;
  margin-top: 5px;
  text-decoration: underline;
  font-size: 25px;
}

@media screen and (max-width: 1250px) {
  .mainvisual {
    height: 750px;
  }
  .header_logo {
    width: 360px;
  }
  .bg_obj_header_1 {
    width: 470px;
  }
  .header_pattern_left {
    width: 390px;
  }
  .header_pattern_right {
    width: 350px;
  }
  .header_copy_left {
    width: 110px;
  }
  .line_button {
    width: 350px;
  }
}

@media screen and (max-width: 1030px) {
  .mainvisual {
    height: 650px;
  }
  .header_logo {
    width: 310px;
  }
  .bg_obj_header_1 {
    width: 410px;
  }
  .header_pattern_left {
    width: 330px;
  }
  .header_pattern_right {
    width: 290px;
  }
  .header_copy_left {
    left: 19%;
    width: 100px;
  }
  .line_button {
    width: 310px;
  }
  .anchor-link {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .mainvisual {
    height: 600px;
  }
  .header_logo {
    width: 280px;
  }
  .bg_obj_header_1 {
    width: 380px;
  }
  .header_pattern_left {
    width: 300px;
  }
  .header_pattern_right {
    width: 260px;
  }
  .header_copy_left {
    left: 19%;
    width: 90px;
  }
  .line_button {
    bottom: 23%;
    width: 260px;
  }
  .anchor-link {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .header .inner {
    height: 48px;
    padding: 0 16px;
  }
  .nav_logo_text {
    width: 215px;
  }
  .nav_line_button {
    width: 88px;
  }
  .popup-text {
    font-size: 14px;
  }
  .mainvisual {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 650px;
    margin-top: 48px;
  }
  .header_logo {
    position: absolute;
    z-index: 2;
    width: 263px;
    padding-top: 65px;
  }
  .bg_obj_header_1 {
    width: 290px;
  }
  .header_pattern_left {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 264px;
  }
  .header_pattern_right {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 140px;
    left: auto;
    width: 54px;
  }
  .header_copy_left {
    position: absolute;
    top: auto;
    right: 22px;
    bottom: 150px;
    left: auto;
    width: 80px;
  }
  .line_button {
    bottom: 0;
    width: 176px;
  }
  .anchor-link {
    margin-top: 4px;
    font-size: 16px;
  }
}

/*! destyle.css v3.0.0 | 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 */
}

caption {
  text-align: left;
}

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

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

body {
  font-family: "Kiwi Maru", serif;
}

.kmft {
  font-family: "Kiwi Maru", serif;
}

.nsft {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
}

.ftw5 {
  font-weight: 500;
}

.ftw3 {
  font-weight: 300;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

/*PCのとき改行する*/
.br_pc {
  display: block;
}

@media screen and (min-width: 769px) {
  .br_pc {
    display: none;
  }
}

/*タブレットのとき改行する*/
.br_tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_tb {
    display: block;
  }
}

/*SPのとき改行する*/
.br_sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .br_sp {
    display: block;
  }
}

/*XSサイズのとき改行する*/
.br_xs {
  display: none;
}

@media screen and (max-width: 330px) {
  .br_xs {
    display: block;
  }
}

.disp-sp {
  display: none;
}

.disp-pc {
  display: block;
}

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

body {
  font-family: "Kiwi Maru", serif;
}

.kmft {
  font-family: "Kiwi Maru", serif;
}

.nsft {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
}

.ftw5 {
  font-weight: 500;
}

.ftw3 {
  font-weight: 300;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

/*PCのとき改行する*/
.br_pc {
  display: block;
}

@media screen and (min-width: 769px) {
  .br_pc {
    display: none;
  }
}

/*タブレットのとき改行する*/
.br_tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_tb {
    display: block;
  }
}

/*SPのとき改行する*/
.br_sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .br_sp {
    display: block;
  }
}

/*XSサイズのとき改行する*/
.br_xs {
  display: none;
}

@media screen and (max-width: 330px) {
  .br_xs {
    display: block;
  }
}

.disp-sp {
  display: none;
}

.disp-pc {
  display: block;
}

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

#question {
  background: #faebee;
  color: #868686;
}

#question .inner {
  padding-bottom: 8rem;
}

#question .fs2 {
  font-size: 22px;
}

@media screen and (max-width: 1080px) {
  #question .fs2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 820px) {
  #question .fs2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #question .fs2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  #question .fs2 {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  #question .fs2 {
    font-size: 20px;
  }
}

#question .fs3 {
  font-size: 22px;
}

@media screen and (max-width: 1080px) {
  #question .fs3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 835px) {
  #question .fs3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #question .fs3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  #question .fs3 {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  #question .fs3 {
    font-size: 20px;
  }
}

#question .fs5 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #question .fs5 {
    font-size: 16px;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .inner {
    padding: 0 16px;
  }
}

.question-title {
  font-size: 40px;
  line-height: 35px;
  padding: 5rem 0 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .question-title {
    font-size: 24px;
  }
}

.question-title-inner {
  display: inline-block;
  position: relative;
}

.question-title h2 {
  margin: 0 auto;
}

.question-title img {
  width: 32px;
}

@media screen and (max-width: 480px) {
  .question-title img {
    width: 24px;
  }
}

.question-title .left {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.question-title .right {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.question-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  .question-group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.question-group .question-wrap:nth-of-type(2) {
  margin: 0 100px;
}

@media screen and (max-width: 768px) {
  .question-group .question-wrap:nth-of-type(2) {
    margin: 0 30px;
  }
}

@media screen and (max-width: 700px) {
  .question-group .question-wrap:nth-of-type(2) {
    margin: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .question-group .question-wrap:nth-of-type(2) {
    margin: 0;
  }
}

.question-wrap {
  width: 33%;
}

@media screen and (max-width: 480px) {
  .question-wrap {
    width: 100%;
    padding-bottom: 3rem;
  }
}

.question-wrap img {
  width: 100%;
}

.question-wrap .title {
  text-align: center;
  padding-bottom: 1rem;
  line-height: 1.5;
}

.question-wrap .question-lead {
  width: 100%;
}

.question-wrap .question-lead p {
  background: url(../image/hukidashi.png) no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 2rem 2rem 3rem 2rem;
  margin-top: 1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .question-wrap .question-lead p {
    background-size: 80%;
  }
}

@media screen and (max-width: 835px) {
  .question-wrap .question-lead p {
    padding: 1.5rem 1rem 2rem 1rem;
  }
}

@media screen and (max-width: 768px) {
  .question-wrap .question-lead p {
    padding: 1.5rem 2rem 2rem 2rem;
  }
}

@media screen and (max-width: 480px) {
  .question-wrap .question-lead p {
    padding: 2.5rem 2rem 3rem 2rem;
  }
}

.question-wrap .question-text {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #question .inner {
    padding-bottom: 3rem;
  }
}

h2, p {
  font-family: kiwi Maru;
  color: #868686;
}

.pc-hidden {
  display: none;
}

#about {
  background-image: url(../image/body_pattern.png);
  background-size: 25px;
  position: relative;
  z-index: 2;
  padding-bottom: 8rem;
  /* z-index: -200; */
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about-title {
  padding: 5rem 0 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-title-inner {
  display: inline-block;
  position: relative;
}

.about-title-inner h2 {
  margin: 0 auto;
  font-size: 40px;
  line-height: 58px;
  text-align: center;
}

.about-title-inner img {
  width: 32px;
}

@media screen and (max-width: 480px) {
  .about-title-inner img {
    width: 24px;
  }
}

.about-title-inner .left {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.about-title-inner .right {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.about-desc {
  margin: 0 auto 50px auto;
}

.about-desc p {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-wrap-image {
  width: 400px;
  height: auto;
  margin-right: 50px;
}

.about-wrap-image img {
  width: 100%;
  border-radius: 10px;
}

.about-wrap-textarea {
  width: 45%;
}

.about-wrap-message {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 15px;
}

.about-wrap-detail {
  font-size: 18px;
  line-height: 26px;
}

.bg_obj_body_1 {
  width: 130px;
  height: 650px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  /* z-index: -100; */
}

.bg_obj_body_1 img {
  width: 100%;
}

.bg_obj_body_2 {
  width: 150px;
  height: 310px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  /*z-index: -100; */
}

.bg_obj_body_2 img {
  width: 100%;
}

#consul {
  background-image: url(../image/body_pattern.png);
  background-size: 25px;
  padding: 6rem 0;
  /* z-index: -200; */
  position: relative;
  z-index: 2;
}

#consul .pc-br {
  display: none;
}

@media screen and (max-width: 1030px) {
  #consul .pc-br {
    display: block;
  }
}

.consul-title {
  padding: 5rem 0 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.consul-title-inner {
  display: inline-block;
  position: relative;
}

.consul-title-inner h2 {
  margin: 0 auto;
  font-size: 40px;
  line-height: 58px;
  text-align: center;
}

.consul-title-inner img {
  width: 32px;
}

@media screen and (max-width: 480px) {
  .consul-title-inner img {
    width: 24px;
  }
}

.consul-title-inner .left {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.consul-title-inner .right {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.consul-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.consul-person-img {
  width: 30%;
  margin-right: 50px;
}

.consul-person-img img {
  width: 100%;
  border-radius: 10px;
}

.consul-person-img .consul-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.consul-person-img .consul-sns ul li img {
  max-width: 62px;
}

.consul-person-textarea {
  width: 45%;
}

.consul-person-name {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 30px;
}

.consul-person-job {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 30px;
}

.consul-person-desc {
  font-size: 18px;
  line-height: 26px;
}

.bg_obj_body_3 {
  position: absolute;
  z-index: -1;
  top: 10%;
  left: 0;
  width: 150px;
  height: 290px;
  /*z-index: -100;*/
}

.bg_obj_body_3 img {
  width: 100%;
}

.bg_obj_body_4 {
  position: absolute;
  z-index: -1;
  top: 20%;
  right: 0;
  width: 160px;
  height: 760px;
  /*z-index: -100; */
}

.bg_obj_body_4 img {
  width: 100%;
}

.consul-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.consul-flow li {
  width: 27%;
  position: relative;
}

.consul-flow li:after {
  position: absolute;
  content: url(../image/arrrow.png);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  top: 5%;
  right: -30%;
}

.consul-flow li:last-child:after {
  display: none;
}

.consul-flow-title01 {
  margin-bottom: 20px;
  position: relative;
}

.consul-flow-title01 p {
  font-size: 24px;
  line-height: 35px;
  text-align: left;
  margin-left: 85px;
}

.consul-flow-title01::before {
  position: absolute;
  content: url(../image/number_01.png);
  /* top: -45pxから−40pxに変更 */
  top: -40px;
  left: -40px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.consul-flow-title02 {
  /* margin-bottom: 60pxから45pxに変更 */
  margin-bottom: 45px;
  position: relative;
}

.consul-flow-title02 p {
  font-size: 24px;
  line-height: 35px;
  text-align: left;
  margin-left: 85px;
  padding-top: 15px;
  /* padding-top: 15px追加 */
}

.consul-flow-title02::before {
  position: absolute;
  content: url(../image/number_02.png);
  /* top: -45pxから−40pxに変更 */
  top: -40px;
  left: -40px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.consul-flow-title03 {
  margin-bottom: 20px;
  position: relative;
}

.consul-flow-title03 p {
  position: relative;
  font-size: 24px;
  line-height: 35px;
  text-align: left;
  margin-left: 85px;
}

.consul-flow-title03::before {
  position: absolute;
  content: url(../image/number_03.png);
  /* top: -45pxから−40pxに変更 */
  top: -40px;
  left: -40px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.consul-flow-desc {
  font-size: 18px;
  line-height: 26px;
}

.consul-flow-arrow {
  display: none;
}

@media screen and (max-width: 1080px) {
  .sp-hidden {
    display: none;
  }
  #about {
    padding-bottom: 4rem;
  }
  .about-desc {
    margin: 0 auto;
  }
  .about-desc p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }
  /*  .about-wrap {
      flex-direction: column;
  } */
  /*新たに追加*/
  .about-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-wrap-image {
    /* width: 60%;*/
    width: 45%;
    height: 100%;
    /*margin: 0 auto;*/
    margin: 50px auto 0 auto;
  }
  .about-wrap-image img {
    /*新たに追加*/
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-wrap-textarea {
    /* width: 90%; */
    width: 45%;
    margin: 50px auto 0 auto;
    text-align: left;
  }
  .about-wrap-message {
    display: block;
    text-align: left;
    /* 新たに追加 */
    font-size: 26px;
    line-height: 30px;
  }
  .about-wrap-detail {
    margin-top: 25px;
  }
  .consul-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }
  .consul-flow li {
    width: 100%;
  }
  .consul-flow li::after {
    display: none;
  }
  .consul-flow-arrow {
    display: block;
    width: 4%;
    height: auto;
    margin: 20px auto;
  }
  .consul-flow-arrow img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .about-wrap-message {
    font-size: 22px;
  }
  .consul-person-name {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .pc-hidden {
    display: inline;
  }
  .about-title-inner .left {
    left: 15%;
  }
  .about-title-inner .right {
    right: 15%;
  }
  /* .about-wrap-image {
      width: 90%;
      margin: 0 auto;
  }
  .about-wrap-textarea {
      width: 90%;
      margin: 25px auto 0 auto;
  } */
  .about-wrap-message {
    /* font-size: 26px;
      line-height: 30px; */
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }
  .bg_obj_body_1, .bg_obj_body_2 {
    display: none;
  }
  #consul {
    padding-top: 0;
  }
  .consul-title-inner .left {
    left: 5%;
  }
  .consul-title-inner .right {
    right: 5%;
  }
  /* .consul-person {
      flex-direction: column;
  } */
  .consul-person-img {
    /* width: 90%; */
    width: 45%;
    margin: 0 auto;
  }
  .consul-person-textarea {
    /* width: 90%; */
    width: 45%;
    margin: 15px auto 0 auto;
  }
  .consul-person-name {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .consul-person-job {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .bg_obj_body_3 {
    top: 30%;
    width: 85px;
    height: 225px;
  }
  .bg_obj_body_4 {
    top: 65%;
    width: 75px;
    height: 455px;
  }
}

@media screen and (max-width: 550px) {
  .about-title-inner h2 {
    font-size: 32px;
    line-height: 46px;
  }
  .about-wrap-message {
    font-size: 25px;
    line-height: 35px;
  }
  .consul-title-inner h2 {
    font-size: 32px;
    line-height: 46px;
  }
}

@media screen and (max-width: 480px) {
  .about-title-inner h2 {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
  }
  /*新しく追加*/
  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }
  /*新しく追加*/
  .about-wrap-image {
    width: 100%;
  }
  /*新しく追加*/
  .about-wrap-textarea {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .about-wrap-message {
    font-size: 20px;
    line-height: 29px;
  }
  .consul-title-inner h2 {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
  }
  /* 新しく追加*/
  .consul-person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }
  /* 新しく追加*/
  .consul-person-img {
    width: 100%;
    margin: 0 auto;
  }
  /* 新しく追加*/
  .consul-person-textarea {
    width: 100%;
    margin: 15px auto 0 auto;
  }
  .consul-flow-arrow {
    width: 7%;
  }
  .consul-title-inner .left {
    left: 5%;
  }
  .consul-title-inner .right {
    right: 5%;
  }
}

@media screen and (max-width: 375px) {
  .about-wrap-textarea {
    width: 95%;
  }
  .about-wrap-message {
    margin: 0;
  }
  .consul-person-name {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .consul-flow-title01 {
    margin-bottom: 30px;
  }
  .consul-flow-title01 p {
    font-size: 20px;
    line-height: 25px;
  }
  .consul-flow-title03 {
    margin-bottom: 30px;
  }
  .consul-flow-title03 p {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 320px) {
  .about-wrap-message {
    font-size: 18px;
  }
  .consul-person-name {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

body {
  font-family: "Kiwi Maru", serif;
}

.kmft {
  font-family: "Kiwi Maru", serif;
}

.nsft {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
}

.ftw5 {
  font-weight: 500;
}

.ftw3 {
  font-weight: 300;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

/*PCのとき改行する*/
.br_pc {
  display: block;
}

@media screen and (min-width: 769px) {
  .br_pc {
    display: none;
  }
}

/*タブレットのとき改行する*/
.br_tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_tb {
    display: block;
  }
}

/*SPのとき改行する*/
.br_sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .br_sp {
    display: block;
  }
}

/*XSサイズのとき改行する*/
.br_xs {
  display: none;
}

@media screen and (max-width: 330px) {
  .br_xs {
    display: block;
  }
}

.disp-sp {
  display: none;
}

.disp-pc {
  display: block;
}

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

#question {
  background: #faebee;
  color: #868686;
}

#question .inner {
  padding-bottom: 8rem;
}

#question .fs2 {
  font-size: 22px;
}

@media screen and (max-width: 1080px) {
  #question .fs2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 820px) {
  #question .fs2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #question .fs2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  #question .fs2 {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  #question .fs2 {
    font-size: 20px;
  }
}

#question .fs3 {
  font-size: 22px;
}

@media screen and (max-width: 1080px) {
  #question .fs3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 835px) {
  #question .fs3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #question .fs3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  #question .fs3 {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  #question .fs3 {
    font-size: 20px;
  }
}

#question .fs5 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #question .fs5 {
    font-size: 16px;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .inner {
    padding: 0 16px;
  }
}

.question-title {
  font-size: 40px;
  line-height: 35px;
  padding: 5rem 0 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .question-title {
    font-size: 24px;
  }
}

.question-title-inner {
  display: inline-block;
  position: relative;
}

.question-title h2 {
  margin: 0 auto;
}

.question-title img {
  width: 32px;
}

@media screen and (max-width: 480px) {
  .question-title img {
    width: 24px;
  }
}

.question-title .left {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.question-title .right {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.question-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  .question-group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.question-group .question-wrap:nth-of-type(2) {
  margin: 0 100px;
}

@media screen and (max-width: 768px) {
  .question-group .question-wrap:nth-of-type(2) {
    margin: 0 30px;
  }
}

@media screen and (max-width: 700px) {
  .question-group .question-wrap:nth-of-type(2) {
    margin: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .question-group .question-wrap:nth-of-type(2) {
    margin: 0;
  }
}

.question-wrap {
  width: 33%;
}

@media screen and (max-width: 480px) {
  .question-wrap {
    width: 100%;
    padding-bottom: 3rem;
  }
}

.question-wrap img {
  width: 100%;
}

.question-wrap .title {
  text-align: center;
  padding-bottom: 1rem;
  line-height: 1.5;
}

.question-wrap .question-lead {
  width: 100%;
}

.question-wrap .question-lead p {
  background: url(../image/hukidashi.png) no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 2rem 2rem 3rem 2rem;
  margin-top: 1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .question-wrap .question-lead p {
    background-size: 80%;
  }
}

@media screen and (max-width: 835px) {
  .question-wrap .question-lead p {
    padding: 1.5rem 1rem 2rem 1rem;
  }
}

@media screen and (max-width: 768px) {
  .question-wrap .question-lead p {
    padding: 1.5rem 2rem 2rem 2rem;
  }
}

@media screen and (max-width: 480px) {
  .question-wrap .question-lead p {
    padding: 2.5rem 2rem 3rem 2rem;
  }
}

.question-wrap .question-text {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #question .inner {
    padding-bottom: 3rem;
  }
}

body {
  font-family: "Kiwi Maru", serif;
}

.kmft {
  font-family: "Kiwi Maru", serif;
}

.nsft {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
}

.ftw5 {
  font-weight: 500;
}

.ftw3 {
  font-weight: 300;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

/*PCのとき改行する*/
.br_pc {
  display: block;
}

@media screen and (min-width: 769px) {
  .br_pc {
    display: none;
  }
}

/*タブレットのとき改行する*/
.br_tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_tb {
    display: block;
  }
}

/*SPのとき改行する*/
.br_sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .br_sp {
    display: block;
  }
}

/*XSサイズのとき改行する*/
.br_xs {
  display: none;
}

@media screen and (max-width: 330px) {
  .br_xs {
    display: block;
  }
}

.disp-sp {
  display: none;
}

.disp-pc {
  display: block;
}

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

#contact {
  background: #faebee;
  color: #868686;
  padding: 50px 0;
}

@media screen and (max-width: 480px) {
  #contact {
    padding: 3rem 0;
  }
}

#contact .line-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  #contact .line-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#contact .line-contact .image-area,
#contact .line-contact .text-area {
  width: 50%;
}

@media screen and (max-width: 480px) {
  #contact .line-contact .image-area,
  #contact .line-contact .text-area {
    width: 100%;
  }
}

#contact .line-contact .image-area img {
  width: 100%;
}

#contact .text-area {
  padding: 3rem 0 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 40px;
}

@media screen and (max-width: 375px) {
  #contact .text-area {
    padding: 3rem 0 0 1rem;
  }
}

@media screen and (max-width: 320px) {
  #contact .text-area {
    padding: 3rem 0 0 0rem;
  }
}

@media screen and (max-width: 1080px) {
  #contact .text-area {
    font-size: 36px;
  }
}

#contact .text-area button img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #contact .text-area {
    font-size: 30px;
  }
}

#contact .text-area-inner {
  display: inline-block;
  position: relative;
}

#contact .text-area img {
  width: 32px;
}

@media screen and (max-width: 480px) {
  #contact .text-area img {
    width: 24px;
  }
}

#contact .text-area .left {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

@media screen and (max-width: 480px) {
  #contact .text-area .left {
    display: block;
  }
}

#contact .text-area .right {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media screen and (max-width: 480px) {
  #contact .text-area .right {
    -webkit-transform: translate(0%, 50%);
            transform: translate(0%, 50%);
  }
}

#contact .text-area p {
  padding-left: 4rem;
}

@media screen and (max-width: 700px) {
  #contact .text-area p {
    font-size: 22px;
    padding-top: 2rem;
    padding-left: 1rem;
    margin-left: 2rem;
  }
}

@media screen and (max-width: 480px) {
  #contact .text-area p {
    font-size: 28px;
    padding-top: 2rem;
    padding-left: 0;
    margin-left: 2rem;
    text-align: center;
  }
}

@media screen and (max-width: 330px) {
  #contact .text-area p {
    font-size: 28px;
    padding-top: 2rem;
    padding-left: 1rem;
    margin-left: 2rem;
  }
}

#contact .text-area p.text-sub {
  font-size: 24px;
  background: #E59FAF;
  border-radius: 6px;
  color: #fff;
  margin-top: 14px;
  margin-bottom: 20px;
  margin-left: 4rem;
  padding: 5px 13px;
}

@media screen and (max-width: 700px) {
  #contact .text-area p.text-sub {
    font-size: 18px;
    margin-left: 1rem;
  }
}

#contact .text-area button {
  width: 404px;
}

@media screen and (max-width: 1250px) {
  #contact .text-area button {
    width: 350px;
  }
}

@media screen and (max-width: 1030px) {
  #contact .text-area button {
    width: 310px;
  }
}

@media screen and (max-width: 900px) {
  #contact .text-area button {
    width: 260px;
  }
}

#contact .text-area-line-wrap {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contact .text-area-line-wrap .link-text {
  text-decoration: underline;
  font-size: 25px;
}

@media screen and (max-width: 1030px) {
  #contact .text-area-line-wrap .link-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  #contact .text-area-line-wrap .link-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #contact .text-area-line-wrap .link-text {
    font-size: 16px;
  }
}

body {
  font-family: "Kiwi Maru", serif;
}

.kmft {
  font-family: "Kiwi Maru", serif;
}

.nsft {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
}

.ftw5 {
  font-weight: 500;
}

.ftw3 {
  font-weight: 300;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

/*PCのとき改行する*/
.br_pc {
  display: block;
}

@media screen and (min-width: 769px) {
  .br_pc {
    display: none;
  }
}

/*タブレットのとき改行する*/
.br_tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_tb {
    display: block;
  }
}

/*SPのとき改行する*/
.br_sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .br_sp {
    display: block;
  }
}

/*XSサイズのとき改行する*/
.br_xs {
  display: none;
}

@media screen and (max-width: 330px) {
  .br_xs {
    display: block;
  }
}

.disp-sp {
  display: none;
}

.disp-pc {
  display: block;
}

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

.dot-bg {
  background: url(../image/body_pattern.png);
  background-size: 25px;
}

#voice {
  color: #868686;
  padding-top: 8rem;
  position: relative;
}

#voice .bg-right {
  position: absolute;
  z-index: 0;
  top: 10;
  right: 0;
  width: 10%;
}

@media screen and (max-width: 480px) {
  #voice .bg-right {
    width: 30%;
  }
}

#voice .bg-left {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 5%;
}

@media screen and (max-width: 480px) {
  #voice .bg-left {
    width: 20%;
  }
}

#voice .inner {
  position: relative;
  padding-bottom: 8rem;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  #voice .inner {
    padding: 0 16px;
  }
}

#voice .fs5 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #voice .fs5 {
    font-size: 16px;
  }
}

#voice .inner {
  max-width: 1100px;
  margin: 0 auto;
}

#voice .voice-title {
  font-size: 40px;
  line-height: 35px;
  padding: 5rem 0 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  #voice .voice-title {
    font-size: 24px;
  }
}

#voice .voice-title-inner {
  display: inline-block;
  position: relative;
}

#voice .voice-title h2 {
  margin: 0 auto;
}

#voice .voice-title img {
  width: 32px;
}

@media screen and (max-width: 480px) {
  #voice .voice-title img {
    width: 24px;
  }
}

#voice .voice-title .left {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

#voice .voice-title .right {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

#voice .voice-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  #voice .voice-group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#voice .voice-group .voice-wrap:nth-of-type(2) {
  margin: 0 100px;
}

@media screen and (max-width: 768px) {
  #voice .voice-group .voice-wrap:nth-of-type(2) {
    margin: 0 50px;
  }
}

@media screen and (max-width: 700px) {
  #voice .voice-group .voice-wrap:nth-of-type(2) {
    margin: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  #voice .voice-group .voice-wrap:nth-of-type(2) {
    margin: 0;
  }
}

#voice .voice-wrap {
  width: 33%;
}

@media screen and (max-width: 480px) {
  #voice .voice-wrap {
    width: 100%;
    padding-bottom: 3rem;
  }
}

#voice .voice-wrap img {
  width: 100%;
}

#voice .voice-wrap .voice-text {
  padding-top: 1rem;
  line-height: 1.5;
}

#voice .border {
  border-bottom: 1px solid #e59faf;
  opacity: 1;
  margin: 8rem 2rem;
}

@media screen and (max-width: 768px) {
  #voice {
    padding-top: 0rem;
  }
  #voice .border {
    margin: 4rem 2rem;
  }
}

body {
  font-family: "Kiwi Maru", serif;
}

.kmft {
  font-family: "Kiwi Maru", serif;
}

.nsft {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
}

.ftw5 {
  font-weight: 500;
}

.ftw3 {
  font-weight: 300;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

/*PCのとき改行する*/
.br_pc {
  display: block;
}

@media screen and (min-width: 769px) {
  .br_pc {
    display: none;
  }
}

/*タブレットのとき改行する*/
.br_tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_tb {
    display: block;
  }
}

/*SPのとき改行する*/
.br_sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .br_sp {
    display: block;
  }
}

/*XSサイズのとき改行する*/
.br_xs {
  display: none;
}

@media screen and (max-width: 330px) {
  .br_xs {
    display: block;
  }
}

.disp-sp {
  display: none;
}

.disp-pc {
  display: block;
}

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

#info {
  color: #868686;
  position: relative;
  padding-bottom: 10rem;
}

#info .inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  #info .inner {
    padding: 0 16px;
  }
}

#info .bg-right {
  position: absolute;
  z-index: 0;
  top: 10%;
  right: 0;
  width: 5%;
}

@media screen and (max-width: 480px) {
  #info .bg-right {
    width: 15%;
  }
}

#info .bg-right-bottom {
  position: absolute;
  z-index: 0;
  bottom: 5%;
  right: 0;
  width: 7%;
}

@media screen and (max-width: 480px) {
  #info .bg-right-bottom {
    width: 15%;
  }
}

#info .bg-left {
  position: absolute;
  z-index: 0;
  bottom: 30%;
  left: 0;
  width: 5%;
}

@media screen and (max-width: 480px) {
  #info .bg-left {
    width: 20%;
  }
}

#info .fs2 {
  font-size: 24px;
}

@media screen and (max-width: 1080px) {
  #info .fs2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #info .fs2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  #info .fs2 {
    font-size: 20px;
  }
}

#info .fs5 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #info .fs5 {
    font-size: 16px;
  }
}

#info .info-title {
  text-align: center;
  padding-bottom: 2rem;
}

#info .info-text {
  line-height: 1.5;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  #info .info-text {
    padding: 1rem;
  }
}

body {
  font-family: "Kiwi Maru", serif;
}

.kmft {
  font-family: "Kiwi Maru", serif;
}

.nsft {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
}

.ftw5 {
  font-weight: 500;
}

.ftw3 {
  font-weight: 300;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

/*PCのとき改行する*/
.br_pc {
  display: block;
}

@media screen and (min-width: 769px) {
  .br_pc {
    display: none;
  }
}

/*タブレットのとき改行する*/
.br_tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_tb {
    display: block;
  }
}

/*SPのとき改行する*/
.br_sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .br_sp {
    display: block;
  }
}

/*XSサイズのとき改行する*/
.br_xs {
  display: none;
}

@media screen and (max-width: 330px) {
  .br_xs {
    display: block;
  }
}

.disp-sp {
  display: none;
}

.disp-pc {
  display: block;
}

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

footer {
  background-color: #E59FAF;
  position: relative;
  /*このクラスが付与されると表示する*/
  /*このクラスが付与されると表示する*/
}

footer p {
  font-size: 12px;
  text-align: center;
  padding: 2rem 0;
  color: #fff;
}

footer .top-button {
  width: 55px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

footer .active {
  opacity: 1;
  visibility: visible;
}

footer .absolute {
  position: absolute;
  top: -120px;
  bottom: auto;
}
/*# sourceMappingURL=style.css.map */