@charset "UTF-8";
/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

    version: 1.0
    created: 2025/02/04
    update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
/*====================================================================================================

format

====================================================================================================*/
* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

p {
  margin-top: 0;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
}

table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0 !important;
}

hr {
  display: none;
}

img {
  border: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

li img {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  vertical-align: middle;
  font-size: 1rem;
}

button,
input[type=button],
input[type=submit],
input[type=reset],
input[type=radio],
input[type=checkbox],
select {
  cursor: pointer;
}

button,
input[type=button],
input[type=submit],
input[type=reset],
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  display: inline-block;
  border: none;
  padding: 0;
  background: none;
}

button::-moz-focus-inner {
  border: none;
  padding: 0;
}

::-moz-placeholder {
  color: #cccccc;
}

::placeholder {
  color: #cccccc;
}

:-moz-placeholder {
  color: #cccccc;
}

:placeholder-shown {
  color: #cccccc;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

em,
address,
small {
  font-style: normal;
}

em {
  font-weight: 700;
}

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
picture,
source,
details,
summary,
main {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
}

*[hidden],
*[hidden=true] {
  display: none;
}

*[hidden=false] {
  display: block;
}

fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

summary::-webkit-details-marker {
  display: none;
}

/*====================================================================================================

base

====================================================================================================*/
:root {
  --contentWidth: 1300px;
  --spContentWidth: 320px;
  --rwdBreakPoint01: 768px;
  --rwdBreakPoint02: 980px;
}

html,
body {
  height: 100%;
}

body {
  color: #444444;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}

:where(a) {
  color: #0d7a7f;
}
@media (min-width: 768px) {
  :where(a)[href*="tel:"] {
    cursor: text;
    text-decoration: none;
    pointer-events: none;
    color: #444444;
  }
  :where(a)[href*="tel:"] img {
    cursor: default;
  }
}
button,
input,
select,
textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 768px) {
  button,
  input,
  select,
  textarea {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  button,
  input,
  select,
  textarea {
    font-size: 1rem;
    line-height: 1.5;
  }
}

#document {
  min-height: 100%;
}
@media (min-width: 768px) {
  #document {
    min-width: var(--contentWidth);
  }
}
@media screen and (max-width: 767px) {
  #document {
    min-width: var(--spContentWidth);
  }
}

.loadWindow {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  transition: opacity 0.3s ease;
}
.loadWindow.is_anim {
  opacity: 0;
}

/* Header
--------------------------------------------------------------------------------------------------- */
.l_gheader {
  position: fixed;
  top: 0;
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.64);
  z-index: 1000;
}
.l_gheader .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_gheader .logo {
  margin: 0;
}
.l_gheader .logo a, .l_gheader .logo svg {
  display: block;
}
.l_gheader .logo .logotype {
  fill: #004c50;
}
.l_gheader .logo .logotype02 {
  fill: #0d7a7f;
}
.l_gheader .logo .logotype03 {
  fill: #2f2826;
}
@media (min-width: 768px) {
  .l_gheader {
    right: 30px;
    left: 30px;
    padding: 17px 40px 18px;
    min-width: var(--contentWidth);
  }
  .l_gheader .logo svg {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .l_gheader {
    right: 0;
    left: 0;
    padding: 4px 15px 17px;
  }
  .l_gheader .logo svg {
    width: 120px;
    height: 39px;
  }
}

/* GlobalNavigation
--------------------------------------------------------------------------------------------------- */
/*
* "font-awesome" is lisenced under the SIL Open Font License 1.1
* https://fortawesome.github.io/Font-Awesome
* http://scripts.sil.org/OFL
*/
@font-face {
  font-family: "icon";
  src: url("../../fonts/icon.woff?250502");
}
.mod_ico_01_arrow::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e001";
  vertical-align: middle;
}

.mod_ico_02_blank::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e002";
  vertical-align: middle;
}

.mod_ico_03_pdf::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e003";
  vertical-align: middle;
}

.mod_ico_04_search::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e004";
  vertical-align: middle;
}

.mod_ico_05_twitter::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e005";
  vertical-align: middle;
}

.mod_ico_06_facebook::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e006";
  vertical-align: middle;
}

.mod_ico_07_mail::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e007";
  vertical-align: middle;
}

.mod_ico_08_arrow::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e008";
  vertical-align: middle;
}

.mod_ico_09_arrow::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e009";
  vertical-align: middle;
}

