@charset "UTF-8";
/*--------------------------------------------------

    global-header

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .global-header {
    padding: 8px 0 20px;
    line-height: 1;
    letter-spacing: 0.1em; }
    .global-header_wrap {
      align-items: center; }
    .global-header_group {
      align-items: center;
      justify-content: flex-end;
      width: 690px;
      font-size: 1.4rem; }
      .global-header_group > * + * {
        margin-right: 12px; }
    .global-header_title {
      width: 100%;
      margin: 0 0 12px;
      color: #b6b6b6;
      font-weight: 600;
      font-size: 1.2rem;
      text-align: right; }
    .global-header_text {
      line-height: 1.28571;
      color: #86715a; }
    .global-header_box {
      text-align: right; }
    .global-header_list {
      margin: 0; }
      .global-header_list-item:not(:last-child) {
        margin-right: 10px; }
      .global-header_list a:hover {
        opacity: 0.6; } }

@media screen and (max-width: 767px) {
  .global-header_bar {
    align-items: center;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 9px 10px -10px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.75s; }
    .global-header_bar.is-show {
      transform: translateY(0); }
    .global-header_bar.is-hide {
      transform: translateY(-100%); }
  .global-header_logo {
    width: auto;
    height: 40px;
    margin-left: 10px; }
    .global-header_logo img {
      vertical-align: top;
      height: 100%; }
  .global-header_hamburger {
    width: 50px;
    height: 50px;
    position: relative;
    transition: all 0.5s;
    background-color: #93cd5b;
    cursor: pointer; }
    .global-header_hamburger span {
      display: block;
      width: 30px;
      height: 2.5px;
      margin: auto;
      background-color: #fff;
      transition: all 0.3s;
      position: absolute;
      right: 0;
      left: 0; }
      .global-header_hamburger span:first-child {
        top: 13px; }
      .global-header_hamburger span:nth-child(2) {
        top: 23px; }
      .global-header_hamburger span:last-child {
        top: 33px; }
    .global-header_hamburger.is-active span:first-child {
      transform: rotate(45deg); }
    .global-header_hamburger.is-active span:last-child {
      transform: rotate(-45deg); }
    .global-header_hamburger.is-active span:nth-child(2) {
      opacity: 0;
      transform: translateX(20px); }
    .global-header_hamburger.is-active span:not(:nth-child(2)) {
      top: 23px; } }

/*--------------------------------------------------

    global-nav

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .global-nav {
    width: 100%;
    margin: 16px 0 0;
    background-color: #fff; }
    .global-nav_fixed {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      width: 100%;
      margin: 0;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      transition: all 0.75s; }
      .global-nav_fixed a {
        padding: 10px 0; }
      .global-nav_fixed.is-show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
    .global-nav_list {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: space-between;
      width: 1080px;
      margin: 0 auto; }
      .global-nav_list a:hover {
        color: #93cd5b; } }

@media screen and (max-width: 767px) {
  .global-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    height: 100%;
    padding: 80px 20px 50%;
    font-weight: 500;
    font-size: 1.6rem;
    white-space: nowrap;
    background-color: #faf9f5;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden auto;
    transition: all 0.5s;
    z-index: 500; }
    .global-nav.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
      .global-nav.is-open .global-nav_list {
        transform: translate3d(0, 0, 0); }
    .global-nav_list {
      width: 100%;
      margin: 0 0 20px;
      padding: 0 0 20px;
      border-bottom: 1px solid;
      transition: all 0.5s;
      transform: translate3d(30%, 0, 0); }
      .global-nav_list-item {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%; }
        .global-nav_list-item:first-child {
          margin: 0 0 13px;
          padding: 0 0 13px;
          border-bottom: 1px solid; }
        .global-nav_list-item:not(:last-child) {
          margin-bottom: 10px; }
        .global-nav_list-item a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
          .global-nav_list-item a::after {
            content: '\f0da';
            font-size: 0.8em;
            font-weight: 900;
            font-family: "Font Awesome 5 Free"; }
    .global-nav_info {
      width: 100%;
      padding: 20px;
      line-height: 1.4;
      font-size: 1.4rem;
      background-color: #d8edc4; }
      .global-nav_info > * + * {
        margin-top: 10px; }
    .global-nav_tel_text {
      font-size: 1.3rem; }
    .global-nav_sns-list {
      justify-content: flex-start; }
      .global-nav_sns-list-item:not(:last-child) {
        margin-right: 10px; } }

/*--------------------------------------------------

    catch

--------------------------------------------------*/
.catch {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0; }
  .catch_title {
    text-align: center; }
    .catch_title span {
      display: block; }
    .catch_title_marker {
      margin: 0 0 15px;
      color: #fff;
      letter-spacing: 0.1em;
      background-color: #93cd5b; }
    .catch_title_text {
      font-weight: 700;
      font-family: "Noto Sans JP", sans-serif; }
  .catch_fig {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .catch_image {
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 768px) {
    .catch {
      height: calc(100vh - 200px);
      min-height: 500px; }
      .catch_title_marker {
        padding: 0 10px;
        font-size: 3.6rem; }
      .catch_title_text {
        font-size: 2rem; } }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .catch_title_marker {
      padding-top: 10px; } }
  @media screen and (max-width: 767px) {
    .catch {
      height: 60vh;
      margin: 50px 0 0; }
      .catch_title {
        width: 95%; }
        .catch_title_marker {
          padding: 5px 10px;
          font-size: 2.6rem; }
        .catch_title_text {
          font-size: 1.3rem; } }
  .catch-under {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0; }
    .catch-under_title {
      color: #fff;
      background-color: #93cd5b; }
    .catch-under_fig {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .catch-under_image {
      width: 100%;
      height: 100%; }
    @media screen and (min-width: 768px) {
      .catch-under {
        height: 400px; }
        .catch-under_title {
          padding: 5px 30px;
          font-size: 4rem; } }
    @media screen and (max-width: 767px) {
      .catch-under {
        height: 30vh;
        margin: 50px 0 0; }
        .catch-under_title {
          padding: 3px 30px;
          font-size: 3rem; } }

/*--------------------------------------------------

    about

--------------------------------------------------*/
.about {
  background-color: #faf9f5; }
  .about_subtitle::after {
    width: 260px; }
  .about_fig {
    border-radius: 20px;
    overflow: hidden; }
  @media screen and (min-width: 768px) {
    .about {
      padding: 75px 0 0; }
      .about_title {
        margin: 0 0 75px; }
      .about_wrap {
        min-height: 390px;
        position: relative; }
      .about_text-box {
        width: 540px; }
      .about_fig {
        position: absolute;
        top: 0;
        right: 0; } }
  @media screen and (max-width: 767px) {
    .about {
      padding-bottom: 0; }
      .about_fig {
        max-width: 500px;
        margin: 0 auto 20px;
        text-align: center; } }

/*--------------------------------------------------

    feature

--------------------------------------------------*/
.feature {
  background-color: #faf9f5; }
  .feature_list {
    align-items: stretch;
    counter-reset: number 0; }
    .feature_list-item {
      border-radius: 20px;
      border: 1px solid #d8c2aa;
      background-color: #fff; }
    .feature_list-title {
      display: flex;
      align-items: center;
      margin: 0 0 10px;
      text-align: left; }
      .feature_list-title::before {
        counter-increment: number 1;
        content: "0" counter(number);
        margin-right: 15px;
        color: #ebad54; }
  @media screen and (min-width: 768px) {
    .feature {
      padding: 95px 0 70px; }
      .feature_list-item {
        width: 340px;
        min-height: 280px;
        padding: 16px 25px 8px; }
        .feature_list-item:not(:nth-last-child(-n+3)) {
          margin-bottom: 30px; }
      .feature_list-title {
        height: 64px;
        font-size: 2.1rem; }
        .feature_list-title::before {
          font-size: 2.9rem; } }
  @media screen and (max-width: 767px) {
    .feature {
      padding-bottom: 30px; }
      .feature_list-item {
        width: 100%;
        padding: 20px;
        margin: 0 0 20px; }
      .feature_list-title::before {
        font-size: 2.4rem; } }
  @media screen and (max-width: 767px) and (min-width: 540px) {
    .feature_list-item {
      width: 48%; }
    .feature_list-title {
      min-height: 62px; } }

/*--------------------------------------------------

    business

--------------------------------------------------*/
.business_text_marker {
  background-color: #d8edc4; }

.business_list {
  align-items: stretch; }
  .business_list-item {
    letter-spacing: 0.07em;
    border-radius: 20px;
    background-color: #fef7ef; }
  .business_list-fig {
    border-radius: 20px;
    overflow: hidden; }
  .business_list-title {
    margin: 15px 0 10px;
    color: #93cd5b;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif; }

@media screen and (min-width: 768px) {
  .business {
    padding: 90px 0 0; }
    .business_text {
      margin: 0 0 50px;
      line-height: 2.2;
      text-align: center; }
    .business_list-item {
      width: 520px;
      padding: 20px 20px 30px; }
      .business_list-item:not(:nth-last-child(-n+2)) {
        margin-bottom: 40px; }
    .business_list-title {
      font-size: 2.4rem; } }

@media screen and (max-width: 767px) {
  .business {
    padding-bottom: 0; }
    .business_text {
      margin: 0 0 30px; }
    .business_list-item {
      padding: 20px;
      border-radius: 10px;
      margin: 0 0 30px; }
    .business_list-fig {
      max-width: 480px;
      margin: 0 auto;
      text-align: center;
      border-radius: 10px; } }

@media screen and (max-width: 767px) and (min-width: 540px) {
  .business_list-item {
    width: 48%; } }

/*--------------------------------------------------

    voice-top

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .voice-top {
    padding: 100px 0; }
    .voice-top_list {
      margin: 0 0 40px; } }

/*--------------------------------------------------

    works-top

--------------------------------------------------*/
.works-top {
  padding: 50px 0;
  background-color: #faf9f5; }
  @media screen and (min-width: 768px) {
    .works-top_list {
      margin: 0 0 70px; } }
  @media screen and (max-width: 767px) {
    .works-top_list {
      flex-wrap: nowrap;
      margin: 0 0 30px;
      overflow-x: auto;
      scroll-snap-type: x mandatory; }
      .works-top_list-item {
        flex: 0 0 42vw;
        width: 42vw;
        scroll-snap-align: center; }
        .works-top_list-item:not(:last-child) {
          margin-right: 3vw; }
      .works-top_list-fig {
        height: 32vw;
        min-height: 120px;
        border-radius: 10px; } }

/*--------------------------------------------------

    price

--------------------------------------------------*/
.price_list {
  align-items: stretch; }
  .price_list-item {
    border-radius: 20px;
    border: 1px solid #d8c2aa;
    background-color: #fff; }
  .price_list-subtitle {
    margin: 0 0 7px;
    color: #93cd5b;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center; }
  .price_list-table-label {
    background-color: #fef7ef; }
    .price_list-table-label:nth-child(even) {
      background-color: #fff; }
  .price_list-text {
    display: flex;
    align-items: flex-start;
    margin: 5px 0 0;
    line-height: 1.5; }
    .price_list-text::before {
      content: '※'; }

@media screen and (min-width: 768px) {
  .price {
    padding: 60px 0; }
    .price_list-item {
      width: 520px;
      padding: 30px 30px 25px; }
      .price_list-item:not(:nth-last-child(-n+2)) {
        margin-bottom: 40px; }
    .price_list-title {
      font-size: 2.2rem; }
    .price_list-text-box + .price_list-text-box {
      margin-top: 30px; }
    .price_list-subtitle {
      font-size: 1.8rem; }
    .price_list-table-title {
      width: 65%;
      padding-left: 20px;
      text-align: left; }
    .price_list-table-text {
      padding-right: 20px;
      text-align: right; } }

@media screen and (max-width: 767px) {
  .price {
    padding-bottom: 20px; }
    .price_list-item {
      width: 100%;
      padding: 20px;
      margin: 0 0 30px; }
    .price_list-text-box + .price_list-text-box {
      margin-top: 20px; }
    .price_list-table-label, .price_list-table-title, .price_list-table-text {
      display: block; }
    .price_list-table-label {
      padding: 10px; }
    .price_list-table-text {
      text-align: right; } }

/*--------------------------------------------------

    news-top

--------------------------------------------------*/
.news-top {
  background-color: #faf9f5; }
  .news-top_button {
    width: 175px; }
  @media screen and (min-width: 768px) {
    .news-top {
      padding: 100px 0 40px; }
      .news-top_title {
        margin: 0 0 30px; }
      .news-top_list {
        margin: 0 0 55px; } }
  @media screen and (max-width: 767px) {
    .news-top_list {
      margin: 0 0 30px; } }

/*--------------------------------------------------

    company

--------------------------------------------------*/
.company_fig {
  border-radius: 20px;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .company {
    padding: 100px 0 0; }
    .company_wrap {
      position: relative; }
    .company_text-box {
      width: 745px; }
    .company_fig {
      position: absolute;
      top: 0;
      right: 0; } }

@media screen and (max-width: 767px) {
  .company {
    padding-bottom: 0; }
    .company_fig {
      max-width: 400px;
      margin: 0 auto 20px;
      text-align: center; } }

.company-detail_table tr {
  background-color: #fef7ef; }
  .company-detail_table tr:nth-child(even) {
    background-color: #fff; }

.company-detail_table th {
  vertical-align: middle; }

@media screen and (min-width: 768px) {
  .company-detail {
    margin: 60px 0 0; }
    .company-detail_wrap {
      align-items: stretch; }
      .company-detail_wrap > * + * {
        width: 520px; }
    .company-detail_table th {
      width: 120px;
      padding: 0 20px;
      text-align: right; }
    .company-detail_table td {
      padding: 10px 0; } }

@media screen and (max-width: 767px) {
  .company-detail {
    margin: 50px 0 0; }
    .company-detail_table th {
      width: 30%; }
    .company-detail_table td {
      padding: 7px 0; }
    .company-detail_map {
      width: 100%;
      height: 61.33333vw;
      min-height: 230px;
      max-height: 350px;
      margin: 30px 0 0; } }

/*--------------------------------------------------

    site

--------------------------------------------------*/
.site_list li {
  border-bottom: 1px solid #563d23; }

.site a {
  display: flex;
  align-items: center;
  padding: 15px 7px 10px;
  position: relative; }
  .site a:hover {
    opacity: 0.7;
    transform: translateX(10px); }
  .site a::before {
    content: '\f054';
    font-size: 1em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 1em; }

@media screen and (min-width: 768px) {
  .site_list {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 240px; }
    .site_list li {
      width: 48%; } }

/*--------------------------------------------------

    e404

--------------------------------------------------*/
.error {
  text-align: center; }
  .error a {
    color: #93cd5b;
    display: inline;
    text-decoration: underline; }
  @media screen and (max-width: 539px) {
    .error {
      text-align: left; } }

/*--------------------------------------------------

    contact

--------------------------------------------------*/
.contact_table {
  border: 1px solid #ddd; }
  .contact_table tr:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  .contact_table th {
    text-align: left;
    transition: all 0.5s;
    background-color: #f7f7f7; }
    .contact_table th [class*="mark"] {
      line-height: 1.5;
      color: #fff;
      float: right;
      padding: 4px 12px;
      font-size: 1.2rem;
      border-radius: 5px; }
    .contact_table th .required-mark {
      background-color: #f00; }
    .contact_table th .arbitrary-mar {
      background-color: #15b91b; }
  .contact_table td {
    line-height: 1.8; }
    .contact_table td a {
      display: inline-block;
      text-decoration: underline;
      white-space: nowrap; }
    .contact_table td div:not(:last-child) {
      margin-bottom: 8px; }
    .contact_table td label {
      white-space: nowrap; }
    .contact_table td input:focus,
    .contact_table td select:focus,
    .contact_table td textarea:focus {
      outline: none;
      border-color: #563d23; }

.contact select,
.contact textarea,
.contact input[type='tel'],
.contact input[type='text'],
.contact input[type='num'],
.contact input[type='email'] {
  padding: 4px;
  border: 1px solid #dadada;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1) inset;
  transition: all 0.4s; }

.contact textarea {
  display: block;
  resize: none; }

.contact input[type='button'],
.contact input[type='submit'] {
  border: none;
  -webkit-appearance: none;
  transition: all 0.5s;
  cursor: pointer; }

.contact input[type='button'][disabled],
.contact input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none; }

.contact input[type=radio],
.contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px; }

.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer; }

.contact input[type=radio],
.contact input[type=checkbox] {
  display: none;
  margin: 0; }

.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  padding: 0 0 0 24px;
  color: inherit; }

.contact input[type=radio] + label::before,
.contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0; }

.contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px; }

.contact input[type=checkbox] + label::before {
  border: 2px solid #ccc; }

.contact input[type=radio]:checked + label::after,
.contact input[type=checkbox]:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%; }

.contact input[type=radio]:checked + label::after {
  margin-top: -4px;
  background: #b91515;
  border-radius: 8px;
  left: 5px;
  width: 8px;
  height: 8px; }

.contact input[type=checkbox]:checked + label::after {
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #b91515;
  border-bottom: 3px solid #b91515;
  transform: rotate(-45deg);
  left: 3px; }

.contact input[name="items[address]"] {
  margin-top: 8px; }

.contact .sec-error-text {
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #3f955b; }

.contact .error-text {
  margin: 0 0 4px;
  color: #b91515; }

.contact_submits {
  display: flex;
  align-items: center;
  justify-content: center; }

.contact_button {
  max-width: 230px;
  margin: 0;
  padding: 0; }
  .contact_button + .contact_button {
    margin-left: 2%; }
  .contact_button:hover {
    opacity: 0.6; }

.contact_recaptcha {
  margin: 0 0 20px;
  overflow: hidden; }
  .contact_recaptcha .g-recaptcha {
    width: 304px;
    margin: auto; }

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

.contact_box {
  width: 100%;
  margin: 0 0 30px;
  border: 1px solid #dfdfdf; }
  .contact_box iframe {
    width: 100% !important;
    height: 100% !important; }

@media screen and (min-width: 768px) {
  .contact {
    padding: 140px 0 60px; }
    .contact_table {
      width: 100%;
      margin: 0 0 40px; }
      .contact_table th {
        width: 360px;
        padding: 0 15px;
        line-height: 1.5;
        vertical-align: middle; }
      .contact_table td {
        padding: 10px; }
    .contact select,
    .contact textarea,
    .contact input[type='tel'],
    .contact input[type='text'],
    .contact input[type='email'] {
      width: 85%; }
    .contact input[type='num'] {
      width: 70px; }
    .contact textarea {
      min-height: 230px; }
    .contact_box {
      height: 350px; } }

@media screen and (max-width: 767px) {
  .contact_table {
    text-align: left;
    margin: 0 0 30px; }
    .contact_table tr, .contact_table th, .contact_table td {
      display: block; }
    .contact_table th, .contact_table td {
      padding: 10px 15px; }
    .contact_table th {
      line-height: 1.5;
      text-align: left; }
    .contact_table td br {
      content: normal; }
  .contact input[type=radio] + lable {
    width: 31%;
    margin: 0; }
  .contact select,
  .contact textarea,
  .contact input[type='tel'],
  .contact input[type='num'],
  .contact input[type='text'],
  .contact input[type='email'] {
    width: 125%;
    padding: 8px;
    margin: 0 0 -9px;
    font-size: 16px;
    transform: scale(0.8);
    transform-origin: left top; }
  .contact input[type='num'] {
    width: 80px;
    margin: 0; }
    .contact input[type='num'] + input[type='num'] {
      transform-origin: right top; }
  .contact textarea {
    min-height: 200px;
    margin: 0 0 -40px; }
  .contact_recaptcha {
    margin: 0 0 30px; }
  .contact_button {
    width: 48%; }
  .contact_box {
    height: 250px; } }

@media screen and (max-width: 539px) {
  .contact_text-box {
    text-align: left; } }

@media screen and (max-width: 767px) and (min-width: 540px) {
  .contact_table th {
    width: 40%; }
  .contact_table td {
    padding-left: 20px; } }

/*--------------------------------------------------

    works-under / works-detail

--------------------------------------------------*/
@media screen and (max-width: 767px) {
  .works-under_list {
    justify-content: space-between; }
    .works-under_list-item {
      width: 48%; }
      .works-under_list-item:not(:nth-last-child(-n+2)) {
        margin-bottom: 30px; }
    .works-under_list-fig {
      height: 37.33333vw;
      min-height: 140px;
      border-radius: 10px; } }

.works-detail_title {
  padding: 0 0 10px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid; }

.works-detail_image {
  width: 100%;
  height: 100%; }

@media screen and (min-width: 768px) {
  .works-detail {
    padding: 120px 0; }
    .works-detail_title {
      font-size: 2.8rem; }
    .works-detail_fig {
      width: 520px;
      height: 360px; }
    .works-detail_text-box {
      width: 520px; } }

@media screen and (max-width: 767px) {
  .works-detail {
    padding: 50px 0; }
    .works-detail_title {
      font-size: 1.7rem;
      text-align: left; }
    .works-detail_fig {
      height: 61.33333vw;
      min-height: 230px;
      margin: 0 0 15px; } }

/*--------------------------------------------------

    global-footer

--------------------------------------------------*/
.global-footer {
  line-height: 1.5;
  color: #3f392d;
  background-color: #faf9f5; }
  .global-footer_logo {
    text-align: center; }
    .global-footer_logo a {
      display: inline-block; }
  .global-footer_button {
    width: 200px; }
  .global-footer_copyright {
    text-align: center;
    font-size: 1.4rem;
    background-color: #93cd5b; }
    .global-footer_copyright a {
      display: inline-block; }
  @media screen and (min-width: 768px) {
    .global-footer_wrap {
      padding: 40px 0 50px; }
    .global-footer_logo {
      margin: 0 0 25px; }
    .global-footer_box {
      align-items: flex-end;
      justify-content: flex-start; }
    .global-footer_address {
      margin: 0 0 20px; }
    .global-footer_info {
      margin-left: 60px; }
    .global-footer_tel {
      font-size: 2.6rem; }
      .global-footer_tel::before {
        content: url(../images/icon-tel_black.png); }
    .global-footer_button {
      margin-top: 15px; }
    .global-footer_copyright {
      padding: 14px 0; } }
  @media screen and (max-width: 767px) {
    .global-footer_wrap {
      padding: 40px 0 20px; }
    .global-footer_logo {
      height: 45px;
      margin: 0 0 20px; }
      .global-footer_logo img {
        height: 100%; }
    .global-footer_box > * {
      width: 100%; }
    .global-footer_text-box {
      margin: 0 0 20px;
      text-align: center; }
    .global-footer_tel {
      justify-content: center; }
    .global-footer_button {
      margin: 10px auto 0; }
    .global-footer_copyright {
      padding: 10px 0;
      font-size: 1rem; } }

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