/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

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

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

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield; }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

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

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

html {
  font-size: 10px; }

body {
  color: #444;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif; }

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: -internal-light-dark(white, rgba(255, 255, 255, 0)) !important;
  color: fieldtext !important; }

.blank_mark {
  display: inline-block;
  width: 0.8em;
  margin-left: 0.5em;
  fill: none;
  stroke: #fff; }

.eng {
  font-family: 'Oswald', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.04em; }

@media (max-width: 768px) {
  .pc_only {
    display: none !important; } }

@media (min-width: 769px) {
  .sp_only {
    display: none !important; } }

.sht_hr {
  width: 20%;
  margin: auto;
  opacity: 0.1; }

.casebox_dtl {
  position: absolute;
  bottom: 2rem;
  left: 4%;
  color: #FFF;
  letter-spacing: .04em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
  .casebox_dtl p:first-of-type {
    font-size: 2rem; }
  .casebox_dtl p:last-of-type {
    font-weight: 300; }

.loading_cover {
  position: fixed;
  background-color: #C20D23;
  top: 0%;
  right: 0;
  left: 0;
  bottom: 0%;
  transition: 1.35s ease;
  z-index: 5000;
  overflow: hidden; }
.loading_img {
  width: 25rem;
  margin: 1rem 2rem 2rem;
  transition: .7s ease; }
  @media (min-width: 769px) {
    .loading_img {
      width: 55vw;
      margin: 2rem 2rem 2rem; } }
  @media (max-width: 768px) {
    .loading_img {
      width: 80vw;
      max-width: 33rem;
      margin: 8rem 2rem 1.5rem; } }

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #FFF; }
  .header_logo {
    width: 25rem;
    margin: 1rem 2rem 2rem;
    transition: .7s ease; }
    @media (max-width: 768px) {
      .header_logo {
        width: 17rem;
        margin: 1rem 2rem 1.5rem; } }
    @media (min-width: 769px) {
      .header_logo.top {
        width: 55vw;
        margin: 2rem 2rem 2rem; } }
    @media (max-width: 768px) {
      .header_logo.top {
        width: 80vw;
        max-width: 33rem;
        margin: 8rem 2rem 1.5rem; } }
  .header_navi {
    display: flex;
    margin: 3rem; }
    @media (max-width: 768px) {
      .header_navi {
        display: flex;
        margin: 3rem;
        flex-direction: column;
        align-items: flex-end;
        position: absolute;
        right: -15rem;
        opacity: 0;
        height: 90vh;
        justify-content: center;
        z-index: 100;
        color: #FFF;
        line-height: 2;
        transition: .3s ease; }
        .header_navi.active {
          right: 1rem;
          opacity: 1; } }
    .header_navi li {
      margin: 0 2rem; }
      @media (max-width: 768px) {
        .header_navi li {
          font-size: 3rem;
          font-weight: 300; } }

.hum_open {
  padding: 1rem;
  margin: 1rem;
  width: 8rem;
  height: 3rem;
  background: none;
  border: none;
  position: relative;
  z-index: 200;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0; }
  @media (min-width: 769px) {
    .hum_open {
      display: none; } }
  .hum_open::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 5rem;
    background-color: #DDD;
    top: 8px;
    right: 1rem;
    transition: .3s ease; }
  .hum_open::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 3rem;
    background-color: #DDD;
    bottom: 8px;
    right: 1rem;
    transition: .3s ease; }
  .hum_open.active::before {
    width: 3rem;
    background-color: #FFF;
    transform: rotate(-45deg);
    top: 14px; }
  .hum_open.active::after {
    width: 3rem;
    background-color: #FFF;
    transform: rotate(45deg);
    bottom: 13px; }
.hum_bg {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 100; }
  .hum_bg::before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 130%;
    right: -30%;
    display: block;
    transition: 1.5s ease;
    transform: skew(-30deg, 0deg); }
  .hum_bg.active::before {
    left: -30%; }

