<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*ヘッダー*/
.f-header {
  position: fixed;
  left: 0;
  top: -80px;
  z-index: 9990;
  width: 100%;
  height: 80px;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #EA5504;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44% 1fr;
  grid-template-columns: 1fr 44% 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f-header &gt; *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.f-header &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.f-header &gt; *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.f-header a {
  color: #fff;
}
.f-header.is-scrolled {
  top: 0;
}
@media (max-width: 1200px) {
  .f-header {
    -ms-grid-columns: 1fr 60% 1fr;
    grid-template-columns: 1fr 60% 1fr;
  }
}
@media (max-width: 768px) {
  .f-header {
    min-width: 0;
    display: none;
  }
}

.f-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .f-header__logo a {
    -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: flex-start;
  }
}
.f-header__logo .small {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 27px;
}
@media (max-width: 1200px) {
  .f-header__logo .small {
    font-size: 11px;
    margin-right: 0;
    margin-bottom: 2px;
  }
}
.f-header__logo .large {
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .f-header__logo .large {
    font-size: 26px;
  }
}

.f-header__nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 35px 20px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1200px) {
  .f-header__nav {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.f-header__nav-item {
  width: 33%;
  height: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  border-right: 2px solid #f4aa82;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1200px) {
  .f-header__nav-item {
    font-size: 18px;
  }
}
.f-header__nav-item:first-child {
  border-left: 2px solid #f4aa82;
}
.f-header__nav a {
  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;
  width: 100%;
  height: 100%;
}
.f-header__nav svg {
  width: 10px;
  height: 10px;
}

.f-header__sns.c-sns01 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.f-header__sns.c-sns01 .c-sns01__item {
  margin-right: 33px;
}
.f-header__sns.c-sns01 .c-sns01__item svg {
  fill: #fff;
}

.f-menu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9989;
  width: 100%;
  background: #EA5504;
  color: #fff;
}
@media (max-width: 768px) {
  .f-menu.is-scrolled {
    position: fixed;
  }
}

.f-menu__nav {
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1140px;
  position: relative;
}
@media (max-width: 768px) {
  .f-menu__nav {
    height: 60px;
    padding: 10px 0;
  }
}
.f-menu__nav-item {
  width: 33.3%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 2px solid #f4aa82;
}
@media (max-width: 768px) {
  .f-menu__nav-item {
    border-width: 1px;
  }
}
.f-menu__nav-item:first-child {
  border-left: 2px solid #f4aa82;
}
@media (max-width: 768px) {
  .f-menu__nav-item:first-child {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .f-menu__nav-item:last-child {
    border-right: none;
  }
}
.f-menu__nav a {
  color: #fff;
  width: 100%;
  height: 100%;
  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;
  position: relative;
}
@media not all and (max-width: 768px) {
  .f-menu__nav a:hover svg {
    bottom: -10px;
  }
}
.f-menu__nav span {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .f-menu__nav span {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.f-menu__nav svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 20.5px;
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .f-menu__nav svg {
    width: 10px;
    height: 10px;
    bottom: 3px;
  }
}

/*フッター*/
.f-footer {
  background: #333333;
  color: #fff;
  text-align: center;
  padding: 80px 0 83px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .f-footer {
    padding: 50px 0 83px;
  }
}

.f-footer__title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .f-footer__title {
    font-size: 20px;
  }
}

.f-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .f-footer__contact {
    margin-bottom: 8px;
  }
}
.f-footer__contact p {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .f-footer__contact p {
    font-size: 18px;
  }
}
.f-footer__contact p + p {
  margin-left: 36px;
}
@media (max-width: 768px) {
  .f-footer__contact p + p {
    margin-left: 16px;
  }
}
.f-footer__contact span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .f-footer__contact span {
    font-size: 14px;
  }
}
.f-footer__contact a {
  text-decoration: none;
  color: #fff;
}

.f-footer__address {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .f-footer__address {
    font-size: 16px;
    margin-bottom: 13px;
  }
}

.f-footer__mail {
  font-size: 16px;
  margin-bottom: 63px;
  padding: 0;
}
@media (max-width: 768px) {
  .f-footer__mail {
    font-size: 14px;
    margin-bottom: 38px;
  }
}
.f-footer__mail span {
  margin-right: 6px;
}
.f-footer__mail a {
  letter-spacing: 0.03em;
  text-decoration: underline;
  color: #fff;
}

