/*
Theme Name: original-theme
*/

/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
    box-sizing: border-box;
  }
  
  ::before,
  ::after {
    box-sizing: inherit;
  }
  
  /* 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;
  }
  
  li {
    list-style: none;
  }
  
  /**
   * 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: 700;
    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: 0;
    border-top: 1px solid;
    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] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content */
  /* ============================================ */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
  }
  
  embed,
  object,
  iframe {
    border: 0;
    vertical-align: bottom;
  }
  
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
  }
  
  /**
   * Reset radio and checkbox appearance to preserve their look in iOS.
   */
  [type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
         appearance: checkbox;
  }
  
  [type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
         appearance: radio;
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  
  button[disabled],
  [type=button][disabled],
  [type=reset][disabled],
  [type=submit][disabled] {
    cursor: default;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Remove arrow in IE10 & IE11
   */
  select::-ms-expand {
    display: none;
  }
  
  /**
   * Remove padding
   */
  option {
    padding: 0;
  }
  
  /**
   * Reset to invisible
   */
  fieldset {
    margin: 0;
    padding: 0;
    border: 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;
  }
  
  a {
    transition: 0.3s;
  }
  
  body {
    background-color: #ffffff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .l-header {
    position: fixed;
    z-index: 5;
    width: 100%;
    padding: 1.5rem 0;
    top: 0;
    background-color: #ffffff;
  }
  @media (max-width: 768px) {
    .l-header {
      height: 6rem;
      padding: 0;
      /*height: 100%;*/
    }
  }
  .l-header__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  @media (max-width: 768px) {
    .l-header__inner {
      padding-right: 0;
      padding-left: 0;
    }
  }
  .l-header__inner {
    height: 100%;
  }
  .l-header__container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media (max-width: 768px) {
    .l-header__container {
      display: block;
    }
  }
  @media (max-width: 768px) {
    .l-header__nav {
      height: 100%;
      visibility: hidden;
      opacity: 0;
    }
  }
  @media (max-width: 768px) {
    .l-header__list-item {
      text-align: center;
      line-height: 2;
    }
  }
  .l-header__list-item {
    position: relative;
    text-align: center;
    float: left;
    width: 24%;
  }
  .l-header__list-item:hover .header__submenu {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .l-header__title a {
    font-size: 1.5rem;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
  }
  @media (max-width: 768px) {
    .l-header__title a {
      padding-left: 3vw;
      line-height: 6rem;
    }
  }
  
  .p-global-nav {
    width: 800px;
    margin-top: 1rem;
    margin-left: auto;
  }
  @media (max-width: 1024px) {
    .p-global-nav {
      width: 70%;
    }
  }
  @media (max-width: 768px) {
    .p-global-nav {
      margin-top: 0;
      opacity: 0;
      visibility: hidden;
      position: fixed;
      z-index: 9;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: #F7F7F7;
      transition: 0.7s;
    }
  }
  @media (max-width: 768px) {
    .p-global-nav.active {
      opacity: 1;
      visibility: visible;
    }
  }
  .p-global-nav__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media (max-width: 768px) {
    .p-global-nav__list {
      position: absolute;
      top: 7rem;
      width: 100%;
      display: block;
    }
  }
  .p-global-nav__item {
    position: relative;
    width: 20%;
    text-align: center;
    color: #000000;
  }
  @media (max-width: 768px) {
    .p-global-nav__item {
      text-align: center;
      line-height: 2;
      float: initial;
      width: 100%;
      float: none;
    }
  }
  .p-global-nav__item:hover .p-global-nav__list--secondary {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .p-global-nav__item a {
    font-weight: 600;
    display: block;
  }
  @media (max-width: 768px) {
    .p-global-nav__item a {
      line-height: 3;
    }
  }
  .p-global-nav__item--contact {
    background-color: #F4901F;
    color: #ffffff;
    border-radius: 100px;
    width: 12rem;
    height: 3rem;
  }
  .p-global-nav__item--contact a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
    line-height: 2.8;
  }
  @media (max-width: 768px) {
    .p-global-nav__item--contact {
      margin: 0 auto;
    }
  }
  
  .p-hero {
    background-image: url(./img/fv_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 8.3rem;
    height: 500px;
  }
  @media (max-width: 768px) {
    .p-hero {
      top: 6rem;
    }
  }
  .p-hero__content {
    position: absolute;
    top: 100px;
    left: 2rem;
  }
  .p-hero__text {
    font-weight: 700;
  }
  .p-hero__list {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0.4rem 0 0.8rem;
  }
  .p-hero__item {
    padding: 0.3rem 1rem;
    font-weight: 700;
    font-size: 1.4rem;
    color: #ffffff;
  }
  .p-hero__item:nth-of-type(1) {
    background-color: #6DB517;
  }
  .p-hero__item:nth-of-type(2) {
    background-color: #4286F5;
  }
  .p-hero__item:nth-of-type(3) {
    background-color: #F2849F;
  }
  .p-hero__highlight {
    background: linear-gradient(to right, #EF7A03, #FBAB16);
    font-size: 2.5rem;
    padding: 0.6rem;
    margin: 0 0.3rem;
    color: #ffffff;
    line-height: 2.3;
  }
  .p-hero__title {
    font-size: 1.7rem;
  }
  .p-hero__words {
    background-color: #ffffff;
    color: #4673B8;
    font-weight: 700;
    letter-spacing: 0.02rem;
    padding: 0.5rem 1rem;
    border-radius: 100px;
    position: relative;
    text-align: center;
    width: 12rem;
  }
  .p-hero__words::after {
    content: "";
    position: absolute;
    width: 98%;
    border: 1px solid #4673B8;
    height: 88%;
    top: 2px;
    left: 2px;
    border-radius: 100px;
  }
  .p-hero__catch {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    padding: 0.8rem 0 1.5rem;
    color: #F4901F;
  }
  
  .c-section-heading {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }
  @media (max-width: 768px) {
    .c-section-heading {
      text-align: center;
    }
  }
  
  .c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.3s;
    font-weight: 700;
    color: #ffffff;
  }
  .c-btn:hover {
    opacity: 0.7;
  }
  @media (max-width: 768px) {
    .c-btn {
      margin: 0 auto;
    }
  }
  .c-btn--header {
    display: block;
    background-color: #F4901F;
    padding: 0.5rem 1.5rem;
  }
  @media (max-width: 768px) {
    .c-btn--header {
      position: fixed;
      z-index: 10;
      top: 56%;
      right: 0;
      left: 0;
      width: 79%;
      opacity: 0;
      visibility: hidden;
    }
  }
  @media (max-width: 768px) {
    .c-btn--header.active {
      opacity: 1;
      visibility: visible;
    }
  }
  .c-btn--header p {
    font-size: 0.8rem;
    margin-top: 0.2rem;
  }
  .c-btn-menu {
    display: none;
  }
  @media (max-width: 768px) {
    .c-btn-menu {
      display: block;
      width: 44px;
      height: 26px;
      position: fixed;
      z-index: 10;
      top: 2.3rem;
      right: 3vw;
    }
    .c-btn-menu.open .c-btn-menu__line:nth-of-type(1) {
      width: 40px;
      top: 16px;
      transform: rotate(45deg);
    }
    .c-btn-menu.open .c-btn-menu__line:nth-of-type(2) {
      opacity: 0;
    }
    .c-btn-menu.open .c-btn-menu__line:nth-of-type(3) {
      width: 40px;
      top: 16px;
      transform: rotate(-45deg);
    }
  }
  .c-btn-menu__line {
    background-color: #F4901F;
    left: 10px;
    height: 2px;
    transition: 0.7s;
    position: absolute;
    width: 30px;
  }
  .c-btn-menu__line:nth-of-type(1) {
    top: 0;
  }
  .c-btn-menu__line:nth-of-type(2) {
    top: 10px;
  }
  .c-btn-menu__line:nth-of-type(3) {
    top: 20px;
  }
  .c-btn--link {
    background-color: #000000;
    width: 10rem;
    line-height: 3;
    margin: 0 auto;
  }
  .c-btn--aboutus {
    margin: 0 auto;
  }
  .c-btn--banner {
    width: 10rem;
    background-color: #F4901F;
    margin-top: 0.8rem;
    color: #ffffff;
  }
  .c-btn--contact {
    width: 18rem;
    background-color: #F4901F;
    color: #ffffff;
    height: 3rem;
    margin: 0 auto;
  }
  .c-btn--googlemap {
    background-color: #F4901F;
    width: 12rem;
    line-height: 2.8;
    position: relative;
    margin: 0 auto;
  }
  .c-btn--googlemap::before {
    content: "";
    background-image: url(./img/google-map.png);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 17%;
    left: 0.4rem;
    background-repeat: no-repeat;
  }
  
  .l-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  @media (max-width: 768px) {
    .l-inner {
      padding-right: 5vw;
      padding-left: 5vw;
    }
  }
  
  .p-top-aboutus {
    margin: 16rem 0 8rem;
  }
  @media (max-width: 768px) {
    .p-top-aboutus {
      margin: 11rem 0 8rem;
    }
  }
  .p-top-aboutus__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media (max-width: 768px) {
    .p-top-aboutus__wrapper {
      flex-direction: column-reverse;
    }
  }
  .p-top-aboutus__wrapper img {
    width: 48%;
  }
  @media (max-width: 768px) {
    .p-top-aboutus__wrapper img {
      width: 100%;
    }
  }
  .p-top-aboutus__content {
    width: 48%;
  }
  @media (max-width: 768px) {
    .p-top-aboutus__content {
      width: 100%;
      margin-top: 1.8rem;
      margin-bottom: 3rem;
    }
  }
  .p-top-aboutus__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin: 1.3rem 0 1.8rem;
  }
  @media (max-width: 768px) {
    .p-top-aboutus__list {
      margin: 1.8rem 0 2.5rem;
    }
  }
  .p-top-aboutus__item {
    width: 8.5rem;
    height: 8.5rem;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    font-size: 1.1rem;
  }
  @media (max-width: 1024px) {
    .p-top-aboutus__item {
      width: 7.5rem;
      height: 7.5rem;
      font-size: 1rem;
    }
  }
  @media (max-width: 768px) {
    .p-top-aboutus__item {
      width: 7rem;
      height: 7rem;
      font-size: 0.9rem;
    }
  }
  @media (max-width: 540px) {
    .p-top-aboutus__item {
      font-size: 3.7vw;
    }
  }
  .p-top-aboutus__item:nth-of-type(1) {
    background-color: #6DB517;
  }
  .p-top-aboutus__item:nth-of-type(2) {
    background-color: #F2849F;
  }
  .p-top-aboutus__item:nth-of-type(3) {
    background-color: #4286F5;
  }
  .p-top-aboutus__pic img {
    margin-top: 1.5rem;
  }
  @media (max-width: 768px) {
    .p-top-aboutus__pic img {
      margin-top: 3rem;
    }
  }
  
  .p-top-news {
    padding: 6rem 0;
    background-color: #F7F7F7;
  }
  @media (max-width: 768px) {
    .p-top-news {
      padding: 6rem 0 6rem;
    }
  }
  .p-top-news__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
  }
  @media (max-width: 768px) {
    .p-top-news__inner {
      flex-direction: column;
    }
  }
  .p-top-news__content {
    width: 800px;
  }
  @media (max-width: 1024px) {
    .p-top-news__content {
      width: 60%;
    }
  }
  @media (max-width: 768px) {
    .p-top-news__content {
      width: 100%;
    }
  }
  .p-top-news__headline {
    margin: 0 auto;
  }
  
  .c-top-news__item:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
  .c-top-news__item a {
    background-color: #ffffff;
    padding: 1rem 1rem;
    display: block;
  }
  .c-top-news__item a:hover {
    background-color: #F4901F;
    color: #ffffff;
  }
  .c-top-news__item a:hover .c-top-news__date {
    color: #ffffff;
  }
  .c-top-news__tag {
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  .c-top-news__label {
    color: #ffffff;
    background-color: #F4901F;
    padding: 0.4rem 0.8rem;
  }
  .c-top-news__title {
    margin-top: 0.8rem;
  }
  
  .c-text {
    line-height: 1.7;
  }
  
  .p-top-menu {
    padding: 6rem 0;
  }
  .p-top-menu__heading {
    text-align: center;
  }
  .p-top-menu__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .p-top-menu__list--secondary {
    margin-top: 1.2rem;
  }
  .p-top-menu__item {
    text-align: center;
    background-color: #F4901F;
    width: 24%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 30px 0;
  }
  @media (max-width: 1024px) {
    .p-top-menu__item {
      width: 49%;
      aspect-ratio: 470 / 280;
    }
  }
  @media (max-width: 768px) {
    .p-top-menu__item {
      width: 100%;
    }
  }
  @media (max-width: 1024px) {
    .p-top-menu__item:nth-of-type(n+3) {
      margin-top: 1rem;
    }
  }
  @media (max-width: 1024px) {
    .p-top-menu__item:not(:last-of-type) {
      margin-bottom: 0;
    }
  }
  @media (max-width: 768px) {
    .p-top-menu__item:not(:last-of-type) {
      margin-bottom: 1rem;
    }
  }
  @media (max-width: 768px) {
    .p-top-menu__item:nth-of-type(n+3) {
      margin-top: 0;
    }
  }
  .p-top-menu__item:nth-of-type(2) {
    background-color: #6DB517;
  }
  .p-top-menu__item:nth-of-type(3) {
    background-color: #4286F5;
  }
  .p-top-menu__item:nth-of-type(4) {
    background-color: #F2849F;
  }
  .p-top-menu__content {
    position: relative;
    z-index: 2;
  }
  @media screen and (max-width: 768px){
    .p-top-menu__content img{
      width: 77%;
    }
  }
  .p-top-menu__content img {
    margin-bottom: 1.1rem;
  }
  .p-top-menu__title {
    font-size: 1.4rem;
    color: #ffffff;
    text-align: center;
  }
  
  .p-top-flow__icon {
    background-color: #F4901F;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    border-radius: 100%;
    position: relative;
    z-index: 2;
  }
  @media (max-width: 768px) {
    .p-top-flow__icon {
      margin: 0 auto;
    }
  }
  .p-top-flow__icon:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -180px;
    left: 2.5rem;
    width: 1px;
    height: 180px;
    background-color: #F4901F;
    z-index: -1;
  }
  @media (max-width: 768px) {
    .p-top-flow__icon:after {
      display: none;
    }
  }
  .p-top-flow__icon img {
    width: 2.8rem;
    height: 2.8rem;
  }
  .p-top-flow__tag {
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .p-top-flow__label {
    color: #ffffff;
    background-color: #F4901F;
    padding: 0.4rem 0.8rem;
  }
  .p-top-flow__title {
    font-size: 1.2rem;
  }
  .p-top-flow__content {
    padding: 1.5rem 1.2rem;
    background-color: #F7F7F7;
    width: 80%;
    border-radius: 10px;
  }
  @media (max-width: 768px) {
    .p-top-flow__content {
      width: 100%;
    }
  }
  .p-top-flow__text {
    margin-top: 1rem;
  }
  .p-top-flow__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  @media (max-width: 768px) {
    .p-top-flow__item {
      flex-direction: column;
    }
  }
  .p-top-flow__item:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .p-top-flow__item:last-of-type .p-top-flow__icon::after {
    display: none;
  }
  
  .p-top-work {
    margin-top: 6rem;
    padding: 6rem 0;
    position: relative;
  }
  .p-top-work:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F4901F;
    width: 100%;
    height: 250px;
  }
  .p-top-work__heading {
    color: #ffffff;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .p-top-work__list {
    position: relative;
    z-index: 2;
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  @media (max-width: 768px) {
    .p-top-work__list {
      flex-direction: column;
    }
  }
  .p-top-work__item {
    width: 31%;
  }
  @media (max-width: 768px) {
    .p-top-work__item {
      width: 100%;
    }
  }
  .p-top-work__item:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .p-top-work__headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0 1.5rem;
  }
  @media (max-width: 1024px) {
    .p-top-work__headline {
      flex-direction: column;
    }
  }
  @media (max-width: 768px) {
    .p-top-work__headline {
      margin: 1rem 0;
    }
  }
  .p-top-work__title {
    font-size: 1.4rem;
  }
  @media (max-width: 1024px) {
    .p-top-work__title {
      margin-bottom: 1rem;
    }
  }
  .p-top-work__tag-list {
    display: flex;
    align-items: center;
    gap: 0.3rem;
  }
  .p-top-work__tag-item {
    color: #ffffff;
    padding: 0.4rem 0.8rem;
  }
  .p-top-work__tag-item:nth-of-type(1) {
    background-color: #6DB517;
  }
  .p-top-work__tag-item:nth-of-type(2) {
    background-color: #4286F5;
  }
  .p-top-voice__heading{
    text-align: center;
  }
  .p-top-voice__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .p-top-voice__item {
    width: 24%;
  }
  @media (max-width: 1024px) {
    .p-top-voice__item {
      width: 48%;
    }
  }
  @media (max-width: 768px) {
    .p-top-voice__item {
      width: 100%;
      margin-bottom: 3rem;
    }
  }
  .p-top-voice__item:nth-of-type(1) .p-top-voice__title {
    background-color: #F4901F;
  }
  .p-top-voice__item:nth-of-type(2) .p-top-voice__title {
    background-color: #6DB517;
  }
  .p-top-voice__item:nth-of-type(3) .p-top-voice__title {
    background-color: #4286F5;
  }
  .p-top-voice__item:nth-of-type(4) .p-top-voice__title {
    background-color: #F2849F;
  }
  .p-top-voice__title {
    color: #ffffff;
    height: 4rem;
    padding: 0.8rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
    border-radius: 7px;
  }
  .p-top-voice__title--card {
    content: "";
    border: 15px solid #ffffff;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-radius: 15px solid transparent;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    transform: rotate(90deg);
  }
  .p-top-voice__title--card--first {
    border-left: 15px solid #F4901F;
  }
  .p-top-voice__title--card--second {
    border-left: 15px solid #6DB517;
  }
  .p-top-voice__title--card--third {
    border-left: 15px solid #4286F5;
  }
  .p-top-voice__title--card--fourth {
    border-left: 15px solid #F2849F;
  }
  .p-top-voice__name {
    margin: 0.6rem 0;
  }
  .p-top-voice img {
    border-radius: 10px;
  }
  
  .p-top-access {
    margin-top: 6rem;
    padding: 6rem 0;
    background-color: #F7F7F7;
    text-align: center;
  }
  .p-top-access__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media (max-width: 768px) {
    .p-top-access__list {
      flex-direction: column;
    }
  }
  .p-top-access__item {
    width: 31%;
  }
  @media (max-width: 768px) {
    .p-top-access__item {
      width: 100%;
    }
  }
  .p-top-access__item:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  @media (max-width: 1024px) {
    .p-top-access__item:not(:last-of-type) {
      margin-bottom: 0;
    }
  }
  @media (max-width: 768px) {
    .p-top-access__item:not(:last-of-type) {
      margin-bottom: 2.2rem;
    }
  }
  .p-top-access__item img {
    border-radius: 10px;
  }
  .p-top-access__title {
    font-size: 1.2rem;
    margin: 0.4rem 0 1rem;
    text-align: center;
  }
  
  .l-contact {
    background-image: url(./img/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .l-contact::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .l-contact__inner {
    position: relative;
    z-index: 2;
  }
  .l-contact__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 1.5rem;
    gap: 0.6rem;
  }
  .l-contact__tel img {
    width: 4rem;
    height: auto;
  }
  .l-contact__number {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
  .l-contact__text {
    margin-top: 1.5rem;
  }
  
  .l-footer {
    background-color: #F4901F;
    color: #ffffff;
  }
  .l-footer__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
  }
  @media (max-width: 768px) {
    .l-footer__inner {
      flex-direction: column;
    }
  }
  .l-footer__inner dl {
    display: grid;
    grid-template-columns: 100px 1fr;
    row-gap: 8px;
  }
  .l-footer__title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  .l-footer__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .l-footer__item {
    width: 33%;
    margin-top: 1.5rem;
  }
  @media (max-width: 768px) {
    .l-footer__item {
      width: 100%;
      text-align: center;
    }
  }
  @media (max-width: 768px) {
    .l-footer__info {
      margin: 0 auto;
    }
  }/*# sourceMappingURL=style.css.map */