@charset "UTF-8";
/*!
Theme Name: meet-news
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meet-news
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

meet-news is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
  Reset CSS（ブラウザのデフォルトスタイルをリセット）
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

body {
  margin: 0;
  min-height: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #1D1D1D;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

/*--------------------------------------------------------------
  404（MEET コーポレートの error ビューに合わせた表示）
--------------------------------------------------------------*/
body.error404 #primary.site-main--error404 {
  background-color: #1d1d1d;
  min-height: calc(100vh - 250px);
}
body.error404 #primary.site-main--error404 .error {
  display: flex;
  height: calc(100vh - 250px);
  justify-content: center;
  align-items: center;
}
body.error404 #primary.site-main--error404 .error h2 {
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  margin: 100px 0 0;
}
body.error404 #primary.site-main--error404 .error h2 span {
  color: #ffffff;
  display: block;
}
body.error404 #primary.site-main--error404 .error h2 span.message1 {
  font-size: 68px;
}
body.error404 #primary.site-main--error404 .error h2 span.message2 {
  font-size: 24px;
  padding-top: 10px;
}
body.error404 #primary.site-main--error404 .error h2 span.message3 {
  font-size: 16px;
  padding-top: 36px;
}

/* --- HeaderCommon.vue --- */
.contact_btn {
  width: 180px;
  height: 56px;
  border-radius: 28px;
  background-color: #ef6e00;
  color: #ef6e00;
  display: none;
  transition: 0.15s ease-out;
  box-sizing: border-box;
}
.contact_btn > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
}
.contact_btn:hover {
  background-color: transparent;
  border: 1px solid #ef6e00;
}
.contact_btn:hover > a {
  color: #ef6e00;
}
@media (min-width: 1080px) {
  .contact_btn {
    display: block;
  }
}

/* --- Footer.vue --- */
#footer {
  position: relative;
  z-index: 500;
  background: #1d1d1d;
  opacity: 1;
  pointer-events: all;
}
#footer * {
  color: #C1C1C1;
  -webkit-text-size-adjust: 100%;
}
#footer.is-active {
  opacity: 1;
  pointer-events: all;
}
#footer img {
  box-sizing: border-box;
  width: 100%;
}
#footer .footer_container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 83px 0 24px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 760px) {
  #footer .footer_container {
    padding: 105px 0 24px;
    max-width: 1314px;
  }
}
#footer .footerFor_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 38px;
}
@media screen and (min-width: 760px) {
  #footer .footerFor_list {
    flex-direction: row;
    justify-content: flex-start;
    gap: 60px;
  }
}
#footer .footerFor_list ul {
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 34px;
}
@media screen and (min-width: 760px) {
  #footer .footerFor_list ul {
    flex-direction: row;
    justify-content: flex-start;
    gap: 40px;
  }
}
#footer .footerFor_list ul li a {
  width: fit-content;
  display: block;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 960px) {
  #footer .footerFor_list ul li a:hover {
    opacity: 0.7;
  }
}
#footer .footerFor_list .footerFor_text {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
#footer .footerFor_list .footerFor_detail {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
#footer .footerFor_list .footerFor_name {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
#footer .footerFor_list .consumer .footerFor_text {
  color: #26A784;
}
#footer .footerFor_list .business .footerFor_text {
  color: #EF6E00;
}
#footer .footerLink_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 760px) {
  #footer .footerLink_list {
    margin-top: 50px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
  }
}
#footer .footerLink_list li {
  line-height: 1;
}
#footer .footerLink_list li a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 960px) {
  #footer .footerLink_list li a:hover {
    opacity: 0.7;
  }
}
#footer .footer_privacymark {
  margin-top: 20px;
  display: block;
  width: 100%;
  max-width: 64px;
}
#footer .footer_privacymark img {
  user-select: none;
}
@media screen and (min-width: 760px) {
  #footer .footer_privacymark {
    margin-top: 14px;
  }
}
#footer .footer_logo {
  margin: 17px auto 0;
  display: block;
  width: 100%;
  max-width: 80px;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 960px) {
  #footer .footer_logo:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 760px) {
  #footer .footer_logo {
    position: absolute;
    top: calc(50% + 29.5px);
    right: 0;
    transform: translateY(-50%);
    margin: 0;
  }
}
#footer .footer_logo img {
  filter: drop-shadow(0 0 17px rgba(0, 0, 0, 0.78));
}
#footer ul.footer_sns {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
@media screen and (min-width: 760px) {
  #footer ul.footer_sns {
    margin-top: 24px;
    justify-content: flex-start;
  }
}
#footer ul.footer_sns li {
  max-width: 40px;
  width: 33.33%;
}
#footer ul.footer_sns li a {
  width: 100%;
  display: block;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 960px) {
  #footer ul.footer_sns li a:hover {
    opacity: 0.7;
  }
}
#footer .footer_copy {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #777;
}
@media screen and (min-width: 760px) {
  #footer .footer_copy {
    margin-top: 16px;
    text-align: left;
  }
}

/* --- HeaderBase.vue --- */
.header {
  position: relative;
  z-index: 2000;
}
.header * {
  color: #000;
  line-height: 1;
}
.header.hide .header_inner {
  top: -114px;
}
.header .u-sp {
  display: block;
}
@media screen and (min-width: 1200px) {
  .header .u-sp {
    display: none !important;
  }
}
.header .u-pc {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .header .u-pc {
    display: block;
  }
}