.f-footer__copy {
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  font-size: 13px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .f-footer__copy {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  position: relative;
}

p, div, ul, li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
@media not all and (max-width: 768px) {
  a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a:hover {
    opacity: 0.6;
  }
}

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

ul {
  list-style: none;
}

svg {
  fill: #000000;
}

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

@media not all and (max-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.f-main {
  display: block;
  overflow: hidden;
}
.f-main:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .f-main {
    min-width: 0;
  }
}

.f-wrapper {
  position: relative;
  padding: 140px 0 0;
  margin: 0;
}
@media (max-width: 768px) {
  .f-wrapper {
    padding: 60px 0 0;
  }
}

.l-container {
  position: relative;
}

.l-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .l-inner {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-text01 p {
  font-size: 20px;
  line-height: 2;
  word-wrap: break-word;
  margin-top: 21px;
}
@media (max-width: 768px) {
  .c-text01 p {
    line-height: 1.65;
    font-size: 14px;
    margin-top: 10px;
  }
}
.c-text01 p:first-child {
  margin-top: 0;
}

.c-text02 p {
  font-size: 16px;
  line-height: 2.31;
  word-wrap: break-word;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .c-text02 p {
    line-height: 1.65;
    font-size: 14px;
    margin-top: 10px;
  }
}
.c-text02 p:first-child {
  margin-top: 0;
}

/* c-heading */
.c-heading01 {
  margin: 0;
  padding: 0;
}

.c-heading01__small {
  display: block;
  position: relative;
  padding-left: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-heading01__small {
    font-size: 18px;
    padding-left: 26px;
  }
}
.c-heading01__small:after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #EA5504;
}
@media (max-width: 768px) {
  .c-heading01__small:after {
    width: 20px;
    height: 1px;
    margin-top: 0;
  }
}

.c-heading01__large {
  display: block;
  margin-top: 33px;
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-heading01__large {
    letter-spacing: 0;
    font-size: 28px;
    margin-top: 13px;
  }
}
.c-heading01__large span {
  color: #EA5504;
}

.c-heading02 {
  margin: 0;
  padding: 0;
}

.c-heading02__small {
  display: block;
  border-left: 6px solid #EA5504;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 14px;
}
@media (max-width: 768px) {
  .c-heading02__small {
    font-size: 16px;
    border-width: 4px;
    padding-left: 10px;
  }
}

.c-heading02__large {
  display: block;
  margin-top: 11px;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-heading02__large {
    margin-top: 8px;
    font-size: 21px;
    line-height: 1.35;
  }
}
.c-heading02__large span {
  color: #EA5504;
}

/* c-button */
.c-button__line {
  background: #3AAE36;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  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;
  width: 100%;
  max-width: 500px;
  height: 84px;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .c-button__line {
    font-size: 16.5px;
    height: 58px;
    border-radius: 4px;
  }
}
.c-button__line svg {
  width: 48px;
  height: 46px;
  fill: #fff;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .c-button__line svg {
    width: 33.3px;
    height: 31.5px;
    margin-right: 15px;
  }
}

.c-button__facebook {
  background: #1877F2;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  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;
  width: 100%;
  max-width: 500px;
  height: 84px;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .c-button__facebook {
    font-size: 16.5px;
    height: 58px;
    border-radius: 4px;
  }
}
.c-button__facebook svg {
  width: 36px;
  height: 36px;
  fill: #fff;
  margin-right: 17px;
}
@media (max-width: 768px) {
  .c-button__facebook svg {
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
}

/* c-sns01 */
.c-sns01 {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-sns01__item {
  margin-right: 29px;
}
@media (max-width: 768px) {
  .c-sns01__item {
    margin-right: 18px;
  }
}
.c-sns01__item a {
  position: relative;
}
.c-sns01__item svg {
  width: 22px;
  height: 22px;
  fill: #333333;
}
.c-sns01__item span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}

/*----------------------------------------
p-top-mv
-----------------------------------------*/
.p-top-mv {
  overflow: hidden;
  width: 100%;
  height: 860px;
  position: relative;
}
@media (max-width: 768px) {
  .p-top-mv {
    height: 560px;
  }
}
.p-top-mv:before {
  content: "";
  width: 1058px;
  height: 861px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -73px;
  background-image: url(../img/bg_mv_pc.png);
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 768px) {
  .p-top-mv:before {
    width: 562.5px;
    height: 560px;
    margin-left: -40px;
    background-image: url(../img/bg_mv_sp.png);
  }
}

.p-top-mv__inner {
  position: relative;
  z-index: 2;
}

.p-top-mv__heading {
  margin: 22px 0 20px;
}
@media (max-width: 768px) {
  .p-top-mv__heading {
    margin: 6px 0 20px;
  }
}
.p-top-mv__heading .jp {
  color: #333333;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: baseline;
}
.p-top-mv__heading .jp span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .p-top-mv__heading .jp span {
    font-size: 10.5px;
    margin-bottom: 2px;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .p-top-mv__heading .jp {
    font-size: 20.5px;
    padding-right: 7px;
  }
}
.p-top-mv__heading .en {
  color: #333333;
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .p-top-mv__heading .en {
    font-size: 14px;
  }
}

.p-top-mv__catchcopy01 {
  margin: 0 0 30px;
  font-size: 64px;
  font-weight: bold;
  color: #EA5504;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-top-mv__catchcopy01 {
    margin: 0 0 18px;
    font-size: 28px;
  }
}