.l_gnav {
  position: relative;
}
.l_gnav .primary {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.l_gnav .primary > li a {
  display: block;
  text-decoration: none;
  color: #444444;
}
.l_gnav .primary > li.contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0d7a7f;
  border-radius: 4px;
  width: 177px;
  height: 56px;
  background: #0d7a7f;
  color: #ffffff;
}
.l_gnav .primary > li.contact a::before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e007";
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 7px;
}
.l_gnav .secondary {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 500;
}
.l_gnav .secondary > li {
  position: relative;
}
.l_gnav .secondary > li::before {
  position: absolute;
  top: 11px;
  left: 2px;
  border-top: 1px solid #0D7A7F;
  width: 8px;
  content: "";
}
@media (min-width: 768px) {
  .l_gnav .menu {
    display: none;
  }
  .l_gnav .primary {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .l_gnav .primary > li {
    position: relative;
  }
  .l_gnav .primary > li:has(.secondary) a {
    position: relative;
    z-index: 1;
  }
  .l_gnav .primary > li:not(.inquiry) a {
    transition: opacity 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
  }
  .l_gnav .primary > li:not(.inquiry) a:hover {
    opacity: 0.7;
  }
  .l_gnav .primary > li.contact a {
    transition: color 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875), background-color 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
  }
  .l_gnav .primary > li.contact a:hover {
    background-color: #ffffff;
    color: #0d7a7f;
  }
  .l_gnav .secondary {
    position: absolute;
    top: 73px;
    left: 0;
    min-width: 180px;
    border-radius: 4px;
    margin: 0;
    padding: 24px;
    backdrop-filter: blur(16px);
    background-color: rgba(255, 255, 255, 0.64);
    font-size: 0.875rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
    z-index: 0;
  }
  .l_gnav .secondary::after {
    position: absolute;
    top: -73px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
  }
  .l_gnav .secondary > li {
    padding-left: 24px;
  }
  .l_gnav .primary > li:hover .secondary {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 767px) {
  .l_gnav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .l_gnav .menu {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .l_gnav .menu button {
    overflow: hidden;
    display: block;
    width: 40px;
    height: 40px;
    white-space: pre;
    text-indent: 120%;
    background: #0d7a7f;
    color: #ffffff;
  }
  .l_gnav .menu button::before, .l_gnav .menu button::after, .l_gnav .menu button > span::before {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 2px solid currentColor;
    width: 24px;
    content: "";
    transition: transform 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875), opacity 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
  }
  .l_gnav .menu button::before {
    top: 11px;
  }
  .l_gnav .menu button::after {
    top: 27px;
  }
  .l_gnav .menu button > span::before {
    top: 19px;
  }
  .l_gnav .primary {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding: 60px 0;
    height: calc(100dvh - 60px);
    background: #ffffff;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
  }
  .l_gnav .secondary {
    margin: 10px 0 0;
    font-size: 1.125rem;
  }
  .l_gnav .secondary > li {
    padding-left: 24px;
  }
  .l_gnav .secondary > li::before {
    left: 4px;
    top: 14px;
  }
  .l_gnav.is_active .menu button::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .l_gnav.is_active .menu button::after {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .l_gnav.is_active .menu button > span::before {
    transform: scale(0, 1);
    opacity: 0;
  }
  .l_gnav.is_active .primary {
    opacity: 1;
    pointer-events: all;
  }
}

/* Breadcrumb
--------------------------------------------------------------------------------------------------- */
l_breadcrumb ol {
  position: relative;
  margin: 0;
}
l_breadcrumb ol > li {
  padding: 10px 0;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
l_breadcrumb ol > li:nth-child(n+2)::before {
  width: 2em;
  content: ">";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
l_breadcrumb ol > li em {
  font-weight: 500;
}

/* MainContents
--------------------------------------------------------------------------------------------------- */
.l_container {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l_container {
    width: var(--contentWidth);
    padding-top: 124px;
  }
}
@media screen and (max-width: 767px) {
  .l_container {
    padding-top: 96px;
  }
}

.l_wrapper {
  display: flex;
}
@media (min-width: 768px) {
  .l_wrapper #mainContents {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .l_wrapper {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l_wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .l_mainContents {
    padding: 0 15px;
  }
}

/* SubContents
--------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  #subContents {
    flex-basis: 200px;
  }
}
/* Footer
--------------------------------------------------------------------------------------------------- */
.l_gfooter {
  background: #004C50;
  color: #ffffff;
}
.l_gfooter .logo {
  margin: 0;
}
.l_gfooter .logo a, .l_gfooter .logo svg {
  display: block;
}
.l_gfooter .logo .logotype,
.l_gfooter .logo .logotype02,
.l_gfooter .logo .logotype03 {
  fill: #ffffff !important;
}
.l_gfooter .primary {
  display: flex;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
.l_gfooter .primary a {
  color: inherit;
  text-decoration: none;
}
.l_gfooter .secondary {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.l_gfooter .secondary > li {
  position: relative;
  padding-left: 20px;
}
.l_gfooter .secondary > li::after {
  position: absolute;
  top: 12px;
  left: 3px;
  width: 10px;
  border-top: 1px solid currentColor;
  content: "";
}
@media (min-width: 768px) {
  .l_gfooter {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 40px 70px 16px;
  }
  .l_gfooter .logo {
    grid-column: 1;
    grid-row: 1;
    width: 200px;
    height: 65px;
  }
  .l_gfooter .primary {
    grid-column: 2;
    grid-row: 1;
    gap: 40px;
  }
  .l_gfooter .primary a {
    transition: opacity 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
  }
  .l_gfooter .primary a:hover {
    opacity: 0.7;
  }
  .l_gfooter .primary .secondary {
    font-size: 0.875rem;
    gap: 4px;
    margin: 8px 0 0;
  }
  .l_gfooter .copyright {
    grid-column: 2;
    grid-row: 2;
    margin: 120px 0 0 13px;
  }
}
@media screen and (max-width: 767px) {
  .l_gfooter {
    padding: 40px 24px 16px;
  }
  .l_gfooter .logo {
    width: 160px;
    height: 52px;
  }
  .l_gfooter .primary {
    flex-direction: column;
    margin: 40px 0 0 10px;
    gap: 24px;
  }
  .l_gfooter .secondary {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 0.9375rem;
    gap: 16px;
    margin: 10px 0 0 10px;
  }
  .l_gfooter .copyright {
    margin: 80px 0 0;
    font-size: 0.875rem;
    text-align: center;
  }
}

/*====================================================================================================

    module

====================================================================================================*/
/* section module
--------------------------------------------------------------------------------------------------- */
.m_section {
  position: relative;
  padding: 50px 0;
  z-index: 0;
}
.m_section[class*=_border]::before, .m_section[class*=_fullBg]::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.m_section[class*=_border]::before {
  padding: 0;
}
.m_section[class*=_borderTop]::before {
  border-top: 1px solid;
}
.m_section[class*=_borderBottom]::before {
  border-bottom: 1px solid;
}
.m_section[class*=_fullBg]::before {
  background: #f6f6f6;
}
@media (min-width: 768px) {
  .m_section > .inner {
    margin: auto;
    width: var(--contentWidth);
  }
}
@media (min-width: 1301px) {
  .m_section[class*=_fullWidth] {
    margin-inline: calc(50% - 50vw);
  }
  .m_section[class*=_fullBg]::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .m_section[class*=_fullWidth] {
    margin-right: -20px;
    margin-left: -20px;
  }
  .m_section[class*=_fullBg]::before {
    right: -20px;
    left: -20px;
  }
}

.m_entrySection {
  font-weight: 400;
}
.m_entrySection .m_text {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .m_entrySection {
    margin: auto;
    width: 1000px;
  }
}
/* heading module
--------------------------------------------------------------------------------------------------- */
.m_textHeading {
  margin: 32px 0 16px;
  font-size: 1.125rem;
}
.m_textHeading[class*=_large] {
  margin: 40px 0 16px;
  font-size: 1.5rem;
}
.m_enHeading {
  display: grid;
  grid-template-columns: 1fr;
  color: #004C50;
  font-weight: 500;
  line-height: 1;
}
.m_enHeading::before {
  grid-row: 1;
  display: block;
  content: attr(data-en-label);
  color: #0D7A7F;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
.m_enHeading::after {
  grid-row: 2;
  margin-block: 6px 8px;
  border-top: 2px solid currentColor;
  content: "";
}
.m_enHeading:first-child {
  margin-top: 0 !important;
}
.m_enHeading[class*=_center] {
  text-align: center;
}
.m_enHeading[class*=_center]::after {
  margin-inline: auto;
}
.m_enHeading[class*=_noborder] {
  font-weight: 700;
  color: #0D7A7F;
  line-height: 1.5;
}
.m_enHeading[class*=_noborder]::before {
  opacity: 0.4;
}
.m_enHeading[class*=_noborder]::after {
  content: none;
}
@media (min-width: 768px) {
  .m_enHeading {
    font-size: 1.75rem;
  }
  .m_enHeading::before {
    font-size: 4rem;
  }
  .m_enHeading::after {
    width: 25px;
  }
  .m_enHeading[class*=_noborder] {
    margin: 60px 0 24px;
    font-size: 2rem;
  }
  .m_enHeading[class*=_noborder]::before {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .m_enHeading {
    font-size: 1.125rem;
  }
  .m_enHeading::before {
    font-size: 2.5rem;
  }
  .m_enHeading::after {
    width: 20px;
  }
  .m_enHeading[class*=_noborder] {
    margin: 80px 0 24px;
    font-size: 1.75rem;
  }
  .m_enHeading[class*=_noborder]::before {
    font-size: 1.5rem;
  }
}

.m_headingBox .title {
  margin: 0;
}
.m_headingBox .breadclumb {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.m_headingBox .breadclumb a {
  color: #444444;
  text-decoration: none;
}
.m_headingBox .breadclumb em {
  font-weight: 500;
}
.m_headingBox .breadclumb > li:nth-of-type(n+2)::before {
  margin-inline: 11px;
  border: solid #a5b4b4;
  border-width: 1px 1px 0 0;
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  vertical-align: 2px;
}
@media (min-width: 768px) {
  .m_headingBox {
    display: grid;
    grid-template-columns: 374px 1fr;
    align-items: center;
  }
  .m_headingBox .title {
    grid-column: 1;
    grid-row: 1;
  }
  .m_headingBox .breadclumb {
    grid-column: 1/3;
    grid-row: 2;
    margin: 12px 0 0;
    align-items: center;
  }
  .m_headingBox .image {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (min-width: 1301px) {
  .m_headingBox {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .m_headingBox .breadclumb {
    margin: 21px 0 0;
  }
  .m_headingBox .image {
    margin: 38px -15px 0 42px;
  }
}

.m_borderHeading {
  position: relative;
  margin: 0;
  color: #0D7A7F;
}
.m_borderHeading[data-en-label]::before {
  display: block;
  content: attr(data-en-label);
  opacity: 0.4;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
.m_borderHeading::after {
  border-bottom: 1px solid currentColor;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 0;
}
.m_borderHeading[class*=_small] {
  line-height: 1.8;
}
.m_borderHeading[class*=_small]::after {
  border-bottom-width: 2px;
  opacity: 0.3;
}
.m_borderHeading:first-child {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .m_borderHeading {
    margin: 86px 0 17px;
    padding-left: 34px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 494px;
    font-size: 2rem;
  }
  .m_borderHeading::before {
    font-size: 1.75rem;
  }
  .m_borderHeading::after {
    left: -86px;
  }
  .m_borderHeading[class*=_small] {
    font-size: 1.75rem;
    padding-left: 24px;
  }
  .m_borderHeading[class*=_small]::after {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .m_borderHeading {
    margin: 80px 0 17px;
    font-size: 1.75rem;
  }
  .m_borderHeading::before {
    font-size: 1.5rem;
  }
  .m_borderHeading::after {
    left: 0;
  }
}

.m_entryHeading {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  font-weight: 700;
}
.m_entryHeading .title {
  grid-column: 1/3;
  grid-row: 2;
  margin: 8px 0 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
.m_entryHeading .update {
  grid-column: 1;
  grid-row: 1;
  font-size: 0.875rem;
  color: #0D7A7F;
}
.m_entryHeading .category {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 0 16px;
  color: #0D7A7F;
}
.m_entryHeading .category > li {
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: 1px 14px;
}
.m_entryHeading .image {
  grid-column: 1/3;
  margin: 8px 0 0;
}
.m_entryHeading .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m_bgHeading {
  margin: 56px 0 20px;
  border-bottom: 4px solid #0D7A7F;
  font-size: 1.5rem;
  line-height: 1.4;
  background-color: #F5F8F9;
  letter-spacing: 0.11em;
}
@media (min-width: 768px) {
  .m_bgHeading {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 767px) {
  .m_bgHeading {
    padding: 12px 8px;
  }
}

.m_bulletHeading {
  position: relative;
  margin: 40px 0 16px;
  padding: 0 0 0 16px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.m_bulletHeading::before {
  position: absolute;
  left: 0;
  content: "";
  border-left: 4px solid #0D7A7F;
}
@media (min-width: 768px) {
  .m_bulletHeading::before {
    top: 0.2em;
    bottom: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .m_bulletHeading::before {
    top: 0;
    bottom: 0;
  }
}

/* box module
--------------------------------------------------------------------------------------------------- */
.m_box {
  background: #F5F8F9;
}
.m_box > *:last-child {
  margin-bottom: 0 !important;
}
.m_box[class*=_border] {
  border: 1px solid;
}
.m_box[class*=_nobg] {
  background-color: transparent;
}
@media (min-width: 768px) {
  .m_box {
    padding: 32px 40px;
  }
}
@media screen and (max-width: 767px) {
  .m_box {
    padding: 24px 15px;
  }
}

.m_media {
  display: grid;
}
.m_media > .image img {
  width: revert-layer;
  height: revert-layer;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.m_media > .body {
  flex-grow: 1;
}
.m_media > .body > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .m_media {
    grid-template-columns: auto 1fr;
    grid-template-rows: min-content min-content 1fr;
    margin: 60px 0 0;
  }
  .m_media > .heading {
    grid-column: 1/3;
    grid-row: 1;
  }
  .m_media > .image {
    grid-column: 1;
    grid-row: 2/4;
    margin-right: 65px;
    align-self: start;
  }
  .m_media > .body {
    grid-column: 2;
    grid-row: 2/4;
  }
  .m_media > .body .m_button {
    justify-content: flex-start;
  }
  .m_media[class*=_pcType02] > .m_tagList {
    grid-column: 2;
    grid-row: 1;
  }
  .m_media[class*=_pcType02] > .heading {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
  }
  .m_media[class*=_pcType02] > .image {
    grid-column: 1;
    grid-row: 1/4;
  }
  .m_media[class*=_pcType02] > .body {
    grid-column: 2;
    grid-row: 3;
  }
  .m_media[class*=_flipped] {
    grid-template-columns: 1fr auto;
  }
  .m_media[class*=_flipped] > .m_tagList {
    grid-column: 1;
  }
  .m_media[class*=_flipped] > .image {
    grid-column: 2;
    margin-right: 0;
    margin-left: 65px;
  }
  .m_media[class*=_flipped] > .body {
    grid-column: 1;
  }
  .m_media[class*=_flipped][class*=_pcType02] > .heading {
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .m_media {
    margin: 64px 0 0;
  }
  .m_media > .m_tagList {
    grid-row: 1;
  }
  .m_media > .heading {
    grid-row: 2;
  }
  .m_media > .image {
    grid-row: 3;
  }
  .m_media > .body {
    grid-row: 4;
  }
  .m_media .image {
    text-align: center;
  }
  .m_media .image img {
    max-width: 100%;
    height: auto;
  }
  .m_media > .body {
    margin: 20px 0 0;
  }
  .m_media[class*=_spType02] > .heading {
    grid-row: 1;
  }
  .m_media[class*=_spType02] > .image {
    grid-row: 3;
    margin-top: 40px;
  }
  .m_media[class*=_spType02] > .body {
    grid-row: 2;
    margin-top: 0;
  }
  .m_media[class*=_spType03] > .heading {
    grid-row: 2;
  }
  .m_media[class*=_spType03] > .image {
    grid-row: 1;
    margin-bottom: 20px;
  }
  .m_media[class*=_spType03] > .body {
    grid-row: 3;
  }
}

.m_column {
  display: flex;
}
.m_column > .column {
  flex-grow: 1;
  width: 1%;
}
.m_column > .column > *:last-child {
  margin-bottom: 0 !important;
}
.m_column > .column > section > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .m_column {
    gap: 0 30px;
    margin: 0 0 30px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .m_column {
    gap: 0 20px;
    margin: 0 0 20px;
  }
  .m_column[class*=_pcCol] {
    display: block;
  }
  .m_column[class*=_pcCol] > .column {
    width: auto;
  }
  .m_column[class*=_pcCol] > .column:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

.m_entryCategory {
  text-align: center;
}
.m_entryCategory .category {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 0 16px;
  color: #0D7A7F;
}
.m_entryCategory .category > li {
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: 1px 14px;
}
.m_entryCategory .category a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .m_entryCategory {
    display: flex;
    align-items: center;
  }
  .m_entryCategory .category {
    justify-content: center;
  }
  .m_entryCategory .number {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .m_entryCategory .category {
    overflow: auto;
    flex-wrap: nowrap;
  }
  .m_entryCategory .category > li {
    white-space: nowrap;
  }
  .m_entryCategory .number {
    margin: 10px 0 0;
  }
}

.m_history {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0;
}
.m_history .label {
  position: relative;
  grid-column: 1;
  display: block;
  color: #0D7A7F;
}
.m_history .label::after {
  position: absolute;
  content: "";
}
.m_history .label::after {
  border-radius: 50%;
  background: #0D7A7F;
  z-index: 10;
}
.m_history > li {
  display: grid;
  grid-column: 1/3;
  grid-template-columns: subgrid;
  align-items: first baseline;
}
.m_history > li > .inner {
  position: relative;
  grid-column: 2;
  line-height: 1.8;
}
.m_history > li > .inner > *:last-child {
  margin-bottom: 0 !important;
}
.m_history > li > .inner::before {
  position: absolute;
  content: "";
  border-left: 1px solid #0D7A7F;
}
.m_history > li:last-child > .inner::before {
  content: none;
}
@media (min-width: 768px) {
  .m_history {
    font-size: 1.25rem;
    gap: 63px 74px;
  }
  .m_history .label::after {
    top: 14px;
    right: -44px;
    width: 10px;
    height: 10px;
  }
  .m_history .inner::before {
    top: 14px;
    bottom: -80px;
    left: -35px;
  }
}
@media screen and (max-width: 767px) {
  .m_history {
    gap: 35px 43px;
  }
  .m_history .label::after {
    top: 12px;
    right: -28px;
    width: 8px;
    height: 8px;
  }
  .m_history .inner::before {
    top: 12px;
    bottom: -52px;
    left: -19px;
  }
  .m_history > li:last-child .inner::before {
    content: none;
  }
}

.m_contact {
  margin: 0;
}
.m_contact .label {
  display: block;
  font-weight: 700;
}
.m_contact .detailLink a {
  color: #444444;
}
.m_contact > li {
  box-sizing: border-box;
  background: #f6f6f6;
  text-align: center;
}
.m_contact > li > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .m_contact {
    display: flex;
    justify-content: center;
    gap: 0 25px;
  }
  .m_contact .label {
    margin: 0 0 15px;
  }
  .m_contact > li {
    max-width: 640px;
    padding: 20px 40px;
    font-size: 0.875rem;
  }
  .m_contact > li:first-child:nth-last-child(n+2), .m_contact > li:last-child:nth-child(n+2) {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .m_contact .label {
    margin: 0 0 17px;
    font-size: 0.9375rem;
  }
  .m_contact > li {
    padding: 25px 20px;
  }
  .m_contact > li:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

.m_term .m_textHeading:first-child {
  margin-top: 0;
}
.m_term .update > *:last-child {
  margin-bottom: 0 !important;
}
.m_term .m_list > li:nth-of-type(n+2) {
  margin-top: 20px;
}
.m_term .m_numberList > li:nth-of-type(n+2) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .m_term .m_textHeading {
    margin: 40px 0 20px;
    font-size: 1.5rem;
  }
  .m_term .update {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m_term .m_textHeading {
    margin: 35px 0 20px;
    font-size: 1.25rem;
  }
  .m_term .update {
    margin-top: 35px;
  }
}

.m_cv {
  position: relative;
  z-index: 0;
  text-align: center;
  background: #f6f6f6;
  border-radius: 16px;
}
.m_cv > *:last-child {
  margin-bottom: 0 !important;
}
.m_cv > .heading {
  margin: 0;
}
.m_cv .m_text {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .m_cv {
    padding: 42px 0;
  }
  .m_cv .m_text {
    font-size: 1.25rem;
  }
  .m_cv .m_button {
    margin: 38px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .m_cv {
    padding: 40px 4px;
  }
  .m_cv .m_text,
  .m_cv .m_button {
    margin: 40px 0 0;
  }
}

.m_accordion {
  line-height: 1.8;
}
.m_accordion > .heading {
  position: relative;
  margin: 0;
  border-bottom: 2px solid rgba(13, 122, 127, 0.3);
  background: #F5F8F9;
  color: #0D7A7F;
}
.m_accordion > .heading::before, .m_accordion > .heading::after {
  position: absolute;
  top: 50%;
  content: "";
  border-top: 2px solid #0D7A7F;
  transform: translate(-50%, -50%);
}
.m_accordion > .heading::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.m_accordion > .heading.is_open::after {
  transform: translate(-50%, -50%);
}
.m_accordion > .body {
  overflow: hidden;
  transition: height 0.3s ease-in;
}
.m_accordion.js_accordion > .heading {
  cursor: pointer;
}
@media (min-width: 768px) {
  .m_accordion > .heading {
    padding: 0 16px;
    font-size: 1.75rem;
    line-height: 1.7142857143;
  }
  .m_accordion > .heading::before, .m_accordion > .heading::after {
    right: 2px;
    width: 18px;
  }
  .m_accordion:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m_accordion > .heading {
    padding: 0 35px 0 8px;
    font-size: 1.5rem;
  }
  .m_accordion > .heading::before, .m_accordion > .heading::after {
    right: 8px;
    width: 16px;
  }
  .m_accordion:nth-of-type(n+2) {
    margin-top: 64px;
  }
}

.m_panel {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  margin: -20px 0;
}
.m_panel > .panel {
  margin: 20px 0;
}
.m_panel > .panel > *:last-child {
  margin-bottom: 0 !important;
}
.m_panel > .panel > section > *:last-child {
  margin-bottom: 0 !important;
}
.m_panel[class*=_col2] > .panel {
  width: calc(50% - 40px);
}
.m_panel[class*=_col3] > .panel {
  width: calc(33.3333333333% - 40px);
}
.m_panel[class*=_col4] > .panel {
  width: calc(25% - 40px);
}

.m_slider .slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m_slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.m_slider .slick-arrow.slick-prev {
  left: 0;
}
.m_slider .slick-arrow.slick-next {
  right: 0;
}

/* paragraph module
--------------------------------------------------------------------------------------------------- */
.m_text {
  line-height: 1.8;
}
.m_text > *:last-child {
  margin-bottom: 0 !important;
}
.m_text[class*=_large] {
  font-size: 1.125rem;
}
.m_text[class*=_small] {
  font-size: 0.875rem;
}
.m_text[class*=_indent] {
  text-indent: 1em;
}
.m_text[class*=_indent02] {
  text-indent: 0;
  padding-left: 1em;
}
.m_text:nth-child(n+2 of .m_text),
.m_text p + p {
  margin-top: 1.8em;
}
.m_entryHeading + .m_text {
  margin-top: 24px;
}
.m_lead {
  line-height: 2;
}
@media (min-width: 768px) {
  .m_lead {
    margin: 30px 0 45px;
    text-align: center;
  }
  .m_lead[class*=_large] {
    font-size: 1.125rem;
  }
  .m_lead[class*=_small] {
    font-size: 0.875rem;
  }
  .m_visualHeading + .m_lead {
    margin: 70px 0 0;
  }
  .m_visualHeading + .m_lead[class*=_border] {
    padding-bottom: 65px;
    border-bottom: 1px solid #abced0;
  }
}
@media screen and (max-width: 767px) {
  .m_lead {
    font-size: 0.9375rem;
  }
  .m_lead[class*=_large] {
    font-size: 1rem;
  }
  .m_lead[class*=_small] {
    font-size: 0.75rem;
  }
}

.m_liquidImage {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: min-content min-content;
}
.m_liquidImage img {
  max-width: 100%;
  height: auto;
}
.m_liquidImage .image {
  grid-row: 1/2;
  grid-column: 2/3;
  text-align: center;
}
.m_liquidImage .caption {
  grid-row: 2/3;
  grid-column: 2/3;
  color: #707f89;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .m_liquidImage .caption {
    margin: 12px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .m_liquidImage .caption {
    margin: 7px 0 0;
  }
}

.m_link::after {
  display: inline-block;
  margin-left: 5px;
}
.m_link[target=_blank]::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e002";
  vertical-align: middle;
}
.m_link[target=_blank][href*=".pdf"]::after {
  content: "\e003";
}

/* list module
--------------------------------------------------------------------------------------------------- */
.m_list {
  margin: 0;
}
.m_list > li {
  position: relative;
  padding-left: 1em;
}
.m_list > li > *:last-child {
  margin-bottom: 0 !important;
}
.m_list > li:before {
  position: absolute;
  left: 0;
  content: "・";
}
.m_list[class*=_unstyled] > li {
  padding: 0;
}
.m_list[class*=_unstyled] > li::before {
  content: none;
}

.m_numberList {
  counter-reset: li;
  margin: 0;
}
.m_numberList > li {
  display: flex;
}
.m_numberList > li > *:last-child {
  margin-bottom: 0 !important;
}
.m_numberList > li:before {
  flex-shrink: 0;
  content: counter(li) ".";
  counter-increment: li;
}
@media (min-width: 768px) {
  .m_numberList > li::before {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .m_numberList > li::before {
    width: 25px;
  }
}

.m_notesList > li {
  display: table-row;
}
.m_notesList > li > *:last-child {
  margin-bottom: 0 !important;
}
.m_notesList > li::before {
  display: table-cell;
  content: "※";
  text-align: center;
}
.m_notesList[class*=_small] > li::before, .m_notesList > li[class*=_small]::before {
  content: "*";
}
.m_notesList[class*=_mark] > li .mark, .m_notesList > li[class*=_mark] .mark {
  display: table-cell;
  text-align: right;
}
.m_notesList[class*=_mark] > li::before, .m_notesList > li[class*=_mark]::before {
  content: none;
}

.m_linkList > li {
  position: relative;
  padding-left: 16px;
}
.m_linkList > li > *:last-child {
  margin-bottom: 0 !important;
}
.m_linkList > li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  display: block;
  border: solid #000000;
  border-color: transparent transparent transparent #000000;
  border-width: 5px 0 5px 8px;
  width: 0;
  line-height: 1;
}
.m_linkList > li a::after {
  display: inline-block;
  margin-left: 5px;
}
.m_linkList > li a[target=_blank]::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e002";
  vertical-align: middle;
}
.m_linkList > li a[target=_blank][href*=".pdf"]::after {
  content: "\e003";
}

.m_imageList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px;
}
.m_imageList > li > *:last-child {
  margin-bottom: 0 !important;
}
.m_imageList > li .image img {
  width: 100%;
  height: auto;
}
.m_imageList > li > figure > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .m_imageList[class*=_col2] > li {
    width: calc(50% - 40px);
  }
  .m_imageList[class*=_col2] > li:nth-last-of-type(n+3) {
    margin-bottom: 20px;
  }
  .m_imageList[class*=_col3] > li {
    width: calc(33.3333333333% - 30px);
  }
  .m_imageList[class*=_col3] > li:nth-last-of-type(n+4) {
    margin-bottom: 20px;
  }
  .m_imageList[class*=_col4] > li {
    width: calc(25% - 20px);
  }
  .m_imageList[class*=_col4] > li:nth-last-of-type(n+5) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m_imageList:not([class*=_spCol]) {
    flex-direction: column;
  }
  .m_imageList[class*=_spCol] > li {
    width: calc(50% - 10px);
  }
}

.m_tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  color: #ffffff;
  margin: 0;
}
.m_tagList > li {
  padding: 0 10px;
  border: 1px solid #abced0;
  background: #0D7A7F;
  text-align: center;
}
@media (min-width: 768px) {
  .m_tagList {
    margin: 0 0 17px;
  }
  .m_tagList > li {
    min-width: 60px;
  }
}
.m_indexList {
  margin: 0;
}
.m_indexList .image {
  display: flex;
  align-items: center;
  margin: 0;
  border-radius: 8px;
}
.m_indexList .image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m_indexList .m_tagList {
  font-size: 0.75rem;
}
.m_indexList .title {
  margin: 8px 0 0;
  font-weight: 700;
}
.m_indexList .title a {
  color: #0D7A7F;
  text-decoration: none;
}
.m_indexList .title a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 10;
}
.m_indexList .description {
  margin: 8px 0 0;
  line-height: 1.8;
}
.m_indexList .detailLink a {
  color: #444444;
}
.m_indexList > li {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .m_indexList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .m_indexList .image {
    height: 260px;
  }
  .m_indexList .title {
    font-size: 1.5rem;
  }
  .m_indexList > li {
    padding: 24px 24px 34px;
  }
  .m_indexList[class*=_pcCol3] > li {
    width: calc(33.3333333333% - 16.6666666667px);
  }
}
@media screen and (max-width: 767px) {
  .m_indexList {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .m_indexList .title {
    font-size: 1.25rem;
  }
  .m_indexList > li {
    padding: 24px 15px;
  }
}

.m_newsList {
  margin: 0;
  font-size: 1.25rem;
}
.m_newsList .update {
  color: #a5b4b4;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
}
.m_newsList .category {
  display: block;
  margin-left: 24px;
  border: 1px solid currentColor;
  border-radius: 4px;
  color: #0D7A7F;
  text-align: center;
  font-weight: 700;
}
.m_newsList .title {
  overflow: hidden;
  margin: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 1.8;
}
.m_newsList .title a {
  color: #444444;
  text-decoration: none;
}
.m_newsList .title a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 10;
}
.m_newsList .title a::after {
  position: absolute;
  top: 50%;
  border: solid #0d7a7f;
  border-width: 2px 2px 0 0;
  width: 8px;
  height: 8px;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.m_newsList > li {
  position: relative;
  border-bottom: 1px solid #abced0;
  transition: opacity 0.3s ease-in;
}
.m_newsList > li[data-category] {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .m_newsList .category {
    padding: 4px;
    height: 31px;
    min-width: 140px;
    font-size: 0.9375rem;
  }
  .m_newsList .title {
    margin-left: 38px;
    padding-right: 70px;
    -webkit-line-clamp: 1;
  }
  .m_newsList .title a::after {
    right: 52px;
    transition: right 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
  }
  .m_newsList .title:hover a::after {
    right: 42px;
  }
  .m_newsList > li {
    grid-column: 1/4;
    padding: 24px 16px;
  }
  .m_newsList > li[data-category] {
    grid-template-columns: subgrid;
  }
  .m_sort + .m_newsList {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .m_newsList .update {
    grid-column: 1;
    grid-row: 1;
    font-size: 1.125rem;
  }
  .m_newsList .category {
    grid-column: 2;
    grid-row: 1;
    padding: 2px;
    height: 28px;
    min-width: 130px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.9375rem;
  }
  .m_newsList .title {
    grid-column: 1/3;
    grid-row: 2;
    margin: 15px 0 0;
    padding-right: 50px;
    -webkit-line-clamp: 2;
  }
  .m_newsList .title a::after {
    top: calc(50% + 22px);
    right: 22px;
  }
  .m_newsList > li {
    padding: 24px 15px;
  }
  .m_newsList > li[data-category] {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .m_sort + .m_newsList {
    margin: 26px 0 0;
  }
}

.m_labelList {
  line-height: 1.8;
  font-weight: 400;
}
.m_labelList .label {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0D7A7F;
}
.m_labelList > li {
  position: relative;
  padding-left: 16px;
}
.m_labelList > li::before {
  position: absolute;
  left: 0;
  top: 14px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  content: "";
  background: #0D7A7F;
}
.m_labelList > li:nth-of-type(n+2) {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .m_labelList {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .m_labelList {
    font-size: 1.125rem;
  }
}

[class*=List][class*=_horizontal] > li {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}

/* table module
--------------------------------------------------------------------------------------------------- */
.m_table table {
  box-sizing: border-box;
  border: solid #abced0;
  border-width: 0 0 1px 1px;
  width: 100%;
}
.m_table table th,
.m_table table td {
  border: solid #abced0;
  border-width: 1px 1px 0 0;
  padding: 8px 10px 6px;
  text-align: left;
}
.m_table table th {
  background: #f6f6f6;
  font-weight: 500;
}
.m_table[class*=_fixed] table {
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .m_table {
    overflow: auto;
  }
  .m_table table th {
    white-space: nowrap;
  }
}

.m_table02 table {
  box-sizing: border-box;
  border-bottom: 1px solid #abced0;
  width: 100%;
}
.m_table02 table th,
.m_table02 table td {
  text-align: left;
}
.m_table02 table th {
  font-weight: 500;
}
.m_table02[class*=_fixed] table {
  table-layout: fixed;
}
@media (min-width: 768px) {
  .m_table02 table th, .m_table02 table td {
    border-top: 1px solid #abced0;
  }
  .m_table02 table th {
    padding: 25px 0 25px 20px;
    min-width: 20%;
  }
  .m_table02 table td {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .m_table02 table tbody, .m_table02 table thead, .m_table02 table tfoot, .m_table02 table tr, .m_table02 table th, .m_table02 table td {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .m_table02 table tr {
    border-top: 1px solid #abced0;
    padding: 20px 0;
  }
  .m_table02 table th {
    margin-bottom: 20px;
    font-size: 0.9375rem;
  }
}

.m_cartTable table {
  width: 100%;
}
.m_cartTable th, .m_cartTable td {
  vertical-align: baseline;
  font-weight: 500;
}
.m_cartTable .totalPrice th, .m_cartTable .totalPrice td {
  font-weight: 700;
}
@media (min-width: 768px) {
  .m_cartTable th, .m_cartTable td {
    border-bottom: 1px solid #abced0;
    padding: 20px 25px;
    font-size: 1rem;
    text-align: left;
  }
  .m_cartTable .totalPrice th, .m_cartTable .totalPrice td {
    padding: 0 0 5px;
    font-size: 1.25rem;
  }
  .m_cartTable .totalPrice th {
    width: 260px;
  }
  .m_cartTable .totalPrice td {
    text-align: right;
  }
  .m_cartTable .totalPrice .val {
    font-size: 2.25rem;
  }
  .m_cartTable .totalPrice + tr th, .m_cartTable .totalPrice + tr td {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .m_cartTable th, .m_cartTable td {
    display: block;
    width: 100%;
  }
  .m_cartTable th {
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: left;
  }
  .m_cartTable td {
    border-bottom: 1px solid #abced0;
    padding-bottom: 20px;
  }
  .m_cartTable .totalPrice {
    text-align: center;
  }
  .m_cartTable .totalPrice th {
    margin: 0 0 5px;
    font-size: 0.9375rem;
    text-align: center;
  }
  .m_cartTable .totalPrice td {
    padding: 0 0 15px;
    font-size: 1.25rem;
  }
  .m_cartTable .totalPrice .val {
    font-size: 1.75rem;
  }
  .m_cartTable .totalPrice + tr th {
    padding-top: 35px;
  }
}

/* navigation module
--------------------------------------------------------------------------------------------------- */
.m_button {
  text-align: center;
}
.m_button a,
.m_button button,
.m_button span {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: 0 20px;
  height: 50px;
  background: #ffffff;
  color: #0d7a7f;
  text-decoration: none;
  font-weight: 700;
  gap: 10px;
}
.m_button a:not(button)::after,
.m_button button:not(button)::after,
.m_button span:not(button)::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e008";
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  transform: translateY(1px);
}
.m_button a.is_disabled, .m_button a[disabled],
.m_button button.is_disabled,
.m_button button[disabled],
.m_button span.is_disabled,
.m_button span[disabled] {
  background: #cccccc;
  pointer-events: none;
}
.m_button a[class*=_back],
.m_button button[class*=_back],
.m_button span[class*=_back] {
  background: #F5F8F9;
}
.m_button button {
  justify-content: center;
  height: 55px;
  min-width: 220px;
  border-radius: 8px;
}
.m_button a[target=_blank]::after {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e002";
  vertical-align: middle;
  transform: translateY(-50%);
}
.m_button a[target=_blank][href*=".pdf"]::after {
  content: "\e003";
}
.m_button[class*=_type02] a,
.m_button[class*=_type02] button {
  background-color: #0d7a7f;
  color: #ffffff;
}
.m_button[class*=_center] {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
}
.m_button[class*=_center] a, .m_button[class*=_center] button {
  justify-content: center;
  gap: 42px;
  min-width: 300px;
  height: 75px;
}
.m_button[class*=_center] a::after, .m_button[class*=_center] button::after {
  font-size: 24px;
}
.m_button span {
  background: #c1c1c1;
}
@media (min-width: 768px) {
  .m_button {
    display: flex;
    justify-content: center;
    gap: 10px 30px;
    margin: 0 0 30px;
  }
  .m_button a,
  .m_button button {
    min-width: 242px;
  }
  .m_button a::after,
  .m_button button::after {
    transition: transform 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
  }
  .m_button a:hover::after,
  .m_button button:hover::after {
    transform: translateX(10px) translateY(1px);
  }
  .m_indexList + .m_button {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .m_button {
    margin: 0 0 30px;
  }
  .m_button > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .m_button a,
  .m_button button,
  .m_button span {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 242px;
    letter-spacing: 0.04em;
  }
  .m_indexList + .m_button {
    margin-top: 23px;
  }
}

ul.m_button {
  display: flex;
}
@media (min-width: 768px) {
  ul.m_button {
    gap: 120px;
  }
}
@media screen and (max-width: 767px) {
  ul.m_button {
    flex-direction: column;
    gap: 30px;
  }
}

.m_pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 30px;
  text-align: center;
}
.m_pager > li a {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a5b4b4;
  border-radius: 4px;
  width: 44px;
  height: 44px;
  color: #444444;
  text-decoration: none;
  line-height: 1;
}
.m_pager > li a > span:not([class]) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.m_pager > li.is_active a {
  border-color: #0D7A7F;
  background: #0D7A7F;
  color: #ffffff;
}
.m_pager > li.s_ellipsis {
  flex-shrink: 0;
}
.m_pager > li.s_ellipsis::after {
  display: inline-block;
  content: "・・・";
  margin-left: 8px;
  font-size: 0.75rem;
}
.m_pager > li.prev a::before, .m_pager > li.next a::before {
  display: block;
  border: solid #444444;
  border-width: 2px 2px 0 0;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateX(-2px) rotate(45deg);
}
.m_pager > li.prev {
  transform: scale(-1, 1);
}
@media (min-width: 768px) {
  .m_pager > li a {
    transition: opacity 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
  }
  .m_pager > li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .m_pager > li.first, .m_pager > li.last {
    display: none;
  }
}

.m_sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.m_sort > li button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 4px;
  background: #ffffff;
  color: #0d7a7f;
  font-weight: 700;
  transition: color 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875), background-color 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
}
.m_sort > li button.is_current {
  background: #0d7a7f;
  color: #ffffff;
  pointer-events: none;
}
@media (min-width: 768px) {
  .m_sort {
    justify-content: center;
    gap: 24px;
    font-size: 1.125rem;
  }
  .m_sort > li button {
    padding: 4px 7px;
    min-width: 140px;
    height: 35px;
  }
  .m_sort > li button:hover {
    background: #0d7a7f;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .m_sort {
    gap: 16px;
    font-size: 1rem;
  }
  .m_sort > li button {
    padding: 2px 7px;
    min-width: 130px;
    height: 28px;
  }
}

.m_anc {
  display: flex;
  font-weight: 700;
}
.m_anc a {
  position: relative;
  display: block;
  border: 1px solid #0D7A7F;
  border-radius: 4px;
  background: #ffffff;
  color: #0D7A7F;
  text-decoration: none;
}
.m_anc a::after {
  position: absolute;
  top: 50%;
  content: "";
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  width: 11px;
  height: 11px;
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
  .m_anc {
    align-items: center;
    justify-content: center;
    gap: 56px;
    margin: 56px 0 0;
    font-size: 1.5rem;
  }
  .m_anc a {
    padding: 9px 48px 9px 16px;
  }
  .m_anc a::after {
    right: 21px;
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .m_anc {
    flex-direction: column;
    gap: 32px;
    margin: 38px auto 0;
    font-size: 1.25rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .m_anc a {
    padding: 8px 44px 8px 16px;
  }
  .m_anc a::after {
    right: 20px;
    width: 9px;
    height: 9px;
  }
}

/* form module
--------------------------------------------------------------------------------------------------- */
.m_checkbox input[type=checkbox] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.m_checkbox input[type=checkbox] + .textlabel {
  position: relative;
  display: inline-block;
  padding-left: 31px;
}
.m_checkbox input[type=checkbox] + .textlabel::before {
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #dddddd;
  width: 15px;
  height: 15px;
  content: "";
}
.m_checkbox input[type=checkbox] + .textlabel::after {
  position: absolute;
  top: 10px;
  left: 4px;
  width: 7px;
  height: 3px;
  border: solid currentColor;
  border-width: 0 0 2px 2px;
  content: "";
  opacity: 0;
  transform: rotate(-45deg);
  transition: opacity 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
}
.m_checkbox input[type=checkbox]:checked + .textlabel::after {
  opacity: 1;
}
.m_radio input[type=radio] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.m_radio input[type=radio] + .textlabel {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
.m_radio input[type=radio] + .textlabel::before {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #999999;
  border-radius: 50%;
  background: #ffffff;
  width: 21px;
  height: 21px;
  content: "";
  transition: background-color 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
}
.m_radio input[type=radio] + .textlabel::after {
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  content: "";
  background: #ffffff;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
}
.m_radio input[type=radio]:checked + .textlabel::before {
  background: #999999;
}
.m_radio input[type=radio]:checked + .textlabel::after {
  opacity: 1;
}
.m_inputText {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
}
.m_inputText .textlabel {
  flex-basis: 2.5em;
}
.m_inputText input[type=text] {
  flex-grow: 1;
  padding: 5px 10px;
  border: none;
  border-radius: 8px;
  background: #f3f3f3;
  height: 46px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .m_inputText[class*=_col2] {
    width: 30%;
  }
  .m_inputText[class*=_col3] {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .m_inputText[class*=_col2] {
    width: 50%;
  }
  .m_inputText[class*=_col3] {
    width: 33.3333333333%;
  }
}

.m_textarea {
  display: inline-flex;
  width: 100%;
}
.m_textarea textarea {
  box-sizing: border-box;
  border: none;
  background: #f3f3f3;
  border-radius: 8px;
  padding: 5px 10px;
  width: 100%;
  height: 250px;
  font-size: 1rem;
}

.m_select {
  position: relative;
  display: inline-block;
  border: 1px solid #0D7A7F;
  background: #ffffff;
}
.m_select::before {
  position: absolute;
  top: 50%;
  right: 16px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  width: 8px;
  height: 8px;
  content: "";
  transform: translateY(calc(-50% - 3px)) rotate(45deg);
  z-index: 0;
}
.m_select select {
  position: relative;
  display: block;
  border: none;
  background: none;
  padding: 5px 40px 5px 20px;
  width: 100%;
  height: 40px;
  z-index: 1;
}
@media (min-width: 768px) {
  .m_select {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .m_select {
    width: 200px;
  }
}

.m_inputList {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .m_inputList {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .m_inputList {
    gap: 19px;
  }
}

.m_step {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.m_step > li {
  position: relative;
  border: 1px solid #444444;
}
.m_step > li.is_current {
  background: #444444;
  color: #ffffff;
}
.m_step > li:nth-of-type(n+2)::before {
  position: absolute;
  top: 50%;
  left: -21px;
  width: 20px;
  content: "";
  border-top: 1px solid #444444;
}
@media (min-width: 768px) {
  .m_step {
    gap: 0 20px;
  }
  .m_step > li {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .m_step {
    gap: 0 20px;
  }
  .m_step > li {
    width: 50px;
  }
  .m_step > li.is_current {
    flex-grow: 1;
  }
  .m_step > li:not(.is_current) .omissionLabel {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

.m_form .formList {
  margin: 0;
}
.m_form .formList dt {
  margin: 0;
}
.m_form .formList dd {
  display: flex;
  gap: 0 20px;
  flex-grow: 1;
  margin: 0;
  font-weight: 400;
}
.m_form .formList dd .m_button {
  display: inline-flex;
  align-self: center;
  margin: 0;
}
.m_form .formList dd .m_button a, .m_form .formList dd .m_button button, .m_form .formList dd .m_button input[type=button], .m_form .formList dd .m_button input[type=reset], .m_form .formList dd .m_button input[type=submit] {
  height: 30px;
  min-width: 100px;
}
.m_form .formList .mark {
  display: inline-block;
}
.m_form .formList .mark > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.m_form .formList .mark.required::after {
  content: "*";
  color: #ff0000;
}
.m_form .formList > div {
  display: flex;
  flex-direction: column;
}
.m_form .agreement {
  margin: 32px 0 8px;
}
.m_form .agreement a {
  color: #034495;
}
.m_form .agreement.confirm {
  font-weight: 400;
}
@media (min-width: 768px) {
  .m_form .formList > div {
    gap: 8px;
  }
  .m_form .formList > div:nth-of-type(n+2) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .m_form .formList > div:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .m_form .formList dd {
    margin-top: 10px;
  }
}

/* inline module
--------------------------------------------------------------------------------------------------- */
.m_br[class*=_before]::before,
.m_br::after {
  content: "\a";
  white-space: pre;
}

.m_br[class*=_before]::after {
  content: none;
}

@media (min-width: 768px) {
  .m_pcHide {
    display: none !important;
  }
  .m_pcbr[class*=_before]::before,
  .m_pcbr::after {
    content: "\a";
    white-space: pre;
  }
  .m_pcbr[class*=_before]::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .m_spHide {
    display: none !important;
  }
  .m_spbr[class*=_before]::before,
  .m_spbr::after {
    content: "\a";
    white-space: pre;
  }
  .m_spbr[class*=_before]::after {
    content: none;
  }
}
.m_blankIco[target=_blank]::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e002";
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}

.m_pdfIco::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e003";
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}

/* modifier module
--------------------------------------------------------------------------------------------------- */
/* text align */
[class*=_alignLeft] {
  text-align: left !important;
}

@media (min-width: 768px) {
  [class*=_pcAlignLeft] {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=_spAlignLeft] {
    text-align: left !important;
  }
}
[class*=_alignCenter] {
  text-align: center !important;
}

@media (min-width: 768px) {
  [class*=_pcAlignCenter] {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=_spAlignCenter] {
    text-align: center !important;
  }
}
[class*=_alignRight] {
  text-align: right !important;
}

@media (min-width: 768px) {
  [class*=_pcAlignRight] {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=_spAlignRight] {
    text-align: right !important;
  }
}
[class*=_alignTop] {
  vertical-align: top !important;
}

@media (min-width: 768px) {
  [class*=_pcAlignTop] {
    vertical-align: top !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=_spAlignTop] {
    vertical-align: top !important;
  }
}
[class*=_alignMiddle] {
  vertical-align: middle !important;
}

@media (min-width: 768px) {
  [class*=_pcAlignMiddle] {
    vertical-align: middle !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=_spAlignMiddle] {
    vertical-align: middle !important;
  }
}
[class*=_alignBottom] {
  vertical-align: bottom !important;
}

@media (min-width: 768px) {
  [class*=_pcAlignBottom] {
    vertical-align: bottom !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=_spAlignBottom] {
    vertical-align: bottom !important;
  }
}
/* font style */
[class*=_fontBold] {
  font-weight: 700;
}

[class*=_fontItalic] {
  font-style: italic;
}

[class*=_fontNormal] {
  font-weight: 500 !important;
  font-style: normal !important;
}

/* fontColor */
[class*=_colorType01] {
  color: #444444;
}

[class*=_colorType02] {
  color: #0D7A7F;
}

[class*=_colorType03] {
  color: #F5F8F9;
}

[class*=_colorType04] {
  color: #004C50;
}

[class*=_colorType05] {
  color: #a5b4b4;
}

[class*=_colorType06] {
  color: #bed1d2;
}

[class*=_colorType07] {
  color: #0d7a7f;
}

[class*=_colorType08] {
  color: #034495;
}

[class*=_colorType09] {
  color: #abced0;
}

[class*=_colorType10] {
  color: #d9d9d9;
}

[class*=_colorType11] {
  color: #f6f6f6;
}

[class*=_colorType12] {
  color: #ff0000;
}

[class*=_colorType13] {
  color: #cccccc;
}

/* block width */
/* ※※ module
--------------------------------------------------------------------------------------------------- */
/*====================================================================================================

    libs

====================================================================================================*/
/* colorbox
--------------------------------------------------------------------------------------------------- */
/* slick
--------------------------------------------------------------------------------------------------- */
/* modal
--------------------------------------------------------------------------------------------------- */
/* swiper
--------------------------------------------------------------------------------------------------- */
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*====================================================================================================

    unique

====================================================================================================*/
/* HOME
--------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  #document.home .l_header {
    top: 24px;
  }
}
@media (min-width: 768px) {
  #document.home .l_container {
    padding-block: 128px 357px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .l_container {
    padding-block: 60px 180px;
  }
}
#document.home .a_mainvisual {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto;
  align-items: center;
}
#document.home .a_mainvisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#document.home .a_mainvisual .slide {
  position: relative;
  overflow: visible;
  z-index: 10;
  display: grid;
  grid-column: 1/4;
  grid-row: 1/3;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
}
#document.home .a_mainvisual .slide .slidePrev,
#document.home .a_mainvisual .slide .slideNext {
  position: static;
  margin: 0;
  border: 1px solid #0d7a7f;
  color: #0d7a7f;
  background: #ffffff;
  border-radius: 50%;
  align-self: center;
}
#document.home .a_mainvisual .slide .slidePrev::after,
#document.home .a_mainvisual .slide .slideNext::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e001";
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
  color: currentColor;
}
#document.home .a_mainvisual .slide .slidePrev {
  justify-self: end;
  transform: scale(-1, 1);
  grid-column: 1;
  grid-row: 2;
}
#document.home .a_mainvisual .slide .slideNext {
  grid-column: 4;
  grid-row: 2;
}
#document.home .a_mainvisual .slide .slideWrap {
  grid-column: 1/4;
  grid-row: 1;
}
#document.home .a_mainvisual .slide .slideItem {
  width: 100% !important;
}
#document.home .a_mainvisual .thumbnail {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: subgrid;
  margin: 0;
  z-index: 10;
}
#document.home .a_mainvisual .thumbnail .swiper-wrapper {
  justify-self: center;
  margin: 0;
}
@media (min-width: 768px) {
  #document.home .a_mainvisual {
    grid-template-columns: 1fr auto 1fr;
    gap: 32px 24px;
  }
  #document.home .a_mainvisual .slide .slidePrev,
  #document.home .a_mainvisual .slide .slideNext {
    transition: color 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875), background-color 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
  }
  #document.home .a_mainvisual .slide .slidePrev:hover,
  #document.home .a_mainvisual .slide .slideNext:hover {
    color: #ffffff;
    background-color: #0d7a7f;
  }
  #document.home .a_mainvisual .thumbnail .swiper-wrapper .swiper-slide {
    width: 240px !important;
    height: 130px;
  }
  #document.home .a_mainvisual .slidePrev,
  #document.home .a_mainvisual .slideNext {
    width: 50px;
    height: 50px;
  }
  #document.home .a_mainvisual .slidePrev::after,
  #document.home .a_mainvisual .slideNext::after {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_mainvisual {
    grid-template-columns: 1fr calc(100vw - 126px) 1fr;
    gap: 16px;
  }
  #document.home .a_mainvisual .thumbnail .swiper-wrapper .swiper-slide {
    height: 86px;
  }
  #document.home .a_mainvisual .slidePrev,
  #document.home .a_mainvisual .slideNext {
    width: 28px;
    height: 28px;
  }
  #document.home .a_mainvisual .slidePrev::after,
  #document.home .a_mainvisual .slideNext::after {
    font-size: 6px;
  }
}
#document.home .a_news {
  position: relative;
  z-index: 0;
}
#document.home .a_news::before {
  position: absolute;
  content: "";
  background: #F5F8F9;
  z-index: -1;
}
#document.home .a_news .m_enHeading {
  margin: 0;
}
@media (min-width: 768px) {
  #document.home .a_news {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 46px 88px;
    margin: 130px 0 0;
  }
  #document.home .a_news::before {
    top: -435px;
    left: -70px;
    width: 353px;
    height: 880px;
  }
  #document.home .a_news .m_enHeading {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }
  #document.home .a_news .m_sort {
    justify-content: flex-start;
  }
  #document.home .a_news .m_button {
    grid-column: 1;
    grid-row: 2;
  }
  #document.home .a_news .m_newsList .title a::after {
    right: 22px;
  }
  #document.home .a_news .m_newsList .category {
    font-size: 1.125rem;
    height: 35px;
  }
  #document.home .a_news .body {
    grid-column: 2;
    grid-row: 1/3;
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_news {
    margin: 80px 0 0;
    padding: 0 15px;
  }
  #document.home .a_news::before {
    top: -238px;
    left: 0px;
    width: 285px;
    height: 540px;
  }
  #document.home .a_news .m_button {
    margin: 46px 0 0;
  }
  #document.home .a_news .m_newsList .category {
    font-size: 1rem;
  }
  #document.home .a_news .title a:hover::after {
    right: 12px;
  }
  #document.home .a_news .body {
    padding: 56px 0 0;
  }
}
#document.home .a_service {
  position: relative;
  z-index: 0;
}
#document.home .a_service::before, #document.home .a_service::after {
  position: absolute;
  background: #F5F8F9;
  content: "";
  z-index: -1;
}
#document.home .a_service .m_enHeading {
  margin: 0;
}
#document.home .a_service .serviceWrap {
  display: grid;
}
#document.home .a_service .serviceWrap .serviceItem {
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(165, 176, 180, 0.3);
  background-color: #ffffff;
}
#document.home .a_service .serviceWrap .serviceItem .label {
  display: block;
  margin: 13px 0 0;
  color: #0D7A7F;
  font-size: 1.5rem;
  font-weight: 700;
}
#document.home .a_service .serviceWrap .serviceItem .description {
  margin: 11px 0 0;
  line-height: 1.8;
  font-weight: 400;
}
#document.home .a_service .serviceWrap .serviceItem .link {
  position: relative;
  justify-self: end;
  width: 180px;
  background: no-repeat 0 100%/100% 1px;
  background-image: linear-gradient(to right, #0D7A7F 0%, #0D7A7F calc(0% + 40px), #bed1d2 calc(0% + 41px), #bed1d2 100%);
  font-weight: 700;
}
#document.home .a_service .serviceWrap .serviceItem .link a {
  position: relative;
  display: block;
  color: currentColor;
  text-decoration: none;
}
#document.home .a_service .serviceWrap .serviceItem .link a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e009";
  font-size: 8px;
  line-height: 8px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #document.home .a_service {
    margin: 280px 0 0;
  }
  #document.home .a_service::before {
    top: 20px;
    left: -69px;
    width: 655px;
    height: 980px;
  }
  #document.home .a_service::after {
    top: -160px;
    right: -69px;
    width: 655px;
    height: 980px;
  }
  #document.home .a_service .serviceWrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    margin: 80px 0 0;
  }
  #document.home .a_service .serviceWrap .serviceItem {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1/5;
    padding: 24px;
    gap: 0;
  }
  #document.home .a_service .serviceWrap .serviceItem .link {
    margin: 31px 0 0;
    padding-bottom: 12px;
  }
  #document.home .a_service .serviceWrap .serviceItem .link a::after {
    transition: right 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
  }
  #document.home .a_service .serviceWrap .serviceItem .link a:hover::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_service {
    margin: 160px 0 0;
    padding: 0 15px;
  }
  #document.home .a_service::before {
    top: -50px;
    right: 0;
    width: 285px;
    height: 1057px;
  }
  #document.home .a_service::after {
    top: 1272px;
    left: 0;
    width: 285px;
    height: 760px;
  }
  #document.home .a_service .serviceWrap {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 56px 0 0;
  }
  #document.home .a_service .serviceWrap .serviceItem {
    padding: 24px 15px;
  }
  #document.home .a_service .serviceWrap .serviceItem .link {
    margin: 26px 0 0 auto;
    font-size: 0.875rem;
    padding-bottom: 10px;
  }
}
#document.home .a_recruit {
  position: relative;
  background: no-repeat 0 0;
}
#document.home .a_recruit .inner {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  z-index: 0;
}
#document.home .a_recruit .inner::before {
  position: absolute;
  right: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #F5F8F9;
}
#document.home .a_recruit .inner .m_enHeading {
  margin: 0;
}
#document.home .a_recruit .inner .copy {
  color: #0D7A7F;
  font-weight: 700;
}
#document.home .a_recruit .inner .text {
  line-height: 1.8;
}
#document.home .a_recruit .inner .text:nth-of-type(n+2) {
  margin-top: 16px;
}
#document.home .a_recruit .inner .m_button a {
  min-width: 225px;
  margin-inline: 0 auto;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  #document.home .a_recruit {
    margin: 445px 0 0;
    padding: 56px 40px;
    background-image: url(/images/home/home_bg_recruit.webp);
    background-size: cover;
  }
  #document.home .a_recruit .inner {
    padding: 40px;
    width: 552px;
  }
  #document.home .a_recruit .inner::before {
    top: 71px;
    height: 40px;
  }
  #document.home .a_recruit .inner .copy {
    margin: 47px 0 0;
    font-size: 2.25rem;
  }
  #document.home .a_recruit .inner .text {
    margin: 28px 0 0;
    font-size: 1.125rem;
  }
  #document.home .a_recruit .inner .m_button {
    margin: 22px 0 0;
  }
  #document.home .a_recruit .images {
    margin: 0;
  }
  #document.home .a_recruit .images > li {
    position: absolute;
  }
  #document.home .a_recruit .images > li:nth-of-type(1) {
    top: -115px;
    left: 673px;
    width: 470px;
  }
  #document.home .a_recruit .images > li:nth-of-type(2) {
    top: 310px;
    left: 964px;
    width: 300px;
  }
  #document.home .a_recruit .images > li:nth-of-type(3) {
    top: 618px;
    left: 650px;
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_recruit {
    margin: 164px 0 0;
    padding: 80px 15px 0;
    background-image: url(/images/home/home_bg_recruit_@2x.webp);
    background-size: 100% auto;
  }
  #document.home .a_recruit .inner {
    padding: 24px 15px;
  }
  #document.home .a_recruit .inner .copy {
    margin: 45px 0 0;
    font-size: 1.5rem;
  }
  #document.home .a_recruit .inner .text {
    margin: 22px 0 0;
  }
  #document.home .a_recruit .inner .m_button {
    margin: 20px 0 0;
  }
  #document.home .a_recruit .images {
    margin: 80px 0 0;
  }
  #document.home .a_recruit .images > li:nth-of-type(1) {
    margin: 0 auto 0 0;
    width: 74.6666666667vw;
  }
  #document.home .a_recruit .images > li:nth-of-type(2) {
    margin: 44px 0 0 auto;
    width: 53.3333333333vw;
  }
  #document.home .a_recruit .images > li:nth-of-type(3) {
    display: none;
  }
}
#document.home .js_anim.is_ready {
  transform: translateY(100px);
  opacity: 0;
}
#document.home .js_anim.is_anim {
  transition: transform 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875), opacity 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
}
#document.home .js_anim02.is_ready {
  opacity: 0;
}
#document.home .js_anim02.is_anim {
  transition: opacity 0.3s ease-in;
}

/* business
--------------------------------------------------------------------------------------------------- */
#document.business .headCopy {
  margin: 40px 0 0;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  #document.business .headCopy {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #document.business .headCopy {
    font-size: 1.125rem;
  }
}
#document.business .sectionWrap {
  position: relative;
  z-index: 0;
}
#document.business .sectionWrap::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #F5F8F9;
}
#document.business .sectionWrap > .section {
  border-radius: 16px;
  background: #ffffff;
}
#document.business .sectionWrap > .section:nth-of-type(n+2) {
  margin-top: 56px;
}
#document.business .sectionWrap .sectionHeading .m_textHeading {
  margin: 0;
  color: #0D7A7F;
}
#document.business .sectionWrap .sectionHeading .copy {
  margin: 0;
  color: #0D7A7F;
  font-weight: 700;
  line-height: 1.8;
}
@media (min-width: 768px) {
  #document.business .sectionWrap {
    margin: 56px auto 0;
    padding: 140px 0 114px;
    width: 1200px;
  }
  #document.business .sectionWrap::before {
    right: 0;
    left: 0;
  }
  #document.business .sectionWrap > .section {
    padding: 64px 50px;
  }
  #document.business .sectionWrap .sectionHeading .m_textHeading {
    font-size: 2rem;
  }
  #document.business .sectionWrap .sectionHeading .copy {
    font-size: 1.25rem;
  }
}
@media (min-width: 1301px) {
  #document.business .sectionWrap::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  #document.business .sectionWrap {
    margin: 61px 0 0;
    padding: 80px 0;
  }
  #document.business .sectionWrap::before {
    right: -15px;
    left: -15px;
  }
  #document.business .sectionWrap > .section {
    padding: 64px 15px;
  }
  #document.business .sectionWrap .sectionHeading .copy {
    font-size: 1.5rem;
  }
  #document.business .sectionWrap .sectionHeading + .m_enHeading {
    margin: 40px 0 24px;
  }
}

/* company
--------------------------------------------------------------------------------------------------- */
#document.company .section > *:last-child {
  margin-bottom: 0 !important;
}
#document.company .section .signature {
  margin: 16px 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0D7A7F;
}
@media (min-width: 768px) {
  #document.company .section {
    margin: 86px auto 0;
    padding-bottom: 180px;
    width: 1080px;
  }
  #document.company .section .m_box.m_text {
    font-size: 1.125rem;
  }
  #document.company .section .m_button {
    margin-top: 89px;
  }
}
@media screen and (max-width: 767px) {
  #document.company .section {
    margin: 80px 0 0;
    padding-bottom: 120px;
  }
  #document.company .section .m_button {
    margin-top: 56px;
  }
  #document.company .section .signature {
    text-align: right;
  }
}

#document.company-philosophy .section {
  position: relative;
  z-index: 0;
}
#document.company-philosophy .section > *:last-child {
  margin-bottom: 0 !important;
}
#document.company-philosophy .section::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #F5F8F9;
}
#document.company-philosophy .section > .heading {
  margin: 0;
  font-family: "Lato", sans-serif;
  color: #0D7A7F;
  letter-spacing: 0.034em;
}
#document.company-philosophy .section .m_text {
  margin: 24px 0 0;
  font-weight: 700;
}
#document.company-philosophy .section .mvv {
  border-radius: 8px;
  background: #ffffff;
  font-weight: 700;
}
#document.company-philosophy .section .mvv .name {
  font-family: "Lato", sans-serif;
  color: #0D7A7F;
}
#document.company-philosophy .section .mvv .content {
  margin: 0;
}
#document.company-philosophy .section .mvv .content .missionList .label {
  display: block;
  margin-bottom: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  background: #0D7A7F;
  color: #ffffff;
  line-height: 1;
}
#document.company-philosophy .section .mvv .content .valueList {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  #document.company-philosophy .section {
    margin: 80px 0 0;
    padding: 0 0 140px;
  }
  #document.company-philosophy .section::before {
    top: 58px;
  }
  #document.company-philosophy .section > .heading {
    font-size: 3.5rem;
    line-height: 1.8;
  }
  #document.company-philosophy .section .m_text {
    font-size: 1.25rem;
  }
  #document.company-philosophy .section .mvv {
    display: grid;
    grid-template-columns: 216px 1fr;
    gap: 24px;
    margin: 53px 0 0;
    padding: 40px 50px 56px;
  }
  #document.company-philosophy .section .mvv .name {
    padding-left: 10px;
    font-size: 2.5rem;
  }
  #document.company-philosophy .section .mvv .name::before {
    position: absolute;
    width: 200px;
    left: 0;
    bottom: -4px;
    content: "";
    border-bottom: 4px solid currentColor;
  }
  #document.company-philosophy .section .mvv .content {
    padding: 28px 0;
    font-size: 1.375rem;
  }
  #document.company-philosophy .section .mvv .content .missionList {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin: 0;
  }
  #document.company-philosophy .section .mvv .content .missionList .label {
    font-size: 1.25rem;
  }
  #document.company-philosophy .section .mvv .content .valueList {
    gap: 60px;
  }
  #document.company-philosophy .section .mvv > div {
    position: relative;
    grid-template-columns: subgrid;
    grid-column: 1/3;
    display: grid;
    align-items: center;
    border-bottom: 4px solid #a5b4b4;
  }
  #document.company-philosophy .section .mvv .vision .name {
    font-size: 3rem;
  }
  #document.company-philosophy .section .mvv .vision .content {
    font-size: 1.75rem;
  }
}
@media (min-width: 1301px) {
  #document.company-philosophy .section::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  #document.company-philosophy .section {
    margin: 80px 0 0;
    padding: 0 0 80px;
  }
  #document.company-philosophy .section::before {
    top: 38px;
    right: -15px;
    left: -15px;
  }
  #document.company-philosophy .section > .heading {
    font-size: 2rem;
    line-height: 1.2;
  }
  #document.company-philosophy .section .mvv {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 24px 0 0;
    padding: 34px 15px 24px;
  }
  #document.company-philosophy .section .mvv .name {
    border-bottom: 3px solid #0D7A7F;
    padding: 0 10px 8px;
    font-size: 2rem;
    line-height: 1.8;
  }
  #document.company-philosophy .section .mvv .content {
    padding: 16px 10px;
    font-size: 1.125rem;
  }
  #document.company-philosophy .section .mvv .content .missionList {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin: 0;
  }
  #document.company-philosophy .section .mvv .content .missionList .label {
    font-size: 1rem;
  }
  #document.company-philosophy .section .mvv .content .valueList {
    gap: 8px 24px;
  }
}
#document.company-philosophy .section02 {
  position: relative;
  z-index: 0;
}
#document.company-philosophy .section02 .m_text p + p {
  margin-top: 1em;
}
@media (min-width: 768px) {
  #document.company-philosophy .section02 {
    padding: 120px 0 180px;
  }
  #document.company-philosophy .section02::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    width: 480px;
    height: 737px;
    background: #F5F8F9;
  }
  #document.company-philosophy .section02 .m_media {
    padding-right: 51px;
  }
}
@media (min-width: 1301px) {
  #document.company-philosophy .section02::before {
    right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  #document.company-philosophy .section02 {
    padding: 80px 0 120px;
  }
  #document.company-philosophy .section02::before {
    right: 0;
    width: 480px;
    height: 737px;
  }
}