.fsv_sec {
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .fsv_sec_case {
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    overflow: hidden; }
    @media (min-width: 769px) {
      .fsv_sec_case {
        top: 50vh; } }
    @media (max-width: 768px) {
      .fsv_sec_case {
        top: 40vh; } }
    .fsv_sec_case_img {
      background-size: cover;
      background-position: center;
      position: relative; }
      @media (min-width: 769px) {
        .fsv_sec_case_img {
          height: 50vh; } }
      @media (max-width: 768px) {
        .fsv_sec_case_img {
          height: 60vh; } }
  .fsv_sec_message {
    color: #FFF;
    position: absolute;
    display: flex;
    align-items: flex-end;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); }
    @media (min-width: 769px) {
      .fsv_sec_message {
        right: 4vw;
        bottom: 6.5vh; } }
    @media (max-width: 768px) {
      .fsv_sec_message {
        right: 2rem;
        bottom: 11rem; } }
    .fsv_sec_message span {
      font-size: 3.35vh;
      writing-mode: vertical-lr; }
      @media (max-width: 768px) {
        .fsv_sec_message span {
          font-size: 1.25rem; } }
    .fsv_sec_message p {
      font-size: 11vh;
      font-weight: 700; }
      @media (max-width: 768px) {
        .fsv_sec_message p {
          font-size: 5rem; } }
  .fsv_sec_scbt {
    width: 6rem;
    height: 6rem;
    border: none;
    background-color: #C20D23;
    color: #FFF;
    font-size: 3rem;
    position: absolute;
    top: calc( 50% - 3rem);
    left: 6rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .fsv_sec_scbt {
        width: 5rem;
        height: 5rem;
        font-size: 2.5rem;
        top: calc( 40% - 2.5rem);
        left: 2rem; } }
    .fsv_sec_scbt:hover span {
      transition: 0.7s cubic-bezier(0.73, -0.53, 0.17, 1.14);
      transform: rotate(360deg); }

.abt_sec {
  padding: 8rem 6vw; }