.p-top-mv__catchcopy02 {
  margin: 0 0 32px;
}
@media (max-width: 768px) {
  .p-top-mv__catchcopy02 {
    margin: 0 0 12px 5px;
  }
}
.p-top-mv__catchcopy02 .small {
  font-size: 26px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
@media (max-width: 768px) {
  .p-top-mv__catchcopy02 .small {
    font-size: 11.5px;
    margin-right: 10px;
  }
}
.p-top-mv__catchcopy02 .large {
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-top-mv__catchcopy02 .large {
    font-size: 18px;
  }
}

.p-top-mv__catchcopy03 {
  margin: 0 0 60px;
  left: -10px;
  position: relative;
}
@media (max-width: 768px) {
  .p-top-mv__catchcopy03 {
    left: 0;
    margin: 0 0 40px;
  }
}
.p-top-mv__catchcopy03 img {
  display: block;
  width: 100%;
  max-width: 694px;
  margin-bottom: 14px;
  position: relative;
  left: 12px;
}
@media (max-width: 768px) {
  .p-top-mv__catchcopy03 img {
    max-width: 294px;
    margin-bottom: 7px;
  }
}
.p-top-mv__catchcopy03 .name {
  font-size: 180px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-top-mv__catchcopy03 .name {
    font-size: 78px;
  }
}
.p-top-mv__catchcopy03 .name span {
  color: #EA5504;
}

.p-top-mv__profile .heading {
  margin: 0 0 19px;
  width: 54.4%;
  max-width: 700px;
  font-size: 18px;
  line-height: 1;
  display: block;
  position: relative;
  color: #666666;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-top-mv__profile .heading {
    margin: 0 0 11px;
    font-size: 12px;
  }
}
.p-top-mv__profile .heading:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  margin-top: 1px;
  background: #666666;
}
@media (max-width: 768px) {
  .p-top-mv__profile .heading:after {
    margin-top: 0;
  }
}
.p-top-mv__profile .heading span {
  padding-right: 20px;
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
}
@media (max-width: 768px) {
  .p-top-mv__profile .heading span {
    padding-right: 2px;
  }
}
.p-top-mv__profile .text {
  margin: 0 0 24px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-top-mv__profile .text {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.p-top-mv__profile .text span {
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .p-top-mv__profile .text span {
    font-size: 10px;
    display: block;
  }
}
.p-top-mv__profile .text span:after {
  content: "：";
}
@media (max-width: 768px) {
  .p-top-mv__profile .text span:after {
    display: none;
  }
}
.p-top-mv__profile .text span.m-fs {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-top-mv__profile .text span.m-fs {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}
.p-top-mv__profile .text span.m-fs:after {
  content: none;
}

.p-top-mv__pic {
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 10px;
  width: 790px;
}
@media (max-width: 768px) {
  .p-top-mv__pic {
    width: 277px;
    bottom: 0;
    margin-left: -30px;
  }
}

/*----------------------------------------
p-top-first
-----------------------------------------*/
.p-top-first .l-container {
  padding-bottom: 57px;
}
@media (max-width: 768px) {
  .p-top-first .l-container {
    padding-bottom: 17px;
  }
}

.p-top-first__inner01 {
  padding-top: 43px;
  padding-bottom: 52px;
  background: #F7F7F7;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-first__inner01 {
    padding-top: 34px;
    padding-bottom: 39px;
  }
}
.p-top-first__inner01 .text01 {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-top-first__inner01 .text01 {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 20px;
  }
}
.p-top-first__inner01 .text02 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #3AAE36;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .p-top-first__inner01 .text02 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.p-top-first__inner01 .text03 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #1877F2;
  margin-top: 40px;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .p-top-first__inner01 .text03 {
    font-size: 15px;
    margin-top: 26px;
    margin-bottom: 10px;
  }
}

.p-top-first__inner02 {
  padding-top: 64px;
}
@media (max-width: 768px) {
  .p-top-first__inner02 {
    padding-top: 40px;
  }
}
.p-top-first__inner02 .movie {
  position: relative;
  margin: 0 auto;
  width: 48%;
  max-width: 580px;
  height: 320px;
}
@media (max-width: 768px) {
  .p-top-first__inner02 .movie {
    height: auto;
    max-width: 100%;
    width: 100%;
    padding-bottom: 55.5%;
  }
}
.p-top-first__inner02 .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top-first__inner02 .movieWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-top-first__inner02 .movieWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}

