@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  margin: 0;
  padding: 0; }

hr {
  color: inherit;
  height: 0;
  overflow: visible; }

details, main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

pre {
  font-size: 1em; }

b, strong {
  font-weight: bolder; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

table {
  border-color: inherit;
  text-indent: 0; }

iframe {
  border-style: none; }

input {
  border-radius: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit; }

[disabled] {
  cursor: default; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true] {
  cursor: default; }

html, body {
  height: 100%;
  font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.75; }
  @media screen and (max-width: 767px) {
    html, body {
      font-size: 15px; } }

img {
  width: 100%;
  display: block;
  transition: all .2s linear; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li, ol li {
  list-style: none; }

a {
  color: #000;
  text-decoration: none;
  transition: all .15s linear; }

a:hover {
  text-decoration: none; }

a:hover img {
  opacity: .75; }

address {
  font-style: normal; }

@keyframes fade-in {
  0% {
    opacity: 0;
    margin-top: 30px; }
  100% {
    opacity: 1;
    margin-top: 0; } }
@keyframes hero-fade-in-hl {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  /* header SP */ }
  @media screen and (max-width: 1240px) {
    .header {
      display: none; } }
  .header-pc {
    width: 100%;
    margin: 0 auto;
    padding: 30px 3% 10px; }
    .header-pc-top {
      position: fixed;
      top: 0;
      left: 0; }
    .header-pc.header-fixed {
      width: 100%;
      position: fixed;
      top: 0;
      left: 0; }
  .header-logo {
    width: 100%;
    max-width: 195px; }
  .header-nav-util {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end; }
    .header-nav-util > li {
      margin-left: 25px; }
      .header-nav-util > li a {
        color: #999;
        font-size: 14px;
        font-weight: 500; }
    .header-nav-util-dl {
      margin-right: 15px !important;
      padding: .625em 1.5em;
      border: solid 1px #2fbaac;
      border-radius: 2em;
      background-color: #2fbaac;
      color: #fff !important; }
      .header-nav-util-dl:hover {
        background-color: #fff;
        color: #2fbaac !important; }
    .header-nav-util-ctc {
      padding: .625em 1.5em;
      border: solid 1px #333;
      border-radius: 2em;
      background-color: #333;
      color: #fff !important; }
      .header-nav-util-ctc:hover {
        background-color: #fff;
        color: #333 !important; }
  .header-nav-glb {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end; }
    .header-nav-glb > li {
      position: relative; }
      .header-nav-glb > li > a {
        margin-right: 30px;
        font-size: 15px;
        font-weight: 600; }
        .header-nav-glb > li > a:hover {
          color: #2fbaac; }
      .header-nav-glb > li:last-child > a {
        margin-right: 0; }
  .header-nav-list-second {
    width: 180px;
    padding: 25px;
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1010;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s linear; }
    .header-nav-list-second.open {
      opacity: 1;
      pointer-events: auto; }
    .header-nav-list-second > li {
      margin-top: 10px; }
      .header-nav-list-second > li:first-child {
        margin-top: 0; }
      .header-nav-list-second > li > a {
        font-size: 16px;
        font-weight: 600;
        transition: all .15s linear; }
        .header-nav-list-second > li > a:hover {
          color: #2fbaac;
          padding-left: 5px; }
  .header-sp {
    display: none; }
    @media screen and (max-width: 1240px) {
      .header-sp {
        display: block; } }
    .header-sp-logo {
      width: 100%;
      max-width: 120px; }
      .header-sp-logo-wrap {
        padding: 15px 5%;
        position: relative;
        z-index: 10; }
  .header-fixed {
    padding: 0 3% 10px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 999px) {
      .header-fixed {
        position: fixed;
        top: 0;
        left: 0; } }
    .header-fixed .header-logo {
      width: 150px; }
    .header-fixed .header-nav-util, .header-fixed .header-nav-glb {
      margin-top: 10px; }
    .header-fixed .header-nav-util > li a {
      font-size: 12px; }
    .header-fixed .header-nav-util-dl, .header-fixed .header-nav-util-ctc {
      padding: .5em 1.5em; }
    .header-fixed .header-nav-glb > li a {
      font-size: 14px; }
    .header-fixed .header-nav-list-second {
      padding: 15px; }
    .header-fixed .header-nav-list-second > li {
      margin-top: 5px; }

/* SP Nav */
.header-sp-menu {
  height: 20px;
  position: absolute;
  right: 5%;
  top: 20px;
  width: 30px;
  z-index: 99; }

.header-sp-menu-line {
  background: #2fbaac;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%; }

.header-sp-menu-line-center {
  top: 9px; }

.header-sp-menu-line-bottom {
  bottom: 0; }

.header-sp-menu-line.active {
  top: 8px;
  transform: rotate(45deg);
  background-color: #fff; }

.header-sp-menu-line-center.active {
  transform: scaleX(0); }

.header-sp-menu-line-bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
  background-color: #fff; }

.header-sp-nav {
  background: rgba(12, 181, 165, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98; }

.header-sp-nav-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%; }

.header-sp-nav-list > li {
  margin-top: 20px; }
  .header-sp-nav-list > li a {
    padding: 15px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    transition: .5s; }
  .header-sp-nav-list > li.header-sp-nav-util {
    margin-top: 10px; }
    .header-sp-nav-list > li.header-sp-nav-util-top {
      margin-top: 20px;
      padding-top: 20px;
      border-top: solid 1px #fff; }
    .header-sp-nav-list > li.header-sp-nav-util a {
      font-size: 14px; }
.header-sp-nav-list-second > li a {
  font-size: 14px;
  font-weight: 400; }
  .header-sp-nav-list-second > li a::before {
    content: "ー";
    margin-right: 5px;
    display: inline-block; }

.cta {
  width: 100%;
  padding: 80px 0;
  background: url("/wp-content/themes/monitas/assets/img/cmn/bg-cmn.png") center top repeat; }
  @media screen and (max-width: 767px) {
    .cta {
      padding: 50px 0; } }
  .cta-inner {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .cta-inner {
        width: 90%; } }
  .cta-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .cta-list {
        display: block; } }
    .cta-list > li {
      width: 47.5%;
      background-color: #fff;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        .cta-list > li {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .cta-list > li:nth-child(n+2) {
          margin-top: 30px; } }
      .cta-list > li > a {
        width: 100%;
        padding: 40px 0;
        display: block;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .cta-list > li > a {
            padding: 25px 0; } }
  .cta-hl {
    color: #2fbaac;
    font-size: 32px;
    font-weight: 700;
    line-height: 1; }
    .cta-hl-jp {
      margin-top: 5px;
      color: #444;
      font-size: 14px;
      font-weight: 700; }
  .cta-icn {
    width: 100px;
    margin: 25px auto;
    display: block; }
    @media screen and (max-width: 767px) {
      .cta-icn {
        width: 60px;
        margin: 15px auto; } }
  .cta-btn {
    padding: 10px 50px;
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 8px;
    color: #2fbaac;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .cta-btn {
        padding: 5px 40px;
        border-radius: 5px;
        font-size: 14px; } }

.footer {
  width: calc(100% - 6%);
  margin: 0 auto;
  padding: 80px 0 10px; }
  @media screen and (max-width: 767px) {
    .footer {
      width: 90%;
      padding-top: 50px; } }
  .footer-inner {
    margin: 0 auto; }
  .footer-head {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; }
    @media screen and (max-width: 767px) {
      .footer-head {
        display: block; } }
  .footer-logo {
    width: 190px; }
    @media screen and (max-width: 767px) {
      .footer-logo {
        width: 120px; } }
  .footer-address {
    margin-left: 20px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .footer-address {
        margin-top: 10px;
        margin-left: 0; } }
  .footer-nav {
    margin-top: 30px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer-nav {
        margin-top: 20px;
        flex-wrap: wrap;
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      .footer-nav > li {
        width: 47.5%; } }
    @media screen and (max-width: 767px) {
      .footer-nav > li:nth-child(n+3) {
        margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      .footer-nav > li:last-child {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .footer-nav > li:last-child > a {
        width: 47.5%;
        display: inline-block; } }
    @media screen and (max-width: 767px) {
      .footer-nav > li:last-child > a.footer-nav-last3 {
        margin-top: 20px; } }
    .footer-nav-ttl {
      font-size: 24px;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .footer-nav-ttl {
          font-size: 18px;
          line-height: 1.25; } }
    @media screen and (max-width: 767px) {
      .footer-nav-seconds {
        margin-top: 5px; } }
    .footer-nav-seconds > li a {
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .footer-nav-seconds > li a {
          font-size: 12px; } }
      .footer-nav-seconds > li a::before {
        content: "―";
        margin-right: 5px;
        display: inline-block; }
  .footer-util {
    margin: 30px auto 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer-util {
        display: block;
        margin-top: 20px; } }
    .footer-util-logo-privacy {
      width: 60px; }
      @media screen and (max-width: 767px) {
        .footer-util-logo-privacy {
          width: 45px; } }
    .footer-util-logo-jmra {
      width: 80px; }
      @media screen and (max-width: 767px) {
        .footer-util-logo-jmra {
          width: 55px; } }
    .footer-util-logo-list {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      gap: 40px; }
      @media screen and (max-width: 767px) {
        .footer-util-logo-list {
          justify-content: flex-end;
          gap: 30px; } }
    .footer-util-cr {
      font-size: 12px; }
      @media screen and (max-width: 767px) {
        .footer-util-cr {
          margin-top: 20px;
          font-size: 11px;
          text-align: center; } }

.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

.cmn {
  /* Head Line */
  /* Text Link */
  /* Button */
  /* Hero */
  /* Breadcrumbs */
  /* Pager */
  /* Article */
  /* Form */ }
  .cmn-hl {
    color: #2fbaac;
    font-size: 60px;
    font-weight: 600;
    line-height: 1; }
    @media screen and (max-width: 999px) {
      .cmn-hl {
        font-size: 44px; } }
    @media screen and (max-width: 767px) {
      .cmn-hl {
        font-size: 36px; } }
    .cmn-hl-jp {
      margin-top: 8px;
      color: #444;
      font-size: 16px;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .cmn-hl-jp {
          font-size: 14px; } }
  .cmn-txtlink {
    color: #2fbaac;
    display: inline-block; }
    .cmn-txtlink:hover {
      text-decoration: underline; }
    .cmn-txtlink::after {
      content: ">";
      margin-left: 8px;
      font-size: 12px;
      font-weight: 600; }
    .cmn-txtlink-prev {
      color: #2fbaac;
      display: inline-block; }
      .cmn-txtlink-prev:hover {
        text-decoration: underline; }
      .cmn-txtlink-prev::before {
        content: "<";
        margin-right: 8px;
        font-size: 12px;
        font-weight: 600; }
  .cmn-btn {
    margin-top: 20px;
    padding: .5em 2.75em;
    border: solid 1px #2fbaac;
    border-radius: 2em;
    background-color: #2fbaac;
    display: inline-block;
    position: relative;
    color: #fff;
    transition: all .15s linear;
    /* Search Button */ }
    @media screen and (max-width: 767px) {
      .cmn-btn {
        padding: .325em 1.75em;
        font-size: 15px; } }
    .cmn-btn::after {
      content: ">";
      position: absolute;
      top: 27.5%;
      right: 15px;
      font-size: 12px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .cmn-btn::after {
          top: 18%; } }
    .cmn-btn:hover {
      background-color: #fff;
      color: #2fbaac; }
      @media screen and (max-width: 767px) {
        .cmn-btn:hover {
          background-color: #2fbaac;
          color: #fff; } }
    .cmn-btn-search {
      width: 22px;
      height: auto;
      display: inline-block; }
  .cmn-hero {
    width: 94%;
    height: 240px;
    margin: 30px auto 0;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; }
    @media screen and (max-width: 1240px) {
      .cmn-hero {
        width: 90%; } }
    @media screen and (max-width: 999px) {
      .cmn-hero {
        height: 180px; } }
    @media screen and (max-width: 767px) {
      .cmn-hero {
        width: 90%;
        height: 140px;
        margin-top: 20px; } }
    .cmn-hero-inner {
      width: 92%;
      margin: auto; }
      @media screen and (max-width: 767px) {
        .cmn-hero-inner {
          width: 85%; } }
    .cmn-hero-ttl {
      color: #fff;
      font-size: 60px;
      font-weight: 600;
      line-height: 1.25; }
      @media screen and (max-width: 999px) {
        .cmn-hero-ttl {
          font-size: 48px; } }
      @media screen and (max-width: 767px) {
        .cmn-hero-ttl {
          font-size: 30px; } }
      .cmn-hero-ttl-jp {
        color: #fff;
        font-size: 24px;
        font-weight: 600; }
        @media screen and (max-width: 999px) {
          .cmn-hero-ttl-jp {
            font-size: 20px; } }
        @media screen and (max-width: 767px) {
          .cmn-hero-ttl-jp {
            font-size: 16px; } }
  .cmn-breadcrumbs {
    width: calc(100% - 6%);
    margin: 10px auto 0; }
    @media screen and (max-width: 1240px) {
      .cmn-breadcrumbs {
        width: 90%; } }
    .cmn-breadcrumbs-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 10px; }
      @media screen and (max-width: 767px) {
        .cmn-breadcrumbs-list {
          gap: 2px; } }
      .cmn-breadcrumbs-list > li::after {
        content: ">";
        margin-left: 10px;
        display: inline-block;
        color: #999;
        font-size: 12px; }
      .cmn-breadcrumbs-list > li:last-child::after {
        content: none; }
      .cmn-breadcrumbs-list > li a {
        color: #999;
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          .cmn-breadcrumbs-list > li a {
            font-size: 12px; } }
        .cmn-breadcrumbs-list > li a:hover {
          text-decoration: underline; }
        .cmn-breadcrumbs-list > li a.current {
          color: #ccc; }
  .cmn-main {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto 80px; }
    .cmn-main-wrap {
      width: 90%;
      max-width: 1200px;
      margin: 20px auto 80px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .cmn-main-wrap {
          margin-bottom: 50px; } }
  .cmn-pager {
    width: 100%;
    margin-top: 50px; }
    .cmn-pager-list {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px; }
      .cmn-pager-list > li > a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 1px #ccc;
        border-radius: 4px;
        color: #666;
        transition: all .15s linear; }
        .cmn-pager-list > li > a:hover {
          background-color: #ccc;
          opacity: .75;
          color: #fff; }
      .cmn-pager-list > li.current {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 1px #ccc;
        border-radius: 4px;
        background-color: #ccc;
        color: #fff; }
  .cmn-article {
    /* Article Head */
    /* Article CTA */
    /* Article Related */
    /* List */
    /* Article Author */
    /* Article Service */
    /* Article Contact */ }
    .cmn-article-head::after {
      content: "";
      display: block;
      clear: both; }
    .cmn-article-head-cate {
      padding: 5px 25px;
      display: inline-block;
      border-radius: 5px;
      color: #fff;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .cmn-article-head-cate {
          padding: 3px 20px;
          font-size: 13px; } }
      .cmn-article-head-cate-report {
        background-color: #064789; }
      .cmn-article-head-cate-column {
        background-color: #30d4d0; }
      .cmn-article-head-cate-seminar {
        background-color: #F375C7; }
      .cmn-article-head-cate-announce {
        background-color: #40BFF0; }
      .cmn-article-head-cate-press {
        background-color: #46dad8; }
      .cmn-article-head-cate-media {
        background-color: #35b2b2; }
      .cmn-article-head-cate-sc {
        background-color: #a4d819; }
      .cmn-article-head-cate-ns {
        background-color: #6C809A; }
    .cmn-article-head-ttl {
      margin-top: 15px;
      font-size: 28px;
      font-weight: 600;
      line-height: 1.325; }
      @media screen and (max-width: 767px) {
        .cmn-article-head-ttl {
          font-size: 20px; } }
    .cmn-article-head-tag {
      display: inline-block; }
      .cmn-article-head-tag > a {
        padding: 2px 8px;
        background-color: #f5f5f5;
        border-radius: 3px;
        font-size: 12px; }
        .cmn-article-head-tag > a:hover {
          opacity: .75; }
      .cmn-article-head-tag-list {
        margin-top: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px; }
        @media screen and (max-width: 767px) {
          .cmn-article-head-tag-list {
            width: 100%;
            margin-top: 5px;
            float: right; } }
    .cmn-article-head-info {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
    .cmn-article-head-time {
      color: #999;
      font-size: 14px; }
    .cmn-article-cta {
      margin-top: 60px;
      padding: 30px 50px 35px;
      background-color: #2fbaac;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .cmn-article-cta {
          padding: 25px 40px 30px; } }
      .cmn-article-cta:hover {
        opacity: .75; }
      .cmn-article-cta-inner {
        width: 100%; }
      .cmn-article-cta-hl {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .cmn-article-cta-hl {
            font-size: 20px; } }
      .cmn-article-cta-txt {
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .cmn-article-cta-txt {
            font-size: 16px; } }
      .cmn-article-cta-btn {
        width: 60%;
        margin: 25px auto 0;
        padding: 20px 0;
        display: block;
        position: relative;
        background-color: #fff;
        border-radius: 8px;
        color: #2fbaac;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .cmn-article-cta-btn {
            width: 100%;
            font-size: 16px; } }
        .cmn-article-cta-btn::after {
          content: ">";
          width: 20px;
          height: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #2fbaac;
          border-radius: 10px;
          position: absolute;
          top: 35%;
          right: 15px;
          color: #fff;
          font-weight: 500; }
        .cmn-article-cta-btn-img {
          width: 128px;
          position: absolute;
          bottom: 0;
          left: -10px;
          z-index: 2; }
          @media screen and (max-width: 767px) {
            .cmn-article-cta-btn-img {
              width: 100px;
              left: -30px; } }
    .cmn-article-related {
      margin-top: 60px;
      border-top: solid 1px #2fbaac;
      position: relative; }
      .cmn-article-related-hl {
        padding: 2px 10px 2px 0;
        background-color: #fff;
        display: inline-block;
        position: absolute;
        top: -12px;
        color: #2fbaac;
        font-size: 22px;
        line-height: 1; }
      .cmn-article-related-list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          .cmn-article-related-list {
            display: block; } }
        .cmn-article-related-list > li {
          width: 31%;
          margin-top: 25px; }
          @media screen and (max-width: 767px) {
            .cmn-article-related-list > li {
              width: 100%; } }
          @media screen and (max-width: 767px) {
            .cmn-article-related-list > li::after {
              content: "";
              display: block;
              clear: both; } }
          .cmn-article-related-list > li > a {
            width: 100%; }
            @media screen and (max-width: 767px) {
              .cmn-article-related-list > li > a {
                display: flex;
                flex-wrap: wrap;
                align-items: flex-start;
                justify-content: space-between;
                gap: 8px; } }
            .cmn-article-related-list > li > a:hover {
              opacity: .75; }
            .cmn-article-related-list > li > a > img {
              border-radius: 8px; }
              @media screen and (max-width: 767px) {
                .cmn-article-related-list > li > a > img {
                  width: 35%;
                  height: auto;
                  border-radius: 4px; } }
        .cmn-article-related-list-detail {
          width: 100%; }
          @media screen and (max-width: 767px) {
            .cmn-article-related-list-detail {
              width: 60%;
              font-size: 14px;
              line-height: 1.325; } }
        .cmn-article-related-list-time {
          color: #999;
          font-size: 14px; }
          .cmn-article-related-list-time-wrap {
            margin-top: 10px;
            display: flex;
            justify-content: space-between; }
            @media screen and (max-width: 767px) {
              .cmn-article-related-list-time-wrap {
                margin-top: 0; } }
        .cmn-article-related-list-ttl {
          margin-top: 8px;
          line-height: 1.5; }
          @media screen and (max-width: 767px) {
            .cmn-article-related-list-ttl {
              margin-top: 5px; } }
        .cmn-article-related-list-tag {
          display: inline-block; }
          .cmn-article-related-list-tag > a {
            padding: 2px 8px;
            background-color: #f5f5f5;
            border-radius: 3px;
            font-size: 12px; }
            .cmn-article-related-list-tag > a:hover {
              opacity: .75; }
          .cmn-article-related-list-tag-list {
            margin-top: 8px;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 8px; }
            @media screen and (max-width: 767px) {
              .cmn-article-related-list-tag-list {
                width: 60%;
                margin-top: 5px;
                float: right; } }
    .cmn-article-list {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .cmn-article-list {
          display: block; } }
      .cmn-article-list > li {
        width: 31%;
        margin-top: 25px; }
        @media screen and (max-width: 767px) {
          .cmn-article-list > li {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .cmn-article-list > li::after {
            content: "";
            display: block;
            clear: both; } }
        .cmn-article-list > li > a {
          width: 100%; }
          @media screen and (max-width: 767px) {
            .cmn-article-list > li > a {
              display: flex;
              flex-wrap: wrap;
              align-items: flex-start;
              justify-content: space-between;
              gap: 8px; } }
          .cmn-article-list > li > a:hover {
            opacity: .75; }
          .cmn-article-list > li > a > img {
            border-radius: 8px; }
            @media screen and (max-width: 767px) {
              .cmn-article-list > li > a > img {
                width: 35%;
                height: auto;
                border-radius: 4px; } }
      .cmn-article-list-detail {
        width: 100%; }
        @media screen and (max-width: 767px) {
          .cmn-article-list-detail {
            width: 60%;
            font-size: 14px;
            line-height: 1.325; } }
      .cmn-article-list-time {
        color: #999;
        font-size: 14px; }
        .cmn-article-list-time-wrap {
          margin-top: 10px;
          display: flex;
          justify-content: space-between; }
          @media screen and (max-width: 767px) {
            .cmn-article-list-time-wrap {
              margin-top: 0; } }
      .cmn-article-list-ttl {
        margin-top: 8px;
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          .cmn-article-list-ttl {
            margin-top: 5px; } }
    .cmn-article-author {
      margin-top: 48px;
      padding: 30px 40px;
      border: solid 1px #ddd;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        .cmn-article-author {
          padding: 25px 30px; } }
      .cmn-article-author-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          .cmn-article-author-inner {
            display: block; } }
      .cmn-article-author-pic {
        width: 15%;
        max-width: 100px; }
        @media screen and (max-width: 767px) {
          .cmn-article-author-pic {
            width: 100%;
            max-width: 100px;
            margin: 0 auto; } }
      .cmn-article-author-profile {
        width: 82%; }
        @media screen and (max-width: 767px) {
          .cmn-article-author-profile {
            width: 100%;
            margin-top: 20px; } }
      .cmn-article-author-name {
        font-size: 16px;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          .cmn-article-author-name {
            font-size: 14px; } }
        .cmn-article-author-name-wrap {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
      .cmn-article-author-hl {
        margin-right: 20px;
        padding: 4px 10px;
        background-color: #aaa;
        border-radius: 4px;
        display: inline-block;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        line-height: 1; }
      .cmn-article-author-desc {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.5; }
    .cmn-article-service {
      margin-top: 60px;
      position: relative;
      border-top: solid 1px #2fbaac; }
      .cmn-article-service-ttl {
        padding: 2px 10px 2px 0;
        background-color: #fff;
        display: inline-block;
        position: absolute;
        top: -20px;
        color: #2fbaac;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.5; }
      .cmn-article-service-inner {
        margin-top: 32px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          .cmn-article-service-inner {
            display: block; } }
      .cmn-article-service-img {
        width: 35%; }
        @media screen and (max-width: 767px) {
          .cmn-article-service-img {
            width: 100%;
            max-width: 200px;
            margin: 0 auto; } }
      .cmn-article-service-detail {
        width: 60%; }
        @media screen and (max-width: 767px) {
          .cmn-article-service-detail {
            width: 100%;
            margin-top: 30px; } }
      .cmn-article-service-desc {
        margin-top: 15px;
        font-size: 15px; }
      .cmn-article-service-hl {
        font-size: 20px; }
        .cmn-article-service-hl-logosc {
          width: 75%;
          max-width: 220px;
          display: block; }
          @media screen and (max-width: 767px) {
            .cmn-article-service-hl-logosc {
              max-width: 150px;
              margin: 0 auto; } }
    .cmn-article-contact {
      margin-top: 50px;
      padding: 30px 50px;
      background-color: #f5f5f5;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        .cmn-article-contact {
          margin-top: 30px;
          padding: 25px 30px; } }
      .cmn-article-contact-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          .cmn-article-contact-inner {
            display: block; } }
      .cmn-article-contact-hl {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          .cmn-article-contact-hl {
            font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .cmn-article-contact-support {
          width: 100%;
          margin-top: 15px; } }
      .cmn-article-contact-support > p {
        text-align: right; }
        @media screen and (max-width: 767px) {
          .cmn-article-contact-support > p {
            text-align: left; } }
      .cmn-article-contact-support-charge {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .cmn-article-contact-support-charge {
            margin-bottom: 20px; } }
        .cmn-article-contact-support-charge span.pc {
          display: inline-block; }
          @media screen and (max-width: 767px) {
            .cmn-article-contact-support-charge span.pc {
              display: none; } }
      .cmn-article-contact-btn .cmn-btn {
        margin-top: 0; }
  .cmn-form {
    width: 100%;
    margin-top: 50px;
    padding: 30px 50px;
    border: solid 1px #ccc;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .cmn-form {
        padding: 20px 30px; } }
    .cmn-form-hl {
      color: #2fbaac;
      font-size: 24px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .cmn-form-hl {
          font-size: 18px; } }

.contact-hero {
  background: linear-gradient(to right, #bae675, #84cf0f); }
.contact-main {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .contact-main {
      width: 100%; } }
  .contact-main-wrap {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .contact-main-wrap {
        margin-top: 20px;
        display: block; } }
.contact-hl {
  color: #2fbaac;
  font-size: 24px;
  font-weight: 700;
  line-height: 1; }
.contact-back {
  margin-top: 32px; }
  @media screen and (max-width: 767px) {
    .contact-back {
      margin-top: 24px; } }
.contact-form {
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    .contact-form {
      margin-top: 0; } }
  .contact-form .hidden-fields-container {
    opacity: 0; }
  .contact-form-row {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; }
    @media screen and (max-width: 767px) {
      .contact-form-row {
        padding: 10px 0; } }
    .contact-form-row.contact-form-textarea {
      align-items: flex-start; }
  .contact-form-label {
    width: 30%;
    padding: 8px 0; }
    @media screen and (max-width: 767px) {
      .contact-form-label {
        width: 100%; } }
    .contact-form-label label {
      font-size: 15px !important;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .contact-form-label label {
          font-size: 14px !important; } }
      .contact-form-label label span {
        margin-left: 8px;
        padding: 4px 5px;
        background-color: #2fbaac;
        border-radius: 3px;
        display: inline-block;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        line-height: 1; }
  .contact-form-input {
    width: 70%; }
    @media screen and (max-width: 767px) {
      .contact-form-input {
        width: 100%; } }
  .contact-form-select {
    width: 70%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .contact-form-select {
        width: 100%; } }
  .contact-form-radio {
    width: 70%; }
    @media screen and (max-width: 767px) {
      .contact-form-radio {
        width: 100%; } }
  .contact-form input, .contact-form .wpcf7-form textarea, .contact-form textarea, .contact-form .wpcf7-form select, .contact-form select {
    width: 100%;
    padding: 8px 16px;
    border: solid 1px #ddd;
    border-radius: 4px;
    background-color: #eff3f6; }
  .contact-form-consent {
    display: flex;
    align-items: center;
    justify-content: center; }
    .contact-form-consent label .wpcf7-form-control-wrap {
      display: inline-block; }
  .contact-form-require {
    margin-left: 8px;
    padding: 4px 5px;
    background-color: #2fbaac;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1; }
  .contact-form-btn {
    margin-top: 20px; }
    .contact-form-btn input[type="submit"] {
      width: 80%;
      max-width: 300px;
      margin: 0 auto;
      display: block;
      background-color: #2fbaac !important;
      color: #fff; }
  .contact-form-note {
    padding-left: 30%;
    color: #666;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .contact-form-note {
        padding-left: 0;
        font-size: 12px; } }
    .contact-form-note > a {
      color: #2fbaac;
      text-decoration: underline; }
  .contact-form-partner.contact-form {
    margin-top: 0; }
  .contact-form-personal.contact-form {
    margin-top: 0; }
.contact-submit {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .contact-submit {
      margin-top: 30px; } }
  .contact-submit-hl {
    color: #2fbaac;
    font-size: 32px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .contact-submit-hl {
        font-size: 20px; } }
  .contact-submit-txt {
    margin-top: 20px;
    margin-bottom: 80px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .contact-submit-txt {
        margin-bottom: 40px;
        margin-top: 10px;
        font-size: 14px; } }

.wpcf7-form .contact-form-select::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 3%;
  transform: rotate(135deg); }

.wpcf7-form .contact-form-radio .wpcf7-radio {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; }
  .wpcf7-form .contact-form-radio .wpcf7-radio .wpcf7-list-item {
    width: 30%; }
    @media screen and (max-width: 767px) {
      .wpcf7-form .contact-form-radio .wpcf7-radio .wpcf7-list-item {
        width: 50%; } }
    .wpcf7-form .contact-form-radio .wpcf7-radio .wpcf7-list-item label {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 8px; }
      .wpcf7-form .contact-form-radio .wpcf7-radio .wpcf7-list-item label input {
        width: 12px; }
      .wpcf7-form .contact-form-radio .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
        width: calc(100% - 20px); }

.privacy {
  width: 100%;
  height: 320px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 30px;
  border: solid 1px #ccc;
  background-color: #f2f2f2;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 1.75; }
  .privacy p {
    font-size: 14px; }
  .privacy-txt {
    font-size: 14px; }
  .privacy-box {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start; }
    .privacy-box-inner {
      width: calc(100% - 40px); }
    .privacy-box-hl {
      font-size: 14px;
      font-weight: 500; }
    .privacy-box-bg {
      margin-top: 20px;
      padding: 20px;
      background-color: #e1e1e1; }
  .privacy-num {
    width: 20px; }

.otherform-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .otherform-list li {
    width: 47.5%; }
    .otherform-list li > a {
      width: 100%;
      padding: 15px 15px 12px;
      display: inline-block;
      border: solid 1px #ddd;
      border-radius: 8px;
      color: #2fbaac;
      font-weight: 600;
      text-align: center;
      transition: all .15s linear; }
      @media screen and (max-width: 767px) {
        .otherform-list li > a {
          font-size: 13px; } }
      .otherform-list li > a:hover {
        border-color: #2fbaac;
        background-color: #2fbaac;
        color: #fff; }
      .otherform-list li > a::after {
        content: ">";
        margin-left: 8px;
        font-size: 12px;
        font-weight: 600; }
