@charset "UTF-8";
/*! destyle.css v2.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;
  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;
}

.fadein {
  opacity: 0;
  -webkit-transition: all 1s 0.2s ease;
  transition: all 1s 0.2s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadein_item {
  opacity: 0;
  -webkit-transition: all 0.8s 0.3s ease;
  transition: all 0.8s 0.3s ease;
}

.fadein_item.active {
  opacity: 1;
}

.fadein_item.delay100 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.fadein_item.delay200 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.fadein_item.delay300 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.fadein_item.delay400 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.fadein_item.delay500 {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.fadein_item.delay600 {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

html {
  font-size: 62.5%;
  line-height: 1.7;
}

body {
  font-size: 1.4rem;
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
}

main {
  margin-bottom: 180px;
}

img {
  max-width: 100%;
}

.cw {
  max-width: 1060px;
  padding: 0 50px;
  margin: 0 auto;
}

.cw2 {
  max-width: 800px;
  padding: 0;
  margin: 0 auto;
}

.sp {
  display: none;
}

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

.m__heading1 {
  color: #222222;
  border-top: 4px solid #CAC7C7;
  border-bottom: 4px solid #CAC7C7;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.4;
  padding: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  main {
    margin-bottom: 100px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .cw {
    padding: 0 20px;
  }
  .m__heading1 {
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 20px 0;
  }
}

header {
  margin-bottom: 0;
  padding-bottom: 30px;
}

a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.m__btn1 {
  border-radius: 6px;
  color: #fff;
  background-color: #EA650D;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 12px 16px;
}

main .b__mv .box {
  position: relative;
}

main .b__mv .box .img {
  height: 280px;
  width: 100%;
}

main .b__mv .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

main .b__mv .box .desc {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 398px;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

main .b__mv .box .desc h1 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

main .b__mv .box .desc h2 {
  color: var(--color-base);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

main .b__mv .box .desc .txt {
  font-size: 1.3rem;
}

main #b__navi .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #CAC7C7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #b__navi .box .navi {
  padding: 20px 0;
}

main #b__navi .box .navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

main #b__navi .box .navi ul li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 24px;
}

main #b__navi .box .cta {
  background-color: #F2EDEB;
}

main #b__spmenu {
  display: none;
}

main #b__maintext {
  padding: 50px 0 50px;
}

main #b__maintext .e__texts {
  padding: 0 100px 40px;
}

main #b__maintext .e__texts h2 {
  color: #EA650D;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: bold;
}

main #b__maintext .e__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main #b__maintext .e__points .m__point {
  width: calc((100% - 80px) / 4);
  background-color: #F2EDEB;
  border-radius: 8px;
  padding: 30px 24px;
}

main #b__maintext .e__points .m__point h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 18px;
}

main #b__movie {
  padding-bottom: 80px;
}

main #b__movie .e__content {
  padding: 50px 0 40px;
  margin: 0 auto;
}

main #b__movie .e__content .pc {
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

main #b__movie .e__content .pc iframe {
  width: 100%;
  height: 100%;
}

main #b__movie .e__content a {
  position: relative;
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

main #b__movie .e__content a .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main #b__movie .btn {
  text-align: center;
}

main #b__activity {
  background-color: #F2EDEB;
  padding: 80px 0 60px;
}

main #b__activity .e__nayami .ttl {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 60px;
  color: #222222;
}

main #b__activity .e__nayami .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
}

main #b__activity .e__nayami .box.reverse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main #b__activity .e__nayami .box.reverse dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: 40px;
}

main #b__activity .e__nayami .box.reverse dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

main #b__activity .e__nayami .box.reverse dl dd::before {
  right: -30px;
  left: auto;
  -webkit-transform: rotate(-151deg) translate(13px, 20px);
          transform: rotate(-151deg) translate(13px, 20px);
}

main #b__activity .e__nayami .box dl {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 40px);
}

main #b__activity .e__nayami .box dl:last-child {
  margin-right: 0;
}

main #b__activity .e__nayami .box dl dt {
  width: 120px;
  height: 120px;
  margin-right: 40px;
}

main #b__activity .e__nayami .box dl dd {
  position: relative;
  min-height: 120px;
  width: calc(100% - 160px);
  background-color: #CAC7C7;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2px 4px 6px #66666629;
          box-shadow: 2px 4px 6px #66666629;
}

main #b__activity .e__nayami .box dl dd::before {
  position: absolute;
  content: '▲';
  width: 40px;
  height: 40px;
  color: #CAC7C7;
  font-size: 4rem;
  left: -34px;
  top: 50%;
  -webkit-transform: rotate(28deg) translateY(-50%);
          transform: rotate(28deg) translateY(-50%);
}

main #b__activity .e__nayami .box dl dd p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

main #b__activity .e__arrow {
  padding: 10px 0 30px;
}

main #b__activity .e__arrow div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 70px 0 70px;
  border-color: #CAC7C7 transparent transparent transparent;
  margin: 0 auto;
}

main #b__activity .e__solution {
  margin-bottom: 70px;
}

main #b__activity .e__solution .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 760px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main #b__activity .e__solution .box .desc {
  max-width: 410px;
  border-top: 4px solid #EA650D;
  border-bottom: 4px solid #EA650D;
  padding: 40px 0;
}

main #b__activity .e__solution .box .desc .ttl {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

main #b__activity .e__solution .box .desc .txt {
  font-size: 1.3rem;
}

main #b__activity .e__solution .box .img {
  max-width: 300px;
}

main #b__activity .e__activity .ttl {
  background-color: #CAC7C7;
  text-align: center;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0;
  margin-bottom: 40px;
}

main #b__activity .e__activity .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main #b__activity .e__activity .box .m__activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

main #b__activity .e__activity .box .m__activity .img {
  width: 51%;
}

main #b__activity .e__activity .box .m__activity .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main #b__activity .e__activity .box .m__activity .desc {
  width: 49%;
  max-width: 230px;
  padding: 30px 20px 20px;
  background-color: #fff;
}

main #b__activity .e__activity .box .m__activity .desc .m__heading2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #EA650D;
  border-bottom: 1px solid #CAC7C7;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

main #b__activity .e__activity .box .m__activity .desc .txt {
  font-size: 1.3rem;
  font-weight: normal;
}

main #b__voice {
  padding-top: 80px;
}

main #b__voice .e__soudan {
  padding: 40px 0 80px;
  max-width: 700px;
  margin: 0 auto;
}

main #b__voice .e__soudan .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

main #b__voice .e__soudan .box .m__soudan1, main #b__voice .e__soudan .box .m__soudan3 {
  width: 38.5%;
}

main #b__voice .e__soudan .box .m__soudan1 .img, main #b__voice .e__soudan .box .m__soudan3 .img {
  margin-bottom: 14px;
}

main #b__voice .e__soudan .box .m__soudan1 .desc .company, main #b__voice .e__soudan .box .m__soudan3 .desc .company {
  margin-bottom: 7px;
}

main #b__voice .e__soudan .box .m__soudan1 .desc .name, main #b__voice .e__soudan .box .m__soudan3 .desc .name {
  font-size: 1.3rem;
}

main #b__voice .e__soudan .box .m__soudan1 .desc .name strong, main #b__voice .e__soudan .box .m__soudan3 .desc .name strong {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

main #b__voice .e__soudan .box .m__soudan2 {
  position: relative;
  width: calc(100% - 38.5% - 38.5%);
}

main #b__voice .e__soudan .box .m__soudan2 div {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 100px;
  border-color: transparent transparent transparent #CAC7C7;
}

main #b__voice .e__soudan .box .m__soudan2 div::after {
  content: '相談';
  position: absolute;
  top: -9px;
  left: -84px;
  width: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

main #b__voice .e__soudan .texts {
  border-top: 1px solid #C9C7C7;
  padding-top: 20px;
}

main #b__voice .e__soudan .texts p {
  margin-bottom: 1.5em;
}

main #b__voice .e__soudan .texts .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main #b__voice .e__soudan .texts .link .ico {
  position: relative;
  margin-right: 8px;
  width: 20px;
}

main #b__voice .e__soudan .texts .link .ico::after, main #b__voice .e__soudan .texts .link .ico::before {
  content: '';
  position: absolute;
}

main #b__voice .e__soudan .texts .link .ico::before {
  width: 20px;
  height: 20px;
  background-color: #EA650D;
  border-radius: 50%;
}

main #b__voice .e__soudan .texts .link .ico::after {
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
}

main #b__voice .e__soudan .texts .link .txt a {
  color: #EA650D;
}

main #flow .e__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #CAC7C7;
  margin-bottom: 40px;
}

main #flow .e__title > div {
  width: 50%;
}

main #flow .e__title .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

main #flow .e__title .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

main #flow .e__title h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #222222;
}

main #flow .e__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main #flow .e__flow {
  max-width: 800px;
  margin: 0 auto 160px;
}

main #flow .e__flow .m__flow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  background-color: #F2EDEB;
  padding: 24px 30px;
  border-radius: 10px;
}

main #flow .e__flow .m__flow::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #CAC7C7 transparent transparent transparent;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main #flow .e__flow .m__flow:last-of-type::after {
  display: none;
}

main #flow .e__flow .m__flow .no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  color: #EA650D;
}

main #flow .e__flow .m__flow .desc {
  width: calc(100% - 104px);
}

main #flow .e__flow .m__flow .desc h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #222222;
  padding-bottom: 14px;
  border-bottom: 1px solid #C9C7C7;
  margin-bottom: 14px;
}

main #flow .e__flow .m__flow .desc .btn {
  margin-top: 20px;
}

main #flow .e__flow .m__flow .desc .txt {
  margin-bottom: 0;
}

main #flow .e__flow .m__flow .desc ul {
  padding-top: 14px;
  padding-left: 20px;
  list-style: '※';
}

main #flow .e__flow .m__flow .desc ul li {
  margin-bottom: 10px;
}

footer {
  background-color: #F2EDEB;
  text-align: center;
  line-height: 1;
  padding: 24px 0;
  font-size: 1.3rem;
}

.totop {
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 40px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.totop.active {
  opacity: 1;
}

.totop div {
  background-color: #ea650d;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 4px;
  height: 100%;
}

.totop div:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 16px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.totop div a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #layer {
    left: -100vw;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background-color: #00000080;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #layer.active {
    opacity: 1;
    left: 0;
  }
  header {
    padding-bottom: 0;
  }
  a {
    -webkit-transition: opacity 0;
    transition: opacity 0;
  }
  a:hover {
    opacity: 1;
  }
  .m__btn1 {
    font-size: 1.4rem;
    padding: 13px 19px;
  }
  main #b__spmenu {
    display: block;
    z-index: 3;
    position: fixed;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    top: 0;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
  main #b__spmenu .head {
    width: 100%;
  }
  main #b__spmenu .head .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
  main #b__spmenu .head .box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    height: 100%;
    background-color: #fff;
  }
  main #b__spmenu .head .box li.btn {
    background-color: #F2EDEB;
  }
  main #b__spmenu .head .box li.close a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #b__spmenu .head .box li.close a p {
    padding-left: 3px;
  }
  main #b__spmenu .head .box li.close a div {
    position: relative;
    width: 20px;
    height: 20px;
  }
  main #b__spmenu .head .box li.close a div span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid #222222;
    top: 6px;
  }
  main #b__spmenu .head .box li.close a div span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: -7px;
  }
  main #b__spmenu .head .box li.close a div span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 5px;
  }
  main #b__spmenu .navi {
    width: 320px;
    background-color: #fff;
    height: calc(100vh - 60px);
    padding: 40px 20px;
  }
  main #b__spmenu .navi .navi_inner {
    border-top: 1px solid #CAC7C7;
    margin-bottom: 40px;
  }
  main #b__spmenu .navi .navi_inner li {
    border-bottom: 1px solid #CAC7C7;
  }
  main #b__spmenu .navi .navi_inner li a {
    display: block;
    line-height: 60px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  main #b__spmenu .navi .btn {
    text-align: center;
  }
  main #b__spmenu.active {
    left: 0;
  }
  main .b__mv .box {
    margin-left: -20px;
    margin-right: -20px;
  }
  main .b__mv .box .img {
    height: 220px;
  }
  main #b__navi {
    border-bottom: 1px solid #F2EDEB;
  }
  main #b__navi .cw {
    padding: 0;
  }
  main #b__navi .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
  }
  main #b__navi .box .navi {
    padding: 0;
    width: 50%;
    height: 100%;
  }
  main #b__navi .box .navi ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  main #b__navi .box .navi ul li {
    margin-right: 0;
  }
  main #b__navi .box .navi ul li.btn_wrap {
    width: 100%;
    height: 100%;
  }
  main #b__navi .box .navi ul li.btn_wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #b__navi .box .navi ul li.btn_wrap a .btn_menu {
    height: 18px;
    margin-right: 5px;
  }
  main #b__navi .box .navi a {
    display: block;
    width: 100%;
    height: 100%;
  }
  main #b__navi .box .navi a p {
    font-size: 1.4rem;
    font-weight: bold;
  }
  main #b__navi .box .navi a .btn_menu {
    position: relative;
    width: 20px;
    margin-right: 5px;
  }
  main #b__navi .box .navi a .btn_menu span {
    position: absolute;
    border-top: 2px solid #222222;
    width: 20px;
    height: 6px;
    left: 0;
  }
  main #b__navi .box .navi a .btn_menu span:nth-child(1) {
    top: 0px;
  }
  main #b__navi .box .navi a .btn_menu span:nth-child(2) {
    top: 8px;
  }
  main #b__navi .box .navi a .btn_menu span:nth-child(3) {
    top: 16px;
  }
  main #b__navi .box .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    height: 100%;
    background-color: #F2EDEB;
  }
  main #b__sptext {
    padding: 34px 0 0;
  }
  main #b__sptext .desc {
    padding-bottom: 40px;
    border-bottom: 2px solid #EA650D;
  }
  main #b__sptext .desc h1 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  main #b__sptext .desc h2 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 14px;
    color: #222222;
  }
  main #b__sptext .desc .txt {
    text-align: center;
  }
  main #b__maintext {
    padding: 24px 0 40px;
  }
  main #b__maintext .e__texts {
    padding: 0 0 30px;
  }
  main #b__maintext .e__texts h2 {
    font-size: 2.2rem;
    margin-bottom: 24px;
    line-height: 1.4;
  }
  main #b__maintext .e__points {
    display: block;
  }
  main #b__maintext .e__points .m__point {
    width: 100%;
    padding: 24px 24px;
    margin-bottom: 20px;
  }
  main #b__maintext .e__points .m__point h3 {
    margin-bottom: 16px;
  }
  main #b__movie {
    padding-bottom: 60px;
  }
  main #b__movie .e__content {
    padding: 30px 0 30px;
  }
  main #b__movie .e__content a {
    max-width: 100%;
    margin: 0 auto;
  }
  main #b__movie .e__content a .btn {
    width: 60px;
    height: 60px;
  }
  main #b__movie .btn {
    text-align: center;
  }
  main #b__activity {
    padding: 60px 0 40px;
  }
  main #b__activity .e__nayami {
    margin-bottom: 30px;
  }
  main #b__activity .e__nayami .ttl {
    font-size: 2.2rem;
    margin-bottom: 36px;
  }
  main #b__activity .e__nayami .box {
    display: block;
    margin-bottom: 0;
  }
  main #b__activity .e__nayami .box.reverse dl:nth-child(1) dt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 40px;
    margin-left: 0;
  }
  main #b__activity .e__nayami .box.reverse dl:nth-child(1) dd {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main #b__activity .e__nayami .box.reverse dl:nth-child(1) dd::before {
    right: auto;
    left: -34px;
    -webkit-transform: rotate(28deg) translateY(-50%);
            transform: rotate(28deg) translateY(-50%);
  }
  main #b__activity .e__nayami .box dl {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  main #b__activity .e__nayami .box dl:nth-child(2) dt, main #b__activity .e__nayami .box dl .reverse:nth-child(2) dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 40px;
  }
  main #b__activity .e__nayami .box dl:nth-child(2) dd, main #b__activity .e__nayami .box dl .reverse:nth-child(2) dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main #b__activity .e__nayami .box dl:nth-child(2) dd::before, main #b__activity .e__nayami .box dl .reverse:nth-child(2) dd::before {
    right: -30px;
    left: auto;
    -webkit-transform: rotate(-151deg) translate(13px, 20px);
            transform: rotate(-151deg) translate(13px, 20px);
  }
  main #b__activity .e__nayami .box dl dt {
    margin-right: 40px;
  }
  main #b__activity .e__nayami .box dl dd p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  main #b__activity .e__arrow {
    padding: 30px 0 60px;
  }
  main #b__activity .e__arrow div {
    border-width: 30px 53px 0 53px;
  }
  main #b__activity .e__solution {
    margin-bottom: 70px;
  }
  main #b__activity .e__solution .box {
    display: block;
  }
  main #b__activity .e__solution .box .desc {
    max-width: 100%;
    padding: 25px 0;
  }
  main #b__activity .e__solution .box .desc .ttl {
    font-size: 2.2rem;
    margin-bottom: 10px;
    text-align: center;
  }
  main #b__activity .e__solution .box .desc .txt {
    letter-spacing: 0.05em;
  }
  main #b__activity .e__solution .box .img {
    margin: 30px auto 0;
  }
  main #b__activity .e__activity .ttl {
    padding: 15px 0;
    margin-bottom: 30px;
  }
  main #b__activity .e__activity .box {
    display: block;
  }
  main #b__activity .e__activity .box .m__activity {
    display: block;
    width: 100%;
  }
  main #b__activity .e__activity .box .m__activity .img {
    width: 100%;
  }
  main #b__activity .e__activity .box .m__activity .img img {
    width: 100%;
    height: 240px;
  }
  main #b__activity .e__activity .box .m__activity .desc {
    width: 100%;
    max-width: none;
    padding: 24px;
  }
  main #b__activity .e__activity .box .m__activity .desc .m__heading2 {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  main #b__voice {
    padding-top: 60px;
  }
  main #b__voice .e__soudan {
    padding: 30px 0 80px;
    max-width: 100%;
  }
  main #b__voice .e__soudan .box {
    display: block;
    margin-bottom: 30px;
  }
  main #b__voice .e__soudan .box .m__soudan1, main #b__voice .e__soudan .box .m__soudan3 {
    width: 100%;
    margin-bottom: 30px;
  }
  main #b__voice .e__soudan .box .m__soudan1 .img, main #b__voice .e__soudan .box .m__soudan3 .img {
    margin-bottom: 20px;
  }
  main #b__voice .e__soudan .box .m__soudan1 .desc .company, main #b__voice .e__soudan .box .m__soudan3 .desc .company {
    margin-bottom: 7px;
  }
  main #b__voice .e__soudan .box .m__soudan2 {
    width: 100%;
    margin-bottom: 20px;
  }
  main #b__voice .e__soudan .box .m__soudan2 div {
    position: static;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 60px 70px 0 70px;
    -webkit-transform: none;
            transform: none;
    border-color: #CAC7C7 transparent transparent transparent;
  }
  main #b__voice .e__soudan .box .m__soudan2 div::after {
    top: 15px;
    left: 50%;
    width: auto;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main #b__voice .e__soudan .texts {
    padding-top: 20px;
  }
  main #b__voice .e__soudan .texts .link .ico {
    position: relative;
    margin-right: 8px;
    width: 20px;
  }
  main #b__voice .e__soudan .texts .link .ico::after, main #b__voice .e__soudan .texts .link .ico::before {
    content: '';
    position: absolute;
  }
  main #b__voice .e__soudan .texts .link .ico::before {
    width: 20px;
    height: 20px;
    background-color: #EA650D;
    border-radius: 50%;
  }
  main #b__voice .e__soudan .texts .link .ico::after {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #fff;
  }
  main #b__voice .e__soudan .texts .link .txt {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  main #flow .cw {
    padding-left: 0;
    padding-right: 0;
  }
  main #flow .e__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  main #flow .e__title > div {
    width: 100%;
  }
  main #flow .e__title h2 {
    font-size: 2.2rem;
  }
  main #flow .e__title .img {
    height: 230px;
    width: 100%;
  }
  main #flow .e__title .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 120px;
  }
  main #flow .e__flow {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 70px;
  }
  main #flow .e__flow .m__flow {
    display: block;
    padding: 18px 20px 30px;
  }
  main #flow .e__flow .m__flow .no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    font-size: 2.2rem;
    margin: 0 auto 18px;
  }
  main #flow .e__flow .m__flow .desc {
    width: 100%;
  }
  main #flow .e__flow .m__flow .desc h3 {
    font-size: 1.8rem;
  }
  main #flow .e__flow .m__flow .desc .txt {
    letter-spacing: 0.05em;
  }
  main #flow .e__flow .m__flow .desc .btn {
    text-align: center;
  }
  footer {
    line-height: 1.7;
    padding: 14px 0;
  }
}
/*# sourceMappingURL=styles.css.map */