@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 {
  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 {
  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 */
  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;
  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;
  appearance: checkbox; }

[type="radio"] {
  -webkit-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;
  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; }

@media screen and (max-width: 768px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .sp {
    display: none !important; } }

html {
  text-size-adjust: 100%;
  font-size: 10px; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #181818; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }

main {
  padding-top: 80px; }
  @media screen and (max-width: 768px) {
    main {
      padding-top: 60px; } }

a {
  color: #181818; }

img {
  display: block;
  width: 100%;
  height: auto; }

.l-header {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  width: 100%;
  height: 80px;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .l-header {
      padding: 0 20px;
      height: 60px; } }

.l-header_logo {
  width: 160px; }
  @media screen and (max-width: 768px) {
    .l-header_logo {
      width: 38px; } }
  .l-header_logo a {
    display: block;
    width: 100%; }

.l-header_pageTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 2.4rem;
  color: #181818;
  font-family: futura-pt-bold, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; }
  @media screen and (max-width: 768px) {
    .l-header_pageTitle {
      font-size: 18px;
      font-size: 1.8rem; } }

.l-header_btn {
  display: flex;
  align-items: center;
  z-index: 1000; }
  .l-header_btn_hamburger {
    position: relative;
    width: 40px;
    height: 18px; }
    @media screen and (max-width: 768px) {
      .l-header_btn_hamburger {
        width: 30px;
        height: 14px; } }
    .l-header_btn_hamburger span {
      position: absolute;
      rigth: 0;
      transition: .2s;
      transform: translateY(0) rotate(0);
      display: block;
      width: 100%;
      height: 2px;
      background: #181818; }
    .l-header_btn_hamburger span:nth-of-type(1) {
      width: 100%;
      top: 0; }
    .l-header_btn_hamburger span:nth-of-type(2) {
      width: calc(28/40*100%);
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    .l-header_btn_hamburger span:nth-of-type(3) {
      width: calc(14/40*100%);
      bottom: 0;
      right: 0; }
  .l-header_btn_text {
    margin-left: 12px;
    height: 1em;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1em;
    font-family: futura-pt-bold, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    color: #181818;
    overflow: hidden; }
    .l-header_btn_text_inner {
      position: relative;
      top: 0;
      transition: .2s; }
      .l-header_btn_text_inner span {
        display: block; }

.l-header_nav {
  width: 100%;
  height: 100vh;
  background: #181818;
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s;
  opacity: 0;
  pointer-events: none;
  z-index: 100; }
  .l-header_nav_inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .l-header_nav_cmn {
    text-align: center; }
    .l-header_nav_cmn + .l-header_nav_cmn {
      margin-top: 4vw; }
      @media screen and (max-width: 768px) {
        .l-header_nav_cmn + .l-header_nav_cmn {
          margin-top: 5vw; } }
    .l-header_nav_cmn a {
      color: #fff;
      font-size: 40px;
      font-size: 4rem;
      font-family: futura-pt-bold, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; }

.l-header.active .l-header_btn_hamburger span {
  background: #fff; }
.l-header.active .l-header_btn_hamburger span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg); }
.l-header.active .l-header_btn_hamburger span:nth-of-type(2) {
  width: 0; }
.l-header.active .l-header_btn_hamburger span:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg); }
.l-header.active .l-header_btn_text {
  color: #fff; }
  .l-header.active .l-header_btn_text_inner {
    top: -1em; }
.l-header.active .l-header_nav {
  opacity: 1;
  pointer-events: auto; }

.l-footer {
  padding: 90px 0 30px;
  background: #f5e33c; }
  @media screen and (max-width: 768px) {
    .l-footer {
      padding-top: 60px; } }
  .l-footer_contact {
    padding: 50px 0;
    background: #fff; }
  .l-footer_logo {
    width: 138px;
    margin: 90px auto 0; }
    @media screen and (max-width: 768px) {
      .l-footer_logo {
        margin-top: 60px; } }
  .l-footer_sns {
    display: flex;
    justify-content: center;
    margin-top: 40px; }
    .l-footer_sns li {
      width: 60px;
      height: 60px; }
      .l-footer_sns li + li {
        margin-left: 28px; }
      .l-footer_sns li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        background: #fff; }
        .l-footer_sns li a img {
          width: 32px; }
  .l-footer_nav {
    margin-top: 40px; }
    .l-footer_nav_inner {
      display: flex;
      justify-content: center; }
      .l-footer_nav_inner li + li {
        margin-left: 38px; }
      .l-footer_nav_inner li a {
        font-size: 20px;
        font-size: 2rem;
        font-family: futura-pt-bold, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; }
  .l-footer_copy {
    margin-top: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: right;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .l-footer_copy {
        margin-top: 50px;
        text-align: center; } }

.l-mv {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative; }
  @media screen and (max-width: 768px) {
    .l-mv {
      height: calc(100vh - 60px); } }
  .l-mv_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: calc(100% - 80px);
    background: url("../img/mv_bg.jpg") 20% 65%/cover no-repeat;
    text-align: center;
    font-family: futura-pt-bold, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .l-mv_inner {
        background: url("../img/mv_bg_sp.jpg") 20% 65%/cover no-repeat;
        height: calc(100% - 60px); } }
    .l-mv_inner h1 {
      font-size: 92px;
      font-size: 9.2rem;
      letter-spacing: 0.032em; }
      @media screen and (max-width: 768px) {
        .l-mv_inner h1 {
          font-size: 48px;
          font-size: 4.8rem; } }
    .l-mv_inner p {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.3em;
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .l-mv_inner p {
          font-size: 18px;
          font-size: 1.8rem; } }
  .l-mv_sns {
    width: 100%;
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .l-mv_sns {
        height: 60px; } }
    .l-mv_sns li {
      width: 30px; }
      .l-mv_sns li + li {
        margin-left: 48px; }
        @media screen and (max-width: 768px) {
          .l-mv_sns li + li {
            margin-left: 26px; } }

.l-container, .l-container--big {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto; }
  .l-container--big {
    max-width: 1274px; }

.l-section {
  position: relative;
  padding: 90px 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .l-section {
      padding: 60px 0; } }

.c-title, .c-title--center {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1em;
  font-family: futura-pt-bold, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.032em; }
  @media screen and (max-width: 768px) {
    .c-title, .c-title--center {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media screen and (max-width: 768px) {
    .c-title, .c-title--center {
      text-align: center; } }
  .c-title + *, .c-title--center + * {
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .c-title + *, .c-title--center + * {
        margin-top: 40px; } }
  .c-title + .c-textArea, .c-title--center + .c-textArea, .c-title + .c-textArea--center, .c-title--center + .c-textArea--center {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .c-title + .c-textArea, .c-title--center + .c-textArea, .c-title + .c-textArea--center, .c-title--center + .c-textArea--center {
        margin-top: 30px; } }

@media screen and (min-width: 769px) {
  .c-title--center {
    text-align: center; } }

.c-textArea, .c-textArea--center {
  margin-top: 30px; }
  .c-textArea_img + * {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .c-textArea_img + * {
        margin-top: 20px; } }
  .c-textArea_title {
    line-height: 1.7em;
    font-weight: bold; }
    .c-textArea_title--big {
      font-size: 40px;
      font-size: 4rem;
      font-family: futura-pt-bold, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; }
      @media screen and (max-width: 768px) {
        .c-textArea_title--big {
          font-size: 26px;
          font-size: 2.6rem; } }
      .c-textArea_title--big + .c-textArea_text {
        margin-top: 20px; }
    .c-textArea_title--underscore {
      display: inline-block;
      font-size: 20px;
      font-size: 2rem;
      line-height: 2em;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .c-textArea_title--underscore {
          font-size: 18px;
          font-size: 1.8rem; } }
      .c-textArea_title--underscore::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #181818; }
      .c-textArea_title--underscore + .c-textArea_text {
        margin-top: 16px; }
  .c-textArea_text {
    line-height: 1.7em; }
    @media screen and (max-width: 768px) {
      .c-textArea_text {
        line-height: 2em; } }
    .c-textArea_text--big {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 2.5em;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .c-textArea_text--big {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 768px) {
        .c-textArea_text--big {
          text-align: center; } }
  .c-textArea--center {
    text-align: center; }

.c-button, .c-button--center {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-top: 40px;
  padding: 18px 0;
  border-radius: 31px;
  background: #f5e33c;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1em;
  font-family: futura-pt-bold, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .c-button, .c-button--center {
      margin-left: auto;
      margin-right: auto; } }
  .c-button--center {
    margin-left: auto;
    margin-right: auto; }

.c-button--line, .c-button--line--white, .c-button--linemini, .c-button--linemini--white {
  display: block;
  position: relative;
  margin-top: 20px;
  padding-left: 62px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1em;
  font-family: futura-pt-bold, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; }
  @media screen and (max-width: 768px) {
    .c-button--line, .c-button--line--white, .c-button--linemini, .c-button--linemini--white {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 768px) {
    .c-button--line, .c-button--line--white, .c-button--linemini, .c-button--linemini--white {
      padding-left: 50px; } }
  .c-button--line::before, .c-button--line--white::before, .c-button--linemini::before, .c-button--linemini--white::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 58px;
    height: 2px;
    background: #181818; }
    @media screen and (max-width: 768px) {
      .c-button--line::before, .c-button--line--white::before, .c-button--linemini::before, .c-button--linemini--white::before {
        width: 42px; } }
  .c-button--line--white {
    color: #fff; }
    .c-button--line--white::before {
      background: #fff; }

.c-button--linemini, .c-button--linemini--white {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 16px; }
  @media screen and (max-width: 768px) {
    .c-button--linemini, .c-button--linemini--white {
      font-size: 16px;
      font-size: 1.6rem; } }
  .c-button--linemini--white {
    color: #fff; }
    .c-button--linemini--white::before {
      background: #fff; }

@media screen and (min-width: 769px) {
  .p-top_about_cont {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
.p-top_about_cont_text {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 432px; }
  @media screen and (max-width: 768px) {
    .p-top_about_cont_text {
      margin: 0 auto; } }
.p-top_about_cont_img {
  position: relative;
  max-width: 650px;
  width: calc(100% - 10% - 432px); }
  @media screen and (max-width: 768px) {
    .p-top_about_cont_img {
      width: calc(100% - 10%);
      margin: 50px auto 0; } }
  .p-top_about_cont_img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    right: 0%;
    margin-top: 10%;
    margin-right: 10%;
    width: 100%;
    height: 100%;
    background: #f5e33c; }
    @media screen and (max-width: 768px) {
      .p-top_about_cont_img::before {
        margin-top: 7%;
        margin-right: 7%; } }
  .p-top_about_cont_img img {
    position: relative;
    z-index: 1; }

@media screen and (min-width: 769px) {
  .p-top_service_cont {
    display: flex;
    justify-content: space-between; } }
@media screen and (min-width: 769px) {
  .p-top_service_cmn {
    max-width: 380px;
    width: 30%;
    margin-top: 0; }
    .p-top_service_cmn:nth-of-type(2) {
      margin-top: 50px; }
    .p-top_service_cmn:nth-of-type(3) {
      margin-top: 100px; } }
@media screen and (max-width: 768px) {
  .p-top_service_cmn + .p-top_service_cmn {
    margin-top: 40px; } }

.p-top_works {
  background: #181818;
  color: #fff; }
  @media screen and (min-width: 769px) {
    .p-top_works_cont {
      display: flex;
      justify-content: space-between; } }
  .p-top_works_cont_button .c-button, .p-top_works_cont_button .c-button--center {
    margin-left: auto;
    margin-right: auto; }
  @media screen and (min-width: 769px) {
    .p-top_works_cont_main {
      max-width: 680px;
      width: calc(680 / 1180 * 100%); } }
  .p-top_works_cont_main .p-top_works_cont_cmn_tag {
    margin-top: 14px; }
    .p-top_works_cont_main .p-top_works_cont_cmn_tag li {
      display: inline-block; }
      .p-top_works_cont_main .p-top_works_cont_cmn_tag li + li {
        margin-left: 16px; }
    .p-top_works_cont_main .p-top_works_cont_cmn_tag a {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2em;
      color: #fff;
      text-decoration: underline; }
  .p-top_works_cont_main .p-top_works_cont_cmn .c-textArea, .p-top_works_cont_main .p-top_works_cont_cmn .c-textArea--center {
    margin-top: 14px; }
    .p-top_works_cont_main .p-top_works_cont_cmn .c-textArea_text {
      max-width: 480px; }
  @media screen and (min-width: 769px) {
    .p-top_works_cont_side {
      max-width: 478px;
      width: calc(478 / 1180 * 100%); } }
  @media screen and (max-width: 768px) {
    .p-top_works_cont_side {
      margin-top: 40px; } }
  @media screen and (max-width: 768px) {
    .p-top_works_cont_side_inner {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media screen and (min-width: 769px) {
    .p-top_works_cont_side .p-top_works_cont_cmn {
      width: 100%;
      display: flex;
      align-items: center; }
      .p-top_works_cont_side .p-top_works_cont_cmn + .p-top_works_cont_cmn {
        margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    .p-top_works_cont_side .p-top_works_cont_cmn {
      width: 47%; }
      .p-top_works_cont_side .p-top_works_cont_cmn:nth-child(n+3) {
        margin-top: 30px; } }
  @media screen and (min-width: 769px) {
    .p-top_works_cont_side .p-top_works_cont_cmn_img {
      max-width: 180px;
      width: 38%; } }
  @media screen and (min-width: 769px) {
    .p-top_works_cont_side .p-top_works_cont_cmn .c-textArea, .p-top_works_cont_side .p-top_works_cont_cmn .c-textArea--center {
      margin-top: 0;
      padding-left: 18px;
      width: 62%; } }
  @media screen and (max-width: 768px) {
    .p-top_works_cont_side .p-top_works_cont_cmn .c-textArea, .p-top_works_cont_side .p-top_works_cont_cmn .c-textArea--center {
      margin-top: 14px; } }

@media screen and (min-width: 769px) {
  .p-top_news_list {
    display: flex;
    justify-content: space-between; } }
.p-top_news_list_cmn {
  display: block; }
  @media screen and (min-width: 769px) {
    .p-top_news_list_cmn {
      width: 49%; } }
  @media screen and (max-width: 768px) {
    .p-top_news_list_cmn {
      width: 100%; }
      .p-top_news_list_cmn + .p-top_news_list_cmn {
        margin-top: 20px; } }
  .p-top_news_list_cmn a {
    background: #f5e33c;
    padding: 20px; }
    @media screen and (min-width: 769px) {
      .p-top_news_list_cmn a {
        display: flex; } }
    @media screen and (max-width: 768px) {
      .p-top_news_list_cmn a {
        display: block; } }
  .p-top_news_list_cmn_img {
    background-position: center;
    background-size: cover; }
    @media screen and (min-width: 769px) {
      .p-top_news_list_cmn_img {
        width: 48%; } }
    @media screen and (max-width: 768px) {
      .p-top_news_list_cmn_img {
        padding-top: calc(172 / 297 * 100%); } }
  .p-top_news_list_cmn dl {
    background: #fff; }
    @media screen and (min-width: 769px) {
      .p-top_news_list_cmn dl {
        padding: 18px;
        width: 52%; } }
    @media screen and (max-width: 768px) {
      .p-top_news_list_cmn dl {
        padding: 20px; } }
    .p-top_news_list_cmn dl dd {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: futura-pt-bold, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; }
    .p-top_news_list_cmn dl dt {
      margin-top: 12px; }
      .p-top_news_list_cmn dl dt p {
        line-height: 1.7em; }

/*アニメーション要素のスタイル*/
.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px); }

/*アニメーション要素までスクロールした時のスタイル*/
.active2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

/* 
@import 'component/title';
@import 'component/textArea';
@import 'component/button';
*/