#document.company-about .section {
  position: relative;
}
#document.company-about .section .companyInfoList {
  margin: 0;
  line-height: 1.8;
}
#document.company-about .section .companyInfoList dt {
  color: #0D7A7F;
  font-weight: 700;
}
#document.company-about .section .companyInfoList dd {
  margin: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  #document.company-about .section {
    width: 880px;
    margin: 80px auto 0;
    padding: 100px 0;
  }
  #document.company-about .section::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 0;
    width: 220px;
    background: #F5F8F9;
  }
  #document.company-about .section .companyInfoList {
    display: grid;
    grid-template-columns: 196px 1fr;
    gap: 0 56px;
  }
  #document.company-about .section .companyInfoList > div {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1/3;
  }
  #document.company-about .section .companyInfoList > div:last-child dt {
    border-bottom: 2px solid #b8b8b8;
  }
  #document.company-about .section .companyInfoList > div:last-child dd {
    border-bottom: 2px solid #dddddd;
  }
  #document.company-about .section .companyInfoList dt {
    border-top: 2px solid #b8b8b8;
    padding: 31px 0;
  }
  #document.company-about .section .companyInfoList dd {
    border-top: 2px solid #dddddd;
    padding: 31px 0;
  }
}
@media screen and (max-width: 1440px) {
  #document.company-about .section::before {
    left: -280px !important;
  }
}
@media (min-width: 1301px) {
  #document.company-about .section::before {
    left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  #document.company-about .section {
    margin: 80px 0 0;
  }
  #document.company-about .section .companyInfoList {
    border-top: 1px solid #a5b4b4;
  }
  #document.company-about .section .companyInfoList > div {
    border-bottom: 1px solid #a5b4b4;
    padding: 24px 0;
  }
  #document.company-about .section .companyInfoList dd {
    margin: 8px 0 0;
  }
}
#document.company-about .section02 > *:last-child {
  margin-bottom: 0 !important;
}
#document.company-about .section02 .m_media {
  line-height: 1.8;
  font-weight: 400;
}
#document.company-about .section02 .m_media .image iframe {
  display: block;
}
#document.company-about .section02 .m_borderHeading {
  margin: 0;
}
#document.company-about .section02 .m_text {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  #document.company-about .section02 {
    margin: 80px 0 0;
  }
  #document.company-about .section02 .m_media:first-of-type {
    margin-top: 80px;
  }
  #document.company-about .section02 .m_borderHeading {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 612px;
  }
  #document.company-about .section02 .m_text {
    margin: 8px 0 0 24px;
  }
  #document.company-about .section02 .m_labelList {
    margin: 16px 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  #document.company-about .section02 {
    margin: 110px 0 0;
  }
  #document.company-about .section02 .m_media:first-of-type {
    margin-top: 56px;
  }
  #document.company-about .section02 .m_text {
    margin: 8px 0 0 9px;
  }
  #document.company-about .section02 .m_labelList {
    margin: 16px 0 0 9px;
  }
  #document.company-about .section02 .image {
    margin-top: 40px;
  }
  #document.company-about .section02 .image iframe {
    width: 100%;
    height: 53.3333333333vw;
  }
}
#document.company-about .section03 {
  position: relative;
  z-index: 0;
}
#document.company-about .section03 > *:last-child {
  margin-bottom: 0 !important;
}
#document.company-about .section03::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #F5F8F9;
}
#document.company-about .section03 > .inner {
  background: #ffffff;
}
#document.company-about .section03 .m_history {
  padding-top: 24px;
}
@media (min-width: 768px) {
  #document.company-about .section03 {
    margin: 186px 0 0;
    padding: 80px 0;
  }
  #document.company-about .section03 .m_accordion:first-of-type {
    margin: 40px 0 0;
  }
  #document.company-about .section03 .m_history {
    padding-top: 24px;
  }
  #document.company-about .section03 > .inner {
    margin: auto;
    width: 1015px;
    padding: 80px;
  }
}
@media (min-width: 1301px) {
  #document.company-about .section03::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  #document.company-about .section03 {
    margin: 120px 0 0;
    padding: 80px 0;
  }
  #document.company-about .section03::before {
    right: -15px;
    left: -15px;
  }
  #document.company-about .section03 .m_history {
    padding-top: 21px;
  }
  #document.company-about .section03 .m_enHeading[class*=_noborder] {
    margin-top: 64px;
  }
  #document.company-about .section03 > .inner {
    margin: 40px 0 0;
    padding: 40px 10px;
  }
}