.abt_catch {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .abt_catch {
      padding-left: 1rem; } }
  .abt_catch rt {
    color: #C20D23; }
.abt_read {
  padding-left: 40vw;
  line-height: 2.35; }
  @media (max-width: 1199px) {
    .abt_read {
      padding-top: 2rem; } }
  @media (max-width: 768px) {
    .abt_read {
      padding-left: 6rem;
      padding-right: 1rem; } }

.hr_case {
  position: relative;
  overflow: hidden; }
  @media (min-width: 769px) {
    .hr_case {
      height: 35vw; } }
  @media (max-width: 768px) {
    .hr_case {
      height: 120vw; } }
  .hr_case_img {
    background-size: cover;
    background-position: center;
    position: relative; }
    @media (min-width: 769px) {
      .hr_case_img {
        height: 35vw; } }
    @media (max-width: 768px) {
      .hr_case_img {
        height: 120vw; } }

.sol_sec {
  padding: 10rem 1rem; }
.sol_message {
  margin-bottom: 10rem; }
  @media (max-width: 768px) {
    .sol_message {
      padding: 0 2rem; } }
  .sol_message p {
    margin-bottom: 2rem;
    line-height: 2; }
    @media (min-width: 769px) {
      .sol_message p {
        text-align: center; } }
.sol_flex {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .sol_flex {
      flex-direction: column; } }
@media (min-width: 769px) {
  .sol_img {
    width: 43rem; } }
@media (max-width: 768px) {
  .sol_img {
    width: 31rem;
    margin-bottom: 3rem; } }
@media (min-width: 769px) {
  .sol_dl {
    margin-left: 3%; } }
@media (max-width: 768px) {
  .sol_dl {
    margin: 0 1rem; } }
.sol_dt {
  border-bottom: 2px solid rgba(60, 60, 60, 0.2);
  margin: 1rem 0 2rem;
  padding-bottom: 0.5rem;
  font-size: 1.1em; }
  .sol_dt span {
    margin-left: 1rem;
    font-size: 1.3em;
    font-weight: 400;
    opacity: .3; }
.sol_dd {
  margin-bottom: 3rem; }
.sol_list {
  font-weight: 700;
  column-count: 2;
  list-style: disc;
  line-height: 1.5;
  padding-left: 3.5rem; }
  .sol_list li {
    padding-right: 2.5rem;
    margin-bottom: 1rem; }

.wrk_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .wrk_list li {
    max-width: 62rem; }
    @media (min-width: 769px) {
      .wrk_list li {
        width: 42%;
        margin: 2rem; } }
    @media (max-width: 768px) {
      .wrk_list li {
        width: 40%;
        margin: 1rem; } }
  .wrk_list_cont {
    position: relative;
    width: 100%;
    height: 20rem;
    background-size: cover;
    background-position: center; }

.pjc_sec {
  overflow: hidden; }
  @media (min-width: 769px) {
    .pjc_sec {
      padding: 12rem 0; } }
  @media (max-width: 768px) {
    .pjc_sec {
      padding-top: 8rem; } }
.pjc_slider {
  margin: auto;
  max-width: 110rem;
  position: relative; }
  @media (min-width: 769px) {
    .pjc_slider {
      height: 60rem; } }
  @media (max-width: 768px) {
    .pjc_slider {
      height: 65rem;
      overflow: hidden; } }
.pjc_slide {
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex; }
  @media (min-width: 769px) {
    .pjc_slide {
      align-items: center;
      right: -8rem;
      background-position: right;
      background-size: contain; } }
  @media (max-width: 768px) {
    .pjc_slide {
      right: 0;
      background-position: 1rem center;
      background-size: 140vw; } }
.pjc_inner {
  text-shadow: 1px 1px 7px #FFF, -1px -1px 7px #FFF, -1px 1px 7px #FFF, 1px -1px 7px #FFF, 0px 1px 7px #FFF, 0 -1px 7px #FFF, -1px 0 7px #FFF, 1px 0 7px #FFF; }
  @media (max-width: 1199px) {
    .pjc_inner {
      padding-left: 3rem; } }
.pjc_num {
  font-weight: 300;
  margin-bottom: 2rem;
  position: relative;
  line-height: 1; }
  @media (min-width: 769px) {
    .pjc_num {
      font-size: 12rem; } }
  @media (max-width: 768px) {
    .pjc_num {
      font-size: 7rem; } }
  .pjc_num button {
    font-size: .7em;
    transition: .3s ease; }
    .pjc_num button:hover {
      opacity: 0.3; }
.pjc_arw {
  position: absolute;
  bottom: 0; }
  @media (min-width: 769px) {
    .pjc_arw {
      right: 11rem; } }
  @media (max-width: 768px) {
    .pjc_arw {
      left: 11rem; } }
.pjc_dt {
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .04em;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (min-width: 769px) {
    .pjc_dt {
      font-size: 6rem;
      height: 18rem;
      justify-content: center; } }
  @media (max-width: 768px) {
    .pjc_dt {
      font-size: 5rem;
      height: 32rem;
      justify-content: flex-start; } }
  .pjc_dt span {
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0;
    margin: 1rem 0 0; }
.pjc_dd {
  margin: 4rem 2rem;
  line-height: 1.85; }
  @media (max-width: 768px) {
    .pjc_dd {
      margin: 2rem 1rem; } }
.pjc_btn {
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 0.2rem;
  position: relative;
  transition: .3s ease;
  cursor: pointer; }
  @media (min-width: 769px) {
    .pjc_btn {
      width: 5rem;
      height: 0.6rem;
      margin-right: 0.5rem; }
      .pjc_btn:hover {
        background-color: #606060; } }
  @media (max-width: 768px) {
    .pjc_btn {
      width: 4rem;
      height: 0.7rem;
      margin-right: 0.2rem; } }
  .pjc_btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    left: 0;
    bottom: 0;
    background-color: #606060; }
  .pjc_btn:disabled::after {
    right: 0%;
    transition: 7s linear; }

#pjc_slide_01 {
  background-image: url(../assets/flow_cons.webp);
  background-repeat: no-repeat; }
#pjc_slide_02 {
  background-image: url(../assets/flow_pre_srv.webp);
  background-repeat: no-repeat; }
#pjc_slide_03 {
  background-image: url(../assets/flow_arc_dsn.webp);
  background-repeat: no-repeat; }
#pjc_slide_04 {
  background-image: url(../assets/flow_prop.webp);
  background-repeat: no-repeat; }
#pjc_slide_05 {
  background-image: url(../assets/flow_const.webp);
  background-repeat: no-repeat; }
#pjc_slide_06 {
  background-image: url(../assets/flow_cmp_tsr.webp);
  background-repeat: no-repeat; }
#pjc_slide_07 {
  background-image: url(../assets/flow_fu_srv.webp);
  background-repeat: no-repeat; }

.faq_ttl {
  text-align: center;
  margin: 0 0 5rem; }
.faq_sec {
  padding: 7rem 2rem 5rem; }
.faq_dl {
  width: fit-content;
  margin: 0 auto 2rem;
  line-height: 2.2; }
.faq_dt {
  font-weight: 700;
  padding-left: 2.85rem; }
  .faq_dt::before {
    content: "Q.";
    margin-right: 1rem;
    margin-left: -2.85rem; }
.faq_dd {
  margin-bottom: 4rem;
  margin-left: 2.85rem; }

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset; }

.ctc_ttl {
  text-align: center;
  margin: 0 0 5rem; }
.ctc_sec {
  padding: 10rem 1rem; }

[id^="hsForm_"] {
  width: fit-content;
  margin: 0 auto 3rem;
  line-height: 1.85; }