.header.common .header_inner {
  background: rgba(0, 0, 0, 0.4);
}
.header.common .header_logo {
  max-width: 150px;
}
@media screen and (min-width: 1200px) {
  .header.common .header_logo {
    max-width: 204px;
  }
}
@media screen and (min-width: 1200px) {
  .header.common .header_navi {
    padding-left: 240px;
  }
}
.header.common .personal_menus::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.header.common .header_hamburger_btn .inner .line {
  background-color: #fff;
}
.header.common .header_hamburger .bg {
  background-color: #1D1D1D;
}
.header.common .header_hamburger .contents {
  background-color: #1D1D1D;
}

.header.consumer .header_inner {
  background: rgba(0, 0, 0, 0.4);
}
.header.consumer .header_logo {
  max-width: 129px;
}
@media screen and (min-width: 1200px) {
  .header.consumer .header_logo {
    max-width: 176px;
  }
}
@media screen and (min-width: 1200px) {
  .header.consumer .header_navi {
    padding-left: 216px;
  }
}
.header.consumer .personal_menus::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.header.consumer .header_hamburger_btn .inner .line {
  background-color: #fff;
}
.header.consumer .header_hamburger .bg {
  background-color: #1D1D1D;
}
.header.consumer .header_hamburger .contents {
  background-color: #1D1D1D;
}

.header.bizcard .header_logo {
  max-width: 109px;
}
@media screen and (min-width: 1200px) {
  .header.bizcard .header_logo {
    max-width: 151px;
  }
}
@media screen and (min-width: 1200px) {
  .header.bizcard .header_navi {
    padding-left: 181px;
  }
}

.header_inner {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: fixed;
  z-index: 1;
  background-color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  top: 0;
}
@media screen and (min-width: 1200px) {
  .header_inner {
    height: 114px;
    padding: 27px 30px;
    overflow: visible;
  }
}

.header_logo {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 127px;
  z-index: 99;
}
.header_logo img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .header_logo {
    left: 30px;
    transform: translateY(-50%);
    max-width: 171px;
  }
}