/* news
--------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  #document.news .section {
    margin: 80px auto 180px;
    width: 1000px;
  }
  #document.news .section .m_pager {
    margin: 62px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #document.news .section {
    margin: 80px auto 120px;
  }
  #document.news .section .m_pager {
    margin: 38px 0 0;
  }
}
#document.news .section02 .m_entrySection .m_button {
  margin-top: 64px;
}
@media (min-width: 768px) {
  #document.news .section02 {
    margin: 80px auto 180px;
    width: 1200px;
  }
  #document.news .section02 .m_cv {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  #document.news .section02 {
    margin: 80px 0 120px;
  }
  #document.news .section02 .m_cv {
    margin-top: 120px;
  }
}

/* recruit
--------------------------------------------------------------------------------------------------- */
#document.recruit .intro {
  position: relative;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
#document.recruit .intro::before {
  position: absolute;
  left: 50%;
  content: "";
  z-index: -1;
  border: 1px solid #bed1d2;
  border-radius: 50%;
}
#document.recruit .intro > .heading {
  margin: 0;
  color: #0D7A7F;
}
#document.recruit .intro p {
  margin: 25px 0 0;
  font-size: 1.25rem;
  line-height: 1.8;
}
#document.recruit .intro p:first-of-type {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #document.recruit .intro {
    --size: 730px;
    margin-top: 239px;
  }
  #document.recruit .intro::before {
    top: 50%;
    width: var(--size);
    height: var(--size);
    transform: translate(-50%, calc(-50% + 29px));
  }
  #document.recruit .intro > .heading {
    font-size: 2rem;
  }
  #document.recruit .intro .imageObj,
  #document.recruit .intro .imageObj02 {
    position: absolute;
    width: 291px;
    height: 296px;
  }
  #document.recruit .intro .imageObj {
    top: -153px;
    left: -322px;
  }
  #document.recruit .intro .imageObj02 {
    top: 218px;
    right: -320px;
  }
}
@media screen and (max-width: 767px) {
  #document.recruit .intro {
    --size: 600px;
    margin-top: 120px;
  }
  #document.recruit .intro::before {
    top: -70px;
    width: var(--size);
    height: var(--size);
    transform: translateX(-50%);
  }
  #document.recruit .intro > .heading {
    font-size: 1.75rem;
  }
  #document.recruit .intro .imageObj,
  #document.recruit .intro .imageObj02 {
    width: 180px;
    height: 183px;
  }
  #document.recruit .intro .imageObj {
    margin: 32px 0 0 -15px;
  }
  #document.recruit .intro .imageObj02 {
    margin: -17px -15px 0 auto;
  }
}
#document.recruit .number {
  margin-inline: auto;
}
#document.recruit .number .m_enHeading {
  text-align: center;
}
#document.recruit .number .numberContentList {
  display: grid;
  gap: 64px;
  margin: 56px 0 0;
}
#document.recruit .number .numberContentList > li > .label {
  display: block;
  border-radius: 8px 8px 0 0;
  padding: 15px 0;
  background: #0D7A7F;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1.5;
  text-align: center;
}
#document.recruit .number .numberContentList .body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 256px;
}
#document.recruit .number .numberContentList .text,
#document.recruit .number .numberContentList .list,
#document.recruit .number .numberContentList .image {
  grid-column: 1;
  grid-row: 1;
}
#document.recruit .number .numberContentList .text {
  position: relative;
  margin: 0;
  color: #0D7A7F;
  font-weight: 700;
  font-size: 2.5rem;
}
#document.recruit .number .numberContentList .text .count {
  font-family: "Lato", sans-serif;
  font-size: 5rem;
}
#document.recruit .number .numberContentList .text:has(~ .image svg) {
  margin-top: -10px;
}
#document.recruit .number .numberContentList .list {
  position: relative;
  margin: -10px 0 0;
  font-weight: 700;
  color: #0D7A7F;
  font-size: 1.75rem;
  line-height: 1;
}
#document.recruit .number .numberContentList .list .count,
#document.recruit .number .numberContentList .list .unit {
  display: inline-block;
  font-family: "Lato", sans-serif;
}
#document.recruit .number .numberContentList .list .count {
  margin-left: 12px;
  font-size: 4rem;
}
#document.recruit .number .numberContentList .list .unit {
  font-size: 2.5rem;
}
#document.recruit .number .numberContentList .list > li:nth-of-type(n+2) {
  margin-top: 8px;
}
#document.recruit .number .numberContentList .image img {
  width: revert-layer;
  height: revert-layer;
}
#document.recruit .number .numberContentList .ratioList {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  color: #0D7A7F;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
}
#document.recruit .number .numberContentList .ratioList .num {
  font-family: "Lato", sans-serif;
}
#document.recruit .number .numberContentList .ratioList .num .count {
  font-size: 3rem;
}
#document.recruit .number .numberContentList .ratioList .label {
  font-size: 1.5rem;
}
#document.recruit .number .numberContentList .ratioList .label .s_small {
  font-size: 1.25rem;
}
#document.recruit .number .numberContentList .ratioList > li {
  position: absolute;
  display: flex;
  align-items: last baseline;
  gap: 6px;
}
#document.recruit .number .numberContentList .ratioList > li:nth-of-type(2) {
  left: calc(50% - 12px);
  transform: translateX(-100%);
}
#document.recruit .number .numberContentList .ratioList > li:nth-of-type(3) {
  left: calc(50% - 26px);
  transform: translateX(-100%);
}
#document.recruit .number .numberContentList .ratioList > li:nth-of-type(4) {
  left: calc(50% - 6px);
  transform: translateX(-100%);
}
#document.recruit .number .numberContentList .circle {
  fill: none;
  stroke-width: 31.8309886184;
  stroke-dasharray: 0, 100;
  stroke-dashoffset: 25;
}
#document.recruit .number .numberContentList .circle01,
#document.recruit .number .numberContentList .circle03,
#document.recruit .number .numberContentList .circle04 {
  stroke: #add2d4;
}
#document.recruit .number .numberContentList .circle02,
#document.recruit .number .numberContentList .circle07 {
  stroke: #dee8e8;
}
#document.recruit .number .numberContentList .circle05 {
  stroke: #c3e3e4;
}
#document.recruit .number .numberContentList .circle06 {
  stroke: #c8d6d7;
}
#document.recruit .number .numberContentList .circle01 {
  stroke-dasharray: 65, 35;
}
#document.recruit .number .numberContentList .circle02,
#document.recruit .number .numberContentList .circle03,
#document.recruit .number .numberContentList .circle07 {
  stroke-dasharray: 100, 0;
}
#document.recruit .number .numberContentList .circle04 {
  stroke-dasharray: 48, 52;
}
#document.recruit .number .numberContentList .circle05 {
  stroke-dasharray: 74, 26;
}
#document.recruit .number .numberContentList .circle06 {
  stroke-dasharray: 89, 11;
}
#document.recruit .number .numberContentList .is_ready .circle {
  stroke-dasharray: 0, 100;
}
#document.recruit .number .numberContentList .is_anim .circle {
  transition: stroke-dasharray 1500ms linear;
}
#document.recruit .number .numberContentList > li {
  border-radius: 8px;
  border: 1px solid #bed1d2;
}
@media (min-width: 768px) {
  #document.recruit .number {
    margin-top: 325px;
    width: 1119px;
  }
  #document.recruit .number .numberContentList {
    grid-template-columns: repeat(3, 1fr);
  }
  #document.recruit .number .numberContentList .ratioList > li:nth-of-type(1) {
    top: 105px;
    left: 178px;
  }
  #document.recruit .number .numberContentList .ratioList > li:nth-of-type(2) {
    top: 172px;
  }
  #document.recruit .number .numberContentList .ratioList > li:nth-of-type(3) {
    top: 84px;
  }
  #document.recruit .number .numberContentList .ratioList > li:nth-of-type(4) {
    top: 14px;
  }
}
@media screen and (max-width: 767px) {
  #document.recruit .number {
    margin-top: 80px;
  }
  #document.recruit .number .numberContentList {
    grid-template-columns: 1fr;
  }
  #document.recruit .number .numberContentList .ratioList > li:nth-of-type(1) {
    top: min(28vw, 105px);
    left: 47.4666666667vw;
  }
  #document.recruit .number .numberContentList .ratioList > li:nth-of-type(2) {
    top: min(45.8666666667vw, 172px);
  }
  #document.recruit .number .numberContentList .ratioList > li:nth-of-type(3) {
    top: min(22.4vw, 84px);
  }
  #document.recruit .number .numberContentList .ratioList > li:nth-of-type(4) {
    top: min(3.7333333333vw, 14px);
  }
}
#document.recruit .description {
  position: relative;
  padding: 80px 0;
  z-index: 0;
}
#document.recruit .description::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #F5F8F9;
}
#document.recruit .description .m_enHeading {
  margin: 0;
  text-align: center;
}
#document.recruit .description .detail {
  margin: 56px 0 0;
  border-radius: 8px;
  padding: 40px;
  background: #ffffff;
}
#document.recruit .description .detail > .heading {
  margin: 0;
  color: #0D7A7F;
  font-size: 1.5rem;
}
#document.recruit .description .itemList dt {
  position: relative;
  color: #0D7A7F;
  font-weight: 700;
}
#document.recruit .description .itemList dd {
  position: relative;
  margin: 0;
  font-weight: 400;
  line-height: 1.8;
}
#document.recruit .description .itemList > div {
  position: relative;
  border-top: 2px solid #dddddd;
}
#document.recruit .description .itemList > div::before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  z-index: 0;
  border-top: 2px solid #a5b4b4;
  width: 196px;
}
#document.recruit .description .itemList > div:last-child {
  border-bottom: 2px solid #dddddd;
}
#document.recruit .description .itemList > div:last-child::before {
  bottom: -2px;
  border-bottom: 2px solid #a5b4b4;
}
@media (min-width: 768px) {
  #document.recruit .description {
    margin: 140px 0 0;
  }
  #document.recruit .description .detail {
    margin-inline: auto;
    width: 880px;
  }
  #document.recruit .description .itemList {
    display: grid;
    grid-template-columns: 196px 1fr;
  }
  #document.recruit .description .itemList dt {
    padding-block: 32px;
  }
  #document.recruit .description .itemList dd {
    padding: 32px 16px;
  }
  #document.recruit .description .itemList > div {
    display: grid;
    grid-column: 1/3;
    grid-template-columns: subgrid;
  }
}
@media (min-width: 1301px) {
  #document.recruit .description::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  #document.recruit .description {
    margin: 80px 0 0;
  }
  #document.recruit .description::before {
    right: -15px;
    left: -15px;
  }
  #document.recruit .description .itemList dd {
    margin-top: 16px;
  }
  #document.recruit .description .itemList > div {
    padding-block: 32px;
  }
}
#document.recruit .cv {
  background: no-repeat 0 0/cover;
  text-align: center;
  border-radius: 8px;
}
#document.recruit .cv > .heading {
  margin: 0;
  color: #0D7A7F;
}
#document.recruit .cv .text {
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  #document.recruit .cv {
    margin-block: 140px 180px;
    padding-block: 100px;
    background-image: url(/images/recruit/index_bg_cv.webp);
  }
  #document.recruit .cv > .heading {
    font-size: 2rem;
  }
  #document.recruit .cv .text {
    font-size: 1.25rem;
  }
  #document.recruit .cv .button {
    margin-block: 64px 0;
  }
  #document.recruit .cv .button a {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  #document.recruit .cv {
    margin-block: 80px;
    padding-block: 80px;
    background-image: url(/images/recruit/index_bg_cv_@2x.webp);
  }
  #document.recruit .cv > .heading {
    font-size: 1.75rem;
  }
  #document.recruit .cv .button {
    margin-block: 40px 0;
  }
  #document.recruit .cv .button a {
    height: 82px;
  }
}

