@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: -0.25em;
}

sup {
  top: -0.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 0.2s linear;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.15s linear;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.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: 0.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: 0.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 0.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 0.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: 0.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 0.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: 0.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: 0.5em 2.75em;
  border: solid 1px #2fbaac;
  border-radius: 2em;
  background-color: #2fbaac;
  display: inline-block;
  position: relative;
  color: #fff;
  transition: all 0.15s linear;
  /* Search Button */
}
@media screen and (max-width: 767px) {
  .cmn-btn {
    padding: 0.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 0.15s linear;
}
.cmn-pager-list > li > a:hover {
  background-color: #ccc;
  opacity: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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;
  }
}

.hero {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .hero {
    height: 80vh;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    height: auto;
  }
}
.hero-bg {
  width: 95%;
  max-width: 1440px;
  height: auto;
  max-height: 810px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s linear;
}
@media screen and (max-width: 1599px) {
  .hero-bg {
    max-width: 1160px;
    bottom: 8vh;
  }
}
@media screen and (max-width: 1499px) {
  .hero-bg {
    max-width: 1120px;
    bottom: 12vh;
  }
}
@media screen and (max-width: 1399px) {
  .hero-bg {
    bottom: 10vh;
  }
}
@media screen and (max-height: 790px) {
  .hero-bg {
    max-width: 800px;
    bottom: 10vh;
  }
}
@media screen and (max-width: 1299px) {
  .hero-bg {
    max-width: 1100px;
    bottom: 12vh;
  }
}
@media screen and (max-width: 1240px) {
  .hero-bg {
    max-width: 880px;
    bottom: 30vh;
  }
}
@media screen and (max-height: 790px) {
  .hero-bg {
    max-width: 900px;
    bottom: 15vh;
  }
}
@media screen and (max-width: 999px) {
  .hero-bg {
    bottom: 20vh;
  }
}
@media screen and (max-width: 767px) {
  .hero-bg {
    width: 90%;
    margin: 40px auto 0;
    position: relative;
    bottom: auto;
  }
}
.hero-bg-img {
  width: 100%;
  height: 100%;
  margin-right: -4vw;
}
@media screen and (max-width: 1599px) {
  .hero-bg-img {
    margin-right: -5vw;
  }
}
@media screen and (max-width: 1240px) {
  .hero-bg-img {
    margin-right: -10vw;
  }
}
.hero-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.hero-txt {
  position: absolute;
  bottom: 0;
  left: 5%;
}
@media screen and (max-width: 767px) {
  .hero-txt {
    margin: 20px auto 0;
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
  }
}
.hero-hl {
  font-size: 124px;
  font-weight: 600;
  line-height: 1.05;
  background: linear-gradient(90deg, #00b1a0 0%, #96f3ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  animation: hero-fade-in-hl 1.5s;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
  transition: all 0.15s linear;
}
@media screen and (max-width: 1299px) {
  .hero-hl {
    font-size: 112px;
  }
}
@media screen and (max-width: 1240px) {
  .hero-hl {
    font-size: 100px;
  }
}
@media screen and (max-width: 999px) {
  .hero-hl {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .hero-hl {
    font-size: 13vw;
  }
}
@media screen and (max-width: 480px) {
  .hero-hl {
    font-size: 60px;
  }
}
.hero-shl {
  margin-top: 10px;
  background-color: #2fbaac;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .hero-shl {
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  .hero-shl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hero-shl {
    padding: 5px 20px;
    display: inline-block;
    font-size: 14px;
  }
}

.news {
  width: 94%;
  max-width: 1200px;
  margin: 140px auto 0;
}
@media screen and (max-width: 999px) {
  .news {
    width: 90%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .news {
    width: 90%;
    margin-top: 60px;
  }
}
.news-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .news-inner {
    display: block;
  }
}
.news .cmn-hl-wrap {
  width: 20%;
}
@media screen and (max-width: 999px) {
  .news .cmn-hl-wrap {
    width: 100%;
  }
}
.news-list-wrap {
  width: 75%;
}
@media screen and (max-width: 999px) {
  .news-list-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.news-list li {
  margin-top: 15px;
}
.news-list li:first-child {
  margin-top: 0;
}
.news-list li a {
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.news-list-time {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .news-list-time {
    width: 47.5%;
  }
}
.news-list-tag {
  width: 90px;
  padding: 2px 4px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-list-tag {
    width: 40%;
  }
}
.news-list-tag-announce {
  background-color: #40bff0;
}
.news-list-tag-press {
  background-color: #46dad8;
}
.news-list-tag-media {
  background-color: #35b2b2;
}
.news-list-desc {
  width: calc(100% - 240px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .news-list-desc {
    width: 100%;
    margin-top: 12px;
    font-size: 15px;
  }
}
.news-btn-wrap {
  text-align: right;
}

.mission {
  width: calc(100% - 6%);
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 999px) {
  .mission {
    width: 90%;
  }
}
.mission-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .mission-inner {
    display: block;
  }
}
.mission-img {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .mission-img {
    width: 100%;
  }
}
.mission-img-wrap {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .mission-img-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.mission-txt {
  margin-top: 15px;
}
.mission-txt-wrap {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .mission-txt-wrap {
    width: 100%;
  }
}
.mission-shl {
  margin-top: 15px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mission-shl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mission-btn-wrap {
    text-align: right;
  }
}

.service {
  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) {
  .service {
    padding: 50px 0;
  }
}
.service-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .service-inner {
    width: 90%;
  }
}
.service-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-list {
    display: block;
  }
}
.service-list > li {
  width: 47.5%;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .service-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service-list > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.service-list > li a:hover .service-list-link {
  text-decoration: underline;
}
.service-list-inner {
  padding: 50px 70px;
  display: block;
}
@media screen and (max-width: 767px) {
  .service-list-inner {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-list-img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.service-list-logo {
  width: 80%;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .service-list-logo {
    max-width: 200px;
    margin-top: 30px;
  }
}
.service-list-logo-sc {
  max-width: 280px;
}
.service-list-logo-mm {
  max-width: 200px;
  padding-bottom: 11px;
}
.service-list-txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .service-list-txt {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.service-list-link {
  margin-top: 16px;
  color: #2fbaac;
  text-align: right;
}
.service-list-link::after {
  content: ">";
  margin-left: 5px;
  display: inline-block;
  font-size: 12px;
}
.service-btn-wrap {
  margin-top: 20px;
  text-align: right;
}

.client {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .client {
    padding: 50px 0;
  }
}
.client-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.client .slick-slide > img {
  max-width: 200px;
}

.case {
  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) {
  .case {
    padding: 50px 0;
  }
}
.case-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .case-inner {
    width: 90%;
  }
}
.case-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .case-list {
    margin-top: 30px;
    display: block;
  }
}
.case-list > li {
  width: 31%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .case-list > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.case-list-pic {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 999px) {
  .case-list-pic {
    width: 300px;
    left: -20%;
  }
}
@media screen and (max-width: 767px) {
  .case-list-pic {
    width: 100%;
    left: 0;
  }
}
.case-list-pic-wrap {
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.case-list-tag {
  padding: 3px 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.case-list-tag-i {
  background-color: #a4d819;
}
.case-list-detail {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .case-list-detail {
    padding: 20px;
  }
}
.case-list-detail-company {
  color: #2fbaac;
  font-size: 14px;
  font-weight: 600;
}
.case-list-detail-ttl {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .case-list-detail-ttl {
    margin-top: 0;
    font-size: 16px;
  }
}
.case-list-detail-link {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .case-list-detail-link {
    font-size: 14px;
  }
}
.case-btn-wrap {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .case .cmn-txtlink {
    font-size: 14px;
  }
}

.dak {
  width: 100%;
  padding: 80px 0;
  /*&-list{
    width: calc(100% - 30%);
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    overflow: hidden;
    @include mq(sm){
      width: 100%;
    }
    > li{
      width: 310px;
    }
  }*/
}
@media screen and (max-width: 767px) {
  .dak {
    padding: 50px 0;
  }
}
.dak-hl-wrap {
  width: 90%;
  margin: 0 auto;
}
.dak-cate {
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .dak-cate {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dak-cate:nth-child(n + 3) {
    margin-top: 60px;
  }
}
.dak-cate-desc {
  width: 35%;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .dak-cate-desc {
    width: 100%;
  }
}
.dak-shl {
  color: #2fbaac;
  font-size: 28px;
  font-weight: 700;
}
.dak-icn {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.dak-txt {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .dak-txt {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .dak-btn {
    display: none;
  }
}
.dak-btn-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .dak-btn-wrap {
    width: 90%;
    margin: 5px auto 0;
    display: block;
    text-align: right;
  }
}
.dak-container {
  width: 70%;
  margin: 0 auto;
  padding: 0 0 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .dak-container {
    width: 100%;
    margin-top: 30px;
    padding-left: 5%;
  }
}
.dak-container-inner {
  position: relative;
  /* インナー幅から片側をはみ出させる */
  width: calc(100% + (100vw - 100%) / 2);
  /* / インナー幅から片側をはみ出させる */
}
@media screen and (max-width: 767px) {
  .dak-container-inner {
    width: 100%;
  }
}
.dak-list {
  width: 100%;
  padding: 0 0 60px 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .dak-list {
    padding: 0;
  }
}
.dak-list-item {
  width: 310px;
  margin-right: 30px;
  position: relative;
}
.dak-list-item > img {
  width: 100%;
  height: auto;
  /*position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;*/
}
.dak-list-time {
  color: #999;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .dak-list-time {
    font-size: 13px;
  }
}
.dak-list-time-wrap {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.dak-list-entry {
  padding: 2px 25px;
  display: inline-block;
  border-radius: 3px;
  background-color: #2fbaac;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .dak-list-entry {
    padding: 2px 15px;
    font-size: 11px;
  }
}
.dak-list-end {
  padding: 2px 25px;
  display: inline-block;
  border-radius: 3px;
  background-color: #8e9c9b;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .dak-list-end {
    padding: 2px 15px;
    font-size: 11px;
  }
}
.dak-list-detail {
  margin-top: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dak-list-detail {
    font-size: 15px;
    line-height: 1.5;
  }
}