.header_navi {
  height: 100%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .header_navi {
    margin: 0;
    width: 100%;
    padding-left: 203px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.header_navi .nav_area {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header_navi .nav_area {
    display: block;
    width: calc(100% - 450px);
  }
}
@media screen and (min-width: 1200px) {
  .header_navi .header_flex {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 450px;
  }
}
.header_navi .service {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 19px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .header_navi .service {
    display: flex;
  }
}
.header_navi .service .service_btn {
  position: relative;
  display: block;
  padding: 9.5px 28px 9.5px 0;
  font-size: 16px;
  font-weight: bold;
}
.header_navi .service .service_btn span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.header_navi .service .service_btn span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #1D1D1D;
  border-bottom: 1px solid #1D1D1D;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.4s;
}
.header_navi .service .service_btn.open span::before {
  top: calc(50% + 2px);
  transform: translate(-50%, -50%) rotate(225deg);
}
.header_navi .service .service_menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 24px 24px 32px;
  width: fit-content;
  min-width: 495px;
  z-index: 99;
  background-color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  transition: opacity 0.3s;
  background-color: #FFF;
}
.header_navi .service .service_menu .service_wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0, 0, 0.73, 0.98), transform 0.3s ease-out;
  transform: translateY(8px);
}
.header_navi .service .service_menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header_navi .service .service_menu.open .service_wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header_navi .service .service_menu * {
  color: #1D1D1D;
}
.header_navi .service .service_menu .service_link {
  cursor: pointer;
  position: relative;
  padding: 8px 28px 8px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.3s ease-out;
}
.header_navi .service .service_menu .service_link:hover {
  opacity: 0.7;
}
.header_navi .service .service_menu .service_link span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.header_navi .service .service_menu .service_link span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1D1D1D;
  border-right: 1px solid #1D1D1D;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header_navi .service .service_menu .flex {
  position: relative;
  margin-top: 16px;
  padding-top: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 32px;
}
.header_navi .service .service_menu .flex .column {
  width: calc(50% - 16px);
}
.header_navi .service .service_menu .flex::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #EDEDED;
}
.header_navi .service .service_menu .flex .label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.header_navi .service .service_menu .flex .label.consumer {
  color: #26A784;
}
.header_navi .service .service_menu .flex .label.business {
  color: #EF6E00;
}
.header_navi .service .service_menu .flex .list {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
.header_navi .service .service_menu .flex .list li {
  width: 100%;
}
.header_navi .service .service_menu .flex .list li a {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 8px 28px 8px 0;
  width: 100%;
  transition: 0.3s ease-out;
}
.header_navi .service .service_menu .flex .list li a:hover {
  opacity: 0.7;
}
.header_navi .service .service_menu .flex .list li a span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.header_navi .service .service_menu .flex .list li a span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1D1D1D;
  border-right: 1px solid #1D1D1D;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header_navi .service .service_menu .flex .list .detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #777;
}
.header_navi .service .service_menu .flex .list .name {
  margin-top: 2px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.header_navi .service.light * {
  color: #FFF;
}
.header_navi .service.light .service_btn {
  color: #FFF;
}
.header_navi .service.light .service_btn span::before {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.header_navi .service.light .service_menu {
  background-color: #1D1D1D;
}
.header_navi .service.light .service_menu * {
  color: #FFF;
}
.header_navi .service.light .service_menu .service_link span::before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.header_navi .service.light .service_menu .flex::before {
  background-color: #777;
}
.header_navi .service.light .service_menu .flex .list li a span::before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.header_navi .service.light .service_menu .flex .list .detail {
  color: #C1C1C1;
}
.header_navi .service.mix * {
  color: #FFF;
}
.header_navi .service.mix .service_btn {
  color: #FFF;
}
.header_navi .service.mix .service_btn span::before {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.header_navi .service.mix .service_menu {
  background-color: #fff;
}
.header_navi .service.mix .service_menu * {
  color: #1D1D1D;
}
.header_navi .service.mix .service_menu .service_link span::before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.header_navi .service.mix .service_menu .flex::before {
  background-color: #ededed;
}
.header_navi .service.mix .service_menu .flex .list li a span::before {
  border-top: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
}
.header_navi .service.mix .service_menu .flex .list .detail {
  color: #777;
}
.header_navi .contact {
  margin: 0 19px 0 0;
  width: 160px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .header_navi .contact {
    display: block;
  }
}
.header_navi .contact a {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: 0;
  padding: 19.5px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  background-color: #EF6E00;
  border-radius: 40px;
  transition: 0.3s ease-out;
  border: 1px solid #EF6E00;
}
.header_navi .contact a:hover {
  color: #EF6E00;
  background-color: #FFF;
}
.header_navi .contact.light a {
  background-color: #26A784;
  border: 1px solid #26A784;
}
.header_navi .contact.light a:hover {
  color: #26A784;
  background-color: #FFF;
}
.header_navi .personal_menus {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.header_hamburger_btn {
  padding: 10px;
  position: absolute;
  top: calc(50% - 2px);
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_hamburger_btn:hover {
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .header_hamburger_btn {
    display: none;
  }
}
.header_hamburger_btn .inner {
  width: 34px;
  height: 17px;
  position: relative;
}
.header_hamburger_btn .inner .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: 0.15s ease-out;
}
.header_hamburger_btn .inner .line.line-01 {
  top: 0;
}
.header_hamburger_btn .inner .line.line-02 {
  top: 8px;
}
.header_hamburger_btn .inner .line.line-03 {
  bottom: 0;
}
.header_hamburger_btn .inner.open .line.line-01 {
  top: 50%;
  transform: rotate(35deg);
}
.header_hamburger_btn .inner.open .line.line-02 {
  opacity: 0;
}
.header_hamburger_btn .inner.open .line.line-03 {
  top: 50%;
  transform: rotate(-35deg);
}

.header_hamburger {
  opacity: 0;
  position: relative;
  pointer-events: none;
  transition: 0.1s ease-out;
}
.header_hamburger.open {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.header_hamburger .bg {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
.header_hamburger .contents {
  width: 100%;
  height: calc(100svh - 90px);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  margin-top: 90px;
  padding-bottom: 40px;
  background-color: #FFF;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header_hamburger .contents::-webkit-scrollbar {
  display: none;
}
.header_hamburger .contents .login_link {
  padding: 18px 32px;
  transition: 0.15s ease-out;
}
.header_hamburger .contents .login_link:hover {
  opacity: 0.7;
}
.header_hamburger .contents .list {
  padding: 0 32px;
  margin-top: 32px;
}
.header_hamburger .contents .list .item {
  cursor: pointer;
  transition: 0.15s ease-out;
}
.header_hamburger .contents .list .item:hover {
  opacity: 0.7;
}
.header_hamburger .contents .list .item:nth-child(n+2) {
  margin-top: 32px;
}
.header_hamburger .contents .banner {
  width: 100%;
  margin-top: 30px;
  padding: 0 24px;
  cursor: pointer;
  transition: 0.15s ease-out;
}
.header_hamburger .contents .banner:hover {
  opacity: 0.7;
}

.touch-doc .header_navi .service {
  margin-right: 16px;
}
.touch-doc .header_navi .contact {
  margin-right: 16px;
  width: 150px;
}
.touch-doc .header_navi .contact a {
  padding-inline: 19px;
}

/* --- HeaderNavArea.vue --- */
.headerNavArea_list {
  display: flex;
  gap: 24px;
}

.consumer .headerNavArea_list {
  gap: 19px;
}

.touch-doc .headerNavArea_list {
  gap: 20px;
}

.headerNavArea_item {
  white-space: nowrap;
  transition: 0.15s ease-out;
  cursor: pointer;
  letter-spacing: normal;
}
.headerNavArea_item > a {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 700;
}
.headerNavArea_item:hover {
  opacity: 0.7;
}

.headerNavArea.light .headerNavArea_item > a {
  color: #fff;
}

/* --- HamburgerContents.vue --- */
.hamburgerContents * {
  line-height: 1;
}
.hamburgerContents.light .hamburgerContents_item > a {
  color: #fff;
}
.hamburgerContents.light .hamburgerContents_list * {
  color: #fff;
}
.hamburgerContents.light .hamburgerContents_list .hamburgerContents_item::after {
  background-color: #3B3B3B;
}
.hamburgerContents.light .hamburgerContents_list .hamburgerContents_item .link span::before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.hamburgerContents.light .hamburgerContents_list .hamburgerContents_item .button span::before, .hamburgerContents.light .hamburgerContents_list .hamburgerContents_item .button span::after {
  background-color: #FFF;
}
.hamburgerContents.light .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_link::before {
  background-color: #3B3B3B;
}
.hamburgerContents.light .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_link span span::before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.hamburgerContents.light .hamburgerContents_list .hamburgerContents_item .service_list li a .detail {
  color: #C1C1C1;
}
.hamburgerContents.light .hamburgerContents_btns li a {
  background-color: #26A784;
  border: 1px solid #26A784;
}
@media screen and (min-width: 960px) {
  .hamburgerContents.light .hamburgerContents_btns li a:hover {
    color: #26A784;
  }
}
.hamburgerContents.light .hamburgerContents_btns li a.login {
  color: #26A784;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .hamburgerContents.light .hamburgerContents_btns li a.login:hover {
    background-color: #26A784;
  }
}
.hamburgerContents.light .hamburgerContents_btns li a.history::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url("https://strage.meet-meet.com/static/shopify/icon/icon-external_grey.svg") no-repeat center;
  background-size: contain;
  margin-left: 4px;
}
.hamburgerContents.light .hamburgerContents_btns li a.history:hover::after {
  background: url("https://strage.meet-meet.com/static/shopify/icon/icon-external_white.svg") no-repeat center;
}
.hamburgerContents .login_link {
  transition: 0.15s ease-out;
}
.hamburgerContents .login_link > a {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 18px 32px;
}
.hamburgerContents .login_link:hover {
  opacity: 0.7;
}
.hamburgerContents .hamburgerContents_list {
  margin-top: 8px;
  padding: 0;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item {
  position: relative;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 auto;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #EDEDED;
  transform: translateX(-50%);
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .link, .hamburgerContents .hamburgerContents_list .hamburgerContents_item .button {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 24px 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  transition: 0.15s ease-out;
}
@media screen and (min-width: 960px) {
  .hamburgerContents .hamburgerContents_list .hamburgerContents_item .link:hover, .hamburgerContents .hamburgerContents_list .hamburgerContents_item .button:hover {
    opacity: 0.7;
  }
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .link span {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .link span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 2px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #1D1D1D;
  border-right: 1px solid #1D1D1D;
  transition: 0.3s ease-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .button span {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .button span::before, .hamburgerContents .hamburgerContents_list .hamburgerContents_item .button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #1D1D1D;
  transition: 0.3s ease-out;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .button span::before {
  transform: translate(-50%, -50%);
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .button span::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .button.open span::after {
  transform: translate(-50%, -50%);
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-out;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service.open {
  transition: 0.9s ease-out;
  max-height: 999px;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_link {
  position: relative;
  display: block;
  padding: 8px 20px 24px 36px;
  width: 100%;
  transition: 0.15s ease-out;
}
@media screen and (min-width: 960px) {
  .hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_link:hover {
    opacity: 0.7;
  }
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20px;
  width: calc(100% - 56px);
  height: 1px;
  background-color: #EDEDED;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_link span {
  position: relative;
  width: 100%;
  height: fit-content;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_link span span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_link span span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 2px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #1D1D1D;
  border-right: 1px solid #1D1D1D;
  transition: 0.3s ease-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_list li a {
  position: relative;
  width: 100%;
  display: block;
  padding: 16px 48px 16px 52px;
  outline: 0;
  pointer-events: auto;
  user-select: none;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_list li:first-child a {
  padding-top: 24px;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_list li:first-child a .arrow {
  top: calc(50% + 5px);
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_list li:last-child a {
  padding-bottom: 24px;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_list li:last-child a .arrow {
  top: calc(50% - 4px);
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_list .label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_list .label.consumer {
  color: #26A784;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_list .label.business {
  color: #EF6E00;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_list .detail {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  color: #777;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_list .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_list .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.hamburgerContents .hamburgerContents_list .hamburgerContents_item .hamburgerContents_service .service_list .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 2px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transition: 0.3s ease-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburgerContents .hamburgerContents_btns {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}
.hamburgerContents .hamburgerContents_btns li a {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  padding: 19.5px;
  max-width: 320px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  background-color: #EF6E00;
  border: 1px solid #EF6E00;
  border-radius: 40px;
  transition: 0.15s ease-out;
}
@media screen and (min-width: 960px) {
  .hamburgerContents .hamburgerContents_btns li a:hover {
    color: #EF6E00;
    background: #FFF;
  }
}
.hamburgerContents .hamburgerContents_btns li a.login {
  color: #EF6E00;
  background: transparent;
}
@media screen and (min-width: 960px) {
  .hamburgerContents .hamburgerContents_btns li a.login:hover {
    color: #FFF;
    background-color: #EF6E00;
  }
}

/* --- BackToTop.vue --- */
.toTop {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background: #2e2e2e;
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  .toTop {
    height: 65px;
  }
}
.toTop .toTop_text {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 1312px;
  width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 12px;
  color: #C1C1C1;
}
.toTop .toTop_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 100%;
}
@media screen and (min-width: 760px) {
  .toTop .toTop_btn {
    width: 65px;
  }
}
.toTop .toTop_btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: absolute;
  top: calc(50% + 5px);
  left: calc(50% - 5px);
  transform: rotate(45deg) translate(-50%, -50%);
}

.filter-archive-main {
  margin: 0 auto;
}

.filter-archive-inner {
  padding: 32px 0px 64px;
  width: calc(100% - 32px);
  max-width: 1140px;
  margin-inline: auto;
}
@media screen and (min-width: 760px) {
  .filter-archive-inner {
    padding-top: 64px;
  }
}

.news-filter-archive-inner {
  padding: 32px 0px 64px;
  width: calc(100% - 32px);
  max-width: 1140px;
  margin-inline: auto;
  margin-top: 90px;
}
@media screen and (min-width: 1200px) {
  .news-filter-archive-inner {
    margin-top: 114px;
  }
}
@media screen and (min-width: 760px) {
  .news-filter-archive-inner {
    padding-top: 64px;
  }
}

.filter-archive-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media screen and (min-width: 760px) {
  .filter-archive-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 56px;
  }
}

.title-news {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 760px) {
  .title-news {
    font-size: 48px;
  }
}

.filter-accordion-section {
  margin-bottom: 32px;
  border-radius: 16px;
  padding: 24px 16px;
  background: #F4F4F4;
  overflow: hidden;
}
@media screen and (min-width: 760px) {
  .filter-accordion-section {
    margin-bottom: 48px;
    padding: 32px 40px;
  }
}

.filter-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #F4F4F4;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}
.filter-accordion-trigger:hover {
  background: #F4F4F4;
}
.filter-accordion-trigger[aria-expanded=true] .filter-accordion-trigger-icon {
  transform: rotate(180deg);
}

.filter-accordion-trigger-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 760px) {
  .filter-accordion-trigger-text {
    font-size: 18px;
  }
}

.filter-accordion-trigger-icon {
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #333;
  transition: transform 0.2s;
}

.filter-accordion-content {
  padding: 0;
  background: #F4F4F4;
  margin-top: 16px;
}
@media screen and (min-width: 760px) {
  .filter-accordion-content {
    margin-top: 24px;
  }
}

.filter-row-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #777;
  margin-bottom: 8px;
}
@media screen and (min-width: 760px) {
  .filter-row-label {
    width: 97px;
    margin-bottom: 0;
  }
}

.last-row {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
@media screen and (min-width: 760px) {
  .last-row {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
}

.filter-row {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #777777;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (min-width: 760px) {
  .filter-row {
    display: flex;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.filter-row-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}

.filter-option {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border-radius: 40px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 8px 12px;
}
.filter-option input[type=radio],
.filter-option input[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.filter-option:has(input:checked) {
  background-color: #def2ed;
  color: #ef6e00;
  border-color: #ef6e00;
}
.filter-option:has(input:checked) span {
  color: #ef6e00;
}

.filter-actions {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
  padding-top: 0px;
}

.filter-reset-btn,
.filter-submit-btn {
  font-weight: 700;
  line-height: 1.3;
  border-radius: 40px;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}

.filter-reset-btn {
  font-size: 14px;
  background: transparent;
}
.filter-reset-btn:hover {
  opacity: 0.7;
}

.filter-submit-btn {
  font-size: 16px;
  padding: 13.5px 28px;
  background: #ef6e00;
  color: #fff;
  border: 1px solid #ef6e00;
}
.filter-submit-btn:hover {
  background: #fff;
  color: #ef6e00;
}

.filter-archive-intro {
  margin-top: 16px;
}
@media screen and (min-width: 760px) {
  .filter-archive-intro {
    margin-bottom: 40px;
  }
}

.filter-archive-intro-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #26A784;
  margin-bottom: 12px;
}
@media screen and (min-width: 760px) {
  .filter-archive-intro-title {
    font-size: 24px;
  }
}

.filter-archive-intro-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1d1d1d;
}
@media screen and (min-width: 760px) {
  .filter-archive-intro-text {
    font-size: 16px;
  }
}

.filter-archive-intro--results .filter-archive-intro-text {
  display: none;
}

.count-number {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 760px) {
  .count-number {
    font-size: 32px;
  }
}

.count-unit {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 760px) {
  .count-unit {
    font-size: 18px;
  }
}

.filter-post-list {
  list-style: none;
  margin-top: 16px;
  padding: 0;
}
@media screen and (min-width: 760px) {
  .filter-post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 99px 32px;
    justify-content: start;
    align-items: start;
    margin-top: 32px;
  }
}

.filter-post-item {
  margin-bottom: 32px;
  padding-bottom: 16px;
}
.filter-post-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 760px) {
  .filter-post-item {
    width: calc(33.33% - 21.3333333333px);
    margin-bottom: 0px;
  }
}

.filter-post-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.filter-post-link:hover .filter-post-title {
  text-decoration: underline;
}

.post-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 358/202;
  overflow: hidden;
  border-radius: 16px;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-date {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1d1d1d;
}

.post-content {
  margin-top: 16px;
}
@media screen and (min-width: 760px) {
  .post-content {
    margin-top: 24px;
  }
}

.post-service {
  margin-bottom: 4px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.service-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  color: #ef6e00;
}
.service-label-meet {
  color: #045471;
}

.post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (min-width: 760px) {
  .post-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.post-title-external-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.35em;
  line-height: 0;
}
.post-title-external-icon img {
  display: block;
  width: 1em;
  height: 1em;
}

@media screen and (min-width: 760px) {
  .news-post-list {
    gap: 40px 32px;
  }
}

.news-post-item {
  padding-bottom: 0px;
}
.news-post-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 12px;
}
@media screen and (min-width: 760px) {
  .news-post-title {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.post-company-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #777;
  margin-bottom: 16px;
}
@media screen and (min-width: 760px) {
  .post-company-name {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.post-tags {
  margin-bottom: 16px;
}

.tag-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #777;
}
@media screen and (min-width: 760px) {
  .tag-label {
    font-size: 16px;
  }
}

.filter-post-excerpt {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #555;
}

.post-meta-combined {
  display: flex;
  gap: 8px;
}

.meta-term {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 40px;
  background: #ededed;
}

.filter-no-posts {
  padding: 2rem;
  text-align: center;
  color: #666;
}

.filter-pagination {
  margin-top: 40px;
}
.filter-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.filter-pagination a,
.filter-pagination span {
  display: inline-block;
  padding: 8.5px 11.5px;
  border-radius: 80px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.filter-pagination a:hover {
  background: #f5f5f5;
}
.filter-pagination .current {
  background: #ef6e00;
  color: #fff;
  border-color: #ef6e00;
}
.filter-pagination .dots {
  padding-inline: 0;
}

.filter-back-to-top {
  display: block;
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
  padding-block: 19.5px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: #ef6e00;
  border: 1px solid #ef6e00;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 40px;
}
.filter-back-to-top:hover {
  background: #fff;
  color: #ef6e00;
}

.contactUs {
  display: block;
  position: relative;
  padding-block: 56px 53px;
  background: #F8F9FA;
  transition: cubic-bezier(0.55, 0.05, 0.22, 1) 0.3s;
}
@media screen and (min-width: 760px) {
  .contactUs {
    padding-block: 56px 59px;
  }
}
.contactUs:hover {
  background-color: #26A784;
  transition: cubic-bezier(0.55, 0.05, 0.22, 1) 0.3s;
}
.contactUs:hover .contactUs_ttl {
  color: #fff;
}
.contactUs:hover .contactUs_text {
  color: #fff;
}
.contactUs:hover .contactUs_btn {
  background: #fff;
}
.contactUs:hover .contactUs_btn span {
  border-top: #26A784 2px solid;
}

.contactUs_inner {
  display: flex;
  margin-inline: 12px 16px;
}
@media screen and (min-width: 760px) {
  .contactUs_inner {
    max-width: 1140px;
    width: calc(100% - 32px);
    margin-inline: auto;
  }
}

.contactUs_ttl {
  font-size: 50px;
  font-weight: 700;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #004368;
  padding-left: 4px;
  line-height: 1.2;
  transition: cubic-bezier(0.55, 0.05, 0.22, 1) 0.3s;
}
@media screen and (min-width: 760px) {
  .contactUs_ttl {
    font-size: 100px;
  }
}

.contactUs_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #004368;
  margin-top: 6px;
  transition: cubic-bezier(0.55, 0.05, 0.22, 1) 0.3s;
}
@media screen and (min-width: 760px) {
  .contactUs_text {
    font-size: 16px;
    margin-top: 16px;
  }
}

.contactUs_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #26A784;
  padding-block: 12px;
  transition: cubic-bezier(0.55, 0.05, 0.22, 1) 0.3s;
}
@media screen and (min-width: 760px) {
  .contactUs_btn {
    width: 81px;
    height: 81px;
    right: 197px;
    padding-block: 27.5px;
  }
}
.contactUs_btn span {
  display: block;
  width: 13px;
  height: 13px;
  border-top: #fff 2px solid;
  margin-inline: auto;
  transition: cubic-bezier(0.55, 0.05, 0.22, 1) 0.3s;
}
@media screen and (min-width: 760px) {
  .contactUs_btn span {
    width: 20px;
  }
}
.contactUs_btn span:first-of-type {
  transform: translate(-2px, 7px) rotate(45deg);
}
@media screen and (min-width: 760px) {
  .contactUs_btn span:first-of-type {
    transform: translate(-3px, 4px) rotate(45deg);
  }
}
.contactUs_btn span:last-of-type {
  transform: translate(6px, 3px) rotate(-45deg);
}
@media screen and (min-width: 760px) {
  .contactUs_btn span:last-of-type {
    transform: translate(5px, 5px) rotate(-45deg);
  }
}

.OurServices {
  padding-bottom: 64px;
  max-width: 1140px;
  margin-inline: auto;
}
.OurServices .OurServices_inner {
  max-width: calc(100% - 32px);
  width: 100%;
  margin-inline: auto;
  padding-bottom: 96px;
}
.OurServices .OurServices_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .OurServices .OurServices_ttl {
    font-size: 32px;
  }
}
.OurServices .OurServices_list {
  margin-top: 24px;
}
@media screen and (min-width: 760px) {
  .OurServices .OurServices_list {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
  }
}
.OurServices .OurServices_item {
  margin-top: 16px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 358/200;
}
.OurServices .OurServices_item:first-child {
  margin-top: 0;
}
.OurServices .OurServices_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 760px) {
  .OurServices .OurServices_item {
    width: calc(33.33% - 21.3333333333px);
    margin-top: 0;
    aspect-ratio: 358/282;
  }
}
.OurServices .OurServices_item_img {
  position: absolute;
}
.OurServices .OurServices_item_text_content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.OurServices .OurServices_item_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 760px) {
  .OurServices .OurServices_item_text {
    font-size: 16px;
  }
}
.OurServices .OurServices_item_name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-top: 8px;
}
@media screen and (min-width: 760px) {
  .OurServices .OurServices_item_name {
    font-size: 28px;
  }
}

.incident_wrapper {
  display: block;
  padding-block: 40px 96px;
  margin-top: 90px;
  color: #1d1d1d;
}
.incident_wrapper * {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 760px) {
  .incident_wrapper {
    padding-block: 36px 120px;
  }
}
@media screen and (min-width: 1200px) {
  .incident_wrapper {
    margin-top: 114px;
  }
}

.incident_inner {
  width: calc(100% - 40px);
  margin-inline: auto;
}
@media screen and (min-width: 760px) {
  .incident_inner {
    max-width: 980px;
  }
}

.incident_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 760px) {
  .incident_title {
    font-size: 32px;
  }
}

.incident_date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: Lato, sans-serif;
  margin-top: 24px;
}
@media screen and (min-width: 760px) {
  .incident_date {
    font-size: 16px;
  }
}

.incident_wrapper hr {
  margin-block: 32px;
  border: none;
  border-top: 1px solid #dedede;
}

.incident_content,
.incident_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.incident_content:last-of-type,
.incident_text:last-of-type {
  margin-top: 24px;
}
@media screen and (min-width: 760px) {
  .incident_content,
  .incident_text {
    font-size: 18px;
  }
  .incident_content:last-of-type,
  .incident_text:last-of-type {
    margin-top: 32px;
  }
}

.incident_list {
  margin-top: 24px;
}
@media screen and (min-width: 760px) {
  .incident_list {
    margin-top: 32px;
  }
}

.incident_item {
  margin-top: 16px;
}
.incident_item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 760px) {
  .incident_item {
    margin-top: 24px;
  }
  .incident_item:first-child {
    margin-top: 0;
  }
}

.item_title {
  font-size: 16px;
  font-weight: 700;
}
.item_title span {
  margin-right: 8px;
}
@media screen and (min-width: 760px) {
  .item_title span {
    margin-right: 12px;
  }
}
@media screen and (min-width: 760px) {
  .item_title {
    font-size: 18px;
  }
}

.item_text {
  margin-top: 8px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 760px) {
  .item_text {
    margin-top: 12px;
    padding-left: 28px;
  }
}

.company_info {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 760px) {
  .company_info {
    margin-top: 32px;
    letter-spacing: 0;
  }
}

.subList_item {
  padding-left: 20px;
  position: relative;
  margin-top: 8px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.subList_item span {
  font-weight: 700;
}
.subList_item::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 760px) {
  .subList_item {
    margin-top: 12px;
    padding-left: 28px;
  }
}

.sublist_item_title {
  margin-top: 8px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 700;
}
.sublist_item_title span {
  font-weight: 700;
}
@media screen and (min-width: 760px) {
  .sublist_item_title {
    margin-top: 12px;
    font-size: 18px;
  }
}

.case-page {
  color: #1d1d1d;
}

.top-secton.easeCase-top-section {
  display: block;
  margin-top: 90px;
  padding-block: 32px 0;
}
@media screen and (min-width: 760px) {
  .top-secton.easeCase-top-section {
    padding-block: 64px 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-secton.easeCase-top-section {
    margin-top: 114px;
  }
}

.easeCase-interview-top {
  width: calc(100% - 32px);
  margin-inline: auto;
}
@media screen and (min-width: 760px) {
  .easeCase-interview-top {
    max-width: 980px;
  }
}

.easeCase-interview-top .InterviewTop_ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
}
@media screen and (min-width: 760px) {
  .easeCase-interview-top .InterviewTop_ttl {
    font-size: 32px;
  }
}

.easeCase-interview-top .InterviewTop_img {
  width: 100%;
  margin-top: 32px;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
}
.easeCase-interview-top .InterviewTop_img img {
  width: 100%;
  height: auto;
}

.InterviewTop_shareBtn {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
}

.shareBtn_txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: #26a784;
}

.shareBtn_list {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shareBtn_item a,
.shareBtn_item .copyLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 80px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 8px;
  text-decoration: none;
  color: inherit;
  font-size: 12px;
  cursor: pointer;
  border: none;
  background: #fff;
}

.shareBtn_item a:hover,
.shareBtn_item .copyLink:hover {
  opacity: 0.9;
}

.shareBtn_item img {
  width: 24px;
  height: 24px;
  display: block;
}

.easeCase-company-profile.companyProfile {
  width: calc(100% - 32px);
  background: #f4f4f4;
  margin-inline: auto;
  margin-top: 16px;
  padding-block: 32px;
  border-radius: 16px;
}
@media screen and (min-width: 760px) {
  .easeCase-company-profile.companyProfile {
    margin-top: 32px;
    padding-block: 40px;
    max-width: 980px;
  }
}

.easeCase-company-profile .companyProfile_inner {
  width: calc(100% - 32px);
  margin-inline: auto;
}
@media screen and (min-width: 760px) {
  .easeCase-company-profile .companyProfile_inner {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 80px);
    gap: 40px;
  }
}

.easeCase-company-profile .companyTtl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 760px) {
  .easeCase-company-profile .companyTtl {
    font-size: 24px;
  }
}

.easeCase-company-profile .companySite_wrapper {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.easeCase-company-profile .siteTtl {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  flex-shrink: 0;
}

.easeCase-company-profile .siteUrl {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #26a784;
  text-decoration: underline;
}
@media screen and (min-width: 760px) {
  .easeCase-company-profile .siteUrl {
    width: auto;
  }
}

.easeCase-company-profile .tags {
  margin-top: 24px;
}
@media screen and (min-width: 760px) {
  .easeCase-company-profile .tags {
    margin-top: 32px;
  }
}

.easeCase-company-profile .tagsList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.easeCase-company-profile .tagsItem {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border-radius: 40px;
  background: #fff;
  padding: 8px 12px;
}

.easeCase-company-profile .companyImg {
  width: 100%;
  margin-top: 24px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 760px) {
  .easeCase-company-profile .companyImg {
    max-width: 300px;
    margin-top: 0;
    flex-shrink: 0;
  }
}
.easeCase-company-profile .companyImg img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.easeCase-section {
  width: calc(100% - 32px);
  margin-inline: auto;
  padding-block: 64px;
  position: relative;
}
@media screen and (min-width: 760px) {
  .easeCase-section {
    max-width: 980px;
    padding-block: 96px;
  }
}

.easeCase-content {
  padding-bottom: 0.1px;
}

.easeCase-section .easeCase-content h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 64px;
  margin-bottom: 24px;
}
.easeCase-section .easeCase-content h2:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 760px) {
  .easeCase-section .easeCase-content h2 {
    font-size: 28px;
    margin-top: 96px;
    margin-bottom: 32px;
  }
}

.easeCase-section .easeCase-content h2:first-child {
  margin-top: 0;
}

.easeCase-paragraph,
.easeCase-section .easeCase-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  display: inline-block;
  margin-bottom: 16px;
}
@media screen and (min-width: 760px) {
  .easeCase-paragraph,
  .easeCase-section .easeCase-content p {
    margin-bottom: 24px;
  }
}

.easeCase-contentSubTtl {
  font-size: 18px;
  display: inline-block;
  margin-block: 16px;
}
@media screen and (min-width: 760px) {
  .easeCase-contentSubTtl {
    margin-block: 32px 24px;
    font-size: 20px;
  }
}

.easeCase-cutionItem {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 760px) {
  .easeCase-cutionItem {
    margin-top: 16px;
  }
}

.easeCase-img {
  margin-bottom: 24px;
}
.easeCase-img img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 760px) {
  .easeCase-img {
    margin-bottom: 32px;
  }
}

.easeCase-section .easeCase-content .easeCase-img {
  margin-bottom: 24px;
}
@media screen and (min-width: 760px) {
  .easeCase-section .easeCase-content .easeCase-img {
    margin-bottom: 32px;
  }
}

.easeCase-lastImg {
  margin-bottom: 24px;
}
@media screen and (min-width: 760px) {
  .easeCase-lastImg {
    margin-bottom: 64px;
  }
}

.easeCase-section iframe {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16/9;
}

@media screen and (min-width: 760px) {
  .scene-img.easeCase-img {
    max-width: 556px;
    width: 100%;
    margin-inline: auto;
  }
}

.relativeArtical {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-weight: 700;
}
.relativeArtical a {
  color: #428ac9;
  text-decoration: underline;
}

@media screen and (min-width: 760px) {
  .pcFlex-content {
    gap: 32px;
    display: flex;
  }
}

@media screen and (min-width: 760px) {
  .pcFlex-content-reverse {
    gap: 32px;
    display: flex;
    flex-direction: row-reverse;
  }
}

.case-greenTtl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #26a784;
}
@media screen and (min-width: 760px) {
  .case-greenTtl {
    font-size: 20px;
  }
}