/* contact
--------------------------------------------------------------------------------------------------- */
#document.contact .section .lead {
  margin: 0;
  line-height: 1.8;
  text-align: center;
}
#document.contact .section .lead .require {
  color: #ff0000;
}
#document.contact .section .m_text {
  line-height: inherit;
}
#document.contact .section .m_button {
  margin: 56px 0 0;
}
#document.contact .section .m_button button {
  min-width: 220px;
}
#document.contact .section .thanks {
  text-align: center;
}
#document.contact .section .thanks .heading {
  margin: 0;
  color: #0D7A7F;
}
@media (min-width: 768px) {
  #document.contact .section {
    margin: 40px auto 180px;
    width: 928px;
  }
  #document.contact .section .m_form {
    margin: 80px 0 0;
  }
  #document.contact .section .thanks .heading {
    font-size: 2rem;
  }
  #document.contact .section .thanks .m_text {
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  #document.contact .section {
    margin: 80px 0 120px;
  }
  #document.contact .section .m_form {
    margin: 40px 0 0;
  }
}

/* privacypolicy
--------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  #document.privacypolicy .m_headingBox .m_enHeading::before {
    font-size: 3.5rem;
  }
}
#document.privacypolicy .m_textHeading[class*=_large] {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #document.privacypolicy .m_textHeading {
    margin: 22px 0 8px;
  }
}
@media screen and (max-width: 767px) {
  #document.privacypolicy .m_textHeading {
    margin: 13px 0 8px;
  }
}
#document.privacypolicy .m_text {
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #document.privacypolicy .section {
    margin: 80px auto 228px;
    width: 1205px;
  }
}
@media screen and (max-width: 767px) {
  #document.privacypolicy .section {
    margin: 80px 0 120px;
  }
}
#document.privacypolicy .table {
  margin: 24px 0 0;
  line-height: 1.4;
}
#document.privacypolicy .table th, #document.privacypolicy .table td {
  border: 1px solid #dddddd;
  text-align: left;
}
#document.privacypolicy .table thead th {
  border: none;
  font-size: 1.125rem;
}
#document.privacypolicy .table tbody th {
  background: #f9f9f9;
}
#document.privacypolicy .table tbody td {
  font-weight: 400;
}
@media (min-width: 768px) {
  #document.privacypolicy .table tbody th {
    padding: 18px 20px 18px 25px;
    width: 250px;
  }
  #document.privacypolicy .table tbody td {
    padding: 18px 25px;
  }
}
@media screen and (max-width: 767px) {
  #document.privacypolicy .table thead th:nth-of-type(2) {
    display: none;
  }
  #document.privacypolicy .table tr, #document.privacypolicy .table th, #document.privacypolicy .table td {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
  #document.privacypolicy .table tbody th {
    padding: 16px 16px;
  }
  #document.privacypolicy .table tbody td {
    padding: 16px;
  }
}
#document.privacypolicy .orderList {
  margin: 0;
  padding-left: 1em;
  font-weight: 400;
  line-height: 1.4;
}
#document.privacypolicy .orderList > li:nth-of-type(n+2) {
  margin-top: 6px;
}
#document.privacypolicy .orderList > li > ul {
  padding-left: 1em;
}
#document.privacypolicy .orderList > li > ul li {
  margin-top: 8px;
}
#document.privacypolicy .addresList {
  margin: 0 0 0 1em;
  font-weight: 400;
  line-height: 1.4;
}
#document.privacypolicy .addresList .label {
  letter-spacing: 1em;
  margin-right: -1em;
}
#document.privacypolicy .addresList > li:nth-of-type(n+2) {
  margin-top: 8px;
}
/* other
--------------------------------------------------------------------------------------------------- */
#document.notfound .box {
  text-align: center;
}
#document.notfound .box .heading {
  margin: 0;
  color: #0D7A7F;
}
#document.notfound .box .m_text {
  margin: 24px 0 0;
  line-height: 1.8;
}
#document.notfound .box .m_button {
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  #document.notfound .section {
    margin: 40px 0 180px;
  }
  #document.notfound .box .heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #document.notfound .section {
    margin: 80px 0 120px;
  }
  #document.notfound .box .heading {
    font-size: 1.75rem;
  }
}
/*# sourceMappingURL=../../Templates/dev/sourcemap/common/styles.css.map */