.hs-input {
  border-bottom: 1px solid #606060;
  width: 60rem;
  max-width: 90vw;
  padding: 0.5rem 0.7rem;
  color: #000; }
.hs-form-field {
  width: fit-content;
  margin: 0 auto 3rem;
  position: relative; }
.hs-form-required {
  color: #C20D23;
  margin-left: 0.3rem; }
.hs-error-msg {
  font-size: 1.2rem;
  color: #FFF;
  background-color: #aaa;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  bottom: 3.5rem;
  z-index: -1; }
  .hs-error-msg::before {
    content: "";
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -0.25rem;
    background-color: #aaa;
    width: 1rem;
    height: 1rem;
    transform: rotate(45deg);
    z-index: -2; }
.hs-policy {
  text-align: center; }
  .hs-policy span {
    font-size: 0.8em;
    display: block; }
  .hs-policy a {
    text-decoration: underline; }

[id^="label-"] {
  position: absolute;
  top: 0.5em;
  font-size: 1em;
  transition: .3s ease; }
  [id^="label-"].dodge {
    top: -1.5em;
    font-size: 0.8em; }

.actions {
  width: fit-content;
  margin: 4rem auto;
  position: relative; }
  .actions::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0rem;
    left: calc( 100% - 2rem );
    border-bottom: 1px solid #606060;
    z-index: -1;
    background-color: #606060;
    transition: .3s ease; }
  .actions:hover::after {
    top: 0%;
    bottom: 0%;
    right: 0rem;
    left: calc( 0% - 0rem );
    border-bottom: 1px solid rgba(96, 96, 96, 0); }

.hs_lastname {
  display: inline-block; }
  @media (max-width: 768px) {
    .hs_lastname {
      margin-left: 1rem; } }

[id^="lastname-"] {
  width: 24rem; }

.hs_firstname {
  margin-left: 3rem;
  display: inline-block; }
  @media (max-width: 768px) {
    .hs_firstname {
      margin-left: 1rem; } }

[id^="firstname-"] {
  width: 24rem; }

[id^="message-"] {
  min-height: 14rem; }

[type="submit"] {
  border: 1px solid #606060;
  padding: 0.8rem 12rem;
  color: #606060;
  transition: .3s ease; }
  [type="submit"]:hover {
    color: #FFF; }

.hs_error_rollup {
  color: #C20D23;
  text-align: center; }

.bchd_row {
  display: flex;
  background-color: #C4B7AF;
  align-items: center;
  justify-content: center;
  height: 6rem; }
  @media (max-width: 768px) {
    .bchd_row {
      height: 4rem; } }
  .bchd_row_img {
    width: 20rem; }
    @media (max-width: 768px) {
      .bchd_row_img {
        width: 18rem; } }

.footer {
  background-color: #606060;
  background-image: url("../assets/footer_img.webp");
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #FFF;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 769px) {
    .footer {
      flex-direction: row-reverse;
      padding: 6rem;
      background-size: 60rem;
      align-items: flex-start; } }
  @media (max-width: 768px) {
    .footer {
      flex-direction: column;
      padding: 6rem 2rem 45vw;
      background-size: 90vw; } }
  .footer_navi {
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (max-width: 768px) {
      .footer_navi {
        margin-bottom: 1rem; } }
    .footer_navi_list {
      display: flex;
      margin: 0 0 2rem; }
      .footer_navi_list li {
        font-size: 1.3em;
        margin-left: 3rem; }
      .footer_navi_list_link {
        transition: .3s ease; }
        .footer_navi_list_link:hover {
          opacity: .3; }
  .footer_catch {
    font-weight: 700;
    line-height: 1.35; }
    @media (min-width: 769px) {
      .footer_catch {
        font-size: 6rem;
        margin: 0 0 7rem; } }
    @media (max-width: 768px) {
      .footer_catch {
        font-size: 3rem;
        margin: 0 0 2rem; } }
  .footer_dtl {
    margin: 0 0 3rem;
    display: flex; }
    @media (min-width: 769px) {
      .footer_dtl {
        align-items: flex-end; } }
    @media (max-width: 768px) {
      .footer_dtl {
        align-items: flex-start;
        flex-direction: column; } }
    @media (min-width: 769px) {
      .footer_dtl img {
        width: 25rem;
        margin-right: 2rem; } }
    @media (max-width: 768px) {
      .footer_dtl img {
        width: 21rem;
        margin-bottom: 2rem; } }
    @media (min-width: 769px) {
      .footer_dtl p {
        font-size: 1.3rem;
        margin-bottom: 0.5rem; } }
    @media (max-width: 768px) {
      .footer_dtl p {
        font-size: 1.1rem; } }
  .footer_copy {
    font-weight: 300;
    font-size: 0.9em; }

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