/*----------------------------------------
p-top-greeting
-----------------------------------------*/
.p-top-greeting {
  margin-top: -80px;
  padding-top: 80px;
}
.p-top-greeting .l-container {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-top-greeting .l-container {
    padding-bottom: 40px;
  }
}

.p-top-greeting__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.p-top-greeting__inner .c-heading01 {
  margin-bottom: 59px;
}
@media (max-width: 768px) {
  .p-top-greeting__inner .c-heading01 {
    margin-bottom: 21px;
  }
}
@media (max-width: 768px) {
  .p-top-greeting__inner .c-text01 {
    width: 100%;
    max-width: 100%;
  }
}
.p-top-greeting__inner .c-text01 .strong {
  margin-top: 58px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.65;
}
@media (max-width: 1050px) {
  .p-top-greeting__inner .c-text01 .strong {
    font-size: 29px;
  }
}
@media (max-width: 768px) {
  .p-top-greeting__inner .c-text01 .strong {
    margin-top: 26px;
    font-size: 21px;
  }
}
.p-top-greeting__inner .c-text01 .strong span {
  color: #EA5504;
}

.p-top-greeting__pic {
  position: absolute;
  left: 50%;
  top: 196px;
  z-index: 1;
  width: 984px;
}
@media (max-width: 768px) {
  .p-top-greeting__pic {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 14px auto 0;
  }
}
.p-top-greeting__pic:after {
  content: "";
  width: 2634px;
  height: 3446px;
  position: absolute;
  left: -50%;
  top: 0;
  margin-left: -1065px;
  background-image: url(../img/bg_slash01_pc.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% !important;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-top-greeting__pic:after {
    width: 752.5px;
    height: 861px;
    margin-left: -138px;
    background-image: url(../img/bg_slash01_sp.png);
    content: none;
  }
}

/*----------------------------------------
p-top-profile
-----------------------------------------*/
@media (max-width: 768px) {
  .p-top-profile {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.p-top-profile .l-container {
  position: relative;
  z-index: 2;
  padding-bottom: 103px;
}
@media (max-width: 768px) {
  .p-top-profile .l-container {
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.p-top-profile__frame {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 135px 20px 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F7F7F7;
}
@media (max-width: 768px) {
  .p-top-profile__frame {
    padding: 35px 20px 20px;
    max-width: 100%;
  }
}

.p-top-profile__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.p-top-profile__inner .c-heading01 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-top-profile__inner .c-heading01 {
    margin-bottom: 14px;
  }
}
.p-top-profile__inner .career {
  padding: 0;
  margin: 32px 0 103px;
}
@media (max-width: 768px) {
  .p-top-profile__inner .career {
    margin: 26px 0 40px;
  }
}
.p-top-profile__inner .career &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #aaaaaa;
  padding: 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .p-top-profile__inner .career &gt; div {
    padding: 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-profile__inner .career &gt; div:first-child {
  border-top: 1px solid #aaaaaa;
}
.p-top-profile__inner .career &gt; div dt {
  width: 20%;
  font-size: 18px;
  font-weight: 700;
  color: #EA5504;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .p-top-profile__inner .career &gt; div dt {
    font-size: 16px;
    width: 100%;
  }
}
.p-top-profile__inner .career &gt; div dd {
  width: 80%;
  font-size: 16px;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .p-top-profile__inner .career &gt; div dd {
    font-size: 14px;
    line-height: 1.7;
    width: 100%;
  }
}
.p-top-profile__inner .episode .c-heading02 {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .p-top-profile__inner .episode .c-heading02 {
    margin-bottom: 15px;
  }
}
.p-top-profile__inner .episode__panel {
  position: relative;
}
.p-top-profile__inner .episode__panel.is-active .more:after {
  opacity: 0;
}
.p-top-profile__inner .episode__panel.is-active .more.__open {
  display: none;
}
.p-top-profile__inner .episode__panel.is-active .group .is-hidden {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.p-top-profile__inner .episode__panel .more {
  margin: -20px auto 0;
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.p-top-profile__inner .episode__panel .more:after {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  z-index: 1;
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(rgb(247, 247, 247)));
  background: linear-gradient(rgba(247, 247, 247, 0), rgb(247, 247, 247));
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.p-top-profile__inner .episode__panel .more.__close {
  padding-bottom: 30px;
}
.p-top-profile__inner .episode__panel .more.__close svg {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.p-top-profile__inner .episode__panel .more span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #666666;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .p-top-profile__inner .episode__panel .more span {
    font-size: 14px;
  }
}
.p-top-profile__inner .episode__panel .more svg {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 14px;
  fill: #666666;
}
@media (max-width: 768px) {
  .p-top-profile__inner .episode__panel .more svg {
    width: 14px;
    height: 7px;
  }
}
.p-top-profile__inner .episode__panel .group-item {
  margin-bottom: 67px;
}
@media (max-width: 768px) {
  .p-top-profile__inner .episode__panel .group-item {
    margin-bottom: 36px;
  }
}
.p-top-profile__inner .episode__panel .group-item .heading {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
}
@media (max-width: 768px) {
  .p-top-profile__inner .episode__panel .group-item .heading {
    font-size: 15px;
  }
}
.p-top-profile__inner .episode__panel .group-item .list li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .p-top-profile__inner .episode__panel .group-item .list li {
    font-size: 14px;
    line-height: 1.65;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.p-top-profile__inner .episode__panel .group-item .list li:before {
  content: "";
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 9999px;
  background: #666666;
}
.p-top-profile__inner .episode__panel .group-item .list li:last-child {
  margin-bottom: 0;
}
.p-top-profile__inner .episode__panel .group .is-hidden {
  height: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}
.p-top-profile__inner .episode__panel #target {
  margin-top: -80px;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .p-top-profile__inner .episode__panel #target {
    margin-top: -60px;
    padding-top: 60px;
  }
}

/*----------------------------------------
p-top-challenge
-----------------------------------------*/
.p-top-challenge {
  margin-top: -80px;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .p-top-challenge {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.p-top-challenge .l-container {
  padding-top: 50px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .p-top-challenge .l-container {
    padding-bottom: 5px;
  }
}
.p-top-challenge .c-heading01 {
  margin-bottom: 71px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-top-challenge .c-heading01 {
    margin-bottom: 45px;
  }
}

.p-top-challenge__block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 126px;
}
@media (max-width: 768px) {
  .p-top-challenge__block-item {
    margin-bottom: 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-challenge__block-item.m-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-top-challenge__block-item .c-heading02 {
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .p-top-challenge__block-item .c-heading02 {
    margin-bottom: 21px;
  }
}
.p-top-challenge__block-item .c-text01 .line {
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #F8B62D));
  background: linear-gradient(transparent 90%, #F8B62D 90%);
}
@media (max-width: 768px) {
  .p-top-challenge__block-item .c-text01 .line {
    padding-bottom: 2px;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #F8B62D));
    background: linear-gradient(transparent 90%, #F8B62D 90%);
  }
}
.p-top-challenge__block-item .box {
  width: 47.25%;
  max-width: 690px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-top-challenge__block-item .box {
    width: 100%;
    margin-bottom: 8px;
  }
}
.p-top-challenge__block-item .pic {
  width: 47.25%;
}
@media (max-width: 768px) {
  .p-top-challenge__block-item .pic {
    display: block;
    width: 100%;
    margin: 15px auto 0;
  }
}

.p-top-challenge__pic {
  position: absolute;
  left: 50%;
  top: 200px;
  z-index: 1;
  margin-left: 163px;
}
@media (max-width: 768px) {
  .p-top-challenge__pic {
    display: none;
  }
}
.p-top-challenge__pic:after {
  content: "";
  width: 2795px;
  height: 3603px;
  position: absolute;
  left: -50%;
  top: 400px;
  margin-left: -1390px;
  background-image: url(../img/bg_slash02_pc.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% !important;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-top-challenge__pic:after {
    display: none;
  }
}
.p-top-challenge__pic div {
  width: 719px;
}
.p-top-challenge__pic div:nth-child(1) {
  position: relative;
  z-index: 4;
  margin-bottom: -180px;
}
.p-top-challenge__pic div:nth-child(2) {
  position: relative;
  z-index: 3;
  margin-bottom: -113px;
}
.p-top-challenge__pic div:nth-child(3) {
  position: relative;
  z-index: 2;
  margin-bottom: -180px;
}
.p-top-challenge__pic div:nth-child(4) {
  position: relative;
  z-index: 1;
}

/*----------------------------------------
p-top-instagram
-----------------------------------------*/
.p-top-instagram .l-container {
  position: relative;
  z-index: 2;
  padding-top: 105px;
  padding-bottom: 126px;
  background: #F7F7F7;
}
@media (max-width: 768px) {
  .p-top-instagram .l-container {
    padding-top: 42px;
    padding-bottom: 56px;
  }
}

.p-top-instagram__heading {
  margin: 0 0 45px;
  padding: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-instagram__heading {
    margin: 0 0 27px;
  }
}
.p-top-instagram__heading span {
  display: inline-block;
  font-size: 32px;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/ico_instagram02.png) no-repeat left center;
  background-size: 31px;
}
@media (max-width: 768px) {
  .p-top-instagram__heading span {
    font-size: 16px;
    background-size: 16px;
    padding-left: 25px;
  }
}

.p-top-instagram__inner {
  width: 100%;
  max-width: 800px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-top-instagram__inner {
    margin: 0 auto 38px;
  }
}
.p-top-instagram__inner .item {
  width: 33%;
  margin: 0 0.5% 0.5% 0;
}
.p-top-instagram__inner .item:nth-child(3n) {
  margin-right: 0;
}

.p-top-instagram__link {
  background: #D72F84;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  width: 320px;
  height: 54px;
  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;
  margin: 0 auto;
  text-decoration: none;
}
@media (max-width: 768px) {
  .p-top-instagram__link {
    width: 260px;
    height: 45px;
    letter-spacing: 0;
    font-size: 12.5px;
  }
}

/*----------------------------------------
p-top-support
-----------------------------------------*/
.p-top-support .l-container {
  padding-top: 63px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #EA5504;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-top-support .l-container {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-top-support .point__list {
  margin: 20px 0 11px;
  background: #F7F7F7;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .p-top-support .point__list {
    padding: 15px 15px 10px;
  }
}
.p-top-support .point__list-item {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.3;
  color: #EA5504;
  font-size: 16px;
  padding-left: 18px;
  position: relative;
}
@media (max-width: 768px) {
  .p-top-support .point__list-item {
    font-size: 13px;
    padding-left: 10px;
  }
}
.p-top-support .point__list-item:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  position: absolute;
  left: 3px;
  top: 7px;
  background: #EA5504;
}
@media (max-width: 768px) {
  .p-top-support .point__list-item:before {
    width: 6px;
    height: 6px;
    left: -1px;
  }
}
.p-top-support .point__list-item:last-child {
  margin-bottom: 0;
}
.p-top-support .sns__list {
  width: 100%;
  max-width: 345px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-top-support .sns__list {
    max-width: 285.5px;
    margin: 20px auto 0;
  }
}
.p-top-support .sns__list-item {
  width: 24%;
}
.p-top-support .sns__list-item:nth-child(1) .text {
  color: #D72F84;
}
.p-top-support .sns__list-item:nth-child(1) .ico {
  background: #D72F84;
}
.p-top-support .sns__list-item:nth-child(2) .text {
  color: #1877F2;
}
.p-top-support .sns__list-item:nth-child(2) .ico {
  background: #1877F2;
}
.p-top-support .sns__list-item:nth-child(3) .text {
  color: #55ACEE;
}
.p-top-support .sns__list-item:nth-child(3) .ico {
  background: #55ACEE;
}
.p-top-support .sns__list-item:nth-child(4) .text {
  color: #3AAE36;
}
.p-top-support .sns__list-item:nth-child(4) .ico {
  background: #3AAE36;
}
.p-top-support .sns__list-item .text {
  display: block;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-top-support .sns__list-item .text {
    font-size: 11px;
  }
}
.p-top-support .sns__list-item .ico {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
}
@media (max-width: 768px) {
  .p-top-support .sns__list-item .ico {
    width: 51px;
    height: 51px;
  }
}
.p-top-support .sns__list-item .ico svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: #fff;
}
@media (max-width: 768px) {
  .p-top-support .sns__list-item .ico svg {
    width: 24px;
    height: 24px;
  }
}
.p-top-support .googlemap__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 68px;
  color: #000000;
  text-decoration: none;
  border-radius: 8px;
  padding: 0 10px;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border: 3px solid #dddddd;
}
@media (max-width: 768px) {
  .p-top-support .googlemap__button {
    max-width: 500px;
    margin: 0 auto 13px;
    height: 61px;
    border-radius: 4px;
    border-width: 2px;
  }
}
.p-top-support .googlemap__button-ico {
  width: 73px;
  margin-right: 9px;
}
@media (max-width: 768px) {
  .p-top-support .googlemap__button-ico {
    width: 60px;
    margin-right: 5px;
  }
}
.p-top-support .googlemap__button-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-top-support .googlemap__button-text {
    font-size: 16px;
  }
}

.p-top-support__heading {
  position: relative;
  left: 10px;
  margin: 0 auto 40px;
  width: 566px;
}
@media (max-width: 768px) {
  .p-top-support__heading {
    width: 283px;
    margin: 0 auto 35px;
  }
}

.p-top-support__block {
  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;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-top-support__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
}
.p-top-support__block-item {
  overflow: hidden;
  width: 31.9%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 37px 25px 42px;
}
@media (max-width: 1050px) {
  .p-top-support__block-item {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .p-top-support__block-item {
    width: 100%;
    min-height: 445px;
    border-radius: 5px;
    padding: 30px 20px 32px;
  }
}
.p-top-support__block-item .heading {
  margin: 0 0 30px;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-top-support__block-item .heading {
    margin: 0 0 20px;
  }
}
.p-top-support__block-item .heading span {
  display: inline-block;
  padding: 0 0 10px 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(52%, #F6DA01));
  background: linear-gradient(transparent 52%, #F6DA01 52%);
}
@media (max-width: 768px) {
  .p-top-support__block-item .heading span {
    font-size: 22.5px;
  }
}
.p-top-support__block-item .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-top-support__block-item .text {
    line-height: 1.73;
  }
}
.p-top-support__block-item .pic {
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
}
@media (max-width: 768px) {
  .p-top-support__block-item .pic {
    max-width: 230px;
  }
}
.p-top-support__block-item:nth-child(1) .c-button__line {
  height: 68px;
  margin-bottom: 14px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .p-top-support__block-item:nth-child(1) .c-button__line {
    height: 60px;
  }
}
.p-top-support__block-item:nth-child(1) .c-button__line-ico svg {
  width: 38px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .p-top-support__block-item:nth-child(1) .c-button__line-ico svg {
    width: 31.5px;
    margin-right: 8px;
  }
}
.p-top-support__block-item:nth-child(1) .c-button__line-text {
  font-size: 20px;
}
@media (max-width: 768px) {
  .p-top-support__block-item:nth-child(1) .c-button__line-text {
    font-size: 16px;
  }
}
.p-top-support__block-item:nth-child(1) .pic {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .p-top-support__block-item:nth-child(1) .pic {
    margin-top: 20px;
  }
}
.p-top-support__block-item:nth-child(2) .text span {
  display: block;
  margin-bottom: 7px;
  color: #EA5504;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-top-support__block-item:nth-child(2) .text span {
    padding-top: 5px;
    margin-bottom: 3px;
  }
}
.p-top-support__block-item:nth-child(3) .pic {
  margin-top: 18px;
}
@media (max-width: 768px) {
  .p-top-support__block-item:nth-child(3) .pic {
    margin-top: 11px;
  }
}

.page_top {
  position: fixed;
  bottom: 55px;
  right: 25px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .page_top {
    bottom: 20px;
  }
}
.page_top a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.page_top a img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .page_top a img {
    width: 55px;
  }
}
.page_top.active {
  opacity: 1;
  visibility: visible;
}
.page_top.absolute {
  position: absolute;
  bottom: 368.5px;
}
@media screen and (max-width: 768px) {
  .page_top.absolute {
    bottom: 326px;
  }
}</pre></body></html>