<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  color: #000;
  font-size: 1.4rem;
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", "Meiryo", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 2;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body a,
body a:link,
body a:visited {
  outline: none;
  text-decoration: none;
  color: #24A8A2;
}
@media (min-width: 480px) {
  body a,
  body a:link,
  body a:visited {
    transition: all 0.3s ease;
  }
  body a:hover,
  body a:link:hover,
  body a:visited:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}
body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body ul,
body li,
body figure {
  margin: 0;
  padding: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: bold;
}
body ul,
body li {
  list-style: none;
}
body input,
body textarea,
body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
body sup {
  font-size: 100%;
  top: -0.2em;
  padding: 0 1px 0 0;
}
body .assistive_text {
  display: none;
}
body .inline {
  display: inline-block;
}
body .tablet {
  display: block !important;
}
@media (min-width: 1200px) {
  body .tablet {
    display: none !important;
  }
}
body .pc {
  display: none !important;
}
@media (min-width: 1200px) {
  body .pc {
    display: block !important;
  }
}
body .sp-element {
  display: block !important;
}
@media (min-width: 480px) {
  body .sp-element {
    display: none !important;
  }
}
body .pc-element {
  display: none !important;
}
@media (min-width: 480px) {
  body .pc-element {
    display: block !important;
  }
}
body .sp-element-inline {
  display: inline-block !important;
}
@media (min-width: 480px) {
  body .sp-element-inline {
    display: none !important;
  }
}
body .pc-element-inline {
  display: none !important;
}
@media (min-width: 480px) {
  body .pc-element-inline {
    display: inline-block !important;
  }
}
body .sp-content {
  display: block !important;
}
@media (min-width: 768px) {
  body .sp-content {
    display: none !important;
  }
}
body .tablet-content {
  display: none !important;
}
@media (min-width: 768px) {
  body .tablet-content {
    display: block !important;
  }
}
body .sp-area {
  display: block !important;
}
@media (min-width: 980px) {
  body .sp-area {
    display: none !important;
  }
}
body .pc-area {
  display: none !important;
}
@media (min-width: 980px) {
  body .pc-area {
    display: block !important;
  }
}
/* destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px; /* 1 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.page-top-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background: #fff;
  border-top: 1px solid #e9eaf1;
}
.page-top-box a span {
  display: block;
  background: url("../img/icon/icon_page_top.svg") center center no-repeat;
  overflow: hidden;
  height: 0;
  width: 22px;
  padding-top: 12px;
  background-size: 22px 12px;
}
.contact-block {
  padding: 32px 8vw;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact-block {
    padding: 40px 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .contact-block {
    padding: 40px 0;
  }
}
.contact-block__text {
  font-size: 1.6rem;
  text-align: center;
}
.l-footer__inner {
  padding: 40px 8vw 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-footer__inner {
    padding: 40px 8vw 32px;
  }
}
@media (min-width: 1200px) {
  .l-footer__inner {
    padding: 40px 0 32px;
  }
}
.l-footer .footer-nav {
  display: none;
}
@media (min-width: 768px) {
  .l-footer .footer-nav {
    display: flex;
    padding-bottom: 88px;
    border-bottom: 1px solid #e9eaf1;
  }
}
.l-footer .footer-nav__box {
  display: flex;
}
.l-footer .footer-nav__list {
  margin-left: 100px;
}
@media (min-width: 980px) {
  .l-footer .footer-nav__list {
    margin-left: 120px;
  }
}
.l-footer .footer-nav__list:first-child {
  margin-left: 0;
}
.l-footer .footer-nav__item {
  margin-top: 24px;
  line-height: 1.5;
}
.l-footer .footer-nav__item:first-child {
  margin-top: 0;
}
.l-footer .footer-nav__item a {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
}
.l-footer .footer-nav__item a span.external {
  display: flex;
  align-items: center;
}
.l-footer .footer-nav__item a span.external:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon/icon_external_link_small_black.svg") center center no-repeat;
  margin-left: 6px;
}
.l-footer .footer-nav__item a span.external:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.l-footer .footer-external-nav__box {
  margin-left: 100px;
}
@media (min-width: 980px) {
  .l-footer .footer-external-nav__box {
    margin-left: 120px;
  }
}
.l-footer .footer-external-nav__item {
  margin-top: 16px;
  line-height: 1.5;
}
.l-footer .footer-external-nav__item:first-child {
  margin-top: 0;
}
.l-footer .footer-external-nav__item a span {
  color: #000;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.l-footer .footer-external-nav__item a span:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon/icon_external_link_small_black.svg") center center no-repeat;
  margin-left: 6px;
}
.l-footer .footer-external-nav__item a span:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .l-footer .footer-bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .l-footer .footer-bottom__sns-wrap {
    display: flex;
    justify-content: flex-end;
  }
}
.l-footer .footer-bottom__sns-wrap .footer-sns__list {
  display: flex;
  align-items: center;
}
.l-footer .footer-bottom__sns-wrap .footer-sns__item {
  margin-left: 20px;
}
.l-footer .footer-bottom__sns-wrap .footer-sns__item:first-child {
  margin-left: 0;
}
.l-footer .footer-bottom__sns-wrap .footer-sns__item a {
  display: block;
}
.l-footer .footer-bottom__sns-wrap .footer-sns__item a img {
  display: block;
}
.l-footer .footer-bottom__sns-wrap .footer-sns__item a.facebook img {
  width: 32px;
}
.l-footer .footer-bottom__sns-wrap .footer-sns__item a.instagram img {
  width: 32px;
}
.l-footer .footer-bottom__sns-wrap .footer-sns__item a.twitter img {
  width: 28px;
}
.l-footer .footer-bottom__sns-wrap .footer-sns__item a.linkedin img {
  height: 32px;
}
.l-footer .footer-bottom__sns-wrap .footer-sns__item a.youtube img {
  width: 32px;
}
.l-footer .footer-bottom .footer-sub-nav__list {
  margin: 32px 0 0 0;
}
@media (min-width: 768px) {
  .l-footer .footer-bottom .footer-sub-nav__list {
    display: flex;
    align-items: center;
  }
}
.l-footer .footer-bottom .footer-sub-nav__item {
  margin-top: 16px;
}
.l-footer .footer-bottom .footer-sub-nav__item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .l-footer .footer-bottom .footer-sub-nav__item {
    margin-top: 0;
    margin-left: 32px;
  }
  .l-footer .footer-bottom .footer-sub-nav__item:first-child {
    margin-left: 0;
  }
}
.l-footer .footer-bottom .footer-sub-nav__item a {
  display: block;
}
.l-footer .footer-bottom .footer-sub-nav__item a span {
  color: #000;
  font-size: 1.2rem;
}
.l-footer .footer-bottom .footer-sub-nav__item a span.external {
  display: flex;
  align-items: center;
}
.l-footer .footer-bottom .footer-sub-nav__item a span.external:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon/icon_external_link_small_black.svg") center center no-repeat;
  margin-left: 6px;
}
.l-footer .footer-bottom__detail {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .l-footer .footer-bottom__detail {
    margin-top: 0;
  }
}
.l-footer .footer-bottom__logo img {
  width: 50%;
}
@media (min-width: 768px) {
  .l-footer .footer-bottom__logo img {
    width: 50%;
  }
}
.l-footer .footer-bottom small {
  font-size: 1.2rem;
  display: block;
  margin-top: 20px;
}
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
}
.l-header__inner {
  height: 80px;
  padding: 0 calc(8vw - 11px) 0 8vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-header__inner {
    height: 136px;
    padding: 0 56px;
  }
}
@media (min-width: 1200px) {
  .l-header__inner {
    padding: 0;
  }
}
.l-header .logo {
  width: 58px;
  flex-shrink: 0;
  z-index: 1000;
}
@media (min-width: 768px) {
  .l-header .logo {
    width: 90px;
  }
}
.l-header .logo a {
  display: block;
}
.l-header .logo a img {
  width: 220%;
}
.l-header .header-btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1000;
}
.l-header .nav {
  display: none;
}
@media (min-width: 1200px) {
  .l-header .nav {
    display: flex;
    margin-top: 20px;
    align-items: center;
  }
}
.l-header .nav__list {
  display: flex;
}
.l-header .nav__list--external {
  margin-left: 48px;
}
.l-header .nav__list--external:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #dadada;
  margin: 10px 48px 0 0;
}
.l-header .nav__list--external .nav__item:first-child {
  margin-left: 0;
}
.l-header .nav__list--external .nav__item a {
  padding: 0 16px;
}
.l-header .nav__list--external .nav__item a span {
  display: flex;
  align-items: center;
}
.l-header .nav__list--external .nav__item a span:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon/icon_external_link_small_black.svg") center center no-repeat;
  margin-left: 6px;
}
.l-header .nav__item:first-child {
  margin-left: 0;
}
.l-header .nav__item a {
  color: #000;
  font-size: 1.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
}
.l-header .nav__item a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #24A8A2;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.l-header .nav__item a:hover {
  opacity: 1;
}
.l-header .nav__item a:hover:after {
  opacity: 1;
}
.l-header .nav__item--current a {
  font-weight: bold;
}
.l-header .nav__item--current a:after {
  opacity: 1;
}
.l-header .menu-trigger,
.l-header .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
}
.l-header .menu-trigger {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  cursor: pointer;
  margin-left: 16px;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .l-header .menu-trigger {
    display: none;
  }
}
.l-header .menu-trigger span {
  position: absolute;
  right: 11px;
  height: 1px;
  background-color: #000;
}
.l-header .menu-trigger span:nth-of-type(1) {
  top: 14px;
  width: 26px;
}
.l-header .menu-trigger span:nth-of-type(2) {
  top: 24px;
  width: 26px;
}
.l-header .menu-trigger span:nth-of-type(3) {
  bottom: 13px;
  width: 26px;
}
.l-header .menu-trigger.open span {
  background-color: #000;
}
.l-header .menu-trigger.open span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: 4px;
}
.l-header .menu-trigger.open span:nth-of-type(2) {
  opacity: 0;
}
.l-header .menu-trigger.open span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
  width: 26px;
  bottom: 3px;
}
.l-header .l-drawer {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 0%;
  opacity: 0;
  overflow: auto;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .l-header .l-drawer {
    padding-top: 136px;
  }
}
@media (min-width: 1200px) {
  .l-header .l-drawer {
    display: none;
  }
}
.l-header .l-drawer.show {
  height: 100%;
  animation: fade-in 0.5s ease 0s 1 normal;
  animation-fill-mode: forwards;
}
.l-header .l-drawer.hide {
  animation: fade-out 0.5s ease 0s 1 normal;
  animation-fill-mode: forwards;
}
.l-header .drawer__item a {
  color: #000;
  padding: 12px 8vw;
  line-height: 1.7;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.l-header .drawer__item a span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.l-header .drawer__item a span:after {
  content: "";
  display: block;
  background: url("../img/icon/icon_nav_arrow.svg") center center no-repeat;
  width: 10px;
  height: 14px;
  background-size: 10px 14px;
  margin-left: 24px;
  flex-shrink: 0;
}
.l-header .drawer__list--external .drawer__item a span:after {
  content: "";
  display: block;
  background: url("../img/icon/icon_nav_arrow_external_link.svg") center center no-repeat;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
}
.l-header .language__list {
  display: flex;
  align-items: center;
  color: #969696;
}
.l-header .language__list--sp {
  padding: 0 8vw 16px;
  justify-content: flex-end;
}
.l-header .language__list--pc {
  display: none;
}
@media (min-width: 1200px) {
  .l-header .language__list--pc {
    display: flex;
    padding: 0;
    margin-left: 24px;
  }
}
.l-header .language__item {
  font-size: 1.4rem;
}
.l-header .language__item a {
  font-weight: bold;
  font-size: 1.4rem;
}
.l-header .language__item:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #969696;
  margin: 0 8px;
}
.l-header .language__item:first-child:before {
  content: none;
}
.l-header--top {
  background: transparent;
}
@media (min-width: 768px) {
  .l-header--top {
    background: #fff;
  }
}
.l-header--top.header-bg-color {
  background: #fff;
}
.l-header--top.header-bg-color .menu-trigger span {
  background-color: #000;
}
.l-header--top .menu-trigger span {
  background-color: #fff;
}
@media (min-width: 768px) {
  .l-header--top .menu-trigger span {
    background-color: #000;
  }
}
@-moz-keyframes fade-in {
  0% {
    height: 0%;
    opacity: 0;
  }
  1% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    height: 0%;
    opacity: 0;
  }
  1% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    height: 0%;
    opacity: 0;
  }
  1% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    height: 0%;
    opacity: 0;
  }
  1% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@-moz-keyframes fade-out {
  0% {
    height: 100%;
    opacity: 1;
  }
  99% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 0%;
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    height: 100%;
    opacity: 1;
  }
  99% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 0%;
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  0% {
    height: 100%;
    opacity: 1;
  }
  99% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 0%;
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    height: 100%;
    opacity: 1;
  }
  99% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 0%;
    opacity: 0;
  }
}
.l-wrap {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .l-wrap {
    padding-top: 136px;
  }
}
.l-wrap--top {
  padding-top: 0;
}
@media (min-width: 768px) {
  .l-wrap--top {
    padding-top: 136px;
  }
}
.l-content__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 8vw;
}
@media (min-width: 480px) {
  .l-content__inner {
    padding: 56px 8vw 64px;
  }
}
@media (min-width: 768px) {
  .l-content__inner {
    padding: 80px 8vw 100px;
  }
}
@media (min-width: 1200px) {
  .l-content__inner {
    padding: 80px 0 100px;
  }
}
.l-content__inner--top {
  padding: 16px 0 40px;
}
@media (min-width: 480px) {
  .l-content__inner--top {
    padding: 16px 0 64px;
  }
}
@media (min-width: 768px) {
  .l-content__inner--top {
    padding: 24px 0 160px;
  }
}
.l-content__inner--plain {
  padding: 0 8vw 40px;
}
@media (min-width: 480px) {
  .l-content__inner--plain {
    padding: 0 8vw 64px;
  }
}
@media (min-width: 768px) {
  .l-content__inner--plain {
    padding: 0 8vw 100px;
  }
}
@media (min-width: 1200px) {
  .l-content__inner--plain {
    padding: 0 0 100px;
  }
}
.l-content__inner--media {
  padding: 40px 0;
}
@media (min-width: 480px) {
  .l-content__inner--media {
    padding: 56px 0 64px;
  }
}
@media (min-width: 768px) {
  .l-content__inner--media {
    padding: 80px 0 100px;
  }
}
.l-content__inner--wide-image {
  padding: 0;
  max-width: none;
}
.l-content__inner--mt0 {
  padding: 0 8vw 40px;
}
@media (min-width: 480px) {
  .l-content__inner--mt0 {
    padding: 0 8vw 64px;
  }
}
@media (min-width: 768px) {
  .l-content__inner--mt0 {
    padding: 0 8vw 100px;
  }
}
@media (min-width: 1200px) {
  .l-content__inner--mt0 {
    padding: 0 0 100px;
  }
}
.l-content__inner--activity-box {
  padding: 24px 8px 32px;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .l-content__inner--activity-box {
    padding: 40px 8px 48px;
  }
}
@media (min-width: 1200px) {
  .l-content__inner--activity-box {
    padding: 40px 0 48px;
  }
}
.l-content__inner--activity {
  padding: 64px 8vw 72px;
}
@media (min-width: 768px) {
  .l-content__inner--activity {
    padding: 96px 8vw 100px;
  }
}
@media (min-width: 1200px) {
  .l-content__inner--activity {
    padding: 96px 0 100px;
  }
}
#top-box-about {
  padding-top: 40px;
  margin-top: -40px;
}
@media (min-width: 768px) {
  #top-box-about {
    padding-top: 96px;
    margin-top: -96px;
  }
}
.l-content--about,
.l-content--message,
.l-content--philosophy,
.l-content--history {
  padding-top: 136px;
  margin-top: -136px;
}
@media (min-width: 768px) {
  .l-content--about,
  .l-content--message,
  .l-content--philosophy,
  .l-content--history {
    padding-top: 192px;
    margin-top: -192px;
  }
}
.l-content--message .l-content__wrap {
  background: #24A8A2;
  color: #fff;
}
.l-content--history .l-content__wrap {
  background: #e9f1f6;
}
.l-content--business-02 {
  background: #24A8A2;
  color: #fff;
}
.l-content--business-04 {
  background: #e9f1f6;
}
.l-content--activity-box {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .l-content--activity-box {
    margin-top: 48px;
  }
}
.l-content--activity-01,
.l-content--activity-02,
.l-content--activity-03 {
  padding-top: 80px;
  margin-top: -80px;
}
@media (min-width: 768px) {
  .l-content--activity-01,
  .l-content--activity-02,
  .l-content--activity-03 {
    padding-top: 136px;
    margin-top: -136px;
  }
}
.l-content-activity-wrap-02 {
  background: #24A8A2;
  color: #fff;
}
.l-content--recruit-document {
  background: #24A8A2;
  color: #fff;
}
.l-content--recruit-gallery {
  background: #f5f5f5;
}
.l-contact-bottom {
  background: #f5f5f5;
  border-top: 1px solid #e9eaf1;
  border-bottom: 1px solid #e9eaf1;
}
.l-breadcrumb--sp {
  display: block;
}
@media (min-width: 768px) {
  .l-breadcrumb--sp {
    display: none;
  }
}
.l-breadcrumb--pc {
  display: none;
}
@media (min-width: 768px) {
  .l-breadcrumb--pc {
    display: block;
  }
}
.l-breadcrumb__inner {
  max-width: 1200px;
  padding: 0 8vw;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .l-breadcrumb__inner {
    padding: 0;
  }
}
.about-nav {
  position: sticky;
  top: 80px;
  background: #fff;
  z-index: 80;
  border-bottom: 1px solid #dadada;
}
@media (min-width: 768px) {
  .about-nav {
    top: 136px;
  }
}
.about-nav__list {
  display: flex;
  height: 56px;
  max-width: 1200px;
  margin: 0 auto;
}
.about-nav__item {
  width: 25%;
}
.about-nav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  transition: all 3s ease;
  position: relative;
}
.about-nav__item a span {
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 480px) {
  .about-nav__item a:after {
    content: "";
    display: block;
    background: #24A8A2;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease;
    opacity: 0;
  }
  .about-nav__item a:hover {
    opacity: 1 !important;
  }
  .about-nav__item a:hover:after {
    opacity: 1;
  }
}
.about__image {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .about__image {
    margin-top: 72px;
  }
}
.about__image img {
  width: 100%;
}
@media (min-width: 980px) {
  .about__image {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 980px) {
  .about__image-inner {
    width: calc(100% - 200px);
  }
}
@media (min-width: 1200px) {
  .about__image-inner {
    width: calc(100% - 360px);
  }
}
.message__contents {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .message__contents {
    margin-top: 48px;
  }
}
.message__text {
  line-height: 2.4;
}
.message__text p {
  margin-top: 24px;
}
.message__text p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .message__text p {
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .message__text p {
    text-align: center;
  }
}
.message__text .message__signature {
  text-align: right;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .message__text .message__signature {
    text-align: right;
    margin-top: 32px;
  }
}
.message__text .message__note {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .message__text .message__note {
    text-align: right;
    margin-top: 32px;
  }
}
.message__text .message__note span {
  position: relative;
  font-size: 1.2rem;
  padding-left: 8px;
}
.message__text .message__note span:before {
  content: "*";
  display: block;
  position: absolute;
  top: -0.5em;
  left: 0;
}
.message__image {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .message__image {
    margin-top: 64px;
  }
}
.message__image img {
  width: 100%;
}
.philosophy__contents {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .philosophy__contents {
    margin-top: 48px;
  }
}
.philosophy__text {
  line-height: 2.4;
}
@media (min-width: 1200px) {
  .philosophy__text p {
    text-align: center;
  }
}
.philosophy__image {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .philosophy__image {
    margin-top: 64px;
  }
}
.philosophy__image img {
  width: 100%;
}
.history__contents {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .history__contents {
    margin-top: 48px;
  }
}
.history__box {
  margin-top: 48px;
}
.history__box:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .history__box {
    margin-top: 64px;
  }
}
.history__year span {
  background: #fff;
  line-height: 48px;
  height: 48px;
  width: 120px;
  display: block;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .history__year span {
    width: 160px;
  }
}
.history__item {
  display: flex;
}
.history__item span.month {
  width: 58px;
  flex-shrink: 0;
  display: block;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .history__item span.month {
    width: 80px;
  }
}
.history__item .description__item {
  padding-top: 24px;
  position: relative;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .history__item .description__item {
    padding-left: 40px;
  }
}
.history__item .description__item:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #000;
  position: absolute;
  border-radius: 50%;
  top: 32px;
  left: -5px;
}
@media (min-width: 768px) {
  .history__item .description__item:before {
    top: 34px;
  }
}
.history__item .description__item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.c-logo-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .c-logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-logo-list__item {
  width: auto;
  display: grid;
  gap: 12px;
}
.c-logo-list__image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.c-logo-list__caption {
  text-align: center;
  line-height: 130%;
}
.activity__contents {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .activity__contents {
    margin-top: 48px;
  }
}
.activity__text {
  line-height: 2.4;
}
@media (min-width: 1200px) {
  .activity__text {
    text-align: center;
  }
}
.activity__text p {
  margin-top: 24px;
}
.activity__text p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .activity__text p {
    margin-top: 32px;
  }
}
.activity__image {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .activity__image {
    margin-top: 64px;
  }
}
.activity__image img {
  width: 100%;
}
.activity__company {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .activity__company {
    margin-top: 64px;
  }
}
.activity__logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .activity__logo-box {
    margin-top: 40px;
  }
}
.activity__logo-box .logo-image {
  margin-left: 40px;
}
@media (min-width: 768px) {
  .activity__logo-box .logo-image {
    margin-left: 72px;
  }
}
.activity__logo-box .logo-image:first-child {
  margin-left: 0;
}
.activity__logo-box .logo-image img {
  width: 100%;
}
.activity__logo-box .logo-image--01 {
  width: 115px;
}
@media (min-width: 768px) {
  .activity__logo-box .logo-image--01 {
    width: 156px;
  }
}
.activity__logo-box .logo-image--02 {
  width: 54px;
}
@media (min-width: 768px) {
  .activity__logo-box .logo-image--02 {
    width: 72px;
  }
}
.activity__release {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .activity__release {
    margin-top: 72px;
  }
}
.activity__release-caption {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.activity__release-caption span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity__release-caption span:before {
  content: "";
  display: block;
  background: #000;
  width: 24px;
  height: 1px;
  margin-right: 16px;
}
.activity__release-caption span:after {
  content: "";
  display: block;
  background: #000;
  width: 24px;
  height: 1px;
  margin-left: 16px;
}
.activity__release-list li {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .activity__release-list li {
    text-align: center;
  }
}
.activity__release-list li:first-child {
  margin-top: 0;
}
.activity-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2px;
  margin: 32px auto 0;
  max-width: 964px;
}
@media (min-width: 768px) {
  .activity-box {
    grid-column-gap: 8px;
    margin: 40px auto 0;
  }
}
@media (min-width: 1200px) {
  .activity-box {
    grid-column-gap: 32px;
  }
}
.activity-box a {
  display: block;
  position: relative;
}
.activity-box a span.number-box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #24A8A2;
  background: #fff;
  border: 1px solid #24A8A2;
  border-radius: 20px;
  width: 80px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .activity-box a span.number-box {
    width: 134px;
    height: 34px;
    top: -17px;
  }
}
.activity-box a span.text {
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .activity-box a span.text {
    font-size: 1.6rem;
  }
}
.activity-box a span.number {
  font-size: 1.4rem;
  padding-left: 2px;
}
@media (min-width: 768px) {
  .activity-box a span.number {
    font-size: 2.4rem;
    padding-left: 5px;
    margin-top: -2px;
  }
}
.activity-box a span.img img {
  display: block;
  width: 100%;
}
.activity-box a span.title-wrap {
  width: 100%;
  height: 56px;
  background: #24A8A2;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .activity-box a span.title-wrap {
    height: 74px;
  }
}
.activity-box a span.title-wrap:after {
  content: "";
  display: block;
  background: url("../img/icon/icon_arrow_anchor.svg") right center no-repeat;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .activity-box a span.title-wrap:after {
    background: url("../img/icon/icon_arrow_anchor.svg") right center no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    bottom: 6px;
  }
}
.activity-box a span.title {
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .activity-box a span.title {
    font-size: 1.6rem;
  }
}
.activity-box a span.title--03 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .activity-box a span.title--03 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .activity-box a span.title--03 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.breadcrumb {
  padding: 8px 0;
}
@media (min-width: 768px) {
  .breadcrumb {
    padding: 16px 0;
  }
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb__item {
  font-size: 1.2rem;
  position: relative;
  display: flex;
  margin: 2px 0;
  padding-right: 12px;
  color: #969696;
}
@media (min-width: 768px) {
  .breadcrumb__item {
    margin: 4px 0;
  }
}
.breadcrumb__item:before {
  content: "";
  display: block;
  background: url("../img/icon/icon_arrow_breadcrumb.svg") center center no-repeat;
  width: 4px;
  height: 8px;
  background-size: 4px 8px;
  margin: 7px 8px 0 0;
  flex-shrink: 0;
}
.breadcrumb__item:first-child:before {
  content: none;
}
.breadcrumb__item a {
  display: block;
}
.btn {
  width: 100%;
  display: block;
  background: #24A8A2;
  text-align: center;
  font-weight: bold;
  padding: 0 16px;
  margin: 0 auto;
}
.btn,
.btn:link,
.btn:visited {
  color: #fff;
}
.btn span {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 321px) {
  .btn span {
    font-size: 1.8rem;
  }
}
.btn--main {
  min-height: 56px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 321px) {
  .btn--main {
    padding: 12px 24px;
  }
}
.btn--reverse {
  border: 1px solid #24A8A2;
  background: #fff;
}
.btn--reverse span {
  color: #24A8A2;
}
.btn--header-contact {
  height: 36px;
  width: 116px;
  margin: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .btn--header-contact {
    margin-left: 20px;
  }
}
.btn--header-contact span {
  font-size: 1.3rem;
  font-weight: bold;
}
.btn--header-contact-en {
  height: 36px;
  width: 126px;
  margin: 0;
  z-index: 1000;
  border: 1px solid #24A8A2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .btn--header-contact-en {
    margin-left: 20px;
  }
}
.btn--header-contact-en span {
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #24A8A2;
}
.btn--header-contact-en span:after {
  content: "";
  display: block;
  background: url("../img/icon/icon_external_link_small_blue.svg") center center no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-size: 12px 12px;
  flex-shrink: 0;
}
.btn--header-service {
  height: 36px;
  width: 240px;
  border: 1px solid #24A8A2;
  background: #fff;
  margin: 16px 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--header-service span {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #24A8A2;
}
.btn--header-service span:after {
  content: "";
  display: block;
  background: url("../img/icon/icon_external_link_small_blue.svg") center center no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-size: 12px 12px;
  flex-shrink: 0;
}
.btn--header-service-pc {
  display: none;
}
@media (min-width: 1200px) {
  .btn--header-service-pc {
    margin: 0;
    display: flex;
  }
}
.btn--bottom-contact {
  margin: 16px auto 0;
  max-width: 200px;
}
@media (min-width: 768px) {
  .btn--bottom-contact {
    margin: 0 0 0 24px;
  }
}
@media (min-width: 980px) {
  .btn--bottom-contact {
    margin: 0 0 0 40px;
  }
}
.btn--service {
  margin-top: 56px;
  max-width: 700px;
  border: 1px solid #24A8A2;
  background: #fff;
}
.btn--service span {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #24A8A2;
}
.btn--service span:after {
  content: "";
  display: block;
  background: url("../img/icon/icon_external_link_medium_blue.svg") center center no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  background-size: 20px 20px;
  flex-shrink: 0;
}
@media (min-width: 321px) {
  .btn--service span {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .btn--service {
    min-height: 80px;
    margin-top: 72px;
  }
  .btn--service span {
    font-size: 2rem;
  }
}
@media (min-width: 980px) {
  .btn--service {
    margin-top: 88px;
  }
}
.btn--recruit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 56px;
  line-height: 56px;
  border: 1px solid #24A8A2;
  padding: 0 20px;
  margin: 24px 0 0 0;
  width: 100%;
  max-width: 372px;
  background: #fff;
}
.btn--recruit:first-child {
  margin-top: 0;
}
.btn--recruit span {
  font-size: 1.5rem;
  text-align: right;
  display: flex;
  align-items: center;
  color: #24A8A2;
  font-weight: normal;
}
@media (min-width: 321px) {
  .btn--recruit span {
    font-size: 1.8rem;
  }
}
.btn--recruit span:after {
  content: "";
  display: block;
  background: url("../img/icon/icon_arrow.svg") center center no-repeat;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  flex-shrink: 0;
  margin-left: 10px;
}
.btn--recruit-form,
.btn--contact {
  margin: 56px auto 0;
  max-width: 315px;
}
@media (min-width: 768px) {
  .btn--recruit-form,
  .btn--contact {
    margin: 72px 0 0 240px;
  }
}
.btn--recruit-form:disabled,
.btn--contact:disabled {
  background: #969696;
}
.btn--recruit-form-reverse,
.btn--contact-reverse {
  margin: 0 auto;
  max-width: 315px;
}
@media (min-width: 768px) {
  .btn--recruit-form-reverse,
  .btn--contact-reverse {
    margin: 0;
  }
}
.btn--recruit-form-confirm,
.btn--contact-confirm {
  margin: 24px auto 0;
  max-width: 315px;
}
@media (min-width: 768px) {
  .btn--recruit-form-confirm,
  .btn--contact-confirm {
    margin: 0 0 0 24px;
  }
}
@media (min-width: 980px) {
  .btn--recruit-form-confirm,
  .btn--contact-confirm {
    margin: 0 0 0 32px;
  }
}
.btn--no-left-margin {
  margin-left: 0;
}
.btn--error-404 {
  max-width: 315px;
}
.btn--maintenance {
  max-width: 315px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .btn--maintenance {
    margin-top: 64px;
  }
}
.btn-wrap {
  margin: 56px auto 0;
}
@media (min-width: 768px) {
  .btn-wrap {
    display: flex;
    align-items: center;
    margin: 72px 0 0 240px;
  }
}
.business__contents {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .business__contents {
    margin-top: 40px;
  }
}
.business__contents--02 {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .business__contents--02 {
    margin-top: 72px;
  }
}
.business__text span.em {
  color: #24A8A2;
  font-weight: bold;
}
.reg {
  font-size: 75% !important;
  line-height: 0;
  top: -0.4em;
  position: relative;
}
.icon-unit {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border: 1px solid #24A8A2;
  font-size: 1.4rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  line-height: 1;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  font-weight: bold;
  background: #fff;
  color: #24A8A2;
}
@media (min-width: 768px) {
  .icon-unit {
    font-size: 1.6rem;
    width: 80px;
    height: 80px;
  }
}
.icon-unit .number {
  font-size: 2.4rem;
  display: block;
  margin-top: 2px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .icon-unit .number {
    font-size: 2.8rem;
  }
}
.problem__list {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .problem__list {
    margin-top: 48px;
  }
}
@media (min-width: 980px) {
  .problem__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .problem__list {
    grid-column-gap: 96px;
  }
}
.problem__item {
  color: #24A8A2;
  display: flex;
  margin-top: 24px;
  line-height: 1.7;
}
.problem__item:first-child {
  margin-top: 0;
}
@media (min-width: 321px) {
  .problem__item {
    align-items: center;
  }
}
@media (min-width: 980px) {
  .problem__item {
    margin-top: 0;
    display: block;
  }
}
.problem__icon-unit {
  border: 1px solid #24A8A2;
}
.problem__text {
  font-size: 1.6rem;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .problem__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 980px) {
  .problem__text {
    padding-left: 0;
    margin-top: 24px;
  }
}
.feature__item {
  margin-top: 56px;
}
.feature__item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .feature__item {
    display: flex;
    align-items: flex-start;
    margin-top: 80px;
  }
}
.feature__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .feature__image {
    max-width: 336px;
    flex-shrink: 0;
    width: 36vw;
  }
}
.feature__description {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .feature__description {
    margin-left: 40px;
    margin-top: 0;
  }
}
@media (min-width: 980px) {
  .feature__description {
    margin-left: 56px;
  }
}
@media (min-width: 1200px) {
  .feature__description {
    margin-left: 96px;
  }
}
.feature__title-wrap {
  display: flex;
}
@media (min-width: 1200px) {
  .feature__title-wrap {
    align-items: center;
  }
}
.feature__title {
  font-size: 1.8rem;
  padding-left: 16px;
  font-weight: bold;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .feature__title {
    font-size: 2rem;
  }
}
.feature__text {
  font-size: 1.4rem;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .feature__text {
    font-size: 1.6rem;
  }
}
.feature__note {
  margin-top: 16px;
  position: relative;
  font-size: 1.2rem;
  padding-left: 8px;
  display: block;
}
.feature__note:before {
  content: "*";
  display: block;
  position: absolute;
  top: -0.2em;
  left: 0;
}
.feature__external-link {
  margin-top: 6px;
}
.feature__external-link a span.external {
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.feature__external-link a span.external:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon/icon_external_link_small_white.svg") center center no-repeat;
  margin-left: 6px;
}
.three-a__list {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .three-a__list {
    margin-top: 72px;
  }
}
@media (min-width: 980px) {
  .three-a__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .three-a__list {
    grid-column-gap: 96px;
  }
}
.three-a__item {
  margin-top: 56px;
}
.three-a__item:first-child {
  margin-top: 0;
}
@media (min-width: 980px) {
  .three-a__item {
    margin-top: 0;
  }
}
.three-a__image {
  width: 140px;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .three-a__image {
    width: 180px;
  }
}
.three-a__image img {
  width: 100%;
}
.three-a__description {
  margin-top: 24px;
}
.three-a__description p {
  margin-top: 16px;
}
.three-a__title span.title-main {
  display: block;
  color: #24A8A2;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.three-a__title span.title-main span {
  font-size: 3.2rem;
}
.three-a__title span.title-caption {
  display: block;
  font-size: 1.4rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .three-a__title span.title-caption {
    font-size: 1.6rem;
  }
}
.service__list {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .service__list {
    margin-top: 72px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .service__list {
    grid-column-gap: 80px;
  }
}
.service__item {
  margin-top: 56px;
}
.service__item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .service__item {
    margin-top: 72px;
  }
  .service__item:first-child,
  .service__item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 980px) {
  .service__item {
    margin-top: 88px;
  }
}
.service__title span {
  color: #24A8A2;
  display: block;
  text-align: center;
}
.service__title span.title-lead {
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 980px) {
  .service__title span.title-lead {
    font-size: 1.8rem;
  }
}
.service__title span.title-main {
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .service__title span.title-main {
    font-size: 2.4rem;
  }
}
.service__image {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .service__image {
    margin-top: 24px;
  }
}
.service__image img {
  width: 100%;
}
.service__description {
  margin-top: 24px;
}
.about__detail-list-box {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .about__detail-list-box {
    margin-top: 56px;
  }
}
.recruit-detail__detail-list-box {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .recruit-detail__detail-list-box {
    margin-top: 64px;
  }
}
.detail-list-box-inner {
  border-bottom: 1px solid #dadada;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .detail-list-box-inner {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.detail-list-box-inner &gt; dt {
  font-weight: bold;
  border-top: 1px solid #dadada;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .detail-list-box-inner &gt; dt {
    width: 200px;
    padding: 32px 0;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .detail-list-box-inner &gt; dt {
    width: 360px;
  }
}
.detail-list-box-inner &gt; dd {
  font-size: 1.4rem;
  padding-top: 8px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .detail-list-box-inner &gt; dd {
    width: calc(100% - 200px);
    border-top: 1px solid #dadada;
    padding: 32px 0;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .detail-list-box-inner &gt; dd {
    width: calc(100% - 360px);
  }
}
.detail-list-box-inner .description-box {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .detail-list-box-inner .description-box {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.detail-list-box-inner .description-box dt {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .detail-list-box-inner .description-box dt {
    font-size: 1.6rem;
    border-top: none;
    border-bottom: 1px solid #dadada;
    width: 180px;
    margin: 0;
    padding: 24px 0;
  }
  .detail-list-box-inner .description-box dt.first {
    padding: 0 0 24px;
  }
  .detail-list-box-inner .description-box dt.last {
    padding: 24px 0 0;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .detail-list-box-inner .description-box dd {
    font-size: 1.6rem;
    border-top: none;
    border-bottom: 1px solid #dadada;
    width: calc(100% - 180px);
    margin: 0;
    padding: 24px 0;
  }
  .detail-list-box-inner .description-box dd.first {
    padding: 0 0 24px;
  }
  .detail-list-box-inner .description-box dd.last {
    padding: 24px 0 0;
    border-bottom: none;
  }
}
.detail-list-box-inner .description-box__list {
  padding-left: 24px;
}
.detail-list-box-inner .description-box__list li {
  list-style-position: outside;
  list-style-type: disc;
  margin-top: 6px;
}
.detail-list-box-inner .description-box__list li:first-child {
  margin-top: 0;
}
.detail-list-box-inner .description-box__detail {
  padding-left: 32px;
}
.error-404 p {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .error-404 p {
    margin-bottom: 64px;
  }
}
.recruit-form__lead,
.contact__lead {
  font-size: 1.4rem;
  line-height: 2.2;
}
@media (min-width: 768px) {
  .recruit-form__lead,
  .contact__lead {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.recruit-form__sub-text,
.contact__sub-text {
  font-size: 1.2rem;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .recruit-form__sub-text,
  .contact__sub-text {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .recruit-form__list,
  .contact__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.recruit-form__label,
.contact__label {
  margin-top: 56px;
}
.recruit-form__label label,
.contact__label label {
  font-weight: bold;
}
.recruit-form__label label.required:after,
.contact__label label.required:after {
  content: '*';
  display: inline;
  padding-left: 4px;
  font-size: 1.6rem;
  color: #f00;
}
@media (min-width: 768px) {
  .recruit-form__label label.required:after,
  .contact__label label.required:after {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .recruit-form__label,
  .contact__label {
    width: 240px;
    margin-top: 72px;
    padding-top: 6px;
  }
}
.recruit-form__item,
.contact__item {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .recruit-form__item,
  .contact__item {
    width: calc(100% - 240px);
    margin-top: 72px;
    max-width: 760px;
  }
}
.recruit-form__item--confirm,
.contact__item--confirm {
  padding-left: 16px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .recruit-form__item--confirm,
  .contact__item--confirm {
    padding-left: 0;
    padding-top: 10px;
  }
}
.recruit-form__item .input,
.contact__item .input {
  border: 1px solid #000;
  font-size: 1.6rem;
  height: 42px;
  line-height: 42px;
  width: 100%;
  padding: 0 14px;
}
@media (min-width: 768px) {
  .recruit-form__item .input,
  .contact__item .input {
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
  }
}
.recruit-form__item .input::placeholder,
.contact__item .input::placeholder {
  color: #969696;
}
.recruit-form__error-text,
.contact__error-text {
  color: #f00;
  font-size: 1.2rem;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .recruit-form__error-text,
  .contact__error-text {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.recruit-form .select-box,
.contact .select-box {
  position: relative;
}
.recruit-form .select-box select,
.contact .select-box select {
  display: block;
  height: 42px;
  line-height: 42px;
  border: 1px solid #000;
  font-size: 1.6rem;
  margin: 0;
  padding: 0 14px;
  width: 100%;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
@media (min-width: 768px) {
  .recruit-form .select-box select,
  .contact .select-box select {
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
  }
}
.recruit-form .select-box:after,
.contact .select-box:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/icon/icon_arrow_down.svg") center center no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  top: 11px;
  right: 14px;
}
@media (min-width: 768px) {
  .recruit-form .select-box:after,
  .contact .select-box:after {
    top: 15px;
  }
}
.recruit-form .asterisk,
.contact .asterisk {
  color: #f00;
  font-size: 1.6rem;
  padding-right: 4px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .recruit-form .asterisk,
  .contact .asterisk {
    font-size: 1.8rem;
  }
}
.recruit-form .upload__label,
.contact .upload__label {
  height: 42px;
  line-height: 42px;
  padding: 0 24px;
  display: block;
  font-size: 1.4rem;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .recruit-form .upload__label,
  .contact .upload__label {
    max-width: 260px;
    height: 50px;
    line-height: 50px;
  }
}
.recruit-form .upload__input,
.contact .upload__input {
  display: none;
}
.recruit-form textarea,
.contact textarea {
  width: 100%;
  height: 258px;
  padding: 10px 14px;
  display: block;
  border: none;
  font-size: 1.6rem;
  border: 1px solid #000;
}
@media (min-width: 768px) {
  .recruit-form textarea,
  .contact textarea {
    font-size: 1.4rem;
    height: 174px;
  }
}
.recruit-form .error,
.contact .error {
  border: 1px solid #f00 !important;
  background: color-bg-red !important;
}
.contact__item .clear_upload {
  display: none;
}
dl.index-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
dl.index-list dt {
  width: 40%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.4rem;
  border-top: 1px solid #e9eaf1;
  display: flex;
}
dl.index-list dd {
  width: 60%;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #e9eaf1;
  font-size: 1.4rem;
  display: flex;
}
.link--top-note {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) {
  .link--top-note {
    font-size: 1.6rem;
  }
}
.link--top-note:after {
  content: "";
  display: block;
  background: url("../img/icon/icon_arrow_ex_small.svg") center center no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-size: 20px 20px;
  flex-shrink: 0;
}
.link--top-box span {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.link--top-box span:after {
  content: "";
  display: block;
  background: url("../img/icon/icon_external_link_small_blue.svg") center center no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-size: 12px 12px;
  flex-shrink: 0;
}
.link--external span {
  font-size: 2.4rem;
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
}
.link--external span:after {
  content: "";
  display: block;
  background: url("../img/icon/icon_external_link_blue.svg") center center no-repeat;
  width: 22px;
  height: 22px;
  margin-left: 8px;
  background-size: 22px 22px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .link--external span {
    font-size: 3.2rem;
  }
  .link--external span:after {
    margin-left: 16px;
  }
}
.link--sensing span {
  font-size: 2rem;
  display: inline-flex;
  align-items: center;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .link--sensing span {
    font-size: 2.2rem;
  }
}
.link--sensing span:after {
  content: "";
  display: block;
  background: url("../img/icon/icon_arrow_small.svg") center center no-repeat;
  width: 26px;
  height: 26px;
  margin-left: 16px;
  background-size: 26px 26px;
  flex-shrink: 0;
}
.link--sensing-external span:after {
  content: "";
  display: block;
  background: url("../img/icon/icon_external_link_blue.svg") center center no-repeat;
  width: 22px;
  height: 22px;
  margin-left: 8px;
  background-size: 22px 22px;
  flex-shrink: 0;
}
.link--link-area span {
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) {
  .link--link-area span {
    font-size: 1.6rem;
  }
}
.link--link-area span:after {
  content: "";
  display: block;
  background: url("../img/icon/icon_external_link_small_blue.svg") center center no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-size: 12px 12px;
  flex-shrink: 0;
}
.link--text-external:after {
  content: "";
  background: url("../img/icon/icon_external_link_small_blue.svg") center center no-repeat;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}
.link--activity-text {
  display: inline-block;
  margin: 24px auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .link--activity-text {
    font-size: 1.8rem;
    margin: 32px auto 0;
  }
}
.link--word {
  color: #24A8A2;
  text-decoration: underline !important;
}
.link--word:after {
  content: '?';
  display: inline-flex;
  border: 1px solid #24A8A2;
  border-radius: 100px;
  width: 1.7rem;
  height: 1.7rem;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
}
.link--wordwhite {
  color: #fff !important;
  text-decoration: underline !important;
}
.link--wordwhite:after {
  content: '?';
  display: inline-flex;
  border: 1px solid #fff !important;
  border-radius: 100px;
  width: 1.7rem;
  height: 1.7rem;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
}
.link-area__text {
  font-weight: bold;
}
.link-area__link {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .link-area__link {
    margin-top: 8px;
  }
}
.maintenance p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
.media__contents {
  margin-top: 24px;
}
@media (min-width: 980px) {
  .media__contents {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    padding: 0 8vw;
  }
}
@media (min-width: 1200px) {
  .media__contents {
    padding: 0;
  }
}
.media__text {
  padding: 0 8vw;
}
@media (min-width: 980px) {
  .media__text {
    padding: 0;
    width: 43.3%;
    max-width: 520px;
    flex-shrink: 0;
    margin-top: 0;
  }
}
.media__text p {
  margin-top: 24px;
}
.media__text p:first-child {
  margin-top: 0;
}
.media__image {
  width: 100%;
  overflow: hidden;
  margin-top: 48px;
}
@media (min-width: 980px) {
  .media__image {
    overflow: visible;
    width: 50%;
    max-width: 600px;
    margin-top: 0;
  }
}
.media__image-inner {
  width: 108%;
  margin-left: -4%;
}
@media (min-width: 980px) {
  .media__image-inner {
    width: 100%;
    margin-left: 0;
  }
}
.media__image-inner img {
  display: block;
  width: 100%;
}
.wide-image img {
  display: block;
  width: 100%;
}
.media-feature__contents {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .media-feature__contents {
    margin-top: 48px;
  }
}
.media-feature__text p {
  margin-top: 24px;
}
.media-feature__text p:first-child {
  margin-top: 0;
}
.media-feature__list {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .media-feature__list {
    margin-top: 56px;
  }
}
@media (min-width: 980px) {
  .media-feature__list {
    grid-column-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .media-feature__list {
    grid-column-gap: 96px;
  }
}
.media-feature__item {
  margin-top: 40px;
}
.media-feature__item:first-child {
  margin-top: 0;
}
@media (min-width: 980px) {
  .media-feature__item {
    margin-top: 0;
  }
}
.media-feature__title {
  display: flex;
  align-items: center;
}
.media-feature__title span.icon {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #24A8A2;
  border-radius: 50%;
  background: #fff;
  font-size: 2rem;
  flex-shrink: 0;
  color: #24A8A2;
}
@media (min-width: 768px) {
  .media-feature__title span.icon {
    width: 56px;
    height: 56px;
    font-size: 2.8rem;
    line-height: 54px;
  }
}
.media-feature__title span.title {
  font-size: 1.6rem;
  margin-left: 8px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .media-feature__title span.title {
    margin-left: 16px;
    font-size: 1.8rem;
  }
}
.media-feature__description {
  margin-top: 8px;
  line-height: 2.2;
}
@media (min-width: 768px) {
  .media-feature__description {
    margin-top: 24px;
  }
}
.concept__contents {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .concept__contents {
    margin-top: 64px;
  }
}
@media (min-width: 980px) {
  .concept__area {
    display: flex;
    justify-content: space-between;
  }
}
.concept .concept-image__list {
  position: relative;
  margin: 0 auto;
  width: 260px;
  padding-top: 240px;
}
@media (min-width: 321px) {
  .concept .concept-image__list {
    width: 286px;
    padding-top: 264px;
  }
}
@media (min-width: 768px) {
  .concept .concept-image__list {
    width: 400px;
    padding-top: 364px;
  }
}
@media (min-width: 768px) {
  .concept .concept-image__list {
    height: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .concept .concept-image__list {
    width: 484px;
    padding-top: 450px;
  }
}
.concept .concept-image__item {
  border-radius: 50%;
  color: #fff;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
@media (min-width: 321px) {
  .concept .concept-image__item {
    height: 130px;
    width: 130px;
  }
}
@media (min-width: 768px) {
  .concept .concept-image__item {
    height: 180px;
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .concept .concept-image__item {
    height: 214px;
    width: 214px;
  }
}
.concept .concept-image__item span {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .concept .concept-image__item span {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .concept .concept-image__item span {
    font-size: 2rem;
  }
}
.concept .concept-image__item--01 {
  background: #24A8A2;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.concept .concept-image__item--02 {
  background: #4575da;
  bottom: 0;
  left: 0;
}
.concept .concept-image__item--03 {
  background: #7599e4;
  bottom: 0;
  right: 0;
}
.concept__list {
  margin-top: 48px;
}
@media (min-width: 980px) {
  .concept__list {
    margin-top: 0;
    width: auto;
    padding-left: 64px;
  }
}
@media (min-width: 1200px) {
  .concept__list {
    padding-left: 96px;
  }
}
.concept__item {
  margin-top: 40px;
}
.concept__item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .concept__item {
    margin-top: 64px;
  }
}
.concept__title {
  display: flex;
  align-items: center;
}
.concept__title span.icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #24A8A2;
  text-align: center;
  border-radius: 50%;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .concept__title span.icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 2.8rem;
  }
}
.concept__title span.icon--02 {
  background: #4575da;
}
.concept__title span.icon--03 {
  background: #7599e4;
}
.concept__title span.title {
  font-size: 1.8rem;
  margin-left: 8px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .concept__title span.title {
    font-size: 2.4rem;
    margin-left: 16px;
  }
}
.concept__description {
  margin-top: 8px;
}
.concept__caption {
  font-size: 1.6rem;
  margin-top: 16px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .concept__caption {
    font-size: 1.8rem;
    margin-top: 28px;
  }
}
.concept__text {
  margin-top: 8px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .concept__text {
    margin-top: 20px;
  }
}
.concept__sub-text {
  margin-top: 12px;
  position: relative;
  padding-left: 8px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .concept__sub-text {
    margin-top: 16px;
  }
}
.concept__sub-text:before {
  content: "*";
  display: block;
  position: absolute;
  top: -0.2em;
  left: 0;
}
.page-caption {
  color: #24A8A2;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 321px) {
  .page-caption {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .page-caption {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .page-caption {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .top-box-list__page-caption {
    font-size: 3rem;
  }
}
.message__page-caption {
  color: #fff;
}
.business--02__page-caption {
  color: #fff;
}
.activity--02__page-caption {
  color: #fff;
}
.media__page-caption {
  padding: 0 8vw;
}
@media (min-width: 1200px) {
  .media__page-caption {
    padding: 0;
  }
}
.recruit__page-caption {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .recruit__page-caption {
    margin-bottom: 64px;
  }
}
.privacy__box {
  margin-top: 48px;
}
.privacy__box:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .privacy__box {
    margin-top: 56px;
  }
}
.privacy__contents-wrap {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .privacy__contents-wrap {
    margin-top: 24px;
  }
}
.privacy__contents {
  margin-top: 48px;
}
.privacy__contents:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .privacy__contents {
    margin-top: 56px;
  }
}
.privacy__contents#section-3 {
  padding-top: 80px;
  margin-top: -80px;
}
@media (min-width: 768px) {
  .privacy__contents#section-3 {
    padding-top: 136px;
    margin-top: -136px;
  }
}
.privacy__list {
  padding-left: 24px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .privacy__list {
    margin-top: 16px;
  }
}
.privacy__item {
  list-style-position: outside;
  list-style-type: disc;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .privacy__item {
    margin-top: 16px;
  }
}
.privacy__item:first-child {
  margin-top: 0;
}
.privacy__item p {
  background: #f00;
}
.privacy__number-list {
  counter-reset: number 0;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .privacy__number-list {
    margin-top: 16px;
  }
}
.privacy__number-item {
  position: relative;
  padding-left: 24px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .privacy__number-item {
    margin-top: 16px;
  }
}
.privacy__number-item:first-child {
  margin-top: 0;
}
.privacy__number-item:before {
  counter-increment: number 1;
  content: counter(number) "��";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy__number-item p {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .privacy__number-item p {
    margin-top: 16px;
  }
}
.privacy__text {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .privacy__text {
    margin-top: 16px;
  }
}
.privacy__footer {
  margin-top: 48px;
  text-align: right;
}
@media (min-width: 768px) {
  .privacy__footer {
    margin-top: 56px;
  }
}
.recruit-detail__image {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .recruit-detail__image {
    margin-top: 80px;
  }
}
.recruit-detail__image img {
  width: 100%;
}
.recruit__slider {
  margin: 32px 0;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .recruit__slider {
    margin: 64px 0;
  }
}
.recruit__slider .swiper-container--recruit ul.swiper-wrapper li.swiper-slide img {
  width: 100%;
  display: block;
}
.recruit__slider .swiper-container--recruit .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #24A8A2;
  opacity: 0.16;
}
@media (min-width: 768px) {
  .recruit__slider .swiper-container--recruit .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
}
.recruit__slider .swiper-container--recruit .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  background: #24A8A2;
  opacity: 1;
}
@media (min-width: 768px) {
  .recruit__slider .swiper-container--recruit .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}
.recruit__slider .swiper-container--recruit .swiper-pagination {
  bottom: 0;
}
@media (min-width: 768px) {
  .recruit__slider .swiper-container--recruit .swiper-pagination {
    bottom: 14px;
  }
}
.recruit__lead-text {
  font-size: 1.4rem;
  line-height: 2.5;
}
@media (min-width: 768px) {
  .recruit__lead-text {
    font-size: 1.6rem;
  }
}
.recruit__link {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .recruit__link {
    margin-top: 64px;
  }
}
.recruit__btn-wrap {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .recruit__btn-wrap {
    justify-content: flex-end;
  }
}
.recruit__btn-wrap--job {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .recruit__btn-wrap--job {
    margin-top: 50px;
  }
}
.recruit__btn-wrap--job-bottom {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .recruit__btn-wrap--job-bottom {
    margin-top: 64px;
  }
}
.recruit__btn-wrap-inner {
  width: 100%;
  max-width: 372px;
}
.recruit__job {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .recruit__job {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .recruit__job .recruit-job-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.recruit__job .recruit-job-list__item {
  max-width: 372px;
  position: relative;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}
.recruit__job .recruit-job-list__item:first-child {
  margin-top: 0;
}
.recruit__job .recruit-job-list__item:after {
  content: "";
  display: block;
  background: #e9f1f6;
  width: 100%;
  height: calc(100% - 48px);
  position: absolute;
  top: 48px;
  left: 0;
  z-index: -10;
}
@media (min-width: 768px) {
  .recruit__job .recruit-job-list__item {
    width: calc((99.9% - 42px) / 2);
    margin-top: 48px;
    margin-right: 42px;
    margin-left: 0;
  }
  .recruit__job .recruit-job-list__item:nth-child(even) {
    margin-right: 0;
  }
  .recruit__job .recruit-job-list__item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .recruit__job .recruit-job-list__item {
    width: calc((99.9% - 84px) / 3);
  }
  .recruit__job .recruit-job-list__item:nth-child(even) {
    margin-right: 42px;
  }
  .recruit__job .recruit-job-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .recruit__job .recruit-job-list__item:nth-child(3) {
    margin-top: 0;
  }
}
.recruit__job .recruit-job-list__item a {
  display: block;
}
.recruit__job .recruit-job-list__image {
  width: calc(100% - 32px);
  max-width: 322px;
  filter: drop-shadow(0 10px 10px rgba(24,41,139,0.16));
}
.recruit__job .recruit-job-list__image img {
  width: 100%;
  display: block;
}
.recruit__job .recruit-job-list__detail {
  padding: 32px 30px 32px;
}
@media (min-width: 768px) {
  .recruit__job .recruit-job-list__detail {
    padding: 40px;
  }
}
.recruit__job .recruit-job-list__title {
  font-size: 2rem;
  font-weight: bold;
  color: #24A8A2;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .recruit__job .recruit-job-list__title {
    font-size: 2.2rem;
  }
}
.recruit__job .recruit-job-list__link {
  margin-top: 16px;
}
.recruit__job .recruit-job-list__link span {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
.recruit__job .recruit-job-list__link span:after {
  content: "";
  display: block;
  background: url("../img/icon/icon_arrow.svg") center center no-repeat;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  flex-shrink: 0;
  margin-left: 6px;
}
.recruit-box__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5;
}
.recruit-box__pdf {
  margin: 32px auto 16px;
}
@media (min-width: 768px) {
  .recruit-box__pdf {
    margin: 48px auto 24px;
  }
}
.recruit-box__pdf iframe {
  display: block;
  margin: 0 auto;
  border-radius: border-radius-middle;
  width: 268px;
  height: 202px;
}
@media (min-width: 321px) {
  .recruit-box__pdf iframe {
    width: 312px;
    height: 226px;
  }
}
@media (min-width: 480px) {
  .recruit-box__pdf iframe {
    width: 400px;
    height: 276px;
  }
}
@media (min-width: 768px) {
  .recruit-box__pdf iframe {
    width: 640px;
    height: 412px;
  }
}
@media (min-width: 1200px) {
  .recruit-box__pdf iframe {
    width: 796px;
    height: 500px;
  }
}
.recruit-box__banner-wrap {
  margin: 24px auto 0;
  max-width: 1040px;
}
@media (min-width: 768px) {
  .recruit-box__banner-wrap {
    margin: 32px auto 0;
  }
}
.recruit-box__banner {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .recruit-box__banner {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
  }
  .recruit-box__banner:first-child {
    margin-top: 0;
  }
}
.recruit-box__banner-item {
  border: 1px solid #e9eaf1;
  max-width: 508px;
  margin: 16px auto 0;
}
.recruit-box__banner-item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .recruit-box__banner-item {
    margin: 0;
    width: calc((100% - 24px) / 2);
  }
  .recruit-box__banner-item:first-child {
    margin-right: 24px;
  }
}
.recruit-box__banner-item a {
  display: block;
}
.recruit-box__banner-item a img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .gallery .gallery-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.gallery .gallery-list__item {
  margin-top: 20px;
}
.gallery .gallery-list__item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .gallery .gallery-list__item {
    width: calc((99.9% - 84px) / 3);
    margin-right: 42px;
    margin-top: 42px;
  }
  .gallery .gallery-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .gallery .gallery-list__item:nth-child(2),
  .gallery .gallery-list__item:nth-child(3) {
    margin-top: 0;
  }
}
.gallery .gallery-list__item img {
  width: 100%;
}
.sensing__item {
  margin-top: 24px;
}
.sensing__item:first-child {
  margin-top: 0;
}
.sensing__link-area {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .sensing__link-area {
    margin-top: 80px;
  }
}
.sensing__box {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .sensing__box {
    margin-top: 64px;
  }
}
.sensing__box p {
  margin-top: 16px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .sensing__box p {
    font-size: 1.6rem;
    margin-top: 24px;
  }
}
.sensing__qa-list {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .sensing__qa-list {
    margin-top: 24px;
  }
}
.sensing__qa-list dt {
  position: relative;
  padding-left: 24px;
  margin-top: 16px;
}
.sensing__qa-list dt:first-child {
  margin-top: 0;
}
.sensing__qa-list dt:before {
  content: "Q.";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sensing__qa-list dd {
  position: relative;
  padding-left: 24px;
}
.sensing__qa-list dd:before {
  content: "A.";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sensing__box-list {
  margin-top: 16px;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .sensing__box-list {
    margin-top: 24px;
  }
}
.sensing__box-list li {
  list-style-position: outside;
  list-style-type: disc;
  margin-top: 6px;
}
.sensing__box-list li:first-child {
  margin-top: 0;
}
.sensing__box-img {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .sensing__box-img {
    margin: 40px 0;
  }
}
.sensing__box-img img {
  width: 100%;
  max-width: 720px;
}
.sensing-hero-image {
  max-width: 1200px;
  margin: 0 auto;
}
.sensing-hero-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
@media (min-width: 321px) {
  .sensing-hero-image img {
    height: 200px;
  }
}
@media (min-width: 480px) {
  .sensing-hero-image img {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .sensing-hero-image img {
    height: 400px;
  }
}
h1,
h2 {
  line-height: 1.4;
}
.title--top-box {
  font-size: 4rem;
  font-weight: normal;
  padding: 0 8vw;
}
@media (min-width: 768px) {
  .title--top-box {
    font-size: 6rem;
  }
}
@media (min-width: 980px) {
  .title--top-box {
    font-size: 7.2rem;
  }
}
@media (min-width: 1200px) {
  .title--top-box {
    padding: 0;
  }
}
.title--top-box-news {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .title--top-box-news {
    font-size: 4.5rem;
  }
}
.title--page {
  background: #24a8a2;
}
@media (min-width: 768px) {
  .title--page {
    background: #24a8a2;
  }
}
.title--page span {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  display: block;
  height: 122px;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  padding: 0 8vw;
}
@media (min-width: 321px) {
  .title--page span {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .title--page span {
    height: 220px;
    font-size: 4rem;
  }
}
@media (min-width: 980px) {
  .title--page span {
    font-size: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .title--page span {
    padding-left: 0;
  }
}
.title--page-about span {
  background: url("../img/about/title_about_sp.png") right center no-repeat;
  background-size: cover;
}
@media (min-width: 321px) {
  .title--page-about span {
    background: url("../img/about/title_about_sp.png") right center no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .title--page-about span {
    background: url("../img/about/title_about_pc.png") right center no-repeat;
    background-size: cover;
  }
}
.title--page-business span {
  background: url("../img/business/title_business_sp.png") right center no-repeat;
  background-size: cover;
}
@media (min-width: 321px) {
  .title--page-business span {
    background: url("../img/business/title_business_sp.png") right center no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .title--page-business span {
    background: url("../img/business/title_business_pc.png") right center no-repeat;
    background-size: cover;
  }
}
.title--page-activity span {
  background: url("../img/activity/title_activity_sp.png") right center no-repeat;
  background-size: cover;
}
@media (min-width: 321px) {
  .title--page-activity span {
    background: url("../img/activity/title_activity_sp.png") right center no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .title--page-activity span {
    background: url("../img/activity/title_activity_pc.png") right center no-repeat;
    background-size: cover;
  }
}
.title--page-recruit span {
  background: url("../img/recruit/title_recruit_sp.png") right center no-repeat;
  background-size: cover;
}
@media (min-width: 321px) {
  .title--page-recruit span {
    background: url("../img/recruit/title_recruit_sp.png") right center no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .title--page-recruit span {
    background: url("../img/recruit/title_recruit_pc.png") right center no-repeat;
    background-size: cover;
  }
}
.title--page-sensing span {
  font-size: 2.2rem;
  background: url("../img/sensing/title_sensing_sp.png") right center no-repeat;
  background-size: cover;
}
@media (min-width: 321px) {
  .title--page-sensing span {
    font-size: 2.6rem;
    background: url("../img/sensing/title_sensing_sp.png") right center no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .title--page-sensing span {
    font-size: 4rem;
    background: url("../img/sensing/title_sensing_pc.png") right center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 980px) {
  .title--page-sensing span {
    font-size: 4.8rem;
  }
}
.title--page-media span {
  font-size: 2.2rem;
  background: url("../img/media/title_media_sp.png") right center no-repeat;
  background-size: cover;
}
@media (min-width: 321px) {
  .title--page-media span {
    font-size: 2.6rem;
    background: url("../img/media/title_media_sp.png") right center no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .title--page-media span {
    font-size: 4rem;
    background: url("../img/media/title_media_pc.png") right center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 980px) {
  .title--page-media span {
    font-size: 4.8rem;
  }
}
.title--page-plain {
  background: transparent;
}
.title--page-plain span {
  color: #000;
}
.title--recruit-main {
  font-size: 5.2rem;
  line-height: 1;
  margin-bottom: 28px;
  font-family: YakuHanJP, "HelveticaNeue-Light", "Helvetica Neue", Arial, "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", "Meiryo", Helvetica, sans-serif;
  font-weight: 300;
}
@media (min-width: 480px) {
  .title--recruit-main {
    font-size: 7rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .title--recruit-main {
    font-size: 13rem;
    margin-bottom: 64px;
  }
}
.title--recruit {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #24A8A2;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .title--recruit {
    font-size: 4.4rem;
    margin-bottom: 32px;
  }
}
.title--recruit-white {
  color: #fff;
}
.title--recruit-sub-page {
  font-size: 3rem;
  color: #24A8A2;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 768px) {
  .title--recruit-sub-page {
    font-size: 3.6rem;
  }
}
.title--sensing-detail {
  font-size: 1.8rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .title--sensing-detail {
    font-size: 2.4rem;
  }
}
.title--sensing-box {
  font-size: 1.6rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .title--sensing-box {
    font-size: 2rem;
  }
}
.title--privacy {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2;
}
@media (min-width: 768px) {
  .title--privacy {
    font-size: 2.2rem;
  }
}
.title--privacy-contents {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .title--privacy-contents {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
.title--privacy-contents-section-3 {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .title--privacy-contents-section-3 {
    margin-top: 56px;
  }
}
.title--error-404 {
  font-size: 3rem;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .title--error-404 {
    font-size: 4.8rem;
    margin-bottom: 64px;
  }
}
.title--activity-company {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #24A8A2;
}
@media (min-width: 768px) {
  .title--activity-company {
    font-size: 2.4rem;
  }
}
.title--three-activity {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #24A8A2;
}
@media (min-width: 768px) {
  .title--three-activity {
    font-size: 3.6rem;
  }
}
.swiper-container--top {
  width: 100%;
  height: 100vh;
}
@media (min-width: 768px) {
  .swiper-container--top {
    height: 664px !important;
  }
}
.swiper-container ul.swiper-wrapper li.swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-container ul.swiper-wrapper li.swiper-slide__01 {
  background-position: left top;
}
.swiper-container ul.swiper-wrapper li.swiper-slide__02 {
  background-position: right top;
}
.swiper-container ul.swiper-wrapper li.swiper-slide__03 {
  background-position: right bottom;
}
.swiper-lazy-loading .top-hero__content {
  display: none;
}
.swiper-lazy-loaded .top-hero__content {
  display: block;
}
.top-hero__content {
  position: relative;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8vw;
}
@media (min-width: 768px) {
  .top-hero__content {
    height: 664px;
  }
}
@media (min-width: 1200px) {
  .top-hero__content {
    padding: 0;
  }
}
.top-hero__text {
  position: absolute;
  bottom: 48px;
}
@media (min-width: 768px) {
  .top-hero__text {
    bottom: 56px;
  }
}
.top-hero__lead {
  font-size: 4rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  font-family: YakuHanJP, "HelveticaNeue-Light", "Helvetica Neue", Arial, "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", "Meiryo", Helvetica, sans-serif;
}
@media (min-width: 768px) {
  .top-hero__lead {
    font-size: 6rem;
  }
}
@media (min-width: 980px) {
  .top-hero__lead {
    font-size: 7.2rem;
  }
}
.top-hero__caption {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 16px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .top-hero__caption {
    font-size: 1.8rem;
  }
}
@media (min-width: 980px) {
  .top-hero__caption {
    font-size: 2rem;
  }
}
.top-hero__caption:before {
  content: "";
  display: block;
  background: #fff;
  width: 32px;
  height: 1px;
  margin-right: 8px;
}
@media (min-width: 980px) {
  .top-hero__caption:before {
    width: 56px;
    margin-right: 12px;
  }
}
.top-hero .top-hero-youtube {
  position: absolute;
  top: 88px;
  right: 0;
  padding: 0 4vw 0 0;
}
@media (min-width: 321px) {
  .top-hero .top-hero-youtube {
    padding: 0 8vw 0 0;
  }
}
@media (min-width: 768px) {
  .top-hero .top-hero-youtube {
    top: 20px;
  }
}
@media (min-width: 1200px) {
  .top-hero .top-hero-youtube {
    padding: 0;
  }
}
.top-hero .top-hero-youtube__link {
  display: block;
  color: #24A8A2;
  background: #fff;
  border: solid 1px #24A8A2;
  position: relative;
  padding: 12px 56px 12px 12px;
  line-height: 1;
}
@media (min-width: 321px) {
  .top-hero .top-hero-youtube__link {
    padding: 12px 64px 12px 16px;
  }
}
@media (min-width: 768px) {
  .top-hero .top-hero-youtube__link {
    padding: 12px 68px 12px 20px;
  }
}
.top-hero .top-hero-youtube__link:before {
  content: "";
  display: block;
  background: url("../img/icon/icon_youtube.svg") left top no-repeat;
  width: 32px;
  height: 23px;
  position: absolute;
  top: 18px;
  right: 12px;
}
@media (min-width: 321px) {
  .top-hero .top-hero-youtube__link:before {
    right: 16px;
  }
}
.top-hero .top-hero-youtube__sub-caption {
  font-size: 1.2rem;
  display: block;
}
.top-hero .top-hero-youtube__caption {
  font-size: 1.4rem;
  display: block;
  margin-top: 8px;
}
@media (min-width: 321px) {
  .top-hero .top-hero-youtube__caption {
    font-size: 1.5rem;
  }
}
.top-hero .top-hero-youtube__caption span {
  font-weight: bold;
}
.top-note-area {
  padding: 0 8vw;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .top-note-area {
    padding: 0;
  }
}
.top-note-area__emphasis {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .top-note-area__emphasis {
    margin-top: 20px;
  }
}
.top-note-area__emphasis a {
  font-size: 1.2rem;
  color: #f00 !important;
}
@media (min-width: 768px) {
  .top-note-area__emphasis a {
    font-size: 1.6rem;
  }
}
.banner-area {
  margin-top: 32px;
  padding: 0 8vw;
}
@media (min-width: 980px) {
  .banner-area {
    margin-top: 48px;
  }
}
@media (min-width: 1200px) {
  .banner-area {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .banner-area--2column {
    display: flex;
    justify-content: space-between;
  }
}
.banner-area__box {
  margin-top: 16px;
  background: #24A8A2;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .banner-area__box {
    margin-top: 0;
  }
}
.banner-area__box:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .banner-area__box--webinar {
    width: 65%;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .banner-area__box--recruit {
    width: calc(100% - (65% + 20px));
    flex-shrink: 0;
  }
}
.banner-area a img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}
.top-box {
  margin-top: 120px;
}
.top-box:first-child {
  margin-top: 56px;
}
@media (min-width: 980px) {
  .top-box {
    margin-top: 160px;
  }
  .top-box:first-child {
    margin-top: 120px;
  }
}
.top-box__block {
  margin-top: 24px;
}
@media (min-width: 980px) {
  .top-box__block {
    margin-top: 72px;
    display: flex;
    justify-content: space-between;
    padding: 0 8vw;
  }
}
@media (min-width: 1200px) {
  .top-box__block {
    padding: 0;
  }
}
.top-box__block--reverse {
  flex-direction: row-reverse;
}
.top-box__detail {
  padding: 0 8vw;
}
@media (min-width: 980px) {
  .top-box__detail {
    padding: 0;
    width: 43.3%;
    max-width: 520px;
    flex-shrink: 0;
  }
}
.top-box__text {
  margin-top: 24px;
}
@media (min-width: 980px) {
  .top-box__text {
    margin-top: 40px;
  }
}
.top-box__note {
  margin-top: 24px;
}
.top-box__note-caption {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.top-box__note-caption:before {
  content: "";
  display: block;
  background: #24A8A2;
  width: 3px;
  height: 14px;
  margin-right: 8px;
}
.top-box__image {
  width: 100%;
  overflow: hidden;
  margin-top: 48px;
}
@media (min-width: 980px) {
  .top-box__image {
    overflow: visible;
    width: 50%;
    max-width: 600px;
    margin-top: 0;
  }
}
.top-box__image-inner {
  width: 108%;
  margin-left: -4%;
}
@media (min-width: 980px) {
  .top-box__image-inner {
    width: 100%;
    margin-left: 0;
  }
}
.top-box__image-inner img {
  display: block;
  width: 100%;
}
.top-box__item {
  margin-top: 32px;
}
.top-box__item:first-child {
  margin-top: 0;
}
@media (min-width: 980px) {
  .top-box__item {
    margin-top: 48px;
  }
}
.top-box__list-text {
  margin-top: 8px;
  font-size: 1.4rem;
}
@media (min-width: 980px) {
  .top-box__list-text {
    margin-top: 16px;
  }
}
.top-box__list-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.news__note {
  font-size: 1.2rem;
  margin-top: 8px;
  padding: 0 8vw;
}
@media (min-width: 768px) {
  .news__note {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .news__note {
    padding: 0;
  }
}
.news__block {
  margin-top: 32px;
  padding: 0 8vw;
}
@media (min-width: 768px) {
  .news__block {
    margin-top: 48px;
  }
}
@media (min-width: 1200px) {
  .news__block {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .news__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .news__list {
    grid-column-gap: 40px;
  }
}
.news__item {
  margin-top: 40px;
}
.news__item:first-child {
  margin-top: 0;
}
.news__item a {
  display: block;
}
@media (min-width: 768px) {
  .news__item {
    margin-top: 0;
  }
}
.news__image {
  display: block;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.news__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
}
.news__detail {
  margin-top: 16px;
}
@media (min-width: 980px) {
  .news__detail {
    margin-top: 20px;
  }
}
.news__unit {
  font-size: 0;
}
.news__category {
  color: #000;
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: top;
}
.news__date {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 1.4rem;
  vertical-align: top;
}
.news__date:before {
  content: "";
  display: block;
  background: #000;
  width: 24px;
  height: 1px;
  margin: 0 12px;
}
.news__title {
  font-size: 1.8rem;
  margin-top: 8px;
  color: #000;
  line-height: 1.8;
}
.news__link {
  margin-top: 40px;
}
@media (min-width: 980px) {
  .news__link {
    margin-top: 56px;
  }
}
.footer-address {
  font-size: 1.45rem;
}
.contact-box {
  margin-top: 35px;
  text-align: center;
}

.news__box {
  margin-top: 48px;
}

.news__box:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .news__box {
    margin-top: 56px;
  }
}
.p-news-list__item {
  display: flex;
  margin-top: 27px;
}
.date {
  font-size: 2rem;
}
.p-news-list__label {
  margin: 0 10px;
  margin-left: 25px;
}
.c-label-category {
  font-weight: bold;
  display: block;
  width: 100px;
  padding: 2px 10px;
  text-align: center;
  color: #333;
  border-radius: 20px;
  background-color: #e8e8e8;
  font-size: 1rem;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-label-category {
    padding: 2px 8px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.newsdetail {
  font-size: 2rem;
}


</pre></body></html>