.showCopied {
  position: fixed;
  z-index: 100000;
  bottom: 0;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(31, 31, 31);
  color: #fff;
  padding: 12px 16px;
  border-radius: 4px;
  width: 256px;
  transition: ease-in-out 0.2s;
  pointer-events: none;
}
@media screen and (min-width: 760px) {
  .showCopied {
    width: 288px;
  }
}
.showCopied p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #fff;
}
@media screen and (min-width: 760px) {
  .showCopied p {
    font-size: 16px;
  }
}

.showCopied.movement {
  opacity: 1;
  bottom: 32px;
  pointer-events: auto;
}
@media screen and (min-width: 760px) {
  .showCopied.movement {
    bottom: 40px;
  }
}

.introduceProduct {
  padding-block: 64px;
  background: #f4f4f4;
}
@media screen and (min-width: 760px) {
  .introduceProduct {
    padding-block: 96px;
  }
}

.introduceProduct_inner {
  width: calc(100% - 32px);
  margin-inline: auto;
}
@media screen and (min-width: 760px) {
  .introduceProduct_inner {
    max-width: 980px;
  }
}

@media screen and (min-width: 760px) {
  .introduceProduct_content {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-top: 24px;
  }
}

.introduceProduct_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 760px) {
  .introduceProduct_ttl {
    font-size: 20px;
  }
}

.introduceProduct_img_wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

.introduceProduct_img {
  display: block;
  position: relative;
  margin-top: 16px;
  width: 100%;
  min-height: 120px;
  border-radius: 16px;
  overflow: hidden;
  background: #e0e0e0;
}
@media screen and (min-width: 760px) {
  .introduceProduct_img {
    margin-top: 0;
    max-width: 474px;
    min-height: 200px;
  }
}

.introduceProduct_txt_wrapper {
  margin-top: 8px;
}
@media screen and (min-width: 760px) {
  .introduceProduct_txt_wrapper {
    margin-top: 0;
    flex: 1;
  }
}

.introduceProduct_txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 8px 0 0 0;
}
@media screen and (min-width: 760px) {
  .introduceProduct_txt {
    font-size: 24px;
    margin-top: 16px;
  }
}

.introduceProduct_btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 24px;
  min-width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 24px;
  background: #ef6e00;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 2px solid #ef6e00;
  box-sizing: border-box;
}
.introduceProduct_btn:hover {
  border-color: #ef6e00;
  color: #ef6e00;
  background: #fff;
}
@media screen and (min-width: 760px) {
  .introduceProduct_btn {
    margin-top: 32px;
  }
}

.introduceProduct_btn.consumer {
  color: #fff;
  background: #26a784;
  border-color: #26a784;
}
.introduceProduct_btn.consumer:hover {
  border-color: #26a784;
  color: #26a784;
  background: #fff;
}

.introduce_product {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #ef6e00;
  margin: 24px 0 0 0;
}
@media screen and (min-width: 760px) {
  .introduce_product {
    font-size: 16px;
    margin-top: 0;
  }
}

.introduce_product::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 23px;
  margin-right: 8px;
  background-image: url("https://strage.meet-meet.com/static/shopify/news/patent_icon.png");
  background-size: cover;
}
@media screen and (min-width: 760px) {
  .introduce_product::before {
    margin-right: 12px;
  }
}

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